Re: [U-Boot] [v2 PATCH 05/14] x86: qemu: split qfw command interface and qfw core

2016-05-19 Thread Bin Meng
On Wed, May 18, 2016 at 5:39 PM, Miao Yan wrote: > This patch splits qfw command interface and qfw core function into two > files, and introduces a new Kconfig option (CONFIG_QFW). for nits: . should be removed I can fix when applying > qfw core. > > Now when qfw command

[U-Boot] [v2 PATCH 05/14] x86: qemu: split qfw command interface and qfw core

2016-05-18 Thread Miao Yan
This patch splits qfw command interface and qfw core function into two files, and introduces a new Kconfig option (CONFIG_QFW). for qfw core. Now when qfw command interface is enabled, it will automatically select qfw core. This patch also makes the ACPI table generation select CONFIG_QFW.