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>
This commit is contained in:
Werner Zeh 2022-01-18 12:40:29 +01:00 committed by Felix Held
parent 0099832cda
commit 52ac424b9c
1 changed files with 3 additions and 0 deletions

View File

@ -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