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