Re: [PATCH] raspi4b: Reduce RAM to 1Gb on 32-bit hosts

2024-04-02 Thread Peter Maydell
On Fri, 29 Mar 2024 at 15:02, Cédric Le Goater wrote: > > Change the board revision number and RAM size to 1Gb on 32-bit hosts. > On these systems, RAM has a 2047 MB limit and this breaks the tests. > > Fixes: 7785e8ea2204 ("hw/arm: Introduce Raspberry PI 4 machine") > Signed-off-by: Cédric Le

[PATCH] raspi4b: Reduce RAM to 1Gb on 32-bit hosts

2024-03-29 Thread Cédric Le Goater
Change the board revision number and RAM size to 1Gb on 32-bit hosts. On these systems, RAM has a 2047 MB limit and this breaks the tests. Fixes: 7785e8ea2204 ("hw/arm: Introduce Raspberry PI 4 machine") Signed-off-by: Cédric Le Goater --- hw/arm/raspi4b.c | 4 1 file changed, 4