commit | cc20ed03f9887b45c834a066d0ecd098934fa43b | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri Jan 19 20:24:52 2018 +0100 |
committer | Alexander Graf <agraf@suse.de> | Mon Jan 22 23:09:14 2018 +0100 |
tree | 122578a2724df77182c15da98018922ef4f98f0e | |
parent | 9bc9664d5ee16155b42baf92282ba7198ef4e873 [diff] |
efi_loader: fix ExitBootServices This patch lets the implementation of ExitBootServices conform to the UEFI standard. The timer events must be disabled before calling the notification functions of the exit boot services events. The boot services must be disabled in the system table. The handles in the system table should be defined as efi_handle_t. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>