commit | 19cd80b05d19da645c64323e504a55c724fc61ef | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Jun 20 22:00:02 2019 +0000 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Jul 06 21:25:32 2019 +0200 |
tree | d8c0686c43f418a4e3170f214d28b6528c52d7df | |
parent | 98f8936c69a190bd7fe1bbf9152c2f0e23b77287 [diff] |
efi_loader: clean up runtime detaching The detaching of the runtime will have to move to ExitBootServices() to encompass operating system that do not call SetVirtualAddressMap(). This patch changes the logic for the relocation of the pointers in the runtime table such that the relocation becomes independent of the entries in the detach list. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>