matisse-common: split all cores in thermal engine to be readable by the system

* E ThermalEngine: parse_sensor_field: Unknown sensor cpu0-1
* E ThermalEngine: parse_sensor_field: Unknown sensor cpu2-3
This commit is contained in:
matteo0026 2020-09-10 23:55:55 +02:00
parent d5faa936b5
commit 5dc861f704
1 changed files with 42 additions and 8 deletions

View File

@ -1,34 +1,68 @@
sampling 5000
[CPU0-1_MONITOR]
[CPU0_MONITOR]
algo_type monitor
sensor cpu0-1
sensor cpu0
sampling 1000
thresholds 120000
thresholds_clr 115000
actions shutdown
action_info 5000
[CPU2-3_MONITOR]
[CPU1_MONITOR]
algo_type monitor
sensor cpu2-3
sensor cpu1
sampling 1000
thresholds 120000
thresholds_clr 115000
actions shutdown
action_info 5000
[CPU0-1_SS]
[CPU2_MONITOR]
algo_type monitor
sensor cpu2
sampling 1000
thresholds 120000
thresholds_clr 115000
actions shutdown
action_info 5000
[CPU3_MONITOR]
algo_type monitor
sensor cpu3
sampling 1000
thresholds 120000
thresholds_clr 115000
actions shutdown
action_info 5000
[CPU0_SS]
algo_type ss
sensor cpu0-1
sensor cpu0
device cpu
sampling 65
set_point 85000
set_point_clr 65000
[CPU2-3_SS]
[CPU1_SS]
algo_type ss
sensor cpu2-3
sensor cpu1
device cpu
sampling 65
set_point 85000
set_point_clr 65000
[CPU2_SS]
algo_type ss
sensor cpu2
device cpu
sampling 65
set_point 85000
set_point_clr 65000
[CPU3_SS]
algo_type ss
sensor cpu3
device cpu
sampling 65
set_point 85000