aboutsummaryrefslogtreecommitdiff
path: root/lib/efi_loader/Makefile
diff options
context:
space:
mode:
authorIlias Apalodimas <ilias.apalodimas@linaro.org>2021-03-17 21:54:59 +0200
committerHeinrich Schuchardt <xypron.glpk@gmx.de>2021-03-25 20:14:25 +0100
commit37c3ca5c0b1a449356279efdcaca346b3eae84fd (patch)
treef2148b2140f74289665143c3c995179b705dad05 /lib/efi_loader/Makefile
parent76e8acce12fe6e914fdab422c8af44956c1dac04 (diff)
downloadu-boot-37c3ca5c0b1a449356279efdcaca346b3eae84fd.zip
u-boot-37c3ca5c0b1a449356279efdcaca346b3eae84fd.tar.gz
u-boot-37c3ca5c0b1a449356279efdcaca346b3eae84fd.tar.bz2
efi_loader: Add helper functions for EFI
A following patch introduces a different logic for loading initrd's based on the EFI_LOAD_FILE2_PROTOCOL. Since similar logic can be applied in the future for other system files (i.e DTBs), let's add some helper functions which will retrieve and parse file paths stored in EFI variables. Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Diffstat (limited to 'lib/efi_loader/Makefile')
-rw-r--r--lib/efi_loader/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/efi_loader/Makefile b/lib/efi_loader/Makefile
index 10b42e8..da2741a 100644
--- a/lib/efi_loader/Makefile
+++ b/lib/efi_loader/Makefile
@@ -23,6 +23,7 @@ endif
obj-$(CONFIG_CMD_BOOTEFI_HELLO) += helloworld_efi.o
obj-$(CONFIG_CMD_BOOTEFI_BOOTMGR) += efi_bootmgr.o
obj-y += efi_boottime.o
+obj-y += efi_helper.o
obj-$(CONFIG_EFI_HAVE_CAPSULE_SUPPORT) += efi_capsule.o
obj-$(CONFIG_EFI_CAPSULE_FIRMWARE) += efi_firmware.o
obj-y += efi_console.o