Re: [PATCH 1/6] ppc/pegasos2: Restrict memory to 2 gigabytes

2021-10-15 Thread David Gibson
On Thu, Oct 14, 2021 at 09:50:19PM +0200, BALATON Zoltan wrote: > The CHRP spec this board confirms to only allows 2 GiB of system > memory below 4 GiB as the high 2 GiB is allocated to IO and system > resources. To avoid problems with memory overlapping these areas > restrict RAM to 2 GiB similar

[PATCH 1/6] ppc/pegasos2: Restrict memory to 2 gigabytes

2021-10-14 Thread BALATON Zoltan
The CHRP spec this board confirms to only allows 2 GiB of system memory below 4 GiB as the high 2 GiB is allocated to IO and system resources. To avoid problems with memory overlapping these areas restrict RAM to 2 GiB similar to mac_newworld. Signed-off-by: BALATON Zoltan --- hw/ppc/pegasos2.c