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