[PATCH 0/3] qfw/acpi: do not zero out XSDT address

Heinrich Schuchardt heinrich.schuchardt at canonical.com
Fri Oct 31 20:59:28 CET 2025


Since release 2025.01 the discovery of QEMU ACPI tables is broken.

* Remove the line erasing the pointer to the XSDT table
* Add a test for the 'acpi list' command
* Provide a configuration that can run this test

This series goes together with patch

[PATCH 1/1] CI: test qemu-riscv64_smode[_acpi]
https://lore.kernel.org/u-boot/20251028131720.55212-1-heinrich.schuchardt@canonical.com/

which enables running CI tests on qemu-riscv64_smode_acpi_defconfig.

Heinrich Schuchardt (3):
  qfw/acpi: do not zero out XSDT address
  test: provide test for 'acpi list' command
  configs: CONFIG_CONSOLE_RECORD=y on qemu-riscv64_smode_acpi

 configs/qemu-riscv64_smode_acpi_defconfig |  1 +
 drivers/misc/qfw_acpi.c                   |  1 -
 test/cmd/Makefile                         |  3 ++
 test/cmd/acpi.c                           | 52 +++++++++++++++++++++++
 4 files changed, 56 insertions(+), 1 deletion(-)
 create mode 100644 test/cmd/acpi.c

-- 
2.51.0



More information about the U-Boot mailing list