mbox series

[U-Boot,0/4] implement ReinstallProtocolInterface

Message ID 20180511100923.29659-1-xypron.glpk@gmx.de
Headers show
Series implement ReinstallProtocolInterface | expand

Message

Heinrich Schuchardt May 11, 2018, 10:09 a.m. UTC
This patch series implements the ReinstallProtocolInterface interface and
provides a unit test.

UninstallProtocolInterface now checks the interface being uninstalled.

Heinrich Schuchardt (4):
  efi_selftest: correct efi_selftest_manageprotocols
  efi_loader: check interface when uninstalling protocol
  efi_loader: implement ReinstallProtocolInterface
  efi_selftest: test ReinstallProtocolInterface

 lib/efi_loader/efi_boottime.c                 | 68 ++++++++++++-------
 lib/efi_selftest/efi_selftest_controllers.c   | 35 +++++++++-
 .../efi_selftest_manageprotocols.c            |  2 +-
 3 files changed, 78 insertions(+), 27 deletions(-)