mb/google/brya/var/lisbon: use i2c1 for TPM for lisbon
This change sets DRIVER_TPM_I2C_BUS to the i2c 1 bus for TPM for the lisbon variant. BUG=b:246657849 TEST=FW_NAME=lisbon emerge-brask coreboot Signed-off-by: Kevin Chiu <kevin.chiu.17802@gmail.com> Change-Id: I16be50258db2111d22f7465458873e92f44c7dac Reviewed-on: https://review.coreboot.org/c/coreboot/+/68887 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nick Vaccaro <nvaccaro@google.com>
This commit is contained in:
parent
e63049fc15
commit
8f585cef9b
|
@ -149,6 +149,7 @@ config DRIVER_TPM_I2C_BUS
|
|||
default 0x0 if BOARD_GOOGLE_XIVU
|
||||
default 0x0 if BOARD_GOOGLE_YAVIKS
|
||||
default 0x1 if BOARD_GOOGLE_ZYDRON
|
||||
default 0x1 if BOARD_GOOGLE_LISBON
|
||||
|
||||
config DRIVER_TPM_I2C_ADDR
|
||||
hex
|
||||
|
|
Loading…
Reference in New Issue