aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard
diff options
context:
space:
mode:
authorWerner Zeh <werner.zeh@siemens.com>2022-01-18 12:40:29 +0100
committerFelix Held <felix-coreboot@felixheld.de>2022-01-25 16:15:45 +0000
commit52ac424b9cd2fa7ea7c3e4de90c847b22c1aee4b (patch)
tree3a8cf6ef34b25df0458190d191dd9592d3f483a6 /src/mainboard
parent0099832cdab2337da5d3efc92fdd9b7a4f645cc1 (diff)
mb/siemens/mc_ehl: Prevent reset when TCO expires
In order to guarantee data integrity an expired TCO must not hard reset the board. Select the Kconfig switch to prevent this reset. Change-Id: I04080c6bcd486e3a406438cc7a703165bb6945a0 Signed-off-by: Werner Zeh <werner.zeh@siemens.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/61178 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/mainboard')
-rw-r--r--src/mainboard/siemens/mc_ehl/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/siemens/mc_ehl/Kconfig b/src/mainboard/siemens/mc_ehl/Kconfig
index 7c22146251..ef8373ecc4 100644
--- a/src/mainboard/siemens/mc_ehl/Kconfig
+++ b/src/mainboard/siemens/mc_ehl/Kconfig
@@ -35,4 +35,7 @@ config DEVICETREE
config DIMM_SPD_SIZE
default 512
+config SOC_INTEL_ELKHARTLAKE_TCO_NO_REBOOT_EN
+ default y
+
endif # BOARD_SIEMENS_BASEBOARD_MC_EHL