Ricky CX Wu | 0f9545f | 2024-08-05 10:01:07 +0800 | [diff] [blame] | 1 | { |
| 2 | "Exposes": [ |
| 3 | { |
| 4 | "CheckHysteresisWithSetpoint": true, |
| 5 | "Class": "temp", |
| 6 | "DCoefficient": 0.0, |
| 7 | "FFGainCoefficient": 0.0, |
| 8 | "FFOffCoefficient": 0.0, |
Eric Yang | d7be68d | 2024-09-12 14:22:43 +0800 | [diff] [blame] | 9 | "ICoefficient": -0.02, |
| 10 | "ILimitMax": 100, |
| 11 | "ILimitMin": -50, |
Rush Chen | 8f37c58 | 2025-04-11 10:48:05 +0800 | [diff] [blame] | 12 | "InputUnavailableAsFailed": false, |
Eric Yang | d7be68d | 2024-09-12 14:22:43 +0800 | [diff] [blame] | 13 | "Inputs": [ |
Lora Lin | 2e141a9 | 2024-10-21 16:30:55 +0800 | [diff] [blame] | 14 | "SENTINEL_DOME_SLOT $bus % 15 MB_X8_RTM_TEMP_C" |
Eric Yang | d7be68d | 2024-09-12 14:22:43 +0800 | [diff] [blame] | 15 | ], |
| 16 | "Name": "PID_MB_RETIMER_TEMP_Slot $bus % 15", |
| 17 | "NegativeHysteresis": 3.0, |
| 18 | "OutLimitMax": 100, |
| 19 | "OutLimitMin": 0, |
| 20 | "PCoefficient": -5.0, |
| 21 | "PositiveHysteresis": 0.0, |
| 22 | "SetPoint": 90.0, |
| 23 | "SlewNeg": 0.0, |
| 24 | "SlewPos": 0.0, |
| 25 | "Type": "Pid", |
| 26 | "Zones": [ |
| 27 | "Zone 1" |
| 28 | ] |
| 29 | }, |
| 30 | { |
| 31 | "CheckHysteresisWithSetpoint": true, |
| 32 | "Class": "temp", |
| 33 | "DCoefficient": 0.0, |
| 34 | "FFGainCoefficient": 0.0, |
| 35 | "FFOffCoefficient": 0.0, |
Ricky CX Wu | 0f9545f | 2024-08-05 10:01:07 +0800 | [diff] [blame] | 36 | "ICoefficient": -0.035, |
| 37 | "ILimitMax": 100, |
| 38 | "ILimitMin": -50, |
Ricky CX Wu | d3f5840 | 2024-09-13 17:13:42 +0800 | [diff] [blame] | 39 | "InputUnavailableAsFailed": false, |
Ricky CX Wu | 0f9545f | 2024-08-05 10:01:07 +0800 | [diff] [blame] | 40 | "Inputs": [ |
Eric Yang | 7a90c09 | 2025-02-14 13:27:28 +0800 | [diff] [blame] | 41 | "SENTINEL_DOME_SLOT $bus % 15 DIMM_A0_TEMP_C", |
| 42 | "SENTINEL_DOME_SLOT $bus % 15 DIMM_A1_TEMP_C", |
| 43 | "SENTINEL_DOME_SLOT $bus % 15 DIMM_A2_TEMP_C", |
| 44 | "SENTINEL_DOME_SLOT $bus % 15 DIMM_A3_TEMP_C", |
| 45 | "SENTINEL_DOME_SLOT $bus % 15 DIMM_A4_TEMP_C", |
| 46 | "SENTINEL_DOME_SLOT $bus % 15 DIMM_A6_TEMP_C", |
| 47 | "SENTINEL_DOME_SLOT $bus % 15 DIMM_A7_TEMP_C", |
| 48 | "SENTINEL_DOME_SLOT $bus % 15 DIMM_A8_TEMP_C", |
| 49 | "SENTINEL_DOME_SLOT $bus % 15 DIMM_A9_TEMP_C", |
| 50 | "SENTINEL_DOME_SLOT $bus % 15 DIMM_A10_TEMP_C" |
Ricky CX Wu | 0f9545f | 2024-08-05 10:01:07 +0800 | [diff] [blame] | 51 | ], |
Ricky CX Wu | 979eedc | 2024-09-03 16:28:06 +0800 | [diff] [blame] | 52 | "Name": "PID_MB_DIMM_Slot $bus % 15", |
Zoey YJ Chung | 12f53da | 2025-02-19 17:19:18 +0800 | [diff] [blame] | 53 | "NegativeHysteresis": 3.0, |
Ricky CX Wu | 0f9545f | 2024-08-05 10:01:07 +0800 | [diff] [blame] | 54 | "OutLimitMax": 100, |
| 55 | "OutLimitMin": 0, |
| 56 | "PCoefficient": -3.0, |
| 57 | "PositiveHysteresis": 0.0, |
| 58 | "SetPoint": 75.0, |
| 59 | "SlewNeg": 0.0, |
| 60 | "SlewPos": 0.0, |
| 61 | "Type": "Pid", |
| 62 | "Zones": [ |
| 63 | "Zone 1" |
| 64 | ] |
| 65 | }, |
| 66 | { |
| 67 | "CheckHysteresisWithSetpoint": true, |
| 68 | "Class": "temp", |
| 69 | "DCoefficient": 0.0, |
| 70 | "FFGainCoefficient": 0.0, |
| 71 | "FFOffCoefficient": 0.0, |
| 72 | "ICoefficient": -0.035, |
| 73 | "ILimitMax": 100, |
| 74 | "ILimitMin": -50, |
Ricky CX Wu | d3f5840 | 2024-09-13 17:13:42 +0800 | [diff] [blame] | 75 | "InputUnavailableAsFailed": false, |
Ricky CX Wu | 0f9545f | 2024-08-05 10:01:07 +0800 | [diff] [blame] | 76 | "Inputs": [ |
Lora Lin | 9790e9e | 2024-10-21 09:05:48 +0800 | [diff] [blame] | 77 | "SENTINEL_DOME_SLOT $bus % 15 MB_CPU_TEMP_C" |
Ricky CX Wu | 0f9545f | 2024-08-05 10:01:07 +0800 | [diff] [blame] | 78 | ], |
Ricky CX Wu | 979eedc | 2024-09-03 16:28:06 +0800 | [diff] [blame] | 79 | "Name": "PID_MB_CPU_Slot $bus % 15", |
Ricky CX Wu | 0f9545f | 2024-08-05 10:01:07 +0800 | [diff] [blame] | 80 | "NegativeHysteresis": 3.0, |
| 81 | "OutLimitMax": 100, |
| 82 | "OutLimitMin": 0, |
Zoey YJ Chung | 12f53da | 2025-02-19 17:19:18 +0800 | [diff] [blame] | 83 | "PCoefficient": -4.5, |
Ricky CX Wu | 0f9545f | 2024-08-05 10:01:07 +0800 | [diff] [blame] | 84 | "PositiveHysteresis": 0.0, |
Zoey YJ Chung | 12f53da | 2025-02-19 17:19:18 +0800 | [diff] [blame] | 85 | "SetPoint": 77.0, |
Ricky CX Wu | 0f9545f | 2024-08-05 10:01:07 +0800 | [diff] [blame] | 86 | "SlewNeg": 0.0, |
| 87 | "SlewPos": 0.0, |
| 88 | "Type": "Pid", |
| 89 | "Zones": [ |
| 90 | "Zone 1" |
| 91 | ] |
| 92 | }, |
| 93 | { |
| 94 | "CheckHysteresisWithSetpoint": true, |
| 95 | "Class": "temp", |
| 96 | "DCoefficient": 0.0, |
| 97 | "FFGainCoefficient": 0.0, |
| 98 | "FFOffCoefficient": 0.0, |
Zoey YJ Chung | 12f53da | 2025-02-19 17:19:18 +0800 | [diff] [blame] | 99 | "ICoefficient": -0.03, |
Ricky CX Wu | 0f9545f | 2024-08-05 10:01:07 +0800 | [diff] [blame] | 100 | "ILimitMax": 100, |
| 101 | "ILimitMin": -50, |
Ricky CX Wu | d3f5840 | 2024-09-13 17:13:42 +0800 | [diff] [blame] | 102 | "InputUnavailableAsFailed": false, |
Ricky CX Wu | 0f9545f | 2024-08-05 10:01:07 +0800 | [diff] [blame] | 103 | "Inputs": [ |
Lora Lin | 9790e9e | 2024-10-21 09:05:48 +0800 | [diff] [blame] | 104 | "SENTINEL_DOME_SLOT $bus % 15 MB_SSD_BOOT_TEMP_C" |
Ricky CX Wu | 0f9545f | 2024-08-05 10:01:07 +0800 | [diff] [blame] | 105 | ], |
Ricky CX Wu | 979eedc | 2024-09-03 16:28:06 +0800 | [diff] [blame] | 106 | "Name": "PID_MB_SSD_BOOT_Slot $bus % 15", |
Zoey YJ Chung | 12f53da | 2025-02-19 17:19:18 +0800 | [diff] [blame] | 107 | "NegativeHysteresis": 3.0, |
Ricky CX Wu | 0f9545f | 2024-08-05 10:01:07 +0800 | [diff] [blame] | 108 | "OutLimitMax": 100, |
| 109 | "OutLimitMin": 0, |
Zoey YJ Chung | 12f53da | 2025-02-19 17:19:18 +0800 | [diff] [blame] | 110 | "PCoefficient": -5, |
Ricky CX Wu | 0f9545f | 2024-08-05 10:01:07 +0800 | [diff] [blame] | 111 | "PositiveHysteresis": 0.0, |
Zoey YJ Chung | 12f53da | 2025-02-19 17:19:18 +0800 | [diff] [blame] | 112 | "SetPoint": 69.0, |
Ricky CX Wu | 0f9545f | 2024-08-05 10:01:07 +0800 | [diff] [blame] | 113 | "SlewNeg": 0.0, |
| 114 | "SlewPos": 0.0, |
| 115 | "Type": "Pid", |
| 116 | "Zones": [ |
| 117 | "Zone 1" |
| 118 | ] |
| 119 | }, |
| 120 | { |
| 121 | "CheckHysteresisWithSetpoint": true, |
| 122 | "Class": "temp", |
| 123 | "DCoefficient": 0.0, |
| 124 | "FFGainCoefficient": 0.0, |
| 125 | "FFOffCoefficient": 0.0, |
| 126 | "ICoefficient": -0.02, |
| 127 | "ILimitMax": 100, |
| 128 | "ILimitMin": -50, |
Ricky CX Wu | d3f5840 | 2024-09-13 17:13:42 +0800 | [diff] [blame] | 129 | "InputUnavailableAsFailed": false, |
Ricky CX Wu | 0f9545f | 2024-08-05 10:01:07 +0800 | [diff] [blame] | 130 | "Inputs": [ |
Lora Lin | 9790e9e | 2024-10-21 09:05:48 +0800 | [diff] [blame] | 131 | "SENTINEL_DOME_SLOT $bus % 15 MB_VR_CPU0_TEMP_C", |
| 132 | "SENTINEL_DOME_SLOT $bus % 15 MB_VR_SOC_TEMP_C", |
| 133 | "SENTINEL_DOME_SLOT $bus % 15 MB_VR_CPU1_TEMP_C", |
| 134 | "SENTINEL_DOME_SLOT $bus % 15 MB_VR_PVDDIO_TEMP_C", |
| 135 | "SENTINEL_DOME_SLOT $bus % 15 MB_VR_PVDD11_TEMP_C" |
Ricky CX Wu | 0f9545f | 2024-08-05 10:01:07 +0800 | [diff] [blame] | 136 | ], |
Ricky CX Wu | 979eedc | 2024-09-03 16:28:06 +0800 | [diff] [blame] | 137 | "Name": "PID_MB_VR_Slot $bus % 15", |
Ricky CX Wu | 0f9545f | 2024-08-05 10:01:07 +0800 | [diff] [blame] | 138 | "NegativeHysteresis": 3.0, |
| 139 | "OutLimitMax": 100, |
| 140 | "OutLimitMin": 0, |
| 141 | "PCoefficient": -3.0, |
| 142 | "PositiveHysteresis": 0.0, |
| 143 | "SetPoint": 90.0, |
| 144 | "SlewNeg": 0.0, |
| 145 | "SlewPos": 0.0, |
| 146 | "Type": "Pid", |
| 147 | "Zones": [ |
| 148 | "Zone 1" |
| 149 | ] |
| 150 | }, |
| 151 | { |
| 152 | "Class": "temp", |
Ricky CX Wu | d3f5840 | 2024-09-13 17:13:42 +0800 | [diff] [blame] | 153 | "InputUnavailableAsFailed": false, |
Ricky CX Wu | 0f9545f | 2024-08-05 10:01:07 +0800 | [diff] [blame] | 154 | "Inputs": [ |
Lora Lin | 9790e9e | 2024-10-21 09:05:48 +0800 | [diff] [blame] | 155 | "SENTINEL_DOME_SLOT $bus % 15 MB_INLET_TEMP_C", |
| 156 | "SENTINEL_DOME_SLOT $bus % 15 MB_OUTLET_TEMP_C" |
Ricky CX Wu | 0f9545f | 2024-08-05 10:01:07 +0800 | [diff] [blame] | 157 | ], |
Ricky CX Wu | 979eedc | 2024-09-03 16:28:06 +0800 | [diff] [blame] | 158 | "Name": "Stepwise_MB_INLET_OUTLET_TEMP_Slot $bus % 15", |
Ricky CX Wu | 0f9545f | 2024-08-05 10:01:07 +0800 | [diff] [blame] | 159 | "NegativeHysteresis": 0, |
| 160 | "Output": [ |
Ricky CX Wu | 724d45d | 2024-11-15 15:38:28 +0800 | [diff] [blame] | 161 | 10.0 |
Ricky CX Wu | 0f9545f | 2024-08-05 10:01:07 +0800 | [diff] [blame] | 162 | ], |
| 163 | "PositiveHysteresis": 0, |
| 164 | "Reading": [ |
| 165 | 20.0 |
| 166 | ], |
| 167 | "Type": "Stepwise", |
| 168 | "Zones": [ |
| 169 | "Zone 1" |
| 170 | ] |
| 171 | }, |
| 172 | { |
| 173 | "Class": "temp", |
Ricky CX Wu | d3f5840 | 2024-09-13 17:13:42 +0800 | [diff] [blame] | 174 | "InputUnavailableAsFailed": false, |
Ricky CX Wu | 0f9545f | 2024-08-05 10:01:07 +0800 | [diff] [blame] | 175 | "Inputs": [ |
Lora Lin | 2e141a9 | 2024-10-21 16:30:55 +0800 | [diff] [blame] | 176 | "SENTINEL_DOME_SLOT $bus % 15 MB_X8_RTM_TEMP_C" |
Ricky CX Wu | 0f9545f | 2024-08-05 10:01:07 +0800 | [diff] [blame] | 177 | ], |
Ricky CX Wu | 979eedc | 2024-09-03 16:28:06 +0800 | [diff] [blame] | 178 | "Name": "Stepwise_MB_RETIMER_TEMP_Slot $bus % 15", |
Eric Yang | d7be68d | 2024-09-12 14:22:43 +0800 | [diff] [blame] | 179 | "NegativeHysteresis": 2, |
Ricky CX Wu | 0f9545f | 2024-08-05 10:01:07 +0800 | [diff] [blame] | 180 | "Output": [ |
Eric Yang | d7be68d | 2024-09-12 14:22:43 +0800 | [diff] [blame] | 181 | 10.0, |
| 182 | 20.0, |
| 183 | 25.0, |
| 184 | 30.0, |
| 185 | 35.0, |
| 186 | 40.0, |
| 187 | 45.0, |
| 188 | 50.0 |
Ricky CX Wu | 0f9545f | 2024-08-05 10:01:07 +0800 | [diff] [blame] | 189 | ], |
| 190 | "PositiveHysteresis": 0, |
| 191 | "Reading": [ |
Eric Yang | d7be68d | 2024-09-12 14:22:43 +0800 | [diff] [blame] | 192 | 89.0, |
| 193 | 90.0, |
| 194 | 91.0, |
| 195 | 92.0, |
| 196 | 93.0, |
| 197 | 94.0, |
| 198 | 95.0, |
| 199 | 96.0 |
Ricky CX Wu | 0f9545f | 2024-08-05 10:01:07 +0800 | [diff] [blame] | 200 | ], |
| 201 | "Type": "Stepwise", |
| 202 | "Zones": [ |
| 203 | "Zone 1" |
| 204 | ] |
| 205 | }, |
| 206 | { |
| 207 | "Class": "temp", |
Ricky CX Wu | d3f5840 | 2024-09-13 17:13:42 +0800 | [diff] [blame] | 208 | "InputUnavailableAsFailed": false, |
Ricky CX Wu | 0f9545f | 2024-08-05 10:01:07 +0800 | [diff] [blame] | 209 | "Inputs": [ |
Ricky CX Wu | 6591116 | 2024-12-12 17:22:40 +0800 | [diff] [blame] | 210 | "SENTINEL_DOME_SLOT $bus % 15 MB_FIO_TEMP_C" |
Ricky CX Wu | 0f9545f | 2024-08-05 10:01:07 +0800 | [diff] [blame] | 211 | ], |
Ricky CX Wu | 979eedc | 2024-09-03 16:28:06 +0800 | [diff] [blame] | 212 | "Name": "Stepwise_MB_FIO_Slot $bus % 15", |
Ricky CX Wu | 6591116 | 2024-12-12 17:22:40 +0800 | [diff] [blame] | 213 | "NegativeHysteresis": 0, |
| 214 | "Output": [ |
| 215 | 10.0 |
| 216 | ], |
| 217 | "PositiveHysteresis": 0, |
| 218 | "Reading": [ |
| 219 | 20.0 |
| 220 | ], |
| 221 | "Type": "Stepwise", |
| 222 | "Zones": [ |
| 223 | "Zone 1" |
| 224 | ] |
| 225 | }, |
| 226 | { |
| 227 | "Class": "temp", |
| 228 | "InputUnavailableAsFailed": false, |
| 229 | "Inputs": [ |
| 230 | "CALIBRATED_SENTINEL_DOME_SLOT $bus % 15 MB_FIO_TEMP_C" |
| 231 | ], |
| 232 | "Name": "Stepwise_CALIBRATED_MB_FIO_Slot $bus % 15", |
Ricky CX Wu | 1ee3235 | 2024-10-04 17:07:19 +0800 | [diff] [blame] | 233 | "NegativeHysteresis": 1, |
Ricky CX Wu | 0f9545f | 2024-08-05 10:01:07 +0800 | [diff] [blame] | 234 | "Output": [ |
Zoey YJ Chung | 12f53da | 2025-02-19 17:19:18 +0800 | [diff] [blame] | 235 | 10.0, |
| 236 | 10.0, |
| 237 | 11.0, |
| 238 | 11.0, |
| 239 | 12.0, |
| 240 | 12.0, |
| 241 | 13.0, |
| 242 | 13.0, |
| 243 | 14.0, |
| 244 | 14.0, |
| 245 | 15.0, |
| 246 | 16.0, |
Ricky CX Wu | 0f9545f | 2024-08-05 10:01:07 +0800 | [diff] [blame] | 247 | 20.0, |
Ricky CX Wu | 0f9545f | 2024-08-05 10:01:07 +0800 | [diff] [blame] | 248 | 30.0, |
Zoey YJ Chung | 12f53da | 2025-02-19 17:19:18 +0800 | [diff] [blame] | 249 | 40.0 |
Ricky CX Wu | 0f9545f | 2024-08-05 10:01:07 +0800 | [diff] [blame] | 250 | ], |
| 251 | "PositiveHysteresis": 0, |
| 252 | "Reading": [ |
Ricky CX Wu | 0f9545f | 2024-08-05 10:01:07 +0800 | [diff] [blame] | 253 | 25.0, |
| 254 | 26.0, |
| 255 | 27.0, |
| 256 | 28.0, |
| 257 | 29.0, |
| 258 | 30.0, |
| 259 | 31.0, |
Zoey YJ Chung | 12f53da | 2025-02-19 17:19:18 +0800 | [diff] [blame] | 260 | 32.0, |
Ricky CX Wu | 0f9545f | 2024-08-05 10:01:07 +0800 | [diff] [blame] | 261 | 33.0, |
| 262 | 34.0, |
| 263 | 35.0, |
| 264 | 36.0, |
| 265 | 37.0, |
| 266 | 38.0, |
Zoey YJ Chung | 12f53da | 2025-02-19 17:19:18 +0800 | [diff] [blame] | 267 | 39.0 |
Ricky CX Wu | 0f9545f | 2024-08-05 10:01:07 +0800 | [diff] [blame] | 268 | ], |
| 269 | "Type": "Stepwise", |
| 270 | "Zones": [ |
| 271 | "Zone 1" |
| 272 | ] |
| 273 | }, |
| 274 | { |
| 275 | "Class": "temp", |
Ricky CX Wu | d3f5840 | 2024-09-13 17:13:42 +0800 | [diff] [blame] | 276 | "InputUnavailableAsFailed": false, |
Ricky CX Wu | 0f9545f | 2024-08-05 10:01:07 +0800 | [diff] [blame] | 277 | "Inputs": [ |
Eric Yang | 7a90c09 | 2025-02-14 13:27:28 +0800 | [diff] [blame] | 278 | "SENTINEL_DOME_SLOT $bus % 15 DIMM_A0_TEMP_C", |
| 279 | "SENTINEL_DOME_SLOT $bus % 15 DIMM_A1_TEMP_C", |
| 280 | "SENTINEL_DOME_SLOT $bus % 15 DIMM_A2_TEMP_C", |
| 281 | "SENTINEL_DOME_SLOT $bus % 15 DIMM_A3_TEMP_C", |
| 282 | "SENTINEL_DOME_SLOT $bus % 15 DIMM_A4_TEMP_C", |
| 283 | "SENTINEL_DOME_SLOT $bus % 15 DIMM_A6_TEMP_C", |
| 284 | "SENTINEL_DOME_SLOT $bus % 15 DIMM_A7_TEMP_C", |
| 285 | "SENTINEL_DOME_SLOT $bus % 15 DIMM_A8_TEMP_C", |
| 286 | "SENTINEL_DOME_SLOT $bus % 15 DIMM_A9_TEMP_C", |
| 287 | "SENTINEL_DOME_SLOT $bus % 15 DIMM_A10_TEMP_C" |
Ricky CX Wu | 0f9545f | 2024-08-05 10:01:07 +0800 | [diff] [blame] | 288 | ], |
Ricky CX Wu | 979eedc | 2024-09-03 16:28:06 +0800 | [diff] [blame] | 289 | "Name": "Stepwise_MB_DIMM_Slot $bus % 15", |
Ricky CX Wu | 0f9545f | 2024-08-05 10:01:07 +0800 | [diff] [blame] | 290 | "NegativeHysteresis": 2, |
| 291 | "Output": [ |
Zoey YJ Chung | 12f53da | 2025-02-19 17:19:18 +0800 | [diff] [blame] | 292 | 10.0, |
| 293 | 12.0, |
| 294 | 14.0, |
| 295 | 16.0, |
| 296 | 17.0, |
| 297 | 18.0 |
Ricky CX Wu | 0f9545f | 2024-08-05 10:01:07 +0800 | [diff] [blame] | 298 | ], |
| 299 | "PositiveHysteresis": 0, |
| 300 | "Reading": [ |
| 301 | 65.0, |
| 302 | 66.0, |
| 303 | 67.0, |
| 304 | 68.0, |
| 305 | 69.0, |
| 306 | 70.0 |
| 307 | ], |
| 308 | "Type": "Stepwise", |
| 309 | "Zones": [ |
| 310 | "Zone 1" |
| 311 | ] |
| 312 | }, |
| 313 | { |
| 314 | "Class": "temp", |
Ricky CX Wu | d3f5840 | 2024-09-13 17:13:42 +0800 | [diff] [blame] | 315 | "InputUnavailableAsFailed": false, |
Ricky CX Wu | 0f9545f | 2024-08-05 10:01:07 +0800 | [diff] [blame] | 316 | "Inputs": [ |
Lora Lin | 9790e9e | 2024-10-21 09:05:48 +0800 | [diff] [blame] | 317 | "SENTINEL_DOME_SLOT $bus % 15 MB_CPU_TEMP_C" |
Ricky CX Wu | 0f9545f | 2024-08-05 10:01:07 +0800 | [diff] [blame] | 318 | ], |
Ricky CX Wu | 979eedc | 2024-09-03 16:28:06 +0800 | [diff] [blame] | 319 | "Name": "Stepwise_MB_CPU_Slot $bus % 15", |
Ricky CX Wu | 0f9545f | 2024-08-05 10:01:07 +0800 | [diff] [blame] | 320 | "NegativeHysteresis": 3, |
| 321 | "Output": [ |
Zoey YJ Chung | 12f53da | 2025-02-19 17:19:18 +0800 | [diff] [blame] | 322 | 10.0, |
| 323 | 11.0, |
| 324 | 12.0, |
| 325 | 13.0, |
| 326 | 14.0, |
| 327 | 15.0, |
| 328 | 16.0, |
| 329 | 17.0, |
| 330 | 18.0 |
Ricky CX Wu | 0f9545f | 2024-08-05 10:01:07 +0800 | [diff] [blame] | 331 | ], |
| 332 | "PositiveHysteresis": 0, |
| 333 | "Reading": [ |
Zoey YJ Chung | 12f53da | 2025-02-19 17:19:18 +0800 | [diff] [blame] | 334 | 63.0, |
| 335 | 64.0, |
| 336 | 65.0, |
Ricky CX Wu | 0f9545f | 2024-08-05 10:01:07 +0800 | [diff] [blame] | 337 | 66.0, |
| 338 | 67.0, |
| 339 | 68.0, |
| 340 | 69.0, |
| 341 | 70.0, |
Zoey YJ Chung | 12f53da | 2025-02-19 17:19:18 +0800 | [diff] [blame] | 342 | 71.0 |
Ricky CX Wu | 0f9545f | 2024-08-05 10:01:07 +0800 | [diff] [blame] | 343 | ], |
| 344 | "Type": "Stepwise", |
| 345 | "Zones": [ |
| 346 | "Zone 1" |
| 347 | ] |
| 348 | }, |
| 349 | { |
| 350 | "Class": "temp", |
Ricky CX Wu | d3f5840 | 2024-09-13 17:13:42 +0800 | [diff] [blame] | 351 | "InputUnavailableAsFailed": false, |
Ricky CX Wu | 0f9545f | 2024-08-05 10:01:07 +0800 | [diff] [blame] | 352 | "Inputs": [ |
Lora Lin | 9790e9e | 2024-10-21 09:05:48 +0800 | [diff] [blame] | 353 | "SENTINEL_DOME_SLOT $bus % 15 MB_SSD_BOOT_TEMP_C" |
Ricky CX Wu | 0f9545f | 2024-08-05 10:01:07 +0800 | [diff] [blame] | 354 | ], |
Ricky CX Wu | 979eedc | 2024-09-03 16:28:06 +0800 | [diff] [blame] | 355 | "Name": "Stepwise_MB_SSD_BOOT_Slot $bus % 15", |
Ricky CX Wu | 0f9545f | 2024-08-05 10:01:07 +0800 | [diff] [blame] | 356 | "NegativeHysteresis": 2, |
| 357 | "Output": [ |
Zoey YJ Chung | 12f53da | 2025-02-19 17:19:18 +0800 | [diff] [blame] | 358 | 10.0, |
| 359 | 11.0, |
| 360 | 12.0, |
| 361 | 13.0, |
| 362 | 14.0, |
| 363 | 15.0, |
| 364 | 16.0, |
| 365 | 17.0, |
| 366 | 18.0, |
| 367 | 19.0, |
| 368 | 20.0 |
Ricky CX Wu | 0f9545f | 2024-08-05 10:01:07 +0800 | [diff] [blame] | 369 | ], |
| 370 | "PositiveHysteresis": 0, |
| 371 | "Reading": [ |
Zoey YJ Chung | 12f53da | 2025-02-19 17:19:18 +0800 | [diff] [blame] | 372 | 54.0, |
| 373 | 55.0, |
| 374 | 56.0, |
| 375 | 57.0, |
Ricky CX Wu | 0f9545f | 2024-08-05 10:01:07 +0800 | [diff] [blame] | 376 | 58.0, |
| 377 | 59.0, |
| 378 | 60.0, |
| 379 | 61.0, |
| 380 | 62.0, |
Zoey YJ Chung | 12f53da | 2025-02-19 17:19:18 +0800 | [diff] [blame] | 381 | 63.0, |
| 382 | 64.0 |
Ricky CX Wu | 0f9545f | 2024-08-05 10:01:07 +0800 | [diff] [blame] | 383 | ], |
| 384 | "Type": "Stepwise", |
| 385 | "Zones": [ |
| 386 | "Zone 1" |
| 387 | ] |
| 388 | }, |
| 389 | { |
| 390 | "Class": "temp", |
Ricky CX Wu | d3f5840 | 2024-09-13 17:13:42 +0800 | [diff] [blame] | 391 | "InputUnavailableAsFailed": false, |
Ricky CX Wu | 0f9545f | 2024-08-05 10:01:07 +0800 | [diff] [blame] | 392 | "Inputs": [ |
Lora Lin | 9790e9e | 2024-10-21 09:05:48 +0800 | [diff] [blame] | 393 | "SENTINEL_DOME_SLOT $bus % 15 MB_VR_CPU0_TEMP_C", |
| 394 | "SENTINEL_DOME_SLOT $bus % 15 MB_VR_SOC_TEMP_C", |
| 395 | "SENTINEL_DOME_SLOT $bus % 15 MB_VR_CPU1_TEMP_C", |
| 396 | "SENTINEL_DOME_SLOT $bus % 15 MB_VR_PVDDIO_TEMP_C", |
| 397 | "SENTINEL_DOME_SLOT $bus % 15 MB_VR_PVDD11_TEMP_C" |
Ricky CX Wu | 0f9545f | 2024-08-05 10:01:07 +0800 | [diff] [blame] | 398 | ], |
Ricky CX Wu | 979eedc | 2024-09-03 16:28:06 +0800 | [diff] [blame] | 399 | "Name": "Stepwise_MB_VR_Slot $bus % 15", |
Ricky CX Wu | 0f9545f | 2024-08-05 10:01:07 +0800 | [diff] [blame] | 400 | "NegativeHysteresis": 3, |
| 401 | "Output": [ |
Zoey YJ Chung | 12f53da | 2025-02-19 17:19:18 +0800 | [diff] [blame] | 402 | 10.0, |
| 403 | 12.0, |
| 404 | 14.0, |
| 405 | 16.0, |
| 406 | 17.0, |
| 407 | 18.0 |
Ricky CX Wu | 0f9545f | 2024-08-05 10:01:07 +0800 | [diff] [blame] | 408 | ], |
| 409 | "PositiveHysteresis": 0, |
| 410 | "Reading": [ |
| 411 | 80.0, |
| 412 | 81.0, |
| 413 | 82.0, |
| 414 | 83.0, |
| 415 | 84.0, |
| 416 | 85.0 |
| 417 | ], |
| 418 | "Type": "Stepwise", |
| 419 | "Zones": [ |
| 420 | "Zone 1" |
| 421 | ] |
| 422 | } |
| 423 | ], |
| 424 | "Name": "Yosemite 4 Sentinel Dome T1 with Retimer Slot $bus % 15", |
| 425 | "Probe": "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'Sentinel Dome Retimer.*', 'PRODUCT_PRODUCT_NAME': 'Yosemite V4', 'PRODUCT_INFO_AM2': 'Yosemite V4 T1'})", |
| 426 | "Type": "Board", |
| 427 | "xyz.openbmc_project.Inventory.Decorator.Asset": { |
| 428 | "BuildDate": "$BOARD_MANUFACTURE_DATE", |
| 429 | "Manufacturer": "$BOARD_MANUFACTURER", |
| 430 | "Model": "$BOARD_PRODUCT_NAME", |
| 431 | "PartNumber": "$BOARD_PART_NUMBER", |
| 432 | "SerialNumber": "$BOARD_SERIAL_NUMBER", |
| 433 | "SparePartNumber": "$BOARD_INFO_AM1" |
| 434 | }, |
Ricky CX Wu | 0f9545f | 2024-08-05 10:01:07 +0800 | [diff] [blame] | 435 | "xyz.openbmc_project.Inventory.Decorator.Revision": { |
| 436 | "Version": "$PRODUCT_VERSION" |
| 437 | }, |
| 438 | "xyz.openbmc_project.Inventory.Decorator.Slot": { |
| 439 | "SlotNumber": "$bus % 15" |
Ingrid Chen | f3b0272 | 2024-08-30 17:14:37 +0800 | [diff] [blame] | 440 | }, |
Patrick Williams | 075ad3f | 2025-03-04 15:15:31 -0500 | [diff] [blame] | 441 | "xyz.openbmc_project.Inventory.Item.Board.Motherboard": {} |
Ricky CX Wu | 0f9545f | 2024-08-05 10:01:07 +0800 | [diff] [blame] | 442 | } |