Dear Tom,
The following changes since commit baf076aeb32dcdd2b022405088c3288ffc160fcf:
Merge branch 'staging' of
https://source.denx.de/u-boot/custodians/u-boot-tegra into next
(2025-12-23 08:11:36 -0600)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-next-20251225
for you to fetch changes up to 4c105d2ae7b0f847668ff1ef6b410f63ab4290b7:
doc: board: starfive: update jh7110 common description (2025-12-24
09:41:57 +0100)
----------------------------------------------------------------
Pull request efi-next-20251225
Documentation:
* Update StarFive Jh7110 common description.
* Describe command line options of the bdinfo command.
* Describe configuration dependencies of the bdinfo command.
UEFI:
* Trigger capsule updates with automatically generated boot options.
* In the LoadImage unit test add a check that device-paths are correctly
used.
* In the variables at runtime test remove an unnecessary
__efi_runtime_data attribute.
Others:
* Let the bdinfo command output device-tree information even if LMB is
no used.
* Add long help texts for all options of the bdinfo command.
----------------------------------------------------------------
E Shattow (1):
doc: board: starfive: update jh7110 common description
Heinrich Schuchardt (4):
efi_selftest: Enhance LoadImage test
efi_selftest: remove unnecessary __efi_runtime_data attribute
test: dm: clk_ccf: clean up assert statements
cmd/bdinfo: LMB and device-tree are not related
Ilias Apalodimas (1):
efi_loader: Trigger capsule updates with automatically generated
boot options
Quentin Schulz (3):
cmd: bdinfo: provide long help with all options
doc: cmd: bdinfo: specify required dependency for some info
doc: cmd: bdinfo: document options
cmd/bdinfo.c | 25 +-
doc/board/starfive/deepcomputing_fml13v01.rst | 32 --
doc/board/starfive/jh7110_common.rst | 640
+++++++++++++++++++---
doc/board/starfive/milk-v_mars.rst | 73 ---
doc/board/starfive/pine64_star64.rst | 77 +--
doc/board/starfive/visionfive2.rst | 449 ---------------
doc/usage/cmd/bdinfo.rst | 62 ++-
lib/efi_loader/efi_capsule.c | 68 ++-
lib/efi_selftest/efi_selftest_loadimage.c | 45 ++
lib/efi_selftest/efi_selftest_variables_runtime.c | 3 +-
test/cmd/bdinfo.c | 19 +-
test/dm/clk_ccf.c | 42 +-
12 files changed, 763 insertions(+), 772 deletions(-)