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

2016-05-10 Thread Miao Yan
Hi Bin, 2016-05-11 10:13 GMT+08:00 Bin Meng : > Hi Miao, > > On Wed, May 11, 2016 at 10:02 AM, Miao Yan wrote: >> Hi Bin, >> >> 2016-05-10 11:11 GMT+08:00 Bin Meng : >>> On Mon, May 9, 2016 at 8:57 PM, Bin Meng

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

2016-05-10 Thread Bin Meng
Hi Miao, On Wed, May 11, 2016 at 10:02 AM, Miao Yan wrote: > Hi Bin, > > 2016-05-10 11:11 GMT+08:00 Bin Meng : >> On Mon, May 9, 2016 at 8:57 PM, Bin Meng wrote: >>> On Mon, May 9, 2016 at 3:27 PM, Miao Yan

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

2016-05-10 Thread Miao Yan
Hi Bin, 2016-05-10 11:11 GMT+08:00 Bin Meng : > On Mon, May 9, 2016 at 8:57 PM, Bin Meng wrote: >> On Mon, May 9, 2016 at 3:27 PM, Miao Yan wrote: >>> CONFIG_GENENRATE_ACPI_TABLE controls the generation of ACPI table which >>> uses

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

2016-05-09 Thread Bin Meng
On Mon, May 9, 2016 at 8:57 PM, Bin Meng wrote: > On Mon, May 9, 2016 at 3:27 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 >>

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

2016-05-09 Thread Bin Meng
On Mon, May 9, 2016 at 3:27 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

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

2016-05-09 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