mainboard/google/reef: Add TPM_TIS_ACPI_INTERRUPT
TPM_TIS_ACPI_INTERRUPT specifies the TPM2 ACPI interrupt used by intel's tis_plat_irq_status() routine. BRANCH=none BUG=b:36786804 TEST=Boot reef w/ serial enabled firmware, verify verstage sees "cr50 TPM". Change-Id: Ic69add8a3ce35be64fb37db4ed40163f6144fc9c Signed-off-by: Daniel Kurtz <djkurtz@chromium.org> Reviewed-on: https://review.coreboot.org/19408 Reviewed-by: Julius Werner <jwerner@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: build bot (Jenkins)
This commit is contained in:
parent
7d4f70f76f
commit
ed644b1803
1 changed files with 4 additions and 0 deletions
|
@ -32,6 +32,10 @@ config DRIVER_TPM_I2C_ADDR
|
||||||
hex
|
hex
|
||||||
default 0x50
|
default 0x50
|
||||||
|
|
||||||
|
config TPM_TIS_ACPI_INTERRUPT
|
||||||
|
int
|
||||||
|
default 60 # GPE0_DW1_28
|
||||||
|
|
||||||
config DRIVER_TPM_I2C_IRQ
|
config DRIVER_TPM_I2C_IRQ
|
||||||
int
|
int
|
||||||
default 60 # GPE0_DW1_28
|
default 60 # GPE0_DW1_28
|
||||||
|
|
Loading…
Reference in a new issue