]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: implement task priority level (TPL)
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 15 Sep 2017 08:06:16 +0000 (10:06 +0200)
committerAlexander Graf <agraf@suse.de>
Mon, 18 Sep 2017 21:53:57 +0000 (23:53 +0200)
commit1b6fe77fd2798bbc0a597d2a47a5e5dba26cfc09
tree4aedd0d156467067fb9a6a68d4ca7e4673cc65fa
parent2b22898b3eed321de2017a4b45b960093894b296
efi_loader: implement task priority level (TPL)

Define variable holding tpl.
Implement RaiseTPL and RestoreTPL.
Implement TPL check in efi_signal_event.
Implement TPL check in efi_wait_for_event.

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