blob: ff6e142ca86828f3a363864d74bf2baa3a914b63 [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 {
Brandon Wyman38caaf02020-09-01 16:07:42 -0500868 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.InputFault",
869 "Subsystem": "power_supply",
870 "Severity": "unrecoverable_redundancy_loss",
871 "ActionFlags": ["service_action", "report"],
872 "ComponentID": "0x2700",
873
874 "SRC": {
875 "Type": "11",
876 "ReasonCode": "0x15F0",
877 "Words6To9": {}
878 },
879
880 "Callouts": [
881 {
882 "CalloutList": [
883 { "Priority": "high", "SymbolicFRU": "pwrsply" }
884 ]
885 }
886 ],
887
888 "Documentation": {
889 "Description": "Power Supply input power fault",
890 "Message": "A power supply has indicated an input or under voltage condition.",
891 "Notes": [
892 "Check the power supply cabling and/or input power ",
893 "source. The PWRSPLY procedure is used rather than ",
894 "calling out a location code, as typically these faults ",
895 "are related to the supplied power, the cable, or the ",
896 "cable connectors. If the input fault resolves down to an ",
897 "issue with the power supply itself, the power supply ",
898 "indicating this input fault should be called out. Add the ",
899 "CALLOUT_INVENTORY_PATH to the additional data, and set the",
900 "CALLOUT_PRIORITY to something other than high."
901 ]
902 }
903 },
904
905 {
906 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Fault",
907 "Subsystem": "power_supply",
908 "Severity": "unrecoverable_redundancy_loss",
909 "ActionFlags": ["service_action", "report", "call_home"],
910 "ComponentID": "0x2700",
911
912 "SRC": {
913 "Type": "11",
914 "ReasonCode": "0x15F1",
915 "Words6To9": {}
916 },
917
918 "Documentation": {
919 "Description": "Power Supply power fault",
920 "Message": "The power supply detected a fault condition, see AdditionalData for further details.",
921 "Notes": [
922 "The power supply reporting the fault should be called ",
923 "out using the CALLOUT_INVENTORY_PATH keyword. Include ",
924 "specific fault, STATUS_* details, and code level in the ",
925 "AdditionalData section."
926 ]
927 }
928 },
929
930 {
931 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.CommFault",
932 "Subsystem": "power_supply",
Brandon Wyman981ffc32021-04-06 15:49:12 -0500933 "Severity": "unrecoverable",
Brandon Wyman38caaf02020-09-01 16:07:42 -0500934 "ActionFlags": ["service_action", "report", "call_home"],
935 "ComponentID": "0x2700",
936
937 "SRC": {
938 "Type": "11",
939 "ReasonCode": "0x15F2",
940 "Words6To9": {}
941 },
942
943 "Documentation": {
944 "Description": "Power Supply non-power fault",
945 "Message": "A communication failure occurred talking to the power supply",
946 "Notes": [
947 "Communication problems with the power supply could be ",
948 "the power supply, or any hardware between it and the ",
949 "BMC. Reporting the error should be passing in a call ",
950 "out using CALLOUT_DEVICE_PATH."
951 ]
952 }
953 },
954
955 {
956 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Missing",
957 "Subsystem": "power_supply",
Brandon Wyman981ffc32021-04-06 15:49:12 -0500958 "Severity": "unrecoverable_redundancy_loss",
Brandon Wyman38caaf02020-09-01 16:07:42 -0500959 "ActionFlags": ["service_action", "report", "call_home"],
960 "ComponentID": "0x2700",
961
962 "SRC": {
963 "Type": "11",
964 "ReasonCode": "0x15F6",
965 "Words6To9": {}
966 },
967
968 "Callouts": [
969 {
970 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -0500971 {
972 "Priority": "high",
973 "SymbolicFRUTrusted": "pwrsply",
974 "UseInventoryLocCode": true
975 }
Brandon Wyman38caaf02020-09-01 16:07:42 -0500976 ]
977 }
978 ],
979
980 "Documentation": {
981 "Description": "Power Supply is missing",
982 "Message": "A power supply that should be present is missing",
983 "Notes": [
984 "The CalloutList should use the PWRSPLY symbolic FRU ",
Matt Spinler80600192020-10-23 09:29:33 -0500985 "with the trusted location code property. The ",
986 "location code in this callout is obtained from ",
987 "the passed in CALLOUT_INVENTORY_PATH value."
Brandon Wyman38caaf02020-09-01 16:07:42 -0500988 ]
989 }
990 },
991
992 {
Adriana Kobylak5c0c9172021-04-07 18:26:56 +0000993 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.NotSupported",
994 "Subsystem": "power_supply",
995 "Severity": "unrecoverable",
996 "ActionFlags": ["service_action", "report", "call_home"],
997 "ComponentID": "0x2700",
998
999 "SRC": {
1000 "Type": "11",
1001 "ReasonCode": "0x15F7",
1002 "Words6To9": {}
1003 },
1004
1005 "Documentation": {
1006 "Description": "Power Supply configuration is not supported",
1007 "Message": "The power supply configuration is not supported",
1008 "Notes": [
1009 "The combination of power supplies detected in the ",
1010 "system is not supported. This could be caused by ",
1011 "mismatched models, less than expected number of power ",
1012 "supplies, or other unsupported characteristics."
1013 ]
1014 }
1015 },
1016
1017 {
Brandon Wyman90c88402021-11-16 20:34:49 +00001018 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.IoutOCFault",
1019 "Subsystem": "power_supply",
1020 "Severity": "unrecoverable_redundancy_loss",
1021 "ActionFlags": ["service_action", "report", "call_home"],
1022 "ComponentID": "0x2700",
1023
1024 "SRC": {
1025 "Type": "11",
1026 "ReasonCode": "0x1B01",
1027 "Words6To9": {}
1028 },
1029
1030 "Callouts": [
1031 {
1032 "CalloutList": [
1033 { "Priority": "high", "Procedure": "power_overcurrent" }
1034 ]
1035 }
1036 ],
1037
1038 "Documentation": {
1039 "Description": "Power Supply output over-current power fault",
1040 "Message": "A power supply has indicated an output over-current condition."
1041 }
1042 },
1043
1044 {
Jay Meyer54ff54e2021-03-14 20:18:41 -05001045 "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Blackout",
1046 "Subsystem": "power",
1047 "ActionFlags": [ "report", "service_action" ],
1048 "Severity": "unrecoverable",
1049 "ComponentID": "0x2700",
1050
1051 "SRC":
1052 {
1053 "Type": "11",
1054 "ReasonCode": "0x00AC",
1055 "Words6To9": {},
1056 "PowerFault": true
1057 },
1058
1059 "Callouts": [
1060 {
1061 "CalloutList": [
1062 { "Priority": "high", "SymbolicFRU": "ac_module"}
1063 ]
1064 }
1065 ],
1066
1067 "Documentation": {
1068 "Description": "Input power was lost while the system was powered on.",
1069 "Message": "Input power was lost while the system was powered on.",
1070 "Notes": [
1071 "Input power was lost while system powered on.",
1072 "The CalloutList should use the ACMODUL symbolic FRU."
1073 ]
1074 }
1075 },
1076
1077 {
Brandon Wyman002d8cf2021-12-01 23:05:11 +00001078 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.PSKillFault",
1079 "Subsystem": "power_supply",
1080 "Severity": "unrecoverable",
1081 "ActionFlags": ["service_action", "report", "call_home"],
1082 "ComponentID": "0x2700",
1083
1084 "SRC": {
1085 "Type": "11",
1086 "ReasonCode": "0x2500",
1087 "Words6To9": {},
1088 "PowerFault": true
1089 },
1090
1091 "Callouts": [
1092 {
1093 "CalloutList": [
1094 { "Priority": "high", "Procedure": "power_overcurrent" }
1095 ]
1096 }
1097 ],
1098
1099 "Documentation": {
1100 "Description": "A power supply fault is potentially preventing the power supply from allowing the system to power on.",
1101 "Message": "Power supply PSKill_fault",
1102 "Notes": [
1103 ]
1104 }
1105 },
1106
1107 {
Jim Wright7f678902020-11-30 16:03:57 -06001108 "Name": "xyz.openbmc_project.Power.Error.Shutdown",
1109 "Subsystem": "power_sequencer",
1110 "ComponentID": "0x2700",
1111
1112 "SRC": {
1113 "Type": "11",
1114 "ReasonCode": "0x2600",
1115 "Words6To9": {}
1116 },
1117
1118 "Callouts": [
1119 {
1120 "CalloutList": [
1121 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1122 ]
1123 }
1124 ],
1125
1126 "Documentation": {
1127 "Description": "A power off was issued because a power fault was detected",
1128 "Message": "A power off was issued because a power fault was detected",
1129 "Notes": [
1130 ]
1131 }
1132 },
1133
1134 {
Ben Tyner0273a222021-07-12 15:18:13 -05001135 "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Regulator",
1136 "Subsystem": "power_control_hw",
1137 "ComponentID": "0x2700",
1138
1139 "SRC": {
1140 "Type": "11",
1141 "ReasonCode": "0x2602",
1142 "Words6To9": {},
1143 "PowerFault": true
1144 },
1145
1146 "Callouts": [
1147 {
1148 "System": "ibm,rainier",
1149 "CalloutList": [
1150 {
1151 "Priority": "high",
1152 "LocCode": "P0-C5"
1153 },
1154 {
1155 "Priority": "medium",
1156 "LocCode": "P0"
1157 }
1158 ]
1159 },
1160 {
1161 "System": "ibm,everest",
1162 "CalloutList": [
1163 {
1164 "Priority": "high",
1165 "LocCode": "P0-C59"
1166 },
1167 {
1168 "Priority": "medium",
1169 "LocCode": "P0"
1170 }
1171 ]
1172 }
1173 ],
1174
1175 "Documentation": {
1176 "Description": "A power off was issued because a regulator for standby power faulted",
1177 "Message": "A power off was issued because a regulator for standby power faulted",
1178 "Notes": [
1179 ]
1180 }
1181 },
1182
1183 {
Jim Wright7f678902020-11-30 16:03:57 -06001184 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerPGOODFault",
1185 "Subsystem": "power_sequencer",
1186 "ComponentID": "0x2700",
1187
1188 "SRC": {
1189 "Type": "11",
1190 "ReasonCode": "0x2610",
1191 "Words6To9": {}
1192 },
1193
1194 "CalloutsUsingAD": {
1195 "ADName": "INPUT_NAME", "CalloutsWithTheirADValues": [
1196 {
1197 "ADValue": "PCIE_SLOT0", "Callouts": [
1198 {
1199 "CalloutList": [
1200 { "Priority": "high", "LocCode": "P0-C0" },
1201 { "Priority": "medium", "LocCode": "P0" }
1202 ]
1203 }
1204 ]
1205 },
1206 {
1207 "ADValue": "PCIE_SLOT1", "Callouts": [
1208 {
1209 "CalloutList": [
1210 { "Priority": "high", "LocCode": "P0-C1" },
1211 { "Priority": "medium", "LocCode": "P0" }
1212 ]
1213 }
1214 ]
1215 },
1216 {
1217 "ADValue": "PCIE_SLOT2", "Callouts": [
1218 {
1219 "CalloutList": [
1220 { "Priority": "high", "LocCode": "P0-C2" },
1221 { "Priority": "medium", "LocCode": "P0" }
1222 ]
1223 }
1224 ]
1225 },
1226 {
1227 "ADValue": "PCIE_SLOT3", "Callouts": [
1228 {
1229 "CalloutList": [
1230 { "Priority": "high", "LocCode": "P0-C3" },
1231 { "Priority": "medium", "LocCode": "P0" }
1232 ]
1233 }
1234 ]
1235 },
1236 {
1237 "ADValue": "PCIE_SLOT4", "Callouts": [
1238 {
1239 "CalloutList": [
1240 { "Priority": "high", "LocCode": "P0-C4" },
1241 { "Priority": "medium", "LocCode": "P0" }
1242 ]
1243 }
1244 ]
1245 },
1246 {
1247 "ADValue": "PCIE_SLOT7", "Callouts": [
1248 {
1249 "CalloutList": [
1250 { "Priority": "high", "LocCode": "P0-C7" },
1251 { "Priority": "medium", "LocCode": "P0" }
1252 ]
1253 }
1254 ]
1255 },
1256 {
1257 "ADValue": "PCIE_SLOT8", "Callouts": [
1258 {
1259 "CalloutList": [
1260 { "Priority": "high", "LocCode": "P0-C8" },
1261 { "Priority": "medium", "LocCode": "P0" }
1262 ]
1263 }
1264 ]
1265 },
1266 {
1267 "ADValue": "PCIE_SLOT9", "Callouts": [
1268 {
1269 "CalloutList": [
1270 { "Priority": "high", "LocCode": "P0-C9" },
1271 { "Priority": "medium", "LocCode": "P0" }
1272 ]
1273 }
1274 ]
1275 },
1276 {
1277 "ADValue": "PCIE_SLOT10", "Callouts": [
1278 {
1279 "CalloutList": [
1280 { "Priority": "high", "LocCode": "P0-C10" },
1281 { "Priority": "medium", "LocCode": "P0" }
1282 ]
1283 }
1284 ]
1285 },
1286 {
1287 "ADValue": "PCIE_SLOT11", "Callouts": [
1288 {
1289 "CalloutList": [
1290 { "Priority": "high", "LocCode": "P0-C11" },
1291 { "Priority": "medium", "LocCode": "P0" }
1292 ]
1293 }
1294 ]
1295 },
1296 {
1297 "ADValue": "PGOOD_12A", "Callouts": [
1298 {
1299 "CalloutList": [
1300 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1301 ]
1302 }
1303 ]
1304 },
1305 {
1306 "ADValue": "PGOOD_12B", "Callouts": [
1307 {
1308 "CalloutList": [
1309 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1310 ]
1311 }
1312 ]
1313 },
1314 {
1315 "ADValue": "PGOOD_12C", "Callouts": [
1316 {
1317 "CalloutList": [
1318 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1319 ]
1320 }
1321 ]
1322 },
1323 {
1324 "ADValue": "PGOOD_12D", "Callouts": [
1325 {
1326 "CalloutList": [
1327 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1328 ]
1329 }
1330 ]
1331 },
1332 {
1333 "ADValue": "PGOOD_12L", "Callouts": [
1334 {
1335 "CalloutList": [
1336 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1337 ]
1338 }
1339 ]
1340 },
1341 {
1342 "ADValue": "PGOOD_12M", "Callouts": [
1343 {
1344 "CalloutList": [
1345 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1346 ]
1347 }
1348 ]
1349 },
1350 {
1351 "ADValue": "PGOOD_12N", "Callouts": [
1352 {
1353 "CalloutList": [
1354 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1355 ]
1356 }
1357 ]
1358 },
1359 {
1360 "ADValue": "PGOOD_12P", "Callouts": [
1361 {
1362 "CalloutList": [
1363 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1364 ]
1365 }
1366 ]
1367 },
1368 {
1369 "ADValue": "PGOOD_12PCIE", "Callouts": [
1370 {
1371 "CalloutList": [
1372 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1373 ]
1374 }
1375 ]
1376 },
1377 {
1378 "ADValue": "PGOOD_12Q", "Callouts": [
1379 {
1380 "CalloutList": [
1381 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1382 ]
1383 }
1384 ]
1385 },
1386 {
1387 "ADValue": "PGOOD_12R", "Callouts": [
1388 {
1389 "CalloutList": [
1390 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1391 ]
1392 }
1393 ]
1394 },
1395 {
1396 "ADValue": "PGOOD_VDN_DCM0", "Callouts": [
1397 {
1398 "CalloutList": [
1399 { "Priority": "high", "LocCode": "P0-C14" },
1400 { "Priority": "medium", "LocCode": "P0-C15" },
1401 { "Priority": "low", "LocCode": "P0" }
1402 ]
1403 }
1404 ]
1405 },
1406 {
1407 "ADValue": "PGOOD_VDN_DCM1", "Callouts": [
1408 {
1409 "CalloutList": [
1410 { "Priority": "high", "LocCode": "P0-C23" },
1411 { "Priority": "medium", "LocCode": "P0-C24" },
1412 { "Priority": "low", "LocCode": "P0" }
1413 ]
1414 }
1415 ]
1416 },
1417 {
1418 "ADValue": "PGOOD_VCS_DCM0", "Callouts": [
1419 {
1420 "CalloutList": [
1421 { "Priority": "high", "LocCode": "P0-C14" },
1422 { "Priority": "medium", "LocCode": "P0-C15" },
1423 { "Priority": "low", "LocCode": "P0" }
1424 ]
1425 }
1426 ]
1427 },
1428 {
1429 "ADValue": "PGOOD_VCS_DCM1", "Callouts": [
1430 {
1431 "CalloutList": [
1432 { "Priority": "high", "LocCode": "P0-C23" },
1433 { "Priority": "medium", "LocCode": "P0-C24" },
1434 { "Priority": "low", "LocCode": "P0" }
1435 ]
1436 }
1437 ]
1438 },
1439 {
1440 "ADValue": "PGOOD_VIO_DCM0", "Callouts": [
1441 {
1442 "CalloutList": [
1443 { "Priority": "high", "LocCode": "P0-C14" },
1444 { "Priority": "medium", "LocCode": "P0-C15" },
1445 { "Priority": "low", "LocCode": "P0" }
1446 ]
1447 }
1448 ]
1449 },
1450 {
1451 "ADValue": "PGOOD_VIO_DCM1", "Callouts": [
1452 {
1453 "CalloutList": [
1454 { "Priority": "high", "LocCode": "P0-C23" },
1455 { "Priority": "medium", "LocCode": "P0-C24" },
1456 { "Priority": "low", "LocCode": "P0" }
1457 ]
1458 }
1459 ]
1460 },
1461 {
1462 "ADValue": "PGOOD_VPCIE_DCM0", "Callouts": [
1463 {
1464 "CalloutList": [
1465 { "Priority": "high", "LocCode": "P0-C14" },
1466 { "Priority": "medium", "LocCode": "P0-C15" },
1467 { "Priority": "low", "LocCode": "P0" }
1468 ]
1469 }
1470 ]
1471 },
1472 {
1473 "ADValue": "PGOOD_VPCIE_DCM1", "Callouts": [
1474 {
1475 "CalloutList": [
1476 { "Priority": "high", "LocCode": "P0-C23" },
1477 { "Priority": "medium", "LocCode": "P0-C24" },
1478 { "Priority": "low", "LocCode": "P0" }
1479 ]
1480 }
1481 ]
1482 }
1483 ]
1484 },
1485
1486 "Documentation": {
1487 "Description": "The power sequencer chip detected a PGOOD fault",
1488 "Message": "The power sequencer chip detected a PGOOD fault",
1489 "Notes": [
1490 ]
1491 }
1492 },
1493
1494 {
1495 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerVoltageFault",
1496 "Subsystem": "power_sequencer",
1497 "ComponentID": "0x2700",
1498
1499 "SRC": {
1500 "Type": "11",
1501 "ReasonCode": "0x2620",
1502 "Words6To9": {}
1503 },
1504
1505 "CalloutsUsingAD": {
1506 "ADName": "RAIL_NAME", "CalloutsWithTheirADValues": [
1507 {
1508 "ADValue": "12.0V", "Callouts": [
1509 {
1510 "CalloutList": [
1511 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1512 ]
1513 }
1514 ]
1515 },
1516 {
1517 "ADValue": "5.0V_USB", "Callouts": [
1518 {
1519 "CalloutList": [
1520 { "Priority": "high", "SymbolicFRU": "usb_pgood" },
1521 { "Priority": "medium", "LocCode": "P0" }
1522 ]
1523 }
1524 ]
1525 },
1526 {
1527 "ADValue": "5.0V_DASD", "Callouts": [
1528 {
1529 "CalloutList": [
1530 { "Priority": "medium", "LocCode": "P1" },
1531 { "Priority": "medium", "LocCode": "P2" },
1532 { "Priority": "medium", "LocCode": "P3" },
1533 { "Priority": "low", "LocCode": "P0" }
1534 ]
1535 }
1536 ]
1537 },
1538 {
1539 "ADValue": "3.3VA", "Callouts": [
1540 {
1541 "CalloutList": [
1542 { "Priority": "high", "LocCode": "P0" }
1543 ]
1544 }
1545 ]
1546 },
1547 {
1548 "ADValue": "3.3VB", "Callouts": [
1549 {
1550 "CalloutList": [
1551 { "Priority": "high", "LocCode": "P0" }
1552 ]
1553 }
1554 ]
1555 },
1556 {
1557 "ADValue": "1.5V", "Callouts": [
1558 {
1559 "CalloutList": [
1560 { "Priority": "high", "LocCode": "P0" }
1561 ]
1562 }
1563 ]
1564 },
1565 {
1566 "ADValue": "1.1V", "Callouts": [
1567 {
1568 "CalloutList": [
1569 { "Priority": "high", "LocCode": "P0" }
1570 ]
1571 }
1572 ]
1573 },
1574 {
1575 "ADValue": "VDDA_DCM0", "Callouts": [
1576 {
1577 "CalloutList": [
1578 { "Priority": "high", "LocCode": "P0-C14" },
1579 { "Priority": "medium", "LocCode": "P0-C15" },
1580 { "Priority": "low", "LocCode": "P0" }
1581 ]
1582 }
1583 ]
1584 },
1585 {
1586 "ADValue": "VDDB_DCM0", "Callouts": [
1587 {
1588 "CalloutList": [
1589 { "Priority": "high", "LocCode": "P0-C14" },
1590 { "Priority": "medium", "LocCode": "P0-C15" },
1591 { "Priority": "low", "LocCode": "P0" }
1592 ]
1593 }
1594 ]
1595 },
1596 {
1597 "ADValue": "VDDA_DCM1", "Callouts": [
1598 {
1599 "CalloutList": [
1600 { "Priority": "high", "LocCode": "P0-C23" },
1601 { "Priority": "medium", "LocCode": "P0-C24" },
1602 { "Priority": "low", "LocCode": "P0" }
1603 ]
1604 }
1605 ]
1606 },
1607 {
1608 "ADValue": "VDDB_DCM1", "Callouts": [
1609 {
1610 "CalloutList": [
1611 { "Priority": "high", "LocCode": "P0-C23" },
1612 { "Priority": "medium", "LocCode": "P0-C24" },
1613 { "Priority": "low", "LocCode": "P0" }
1614 ]
1615 }
1616 ]
1617 },
1618 {
1619 "ADValue": "12.0VCS", "Callouts": [
1620 {
1621 "CalloutList": [
1622 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1623 ]
1624 }
1625 ]
1626 },
1627 {
1628 "ADValue": "3.3VCS", "Callouts": [
1629 {
1630 "CalloutList": [
1631 { "Priority": "high", "LocCode": "P0" }
1632 ]
1633 }
1634 ]
1635 },
1636 {
1637 "ADValue": "1.1V_Current", "Callouts": [
1638 {
1639 "CalloutList": [
1640 { "Priority": "high", "LocCode": "P0" }
1641 ]
1642 }
1643 ]
1644 },
1645 {
1646 "ADValue": "5.0V_USB_Current", "Callouts": [
1647 {
1648 "CalloutList": [
1649 { "Priority": "high", "SymbolicFRU": "usb_pgood" },
1650 { "Priority": "medium", "LocCode": "P0" }
1651 ]
1652 }
1653 ]
1654 },
1655 {
1656 "ADValue": "5.0V_DASD_Current", "Callouts": [
1657 {
1658 "CalloutList": [
1659 { "Priority": "medium", "LocCode": "P1" },
1660 { "Priority": "medium", "LocCode": "P2" },
1661 { "Priority": "medium", "LocCode": "P3" },
1662 { "Priority": "low", "LocCode": "P0" }
1663 ]
1664 }
1665 ]
1666 },
1667 {
1668 "ADValue": "12.0VN", "Callouts": [
1669 {
1670 "CalloutList": [
1671 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1672 ]
1673 }
1674 ]
1675 },
1676 {
1677 "ADValue": "12.0VP", "Callouts": [
1678 {
1679 "CalloutList": [
1680 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1681 ]
1682 }
1683 ]
1684 },
1685 {
1686 "ADValue": "12.0VQ", "Callouts": [
1687 {
1688 "CalloutList": [
1689 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1690 ]
1691 }
1692 ]
1693 },
1694 {
1695 "ADValue": "12.0VR", "Callouts": [
1696 {
1697 "CalloutList": [
1698 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1699 ]
1700 }
1701 ]
1702 },
1703 {
1704 "ADValue": "ThermalDiode1", "Callouts": [
1705 {
1706 "CalloutList": [
1707 { "Priority": "high", "LocCode": "P0" }
1708 ]
1709 }
1710 ]
1711 },
1712 {
1713 "ADValue": "ThermalDiode2", "Callouts": [
1714 {
1715 "CalloutList": [
1716 { "Priority": "high", "LocCode": "P0" }
1717 ]
1718 }
1719 ]
1720 },
1721 {
1722 "ADValue": "ThermalDiode3", "Callouts": [
1723 {
1724 "CalloutList": [
1725 { "Priority": "high", "LocCode": "P0" }
1726 ]
1727 }
1728 ]
1729 },
1730 {
1731 "ADValue": "ThermalDiode4", "Callouts": [
1732 {
1733 "CalloutList": [
1734 { "Priority": "high", "LocCode": "P0" }
1735 ]
1736 }
1737 ]
1738 }
1739 ]
1740 },
1741
1742 "Documentation": {
1743 "Description": "The power sequencer chip detected a voltage fault",
1744 "Message": "The power sequencer chip detected a voltage fault",
1745 "Notes": [
1746 ]
1747 }
1748 },
1749
1750 {
Shawn McCarney7f1ec942021-07-28 13:33:34 -05001751 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.N",
1752 "Subsystem": "power",
1753 "Severity": "predictive_redundancy_loss",
1754 "ComponentID": "0x2700",
1755
1756 "SRC": {
1757 "Type": "11",
1758 "ReasonCode": "0x2700",
1759 "Words6To9": {}
1760 },
1761
1762 "Documentation": {
1763 "Description": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
1764 "Message": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
1765 "Notes": [
1766 "CALLOUT_INVENTORY_PATH should be specified in the ",
1767 "AdditionalData property of the event log so that ",
1768 "the device is called out but not the communication path."
1769 ]
1770 }
1771 },
1772
1773 {
1774 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.NPlus1",
1775 "Subsystem": "power",
1776 "Severity": "non_error",
1777 "MfgSeverity": "predictive_redundancy_loss",
1778 "ActionFlags": ["report"],
1779 "MfgActionFlags": ["service_action", "report", "call_home"],
1780 "ComponentID": "0x2700",
1781
1782 "SRC": {
1783 "Type": "11",
1784 "ReasonCode": "0x2701",
1785 "Words6To9": {}
1786 },
1787
1788 "Documentation": {
1789 "Description": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
1790 "Message": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
1791 "Notes": [
1792 "CALLOUT_INVENTORY_PATH should be specified in the ",
1793 "AdditionalData property of the event log so that ",
1794 "the device is called out but not the communication path."
1795 ]
1796 }
1797 },
1798
1799 {
Shawn McCarney01648f52020-06-25 11:42:02 -05001800 "Name": "xyz.openbmc_project.Power.Regulators.Error.WriteVerification",
1801 "Subsystem": "power",
1802 "ComponentID": "0x2700",
1803
1804 "SRC": {
1805 "Type": "11",
1806 "ReasonCode": "0x2900",
1807 "Words6To9": {}
1808 },
1809
1810 "Documentation": {
1811 "Description": "A write verification error occurred on a device",
1812 "Message": "A write verification error occurred on a device",
1813 "Notes": [
1814 "This error occurs when a device register is written, ",
1815 "read back, and the two values do not match. This is ",
1816 "also called a read-back error. The device should be ",
1817 "identified using the CALLOUT_DEVICE_PATH or ",
1818 "CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR keywords in the ",
1819 "AdditionalData property of the event log. This will ",
1820 "cause the device and the hardware in the communication ",
1821 "path to be called out."
1822 ]
1823 }
1824 },
1825
1826 {
1827 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile",
1828 "Subsystem": "power",
1829 "ComponentID": "0x2700",
1830
1831 "SRC": {
1832 "Type": "11",
1833 "ReasonCode": "0xA013",
1834 "Words6To9": {}
1835 },
1836
1837 "Callouts": [
1838 {
1839 "CalloutList": [
1840 { "Priority": "high", "Procedure": "bmc_code" }
1841 ]
1842 }
1843 ],
1844
1845 "Documentation": {
1846 "Description": "A regulators configuration file error occurred",
1847 "Message": "A regulators configuration file error occurred",
1848 "Notes": [
1849 "The regulators configuration file could not be found, ",
1850 "could not be read, or had invalid contents."
1851 ]
1852 }
1853 },
1854
1855 {
Shawn McCarney82e31d82021-02-19 16:25:55 -06001856 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile.Critical",
1857 "Subsystem": "power",
1858 "Severity": "critical_system_term",
1859 "ComponentID": "0x2700",
1860
1861 "SRC": {
1862 "Type": "11",
1863 "ReasonCode": "0xA014",
1864 "Words6To9": {},
1865 "PowerFault": true
1866 },
1867
1868 "Callouts": [
1869 {
1870 "CalloutList": [
1871 { "Priority": "high", "Procedure": "bmc_code" }
1872 ]
1873 }
1874 ],
1875
1876 "Documentation": {
1877 "Description": "A critical regulators configuration file error occurred",
1878 "Message": "A critical regulators configuration file error occurred",
1879 "Notes": [
1880 "The regulators configuration file could not be found, ",
1881 "could not be read, or had invalid contents. As a result ",
1882 "voltage regulators could not be configured, and the ",
1883 "chassis could not be powered on."
1884 ]
1885 }
1886 },
1887
1888 {
Jim Wright7f678902020-11-30 16:03:57 -06001889 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerFault",
1890 "Subsystem": "power_sequencer",
1891 "ComponentID": "0x2700",
1892
1893 "SRC": {
1894 "Type": "11",
1895 "ReasonCode": "0xD000",
1896 "Words6To9": {}
1897 },
1898
1899 "Callouts": [
1900 {
1901 "CalloutList": [
1902 { "Priority": "high", "LocCode": "P0" }
1903 ]
1904 }
1905 ],
1906
1907 "Documentation": {
1908 "Description": "The power sequencer chip detected a fault",
1909 "Message": "The power sequencer chip detected a fault",
1910 "Notes": [
1911 ]
1912 }
1913 },
1914
1915 {
Jim Wrightc1ba04f2021-11-12 15:31:32 -06001916 "Name": "xyz.openbmc_project.Power.Error.PowerOnTimeout",
Jim Wright7f678902020-11-30 16:03:57 -06001917 "Subsystem": "power_sequencer",
1918 "ComponentID": "0x2700",
Jim Wrightc1ba04f2021-11-12 15:31:32 -06001919 "Severity": "critical",
Jim Wright7f678902020-11-30 16:03:57 -06001920
1921 "SRC": {
1922 "Type": "11",
1923 "ReasonCode": "0xD002",
1924 "Words6To9": {}
1925 },
1926
1927 "Callouts": [
1928 {
1929 "CalloutList": [
1930 { "Priority": "high", "LocCode": "P0" }
1931 ]
1932 }
1933 ],
1934
1935 "Documentation": {
Jim Wrightc1ba04f2021-11-12 15:31:32 -06001936 "Description": "System power failed to turn on within timeout period",
1937 "Message": "System power failed to turn on within timeout period",
1938 "Notes": [
1939 ]
1940 }
1941 },
1942
1943 {
1944 "Name": "xyz.openbmc_project.Power.Error.PowerOffTimeout",
1945 "Subsystem": "power_sequencer",
1946 "ComponentID": "0x2700",
1947 "Severity": "critical",
1948
1949 "SRC": {
1950 "Type": "11",
1951 "ReasonCode": "0xD008",
1952 "Words6To9": {}
1953 },
1954
1955 "Callouts": [
1956 {
1957 "CalloutList": [
1958 { "Priority": "high", "LocCode": "P0" }
1959 ]
1960 }
1961 ],
1962
1963 "Documentation": {
1964 "Description": "System power failed to turn off within timeout period",
1965 "Message": "System power failed to turn off within timeout period",
Jim Wright7f678902020-11-30 16:03:57 -06001966 "Notes": [
1967 ]
1968 }
1969 },
1970
1971 {
Shawn McCarney01648f52020-06-25 11:42:02 -05001972 "Name": "xyz.openbmc_project.Power.Error.Internal",
1973 "Subsystem": "power",
1974 "ComponentID": "0x2700",
1975
1976 "SRC": {
1977 "Type": "11",
1978 "ReasonCode": "0xE000",
1979 "Words6To9": {}
1980 },
1981
1982 "Callouts": [
1983 {
1984 "CalloutList": [
1985 { "Priority": "high", "Procedure": "bmc_code" }
1986 ]
1987 }
1988 ],
1989
1990 "Documentation": {
1991 "Description": "An internal firmware error occurred",
1992 "Message": "An internal firmware error occurred",
1993 "Notes": [
1994 "The error details must be provided in the AdditionalData ",
1995 "property of the event log."
1996 ]
1997 }
1998 },
1999
2000 {
2001 "Name": "xyz.openbmc_project.Power.Error.I2C",
2002 "Subsystem": "cec_i2c",
2003 "ComponentID": "0x2700",
2004
2005 "SRC": {
2006 "Type": "11",
2007 "ReasonCode": "0xE100",
2008 "Words6To9": {}
2009 },
2010
2011 "Documentation": {
2012 "Description": "An I2C error occurred communicating with a device",
2013 "Message": "An I2C error occurred communicating with a device",
2014 "Notes": [
2015 "The device should be identified using the ",
2016 "CALLOUT_DEVICE_PATH or CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR ",
2017 "keywords in the AdditionalData property of the event ",
2018 "log. This will cause the device and the hardware in the ",
2019 "communication path to be called out."
2020 ]
2021 }
2022 },
2023
2024 {
2025 "Name": "xyz.openbmc_project.Power.Error.PMBus",
2026 "Subsystem": "power",
2027 "ComponentID": "0x2700",
2028
2029 "SRC": {
2030 "Type": "11",
2031 "ReasonCode": "0xE200",
2032 "Words6To9": {}
2033 },
2034
2035 "Documentation": {
2036 "Description": "A PMBus error occurred on a device",
2037 "Message": "A PMBus error occurred on a device",
2038 "Notes": [
2039 "This error occurs when the I2C communication was ",
2040 "successful, but the PMBus value read is invalid or ",
2041 "unsupported. CALLOUT_INVENTORY_PATH should be specified ",
2042 "in the AdditionalData property of the event log so that ",
2043 "the device is called out but not the communication path."
2044 ]
2045 }
2046 },
2047
2048 {
2049 "Name": "xyz.openbmc_project.Power.Error.DBus",
2050 "Subsystem": "power",
2051 "ComponentID": "0x2700",
2052
2053 "SRC": {
2054 "Type": "11",
2055 "ReasonCode": "0xE300",
2056 "Words6To9": {}
2057 },
2058
2059 "Callouts": [
2060 {
2061 "CalloutList": [
2062 { "Priority": "high", "Procedure": "bmc_code" }
2063 ]
2064 }
2065 ],
2066
2067 "Documentation": {
2068 "Description": "A firmware inter-process communication (D-Bus) error occurred",
2069 "Message": "A firmware inter-process communication (D-Bus) error occurred"
2070 }
Matt Spinler60d1c392020-09-23 15:23:24 -05002071 },
2072
2073 {
Matt Spinler7c9c07e2020-10-22 10:16:37 -05002074 "Name": "xyz.openbmc_project.Fan.Error.Fault",
2075 "Subsystem": "power_fans",
2076 "ComponentID": "0x2800",
2077
2078 "SRC": {
2079 "Type": "11",
2080 "ReasonCode": "0x76F0",
2081 "Words6To9": {}
2082 },
2083
2084 "Documentation": {
2085 "Description": "Fan rotor fault",
2086 "Message": "Fan rotor fault",
2087 "Notes": [
2088 "This error occurs when a fan rotor has been faulted for a ",
2089 "certain amount of time. The callout is the fan which is ",
2090 "passed in with CALLOUT_INVENTORY_PATH. The severity is ",
2091 "passed in during creation and will be either informational ",
2092 "or unrecoverable. The action flags use the defaults and ",
2093 "vary based on the severity."
2094 ]
2095 }
2096 },
2097
2098 {
Matt Spinler60d1c392020-09-23 15:23:24 -05002099 "Name": "xyz.openbmc_project.Fan.Error.Missing",
2100 "Subsystem": "power_fans",
2101 "ComponentID": "0x2800",
2102 "Severity": "unrecoverable_redundancy_loss",
2103 "ActionFlags": ["service_action", "report", "call_home"],
2104
2105 "SRC": {
2106 "Type": "11",
2107 "ReasonCode": "0x76F1",
2108 "Words6To9": {}
2109 },
2110
2111 "Callouts": [
2112 {
Matt Spinler938ac792021-05-12 10:46:44 -05002113 "System": "ibm,rainier",
Matt Spinler60d1c392020-09-23 15:23:24 -05002114 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -05002115 {
2116 "Priority": "high",
2117 "SymbolicFRUTrusted": "air_mover",
2118 "UseInventoryLocCode": true
2119 },
2120 {
2121 "Priority": "low",
2122 "LocCode": "P0"
2123 }
Matt Spinler60d1c392020-09-23 15:23:24 -05002124 ]
Matt Spinler938ac792021-05-12 10:46:44 -05002125 },
2126 {
2127 "System": "ibm,everest",
2128 "CalloutList": [
2129 {
2130 "Priority": "high",
2131 "SymbolicFRUTrusted": "air_mover",
2132 "UseInventoryLocCode": true
2133 },
2134 {
2135 "Priority": "low",
2136 "LocCode": "P1"
2137 }
2138 ]
Matt Spinler60d1c392020-09-23 15:23:24 -05002139 }
2140 ],
2141
2142 "Documentation": {
2143 "Description": "A fan is missing",
2144 "Message": "A fan is missing",
2145 "Notes": [
2146 "This error occurs when a fan has been missing for a ",
Matt Spinler80600192020-10-23 09:29:33 -05002147 "certain amount of time. The first callout is the ",
2148 "symbolic FRU AIR_MOVR that has the trusted fan location ",
2149 "code, which it gets using the passed in ",
2150 "CALLOUT_INVENTORY_PATH. The second callout is the FRU ",
Matt Spinler938ac792021-05-12 10:46:44 -05002151 "where the controller and GPIO expander are."
Matt Spinler60d1c392020-09-23 15:23:24 -05002152 ]
2153 }
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05002154 },
2155
2156 {
Matt Spinleradf070b2021-04-21 13:39:45 -05002157 "Name": "xyz.openbmc_project.Fan.Presence.Error.Detection",
2158 "ComponentID": "0x2800",
2159 "Subsystem": "power_fans",
2160 "Severity": "non_error",
2161 "ActionFlags": ["report"],
2162 "MfgSeverity": "predictive",
2163 "MfgActionFlags": ["service_action", "report"],
2164
2165 "SRC": {
2166 "Type": "11",
2167 "ReasonCode": "0x76F2",
2168 "Words6To9": {}
2169 },
2170
2171 "Callouts": [
2172 {
2173 "System": "ibm,rainier",
2174 "CalloutList": [
2175 {"Priority": "medium", "LocCode": "P0"}
2176 ]
2177 },
2178 {
2179 "System": "ibm,everest",
2180 "CalloutList": [
2181 {"Priority": "medium", "LocCode": "P1"}
2182 ]
2183 }
2184 ],
2185
2186 "Documentation": {
2187 "Description": "Presence detect methods for the same fan disagree",
2188 "Message": "Presence detect methods for the same fan disagree",
2189 "Notes": [
2190 "This error occurs when there is more than one way to detect",
2191 "fan presence, and they don't all agree. For example, the",
2192 "GPIO says a fan isn't present, but the tach readings are",
2193 "nonzero. This is informational, unless in manufacturing.",
2194 "The fan FRU is passed in as a high priority callout.",
2195 "The FRU the GPIO source is on is called out medium."
2196 ]
2197 }
2198 },
2199
2200 {
Matt Spinlerdde99202021-06-14 12:15:59 -06002201 "Name": "xyz.openbmc_project.Fan.Error.FanControllerOffline",
2202 "ComponentID": "0x2800",
2203 "Subsystem": "power_fans",
2204 "Severity": "critical_system_term",
2205 "ActionFlags": ["service_action", "report", "call_home"],
2206
2207 "SRC": {
2208 "Type": "11",
2209 "ReasonCode": "0x76F3",
2210 "Words6To9": {},
2211 "PowerFault": true
2212 },
2213
2214 "Callouts": [
2215 {
2216 "System": "ibm,rainier",
2217 "CalloutList": [
2218 {"Priority": "high", "LocCode": "P0-C5"},
2219 {"Priority": "medium_group_a", "LocCode": "P0-T12", "SymbolicFRUTrusted": "fan_cable"},
2220 {"Priority": "medium_group_a", "LocCode": "P0-T17", "SymbolicFRUTrusted": "cable_continued"},
2221 {"Priority": "low", "LocCode": "P0"}
2222 ]
2223 },
2224 {
2225 "System": "ibm,everest",
2226 "CalloutList": [
2227 {"Priority": "high", "LocCode": "P0-C0"},
2228 {"Priority": "medium", "LocCode": "P1"},
2229 {"Priority": "low", "LocCode": "P0"}
2230 ]
2231 }
2232 ],
2233
2234 "Documentation": {
2235 "Description": "The fan controller device is offline",
2236 "Message": "The fan controller is offline. The system must be powered off.",
2237 "Notes": [
2238 "The device that controls the fans is offline so the fan",
2239 "targets and speeds are unknown. The system will be shut",
2240 "down to preserve thermal safety. There may be an I2C",
2241 "or power problem with the device."
2242 ]
2243 }
2244 },
2245
2246 {
Mike Cappsabc276e2021-06-18 16:41:30 -04002247 "Name": "xyz.openbmc_project.Fan.Presence.Error.GPIODeviceUnavailable",
2248 "Subsystem": "power_fans",
2249 "ComponentID": "0x2800",
2250 "Severity": "unrecoverable_redundancy_loss",
2251 "ActionFlags": ["service_action", "report", "call_home"],
2252
2253 "SRC": {
2254 "Type": "11",
2255 "ReasonCode": "0x76F4",
2256 "Words6To9": {}
2257 },
2258
2259 "Callouts": [
2260 {
2261 "System" : "ibm,rainier",
2262 "CalloutList": [
2263 {"Priority": "high", "LocCode": "P0-C5"},
2264 {"Priority": "medium_group_a", "LocCode": "P0-T12","SymbolicFRUTrusted": "fan_cable"},
2265 {"Priority": "medium_group_a", "LocCode": "P0-T17","SymbolicFRUTrusted": "cable_continued"},
2266 {"Priority": "low", "LocCode": "P0"}
2267 ]
2268 },
2269 {
2270 "System" : "ibm,everest",
2271 "CalloutList": [
2272 {"Priority": "high", "LocCode": "P0-C0"},
2273 {"Priority": "medium", "LocCode": "P1"},
2274 {"Priority": "low", "LocCode": "P0"}
2275 ]
2276 }
2277 ],
2278
2279 "Documentation": {
2280 "Description": "Fan GPIO sensors not present",
2281 "Message": "Fan GPIO sensors not present",
2282 "Notes": [
2283 "The device that reports fan presence is not functioning."
2284 ]
2285 }
2286 },
2287
2288 {
Matt Spinler86e40dd2021-01-29 11:19:36 -06002289 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHigh",
2290 "Subsystem": "power",
2291 "ComponentID": "0x2800",
2292 "Severity": "predictive",
2293 "ActionFlags": ["service_action", "report"],
2294
2295 "SRC": {
2296 "ReasonCode": "0x2801",
2297 "Words6To9": {}
2298 },
2299
2300 "CalloutsUsingAD": {
2301 "ADName": "SENSOR_NAME",
2302 "CalloutsWithTheirADValues": [
2303 {
2304 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2305 "Callouts": [
2306 {
2307 "CalloutList": [
2308 { "Priority": "high", "SymbolicFRU": "ambient_temp" }
2309 ]
2310 }
2311 ]
2312 }
2313 ]
2314 },
2315
2316 "Documentation": {
2317 "Description": "A temperature sensor exceeded its performance loss threshold.",
2318 "Message": "A temperature sensor exceeded its performance loss threshold.",
2319 "Notes": [
2320 "A temperature sensor crossed its performance loss threshold value",
2321 "If it is the ambient sensor, then a symbolic FRU will be added.",
2322 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
2323 "a FRU callout."
2324 ]
2325 }
2326 },
2327
2328 {
2329 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHighClear",
2330 "Subsystem": "power",
2331 "ComponentID": "0x2800",
2332 "Severity": "non_error",
2333 "ActionFlags": ["report"],
2334 "EventType": "env_normal",
2335
2336 "SRC": {
2337 "ReasonCode": "0x2802",
2338 "Words6To9": {}
2339 },
2340
2341 "CalloutsUsingAD": {
2342 "ADName": "SENSOR_NAME",
2343 "CalloutsWithTheirADValues": [
2344 {
2345 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2346 "Callouts": [
2347 {
2348 "CalloutList": [
2349 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" }
2350 ]
2351 }
2352 ]
2353 }
2354 ]
2355 },
2356
2357 "Documentation": {
2358 "Description": "A temperature sensor is under its performance loss threshold.",
2359 "Message": "A temperature sensor is under its performance loss threshold.",
2360 "Notes": [
2361 "A temperature sensor crossed under its performance loss threshold value",
2362 "If it is the ambient sensor, then a symbolic FRU will be added."
2363 ]
2364 }
2365 },
2366
2367 {
2368 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHigh",
2369 "Subsystem": "power",
2370 "ComponentID": "0x2800",
2371 "Severity": "predictive",
2372 "ActionFlags": ["service_action", "report"],
2373
2374 "SRC": {
2375 "ReasonCode": "0x2803",
2376 "Words6To9": {}
2377 },
2378
2379 "CalloutsUsingAD": {
2380 "ADName": "SENSOR_NAME",
2381 "CalloutsWithTheirADValues": [
2382 {
2383 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2384 "Callouts": [
2385 {
2386 "CalloutList": [
2387 { "Priority": "high", "SymbolicFRU": "ambient_temp" }
2388 ]
2389 }
2390 ]
2391 }
2392 ]
2393 },
2394
2395 "Documentation": {
2396 "Description": "A temperature sensor exceeded its warning threshold.",
2397 "Message": "A temperature sensor exceeded its warning threshold.",
2398 "Notes": [
2399 "A temperature sensor crossed its warning threshold value",
2400 "If it is the ambient sensor, then a symbolic FRU will be added.",
2401 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
2402 "a FRU callout."
2403 ]
2404 }
2405 },
2406
2407 {
2408 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHighClear",
2409 "Subsystem": "power",
2410 "ComponentID": "0x2800",
2411 "Severity": "non_error",
2412 "ActionFlags": ["report"],
2413 "EventType": "env_normal",
2414
2415 "SRC": {
2416 "ReasonCode": "0x2804",
2417 "Words6To9": {}
2418 },
2419
2420 "CalloutsUsingAD": {
2421 "ADName": "SENSOR_NAME",
2422 "CalloutsWithTheirADValues": [
2423 {
2424 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2425 "Callouts": [
2426 {
2427 "CalloutList": [
2428 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" }
2429 ]
2430 }
2431 ]
2432 }
2433 ]
2434 },
2435
2436 "Documentation": {
2437 "Description": "A temperature sensor is under its warning threshold.",
2438 "Message": "A temperature sensor is under its warning threshold.",
2439 "Notes": [
2440 "A temperature sensor crossed under its warning threshold value",
2441 "If it is the ambient sensor, then a symbolic FRU will be added."
2442 ]
2443 }
2444 },
2445
2446 {
2447 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHigh",
2448 "Subsystem": "power",
2449 "ComponentID": "0x2800",
2450 "Severity": "predictive",
2451 "ActionFlags": ["service_action", "report"],
2452
2453 "SRC": {
2454 "ReasonCode": "0x2805",
2455 "Words6To9": {}
2456 },
2457
2458 "CalloutsUsingAD": {
2459 "ADName": "SENSOR_NAME",
2460 "CalloutsWithTheirADValues": [
2461 {
2462 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2463 "Callouts": [
2464 {
2465 "CalloutList": [
2466 { "Priority": "high", "SymbolicFRU": "ambient_temp" }
2467 ]
2468 }
2469 ]
2470 }
2471 ]
2472 },
2473
2474 "Documentation": {
2475 "Description": "A temperature sensor exceeded its critical threshold.",
2476 "Message": "A temperature sensor exceeded its critical threshold.",
2477 "Notes": [
2478 "A temperature sensor crossed its critical threshold value",
2479 "If it is the ambient sensor, then a symbolic FRU will be added.",
2480 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
2481 "a FRU callout."
2482 ]
2483 }
2484 },
2485
2486 {
2487 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHighClear",
2488 "Subsystem": "power",
2489 "ComponentID": "0x2800",
2490 "Severity": "non_error",
2491 "ActionFlags": ["report"],
2492 "EventType": "env_normal",
2493
2494 "SRC": {
2495 "ReasonCode": "0x2806",
2496 "Words6To9": {}
2497 },
2498
2499 "CalloutsUsingAD": {
2500 "ADName": "SENSOR_NAME",
2501 "CalloutsWithTheirADValues": [
2502 {
2503 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2504 "Callouts": [
2505 {
2506 "CalloutList": [
2507 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" }
2508 ]
2509 }
2510 ]
2511 }
2512 ]
2513 },
2514
2515 "Documentation": {
2516 "Description": "A temperature sensor is under its critical threshold.",
2517 "Message": "A temperature sensor is under its critical threshold.",
2518 "Notes": [
2519 "A temperature sensor crossed under its critical threshold value",
2520 "If it is the ambient sensor, then a symbolic FRU will be added."
2521 ]
2522 }
2523 },
2524
2525 {
Matt Spinler6b3490a2021-01-20 10:48:26 -06002526 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHigh",
2527 "Subsystem": "power",
2528 "ComponentID": "0x2800",
2529 "Severity": "predictive",
2530 "ActionFlags": ["service_action", "report"],
2531
2532 "SRC": {
2533 "ReasonCode": "0x2807",
2534 "Words6To9": {}
2535 },
2536
2537 "Callouts": [
2538 {
2539 "CalloutList": [
2540 {
2541 "Priority": "high",
2542 "SymbolicFRU": "ambient_temp"
2543 }
2544 ]
2545 }
2546 ],
2547
2548 "Documentation": {
2549 "Description": "The ambient temperature passed the EPOW3 limit.",
2550 "Message": "The ambient temperature passed the EPOW3 limit. The system will shut down if temp doesn't decrease.",
2551 "Notes": [
2552 "This error occurs when the ambient temperature surpassed",
2553 "the EPOW3 shutdown limit."
2554 ]
2555 }
2556 },
2557
2558 {
2559 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHighClear",
2560 "Subsystem": "power",
2561 "ComponentID": "0x2800",
2562 "Severity": "non_error",
2563 "ActionFlags": ["report"],
2564 "EventType": "env_normal",
2565
2566 "SRC": {
2567 "ReasonCode": "0x2808",
2568 "Words6To9": {}
2569 },
2570
2571 "Callouts": [
2572 {
2573 "CalloutList": [
2574 {
2575 "Priority": "high",
2576 "SymbolicFRU": "ambient_temp_back"
2577 }
2578 ]
2579 }
2580 ],
2581
2582 "Documentation": {
2583 "Description": "The ambient temperature is back under the EPOW3 limit.",
2584 "Message": "The ambient temperature is back under the EPOW3 limit."
2585 }
2586 },
2587
2588 {
2589 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.HardShutdownAlarmHigh",
2590 "Subsystem": "power",
2591 "ComponentID": "0x2800",
Matt Spinler6b3490a2021-01-20 10:48:26 -06002592 "ActionFlags": ["service_action", "report"],
2593
2594 "SRC": {
2595 "ReasonCode": "0x2809",
2596 "Words6To9": {}
2597 },
2598
2599 "Callouts": [
2600 {
2601 "CalloutList": [
2602 {
2603 "Priority": "high",
2604 "SymbolicFRU": "ambient_temp"
2605 }
2606 ]
2607 }
2608 ],
2609
2610 "Documentation": {
2611 "Description": "The ambient temperature passed the EPOW4 limit.",
2612 "Message": "The ambient temperature passed the EPOW4 limit. The system will shut down",
2613 "Notes": [
2614 "This error occurs when the ambient temperature surpassed",
2615 "the EPOW4 shutdown limit."
2616 ]
2617 }
2618 },
2619
2620 {
Rashmica Guptab63f75b2021-08-18 20:54:21 +10002621 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHigh",
2622 "Subsystem": "ext_env",
2623 "ComponentID": "0x2800",
2624 "Severity": "predictive",
2625 "ActionFlags": ["service_action", "report"],
2626
2627 "SRC": {
2628 "ReasonCode": "0x280A",
2629 "Words6To9": {}
2630 },
2631
2632 "CalloutsUsingAD": {
2633 "ADName": "SENSOR_NAME",
2634 "CalloutsWithTheirADValues": [
2635 {
2636 "ADValue": "/xyz/openbmc_project/sensors/altitude/Altitude",
2637 "Callouts": [
2638 {
2639 "CalloutList": [
2640 { "Priority": "high", "SymbolicFRU": "altitude" }
2641 ]
2642 }
2643 ]
2644 }
2645 ]
2646 },
2647
2648 "Documentation": {
2649 "Description": "An altitude sensor exceeded its warning threshold.",
2650 "Message": "An altitude sensor exceeded its warning threshold.",
2651 "Notes": [
2652 "The virtual altitude sensor crossed its warning threshold value",
2653 " and a symbolic FRU will be added."
2654 ]
2655 }
2656 },
2657
2658 {
2659 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHighClear",
2660 "Subsystem": "ext_env",
2661 "ComponentID": "0x2800",
2662 "Severity": "non_error",
2663 "ActionFlags": ["report"],
2664 "EventType": "env_normal",
2665
2666 "SRC": {
2667 "ReasonCode": "0x280B",
2668 "Words6To9": {}
2669 },
2670
2671 "Documentation": {
2672 "Description": "An altitude sensor is under its warning threshold.",
2673 "Message": "An altitude sensor is under its warning threshold.",
2674 "Notes": [
2675 "The virtual altitude sensor is under its warning threshold value",
2676 " and a symbolic FRU will be added."
2677 ]
2678 }
2679 },
2680
2681 {
Matt Spinler81331342021-10-05 14:09:56 -05002682 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLow",
2683 "Subsystem": "cec_tod",
2684 "ComponentID": "0x2800",
2685 "Severity": "predictive",
2686 "ActionFlags": ["service_action", "report"],
2687
2688 "SRC": {
2689 "ReasonCode": "0x280C",
2690 "Words6To9": {}
2691 },
2692
2693 "CalloutsUsingAD": {
2694 "ADName": "SENSOR_NAME",
2695 "CalloutsWithTheirADValues": [
2696 {
2697 "ADValue": "/xyz/openbmc_project/sensors/voltage/Battery_Voltage",
2698 "Callouts": [
2699 {
2700 "System": "ibm,rainier",
2701 "CalloutList": [
2702 {
2703 "Priority": "high",
2704 "LocCode": "P0-E0"
2705 }
2706 ]
2707 },
2708 {
2709 "System": "ibm,everest",
2710 "CalloutList": [
2711 {
2712 "Priority": "high",
2713 "LocCode": "P0-C0-E0"
2714 }
2715 ]
2716 }
2717 ]
2718 }
2719 ]
2720 },
2721
2722 "Documentation": {
2723 "Description": "A voltage sensor went below its critical low threshold.",
2724 "Message": "A voltage sensor went below its critical low threshold."
2725 }
2726 },
2727
2728 {
2729 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLowClear",
2730 "Subsystem": "cec_tod",
2731 "ComponentID": "0x2800",
2732 "Severity": "non_error",
2733 "ActionFlags": ["report"],
2734
2735 "SRC": {
2736 "ReasonCode": "0x280D",
2737 "Words6To9": {}
2738 },
2739
2740 "Documentation": {
2741 "Description": "A voltage sensor is over its critical low threshold.",
2742 "Message": "A voltage sensor is over its critical low threshold."
2743 }
2744 },
2745
2746 {
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05002747 "Name": "com.ibm.VPD.Error.InvalidEepromPath",
2748 "Subsystem": "cec_vpd",
2749 "ComponentID": "0x4000",
2750
2751 "SRC": {
2752 "ReasonCode": "0x4000",
2753 "Words6To9":
2754 {
2755 "6":
2756 {
2757 "Description": "Errno of the failure.",
2758 "AdditionalDataPropSource": "CALLOUT_ERRNO"
2759 }
2760 }
2761 },
2762
2763 "Documentation": {
2764 "Description": "A path access error ocurred",
2765 "Message": "An EEPROM path access error occurred.",
2766 "Notes": [
2767 "This error occurs when parser is unable to access",
2768 "EEPROM path. Errno and device path are captured as",
2769 "additional data."
2770 ]
2771 }
2772 },
2773
2774 {
2775 "Name": "com.ibm.VPD.Error.InvalidVPD",
2776 "Subsystem": "cec_vpd",
2777 "ComponentID": "0x4000",
2778
2779 "SRC": {
2780 "ReasonCode": "0x4001",
2781 "Words6To9":
2782 {
2783 }
2784 },
2785
2786 "Documentation": {
2787 "Description": "Invalid VPD data.",
2788 "Message": "A VPD data exception occurred.",
2789 "Notes": [
2790 "This error occurs when VPD data is found to be",
2791 "invalid. This can be when VPD file is missing out",
2792 "mandatory records.Inventory path is captured in",
2793 "additional data."
2794 ]
2795 }
2796 },
2797
2798 {
2799 "Name": "com.ibm.VPD.Error.EccCheckFailed",
2800 "Subsystem": "cec_vpd",
2801 "ComponentID": "0x4000",
2802
2803 "SRC": {
2804 "ReasonCode": "0x4002",
2805 "Words6To9":
2806 {
2807 }
2808 },
2809
2810 "Documentation": {
2811 "Description": "Invalid VPD ecc data.",
2812 "Message": "A VPD ecc exception occurred.",
2813 "Notes": [
2814 "This error occurs when VPD ecc check fails for the FRU.",
2815 "Inventory path for the failed FRU is captured in additonal",
2816 "data."
2817 ]
2818 }
2819 },
2820
2821 {
2822 "Name": "com.ibm.VPD.Error.InvalidJson",
2823 "Subsystem": "cec_vpd",
2824 "ComponentID": "0x4000",
2825
2826 "SRC": {
2827 "ReasonCode": "0x4003",
2828 "Words6To9":
2829 {
2830 }
2831 },
2832
2833 "Documentation": {
2834 "Description": "Invalid Json",
2835 "Message": "A Json failure occurred.",
2836 "Notes": [
2837 "This error occurs when parser fails to access",
2838 "Json file or there is any issue with Json data.",
2839 "Failed Json path and cause of failure is captured",
2840 "in additional data."
2841 ]
2842 }
2843 },
2844
2845 {
2846 "Name": "com.ibm.VPD.Error.BlankSystemVPD",
2847 "Subsystem": "cec_vpd",
2848 "ComponentID": "0x4000",
2849
2850 "SRC": {
2851 "ReasonCode": "0x4004",
2852 "Words6To9":
2853 {
2854 }
2855 },
2856
2857 "Documentation": {
2858 "Description": "System VPD restore failed",
2859 "Message": "A system VPD restoration error occurred.",
2860 "Notes": [
2861 "This error occurs when restoring of system VPD fails.",
2862 "The FRU path and reason for failure is captured in",
2863 "additional data."
2864 ]
2865 }
2866 },
2867
2868 {
2869 "Name": "com.ibm.VPD.Error.DbusFailure",
2870 "Subsystem": "cec_vpd",
2871 "ComponentID": "0x4000",
2872
2873 "SRC": {
2874 "ReasonCode": "0x4005",
2875 "Words6To9":
2876 {
2877 }
2878 },
2879
2880 "Documentation": {
2881 "Description": "Dbus exception",
2882 "Message": "A Dbus internal error occurred.",
2883 "Notes": [
2884 "This error occurs when Dbus operation fails.",
2885 "Exceptions details are captured in additonal",
2886 "data."
2887 ]
2888 }
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05002889 },
2890
2891 {
2892 "Name": "org.open_power.Host.Boot.Error.WatchdogTimeout",
2893 "Subsystem": "cec_sp_hostboot_iface",
2894
2895 "SRC":
2896 {
2897 "ReasonCode": "0xC101",
2898 "Words6To9":
2899 {
2900 }
2901 },
2902
2903 "Documentation":
2904 {
2905 "Description": "Host did not respond within the watchdog timeout interval",
2906 "Message": "Host did not respond before the watchdog timeout interval expired",
2907 "Notes": [
2908 "Host did not respond before the expiry of the watchdog timeout interval.",
2909 "Collecting hostboot dump."
2910 ]
2911 }
Matt Spinler3fd08d62019-10-22 14:25:33 -05002912 }
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05002913
Matt Spinler44792fd2019-09-26 15:58:58 -05002914 ]
2915}