[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 00/10] various cleanup
From: |
Daniel Kiper |
Subject: |
Re: [PATCH 00/10] various cleanup |
Date: |
Thu, 15 Feb 2018 11:34:18 +0100 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
Sorry for delay.
On Thu, Feb 01, 2018 at 06:18:48PM +0000, Leif Lindholm wrote:
> So, sorry I dropped the ball on this last year.
>
> This series contains what I would hope to be non-contentious
> cleanup in preparation for the functional changes (/fixes) for
> the arm64 linux loader and its reuse in the arm-efi port.
>
> 1/10 Simply moves the EFI_PAGE definition to <grub/efi/memory.h>.
> 2-7/10 Cleans up and aligns the macro and struct naming for
> <grub/cpu/linux.h>.
> 8/10 Makes it possible to include <grub/arm/linux.h> in a non-native
> command or utility.
> 9-10/10 Switches to use the arm/arm64 kernel header structs in the
> "file" command".
I am OK, excluding patch 9, with this patch series. If there are no
objections I will apply patches 1-8 and 10 next week.
Daniel
- Re: [PATCH 07/10] arm: switch linux loader to linux_arm_kernel_header struct, (continued)