Re: [PATCH] hw/arm/aspeed: increase Bletchley memory size

2022-10-07 Thread Peter Maydell
On Fri, 7 Oct 2022 at 08:28, Cédric Le Goater wrote: > > On 10/7/22 00:52, Patrick Williams wrote: > > For the PVT-class hardware we have increased the memory size of > > this device to 2 GiB. Adjust the device model accordingly. > > You should add some defines similar to : > > /* On

Re: [PATCH] hw/arm/aspeed: increase Bletchley memory size

2022-10-07 Thread Cédric Le Goater
On 10/7/22 00:52, Patrick Williams wrote: For the PVT-class hardware we have increased the memory size of this device to 2 GiB. Adjust the device model accordingly. You should add some defines similar to : /* On 32-bit hosts, lower RAM to 1G because of the 2047 MB limit */ #if

[PATCH] hw/arm/aspeed: increase Bletchley memory size

2022-10-06 Thread Patrick Williams
For the PVT-class hardware we have increased the memory size of this device to 2 GiB. Adjust the device model accordingly. Signed-off-by: Patrick Williams --- hw/arm/aspeed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/arm/aspeed.c b/hw/arm/aspeed.c index