From b0b87ed49ce65454ec870bdc54f3b95953be8053 Mon Sep 17 00:00:00 2001 From: Jon Murphy Date: Tue, 5 Sep 2023 11:44:21 -0600 Subject: mb/google/skyrim: Enable hibernate on TPM err Enable hibernate on TPM setup error for Skyrim devices. BUG=b:296439237 TEST=Force the error by hard coding the return code and observe the device entering hibernate. BRANCH=None Change-Id: Ibf96b830f07dac98035d3152c8ec220685a912bc Signed-off-by: Jon Murphy Reviewed-on: https://review.coreboot.org/c/coreboot/+/77668 Reviewed-by: Tim Van Patten Tested-by: build bot (Jenkins) --- src/mainboard/google/skyrim/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') diff --git a/src/mainboard/google/skyrim/Kconfig b/src/mainboard/google/skyrim/Kconfig index 59f6c67872..4e9ae982b7 100644 --- a/src/mainboard/google/skyrim/Kconfig +++ b/src/mainboard/google/skyrim/Kconfig @@ -247,4 +247,9 @@ config SPI_FLASH_STMICRO config SPI_FLASH_WINBOND default y +# Enable hibernate on TPM setup error as needed +config TPM_SETUP_HIBERNATE_ON_ERR + bool + default y + endif # BOARD_GOOGLE_BASEBOARD_SKYRIM -- cgit v1.2.3