Terry Chen has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/63617 )
Change subject: mb/google/brya: Add TPM I2C for crota ......................................................................
mb/google/brya: Add TPM I2C for crota
Add TPM I2C for crota to avoid TPM I2C fall.
BUG=b:226315394 TEST=USE="project_crota emerge-brya coreboot" and verify it builds without error.
Change-Id: I7eb3ce6c2faf857c8f5d789af395e315caea4102 --- M src/mainboard/google/brya/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/17/63617/1
diff --git a/src/mainboard/google/brya/Kconfig b/src/mainboard/google/brya/Kconfig index 0fafc2f..0c76482 100644 --- a/src/mainboard/google/brya/Kconfig +++ b/src/mainboard/google/brya/Kconfig @@ -119,6 +119,7 @@ default 0x1 if BOARD_GOOGLE_BANSHEE default 0x1 if BOARD_GOOGLE_KINOX default 0x0 if BOARD_GOOGLE_CRAASK + default 0x1 if BOARD_GOOGLE_CROTA
config DRIVER_TPM_I2C_ADDR hex