[coreboot-gerrit] Patch set updated for coreboot: c2ba174 wtm2/samus: fix coreboot compilation error with tpmp removed

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Tue Apr 14 01:40:39 CEST 2015


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/9477

-gerrit

commit c2ba174517b7ed82b40bbddbb9eb2e9dddfe39a4
Author: Harry Pan <harry.pan at intel.com>
Date:   Thu Nov 27 18:33:02 2014 +0800

    wtm2/samus: fix coreboot compilation error with tpmp removed
    
    Since CL:226662, all TPMP accessing should be removed as well,
    else it will cause wtm2 coreboot failed on build.
    
    BUG=none
    BRANCH=none
    TEST=./setup_board --board=fox_wtm2 && emerge-fox_wtm2 coreboot
    CQ-DEPEND=CL:226662
    
    Change-Id: Ib25f2d32997ef82b0ebf049803f2c5002a0a3abf
    Signed-off-by: Stefan Reinauer <reinauer at chromium.org>
    Original-Commit-Id: c99456bf42544518e2a36b6e0bbfe7f4ee1b4aff
    Original-Change-Id: Ia0eebb1924bbb23979c880f7d05600a0cf1e4ca3
    Original-Signed-off-by: Harry Pan <harry.pan at intel.com>
    Original-Reviewed-on: https://chromium-review.googlesource.com/232165
    Original-Reviewed-by: Wei Shun Chang <wei.shun.chang at intel.com>
    Original-Reviewed-by: Duncan Laurie <dlaurie at chromium.org>
---
 src/mainboard/google/samus/acpi_tables.c | 3 ---
 src/mainboard/intel/wtm2/acpi_tables.c   | 3 ---
 2 files changed, 6 deletions(-)

diff --git a/src/mainboard/google/samus/acpi_tables.c b/src/mainboard/google/samus/acpi_tables.c
index a605828..a8b5b36 100644
--- a/src/mainboard/google/samus/acpi_tables.c
+++ b/src/mainboard/google/samus/acpi_tables.c
@@ -43,9 +43,6 @@ void acpi_create_gnvs(global_nvs_t *gnvs)
 	/* Disable USB ports in S5 */
 	gnvs->s5u0 = 0;
 
-	/* TPM Present */
-	gnvs->tpmp = 1;
-
 	gnvs->tmps = TEMPERATURE_SENSOR_ID;
 	gnvs->tcrt = CRITICAL_TEMPERATURE;
 	gnvs->tpsv = PASSIVE_TEMPERATURE;
diff --git a/src/mainboard/intel/wtm2/acpi_tables.c b/src/mainboard/intel/wtm2/acpi_tables.c
index 2df32a9..a89d30c 100644
--- a/src/mainboard/intel/wtm2/acpi_tables.c
+++ b/src/mainboard/intel/wtm2/acpi_tables.c
@@ -43,9 +43,6 @@ void acpi_create_gnvs(global_nvs_t *gnvs)
 	/* Disable USB ports in S5 */
 	gnvs->s5u0 = 0;
 
-	/* TPM Present */
-	gnvs->tpmp = 1;
-
 	gnvs->tcrt = CRITICAL_TEMPERATURE;
 	gnvs->tpsv = PASSIVE_TEMPERATURE;
 	gnvs->tmax = MAX_TEMPERATURE;



More information about the coreboot-gerrit mailing list