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