aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/falco/thermal.h
diff options
context:
space:
mode:
authorDuncan Laurie <dlaurie@chromium.org>2013-07-01 08:50:16 -0700
committerStefan Reinauer <stefan.reinauer@coreboot.org>2013-12-12 22:03:29 +0100
commit46cbcf6354ebfbe921a8160fbe0eba7029605beb (patch)
tree8abdc44f9d1543050ea4f01fb195d3bc36eb9647 /src/mainboard/google/falco/thermal.h
parentc083d2e3470222a6a4130a322d133f7404a06bc6 (diff)
falco: Remove thermal thresholds that use CTDP
This CPU does not support Configurable TDP and so far does not need to use Controllable TDP. Change-Id: I15599cd4e6890dd5c9d9f99bc4e95307a8dcc827 Signed-off-by: Duncan Laurie <dlaurie@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/60657 Reviewed-on: http://review.coreboot.org/4347 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/mainboard/google/falco/thermal.h')
-rw-r--r--src/mainboard/google/falco/thermal.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/mainboard/google/falco/thermal.h b/src/mainboard/google/falco/thermal.h
index fceaeca6b9..0ae3edb23f 100644
--- a/src/mainboard/google/falco/thermal.h
+++ b/src/mainboard/google/falco/thermal.h
@@ -20,17 +20,6 @@
#ifndef THERMAL_H
#define THERMAL_H
-/* Config TDP Sensor ID */
-#define CTDP_SENSOR_ID 1 /* PECI */
-
-/* Config TDP Nominal */
-#define CTDP_NOMINAL_THRESHOLD_OFF 0
-#define CTDP_NOMINAL_THRESHOLD_ON 0
-
-/* Config TDP Down */
-#define CTDP_DOWN_THRESHOLD_OFF 80
-#define CTDP_DOWN_THRESHOLD_ON 90
-
/* Temperature which OS will shutdown at */
#define CRITICAL_TEMPERATURE 104