[coreboot-gerrit] New patch to review for coreboot: google/lars: Set DPTF critical temperature to 99C

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Thu Jan 14 11:06:12 CET 2016


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/12955

-gerrit

commit d09c4d94ab0ed3f69f2f6f5d908d957ca929bf9f
Author: david <david_wu at quantatw.com>
Date:   Mon Dec 7 17:40:02 2015 +0800

    google/lars: Set DPTF critical temperature to 99C
    
    DPTF may power off the system when it starts if the CPU temp is >90C.
    Since TJmax is 100C set the critical threshold to just below that value.
    
    BRANCH=none
    BUG=none
    TEST=Build and boot on lars.
    
    Change-Id: I3abf946ae09c3c691480e468d0c1d74730dc6c06
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
    Original-Commit-Id: 7c2230009edb840e88a20c2d8a87f942c09b6bf3
    Original-Change-Id: Iee1a3596dbbe934f68637f012c02c078c3751eeb
    Original-Signed-off-by: David Wu <David_Wu at quantatw.com>
    Original-Reviewed-on: https://chromium-review.googlesource.com/316102
    Original-Commit-Ready: David Wu <david_wu at quantatw.com>
    Original-Tested-by: David Wu <david_wu at quantatw.com>
    Original-Reviewed-by: Aaron Durbin <adurbin at chromium.org>
    Original-Reviewed-by: Subrata Banik <subrata.banik at intel.com>
---
 src/mainboard/google/lars/acpi/dptf.asl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mainboard/google/lars/acpi/dptf.asl b/src/mainboard/google/lars/acpi/dptf.asl
index e011c97..7fcf567 100644
--- a/src/mainboard/google/lars/acpi/dptf.asl
+++ b/src/mainboard/google/lars/acpi/dptf.asl
@@ -15,7 +15,7 @@
  */
 
 #define DPTF_CPU_PASSIVE        80
-#define DPTF_CPU_CRITICAL       90
+#define DPTF_CPU_CRITICAL       99
 #define DPTF_CPU_ACTIVE_AC0     90
 #define DPTF_CPU_ACTIVE_AC1     80
 #define DPTF_CPU_ACTIVE_AC2     70



More information about the coreboot-gerrit mailing list