diff options
| author | Tom Rini <[email protected]> | 2024-06-11 07:42:55 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-06-11 07:42:55 -0600 |
| commit | 9cf83a7da95b70a37d0d2aba79439dc8a2944fe3 (patch) | |
| tree | 31681d2bbebaa2e40b32fb4a35034b6e683d8410 /lib/efi_loader/Makefile | |
| parent | f9886bc60f42d5bcfcfa4e474af7dc230400b6be (diff) | |
| parent | 535321c2ea76de44896330040d2e43aa4645d026 (diff) | |
Merge tag 'efi-next-20240611' of https://source.denx.de/u-boot/custodians/u-boot-efi into next
Pull request efi-next-20240611
UEFI:
* Allow specifying a device-tree in an EFI load option
using the efidebug or eficonfig command.
* Let the EFI boot manager fall back to an OS provided device-tree
if no device-tree is specified.
Diffstat (limited to 'lib/efi_loader/Makefile')
| -rw-r--r-- | lib/efi_loader/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/efi_loader/Makefile b/lib/efi_loader/Makefile index 034e366967f..2af6f2066b5 100644 --- a/lib/efi_loader/Makefile +++ b/lib/efi_loader/Makefile @@ -59,6 +59,7 @@ obj-y += efi_device_path.o obj-$(CONFIG_EFI_DEVICE_PATH_TO_TEXT) += efi_device_path_to_text.o obj-$(CONFIG_EFI_DEVICE_PATH_UTIL) += efi_device_path_utilities.o obj-y += efi_dt_fixup.o +obj-y += efi_fdt.o obj-y += efi_file.o obj-$(CONFIG_EFI_LOADER_HII) += efi_hii.o obj-y += efi_image_loader.o |
