Re: [PATCH v2 10/14] loader: switch arm/linux to grub_linux_kernel_header struct

2017-09-04 Thread Vladimir 'phcoder' Serbinenko
Great, thanks! On Mon, Sep 4, 2017, 16:31 Leif Lindholm wrote: > On Mon, Aug 07, 2017 at 02:07:19PM +, Vladimir 'phcoder' Serbinenko > wrote: > > Le Thu, Aug 3, 2017 à 12:15 PM, Leif Lindholm > a > > écrit : > > > > > Use kernel header struct and generic magic definition to align with > > >

Re: [PATCH v2 10/14] loader: switch arm/linux to grub_linux_kernel_header struct

2017-09-04 Thread Leif Lindholm
On Mon, Aug 07, 2017 at 02:07:19PM +, Vladimir 'phcoder' Serbinenko wrote: > Le Thu, Aug 3, 2017 à 12:15 PM, Leif Lindholm a > écrit : > > > Use kernel header struct and generic magic definition to align with > > arm64/linux loader. > > > > Signed-off-by: Leif Lindholm > > --- > > grub-core

Re: [PATCH v2 10/14] loader: switch arm/linux to grub_linux_kernel_header struct

2017-08-07 Thread Vladimir 'phcoder' Serbinenko
Le Thu, Aug 3, 2017 à 12:15 PM, Leif Lindholm a écrit : > Use kernel header struct and generic magic definition to align with > arm64/linux loader. > > Signed-off-by: Leif Lindholm > --- > grub-core/loader/arm/linux.c | 11 +-- > include/grub/arm/linux.h | 15 --- > 2 fi