Pull request efi-2025-01-rc1

Dear Tom,
The following changes since commit fbe16bc28014dc1ed957f5fee7e53d6eee781aa9:
arch: arm: dts: k3-j7200-r5-evm: Enable AVS feature (2024-10-08 10:23:36 -0600)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2025-01-rc1
for you to fetch changes up to be5e7c11ff7df70b7c2adfdfd114ae25573996c8:
sandbox: enable clk command on the sandbox (2024-10-09 15:48:42 +0200)
Gitlab CI showed no issues: https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/22597
---------------------------------------------------------------- Pull request efi-2025-01-rc1
Documentation:
* Move the generic memory-documentation to doc/ * Fix typo boormethod
UEFI:
* Delete rng-seed if having EFI RNG protocol * Don't call restart_uboot in EFI watchdog test * Simplify building EFI binaries in Makefile * Show FirmwareVendor and FirmwareRevision in helloworld * Add debug output for efi bootmeth
Other:
* CONFIG_CMD_CLK should depend on CONFIG_CLK * simplify clk command * enable clk command on the sandbox
---------------------------------------------------------------- Heinrich Schuchardt (6): efi_leader: delete rng-seed if having EFI RNG protocol test: don't call restart_uboot in EFI watchdog test boot: typo boormethod cmd/Kconfig: CONFIG_CMD_CLK should depend on CONFIG_CLK cmd: clk: simplify clk command sandbox: enable clk command on the sandbox
Simon Glass (7): doc: Move the generic memory-documentation to doc/ efi_loader: Rename and move CMD_BOOTEFI_HELLO_COMPILE efi: arm: x86: riscv: Drop crt0/relocal extra- rules efi_loader: Shorten the app rules efi_loader: Shorten the app rules further efi_loader: Show FirmwareVendor and FirmwareRevision in helloworld bootstd: Add debugging for efi bootmeth
README | 45 ---------------------------------- arch/arm/lib/Makefile | 8 ------- arch/riscv/lib/Makefile | 4 ---- arch/x86/lib/Makefile | 16 ------------- boot/bootmeth_efi.c | 11 +++++++-- boot/bootstd-uclass.c | 2 +- cmd/Kconfig | 23 ++++-------------- cmd/clk.c | 14 ----------- configs/octeontx2_95xx_defconfig | 2 +- configs/octeontx2_96xx_defconfig | 2 +- configs/octeontx_81xx_defconfig | 2 +- configs/octeontx_83xx_defconfig | 2 +- configs/sandbox64_defconfig | 1 + configs/sandbox_defconfig | 1 + configs/sandbox_flattree_defconfig | 1 + configs/sandbox_noinst_defconfig | 1 + configs/sandbox_spl_defconfig | 1 + configs/sandbox_vpl_defconfig | 1 + doc/develop/index.rst | 1 + doc/develop/memory.rst | 49 ++++++++++++++++++++++++++++++++++++++ doc/develop/uefi/uefi.rst | 2 +- include/efi_loader.h | 2 +- lib/efi_loader/Kconfig | 12 ++++++++++ lib/efi_loader/Makefile | 46 +++++++++++------------------------ lib/efi_loader/efi_dt_fixup.c | 15 ++++++++---- lib/efi_loader/efi_helper.c | 2 +- lib/efi_loader/helloworld.c | 37 ++++++++++++++++++++++++++++ test/py/tests/test_efi_fit.py | 2 +- test/py/tests/test_efi_loader.py | 2 +- test/py/tests/test_efi_selftest.py | 2 +- 30 files changed, 153 insertions(+), 156 deletions(-) create mode 100644 doc/develop/memory.rst

On Wed, Oct 09, 2024 at 11:40:38PM +0200, Heinrich Schuchardt wrote:
Dear Tom,
The following changes since commit fbe16bc28014dc1ed957f5fee7e53d6eee781aa9:
arch: arm: dts: k3-j7200-r5-evm: Enable AVS feature (2024-10-08 10:23:36 -0600)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2025-01-rc1
for you to fetch changes up to be5e7c11ff7df70b7c2adfdfd114ae25573996c8:
sandbox: enable clk command on the sandbox (2024-10-09 15:48:42 +0200)
Gitlab CI showed no issues: https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/22597
Applied to u-boot/master, thanks!
participants (2)
-
Heinrich Schuchardt
-
Tom Rini