Kyösti Mälkki has submitted this change and it was merged. ( https://review.coreboot.org/c/coreboot/+/35145 )
Change subject: intel/quark: Select NO_SMM ......................................................................
intel/quark: Select NO_SMM
SoC was unintentionally flagged with SMM_TSEG when default values were assigned.
Change-Id: I83202316f41ead66c7f69cad68dafaeccd09df66 Signed-off-by: Kyösti Mälkki kyosti.malkki@gmail.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/35145 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Arthur Heymans arthur@aheymans.xyz Reviewed-by: Angel Pons th3fanbus@gmail.com --- M src/soc/intel/quark/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Arthur Heymans: Looks good to me, approved Angel Pons: Looks good to me, approved
diff --git a/src/soc/intel/quark/Kconfig b/src/soc/intel/quark/Kconfig index 4aa641c..4ed0377 100644 --- a/src/soc/intel/quark/Kconfig +++ b/src/soc/intel/quark/Kconfig @@ -38,6 +38,7 @@ select UDELAY_TSC select UNCOMPRESSED_RAMSTAGE select USE_MARCH_586 + select NO_SMM
##### # Debug serial output