From 3419aaebf06195afb943b77a20d56e69bd8d2431 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Tue, 16 Mar 2021 13:11:05 +0100 Subject: cpu/qemu-x86: Add an option to use the smmloader v2 The idea is to get rid of having 2 different smmloaders so add this option only to qemu/q35 to get it buildtested. Change-Id: Id4901784c4044e945b7f258b3acdc8d549665f3a Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/c/coreboot/+/51525 Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) --- configs/config.emulation_qemu_x86_q35_smm_tseg | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 configs/config.emulation_qemu_x86_q35_smm_tseg (limited to 'configs/config.emulation_qemu_x86_q35_smm_tseg') diff --git a/configs/config.emulation_qemu_x86_q35_smm_tseg b/configs/config.emulation_qemu_x86_q35_smm_tseg new file mode 100644 index 000000000000..6484c6c29cec --- /dev/null +++ b/configs/config.emulation_qemu_x86_q35_smm_tseg @@ -0,0 +1,4 @@ +CONFIG_BOARD_EMULATION_QEMU_X86_Q35=y +CONFIG_CPU_QEMU_X86_PARALLEL_MP=y +CONFIG_CPU_QEMU_X86_TSEG_SMM=y +CONFIG_CPU_QEMU_X86_SMMLOADERV2=y -- cgit v1.2.3