[PATCH 0/3] efi_loader: make protocols configurable
Heinrich Schuchardt
xypron.glpk at gmx.de
Sat Jan 16 09:52:20 CET 2021
On systems that are very tight on memory we may only want to keep those
UEFI features that are required to start Linux or GRUB.
Make the EFI_DT_FIXUP_PROTOCOL and the EFI_DEVICE_PATH_UTILITIES_PROTOCOL
configurable.
Heinrich Schuchardt (3):
efi_loader: fixup protocol, avoid forward declaration
efi_loader: make EFI_DT_FIXUP_PROTOCOL configurable
efi_loader: EFI_DEVICE_PATH_UTILITIES_PROTOCOL configurable
lib/efi_loader/Kconfig | 15 +++++++++++++++
lib/efi_loader/Makefile | 2 +-
lib/efi_loader/efi_dt_fixup.c | 34 ++++++++++++++++++++--------------
lib/efi_loader/efi_root_node.c | 4 +++-
4 files changed, 39 insertions(+), 16 deletions(-)
--
2.29.2
More information about the U-Boot
mailing list