
13 Dec
2023
13 Dec
'23
9:39 p.m.
On Sun, 19 Nov 2023 at 02:45, Simon Glass sjg@chromium.org wrote:
On Sat, 18 Nov 2023 at 14:57, Heinrich Schuchardt heinrich.schuchardt@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.schuchardt@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 sjg@chromium.org
Reviewed-by: Ilias Apalodimas ilias.apalodimas@linaro.org
Applied to u-boot-dm/next, thanks!