All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] CI: test qemu-riscv64_smode[_acpi]
@ 2025-11-09 10:10 Heinrich Schuchardt
  2025-11-09 10:10 ` [PATCH RESEND 1/9] test: fdt_test_apply requires CONFIG_OF_LIBFDT_OVERLAY Heinrich Schuchardt
                   ` (8 more replies)
  0 siblings, 9 replies; 37+ messages in thread
From: Heinrich Schuchardt @ 2025-11-09 10:10 UTC (permalink / raw)
  To: Tom Rini
  Cc: Bin Meng, Simon Glass, Raymond Mao, Ilias Apalodimas,
	Michal Simek, Adriano Cordova, Harrison Mutai, Peng Fan,
	Ben Dooks, Svyatoslav Ryhel, Sam Protsenko, Mattijs Korpershoek,
	Jerome Forissier, Patrick Delaunay, Leo Yu-Chi Liang, Rick Chen,
	u-boot, Heinrich Schuchardt

ACPI via QFW was broken since the 2025.01 release and we did not observe
it due to missing CI testing. This bug has been fixed in the meanwhile.

This series

* introduces prerequisite corrections of unit tests
* provides the necessary console record size for command line tests
* enables CI testing for qemu-riscv64_smode and qemu-riscv64_smode_acpi

The following patches are just resent to show how all belongs together:

* test: fdt_test_apply requires CONFIG_OF_LIBFDT_OVERLAY
* CI: test qemu-riscv64_smode[_acpi]

Heinrich Schuchardt (9):
  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]

 .azure-pipelines.yml                      |  6 ++
 .gitlab-ci.yml                            | 12 ++++
 common/Kconfig                            |  2 +-
 configs/qemu-riscv64_smode_acpi_defconfig |  1 +
 test/cmd/bdinfo.c                         | 15 +++--
 test/cmd/fdt.c                            | 31 ++++++++--
 test/common/print.c                       | 71 +++++++++++------------
 7 files changed, 91 insertions(+), 47 deletions(-)

-- 
2.51.0


^ permalink raw reply	[flat|nested] 37+ messages in thread

end of thread, other threads:[~2025-11-23 14:02 UTC | newest]

Thread overview: 37+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-09 10:10 [PATCH 0/9] CI: test qemu-riscv64_smode[_acpi] Heinrich Schuchardt
2025-11-09 10:10 ` [PATCH RESEND 1/9] test: fdt_test_apply requires CONFIG_OF_LIBFDT_OVERLAY Heinrich Schuchardt
2025-11-11  8:29   ` Ilias Apalodimas
2025-11-11 13:32     ` Tom Rini
2025-11-11 21:18       ` Heinrich Schuchardt
2025-11-11 21:12     ` Heinrich Schuchardt
2025-11-11 21:26       ` Tom Rini
2025-11-22 16:23   ` Tom Rini
2025-11-22 23:52     ` Heinrich Schuchardt
2025-11-23 14:02       ` Tom Rini
2025-11-09 10:10 ` [PATCH 2/9] test: cmd/fdt: do not assume RNG device exists Heinrich Schuchardt
2025-11-11  8:33   ` Ilias Apalodimas
2025-11-14 12:44   ` Simon Glass
2025-11-14 14:22     ` Tom Rini
2025-11-09 10:10 ` [PATCH 3/9] test: cmd/bdinfo: make no flash assumption Heinrich Schuchardt
2025-11-11  8:30   ` Ilias Apalodimas
2025-11-14 12:44   ` Simon Glass
2025-11-09 10:10 ` [PATCH 4/9] test: cmd/bdinfo: consider arch_print_bdinfo() output Heinrich Schuchardt
2025-11-14 12:44   ` Simon Glass
2025-11-09 10:10 ` [PATCH 5/9] test: common/print: do not use fixed buffer addresses Heinrich Schuchardt
2025-11-11  8:48   ` Ilias Apalodimas
2025-11-14 12:44   ` Simon Glass
2025-11-09 10:10 ` [PATCH 6/9] test: cmd/fdt: " Heinrich Schuchardt
2025-11-11  8:43   ` Ilias Apalodimas
2025-11-14 12:31   ` Simon Glass
2025-11-14 14:19     ` Tom Rini
2025-11-14 14:24       ` Simon Glass
2025-11-14 14:43         ` Tom Rini
2025-11-14 18:10           ` Simon Glass
2025-11-14 18:54             ` Tom Rini
2025-11-17 18:16               ` Simon Glass
2025-11-14 14:29     ` Heinrich Schuchardt
2025-11-09 10:10 ` [PATCH 7/9] common: default CONFIG_CONSOLE_RECORD_OUT_SIZE=0x6000 Heinrich Schuchardt
2025-11-11  8:31   ` Ilias Apalodimas
2025-11-14 12:44     ` Simon Glass
2025-11-09 10:10 ` [PATCH 8/9] configs: CONFIG_CONSOLE_RECORD=y on qemu-riscv64_smode_acpi Heinrich Schuchardt
2025-11-09 10:10 ` [PATCH RESEND 9/9] CI: test qemu-riscv64_smode[_acpi] Heinrich Schuchardt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.