commit | c59d3603eb6a5a73667658d737c78e2431bb5460 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Wed May 18 00:54:47 2016 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri May 27 15:39:56 2016 -0400 |
tree | dcb30269c22f8c2ea3ad1e63b8b20fd04ba5a565 | |
parent | 243719067948fd4dcb4d42276895e0129998f088 [diff] |
efi_loader: Clean up system table on exit We put the system table into our runtime services data section so that payloads may still access it after exit_boot_services. However, most fields in it are quite useless once we're in that state, so let's just patch them out. With this patch we don't get spurious warnings when running EFI binaries anymore. Signed-off-by: Alexander Graf <agraf@suse.de>