Re: [Qemu-devel] [PATCH 2/3] aspeed: add a per SoC mapping for the memory space

2019-04-11 Thread Cédric Le Goater
On 4/12/19 5:24 AM, Andrew Jeffery wrote: > > > On Fri, 12 Apr 2019, at 11:48, Joel Stanley wrote: >> On Thu, 11 Apr 2019 at 16:10, Cédric Le Goater wrote: >>> >>> This will simplify the definition of new SoCs, like the AST2600 which >>> should use a slightly different address space and have a d

Re: [Qemu-devel] [PATCH 2/3] aspeed: add a per SoC mapping for the memory space

2019-04-11 Thread Andrew Jeffery
On Fri, 12 Apr 2019, at 11:48, Joel Stanley wrote: > On Thu, 11 Apr 2019 at 16:10, Cédric Le Goater wrote: > > > > This will simplify the definition of new SoCs, like the AST2600 which > > should use a slightly different address space and have a different set > > of controllers. > > > > Signed-

Re: [Qemu-devel] [PATCH 2/3] aspeed: add a per SoC mapping for the memory space

2019-04-11 Thread Joel Stanley
On Thu, 11 Apr 2019 at 16:10, Cédric Le Goater wrote: > > This will simplify the definition of new SoCs, like the AST2600 which > should use a slightly different address space and have a different set > of controllers. > > Signed-off-by: Cédric Le Goater > diff --git a/hw/arm/aspeed_soc.c b/hw/a

[Qemu-devel] [PATCH 2/3] aspeed: add a per SoC mapping for the memory space

2019-04-11 Thread Cédric Le Goater
This will simplify the definition of new SoCs, like the AST2600 which should use a slightly different address space and have a different set of controllers. Signed-off-by: Cédric Le Goater --- include/hw/arm/aspeed_soc.h | 2 +- hw/arm/aspeed_soc.c | 121 ++-