Re: [PATCH v2 1/8] linux/arm: fix ARM Linux header layout

2021-03-11 Thread Daniel Kiper
On Sun, Oct 25, 2020 at 02:49:34PM +0100, Ard Biesheuvel wrote: > The hdr_offset member of the ARM Linux image header appears at > offset 0x3c, matching the PE/COFF spec's placement of the COFF > header offset in the MS-DOS header. We're currently off by four, > so fix that. > > Signed-off-by: Ard

Re: [PATCH v2 1/8] linux/arm: fix ARM Linux header layout

2021-03-11 Thread Dimitri John Ledkov
On Thu, Mar 11, 2021 at 11:44 AM Dimitri John Ledkov wrote: > > The patch from > https://lists.gnu.org/archive/html/grub-devel/2020-10/msg00122.html > > Is still not applied, and yet it is required to boot armhf linux > kernel in qemu OVMF with grub. > > It is applied in rhboot/grub2 > https://sr

Re: [PATCH v2 1/8] linux/arm: fix ARM Linux header layout

2021-03-11 Thread Paul Menzel
Dear Dimitri, Am 11.03.21 um 12:44 schrieb Dimitri John Ledkov: The patch from https://lists.gnu.org/archive/html/grub-devel/2020-10/msg00122.html Is still not applied, and yet it is required to boot armhf linux kernel in qemu OVMF with grub. Please give the example command line, and maybe

[PATCH v2 1/8] linux/arm: fix ARM Linux header layout

2021-03-11 Thread Dimitri John Ledkov
The patch from https://lists.gnu.org/archive/html/grub-devel/2020-10/msg00122.html Is still not applied, and yet it is required to boot armhf linux kernel in qemu OVMF with grub. It is applied in rhboot/grub2 https://src.fedoraproject.org/rpms/grub2/blob/rawhide/f/0143-Make-linux_arm_kernel_head