From e0c084cab362c5b53df8c33d20a74d41ee519504 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Thu, 29 Aug 2019 08:51:27 +0300 Subject: intel/quark: Select NO_SMM MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit SoC was unintentionally flagged with SMM_TSEG when default values were assigned. Change-Id: I83202316f41ead66c7f69cad68dafaeccd09df66 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/coreboot/+/35145 Tested-by: build bot (Jenkins) Reviewed-by: Arthur Heymans Reviewed-by: Angel Pons --- src/soc/intel/quark/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc') diff --git a/src/soc/intel/quark/Kconfig b/src/soc/intel/quark/Kconfig index 4aa641cc70..4ed0377a7b 100644 --- a/src/soc/intel/quark/Kconfig +++ b/src/soc/intel/quark/Kconfig @@ -38,6 +38,7 @@ config CPU_SPECIFIC_OPTIONS select UDELAY_TSC select UNCOMPRESSED_RAMSTAGE select USE_MARCH_586 + select NO_SMM ##### # Debug serial output -- cgit v1.2.3