mb/emulation/qemu-q35: Support PARALLEL_MP with SMM_ASEG
Tested with SMI_DEBUG: SMM prints things on the console. Change-Id: I7db55aaabd16a6ef585c4802218790bf04650b13 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/61494 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
@@ -10,7 +10,6 @@ config CPU_QEMU_X86
|
||||
|
||||
if CPU_QEMU_X86
|
||||
|
||||
# coreboot i440fx does not support SMM
|
||||
choice
|
||||
prompt "AP init"
|
||||
default CPU_QEMU_X86_LAPIC_INIT
|
||||
@@ -24,6 +23,7 @@ config CPU_QEMU_X86_PARALLEL_MP
|
||||
|
||||
endchoice
|
||||
|
||||
# coreboot i440fx does not support SMM
|
||||
choice
|
||||
prompt "SMM support"
|
||||
default CPU_QEMU_X86_ASEG_SMM
|
||||
@@ -35,7 +35,6 @@ config CPU_QEMU_X86_NO_SMM
|
||||
|
||||
config CPU_QEMU_X86_ASEG_SMM
|
||||
bool "SMM in ASEG"
|
||||
depends on CPU_QEMU_X86_LAPIC_INIT
|
||||
select SMM_ASEG
|
||||
|
||||
config CPU_QEMU_X86_TSEG_SMM
|
||||
|
Reference in New Issue
Block a user