mb/google/bluey: Configure GSC and EC for Quartz
BUG=b:441716957 TEST=build quartz board Change-Id: I4a295112724fdb9d81d4aea168690acede94a5b7 Signed-off-by: Kapil Porwal <kapilporwal@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/89018 Reviewed-by: Subrata Banik <subratabanik@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
f8685bb2ee
commit
baf159a1c8
1 changed files with 4 additions and 0 deletions
|
|
@ -124,11 +124,13 @@ config VBOOT
|
|||
config MAINBOARD_PART_NUMBER
|
||||
default "Bluey" if BOARD_GOOGLE_MODEL_BLUEY
|
||||
default "Quenbi" if BOARD_GOOGLE_MODEL_QUENBI
|
||||
default "Quartz" if BOARD_GOOGLE_MODEL_QUARTZ
|
||||
|
||||
config DRIVER_TPM_I2C_BUS
|
||||
depends on I2C_TPM
|
||||
hex
|
||||
default 0xa if BOARD_GOOGLE_MODEL_QUENBI
|
||||
default 0xa if BOARD_GOOGLE_MODEL_QUARTZ
|
||||
default 0x10
|
||||
|
||||
config DRIVER_TPM_I2C_ADDR
|
||||
|
|
@ -138,12 +140,14 @@ config EC_GOOGLE_CHROMEEC_SPI_BUS
|
|||
depends on EC_GOOGLE_CHROMEEC
|
||||
hex
|
||||
default 0xd if BOARD_GOOGLE_MODEL_QUENBI
|
||||
default 0xd if BOARD_GOOGLE_MODEL_QUARTZ
|
||||
default 0xb
|
||||
|
||||
config MAINBOARD_GPIO_PIN_FOR_GSC_AP_INTERRUPT
|
||||
depends on TPM_GOOGLE_TI50
|
||||
int
|
||||
default 91 if BOARD_GOOGLE_MODEL_QUENBI
|
||||
default 91 if BOARD_GOOGLE_MODEL_QUARTZ
|
||||
default 34
|
||||
help
|
||||
This option specifies the GPIO pin number on the mainboard that is
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue