Pull request for efi-2026-07-rc1
Heinrich Schuchardt
xypron.glpk at gmx.de
Fri Apr 17 10:01:58 CEST 2026
Dear Tom,
The following changes since commit 70fd0c3bb7c26d42f24d10145dd5f3168ac92eac:
x86: there is no CONFIG_UBOOT_ROMSIZE_KB_12288 (2026-04-14 14:21:55
-0600)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2026-07-rc1
for you to fetch changes up to 98d1d3227e8d9513a2705e9fa4c8aa9d20d8eeac:
doc: board: ti: j784s4_evm: Automate BAR address lookup for PCIe Boot
(2026-04-17 08:16:03 +0200)
Gitlab CI reported no issues:
https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/29844
----------------------------------------------------------------
Pull request for efi-2026-07-rc1
Documentation:
* correct title of CONTRIBUTE.rst
* Fix fdt resize argument in fdt_overlays.rst
* api: bootcount: correct bootcount description
* binman: Add Sphinx extension to auto-generate entry and bintool docs
* binman: Remove pre-generated entries.rst and bintools.rst
* j784s4_evm: Automate BAR address lookup for PCIe Boot
UEFI:
* efi_var_sf: Do not fail on blank SPI Flash
* Allow disabling ANSI console queries via Kconfig
* bootstd: efi: Handle prior-stage FDT in network path
* event: Check return value from event_notify_null()
* event: Introduce EVT_POST_PREBOOT event
* fwu: Move boottime checks to EVT_POST_PREBOOT
----------------------------------------------------------------
Heinrich Schuchardt (1):
doc: correct title of CONTRIBUTE.rst
Matwey V. Kornilov (1):
doc: Fix fdt resize argument in fdt_overlays.rst
Michael Opdenacker (1):
doc: api: bootcount: correct bootcount description
Michal Simek (5):
efi_loader: efi_var_sf: Do not fail on blank SPI Flash
event: Check return value from event_notify_null()
event: Introduce EVT_POST_PREBOOT event
fwu: Move boottime checks to EVT_POST_PREBOOT
efi_loader: Allow disabling ANSI console queries via Kconfig
Siddharth Vadapalli (1):
doc: board: ti: j784s4_evm: Automate BAR address lookup for PCIe Boot
Simon Glass (3):
binman: Add Sphinx extension to auto-generate entry and bintool docs
binman: Remove pre-generated entries.rst and bintools.rst
bootstd: efi: Handle prior-stage FDT in network path
boot/bootmeth_efi.c | 15 +-
common/board_r.c | 6 +-
common/event.c | 3 +
common/main.c | 4 +
doc/.gitignore | 2 +
doc/CONTRIBUTE.rst | 4 +-
doc/api/bootcount.rst | 2 +-
doc/board/ti/j784s4_evm.rst | 16 +-
doc/conf.py | 3 +-
doc/develop/package/bintools.rst | 1 -
doc/develop/package/entries.rst | 1 -
doc/sphinx/binman_docs.py | 207 +++
doc/usage/fdt_overlays.rst | 4 +-
include/event.h | 9 +
lib/efi_loader/Kconfig | 11 +
lib/efi_loader/efi_console.c | 3 +
lib/efi_loader/efi_var_sf.c | 5 +-
lib/fwu_updates/fwu.c | 2 +-
test/dm/fwu_mdata.c | 4 +-
tools/binman/binman.rst | 12 +-
tools/binman/bintools.rst | 249 ---
tools/binman/entries.rst | 3133
--------------------------------------
22 files changed, 278 insertions(+), 3418 deletions(-)
delete mode 120000 doc/develop/package/bintools.rst
delete mode 120000 doc/develop/package/entries.rst
create mode 100644 doc/sphinx/binman_docs.py
delete mode 100644 tools/binman/bintools.rst
delete mode 100644 tools/binman/entries.rst
More information about the U-Boot
mailing list