1{
2    "PELs":
3    [
4        {
5            "Name": "xyz.openbmc_project.Common.Error.Timeout",
6            "Subsystem": "bmc_firmware",
7
8            "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",
111                "Message": "An operation failed because it isn't allowed",
112                "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            }
135        },
136
137        {
138            "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        },
252        {
253            "Name": "org.open_power.Logging.Error.SentBadPELToHost",
254            "Subsystem": "bmc_firmware",
255            "Severity": "non_error",
256
257            "SRC":
258            {
259                "ReasonCode": "0x2001",
260                "Words6To9":
261                {
262                    "6":
263                    {
264                        "Description": "The bad PEL ID",
265                        "AdditionalDataPropSource": "BAD_ID"
266                    }
267                }
268            },
269
270            "Documentation":
271            {
272                "Description": "The BMC sent the host a malformed PEL",
273                "Message": "The BMC sent the host a malformed PEL",
274                "Notes": [
275                    "The host firmware rejected that PEL."
276                ]
277            }
278        },
279
280        {
281            "Name": "org.open_power.Logging.Error.BadHostPEL",
282            "Subsystem": "platform_firmware",
283            "Severity": "unrecoverable",
284
285            "SRC":
286            {
287                "ReasonCode": "0x2002",
288                "Words6To9":
289                {
290                    "6":
291                    {
292                        "Description": "The PLID of the invalid PEL",
293                        "AdditionalDataPropSource": "PLID"
294                    },
295                    "7":
296                    {
297                        "Description": "The corresponding OpenBMC event log ID",
298                        "AdditionalDataPropSource": "OBMC_LOG_ID"
299                    },
300                    "8":
301                    {
302                        "Description": "The size of the invalid PEL",
303                        "AdditionalDataPropSource": "PEL_SIZE"
304                    }
305                }
306            },
307
308            "Documentation":
309            {
310                "Description": "The host sent the BMC an invalid PEL",
311                "Message": "The host sent the BMC an invalid PEL",
312                "Notes": [
313                ]
314            }
315        },
316
317        {
318            "Name": "org.open_power.Logging.Error.TestError1",
319            "Subsystem": "platform_firmware",
320            "Severity": "unrecoverable",
321
322            "SRC":
323            {
324                "ReasonCode": "0x2003",
325                "Words6To9":
326                {
327                }
328            },
329
330            "Callouts": [
331                {
332                    "CalloutList": [
333                        {"Priority": "high", "Procedure": "bmc_code"},
334                        {"Priority": "medium", "SymbolicFRU": "service_docs"}
335                    ]
336                }
337            ],
338
339            "Documentation":
340            {
341                "Description": "An error for testing",
342                "Message": "This is a test error"
343            }
344        },
345
346        {
347            "Name": "xyz.openbmc_project.Logging.Error.Default",
348            "Subsystem": "other_na",
349
350            "SRC":
351            {
352                "ReasonCode": "0x2004",
353                "Words6To9":
354                {
355                }
356            },
357
358            "Documentation":
359            {
360                "Description": "This entry is used when no other matching entry is found",
361                "Message": "Unknown (Original event not in message registry)",
362                "Notes": [
363                    "This is used when the actual error name isn't found in ",
364                    "the registry.  The original error name will be stored ",
365                    "in the UserData section that contains the AdditionalData ",
366                    "properties using the key ERROR_NAME.",
367                    "This error may contain callouts if the creator passed ",
368                    "them in.",
369                    "The severity is set by the creator.",
370                    "If this error is seen, then a code change needs to be ",
371                    "made to add the missing error entry to this registry."
372                ]
373            }
374        },
375
376        {
377            "Name": "org.open_power.PHAL.Error.Boot",
378            "Subsystem": "cec_hardware",
379            "Severity": "unrecoverable",
380
381            "SRC":
382            {
383                "ReasonCode": "0x3000",
384                "Words6To9":
385                {
386                }
387            },
388
389            "Documentation":
390            {
391                "Description": "Failure occured during boot process",
392                "Message": "Failure occured during boot process",
393                "Notes": [
394                    "Debug traces will be captured in AdditionalData section"
395                ]
396            }
397        },
398
399        {
400            "Name": "org.open_power.Attn.Error.Terminate",
401            "Subsystem": "other_na",
402            "Severity": "critical_system_term",
403
404            "SRC":
405            {
406                "ReasonCode": "0xD138",
407                "Words6To9":
408                {
409                }
410            },
411
412            "Documentation":
413            {
414                "Description": "Status shows TI special attention active",
415                "Message": "TI special attention detected",
416                "Notes": [
417                    "This entry is for any TI special attention event ",
418                    "reported by the attention handler component"
419                ]
420            }
421        },
422
423        {
424            "Name": "org.open_power.Attn.Error.Fail",
425            "Subsystem": "bmc_firmware",
426            "Severity": "unrecoverable_loss_of_function",
427
428            "SRC":
429            {
430                "ReasonCode": "0xD13E",
431                "Words6To9":
432                {
433                    "6":
434                    {
435                        "Description": "Error code from attention handler",
436                        "AdditionalDataPropSource": "ERROR_CODE"
437                    }
438                }
439            },
440            "Documentation":
441            {
442                "Description": "The attention handler encountered an error",
443                "MessageArgSources" : ["SRCWord6"],
444                "Message": "Attention handler error %1",
445                "Notes": [
446                    "Attention handler will provide error code"
447                ]
448            }
449        },
450
451        {
452            "Name": "org.open_power.Attn.Error.Vital",
453            "Subsystem": "processor_chip",
454            "Severity": "critical",
455
456            "SRC":
457            {
458                "ReasonCode": "0xD16D",
459                "Words6To9":
460                {
461                }
462            },
463
464            "Documentation":
465            {
466                "Description": "Status shows SBE vital attention active",
467                "Message": "SBE vital attention detected",
468                "Notes": [
469                    "This entry is for any SBE vital attention event ",
470                    "reported by the attention handler component"
471                ]
472            }
473        },
474
475        {
476            "Name": "org.open_power.HwDiags.Error.Checkstop",
477            "Subsystem": "cec_hardware",
478            "ActionFlags": [ "service_action", "report", "call_home" ],
479
480            "SRC":
481            {
482                "ReasonCode": "0xE510",
483                "SymptomIDFields": [ "SRCWord6", "SRCWord7", "SRCWord8" ],
484                "Words6To9":
485                {
486                    "6":
487                    {
488                        "Description": "[0:15] chip model, [16:23] reserved, [24:31] chip EC level",
489                        "AdditionalDataPropSource": "SRC6"
490                    },
491                    "7":
492                    {
493                        "Description": "[0:15] chip position, [16:23] unused, [24:31] signature attn type",
494                        "AdditionalDataPropSource": "SRC7"
495                    },
496                    "8":
497                    {
498                        "Description": "[0:15] signature ID, [16:23] signature instance, [24:31] signature bit position",
499                        "AdditionalDataPropSource": "SRC8"
500                    }
501                }
502            },
503
504            "Documentation":
505            {
506                "Description": "A system checkstop attention has occurred",
507                "MessageArgSources" : [ "SRCWord6", "SRCWord7", "SRCWord8" ],
508                "Message": "hw-diags signature: %1 %2 %3"
509            }
510        },
511
512        {
513            "Name": "org.open_power.HwDiags.Error.Predictive",
514            "Subsystem": "cec_hardware",
515            "ActionFlags": [ "service_action", "report", "call_home" ],
516
517            "SRC":
518            {
519                "ReasonCode": "0xE511",
520                "SymptomIDFields": [ "SRCWord6", "SRCWord7", "SRCWord8" ],
521                "Words6To9":
522                {
523                    "6":
524                    {
525                        "Description": "[0:15] chip model, [16:23] reserved, [24:31] chip EC level",
526                        "AdditionalDataPropSource": "SRC6"
527                    },
528                    "7":
529                    {
530                        "Description": "[0:15] chip position, [16:23] unused, [24:31] signature attn type",
531                        "AdditionalDataPropSource": "SRC7"
532                    },
533                    "8":
534                    {
535                        "Description": "[0:15] signature ID, [16:23] signature instance, [24:31] signature bit position",
536                        "AdditionalDataPropSource": "SRC8"
537                    }
538                }
539            },
540
541            "Documentation":
542            {
543                "Description": "A hardware attention requiring service has occurred",
544                "MessageArgSources" : [ "SRCWord6", "SRCWord7", "SRCWord8" ],
545                "Message": "hw-diags signature: %1 %2 %3"
546            }
547        },
548
549        {
550            "Name": "xyz.openbmc_project.Power.PowerSupply.Error.InputFault",
551            "Subsystem": "power_supply",
552            "Severity": "unrecoverable_redundancy_loss",
553            "ActionFlags": ["service_action", "report"],
554            "ComponentID": "0x2700",
555
556            "SRC": {
557                "Type": "11",
558                "ReasonCode": "0x15F0",
559                "Words6To9": {}
560            },
561
562            "Callouts": [
563                {
564                    "CalloutList": [
565                        { "Priority": "high", "SymbolicFRU": "pwrsply" }
566                    ]
567                }
568            ],
569
570            "Documentation": {
571                "Description": "Power Supply input power fault",
572                "Message": "A power supply has indicated an input or under voltage condition.",
573                "Notes": [
574                    "Check the power supply cabling and/or input power ",
575                    "source. The PWRSPLY procedure is used rather than ",
576                    "calling out a location code, as typically these faults ",
577                    "are related to the supplied power, the cable, or the ",
578                    "cable connectors. If the input fault resolves down to an ",
579                    "issue with the power supply itself, the power supply ",
580                    "indicating this input fault should be called out. Add the ",
581                    "CALLOUT_INVENTORY_PATH to the additional data, and set the",
582                    "CALLOUT_PRIORITY to something other than high."
583                ]
584            }
585        },
586
587        {
588            "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Fault",
589            "Subsystem": "power_supply",
590            "Severity": "unrecoverable_redundancy_loss",
591            "ActionFlags": ["service_action", "report", "call_home"],
592            "ComponentID": "0x2700",
593
594            "SRC": {
595                "Type": "11",
596                "ReasonCode": "0x15F1",
597                "Words6To9": {}
598            },
599
600            "Documentation": {
601                "Description": "Power Supply power fault",
602                "Message": "The power supply detected a fault condition, see AdditionalData for further details.",
603                "Notes": [
604                    "The power supply reporting the fault should be called ",
605                    "out using the CALLOUT_INVENTORY_PATH keyword. Include ",
606                    "specific fault, STATUS_* details, and code level in the ",
607                    "AdditionalData section."
608                ]
609            }
610        },
611
612        {
613            "Name": "xyz.openbmc_project.Power.PowerSupply.Error.CommFault",
614            "Subsystem": "power_supply",
615            "Severity": "unrecoverable_redundancy_loss",
616            "ActionFlags": ["service_action", "report", "call_home"],
617            "ComponentID": "0x2700",
618
619            "SRC": {
620                "Type": "11",
621                "ReasonCode": "0x15F2",
622                "Words6To9": {}
623            },
624
625            "Documentation": {
626                "Description": "Power Supply non-power fault",
627                "Message": "A communication failure occurred talking to the power supply",
628                "Notes": [
629                    "Communication problems with the power supply could be ",
630                    "the power supply, or any hardware between it and the ",
631                    "BMC. Reporting the error should be passing in a call ",
632                    "out using CALLOUT_DEVICE_PATH."
633                ]
634            }
635        },
636
637        {
638            "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Missing",
639            "Subsystem": "power_supply",
640            "Severity": "unrecoverable",
641            "ActionFlags": ["service_action", "report", "call_home"],
642            "ComponentID": "0x2700",
643
644            "SRC": {
645                "Type": "11",
646                "ReasonCode": "0x15F6",
647                "Words6To9": {}
648            },
649
650            "Callouts": [
651                {
652                    "CalloutList": [
653                        {
654                            "Priority": "high",
655                            "SymbolicFRUTrusted": "pwrsply",
656                            "UseInventoryLocCode": true
657                        }
658                    ]
659                }
660            ],
661
662            "Documentation": {
663                "Description": "Power Supply is missing",
664                "Message": "A power supply that should be present is missing",
665                "Notes": [
666                    "The CalloutList should use the PWRSPLY symbolic FRU ",
667                    "with the trusted location code property.  The ",
668                    "location code in this callout is obtained from ",
669                    "the passed in CALLOUT_INVENTORY_PATH value."
670                ]
671            }
672        },
673
674        {
675            "Name": "xyz.openbmc_project.Power.Error.Shutdown",
676            "Subsystem": "power_sequencer",
677            "ComponentID": "0x2700",
678
679            "SRC": {
680                "Type": "11",
681                "ReasonCode": "0x2600",
682                "Words6To9": {}
683            },
684
685            "Callouts": [
686                {
687                    "CalloutList": [
688                        { "Priority": "high", "SymbolicFRU": "pgood_part" }
689                    ]
690                }
691            ],
692
693            "Documentation": {
694                "Description": "A power off was issued because a power fault was detected",
695                "Message": "A power off was issued because a power fault was detected",
696                "Notes": [
697                ]
698            }
699        },
700
701        {
702            "Name": "xyz.openbmc_project.Power.Error.PowerSequencerPGOODFault",
703            "Subsystem": "power_sequencer",
704            "ComponentID": "0x2700",
705
706            "SRC": {
707                "Type": "11",
708                "ReasonCode": "0x2610",
709                "Words6To9": {}
710            },
711
712            "CalloutsUsingAD": {
713                "ADName": "INPUT_NAME", "CalloutsWithTheirADValues": [
714                    {
715                        "ADValue": "PCIE_SLOT0", "Callouts": [
716                            {
717                                "CalloutList": [
718                                    { "Priority": "high", "LocCode": "P0-C0" },
719                                    { "Priority": "medium", "LocCode": "P0" }
720                                ]
721                            }
722                        ]
723                    },
724                    {
725                        "ADValue": "PCIE_SLOT1", "Callouts": [
726                            {
727                                "CalloutList": [
728                                    { "Priority": "high", "LocCode": "P0-C1" },
729                                    { "Priority": "medium", "LocCode": "P0" }
730                                ]
731                            }
732                        ]
733                    },
734                    {
735                        "ADValue": "PCIE_SLOT2", "Callouts": [
736                            {
737                                "CalloutList": [
738                                    { "Priority": "high", "LocCode": "P0-C2" },
739                                    { "Priority": "medium", "LocCode": "P0" }
740                                ]
741                            }
742                        ]
743                    },
744                    {
745                        "ADValue": "PCIE_SLOT3", "Callouts": [
746                            {
747                                "CalloutList": [
748                                    { "Priority": "high", "LocCode": "P0-C3" },
749                                    { "Priority": "medium", "LocCode": "P0" }
750                                ]
751                            }
752                        ]
753                    },
754                    {
755                        "ADValue": "PCIE_SLOT4", "Callouts": [
756                            {
757                                "CalloutList": [
758                                    { "Priority": "high", "LocCode": "P0-C4" },
759                                    { "Priority": "medium", "LocCode": "P0" }
760                                ]
761                            }
762                        ]
763                    },
764                    {
765                        "ADValue": "PCIE_SLOT7", "Callouts": [
766                            {
767                                "CalloutList": [
768                                    { "Priority": "high", "LocCode": "P0-C7" },
769                                    { "Priority": "medium", "LocCode": "P0" }
770                                ]
771                            }
772                        ]
773                    },
774                    {
775                        "ADValue": "PCIE_SLOT8", "Callouts": [
776                            {
777                                "CalloutList": [
778                                    { "Priority": "high", "LocCode": "P0-C8" },
779                                    { "Priority": "medium", "LocCode": "P0" }
780                                ]
781                            }
782                        ]
783                    },
784                    {
785                        "ADValue": "PCIE_SLOT9", "Callouts": [
786                            {
787                                "CalloutList": [
788                                    { "Priority": "high", "LocCode": "P0-C9" },
789                                    { "Priority": "medium", "LocCode": "P0" }
790                                ]
791                            }
792                        ]
793                    },
794                    {
795                        "ADValue": "PCIE_SLOT10", "Callouts": [
796                            {
797                                "CalloutList": [
798                                    { "Priority": "high", "LocCode": "P0-C10" },
799                                    { "Priority": "medium", "LocCode": "P0" }
800                                ]
801                            }
802                        ]
803                    },
804                    {
805                        "ADValue": "PCIE_SLOT11", "Callouts": [
806                            {
807                                "CalloutList": [
808                                    { "Priority": "high", "LocCode": "P0-C11" },
809                                    { "Priority": "medium", "LocCode": "P0" }
810                                ]
811                            }
812                        ]
813                    },
814                    {
815                        "ADValue": "PGOOD_12A", "Callouts": [
816                            {
817                                "CalloutList": [
818                                    { "Priority": "high", "SymbolicFRU": "pgood_part" }
819                                ]
820                            }
821                        ]
822                    },
823                    {
824                        "ADValue": "PGOOD_12B", "Callouts": [
825                            {
826                                "CalloutList": [
827                                    { "Priority": "high", "SymbolicFRU": "pgood_part" }
828                                ]
829                            }
830                        ]
831                    },
832                    {
833                        "ADValue": "PGOOD_12C", "Callouts": [
834                            {
835                                "CalloutList": [
836                                    { "Priority": "high", "SymbolicFRU": "pgood_part" }
837                                ]
838                            }
839                        ]
840                    },
841                    {
842                        "ADValue": "PGOOD_12D", "Callouts": [
843                            {
844                                "CalloutList": [
845                                    { "Priority": "high", "SymbolicFRU": "pgood_part" }
846                                ]
847                            }
848                        ]
849                    },
850                    {
851                        "ADValue": "PGOOD_12L", "Callouts": [
852                            {
853                                "CalloutList": [
854                                    { "Priority": "high", "SymbolicFRU": "pgood_part" }
855                                ]
856                            }
857                        ]
858                    },
859                    {
860                        "ADValue": "PGOOD_12M", "Callouts": [
861                            {
862                                "CalloutList": [
863                                    { "Priority": "high", "SymbolicFRU": "pgood_part" }
864                                ]
865                            }
866                        ]
867                    },
868                    {
869                        "ADValue": "PGOOD_12N", "Callouts": [
870                            {
871                                "CalloutList": [
872                                    { "Priority": "high", "SymbolicFRU": "pgood_part" }
873                                ]
874                            }
875                        ]
876                    },
877                    {
878                        "ADValue": "PGOOD_12P", "Callouts": [
879                            {
880                                "CalloutList": [
881                                    { "Priority": "high", "SymbolicFRU": "pgood_part" }
882                                ]
883                            }
884                        ]
885                    },
886                    {
887                        "ADValue": "PGOOD_12PCIE", "Callouts": [
888                            {
889                                "CalloutList": [
890                                    { "Priority": "high", "SymbolicFRU": "pgood_part" }
891                                ]
892                            }
893                        ]
894                    },
895                    {
896                        "ADValue": "PGOOD_12Q", "Callouts": [
897                            {
898                                "CalloutList": [
899                                    { "Priority": "high", "SymbolicFRU": "pgood_part" }
900                                ]
901                            }
902                        ]
903                    },
904                    {
905                        "ADValue": "PGOOD_12R", "Callouts": [
906                            {
907                                "CalloutList": [
908                                    { "Priority": "high", "SymbolicFRU": "pgood_part" }
909                                ]
910                            }
911                        ]
912                    },
913                    {
914                        "ADValue": "PGOOD_VDN_DCM0", "Callouts": [
915                            {
916                                "CalloutList": [
917                                    { "Priority": "high", "LocCode": "P0-C14" },
918                                    { "Priority": "medium", "LocCode": "P0-C15" },
919                                    { "Priority": "low", "LocCode": "P0" }
920                                ]
921                            }
922                        ]
923                    },
924                    {
925                        "ADValue": "PGOOD_VDN_DCM1", "Callouts": [
926                            {
927                                "CalloutList": [
928                                    { "Priority": "high", "LocCode": "P0-C23" },
929                                    { "Priority": "medium", "LocCode": "P0-C24" },
930                                    { "Priority": "low", "LocCode": "P0" }
931                                ]
932                            }
933                        ]
934                    },
935                    {
936                        "ADValue": "PGOOD_VCS_DCM0", "Callouts": [
937                            {
938                                "CalloutList": [
939                                    { "Priority": "high", "LocCode": "P0-C14" },
940                                    { "Priority": "medium", "LocCode": "P0-C15" },
941                                    { "Priority": "low", "LocCode": "P0" }
942                                ]
943                            }
944                        ]
945                    },
946                    {
947                        "ADValue": "PGOOD_VCS_DCM1", "Callouts": [
948                            {
949                                "CalloutList": [
950                                    { "Priority": "high", "LocCode": "P0-C23" },
951                                    { "Priority": "medium", "LocCode": "P0-C24" },
952                                    { "Priority": "low", "LocCode": "P0" }
953                                ]
954                            }
955                        ]
956                    },
957                    {
958                        "ADValue": "PGOOD_VIO_DCM0", "Callouts": [
959                            {
960                                "CalloutList": [
961                                    { "Priority": "high", "LocCode": "P0-C14" },
962                                    { "Priority": "medium", "LocCode": "P0-C15" },
963                                    { "Priority": "low", "LocCode": "P0" }
964                                ]
965                            }
966                        ]
967                    },
968                    {
969                        "ADValue": "PGOOD_VIO_DCM1", "Callouts": [
970                            {
971                                "CalloutList": [
972                                    { "Priority": "high", "LocCode": "P0-C23" },
973                                    { "Priority": "medium", "LocCode": "P0-C24" },
974                                    { "Priority": "low", "LocCode": "P0" }
975                                ]
976                            }
977                        ]
978                    },
979                    {
980                        "ADValue": "PGOOD_VPCIE_DCM0", "Callouts": [
981                            {
982                                "CalloutList": [
983                                    { "Priority": "high", "LocCode": "P0-C14" },
984                                    { "Priority": "medium", "LocCode": "P0-C15" },
985                                    { "Priority": "low", "LocCode": "P0" }
986                                ]
987                            }
988                        ]
989                    },
990                    {
991                        "ADValue": "PGOOD_VPCIE_DCM1", "Callouts": [
992                            {
993                                "CalloutList": [
994                                    { "Priority": "high", "LocCode": "P0-C23" },
995                                    { "Priority": "medium", "LocCode": "P0-C24" },
996                                    { "Priority": "low", "LocCode": "P0" }
997                                ]
998                            }
999                        ]
1000                    }
1001                ]
1002            },
1003
1004            "Documentation": {
1005                "Description": "The power sequencer chip detected a PGOOD fault",
1006                "Message": "The power sequencer chip detected a PGOOD fault",
1007                "Notes": [
1008                ]
1009            }
1010        },
1011
1012        {
1013            "Name": "xyz.openbmc_project.Power.Error.PowerSequencerVoltageFault",
1014            "Subsystem": "power_sequencer",
1015            "ComponentID": "0x2700",
1016
1017            "SRC": {
1018                "Type": "11",
1019                "ReasonCode": "0x2620",
1020                "Words6To9": {}
1021            },
1022
1023            "CalloutsUsingAD": {
1024                "ADName": "RAIL_NAME", "CalloutsWithTheirADValues": [
1025                    {
1026                        "ADValue": "12.0V", "Callouts": [
1027                            {
1028                                "CalloutList": [
1029                                    { "Priority": "high", "SymbolicFRU": "pgood_part" }
1030                                ]
1031                            }
1032                        ]
1033                    },
1034                    {
1035                        "ADValue": "5.0V_USB", "Callouts": [
1036                            {
1037                                "CalloutList": [
1038                                    { "Priority": "high", "SymbolicFRU": "usb_pgood" },
1039                                    { "Priority": "medium", "LocCode": "P0" }
1040                                ]
1041                            }
1042                        ]
1043                    },
1044                    {
1045                        "ADValue": "5.0V_DASD", "Callouts": [
1046                            {
1047                                "CalloutList": [
1048                                    { "Priority": "medium", "LocCode": "P1" },
1049                                    { "Priority": "medium", "LocCode": "P2" },
1050                                    { "Priority": "medium", "LocCode": "P3" },
1051                                    { "Priority": "low", "LocCode": "P0" }
1052                                ]
1053                            }
1054                        ]
1055                    },
1056                    {
1057                        "ADValue": "3.3VA", "Callouts": [
1058                            {
1059                                "CalloutList": [
1060                                    { "Priority": "high", "LocCode": "P0" }
1061                                ]
1062                            }
1063                        ]
1064                    },
1065                    {
1066                        "ADValue": "3.3VB", "Callouts": [
1067                            {
1068                                "CalloutList": [
1069                                    { "Priority": "high", "LocCode": "P0" }
1070                                ]
1071                            }
1072                        ]
1073                    },
1074                    {
1075                        "ADValue": "1.5V", "Callouts": [
1076                            {
1077                                "CalloutList": [
1078                                    { "Priority": "high", "LocCode": "P0" }
1079                                ]
1080                            }
1081                        ]
1082                    },
1083                    {
1084                        "ADValue": "1.1V", "Callouts": [
1085                            {
1086                                "CalloutList": [
1087                                    { "Priority": "high", "LocCode": "P0" }
1088                                ]
1089                            }
1090                        ]
1091                    },
1092                    {
1093                        "ADValue": "VDDA_DCM0", "Callouts": [
1094                            {
1095                                "CalloutList": [
1096                                    { "Priority": "high", "LocCode": "P0-C14" },
1097                                    { "Priority": "medium", "LocCode": "P0-C15" },
1098                                    { "Priority": "low", "LocCode": "P0" }
1099                                ]
1100                            }
1101                        ]
1102                    },
1103                    {
1104                        "ADValue": "VDDB_DCM0", "Callouts": [
1105                            {
1106                                "CalloutList": [
1107                                    { "Priority": "high", "LocCode": "P0-C14" },
1108                                    { "Priority": "medium", "LocCode": "P0-C15" },
1109                                    { "Priority": "low", "LocCode": "P0" }
1110                                ]
1111                            }
1112                        ]
1113                    },
1114                    {
1115                        "ADValue": "VDDA_DCM1", "Callouts": [
1116                            {
1117                                "CalloutList": [
1118                                    { "Priority": "high", "LocCode": "P0-C23" },
1119                                    { "Priority": "medium", "LocCode": "P0-C24" },
1120                                    { "Priority": "low", "LocCode": "P0" }
1121                                ]
1122                            }
1123                        ]
1124                    },
1125                    {
1126                        "ADValue": "VDDB_DCM1", "Callouts": [
1127                            {
1128                                "CalloutList": [
1129                                    { "Priority": "high", "LocCode": "P0-C23" },
1130                                    { "Priority": "medium", "LocCode": "P0-C24" },
1131                                    { "Priority": "low", "LocCode": "P0" }
1132                                ]
1133                            }
1134                        ]
1135                    },
1136                    {
1137                        "ADValue": "12.0VCS", "Callouts": [
1138                            {
1139                                "CalloutList": [
1140                                    { "Priority": "high", "SymbolicFRU": "pgood_part" }
1141                                ]
1142                            }
1143                        ]
1144                    },
1145                    {
1146                        "ADValue": "3.3VCS", "Callouts": [
1147                            {
1148                                "CalloutList": [
1149                                    { "Priority": "high", "LocCode": "P0" }
1150                                ]
1151                            }
1152                        ]
1153                    },
1154                    {
1155                        "ADValue": "1.1V_Current", "Callouts": [
1156                            {
1157                                "CalloutList": [
1158                                    { "Priority": "high", "LocCode": "P0" }
1159                                ]
1160                            }
1161                        ]
1162                    },
1163                    {
1164                        "ADValue": "5.0V_USB_Current", "Callouts": [
1165                            {
1166                                "CalloutList": [
1167                                    { "Priority": "high", "SymbolicFRU": "usb_pgood" },
1168                                    { "Priority": "medium", "LocCode": "P0" }
1169                                ]
1170                            }
1171                        ]
1172                    },
1173                    {
1174                        "ADValue": "5.0V_DASD_Current", "Callouts": [
1175                            {
1176                                "CalloutList": [
1177                                    { "Priority": "medium", "LocCode": "P1" },
1178                                    { "Priority": "medium", "LocCode": "P2" },
1179                                    { "Priority": "medium", "LocCode": "P3" },
1180                                    { "Priority": "low", "LocCode": "P0" }
1181                                ]
1182                            }
1183                        ]
1184                    },
1185                    {
1186                        "ADValue": "12.0VN", "Callouts": [
1187                            {
1188                                "CalloutList": [
1189                                    { "Priority": "high", "SymbolicFRU": "pgood_part" }
1190                                ]
1191                            }
1192                        ]
1193                    },
1194                    {
1195                        "ADValue": "12.0VP", "Callouts": [
1196                            {
1197                                "CalloutList": [
1198                                    { "Priority": "high", "SymbolicFRU": "pgood_part" }
1199                                ]
1200                            }
1201                        ]
1202                    },
1203                    {
1204                        "ADValue": "12.0VQ", "Callouts": [
1205                            {
1206                                "CalloutList": [
1207                                    { "Priority": "high", "SymbolicFRU": "pgood_part" }
1208                                ]
1209                            }
1210                        ]
1211                    },
1212                    {
1213                        "ADValue": "12.0VR", "Callouts": [
1214                            {
1215                                "CalloutList": [
1216                                    { "Priority": "high", "SymbolicFRU": "pgood_part" }
1217                                ]
1218                            }
1219                        ]
1220                    },
1221                    {
1222                        "ADValue": "ThermalDiode1", "Callouts": [
1223                            {
1224                                "CalloutList": [
1225                                    { "Priority": "high", "LocCode": "P0" }
1226                                ]
1227                            }
1228                        ]
1229                    },
1230                    {
1231                        "ADValue": "ThermalDiode2", "Callouts": [
1232                            {
1233                                "CalloutList": [
1234                                    { "Priority": "high", "LocCode": "P0" }
1235                                ]
1236                            }
1237                        ]
1238                    },
1239                    {
1240                        "ADValue": "ThermalDiode3", "Callouts": [
1241                            {
1242                                "CalloutList": [
1243                                    { "Priority": "high", "LocCode": "P0" }
1244                                ]
1245                            }
1246                        ]
1247                    },
1248                    {
1249                        "ADValue": "ThermalDiode4", "Callouts": [
1250                            {
1251                                "CalloutList": [
1252                                    { "Priority": "high", "LocCode": "P0" }
1253                                ]
1254                            }
1255                        ]
1256                    }
1257                ]
1258            },
1259
1260            "Documentation": {
1261                "Description": "The power sequencer chip detected a voltage fault",
1262                "Message": "The power sequencer chip detected a voltage fault",
1263                "Notes": [
1264                ]
1265            }
1266        },
1267
1268        {
1269            "Name": "xyz.openbmc_project.Power.Regulators.Error.WriteVerification",
1270            "Subsystem": "power",
1271            "ComponentID": "0x2700",
1272
1273            "SRC": {
1274                "Type": "11",
1275                "ReasonCode": "0x2900",
1276                "Words6To9": {}
1277            },
1278
1279            "Documentation": {
1280                "Description": "A write verification error occurred on a device",
1281                "Message": "A write verification error occurred on a device",
1282                "Notes": [
1283                    "This error occurs when a device register is written, ",
1284                    "read back, and the two values do not match.  This is ",
1285                    "also called a read-back error.  The device should be ",
1286                    "identified using the CALLOUT_DEVICE_PATH or ",
1287                    "CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR keywords in the ",
1288                    "AdditionalData property of the event log.  This will ",
1289                    "cause the device and the hardware in the communication ",
1290                    "path to be called out."
1291                ]
1292            }
1293        },
1294
1295        {
1296            "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile",
1297            "Subsystem": "power",
1298            "ComponentID": "0x2700",
1299
1300            "SRC": {
1301                "Type": "11",
1302                "ReasonCode": "0xA013",
1303                "Words6To9": {}
1304            },
1305
1306            "Callouts": [
1307                {
1308                    "CalloutList": [
1309                        { "Priority": "high", "Procedure": "bmc_code" }
1310                    ]
1311                }
1312            ],
1313
1314            "Documentation": {
1315                "Description": "A regulators configuration file error occurred",
1316                "Message": "A regulators configuration file error occurred",
1317                "Notes": [
1318                    "The regulators configuration file could not be found, ",
1319                    "could not be read, or had invalid contents."
1320                ]
1321            }
1322        },
1323
1324        {
1325            "Name": "xyz.openbmc_project.Power.Error.PowerSequencerFault",
1326            "Subsystem": "power_sequencer",
1327            "ComponentID": "0x2700",
1328
1329            "SRC": {
1330                "Type": "11",
1331                "ReasonCode": "0xD000",
1332                "Words6To9": {}
1333            },
1334
1335            "Callouts": [
1336                {
1337                    "CalloutList": [
1338                        { "Priority": "high", "LocCode": "P0" }
1339                    ]
1340                }
1341            ],
1342
1343            "Documentation": {
1344                "Description": "The power sequencer chip detected a fault",
1345                "Message": "The power sequencer chip detected a fault",
1346                "Notes": [
1347                ]
1348            }
1349        },
1350
1351        {
1352            "Name": "xyz.openbmc_project.Power.Error.PowerOnFailure",
1353            "Subsystem": "power_sequencer",
1354            "ComponentID": "0x2700",
1355
1356            "SRC": {
1357                "Type": "11",
1358                "ReasonCode": "0xD002",
1359                "Words6To9": {}
1360            },
1361
1362            "Callouts": [
1363                {
1364                    "CalloutList": [
1365                        { "Priority": "high", "LocCode": "P0" }
1366                    ]
1367                }
1368            ],
1369
1370            "Documentation": {
1371                "Description": "System power failed to turn on",
1372                "Message": "System power failed to turn on",
1373                "Notes": [
1374                ]
1375            }
1376        },
1377
1378        {
1379            "Name": "xyz.openbmc_project.Power.Error.Internal",
1380            "Subsystem": "power",
1381            "ComponentID": "0x2700",
1382
1383            "SRC": {
1384                "Type": "11",
1385                "ReasonCode": "0xE000",
1386                "Words6To9": {}
1387            },
1388
1389            "Callouts": [
1390                {
1391                    "CalloutList": [
1392                        { "Priority": "high", "Procedure": "bmc_code" }
1393                    ]
1394                }
1395            ],
1396
1397            "Documentation": {
1398                "Description": "An internal firmware error occurred",
1399                "Message": "An internal firmware error occurred",
1400                "Notes": [
1401                    "The error details must be provided in the AdditionalData ",
1402                    "property of the event log."
1403                ]
1404            }
1405        },
1406
1407        {
1408            "Name": "xyz.openbmc_project.Power.Error.I2C",
1409            "Subsystem": "cec_i2c",
1410            "ComponentID": "0x2700",
1411
1412            "SRC": {
1413                "Type": "11",
1414                "ReasonCode": "0xE100",
1415                "Words6To9": {}
1416            },
1417
1418            "Documentation": {
1419                "Description": "An I2C error occurred communicating with a device",
1420                "Message": "An I2C error occurred communicating with a device",
1421                "Notes": [
1422                    "The device should be identified using the ",
1423                    "CALLOUT_DEVICE_PATH or CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR ",
1424                    "keywords in the AdditionalData property of the event ",
1425                    "log.  This will cause the device and the hardware in the ",
1426                    "communication path to be called out."
1427                ]
1428            }
1429        },
1430
1431        {
1432            "Name": "xyz.openbmc_project.Power.Error.PMBus",
1433            "Subsystem": "power",
1434            "ComponentID": "0x2700",
1435
1436            "SRC": {
1437                "Type": "11",
1438                "ReasonCode": "0xE200",
1439                "Words6To9": {}
1440            },
1441
1442            "Documentation": {
1443                "Description": "A PMBus error occurred on a device",
1444                "Message": "A PMBus error occurred on a device",
1445                "Notes": [
1446                    "This error occurs when the I2C communication was ",
1447                    "successful, but the PMBus value read is invalid or ",
1448                    "unsupported.  CALLOUT_INVENTORY_PATH should be specified ",
1449                    "in the AdditionalData property of the event log so that ",
1450                    "the device is called out but not the communication path."
1451                ]
1452            }
1453        },
1454
1455        {
1456            "Name": "xyz.openbmc_project.Power.Error.DBus",
1457            "Subsystem": "power",
1458            "ComponentID": "0x2700",
1459
1460            "SRC": {
1461                "Type": "11",
1462                "ReasonCode": "0xE300",
1463                "Words6To9": {}
1464            },
1465
1466            "Callouts": [
1467                {
1468                    "CalloutList": [
1469                        { "Priority": "high", "Procedure": "bmc_code" }
1470                    ]
1471                }
1472            ],
1473
1474            "Documentation": {
1475                "Description": "A firmware inter-process communication (D-Bus) error occurred",
1476                "Message": "A firmware inter-process communication (D-Bus) error occurred"
1477            }
1478        },
1479
1480        {
1481            "Name": "xyz.openbmc_project.Fan.Error.Fault",
1482            "Subsystem": "power_fans",
1483            "ComponentID": "0x2800",
1484
1485            "SRC": {
1486                "Type": "11",
1487                "ReasonCode": "0x76F0",
1488                "Words6To9": {}
1489            },
1490
1491            "Documentation": {
1492                "Description": "Fan rotor fault",
1493                "Message": "Fan rotor fault",
1494                "Notes": [
1495                    "This error occurs when a fan rotor has been faulted for a ",
1496                    "certain amount of time.  The callout is the fan which is ",
1497                    "passed in with CALLOUT_INVENTORY_PATH.  The severity is ",
1498                    "passed in during creation and will be either informational ",
1499                    "or unrecoverable.  The action flags use the defaults and ",
1500                    "vary based on the severity."
1501                ]
1502            }
1503        },
1504
1505        {
1506            "Name": "xyz.openbmc_project.Fan.Error.Missing",
1507            "Subsystem": "power_fans",
1508            "ComponentID": "0x2800",
1509            "Severity": "unrecoverable_redundancy_loss",
1510            "ActionFlags": ["service_action", "report", "call_home"],
1511
1512            "SRC": {
1513                "Type": "11",
1514                "ReasonCode": "0x76F1",
1515                "Words6To9": {}
1516            },
1517
1518            "Callouts": [
1519                {
1520                    "CalloutList": [
1521                        {
1522                          "Priority": "high",
1523                          "SymbolicFRUTrusted": "air_mover",
1524                          "UseInventoryLocCode": true
1525                        },
1526                        {
1527                            "Priority": "low",
1528                            "LocCode": "P0"
1529                        }
1530                    ]
1531                }
1532            ],
1533
1534            "Documentation": {
1535                "Description": "A fan is missing",
1536                "Message": "A fan is missing",
1537                "Notes": [
1538                    "This error occurs when a fan has been missing for a ",
1539                    "certain amount of time.  The first callout is the ",
1540                    "symbolic FRU AIR_MOVR that has the trusted fan location ",
1541                    "code, which it gets using the passed in ",
1542                    "CALLOUT_INVENTORY_PATH.  The second callout is the FRU ",
1543                    "where the controller is."
1544                ]
1545            }
1546        },
1547
1548        {
1549            "Name": "com.ibm.VPD.Error.InvalidEepromPath",
1550            "Subsystem": "cec_vpd",
1551            "ComponentID": "0x4000",
1552
1553            "SRC": {
1554                "ReasonCode": "0x4000",
1555                "Words6To9":
1556                {
1557                    "6":
1558                    {
1559                        "Description": "Errno of the failure.",
1560                        "AdditionalDataPropSource": "CALLOUT_ERRNO"
1561                    }
1562                }
1563            },
1564
1565            "Documentation": {
1566                "Description": "A path access error ocurred",
1567                "Message": "An EEPROM path access error occurred.",
1568                "Notes": [
1569                    "This error occurs when parser is unable to access",
1570                    "EEPROM path. Errno and device path are captured as",
1571                    "additional data."
1572                ]
1573            }
1574        },
1575
1576        {
1577            "Name": "com.ibm.VPD.Error.InvalidVPD",
1578            "Subsystem": "cec_vpd",
1579            "ComponentID": "0x4000",
1580
1581            "SRC": {
1582                "ReasonCode": "0x4001",
1583                "Words6To9":
1584                {
1585                }
1586            },
1587
1588            "Documentation": {
1589                "Description": "Invalid VPD data.",
1590                "Message": "A VPD data exception occurred.",
1591                "Notes": [
1592                    "This error occurs when VPD data is found to be",
1593                    "invalid. This can be when VPD file is missing out",
1594                    "mandatory records.Inventory path is captured in",
1595                    "additional data."
1596                ]
1597            }
1598        },
1599
1600        {
1601            "Name": "com.ibm.VPD.Error.EccCheckFailed",
1602            "Subsystem": "cec_vpd",
1603            "ComponentID": "0x4000",
1604
1605            "SRC": {
1606                "ReasonCode": "0x4002",
1607                "Words6To9":
1608                {
1609                }
1610            },
1611
1612            "Documentation": {
1613                "Description": "Invalid VPD ecc data.",
1614                "Message": "A VPD ecc exception occurred.",
1615                "Notes": [
1616                    "This error occurs when VPD ecc check fails for the FRU.",
1617                    "Inventory path for the failed FRU is captured in additonal",
1618                    "data."
1619                ]
1620            }
1621        },
1622
1623        {
1624            "Name": "com.ibm.VPD.Error.InvalidJson",
1625            "Subsystem": "cec_vpd",
1626            "ComponentID": "0x4000",
1627
1628            "SRC": {
1629                "ReasonCode": "0x4003",
1630                "Words6To9":
1631                {
1632                }
1633            },
1634
1635            "Documentation": {
1636                "Description": "Invalid Json",
1637                "Message": "A Json failure occurred.",
1638                "Notes": [
1639                    "This error occurs when parser fails to access",
1640                    "Json file or there is any issue with Json data.",
1641                    "Failed Json path and cause of failure is captured",
1642                    "in additional data."
1643                ]
1644            }
1645        },
1646
1647        {
1648            "Name": "com.ibm.VPD.Error.BlankSystemVPD",
1649            "Subsystem": "cec_vpd",
1650            "ComponentID": "0x4000",
1651
1652            "SRC": {
1653                "ReasonCode": "0x4004",
1654                "Words6To9":
1655                {
1656                }
1657            },
1658
1659            "Documentation": {
1660                "Description": "System VPD restore failed",
1661                "Message": "A system VPD restoration error occurred.",
1662                "Notes": [
1663                    "This error occurs when restoring of system VPD fails.",
1664                    "The FRU path and reason for failure is captured in",
1665                    "additional data."
1666                ]
1667            }
1668        },
1669
1670        {
1671            "Name": "com.ibm.VPD.Error.DbusFailure",
1672            "Subsystem": "cec_vpd",
1673            "ComponentID": "0x4000",
1674
1675            "SRC": {
1676                "ReasonCode": "0x4005",
1677                "Words6To9":
1678                {
1679                }
1680            },
1681
1682            "Documentation": {
1683                "Description": "Dbus exception",
1684                "Message": "A Dbus internal error occurred.",
1685                "Notes": [
1686                    "This error occurs when Dbus operation fails.",
1687                    "Exceptions details are captured in additonal",
1688                    "data."
1689                ]
1690            }
1691        }
1692    ]
1693}
1694