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