Pull request efi-2025-01-rc1
Heinrich Schuchardt
heinrich.schuchardt at canonical.com
Wed Oct 9 23:40:38 CEST 2024
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
More information about the U-Boot
mailing list