summaryrefslogtreecommitdiffstats
path: root/src/mainboard
diff options
context:
space:
mode:
authorYu-Ping Wu <yupingso@chromium.org>2022-07-14 11:02:53 +0800
committerFelix Held <felix-coreboot@felixheld.de>2022-07-21 10:26:47 +0000
commitb9c1ce67a5ceb723b1a06d22f7740675af3160ab (patch)
tree5509f1179e710e43a5ec9bdbda66516a43a603eb /src/mainboard
parent06e11f4b0991cc62e1849381b794266057df717e (diff)
downloadcoreboot-b9c1ce67a5ceb723b1a06d22f7740675af3160ab.tar.gz
coreboot-b9c1ce67a5ceb723b1a06d22f7740675af3160ab.tar.bz2
coreboot-b9c1ce67a5ceb723b1a06d22f7740675af3160ab.zip
mg/google/corsola: Enable TI50_FIRMWARE_VERSION_NOT_SUPPORTED
Ti50 hasn't implemented version reading yet. To avoid the confusing error message Did not recognize Cr50 version format enable TI50_FIRMWARE_VERSION_NOT_SUPPORTED to make clear that this feature is not supported. BUG=b:234533588 TEST=emerge-corsola coreboot BRANCH=none Change-Id: I18dd4b5bc05c2af06627275968e49aba048ba05e Signed-off-by: Yu-Ping Wu <yupingso@chromium.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/65839 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Yidi Lin <yidilin@chromium.org> Reviewed-by: Hung-Te Lin <hungte@chromium.org>
Diffstat (limited to 'src/mainboard')
-rw-r--r--src/mainboard/google/corsola/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/google/corsola/Kconfig b/src/mainboard/google/corsola/Kconfig
index 41a6404131ef..db07066a668e 100644
--- a/src/mainboard/google/corsola/Kconfig
+++ b/src/mainboard/google/corsola/Kconfig
@@ -35,6 +35,8 @@ config BOARD_SPECIFIC_OPTIONS
select EC_GOOGLE_CHROMEEC_SPI
select SPI_TPM if VBOOT
select TPM_GOOGLE_TI50 if VBOOT
+ # TODO(b/234533588): Remove it once Ti50 supports that
+ select TI50_FIRMWARE_VERSION_NOT_SUPPORTED if VBOOT
select MAINBOARD_HAS_TPM2 if VBOOT
select MAINBOARD_HAS_NATIVE_VGA_INIT
select HAVE_LINEAR_FRAMEBUFFER