
16 Jan
2021
16 Jan
'21
9:52 a.m.
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