Aamir Bohra has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/47096 )
Change subject: mb/google/volteer: Map TPM IRQ to GPE DW0_3 for boldar ......................................................................
mb/google/volteer: Map TPM IRQ to GPE DW0_3 for boldar
boldar uses GPIO GPP_C3 for H1 interrupt. This needs change in TPM IRQ mapping.
Change-Id: I69209f6ec02914904ccd285d3e2c9a54ab501947 Signed-off-by: Aamir Bohra aamir.bohra@intel.com --- M src/mainboard/google/volteer/Kconfig 1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/96/47096/1
diff --git a/src/mainboard/google/volteer/Kconfig b/src/mainboard/google/volteer/Kconfig index 69f58b5..bbc466d 100644 --- a/src/mainboard/google/volteer/Kconfig +++ b/src/mainboard/google/volteer/Kconfig @@ -115,7 +115,8 @@
config TPM_TIS_ACPI_INTERRUPT int - default 21 # GPE0_DW0_21 (GPP_C21) + default 21 if !BOARD_GOOGLE_BOLDAR # GPE0_DW0_21 (GPP_C21) + default 3 if BOARD_GOOGLE_BOLDAR # GPE0_DW0_3 (GPP_C3)
config VARIANT_DIR string