
18 Nov
2023
18 Nov
'23
10:57 p.m.
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