aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/intel/dcp847ske/thermal.h
blob: fcfe695b1ce76ba2e9e491d3c2102fa71526a320 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef DCP847SKE_THERMAL_H
#define DPC847SKE_THERMAL_H

/* TODO: These should be generated at runtime from
 * MSR_TEMPERATURE_TARGET (0x1a2) */

/* Temperature which OS will shutdown at (Tjmax) */
#define CRITICAL_TEMPERATURE	100

/* Temperature which OS will throttle CPU (Tcontrol) */
#define PASSIVE_TEMPERATURE	86

#endif