On Sat, 18 Nov 2023 at 14:57, Heinrich Schuchardt <heinrich.schucha...@canonical.com> 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 <heinrich.schucha...@canonical.com> > --- > v2: > consider that map_sysmem(0, 0) != NULL > --- > lib/acpi/acpi.c | 20 ++++++++++++++++---- > 1 file changed, 16 insertions(+), 4 deletions(-)
Reviewed-by: Simon Glass <s...@chromium.org>