Re: [PATCH v2 1/2] grub-install: Add missing points of no return for IEEE1275 on i386/powerpc

2022-09-05 Thread Michael Chang via Grub-devel
On Mon, Aug 29, 2022 at 04:36:24PM +0200, Ismael Luceno wrote: > Signed-off-by: Ismael Luceno > --- > util/grub-install.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/util/grub-install.c b/util/grub-install.c > index 7b04bd3c534b..527b85e27aa7 100644 > --- a/util/grub-install.c > +

Re: [PATCH v2 2/2] grub-install: Ensure a functional /dev/nvram

2022-09-05 Thread Michael Chang via Grub-devel
On Mon, Aug 29, 2022 at 04:36:25PM +0200, Ismael Luceno wrote: > This enables an early failure; for i386-ieee1275 and powerpc-ieee1275 on > Linux, without /dev/nvram the system may be left in an unbootable state. > > Signed-off-by: Ismael Luceno > --- > util/grub-install.c | 23 +

[PATCH v3 1/2] grub-install: Ensure a functional /dev/nvram

2022-09-05 Thread Ismael Luceno
This enables an early failure; for i386-ieee1275 and powerpc-ieee1275 on Linux, without /dev/nvram the system may be left in an unbootable state. Signed-off-by: Ismael Luceno --- util/grub-install.c | 24 1 file changed, 24 insertions(+) diff --git a/util/grub-install.c

[PATCH v3 0/2] Fix installation issues on ppc64le

2022-09-05 Thread Ismael Luceno
If the nvram device is non-functional, e.g. because the nvram module isn't loaded and it's file been removed from the filesystem, thus can't be loaded, the installation will be attempted but the system will be left in an unbootable state. The boot process shows: Welcome to GRUB! error: .

[PATCH v3 2/2] grub-install: Add point of no return for IEEE1275 on powerpc

2022-09-05 Thread Ismael Luceno
Signed-off-by: Ismael Luceno --- util/grub-install.c | 1 + 1 file changed, 1 insertion(+) diff --git a/util/grub-install.c b/util/grub-install.c index da50bd58b73b..45f549c25867 100644 --- a/util/grub-install.c +++ b/util/grub-install.c @@ -1859,6 +1859,7 @@ main (int argc, char *argv[])

Re: [PATCH v3 5/8] linux/arm: account for COFF headers appearing at unexpected offsets

2022-09-05 Thread Ard Biesheuvel
On Mon, 5 Sept 2022 at 00:12, Ard Biesheuvel wrote: > > On Fri, 2 Sept 2022 at 12:02, Heinrich Schuchardt > wrote: > > > > On 8/18/22 16:51, Ard Biesheuvel wrote: > > > The way we load the Linux and PE/COFF image headers depends on a fixed > > > placement of the COFF header at offset 0x40 into th

Re: [Regression] efi: Don't display a uefi-firmware entry if it's not supported

2022-09-05 Thread Glenn Washburn
On Wed, 31 Aug 2022 16:14:42 +0100 Dimitri John Ledkov wrote: > On Tue, 30 Aug 2022 at 21:22, Robbie Harwood wrote: > > > > Philip Müller writes: > > > > >> Hello Robbie, hello Daniel, > > >> > > >> with the commit 26031d3b101648352e4e427f04bf69d320088e77 > > >> 30_uefi-firmware will always cal