Re: [PATCH 1/1] acpi: consider XSDT in acpi_find_table()

2023-11-18 Thread Simon Glass
Hi Heinrich, On Tue, 14 Nov 2023 at 09:39, Heinrich Schuchardt wrote: > > 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. > > Signed-off-by: Heinrich Schuchardt > --- > lib/a

[PATCH 1/1] acpi: consider XSDT in acpi_find_table()

2023-11-14 Thread Heinrich Schuchardt
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. Signed-off-by: Heinrich Schuchardt --- lib/acpi/acpi.c | 20 1 file changed, 16 insertions(+), 4 deletions(-)