Tim Wawrzynczak has submitted this change. ( https://review.coreboot.org/c/coreboot/+/59849 )
Change subject: mb/google/brya: keep the same TPM I2C for 4ES variants ......................................................................
mb/google/brya: keep the same TPM I2C for 4ES variants
Since 4ES variants were forked from their own original variants, use the same TPM I2C as well.
BRANCH=none BUG=b:201767461 TEST=emerge-brya coreboot and check the artifacts
Signed-off-by: YH Lin yueherngl@google.com Change-Id: Iddd6d8c22a181aba596b836f20392f76539b8549 Reviewed-on: https://review.coreboot.org/c/coreboot/+/59849 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Tim Wawrzynczak twawrzynczak@chromium.org --- M src/mainboard/google/brya/Kconfig 1 file changed, 3 insertions(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Tim Wawrzynczak: Looks good to me, approved
diff --git a/src/mainboard/google/brya/Kconfig b/src/mainboard/google/brya/Kconfig index a658ce2..edadf75 100644 --- a/src/mainboard/google/brya/Kconfig +++ b/src/mainboard/google/brya/Kconfig @@ -74,6 +74,7 @@ config DRIVER_TPM_I2C_BUS hex default 0x3 if BOARD_GOOGLE_BRYA0 + default 0x3 if BOARD_GOOGLE_BRYA4ES default 0x3 if BOARD_GOOGLE_BRASK default 0x1 if BOARD_GOOGLE_PRIMUS default 0x3 if BOARD_GOOGLE_PRIMUS4ES @@ -83,8 +84,10 @@ default 0x3 if BOARD_GOOGLE_REDRIX4ES default 0x1 if BOARD_GOOGLE_KANO default 0x3 if BOARD_GOOGLE_TAEKO + default 0x3 if BOARD_GOOGLE_TAEKO4ES default 0x1 if BOARD_GOOGLE_FELWINTER default 0x3 if BOARD_GOOGLE_ANAHERA + default 0x3 if BOARD_GOOGLE_ANAHERA4ES default 0x3 if BOARD_GOOGLE_VELL
config DRIVER_TPM_I2C_ADDR
4 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one.