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