
5 May
2019
5 May
'19
12:30 a.m.
Provide the missing implementation of the RegisterProtocolNotify() boot service.
Provide a unit test for RegisterProtocolNotify().
Fix a problem with events of type EVT_NOTIFY_SIGNAL.
Heinrich Schuchardt (3): efi_loader: EVT_NOTIFY_SIGNAL events efi_loader: implement RegisterProtocolNotify() efi_selftest: unit test for RegisterProtocolNotify()
include/efi_loader.h | 19 ++ lib/efi_loader/efi_boottime.c | 85 +++++-- lib/efi_selftest/Makefile | 1 + .../efi_selftest_register_notify.c | 231 ++++++++++++++++++ 4 files changed, 321 insertions(+), 15 deletions(-) create mode 100644 lib/efi_selftest/efi_selftest_register_notify.c
-- 2.20.1