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>
This commit is contained in:
parent
09ca258349
commit
3f5f1b5bff
|
@ -74,6 +74,7 @@ config DEVICETREE
|
|||
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 @@ config DRIVER_TPM_I2C_BUS
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue