1<?xml version="1.0" encoding="UTF-8"?>
2<!--  Thermal Management Configuration File -->
3<!--  Intel Corporation 2011-2012  -->
4<thermalconfig>
5  <!-- Config xml file version should be in sync with iTUX version number-->
6  <ConfigFileVersion>3.0</ConfigFileVersion>
7  <!--Platform Parameters-->
8  <PlatformInfo>
9      <PlatformName>fugu</PlatformName>
10      <!--namely NORMAL, WARNING, ALERT, and CRITICAL.-->
11      <!--in the increasing order of thermal severity-->
12      <!--standard sensor devices register as /sys/class/thermal/thermal_zoneX. Herein
13      referred as 'Path Enumerated at Runtime by Framework in Kernel Thermal' or PERFKT-->
14  </PlatformInfo>
15
16  <Sensor>
17      <SensorName>SYSTHERM0</SensorName>
18<!--
19      <SensorPath>auto</SensorPath>
20      <InputTemp>temp</InputTemp>
21      <HighTemp>auto</HighTemp>
22      <LowTemp>auto</LowTemp>
23-->
24  </Sensor>
25
26  <Sensor>
27      <SensorName>SYSTHERM1</SensorName>
28<!--
29      <SensorPath>auto</SensorPath>
30      <InputTemp>temp</InputTemp>
31      <HighTemp>auto</HighTemp>
32      <LowTemp>auto</LowTemp>
33-->
34  </Sensor>
35
36  <Sensor>
37      <SensorName>SYSTHERM2</SensorName>
38<!--
39      <SensorPath>auto</SensorPath>
40      <InputTemp>temp</InputTemp>
41      <HighTemp>auto</HighTemp>
42      <LowTemp>auto</LowTemp>
43-->
44  </Sensor>
45
46  <Sensor>
47      <SensorName>SoC_DTS0</SensorName>
48      <SensorPath>auto</SensorPath>
49      <InputTemp>temp</InputTemp>
50      <HighTemp>auto</HighTemp>
51      <LowTemp>auto</LowTemp>
52  </Sensor>
53
54  <Sensor>
55      <SensorName>Core 0</SensorName>
56      <SensorPath>/sys/devices/platform/coretemp.0/</SensorPath>
57      <InputTemp>temp2_input</InputTemp>
58      <HighTemp>temp2_threshold2</HighTemp>
59      <LowTemp>temp2_threshold1</LowTemp>
60      <UEventDevPath>DEVPATH=/devices/platform/coretemp.0</UEventDevPath>
61  </Sensor>
62
63  <Zone>
64        <ZoneID>1</ZoneID>
65        <ZoneName>BackSkin</ZoneName>
66        <ZoneLogic>VirtualSkin</ZoneLogic>
67        <SupportsUEvent>0</SupportsUEvent>
68        <DebounceInterval>1000</DebounceInterval>
69        <PollDelay>
70               <DelayNormal>30000</DelayNormal>
71               <DelayWarning>10000</DelayWarning>
72               <DelayAlert>5000</DelayAlert>
73        </PollDelay>
74        <ZoneThreshold>
75               <ZoneThresholdNormal>48000</ZoneThresholdNormal>
76               <ZoneThresholdWarning>50000</ZoneThresholdWarning>
77               <ZoneThresholdAlert>70000</ZoneThresholdAlert>
78        </ZoneThreshold>
79       <SensorAttrib>
80           <SensorName>SYSTHERM2</SensorName>
81           <Weight>662</Weight>
82       </SensorAttrib>
83       <Offset>5203</Offset>
84  </Zone>
85
86  <Zone>
87       <ZoneID>2</ZoneID>
88       <ZoneName>FrontSkin</ZoneName>
89       <ZoneLogic>VirtualSkin</ZoneLogic>
90       <SupportsUEvent>0</SupportsUEvent>
91       <DebounceInterval>1000</DebounceInterval>
92       <PollDelay>
93              <DelayNormal>30000</DelayNormal>
94              <DelayWarning>10000</DelayWarning>
95              <DelayAlert>5000</DelayAlert>
96       </PollDelay>
97       <ZoneThreshold>
98              <ZoneThresholdNormal>48000</ZoneThresholdNormal>
99              <ZoneThresholdWarning>50000</ZoneThresholdWarning>
100              <ZoneThresholdAlert>70000</ZoneThresholdAlert>
101       </ZoneThreshold>
102       <SensorAttrib>
103           <SensorName>SYSTHERM2</SensorName>
104           <Weight>492</Weight>
105       </SensorAttrib>
106       <Offset>7721</Offset>
107  </Zone>
108
109  <Zone>
110       <ZoneID>3</ZoneID>
111       <ZoneName>SoC</ZoneName>
112       <ZoneLogic>Raw</ZoneLogic>
113       <SupportsUEvent>0</SupportsUEvent>
114       <DebounceInterval>1000</DebounceInterval>
115       <PollDelay>
116              <DelayNormal>30000</DelayNormal>
117              <DelayWarning>10000</DelayWarning>
118              <DelayAlert>5000</DelayAlert>
119       </PollDelay>
120       <ZoneThreshold>
121              <ZoneThresholdNormal>85000</ZoneThresholdNormal>
122              <ZoneThresholdWarning>87000</ZoneThresholdWarning>
123              <ZoneThresholdAlert>89000</ZoneThresholdAlert>
124       </ZoneThreshold>
125       <SensorAttrib>
126           <SensorName>SoC_DTS0</SensorName>
127       </SensorAttrib>
128  </Zone>
129
130  <Zone>
131       <ZoneID>4</ZoneID>
132       <ZoneName>CPU</ZoneName>
133       <ZoneLogic>Raw</ZoneLogic>
134       <SupportsUEvent>1</SupportsUEvent>
135       <DebounceInterval>1000</DebounceInterval>
136       <PollDelay>
137              <DelayNormal>30000</DelayNormal>
138              <DelayWarning>10000</DelayWarning>
139              <DelayAlert>5000</DelayAlert>
140       </PollDelay>
141       <ZoneThreshold>
142              <ZoneThresholdNormal>85000</ZoneThresholdNormal>
143              <ZoneThresholdWarning>87000</ZoneThresholdWarning>
144              <ZoneThresholdAlert>89000</ZoneThresholdAlert>
145       </ZoneThreshold>
146       <SensorAttrib>
147           <SensorName>Core 0</SensorName>
148       </SensorAttrib>
149  </Zone>
150 </thermalconfig>
151