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>
Showing
- arch/x86/Kconfig 1 addition, 1 deletionarch/x86/Kconfig
- arch/x86/cpu/mp_init.c 2 additions, 2 deletionsarch/x86/cpu/mp_init.c
- arch/x86/cpu/qemu/Makefile 2 additions, 1 deletionarch/x86/cpu/qemu/Makefile
- arch/x86/cpu/qemu/qemu.c 2 additions, 0 deletionsarch/x86/cpu/qemu/qemu.c
- cmd/Kconfig 1 addition, 0 deletionscmd/Kconfig
- cmd/Makefile 1 addition, 1 deletioncmd/Makefile
- cmd/qfw.c 0 additions, 172 deletionscmd/qfw.c
- drivers/misc/Kconfig 6 additions, 0 deletionsdrivers/misc/Kconfig
- drivers/misc/Makefile 1 addition, 0 deletionsdrivers/misc/Makefile
- drivers/misc/qemu_fw_cfg.c 184 additions, 0 deletionsdrivers/misc/qemu_fw_cfg.c
Loading
Please register or sign in to comment