]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitbfdc8ed48fc5c0b4d250fb4b99d866dbbac95fa3
tree8ffd161ed0737f05e8ad973f98c41fc9cf6ae5f9
parentd79b4abb3dd9e2b5aea9fa530d7561f1fbf2e2cf
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