mb/google/nissa/var/rull: Add 6W and 15W DPTF parameters
[coreboot2.git] / src / mainboard / google / slippy / thermal.h
blobc8d59ed79404e8336c81c5e92f3a4d2da917b00b
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef THERMAL_H
4 #define THERMAL_H
6 #define TEMPERATURE_SENSOR_ID 0 /* PECI */
8 /* Power level to set when EC requests throttle */
9 #define EC_THROTTLE_POWER_LIMIT 12 /* 12W */
11 /* Temperature which OS will shutdown at */
12 #define CRITICAL_TEMPERATURE 99
14 /* Temperature which OS will throttle CPU */
15 #define PASSIVE_TEMPERATURE 95
17 /* Tj_max value for calculating PECI CPU temperature */
18 #define MAX_TEMPERATURE 100
20 #endif