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