diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2021-03-02 16:07:52 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-04-19 06:36:28 +0000 |
commit | 88407bcd9d7f26e9a8c42f0592bd7163764c87e6 (patch) | |
tree | 10da862fee24f850f8882facc70af7c13ce63bb2 /configs | |
parent | e6c3523b1b4691940312c083446fcaa59c5d55a4 (diff) |
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 'configs')
-rw-r--r-- | configs/config.asrock_b85m_pro4.debug_smmstore_hotplug_gcov_ubsan_em100 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/config.asrock_b85m_pro4.debug_smmstore_hotplug_gcov_ubsan_em100 b/configs/config.asrock_b85m_pro4.debug_smmstore_hotplug_gcov_ubsan_em100 index 0d6a744500..d389ac0201 100644 --- a/configs/config.asrock_b85m_pro4.debug_smmstore_hotplug_gcov_ubsan_em100 +++ b/configs/config.asrock_b85m_pro4.debug_smmstore_hotplug_gcov_ubsan_em100 @@ -10,7 +10,6 @@ # + Silicon Image SIL3114 driver # + Genesys Logic GL9763E driver # + EM100 support -# + SMM module loader V2 CONFIG_COVERAGE=y CONFIG_ASAN=y CONFIG_UBSAN=y @@ -47,5 +46,4 @@ CONFIG_DEBUG_COVERAGE=y CONFIG_DEBUG_BOOT_STATE=y CONFIG_DEBUG_ADA_CODE=y CONFIG_HAVE_EM100_SUPPORT=y -CONFIG_X86_SMM_LOADER_VERSION2=y CONFIG_EM100=y |