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