]> xenbits.xensource.com Git - people/liuw/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)
committerWei Liu <wei.liu2@citrix.com>
Tue, 15 Mar 2016 16:32:33 +0000 (16:32 +0000)
commit6ac942ebff1de8f3a03e0fd637f8d899f35c6410
tree3c49be8a07a4ed5e714c02ce731aa807a523d767
parent7d2820042c3c8c9d30ae5f725f2edd5092618a3f
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