Skip to content
This repository was archived by the owner on Jun 1, 2026. It is now read-only.

Commit 630bc5a

Browse files
RajaniRanjansysopenci
authored andcommitted
Thermal Daemon configuration for MTL NUC Platform
Modified xml file to add configuration for MTL NUC platform. Tracked-On: OAM-122349 Signed-off-by: RajaniRanjan <rajani.ranjan@intel.com> Signed-off-by: Manvi Bajaj <manvi.bajaj@intel.com>
1 parent 5563d4e commit 630bc5a

1 file changed

Lines changed: 56 additions & 0 deletions

File tree

thermal/thermal-daemon/thermal-conf.xml

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -449,5 +449,61 @@
449449
</CoolingDevice>
450450
</CoolingDevices>
451451
</Platform>
452+
<Platform>
453+
<Name> MTL-NUC </Name>
454+
<ProductName>NUC14RVH-B</ProductName>
455+
<Preference>QUIET</Preference>
456+
<ThermalZones>
457+
<ThermalZone>
458+
<Type>cpu_passive</Type>
459+
<TripPoints>
460+
<TripPoint>
461+
<SensorType>x86_pkg_temp</SensorType>
462+
<Temperature>85000</Temperature>
463+
<Type>Passive</Type>
464+
<CoolingDevice>
465+
<Type>rapl_limit_1</Type>
466+
</CoolingDevice>
467+
</TripPoint>
468+
<TripPoint>
469+
<SensorType>x86_pkg_temp</SensorType>
470+
<Temperature>95000</Temperature>
471+
<Type>Passive</Type>
472+
<CoolingDevice>
473+
<Type>rapl_limit_2</Type>
474+
</CoolingDevice>
475+
</TripPoint>
476+
</TripPoints>
477+
</ThermalZone>
478+
<ThermalZone>
479+
<Type>cpu_critical</Type>
480+
<TripPoints>
481+
<TripPoint>
482+
<SensorType>x86_pkg_temp</SensorType>
483+
<Temperature>100000</Temperature>
484+
<Type>Critical</Type>
485+
</TripPoint>
486+
</TripPoints>
487+
</ThermalZone>
488+
</ThermalZones>
489+
<CoolingDevices>
490+
<CoolingDevice>
491+
<Type>rapl_limit_1</Type>
492+
<Path>/sys/devices/virtual/powercap/intel-rapl/intel-rapl:0/constraint_0_power_limit_uw</Path>
493+
<MinState>12000000</MinState>
494+
<ReadBack>0</ReadBack>
495+
<MaxState>8000000</MaxState>
496+
<IncDecStep>-200000</IncDecStep>
497+
</CoolingDevice>
498+
<CoolingDevice>
499+
<Type>rapl_limit_2</Type>
500+
<Path>/sys/devices/virtual/powercap/intel-rapl/intel-rapl:0/constraint_0_power_limit_uw</Path>
501+
<MinState>8000000</MinState>
502+
<ReadBack>0</ReadBack>
503+
<MaxState>6000000</MaxState>
504+
<IncDecStep>-200000</IncDecStep>
505+
</CoolingDevice>
506+
</CoolingDevices>
507+
</Platform>
452508
</ThermalConfiguration>
453509
<!-- END -->

0 commit comments

Comments
 (0)