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