commit | 4fcd7f2c2b40b2c6fc51cda7e8a4172476c0b452 | [log] [tgz] |
---|---|---|
author | Miao Yan <yanmiaobest@gmail.com> | Sun May 22 19:37:14 2016 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Mon May 23 15:18:00 2016 +0800 |
tree | e12caae1c4b0c8be7b91e45af6470b69910afec8 | |
parent | 73b7e18f1b61cd6ea4dca3d12d385aada7df7f25 [diff] |
x86: qemu: split qfw command interface and qfw core 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. Signed-off-by: Miao Yan <yanmiaobest@gmail.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>