>>> On 23.01.16 at 18:25, wrote:
> Shannon Zhao writes:
>> --- a/xen/arch/x86/Kconfig
>> +++ b/xen/arch/x86/Kconfig
>> @@ -5,6 +5,7 @@ config X86
>> def_bool y
>> select COMPAT
>> select HAS_ACPI
>> +select ACPI_LEGACY_TABLES_LOOKUP if HAS_ACPI
>
> Since HAS_ACPI is selected ri
On 2016/1/24 1:25, Jonathan Creekmore wrote:
>
> Shannon Zhao writes:
>
>> From: Graeme Gregory
>>
>> 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 th
Shannon Zhao writes:
> From: Graeme Gregory
>
> 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-b
From: Graeme Gregory
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
Signed-off-by: Han