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