]> git.ipfire.org Git - people/ms/u-boot.git/commit
efi_loader: add check_tpl parameter to efi_signal_event
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 19 Jan 2018 19:24:51 +0000 (20:24 +0100)
committerAlexander Graf <agraf@suse.de>
Mon, 22 Jan 2018 22:09:14 +0000 (23:09 +0100)
commit9bc9664d5ee16155b42baf92282ba7198ef4e873
tree4f2ded29eb08fdab8689f2a4dfe79f8fce462f35
parent65436f91c5ba76f176a1f1d20801837c9746bb82
efi_loader: add check_tpl parameter to efi_signal_event

In ExitBootServices we need to signal events irrespective of the current
TPL level. A new parameter check_tpl is added to efi_signal_event().

Function efi_console_timer_notify() gets some comments.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
include/efi_loader.h
lib/efi_loader/efi_boottime.c
lib/efi_loader/efi_console.c