[U-Boot] [PATCH 0/2] efi_loader: simplify protocol installation

Heinrich Schuchardt xypron.glpk at gmx.de
Fri Apr 12 05:22:30 UTC 2019


By using InstallMultipleProtocolInterfaces() the coding for installing
protocol interfaces on the root node can be simplified.

Suggested-by: AKASHI Takahiro <takahiro.akashi at linaro.org>

Heinrich Schuchardt (2):
  efi_loader: export efi_install_multiple_protocol_interfaces
  efi_loader: simplify protocol installation

 include/efi_loader.h           |  3 ++
 lib/efi_loader/efi_boottime.c  |  2 +-
 lib/efi_loader/efi_root_node.c | 76 +++++++++++-----------------------
 3 files changed, 29 insertions(+), 52 deletions(-)

--
2.20.1



More information about the U-Boot mailing list