blob: 422d90a499364486a866738b5785a0235d6e613a [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 {
Ben Tyner34836322020-04-15 17:01:48 -0500762 }
763 },
764
765 "Documentation":
766 {
Zane Shelley561c0382020-11-17 13:20:05 -0600767 "Description": "A system checkstop attention has occurred",
768 "MessageArgSources" : [ "SRCWord6", "SRCWord7", "SRCWord8" ],
769 "Message": "hw-diags signature: %1 %2 %3"
Ben Tyner34836322020-04-15 17:01:48 -0500770 }
771 },
772
773 {
Zane Shelley561c0382020-11-17 13:20:05 -0600774 "Name": "org.open_power.HwDiags.Error.Predictive",
775 "Subsystem": "cec_hardware",
776 "ActionFlags": [ "service_action", "report", "call_home" ],
Ben Tyner34836322020-04-15 17:01:48 -0500777
778 "SRC":
779 {
Zane Shelley561c0382020-11-17 13:20:05 -0600780 "ReasonCode": "0xE511",
781 "SymptomIDFields": [ "SRCWord6", "SRCWord7", "SRCWord8" ],
Ben Tyner34836322020-04-15 17:01:48 -0500782 "Words6To9":
783 {
Ben Tyner34836322020-04-15 17:01:48 -0500784 }
785 },
Zane Shelley561c0382020-11-17 13:20:05 -0600786
Ben Tyner34836322020-04-15 17:01:48 -0500787 "Documentation":
788 {
Zane Shelley561c0382020-11-17 13:20:05 -0600789 "Description": "A hardware attention requiring service has occurred",
790 "MessageArgSources" : [ "SRCWord6", "SRCWord7", "SRCWord8" ],
791 "Message": "hw-diags signature: %1 %2 %3"
Ben Tyner34836322020-04-15 17:01:48 -0500792 }
Shawn McCarney01648f52020-06-25 11:42:02 -0500793 },
794
795 {
Brandon Wyman38caaf02020-09-01 16:07:42 -0500796 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.InputFault",
797 "Subsystem": "power_supply",
798 "Severity": "unrecoverable_redundancy_loss",
799 "ActionFlags": ["service_action", "report"],
800 "ComponentID": "0x2700",
801
802 "SRC": {
803 "Type": "11",
804 "ReasonCode": "0x15F0",
805 "Words6To9": {}
806 },
807
808 "Callouts": [
809 {
810 "CalloutList": [
811 { "Priority": "high", "SymbolicFRU": "pwrsply" }
812 ]
813 }
814 ],
815
816 "Documentation": {
817 "Description": "Power Supply input power fault",
818 "Message": "A power supply has indicated an input or under voltage condition.",
819 "Notes": [
820 "Check the power supply cabling and/or input power ",
821 "source. The PWRSPLY procedure is used rather than ",
822 "calling out a location code, as typically these faults ",
823 "are related to the supplied power, the cable, or the ",
824 "cable connectors. If the input fault resolves down to an ",
825 "issue with the power supply itself, the power supply ",
826 "indicating this input fault should be called out. Add the ",
827 "CALLOUT_INVENTORY_PATH to the additional data, and set the",
828 "CALLOUT_PRIORITY to something other than high."
829 ]
830 }
831 },
832
833 {
834 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Fault",
835 "Subsystem": "power_supply",
836 "Severity": "unrecoverable_redundancy_loss",
837 "ActionFlags": ["service_action", "report", "call_home"],
838 "ComponentID": "0x2700",
839
840 "SRC": {
841 "Type": "11",
842 "ReasonCode": "0x15F1",
843 "Words6To9": {}
844 },
845
846 "Documentation": {
847 "Description": "Power Supply power fault",
848 "Message": "The power supply detected a fault condition, see AdditionalData for further details.",
849 "Notes": [
850 "The power supply reporting the fault should be called ",
851 "out using the CALLOUT_INVENTORY_PATH keyword. Include ",
852 "specific fault, STATUS_* details, and code level in the ",
853 "AdditionalData section."
854 ]
855 }
856 },
857
858 {
859 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.CommFault",
860 "Subsystem": "power_supply",
Brandon Wyman981ffc32021-04-06 15:49:12 -0500861 "Severity": "unrecoverable",
Brandon Wyman38caaf02020-09-01 16:07:42 -0500862 "ActionFlags": ["service_action", "report", "call_home"],
863 "ComponentID": "0x2700",
864
865 "SRC": {
866 "Type": "11",
867 "ReasonCode": "0x15F2",
868 "Words6To9": {}
869 },
870
871 "Documentation": {
872 "Description": "Power Supply non-power fault",
873 "Message": "A communication failure occurred talking to the power supply",
874 "Notes": [
875 "Communication problems with the power supply could be ",
876 "the power supply, or any hardware between it and the ",
877 "BMC. Reporting the error should be passing in a call ",
878 "out using CALLOUT_DEVICE_PATH."
879 ]
880 }
881 },
882
883 {
884 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Missing",
885 "Subsystem": "power_supply",
Brandon Wyman981ffc32021-04-06 15:49:12 -0500886 "Severity": "unrecoverable_redundancy_loss",
Brandon Wyman38caaf02020-09-01 16:07:42 -0500887 "ActionFlags": ["service_action", "report", "call_home"],
888 "ComponentID": "0x2700",
889
890 "SRC": {
891 "Type": "11",
892 "ReasonCode": "0x15F6",
893 "Words6To9": {}
894 },
895
896 "Callouts": [
897 {
898 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -0500899 {
900 "Priority": "high",
901 "SymbolicFRUTrusted": "pwrsply",
902 "UseInventoryLocCode": true
903 }
Brandon Wyman38caaf02020-09-01 16:07:42 -0500904 ]
905 }
906 ],
907
908 "Documentation": {
909 "Description": "Power Supply is missing",
910 "Message": "A power supply that should be present is missing",
911 "Notes": [
912 "The CalloutList should use the PWRSPLY symbolic FRU ",
Matt Spinler80600192020-10-23 09:29:33 -0500913 "with the trusted location code property. The ",
914 "location code in this callout is obtained from ",
915 "the passed in CALLOUT_INVENTORY_PATH value."
Brandon Wyman38caaf02020-09-01 16:07:42 -0500916 ]
917 }
918 },
919
920 {
Adriana Kobylak5c0c9172021-04-07 18:26:56 +0000921 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.NotSupported",
922 "Subsystem": "power_supply",
923 "Severity": "unrecoverable",
924 "ActionFlags": ["service_action", "report", "call_home"],
925 "ComponentID": "0x2700",
926
927 "SRC": {
928 "Type": "11",
929 "ReasonCode": "0x15F7",
930 "Words6To9": {}
931 },
932
933 "Documentation": {
934 "Description": "Power Supply configuration is not supported",
935 "Message": "The power supply configuration is not supported",
936 "Notes": [
937 "The combination of power supplies detected in the ",
938 "system is not supported. This could be caused by ",
939 "mismatched models, less than expected number of power ",
940 "supplies, or other unsupported characteristics."
941 ]
942 }
943 },
944
945 {
Jay Meyer54ff54e2021-03-14 20:18:41 -0500946 "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Blackout",
947 "Subsystem": "power",
948 "ActionFlags": [ "report", "service_action" ],
949 "Severity": "unrecoverable",
950 "ComponentID": "0x2700",
951
952 "SRC":
953 {
954 "Type": "11",
955 "ReasonCode": "0x00AC",
956 "Words6To9": {},
957 "PowerFault": true
958 },
959
960 "Callouts": [
961 {
962 "CalloutList": [
963 { "Priority": "high", "SymbolicFRU": "ac_module"}
964 ]
965 }
966 ],
967
968 "Documentation": {
969 "Description": "Input power was lost while the system was powered on.",
970 "Message": "Input power was lost while the system was powered on.",
971 "Notes": [
972 "Input power was lost while system powered on.",
973 "The CalloutList should use the ACMODUL symbolic FRU."
974 ]
975 }
976 },
977
978 {
Jim Wright7f678902020-11-30 16:03:57 -0600979 "Name": "xyz.openbmc_project.Power.Error.Shutdown",
980 "Subsystem": "power_sequencer",
981 "ComponentID": "0x2700",
982
983 "SRC": {
984 "Type": "11",
985 "ReasonCode": "0x2600",
986 "Words6To9": {}
987 },
988
989 "Callouts": [
990 {
991 "CalloutList": [
992 { "Priority": "high", "SymbolicFRU": "pgood_part" }
993 ]
994 }
995 ],
996
997 "Documentation": {
998 "Description": "A power off was issued because a power fault was detected",
999 "Message": "A power off was issued because a power fault was detected",
1000 "Notes": [
1001 ]
1002 }
1003 },
1004
1005 {
1006 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerPGOODFault",
1007 "Subsystem": "power_sequencer",
1008 "ComponentID": "0x2700",
1009
1010 "SRC": {
1011 "Type": "11",
1012 "ReasonCode": "0x2610",
1013 "Words6To9": {}
1014 },
1015
1016 "CalloutsUsingAD": {
1017 "ADName": "INPUT_NAME", "CalloutsWithTheirADValues": [
1018 {
1019 "ADValue": "PCIE_SLOT0", "Callouts": [
1020 {
1021 "CalloutList": [
1022 { "Priority": "high", "LocCode": "P0-C0" },
1023 { "Priority": "medium", "LocCode": "P0" }
1024 ]
1025 }
1026 ]
1027 },
1028 {
1029 "ADValue": "PCIE_SLOT1", "Callouts": [
1030 {
1031 "CalloutList": [
1032 { "Priority": "high", "LocCode": "P0-C1" },
1033 { "Priority": "medium", "LocCode": "P0" }
1034 ]
1035 }
1036 ]
1037 },
1038 {
1039 "ADValue": "PCIE_SLOT2", "Callouts": [
1040 {
1041 "CalloutList": [
1042 { "Priority": "high", "LocCode": "P0-C2" },
1043 { "Priority": "medium", "LocCode": "P0" }
1044 ]
1045 }
1046 ]
1047 },
1048 {
1049 "ADValue": "PCIE_SLOT3", "Callouts": [
1050 {
1051 "CalloutList": [
1052 { "Priority": "high", "LocCode": "P0-C3" },
1053 { "Priority": "medium", "LocCode": "P0" }
1054 ]
1055 }
1056 ]
1057 },
1058 {
1059 "ADValue": "PCIE_SLOT4", "Callouts": [
1060 {
1061 "CalloutList": [
1062 { "Priority": "high", "LocCode": "P0-C4" },
1063 { "Priority": "medium", "LocCode": "P0" }
1064 ]
1065 }
1066 ]
1067 },
1068 {
1069 "ADValue": "PCIE_SLOT7", "Callouts": [
1070 {
1071 "CalloutList": [
1072 { "Priority": "high", "LocCode": "P0-C7" },
1073 { "Priority": "medium", "LocCode": "P0" }
1074 ]
1075 }
1076 ]
1077 },
1078 {
1079 "ADValue": "PCIE_SLOT8", "Callouts": [
1080 {
1081 "CalloutList": [
1082 { "Priority": "high", "LocCode": "P0-C8" },
1083 { "Priority": "medium", "LocCode": "P0" }
1084 ]
1085 }
1086 ]
1087 },
1088 {
1089 "ADValue": "PCIE_SLOT9", "Callouts": [
1090 {
1091 "CalloutList": [
1092 { "Priority": "high", "LocCode": "P0-C9" },
1093 { "Priority": "medium", "LocCode": "P0" }
1094 ]
1095 }
1096 ]
1097 },
1098 {
1099 "ADValue": "PCIE_SLOT10", "Callouts": [
1100 {
1101 "CalloutList": [
1102 { "Priority": "high", "LocCode": "P0-C10" },
1103 { "Priority": "medium", "LocCode": "P0" }
1104 ]
1105 }
1106 ]
1107 },
1108 {
1109 "ADValue": "PCIE_SLOT11", "Callouts": [
1110 {
1111 "CalloutList": [
1112 { "Priority": "high", "LocCode": "P0-C11" },
1113 { "Priority": "medium", "LocCode": "P0" }
1114 ]
1115 }
1116 ]
1117 },
1118 {
1119 "ADValue": "PGOOD_12A", "Callouts": [
1120 {
1121 "CalloutList": [
1122 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1123 ]
1124 }
1125 ]
1126 },
1127 {
1128 "ADValue": "PGOOD_12B", "Callouts": [
1129 {
1130 "CalloutList": [
1131 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1132 ]
1133 }
1134 ]
1135 },
1136 {
1137 "ADValue": "PGOOD_12C", "Callouts": [
1138 {
1139 "CalloutList": [
1140 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1141 ]
1142 }
1143 ]
1144 },
1145 {
1146 "ADValue": "PGOOD_12D", "Callouts": [
1147 {
1148 "CalloutList": [
1149 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1150 ]
1151 }
1152 ]
1153 },
1154 {
1155 "ADValue": "PGOOD_12L", "Callouts": [
1156 {
1157 "CalloutList": [
1158 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1159 ]
1160 }
1161 ]
1162 },
1163 {
1164 "ADValue": "PGOOD_12M", "Callouts": [
1165 {
1166 "CalloutList": [
1167 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1168 ]
1169 }
1170 ]
1171 },
1172 {
1173 "ADValue": "PGOOD_12N", "Callouts": [
1174 {
1175 "CalloutList": [
1176 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1177 ]
1178 }
1179 ]
1180 },
1181 {
1182 "ADValue": "PGOOD_12P", "Callouts": [
1183 {
1184 "CalloutList": [
1185 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1186 ]
1187 }
1188 ]
1189 },
1190 {
1191 "ADValue": "PGOOD_12PCIE", "Callouts": [
1192 {
1193 "CalloutList": [
1194 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1195 ]
1196 }
1197 ]
1198 },
1199 {
1200 "ADValue": "PGOOD_12Q", "Callouts": [
1201 {
1202 "CalloutList": [
1203 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1204 ]
1205 }
1206 ]
1207 },
1208 {
1209 "ADValue": "PGOOD_12R", "Callouts": [
1210 {
1211 "CalloutList": [
1212 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1213 ]
1214 }
1215 ]
1216 },
1217 {
1218 "ADValue": "PGOOD_VDN_DCM0", "Callouts": [
1219 {
1220 "CalloutList": [
1221 { "Priority": "high", "LocCode": "P0-C14" },
1222 { "Priority": "medium", "LocCode": "P0-C15" },
1223 { "Priority": "low", "LocCode": "P0" }
1224 ]
1225 }
1226 ]
1227 },
1228 {
1229 "ADValue": "PGOOD_VDN_DCM1", "Callouts": [
1230 {
1231 "CalloutList": [
1232 { "Priority": "high", "LocCode": "P0-C23" },
1233 { "Priority": "medium", "LocCode": "P0-C24" },
1234 { "Priority": "low", "LocCode": "P0" }
1235 ]
1236 }
1237 ]
1238 },
1239 {
1240 "ADValue": "PGOOD_VCS_DCM0", "Callouts": [
1241 {
1242 "CalloutList": [
1243 { "Priority": "high", "LocCode": "P0-C14" },
1244 { "Priority": "medium", "LocCode": "P0-C15" },
1245 { "Priority": "low", "LocCode": "P0" }
1246 ]
1247 }
1248 ]
1249 },
1250 {
1251 "ADValue": "PGOOD_VCS_DCM1", "Callouts": [
1252 {
1253 "CalloutList": [
1254 { "Priority": "high", "LocCode": "P0-C23" },
1255 { "Priority": "medium", "LocCode": "P0-C24" },
1256 { "Priority": "low", "LocCode": "P0" }
1257 ]
1258 }
1259 ]
1260 },
1261 {
1262 "ADValue": "PGOOD_VIO_DCM0", "Callouts": [
1263 {
1264 "CalloutList": [
1265 { "Priority": "high", "LocCode": "P0-C14" },
1266 { "Priority": "medium", "LocCode": "P0-C15" },
1267 { "Priority": "low", "LocCode": "P0" }
1268 ]
1269 }
1270 ]
1271 },
1272 {
1273 "ADValue": "PGOOD_VIO_DCM1", "Callouts": [
1274 {
1275 "CalloutList": [
1276 { "Priority": "high", "LocCode": "P0-C23" },
1277 { "Priority": "medium", "LocCode": "P0-C24" },
1278 { "Priority": "low", "LocCode": "P0" }
1279 ]
1280 }
1281 ]
1282 },
1283 {
1284 "ADValue": "PGOOD_VPCIE_DCM0", "Callouts": [
1285 {
1286 "CalloutList": [
1287 { "Priority": "high", "LocCode": "P0-C14" },
1288 { "Priority": "medium", "LocCode": "P0-C15" },
1289 { "Priority": "low", "LocCode": "P0" }
1290 ]
1291 }
1292 ]
1293 },
1294 {
1295 "ADValue": "PGOOD_VPCIE_DCM1", "Callouts": [
1296 {
1297 "CalloutList": [
1298 { "Priority": "high", "LocCode": "P0-C23" },
1299 { "Priority": "medium", "LocCode": "P0-C24" },
1300 { "Priority": "low", "LocCode": "P0" }
1301 ]
1302 }
1303 ]
1304 }
1305 ]
1306 },
1307
1308 "Documentation": {
1309 "Description": "The power sequencer chip detected a PGOOD fault",
1310 "Message": "The power sequencer chip detected a PGOOD fault",
1311 "Notes": [
1312 ]
1313 }
1314 },
1315
1316 {
1317 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerVoltageFault",
1318 "Subsystem": "power_sequencer",
1319 "ComponentID": "0x2700",
1320
1321 "SRC": {
1322 "Type": "11",
1323 "ReasonCode": "0x2620",
1324 "Words6To9": {}
1325 },
1326
1327 "CalloutsUsingAD": {
1328 "ADName": "RAIL_NAME", "CalloutsWithTheirADValues": [
1329 {
1330 "ADValue": "12.0V", "Callouts": [
1331 {
1332 "CalloutList": [
1333 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1334 ]
1335 }
1336 ]
1337 },
1338 {
1339 "ADValue": "5.0V_USB", "Callouts": [
1340 {
1341 "CalloutList": [
1342 { "Priority": "high", "SymbolicFRU": "usb_pgood" },
1343 { "Priority": "medium", "LocCode": "P0" }
1344 ]
1345 }
1346 ]
1347 },
1348 {
1349 "ADValue": "5.0V_DASD", "Callouts": [
1350 {
1351 "CalloutList": [
1352 { "Priority": "medium", "LocCode": "P1" },
1353 { "Priority": "medium", "LocCode": "P2" },
1354 { "Priority": "medium", "LocCode": "P3" },
1355 { "Priority": "low", "LocCode": "P0" }
1356 ]
1357 }
1358 ]
1359 },
1360 {
1361 "ADValue": "3.3VA", "Callouts": [
1362 {
1363 "CalloutList": [
1364 { "Priority": "high", "LocCode": "P0" }
1365 ]
1366 }
1367 ]
1368 },
1369 {
1370 "ADValue": "3.3VB", "Callouts": [
1371 {
1372 "CalloutList": [
1373 { "Priority": "high", "LocCode": "P0" }
1374 ]
1375 }
1376 ]
1377 },
1378 {
1379 "ADValue": "1.5V", "Callouts": [
1380 {
1381 "CalloutList": [
1382 { "Priority": "high", "LocCode": "P0" }
1383 ]
1384 }
1385 ]
1386 },
1387 {
1388 "ADValue": "1.1V", "Callouts": [
1389 {
1390 "CalloutList": [
1391 { "Priority": "high", "LocCode": "P0" }
1392 ]
1393 }
1394 ]
1395 },
1396 {
1397 "ADValue": "VDDA_DCM0", "Callouts": [
1398 {
1399 "CalloutList": [
1400 { "Priority": "high", "LocCode": "P0-C14" },
1401 { "Priority": "medium", "LocCode": "P0-C15" },
1402 { "Priority": "low", "LocCode": "P0" }
1403 ]
1404 }
1405 ]
1406 },
1407 {
1408 "ADValue": "VDDB_DCM0", "Callouts": [
1409 {
1410 "CalloutList": [
1411 { "Priority": "high", "LocCode": "P0-C14" },
1412 { "Priority": "medium", "LocCode": "P0-C15" },
1413 { "Priority": "low", "LocCode": "P0" }
1414 ]
1415 }
1416 ]
1417 },
1418 {
1419 "ADValue": "VDDA_DCM1", "Callouts": [
1420 {
1421 "CalloutList": [
1422 { "Priority": "high", "LocCode": "P0-C23" },
1423 { "Priority": "medium", "LocCode": "P0-C24" },
1424 { "Priority": "low", "LocCode": "P0" }
1425 ]
1426 }
1427 ]
1428 },
1429 {
1430 "ADValue": "VDDB_DCM1", "Callouts": [
1431 {
1432 "CalloutList": [
1433 { "Priority": "high", "LocCode": "P0-C23" },
1434 { "Priority": "medium", "LocCode": "P0-C24" },
1435 { "Priority": "low", "LocCode": "P0" }
1436 ]
1437 }
1438 ]
1439 },
1440 {
1441 "ADValue": "12.0VCS", "Callouts": [
1442 {
1443 "CalloutList": [
1444 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1445 ]
1446 }
1447 ]
1448 },
1449 {
1450 "ADValue": "3.3VCS", "Callouts": [
1451 {
1452 "CalloutList": [
1453 { "Priority": "high", "LocCode": "P0" }
1454 ]
1455 }
1456 ]
1457 },
1458 {
1459 "ADValue": "1.1V_Current", "Callouts": [
1460 {
1461 "CalloutList": [
1462 { "Priority": "high", "LocCode": "P0" }
1463 ]
1464 }
1465 ]
1466 },
1467 {
1468 "ADValue": "5.0V_USB_Current", "Callouts": [
1469 {
1470 "CalloutList": [
1471 { "Priority": "high", "SymbolicFRU": "usb_pgood" },
1472 { "Priority": "medium", "LocCode": "P0" }
1473 ]
1474 }
1475 ]
1476 },
1477 {
1478 "ADValue": "5.0V_DASD_Current", "Callouts": [
1479 {
1480 "CalloutList": [
1481 { "Priority": "medium", "LocCode": "P1" },
1482 { "Priority": "medium", "LocCode": "P2" },
1483 { "Priority": "medium", "LocCode": "P3" },
1484 { "Priority": "low", "LocCode": "P0" }
1485 ]
1486 }
1487 ]
1488 },
1489 {
1490 "ADValue": "12.0VN", "Callouts": [
1491 {
1492 "CalloutList": [
1493 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1494 ]
1495 }
1496 ]
1497 },
1498 {
1499 "ADValue": "12.0VP", "Callouts": [
1500 {
1501 "CalloutList": [
1502 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1503 ]
1504 }
1505 ]
1506 },
1507 {
1508 "ADValue": "12.0VQ", "Callouts": [
1509 {
1510 "CalloutList": [
1511 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1512 ]
1513 }
1514 ]
1515 },
1516 {
1517 "ADValue": "12.0VR", "Callouts": [
1518 {
1519 "CalloutList": [
1520 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1521 ]
1522 }
1523 ]
1524 },
1525 {
1526 "ADValue": "ThermalDiode1", "Callouts": [
1527 {
1528 "CalloutList": [
1529 { "Priority": "high", "LocCode": "P0" }
1530 ]
1531 }
1532 ]
1533 },
1534 {
1535 "ADValue": "ThermalDiode2", "Callouts": [
1536 {
1537 "CalloutList": [
1538 { "Priority": "high", "LocCode": "P0" }
1539 ]
1540 }
1541 ]
1542 },
1543 {
1544 "ADValue": "ThermalDiode3", "Callouts": [
1545 {
1546 "CalloutList": [
1547 { "Priority": "high", "LocCode": "P0" }
1548 ]
1549 }
1550 ]
1551 },
1552 {
1553 "ADValue": "ThermalDiode4", "Callouts": [
1554 {
1555 "CalloutList": [
1556 { "Priority": "high", "LocCode": "P0" }
1557 ]
1558 }
1559 ]
1560 }
1561 ]
1562 },
1563
1564 "Documentation": {
1565 "Description": "The power sequencer chip detected a voltage fault",
1566 "Message": "The power sequencer chip detected a voltage fault",
1567 "Notes": [
1568 ]
1569 }
1570 },
1571
1572 {
Shawn McCarney7f1ec942021-07-28 13:33:34 -05001573 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.N",
1574 "Subsystem": "power",
1575 "Severity": "predictive_redundancy_loss",
1576 "ComponentID": "0x2700",
1577
1578 "SRC": {
1579 "Type": "11",
1580 "ReasonCode": "0x2700",
1581 "Words6To9": {}
1582 },
1583
1584 "Documentation": {
1585 "Description": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
1586 "Message": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
1587 "Notes": [
1588 "CALLOUT_INVENTORY_PATH should be specified in the ",
1589 "AdditionalData property of the event log so that ",
1590 "the device is called out but not the communication path."
1591 ]
1592 }
1593 },
1594
1595 {
1596 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.NPlus1",
1597 "Subsystem": "power",
1598 "Severity": "non_error",
1599 "MfgSeverity": "predictive_redundancy_loss",
1600 "ActionFlags": ["report"],
1601 "MfgActionFlags": ["service_action", "report", "call_home"],
1602 "ComponentID": "0x2700",
1603
1604 "SRC": {
1605 "Type": "11",
1606 "ReasonCode": "0x2701",
1607 "Words6To9": {}
1608 },
1609
1610 "Documentation": {
1611 "Description": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
1612 "Message": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
1613 "Notes": [
1614 "CALLOUT_INVENTORY_PATH should be specified in the ",
1615 "AdditionalData property of the event log so that ",
1616 "the device is called out but not the communication path."
1617 ]
1618 }
1619 },
1620
1621 {
Shawn McCarney01648f52020-06-25 11:42:02 -05001622 "Name": "xyz.openbmc_project.Power.Regulators.Error.WriteVerification",
1623 "Subsystem": "power",
1624 "ComponentID": "0x2700",
1625
1626 "SRC": {
1627 "Type": "11",
1628 "ReasonCode": "0x2900",
1629 "Words6To9": {}
1630 },
1631
1632 "Documentation": {
1633 "Description": "A write verification error occurred on a device",
1634 "Message": "A write verification error occurred on a device",
1635 "Notes": [
1636 "This error occurs when a device register is written, ",
1637 "read back, and the two values do not match. This is ",
1638 "also called a read-back error. The device should be ",
1639 "identified using the CALLOUT_DEVICE_PATH or ",
1640 "CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR keywords in the ",
1641 "AdditionalData property of the event log. This will ",
1642 "cause the device and the hardware in the communication ",
1643 "path to be called out."
1644 ]
1645 }
1646 },
1647
1648 {
1649 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile",
1650 "Subsystem": "power",
1651 "ComponentID": "0x2700",
1652
1653 "SRC": {
1654 "Type": "11",
1655 "ReasonCode": "0xA013",
1656 "Words6To9": {}
1657 },
1658
1659 "Callouts": [
1660 {
1661 "CalloutList": [
1662 { "Priority": "high", "Procedure": "bmc_code" }
1663 ]
1664 }
1665 ],
1666
1667 "Documentation": {
1668 "Description": "A regulators configuration file error occurred",
1669 "Message": "A regulators configuration file error occurred",
1670 "Notes": [
1671 "The regulators configuration file could not be found, ",
1672 "could not be read, or had invalid contents."
1673 ]
1674 }
1675 },
1676
1677 {
Shawn McCarney82e31d82021-02-19 16:25:55 -06001678 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile.Critical",
1679 "Subsystem": "power",
1680 "Severity": "critical_system_term",
1681 "ComponentID": "0x2700",
1682
1683 "SRC": {
1684 "Type": "11",
1685 "ReasonCode": "0xA014",
1686 "Words6To9": {},
1687 "PowerFault": true
1688 },
1689
1690 "Callouts": [
1691 {
1692 "CalloutList": [
1693 { "Priority": "high", "Procedure": "bmc_code" }
1694 ]
1695 }
1696 ],
1697
1698 "Documentation": {
1699 "Description": "A critical regulators configuration file error occurred",
1700 "Message": "A critical regulators configuration file error occurred",
1701 "Notes": [
1702 "The regulators configuration file could not be found, ",
1703 "could not be read, or had invalid contents. As a result ",
1704 "voltage regulators could not be configured, and the ",
1705 "chassis could not be powered on."
1706 ]
1707 }
1708 },
1709
1710 {
Jim Wright7f678902020-11-30 16:03:57 -06001711 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerFault",
1712 "Subsystem": "power_sequencer",
1713 "ComponentID": "0x2700",
1714
1715 "SRC": {
1716 "Type": "11",
1717 "ReasonCode": "0xD000",
1718 "Words6To9": {}
1719 },
1720
1721 "Callouts": [
1722 {
1723 "CalloutList": [
1724 { "Priority": "high", "LocCode": "P0" }
1725 ]
1726 }
1727 ],
1728
1729 "Documentation": {
1730 "Description": "The power sequencer chip detected a fault",
1731 "Message": "The power sequencer chip detected a fault",
1732 "Notes": [
1733 ]
1734 }
1735 },
1736
1737 {
1738 "Name": "xyz.openbmc_project.Power.Error.PowerOnFailure",
1739 "Subsystem": "power_sequencer",
1740 "ComponentID": "0x2700",
1741
1742 "SRC": {
1743 "Type": "11",
1744 "ReasonCode": "0xD002",
1745 "Words6To9": {}
1746 },
1747
1748 "Callouts": [
1749 {
1750 "CalloutList": [
1751 { "Priority": "high", "LocCode": "P0" }
1752 ]
1753 }
1754 ],
1755
1756 "Documentation": {
1757 "Description": "System power failed to turn on",
1758 "Message": "System power failed to turn on",
1759 "Notes": [
1760 ]
1761 }
1762 },
1763
1764 {
Shawn McCarney01648f52020-06-25 11:42:02 -05001765 "Name": "xyz.openbmc_project.Power.Error.Internal",
1766 "Subsystem": "power",
1767 "ComponentID": "0x2700",
1768
1769 "SRC": {
1770 "Type": "11",
1771 "ReasonCode": "0xE000",
1772 "Words6To9": {}
1773 },
1774
1775 "Callouts": [
1776 {
1777 "CalloutList": [
1778 { "Priority": "high", "Procedure": "bmc_code" }
1779 ]
1780 }
1781 ],
1782
1783 "Documentation": {
1784 "Description": "An internal firmware error occurred",
1785 "Message": "An internal firmware error occurred",
1786 "Notes": [
1787 "The error details must be provided in the AdditionalData ",
1788 "property of the event log."
1789 ]
1790 }
1791 },
1792
1793 {
1794 "Name": "xyz.openbmc_project.Power.Error.I2C",
1795 "Subsystem": "cec_i2c",
1796 "ComponentID": "0x2700",
1797
1798 "SRC": {
1799 "Type": "11",
1800 "ReasonCode": "0xE100",
1801 "Words6To9": {}
1802 },
1803
1804 "Documentation": {
1805 "Description": "An I2C error occurred communicating with a device",
1806 "Message": "An I2C error occurred communicating with a device",
1807 "Notes": [
1808 "The device should be identified using the ",
1809 "CALLOUT_DEVICE_PATH or CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR ",
1810 "keywords in the AdditionalData property of the event ",
1811 "log. This will cause the device and the hardware in the ",
1812 "communication path to be called out."
1813 ]
1814 }
1815 },
1816
1817 {
1818 "Name": "xyz.openbmc_project.Power.Error.PMBus",
1819 "Subsystem": "power",
1820 "ComponentID": "0x2700",
1821
1822 "SRC": {
1823 "Type": "11",
1824 "ReasonCode": "0xE200",
1825 "Words6To9": {}
1826 },
1827
1828 "Documentation": {
1829 "Description": "A PMBus error occurred on a device",
1830 "Message": "A PMBus error occurred on a device",
1831 "Notes": [
1832 "This error occurs when the I2C communication was ",
1833 "successful, but the PMBus value read is invalid or ",
1834 "unsupported. CALLOUT_INVENTORY_PATH should be specified ",
1835 "in the AdditionalData property of the event log so that ",
1836 "the device is called out but not the communication path."
1837 ]
1838 }
1839 },
1840
1841 {
1842 "Name": "xyz.openbmc_project.Power.Error.DBus",
1843 "Subsystem": "power",
1844 "ComponentID": "0x2700",
1845
1846 "SRC": {
1847 "Type": "11",
1848 "ReasonCode": "0xE300",
1849 "Words6To9": {}
1850 },
1851
1852 "Callouts": [
1853 {
1854 "CalloutList": [
1855 { "Priority": "high", "Procedure": "bmc_code" }
1856 ]
1857 }
1858 ],
1859
1860 "Documentation": {
1861 "Description": "A firmware inter-process communication (D-Bus) error occurred",
1862 "Message": "A firmware inter-process communication (D-Bus) error occurred"
1863 }
Matt Spinler60d1c392020-09-23 15:23:24 -05001864 },
1865
1866 {
Matt Spinler7c9c07e2020-10-22 10:16:37 -05001867 "Name": "xyz.openbmc_project.Fan.Error.Fault",
1868 "Subsystem": "power_fans",
1869 "ComponentID": "0x2800",
1870
1871 "SRC": {
1872 "Type": "11",
1873 "ReasonCode": "0x76F0",
1874 "Words6To9": {}
1875 },
1876
1877 "Documentation": {
1878 "Description": "Fan rotor fault",
1879 "Message": "Fan rotor fault",
1880 "Notes": [
1881 "This error occurs when a fan rotor has been faulted for a ",
1882 "certain amount of time. The callout is the fan which is ",
1883 "passed in with CALLOUT_INVENTORY_PATH. The severity is ",
1884 "passed in during creation and will be either informational ",
1885 "or unrecoverable. The action flags use the defaults and ",
1886 "vary based on the severity."
1887 ]
1888 }
1889 },
1890
1891 {
Matt Spinler60d1c392020-09-23 15:23:24 -05001892 "Name": "xyz.openbmc_project.Fan.Error.Missing",
1893 "Subsystem": "power_fans",
1894 "ComponentID": "0x2800",
1895 "Severity": "unrecoverable_redundancy_loss",
1896 "ActionFlags": ["service_action", "report", "call_home"],
1897
1898 "SRC": {
1899 "Type": "11",
1900 "ReasonCode": "0x76F1",
1901 "Words6To9": {}
1902 },
1903
1904 "Callouts": [
1905 {
Matt Spinler938ac792021-05-12 10:46:44 -05001906 "System": "ibm,rainier",
Matt Spinler60d1c392020-09-23 15:23:24 -05001907 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -05001908 {
1909 "Priority": "high",
1910 "SymbolicFRUTrusted": "air_mover",
1911 "UseInventoryLocCode": true
1912 },
1913 {
1914 "Priority": "low",
1915 "LocCode": "P0"
1916 }
Matt Spinler60d1c392020-09-23 15:23:24 -05001917 ]
Matt Spinler938ac792021-05-12 10:46:44 -05001918 },
1919 {
1920 "System": "ibm,everest",
1921 "CalloutList": [
1922 {
1923 "Priority": "high",
1924 "SymbolicFRUTrusted": "air_mover",
1925 "UseInventoryLocCode": true
1926 },
1927 {
1928 "Priority": "low",
1929 "LocCode": "P1"
1930 }
1931 ]
Matt Spinler60d1c392020-09-23 15:23:24 -05001932 }
1933 ],
1934
1935 "Documentation": {
1936 "Description": "A fan is missing",
1937 "Message": "A fan is missing",
1938 "Notes": [
1939 "This error occurs when a fan has been missing for a ",
Matt Spinler80600192020-10-23 09:29:33 -05001940 "certain amount of time. The first callout is the ",
1941 "symbolic FRU AIR_MOVR that has the trusted fan location ",
1942 "code, which it gets using the passed in ",
1943 "CALLOUT_INVENTORY_PATH. The second callout is the FRU ",
Matt Spinler938ac792021-05-12 10:46:44 -05001944 "where the controller and GPIO expander are."
Matt Spinler60d1c392020-09-23 15:23:24 -05001945 ]
1946 }
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05001947 },
1948
1949 {
Matt Spinleradf070b2021-04-21 13:39:45 -05001950 "Name": "xyz.openbmc_project.Fan.Presence.Error.Detection",
1951 "ComponentID": "0x2800",
1952 "Subsystem": "power_fans",
1953 "Severity": "non_error",
1954 "ActionFlags": ["report"],
1955 "MfgSeverity": "predictive",
1956 "MfgActionFlags": ["service_action", "report"],
1957
1958 "SRC": {
1959 "Type": "11",
1960 "ReasonCode": "0x76F2",
1961 "Words6To9": {}
1962 },
1963
1964 "Callouts": [
1965 {
1966 "System": "ibm,rainier",
1967 "CalloutList": [
1968 {"Priority": "medium", "LocCode": "P0"}
1969 ]
1970 },
1971 {
1972 "System": "ibm,everest",
1973 "CalloutList": [
1974 {"Priority": "medium", "LocCode": "P1"}
1975 ]
1976 }
1977 ],
1978
1979 "Documentation": {
1980 "Description": "Presence detect methods for the same fan disagree",
1981 "Message": "Presence detect methods for the same fan disagree",
1982 "Notes": [
1983 "This error occurs when there is more than one way to detect",
1984 "fan presence, and they don't all agree. For example, the",
1985 "GPIO says a fan isn't present, but the tach readings are",
1986 "nonzero. This is informational, unless in manufacturing.",
1987 "The fan FRU is passed in as a high priority callout.",
1988 "The FRU the GPIO source is on is called out medium."
1989 ]
1990 }
1991 },
1992
1993 {
Matt Spinlerdde99202021-06-14 12:15:59 -06001994 "Name": "xyz.openbmc_project.Fan.Error.FanControllerOffline",
1995 "ComponentID": "0x2800",
1996 "Subsystem": "power_fans",
1997 "Severity": "critical_system_term",
1998 "ActionFlags": ["service_action", "report", "call_home"],
1999
2000 "SRC": {
2001 "Type": "11",
2002 "ReasonCode": "0x76F3",
2003 "Words6To9": {},
2004 "PowerFault": true
2005 },
2006
2007 "Callouts": [
2008 {
2009 "System": "ibm,rainier",
2010 "CalloutList": [
2011 {"Priority": "high", "LocCode": "P0-C5"},
2012 {"Priority": "medium_group_a", "LocCode": "P0-T12", "SymbolicFRUTrusted": "fan_cable"},
2013 {"Priority": "medium_group_a", "LocCode": "P0-T17", "SymbolicFRUTrusted": "cable_continued"},
2014 {"Priority": "low", "LocCode": "P0"}
2015 ]
2016 },
2017 {
2018 "System": "ibm,everest",
2019 "CalloutList": [
2020 {"Priority": "high", "LocCode": "P0-C0"},
2021 {"Priority": "medium", "LocCode": "P1"},
2022 {"Priority": "low", "LocCode": "P0"}
2023 ]
2024 }
2025 ],
2026
2027 "Documentation": {
2028 "Description": "The fan controller device is offline",
2029 "Message": "The fan controller is offline. The system must be powered off.",
2030 "Notes": [
2031 "The device that controls the fans is offline so the fan",
2032 "targets and speeds are unknown. The system will be shut",
2033 "down to preserve thermal safety. There may be an I2C",
2034 "or power problem with the device."
2035 ]
2036 }
2037 },
2038
2039 {
Mike Cappsabc276e2021-06-18 16:41:30 -04002040 "Name": "xyz.openbmc_project.Fan.Presence.Error.GPIODeviceUnavailable",
2041 "Subsystem": "power_fans",
2042 "ComponentID": "0x2800",
2043 "Severity": "unrecoverable_redundancy_loss",
2044 "ActionFlags": ["service_action", "report", "call_home"],
2045
2046 "SRC": {
2047 "Type": "11",
2048 "ReasonCode": "0x76F4",
2049 "Words6To9": {}
2050 },
2051
2052 "Callouts": [
2053 {
2054 "System" : "ibm,rainier",
2055 "CalloutList": [
2056 {"Priority": "high", "LocCode": "P0-C5"},
2057 {"Priority": "medium_group_a", "LocCode": "P0-T12","SymbolicFRUTrusted": "fan_cable"},
2058 {"Priority": "medium_group_a", "LocCode": "P0-T17","SymbolicFRUTrusted": "cable_continued"},
2059 {"Priority": "low", "LocCode": "P0"}
2060 ]
2061 },
2062 {
2063 "System" : "ibm,everest",
2064 "CalloutList": [
2065 {"Priority": "high", "LocCode": "P0-C0"},
2066 {"Priority": "medium", "LocCode": "P1"},
2067 {"Priority": "low", "LocCode": "P0"}
2068 ]
2069 }
2070 ],
2071
2072 "Documentation": {
2073 "Description": "Fan GPIO sensors not present",
2074 "Message": "Fan GPIO sensors not present",
2075 "Notes": [
2076 "The device that reports fan presence is not functioning."
2077 ]
2078 }
2079 },
2080
2081 {
Matt Spinler86e40dd2021-01-29 11:19:36 -06002082 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHigh",
2083 "Subsystem": "power",
2084 "ComponentID": "0x2800",
2085 "Severity": "predictive",
2086 "ActionFlags": ["service_action", "report"],
2087
2088 "SRC": {
2089 "ReasonCode": "0x2801",
2090 "Words6To9": {}
2091 },
2092
2093 "CalloutsUsingAD": {
2094 "ADName": "SENSOR_NAME",
2095 "CalloutsWithTheirADValues": [
2096 {
2097 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2098 "Callouts": [
2099 {
2100 "CalloutList": [
2101 { "Priority": "high", "SymbolicFRU": "ambient_temp" }
2102 ]
2103 }
2104 ]
2105 }
2106 ]
2107 },
2108
2109 "Documentation": {
2110 "Description": "A temperature sensor exceeded its performance loss threshold.",
2111 "Message": "A temperature sensor exceeded its performance loss threshold.",
2112 "Notes": [
2113 "A temperature sensor crossed its performance loss threshold value",
2114 "If it is the ambient sensor, then a symbolic FRU will be added.",
2115 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
2116 "a FRU callout."
2117 ]
2118 }
2119 },
2120
2121 {
2122 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHighClear",
2123 "Subsystem": "power",
2124 "ComponentID": "0x2800",
2125 "Severity": "non_error",
2126 "ActionFlags": ["report"],
2127 "EventType": "env_normal",
2128
2129 "SRC": {
2130 "ReasonCode": "0x2802",
2131 "Words6To9": {}
2132 },
2133
2134 "CalloutsUsingAD": {
2135 "ADName": "SENSOR_NAME",
2136 "CalloutsWithTheirADValues": [
2137 {
2138 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2139 "Callouts": [
2140 {
2141 "CalloutList": [
2142 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" }
2143 ]
2144 }
2145 ]
2146 }
2147 ]
2148 },
2149
2150 "Documentation": {
2151 "Description": "A temperature sensor is under its performance loss threshold.",
2152 "Message": "A temperature sensor is under its performance loss threshold.",
2153 "Notes": [
2154 "A temperature sensor crossed under its performance loss threshold value",
2155 "If it is the ambient sensor, then a symbolic FRU will be added."
2156 ]
2157 }
2158 },
2159
2160 {
2161 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHigh",
2162 "Subsystem": "power",
2163 "ComponentID": "0x2800",
2164 "Severity": "predictive",
2165 "ActionFlags": ["service_action", "report"],
2166
2167 "SRC": {
2168 "ReasonCode": "0x2803",
2169 "Words6To9": {}
2170 },
2171
2172 "CalloutsUsingAD": {
2173 "ADName": "SENSOR_NAME",
2174 "CalloutsWithTheirADValues": [
2175 {
2176 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2177 "Callouts": [
2178 {
2179 "CalloutList": [
2180 { "Priority": "high", "SymbolicFRU": "ambient_temp" }
2181 ]
2182 }
2183 ]
2184 }
2185 ]
2186 },
2187
2188 "Documentation": {
2189 "Description": "A temperature sensor exceeded its warning threshold.",
2190 "Message": "A temperature sensor exceeded its warning threshold.",
2191 "Notes": [
2192 "A temperature sensor crossed its warning threshold value",
2193 "If it is the ambient sensor, then a symbolic FRU will be added.",
2194 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
2195 "a FRU callout."
2196 ]
2197 }
2198 },
2199
2200 {
2201 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHighClear",
2202 "Subsystem": "power",
2203 "ComponentID": "0x2800",
2204 "Severity": "non_error",
2205 "ActionFlags": ["report"],
2206 "EventType": "env_normal",
2207
2208 "SRC": {
2209 "ReasonCode": "0x2804",
2210 "Words6To9": {}
2211 },
2212
2213 "CalloutsUsingAD": {
2214 "ADName": "SENSOR_NAME",
2215 "CalloutsWithTheirADValues": [
2216 {
2217 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2218 "Callouts": [
2219 {
2220 "CalloutList": [
2221 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" }
2222 ]
2223 }
2224 ]
2225 }
2226 ]
2227 },
2228
2229 "Documentation": {
2230 "Description": "A temperature sensor is under its warning threshold.",
2231 "Message": "A temperature sensor is under its warning threshold.",
2232 "Notes": [
2233 "A temperature sensor crossed under its warning threshold value",
2234 "If it is the ambient sensor, then a symbolic FRU will be added."
2235 ]
2236 }
2237 },
2238
2239 {
2240 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHigh",
2241 "Subsystem": "power",
2242 "ComponentID": "0x2800",
2243 "Severity": "predictive",
2244 "ActionFlags": ["service_action", "report"],
2245
2246 "SRC": {
2247 "ReasonCode": "0x2805",
2248 "Words6To9": {}
2249 },
2250
2251 "CalloutsUsingAD": {
2252 "ADName": "SENSOR_NAME",
2253 "CalloutsWithTheirADValues": [
2254 {
2255 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2256 "Callouts": [
2257 {
2258 "CalloutList": [
2259 { "Priority": "high", "SymbolicFRU": "ambient_temp" }
2260 ]
2261 }
2262 ]
2263 }
2264 ]
2265 },
2266
2267 "Documentation": {
2268 "Description": "A temperature sensor exceeded its critical threshold.",
2269 "Message": "A temperature sensor exceeded its critical threshold.",
2270 "Notes": [
2271 "A temperature sensor crossed its critical threshold value",
2272 "If it is the ambient sensor, then a symbolic FRU will be added.",
2273 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
2274 "a FRU callout."
2275 ]
2276 }
2277 },
2278
2279 {
2280 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHighClear",
2281 "Subsystem": "power",
2282 "ComponentID": "0x2800",
2283 "Severity": "non_error",
2284 "ActionFlags": ["report"],
2285 "EventType": "env_normal",
2286
2287 "SRC": {
2288 "ReasonCode": "0x2806",
2289 "Words6To9": {}
2290 },
2291
2292 "CalloutsUsingAD": {
2293 "ADName": "SENSOR_NAME",
2294 "CalloutsWithTheirADValues": [
2295 {
2296 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2297 "Callouts": [
2298 {
2299 "CalloutList": [
2300 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" }
2301 ]
2302 }
2303 ]
2304 }
2305 ]
2306 },
2307
2308 "Documentation": {
2309 "Description": "A temperature sensor is under its critical threshold.",
2310 "Message": "A temperature sensor is under its critical threshold.",
2311 "Notes": [
2312 "A temperature sensor crossed under its critical threshold value",
2313 "If it is the ambient sensor, then a symbolic FRU will be added."
2314 ]
2315 }
2316 },
2317
2318 {
Matt Spinler6b3490a2021-01-20 10:48:26 -06002319 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHigh",
2320 "Subsystem": "power",
2321 "ComponentID": "0x2800",
2322 "Severity": "predictive",
2323 "ActionFlags": ["service_action", "report"],
2324
2325 "SRC": {
2326 "ReasonCode": "0x2807",
2327 "Words6To9": {}
2328 },
2329
2330 "Callouts": [
2331 {
2332 "CalloutList": [
2333 {
2334 "Priority": "high",
2335 "SymbolicFRU": "ambient_temp"
2336 }
2337 ]
2338 }
2339 ],
2340
2341 "Documentation": {
2342 "Description": "The ambient temperature passed the EPOW3 limit.",
2343 "Message": "The ambient temperature passed the EPOW3 limit. The system will shut down if temp doesn't decrease.",
2344 "Notes": [
2345 "This error occurs when the ambient temperature surpassed",
2346 "the EPOW3 shutdown limit."
2347 ]
2348 }
2349 },
2350
2351 {
2352 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHighClear",
2353 "Subsystem": "power",
2354 "ComponentID": "0x2800",
2355 "Severity": "non_error",
2356 "ActionFlags": ["report"],
2357 "EventType": "env_normal",
2358
2359 "SRC": {
2360 "ReasonCode": "0x2808",
2361 "Words6To9": {}
2362 },
2363
2364 "Callouts": [
2365 {
2366 "CalloutList": [
2367 {
2368 "Priority": "high",
2369 "SymbolicFRU": "ambient_temp_back"
2370 }
2371 ]
2372 }
2373 ],
2374
2375 "Documentation": {
2376 "Description": "The ambient temperature is back under the EPOW3 limit.",
2377 "Message": "The ambient temperature is back under the EPOW3 limit."
2378 }
2379 },
2380
2381 {
2382 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.HardShutdownAlarmHigh",
2383 "Subsystem": "power",
2384 "ComponentID": "0x2800",
Matt Spinler6b3490a2021-01-20 10:48:26 -06002385 "ActionFlags": ["service_action", "report"],
2386
2387 "SRC": {
2388 "ReasonCode": "0x2809",
2389 "Words6To9": {}
2390 },
2391
2392 "Callouts": [
2393 {
2394 "CalloutList": [
2395 {
2396 "Priority": "high",
2397 "SymbolicFRU": "ambient_temp"
2398 }
2399 ]
2400 }
2401 ],
2402
2403 "Documentation": {
2404 "Description": "The ambient temperature passed the EPOW4 limit.",
2405 "Message": "The ambient temperature passed the EPOW4 limit. The system will shut down",
2406 "Notes": [
2407 "This error occurs when the ambient temperature surpassed",
2408 "the EPOW4 shutdown limit."
2409 ]
2410 }
2411 },
2412
2413 {
Rashmica Guptab63f75b2021-08-18 20:54:21 +10002414 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHigh",
2415 "Subsystem": "ext_env",
2416 "ComponentID": "0x2800",
2417 "Severity": "predictive",
2418 "ActionFlags": ["service_action", "report"],
2419
2420 "SRC": {
2421 "ReasonCode": "0x280A",
2422 "Words6To9": {}
2423 },
2424
2425 "CalloutsUsingAD": {
2426 "ADName": "SENSOR_NAME",
2427 "CalloutsWithTheirADValues": [
2428 {
2429 "ADValue": "/xyz/openbmc_project/sensors/altitude/Altitude",
2430 "Callouts": [
2431 {
2432 "CalloutList": [
2433 { "Priority": "high", "SymbolicFRU": "altitude" }
2434 ]
2435 }
2436 ]
2437 }
2438 ]
2439 },
2440
2441 "Documentation": {
2442 "Description": "An altitude sensor exceeded its warning threshold.",
2443 "Message": "An altitude sensor exceeded its warning threshold.",
2444 "Notes": [
2445 "The virtual altitude sensor crossed its warning threshold value",
2446 " and a symbolic FRU will be added."
2447 ]
2448 }
2449 },
2450
2451 {
2452 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHighClear",
2453 "Subsystem": "ext_env",
2454 "ComponentID": "0x2800",
2455 "Severity": "non_error",
2456 "ActionFlags": ["report"],
2457 "EventType": "env_normal",
2458
2459 "SRC": {
2460 "ReasonCode": "0x280B",
2461 "Words6To9": {}
2462 },
2463
2464 "Documentation": {
2465 "Description": "An altitude sensor is under its warning threshold.",
2466 "Message": "An altitude sensor is under its warning threshold.",
2467 "Notes": [
2468 "The virtual altitude sensor is under its warning threshold value",
2469 " and a symbolic FRU will be added."
2470 ]
2471 }
2472 },
2473
2474 {
Matt Spinler81331342021-10-05 14:09:56 -05002475 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLow",
2476 "Subsystem": "cec_tod",
2477 "ComponentID": "0x2800",
2478 "Severity": "predictive",
2479 "ActionFlags": ["service_action", "report"],
2480
2481 "SRC": {
2482 "ReasonCode": "0x280C",
2483 "Words6To9": {}
2484 },
2485
2486 "CalloutsUsingAD": {
2487 "ADName": "SENSOR_NAME",
2488 "CalloutsWithTheirADValues": [
2489 {
2490 "ADValue": "/xyz/openbmc_project/sensors/voltage/Battery_Voltage",
2491 "Callouts": [
2492 {
2493 "System": "ibm,rainier",
2494 "CalloutList": [
2495 {
2496 "Priority": "high",
2497 "LocCode": "P0-E0"
2498 }
2499 ]
2500 },
2501 {
2502 "System": "ibm,everest",
2503 "CalloutList": [
2504 {
2505 "Priority": "high",
2506 "LocCode": "P0-C0-E0"
2507 }
2508 ]
2509 }
2510 ]
2511 }
2512 ]
2513 },
2514
2515 "Documentation": {
2516 "Description": "A voltage sensor went below its critical low threshold.",
2517 "Message": "A voltage sensor went below its critical low threshold."
2518 }
2519 },
2520
2521 {
2522 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLowClear",
2523 "Subsystem": "cec_tod",
2524 "ComponentID": "0x2800",
2525 "Severity": "non_error",
2526 "ActionFlags": ["report"],
2527
2528 "SRC": {
2529 "ReasonCode": "0x280D",
2530 "Words6To9": {}
2531 },
2532
2533 "Documentation": {
2534 "Description": "A voltage sensor is over its critical low threshold.",
2535 "Message": "A voltage sensor is over its critical low threshold."
2536 }
2537 },
2538
2539 {
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05002540 "Name": "com.ibm.VPD.Error.InvalidEepromPath",
2541 "Subsystem": "cec_vpd",
2542 "ComponentID": "0x4000",
2543
2544 "SRC": {
2545 "ReasonCode": "0x4000",
2546 "Words6To9":
2547 {
2548 "6":
2549 {
2550 "Description": "Errno of the failure.",
2551 "AdditionalDataPropSource": "CALLOUT_ERRNO"
2552 }
2553 }
2554 },
2555
2556 "Documentation": {
2557 "Description": "A path access error ocurred",
2558 "Message": "An EEPROM path access error occurred.",
2559 "Notes": [
2560 "This error occurs when parser is unable to access",
2561 "EEPROM path. Errno and device path are captured as",
2562 "additional data."
2563 ]
2564 }
2565 },
2566
2567 {
2568 "Name": "com.ibm.VPD.Error.InvalidVPD",
2569 "Subsystem": "cec_vpd",
2570 "ComponentID": "0x4000",
2571
2572 "SRC": {
2573 "ReasonCode": "0x4001",
2574 "Words6To9":
2575 {
2576 }
2577 },
2578
2579 "Documentation": {
2580 "Description": "Invalid VPD data.",
2581 "Message": "A VPD data exception occurred.",
2582 "Notes": [
2583 "This error occurs when VPD data is found to be",
2584 "invalid. This can be when VPD file is missing out",
2585 "mandatory records.Inventory path is captured in",
2586 "additional data."
2587 ]
2588 }
2589 },
2590
2591 {
2592 "Name": "com.ibm.VPD.Error.EccCheckFailed",
2593 "Subsystem": "cec_vpd",
2594 "ComponentID": "0x4000",
2595
2596 "SRC": {
2597 "ReasonCode": "0x4002",
2598 "Words6To9":
2599 {
2600 }
2601 },
2602
2603 "Documentation": {
2604 "Description": "Invalid VPD ecc data.",
2605 "Message": "A VPD ecc exception occurred.",
2606 "Notes": [
2607 "This error occurs when VPD ecc check fails for the FRU.",
2608 "Inventory path for the failed FRU is captured in additonal",
2609 "data."
2610 ]
2611 }
2612 },
2613
2614 {
2615 "Name": "com.ibm.VPD.Error.InvalidJson",
2616 "Subsystem": "cec_vpd",
2617 "ComponentID": "0x4000",
2618
2619 "SRC": {
2620 "ReasonCode": "0x4003",
2621 "Words6To9":
2622 {
2623 }
2624 },
2625
2626 "Documentation": {
2627 "Description": "Invalid Json",
2628 "Message": "A Json failure occurred.",
2629 "Notes": [
2630 "This error occurs when parser fails to access",
2631 "Json file or there is any issue with Json data.",
2632 "Failed Json path and cause of failure is captured",
2633 "in additional data."
2634 ]
2635 }
2636 },
2637
2638 {
2639 "Name": "com.ibm.VPD.Error.BlankSystemVPD",
2640 "Subsystem": "cec_vpd",
2641 "ComponentID": "0x4000",
2642
2643 "SRC": {
2644 "ReasonCode": "0x4004",
2645 "Words6To9":
2646 {
2647 }
2648 },
2649
2650 "Documentation": {
2651 "Description": "System VPD restore failed",
2652 "Message": "A system VPD restoration error occurred.",
2653 "Notes": [
2654 "This error occurs when restoring of system VPD fails.",
2655 "The FRU path and reason for failure is captured in",
2656 "additional data."
2657 ]
2658 }
2659 },
2660
2661 {
2662 "Name": "com.ibm.VPD.Error.DbusFailure",
2663 "Subsystem": "cec_vpd",
2664 "ComponentID": "0x4000",
2665
2666 "SRC": {
2667 "ReasonCode": "0x4005",
2668 "Words6To9":
2669 {
2670 }
2671 },
2672
2673 "Documentation": {
2674 "Description": "Dbus exception",
2675 "Message": "A Dbus internal error occurred.",
2676 "Notes": [
2677 "This error occurs when Dbus operation fails.",
2678 "Exceptions details are captured in additonal",
2679 "data."
2680 ]
2681 }
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05002682 },
2683
2684 {
2685 "Name": "org.open_power.Host.Boot.Error.WatchdogTimeout",
2686 "Subsystem": "cec_sp_hostboot_iface",
2687
2688 "SRC":
2689 {
2690 "ReasonCode": "0xC101",
2691 "Words6To9":
2692 {
2693 }
2694 },
2695
2696 "Documentation":
2697 {
2698 "Description": "Host did not respond within the watchdog timeout interval",
2699 "Message": "Host did not respond before the watchdog timeout interval expired",
2700 "Notes": [
2701 "Host did not respond before the expiry of the watchdog timeout interval.",
2702 "Collecting hostboot dump."
2703 ]
2704 }
Matt Spinler3fd08d62019-10-22 14:25:33 -05002705 }
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05002706
Matt Spinler44792fd2019-09-26 15:58:58 -05002707 ]
2708}