]> xenbits.xensource.com Git - xen.git/commit
arm/acpi: Add basic ACPI initialization
authorShannon Zhao <zhaoshenglong@huawei.com>
Wed, 2 Mar 2016 07:37:00 +0000 (08:37 +0100)
committerJan Beulich <jbeulich@suse.com>
Thu, 3 Mar 2016 08:02:42 +0000 (09:02 +0100)
commit0faf04a868d1dc8ae1d7a66c0d2dfe66a028385b
tree3c49be8a07a4ed5e714c02ce731aa807a523d767
parentb9f102e5f07b973c5066551528245117f3e0932b
arm/acpi: Add basic ACPI initialization

acpi_boot_table_init() will be called in start_xen to get the RSDP and
all the table pointers. With this patch, we can get ACPI boot-time
tables from firmware on ARM64.

Signed-off-by: Naresh Bhat <naresh.bhat@linaro.org>
Signed-off-by: Parth Dixit <parth.dixit@linaro.org>
Signed-off-by: Shannon Zhao <shannon.zhao@linaro.org>
Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
xen/arch/arm/acpi/Makefile
xen/arch/arm/acpi/boot.c [new file with mode: 0644]
xen/arch/arm/setup.c