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
1472            "Documentation": {
1473                "Description": "SBE Boot timeout",
1474                "Message": "timeout reported during SBE boot process",
1475                "Notes": [
1476                    "The severity is set by the creator.",
1477                    "Check SBE Dump associated to this error to debug the failure."
1478                ]
1479            }
1480        },
1481
1482        {
1483            "Name": "org.open_power.Attn.Error.Terminate",
1484            "Subsystem": "cec_hardware",
1485            "Severity": "non_error",
1486
1487            "SRC": {
1488                "ReasonCode": "0xD138",
1489                "SymptomIDFields": [
1490                    "SRCWord3",
1491                    "SRCWord4",
1492                    "SRCWord5",
1493                    "SRCWord6",
1494                    "SRCWord7",
1495                    "SRCWord8",
1496                    "SRCWord9"
1497                ],
1498                "Words6To9": {}
1499            },
1500
1501            "Documentation": {
1502                "Description": "Status shows TI special attention active",
1503                "Message": "TI special attention detected",
1504                "Notes": [
1505                    "This entry is for any TI special attention event ",
1506                    "reported by the attention handler component"
1507                ]
1508            }
1509        },
1510
1511        {
1512            "Name": "org.open_power.Attn.Error.Fail",
1513            "Subsystem": "bmc_firmware",
1514            "Severity": "unrecoverable_loss_of_function",
1515
1516            "SRC": {
1517                "ReasonCode": "0xD13E",
1518                "Words6To9": {
1519                    "6": {
1520                        "Description": "Error code from attention handler",
1521                        "AdditionalDataPropSource": "ERROR_CODE"
1522                    }
1523                }
1524            },
1525            "Documentation": {
1526                "Description": "The attention handler encountered an error",
1527                "MessageArgSources": ["SRCWord6"],
1528                "Message": "Attention handler error %1",
1529                "Notes": ["Attention handler will provide error code"]
1530            }
1531        },
1532
1533        {
1534            "Name": "org.open_power.Attn.Error.Vital",
1535            "Subsystem": "processor_chip",
1536
1537            "SRC": {
1538                "ReasonCode": "0xD16D",
1539                "Words6To9": {}
1540            },
1541
1542            "Documentation": {
1543                "Description": "Status shows SBE vital attention active",
1544                "Message": "SBE vital attention detected",
1545                "Notes": [
1546                    "This entry is for any SBE vital attention event ",
1547                    "reported by the attention handler component"
1548                ]
1549            }
1550        },
1551
1552        {
1553            "Name": "org.open_power.HwDiags.Error.Checkstop",
1554            "PossibleSubsystems": [
1555                "processor",
1556                "processor_fru",
1557                "processor_unit",
1558                "processor_bus",
1559                "memory_ctlr",
1560                "memory_bus",
1561                "memory_dimm",
1562                "memory_fru",
1563                "phb",
1564                "cec_hardware",
1565                "cec_clocks",
1566                "cec_tod",
1567                "others"
1568            ],
1569            "Severity": "unrecoverable",
1570            "ActionFlags": ["service_action", "report", "call_home"],
1571
1572            "SRC": {
1573                "ReasonCode": "0xE510",
1574                "SymptomIDFields": ["SRCWord6", "SRCWord7", "SRCWord8"],
1575                "Words6To9": {
1576                    "6": {
1577                        "AdditionalDataPropSource": "SRC6"
1578                    },
1579                    "7": {
1580                        "AdditionalDataPropSource": "SRC7"
1581                    },
1582                    "8": {
1583                        "AdditionalDataPropSource": "SRC8"
1584                    }
1585                }
1586            },
1587
1588            "Documentation": {
1589                "Description": "A system checkstop attention has occurred",
1590                "MessageArgSources": ["SRCWord6", "SRCWord7", "SRCWord8"],
1591                "Message": "Error Signature: %1 %2 %3"
1592            }
1593        },
1594
1595        {
1596            "Name": "org.open_power.HwDiags.Error.Predictive",
1597            "PossibleSubsystems": [
1598                "processor",
1599                "processor_fru",
1600                "processor_unit",
1601                "processor_bus",
1602                "memory_ctlr",
1603                "memory_bus",
1604                "memory_dimm",
1605                "memory_fru",
1606                "phb",
1607                "cec_hardware",
1608                "cec_clocks",
1609                "cec_tod",
1610                "others"
1611            ],
1612            "Severity": "predictive",
1613            "ActionFlags": ["service_action", "report", "call_home"],
1614
1615            "SRC": {
1616                "ReasonCode": "0xE511",
1617                "SymptomIDFields": ["SRCWord6", "SRCWord7", "SRCWord8"],
1618                "Words6To9": {
1619                    "6": {
1620                        "AdditionalDataPropSource": "SRC6"
1621                    },
1622                    "7": {
1623                        "AdditionalDataPropSource": "SRC7"
1624                    },
1625                    "8": {
1626                        "AdditionalDataPropSource": "SRC8"
1627                    }
1628                }
1629            },
1630
1631            "Documentation": {
1632                "Description": "A hardware attention requiring service has occurred",
1633                "MessageArgSources": ["SRCWord6", "SRCWord7", "SRCWord8"],
1634                "Message": "Error Signature: %1 %2 %3"
1635            }
1636        },
1637
1638        {
1639            "Name": "org.open_power.HwDiags.Error.Informational",
1640            "PossibleSubsystems": [
1641                "processor",
1642                "processor_fru",
1643                "processor_unit",
1644                "processor_bus",
1645                "memory_ctlr",
1646                "memory_bus",
1647                "memory_dimm",
1648                "memory_fru",
1649                "phb",
1650                "cec_hardware",
1651                "cec_clocks",
1652                "cec_tod",
1653                "others"
1654            ],
1655            "Severity": "non_error",
1656            "ActionFlags": ["hidden", "dont_report"],
1657
1658            "SRC": {
1659                "ReasonCode": "0xE512",
1660                "SymptomIDFields": ["SRCWord6", "SRCWord7", "SRCWord8"],
1661                "Words6To9": {
1662                    "6": {
1663                        "AdditionalDataPropSource": "SRC6"
1664                    },
1665                    "7": {
1666                        "AdditionalDataPropSource": "SRC7"
1667                    },
1668                    "8": {
1669                        "AdditionalDataPropSource": "SRC8"
1670                    }
1671                }
1672            },
1673
1674            "Documentation": {
1675                "Description": "Manual analysis was initiated via the command line. FFDC only.",
1676                "MessageArgSources": ["SRCWord6", "SRCWord7", "SRCWord8"],
1677                "Message": "Error Signature: %1 %2 %3"
1678            }
1679        },
1680
1681        {
1682            "Name": "xyz.openbmc_project.Power.PowerSupply.Error.InputFault",
1683            "Subsystem": "power_supply",
1684            "ActionFlags": ["service_action", "report"],
1685            "ComponentID": "0x2700",
1686
1687            "SRC": {
1688                "Type": "11",
1689                "ReasonCode": "0x15F0",
1690                "Words6To9": {}
1691            },
1692
1693            "Callouts": [
1694                {
1695                    "CalloutList": [
1696                        { "Priority": "high", "SymbolicFRU": "pwrsply" }
1697                    ]
1698                }
1699            ],
1700
1701            "Documentation": {
1702                "Description": "Power Supply input power fault",
1703                "Message": "A power supply has indicated an input or under voltage condition.",
1704                "Notes": [
1705                    "Check the power supply cabling and/or input power ",
1706                    "source. The PWRSPLY procedure is used rather than ",
1707                    "calling out a location code, as typically these faults ",
1708                    "are related to the supplied power, the cable, or the ",
1709                    "cable connectors. If the input fault resolves down to an ",
1710                    "issue with the power supply itself, the power supply ",
1711                    "indicating this input fault should be called out. Add the ",
1712                    "CALLOUT_INVENTORY_PATH to the additional data, and set the",
1713                    "CALLOUT_PRIORITY to something other than high."
1714                ]
1715            },
1716
1717            "JournalCapture": {
1718                "Sections": [
1719                    {
1720                        "SyslogID": "phosphor-psu-monitor",
1721                        "NumLines": 30
1722                    },
1723                    {
1724                        "SyslogID": "phosphor-power-control",
1725                        "NumLines": 30
1726                    },
1727                    {
1728                        "SyslogID": "phosphor-chassis-state-manager",
1729                        "NumLines": 15
1730                    },
1731                    {
1732                        "SyslogID": "systemd",
1733                        "NumLines": 15
1734                    }
1735                ]
1736            }
1737        },
1738
1739        {
1740            "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Fault",
1741            "Subsystem": "power_supply",
1742            "ActionFlags": ["service_action", "report", "call_home"],
1743            "ComponentID": "0x2700",
1744
1745            "SRC": {
1746                "Type": "11",
1747                "ReasonCode": "0x15F1",
1748                "Words6To9": {}
1749            },
1750
1751            "Callouts": [
1752                {
1753                    "CalloutList": [
1754                        { "Priority": "medium", "SymbolicFRU": "pwrsply" }
1755                    ]
1756                }
1757            ],
1758
1759            "Documentation": {
1760                "Description": "Power Supply power fault",
1761                "Message": "The power supply detected a fault condition, see AdditionalData for further details.",
1762                "Notes": [
1763                    "The power supply reporting the fault should be called ",
1764                    "out using the CALLOUT_INVENTORY_PATH keyword. Include ",
1765                    "specific fault, STATUS_* details, and code level in the ",
1766                    "AdditionalData section."
1767                ]
1768            },
1769
1770            "JournalCapture": {
1771                "Sections": [
1772                    {
1773                        "SyslogID": "phosphor-psu-monitor",
1774                        "NumLines": 30
1775                    },
1776                    {
1777                        "SyslogID": "phosphor-power-control",
1778                        "NumLines": 30
1779                    },
1780                    {
1781                        "SyslogID": "phosphor-chassis-state-manager",
1782                        "NumLines": 15
1783                    },
1784                    {
1785                        "SyslogID": "systemd",
1786                        "NumLines": 15
1787                    }
1788                ]
1789            }
1790        },
1791
1792        {
1793            "Name": "xyz.openbmc_project.Power.PowerSupply.Error.CommFault",
1794            "Subsystem": "power_supply",
1795            "ActionFlags": ["service_action", "report", "call_home"],
1796            "ComponentID": "0x2700",
1797
1798            "SRC": {
1799                "Type": "11",
1800                "ReasonCode": "0x15F2",
1801                "Words6To9": {}
1802            },
1803
1804            "Callouts": [
1805                {
1806                    "CalloutList": [
1807                        { "Priority": "medium", "SymbolicFRU": "pwrsply" }
1808                    ]
1809                }
1810            ],
1811
1812            "Documentation": {
1813                "Description": "Power Supply non-power fault",
1814                "Message": "A communication failure occurred talking to the power supply",
1815                "Notes": [
1816                    "Communication problems with the power supply could be ",
1817                    "the power supply, or any hardware between it and the ",
1818                    "BMC. Reporting the error should be passing in a call ",
1819                    "out using CALLOUT_DEVICE_PATH."
1820                ]
1821            },
1822            "JournalCapture": {
1823                "Sections": [
1824                    {
1825                        "SyslogID": "phosphor-psu-monitor",
1826                        "NumLines": 30
1827                    },
1828                    {
1829                        "SyslogID": "phosphor-power-control",
1830                        "NumLines": 30
1831                    },
1832                    {
1833                        "SyslogID": "phosphor-chassis-state-manager",
1834                        "NumLines": 15
1835                    },
1836                    {
1837                        "SyslogID": "systemd",
1838                        "NumLines": 15
1839                    }
1840                ]
1841            }
1842        },
1843
1844        {
1845            "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Missing",
1846            "Subsystem": "power_supply",
1847            "ActionFlags": ["service_action", "report", "call_home"],
1848            "ComponentID": "0x2700",
1849
1850            "SRC": {
1851                "Type": "11",
1852                "ReasonCode": "0x15F6",
1853                "Words6To9": {}
1854            },
1855
1856            "Callouts": [
1857                {
1858                    "CalloutList": [
1859                        {
1860                            "Priority": "high",
1861                            "SymbolicFRUTrusted": "pwrsply",
1862                            "UseInventoryLocCode": true
1863                        }
1864                    ]
1865                }
1866            ],
1867
1868            "Documentation": {
1869                "Description": "Power Supply is missing",
1870                "Message": "A power supply that should be present is missing",
1871                "Notes": [
1872                    "The CalloutList should use the PWRSPLY symbolic FRU ",
1873                    "with the trusted location code property.  The ",
1874                    "location code in this callout is obtained from ",
1875                    "the passed in CALLOUT_INVENTORY_PATH value."
1876                ]
1877            },
1878
1879            "JournalCapture": {
1880                "Sections": [
1881                    {
1882                        "SyslogID": "phosphor-psu-monitor",
1883                        "NumLines": 30
1884                    },
1885                    {
1886                        "SyslogID": "phosphor-power-control",
1887                        "NumLines": 30
1888                    },
1889                    {
1890                        "SyslogID": "phosphor-chassis-state-manager",
1891                        "NumLines": 15
1892                    },
1893                    {
1894                        "SyslogID": "systemd",
1895                        "NumLines": 15
1896                    }
1897                ]
1898            }
1899        },
1900
1901        {
1902            "Name": "xyz.openbmc_project.Power.PowerSupply.Error.NotSupported",
1903            "Subsystem": "power_supply",
1904            "ActionFlags": ["service_action", "report", "call_home"],
1905            "ComponentID": "0x2700",
1906
1907            "SRC": {
1908                "Type": "11",
1909                "ReasonCode": "0x15F7",
1910                "Words6To9": {}
1911            },
1912
1913            "Callouts": [
1914                {
1915                    "CalloutList": [
1916                        { "Priority": "medium", "SymbolicFRU": "pwrsply" }
1917                    ]
1918                }
1919            ],
1920
1921            "Documentation": {
1922                "Description": "Power Supply configuration is not supported",
1923                "Message": "The power supply configuration is not supported",
1924                "Notes": [
1925                    "The combination of power supplies detected in the ",
1926                    "system is not supported. This could be caused by ",
1927                    "mismatched models, less than expected number of power ",
1928                    "supplies, or other unsupported characteristics."
1929                ]
1930            },
1931
1932            "JournalCapture": {
1933                "Sections": [
1934                    {
1935                        "SyslogID": "phosphor-psu-monitor",
1936                        "NumLines": 30
1937                    },
1938                    {
1939                        "SyslogID": "phosphor-power-control",
1940                        "NumLines": 30
1941                    },
1942                    {
1943                        "SyslogID": "phosphor-chassis-state-manager",
1944                        "NumLines": 15
1945                    },
1946                    {
1947                        "SyslogID": "systemd",
1948                        "NumLines": 15
1949                    }
1950                ]
1951            }
1952        },
1953
1954        {
1955            "Name": "xyz.openbmc_project.Power.PowerSupply.Error.FanFault",
1956            "Subsystem": "power_supply",
1957            "ActionFlags": ["service_action", "report", "call_home"],
1958            "ComponentID": "0x2700",
1959
1960            "SRC": {
1961                "Type": "11",
1962                "ReasonCode": "0x15FF",
1963                "Words6To9": {}
1964            },
1965
1966            "Callouts": [
1967                {
1968                    "CalloutList": [
1969                        { "Priority": "medium", "SymbolicFRU": "pwrsply" }
1970                    ]
1971                }
1972            ],
1973
1974            "Documentation": {
1975                "Description": "Power Supply fan fault",
1976                "Message": "A power supply indicated a fan fault has occurred",
1977                "Notes": [
1978                    "The power supply reporting the fault should be called ",
1979                    "out using the CALLOUT_INVENTORY_PATH keyword. Include ",
1980                    "specific fault, STATUS_* details, and code level in the ",
1981                    "AdditionalData section."
1982                ]
1983            },
1984
1985            "JournalCapture": {
1986                "Sections": [
1987                    {
1988                        "SyslogID": "phosphor-psu-monitor",
1989                        "NumLines": 30
1990                    },
1991                    {
1992                        "SyslogID": "phosphor-power-control",
1993                        "NumLines": 30
1994                    },
1995                    {
1996                        "SyslogID": "phosphor-chassis-state-manager",
1997                        "NumLines": 15
1998                    },
1999                    {
2000                        "SyslogID": "systemd",
2001                        "NumLines": 15
2002                    }
2003                ]
2004            }
2005        },
2006
2007        {
2008            "Name": "xyz.openbmc_project.Power.PowerSupply.Error.IoutOCFault",
2009            "Subsystem": "power_supply",
2010            "ActionFlags": ["service_action", "report", "call_home"],
2011            "ComponentID": "0x2700",
2012
2013            "SRC": {
2014                "Type": "11",
2015                "ReasonCode": "0x1B01",
2016                "Words6To9": {}
2017            },
2018
2019            "Callouts": [
2020                {
2021                    "CalloutList": [
2022                        { "Priority": "high", "Procedure": "power_overcurrent" }
2023                    ]
2024                }
2025            ],
2026
2027            "Documentation": {
2028                "Description": "Power Supply output over-current power fault",
2029                "Message": "A power supply has indicated an output over-current condition."
2030            },
2031
2032            "JournalCapture": {
2033                "Sections": [
2034                    {
2035                        "SyslogID": "phosphor-psu-monitor",
2036                        "NumLines": 30
2037                    },
2038                    {
2039                        "SyslogID": "phosphor-power-control",
2040                        "NumLines": 30
2041                    },
2042                    {
2043                        "SyslogID": "phosphor-chassis-state-manager",
2044                        "NumLines": 15
2045                    },
2046                    {
2047                        "SyslogID": "systemd",
2048                        "NumLines": 15
2049                    }
2050                ]
2051            }
2052        },
2053
2054        {
2055            "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Blackout",
2056            "Subsystem": "power",
2057            "ActionFlags": ["report", "service_action"],
2058            "ComponentID": "0x2700",
2059
2060            "SRC": {
2061                "Type": "11",
2062                "ReasonCode": "0x00AC",
2063                "Words6To9": {}
2064            },
2065
2066            "Callouts": [
2067                {
2068                    "CalloutList": [
2069                        { "Priority": "high", "SymbolicFRU": "ac_module" }
2070                    ]
2071                }
2072            ],
2073
2074            "Documentation": {
2075                "Description": "Input power was lost while the system was powered on.",
2076                "Message": "Input power was lost while the system was powered on.",
2077                "Notes": [
2078                    "Input power was lost while system powered on.",
2079                    "The CalloutList should use the ACMODUL symbolic FRU."
2080                ]
2081            },
2082
2083            "JournalCapture": {
2084                "Sections": [
2085                    {
2086                        "SyslogID": "phosphor-psu-monitor",
2087                        "NumLines": 30
2088                    },
2089                    {
2090                        "SyslogID": "phosphor-power-control",
2091                        "NumLines": 30
2092                    },
2093                    {
2094                        "SyslogID": "phosphor-chassis-state-manager",
2095                        "NumLines": 15
2096                    },
2097                    {
2098                        "SyslogID": "systemd",
2099                        "NumLines": 15
2100                    }
2101                ]
2102            }
2103        },
2104
2105        {
2106            "Name": "xyz.openbmc_project.Power.PowerSupply.Error.PSKillFault",
2107            "Subsystem": "power_supply",
2108            "ActionFlags": ["service_action", "report", "call_home"],
2109            "ComponentID": "0x2700",
2110
2111            "SRC": {
2112                "Type": "11",
2113                "ReasonCode": "0x2500",
2114                "Words6To9": {}
2115            },
2116
2117            "Callouts": [
2118                {
2119                    "CalloutList": [
2120                        { "Priority": "high", "Procedure": "power_overcurrent" }
2121                    ]
2122                }
2123            ],
2124
2125            "Documentation": {
2126                "Description": "A power supply fault is potentially preventing the power supply from allowing the system to power on.",
2127                "Message": "Power supply PSKill_fault",
2128                "Notes": []
2129            },
2130
2131            "JournalCapture": {
2132                "Sections": [
2133                    {
2134                        "SyslogID": "phosphor-psu-monitor",
2135                        "NumLines": 30
2136                    },
2137                    {
2138                        "SyslogID": "phosphor-power-control",
2139                        "NumLines": 30
2140                    },
2141                    {
2142                        "SyslogID": "phosphor-chassis-state-manager",
2143                        "NumLines": 15
2144                    },
2145                    {
2146                        "SyslogID": "systemd",
2147                        "NumLines": 15
2148                    }
2149                ]
2150            }
2151        },
2152
2153        {
2154            "Name": "xyz.openbmc_project.Power.Error.Shutdown",
2155            "Subsystem": "power_sequencer",
2156            "ComponentID": "0x2700",
2157
2158            "SRC": {
2159                "Type": "11",
2160                "ReasonCode": "0x2600",
2161                "Words6To9": {}
2162            },
2163
2164            "Callouts": [
2165                {
2166                    "CalloutList": [
2167                        { "Priority": "high", "SymbolicFRU": "pgood_part" }
2168                    ]
2169                }
2170            ],
2171
2172            "Documentation": {
2173                "Description": "A power off was issued because a power fault was detected",
2174                "Message": "A power off was issued because a power fault was detected",
2175                "Notes": []
2176            },
2177
2178            "JournalCapture": {
2179                "Sections": [
2180                    {
2181                        "SyslogID": "phosphor-psu-monitor",
2182                        "NumLines": 30
2183                    },
2184                    {
2185                        "SyslogID": "phosphor-power-control",
2186                        "NumLines": 30
2187                    },
2188                    {
2189                        "SyslogID": "phosphor-chassis-state-manager",
2190                        "NumLines": 15
2191                    },
2192                    {
2193                        "SyslogID": "systemd",
2194                        "NumLines": 15
2195                    },
2196                    {
2197                        "SyslogID": "phosphor-regulators",
2198                        "NumLines": 5
2199                    }
2200                ]
2201            }
2202        },
2203
2204        {
2205            "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Regulator",
2206            "Subsystem": "power_control_hw",
2207            "Severity": "critical_system_term",
2208            "ComponentID": "0x2700",
2209
2210            "SRC": {
2211                "Type": "11",
2212                "ReasonCode": "0x2602",
2213                "Words6To9": {}
2214            },
2215
2216            "Callouts": [
2217                {
2218                    "System": "ibm,rainier",
2219                    "CalloutList": [
2220                        {
2221                            "Priority": "high",
2222                            "LocCode": "P0-C5"
2223                        },
2224                        {
2225                            "Priority": "medium",
2226                            "LocCode": "P0"
2227                        }
2228                    ]
2229                },
2230                {
2231                    "System": "ibm,everest",
2232                    "CalloutList": [
2233                        {
2234                            "Priority": "high",
2235                            "LocCode": "P0-C59"
2236                        },
2237                        {
2238                            "Priority": "medium",
2239                            "LocCode": "P0"
2240                        }
2241                    ]
2242                }
2243            ],
2244
2245            "Documentation": {
2246                "Description": "A power off was issued because a regulator for standby power faulted",
2247                "Message": "A power off was issued because a regulator for standby power faulted",
2248                "Notes": []
2249            },
2250
2251            "JournalCapture": {
2252                "Sections": [
2253                    {
2254                        "SyslogID": "phosphor-psu-monitor",
2255                        "NumLines": 30
2256                    },
2257                    {
2258                        "SyslogID": "phosphor-power-control",
2259                        "NumLines": 30
2260                    },
2261                    {
2262                        "SyslogID": "phosphor-chassis-state-manager",
2263                        "NumLines": 15
2264                    },
2265                    {
2266                        "SyslogID": "systemd",
2267                        "NumLines": 15
2268                    },
2269                    {
2270                        "SyslogID": "phosphor-regulators",
2271                        "NumLines": 5
2272                    }
2273                ]
2274            }
2275        },
2276
2277        {
2278            "Name": "xyz.openbmc_project.Power.Error.PowerSequencerPGOODFault",
2279            "Subsystem": "power_sequencer",
2280            "ComponentID": "0x2700",
2281
2282            "SRC": {
2283                "Type": "11",
2284                "ReasonCode": "0x2610",
2285                "Words6To9": {}
2286            },
2287
2288            "CalloutsUsingAD": {
2289                "ADName": "INPUT_NAME",
2290                "CalloutsWithTheirADValues": [
2291                    {
2292                        "ADValue": "PGOOD_12A",
2293                        "Callouts": [
2294                            {
2295                                "CalloutList": [
2296                                    {
2297                                        "Priority": "high",
2298                                        "SymbolicFRU": "pgood_part"
2299                                    }
2300                                ]
2301                            }
2302                        ]
2303                    },
2304                    {
2305                        "ADValue": "PGOOD_12B",
2306                        "Callouts": [
2307                            {
2308                                "CalloutList": [
2309                                    {
2310                                        "Priority": "high",
2311                                        "SymbolicFRU": "pgood_part"
2312                                    }
2313                                ]
2314                            }
2315                        ]
2316                    },
2317                    {
2318                        "ADValue": "PGOOD_12C",
2319                        "Callouts": [
2320                            {
2321                                "CalloutList": [
2322                                    {
2323                                        "Priority": "high",
2324                                        "SymbolicFRU": "pgood_part"
2325                                    }
2326                                ]
2327                            }
2328                        ]
2329                    },
2330                    {
2331                        "ADValue": "PGOOD_12D",
2332                        "Callouts": [
2333                            {
2334                                "CalloutList": [
2335                                    {
2336                                        "Priority": "high",
2337                                        "SymbolicFRU": "pgood_part"
2338                                    }
2339                                ]
2340                            }
2341                        ]
2342                    },
2343                    {
2344                        "ADValue": "PGOOD_12L",
2345                        "Callouts": [
2346                            {
2347                                "CalloutList": [
2348                                    {
2349                                        "Priority": "high",
2350                                        "SymbolicFRU": "pgood_part"
2351                                    }
2352                                ]
2353                            }
2354                        ]
2355                    },
2356                    {
2357                        "ADValue": "PGOOD_12M",
2358                        "Callouts": [
2359                            {
2360                                "CalloutList": [
2361                                    {
2362                                        "Priority": "high",
2363                                        "SymbolicFRU": "pgood_part"
2364                                    }
2365                                ]
2366                            }
2367                        ]
2368                    },
2369                    {
2370                        "ADValue": "PGOOD_12N",
2371                        "Callouts": [
2372                            {
2373                                "CalloutList": [
2374                                    {
2375                                        "Priority": "high",
2376                                        "SymbolicFRU": "pgood_part"
2377                                    }
2378                                ]
2379                            }
2380                        ]
2381                    },
2382                    {
2383                        "ADValue": "PGOOD_12PCIE",
2384                        "Callouts": [
2385                            {
2386                                "CalloutList": [
2387                                    {
2388                                        "Priority": "high",
2389                                        "SymbolicFRU": "pgood_part"
2390                                    }
2391                                ]
2392                            }
2393                        ]
2394                    },
2395                    {
2396                        "ADValue": "PGOOD_12Q",
2397                        "Callouts": [
2398                            {
2399                                "CalloutList": [
2400                                    {
2401                                        "Priority": "high",
2402                                        "SymbolicFRU": "pgood_part"
2403                                    }
2404                                ]
2405                            }
2406                        ]
2407                    },
2408                    {
2409                        "ADValue": "PGOOD_VDN_DCM0",
2410                        "Callouts": [
2411                            {
2412                                "CalloutList": [
2413                                    { "Priority": "high", "LocCode": "P0-C14" },
2414                                    {
2415                                        "Priority": "medium",
2416                                        "LocCode": "P0-C15"
2417                                    },
2418                                    { "Priority": "low", "LocCode": "P0" }
2419                                ]
2420                            }
2421                        ]
2422                    },
2423                    {
2424                        "ADValue": "PGOOD_VDN_DCM1",
2425                        "Callouts": [
2426                            {
2427                                "CalloutList": [
2428                                    { "Priority": "high", "LocCode": "P0-C23" },
2429                                    {
2430                                        "Priority": "medium",
2431                                        "LocCode": "P0-C24"
2432                                    },
2433                                    { "Priority": "low", "LocCode": "P0" }
2434                                ]
2435                            }
2436                        ]
2437                    },
2438                    {
2439                        "ADValue": "PGOOD_VCS_DCM0",
2440                        "Callouts": [
2441                            {
2442                                "CalloutList": [
2443                                    { "Priority": "high", "LocCode": "P0-C14" },
2444                                    {
2445                                        "Priority": "medium",
2446                                        "LocCode": "P0-C15"
2447                                    },
2448                                    { "Priority": "low", "LocCode": "P0" }
2449                                ]
2450                            }
2451                        ]
2452                    },
2453                    {
2454                        "ADValue": "PGOOD_VCS_DCM1",
2455                        "Callouts": [
2456                            {
2457                                "CalloutList": [
2458                                    { "Priority": "high", "LocCode": "P0-C23" },
2459                                    {
2460                                        "Priority": "medium",
2461                                        "LocCode": "P0-C24"
2462                                    },
2463                                    { "Priority": "low", "LocCode": "P0" }
2464                                ]
2465                            }
2466                        ]
2467                    },
2468                    {
2469                        "ADValue": "PGOOD_VIO_DCM0",
2470                        "Callouts": [
2471                            {
2472                                "CalloutList": [
2473                                    { "Priority": "high", "LocCode": "P0-C14" },
2474                                    {
2475                                        "Priority": "medium",
2476                                        "LocCode": "P0-C15"
2477                                    },
2478                                    { "Priority": "low", "LocCode": "P0" }
2479                                ]
2480                            }
2481                        ]
2482                    },
2483                    {
2484                        "ADValue": "PGOOD_VIO_DCM1",
2485                        "Callouts": [
2486                            {
2487                                "CalloutList": [
2488                                    { "Priority": "high", "LocCode": "P0-C23" },
2489                                    {
2490                                        "Priority": "medium",
2491                                        "LocCode": "P0-C24"
2492                                    },
2493                                    { "Priority": "low", "LocCode": "P0" }
2494                                ]
2495                            }
2496                        ]
2497                    },
2498                    {
2499                        "ADValue": "PGOOD_VPCIE_DCM0",
2500                        "Callouts": [
2501                            {
2502                                "CalloutList": [
2503                                    { "Priority": "high", "LocCode": "P0-C14" },
2504                                    {
2505                                        "Priority": "medium",
2506                                        "LocCode": "P0-C15"
2507                                    },
2508                                    { "Priority": "low", "LocCode": "P0" }
2509                                ]
2510                            }
2511                        ]
2512                    },
2513                    {
2514                        "ADValue": "PGOOD_VPCIE_DCM1",
2515                        "Callouts": [
2516                            {
2517                                "CalloutList": [
2518                                    { "Priority": "high", "LocCode": "P0-C23" },
2519                                    {
2520                                        "Priority": "medium",
2521                                        "LocCode": "P0-C24"
2522                                    },
2523                                    { "Priority": "low", "LocCode": "P0" }
2524                                ]
2525                            }
2526                        ]
2527                    },
2528                    {
2529                        "ADValue": "CP0_VPCIE",
2530                        "Callouts": [
2531                            {
2532                                "CalloutList": [
2533                                    { "Priority": "high", "LocCode": "P0-C58" },
2534                                    {
2535                                        "Priority": "medium",
2536                                        "LocCode": "P0-C61"
2537                                    },
2538                                    { "Priority": "low", "LocCode": "P0" }
2539                                ]
2540                            }
2541                        ]
2542                    },
2543                    {
2544                        "ADValue": "CP1_VPCIE",
2545                        "Callouts": [
2546                            {
2547                                "CalloutList": [
2548                                    { "Priority": "high", "LocCode": "P0-C16" },
2549                                    {
2550                                        "Priority": "medium",
2551                                        "LocCode": "P0-C14"
2552                                    },
2553                                    { "Priority": "low", "LocCode": "P0" }
2554                                ]
2555                            }
2556                        ]
2557                    },
2558                    {
2559                        "ADValue": "CP2_VPCIE",
2560                        "Callouts": [
2561                            {
2562                                "CalloutList": [
2563                                    { "Priority": "high", "LocCode": "P0-C16" },
2564                                    {
2565                                        "Priority": "medium",
2566                                        "LocCode": "P0-C19"
2567                                    },
2568                                    { "Priority": "low", "LocCode": "P0" }
2569                                ]
2570                            }
2571                        ]
2572                    },
2573                    {
2574                        "ADValue": "CP3_VPCIE",
2575                        "Callouts": [
2576                            {
2577                                "CalloutList": [
2578                                    { "Priority": "high", "LocCode": "P0-C58" },
2579                                    {
2580                                        "Priority": "medium",
2581                                        "LocCode": "P0-C56"
2582                                    },
2583                                    { "Priority": "low", "LocCode": "P0" }
2584                                ]
2585                            }
2586                        ]
2587                    },
2588                    {
2589                        "ADValue": "5.0V_USB_front",
2590                        "Callouts": [
2591                            {
2592                                "CalloutList": [
2593                                    {
2594                                        "Priority": "high",
2595                                        "SymbolicFRU": "usb_pgood"
2596                                    },
2597                                    { "Priority": "low", "LocCode": "P1" },
2598                                    { "Priority": "low", "LocCode": "P0" }
2599                                ]
2600                            }
2601                        ]
2602                    },
2603                    {
2604                        "ADValue": "CP0_VDN",
2605                        "Callouts": [
2606                            {
2607                                "CalloutList": [
2608                                    { "Priority": "high", "LocCode": "P0-C63" },
2609                                    {
2610                                        "Priority": "medium",
2611                                        "LocCode": "P0-C61"
2612                                    },
2613                                    { "Priority": "low", "LocCode": "P0" }
2614                                ]
2615                            }
2616                        ]
2617                    },
2618                    {
2619                        "ADValue": "CP1_VDN",
2620                        "Callouts": [
2621                            {
2622                                "CalloutList": [
2623                                    { "Priority": "high", "LocCode": "P0-C12" },
2624                                    {
2625                                        "Priority": "medium",
2626                                        "LocCode": "P0-C14"
2627                                    },
2628                                    { "Priority": "low", "LocCode": "P0" }
2629                                ]
2630                            }
2631                        ]
2632                    },
2633                    {
2634                        "ADValue": "CP2_VDN",
2635                        "Callouts": [
2636                            {
2637                                "CalloutList": [
2638                                    { "Priority": "high", "LocCode": "P0-C21" },
2639                                    {
2640                                        "Priority": "medium",
2641                                        "LocCode": "P0-C19"
2642                                    },
2643                                    { "Priority": "low", "LocCode": "P0" }
2644                                ]
2645                            }
2646                        ]
2647                    },
2648                    {
2649                        "ADValue": "CP3_VDN",
2650                        "Callouts": [
2651                            {
2652                                "CalloutList": [
2653                                    { "Priority": "high", "LocCode": "P0-C54" },
2654                                    {
2655                                        "Priority": "medium",
2656                                        "LocCode": "P0-C56"
2657                                    },
2658                                    { "Priority": "low", "LocCode": "P0" }
2659                                ]
2660                            }
2661                        ]
2662                    },
2663                    {
2664                        "ADValue": "CP0_VIO",
2665                        "Callouts": [
2666                            {
2667                                "CalloutList": [
2668                                    { "Priority": "high", "LocCode": "P0-C63" },
2669                                    {
2670                                        "Priority": "medium",
2671                                        "LocCode": "P0-C61"
2672                                    },
2673                                    { "Priority": "low", "LocCode": "P0" }
2674                                ]
2675                            }
2676                        ]
2677                    },
2678                    {
2679                        "ADValue": "CP1_VIO",
2680                        "Callouts": [
2681                            {
2682                                "CalloutList": [
2683                                    { "Priority": "high", "LocCode": "P0-C12" },
2684                                    {
2685                                        "Priority": "medium",
2686                                        "LocCode": "P0-C14"
2687                                    },
2688                                    { "Priority": "low", "LocCode": "P0" }
2689                                ]
2690                            }
2691                        ]
2692                    },
2693                    {
2694                        "ADValue": "CP2_VIO",
2695                        "Callouts": [
2696                            {
2697                                "CalloutList": [
2698                                    { "Priority": "high", "LocCode": "P0-C21" },
2699                                    {
2700                                        "Priority": "medium",
2701                                        "LocCode": "P0-C19"
2702                                    },
2703                                    { "Priority": "low", "LocCode": "P0" }
2704                                ]
2705                            }
2706                        ]
2707                    },
2708                    {
2709                        "ADValue": "CP3_VIO",
2710                        "Callouts": [
2711                            {
2712                                "CalloutList": [
2713                                    { "Priority": "high", "LocCode": "P0-C54" },
2714                                    {
2715                                        "Priority": "medium",
2716                                        "LocCode": "P0-C56"
2717                                    },
2718                                    { "Priority": "low", "LocCode": "P0" }
2719                                ]
2720                            }
2721                        ]
2722                    },
2723                    {
2724                        "ADValue": "12P0VB_PG_OK",
2725                        "Callouts": [
2726                            {
2727                                "CalloutList": [
2728                                    {
2729                                        "Priority": "high",
2730                                        "SymbolicFRU": "pgood_part"
2731                                    }
2732                                ]
2733                            }
2734                        ]
2735                    },
2736                    {
2737                        "ADValue": "12P0VA_PG_OK",
2738                        "Callouts": [
2739                            {
2740                                "CalloutList": [
2741                                    {
2742                                        "Priority": "high",
2743                                        "SymbolicFRU": "pgood_part"
2744                                    }
2745                                ]
2746                            }
2747                        ]
2748                    }
2749                ]
2750            },
2751
2752            "Documentation": {
2753                "Description": "The power sequencer chip detected a PGOOD fault",
2754                "Message": "The power sequencer chip detected a PGOOD fault",
2755                "Notes": []
2756            },
2757
2758            "JournalCapture": {
2759                "Sections": [
2760                    {
2761                        "SyslogID": "phosphor-psu-monitor",
2762                        "NumLines": 30
2763                    },
2764                    {
2765                        "SyslogID": "phosphor-power-control",
2766                        "NumLines": 30
2767                    },
2768                    {
2769                        "SyslogID": "phosphor-chassis-state-manager",
2770                        "NumLines": 15
2771                    },
2772                    {
2773                        "SyslogID": "systemd",
2774                        "NumLines": 15
2775                    },
2776                    {
2777                        "SyslogID": "phosphor-regulators",
2778                        "NumLines": 5
2779                    }
2780                ]
2781            }
2782        },
2783
2784        {
2785            "Name": "xyz.openbmc_project.Power.Error.PowerSequencerVoltageFault",
2786            "Subsystem": "power_sequencer",
2787            "ComponentID": "0x2700",
2788
2789            "SRC": {
2790                "Type": "11",
2791                "ReasonCode": "0x2620",
2792                "Words6To9": {}
2793            },
2794
2795            "CalloutsUsingAD": {
2796                "ADName": "RAIL_NAME",
2797                "CalloutsWithTheirADValues": [
2798                    {
2799                        "ADValue": "12.0V",
2800                        "Callouts": [
2801                            {
2802                                "CalloutList": [
2803                                    {
2804                                        "Priority": "high",
2805                                        "SymbolicFRU": "pgood_part"
2806                                    }
2807                                ]
2808                            }
2809                        ]
2810                    },
2811                    {
2812                        "ADValue": "5.0V_USB",
2813                        "Callouts": [
2814                            {
2815                                "CalloutList": [
2816                                    {
2817                                        "Priority": "high",
2818                                        "SymbolicFRU": "usb_pgood"
2819                                    },
2820                                    { "Priority": "medium", "LocCode": "P0" }
2821                                ]
2822                            }
2823                        ]
2824                    },
2825                    {
2826                        "ADValue": "5.0V_DASD",
2827                        "Callouts": [
2828                            {
2829                                "CalloutList": [
2830                                    { "Priority": "medium", "LocCode": "P1" },
2831                                    { "Priority": "medium", "LocCode": "P2" },
2832                                    { "Priority": "low", "LocCode": "P0" }
2833                                ]
2834                            }
2835                        ]
2836                    },
2837                    {
2838                        "ADValue": "3.3VA",
2839                        "Callouts": [
2840                            {
2841                                "CalloutList": [
2842                                    { "Priority": "high", "LocCode": "P0" }
2843                                ]
2844                            }
2845                        ]
2846                    },
2847                    {
2848                        "ADValue": "3.3VB",
2849                        "Callouts": [
2850                            {
2851                                "CalloutList": [
2852                                    { "Priority": "high", "LocCode": "P0" }
2853                                ]
2854                            }
2855                        ]
2856                    },
2857                    {
2858                        "ADValue": "1.5V",
2859                        "Callouts": [
2860                            {
2861                                "CalloutList": [
2862                                    { "Priority": "high", "LocCode": "P0" }
2863                                ]
2864                            }
2865                        ]
2866                    },
2867                    {
2868                        "ADValue": "1.1V",
2869                        "Callouts": [
2870                            {
2871                                "CalloutList": [
2872                                    { "Priority": "high", "LocCode": "P0" }
2873                                ]
2874                            }
2875                        ]
2876                    },
2877                    {
2878                        "ADValue": "VDDA_DCM0",
2879                        "Callouts": [
2880                            {
2881                                "CalloutList": [
2882                                    { "Priority": "high", "LocCode": "P0-C14" },
2883                                    {
2884                                        "Priority": "medium",
2885                                        "LocCode": "P0-C15"
2886                                    },
2887                                    { "Priority": "low", "LocCode": "P0" }
2888                                ]
2889                            }
2890                        ]
2891                    },
2892                    {
2893                        "ADValue": "VDDB_DCM0",
2894                        "Callouts": [
2895                            {
2896                                "CalloutList": [
2897                                    { "Priority": "high", "LocCode": "P0-C14" },
2898                                    {
2899                                        "Priority": "medium",
2900                                        "LocCode": "P0-C15"
2901                                    },
2902                                    { "Priority": "low", "LocCode": "P0" }
2903                                ]
2904                            }
2905                        ]
2906                    },
2907                    {
2908                        "ADValue": "VDDA_DCM1",
2909                        "Callouts": [
2910                            {
2911                                "CalloutList": [
2912                                    { "Priority": "high", "LocCode": "P0-C23" },
2913                                    {
2914                                        "Priority": "medium",
2915                                        "LocCode": "P0-C24"
2916                                    },
2917                                    { "Priority": "low", "LocCode": "P0" }
2918                                ]
2919                            }
2920                        ]
2921                    },
2922                    {
2923                        "ADValue": "VDDB_DCM1",
2924                        "Callouts": [
2925                            {
2926                                "CalloutList": [
2927                                    { "Priority": "high", "LocCode": "P0-C23" },
2928                                    {
2929                                        "Priority": "medium",
2930                                        "LocCode": "P0-C24"
2931                                    },
2932                                    { "Priority": "low", "LocCode": "P0" }
2933                                ]
2934                            }
2935                        ]
2936                    },
2937                    {
2938                        "ADValue": "12.0VCS",
2939                        "Callouts": [
2940                            {
2941                                "CalloutList": [
2942                                    {
2943                                        "Priority": "high",
2944                                        "SymbolicFRU": "pgood_part"
2945                                    }
2946                                ]
2947                            }
2948                        ]
2949                    },
2950                    {
2951                        "ADValue": "3.3VCS",
2952                        "Callouts": [
2953                            {
2954                                "CalloutList": [
2955                                    { "Priority": "high", "LocCode": "P0" }
2956                                ]
2957                            }
2958                        ]
2959                    },
2960                    {
2961                        "ADValue": "1.1V_Current",
2962                        "Callouts": [
2963                            {
2964                                "CalloutList": [
2965                                    { "Priority": "high", "LocCode": "P0" }
2966                                ]
2967                            }
2968                        ]
2969                    },
2970                    {
2971                        "ADValue": "5.0V_USB_Current",
2972                        "Callouts": [
2973                            {
2974                                "CalloutList": [
2975                                    {
2976                                        "Priority": "high",
2977                                        "SymbolicFRU": "usb_pgood"
2978                                    },
2979                                    { "Priority": "medium", "LocCode": "P0" }
2980                                ]
2981                            }
2982                        ]
2983                    },
2984                    {
2985                        "ADValue": "5.0V_DASD_Current",
2986                        "Callouts": [
2987                            {
2988                                "CalloutList": [
2989                                    { "Priority": "medium", "LocCode": "P1" },
2990                                    { "Priority": "medium", "LocCode": "P2" },
2991                                    { "Priority": "low", "LocCode": "P0" }
2992                                ]
2993                            }
2994                        ]
2995                    },
2996                    {
2997                        "ADValue": "12.0VN",
2998                        "Callouts": [
2999                            {
3000                                "CalloutList": [
3001                                    {
3002                                        "Priority": "high",
3003                                        "SymbolicFRU": "pgood_part"
3004                                    }
3005                                ]
3006                            }
3007                        ]
3008                    },
3009                    {
3010                        "ADValue": "12.0VP",
3011                        "Callouts": [
3012                            {
3013                                "CalloutList": [
3014                                    {
3015                                        "Priority": "high",
3016                                        "SymbolicFRU": "pgood_part"
3017                                    }
3018                                ]
3019                            }
3020                        ]
3021                    },
3022                    {
3023                        "ADValue": "12.0VQ",
3024                        "Callouts": [
3025                            {
3026                                "CalloutList": [
3027                                    {
3028                                        "Priority": "high",
3029                                        "SymbolicFRU": "pgood_part"
3030                                    }
3031                                ]
3032                            }
3033                        ]
3034                    },
3035                    {
3036                        "ADValue": "12.0VR",
3037                        "Callouts": [
3038                            {
3039                                "CalloutList": [
3040                                    {
3041                                        "Priority": "high",
3042                                        "SymbolicFRU": "pgood_part"
3043                                    }
3044                                ]
3045                            }
3046                        ]
3047                    },
3048                    {
3049                        "ADValue": "ThermalDiode1",
3050                        "Callouts": [
3051                            {
3052                                "CalloutList": [
3053                                    { "Priority": "high", "LocCode": "P0" }
3054                                ]
3055                            }
3056                        ]
3057                    },
3058                    {
3059                        "ADValue": "ThermalDiode2",
3060                        "Callouts": [
3061                            {
3062                                "CalloutList": [
3063                                    { "Priority": "high", "LocCode": "P0" }
3064                                ]
3065                            }
3066                        ]
3067                    },
3068                    {
3069                        "ADValue": "ThermalDiode3",
3070                        "Callouts": [
3071                            {
3072                                "CalloutList": [
3073                                    { "Priority": "high", "LocCode": "P0" }
3074                                ]
3075                            }
3076                        ]
3077                    },
3078                    {
3079                        "ADValue": "ThermalDiode4",
3080                        "Callouts": [
3081                            {
3082                                "CalloutList": [
3083                                    { "Priority": "high", "LocCode": "P0" }
3084                                ]
3085                            }
3086                        ]
3087                    },
3088                    {
3089                        "ADValue": "VDN_DCM0",
3090                        "Callouts": [
3091                            {
3092                                "CalloutList": [
3093                                    { "Priority": "high", "LocCode": "P0-C14" },
3094                                    {
3095                                        "Priority": "medium",
3096                                        "LocCode": "P0-C15"
3097                                    },
3098                                    { "Priority": "low", "LocCode": "P0" }
3099                                ]
3100                            }
3101                        ]
3102                    },
3103                    {
3104                        "ADValue": "VDN_DCM1",
3105                        "Callouts": [
3106                            {
3107                                "CalloutList": [
3108                                    { "Priority": "high", "LocCode": "P0-C23" },
3109                                    {
3110                                        "Priority": "medium",
3111                                        "LocCode": "P0-C24"
3112                                    },
3113                                    { "Priority": "low", "LocCode": "P0" }
3114                                ]
3115                            }
3116                        ]
3117                    },
3118                    {
3119                        "ADValue": "VCS_DCM0",
3120                        "Callouts": [
3121                            {
3122                                "CalloutList": [
3123                                    { "Priority": "high", "LocCode": "P0-C14" },
3124                                    {
3125                                        "Priority": "medium",
3126                                        "LocCode": "P0-C15"
3127                                    },
3128                                    { "Priority": "low", "LocCode": "P0" }
3129                                ]
3130                            }
3131                        ]
3132                    },
3133                    {
3134                        "ADValue": "VCS_DCM1",
3135                        "Callouts": [
3136                            {
3137                                "CalloutList": [
3138                                    { "Priority": "high", "LocCode": "P0-C23" },
3139                                    {
3140                                        "Priority": "medium",
3141                                        "LocCode": "P0-C24"
3142                                    },
3143                                    { "Priority": "low", "LocCode": "P0" }
3144                                ]
3145                            }
3146                        ]
3147                    },
3148                    {
3149                        "ADValue": "VIO_DCM0",
3150                        "Callouts": [
3151                            {
3152                                "CalloutList": [
3153                                    { "Priority": "high", "LocCode": "P0-C14" },
3154                                    {
3155                                        "Priority": "medium",
3156                                        "LocCode": "P0-C15"
3157                                    },
3158                                    { "Priority": "low", "LocCode": "P0" }
3159                                ]
3160                            }
3161                        ]
3162                    },
3163                    {
3164                        "ADValue": "VIO_DCM1",
3165                        "Callouts": [
3166                            {
3167                                "CalloutList": [
3168                                    { "Priority": "high", "LocCode": "P0-C23" },
3169                                    {
3170                                        "Priority": "medium",
3171                                        "LocCode": "P0-C24"
3172                                    },
3173                                    { "Priority": "low", "LocCode": "P0" }
3174                                ]
3175                            }
3176                        ]
3177                    },
3178                    {
3179                        "ADValue": "VPCIE_DCM0",
3180                        "Callouts": [
3181                            {
3182                                "CalloutList": [
3183                                    { "Priority": "high", "LocCode": "P0-C14" },
3184                                    {
3185                                        "Priority": "medium",
3186                                        "LocCode": "P0-C15"
3187                                    },
3188                                    { "Priority": "low", "LocCode": "P0" }
3189                                ]
3190                            }
3191                        ]
3192                    },
3193                    {
3194                        "ADValue": "VPCIE_DCM1",
3195                        "Callouts": [
3196                            {
3197                                "CalloutList": [
3198                                    { "Priority": "high", "LocCode": "P0-C23" },
3199                                    {
3200                                        "Priority": "medium",
3201                                        "LocCode": "P0-C24"
3202                                    },
3203                                    { "Priority": "low", "LocCode": "P0" }
3204                                ]
3205                            }
3206                        ]
3207                    },
3208                    {
3209                        "ADValue": "3V3IO",
3210                        "Callouts": [
3211                            {
3212                                "CalloutList": [
3213                                    { "Priority": "high", "LocCode": "P0-C17" },
3214                                    {
3215                                        "Priority": "medium",
3216                                        "LocCode": "P0-C96"
3217                                    },
3218                                    {
3219                                        "Priority": "medium",
3220                                        "LocCode": "P0-C0"
3221                                    },
3222                                    {
3223                                        "Priority": "medium",
3224                                        "SymbolicFRU": "pcie_hot_plug"
3225                                    },
3226                                    { "Priority": "low", "LocCode": "P0" }
3227                                ]
3228                            }
3229                        ]
3230                    },
3231                    {
3232                        "ADValue": "CP0_VDD0",
3233                        "Callouts": [
3234                            {
3235                                "CalloutList": [
3236                                    { "Priority": "high", "LocCode": "P0-C62" },
3237                                    {
3238                                        "Priority": "medium",
3239                                        "LocCode": "P0-C61"
3240                                    },
3241                                    { "Priority": "low", "LocCode": "P0" }
3242                                ]
3243                            }
3244                        ]
3245                    },
3246                    {
3247                        "ADValue": "CP0_VDD1",
3248                        "Callouts": [
3249                            {
3250                                "CalloutList": [
3251                                    { "Priority": "high", "LocCode": "P0-C60" },
3252                                    {
3253                                        "Priority": "medium",
3254                                        "LocCode": "P0-C61"
3255                                    },
3256                                    { "Priority": "low", "LocCode": "P0" }
3257                                ]
3258                            }
3259                        ]
3260                    },
3261                    {
3262                        "ADValue": "CP1_VDD0",
3263                        "Callouts": [
3264                            {
3265                                "CalloutList": [
3266                                    { "Priority": "high", "LocCode": "P0-C13" },
3267                                    {
3268                                        "Priority": "medium",
3269                                        "LocCode": "P0-C14"
3270                                    },
3271                                    { "Priority": "low", "LocCode": "P0" }
3272                                ]
3273                            }
3274                        ]
3275                    },
3276                    {
3277                        "ADValue": "CP1_VDD1",
3278                        "Callouts": [
3279                            {
3280                                "CalloutList": [
3281                                    { "Priority": "high", "LocCode": "P0-C15" },
3282                                    {
3283                                        "Priority": "medium",
3284                                        "LocCode": "P0-C14"
3285                                    },
3286                                    { "Priority": "low", "LocCode": "P0" }
3287                                ]
3288                            }
3289                        ]
3290                    },
3291                    {
3292                        "ADValue": "CP2_VDD0",
3293                        "Callouts": [
3294                            {
3295                                "CalloutList": [
3296                                    { "Priority": "high", "LocCode": "P0-C18" },
3297                                    {
3298                                        "Priority": "medium",
3299                                        "LocCode": "P0-C19"
3300                                    },
3301                                    { "Priority": "low", "LocCode": "P0" }
3302                                ]
3303                            }
3304                        ]
3305                    },
3306                    {
3307                        "ADValue": "CP2_VDD1",
3308                        "Callouts": [
3309                            {
3310                                "CalloutList": [
3311                                    { "Priority": "high", "LocCode": "P0-C20" },
3312                                    {
3313                                        "Priority": "medium",
3314                                        "LocCode": "P0-C19"
3315                                    },
3316                                    { "Priority": "low", "LocCode": "P0" }
3317                                ]
3318                            }
3319                        ]
3320                    },
3321                    {
3322                        "ADValue": "CP3_VDD0",
3323                        "Callouts": [
3324                            {
3325                                "CalloutList": [
3326                                    { "Priority": "high", "LocCode": "P0-C57" },
3327                                    {
3328                                        "Priority": "medium",
3329                                        "LocCode": "P0-C56"
3330                                    },
3331                                    { "Priority": "low", "LocCode": "P0" }
3332                                ]
3333                            }
3334                        ]
3335                    },
3336                    {
3337                        "ADValue": "CP3_VDD1",
3338                        "Callouts": [
3339                            {
3340                                "CalloutList": [
3341                                    { "Priority": "high", "LocCode": "P0-C55" },
3342                                    {
3343                                        "Priority": "medium",
3344                                        "LocCode": "P0-C56"
3345                                    },
3346                                    { "Priority": "low", "LocCode": "P0" }
3347                                ]
3348                            }
3349                        ]
3350                    },
3351                    {
3352                        "ADValue": "CP0_VCS0",
3353                        "Callouts": [
3354                            {
3355                                "CalloutList": [
3356                                    { "Priority": "high", "LocCode": "P0-C63" },
3357                                    {
3358                                        "Priority": "medium",
3359                                        "LocCode": "P0-C61"
3360                                    },
3361                                    { "Priority": "low", "LocCode": "P0" }
3362                                ]
3363                            }
3364                        ]
3365                    },
3366                    {
3367                        "ADValue": "CP0_VCS1",
3368                        "Callouts": [
3369                            {
3370                                "CalloutList": [
3371                                    { "Priority": "high", "LocCode": "P0-C59" },
3372                                    {
3373                                        "Priority": "medium",
3374                                        "LocCode": "P0-C61"
3375                                    },
3376                                    { "Priority": "low", "LocCode": "P0" }
3377                                ]
3378                            }
3379                        ]
3380                    },
3381                    {
3382                        "ADValue": "CP1_VCS0",
3383                        "Callouts": [
3384                            {
3385                                "CalloutList": [
3386                                    { "Priority": "high", "LocCode": "P0-C12" },
3387                                    {
3388                                        "Priority": "medium",
3389                                        "LocCode": "P0-C14"
3390                                    },
3391                                    { "Priority": "low", "LocCode": "P0" }
3392                                ]
3393                            }
3394                        ]
3395                    },
3396                    {
3397                        "ADValue": "CP1_VCS1",
3398                        "Callouts": [
3399                            {
3400                                "CalloutList": [
3401                                    { "Priority": "high", "LocCode": "P0-C16" },
3402                                    {
3403                                        "Priority": "medium",
3404                                        "LocCode": "P0-C14"
3405                                    },
3406                                    { "Priority": "low", "LocCode": "P0" }
3407                                ]
3408                            }
3409                        ]
3410                    },
3411                    {
3412                        "ADValue": "CP2_VCS0",
3413                        "Callouts": [
3414                            {
3415                                "CalloutList": [
3416                                    { "Priority": "high", "LocCode": "P0-C17" },
3417                                    {
3418                                        "Priority": "medium",
3419                                        "LocCode": "P0-C19"
3420                                    },
3421                                    { "Priority": "low", "LocCode": "P0" }
3422                                ]
3423                            }
3424                        ]
3425                    },
3426                    {
3427                        "ADValue": "CP2_VCS1",
3428                        "Callouts": [
3429                            {
3430                                "CalloutList": [
3431                                    { "Priority": "high", "LocCode": "P0-C21" },
3432                                    {
3433                                        "Priority": "medium",
3434                                        "LocCode": "P0-C19"
3435                                    },
3436                                    { "Priority": "low", "LocCode": "P0" }
3437                                ]
3438                            }
3439                        ]
3440                    },
3441                    {
3442                        "ADValue": "CP3_VCS0",
3443                        "Callouts": [
3444                            {
3445                                "CalloutList": [
3446                                    { "Priority": "high", "LocCode": "P0-C58" },
3447                                    {
3448                                        "Priority": "medium",
3449                                        "LocCode": "P0-C56"
3450                                    },
3451                                    { "Priority": "low", "LocCode": "P0" }
3452                                ]
3453                            }
3454                        ]
3455                    },
3456                    {
3457                        "ADValue": "CP3_VCS1",
3458                        "Callouts": [
3459                            {
3460                                "CalloutList": [
3461                                    { "Priority": "high", "LocCode": "P0-C54" },
3462                                    {
3463                                        "Priority": "medium",
3464                                        "LocCode": "P0-C56"
3465                                    },
3466                                    { "Priority": "low", "LocCode": "P0" }
3467                                ]
3468                            }
3469                        ]
3470                    },
3471                    {
3472                        "ADValue": "CP03_AVDD",
3473                        "Callouts": [
3474                            {
3475                                "CalloutList": [
3476                                    { "Priority": "high", "LocCode": "P0-C58" },
3477                                    {
3478                                        "Priority": "medium",
3479                                        "LocCode": "P0-C61"
3480                                    },
3481                                    {
3482                                        "Priority": "medium",
3483                                        "LocCode": "P0-C56"
3484                                    },
3485                                    { "Priority": "low", "LocCode": "P0" }
3486                                ]
3487                            }
3488                        ]
3489                    },
3490                    {
3491                        "ADValue": "CP12_AVDD",
3492                        "Callouts": [
3493                            {
3494                                "CalloutList": [
3495                                    { "Priority": "high", "LocCode": "P0-C16" },
3496                                    {
3497                                        "Priority": "medium",
3498                                        "LocCode": "P0-C14"
3499                                    },
3500                                    {
3501                                        "Priority": "medium",
3502                                        "LocCode": "P0-C19"
3503                                    },
3504                                    { "Priority": "low", "LocCode": "P0" }
3505                                ]
3506                            }
3507                        ]
3508                    },
3509                    {
3510                        "ADValue": "CP0_VDN",
3511                        "Callouts": [
3512                            {
3513                                "CalloutList": [
3514                                    { "Priority": "high", "LocCode": "P0-C63" },
3515                                    {
3516                                        "Priority": "medium",
3517                                        "LocCode": "P0-C61"
3518                                    },
3519                                    { "Priority": "low", "LocCode": "P0" }
3520                                ]
3521                            }
3522                        ]
3523                    },
3524                    {
3525                        "ADValue": "CP1_VDN",
3526                        "Callouts": [
3527                            {
3528                                "CalloutList": [
3529                                    { "Priority": "high", "LocCode": "P0-C12" },
3530                                    {
3531                                        "Priority": "medium",
3532                                        "LocCode": "P0-C14"
3533                                    },
3534                                    { "Priority": "low", "LocCode": "P0" }
3535                                ]
3536                            }
3537                        ]
3538                    },
3539                    {
3540                        "ADValue": "CP2_VDN",
3541                        "Callouts": [
3542                            {
3543                                "CalloutList": [
3544                                    { "Priority": "high", "LocCode": "P0-C21" },
3545                                    {
3546                                        "Priority": "medium",
3547                                        "LocCode": "P0-C19"
3548                                    },
3549                                    { "Priority": "low", "LocCode": "P0" }
3550                                ]
3551                            }
3552                        ]
3553                    },
3554                    {
3555                        "ADValue": "CP3_VDN",
3556                        "Callouts": [
3557                            {
3558                                "CalloutList": [
3559                                    { "Priority": "high", "LocCode": "P0-C54" },
3560                                    {
3561                                        "Priority": "medium",
3562                                        "LocCode": "P0-C56"
3563                                    },
3564                                    { "Priority": "low", "LocCode": "P0" }
3565                                ]
3566                            }
3567                        ]
3568                    },
3569                    {
3570                        "ADValue": "CP0_VIO",
3571                        "Callouts": [
3572                            {
3573                                "CalloutList": [
3574                                    { "Priority": "high", "LocCode": "P0-C63" },
3575                                    {
3576                                        "Priority": "medium",
3577                                        "LocCode": "P0-C61"
3578                                    },
3579                                    { "Priority": "low", "LocCode": "P0" }
3580                                ]
3581                            }
3582                        ]
3583                    },
3584                    {
3585                        "ADValue": "CP1_VIO",
3586                        "Callouts": [
3587                            {
3588                                "CalloutList": [
3589                                    { "Priority": "high", "LocCode": "P0-C12" },
3590                                    {
3591                                        "Priority": "medium",
3592                                        "LocCode": "P0-C14"
3593                                    },
3594                                    { "Priority": "low", "LocCode": "P0" }
3595                                ]
3596                            }
3597                        ]
3598                    },
3599                    {
3600                        "ADValue": "CP2_VIO",
3601                        "Callouts": [
3602                            {
3603                                "CalloutList": [
3604                                    { "Priority": "high", "LocCode": "P0-C21" },
3605                                    {
3606                                        "Priority": "medium",
3607                                        "LocCode": "P0-C19"
3608                                    },
3609                                    { "Priority": "low", "LocCode": "P0" }
3610                                ]
3611                            }
3612                        ]
3613                    },
3614                    {
3615                        "ADValue": "CP3_VIO",
3616                        "Callouts": [
3617                            {
3618                                "CalloutList": [
3619                                    { "Priority": "high", "LocCode": "P0-C54" },
3620                                    {
3621                                        "Priority": "medium",
3622                                        "LocCode": "P0-C56"
3623                                    },
3624                                    { "Priority": "low", "LocCode": "P0" }
3625                                ]
3626                            }
3627                        ]
3628                    },
3629                    {
3630                        "ADValue": "CP0_VPCIE",
3631                        "Callouts": [
3632                            {
3633                                "CalloutList": [
3634                                    { "Priority": "high", "LocCode": "P0-C58" },
3635                                    {
3636                                        "Priority": "medium",
3637                                        "LocCode": "P0-C61"
3638                                    },
3639                                    { "Priority": "low", "LocCode": "P0" }
3640                                ]
3641                            }
3642                        ]
3643                    },
3644                    {
3645                        "ADValue": "CP1_VPCIE",
3646                        "Callouts": [
3647                            {
3648                                "CalloutList": [
3649                                    { "Priority": "high", "LocCode": "P0-C16" },
3650                                    {
3651                                        "Priority": "medium",
3652                                        "LocCode": "P0-C14"
3653                                    },
3654                                    { "Priority": "low", "LocCode": "P0" }
3655                                ]
3656                            }
3657                        ]
3658                    },
3659                    {
3660                        "ADValue": "CP2_VPCIE",
3661                        "Callouts": [
3662                            {
3663                                "CalloutList": [
3664                                    { "Priority": "high", "LocCode": "P0-C16" },
3665                                    {
3666                                        "Priority": "medium",
3667                                        "LocCode": "P0-C19"
3668                                    },
3669                                    { "Priority": "low", "LocCode": "P0" }
3670                                ]
3671                            }
3672                        ]
3673                    },
3674                    {
3675                        "ADValue": "CP3_VPCIE",
3676                        "Callouts": [
3677                            {
3678                                "CalloutList": [
3679                                    { "Priority": "high", "LocCode": "P0-C58" },
3680                                    {
3681                                        "Priority": "medium",
3682                                        "LocCode": "P0-C56"
3683                                    },
3684                                    { "Priority": "low", "LocCode": "P0" }
3685                                ]
3686                            }
3687                        ]
3688                    },
3689                    {
3690                        "ADValue": "5.0VCS",
3691                        "Callouts": [
3692                            {
3693                                "CalloutList": [
3694                                    { "Priority": "high", "LocCode": "P0" }
3695                                ]
3696                            }
3697                        ]
3698                    },
3699                    {
3700                        "ADValue": "PCIE_VDD0",
3701                        "Callouts": [
3702                            {
3703                                "CalloutList": [
3704                                    {
3705                                        "Priority": "high",
3706                                        "SymbolicFRU": "pcie_hot_plug"
3707                                    },
3708                                    { "Priority": "medium", "LocCode": "P0" }
3709                                ]
3710                            }
3711                        ]
3712                    },
3713                    {
3714                        "ADValue": "PCIE_CORE",
3715                        "Callouts": [
3716                            {
3717                                "CalloutList": [
3718                                    {
3719                                        "Priority": "high",
3720                                        "SymbolicFRU": "pcie_hot_plug"
3721                                    },
3722                                    { "Priority": "medium", "LocCode": "P0" }
3723                                ]
3724                            }
3725                        ]
3726                    },
3727                    {
3728                        "ADValue": "AVDD",
3729                        "Callouts": [
3730                            {
3731                                "CalloutList": [
3732                                    { "Priority": "high", "LocCode": "P0-C5" },
3733                                    { "Priority": "medium", "LocCode": "P0" }
3734                                ]
3735                            }
3736                        ]
3737                    },
3738                    {
3739                        "ADValue": "VDN",
3740                        "Callouts": [
3741                            {
3742                                "CalloutList": [
3743                                    { "Priority": "high", "LocCode": "P0-C5" },
3744                                    { "Priority": "medium", "LocCode": "P0" }
3745                                ]
3746                            }
3747                        ]
3748                    },
3749                    {
3750                        "ADValue": "VDDA",
3751                        "Callouts": [
3752                            {
3753                                "CalloutList": [
3754                                    { "Priority": "high", "LocCode": "P0-C5" },
3755                                    { "Priority": "medium", "LocCode": "P0" }
3756                                ]
3757                            }
3758                        ]
3759                    },
3760                    {
3761                        "ADValue": "VDDB",
3762                        "Callouts": [
3763                            {
3764                                "CalloutList": [
3765                                    { "Priority": "high", "LocCode": "P0-C5" },
3766                                    { "Priority": "medium", "LocCode": "P0" }
3767                                ]
3768                            }
3769                        ]
3770                    },
3771                    {
3772                        "ADValue": "VCS",
3773                        "Callouts": [
3774                            {
3775                                "CalloutList": [
3776                                    { "Priority": "high", "LocCode": "P0-C5" },
3777                                    { "Priority": "medium", "LocCode": "P0" }
3778                                ]
3779                            }
3780                        ]
3781                    },
3782                    {
3783                        "ADValue": "VIO",
3784                        "Callouts": [
3785                            {
3786                                "CalloutList": [
3787                                    { "Priority": "high", "LocCode": "P0-C5" },
3788                                    { "Priority": "medium", "LocCode": "P0" }
3789                                ]
3790                            }
3791                        ]
3792                    },
3793                    {
3794                        "ADValue": "VPCIE",
3795                        "Callouts": [
3796                            {
3797                                "CalloutList": [
3798                                    { "Priority": "high", "LocCode": "P0-C5" },
3799                                    { "Priority": "medium", "LocCode": "P0" }
3800                                ]
3801                            }
3802                        ]
3803                    },
3804                    {
3805                        "ADValue": "PMIC2",
3806                        "Callouts": [
3807                            {
3808                                "CalloutList": [
3809                                    { "Priority": "high", "LocCode": "P0" },
3810                                    {
3811                                        "Priority": "medium",
3812                                        "LocCode": "memory_dimm"
3813                                    }
3814                                ]
3815                            }
3816                        ]
3817                    },
3818                    {
3819                        "ADValue": "PMIC3",
3820                        "Callouts": [
3821                            {
3822                                "CalloutList": [
3823                                    { "Priority": "high", "LocCode": "P0" },
3824                                    {
3825                                        "Priority": "medium",
3826                                        "LocCode": "memory_dimm"
3827                                    }
3828                                ]
3829                            }
3830                        ]
3831                    },
3832                    {
3833                        "ADValue": "VDDR1",
3834                        "Callouts": [
3835                            {
3836                                "CalloutList": [
3837                                    { "Priority": "high", "LocCode": "P0" },
3838                                    {
3839                                        "Priority": "medium",
3840                                        "LocCode": "memory_dimm"
3841                                    }
3842                                ]
3843                            }
3844                        ]
3845                    },
3846                    {
3847                        "ADValue": "VDDR0",
3848                        "Callouts": [
3849                            {
3850                                "CalloutList": [
3851                                    { "Priority": "high", "LocCode": "P0" },
3852                                    {
3853                                        "Priority": "medium",
3854                                        "LocCode": "memory_dimm"
3855                                    }
3856                                ]
3857                            }
3858                        ]
3859                    }
3860                ]
3861            },
3862
3863            "Documentation": {
3864                "Description": "The power sequencer chip detected a voltage fault",
3865                "Message": "The power sequencer chip detected a voltage fault",
3866                "Notes": []
3867            },
3868
3869            "JournalCapture": {
3870                "Sections": [
3871                    {
3872                        "SyslogID": "phosphor-psu-monitor",
3873                        "NumLines": 30
3874                    },
3875                    {
3876                        "SyslogID": "phosphor-power-control",
3877                        "NumLines": 30
3878                    },
3879                    {
3880                        "SyslogID": "phosphor-chassis-state-manager",
3881                        "NumLines": 15
3882                    },
3883                    {
3884                        "SyslogID": "systemd",
3885                        "NumLines": 15
3886                    },
3887                    {
3888                        "SyslogID": "phosphor-regulators",
3889                        "NumLines": 5
3890                    }
3891                ]
3892            }
3893        },
3894
3895        {
3896            "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.N",
3897            "Subsystem": "power",
3898            "Severity": "predictive_redundancy_loss",
3899            "ComponentID": "0x2700",
3900
3901            "SRC": {
3902                "Type": "11",
3903                "ReasonCode": "0x2700",
3904                "Words6To9": {}
3905            },
3906
3907            "Documentation": {
3908                "Description": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
3909                "Message": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
3910                "Notes": [
3911                    "CALLOUT_INVENTORY_PATH should be specified in the ",
3912                    "AdditionalData property of the event log so that ",
3913                    "the device is called out but not the communication path."
3914                ]
3915            }
3916        },
3917
3918        {
3919            "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.NPlus1",
3920            "Subsystem": "power",
3921            "Severity": "non_error",
3922            "MfgSeverity": "predictive_redundancy_loss",
3923            "ActionFlags": ["report"],
3924            "MfgActionFlags": ["service_action", "report", "call_home"],
3925            "ComponentID": "0x2700",
3926
3927            "SRC": {
3928                "Type": "11",
3929                "ReasonCode": "0x2701",
3930                "Words6To9": {}
3931            },
3932
3933            "Documentation": {
3934                "Description": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
3935                "Message": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
3936                "Notes": [
3937                    "CALLOUT_INVENTORY_PATH should be specified in the ",
3938                    "AdditionalData property of the event log so that ",
3939                    "the device is called out but not the communication path."
3940                ]
3941            }
3942        },
3943
3944        {
3945            "Name": "xyz.openbmc_project.Power.Regulators.Error.WriteVerification",
3946            "Subsystem": "power",
3947            "ComponentID": "0x2700",
3948
3949            "SRC": {
3950                "Type": "11",
3951                "ReasonCode": "0x2900",
3952                "Words6To9": {}
3953            },
3954
3955            "Documentation": {
3956                "Description": "A write verification error occurred on a device",
3957                "Message": "A write verification error occurred on a device",
3958                "Notes": [
3959                    "This error occurs when a device register is written, ",
3960                    "read back, and the two values do not match.  This is ",
3961                    "also called a read-back error.  The device should be ",
3962                    "identified using the CALLOUT_DEVICE_PATH or ",
3963                    "CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR keywords in the ",
3964                    "AdditionalData property of the event log.  This will ",
3965                    "cause the device and the hardware in the communication ",
3966                    "path to be called out."
3967                ]
3968            }
3969        },
3970
3971        {
3972            "Name": "xyz.openbmc_project.Power.UPS.Error.Battery.Discharging",
3973            "Subsystem": "power",
3974            "Severity": "non_error",
3975            "ActionFlags": ["report"],
3976            "ComponentID": "0x2700",
3977
3978            "SRC": {
3979                "Type": "11",
3980                "ReasonCode": "0x4201",
3981                "Words6To9": {}
3982            },
3983
3984            "Documentation": {
3985                "Description": "The Uninterruptible Power Supply (UPS) battery is discharging and providing power to the system due to a utility failure",
3986                "Message": "The Uninterruptible Power Supply (UPS) battery is discharging and providing power to the system due to a utility failure",
3987                "Notes": []
3988            }
3989        },
3990
3991        {
3992            "Name": "xyz.openbmc_project.Power.UPS.Error.Battery.Low",
3993            "Subsystem": "power",
3994            "Severity": "non_error",
3995            "ActionFlags": ["report"],
3996            "ComponentID": "0x2700",
3997
3998            "SRC": {
3999                "Type": "11",
4000                "ReasonCode": "0x4203",
4001                "Words6To9": {}
4002            },
4003
4004            "Documentation": {
4005                "Description": "The Uninterruptible Power Supply (UPS) battery level is low",
4006                "Message": "The Uninterruptible Power Supply (UPS) battery level is low",
4007                "Notes": []
4008            }
4009        },
4010
4011        {
4012            "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile",
4013            "Subsystem": "power",
4014            "ComponentID": "0x2700",
4015
4016            "SRC": {
4017                "Type": "11",
4018                "ReasonCode": "0xA013",
4019                "Words6To9": {}
4020            },
4021
4022            "Callouts": [
4023                {
4024                    "CalloutList": [
4025                        { "Priority": "high", "Procedure": "bmc_code" }
4026                    ]
4027                }
4028            ],
4029
4030            "Documentation": {
4031                "Description": "A regulators configuration file error occurred",
4032                "Message": "A regulators configuration file error occurred",
4033                "Notes": [
4034                    "The regulators configuration file could not be found, ",
4035                    "could not be read, or had invalid contents."
4036                ]
4037            }
4038        },
4039
4040        {
4041            "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile.Critical",
4042            "Subsystem": "power",
4043            "Severity": "critical_system_term",
4044            "ComponentID": "0x2700",
4045
4046            "SRC": {
4047                "Type": "11",
4048                "ReasonCode": "0xA014",
4049                "Words6To9": {}
4050            },
4051
4052            "Callouts": [
4053                {
4054                    "CalloutList": [
4055                        { "Priority": "high", "Procedure": "bmc_code" }
4056                    ]
4057                }
4058            ],
4059
4060            "Documentation": {
4061                "Description": "A critical regulators configuration file error occurred",
4062                "Message": "A critical regulators configuration file error occurred",
4063                "Notes": [
4064                    "The regulators configuration file could not be found, ",
4065                    "could not be read, or had invalid contents.  As a result ",
4066                    "voltage regulators could not be configured, and the ",
4067                    "chassis could not be powered on."
4068                ]
4069            }
4070        },
4071
4072        {
4073            "Name": "xyz.openbmc_project.Power.Error.PowerSequencerFault",
4074            "Subsystem": "power_sequencer",
4075            "ComponentID": "0x2700",
4076
4077            "SRC": {
4078                "Type": "11",
4079                "ReasonCode": "0xD000",
4080                "Words6To9": {}
4081            },
4082
4083            "Callouts": [
4084                {
4085                    "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
4086                }
4087            ],
4088
4089            "Documentation": {
4090                "Description": "The power sequencer chip detected a fault",
4091                "Message": "The power sequencer chip detected a fault",
4092                "Notes": []
4093            },
4094
4095            "JournalCapture": {
4096                "Sections": [
4097                    {
4098                        "SyslogID": "phosphor-psu-monitor",
4099                        "NumLines": 30
4100                    },
4101                    {
4102                        "SyslogID": "phosphor-power-control",
4103                        "NumLines": 30
4104                    },
4105                    {
4106                        "SyslogID": "phosphor-chassis-state-manager",
4107                        "NumLines": 15
4108                    },
4109                    {
4110                        "SyslogID": "systemd",
4111                        "NumLines": 15
4112                    },
4113                    {
4114                        "SyslogID": "phosphor-regulators",
4115                        "NumLines": 5
4116                    }
4117                ]
4118            }
4119        },
4120
4121        {
4122            "Name": "xyz.openbmc_project.Power.Error.PowerOnTimeout",
4123            "Subsystem": "power_sequencer",
4124            "ComponentID": "0x2700",
4125            "Severity": "critical",
4126
4127            "SRC": {
4128                "Type": "11",
4129                "ReasonCode": "0xD002",
4130                "Words6To9": {}
4131            },
4132
4133            "Callouts": [
4134                {
4135                    "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
4136                }
4137            ],
4138
4139            "Documentation": {
4140                "Description": "System power failed to turn on within timeout period",
4141                "Message": "System power failed to turn on within timeout period",
4142                "Notes": []
4143            },
4144
4145            "JournalCapture": {
4146                "Sections": [
4147                    {
4148                        "SyslogID": "phosphor-psu-monitor",
4149                        "NumLines": 30
4150                    },
4151                    {
4152                        "SyslogID": "phosphor-power-control",
4153                        "NumLines": 30
4154                    },
4155                    {
4156                        "SyslogID": "phosphor-chassis-state-manager",
4157                        "NumLines": 15
4158                    },
4159                    {
4160                        "SyslogID": "systemd",
4161                        "NumLines": 15
4162                    },
4163                    {
4164                        "SyslogID": "phosphor-regulators",
4165                        "NumLines": 5
4166                    }
4167                ]
4168            }
4169        },
4170
4171        {
4172            "Name": "xyz.openbmc_project.Power.Error.PowerOffTimeout",
4173            "Subsystem": "power_sequencer",
4174            "ComponentID": "0x2700",
4175            "Severity": "critical",
4176
4177            "SRC": {
4178                "Type": "11",
4179                "ReasonCode": "0xD008",
4180                "Words6To9": {}
4181            },
4182
4183            "Callouts": [
4184                {
4185                    "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
4186                }
4187            ],
4188
4189            "Documentation": {
4190                "Description": "System power failed to turn off within timeout period",
4191                "Message": "System power failed to turn off within timeout period",
4192                "Notes": []
4193            },
4194
4195            "JournalCapture": {
4196                "Sections": [
4197                    {
4198                        "SyslogID": "phosphor-psu-monitor",
4199                        "NumLines": 30
4200                    },
4201                    {
4202                        "SyslogID": "phosphor-power-control",
4203                        "NumLines": 30
4204                    },
4205                    {
4206                        "SyslogID": "phosphor-chassis-state-manager",
4207                        "NumLines": 15
4208                    },
4209                    {
4210                        "SyslogID": "systemd",
4211                        "NumLines": 15
4212                    },
4213                    {
4214                        "SyslogID": "phosphor-regulators",
4215                        "NumLines": 5
4216                    }
4217                ]
4218            }
4219        },
4220
4221        {
4222            "Name": "xyz.openbmc_project.Power.Error.Internal",
4223            "Subsystem": "power",
4224            "ComponentID": "0x2700",
4225
4226            "SRC": {
4227                "Type": "11",
4228                "ReasonCode": "0xE000",
4229                "Words6To9": {}
4230            },
4231
4232            "Callouts": [
4233                {
4234                    "CalloutList": [
4235                        { "Priority": "high", "Procedure": "bmc_code" }
4236                    ]
4237                }
4238            ],
4239
4240            "Documentation": {
4241                "Description": "An internal firmware error occurred",
4242                "Message": "An internal firmware error occurred",
4243                "Notes": [
4244                    "The error details must be provided in the AdditionalData ",
4245                    "property of the event log."
4246                ]
4247            }
4248        },
4249
4250        {
4251            "Name": "xyz.openbmc_project.Power.Error.I2C",
4252            "Subsystem": "cec_i2c",
4253            "ComponentID": "0x2700",
4254
4255            "SRC": {
4256                "Type": "11",
4257                "ReasonCode": "0xE100",
4258                "Words6To9": {}
4259            },
4260
4261            "Documentation": {
4262                "Description": "An I2C error occurred communicating with a device",
4263                "Message": "An I2C error occurred communicating with a device",
4264                "Notes": [
4265                    "The device should be identified using the ",
4266                    "CALLOUT_DEVICE_PATH or CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR ",
4267                    "keywords in the AdditionalData property of the event ",
4268                    "log.  This will cause the device and the hardware in the ",
4269                    "communication path to be called out."
4270                ]
4271            }
4272        },
4273
4274        {
4275            "Name": "xyz.openbmc_project.Power.Error.PMBus",
4276            "Subsystem": "power",
4277            "ComponentID": "0x2700",
4278
4279            "SRC": {
4280                "Type": "11",
4281                "ReasonCode": "0xE200",
4282                "Words6To9": {}
4283            },
4284
4285            "Documentation": {
4286                "Description": "A PMBus error occurred on a device",
4287                "Message": "A PMBus error occurred on a device",
4288                "Notes": [
4289                    "This error occurs when the I2C communication was ",
4290                    "successful, but the PMBus value read is invalid or ",
4291                    "unsupported.  CALLOUT_INVENTORY_PATH should be specified ",
4292                    "in the AdditionalData property of the event log so that ",
4293                    "the device is called out but not the communication path."
4294                ]
4295            }
4296        },
4297
4298        {
4299            "Name": "xyz.openbmc_project.Power.Error.DBus",
4300            "Subsystem": "power",
4301            "ComponentID": "0x2700",
4302
4303            "SRC": {
4304                "Type": "11",
4305                "ReasonCode": "0xE300",
4306                "Words6To9": {}
4307            },
4308
4309            "Callouts": [
4310                {
4311                    "CalloutList": [
4312                        { "Priority": "high", "Procedure": "bmc_code" }
4313                    ]
4314                }
4315            ],
4316
4317            "Documentation": {
4318                "Description": "A firmware inter-process communication (D-Bus) error occurred",
4319                "Message": "A firmware inter-process communication (D-Bus) error occurred"
4320            }
4321        },
4322
4323        {
4324            "Name": "xyz.openbmc_project.Fan.Error.Fault",
4325            "Subsystem": "power_fans",
4326            "ComponentID": "0x2800",
4327
4328            "SRC": {
4329                "Type": "11",
4330                "ReasonCode": "0x76F0",
4331                "Words6To9": {}
4332            },
4333
4334            "Documentation": {
4335                "Description": "Fan rotor fault",
4336                "Message": "Fan rotor fault",
4337                "Notes": [
4338                    "This error occurs when a fan rotor has been faulted for a ",
4339                    "certain amount of time.  The callout is the fan which is ",
4340                    "passed in with CALLOUT_INVENTORY_PATH.  The severity is ",
4341                    "passed in during creation and will be either informational ",
4342                    "or unrecoverable.  The action flags use the defaults and ",
4343                    "vary based on the severity."
4344                ]
4345            }
4346        },
4347
4348        {
4349            "Name": "xyz.openbmc_project.Fan.Error.Missing",
4350            "Subsystem": "power_fans",
4351            "ComponentID": "0x2800",
4352            "Severity": "unrecoverable_redundancy_loss",
4353            "ActionFlags": ["service_action", "report", "call_home"],
4354
4355            "SRC": {
4356                "Type": "11",
4357                "ReasonCode": "0x76F1",
4358                "Words6To9": {}
4359            },
4360
4361            "Callouts": [
4362                {
4363                    "System": "ibm,rainier",
4364                    "CalloutList": [
4365                        {
4366                            "Priority": "high",
4367                            "SymbolicFRUTrusted": "air_mover",
4368                            "UseInventoryLocCode": true
4369                        },
4370                        {
4371                            "Priority": "low",
4372                            "LocCode": "P0"
4373                        }
4374                    ]
4375                },
4376                {
4377                    "System": "ibm,everest",
4378                    "CalloutList": [
4379                        {
4380                            "Priority": "high",
4381                            "SymbolicFRUTrusted": "air_mover",
4382                            "UseInventoryLocCode": true
4383                        },
4384                        {
4385                            "Priority": "low",
4386                            "LocCode": "P1"
4387                        }
4388                    ]
4389                }
4390            ],
4391
4392            "Documentation": {
4393                "Description": "A fan is missing",
4394                "Message": "A fan is missing",
4395                "Notes": [
4396                    "This error occurs when a fan has been missing for a ",
4397                    "certain amount of time.  The first callout is the ",
4398                    "symbolic FRU AIR_MOVR that has the trusted fan location ",
4399                    "code, which it gets using the passed in ",
4400                    "CALLOUT_INVENTORY_PATH.  The second callout is the FRU ",
4401                    "where the controller and GPIO expander are."
4402                ]
4403            }
4404        },
4405
4406        {
4407            "Name": "xyz.openbmc_project.Fan.Presence.Error.Detection",
4408            "ComponentID": "0x2800",
4409            "Subsystem": "power_fans",
4410            "Severity": "non_error",
4411            "ActionFlags": ["report"],
4412            "MfgSeverity": "predictive",
4413            "MfgActionFlags": ["service_action", "report"],
4414
4415            "SRC": {
4416                "Type": "11",
4417                "ReasonCode": "0x76F2",
4418                "Words6To9": {}
4419            },
4420
4421            "Callouts": [
4422                {
4423                    "System": "ibm,rainier",
4424                    "CalloutList": [{ "Priority": "medium", "LocCode": "P0" }]
4425                },
4426                {
4427                    "System": "ibm,everest",
4428                    "CalloutList": [{ "Priority": "medium", "LocCode": "P1" }]
4429                }
4430            ],
4431
4432            "Documentation": {
4433                "Description": "Presence detect methods for the same fan disagree",
4434                "Message": "Presence detect methods for the same fan disagree",
4435                "Notes": [
4436                    "This error occurs when there is more than one way to detect",
4437                    "fan presence, and they don't all agree.  For example, the",
4438                    "GPIO says a fan isn't present, but the tach readings are",
4439                    "nonzero.  This is informational, unless in manufacturing.",
4440                    "The fan FRU is passed in as a high priority callout.",
4441                    "The FRU the GPIO source is on is called out medium."
4442                ]
4443            }
4444        },
4445
4446        {
4447            "Name": "xyz.openbmc_project.Fan.Error.FanControllerOffline",
4448            "ComponentID": "0x2800",
4449            "Subsystem": "power_fans",
4450            "Severity": "critical_system_term",
4451            "ActionFlags": ["service_action", "report", "call_home"],
4452
4453            "SRC": {
4454                "Type": "11",
4455                "ReasonCode": "0x76F3",
4456                "Words6To9": {}
4457            },
4458
4459            "Callouts": [
4460                {
4461                    "System": "ibm,rainier",
4462                    "CalloutList": [
4463                        { "Priority": "high", "LocCode": "P0-C5" },
4464                        {
4465                            "Priority": "medium_group_a",
4466                            "LocCode": "P0-T12",
4467                            "SymbolicFRUTrusted": "fan_cable"
4468                        },
4469                        {
4470                            "Priority": "medium_group_a",
4471                            "LocCode": "P0-T17",
4472                            "SymbolicFRUTrusted": "cable_continued"
4473                        },
4474                        { "Priority": "low", "LocCode": "P0" }
4475                    ]
4476                },
4477                {
4478                    "System": "ibm,everest",
4479                    "CalloutList": [
4480                        { "Priority": "high", "LocCode": "P0-C0" },
4481                        { "Priority": "medium", "LocCode": "P1" },
4482                        { "Priority": "low", "LocCode": "P0" }
4483                    ]
4484                }
4485            ],
4486
4487            "Documentation": {
4488                "Description": "The fan controller device is offline",
4489                "Message": "The fan controller is offline.  The system must be powered off.",
4490                "Notes": [
4491                    "The device that controls the fans is offline so the fan",
4492                    "targets and speeds are unknown.  The system will be shut",
4493                    "down to preserve thermal safety.  There may be an I2C",
4494                    "or power problem with the device."
4495                ]
4496            }
4497        },
4498
4499        {
4500            "Name": "xyz.openbmc_project.Fan.Presence.Error.GPIODeviceUnavailable",
4501            "Subsystem": "power_fans",
4502            "ComponentID": "0x2800",
4503            "Severity": "unrecoverable_redundancy_loss",
4504            "ActionFlags": ["service_action", "report", "call_home"],
4505
4506            "SRC": {
4507                "Type": "11",
4508                "ReasonCode": "0x76F4",
4509                "Words6To9": {}
4510            },
4511
4512            "Callouts": [
4513                {
4514                    "System": "ibm,rainier",
4515                    "CalloutList": [
4516                        { "Priority": "high", "LocCode": "P0-C5" },
4517                        {
4518                            "Priority": "medium_group_a",
4519                            "LocCode": "P0-T12",
4520                            "SymbolicFRUTrusted": "fan_cable"
4521                        },
4522                        {
4523                            "Priority": "medium_group_a",
4524                            "LocCode": "P0-T17",
4525                            "SymbolicFRUTrusted": "cable_continued"
4526                        },
4527                        { "Priority": "low", "LocCode": "P0" }
4528                    ]
4529                },
4530                {
4531                    "System": "ibm,everest",
4532                    "CalloutList": [
4533                        { "Priority": "high", "LocCode": "P0-C0" },
4534                        { "Priority": "medium", "LocCode": "P1" },
4535                        { "Priority": "low", "LocCode": "P0" }
4536                    ]
4537                }
4538            ],
4539
4540            "Documentation": {
4541                "Description": "Fan GPIO sensors not present",
4542                "Message": "Fan GPIO sensors not present",
4543                "Notes": [
4544                    "The device that reports fan presence is not functioning."
4545                ]
4546            }
4547        },
4548
4549        {
4550            "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHigh",
4551            "Subsystem": "power",
4552            "ComponentID": "0x2800",
4553            "Severity": "predictive",
4554            "ActionFlags": ["service_action", "report"],
4555
4556            "SRC": {
4557                "ReasonCode": "0x2801",
4558                "Words6To9": {}
4559            },
4560
4561            "CalloutsUsingAD": {
4562                "ADName": "SENSOR_NAME",
4563                "CalloutsWithTheirADValues": [
4564                    {
4565                        "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4566                        "Callouts": [
4567                            {
4568                                "CalloutList": [
4569                                    {
4570                                        "Priority": "high",
4571                                        "SymbolicFRU": "ambient_temp"
4572                                    }
4573                                ]
4574                            }
4575                        ]
4576                    }
4577                ],
4578                "CalloutsWhenNoADMatch": [
4579                    {
4580                        "CalloutList": [
4581                            {
4582                                "Priority": "high",
4583                                "SymbolicFRU": "overtemp"
4584                            }
4585                        ]
4586                    }
4587                ]
4588            },
4589
4590            "Documentation": {
4591                "Description": "A temperature sensor exceeded its performance loss threshold.",
4592                "Message": "A temperature sensor exceeded its performance loss threshold.",
4593                "Notes": [
4594                    "A temperature sensor crossed its performance loss threshold value",
4595                    "If it is the ambient sensor, then a symbolic FRU will be added.",
4596                    "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
4597                    "a FRU callout."
4598                ]
4599            }
4600        },
4601
4602        {
4603            "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHighClear",
4604            "Subsystem": "power",
4605            "ComponentID": "0x2800",
4606            "Severity": "non_error",
4607            "ActionFlags": ["report"],
4608            "EventType": "env_normal",
4609
4610            "SRC": {
4611                "ReasonCode": "0x2802",
4612                "Words6To9": {}
4613            },
4614
4615            "CalloutsUsingAD": {
4616                "ADName": "SENSOR_NAME",
4617                "CalloutsWithTheirADValues": [
4618                    {
4619                        "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4620                        "Callouts": [
4621                            {
4622                                "CalloutList": [
4623                                    {
4624                                        "Priority": "high",
4625                                        "SymbolicFRU": "ambient_temp_back"
4626                                    }
4627                                ]
4628                            }
4629                        ]
4630                    }
4631                ]
4632            },
4633
4634            "Documentation": {
4635                "Description": "A temperature sensor is under its performance loss threshold.",
4636                "Message": "A temperature sensor is under its performance loss threshold.",
4637                "Notes": [
4638                    "A temperature sensor crossed under its performance loss threshold value",
4639                    "If it is the ambient sensor, then a symbolic FRU will be added."
4640                ]
4641            }
4642        },
4643
4644        {
4645            "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHigh",
4646            "Subsystem": "power",
4647            "ComponentID": "0x2800",
4648            "Severity": "predictive",
4649            "ActionFlags": ["service_action", "report"],
4650
4651            "SRC": {
4652                "ReasonCode": "0x2803",
4653                "Words6To9": {}
4654            },
4655
4656            "CalloutsUsingAD": {
4657                "ADName": "SENSOR_NAME",
4658                "CalloutsWithTheirADValues": [
4659                    {
4660                        "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4661                        "Callouts": [
4662                            {
4663                                "CalloutList": [
4664                                    {
4665                                        "Priority": "high",
4666                                        "SymbolicFRU": "ambient_temp"
4667                                    }
4668                                ]
4669                            }
4670                        ]
4671                    }
4672                ],
4673                "CalloutsWhenNoADMatch": [
4674                    {
4675                        "CalloutList": [
4676                            {
4677                                "Priority": "high",
4678                                "SymbolicFRU": "overtemp"
4679                            }
4680                        ]
4681                    }
4682                ]
4683            },
4684
4685            "Documentation": {
4686                "Description": "A temperature sensor exceeded its warning threshold.",
4687                "Message": "A temperature sensor exceeded its warning threshold.",
4688                "Notes": [
4689                    "A temperature sensor crossed its warning threshold value",
4690                    "If it is the ambient sensor, then a symbolic FRU will be added.",
4691                    "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
4692                    "a FRU callout."
4693                ]
4694            }
4695        },
4696
4697        {
4698            "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHighClear",
4699            "Subsystem": "power",
4700            "ComponentID": "0x2800",
4701            "Severity": "non_error",
4702            "ActionFlags": ["report"],
4703            "EventType": "env_normal",
4704
4705            "SRC": {
4706                "ReasonCode": "0x2804",
4707                "Words6To9": {}
4708            },
4709
4710            "CalloutsUsingAD": {
4711                "ADName": "SENSOR_NAME",
4712                "CalloutsWithTheirADValues": [
4713                    {
4714                        "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4715                        "Callouts": [
4716                            {
4717                                "CalloutList": [
4718                                    {
4719                                        "Priority": "high",
4720                                        "SymbolicFRU": "ambient_temp_back"
4721                                    }
4722                                ]
4723                            }
4724                        ]
4725                    }
4726                ]
4727            },
4728
4729            "Documentation": {
4730                "Description": "A temperature sensor is under its warning threshold.",
4731                "Message": "A temperature sensor is under its warning threshold.",
4732                "Notes": [
4733                    "A temperature sensor crossed under its warning threshold value",
4734                    "If it is the ambient sensor, then a symbolic FRU will be added."
4735                ]
4736            }
4737        },
4738
4739        {
4740            "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHigh",
4741            "Subsystem": "power",
4742            "ComponentID": "0x2800",
4743            "Severity": "predictive",
4744            "ActionFlags": ["service_action", "report"],
4745
4746            "SRC": {
4747                "ReasonCode": "0x2805",
4748                "Words6To9": {}
4749            },
4750
4751            "CalloutsUsingAD": {
4752                "ADName": "SENSOR_NAME",
4753                "CalloutsWithTheirADValues": [
4754                    {
4755                        "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4756                        "Callouts": [
4757                            {
4758                                "CalloutList": [
4759                                    {
4760                                        "Priority": "high",
4761                                        "SymbolicFRU": "ambient_temp"
4762                                    }
4763                                ]
4764                            }
4765                        ]
4766                    }
4767                ],
4768                "CalloutsWhenNoADMatch": [
4769                    {
4770                        "CalloutList": [
4771                            {
4772                                "Priority": "high",
4773                                "SymbolicFRU": "overtemp"
4774                            }
4775                        ]
4776                    }
4777                ]
4778            },
4779
4780            "Documentation": {
4781                "Description": "A temperature sensor exceeded its critical threshold.",
4782                "Message": "A temperature sensor exceeded its critical threshold.",
4783                "Notes": [
4784                    "A temperature sensor crossed its critical threshold value",
4785                    "If it is the ambient sensor, then a symbolic FRU will be added.",
4786                    "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
4787                    "a FRU callout."
4788                ]
4789            }
4790        },
4791
4792        {
4793            "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHighClear",
4794            "Subsystem": "power",
4795            "ComponentID": "0x2800",
4796            "Severity": "non_error",
4797            "ActionFlags": ["report"],
4798            "EventType": "env_normal",
4799
4800            "SRC": {
4801                "ReasonCode": "0x2806",
4802                "Words6To9": {}
4803            },
4804
4805            "CalloutsUsingAD": {
4806                "ADName": "SENSOR_NAME",
4807                "CalloutsWithTheirADValues": [
4808                    {
4809                        "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4810                        "Callouts": [
4811                            {
4812                                "CalloutList": [
4813                                    {
4814                                        "Priority": "high",
4815                                        "SymbolicFRU": "ambient_temp_back"
4816                                    }
4817                                ]
4818                            }
4819                        ]
4820                    }
4821                ]
4822            },
4823
4824            "Documentation": {
4825                "Description": "A temperature sensor is under its critical threshold.",
4826                "Message": "A temperature sensor is under its critical threshold.",
4827                "Notes": [
4828                    "A temperature sensor crossed under its critical threshold value",
4829                    "If it is the ambient sensor, then a symbolic FRU will be added."
4830                ]
4831            }
4832        },
4833
4834        {
4835            "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHigh",
4836            "Subsystem": "power",
4837            "ComponentID": "0x2800",
4838            "Severity": "predictive",
4839            "ActionFlags": ["service_action", "report"],
4840
4841            "SRC": {
4842                "ReasonCode": "0x2807",
4843                "Words6To9": {}
4844            },
4845
4846            "Callouts": [
4847                {
4848                    "CalloutList": [
4849                        {
4850                            "Priority": "high",
4851                            "SymbolicFRU": "ambient_temp"
4852                        }
4853                    ]
4854                }
4855            ],
4856
4857            "Documentation": {
4858                "Description": "The ambient temperature passed the EPOW3 limit.",
4859                "Message": "The ambient temperature passed the EPOW3 limit. The system will shut down if temp doesn't decrease.",
4860                "Notes": [
4861                    "This error occurs when the ambient temperature surpassed",
4862                    "the EPOW3 shutdown limit."
4863                ]
4864            }
4865        },
4866
4867        {
4868            "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHighClear",
4869            "Subsystem": "power",
4870            "ComponentID": "0x2800",
4871            "Severity": "non_error",
4872            "ActionFlags": ["report"],
4873            "EventType": "env_normal",
4874
4875            "SRC": {
4876                "ReasonCode": "0x2808",
4877                "Words6To9": {}
4878            },
4879
4880            "Callouts": [
4881                {
4882                    "CalloutList": [
4883                        {
4884                            "Priority": "high",
4885                            "SymbolicFRU": "ambient_temp_back"
4886                        }
4887                    ]
4888                }
4889            ],
4890
4891            "Documentation": {
4892                "Description": "The ambient temperature is back under the EPOW3 limit.",
4893                "Message": "The ambient temperature is back under the EPOW3 limit."
4894            }
4895        },
4896
4897        {
4898            "Name": "xyz.openbmc_project.Sensor.Threshold.Error.HardShutdownAlarmHigh",
4899            "Subsystem": "power",
4900            "ComponentID": "0x2800",
4901            "ActionFlags": ["service_action", "report"],
4902
4903            "SRC": {
4904                "ReasonCode": "0x2809",
4905                "Words6To9": {}
4906            },
4907
4908            "Callouts": [
4909                {
4910                    "CalloutList": [
4911                        {
4912                            "Priority": "high",
4913                            "SymbolicFRU": "ambient_temp"
4914                        }
4915                    ]
4916                }
4917            ],
4918
4919            "Documentation": {
4920                "Description": "The ambient temperature passed the EPOW4 limit.",
4921                "Message": "The ambient temperature passed the EPOW4 limit. The system will shut down",
4922                "Notes": [
4923                    "This error occurs when the ambient temperature surpassed",
4924                    "the EPOW4 shutdown limit."
4925                ]
4926            }
4927        },
4928
4929        {
4930            "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHigh",
4931            "Subsystem": "ext_env",
4932            "ComponentID": "0x2800",
4933            "Severity": "predictive",
4934            "ActionFlags": ["service_action", "report"],
4935
4936            "SRC": {
4937                "ReasonCode": "0x280A",
4938                "Words6To9": {}
4939            },
4940
4941            "CalloutsUsingAD": {
4942                "ADName": "SENSOR_NAME",
4943                "CalloutsWithTheirADValues": [
4944                    {
4945                        "ADValue": "/xyz/openbmc_project/sensors/altitude/Altitude",
4946                        "Callouts": [
4947                            {
4948                                "CalloutList": [
4949                                    {
4950                                        "Priority": "high",
4951                                        "SymbolicFRU": "altitude"
4952                                    }
4953                                ]
4954                            }
4955                        ]
4956                    }
4957                ]
4958            },
4959
4960            "Documentation": {
4961                "Description": "An altitude sensor exceeded its warning threshold.",
4962                "Message": "An altitude sensor exceeded its warning threshold.",
4963                "Notes": [
4964                    "The virtual altitude sensor crossed its warning threshold value",
4965                    " and a symbolic FRU will be added."
4966                ]
4967            }
4968        },
4969
4970        {
4971            "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHighClear",
4972            "Subsystem": "ext_env",
4973            "ComponentID": "0x2800",
4974            "Severity": "non_error",
4975            "ActionFlags": ["report"],
4976            "EventType": "env_normal",
4977
4978            "SRC": {
4979                "ReasonCode": "0x280B",
4980                "Words6To9": {}
4981            },
4982
4983            "Documentation": {
4984                "Description": "An altitude sensor is under its warning threshold.",
4985                "Message": "An altitude sensor is under its warning threshold.",
4986                "Notes": [
4987                    "The virtual altitude sensor is under its warning threshold value",
4988                    " and a symbolic FRU will be added."
4989                ]
4990            }
4991        },
4992
4993        {
4994            "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLow",
4995            "Subsystem": "cec_tod",
4996            "ComponentID": "0x2800",
4997            "Severity": "predictive",
4998            "ActionFlags": ["service_action", "report"],
4999
5000            "SRC": {
5001                "ReasonCode": "0x280C",
5002                "Words6To9": {}
5003            },
5004
5005            "Documentation": {
5006                "Description": "A voltage sensor went below its critical low threshold.",
5007                "Message": "A voltage sensor went below its critical low threshold."
5008            }
5009        },
5010
5011        {
5012            "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLowClear",
5013            "Subsystem": "cec_tod",
5014            "ComponentID": "0x2800",
5015            "Severity": "non_error",
5016            "ActionFlags": ["report"],
5017
5018            "SRC": {
5019                "ReasonCode": "0x280D",
5020                "Words6To9": {}
5021            },
5022
5023            "Documentation": {
5024                "Description": "A voltage sensor is over its critical low threshold.",
5025                "Message": "A voltage sensor is over its critical low threshold."
5026            }
5027        },
5028
5029        {
5030            "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLow",
5031            "Subsystem": "power",
5032            "ComponentID": "0x2800",
5033            "Severity": "predictive",
5034            "ActionFlags": ["service_action", "report"],
5035
5036            "SRC": {
5037                "ReasonCode": "0x280E",
5038                "Words6To9": {}
5039            },
5040
5041            "Documentation": {
5042                "Description": "A temperature sensor is under its low warning threshold.",
5043                "Message": "A temperature sensor is under its low warning threshold.",
5044                "Notes": [
5045                    "A temperature sensor crossed its low warning threshold value",
5046                    "CALLOUT_INVENTORY_PATH will be passed in to add a FRU callout."
5047                ]
5048            }
5049        },
5050
5051        {
5052            "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLowClear",
5053            "Subsystem": "power",
5054            "ComponentID": "0x2800",
5055            "Severity": "non_error",
5056            "ActionFlags": ["report"],
5057            "EventType": "env_normal",
5058
5059            "SRC": {
5060                "ReasonCode": "0x280F",
5061                "Words6To9": {}
5062            },
5063
5064            "Documentation": {
5065                "Description": "A temperature sensor is above its low warning threshold.",
5066                "Message": "A temperature sensor is above its low warning threshold.",
5067                "Notes": [
5068                    "A temperature sensor crossed above its low warning threshold value."
5069                ]
5070            }
5071        },
5072
5073        {
5074            "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalLow",
5075            "Subsystem": "power",
5076            "ComponentID": "0x2800",
5077            "Severity": "predictive",
5078            "ActionFlags": ["service_action", "report"],
5079
5080            "SRC": {
5081                "ReasonCode": "0x2810",
5082                "Words6To9": {}
5083            },
5084
5085            "Documentation": {
5086                "Description": "A temperature sensor is under its low critical threshold.",
5087                "Message": "A temperature sensor is under its low critical threshold.",
5088                "Notes": [
5089                    "A temperature sensor crossed its low critical threshold value",
5090                    "CALLOUT_INVENTORY_PATH will be passed in to add a FRU callout."
5091                ]
5092            }
5093        },
5094
5095        {
5096            "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalLowClear",
5097            "Subsystem": "power",
5098            "ComponentID": "0x2800",
5099            "Severity": "non_error",
5100            "ActionFlags": ["report"],
5101            "EventType": "env_normal",
5102
5103            "SRC": {
5104                "ReasonCode": "0x2811",
5105                "Words6To9": {}
5106            },
5107
5108            "Documentation": {
5109                "Description": "A temperature sensor is over its low critical threshold.",
5110                "Message": "A temperature sensor is over its low critical threshold.",
5111                "Notes": [
5112                    "A temperature sensor crossed above its critical threshold value"
5113                ]
5114            }
5115        },
5116
5117        {
5118            "Name": "com.ibm.VPD.Error.InvalidEepromPath",
5119            "Subsystem": "cec_vpd",
5120            "ComponentID": "0x4000",
5121
5122            "SRC": {
5123                "ReasonCode": "0x4000",
5124                "Words6To9": {
5125                    "6": {
5126                        "Description": "Errno of the failure.",
5127                        "AdditionalDataPropSource": "CALLOUT_ERRNO"
5128                    }
5129                }
5130            },
5131
5132            "Documentation": {
5133                "Description": "A path access error occurred",
5134                "Message": "An EEPROM path access error occurred.",
5135                "Notes": [
5136                    "This error occurs when parser is unable to access",
5137                    "EEPROM path. Errno and device path are captured as",
5138                    "additional data."
5139                ]
5140            }
5141        },
5142
5143        {
5144            "Name": "com.ibm.VPD.Error.InvalidVPD",
5145            "Subsystem": "cec_vpd",
5146            "ComponentID": "0x4000",
5147
5148            "SRC": {
5149                "ReasonCode": "0x4001",
5150                "Words6To9": {}
5151            },
5152
5153            "Documentation": {
5154                "Description": "Invalid VPD data.",
5155                "Message": "A VPD data exception occurred.",
5156                "Notes": [
5157                    "This error occurs when VPD data is found to be",
5158                    "invalid. This can be when VPD file is missing out",
5159                    "mandatory records.Inventory path is captured in",
5160                    "additional data."
5161                ]
5162            }
5163        },
5164
5165        {
5166            "Name": "com.ibm.VPD.Error.EccCheckFailed",
5167            "Subsystem": "cec_vpd",
5168            "ComponentID": "0x4000",
5169
5170            "SRC": {
5171                "ReasonCode": "0x4002",
5172                "Words6To9": {}
5173            },
5174
5175            "Documentation": {
5176                "Description": "Invalid VPD ecc data.",
5177                "Message": "A VPD ecc exception occurred.",
5178                "Notes": [
5179                    "This error occurs when VPD ecc check fails for the FRU.",
5180                    "Inventory path for the failed FRU is captured in additonal",
5181                    "data."
5182                ]
5183            }
5184        },
5185
5186        {
5187            "Name": "com.ibm.VPD.Error.InvalidJson",
5188            "Subsystem": "cec_vpd",
5189            "ComponentID": "0x4000",
5190
5191            "SRC": {
5192                "ReasonCode": "0x4003",
5193                "Words6To9": {}
5194            },
5195
5196            "Callouts": [
5197                {
5198                    "CalloutList": [
5199                        { "Priority": "high", "Procedure": "bmc_code" }
5200                    ]
5201                }
5202            ],
5203
5204            "Documentation": {
5205                "Description": "Invalid Json",
5206                "Message": "A Json failure occurred.",
5207                "Notes": [
5208                    "This error occurs when parser fails to access",
5209                    "Json file or there is any issue with Json data.",
5210                    "Failed Json path and cause of failure is captured",
5211                    "in additional data."
5212                ]
5213            }
5214        },
5215
5216        {
5217            "Name": "com.ibm.VPD.Error.DefaultValue",
5218            "Subsystem": "cec_vpd",
5219            "ComponentID": "0x4000",
5220
5221            "SRC": {
5222                "ReasonCode": "0x4004",
5223                "Words6To9": {}
5224            },
5225
5226            "Callouts": [
5227                {
5228                    "CalloutList": [
5229                        {
5230                            "Priority": "high",
5231                            "Procedure": "system_vpd_correction"
5232                        }
5233                    ]
5234                }
5235            ],
5236
5237            "Documentation": {
5238                "Description": "Default value found on VPD.",
5239                "Message": "Found default VPD.",
5240                "Notes": [
5241                    "This error occurs when a default value found on VPD.",
5242                    "Details regarding failure are captured in additional data."
5243                ]
5244            }
5245        },
5246
5247        {
5248            "Name": "com.ibm.VPD.Error.DbusFailure",
5249            "Subsystem": "cec_vpd",
5250            "ComponentID": "0x4000",
5251
5252            "SRC": {
5253                "ReasonCode": "0x4005",
5254                "Words6To9": {}
5255            },
5256
5257            "Callouts": [
5258                {
5259                    "CalloutList": [
5260                        { "Priority": "high", "Procedure": "bmc_code" }
5261                    ]
5262                }
5263            ],
5264
5265            "Documentation": {
5266                "Description": "Dbus exception",
5267                "Message": "A Dbus internal error occurred.",
5268                "Notes": [
5269                    "This error occurs when Dbus operation fails.",
5270                    "Exceptions details are captured in additonal",
5271                    "data."
5272                ]
5273            }
5274        },
5275
5276        {
5277            "Name": "com.ibm.VPD.Error.UnknownSystemType",
5278            "Subsystem": "cec_vpd",
5279            "ComponentID": "0x4000",
5280
5281            "SRC": {
5282                "ReasonCode": "0x4006",
5283                "Words6To9": {}
5284            },
5285
5286            "Callouts": [
5287                {
5288                    "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
5289                }
5290            ],
5291
5292            "Documentation": {
5293                "Description": "Unknown System Type",
5294                "Message": "System type not supported in DTB table.",
5295                "Notes": [
5296                    "System type comes from combination of HW and IM value of system VPD.",
5297                    "If anything gets changed in that combination, then it can't determine",
5298                    "the appropriate DTB for that system. Need to check HW and IM keywords."
5299                ]
5300            }
5301        },
5302
5303        {
5304            "Name": "com.ibm.VPD.Error.GPIOError",
5305            "Subsystem": "cec_vpd",
5306            "ComponentID": "0x4000",
5307
5308            "SRC": {
5309                "ReasonCode": "0x4007",
5310                "Words6To9": {}
5311            },
5312
5313            "Callouts": [
5314                {
5315                    "CalloutList": [
5316                        { "Priority": "high", "Procedure": "bmc_code" }
5317                    ]
5318                }
5319            ],
5320
5321            "Documentation": {
5322                "Description": "GPIO line error",
5323                "Message": "GPIO line couldn't be found or read.",
5324                "Notes": [
5325                    "The BMC could not access a GPIO line. This can be a hardware issue",
5326                    " or driver issue. Since a hardware or a software issue cannot be",
5327                    " differentiated, the BMC code will be called out."
5328                ]
5329            }
5330        },
5331
5332        {
5333            "Name": "com.ibm.VPD.Error.Mismatch",
5334            "Subsystem": "cec_vpd",
5335            "ComponentID": "0x4000",
5336
5337            "SRC": {
5338                "ReasonCode": "0x4008",
5339                "Words6To9": {}
5340            },
5341
5342            "Callouts": [
5343                {
5344                    "CalloutList": [
5345                        {
5346                            "Priority": "high",
5347                            "Procedure": "system_vpd_correction"
5348                        }
5349                    ]
5350                }
5351            ],
5352
5353            "Documentation": {
5354                "Description": "VPD mismatch found between primary and backup",
5355                "Message": "Error occurred due to VPD mismatch between primary and backup.",
5356                "Notes": [
5357                    "This error occurs when there is a data mismatch between ",
5358                    "primary and backup VPD.",
5359                    "Details regarding the failure are captured in additional data."
5360                ]
5361            }
5362        },
5363
5364        {
5365            "Name": "com.ibm.VPD.Error.RequiredFRUMissing",
5366            "Subsystem": "cec_vpd",
5367            "ComponentID": "0x4000",
5368
5369            "SRC": {
5370                "ReasonCode": "0x4009",
5371                "Words6To9": {}
5372            },
5373
5374            "Documentation": {
5375                "Description": "Essential FRU check.",
5376                "Message": "Essential FRU check failed",
5377                "Notes": [
5378                    "This error occurs when VPD manager service detects any",
5379                    "missing essential FRU. These are FRUs which are required",
5380                    "to be present in the system at the time of power on.",
5381                    "The inventory path is captured in additional data."
5382                ]
5383            }
5384        },
5385
5386        {
5387            "Name": "com.ibm.Panel.Error.InputDevPathFailure",
5388            "Subsystem": "cec_op_panel",
5389            "ComponentID": "0x5000",
5390
5391            "SRC": {
5392                "ReasonCode": "0x5001",
5393                "Words6To9": {}
5394            },
5395
5396            "Documentation": {
5397                "Description": "Button Handler Failure",
5398                "Message": "Input Device path failure",
5399                "Notes": ["Button events will not be processed."]
5400            }
5401        },
5402
5403        {
5404            "Name": "com.ibm.Panel.Error.I2CSetupFailure",
5405            "Subsystem": "cec_op_panel",
5406            "ComponentID": "0x5000",
5407
5408            "SRC": {
5409                "ReasonCode": "0x5002",
5410                "Words6To9": {}
5411            },
5412
5413            "Documentation": {
5414                "Description": "Panel I2C setup failure",
5415                "Message": "Unable to open device path or ioctl failure",
5416                "Notes": [
5417                    "The Panel is unable to open device",
5418                    " path or ioctl failure"
5419                ]
5420            }
5421        },
5422
5423        {
5424            "Name": "com.ibm.Panel.Error.HostCommunicationError",
5425            "Subsystem": "cec_op_panel",
5426            "ComponentID": "0x5000",
5427
5428            "SRC": {
5429                "ReasonCode": "0x5003",
5430                "Words6To9": {}
5431            },
5432
5433            "Callouts": [
5434                {
5435                    "CalloutList": [
5436                        {
5437                            "Priority": "high",
5438                            "Procedure": "bmc_code"
5439                        }
5440                    ]
5441                }
5442            ],
5443
5444            "Documentation": {
5445                "Description": "Host Communication failure",
5446                "Message": "Error in sending message to host",
5447                "Notes": ["Failure from PLDM sending message to", "Host"]
5448            }
5449        },
5450
5451        {
5452            "Name": "com.ibm.Panel.Error.DbusError",
5453            "Subsystem": "cec_op_panel",
5454            "ComponentID": "0x5000",
5455
5456            "SRC": {
5457                "ReasonCode": "0x5004",
5458                "Words6To9": {}
5459            },
5460
5461            "Callouts": [
5462                {
5463                    "CalloutList": [
5464                        {
5465                            "Priority": "high",
5466                            "Procedure": "bmc_code"
5467                        }
5468                    ]
5469                }
5470            ],
5471
5472            "Documentation": {
5473                "Description": "Dbus exception",
5474                "Message": "A Dbus internal error occurred.",
5475                "Notes": [
5476                    "This error occurs when Dbus operation fails.",
5477                    "Exceptions details are captured in additional",
5478                    "data."
5479                ]
5480            }
5481        },
5482
5483        {
5484            "Name": "com.ibm.Panel.Error.CodeUpdateFailure",
5485            "Subsystem": "cec_op_panel",
5486            "ComponentID": "0x5000",
5487
5488            "SRC": {
5489                "ReasonCode": "0x5005",
5490                "Words6To9": {}
5491            },
5492
5493            "Documentation": {
5494                "Description": "LCD/Bootfail PIC code update failure.",
5495                "Message": "Error while doing LCD/bootfail PIC code update.",
5496                "Notes": [
5497                    "Panel firmware(LCD/bootfail PIC) update fails due to ",
5498                    "unsupportable firmware version. Inventory path to the",
5499                    "FRU on which PIC controller is physically present will",
5500                    "be called out."
5501                ]
5502            }
5503        },
5504
5505        {
5506            "Name": "org.open_power.Host.Boot.Error.WatchdogTimeout",
5507            "Subsystem": "cec_sp_hostboot_iface",
5508
5509            "SRC": {
5510                "ReasonCode": "0xC101",
5511                "Words6To9": {}
5512            },
5513
5514            "Documentation": {
5515                "Description": "Host did not respond within the watchdog timeout interval",
5516                "Message": "Host did not respond before the watchdog timeout interval expired",
5517                "Notes": [
5518                    "Host did not respond before the expiry of the watchdog timeout interval.",
5519                    "Collecting hostboot dump."
5520                ]
5521            }
5522        },
5523
5524        {
5525            "Name": "xyz.openbmc_project.Software.Version.Error.Incompatible",
5526            "Subsystem": "bmc_firmware",
5527            "ComponentID": "0x3600",
5528            "SRC": {
5529                "ReasonCode": "0x3601",
5530                "Words6To9": {}
5531            },
5532
5533            "Callouts": [
5534                {
5535                    "CalloutList": [
5536                        { "Priority": "high", "Procedure": "bmc_code" }
5537                    ]
5538                }
5539            ],
5540
5541            "Documentation": {
5542                "Description": "A system component has a software version that is incompatible.",
5543                "Message": "A system component has a software version that is incompatible."
5544            }
5545        },
5546
5547        {
5548            "Name": "xyz.openbmc_project.Software.Version.Error.AlreadyExists",
5549            "Subsystem": "bmc_firmware",
5550            "ComponentID": "0x3600",
5551            "SRC": {
5552                "ReasonCode": "0x3602",
5553                "Words6To9": {}
5554            },
5555
5556            "Callouts": [
5557                {
5558                    "CalloutList": [
5559                        { "Priority": "high", "Procedure": "bmc_code" }
5560                    ]
5561                }
5562            ],
5563
5564            "Documentation": {
5565                "Description": "This image version already exists on the device.",
5566                "Message": "This image version already exists on the device."
5567            }
5568        },
5569
5570        {
5571            "Name": "xyz.openbmc_project.Software.Image.Error.UnTarFailure",
5572            "Subsystem": "bmc_firmware",
5573            "ComponentID": "0x3600",
5574            "ActionFlags": ["report"],
5575            "SRC": {
5576                "ReasonCode": "0x3603",
5577                "Words6To9": {}
5578            },
5579
5580            "Callouts": [
5581                {
5582                    "CalloutList": [
5583                        { "Priority": "high", "Procedure": "bmc_code" }
5584                    ]
5585                }
5586            ],
5587
5588            "Documentation": {
5589                "Description": "An error occurred during untar.",
5590                "Message": "An error occurred during untar."
5591            }
5592        },
5593
5594        {
5595            "Name": "xyz.openbmc_project.Software.Image.Error.ManifestFileFailure",
5596            "Subsystem": "bmc_firmware",
5597            "ComponentID": "0x3600",
5598            "SRC": {
5599                "ReasonCode": "0x3604",
5600                "Words6To9": {}
5601            },
5602
5603            "Callouts": [
5604                {
5605                    "CalloutList": [
5606                        { "Priority": "high", "Procedure": "bmc_code" }
5607                    ]
5608                }
5609            ],
5610
5611            "Documentation": {
5612                "Description": "An error occurred when reading the software image Manifest file.",
5613                "Message": "An error occurred when reading the software image Manifest file."
5614            }
5615        },
5616
5617        {
5618            "Name": "xyz.openbmc_project.Software.Image.Error.InternalFailure",
5619            "Subsystem": "bmc_firmware",
5620            "ComponentID": "0x3600",
5621            "SRC": {
5622                "ReasonCode": "0x3605",
5623                "Words6To9": {}
5624            },
5625
5626            "Callouts": [
5627                {
5628                    "CalloutList": [
5629                        { "Priority": "high", "Procedure": "bmc_code" }
5630                    ]
5631                }
5632            ],
5633
5634            "Documentation": {
5635                "Description": "The operation failed internally during processing the image.",
5636                "Message": "The operation failed internally during processing the image."
5637            }
5638        },
5639
5640        {
5641            "Name": "xyz.openbmc_project.Software.Image.Error.ImageFailure",
5642            "Subsystem": "bmc_firmware",
5643            "ComponentID": "0x3600",
5644            "SRC": {
5645                "ReasonCode": "0x3606",
5646                "Words6To9": {}
5647            },
5648
5649            "Callouts": [
5650                {
5651                    "CalloutList": [
5652                        { "Priority": "high", "Procedure": "bmc_code" }
5653                    ]
5654                }
5655            ],
5656
5657            "Documentation": {
5658                "Description": "An error occurred processing the image.",
5659                "Message": "An error occurred processing the image."
5660            }
5661        },
5662
5663        {
5664            "Name": "xyz.openbmc_project.Software.Image.Error.BusyFailure",
5665            "Subsystem": "bmc_firmware",
5666            "ComponentID": "0x3600",
5667            "SRC": {
5668                "ReasonCode": "0x3607",
5669                "Words6To9": {}
5670            },
5671
5672            "Callouts": [
5673                {
5674                    "CalloutList": [
5675                        { "Priority": "high", "Procedure": "bmc_code" }
5676                    ]
5677                }
5678            ],
5679
5680            "Documentation": {
5681                "Description": "The device is busy during the update.",
5682                "Message": "The device is busy during the update."
5683            }
5684        },
5685
5686        {
5687            "Name": "xyz.openbmc_project.Software.Version.Error.ExpiredAccessKey",
5688            "Subsystem": "bmc_firmware",
5689            "ComponentID": "0x3600",
5690            "SRC": {
5691                "ReasonCode": "0x3608",
5692                "Words6To9": {}
5693            },
5694
5695            "Callouts": [
5696                {
5697                    "CalloutList": [
5698                        { "Priority": "high", "Procedure": "bmc_code" }
5699                    ]
5700                }
5701            ],
5702
5703            "Documentation": {
5704                "Description": "The Update Access Key has expired.",
5705                "Message": "The Update Access Key has expired."
5706            }
5707        },
5708
5709        {
5710            "Name": "xyz.openbmc_project.Software.Version.Error.InvalidSignature",
5711            "Subsystem": "bmc_firmware",
5712            "ComponentID": "0x3600",
5713            "SRC": {
5714                "ReasonCode": "0x3609",
5715                "Words6To9": {}
5716            },
5717
5718            "Callouts": [
5719                {
5720                    "CalloutList": [
5721                        { "Priority": "high", "Procedure": "bmc_code" }
5722                    ]
5723                }
5724            ],
5725
5726            "Documentation": {
5727                "Description": "The software image has an invalid signature.",
5728                "Message": "The software image has an invalid signature"
5729            }
5730        },
5731
5732        {
5733            "Name": "xyz.openbmc_project.Software.Version.Error.HostFile",
5734            "Subsystem": "bmc_firmware",
5735            "ComponentID": "0x3600",
5736
5737            "SRC": {
5738                "ReasonCode": "0x360A",
5739                "Words6To9": {
5740                    "6": {
5741                        "Description": "Size of the current running partition",
5742                        "AdditionalDataPropSource": "CURRENT_FILE_SIZE"
5743                    },
5744                    "7": {
5745                        "Description": "Size of the read only partition",
5746                        "AdditionalDataPropSource": "EXPECTED_FILE_SIZE"
5747                    }
5748                }
5749            },
5750            "Callouts": [
5751                {
5752                    "CalloutList": [
5753                        { "Priority": "high", "Procedure": "bmc_code" }
5754                    ]
5755                }
5756            ],
5757            "Documentation": {
5758                "Description": "Corrupted or changed preserved file",
5759                "Message": "Partition was not preserved on reboot",
5760                "Notes": [
5761                    "This error may occur if one of the partitions marked",
5762                    "PRESERVED is either corrupted, or a change of size is ",
5763                    "desired for a particular partition."
5764                ]
5765            }
5766        },
5767
5768        {
5769            "Name": "xyz.openbmc_project.PLDM.Error.findDumpObjPath.GetManagedObjectsFail",
5770            "Subsystem": "bmc_firmware",
5771            "ComponentID": "0x6000",
5772            "Severity": "predictive",
5773            "SRC": {
5774                "ReasonCode": "0x6001",
5775                "Words6To9": {}
5776            },
5777            "Callouts": [
5778                {
5779                    "CalloutList": [
5780                        { "Priority": "high", "Procedure": "bmc_code" }
5781                    ]
5782                }
5783            ],
5784
5785            "Documentation": {
5786                "Description": "Failed to get the requested dump object path.",
5787                "Message": "Failed to get the requested dump object path from the system."
5788            }
5789        },
5790        {
5791            "Name": "xyz.openbmc_project.PLDM.Error.newFileAvailable.NewDumpNotifyFail",
5792            "Subsystem": "bmc_firmware",
5793            "ComponentID": "0x6000",
5794            "Severity": "unrecoverable",
5795            "SRC": {
5796                "ReasonCode": "0x6002",
5797                "Words6To9": {}
5798            },
5799            "Callouts": [
5800                {
5801                    "CalloutList": [
5802                        { "Priority": "high", "Procedure": "bmc_code" }
5803                    ]
5804                }
5805            ],
5806            "Documentation": {
5807                "Description": "Failed to make a new dump notify request to the dump manager application.",
5808                "Message": "Failed to make a new dump notify request to the dump manager application."
5809            }
5810        },
5811        {
5812            "Name": "xyz.openbmc_project.PLDM.Error.DumpHandler.getOffloadUriFail",
5813            "Subsystem": "bmc_firmware",
5814            "ComponentID": "0x6000",
5815            "Severity": "unrecoverable",
5816            "SRC": {
5817                "ReasonCode": "0x6003",
5818                "Words6To9": {}
5819            },
5820            "Callouts": [
5821                {
5822                    "CalloutList": [
5823                        { "Priority": "high", "Procedure": "bmc_code" }
5824                    ]
5825                }
5826            ],
5827            "Documentation": {
5828                "Description": "Failed to get the dump offload URI path from the dump entry.",
5829                "Message": "Failed to get the dump offload URI path from the dump entry."
5830            }
5831        },
5832        {
5833            "Name": "xyz.openbmc_project.PLDM.Error.fileAck.ResourceDumpFileAckFail",
5834            "Subsystem": "bmc_firmware",
5835            "ComponentID": "0x6000",
5836            "Severity": "non_error",
5837            "SRC": {
5838                "ReasonCode": "0x6004",
5839                "Words6To9": {}
5840            },
5841            "Callouts": [
5842                {
5843                    "CalloutList": [
5844                        { "Priority": "medium", "Procedure": "bmc_code" }
5845                    ]
5846                }
5847            ],
5848            "Documentation": {
5849                "Description": "The hypervisor rejected the request to initiate a new resource dump.",
5850                "Message": "The hypervisor rejected the request to initiate a new resource dump."
5851            }
5852        },
5853        {
5854            "Name": "xyz.openbmc_project.PLDM.Error.fileAck.SourceDumpIdResetFail",
5855            "Subsystem": "bmc_firmware",
5856            "ComponentID": "0x6000",
5857            "Severity": "unrecoverable",
5858            "SRC": {
5859                "ReasonCode": "0x6005",
5860                "Words6To9": {}
5861            },
5862            "Callouts": [
5863                {
5864                    "CalloutList": [
5865                        { "Priority": "high", "Procedure": "bmc_code" }
5866                    ]
5867                }
5868            ],
5869            "Documentation": {
5870                "Description": "Failed to reset the dump ID, due to this requested dump will not be deleted.",
5871                "Message": "Failed to reset the dump ID, due to this requested dump will not be deleted."
5872            }
5873        },
5874        {
5875            "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryDeleteFail",
5876            "Subsystem": "bmc_firmware",
5877            "ComponentID": "0x6000",
5878            "Severity": "unrecoverable",
5879            "SRC": {
5880                "ReasonCode": "0x6006",
5881                "Words6To9": {}
5882            },
5883            "Callouts": [
5884                {
5885                    "CalloutList": [
5886                        { "Priority": "high", "Procedure": "bmc_code" }
5887                    ]
5888                }
5889            ],
5890            "Documentation": {
5891                "Description": "Failed to carry out the dump delete request from the hypervisor.",
5892                "Message": "Failed to carry out the dump delete request from the hypervisor."
5893            }
5894        },
5895        {
5896            "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryOffloadedSetFail",
5897            "Subsystem": "bmc_firmware",
5898            "ComponentID": "0x6000",
5899            "Severity": "unrecoverable",
5900            "SRC": {
5901                "ReasonCode": "0x6007",
5902                "Words6To9": {}
5903            },
5904            "Callouts": [
5905                {
5906                    "CalloutList": [
5907                        { "Priority": "high", "Procedure": "bmc_code" }
5908                    ]
5909                }
5910            ],
5911            "Documentation": {
5912                "Description": "Failed to set the dump offloaded completion flag in the dump entry.",
5913                "Message": "Failed to set the dump offloaded completion flag in the dump entry."
5914            }
5915        },
5916        {
5917            "Name": "xyz.openbmc_project.PLDM.Error.readIntoMemory.GetFilepathFail",
5918            "Subsystem": "bmc_firmware",
5919            "ComponentID": "0x6000",
5920            "Severity": "unrecoverable",
5921            "SRC": {
5922                "ReasonCode": "0x6008",
5923                "Words6To9": {}
5924            },
5925            "Callouts": [
5926                {
5927                    "CalloutList": [
5928                        { "Priority": "high", "Procedure": "bmc_code" }
5929                    ]
5930                }
5931            ],
5932            "Documentation": {
5933                "Description": "Failed to get the file path for the BMC dump and offload to the hypervisor.",
5934                "Message": "Failed to get the file path for the BMC dump and offload to the hypervisor."
5935            }
5936        },
5937        {
5938            "Name": "xyz.openbmc_project.PLDM.Error.read.GetFilepathFail",
5939            "Subsystem": "bmc_firmware",
5940            "ComponentID": "0x6000",
5941            "Severity": "unrecoverable",
5942            "SRC": {
5943                "ReasonCode": "0x6009",
5944                "Words6To9": {}
5945            },
5946            "Callouts": [
5947                {
5948                    "CalloutList": [
5949                        { "Priority": "high", "Procedure": "bmc_code" }
5950                    ]
5951                }
5952            ],
5953            "Documentation": {
5954                "Description": "Failed to get the file path for the BMC dump and offload to the hypervisor.",
5955                "Message": "Failed to get the file path for the BMC dump and offload to the hypervisor."
5956            }
5957        },
5958        {
5959            "Name": "xyz.openbmc_project.PLDM.Error.fileAck.ResourceDumpFileAckWithMetaDataFail",
5960            "Subsystem": "bmc_firmware",
5961            "ComponentID": "0x6000",
5962            "Severity": "non_error",
5963            "SRC": {
5964                "ReasonCode": "0x6010",
5965                "Words6To9": {}
5966            },
5967            "Callouts": [
5968                {
5969                    "CalloutList": [
5970                        { "Priority": "medium", "Procedure": "bmc_code" }
5971                    ]
5972                }
5973            ],
5974            "Documentation": {
5975                "Description": "Could not create a new resource dump due to hypervisor verification failed.",
5976                "Message": "Could not create a new resource dump due to hypervisor verification failed."
5977            }
5978        },
5979        {
5980            "Name": "xyz.openbmc_project.PLDM.Error.fileAckWithMetaData.DumpEntryOffloadedSetFail",
5981            "Subsystem": "bmc_firmware",
5982            "ComponentID": "0x6000",
5983            "Severity": "unrecoverable",
5984            "SRC": {
5985                "ReasonCode": "0x6011",
5986                "Words6To9": {}
5987            },
5988            "Callouts": [
5989                {
5990                    "CalloutList": [
5991                        { "Priority": "high", "Procedure": "bmc_code" }
5992                    ]
5993                }
5994            ],
5995            "Documentation": {
5996                "Description": "Failed to set the dump offload completion flag in the dump entry details.",
5997                "Message": "Failed to set the dump offload completion flag in the dump entry details."
5998            }
5999        },
6000        {
6001            "Name": "xyz.openbmc_project.PLDM.Error.newFileAvailableWithMetaData.NewDumpNotifyFail",
6002            "Subsystem": "bmc_firmware",
6003            "ComponentID": "0x6000",
6004            "Severity": "unrecoverable",
6005            "SRC": {
6006                "ReasonCode": "0x6012",
6007                "Words6To9": {}
6008            },
6009            "Callouts": [
6010                {
6011                    "CalloutList": [
6012                        { "Priority": "high", "Procedure": "bmc_code" }
6013                    ]
6014                }
6015            ],
6016            "Documentation": {
6017                "Description": "Failed to notify a new dump available request.",
6018                "Message": "Failed to notify a new dump available request."
6019            }
6020        },
6021        {
6022            "Name": "xyz.openbmc_project.PLDM.Error.sendNewFileAvailableCmd.SendDumpParametersFail",
6023            "Subsystem": "bmc_firmware",
6024            "ComponentID": "0x6000",
6025            "Severity": "unrecoverable",
6026            "SRC": {
6027                "ReasonCode": "0x6013",
6028                "Words6To9": {}
6029            },
6030            "Callouts": [
6031                {
6032                    "CalloutList": [
6033                        { "Priority": "high", "Procedure": "bmc_code" }
6034                    ]
6035                }
6036            ],
6037            "Documentation": {
6038                "Description": "Failed to send the resource dump parameters for a new dump initiation.",
6039                "Message": "Failed to send the resource dump parameters for a new dump initiation."
6040            }
6041        },
6042        {
6043            "Name": "xyz.openbmc_project.PLDM.Error.SendFileToHostFail",
6044            "Subsystem": "bmc_firmware",
6045            "ComponentID": "0x6000",
6046            "Severity": "unrecoverable",
6047            "SRC": {
6048                "ReasonCode": "0x6014",
6049                "Words6To9": {}
6050            },
6051            "Callouts": [
6052                {
6053                    "CalloutList": [
6054                        { "Priority": "high", "Procedure": "bmc_code" }
6055                    ]
6056                }
6057            ],
6058            "Documentation": {
6059                "Description": "Failed to send the certificate/license file to the host.",
6060                "Message": "Failed to send the certificate/license file to the host."
6061            }
6062        },
6063        {
6064            "Name": "xyz.openbmc_project.PLDM.Error.DecodeNewFileResponseFail",
6065            "Subsystem": "bmc_firmware",
6066            "ComponentID": "0x6000",
6067            "Severity": "unrecoverable",
6068            "SRC": {
6069                "ReasonCode": "0x6015",
6070                "Words6To9": {}
6071            },
6072            "Callouts": [
6073                {
6074                    "CalloutList": [
6075                        { "Priority": "high", "Procedure": "bmc_code" }
6076                    ]
6077                }
6078            ],
6079            "Documentation": {
6080                "Description": "Failed to decode the response of certificate/license file sent to the host.",
6081                "Message": "Failed to decode the response of certificate/license file sent to the host."
6082            }
6083        },
6084        {
6085            "Name": "xyz.openbmc_project.PLDM.Error.NewFileAvailableRequestFail",
6086            "Subsystem": "bmc_firmware",
6087            "ComponentID": "0x6000",
6088            "Severity": "unrecoverable",
6089            "SRC": {
6090                "ReasonCode": "0x6016",
6091                "Words6To9": {}
6092            },
6093            "Callouts": [
6094                {
6095                    "CalloutList": [
6096                        { "Priority": "high", "Procedure": "bmc_code" }
6097                    ]
6098                }
6099            ],
6100            "Documentation": {
6101                "Description": "Failed to send the new certificate/license file to the host.",
6102                "Message": "Failed to send the new certificate/license file to the host."
6103            }
6104        },
6105        {
6106            "Name": "xyz.openbmc_project.PLDM.Error.SetHostEffecterFailed",
6107            "Subsystem": "bmc_firmware",
6108            "ComponentID": "0x6000",
6109            "Severity": "unrecoverable",
6110            "SRC": {
6111                "ReasonCode": "0x6017",
6112                "Words6To9": {}
6113            },
6114
6115            "Callouts": [
6116                {
6117                    "CalloutList": [
6118                        { "Priority": "high", "Procedure": "bmc_code" }
6119                    ]
6120                }
6121            ],
6122            "Documentation": {
6123                "Description": "Failed to set state effecter states.",
6124                "Message": "Failed to set state effecter states."
6125            }
6126        },
6127        {
6128            "Name": "xyz.openbmc_project.PLDM.Error.Generate.PDRJsonFileParseFail",
6129            "Subsystem": "bmc_firmware",
6130            "ComponentID": "0x6000",
6131            "Severity": "unrecoverable",
6132            "SRC": {
6133                "ReasonCode": "0x6018",
6134                "Words6To9": {}
6135            },
6136            "Callouts": [
6137                {
6138                    "CalloutList": [
6139                        { "Priority": "high", "Procedure": "bmc_code" }
6140                    ]
6141                }
6142            ],
6143            "Documentation": {
6144                "Description": "Failed to parse PDR JSON file.",
6145                "Message": "Failed to parse PDR JSON file."
6146            }
6147        },
6148        {
6149            "Name": "xyz.openbmc_project.PLDM.Error.SetHostSensorState.GetStateSensorPDRFail",
6150            "Subsystem": "bmc_firmware",
6151            "ComponentID": "0x6000",
6152            "Severity": "unrecoverable",
6153            "SRC": {
6154                "ReasonCode": "0x6019",
6155                "Words6To9": {}
6156            },
6157            "Callouts": [
6158                {
6159                    "CalloutList": [
6160                        { "Priority": "high", "Procedure": "bmc_code" }
6161                    ]
6162                }
6163            ],
6164            "Documentation": {
6165                "Description": "Failed to get state sensor PDR state.",
6166                "Message": "Failed to get state sensor PDR state."
6167            }
6168        },
6169        {
6170            "Name": "xyz.openbmc_project.PLDM.Error.SetHostSensorState.EncodeStateSensorFail",
6171            "Subsystem": "bmc_firmware",
6172            "ComponentID": "0x6000",
6173            "Severity": "unrecoverable",
6174            "SRC": {
6175                "ReasonCode": "0x6020",
6176                "Words6To9": {}
6177            },
6178            "Callouts": [
6179                {
6180                    "CalloutList": [
6181                        { "Priority": "high", "Procedure": "bmc_code" }
6182                    ]
6183                }
6184            ],
6185            "Documentation": {
6186                "Description": "Failed to encode state sensor request.",
6187                "Message": "Failed to encode state sensor request."
6188            }
6189        },
6190        {
6191            "Name": "xyz.openbmc_project.PLDM.Error.CMsubscribeFailure",
6192            "Subsystem": "bmc_firmware",
6193            "ComponentID": "0x6000",
6194            "Severity": "unrecoverable",
6195            "SRC": {
6196                "ReasonCode": "0x6021",
6197                "Words6To9": {}
6198            },
6199            "Callouts": [
6200                {
6201                    "CalloutList": [
6202                        { "Priority": "high", "Procedure": "bmc_code" }
6203                    ]
6204                }
6205            ],
6206            "Documentation": {
6207                "Description": "Failed to subscribe for concurrent maintenance of FRU.",
6208                "Message": "Failed to subscribe for concurrent maintenance of FRU."
6209            }
6210        },
6211        {
6212            "Name": "xyz.openbmc_project.PLDM.Error.setSurvTimer.RecvSurveillancePingFail",
6213            "Subsystem": "bmc_firmware",
6214            "ComponentID": "0x6000",
6215            "Severity": "non_error",
6216            "SRC": {
6217                "ReasonCode": "0x6022",
6218                "Words6To9": {}
6219            },
6220            "Callouts": [
6221                {
6222                    "CalloutList": [
6223                        { "Priority": "high", "Procedure": "bmc_code" }
6224                    ]
6225                }
6226            ],
6227            "Documentation": {
6228                "Description": "Host did not send a surveillance ping within stipulated timeout interval.",
6229                "Message": "Host did not send a surveillance ping within stipulated timeout interval."
6230            }
6231        },
6232        {
6233            "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryOffloadUriSetFail",
6234            "Subsystem": "bmc_firmware",
6235            "ComponentID": "0x6000",
6236            "Severity": "unrecoverable",
6237            "SRC": {
6238                "ReasonCode": "0x6023",
6239                "Words6To9": {}
6240            },
6241            "Callouts": [
6242                {
6243                    "CalloutList": [
6244                        { "Priority": "high", "Procedure": "bmc_code" }
6245                    ]
6246                }
6247            ],
6248            "Documentation": {
6249                "Description": "Failed to reset the dump offload URI path from the dump entry.",
6250                "Message": "Failed to reset the dump offload URI path from the dump entry."
6251            }
6252        },
6253        {
6254            "Name": "xyz.openbmc_project.PLDM.Error.SoftPowerOff.HostSoftOffTimeOut",
6255            "Subsystem": "bmc_firmware",
6256            "ComponentID": "0x6000",
6257            "Severity": "unrecoverable",
6258            "SRC": {
6259                "ReasonCode": "0x6024",
6260                "Words6To9": {}
6261            },
6262            "Callouts": [
6263                {
6264                    "CalloutList": [
6265                        { "Priority": "high", "Procedure": "bmc_code" }
6266                    ]
6267                }
6268            ],
6269            "Documentation": {
6270                "Description": "Host failed to complete the power off gracefully within the timeout.",
6271                "Message": "Host failed to complete the power off gracefully within the timeout."
6272            }
6273        },
6274        {
6275            "Name": "xyz.openbmc_project.Dump.Error.Invalidate",
6276            "Subsystem": "bmc_firmware",
6277            "ComponentID": "0x6000",
6278            "SRC": {
6279                "ReasonCode": "0x6025",
6280                "Words6To9": {}
6281            },
6282            "Documentation": {
6283                "Description": "Dump has been deleted/offloaded",
6284                "Message": "BMC/System/Resource dump has been deleted/offloaded"
6285            }
6286        }
6287    ]
6288}
6289