commit | 3d83b731dc3ce0c0b1a5d86fe46e12698e630610 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed Jan 06 12:55:22 2021 +0100 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Jan 23 07:56:54 2021 +0100 |
tree | 9c9b0ec483699921320c2ce48e31d82c6e9ccc7a | |
parent | 14b442068ee26d0826952582a2b1fc9dbfcc39b4 [diff] |
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: Heinrich Schuchardt <xypron.glpk@gmx.de>