summaryrefslogtreecommitdiffstats
path: root/src/cpu/qemu-x86
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2021-03-02 16:07:52 +0100
committerPatrick Georgi <pgeorgi@google.com>2021-04-19 06:36:28 +0000
commit88407bcd9d7f26e9a8c42f0592bd7163764c87e6 (patch)
tree10da862fee24f850f8882facc70af7c13ce63bb2 /src/cpu/qemu-x86
parente6c3523b1b4691940312c083446fcaa59c5d55a4 (diff)
downloadcoreboot-88407bcd9d7f26e9a8c42f0592bd7163764c87e6.tar.gz
coreboot-88407bcd9d7f26e9a8c42f0592bd7163764c87e6.tar.bz2
coreboot-88407bcd9d7f26e9a8c42f0592bd7163764c87e6.zip
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>
Diffstat (limited to 'src/cpu/qemu-x86')
-rw-r--r--src/cpu/qemu-x86/Kconfig14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/cpu/qemu-x86/Kconfig b/src/cpu/qemu-x86/Kconfig
index d60f70fb482a..85f99e9cb653 100644
--- a/src/cpu/qemu-x86/Kconfig
+++ b/src/cpu/qemu-x86/Kconfig
@@ -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