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