[coreboot-gerrit] New patch to review for coreboot: 8aa7002 panther: adjust critical temp

Matt DeVillier (matt.devillier@gmail.com) gerrit at coreboot.org
Fri Jun 13 19:31:42 CEST 2014


Matt DeVillier (matt.devillier at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6023

-gerrit

commit 8aa70025c520efa49c465a02f228023886397aed
Author: Matt DeVillier <matt.devillier at gmail.com>
Date:   Thu Jun 12 12:12:44 2014 -0500

    panther: adjust critical temp
    
    Set critical temp to match newer devices
    
    Change-Id: I11f32297a9b8c9a3554821b5d1cd723d8d9e2b69
    Signed-off-by: Matt DeVillier <matt.devillier at gmail.com>
---
 src/mainboard/google/panther/thermal.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mainboard/google/panther/thermal.h b/src/mainboard/google/panther/thermal.h
index 2d345c0..7a96561 100644
--- a/src/mainboard/google/panther/thermal.h
+++ b/src/mainboard/google/panther/thermal.h
@@ -46,7 +46,7 @@
 #define FAN0_PWM		0xff
 
 /* Temperature which OS will shutdown at */
-#define CRITICAL_TEMPERATURE	100
+#define CRITICAL_TEMPERATURE	98
 
 /* Temperature which OS will throttle CPU */
 #define PASSIVE_TEMPERATURE	90



More information about the coreboot-gerrit mailing list