Kyösti Mälkki has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/34258 )
Change subject: [TESTONLY] arch/x86: Default INSTALL_SMM off ......................................................................
[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