blob: 89e3ef6c6b8258bfb5422130f89c8fcb10005b29 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
The Linux Thermal Daemon program from 01.org
Thermald deals with thermal issues for intel processor families codenamed
intel sandy-bridge and above.
Its is a Linux daemon used to prevent the overheating of systems.
This daemon monitors temperature and applies compensation using available
cooling methods.
Uses intel p-state driver.
Prerequisites:
Kernel
Need kernel with "Intel P State driver", to use Intel P state driver to
cool the system.
Intel Power clamp driver: To use Idle injection to cool the system.
CONFIG_X86_MSR, so that x86 MSR can be read/write from user space to
control P-States.
|