blob: d29444bcbdd7b0495bc2cdd1c4c60c3c643b096e [file] [log] [blame]
Matt Spinler44792fd2019-09-26 15:58:58 -05001{
Patrick Williams26919f02022-12-08 06:12:43 -06002 "PELs": [
Matt Spinler3fd08d62019-10-22 14:25:33 -05003 {
4 "Name": "xyz.openbmc_project.Common.Error.Timeout",
5 "Subsystem": "bmc_firmware",
Matt Spinler216999f2022-01-12 11:22:40 -06006 "Severity": "non_error",
Matt Spinler44792fd2019-09-26 15:58:58 -05007
Patrick Williams26919f02022-12-08 06:12:43 -06008 "SRC": {
Matt Spinler3fd08d62019-10-22 14:25:33 -05009 "ReasonCode": "0x1001",
Patrick Williams26919f02022-12-08 06:12:43 -060010 "Words6To9": {
11 "6": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050012 "Description": "Timeout in ms",
13 "AdditionalDataPropSource": "TIMEOUT_IN_MSEC"
14 }
15 }
16 },
17
Patrick Williams26919f02022-12-08 06:12:43 -060018 "Documentation": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050019 "Description": "This is a generic timeout error",
20 "Message": "An operation timed out",
Patrick Williams26919f02022-12-08 06:12:43 -060021 "Notes": ["The journal should contain more information"]
Matt Spinler3fd08d62019-10-22 14:25:33 -050022 }
23 },
24
25 {
26 "Name": "xyz.openbmc_project.Common.Error.InternalFailure",
27 "Subsystem": "bmc_firmware",
Matt Spinler216999f2022-01-12 11:22:40 -060028 "Severity": "non_error",
Matt Spinler3fd08d62019-10-22 14:25:33 -050029
Patrick Williams26919f02022-12-08 06:12:43 -060030 "SRC": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050031 "ReasonCode": "0x1002",
Patrick Williams26919f02022-12-08 06:12:43 -060032 "Words6To9": {}
Matt Spinler3fd08d62019-10-22 14:25:33 -050033 },
34
Patrick Williams26919f02022-12-08 06:12:43 -060035 "Documentation": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050036 "Description": "BMC code had a generic internal failure",
37 "Message": "An application had an internal failure",
Patrick Williams26919f02022-12-08 06:12:43 -060038 "Notes": ["The journal should contain more information"]
Matt Spinler288f4322023-01-05 12:54:22 -060039 },
40
41 "JournalCapture": {
42 "NumLines": 30
Matt Spinler3fd08d62019-10-22 14:25:33 -050043 }
44 },
45
46 {
47 "Name": "xyz.openbmc_project.Common.Error.InvalidArgument",
48 "Subsystem": "user_error",
Matt Spinler216999f2022-01-12 11:22:40 -060049 "Severity": "non_error",
Matt Spinler3fd08d62019-10-22 14:25:33 -050050
Patrick Williams26919f02022-12-08 06:12:43 -060051 "SRC": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050052 "ReasonCode": "0x1003",
Patrick Williams26919f02022-12-08 06:12:43 -060053 "Words6To9": {}
Matt Spinler3fd08d62019-10-22 14:25:33 -050054 },
55
Patrick Williams26919f02022-12-08 06:12:43 -060056 "Documentation": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050057 "Description": "BMC code was given an invalid argument",
58 "Message": "Code was given an invalid argument",
Patrick Williams26919f02022-12-08 06:12:43 -060059 "Notes": ["The journal should contain more information"]
Matt Spinler3fd08d62019-10-22 14:25:33 -050060 }
61 },
62 {
63 "Name": "xyz.openbmc_project.Common.Error.InsufficientPermission",
64 "Subsystem": "user_error",
Matt Spinler216999f2022-01-12 11:22:40 -060065 "Severity": "non_error",
Matt Spinler3fd08d62019-10-22 14:25:33 -050066
Patrick Williams26919f02022-12-08 06:12:43 -060067 "SRC": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050068 "ReasonCode": "0x1004",
Patrick Williams26919f02022-12-08 06:12:43 -060069 "Words6To9": {}
Matt Spinler3fd08d62019-10-22 14:25:33 -050070 },
71
Patrick Williams26919f02022-12-08 06:12:43 -060072 "Documentation": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050073 "Description": "An operation failed due to insufficient permission",
74 "Message": "An operation failed due to unsufficient permission",
Patrick Williams26919f02022-12-08 06:12:43 -060075 "Notes": ["The journal should contain more information"]
Matt Spinler3fd08d62019-10-22 14:25:33 -050076 }
77 },
78
79 {
80 "Name": "xyz.openbmc_project.Common.Error.NotAllowed",
81 "Subsystem": "user_error",
Matt Spinler216999f2022-01-12 11:22:40 -060082 "Severity": "non_error",
Matt Spinler3fd08d62019-10-22 14:25:33 -050083
Patrick Williams26919f02022-12-08 06:12:43 -060084 "SRC": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050085 "ReasonCode": "0x1005",
Patrick Williams26919f02022-12-08 06:12:43 -060086 "Words6To9": {}
Matt Spinler3fd08d62019-10-22 14:25:33 -050087 },
88
Patrick Williams26919f02022-12-08 06:12:43 -060089 "Documentation": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050090 "Description": "An operation failed because it isn't allowed",
Matt Spinler26958762020-08-27 13:21:23 -050091 "Message": "An operation failed because it isn't allowed",
Patrick Williams26919f02022-12-08 06:12:43 -060092 "Notes": ["The journal should contain more information"]
Matt Spinler3fd08d62019-10-22 14:25:33 -050093 }
94 },
95
96 {
97 "Name": "xyz.openbmc_project.Common.Error.NoCACertificate",
98 "Subsystem": "user_error",
Matt Spinler216999f2022-01-12 11:22:40 -060099 "Severity": "non_error",
Matt Spinler3fd08d62019-10-22 14:25:33 -0500100
Patrick Williams26919f02022-12-08 06:12:43 -0600101 "SRC": {
Matt Spinler3fd08d62019-10-22 14:25:33 -0500102 "ReasonCode": "0x1006",
Patrick Williams26919f02022-12-08 06:12:43 -0600103 "Words6To9": {}
Matt Spinler3fd08d62019-10-22 14:25:33 -0500104 },
105
Patrick Williams26919f02022-12-08 06:12:43 -0600106 "Documentation": {
Matt Spinler3fd08d62019-10-22 14:25:33 -0500107 "Description": "The server's CA certificate has not been provided",
108 "Message": "The server's CA certificate has not been provided"
109 }
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600110 },
111
112 {
Matt Spinleraf036b12020-06-25 10:53:52 -0500113 "Name": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure",
Matt Spinlerf24746c2022-01-31 10:40:13 -0600114 "Subsystem": "cec_i2c",
Matt Spinleraf036b12020-06-25 10:53:52 -0500115
Patrick Williams26919f02022-12-08 06:12:43 -0600116 "SRC": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500117 "ReasonCode": "0x1007",
Patrick Williams26919f02022-12-08 06:12:43 -0600118 "Words6To9": {
119 "6": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500120 "Description": "errno of the failure",
121 "AdditionalDataPropSource": "CALLOUT_ERRNO"
122 }
123 }
124 },
125
Patrick Williams26919f02022-12-08 06:12:43 -0600126 "Documentation": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500127 "Description": "Sensor device read failure",
128 "Message": "There was a failure when reading a sensor device",
129 "Notes": [
130 "The severity is set by the creator.",
131 "The action flags are set automatically by the code.",
132 "Callouts added based on CALLOUT_DEVICE_PATH."
133 ]
Matt Spinler288f4322023-01-05 12:54:22 -0600134 },
135
136 "JournalCapture": {
137 "NumLines": 30
Matt Spinleraf036b12020-06-25 10:53:52 -0500138 }
139 },
140
141 {
142 "Name": "xyz.openbmc_project.Common.Device.Error.ReadFailure",
Matt Spinlerf24746c2022-01-31 10:40:13 -0600143 "Subsystem": "cec_i2c",
Matt Spinleraf036b12020-06-25 10:53:52 -0500144
Patrick Williams26919f02022-12-08 06:12:43 -0600145 "SRC": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500146 "ReasonCode": "0x1008",
Patrick Williams26919f02022-12-08 06:12:43 -0600147 "Words6To9": {
148 "6": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500149 "Description": "errno of the failure",
150 "AdditionalDataPropSource": "CALLOUT_ERRNO"
151 }
152 }
153 },
154
Patrick Williams26919f02022-12-08 06:12:43 -0600155 "Documentation": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500156 "Description": "Device read failure",
157 "Message": "There was a failure when reading a hardware device",
158 "Notes": [
159 "The severity is set by the creator.",
160 "The action flags are set automatically by the code.",
161 "Callouts added based on CALLOUT_DEVICE_PATH."
162 ]
Matt Spinler288f4322023-01-05 12:54:22 -0600163 },
164
165 "JournalCapture": {
166 "NumLines": 30
Matt Spinleraf036b12020-06-25 10:53:52 -0500167 }
168 },
169
170 {
171 "Name": "xyz.openbmc_project.Control.Device.Error.WriteFailure",
Matt Spinlerf24746c2022-01-31 10:40:13 -0600172 "Subsystem": "cec_i2c",
Matt Spinleraf036b12020-06-25 10:53:52 -0500173
Patrick Williams26919f02022-12-08 06:12:43 -0600174 "SRC": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500175 "ReasonCode": "0x1009",
Patrick Williams26919f02022-12-08 06:12:43 -0600176 "Words6To9": {
177 "6": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500178 "Description": "errno of the failure",
179 "AdditionalDataPropSource": "CALLOUT_ERRNO"
180 }
181 }
182 },
183
Patrick Williams26919f02022-12-08 06:12:43 -0600184 "Documentation": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500185 "Description": "Device write failure",
186 "Message": "There was a failure when writing to a hardware device",
187 "Notes": [
188 "The severity is set by the creator.",
189 "The action flags are set automatically by the code.",
190 "Callouts added based on CALLOUT_DEVICE_PATH"
191 ]
Matt Spinler288f4322023-01-05 12:54:22 -0600192 },
193
194 "JournalCapture": {
195 "NumLines": 30
Matt Spinleraf036b12020-06-25 10:53:52 -0500196 }
197 },
198
199 {
200 "Name": "xyz.openbmc_project.Common.Device.Error.WriteFailure",
Matt Spinlerf24746c2022-01-31 10:40:13 -0600201 "Subsystem": "cec_i2c",
Matt Spinleraf036b12020-06-25 10:53:52 -0500202
Patrick Williams26919f02022-12-08 06:12:43 -0600203 "SRC": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500204 "ReasonCode": "0x100A",
Patrick Williams26919f02022-12-08 06:12:43 -0600205 "Words6To9": {
206 "6": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500207 "Description": "errno of the failure",
208 "AdditionalDataPropSource": "CALLOUT_ERRNO"
209 }
210 }
211 },
212
Patrick Williams26919f02022-12-08 06:12:43 -0600213 "Documentation": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500214 "Description": "Device write failure",
215 "Message": "There was a failure when writing to a hardware device",
216 "Notes": [
217 "The severity is set by the creator.",
218 "The action flags are set automatically by the code.",
219 "Callouts added based on CALLOUT_DEVICE_PATH"
220 ]
Matt Spinler288f4322023-01-05 12:54:22 -0600221 },
222
223 "JournalCapture": {
224 "NumLines": 30
Matt Spinleraf036b12020-06-25 10:53:52 -0500225 }
226 },
Jayanth Othayothbd0a7522021-05-03 02:05:36 -0500227
Matt Spinleraf036b12020-06-25 10:53:52 -0500228 {
Chirag Sharma11cf0322022-04-20 08:48:52 -0500229 "Name": "xyz.openbmc_project.Common.File.Error.Write",
230 "Subsystem": "bmc_firmware",
231 "ComponentID": "0x1000",
Patrick Williams26919f02022-12-08 06:12:43 -0600232 "SRC": {
Chirag Sharma11cf0322022-04-20 08:48:52 -0500233 "ReasonCode": "0x100B",
Patrick Williams26919f02022-12-08 06:12:43 -0600234 "Words6To9": {}
Chirag Sharma11cf0322022-04-20 08:48:52 -0500235 },
236
237 "Callouts": [
238 {
239 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -0600240 { "Priority": "high", "Procedure": "BMC0001" }
Chirag Sharma11cf0322022-04-20 08:48:52 -0500241 ]
242 }
243 ],
244
Patrick Williams26919f02022-12-08 06:12:43 -0600245 "Documentation": {
Chirag Sharma11cf0322022-04-20 08:48:52 -0500246 "Description": "Failed to write to a file",
247 "Message": "Failed to write to a file",
248 "Notes": [
249 "The severity is set by the creator.",
250 "The journal should contain more information"
251 ]
252 }
253 },
254
255 {
Jayanth Othayoth15006772023-03-29 03:34:40 -0500256 "Name": "xyz.openbmc_project.Certs.Error.InvalidCertificate",
257 "Subsystem": "user_error",
258 "Severity": "predictive",
259
260 "SRC": {
261 "ReasonCode": "0x100C",
262 "Words6To9": {}
263 },
264
265 "Callouts": [
266 {
267 "CalloutList": [
268 {
269 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -0600270 "Procedure": "BMC0002"
Jayanth Othayoth15006772023-03-29 03:34:40 -0500271 }
272 ]
273 }
274 ],
275
276 "Documentation": {
277 "Description": "Certificate verification failed",
278 "Message": "Certificate verification failed"
279 }
280 },
281
282 {
Matt Spinlerf1666612024-01-19 10:57:35 -0600283 "Name": "xyz.openbmc_project.Common.File.Error.Open",
284 "Subsystem": "bmc_firmware",
285 "ComponentID": "0x1000",
286 "SRC": {
287 "ReasonCode": "0x100D",
288 "Words6To9": {}
289 },
290
291 "Callouts": [
292 {
293 "CalloutList": [
Matt Spinler207aa8b2024-01-23 12:33:48 -0600294 { "Priority": "high", "Procedure": "BMC0001" }
Matt Spinlerf1666612024-01-19 10:57:35 -0600295 ]
296 }
297 ],
298
299 "Documentation": {
300 "Description": "Failed to open a file",
301 "Message": "Failed to open a file",
302 "Notes": ["The file name is in a UserData section."]
303 }
304 },
305
306 {
307 "Name": "xyz.openbmc_project.Common.File.Error.Read",
308 "Subsystem": "bmc_firmware",
309 "ComponentID": "0x1000",
310 "SRC": {
311 "ReasonCode": "0x100E",
312 "Words6To9": {}
313 },
314
315 "Callouts": [
316 {
317 "CalloutList": [
Matt Spinler207aa8b2024-01-23 12:33:48 -0600318 { "Priority": "high", "Procedure": "BMC0001" }
Matt Spinlerf1666612024-01-19 10:57:35 -0600319 ]
320 }
321 ],
322
323 "Documentation": {
324 "Description": "Failed to read a file",
325 "Message": "Failed to read a file",
326 "Notes": ["The file name is in a UserData section."]
327 }
328 },
329
330 {
331 "Name": "xyz.openbmc_project.Common.File.Error.Seek",
332 "Subsystem": "bmc_firmware",
333 "ComponentID": "0x1000",
334 "SRC": {
335 "ReasonCode": "0x100F",
336 "Words6To9": {}
337 },
338
339 "Callouts": [
340 {
341 "CalloutList": [
Matt Spinler207aa8b2024-01-23 12:33:48 -0600342 { "Priority": "high", "Procedure": "BMC0001" }
Matt Spinlerf1666612024-01-19 10:57:35 -0600343 ]
344 }
345 ],
346
347 "Documentation": {
348 "Description": "Failed to seek in a file",
349 "Message": "Failed to seek in a file",
350 "Notes": ["The file name is in a UserData section."]
351 }
352 },
353
354 {
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600355 "Name": "org.open_power.Logging.Error.SentBadPELToHost",
356 "Subsystem": "bmc_firmware",
357 "Severity": "non_error",
358
Patrick Williams26919f02022-12-08 06:12:43 -0600359 "SRC": {
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600360 "ReasonCode": "0x2001",
Patrick Williams26919f02022-12-08 06:12:43 -0600361 "Words6To9": {
362 "6": {
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600363 "Description": "The bad PEL ID",
364 "AdditionalDataPropSource": "BAD_ID"
365 }
366 }
367 },
368
Patrick Williams26919f02022-12-08 06:12:43 -0600369 "Documentation": {
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600370 "Description": "The BMC sent the host a malformed PEL",
371 "Message": "The BMC sent the host a malformed PEL",
Patrick Williams26919f02022-12-08 06:12:43 -0600372 "Notes": ["The host firmware rejected that PEL."]
Matt Spinler288f4322023-01-05 12:54:22 -0600373 },
374
375 "JournalCapture": {
376 "Sections": [
377 {
378 "SyslogID": "phosphor-log-manager",
379 "NumLines": 20
380 },
381 {
382 "SyslogID": "systemd",
383 "NumLines": 30
384 }
385 ]
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600386 }
Matt Spinlere95fd012020-01-07 12:53:16 -0600387 },
388
389 {
390 "Name": "org.open_power.Logging.Error.BadHostPEL",
391 "Subsystem": "platform_firmware",
392 "Severity": "unrecoverable",
393
Patrick Williams26919f02022-12-08 06:12:43 -0600394 "SRC": {
Matt Spinlere95fd012020-01-07 12:53:16 -0600395 "ReasonCode": "0x2002",
Patrick Williams26919f02022-12-08 06:12:43 -0600396 "Words6To9": {
397 "6": {
Matt Spinlere95fd012020-01-07 12:53:16 -0600398 "Description": "The PLID of the invalid PEL",
399 "AdditionalDataPropSource": "PLID"
400 },
Patrick Williams26919f02022-12-08 06:12:43 -0600401 "7": {
Matt Spinlere95fd012020-01-07 12:53:16 -0600402 "Description": "The corresponding OpenBMC event log ID",
403 "AdditionalDataPropSource": "OBMC_LOG_ID"
404 },
Patrick Williams26919f02022-12-08 06:12:43 -0600405 "8": {
Matt Spinlere95fd012020-01-07 12:53:16 -0600406 "Description": "The size of the invalid PEL",
407 "AdditionalDataPropSource": "PEL_SIZE"
408 }
409 }
410 },
411
Matt Spinler834f3ed2022-01-26 16:18:02 -0600412 "Callouts": [
413 {
414 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -0600415 { "Priority": "high", "Procedure": "BMC0001" }
Matt Spinler834f3ed2022-01-26 16:18:02 -0600416 ]
417 }
418 ],
419
Patrick Williams26919f02022-12-08 06:12:43 -0600420 "Documentation": {
Matt Spinlere95fd012020-01-07 12:53:16 -0600421 "Description": "The host sent the BMC an invalid PEL",
422 "Message": "The host sent the BMC an invalid PEL",
Patrick Williams26919f02022-12-08 06:12:43 -0600423 "Notes": []
Matt Spinler288f4322023-01-05 12:54:22 -0600424 },
425
426 "JournalCapture": {
427 "Sections": [
428 {
429 "SyslogID": "phosphor-log-manager",
430 "NumLines": 20
431 },
432 {
433 "SyslogID": "systemd",
434 "NumLines": 20
435 },
436 {
437 "SyslogID": "pldmd",
438 "NumLines": 20
439 }
440 ]
Matt Spinlere95fd012020-01-07 12:53:16 -0600441 }
Marri Devender Raoead1be22020-03-28 05:50:59 -0500442 },
443
444 {
Matt Spinler3477ce92020-07-08 14:49:25 -0500445 "Name": "org.open_power.Logging.Error.TestError1",
446 "Subsystem": "platform_firmware",
447 "Severity": "unrecoverable",
448
Patrick Williams26919f02022-12-08 06:12:43 -0600449 "SRC": {
Matt Spinler3477ce92020-07-08 14:49:25 -0500450 "ReasonCode": "0x2003",
Patrick Williams26919f02022-12-08 06:12:43 -0600451 "Words6To9": {}
Matt Spinler3477ce92020-07-08 14:49:25 -0500452 },
453
454 "Callouts": [
455 {
456 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -0600457 { "Priority": "high", "Procedure": "BMC0001" },
Patrick Williams26919f02022-12-08 06:12:43 -0600458 { "Priority": "medium", "SymbolicFRU": "service_docs" }
Matt Spinler3477ce92020-07-08 14:49:25 -0500459 ]
460 }
461 ],
462
Patrick Williams26919f02022-12-08 06:12:43 -0600463 "Documentation": {
Matt Spinler3477ce92020-07-08 14:49:25 -0500464 "Description": "An error for testing",
465 "Message": "This is a test error"
466 }
467 },
468
469 {
Matt Spinler30ddc9f2020-07-16 15:39:59 -0500470 "Name": "xyz.openbmc_project.Logging.Error.Default",
471 "Subsystem": "other_na",
472
Patrick Williams26919f02022-12-08 06:12:43 -0600473 "SRC": {
Matt Spinler30ddc9f2020-07-16 15:39:59 -0500474 "ReasonCode": "0x2004",
Patrick Williams26919f02022-12-08 06:12:43 -0600475 "Words6To9": {}
Matt Spinler30ddc9f2020-07-16 15:39:59 -0500476 },
477
Matt Spinler834f3ed2022-01-26 16:18:02 -0600478 "Callouts": [
479 {
480 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -0600481 { "Priority": "high", "Procedure": "BMC0001" }
Matt Spinler834f3ed2022-01-26 16:18:02 -0600482 ]
483 }
484 ],
485
Patrick Williams26919f02022-12-08 06:12:43 -0600486 "Documentation": {
Matt Spinler30ddc9f2020-07-16 15:39:59 -0500487 "Description": "This entry is used when no other matching entry is found",
488 "Message": "Unknown (Original event not in message registry)",
489 "Notes": [
490 "This is used when the actual error name isn't found in ",
491 "the registry. The original error name will be stored ",
492 "in the UserData section that contains the AdditionalData ",
493 "properties using the key ERROR_NAME.",
494 "This error may contain callouts if the creator passed ",
495 "them in.",
496 "The severity is set by the creator.",
497 "If this error is seen, then a code change needs to be ",
498 "made to add the missing error entry to this registry."
499 ]
Matt Spinler288f4322023-01-05 12:54:22 -0600500 },
501
502 "JournalCapture": {
503 "NumLines": 30
Matt Spinler30ddc9f2020-07-16 15:39:59 -0500504 }
505 },
506
507 {
Matt Spinlerc865ed92022-02-16 14:07:32 -0600508 "Name": "org.open_power.Logging.Error.TestError2",
509 "Subsystem": "bmc_firmware",
510 "Severity": "recovered",
511 "ActionFlags": ["report"],
512
Patrick Williams26919f02022-12-08 06:12:43 -0600513 "SRC": {
Matt Spinlerc865ed92022-02-16 14:07:32 -0600514 "ReasonCode": "0x2005",
Patrick Williams26919f02022-12-08 06:12:43 -0600515 "Words6To9": {}
Matt Spinlerc865ed92022-02-16 14:07:32 -0600516 },
517
518 "Callouts": [
519 {
Patrick Williams26919f02022-12-08 06:12:43 -0600520 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Matt Spinlerc865ed92022-02-16 14:07:32 -0600521 }
522 ],
523
Patrick Williams26919f02022-12-08 06:12:43 -0600524 "Documentation": {
Matt Spinlerc865ed92022-02-16 14:07:32 -0600525 "Description": "An error for testing",
526 "Message": "This is a test recoverable error",
527 "Notes": [
528 "This error is not created by BMC code and is ",
529 "only used for error injection tests."
530 ]
531 }
532 },
533
534 {
Matt Spinler87408a42022-07-29 16:12:07 -0500535 "Name": "org.open_power.Logging.Error.TestError3",
536 "Subsystem": "bmc_firmware",
537 "Severity": "predictive",
538
Patrick Williams26919f02022-12-08 06:12:43 -0600539 "SRC": {
Matt Spinler87408a42022-07-29 16:12:07 -0500540 "ReasonCode": "0x2006",
Patrick Williams26919f02022-12-08 06:12:43 -0600541 "Words6To9": {}
Matt Spinler87408a42022-07-29 16:12:07 -0500542 },
543
Patrick Williams26919f02022-12-08 06:12:43 -0600544 "Documentation": {
Matt Spinler87408a42022-07-29 16:12:07 -0500545 "Description": "This is an error used for testing only",
546 "Message": "This is a test predictive error",
547 "Notes": [
548 "This error is not created by BMC code and is ",
549 "only used for error injection tests."
550 ]
551 }
552 },
553
554 {
Matt Spinler8910bb72024-01-04 10:41:25 -0600555 "Name": "xyz.openbmc_project.Logging.Error.LogsCleared",
556 "Subsystem": "bmc_firmware",
557 "Severity": "non_error",
558
559 "SRC": {
560 "ReasonCode": "0x2007",
561 "Words6To9": {
562 "6": {
563 "Description": "Number of logs deleted",
564 "AdditionalDataPropSource": "NUM_LOGS"
565 }
566 }
567 },
568
569 "Documentation": {
570 "Description": "All event logs were deleted",
571 "Message": "All event logs were deleted",
572 "Notes": [
573 "This is an informational error noting that ",
574 "someone deleted all of the event logs."
575 ]
576 },
577
578 "JournalCapture": {
579 "Sections": [
580 {
581 "SyslogID": "systemd",
582 "NumLines": 10
583 }
584 ]
585 }
586 },
587
588 {
Marri Devender Raoead1be22020-03-28 05:50:59 -0500589 "Name": "org.open_power.PHAL.Error.Boot",
590 "Subsystem": "cec_hardware",
Ramesh Iyyar41e79dc2020-12-22 06:27:48 -0600591 "ComponentID": "0x3000",
Marri Devender Raoead1be22020-03-28 05:50:59 -0500592
Patrick Williams26919f02022-12-08 06:12:43 -0600593 "SRC": {
Ramesh Iyyar41e79dc2020-12-22 06:27:48 -0600594 "ReasonCode": "0x3001",
Patrick Williams26919f02022-12-08 06:12:43 -0600595 "Words6To9": {}
Marri Devender Raoead1be22020-03-28 05:50:59 -0500596 },
597
Patrick Williams26919f02022-12-08 06:12:43 -0600598 "Documentation": {
Michael Lim12429892022-03-10 16:11:25 -0600599 "Description": "Failure occurred during boot process",
600 "Message": "Failure occurred during boot process",
Marri Devender Raoead1be22020-03-28 05:50:59 -0500601 "Notes": [
602 "Debug traces will be captured in AdditionalData section"
603 ]
604 }
Ben Tyner34836322020-04-15 17:01:48 -0500605 },
606
607 {
Ramesh Iyyar78be2a22020-12-22 06:22:55 -0600608 "Name": "org.open_power.PHAL.Error.PrePowerOff",
609 "Subsystem": "cec_hardware",
610 "ComponentID": "0x3000",
611
Patrick Williams26919f02022-12-08 06:12:43 -0600612 "SRC": {
Ramesh Iyyar78be2a22020-12-22 06:22:55 -0600613 "ReasonCode": "0x3002",
Patrick Williams26919f02022-12-08 06:12:43 -0600614 "Words6To9": {}
Ramesh Iyyar78be2a22020-12-22 06:22:55 -0600615 },
616
Patrick Williams26919f02022-12-08 06:12:43 -0600617 "Documentation": {
Ramesh Iyyar78be2a22020-12-22 06:22:55 -0600618 "Description": "Failure occurred during PHAL pre-poweroff operations",
619 "Message": "Failure occurred during PHAL pre-poweroff operations",
620 "Notes": [
621 "Severity needs to be set based on needs for this registry.",
622 "FFDC (First Failure Data Collection) will be collected ",
623 "and added into PEL."
624 ]
625 }
626 },
627
628 {
Jayanth Othayothdb00d762021-07-13 02:48:19 -0500629 "Name": "org.open_power.PHAL.Error.devtreeSync",
630 "Subsystem": "cec_hardware",
631 "ComponentID": "0x3000",
632 "Severity": "unrecoverable",
633
Patrick Williams26919f02022-12-08 06:12:43 -0600634 "SRC": {
Jayanth Othayothdb00d762021-07-13 02:48:19 -0500635 "ReasonCode": "0x3003",
Patrick Williams26919f02022-12-08 06:12:43 -0600636 "Words6To9": {}
Jayanth Othayothdb00d762021-07-13 02:48:19 -0500637 },
638
Patrick Williams26919f02022-12-08 06:12:43 -0600639 "Documentation": {
Jayanth Othayothdb00d762021-07-13 02:48:19 -0500640 "Description": "Failure occurred during PHAL devtree sync ",
641 "Message": "Failure occurred during PHAL devtree sync",
Patrick Williams26919f02022-12-08 06:12:43 -0600642 "Notes": ["The journal should contain more information"]
Jayanth Othayothdb00d762021-07-13 02:48:19 -0500643 }
644 },
645
646 {
Jayanth Othayothf3e619a2021-07-13 03:58:06 -0500647 "Name": "org.open_power.PHAL.Error.devtreeBackup",
648 "Subsystem": "cec_hardware",
649 "ComponentID": "0x3000",
650 "Severity": "unrecoverable",
651
Patrick Williams26919f02022-12-08 06:12:43 -0600652 "SRC": {
Jayanth Othayothf3e619a2021-07-13 03:58:06 -0500653 "ReasonCode": "0x3004",
Patrick Williams26919f02022-12-08 06:12:43 -0600654 "Words6To9": {}
Jayanth Othayothf3e619a2021-07-13 03:58:06 -0500655 },
656
Patrick Williams26919f02022-12-08 06:12:43 -0600657 "Documentation": {
Jayanth Othayothf3e619a2021-07-13 03:58:06 -0500658 "Description": "Failure occurred during PHAL devtree backup ",
659 "Message": "Failure occurred during PHAL devtree backup",
Patrick Williams26919f02022-12-08 06:12:43 -0600660 "Notes": ["The journal should contain more information"]
Jayanth Othayothf3e619a2021-07-13 03:58:06 -0500661 }
662 },
663
664 {
Andrew Geisslerd54fd732021-07-20 14:07:12 -0400665 "Name": "org.open_power.PHAL.Error.HostRunning",
NodeMan970f57ddc2022-04-29 23:14:41 +0000666 "Subsystem": "cec_sp_hyp_iface",
Andrew Geisslerd54fd732021-07-20 14:07:12 -0400667 "ComponentID": "0x3000",
668
Patrick Williams26919f02022-12-08 06:12:43 -0600669 "SRC": {
Andrew Geisslerd54fd732021-07-20 14:07:12 -0400670 "ReasonCode": "0x3005",
Patrick Williams26919f02022-12-08 06:12:43 -0600671 "Words6To9": {}
Andrew Geisslerd54fd732021-07-20 14:07:12 -0400672 },
673
Patrick Williams26919f02022-12-08 06:12:43 -0600674 "Documentation": {
Andrew Geisslerd54fd732021-07-20 14:07:12 -0400675 "Description": "Host did not respond to BMC after a BMC reset",
676 "Message": "Host did not respond to BMC after a BMC reset but hardware indicates it is running",
677 "Notes": [
678 "System will be left in its current state to ensure host ",
679 "is not unexpectedly taken down. There is most likely an ",
680 "issue in the software or hardware communication path ",
681 "between the BMC and the Host firmware.",
682 "A BMC dump will be collected with relevant FFDC."
683 ]
684 }
685 },
686
687 {
Jayanth Othayoth7d2bea72021-11-29 07:26:34 -0600688 "Name": "org.open_power.PHAL.Error.devtreeReinit",
689 "Subsystem": "cec_hardware",
690 "ComponentID": "0x3000",
691 "Severity": "unrecoverable",
692
Patrick Williams26919f02022-12-08 06:12:43 -0600693 "SRC": {
Jayanth Othayoth7d2bea72021-11-29 07:26:34 -0600694 "ReasonCode": "0x3006",
Patrick Williams26919f02022-12-08 06:12:43 -0600695 "Words6To9": {}
Jayanth Othayoth7d2bea72021-11-29 07:26:34 -0600696 },
697
Patrick Williams26919f02022-12-08 06:12:43 -0600698 "Documentation": {
Jayanth Othayoth7d2bea72021-11-29 07:26:34 -0600699 "Description": "Failure re-initializing BMC to Host data structure",
700 "Message": "Failure occurred during re-initializing BMC to Host data structure",
Patrick Williams26919f02022-12-08 06:12:43 -0600701 "Notes": ["The journal should contain more information"]
Jayanth Othayoth7d2bea72021-11-29 07:26:34 -0600702 }
703 },
704
705 {
Jayanth Othayothe52dd952022-03-09 02:11:41 -0600706 "Name": "org.open_power.PHAL.Error.NonFunctionalBootProc",
707 "Subsystem": "cec_hardware",
708 "ComponentID": "0x3000",
709 "Severity": "unrecoverable",
710
Patrick Williams26919f02022-12-08 06:12:43 -0600711 "SRC": {
Jayanth Othayothe52dd952022-03-09 02:11:41 -0600712 "ReasonCode": "0x3007",
Patrick Williams26919f02022-12-08 06:12:43 -0600713 "Words6To9": {}
Jayanth Othayothe52dd952022-03-09 02:11:41 -0600714 },
715
Patrick Williams26919f02022-12-08 06:12:43 -0600716 "Documentation": {
Jayanth Othayothe52dd952022-03-09 02:11:41 -0600717 "Description": "Non functional boot processor",
718 "Message": "Non functional boot processor",
719 "Notes": [
720 "BMC firmware couldn't find functional primary processor",
721 "required to boot the host",
722 "Debug traces will be captured in AdditionalData section"
723 ]
724 }
725 },
726
727 {
Marri Devender Rao116428e2022-06-09 07:33:38 -0500728 "Name": "org.open_power.PHAL.Error.MPReboot",
729 "Subsystem": "cec_hardware",
730 "ComponentID": "0x3000",
731 "Severity": "unrecoverable",
732
Patrick Williams26919f02022-12-08 06:12:43 -0600733 "SRC": {
Marri Devender Rao116428e2022-06-09 07:33:38 -0500734 "ReasonCode": "0x3008",
Patrick Williams26919f02022-12-08 06:12:43 -0600735 "Words6To9": {}
Marri Devender Rao116428e2022-06-09 07:33:38 -0500736 },
737
738 "Callouts": [
739 {
Patrick Williams26919f02022-12-08 06:12:43 -0600740 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -0600741 { "Priority": "high", "Procedure": "BMC0001" }
Marri Devender Rao116428e2022-06-09 07:33:38 -0500742 ]
743 }
744 ],
745
Patrick Williams26919f02022-12-08 06:12:43 -0600746 "Documentation": {
Marri Devender Rao116428e2022-06-09 07:33:38 -0500747 "Description": "Error during memory preserving reboot",
748 "Message": "Error during memory preserving reboot",
749 "Notes": [
750 "Software error occured during memory preserving reboot"
751 ]
752 }
Patrick Williams26919f02022-12-08 06:12:43 -0600753 },
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500754 {
755 "Name": "org.open_power.PHAL.Error.SpareClock",
756 "Subsystem": "cec_hardware",
757 "ComponentID": "0x3000",
758 "Severity": "non_error",
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500759
Patrick Williams26919f02022-12-08 06:12:43 -0600760 "SRC": {
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500761 "ReasonCode": "0x3009",
Patrick Williams26919f02022-12-08 06:12:43 -0600762 "Words6To9": {}
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500763 },
764
Jayanth Othayothb0820142022-10-27 02:16:48 -0500765 "Callouts": [
766 {
Arya K Padmanba1d4812024-03-29 03:53:37 -0500767 "System": "com.ibm.Hardware.Chassis.Model.Rainier",
Jayanth Othayothb0820142022-10-27 02:16:48 -0500768 "CalloutList": [
769 {
770 "Priority": "high",
771 "LocCode": "P0"
772 },
773 {
774 "Priority": "low",
775 "LocCode": "P0-C15"
776 }
777 ]
778 },
779 {
Arya K Padmanba1d4812024-03-29 03:53:37 -0500780 "System": "com.ibm.Hardware.Chassis.Model.Everest",
Jayanth Othayothb0820142022-10-27 02:16:48 -0500781 "CalloutList": [
782 {
783 "Priority": "high",
784 "LocCode": "P0"
785 },
786 {
787 "Priority": "low",
788 "LocCode": "P0-C61"
789 }
790 ]
791 }
792 ],
793
Patrick Williams26919f02022-12-08 06:12:43 -0600794 "Documentation": {
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500795 "Description": "Error during Spare clock initialisation",
796 "Message": "Error during Spare clock initialisation",
797 "Notes": [
Jayanth Othayothb0820142022-10-27 02:16:48 -0500798 "The clock symbolic FRU in the CalloutList provides the",
799 "reference to clock unit."
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500800 ]
801 }
Marri Devender Rao116428e2022-06-09 07:33:38 -0500802 },
803
804 {
Jayanth Othayoth21c1a5a2022-09-07 01:24:05 -0500805 "Name": "org.open_power.PHAL.Info.ClockDailyLog",
806 "Subsystem": "cec_clocks",
807 "ComponentID": "0x3000",
808 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -0600809 "ActionFlags": ["report", "call_home"],
Jayanth Othayoth21c1a5a2022-09-07 01:24:05 -0500810
Patrick Williams26919f02022-12-08 06:12:43 -0600811 "SRC": {
Jayanth Othayoth21c1a5a2022-09-07 01:24:05 -0500812 "ReasonCode": "0x300A",
Patrick Williams26919f02022-12-08 06:12:43 -0600813 "Words6To9": {}
Jayanth Othayoth21c1a5a2022-09-07 01:24:05 -0500814 },
815
Patrick Williams26919f02022-12-08 06:12:43 -0600816 "Documentation": {
Jayanth Othayoth21c1a5a2022-09-07 01:24:05 -0500817 "Description": "Informational error to house clock debug info",
818 "Message": "Informational error to house clock debug info",
819 "Notes": [
820 "User data includes processor and clock register state information."
821 ]
822 }
823 },
824
825 {
deepakala-kb1b342a2022-10-05 11:17:16 -0500826 "Name": "org.open_power.PHAL.Error.GuardPartitionAccess",
827 "Subsystem": "bmc_firmware",
828 "ComponentID": "0x3000",
829 "Severity": "predictive",
830
Patrick Williams26919f02022-12-08 06:12:43 -0600831 "SRC": {
deepakala-kb1b342a2022-10-05 11:17:16 -0500832 "ReasonCode": "0x300B",
Patrick Williams26919f02022-12-08 06:12:43 -0600833 "Words6To9": {}
deepakala-kb1b342a2022-10-05 11:17:16 -0500834 },
835
836 "Callouts": [
837 {
838 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -0600839 { "Priority": "high", "Procedure": "BMC0001" }
deepakala-kb1b342a2022-10-05 11:17:16 -0500840 ]
841 }
842 ],
843
Patrick Williams26919f02022-12-08 06:12:43 -0600844 "Documentation": {
deepakala-kb1b342a2022-10-05 11:17:16 -0500845 "Description": "Guard partition access failure",
846 "Message": "Guard partition access failure",
847 "Notes": [
848 "User data and journal should contain more information"
849 ]
850 }
851 },
852
853 {
Matt Spinler06634e82023-05-25 11:36:43 -0500854 "Name": "org.open_power.Proc.FSI.Error.MasterDetectionFailure",
855 "Subsystem": "cec_chip_iface",
856 "ComponentID": "0x3000",
857 "Severity": "unrecoverable",
858
859 "SRC": {
860 "ReasonCode": "0x300C",
861 "Words6To9": {}
862 },
863
864 "Documentation": {
865 "Description": "There was a failure while initializing the FSI links",
866 "Message": "There was a failure while initializing the FSI links",
867 "Notes": [
868 "The FSI device driver had a problem doing a scan.",
869 "The callouts are done based on the passed in FSI device path."
870 ]
871 },
872
873 "JournalCapture": {
874 "NumLines": 75
875 }
876 },
877
878 {
Matt Spinler70f561a2024-01-04 15:33:17 -0600879 "Name": "org.open_power.OCC.Firmware.Error.PresenceMismatch",
Eddie James62464b12022-05-25 15:47:15 -0500880 "Subsystem": "bmc_firmware",
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500881 "ComponentID": "0x2600",
Eddie James62464b12022-05-25 15:47:15 -0500882 "Severity": "predictive",
883
Patrick Williams26919f02022-12-08 06:12:43 -0600884 "SRC": {
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500885 "ReasonCode": "0x2681",
Patrick Williams26919f02022-12-08 06:12:43 -0600886 "Words6To9": {}
Eddie James62464b12022-05-25 15:47:15 -0500887 },
888
889 "Callouts": [
890 {
891 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -0600892 { "Priority": "medium", "Procedure": "BMC0001" }
Eddie James62464b12022-05-25 15:47:15 -0500893 ]
894 }
895 ],
896
Patrick Williams26919f02022-12-08 06:12:43 -0600897 "Documentation": {
Eddie James62464b12022-05-25 15:47:15 -0500898 "Description": "OCC presence mismatch",
899 "Message": "BMC firmware detected incorrect number of OCCs",
900 "Notes": [
901 "The number of OCCs detected by the BMC does not match the number of OCCs detected by the OCC.",
902 "The BMC requests that the OCC reset."
903 ]
904 }
905 },
906
907 {
Matt Spinler70f561a2024-01-04 15:33:17 -0600908 "Name": "org.open_power.OCC.Device.Error.SafeState",
Eddie James62464b12022-05-25 15:47:15 -0500909 "Subsystem": "processor_chip",
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500910 "ComponentID": "0x2600",
Eddie James62464b12022-05-25 15:47:15 -0500911 "Severity": "non_error",
912
Patrick Williams26919f02022-12-08 06:12:43 -0600913 "SRC": {
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500914 "ReasonCode": "0x2682",
Patrick Williams26919f02022-12-08 06:12:43 -0600915 "Words6To9": {}
Eddie James62464b12022-05-25 15:47:15 -0500916 },
917
Patrick Williams26919f02022-12-08 06:12:43 -0600918 "Documentation": {
Eddie James62464b12022-05-25 15:47:15 -0500919 "Description": "OCC safe state",
920 "Message": "OCC in safe state while active for one minute",
921 "Notes": [
922 "The BMC detected that the OCC was in safe state for one minute while active.",
923 "The BMC requests that the OCC reset."
924 ]
925 }
926 },
927
928 {
Matt Spinler70f561a2024-01-04 15:33:17 -0600929 "Name": "org.open_power.OCC.Device.Error.ReadFailure",
Eddie James62464b12022-05-25 15:47:15 -0500930 "Subsystem": "cec_chip_iface",
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500931 "ComponentID": "0x2600",
Eddie James62464b12022-05-25 15:47:15 -0500932 "Severity": "predictive",
933
Patrick Williams26919f02022-12-08 06:12:43 -0600934 "SRC": {
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500935 "ReasonCode": "0x2683",
Patrick Williams26919f02022-12-08 06:12:43 -0600936 "Words6To9": {}
Eddie James62464b12022-05-25 15:47:15 -0500937 },
938
Patrick Williams26919f02022-12-08 06:12:43 -0600939 "Documentation": {
Eddie James62464b12022-05-25 15:47:15 -0500940 "Description": "OCC communication failure",
941 "Message": "BMC failed to communicate with the OCC",
942 "Notes": [
943 "The BMC failed to communicate with the OCC and retried three times.",
944 "The BMC requests that the OCC reset."
945 ]
946 }
947 },
948
949 {
Matt Spinler70f561a2024-01-04 15:33:17 -0600950 "Name": "org.open_power.OCC.Device.Error.OpenFailure",
951 "Subsystem": "cec_chip_iface",
952 "ComponentID": "0x2600",
953 "Severity": "predictive",
954
955 "SRC": {
956 "ReasonCode": "0x2684",
957 "Words6To9": {}
958 },
959
960 "Documentation": {
961 "Description": "OCC communication failure",
962 "Message": "BMC failed to communicate with the OCC",
963 "Notes": [
964 "There was a failure trying to open an OCC device driver file"
965 ]
966 }
967 },
968
969 {
Chris Cainfff77e22024-04-22 12:25:23 -0500970 "Name": "org.open_power.OCC.Firmware.Error.MissingOCCSensors",
971 "Subsystem": "bmc_firmware",
972 "ComponentID": "0x2600",
973
974 "SRC": {
975 "ReasonCode": "0x2685",
976 "Words6To9": {}
977 },
978
979 "Callouts": [
980 {
981 "CalloutList": [
982 { "Priority": "medium", "Procedure": "BMC0001" }
983 ]
984 }
985 ],
986
987 "Documentation": {
988 "Description": "OCC PDR records not found",
989 "Message": "BMC firmware was not able to find the OCC sensor ID records",
990 "Notes": [
991 "The OCC sensor ID records for the OCCs were not found which will prevent the BMC from ",
992 "communicating with the OCCs. Firmware will continue to try searching for the records."
993 ]
994 },
995 "JournalCapture": {
996 "NumLines": 40
997 }
998 },
999
1000 {
Ramesh Iyyarb3d45ed2021-12-07 09:18:19 -06001001 "Name": "org.open_power.HardwareIsolation.Error",
1002 "Subsystem": "cec_hardware",
1003 "ComponentID": "0x3100",
1004
Patrick Williams26919f02022-12-08 06:12:43 -06001005 "SRC": {
Ramesh Iyyarb3d45ed2021-12-07 09:18:19 -06001006 "ReasonCode": "0x3101",
Patrick Williams26919f02022-12-08 06:12:43 -06001007 "Words6To9": {}
Ramesh Iyyarb3d45ed2021-12-07 09:18:19 -06001008 },
1009
Patrick Williams26919f02022-12-08 06:12:43 -06001010 "Documentation": {
Michael Lim12429892022-03-10 16:11:25 -06001011 "Description": "Failure occurred during hardware isolation operations",
1012 "Message": "Failure occurred during hardware isolation operations",
Ramesh Iyyarb3d45ed2021-12-07 09:18:19 -06001013 "Notes": [
1014 "Severity needs to be set based on needs for this registry.",
1015 "Debug traces will be captured in AdditionalData section"
1016 ]
1017 }
1018 },
1019
1020 {
Marri Devender Rao109fc142023-09-14 12:34:40 +05301021 "Name": "org.open_power.Faultlog.PoweronTime.ReadFail",
1022 "Subsystem": "bmc_firmware",
1023 "ComponentID": "0xF100",
1024
1025 "SRC": {
1026 "ReasonCode": "0xF101",
1027 "Words6To9": {}
1028 },
1029
1030 "Documentation": {
1031 "Description": "Failure to read chassis poweron time from persistent file",
1032 "Message": "Failure to read chassis poweron time from persistent file",
1033 "Notes": [
1034 "Severity needs to be set based on needs for this registry.",
1035 "Debug traces will be captured in AdditionalData section"
1036 ]
1037 }
1038 },
1039
1040 {
1041 "Name": "org.open_power.Faultlog.PoweronTime.WriteFail",
1042 "Subsystem": "bmc_firmware",
1043 "ComponentID": "0xF100",
1044
1045 "SRC": {
1046 "ReasonCode": "0xF102",
1047 "Words6To9": {}
1048 },
1049
1050 "Documentation": {
1051 "Description": "Failure to write chassis poweron time to persistent file",
1052 "Message": "Failure to write chassis poweron time to persistent file",
1053 "Notes": [
1054 "Severity needs to be set based on needs for this registry.",
1055 "Debug traces will be captured in AdditionalData section"
1056 ]
1057 }
1058 },
1059
1060 {
Marri Devender Rao385446b2023-04-14 00:16:35 -05001061 "Name": "org.open_power.Faultlog.Error.DeconfiguredHW",
1062 "Subsystem": "cec_hardware",
1063 "Severity": "predictive",
Matt Spinlera6c4ba72023-05-24 13:11:49 -05001064 "ComponentID": "0xF100",
Marri Devender Rao385446b2023-04-14 00:16:35 -05001065 "SRC": {
Matt Spinlera6c4ba72023-05-24 13:11:49 -05001066 "ReasonCode": "0xF138",
Marri Devender Rao385446b2023-04-14 00:16:35 -05001067 "Words6To9": {
1068 "6": {
Marri Devender Raof0200b52023-06-14 12:46:05 +05301069 "Description": "Number of system guard records if any",
1070 "AdditionalDataPropSource": "GUARD_RECORD_COUNT"
Marri Devender Rao385446b2023-04-14 00:16:35 -05001071 },
1072 "8": {
Marri Devender Raof0200b52023-06-14 12:46:05 +05301073 "Description": "Number of PEL's having deconfig bit set",
1074 "AdditionalDataPropSource": "PEL_WITH_DECONFIG_BIT_COUNT"
Marri Devender Rao385446b2023-04-14 00:16:35 -05001075 }
1076 }
1077 },
1078 "Callouts": [
1079 {
1080 "CalloutList": [
1081 {
1082 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06001083 "Procedure": "BMC0008"
Marri Devender Rao385446b2023-04-14 00:16:35 -05001084 }
1085 ]
1086 }
1087 ],
1088 "Documentation": {
1089 "Description": "Firmware detected either a FRU deconfigured And/Or guard record",
1090 "Message": "Firmware detected either a FRU deconfigured And/Or guard record",
1091 "Notes": [
1092 "Either Guard And/Or Deconfiguration records found during periodic check ",
1093 "as part of the NAG event. Look into the BMC Nag dump for more details. ",
1094 "This is a reminder for servicing faulty hardware pending service present ",
1095 "in the system."
1096 ]
1097 }
1098 },
1099
1100 {
Andrew Geissler8034dde2021-09-10 14:43:03 -05001101 "Name": "xyz.openbmc_project.State.Error.HostNotRunning",
1102 "Subsystem": "cec_sp_hostboot_iface",
1103 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001104 "SRC": {
Andrew Geissler8034dde2021-09-10 14:43:03 -05001105 "ReasonCode": "0x3401",
Patrick Williams26919f02022-12-08 06:12:43 -06001106 "Words6To9": {}
Andrew Geissler8034dde2021-09-10 14:43:03 -05001107 },
Patrick Williams26919f02022-12-08 06:12:43 -06001108 "Documentation": {
Andrew Geissler8034dde2021-09-10 14:43:03 -05001109 "Description": "Host was booting or booted before BMC reset but is now unresponsive",
1110 "Message": "Host did not respond to BMC after a BMC reset but it was booting or booted prior to the BMC reboot",
1111 "Notes": [
1112 "System will follow recovery policy, resulting in this ",
1113 "error and most likely a a reboot of the host. The issue ",
1114 "is most likely the result of the BMC rebooting while the ",
1115 "host was booting and in a state where it still needed ",
1116 "the BMC to complete its boot."
1117 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001118 },
1119
1120 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001121 "NumLines": 100
Andrew Geissler8034dde2021-09-10 14:43:03 -05001122 }
1123 },
1124
1125 {
Andrew Geissler808f6302022-02-24 13:55:18 -06001126 "Name": "xyz.openbmc_project.State.ChassisPowerBad",
1127 "Subsystem": "input_power_source",
1128 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001129 "SRC": {
Andrew Geissler808f6302022-02-24 13:55:18 -06001130 "ReasonCode": "0x3402",
Patrick Williams26919f02022-12-08 06:12:43 -06001131 "Words6To9": {}
Andrew Geissler808f6302022-02-24 13:55:18 -06001132 },
1133 "Callouts": [
1134 {
Patrick Williams26919f02022-12-08 06:12:43 -06001135 "CalloutList": [
1136 {
1137 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06001138 "Procedure": "BMC0002"
Patrick Williams26919f02022-12-08 06:12:43 -06001139 }
1140 ]
Andrew Geissler808f6302022-02-24 13:55:18 -06001141 }
1142 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001143 "Documentation": {
Andrew Geissler808f6302022-02-24 13:55:18 -06001144 "Description": "Chassis input power is in a bad state",
1145 "Message": "Chassis input power is in a bad state, look for other logs with more details",
1146 "Notes": [
1147 "The system is most likely in a limited power situation. ",
1148 "There is enough power for the BMC to operate but not the ",
1149 "CEC hardware. Check for UPS or brownout logs."
1150 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001151 },
1152
1153 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001154 "NumLines": 100
Andrew Geissler808f6302022-02-24 13:55:18 -06001155 }
1156 },
1157
1158 {
Andrew Geissler4c360ec2022-02-24 14:09:37 -06001159 "Name": "xyz.openbmc_project.State.PinholeReset",
1160 "Subsystem": "cec_op_panel",
1161 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001162 "SRC": {
Andrew Geissler4c360ec2022-02-24 14:09:37 -06001163 "ReasonCode": "0x3403",
Patrick Williams26919f02022-12-08 06:12:43 -06001164 "Words6To9": {}
Andrew Geissler4c360ec2022-02-24 14:09:37 -06001165 },
Patrick Williams26919f02022-12-08 06:12:43 -06001166 "Documentation": {
Andrew Geissler4c360ec2022-02-24 14:09:37 -06001167 "Description": "User initiated a pinhole reset via the op-panel",
1168 "Message": "User initiated a pinhole reset via the op-panel",
1169 "Notes": [
1170 "This is a notification log to record the fact that a ",
1171 "pinhole reset was performed on the BMC, resulting in a ",
1172 "hard reset of the BMC."
1173 ]
1174 }
1175 },
1176
1177 {
Andrew Geisslerfbb18242022-02-24 14:30:02 -06001178 "Name": "xyz.openbmc_project.State.Error.CriticalServiceFailure",
1179 "Subsystem": "bmc_firmware",
1180 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001181 "SRC": {
Andrew Geisslerfbb18242022-02-24 14:30:02 -06001182 "ReasonCode": "0x3404",
Patrick Williams26919f02022-12-08 06:12:43 -06001183 "Words6To9": {}
Andrew Geisslerfbb18242022-02-24 14:30:02 -06001184 },
1185 "Callouts": [
1186 {
Patrick Williams26919f02022-12-08 06:12:43 -06001187 "CalloutList": [
1188 {
1189 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06001190 "Procedure": "BMC0002"
Patrick Williams26919f02022-12-08 06:12:43 -06001191 }
1192 ]
Andrew Geisslerfbb18242022-02-24 14:30:02 -06001193 }
1194 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001195 "Documentation": {
Andrew Geisslerfbb18242022-02-24 14:30:02 -06001196 "Description": "A critical BMC application has failed on the system",
1197 "Message": "A critical BMC application has failed on the system, the BMC is in an undefined state",
1198 "Notes": [
1199 "As a part of generating this error log, a BMC dump has ",
1200 "also been generated. Please collect this dump if possible. ",
1201 "The BMC state is undefined but basic services could still ",
1202 "be available. Usually an AC cycle of the entire system is ",
1203 "the best recovery option from this error."
1204 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001205 },
1206
1207 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001208 "NumLines": 100
Andrew Geisslerfbb18242022-02-24 14:30:02 -06001209 }
1210 },
1211
1212 {
Andrew Geisslerf83efe92022-03-10 15:06:17 -06001213 "Name": "xyz.openbmc_project.State.Error.SecurityCheckFail",
1214 "Subsystem": "bmc_firmware",
1215 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001216 "SRC": {
Andrew Geisslerf83efe92022-03-10 15:06:17 -06001217 "ReasonCode": "0x3405",
Patrick Williams26919f02022-12-08 06:12:43 -06001218 "Words6To9": {}
Andrew Geisslerf83efe92022-03-10 15:06:17 -06001219 },
1220 "Callouts": [
1221 {
Patrick Williams26919f02022-12-08 06:12:43 -06001222 "CalloutList": [
1223 {
1224 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06001225 "Procedure": "BMC0002"
Patrick Williams26919f02022-12-08 06:12:43 -06001226 }
1227 ]
Andrew Geisslerf83efe92022-03-10 15:06:17 -06001228 }
1229 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001230 "Documentation": {
Andrew Geisslerf83efe92022-03-10 15:06:17 -06001231 "Description": "A firmware security check has failed",
1232 "Message": "A firmware security check has failed, most likely something is not configured correctly",
1233 "Notes": [
1234 "This log is only generated in the manufacturing ",
1235 "environment and it indicates that something has not ",
1236 "been configured correctly. Use the data in the PEL to ",
1237 "determine what that is."
1238 ]
1239 }
1240 },
1241
1242 {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001243 "Name": "xyz.openbmc_project.State.BMC.Error.MultiUserTargetFailure",
1244 "Subsystem": "bmc_firmware",
1245 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001246 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001247 "ReasonCode": "0x3406",
Patrick Williams26919f02022-12-08 06:12:43 -06001248 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001249 },
1250 "Callouts": [
1251 {
Patrick Williams26919f02022-12-08 06:12:43 -06001252 "CalloutList": [
1253 {
1254 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06001255 "Procedure": "BMC0002"
Patrick Williams26919f02022-12-08 06:12:43 -06001256 }
1257 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001258 }
1259 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001260 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001261 "Description": "The system has failed to reach BMC Ready state",
1262 "Message": "The system has failed to reach BMC Ready state, look for other errors",
1263 "Notes": [
1264 "This log indicates a critical BMC application required ",
1265 "for the BMC to reach Ready state has failed to start ",
1266 "successfully. Look in the log for other errors indicating ",
1267 "what has failed."
1268 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001269 },
1270
1271 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001272 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001273 }
1274 },
1275
1276 {
1277 "Name": "xyz.openbmc_project.State.Chassis.Error.PowerOnFailure",
1278 "Subsystem": "bmc_firmware",
1279 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001280 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001281 "ReasonCode": "0x3407",
Patrick Williams26919f02022-12-08 06:12:43 -06001282 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001283 },
1284 "Callouts": [
1285 {
Patrick Williams26919f02022-12-08 06:12:43 -06001286 "CalloutList": [
1287 {
1288 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06001289 "Procedure": "BMC0002"
Patrick Williams26919f02022-12-08 06:12:43 -06001290 }
1291 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001292 }
1293 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001294 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001295 "Description": "The system has failed to reach chassis power on state",
1296 "Message": "The system has failed to reach chassis power on state, look for other errors",
1297 "Notes": [
1298 "This log indicates a critical BMC application required ",
1299 "for the BMC to power on the chassis has failed to start ",
1300 "successfully. Look in the log for other errors indicating ",
1301 "what has failed."
1302 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001303 },
1304
1305 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001306 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001307 }
1308 },
1309
1310 {
1311 "Name": "xyz.openbmc_project.State.Chassis.Error.PowerOffFailure",
1312 "Subsystem": "bmc_firmware",
1313 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001314 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001315 "ReasonCode": "0x3408",
Patrick Williams26919f02022-12-08 06:12:43 -06001316 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001317 },
1318 "Callouts": [
1319 {
Patrick Williams26919f02022-12-08 06:12:43 -06001320 "CalloutList": [
1321 {
1322 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06001323 "Procedure": "BMC0002"
Patrick Williams26919f02022-12-08 06:12:43 -06001324 }
1325 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001326 }
1327 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001328 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001329 "Description": "The system has failed to reach chassis power off state",
1330 "Message": "The system has failed to reach chassis power off state, look for other errors",
1331 "Notes": [
1332 "This log indicates a critical BMC application required ",
1333 "for the BMC to power off the chassis has failed to start ",
1334 "successfully. Look in the log for other errors indicating ",
1335 "what has failed."
1336 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001337 },
1338
1339 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001340 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001341 }
1342 },
1343
1344 {
1345 "Name": "xyz.openbmc_project.State.Host.Error.HostStartFailure",
1346 "Subsystem": "bmc_firmware",
1347 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001348 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001349 "ReasonCode": "0x3409",
Patrick Williams26919f02022-12-08 06:12:43 -06001350 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001351 },
1352 "Callouts": [
1353 {
Patrick Williams26919f02022-12-08 06:12:43 -06001354 "CalloutList": [
1355 {
1356 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06001357 "Procedure": "BMC0002"
Patrick Williams26919f02022-12-08 06:12:43 -06001358 }
1359 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001360 }
1361 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001362 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001363 "Description": "The system has failed to start the host firmware",
1364 "Message": "The system has failed to start the host firmware, look for other errors",
1365 "Notes": [
1366 "This log indicates a critical BMC application required ",
1367 "for the BMC to start the host has failed to start ",
1368 "successfully. Look in the log for other errors indicating ",
1369 "what has failed."
1370 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001371 },
1372
1373 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001374 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001375 }
1376 },
1377
1378 {
1379 "Name": "xyz.openbmc_project.State.Host.Error.HostStartMinFailure",
1380 "Subsystem": "bmc_firmware",
1381 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001382 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001383 "ReasonCode": "0x3410",
Patrick Williams26919f02022-12-08 06:12:43 -06001384 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001385 },
1386 "Callouts": [
1387 {
Patrick Williams26919f02022-12-08 06:12:43 -06001388 "CalloutList": [
1389 {
1390 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06001391 "Procedure": "BMC0002"
Patrick Williams26919f02022-12-08 06:12:43 -06001392 }
1393 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001394 }
1395 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001396 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001397 "Description": "The system has failed to start the host firmware",
1398 "Message": "The system has failed to start the host firmware, look for other errors",
1399 "Notes": [
1400 "This log indicates a critical BMC application required ",
1401 "for the BMC to start the host has failed to start ",
1402 "successfully. Look in the log for other errors indicating ",
1403 "what has failed."
1404 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001405 },
1406
1407 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001408 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001409 }
1410 },
1411
1412 {
1413 "Name": "xyz.openbmc_project.State.Host.Error.HostShutdownFailure",
1414 "Subsystem": "bmc_firmware",
1415 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001416 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001417 "ReasonCode": "0x3411",
Patrick Williams26919f02022-12-08 06:12:43 -06001418 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001419 },
1420 "Callouts": [
1421 {
Patrick Williams26919f02022-12-08 06:12:43 -06001422 "CalloutList": [
1423 {
1424 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06001425 "Procedure": "BMC0002"
Patrick Williams26919f02022-12-08 06:12:43 -06001426 }
1427 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001428 }
1429 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001430 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001431 "Description": "The system has failed to shutdown the host firmware",
1432 "Message": "The system has failed to shutdown the host firmware, look for other errors",
1433 "Notes": [
1434 "This log indicates a critical BMC application required ",
1435 "to shutdown the host firmware has failed to start ",
1436 "successfully. Look in the log for other errors indicating ",
1437 "what has failed."
1438 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001439 },
1440
1441 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001442 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001443 }
1444 },
1445
1446 {
1447 "Name": "xyz.openbmc_project.State.Host.Error.HostStopFailure",
1448 "Subsystem": "bmc_firmware",
1449 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001450 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001451 "ReasonCode": "0x3412",
Patrick Williams26919f02022-12-08 06:12:43 -06001452 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001453 },
1454 "Callouts": [
1455 {
Patrick Williams26919f02022-12-08 06:12:43 -06001456 "CalloutList": [
1457 {
1458 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06001459 "Procedure": "BMC0002"
Patrick Williams26919f02022-12-08 06:12:43 -06001460 }
1461 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001462 }
1463 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001464 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001465 "Description": "The system has failed to stop the host firmware",
1466 "Message": "The system has failed to stop the host firmware, look for other errors",
1467 "Notes": [
1468 "This log indicates a critical BMC application required ",
1469 "to stop the host firmware has failed to start ",
1470 "successfully. Look in the log for other errors indicating ",
1471 "what has failed."
1472 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001473 },
1474
1475 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001476 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001477 }
1478 },
1479
1480 {
1481 "Name": "xyz.openbmc_project.State.Host.Error.HostRebootFailure",
1482 "Subsystem": "bmc_firmware",
1483 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001484 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001485 "ReasonCode": "0x3413",
Patrick Williams26919f02022-12-08 06:12:43 -06001486 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001487 },
1488 "Callouts": [
1489 {
Patrick Williams26919f02022-12-08 06:12:43 -06001490 "CalloutList": [
1491 {
1492 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06001493 "Procedure": "BMC0002"
Patrick Williams26919f02022-12-08 06:12:43 -06001494 }
1495 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001496 }
1497 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001498 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001499 "Description": "The system has failed to reboot the host firmware",
1500 "Message": "The system has failed to reboot the host firmware, look for other errors",
1501 "Notes": [
1502 "This log indicates a critical BMC application required ",
1503 "to reboot the host firmware has failed to start ",
1504 "successfully. Look in the log for other errors indicating ",
1505 "what has failed."
1506 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001507 },
1508
1509 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001510 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001511 }
1512 },
1513
1514 {
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001515 "Name": "xyz.openbmc_project.State.Error.HostQuiesce",
1516 "Subsystem": "bmc_firmware",
1517 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001518 "SRC": {
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001519 "ReasonCode": "0x3414",
Patrick Williams26919f02022-12-08 06:12:43 -06001520 "Words6To9": {}
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001521 },
1522 "Callouts": [
1523 {
Patrick Williams26919f02022-12-08 06:12:43 -06001524 "CalloutList": [
1525 {
1526 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06001527 "Procedure": "BMC0002"
Patrick Williams26919f02022-12-08 06:12:43 -06001528 }
1529 ]
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001530 }
1531 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001532 "Documentation": {
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001533 "Description": "The host firmware has failed to boot",
1534 "Message": "The host firmware has failed to boot and has entered a Quiesce state. Look for other errors.",
1535 "Notes": [
1536 "This log indicates that the host firmware has failed to ",
1537 "boot and all retries have been exhausted. There should be ",
1538 "other logs with more details on the boot failure reason. "
1539 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001540 },
1541
1542 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001543 "NumLines": 100
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001544 }
1545 },
1546
1547 {
Lakshmi Yadlapati95788fe2023-03-24 14:39:32 -05001548 "Name": "xyz.openbmc_project.State.Error.TpmMeasurementFail",
1549 "Subsystem": "bmc_firmware",
1550 "ComponentID": "0x3400",
1551 "SRC": {
1552 "ReasonCode": "0x3415",
1553 "Words6To9": {}
1554 },
1555 "Callouts": [
1556 {
1557 "CalloutList": [
1558 {
1559 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06001560 "Procedure": "BMC0002"
Lakshmi Yadlapati95788fe2023-03-24 14:39:32 -05001561 }
1562 ]
1563 }
1564 ],
1565 "Documentation": {
1566 "Description": "TPM measurement failed",
1567 "Message": "The system has detected a failure in the TPM measurement.",
1568 "Notes": [
1569 "This error occurs when /sys/class/tpm/tpm0/pcr-sha256/0",
1570 "is missing or has a value of 0, indicating a potential compromise",
1571 "of the system's boot process.",
1572 "Please contact your system administrator or next level support",
1573 "to investigate and resolve the issue."
1574 ]
1575 }
1576 },
1577
1578 {
Andrew Geissler730935f2023-04-26 13:26:16 -06001579 "Name": "xyz.openbmc_project.State.Info.ChassisPowerOnStarted",
1580 "Subsystem": "bmc_firmware",
1581 "ComponentID": "0x3400",
1582 "Severity": "non_error",
1583 "SRC": {
1584 "ReasonCode": "0x3416",
1585 "Words6To9": {}
1586 },
1587 "Documentation": {
1588 "Description": "A power on of the chassis has been started",
1589 "Message": "The chassis is powering on.",
1590 "Notes": [
1591 "This informational error is logged each time the chassis",
1592 "is powered on."
1593 ]
1594 }
1595 },
1596
1597 {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -05001598 "Name": "org.open_power.Processor.Error.SbeChipOpFailure",
1599 "Subsystem": "processor_chip",
1600 "ComponentID": "0x3500",
1601
Patrick Williams26919f02022-12-08 06:12:43 -06001602 "SRC": {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -05001603 "ReasonCode": "0x3500",
Patrick Williams26919f02022-12-08 06:12:43 -06001604 "Words6To9": {
1605 "6": {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -05001606 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
1607 "AdditionalDataPropSource": "SRC6"
1608 }
1609 }
1610 },
1611
Patrick Williams26919f02022-12-08 06:12:43 -06001612 "Documentation": {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -05001613 "Description": "chipop failure with SBE provided FFDC",
1614 "Message": "chipop request failure reported by SBE",
1615 "Notes": [
1616 "The severity is set by the creator.",
1617 "Callouts added based on SBE provided FFDC.",
1618 "SBE provided additional debug data included as part of the",
1619 "additional user data section."
1620 ]
1621 }
1622 },
1623
1624 {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -05001625 "Name": "org.open_power.Processor.Error.SbeChipOpTimeout",
1626 "Subsystem": "processor_chip",
1627 "ComponentID": "0x3500",
1628
Patrick Williams26919f02022-12-08 06:12:43 -06001629 "SRC": {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -05001630 "ReasonCode": "0x3501",
Patrick Williams26919f02022-12-08 06:12:43 -06001631 "Words6To9": {
1632 "6": {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -05001633 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
1634 "AdditionalDataPropSource": "SRC6"
1635 }
1636 }
1637 },
1638
Jayanth Othayothe4acc8d2022-06-02 02:32:08 -05001639 "Callouts": [
1640 {
1641 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06001642 {
1643 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06001644 "Procedure": "BMC0002"
Patrick Williams26919f02022-12-08 06:12:43 -06001645 }
Jayanth Othayothe4acc8d2022-06-02 02:32:08 -05001646 ]
1647 }
1648 ],
1649
Patrick Williams26919f02022-12-08 06:12:43 -06001650 "Documentation": {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -05001651 "Description": "SBE chipop timeout",
1652 "Message": "chipop timeout reported during SBE communication",
1653 "Notes": [
1654 "The severity is set by the creator.",
1655 "Check SBE Dump associated to this error to debug the failure."
1656 ]
1657 }
1658 },
1659
1660 {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001661 "Name": "org.open_power.Processor.Error.SbeChipOpInvalidState",
1662 "Subsystem": "processor_chip",
1663 "ComponentID": "0x3500",
1664
Patrick Williams26919f02022-12-08 06:12:43 -06001665 "SRC": {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001666 "ReasonCode": "0x3502",
Patrick Williams26919f02022-12-08 06:12:43 -06001667 "Words6To9": {
1668 "6": {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001669 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
1670 "AdditionalDataPropSource": "SRC6"
1671 },
Patrick Williams26919f02022-12-08 06:12:43 -06001672 "7": {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001673 "Description": "Value of SBE state",
1674 "AdditionalDataPropSource": "SRC7"
1675 }
1676 }
1677 },
1678
Patrick Williams26919f02022-12-08 06:12:43 -06001679 "Documentation": {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001680 "Description": "The SBE on this processor is not in a state where chipOps can be issued",
1681 "Message": "SBE Chipop is not allowed due to invalid SBE state ",
Patrick Williams26919f02022-12-08 06:12:43 -06001682 "Notes": ["The severity is set by the creator."]
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001683 }
1684 },
1685
1686 {
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001687 "Name": "org.open_power.Processor.Error.SbeBootFailure",
1688 "Subsystem": "processor_chip",
1689 "ComponentID": "0x3500",
Patrick Williams26919f02022-12-08 06:12:43 -06001690 "ActionFlags": ["service_action", "report", "call_home"],
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001691
Patrick Williams26919f02022-12-08 06:12:43 -06001692 "SRC": {
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001693 "ReasonCode": "0x3503",
Patrick Williams26919f02022-12-08 06:12:43 -06001694 "Words6To9": {
1695 "6": {
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001696 "Description": "[0:15] chip position",
1697 "AdditionalDataPropSource": "SRC6"
1698 }
1699 }
1700 },
1701
Patrick Williams26919f02022-12-08 06:12:43 -06001702 "Documentation": {
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001703 "Description": "Boot failure with SBE provided FFDC",
1704 "Message": "Boot failure reported by SBE",
1705 "Notes": [
1706 "The severity is set by the creator.",
1707 "Callouts added based on SBE provided FFDC.",
1708 "SBE provided additional debug data included as part of the",
1709 "additional user data section."
1710 ]
1711 }
1712 },
1713
1714 {
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001715 "Name": "org.open_power.Processor.Error.SbeBootTimeout",
1716 "Subsystem": "processor_chip",
1717 "ComponentID": "0x3500",
1718
Patrick Williams26919f02022-12-08 06:12:43 -06001719 "SRC": {
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001720 "ReasonCode": "0x3504",
Patrick Williams26919f02022-12-08 06:12:43 -06001721 "Words6To9": {}
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001722 },
1723
Jayanth Othayothf5cd2a42022-05-31 02:54:10 -05001724 "Callouts": [
1725 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05001726 "System": "com.ibm.Hardware.Chassis.Model.Rainier",
Jayanth Othayothf5cd2a42022-05-31 02:54:10 -05001727 "CalloutList": [
1728 {
1729 "Priority": "low",
1730 "LocCode": "P0"
1731 },
1732 {
1733 "Priority": "low",
1734 "LocCode": "P0-C22"
1735 }
1736 ]
1737 },
1738 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05001739 "System": "com.ibm.Hardware.Chassis.Model.Everest",
Jayanth Othayothf5cd2a42022-05-31 02:54:10 -05001740 "CalloutList": [
1741 {
1742 "Priority": "low",
1743 "LocCode": "P0"
1744 },
1745 {
1746 "Priority": "low",
1747 "LocCode": "P0-C96"
1748 }
1749 ]
Matt Spinlerbc560982023-04-10 11:16:42 -05001750 },
1751 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05001752 "System": "com.ibm.Hardware.Chassis.Model.Bonnell",
Matt Spinlerbc560982023-04-10 11:16:42 -05001753 "CalloutList": [
1754 {
1755 "Priority": "low",
1756 "LocCode": "P0"
1757 },
1758 {
1759 "Priority": "low",
1760 "LocCode": "P0-C5"
1761 }
1762 ]
Jayanth Othayothf5cd2a42022-05-31 02:54:10 -05001763 }
1764 ],
1765
Patrick Williams26919f02022-12-08 06:12:43 -06001766 "Documentation": {
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001767 "Description": "SBE Boot timeout",
1768 "Message": "timeout reported during SBE boot process",
1769 "Notes": [
1770 "The severity is set by the creator.",
1771 "Check SBE Dump associated to this error to debug the failure."
1772 ]
1773 }
1774 },
devenrao041054a2024-04-02 12:09:13 +05301775 {
1776 "Name": "org.open_power.Processor.Error.SbeInternalFFDCData",
devenraoa25f35a2024-04-17 09:12:09 +05301777 "Subsystem": "processor_chip",
devenrao041054a2024-04-02 12:09:13 +05301778 "ComponentID": "0x3500",
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001779
devenrao041054a2024-04-02 12:09:13 +05301780 "SRC": {
1781 "ReasonCode": "0x3505",
1782 "Words6To9": {
1783 "6": {
1784 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
1785 "AdditionalDataPropSource": "SRC6"
1786 }
1787 }
1788 },
1789
1790 "Documentation": {
1791 "Description": "SBE internal FFDC data after SBE chipop success",
1792 "Message": "SBE internal FFDC data after SBE chipop success",
1793 "Notes": [
1794 "The severity is set by the creator.",
1795 "Callouts added based on OCMB SBE provided FFDC.",
1796 "OCMB SBE provided additional debug data included as part of ",
1797 "the additional user data section."
1798 ]
1799 }
1800 },
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001801 {
Ben Tyner34836322020-04-15 17:01:48 -05001802 "Name": "org.open_power.Attn.Error.Terminate",
Ben Tyner808e29f2021-04-16 08:32:23 -05001803 "Subsystem": "cec_hardware",
1804 "Severity": "non_error",
Ben Tyner34836322020-04-15 17:01:48 -05001805
Patrick Williams26919f02022-12-08 06:12:43 -06001806 "SRC": {
Ben Tyner34836322020-04-15 17:01:48 -05001807 "ReasonCode": "0xD138",
Patrick Williams26919f02022-12-08 06:12:43 -06001808 "SymptomIDFields": [
1809 "SRCWord3",
1810 "SRCWord4",
1811 "SRCWord5",
1812 "SRCWord6",
1813 "SRCWord7",
1814 "SRCWord8",
1815 "SRCWord9"
1816 ],
1817 "Words6To9": {}
Ben Tyner34836322020-04-15 17:01:48 -05001818 },
1819
Patrick Williams26919f02022-12-08 06:12:43 -06001820 "Documentation": {
Ben Tyner34836322020-04-15 17:01:48 -05001821 "Description": "Status shows TI special attention active",
1822 "Message": "TI special attention detected",
1823 "Notes": [
1824 "This entry is for any TI special attention event ",
1825 "reported by the attention handler component"
1826 ]
1827 }
1828 },
1829
1830 {
1831 "Name": "org.open_power.Attn.Error.Fail",
1832 "Subsystem": "bmc_firmware",
1833 "Severity": "unrecoverable_loss_of_function",
1834
Patrick Williams26919f02022-12-08 06:12:43 -06001835 "SRC": {
Ben Tyner34836322020-04-15 17:01:48 -05001836 "ReasonCode": "0xD13E",
Patrick Williams26919f02022-12-08 06:12:43 -06001837 "Words6To9": {
1838 "6": {
Ben Tyner34836322020-04-15 17:01:48 -05001839 "Description": "Error code from attention handler",
1840 "AdditionalDataPropSource": "ERROR_CODE"
1841 }
1842 }
1843 },
Patrick Williams26919f02022-12-08 06:12:43 -06001844 "Documentation": {
Ben Tyner34836322020-04-15 17:01:48 -05001845 "Description": "The attention handler encountered an error",
Patrick Williams26919f02022-12-08 06:12:43 -06001846 "MessageArgSources": ["SRCWord6"],
Ben Tyner34836322020-04-15 17:01:48 -05001847 "Message": "Attention handler error %1",
Patrick Williams26919f02022-12-08 06:12:43 -06001848 "Notes": ["Attention handler will provide error code"]
Ben Tyner34836322020-04-15 17:01:48 -05001849 }
1850 },
1851
1852 {
1853 "Name": "org.open_power.Attn.Error.Vital",
1854 "Subsystem": "processor_chip",
Ben Tyner34836322020-04-15 17:01:48 -05001855
Patrick Williams26919f02022-12-08 06:12:43 -06001856 "SRC": {
Ben Tyner34836322020-04-15 17:01:48 -05001857 "ReasonCode": "0xD16D",
Patrick Williams26919f02022-12-08 06:12:43 -06001858 "Words6To9": {}
Ben Tyner34836322020-04-15 17:01:48 -05001859 },
1860
Patrick Williams26919f02022-12-08 06:12:43 -06001861 "Documentation": {
Ben Tyner34836322020-04-15 17:01:48 -05001862 "Description": "Status shows SBE vital attention active",
1863 "Message": "SBE vital attention detected",
1864 "Notes": [
1865 "This entry is for any SBE vital attention event ",
1866 "reported by the attention handler component"
1867 ]
1868 }
1869 },
1870
1871 {
1872 "Name": "org.open_power.HwDiags.Error.Checkstop",
Zane Shelley4e6355d2022-02-24 15:28:08 -06001873 "PossibleSubsystems": [
Patrick Williams26919f02022-12-08 06:12:43 -06001874 "processor",
1875 "processor_fru",
1876 "processor_unit",
1877 "processor_bus",
1878 "memory_ctlr",
1879 "memory_bus",
1880 "memory_dimm",
1881 "memory_fru",
1882 "phb",
1883 "cec_hardware",
1884 "cec_clocks",
1885 "cec_tod",
1886 "others"
Zane Shelley4e6355d2022-02-24 15:28:08 -06001887 ],
1888 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06001889 "ActionFlags": ["service_action", "report", "call_home"],
Ben Tyner34836322020-04-15 17:01:48 -05001890
Patrick Williams26919f02022-12-08 06:12:43 -06001891 "SRC": {
Zane Shelley561c0382020-11-17 13:20:05 -06001892 "ReasonCode": "0xE510",
Patrick Williams26919f02022-12-08 06:12:43 -06001893 "SymptomIDFields": ["SRCWord6", "SRCWord7", "SRCWord8"],
Matt Spinlerda5b76b2023-06-01 15:56:57 -05001894 "CheckstopFlag": true,
Patrick Williams26919f02022-12-08 06:12:43 -06001895 "Words6To9": {
1896 "6": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001897 "AdditionalDataPropSource": "SRC6"
1898 },
Patrick Williams26919f02022-12-08 06:12:43 -06001899 "7": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001900 "AdditionalDataPropSource": "SRC7"
1901 },
Patrick Williams26919f02022-12-08 06:12:43 -06001902 "8": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001903 "AdditionalDataPropSource": "SRC8"
1904 }
Ben Tyner34836322020-04-15 17:01:48 -05001905 }
1906 },
1907
Patrick Williams26919f02022-12-08 06:12:43 -06001908 "Documentation": {
Zane Shelley561c0382020-11-17 13:20:05 -06001909 "Description": "A system checkstop attention has occurred",
Patrick Williams26919f02022-12-08 06:12:43 -06001910 "MessageArgSources": ["SRCWord6", "SRCWord7", "SRCWord8"],
Zane Shelley45ab43a2021-11-13 16:16:57 -06001911 "Message": "Error Signature: %1 %2 %3"
Ben Tyner34836322020-04-15 17:01:48 -05001912 }
1913 },
1914
1915 {
Zane Shelley561c0382020-11-17 13:20:05 -06001916 "Name": "org.open_power.HwDiags.Error.Predictive",
Zane Shelley4e6355d2022-02-24 15:28:08 -06001917 "PossibleSubsystems": [
Patrick Williams26919f02022-12-08 06:12:43 -06001918 "processor",
1919 "processor_fru",
1920 "processor_unit",
1921 "processor_bus",
1922 "memory_ctlr",
1923 "memory_bus",
1924 "memory_dimm",
1925 "memory_fru",
1926 "phb",
1927 "cec_hardware",
1928 "cec_clocks",
1929 "cec_tod",
1930 "others"
Zane Shelley4e6355d2022-02-24 15:28:08 -06001931 ],
1932 "Severity": "predictive",
Patrick Williams26919f02022-12-08 06:12:43 -06001933 "ActionFlags": ["service_action", "report", "call_home"],
Ben Tyner34836322020-04-15 17:01:48 -05001934
Patrick Williams26919f02022-12-08 06:12:43 -06001935 "SRC": {
Zane Shelley561c0382020-11-17 13:20:05 -06001936 "ReasonCode": "0xE511",
Patrick Williams26919f02022-12-08 06:12:43 -06001937 "SymptomIDFields": ["SRCWord6", "SRCWord7", "SRCWord8"],
1938 "Words6To9": {
1939 "6": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001940 "AdditionalDataPropSource": "SRC6"
1941 },
Patrick Williams26919f02022-12-08 06:12:43 -06001942 "7": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001943 "AdditionalDataPropSource": "SRC7"
1944 },
Patrick Williams26919f02022-12-08 06:12:43 -06001945 "8": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001946 "AdditionalDataPropSource": "SRC8"
1947 }
Ben Tyner34836322020-04-15 17:01:48 -05001948 }
1949 },
Zane Shelley561c0382020-11-17 13:20:05 -06001950
Patrick Williams26919f02022-12-08 06:12:43 -06001951 "Documentation": {
Zane Shelley561c0382020-11-17 13:20:05 -06001952 "Description": "A hardware attention requiring service has occurred",
Patrick Williams26919f02022-12-08 06:12:43 -06001953 "MessageArgSources": ["SRCWord6", "SRCWord7", "SRCWord8"],
Zane Shelley45ab43a2021-11-13 16:16:57 -06001954 "Message": "Error Signature: %1 %2 %3"
Ben Tyner34836322020-04-15 17:01:48 -05001955 }
Shawn McCarney01648f52020-06-25 11:42:02 -05001956 },
1957
1958 {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001959 "Name": "org.open_power.HwDiags.Error.Informational",
Zane Shelley4e6355d2022-02-24 15:28:08 -06001960 "PossibleSubsystems": [
Patrick Williams26919f02022-12-08 06:12:43 -06001961 "processor",
1962 "processor_fru",
1963 "processor_unit",
1964 "processor_bus",
1965 "memory_ctlr",
1966 "memory_bus",
1967 "memory_dimm",
1968 "memory_fru",
1969 "phb",
1970 "cec_hardware",
1971 "cec_clocks",
1972 "cec_tod",
1973 "others"
Zane Shelley4e6355d2022-02-24 15:28:08 -06001974 ],
1975 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -06001976 "ActionFlags": ["hidden", "dont_report"],
Zane Shelleydd4bd482021-12-08 09:12:51 -06001977
Patrick Williams26919f02022-12-08 06:12:43 -06001978 "SRC": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001979 "ReasonCode": "0xE512",
Patrick Williams26919f02022-12-08 06:12:43 -06001980 "SymptomIDFields": ["SRCWord6", "SRCWord7", "SRCWord8"],
1981 "Words6To9": {
1982 "6": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001983 "AdditionalDataPropSource": "SRC6"
1984 },
Patrick Williams26919f02022-12-08 06:12:43 -06001985 "7": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001986 "AdditionalDataPropSource": "SRC7"
1987 },
Patrick Williams26919f02022-12-08 06:12:43 -06001988 "8": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001989 "AdditionalDataPropSource": "SRC8"
1990 }
1991 }
1992 },
1993
Patrick Williams26919f02022-12-08 06:12:43 -06001994 "Documentation": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001995 "Description": "Manual analysis was initiated via the command line. FFDC only.",
Patrick Williams26919f02022-12-08 06:12:43 -06001996 "MessageArgSources": ["SRCWord6", "SRCWord7", "SRCWord8"],
Zane Shelleydd4bd482021-12-08 09:12:51 -06001997 "Message": "Error Signature: %1 %2 %3"
1998 }
1999 },
2000
2001 {
Brandon Wyman38caaf02020-09-01 16:07:42 -05002002 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.InputFault",
2003 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05002004 "ActionFlags": ["service_action", "report"],
2005 "ComponentID": "0x2700",
2006
2007 "SRC": {
2008 "Type": "11",
2009 "ReasonCode": "0x15F0",
2010 "Words6To9": {}
2011 },
2012
2013 "Callouts": [
2014 {
2015 "CalloutList": [
2016 { "Priority": "high", "SymbolicFRU": "pwrsply" }
2017 ]
2018 }
2019 ],
2020
2021 "Documentation": {
2022 "Description": "Power Supply input power fault",
2023 "Message": "A power supply has indicated an input or under voltage condition.",
2024 "Notes": [
2025 "Check the power supply cabling and/or input power ",
2026 "source. The PWRSPLY procedure is used rather than ",
2027 "calling out a location code, as typically these faults ",
2028 "are related to the supplied power, the cable, or the ",
2029 "cable connectors. If the input fault resolves down to an ",
2030 "issue with the power supply itself, the power supply ",
2031 "indicating this input fault should be called out. Add the ",
2032 "CALLOUT_INVENTORY_PATH to the additional data, and set the",
2033 "CALLOUT_PRIORITY to something other than high."
2034 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06002035 },
2036
2037 "JournalCapture": {
2038 "Sections": [
2039 {
2040 "SyslogID": "phosphor-psu-monitor",
2041 "NumLines": 30
2042 },
2043 {
2044 "SyslogID": "phosphor-power-control",
2045 "NumLines": 30
2046 },
2047 {
2048 "SyslogID": "phosphor-chassis-state-manager",
2049 "NumLines": 15
2050 },
2051 {
2052 "SyslogID": "systemd",
2053 "NumLines": 15
2054 }
2055 ]
Brandon Wyman38caaf02020-09-01 16:07:42 -05002056 }
2057 },
2058
2059 {
2060 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Fault",
2061 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05002062 "ActionFlags": ["service_action", "report", "call_home"],
2063 "ComponentID": "0x2700",
2064
2065 "SRC": {
2066 "Type": "11",
2067 "ReasonCode": "0x15F1",
Matt Spinler04ac4e32023-04-14 14:16:37 -05002068 "Words6To9": {},
2069 "DeconfigFlag": true
Brandon Wyman38caaf02020-09-01 16:07:42 -05002070 },
2071
Jim Wright006dafd2022-05-27 12:09:43 -05002072 "Callouts": [
2073 {
2074 "CalloutList": [
2075 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
2076 ]
2077 }
2078 ],
2079
Brandon Wyman38caaf02020-09-01 16:07:42 -05002080 "Documentation": {
2081 "Description": "Power Supply power fault",
2082 "Message": "The power supply detected a fault condition, see AdditionalData for further details.",
2083 "Notes": [
2084 "The power supply reporting the fault should be called ",
2085 "out using the CALLOUT_INVENTORY_PATH keyword. Include ",
2086 "specific fault, STATUS_* details, and code level in the ",
2087 "AdditionalData section."
2088 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06002089 },
2090
2091 "JournalCapture": {
2092 "Sections": [
2093 {
2094 "SyslogID": "phosphor-psu-monitor",
2095 "NumLines": 30
2096 },
2097 {
2098 "SyslogID": "phosphor-power-control",
2099 "NumLines": 30
2100 },
2101 {
2102 "SyslogID": "phosphor-chassis-state-manager",
2103 "NumLines": 15
2104 },
2105 {
2106 "SyslogID": "systemd",
2107 "NumLines": 15
2108 }
2109 ]
Brandon Wyman38caaf02020-09-01 16:07:42 -05002110 }
2111 },
2112
2113 {
2114 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.CommFault",
2115 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05002116 "ActionFlags": ["service_action", "report", "call_home"],
2117 "ComponentID": "0x2700",
2118
2119 "SRC": {
2120 "Type": "11",
2121 "ReasonCode": "0x15F2",
Matt Spinler04ac4e32023-04-14 14:16:37 -05002122 "Words6To9": {},
2123 "DeconfigFlag": true
Brandon Wyman38caaf02020-09-01 16:07:42 -05002124 },
2125
Jim Wright006dafd2022-05-27 12:09:43 -05002126 "Callouts": [
2127 {
2128 "CalloutList": [
2129 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
2130 ]
2131 }
2132 ],
2133
Brandon Wyman38caaf02020-09-01 16:07:42 -05002134 "Documentation": {
2135 "Description": "Power Supply non-power fault",
2136 "Message": "A communication failure occurred talking to the power supply",
2137 "Notes": [
2138 "Communication problems with the power supply could be ",
2139 "the power supply, or any hardware between it and the ",
2140 "BMC. Reporting the error should be passing in a call ",
2141 "out using CALLOUT_DEVICE_PATH."
2142 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06002143 },
2144 "JournalCapture": {
2145 "Sections": [
2146 {
2147 "SyslogID": "phosphor-psu-monitor",
2148 "NumLines": 30
2149 },
2150 {
2151 "SyslogID": "phosphor-power-control",
2152 "NumLines": 30
2153 },
2154 {
2155 "SyslogID": "phosphor-chassis-state-manager",
2156 "NumLines": 15
2157 },
2158 {
2159 "SyslogID": "systemd",
2160 "NumLines": 15
2161 }
2162 ]
Brandon Wyman38caaf02020-09-01 16:07:42 -05002163 }
2164 },
2165
2166 {
2167 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Missing",
2168 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05002169 "ActionFlags": ["service_action", "report", "call_home"],
2170 "ComponentID": "0x2700",
2171
2172 "SRC": {
2173 "Type": "11",
2174 "ReasonCode": "0x15F6",
Matt Spinler04ac4e32023-04-14 14:16:37 -05002175 "Words6To9": {},
2176 "DeconfigFlag": true
Brandon Wyman38caaf02020-09-01 16:07:42 -05002177 },
2178
2179 "Callouts": [
2180 {
2181 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -05002182 {
2183 "Priority": "high",
2184 "SymbolicFRUTrusted": "pwrsply",
2185 "UseInventoryLocCode": true
2186 }
Brandon Wyman38caaf02020-09-01 16:07:42 -05002187 ]
2188 }
2189 ],
2190
2191 "Documentation": {
2192 "Description": "Power Supply is missing",
2193 "Message": "A power supply that should be present is missing",
2194 "Notes": [
2195 "The CalloutList should use the PWRSPLY symbolic FRU ",
Matt Spinler80600192020-10-23 09:29:33 -05002196 "with the trusted location code property. The ",
2197 "location code in this callout is obtained from ",
2198 "the passed in CALLOUT_INVENTORY_PATH value."
Brandon Wyman38caaf02020-09-01 16:07:42 -05002199 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06002200 },
2201
2202 "JournalCapture": {
2203 "Sections": [
2204 {
2205 "SyslogID": "phosphor-psu-monitor",
2206 "NumLines": 30
2207 },
2208 {
2209 "SyslogID": "phosphor-power-control",
2210 "NumLines": 30
2211 },
2212 {
2213 "SyslogID": "phosphor-chassis-state-manager",
2214 "NumLines": 15
2215 },
2216 {
2217 "SyslogID": "systemd",
2218 "NumLines": 15
2219 }
2220 ]
Brandon Wyman38caaf02020-09-01 16:07:42 -05002221 }
2222 },
2223
2224 {
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00002225 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.NotSupported",
2226 "Subsystem": "power_supply",
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00002227 "ActionFlags": ["service_action", "report", "call_home"],
2228 "ComponentID": "0x2700",
2229
2230 "SRC": {
2231 "Type": "11",
2232 "ReasonCode": "0x15F7",
2233 "Words6To9": {}
2234 },
2235
Jim Wright006dafd2022-05-27 12:09:43 -05002236 "Callouts": [
2237 {
2238 "CalloutList": [
2239 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
2240 ]
2241 }
2242 ],
2243
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00002244 "Documentation": {
2245 "Description": "Power Supply configuration is not supported",
2246 "Message": "The power supply configuration is not supported",
2247 "Notes": [
2248 "The combination of power supplies detected in the ",
2249 "system is not supported. This could be caused by ",
2250 "mismatched models, less than expected number of power ",
2251 "supplies, or other unsupported characteristics."
2252 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06002253 },
2254
2255 "JournalCapture": {
2256 "Sections": [
2257 {
2258 "SyslogID": "phosphor-psu-monitor",
2259 "NumLines": 30
2260 },
2261 {
2262 "SyslogID": "phosphor-power-control",
2263 "NumLines": 30
2264 },
2265 {
2266 "SyslogID": "phosphor-chassis-state-manager",
2267 "NumLines": 15
2268 },
2269 {
2270 "SyslogID": "systemd",
2271 "NumLines": 15
2272 }
2273 ]
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00002274 }
2275 },
2276
2277 {
Brandon Wymanc30f00a2021-11-18 21:10:04 +00002278 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.FanFault",
2279 "Subsystem": "power_supply",
Brandon Wymanc30f00a2021-11-18 21:10:04 +00002280 "ActionFlags": ["service_action", "report", "call_home"],
2281 "ComponentID": "0x2700",
2282
2283 "SRC": {
2284 "Type": "11",
2285 "ReasonCode": "0x15FF",
Matt Spinler04ac4e32023-04-14 14:16:37 -05002286 "Words6To9": {},
2287 "DeconfigFlag": true
Brandon Wymanc30f00a2021-11-18 21:10:04 +00002288 },
2289
Jim Wright006dafd2022-05-27 12:09:43 -05002290 "Callouts": [
2291 {
2292 "CalloutList": [
2293 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
2294 ]
2295 }
2296 ],
2297
Brandon Wymanc30f00a2021-11-18 21:10:04 +00002298 "Documentation": {
2299 "Description": "Power Supply fan fault",
2300 "Message": "A power supply indicated a fan fault has occurred",
2301 "Notes": [
2302 "The power supply reporting the fault should be called ",
2303 "out using the CALLOUT_INVENTORY_PATH keyword. Include ",
2304 "specific fault, STATUS_* details, and code level in the ",
2305 "AdditionalData section."
2306 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06002307 },
2308
2309 "JournalCapture": {
2310 "Sections": [
2311 {
2312 "SyslogID": "phosphor-psu-monitor",
2313 "NumLines": 30
2314 },
2315 {
2316 "SyslogID": "phosphor-power-control",
2317 "NumLines": 30
2318 },
2319 {
2320 "SyslogID": "phosphor-chassis-state-manager",
2321 "NumLines": 15
2322 },
2323 {
2324 "SyslogID": "systemd",
2325 "NumLines": 15
2326 }
2327 ]
Brandon Wymanc30f00a2021-11-18 21:10:04 +00002328 }
2329 },
2330
2331 {
Brandon Wyman90c88402021-11-16 20:34:49 +00002332 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.IoutOCFault",
2333 "Subsystem": "power_supply",
Brandon Wyman90c88402021-11-16 20:34:49 +00002334 "ActionFlags": ["service_action", "report", "call_home"],
2335 "ComponentID": "0x2700",
2336
2337 "SRC": {
2338 "Type": "11",
2339 "ReasonCode": "0x1B01",
2340 "Words6To9": {}
2341 },
2342
2343 "Callouts": [
2344 {
2345 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06002346 { "Priority": "high", "Procedure": "BMC0005" }
Brandon Wyman90c88402021-11-16 20:34:49 +00002347 ]
2348 }
2349 ],
2350
2351 "Documentation": {
2352 "Description": "Power Supply output over-current power fault",
2353 "Message": "A power supply has indicated an output over-current condition."
Faisal Awada8d2b2422023-03-03 15:48:09 -06002354 },
2355
2356 "JournalCapture": {
2357 "Sections": [
2358 {
2359 "SyslogID": "phosphor-psu-monitor",
2360 "NumLines": 30
2361 },
2362 {
2363 "SyslogID": "phosphor-power-control",
2364 "NumLines": 30
2365 },
2366 {
2367 "SyslogID": "phosphor-chassis-state-manager",
2368 "NumLines": 15
2369 },
2370 {
2371 "SyslogID": "systemd",
2372 "NumLines": 15
2373 }
2374 ]
Brandon Wyman90c88402021-11-16 20:34:49 +00002375 }
2376 },
2377
2378 {
Jay Meyer54ff54e2021-03-14 20:18:41 -05002379 "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Blackout",
2380 "Subsystem": "power",
Patrick Williams26919f02022-12-08 06:12:43 -06002381 "ActionFlags": ["report", "service_action"],
Jay Meyer54ff54e2021-03-14 20:18:41 -05002382 "ComponentID": "0x2700",
2383
Patrick Williams26919f02022-12-08 06:12:43 -06002384 "SRC": {
Jay Meyer54ff54e2021-03-14 20:18:41 -05002385 "Type": "11",
2386 "ReasonCode": "0x00AC",
Mike Cappsa2d7b772022-03-07 15:47:48 -05002387 "Words6To9": {}
Jay Meyer54ff54e2021-03-14 20:18:41 -05002388 },
2389
2390 "Callouts": [
2391 {
2392 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002393 { "Priority": "high", "SymbolicFRU": "ac_module" }
Jay Meyer54ff54e2021-03-14 20:18:41 -05002394 ]
2395 }
2396 ],
2397
2398 "Documentation": {
2399 "Description": "Input power was lost while the system was powered on.",
2400 "Message": "Input power was lost while the system was powered on.",
2401 "Notes": [
2402 "Input power was lost while system powered on.",
2403 "The CalloutList should use the ACMODUL symbolic FRU."
2404 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06002405 },
2406
2407 "JournalCapture": {
2408 "Sections": [
2409 {
2410 "SyslogID": "phosphor-psu-monitor",
2411 "NumLines": 30
2412 },
2413 {
2414 "SyslogID": "phosphor-power-control",
2415 "NumLines": 30
2416 },
2417 {
2418 "SyslogID": "phosphor-chassis-state-manager",
2419 "NumLines": 15
2420 },
2421 {
2422 "SyslogID": "systemd",
2423 "NumLines": 15
2424 }
2425 ]
Jay Meyer54ff54e2021-03-14 20:18:41 -05002426 }
2427 },
2428
2429 {
Patrick Williams26919f02022-12-08 06:12:43 -06002430 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.PSKillFault",
Brandon Wyman002d8cf2021-12-01 23:05:11 +00002431 "Subsystem": "power_supply",
Brandon Wyman002d8cf2021-12-01 23:05:11 +00002432 "ActionFlags": ["service_action", "report", "call_home"],
2433 "ComponentID": "0x2700",
2434
2435 "SRC": {
2436 "Type": "11",
2437 "ReasonCode": "0x2500",
Mike Cappsa2d7b772022-03-07 15:47:48 -05002438 "Words6To9": {}
Brandon Wyman002d8cf2021-12-01 23:05:11 +00002439 },
2440
2441 "Callouts": [
2442 {
2443 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06002444 { "Priority": "high", "Procedure": "BMC0005" }
Brandon Wyman002d8cf2021-12-01 23:05:11 +00002445 ]
2446 }
2447 ],
2448
2449 "Documentation": {
2450 "Description": "A power supply fault is potentially preventing the power supply from allowing the system to power on.",
2451 "Message": "Power supply PSKill_fault",
Patrick Williams26919f02022-12-08 06:12:43 -06002452 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06002453 },
2454
2455 "JournalCapture": {
2456 "Sections": [
2457 {
2458 "SyslogID": "phosphor-psu-monitor",
2459 "NumLines": 30
2460 },
2461 {
2462 "SyslogID": "phosphor-power-control",
2463 "NumLines": 30
2464 },
2465 {
2466 "SyslogID": "phosphor-chassis-state-manager",
2467 "NumLines": 15
2468 },
2469 {
2470 "SyslogID": "systemd",
2471 "NumLines": 15
2472 }
2473 ]
Brandon Wyman002d8cf2021-12-01 23:05:11 +00002474 }
2475 },
2476
2477 {
Jim Wright7f678902020-11-30 16:03:57 -06002478 "Name": "xyz.openbmc_project.Power.Error.Shutdown",
2479 "Subsystem": "power_sequencer",
2480 "ComponentID": "0x2700",
2481
2482 "SRC": {
2483 "Type": "11",
2484 "ReasonCode": "0x2600",
2485 "Words6To9": {}
2486 },
2487
2488 "Callouts": [
2489 {
2490 "CalloutList": [
2491 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2492 ]
2493 }
2494 ],
2495
2496 "Documentation": {
2497 "Description": "A power off was issued because a power fault was detected",
2498 "Message": "A power off was issued because a power fault was detected",
Patrick Williams26919f02022-12-08 06:12:43 -06002499 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06002500 },
2501
2502 "JournalCapture": {
2503 "Sections": [
2504 {
2505 "SyslogID": "phosphor-psu-monitor",
2506 "NumLines": 30
2507 },
2508 {
2509 "SyslogID": "phosphor-power-control",
2510 "NumLines": 30
2511 },
2512 {
2513 "SyslogID": "phosphor-chassis-state-manager",
2514 "NumLines": 15
2515 },
2516 {
2517 "SyslogID": "systemd",
2518 "NumLines": 15
2519 },
2520 {
2521 "SyslogID": "phosphor-regulators",
2522 "NumLines": 5
2523 }
2524 ]
Jim Wright7f678902020-11-30 16:03:57 -06002525 }
2526 },
2527
2528 {
Ben Tyner0273a222021-07-12 15:18:13 -05002529 "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Regulator",
2530 "Subsystem": "power_control_hw",
Mike Capps2a2d0ae2022-03-16 18:09:00 -04002531 "Severity": "critical_system_term",
Ben Tyner0273a222021-07-12 15:18:13 -05002532 "ComponentID": "0x2700",
2533
2534 "SRC": {
2535 "Type": "11",
2536 "ReasonCode": "0x2602",
Mike Cappsa2d7b772022-03-07 15:47:48 -05002537 "Words6To9": {}
Ben Tyner0273a222021-07-12 15:18:13 -05002538 },
2539
2540 "Callouts": [
2541 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05002542 "System": "com.ibm.Hardware.Chassis.Model.Rainier",
Ben Tyner0273a222021-07-12 15:18:13 -05002543 "CalloutList": [
2544 {
2545 "Priority": "high",
2546 "LocCode": "P0-C5"
2547 },
2548 {
2549 "Priority": "medium",
2550 "LocCode": "P0"
2551 }
2552 ]
2553 },
2554 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05002555 "System": "com.ibm.Hardware.Chassis.Model.Everest",
Ben Tyner0273a222021-07-12 15:18:13 -05002556 "CalloutList": [
2557 {
2558 "Priority": "high",
2559 "LocCode": "P0-C59"
2560 },
2561 {
2562 "Priority": "medium",
2563 "LocCode": "P0"
2564 }
2565 ]
Matt Spinler0600cf72023-04-10 11:22:33 -05002566 },
2567 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05002568 "System": "com.ibm.Hardware.Chassis.Model.Bonnell",
Matt Spinler0600cf72023-04-10 11:22:33 -05002569 "CalloutList": [
2570 {
2571 "Priority": "high",
Faisal Awada61b13362024-03-27 13:44:55 -05002572 "SymbolicFRU": "pgood_part"
Matt Spinler0600cf72023-04-10 11:22:33 -05002573 }
2574 ]
Ben Tyner0273a222021-07-12 15:18:13 -05002575 }
2576 ],
2577
2578 "Documentation": {
2579 "Description": "A power off was issued because a regulator for standby power faulted",
2580 "Message": "A power off was issued because a regulator for standby power faulted",
Patrick Williams26919f02022-12-08 06:12:43 -06002581 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06002582 },
2583
2584 "JournalCapture": {
2585 "Sections": [
2586 {
2587 "SyslogID": "phosphor-psu-monitor",
2588 "NumLines": 30
2589 },
2590 {
2591 "SyslogID": "phosphor-power-control",
2592 "NumLines": 30
2593 },
2594 {
2595 "SyslogID": "phosphor-chassis-state-manager",
2596 "NumLines": 15
2597 },
2598 {
2599 "SyslogID": "systemd",
2600 "NumLines": 15
2601 },
2602 {
2603 "SyslogID": "phosphor-regulators",
2604 "NumLines": 5
2605 }
2606 ]
Ben Tyner0273a222021-07-12 15:18:13 -05002607 }
2608 },
2609
2610 {
Jim Wright7f678902020-11-30 16:03:57 -06002611 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerPGOODFault",
2612 "Subsystem": "power_sequencer",
2613 "ComponentID": "0x2700",
2614
2615 "SRC": {
2616 "Type": "11",
2617 "ReasonCode": "0x2610",
2618 "Words6To9": {}
2619 },
2620
2621 "CalloutsUsingAD": {
Patrick Williams26919f02022-12-08 06:12:43 -06002622 "ADName": "INPUT_NAME",
2623 "CalloutsWithTheirADValues": [
Jim Wright7f678902020-11-30 16:03:57 -06002624 {
Patrick Williams26919f02022-12-08 06:12:43 -06002625 "ADValue": "PGOOD_12A",
2626 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002627 {
2628 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002629 {
2630 "Priority": "high",
2631 "SymbolicFRU": "pgood_part"
2632 }
Jim Wright7f678902020-11-30 16:03:57 -06002633 ]
2634 }
2635 ]
2636 },
2637 {
Patrick Williams26919f02022-12-08 06:12:43 -06002638 "ADValue": "PGOOD_12B",
2639 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002640 {
2641 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002642 {
2643 "Priority": "high",
2644 "SymbolicFRU": "pgood_part"
2645 }
Jim Wright7f678902020-11-30 16:03:57 -06002646 ]
2647 }
2648 ]
2649 },
2650 {
Patrick Williams26919f02022-12-08 06:12:43 -06002651 "ADValue": "PGOOD_12C",
2652 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002653 {
2654 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002655 {
2656 "Priority": "high",
2657 "SymbolicFRU": "pgood_part"
2658 }
Jim Wright7f678902020-11-30 16:03:57 -06002659 ]
2660 }
2661 ]
2662 },
2663 {
Patrick Williams26919f02022-12-08 06:12:43 -06002664 "ADValue": "PGOOD_12D",
2665 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002666 {
2667 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002668 {
2669 "Priority": "high",
2670 "SymbolicFRU": "pgood_part"
2671 }
Jim Wright7f678902020-11-30 16:03:57 -06002672 ]
2673 }
2674 ]
2675 },
2676 {
Patrick Williams26919f02022-12-08 06:12:43 -06002677 "ADValue": "PGOOD_12L",
2678 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002679 {
2680 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002681 {
2682 "Priority": "high",
2683 "SymbolicFRU": "pgood_part"
2684 }
Jim Wright7f678902020-11-30 16:03:57 -06002685 ]
2686 }
2687 ]
2688 },
2689 {
Patrick Williams26919f02022-12-08 06:12:43 -06002690 "ADValue": "PGOOD_12M",
2691 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002692 {
2693 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002694 {
2695 "Priority": "high",
2696 "SymbolicFRU": "pgood_part"
2697 }
Jim Wright7f678902020-11-30 16:03:57 -06002698 ]
2699 }
2700 ]
2701 },
2702 {
Patrick Williams26919f02022-12-08 06:12:43 -06002703 "ADValue": "PGOOD_12N",
2704 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002705 {
2706 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002707 {
2708 "Priority": "high",
2709 "SymbolicFRU": "pgood_part"
2710 }
Jim Wright7f678902020-11-30 16:03:57 -06002711 ]
2712 }
2713 ]
2714 },
2715 {
Patrick Williams26919f02022-12-08 06:12:43 -06002716 "ADValue": "PGOOD_12PCIE",
2717 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002718 {
2719 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002720 {
2721 "Priority": "high",
2722 "SymbolicFRU": "pgood_part"
2723 }
Jim Wright7f678902020-11-30 16:03:57 -06002724 ]
2725 }
2726 ]
2727 },
2728 {
Patrick Williams26919f02022-12-08 06:12:43 -06002729 "ADValue": "PGOOD_12Q",
2730 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002731 {
2732 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002733 {
2734 "Priority": "high",
2735 "SymbolicFRU": "pgood_part"
2736 }
Jim Wright7f678902020-11-30 16:03:57 -06002737 ]
2738 }
2739 ]
2740 },
2741 {
Patrick Williams26919f02022-12-08 06:12:43 -06002742 "ADValue": "PGOOD_VDN_DCM0",
2743 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002744 {
2745 "CalloutList": [
2746 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002747 {
2748 "Priority": "medium",
2749 "LocCode": "P0-C15"
2750 },
Jim Wright7f678902020-11-30 16:03:57 -06002751 { "Priority": "low", "LocCode": "P0" }
2752 ]
2753 }
2754 ]
2755 },
2756 {
Patrick Williams26919f02022-12-08 06:12:43 -06002757 "ADValue": "PGOOD_VDN_DCM1",
2758 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002759 {
2760 "CalloutList": [
2761 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002762 {
2763 "Priority": "medium",
2764 "LocCode": "P0-C24"
2765 },
Jim Wright7f678902020-11-30 16:03:57 -06002766 { "Priority": "low", "LocCode": "P0" }
2767 ]
2768 }
2769 ]
2770 },
2771 {
Patrick Williams26919f02022-12-08 06:12:43 -06002772 "ADValue": "PGOOD_VCS_DCM0",
2773 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002774 {
2775 "CalloutList": [
2776 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002777 {
2778 "Priority": "medium",
2779 "LocCode": "P0-C15"
2780 },
Jim Wright7f678902020-11-30 16:03:57 -06002781 { "Priority": "low", "LocCode": "P0" }
2782 ]
2783 }
2784 ]
2785 },
2786 {
Patrick Williams26919f02022-12-08 06:12:43 -06002787 "ADValue": "PGOOD_VCS_DCM1",
2788 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002789 {
2790 "CalloutList": [
2791 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002792 {
2793 "Priority": "medium",
2794 "LocCode": "P0-C24"
2795 },
Jim Wright7f678902020-11-30 16:03:57 -06002796 { "Priority": "low", "LocCode": "P0" }
2797 ]
2798 }
2799 ]
2800 },
2801 {
Patrick Williams26919f02022-12-08 06:12:43 -06002802 "ADValue": "PGOOD_VIO_DCM0",
2803 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002804 {
2805 "CalloutList": [
2806 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002807 {
2808 "Priority": "medium",
2809 "LocCode": "P0-C15"
2810 },
Jim Wright7f678902020-11-30 16:03:57 -06002811 { "Priority": "low", "LocCode": "P0" }
2812 ]
2813 }
2814 ]
2815 },
2816 {
Patrick Williams26919f02022-12-08 06:12:43 -06002817 "ADValue": "PGOOD_VIO_DCM1",
2818 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002819 {
2820 "CalloutList": [
2821 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002822 {
2823 "Priority": "medium",
2824 "LocCode": "P0-C24"
2825 },
Jim Wright7f678902020-11-30 16:03:57 -06002826 { "Priority": "low", "LocCode": "P0" }
2827 ]
2828 }
2829 ]
2830 },
2831 {
Patrick Williams26919f02022-12-08 06:12:43 -06002832 "ADValue": "PGOOD_VPCIE_DCM0",
2833 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002834 {
2835 "CalloutList": [
2836 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002837 {
2838 "Priority": "medium",
2839 "LocCode": "P0-C15"
2840 },
Jim Wright7f678902020-11-30 16:03:57 -06002841 { "Priority": "low", "LocCode": "P0" }
2842 ]
2843 }
2844 ]
2845 },
2846 {
Patrick Williams26919f02022-12-08 06:12:43 -06002847 "ADValue": "PGOOD_VPCIE_DCM1",
2848 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002849 {
2850 "CalloutList": [
2851 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002852 {
2853 "Priority": "medium",
2854 "LocCode": "P0-C24"
2855 },
Jim Wright7f678902020-11-30 16:03:57 -06002856 { "Priority": "low", "LocCode": "P0" }
2857 ]
2858 }
2859 ]
Jim Wright2e4eb072022-02-03 14:43:46 -06002860 },
2861 {
Patrick Williams26919f02022-12-08 06:12:43 -06002862 "ADValue": "CP0_VPCIE",
2863 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002864 {
2865 "CalloutList": [
2866 { "Priority": "high", "LocCode": "P0-C58" },
Patrick Williams26919f02022-12-08 06:12:43 -06002867 {
2868 "Priority": "medium",
2869 "LocCode": "P0-C61"
2870 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002871 { "Priority": "low", "LocCode": "P0" }
2872 ]
2873 }
2874 ]
2875 },
2876 {
Patrick Williams26919f02022-12-08 06:12:43 -06002877 "ADValue": "CP1_VPCIE",
2878 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002879 {
2880 "CalloutList": [
2881 { "Priority": "high", "LocCode": "P0-C16" },
Patrick Williams26919f02022-12-08 06:12:43 -06002882 {
2883 "Priority": "medium",
2884 "LocCode": "P0-C14"
2885 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002886 { "Priority": "low", "LocCode": "P0" }
2887 ]
2888 }
2889 ]
2890 },
2891 {
Patrick Williams26919f02022-12-08 06:12:43 -06002892 "ADValue": "CP2_VPCIE",
2893 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002894 {
2895 "CalloutList": [
2896 { "Priority": "high", "LocCode": "P0-C16" },
Patrick Williams26919f02022-12-08 06:12:43 -06002897 {
2898 "Priority": "medium",
2899 "LocCode": "P0-C19"
2900 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002901 { "Priority": "low", "LocCode": "P0" }
2902 ]
2903 }
2904 ]
2905 },
2906 {
Patrick Williams26919f02022-12-08 06:12:43 -06002907 "ADValue": "CP3_VPCIE",
2908 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002909 {
2910 "CalloutList": [
2911 { "Priority": "high", "LocCode": "P0-C58" },
Patrick Williams26919f02022-12-08 06:12:43 -06002912 {
2913 "Priority": "medium",
2914 "LocCode": "P0-C56"
2915 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002916 { "Priority": "low", "LocCode": "P0" }
2917 ]
2918 }
2919 ]
2920 },
2921 {
Patrick Williams26919f02022-12-08 06:12:43 -06002922 "ADValue": "5.0V_USB_front",
2923 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002924 {
2925 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002926 {
2927 "Priority": "high",
2928 "SymbolicFRU": "usb_pgood"
2929 },
Jim Wrightace33db2022-04-19 14:33:37 -05002930 { "Priority": "low", "LocCode": "P1" },
2931 { "Priority": "low", "LocCode": "P0" }
Jim Wright2e4eb072022-02-03 14:43:46 -06002932 ]
2933 }
2934 ]
2935 },
2936 {
Patrick Williams26919f02022-12-08 06:12:43 -06002937 "ADValue": "CP0_VDN",
2938 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002939 {
2940 "CalloutList": [
2941 { "Priority": "high", "LocCode": "P0-C63" },
Patrick Williams26919f02022-12-08 06:12:43 -06002942 {
2943 "Priority": "medium",
2944 "LocCode": "P0-C61"
2945 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002946 { "Priority": "low", "LocCode": "P0" }
2947 ]
2948 }
2949 ]
2950 },
2951 {
Patrick Williams26919f02022-12-08 06:12:43 -06002952 "ADValue": "CP1_VDN",
2953 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002954 {
2955 "CalloutList": [
2956 { "Priority": "high", "LocCode": "P0-C12" },
Patrick Williams26919f02022-12-08 06:12:43 -06002957 {
2958 "Priority": "medium",
2959 "LocCode": "P0-C14"
2960 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002961 { "Priority": "low", "LocCode": "P0" }
2962 ]
2963 }
2964 ]
2965 },
2966 {
Patrick Williams26919f02022-12-08 06:12:43 -06002967 "ADValue": "CP2_VDN",
2968 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002969 {
2970 "CalloutList": [
2971 { "Priority": "high", "LocCode": "P0-C21" },
Patrick Williams26919f02022-12-08 06:12:43 -06002972 {
2973 "Priority": "medium",
2974 "LocCode": "P0-C19"
2975 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002976 { "Priority": "low", "LocCode": "P0" }
2977 ]
2978 }
2979 ]
2980 },
2981 {
Patrick Williams26919f02022-12-08 06:12:43 -06002982 "ADValue": "CP3_VDN",
2983 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002984 {
2985 "CalloutList": [
2986 { "Priority": "high", "LocCode": "P0-C54" },
Patrick Williams26919f02022-12-08 06:12:43 -06002987 {
2988 "Priority": "medium",
2989 "LocCode": "P0-C56"
2990 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002991 { "Priority": "low", "LocCode": "P0" }
2992 ]
2993 }
2994 ]
2995 },
2996 {
Patrick Williams26919f02022-12-08 06:12:43 -06002997 "ADValue": "CP0_VIO",
2998 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002999 {
3000 "CalloutList": [
3001 { "Priority": "high", "LocCode": "P0-C63" },
Patrick Williams26919f02022-12-08 06:12:43 -06003002 {
3003 "Priority": "medium",
3004 "LocCode": "P0-C61"
3005 },
Jim Wright2e4eb072022-02-03 14:43:46 -06003006 { "Priority": "low", "LocCode": "P0" }
3007 ]
3008 }
3009 ]
3010 },
3011 {
Patrick Williams26919f02022-12-08 06:12:43 -06003012 "ADValue": "CP1_VIO",
3013 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06003014 {
3015 "CalloutList": [
3016 { "Priority": "high", "LocCode": "P0-C12" },
Patrick Williams26919f02022-12-08 06:12:43 -06003017 {
3018 "Priority": "medium",
3019 "LocCode": "P0-C14"
3020 },
Jim Wright2e4eb072022-02-03 14:43:46 -06003021 { "Priority": "low", "LocCode": "P0" }
3022 ]
3023 }
3024 ]
3025 },
3026 {
Patrick Williams26919f02022-12-08 06:12:43 -06003027 "ADValue": "CP2_VIO",
3028 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06003029 {
3030 "CalloutList": [
3031 { "Priority": "high", "LocCode": "P0-C21" },
Patrick Williams26919f02022-12-08 06:12:43 -06003032 {
3033 "Priority": "medium",
3034 "LocCode": "P0-C19"
3035 },
Jim Wright2e4eb072022-02-03 14:43:46 -06003036 { "Priority": "low", "LocCode": "P0" }
3037 ]
3038 }
3039 ]
3040 },
3041 {
Patrick Williams26919f02022-12-08 06:12:43 -06003042 "ADValue": "CP3_VIO",
3043 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06003044 {
3045 "CalloutList": [
3046 { "Priority": "high", "LocCode": "P0-C54" },
Patrick Williams26919f02022-12-08 06:12:43 -06003047 {
3048 "Priority": "medium",
3049 "LocCode": "P0-C56"
3050 },
Jim Wright2e4eb072022-02-03 14:43:46 -06003051 { "Priority": "low", "LocCode": "P0" }
3052 ]
3053 }
3054 ]
Jim Wright7f678902020-11-30 16:03:57 -06003055 }
3056 ]
3057 },
3058
3059 "Documentation": {
3060 "Description": "The power sequencer chip detected a PGOOD fault",
3061 "Message": "The power sequencer chip detected a PGOOD fault",
Patrick Williams26919f02022-12-08 06:12:43 -06003062 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06003063 },
3064
3065 "JournalCapture": {
3066 "Sections": [
3067 {
3068 "SyslogID": "phosphor-psu-monitor",
3069 "NumLines": 30
3070 },
3071 {
3072 "SyslogID": "phosphor-power-control",
3073 "NumLines": 30
3074 },
3075 {
3076 "SyslogID": "phosphor-chassis-state-manager",
3077 "NumLines": 15
3078 },
3079 {
3080 "SyslogID": "systemd",
3081 "NumLines": 15
3082 },
3083 {
3084 "SyslogID": "phosphor-regulators",
3085 "NumLines": 5
3086 }
3087 ]
Jim Wright7f678902020-11-30 16:03:57 -06003088 }
3089 },
3090
3091 {
3092 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerVoltageFault",
3093 "Subsystem": "power_sequencer",
3094 "ComponentID": "0x2700",
3095
3096 "SRC": {
3097 "Type": "11",
3098 "ReasonCode": "0x2620",
3099 "Words6To9": {}
3100 },
3101
3102 "CalloutsUsingAD": {
Patrick Williams26919f02022-12-08 06:12:43 -06003103 "ADName": "RAIL_NAME",
3104 "CalloutsWithTheirADValues": [
Jim Wright7f678902020-11-30 16:03:57 -06003105 {
Patrick Williams26919f02022-12-08 06:12:43 -06003106 "ADValue": "12.0V",
3107 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003108 {
3109 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003110 {
3111 "Priority": "high",
3112 "SymbolicFRU": "pgood_part"
3113 }
Jim Wright7f678902020-11-30 16:03:57 -06003114 ]
3115 }
3116 ]
3117 },
3118 {
Patrick Williams26919f02022-12-08 06:12:43 -06003119 "ADValue": "5.0V_USB",
3120 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003121 {
3122 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003123 {
3124 "Priority": "high",
3125 "SymbolicFRU": "usb_pgood"
3126 },
Jim Wright7f678902020-11-30 16:03:57 -06003127 { "Priority": "medium", "LocCode": "P0" }
3128 ]
3129 }
3130 ]
3131 },
3132 {
Patrick Williams26919f02022-12-08 06:12:43 -06003133 "ADValue": "5.0V_DASD",
3134 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003135 {
3136 "CalloutList": [
3137 { "Priority": "medium", "LocCode": "P1" },
3138 { "Priority": "medium", "LocCode": "P2" },
Jim Wright7f678902020-11-30 16:03:57 -06003139 { "Priority": "low", "LocCode": "P0" }
3140 ]
3141 }
3142 ]
3143 },
3144 {
Patrick Williams26919f02022-12-08 06:12:43 -06003145 "ADValue": "3.3VA",
3146 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003147 {
3148 "CalloutList": [
3149 { "Priority": "high", "LocCode": "P0" }
3150 ]
3151 }
3152 ]
3153 },
3154 {
Patrick Williams26919f02022-12-08 06:12:43 -06003155 "ADValue": "3.3VB",
3156 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003157 {
3158 "CalloutList": [
3159 { "Priority": "high", "LocCode": "P0" }
3160 ]
3161 }
3162 ]
3163 },
3164 {
Patrick Williams26919f02022-12-08 06:12:43 -06003165 "ADValue": "1.5V",
3166 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003167 {
3168 "CalloutList": [
3169 { "Priority": "high", "LocCode": "P0" }
3170 ]
3171 }
3172 ]
3173 },
3174 {
Patrick Williams26919f02022-12-08 06:12:43 -06003175 "ADValue": "1.1V",
3176 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003177 {
3178 "CalloutList": [
3179 { "Priority": "high", "LocCode": "P0" }
3180 ]
3181 }
3182 ]
3183 },
3184 {
Patrick Williams26919f02022-12-08 06:12:43 -06003185 "ADValue": "VDDA_DCM0",
3186 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003187 {
3188 "CalloutList": [
3189 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06003190 {
3191 "Priority": "medium",
3192 "LocCode": "P0-C15"
3193 },
Jim Wright7f678902020-11-30 16:03:57 -06003194 { "Priority": "low", "LocCode": "P0" }
3195 ]
3196 }
3197 ]
3198 },
3199 {
Patrick Williams26919f02022-12-08 06:12:43 -06003200 "ADValue": "VDDB_DCM0",
3201 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003202 {
3203 "CalloutList": [
3204 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06003205 {
3206 "Priority": "medium",
3207 "LocCode": "P0-C15"
3208 },
Jim Wright7f678902020-11-30 16:03:57 -06003209 { "Priority": "low", "LocCode": "P0" }
3210 ]
3211 }
3212 ]
3213 },
3214 {
Patrick Williams26919f02022-12-08 06:12:43 -06003215 "ADValue": "VDDA_DCM1",
3216 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003217 {
3218 "CalloutList": [
3219 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06003220 {
3221 "Priority": "medium",
3222 "LocCode": "P0-C24"
3223 },
Jim Wright7f678902020-11-30 16:03:57 -06003224 { "Priority": "low", "LocCode": "P0" }
3225 ]
3226 }
3227 ]
3228 },
3229 {
Patrick Williams26919f02022-12-08 06:12:43 -06003230 "ADValue": "VDDB_DCM1",
3231 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003232 {
3233 "CalloutList": [
3234 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06003235 {
3236 "Priority": "medium",
3237 "LocCode": "P0-C24"
3238 },
Jim Wright7f678902020-11-30 16:03:57 -06003239 { "Priority": "low", "LocCode": "P0" }
3240 ]
3241 }
3242 ]
3243 },
3244 {
Patrick Williams26919f02022-12-08 06:12:43 -06003245 "ADValue": "12.0VCS",
3246 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003247 {
3248 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003249 {
3250 "Priority": "high",
3251 "SymbolicFRU": "pgood_part"
3252 }
Jim Wright7f678902020-11-30 16:03:57 -06003253 ]
3254 }
3255 ]
3256 },
3257 {
Patrick Williams26919f02022-12-08 06:12:43 -06003258 "ADValue": "3.3VCS",
3259 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003260 {
3261 "CalloutList": [
3262 { "Priority": "high", "LocCode": "P0" }
3263 ]
3264 }
3265 ]
3266 },
3267 {
Patrick Williams26919f02022-12-08 06:12:43 -06003268 "ADValue": "1.1V_Current",
3269 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003270 {
3271 "CalloutList": [
3272 { "Priority": "high", "LocCode": "P0" }
3273 ]
3274 }
3275 ]
3276 },
3277 {
Patrick Williams26919f02022-12-08 06:12:43 -06003278 "ADValue": "5.0V_USB_Current",
3279 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003280 {
3281 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003282 {
3283 "Priority": "high",
3284 "SymbolicFRU": "usb_pgood"
3285 },
Jim Wright7f678902020-11-30 16:03:57 -06003286 { "Priority": "medium", "LocCode": "P0" }
3287 ]
3288 }
3289 ]
3290 },
3291 {
Patrick Williams26919f02022-12-08 06:12:43 -06003292 "ADValue": "5.0V_DASD_Current",
3293 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003294 {
3295 "CalloutList": [
3296 { "Priority": "medium", "LocCode": "P1" },
3297 { "Priority": "medium", "LocCode": "P2" },
Jim Wright7f678902020-11-30 16:03:57 -06003298 { "Priority": "low", "LocCode": "P0" }
3299 ]
3300 }
3301 ]
3302 },
3303 {
Patrick Williams26919f02022-12-08 06:12:43 -06003304 "ADValue": "12.0VN",
3305 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003306 {
3307 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003308 {
3309 "Priority": "high",
3310 "SymbolicFRU": "pgood_part"
3311 }
Jim Wright7f678902020-11-30 16:03:57 -06003312 ]
3313 }
3314 ]
3315 },
3316 {
Patrick Williams26919f02022-12-08 06:12:43 -06003317 "ADValue": "12.0VP",
3318 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003319 {
3320 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003321 {
3322 "Priority": "high",
3323 "SymbolicFRU": "pgood_part"
3324 }
Jim Wright7f678902020-11-30 16:03:57 -06003325 ]
3326 }
3327 ]
3328 },
3329 {
Patrick Williams26919f02022-12-08 06:12:43 -06003330 "ADValue": "12.0VQ",
3331 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003332 {
3333 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003334 {
3335 "Priority": "high",
3336 "SymbolicFRU": "pgood_part"
3337 }
Jim Wright7f678902020-11-30 16:03:57 -06003338 ]
3339 }
3340 ]
3341 },
3342 {
Patrick Williams26919f02022-12-08 06:12:43 -06003343 "ADValue": "12.0VR",
3344 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003345 {
3346 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003347 {
3348 "Priority": "high",
3349 "SymbolicFRU": "pgood_part"
3350 }
Jim Wright7f678902020-11-30 16:03:57 -06003351 ]
3352 }
3353 ]
3354 },
3355 {
Patrick Williams26919f02022-12-08 06:12:43 -06003356 "ADValue": "ThermalDiode1",
3357 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003358 {
3359 "CalloutList": [
3360 { "Priority": "high", "LocCode": "P0" }
3361 ]
3362 }
3363 ]
3364 },
3365 {
Patrick Williams26919f02022-12-08 06:12:43 -06003366 "ADValue": "ThermalDiode2",
3367 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003368 {
3369 "CalloutList": [
3370 { "Priority": "high", "LocCode": "P0" }
3371 ]
3372 }
3373 ]
3374 },
3375 {
Patrick Williams26919f02022-12-08 06:12:43 -06003376 "ADValue": "ThermalDiode3",
3377 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003378 {
3379 "CalloutList": [
3380 { "Priority": "high", "LocCode": "P0" }
3381 ]
3382 }
3383 ]
3384 },
3385 {
Patrick Williams26919f02022-12-08 06:12:43 -06003386 "ADValue": "ThermalDiode4",
3387 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003388 {
3389 "CalloutList": [
3390 { "Priority": "high", "LocCode": "P0" }
3391 ]
3392 }
3393 ]
Jim Wrightae1738c2022-05-02 09:57:45 -05003394 },
3395 {
Patrick Williams26919f02022-12-08 06:12:43 -06003396 "ADValue": "VDN_DCM0",
3397 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003398 {
3399 "CalloutList": [
3400 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06003401 {
3402 "Priority": "medium",
3403 "LocCode": "P0-C15"
3404 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003405 { "Priority": "low", "LocCode": "P0" }
3406 ]
3407 }
3408 ]
3409 },
3410 {
Patrick Williams26919f02022-12-08 06:12:43 -06003411 "ADValue": "VDN_DCM1",
3412 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003413 {
3414 "CalloutList": [
3415 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06003416 {
3417 "Priority": "medium",
3418 "LocCode": "P0-C24"
3419 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003420 { "Priority": "low", "LocCode": "P0" }
3421 ]
3422 }
3423 ]
3424 },
3425 {
Patrick Williams26919f02022-12-08 06:12:43 -06003426 "ADValue": "VCS_DCM0",
3427 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003428 {
3429 "CalloutList": [
3430 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06003431 {
3432 "Priority": "medium",
3433 "LocCode": "P0-C15"
3434 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003435 { "Priority": "low", "LocCode": "P0" }
3436 ]
3437 }
3438 ]
3439 },
3440 {
Patrick Williams26919f02022-12-08 06:12:43 -06003441 "ADValue": "VCS_DCM1",
3442 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003443 {
3444 "CalloutList": [
3445 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06003446 {
3447 "Priority": "medium",
3448 "LocCode": "P0-C24"
3449 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003450 { "Priority": "low", "LocCode": "P0" }
3451 ]
3452 }
3453 ]
3454 },
3455 {
Patrick Williams26919f02022-12-08 06:12:43 -06003456 "ADValue": "VIO_DCM0",
3457 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003458 {
3459 "CalloutList": [
3460 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06003461 {
3462 "Priority": "medium",
3463 "LocCode": "P0-C15"
3464 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003465 { "Priority": "low", "LocCode": "P0" }
3466 ]
3467 }
3468 ]
3469 },
3470 {
Patrick Williams26919f02022-12-08 06:12:43 -06003471 "ADValue": "VIO_DCM1",
3472 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003473 {
3474 "CalloutList": [
3475 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06003476 {
3477 "Priority": "medium",
3478 "LocCode": "P0-C24"
3479 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003480 { "Priority": "low", "LocCode": "P0" }
3481 ]
3482 }
3483 ]
3484 },
3485 {
Patrick Williams26919f02022-12-08 06:12:43 -06003486 "ADValue": "VPCIE_DCM0",
3487 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003488 {
3489 "CalloutList": [
3490 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06003491 {
3492 "Priority": "medium",
3493 "LocCode": "P0-C15"
3494 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003495 { "Priority": "low", "LocCode": "P0" }
3496 ]
3497 }
3498 ]
3499 },
3500 {
Patrick Williams26919f02022-12-08 06:12:43 -06003501 "ADValue": "VPCIE_DCM1",
3502 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003503 {
3504 "CalloutList": [
3505 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06003506 {
3507 "Priority": "medium",
3508 "LocCode": "P0-C24"
3509 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003510 { "Priority": "low", "LocCode": "P0" }
3511 ]
3512 }
3513 ]
Jim Wright452d46d2022-12-16 16:56:21 -06003514 },
3515 {
3516 "ADValue": "3V3IO",
3517 "Callouts": [
3518 {
3519 "CalloutList": [
3520 { "Priority": "high", "LocCode": "P0-C17" },
3521 {
3522 "Priority": "medium",
3523 "LocCode": "P0-C96"
3524 },
3525 {
3526 "Priority": "medium",
3527 "LocCode": "P0-C0"
3528 },
3529 {
3530 "Priority": "medium",
3531 "SymbolicFRU": "pcie_hot_plug"
3532 },
3533 { "Priority": "low", "LocCode": "P0" }
3534 ]
3535 }
3536 ]
3537 },
3538 {
3539 "ADValue": "CP0_VDD0",
3540 "Callouts": [
3541 {
3542 "CalloutList": [
3543 { "Priority": "high", "LocCode": "P0-C62" },
3544 {
3545 "Priority": "medium",
3546 "LocCode": "P0-C61"
3547 },
3548 { "Priority": "low", "LocCode": "P0" }
3549 ]
3550 }
3551 ]
3552 },
3553 {
3554 "ADValue": "CP0_VDD1",
3555 "Callouts": [
3556 {
3557 "CalloutList": [
3558 { "Priority": "high", "LocCode": "P0-C60" },
3559 {
3560 "Priority": "medium",
3561 "LocCode": "P0-C61"
3562 },
3563 { "Priority": "low", "LocCode": "P0" }
3564 ]
3565 }
3566 ]
3567 },
3568 {
3569 "ADValue": "CP1_VDD0",
3570 "Callouts": [
3571 {
3572 "CalloutList": [
3573 { "Priority": "high", "LocCode": "P0-C13" },
3574 {
3575 "Priority": "medium",
3576 "LocCode": "P0-C14"
3577 },
3578 { "Priority": "low", "LocCode": "P0" }
3579 ]
3580 }
3581 ]
3582 },
3583 {
3584 "ADValue": "CP1_VDD1",
3585 "Callouts": [
3586 {
3587 "CalloutList": [
3588 { "Priority": "high", "LocCode": "P0-C15" },
3589 {
3590 "Priority": "medium",
3591 "LocCode": "P0-C14"
3592 },
3593 { "Priority": "low", "LocCode": "P0" }
3594 ]
3595 }
3596 ]
3597 },
3598 {
3599 "ADValue": "CP2_VDD0",
3600 "Callouts": [
3601 {
3602 "CalloutList": [
3603 { "Priority": "high", "LocCode": "P0-C18" },
3604 {
3605 "Priority": "medium",
3606 "LocCode": "P0-C19"
3607 },
3608 { "Priority": "low", "LocCode": "P0" }
3609 ]
3610 }
3611 ]
3612 },
3613 {
3614 "ADValue": "CP2_VDD1",
3615 "Callouts": [
3616 {
3617 "CalloutList": [
3618 { "Priority": "high", "LocCode": "P0-C20" },
3619 {
3620 "Priority": "medium",
3621 "LocCode": "P0-C19"
3622 },
3623 { "Priority": "low", "LocCode": "P0" }
3624 ]
3625 }
3626 ]
3627 },
3628 {
3629 "ADValue": "CP3_VDD0",
3630 "Callouts": [
3631 {
3632 "CalloutList": [
3633 { "Priority": "high", "LocCode": "P0-C57" },
3634 {
3635 "Priority": "medium",
3636 "LocCode": "P0-C56"
3637 },
3638 { "Priority": "low", "LocCode": "P0" }
3639 ]
3640 }
3641 ]
3642 },
3643 {
3644 "ADValue": "CP3_VDD1",
3645 "Callouts": [
3646 {
3647 "CalloutList": [
3648 { "Priority": "high", "LocCode": "P0-C55" },
3649 {
3650 "Priority": "medium",
3651 "LocCode": "P0-C56"
3652 },
3653 { "Priority": "low", "LocCode": "P0" }
3654 ]
3655 }
3656 ]
3657 },
3658 {
3659 "ADValue": "CP0_VCS0",
3660 "Callouts": [
3661 {
3662 "CalloutList": [
3663 { "Priority": "high", "LocCode": "P0-C63" },
3664 {
3665 "Priority": "medium",
3666 "LocCode": "P0-C61"
3667 },
3668 { "Priority": "low", "LocCode": "P0" }
3669 ]
3670 }
3671 ]
3672 },
3673 {
3674 "ADValue": "CP0_VCS1",
3675 "Callouts": [
3676 {
3677 "CalloutList": [
3678 { "Priority": "high", "LocCode": "P0-C59" },
3679 {
3680 "Priority": "medium",
3681 "LocCode": "P0-C61"
3682 },
3683 { "Priority": "low", "LocCode": "P0" }
3684 ]
3685 }
3686 ]
3687 },
3688 {
3689 "ADValue": "CP1_VCS0",
3690 "Callouts": [
3691 {
3692 "CalloutList": [
3693 { "Priority": "high", "LocCode": "P0-C12" },
3694 {
3695 "Priority": "medium",
3696 "LocCode": "P0-C14"
3697 },
3698 { "Priority": "low", "LocCode": "P0" }
3699 ]
3700 }
3701 ]
3702 },
3703 {
3704 "ADValue": "CP1_VCS1",
3705 "Callouts": [
3706 {
3707 "CalloutList": [
3708 { "Priority": "high", "LocCode": "P0-C16" },
3709 {
3710 "Priority": "medium",
3711 "LocCode": "P0-C14"
3712 },
3713 { "Priority": "low", "LocCode": "P0" }
3714 ]
3715 }
3716 ]
3717 },
3718 {
3719 "ADValue": "CP2_VCS0",
3720 "Callouts": [
3721 {
3722 "CalloutList": [
3723 { "Priority": "high", "LocCode": "P0-C17" },
3724 {
3725 "Priority": "medium",
3726 "LocCode": "P0-C19"
3727 },
3728 { "Priority": "low", "LocCode": "P0" }
3729 ]
3730 }
3731 ]
3732 },
3733 {
3734 "ADValue": "CP2_VCS1",
3735 "Callouts": [
3736 {
3737 "CalloutList": [
3738 { "Priority": "high", "LocCode": "P0-C21" },
3739 {
3740 "Priority": "medium",
3741 "LocCode": "P0-C19"
3742 },
3743 { "Priority": "low", "LocCode": "P0" }
3744 ]
3745 }
3746 ]
3747 },
3748 {
3749 "ADValue": "CP3_VCS0",
3750 "Callouts": [
3751 {
3752 "CalloutList": [
3753 { "Priority": "high", "LocCode": "P0-C58" },
3754 {
3755 "Priority": "medium",
3756 "LocCode": "P0-C56"
3757 },
3758 { "Priority": "low", "LocCode": "P0" }
3759 ]
3760 }
3761 ]
3762 },
3763 {
3764 "ADValue": "CP3_VCS1",
3765 "Callouts": [
3766 {
3767 "CalloutList": [
3768 { "Priority": "high", "LocCode": "P0-C54" },
3769 {
3770 "Priority": "medium",
3771 "LocCode": "P0-C56"
3772 },
3773 { "Priority": "low", "LocCode": "P0" }
3774 ]
3775 }
3776 ]
3777 },
3778 {
3779 "ADValue": "CP03_AVDD",
3780 "Callouts": [
3781 {
3782 "CalloutList": [
3783 { "Priority": "high", "LocCode": "P0-C58" },
3784 {
3785 "Priority": "medium",
3786 "LocCode": "P0-C61"
3787 },
3788 {
3789 "Priority": "medium",
3790 "LocCode": "P0-C56"
3791 },
3792 { "Priority": "low", "LocCode": "P0" }
3793 ]
3794 }
3795 ]
3796 },
3797 {
3798 "ADValue": "CP12_AVDD",
3799 "Callouts": [
3800 {
3801 "CalloutList": [
3802 { "Priority": "high", "LocCode": "P0-C16" },
3803 {
3804 "Priority": "medium",
3805 "LocCode": "P0-C14"
3806 },
3807 {
3808 "Priority": "medium",
3809 "LocCode": "P0-C19"
3810 },
3811 { "Priority": "low", "LocCode": "P0" }
3812 ]
3813 }
3814 ]
3815 },
3816 {
3817 "ADValue": "CP0_VDN",
3818 "Callouts": [
3819 {
3820 "CalloutList": [
3821 { "Priority": "high", "LocCode": "P0-C63" },
3822 {
3823 "Priority": "medium",
3824 "LocCode": "P0-C61"
3825 },
3826 { "Priority": "low", "LocCode": "P0" }
3827 ]
3828 }
3829 ]
3830 },
3831 {
3832 "ADValue": "CP1_VDN",
3833 "Callouts": [
3834 {
3835 "CalloutList": [
3836 { "Priority": "high", "LocCode": "P0-C12" },
3837 {
3838 "Priority": "medium",
3839 "LocCode": "P0-C14"
3840 },
3841 { "Priority": "low", "LocCode": "P0" }
3842 ]
3843 }
3844 ]
3845 },
3846 {
3847 "ADValue": "CP2_VDN",
3848 "Callouts": [
3849 {
3850 "CalloutList": [
3851 { "Priority": "high", "LocCode": "P0-C21" },
3852 {
3853 "Priority": "medium",
3854 "LocCode": "P0-C19"
3855 },
3856 { "Priority": "low", "LocCode": "P0" }
3857 ]
3858 }
3859 ]
3860 },
3861 {
3862 "ADValue": "CP3_VDN",
3863 "Callouts": [
3864 {
3865 "CalloutList": [
3866 { "Priority": "high", "LocCode": "P0-C54" },
3867 {
3868 "Priority": "medium",
3869 "LocCode": "P0-C56"
3870 },
3871 { "Priority": "low", "LocCode": "P0" }
3872 ]
3873 }
3874 ]
3875 },
3876 {
3877 "ADValue": "CP0_VIO",
3878 "Callouts": [
3879 {
3880 "CalloutList": [
3881 { "Priority": "high", "LocCode": "P0-C63" },
3882 {
3883 "Priority": "medium",
3884 "LocCode": "P0-C61"
3885 },
3886 { "Priority": "low", "LocCode": "P0" }
3887 ]
3888 }
3889 ]
3890 },
3891 {
3892 "ADValue": "CP1_VIO",
3893 "Callouts": [
3894 {
3895 "CalloutList": [
3896 { "Priority": "high", "LocCode": "P0-C12" },
3897 {
3898 "Priority": "medium",
3899 "LocCode": "P0-C14"
3900 },
3901 { "Priority": "low", "LocCode": "P0" }
3902 ]
3903 }
3904 ]
3905 },
3906 {
3907 "ADValue": "CP2_VIO",
3908 "Callouts": [
3909 {
3910 "CalloutList": [
3911 { "Priority": "high", "LocCode": "P0-C21" },
3912 {
3913 "Priority": "medium",
3914 "LocCode": "P0-C19"
3915 },
3916 { "Priority": "low", "LocCode": "P0" }
3917 ]
3918 }
3919 ]
3920 },
3921 {
3922 "ADValue": "CP3_VIO",
3923 "Callouts": [
3924 {
3925 "CalloutList": [
3926 { "Priority": "high", "LocCode": "P0-C54" },
3927 {
3928 "Priority": "medium",
3929 "LocCode": "P0-C56"
3930 },
3931 { "Priority": "low", "LocCode": "P0" }
3932 ]
3933 }
3934 ]
3935 },
3936 {
3937 "ADValue": "CP0_VPCIE",
3938 "Callouts": [
3939 {
3940 "CalloutList": [
3941 { "Priority": "high", "LocCode": "P0-C58" },
3942 {
3943 "Priority": "medium",
3944 "LocCode": "P0-C61"
3945 },
3946 { "Priority": "low", "LocCode": "P0" }
3947 ]
3948 }
3949 ]
3950 },
3951 {
3952 "ADValue": "CP1_VPCIE",
3953 "Callouts": [
3954 {
3955 "CalloutList": [
3956 { "Priority": "high", "LocCode": "P0-C16" },
3957 {
3958 "Priority": "medium",
3959 "LocCode": "P0-C14"
3960 },
3961 { "Priority": "low", "LocCode": "P0" }
3962 ]
3963 }
3964 ]
3965 },
3966 {
3967 "ADValue": "CP2_VPCIE",
3968 "Callouts": [
3969 {
3970 "CalloutList": [
3971 { "Priority": "high", "LocCode": "P0-C16" },
3972 {
3973 "Priority": "medium",
3974 "LocCode": "P0-C19"
3975 },
3976 { "Priority": "low", "LocCode": "P0" }
3977 ]
3978 }
3979 ]
3980 },
3981 {
3982 "ADValue": "CP3_VPCIE",
3983 "Callouts": [
3984 {
3985 "CalloutList": [
3986 { "Priority": "high", "LocCode": "P0-C58" },
3987 {
3988 "Priority": "medium",
3989 "LocCode": "P0-C56"
3990 },
3991 { "Priority": "low", "LocCode": "P0" }
3992 ]
3993 }
3994 ]
Jim Wright9b779e42022-12-16 17:50:23 -06003995 },
3996 {
Shawn McCarney8d1e19b2023-08-04 16:19:49 -05003997 "ADValue": "12.0VA",
3998 "Callouts": [
3999 {
4000 "CalloutList": [
4001 {
4002 "Priority": "high",
4003 "SymbolicFRU": "pgood_part"
4004 }
4005 ]
4006 }
4007 ]
4008 },
4009 {
Jim Wright9b779e42022-12-16 17:50:23 -06004010 "ADValue": "5.0VCS",
4011 "Callouts": [
4012 {
4013 "CalloutList": [
4014 { "Priority": "high", "LocCode": "P0" }
4015 ]
4016 }
4017 ]
4018 },
4019 {
Shawn McCarney8d1e19b2023-08-04 16:19:49 -05004020 "ADValue": "1.8V",
4021 "Callouts": [
4022 {
4023 "CalloutList": [
4024 { "Priority": "high", "LocCode": "P0" }
4025 ]
4026 }
4027 ]
4028 },
4029 {
4030 "ADValue": "0.9V",
4031 "Callouts": [
4032 {
4033 "CalloutList": [
4034 { "Priority": "high", "LocCode": "P0" }
4035 ]
4036 }
4037 ]
4038 },
4039 {
4040 "ADValue": "3.3V",
Jim Wright9b779e42022-12-16 17:50:23 -06004041 "Callouts": [
4042 {
4043 "CalloutList": [
4044 {
4045 "Priority": "high",
4046 "SymbolicFRU": "pcie_hot_plug"
4047 },
4048 { "Priority": "medium", "LocCode": "P0" }
4049 ]
4050 }
4051 ]
4052 },
4053 {
Shawn McCarney8d1e19b2023-08-04 16:19:49 -05004054 "ADValue": "1.5V_AVDD",
4055 "Callouts": [
4056 {
4057 "CalloutList": [
4058 { "Priority": "high", "LocCode": "P0-C5" },
4059 { "Priority": "medium", "LocCode": "P0" }
4060 ]
4061 }
4062 ]
4063 },
4064 {
4065 "ADValue": "0.65V_VDN",
4066 "Callouts": [
4067 {
4068 "CalloutList": [
4069 { "Priority": "high", "LocCode": "P0-C5" },
4070 { "Priority": "medium", "LocCode": "P0" }
4071 ]
4072 }
4073 ]
4074 },
4075 {
4076 "ADValue": "0.7VA_VDD",
4077 "Callouts": [
4078 {
4079 "CalloutList": [
4080 { "Priority": "high", "LocCode": "P0-C5" },
4081 { "Priority": "medium", "LocCode": "P0" }
4082 ]
4083 }
4084 ]
4085 },
4086 {
4087 "ADValue": "0.7VB_VDD",
4088 "Callouts": [
4089 {
4090 "CalloutList": [
4091 { "Priority": "high", "LocCode": "P0-C5" },
4092 { "Priority": "medium", "LocCode": "P0" }
4093 ]
4094 }
4095 ]
4096 },
4097 {
4098 "ADValue": "0.75V_VCS",
4099 "Callouts": [
4100 {
4101 "CalloutList": [
4102 { "Priority": "high", "LocCode": "P0-C5" },
4103 { "Priority": "medium", "LocCode": "P0" }
4104 ]
4105 }
4106 ]
4107 },
4108 {
4109 "ADValue": "0.9V_VIO",
4110 "Callouts": [
4111 {
4112 "CalloutList": [
4113 { "Priority": "high", "LocCode": "P0-C5" },
4114 { "Priority": "medium", "LocCode": "P0" }
4115 ]
4116 }
4117 ]
4118 },
4119 {
4120 "ADValue": "0.85V_VPCIE",
4121 "Callouts": [
4122 {
4123 "CalloutList": [
4124 { "Priority": "high", "LocCode": "P0-C5" },
4125 { "Priority": "medium", "LocCode": "P0" }
4126 ]
4127 }
4128 ]
4129 },
4130 {
4131 "ADValue": "PMIC2_PG",
Jim Wright9b779e42022-12-16 17:50:23 -06004132 "Callouts": [
4133 {
4134 "CalloutList": [
4135 {
4136 "Priority": "high",
Shawn McCarney8d1e19b2023-08-04 16:19:49 -05004137 "SymbolicFRU": "memory_dimm"
Jim Wright9b779e42022-12-16 17:50:23 -06004138 },
4139 { "Priority": "medium", "LocCode": "P0" }
4140 ]
4141 }
4142 ]
4143 },
4144 {
Shawn McCarney8d1e19b2023-08-04 16:19:49 -05004145 "ADValue": "PMIC3_PG",
Jim Wright9b779e42022-12-16 17:50:23 -06004146 "Callouts": [
4147 {
4148 "CalloutList": [
Jim Wright9b779e42022-12-16 17:50:23 -06004149 {
Shawn McCarney8d1e19b2023-08-04 16:19:49 -05004150 "Priority": "high",
4151 "SymbolicFRU": "memory_dimm"
4152 },
4153 { "Priority": "medium", "LocCode": "P0" }
Jim Wright9b779e42022-12-16 17:50:23 -06004154 ]
4155 }
4156 ]
4157 },
4158 {
Shawn McCarney8d1e19b2023-08-04 16:19:49 -05004159 "ADValue": "VDDR_1.2VB",
Jim Wright9b779e42022-12-16 17:50:23 -06004160 "Callouts": [
4161 {
4162 "CalloutList": [
Jim Wright9b779e42022-12-16 17:50:23 -06004163 {
Shawn McCarney8d1e19b2023-08-04 16:19:49 -05004164 "Priority": "high",
4165 "SymbolicFRU": "memory_dimm"
4166 },
4167 { "Priority": "medium", "LocCode": "P0" }
Jim Wright9b779e42022-12-16 17:50:23 -06004168 ]
4169 }
4170 ]
4171 },
4172 {
Shawn McCarney8d1e19b2023-08-04 16:19:49 -05004173 "ADValue": "VDDR_1.2VA",
Jim Wright9b779e42022-12-16 17:50:23 -06004174 "Callouts": [
4175 {
4176 "CalloutList": [
Jim Wright9b779e42022-12-16 17:50:23 -06004177 {
Shawn McCarney8d1e19b2023-08-04 16:19:49 -05004178 "Priority": "high",
4179 "SymbolicFRU": "memory_dimm"
4180 },
4181 { "Priority": "medium", "LocCode": "P0" }
Jim Wright9b779e42022-12-16 17:50:23 -06004182 ]
4183 }
4184 ]
Jim Wright7f678902020-11-30 16:03:57 -06004185 }
4186 ]
4187 },
4188
4189 "Documentation": {
4190 "Description": "The power sequencer chip detected a voltage fault",
4191 "Message": "The power sequencer chip detected a voltage fault",
Patrick Williams26919f02022-12-08 06:12:43 -06004192 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06004193 },
4194
4195 "JournalCapture": {
4196 "Sections": [
4197 {
4198 "SyslogID": "phosphor-psu-monitor",
4199 "NumLines": 30
4200 },
4201 {
4202 "SyslogID": "phosphor-power-control",
4203 "NumLines": 30
4204 },
4205 {
4206 "SyslogID": "phosphor-chassis-state-manager",
4207 "NumLines": 15
4208 },
4209 {
4210 "SyslogID": "systemd",
4211 "NumLines": 15
4212 },
4213 {
4214 "SyslogID": "phosphor-regulators",
4215 "NumLines": 5
4216 }
4217 ]
Jim Wright7f678902020-11-30 16:03:57 -06004218 }
4219 },
4220
4221 {
Shawn McCarney7f1ec942021-07-28 13:33:34 -05004222 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.N",
4223 "Subsystem": "power",
4224 "Severity": "predictive_redundancy_loss",
4225 "ComponentID": "0x2700",
4226
4227 "SRC": {
4228 "Type": "11",
4229 "ReasonCode": "0x2700",
Matt Spinler04ac4e32023-04-14 14:16:37 -05004230 "Words6To9": {},
4231 "DeconfigFlag": true
Shawn McCarney7f1ec942021-07-28 13:33:34 -05004232 },
4233
4234 "Documentation": {
4235 "Description": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
4236 "Message": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
4237 "Notes": [
4238 "CALLOUT_INVENTORY_PATH should be specified in the ",
4239 "AdditionalData property of the event log so that ",
4240 "the device is called out but not the communication path."
4241 ]
4242 }
4243 },
4244
4245 {
4246 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.NPlus1",
4247 "Subsystem": "power",
4248 "Severity": "non_error",
4249 "MfgSeverity": "predictive_redundancy_loss",
4250 "ActionFlags": ["report"],
4251 "MfgActionFlags": ["service_action", "report", "call_home"],
4252 "ComponentID": "0x2700",
4253
4254 "SRC": {
4255 "Type": "11",
4256 "ReasonCode": "0x2701",
4257 "Words6To9": {}
4258 },
4259
4260 "Documentation": {
4261 "Description": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
4262 "Message": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
4263 "Notes": [
4264 "CALLOUT_INVENTORY_PATH should be specified in the ",
4265 "AdditionalData property of the event log so that ",
4266 "the device is called out but not the communication path."
4267 ]
4268 }
4269 },
4270
4271 {
Shawn McCarney01648f52020-06-25 11:42:02 -05004272 "Name": "xyz.openbmc_project.Power.Regulators.Error.WriteVerification",
4273 "Subsystem": "power",
4274 "ComponentID": "0x2700",
4275
4276 "SRC": {
4277 "Type": "11",
4278 "ReasonCode": "0x2900",
Matt Spinler04ac4e32023-04-14 14:16:37 -05004279 "Words6To9": {},
4280 "DeconfigFlag": true
Shawn McCarney01648f52020-06-25 11:42:02 -05004281 },
4282
4283 "Documentation": {
4284 "Description": "A write verification error occurred on a device",
4285 "Message": "A write verification error occurred on a device",
4286 "Notes": [
4287 "This error occurs when a device register is written, ",
4288 "read back, and the two values do not match. This is ",
4289 "also called a read-back error. The device should be ",
4290 "identified using the CALLOUT_DEVICE_PATH or ",
4291 "CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR keywords in the ",
4292 "AdditionalData property of the event log. This will ",
4293 "cause the device and the hardware in the communication ",
4294 "path to be called out."
4295 ]
4296 }
4297 },
4298
4299 {
Shawn McCarneye4022182022-01-31 19:09:01 -06004300 "Name": "xyz.openbmc_project.Power.UPS.Error.Battery.Discharging",
4301 "Subsystem": "power",
4302 "Severity": "non_error",
4303 "ActionFlags": ["report"],
4304 "ComponentID": "0x2700",
4305
4306 "SRC": {
4307 "Type": "11",
4308 "ReasonCode": "0x4201",
4309 "Words6To9": {}
4310 },
4311
4312 "Documentation": {
4313 "Description": "The Uninterruptible Power Supply (UPS) battery is discharging and providing power to the system due to a utility failure",
4314 "Message": "The Uninterruptible Power Supply (UPS) battery is discharging and providing power to the system due to a utility failure",
Patrick Williams26919f02022-12-08 06:12:43 -06004315 "Notes": []
Shawn McCarneye4022182022-01-31 19:09:01 -06004316 }
4317 },
4318
4319 {
4320 "Name": "xyz.openbmc_project.Power.UPS.Error.Battery.Low",
4321 "Subsystem": "power",
4322 "Severity": "non_error",
4323 "ActionFlags": ["report"],
4324 "ComponentID": "0x2700",
4325
4326 "SRC": {
4327 "Type": "11",
4328 "ReasonCode": "0x4203",
4329 "Words6To9": {}
4330 },
4331
4332 "Documentation": {
4333 "Description": "The Uninterruptible Power Supply (UPS) battery level is low",
4334 "Message": "The Uninterruptible Power Supply (UPS) battery level is low",
Patrick Williams26919f02022-12-08 06:12:43 -06004335 "Notes": []
Shawn McCarneye4022182022-01-31 19:09:01 -06004336 }
4337 },
4338
4339 {
Shawn McCarney01648f52020-06-25 11:42:02 -05004340 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile",
4341 "Subsystem": "power",
4342 "ComponentID": "0x2700",
4343
4344 "SRC": {
4345 "Type": "11",
4346 "ReasonCode": "0xA013",
4347 "Words6To9": {}
4348 },
4349
4350 "Callouts": [
4351 {
4352 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06004353 { "Priority": "high", "Procedure": "BMC0001" }
Shawn McCarney01648f52020-06-25 11:42:02 -05004354 ]
4355 }
4356 ],
4357
4358 "Documentation": {
4359 "Description": "A regulators configuration file error occurred",
4360 "Message": "A regulators configuration file error occurred",
4361 "Notes": [
4362 "The regulators configuration file could not be found, ",
4363 "could not be read, or had invalid contents."
4364 ]
4365 }
4366 },
4367
4368 {
Shawn McCarney82e31d82021-02-19 16:25:55 -06004369 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile.Critical",
4370 "Subsystem": "power",
4371 "Severity": "critical_system_term",
4372 "ComponentID": "0x2700",
4373
4374 "SRC": {
4375 "Type": "11",
4376 "ReasonCode": "0xA014",
Mike Cappsa2d7b772022-03-07 15:47:48 -05004377 "Words6To9": {}
Shawn McCarney82e31d82021-02-19 16:25:55 -06004378 },
4379
4380 "Callouts": [
4381 {
4382 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06004383 { "Priority": "high", "Procedure": "BMC0001" }
Shawn McCarney82e31d82021-02-19 16:25:55 -06004384 ]
4385 }
4386 ],
4387
4388 "Documentation": {
4389 "Description": "A critical regulators configuration file error occurred",
4390 "Message": "A critical regulators configuration file error occurred",
4391 "Notes": [
4392 "The regulators configuration file could not be found, ",
4393 "could not be read, or had invalid contents. As a result ",
4394 "voltage regulators could not be configured, and the ",
4395 "chassis could not be powered on."
4396 ]
4397 }
4398 },
4399
4400 {
Jim Wright7f678902020-11-30 16:03:57 -06004401 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerFault",
4402 "Subsystem": "power_sequencer",
4403 "ComponentID": "0x2700",
4404
4405 "SRC": {
4406 "Type": "11",
4407 "ReasonCode": "0xD000",
4408 "Words6To9": {}
4409 },
4410
4411 "Callouts": [
4412 {
Patrick Williams26919f02022-12-08 06:12:43 -06004413 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Jim Wright7f678902020-11-30 16:03:57 -06004414 }
4415 ],
4416
4417 "Documentation": {
4418 "Description": "The power sequencer chip detected a fault",
4419 "Message": "The power sequencer chip detected a fault",
Patrick Williams26919f02022-12-08 06:12:43 -06004420 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06004421 },
4422
4423 "JournalCapture": {
4424 "Sections": [
4425 {
4426 "SyslogID": "phosphor-psu-monitor",
4427 "NumLines": 30
4428 },
4429 {
4430 "SyslogID": "phosphor-power-control",
4431 "NumLines": 30
4432 },
4433 {
4434 "SyslogID": "phosphor-chassis-state-manager",
4435 "NumLines": 15
4436 },
4437 {
4438 "SyslogID": "systemd",
4439 "NumLines": 15
4440 },
4441 {
4442 "SyslogID": "phosphor-regulators",
4443 "NumLines": 5
4444 }
4445 ]
Jim Wright7f678902020-11-30 16:03:57 -06004446 }
4447 },
4448
4449 {
Jim Wrightc1ba04f2021-11-12 15:31:32 -06004450 "Name": "xyz.openbmc_project.Power.Error.PowerOnTimeout",
Jim Wright7f678902020-11-30 16:03:57 -06004451 "Subsystem": "power_sequencer",
4452 "ComponentID": "0x2700",
Jim Wrightc1ba04f2021-11-12 15:31:32 -06004453 "Severity": "critical",
Jim Wright7f678902020-11-30 16:03:57 -06004454
4455 "SRC": {
4456 "Type": "11",
4457 "ReasonCode": "0xD002",
4458 "Words6To9": {}
4459 },
4460
4461 "Callouts": [
4462 {
Patrick Williams26919f02022-12-08 06:12:43 -06004463 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Jim Wright7f678902020-11-30 16:03:57 -06004464 }
4465 ],
4466
4467 "Documentation": {
Jim Wrightc1ba04f2021-11-12 15:31:32 -06004468 "Description": "System power failed to turn on within timeout period",
4469 "Message": "System power failed to turn on within timeout period",
Patrick Williams26919f02022-12-08 06:12:43 -06004470 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06004471 },
4472
4473 "JournalCapture": {
4474 "Sections": [
4475 {
4476 "SyslogID": "phosphor-psu-monitor",
4477 "NumLines": 30
4478 },
4479 {
4480 "SyslogID": "phosphor-power-control",
4481 "NumLines": 30
4482 },
4483 {
4484 "SyslogID": "phosphor-chassis-state-manager",
4485 "NumLines": 15
4486 },
4487 {
4488 "SyslogID": "systemd",
4489 "NumLines": 15
4490 },
4491 {
4492 "SyslogID": "phosphor-regulators",
4493 "NumLines": 5
4494 }
4495 ]
Jim Wrightc1ba04f2021-11-12 15:31:32 -06004496 }
4497 },
4498
4499 {
4500 "Name": "xyz.openbmc_project.Power.Error.PowerOffTimeout",
4501 "Subsystem": "power_sequencer",
4502 "ComponentID": "0x2700",
4503 "Severity": "critical",
4504
4505 "SRC": {
4506 "Type": "11",
4507 "ReasonCode": "0xD008",
4508 "Words6To9": {}
4509 },
4510
4511 "Callouts": [
4512 {
Patrick Williams26919f02022-12-08 06:12:43 -06004513 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Jim Wrightc1ba04f2021-11-12 15:31:32 -06004514 }
4515 ],
4516
4517 "Documentation": {
4518 "Description": "System power failed to turn off within timeout period",
4519 "Message": "System power failed to turn off within timeout period",
Patrick Williams26919f02022-12-08 06:12:43 -06004520 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06004521 },
4522
4523 "JournalCapture": {
4524 "Sections": [
4525 {
4526 "SyslogID": "phosphor-psu-monitor",
4527 "NumLines": 30
4528 },
4529 {
4530 "SyslogID": "phosphor-power-control",
4531 "NumLines": 30
4532 },
4533 {
4534 "SyslogID": "phosphor-chassis-state-manager",
4535 "NumLines": 15
4536 },
4537 {
4538 "SyslogID": "systemd",
4539 "NumLines": 15
4540 },
4541 {
4542 "SyslogID": "phosphor-regulators",
4543 "NumLines": 5
4544 }
4545 ]
Jim Wright7f678902020-11-30 16:03:57 -06004546 }
4547 },
4548
4549 {
Shawn McCarney01648f52020-06-25 11:42:02 -05004550 "Name": "xyz.openbmc_project.Power.Error.Internal",
4551 "Subsystem": "power",
4552 "ComponentID": "0x2700",
4553
4554 "SRC": {
4555 "Type": "11",
4556 "ReasonCode": "0xE000",
4557 "Words6To9": {}
4558 },
4559
4560 "Callouts": [
4561 {
4562 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06004563 { "Priority": "high", "Procedure": "BMC0001" }
Shawn McCarney01648f52020-06-25 11:42:02 -05004564 ]
4565 }
4566 ],
4567
4568 "Documentation": {
4569 "Description": "An internal firmware error occurred",
4570 "Message": "An internal firmware error occurred",
4571 "Notes": [
4572 "The error details must be provided in the AdditionalData ",
4573 "property of the event log."
4574 ]
4575 }
4576 },
4577
4578 {
4579 "Name": "xyz.openbmc_project.Power.Error.I2C",
4580 "Subsystem": "cec_i2c",
4581 "ComponentID": "0x2700",
4582
4583 "SRC": {
4584 "Type": "11",
4585 "ReasonCode": "0xE100",
Matt Spinler04ac4e32023-04-14 14:16:37 -05004586 "Words6To9": {},
4587 "DeconfigFlag": true
Shawn McCarney01648f52020-06-25 11:42:02 -05004588 },
4589
4590 "Documentation": {
4591 "Description": "An I2C error occurred communicating with a device",
4592 "Message": "An I2C error occurred communicating with a device",
4593 "Notes": [
4594 "The device should be identified using the ",
4595 "CALLOUT_DEVICE_PATH or CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR ",
4596 "keywords in the AdditionalData property of the event ",
4597 "log. This will cause the device and the hardware in the ",
4598 "communication path to be called out."
4599 ]
4600 }
4601 },
4602
4603 {
4604 "Name": "xyz.openbmc_project.Power.Error.PMBus",
4605 "Subsystem": "power",
4606 "ComponentID": "0x2700",
4607
4608 "SRC": {
4609 "Type": "11",
4610 "ReasonCode": "0xE200",
Matt Spinler04ac4e32023-04-14 14:16:37 -05004611 "Words6To9": {},
4612 "DeconfigFlag": true
Shawn McCarney01648f52020-06-25 11:42:02 -05004613 },
4614
4615 "Documentation": {
4616 "Description": "A PMBus error occurred on a device",
4617 "Message": "A PMBus error occurred on a device",
4618 "Notes": [
4619 "This error occurs when the I2C communication was ",
4620 "successful, but the PMBus value read is invalid or ",
4621 "unsupported. CALLOUT_INVENTORY_PATH should be specified ",
4622 "in the AdditionalData property of the event log so that ",
4623 "the device is called out but not the communication path."
4624 ]
4625 }
4626 },
4627
4628 {
4629 "Name": "xyz.openbmc_project.Power.Error.DBus",
4630 "Subsystem": "power",
4631 "ComponentID": "0x2700",
4632
4633 "SRC": {
4634 "Type": "11",
4635 "ReasonCode": "0xE300",
4636 "Words6To9": {}
4637 },
4638
4639 "Callouts": [
4640 {
4641 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06004642 { "Priority": "high", "Procedure": "BMC0001" }
Shawn McCarney01648f52020-06-25 11:42:02 -05004643 ]
4644 }
4645 ],
4646
4647 "Documentation": {
4648 "Description": "A firmware inter-process communication (D-Bus) error occurred",
4649 "Message": "A firmware inter-process communication (D-Bus) error occurred"
4650 }
Matt Spinler60d1c392020-09-23 15:23:24 -05004651 },
4652
4653 {
Matt Spinler7c9c07e2020-10-22 10:16:37 -05004654 "Name": "xyz.openbmc_project.Fan.Error.Fault",
4655 "Subsystem": "power_fans",
4656 "ComponentID": "0x2800",
4657
4658 "SRC": {
4659 "Type": "11",
4660 "ReasonCode": "0x76F0",
Matt Spinler04ac4e32023-04-14 14:16:37 -05004661 "Words6To9": {},
4662 "DeconfigFlag": true
Matt Spinler7c9c07e2020-10-22 10:16:37 -05004663 },
4664
4665 "Documentation": {
4666 "Description": "Fan rotor fault",
4667 "Message": "Fan rotor fault",
4668 "Notes": [
4669 "This error occurs when a fan rotor has been faulted for a ",
4670 "certain amount of time. The callout is the fan which is ",
4671 "passed in with CALLOUT_INVENTORY_PATH. The severity is ",
4672 "passed in during creation and will be either informational ",
4673 "or unrecoverable. The action flags use the defaults and ",
4674 "vary based on the severity."
4675 ]
4676 }
4677 },
4678
4679 {
Matt Spinler60d1c392020-09-23 15:23:24 -05004680 "Name": "xyz.openbmc_project.Fan.Error.Missing",
4681 "Subsystem": "power_fans",
4682 "ComponentID": "0x2800",
4683 "Severity": "unrecoverable_redundancy_loss",
4684 "ActionFlags": ["service_action", "report", "call_home"],
4685
4686 "SRC": {
4687 "Type": "11",
4688 "ReasonCode": "0x76F1",
Matt Spinler04ac4e32023-04-14 14:16:37 -05004689 "Words6To9": {},
4690 "DeconfigFlag": true
Matt Spinler60d1c392020-09-23 15:23:24 -05004691 },
4692
4693 "Callouts": [
4694 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05004695 "System": "com.ibm.Hardware.Chassis.Model.Rainier",
Matt Spinler60d1c392020-09-23 15:23:24 -05004696 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -05004697 {
Patrick Williams26919f02022-12-08 06:12:43 -06004698 "Priority": "high",
4699 "SymbolicFRUTrusted": "air_mover",
4700 "UseInventoryLocCode": true
Matt Spinler80600192020-10-23 09:29:33 -05004701 },
4702 {
4703 "Priority": "low",
4704 "LocCode": "P0"
4705 }
Matt Spinler60d1c392020-09-23 15:23:24 -05004706 ]
Matt Spinler938ac792021-05-12 10:46:44 -05004707 },
4708 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05004709 "System": "com.ibm.Hardware.Chassis.Model.Everest",
Matt Spinler938ac792021-05-12 10:46:44 -05004710 "CalloutList": [
4711 {
Patrick Williams26919f02022-12-08 06:12:43 -06004712 "Priority": "high",
4713 "SymbolicFRUTrusted": "air_mover",
4714 "UseInventoryLocCode": true
Matt Spinler938ac792021-05-12 10:46:44 -05004715 },
4716 {
4717 "Priority": "low",
4718 "LocCode": "P1"
4719 }
4720 ]
Matt Spinler0600cf72023-04-10 11:22:33 -05004721 },
4722 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05004723 "System": "com.ibm.Hardware.Chassis.Model.Bonnell",
Matt Spinler0600cf72023-04-10 11:22:33 -05004724 "CalloutList": [
4725 {
4726 "Priority": "high",
4727 "SymbolicFRUTrusted": "air_mover",
4728 "UseInventoryLocCode": true
4729 },
4730 {
4731 "Priority": "low",
4732 "LocCode": "P0"
4733 }
4734 ]
Matt Spinler60d1c392020-09-23 15:23:24 -05004735 }
4736 ],
4737
4738 "Documentation": {
4739 "Description": "A fan is missing",
4740 "Message": "A fan is missing",
4741 "Notes": [
4742 "This error occurs when a fan has been missing for a ",
Matt Spinler80600192020-10-23 09:29:33 -05004743 "certain amount of time. The first callout is the ",
4744 "symbolic FRU AIR_MOVR that has the trusted fan location ",
4745 "code, which it gets using the passed in ",
4746 "CALLOUT_INVENTORY_PATH. The second callout is the FRU ",
Matt Spinler938ac792021-05-12 10:46:44 -05004747 "where the controller and GPIO expander are."
Matt Spinler60d1c392020-09-23 15:23:24 -05004748 ]
4749 }
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004750 },
4751
4752 {
Matt Spinleradf070b2021-04-21 13:39:45 -05004753 "Name": "xyz.openbmc_project.Fan.Presence.Error.Detection",
4754 "ComponentID": "0x2800",
4755 "Subsystem": "power_fans",
4756 "Severity": "non_error",
4757 "ActionFlags": ["report"],
4758 "MfgSeverity": "predictive",
4759 "MfgActionFlags": ["service_action", "report"],
4760
4761 "SRC": {
4762 "Type": "11",
4763 "ReasonCode": "0x76F2",
4764 "Words6To9": {}
4765 },
4766
4767 "Callouts": [
4768 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05004769 "System": "com.ibm.Hardware.Chassis.Model.Rainier",
Patrick Williams26919f02022-12-08 06:12:43 -06004770 "CalloutList": [{ "Priority": "medium", "LocCode": "P0" }]
Matt Spinleradf070b2021-04-21 13:39:45 -05004771 },
4772 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05004773 "System": "com.ibm.Hardware.Chassis.Model.Everest",
Patrick Williams26919f02022-12-08 06:12:43 -06004774 "CalloutList": [{ "Priority": "medium", "LocCode": "P1" }]
Matt Spinler0600cf72023-04-10 11:22:33 -05004775 },
4776 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05004777 "System": "com.ibm.Hardware.Chassis.Model.Bonnell",
Matt Spinler0600cf72023-04-10 11:22:33 -05004778 "CalloutList": [{ "Priority": "medium", "LocCode": "P0" }]
Matt Spinleradf070b2021-04-21 13:39:45 -05004779 }
4780 ],
4781
4782 "Documentation": {
4783 "Description": "Presence detect methods for the same fan disagree",
4784 "Message": "Presence detect methods for the same fan disagree",
4785 "Notes": [
4786 "This error occurs when there is more than one way to detect",
4787 "fan presence, and they don't all agree. For example, the",
4788 "GPIO says a fan isn't present, but the tach readings are",
4789 "nonzero. This is informational, unless in manufacturing.",
4790 "The fan FRU is passed in as a high priority callout.",
4791 "The FRU the GPIO source is on is called out medium."
4792 ]
4793 }
4794 },
4795
4796 {
Matt Spinlerdde99202021-06-14 12:15:59 -06004797 "Name": "xyz.openbmc_project.Fan.Error.FanControllerOffline",
4798 "ComponentID": "0x2800",
4799 "Subsystem": "power_fans",
4800 "Severity": "critical_system_term",
4801 "ActionFlags": ["service_action", "report", "call_home"],
4802
4803 "SRC": {
4804 "Type": "11",
4805 "ReasonCode": "0x76F3",
Mike Cappsa2d7b772022-03-07 15:47:48 -05004806 "Words6To9": {}
Matt Spinlerdde99202021-06-14 12:15:59 -06004807 },
4808
4809 "Callouts": [
4810 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05004811 "System": "com.ibm.Hardware.Chassis.Model.Rainier",
Matt Spinlerdde99202021-06-14 12:15:59 -06004812 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004813 { "Priority": "high", "LocCode": "P0-C5" },
4814 {
4815 "Priority": "medium_group_a",
4816 "LocCode": "P0-T12",
4817 "SymbolicFRUTrusted": "fan_cable"
4818 },
4819 {
4820 "Priority": "medium_group_a",
4821 "LocCode": "P0-T17",
4822 "SymbolicFRUTrusted": "cable_continued"
4823 },
4824 { "Priority": "low", "LocCode": "P0" }
Matt Spinlerdde99202021-06-14 12:15:59 -06004825 ]
4826 },
4827 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05004828 "System": "com.ibm.Hardware.Chassis.Model.Everest",
Matt Spinlerdde99202021-06-14 12:15:59 -06004829 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004830 { "Priority": "high", "LocCode": "P0-C0" },
4831 { "Priority": "medium", "LocCode": "P1" },
4832 { "Priority": "low", "LocCode": "P0" }
Matt Spinlerdde99202021-06-14 12:15:59 -06004833 ]
Matt Spinler0600cf72023-04-10 11:22:33 -05004834 },
4835 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05004836 "System": "com.ibm.Hardware.Chassis.Model.Bonnell",
Matt Spinler0600cf72023-04-10 11:22:33 -05004837 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Matt Spinlerdde99202021-06-14 12:15:59 -06004838 }
4839 ],
4840
4841 "Documentation": {
4842 "Description": "The fan controller device is offline",
4843 "Message": "The fan controller is offline. The system must be powered off.",
4844 "Notes": [
4845 "The device that controls the fans is offline so the fan",
4846 "targets and speeds are unknown. The system will be shut",
4847 "down to preserve thermal safety. There may be an I2C",
4848 "or power problem with the device."
4849 ]
4850 }
4851 },
4852
4853 {
Patrick Williams26919f02022-12-08 06:12:43 -06004854 "Name": "xyz.openbmc_project.Fan.Presence.Error.GPIODeviceUnavailable",
4855 "Subsystem": "power_fans",
4856 "ComponentID": "0x2800",
4857 "Severity": "unrecoverable_redundancy_loss",
4858 "ActionFlags": ["service_action", "report", "call_home"],
Mike Cappsabc276e2021-06-18 16:41:30 -04004859
Patrick Williams26919f02022-12-08 06:12:43 -06004860 "SRC": {
4861 "Type": "11",
4862 "ReasonCode": "0x76F4",
4863 "Words6To9": {}
4864 },
Mike Cappsabc276e2021-06-18 16:41:30 -04004865
Patrick Williams26919f02022-12-08 06:12:43 -06004866 "Callouts": [
4867 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05004868 "System": "com.ibm.Hardware.Chassis.Model.Rainier",
Patrick Williams26919f02022-12-08 06:12:43 -06004869 "CalloutList": [
4870 { "Priority": "high", "LocCode": "P0-C5" },
4871 {
4872 "Priority": "medium_group_a",
4873 "LocCode": "P0-T12",
4874 "SymbolicFRUTrusted": "fan_cable"
4875 },
4876 {
4877 "Priority": "medium_group_a",
4878 "LocCode": "P0-T17",
4879 "SymbolicFRUTrusted": "cable_continued"
4880 },
4881 { "Priority": "low", "LocCode": "P0" }
4882 ]
4883 },
4884 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05004885 "System": "com.ibm.Hardware.Chassis.Model.Everest",
Patrick Williams26919f02022-12-08 06:12:43 -06004886 "CalloutList": [
4887 { "Priority": "high", "LocCode": "P0-C0" },
4888 { "Priority": "medium", "LocCode": "P1" },
4889 { "Priority": "low", "LocCode": "P0" }
4890 ]
Matt Spinler0600cf72023-04-10 11:22:33 -05004891 },
4892 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05004893 "System": "com.ibm.Hardware.Chassis.Model.Bonnell",
Matt Spinler0600cf72023-04-10 11:22:33 -05004894 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Patrick Williams26919f02022-12-08 06:12:43 -06004895 }
4896 ],
Mike Cappsabc276e2021-06-18 16:41:30 -04004897
Patrick Williams26919f02022-12-08 06:12:43 -06004898 "Documentation": {
4899 "Description": "Fan GPIO sensors not present",
4900 "Message": "Fan GPIO sensors not present",
4901 "Notes": [
4902 "The device that reports fan presence is not functioning."
4903 ]
4904 }
Mike Cappsabc276e2021-06-18 16:41:30 -04004905 },
4906
4907 {
Matt Spinler86e40dd2021-01-29 11:19:36 -06004908 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHigh",
4909 "Subsystem": "power",
4910 "ComponentID": "0x2800",
4911 "Severity": "predictive",
4912 "ActionFlags": ["service_action", "report"],
4913
4914 "SRC": {
4915 "ReasonCode": "0x2801",
4916 "Words6To9": {}
4917 },
4918
4919 "CalloutsUsingAD": {
4920 "ADName": "SENSOR_NAME",
4921 "CalloutsWithTheirADValues": [
4922 {
4923 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4924 "Callouts": [
4925 {
4926 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004927 {
4928 "Priority": "high",
4929 "SymbolicFRU": "ambient_temp"
4930 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004931 ]
4932 }
4933 ]
4934 }
Matt Spinlerc13bb1c2022-08-01 10:33:09 -05004935 ],
4936 "CalloutsWhenNoADMatch": [
4937 {
4938 "CalloutList": [
4939 {
4940 "Priority": "high",
4941 "SymbolicFRU": "overtemp"
4942 }
4943 ]
4944 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004945 ]
4946 },
4947
4948 "Documentation": {
4949 "Description": "A temperature sensor exceeded its performance loss threshold.",
4950 "Message": "A temperature sensor exceeded its performance loss threshold.",
4951 "Notes": [
4952 "A temperature sensor crossed its performance loss threshold value",
4953 "If it is the ambient sensor, then a symbolic FRU will be added.",
4954 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
4955 "a FRU callout."
4956 ]
4957 }
4958 },
4959
4960 {
4961 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHighClear",
4962 "Subsystem": "power",
4963 "ComponentID": "0x2800",
4964 "Severity": "non_error",
4965 "ActionFlags": ["report"],
4966 "EventType": "env_normal",
4967
4968 "SRC": {
4969 "ReasonCode": "0x2802",
4970 "Words6To9": {}
4971 },
4972
4973 "CalloutsUsingAD": {
4974 "ADName": "SENSOR_NAME",
4975 "CalloutsWithTheirADValues": [
4976 {
4977 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4978 "Callouts": [
4979 {
4980 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004981 {
4982 "Priority": "high",
4983 "SymbolicFRU": "ambient_temp_back"
4984 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004985 ]
4986 }
4987 ]
4988 }
4989 ]
4990 },
4991
4992 "Documentation": {
4993 "Description": "A temperature sensor is under its performance loss threshold.",
4994 "Message": "A temperature sensor is under its performance loss threshold.",
4995 "Notes": [
4996 "A temperature sensor crossed under its performance loss threshold value",
4997 "If it is the ambient sensor, then a symbolic FRU will be added."
4998 ]
4999 }
5000 },
5001
5002 {
5003 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHigh",
5004 "Subsystem": "power",
5005 "ComponentID": "0x2800",
5006 "Severity": "predictive",
5007 "ActionFlags": ["service_action", "report"],
5008
5009 "SRC": {
5010 "ReasonCode": "0x2803",
5011 "Words6To9": {}
5012 },
5013
5014 "CalloutsUsingAD": {
5015 "ADName": "SENSOR_NAME",
5016 "CalloutsWithTheirADValues": [
5017 {
5018 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
5019 "Callouts": [
5020 {
5021 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06005022 {
5023 "Priority": "high",
5024 "SymbolicFRU": "ambient_temp"
5025 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06005026 ]
5027 }
5028 ]
5029 }
Matt Spinlerc13bb1c2022-08-01 10:33:09 -05005030 ],
5031 "CalloutsWhenNoADMatch": [
5032 {
5033 "CalloutList": [
5034 {
5035 "Priority": "high",
5036 "SymbolicFRU": "overtemp"
5037 }
5038 ]
5039 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06005040 ]
5041 },
5042
5043 "Documentation": {
5044 "Description": "A temperature sensor exceeded its warning threshold.",
5045 "Message": "A temperature sensor exceeded its warning threshold.",
5046 "Notes": [
5047 "A temperature sensor crossed its warning threshold value",
5048 "If it is the ambient sensor, then a symbolic FRU will be added.",
5049 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
5050 "a FRU callout."
5051 ]
5052 }
5053 },
5054
5055 {
5056 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHighClear",
5057 "Subsystem": "power",
5058 "ComponentID": "0x2800",
5059 "Severity": "non_error",
5060 "ActionFlags": ["report"],
5061 "EventType": "env_normal",
5062
5063 "SRC": {
5064 "ReasonCode": "0x2804",
5065 "Words6To9": {}
5066 },
5067
5068 "CalloutsUsingAD": {
5069 "ADName": "SENSOR_NAME",
5070 "CalloutsWithTheirADValues": [
5071 {
5072 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
5073 "Callouts": [
5074 {
5075 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06005076 {
5077 "Priority": "high",
5078 "SymbolicFRU": "ambient_temp_back"
5079 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06005080 ]
5081 }
5082 ]
5083 }
5084 ]
5085 },
5086
5087 "Documentation": {
5088 "Description": "A temperature sensor is under its warning threshold.",
5089 "Message": "A temperature sensor is under its warning threshold.",
5090 "Notes": [
5091 "A temperature sensor crossed under its warning threshold value",
5092 "If it is the ambient sensor, then a symbolic FRU will be added."
5093 ]
5094 }
5095 },
5096
5097 {
5098 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHigh",
5099 "Subsystem": "power",
5100 "ComponentID": "0x2800",
Matt Spinlerfe2a3842024-02-06 08:58:09 -06005101 "Severity": "unrecoverable",
Matt Spinler86e40dd2021-01-29 11:19:36 -06005102 "ActionFlags": ["service_action", "report"],
5103
5104 "SRC": {
5105 "ReasonCode": "0x2805",
5106 "Words6To9": {}
5107 },
5108
5109 "CalloutsUsingAD": {
5110 "ADName": "SENSOR_NAME",
5111 "CalloutsWithTheirADValues": [
5112 {
5113 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
5114 "Callouts": [
5115 {
5116 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06005117 {
5118 "Priority": "high",
5119 "SymbolicFRU": "ambient_temp"
5120 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06005121 ]
5122 }
5123 ]
5124 }
Matt Spinlerc13bb1c2022-08-01 10:33:09 -05005125 ],
5126 "CalloutsWhenNoADMatch": [
5127 {
5128 "CalloutList": [
5129 {
5130 "Priority": "high",
5131 "SymbolicFRU": "overtemp"
5132 }
5133 ]
5134 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06005135 ]
5136 },
5137
5138 "Documentation": {
5139 "Description": "A temperature sensor exceeded its critical threshold.",
5140 "Message": "A temperature sensor exceeded its critical threshold.",
5141 "Notes": [
5142 "A temperature sensor crossed its critical threshold value",
5143 "If it is the ambient sensor, then a symbolic FRU will be added.",
5144 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
5145 "a FRU callout."
5146 ]
5147 }
5148 },
5149
5150 {
5151 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHighClear",
5152 "Subsystem": "power",
5153 "ComponentID": "0x2800",
5154 "Severity": "non_error",
5155 "ActionFlags": ["report"],
5156 "EventType": "env_normal",
5157
5158 "SRC": {
5159 "ReasonCode": "0x2806",
5160 "Words6To9": {}
5161 },
5162
5163 "CalloutsUsingAD": {
5164 "ADName": "SENSOR_NAME",
5165 "CalloutsWithTheirADValues": [
5166 {
5167 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
5168 "Callouts": [
5169 {
5170 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06005171 {
5172 "Priority": "high",
5173 "SymbolicFRU": "ambient_temp_back"
5174 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06005175 ]
5176 }
5177 ]
5178 }
5179 ]
5180 },
5181
5182 "Documentation": {
5183 "Description": "A temperature sensor is under its critical threshold.",
5184 "Message": "A temperature sensor is under its critical threshold.",
5185 "Notes": [
5186 "A temperature sensor crossed under its critical threshold value",
5187 "If it is the ambient sensor, then a symbolic FRU will be added."
5188 ]
5189 }
5190 },
5191
5192 {
Matt Spinler6b3490a2021-01-20 10:48:26 -06005193 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHigh",
5194 "Subsystem": "power",
5195 "ComponentID": "0x2800",
5196 "Severity": "predictive",
5197 "ActionFlags": ["service_action", "report"],
5198
5199 "SRC": {
5200 "ReasonCode": "0x2807",
5201 "Words6To9": {}
5202 },
5203
5204 "Callouts": [
5205 {
5206 "CalloutList": [
5207 {
Patrick Williams26919f02022-12-08 06:12:43 -06005208 "Priority": "high",
5209 "SymbolicFRU": "ambient_temp"
Matt Spinler6b3490a2021-01-20 10:48:26 -06005210 }
5211 ]
5212 }
5213 ],
5214
5215 "Documentation": {
5216 "Description": "The ambient temperature passed the EPOW3 limit.",
5217 "Message": "The ambient temperature passed the EPOW3 limit. The system will shut down if temp doesn't decrease.",
5218 "Notes": [
5219 "This error occurs when the ambient temperature surpassed",
5220 "the EPOW3 shutdown limit."
5221 ]
5222 }
5223 },
5224
5225 {
5226 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHighClear",
5227 "Subsystem": "power",
5228 "ComponentID": "0x2800",
5229 "Severity": "non_error",
5230 "ActionFlags": ["report"],
5231 "EventType": "env_normal",
5232
5233 "SRC": {
5234 "ReasonCode": "0x2808",
5235 "Words6To9": {}
5236 },
5237
5238 "Callouts": [
5239 {
5240 "CalloutList": [
5241 {
Patrick Williams26919f02022-12-08 06:12:43 -06005242 "Priority": "high",
5243 "SymbolicFRU": "ambient_temp_back"
Matt Spinler6b3490a2021-01-20 10:48:26 -06005244 }
5245 ]
5246 }
5247 ],
5248
5249 "Documentation": {
5250 "Description": "The ambient temperature is back under the EPOW3 limit.",
5251 "Message": "The ambient temperature is back under the EPOW3 limit."
5252 }
5253 },
5254
5255 {
5256 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.HardShutdownAlarmHigh",
5257 "Subsystem": "power",
5258 "ComponentID": "0x2800",
Matt Spinler6b3490a2021-01-20 10:48:26 -06005259 "ActionFlags": ["service_action", "report"],
5260
5261 "SRC": {
5262 "ReasonCode": "0x2809",
5263 "Words6To9": {}
5264 },
5265
5266 "Callouts": [
5267 {
5268 "CalloutList": [
5269 {
Patrick Williams26919f02022-12-08 06:12:43 -06005270 "Priority": "high",
5271 "SymbolicFRU": "ambient_temp"
Matt Spinler6b3490a2021-01-20 10:48:26 -06005272 }
5273 ]
5274 }
5275 ],
5276
5277 "Documentation": {
5278 "Description": "The ambient temperature passed the EPOW4 limit.",
5279 "Message": "The ambient temperature passed the EPOW4 limit. The system will shut down",
5280 "Notes": [
5281 "This error occurs when the ambient temperature surpassed",
5282 "the EPOW4 shutdown limit."
5283 ]
5284 }
5285 },
5286
5287 {
Rashmica Guptab63f75b2021-08-18 20:54:21 +10005288 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHigh",
5289 "Subsystem": "ext_env",
5290 "ComponentID": "0x2800",
5291 "Severity": "predictive",
5292 "ActionFlags": ["service_action", "report"],
5293
5294 "SRC": {
5295 "ReasonCode": "0x280A",
5296 "Words6To9": {}
5297 },
5298
5299 "CalloutsUsingAD": {
5300 "ADName": "SENSOR_NAME",
5301 "CalloutsWithTheirADValues": [
5302 {
5303 "ADValue": "/xyz/openbmc_project/sensors/altitude/Altitude",
5304 "Callouts": [
5305 {
5306 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06005307 {
5308 "Priority": "high",
5309 "SymbolicFRU": "altitude"
5310 }
Rashmica Guptab63f75b2021-08-18 20:54:21 +10005311 ]
5312 }
5313 ]
5314 }
5315 ]
5316 },
5317
5318 "Documentation": {
5319 "Description": "An altitude sensor exceeded its warning threshold.",
5320 "Message": "An altitude sensor exceeded its warning threshold.",
5321 "Notes": [
5322 "The virtual altitude sensor crossed its warning threshold value",
5323 " and a symbolic FRU will be added."
5324 ]
5325 }
5326 },
5327
5328 {
5329 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHighClear",
5330 "Subsystem": "ext_env",
5331 "ComponentID": "0x2800",
5332 "Severity": "non_error",
5333 "ActionFlags": ["report"],
5334 "EventType": "env_normal",
5335
5336 "SRC": {
5337 "ReasonCode": "0x280B",
5338 "Words6To9": {}
5339 },
5340
5341 "Documentation": {
5342 "Description": "An altitude sensor is under its warning threshold.",
5343 "Message": "An altitude sensor is under its warning threshold.",
5344 "Notes": [
5345 "The virtual altitude sensor is under its warning threshold value",
5346 " and a symbolic FRU will be added."
5347 ]
5348 }
5349 },
5350
5351 {
Matt Spinler81331342021-10-05 14:09:56 -05005352 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLow",
5353 "Subsystem": "cec_tod",
5354 "ComponentID": "0x2800",
Matt Spinlerfe2a3842024-02-06 08:58:09 -06005355 "Severity": "unrecoverable",
Matt Spinler81331342021-10-05 14:09:56 -05005356 "ActionFlags": ["service_action", "report"],
5357
5358 "SRC": {
5359 "ReasonCode": "0x280C",
5360 "Words6To9": {}
5361 },
5362
Matt Spinler81331342021-10-05 14:09:56 -05005363 "Documentation": {
5364 "Description": "A voltage sensor went below its critical low threshold.",
5365 "Message": "A voltage sensor went below its critical low threshold."
5366 }
5367 },
5368
5369 {
5370 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLowClear",
5371 "Subsystem": "cec_tod",
5372 "ComponentID": "0x2800",
5373 "Severity": "non_error",
5374 "ActionFlags": ["report"],
5375
5376 "SRC": {
5377 "ReasonCode": "0x280D",
5378 "Words6To9": {}
5379 },
5380
5381 "Documentation": {
5382 "Description": "A voltage sensor is over its critical low threshold.",
5383 "Message": "A voltage sensor is over its critical low threshold."
5384 }
5385 },
5386
5387 {
Matt Spinler1e792db2022-01-07 14:06:06 -06005388 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLow",
5389 "Subsystem": "power",
5390 "ComponentID": "0x2800",
5391 "Severity": "predictive",
5392 "ActionFlags": ["service_action", "report"],
5393
5394 "SRC": {
5395 "ReasonCode": "0x280E",
5396 "Words6To9": {}
5397 },
5398
5399 "Documentation": {
5400 "Description": "A temperature sensor is under its low warning threshold.",
5401 "Message": "A temperature sensor is under its low warning threshold.",
5402 "Notes": [
5403 "A temperature sensor crossed its low warning threshold value",
5404 "CALLOUT_INVENTORY_PATH will be passed in to add a FRU callout."
5405 ]
5406 }
5407 },
5408
5409 {
5410 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLowClear",
5411 "Subsystem": "power",
5412 "ComponentID": "0x2800",
5413 "Severity": "non_error",
5414 "ActionFlags": ["report"],
5415 "EventType": "env_normal",
5416
5417 "SRC": {
5418 "ReasonCode": "0x280F",
5419 "Words6To9": {}
5420 },
5421
5422 "Documentation": {
5423 "Description": "A temperature sensor is above its low warning threshold.",
5424 "Message": "A temperature sensor is above its low warning threshold.",
5425 "Notes": [
5426 "A temperature sensor crossed above its low warning threshold value."
5427 ]
5428 }
5429 },
5430
5431 {
5432 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalLow",
5433 "Subsystem": "power",
5434 "ComponentID": "0x2800",
Matt Spinlerfe2a3842024-02-06 08:58:09 -06005435 "Severity": "unrecoverable",
Matt Spinler1e792db2022-01-07 14:06:06 -06005436 "ActionFlags": ["service_action", "report"],
5437
5438 "SRC": {
5439 "ReasonCode": "0x2810",
5440 "Words6To9": {}
5441 },
5442
5443 "Documentation": {
5444 "Description": "A temperature sensor is under its low critical threshold.",
5445 "Message": "A temperature sensor is under its low critical threshold.",
5446 "Notes": [
5447 "A temperature sensor crossed its low critical threshold value",
5448 "CALLOUT_INVENTORY_PATH will be passed in to add a FRU callout."
5449 ]
5450 }
5451 },
5452
5453 {
5454 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalLowClear",
5455 "Subsystem": "power",
5456 "ComponentID": "0x2800",
5457 "Severity": "non_error",
5458 "ActionFlags": ["report"],
5459 "EventType": "env_normal",
5460
5461 "SRC": {
5462 "ReasonCode": "0x2811",
5463 "Words6To9": {}
5464 },
5465
5466 "Documentation": {
5467 "Description": "A temperature sensor is over its low critical threshold.",
5468 "Message": "A temperature sensor is over its low critical threshold.",
5469 "Notes": [
5470 "A temperature sensor crossed above its critical threshold value"
5471 ]
5472 }
5473 },
5474
5475 {
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005476 "Name": "com.ibm.VPD.Error.InvalidEepromPath",
5477 "Subsystem": "cec_vpd",
5478 "ComponentID": "0x4000",
5479
5480 "SRC": {
5481 "ReasonCode": "0x4000",
Patrick Williams26919f02022-12-08 06:12:43 -06005482 "Words6To9": {
5483 "6": {
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005484 "Description": "Errno of the failure.",
5485 "AdditionalDataPropSource": "CALLOUT_ERRNO"
5486 }
5487 }
5488 },
5489
5490 "Documentation": {
Michael Limb264f062022-03-29 16:25:33 -05005491 "Description": "A path access error occurred",
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005492 "Message": "An EEPROM path access error occurred.",
5493 "Notes": [
5494 "This error occurs when parser is unable to access",
5495 "EEPROM path. Errno and device path are captured as",
5496 "additional data."
5497 ]
5498 }
5499 },
5500
5501 {
5502 "Name": "com.ibm.VPD.Error.InvalidVPD",
5503 "Subsystem": "cec_vpd",
5504 "ComponentID": "0x4000",
5505
5506 "SRC": {
5507 "ReasonCode": "0x4001",
Patrick Williams26919f02022-12-08 06:12:43 -06005508 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005509 },
5510
5511 "Documentation": {
5512 "Description": "Invalid VPD data.",
5513 "Message": "A VPD data exception occurred.",
5514 "Notes": [
5515 "This error occurs when VPD data is found to be",
5516 "invalid. This can be when VPD file is missing out",
5517 "mandatory records.Inventory path is captured in",
5518 "additional data."
5519 ]
5520 }
5521 },
5522
5523 {
5524 "Name": "com.ibm.VPD.Error.EccCheckFailed",
5525 "Subsystem": "cec_vpd",
5526 "ComponentID": "0x4000",
5527
5528 "SRC": {
5529 "ReasonCode": "0x4002",
Patrick Williams26919f02022-12-08 06:12:43 -06005530 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005531 },
5532
5533 "Documentation": {
5534 "Description": "Invalid VPD ecc data.",
5535 "Message": "A VPD ecc exception occurred.",
5536 "Notes": [
5537 "This error occurs when VPD ecc check fails for the FRU.",
5538 "Inventory path for the failed FRU is captured in additonal",
5539 "data."
5540 ]
5541 }
5542 },
5543
5544 {
5545 "Name": "com.ibm.VPD.Error.InvalidJson",
5546 "Subsystem": "cec_vpd",
5547 "ComponentID": "0x4000",
5548
5549 "SRC": {
5550 "ReasonCode": "0x4003",
Patrick Williams26919f02022-12-08 06:12:43 -06005551 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005552 },
5553
Matt Spinler834f3ed2022-01-26 16:18:02 -06005554 "Callouts": [
5555 {
5556 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005557 { "Priority": "high", "Procedure": "BMC0001" }
Matt Spinler834f3ed2022-01-26 16:18:02 -06005558 ]
5559 }
5560 ],
5561
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005562 "Documentation": {
5563 "Description": "Invalid Json",
5564 "Message": "A Json failure occurred.",
5565 "Notes": [
5566 "This error occurs when parser fails to access",
5567 "Json file or there is any issue with Json data.",
5568 "Failed Json path and cause of failure is captured",
5569 "in additional data."
5570 ]
5571 }
5572 },
5573
5574 {
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005575 "Name": "com.ibm.VPD.Error.DefaultValue",
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005576 "Subsystem": "cec_vpd",
5577 "ComponentID": "0x4000",
5578
5579 "SRC": {
5580 "ReasonCode": "0x4004",
Patrick Williams26919f02022-12-08 06:12:43 -06005581 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005582 },
5583
Priyanga Ramasamy134e1e12022-12-02 07:03:39 -06005584 "Callouts": [
5585 {
5586 "CalloutList": [
5587 {
5588 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06005589 "Procedure": "BMC0007"
Priyanga Ramasamy134e1e12022-12-02 07:03:39 -06005590 }
5591 ]
5592 }
5593 ],
5594
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005595 "Documentation": {
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005596 "Description": "Default value found on VPD.",
5597 "Message": "Found default VPD.",
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005598 "Notes": [
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005599 "This error occurs when a default value found on VPD.",
5600 "Details regarding failure are captured in additional data."
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005601 ]
5602 }
5603 },
5604
5605 {
5606 "Name": "com.ibm.VPD.Error.DbusFailure",
5607 "Subsystem": "cec_vpd",
5608 "ComponentID": "0x4000",
5609
5610 "SRC": {
5611 "ReasonCode": "0x4005",
Patrick Williams26919f02022-12-08 06:12:43 -06005612 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005613 },
5614
Matt Spinler834f3ed2022-01-26 16:18:02 -06005615 "Callouts": [
5616 {
5617 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005618 { "Priority": "high", "Procedure": "BMC0001" }
Matt Spinler834f3ed2022-01-26 16:18:02 -06005619 ]
5620 }
5621 ],
5622
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005623 "Documentation": {
5624 "Description": "Dbus exception",
5625 "Message": "A Dbus internal error occurred.",
5626 "Notes": [
5627 "This error occurs when Dbus operation fails.",
5628 "Exceptions details are captured in additonal",
5629 "data."
5630 ]
5631 }
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005632 },
5633
5634 {
Alpana Kumari081cfd42021-12-07 04:14:57 -06005635 "Name": "com.ibm.VPD.Error.UnknownSystemType",
5636 "Subsystem": "cec_vpd",
5637 "ComponentID": "0x4000",
5638
5639 "SRC": {
5640 "ReasonCode": "0x4006",
Patrick Williams26919f02022-12-08 06:12:43 -06005641 "Words6To9": {}
Alpana Kumari081cfd42021-12-07 04:14:57 -06005642 },
5643
5644 "Callouts": [
5645 {
Patrick Williams26919f02022-12-08 06:12:43 -06005646 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Alpana Kumari081cfd42021-12-07 04:14:57 -06005647 }
5648 ],
5649
5650 "Documentation": {
5651 "Description": "Unknown System Type",
5652 "Message": "System type not supported in DTB table.",
5653 "Notes": [
5654 "System type comes from combination of HW and IM value of system VPD.",
5655 "If anything gets changed in that combination, then it can't determine",
5656 "the appropriate DTB for that system. Need to check HW and IM keywords."
5657 ]
5658 }
5659 },
5660
5661 {
Alpana Kumari074ec5b2022-02-20 22:48:57 -06005662 "Name": "com.ibm.VPD.Error.GPIOError",
5663 "Subsystem": "cec_vpd",
5664 "ComponentID": "0x4000",
5665
5666 "SRC": {
5667 "ReasonCode": "0x4007",
Patrick Williams26919f02022-12-08 06:12:43 -06005668 "Words6To9": {}
Alpana Kumari074ec5b2022-02-20 22:48:57 -06005669 },
5670
Sunny Srivastava17586b42022-06-20 01:06:58 -05005671 "Callouts": [
5672 {
5673 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005674 { "Priority": "high", "Procedure": "BMC0001" }
Sunny Srivastava17586b42022-06-20 01:06:58 -05005675 ]
5676 }
5677 ],
5678
Alpana Kumari074ec5b2022-02-20 22:48:57 -06005679 "Documentation": {
5680 "Description": "GPIO line error",
5681 "Message": "GPIO line couldn't be found or read.",
5682 "Notes": [
Sunny Srivastava17586b42022-06-20 01:06:58 -05005683 "The BMC could not access a GPIO line. This can be a hardware issue",
5684 " or driver issue. Since a hardware or a software issue cannot be",
5685 " differentiated, the BMC code will be called out."
Alpana Kumari074ec5b2022-02-20 22:48:57 -06005686 ]
5687 }
5688 },
5689
5690 {
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005691 "Name": "com.ibm.VPD.Error.Mismatch",
Sunny Srivastavad29837f2022-04-20 01:37:07 -05005692 "Subsystem": "cec_vpd",
5693 "ComponentID": "0x4000",
5694
5695 "SRC": {
5696 "ReasonCode": "0x4008",
Patrick Williams26919f02022-12-08 06:12:43 -06005697 "Words6To9": {}
Sunny Srivastavad29837f2022-04-20 01:37:07 -05005698 },
5699
5700 "Callouts": [
5701 {
5702 "CalloutList": [
Priyanga Ramasamy134e1e12022-12-02 07:03:39 -06005703 {
5704 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06005705 "Procedure": "BMC0007"
Priyanga Ramasamy134e1e12022-12-02 07:03:39 -06005706 }
Sunny Srivastavad29837f2022-04-20 01:37:07 -05005707 ]
5708 }
5709 ],
5710
5711 "Documentation": {
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005712 "Description": "VPD mismatch found between primary and backup",
5713 "Message": "Error occurred due to VPD mismatch between primary and backup.",
Sunny Srivastavad29837f2022-04-20 01:37:07 -05005714 "Notes": [
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005715 "This error occurs when there is a data mismatch between ",
5716 "primary and backup VPD.",
5717 "Details regarding the failure are captured in additional data."
Sunny Srivastavad29837f2022-04-20 01:37:07 -05005718 ]
5719 }
5720 },
5721
5722 {
Sunny Srivastava17586b42022-06-20 01:06:58 -05005723 "Name": "com.ibm.VPD.Error.RequiredFRUMissing",
5724 "Subsystem": "cec_vpd",
5725 "ComponentID": "0x4000",
5726
5727 "SRC": {
5728 "ReasonCode": "0x4009",
Patrick Williams26919f02022-12-08 06:12:43 -06005729 "Words6To9": {}
Sunny Srivastava17586b42022-06-20 01:06:58 -05005730 },
5731
5732 "Documentation": {
5733 "Description": "Essential FRU check.",
5734 "Message": "Essential FRU check failed",
5735 "Notes": [
5736 "This error occurs when VPD manager service detects any",
5737 "missing essential FRU. These are FRUs which are required",
5738 "to be present in the system at the time of power on.",
5739 "The inventory path is captured in additional data."
5740 ]
5741 }
5742 },
5743
5744 {
gikrish1c0cc7ec2022-02-24 12:40:51 -06005745 "Name": "com.ibm.Panel.Error.InputDevPathFailure",
5746 "Subsystem": "cec_op_panel",
5747 "ComponentID": "0x5000",
5748
5749 "SRC": {
5750 "ReasonCode": "0x5001",
5751 "Words6To9": {}
5752 },
5753
5754 "Documentation": {
5755 "Description": "Button Handler Failure",
5756 "Message": "Input Device path failure",
Patrick Williams26919f02022-12-08 06:12:43 -06005757 "Notes": ["Button events will not be processed."]
gikrish1c0cc7ec2022-02-24 12:40:51 -06005758 }
5759 },
5760
5761 {
5762 "Name": "com.ibm.Panel.Error.I2CSetupFailure",
5763 "Subsystem": "cec_op_panel",
5764 "ComponentID": "0x5000",
5765
5766 "SRC": {
5767 "ReasonCode": "0x5002",
5768 "Words6To9": {}
5769 },
5770
5771 "Documentation": {
5772 "Description": "Panel I2C setup failure",
5773 "Message": "Unable to open device path or ioctl failure",
5774 "Notes": [
5775 "The Panel is unable to open device",
5776 " path or ioctl failure"
5777 ]
5778 }
5779 },
5780
5781 {
5782 "Name": "com.ibm.Panel.Error.HostCommunicationError",
5783 "Subsystem": "cec_op_panel",
5784 "ComponentID": "0x5000",
5785
5786 "SRC": {
5787 "ReasonCode": "0x5003",
5788 "Words6To9": {}
5789 },
5790
Patrick Williams26919f02022-12-08 06:12:43 -06005791 "Callouts": [
5792 {
5793 "CalloutList": [
5794 {
5795 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06005796 "Procedure": "BMC0001"
Patrick Williams26919f02022-12-08 06:12:43 -06005797 }
5798 ]
5799 }
5800 ],
gikrish1c0cc7ec2022-02-24 12:40:51 -06005801
5802 "Documentation": {
5803 "Description": "Host Communication failure",
5804 "Message": "Error in sending message to host",
Patrick Williams26919f02022-12-08 06:12:43 -06005805 "Notes": ["Failure from PLDM sending message to", "Host"]
gikrish1c0cc7ec2022-02-24 12:40:51 -06005806 }
5807 },
5808
5809 {
5810 "Name": "com.ibm.Panel.Error.DbusError",
5811 "Subsystem": "cec_op_panel",
5812 "ComponentID": "0x5000",
5813
5814 "SRC": {
5815 "ReasonCode": "0x5004",
5816 "Words6To9": {}
5817 },
5818
Patrick Williams26919f02022-12-08 06:12:43 -06005819 "Callouts": [
5820 {
5821 "CalloutList": [
5822 {
5823 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06005824 "Procedure": "BMC0001"
Patrick Williams26919f02022-12-08 06:12:43 -06005825 }
5826 ]
5827 }
5828 ],
gikrish1c0cc7ec2022-02-24 12:40:51 -06005829
5830 "Documentation": {
5831 "Description": "Dbus exception",
5832 "Message": "A Dbus internal error occurred.",
5833 "Notes": [
5834 "This error occurs when Dbus operation fails.",
5835 "Exceptions details are captured in additional",
5836 "data."
5837 ]
5838 }
5839 },
5840
5841 {
Priyanga Ramasamy3aa27082022-08-24 06:34:38 -05005842 "Name": "com.ibm.Panel.Error.CodeUpdateFailure",
5843 "Subsystem": "cec_op_panel",
5844 "ComponentID": "0x5000",
5845
5846 "SRC": {
5847 "ReasonCode": "0x5005",
5848 "Words6To9": {}
5849 },
5850
5851 "Documentation": {
5852 "Description": "LCD/Bootfail PIC code update failure.",
5853 "Message": "Error while doing LCD/bootfail PIC code update.",
5854 "Notes": [
Priyanga Ramasamyfdd1dc02022-09-21 02:41:32 -05005855 "Panel firmware(LCD/bootfail PIC) update fails due to ",
5856 "unsupportable firmware version. Inventory path to the",
5857 "FRU on which PIC controller is physically present will",
5858 "be called out."
Priyanga Ramasamy3aa27082022-08-24 06:34:38 -05005859 ]
5860 }
5861 },
5862
5863 {
deepae3403252023-04-25 04:55:54 -05005864 "Name": "org.open_power.Host.Boot.Error.WatchdogTimedOut",
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005865 "Subsystem": "cec_sp_hostboot_iface",
Andrew Geisslerc31afd62023-11-13 11:05:45 -06005866 "ComponentID": "0xC100",
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005867
Patrick Williams26919f02022-12-08 06:12:43 -06005868 "SRC": {
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005869 "ReasonCode": "0xC101",
Patrick Williams26919f02022-12-08 06:12:43 -06005870 "Words6To9": {}
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005871 },
5872
Patrick Williams26919f02022-12-08 06:12:43 -06005873 "Documentation": {
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005874 "Description": "Host did not respond within the watchdog timeout interval",
5875 "Message": "Host did not respond before the watchdog timeout interval expired",
5876 "Notes": [
5877 "Host did not respond before the expiry of the watchdog timeout interval.",
5878 "Collecting hostboot dump."
5879 ]
5880 }
zamiseckbf61a982022-01-13 08:27:50 -06005881 },
5882
5883 {
Andrew Geissler2abca8f2023-11-13 11:12:21 -06005884 "Name": "xyz.openbmc_project.Dump.Error.Ramoops",
5885 "Subsystem": "bmc_firmware",
5886 "ComponentID": "0xC200",
5887
5888 "SRC": {
5889 "ReasonCode": "0xC201",
5890 "Words6To9": {}
5891 },
5892
5893 "Callouts": [
5894 {
5895 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005896 { "Priority": "high", "Procedure": "BMC0001" }
Andrew Geissler2abca8f2023-11-13 11:12:21 -06005897 ]
5898 }
5899 ],
5900
5901 "Documentation": {
5902 "Description": "BMC rebooted unexpectedly due to kernel panic",
5903 "Message": "BMC rebooted unexpectedly resulting in a ramoops dump being collected",
5904 "Notes": [
5905 "Investigate the collected BMC dump to identify the reason for the BMC reboot."
5906 ]
5907 }
5908 },
5909
5910 {
zamiseckbf61a982022-01-13 08:27:50 -06005911 "Name": "xyz.openbmc_project.Software.Version.Error.Incompatible",
5912 "Subsystem": "bmc_firmware",
5913 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005914 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005915 "ReasonCode": "0x3601",
Patrick Williams26919f02022-12-08 06:12:43 -06005916 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005917 },
5918
5919 "Callouts": [
5920 {
5921 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005922 { "Priority": "high", "Procedure": "BMC0001" }
zamiseckbf61a982022-01-13 08:27:50 -06005923 ]
5924 }
5925 ],
5926
Patrick Williams26919f02022-12-08 06:12:43 -06005927 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005928 "Description": "A system component has a software version that is incompatible.",
5929 "Message": "A system component has a software version that is incompatible."
5930 }
5931 },
5932
5933 {
5934 "Name": "xyz.openbmc_project.Software.Version.Error.AlreadyExists",
5935 "Subsystem": "bmc_firmware",
5936 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005937 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005938 "ReasonCode": "0x3602",
Patrick Williams26919f02022-12-08 06:12:43 -06005939 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005940 },
5941
5942 "Callouts": [
5943 {
5944 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005945 { "Priority": "high", "Procedure": "BMC0001" }
zamiseckbf61a982022-01-13 08:27:50 -06005946 ]
5947 }
5948 ],
5949
Patrick Williams26919f02022-12-08 06:12:43 -06005950 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005951 "Description": "This image version already exists on the device.",
5952 "Message": "This image version already exists on the device."
5953 }
5954 },
5955
5956 {
5957 "Name": "xyz.openbmc_project.Software.Image.Error.UnTarFailure",
5958 "Subsystem": "bmc_firmware",
5959 "ComponentID": "0x3600",
Adriana Kobylak7ef3b9e2023-01-04 13:20:36 -06005960 "ActionFlags": ["report"],
Patrick Williams26919f02022-12-08 06:12:43 -06005961 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005962 "ReasonCode": "0x3603",
Patrick Williams26919f02022-12-08 06:12:43 -06005963 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005964 },
5965
5966 "Callouts": [
5967 {
5968 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005969 { "Priority": "high", "Procedure": "BMC0001" }
zamiseckbf61a982022-01-13 08:27:50 -06005970 ]
5971 }
5972 ],
5973
Patrick Williams26919f02022-12-08 06:12:43 -06005974 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005975 "Description": "An error occurred during untar.",
5976 "Message": "An error occurred during untar."
5977 }
5978 },
5979
5980 {
5981 "Name": "xyz.openbmc_project.Software.Image.Error.ManifestFileFailure",
5982 "Subsystem": "bmc_firmware",
5983 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005984 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005985 "ReasonCode": "0x3604",
Patrick Williams26919f02022-12-08 06:12:43 -06005986 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005987 },
5988
5989 "Callouts": [
5990 {
5991 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005992 { "Priority": "high", "Procedure": "BMC0001" }
zamiseckbf61a982022-01-13 08:27:50 -06005993 ]
5994 }
5995 ],
5996
Patrick Williams26919f02022-12-08 06:12:43 -06005997 "Documentation": {
zamiseck21de9f02022-03-23 13:41:31 -05005998 "Description": "An error occurred when reading the software image Manifest file.",
5999 "Message": "An error occurred when reading the software image Manifest file."
zamiseckbf61a982022-01-13 08:27:50 -06006000 }
6001 },
6002
6003 {
6004 "Name": "xyz.openbmc_project.Software.Image.Error.InternalFailure",
6005 "Subsystem": "bmc_firmware",
6006 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06006007 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06006008 "ReasonCode": "0x3605",
Patrick Williams26919f02022-12-08 06:12:43 -06006009 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06006010 },
6011
6012 "Callouts": [
6013 {
6014 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06006015 { "Priority": "high", "Procedure": "BMC0001" }
zamiseckbf61a982022-01-13 08:27:50 -06006016 ]
6017 }
6018 ],
6019
Patrick Williams26919f02022-12-08 06:12:43 -06006020 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06006021 "Description": "The operation failed internally during processing the image.",
6022 "Message": "The operation failed internally during processing the image."
6023 }
6024 },
6025
6026 {
6027 "Name": "xyz.openbmc_project.Software.Image.Error.ImageFailure",
6028 "Subsystem": "bmc_firmware",
6029 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06006030 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06006031 "ReasonCode": "0x3606",
Patrick Williams26919f02022-12-08 06:12:43 -06006032 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06006033 },
6034
6035 "Callouts": [
6036 {
6037 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06006038 { "Priority": "high", "Procedure": "BMC0001" }
zamiseckbf61a982022-01-13 08:27:50 -06006039 ]
6040 }
6041 ],
6042
Patrick Williams26919f02022-12-08 06:12:43 -06006043 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06006044 "Description": "An error occurred processing the image.",
6045 "Message": "An error occurred processing the image."
6046 }
6047 },
6048
6049 {
6050 "Name": "xyz.openbmc_project.Software.Image.Error.BusyFailure",
6051 "Subsystem": "bmc_firmware",
6052 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06006053 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06006054 "ReasonCode": "0x3607",
Patrick Williams26919f02022-12-08 06:12:43 -06006055 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06006056 },
6057
6058 "Callouts": [
6059 {
6060 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06006061 { "Priority": "high", "Procedure": "BMC0001" }
zamiseckbf61a982022-01-13 08:27:50 -06006062 ]
6063 }
6064 ],
6065
Patrick Williams26919f02022-12-08 06:12:43 -06006066 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06006067 "Description": "The device is busy during the update.",
6068 "Message": "The device is busy during the update."
6069 }
zamiseck21de9f02022-03-23 13:41:31 -05006070 },
6071
6072 {
6073 "Name": "xyz.openbmc_project.Software.Version.Error.ExpiredAccessKey",
6074 "Subsystem": "bmc_firmware",
6075 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06006076 "SRC": {
zamiseck21de9f02022-03-23 13:41:31 -05006077 "ReasonCode": "0x3608",
Patrick Williams26919f02022-12-08 06:12:43 -06006078 "Words6To9": {}
zamiseck21de9f02022-03-23 13:41:31 -05006079 },
6080
6081 "Callouts": [
6082 {
6083 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06006084 { "Priority": "high", "Procedure": "BMC0001" }
zamiseck21de9f02022-03-23 13:41:31 -05006085 ]
6086 }
6087 ],
6088
Patrick Williams26919f02022-12-08 06:12:43 -06006089 "Documentation": {
zamiseck21de9f02022-03-23 13:41:31 -05006090 "Description": "The Update Access Key has expired.",
6091 "Message": "The Update Access Key has expired."
6092 }
6093 },
6094
6095 {
6096 "Name": "xyz.openbmc_project.Software.Version.Error.InvalidSignature",
6097 "Subsystem": "bmc_firmware",
6098 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06006099 "SRC": {
zamiseck21de9f02022-03-23 13:41:31 -05006100 "ReasonCode": "0x3609",
Patrick Williams26919f02022-12-08 06:12:43 -06006101 "Words6To9": {}
zamiseck21de9f02022-03-23 13:41:31 -05006102 },
6103
6104 "Callouts": [
6105 {
6106 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06006107 { "Priority": "high", "Procedure": "BMC0001" }
zamiseck21de9f02022-03-23 13:41:31 -05006108 ]
6109 }
6110 ],
6111
Patrick Williams26919f02022-12-08 06:12:43 -06006112 "Documentation": {
zamiseck21de9f02022-03-23 13:41:31 -05006113 "Description": "The software image has an invalid signature.",
6114 "Message": "The software image has an invalid signature"
6115 }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006116 },
zamiseck0ad7a822022-05-24 17:25:58 -05006117
6118 {
Patrick Williams26919f02022-12-08 06:12:43 -06006119 "Name": "xyz.openbmc_project.Software.Version.Error.HostFile",
6120 "Subsystem": "bmc_firmware",
6121 "ComponentID": "0x3600",
zamiseck0ad7a822022-05-24 17:25:58 -05006122
Patrick Williams26919f02022-12-08 06:12:43 -06006123 "SRC": {
6124 "ReasonCode": "0x360A",
6125 "Words6To9": {
6126 "6": {
6127 "Description": "Size of the current running partition",
6128 "AdditionalDataPropSource": "CURRENT_FILE_SIZE"
zamiseck0ad7a822022-05-24 17:25:58 -05006129 },
Patrick Williams26919f02022-12-08 06:12:43 -06006130 "7": {
6131 "Description": "Size of the read only partition",
6132 "AdditionalDataPropSource": "EXPECTED_FILE_SIZE"
zamiseck0ad7a822022-05-24 17:25:58 -05006133 }
6134 }
6135 },
6136 "Callouts": [
6137 {
6138 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06006139 { "Priority": "high", "Procedure": "BMC0001" }
zamiseck0ad7a822022-05-24 17:25:58 -05006140 ]
6141 }
6142 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006143 "Documentation": {
6144 "Description": "Corrupted or changed preserved file",
6145 "Message": "Partition was not preserved on reboot",
6146 "Notes": [
zamiseck0ad7a822022-05-24 17:25:58 -05006147 "This error may occur if one of the partitions marked",
6148 "PRESERVED is either corrupted, or a change of size is ",
6149 "desired for a particular partition."
6150 ]
6151 }
6152 },
6153
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006154 {
6155 "Name": "xyz.openbmc_project.PLDM.Error.findDumpObjPath.GetManagedObjectsFail",
6156 "Subsystem": "bmc_firmware",
6157 "ComponentID": "0x6000",
6158 "Severity": "predictive",
Patrick Williams26919f02022-12-08 06:12:43 -06006159 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006160 "ReasonCode": "0x6001",
Patrick Williams26919f02022-12-08 06:12:43 -06006161 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006162 },
6163 "Callouts": [
6164 {
6165 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06006166 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006167 ]
6168 }
6169 ],
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05006170
Patrick Williams26919f02022-12-08 06:12:43 -06006171 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006172 "Description": "Failed to get the requested dump object path.",
6173 "Message": "Failed to get the requested dump object path from the system."
6174 }
6175 },
6176 {
6177 "Name": "xyz.openbmc_project.PLDM.Error.newFileAvailable.NewDumpNotifyFail",
6178 "Subsystem": "bmc_firmware",
6179 "ComponentID": "0x6000",
6180 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006181 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006182 "ReasonCode": "0x6002",
Patrick Williams26919f02022-12-08 06:12:43 -06006183 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006184 },
6185 "Callouts": [
6186 {
6187 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06006188 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006189 ]
6190 }
6191 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006192 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006193 "Description": "Failed to make a new dump notify request to the dump manager application.",
6194 "Message": "Failed to make a new dump notify request to the dump manager application."
6195 }
6196 },
6197 {
6198 "Name": "xyz.openbmc_project.PLDM.Error.DumpHandler.getOffloadUriFail",
6199 "Subsystem": "bmc_firmware",
6200 "ComponentID": "0x6000",
6201 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006202 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006203 "ReasonCode": "0x6003",
Patrick Williams26919f02022-12-08 06:12:43 -06006204 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006205 },
6206 "Callouts": [
6207 {
6208 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06006209 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006210 ]
6211 }
6212 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006213 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006214 "Description": "Failed to get the dump offload URI path from the dump entry.",
6215 "Message": "Failed to get the dump offload URI path from the dump entry."
6216 }
6217 },
6218 {
6219 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.ResourceDumpFileAckFail",
6220 "Subsystem": "bmc_firmware",
6221 "ComponentID": "0x6000",
6222 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -06006223 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006224 "ReasonCode": "0x6004",
Patrick Williams26919f02022-12-08 06:12:43 -06006225 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006226 },
6227 "Callouts": [
6228 {
6229 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06006230 { "Priority": "medium", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006231 ]
6232 }
6233 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006234 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006235 "Description": "The hypervisor rejected the request to initiate a new resource dump.",
6236 "Message": "The hypervisor rejected the request to initiate a new resource dump."
6237 }
6238 },
6239 {
6240 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.SourceDumpIdResetFail",
6241 "Subsystem": "bmc_firmware",
6242 "ComponentID": "0x6000",
6243 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006244 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006245 "ReasonCode": "0x6005",
Patrick Williams26919f02022-12-08 06:12:43 -06006246 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006247 },
6248 "Callouts": [
6249 {
6250 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06006251 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006252 ]
6253 }
6254 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006255 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006256 "Description": "Failed to reset the dump ID, due to this requested dump will not be deleted.",
6257 "Message": "Failed to reset the dump ID, due to this requested dump will not be deleted."
6258 }
6259 },
6260 {
6261 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryDeleteFail",
6262 "Subsystem": "bmc_firmware",
6263 "ComponentID": "0x6000",
6264 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006265 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006266 "ReasonCode": "0x6006",
Patrick Williams26919f02022-12-08 06:12:43 -06006267 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006268 },
6269 "Callouts": [
6270 {
6271 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06006272 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006273 ]
6274 }
6275 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006276 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006277 "Description": "Failed to carry out the dump delete request from the hypervisor.",
6278 "Message": "Failed to carry out the dump delete request from the hypervisor."
6279 }
6280 },
6281 {
6282 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryOffloadedSetFail",
6283 "Subsystem": "bmc_firmware",
6284 "ComponentID": "0x6000",
6285 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006286 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006287 "ReasonCode": "0x6007",
Patrick Williams26919f02022-12-08 06:12:43 -06006288 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006289 },
6290 "Callouts": [
6291 {
6292 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06006293 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006294 ]
6295 }
6296 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006297 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006298 "Description": "Failed to set the dump offloaded completion flag in the dump entry.",
6299 "Message": "Failed to set the dump offloaded completion flag in the dump entry."
6300 }
6301 },
6302 {
6303 "Name": "xyz.openbmc_project.PLDM.Error.readIntoMemory.GetFilepathFail",
6304 "Subsystem": "bmc_firmware",
6305 "ComponentID": "0x6000",
6306 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006307 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006308 "ReasonCode": "0x6008",
Patrick Williams26919f02022-12-08 06:12:43 -06006309 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006310 },
6311 "Callouts": [
6312 {
6313 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06006314 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006315 ]
6316 }
6317 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006318 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006319 "Description": "Failed to get the file path for the BMC dump and offload to the hypervisor.",
6320 "Message": "Failed to get the file path for the BMC dump and offload to the hypervisor."
6321 }
6322 },
6323 {
6324 "Name": "xyz.openbmc_project.PLDM.Error.read.GetFilepathFail",
6325 "Subsystem": "bmc_firmware",
6326 "ComponentID": "0x6000",
6327 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006328 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006329 "ReasonCode": "0x6009",
Patrick Williams26919f02022-12-08 06:12:43 -06006330 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006331 },
6332 "Callouts": [
6333 {
6334 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06006335 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006336 ]
6337 }
6338 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006339 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006340 "Description": "Failed to get the file path for the BMC dump and offload to the hypervisor.",
6341 "Message": "Failed to get the file path for the BMC dump and offload to the hypervisor."
6342 }
6343 },
6344 {
6345 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.ResourceDumpFileAckWithMetaDataFail",
6346 "Subsystem": "bmc_firmware",
6347 "ComponentID": "0x6000",
6348 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -06006349 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006350 "ReasonCode": "0x6010",
Patrick Williams26919f02022-12-08 06:12:43 -06006351 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006352 },
6353 "Callouts": [
6354 {
6355 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06006356 { "Priority": "medium", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006357 ]
6358 }
6359 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006360 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006361 "Description": "Could not create a new resource dump due to hypervisor verification failed.",
6362 "Message": "Could not create a new resource dump due to hypervisor verification failed."
6363 }
6364 },
6365 {
6366 "Name": "xyz.openbmc_project.PLDM.Error.fileAckWithMetaData.DumpEntryOffloadedSetFail",
6367 "Subsystem": "bmc_firmware",
6368 "ComponentID": "0x6000",
6369 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006370 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006371 "ReasonCode": "0x6011",
Patrick Williams26919f02022-12-08 06:12:43 -06006372 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006373 },
6374 "Callouts": [
6375 {
6376 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06006377 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006378 ]
6379 }
6380 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006381 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006382 "Description": "Failed to set the dump offload completion flag in the dump entry details.",
6383 "Message": "Failed to set the dump offload completion flag in the dump entry details."
6384 }
6385 },
6386 {
6387 "Name": "xyz.openbmc_project.PLDM.Error.newFileAvailableWithMetaData.NewDumpNotifyFail",
6388 "Subsystem": "bmc_firmware",
6389 "ComponentID": "0x6000",
6390 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006391 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006392 "ReasonCode": "0x6012",
Patrick Williams26919f02022-12-08 06:12:43 -06006393 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006394 },
6395 "Callouts": [
6396 {
6397 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06006398 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006399 ]
6400 }
6401 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006402 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006403 "Description": "Failed to notify a new dump available request.",
6404 "Message": "Failed to notify a new dump available request."
6405 }
6406 },
6407 {
6408 "Name": "xyz.openbmc_project.PLDM.Error.sendNewFileAvailableCmd.SendDumpParametersFail",
6409 "Subsystem": "bmc_firmware",
6410 "ComponentID": "0x6000",
6411 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006412 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006413 "ReasonCode": "0x6013",
Patrick Williams26919f02022-12-08 06:12:43 -06006414 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006415 },
6416 "Callouts": [
6417 {
6418 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06006419 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006420 ]
6421 }
6422 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006423 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006424 "Description": "Failed to send the resource dump parameters for a new dump initiation.",
6425 "Message": "Failed to send the resource dump parameters for a new dump initiation."
6426 }
6427 },
6428 {
6429 "Name": "xyz.openbmc_project.PLDM.Error.SendFileToHostFail",
6430 "Subsystem": "bmc_firmware",
6431 "ComponentID": "0x6000",
6432 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006433 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006434 "ReasonCode": "0x6014",
Patrick Williams26919f02022-12-08 06:12:43 -06006435 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006436 },
6437 "Callouts": [
6438 {
6439 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06006440 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006441 ]
6442 }
6443 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006444 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006445 "Description": "Failed to send the certificate/license file to the host.",
6446 "Message": "Failed to send the certificate/license file to the host."
6447 }
6448 },
6449 {
6450 "Name": "xyz.openbmc_project.PLDM.Error.DecodeNewFileResponseFail",
6451 "Subsystem": "bmc_firmware",
6452 "ComponentID": "0x6000",
6453 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006454 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006455 "ReasonCode": "0x6015",
Patrick Williams26919f02022-12-08 06:12:43 -06006456 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006457 },
6458 "Callouts": [
6459 {
6460 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06006461 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006462 ]
6463 }
6464 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006465 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006466 "Description": "Failed to decode the response of certificate/license file sent to the host.",
6467 "Message": "Failed to decode the response of certificate/license file sent to the host."
6468 }
6469 },
6470 {
6471 "Name": "xyz.openbmc_project.PLDM.Error.NewFileAvailableRequestFail",
6472 "Subsystem": "bmc_firmware",
6473 "ComponentID": "0x6000",
6474 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006475 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006476 "ReasonCode": "0x6016",
Patrick Williams26919f02022-12-08 06:12:43 -06006477 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006478 },
6479 "Callouts": [
6480 {
6481 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06006482 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006483 ]
6484 }
6485 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006486 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006487 "Description": "Failed to send the new certificate/license file to the host.",
6488 "Message": "Failed to send the new certificate/license file to the host."
6489 }
6490 },
6491 {
6492 "Name": "xyz.openbmc_project.PLDM.Error.SetHostEffecterFailed",
6493 "Subsystem": "bmc_firmware",
6494 "ComponentID": "0x6000",
6495 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006496 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006497 "ReasonCode": "0x6017",
Patrick Williams26919f02022-12-08 06:12:43 -06006498 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006499 },
6500
6501 "Callouts": [
6502 {
6503 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06006504 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006505 ]
6506 }
6507 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006508 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006509 "Description": "Failed to set state effecter states.",
6510 "Message": "Failed to set state effecter states."
6511 }
6512 },
6513 {
6514 "Name": "xyz.openbmc_project.PLDM.Error.Generate.PDRJsonFileParseFail",
6515 "Subsystem": "bmc_firmware",
6516 "ComponentID": "0x6000",
6517 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006518 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006519 "ReasonCode": "0x6018",
Patrick Williams26919f02022-12-08 06:12:43 -06006520 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006521 },
6522 "Callouts": [
6523 {
6524 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06006525 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006526 ]
6527 }
6528 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006529 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006530 "Description": "Failed to parse PDR JSON file.",
6531 "Message": "Failed to parse PDR JSON file."
6532 }
6533 },
6534 {
6535 "Name": "xyz.openbmc_project.PLDM.Error.SetHostSensorState.GetStateSensorPDRFail",
6536 "Subsystem": "bmc_firmware",
6537 "ComponentID": "0x6000",
6538 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006539 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006540 "ReasonCode": "0x6019",
Patrick Williams26919f02022-12-08 06:12:43 -06006541 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006542 },
6543 "Callouts": [
6544 {
6545 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06006546 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006547 ]
6548 }
6549 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006550 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006551 "Description": "Failed to get state sensor PDR state.",
6552 "Message": "Failed to get state sensor PDR state."
6553 }
6554 },
6555 {
6556 "Name": "xyz.openbmc_project.PLDM.Error.SetHostSensorState.EncodeStateSensorFail",
6557 "Subsystem": "bmc_firmware",
6558 "ComponentID": "0x6000",
6559 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006560 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006561 "ReasonCode": "0x6020",
Patrick Williams26919f02022-12-08 06:12:43 -06006562 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006563 },
6564 "Callouts": [
6565 {
6566 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06006567 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006568 ]
6569 }
6570 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006571 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006572 "Description": "Failed to encode state sensor request.",
6573 "Message": "Failed to encode state sensor request."
6574 }
6575 },
6576 {
6577 "Name": "xyz.openbmc_project.PLDM.Error.CMsubscribeFailure",
6578 "Subsystem": "bmc_firmware",
6579 "ComponentID": "0x6000",
6580 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006581 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006582 "ReasonCode": "0x6021",
Patrick Williams26919f02022-12-08 06:12:43 -06006583 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006584 },
6585 "Callouts": [
6586 {
6587 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06006588 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006589 ]
6590 }
6591 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006592 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006593 "Description": "Failed to subscribe for concurrent maintenance of FRU.",
6594 "Message": "Failed to subscribe for concurrent maintenance of FRU."
6595 }
6596 },
6597 {
6598 "Name": "xyz.openbmc_project.PLDM.Error.setSurvTimer.RecvSurveillancePingFail",
6599 "Subsystem": "bmc_firmware",
6600 "ComponentID": "0x6000",
6601 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -06006602 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006603 "ReasonCode": "0x6022",
Patrick Williams26919f02022-12-08 06:12:43 -06006604 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006605 },
6606 "Callouts": [
6607 {
6608 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06006609 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006610 ]
6611 }
6612 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006613 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006614 "Description": "Host did not send a surveillance ping within stipulated timeout interval.",
6615 "Message": "Host did not send a surveillance ping within stipulated timeout interval."
6616 }
6617 },
6618 {
6619 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryOffloadUriSetFail",
6620 "Subsystem": "bmc_firmware",
6621 "ComponentID": "0x6000",
6622 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006623 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006624 "ReasonCode": "0x6023",
Patrick Williams26919f02022-12-08 06:12:43 -06006625 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006626 },
6627 "Callouts": [
6628 {
6629 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06006630 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006631 ]
6632 }
6633 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006634 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006635 "Description": "Failed to reset the dump offload URI path from the dump entry.",
6636 "Message": "Failed to reset the dump offload URI path from the dump entry."
6637 }
6638 },
6639 {
6640 "Name": "xyz.openbmc_project.PLDM.Error.SoftPowerOff.HostSoftOffTimeOut",
6641 "Subsystem": "bmc_firmware",
6642 "ComponentID": "0x6000",
6643 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006644 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006645 "ReasonCode": "0x6024",
Patrick Williams26919f02022-12-08 06:12:43 -06006646 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006647 },
6648 "Callouts": [
6649 {
6650 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06006651 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006652 ]
6653 }
6654 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006655 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006656 "Description": "Host failed to complete the power off gracefully within the timeout.",
6657 "Message": "Host failed to complete the power off gracefully within the timeout."
6658 }
Swarnendu Roy Chowdhury86cdcd52023-01-17 11:17:12 +05306659 },
6660 {
6661 "Name": "xyz.openbmc_project.Dump.Error.Invalidate",
6662 "Subsystem": "bmc_firmware",
6663 "ComponentID": "0x6000",
6664 "SRC": {
6665 "ReasonCode": "0x6025",
6666 "Words6To9": {}
6667 },
6668 "Documentation": {
6669 "Description": "Dump has been deleted/offloaded",
6670 "Message": "BMC/System/Resource dump has been deleted/offloaded"
6671 }
Lakshmi Yadlapati36a82eb2023-06-22 16:38:11 -05006672 },
6673 {
6674 "Name": "xyz.openbmc_project.Memory.MemoryECC.Error.CEThresholdReached",
6675 "Subsystem": "cec_hardware",
6676 "ComponentID": "0xF300",
6677 "Severity": "predictive",
6678
6679 "SRC": {
6680 "ReasonCode": "0xF301",
6681 "Words6To9": {}
6682 },
6683
6684 "Callouts": [
6685 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05006686 "System": "com.ibm.Hardware.Chassis.Model.Rainier",
Lakshmi Yadlapati36a82eb2023-06-22 16:38:11 -05006687 "CalloutList": [
6688 {
6689 "Priority": "high",
6690 "LocCode": "P0-C5"
6691 }
6692 ]
6693 },
6694 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05006695 "System": "com.ibm.Hardware.Chassis.Model.Everest",
Lakshmi Yadlapati36a82eb2023-06-22 16:38:11 -05006696 "CalloutList": [
6697 {
6698 "Priority": "high",
6699 "LocCode": "P0-C0"
6700 }
6701 ]
6702 },
6703 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05006704 "System": "com.ibm.Hardware.Chassis.Model.Bonnell",
Lakshmi Yadlapati36a82eb2023-06-22 16:38:11 -05006705 "CalloutList": [
6706 {
6707 "Priority": "high",
6708 "LocCode": "P0"
6709 }
6710 ]
6711 }
6712 ],
6713
6714 "Documentation": {
6715 "Description": "Correctable ECC memory error collection limit is reached.",
6716 "Message": "Correctable ECC memory error collection limit is reached."
6717 }
6718 },
6719 {
6720 "Name": "xyz.openbmc_project.Memory.MemoryECC.Error.CE",
6721 "Subsystem": "cec_hardware",
6722 "ComponentID": "0xF300",
6723 "Severity": "non_error",
6724
6725 "SRC": {
6726 "ReasonCode": "0xF302",
6727 "Words6To9": {}
6728 },
6729
6730 "Documentation": {
6731 "Description": "Correctable ECC/other correctable memory error.",
6732 "Message": "Correctable ECC/other correctable memory error."
6733 }
6734 },
6735 {
6736 "Name": "xyz.openbmc_project.Memory.MemoryECC.Error.UE",
6737 "Subsystem": "cec_hardware",
6738 "ComponentID": "0xF300",
6739 "Severity": "predictive",
6740
6741 "SRC": {
6742 "ReasonCode": "0xF303",
6743 "Words6To9": {}
6744 },
6745
6746 "Callouts": [
6747 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05006748 "System": "com.ibm.Hardware.Chassis.Model.Rainier",
Lakshmi Yadlapati36a82eb2023-06-22 16:38:11 -05006749 "CalloutList": [
6750 {
6751 "Priority": "high",
6752 "LocCode": "P0-C5"
6753 }
6754 ]
6755 },
6756 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05006757 "System": "com.ibm.Hardware.Chassis.Model.Everest",
Lakshmi Yadlapati36a82eb2023-06-22 16:38:11 -05006758 "CalloutList": [
6759 {
6760 "Priority": "high",
6761 "LocCode": "P0-C0"
6762 }
6763 ]
6764 },
6765 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05006766 "System": "com.ibm.Hardware.Chassis.Model.Bonnell",
Lakshmi Yadlapati36a82eb2023-06-22 16:38:11 -05006767 "CalloutList": [
6768 {
6769 "Priority": "high",
6770 "LocCode": "P0"
6771 }
6772 ]
6773 }
6774 ],
6775
6776 "Documentation": {
6777 "Description": "Uncorrectable ECC/other uncorrectable memory error.",
6778 "Message": "Uncorrectable ECC/other uncorrectable memory error."
6779 }
devenrao4d7f9432024-02-07 14:20:10 +05306780 },
6781
6782 {
6783 "Name": "org.open_power.OCMB.Error.SbeChipOpFailure",
6784 "Subsystem": "memory",
SwethaParasa49f32442024-03-19 02:55:32 -05006785 "ComponentID": "0x4500",
devenrao4d7f9432024-02-07 14:20:10 +05306786
6787 "SRC": {
SwethaParasa49f32442024-03-19 02:55:32 -05006788 "ReasonCode": "0x4501",
devenrao4d7f9432024-02-07 14:20:10 +05306789 "Words6To9": {
6790 "6": {
6791 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
6792 "AdditionalDataPropSource": "SRC6"
6793 },
6794 "7": {
6795 "Description": "Chip Type",
6796 "AdditionalDataPropSource": "CHIP_TYPE"
6797 }
6798 }
6799 },
6800
6801 "Documentation": {
6802 "Description": "chipop failure with OCMB SBE provided FFDC",
6803 "Message": "chipop request failure reported by OCMB SBE",
6804 "Notes": [
6805 "The severity is set by the creator.",
6806 "Callouts added based on OCMB SBE provided FFDC.",
6807 "OCMB SBE provided additional debug data included as part of the",
6808 "additional user data section."
6809 ]
6810 }
6811 },
6812
6813 {
6814 "Name": "org.open_power.OCMB.Error.SbeChipOpTimeout",
6815 "Subsystem": "memory",
SwethaParasa49f32442024-03-19 02:55:32 -05006816 "ComponentID": "0x4500",
devenrao4d7f9432024-02-07 14:20:10 +05306817
6818 "SRC": {
SwethaParasa49f32442024-03-19 02:55:32 -05006819 "ReasonCode": "0x4502",
devenrao4d7f9432024-02-07 14:20:10 +05306820 "Words6To9": {
6821 "6": {
6822 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
6823 "AdditionalDataPropSource": "SRC6"
6824 },
6825 "7": {
6826 "Description": "Chip Type",
6827 "AdditionalDataPropSource": "CHIP_TYPE"
6828 }
6829 }
6830 },
6831
6832 "Callouts": [
6833 {
6834 "CalloutList": [
6835 {
6836 "Priority": "high",
Swarnendu-R-Cd5d97182024-05-02 07:00:42 -05006837 "Procedure": "BMC0002"
devenrao4d7f9432024-02-07 14:20:10 +05306838 }
6839 ]
6840 }
6841 ],
6842
6843 "Documentation": {
6844 "Description": "OCMB SBE chipop timeout",
6845 "Message": "OCMB chipop timeout reported during SBE communication",
6846 "Notes": [
6847 "The severity is set by the creator.",
6848 "Check OCMB SBE Dump associated to this error to debug the failure."
6849 ]
6850 }
devenrao041054a2024-04-02 12:09:13 +05306851 },
6852 {
6853 "Name": "org.open_power.OCMB.Error.SbeInternalFFDCData",
6854 "Subsystem": "memory",
6855 "ComponentID": "0x4500",
6856
6857 "SRC": {
6858 "ReasonCode": "0x4503",
6859 "Words6To9": {
6860 "6": {
6861 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
6862 "AdditionalDataPropSource": "SRC6"
6863 },
6864 "7": {
6865 "Description": "Chip Type",
6866 "AdditionalDataPropSource": "CHIP_TYPE"
6867 }
6868 }
6869 },
6870
6871 "Documentation": {
6872 "Description": "SBE internal FFDC data after SBE chipop success",
6873 "Message": "SBE internal FFDC data after SBE chipop success",
6874 "Notes": [
6875 "The severity is set by the creator.",
6876 "Callouts added based on OCMB SBE provided FFDC.",
6877 "OCMB SBE provided additional debug data included as part of ",
6878 "the additional user data section."
6879 ]
6880 }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006881 }
Matt Spinler44792fd2019-09-26 15:58:58 -05006882 ]
6883}