diff --git a/src/drivers/tpm/cr50.c b/src/drivers/tpm/cr50.c index 1724b8d0f6..1fe6cf8b89 100644 --- a/src/drivers/tpm/cr50.c +++ b/src/drivers/tpm/cr50.c @@ -193,7 +193,7 @@ enum cb_err cr50_get_firmware_version(struct cr50_firmware_version *version) goto success; if (CONFIG(TI50_FIRMWARE_VERSION_NOT_SUPPORTED)) { - printk(BIOS_ERR, "Reading Ti50 firmware version is not supported\n"); + printk(BIOS_WARNING, "Reading Ti50 firmware version is not supported\n"); if (version) *version = cr50_firmware_version; return CB_ERR; 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