Dear Tom,
The following changes since commit e4c8b32d03d7ecffd586b7d33336603ad639d7c0:
Merge branch 'master' of git://source.denx.de/u-boot-usb (2025-08-29
14:58:45 -0600)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2025-10-rc4
for you to fetch changes up to d20b8792c5228a8d9f20943660d61ea5b2c60232:
arm: Fix swtiching typo (2025-08-30 20:45:33 +0200)
Gitlab CI showed no issues:
https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/27527
----------------------------------------------------------------
Pull request efi-2025-10-rc4
Documentation:
* Rephrasing and text corrections for buildman
UEFI:
* Serial: Use correct EFI status type
* Let EFI_HTTP_BOOT select CMD_DHCP
* Let EFI_VARIABLES_PRESEED depend on !COMPILE_TEST
----------------------------------------------------------------
Adriano Carvalho (9):
doc: Fix obvious typos and minor improvements
doc: Quote all long form options using double backticks/grave accents
doc: Use "supports" instead of "has"
doc: Add riscv and unfold the list with the architecture/code name
doc: Rephrase in a simpler way
doc: Rephrase to be more clear
doc: Rephrase to read a bit nicer
doc: Rephrase to be more precise and less confusing (build)
doc: Capitalize the word Buildman whenever it's used as a proper noun
Andrew Goodbody (1):
efi: serial: Use correct EFI status type
Jan Kiszka (1):
efi: Select also CMD_DHCP from EFI_HTTP_BOOT
Simon Glass (1):
arm: Fix swtiching typo
Tom Rini (1):
efi_loader: Make EFI_VARIABLES_PRESEED depend on !COMPILE_TEST
arch/arm/lib/bootm.c | 2 +-
doc/build/clang.rst | 8 +-
doc/build/gen_compile_commands.rst | 2 +-
doc/build/reproducible.rst | 2 +-
doc/build/tools.rst | 9 +-
drivers/serial/serial_efi.c | 2 +-
lib/efi_loader/Kconfig | 2 +
tools/buildman/buildman.rst | 215
++++++++++++++++++++-----------------
8 files changed, 128 insertions(+), 114 deletions(-)