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