Attention is currently required from: Jason Nien, Martin Roth.
Jon Murphy has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/77668?usp=email )
Change subject: mb/google/skyrim: Enable hibernate on TPM err ......................................................................
mb/google/skyrim: Enable hibernate on TPM err
Enable hibernate on TPM setup error for Markarth. Leave additional devices disabled until further discussion can happen.
BUG=b:296439237 TEST=Force the error by hard coding the return code and observe the device entering hibernate. BRANCH=firmware-skyrim-15390.B
Change-Id: I6f77861e14ab768f187f0a5c5264985977c4e17f
Change-Id: Ibf96b830f07dac98035d3152c8ec220685a912bc Signed-off-by: Jon Murphy jpmurphy@google.com --- M src/mainboard/google/skyrim/Kconfig 1 file changed, 5 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/68/77668/1
diff --git a/src/mainboard/google/skyrim/Kconfig b/src/mainboard/google/skyrim/Kconfig index 53dfd53..7a4e5d7 100644 --- a/src/mainboard/google/skyrim/Kconfig +++ b/src/mainboard/google/skyrim/Kconfig @@ -221,4 +221,9 @@ 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