[U-Boot] [PATCH 0/2] efi_loader: registration key in LocateProtocol()

Heinrich Schuchardt xypron.glpk at gmx.de
Wed May 29 18:59:45 UTC 2019


In LocateProtocol() implement searching by the registration key returned by
RegisterNotifyProtocol().

With the patch series the UEFI SCT tests for LocateProtocol() are passed
without error.

Factor our a common function module efi_check_register_notify_event() used
by LocateHandle() and LocateProtocol().

Heinrich Schuchardt (2):
  efi_loader: factor our efi_check_register_notify_event()
  efi_loader: registration key in LocateProtocol()

 lib/efi_loader/efi_boottime.c | 80 +++++++++++++++++++++++++++--------
 1 file changed, 62 insertions(+), 18 deletions(-)

--
2.20.1



More information about the U-Boot mailing list