commit | 23c14e1240656e60a92f4ca08a704090ca2d569d | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Nov 18 22:57:26 2023 +0100 |
committer | Tom Rini <trini@konsulko.com> | Wed Dec 13 18:39:05 2023 -0500 |
tree | e172a3d2d069793b324b443ed15f65db3b8f9b2e | |
parent | f252dfc6dd07f375ec879a21fd454bd9718efc61 [diff] |
acpi: consider XSDT in acpi_find_table() 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.schuchardt@canonical.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>