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

efi_loader: notification with TPL_APPLICATION not allowed



The UEFI specification requires event notification levels to be
> TPL_APPLICATION and <= TPL_HIGH_LEVEL.

With the patch the CreateEvent() and CreatedEventEx() services are changed
to check that the notification level is not TPL_APPLICATION.

Reference:
UEFI Specification 2.8 Errata B, table 27 "TPL Restrictions",
"Event Notification Levels"

Signed-off-by: default avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
parent d33f3181
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