efi_loader: Align runtime section to 64kb
authorAlexander Graf <agraf@suse.de>
Mon, 17 Sep 2018 11:54:33 +0000 (13:54 +0200)
committerAlexander Graf <agraf@suse.de>
Sun, 2 Dec 2018 20:59:37 +0000 (21:59 +0100)
commit7a82c3051c8fdc5c6a91db1f50303ad18c36621f
tree71d08a6300df499ba5d108510c84a694fee75014
parent3c2c54ca814aa28624633d7472526e054c344bf3
efi_loader: Align runtime section to 64kb

The UEFI spec mandates that runtime sections are 64kb aligned to enable
support for 64kb page size OSs.

This patch ensures that we extend the runtime section to 64kb to be spec
compliant.

Signed-off-by: Alexander Graf <agraf@suse.de>
lib/efi_loader/efi_memory.c