Dear Tom,

The following changes since commit 2bc0715b558fa1ac5c88b11e250740b16a905837:

Merge tag 'u-boot-ufs-20251119' of https://source.denx.de/u-boot/custodians/u-boot-ufs (2025-11-19 09:04:32 -0600)

are available in the Git repository at:

https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2026-01-rc3-2

for you to fetch changes up to fff78d3bb25dc0c4b20b4ab9908cb355f5808178:

  doc: pytest: fix u-boot-test-flash typo (2025-11-21 19:29:23 +0100)

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

----------------------------------------------------------------
Pull request efi-2026-01-rc3-2

Documentation:

* board: ti: am6254atl_sk: correct value of PRELOADED_BL33_BASE
* pytest: fix u-boot-test-flash typo
* samsung: Fix PXE description for the E850-96 board
* board: ti: k3: Update TI firmware repository URL to GitHub
* add missing macro descriptions to include/test/ut.h and add it to
  the API documenation
* rearrange the description of DM tests and describe return values

Testing:

* Enable CI testing ACPI on qemu-riscv64_smode_acpi_defconfig
* Add qemu-riscv64_smode_defconfig to the CI tests
* Generalize tests such that they can run on RISC-V QEMU
  - fdt_test_apply requires CONFIG_OF_LIBFDT_OVERLAY
  - cmd/fdt: do not assume RNG device exists
  - cmd/bdinfo: make no flash assumption
  - cmd/bdinfo: consider arch_print_bdinfo() output
  - common/print: do not use fixed buffer addresses
  - cmd/fdt: do not use fixed buffer addresses
  - raise CONFIG_CONSOLE_RECORD_OUT_SIZE default to 0x6000
* enable CONFIG_CONSOLE_RECORD=y on qemu-riscv64_smode_acpi

----------------------------------------------------------------
Anshul Dalal (1):
      doc: board: ti: am6254atl_sk: fix PRELOADED_BL33_BASE

David Lechner (1):
      doc: pytest: fix u-boot-test-flash typo

Heinrich Schuchardt (13):
      test: fdt_test_apply requires CONFIG_OF_LIBFDT_OVERLAY
      test: cmd/fdt: do not assume RNG device exists
      test: cmd/bdinfo: make no flash assumption
      test: cmd/bdinfo: consider arch_print_bdinfo() output
      test: common/print: do not use fixed buffer addresses
      test: cmd/fdt: do not use fixed buffer addresses
      common: default CONFIG_CONSOLE_RECORD_OUT_SIZE=0x6000
      configs: CONFIG_CONSOLE_RECORD=y on qemu-riscv64_smode_acpi
      CI: test qemu-riscv64_smode[_acpi]
      doc: make writing DM test subsection of writing C test
      test: document ut.h
      doc: add include/test/ut.h to HTML documentation
      doc: describe return values of C tests

Sam Protsenko (1):
      doc: samsung: Fix PXE doc for E850-96 board

Vignesh Raghavendra (1):
      doc: board: ti: k3: Update TI firmware repository URL to GitHub

 .azure-pipelines.yml                      |   6 ++
 .gitlab-ci.yml                            |  12 +++
 common/Kconfig                            |   2 +-
 configs/qemu-riscv64_smode_acpi_defconfig |   1 +
 doc/api/index.rst                         |   1 +
 doc/api/test.rst                          |  11 +++
 doc/board/samsung/e850-96.rst             |  15 ++-
 doc/board/ti/am6254atl_sk.rst             |   2 +-
 doc/board/ti/k3.rst                       |   2 +-
 doc/develop/pytest/usage.rst              |   2 +-
 doc/develop/tests_writing.rst             |  63 +++++++-----
include/test/ut.h | 159 +++++++++++++++++++++++++-----
 test/cmd/bdinfo.c                         |  15 ++-
 test/cmd/fdt.c                            |  31 ++++--
 test/common/print.c                       |  71 +++++++------
 15 files changed, 285 insertions(+), 108 deletions(-)
 create mode 100644 doc/api/test.rst

Reply via email to