[U-Boot] [PATCH 0/3] implement RegisterProtocolNotify()
Heinrich Schuchardt
xypron.glpk at gmx.de
Sat May 4 22:30:24 UTC 2019
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
More information about the U-Boot
mailing list