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