[coreboot-gerrit] Patch set updated for coreboot: google/lars: Enable TPM PIRQ

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Sun Jan 17 21:30:48 CET 2016


Martin Roth (martinroth at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/12974

-gerrit

commit ca8e22533c38765859cddeb89826d54630325030
Author: david <david_wu at quantatw.com>
Date:   Thu Dec 10 16:42:44 2015 +0800

    google/lars: Enable TPM PIRQ
    
    Enable the config option for TPM to use PIRQ instead of SERIRQ
    and enable the MAINBOARD_HAS_LPC_TPM option.
    
    BUG=none
    BRANCH=none
    TEST=tested this patch with TPM ACPI driver(tpm_tis.force=0)
    
    Change-Id: I761d623d1064b8030f2703500d174259bb20ca79
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
    Original-Commit-Id: 2f7bdb1091b7dd62a3c0b4a2272ab9f56fd7acc9
    Original-Change-Id: Id1a867980d2e28a1f328aa36bed3c846b2137bec
    Original-Signed-off-by: David Wu <David_Wu at quantatw.com>
    Original-Reviewed-on: https://chromium-review.googlesource.com/317471
    Original-Commit-Ready: David Wu <david_wu at quantatw.com>
    Original-Tested-by: David Wu <david_wu at quantatw.com>
    Original-Reviewed-by: Duncan Laurie <dlaurie at chromium.org>
---
 src/mainboard/google/lars/Kconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/mainboard/google/lars/Kconfig b/src/mainboard/google/lars/Kconfig
index e227d4d..fd6bdd4 100644
--- a/src/mainboard/google/lars/Kconfig
+++ b/src/mainboard/google/lars/Kconfig
@@ -52,6 +52,10 @@ config MAX_CPUS
 	int
 	default 8
 
+config TPM_PIRQ
+	hex
+	default 0x18  # GPP_E0_IRQ
+
 config INCLUDE_NHLT_BLOBS
 	bool "Include blobs for audio."
 	select NHLT_DMIC_2CH



More information about the coreboot-gerrit mailing list