[PATCH 0/2] powerpc-ieee1275: support larger core.elf images

2021-11-15 Thread Daniel Axtens
Red Hat recently experienced an issue which I narrowed down to using a grub core.elf image that was too big: the current limit is just under 2MB. These are two patches that fix the issue and attempt to future proof the area. With these patches, the maximum size will be: - SLOF, or PFW with the

Re: [PATCH 0/2] powerpc-ieee1275: support larger core.elf images

2021-11-23 Thread John Paul Adrian Glaubitz
Hello Daniel! On 11/16/21 04:42, Daniel Axtens wrote: > Daniel Axtens (2): > powerpc-ieee1275: load grub at 8MB, not 2MB > ieee1275: set real-base in the PowerPC IEEE1275 Note to 32MB I have applied these now and tested them on my iBook G4 but that introduced the following regression: root@i

Re: [PATCH 0/2] powerpc-ieee1275: support larger core.elf images

2021-11-23 Thread Daniel Axtens
Hi Adrian, Thanks for testing! > root@ibook-g4-14:/home/glaubitz/grub# grub-install > --macppc-directory=/boot/grub --no-nvram > Installing for powerpc-ieee1275 platform. > grub-install: warning: cannot open directory `/usr/local/share/locale': No > such file or directory. > grub-install: error

Re: [PATCH 0/2] powerpc-ieee1275: support larger core.elf images

2021-11-25 Thread John Paul Adrian Glaubitz
Hi Daniel! On 11/24/21 01:51, Daniel Axtens wrote: > Could you humour me and: > - check that your kernel.img in /usr is indeed up to date > - try grub-install ... -d ./grub-core? > > Many thanks! Apologies for the late reply. I will give it a try later today and report back. Adrian -- .''`

Re: [PATCH 0/2] powerpc-ieee1275: support larger core.elf images

2022-01-14 Thread Robbie Harwood
John Paul Adrian Glaubitz writes: > On 11/24/21 01:51, Daniel Axtens wrote: >> Could you humour me and: >> - check that your kernel.img in /usr is indeed up to date >> - try grub-install ... -d ./grub-core? >> >> Many thanks! > > Apologies for the late reply. I will give it a try later today a

Re: [PATCH 0/2] powerpc-ieee1275: support larger core.elf images

2022-01-14 Thread John Paul Adrian Glaubitz
Hi Robbie! On 1/14/22 17:43, Robbie Harwood wrote: > John Paul Adrian Glaubitz writes: > >> On 11/24/21 01:51, Daniel Axtens wrote: >>> Could you humour me and: >>> - check that your kernel.img in /usr is indeed up to date >>> - try grub-install ... -d ./grub-core? >>> >>> Many thanks! >> >> A

Re: [PATCH 0/2] powerpc-ieee1275: support larger core.elf images

2022-01-14 Thread John Paul Adrian Glaubitz
Hi! On 1/14/22 17:54, John Paul Adrian Glaubitz wrote: > Hmm, I must have forgotten that. Let me give it a try after dinner. The laptop > just happens to be sitting next to me. I gave it a try now and made sure to use the proper grub-core directory and that the kernel.img in /usr/local/lib/grub/p

Re: [PATCH 0/2] powerpc-ieee1275: support larger core.elf images

2022-05-17 Thread Daniel Axtens
Hi, Sorry, I missed this as well - my otherwise lovely threaded email client doesn't sort on the basis of most recent message, but thread start date. > root@ibook-g4-14:/home/glaubitz/grub# grub-install -d ./grub-core > --macppc-directory=/boot/grub --no-nvram > Installing for powerpc-ieee1275 p