blob: daed09204b1c0276999bf09db68d2f5c0b504fd8 [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 Othayothf3e619a2021-07-13 03:58:06 -0500451 "Name": "org.open_power.PHAL.Error.devtreeBackup",
452 "Subsystem": "cec_hardware",
453 "ComponentID": "0x3000",
454 "Severity": "unrecoverable",
455
456 "SRC":
457 {
458 "ReasonCode": "0x3004",
459 "Words6To9":
460 {
461 }
462 },
463
464 "Documentation":
465 {
466 "Description": "Failure occurred during PHAL devtree backup ",
467 "Message": "Failure occurred during PHAL devtree backup",
468 "Notes": [
469 "The journal should contain more information"
470 ]
471 }
472 },
473
474 {
Andrew Geisslerd54fd732021-07-20 14:07:12 -0400475 "Name": "org.open_power.PHAL.Error.HostRunning",
476 "Subsystem": "cec_sp_hostboot_iface",
477 "ComponentID": "0x3000",
478
479 "SRC":
480 {
481 "ReasonCode": "0x3005",
482 "Words6To9":
483 {
484 }
485 },
486
487 "Documentation":
488 {
489 "Description": "Host did not respond to BMC after a BMC reset",
490 "Message": "Host did not respond to BMC after a BMC reset but hardware indicates it is running",
491 "Notes": [
492 "System will be left in its current state to ensure host ",
493 "is not unexpectedly taken down. There is most likely an ",
494 "issue in the software or hardware communication path ",
495 "between the BMC and the Host firmware.",
496 "A BMC dump will be collected with relevant FFDC."
497 ]
498 }
499 },
500
501 {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -0500502 "Name": "org.open_power.Processor.Error.SbeChipOpFailure",
503 "Subsystem": "processor_chip",
504 "ComponentID": "0x3500",
505
506 "SRC":
507 {
508 "ReasonCode": "0x3500",
509 "Words6To9":
510 {
511 "6":
512 {
513 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
514 "AdditionalDataPropSource": "SRC6"
515 }
516 }
517 },
518
519 "Documentation":
520 {
521 "Description": "chipop failure with SBE provided FFDC",
522 "Message": "chipop request failure reported by SBE",
523 "Notes": [
524 "The severity is set by the creator.",
525 "Callouts added based on SBE provided FFDC.",
526 "SBE provided additional debug data included as part of the",
527 "additional user data section."
528 ]
529 }
530 },
531
532 {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -0500533 "Name": "org.open_power.Processor.Error.SbeChipOpTimeout",
534 "Subsystem": "processor_chip",
535 "ComponentID": "0x3500",
536
537 "SRC":
538 {
539 "ReasonCode": "0x3501",
540 "Words6To9":
541 {
542 "6":
543 {
544 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
545 "AdditionalDataPropSource": "SRC6"
546 }
547 }
548 },
549
550 "Documentation":
551 {
552 "Description": "SBE chipop timeout",
553 "Message": "chipop timeout reported during SBE communication",
554 "Notes": [
555 "The severity is set by the creator.",
556 "Check SBE Dump associated to this error to debug the failure."
557 ]
558 }
559 },
560
561 {
Jayanth Othayoth6c601832021-05-03 02:56:04 -0500562 "Name": "org.open_power.Processor.Error.SbeChipOpInvalidState",
563 "Subsystem": "processor_chip",
564 "ComponentID": "0x3500",
565
566 "SRC":
567 {
568 "ReasonCode": "0x3502",
569 "Words6To9":
570 {
571 "6":
572 {
573 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
574 "AdditionalDataPropSource": "SRC6"
575 },
576 "7":
577 {
578 "Description": "Value of SBE state",
579 "AdditionalDataPropSource": "SRC7"
580 }
581 }
582 },
583
584 "Documentation":
585 {
586 "Description": "The SBE on this processor is not in a state where chipOps can be issued",
587 "Message": "SBE Chipop is not allowed due to invalid SBE state ",
588 "Notes": [
589 "The severity is set by the creator."
590 ]
591 }
592 },
593
594 {
Ben Tyner34836322020-04-15 17:01:48 -0500595 "Name": "org.open_power.Attn.Error.Terminate",
Ben Tyner808e29f2021-04-16 08:32:23 -0500596 "Subsystem": "cec_hardware",
597 "Severity": "non_error",
Ben Tyner34836322020-04-15 17:01:48 -0500598
599 "SRC":
600 {
601 "ReasonCode": "0xD138",
Ben Tyner808e29f2021-04-16 08:32:23 -0500602 "SymptomIDFields": [ "SRCWord3", "SRCWord4", "SRCWord5", "SRCWord6", "SRCWord7", "SRCWord8", "SRCWord9" ],
Ben Tyner34836322020-04-15 17:01:48 -0500603 "Words6To9":
604 {
605 }
606 },
607
608 "Documentation":
609 {
610 "Description": "Status shows TI special attention active",
611 "Message": "TI special attention detected",
612 "Notes": [
613 "This entry is for any TI special attention event ",
614 "reported by the attention handler component"
615 ]
616 }
617 },
618
619 {
620 "Name": "org.open_power.Attn.Error.Fail",
621 "Subsystem": "bmc_firmware",
622 "Severity": "unrecoverable_loss_of_function",
623
624 "SRC":
625 {
626 "ReasonCode": "0xD13E",
627 "Words6To9":
628 {
629 "6":
630 {
631 "Description": "Error code from attention handler",
632 "AdditionalDataPropSource": "ERROR_CODE"
633 }
634 }
635 },
636 "Documentation":
637 {
638 "Description": "The attention handler encountered an error",
639 "MessageArgSources" : ["SRCWord6"],
640 "Message": "Attention handler error %1",
641 "Notes": [
642 "Attention handler will provide error code"
643 ]
644 }
645 },
646
647 {
648 "Name": "org.open_power.Attn.Error.Vital",
649 "Subsystem": "processor_chip",
650 "Severity": "critical",
651
652 "SRC":
653 {
654 "ReasonCode": "0xD16D",
655 "Words6To9":
656 {
657 }
658 },
659
660 "Documentation":
661 {
662 "Description": "Status shows SBE vital attention active",
663 "Message": "SBE vital attention detected",
664 "Notes": [
665 "This entry is for any SBE vital attention event ",
666 "reported by the attention handler component"
667 ]
668 }
669 },
670
671 {
672 "Name": "org.open_power.HwDiags.Error.Checkstop",
673 "Subsystem": "cec_hardware",
Zane Shelley561c0382020-11-17 13:20:05 -0600674 "ActionFlags": [ "service_action", "report", "call_home" ],
Ben Tyner34836322020-04-15 17:01:48 -0500675
676 "SRC":
677 {
Zane Shelley561c0382020-11-17 13:20:05 -0600678 "ReasonCode": "0xE510",
679 "SymptomIDFields": [ "SRCWord6", "SRCWord7", "SRCWord8" ],
Ben Tyner34836322020-04-15 17:01:48 -0500680 "Words6To9":
681 {
Ben Tyner34836322020-04-15 17:01:48 -0500682 }
683 },
684
685 "Documentation":
686 {
Zane Shelley561c0382020-11-17 13:20:05 -0600687 "Description": "A system checkstop attention has occurred",
688 "MessageArgSources" : [ "SRCWord6", "SRCWord7", "SRCWord8" ],
689 "Message": "hw-diags signature: %1 %2 %3"
Ben Tyner34836322020-04-15 17:01:48 -0500690 }
691 },
692
693 {
Zane Shelley561c0382020-11-17 13:20:05 -0600694 "Name": "org.open_power.HwDiags.Error.Predictive",
695 "Subsystem": "cec_hardware",
696 "ActionFlags": [ "service_action", "report", "call_home" ],
Ben Tyner34836322020-04-15 17:01:48 -0500697
698 "SRC":
699 {
Zane Shelley561c0382020-11-17 13:20:05 -0600700 "ReasonCode": "0xE511",
701 "SymptomIDFields": [ "SRCWord6", "SRCWord7", "SRCWord8" ],
Ben Tyner34836322020-04-15 17:01:48 -0500702 "Words6To9":
703 {
Ben Tyner34836322020-04-15 17:01:48 -0500704 }
705 },
Zane Shelley561c0382020-11-17 13:20:05 -0600706
Ben Tyner34836322020-04-15 17:01:48 -0500707 "Documentation":
708 {
Zane Shelley561c0382020-11-17 13:20:05 -0600709 "Description": "A hardware attention requiring service has occurred",
710 "MessageArgSources" : [ "SRCWord6", "SRCWord7", "SRCWord8" ],
711 "Message": "hw-diags signature: %1 %2 %3"
Ben Tyner34836322020-04-15 17:01:48 -0500712 }
Shawn McCarney01648f52020-06-25 11:42:02 -0500713 },
714
715 {
Brandon Wyman38caaf02020-09-01 16:07:42 -0500716 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.InputFault",
717 "Subsystem": "power_supply",
718 "Severity": "unrecoverable_redundancy_loss",
719 "ActionFlags": ["service_action", "report"],
720 "ComponentID": "0x2700",
721
722 "SRC": {
723 "Type": "11",
724 "ReasonCode": "0x15F0",
725 "Words6To9": {}
726 },
727
728 "Callouts": [
729 {
730 "CalloutList": [
731 { "Priority": "high", "SymbolicFRU": "pwrsply" }
732 ]
733 }
734 ],
735
736 "Documentation": {
737 "Description": "Power Supply input power fault",
738 "Message": "A power supply has indicated an input or under voltage condition.",
739 "Notes": [
740 "Check the power supply cabling and/or input power ",
741 "source. The PWRSPLY procedure is used rather than ",
742 "calling out a location code, as typically these faults ",
743 "are related to the supplied power, the cable, or the ",
744 "cable connectors. If the input fault resolves down to an ",
745 "issue with the power supply itself, the power supply ",
746 "indicating this input fault should be called out. Add the ",
747 "CALLOUT_INVENTORY_PATH to the additional data, and set the",
748 "CALLOUT_PRIORITY to something other than high."
749 ]
750 }
751 },
752
753 {
754 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Fault",
755 "Subsystem": "power_supply",
756 "Severity": "unrecoverable_redundancy_loss",
757 "ActionFlags": ["service_action", "report", "call_home"],
758 "ComponentID": "0x2700",
759
760 "SRC": {
761 "Type": "11",
762 "ReasonCode": "0x15F1",
763 "Words6To9": {}
764 },
765
766 "Documentation": {
767 "Description": "Power Supply power fault",
768 "Message": "The power supply detected a fault condition, see AdditionalData for further details.",
769 "Notes": [
770 "The power supply reporting the fault should be called ",
771 "out using the CALLOUT_INVENTORY_PATH keyword. Include ",
772 "specific fault, STATUS_* details, and code level in the ",
773 "AdditionalData section."
774 ]
775 }
776 },
777
778 {
779 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.CommFault",
780 "Subsystem": "power_supply",
Brandon Wyman981ffc32021-04-06 15:49:12 -0500781 "Severity": "unrecoverable",
Brandon Wyman38caaf02020-09-01 16:07:42 -0500782 "ActionFlags": ["service_action", "report", "call_home"],
783 "ComponentID": "0x2700",
784
785 "SRC": {
786 "Type": "11",
787 "ReasonCode": "0x15F2",
788 "Words6To9": {}
789 },
790
791 "Documentation": {
792 "Description": "Power Supply non-power fault",
793 "Message": "A communication failure occurred talking to the power supply",
794 "Notes": [
795 "Communication problems with the power supply could be ",
796 "the power supply, or any hardware between it and the ",
797 "BMC. Reporting the error should be passing in a call ",
798 "out using CALLOUT_DEVICE_PATH."
799 ]
800 }
801 },
802
803 {
804 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Missing",
805 "Subsystem": "power_supply",
Brandon Wyman981ffc32021-04-06 15:49:12 -0500806 "Severity": "unrecoverable_redundancy_loss",
Brandon Wyman38caaf02020-09-01 16:07:42 -0500807 "ActionFlags": ["service_action", "report", "call_home"],
808 "ComponentID": "0x2700",
809
810 "SRC": {
811 "Type": "11",
812 "ReasonCode": "0x15F6",
813 "Words6To9": {}
814 },
815
816 "Callouts": [
817 {
818 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -0500819 {
820 "Priority": "high",
821 "SymbolicFRUTrusted": "pwrsply",
822 "UseInventoryLocCode": true
823 }
Brandon Wyman38caaf02020-09-01 16:07:42 -0500824 ]
825 }
826 ],
827
828 "Documentation": {
829 "Description": "Power Supply is missing",
830 "Message": "A power supply that should be present is missing",
831 "Notes": [
832 "The CalloutList should use the PWRSPLY symbolic FRU ",
Matt Spinler80600192020-10-23 09:29:33 -0500833 "with the trusted location code property. The ",
834 "location code in this callout is obtained from ",
835 "the passed in CALLOUT_INVENTORY_PATH value."
Brandon Wyman38caaf02020-09-01 16:07:42 -0500836 ]
837 }
838 },
839
840 {
Adriana Kobylak5c0c9172021-04-07 18:26:56 +0000841 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.NotSupported",
842 "Subsystem": "power_supply",
843 "Severity": "unrecoverable",
844 "ActionFlags": ["service_action", "report", "call_home"],
845 "ComponentID": "0x2700",
846
847 "SRC": {
848 "Type": "11",
849 "ReasonCode": "0x15F7",
850 "Words6To9": {}
851 },
852
853 "Documentation": {
854 "Description": "Power Supply configuration is not supported",
855 "Message": "The power supply configuration is not supported",
856 "Notes": [
857 "The combination of power supplies detected in the ",
858 "system is not supported. This could be caused by ",
859 "mismatched models, less than expected number of power ",
860 "supplies, or other unsupported characteristics."
861 ]
862 }
863 },
864
865 {
Jay Meyer54ff54e2021-03-14 20:18:41 -0500866 "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Blackout",
867 "Subsystem": "power",
868 "ActionFlags": [ "report", "service_action" ],
869 "Severity": "unrecoverable",
870 "ComponentID": "0x2700",
871
872 "SRC":
873 {
874 "Type": "11",
875 "ReasonCode": "0x00AC",
876 "Words6To9": {},
877 "PowerFault": true
878 },
879
880 "Callouts": [
881 {
882 "CalloutList": [
883 { "Priority": "high", "SymbolicFRU": "ac_module"}
884 ]
885 }
886 ],
887
888 "Documentation": {
889 "Description": "Input power was lost while the system was powered on.",
890 "Message": "Input power was lost while the system was powered on.",
891 "Notes": [
892 "Input power was lost while system powered on.",
893 "The CalloutList should use the ACMODUL symbolic FRU."
894 ]
895 }
896 },
897
898 {
Jim Wright7f678902020-11-30 16:03:57 -0600899 "Name": "xyz.openbmc_project.Power.Error.Shutdown",
900 "Subsystem": "power_sequencer",
901 "ComponentID": "0x2700",
902
903 "SRC": {
904 "Type": "11",
905 "ReasonCode": "0x2600",
906 "Words6To9": {}
907 },
908
909 "Callouts": [
910 {
911 "CalloutList": [
912 { "Priority": "high", "SymbolicFRU": "pgood_part" }
913 ]
914 }
915 ],
916
917 "Documentation": {
918 "Description": "A power off was issued because a power fault was detected",
919 "Message": "A power off was issued because a power fault was detected",
920 "Notes": [
921 ]
922 }
923 },
924
925 {
926 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerPGOODFault",
927 "Subsystem": "power_sequencer",
928 "ComponentID": "0x2700",
929
930 "SRC": {
931 "Type": "11",
932 "ReasonCode": "0x2610",
933 "Words6To9": {}
934 },
935
936 "CalloutsUsingAD": {
937 "ADName": "INPUT_NAME", "CalloutsWithTheirADValues": [
938 {
939 "ADValue": "PCIE_SLOT0", "Callouts": [
940 {
941 "CalloutList": [
942 { "Priority": "high", "LocCode": "P0-C0" },
943 { "Priority": "medium", "LocCode": "P0" }
944 ]
945 }
946 ]
947 },
948 {
949 "ADValue": "PCIE_SLOT1", "Callouts": [
950 {
951 "CalloutList": [
952 { "Priority": "high", "LocCode": "P0-C1" },
953 { "Priority": "medium", "LocCode": "P0" }
954 ]
955 }
956 ]
957 },
958 {
959 "ADValue": "PCIE_SLOT2", "Callouts": [
960 {
961 "CalloutList": [
962 { "Priority": "high", "LocCode": "P0-C2" },
963 { "Priority": "medium", "LocCode": "P0" }
964 ]
965 }
966 ]
967 },
968 {
969 "ADValue": "PCIE_SLOT3", "Callouts": [
970 {
971 "CalloutList": [
972 { "Priority": "high", "LocCode": "P0-C3" },
973 { "Priority": "medium", "LocCode": "P0" }
974 ]
975 }
976 ]
977 },
978 {
979 "ADValue": "PCIE_SLOT4", "Callouts": [
980 {
981 "CalloutList": [
982 { "Priority": "high", "LocCode": "P0-C4" },
983 { "Priority": "medium", "LocCode": "P0" }
984 ]
985 }
986 ]
987 },
988 {
989 "ADValue": "PCIE_SLOT7", "Callouts": [
990 {
991 "CalloutList": [
992 { "Priority": "high", "LocCode": "P0-C7" },
993 { "Priority": "medium", "LocCode": "P0" }
994 ]
995 }
996 ]
997 },
998 {
999 "ADValue": "PCIE_SLOT8", "Callouts": [
1000 {
1001 "CalloutList": [
1002 { "Priority": "high", "LocCode": "P0-C8" },
1003 { "Priority": "medium", "LocCode": "P0" }
1004 ]
1005 }
1006 ]
1007 },
1008 {
1009 "ADValue": "PCIE_SLOT9", "Callouts": [
1010 {
1011 "CalloutList": [
1012 { "Priority": "high", "LocCode": "P0-C9" },
1013 { "Priority": "medium", "LocCode": "P0" }
1014 ]
1015 }
1016 ]
1017 },
1018 {
1019 "ADValue": "PCIE_SLOT10", "Callouts": [
1020 {
1021 "CalloutList": [
1022 { "Priority": "high", "LocCode": "P0-C10" },
1023 { "Priority": "medium", "LocCode": "P0" }
1024 ]
1025 }
1026 ]
1027 },
1028 {
1029 "ADValue": "PCIE_SLOT11", "Callouts": [
1030 {
1031 "CalloutList": [
1032 { "Priority": "high", "LocCode": "P0-C11" },
1033 { "Priority": "medium", "LocCode": "P0" }
1034 ]
1035 }
1036 ]
1037 },
1038 {
1039 "ADValue": "PGOOD_12A", "Callouts": [
1040 {
1041 "CalloutList": [
1042 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1043 ]
1044 }
1045 ]
1046 },
1047 {
1048 "ADValue": "PGOOD_12B", "Callouts": [
1049 {
1050 "CalloutList": [
1051 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1052 ]
1053 }
1054 ]
1055 },
1056 {
1057 "ADValue": "PGOOD_12C", "Callouts": [
1058 {
1059 "CalloutList": [
1060 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1061 ]
1062 }
1063 ]
1064 },
1065 {
1066 "ADValue": "PGOOD_12D", "Callouts": [
1067 {
1068 "CalloutList": [
1069 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1070 ]
1071 }
1072 ]
1073 },
1074 {
1075 "ADValue": "PGOOD_12L", "Callouts": [
1076 {
1077 "CalloutList": [
1078 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1079 ]
1080 }
1081 ]
1082 },
1083 {
1084 "ADValue": "PGOOD_12M", "Callouts": [
1085 {
1086 "CalloutList": [
1087 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1088 ]
1089 }
1090 ]
1091 },
1092 {
1093 "ADValue": "PGOOD_12N", "Callouts": [
1094 {
1095 "CalloutList": [
1096 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1097 ]
1098 }
1099 ]
1100 },
1101 {
1102 "ADValue": "PGOOD_12P", "Callouts": [
1103 {
1104 "CalloutList": [
1105 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1106 ]
1107 }
1108 ]
1109 },
1110 {
1111 "ADValue": "PGOOD_12PCIE", "Callouts": [
1112 {
1113 "CalloutList": [
1114 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1115 ]
1116 }
1117 ]
1118 },
1119 {
1120 "ADValue": "PGOOD_12Q", "Callouts": [
1121 {
1122 "CalloutList": [
1123 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1124 ]
1125 }
1126 ]
1127 },
1128 {
1129 "ADValue": "PGOOD_12R", "Callouts": [
1130 {
1131 "CalloutList": [
1132 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1133 ]
1134 }
1135 ]
1136 },
1137 {
1138 "ADValue": "PGOOD_VDN_DCM0", "Callouts": [
1139 {
1140 "CalloutList": [
1141 { "Priority": "high", "LocCode": "P0-C14" },
1142 { "Priority": "medium", "LocCode": "P0-C15" },
1143 { "Priority": "low", "LocCode": "P0" }
1144 ]
1145 }
1146 ]
1147 },
1148 {
1149 "ADValue": "PGOOD_VDN_DCM1", "Callouts": [
1150 {
1151 "CalloutList": [
1152 { "Priority": "high", "LocCode": "P0-C23" },
1153 { "Priority": "medium", "LocCode": "P0-C24" },
1154 { "Priority": "low", "LocCode": "P0" }
1155 ]
1156 }
1157 ]
1158 },
1159 {
1160 "ADValue": "PGOOD_VCS_DCM0", "Callouts": [
1161 {
1162 "CalloutList": [
1163 { "Priority": "high", "LocCode": "P0-C14" },
1164 { "Priority": "medium", "LocCode": "P0-C15" },
1165 { "Priority": "low", "LocCode": "P0" }
1166 ]
1167 }
1168 ]
1169 },
1170 {
1171 "ADValue": "PGOOD_VCS_DCM1", "Callouts": [
1172 {
1173 "CalloutList": [
1174 { "Priority": "high", "LocCode": "P0-C23" },
1175 { "Priority": "medium", "LocCode": "P0-C24" },
1176 { "Priority": "low", "LocCode": "P0" }
1177 ]
1178 }
1179 ]
1180 },
1181 {
1182 "ADValue": "PGOOD_VIO_DCM0", "Callouts": [
1183 {
1184 "CalloutList": [
1185 { "Priority": "high", "LocCode": "P0-C14" },
1186 { "Priority": "medium", "LocCode": "P0-C15" },
1187 { "Priority": "low", "LocCode": "P0" }
1188 ]
1189 }
1190 ]
1191 },
1192 {
1193 "ADValue": "PGOOD_VIO_DCM1", "Callouts": [
1194 {
1195 "CalloutList": [
1196 { "Priority": "high", "LocCode": "P0-C23" },
1197 { "Priority": "medium", "LocCode": "P0-C24" },
1198 { "Priority": "low", "LocCode": "P0" }
1199 ]
1200 }
1201 ]
1202 },
1203 {
1204 "ADValue": "PGOOD_VPCIE_DCM0", "Callouts": [
1205 {
1206 "CalloutList": [
1207 { "Priority": "high", "LocCode": "P0-C14" },
1208 { "Priority": "medium", "LocCode": "P0-C15" },
1209 { "Priority": "low", "LocCode": "P0" }
1210 ]
1211 }
1212 ]
1213 },
1214 {
1215 "ADValue": "PGOOD_VPCIE_DCM1", "Callouts": [
1216 {
1217 "CalloutList": [
1218 { "Priority": "high", "LocCode": "P0-C23" },
1219 { "Priority": "medium", "LocCode": "P0-C24" },
1220 { "Priority": "low", "LocCode": "P0" }
1221 ]
1222 }
1223 ]
1224 }
1225 ]
1226 },
1227
1228 "Documentation": {
1229 "Description": "The power sequencer chip detected a PGOOD fault",
1230 "Message": "The power sequencer chip detected a PGOOD fault",
1231 "Notes": [
1232 ]
1233 }
1234 },
1235
1236 {
1237 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerVoltageFault",
1238 "Subsystem": "power_sequencer",
1239 "ComponentID": "0x2700",
1240
1241 "SRC": {
1242 "Type": "11",
1243 "ReasonCode": "0x2620",
1244 "Words6To9": {}
1245 },
1246
1247 "CalloutsUsingAD": {
1248 "ADName": "RAIL_NAME", "CalloutsWithTheirADValues": [
1249 {
1250 "ADValue": "12.0V", "Callouts": [
1251 {
1252 "CalloutList": [
1253 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1254 ]
1255 }
1256 ]
1257 },
1258 {
1259 "ADValue": "5.0V_USB", "Callouts": [
1260 {
1261 "CalloutList": [
1262 { "Priority": "high", "SymbolicFRU": "usb_pgood" },
1263 { "Priority": "medium", "LocCode": "P0" }
1264 ]
1265 }
1266 ]
1267 },
1268 {
1269 "ADValue": "5.0V_DASD", "Callouts": [
1270 {
1271 "CalloutList": [
1272 { "Priority": "medium", "LocCode": "P1" },
1273 { "Priority": "medium", "LocCode": "P2" },
1274 { "Priority": "medium", "LocCode": "P3" },
1275 { "Priority": "low", "LocCode": "P0" }
1276 ]
1277 }
1278 ]
1279 },
1280 {
1281 "ADValue": "3.3VA", "Callouts": [
1282 {
1283 "CalloutList": [
1284 { "Priority": "high", "LocCode": "P0" }
1285 ]
1286 }
1287 ]
1288 },
1289 {
1290 "ADValue": "3.3VB", "Callouts": [
1291 {
1292 "CalloutList": [
1293 { "Priority": "high", "LocCode": "P0" }
1294 ]
1295 }
1296 ]
1297 },
1298 {
1299 "ADValue": "1.5V", "Callouts": [
1300 {
1301 "CalloutList": [
1302 { "Priority": "high", "LocCode": "P0" }
1303 ]
1304 }
1305 ]
1306 },
1307 {
1308 "ADValue": "1.1V", "Callouts": [
1309 {
1310 "CalloutList": [
1311 { "Priority": "high", "LocCode": "P0" }
1312 ]
1313 }
1314 ]
1315 },
1316 {
1317 "ADValue": "VDDA_DCM0", "Callouts": [
1318 {
1319 "CalloutList": [
1320 { "Priority": "high", "LocCode": "P0-C14" },
1321 { "Priority": "medium", "LocCode": "P0-C15" },
1322 { "Priority": "low", "LocCode": "P0" }
1323 ]
1324 }
1325 ]
1326 },
1327 {
1328 "ADValue": "VDDB_DCM0", "Callouts": [
1329 {
1330 "CalloutList": [
1331 { "Priority": "high", "LocCode": "P0-C14" },
1332 { "Priority": "medium", "LocCode": "P0-C15" },
1333 { "Priority": "low", "LocCode": "P0" }
1334 ]
1335 }
1336 ]
1337 },
1338 {
1339 "ADValue": "VDDA_DCM1", "Callouts": [
1340 {
1341 "CalloutList": [
1342 { "Priority": "high", "LocCode": "P0-C23" },
1343 { "Priority": "medium", "LocCode": "P0-C24" },
1344 { "Priority": "low", "LocCode": "P0" }
1345 ]
1346 }
1347 ]
1348 },
1349 {
1350 "ADValue": "VDDB_DCM1", "Callouts": [
1351 {
1352 "CalloutList": [
1353 { "Priority": "high", "LocCode": "P0-C23" },
1354 { "Priority": "medium", "LocCode": "P0-C24" },
1355 { "Priority": "low", "LocCode": "P0" }
1356 ]
1357 }
1358 ]
1359 },
1360 {
1361 "ADValue": "12.0VCS", "Callouts": [
1362 {
1363 "CalloutList": [
1364 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1365 ]
1366 }
1367 ]
1368 },
1369 {
1370 "ADValue": "3.3VCS", "Callouts": [
1371 {
1372 "CalloutList": [
1373 { "Priority": "high", "LocCode": "P0" }
1374 ]
1375 }
1376 ]
1377 },
1378 {
1379 "ADValue": "1.1V_Current", "Callouts": [
1380 {
1381 "CalloutList": [
1382 { "Priority": "high", "LocCode": "P0" }
1383 ]
1384 }
1385 ]
1386 },
1387 {
1388 "ADValue": "5.0V_USB_Current", "Callouts": [
1389 {
1390 "CalloutList": [
1391 { "Priority": "high", "SymbolicFRU": "usb_pgood" },
1392 { "Priority": "medium", "LocCode": "P0" }
1393 ]
1394 }
1395 ]
1396 },
1397 {
1398 "ADValue": "5.0V_DASD_Current", "Callouts": [
1399 {
1400 "CalloutList": [
1401 { "Priority": "medium", "LocCode": "P1" },
1402 { "Priority": "medium", "LocCode": "P2" },
1403 { "Priority": "medium", "LocCode": "P3" },
1404 { "Priority": "low", "LocCode": "P0" }
1405 ]
1406 }
1407 ]
1408 },
1409 {
1410 "ADValue": "12.0VN", "Callouts": [
1411 {
1412 "CalloutList": [
1413 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1414 ]
1415 }
1416 ]
1417 },
1418 {
1419 "ADValue": "12.0VP", "Callouts": [
1420 {
1421 "CalloutList": [
1422 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1423 ]
1424 }
1425 ]
1426 },
1427 {
1428 "ADValue": "12.0VQ", "Callouts": [
1429 {
1430 "CalloutList": [
1431 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1432 ]
1433 }
1434 ]
1435 },
1436 {
1437 "ADValue": "12.0VR", "Callouts": [
1438 {
1439 "CalloutList": [
1440 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1441 ]
1442 }
1443 ]
1444 },
1445 {
1446 "ADValue": "ThermalDiode1", "Callouts": [
1447 {
1448 "CalloutList": [
1449 { "Priority": "high", "LocCode": "P0" }
1450 ]
1451 }
1452 ]
1453 },
1454 {
1455 "ADValue": "ThermalDiode2", "Callouts": [
1456 {
1457 "CalloutList": [
1458 { "Priority": "high", "LocCode": "P0" }
1459 ]
1460 }
1461 ]
1462 },
1463 {
1464 "ADValue": "ThermalDiode3", "Callouts": [
1465 {
1466 "CalloutList": [
1467 { "Priority": "high", "LocCode": "P0" }
1468 ]
1469 }
1470 ]
1471 },
1472 {
1473 "ADValue": "ThermalDiode4", "Callouts": [
1474 {
1475 "CalloutList": [
1476 { "Priority": "high", "LocCode": "P0" }
1477 ]
1478 }
1479 ]
1480 }
1481 ]
1482 },
1483
1484 "Documentation": {
1485 "Description": "The power sequencer chip detected a voltage fault",
1486 "Message": "The power sequencer chip detected a voltage fault",
1487 "Notes": [
1488 ]
1489 }
1490 },
1491
1492 {
Shawn McCarney7f1ec942021-07-28 13:33:34 -05001493 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.N",
1494 "Subsystem": "power",
1495 "Severity": "predictive_redundancy_loss",
1496 "ComponentID": "0x2700",
1497
1498 "SRC": {
1499 "Type": "11",
1500 "ReasonCode": "0x2700",
1501 "Words6To9": {}
1502 },
1503
1504 "Documentation": {
1505 "Description": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
1506 "Message": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
1507 "Notes": [
1508 "CALLOUT_INVENTORY_PATH should be specified in the ",
1509 "AdditionalData property of the event log so that ",
1510 "the device is called out but not the communication path."
1511 ]
1512 }
1513 },
1514
1515 {
1516 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.NPlus1",
1517 "Subsystem": "power",
1518 "Severity": "non_error",
1519 "MfgSeverity": "predictive_redundancy_loss",
1520 "ActionFlags": ["report"],
1521 "MfgActionFlags": ["service_action", "report", "call_home"],
1522 "ComponentID": "0x2700",
1523
1524 "SRC": {
1525 "Type": "11",
1526 "ReasonCode": "0x2701",
1527 "Words6To9": {}
1528 },
1529
1530 "Documentation": {
1531 "Description": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
1532 "Message": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
1533 "Notes": [
1534 "CALLOUT_INVENTORY_PATH should be specified in the ",
1535 "AdditionalData property of the event log so that ",
1536 "the device is called out but not the communication path."
1537 ]
1538 }
1539 },
1540
1541 {
Shawn McCarney01648f52020-06-25 11:42:02 -05001542 "Name": "xyz.openbmc_project.Power.Regulators.Error.WriteVerification",
1543 "Subsystem": "power",
1544 "ComponentID": "0x2700",
1545
1546 "SRC": {
1547 "Type": "11",
1548 "ReasonCode": "0x2900",
1549 "Words6To9": {}
1550 },
1551
1552 "Documentation": {
1553 "Description": "A write verification error occurred on a device",
1554 "Message": "A write verification error occurred on a device",
1555 "Notes": [
1556 "This error occurs when a device register is written, ",
1557 "read back, and the two values do not match. This is ",
1558 "also called a read-back error. The device should be ",
1559 "identified using the CALLOUT_DEVICE_PATH or ",
1560 "CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR keywords in the ",
1561 "AdditionalData property of the event log. This will ",
1562 "cause the device and the hardware in the communication ",
1563 "path to be called out."
1564 ]
1565 }
1566 },
1567
1568 {
1569 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile",
1570 "Subsystem": "power",
1571 "ComponentID": "0x2700",
1572
1573 "SRC": {
1574 "Type": "11",
1575 "ReasonCode": "0xA013",
1576 "Words6To9": {}
1577 },
1578
1579 "Callouts": [
1580 {
1581 "CalloutList": [
1582 { "Priority": "high", "Procedure": "bmc_code" }
1583 ]
1584 }
1585 ],
1586
1587 "Documentation": {
1588 "Description": "A regulators configuration file error occurred",
1589 "Message": "A regulators configuration file error occurred",
1590 "Notes": [
1591 "The regulators configuration file could not be found, ",
1592 "could not be read, or had invalid contents."
1593 ]
1594 }
1595 },
1596
1597 {
Shawn McCarney82e31d82021-02-19 16:25:55 -06001598 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile.Critical",
1599 "Subsystem": "power",
1600 "Severity": "critical_system_term",
1601 "ComponentID": "0x2700",
1602
1603 "SRC": {
1604 "Type": "11",
1605 "ReasonCode": "0xA014",
1606 "Words6To9": {},
1607 "PowerFault": true
1608 },
1609
1610 "Callouts": [
1611 {
1612 "CalloutList": [
1613 { "Priority": "high", "Procedure": "bmc_code" }
1614 ]
1615 }
1616 ],
1617
1618 "Documentation": {
1619 "Description": "A critical regulators configuration file error occurred",
1620 "Message": "A critical regulators configuration file error occurred",
1621 "Notes": [
1622 "The regulators configuration file could not be found, ",
1623 "could not be read, or had invalid contents. As a result ",
1624 "voltage regulators could not be configured, and the ",
1625 "chassis could not be powered on."
1626 ]
1627 }
1628 },
1629
1630 {
Jim Wright7f678902020-11-30 16:03:57 -06001631 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerFault",
1632 "Subsystem": "power_sequencer",
1633 "ComponentID": "0x2700",
1634
1635 "SRC": {
1636 "Type": "11",
1637 "ReasonCode": "0xD000",
1638 "Words6To9": {}
1639 },
1640
1641 "Callouts": [
1642 {
1643 "CalloutList": [
1644 { "Priority": "high", "LocCode": "P0" }
1645 ]
1646 }
1647 ],
1648
1649 "Documentation": {
1650 "Description": "The power sequencer chip detected a fault",
1651 "Message": "The power sequencer chip detected a fault",
1652 "Notes": [
1653 ]
1654 }
1655 },
1656
1657 {
1658 "Name": "xyz.openbmc_project.Power.Error.PowerOnFailure",
1659 "Subsystem": "power_sequencer",
1660 "ComponentID": "0x2700",
1661
1662 "SRC": {
1663 "Type": "11",
1664 "ReasonCode": "0xD002",
1665 "Words6To9": {}
1666 },
1667
1668 "Callouts": [
1669 {
1670 "CalloutList": [
1671 { "Priority": "high", "LocCode": "P0" }
1672 ]
1673 }
1674 ],
1675
1676 "Documentation": {
1677 "Description": "System power failed to turn on",
1678 "Message": "System power failed to turn on",
1679 "Notes": [
1680 ]
1681 }
1682 },
1683
1684 {
Shawn McCarney01648f52020-06-25 11:42:02 -05001685 "Name": "xyz.openbmc_project.Power.Error.Internal",
1686 "Subsystem": "power",
1687 "ComponentID": "0x2700",
1688
1689 "SRC": {
1690 "Type": "11",
1691 "ReasonCode": "0xE000",
1692 "Words6To9": {}
1693 },
1694
1695 "Callouts": [
1696 {
1697 "CalloutList": [
1698 { "Priority": "high", "Procedure": "bmc_code" }
1699 ]
1700 }
1701 ],
1702
1703 "Documentation": {
1704 "Description": "An internal firmware error occurred",
1705 "Message": "An internal firmware error occurred",
1706 "Notes": [
1707 "The error details must be provided in the AdditionalData ",
1708 "property of the event log."
1709 ]
1710 }
1711 },
1712
1713 {
1714 "Name": "xyz.openbmc_project.Power.Error.I2C",
1715 "Subsystem": "cec_i2c",
1716 "ComponentID": "0x2700",
1717
1718 "SRC": {
1719 "Type": "11",
1720 "ReasonCode": "0xE100",
1721 "Words6To9": {}
1722 },
1723
1724 "Documentation": {
1725 "Description": "An I2C error occurred communicating with a device",
1726 "Message": "An I2C error occurred communicating with a device",
1727 "Notes": [
1728 "The device should be identified using the ",
1729 "CALLOUT_DEVICE_PATH or CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR ",
1730 "keywords in the AdditionalData property of the event ",
1731 "log. This will cause the device and the hardware in the ",
1732 "communication path to be called out."
1733 ]
1734 }
1735 },
1736
1737 {
1738 "Name": "xyz.openbmc_project.Power.Error.PMBus",
1739 "Subsystem": "power",
1740 "ComponentID": "0x2700",
1741
1742 "SRC": {
1743 "Type": "11",
1744 "ReasonCode": "0xE200",
1745 "Words6To9": {}
1746 },
1747
1748 "Documentation": {
1749 "Description": "A PMBus error occurred on a device",
1750 "Message": "A PMBus error occurred on a device",
1751 "Notes": [
1752 "This error occurs when the I2C communication was ",
1753 "successful, but the PMBus value read is invalid or ",
1754 "unsupported. CALLOUT_INVENTORY_PATH should be specified ",
1755 "in the AdditionalData property of the event log so that ",
1756 "the device is called out but not the communication path."
1757 ]
1758 }
1759 },
1760
1761 {
1762 "Name": "xyz.openbmc_project.Power.Error.DBus",
1763 "Subsystem": "power",
1764 "ComponentID": "0x2700",
1765
1766 "SRC": {
1767 "Type": "11",
1768 "ReasonCode": "0xE300",
1769 "Words6To9": {}
1770 },
1771
1772 "Callouts": [
1773 {
1774 "CalloutList": [
1775 { "Priority": "high", "Procedure": "bmc_code" }
1776 ]
1777 }
1778 ],
1779
1780 "Documentation": {
1781 "Description": "A firmware inter-process communication (D-Bus) error occurred",
1782 "Message": "A firmware inter-process communication (D-Bus) error occurred"
1783 }
Matt Spinler60d1c392020-09-23 15:23:24 -05001784 },
1785
1786 {
Matt Spinler7c9c07e2020-10-22 10:16:37 -05001787 "Name": "xyz.openbmc_project.Fan.Error.Fault",
1788 "Subsystem": "power_fans",
1789 "ComponentID": "0x2800",
1790
1791 "SRC": {
1792 "Type": "11",
1793 "ReasonCode": "0x76F0",
1794 "Words6To9": {}
1795 },
1796
1797 "Documentation": {
1798 "Description": "Fan rotor fault",
1799 "Message": "Fan rotor fault",
1800 "Notes": [
1801 "This error occurs when a fan rotor has been faulted for a ",
1802 "certain amount of time. The callout is the fan which is ",
1803 "passed in with CALLOUT_INVENTORY_PATH. The severity is ",
1804 "passed in during creation and will be either informational ",
1805 "or unrecoverable. The action flags use the defaults and ",
1806 "vary based on the severity."
1807 ]
1808 }
1809 },
1810
1811 {
Matt Spinler60d1c392020-09-23 15:23:24 -05001812 "Name": "xyz.openbmc_project.Fan.Error.Missing",
1813 "Subsystem": "power_fans",
1814 "ComponentID": "0x2800",
1815 "Severity": "unrecoverable_redundancy_loss",
1816 "ActionFlags": ["service_action", "report", "call_home"],
1817
1818 "SRC": {
1819 "Type": "11",
1820 "ReasonCode": "0x76F1",
1821 "Words6To9": {}
1822 },
1823
1824 "Callouts": [
1825 {
Matt Spinler938ac792021-05-12 10:46:44 -05001826 "System": "ibm,rainier",
Matt Spinler60d1c392020-09-23 15:23:24 -05001827 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -05001828 {
1829 "Priority": "high",
1830 "SymbolicFRUTrusted": "air_mover",
1831 "UseInventoryLocCode": true
1832 },
1833 {
1834 "Priority": "low",
1835 "LocCode": "P0"
1836 }
Matt Spinler60d1c392020-09-23 15:23:24 -05001837 ]
Matt Spinler938ac792021-05-12 10:46:44 -05001838 },
1839 {
1840 "System": "ibm,everest",
1841 "CalloutList": [
1842 {
1843 "Priority": "high",
1844 "SymbolicFRUTrusted": "air_mover",
1845 "UseInventoryLocCode": true
1846 },
1847 {
1848 "Priority": "low",
1849 "LocCode": "P1"
1850 }
1851 ]
Matt Spinler60d1c392020-09-23 15:23:24 -05001852 }
1853 ],
1854
1855 "Documentation": {
1856 "Description": "A fan is missing",
1857 "Message": "A fan is missing",
1858 "Notes": [
1859 "This error occurs when a fan has been missing for a ",
Matt Spinler80600192020-10-23 09:29:33 -05001860 "certain amount of time. The first callout is the ",
1861 "symbolic FRU AIR_MOVR that has the trusted fan location ",
1862 "code, which it gets using the passed in ",
1863 "CALLOUT_INVENTORY_PATH. The second callout is the FRU ",
Matt Spinler938ac792021-05-12 10:46:44 -05001864 "where the controller and GPIO expander are."
Matt Spinler60d1c392020-09-23 15:23:24 -05001865 ]
1866 }
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05001867 },
1868
1869 {
Matt Spinleradf070b2021-04-21 13:39:45 -05001870 "Name": "xyz.openbmc_project.Fan.Presence.Error.Detection",
1871 "ComponentID": "0x2800",
1872 "Subsystem": "power_fans",
1873 "Severity": "non_error",
1874 "ActionFlags": ["report"],
1875 "MfgSeverity": "predictive",
1876 "MfgActionFlags": ["service_action", "report"],
1877
1878 "SRC": {
1879 "Type": "11",
1880 "ReasonCode": "0x76F2",
1881 "Words6To9": {}
1882 },
1883
1884 "Callouts": [
1885 {
1886 "System": "ibm,rainier",
1887 "CalloutList": [
1888 {"Priority": "medium", "LocCode": "P0"}
1889 ]
1890 },
1891 {
1892 "System": "ibm,everest",
1893 "CalloutList": [
1894 {"Priority": "medium", "LocCode": "P1"}
1895 ]
1896 }
1897 ],
1898
1899 "Documentation": {
1900 "Description": "Presence detect methods for the same fan disagree",
1901 "Message": "Presence detect methods for the same fan disagree",
1902 "Notes": [
1903 "This error occurs when there is more than one way to detect",
1904 "fan presence, and they don't all agree. For example, the",
1905 "GPIO says a fan isn't present, but the tach readings are",
1906 "nonzero. This is informational, unless in manufacturing.",
1907 "The fan FRU is passed in as a high priority callout.",
1908 "The FRU the GPIO source is on is called out medium."
1909 ]
1910 }
1911 },
1912
1913 {
Matt Spinlerdde99202021-06-14 12:15:59 -06001914 "Name": "xyz.openbmc_project.Fan.Error.FanControllerOffline",
1915 "ComponentID": "0x2800",
1916 "Subsystem": "power_fans",
1917 "Severity": "critical_system_term",
1918 "ActionFlags": ["service_action", "report", "call_home"],
1919
1920 "SRC": {
1921 "Type": "11",
1922 "ReasonCode": "0x76F3",
1923 "Words6To9": {},
1924 "PowerFault": true
1925 },
1926
1927 "Callouts": [
1928 {
1929 "System": "ibm,rainier",
1930 "CalloutList": [
1931 {"Priority": "high", "LocCode": "P0-C5"},
1932 {"Priority": "medium_group_a", "LocCode": "P0-T12", "SymbolicFRUTrusted": "fan_cable"},
1933 {"Priority": "medium_group_a", "LocCode": "P0-T17", "SymbolicFRUTrusted": "cable_continued"},
1934 {"Priority": "low", "LocCode": "P0"}
1935 ]
1936 },
1937 {
1938 "System": "ibm,everest",
1939 "CalloutList": [
1940 {"Priority": "high", "LocCode": "P0-C0"},
1941 {"Priority": "medium", "LocCode": "P1"},
1942 {"Priority": "low", "LocCode": "P0"}
1943 ]
1944 }
1945 ],
1946
1947 "Documentation": {
1948 "Description": "The fan controller device is offline",
1949 "Message": "The fan controller is offline. The system must be powered off.",
1950 "Notes": [
1951 "The device that controls the fans is offline so the fan",
1952 "targets and speeds are unknown. The system will be shut",
1953 "down to preserve thermal safety. There may be an I2C",
1954 "or power problem with the device."
1955 ]
1956 }
1957 },
1958
1959 {
Mike Cappsabc276e2021-06-18 16:41:30 -04001960 "Name": "xyz.openbmc_project.Fan.Presence.Error.GPIODeviceUnavailable",
1961 "Subsystem": "power_fans",
1962 "ComponentID": "0x2800",
1963 "Severity": "unrecoverable_redundancy_loss",
1964 "ActionFlags": ["service_action", "report", "call_home"],
1965
1966 "SRC": {
1967 "Type": "11",
1968 "ReasonCode": "0x76F4",
1969 "Words6To9": {}
1970 },
1971
1972 "Callouts": [
1973 {
1974 "System" : "ibm,rainier",
1975 "CalloutList": [
1976 {"Priority": "high", "LocCode": "P0-C5"},
1977 {"Priority": "medium_group_a", "LocCode": "P0-T12","SymbolicFRUTrusted": "fan_cable"},
1978 {"Priority": "medium_group_a", "LocCode": "P0-T17","SymbolicFRUTrusted": "cable_continued"},
1979 {"Priority": "low", "LocCode": "P0"}
1980 ]
1981 },
1982 {
1983 "System" : "ibm,everest",
1984 "CalloutList": [
1985 {"Priority": "high", "LocCode": "P0-C0"},
1986 {"Priority": "medium", "LocCode": "P1"},
1987 {"Priority": "low", "LocCode": "P0"}
1988 ]
1989 }
1990 ],
1991
1992 "Documentation": {
1993 "Description": "Fan GPIO sensors not present",
1994 "Message": "Fan GPIO sensors not present",
1995 "Notes": [
1996 "The device that reports fan presence is not functioning."
1997 ]
1998 }
1999 },
2000
2001 {
Matt Spinler86e40dd2021-01-29 11:19:36 -06002002 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHigh",
2003 "Subsystem": "power",
2004 "ComponentID": "0x2800",
2005 "Severity": "predictive",
2006 "ActionFlags": ["service_action", "report"],
2007
2008 "SRC": {
2009 "ReasonCode": "0x2801",
2010 "Words6To9": {}
2011 },
2012
2013 "CalloutsUsingAD": {
2014 "ADName": "SENSOR_NAME",
2015 "CalloutsWithTheirADValues": [
2016 {
2017 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2018 "Callouts": [
2019 {
2020 "CalloutList": [
2021 { "Priority": "high", "SymbolicFRU": "ambient_temp" }
2022 ]
2023 }
2024 ]
2025 }
2026 ]
2027 },
2028
2029 "Documentation": {
2030 "Description": "A temperature sensor exceeded its performance loss threshold.",
2031 "Message": "A temperature sensor exceeded its performance loss threshold.",
2032 "Notes": [
2033 "A temperature sensor crossed its performance loss threshold value",
2034 "If it is the ambient sensor, then a symbolic FRU will be added.",
2035 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
2036 "a FRU callout."
2037 ]
2038 }
2039 },
2040
2041 {
2042 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHighClear",
2043 "Subsystem": "power",
2044 "ComponentID": "0x2800",
2045 "Severity": "non_error",
2046 "ActionFlags": ["report"],
2047 "EventType": "env_normal",
2048
2049 "SRC": {
2050 "ReasonCode": "0x2802",
2051 "Words6To9": {}
2052 },
2053
2054 "CalloutsUsingAD": {
2055 "ADName": "SENSOR_NAME",
2056 "CalloutsWithTheirADValues": [
2057 {
2058 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2059 "Callouts": [
2060 {
2061 "CalloutList": [
2062 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" }
2063 ]
2064 }
2065 ]
2066 }
2067 ]
2068 },
2069
2070 "Documentation": {
2071 "Description": "A temperature sensor is under its performance loss threshold.",
2072 "Message": "A temperature sensor is under its performance loss threshold.",
2073 "Notes": [
2074 "A temperature sensor crossed under its performance loss threshold value",
2075 "If it is the ambient sensor, then a symbolic FRU will be added."
2076 ]
2077 }
2078 },
2079
2080 {
2081 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHigh",
2082 "Subsystem": "power",
2083 "ComponentID": "0x2800",
2084 "Severity": "predictive",
2085 "ActionFlags": ["service_action", "report"],
2086
2087 "SRC": {
2088 "ReasonCode": "0x2803",
2089 "Words6To9": {}
2090 },
2091
2092 "CalloutsUsingAD": {
2093 "ADName": "SENSOR_NAME",
2094 "CalloutsWithTheirADValues": [
2095 {
2096 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2097 "Callouts": [
2098 {
2099 "CalloutList": [
2100 { "Priority": "high", "SymbolicFRU": "ambient_temp" }
2101 ]
2102 }
2103 ]
2104 }
2105 ]
2106 },
2107
2108 "Documentation": {
2109 "Description": "A temperature sensor exceeded its warning threshold.",
2110 "Message": "A temperature sensor exceeded its warning threshold.",
2111 "Notes": [
2112 "A temperature sensor crossed its warning threshold value",
2113 "If it is the ambient sensor, then a symbolic FRU will be added.",
2114 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
2115 "a FRU callout."
2116 ]
2117 }
2118 },
2119
2120 {
2121 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHighClear",
2122 "Subsystem": "power",
2123 "ComponentID": "0x2800",
2124 "Severity": "non_error",
2125 "ActionFlags": ["report"],
2126 "EventType": "env_normal",
2127
2128 "SRC": {
2129 "ReasonCode": "0x2804",
2130 "Words6To9": {}
2131 },
2132
2133 "CalloutsUsingAD": {
2134 "ADName": "SENSOR_NAME",
2135 "CalloutsWithTheirADValues": [
2136 {
2137 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2138 "Callouts": [
2139 {
2140 "CalloutList": [
2141 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" }
2142 ]
2143 }
2144 ]
2145 }
2146 ]
2147 },
2148
2149 "Documentation": {
2150 "Description": "A temperature sensor is under its warning threshold.",
2151 "Message": "A temperature sensor is under its warning threshold.",
2152 "Notes": [
2153 "A temperature sensor crossed under its warning threshold value",
2154 "If it is the ambient sensor, then a symbolic FRU will be added."
2155 ]
2156 }
2157 },
2158
2159 {
2160 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHigh",
2161 "Subsystem": "power",
2162 "ComponentID": "0x2800",
2163 "Severity": "predictive",
2164 "ActionFlags": ["service_action", "report"],
2165
2166 "SRC": {
2167 "ReasonCode": "0x2805",
2168 "Words6To9": {}
2169 },
2170
2171 "CalloutsUsingAD": {
2172 "ADName": "SENSOR_NAME",
2173 "CalloutsWithTheirADValues": [
2174 {
2175 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2176 "Callouts": [
2177 {
2178 "CalloutList": [
2179 { "Priority": "high", "SymbolicFRU": "ambient_temp" }
2180 ]
2181 }
2182 ]
2183 }
2184 ]
2185 },
2186
2187 "Documentation": {
2188 "Description": "A temperature sensor exceeded its critical threshold.",
2189 "Message": "A temperature sensor exceeded its critical threshold.",
2190 "Notes": [
2191 "A temperature sensor crossed its critical threshold value",
2192 "If it is the ambient sensor, then a symbolic FRU will be added.",
2193 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
2194 "a FRU callout."
2195 ]
2196 }
2197 },
2198
2199 {
2200 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHighClear",
2201 "Subsystem": "power",
2202 "ComponentID": "0x2800",
2203 "Severity": "non_error",
2204 "ActionFlags": ["report"],
2205 "EventType": "env_normal",
2206
2207 "SRC": {
2208 "ReasonCode": "0x2806",
2209 "Words6To9": {}
2210 },
2211
2212 "CalloutsUsingAD": {
2213 "ADName": "SENSOR_NAME",
2214 "CalloutsWithTheirADValues": [
2215 {
2216 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2217 "Callouts": [
2218 {
2219 "CalloutList": [
2220 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" }
2221 ]
2222 }
2223 ]
2224 }
2225 ]
2226 },
2227
2228 "Documentation": {
2229 "Description": "A temperature sensor is under its critical threshold.",
2230 "Message": "A temperature sensor is under its critical threshold.",
2231 "Notes": [
2232 "A temperature sensor crossed under its critical threshold value",
2233 "If it is the ambient sensor, then a symbolic FRU will be added."
2234 ]
2235 }
2236 },
2237
2238 {
Matt Spinler6b3490a2021-01-20 10:48:26 -06002239 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHigh",
2240 "Subsystem": "power",
2241 "ComponentID": "0x2800",
2242 "Severity": "predictive",
2243 "ActionFlags": ["service_action", "report"],
2244
2245 "SRC": {
2246 "ReasonCode": "0x2807",
2247 "Words6To9": {}
2248 },
2249
2250 "Callouts": [
2251 {
2252 "CalloutList": [
2253 {
2254 "Priority": "high",
2255 "SymbolicFRU": "ambient_temp"
2256 }
2257 ]
2258 }
2259 ],
2260
2261 "Documentation": {
2262 "Description": "The ambient temperature passed the EPOW3 limit.",
2263 "Message": "The ambient temperature passed the EPOW3 limit. The system will shut down if temp doesn't decrease.",
2264 "Notes": [
2265 "This error occurs when the ambient temperature surpassed",
2266 "the EPOW3 shutdown limit."
2267 ]
2268 }
2269 },
2270
2271 {
2272 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHighClear",
2273 "Subsystem": "power",
2274 "ComponentID": "0x2800",
2275 "Severity": "non_error",
2276 "ActionFlags": ["report"],
2277 "EventType": "env_normal",
2278
2279 "SRC": {
2280 "ReasonCode": "0x2808",
2281 "Words6To9": {}
2282 },
2283
2284 "Callouts": [
2285 {
2286 "CalloutList": [
2287 {
2288 "Priority": "high",
2289 "SymbolicFRU": "ambient_temp_back"
2290 }
2291 ]
2292 }
2293 ],
2294
2295 "Documentation": {
2296 "Description": "The ambient temperature is back under the EPOW3 limit.",
2297 "Message": "The ambient temperature is back under the EPOW3 limit."
2298 }
2299 },
2300
2301 {
2302 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.HardShutdownAlarmHigh",
2303 "Subsystem": "power",
2304 "ComponentID": "0x2800",
Matt Spinler6b3490a2021-01-20 10:48:26 -06002305 "ActionFlags": ["service_action", "report"],
2306
2307 "SRC": {
2308 "ReasonCode": "0x2809",
2309 "Words6To9": {}
2310 },
2311
2312 "Callouts": [
2313 {
2314 "CalloutList": [
2315 {
2316 "Priority": "high",
2317 "SymbolicFRU": "ambient_temp"
2318 }
2319 ]
2320 }
2321 ],
2322
2323 "Documentation": {
2324 "Description": "The ambient temperature passed the EPOW4 limit.",
2325 "Message": "The ambient temperature passed the EPOW4 limit. The system will shut down",
2326 "Notes": [
2327 "This error occurs when the ambient temperature surpassed",
2328 "the EPOW4 shutdown limit."
2329 ]
2330 }
2331 },
2332
2333 {
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05002334 "Name": "com.ibm.VPD.Error.InvalidEepromPath",
2335 "Subsystem": "cec_vpd",
2336 "ComponentID": "0x4000",
2337
2338 "SRC": {
2339 "ReasonCode": "0x4000",
2340 "Words6To9":
2341 {
2342 "6":
2343 {
2344 "Description": "Errno of the failure.",
2345 "AdditionalDataPropSource": "CALLOUT_ERRNO"
2346 }
2347 }
2348 },
2349
2350 "Documentation": {
2351 "Description": "A path access error ocurred",
2352 "Message": "An EEPROM path access error occurred.",
2353 "Notes": [
2354 "This error occurs when parser is unable to access",
2355 "EEPROM path. Errno and device path are captured as",
2356 "additional data."
2357 ]
2358 }
2359 },
2360
2361 {
2362 "Name": "com.ibm.VPD.Error.InvalidVPD",
2363 "Subsystem": "cec_vpd",
2364 "ComponentID": "0x4000",
2365
2366 "SRC": {
2367 "ReasonCode": "0x4001",
2368 "Words6To9":
2369 {
2370 }
2371 },
2372
2373 "Documentation": {
2374 "Description": "Invalid VPD data.",
2375 "Message": "A VPD data exception occurred.",
2376 "Notes": [
2377 "This error occurs when VPD data is found to be",
2378 "invalid. This can be when VPD file is missing out",
2379 "mandatory records.Inventory path is captured in",
2380 "additional data."
2381 ]
2382 }
2383 },
2384
2385 {
2386 "Name": "com.ibm.VPD.Error.EccCheckFailed",
2387 "Subsystem": "cec_vpd",
2388 "ComponentID": "0x4000",
2389
2390 "SRC": {
2391 "ReasonCode": "0x4002",
2392 "Words6To9":
2393 {
2394 }
2395 },
2396
2397 "Documentation": {
2398 "Description": "Invalid VPD ecc data.",
2399 "Message": "A VPD ecc exception occurred.",
2400 "Notes": [
2401 "This error occurs when VPD ecc check fails for the FRU.",
2402 "Inventory path for the failed FRU is captured in additonal",
2403 "data."
2404 ]
2405 }
2406 },
2407
2408 {
2409 "Name": "com.ibm.VPD.Error.InvalidJson",
2410 "Subsystem": "cec_vpd",
2411 "ComponentID": "0x4000",
2412
2413 "SRC": {
2414 "ReasonCode": "0x4003",
2415 "Words6To9":
2416 {
2417 }
2418 },
2419
2420 "Documentation": {
2421 "Description": "Invalid Json",
2422 "Message": "A Json failure occurred.",
2423 "Notes": [
2424 "This error occurs when parser fails to access",
2425 "Json file or there is any issue with Json data.",
2426 "Failed Json path and cause of failure is captured",
2427 "in additional data."
2428 ]
2429 }
2430 },
2431
2432 {
2433 "Name": "com.ibm.VPD.Error.BlankSystemVPD",
2434 "Subsystem": "cec_vpd",
2435 "ComponentID": "0x4000",
2436
2437 "SRC": {
2438 "ReasonCode": "0x4004",
2439 "Words6To9":
2440 {
2441 }
2442 },
2443
2444 "Documentation": {
2445 "Description": "System VPD restore failed",
2446 "Message": "A system VPD restoration error occurred.",
2447 "Notes": [
2448 "This error occurs when restoring of system VPD fails.",
2449 "The FRU path and reason for failure is captured in",
2450 "additional data."
2451 ]
2452 }
2453 },
2454
2455 {
2456 "Name": "com.ibm.VPD.Error.DbusFailure",
2457 "Subsystem": "cec_vpd",
2458 "ComponentID": "0x4000",
2459
2460 "SRC": {
2461 "ReasonCode": "0x4005",
2462 "Words6To9":
2463 {
2464 }
2465 },
2466
2467 "Documentation": {
2468 "Description": "Dbus exception",
2469 "Message": "A Dbus internal error occurred.",
2470 "Notes": [
2471 "This error occurs when Dbus operation fails.",
2472 "Exceptions details are captured in additonal",
2473 "data."
2474 ]
2475 }
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05002476 },
2477
2478 {
2479 "Name": "org.open_power.Host.Boot.Error.WatchdogTimeout",
2480 "Subsystem": "cec_sp_hostboot_iface",
2481
2482 "SRC":
2483 {
2484 "ReasonCode": "0xC101",
2485 "Words6To9":
2486 {
2487 }
2488 },
2489
2490 "Documentation":
2491 {
2492 "Description": "Host did not respond within the watchdog timeout interval",
2493 "Message": "Host did not respond before the watchdog timeout interval expired",
2494 "Notes": [
2495 "Host did not respond before the expiry of the watchdog timeout interval.",
2496 "Collecting hostboot dump."
2497 ]
2498 }
Matt Spinler3fd08d62019-10-22 14:25:33 -05002499 }
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05002500
Matt Spinler44792fd2019-09-26 15:58:58 -05002501 ]
2502}