efi_loader: EFI_DEVICE_PATH_UTILITIES_PROTOCOL configurable
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 16 Jan 2021 08:44:25 +0000 (09:44 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 20 Jan 2021 07:17:17 +0000 (08:17 +0100)
commit59593a52a3438d163904079ae9c5d4d7c69675bb
tree8ffd161ed0737f05e8ad973f98c41fc9cf6ae5f9
parent4cb07d8d93215820dc55a7fe19d617338358f1f7
efi_loader: EFI_DEVICE_PATH_UTILITIES_PROTOCOL configurable

Allow the EFI_DEVICE_PATH_UTILITIES_PROTOCOL to be disabled via
configuration.

On systems that are very tight on U-Boot image size we may want to disable
the protocol. As it is required to run the UEFI Shell enable it by default.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/Kconfig
lib/efi_loader/Makefile
lib/efi_loader/efi_root_node.c