diff options
author | Tom Rini <trini@konsulko.com> | 2025-04-25 13:11:40 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-04-25 13:11:40 -0600 |
commit | 7a9c9b5655646c229e4300c24b0b85b51308795e (patch) | |
tree | 146f366ba7bf516e7035faaaa356d49aac81ff86 /lib/efi_loader/efi_hii_config.c | |
parent | 9d3f1ebaf8751f0287b5d02158cc706435f8fb19 (diff) | |
parent | 0ded46384952ab74eb7dd54515a3e23bcbb9ca88 (diff) |
Merge tag 'efi-2025-07-rc1-3' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request efi-2025-07-rc1-3
Documentation:
* add documentation for the DeepComputing FML13V01
* fix typos
UEFI:
* build with HII configuration protocol
* print image load address in StartImage
Boards:
* qemu-riscv raise CONFIG_NR_DRAM_BANKS
* add support for the DeepComputing FML13V01 board via
starfive_visionfive2_defconfig
* add UNIT_TESTS to big-endian Malta boards
Diffstat (limited to 'lib/efi_loader/efi_hii_config.c')
-rw-r--r-- | lib/efi_loader/efi_hii_config.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/efi_loader/efi_hii_config.c b/lib/efi_loader/efi_hii_config.c index 37d8c6629e2..521481a86d8 100644 --- a/lib/efi_loader/efi_hii_config.c +++ b/lib/efi_loader/efi_hii_config.c @@ -4,10 +4,6 @@ * * Copyright (c) 2017 Leif Lindholm * Copyright (c) 2018 AKASHI Takahiro, Linaro Limited - * - * As this is still a non-working stub and the protocol is neither required - * by the EFI shell nor by the UEFI SCT this module has been removed from - * the Makefile. */ #define LOG_CATEGORY LOGC_EFI |