cpu/x86/smm: Drop the V1 smmloader
Change-Id: I536a104428ae86e82977f2510b9e76715398b442 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/51187 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
committed by
Patrick Georgi
parent
e6c3523b1b
commit
88407bcd9d
@@ -43,20 +43,6 @@ config CPU_QEMU_X86_TSEG_SMM
|
||||
|
||||
endchoice
|
||||
|
||||
choice
|
||||
prompt "SMM loader"
|
||||
default CPU_QEMU_X86_SMMLOADERV1
|
||||
depends on SMM_TSEG
|
||||
|
||||
config CPU_QEMU_X86_SMMLOADERV1
|
||||
bool "smmloader v1"
|
||||
|
||||
config CPU_QEMU_X86_SMMLOADERV2
|
||||
bool "smmloader v2"
|
||||
select X86_SMM_LOADER_VERSION2
|
||||
|
||||
endchoice
|
||||
|
||||
config MAX_CPUS
|
||||
int
|
||||
default 32 if SMM_TSEG
|
||||
|
Reference in New Issue
Block a user