Dear Tom,

The following changes since commit 6b2d05748cf3cd6ba417a96c00602b0122e10af6:

Merge tag 'u-boot-imx-master-20260117' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx (2026-01-17 22:29:24 -0600)

are available in the Git repository at:

https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2026-04-rc1

for you to fetch changes up to 9788e9cd4381ea4011a576d6e3eaf351bec7606b:

doc: board: starfive: update jh7110 common description (2026-01-19 10:31:22 +0100)

Gitlab CI showed no issues:
https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/29039

----------------------------------------------------------------
Pull request efi-2026-04-rc1

Documentation:

* Update StarFive JH7110 common description
* Add TI AM62D documentation
* update the development process description:
  - Rework the custodian feedback section
  - Explain when/how Custodians may edit patches
* Update urllib3 version for building
* Update links to doc/develop/falcon.rst
* Describe QEMU networking
* kdoc: handle the obsolescensce of docutils.ErrorString()
* Fix typo "addtional" -> "additional" in pflash section.

UEFI:

* Fix boot failure from FIT with compressed EFI binary

Others:

* cmd/meminfo: Correct displaying addresses above 4 GiB
* test:
  - Consider configuration in meminfo test
  - Consider initf_malloc is only traced with EARLY_TRACE
  - Clean up test_trace.py code

----------------------------------------------------------------
E Shattow (1):
      doc: board: starfive: update jh7110 common description

Heinrich Schuchardt (5):
      cmd/meminfo: display of addresses above 4 GiB
      test: cmd: consider configuration in meminfo test
      test: initf_malloc is only traced with EARLY_TRACE
      test: clean up test_trace.py code
      doc: describe QEMU networking

J. Neuschäfer (2):
      Update links to doc/develop/falcon.rst
      docs: kdoc: handle the obsolescensce of docutils.ErrorString()

Manjae Cho (1):
      Fix typo "addtional" -> "additional" in pflash section.

Masahisa Kojima (1):
      bootm: fix boot failure from compressed image for IH_OS_EFI

Paresh Bhagat (1):
      doc: board: ti: Add AM62D documentation

Tom Rini (4):
      doc: Update urllib3 version for building
doc: develop: process: Move the existing block about patch application
      doc: develop: process: Rework the custodian feedback section
      doc: develop: process: Explain when/how Custodians may edit patches

 boot/bootm_os.c                               |   4 +-
 cmd/Kconfig                                   |   4 +-
 cmd/meminfo.c                                 |   8 +-
 common/spl/Kconfig                            |   2 +-
 doc/board/emulation/index.rst                 |   1 +
 doc/board/emulation/network.rst               | 152 ++++++
 doc/board/emulation/qemu-riscv.rst            |   2 +-
 doc/board/starfive/deepcomputing_fml13v01.rst |  32 --
doc/board/starfive/jh7110_common.rst | 635 ++++++++++++++++++++++----
 doc/board/starfive/milk-v_mars.rst            |  73 ---
 doc/board/starfive/pine64_star64.rst          |  77 +---
 doc/board/starfive/visionfive2.rst            | 449 ------------------
 doc/board/ti/am335x_evm.rst                   |   2 +-
 doc/board/ti/am62dx_evm.rst                   | 256 +++++++++++
 doc/board/ti/k3.rst                           |   1 +
 doc/develop/falcon.rst                        |   1 +
 doc/develop/process.rst                       |  49 +-
 doc/sphinx/kernel_abi.py                      |   4 +-
 doc/sphinx/kernel_feat.py                     |   4 +-
 doc/sphinx/kernel_include.py                  |   6 +-
 doc/sphinx/maintainers_include.py             |   4 +-
 doc/sphinx/requirements.txt                   |   2 +-
 test/cmd/meminfo.c                            |  20 +-
 test/py/tests/test_trace.py                   |  38 +-
 24 files changed, 1049 insertions(+), 777 deletions(-)
 create mode 100644 doc/board/emulation/network.rst
 create mode 100644 doc/board/ti/am62dx_evm.rst

Reply via email to