Re: [U-Boot] [PATCH 01/12] x86: qemu: fix ACPI Kconfig options

2016-05-16 Thread Miao Yan
Hi Bin, 2016-05-13 21:59 GMT+08:00 Bin Meng : > Hi Miao, > > On Fri, May 13, 2016 at 2:29 PM, Miao Yan wrote: >> CONFIG_GENENRATE_ACPI_TABLE controls the generation of ACPI table which >> uses U-Boot's built-in methods and CONFIG_QEMU_ACPI_TABLE controls whether >> to load ACPI table from QEMU's

Re: [U-Boot] [PATCH 01/12] x86: qemu: fix ACPI Kconfig options

2016-05-13 Thread Bin Meng
Hi Miao, On Fri, May 13, 2016 at 2:29 PM, Miao Yan wrote: > CONFIG_GENENRATE_ACPI_TABLE controls the generation of ACPI table which > uses U-Boot's built-in methods and CONFIG_QEMU_ACPI_TABLE controls whether > to load ACPI table from QEMU's fw_cfg interface. > > But with commit "697ec431469ce0a4

[U-Boot] [PATCH 01/12] x86: qemu: fix ACPI Kconfig options

2016-05-12 Thread Miao Yan
CONFIG_GENENRATE_ACPI_TABLE controls the generation of ACPI table which uses U-Boot's built-in methods and CONFIG_QEMU_ACPI_TABLE controls whether to load ACPI table from QEMU's fw_cfg interface. But with commit "697ec431469ce0a4c2fc2c02d8685d907491af84 x86: qemu: Drop our own ACPI implementation"