blob: f8e2ebfafb57630783d0f524176c9fddd719772a [file] [log] [blame]
Matt Spinler44792fd2019-09-26 15:58:58 -05001{
2 "PELs":
3 [
Matt Spinler3fd08d62019-10-22 14:25:33 -05004 {
5 "Name": "xyz.openbmc_project.Common.Error.Timeout",
6 "Subsystem": "bmc_firmware",
Matt Spinler44792fd2019-09-26 15:58:58 -05007
Matt Spinler3fd08d62019-10-22 14:25:33 -05008 "SRC":
9 {
10 "ReasonCode": "0x1001",
11 "Words6To9":
12 {
13 "6":
14 {
15 "Description": "Timeout in ms",
16 "AdditionalDataPropSource": "TIMEOUT_IN_MSEC"
17 }
18 }
19 },
20
21 "Documentation":
22 {
23 "Description": "This is a generic timeout error",
24 "Message": "An operation timed out",
25 "Notes": [
26 "The journal should contain more information"
27 ]
28 }
29 },
30
31 {
32 "Name": "xyz.openbmc_project.Common.Error.InternalFailure",
33 "Subsystem": "bmc_firmware",
34
35 "SRC":
36 {
37 "ReasonCode": "0x1002",
38 "Words6To9":
39 {
40 }
41 },
42
43 "Documentation":
44 {
45 "Description": "BMC code had a generic internal failure",
46 "Message": "An application had an internal failure",
47 "Notes": [
48 "The journal should contain more information"
49 ]
50 }
51 },
52
53 {
54 "Name": "xyz.openbmc_project.Common.Error.InvalidArgument",
55 "Subsystem": "user_error",
56
57 "SRC":
58 {
59 "ReasonCode": "0x1003",
60 "Words6To9":
61 {
62 }
63 },
64
65 "Documentation":
66 {
67 "Description": "BMC code was given an invalid argument",
68 "Message": "Code was given an invalid argument",
69 "Notes": [
70 "The journal should contain more information"
71 ]
72 }
73 },
74 {
75 "Name": "xyz.openbmc_project.Common.Error.InsufficientPermission",
76 "Subsystem": "user_error",
77
78 "SRC":
79 {
80 "ReasonCode": "0x1004",
81 "Words6To9":
82 {
83 }
84 },
85
86 "Documentation":
87 {
88 "Description": "An operation failed due to insufficient permission",
89 "Message": "An operation failed due to unsufficient permission",
90 "Notes": [
91 "The journal should contain more information"
92 ]
93 }
94 },
95
96 {
97 "Name": "xyz.openbmc_project.Common.Error.NotAllowed",
98 "Subsystem": "user_error",
99
100 "SRC":
101 {
102 "ReasonCode": "0x1005",
103 "Words6To9":
104 {
105 }
106 },
107
108 "Documentation":
109 {
110 "Description": "An operation failed because it isn't allowed",
Matt Spinler26958762020-08-27 13:21:23 -0500111 "Message": "An operation failed because it isn't allowed",
Matt Spinler3fd08d62019-10-22 14:25:33 -0500112 "Notes": [
113 "The journal should contain more information"
114 ]
115 }
116 },
117
118 {
119 "Name": "xyz.openbmc_project.Common.Error.NoCACertificate",
120 "Subsystem": "user_error",
121
122 "SRC":
123 {
124 "ReasonCode": "0x1006",
125 "Words6To9":
126 {
127 }
128 },
129
130 "Documentation":
131 {
132 "Description": "The server's CA certificate has not been provided",
133 "Message": "The server's CA certificate has not been provided"
134 }
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600135 },
136
137 {
Matt Spinleraf036b12020-06-25 10:53:52 -0500138 "Name": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure",
139 "Subsystem": "cec_chip_iface",
140
141 "SRC":
142 {
143 "ReasonCode": "0x1007",
144 "Words6To9":
145 {
146 "6":
147 {
148 "Description": "errno of the failure",
149 "AdditionalDataPropSource": "CALLOUT_ERRNO"
150 }
151 }
152 },
153
154 "Documentation":
155 {
156 "Description": "Sensor device read failure",
157 "Message": "There was a failure when reading a sensor 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 ]
163 }
164 },
165
166 {
167 "Name": "xyz.openbmc_project.Common.Device.Error.ReadFailure",
168 "Subsystem": "cec_chip_iface",
169
170 "SRC":
171 {
172 "ReasonCode": "0x1008",
173 "Words6To9":
174 {
175 "6":
176 {
177 "Description": "errno of the failure",
178 "AdditionalDataPropSource": "CALLOUT_ERRNO"
179 }
180 }
181 },
182
183 "Documentation":
184 {
185 "Description": "Device read failure",
186 "Message": "There was a failure when reading 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 ]
192 }
193 },
194
195 {
196 "Name": "xyz.openbmc_project.Control.Device.Error.WriteFailure",
197 "Subsystem": "cec_chip_iface",
198
199 "SRC":
200 {
201 "ReasonCode": "0x1009",
202 "Words6To9":
203 {
204 "6":
205 {
206 "Description": "errno of the failure",
207 "AdditionalDataPropSource": "CALLOUT_ERRNO"
208 }
209 }
210 },
211
212 "Documentation":
213 {
214 "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 ]
221 }
222 },
223
224 {
225 "Name": "xyz.openbmc_project.Common.Device.Error.WriteFailure",
226 "Subsystem": "cec_chip_iface",
227
228 "SRC":
229 {
230 "ReasonCode": "0x100A",
231 "Words6To9":
232 {
233 "6":
234 {
235 "Description": "errno of the failure",
236 "AdditionalDataPropSource": "CALLOUT_ERRNO"
237 }
238 }
239 },
240
241 "Documentation":
242 {
243 "Description": "Device write failure",
244 "Message": "There was a failure when writing to a hardware device",
245 "Notes": [
246 "The severity is set by the creator.",
247 "The action flags are set automatically by the code.",
248 "Callouts added based on CALLOUT_DEVICE_PATH"
249 ]
250 }
251 },
Jayanth Othayothbd0a7522021-05-03 02:05:36 -0500252
Matt Spinleraf036b12020-06-25 10:53:52 -0500253 {
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600254 "Name": "org.open_power.Logging.Error.SentBadPELToHost",
255 "Subsystem": "bmc_firmware",
256 "Severity": "non_error",
257
258 "SRC":
259 {
260 "ReasonCode": "0x2001",
261 "Words6To9":
262 {
263 "6":
264 {
265 "Description": "The bad PEL ID",
266 "AdditionalDataPropSource": "BAD_ID"
267 }
268 }
269 },
270
271 "Documentation":
272 {
273 "Description": "The BMC sent the host a malformed PEL",
274 "Message": "The BMC sent the host a malformed PEL",
275 "Notes": [
276 "The host firmware rejected that PEL."
277 ]
278 }
Matt Spinlere95fd012020-01-07 12:53:16 -0600279 },
280
281 {
282 "Name": "org.open_power.Logging.Error.BadHostPEL",
283 "Subsystem": "platform_firmware",
284 "Severity": "unrecoverable",
285
286 "SRC":
287 {
288 "ReasonCode": "0x2002",
289 "Words6To9":
290 {
291 "6":
292 {
293 "Description": "The PLID of the invalid PEL",
294 "AdditionalDataPropSource": "PLID"
295 },
296 "7":
297 {
298 "Description": "The corresponding OpenBMC event log ID",
299 "AdditionalDataPropSource": "OBMC_LOG_ID"
300 },
301 "8":
302 {
303 "Description": "The size of the invalid PEL",
304 "AdditionalDataPropSource": "PEL_SIZE"
305 }
306 }
307 },
308
309 "Documentation":
310 {
311 "Description": "The host sent the BMC an invalid PEL",
312 "Message": "The host sent the BMC an invalid PEL",
313 "Notes": [
314 ]
315 }
Marri Devender Raoead1be22020-03-28 05:50:59 -0500316 },
317
318 {
Matt Spinler3477ce92020-07-08 14:49:25 -0500319 "Name": "org.open_power.Logging.Error.TestError1",
320 "Subsystem": "platform_firmware",
321 "Severity": "unrecoverable",
322
323 "SRC":
324 {
325 "ReasonCode": "0x2003",
326 "Words6To9":
327 {
328 }
329 },
330
331 "Callouts": [
332 {
333 "CalloutList": [
334 {"Priority": "high", "Procedure": "bmc_code"},
335 {"Priority": "medium", "SymbolicFRU": "service_docs"}
336 ]
337 }
338 ],
339
340 "Documentation":
341 {
342 "Description": "An error for testing",
343 "Message": "This is a test error"
344 }
345 },
346
347 {
Matt Spinler30ddc9f2020-07-16 15:39:59 -0500348 "Name": "xyz.openbmc_project.Logging.Error.Default",
349 "Subsystem": "other_na",
350
351 "SRC":
352 {
353 "ReasonCode": "0x2004",
354 "Words6To9":
355 {
356 }
357 },
358
359 "Documentation":
360 {
361 "Description": "This entry is used when no other matching entry is found",
362 "Message": "Unknown (Original event not in message registry)",
363 "Notes": [
364 "This is used when the actual error name isn't found in ",
365 "the registry. The original error name will be stored ",
366 "in the UserData section that contains the AdditionalData ",
367 "properties using the key ERROR_NAME.",
368 "This error may contain callouts if the creator passed ",
369 "them in.",
370 "The severity is set by the creator.",
371 "If this error is seen, then a code change needs to be ",
372 "made to add the missing error entry to this registry."
373 ]
374 }
375 },
376
377 {
Marri Devender Raoead1be22020-03-28 05:50:59 -0500378 "Name": "org.open_power.PHAL.Error.Boot",
379 "Subsystem": "cec_hardware",
Ramesh Iyyar41e79dc2020-12-22 06:27:48 -0600380 "ComponentID": "0x3000",
Marri Devender Raoead1be22020-03-28 05:50:59 -0500381 "Severity": "unrecoverable",
382
383 "SRC":
384 {
Ramesh Iyyar41e79dc2020-12-22 06:27:48 -0600385 "ReasonCode": "0x3001",
Marri Devender Raoead1be22020-03-28 05:50:59 -0500386 "Words6To9":
387 {
388 }
389 },
390
391 "Documentation":
392 {
393 "Description": "Failure occured during boot process",
394 "Message": "Failure occured during boot process",
395 "Notes": [
396 "Debug traces will be captured in AdditionalData section"
397 ]
398 }
Ben Tyner34836322020-04-15 17:01:48 -0500399 },
400
401 {
Ramesh Iyyar78be2a22020-12-22 06:22:55 -0600402 "Name": "org.open_power.PHAL.Error.PrePowerOff",
403 "Subsystem": "cec_hardware",
404 "ComponentID": "0x3000",
405
406 "SRC":
407 {
408 "ReasonCode": "0x3002",
409 "Words6To9":
410 {
411 }
412 },
413
414 "Documentation":
415 {
416 "Description": "Failure occurred during PHAL pre-poweroff operations",
417 "Message": "Failure occurred during PHAL pre-poweroff operations",
418 "Notes": [
419 "Severity needs to be set based on needs for this registry.",
420 "FFDC (First Failure Data Collection) will be collected ",
421 "and added into PEL."
422 ]
423 }
424 },
425
426 {
Jayanth Othayothdb00d762021-07-13 02:48:19 -0500427 "Name": "org.open_power.PHAL.Error.devtreeSync",
428 "Subsystem": "cec_hardware",
429 "ComponentID": "0x3000",
430 "Severity": "unrecoverable",
431
432 "SRC":
433 {
434 "ReasonCode": "0x3003",
435 "Words6To9":
436 {
437 }
438 },
439
440 "Documentation":
441 {
442 "Description": "Failure occurred during PHAL devtree sync ",
443 "Message": "Failure occurred during PHAL devtree sync",
444 "Notes": [
445 "The journal should contain more information"
446 ]
447 }
448 },
449
450 {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -0500451 "Name": "org.open_power.Processor.Error.SbeChipOpFailure",
452 "Subsystem": "processor_chip",
453 "ComponentID": "0x3500",
454
455 "SRC":
456 {
457 "ReasonCode": "0x3500",
458 "Words6To9":
459 {
460 "6":
461 {
462 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
463 "AdditionalDataPropSource": "SRC6"
464 }
465 }
466 },
467
468 "Documentation":
469 {
470 "Description": "chipop failure with SBE provided FFDC",
471 "Message": "chipop request failure reported by SBE",
472 "Notes": [
473 "The severity is set by the creator.",
474 "Callouts added based on SBE provided FFDC.",
475 "SBE provided additional debug data included as part of the",
476 "additional user data section."
477 ]
478 }
479 },
480
481 {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -0500482 "Name": "org.open_power.Processor.Error.SbeChipOpTimeout",
483 "Subsystem": "processor_chip",
484 "ComponentID": "0x3500",
485
486 "SRC":
487 {
488 "ReasonCode": "0x3501",
489 "Words6To9":
490 {
491 "6":
492 {
493 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
494 "AdditionalDataPropSource": "SRC6"
495 }
496 }
497 },
498
499 "Documentation":
500 {
501 "Description": "SBE chipop timeout",
502 "Message": "chipop timeout reported during SBE communication",
503 "Notes": [
504 "The severity is set by the creator.",
505 "Check SBE Dump associated to this error to debug the failure."
506 ]
507 }
508 },
509
510 {
Jayanth Othayoth6c601832021-05-03 02:56:04 -0500511 "Name": "org.open_power.Processor.Error.SbeChipOpInvalidState",
512 "Subsystem": "processor_chip",
513 "ComponentID": "0x3500",
514
515 "SRC":
516 {
517 "ReasonCode": "0x3502",
518 "Words6To9":
519 {
520 "6":
521 {
522 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
523 "AdditionalDataPropSource": "SRC6"
524 },
525 "7":
526 {
527 "Description": "Value of SBE state",
528 "AdditionalDataPropSource": "SRC7"
529 }
530 }
531 },
532
533 "Documentation":
534 {
535 "Description": "The SBE on this processor is not in a state where chipOps can be issued",
536 "Message": "SBE Chipop is not allowed due to invalid SBE state ",
537 "Notes": [
538 "The severity is set by the creator."
539 ]
540 }
541 },
542
543 {
Ben Tyner34836322020-04-15 17:01:48 -0500544 "Name": "org.open_power.Attn.Error.Terminate",
Ben Tyner808e29f2021-04-16 08:32:23 -0500545 "Subsystem": "cec_hardware",
546 "Severity": "non_error",
Ben Tyner34836322020-04-15 17:01:48 -0500547
548 "SRC":
549 {
550 "ReasonCode": "0xD138",
Ben Tyner808e29f2021-04-16 08:32:23 -0500551 "SymptomIDFields": [ "SRCWord3", "SRCWord4", "SRCWord5", "SRCWord6", "SRCWord7", "SRCWord8", "SRCWord9" ],
Ben Tyner34836322020-04-15 17:01:48 -0500552 "Words6To9":
553 {
554 }
555 },
556
557 "Documentation":
558 {
559 "Description": "Status shows TI special attention active",
560 "Message": "TI special attention detected",
561 "Notes": [
562 "This entry is for any TI special attention event ",
563 "reported by the attention handler component"
564 ]
565 }
566 },
567
568 {
569 "Name": "org.open_power.Attn.Error.Fail",
570 "Subsystem": "bmc_firmware",
571 "Severity": "unrecoverable_loss_of_function",
572
573 "SRC":
574 {
575 "ReasonCode": "0xD13E",
576 "Words6To9":
577 {
578 "6":
579 {
580 "Description": "Error code from attention handler",
581 "AdditionalDataPropSource": "ERROR_CODE"
582 }
583 }
584 },
585 "Documentation":
586 {
587 "Description": "The attention handler encountered an error",
588 "MessageArgSources" : ["SRCWord6"],
589 "Message": "Attention handler error %1",
590 "Notes": [
591 "Attention handler will provide error code"
592 ]
593 }
594 },
595
596 {
597 "Name": "org.open_power.Attn.Error.Vital",
598 "Subsystem": "processor_chip",
599 "Severity": "critical",
600
601 "SRC":
602 {
603 "ReasonCode": "0xD16D",
604 "Words6To9":
605 {
606 }
607 },
608
609 "Documentation":
610 {
611 "Description": "Status shows SBE vital attention active",
612 "Message": "SBE vital attention detected",
613 "Notes": [
614 "This entry is for any SBE vital attention event ",
615 "reported by the attention handler component"
616 ]
617 }
618 },
619
620 {
621 "Name": "org.open_power.HwDiags.Error.Checkstop",
622 "Subsystem": "cec_hardware",
Zane Shelley561c0382020-11-17 13:20:05 -0600623 "ActionFlags": [ "service_action", "report", "call_home" ],
Ben Tyner34836322020-04-15 17:01:48 -0500624
625 "SRC":
626 {
Zane Shelley561c0382020-11-17 13:20:05 -0600627 "ReasonCode": "0xE510",
628 "SymptomIDFields": [ "SRCWord6", "SRCWord7", "SRCWord8" ],
Ben Tyner34836322020-04-15 17:01:48 -0500629 "Words6To9":
630 {
631 "6":
632 {
Zane Shelley561c0382020-11-17 13:20:05 -0600633 "Description": "[0:15] chip model, [16:23] reserved, [24:31] chip EC level",
634 "AdditionalDataPropSource": "SRC6"
635 },
636 "7":
637 {
638 "Description": "[0:15] chip position, [16:23] unused, [24:31] signature attn type",
639 "AdditionalDataPropSource": "SRC7"
Ben Tyner34836322020-04-15 17:01:48 -0500640 },
641 "8":
642 {
Zane Shelley561c0382020-11-17 13:20:05 -0600643 "Description": "[0:15] signature ID, [16:23] signature instance, [24:31] signature bit position",
644 "AdditionalDataPropSource": "SRC8"
Ben Tyner34836322020-04-15 17:01:48 -0500645 }
646 }
647 },
648
649 "Documentation":
650 {
Zane Shelley561c0382020-11-17 13:20:05 -0600651 "Description": "A system checkstop attention has occurred",
652 "MessageArgSources" : [ "SRCWord6", "SRCWord7", "SRCWord8" ],
653 "Message": "hw-diags signature: %1 %2 %3"
Ben Tyner34836322020-04-15 17:01:48 -0500654 }
655 },
656
657 {
Zane Shelley561c0382020-11-17 13:20:05 -0600658 "Name": "org.open_power.HwDiags.Error.Predictive",
659 "Subsystem": "cec_hardware",
660 "ActionFlags": [ "service_action", "report", "call_home" ],
Ben Tyner34836322020-04-15 17:01:48 -0500661
662 "SRC":
663 {
Zane Shelley561c0382020-11-17 13:20:05 -0600664 "ReasonCode": "0xE511",
665 "SymptomIDFields": [ "SRCWord6", "SRCWord7", "SRCWord8" ],
Ben Tyner34836322020-04-15 17:01:48 -0500666 "Words6To9":
667 {
668 "6":
669 {
Zane Shelley561c0382020-11-17 13:20:05 -0600670 "Description": "[0:15] chip model, [16:23] reserved, [24:31] chip EC level",
671 "AdditionalDataPropSource": "SRC6"
672 },
673 "7":
674 {
675 "Description": "[0:15] chip position, [16:23] unused, [24:31] signature attn type",
676 "AdditionalDataPropSource": "SRC7"
677 },
678 "8":
679 {
680 "Description": "[0:15] signature ID, [16:23] signature instance, [24:31] signature bit position",
681 "AdditionalDataPropSource": "SRC8"
Ben Tyner34836322020-04-15 17:01:48 -0500682 }
683 }
684 },
Zane Shelley561c0382020-11-17 13:20:05 -0600685
Ben Tyner34836322020-04-15 17:01:48 -0500686 "Documentation":
687 {
Zane Shelley561c0382020-11-17 13:20:05 -0600688 "Description": "A hardware attention requiring service has occurred",
689 "MessageArgSources" : [ "SRCWord6", "SRCWord7", "SRCWord8" ],
690 "Message": "hw-diags signature: %1 %2 %3"
Ben Tyner34836322020-04-15 17:01:48 -0500691 }
Shawn McCarney01648f52020-06-25 11:42:02 -0500692 },
693
694 {
Brandon Wyman38caaf02020-09-01 16:07:42 -0500695 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.InputFault",
696 "Subsystem": "power_supply",
697 "Severity": "unrecoverable_redundancy_loss",
698 "ActionFlags": ["service_action", "report"],
699 "ComponentID": "0x2700",
700
701 "SRC": {
702 "Type": "11",
703 "ReasonCode": "0x15F0",
704 "Words6To9": {}
705 },
706
707 "Callouts": [
708 {
709 "CalloutList": [
710 { "Priority": "high", "SymbolicFRU": "pwrsply" }
711 ]
712 }
713 ],
714
715 "Documentation": {
716 "Description": "Power Supply input power fault",
717 "Message": "A power supply has indicated an input or under voltage condition.",
718 "Notes": [
719 "Check the power supply cabling and/or input power ",
720 "source. The PWRSPLY procedure is used rather than ",
721 "calling out a location code, as typically these faults ",
722 "are related to the supplied power, the cable, or the ",
723 "cable connectors. If the input fault resolves down to an ",
724 "issue with the power supply itself, the power supply ",
725 "indicating this input fault should be called out. Add the ",
726 "CALLOUT_INVENTORY_PATH to the additional data, and set the",
727 "CALLOUT_PRIORITY to something other than high."
728 ]
729 }
730 },
731
732 {
733 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Fault",
734 "Subsystem": "power_supply",
735 "Severity": "unrecoverable_redundancy_loss",
736 "ActionFlags": ["service_action", "report", "call_home"],
737 "ComponentID": "0x2700",
738
739 "SRC": {
740 "Type": "11",
741 "ReasonCode": "0x15F1",
742 "Words6To9": {}
743 },
744
745 "Documentation": {
746 "Description": "Power Supply power fault",
747 "Message": "The power supply detected a fault condition, see AdditionalData for further details.",
748 "Notes": [
749 "The power supply reporting the fault should be called ",
750 "out using the CALLOUT_INVENTORY_PATH keyword. Include ",
751 "specific fault, STATUS_* details, and code level in the ",
752 "AdditionalData section."
753 ]
754 }
755 },
756
757 {
758 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.CommFault",
759 "Subsystem": "power_supply",
Brandon Wyman981ffc32021-04-06 15:49:12 -0500760 "Severity": "unrecoverable",
Brandon Wyman38caaf02020-09-01 16:07:42 -0500761 "ActionFlags": ["service_action", "report", "call_home"],
762 "ComponentID": "0x2700",
763
764 "SRC": {
765 "Type": "11",
766 "ReasonCode": "0x15F2",
767 "Words6To9": {}
768 },
769
770 "Documentation": {
771 "Description": "Power Supply non-power fault",
772 "Message": "A communication failure occurred talking to the power supply",
773 "Notes": [
774 "Communication problems with the power supply could be ",
775 "the power supply, or any hardware between it and the ",
776 "BMC. Reporting the error should be passing in a call ",
777 "out using CALLOUT_DEVICE_PATH."
778 ]
779 }
780 },
781
782 {
783 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Missing",
784 "Subsystem": "power_supply",
Brandon Wyman981ffc32021-04-06 15:49:12 -0500785 "Severity": "unrecoverable_redundancy_loss",
Brandon Wyman38caaf02020-09-01 16:07:42 -0500786 "ActionFlags": ["service_action", "report", "call_home"],
787 "ComponentID": "0x2700",
788
789 "SRC": {
790 "Type": "11",
791 "ReasonCode": "0x15F6",
792 "Words6To9": {}
793 },
794
795 "Callouts": [
796 {
797 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -0500798 {
799 "Priority": "high",
800 "SymbolicFRUTrusted": "pwrsply",
801 "UseInventoryLocCode": true
802 }
Brandon Wyman38caaf02020-09-01 16:07:42 -0500803 ]
804 }
805 ],
806
807 "Documentation": {
808 "Description": "Power Supply is missing",
809 "Message": "A power supply that should be present is missing",
810 "Notes": [
811 "The CalloutList should use the PWRSPLY symbolic FRU ",
Matt Spinler80600192020-10-23 09:29:33 -0500812 "with the trusted location code property. The ",
813 "location code in this callout is obtained from ",
814 "the passed in CALLOUT_INVENTORY_PATH value."
Brandon Wyman38caaf02020-09-01 16:07:42 -0500815 ]
816 }
817 },
818
819 {
Jay Meyer54ff54e2021-03-14 20:18:41 -0500820 "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Blackout",
821 "Subsystem": "power",
822 "ActionFlags": [ "report", "service_action" ],
823 "Severity": "unrecoverable",
824 "ComponentID": "0x2700",
825
826 "SRC":
827 {
828 "Type": "11",
829 "ReasonCode": "0x00AC",
830 "Words6To9": {},
831 "PowerFault": true
832 },
833
834 "Callouts": [
835 {
836 "CalloutList": [
837 { "Priority": "high", "SymbolicFRU": "ac_module"}
838 ]
839 }
840 ],
841
842 "Documentation": {
843 "Description": "Input power was lost while the system was powered on.",
844 "Message": "Input power was lost while the system was powered on.",
845 "Notes": [
846 "Input power was lost while system powered on.",
847 "The CalloutList should use the ACMODUL symbolic FRU."
848 ]
849 }
850 },
851
852 {
Jim Wright7f678902020-11-30 16:03:57 -0600853 "Name": "xyz.openbmc_project.Power.Error.Shutdown",
854 "Subsystem": "power_sequencer",
855 "ComponentID": "0x2700",
856
857 "SRC": {
858 "Type": "11",
859 "ReasonCode": "0x2600",
860 "Words6To9": {}
861 },
862
863 "Callouts": [
864 {
865 "CalloutList": [
866 { "Priority": "high", "SymbolicFRU": "pgood_part" }
867 ]
868 }
869 ],
870
871 "Documentation": {
872 "Description": "A power off was issued because a power fault was detected",
873 "Message": "A power off was issued because a power fault was detected",
874 "Notes": [
875 ]
876 }
877 },
878
879 {
880 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerPGOODFault",
881 "Subsystem": "power_sequencer",
882 "ComponentID": "0x2700",
883
884 "SRC": {
885 "Type": "11",
886 "ReasonCode": "0x2610",
887 "Words6To9": {}
888 },
889
890 "CalloutsUsingAD": {
891 "ADName": "INPUT_NAME", "CalloutsWithTheirADValues": [
892 {
893 "ADValue": "PCIE_SLOT0", "Callouts": [
894 {
895 "CalloutList": [
896 { "Priority": "high", "LocCode": "P0-C0" },
897 { "Priority": "medium", "LocCode": "P0" }
898 ]
899 }
900 ]
901 },
902 {
903 "ADValue": "PCIE_SLOT1", "Callouts": [
904 {
905 "CalloutList": [
906 { "Priority": "high", "LocCode": "P0-C1" },
907 { "Priority": "medium", "LocCode": "P0" }
908 ]
909 }
910 ]
911 },
912 {
913 "ADValue": "PCIE_SLOT2", "Callouts": [
914 {
915 "CalloutList": [
916 { "Priority": "high", "LocCode": "P0-C2" },
917 { "Priority": "medium", "LocCode": "P0" }
918 ]
919 }
920 ]
921 },
922 {
923 "ADValue": "PCIE_SLOT3", "Callouts": [
924 {
925 "CalloutList": [
926 { "Priority": "high", "LocCode": "P0-C3" },
927 { "Priority": "medium", "LocCode": "P0" }
928 ]
929 }
930 ]
931 },
932 {
933 "ADValue": "PCIE_SLOT4", "Callouts": [
934 {
935 "CalloutList": [
936 { "Priority": "high", "LocCode": "P0-C4" },
937 { "Priority": "medium", "LocCode": "P0" }
938 ]
939 }
940 ]
941 },
942 {
943 "ADValue": "PCIE_SLOT7", "Callouts": [
944 {
945 "CalloutList": [
946 { "Priority": "high", "LocCode": "P0-C7" },
947 { "Priority": "medium", "LocCode": "P0" }
948 ]
949 }
950 ]
951 },
952 {
953 "ADValue": "PCIE_SLOT8", "Callouts": [
954 {
955 "CalloutList": [
956 { "Priority": "high", "LocCode": "P0-C8" },
957 { "Priority": "medium", "LocCode": "P0" }
958 ]
959 }
960 ]
961 },
962 {
963 "ADValue": "PCIE_SLOT9", "Callouts": [
964 {
965 "CalloutList": [
966 { "Priority": "high", "LocCode": "P0-C9" },
967 { "Priority": "medium", "LocCode": "P0" }
968 ]
969 }
970 ]
971 },
972 {
973 "ADValue": "PCIE_SLOT10", "Callouts": [
974 {
975 "CalloutList": [
976 { "Priority": "high", "LocCode": "P0-C10" },
977 { "Priority": "medium", "LocCode": "P0" }
978 ]
979 }
980 ]
981 },
982 {
983 "ADValue": "PCIE_SLOT11", "Callouts": [
984 {
985 "CalloutList": [
986 { "Priority": "high", "LocCode": "P0-C11" },
987 { "Priority": "medium", "LocCode": "P0" }
988 ]
989 }
990 ]
991 },
992 {
993 "ADValue": "PGOOD_12A", "Callouts": [
994 {
995 "CalloutList": [
996 { "Priority": "high", "SymbolicFRU": "pgood_part" }
997 ]
998 }
999 ]
1000 },
1001 {
1002 "ADValue": "PGOOD_12B", "Callouts": [
1003 {
1004 "CalloutList": [
1005 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1006 ]
1007 }
1008 ]
1009 },
1010 {
1011 "ADValue": "PGOOD_12C", "Callouts": [
1012 {
1013 "CalloutList": [
1014 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1015 ]
1016 }
1017 ]
1018 },
1019 {
1020 "ADValue": "PGOOD_12D", "Callouts": [
1021 {
1022 "CalloutList": [
1023 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1024 ]
1025 }
1026 ]
1027 },
1028 {
1029 "ADValue": "PGOOD_12L", "Callouts": [
1030 {
1031 "CalloutList": [
1032 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1033 ]
1034 }
1035 ]
1036 },
1037 {
1038 "ADValue": "PGOOD_12M", "Callouts": [
1039 {
1040 "CalloutList": [
1041 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1042 ]
1043 }
1044 ]
1045 },
1046 {
1047 "ADValue": "PGOOD_12N", "Callouts": [
1048 {
1049 "CalloutList": [
1050 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1051 ]
1052 }
1053 ]
1054 },
1055 {
1056 "ADValue": "PGOOD_12P", "Callouts": [
1057 {
1058 "CalloutList": [
1059 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1060 ]
1061 }
1062 ]
1063 },
1064 {
1065 "ADValue": "PGOOD_12PCIE", "Callouts": [
1066 {
1067 "CalloutList": [
1068 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1069 ]
1070 }
1071 ]
1072 },
1073 {
1074 "ADValue": "PGOOD_12Q", "Callouts": [
1075 {
1076 "CalloutList": [
1077 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1078 ]
1079 }
1080 ]
1081 },
1082 {
1083 "ADValue": "PGOOD_12R", "Callouts": [
1084 {
1085 "CalloutList": [
1086 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1087 ]
1088 }
1089 ]
1090 },
1091 {
1092 "ADValue": "PGOOD_VDN_DCM0", "Callouts": [
1093 {
1094 "CalloutList": [
1095 { "Priority": "high", "LocCode": "P0-C14" },
1096 { "Priority": "medium", "LocCode": "P0-C15" },
1097 { "Priority": "low", "LocCode": "P0" }
1098 ]
1099 }
1100 ]
1101 },
1102 {
1103 "ADValue": "PGOOD_VDN_DCM1", "Callouts": [
1104 {
1105 "CalloutList": [
1106 { "Priority": "high", "LocCode": "P0-C23" },
1107 { "Priority": "medium", "LocCode": "P0-C24" },
1108 { "Priority": "low", "LocCode": "P0" }
1109 ]
1110 }
1111 ]
1112 },
1113 {
1114 "ADValue": "PGOOD_VCS_DCM0", "Callouts": [
1115 {
1116 "CalloutList": [
1117 { "Priority": "high", "LocCode": "P0-C14" },
1118 { "Priority": "medium", "LocCode": "P0-C15" },
1119 { "Priority": "low", "LocCode": "P0" }
1120 ]
1121 }
1122 ]
1123 },
1124 {
1125 "ADValue": "PGOOD_VCS_DCM1", "Callouts": [
1126 {
1127 "CalloutList": [
1128 { "Priority": "high", "LocCode": "P0-C23" },
1129 { "Priority": "medium", "LocCode": "P0-C24" },
1130 { "Priority": "low", "LocCode": "P0" }
1131 ]
1132 }
1133 ]
1134 },
1135 {
1136 "ADValue": "PGOOD_VIO_DCM0", "Callouts": [
1137 {
1138 "CalloutList": [
1139 { "Priority": "high", "LocCode": "P0-C14" },
1140 { "Priority": "medium", "LocCode": "P0-C15" },
1141 { "Priority": "low", "LocCode": "P0" }
1142 ]
1143 }
1144 ]
1145 },
1146 {
1147 "ADValue": "PGOOD_VIO_DCM1", "Callouts": [
1148 {
1149 "CalloutList": [
1150 { "Priority": "high", "LocCode": "P0-C23" },
1151 { "Priority": "medium", "LocCode": "P0-C24" },
1152 { "Priority": "low", "LocCode": "P0" }
1153 ]
1154 }
1155 ]
1156 },
1157 {
1158 "ADValue": "PGOOD_VPCIE_DCM0", "Callouts": [
1159 {
1160 "CalloutList": [
1161 { "Priority": "high", "LocCode": "P0-C14" },
1162 { "Priority": "medium", "LocCode": "P0-C15" },
1163 { "Priority": "low", "LocCode": "P0" }
1164 ]
1165 }
1166 ]
1167 },
1168 {
1169 "ADValue": "PGOOD_VPCIE_DCM1", "Callouts": [
1170 {
1171 "CalloutList": [
1172 { "Priority": "high", "LocCode": "P0-C23" },
1173 { "Priority": "medium", "LocCode": "P0-C24" },
1174 { "Priority": "low", "LocCode": "P0" }
1175 ]
1176 }
1177 ]
1178 }
1179 ]
1180 },
1181
1182 "Documentation": {
1183 "Description": "The power sequencer chip detected a PGOOD fault",
1184 "Message": "The power sequencer chip detected a PGOOD fault",
1185 "Notes": [
1186 ]
1187 }
1188 },
1189
1190 {
1191 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerVoltageFault",
1192 "Subsystem": "power_sequencer",
1193 "ComponentID": "0x2700",
1194
1195 "SRC": {
1196 "Type": "11",
1197 "ReasonCode": "0x2620",
1198 "Words6To9": {}
1199 },
1200
1201 "CalloutsUsingAD": {
1202 "ADName": "RAIL_NAME", "CalloutsWithTheirADValues": [
1203 {
1204 "ADValue": "12.0V", "Callouts": [
1205 {
1206 "CalloutList": [
1207 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1208 ]
1209 }
1210 ]
1211 },
1212 {
1213 "ADValue": "5.0V_USB", "Callouts": [
1214 {
1215 "CalloutList": [
1216 { "Priority": "high", "SymbolicFRU": "usb_pgood" },
1217 { "Priority": "medium", "LocCode": "P0" }
1218 ]
1219 }
1220 ]
1221 },
1222 {
1223 "ADValue": "5.0V_DASD", "Callouts": [
1224 {
1225 "CalloutList": [
1226 { "Priority": "medium", "LocCode": "P1" },
1227 { "Priority": "medium", "LocCode": "P2" },
1228 { "Priority": "medium", "LocCode": "P3" },
1229 { "Priority": "low", "LocCode": "P0" }
1230 ]
1231 }
1232 ]
1233 },
1234 {
1235 "ADValue": "3.3VA", "Callouts": [
1236 {
1237 "CalloutList": [
1238 { "Priority": "high", "LocCode": "P0" }
1239 ]
1240 }
1241 ]
1242 },
1243 {
1244 "ADValue": "3.3VB", "Callouts": [
1245 {
1246 "CalloutList": [
1247 { "Priority": "high", "LocCode": "P0" }
1248 ]
1249 }
1250 ]
1251 },
1252 {
1253 "ADValue": "1.5V", "Callouts": [
1254 {
1255 "CalloutList": [
1256 { "Priority": "high", "LocCode": "P0" }
1257 ]
1258 }
1259 ]
1260 },
1261 {
1262 "ADValue": "1.1V", "Callouts": [
1263 {
1264 "CalloutList": [
1265 { "Priority": "high", "LocCode": "P0" }
1266 ]
1267 }
1268 ]
1269 },
1270 {
1271 "ADValue": "VDDA_DCM0", "Callouts": [
1272 {
1273 "CalloutList": [
1274 { "Priority": "high", "LocCode": "P0-C14" },
1275 { "Priority": "medium", "LocCode": "P0-C15" },
1276 { "Priority": "low", "LocCode": "P0" }
1277 ]
1278 }
1279 ]
1280 },
1281 {
1282 "ADValue": "VDDB_DCM0", "Callouts": [
1283 {
1284 "CalloutList": [
1285 { "Priority": "high", "LocCode": "P0-C14" },
1286 { "Priority": "medium", "LocCode": "P0-C15" },
1287 { "Priority": "low", "LocCode": "P0" }
1288 ]
1289 }
1290 ]
1291 },
1292 {
1293 "ADValue": "VDDA_DCM1", "Callouts": [
1294 {
1295 "CalloutList": [
1296 { "Priority": "high", "LocCode": "P0-C23" },
1297 { "Priority": "medium", "LocCode": "P0-C24" },
1298 { "Priority": "low", "LocCode": "P0" }
1299 ]
1300 }
1301 ]
1302 },
1303 {
1304 "ADValue": "VDDB_DCM1", "Callouts": [
1305 {
1306 "CalloutList": [
1307 { "Priority": "high", "LocCode": "P0-C23" },
1308 { "Priority": "medium", "LocCode": "P0-C24" },
1309 { "Priority": "low", "LocCode": "P0" }
1310 ]
1311 }
1312 ]
1313 },
1314 {
1315 "ADValue": "12.0VCS", "Callouts": [
1316 {
1317 "CalloutList": [
1318 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1319 ]
1320 }
1321 ]
1322 },
1323 {
1324 "ADValue": "3.3VCS", "Callouts": [
1325 {
1326 "CalloutList": [
1327 { "Priority": "high", "LocCode": "P0" }
1328 ]
1329 }
1330 ]
1331 },
1332 {
1333 "ADValue": "1.1V_Current", "Callouts": [
1334 {
1335 "CalloutList": [
1336 { "Priority": "high", "LocCode": "P0" }
1337 ]
1338 }
1339 ]
1340 },
1341 {
1342 "ADValue": "5.0V_USB_Current", "Callouts": [
1343 {
1344 "CalloutList": [
1345 { "Priority": "high", "SymbolicFRU": "usb_pgood" },
1346 { "Priority": "medium", "LocCode": "P0" }
1347 ]
1348 }
1349 ]
1350 },
1351 {
1352 "ADValue": "5.0V_DASD_Current", "Callouts": [
1353 {
1354 "CalloutList": [
1355 { "Priority": "medium", "LocCode": "P1" },
1356 { "Priority": "medium", "LocCode": "P2" },
1357 { "Priority": "medium", "LocCode": "P3" },
1358 { "Priority": "low", "LocCode": "P0" }
1359 ]
1360 }
1361 ]
1362 },
1363 {
1364 "ADValue": "12.0VN", "Callouts": [
1365 {
1366 "CalloutList": [
1367 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1368 ]
1369 }
1370 ]
1371 },
1372 {
1373 "ADValue": "12.0VP", "Callouts": [
1374 {
1375 "CalloutList": [
1376 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1377 ]
1378 }
1379 ]
1380 },
1381 {
1382 "ADValue": "12.0VQ", "Callouts": [
1383 {
1384 "CalloutList": [
1385 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1386 ]
1387 }
1388 ]
1389 },
1390 {
1391 "ADValue": "12.0VR", "Callouts": [
1392 {
1393 "CalloutList": [
1394 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1395 ]
1396 }
1397 ]
1398 },
1399 {
1400 "ADValue": "ThermalDiode1", "Callouts": [
1401 {
1402 "CalloutList": [
1403 { "Priority": "high", "LocCode": "P0" }
1404 ]
1405 }
1406 ]
1407 },
1408 {
1409 "ADValue": "ThermalDiode2", "Callouts": [
1410 {
1411 "CalloutList": [
1412 { "Priority": "high", "LocCode": "P0" }
1413 ]
1414 }
1415 ]
1416 },
1417 {
1418 "ADValue": "ThermalDiode3", "Callouts": [
1419 {
1420 "CalloutList": [
1421 { "Priority": "high", "LocCode": "P0" }
1422 ]
1423 }
1424 ]
1425 },
1426 {
1427 "ADValue": "ThermalDiode4", "Callouts": [
1428 {
1429 "CalloutList": [
1430 { "Priority": "high", "LocCode": "P0" }
1431 ]
1432 }
1433 ]
1434 }
1435 ]
1436 },
1437
1438 "Documentation": {
1439 "Description": "The power sequencer chip detected a voltage fault",
1440 "Message": "The power sequencer chip detected a voltage fault",
1441 "Notes": [
1442 ]
1443 }
1444 },
1445
1446 {
Shawn McCarney01648f52020-06-25 11:42:02 -05001447 "Name": "xyz.openbmc_project.Power.Regulators.Error.WriteVerification",
1448 "Subsystem": "power",
1449 "ComponentID": "0x2700",
1450
1451 "SRC": {
1452 "Type": "11",
1453 "ReasonCode": "0x2900",
1454 "Words6To9": {}
1455 },
1456
1457 "Documentation": {
1458 "Description": "A write verification error occurred on a device",
1459 "Message": "A write verification error occurred on a device",
1460 "Notes": [
1461 "This error occurs when a device register is written, ",
1462 "read back, and the two values do not match. This is ",
1463 "also called a read-back error. The device should be ",
1464 "identified using the CALLOUT_DEVICE_PATH or ",
1465 "CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR keywords in the ",
1466 "AdditionalData property of the event log. This will ",
1467 "cause the device and the hardware in the communication ",
1468 "path to be called out."
1469 ]
1470 }
1471 },
1472
1473 {
1474 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile",
1475 "Subsystem": "power",
1476 "ComponentID": "0x2700",
1477
1478 "SRC": {
1479 "Type": "11",
1480 "ReasonCode": "0xA013",
1481 "Words6To9": {}
1482 },
1483
1484 "Callouts": [
1485 {
1486 "CalloutList": [
1487 { "Priority": "high", "Procedure": "bmc_code" }
1488 ]
1489 }
1490 ],
1491
1492 "Documentation": {
1493 "Description": "A regulators configuration file error occurred",
1494 "Message": "A regulators configuration file error occurred",
1495 "Notes": [
1496 "The regulators configuration file could not be found, ",
1497 "could not be read, or had invalid contents."
1498 ]
1499 }
1500 },
1501
1502 {
Shawn McCarney82e31d82021-02-19 16:25:55 -06001503 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile.Critical",
1504 "Subsystem": "power",
1505 "Severity": "critical_system_term",
1506 "ComponentID": "0x2700",
1507
1508 "SRC": {
1509 "Type": "11",
1510 "ReasonCode": "0xA014",
1511 "Words6To9": {},
1512 "PowerFault": true
1513 },
1514
1515 "Callouts": [
1516 {
1517 "CalloutList": [
1518 { "Priority": "high", "Procedure": "bmc_code" }
1519 ]
1520 }
1521 ],
1522
1523 "Documentation": {
1524 "Description": "A critical regulators configuration file error occurred",
1525 "Message": "A critical regulators configuration file error occurred",
1526 "Notes": [
1527 "The regulators configuration file could not be found, ",
1528 "could not be read, or had invalid contents. As a result ",
1529 "voltage regulators could not be configured, and the ",
1530 "chassis could not be powered on."
1531 ]
1532 }
1533 },
1534
1535 {
Jim Wright7f678902020-11-30 16:03:57 -06001536 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerFault",
1537 "Subsystem": "power_sequencer",
1538 "ComponentID": "0x2700",
1539
1540 "SRC": {
1541 "Type": "11",
1542 "ReasonCode": "0xD000",
1543 "Words6To9": {}
1544 },
1545
1546 "Callouts": [
1547 {
1548 "CalloutList": [
1549 { "Priority": "high", "LocCode": "P0" }
1550 ]
1551 }
1552 ],
1553
1554 "Documentation": {
1555 "Description": "The power sequencer chip detected a fault",
1556 "Message": "The power sequencer chip detected a fault",
1557 "Notes": [
1558 ]
1559 }
1560 },
1561
1562 {
1563 "Name": "xyz.openbmc_project.Power.Error.PowerOnFailure",
1564 "Subsystem": "power_sequencer",
1565 "ComponentID": "0x2700",
1566
1567 "SRC": {
1568 "Type": "11",
1569 "ReasonCode": "0xD002",
1570 "Words6To9": {}
1571 },
1572
1573 "Callouts": [
1574 {
1575 "CalloutList": [
1576 { "Priority": "high", "LocCode": "P0" }
1577 ]
1578 }
1579 ],
1580
1581 "Documentation": {
1582 "Description": "System power failed to turn on",
1583 "Message": "System power failed to turn on",
1584 "Notes": [
1585 ]
1586 }
1587 },
1588
1589 {
Shawn McCarney01648f52020-06-25 11:42:02 -05001590 "Name": "xyz.openbmc_project.Power.Error.Internal",
1591 "Subsystem": "power",
1592 "ComponentID": "0x2700",
1593
1594 "SRC": {
1595 "Type": "11",
1596 "ReasonCode": "0xE000",
1597 "Words6To9": {}
1598 },
1599
1600 "Callouts": [
1601 {
1602 "CalloutList": [
1603 { "Priority": "high", "Procedure": "bmc_code" }
1604 ]
1605 }
1606 ],
1607
1608 "Documentation": {
1609 "Description": "An internal firmware error occurred",
1610 "Message": "An internal firmware error occurred",
1611 "Notes": [
1612 "The error details must be provided in the AdditionalData ",
1613 "property of the event log."
1614 ]
1615 }
1616 },
1617
1618 {
1619 "Name": "xyz.openbmc_project.Power.Error.I2C",
1620 "Subsystem": "cec_i2c",
1621 "ComponentID": "0x2700",
1622
1623 "SRC": {
1624 "Type": "11",
1625 "ReasonCode": "0xE100",
1626 "Words6To9": {}
1627 },
1628
1629 "Documentation": {
1630 "Description": "An I2C error occurred communicating with a device",
1631 "Message": "An I2C error occurred communicating with a device",
1632 "Notes": [
1633 "The device should be identified using the ",
1634 "CALLOUT_DEVICE_PATH or CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR ",
1635 "keywords in the AdditionalData property of the event ",
1636 "log. This will cause the device and the hardware in the ",
1637 "communication path to be called out."
1638 ]
1639 }
1640 },
1641
1642 {
1643 "Name": "xyz.openbmc_project.Power.Error.PMBus",
1644 "Subsystem": "power",
1645 "ComponentID": "0x2700",
1646
1647 "SRC": {
1648 "Type": "11",
1649 "ReasonCode": "0xE200",
1650 "Words6To9": {}
1651 },
1652
1653 "Documentation": {
1654 "Description": "A PMBus error occurred on a device",
1655 "Message": "A PMBus error occurred on a device",
1656 "Notes": [
1657 "This error occurs when the I2C communication was ",
1658 "successful, but the PMBus value read is invalid or ",
1659 "unsupported. CALLOUT_INVENTORY_PATH should be specified ",
1660 "in the AdditionalData property of the event log so that ",
1661 "the device is called out but not the communication path."
1662 ]
1663 }
1664 },
1665
1666 {
1667 "Name": "xyz.openbmc_project.Power.Error.DBus",
1668 "Subsystem": "power",
1669 "ComponentID": "0x2700",
1670
1671 "SRC": {
1672 "Type": "11",
1673 "ReasonCode": "0xE300",
1674 "Words6To9": {}
1675 },
1676
1677 "Callouts": [
1678 {
1679 "CalloutList": [
1680 { "Priority": "high", "Procedure": "bmc_code" }
1681 ]
1682 }
1683 ],
1684
1685 "Documentation": {
1686 "Description": "A firmware inter-process communication (D-Bus) error occurred",
1687 "Message": "A firmware inter-process communication (D-Bus) error occurred"
1688 }
Matt Spinler60d1c392020-09-23 15:23:24 -05001689 },
1690
1691 {
Matt Spinler7c9c07e2020-10-22 10:16:37 -05001692 "Name": "xyz.openbmc_project.Fan.Error.Fault",
1693 "Subsystem": "power_fans",
1694 "ComponentID": "0x2800",
1695
1696 "SRC": {
1697 "Type": "11",
1698 "ReasonCode": "0x76F0",
1699 "Words6To9": {}
1700 },
1701
1702 "Documentation": {
1703 "Description": "Fan rotor fault",
1704 "Message": "Fan rotor fault",
1705 "Notes": [
1706 "This error occurs when a fan rotor has been faulted for a ",
1707 "certain amount of time. The callout is the fan which is ",
1708 "passed in with CALLOUT_INVENTORY_PATH. The severity is ",
1709 "passed in during creation and will be either informational ",
1710 "or unrecoverable. The action flags use the defaults and ",
1711 "vary based on the severity."
1712 ]
1713 }
1714 },
1715
1716 {
Matt Spinler60d1c392020-09-23 15:23:24 -05001717 "Name": "xyz.openbmc_project.Fan.Error.Missing",
1718 "Subsystem": "power_fans",
1719 "ComponentID": "0x2800",
1720 "Severity": "unrecoverable_redundancy_loss",
1721 "ActionFlags": ["service_action", "report", "call_home"],
1722
1723 "SRC": {
1724 "Type": "11",
1725 "ReasonCode": "0x76F1",
1726 "Words6To9": {}
1727 },
1728
1729 "Callouts": [
1730 {
Matt Spinler938ac792021-05-12 10:46:44 -05001731 "System": "ibm,rainier",
Matt Spinler60d1c392020-09-23 15:23:24 -05001732 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -05001733 {
1734 "Priority": "high",
1735 "SymbolicFRUTrusted": "air_mover",
1736 "UseInventoryLocCode": true
1737 },
1738 {
1739 "Priority": "low",
1740 "LocCode": "P0"
1741 }
Matt Spinler60d1c392020-09-23 15:23:24 -05001742 ]
Matt Spinler938ac792021-05-12 10:46:44 -05001743 },
1744 {
1745 "System": "ibm,everest",
1746 "CalloutList": [
1747 {
1748 "Priority": "high",
1749 "SymbolicFRUTrusted": "air_mover",
1750 "UseInventoryLocCode": true
1751 },
1752 {
1753 "Priority": "low",
1754 "LocCode": "P1"
1755 }
1756 ]
Matt Spinler60d1c392020-09-23 15:23:24 -05001757 }
1758 ],
1759
1760 "Documentation": {
1761 "Description": "A fan is missing",
1762 "Message": "A fan is missing",
1763 "Notes": [
1764 "This error occurs when a fan has been missing for a ",
Matt Spinler80600192020-10-23 09:29:33 -05001765 "certain amount of time. The first callout is the ",
1766 "symbolic FRU AIR_MOVR that has the trusted fan location ",
1767 "code, which it gets using the passed in ",
1768 "CALLOUT_INVENTORY_PATH. The second callout is the FRU ",
Matt Spinler938ac792021-05-12 10:46:44 -05001769 "where the controller and GPIO expander are."
Matt Spinler60d1c392020-09-23 15:23:24 -05001770 ]
1771 }
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05001772 },
1773
1774 {
Matt Spinleradf070b2021-04-21 13:39:45 -05001775 "Name": "xyz.openbmc_project.Fan.Presence.Error.Detection",
1776 "ComponentID": "0x2800",
1777 "Subsystem": "power_fans",
1778 "Severity": "non_error",
1779 "ActionFlags": ["report"],
1780 "MfgSeverity": "predictive",
1781 "MfgActionFlags": ["service_action", "report"],
1782
1783 "SRC": {
1784 "Type": "11",
1785 "ReasonCode": "0x76F2",
1786 "Words6To9": {}
1787 },
1788
1789 "Callouts": [
1790 {
1791 "System": "ibm,rainier",
1792 "CalloutList": [
1793 {"Priority": "medium", "LocCode": "P0"}
1794 ]
1795 },
1796 {
1797 "System": "ibm,everest",
1798 "CalloutList": [
1799 {"Priority": "medium", "LocCode": "P1"}
1800 ]
1801 }
1802 ],
1803
1804 "Documentation": {
1805 "Description": "Presence detect methods for the same fan disagree",
1806 "Message": "Presence detect methods for the same fan disagree",
1807 "Notes": [
1808 "This error occurs when there is more than one way to detect",
1809 "fan presence, and they don't all agree. For example, the",
1810 "GPIO says a fan isn't present, but the tach readings are",
1811 "nonzero. This is informational, unless in manufacturing.",
1812 "The fan FRU is passed in as a high priority callout.",
1813 "The FRU the GPIO source is on is called out medium."
1814 ]
1815 }
1816 },
1817
1818 {
Matt Spinlerdde99202021-06-14 12:15:59 -06001819 "Name": "xyz.openbmc_project.Fan.Error.FanControllerOffline",
1820 "ComponentID": "0x2800",
1821 "Subsystem": "power_fans",
1822 "Severity": "critical_system_term",
1823 "ActionFlags": ["service_action", "report", "call_home"],
1824
1825 "SRC": {
1826 "Type": "11",
1827 "ReasonCode": "0x76F3",
1828 "Words6To9": {},
1829 "PowerFault": true
1830 },
1831
1832 "Callouts": [
1833 {
1834 "System": "ibm,rainier",
1835 "CalloutList": [
1836 {"Priority": "high", "LocCode": "P0-C5"},
1837 {"Priority": "medium_group_a", "LocCode": "P0-T12", "SymbolicFRUTrusted": "fan_cable"},
1838 {"Priority": "medium_group_a", "LocCode": "P0-T17", "SymbolicFRUTrusted": "cable_continued"},
1839 {"Priority": "low", "LocCode": "P0"}
1840 ]
1841 },
1842 {
1843 "System": "ibm,everest",
1844 "CalloutList": [
1845 {"Priority": "high", "LocCode": "P0-C0"},
1846 {"Priority": "medium", "LocCode": "P1"},
1847 {"Priority": "low", "LocCode": "P0"}
1848 ]
1849 }
1850 ],
1851
1852 "Documentation": {
1853 "Description": "The fan controller device is offline",
1854 "Message": "The fan controller is offline. The system must be powered off.",
1855 "Notes": [
1856 "The device that controls the fans is offline so the fan",
1857 "targets and speeds are unknown. The system will be shut",
1858 "down to preserve thermal safety. There may be an I2C",
1859 "or power problem with the device."
1860 ]
1861 }
1862 },
1863
1864 {
Mike Cappsabc276e2021-06-18 16:41:30 -04001865 "Name": "xyz.openbmc_project.Fan.Presence.Error.GPIODeviceUnavailable",
1866 "Subsystem": "power_fans",
1867 "ComponentID": "0x2800",
1868 "Severity": "unrecoverable_redundancy_loss",
1869 "ActionFlags": ["service_action", "report", "call_home"],
1870
1871 "SRC": {
1872 "Type": "11",
1873 "ReasonCode": "0x76F4",
1874 "Words6To9": {}
1875 },
1876
1877 "Callouts": [
1878 {
1879 "System" : "ibm,rainier",
1880 "CalloutList": [
1881 {"Priority": "high", "LocCode": "P0-C5"},
1882 {"Priority": "medium_group_a", "LocCode": "P0-T12","SymbolicFRUTrusted": "fan_cable"},
1883 {"Priority": "medium_group_a", "LocCode": "P0-T17","SymbolicFRUTrusted": "cable_continued"},
1884 {"Priority": "low", "LocCode": "P0"}
1885 ]
1886 },
1887 {
1888 "System" : "ibm,everest",
1889 "CalloutList": [
1890 {"Priority": "high", "LocCode": "P0-C0"},
1891 {"Priority": "medium", "LocCode": "P1"},
1892 {"Priority": "low", "LocCode": "P0"}
1893 ]
1894 }
1895 ],
1896
1897 "Documentation": {
1898 "Description": "Fan GPIO sensors not present",
1899 "Message": "Fan GPIO sensors not present",
1900 "Notes": [
1901 "The device that reports fan presence is not functioning."
1902 ]
1903 }
1904 },
1905
1906 {
Matt Spinler86e40dd2021-01-29 11:19:36 -06001907 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHigh",
1908 "Subsystem": "power",
1909 "ComponentID": "0x2800",
1910 "Severity": "predictive",
1911 "ActionFlags": ["service_action", "report"],
1912
1913 "SRC": {
1914 "ReasonCode": "0x2801",
1915 "Words6To9": {}
1916 },
1917
1918 "CalloutsUsingAD": {
1919 "ADName": "SENSOR_NAME",
1920 "CalloutsWithTheirADValues": [
1921 {
1922 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
1923 "Callouts": [
1924 {
1925 "CalloutList": [
1926 { "Priority": "high", "SymbolicFRU": "ambient_temp" }
1927 ]
1928 }
1929 ]
1930 }
1931 ]
1932 },
1933
1934 "Documentation": {
1935 "Description": "A temperature sensor exceeded its performance loss threshold.",
1936 "Message": "A temperature sensor exceeded its performance loss threshold.",
1937 "Notes": [
1938 "A temperature sensor crossed its performance loss threshold value",
1939 "If it is the ambient sensor, then a symbolic FRU will be added.",
1940 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
1941 "a FRU callout."
1942 ]
1943 }
1944 },
1945
1946 {
1947 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHighClear",
1948 "Subsystem": "power",
1949 "ComponentID": "0x2800",
1950 "Severity": "non_error",
1951 "ActionFlags": ["report"],
1952 "EventType": "env_normal",
1953
1954 "SRC": {
1955 "ReasonCode": "0x2802",
1956 "Words6To9": {}
1957 },
1958
1959 "CalloutsUsingAD": {
1960 "ADName": "SENSOR_NAME",
1961 "CalloutsWithTheirADValues": [
1962 {
1963 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
1964 "Callouts": [
1965 {
1966 "CalloutList": [
1967 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" }
1968 ]
1969 }
1970 ]
1971 }
1972 ]
1973 },
1974
1975 "Documentation": {
1976 "Description": "A temperature sensor is under its performance loss threshold.",
1977 "Message": "A temperature sensor is under its performance loss threshold.",
1978 "Notes": [
1979 "A temperature sensor crossed under its performance loss threshold value",
1980 "If it is the ambient sensor, then a symbolic FRU will be added."
1981 ]
1982 }
1983 },
1984
1985 {
1986 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHigh",
1987 "Subsystem": "power",
1988 "ComponentID": "0x2800",
1989 "Severity": "predictive",
1990 "ActionFlags": ["service_action", "report"],
1991
1992 "SRC": {
1993 "ReasonCode": "0x2803",
1994 "Words6To9": {}
1995 },
1996
1997 "CalloutsUsingAD": {
1998 "ADName": "SENSOR_NAME",
1999 "CalloutsWithTheirADValues": [
2000 {
2001 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2002 "Callouts": [
2003 {
2004 "CalloutList": [
2005 { "Priority": "high", "SymbolicFRU": "ambient_temp" }
2006 ]
2007 }
2008 ]
2009 }
2010 ]
2011 },
2012
2013 "Documentation": {
2014 "Description": "A temperature sensor exceeded its warning threshold.",
2015 "Message": "A temperature sensor exceeded its warning threshold.",
2016 "Notes": [
2017 "A temperature sensor crossed its warning threshold value",
2018 "If it is the ambient sensor, then a symbolic FRU will be added.",
2019 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
2020 "a FRU callout."
2021 ]
2022 }
2023 },
2024
2025 {
2026 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHighClear",
2027 "Subsystem": "power",
2028 "ComponentID": "0x2800",
2029 "Severity": "non_error",
2030 "ActionFlags": ["report"],
2031 "EventType": "env_normal",
2032
2033 "SRC": {
2034 "ReasonCode": "0x2804",
2035 "Words6To9": {}
2036 },
2037
2038 "CalloutsUsingAD": {
2039 "ADName": "SENSOR_NAME",
2040 "CalloutsWithTheirADValues": [
2041 {
2042 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2043 "Callouts": [
2044 {
2045 "CalloutList": [
2046 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" }
2047 ]
2048 }
2049 ]
2050 }
2051 ]
2052 },
2053
2054 "Documentation": {
2055 "Description": "A temperature sensor is under its warning threshold.",
2056 "Message": "A temperature sensor is under its warning threshold.",
2057 "Notes": [
2058 "A temperature sensor crossed under its warning threshold value",
2059 "If it is the ambient sensor, then a symbolic FRU will be added."
2060 ]
2061 }
2062 },
2063
2064 {
2065 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHigh",
2066 "Subsystem": "power",
2067 "ComponentID": "0x2800",
2068 "Severity": "predictive",
2069 "ActionFlags": ["service_action", "report"],
2070
2071 "SRC": {
2072 "ReasonCode": "0x2805",
2073 "Words6To9": {}
2074 },
2075
2076 "CalloutsUsingAD": {
2077 "ADName": "SENSOR_NAME",
2078 "CalloutsWithTheirADValues": [
2079 {
2080 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2081 "Callouts": [
2082 {
2083 "CalloutList": [
2084 { "Priority": "high", "SymbolicFRU": "ambient_temp" }
2085 ]
2086 }
2087 ]
2088 }
2089 ]
2090 },
2091
2092 "Documentation": {
2093 "Description": "A temperature sensor exceeded its critical threshold.",
2094 "Message": "A temperature sensor exceeded its critical threshold.",
2095 "Notes": [
2096 "A temperature sensor crossed its critical threshold value",
2097 "If it is the ambient sensor, then a symbolic FRU will be added.",
2098 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
2099 "a FRU callout."
2100 ]
2101 }
2102 },
2103
2104 {
2105 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHighClear",
2106 "Subsystem": "power",
2107 "ComponentID": "0x2800",
2108 "Severity": "non_error",
2109 "ActionFlags": ["report"],
2110 "EventType": "env_normal",
2111
2112 "SRC": {
2113 "ReasonCode": "0x2806",
2114 "Words6To9": {}
2115 },
2116
2117 "CalloutsUsingAD": {
2118 "ADName": "SENSOR_NAME",
2119 "CalloutsWithTheirADValues": [
2120 {
2121 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2122 "Callouts": [
2123 {
2124 "CalloutList": [
2125 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" }
2126 ]
2127 }
2128 ]
2129 }
2130 ]
2131 },
2132
2133 "Documentation": {
2134 "Description": "A temperature sensor is under its critical threshold.",
2135 "Message": "A temperature sensor is under its critical threshold.",
2136 "Notes": [
2137 "A temperature sensor crossed under its critical threshold value",
2138 "If it is the ambient sensor, then a symbolic FRU will be added."
2139 ]
2140 }
2141 },
2142
2143 {
Matt Spinler6b3490a2021-01-20 10:48:26 -06002144 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHigh",
2145 "Subsystem": "power",
2146 "ComponentID": "0x2800",
2147 "Severity": "predictive",
2148 "ActionFlags": ["service_action", "report"],
2149
2150 "SRC": {
2151 "ReasonCode": "0x2807",
2152 "Words6To9": {}
2153 },
2154
2155 "Callouts": [
2156 {
2157 "CalloutList": [
2158 {
2159 "Priority": "high",
2160 "SymbolicFRU": "ambient_temp"
2161 }
2162 ]
2163 }
2164 ],
2165
2166 "Documentation": {
2167 "Description": "The ambient temperature passed the EPOW3 limit.",
2168 "Message": "The ambient temperature passed the EPOW3 limit. The system will shut down if temp doesn't decrease.",
2169 "Notes": [
2170 "This error occurs when the ambient temperature surpassed",
2171 "the EPOW3 shutdown limit."
2172 ]
2173 }
2174 },
2175
2176 {
2177 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHighClear",
2178 "Subsystem": "power",
2179 "ComponentID": "0x2800",
2180 "Severity": "non_error",
2181 "ActionFlags": ["report"],
2182 "EventType": "env_normal",
2183
2184 "SRC": {
2185 "ReasonCode": "0x2808",
2186 "Words6To9": {}
2187 },
2188
2189 "Callouts": [
2190 {
2191 "CalloutList": [
2192 {
2193 "Priority": "high",
2194 "SymbolicFRU": "ambient_temp_back"
2195 }
2196 ]
2197 }
2198 ],
2199
2200 "Documentation": {
2201 "Description": "The ambient temperature is back under the EPOW3 limit.",
2202 "Message": "The ambient temperature is back under the EPOW3 limit."
2203 }
2204 },
2205
2206 {
2207 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.HardShutdownAlarmHigh",
2208 "Subsystem": "power",
2209 "ComponentID": "0x2800",
Matt Spinler6b3490a2021-01-20 10:48:26 -06002210 "ActionFlags": ["service_action", "report"],
2211
2212 "SRC": {
2213 "ReasonCode": "0x2809",
2214 "Words6To9": {}
2215 },
2216
2217 "Callouts": [
2218 {
2219 "CalloutList": [
2220 {
2221 "Priority": "high",
2222 "SymbolicFRU": "ambient_temp"
2223 }
2224 ]
2225 }
2226 ],
2227
2228 "Documentation": {
2229 "Description": "The ambient temperature passed the EPOW4 limit.",
2230 "Message": "The ambient temperature passed the EPOW4 limit. The system will shut down",
2231 "Notes": [
2232 "This error occurs when the ambient temperature surpassed",
2233 "the EPOW4 shutdown limit."
2234 ]
2235 }
2236 },
2237
2238 {
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05002239 "Name": "com.ibm.VPD.Error.InvalidEepromPath",
2240 "Subsystem": "cec_vpd",
2241 "ComponentID": "0x4000",
2242
2243 "SRC": {
2244 "ReasonCode": "0x4000",
2245 "Words6To9":
2246 {
2247 "6":
2248 {
2249 "Description": "Errno of the failure.",
2250 "AdditionalDataPropSource": "CALLOUT_ERRNO"
2251 }
2252 }
2253 },
2254
2255 "Documentation": {
2256 "Description": "A path access error ocurred",
2257 "Message": "An EEPROM path access error occurred.",
2258 "Notes": [
2259 "This error occurs when parser is unable to access",
2260 "EEPROM path. Errno and device path are captured as",
2261 "additional data."
2262 ]
2263 }
2264 },
2265
2266 {
2267 "Name": "com.ibm.VPD.Error.InvalidVPD",
2268 "Subsystem": "cec_vpd",
2269 "ComponentID": "0x4000",
2270
2271 "SRC": {
2272 "ReasonCode": "0x4001",
2273 "Words6To9":
2274 {
2275 }
2276 },
2277
2278 "Documentation": {
2279 "Description": "Invalid VPD data.",
2280 "Message": "A VPD data exception occurred.",
2281 "Notes": [
2282 "This error occurs when VPD data is found to be",
2283 "invalid. This can be when VPD file is missing out",
2284 "mandatory records.Inventory path is captured in",
2285 "additional data."
2286 ]
2287 }
2288 },
2289
2290 {
2291 "Name": "com.ibm.VPD.Error.EccCheckFailed",
2292 "Subsystem": "cec_vpd",
2293 "ComponentID": "0x4000",
2294
2295 "SRC": {
2296 "ReasonCode": "0x4002",
2297 "Words6To9":
2298 {
2299 }
2300 },
2301
2302 "Documentation": {
2303 "Description": "Invalid VPD ecc data.",
2304 "Message": "A VPD ecc exception occurred.",
2305 "Notes": [
2306 "This error occurs when VPD ecc check fails for the FRU.",
2307 "Inventory path for the failed FRU is captured in additonal",
2308 "data."
2309 ]
2310 }
2311 },
2312
2313 {
2314 "Name": "com.ibm.VPD.Error.InvalidJson",
2315 "Subsystem": "cec_vpd",
2316 "ComponentID": "0x4000",
2317
2318 "SRC": {
2319 "ReasonCode": "0x4003",
2320 "Words6To9":
2321 {
2322 }
2323 },
2324
2325 "Documentation": {
2326 "Description": "Invalid Json",
2327 "Message": "A Json failure occurred.",
2328 "Notes": [
2329 "This error occurs when parser fails to access",
2330 "Json file or there is any issue with Json data.",
2331 "Failed Json path and cause of failure is captured",
2332 "in additional data."
2333 ]
2334 }
2335 },
2336
2337 {
2338 "Name": "com.ibm.VPD.Error.BlankSystemVPD",
2339 "Subsystem": "cec_vpd",
2340 "ComponentID": "0x4000",
2341
2342 "SRC": {
2343 "ReasonCode": "0x4004",
2344 "Words6To9":
2345 {
2346 }
2347 },
2348
2349 "Documentation": {
2350 "Description": "System VPD restore failed",
2351 "Message": "A system VPD restoration error occurred.",
2352 "Notes": [
2353 "This error occurs when restoring of system VPD fails.",
2354 "The FRU path and reason for failure is captured in",
2355 "additional data."
2356 ]
2357 }
2358 },
2359
2360 {
2361 "Name": "com.ibm.VPD.Error.DbusFailure",
2362 "Subsystem": "cec_vpd",
2363 "ComponentID": "0x4000",
2364
2365 "SRC": {
2366 "ReasonCode": "0x4005",
2367 "Words6To9":
2368 {
2369 }
2370 },
2371
2372 "Documentation": {
2373 "Description": "Dbus exception",
2374 "Message": "A Dbus internal error occurred.",
2375 "Notes": [
2376 "This error occurs when Dbus operation fails.",
2377 "Exceptions details are captured in additonal",
2378 "data."
2379 ]
2380 }
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05002381 },
2382
2383 {
2384 "Name": "org.open_power.Host.Boot.Error.WatchdogTimeout",
2385 "Subsystem": "cec_sp_hostboot_iface",
2386
2387 "SRC":
2388 {
2389 "ReasonCode": "0xC101",
2390 "Words6To9":
2391 {
2392 }
2393 },
2394
2395 "Documentation":
2396 {
2397 "Description": "Host did not respond within the watchdog timeout interval",
2398 "Message": "Host did not respond before the watchdog timeout interval expired",
2399 "Notes": [
2400 "Host did not respond before the expiry of the watchdog timeout interval.",
2401 "Collecting hostboot dump."
2402 ]
2403 }
Matt Spinler3fd08d62019-10-22 14:25:33 -05002404 }
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05002405
Matt Spinler44792fd2019-09-26 15:58:58 -05002406 ]
2407}