Re: [PATCH] efi/libstub: arm: omit sorting of the UEFI memory map

2017-10-22 Thread jeffy
Hi Ard, this patch fixes the zImage file size not aligned issue i meet, thanks:) Tested-by: Jeffy Chen On 10/22/2017 10:14 PM, Ard Biesheuvel wrote: ARM shares its EFI stub implementation with arm64, which has some special handling in the virtual remapping code to

[PATCH] efi/libstub: arm: omit sorting of the UEFI memory map

2017-10-22 Thread Ard Biesheuvel
ARM shares its EFI stub implementation with arm64, which has some special handling in the virtual remapping code to a) make sure that we can map everything even if the OS executes with 64k page size, and b) make sure that adjacent regions with the same attributes are not reordered or moved