commit | 15937a219fcd3fc061d3ff1ac2fc014a05a1c64d | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Mon Sep 17 13:54:33 2018 +0200 |
committer | Alexander Graf <agraf@suse.de> | Sun Dec 02 21:59:37 2018 +0100 |
tree | 71d08a6300df499ba5d108510c84a694fee75014 | |
parent | 7281933b02d0f35fe4d138bab45c1c9632d84749 [diff] |
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>