Re: [PATCH 3/3] ieee1275: request memory with ibm, client-architecture-support

2021-04-19 Thread Daniel Axtens
> diff --git a/grub-core/kern/ieee1275/cmain.c b/grub-core/kern/ieee1275/cmain.c > index 20cbbd761ec3..35f2c573730f 100644 > --- a/grub-core/kern/ieee1275/cmain.c > +++ b/grub-core/kern/ieee1275/cmain.c > @@ -90,7 +90,10 @@ grub_ieee1275_find_options (void) >} > >if (rc >= 0 && grub_strnc

[PATCH 3/3] ieee1275: request memory with ibm, client-architecture-support

2021-04-19 Thread Daniel Axtens
On PowerVM, the first time we boot a Linux partition, we may only get 256MB of real memory area, even if the partition has more memory. This isn't really enough. Fortunately, the Power Architecture Platform Reference (PAPR) defines a method we can call to ask for more memory. This is part of the b