summaryrefslogtreecommitdiffstats
path: root/src/mainboard
diff options
context:
space:
mode:
authorKevin Chiu <kevin.chiu.17802@gmail.com>2022-11-10 11:50:44 +0800
committerFelix Held <felix-coreboot@felixheld.de>2022-11-11 16:04:58 +0000
commit88cf831ed1e592e75a54e56ca1cd524155293b30 (patch)
treebecdb58947650f5ff065f37c8047967eb7ba3c1a /src/mainboard
parent81827aad3cf4a65128b8e609b183e8a240d08350 (diff)
downloadcoreboot-88cf831ed1e592e75a54e56ca1cd524155293b30.tar.gz
coreboot-88cf831ed1e592e75a54e56ca1cd524155293b30.tar.bz2
coreboot-88cf831ed1e592e75a54e56ca1cd524155293b30.zip
mb/google/brya/var/gladios: use i2c1 for TPM support
This change sets DRIVER_TPM_I2C_BUS to the i2c 1 bus for TPM for the gladios variant. BUG=b:239513596 TEST=emerge-brask coreboot Signed-off-by: Kevin Chiu <kevin.chiu.17802@gmail.com> Change-Id: Id6f2bf2a79df883bcb70171051cec4c577ca3bc4 Reviewed-on: https://review.coreboot.org/c/coreboot/+/69424 Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tarun Tuli <taruntuli@google.com>
Diffstat (limited to 'src/mainboard')
-rw-r--r--src/mainboard/google/brya/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/brya/Kconfig b/src/mainboard/google/brya/Kconfig
index a114860a3cd2..88202da95053 100644
--- a/src/mainboard/google/brya/Kconfig
+++ b/src/mainboard/google/brya/Kconfig
@@ -149,6 +149,7 @@ config DRIVER_TPM_I2C_BUS
default 0x0 if BOARD_GOOGLE_YAVIKS
default 0x1 if BOARD_GOOGLE_ZYDRON
default 0x1 if BOARD_GOOGLE_LISBON
+ default 0x1 if BOARD_GOOGLE_GLADIOS
config DRIVER_TPM_I2C_ADDR
hex