Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/61178 )
Change subject: mb/siemens/mc_ehl: Prevent reset when TCO expires ......................................................................
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 --- M src/mainboard/siemens/mc_ehl/Kconfig 1 file changed, 3 insertions(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Nico Huber: Looks good to me, approved
diff --git a/src/mainboard/siemens/mc_ehl/Kconfig b/src/mainboard/siemens/mc_ehl/Kconfig index 7c22146..ef8373e 100644 --- a/src/mainboard/siemens/mc_ehl/Kconfig +++ b/src/mainboard/siemens/mc_ehl/Kconfig @@ -35,4 +35,7 @@ config DIMM_SPD_SIZE default 512
+config SOC_INTEL_ELKHARTLAKE_TCO_NO_REBOOT_EN + default y + endif # BOARD_SIEMENS_BASEBOARD_MC_EHL