]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/xen.git/commit
ACPI: add config for BIOS table scan
authorGraeme Gregory <graeme.gregory@linaro.org>
Mon, 1 Feb 2016 12:56:16 +0000 (13:56 +0100)
committerJan Beulich <jbeulich@suse.com>
Mon, 1 Feb 2016 12:56:16 +0000 (13:56 +0100)
commit123d8d1b9b18d6b036d37b3acfdc43434644cc87
treee0f8a45ba81dc84ecd907e5a8c992cc539928562
parent601b5977008770e872827689eb5e868276eea7b9
ACPI: add config for BIOS table scan

With the addition of ARM64 that does not have a traditional BIOS to
scan, add a config option which is selected on x86 (ia64 doesn't need
it either, it is EFI/UEFI based system) to do the traditional BIOS
scanning for tables.

Signed-off-by: Graeme Gregory <graeme.gregory@linaro.org>
Signed-off-by: Hanjun Guo <hanjun.guo@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
[Linux commit 8a1664be0b922dd6afd60eca96a992ef5ec22c40]
[Include <xen/kconfig.h> in osl.c so that it could use IS_ENABLED]
Signed-off-by: Shannon Zhao <shannon.zhao@linaro.org>
Reviewed-by: Doug Goldstein <cardoe@cardoe.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/Kconfig
xen/drivers/acpi/Kconfig
xen/drivers/acpi/osl.c