Re: [PATCH v4 24/24] ppc/ppc405: Add check on minimum RAM size

2022-08-09 Thread Cédric Le Goater
On 8/9/22 19:55, BALATON Zoltan wrote: On Tue, 9 Aug 2022, Cédric Le Goater wrote: The check on invalid RAM size is now performed in the SDRAM controller but not all values will boot a machine. A minimum of 2*16 is required. 2*16 or 16 MiB? The code has the latter which does not match commit m

Re: [PATCH v4 24/24] ppc/ppc405: Add check on minimum RAM size

2022-08-09 Thread BALATON Zoltan
On Tue, 9 Aug 2022, Cédric Le Goater wrote: The check on invalid RAM size is now performed in the SDRAM controller but not all values will boot a machine. A minimum of 2*16 is required. 2*16 or 16 MiB? The code has the latter which does not match commit message. Regards, BALATON Zoltan Si

[PATCH v4 24/24] ppc/ppc405: Add check on minimum RAM size

2022-08-09 Thread Cédric Le Goater
The check on invalid RAM size is now performed in the SDRAM controller but not all values will boot a machine. A minimum of 2*16 is required. Signed-off-by: Cédric Le Goater --- hw/ppc/ppc405_boards.c | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/hw/ppc/ppc405_boards