[coreboot-gerrit] Patch set updated for coreboot: mainboard/google/reef: Increase TSR1 trigger point

Tim Chen (Tim-Chen@quantatw.com) gerrit at coreboot.org
Fri Jan 20 12:08:05 CET 2017


Tim Chen (Tim-Chen at quantatw.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/18183

-gerrit

commit da9d156c33e26b22ca84111a21045839aa326b73
Author: Tim Chen <Tim-Chen at quantatw.com>
Date:   Fri Jan 20 11:23:44 2017 +0800

    mainboard/google/reef: Increase TSR1 trigger point
    
    Update the DPTF parameters based on thermal test result.
    (ZHT_DPTF_EVT2_v0.4_20170120.xlsx)
    
    1. Update DPTF TSR1 passive trigger point.
       TSR1 passive point: 46
    
    BUG=chrome-os-partner:60038
    BRANCH=master
    TEST=build and boot on electro dut
    
    Change-Id: If35e4cf2dbf7c506534c52a052598f6204d5315a
    Signed-off-by: Tim Chen <Tim-Chen at quantatw.com>
---
 .../google/reef/variants/baseboard/include/baseboard/acpi/dptf.asl      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mainboard/google/reef/variants/baseboard/include/baseboard/acpi/dptf.asl b/src/mainboard/google/reef/variants/baseboard/include/baseboard/acpi/dptf.asl
index 87d3fa3..dba182e 100644
--- a/src/mainboard/google/reef/variants/baseboard/include/baseboard/acpi/dptf.asl
+++ b/src/mainboard/google/reef/variants/baseboard/include/baseboard/acpi/dptf.asl
@@ -29,7 +29,7 @@
 
 #define DPTF_TSR1_SENSOR_ID	1
 #define DPTF_TSR1_SENSOR_NAME	"Ambient"
-#define DPTF_TSR1_PASSIVE	45
+#define DPTF_TSR1_PASSIVE	46
 #define DPTF_TSR1_CRITICAL	75
 
 #define DPTF_TSR2_SENSOR_ID	2



More information about the coreboot-gerrit mailing list