1{
2    "PELs":
3    [
4        {
5            "Name": "xyz.openbmc_project.Common.Error.Timeout",
6            "Subsystem": "bmc_firmware",
7            "Severity": "non_error",
8
9            "SRC":
10            {
11                "ReasonCode": "0x1001",
12                "Words6To9":
13                {
14                    "6":
15                    {
16                        "Description": "Timeout in ms",
17                        "AdditionalDataPropSource": "TIMEOUT_IN_MSEC"
18                    }
19                }
20            },
21
22            "Documentation":
23            {
24                "Description": "This is a generic timeout error",
25                "Message": "An operation timed out",
26                "Notes": [
27                    "The journal should contain more information"
28                ]
29            }
30        },
31
32        {
33            "Name": "xyz.openbmc_project.Common.Error.InternalFailure",
34            "Subsystem": "bmc_firmware",
35            "Severity": "non_error",
36
37            "SRC":
38            {
39                "ReasonCode": "0x1002",
40                "Words6To9":
41                {
42                }
43            },
44
45            "Documentation":
46            {
47                "Description": "BMC code had a generic internal failure",
48                "Message": "An application had an internal failure",
49                "Notes": [
50                    "The journal should contain more information"
51                ]
52            }
53        },
54
55        {
56            "Name": "xyz.openbmc_project.Common.Error.InvalidArgument",
57            "Subsystem": "user_error",
58            "Severity": "non_error",
59
60            "SRC":
61            {
62                "ReasonCode": "0x1003",
63                "Words6To9":
64                {
65                }
66            },
67
68            "Documentation":
69            {
70                "Description": "BMC code was given an invalid argument",
71                "Message": "Code was given an invalid argument",
72                "Notes": [
73                    "The journal should contain more information"
74                ]
75            }
76        },
77        {
78            "Name": "xyz.openbmc_project.Common.Error.InsufficientPermission",
79            "Subsystem": "user_error",
80            "Severity": "non_error",
81
82            "SRC":
83            {
84                "ReasonCode": "0x1004",
85                "Words6To9":
86                {
87                }
88            },
89
90            "Documentation":
91            {
92                "Description": "An operation failed due to insufficient permission",
93                "Message": "An operation failed due to unsufficient permission",
94                "Notes": [
95                    "The journal should contain more information"
96                ]
97            }
98        },
99
100        {
101            "Name": "xyz.openbmc_project.Common.Error.NotAllowed",
102            "Subsystem": "user_error",
103            "Severity": "non_error",
104
105            "SRC":
106            {
107                "ReasonCode": "0x1005",
108                "Words6To9":
109                {
110                }
111            },
112
113            "Documentation":
114            {
115                "Description": "An operation failed because it isn't allowed",
116                "Message": "An operation failed because it isn't allowed",
117                "Notes": [
118                    "The journal should contain more information"
119                ]
120            }
121        },
122
123        {
124            "Name": "xyz.openbmc_project.Common.Error.NoCACertificate",
125            "Subsystem": "user_error",
126            "Severity": "non_error",
127
128            "SRC":
129            {
130                "ReasonCode": "0x1006",
131                "Words6To9":
132                {
133                }
134            },
135
136            "Documentation":
137            {
138                "Description": "The server's CA certificate has not been provided",
139                "Message": "The server's CA certificate has not been provided"
140            }
141        },
142
143        {
144            "Name": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure",
145            "Subsystem": "cec_i2c",
146
147            "SRC":
148            {
149                "ReasonCode": "0x1007",
150                "Words6To9":
151                {
152                    "6":
153                    {
154                        "Description": "errno of the failure",
155                        "AdditionalDataPropSource": "CALLOUT_ERRNO"
156                    }
157                }
158            },
159
160            "Documentation":
161            {
162                "Description": "Sensor device read failure",
163                "Message": "There was a failure when reading a sensor device",
164                "Notes": [
165                    "The severity is set by the creator.",
166                    "The action flags are set automatically by the code.",
167                    "Callouts added based on CALLOUT_DEVICE_PATH."
168                ]
169            }
170        },
171
172        {
173            "Name": "xyz.openbmc_project.Common.Device.Error.ReadFailure",
174            "Subsystem": "cec_i2c",
175
176            "SRC":
177            {
178                "ReasonCode": "0x1008",
179                "Words6To9":
180                {
181                    "6":
182                    {
183                        "Description": "errno of the failure",
184                        "AdditionalDataPropSource": "CALLOUT_ERRNO"
185                    }
186                }
187            },
188
189            "Documentation":
190            {
191                "Description": "Device read failure",
192                "Message": "There was a failure when reading a hardware device",
193                "Notes": [
194                    "The severity is set by the creator.",
195                    "The action flags are set automatically by the code.",
196                    "Callouts added based on CALLOUT_DEVICE_PATH."
197                ]
198            }
199        },
200
201        {
202            "Name": "xyz.openbmc_project.Control.Device.Error.WriteFailure",
203            "Subsystem": "cec_i2c",
204
205            "SRC":
206            {
207                "ReasonCode": "0x1009",
208                "Words6To9":
209                {
210                    "6":
211                    {
212                        "Description": "errno of the failure",
213                        "AdditionalDataPropSource": "CALLOUT_ERRNO"
214                    }
215                }
216            },
217
218            "Documentation":
219            {
220                "Description": "Device write failure",
221                "Message": "There was a failure when writing to a hardware device",
222                "Notes": [
223                    "The severity is set by the creator.",
224                    "The action flags are set automatically by the code.",
225                    "Callouts added based on CALLOUT_DEVICE_PATH"
226                ]
227            }
228        },
229
230        {
231            "Name": "xyz.openbmc_project.Common.Device.Error.WriteFailure",
232            "Subsystem": "cec_i2c",
233
234            "SRC":
235            {
236                "ReasonCode": "0x100A",
237                "Words6To9":
238                {
239                    "6":
240                    {
241                        "Description": "errno of the failure",
242                        "AdditionalDataPropSource": "CALLOUT_ERRNO"
243                    }
244                }
245            },
246
247            "Documentation":
248            {
249                "Description": "Device write failure",
250                "Message": "There was a failure when writing to a hardware device",
251                "Notes": [
252                    "The severity is set by the creator.",
253                    "The action flags are set automatically by the code.",
254                    "Callouts added based on CALLOUT_DEVICE_PATH"
255                ]
256            }
257        },
258
259        {
260            "Name": "xyz.openbmc_project.Common.File.Error.Write",
261            "Subsystem": "bmc_firmware",
262            "ComponentID": "0x1000",
263            "SRC":
264            {
265                "ReasonCode": "0x100B",
266                "Words6To9":
267                {
268                }
269            },
270
271            "Callouts": [
272                {
273                    "CalloutList": [
274                        { "Priority": "high", "Procedure": "bmc_code" }
275                    ]
276                }
277            ],
278
279            "Documentation":
280            {
281                "Description": "Failed to write to a file",
282                "Message": "Failed to write to a file",
283                "Notes": [
284                    "The severity is set by the creator.",
285                    "The journal should contain more information"
286                ]
287            }
288        },
289
290        {
291            "Name": "org.open_power.Logging.Error.SentBadPELToHost",
292            "Subsystem": "bmc_firmware",
293            "Severity": "non_error",
294
295            "SRC":
296            {
297                "ReasonCode": "0x2001",
298                "Words6To9":
299                {
300                    "6":
301                    {
302                        "Description": "The bad PEL ID",
303                        "AdditionalDataPropSource": "BAD_ID"
304                    }
305                }
306            },
307
308            "Documentation":
309            {
310                "Description": "The BMC sent the host a malformed PEL",
311                "Message": "The BMC sent the host a malformed PEL",
312                "Notes": [
313                    "The host firmware rejected that PEL."
314                ]
315            }
316        },
317
318        {
319            "Name": "org.open_power.Logging.Error.BadHostPEL",
320            "Subsystem": "platform_firmware",
321            "Severity": "unrecoverable",
322
323            "SRC":
324            {
325                "ReasonCode": "0x2002",
326                "Words6To9":
327                {
328                    "6":
329                    {
330                        "Description": "The PLID of the invalid PEL",
331                        "AdditionalDataPropSource": "PLID"
332                    },
333                    "7":
334                    {
335                        "Description": "The corresponding OpenBMC event log ID",
336                        "AdditionalDataPropSource": "OBMC_LOG_ID"
337                    },
338                    "8":
339                    {
340                        "Description": "The size of the invalid PEL",
341                        "AdditionalDataPropSource": "PEL_SIZE"
342                    }
343                }
344            },
345
346            "Callouts": [
347                {
348                    "CalloutList": [
349                        { "Priority": "high", "Procedure": "bmc_code" }
350                    ]
351                }
352            ],
353
354            "Documentation":
355            {
356                "Description": "The host sent the BMC an invalid PEL",
357                "Message": "The host sent the BMC an invalid PEL",
358                "Notes": [
359                ]
360            }
361        },
362
363        {
364            "Name": "org.open_power.Logging.Error.TestError1",
365            "Subsystem": "platform_firmware",
366            "Severity": "unrecoverable",
367
368            "SRC":
369            {
370                "ReasonCode": "0x2003",
371                "Words6To9":
372                {
373                }
374            },
375
376            "Callouts": [
377                {
378                    "CalloutList": [
379                        {"Priority": "high", "Procedure": "bmc_code"},
380                        {"Priority": "medium", "SymbolicFRU": "service_docs"}
381                    ]
382                }
383            ],
384
385            "Documentation":
386            {
387                "Description": "An error for testing",
388                "Message": "This is a test error"
389            }
390        },
391
392        {
393            "Name": "xyz.openbmc_project.Logging.Error.Default",
394            "Subsystem": "other_na",
395
396            "SRC":
397            {
398                "ReasonCode": "0x2004",
399                "Words6To9":
400                {
401                }
402            },
403
404            "Callouts": [
405                {
406                    "CalloutList": [
407                        { "Priority": "high", "Procedure": "bmc_code" }
408                    ]
409                }
410            ],
411
412            "Documentation":
413            {
414                "Description": "This entry is used when no other matching entry is found",
415                "Message": "Unknown (Original event not in message registry)",
416                "Notes": [
417                    "This is used when the actual error name isn't found in ",
418                    "the registry.  The original error name will be stored ",
419                    "in the UserData section that contains the AdditionalData ",
420                    "properties using the key ERROR_NAME.",
421                    "This error may contain callouts if the creator passed ",
422                    "them in.",
423                    "The severity is set by the creator.",
424                    "If this error is seen, then a code change needs to be ",
425                    "made to add the missing error entry to this registry."
426                ]
427            }
428        },
429
430        {
431            "Name": "org.open_power.Logging.Error.TestError2",
432            "Subsystem": "bmc_firmware",
433            "Severity": "recovered",
434            "ActionFlags": ["report"],
435
436            "SRC":
437            {
438                "ReasonCode": "0x2005",
439                "Words6To9":
440                {
441                }
442            },
443
444            "Callouts": [
445                {
446                   "CalloutList": [
447                        { "Priority": "high", "LocCode": "P0" }
448                    ]
449                }
450            ],
451
452            "Documentation":
453            {
454                "Description": "An error for testing",
455                "Message": "This is a test recoverable error",
456                "Notes": [
457                    "This error is not created by BMC code and is ",
458                    "only used for error injection tests."
459                ]
460            }
461        },
462
463        {
464            "Name": "org.open_power.Logging.Error.TestError3",
465            "Subsystem": "bmc_firmware",
466            "Severity": "predictive",
467
468            "SRC":
469            {
470                "ReasonCode": "0x2006",
471                "Words6To9":
472                {
473                }
474            },
475
476            "Documentation":
477            {
478                "Description": "This is an error used for testing only",
479                "Message": "This is a test predictive error",
480                "Notes": [
481                    "This error is not created by BMC code and is ",
482                    "only used for error injection tests."
483                ]
484            }
485        },
486
487        {
488            "Name": "org.open_power.PHAL.Error.Boot",
489            "Subsystem": "cec_hardware",
490            "ComponentID": "0x3000",
491
492            "SRC":
493            {
494                "ReasonCode": "0x3001",
495                "Words6To9":
496                {
497                }
498            },
499
500            "Documentation":
501            {
502                "Description": "Failure occurred during boot process",
503                "Message": "Failure occurred during boot process",
504                "Notes": [
505                    "Debug traces will be captured in AdditionalData section"
506                ]
507            }
508        },
509
510        {
511            "Name": "org.open_power.PHAL.Error.PrePowerOff",
512            "Subsystem": "cec_hardware",
513            "ComponentID": "0x3000",
514
515            "SRC":
516            {
517                "ReasonCode": "0x3002",
518                "Words6To9":
519                {
520                }
521            },
522
523            "Documentation":
524            {
525                "Description": "Failure occurred during PHAL pre-poweroff operations",
526                "Message": "Failure occurred during PHAL pre-poweroff operations",
527                "Notes": [
528                    "Severity needs to be set based on needs for this registry.",
529                    "FFDC (First Failure Data Collection) will be collected ",
530                    "and added into PEL."
531                ]
532            }
533        },
534
535        {
536            "Name": "org.open_power.PHAL.Error.devtreeSync",
537            "Subsystem": "cec_hardware",
538            "ComponentID": "0x3000",
539            "Severity": "unrecoverable",
540
541            "SRC":
542            {
543                "ReasonCode": "0x3003",
544                "Words6To9":
545                {
546                }
547            },
548
549            "Documentation":
550            {
551                "Description": "Failure occurred during PHAL devtree sync ",
552                "Message": "Failure occurred during PHAL devtree sync",
553                "Notes": [
554                    "The journal should contain more information"
555                ]
556            }
557        },
558
559        {
560            "Name": "org.open_power.PHAL.Error.devtreeBackup",
561            "Subsystem": "cec_hardware",
562            "ComponentID": "0x3000",
563            "Severity": "unrecoverable",
564
565            "SRC":
566            {
567                "ReasonCode": "0x3004",
568                "Words6To9":
569                {
570                }
571            },
572
573            "Documentation":
574            {
575                "Description": "Failure occurred during PHAL devtree backup ",
576                "Message": "Failure occurred during PHAL devtree backup",
577                "Notes": [
578                    "The journal should contain more information"
579                ]
580            }
581        },
582
583        {
584            "Name": "org.open_power.PHAL.Error.HostRunning",
585            "Subsystem": "cec_sp_hyp_iface",
586            "ComponentID": "0x3000",
587
588            "SRC":
589            {
590                "ReasonCode": "0x3005",
591                "Words6To9":
592                {
593                }
594            },
595
596            "Documentation":
597            {
598                "Description": "Host did not respond to BMC after a BMC reset",
599                "Message": "Host did not respond to BMC after a BMC reset but hardware indicates it is running",
600                "Notes": [
601                    "System will be left in its current state to ensure host ",
602                    "is not unexpectedly taken down. There is most likely an ",
603                    "issue in the software or hardware communication path ",
604                    "between the BMC and the Host firmware.",
605                    "A BMC dump will be collected with relevant FFDC."
606                ]
607            }
608        },
609
610        {
611            "Name": "org.open_power.PHAL.Error.devtreeReinit",
612            "Subsystem": "cec_hardware",
613            "ComponentID": "0x3000",
614            "Severity": "unrecoverable",
615
616            "SRC":
617            {
618                "ReasonCode": "0x3006",
619                "Words6To9":
620                {
621                }
622            },
623
624            "Documentation":
625            {
626                "Description": "Failure re-initializing BMC to Host data structure",
627                "Message": "Failure occurred during re-initializing BMC to Host data structure",
628                "Notes": [
629                    "The journal should contain more information"
630                ]
631            }
632        },
633
634        {
635            "Name": "org.open_power.PHAL.Error.NonFunctionalBootProc",
636            "Subsystem": "cec_hardware",
637            "ComponentID": "0x3000",
638            "Severity": "unrecoverable",
639
640            "SRC":
641            {
642                "ReasonCode": "0x3007",
643                "Words6To9":
644                {
645                }
646            },
647
648            "Documentation":
649            {
650                "Description": "Non functional boot processor",
651                "Message": "Non functional boot processor",
652                "Notes": [
653                    "BMC firmware couldn't find functional primary processor",
654                    "required to boot the host",
655                    "Debug traces will be captured in AdditionalData section"
656                ]
657            }
658        },
659
660        {
661            "Name": "org.open_power.PHAL.Error.MPReboot",
662            "Subsystem": "cec_hardware",
663            "ComponentID": "0x3000",
664            "Severity": "unrecoverable",
665
666            "SRC":
667            {
668                "ReasonCode": "0x3008",
669                "Words6To9":
670                {
671                }
672            },
673
674            "Callouts": [
675                {
676                    "CalloutList": [{"Priority": "high", "Procedure": "bmc_code" }
677                    ]
678                }
679            ],
680
681            "Documentation":
682            {
683                "Description": "Error during memory preserving reboot",
684                "Message": "Error during memory preserving reboot",
685                "Notes": [
686                    "Software error occured during memory preserving reboot"
687                ]
688            }
689        }
690,
691        {
692            "Name": "org.open_power.PHAL.Error.SpareClock",
693            "Subsystem": "cec_hardware",
694            "ComponentID": "0x3000",
695            "Severity": "non_error",
696            "ActionFlags": [ "service_action", "report", "call_home" ],
697
698            "SRC":
699            {
700                "ReasonCode": "0x3009",
701                "Words6To9":
702                {
703                }
704            },
705
706            "Documentation":
707            {
708                "Description": "Error during Spare clock initialisation",
709                "Message": "Error during Spare clock initialisation",
710                "Notes": [
711                    "The CalloutList should use the clock symbolic FRU with position details."
712                ]
713            }
714        },
715
716        {
717            "Name": "org.open_power.PHAL.Info.ClockDailyLog",
718            "Subsystem": "cec_clocks",
719            "ComponentID": "0x3000",
720            "Severity": "non_error",
721            "ActionFlags": [ "report", "call_home" ],
722
723            "SRC":
724            {
725                "ReasonCode": "0x300A",
726                "Words6To9":
727                {
728                }
729            },
730
731            "Documentation":
732            {
733                "Description": "Informational error to house clock debug info",
734                "Message": "Informational error to house clock debug info",
735                "Notes": [
736                    "User data includes processor and clock register state information."
737                ]
738            }
739        },
740
741        {
742            "Name": "org.open_power.OCC.Firmware.PresenceMismatch",
743            "Subsystem": "bmc_firmware",
744            "ComponentID": "0x2600",
745            "Severity": "predictive",
746
747            "SRC":
748            {
749                "ReasonCode": "0x2681",
750                "Words6To9":
751                {
752                }
753            },
754
755            "Callouts": [
756                {
757                    "CalloutList": [
758                        { "Priority": "medium", "Procedure": "bmc_code" }
759                    ]
760                }
761            ],
762
763            "Documentation":
764            {
765                "Description": "OCC presence mismatch",
766                "Message": "BMC firmware detected incorrect number of OCCs",
767                "Notes": [
768                    "The number of OCCs detected by the BMC does not match the number of OCCs detected by the OCC.",
769                    "The BMC requests that the OCC reset."
770                ]
771            }
772        },
773
774        {
775            "Name": "org.open_power.OCC.Device.SafeState",
776            "Subsystem": "processor_chip",
777            "ComponentID": "0x2600",
778            "Severity": "non_error",
779
780            "SRC":
781            {
782                "ReasonCode": "0x2682",
783                "Words6To9":
784                {
785                }
786            },
787
788            "Documentation":
789            {
790                "Description": "OCC safe state",
791                "Message": "OCC in safe state while active for one minute",
792                "Notes": [
793                    "The BMC detected that the OCC was in safe state for one minute while active.",
794                    "The BMC requests that the OCC reset."
795                ]
796            }
797        },
798
799        {
800            "Name": "org.open_power.OCC.Device.ReadFailure",
801            "Subsystem": "cec_chip_iface",
802            "ComponentID": "0x2600",
803            "Severity": "predictive",
804
805            "SRC":
806            {
807                "ReasonCode": "0x2683",
808                "Words6To9":
809                {
810                }
811            },
812
813            "Documentation":
814            {
815                "Description": "OCC communication failure",
816                "Message": "BMC failed to communicate with the OCC",
817                "Notes": [
818                    "The BMC failed to communicate with the OCC and retried three times.",
819                    "The BMC requests that the OCC reset."
820                ]
821            }
822        },
823
824        {
825            "Name": "org.open_power.HardwareIsolation.Error",
826            "Subsystem": "cec_hardware",
827            "ComponentID": "0x3100",
828
829            "SRC":
830            {
831                "ReasonCode": "0x3101",
832                "Words6To9":
833                {
834                }
835            },
836
837            "Documentation":
838            {
839                "Description": "Failure occurred during hardware isolation operations",
840                "Message": "Failure occurred during hardware isolation operations",
841                "Notes": [
842                    "Severity needs to be set based on needs for this registry.",
843                    "Debug traces will be captured in AdditionalData section"
844                ]
845            }
846        },
847
848        {
849            "Name": "xyz.openbmc_project.State.Error.HostNotRunning",
850            "Subsystem": "cec_sp_hostboot_iface",
851            "ComponentID": "0x3400",
852            "SRC":
853            {
854                "ReasonCode": "0x3401",
855                "Words6To9":
856                {
857                }
858            },
859            "Documentation":
860            {
861                "Description": "Host was booting or booted before BMC reset but is now unresponsive",
862                "Message": "Host did not respond to BMC after a BMC reset but it was booting or booted prior to the BMC reboot",
863                "Notes": [
864                    "System will follow recovery policy, resulting in this ",
865                    "error and most likely a a reboot of the host. The issue ",
866                    "is most likely the result of the BMC rebooting while the ",
867                    "host was booting and in a state where it still needed ",
868                    "the BMC to complete its boot."
869                ]
870            }
871        },
872
873        {
874            "Name": "xyz.openbmc_project.State.ChassisPowerBad",
875            "Subsystem": "input_power_source",
876            "ComponentID": "0x3400",
877            "SRC":
878            {
879                "ReasonCode": "0x3402",
880                "Words6To9":
881                {
882                }
883            },
884            "Callouts": [
885                {
886                    "CalloutList": [{"Priority": "high", "Procedure": "next_level_support"}]
887                }
888            ],
889            "Documentation":
890            {
891                "Description": "Chassis input power is in a bad state",
892                "Message": "Chassis input power is in a bad state, look for other logs with more details",
893                "Notes": [
894                    "The system is most likely in a limited power situation. ",
895                    "There is enough power for the BMC to operate but not the ",
896                    "CEC hardware. Check for UPS or brownout logs."
897                ]
898            }
899        },
900
901        {
902            "Name": "xyz.openbmc_project.State.PinholeReset",
903            "Subsystem": "cec_op_panel",
904            "ComponentID": "0x3400",
905            "SRC":
906            {
907                "ReasonCode": "0x3403",
908                "Words6To9":
909                {
910                }
911            },
912            "Documentation":
913            {
914                "Description": "User initiated a pinhole reset via the op-panel",
915                "Message": "User initiated a pinhole reset via the op-panel",
916                "Notes": [
917                    "This is a notification log to record the fact that a ",
918                    "pinhole reset was performed on the BMC, resulting in a ",
919                    "hard reset of the BMC."
920                ]
921            }
922        },
923
924        {
925            "Name": "xyz.openbmc_project.State.Error.CriticalServiceFailure",
926            "Subsystem": "bmc_firmware",
927            "ComponentID": "0x3400",
928            "SRC":
929            {
930                "ReasonCode": "0x3404",
931                "Words6To9":
932                {
933                }
934            },
935            "Callouts": [
936                {
937                    "CalloutList": [{"Priority": "high", "Procedure": "next_level_support"}]
938                }
939            ],
940            "Documentation":
941            {
942                "Description": "A critical BMC application has failed on the system",
943                "Message": "A critical BMC application has failed on the system, the BMC is in an undefined state",
944                "Notes": [
945                    "As a part of generating this error log, a BMC dump has ",
946                    "also been generated. Please collect this dump if possible. ",
947                    "The BMC state is undefined but basic services could still ",
948                    "be available. Usually an AC cycle of the entire system is ",
949                    "the best recovery option from this error."
950                ]
951            }
952        },
953
954        {
955            "Name": "xyz.openbmc_project.State.Error.SecurityCheckFail",
956            "Subsystem": "bmc_firmware",
957            "ComponentID": "0x3400",
958            "SRC":
959            {
960                "ReasonCode": "0x3405",
961                "Words6To9":
962                {
963                }
964            },
965            "Callouts": [
966                {
967                    "CalloutList": [{"Priority": "high", "Procedure": "next_level_support"}]
968                }
969            ],
970            "Documentation":
971            {
972                "Description": "A firmware security check has failed",
973                "Message": "A firmware security check has failed, most likely something is not configured correctly",
974                "Notes": [
975                    "This log is only generated in the manufacturing ",
976                    "environment and it indicates that something has not ",
977                    "been configured correctly. Use the data in the PEL to ",
978                    "determine what that is."
979                ]
980            }
981        },
982
983        {
984            "Name": "xyz.openbmc_project.State.BMC.Error.MultiUserTargetFailure",
985            "Subsystem": "bmc_firmware",
986            "ComponentID": "0x3400",
987            "SRC":
988            {
989                "ReasonCode": "0x3406",
990                "Words6To9":
991                {
992                }
993            },
994            "Callouts": [
995                {
996                    "CalloutList": [{"Priority": "high", "Procedure": "next_level_support"}]
997                }
998            ],
999            "Documentation":
1000            {
1001                "Description": "The system has failed to reach BMC Ready state",
1002                "Message": "The system has failed to reach BMC Ready state, look for other errors",
1003                "Notes": [
1004                    "This log indicates a critical BMC application required ",
1005                    "for the BMC to reach Ready state has failed to start  ",
1006                    "successfully. Look in the log for other errors indicating ",
1007                    "what has failed."
1008                ]
1009            }
1010        },
1011
1012        {
1013            "Name": "xyz.openbmc_project.State.Chassis.Error.PowerOnFailure",
1014            "Subsystem": "bmc_firmware",
1015            "ComponentID": "0x3400",
1016            "SRC":
1017            {
1018                "ReasonCode": "0x3407",
1019                "Words6To9":
1020                {
1021                }
1022            },
1023            "Callouts": [
1024                {
1025                    "CalloutList": [{"Priority": "high", "Procedure": "next_level_support"}]
1026                }
1027            ],
1028            "Documentation":
1029            {
1030                "Description": "The system has failed to reach chassis power on state",
1031                "Message": "The system has failed to reach chassis power on state, look for other errors",
1032                "Notes": [
1033                    "This log indicates a critical BMC application required ",
1034                    "for the BMC to power on the chassis has failed to start  ",
1035                    "successfully. Look in the log for other errors indicating ",
1036                    "what has failed."
1037                ]
1038            }
1039        },
1040
1041        {
1042            "Name": "xyz.openbmc_project.State.Chassis.Error.PowerOffFailure",
1043            "Subsystem": "bmc_firmware",
1044            "ComponentID": "0x3400",
1045            "SRC":
1046            {
1047                "ReasonCode": "0x3408",
1048                "Words6To9":
1049                {
1050                }
1051            },
1052            "Callouts": [
1053                {
1054                    "CalloutList": [{"Priority": "high", "Procedure": "next_level_support"}]
1055                }
1056            ],
1057            "Documentation":
1058            {
1059                "Description": "The system has failed to reach chassis power off state",
1060                "Message": "The system has failed to reach chassis power off state, look for other errors",
1061                "Notes": [
1062                    "This log indicates a critical BMC application required ",
1063                    "for the BMC to power off the chassis has failed to start  ",
1064                    "successfully. Look in the log for other errors indicating ",
1065                    "what has failed."
1066                ]
1067            }
1068        },
1069
1070        {
1071            "Name": "xyz.openbmc_project.State.Host.Error.HostStartFailure",
1072            "Subsystem": "bmc_firmware",
1073            "ComponentID": "0x3400",
1074            "SRC":
1075            {
1076                "ReasonCode": "0x3409",
1077                "Words6To9":
1078                {
1079                }
1080            },
1081            "Callouts": [
1082                {
1083                    "CalloutList": [{"Priority": "high", "Procedure": "next_level_support"}]
1084                }
1085            ],
1086            "Documentation":
1087            {
1088                "Description": "The system has failed to start the host firmware",
1089                "Message": "The system has failed to start the host firmware, look for other errors",
1090                "Notes": [
1091                    "This log indicates a critical BMC application required ",
1092                    "for the BMC to start the host has failed to start  ",
1093                    "successfully. Look in the log for other errors indicating ",
1094                    "what has failed."
1095                ]
1096            }
1097        },
1098
1099        {
1100            "Name": "xyz.openbmc_project.State.Host.Error.HostStartMinFailure",
1101            "Subsystem": "bmc_firmware",
1102            "ComponentID": "0x3400",
1103            "SRC":
1104            {
1105                "ReasonCode": "0x3410",
1106                "Words6To9":
1107                {
1108                }
1109            },
1110            "Callouts": [
1111                {
1112                    "CalloutList": [{"Priority": "high", "Procedure": "next_level_support"}]
1113                }
1114            ],
1115            "Documentation":
1116            {
1117                "Description": "The system has failed to start the host firmware",
1118                "Message": "The system has failed to start the host firmware, look for other errors",
1119                "Notes": [
1120                    "This log indicates a critical BMC application required ",
1121                    "for the BMC to start the host has failed to start  ",
1122                    "successfully. Look in the log for other errors indicating ",
1123                    "what has failed."
1124                ]
1125            }
1126        },
1127
1128        {
1129            "Name": "xyz.openbmc_project.State.Host.Error.HostShutdownFailure",
1130            "Subsystem": "bmc_firmware",
1131            "ComponentID": "0x3400",
1132            "SRC":
1133            {
1134                "ReasonCode": "0x3411",
1135                "Words6To9":
1136                {
1137                }
1138            },
1139            "Callouts": [
1140                {
1141                    "CalloutList": [{"Priority": "high", "Procedure": "next_level_support"}]
1142                }
1143            ],
1144            "Documentation":
1145            {
1146                "Description": "The system has failed to shutdown the host firmware",
1147                "Message": "The system has failed to shutdown the host firmware, look for other errors",
1148                "Notes": [
1149                    "This log indicates a critical BMC application required ",
1150                    "to shutdown the host firmware has failed to start  ",
1151                    "successfully. Look in the log for other errors indicating ",
1152                    "what has failed."
1153                ]
1154            }
1155        },
1156
1157        {
1158            "Name": "xyz.openbmc_project.State.Host.Error.HostStopFailure",
1159            "Subsystem": "bmc_firmware",
1160            "ComponentID": "0x3400",
1161            "SRC":
1162            {
1163                "ReasonCode": "0x3412",
1164                "Words6To9":
1165                {
1166                }
1167            },
1168            "Callouts": [
1169                {
1170                    "CalloutList": [{"Priority": "high", "Procedure": "next_level_support"}]
1171                }
1172            ],
1173            "Documentation":
1174            {
1175                "Description": "The system has failed to stop the host firmware",
1176                "Message": "The system has failed to stop the host firmware, look for other errors",
1177                "Notes": [
1178                    "This log indicates a critical BMC application required ",
1179                    "to stop the host firmware has failed to start  ",
1180                    "successfully. Look in the log for other errors indicating ",
1181                    "what has failed."
1182                ]
1183            }
1184        },
1185
1186        {
1187            "Name": "xyz.openbmc_project.State.Host.Error.HostRebootFailure",
1188            "Subsystem": "bmc_firmware",
1189            "ComponentID": "0x3400",
1190            "SRC":
1191            {
1192                "ReasonCode": "0x3413",
1193                "Words6To9":
1194                {
1195                }
1196            },
1197            "Callouts": [
1198                {
1199                    "CalloutList": [{"Priority": "high", "Procedure": "next_level_support"}]
1200                }
1201            ],
1202            "Documentation":
1203            {
1204                "Description": "The system has failed to reboot the host firmware",
1205                "Message": "The system has failed to reboot the host firmware, look for other errors",
1206                "Notes": [
1207                    "This log indicates a critical BMC application required ",
1208                    "to reboot the host firmware has failed to start  ",
1209                    "successfully. Look in the log for other errors indicating ",
1210                    "what has failed."
1211                ]
1212            }
1213        },
1214
1215        {
1216            "Name": "xyz.openbmc_project.State.Error.HostQuiesce",
1217            "Subsystem": "bmc_firmware",
1218            "ComponentID": "0x3400",
1219            "SRC":
1220            {
1221                "ReasonCode": "0x3414",
1222                "Words6To9":
1223                {
1224                }
1225            },
1226            "Callouts": [
1227                {
1228                    "CalloutList": [{"Priority": "high", "Procedure": "next_level_support"}]
1229                }
1230            ],
1231            "Documentation":
1232            {
1233                "Description": "The host firmware has failed to boot",
1234                "Message": "The host firmware has failed to boot and has entered a Quiesce state. Look for other errors.",
1235                "Notes": [
1236                    "This log indicates that the host firmware has failed to ",
1237                    "boot and all retries have been exhausted. There should be  ",
1238                    "other logs with more details on the boot failure reason. "
1239                ]
1240            }
1241        },
1242
1243        {
1244            "Name": "org.open_power.Processor.Error.SbeChipOpFailure",
1245            "Subsystem": "processor_chip",
1246            "ComponentID": "0x3500",
1247
1248            "SRC":
1249            {
1250                "ReasonCode": "0x3500",
1251                "Words6To9":
1252                {
1253                    "6":
1254                    {
1255                        "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
1256                        "AdditionalDataPropSource": "SRC6"
1257                    }
1258                }
1259            },
1260
1261            "Documentation":
1262            {
1263                "Description": "chipop failure with SBE provided FFDC",
1264                "Message": "chipop request failure reported by SBE",
1265                "Notes": [
1266                    "The severity is set by the creator.",
1267                    "Callouts added based on SBE provided FFDC.",
1268                    "SBE provided additional debug data included as part of the",
1269                    "additional user data section."
1270                ]
1271            }
1272        },
1273
1274        {
1275            "Name": "org.open_power.Processor.Error.SbeChipOpTimeout",
1276            "Subsystem": "processor_chip",
1277            "ComponentID": "0x3500",
1278
1279            "SRC":
1280            {
1281                "ReasonCode": "0x3501",
1282                "Words6To9":
1283                {
1284                    "6":
1285                    {
1286                        "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
1287                        "AdditionalDataPropSource": "SRC6"
1288                    }
1289                }
1290            },
1291
1292            "Callouts": [
1293                {
1294                    "CalloutList": [
1295                        { "Priority": "high", "Procedure": "next_level_support" }
1296                    ]
1297                }
1298            ],
1299
1300            "Documentation":
1301            {
1302                "Description": "SBE chipop timeout",
1303                "Message": "chipop timeout reported during SBE communication",
1304                "Notes": [
1305                    "The severity is set by the creator.",
1306                    "Check SBE Dump associated to this error to debug the failure."
1307                ]
1308            }
1309        },
1310
1311        {
1312            "Name": "org.open_power.Processor.Error.SbeChipOpInvalidState",
1313            "Subsystem": "processor_chip",
1314            "ComponentID": "0x3500",
1315
1316            "SRC":
1317            {
1318                "ReasonCode": "0x3502",
1319                "Words6To9":
1320                {
1321                    "6":
1322                    {
1323                        "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
1324                        "AdditionalDataPropSource": "SRC6"
1325                    },
1326                    "7":
1327                    {
1328                        "Description": "Value of SBE state",
1329                        "AdditionalDataPropSource": "SRC7"
1330                    }
1331                }
1332            },
1333
1334            "Documentation":
1335            {
1336                "Description": "The SBE on this processor is not in a state where chipOps can be issued",
1337                "Message": "SBE Chipop is not allowed due to invalid SBE state ",
1338                "Notes": [
1339                    "The severity is set by the creator."
1340                ]
1341            }
1342        },
1343
1344        {
1345            "Name": "org.open_power.Processor.Error.SbeBootFailure",
1346            "Subsystem": "processor_chip",
1347            "ComponentID": "0x3500",
1348            "ActionFlags": [ "service_action", "report", "call_home" ],
1349
1350            "SRC":
1351            {
1352                "ReasonCode": "0x3503",
1353                "Words6To9":
1354                {
1355                    "6":
1356                    {
1357                        "Description": "[0:15] chip position",
1358                        "AdditionalDataPropSource": "SRC6"
1359                    }
1360                }
1361            },
1362
1363            "Documentation":
1364            {
1365                "Description": "Boot failure with SBE provided FFDC",
1366                "Message": "Boot failure reported by SBE",
1367                "Notes": [
1368                    "The severity is set by the creator.",
1369                    "Callouts added based on SBE provided FFDC.",
1370                    "SBE provided additional debug data included as part of the",
1371                    "additional user data section."
1372                ]
1373            }
1374        },
1375
1376        {
1377            "Name": "org.open_power.Processor.Error.SbeBootTimeout",
1378            "Subsystem": "processor_chip",
1379            "ComponentID": "0x3500",
1380
1381            "SRC":
1382            {
1383                "ReasonCode": "0x3504",
1384                "Words6To9":
1385                {
1386                }
1387            },
1388
1389            "Callouts": [
1390                {
1391                    "System": "ibm,rainier",
1392                    "CalloutList": [
1393                        {
1394                            "Priority": "low",
1395                            "LocCode": "P0"
1396                        },
1397                        {
1398                            "Priority": "low",
1399                            "LocCode": "P0-C22"
1400                        }
1401                    ]
1402                },
1403                {
1404                    "System": "ibm,everest",
1405                    "CalloutList": [
1406                        {
1407                            "Priority": "low",
1408                            "LocCode": "P0"
1409                        },
1410                        {
1411                            "Priority": "low",
1412                            "LocCode": "P0-C96"
1413                        }
1414                    ]
1415                }
1416            ],
1417
1418            "Documentation":
1419            {
1420                "Description": "SBE Boot timeout",
1421                "Message": "timeout reported during SBE boot process",
1422                "Notes": [
1423                    "The severity is set by the creator.",
1424                    "Check SBE Dump associated to this error to debug the failure."
1425                ]
1426            }
1427        },
1428
1429        {
1430            "Name": "org.open_power.Attn.Error.Terminate",
1431            "Subsystem": "cec_hardware",
1432            "Severity": "non_error",
1433
1434            "SRC":
1435            {
1436                "ReasonCode": "0xD138",
1437                "SymptomIDFields": [ "SRCWord3", "SRCWord4", "SRCWord5", "SRCWord6", "SRCWord7", "SRCWord8", "SRCWord9" ],
1438                "Words6To9":
1439                {
1440                }
1441            },
1442
1443            "Documentation":
1444            {
1445                "Description": "Status shows TI special attention active",
1446                "Message": "TI special attention detected",
1447                "Notes": [
1448                    "This entry is for any TI special attention event ",
1449                    "reported by the attention handler component"
1450                ]
1451            }
1452        },
1453
1454        {
1455            "Name": "org.open_power.Attn.Error.Fail",
1456            "Subsystem": "bmc_firmware",
1457            "Severity": "unrecoverable_loss_of_function",
1458
1459            "SRC":
1460            {
1461                "ReasonCode": "0xD13E",
1462                "Words6To9":
1463                {
1464                    "6":
1465                    {
1466                        "Description": "Error code from attention handler",
1467                        "AdditionalDataPropSource": "ERROR_CODE"
1468                    }
1469                }
1470            },
1471            "Documentation":
1472            {
1473                "Description": "The attention handler encountered an error",
1474                "MessageArgSources" : ["SRCWord6"],
1475                "Message": "Attention handler error %1",
1476                "Notes": [
1477                    "Attention handler will provide error code"
1478                ]
1479            }
1480        },
1481
1482        {
1483            "Name": "org.open_power.Attn.Error.Vital",
1484            "Subsystem": "processor_chip",
1485            "Severity": "critical",
1486
1487            "SRC":
1488            {
1489                "ReasonCode": "0xD16D",
1490                "Words6To9":
1491                {
1492                }
1493            },
1494
1495            "Documentation":
1496            {
1497                "Description": "Status shows SBE vital attention active",
1498                "Message": "SBE vital attention detected",
1499                "Notes": [
1500                    "This entry is for any SBE vital attention event ",
1501                    "reported by the attention handler component"
1502                ]
1503            }
1504        },
1505
1506        {
1507            "Name": "org.open_power.HwDiags.Error.Checkstop",
1508            "PossibleSubsystems": [
1509                "processor", "processor_fru", "processor_unit", "processor_bus",
1510                "memory_ctlr", "memory_bus", "memory_dimm", "memory_fru",
1511                "phb", "cec_hardware", "cec_clocks", "cec_tod", "others"
1512            ],
1513            "Severity": "unrecoverable",
1514            "ActionFlags": [ "service_action", "report", "call_home" ],
1515
1516            "SRC":
1517            {
1518                "ReasonCode": "0xE510",
1519                "SymptomIDFields": [ "SRCWord6", "SRCWord7", "SRCWord8" ],
1520                "Words6To9":
1521                {
1522                    "6":
1523                    {
1524                        "AdditionalDataPropSource": "SRC6"
1525                    },
1526                    "7":
1527                    {
1528                        "AdditionalDataPropSource": "SRC7"
1529                    },
1530                    "8":
1531                    {
1532                        "AdditionalDataPropSource": "SRC8"
1533                    }
1534                }
1535            },
1536
1537            "Documentation":
1538            {
1539                "Description": "A system checkstop attention has occurred",
1540                "MessageArgSources" : [ "SRCWord6", "SRCWord7", "SRCWord8" ],
1541                "Message": "Error Signature: %1 %2 %3"
1542            }
1543        },
1544
1545        {
1546            "Name": "org.open_power.HwDiags.Error.Predictive",
1547            "PossibleSubsystems": [
1548                "processor", "processor_fru", "processor_unit", "processor_bus",
1549                "memory_ctlr", "memory_bus", "memory_dimm", "memory_fru",
1550                "phb", "cec_hardware", "cec_clocks", "cec_tod", "others"
1551            ],
1552            "Severity": "predictive",
1553            "ActionFlags": [ "service_action", "report", "call_home" ],
1554
1555            "SRC":
1556            {
1557                "ReasonCode": "0xE511",
1558                "SymptomIDFields": [ "SRCWord6", "SRCWord7", "SRCWord8" ],
1559                "Words6To9":
1560                {
1561                    "6":
1562                    {
1563                        "AdditionalDataPropSource": "SRC6"
1564                    },
1565                    "7":
1566                    {
1567                        "AdditionalDataPropSource": "SRC7"
1568                    },
1569                    "8":
1570                    {
1571                        "AdditionalDataPropSource": "SRC8"
1572                    }
1573                }
1574            },
1575
1576            "Documentation":
1577            {
1578                "Description": "A hardware attention requiring service has occurred",
1579                "MessageArgSources" : [ "SRCWord6", "SRCWord7", "SRCWord8" ],
1580                "Message": "Error Signature: %1 %2 %3"
1581            }
1582        },
1583
1584        {
1585            "Name": "org.open_power.HwDiags.Error.Informational",
1586            "PossibleSubsystems": [
1587                "processor", "processor_fru", "processor_unit", "processor_bus",
1588                "memory_ctlr", "memory_bus", "memory_dimm", "memory_fru",
1589                "phb", "cec_hardware", "cec_clocks", "cec_tod", "others"
1590            ],
1591            "Severity": "non_error",
1592            "ActionFlags": [ "hidden", "dont_report" ],
1593
1594            "SRC":
1595            {
1596                "ReasonCode": "0xE512",
1597                "SymptomIDFields": [ "SRCWord6", "SRCWord7", "SRCWord8" ],
1598                "Words6To9":
1599                {
1600                    "6":
1601                    {
1602                        "AdditionalDataPropSource": "SRC6"
1603                    },
1604                    "7":
1605                    {
1606                        "AdditionalDataPropSource": "SRC7"
1607                    },
1608                    "8":
1609                    {
1610                        "AdditionalDataPropSource": "SRC8"
1611                    }
1612                }
1613            },
1614
1615            "Documentation":
1616            {
1617                "Description": "Manual analysis was initiated via the command line. FFDC only.",
1618                "MessageArgSources" : [ "SRCWord6", "SRCWord7", "SRCWord8" ],
1619                "Message": "Error Signature: %1 %2 %3"
1620            }
1621        },
1622
1623        {
1624            "Name": "xyz.openbmc_project.Power.PowerSupply.Error.InputFault",
1625            "Subsystem": "power_supply",
1626            "ActionFlags": ["service_action", "report"],
1627            "ComponentID": "0x2700",
1628
1629            "SRC": {
1630                "Type": "11",
1631                "ReasonCode": "0x15F0",
1632                "Words6To9": {}
1633            },
1634
1635            "Callouts": [
1636                {
1637                    "CalloutList": [
1638                        { "Priority": "high", "SymbolicFRU": "pwrsply" }
1639                    ]
1640                }
1641            ],
1642
1643            "Documentation": {
1644                "Description": "Power Supply input power fault",
1645                "Message": "A power supply has indicated an input or under voltage condition.",
1646                "Notes": [
1647                    "Check the power supply cabling and/or input power ",
1648                    "source. The PWRSPLY procedure is used rather than ",
1649                    "calling out a location code, as typically these faults ",
1650                    "are related to the supplied power, the cable, or the ",
1651                    "cable connectors. If the input fault resolves down to an ",
1652                    "issue with the power supply itself, the power supply ",
1653                    "indicating this input fault should be called out. Add the ",
1654                    "CALLOUT_INVENTORY_PATH to the additional data, and set the",
1655                    "CALLOUT_PRIORITY to something other than high."
1656                ]
1657            }
1658        },
1659
1660        {
1661            "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Fault",
1662            "Subsystem": "power_supply",
1663            "ActionFlags": ["service_action", "report", "call_home"],
1664            "ComponentID": "0x2700",
1665
1666            "SRC": {
1667                "Type": "11",
1668                "ReasonCode": "0x15F1",
1669                "Words6To9": {}
1670            },
1671
1672            "Callouts": [
1673                {
1674                    "CalloutList": [
1675                        { "Priority": "medium", "SymbolicFRU": "pwrsply" }
1676                    ]
1677                }
1678            ],
1679
1680            "Documentation": {
1681                "Description": "Power Supply power fault",
1682                "Message": "The power supply detected a fault condition, see AdditionalData for further details.",
1683                "Notes": [
1684                    "The power supply reporting the fault should be called ",
1685                    "out using the CALLOUT_INVENTORY_PATH keyword. Include ",
1686                    "specific fault, STATUS_* details, and code level in the ",
1687                    "AdditionalData section."
1688                ]
1689            }
1690        },
1691
1692        {
1693            "Name": "xyz.openbmc_project.Power.PowerSupply.Error.CommFault",
1694            "Subsystem": "power_supply",
1695            "ActionFlags": ["service_action", "report", "call_home"],
1696            "ComponentID": "0x2700",
1697
1698            "SRC": {
1699                "Type": "11",
1700                "ReasonCode": "0x15F2",
1701                "Words6To9": {}
1702            },
1703
1704            "Callouts": [
1705                {
1706                    "CalloutList": [
1707                        { "Priority": "medium", "SymbolicFRU": "pwrsply" }
1708                    ]
1709                }
1710            ],
1711
1712            "Documentation": {
1713                "Description": "Power Supply non-power fault",
1714                "Message": "A communication failure occurred talking to the power supply",
1715                "Notes": [
1716                    "Communication problems with the power supply could be ",
1717                    "the power supply, or any hardware between it and the ",
1718                    "BMC. Reporting the error should be passing in a call ",
1719                    "out using CALLOUT_DEVICE_PATH."
1720                ]
1721            }
1722        },
1723
1724        {
1725            "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Missing",
1726            "Subsystem": "power_supply",
1727            "ActionFlags": ["service_action", "report", "call_home"],
1728            "ComponentID": "0x2700",
1729
1730            "SRC": {
1731                "Type": "11",
1732                "ReasonCode": "0x15F6",
1733                "Words6To9": {}
1734            },
1735
1736            "Callouts": [
1737                {
1738                    "CalloutList": [
1739                        {
1740                            "Priority": "high",
1741                            "SymbolicFRUTrusted": "pwrsply",
1742                            "UseInventoryLocCode": true
1743                        }
1744                    ]
1745                }
1746            ],
1747
1748            "Documentation": {
1749                "Description": "Power Supply is missing",
1750                "Message": "A power supply that should be present is missing",
1751                "Notes": [
1752                    "The CalloutList should use the PWRSPLY symbolic FRU ",
1753                    "with the trusted location code property.  The ",
1754                    "location code in this callout is obtained from ",
1755                    "the passed in CALLOUT_INVENTORY_PATH value."
1756                ]
1757            }
1758        },
1759
1760        {
1761            "Name": "xyz.openbmc_project.Power.PowerSupply.Error.NotSupported",
1762            "Subsystem": "power_supply",
1763            "ActionFlags": ["service_action", "report", "call_home"],
1764            "ComponentID": "0x2700",
1765
1766            "SRC": {
1767                "Type": "11",
1768                "ReasonCode": "0x15F7",
1769                "Words6To9": {}
1770            },
1771
1772            "Callouts": [
1773                {
1774                    "CalloutList": [
1775                        { "Priority": "medium", "SymbolicFRU": "pwrsply" }
1776                    ]
1777                }
1778            ],
1779
1780            "Documentation": {
1781                "Description": "Power Supply configuration is not supported",
1782                "Message": "The power supply configuration is not supported",
1783                "Notes": [
1784                    "The combination of power supplies detected in the ",
1785                    "system is not supported. This could be caused by ",
1786                    "mismatched models, less than expected number of power ",
1787                    "supplies, or other unsupported characteristics."
1788                ]
1789            }
1790        },
1791
1792        {
1793            "Name": "xyz.openbmc_project.Power.PowerSupply.Error.FanFault",
1794            "Subsystem": "power_supply",
1795            "ActionFlags": ["service_action", "report", "call_home"],
1796            "ComponentID": "0x2700",
1797
1798            "SRC": {
1799                "Type": "11",
1800                "ReasonCode": "0x15FF",
1801                "Words6To9": {}
1802            },
1803
1804            "Callouts": [
1805                {
1806                    "CalloutList": [
1807                        { "Priority": "medium", "SymbolicFRU": "pwrsply" }
1808                    ]
1809                }
1810            ],
1811
1812            "Documentation": {
1813                "Description": "Power Supply fan fault",
1814                "Message": "A power supply indicated a fan fault has occurred",
1815                "Notes": [
1816                    "The power supply reporting the fault should be called ",
1817                    "out using the CALLOUT_INVENTORY_PATH keyword. Include ",
1818                    "specific fault, STATUS_* details, and code level in the ",
1819                    "AdditionalData section."
1820                ]
1821            }
1822        },
1823
1824        {
1825            "Name": "xyz.openbmc_project.Power.PowerSupply.Error.IoutOCFault",
1826            "Subsystem": "power_supply",
1827            "ActionFlags": ["service_action", "report", "call_home"],
1828            "ComponentID": "0x2700",
1829
1830            "SRC": {
1831                "Type": "11",
1832                "ReasonCode": "0x1B01",
1833                "Words6To9": {}
1834            },
1835
1836            "Callouts": [
1837                {
1838                    "CalloutList": [
1839                        { "Priority": "high", "Procedure": "power_overcurrent" }
1840                    ]
1841                }
1842            ],
1843
1844            "Documentation": {
1845                "Description": "Power Supply output over-current power fault",
1846                "Message": "A power supply has indicated an output over-current condition."
1847            }
1848        },
1849
1850        {
1851            "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Blackout",
1852            "Subsystem": "power",
1853            "ActionFlags": [ "report", "service_action" ],
1854            "ComponentID": "0x2700",
1855
1856            "SRC":
1857            {
1858                "Type": "11",
1859                "ReasonCode": "0x00AC",
1860                "Words6To9": {}
1861            },
1862
1863            "Callouts": [
1864                {
1865                    "CalloutList": [
1866                        { "Priority": "high", "SymbolicFRU": "ac_module"}
1867                    ]
1868                }
1869            ],
1870
1871            "Documentation": {
1872                "Description": "Input power was lost while the system was powered on.",
1873                "Message": "Input power was lost while the system was powered on.",
1874                "Notes": [
1875                    "Input power was lost while system powered on.",
1876                    "The CalloutList should use the ACMODUL symbolic FRU."
1877                ]
1878            }
1879        },
1880
1881        {
1882           "Name": "xyz.openbmc_project.Power.PowerSupply.Error.PSKillFault",
1883            "Subsystem": "power_supply",
1884            "ActionFlags": ["service_action", "report", "call_home"],
1885            "ComponentID": "0x2700",
1886
1887            "SRC": {
1888                "Type": "11",
1889                "ReasonCode": "0x2500",
1890                "Words6To9": {}
1891            },
1892
1893            "Callouts": [
1894                {
1895                    "CalloutList": [
1896                        { "Priority": "high", "Procedure": "power_overcurrent" }
1897                    ]
1898                }
1899            ],
1900
1901            "Documentation": {
1902                "Description": "A power supply fault is potentially preventing the power supply from allowing the system to power on.",
1903                "Message": "Power supply PSKill_fault",
1904                "Notes": [
1905                ]
1906            }
1907        },
1908
1909        {
1910            "Name": "xyz.openbmc_project.Power.Error.Shutdown",
1911            "Subsystem": "power_sequencer",
1912            "ComponentID": "0x2700",
1913
1914            "SRC": {
1915                "Type": "11",
1916                "ReasonCode": "0x2600",
1917                "Words6To9": {}
1918            },
1919
1920            "Callouts": [
1921                {
1922                    "CalloutList": [
1923                        { "Priority": "high", "SymbolicFRU": "pgood_part" }
1924                    ]
1925                }
1926            ],
1927
1928            "Documentation": {
1929                "Description": "A power off was issued because a power fault was detected",
1930                "Message": "A power off was issued because a power fault was detected",
1931                "Notes": [
1932                ]
1933            }
1934        },
1935
1936        {
1937            "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Regulator",
1938            "Subsystem": "power_control_hw",
1939            "Severity": "critical_system_term",
1940            "ComponentID": "0x2700",
1941
1942            "SRC": {
1943                "Type": "11",
1944                "ReasonCode": "0x2602",
1945                "Words6To9": {}
1946            },
1947
1948            "Callouts": [
1949                {
1950                    "System": "ibm,rainier",
1951                    "CalloutList": [
1952                        {
1953                            "Priority": "high",
1954                            "LocCode": "P0-C5"
1955                        },
1956                        {
1957                            "Priority": "medium",
1958                            "LocCode": "P0"
1959                        }
1960                    ]
1961                },
1962                {
1963                    "System": "ibm,everest",
1964                    "CalloutList": [
1965                        {
1966                            "Priority": "high",
1967                            "LocCode": "P0-C59"
1968                        },
1969                        {
1970                            "Priority": "medium",
1971                            "LocCode": "P0"
1972                        }
1973                    ]
1974                }
1975            ],
1976
1977            "Documentation": {
1978                "Description": "A power off was issued because a regulator for standby power faulted",
1979                "Message": "A power off was issued because a regulator for standby power faulted",
1980                "Notes": [
1981                ]
1982            }
1983        },
1984
1985        {
1986            "Name": "xyz.openbmc_project.Power.Error.PowerSequencerPGOODFault",
1987            "Subsystem": "power_sequencer",
1988            "ComponentID": "0x2700",
1989
1990            "SRC": {
1991                "Type": "11",
1992                "ReasonCode": "0x2610",
1993                "Words6To9": {}
1994            },
1995
1996            "CalloutsUsingAD": {
1997                "ADName": "INPUT_NAME", "CalloutsWithTheirADValues": [
1998                    {
1999                        "ADValue": "PCIE_SLOT0", "Callouts": [
2000                            {
2001                                "CalloutList": [
2002                                    { "Priority": "high", "LocCode": "P0-C0" },
2003                                    { "Priority": "medium", "LocCode": "P0" }
2004                                ]
2005                            }
2006                        ]
2007                    },
2008                    {
2009                        "ADValue": "PCIE_SLOT1", "Callouts": [
2010                            {
2011                                "CalloutList": [
2012                                    { "Priority": "high", "LocCode": "P0-C1" },
2013                                    { "Priority": "medium", "LocCode": "P0" }
2014                                ]
2015                            }
2016                        ]
2017                    },
2018                    {
2019                        "ADValue": "PCIE_SLOT2", "Callouts": [
2020                            {
2021                                "CalloutList": [
2022                                    { "Priority": "high", "LocCode": "P0-C2" },
2023                                    { "Priority": "medium", "LocCode": "P0" }
2024                                ]
2025                            }
2026                        ]
2027                    },
2028                    {
2029                        "ADValue": "PCIE_SLOT3", "Callouts": [
2030                            {
2031                                "CalloutList": [
2032                                    { "Priority": "high", "LocCode": "P0-C3" },
2033                                    { "Priority": "medium", "LocCode": "P0" }
2034                                ]
2035                            }
2036                        ]
2037                    },
2038                    {
2039                        "ADValue": "PCIE_SLOT4", "Callouts": [
2040                            {
2041                                "CalloutList": [
2042                                    { "Priority": "high", "LocCode": "P0-C4" },
2043                                    { "Priority": "medium", "LocCode": "P0" }
2044                                ]
2045                            }
2046                        ]
2047                    },
2048                    {
2049                        "ADValue": "PCIE_SLOT5", "Callouts": [
2050                            {
2051                                "CalloutList": [
2052                                    { "Priority": "high", "LocCode": "P0-C5" },
2053                                    { "Priority": "medium", "LocCode": "P0" }
2054                                ]
2055                            }
2056                        ]
2057                    },
2058                    {
2059                        "ADValue": "PCIE_SLOT6", "Callouts": [
2060                            {
2061                                "CalloutList": [
2062                                    { "Priority": "high", "LocCode": "P0-C6" },
2063                                    { "Priority": "medium", "LocCode": "P0" }
2064                                ]
2065                            }
2066                        ]
2067                    },
2068                    {
2069                        "ADValue": "PCIE_SLOT7", "Callouts": [
2070                            {
2071                                "CalloutList": [
2072                                    { "Priority": "high", "LocCode": "P0-C7" },
2073                                    { "Priority": "medium", "LocCode": "P0" }
2074                                ]
2075                            }
2076                        ]
2077                    },
2078                    {
2079                        "ADValue": "PCIE_SLOT8", "Callouts": [
2080                            {
2081                                "CalloutList": [
2082                                    { "Priority": "high", "LocCode": "P0-C8" },
2083                                    { "Priority": "medium", "LocCode": "P0" }
2084                                ]
2085                            }
2086                        ]
2087                    },
2088                    {
2089                        "ADValue": "PCIE_SLOT9", "Callouts": [
2090                            {
2091                                "CalloutList": [
2092                                    { "Priority": "high", "LocCode": "P0-C9" },
2093                                    { "Priority": "medium", "LocCode": "P0" }
2094                                ]
2095                            }
2096                        ]
2097                    },
2098                    {
2099                        "ADValue": "PCIE_SLOT10", "Callouts": [
2100                            {
2101                                "CalloutList": [
2102                                    { "Priority": "high", "LocCode": "P0-C10" },
2103                                    { "Priority": "medium", "LocCode": "P0" }
2104                                ]
2105                            }
2106                        ]
2107                    },
2108                    {
2109                        "ADValue": "PCIE_SLOT11", "Callouts": [
2110                            {
2111                                "CalloutList": [
2112                                    { "Priority": "high", "LocCode": "P0-C11" },
2113                                    { "Priority": "medium", "LocCode": "P0" }
2114                                ]
2115                            }
2116                        ]
2117                    },
2118                    {
2119                        "ADValue": "PGOOD_12A", "Callouts": [
2120                            {
2121                                "CalloutList": [
2122                                    { "Priority": "high", "SymbolicFRU": "pgood_part" }
2123                                ]
2124                            }
2125                        ]
2126                    },
2127                    {
2128                        "ADValue": "PGOOD_12B", "Callouts": [
2129                            {
2130                                "CalloutList": [
2131                                    { "Priority": "high", "SymbolicFRU": "pgood_part" }
2132                                ]
2133                            }
2134                        ]
2135                    },
2136                    {
2137                        "ADValue": "PGOOD_12C", "Callouts": [
2138                            {
2139                                "CalloutList": [
2140                                    { "Priority": "high", "SymbolicFRU": "pgood_part" }
2141                                ]
2142                            }
2143                        ]
2144                    },
2145                    {
2146                        "ADValue": "PGOOD_12D", "Callouts": [
2147                            {
2148                                "CalloutList": [
2149                                    { "Priority": "high", "SymbolicFRU": "pgood_part" }
2150                                ]
2151                            }
2152                        ]
2153                    },
2154                    {
2155                        "ADValue": "PGOOD_12L", "Callouts": [
2156                            {
2157                                "CalloutList": [
2158                                    { "Priority": "high", "SymbolicFRU": "pgood_part" }
2159                                ]
2160                            }
2161                        ]
2162                    },
2163                    {
2164                        "ADValue": "PGOOD_12M", "Callouts": [
2165                            {
2166                                "CalloutList": [
2167                                    { "Priority": "high", "SymbolicFRU": "pgood_part" }
2168                                ]
2169                            }
2170                        ]
2171                    },
2172                    {
2173                        "ADValue": "PGOOD_12N", "Callouts": [
2174                            {
2175                                "CalloutList": [
2176                                    { "Priority": "high", "SymbolicFRU": "pgood_part" }
2177                                ]
2178                            }
2179                        ]
2180                    },
2181                    {
2182                        "ADValue": "PGOOD_12P", "Callouts": [
2183                            {
2184                                "CalloutList": [
2185                                    { "Priority": "high", "SymbolicFRU": "pgood_part" }
2186                                ]
2187                            }
2188                        ]
2189                    },
2190                    {
2191                        "ADValue": "PGOOD_12PCIE", "Callouts": [
2192                            {
2193                                "CalloutList": [
2194                                    { "Priority": "high", "SymbolicFRU": "pgood_part" }
2195                                ]
2196                            }
2197                        ]
2198                    },
2199                    {
2200                        "ADValue": "PGOOD_12Q", "Callouts": [
2201                            {
2202                                "CalloutList": [
2203                                    { "Priority": "high", "SymbolicFRU": "pgood_part" }
2204                                ]
2205                            }
2206                        ]
2207                    },
2208                    {
2209                        "ADValue": "PGOOD_12R", "Callouts": [
2210                            {
2211                                "CalloutList": [
2212                                    { "Priority": "high", "SymbolicFRU": "pgood_part" }
2213                                ]
2214                            }
2215                        ]
2216                    },
2217                    {
2218                        "ADValue": "PGOOD_VDN_DCM0", "Callouts": [
2219                            {
2220                                "CalloutList": [
2221                                    { "Priority": "high", "LocCode": "P0-C14" },
2222                                    { "Priority": "medium", "LocCode": "P0-C15" },
2223                                    { "Priority": "low", "LocCode": "P0" }
2224                                ]
2225                            }
2226                        ]
2227                    },
2228                    {
2229                        "ADValue": "PGOOD_VDN_DCM1", "Callouts": [
2230                            {
2231                                "CalloutList": [
2232                                    { "Priority": "high", "LocCode": "P0-C23" },
2233                                    { "Priority": "medium", "LocCode": "P0-C24" },
2234                                    { "Priority": "low", "LocCode": "P0" }
2235                                ]
2236                            }
2237                        ]
2238                    },
2239                    {
2240                        "ADValue": "PGOOD_VCS_DCM0", "Callouts": [
2241                            {
2242                                "CalloutList": [
2243                                    { "Priority": "high", "LocCode": "P0-C14" },
2244                                    { "Priority": "medium", "LocCode": "P0-C15" },
2245                                    { "Priority": "low", "LocCode": "P0" }
2246                                ]
2247                            }
2248                        ]
2249                    },
2250                    {
2251                        "ADValue": "PGOOD_VCS_DCM1", "Callouts": [
2252                            {
2253                                "CalloutList": [
2254                                    { "Priority": "high", "LocCode": "P0-C23" },
2255                                    { "Priority": "medium", "LocCode": "P0-C24" },
2256                                    { "Priority": "low", "LocCode": "P0" }
2257                                ]
2258                            }
2259                        ]
2260                    },
2261                    {
2262                        "ADValue": "PGOOD_VIO_DCM0", "Callouts": [
2263                            {
2264                                "CalloutList": [
2265                                    { "Priority": "high", "LocCode": "P0-C14" },
2266                                    { "Priority": "medium", "LocCode": "P0-C15" },
2267                                    { "Priority": "low", "LocCode": "P0" }
2268                                ]
2269                            }
2270                        ]
2271                    },
2272                    {
2273                        "ADValue": "PGOOD_VIO_DCM1", "Callouts": [
2274                            {
2275                                "CalloutList": [
2276                                    { "Priority": "high", "LocCode": "P0-C23" },
2277                                    { "Priority": "medium", "LocCode": "P0-C24" },
2278                                    { "Priority": "low", "LocCode": "P0" }
2279                                ]
2280                            }
2281                        ]
2282                    },
2283                    {
2284                        "ADValue": "PGOOD_VPCIE_DCM0", "Callouts": [
2285                            {
2286                                "CalloutList": [
2287                                    { "Priority": "high", "LocCode": "P0-C14" },
2288                                    { "Priority": "medium", "LocCode": "P0-C15" },
2289                                    { "Priority": "low", "LocCode": "P0" }
2290                                ]
2291                            }
2292                        ]
2293                    },
2294                    {
2295                        "ADValue": "PGOOD_VPCIE_DCM1", "Callouts": [
2296                            {
2297                                "CalloutList": [
2298                                    { "Priority": "high", "LocCode": "P0-C23" },
2299                                    { "Priority": "medium", "LocCode": "P0-C24" },
2300                                    { "Priority": "low", "LocCode": "P0" }
2301                                ]
2302                            }
2303                        ]
2304                    },
2305                    {
2306                        "ADValue": "CP0_VPCIE", "Callouts": [
2307                            {
2308                                "CalloutList": [
2309                                    { "Priority": "high", "LocCode": "P0-C58" },
2310                                    { "Priority": "medium", "LocCode": "P0-C61" },
2311                                    { "Priority": "low", "LocCode": "P0" }
2312                                ]
2313                            }
2314                        ]
2315                    },
2316                    {
2317                        "ADValue": "CP1_VPCIE", "Callouts": [
2318                            {
2319                                "CalloutList": [
2320                                    { "Priority": "high", "LocCode": "P0-C16" },
2321                                    { "Priority": "medium", "LocCode": "P0-C14" },
2322                                    { "Priority": "low", "LocCode": "P0" }
2323                                ]
2324                            }
2325                        ]
2326                    },
2327                    {
2328                        "ADValue": "CP2_VPCIE", "Callouts": [
2329                            {
2330                                "CalloutList": [
2331                                    { "Priority": "high", "LocCode": "P0-C16" },
2332                                    { "Priority": "medium", "LocCode": "P0-C19" },
2333                                    { "Priority": "low", "LocCode": "P0" }
2334                                ]
2335                            }
2336                        ]
2337                    },
2338                    {
2339                        "ADValue": "CP3_VPCIE", "Callouts": [
2340                            {
2341                                "CalloutList": [
2342                                    { "Priority": "high", "LocCode": "P0-C58" },
2343                                    { "Priority": "medium", "LocCode": "P0-C56" },
2344                                    { "Priority": "low", "LocCode": "P0" }
2345                                ]
2346                            }
2347                        ]
2348                    },
2349                    {
2350                        "ADValue": "5.0V_USB_front", "Callouts": [
2351                            {
2352                                "CalloutList": [
2353                                    { "Priority": "high", "SymbolicFRU": "usb_pgood" },
2354                                    { "Priority": "low", "LocCode": "P1" },
2355                                    { "Priority": "low", "LocCode": "P0" }
2356                                ]
2357                            }
2358                        ]
2359                    },
2360                    {
2361                        "ADValue": "CP0_VDN", "Callouts": [
2362                            {
2363                                "CalloutList": [
2364                                    { "Priority": "high", "LocCode": "P0-C63" },
2365                                    { "Priority": "medium", "LocCode": "P0-C61" },
2366                                    { "Priority": "low", "LocCode": "P0" }
2367                                ]
2368                            }
2369                        ]
2370                    },
2371                    {
2372                        "ADValue": "CP1_VDN", "Callouts": [
2373                            {
2374                                "CalloutList": [
2375                                    { "Priority": "high", "LocCode": "P0-C12" },
2376                                    { "Priority": "medium", "LocCode": "P0-C14" },
2377                                    { "Priority": "low", "LocCode": "P0" }
2378                                ]
2379                            }
2380                        ]
2381                    },
2382                    {
2383                        "ADValue": "CP2_VDN", "Callouts": [
2384                            {
2385                                "CalloutList": [
2386                                    { "Priority": "high", "LocCode": "P0-C21" },
2387                                    { "Priority": "medium", "LocCode": "P0-C19" },
2388                                    { "Priority": "low", "LocCode": "P0" }
2389                                ]
2390                            }
2391                        ]
2392                    },
2393                    {
2394                        "ADValue": "CP3_VDN", "Callouts": [
2395                            {
2396                                "CalloutList": [
2397                                    { "Priority": "high", "LocCode": "P0-C54" },
2398                                    { "Priority": "medium", "LocCode": "P0-C56" },
2399                                    { "Priority": "low", "LocCode": "P0" }
2400                                ]
2401                            }
2402                        ]
2403                    },
2404                    {
2405                        "ADValue": "CP0_VIO", "Callouts": [
2406                            {
2407                                "CalloutList": [
2408                                    { "Priority": "high", "LocCode": "P0-C63" },
2409                                    { "Priority": "medium", "LocCode": "P0-C61" },
2410                                    { "Priority": "low", "LocCode": "P0" }
2411                                ]
2412                            }
2413                        ]
2414                    },
2415                    {
2416                        "ADValue": "CP1_VIO", "Callouts": [
2417                            {
2418                                "CalloutList": [
2419                                    { "Priority": "high", "LocCode": "P0-C12" },
2420                                    { "Priority": "medium", "LocCode": "P0-C14" },
2421                                    { "Priority": "low", "LocCode": "P0" }
2422                                ]
2423                            }
2424                        ]
2425                    },
2426                    {
2427                        "ADValue": "CP2_VIO", "Callouts": [
2428                            {
2429                                "CalloutList": [
2430                                    { "Priority": "high", "LocCode": "P0-C21" },
2431                                    { "Priority": "medium", "LocCode": "P0-C19" },
2432                                    { "Priority": "low", "LocCode": "P0" }
2433                                ]
2434                            }
2435                        ]
2436                    },
2437                    {
2438                        "ADValue": "CP3_VIO", "Callouts": [
2439                            {
2440                                "CalloutList": [
2441                                    { "Priority": "high", "LocCode": "P0-C54" },
2442                                    { "Priority": "medium", "LocCode": "P0-C56" },
2443                                    { "Priority": "low", "LocCode": "P0" }
2444                                ]
2445                            }
2446                        ]
2447                    },
2448                    {
2449                        "ADValue": "PGOOD_PSU1", "Callouts": [
2450                            {
2451                                "CalloutList": [
2452                                    { "Priority": "high", "LocCode": "E0" }
2453                                ]
2454                            }
2455                        ]
2456                    },
2457                    {
2458                        "ADValue": "PGOOD_PSU2", "Callouts": [
2459                            {
2460                                "CalloutList": [
2461                                    { "Priority": "high", "LocCode": "E1" }
2462                                ]
2463                            }
2464                        ]
2465                    },
2466                    {
2467                        "ADValue": "PGOOD_PSU3", "Callouts": [
2468                            {
2469                                "CalloutList": [
2470                                    { "Priority": "high", "LocCode": "E2" }
2471                                ]
2472                            }
2473                        ]
2474                    },
2475                    {
2476                        "ADValue": "PGOOD_PSU4", "Callouts": [
2477                            {
2478                                "CalloutList": [
2479                                    { "Priority": "high", "LocCode": "E3" }
2480                                ]
2481                            }
2482                        ]
2483                    }
2484                ]
2485            },
2486
2487            "Documentation": {
2488                "Description": "The power sequencer chip detected a PGOOD fault",
2489                "Message": "The power sequencer chip detected a PGOOD fault",
2490                "Notes": [
2491                ]
2492            }
2493        },
2494
2495        {
2496            "Name": "xyz.openbmc_project.Power.Error.PowerSequencerVoltageFault",
2497            "Subsystem": "power_sequencer",
2498            "ComponentID": "0x2700",
2499
2500            "SRC": {
2501                "Type": "11",
2502                "ReasonCode": "0x2620",
2503                "Words6To9": {}
2504            },
2505
2506            "CalloutsUsingAD": {
2507                "ADName": "RAIL_NAME", "CalloutsWithTheirADValues": [
2508                    {
2509                        "ADValue": "12.0V", "Callouts": [
2510                            {
2511                                "CalloutList": [
2512                                    { "Priority": "high", "SymbolicFRU": "pgood_part" }
2513                                ]
2514                            }
2515                        ]
2516                    },
2517                    {
2518                        "ADValue": "5.0V_USB", "Callouts": [
2519                            {
2520                                "CalloutList": [
2521                                    { "Priority": "high", "SymbolicFRU": "usb_pgood" },
2522                                    { "Priority": "medium", "LocCode": "P0" }
2523                                ]
2524                            }
2525                        ]
2526                    },
2527                    {
2528                        "ADValue": "5.0V_DASD", "Callouts": [
2529                            {
2530                                "CalloutList": [
2531                                    { "Priority": "medium", "LocCode": "P1" },
2532                                    { "Priority": "medium", "LocCode": "P2" },
2533                                    { "Priority": "low", "LocCode": "P0" }
2534                                ]
2535                            }
2536                        ]
2537                    },
2538                    {
2539                        "ADValue": "3.3VA", "Callouts": [
2540                            {
2541                                "CalloutList": [
2542                                    { "Priority": "high", "LocCode": "P0" }
2543                                ]
2544                            }
2545                        ]
2546                    },
2547                    {
2548                        "ADValue": "3.3VB", "Callouts": [
2549                            {
2550                                "CalloutList": [
2551                                    { "Priority": "high", "LocCode": "P0" }
2552                                ]
2553                            }
2554                        ]
2555                    },
2556                    {
2557                        "ADValue": "3V3IO", "Callouts": [
2558                            {
2559                                "CalloutList": [
2560                                    { "Priority": "high", "LocCode": "P0-C17" },
2561                                    { "Priority": "medium", "LocCode": "P0-C96" },
2562                                    { "Priority": "medium", "LocCode": "P0-C0" },
2563                                    { "Priority": "medium", "SymbolicFRU": "pcie_hot_plug" },
2564                                    { "Priority": "low", "LocCode": "P0" }
2565                                ]
2566                            }
2567                        ]
2568                    },
2569                    {
2570                        "ADValue": "1.5V", "Callouts": [
2571                            {
2572                                "CalloutList": [
2573                                    { "Priority": "high", "LocCode": "P0" }
2574                                ]
2575                            }
2576                        ]
2577                    },
2578                    {
2579                        "ADValue": "1.1V", "Callouts": [
2580                            {
2581                                "CalloutList": [
2582                                    { "Priority": "high", "LocCode": "P0" }
2583                                ]
2584                            }
2585                        ]
2586                    },
2587                    {
2588                        "ADValue": "VDDA_DCM0", "Callouts": [
2589                            {
2590                                "CalloutList": [
2591                                    { "Priority": "high", "LocCode": "P0-C14" },
2592                                    { "Priority": "medium", "LocCode": "P0-C15" },
2593                                    { "Priority": "low", "LocCode": "P0" }
2594                                ]
2595                            }
2596                        ]
2597                    },
2598                    {
2599                        "ADValue": "VDDB_DCM0", "Callouts": [
2600                            {
2601                                "CalloutList": [
2602                                    { "Priority": "high", "LocCode": "P0-C14" },
2603                                    { "Priority": "medium", "LocCode": "P0-C15" },
2604                                    { "Priority": "low", "LocCode": "P0" }
2605                                ]
2606                            }
2607                        ]
2608                    },
2609                    {
2610                        "ADValue": "VDDA_DCM1", "Callouts": [
2611                            {
2612                                "CalloutList": [
2613                                    { "Priority": "high", "LocCode": "P0-C23" },
2614                                    { "Priority": "medium", "LocCode": "P0-C24" },
2615                                    { "Priority": "low", "LocCode": "P0" }
2616                                ]
2617                            }
2618                        ]
2619                    },
2620                    {
2621                        "ADValue": "VDDB_DCM1", "Callouts": [
2622                            {
2623                                "CalloutList": [
2624                                    { "Priority": "high", "LocCode": "P0-C23" },
2625                                    { "Priority": "medium", "LocCode": "P0-C24" },
2626                                    { "Priority": "low", "LocCode": "P0" }
2627                                ]
2628                            }
2629                        ]
2630                    },
2631                    {
2632                        "ADValue": "CP03_AVDD", "Callouts": [
2633                            {
2634                                "CalloutList": [
2635                                    { "Priority": "high", "LocCode": "P0-C58" },
2636                                    { "Priority": "medium", "LocCode": "P0-C61" },
2637                                    { "Priority": "medium", "LocCode": "P0-C56" },
2638                                    { "Priority": "low", "LocCode": "P0" }
2639                                ]
2640                            }
2641                        ]
2642                    },
2643                    {
2644                        "ADValue": "CP12_AVDD", "Callouts": [
2645                            {
2646                                "CalloutList": [
2647                                    { "Priority": "high", "LocCode": "P0-C16" },
2648                                    { "Priority": "medium", "LocCode": "P0-C14" },
2649                                    { "Priority": "medium", "LocCode": "P0-C19" },
2650                                    { "Priority": "low", "LocCode": "P0" }
2651                                ]
2652                            }
2653                        ]
2654                    },
2655                    {
2656                        "ADValue": "CP0_VDD0", "Callouts": [
2657                            {
2658                                "CalloutList": [
2659                                    { "Priority": "high", "LocCode": "P0-C62" },
2660                                    { "Priority": "medium", "LocCode": "P0-C61" },
2661                                    { "Priority": "low", "LocCode": "P0" }
2662                                ]
2663                            }
2664                        ]
2665                    },
2666                    {
2667                        "ADValue": "CP0_VDD1", "Callouts": [
2668                            {
2669                                "CalloutList": [
2670                                    { "Priority": "high", "LocCode": "P0-C60" },
2671                                    { "Priority": "medium", "LocCode": "P0-C61" },
2672                                    { "Priority": "low", "LocCode": "P0" }
2673                                ]
2674                            }
2675                        ]
2676                    },
2677                    {
2678                        "ADValue": "CP1_VDD0", "Callouts": [
2679                            {
2680                                "CalloutList": [
2681                                    { "Priority": "high", "LocCode": "P0-C13" },
2682                                    { "Priority": "medium", "LocCode": "P0-C14" },
2683                                    { "Priority": "low", "LocCode": "P0" }
2684                                ]
2685                            }
2686                        ]
2687                    },
2688                    {
2689                        "ADValue": "CP1_VDD1", "Callouts": [
2690                            {
2691                                "CalloutList": [
2692                                    { "Priority": "high", "LocCode": "P0-C15" },
2693                                    { "Priority": "medium", "LocCode": "P0-C14" },
2694                                    { "Priority": "low", "LocCode": "P0" }
2695                                ]
2696                            }
2697                        ]
2698                    },
2699                    {
2700                        "ADValue": "CP2_VDD0", "Callouts": [
2701                            {
2702                                "CalloutList": [
2703                                    { "Priority": "high", "LocCode": "P0-C18" },
2704                                    { "Priority": "medium", "LocCode": "P0-C19" },
2705                                    { "Priority": "low", "LocCode": "P0" }
2706                                ]
2707                            }
2708                        ]
2709                    },
2710                    {
2711                        "ADValue": "CP2_VDD1", "Callouts": [
2712                            {
2713                                "CalloutList": [
2714                                    { "Priority": "high", "LocCode": "P0-C20" },
2715                                    { "Priority": "medium", "LocCode": "P0-C19" },
2716                                    { "Priority": "low", "LocCode": "P0" }
2717                                ]
2718                            }
2719                        ]
2720                    },
2721                    {
2722                        "ADValue": "CP3_VDD0", "Callouts": [
2723                            {
2724                                "CalloutList": [
2725                                    { "Priority": "high", "LocCode": "P0-C57" },
2726                                    { "Priority": "medium", "LocCode": "P0-C56" },
2727                                    { "Priority": "low", "LocCode": "P0" }
2728                                ]
2729                            }
2730                        ]
2731                    },
2732                    {
2733                        "ADValue": "CP3_VDD1", "Callouts": [
2734                            {
2735                                "CalloutList": [
2736                                    { "Priority": "high", "LocCode": "P0-C55" },
2737                                    { "Priority": "medium", "LocCode": "P0-C56" },
2738                                    { "Priority": "low", "LocCode": "P0" }
2739                                ]
2740                            }
2741                        ]
2742                    },
2743                    {
2744                        "ADValue": "CP0_VCS0", "Callouts": [
2745                            {
2746                                "CalloutList": [
2747                                    { "Priority": "high", "LocCode": "P0-C63" },
2748                                    { "Priority": "medium", "LocCode": "P0-C61" },
2749                                    { "Priority": "low", "LocCode": "P0" }
2750                                ]
2751                            }
2752                        ]
2753                    },
2754                    {
2755                        "ADValue": "CP0_VCS1", "Callouts": [
2756                            {
2757                                "CalloutList": [
2758                                    { "Priority": "high", "LocCode": "P0-C59" },
2759                                    { "Priority": "medium", "LocCode": "P0-C61" },
2760                                    { "Priority": "low", "LocCode": "P0" }
2761                                ]
2762                            }
2763                        ]
2764                    },
2765                    {
2766                        "ADValue": "CP1_VCS0", "Callouts": [
2767                            {
2768                                "CalloutList": [
2769                                    { "Priority": "high", "LocCode": "P0-C12" },
2770                                    { "Priority": "medium", "LocCode": "P0-C14" },
2771                                    { "Priority": "low", "LocCode": "P0" }
2772                                ]
2773                            }
2774                        ]
2775                    },
2776                    {
2777                        "ADValue": "CP1_VCS1", "Callouts": [
2778                            {
2779                                "CalloutList": [
2780                                    { "Priority": "high", "LocCode": "P0-C16" },
2781                                    { "Priority": "medium", "LocCode": "P0-C14" },
2782                                    { "Priority": "low", "LocCode": "P0" }
2783                                ]
2784                            }
2785                        ]
2786                    },
2787                    {
2788                        "ADValue": "CP2_VCS0", "Callouts": [
2789                            {
2790                                "CalloutList": [
2791                                    { "Priority": "high", "LocCode": "P0-C17" },
2792                                    { "Priority": "medium", "LocCode": "P0-C19" },
2793                                    { "Priority": "low", "LocCode": "P0" }
2794                                ]
2795                            }
2796                        ]
2797                    },
2798                    {
2799                        "ADValue": "CP2_VCS1", "Callouts": [
2800                            {
2801                                "CalloutList": [
2802                                    { "Priority": "high", "LocCode": "P0-C21" },
2803                                    { "Priority": "medium", "LocCode": "P0-C19" },
2804                                    { "Priority": "low", "LocCode": "P0" }
2805                                ]
2806                            }
2807                        ]
2808                    },
2809                    {
2810                        "ADValue": "CP3_VCS0", "Callouts": [
2811                            {
2812                                "CalloutList": [
2813                                    { "Priority": "high", "LocCode": "P0-C58" },
2814                                    { "Priority": "medium", "LocCode": "P0-C56" },
2815                                    { "Priority": "low", "LocCode": "P0" }
2816                                ]
2817                            }
2818                        ]
2819                    },
2820                    {
2821                        "ADValue": "CP3_VCS1", "Callouts": [
2822                            {
2823                                "CalloutList": [
2824                                    { "Priority": "high", "LocCode": "P0-C54" },
2825                                    { "Priority": "medium", "LocCode": "P0-C56" },
2826                                    { "Priority": "low", "LocCode": "P0" }
2827                                ]
2828                            }
2829                        ]
2830                    },
2831                    {
2832                        "ADValue": "CP0_VDN", "Callouts": [
2833                            {
2834                                "CalloutList": [
2835                                    { "Priority": "high", "LocCode": "P0-C63" },
2836                                    { "Priority": "medium", "LocCode": "P0-C61" },
2837                                    { "Priority": "low", "LocCode": "P0" }
2838                                ]
2839                            }
2840                        ]
2841                    },
2842                    {
2843                        "ADValue": "CP1_VDN", "Callouts": [
2844                            {
2845                                "CalloutList": [
2846                                    { "Priority": "high", "LocCode": "P0-C12" },
2847                                    { "Priority": "medium", "LocCode": "P0-C14" },
2848                                    { "Priority": "low", "LocCode": "P0" }
2849                                ]
2850                            }
2851                        ]
2852                    },
2853                    {
2854                        "ADValue": "CP2_VDN", "Callouts": [
2855                            {
2856                                "CalloutList": [
2857                                    { "Priority": "high", "LocCode": "P0-C21" },
2858                                    { "Priority": "medium", "LocCode": "P0-C19" },
2859                                    { "Priority": "low", "LocCode": "P0" }
2860                                ]
2861                            }
2862                        ]
2863                    },
2864                    {
2865                        "ADValue": "CP3_VDN", "Callouts": [
2866                            {
2867                                "CalloutList": [
2868                                    { "Priority": "high", "LocCode": "P0-C54" },
2869                                    { "Priority": "medium", "LocCode": "P0-C56" },
2870                                    { "Priority": "low", "LocCode": "P0" }
2871                                ]
2872                            }
2873                        ]
2874                    },
2875                    {
2876                        "ADValue": "CP0_VIO", "Callouts": [
2877                            {
2878                                "CalloutList": [
2879                                    { "Priority": "high", "LocCode": "P0-C63" },
2880                                    { "Priority": "medium", "LocCode": "P0-C61" },
2881                                    { "Priority": "low", "LocCode": "P0" }
2882                                ]
2883                            }
2884                        ]
2885                    },
2886                    {
2887                        "ADValue": "CP1_VIO", "Callouts": [
2888                            {
2889                                "CalloutList": [
2890                                    { "Priority": "high", "LocCode": "P0-C12" },
2891                                    { "Priority": "medium", "LocCode": "P0-C14" },
2892                                    { "Priority": "low", "LocCode": "P0" }
2893                                ]
2894                            }
2895                        ]
2896                    },
2897                    {
2898                        "ADValue": "CP2_VIO", "Callouts": [
2899                            {
2900                                "CalloutList": [
2901                                    { "Priority": "high", "LocCode": "P0-C21" },
2902                                    { "Priority": "medium", "LocCode": "P0-C19" },
2903                                    { "Priority": "low", "LocCode": "P0" }
2904                                ]
2905                            }
2906                        ]
2907                    },
2908                    {
2909                        "ADValue": "CP3_VIO", "Callouts": [
2910                            {
2911                                "CalloutList": [
2912                                    { "Priority": "high", "LocCode": "P0-C54" },
2913                                    { "Priority": "medium", "LocCode": "P0-C56" },
2914                                    { "Priority": "low", "LocCode": "P0" }
2915                                ]
2916                            }
2917                        ]
2918                    },
2919                    {
2920                        "ADValue": "CP0_VPCIE", "Callouts": [
2921                            {
2922                                "CalloutList": [
2923                                    { "Priority": "high", "LocCode": "P0-C58" },
2924                                    { "Priority": "medium", "LocCode": "P0-C61" },
2925                                    { "Priority": "low", "LocCode": "P0" }
2926                                ]
2927                            }
2928                        ]
2929                    },
2930                    {
2931                        "ADValue": "CP1_VPCIE", "Callouts": [
2932                            {
2933                                "CalloutList": [
2934                                    { "Priority": "high", "LocCode": "P0-C16" },
2935                                    { "Priority": "medium", "LocCode": "P0-C14" },
2936                                    { "Priority": "low", "LocCode": "P0" }
2937                                ]
2938                            }
2939                        ]
2940                    },
2941                    {
2942                        "ADValue": "CP2_VPCIE", "Callouts": [
2943                            {
2944                                "CalloutList": [
2945                                    { "Priority": "high", "LocCode": "P0-C16" },
2946                                    { "Priority": "medium", "LocCode": "P0-C19" },
2947                                    { "Priority": "low", "LocCode": "P0" }
2948                                ]
2949                            }
2950                        ]
2951                    },
2952                    {
2953                        "ADValue": "CP3_VPCIE", "Callouts": [
2954                            {
2955                                "CalloutList": [
2956                                    { "Priority": "high", "LocCode": "P0-C58" },
2957                                    { "Priority": "medium", "LocCode": "P0-C56" },
2958                                    { "Priority": "low", "LocCode": "P0" }
2959                                ]
2960                            }
2961                        ]
2962                    },
2963                    {
2964                        "ADValue": "12.0VCS", "Callouts": [
2965                            {
2966                                "CalloutList": [
2967                                    { "Priority": "high", "SymbolicFRU": "pgood_part" }
2968                                ]
2969                            }
2970                        ]
2971                    },
2972                    {
2973                        "ADValue": "3.3VCS", "Callouts": [
2974                            {
2975                                "CalloutList": [
2976                                    { "Priority": "high", "LocCode": "P0" }
2977                                ]
2978                            }
2979                        ]
2980                    },
2981                    {
2982                        "ADValue": "1.1V_Current", "Callouts": [
2983                            {
2984                                "CalloutList": [
2985                                    { "Priority": "high", "LocCode": "P0" }
2986                                ]
2987                            }
2988                        ]
2989                    },
2990                    {
2991                        "ADValue": "5.0V_USB_Current", "Callouts": [
2992                            {
2993                                "CalloutList": [
2994                                    { "Priority": "high", "SymbolicFRU": "usb_pgood" },
2995                                    { "Priority": "medium", "LocCode": "P0" }
2996                                ]
2997                            }
2998                        ]
2999                    },
3000                    {
3001                        "ADValue": "5.0V_DASD_Current", "Callouts": [
3002                            {
3003                                "CalloutList": [
3004                                    { "Priority": "medium", "LocCode": "P1" },
3005                                    { "Priority": "medium", "LocCode": "P2" },
3006                                    { "Priority": "low", "LocCode": "P0" }
3007                                ]
3008                            }
3009                        ]
3010                    },
3011                    {
3012                        "ADValue": "12.0VN", "Callouts": [
3013                            {
3014                                "CalloutList": [
3015                                    { "Priority": "high", "SymbolicFRU": "pgood_part" }
3016                                ]
3017                            }
3018                        ]
3019                    },
3020                    {
3021                        "ADValue": "12.0VP", "Callouts": [
3022                            {
3023                                "CalloutList": [
3024                                    { "Priority": "high", "SymbolicFRU": "pgood_part" }
3025                                ]
3026                            }
3027                        ]
3028                    },
3029                    {
3030                        "ADValue": "12.0VQ", "Callouts": [
3031                            {
3032                                "CalloutList": [
3033                                    { "Priority": "high", "SymbolicFRU": "pgood_part" }
3034                                ]
3035                            }
3036                        ]
3037                    },
3038                    {
3039                        "ADValue": "12.0VR", "Callouts": [
3040                            {
3041                                "CalloutList": [
3042                                    { "Priority": "high", "SymbolicFRU": "pgood_part" }
3043                                ]
3044                            }
3045                        ]
3046                    },
3047                    {
3048                        "ADValue": "ThermalDiode1", "Callouts": [
3049                            {
3050                                "CalloutList": [
3051                                    { "Priority": "high", "LocCode": "P0" }
3052                                ]
3053                            }
3054                        ]
3055                    },
3056                    {
3057                        "ADValue": "ThermalDiode2", "Callouts": [
3058                            {
3059                                "CalloutList": [
3060                                    { "Priority": "high", "LocCode": "P0" }
3061                                ]
3062                            }
3063                        ]
3064                    },
3065                    {
3066                        "ADValue": "ThermalDiode3", "Callouts": [
3067                            {
3068                                "CalloutList": [
3069                                    { "Priority": "high", "LocCode": "P0" }
3070                                ]
3071                            }
3072                        ]
3073                    },
3074                    {
3075                        "ADValue": "ThermalDiode4", "Callouts": [
3076                            {
3077                                "CalloutList": [
3078                                    { "Priority": "high", "LocCode": "P0" }
3079                                ]
3080                            }
3081                        ]
3082                    },
3083                    {
3084                        "ADValue": "VDN_DCM0", "Callouts": [
3085                            {
3086                                "CalloutList": [
3087                                    { "Priority": "high", "LocCode": "P0-C14" },
3088                                    { "Priority": "medium", "LocCode": "P0-C15" },
3089                                    { "Priority": "low", "LocCode": "P0" }
3090                                ]
3091                            }
3092                        ]
3093                    },
3094                    {
3095                        "ADValue": "VDN_DCM1", "Callouts": [
3096                            {
3097                                "CalloutList": [
3098                                    { "Priority": "high", "LocCode": "P0-C23" },
3099                                    { "Priority": "medium", "LocCode": "P0-C24" },
3100                                    { "Priority": "low", "LocCode": "P0" }
3101                                ]
3102                            }
3103                        ]
3104                    },
3105                    {
3106                        "ADValue": "VCS_DCM0", "Callouts": [
3107                            {
3108                                "CalloutList": [
3109                                    { "Priority": "high", "LocCode": "P0-C14" },
3110                                    { "Priority": "medium", "LocCode": "P0-C15" },
3111                                    { "Priority": "low", "LocCode": "P0" }
3112                                ]
3113                            }
3114                        ]
3115                    },
3116                    {
3117                        "ADValue": "VCS_DCM1", "Callouts": [
3118                            {
3119                                "CalloutList": [
3120                                    { "Priority": "high", "LocCode": "P0-C23" },
3121                                    { "Priority": "medium", "LocCode": "P0-C24" },
3122                                    { "Priority": "low", "LocCode": "P0" }
3123                                ]
3124                            }
3125                        ]
3126                    },
3127                    {
3128                        "ADValue": "VIO_DCM0", "Callouts": [
3129                            {
3130                                "CalloutList": [
3131                                    { "Priority": "high", "LocCode": "P0-C14" },
3132                                    { "Priority": "medium", "LocCode": "P0-C15" },
3133                                    { "Priority": "low", "LocCode": "P0" }
3134                                ]
3135                            }
3136                        ]
3137                    },
3138                    {
3139                        "ADValue": "VIO_DCM1", "Callouts": [
3140                            {
3141                                "CalloutList": [
3142                                    { "Priority": "high", "LocCode": "P0-C23" },
3143                                    { "Priority": "medium", "LocCode": "P0-C24" },
3144                                    { "Priority": "low", "LocCode": "P0" }
3145                                ]
3146                            }
3147                        ]
3148                    },
3149                    {
3150                        "ADValue": "VPCIE_DCM0", "Callouts": [
3151                            {
3152                                "CalloutList": [
3153                                    { "Priority": "high", "LocCode": "P0-C14" },
3154                                    { "Priority": "medium", "LocCode": "P0-C15" },
3155                                    { "Priority": "low", "LocCode": "P0" }
3156                                ]
3157                            }
3158                        ]
3159                    },
3160                    {
3161                        "ADValue": "VPCIE_DCM1", "Callouts": [
3162                            {
3163                                "CalloutList": [
3164                                    { "Priority": "high", "LocCode": "P0-C23" },
3165                                    { "Priority": "medium", "LocCode": "P0-C24" },
3166                                    { "Priority": "low", "LocCode": "P0" }
3167                                ]
3168                            }
3169                        ]
3170                    }
3171                ]
3172            },
3173
3174            "Documentation": {
3175                "Description": "The power sequencer chip detected a voltage fault",
3176                "Message": "The power sequencer chip detected a voltage fault",
3177                "Notes": [
3178                ]
3179            }
3180        },
3181
3182        {
3183            "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.N",
3184            "Subsystem": "power",
3185            "Severity": "predictive_redundancy_loss",
3186            "ComponentID": "0x2700",
3187
3188            "SRC": {
3189                "Type": "11",
3190                "ReasonCode": "0x2700",
3191                "Words6To9": {}
3192            },
3193
3194            "Documentation": {
3195                "Description": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
3196                "Message": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
3197                "Notes": [
3198                    "CALLOUT_INVENTORY_PATH should be specified in the ",
3199                    "AdditionalData property of the event log so that ",
3200                    "the device is called out but not the communication path."
3201                ]
3202            }
3203        },
3204
3205        {
3206            "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.NPlus1",
3207            "Subsystem": "power",
3208            "Severity": "non_error",
3209            "MfgSeverity": "predictive_redundancy_loss",
3210            "ActionFlags": ["report"],
3211            "MfgActionFlags": ["service_action", "report", "call_home"],
3212            "ComponentID": "0x2700",
3213
3214            "SRC": {
3215                "Type": "11",
3216                "ReasonCode": "0x2701",
3217                "Words6To9": {}
3218            },
3219
3220            "Documentation": {
3221                "Description": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
3222                "Message": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
3223                "Notes": [
3224                    "CALLOUT_INVENTORY_PATH should be specified in the ",
3225                    "AdditionalData property of the event log so that ",
3226                    "the device is called out but not the communication path."
3227                ]
3228            }
3229        },
3230
3231        {
3232            "Name": "xyz.openbmc_project.Power.Regulators.Error.WriteVerification",
3233            "Subsystem": "power",
3234            "ComponentID": "0x2700",
3235
3236            "SRC": {
3237                "Type": "11",
3238                "ReasonCode": "0x2900",
3239                "Words6To9": {}
3240            },
3241
3242            "Documentation": {
3243                "Description": "A write verification error occurred on a device",
3244                "Message": "A write verification error occurred on a device",
3245                "Notes": [
3246                    "This error occurs when a device register is written, ",
3247                    "read back, and the two values do not match.  This is ",
3248                    "also called a read-back error.  The device should be ",
3249                    "identified using the CALLOUT_DEVICE_PATH or ",
3250                    "CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR keywords in the ",
3251                    "AdditionalData property of the event log.  This will ",
3252                    "cause the device and the hardware in the communication ",
3253                    "path to be called out."
3254                ]
3255            }
3256        },
3257
3258        {
3259            "Name": "xyz.openbmc_project.Power.UPS.Error.Battery.Discharging",
3260            "Subsystem": "power",
3261            "Severity": "non_error",
3262            "ActionFlags": ["report"],
3263            "ComponentID": "0x2700",
3264
3265            "SRC": {
3266                "Type": "11",
3267                "ReasonCode": "0x4201",
3268                "Words6To9": {}
3269            },
3270
3271            "Documentation": {
3272                "Description": "The Uninterruptible Power Supply (UPS) battery is discharging and providing power to the system due to a utility failure",
3273                "Message": "The Uninterruptible Power Supply (UPS) battery is discharging and providing power to the system due to a utility failure",
3274                "Notes": [
3275                ]
3276            }
3277        },
3278
3279        {
3280            "Name": "xyz.openbmc_project.Power.UPS.Error.Battery.Low",
3281            "Subsystem": "power",
3282            "Severity": "non_error",
3283            "ActionFlags": ["report"],
3284            "ComponentID": "0x2700",
3285
3286            "SRC": {
3287                "Type": "11",
3288                "ReasonCode": "0x4203",
3289                "Words6To9": {}
3290            },
3291
3292            "Documentation": {
3293                "Description": "The Uninterruptible Power Supply (UPS) battery level is low",
3294                "Message": "The Uninterruptible Power Supply (UPS) battery level is low",
3295                "Notes": [
3296                ]
3297            }
3298        },
3299
3300        {
3301            "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile",
3302            "Subsystem": "power",
3303            "ComponentID": "0x2700",
3304
3305            "SRC": {
3306                "Type": "11",
3307                "ReasonCode": "0xA013",
3308                "Words6To9": {}
3309            },
3310
3311            "Callouts": [
3312                {
3313                    "CalloutList": [
3314                        { "Priority": "high", "Procedure": "bmc_code" }
3315                    ]
3316                }
3317            ],
3318
3319            "Documentation": {
3320                "Description": "A regulators configuration file error occurred",
3321                "Message": "A regulators configuration file error occurred",
3322                "Notes": [
3323                    "The regulators configuration file could not be found, ",
3324                    "could not be read, or had invalid contents."
3325                ]
3326            }
3327        },
3328
3329        {
3330            "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile.Critical",
3331            "Subsystem": "power",
3332            "Severity": "critical_system_term",
3333            "ComponentID": "0x2700",
3334
3335            "SRC": {
3336                "Type": "11",
3337                "ReasonCode": "0xA014",
3338                "Words6To9": {}
3339            },
3340
3341            "Callouts": [
3342                {
3343                    "CalloutList": [
3344                        { "Priority": "high", "Procedure": "bmc_code" }
3345                    ]
3346                }
3347            ],
3348
3349            "Documentation": {
3350                "Description": "A critical regulators configuration file error occurred",
3351                "Message": "A critical regulators configuration file error occurred",
3352                "Notes": [
3353                    "The regulators configuration file could not be found, ",
3354                    "could not be read, or had invalid contents.  As a result ",
3355                    "voltage regulators could not be configured, and the ",
3356                    "chassis could not be powered on."
3357                ]
3358            }
3359        },
3360
3361        {
3362            "Name": "xyz.openbmc_project.Power.Error.PowerSequencerFault",
3363            "Subsystem": "power_sequencer",
3364            "ComponentID": "0x2700",
3365
3366            "SRC": {
3367                "Type": "11",
3368                "ReasonCode": "0xD000",
3369                "Words6To9": {}
3370            },
3371
3372            "Callouts": [
3373                {
3374                    "CalloutList": [
3375                        { "Priority": "high", "LocCode": "P0" }
3376                    ]
3377                }
3378            ],
3379
3380            "Documentation": {
3381                "Description": "The power sequencer chip detected a fault",
3382                "Message": "The power sequencer chip detected a fault",
3383                "Notes": [
3384                ]
3385            }
3386        },
3387
3388        {
3389            "Name": "xyz.openbmc_project.Power.Error.PowerOnTimeout",
3390            "Subsystem": "power_sequencer",
3391            "ComponentID": "0x2700",
3392            "Severity": "critical",
3393
3394            "SRC": {
3395                "Type": "11",
3396                "ReasonCode": "0xD002",
3397                "Words6To9": {}
3398            },
3399
3400            "Callouts": [
3401                {
3402                    "CalloutList": [
3403                        { "Priority": "high", "LocCode": "P0" }
3404                    ]
3405                }
3406            ],
3407
3408            "Documentation": {
3409                "Description": "System power failed to turn on within timeout period",
3410                "Message": "System power failed to turn on within timeout period",
3411                "Notes": [
3412                ]
3413            }
3414        },
3415
3416        {
3417            "Name": "xyz.openbmc_project.Power.Error.PowerOffTimeout",
3418            "Subsystem": "power_sequencer",
3419            "ComponentID": "0x2700",
3420            "Severity": "critical",
3421
3422            "SRC": {
3423                "Type": "11",
3424                "ReasonCode": "0xD008",
3425                "Words6To9": {}
3426            },
3427
3428            "Callouts": [
3429                {
3430                    "CalloutList": [
3431                        { "Priority": "high", "LocCode": "P0" }
3432                    ]
3433                }
3434            ],
3435
3436            "Documentation": {
3437                "Description": "System power failed to turn off within timeout period",
3438                "Message": "System power failed to turn off within timeout period",
3439                "Notes": [
3440                ]
3441            }
3442        },
3443
3444        {
3445            "Name": "xyz.openbmc_project.Power.Error.Internal",
3446            "Subsystem": "power",
3447            "ComponentID": "0x2700",
3448
3449            "SRC": {
3450                "Type": "11",
3451                "ReasonCode": "0xE000",
3452                "Words6To9": {}
3453            },
3454
3455            "Callouts": [
3456                {
3457                    "CalloutList": [
3458                        { "Priority": "high", "Procedure": "bmc_code" }
3459                    ]
3460                }
3461            ],
3462
3463            "Documentation": {
3464                "Description": "An internal firmware error occurred",
3465                "Message": "An internal firmware error occurred",
3466                "Notes": [
3467                    "The error details must be provided in the AdditionalData ",
3468                    "property of the event log."
3469                ]
3470            }
3471        },
3472
3473        {
3474            "Name": "xyz.openbmc_project.Power.Error.I2C",
3475            "Subsystem": "cec_i2c",
3476            "ComponentID": "0x2700",
3477
3478            "SRC": {
3479                "Type": "11",
3480                "ReasonCode": "0xE100",
3481                "Words6To9": {}
3482            },
3483
3484            "Documentation": {
3485                "Description": "An I2C error occurred communicating with a device",
3486                "Message": "An I2C error occurred communicating with a device",
3487                "Notes": [
3488                    "The device should be identified using the ",
3489                    "CALLOUT_DEVICE_PATH or CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR ",
3490                    "keywords in the AdditionalData property of the event ",
3491                    "log.  This will cause the device and the hardware in the ",
3492                    "communication path to be called out."
3493                ]
3494            }
3495        },
3496
3497        {
3498            "Name": "xyz.openbmc_project.Power.Error.PMBus",
3499            "Subsystem": "power",
3500            "ComponentID": "0x2700",
3501
3502            "SRC": {
3503                "Type": "11",
3504                "ReasonCode": "0xE200",
3505                "Words6To9": {}
3506            },
3507
3508            "Documentation": {
3509                "Description": "A PMBus error occurred on a device",
3510                "Message": "A PMBus error occurred on a device",
3511                "Notes": [
3512                    "This error occurs when the I2C communication was ",
3513                    "successful, but the PMBus value read is invalid or ",
3514                    "unsupported.  CALLOUT_INVENTORY_PATH should be specified ",
3515                    "in the AdditionalData property of the event log so that ",
3516                    "the device is called out but not the communication path."
3517                ]
3518            }
3519        },
3520
3521        {
3522            "Name": "xyz.openbmc_project.Power.Error.DBus",
3523            "Subsystem": "power",
3524            "ComponentID": "0x2700",
3525
3526            "SRC": {
3527                "Type": "11",
3528                "ReasonCode": "0xE300",
3529                "Words6To9": {}
3530            },
3531
3532            "Callouts": [
3533                {
3534                    "CalloutList": [
3535                        { "Priority": "high", "Procedure": "bmc_code" }
3536                    ]
3537                }
3538            ],
3539
3540            "Documentation": {
3541                "Description": "A firmware inter-process communication (D-Bus) error occurred",
3542                "Message": "A firmware inter-process communication (D-Bus) error occurred"
3543            }
3544        },
3545
3546        {
3547            "Name": "xyz.openbmc_project.Fan.Error.Fault",
3548            "Subsystem": "power_fans",
3549            "ComponentID": "0x2800",
3550
3551            "SRC": {
3552                "Type": "11",
3553                "ReasonCode": "0x76F0",
3554                "Words6To9": {}
3555            },
3556
3557            "Documentation": {
3558                "Description": "Fan rotor fault",
3559                "Message": "Fan rotor fault",
3560                "Notes": [
3561                    "This error occurs when a fan rotor has been faulted for a ",
3562                    "certain amount of time.  The callout is the fan which is ",
3563                    "passed in with CALLOUT_INVENTORY_PATH.  The severity is ",
3564                    "passed in during creation and will be either informational ",
3565                    "or unrecoverable.  The action flags use the defaults and ",
3566                    "vary based on the severity."
3567                ]
3568            }
3569        },
3570
3571        {
3572            "Name": "xyz.openbmc_project.Fan.Error.Missing",
3573            "Subsystem": "power_fans",
3574            "ComponentID": "0x2800",
3575            "Severity": "unrecoverable_redundancy_loss",
3576            "ActionFlags": ["service_action", "report", "call_home"],
3577
3578            "SRC": {
3579                "Type": "11",
3580                "ReasonCode": "0x76F1",
3581                "Words6To9": {}
3582            },
3583
3584            "Callouts": [
3585                {
3586                    "System": "ibm,rainier",
3587                    "CalloutList": [
3588                        {
3589                          "Priority": "high",
3590                          "SymbolicFRUTrusted": "air_mover",
3591                          "UseInventoryLocCode": true
3592                        },
3593                        {
3594                            "Priority": "low",
3595                            "LocCode": "P0"
3596                        }
3597                    ]
3598                },
3599                {
3600                    "System": "ibm,everest",
3601                    "CalloutList": [
3602                        {
3603                          "Priority": "high",
3604                          "SymbolicFRUTrusted": "air_mover",
3605                          "UseInventoryLocCode": true
3606                        },
3607                        {
3608                            "Priority": "low",
3609                            "LocCode": "P1"
3610                        }
3611                    ]
3612                }
3613            ],
3614
3615            "Documentation": {
3616                "Description": "A fan is missing",
3617                "Message": "A fan is missing",
3618                "Notes": [
3619                    "This error occurs when a fan has been missing for a ",
3620                    "certain amount of time.  The first callout is the ",
3621                    "symbolic FRU AIR_MOVR that has the trusted fan location ",
3622                    "code, which it gets using the passed in ",
3623                    "CALLOUT_INVENTORY_PATH.  The second callout is the FRU ",
3624                    "where the controller and GPIO expander are."
3625                ]
3626            }
3627        },
3628
3629        {
3630            "Name": "xyz.openbmc_project.Fan.Presence.Error.Detection",
3631            "ComponentID": "0x2800",
3632            "Subsystem": "power_fans",
3633            "Severity": "non_error",
3634            "ActionFlags": ["report"],
3635            "MfgSeverity": "predictive",
3636            "MfgActionFlags": ["service_action", "report"],
3637
3638            "SRC": {
3639                "Type": "11",
3640                "ReasonCode": "0x76F2",
3641                "Words6To9": {}
3642            },
3643
3644            "Callouts": [
3645                {
3646                    "System": "ibm,rainier",
3647                    "CalloutList": [
3648                        {"Priority": "medium", "LocCode": "P0"}
3649                    ]
3650                },
3651                {
3652                    "System": "ibm,everest",
3653                    "CalloutList": [
3654                        {"Priority": "medium", "LocCode": "P1"}
3655                    ]
3656                }
3657            ],
3658
3659            "Documentation": {
3660                "Description": "Presence detect methods for the same fan disagree",
3661                "Message": "Presence detect methods for the same fan disagree",
3662                "Notes": [
3663                    "This error occurs when there is more than one way to detect",
3664                    "fan presence, and they don't all agree.  For example, the",
3665                    "GPIO says a fan isn't present, but the tach readings are",
3666                    "nonzero.  This is informational, unless in manufacturing.",
3667                    "The fan FRU is passed in as a high priority callout.",
3668                    "The FRU the GPIO source is on is called out medium."
3669                ]
3670            }
3671        },
3672
3673        {
3674            "Name": "xyz.openbmc_project.Fan.Error.FanControllerOffline",
3675            "ComponentID": "0x2800",
3676            "Subsystem": "power_fans",
3677            "Severity": "critical_system_term",
3678            "ActionFlags": ["service_action", "report", "call_home"],
3679
3680            "SRC": {
3681                "Type": "11",
3682                "ReasonCode": "0x76F3",
3683                "Words6To9": {}
3684            },
3685
3686            "Callouts": [
3687                {
3688                    "System": "ibm,rainier",
3689                    "CalloutList": [
3690                        {"Priority": "high", "LocCode": "P0-C5"},
3691                        {"Priority": "medium_group_a", "LocCode": "P0-T12", "SymbolicFRUTrusted": "fan_cable"},
3692                        {"Priority": "medium_group_a", "LocCode": "P0-T17", "SymbolicFRUTrusted": "cable_continued"},
3693                        {"Priority": "low", "LocCode": "P0"}
3694                    ]
3695                },
3696                {
3697                    "System": "ibm,everest",
3698                    "CalloutList": [
3699                        {"Priority": "high", "LocCode": "P0-C0"},
3700                        {"Priority": "medium", "LocCode": "P1"},
3701                        {"Priority": "low", "LocCode": "P0"}
3702                    ]
3703                }
3704            ],
3705
3706            "Documentation": {
3707                "Description": "The fan controller device is offline",
3708                "Message": "The fan controller is offline.  The system must be powered off.",
3709                "Notes": [
3710                    "The device that controls the fans is offline so the fan",
3711                    "targets and speeds are unknown.  The system will be shut",
3712                    "down to preserve thermal safety.  There may be an I2C",
3713                    "or power problem with the device."
3714                ]
3715            }
3716        },
3717
3718        {
3719             "Name": "xyz.openbmc_project.Fan.Presence.Error.GPIODeviceUnavailable",
3720             "Subsystem": "power_fans",
3721             "ComponentID": "0x2800",
3722             "Severity": "unrecoverable_redundancy_loss",
3723             "ActionFlags": ["service_action", "report", "call_home"],
3724
3725             "SRC": {
3726                 "Type": "11",
3727                 "ReasonCode": "0x76F4",
3728                 "Words6To9": {}
3729             },
3730
3731             "Callouts": [
3732                 {
3733                     "System" : "ibm,rainier",
3734                     "CalloutList": [
3735                         {"Priority": "high", "LocCode": "P0-C5"},
3736                         {"Priority": "medium_group_a", "LocCode": "P0-T12","SymbolicFRUTrusted": "fan_cable"},
3737                         {"Priority": "medium_group_a", "LocCode": "P0-T17","SymbolicFRUTrusted": "cable_continued"},
3738                         {"Priority": "low", "LocCode": "P0"}
3739                     ]
3740                 },
3741                 {
3742                     "System" : "ibm,everest",
3743                     "CalloutList": [
3744                         {"Priority": "high", "LocCode": "P0-C0"},
3745                         {"Priority": "medium", "LocCode": "P1"},
3746                         {"Priority": "low", "LocCode": "P0"}
3747                     ]
3748                 }
3749             ],
3750
3751             "Documentation": {
3752                 "Description": "Fan GPIO sensors not present",
3753                 "Message": "Fan GPIO sensors not present",
3754                 "Notes": [
3755                     "The device that reports fan presence is not functioning."
3756                 ]
3757             }
3758        },
3759
3760        {
3761            "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHigh",
3762            "Subsystem": "power",
3763            "ComponentID": "0x2800",
3764            "Severity": "predictive",
3765            "ActionFlags": ["service_action", "report"],
3766
3767            "SRC": {
3768                "ReasonCode": "0x2801",
3769                "Words6To9": {}
3770            },
3771
3772            "CalloutsUsingAD": {
3773                "ADName": "SENSOR_NAME",
3774                "CalloutsWithTheirADValues": [
3775                    {
3776                        "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
3777                        "Callouts": [
3778                            {
3779                                "CalloutList": [
3780                                    { "Priority": "high", "SymbolicFRU": "ambient_temp" }
3781                                ]
3782                            }
3783                        ]
3784                    }
3785                ],
3786                "CalloutsWhenNoADMatch": [
3787                    {
3788                        "CalloutList": [
3789                            {
3790                                "Priority": "high",
3791                                "SymbolicFRU": "overtemp"
3792                            }
3793                        ]
3794                    }
3795                ]
3796            },
3797
3798            "Documentation": {
3799                "Description": "A temperature sensor exceeded its performance loss threshold.",
3800                "Message": "A temperature sensor exceeded its performance loss threshold.",
3801                "Notes": [
3802                    "A temperature sensor crossed its performance loss threshold value",
3803                    "If it is the ambient sensor, then a symbolic FRU will be added.",
3804                    "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
3805                    "a FRU callout."
3806                ]
3807            }
3808        },
3809
3810        {
3811            "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHighClear",
3812            "Subsystem": "power",
3813            "ComponentID": "0x2800",
3814            "Severity": "non_error",
3815            "ActionFlags": ["report"],
3816            "EventType": "env_normal",
3817
3818            "SRC": {
3819                "ReasonCode": "0x2802",
3820                "Words6To9": {}
3821            },
3822
3823            "CalloutsUsingAD": {
3824                "ADName": "SENSOR_NAME",
3825                "CalloutsWithTheirADValues": [
3826                    {
3827                        "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
3828                        "Callouts": [
3829                            {
3830                                "CalloutList": [
3831                                    { "Priority": "high", "SymbolicFRU": "ambient_temp_back" }
3832                                ]
3833                            }
3834                        ]
3835                    }
3836                ]
3837            },
3838
3839            "Documentation": {
3840                "Description": "A temperature sensor is under its performance loss threshold.",
3841                "Message": "A temperature sensor is under its performance loss threshold.",
3842                "Notes": [
3843                    "A temperature sensor crossed under its performance loss threshold value",
3844                    "If it is the ambient sensor, then a symbolic FRU will be added."
3845                ]
3846            }
3847        },
3848
3849        {
3850            "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHigh",
3851            "Subsystem": "power",
3852            "ComponentID": "0x2800",
3853            "Severity": "predictive",
3854            "ActionFlags": ["service_action", "report"],
3855
3856            "SRC": {
3857                "ReasonCode": "0x2803",
3858                "Words6To9": {}
3859            },
3860
3861            "CalloutsUsingAD": {
3862                "ADName": "SENSOR_NAME",
3863                "CalloutsWithTheirADValues": [
3864                    {
3865                        "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
3866                        "Callouts": [
3867                            {
3868                                "CalloutList": [
3869                                    { "Priority": "high", "SymbolicFRU": "ambient_temp" }
3870                                ]
3871                            }
3872                        ]
3873                    }
3874                ],
3875                "CalloutsWhenNoADMatch": [
3876                    {
3877                        "CalloutList": [
3878                            {
3879                                "Priority": "high",
3880                                "SymbolicFRU": "overtemp"
3881                            }
3882                        ]
3883                    }
3884                ]
3885            },
3886
3887            "Documentation": {
3888                "Description": "A temperature sensor exceeded its warning threshold.",
3889                "Message": "A temperature sensor exceeded its warning threshold.",
3890                "Notes": [
3891                    "A temperature sensor crossed its warning threshold value",
3892                    "If it is the ambient sensor, then a symbolic FRU will be added.",
3893                    "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
3894                    "a FRU callout."
3895                ]
3896            }
3897        },
3898
3899        {
3900            "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHighClear",
3901            "Subsystem": "power",
3902            "ComponentID": "0x2800",
3903            "Severity": "non_error",
3904            "ActionFlags": ["report"],
3905            "EventType": "env_normal",
3906
3907            "SRC": {
3908                "ReasonCode": "0x2804",
3909                "Words6To9": {}
3910            },
3911
3912            "CalloutsUsingAD": {
3913                "ADName": "SENSOR_NAME",
3914                "CalloutsWithTheirADValues": [
3915                    {
3916                        "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
3917                        "Callouts": [
3918                            {
3919                                "CalloutList": [
3920                                    { "Priority": "high", "SymbolicFRU": "ambient_temp_back" }
3921                                ]
3922                            }
3923                        ]
3924                    }
3925                ]
3926            },
3927
3928            "Documentation": {
3929                "Description": "A temperature sensor is under its warning threshold.",
3930                "Message": "A temperature sensor is under its warning threshold.",
3931                "Notes": [
3932                    "A temperature sensor crossed under its warning threshold value",
3933                    "If it is the ambient sensor, then a symbolic FRU will be added."
3934                ]
3935            }
3936        },
3937
3938        {
3939            "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHigh",
3940            "Subsystem": "power",
3941            "ComponentID": "0x2800",
3942            "Severity": "predictive",
3943            "ActionFlags": ["service_action", "report"],
3944
3945            "SRC": {
3946                "ReasonCode": "0x2805",
3947                "Words6To9": {}
3948            },
3949
3950            "CalloutsUsingAD": {
3951                "ADName": "SENSOR_NAME",
3952                "CalloutsWithTheirADValues": [
3953                    {
3954                        "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
3955                        "Callouts": [
3956                            {
3957                                "CalloutList": [
3958                                    { "Priority": "high", "SymbolicFRU": "ambient_temp" }
3959                                ]
3960                            }
3961                        ]
3962                    }
3963                ],
3964                "CalloutsWhenNoADMatch": [
3965                    {
3966                        "CalloutList": [
3967                            {
3968                                "Priority": "high",
3969                                "SymbolicFRU": "overtemp"
3970                            }
3971                        ]
3972                    }
3973                ]
3974            },
3975
3976            "Documentation": {
3977                "Description": "A temperature sensor exceeded its critical threshold.",
3978                "Message": "A temperature sensor exceeded its critical threshold.",
3979                "Notes": [
3980                    "A temperature sensor crossed its critical threshold value",
3981                    "If it is the ambient sensor, then a symbolic FRU will be added.",
3982                    "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
3983                    "a FRU callout."
3984                ]
3985            }
3986        },
3987
3988        {
3989            "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHighClear",
3990            "Subsystem": "power",
3991            "ComponentID": "0x2800",
3992            "Severity": "non_error",
3993            "ActionFlags": ["report"],
3994            "EventType": "env_normal",
3995
3996            "SRC": {
3997                "ReasonCode": "0x2806",
3998                "Words6To9": {}
3999            },
4000
4001            "CalloutsUsingAD": {
4002                "ADName": "SENSOR_NAME",
4003                "CalloutsWithTheirADValues": [
4004                    {
4005                        "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4006                        "Callouts": [
4007                            {
4008                                "CalloutList": [
4009                                    { "Priority": "high", "SymbolicFRU": "ambient_temp_back" }
4010                                ]
4011                            }
4012                        ]
4013                    }
4014                ]
4015            },
4016
4017            "Documentation": {
4018                "Description": "A temperature sensor is under its critical threshold.",
4019                "Message": "A temperature sensor is under its critical threshold.",
4020                "Notes": [
4021                    "A temperature sensor crossed under its critical threshold value",
4022                    "If it is the ambient sensor, then a symbolic FRU will be added."
4023                ]
4024            }
4025        },
4026
4027        {
4028            "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHigh",
4029            "Subsystem": "power",
4030            "ComponentID": "0x2800",
4031            "Severity": "predictive",
4032            "ActionFlags": ["service_action", "report"],
4033
4034            "SRC": {
4035                "ReasonCode": "0x2807",
4036                "Words6To9": {}
4037            },
4038
4039            "Callouts": [
4040                {
4041                    "CalloutList": [
4042                        {
4043                          "Priority": "high",
4044                          "SymbolicFRU": "ambient_temp"
4045                        }
4046                    ]
4047                }
4048            ],
4049
4050            "Documentation": {
4051                "Description": "The ambient temperature passed the EPOW3 limit.",
4052                "Message": "The ambient temperature passed the EPOW3 limit. The system will shut down if temp doesn't decrease.",
4053                "Notes": [
4054                    "This error occurs when the ambient temperature surpassed",
4055                    "the EPOW3 shutdown limit."
4056                ]
4057            }
4058        },
4059
4060        {
4061            "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHighClear",
4062            "Subsystem": "power",
4063            "ComponentID": "0x2800",
4064            "Severity": "non_error",
4065            "ActionFlags": ["report"],
4066            "EventType": "env_normal",
4067
4068            "SRC": {
4069                "ReasonCode": "0x2808",
4070                "Words6To9": {}
4071            },
4072
4073            "Callouts": [
4074                {
4075                    "CalloutList": [
4076                        {
4077                          "Priority": "high",
4078                          "SymbolicFRU": "ambient_temp_back"
4079                        }
4080                    ]
4081                }
4082            ],
4083
4084            "Documentation": {
4085                "Description": "The ambient temperature is back under the EPOW3 limit.",
4086                "Message": "The ambient temperature is back under the EPOW3 limit."
4087            }
4088        },
4089
4090        {
4091            "Name": "xyz.openbmc_project.Sensor.Threshold.Error.HardShutdownAlarmHigh",
4092            "Subsystem": "power",
4093            "ComponentID": "0x2800",
4094            "ActionFlags": ["service_action", "report"],
4095
4096            "SRC": {
4097                "ReasonCode": "0x2809",
4098                "Words6To9": {}
4099            },
4100
4101            "Callouts": [
4102                {
4103                    "CalloutList": [
4104                        {
4105                          "Priority": "high",
4106                          "SymbolicFRU": "ambient_temp"
4107                        }
4108                    ]
4109                }
4110            ],
4111
4112            "Documentation": {
4113                "Description": "The ambient temperature passed the EPOW4 limit.",
4114                "Message": "The ambient temperature passed the EPOW4 limit. The system will shut down",
4115                "Notes": [
4116                    "This error occurs when the ambient temperature surpassed",
4117                    "the EPOW4 shutdown limit."
4118                ]
4119            }
4120        },
4121
4122        {
4123            "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHigh",
4124            "Subsystem": "ext_env",
4125            "ComponentID": "0x2800",
4126            "Severity": "predictive",
4127            "ActionFlags": ["service_action", "report"],
4128
4129            "SRC": {
4130                "ReasonCode": "0x280A",
4131                "Words6To9": {}
4132            },
4133
4134            "CalloutsUsingAD": {
4135                "ADName": "SENSOR_NAME",
4136                "CalloutsWithTheirADValues": [
4137                    {
4138                        "ADValue": "/xyz/openbmc_project/sensors/altitude/Altitude",
4139                        "Callouts": [
4140                            {
4141                                "CalloutList": [
4142                                    { "Priority": "high", "SymbolicFRU": "altitude" }
4143                                ]
4144                            }
4145                        ]
4146                    }
4147                ]
4148            },
4149
4150            "Documentation": {
4151                "Description": "An altitude sensor exceeded its warning threshold.",
4152                "Message": "An altitude sensor exceeded its warning threshold.",
4153                "Notes": [
4154                    "The virtual altitude sensor crossed its warning threshold value",
4155                    " and a symbolic FRU will be added."
4156                ]
4157            }
4158        },
4159
4160        {
4161            "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHighClear",
4162            "Subsystem": "ext_env",
4163            "ComponentID": "0x2800",
4164            "Severity": "non_error",
4165            "ActionFlags": ["report"],
4166            "EventType": "env_normal",
4167
4168            "SRC": {
4169                "ReasonCode": "0x280B",
4170                "Words6To9": {}
4171            },
4172
4173            "Documentation": {
4174                "Description": "An altitude sensor is under its warning threshold.",
4175                "Message": "An altitude sensor is under its warning threshold.",
4176                "Notes": [
4177                    "The virtual altitude sensor is under its warning threshold value",
4178                    " and a symbolic FRU will be added."
4179                ]
4180            }
4181        },
4182
4183        {
4184            "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLow",
4185            "Subsystem": "cec_tod",
4186            "ComponentID": "0x2800",
4187            "Severity": "predictive",
4188            "ActionFlags": ["service_action", "report"],
4189
4190            "SRC": {
4191                "ReasonCode": "0x280C",
4192                "Words6To9": {}
4193            },
4194
4195            "Documentation": {
4196                "Description": "A voltage sensor went below its critical low threshold.",
4197                "Message": "A voltage sensor went below its critical low threshold."
4198            }
4199        },
4200
4201        {
4202            "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLowClear",
4203            "Subsystem": "cec_tod",
4204            "ComponentID": "0x2800",
4205            "Severity": "non_error",
4206            "ActionFlags": ["report"],
4207
4208            "SRC": {
4209                "ReasonCode": "0x280D",
4210                "Words6To9": {}
4211            },
4212
4213            "Documentation": {
4214                "Description": "A voltage sensor is over its critical low threshold.",
4215                "Message": "A voltage sensor is over its critical low threshold."
4216            }
4217        },
4218
4219        {
4220            "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLow",
4221            "Subsystem": "power",
4222            "ComponentID": "0x2800",
4223            "Severity": "predictive",
4224            "ActionFlags": ["service_action", "report"],
4225
4226            "SRC": {
4227                "ReasonCode": "0x280E",
4228                "Words6To9": {}
4229            },
4230
4231            "Documentation": {
4232                "Description": "A temperature sensor is under its low warning threshold.",
4233                "Message": "A temperature sensor is under its low warning threshold.",
4234                "Notes": [
4235                    "A temperature sensor crossed its low warning threshold value",
4236                    "CALLOUT_INVENTORY_PATH will be passed in to add a FRU callout."
4237                ]
4238            }
4239        },
4240
4241        {
4242            "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLowClear",
4243            "Subsystem": "power",
4244            "ComponentID": "0x2800",
4245            "Severity": "non_error",
4246            "ActionFlags": ["report"],
4247            "EventType": "env_normal",
4248
4249            "SRC": {
4250                "ReasonCode": "0x280F",
4251                "Words6To9": {}
4252            },
4253
4254            "Documentation": {
4255                "Description": "A temperature sensor is above its low warning threshold.",
4256                "Message": "A temperature sensor is above its low warning threshold.",
4257                "Notes": [
4258                    "A temperature sensor crossed above its low warning threshold value."
4259                ]
4260            }
4261        },
4262
4263        {
4264            "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalLow",
4265            "Subsystem": "power",
4266            "ComponentID": "0x2800",
4267            "Severity": "predictive",
4268            "ActionFlags": ["service_action", "report"],
4269
4270            "SRC": {
4271                "ReasonCode": "0x2810",
4272                "Words6To9": {}
4273            },
4274
4275            "Documentation": {
4276                "Description": "A temperature sensor is under its low critical threshold.",
4277                "Message": "A temperature sensor is under its low critical threshold.",
4278                "Notes": [
4279                    "A temperature sensor crossed its low critical threshold value",
4280                    "CALLOUT_INVENTORY_PATH will be passed in to add a FRU callout."
4281                ]
4282            }
4283        },
4284
4285        {
4286            "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalLowClear",
4287            "Subsystem": "power",
4288            "ComponentID": "0x2800",
4289            "Severity": "non_error",
4290            "ActionFlags": ["report"],
4291            "EventType": "env_normal",
4292
4293            "SRC": {
4294                "ReasonCode": "0x2811",
4295                "Words6To9": {}
4296            },
4297
4298            "Documentation": {
4299                "Description": "A temperature sensor is over its low critical threshold.",
4300                "Message": "A temperature sensor is over its low critical threshold.",
4301                "Notes": [
4302                    "A temperature sensor crossed above its critical threshold value"
4303                ]
4304            }
4305        },
4306
4307        {
4308            "Name": "com.ibm.VPD.Error.InvalidEepromPath",
4309            "Subsystem": "cec_vpd",
4310            "ComponentID": "0x4000",
4311
4312            "SRC": {
4313                "ReasonCode": "0x4000",
4314                "Words6To9":
4315                {
4316                    "6":
4317                    {
4318                        "Description": "Errno of the failure.",
4319                        "AdditionalDataPropSource": "CALLOUT_ERRNO"
4320                    }
4321                }
4322            },
4323
4324            "Documentation": {
4325                "Description": "A path access error occurred",
4326                "Message": "An EEPROM path access error occurred.",
4327                "Notes": [
4328                    "This error occurs when parser is unable to access",
4329                    "EEPROM path. Errno and device path are captured as",
4330                    "additional data."
4331                ]
4332            }
4333        },
4334
4335        {
4336            "Name": "com.ibm.VPD.Error.InvalidVPD",
4337            "Subsystem": "cec_vpd",
4338            "ComponentID": "0x4000",
4339
4340            "SRC": {
4341                "ReasonCode": "0x4001",
4342                "Words6To9":
4343                {
4344                }
4345            },
4346
4347            "Documentation": {
4348                "Description": "Invalid VPD data.",
4349                "Message": "A VPD data exception occurred.",
4350                "Notes": [
4351                    "This error occurs when VPD data is found to be",
4352                    "invalid. This can be when VPD file is missing out",
4353                    "mandatory records.Inventory path is captured in",
4354                    "additional data."
4355                ]
4356            }
4357        },
4358
4359        {
4360            "Name": "com.ibm.VPD.Error.EccCheckFailed",
4361            "Subsystem": "cec_vpd",
4362            "ComponentID": "0x4000",
4363
4364            "SRC": {
4365                "ReasonCode": "0x4002",
4366                "Words6To9":
4367                {
4368                }
4369            },
4370
4371            "Documentation": {
4372                "Description": "Invalid VPD ecc data.",
4373                "Message": "A VPD ecc exception occurred.",
4374                "Notes": [
4375                    "This error occurs when VPD ecc check fails for the FRU.",
4376                    "Inventory path for the failed FRU is captured in additonal",
4377                    "data."
4378                ]
4379            }
4380        },
4381
4382        {
4383            "Name": "com.ibm.VPD.Error.InvalidJson",
4384            "Subsystem": "cec_vpd",
4385            "ComponentID": "0x4000",
4386
4387            "SRC": {
4388                "ReasonCode": "0x4003",
4389                "Words6To9":
4390                {
4391                }
4392            },
4393
4394            "Callouts": [
4395                {
4396                    "CalloutList": [
4397                        { "Priority": "high", "Procedure": "bmc_code" }
4398                    ]
4399                }
4400            ],
4401
4402            "Documentation": {
4403                "Description": "Invalid Json",
4404                "Message": "A Json failure occurred.",
4405                "Notes": [
4406                    "This error occurs when parser fails to access",
4407                    "Json file or there is any issue with Json data.",
4408                    "Failed Json path and cause of failure is captured",
4409                    "in additional data."
4410                ]
4411            }
4412        },
4413
4414        {
4415            "Name": "com.ibm.VPD.Error.BlankSystemVPD",
4416            "Subsystem": "cec_vpd",
4417            "ComponentID": "0x4000",
4418
4419            "SRC": {
4420                "ReasonCode": "0x4004",
4421                "Words6To9":
4422                {
4423                }
4424            },
4425
4426            "Documentation": {
4427                "Description": "System VPD restore failed",
4428                "Message": "A system VPD restoration error occurred.",
4429                "Notes": [
4430                    "This error occurs when restoring of system VPD fails.",
4431                    "The FRU path and reason for failure is captured in",
4432                    "additional data."
4433                ]
4434            }
4435        },
4436
4437        {
4438            "Name": "com.ibm.VPD.Error.DbusFailure",
4439            "Subsystem": "cec_vpd",
4440            "ComponentID": "0x4000",
4441
4442            "SRC": {
4443                "ReasonCode": "0x4005",
4444                "Words6To9":
4445                {
4446                }
4447            },
4448
4449            "Callouts": [
4450                {
4451                    "CalloutList": [
4452                        { "Priority": "high", "Procedure": "bmc_code" }
4453                    ]
4454                }
4455            ],
4456
4457            "Documentation": {
4458                "Description": "Dbus exception",
4459                "Message": "A Dbus internal error occurred.",
4460                "Notes": [
4461                    "This error occurs when Dbus operation fails.",
4462                    "Exceptions details are captured in additonal",
4463                    "data."
4464                ]
4465            }
4466        },
4467
4468        {
4469            "Name": "com.ibm.VPD.Error.UnknownSystemType",
4470            "Subsystem": "cec_vpd",
4471            "ComponentID": "0x4000",
4472
4473            "SRC": {
4474                "ReasonCode": "0x4006",
4475                "Words6To9":
4476                {
4477                }
4478            },
4479
4480            "Callouts": [
4481                {
4482                   "CalloutList": [
4483                        { "Priority": "high", "LocCode": "P0" }
4484                    ]
4485                }
4486            ],
4487
4488            "Documentation": {
4489                "Description": "Unknown System Type",
4490                "Message": "System type not supported in DTB table.",
4491                "Notes": [
4492                    "System type comes from combination of HW and IM value of system VPD.",
4493                    "If anything gets changed in that combination, then it can't determine",
4494                    "the appropriate DTB for that system. Need to check HW and IM keywords."
4495                ]
4496            }
4497        },
4498
4499        {
4500            "Name": "com.ibm.VPD.Error.GPIOError",
4501            "Subsystem": "cec_vpd",
4502            "ComponentID": "0x4000",
4503
4504            "SRC": {
4505                "ReasonCode": "0x4007",
4506                "Words6To9":
4507                {
4508                }
4509            },
4510
4511            "Callouts": [
4512                {
4513                    "CalloutList": [
4514                        { "Priority": "high", "Procedure": "bmc_code" }
4515                    ]
4516                }
4517            ],
4518
4519            "Documentation": {
4520                "Description": "GPIO line error",
4521                "Message": "GPIO line couldn't be found or read.",
4522                "Notes": [
4523                    "The BMC could not access a GPIO line. This can be a hardware issue",
4524                    " or driver issue. Since a hardware or a software issue cannot be",
4525                    " differentiated, the BMC code will be called out."
4526                ]
4527            }
4528        },
4529
4530        {
4531            "Name": "com.ibm.VPD.Error.SystemVPDMismatch",
4532            "Subsystem": "cec_vpd",
4533            "ComponentID": "0x4000",
4534
4535            "SRC": {
4536                "ReasonCode": "0x4008",
4537                "Words6To9":
4538                {
4539                }
4540            },
4541
4542            "Callouts": [
4543                {
4544                    "CalloutList": [
4545                        { "Priority": "high", "Procedure": "bmc_code" }
4546                    ]
4547                }
4548            ],
4549
4550            "Documentation": {
4551                "Description": "System VPD restore failed",
4552                "Message": "A system VPD restoration error occurred.",
4553                "Notes": [
4554                    "This error occurs when restoring of system VPD fails due to",
4555                    "mismatch in cache data and hardware data.",
4556                    "The record and keyword causing the failure is captured in",
4557                    "additional data."
4558                ]
4559            }
4560        },
4561
4562        {
4563            "Name": "com.ibm.VPD.Error.RequiredFRUMissing",
4564            "Subsystem": "cec_vpd",
4565            "ComponentID": "0x4000",
4566
4567            "SRC": {
4568                "ReasonCode": "0x4009",
4569                "Words6To9":
4570                {
4571                }
4572            },
4573
4574            "Documentation": {
4575                "Description": "Essential FRU check.",
4576                "Message": "Essential FRU check failed",
4577                "Notes": [
4578                    "This error occurs when VPD manager service detects any",
4579                    "missing essential FRU. These are FRUs which are required",
4580                    "to be present in the system at the time of power on.",
4581                    "The inventory path is captured in additional data."
4582                ]
4583            }
4584        },
4585
4586        {
4587            "Name": "com.ibm.Panel.Error.InputDevPathFailure",
4588            "Subsystem": "cec_op_panel",
4589            "ComponentID": "0x5000",
4590
4591            "SRC": {
4592                "ReasonCode": "0x5001",
4593                "Words6To9": {}
4594            },
4595
4596            "Documentation": {
4597                "Description": "Button Handler Failure",
4598                "Message": "Input Device path failure",
4599                "Notes": [
4600                    "Button events will not be processed."
4601                ]
4602            }
4603        },
4604
4605        {
4606            "Name": "com.ibm.Panel.Error.I2CSetupFailure",
4607            "Subsystem": "cec_op_panel",
4608            "ComponentID": "0x5000",
4609
4610            "SRC": {
4611                "ReasonCode": "0x5002",
4612                "Words6To9": {}
4613            },
4614
4615            "Documentation": {
4616                "Description": "Panel I2C setup failure",
4617                "Message": "Unable to open device path or ioctl failure",
4618                "Notes": [
4619                    "The Panel is unable to open device",
4620                    " path or ioctl failure"
4621                ]
4622            }
4623        },
4624
4625        {
4626            "Name": "com.ibm.Panel.Error.HostCommunicationError",
4627            "Subsystem": "cec_op_panel",
4628            "ComponentID": "0x5000",
4629
4630            "SRC": {
4631                "ReasonCode": "0x5003",
4632                "Words6To9": {}
4633            },
4634
4635            "Callouts": [{
4636                "CalloutList": [{
4637                    "Priority": "high",
4638                    "Procedure": "bmc_code"
4639                }]
4640            }],
4641
4642            "Documentation": {
4643                "Description": "Host Communication failure",
4644                "Message": "Error in sending message to host",
4645                "Notes": [
4646                    "Failure from PLDM sending message to",
4647                    "Host"
4648                ]
4649            }
4650        },
4651
4652        {
4653            "Name": "com.ibm.Panel.Error.DbusError",
4654            "Subsystem": "cec_op_panel",
4655            "ComponentID": "0x5000",
4656
4657            "SRC": {
4658                "ReasonCode": "0x5004",
4659                "Words6To9": {}
4660            },
4661
4662            "Callouts": [{
4663                "CalloutList": [{
4664                    "Priority": "high",
4665                    "Procedure": "bmc_code"
4666                }]
4667            }],
4668
4669            "Documentation": {
4670                "Description": "Dbus exception",
4671                "Message": "A Dbus internal error occurred.",
4672                "Notes": [
4673                    "This error occurs when Dbus operation fails.",
4674                    "Exceptions details are captured in additional",
4675                    "data."
4676                ]
4677            }
4678        },
4679
4680        {
4681            "Name": "com.ibm.Panel.Error.CodeUpdateFailure",
4682            "Subsystem": "cec_op_panel",
4683            "ComponentID": "0x5000",
4684
4685            "SRC": {
4686                "ReasonCode": "0x5005",
4687                "Words6To9": {}
4688            },
4689
4690            "Documentation": {
4691                "Description": "LCD/Bootfail PIC code update failure.",
4692                "Message": "Error while doing LCD/bootfail PIC code update.",
4693                "Notes": [
4694                    "Failed to update panel firmware(LCD/bootfail PIC) to the",
4695                    "latest version. I2C path to the micro controller will be",
4696                    "called out."
4697                ]
4698            }
4699        },
4700
4701        {
4702            "Name": "org.open_power.Host.Boot.Error.WatchdogTimeout",
4703            "Subsystem": "cec_sp_hostboot_iface",
4704
4705            "SRC":
4706            {
4707                "ReasonCode": "0xC101",
4708                "Words6To9":
4709                {
4710                }
4711            },
4712
4713            "Documentation":
4714            {
4715                "Description": "Host did not respond within the watchdog timeout interval",
4716                "Message": "Host did not respond before the watchdog timeout interval expired",
4717                "Notes": [
4718                    "Host did not respond before the expiry of the watchdog timeout interval.",
4719                    "Collecting hostboot dump."
4720                ]
4721            }
4722        },
4723
4724        {
4725            "Name": "xyz.openbmc_project.Software.Version.Error.Incompatible",
4726            "Subsystem": "bmc_firmware",
4727            "ComponentID": "0x3600",
4728            "SRC":
4729            {
4730                "ReasonCode": "0x3601",
4731                "Words6To9":
4732                {
4733                }
4734            },
4735
4736            "Callouts": [
4737                {
4738                    "CalloutList": [
4739                        { "Priority": "high", "Procedure": "bmc_code" }
4740                    ]
4741                }
4742            ],
4743
4744            "Documentation":
4745            {
4746                "Description": "A system component has a software version that is incompatible.",
4747                "Message": "A system component has a software version that is incompatible."
4748            }
4749        },
4750
4751        {
4752            "Name": "xyz.openbmc_project.Software.Version.Error.AlreadyExists",
4753            "Subsystem": "bmc_firmware",
4754            "ComponentID": "0x3600",
4755            "SRC":
4756            {
4757                "ReasonCode": "0x3602",
4758                "Words6To9":
4759                {
4760                }
4761            },
4762
4763            "Callouts": [
4764                {
4765                    "CalloutList": [
4766                        { "Priority": "high", "Procedure": "bmc_code" }
4767                    ]
4768                }
4769            ],
4770
4771            "Documentation":
4772            {
4773                "Description": "This image version already exists on the device.",
4774                "Message": "This image version already exists on the device."
4775            }
4776        },
4777
4778        {
4779            "Name": "xyz.openbmc_project.Software.Image.Error.UnTarFailure",
4780            "Subsystem": "bmc_firmware",
4781            "ComponentID": "0x3600",
4782            "SRC":
4783            {
4784                "ReasonCode": "0x3603",
4785                "Words6To9":
4786                {
4787                }
4788            },
4789
4790            "Callouts": [
4791                {
4792                    "CalloutList": [
4793                        { "Priority": "high", "Procedure": "bmc_code" }
4794                    ]
4795                }
4796            ],
4797
4798            "Documentation":
4799            {
4800                "Description": "An error occurred during untar.",
4801                "Message": "An error occurred during untar."
4802            }
4803        },
4804
4805        {
4806            "Name": "xyz.openbmc_project.Software.Image.Error.ManifestFileFailure",
4807            "Subsystem": "bmc_firmware",
4808            "ComponentID": "0x3600",
4809            "SRC":
4810            {
4811                "ReasonCode": "0x3604",
4812                "Words6To9":
4813                {
4814                }
4815            },
4816
4817            "Callouts": [
4818                {
4819                    "CalloutList": [
4820                        { "Priority": "high", "Procedure": "bmc_code" }
4821                    ]
4822                }
4823            ],
4824
4825            "Documentation":
4826            {
4827                "Description": "An error occurred when reading the software image Manifest file.",
4828                "Message": "An error occurred when reading the software image Manifest file."
4829            }
4830        },
4831
4832        {
4833            "Name": "xyz.openbmc_project.Software.Image.Error.InternalFailure",
4834            "Subsystem": "bmc_firmware",
4835            "ComponentID": "0x3600",
4836            "SRC":
4837            {
4838                "ReasonCode": "0x3605",
4839                "Words6To9":
4840                {
4841                }
4842            },
4843
4844            "Callouts": [
4845                {
4846                    "CalloutList": [
4847                        { "Priority": "high", "Procedure": "bmc_code" }
4848                    ]
4849                }
4850            ],
4851
4852            "Documentation":
4853            {
4854                "Description": "The operation failed internally during processing the image.",
4855                "Message": "The operation failed internally during processing the image."
4856            }
4857        },
4858
4859        {
4860            "Name": "xyz.openbmc_project.Software.Image.Error.ImageFailure",
4861            "Subsystem": "bmc_firmware",
4862            "ComponentID": "0x3600",
4863            "SRC":
4864            {
4865                "ReasonCode": "0x3606",
4866                "Words6To9":
4867                {
4868                }
4869            },
4870
4871            "Callouts": [
4872                {
4873                    "CalloutList": [
4874                        { "Priority": "high", "Procedure": "bmc_code" }
4875                    ]
4876                }
4877            ],
4878
4879            "Documentation":
4880            {
4881                "Description": "An error occurred processing the image.",
4882                "Message": "An error occurred processing the image."
4883            }
4884        },
4885
4886        {
4887            "Name": "xyz.openbmc_project.Software.Image.Error.BusyFailure",
4888            "Subsystem": "bmc_firmware",
4889            "ComponentID": "0x3600",
4890            "SRC":
4891            {
4892                "ReasonCode": "0x3607",
4893                "Words6To9":
4894                {
4895                }
4896            },
4897
4898            "Callouts": [
4899                {
4900                    "CalloutList": [
4901                        { "Priority": "high", "Procedure": "bmc_code" }
4902                    ]
4903                }
4904            ],
4905
4906            "Documentation":
4907            {
4908                "Description": "The device is busy during the update.",
4909                "Message": "The device is busy during the update."
4910            }
4911        },
4912
4913        {
4914            "Name": "xyz.openbmc_project.Software.Version.Error.ExpiredAccessKey",
4915            "Subsystem": "bmc_firmware",
4916            "ComponentID": "0x3600",
4917            "SRC":
4918            {
4919                "ReasonCode": "0x3608",
4920                "Words6To9":
4921                {
4922                }
4923            },
4924
4925            "Callouts": [
4926                {
4927                    "CalloutList": [
4928                        { "Priority": "high", "Procedure": "bmc_code" }
4929                    ]
4930                }
4931            ],
4932
4933            "Documentation":
4934            {
4935                "Description": "The Update Access Key has expired.",
4936                "Message": "The Update Access Key has expired."
4937            }
4938        },
4939
4940        {
4941            "Name": "xyz.openbmc_project.Software.Version.Error.InvalidSignature",
4942            "Subsystem": "bmc_firmware",
4943            "ComponentID": "0x3600",
4944            "SRC":
4945            {
4946                "ReasonCode": "0x3609",
4947                "Words6To9":
4948                {
4949                }
4950            },
4951
4952            "Callouts": [
4953                {
4954                    "CalloutList": [
4955                        { "Priority": "high", "Procedure": "bmc_code" }
4956                    ]
4957                }
4958            ],
4959
4960            "Documentation":
4961            {
4962                "Description": "The software image has an invalid signature.",
4963                "Message": "The software image has an invalid signature"
4964            }
4965        },
4966
4967        {
4968            "Name" : "xyz.openbmc_project.Software.Version.Error.HostFile",
4969            "Subsystem" : "bmc_firmware",
4970            "ComponentID" : "0x3600",
4971
4972            "SRC" :
4973            {
4974                "ReasonCode" : "0x360A",
4975                "Words6To9":
4976                {
4977                    "6":
4978                    {
4979                        "Description" : "Size of the current running partition",
4980                        "AdditionalDataPropSource" : "CURRENT_FILE_SIZE"
4981                    },
4982                    "7":
4983                    {
4984                        "Description" : "Size of the read only partition",
4985                        "AdditionalDataPropSource" : "EXPECTED_FILE_SIZE"
4986                    }
4987                }
4988            },
4989            "Callouts": [
4990                {
4991                    "CalloutList": [
4992                        { "Priority": "high", "Procedure": "bmc_code" }
4993                    ]
4994                }
4995            ],
4996            "Documentation" :
4997            {
4998                "Description" : "Corrupted or changed preserved file",
4999                "Message" : "Partition was not preserved on reboot",
5000                "Notes" : [
5001                    "This error may occur if one of the partitions marked",
5002                    "PRESERVED is either corrupted, or a change of size is ",
5003                    "desired for a particular partition."
5004                ]
5005            }
5006        },
5007
5008        {
5009            "Name": "xyz.openbmc_project.PLDM.Error.findDumpObjPath.GetManagedObjectsFail",
5010            "Subsystem": "bmc_firmware",
5011            "ComponentID": "0x6000",
5012            "Severity": "predictive",
5013            "SRC":
5014            {
5015                "ReasonCode": "0x6001",
5016                "Words6To9":
5017                {
5018                }
5019            },
5020            "Callouts": [
5021                {
5022                    "CalloutList": [
5023                        { "Priority": "high", "Procedure": "bmc_code" }
5024                    ]
5025                }
5026            ],
5027
5028            "Documentation":
5029            {
5030                "Description": "Failed to get the requested dump object path.",
5031                "Message": "Failed to get the requested dump object path from the system."
5032            }
5033        },
5034        {
5035            "Name": "xyz.openbmc_project.PLDM.Error.newFileAvailable.NewDumpNotifyFail",
5036            "Subsystem": "bmc_firmware",
5037            "ComponentID": "0x6000",
5038            "Severity": "unrecoverable",
5039            "SRC":
5040            {
5041                "ReasonCode": "0x6002",
5042                "Words6To9":
5043                {
5044                }
5045            },
5046            "Callouts": [
5047                {
5048                    "CalloutList": [
5049                        { "Priority": "high", "Procedure": "bmc_code" }
5050                    ]
5051                }
5052            ],
5053            "Documentation":
5054            {
5055                "Description": "Failed to make a new dump notify request to the dump manager application.",
5056                "Message": "Failed to make a new dump notify request to the dump manager application."
5057            }
5058        },
5059        {
5060            "Name": "xyz.openbmc_project.PLDM.Error.DumpHandler.getOffloadUriFail",
5061            "Subsystem": "bmc_firmware",
5062            "ComponentID": "0x6000",
5063            "Severity": "unrecoverable",
5064            "SRC":
5065            {
5066                "ReasonCode": "0x6003",
5067                "Words6To9":
5068                {
5069                }
5070            },
5071            "Callouts": [
5072                {
5073                    "CalloutList": [
5074                        { "Priority": "high", "Procedure": "bmc_code" }
5075                    ]
5076                }
5077            ],
5078            "Documentation":
5079            {
5080                "Description": "Failed to get the dump offload URI path from the dump entry.",
5081                "Message": "Failed to get the dump offload URI path from the dump entry."
5082            }
5083        },
5084        {
5085            "Name": "xyz.openbmc_project.PLDM.Error.fileAck.ResourceDumpFileAckFail",
5086            "Subsystem": "bmc_firmware",
5087            "ComponentID": "0x6000",
5088            "Severity": "non_error",
5089            "SRC":
5090            {
5091                "ReasonCode": "0x6004",
5092                "Words6To9":
5093                {
5094                }
5095            },
5096            "Callouts": [
5097                {
5098                    "CalloutList": [
5099                        { "Priority": "medium", "Procedure": "bmc_code" }
5100                    ]
5101                }
5102            ],
5103            "Documentation":
5104            {
5105                "Description": "The hypervisor rejected the request to initiate a new resource dump.",
5106                "Message": "The hypervisor rejected the request to initiate a new resource dump."
5107            }
5108        },
5109        {
5110            "Name": "xyz.openbmc_project.PLDM.Error.fileAck.SourceDumpIdResetFail",
5111            "Subsystem": "bmc_firmware",
5112            "ComponentID": "0x6000",
5113            "Severity": "unrecoverable",
5114            "SRC":
5115            {
5116                "ReasonCode": "0x6005",
5117                "Words6To9":
5118                {
5119                }
5120            },
5121            "Callouts": [
5122                {
5123                    "CalloutList": [
5124                        { "Priority": "high", "Procedure": "bmc_code" }
5125                    ]
5126                }
5127            ],
5128            "Documentation":
5129            {
5130                "Description": "Failed to reset the dump ID, due to this requested dump will not be deleted.",
5131                "Message": "Failed to reset the dump ID, due to this requested dump will not be deleted."
5132            }
5133        },
5134        {
5135            "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryDeleteFail",
5136            "Subsystem": "bmc_firmware",
5137            "ComponentID": "0x6000",
5138            "Severity": "unrecoverable",
5139            "SRC":
5140            {
5141                "ReasonCode": "0x6006",
5142                "Words6To9":
5143                {
5144                }
5145            },
5146            "Callouts": [
5147                {
5148                    "CalloutList": [
5149                        { "Priority": "high", "Procedure": "bmc_code" }
5150                    ]
5151                }
5152            ],
5153            "Documentation":
5154            {
5155                "Description": "Failed to carry out the dump delete request from the hypervisor.",
5156                "Message": "Failed to carry out the dump delete request from the hypervisor."
5157            }
5158        },
5159        {
5160            "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryOffloadedSetFail",
5161            "Subsystem": "bmc_firmware",
5162            "ComponentID": "0x6000",
5163            "Severity": "unrecoverable",
5164            "SRC":
5165            {
5166                "ReasonCode": "0x6007",
5167                "Words6To9":
5168                {
5169                }
5170            },
5171            "Callouts": [
5172                {
5173                    "CalloutList": [
5174                        { "Priority": "high", "Procedure": "bmc_code" }
5175                    ]
5176                }
5177            ],
5178            "Documentation":
5179            {
5180                "Description": "Failed to set the dump offloaded completion flag in the dump entry.",
5181                "Message": "Failed to set the dump offloaded completion flag in the dump entry."
5182            }
5183        },
5184        {
5185            "Name": "xyz.openbmc_project.PLDM.Error.readIntoMemory.GetFilepathFail",
5186            "Subsystem": "bmc_firmware",
5187            "ComponentID": "0x6000",
5188            "Severity": "unrecoverable",
5189            "SRC":
5190            {
5191                "ReasonCode": "0x6008",
5192                "Words6To9":
5193                {
5194                }
5195            },
5196            "Callouts": [
5197                {
5198                    "CalloutList": [
5199                        { "Priority": "high", "Procedure": "bmc_code" }
5200                    ]
5201                }
5202            ],
5203            "Documentation":
5204            {
5205                "Description": "Failed to get the file path for the BMC dump and offload to the hypervisor.",
5206                "Message": "Failed to get the file path for the BMC dump and offload to the hypervisor."
5207            }
5208        },
5209        {
5210            "Name": "xyz.openbmc_project.PLDM.Error.read.GetFilepathFail",
5211            "Subsystem": "bmc_firmware",
5212            "ComponentID": "0x6000",
5213            "Severity": "unrecoverable",
5214            "SRC":
5215            {
5216                "ReasonCode": "0x6009",
5217                "Words6To9":
5218                {
5219                }
5220            },
5221            "Callouts": [
5222                {
5223                    "CalloutList": [
5224                        { "Priority": "high", "Procedure": "bmc_code" }
5225                    ]
5226                }
5227            ],
5228            "Documentation":
5229            {
5230                "Description": "Failed to get the file path for the BMC dump and offload to the hypervisor.",
5231                "Message": "Failed to get the file path for the BMC dump and offload to the hypervisor."
5232            }
5233        },
5234        {
5235            "Name": "xyz.openbmc_project.PLDM.Error.fileAck.ResourceDumpFileAckWithMetaDataFail",
5236            "Subsystem": "bmc_firmware",
5237            "ComponentID": "0x6000",
5238            "Severity": "non_error",
5239            "SRC":
5240            {
5241                "ReasonCode": "0x6010",
5242                "Words6To9":
5243                {
5244                }
5245            },
5246            "Callouts": [
5247                {
5248                    "CalloutList": [
5249                        { "Priority": "medium", "Procedure": "bmc_code" }
5250                    ]
5251                }
5252            ],
5253            "Documentation":
5254            {
5255                "Description": "Could not create a new resource dump due to hypervisor verification failed.",
5256                "Message": "Could not create a new resource dump due to hypervisor verification failed."
5257            }
5258        },
5259        {
5260            "Name": "xyz.openbmc_project.PLDM.Error.fileAckWithMetaData.DumpEntryOffloadedSetFail",
5261            "Subsystem": "bmc_firmware",
5262            "ComponentID": "0x6000",
5263            "Severity": "unrecoverable",
5264            "SRC":
5265            {
5266                "ReasonCode": "0x6011",
5267                "Words6To9":
5268                {
5269                }
5270            },
5271            "Callouts": [
5272                {
5273                    "CalloutList": [
5274                        { "Priority": "high", "Procedure": "bmc_code" }
5275                    ]
5276                }
5277            ],
5278            "Documentation":
5279            {
5280                "Description": "Failed to set the dump offload completion flag in the dump entry details.",
5281                "Message": "Failed to set the dump offload completion flag in the dump entry details."
5282            }
5283        },
5284        {
5285            "Name": "xyz.openbmc_project.PLDM.Error.newFileAvailableWithMetaData.NewDumpNotifyFail",
5286            "Subsystem": "bmc_firmware",
5287            "ComponentID": "0x6000",
5288            "Severity": "unrecoverable",
5289            "SRC":
5290            {
5291                "ReasonCode": "0x6012",
5292                "Words6To9":
5293                {
5294                }
5295            },
5296            "Callouts": [
5297                {
5298                    "CalloutList": [
5299                        { "Priority": "high", "Procedure": "bmc_code" }
5300                    ]
5301                }
5302            ],
5303            "Documentation":
5304            {
5305                "Description": "Failed to notify a new dump available request.",
5306                "Message": "Failed to notify a new dump available request."
5307            }
5308        },
5309        {
5310            "Name": "xyz.openbmc_project.PLDM.Error.sendNewFileAvailableCmd.SendDumpParametersFail",
5311            "Subsystem": "bmc_firmware",
5312            "ComponentID": "0x6000",
5313            "Severity": "unrecoverable",
5314            "SRC":
5315            {
5316                "ReasonCode": "0x6013",
5317                "Words6To9":
5318                {
5319                }
5320            },
5321            "Callouts": [
5322                {
5323                    "CalloutList": [
5324                        { "Priority": "high", "Procedure": "bmc_code" }
5325                    ]
5326                }
5327            ],
5328            "Documentation":
5329            {
5330                "Description": "Failed to send the resource dump parameters for a new dump initiation.",
5331                "Message": "Failed to send the resource dump parameters for a new dump initiation."
5332            }
5333        },
5334        {
5335            "Name": "xyz.openbmc_project.PLDM.Error.SendFileToHostFail",
5336            "Subsystem": "bmc_firmware",
5337            "ComponentID": "0x6000",
5338            "Severity": "unrecoverable",
5339            "SRC":
5340            {
5341                "ReasonCode": "0x6014",
5342                "Words6To9":
5343                {
5344                }
5345            },
5346            "Callouts": [
5347                {
5348                    "CalloutList": [
5349                        { "Priority": "high", "Procedure": "bmc_code" }
5350                    ]
5351                }
5352            ],
5353            "Documentation":
5354            {
5355                "Description": "Failed to send the certificate/license file to the host.",
5356                "Message": "Failed to send the certificate/license file to the host."
5357            }
5358        },
5359        {
5360            "Name": "xyz.openbmc_project.PLDM.Error.DecodeNewFileResponseFail",
5361            "Subsystem": "bmc_firmware",
5362            "ComponentID": "0x6000",
5363            "Severity": "unrecoverable",
5364            "SRC":
5365            {
5366                "ReasonCode": "0x6015",
5367                "Words6To9":
5368                {
5369                }
5370            },
5371            "Callouts": [
5372                {
5373                    "CalloutList": [
5374                        { "Priority": "high", "Procedure": "bmc_code" }
5375                    ]
5376                }
5377            ],
5378            "Documentation":
5379            {
5380                "Description": "Failed to decode the response of certificate/license file sent to the host.",
5381                "Message": "Failed to decode the response of certificate/license file sent to the host."
5382            }
5383        },
5384        {
5385            "Name": "xyz.openbmc_project.PLDM.Error.NewFileAvailableRequestFail",
5386            "Subsystem": "bmc_firmware",
5387            "ComponentID": "0x6000",
5388            "Severity": "unrecoverable",
5389            "SRC":
5390            {
5391                "ReasonCode": "0x6016",
5392                "Words6To9":
5393                {
5394                }
5395            },
5396            "Callouts": [
5397                {
5398                    "CalloutList": [
5399                        { "Priority": "high", "Procedure": "bmc_code" }
5400                    ]
5401                }
5402            ],
5403            "Documentation":
5404            {
5405                "Description": "Failed to send the new certificate/license file to the host.",
5406                "Message": "Failed to send the new certificate/license file to the host."
5407            }
5408        },
5409        {
5410            "Name": "xyz.openbmc_project.PLDM.Error.SetHostEffecterFailed",
5411            "Subsystem": "bmc_firmware",
5412            "ComponentID": "0x6000",
5413            "Severity": "unrecoverable",
5414            "SRC":
5415            {
5416                "ReasonCode": "0x6017",
5417                "Words6To9":
5418                {
5419                }
5420            },
5421
5422            "Callouts": [
5423                {
5424                    "CalloutList": [
5425                        { "Priority": "high", "Procedure": "bmc_code" }
5426                    ]
5427                }
5428            ],
5429            "Documentation":
5430            {
5431                "Description": "Failed to set state effecter states.",
5432                "Message": "Failed to set state effecter states."
5433            }
5434        },
5435        {
5436            "Name": "xyz.openbmc_project.PLDM.Error.Generate.PDRJsonFileParseFail",
5437            "Subsystem": "bmc_firmware",
5438            "ComponentID": "0x6000",
5439            "Severity": "unrecoverable",
5440            "SRC":
5441            {
5442                "ReasonCode": "0x6018",
5443                "Words6To9":
5444                {
5445                }
5446            },
5447            "Callouts": [
5448                {
5449                    "CalloutList": [
5450                        { "Priority": "high", "Procedure": "bmc_code" }
5451                    ]
5452                }
5453            ],
5454            "Documentation":
5455            {
5456                "Description": "Failed to parse PDR JSON file.",
5457                "Message": "Failed to parse PDR JSON file."
5458            }
5459        },
5460        {
5461            "Name": "xyz.openbmc_project.PLDM.Error.SetHostSensorState.GetStateSensorPDRFail",
5462            "Subsystem": "bmc_firmware",
5463            "ComponentID": "0x6000",
5464            "Severity": "unrecoverable",
5465            "SRC":
5466            {
5467                "ReasonCode": "0x6019",
5468                "Words6To9":
5469                {
5470                }
5471            },
5472            "Callouts": [
5473                {
5474                    "CalloutList": [
5475                        { "Priority": "high", "Procedure": "bmc_code" }
5476                    ]
5477                }
5478            ],
5479            "Documentation":
5480            {
5481                "Description": "Failed to get state sensor PDR state.",
5482                "Message": "Failed to get state sensor PDR state."
5483            }
5484        },
5485        {
5486            "Name": "xyz.openbmc_project.PLDM.Error.SetHostSensorState.EncodeStateSensorFail",
5487            "Subsystem": "bmc_firmware",
5488            "ComponentID": "0x6000",
5489            "Severity": "unrecoverable",
5490            "SRC":
5491            {
5492                "ReasonCode": "0x6020",
5493                "Words6To9":
5494                {
5495                }
5496            },
5497            "Callouts": [
5498                {
5499                    "CalloutList": [
5500                        { "Priority": "high", "Procedure": "bmc_code" }
5501                    ]
5502                }
5503            ],
5504            "Documentation":
5505            {
5506                "Description": "Failed to encode state sensor request.",
5507                "Message": "Failed to encode state sensor request."
5508            }
5509        },
5510        {
5511            "Name": "xyz.openbmc_project.PLDM.Error.CMsubscribeFailure",
5512            "Subsystem": "bmc_firmware",
5513            "ComponentID": "0x6000",
5514            "Severity": "unrecoverable",
5515            "SRC":
5516            {
5517                "ReasonCode": "0x6021",
5518                "Words6To9":
5519                {
5520                }
5521            },
5522            "Callouts": [
5523                {
5524                    "CalloutList": [
5525                        { "Priority": "high", "Procedure": "bmc_code" }
5526                    ]
5527                }
5528            ],
5529            "Documentation":
5530            {
5531                "Description": "Failed to subscribe for concurrent maintenance of FRU.",
5532                "Message": "Failed to subscribe for concurrent maintenance of FRU."
5533            }
5534        },
5535        {
5536            "Name": "xyz.openbmc_project.PLDM.Error.setSurvTimer.RecvSurveillancePingFail",
5537            "Subsystem": "bmc_firmware",
5538            "ComponentID": "0x6000",
5539            "Severity": "non_error",
5540            "SRC":
5541            {
5542                "ReasonCode": "0x6022",
5543                "Words6To9":
5544                {
5545                }
5546            },
5547            "Callouts": [
5548                {
5549                    "CalloutList": [
5550                        { "Priority": "high", "Procedure": "bmc_code" }
5551                    ]
5552                }
5553            ],
5554            "Documentation":
5555            {
5556                "Description": "Host did not send a surveillance ping within stipulated timeout interval.",
5557                "Message": "Host did not send a surveillance ping within stipulated timeout interval."
5558            }
5559        },
5560        {
5561            "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryOffloadUriSetFail",
5562            "Subsystem": "bmc_firmware",
5563            "ComponentID": "0x6000",
5564            "Severity": "unrecoverable",
5565            "SRC":
5566            {
5567                "ReasonCode": "0x6023",
5568                "Words6To9":
5569                {
5570                }
5571            },
5572            "Callouts": [
5573                {
5574                    "CalloutList": [
5575                        { "Priority": "high", "Procedure": "bmc_code" }
5576                    ]
5577                }
5578            ],
5579            "Documentation":
5580            {
5581                "Description": "Failed to reset the dump offload URI path from the dump entry.",
5582                "Message": "Failed to reset the dump offload URI path from the dump entry."
5583            }
5584        },
5585        {
5586            "Name": "xyz.openbmc_project.PLDM.Error.SoftPowerOff.HostSoftOffTimeOut",
5587            "Subsystem": "bmc_firmware",
5588            "ComponentID": "0x6000",
5589            "Severity": "unrecoverable",
5590            "SRC":
5591            {
5592                "ReasonCode": "0x6024",
5593                "Words6To9":
5594                {
5595                }
5596            },
5597            "Callouts": [
5598                {
5599                    "CalloutList": [
5600                        { "Priority": "high", "Procedure": "bmc_code" }
5601                    ]
5602                }
5603            ],
5604            "Documentation":
5605            {
5606                "Description": "Host failed to complete the power off gracefully within the timeout.",
5607                "Message": "Host failed to complete the power off gracefully within the timeout."
5608            }
5609        }
5610    ]
5611}
5612