acpi: Move the xsdt pointer to acpi_ctx
authorSimon Glass <sjg@chromium.org>
Sun, 26 Apr 2020 15:19:52 +0000 (09:19 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Thu, 30 Apr 2020 09:16:12 +0000 (17:16 +0800)
commitb38309b7375e2fa6d99c14f4abd84985dc932ff1
tree25d3424db4270d2ff1639ca7fb1d928647778816
parent7e586f69070db02171dca77f41adbcccd6394b33
acpi: Move the xsdt pointer to acpi_ctx

Put this in the context along with the other important pointers.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Wolfgang Wallner <wolfgang.wallner@br-automation.com>
include/dm/acpi.h
lib/acpi/acpi_table.c
test/dm/acpi.c