Re: [PATCH v2 07/12] hw/arm/raspi: Check ramsize is within chipset aperture

2025-02-04 Thread Peter Maydell
On Tue, 4 Feb 2025 at 00:23, Philippe Mathieu-Daudé wrote: > > Add the 'max_ramsize' field to the soc_property[] array, > corresponding to the maximum DRAM size a SoC can map. > > Signed-off-by: Philippe Mathieu-Daudé > --- > hw/arm/raspi.c | 21 + > 1 file changed, 17 insert

[PATCH v2 07/12] hw/arm/raspi: Check ramsize is within chipset aperture

2025-02-03 Thread Philippe Mathieu-Daudé
Add the 'max_ramsize' field to the soc_property[] array, corresponding to the maximum DRAM size a SoC can map. Signed-off-by: Philippe Mathieu-Daudé --- hw/arm/raspi.c | 21 + 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/hw/arm/raspi.c b/hw/arm/raspi.c index