Kevin Chiu has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/69424 )
Change subject: mb/google/brya: use i2c1 for TPM for gladios ......................................................................
mb/google/brya: use i2c1 for TPM for gladios
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 --- M src/mainboard/google/brya/Kconfig 1 file changed, 17 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/24/69424/1
diff --git a/src/mainboard/google/brya/Kconfig b/src/mainboard/google/brya/Kconfig index a114860..88202da 100644 --- a/src/mainboard/google/brya/Kconfig +++ b/src/mainboard/google/brya/Kconfig @@ -149,6 +149,7 @@ 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