blob: 52593b41f8749e47d6f867f8c36456790150f6c2 [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 {
Andrew Geissler8034dde2021-09-10 14:43:03 -0500502 "Name": "xyz.openbmc_project.State.Error.HostNotRunning",
503 "Subsystem": "cec_sp_hostboot_iface",
504 "ComponentID": "0x3400",
505 "SRC":
506 {
507 "ReasonCode": "0x3401",
508 "Words6To9":
509 {
510 }
511 },
512 "Documentation":
513 {
514 "Description": "Host was booting or booted before BMC reset but is now unresponsive",
515 "Message": "Host did not respond to BMC after a BMC reset but it was booting or booted prior to the BMC reboot",
516 "Notes": [
517 "System will follow recovery policy, resulting in this ",
518 "error and most likely a a reboot of the host. The issue ",
519 "is most likely the result of the BMC rebooting while the ",
520 "host was booting and in a state where it still needed ",
521 "the BMC to complete its boot."
522 ]
523 }
524 },
525
526 {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -0500527 "Name": "org.open_power.Processor.Error.SbeChipOpFailure",
528 "Subsystem": "processor_chip",
529 "ComponentID": "0x3500",
530
531 "SRC":
532 {
533 "ReasonCode": "0x3500",
534 "Words6To9":
535 {
536 "6":
537 {
538 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
539 "AdditionalDataPropSource": "SRC6"
540 }
541 }
542 },
543
544 "Documentation":
545 {
546 "Description": "chipop failure with SBE provided FFDC",
547 "Message": "chipop request failure reported by SBE",
548 "Notes": [
549 "The severity is set by the creator.",
550 "Callouts added based on SBE provided FFDC.",
551 "SBE provided additional debug data included as part of the",
552 "additional user data section."
553 ]
554 }
555 },
556
557 {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -0500558 "Name": "org.open_power.Processor.Error.SbeChipOpTimeout",
559 "Subsystem": "processor_chip",
560 "ComponentID": "0x3500",
561
562 "SRC":
563 {
564 "ReasonCode": "0x3501",
565 "Words6To9":
566 {
567 "6":
568 {
569 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
570 "AdditionalDataPropSource": "SRC6"
571 }
572 }
573 },
574
575 "Documentation":
576 {
577 "Description": "SBE chipop timeout",
578 "Message": "chipop timeout reported during SBE communication",
579 "Notes": [
580 "The severity is set by the creator.",
581 "Check SBE Dump associated to this error to debug the failure."
582 ]
583 }
584 },
585
586 {
Jayanth Othayoth6c601832021-05-03 02:56:04 -0500587 "Name": "org.open_power.Processor.Error.SbeChipOpInvalidState",
588 "Subsystem": "processor_chip",
589 "ComponentID": "0x3500",
590
591 "SRC":
592 {
593 "ReasonCode": "0x3502",
594 "Words6To9":
595 {
596 "6":
597 {
598 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
599 "AdditionalDataPropSource": "SRC6"
600 },
601 "7":
602 {
603 "Description": "Value of SBE state",
604 "AdditionalDataPropSource": "SRC7"
605 }
606 }
607 },
608
609 "Documentation":
610 {
611 "Description": "The SBE on this processor is not in a state where chipOps can be issued",
612 "Message": "SBE Chipop is not allowed due to invalid SBE state ",
613 "Notes": [
614 "The severity is set by the creator."
615 ]
616 }
617 },
618
619 {
Jayanth Othayothabc88b02021-09-19 06:07:22 -0500620 "Name": "org.open_power.Processor.Error.SbeBootFailure",
621 "Subsystem": "processor_chip",
622 "ComponentID": "0x3500",
623
624 "SRC":
625 {
626 "ReasonCode": "0x3503",
627 "Words6To9":
628 {
629 "6":
630 {
631 "Description": "[0:15] chip position",
632 "AdditionalDataPropSource": "SRC6"
633 }
634 }
635 },
636
637 "Documentation":
638 {
639 "Description": "Boot failure with SBE provided FFDC",
640 "Message": "Boot failure reported by SBE",
641 "Notes": [
642 "The severity is set by the creator.",
643 "Callouts added based on SBE provided FFDC.",
644 "SBE provided additional debug data included as part of the",
645 "additional user data section."
646 ]
647 }
648 },
649
650 {
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -0500651 "Name": "org.open_power.Processor.Error.SbeBootTimeout",
652 "Subsystem": "processor_chip",
653 "ComponentID": "0x3500",
654
655 "SRC":
656 {
657 "ReasonCode": "0x3504",
658 "Words6To9":
659 {
660 }
661 },
662
663 "Documentation":
664 {
665 "Description": "SBE Boot timeout",
666 "Message": "timeout reported during SBE boot process",
667 "Notes": [
668 "The severity is set by the creator.",
669 "Check SBE Dump associated to this error to debug the failure."
670 ]
671 }
672 },
673
674 {
Ben Tyner34836322020-04-15 17:01:48 -0500675 "Name": "org.open_power.Attn.Error.Terminate",
Ben Tyner808e29f2021-04-16 08:32:23 -0500676 "Subsystem": "cec_hardware",
677 "Severity": "non_error",
Ben Tyner34836322020-04-15 17:01:48 -0500678
679 "SRC":
680 {
681 "ReasonCode": "0xD138",
Ben Tyner808e29f2021-04-16 08:32:23 -0500682 "SymptomIDFields": [ "SRCWord3", "SRCWord4", "SRCWord5", "SRCWord6", "SRCWord7", "SRCWord8", "SRCWord9" ],
Ben Tyner34836322020-04-15 17:01:48 -0500683 "Words6To9":
684 {
685 }
686 },
687
688 "Documentation":
689 {
690 "Description": "Status shows TI special attention active",
691 "Message": "TI special attention detected",
692 "Notes": [
693 "This entry is for any TI special attention event ",
694 "reported by the attention handler component"
695 ]
696 }
697 },
698
699 {
700 "Name": "org.open_power.Attn.Error.Fail",
701 "Subsystem": "bmc_firmware",
702 "Severity": "unrecoverable_loss_of_function",
703
704 "SRC":
705 {
706 "ReasonCode": "0xD13E",
707 "Words6To9":
708 {
709 "6":
710 {
711 "Description": "Error code from attention handler",
712 "AdditionalDataPropSource": "ERROR_CODE"
713 }
714 }
715 },
716 "Documentation":
717 {
718 "Description": "The attention handler encountered an error",
719 "MessageArgSources" : ["SRCWord6"],
720 "Message": "Attention handler error %1",
721 "Notes": [
722 "Attention handler will provide error code"
723 ]
724 }
725 },
726
727 {
728 "Name": "org.open_power.Attn.Error.Vital",
729 "Subsystem": "processor_chip",
730 "Severity": "critical",
731
732 "SRC":
733 {
734 "ReasonCode": "0xD16D",
735 "Words6To9":
736 {
737 }
738 },
739
740 "Documentation":
741 {
742 "Description": "Status shows SBE vital attention active",
743 "Message": "SBE vital attention detected",
744 "Notes": [
745 "This entry is for any SBE vital attention event ",
746 "reported by the attention handler component"
747 ]
748 }
749 },
750
751 {
752 "Name": "org.open_power.HwDiags.Error.Checkstop",
753 "Subsystem": "cec_hardware",
Zane Shelley561c0382020-11-17 13:20:05 -0600754 "ActionFlags": [ "service_action", "report", "call_home" ],
Ben Tyner34836322020-04-15 17:01:48 -0500755
756 "SRC":
757 {
Zane Shelley561c0382020-11-17 13:20:05 -0600758 "ReasonCode": "0xE510",
759 "SymptomIDFields": [ "SRCWord6", "SRCWord7", "SRCWord8" ],
Ben Tyner34836322020-04-15 17:01:48 -0500760 "Words6To9":
761 {
Zane Shelley45ab43a2021-11-13 16:16:57 -0600762 "6":
763 {
764 "AdditionalDataPropSource": "SRC6"
765 },
766 "7":
767 {
768 "AdditionalDataPropSource": "SRC7"
769 },
770 "8":
771 {
772 "AdditionalDataPropSource": "SRC8"
773 }
Ben Tyner34836322020-04-15 17:01:48 -0500774 }
775 },
776
777 "Documentation":
778 {
Zane Shelley561c0382020-11-17 13:20:05 -0600779 "Description": "A system checkstop attention has occurred",
780 "MessageArgSources" : [ "SRCWord6", "SRCWord7", "SRCWord8" ],
Zane Shelley45ab43a2021-11-13 16:16:57 -0600781 "Message": "Error Signature: %1 %2 %3"
Ben Tyner34836322020-04-15 17:01:48 -0500782 }
783 },
784
785 {
Zane Shelley561c0382020-11-17 13:20:05 -0600786 "Name": "org.open_power.HwDiags.Error.Predictive",
787 "Subsystem": "cec_hardware",
788 "ActionFlags": [ "service_action", "report", "call_home" ],
Ben Tyner34836322020-04-15 17:01:48 -0500789
790 "SRC":
791 {
Zane Shelley561c0382020-11-17 13:20:05 -0600792 "ReasonCode": "0xE511",
793 "SymptomIDFields": [ "SRCWord6", "SRCWord7", "SRCWord8" ],
Ben Tyner34836322020-04-15 17:01:48 -0500794 "Words6To9":
795 {
Zane Shelley45ab43a2021-11-13 16:16:57 -0600796 "6":
797 {
798 "AdditionalDataPropSource": "SRC6"
799 },
800 "7":
801 {
802 "AdditionalDataPropSource": "SRC7"
803 },
804 "8":
805 {
806 "AdditionalDataPropSource": "SRC8"
807 }
Ben Tyner34836322020-04-15 17:01:48 -0500808 }
809 },
Zane Shelley561c0382020-11-17 13:20:05 -0600810
Ben Tyner34836322020-04-15 17:01:48 -0500811 "Documentation":
812 {
Zane Shelley561c0382020-11-17 13:20:05 -0600813 "Description": "A hardware attention requiring service has occurred",
814 "MessageArgSources" : [ "SRCWord6", "SRCWord7", "SRCWord8" ],
Zane Shelley45ab43a2021-11-13 16:16:57 -0600815 "Message": "Error Signature: %1 %2 %3"
Ben Tyner34836322020-04-15 17:01:48 -0500816 }
Shawn McCarney01648f52020-06-25 11:42:02 -0500817 },
818
819 {
Brandon Wyman38caaf02020-09-01 16:07:42 -0500820 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.InputFault",
821 "Subsystem": "power_supply",
822 "Severity": "unrecoverable_redundancy_loss",
823 "ActionFlags": ["service_action", "report"],
824 "ComponentID": "0x2700",
825
826 "SRC": {
827 "Type": "11",
828 "ReasonCode": "0x15F0",
829 "Words6To9": {}
830 },
831
832 "Callouts": [
833 {
834 "CalloutList": [
835 { "Priority": "high", "SymbolicFRU": "pwrsply" }
836 ]
837 }
838 ],
839
840 "Documentation": {
841 "Description": "Power Supply input power fault",
842 "Message": "A power supply has indicated an input or under voltage condition.",
843 "Notes": [
844 "Check the power supply cabling and/or input power ",
845 "source. The PWRSPLY procedure is used rather than ",
846 "calling out a location code, as typically these faults ",
847 "are related to the supplied power, the cable, or the ",
848 "cable connectors. If the input fault resolves down to an ",
849 "issue with the power supply itself, the power supply ",
850 "indicating this input fault should be called out. Add the ",
851 "CALLOUT_INVENTORY_PATH to the additional data, and set the",
852 "CALLOUT_PRIORITY to something other than high."
853 ]
854 }
855 },
856
857 {
858 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Fault",
859 "Subsystem": "power_supply",
860 "Severity": "unrecoverable_redundancy_loss",
861 "ActionFlags": ["service_action", "report", "call_home"],
862 "ComponentID": "0x2700",
863
864 "SRC": {
865 "Type": "11",
866 "ReasonCode": "0x15F1",
867 "Words6To9": {}
868 },
869
870 "Documentation": {
871 "Description": "Power Supply power fault",
872 "Message": "The power supply detected a fault condition, see AdditionalData for further details.",
873 "Notes": [
874 "The power supply reporting the fault should be called ",
875 "out using the CALLOUT_INVENTORY_PATH keyword. Include ",
876 "specific fault, STATUS_* details, and code level in the ",
877 "AdditionalData section."
878 ]
879 }
880 },
881
882 {
883 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.CommFault",
884 "Subsystem": "power_supply",
Brandon Wyman981ffc32021-04-06 15:49:12 -0500885 "Severity": "unrecoverable",
Brandon Wyman38caaf02020-09-01 16:07:42 -0500886 "ActionFlags": ["service_action", "report", "call_home"],
887 "ComponentID": "0x2700",
888
889 "SRC": {
890 "Type": "11",
891 "ReasonCode": "0x15F2",
892 "Words6To9": {}
893 },
894
895 "Documentation": {
896 "Description": "Power Supply non-power fault",
897 "Message": "A communication failure occurred talking to the power supply",
898 "Notes": [
899 "Communication problems with the power supply could be ",
900 "the power supply, or any hardware between it and the ",
901 "BMC. Reporting the error should be passing in a call ",
902 "out using CALLOUT_DEVICE_PATH."
903 ]
904 }
905 },
906
907 {
908 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Missing",
909 "Subsystem": "power_supply",
Brandon Wyman981ffc32021-04-06 15:49:12 -0500910 "Severity": "unrecoverable_redundancy_loss",
Brandon Wyman38caaf02020-09-01 16:07:42 -0500911 "ActionFlags": ["service_action", "report", "call_home"],
912 "ComponentID": "0x2700",
913
914 "SRC": {
915 "Type": "11",
916 "ReasonCode": "0x15F6",
917 "Words6To9": {}
918 },
919
920 "Callouts": [
921 {
922 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -0500923 {
924 "Priority": "high",
925 "SymbolicFRUTrusted": "pwrsply",
926 "UseInventoryLocCode": true
927 }
Brandon Wyman38caaf02020-09-01 16:07:42 -0500928 ]
929 }
930 ],
931
932 "Documentation": {
933 "Description": "Power Supply is missing",
934 "Message": "A power supply that should be present is missing",
935 "Notes": [
936 "The CalloutList should use the PWRSPLY symbolic FRU ",
Matt Spinler80600192020-10-23 09:29:33 -0500937 "with the trusted location code property. The ",
938 "location code in this callout is obtained from ",
939 "the passed in CALLOUT_INVENTORY_PATH value."
Brandon Wyman38caaf02020-09-01 16:07:42 -0500940 ]
941 }
942 },
943
944 {
Adriana Kobylak5c0c9172021-04-07 18:26:56 +0000945 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.NotSupported",
946 "Subsystem": "power_supply",
947 "Severity": "unrecoverable",
948 "ActionFlags": ["service_action", "report", "call_home"],
949 "ComponentID": "0x2700",
950
951 "SRC": {
952 "Type": "11",
953 "ReasonCode": "0x15F7",
954 "Words6To9": {}
955 },
956
957 "Documentation": {
958 "Description": "Power Supply configuration is not supported",
959 "Message": "The power supply configuration is not supported",
960 "Notes": [
961 "The combination of power supplies detected in the ",
962 "system is not supported. This could be caused by ",
963 "mismatched models, less than expected number of power ",
964 "supplies, or other unsupported characteristics."
965 ]
966 }
967 },
968
969 {
Jay Meyer54ff54e2021-03-14 20:18:41 -0500970 "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Blackout",
971 "Subsystem": "power",
972 "ActionFlags": [ "report", "service_action" ],
973 "Severity": "unrecoverable",
974 "ComponentID": "0x2700",
975
976 "SRC":
977 {
978 "Type": "11",
979 "ReasonCode": "0x00AC",
980 "Words6To9": {},
981 "PowerFault": true
982 },
983
984 "Callouts": [
985 {
986 "CalloutList": [
987 { "Priority": "high", "SymbolicFRU": "ac_module"}
988 ]
989 }
990 ],
991
992 "Documentation": {
993 "Description": "Input power was lost while the system was powered on.",
994 "Message": "Input power was lost while the system was powered on.",
995 "Notes": [
996 "Input power was lost while system powered on.",
997 "The CalloutList should use the ACMODUL symbolic FRU."
998 ]
999 }
1000 },
1001
1002 {
Jim Wright7f678902020-11-30 16:03:57 -06001003 "Name": "xyz.openbmc_project.Power.Error.Shutdown",
1004 "Subsystem": "power_sequencer",
1005 "ComponentID": "0x2700",
1006
1007 "SRC": {
1008 "Type": "11",
1009 "ReasonCode": "0x2600",
1010 "Words6To9": {}
1011 },
1012
1013 "Callouts": [
1014 {
1015 "CalloutList": [
1016 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1017 ]
1018 }
1019 ],
1020
1021 "Documentation": {
1022 "Description": "A power off was issued because a power fault was detected",
1023 "Message": "A power off was issued because a power fault was detected",
1024 "Notes": [
1025 ]
1026 }
1027 },
1028
1029 {
Ben Tyner0273a222021-07-12 15:18:13 -05001030 "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Regulator",
1031 "Subsystem": "power_control_hw",
1032 "ComponentID": "0x2700",
1033
1034 "SRC": {
1035 "Type": "11",
1036 "ReasonCode": "0x2602",
1037 "Words6To9": {},
1038 "PowerFault": true
1039 },
1040
1041 "Callouts": [
1042 {
1043 "System": "ibm,rainier",
1044 "CalloutList": [
1045 {
1046 "Priority": "high",
1047 "LocCode": "P0-C5"
1048 },
1049 {
1050 "Priority": "medium",
1051 "LocCode": "P0"
1052 }
1053 ]
1054 },
1055 {
1056 "System": "ibm,everest",
1057 "CalloutList": [
1058 {
1059 "Priority": "high",
1060 "LocCode": "P0-C59"
1061 },
1062 {
1063 "Priority": "medium",
1064 "LocCode": "P0"
1065 }
1066 ]
1067 }
1068 ],
1069
1070 "Documentation": {
1071 "Description": "A power off was issued because a regulator for standby power faulted",
1072 "Message": "A power off was issued because a regulator for standby power faulted",
1073 "Notes": [
1074 ]
1075 }
1076 },
1077
1078 {
Jim Wright7f678902020-11-30 16:03:57 -06001079 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerPGOODFault",
1080 "Subsystem": "power_sequencer",
1081 "ComponentID": "0x2700",
1082
1083 "SRC": {
1084 "Type": "11",
1085 "ReasonCode": "0x2610",
1086 "Words6To9": {}
1087 },
1088
1089 "CalloutsUsingAD": {
1090 "ADName": "INPUT_NAME", "CalloutsWithTheirADValues": [
1091 {
1092 "ADValue": "PCIE_SLOT0", "Callouts": [
1093 {
1094 "CalloutList": [
1095 { "Priority": "high", "LocCode": "P0-C0" },
1096 { "Priority": "medium", "LocCode": "P0" }
1097 ]
1098 }
1099 ]
1100 },
1101 {
1102 "ADValue": "PCIE_SLOT1", "Callouts": [
1103 {
1104 "CalloutList": [
1105 { "Priority": "high", "LocCode": "P0-C1" },
1106 { "Priority": "medium", "LocCode": "P0" }
1107 ]
1108 }
1109 ]
1110 },
1111 {
1112 "ADValue": "PCIE_SLOT2", "Callouts": [
1113 {
1114 "CalloutList": [
1115 { "Priority": "high", "LocCode": "P0-C2" },
1116 { "Priority": "medium", "LocCode": "P0" }
1117 ]
1118 }
1119 ]
1120 },
1121 {
1122 "ADValue": "PCIE_SLOT3", "Callouts": [
1123 {
1124 "CalloutList": [
1125 { "Priority": "high", "LocCode": "P0-C3" },
1126 { "Priority": "medium", "LocCode": "P0" }
1127 ]
1128 }
1129 ]
1130 },
1131 {
1132 "ADValue": "PCIE_SLOT4", "Callouts": [
1133 {
1134 "CalloutList": [
1135 { "Priority": "high", "LocCode": "P0-C4" },
1136 { "Priority": "medium", "LocCode": "P0" }
1137 ]
1138 }
1139 ]
1140 },
1141 {
1142 "ADValue": "PCIE_SLOT7", "Callouts": [
1143 {
1144 "CalloutList": [
1145 { "Priority": "high", "LocCode": "P0-C7" },
1146 { "Priority": "medium", "LocCode": "P0" }
1147 ]
1148 }
1149 ]
1150 },
1151 {
1152 "ADValue": "PCIE_SLOT8", "Callouts": [
1153 {
1154 "CalloutList": [
1155 { "Priority": "high", "LocCode": "P0-C8" },
1156 { "Priority": "medium", "LocCode": "P0" }
1157 ]
1158 }
1159 ]
1160 },
1161 {
1162 "ADValue": "PCIE_SLOT9", "Callouts": [
1163 {
1164 "CalloutList": [
1165 { "Priority": "high", "LocCode": "P0-C9" },
1166 { "Priority": "medium", "LocCode": "P0" }
1167 ]
1168 }
1169 ]
1170 },
1171 {
1172 "ADValue": "PCIE_SLOT10", "Callouts": [
1173 {
1174 "CalloutList": [
1175 { "Priority": "high", "LocCode": "P0-C10" },
1176 { "Priority": "medium", "LocCode": "P0" }
1177 ]
1178 }
1179 ]
1180 },
1181 {
1182 "ADValue": "PCIE_SLOT11", "Callouts": [
1183 {
1184 "CalloutList": [
1185 { "Priority": "high", "LocCode": "P0-C11" },
1186 { "Priority": "medium", "LocCode": "P0" }
1187 ]
1188 }
1189 ]
1190 },
1191 {
1192 "ADValue": "PGOOD_12A", "Callouts": [
1193 {
1194 "CalloutList": [
1195 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1196 ]
1197 }
1198 ]
1199 },
1200 {
1201 "ADValue": "PGOOD_12B", "Callouts": [
1202 {
1203 "CalloutList": [
1204 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1205 ]
1206 }
1207 ]
1208 },
1209 {
1210 "ADValue": "PGOOD_12C", "Callouts": [
1211 {
1212 "CalloutList": [
1213 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1214 ]
1215 }
1216 ]
1217 },
1218 {
1219 "ADValue": "PGOOD_12D", "Callouts": [
1220 {
1221 "CalloutList": [
1222 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1223 ]
1224 }
1225 ]
1226 },
1227 {
1228 "ADValue": "PGOOD_12L", "Callouts": [
1229 {
1230 "CalloutList": [
1231 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1232 ]
1233 }
1234 ]
1235 },
1236 {
1237 "ADValue": "PGOOD_12M", "Callouts": [
1238 {
1239 "CalloutList": [
1240 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1241 ]
1242 }
1243 ]
1244 },
1245 {
1246 "ADValue": "PGOOD_12N", "Callouts": [
1247 {
1248 "CalloutList": [
1249 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1250 ]
1251 }
1252 ]
1253 },
1254 {
1255 "ADValue": "PGOOD_12P", "Callouts": [
1256 {
1257 "CalloutList": [
1258 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1259 ]
1260 }
1261 ]
1262 },
1263 {
1264 "ADValue": "PGOOD_12PCIE", "Callouts": [
1265 {
1266 "CalloutList": [
1267 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1268 ]
1269 }
1270 ]
1271 },
1272 {
1273 "ADValue": "PGOOD_12Q", "Callouts": [
1274 {
1275 "CalloutList": [
1276 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1277 ]
1278 }
1279 ]
1280 },
1281 {
1282 "ADValue": "PGOOD_12R", "Callouts": [
1283 {
1284 "CalloutList": [
1285 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1286 ]
1287 }
1288 ]
1289 },
1290 {
1291 "ADValue": "PGOOD_VDN_DCM0", "Callouts": [
1292 {
1293 "CalloutList": [
1294 { "Priority": "high", "LocCode": "P0-C14" },
1295 { "Priority": "medium", "LocCode": "P0-C15" },
1296 { "Priority": "low", "LocCode": "P0" }
1297 ]
1298 }
1299 ]
1300 },
1301 {
1302 "ADValue": "PGOOD_VDN_DCM1", "Callouts": [
1303 {
1304 "CalloutList": [
1305 { "Priority": "high", "LocCode": "P0-C23" },
1306 { "Priority": "medium", "LocCode": "P0-C24" },
1307 { "Priority": "low", "LocCode": "P0" }
1308 ]
1309 }
1310 ]
1311 },
1312 {
1313 "ADValue": "PGOOD_VCS_DCM0", "Callouts": [
1314 {
1315 "CalloutList": [
1316 { "Priority": "high", "LocCode": "P0-C14" },
1317 { "Priority": "medium", "LocCode": "P0-C15" },
1318 { "Priority": "low", "LocCode": "P0" }
1319 ]
1320 }
1321 ]
1322 },
1323 {
1324 "ADValue": "PGOOD_VCS_DCM1", "Callouts": [
1325 {
1326 "CalloutList": [
1327 { "Priority": "high", "LocCode": "P0-C23" },
1328 { "Priority": "medium", "LocCode": "P0-C24" },
1329 { "Priority": "low", "LocCode": "P0" }
1330 ]
1331 }
1332 ]
1333 },
1334 {
1335 "ADValue": "PGOOD_VIO_DCM0", "Callouts": [
1336 {
1337 "CalloutList": [
1338 { "Priority": "high", "LocCode": "P0-C14" },
1339 { "Priority": "medium", "LocCode": "P0-C15" },
1340 { "Priority": "low", "LocCode": "P0" }
1341 ]
1342 }
1343 ]
1344 },
1345 {
1346 "ADValue": "PGOOD_VIO_DCM1", "Callouts": [
1347 {
1348 "CalloutList": [
1349 { "Priority": "high", "LocCode": "P0-C23" },
1350 { "Priority": "medium", "LocCode": "P0-C24" },
1351 { "Priority": "low", "LocCode": "P0" }
1352 ]
1353 }
1354 ]
1355 },
1356 {
1357 "ADValue": "PGOOD_VPCIE_DCM0", "Callouts": [
1358 {
1359 "CalloutList": [
1360 { "Priority": "high", "LocCode": "P0-C14" },
1361 { "Priority": "medium", "LocCode": "P0-C15" },
1362 { "Priority": "low", "LocCode": "P0" }
1363 ]
1364 }
1365 ]
1366 },
1367 {
1368 "ADValue": "PGOOD_VPCIE_DCM1", "Callouts": [
1369 {
1370 "CalloutList": [
1371 { "Priority": "high", "LocCode": "P0-C23" },
1372 { "Priority": "medium", "LocCode": "P0-C24" },
1373 { "Priority": "low", "LocCode": "P0" }
1374 ]
1375 }
1376 ]
1377 }
1378 ]
1379 },
1380
1381 "Documentation": {
1382 "Description": "The power sequencer chip detected a PGOOD fault",
1383 "Message": "The power sequencer chip detected a PGOOD fault",
1384 "Notes": [
1385 ]
1386 }
1387 },
1388
1389 {
1390 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerVoltageFault",
1391 "Subsystem": "power_sequencer",
1392 "ComponentID": "0x2700",
1393
1394 "SRC": {
1395 "Type": "11",
1396 "ReasonCode": "0x2620",
1397 "Words6To9": {}
1398 },
1399
1400 "CalloutsUsingAD": {
1401 "ADName": "RAIL_NAME", "CalloutsWithTheirADValues": [
1402 {
1403 "ADValue": "12.0V", "Callouts": [
1404 {
1405 "CalloutList": [
1406 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1407 ]
1408 }
1409 ]
1410 },
1411 {
1412 "ADValue": "5.0V_USB", "Callouts": [
1413 {
1414 "CalloutList": [
1415 { "Priority": "high", "SymbolicFRU": "usb_pgood" },
1416 { "Priority": "medium", "LocCode": "P0" }
1417 ]
1418 }
1419 ]
1420 },
1421 {
1422 "ADValue": "5.0V_DASD", "Callouts": [
1423 {
1424 "CalloutList": [
1425 { "Priority": "medium", "LocCode": "P1" },
1426 { "Priority": "medium", "LocCode": "P2" },
1427 { "Priority": "medium", "LocCode": "P3" },
1428 { "Priority": "low", "LocCode": "P0" }
1429 ]
1430 }
1431 ]
1432 },
1433 {
1434 "ADValue": "3.3VA", "Callouts": [
1435 {
1436 "CalloutList": [
1437 { "Priority": "high", "LocCode": "P0" }
1438 ]
1439 }
1440 ]
1441 },
1442 {
1443 "ADValue": "3.3VB", "Callouts": [
1444 {
1445 "CalloutList": [
1446 { "Priority": "high", "LocCode": "P0" }
1447 ]
1448 }
1449 ]
1450 },
1451 {
1452 "ADValue": "1.5V", "Callouts": [
1453 {
1454 "CalloutList": [
1455 { "Priority": "high", "LocCode": "P0" }
1456 ]
1457 }
1458 ]
1459 },
1460 {
1461 "ADValue": "1.1V", "Callouts": [
1462 {
1463 "CalloutList": [
1464 { "Priority": "high", "LocCode": "P0" }
1465 ]
1466 }
1467 ]
1468 },
1469 {
1470 "ADValue": "VDDA_DCM0", "Callouts": [
1471 {
1472 "CalloutList": [
1473 { "Priority": "high", "LocCode": "P0-C14" },
1474 { "Priority": "medium", "LocCode": "P0-C15" },
1475 { "Priority": "low", "LocCode": "P0" }
1476 ]
1477 }
1478 ]
1479 },
1480 {
1481 "ADValue": "VDDB_DCM0", "Callouts": [
1482 {
1483 "CalloutList": [
1484 { "Priority": "high", "LocCode": "P0-C14" },
1485 { "Priority": "medium", "LocCode": "P0-C15" },
1486 { "Priority": "low", "LocCode": "P0" }
1487 ]
1488 }
1489 ]
1490 },
1491 {
1492 "ADValue": "VDDA_DCM1", "Callouts": [
1493 {
1494 "CalloutList": [
1495 { "Priority": "high", "LocCode": "P0-C23" },
1496 { "Priority": "medium", "LocCode": "P0-C24" },
1497 { "Priority": "low", "LocCode": "P0" }
1498 ]
1499 }
1500 ]
1501 },
1502 {
1503 "ADValue": "VDDB_DCM1", "Callouts": [
1504 {
1505 "CalloutList": [
1506 { "Priority": "high", "LocCode": "P0-C23" },
1507 { "Priority": "medium", "LocCode": "P0-C24" },
1508 { "Priority": "low", "LocCode": "P0" }
1509 ]
1510 }
1511 ]
1512 },
1513 {
1514 "ADValue": "12.0VCS", "Callouts": [
1515 {
1516 "CalloutList": [
1517 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1518 ]
1519 }
1520 ]
1521 },
1522 {
1523 "ADValue": "3.3VCS", "Callouts": [
1524 {
1525 "CalloutList": [
1526 { "Priority": "high", "LocCode": "P0" }
1527 ]
1528 }
1529 ]
1530 },
1531 {
1532 "ADValue": "1.1V_Current", "Callouts": [
1533 {
1534 "CalloutList": [
1535 { "Priority": "high", "LocCode": "P0" }
1536 ]
1537 }
1538 ]
1539 },
1540 {
1541 "ADValue": "5.0V_USB_Current", "Callouts": [
1542 {
1543 "CalloutList": [
1544 { "Priority": "high", "SymbolicFRU": "usb_pgood" },
1545 { "Priority": "medium", "LocCode": "P0" }
1546 ]
1547 }
1548 ]
1549 },
1550 {
1551 "ADValue": "5.0V_DASD_Current", "Callouts": [
1552 {
1553 "CalloutList": [
1554 { "Priority": "medium", "LocCode": "P1" },
1555 { "Priority": "medium", "LocCode": "P2" },
1556 { "Priority": "medium", "LocCode": "P3" },
1557 { "Priority": "low", "LocCode": "P0" }
1558 ]
1559 }
1560 ]
1561 },
1562 {
1563 "ADValue": "12.0VN", "Callouts": [
1564 {
1565 "CalloutList": [
1566 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1567 ]
1568 }
1569 ]
1570 },
1571 {
1572 "ADValue": "12.0VP", "Callouts": [
1573 {
1574 "CalloutList": [
1575 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1576 ]
1577 }
1578 ]
1579 },
1580 {
1581 "ADValue": "12.0VQ", "Callouts": [
1582 {
1583 "CalloutList": [
1584 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1585 ]
1586 }
1587 ]
1588 },
1589 {
1590 "ADValue": "12.0VR", "Callouts": [
1591 {
1592 "CalloutList": [
1593 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1594 ]
1595 }
1596 ]
1597 },
1598 {
1599 "ADValue": "ThermalDiode1", "Callouts": [
1600 {
1601 "CalloutList": [
1602 { "Priority": "high", "LocCode": "P0" }
1603 ]
1604 }
1605 ]
1606 },
1607 {
1608 "ADValue": "ThermalDiode2", "Callouts": [
1609 {
1610 "CalloutList": [
1611 { "Priority": "high", "LocCode": "P0" }
1612 ]
1613 }
1614 ]
1615 },
1616 {
1617 "ADValue": "ThermalDiode3", "Callouts": [
1618 {
1619 "CalloutList": [
1620 { "Priority": "high", "LocCode": "P0" }
1621 ]
1622 }
1623 ]
1624 },
1625 {
1626 "ADValue": "ThermalDiode4", "Callouts": [
1627 {
1628 "CalloutList": [
1629 { "Priority": "high", "LocCode": "P0" }
1630 ]
1631 }
1632 ]
1633 }
1634 ]
1635 },
1636
1637 "Documentation": {
1638 "Description": "The power sequencer chip detected a voltage fault",
1639 "Message": "The power sequencer chip detected a voltage fault",
1640 "Notes": [
1641 ]
1642 }
1643 },
1644
1645 {
Shawn McCarney7f1ec942021-07-28 13:33:34 -05001646 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.N",
1647 "Subsystem": "power",
1648 "Severity": "predictive_redundancy_loss",
1649 "ComponentID": "0x2700",
1650
1651 "SRC": {
1652 "Type": "11",
1653 "ReasonCode": "0x2700",
1654 "Words6To9": {}
1655 },
1656
1657 "Documentation": {
1658 "Description": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
1659 "Message": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
1660 "Notes": [
1661 "CALLOUT_INVENTORY_PATH should be specified in the ",
1662 "AdditionalData property of the event log so that ",
1663 "the device is called out but not the communication path."
1664 ]
1665 }
1666 },
1667
1668 {
1669 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.NPlus1",
1670 "Subsystem": "power",
1671 "Severity": "non_error",
1672 "MfgSeverity": "predictive_redundancy_loss",
1673 "ActionFlags": ["report"],
1674 "MfgActionFlags": ["service_action", "report", "call_home"],
1675 "ComponentID": "0x2700",
1676
1677 "SRC": {
1678 "Type": "11",
1679 "ReasonCode": "0x2701",
1680 "Words6To9": {}
1681 },
1682
1683 "Documentation": {
1684 "Description": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
1685 "Message": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
1686 "Notes": [
1687 "CALLOUT_INVENTORY_PATH should be specified in the ",
1688 "AdditionalData property of the event log so that ",
1689 "the device is called out but not the communication path."
1690 ]
1691 }
1692 },
1693
1694 {
Shawn McCarney01648f52020-06-25 11:42:02 -05001695 "Name": "xyz.openbmc_project.Power.Regulators.Error.WriteVerification",
1696 "Subsystem": "power",
1697 "ComponentID": "0x2700",
1698
1699 "SRC": {
1700 "Type": "11",
1701 "ReasonCode": "0x2900",
1702 "Words6To9": {}
1703 },
1704
1705 "Documentation": {
1706 "Description": "A write verification error occurred on a device",
1707 "Message": "A write verification error occurred on a device",
1708 "Notes": [
1709 "This error occurs when a device register is written, ",
1710 "read back, and the two values do not match. This is ",
1711 "also called a read-back error. The device should be ",
1712 "identified using the CALLOUT_DEVICE_PATH or ",
1713 "CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR keywords in the ",
1714 "AdditionalData property of the event log. This will ",
1715 "cause the device and the hardware in the communication ",
1716 "path to be called out."
1717 ]
1718 }
1719 },
1720
1721 {
1722 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile",
1723 "Subsystem": "power",
1724 "ComponentID": "0x2700",
1725
1726 "SRC": {
1727 "Type": "11",
1728 "ReasonCode": "0xA013",
1729 "Words6To9": {}
1730 },
1731
1732 "Callouts": [
1733 {
1734 "CalloutList": [
1735 { "Priority": "high", "Procedure": "bmc_code" }
1736 ]
1737 }
1738 ],
1739
1740 "Documentation": {
1741 "Description": "A regulators configuration file error occurred",
1742 "Message": "A regulators configuration file error occurred",
1743 "Notes": [
1744 "The regulators configuration file could not be found, ",
1745 "could not be read, or had invalid contents."
1746 ]
1747 }
1748 },
1749
1750 {
Shawn McCarney82e31d82021-02-19 16:25:55 -06001751 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile.Critical",
1752 "Subsystem": "power",
1753 "Severity": "critical_system_term",
1754 "ComponentID": "0x2700",
1755
1756 "SRC": {
1757 "Type": "11",
1758 "ReasonCode": "0xA014",
1759 "Words6To9": {},
1760 "PowerFault": true
1761 },
1762
1763 "Callouts": [
1764 {
1765 "CalloutList": [
1766 { "Priority": "high", "Procedure": "bmc_code" }
1767 ]
1768 }
1769 ],
1770
1771 "Documentation": {
1772 "Description": "A critical regulators configuration file error occurred",
1773 "Message": "A critical regulators configuration file error occurred",
1774 "Notes": [
1775 "The regulators configuration file could not be found, ",
1776 "could not be read, or had invalid contents. As a result ",
1777 "voltage regulators could not be configured, and the ",
1778 "chassis could not be powered on."
1779 ]
1780 }
1781 },
1782
1783 {
Jim Wright7f678902020-11-30 16:03:57 -06001784 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerFault",
1785 "Subsystem": "power_sequencer",
1786 "ComponentID": "0x2700",
1787
1788 "SRC": {
1789 "Type": "11",
1790 "ReasonCode": "0xD000",
1791 "Words6To9": {}
1792 },
1793
1794 "Callouts": [
1795 {
1796 "CalloutList": [
1797 { "Priority": "high", "LocCode": "P0" }
1798 ]
1799 }
1800 ],
1801
1802 "Documentation": {
1803 "Description": "The power sequencer chip detected a fault",
1804 "Message": "The power sequencer chip detected a fault",
1805 "Notes": [
1806 ]
1807 }
1808 },
1809
1810 {
Jim Wrightc1ba04f2021-11-12 15:31:32 -06001811 "Name": "xyz.openbmc_project.Power.Error.PowerOnTimeout",
Jim Wright7f678902020-11-30 16:03:57 -06001812 "Subsystem": "power_sequencer",
1813 "ComponentID": "0x2700",
Jim Wrightc1ba04f2021-11-12 15:31:32 -06001814 "Severity": "critical",
Jim Wright7f678902020-11-30 16:03:57 -06001815
1816 "SRC": {
1817 "Type": "11",
1818 "ReasonCode": "0xD002",
1819 "Words6To9": {}
1820 },
1821
1822 "Callouts": [
1823 {
1824 "CalloutList": [
1825 { "Priority": "high", "LocCode": "P0" }
1826 ]
1827 }
1828 ],
1829
1830 "Documentation": {
Jim Wrightc1ba04f2021-11-12 15:31:32 -06001831 "Description": "System power failed to turn on within timeout period",
1832 "Message": "System power failed to turn on within timeout period",
1833 "Notes": [
1834 ]
1835 }
1836 },
1837
1838 {
1839 "Name": "xyz.openbmc_project.Power.Error.PowerOffTimeout",
1840 "Subsystem": "power_sequencer",
1841 "ComponentID": "0x2700",
1842 "Severity": "critical",
1843
1844 "SRC": {
1845 "Type": "11",
1846 "ReasonCode": "0xD008",
1847 "Words6To9": {}
1848 },
1849
1850 "Callouts": [
1851 {
1852 "CalloutList": [
1853 { "Priority": "high", "LocCode": "P0" }
1854 ]
1855 }
1856 ],
1857
1858 "Documentation": {
1859 "Description": "System power failed to turn off within timeout period",
1860 "Message": "System power failed to turn off within timeout period",
Jim Wright7f678902020-11-30 16:03:57 -06001861 "Notes": [
1862 ]
1863 }
1864 },
1865
1866 {
Shawn McCarney01648f52020-06-25 11:42:02 -05001867 "Name": "xyz.openbmc_project.Power.Error.Internal",
1868 "Subsystem": "power",
1869 "ComponentID": "0x2700",
1870
1871 "SRC": {
1872 "Type": "11",
1873 "ReasonCode": "0xE000",
1874 "Words6To9": {}
1875 },
1876
1877 "Callouts": [
1878 {
1879 "CalloutList": [
1880 { "Priority": "high", "Procedure": "bmc_code" }
1881 ]
1882 }
1883 ],
1884
1885 "Documentation": {
1886 "Description": "An internal firmware error occurred",
1887 "Message": "An internal firmware error occurred",
1888 "Notes": [
1889 "The error details must be provided in the AdditionalData ",
1890 "property of the event log."
1891 ]
1892 }
1893 },
1894
1895 {
1896 "Name": "xyz.openbmc_project.Power.Error.I2C",
1897 "Subsystem": "cec_i2c",
1898 "ComponentID": "0x2700",
1899
1900 "SRC": {
1901 "Type": "11",
1902 "ReasonCode": "0xE100",
1903 "Words6To9": {}
1904 },
1905
1906 "Documentation": {
1907 "Description": "An I2C error occurred communicating with a device",
1908 "Message": "An I2C error occurred communicating with a device",
1909 "Notes": [
1910 "The device should be identified using the ",
1911 "CALLOUT_DEVICE_PATH or CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR ",
1912 "keywords in the AdditionalData property of the event ",
1913 "log. This will cause the device and the hardware in the ",
1914 "communication path to be called out."
1915 ]
1916 }
1917 },
1918
1919 {
1920 "Name": "xyz.openbmc_project.Power.Error.PMBus",
1921 "Subsystem": "power",
1922 "ComponentID": "0x2700",
1923
1924 "SRC": {
1925 "Type": "11",
1926 "ReasonCode": "0xE200",
1927 "Words6To9": {}
1928 },
1929
1930 "Documentation": {
1931 "Description": "A PMBus error occurred on a device",
1932 "Message": "A PMBus error occurred on a device",
1933 "Notes": [
1934 "This error occurs when the I2C communication was ",
1935 "successful, but the PMBus value read is invalid or ",
1936 "unsupported. CALLOUT_INVENTORY_PATH should be specified ",
1937 "in the AdditionalData property of the event log so that ",
1938 "the device is called out but not the communication path."
1939 ]
1940 }
1941 },
1942
1943 {
1944 "Name": "xyz.openbmc_project.Power.Error.DBus",
1945 "Subsystem": "power",
1946 "ComponentID": "0x2700",
1947
1948 "SRC": {
1949 "Type": "11",
1950 "ReasonCode": "0xE300",
1951 "Words6To9": {}
1952 },
1953
1954 "Callouts": [
1955 {
1956 "CalloutList": [
1957 { "Priority": "high", "Procedure": "bmc_code" }
1958 ]
1959 }
1960 ],
1961
1962 "Documentation": {
1963 "Description": "A firmware inter-process communication (D-Bus) error occurred",
1964 "Message": "A firmware inter-process communication (D-Bus) error occurred"
1965 }
Matt Spinler60d1c392020-09-23 15:23:24 -05001966 },
1967
1968 {
Matt Spinler7c9c07e2020-10-22 10:16:37 -05001969 "Name": "xyz.openbmc_project.Fan.Error.Fault",
1970 "Subsystem": "power_fans",
1971 "ComponentID": "0x2800",
1972
1973 "SRC": {
1974 "Type": "11",
1975 "ReasonCode": "0x76F0",
1976 "Words6To9": {}
1977 },
1978
1979 "Documentation": {
1980 "Description": "Fan rotor fault",
1981 "Message": "Fan rotor fault",
1982 "Notes": [
1983 "This error occurs when a fan rotor has been faulted for a ",
1984 "certain amount of time. The callout is the fan which is ",
1985 "passed in with CALLOUT_INVENTORY_PATH. The severity is ",
1986 "passed in during creation and will be either informational ",
1987 "or unrecoverable. The action flags use the defaults and ",
1988 "vary based on the severity."
1989 ]
1990 }
1991 },
1992
1993 {
Matt Spinler60d1c392020-09-23 15:23:24 -05001994 "Name": "xyz.openbmc_project.Fan.Error.Missing",
1995 "Subsystem": "power_fans",
1996 "ComponentID": "0x2800",
1997 "Severity": "unrecoverable_redundancy_loss",
1998 "ActionFlags": ["service_action", "report", "call_home"],
1999
2000 "SRC": {
2001 "Type": "11",
2002 "ReasonCode": "0x76F1",
2003 "Words6To9": {}
2004 },
2005
2006 "Callouts": [
2007 {
Matt Spinler938ac792021-05-12 10:46:44 -05002008 "System": "ibm,rainier",
Matt Spinler60d1c392020-09-23 15:23:24 -05002009 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -05002010 {
2011 "Priority": "high",
2012 "SymbolicFRUTrusted": "air_mover",
2013 "UseInventoryLocCode": true
2014 },
2015 {
2016 "Priority": "low",
2017 "LocCode": "P0"
2018 }
Matt Spinler60d1c392020-09-23 15:23:24 -05002019 ]
Matt Spinler938ac792021-05-12 10:46:44 -05002020 },
2021 {
2022 "System": "ibm,everest",
2023 "CalloutList": [
2024 {
2025 "Priority": "high",
2026 "SymbolicFRUTrusted": "air_mover",
2027 "UseInventoryLocCode": true
2028 },
2029 {
2030 "Priority": "low",
2031 "LocCode": "P1"
2032 }
2033 ]
Matt Spinler60d1c392020-09-23 15:23:24 -05002034 }
2035 ],
2036
2037 "Documentation": {
2038 "Description": "A fan is missing",
2039 "Message": "A fan is missing",
2040 "Notes": [
2041 "This error occurs when a fan has been missing for a ",
Matt Spinler80600192020-10-23 09:29:33 -05002042 "certain amount of time. The first callout is the ",
2043 "symbolic FRU AIR_MOVR that has the trusted fan location ",
2044 "code, which it gets using the passed in ",
2045 "CALLOUT_INVENTORY_PATH. The second callout is the FRU ",
Matt Spinler938ac792021-05-12 10:46:44 -05002046 "where the controller and GPIO expander are."
Matt Spinler60d1c392020-09-23 15:23:24 -05002047 ]
2048 }
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05002049 },
2050
2051 {
Matt Spinleradf070b2021-04-21 13:39:45 -05002052 "Name": "xyz.openbmc_project.Fan.Presence.Error.Detection",
2053 "ComponentID": "0x2800",
2054 "Subsystem": "power_fans",
2055 "Severity": "non_error",
2056 "ActionFlags": ["report"],
2057 "MfgSeverity": "predictive",
2058 "MfgActionFlags": ["service_action", "report"],
2059
2060 "SRC": {
2061 "Type": "11",
2062 "ReasonCode": "0x76F2",
2063 "Words6To9": {}
2064 },
2065
2066 "Callouts": [
2067 {
2068 "System": "ibm,rainier",
2069 "CalloutList": [
2070 {"Priority": "medium", "LocCode": "P0"}
2071 ]
2072 },
2073 {
2074 "System": "ibm,everest",
2075 "CalloutList": [
2076 {"Priority": "medium", "LocCode": "P1"}
2077 ]
2078 }
2079 ],
2080
2081 "Documentation": {
2082 "Description": "Presence detect methods for the same fan disagree",
2083 "Message": "Presence detect methods for the same fan disagree",
2084 "Notes": [
2085 "This error occurs when there is more than one way to detect",
2086 "fan presence, and they don't all agree. For example, the",
2087 "GPIO says a fan isn't present, but the tach readings are",
2088 "nonzero. This is informational, unless in manufacturing.",
2089 "The fan FRU is passed in as a high priority callout.",
2090 "The FRU the GPIO source is on is called out medium."
2091 ]
2092 }
2093 },
2094
2095 {
Matt Spinlerdde99202021-06-14 12:15:59 -06002096 "Name": "xyz.openbmc_project.Fan.Error.FanControllerOffline",
2097 "ComponentID": "0x2800",
2098 "Subsystem": "power_fans",
2099 "Severity": "critical_system_term",
2100 "ActionFlags": ["service_action", "report", "call_home"],
2101
2102 "SRC": {
2103 "Type": "11",
2104 "ReasonCode": "0x76F3",
2105 "Words6To9": {},
2106 "PowerFault": true
2107 },
2108
2109 "Callouts": [
2110 {
2111 "System": "ibm,rainier",
2112 "CalloutList": [
2113 {"Priority": "high", "LocCode": "P0-C5"},
2114 {"Priority": "medium_group_a", "LocCode": "P0-T12", "SymbolicFRUTrusted": "fan_cable"},
2115 {"Priority": "medium_group_a", "LocCode": "P0-T17", "SymbolicFRUTrusted": "cable_continued"},
2116 {"Priority": "low", "LocCode": "P0"}
2117 ]
2118 },
2119 {
2120 "System": "ibm,everest",
2121 "CalloutList": [
2122 {"Priority": "high", "LocCode": "P0-C0"},
2123 {"Priority": "medium", "LocCode": "P1"},
2124 {"Priority": "low", "LocCode": "P0"}
2125 ]
2126 }
2127 ],
2128
2129 "Documentation": {
2130 "Description": "The fan controller device is offline",
2131 "Message": "The fan controller is offline. The system must be powered off.",
2132 "Notes": [
2133 "The device that controls the fans is offline so the fan",
2134 "targets and speeds are unknown. The system will be shut",
2135 "down to preserve thermal safety. There may be an I2C",
2136 "or power problem with the device."
2137 ]
2138 }
2139 },
2140
2141 {
Mike Cappsabc276e2021-06-18 16:41:30 -04002142 "Name": "xyz.openbmc_project.Fan.Presence.Error.GPIODeviceUnavailable",
2143 "Subsystem": "power_fans",
2144 "ComponentID": "0x2800",
2145 "Severity": "unrecoverable_redundancy_loss",
2146 "ActionFlags": ["service_action", "report", "call_home"],
2147
2148 "SRC": {
2149 "Type": "11",
2150 "ReasonCode": "0x76F4",
2151 "Words6To9": {}
2152 },
2153
2154 "Callouts": [
2155 {
2156 "System" : "ibm,rainier",
2157 "CalloutList": [
2158 {"Priority": "high", "LocCode": "P0-C5"},
2159 {"Priority": "medium_group_a", "LocCode": "P0-T12","SymbolicFRUTrusted": "fan_cable"},
2160 {"Priority": "medium_group_a", "LocCode": "P0-T17","SymbolicFRUTrusted": "cable_continued"},
2161 {"Priority": "low", "LocCode": "P0"}
2162 ]
2163 },
2164 {
2165 "System" : "ibm,everest",
2166 "CalloutList": [
2167 {"Priority": "high", "LocCode": "P0-C0"},
2168 {"Priority": "medium", "LocCode": "P1"},
2169 {"Priority": "low", "LocCode": "P0"}
2170 ]
2171 }
2172 ],
2173
2174 "Documentation": {
2175 "Description": "Fan GPIO sensors not present",
2176 "Message": "Fan GPIO sensors not present",
2177 "Notes": [
2178 "The device that reports fan presence is not functioning."
2179 ]
2180 }
2181 },
2182
2183 {
Matt Spinler86e40dd2021-01-29 11:19:36 -06002184 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHigh",
2185 "Subsystem": "power",
2186 "ComponentID": "0x2800",
2187 "Severity": "predictive",
2188 "ActionFlags": ["service_action", "report"],
2189
2190 "SRC": {
2191 "ReasonCode": "0x2801",
2192 "Words6To9": {}
2193 },
2194
2195 "CalloutsUsingAD": {
2196 "ADName": "SENSOR_NAME",
2197 "CalloutsWithTheirADValues": [
2198 {
2199 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2200 "Callouts": [
2201 {
2202 "CalloutList": [
2203 { "Priority": "high", "SymbolicFRU": "ambient_temp" }
2204 ]
2205 }
2206 ]
2207 }
2208 ]
2209 },
2210
2211 "Documentation": {
2212 "Description": "A temperature sensor exceeded its performance loss threshold.",
2213 "Message": "A temperature sensor exceeded its performance loss threshold.",
2214 "Notes": [
2215 "A temperature sensor crossed its performance loss threshold value",
2216 "If it is the ambient sensor, then a symbolic FRU will be added.",
2217 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
2218 "a FRU callout."
2219 ]
2220 }
2221 },
2222
2223 {
2224 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHighClear",
2225 "Subsystem": "power",
2226 "ComponentID": "0x2800",
2227 "Severity": "non_error",
2228 "ActionFlags": ["report"],
2229 "EventType": "env_normal",
2230
2231 "SRC": {
2232 "ReasonCode": "0x2802",
2233 "Words6To9": {}
2234 },
2235
2236 "CalloutsUsingAD": {
2237 "ADName": "SENSOR_NAME",
2238 "CalloutsWithTheirADValues": [
2239 {
2240 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2241 "Callouts": [
2242 {
2243 "CalloutList": [
2244 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" }
2245 ]
2246 }
2247 ]
2248 }
2249 ]
2250 },
2251
2252 "Documentation": {
2253 "Description": "A temperature sensor is under its performance loss threshold.",
2254 "Message": "A temperature sensor is under its performance loss threshold.",
2255 "Notes": [
2256 "A temperature sensor crossed under its performance loss threshold value",
2257 "If it is the ambient sensor, then a symbolic FRU will be added."
2258 ]
2259 }
2260 },
2261
2262 {
2263 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHigh",
2264 "Subsystem": "power",
2265 "ComponentID": "0x2800",
2266 "Severity": "predictive",
2267 "ActionFlags": ["service_action", "report"],
2268
2269 "SRC": {
2270 "ReasonCode": "0x2803",
2271 "Words6To9": {}
2272 },
2273
2274 "CalloutsUsingAD": {
2275 "ADName": "SENSOR_NAME",
2276 "CalloutsWithTheirADValues": [
2277 {
2278 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2279 "Callouts": [
2280 {
2281 "CalloutList": [
2282 { "Priority": "high", "SymbolicFRU": "ambient_temp" }
2283 ]
2284 }
2285 ]
2286 }
2287 ]
2288 },
2289
2290 "Documentation": {
2291 "Description": "A temperature sensor exceeded its warning threshold.",
2292 "Message": "A temperature sensor exceeded its warning threshold.",
2293 "Notes": [
2294 "A temperature sensor crossed its warning threshold value",
2295 "If it is the ambient sensor, then a symbolic FRU will be added.",
2296 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
2297 "a FRU callout."
2298 ]
2299 }
2300 },
2301
2302 {
2303 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHighClear",
2304 "Subsystem": "power",
2305 "ComponentID": "0x2800",
2306 "Severity": "non_error",
2307 "ActionFlags": ["report"],
2308 "EventType": "env_normal",
2309
2310 "SRC": {
2311 "ReasonCode": "0x2804",
2312 "Words6To9": {}
2313 },
2314
2315 "CalloutsUsingAD": {
2316 "ADName": "SENSOR_NAME",
2317 "CalloutsWithTheirADValues": [
2318 {
2319 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2320 "Callouts": [
2321 {
2322 "CalloutList": [
2323 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" }
2324 ]
2325 }
2326 ]
2327 }
2328 ]
2329 },
2330
2331 "Documentation": {
2332 "Description": "A temperature sensor is under its warning threshold.",
2333 "Message": "A temperature sensor is under its warning threshold.",
2334 "Notes": [
2335 "A temperature sensor crossed under its warning threshold value",
2336 "If it is the ambient sensor, then a symbolic FRU will be added."
2337 ]
2338 }
2339 },
2340
2341 {
2342 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHigh",
2343 "Subsystem": "power",
2344 "ComponentID": "0x2800",
2345 "Severity": "predictive",
2346 "ActionFlags": ["service_action", "report"],
2347
2348 "SRC": {
2349 "ReasonCode": "0x2805",
2350 "Words6To9": {}
2351 },
2352
2353 "CalloutsUsingAD": {
2354 "ADName": "SENSOR_NAME",
2355 "CalloutsWithTheirADValues": [
2356 {
2357 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2358 "Callouts": [
2359 {
2360 "CalloutList": [
2361 { "Priority": "high", "SymbolicFRU": "ambient_temp" }
2362 ]
2363 }
2364 ]
2365 }
2366 ]
2367 },
2368
2369 "Documentation": {
2370 "Description": "A temperature sensor exceeded its critical threshold.",
2371 "Message": "A temperature sensor exceeded its critical threshold.",
2372 "Notes": [
2373 "A temperature sensor crossed its critical threshold value",
2374 "If it is the ambient sensor, then a symbolic FRU will be added.",
2375 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
2376 "a FRU callout."
2377 ]
2378 }
2379 },
2380
2381 {
2382 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHighClear",
2383 "Subsystem": "power",
2384 "ComponentID": "0x2800",
2385 "Severity": "non_error",
2386 "ActionFlags": ["report"],
2387 "EventType": "env_normal",
2388
2389 "SRC": {
2390 "ReasonCode": "0x2806",
2391 "Words6To9": {}
2392 },
2393
2394 "CalloutsUsingAD": {
2395 "ADName": "SENSOR_NAME",
2396 "CalloutsWithTheirADValues": [
2397 {
2398 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2399 "Callouts": [
2400 {
2401 "CalloutList": [
2402 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" }
2403 ]
2404 }
2405 ]
2406 }
2407 ]
2408 },
2409
2410 "Documentation": {
2411 "Description": "A temperature sensor is under its critical threshold.",
2412 "Message": "A temperature sensor is under its critical threshold.",
2413 "Notes": [
2414 "A temperature sensor crossed under its critical threshold value",
2415 "If it is the ambient sensor, then a symbolic FRU will be added."
2416 ]
2417 }
2418 },
2419
2420 {
Matt Spinler6b3490a2021-01-20 10:48:26 -06002421 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHigh",
2422 "Subsystem": "power",
2423 "ComponentID": "0x2800",
2424 "Severity": "predictive",
2425 "ActionFlags": ["service_action", "report"],
2426
2427 "SRC": {
2428 "ReasonCode": "0x2807",
2429 "Words6To9": {}
2430 },
2431
2432 "Callouts": [
2433 {
2434 "CalloutList": [
2435 {
2436 "Priority": "high",
2437 "SymbolicFRU": "ambient_temp"
2438 }
2439 ]
2440 }
2441 ],
2442
2443 "Documentation": {
2444 "Description": "The ambient temperature passed the EPOW3 limit.",
2445 "Message": "The ambient temperature passed the EPOW3 limit. The system will shut down if temp doesn't decrease.",
2446 "Notes": [
2447 "This error occurs when the ambient temperature surpassed",
2448 "the EPOW3 shutdown limit."
2449 ]
2450 }
2451 },
2452
2453 {
2454 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHighClear",
2455 "Subsystem": "power",
2456 "ComponentID": "0x2800",
2457 "Severity": "non_error",
2458 "ActionFlags": ["report"],
2459 "EventType": "env_normal",
2460
2461 "SRC": {
2462 "ReasonCode": "0x2808",
2463 "Words6To9": {}
2464 },
2465
2466 "Callouts": [
2467 {
2468 "CalloutList": [
2469 {
2470 "Priority": "high",
2471 "SymbolicFRU": "ambient_temp_back"
2472 }
2473 ]
2474 }
2475 ],
2476
2477 "Documentation": {
2478 "Description": "The ambient temperature is back under the EPOW3 limit.",
2479 "Message": "The ambient temperature is back under the EPOW3 limit."
2480 }
2481 },
2482
2483 {
2484 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.HardShutdownAlarmHigh",
2485 "Subsystem": "power",
2486 "ComponentID": "0x2800",
Matt Spinler6b3490a2021-01-20 10:48:26 -06002487 "ActionFlags": ["service_action", "report"],
2488
2489 "SRC": {
2490 "ReasonCode": "0x2809",
2491 "Words6To9": {}
2492 },
2493
2494 "Callouts": [
2495 {
2496 "CalloutList": [
2497 {
2498 "Priority": "high",
2499 "SymbolicFRU": "ambient_temp"
2500 }
2501 ]
2502 }
2503 ],
2504
2505 "Documentation": {
2506 "Description": "The ambient temperature passed the EPOW4 limit.",
2507 "Message": "The ambient temperature passed the EPOW4 limit. The system will shut down",
2508 "Notes": [
2509 "This error occurs when the ambient temperature surpassed",
2510 "the EPOW4 shutdown limit."
2511 ]
2512 }
2513 },
2514
2515 {
Rashmica Guptab63f75b2021-08-18 20:54:21 +10002516 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHigh",
2517 "Subsystem": "ext_env",
2518 "ComponentID": "0x2800",
2519 "Severity": "predictive",
2520 "ActionFlags": ["service_action", "report"],
2521
2522 "SRC": {
2523 "ReasonCode": "0x280A",
2524 "Words6To9": {}
2525 },
2526
2527 "CalloutsUsingAD": {
2528 "ADName": "SENSOR_NAME",
2529 "CalloutsWithTheirADValues": [
2530 {
2531 "ADValue": "/xyz/openbmc_project/sensors/altitude/Altitude",
2532 "Callouts": [
2533 {
2534 "CalloutList": [
2535 { "Priority": "high", "SymbolicFRU": "altitude" }
2536 ]
2537 }
2538 ]
2539 }
2540 ]
2541 },
2542
2543 "Documentation": {
2544 "Description": "An altitude sensor exceeded its warning threshold.",
2545 "Message": "An altitude sensor exceeded its warning threshold.",
2546 "Notes": [
2547 "The virtual altitude sensor crossed its warning threshold value",
2548 " and a symbolic FRU will be added."
2549 ]
2550 }
2551 },
2552
2553 {
2554 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHighClear",
2555 "Subsystem": "ext_env",
2556 "ComponentID": "0x2800",
2557 "Severity": "non_error",
2558 "ActionFlags": ["report"],
2559 "EventType": "env_normal",
2560
2561 "SRC": {
2562 "ReasonCode": "0x280B",
2563 "Words6To9": {}
2564 },
2565
2566 "Documentation": {
2567 "Description": "An altitude sensor is under its warning threshold.",
2568 "Message": "An altitude sensor is under its warning threshold.",
2569 "Notes": [
2570 "The virtual altitude sensor is under its warning threshold value",
2571 " and a symbolic FRU will be added."
2572 ]
2573 }
2574 },
2575
2576 {
Matt Spinler81331342021-10-05 14:09:56 -05002577 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLow",
2578 "Subsystem": "cec_tod",
2579 "ComponentID": "0x2800",
2580 "Severity": "predictive",
2581 "ActionFlags": ["service_action", "report"],
2582
2583 "SRC": {
2584 "ReasonCode": "0x280C",
2585 "Words6To9": {}
2586 },
2587
2588 "CalloutsUsingAD": {
2589 "ADName": "SENSOR_NAME",
2590 "CalloutsWithTheirADValues": [
2591 {
2592 "ADValue": "/xyz/openbmc_project/sensors/voltage/Battery_Voltage",
2593 "Callouts": [
2594 {
2595 "System": "ibm,rainier",
2596 "CalloutList": [
2597 {
2598 "Priority": "high",
2599 "LocCode": "P0-E0"
2600 }
2601 ]
2602 },
2603 {
2604 "System": "ibm,everest",
2605 "CalloutList": [
2606 {
2607 "Priority": "high",
2608 "LocCode": "P0-C0-E0"
2609 }
2610 ]
2611 }
2612 ]
2613 }
2614 ]
2615 },
2616
2617 "Documentation": {
2618 "Description": "A voltage sensor went below its critical low threshold.",
2619 "Message": "A voltage sensor went below its critical low threshold."
2620 }
2621 },
2622
2623 {
2624 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLowClear",
2625 "Subsystem": "cec_tod",
2626 "ComponentID": "0x2800",
2627 "Severity": "non_error",
2628 "ActionFlags": ["report"],
2629
2630 "SRC": {
2631 "ReasonCode": "0x280D",
2632 "Words6To9": {}
2633 },
2634
2635 "Documentation": {
2636 "Description": "A voltage sensor is over its critical low threshold.",
2637 "Message": "A voltage sensor is over its critical low threshold."
2638 }
2639 },
2640
2641 {
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05002642 "Name": "com.ibm.VPD.Error.InvalidEepromPath",
2643 "Subsystem": "cec_vpd",
2644 "ComponentID": "0x4000",
2645
2646 "SRC": {
2647 "ReasonCode": "0x4000",
2648 "Words6To9":
2649 {
2650 "6":
2651 {
2652 "Description": "Errno of the failure.",
2653 "AdditionalDataPropSource": "CALLOUT_ERRNO"
2654 }
2655 }
2656 },
2657
2658 "Documentation": {
2659 "Description": "A path access error ocurred",
2660 "Message": "An EEPROM path access error occurred.",
2661 "Notes": [
2662 "This error occurs when parser is unable to access",
2663 "EEPROM path. Errno and device path are captured as",
2664 "additional data."
2665 ]
2666 }
2667 },
2668
2669 {
2670 "Name": "com.ibm.VPD.Error.InvalidVPD",
2671 "Subsystem": "cec_vpd",
2672 "ComponentID": "0x4000",
2673
2674 "SRC": {
2675 "ReasonCode": "0x4001",
2676 "Words6To9":
2677 {
2678 }
2679 },
2680
2681 "Documentation": {
2682 "Description": "Invalid VPD data.",
2683 "Message": "A VPD data exception occurred.",
2684 "Notes": [
2685 "This error occurs when VPD data is found to be",
2686 "invalid. This can be when VPD file is missing out",
2687 "mandatory records.Inventory path is captured in",
2688 "additional data."
2689 ]
2690 }
2691 },
2692
2693 {
2694 "Name": "com.ibm.VPD.Error.EccCheckFailed",
2695 "Subsystem": "cec_vpd",
2696 "ComponentID": "0x4000",
2697
2698 "SRC": {
2699 "ReasonCode": "0x4002",
2700 "Words6To9":
2701 {
2702 }
2703 },
2704
2705 "Documentation": {
2706 "Description": "Invalid VPD ecc data.",
2707 "Message": "A VPD ecc exception occurred.",
2708 "Notes": [
2709 "This error occurs when VPD ecc check fails for the FRU.",
2710 "Inventory path for the failed FRU is captured in additonal",
2711 "data."
2712 ]
2713 }
2714 },
2715
2716 {
2717 "Name": "com.ibm.VPD.Error.InvalidJson",
2718 "Subsystem": "cec_vpd",
2719 "ComponentID": "0x4000",
2720
2721 "SRC": {
2722 "ReasonCode": "0x4003",
2723 "Words6To9":
2724 {
2725 }
2726 },
2727
2728 "Documentation": {
2729 "Description": "Invalid Json",
2730 "Message": "A Json failure occurred.",
2731 "Notes": [
2732 "This error occurs when parser fails to access",
2733 "Json file or there is any issue with Json data.",
2734 "Failed Json path and cause of failure is captured",
2735 "in additional data."
2736 ]
2737 }
2738 },
2739
2740 {
2741 "Name": "com.ibm.VPD.Error.BlankSystemVPD",
2742 "Subsystem": "cec_vpd",
2743 "ComponentID": "0x4000",
2744
2745 "SRC": {
2746 "ReasonCode": "0x4004",
2747 "Words6To9":
2748 {
2749 }
2750 },
2751
2752 "Documentation": {
2753 "Description": "System VPD restore failed",
2754 "Message": "A system VPD restoration error occurred.",
2755 "Notes": [
2756 "This error occurs when restoring of system VPD fails.",
2757 "The FRU path and reason for failure is captured in",
2758 "additional data."
2759 ]
2760 }
2761 },
2762
2763 {
2764 "Name": "com.ibm.VPD.Error.DbusFailure",
2765 "Subsystem": "cec_vpd",
2766 "ComponentID": "0x4000",
2767
2768 "SRC": {
2769 "ReasonCode": "0x4005",
2770 "Words6To9":
2771 {
2772 }
2773 },
2774
2775 "Documentation": {
2776 "Description": "Dbus exception",
2777 "Message": "A Dbus internal error occurred.",
2778 "Notes": [
2779 "This error occurs when Dbus operation fails.",
2780 "Exceptions details are captured in additonal",
2781 "data."
2782 ]
2783 }
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05002784 },
2785
2786 {
2787 "Name": "org.open_power.Host.Boot.Error.WatchdogTimeout",
2788 "Subsystem": "cec_sp_hostboot_iface",
2789
2790 "SRC":
2791 {
2792 "ReasonCode": "0xC101",
2793 "Words6To9":
2794 {
2795 }
2796 },
2797
2798 "Documentation":
2799 {
2800 "Description": "Host did not respond within the watchdog timeout interval",
2801 "Message": "Host did not respond before the watchdog timeout interval expired",
2802 "Notes": [
2803 "Host did not respond before the expiry of the watchdog timeout interval.",
2804 "Collecting hostboot dump."
2805 ]
2806 }
Matt Spinler3fd08d62019-10-22 14:25:33 -05002807 }
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05002808
Matt Spinler44792fd2019-09-26 15:58:58 -05002809 ]
2810}