[U-Boot] [PATCH v2 0/5] efi_loader: make more protocols customizable

Heinrich Schuchardt xypron.glpk at gmx.de
Sat May 11 08:55:16 UTC 2019


The development target for the UEFI sub-system is EBBR compliance. We have
already implemented some further protocols to enable running the UEFI Shell
and the UEFI SCT test suite.

As some boards are severly memory constrained make some of these extras
customizable.

Change the working of the EFI_LOADER and EFI_LOADER_HII config option.

Give the Kconfig menu more structure using if/endif.

v2
	put the patches into a series
	add device path to text protocol configuration
	reword Kconfig menu entries

Heinrich Schuchardt (5):
  efi_loader: observe CONFIG_EFI_LOADER_HII
  efi_loader: format Kconfig
  efi_loader: reword the EFI_LOADER config option
  efi_loader: make Unicode collation protocol customizable
  efi_loader: make device path to text protocol customizable

 cmd/Kconfig                    |  1 +
 lib/efi_loader/Kconfig         | 69 ++++++++++++++++++++++------------
 lib/efi_loader/Makefile        |  6 +--
 lib/efi_loader/efi_root_node.c |  4 ++
 lib/efi_selftest/Makefile      |  5 ++-
 lib/vsprintf.c                 |  4 +-
 6 files changed, 58 insertions(+), 31 deletions(-)

--
2.20.1



More information about the U-Boot mailing list