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