Kyösti Mälkki has uploaded this change for review.

View Change

[TESTONLY] arch/x86: Default INSTALL_SMM off

Change-Id: Id1e05a3477da73f03fb5653b61a0b4723b8d0503
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
---
M src/cpu/x86/Kconfig
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/58/34258/1
diff --git a/src/cpu/x86/Kconfig b/src/cpu/x86/Kconfig
index 25eee72..9f68663 100644
--- a/src/cpu/x86/Kconfig
+++ b/src/cpu/x86/Kconfig
@@ -88,7 +88,7 @@

config INSTALL_SMM
bool
- default y
+ default n
depends on HAVE_SMI_HANDLER

config HAVE_SMI_HANDLER

To view, visit change 34258. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Id1e05a3477da73f03fb5653b61a0b4723b8d0503
Gerrit-Change-Number: 34258
Gerrit-PatchSet: 1
Gerrit-Owner: Kyösti Mälkki <kyosti.malkki@gmail.com>
Gerrit-MessageType: newchange