commit | c0249238feefbbb99d517d06ace4338393901b67 | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ardb@kernel.org> | Thu Nov 12 15:42:27 2020 +0100 |
committer | Ard Biesheuvel <ardb@kernel.org> | Wed Dec 09 08:37:27 2020 +0100 |
tree | 5807b12d1cc91852966b2495219ef24064207106 | |
parent | 4dbe44fb538c59a4adae5abfa9ded2f310250315 [diff] |
efi: arm: reduce minimum alignment of uncompressed kernel Now that we reduced the minimum relative alignment between PHYS_OFFSET and PAGE_OFFSET to 2 MiB, we can take this into account when allocating memory for the decompressed kernel when booting via EFI. This minimizes the amount of unusable memory we may end up with due to the base of DRAM being occupied by firmware. Signed-off-by: Ard Biesheuvel <ardb@kernel.org>