summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichael Niewöhner <foss@mniewoehner.de>2020-03-05 21:34:43 +0100
committerPatrick Georgi <pgeorgi@google.com>2020-03-07 20:32:21 +0000
commit8034813581ad310d567408f050dfa76d5b29144f (patch)
tree365b39a5bab66dc7f7fd33a31210c5c9b1c7885c /src
parent9a2021c09b7acb0203c8cf6e9f66817840ce3643 (diff)
downloadcoreboot-8034813581ad310d567408f050dfa76d5b29144f.tar.gz
coreboot-8034813581ad310d567408f050dfa76d5b29144f.tar.bz2
coreboot-8034813581ad310d567408f050dfa76d5b29144f.zip
soc/intel/common/block/smm: add Kconfig for TCO SMI
Allow the user to select if TCO shall issue SMIs or not. Change-Id: Id22777e9573376e5a079a375400caa687bc41afb Signed-off-by: Michael Niewöhner <foss@mniewoehner.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39326 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src')
-rw-r--r--src/soc/intel/common/block/smm/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/smm/Kconfig b/src/soc/intel/common/block/smm/Kconfig
index ab5ee03a6dea..77ba00c027d2 100644
--- a/src/soc/intel/common/block/smm/Kconfig
+++ b/src/soc/intel/common/block/smm/Kconfig
@@ -15,6 +15,12 @@ config SOC_INTEL_COMMON_BLOCK_SMM_ESPI_DISABLE
Disable eSPI SMI source to prevent the embedded controller
from asserting SMI while in firmware.
+config SOC_INTEL_COMMON_BLOCK_SMM_TCO_ENABLE
+ bool "Enable TCO SMI"
+ default n
+ help
+ Enable TCO SMI source to e.g. handle case instrusion.
+
config SOC_INTEL_COMMON_BLOCK_SMM_S5_DELAY_MS
int
default 100 if CHROMEOS