[PATCH 0/4] acpi: handle duplicate tables in acpi dump
Heinrich Schuchardt
heinrich.schuchardt at canonical.com
Tue Apr 21 00:08:00 CEST 2026
Of some ACPI tables like SSDT multiple instances may exist.
Allow to print each of these with the `acpi dump` command by
adding an index parameter.
Heinrich Schuchardt (4):
acpi: add index parameter to acpi_find_table
cmd/acpi: add optional index parameter to acpi dump
test: consider index parameter in acpi_find_table test
doc: document index parameter of `acpi dump`
cmd/acpi.c | 19 ++++++++++++------
doc/usage/cmd/acpi.rst | 8 +++++++-
drivers/serial/serial_coreboot.c | 2 +-
include/acpi/acpi_table.h | 3 ++-
lib/acpi/acpi.c | 21 +++++++++++++++-----
test/dm/acpi.c | 34 ++++++++++++++++++++++----------
6 files changed, 63 insertions(+), 24 deletions(-)
--
2.53.0
More information about the U-Boot
mailing list