Dear Tom,
This pull request fixes the "installing EFI_LOAD_FILE2_PROTOCOL failed"
issue.
---
@Anshul,
I had to rebase your series because one line which you tried to change
from ..code-block:: to ..prompt:: did not exist. Please, check after the
merge.
---
The following changes since commit aa96cda0a58f4d181b81a897b0b9fea3d9729478:
clk: fix crash on clk_set_rate clean rate cache (2025-04-30 07:50:18
-0600)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2025-07-rc2
for you to fetch changes up to c0546426724099d94a497ea11ad79862daf37767:
boot: let BOOTSTAGE_RECORD_COUNT default to 50 (2025-05-01 09:24:56
+0200)
Gitlab CI showed no issues:
https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/26025
----------------------------------------------------------------
Pull request efi-2025-07-rc2
Documentation:
* ti: update bash code-block directives to prompt
* ti: k3: add language for code-block directive
* correct uthread inline documentation
UEFI:
* correctly handle EFI FIT images without initrd
* pass kernel load address not entry point for EFI FIT images
Other:
* boot:let BOOTSTAGE_RECORD_COUNT default to 50
----------------------------------------------------------------
Adriano Cordova (2):
efi_loader: bootbin: do not load an initrd if none is provided
efi_loader: fix typo initd_sz to initrd_sz
Anshul Dalal (2):
doc: ti: update bash code-block directives to prompt
doc: ti: k3: add language for code-block directive
Heinrich Schuchardt (2):
bootm: pass kernel load address not entry point for IH_OS_EFI
boot: let BOOTSTAGE_RECORD_COUNT default to 50
Jerome Forissier (1):
uthread: doc: fix inline documentation
boot/Kconfig | 2 +-
boot/bootm_os.c | 4 ++--
doc/board/ti/am62ax_sk.rst | 20 ++++++++++----------
doc/board/ti/am62px_sk.rst | 18 +++++++++---------
doc/board/ti/j722s_evm.rst | 12 ++++++------
doc/board/ti/j784s4_evm.rst | 16 ++++++++--------
doc/board/ti/k3.rst | 10 +++++-----
include/efi_loader.h | 2 ++
include/uthread.h | 9 +++++++--
lib/efi_loader/efi_bootbin.c | 9 ++-------
lib/efi_loader/efi_helper.c | 29 +++++++++++++++++++++++++++++
11 files changed, 81 insertions(+), 50 deletions(-)