Re: [Qemu-devel] [PATCH v4 00/10] arm: add ast2500 support

2016-09-05 Thread Peter Maydell
On 5 September 2016 at 06:59, Cédric Le Goater wrote: > The AST2500 SoC being very close to the AST2400 SoC, the goal of the > changes below is to modify the existing platform palmetto-bmc and the > AST2400 SoC to take into account the small differences and avoid code > duplication. This is mostly

[Qemu-devel] [PATCH v4 00/10] arm: add ast2500 support

2016-09-04 Thread Cédric Le Goater
The AST2500 SoC being very close to the AST2400 SoC, the goal of the changes below is to modify the existing platform palmetto-bmc and the AST2400 SoC to take into account the small differences and avoid code duplication. This is mostly inspired by the realview and the rpi2 platforms. First patche