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

2022-12-13 Thread Vladimir 'phcoder' Serbinenko
> + > + if (grub_strncmp (tmp, "IBM,", 4) == 0) > + grub_ieee1275_set_flag > (GRUB_IEEE1275_FLAG_CAN_TRY_CAS_FOR_MORE_MEMORY); > } Does it work on all IBM? IBM has a long history of PPC machines. What happens when it doesn't? ___ Grub-d

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

2022-12-13 Thread Daniel Kiper
On Thu, Dec 01, 2022 at 04:11:56PM -0500, Stefan Berger wrote: > From: 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 enough to reliably verify a kernel. Fortunately, the Pow