commit | ee8ebaaaaedc21e06bf3c11c8589c2f201afb88c | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Jun 29 03:32:52 2019 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Jul 06 21:25:32 2019 +0200 |
tree | e78bc3406b3941af8e5cd200a4dfe74f05a7c156 | |
parent | 1bb52fc2d20da0502c0514109e102bdcf3a25b6e [diff] |
efi_loader: split off detaching SetVirtualAddress() The runtime services SetVirtualAddress() and ConvertPointer() become unavailable after SetVirtualAddress(). Other runtime services become unavailable after ExitBootServices. Move the update of SetVirtualAddress() and ConvertPointer() to efi_relocate_runtime_table(). Use functions with the correct signature when detaching. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>