Re: [PATCH 05/26] ppc/pnv: Distribute RAM among the chips

2021-08-30 Thread Cédric Le Goater
On 8/20/21 4:08 PM, Greg Kurz wrote: > On Mon, 9 Aug 2021 15:45:26 +0200 > Cédric Le Goater wrote: > >> But always give the first 1GB to chip 0 as skiboot requires it. >> >> Signed-off-by: Cédric Le Goater >> --- >> hw/ppc/pnv.c | 33 + >> 1 file changed, 25 inse

Re: [PATCH 05/26] ppc/pnv: Distribute RAM among the chips

2021-08-20 Thread Greg Kurz
On Mon, 9 Aug 2021 15:45:26 +0200 Cédric Le Goater wrote: > But always give the first 1GB to chip 0 as skiboot requires it. > > Signed-off-by: Cédric Le Goater > --- > hw/ppc/pnv.c | 33 + > 1 file changed, 25 insertions(+), 8 deletions(-) > > diff --git a/hw/p