Re: [Qemu-devel] [PATCH v3 03/10] aspeed-soc: provide a framework to add new SoCs

2016-08-22 Thread Cédric Le Goater
Hello Peter, On 08/12/2016 11:21 AM, Peter Maydell wrote: > On 12 August 2016 at 09:33, Cédric Le Goater wrote: >> On 08/11/2016 12:14 PM, Peter Maydell wrote: >>> board_id 0 means "I am an EBSA110", which this isn't, >>> and your silicon rev values are completely out of range. >> >> OK. I was n

Re: [Qemu-devel] [PATCH v3 03/10] aspeed-soc: provide a framework to add new SoCs

2016-08-12 Thread Peter Maydell
On 12 August 2016 at 09:33, Cédric Le Goater wrote: > On 08/11/2016 12:14 PM, Peter Maydell wrote: >> board_id 0 means "I am an EBSA110", which this isn't, >> and your silicon rev values are completely out of range. > > OK. I was not aware of this. I will request new board ids for > the ast2400 an

Re: [Qemu-devel] [PATCH v3 03/10] aspeed-soc: provide a framework to add new SoCs

2016-08-12 Thread Cédric Le Goater
On 08/11/2016 12:14 PM, Peter Maydell wrote: > On 2 August 2016 at 18:15, Cédric Le Goater wrote: >> Let's define an object class for each Aspeed SoC we support. A >> AspeedSoCInfo struct gathers the SoC specifications which can later be >> used by an instance of the class or by a board using the

Re: [Qemu-devel] [PATCH v3 03/10] aspeed-soc: provide a framework to add new SoCs

2016-08-11 Thread Peter Maydell
On 2 August 2016 at 18:15, Cédric Le Goater wrote: > Let's define an object class for each Aspeed SoC we support. A > AspeedSoCInfo struct gathers the SoC specifications which can later be > used by an instance of the class or by a board using the SoC. > > Signed-off-by: Cédric Le Goater > diff

Re: [Qemu-devel] [PATCH v3 03/10] aspeed-soc: provide a framework to add new SoCs

2016-08-02 Thread Andrew Jeffery
On Tue, 2016-08-02 at 19:15 +0200, Cédric Le Goater wrote: > Let's define an object class for each Aspeed SoC we support. A > AspeedSoCInfo struct gathers the SoC specifications which can later > be > used by an instance of the class or by a board using the SoC. > > Signed-off-by: Cédric Le Goater

[Qemu-devel] [PATCH v3 03/10] aspeed-soc: provide a framework to add new SoCs

2016-08-02 Thread Cédric Le Goater
Let's define an object class for each Aspeed SoC we support. A AspeedSoCInfo struct gathers the SoC specifications which can later be used by an instance of the class or by a board using the SoC. Signed-off-by: Cédric Le Goater --- hw/arm/aspeed_soc.c | 27 --- hw