[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v4 0/6] efi: arm linux loader unification and correctness
From: |
Daniel Kiper |
Subject: |
Re: [PATCH v4 0/6] efi: arm linux loader unification and correctness |
Date: |
Tue, 10 Jul 2018 14:20:10 +0200 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
On Mon, Jul 09, 2018 at 06:32:59PM +0100, Leif Lindholm wrote:
> The existing linux loader for 32-bit ARM is really only a piggy-back
> on the U-Boot loader, and for UEFI it's entirely possible to reuse
> the same loader across multiple architectures.
>
> This set will stop the ability to boot non-efistub kernels on arm-efi,
> but that has really only ever worked by luck.
>
> Also, both arm and arm64 have certain requirements with regards to
> placement of the initrd, which weren't honored by the existing loader -
> leading to theoretical issues on arm and some very observable ones on
> arm64 systems with large amounts of RAM or large holes in the memory
> map. So ensure the unified loader respects these requirements.
Entire patchset LGTM. If there are no objections I will apply
it in a week or so.
Daniel
- [PATCH v4 0/6] efi: arm linux loader unification and correctness, Leif Lindholm, 2018/07/09
- [PATCH v4 1/6] efi: add central copy of grub_efi_find_mmap_size, Leif Lindholm, 2018/07/09
- [PATCH v4 2/6] efi: add grub_efi_get_ram_base() function for arm64, Leif Lindholm, 2018/07/09
- [PATCH v4 3/6] arm64 linux loader: rename functions and macros and move to common headers, Leif Lindholm, 2018/07/09
- [PATCH v4 4/6] arm/efi: switch to arm64 linux loader, Leif Lindholm, 2018/07/09
- [PATCH v4 6/6] efi: restrict arm/arm64 linux loader initrd placement, Leif Lindholm, 2018/07/09
- [PATCH v4 5/6] arm: delete unused efi support from loader/arm, Leif Lindholm, 2018/07/09
- Re: [PATCH v4 0/6] efi: arm linux loader unification and correctness,
Daniel Kiper <=