From 28f1729f157924f37e0a875898404d36fb7a9954 Mon Sep 17 00:00:00 2001 From: Yu-Ping Wu Date: Fri, 19 Aug 2022 11:59:55 +0800 Subject: tpm: Correct TI50_FIRMWARE_VERSION_NOT_SUPPORTED help text Reading firmware_version register is supported on Ti50 version 0.22.4. Therefore correct the help text of the Kconfig option TI50_FIRMWARE_VERSION_NOT_SUPPORTED. Also change the message level to BIOS_WARNING. BUG=b:234533588 TEST=emerge-corsola coreboot BRANCH=none Change-Id: I66a0ef896c9dc4cd0f586555a55dbcd1cfd863f9 Signed-off-by: Yu-Ping Wu Reviewed-on: https://review.coreboot.org/c/coreboot/+/66906 Reviewed-by: Yidi Lin Tested-by: build bot (Jenkins) Reviewed-by: Andrey Pronin Reviewed-by: Hung-Te Lin --- src/security/tpm/tss/vendor/cr50/Kconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/security/tpm/tss') diff --git a/src/security/tpm/tss/vendor/cr50/Kconfig b/src/security/tpm/tss/vendor/cr50/Kconfig index 547f0fde3e..a483e36deb 100644 --- a/src/security/tpm/tss/vendor/cr50/Kconfig +++ b/src/security/tpm/tss/vendor/cr50/Kconfig @@ -34,11 +34,11 @@ config TI50_FIRMWARE_VERSION_NOT_SUPPORTED bool default n help - Ti50 FW versions below 0.15 don't support the firmware_version register, + Ti50 FW versions below 0.22.4 don't support the firmware_version register, and trying to access it causes I2C errors. This config will skip accesses to the register, and should be selected for boards using Ti50 chips with - FW < 0.0.15. The config will be removed once all Ti50 stocks are updated to - 0.0.15 or higher. + FW < 0.22.4. The config will be removed once all Ti50 stocks are updated to + 0.22.4 or higher. config GOOGLE_TPM_IRQ_TIMEOUT_MS int -- cgit v1.2.3