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