From 32193e1f208191c908a1f8c601291541e86667a2 Mon Sep 17 00:00:00 2001 From: ChromeOS Developer Date: Mon, 16 Dec 2013 23:41:11 -0800 Subject: Haswell: Lower TJ_MAX to 100C. Adjust critical temps to match. Change-Id: I3326b6e3c412b6360af37030cefd13d95b704e70 Signed-off-by: Dave Parker Reviewed-on: https://chromium-review.googlesource.com/180750 Reviewed-by: Aaron Durbin (cherry picked from commit 1978b0f91b2e91d2251721c7c6981d51a6930b61) Signed-off-by: Isaac Christensen Reviewed-on: http://review.coreboot.org/6615 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/mainboard/google/falco/thermal.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/mainboard/google/falco') diff --git a/src/mainboard/google/falco/thermal.h b/src/mainboard/google/falco/thermal.h index 9bd6ee64ce..332e5a0320 100644 --- a/src/mainboard/google/falco/thermal.h +++ b/src/mainboard/google/falco/thermal.h @@ -26,12 +26,12 @@ #define EC_THROTTLE_POWER_LIMIT 12 /* 12W */ /* Temperature which OS will shutdown at */ -#define CRITICAL_TEMPERATURE 104 +#define CRITICAL_TEMPERATURE 99 /* Temperature which OS will throttle CPU */ -#define PASSIVE_TEMPERATURE 100 +#define PASSIVE_TEMPERATURE 95 /* Tj_max value for calculating PECI CPU temperature */ -#define MAX_TEMPERATURE 105 +#define MAX_TEMPERATURE 100 #endif -- cgit v1.2.3