Re: [Qemu-devel] [PATCH 2/3] aspeed: initialize the SCU controller first

2018-06-21 Thread Joel Stanley
On 22 June 2018 at 08:09, Cédric Le Goater wrote: > The System Control Unit should be initialized first as it drives all > the configuration of the SoC and other device models. > > Signed-off-by: Cédric Le Goater Reviewed-by: Joel Stanley > --- > hw/arm/aspeed_soc.c | 40 -

[Qemu-devel] [PATCH 2/3] aspeed: initialize the SCU controller first

2018-06-21 Thread Cédric Le Goater
The System Control Unit should be initialized first as it drives all the configuration of the SoC and other device models. Signed-off-by: Cédric Le Goater --- hw/arm/aspeed_soc.c | 40 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/hw/arm