[coreboot-gerrit] Change in coreboot[master]: mainboard/google/reef: Add TPM_TIS_ACPI_INTERRUPT

Daniel Kurtz (Code Review) gerrit at coreboot.org
Fri Apr 21 08:22:24 CEST 2017


Hello Daniel Kurtz,

I'd like you to do a code review.  Please visit

    https://review.coreboot.org/19408

to review the following change.


Change subject: mainboard/google/reef: Add TPM_TIS_ACPI_INTERRUPT
......................................................................

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 at chromium.org>
---
M src/mainboard/google/reef/Kconfig
1 file changed, 4 insertions(+), 0 deletions(-)


  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/08/19408/1

diff --git a/src/mainboard/google/reef/Kconfig b/src/mainboard/google/reef/Kconfig
index 8fb6056..f4e2e6a 100644
--- a/src/mainboard/google/reef/Kconfig
+++ b/src/mainboard/google/reef/Kconfig
@@ -32,6 +32,10 @@
 	hex
 	default 0x50
 
+config TPM_TIS_ACPI_INTERRUPT
+	int
+	default 60 # GPE0_DW1_28
+
 config DRIVER_TPM_I2C_IRQ
 	int
 	default 60 # GPE0_DW1_28

-- 
To view, visit https://review.coreboot.org/19408
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic69add8a3ce35be64fb37db4ed40163f6144fc9c
Gerrit-PatchSet: 1
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Daniel Kurtz <djkurtz at google.com>
Gerrit-Reviewer: Daniel Kurtz <djkurtz at chromium.org>



More information about the coreboot-gerrit mailing list