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