payloads/edk2: Disable the CPU Timer Lib unless supported
[coreboot.git] / src / mainboard / intel / dcp847ske / thermal.h
blob62bfa1fa2bb4b049382cc26b7601d4a40439026f
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef DCP847SKE_THERMAL_H
4 #define DCP847SKE_THERMAL_H
6 /* TODO: These should be generated at runtime from
7 * MSR_TEMPERATURE_TARGET (0x1a2) */
9 /* Temperature which OS will shutdown at (Tjmax) */
10 #define CRITICAL_TEMPERATURE 100
12 /* Temperature which OS will throttle CPU (Tcontrol) */
13 #define PASSIVE_TEMPERATURE 86
15 #endif