summaryrefslogtreecommitdiff
path: root/src/mainboard/google/samus
diff options
context:
space:
mode:
authorDuncan Laurie <dlaurie@chromium.org>2014-11-03 08:53:21 -0800
committerPatrick Georgi <pgeorgi@google.com>2015-04-04 12:40:09 +0200
commit69d7aecdaf66e50217d530aa5cb158bc15b01b85 (patch)
tree422a6c41ac97415e9bece4c1fa5f5fcd1250885d /src/mainboard/google/samus
parentd416124f059eeca5a7b0ba5cd3857865d8014104 (diff)
downloadcoreboot-69d7aecdaf66e50217d530aa5cb158bc15b01b85.tar.xz
samus: Update thermal max for broadwell
Broadwell Tj_max is 105C, update accordingly. BUG=chrome-os-partner:28234 BRANCH=samus TEST=build and boot on samus Change-Id: I001e17287ebbcbfdd909428e149a95878734dab9 Signed-off-by: Stefan Reinauer <reinauer@chromium.org> Original-Commit-Id: fb1de7a9e1d84f592b785a1b495e4aaf434f23a2 Original-Change-Id: If6a3fd682f4ee9b8010982870a61b76e33010fd4 Original-Signed-off-by: Duncan Laurie <dlaurie@chromium.org> Original-Reviewed-on: https://chromium-review.googlesource.com/226952 Original-Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: http://review.coreboot.org/9270 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/mainboard/google/samus')
-rw-r--r--src/mainboard/google/samus/thermal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/google/samus/thermal.h b/src/mainboard/google/samus/thermal.h
index 9bea3f0c57..2e3f450535 100644
--- a/src/mainboard/google/samus/thermal.h
+++ b/src/mainboard/google/samus/thermal.h
@@ -23,12 +23,12 @@
#define TEMPERATURE_SENSOR_ID 0 /* PECI */
/* Temperature which OS will shutdown at */
-#define CRITICAL_TEMPERATURE 99
+#define CRITICAL_TEMPERATURE 104
/* Temperature which OS will throttle CPU */
#define PASSIVE_TEMPERATURE 95
/* Tj_max value for calculating PECI CPU temperature */
-#define MAX_TEMPERATURE 100
+#define MAX_TEMPERATURE 105
#endif