[coreboot-gerrit] Change in coreboot[master]: mainboard/google/eve: 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/19407

to review the following change.


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

mainboard/google/eve: 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 eve w/ serial enabled firmware, verify verstage sees
  "cr50 TPM".

Change-Id: Ifeb09a0a35bff7cd9091f6d027f0065288ca35c9
Signed-off-by: Daniel Kurtz <djkurtz at chromium.org>
---
M src/mainboard/google/eve/Kconfig
1 file changed, 4 insertions(+), 0 deletions(-)


  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/07/19407/1

diff --git a/src/mainboard/google/eve/Kconfig b/src/mainboard/google/eve/Kconfig
index 7727a4c..2e7a06d 100644
--- a/src/mainboard/google/eve/Kconfig
+++ b/src/mainboard/google/eve/Kconfig
@@ -39,6 +39,10 @@
 	hex
 	default 0x50
 
+config TPM_TIS_ACPI_INTERRUPT
+	int
+	default 64  # GPE0_DW2_00 (GPP_E0)
+
 config DRIVER_TPM_I2C_IRQ
 	int
 	default 64  # GPE0_DW2_00 (GPP_E0)

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifeb09a0a35bff7cd9091f6d027f0065288ca35c9
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