blob: f2c55f1e3aad5b1b8bbbdf1b86d2f6ec2915dee8 [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 Spinler44792fd2019-09-26 15:58:58 -05007
Matt Spinler3fd08d62019-10-22 14:25:33 -05008 "SRC":
9 {
10 "ReasonCode": "0x1001",
11 "Words6To9":
12 {
13 "6":
14 {
15 "Description": "Timeout in ms",
16 "AdditionalDataPropSource": "TIMEOUT_IN_MSEC"
17 }
18 }
19 },
20
21 "Documentation":
22 {
23 "Description": "This is a generic timeout error",
24 "Message": "An operation timed out",
25 "Notes": [
26 "The journal should contain more information"
27 ]
28 }
29 },
30
31 {
32 "Name": "xyz.openbmc_project.Common.Error.InternalFailure",
33 "Subsystem": "bmc_firmware",
34
35 "SRC":
36 {
37 "ReasonCode": "0x1002",
38 "Words6To9":
39 {
40 }
41 },
42
43 "Documentation":
44 {
45 "Description": "BMC code had a generic internal failure",
46 "Message": "An application had an internal failure",
47 "Notes": [
48 "The journal should contain more information"
49 ]
50 }
51 },
52
53 {
54 "Name": "xyz.openbmc_project.Common.Error.InvalidArgument",
55 "Subsystem": "user_error",
56
57 "SRC":
58 {
59 "ReasonCode": "0x1003",
60 "Words6To9":
61 {
62 }
63 },
64
65 "Documentation":
66 {
67 "Description": "BMC code was given an invalid argument",
68 "Message": "Code was given an invalid argument",
69 "Notes": [
70 "The journal should contain more information"
71 ]
72 }
73 },
74 {
75 "Name": "xyz.openbmc_project.Common.Error.InsufficientPermission",
76 "Subsystem": "user_error",
77
78 "SRC":
79 {
80 "ReasonCode": "0x1004",
81 "Words6To9":
82 {
83 }
84 },
85
86 "Documentation":
87 {
88 "Description": "An operation failed due to insufficient permission",
89 "Message": "An operation failed due to unsufficient permission",
90 "Notes": [
91 "The journal should contain more information"
92 ]
93 }
94 },
95
96 {
97 "Name": "xyz.openbmc_project.Common.Error.NotAllowed",
98 "Subsystem": "user_error",
99
100 "SRC":
101 {
102 "ReasonCode": "0x1005",
103 "Words6To9":
104 {
105 }
106 },
107
108 "Documentation":
109 {
110 "Description": "An operation failed because it isn't allowed",
Matt Spinler26958762020-08-27 13:21:23 -0500111 "Message": "An operation failed because it isn't allowed",
Matt Spinler3fd08d62019-10-22 14:25:33 -0500112 "Notes": [
113 "The journal should contain more information"
114 ]
115 }
116 },
117
118 {
119 "Name": "xyz.openbmc_project.Common.Error.NoCACertificate",
120 "Subsystem": "user_error",
121
122 "SRC":
123 {
124 "ReasonCode": "0x1006",
125 "Words6To9":
126 {
127 }
128 },
129
130 "Documentation":
131 {
132 "Description": "The server's CA certificate has not been provided",
133 "Message": "The server's CA certificate has not been provided"
134 }
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600135 },
136
137 {
Matt Spinleraf036b12020-06-25 10:53:52 -0500138 "Name": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure",
139 "Subsystem": "cec_chip_iface",
140
141 "SRC":
142 {
143 "ReasonCode": "0x1007",
144 "Words6To9":
145 {
146 "6":
147 {
148 "Description": "errno of the failure",
149 "AdditionalDataPropSource": "CALLOUT_ERRNO"
150 }
151 }
152 },
153
154 "Documentation":
155 {
156 "Description": "Sensor device read failure",
157 "Message": "There was a failure when reading a sensor device",
158 "Notes": [
159 "The severity is set by the creator.",
160 "The action flags are set automatically by the code.",
161 "Callouts added based on CALLOUT_DEVICE_PATH."
162 ]
163 }
164 },
165
166 {
167 "Name": "xyz.openbmc_project.Common.Device.Error.ReadFailure",
168 "Subsystem": "cec_chip_iface",
169
170 "SRC":
171 {
172 "ReasonCode": "0x1008",
173 "Words6To9":
174 {
175 "6":
176 {
177 "Description": "errno of the failure",
178 "AdditionalDataPropSource": "CALLOUT_ERRNO"
179 }
180 }
181 },
182
183 "Documentation":
184 {
185 "Description": "Device read failure",
186 "Message": "There was a failure when reading a hardware device",
187 "Notes": [
188 "The severity is set by the creator.",
189 "The action flags are set automatically by the code.",
190 "Callouts added based on CALLOUT_DEVICE_PATH."
191 ]
192 }
193 },
194
195 {
196 "Name": "xyz.openbmc_project.Control.Device.Error.WriteFailure",
197 "Subsystem": "cec_chip_iface",
198
199 "SRC":
200 {
201 "ReasonCode": "0x1009",
202 "Words6To9":
203 {
204 "6":
205 {
206 "Description": "errno of the failure",
207 "AdditionalDataPropSource": "CALLOUT_ERRNO"
208 }
209 }
210 },
211
212 "Documentation":
213 {
214 "Description": "Device write failure",
215 "Message": "There was a failure when writing to a hardware device",
216 "Notes": [
217 "The severity is set by the creator.",
218 "The action flags are set automatically by the code.",
219 "Callouts added based on CALLOUT_DEVICE_PATH"
220 ]
221 }
222 },
223
224 {
225 "Name": "xyz.openbmc_project.Common.Device.Error.WriteFailure",
226 "Subsystem": "cec_chip_iface",
227
228 "SRC":
229 {
230 "ReasonCode": "0x100A",
231 "Words6To9":
232 {
233 "6":
234 {
235 "Description": "errno of the failure",
236 "AdditionalDataPropSource": "CALLOUT_ERRNO"
237 }
238 }
239 },
240
241 "Documentation":
242 {
243 "Description": "Device write failure",
244 "Message": "There was a failure when writing to a hardware device",
245 "Notes": [
246 "The severity is set by the creator.",
247 "The action flags are set automatically by the code.",
248 "Callouts added based on CALLOUT_DEVICE_PATH"
249 ]
250 }
251 },
Jayanth Othayothbd0a7522021-05-03 02:05:36 -0500252
Matt Spinleraf036b12020-06-25 10:53:52 -0500253 {
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600254 "Name": "org.open_power.Logging.Error.SentBadPELToHost",
255 "Subsystem": "bmc_firmware",
256 "Severity": "non_error",
257
258 "SRC":
259 {
260 "ReasonCode": "0x2001",
261 "Words6To9":
262 {
263 "6":
264 {
265 "Description": "The bad PEL ID",
266 "AdditionalDataPropSource": "BAD_ID"
267 }
268 }
269 },
270
271 "Documentation":
272 {
273 "Description": "The BMC sent the host a malformed PEL",
274 "Message": "The BMC sent the host a malformed PEL",
275 "Notes": [
276 "The host firmware rejected that PEL."
277 ]
278 }
Matt Spinlere95fd012020-01-07 12:53:16 -0600279 },
280
281 {
282 "Name": "org.open_power.Logging.Error.BadHostPEL",
283 "Subsystem": "platform_firmware",
284 "Severity": "unrecoverable",
285
286 "SRC":
287 {
288 "ReasonCode": "0x2002",
289 "Words6To9":
290 {
291 "6":
292 {
293 "Description": "The PLID of the invalid PEL",
294 "AdditionalDataPropSource": "PLID"
295 },
296 "7":
297 {
298 "Description": "The corresponding OpenBMC event log ID",
299 "AdditionalDataPropSource": "OBMC_LOG_ID"
300 },
301 "8":
302 {
303 "Description": "The size of the invalid PEL",
304 "AdditionalDataPropSource": "PEL_SIZE"
305 }
306 }
307 },
308
309 "Documentation":
310 {
311 "Description": "The host sent the BMC an invalid PEL",
312 "Message": "The host sent the BMC an invalid PEL",
313 "Notes": [
314 ]
315 }
Marri Devender Raoead1be22020-03-28 05:50:59 -0500316 },
317
318 {
Matt Spinler3477ce92020-07-08 14:49:25 -0500319 "Name": "org.open_power.Logging.Error.TestError1",
320 "Subsystem": "platform_firmware",
321 "Severity": "unrecoverable",
322
323 "SRC":
324 {
325 "ReasonCode": "0x2003",
326 "Words6To9":
327 {
328 }
329 },
330
331 "Callouts": [
332 {
333 "CalloutList": [
334 {"Priority": "high", "Procedure": "bmc_code"},
335 {"Priority": "medium", "SymbolicFRU": "service_docs"}
336 ]
337 }
338 ],
339
340 "Documentation":
341 {
342 "Description": "An error for testing",
343 "Message": "This is a test error"
344 }
345 },
346
347 {
Matt Spinler30ddc9f2020-07-16 15:39:59 -0500348 "Name": "xyz.openbmc_project.Logging.Error.Default",
349 "Subsystem": "other_na",
350
351 "SRC":
352 {
353 "ReasonCode": "0x2004",
354 "Words6To9":
355 {
356 }
357 },
358
359 "Documentation":
360 {
361 "Description": "This entry is used when no other matching entry is found",
362 "Message": "Unknown (Original event not in message registry)",
363 "Notes": [
364 "This is used when the actual error name isn't found in ",
365 "the registry. The original error name will be stored ",
366 "in the UserData section that contains the AdditionalData ",
367 "properties using the key ERROR_NAME.",
368 "This error may contain callouts if the creator passed ",
369 "them in.",
370 "The severity is set by the creator.",
371 "If this error is seen, then a code change needs to be ",
372 "made to add the missing error entry to this registry."
373 ]
374 }
375 },
376
377 {
Marri Devender Raoead1be22020-03-28 05:50:59 -0500378 "Name": "org.open_power.PHAL.Error.Boot",
379 "Subsystem": "cec_hardware",
Ramesh Iyyar41e79dc2020-12-22 06:27:48 -0600380 "ComponentID": "0x3000",
Marri Devender Raoead1be22020-03-28 05:50:59 -0500381 "Severity": "unrecoverable",
382
383 "SRC":
384 {
Ramesh Iyyar41e79dc2020-12-22 06:27:48 -0600385 "ReasonCode": "0x3001",
Marri Devender Raoead1be22020-03-28 05:50:59 -0500386 "Words6To9":
387 {
388 }
389 },
390
391 "Documentation":
392 {
393 "Description": "Failure occured during boot process",
394 "Message": "Failure occured during boot process",
395 "Notes": [
396 "Debug traces will be captured in AdditionalData section"
397 ]
398 }
Ben Tyner34836322020-04-15 17:01:48 -0500399 },
400
401 {
Ramesh Iyyar78be2a22020-12-22 06:22:55 -0600402 "Name": "org.open_power.PHAL.Error.PrePowerOff",
403 "Subsystem": "cec_hardware",
404 "ComponentID": "0x3000",
405
406 "SRC":
407 {
408 "ReasonCode": "0x3002",
409 "Words6To9":
410 {
411 }
412 },
413
414 "Documentation":
415 {
416 "Description": "Failure occurred during PHAL pre-poweroff operations",
417 "Message": "Failure occurred during PHAL pre-poweroff operations",
418 "Notes": [
419 "Severity needs to be set based on needs for this registry.",
420 "FFDC (First Failure Data Collection) will be collected ",
421 "and added into PEL."
422 ]
423 }
424 },
425
426 {
Jayanth Othayothdb00d762021-07-13 02:48:19 -0500427 "Name": "org.open_power.PHAL.Error.devtreeSync",
428 "Subsystem": "cec_hardware",
429 "ComponentID": "0x3000",
430 "Severity": "unrecoverable",
431
432 "SRC":
433 {
434 "ReasonCode": "0x3003",
435 "Words6To9":
436 {
437 }
438 },
439
440 "Documentation":
441 {
442 "Description": "Failure occurred during PHAL devtree sync ",
443 "Message": "Failure occurred during PHAL devtree sync",
444 "Notes": [
445 "The journal should contain more information"
446 ]
447 }
448 },
449
450 {
Jayanth Othayothf3e619a2021-07-13 03:58:06 -0500451 "Name": "org.open_power.PHAL.Error.devtreeBackup",
452 "Subsystem": "cec_hardware",
453 "ComponentID": "0x3000",
454 "Severity": "unrecoverable",
455
456 "SRC":
457 {
458 "ReasonCode": "0x3004",
459 "Words6To9":
460 {
461 }
462 },
463
464 "Documentation":
465 {
466 "Description": "Failure occurred during PHAL devtree backup ",
467 "Message": "Failure occurred during PHAL devtree backup",
468 "Notes": [
469 "The journal should contain more information"
470 ]
471 }
472 },
473
474 {
Andrew Geisslerd54fd732021-07-20 14:07:12 -0400475 "Name": "org.open_power.PHAL.Error.HostRunning",
476 "Subsystem": "cec_sp_hostboot_iface",
477 "ComponentID": "0x3000",
478
479 "SRC":
480 {
481 "ReasonCode": "0x3005",
482 "Words6To9":
483 {
484 }
485 },
486
487 "Documentation":
488 {
489 "Description": "Host did not respond to BMC after a BMC reset",
490 "Message": "Host did not respond to BMC after a BMC reset but hardware indicates it is running",
491 "Notes": [
492 "System will be left in its current state to ensure host ",
493 "is not unexpectedly taken down. There is most likely an ",
494 "issue in the software or hardware communication path ",
495 "between the BMC and the Host firmware.",
496 "A BMC dump will be collected with relevant FFDC."
497 ]
498 }
499 },
500
501 {
Jayanth Othayoth7d2bea72021-11-29 07:26:34 -0600502 "Name": "org.open_power.PHAL.Error.devtreeReinit",
503 "Subsystem": "cec_hardware",
504 "ComponentID": "0x3000",
505 "Severity": "unrecoverable",
506
507 "SRC":
508 {
509 "ReasonCode": "0x3006",
510 "Words6To9":
511 {
512 }
513 },
514
515 "Documentation":
516 {
517 "Description": "Failure re-initializing BMC to Host data structure",
518 "Message": "Failure occurred during re-initializing BMC to Host data structure",
519 "Notes": [
520 "The journal should contain more information"
521 ]
522 }
523 },
524
525 {
Ramesh Iyyarb3d45ed2021-12-07 09:18:19 -0600526 "Name": "org.open_power.HardwareIsolation.Error",
527 "Subsystem": "cec_hardware",
528 "ComponentID": "0x3100",
529
530 "SRC":
531 {
532 "ReasonCode": "0x3101",
533 "Words6To9":
534 {
535 }
536 },
537
538 "Documentation":
539 {
540 "Description": "Failure occured during hardware isolation operations",
541 "Message": "Failure occured during hardware isolation operations",
542 "Notes": [
543 "Severity needs to be set based on needs for this registry.",
544 "Debug traces will be captured in AdditionalData section"
545 ]
546 }
547 },
548
549 {
Andrew Geissler8034dde2021-09-10 14:43:03 -0500550 "Name": "xyz.openbmc_project.State.Error.HostNotRunning",
551 "Subsystem": "cec_sp_hostboot_iface",
552 "ComponentID": "0x3400",
553 "SRC":
554 {
555 "ReasonCode": "0x3401",
556 "Words6To9":
557 {
558 }
559 },
560 "Documentation":
561 {
562 "Description": "Host was booting or booted before BMC reset but is now unresponsive",
563 "Message": "Host did not respond to BMC after a BMC reset but it was booting or booted prior to the BMC reboot",
564 "Notes": [
565 "System will follow recovery policy, resulting in this ",
566 "error and most likely a a reboot of the host. The issue ",
567 "is most likely the result of the BMC rebooting while the ",
568 "host was booting and in a state where it still needed ",
569 "the BMC to complete its boot."
570 ]
571 }
572 },
573
574 {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -0500575 "Name": "org.open_power.Processor.Error.SbeChipOpFailure",
576 "Subsystem": "processor_chip",
577 "ComponentID": "0x3500",
578
579 "SRC":
580 {
581 "ReasonCode": "0x3500",
582 "Words6To9":
583 {
584 "6":
585 {
586 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
587 "AdditionalDataPropSource": "SRC6"
588 }
589 }
590 },
591
592 "Documentation":
593 {
594 "Description": "chipop failure with SBE provided FFDC",
595 "Message": "chipop request failure reported by SBE",
596 "Notes": [
597 "The severity is set by the creator.",
598 "Callouts added based on SBE provided FFDC.",
599 "SBE provided additional debug data included as part of the",
600 "additional user data section."
601 ]
602 }
603 },
604
605 {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -0500606 "Name": "org.open_power.Processor.Error.SbeChipOpTimeout",
607 "Subsystem": "processor_chip",
608 "ComponentID": "0x3500",
609
610 "SRC":
611 {
612 "ReasonCode": "0x3501",
613 "Words6To9":
614 {
615 "6":
616 {
617 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
618 "AdditionalDataPropSource": "SRC6"
619 }
620 }
621 },
622
623 "Documentation":
624 {
625 "Description": "SBE chipop timeout",
626 "Message": "chipop timeout reported during SBE communication",
627 "Notes": [
628 "The severity is set by the creator.",
629 "Check SBE Dump associated to this error to debug the failure."
630 ]
631 }
632 },
633
634 {
Jayanth Othayoth6c601832021-05-03 02:56:04 -0500635 "Name": "org.open_power.Processor.Error.SbeChipOpInvalidState",
636 "Subsystem": "processor_chip",
637 "ComponentID": "0x3500",
638
639 "SRC":
640 {
641 "ReasonCode": "0x3502",
642 "Words6To9":
643 {
644 "6":
645 {
646 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
647 "AdditionalDataPropSource": "SRC6"
648 },
649 "7":
650 {
651 "Description": "Value of SBE state",
652 "AdditionalDataPropSource": "SRC7"
653 }
654 }
655 },
656
657 "Documentation":
658 {
659 "Description": "The SBE on this processor is not in a state where chipOps can be issued",
660 "Message": "SBE Chipop is not allowed due to invalid SBE state ",
661 "Notes": [
662 "The severity is set by the creator."
663 ]
664 }
665 },
666
667 {
Jayanth Othayothabc88b02021-09-19 06:07:22 -0500668 "Name": "org.open_power.Processor.Error.SbeBootFailure",
669 "Subsystem": "processor_chip",
670 "ComponentID": "0x3500",
671
672 "SRC":
673 {
674 "ReasonCode": "0x3503",
675 "Words6To9":
676 {
677 "6":
678 {
679 "Description": "[0:15] chip position",
680 "AdditionalDataPropSource": "SRC6"
681 }
682 }
683 },
684
685 "Documentation":
686 {
687 "Description": "Boot failure with SBE provided FFDC",
688 "Message": "Boot failure reported by SBE",
689 "Notes": [
690 "The severity is set by the creator.",
691 "Callouts added based on SBE provided FFDC.",
692 "SBE provided additional debug data included as part of the",
693 "additional user data section."
694 ]
695 }
696 },
697
698 {
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -0500699 "Name": "org.open_power.Processor.Error.SbeBootTimeout",
700 "Subsystem": "processor_chip",
701 "ComponentID": "0x3500",
702
703 "SRC":
704 {
705 "ReasonCode": "0x3504",
706 "Words6To9":
707 {
708 }
709 },
710
711 "Documentation":
712 {
713 "Description": "SBE Boot timeout",
714 "Message": "timeout reported during SBE boot process",
715 "Notes": [
716 "The severity is set by the creator.",
717 "Check SBE Dump associated to this error to debug the failure."
718 ]
719 }
720 },
721
722 {
Ben Tyner34836322020-04-15 17:01:48 -0500723 "Name": "org.open_power.Attn.Error.Terminate",
Ben Tyner808e29f2021-04-16 08:32:23 -0500724 "Subsystem": "cec_hardware",
725 "Severity": "non_error",
Ben Tyner34836322020-04-15 17:01:48 -0500726
727 "SRC":
728 {
729 "ReasonCode": "0xD138",
Ben Tyner808e29f2021-04-16 08:32:23 -0500730 "SymptomIDFields": [ "SRCWord3", "SRCWord4", "SRCWord5", "SRCWord6", "SRCWord7", "SRCWord8", "SRCWord9" ],
Ben Tyner34836322020-04-15 17:01:48 -0500731 "Words6To9":
732 {
733 }
734 },
735
736 "Documentation":
737 {
738 "Description": "Status shows TI special attention active",
739 "Message": "TI special attention detected",
740 "Notes": [
741 "This entry is for any TI special attention event ",
742 "reported by the attention handler component"
743 ]
744 }
745 },
746
747 {
748 "Name": "org.open_power.Attn.Error.Fail",
749 "Subsystem": "bmc_firmware",
750 "Severity": "unrecoverable_loss_of_function",
751
752 "SRC":
753 {
754 "ReasonCode": "0xD13E",
755 "Words6To9":
756 {
757 "6":
758 {
759 "Description": "Error code from attention handler",
760 "AdditionalDataPropSource": "ERROR_CODE"
761 }
762 }
763 },
764 "Documentation":
765 {
766 "Description": "The attention handler encountered an error",
767 "MessageArgSources" : ["SRCWord6"],
768 "Message": "Attention handler error %1",
769 "Notes": [
770 "Attention handler will provide error code"
771 ]
772 }
773 },
774
775 {
776 "Name": "org.open_power.Attn.Error.Vital",
777 "Subsystem": "processor_chip",
778 "Severity": "critical",
779
780 "SRC":
781 {
782 "ReasonCode": "0xD16D",
783 "Words6To9":
784 {
785 }
786 },
787
788 "Documentation":
789 {
790 "Description": "Status shows SBE vital attention active",
791 "Message": "SBE vital attention detected",
792 "Notes": [
793 "This entry is for any SBE vital attention event ",
794 "reported by the attention handler component"
795 ]
796 }
797 },
798
799 {
800 "Name": "org.open_power.HwDiags.Error.Checkstop",
801 "Subsystem": "cec_hardware",
Zane Shelley561c0382020-11-17 13:20:05 -0600802 "ActionFlags": [ "service_action", "report", "call_home" ],
Ben Tyner34836322020-04-15 17:01:48 -0500803
804 "SRC":
805 {
Zane Shelley561c0382020-11-17 13:20:05 -0600806 "ReasonCode": "0xE510",
807 "SymptomIDFields": [ "SRCWord6", "SRCWord7", "SRCWord8" ],
Ben Tyner34836322020-04-15 17:01:48 -0500808 "Words6To9":
809 {
Zane Shelley45ab43a2021-11-13 16:16:57 -0600810 "6":
811 {
812 "AdditionalDataPropSource": "SRC6"
813 },
814 "7":
815 {
816 "AdditionalDataPropSource": "SRC7"
817 },
818 "8":
819 {
820 "AdditionalDataPropSource": "SRC8"
821 }
Ben Tyner34836322020-04-15 17:01:48 -0500822 }
823 },
824
825 "Documentation":
826 {
Zane Shelley561c0382020-11-17 13:20:05 -0600827 "Description": "A system checkstop attention has occurred",
828 "MessageArgSources" : [ "SRCWord6", "SRCWord7", "SRCWord8" ],
Zane Shelley45ab43a2021-11-13 16:16:57 -0600829 "Message": "Error Signature: %1 %2 %3"
Ben Tyner34836322020-04-15 17:01:48 -0500830 }
831 },
832
833 {
Zane Shelley561c0382020-11-17 13:20:05 -0600834 "Name": "org.open_power.HwDiags.Error.Predictive",
835 "Subsystem": "cec_hardware",
836 "ActionFlags": [ "service_action", "report", "call_home" ],
Ben Tyner34836322020-04-15 17:01:48 -0500837
838 "SRC":
839 {
Zane Shelley561c0382020-11-17 13:20:05 -0600840 "ReasonCode": "0xE511",
841 "SymptomIDFields": [ "SRCWord6", "SRCWord7", "SRCWord8" ],
Ben Tyner34836322020-04-15 17:01:48 -0500842 "Words6To9":
843 {
Zane Shelley45ab43a2021-11-13 16:16:57 -0600844 "6":
845 {
846 "AdditionalDataPropSource": "SRC6"
847 },
848 "7":
849 {
850 "AdditionalDataPropSource": "SRC7"
851 },
852 "8":
853 {
854 "AdditionalDataPropSource": "SRC8"
855 }
Ben Tyner34836322020-04-15 17:01:48 -0500856 }
857 },
Zane Shelley561c0382020-11-17 13:20:05 -0600858
Ben Tyner34836322020-04-15 17:01:48 -0500859 "Documentation":
860 {
Zane Shelley561c0382020-11-17 13:20:05 -0600861 "Description": "A hardware attention requiring service has occurred",
862 "MessageArgSources" : [ "SRCWord6", "SRCWord7", "SRCWord8" ],
Zane Shelley45ab43a2021-11-13 16:16:57 -0600863 "Message": "Error Signature: %1 %2 %3"
Ben Tyner34836322020-04-15 17:01:48 -0500864 }
Shawn McCarney01648f52020-06-25 11:42:02 -0500865 },
866
867 {
Zane Shelleydd4bd482021-12-08 09:12:51 -0600868 "Name": "org.open_power.HwDiags.Error.Informational",
869 "Subsystem": "cec_hardware",
870 "ActionFlags": [ "hidden", "dont_report" ],
871
872 "SRC":
873 {
874 "ReasonCode": "0xE512",
875 "SymptomIDFields": [ "SRCWord6", "SRCWord7", "SRCWord8" ],
876 "Words6To9":
877 {
878 "6":
879 {
880 "AdditionalDataPropSource": "SRC6"
881 },
882 "7":
883 {
884 "AdditionalDataPropSource": "SRC7"
885 },
886 "8":
887 {
888 "AdditionalDataPropSource": "SRC8"
889 }
890 }
891 },
892
893 "Documentation":
894 {
895 "Description": "Manual analysis was initiated via the command line. FFDC only.",
896 "MessageArgSources" : [ "SRCWord6", "SRCWord7", "SRCWord8" ],
897 "Message": "Error Signature: %1 %2 %3"
898 }
899 },
900
901 {
Brandon Wyman38caaf02020-09-01 16:07:42 -0500902 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.InputFault",
903 "Subsystem": "power_supply",
904 "Severity": "unrecoverable_redundancy_loss",
905 "ActionFlags": ["service_action", "report"],
906 "ComponentID": "0x2700",
907
908 "SRC": {
909 "Type": "11",
910 "ReasonCode": "0x15F0",
911 "Words6To9": {}
912 },
913
914 "Callouts": [
915 {
916 "CalloutList": [
917 { "Priority": "high", "SymbolicFRU": "pwrsply" }
918 ]
919 }
920 ],
921
922 "Documentation": {
923 "Description": "Power Supply input power fault",
924 "Message": "A power supply has indicated an input or under voltage condition.",
925 "Notes": [
926 "Check the power supply cabling and/or input power ",
927 "source. The PWRSPLY procedure is used rather than ",
928 "calling out a location code, as typically these faults ",
929 "are related to the supplied power, the cable, or the ",
930 "cable connectors. If the input fault resolves down to an ",
931 "issue with the power supply itself, the power supply ",
932 "indicating this input fault should be called out. Add the ",
933 "CALLOUT_INVENTORY_PATH to the additional data, and set the",
934 "CALLOUT_PRIORITY to something other than high."
935 ]
936 }
937 },
938
939 {
940 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Fault",
941 "Subsystem": "power_supply",
942 "Severity": "unrecoverable_redundancy_loss",
943 "ActionFlags": ["service_action", "report", "call_home"],
944 "ComponentID": "0x2700",
945
946 "SRC": {
947 "Type": "11",
948 "ReasonCode": "0x15F1",
949 "Words6To9": {}
950 },
951
952 "Documentation": {
953 "Description": "Power Supply power fault",
954 "Message": "The power supply detected a fault condition, see AdditionalData for further details.",
955 "Notes": [
956 "The power supply reporting the fault should be called ",
957 "out using the CALLOUT_INVENTORY_PATH keyword. Include ",
958 "specific fault, STATUS_* details, and code level in the ",
959 "AdditionalData section."
960 ]
961 }
962 },
963
964 {
965 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.CommFault",
966 "Subsystem": "power_supply",
Brandon Wyman981ffc32021-04-06 15:49:12 -0500967 "Severity": "unrecoverable",
Brandon Wyman38caaf02020-09-01 16:07:42 -0500968 "ActionFlags": ["service_action", "report", "call_home"],
969 "ComponentID": "0x2700",
970
971 "SRC": {
972 "Type": "11",
973 "ReasonCode": "0x15F2",
974 "Words6To9": {}
975 },
976
977 "Documentation": {
978 "Description": "Power Supply non-power fault",
979 "Message": "A communication failure occurred talking to the power supply",
980 "Notes": [
981 "Communication problems with the power supply could be ",
982 "the power supply, or any hardware between it and the ",
983 "BMC. Reporting the error should be passing in a call ",
984 "out using CALLOUT_DEVICE_PATH."
985 ]
986 }
987 },
988
989 {
990 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Missing",
991 "Subsystem": "power_supply",
Brandon Wyman981ffc32021-04-06 15:49:12 -0500992 "Severity": "unrecoverable_redundancy_loss",
Brandon Wyman38caaf02020-09-01 16:07:42 -0500993 "ActionFlags": ["service_action", "report", "call_home"],
994 "ComponentID": "0x2700",
995
996 "SRC": {
997 "Type": "11",
998 "ReasonCode": "0x15F6",
999 "Words6To9": {}
1000 },
1001
1002 "Callouts": [
1003 {
1004 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -05001005 {
1006 "Priority": "high",
1007 "SymbolicFRUTrusted": "pwrsply",
1008 "UseInventoryLocCode": true
1009 }
Brandon Wyman38caaf02020-09-01 16:07:42 -05001010 ]
1011 }
1012 ],
1013
1014 "Documentation": {
1015 "Description": "Power Supply is missing",
1016 "Message": "A power supply that should be present is missing",
1017 "Notes": [
1018 "The CalloutList should use the PWRSPLY symbolic FRU ",
Matt Spinler80600192020-10-23 09:29:33 -05001019 "with the trusted location code property. The ",
1020 "location code in this callout is obtained from ",
1021 "the passed in CALLOUT_INVENTORY_PATH value."
Brandon Wyman38caaf02020-09-01 16:07:42 -05001022 ]
1023 }
1024 },
1025
1026 {
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00001027 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.NotSupported",
1028 "Subsystem": "power_supply",
1029 "Severity": "unrecoverable",
1030 "ActionFlags": ["service_action", "report", "call_home"],
1031 "ComponentID": "0x2700",
1032
1033 "SRC": {
1034 "Type": "11",
1035 "ReasonCode": "0x15F7",
1036 "Words6To9": {}
1037 },
1038
1039 "Documentation": {
1040 "Description": "Power Supply configuration is not supported",
1041 "Message": "The power supply configuration is not supported",
1042 "Notes": [
1043 "The combination of power supplies detected in the ",
1044 "system is not supported. This could be caused by ",
1045 "mismatched models, less than expected number of power ",
1046 "supplies, or other unsupported characteristics."
1047 ]
1048 }
1049 },
1050
1051 {
Brandon Wymanc30f00a2021-11-18 21:10:04 +00001052 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.FanFault",
1053 "Subsystem": "power_supply",
1054 "Severity": "unrecoverable",
1055 "ActionFlags": ["service_action", "report", "call_home"],
1056 "ComponentID": "0x2700",
1057
1058 "SRC": {
1059 "Type": "11",
1060 "ReasonCode": "0x15FF",
1061 "Words6To9": {}
1062 },
1063
1064 "Documentation": {
1065 "Description": "Power Supply fan fault",
1066 "Message": "A power supply indicated a fan fault has occurred",
1067 "Notes": [
1068 "The power supply reporting the fault should be called ",
1069 "out using the CALLOUT_INVENTORY_PATH keyword. Include ",
1070 "specific fault, STATUS_* details, and code level in the ",
1071 "AdditionalData section."
1072 ]
1073 }
1074 },
1075
1076 {
Brandon Wyman90c88402021-11-16 20:34:49 +00001077 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.IoutOCFault",
1078 "Subsystem": "power_supply",
1079 "Severity": "unrecoverable_redundancy_loss",
1080 "ActionFlags": ["service_action", "report", "call_home"],
1081 "ComponentID": "0x2700",
1082
1083 "SRC": {
1084 "Type": "11",
1085 "ReasonCode": "0x1B01",
1086 "Words6To9": {}
1087 },
1088
1089 "Callouts": [
1090 {
1091 "CalloutList": [
1092 { "Priority": "high", "Procedure": "power_overcurrent" }
1093 ]
1094 }
1095 ],
1096
1097 "Documentation": {
1098 "Description": "Power Supply output over-current power fault",
1099 "Message": "A power supply has indicated an output over-current condition."
1100 }
1101 },
1102
1103 {
Jay Meyer54ff54e2021-03-14 20:18:41 -05001104 "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Blackout",
1105 "Subsystem": "power",
1106 "ActionFlags": [ "report", "service_action" ],
1107 "Severity": "unrecoverable",
1108 "ComponentID": "0x2700",
1109
1110 "SRC":
1111 {
1112 "Type": "11",
1113 "ReasonCode": "0x00AC",
1114 "Words6To9": {},
1115 "PowerFault": true
1116 },
1117
1118 "Callouts": [
1119 {
1120 "CalloutList": [
1121 { "Priority": "high", "SymbolicFRU": "ac_module"}
1122 ]
1123 }
1124 ],
1125
1126 "Documentation": {
1127 "Description": "Input power was lost while the system was powered on.",
1128 "Message": "Input power was lost while the system was powered on.",
1129 "Notes": [
1130 "Input power was lost while system powered on.",
1131 "The CalloutList should use the ACMODUL symbolic FRU."
1132 ]
1133 }
1134 },
1135
1136 {
Brandon Wyman002d8cf2021-12-01 23:05:11 +00001137 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.PSKillFault",
1138 "Subsystem": "power_supply",
1139 "Severity": "unrecoverable",
1140 "ActionFlags": ["service_action", "report", "call_home"],
1141 "ComponentID": "0x2700",
1142
1143 "SRC": {
1144 "Type": "11",
1145 "ReasonCode": "0x2500",
1146 "Words6To9": {},
1147 "PowerFault": true
1148 },
1149
1150 "Callouts": [
1151 {
1152 "CalloutList": [
1153 { "Priority": "high", "Procedure": "power_overcurrent" }
1154 ]
1155 }
1156 ],
1157
1158 "Documentation": {
1159 "Description": "A power supply fault is potentially preventing the power supply from allowing the system to power on.",
1160 "Message": "Power supply PSKill_fault",
1161 "Notes": [
1162 ]
1163 }
1164 },
1165
1166 {
Jim Wright7f678902020-11-30 16:03:57 -06001167 "Name": "xyz.openbmc_project.Power.Error.Shutdown",
1168 "Subsystem": "power_sequencer",
1169 "ComponentID": "0x2700",
1170
1171 "SRC": {
1172 "Type": "11",
1173 "ReasonCode": "0x2600",
1174 "Words6To9": {}
1175 },
1176
1177 "Callouts": [
1178 {
1179 "CalloutList": [
1180 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1181 ]
1182 }
1183 ],
1184
1185 "Documentation": {
1186 "Description": "A power off was issued because a power fault was detected",
1187 "Message": "A power off was issued because a power fault was detected",
1188 "Notes": [
1189 ]
1190 }
1191 },
1192
1193 {
Ben Tyner0273a222021-07-12 15:18:13 -05001194 "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Regulator",
1195 "Subsystem": "power_control_hw",
1196 "ComponentID": "0x2700",
1197
1198 "SRC": {
1199 "Type": "11",
1200 "ReasonCode": "0x2602",
1201 "Words6To9": {},
1202 "PowerFault": true
1203 },
1204
1205 "Callouts": [
1206 {
1207 "System": "ibm,rainier",
1208 "CalloutList": [
1209 {
1210 "Priority": "high",
1211 "LocCode": "P0-C5"
1212 },
1213 {
1214 "Priority": "medium",
1215 "LocCode": "P0"
1216 }
1217 ]
1218 },
1219 {
1220 "System": "ibm,everest",
1221 "CalloutList": [
1222 {
1223 "Priority": "high",
1224 "LocCode": "P0-C59"
1225 },
1226 {
1227 "Priority": "medium",
1228 "LocCode": "P0"
1229 }
1230 ]
1231 }
1232 ],
1233
1234 "Documentation": {
1235 "Description": "A power off was issued because a regulator for standby power faulted",
1236 "Message": "A power off was issued because a regulator for standby power faulted",
1237 "Notes": [
1238 ]
1239 }
1240 },
1241
1242 {
Jim Wright7f678902020-11-30 16:03:57 -06001243 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerPGOODFault",
1244 "Subsystem": "power_sequencer",
1245 "ComponentID": "0x2700",
1246
1247 "SRC": {
1248 "Type": "11",
1249 "ReasonCode": "0x2610",
1250 "Words6To9": {}
1251 },
1252
1253 "CalloutsUsingAD": {
1254 "ADName": "INPUT_NAME", "CalloutsWithTheirADValues": [
1255 {
1256 "ADValue": "PCIE_SLOT0", "Callouts": [
1257 {
1258 "CalloutList": [
1259 { "Priority": "high", "LocCode": "P0-C0" },
1260 { "Priority": "medium", "LocCode": "P0" }
1261 ]
1262 }
1263 ]
1264 },
1265 {
1266 "ADValue": "PCIE_SLOT1", "Callouts": [
1267 {
1268 "CalloutList": [
1269 { "Priority": "high", "LocCode": "P0-C1" },
1270 { "Priority": "medium", "LocCode": "P0" }
1271 ]
1272 }
1273 ]
1274 },
1275 {
1276 "ADValue": "PCIE_SLOT2", "Callouts": [
1277 {
1278 "CalloutList": [
1279 { "Priority": "high", "LocCode": "P0-C2" },
1280 { "Priority": "medium", "LocCode": "P0" }
1281 ]
1282 }
1283 ]
1284 },
1285 {
1286 "ADValue": "PCIE_SLOT3", "Callouts": [
1287 {
1288 "CalloutList": [
1289 { "Priority": "high", "LocCode": "P0-C3" },
1290 { "Priority": "medium", "LocCode": "P0" }
1291 ]
1292 }
1293 ]
1294 },
1295 {
1296 "ADValue": "PCIE_SLOT4", "Callouts": [
1297 {
1298 "CalloutList": [
1299 { "Priority": "high", "LocCode": "P0-C4" },
1300 { "Priority": "medium", "LocCode": "P0" }
1301 ]
1302 }
1303 ]
1304 },
1305 {
1306 "ADValue": "PCIE_SLOT7", "Callouts": [
1307 {
1308 "CalloutList": [
1309 { "Priority": "high", "LocCode": "P0-C7" },
1310 { "Priority": "medium", "LocCode": "P0" }
1311 ]
1312 }
1313 ]
1314 },
1315 {
1316 "ADValue": "PCIE_SLOT8", "Callouts": [
1317 {
1318 "CalloutList": [
1319 { "Priority": "high", "LocCode": "P0-C8" },
1320 { "Priority": "medium", "LocCode": "P0" }
1321 ]
1322 }
1323 ]
1324 },
1325 {
1326 "ADValue": "PCIE_SLOT9", "Callouts": [
1327 {
1328 "CalloutList": [
1329 { "Priority": "high", "LocCode": "P0-C9" },
1330 { "Priority": "medium", "LocCode": "P0" }
1331 ]
1332 }
1333 ]
1334 },
1335 {
1336 "ADValue": "PCIE_SLOT10", "Callouts": [
1337 {
1338 "CalloutList": [
1339 { "Priority": "high", "LocCode": "P0-C10" },
1340 { "Priority": "medium", "LocCode": "P0" }
1341 ]
1342 }
1343 ]
1344 },
1345 {
1346 "ADValue": "PCIE_SLOT11", "Callouts": [
1347 {
1348 "CalloutList": [
1349 { "Priority": "high", "LocCode": "P0-C11" },
1350 { "Priority": "medium", "LocCode": "P0" }
1351 ]
1352 }
1353 ]
1354 },
1355 {
1356 "ADValue": "PGOOD_12A", "Callouts": [
1357 {
1358 "CalloutList": [
1359 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1360 ]
1361 }
1362 ]
1363 },
1364 {
1365 "ADValue": "PGOOD_12B", "Callouts": [
1366 {
1367 "CalloutList": [
1368 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1369 ]
1370 }
1371 ]
1372 },
1373 {
1374 "ADValue": "PGOOD_12C", "Callouts": [
1375 {
1376 "CalloutList": [
1377 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1378 ]
1379 }
1380 ]
1381 },
1382 {
1383 "ADValue": "PGOOD_12D", "Callouts": [
1384 {
1385 "CalloutList": [
1386 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1387 ]
1388 }
1389 ]
1390 },
1391 {
1392 "ADValue": "PGOOD_12L", "Callouts": [
1393 {
1394 "CalloutList": [
1395 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1396 ]
1397 }
1398 ]
1399 },
1400 {
1401 "ADValue": "PGOOD_12M", "Callouts": [
1402 {
1403 "CalloutList": [
1404 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1405 ]
1406 }
1407 ]
1408 },
1409 {
1410 "ADValue": "PGOOD_12N", "Callouts": [
1411 {
1412 "CalloutList": [
1413 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1414 ]
1415 }
1416 ]
1417 },
1418 {
1419 "ADValue": "PGOOD_12P", "Callouts": [
1420 {
1421 "CalloutList": [
1422 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1423 ]
1424 }
1425 ]
1426 },
1427 {
1428 "ADValue": "PGOOD_12PCIE", "Callouts": [
1429 {
1430 "CalloutList": [
1431 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1432 ]
1433 }
1434 ]
1435 },
1436 {
1437 "ADValue": "PGOOD_12Q", "Callouts": [
1438 {
1439 "CalloutList": [
1440 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1441 ]
1442 }
1443 ]
1444 },
1445 {
1446 "ADValue": "PGOOD_12R", "Callouts": [
1447 {
1448 "CalloutList": [
1449 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1450 ]
1451 }
1452 ]
1453 },
1454 {
1455 "ADValue": "PGOOD_VDN_DCM0", "Callouts": [
1456 {
1457 "CalloutList": [
1458 { "Priority": "high", "LocCode": "P0-C14" },
1459 { "Priority": "medium", "LocCode": "P0-C15" },
1460 { "Priority": "low", "LocCode": "P0" }
1461 ]
1462 }
1463 ]
1464 },
1465 {
1466 "ADValue": "PGOOD_VDN_DCM1", "Callouts": [
1467 {
1468 "CalloutList": [
1469 { "Priority": "high", "LocCode": "P0-C23" },
1470 { "Priority": "medium", "LocCode": "P0-C24" },
1471 { "Priority": "low", "LocCode": "P0" }
1472 ]
1473 }
1474 ]
1475 },
1476 {
1477 "ADValue": "PGOOD_VCS_DCM0", "Callouts": [
1478 {
1479 "CalloutList": [
1480 { "Priority": "high", "LocCode": "P0-C14" },
1481 { "Priority": "medium", "LocCode": "P0-C15" },
1482 { "Priority": "low", "LocCode": "P0" }
1483 ]
1484 }
1485 ]
1486 },
1487 {
1488 "ADValue": "PGOOD_VCS_DCM1", "Callouts": [
1489 {
1490 "CalloutList": [
1491 { "Priority": "high", "LocCode": "P0-C23" },
1492 { "Priority": "medium", "LocCode": "P0-C24" },
1493 { "Priority": "low", "LocCode": "P0" }
1494 ]
1495 }
1496 ]
1497 },
1498 {
1499 "ADValue": "PGOOD_VIO_DCM0", "Callouts": [
1500 {
1501 "CalloutList": [
1502 { "Priority": "high", "LocCode": "P0-C14" },
1503 { "Priority": "medium", "LocCode": "P0-C15" },
1504 { "Priority": "low", "LocCode": "P0" }
1505 ]
1506 }
1507 ]
1508 },
1509 {
1510 "ADValue": "PGOOD_VIO_DCM1", "Callouts": [
1511 {
1512 "CalloutList": [
1513 { "Priority": "high", "LocCode": "P0-C23" },
1514 { "Priority": "medium", "LocCode": "P0-C24" },
1515 { "Priority": "low", "LocCode": "P0" }
1516 ]
1517 }
1518 ]
1519 },
1520 {
1521 "ADValue": "PGOOD_VPCIE_DCM0", "Callouts": [
1522 {
1523 "CalloutList": [
1524 { "Priority": "high", "LocCode": "P0-C14" },
1525 { "Priority": "medium", "LocCode": "P0-C15" },
1526 { "Priority": "low", "LocCode": "P0" }
1527 ]
1528 }
1529 ]
1530 },
1531 {
1532 "ADValue": "PGOOD_VPCIE_DCM1", "Callouts": [
1533 {
1534 "CalloutList": [
1535 { "Priority": "high", "LocCode": "P0-C23" },
1536 { "Priority": "medium", "LocCode": "P0-C24" },
1537 { "Priority": "low", "LocCode": "P0" }
1538 ]
1539 }
1540 ]
1541 }
1542 ]
1543 },
1544
1545 "Documentation": {
1546 "Description": "The power sequencer chip detected a PGOOD fault",
1547 "Message": "The power sequencer chip detected a PGOOD fault",
1548 "Notes": [
1549 ]
1550 }
1551 },
1552
1553 {
1554 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerVoltageFault",
1555 "Subsystem": "power_sequencer",
1556 "ComponentID": "0x2700",
1557
1558 "SRC": {
1559 "Type": "11",
1560 "ReasonCode": "0x2620",
1561 "Words6To9": {}
1562 },
1563
1564 "CalloutsUsingAD": {
1565 "ADName": "RAIL_NAME", "CalloutsWithTheirADValues": [
1566 {
1567 "ADValue": "12.0V", "Callouts": [
1568 {
1569 "CalloutList": [
1570 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1571 ]
1572 }
1573 ]
1574 },
1575 {
1576 "ADValue": "5.0V_USB", "Callouts": [
1577 {
1578 "CalloutList": [
1579 { "Priority": "high", "SymbolicFRU": "usb_pgood" },
1580 { "Priority": "medium", "LocCode": "P0" }
1581 ]
1582 }
1583 ]
1584 },
1585 {
1586 "ADValue": "5.0V_DASD", "Callouts": [
1587 {
1588 "CalloutList": [
1589 { "Priority": "medium", "LocCode": "P1" },
1590 { "Priority": "medium", "LocCode": "P2" },
1591 { "Priority": "medium", "LocCode": "P3" },
1592 { "Priority": "low", "LocCode": "P0" }
1593 ]
1594 }
1595 ]
1596 },
1597 {
1598 "ADValue": "3.3VA", "Callouts": [
1599 {
1600 "CalloutList": [
1601 { "Priority": "high", "LocCode": "P0" }
1602 ]
1603 }
1604 ]
1605 },
1606 {
1607 "ADValue": "3.3VB", "Callouts": [
1608 {
1609 "CalloutList": [
1610 { "Priority": "high", "LocCode": "P0" }
1611 ]
1612 }
1613 ]
1614 },
1615 {
1616 "ADValue": "1.5V", "Callouts": [
1617 {
1618 "CalloutList": [
1619 { "Priority": "high", "LocCode": "P0" }
1620 ]
1621 }
1622 ]
1623 },
1624 {
1625 "ADValue": "1.1V", "Callouts": [
1626 {
1627 "CalloutList": [
1628 { "Priority": "high", "LocCode": "P0" }
1629 ]
1630 }
1631 ]
1632 },
1633 {
1634 "ADValue": "VDDA_DCM0", "Callouts": [
1635 {
1636 "CalloutList": [
1637 { "Priority": "high", "LocCode": "P0-C14" },
1638 { "Priority": "medium", "LocCode": "P0-C15" },
1639 { "Priority": "low", "LocCode": "P0" }
1640 ]
1641 }
1642 ]
1643 },
1644 {
1645 "ADValue": "VDDB_DCM0", "Callouts": [
1646 {
1647 "CalloutList": [
1648 { "Priority": "high", "LocCode": "P0-C14" },
1649 { "Priority": "medium", "LocCode": "P0-C15" },
1650 { "Priority": "low", "LocCode": "P0" }
1651 ]
1652 }
1653 ]
1654 },
1655 {
1656 "ADValue": "VDDA_DCM1", "Callouts": [
1657 {
1658 "CalloutList": [
1659 { "Priority": "high", "LocCode": "P0-C23" },
1660 { "Priority": "medium", "LocCode": "P0-C24" },
1661 { "Priority": "low", "LocCode": "P0" }
1662 ]
1663 }
1664 ]
1665 },
1666 {
1667 "ADValue": "VDDB_DCM1", "Callouts": [
1668 {
1669 "CalloutList": [
1670 { "Priority": "high", "LocCode": "P0-C23" },
1671 { "Priority": "medium", "LocCode": "P0-C24" },
1672 { "Priority": "low", "LocCode": "P0" }
1673 ]
1674 }
1675 ]
1676 },
1677 {
1678 "ADValue": "12.0VCS", "Callouts": [
1679 {
1680 "CalloutList": [
1681 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1682 ]
1683 }
1684 ]
1685 },
1686 {
1687 "ADValue": "3.3VCS", "Callouts": [
1688 {
1689 "CalloutList": [
1690 { "Priority": "high", "LocCode": "P0" }
1691 ]
1692 }
1693 ]
1694 },
1695 {
1696 "ADValue": "1.1V_Current", "Callouts": [
1697 {
1698 "CalloutList": [
1699 { "Priority": "high", "LocCode": "P0" }
1700 ]
1701 }
1702 ]
1703 },
1704 {
1705 "ADValue": "5.0V_USB_Current", "Callouts": [
1706 {
1707 "CalloutList": [
1708 { "Priority": "high", "SymbolicFRU": "usb_pgood" },
1709 { "Priority": "medium", "LocCode": "P0" }
1710 ]
1711 }
1712 ]
1713 },
1714 {
1715 "ADValue": "5.0V_DASD_Current", "Callouts": [
1716 {
1717 "CalloutList": [
1718 { "Priority": "medium", "LocCode": "P1" },
1719 { "Priority": "medium", "LocCode": "P2" },
1720 { "Priority": "medium", "LocCode": "P3" },
1721 { "Priority": "low", "LocCode": "P0" }
1722 ]
1723 }
1724 ]
1725 },
1726 {
1727 "ADValue": "12.0VN", "Callouts": [
1728 {
1729 "CalloutList": [
1730 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1731 ]
1732 }
1733 ]
1734 },
1735 {
1736 "ADValue": "12.0VP", "Callouts": [
1737 {
1738 "CalloutList": [
1739 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1740 ]
1741 }
1742 ]
1743 },
1744 {
1745 "ADValue": "12.0VQ", "Callouts": [
1746 {
1747 "CalloutList": [
1748 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1749 ]
1750 }
1751 ]
1752 },
1753 {
1754 "ADValue": "12.0VR", "Callouts": [
1755 {
1756 "CalloutList": [
1757 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1758 ]
1759 }
1760 ]
1761 },
1762 {
1763 "ADValue": "ThermalDiode1", "Callouts": [
1764 {
1765 "CalloutList": [
1766 { "Priority": "high", "LocCode": "P0" }
1767 ]
1768 }
1769 ]
1770 },
1771 {
1772 "ADValue": "ThermalDiode2", "Callouts": [
1773 {
1774 "CalloutList": [
1775 { "Priority": "high", "LocCode": "P0" }
1776 ]
1777 }
1778 ]
1779 },
1780 {
1781 "ADValue": "ThermalDiode3", "Callouts": [
1782 {
1783 "CalloutList": [
1784 { "Priority": "high", "LocCode": "P0" }
1785 ]
1786 }
1787 ]
1788 },
1789 {
1790 "ADValue": "ThermalDiode4", "Callouts": [
1791 {
1792 "CalloutList": [
1793 { "Priority": "high", "LocCode": "P0" }
1794 ]
1795 }
1796 ]
1797 }
1798 ]
1799 },
1800
1801 "Documentation": {
1802 "Description": "The power sequencer chip detected a voltage fault",
1803 "Message": "The power sequencer chip detected a voltage fault",
1804 "Notes": [
1805 ]
1806 }
1807 },
1808
1809 {
Shawn McCarney7f1ec942021-07-28 13:33:34 -05001810 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.N",
1811 "Subsystem": "power",
1812 "Severity": "predictive_redundancy_loss",
1813 "ComponentID": "0x2700",
1814
1815 "SRC": {
1816 "Type": "11",
1817 "ReasonCode": "0x2700",
1818 "Words6To9": {}
1819 },
1820
1821 "Documentation": {
1822 "Description": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
1823 "Message": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
1824 "Notes": [
1825 "CALLOUT_INVENTORY_PATH should be specified in the ",
1826 "AdditionalData property of the event log so that ",
1827 "the device is called out but not the communication path."
1828 ]
1829 }
1830 },
1831
1832 {
1833 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.NPlus1",
1834 "Subsystem": "power",
1835 "Severity": "non_error",
1836 "MfgSeverity": "predictive_redundancy_loss",
1837 "ActionFlags": ["report"],
1838 "MfgActionFlags": ["service_action", "report", "call_home"],
1839 "ComponentID": "0x2700",
1840
1841 "SRC": {
1842 "Type": "11",
1843 "ReasonCode": "0x2701",
1844 "Words6To9": {}
1845 },
1846
1847 "Documentation": {
1848 "Description": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
1849 "Message": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
1850 "Notes": [
1851 "CALLOUT_INVENTORY_PATH should be specified in the ",
1852 "AdditionalData property of the event log so that ",
1853 "the device is called out but not the communication path."
1854 ]
1855 }
1856 },
1857
1858 {
Shawn McCarney01648f52020-06-25 11:42:02 -05001859 "Name": "xyz.openbmc_project.Power.Regulators.Error.WriteVerification",
1860 "Subsystem": "power",
1861 "ComponentID": "0x2700",
1862
1863 "SRC": {
1864 "Type": "11",
1865 "ReasonCode": "0x2900",
1866 "Words6To9": {}
1867 },
1868
1869 "Documentation": {
1870 "Description": "A write verification error occurred on a device",
1871 "Message": "A write verification error occurred on a device",
1872 "Notes": [
1873 "This error occurs when a device register is written, ",
1874 "read back, and the two values do not match. This is ",
1875 "also called a read-back error. The device should be ",
1876 "identified using the CALLOUT_DEVICE_PATH or ",
1877 "CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR keywords in the ",
1878 "AdditionalData property of the event log. This will ",
1879 "cause the device and the hardware in the communication ",
1880 "path to be called out."
1881 ]
1882 }
1883 },
1884
1885 {
1886 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile",
1887 "Subsystem": "power",
1888 "ComponentID": "0x2700",
1889
1890 "SRC": {
1891 "Type": "11",
1892 "ReasonCode": "0xA013",
1893 "Words6To9": {}
1894 },
1895
1896 "Callouts": [
1897 {
1898 "CalloutList": [
1899 { "Priority": "high", "Procedure": "bmc_code" }
1900 ]
1901 }
1902 ],
1903
1904 "Documentation": {
1905 "Description": "A regulators configuration file error occurred",
1906 "Message": "A regulators configuration file error occurred",
1907 "Notes": [
1908 "The regulators configuration file could not be found, ",
1909 "could not be read, or had invalid contents."
1910 ]
1911 }
1912 },
1913
1914 {
Shawn McCarney82e31d82021-02-19 16:25:55 -06001915 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile.Critical",
1916 "Subsystem": "power",
1917 "Severity": "critical_system_term",
1918 "ComponentID": "0x2700",
1919
1920 "SRC": {
1921 "Type": "11",
1922 "ReasonCode": "0xA014",
1923 "Words6To9": {},
1924 "PowerFault": true
1925 },
1926
1927 "Callouts": [
1928 {
1929 "CalloutList": [
1930 { "Priority": "high", "Procedure": "bmc_code" }
1931 ]
1932 }
1933 ],
1934
1935 "Documentation": {
1936 "Description": "A critical regulators configuration file error occurred",
1937 "Message": "A critical regulators configuration file error occurred",
1938 "Notes": [
1939 "The regulators configuration file could not be found, ",
1940 "could not be read, or had invalid contents. As a result ",
1941 "voltage regulators could not be configured, and the ",
1942 "chassis could not be powered on."
1943 ]
1944 }
1945 },
1946
1947 {
Jim Wright7f678902020-11-30 16:03:57 -06001948 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerFault",
1949 "Subsystem": "power_sequencer",
1950 "ComponentID": "0x2700",
1951
1952 "SRC": {
1953 "Type": "11",
1954 "ReasonCode": "0xD000",
1955 "Words6To9": {}
1956 },
1957
1958 "Callouts": [
1959 {
1960 "CalloutList": [
1961 { "Priority": "high", "LocCode": "P0" }
1962 ]
1963 }
1964 ],
1965
1966 "Documentation": {
1967 "Description": "The power sequencer chip detected a fault",
1968 "Message": "The power sequencer chip detected a fault",
1969 "Notes": [
1970 ]
1971 }
1972 },
1973
1974 {
Jim Wrightc1ba04f2021-11-12 15:31:32 -06001975 "Name": "xyz.openbmc_project.Power.Error.PowerOnTimeout",
Jim Wright7f678902020-11-30 16:03:57 -06001976 "Subsystem": "power_sequencer",
1977 "ComponentID": "0x2700",
Jim Wrightc1ba04f2021-11-12 15:31:32 -06001978 "Severity": "critical",
Jim Wright7f678902020-11-30 16:03:57 -06001979
1980 "SRC": {
1981 "Type": "11",
1982 "ReasonCode": "0xD002",
1983 "Words6To9": {}
1984 },
1985
1986 "Callouts": [
1987 {
1988 "CalloutList": [
1989 { "Priority": "high", "LocCode": "P0" }
1990 ]
1991 }
1992 ],
1993
1994 "Documentation": {
Jim Wrightc1ba04f2021-11-12 15:31:32 -06001995 "Description": "System power failed to turn on within timeout period",
1996 "Message": "System power failed to turn on within timeout period",
1997 "Notes": [
1998 ]
1999 }
2000 },
2001
2002 {
2003 "Name": "xyz.openbmc_project.Power.Error.PowerOffTimeout",
2004 "Subsystem": "power_sequencer",
2005 "ComponentID": "0x2700",
2006 "Severity": "critical",
2007
2008 "SRC": {
2009 "Type": "11",
2010 "ReasonCode": "0xD008",
2011 "Words6To9": {}
2012 },
2013
2014 "Callouts": [
2015 {
2016 "CalloutList": [
2017 { "Priority": "high", "LocCode": "P0" }
2018 ]
2019 }
2020 ],
2021
2022 "Documentation": {
2023 "Description": "System power failed to turn off within timeout period",
2024 "Message": "System power failed to turn off within timeout period",
Jim Wright7f678902020-11-30 16:03:57 -06002025 "Notes": [
2026 ]
2027 }
2028 },
2029
2030 {
Shawn McCarney01648f52020-06-25 11:42:02 -05002031 "Name": "xyz.openbmc_project.Power.Error.Internal",
2032 "Subsystem": "power",
2033 "ComponentID": "0x2700",
2034
2035 "SRC": {
2036 "Type": "11",
2037 "ReasonCode": "0xE000",
2038 "Words6To9": {}
2039 },
2040
2041 "Callouts": [
2042 {
2043 "CalloutList": [
2044 { "Priority": "high", "Procedure": "bmc_code" }
2045 ]
2046 }
2047 ],
2048
2049 "Documentation": {
2050 "Description": "An internal firmware error occurred",
2051 "Message": "An internal firmware error occurred",
2052 "Notes": [
2053 "The error details must be provided in the AdditionalData ",
2054 "property of the event log."
2055 ]
2056 }
2057 },
2058
2059 {
2060 "Name": "xyz.openbmc_project.Power.Error.I2C",
2061 "Subsystem": "cec_i2c",
2062 "ComponentID": "0x2700",
2063
2064 "SRC": {
2065 "Type": "11",
2066 "ReasonCode": "0xE100",
2067 "Words6To9": {}
2068 },
2069
2070 "Documentation": {
2071 "Description": "An I2C error occurred communicating with a device",
2072 "Message": "An I2C error occurred communicating with a device",
2073 "Notes": [
2074 "The device should be identified using the ",
2075 "CALLOUT_DEVICE_PATH or CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR ",
2076 "keywords in the AdditionalData property of the event ",
2077 "log. This will cause the device and the hardware in the ",
2078 "communication path to be called out."
2079 ]
2080 }
2081 },
2082
2083 {
2084 "Name": "xyz.openbmc_project.Power.Error.PMBus",
2085 "Subsystem": "power",
2086 "ComponentID": "0x2700",
2087
2088 "SRC": {
2089 "Type": "11",
2090 "ReasonCode": "0xE200",
2091 "Words6To9": {}
2092 },
2093
2094 "Documentation": {
2095 "Description": "A PMBus error occurred on a device",
2096 "Message": "A PMBus error occurred on a device",
2097 "Notes": [
2098 "This error occurs when the I2C communication was ",
2099 "successful, but the PMBus value read is invalid or ",
2100 "unsupported. CALLOUT_INVENTORY_PATH should be specified ",
2101 "in the AdditionalData property of the event log so that ",
2102 "the device is called out but not the communication path."
2103 ]
2104 }
2105 },
2106
2107 {
2108 "Name": "xyz.openbmc_project.Power.Error.DBus",
2109 "Subsystem": "power",
2110 "ComponentID": "0x2700",
2111
2112 "SRC": {
2113 "Type": "11",
2114 "ReasonCode": "0xE300",
2115 "Words6To9": {}
2116 },
2117
2118 "Callouts": [
2119 {
2120 "CalloutList": [
2121 { "Priority": "high", "Procedure": "bmc_code" }
2122 ]
2123 }
2124 ],
2125
2126 "Documentation": {
2127 "Description": "A firmware inter-process communication (D-Bus) error occurred",
2128 "Message": "A firmware inter-process communication (D-Bus) error occurred"
2129 }
Matt Spinler60d1c392020-09-23 15:23:24 -05002130 },
2131
2132 {
Matt Spinler7c9c07e2020-10-22 10:16:37 -05002133 "Name": "xyz.openbmc_project.Fan.Error.Fault",
2134 "Subsystem": "power_fans",
2135 "ComponentID": "0x2800",
2136
2137 "SRC": {
2138 "Type": "11",
2139 "ReasonCode": "0x76F0",
2140 "Words6To9": {}
2141 },
2142
2143 "Documentation": {
2144 "Description": "Fan rotor fault",
2145 "Message": "Fan rotor fault",
2146 "Notes": [
2147 "This error occurs when a fan rotor has been faulted for a ",
2148 "certain amount of time. The callout is the fan which is ",
2149 "passed in with CALLOUT_INVENTORY_PATH. The severity is ",
2150 "passed in during creation and will be either informational ",
2151 "or unrecoverable. The action flags use the defaults and ",
2152 "vary based on the severity."
2153 ]
2154 }
2155 },
2156
2157 {
Matt Spinler60d1c392020-09-23 15:23:24 -05002158 "Name": "xyz.openbmc_project.Fan.Error.Missing",
2159 "Subsystem": "power_fans",
2160 "ComponentID": "0x2800",
2161 "Severity": "unrecoverable_redundancy_loss",
2162 "ActionFlags": ["service_action", "report", "call_home"],
2163
2164 "SRC": {
2165 "Type": "11",
2166 "ReasonCode": "0x76F1",
2167 "Words6To9": {}
2168 },
2169
2170 "Callouts": [
2171 {
Matt Spinler938ac792021-05-12 10:46:44 -05002172 "System": "ibm,rainier",
Matt Spinler60d1c392020-09-23 15:23:24 -05002173 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -05002174 {
2175 "Priority": "high",
2176 "SymbolicFRUTrusted": "air_mover",
2177 "UseInventoryLocCode": true
2178 },
2179 {
2180 "Priority": "low",
2181 "LocCode": "P0"
2182 }
Matt Spinler60d1c392020-09-23 15:23:24 -05002183 ]
Matt Spinler938ac792021-05-12 10:46:44 -05002184 },
2185 {
2186 "System": "ibm,everest",
2187 "CalloutList": [
2188 {
2189 "Priority": "high",
2190 "SymbolicFRUTrusted": "air_mover",
2191 "UseInventoryLocCode": true
2192 },
2193 {
2194 "Priority": "low",
2195 "LocCode": "P1"
2196 }
2197 ]
Matt Spinler60d1c392020-09-23 15:23:24 -05002198 }
2199 ],
2200
2201 "Documentation": {
2202 "Description": "A fan is missing",
2203 "Message": "A fan is missing",
2204 "Notes": [
2205 "This error occurs when a fan has been missing for a ",
Matt Spinler80600192020-10-23 09:29:33 -05002206 "certain amount of time. The first callout is the ",
2207 "symbolic FRU AIR_MOVR that has the trusted fan location ",
2208 "code, which it gets using the passed in ",
2209 "CALLOUT_INVENTORY_PATH. The second callout is the FRU ",
Matt Spinler938ac792021-05-12 10:46:44 -05002210 "where the controller and GPIO expander are."
Matt Spinler60d1c392020-09-23 15:23:24 -05002211 ]
2212 }
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05002213 },
2214
2215 {
Matt Spinleradf070b2021-04-21 13:39:45 -05002216 "Name": "xyz.openbmc_project.Fan.Presence.Error.Detection",
2217 "ComponentID": "0x2800",
2218 "Subsystem": "power_fans",
2219 "Severity": "non_error",
2220 "ActionFlags": ["report"],
2221 "MfgSeverity": "predictive",
2222 "MfgActionFlags": ["service_action", "report"],
2223
2224 "SRC": {
2225 "Type": "11",
2226 "ReasonCode": "0x76F2",
2227 "Words6To9": {}
2228 },
2229
2230 "Callouts": [
2231 {
2232 "System": "ibm,rainier",
2233 "CalloutList": [
2234 {"Priority": "medium", "LocCode": "P0"}
2235 ]
2236 },
2237 {
2238 "System": "ibm,everest",
2239 "CalloutList": [
2240 {"Priority": "medium", "LocCode": "P1"}
2241 ]
2242 }
2243 ],
2244
2245 "Documentation": {
2246 "Description": "Presence detect methods for the same fan disagree",
2247 "Message": "Presence detect methods for the same fan disagree",
2248 "Notes": [
2249 "This error occurs when there is more than one way to detect",
2250 "fan presence, and they don't all agree. For example, the",
2251 "GPIO says a fan isn't present, but the tach readings are",
2252 "nonzero. This is informational, unless in manufacturing.",
2253 "The fan FRU is passed in as a high priority callout.",
2254 "The FRU the GPIO source is on is called out medium."
2255 ]
2256 }
2257 },
2258
2259 {
Matt Spinlerdde99202021-06-14 12:15:59 -06002260 "Name": "xyz.openbmc_project.Fan.Error.FanControllerOffline",
2261 "ComponentID": "0x2800",
2262 "Subsystem": "power_fans",
2263 "Severity": "critical_system_term",
2264 "ActionFlags": ["service_action", "report", "call_home"],
2265
2266 "SRC": {
2267 "Type": "11",
2268 "ReasonCode": "0x76F3",
2269 "Words6To9": {},
2270 "PowerFault": true
2271 },
2272
2273 "Callouts": [
2274 {
2275 "System": "ibm,rainier",
2276 "CalloutList": [
2277 {"Priority": "high", "LocCode": "P0-C5"},
2278 {"Priority": "medium_group_a", "LocCode": "P0-T12", "SymbolicFRUTrusted": "fan_cable"},
2279 {"Priority": "medium_group_a", "LocCode": "P0-T17", "SymbolicFRUTrusted": "cable_continued"},
2280 {"Priority": "low", "LocCode": "P0"}
2281 ]
2282 },
2283 {
2284 "System": "ibm,everest",
2285 "CalloutList": [
2286 {"Priority": "high", "LocCode": "P0-C0"},
2287 {"Priority": "medium", "LocCode": "P1"},
2288 {"Priority": "low", "LocCode": "P0"}
2289 ]
2290 }
2291 ],
2292
2293 "Documentation": {
2294 "Description": "The fan controller device is offline",
2295 "Message": "The fan controller is offline. The system must be powered off.",
2296 "Notes": [
2297 "The device that controls the fans is offline so the fan",
2298 "targets and speeds are unknown. The system will be shut",
2299 "down to preserve thermal safety. There may be an I2C",
2300 "or power problem with the device."
2301 ]
2302 }
2303 },
2304
2305 {
Mike Cappsabc276e2021-06-18 16:41:30 -04002306 "Name": "xyz.openbmc_project.Fan.Presence.Error.GPIODeviceUnavailable",
2307 "Subsystem": "power_fans",
2308 "ComponentID": "0x2800",
2309 "Severity": "unrecoverable_redundancy_loss",
2310 "ActionFlags": ["service_action", "report", "call_home"],
2311
2312 "SRC": {
2313 "Type": "11",
2314 "ReasonCode": "0x76F4",
2315 "Words6To9": {}
2316 },
2317
2318 "Callouts": [
2319 {
2320 "System" : "ibm,rainier",
2321 "CalloutList": [
2322 {"Priority": "high", "LocCode": "P0-C5"},
2323 {"Priority": "medium_group_a", "LocCode": "P0-T12","SymbolicFRUTrusted": "fan_cable"},
2324 {"Priority": "medium_group_a", "LocCode": "P0-T17","SymbolicFRUTrusted": "cable_continued"},
2325 {"Priority": "low", "LocCode": "P0"}
2326 ]
2327 },
2328 {
2329 "System" : "ibm,everest",
2330 "CalloutList": [
2331 {"Priority": "high", "LocCode": "P0-C0"},
2332 {"Priority": "medium", "LocCode": "P1"},
2333 {"Priority": "low", "LocCode": "P0"}
2334 ]
2335 }
2336 ],
2337
2338 "Documentation": {
2339 "Description": "Fan GPIO sensors not present",
2340 "Message": "Fan GPIO sensors not present",
2341 "Notes": [
2342 "The device that reports fan presence is not functioning."
2343 ]
2344 }
2345 },
2346
2347 {
Matt Spinler86e40dd2021-01-29 11:19:36 -06002348 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHigh",
2349 "Subsystem": "power",
2350 "ComponentID": "0x2800",
2351 "Severity": "predictive",
2352 "ActionFlags": ["service_action", "report"],
2353
2354 "SRC": {
2355 "ReasonCode": "0x2801",
2356 "Words6To9": {}
2357 },
2358
2359 "CalloutsUsingAD": {
2360 "ADName": "SENSOR_NAME",
2361 "CalloutsWithTheirADValues": [
2362 {
2363 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2364 "Callouts": [
2365 {
2366 "CalloutList": [
2367 { "Priority": "high", "SymbolicFRU": "ambient_temp" }
2368 ]
2369 }
2370 ]
2371 }
2372 ]
2373 },
2374
2375 "Documentation": {
2376 "Description": "A temperature sensor exceeded its performance loss threshold.",
2377 "Message": "A temperature sensor exceeded its performance loss threshold.",
2378 "Notes": [
2379 "A temperature sensor crossed its performance loss threshold value",
2380 "If it is the ambient sensor, then a symbolic FRU will be added.",
2381 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
2382 "a FRU callout."
2383 ]
2384 }
2385 },
2386
2387 {
2388 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHighClear",
2389 "Subsystem": "power",
2390 "ComponentID": "0x2800",
2391 "Severity": "non_error",
2392 "ActionFlags": ["report"],
2393 "EventType": "env_normal",
2394
2395 "SRC": {
2396 "ReasonCode": "0x2802",
2397 "Words6To9": {}
2398 },
2399
2400 "CalloutsUsingAD": {
2401 "ADName": "SENSOR_NAME",
2402 "CalloutsWithTheirADValues": [
2403 {
2404 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2405 "Callouts": [
2406 {
2407 "CalloutList": [
2408 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" }
2409 ]
2410 }
2411 ]
2412 }
2413 ]
2414 },
2415
2416 "Documentation": {
2417 "Description": "A temperature sensor is under its performance loss threshold.",
2418 "Message": "A temperature sensor is under its performance loss threshold.",
2419 "Notes": [
2420 "A temperature sensor crossed under its performance loss threshold value",
2421 "If it is the ambient sensor, then a symbolic FRU will be added."
2422 ]
2423 }
2424 },
2425
2426 {
2427 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHigh",
2428 "Subsystem": "power",
2429 "ComponentID": "0x2800",
2430 "Severity": "predictive",
2431 "ActionFlags": ["service_action", "report"],
2432
2433 "SRC": {
2434 "ReasonCode": "0x2803",
2435 "Words6To9": {}
2436 },
2437
2438 "CalloutsUsingAD": {
2439 "ADName": "SENSOR_NAME",
2440 "CalloutsWithTheirADValues": [
2441 {
2442 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2443 "Callouts": [
2444 {
2445 "CalloutList": [
2446 { "Priority": "high", "SymbolicFRU": "ambient_temp" }
2447 ]
2448 }
2449 ]
2450 }
2451 ]
2452 },
2453
2454 "Documentation": {
2455 "Description": "A temperature sensor exceeded its warning threshold.",
2456 "Message": "A temperature sensor exceeded its warning threshold.",
2457 "Notes": [
2458 "A temperature sensor crossed its warning threshold value",
2459 "If it is the ambient sensor, then a symbolic FRU will be added.",
2460 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
2461 "a FRU callout."
2462 ]
2463 }
2464 },
2465
2466 {
2467 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHighClear",
2468 "Subsystem": "power",
2469 "ComponentID": "0x2800",
2470 "Severity": "non_error",
2471 "ActionFlags": ["report"],
2472 "EventType": "env_normal",
2473
2474 "SRC": {
2475 "ReasonCode": "0x2804",
2476 "Words6To9": {}
2477 },
2478
2479 "CalloutsUsingAD": {
2480 "ADName": "SENSOR_NAME",
2481 "CalloutsWithTheirADValues": [
2482 {
2483 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2484 "Callouts": [
2485 {
2486 "CalloutList": [
2487 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" }
2488 ]
2489 }
2490 ]
2491 }
2492 ]
2493 },
2494
2495 "Documentation": {
2496 "Description": "A temperature sensor is under its warning threshold.",
2497 "Message": "A temperature sensor is under its warning threshold.",
2498 "Notes": [
2499 "A temperature sensor crossed under its warning threshold value",
2500 "If it is the ambient sensor, then a symbolic FRU will be added."
2501 ]
2502 }
2503 },
2504
2505 {
2506 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHigh",
2507 "Subsystem": "power",
2508 "ComponentID": "0x2800",
2509 "Severity": "predictive",
2510 "ActionFlags": ["service_action", "report"],
2511
2512 "SRC": {
2513 "ReasonCode": "0x2805",
2514 "Words6To9": {}
2515 },
2516
2517 "CalloutsUsingAD": {
2518 "ADName": "SENSOR_NAME",
2519 "CalloutsWithTheirADValues": [
2520 {
2521 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2522 "Callouts": [
2523 {
2524 "CalloutList": [
2525 { "Priority": "high", "SymbolicFRU": "ambient_temp" }
2526 ]
2527 }
2528 ]
2529 }
2530 ]
2531 },
2532
2533 "Documentation": {
2534 "Description": "A temperature sensor exceeded its critical threshold.",
2535 "Message": "A temperature sensor exceeded its critical threshold.",
2536 "Notes": [
2537 "A temperature sensor crossed its critical threshold value",
2538 "If it is the ambient sensor, then a symbolic FRU will be added.",
2539 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
2540 "a FRU callout."
2541 ]
2542 }
2543 },
2544
2545 {
2546 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHighClear",
2547 "Subsystem": "power",
2548 "ComponentID": "0x2800",
2549 "Severity": "non_error",
2550 "ActionFlags": ["report"],
2551 "EventType": "env_normal",
2552
2553 "SRC": {
2554 "ReasonCode": "0x2806",
2555 "Words6To9": {}
2556 },
2557
2558 "CalloutsUsingAD": {
2559 "ADName": "SENSOR_NAME",
2560 "CalloutsWithTheirADValues": [
2561 {
2562 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2563 "Callouts": [
2564 {
2565 "CalloutList": [
2566 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" }
2567 ]
2568 }
2569 ]
2570 }
2571 ]
2572 },
2573
2574 "Documentation": {
2575 "Description": "A temperature sensor is under its critical threshold.",
2576 "Message": "A temperature sensor is under its critical threshold.",
2577 "Notes": [
2578 "A temperature sensor crossed under its critical threshold value",
2579 "If it is the ambient sensor, then a symbolic FRU will be added."
2580 ]
2581 }
2582 },
2583
2584 {
Matt Spinler6b3490a2021-01-20 10:48:26 -06002585 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHigh",
2586 "Subsystem": "power",
2587 "ComponentID": "0x2800",
2588 "Severity": "predictive",
2589 "ActionFlags": ["service_action", "report"],
2590
2591 "SRC": {
2592 "ReasonCode": "0x2807",
2593 "Words6To9": {}
2594 },
2595
2596 "Callouts": [
2597 {
2598 "CalloutList": [
2599 {
2600 "Priority": "high",
2601 "SymbolicFRU": "ambient_temp"
2602 }
2603 ]
2604 }
2605 ],
2606
2607 "Documentation": {
2608 "Description": "The ambient temperature passed the EPOW3 limit.",
2609 "Message": "The ambient temperature passed the EPOW3 limit. The system will shut down if temp doesn't decrease.",
2610 "Notes": [
2611 "This error occurs when the ambient temperature surpassed",
2612 "the EPOW3 shutdown limit."
2613 ]
2614 }
2615 },
2616
2617 {
2618 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHighClear",
2619 "Subsystem": "power",
2620 "ComponentID": "0x2800",
2621 "Severity": "non_error",
2622 "ActionFlags": ["report"],
2623 "EventType": "env_normal",
2624
2625 "SRC": {
2626 "ReasonCode": "0x2808",
2627 "Words6To9": {}
2628 },
2629
2630 "Callouts": [
2631 {
2632 "CalloutList": [
2633 {
2634 "Priority": "high",
2635 "SymbolicFRU": "ambient_temp_back"
2636 }
2637 ]
2638 }
2639 ],
2640
2641 "Documentation": {
2642 "Description": "The ambient temperature is back under the EPOW3 limit.",
2643 "Message": "The ambient temperature is back under the EPOW3 limit."
2644 }
2645 },
2646
2647 {
2648 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.HardShutdownAlarmHigh",
2649 "Subsystem": "power",
2650 "ComponentID": "0x2800",
Matt Spinler6b3490a2021-01-20 10:48:26 -06002651 "ActionFlags": ["service_action", "report"],
2652
2653 "SRC": {
2654 "ReasonCode": "0x2809",
2655 "Words6To9": {}
2656 },
2657
2658 "Callouts": [
2659 {
2660 "CalloutList": [
2661 {
2662 "Priority": "high",
2663 "SymbolicFRU": "ambient_temp"
2664 }
2665 ]
2666 }
2667 ],
2668
2669 "Documentation": {
2670 "Description": "The ambient temperature passed the EPOW4 limit.",
2671 "Message": "The ambient temperature passed the EPOW4 limit. The system will shut down",
2672 "Notes": [
2673 "This error occurs when the ambient temperature surpassed",
2674 "the EPOW4 shutdown limit."
2675 ]
2676 }
2677 },
2678
2679 {
Rashmica Guptab63f75b2021-08-18 20:54:21 +10002680 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHigh",
2681 "Subsystem": "ext_env",
2682 "ComponentID": "0x2800",
2683 "Severity": "predictive",
2684 "ActionFlags": ["service_action", "report"],
2685
2686 "SRC": {
2687 "ReasonCode": "0x280A",
2688 "Words6To9": {}
2689 },
2690
2691 "CalloutsUsingAD": {
2692 "ADName": "SENSOR_NAME",
2693 "CalloutsWithTheirADValues": [
2694 {
2695 "ADValue": "/xyz/openbmc_project/sensors/altitude/Altitude",
2696 "Callouts": [
2697 {
2698 "CalloutList": [
2699 { "Priority": "high", "SymbolicFRU": "altitude" }
2700 ]
2701 }
2702 ]
2703 }
2704 ]
2705 },
2706
2707 "Documentation": {
2708 "Description": "An altitude sensor exceeded its warning threshold.",
2709 "Message": "An altitude sensor exceeded its warning threshold.",
2710 "Notes": [
2711 "The virtual altitude sensor crossed its warning threshold value",
2712 " and a symbolic FRU will be added."
2713 ]
2714 }
2715 },
2716
2717 {
2718 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHighClear",
2719 "Subsystem": "ext_env",
2720 "ComponentID": "0x2800",
2721 "Severity": "non_error",
2722 "ActionFlags": ["report"],
2723 "EventType": "env_normal",
2724
2725 "SRC": {
2726 "ReasonCode": "0x280B",
2727 "Words6To9": {}
2728 },
2729
2730 "Documentation": {
2731 "Description": "An altitude sensor is under its warning threshold.",
2732 "Message": "An altitude sensor is under its warning threshold.",
2733 "Notes": [
2734 "The virtual altitude sensor is under its warning threshold value",
2735 " and a symbolic FRU will be added."
2736 ]
2737 }
2738 },
2739
2740 {
Matt Spinler81331342021-10-05 14:09:56 -05002741 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLow",
2742 "Subsystem": "cec_tod",
2743 "ComponentID": "0x2800",
2744 "Severity": "predictive",
2745 "ActionFlags": ["service_action", "report"],
2746
2747 "SRC": {
2748 "ReasonCode": "0x280C",
2749 "Words6To9": {}
2750 },
2751
2752 "CalloutsUsingAD": {
2753 "ADName": "SENSOR_NAME",
2754 "CalloutsWithTheirADValues": [
2755 {
2756 "ADValue": "/xyz/openbmc_project/sensors/voltage/Battery_Voltage",
2757 "Callouts": [
2758 {
2759 "System": "ibm,rainier",
2760 "CalloutList": [
2761 {
2762 "Priority": "high",
2763 "LocCode": "P0-E0"
2764 }
2765 ]
2766 },
2767 {
2768 "System": "ibm,everest",
2769 "CalloutList": [
2770 {
2771 "Priority": "high",
2772 "LocCode": "P0-C0-E0"
2773 }
2774 ]
2775 }
2776 ]
2777 }
2778 ]
2779 },
2780
2781 "Documentation": {
2782 "Description": "A voltage sensor went below its critical low threshold.",
2783 "Message": "A voltage sensor went below its critical low threshold."
2784 }
2785 },
2786
2787 {
2788 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLowClear",
2789 "Subsystem": "cec_tod",
2790 "ComponentID": "0x2800",
2791 "Severity": "non_error",
2792 "ActionFlags": ["report"],
2793
2794 "SRC": {
2795 "ReasonCode": "0x280D",
2796 "Words6To9": {}
2797 },
2798
2799 "Documentation": {
2800 "Description": "A voltage sensor is over its critical low threshold.",
2801 "Message": "A voltage sensor is over its critical low threshold."
2802 }
2803 },
2804
2805 {
Matt Spinler1e792db2022-01-07 14:06:06 -06002806 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLow",
2807 "Subsystem": "power",
2808 "ComponentID": "0x2800",
2809 "Severity": "predictive",
2810 "ActionFlags": ["service_action", "report"],
2811
2812 "SRC": {
2813 "ReasonCode": "0x280E",
2814 "Words6To9": {}
2815 },
2816
2817 "Documentation": {
2818 "Description": "A temperature sensor is under its low warning threshold.",
2819 "Message": "A temperature sensor is under its low warning threshold.",
2820 "Notes": [
2821 "A temperature sensor crossed its low warning threshold value",
2822 "CALLOUT_INVENTORY_PATH will be passed in to add a FRU callout."
2823 ]
2824 }
2825 },
2826
2827 {
2828 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLowClear",
2829 "Subsystem": "power",
2830 "ComponentID": "0x2800",
2831 "Severity": "non_error",
2832 "ActionFlags": ["report"],
2833 "EventType": "env_normal",
2834
2835 "SRC": {
2836 "ReasonCode": "0x280F",
2837 "Words6To9": {}
2838 },
2839
2840 "Documentation": {
2841 "Description": "A temperature sensor is above its low warning threshold.",
2842 "Message": "A temperature sensor is above its low warning threshold.",
2843 "Notes": [
2844 "A temperature sensor crossed above its low warning threshold value."
2845 ]
2846 }
2847 },
2848
2849 {
2850 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalLow",
2851 "Subsystem": "power",
2852 "ComponentID": "0x2800",
2853 "Severity": "predictive",
2854 "ActionFlags": ["service_action", "report"],
2855
2856 "SRC": {
2857 "ReasonCode": "0x2810",
2858 "Words6To9": {}
2859 },
2860
2861 "Documentation": {
2862 "Description": "A temperature sensor is under its low critical threshold.",
2863 "Message": "A temperature sensor is under its low critical threshold.",
2864 "Notes": [
2865 "A temperature sensor crossed its low critical threshold value",
2866 "CALLOUT_INVENTORY_PATH will be passed in to add a FRU callout."
2867 ]
2868 }
2869 },
2870
2871 {
2872 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalLowClear",
2873 "Subsystem": "power",
2874 "ComponentID": "0x2800",
2875 "Severity": "non_error",
2876 "ActionFlags": ["report"],
2877 "EventType": "env_normal",
2878
2879 "SRC": {
2880 "ReasonCode": "0x2811",
2881 "Words6To9": {}
2882 },
2883
2884 "Documentation": {
2885 "Description": "A temperature sensor is over its low critical threshold.",
2886 "Message": "A temperature sensor is over its low critical threshold.",
2887 "Notes": [
2888 "A temperature sensor crossed above its critical threshold value"
2889 ]
2890 }
2891 },
2892
2893 {
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05002894 "Name": "com.ibm.VPD.Error.InvalidEepromPath",
2895 "Subsystem": "cec_vpd",
2896 "ComponentID": "0x4000",
2897
2898 "SRC": {
2899 "ReasonCode": "0x4000",
2900 "Words6To9":
2901 {
2902 "6":
2903 {
2904 "Description": "Errno of the failure.",
2905 "AdditionalDataPropSource": "CALLOUT_ERRNO"
2906 }
2907 }
2908 },
2909
2910 "Documentation": {
2911 "Description": "A path access error ocurred",
2912 "Message": "An EEPROM path access error occurred.",
2913 "Notes": [
2914 "This error occurs when parser is unable to access",
2915 "EEPROM path. Errno and device path are captured as",
2916 "additional data."
2917 ]
2918 }
2919 },
2920
2921 {
2922 "Name": "com.ibm.VPD.Error.InvalidVPD",
2923 "Subsystem": "cec_vpd",
2924 "ComponentID": "0x4000",
2925
2926 "SRC": {
2927 "ReasonCode": "0x4001",
2928 "Words6To9":
2929 {
2930 }
2931 },
2932
2933 "Documentation": {
2934 "Description": "Invalid VPD data.",
2935 "Message": "A VPD data exception occurred.",
2936 "Notes": [
2937 "This error occurs when VPD data is found to be",
2938 "invalid. This can be when VPD file is missing out",
2939 "mandatory records.Inventory path is captured in",
2940 "additional data."
2941 ]
2942 }
2943 },
2944
2945 {
2946 "Name": "com.ibm.VPD.Error.EccCheckFailed",
2947 "Subsystem": "cec_vpd",
2948 "ComponentID": "0x4000",
2949
2950 "SRC": {
2951 "ReasonCode": "0x4002",
2952 "Words6To9":
2953 {
2954 }
2955 },
2956
2957 "Documentation": {
2958 "Description": "Invalid VPD ecc data.",
2959 "Message": "A VPD ecc exception occurred.",
2960 "Notes": [
2961 "This error occurs when VPD ecc check fails for the FRU.",
2962 "Inventory path for the failed FRU is captured in additonal",
2963 "data."
2964 ]
2965 }
2966 },
2967
2968 {
2969 "Name": "com.ibm.VPD.Error.InvalidJson",
2970 "Subsystem": "cec_vpd",
2971 "ComponentID": "0x4000",
2972
2973 "SRC": {
2974 "ReasonCode": "0x4003",
2975 "Words6To9":
2976 {
2977 }
2978 },
2979
2980 "Documentation": {
2981 "Description": "Invalid Json",
2982 "Message": "A Json failure occurred.",
2983 "Notes": [
2984 "This error occurs when parser fails to access",
2985 "Json file or there is any issue with Json data.",
2986 "Failed Json path and cause of failure is captured",
2987 "in additional data."
2988 ]
2989 }
2990 },
2991
2992 {
2993 "Name": "com.ibm.VPD.Error.BlankSystemVPD",
2994 "Subsystem": "cec_vpd",
2995 "ComponentID": "0x4000",
2996
2997 "SRC": {
2998 "ReasonCode": "0x4004",
2999 "Words6To9":
3000 {
3001 }
3002 },
3003
3004 "Documentation": {
3005 "Description": "System VPD restore failed",
3006 "Message": "A system VPD restoration error occurred.",
3007 "Notes": [
3008 "This error occurs when restoring of system VPD fails.",
3009 "The FRU path and reason for failure is captured in",
3010 "additional data."
3011 ]
3012 }
3013 },
3014
3015 {
3016 "Name": "com.ibm.VPD.Error.DbusFailure",
3017 "Subsystem": "cec_vpd",
3018 "ComponentID": "0x4000",
3019
3020 "SRC": {
3021 "ReasonCode": "0x4005",
3022 "Words6To9":
3023 {
3024 }
3025 },
3026
3027 "Documentation": {
3028 "Description": "Dbus exception",
3029 "Message": "A Dbus internal error occurred.",
3030 "Notes": [
3031 "This error occurs when Dbus operation fails.",
3032 "Exceptions details are captured in additonal",
3033 "data."
3034 ]
3035 }
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05003036 },
3037
3038 {
3039 "Name": "org.open_power.Host.Boot.Error.WatchdogTimeout",
3040 "Subsystem": "cec_sp_hostboot_iface",
3041
3042 "SRC":
3043 {
3044 "ReasonCode": "0xC101",
3045 "Words6To9":
3046 {
3047 }
3048 },
3049
3050 "Documentation":
3051 {
3052 "Description": "Host did not respond within the watchdog timeout interval",
3053 "Message": "Host did not respond before the watchdog timeout interval expired",
3054 "Notes": [
3055 "Host did not respond before the expiry of the watchdog timeout interval.",
3056 "Collecting hostboot dump."
3057 ]
3058 }
Matt Spinler3fd08d62019-10-22 14:25:33 -05003059 }
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05003060
Matt Spinler44792fd2019-09-26 15:58:58 -05003061 ]
3062}