]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit4f5d213fcd6cbf75964fb9110aed2f78a176528e
tree71d08a6300df499ba5d108510c84a694fee75014
parent56db74a0a523bb757fb966904c261dca3986559d
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