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

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

2020-11-04 Thread Leif Lindholm
On Wed, Nov 04, 2020 at 13:19:47 +0100, Ard Biesheuvel wrote: > On Wed, 4 Nov 2020 at 13:11, Leif Lindholm wrote: > > > > On Sun, Oct 25, 2020 at 14:49:34 +0100, Ard Biesheuvel wrote: > > > The hdr_offset member of the ARM Linux image header appears at > > > offset 0x3c, matching the PE/COFF spec'

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

2020-11-04 Thread Ard Biesheuvel
On Wed, 4 Nov 2020 at 13:11, Leif Lindholm wrote: > > On Sun, Oct 25, 2020 at 14:49:34 +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 cu

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

2020-11-04 Thread Leif Lindholm
On Sun, Oct 25, 2020 at 14:49:34 +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 B

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

2020-10-25 Thread Ard Biesheuvel
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 Biesheuvel --- include/grub/arm/linux.h | 2 +- 1 file changed, 1 inserti