Skip to content
Commit e5a31376 authored by Heinrich Schuchardt's avatar Heinrich Schuchardt
Browse files

efi_loader: efi_var_mem_notify_exit_boot_services



efi_var_mem_notify_exit_boot_services() is invoked when ExitBootServices()
is called by the UEFI payload.

efi_var_mem_notify_exit_boot_services() should not be defined as
__efi_runtime as it is invoking EFI_ENTRY() and EFI_EXIT() which themselves
are not __efi_runtime.

Fixes: f1f990a8 ("efi_loader: memory buffer for variables")
Fixes: e01aed47 ("efi_loader: Enable run-time variable support for tee based variables")
Signed-off-by: default avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
Acked-by: default avatarIlias Apalodimas <ilias.apalodimas@linaro.org>
parent 8479333c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment