[PATCH v2 0/2] acpi: consider XSDT in acpi_find_table()

Heinrich Schuchardt heinrich.schuchardt at canonical.com
Sat Nov 18 22:57:25 CET 2023


The RSDT table is deprecated and does not exist on all systems.

By preference scan XSDT for the table to find. If no XSDT table exists, try
to use the RSDT table.

Provide a unit test for acpi_find_table().

v2:
	Consider that map_sysmem(0, 0) != NULL.
	Add unit test.

*** BLURB HERE ***

Heinrich Schuchardt (2):
  acpi: consider XSDT in acpi_find_table()
  test: unit test for acpi_find_table()

 lib/acpi/acpi.c | 20 ++++++++---
 test/dm/acpi.c  | 96 +++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 112 insertions(+), 4 deletions(-)

-- 
2.40.1



More information about the U-Boot mailing list