Re: [PATCH 5/5] efi: Use generic EFI loader for x86_64

2023-05-10 Thread Ard Biesheuvel
On Tue, 9 May 2023 at 18:53, Ard Biesheuvel wrote: > > Switch the x86_64 build to the generic EFI loader, which exposes the > initrd via the LoadFile2 protocol instead of the x86-specific setup > header. This will launch the Linux kernel via its EFI stub, which > performs its own initialization in

Re: [PATCH 0/6] NVMeoFC support on Grub

2023-05-10 Thread Daniel Kiper
On Mon, May 08, 2023 at 07:28:34PM +0530, Avnish Chouhan wrote: > This patch series adds support of NVMeoFC on grub. It consists of six > patches. > > Patch 1/6 (0001-ieee1275-powerpc-implements-fibre-channel-discovery-.patch): > grub-ofpathname doesn't work with fibre channel because there is no >

Re: [PATCH 5/5] efi: Use generic EFI loader for x86_64

2023-05-10 Thread Daniel Kiper
On Wed, May 10, 2023 at 12:40:30PM +0200, Ard Biesheuvel wrote: > On Tue, 9 May 2023 at 18:53, Ard Biesheuvel wrote: > > > > Switch the x86_64 build to the generic EFI loader, which exposes the > > initrd via the LoadFile2 protocol instead of the x86-specific setup > > header. This will launch the

Re: [PATCH 5/5] efi: Use generic EFI loader for x86_64

2023-05-10 Thread Ard Biesheuvel
On Wed, 10 May 2023 at 15:15, Daniel Kiper wrote: > > On Wed, May 10, 2023 at 12:40:30PM +0200, Ard Biesheuvel wrote: > > On Tue, 9 May 2023 at 18:53, Ard Biesheuvel wrote: > > > > > > Switch the x86_64 build to the generic EFI loader, which exposes the > > > initrd via the LoadFile2 protocol ins