blob: fe7dc97f5918f4f457c7b97ecb2e8d1877ed15b1 [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
Matt Spinler834f3ed2022-01-26 16:18:02 -0600315 "Callouts": [
316 {
317 "CalloutList": [
318 { "Priority": "high", "Procedure": "bmc_code" }
319 ]
320 }
321 ],
322
Matt Spinlere95fd012020-01-07 12:53:16 -0600323 "Documentation":
324 {
325 "Description": "The host sent the BMC an invalid PEL",
326 "Message": "The host sent the BMC an invalid PEL",
327 "Notes": [
328 ]
329 }
Marri Devender Raoead1be22020-03-28 05:50:59 -0500330 },
331
332 {
Matt Spinler3477ce92020-07-08 14:49:25 -0500333 "Name": "org.open_power.Logging.Error.TestError1",
334 "Subsystem": "platform_firmware",
335 "Severity": "unrecoverable",
336
337 "SRC":
338 {
339 "ReasonCode": "0x2003",
340 "Words6To9":
341 {
342 }
343 },
344
345 "Callouts": [
346 {
347 "CalloutList": [
348 {"Priority": "high", "Procedure": "bmc_code"},
349 {"Priority": "medium", "SymbolicFRU": "service_docs"}
350 ]
351 }
352 ],
353
354 "Documentation":
355 {
356 "Description": "An error for testing",
357 "Message": "This is a test error"
358 }
359 },
360
361 {
Matt Spinler30ddc9f2020-07-16 15:39:59 -0500362 "Name": "xyz.openbmc_project.Logging.Error.Default",
363 "Subsystem": "other_na",
364
365 "SRC":
366 {
367 "ReasonCode": "0x2004",
368 "Words6To9":
369 {
370 }
371 },
372
Matt Spinler834f3ed2022-01-26 16:18:02 -0600373 "Callouts": [
374 {
375 "CalloutList": [
376 { "Priority": "high", "Procedure": "bmc_code" }
377 ]
378 }
379 ],
380
Matt Spinler30ddc9f2020-07-16 15:39:59 -0500381 "Documentation":
382 {
383 "Description": "This entry is used when no other matching entry is found",
384 "Message": "Unknown (Original event not in message registry)",
385 "Notes": [
386 "This is used when the actual error name isn't found in ",
387 "the registry. The original error name will be stored ",
388 "in the UserData section that contains the AdditionalData ",
389 "properties using the key ERROR_NAME.",
390 "This error may contain callouts if the creator passed ",
391 "them in.",
392 "The severity is set by the creator.",
393 "If this error is seen, then a code change needs to be ",
394 "made to add the missing error entry to this registry."
395 ]
396 }
397 },
398
399 {
Marri Devender Raoead1be22020-03-28 05:50:59 -0500400 "Name": "org.open_power.PHAL.Error.Boot",
401 "Subsystem": "cec_hardware",
Ramesh Iyyar41e79dc2020-12-22 06:27:48 -0600402 "ComponentID": "0x3000",
Marri Devender Raoead1be22020-03-28 05:50:59 -0500403 "Severity": "unrecoverable",
404
405 "SRC":
406 {
Ramesh Iyyar41e79dc2020-12-22 06:27:48 -0600407 "ReasonCode": "0x3001",
Marri Devender Raoead1be22020-03-28 05:50:59 -0500408 "Words6To9":
409 {
410 }
411 },
412
413 "Documentation":
414 {
415 "Description": "Failure occured during boot process",
416 "Message": "Failure occured during boot process",
417 "Notes": [
418 "Debug traces will be captured in AdditionalData section"
419 ]
420 }
Ben Tyner34836322020-04-15 17:01:48 -0500421 },
422
423 {
Ramesh Iyyar78be2a22020-12-22 06:22:55 -0600424 "Name": "org.open_power.PHAL.Error.PrePowerOff",
425 "Subsystem": "cec_hardware",
426 "ComponentID": "0x3000",
427
428 "SRC":
429 {
430 "ReasonCode": "0x3002",
431 "Words6To9":
432 {
433 }
434 },
435
436 "Documentation":
437 {
438 "Description": "Failure occurred during PHAL pre-poweroff operations",
439 "Message": "Failure occurred during PHAL pre-poweroff operations",
440 "Notes": [
441 "Severity needs to be set based on needs for this registry.",
442 "FFDC (First Failure Data Collection) will be collected ",
443 "and added into PEL."
444 ]
445 }
446 },
447
448 {
Jayanth Othayothdb00d762021-07-13 02:48:19 -0500449 "Name": "org.open_power.PHAL.Error.devtreeSync",
450 "Subsystem": "cec_hardware",
451 "ComponentID": "0x3000",
452 "Severity": "unrecoverable",
453
454 "SRC":
455 {
456 "ReasonCode": "0x3003",
457 "Words6To9":
458 {
459 }
460 },
461
462 "Documentation":
463 {
464 "Description": "Failure occurred during PHAL devtree sync ",
465 "Message": "Failure occurred during PHAL devtree sync",
466 "Notes": [
467 "The journal should contain more information"
468 ]
469 }
470 },
471
472 {
Jayanth Othayothf3e619a2021-07-13 03:58:06 -0500473 "Name": "org.open_power.PHAL.Error.devtreeBackup",
474 "Subsystem": "cec_hardware",
475 "ComponentID": "0x3000",
476 "Severity": "unrecoverable",
477
478 "SRC":
479 {
480 "ReasonCode": "0x3004",
481 "Words6To9":
482 {
483 }
484 },
485
486 "Documentation":
487 {
488 "Description": "Failure occurred during PHAL devtree backup ",
489 "Message": "Failure occurred during PHAL devtree backup",
490 "Notes": [
491 "The journal should contain more information"
492 ]
493 }
494 },
495
496 {
Andrew Geisslerd54fd732021-07-20 14:07:12 -0400497 "Name": "org.open_power.PHAL.Error.HostRunning",
498 "Subsystem": "cec_sp_hostboot_iface",
499 "ComponentID": "0x3000",
500
501 "SRC":
502 {
503 "ReasonCode": "0x3005",
504 "Words6To9":
505 {
506 }
507 },
508
509 "Documentation":
510 {
511 "Description": "Host did not respond to BMC after a BMC reset",
512 "Message": "Host did not respond to BMC after a BMC reset but hardware indicates it is running",
513 "Notes": [
514 "System will be left in its current state to ensure host ",
515 "is not unexpectedly taken down. There is most likely an ",
516 "issue in the software or hardware communication path ",
517 "between the BMC and the Host firmware.",
518 "A BMC dump will be collected with relevant FFDC."
519 ]
520 }
521 },
522
523 {
Jayanth Othayoth7d2bea72021-11-29 07:26:34 -0600524 "Name": "org.open_power.PHAL.Error.devtreeReinit",
525 "Subsystem": "cec_hardware",
526 "ComponentID": "0x3000",
527 "Severity": "unrecoverable",
528
529 "SRC":
530 {
531 "ReasonCode": "0x3006",
532 "Words6To9":
533 {
534 }
535 },
536
537 "Documentation":
538 {
539 "Description": "Failure re-initializing BMC to Host data structure",
540 "Message": "Failure occurred during re-initializing BMC to Host data structure",
541 "Notes": [
542 "The journal should contain more information"
543 ]
544 }
545 },
546
547 {
Ramesh Iyyarb3d45ed2021-12-07 09:18:19 -0600548 "Name": "org.open_power.HardwareIsolation.Error",
549 "Subsystem": "cec_hardware",
550 "ComponentID": "0x3100",
551
552 "SRC":
553 {
554 "ReasonCode": "0x3101",
555 "Words6To9":
556 {
557 }
558 },
559
560 "Documentation":
561 {
562 "Description": "Failure occured during hardware isolation operations",
563 "Message": "Failure occured during hardware isolation operations",
564 "Notes": [
565 "Severity needs to be set based on needs for this registry.",
566 "Debug traces will be captured in AdditionalData section"
567 ]
568 }
569 },
570
571 {
Andrew Geissler8034dde2021-09-10 14:43:03 -0500572 "Name": "xyz.openbmc_project.State.Error.HostNotRunning",
573 "Subsystem": "cec_sp_hostboot_iface",
574 "ComponentID": "0x3400",
575 "SRC":
576 {
577 "ReasonCode": "0x3401",
578 "Words6To9":
579 {
580 }
581 },
582 "Documentation":
583 {
584 "Description": "Host was booting or booted before BMC reset but is now unresponsive",
585 "Message": "Host did not respond to BMC after a BMC reset but it was booting or booted prior to the BMC reboot",
586 "Notes": [
587 "System will follow recovery policy, resulting in this ",
588 "error and most likely a a reboot of the host. The issue ",
589 "is most likely the result of the BMC rebooting while the ",
590 "host was booting and in a state where it still needed ",
591 "the BMC to complete its boot."
592 ]
593 }
594 },
595
596 {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -0500597 "Name": "org.open_power.Processor.Error.SbeChipOpFailure",
598 "Subsystem": "processor_chip",
599 "ComponentID": "0x3500",
600
601 "SRC":
602 {
603 "ReasonCode": "0x3500",
604 "Words6To9":
605 {
606 "6":
607 {
608 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
609 "AdditionalDataPropSource": "SRC6"
610 }
611 }
612 },
613
614 "Documentation":
615 {
616 "Description": "chipop failure with SBE provided FFDC",
617 "Message": "chipop request failure reported by SBE",
618 "Notes": [
619 "The severity is set by the creator.",
620 "Callouts added based on SBE provided FFDC.",
621 "SBE provided additional debug data included as part of the",
622 "additional user data section."
623 ]
624 }
625 },
626
627 {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -0500628 "Name": "org.open_power.Processor.Error.SbeChipOpTimeout",
629 "Subsystem": "processor_chip",
630 "ComponentID": "0x3500",
631
632 "SRC":
633 {
634 "ReasonCode": "0x3501",
635 "Words6To9":
636 {
637 "6":
638 {
639 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
640 "AdditionalDataPropSource": "SRC6"
641 }
642 }
643 },
644
645 "Documentation":
646 {
647 "Description": "SBE chipop timeout",
648 "Message": "chipop timeout reported during SBE communication",
649 "Notes": [
650 "The severity is set by the creator.",
651 "Check SBE Dump associated to this error to debug the failure."
652 ]
653 }
654 },
655
656 {
Jayanth Othayoth6c601832021-05-03 02:56:04 -0500657 "Name": "org.open_power.Processor.Error.SbeChipOpInvalidState",
658 "Subsystem": "processor_chip",
659 "ComponentID": "0x3500",
660
661 "SRC":
662 {
663 "ReasonCode": "0x3502",
664 "Words6To9":
665 {
666 "6":
667 {
668 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
669 "AdditionalDataPropSource": "SRC6"
670 },
671 "7":
672 {
673 "Description": "Value of SBE state",
674 "AdditionalDataPropSource": "SRC7"
675 }
676 }
677 },
678
679 "Documentation":
680 {
681 "Description": "The SBE on this processor is not in a state where chipOps can be issued",
682 "Message": "SBE Chipop is not allowed due to invalid SBE state ",
683 "Notes": [
684 "The severity is set by the creator."
685 ]
686 }
687 },
688
689 {
Jayanth Othayothabc88b02021-09-19 06:07:22 -0500690 "Name": "org.open_power.Processor.Error.SbeBootFailure",
691 "Subsystem": "processor_chip",
692 "ComponentID": "0x3500",
693
694 "SRC":
695 {
696 "ReasonCode": "0x3503",
697 "Words6To9":
698 {
699 "6":
700 {
701 "Description": "[0:15] chip position",
702 "AdditionalDataPropSource": "SRC6"
703 }
704 }
705 },
706
707 "Documentation":
708 {
709 "Description": "Boot failure with SBE provided FFDC",
710 "Message": "Boot failure reported by SBE",
711 "Notes": [
712 "The severity is set by the creator.",
713 "Callouts added based on SBE provided FFDC.",
714 "SBE provided additional debug data included as part of the",
715 "additional user data section."
716 ]
717 }
718 },
719
720 {
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -0500721 "Name": "org.open_power.Processor.Error.SbeBootTimeout",
722 "Subsystem": "processor_chip",
723 "ComponentID": "0x3500",
724
725 "SRC":
726 {
727 "ReasonCode": "0x3504",
728 "Words6To9":
729 {
730 }
731 },
732
733 "Documentation":
734 {
735 "Description": "SBE Boot timeout",
736 "Message": "timeout reported during SBE boot process",
737 "Notes": [
738 "The severity is set by the creator.",
739 "Check SBE Dump associated to this error to debug the failure."
740 ]
741 }
742 },
743
744 {
Ben Tyner34836322020-04-15 17:01:48 -0500745 "Name": "org.open_power.Attn.Error.Terminate",
Ben Tyner808e29f2021-04-16 08:32:23 -0500746 "Subsystem": "cec_hardware",
747 "Severity": "non_error",
Ben Tyner34836322020-04-15 17:01:48 -0500748
749 "SRC":
750 {
751 "ReasonCode": "0xD138",
Ben Tyner808e29f2021-04-16 08:32:23 -0500752 "SymptomIDFields": [ "SRCWord3", "SRCWord4", "SRCWord5", "SRCWord6", "SRCWord7", "SRCWord8", "SRCWord9" ],
Ben Tyner34836322020-04-15 17:01:48 -0500753 "Words6To9":
754 {
755 }
756 },
757
758 "Documentation":
759 {
760 "Description": "Status shows TI special attention active",
761 "Message": "TI special attention detected",
762 "Notes": [
763 "This entry is for any TI special attention event ",
764 "reported by the attention handler component"
765 ]
766 }
767 },
768
769 {
770 "Name": "org.open_power.Attn.Error.Fail",
771 "Subsystem": "bmc_firmware",
772 "Severity": "unrecoverable_loss_of_function",
773
774 "SRC":
775 {
776 "ReasonCode": "0xD13E",
777 "Words6To9":
778 {
779 "6":
780 {
781 "Description": "Error code from attention handler",
782 "AdditionalDataPropSource": "ERROR_CODE"
783 }
784 }
785 },
786 "Documentation":
787 {
788 "Description": "The attention handler encountered an error",
789 "MessageArgSources" : ["SRCWord6"],
790 "Message": "Attention handler error %1",
791 "Notes": [
792 "Attention handler will provide error code"
793 ]
794 }
795 },
796
797 {
798 "Name": "org.open_power.Attn.Error.Vital",
799 "Subsystem": "processor_chip",
800 "Severity": "critical",
801
802 "SRC":
803 {
804 "ReasonCode": "0xD16D",
805 "Words6To9":
806 {
807 }
808 },
809
810 "Documentation":
811 {
812 "Description": "Status shows SBE vital attention active",
813 "Message": "SBE vital attention detected",
814 "Notes": [
815 "This entry is for any SBE vital attention event ",
816 "reported by the attention handler component"
817 ]
818 }
819 },
820
821 {
822 "Name": "org.open_power.HwDiags.Error.Checkstop",
823 "Subsystem": "cec_hardware",
Zane Shelley561c0382020-11-17 13:20:05 -0600824 "ActionFlags": [ "service_action", "report", "call_home" ],
Ben Tyner34836322020-04-15 17:01:48 -0500825
826 "SRC":
827 {
Zane Shelley561c0382020-11-17 13:20:05 -0600828 "ReasonCode": "0xE510",
829 "SymptomIDFields": [ "SRCWord6", "SRCWord7", "SRCWord8" ],
Ben Tyner34836322020-04-15 17:01:48 -0500830 "Words6To9":
831 {
Zane Shelley45ab43a2021-11-13 16:16:57 -0600832 "6":
833 {
834 "AdditionalDataPropSource": "SRC6"
835 },
836 "7":
837 {
838 "AdditionalDataPropSource": "SRC7"
839 },
840 "8":
841 {
842 "AdditionalDataPropSource": "SRC8"
843 }
Ben Tyner34836322020-04-15 17:01:48 -0500844 }
845 },
846
847 "Documentation":
848 {
Zane Shelley561c0382020-11-17 13:20:05 -0600849 "Description": "A system checkstop attention has occurred",
850 "MessageArgSources" : [ "SRCWord6", "SRCWord7", "SRCWord8" ],
Zane Shelley45ab43a2021-11-13 16:16:57 -0600851 "Message": "Error Signature: %1 %2 %3"
Ben Tyner34836322020-04-15 17:01:48 -0500852 }
853 },
854
855 {
Zane Shelley561c0382020-11-17 13:20:05 -0600856 "Name": "org.open_power.HwDiags.Error.Predictive",
857 "Subsystem": "cec_hardware",
858 "ActionFlags": [ "service_action", "report", "call_home" ],
Ben Tyner34836322020-04-15 17:01:48 -0500859
860 "SRC":
861 {
Zane Shelley561c0382020-11-17 13:20:05 -0600862 "ReasonCode": "0xE511",
863 "SymptomIDFields": [ "SRCWord6", "SRCWord7", "SRCWord8" ],
Ben Tyner34836322020-04-15 17:01:48 -0500864 "Words6To9":
865 {
Zane Shelley45ab43a2021-11-13 16:16:57 -0600866 "6":
867 {
868 "AdditionalDataPropSource": "SRC6"
869 },
870 "7":
871 {
872 "AdditionalDataPropSource": "SRC7"
873 },
874 "8":
875 {
876 "AdditionalDataPropSource": "SRC8"
877 }
Ben Tyner34836322020-04-15 17:01:48 -0500878 }
879 },
Zane Shelley561c0382020-11-17 13:20:05 -0600880
Ben Tyner34836322020-04-15 17:01:48 -0500881 "Documentation":
882 {
Zane Shelley561c0382020-11-17 13:20:05 -0600883 "Description": "A hardware attention requiring service has occurred",
884 "MessageArgSources" : [ "SRCWord6", "SRCWord7", "SRCWord8" ],
Zane Shelley45ab43a2021-11-13 16:16:57 -0600885 "Message": "Error Signature: %1 %2 %3"
Ben Tyner34836322020-04-15 17:01:48 -0500886 }
Shawn McCarney01648f52020-06-25 11:42:02 -0500887 },
888
889 {
Zane Shelleydd4bd482021-12-08 09:12:51 -0600890 "Name": "org.open_power.HwDiags.Error.Informational",
891 "Subsystem": "cec_hardware",
892 "ActionFlags": [ "hidden", "dont_report" ],
893
894 "SRC":
895 {
896 "ReasonCode": "0xE512",
897 "SymptomIDFields": [ "SRCWord6", "SRCWord7", "SRCWord8" ],
898 "Words6To9":
899 {
900 "6":
901 {
902 "AdditionalDataPropSource": "SRC6"
903 },
904 "7":
905 {
906 "AdditionalDataPropSource": "SRC7"
907 },
908 "8":
909 {
910 "AdditionalDataPropSource": "SRC8"
911 }
912 }
913 },
914
915 "Documentation":
916 {
917 "Description": "Manual analysis was initiated via the command line. FFDC only.",
918 "MessageArgSources" : [ "SRCWord6", "SRCWord7", "SRCWord8" ],
919 "Message": "Error Signature: %1 %2 %3"
920 }
921 },
922
923 {
Brandon Wyman38caaf02020-09-01 16:07:42 -0500924 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.InputFault",
925 "Subsystem": "power_supply",
926 "Severity": "unrecoverable_redundancy_loss",
927 "ActionFlags": ["service_action", "report"],
928 "ComponentID": "0x2700",
929
930 "SRC": {
931 "Type": "11",
932 "ReasonCode": "0x15F0",
933 "Words6To9": {}
934 },
935
936 "Callouts": [
937 {
938 "CalloutList": [
939 { "Priority": "high", "SymbolicFRU": "pwrsply" }
940 ]
941 }
942 ],
943
944 "Documentation": {
945 "Description": "Power Supply input power fault",
946 "Message": "A power supply has indicated an input or under voltage condition.",
947 "Notes": [
948 "Check the power supply cabling and/or input power ",
949 "source. The PWRSPLY procedure is used rather than ",
950 "calling out a location code, as typically these faults ",
951 "are related to the supplied power, the cable, or the ",
952 "cable connectors. If the input fault resolves down to an ",
953 "issue with the power supply itself, the power supply ",
954 "indicating this input fault should be called out. Add the ",
955 "CALLOUT_INVENTORY_PATH to the additional data, and set the",
956 "CALLOUT_PRIORITY to something other than high."
957 ]
958 }
959 },
960
961 {
962 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Fault",
963 "Subsystem": "power_supply",
964 "Severity": "unrecoverable_redundancy_loss",
965 "ActionFlags": ["service_action", "report", "call_home"],
966 "ComponentID": "0x2700",
967
968 "SRC": {
969 "Type": "11",
970 "ReasonCode": "0x15F1",
971 "Words6To9": {}
972 },
973
974 "Documentation": {
975 "Description": "Power Supply power fault",
976 "Message": "The power supply detected a fault condition, see AdditionalData for further details.",
977 "Notes": [
978 "The power supply reporting the fault should be called ",
979 "out using the CALLOUT_INVENTORY_PATH keyword. Include ",
980 "specific fault, STATUS_* details, and code level in the ",
981 "AdditionalData section."
982 ]
983 }
984 },
985
986 {
987 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.CommFault",
988 "Subsystem": "power_supply",
Brandon Wyman981ffc32021-04-06 15:49:12 -0500989 "Severity": "unrecoverable",
Brandon Wyman38caaf02020-09-01 16:07:42 -0500990 "ActionFlags": ["service_action", "report", "call_home"],
991 "ComponentID": "0x2700",
992
993 "SRC": {
994 "Type": "11",
995 "ReasonCode": "0x15F2",
996 "Words6To9": {}
997 },
998
999 "Documentation": {
1000 "Description": "Power Supply non-power fault",
1001 "Message": "A communication failure occurred talking to the power supply",
1002 "Notes": [
1003 "Communication problems with the power supply could be ",
1004 "the power supply, or any hardware between it and the ",
1005 "BMC. Reporting the error should be passing in a call ",
1006 "out using CALLOUT_DEVICE_PATH."
1007 ]
1008 }
1009 },
1010
1011 {
1012 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Missing",
1013 "Subsystem": "power_supply",
Brandon Wyman981ffc32021-04-06 15:49:12 -05001014 "Severity": "unrecoverable_redundancy_loss",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001015 "ActionFlags": ["service_action", "report", "call_home"],
1016 "ComponentID": "0x2700",
1017
1018 "SRC": {
1019 "Type": "11",
1020 "ReasonCode": "0x15F6",
1021 "Words6To9": {}
1022 },
1023
1024 "Callouts": [
1025 {
1026 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -05001027 {
1028 "Priority": "high",
1029 "SymbolicFRUTrusted": "pwrsply",
1030 "UseInventoryLocCode": true
1031 }
Brandon Wyman38caaf02020-09-01 16:07:42 -05001032 ]
1033 }
1034 ],
1035
1036 "Documentation": {
1037 "Description": "Power Supply is missing",
1038 "Message": "A power supply that should be present is missing",
1039 "Notes": [
1040 "The CalloutList should use the PWRSPLY symbolic FRU ",
Matt Spinler80600192020-10-23 09:29:33 -05001041 "with the trusted location code property. The ",
1042 "location code in this callout is obtained from ",
1043 "the passed in CALLOUT_INVENTORY_PATH value."
Brandon Wyman38caaf02020-09-01 16:07:42 -05001044 ]
1045 }
1046 },
1047
1048 {
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00001049 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.NotSupported",
1050 "Subsystem": "power_supply",
1051 "Severity": "unrecoverable",
1052 "ActionFlags": ["service_action", "report", "call_home"],
1053 "ComponentID": "0x2700",
1054
1055 "SRC": {
1056 "Type": "11",
1057 "ReasonCode": "0x15F7",
1058 "Words6To9": {}
1059 },
1060
1061 "Documentation": {
1062 "Description": "Power Supply configuration is not supported",
1063 "Message": "The power supply configuration is not supported",
1064 "Notes": [
1065 "The combination of power supplies detected in the ",
1066 "system is not supported. This could be caused by ",
1067 "mismatched models, less than expected number of power ",
1068 "supplies, or other unsupported characteristics."
1069 ]
1070 }
1071 },
1072
1073 {
Brandon Wymanc30f00a2021-11-18 21:10:04 +00001074 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.FanFault",
1075 "Subsystem": "power_supply",
1076 "Severity": "unrecoverable",
1077 "ActionFlags": ["service_action", "report", "call_home"],
1078 "ComponentID": "0x2700",
1079
1080 "SRC": {
1081 "Type": "11",
1082 "ReasonCode": "0x15FF",
1083 "Words6To9": {}
1084 },
1085
1086 "Documentation": {
1087 "Description": "Power Supply fan fault",
1088 "Message": "A power supply indicated a fan fault has occurred",
1089 "Notes": [
1090 "The power supply reporting the fault should be called ",
1091 "out using the CALLOUT_INVENTORY_PATH keyword. Include ",
1092 "specific fault, STATUS_* details, and code level in the ",
1093 "AdditionalData section."
1094 ]
1095 }
1096 },
1097
1098 {
Brandon Wyman90c88402021-11-16 20:34:49 +00001099 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.IoutOCFault",
1100 "Subsystem": "power_supply",
1101 "Severity": "unrecoverable_redundancy_loss",
1102 "ActionFlags": ["service_action", "report", "call_home"],
1103 "ComponentID": "0x2700",
1104
1105 "SRC": {
1106 "Type": "11",
1107 "ReasonCode": "0x1B01",
1108 "Words6To9": {}
1109 },
1110
1111 "Callouts": [
1112 {
1113 "CalloutList": [
1114 { "Priority": "high", "Procedure": "power_overcurrent" }
1115 ]
1116 }
1117 ],
1118
1119 "Documentation": {
1120 "Description": "Power Supply output over-current power fault",
1121 "Message": "A power supply has indicated an output over-current condition."
1122 }
1123 },
1124
1125 {
Jay Meyer54ff54e2021-03-14 20:18:41 -05001126 "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Blackout",
1127 "Subsystem": "power",
1128 "ActionFlags": [ "report", "service_action" ],
1129 "Severity": "unrecoverable",
1130 "ComponentID": "0x2700",
1131
1132 "SRC":
1133 {
1134 "Type": "11",
1135 "ReasonCode": "0x00AC",
1136 "Words6To9": {},
1137 "PowerFault": true
1138 },
1139
1140 "Callouts": [
1141 {
1142 "CalloutList": [
1143 { "Priority": "high", "SymbolicFRU": "ac_module"}
1144 ]
1145 }
1146 ],
1147
1148 "Documentation": {
1149 "Description": "Input power was lost while the system was powered on.",
1150 "Message": "Input power was lost while the system was powered on.",
1151 "Notes": [
1152 "Input power was lost while system powered on.",
1153 "The CalloutList should use the ACMODUL symbolic FRU."
1154 ]
1155 }
1156 },
1157
1158 {
Brandon Wyman002d8cf2021-12-01 23:05:11 +00001159 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.PSKillFault",
1160 "Subsystem": "power_supply",
1161 "Severity": "unrecoverable",
1162 "ActionFlags": ["service_action", "report", "call_home"],
1163 "ComponentID": "0x2700",
1164
1165 "SRC": {
1166 "Type": "11",
1167 "ReasonCode": "0x2500",
1168 "Words6To9": {},
1169 "PowerFault": true
1170 },
1171
1172 "Callouts": [
1173 {
1174 "CalloutList": [
1175 { "Priority": "high", "Procedure": "power_overcurrent" }
1176 ]
1177 }
1178 ],
1179
1180 "Documentation": {
1181 "Description": "A power supply fault is potentially preventing the power supply from allowing the system to power on.",
1182 "Message": "Power supply PSKill_fault",
1183 "Notes": [
1184 ]
1185 }
1186 },
1187
1188 {
Jim Wright7f678902020-11-30 16:03:57 -06001189 "Name": "xyz.openbmc_project.Power.Error.Shutdown",
1190 "Subsystem": "power_sequencer",
1191 "ComponentID": "0x2700",
1192
1193 "SRC": {
1194 "Type": "11",
1195 "ReasonCode": "0x2600",
1196 "Words6To9": {}
1197 },
1198
1199 "Callouts": [
1200 {
1201 "CalloutList": [
1202 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1203 ]
1204 }
1205 ],
1206
1207 "Documentation": {
1208 "Description": "A power off was issued because a power fault was detected",
1209 "Message": "A power off was issued because a power fault was detected",
1210 "Notes": [
1211 ]
1212 }
1213 },
1214
1215 {
Ben Tyner0273a222021-07-12 15:18:13 -05001216 "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Regulator",
1217 "Subsystem": "power_control_hw",
1218 "ComponentID": "0x2700",
1219
1220 "SRC": {
1221 "Type": "11",
1222 "ReasonCode": "0x2602",
1223 "Words6To9": {},
1224 "PowerFault": true
1225 },
1226
1227 "Callouts": [
1228 {
1229 "System": "ibm,rainier",
1230 "CalloutList": [
1231 {
1232 "Priority": "high",
1233 "LocCode": "P0-C5"
1234 },
1235 {
1236 "Priority": "medium",
1237 "LocCode": "P0"
1238 }
1239 ]
1240 },
1241 {
1242 "System": "ibm,everest",
1243 "CalloutList": [
1244 {
1245 "Priority": "high",
1246 "LocCode": "P0-C59"
1247 },
1248 {
1249 "Priority": "medium",
1250 "LocCode": "P0"
1251 }
1252 ]
1253 }
1254 ],
1255
1256 "Documentation": {
1257 "Description": "A power off was issued because a regulator for standby power faulted",
1258 "Message": "A power off was issued because a regulator for standby power faulted",
1259 "Notes": [
1260 ]
1261 }
1262 },
1263
1264 {
Jim Wright7f678902020-11-30 16:03:57 -06001265 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerPGOODFault",
1266 "Subsystem": "power_sequencer",
1267 "ComponentID": "0x2700",
1268
1269 "SRC": {
1270 "Type": "11",
1271 "ReasonCode": "0x2610",
1272 "Words6To9": {}
1273 },
1274
1275 "CalloutsUsingAD": {
1276 "ADName": "INPUT_NAME", "CalloutsWithTheirADValues": [
1277 {
1278 "ADValue": "PCIE_SLOT0", "Callouts": [
1279 {
1280 "CalloutList": [
1281 { "Priority": "high", "LocCode": "P0-C0" },
1282 { "Priority": "medium", "LocCode": "P0" }
1283 ]
1284 }
1285 ]
1286 },
1287 {
1288 "ADValue": "PCIE_SLOT1", "Callouts": [
1289 {
1290 "CalloutList": [
1291 { "Priority": "high", "LocCode": "P0-C1" },
1292 { "Priority": "medium", "LocCode": "P0" }
1293 ]
1294 }
1295 ]
1296 },
1297 {
1298 "ADValue": "PCIE_SLOT2", "Callouts": [
1299 {
1300 "CalloutList": [
1301 { "Priority": "high", "LocCode": "P0-C2" },
1302 { "Priority": "medium", "LocCode": "P0" }
1303 ]
1304 }
1305 ]
1306 },
1307 {
1308 "ADValue": "PCIE_SLOT3", "Callouts": [
1309 {
1310 "CalloutList": [
1311 { "Priority": "high", "LocCode": "P0-C3" },
1312 { "Priority": "medium", "LocCode": "P0" }
1313 ]
1314 }
1315 ]
1316 },
1317 {
1318 "ADValue": "PCIE_SLOT4", "Callouts": [
1319 {
1320 "CalloutList": [
1321 { "Priority": "high", "LocCode": "P0-C4" },
1322 { "Priority": "medium", "LocCode": "P0" }
1323 ]
1324 }
1325 ]
1326 },
1327 {
1328 "ADValue": "PCIE_SLOT7", "Callouts": [
1329 {
1330 "CalloutList": [
1331 { "Priority": "high", "LocCode": "P0-C7" },
1332 { "Priority": "medium", "LocCode": "P0" }
1333 ]
1334 }
1335 ]
1336 },
1337 {
1338 "ADValue": "PCIE_SLOT8", "Callouts": [
1339 {
1340 "CalloutList": [
1341 { "Priority": "high", "LocCode": "P0-C8" },
1342 { "Priority": "medium", "LocCode": "P0" }
1343 ]
1344 }
1345 ]
1346 },
1347 {
1348 "ADValue": "PCIE_SLOT9", "Callouts": [
1349 {
1350 "CalloutList": [
1351 { "Priority": "high", "LocCode": "P0-C9" },
1352 { "Priority": "medium", "LocCode": "P0" }
1353 ]
1354 }
1355 ]
1356 },
1357 {
1358 "ADValue": "PCIE_SLOT10", "Callouts": [
1359 {
1360 "CalloutList": [
1361 { "Priority": "high", "LocCode": "P0-C10" },
1362 { "Priority": "medium", "LocCode": "P0" }
1363 ]
1364 }
1365 ]
1366 },
1367 {
1368 "ADValue": "PCIE_SLOT11", "Callouts": [
1369 {
1370 "CalloutList": [
1371 { "Priority": "high", "LocCode": "P0-C11" },
1372 { "Priority": "medium", "LocCode": "P0" }
1373 ]
1374 }
1375 ]
1376 },
1377 {
1378 "ADValue": "PGOOD_12A", "Callouts": [
1379 {
1380 "CalloutList": [
1381 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1382 ]
1383 }
1384 ]
1385 },
1386 {
1387 "ADValue": "PGOOD_12B", "Callouts": [
1388 {
1389 "CalloutList": [
1390 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1391 ]
1392 }
1393 ]
1394 },
1395 {
1396 "ADValue": "PGOOD_12C", "Callouts": [
1397 {
1398 "CalloutList": [
1399 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1400 ]
1401 }
1402 ]
1403 },
1404 {
1405 "ADValue": "PGOOD_12D", "Callouts": [
1406 {
1407 "CalloutList": [
1408 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1409 ]
1410 }
1411 ]
1412 },
1413 {
1414 "ADValue": "PGOOD_12L", "Callouts": [
1415 {
1416 "CalloutList": [
1417 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1418 ]
1419 }
1420 ]
1421 },
1422 {
1423 "ADValue": "PGOOD_12M", "Callouts": [
1424 {
1425 "CalloutList": [
1426 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1427 ]
1428 }
1429 ]
1430 },
1431 {
1432 "ADValue": "PGOOD_12N", "Callouts": [
1433 {
1434 "CalloutList": [
1435 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1436 ]
1437 }
1438 ]
1439 },
1440 {
1441 "ADValue": "PGOOD_12P", "Callouts": [
1442 {
1443 "CalloutList": [
1444 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1445 ]
1446 }
1447 ]
1448 },
1449 {
1450 "ADValue": "PGOOD_12PCIE", "Callouts": [
1451 {
1452 "CalloutList": [
1453 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1454 ]
1455 }
1456 ]
1457 },
1458 {
1459 "ADValue": "PGOOD_12Q", "Callouts": [
1460 {
1461 "CalloutList": [
1462 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1463 ]
1464 }
1465 ]
1466 },
1467 {
1468 "ADValue": "PGOOD_12R", "Callouts": [
1469 {
1470 "CalloutList": [
1471 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1472 ]
1473 }
1474 ]
1475 },
1476 {
1477 "ADValue": "PGOOD_VDN_DCM0", "Callouts": [
1478 {
1479 "CalloutList": [
1480 { "Priority": "high", "LocCode": "P0-C14" },
1481 { "Priority": "medium", "LocCode": "P0-C15" },
1482 { "Priority": "low", "LocCode": "P0" }
1483 ]
1484 }
1485 ]
1486 },
1487 {
1488 "ADValue": "PGOOD_VDN_DCM1", "Callouts": [
1489 {
1490 "CalloutList": [
1491 { "Priority": "high", "LocCode": "P0-C23" },
1492 { "Priority": "medium", "LocCode": "P0-C24" },
1493 { "Priority": "low", "LocCode": "P0" }
1494 ]
1495 }
1496 ]
1497 },
1498 {
1499 "ADValue": "PGOOD_VCS_DCM0", "Callouts": [
1500 {
1501 "CalloutList": [
1502 { "Priority": "high", "LocCode": "P0-C14" },
1503 { "Priority": "medium", "LocCode": "P0-C15" },
1504 { "Priority": "low", "LocCode": "P0" }
1505 ]
1506 }
1507 ]
1508 },
1509 {
1510 "ADValue": "PGOOD_VCS_DCM1", "Callouts": [
1511 {
1512 "CalloutList": [
1513 { "Priority": "high", "LocCode": "P0-C23" },
1514 { "Priority": "medium", "LocCode": "P0-C24" },
1515 { "Priority": "low", "LocCode": "P0" }
1516 ]
1517 }
1518 ]
1519 },
1520 {
1521 "ADValue": "PGOOD_VIO_DCM0", "Callouts": [
1522 {
1523 "CalloutList": [
1524 { "Priority": "high", "LocCode": "P0-C14" },
1525 { "Priority": "medium", "LocCode": "P0-C15" },
1526 { "Priority": "low", "LocCode": "P0" }
1527 ]
1528 }
1529 ]
1530 },
1531 {
1532 "ADValue": "PGOOD_VIO_DCM1", "Callouts": [
1533 {
1534 "CalloutList": [
1535 { "Priority": "high", "LocCode": "P0-C23" },
1536 { "Priority": "medium", "LocCode": "P0-C24" },
1537 { "Priority": "low", "LocCode": "P0" }
1538 ]
1539 }
1540 ]
1541 },
1542 {
1543 "ADValue": "PGOOD_VPCIE_DCM0", "Callouts": [
1544 {
1545 "CalloutList": [
1546 { "Priority": "high", "LocCode": "P0-C14" },
1547 { "Priority": "medium", "LocCode": "P0-C15" },
1548 { "Priority": "low", "LocCode": "P0" }
1549 ]
1550 }
1551 ]
1552 },
1553 {
1554 "ADValue": "PGOOD_VPCIE_DCM1", "Callouts": [
1555 {
1556 "CalloutList": [
1557 { "Priority": "high", "LocCode": "P0-C23" },
1558 { "Priority": "medium", "LocCode": "P0-C24" },
1559 { "Priority": "low", "LocCode": "P0" }
1560 ]
1561 }
1562 ]
1563 }
1564 ]
1565 },
1566
1567 "Documentation": {
1568 "Description": "The power sequencer chip detected a PGOOD fault",
1569 "Message": "The power sequencer chip detected a PGOOD fault",
1570 "Notes": [
1571 ]
1572 }
1573 },
1574
1575 {
1576 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerVoltageFault",
1577 "Subsystem": "power_sequencer",
1578 "ComponentID": "0x2700",
1579
1580 "SRC": {
1581 "Type": "11",
1582 "ReasonCode": "0x2620",
1583 "Words6To9": {}
1584 },
1585
1586 "CalloutsUsingAD": {
1587 "ADName": "RAIL_NAME", "CalloutsWithTheirADValues": [
1588 {
1589 "ADValue": "12.0V", "Callouts": [
1590 {
1591 "CalloutList": [
1592 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1593 ]
1594 }
1595 ]
1596 },
1597 {
1598 "ADValue": "5.0V_USB", "Callouts": [
1599 {
1600 "CalloutList": [
1601 { "Priority": "high", "SymbolicFRU": "usb_pgood" },
1602 { "Priority": "medium", "LocCode": "P0" }
1603 ]
1604 }
1605 ]
1606 },
1607 {
1608 "ADValue": "5.0V_DASD", "Callouts": [
1609 {
1610 "CalloutList": [
1611 { "Priority": "medium", "LocCode": "P1" },
1612 { "Priority": "medium", "LocCode": "P2" },
1613 { "Priority": "medium", "LocCode": "P3" },
1614 { "Priority": "low", "LocCode": "P0" }
1615 ]
1616 }
1617 ]
1618 },
1619 {
1620 "ADValue": "3.3VA", "Callouts": [
1621 {
1622 "CalloutList": [
1623 { "Priority": "high", "LocCode": "P0" }
1624 ]
1625 }
1626 ]
1627 },
1628 {
1629 "ADValue": "3.3VB", "Callouts": [
1630 {
1631 "CalloutList": [
1632 { "Priority": "high", "LocCode": "P0" }
1633 ]
1634 }
1635 ]
1636 },
1637 {
1638 "ADValue": "1.5V", "Callouts": [
1639 {
1640 "CalloutList": [
1641 { "Priority": "high", "LocCode": "P0" }
1642 ]
1643 }
1644 ]
1645 },
1646 {
1647 "ADValue": "1.1V", "Callouts": [
1648 {
1649 "CalloutList": [
1650 { "Priority": "high", "LocCode": "P0" }
1651 ]
1652 }
1653 ]
1654 },
1655 {
1656 "ADValue": "VDDA_DCM0", "Callouts": [
1657 {
1658 "CalloutList": [
1659 { "Priority": "high", "LocCode": "P0-C14" },
1660 { "Priority": "medium", "LocCode": "P0-C15" },
1661 { "Priority": "low", "LocCode": "P0" }
1662 ]
1663 }
1664 ]
1665 },
1666 {
1667 "ADValue": "VDDB_DCM0", "Callouts": [
1668 {
1669 "CalloutList": [
1670 { "Priority": "high", "LocCode": "P0-C14" },
1671 { "Priority": "medium", "LocCode": "P0-C15" },
1672 { "Priority": "low", "LocCode": "P0" }
1673 ]
1674 }
1675 ]
1676 },
1677 {
1678 "ADValue": "VDDA_DCM1", "Callouts": [
1679 {
1680 "CalloutList": [
1681 { "Priority": "high", "LocCode": "P0-C23" },
1682 { "Priority": "medium", "LocCode": "P0-C24" },
1683 { "Priority": "low", "LocCode": "P0" }
1684 ]
1685 }
1686 ]
1687 },
1688 {
1689 "ADValue": "VDDB_DCM1", "Callouts": [
1690 {
1691 "CalloutList": [
1692 { "Priority": "high", "LocCode": "P0-C23" },
1693 { "Priority": "medium", "LocCode": "P0-C24" },
1694 { "Priority": "low", "LocCode": "P0" }
1695 ]
1696 }
1697 ]
1698 },
1699 {
1700 "ADValue": "12.0VCS", "Callouts": [
1701 {
1702 "CalloutList": [
1703 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1704 ]
1705 }
1706 ]
1707 },
1708 {
1709 "ADValue": "3.3VCS", "Callouts": [
1710 {
1711 "CalloutList": [
1712 { "Priority": "high", "LocCode": "P0" }
1713 ]
1714 }
1715 ]
1716 },
1717 {
1718 "ADValue": "1.1V_Current", "Callouts": [
1719 {
1720 "CalloutList": [
1721 { "Priority": "high", "LocCode": "P0" }
1722 ]
1723 }
1724 ]
1725 },
1726 {
1727 "ADValue": "5.0V_USB_Current", "Callouts": [
1728 {
1729 "CalloutList": [
1730 { "Priority": "high", "SymbolicFRU": "usb_pgood" },
1731 { "Priority": "medium", "LocCode": "P0" }
1732 ]
1733 }
1734 ]
1735 },
1736 {
1737 "ADValue": "5.0V_DASD_Current", "Callouts": [
1738 {
1739 "CalloutList": [
1740 { "Priority": "medium", "LocCode": "P1" },
1741 { "Priority": "medium", "LocCode": "P2" },
1742 { "Priority": "medium", "LocCode": "P3" },
1743 { "Priority": "low", "LocCode": "P0" }
1744 ]
1745 }
1746 ]
1747 },
1748 {
1749 "ADValue": "12.0VN", "Callouts": [
1750 {
1751 "CalloutList": [
1752 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1753 ]
1754 }
1755 ]
1756 },
1757 {
1758 "ADValue": "12.0VP", "Callouts": [
1759 {
1760 "CalloutList": [
1761 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1762 ]
1763 }
1764 ]
1765 },
1766 {
1767 "ADValue": "12.0VQ", "Callouts": [
1768 {
1769 "CalloutList": [
1770 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1771 ]
1772 }
1773 ]
1774 },
1775 {
1776 "ADValue": "12.0VR", "Callouts": [
1777 {
1778 "CalloutList": [
1779 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1780 ]
1781 }
1782 ]
1783 },
1784 {
1785 "ADValue": "ThermalDiode1", "Callouts": [
1786 {
1787 "CalloutList": [
1788 { "Priority": "high", "LocCode": "P0" }
1789 ]
1790 }
1791 ]
1792 },
1793 {
1794 "ADValue": "ThermalDiode2", "Callouts": [
1795 {
1796 "CalloutList": [
1797 { "Priority": "high", "LocCode": "P0" }
1798 ]
1799 }
1800 ]
1801 },
1802 {
1803 "ADValue": "ThermalDiode3", "Callouts": [
1804 {
1805 "CalloutList": [
1806 { "Priority": "high", "LocCode": "P0" }
1807 ]
1808 }
1809 ]
1810 },
1811 {
1812 "ADValue": "ThermalDiode4", "Callouts": [
1813 {
1814 "CalloutList": [
1815 { "Priority": "high", "LocCode": "P0" }
1816 ]
1817 }
1818 ]
1819 }
1820 ]
1821 },
1822
1823 "Documentation": {
1824 "Description": "The power sequencer chip detected a voltage fault",
1825 "Message": "The power sequencer chip detected a voltage fault",
1826 "Notes": [
1827 ]
1828 }
1829 },
1830
1831 {
Shawn McCarney7f1ec942021-07-28 13:33:34 -05001832 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.N",
1833 "Subsystem": "power",
1834 "Severity": "predictive_redundancy_loss",
1835 "ComponentID": "0x2700",
1836
1837 "SRC": {
1838 "Type": "11",
1839 "ReasonCode": "0x2700",
1840 "Words6To9": {}
1841 },
1842
1843 "Documentation": {
1844 "Description": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
1845 "Message": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
1846 "Notes": [
1847 "CALLOUT_INVENTORY_PATH should be specified in the ",
1848 "AdditionalData property of the event log so that ",
1849 "the device is called out but not the communication path."
1850 ]
1851 }
1852 },
1853
1854 {
1855 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.NPlus1",
1856 "Subsystem": "power",
1857 "Severity": "non_error",
1858 "MfgSeverity": "predictive_redundancy_loss",
1859 "ActionFlags": ["report"],
1860 "MfgActionFlags": ["service_action", "report", "call_home"],
1861 "ComponentID": "0x2700",
1862
1863 "SRC": {
1864 "Type": "11",
1865 "ReasonCode": "0x2701",
1866 "Words6To9": {}
1867 },
1868
1869 "Documentation": {
1870 "Description": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
1871 "Message": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
1872 "Notes": [
1873 "CALLOUT_INVENTORY_PATH should be specified in the ",
1874 "AdditionalData property of the event log so that ",
1875 "the device is called out but not the communication path."
1876 ]
1877 }
1878 },
1879
1880 {
Shawn McCarney01648f52020-06-25 11:42:02 -05001881 "Name": "xyz.openbmc_project.Power.Regulators.Error.WriteVerification",
1882 "Subsystem": "power",
1883 "ComponentID": "0x2700",
1884
1885 "SRC": {
1886 "Type": "11",
1887 "ReasonCode": "0x2900",
1888 "Words6To9": {}
1889 },
1890
1891 "Documentation": {
1892 "Description": "A write verification error occurred on a device",
1893 "Message": "A write verification error occurred on a device",
1894 "Notes": [
1895 "This error occurs when a device register is written, ",
1896 "read back, and the two values do not match. This is ",
1897 "also called a read-back error. The device should be ",
1898 "identified using the CALLOUT_DEVICE_PATH or ",
1899 "CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR keywords in the ",
1900 "AdditionalData property of the event log. This will ",
1901 "cause the device and the hardware in the communication ",
1902 "path to be called out."
1903 ]
1904 }
1905 },
1906
1907 {
Shawn McCarneye4022182022-01-31 19:09:01 -06001908 "Name": "xyz.openbmc_project.Power.UPS.Error.Battery.Discharging",
1909 "Subsystem": "power",
1910 "Severity": "non_error",
1911 "ActionFlags": ["report"],
1912 "ComponentID": "0x2700",
1913
1914 "SRC": {
1915 "Type": "11",
1916 "ReasonCode": "0x4201",
1917 "Words6To9": {}
1918 },
1919
1920 "Documentation": {
1921 "Description": "The Uninterruptible Power Supply (UPS) battery is discharging and providing power to the system due to a utility failure",
1922 "Message": "The Uninterruptible Power Supply (UPS) battery is discharging and providing power to the system due to a utility failure",
1923 "Notes": [
1924 ]
1925 }
1926 },
1927
1928 {
1929 "Name": "xyz.openbmc_project.Power.UPS.Error.Battery.Low",
1930 "Subsystem": "power",
1931 "Severity": "non_error",
1932 "ActionFlags": ["report"],
1933 "ComponentID": "0x2700",
1934
1935 "SRC": {
1936 "Type": "11",
1937 "ReasonCode": "0x4203",
1938 "Words6To9": {}
1939 },
1940
1941 "Documentation": {
1942 "Description": "The Uninterruptible Power Supply (UPS) battery level is low",
1943 "Message": "The Uninterruptible Power Supply (UPS) battery level is low",
1944 "Notes": [
1945 ]
1946 }
1947 },
1948
1949 {
Shawn McCarney01648f52020-06-25 11:42:02 -05001950 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile",
1951 "Subsystem": "power",
1952 "ComponentID": "0x2700",
1953
1954 "SRC": {
1955 "Type": "11",
1956 "ReasonCode": "0xA013",
1957 "Words6To9": {}
1958 },
1959
1960 "Callouts": [
1961 {
1962 "CalloutList": [
1963 { "Priority": "high", "Procedure": "bmc_code" }
1964 ]
1965 }
1966 ],
1967
1968 "Documentation": {
1969 "Description": "A regulators configuration file error occurred",
1970 "Message": "A regulators configuration file error occurred",
1971 "Notes": [
1972 "The regulators configuration file could not be found, ",
1973 "could not be read, or had invalid contents."
1974 ]
1975 }
1976 },
1977
1978 {
Shawn McCarney82e31d82021-02-19 16:25:55 -06001979 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile.Critical",
1980 "Subsystem": "power",
1981 "Severity": "critical_system_term",
1982 "ComponentID": "0x2700",
1983
1984 "SRC": {
1985 "Type": "11",
1986 "ReasonCode": "0xA014",
1987 "Words6To9": {},
1988 "PowerFault": true
1989 },
1990
1991 "Callouts": [
1992 {
1993 "CalloutList": [
1994 { "Priority": "high", "Procedure": "bmc_code" }
1995 ]
1996 }
1997 ],
1998
1999 "Documentation": {
2000 "Description": "A critical regulators configuration file error occurred",
2001 "Message": "A critical regulators configuration file error occurred",
2002 "Notes": [
2003 "The regulators configuration file could not be found, ",
2004 "could not be read, or had invalid contents. As a result ",
2005 "voltage regulators could not be configured, and the ",
2006 "chassis could not be powered on."
2007 ]
2008 }
2009 },
2010
2011 {
Jim Wright7f678902020-11-30 16:03:57 -06002012 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerFault",
2013 "Subsystem": "power_sequencer",
2014 "ComponentID": "0x2700",
2015
2016 "SRC": {
2017 "Type": "11",
2018 "ReasonCode": "0xD000",
2019 "Words6To9": {}
2020 },
2021
2022 "Callouts": [
2023 {
2024 "CalloutList": [
2025 { "Priority": "high", "LocCode": "P0" }
2026 ]
2027 }
2028 ],
2029
2030 "Documentation": {
2031 "Description": "The power sequencer chip detected a fault",
2032 "Message": "The power sequencer chip detected a fault",
2033 "Notes": [
2034 ]
2035 }
2036 },
2037
2038 {
Jim Wrightc1ba04f2021-11-12 15:31:32 -06002039 "Name": "xyz.openbmc_project.Power.Error.PowerOnTimeout",
Jim Wright7f678902020-11-30 16:03:57 -06002040 "Subsystem": "power_sequencer",
2041 "ComponentID": "0x2700",
Jim Wrightc1ba04f2021-11-12 15:31:32 -06002042 "Severity": "critical",
Jim Wright7f678902020-11-30 16:03:57 -06002043
2044 "SRC": {
2045 "Type": "11",
2046 "ReasonCode": "0xD002",
2047 "Words6To9": {}
2048 },
2049
2050 "Callouts": [
2051 {
2052 "CalloutList": [
2053 { "Priority": "high", "LocCode": "P0" }
2054 ]
2055 }
2056 ],
2057
2058 "Documentation": {
Jim Wrightc1ba04f2021-11-12 15:31:32 -06002059 "Description": "System power failed to turn on within timeout period",
2060 "Message": "System power failed to turn on within timeout period",
2061 "Notes": [
2062 ]
2063 }
2064 },
2065
2066 {
2067 "Name": "xyz.openbmc_project.Power.Error.PowerOffTimeout",
2068 "Subsystem": "power_sequencer",
2069 "ComponentID": "0x2700",
2070 "Severity": "critical",
2071
2072 "SRC": {
2073 "Type": "11",
2074 "ReasonCode": "0xD008",
2075 "Words6To9": {}
2076 },
2077
2078 "Callouts": [
2079 {
2080 "CalloutList": [
2081 { "Priority": "high", "LocCode": "P0" }
2082 ]
2083 }
2084 ],
2085
2086 "Documentation": {
2087 "Description": "System power failed to turn off within timeout period",
2088 "Message": "System power failed to turn off within timeout period",
Jim Wright7f678902020-11-30 16:03:57 -06002089 "Notes": [
2090 ]
2091 }
2092 },
2093
2094 {
Shawn McCarney01648f52020-06-25 11:42:02 -05002095 "Name": "xyz.openbmc_project.Power.Error.Internal",
2096 "Subsystem": "power",
2097 "ComponentID": "0x2700",
2098
2099 "SRC": {
2100 "Type": "11",
2101 "ReasonCode": "0xE000",
2102 "Words6To9": {}
2103 },
2104
2105 "Callouts": [
2106 {
2107 "CalloutList": [
2108 { "Priority": "high", "Procedure": "bmc_code" }
2109 ]
2110 }
2111 ],
2112
2113 "Documentation": {
2114 "Description": "An internal firmware error occurred",
2115 "Message": "An internal firmware error occurred",
2116 "Notes": [
2117 "The error details must be provided in the AdditionalData ",
2118 "property of the event log."
2119 ]
2120 }
2121 },
2122
2123 {
2124 "Name": "xyz.openbmc_project.Power.Error.I2C",
2125 "Subsystem": "cec_i2c",
2126 "ComponentID": "0x2700",
2127
2128 "SRC": {
2129 "Type": "11",
2130 "ReasonCode": "0xE100",
2131 "Words6To9": {}
2132 },
2133
2134 "Documentation": {
2135 "Description": "An I2C error occurred communicating with a device",
2136 "Message": "An I2C error occurred communicating with a device",
2137 "Notes": [
2138 "The device should be identified using the ",
2139 "CALLOUT_DEVICE_PATH or CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR ",
2140 "keywords in the AdditionalData property of the event ",
2141 "log. This will cause the device and the hardware in the ",
2142 "communication path to be called out."
2143 ]
2144 }
2145 },
2146
2147 {
2148 "Name": "xyz.openbmc_project.Power.Error.PMBus",
2149 "Subsystem": "power",
2150 "ComponentID": "0x2700",
2151
2152 "SRC": {
2153 "Type": "11",
2154 "ReasonCode": "0xE200",
2155 "Words6To9": {}
2156 },
2157
2158 "Documentation": {
2159 "Description": "A PMBus error occurred on a device",
2160 "Message": "A PMBus error occurred on a device",
2161 "Notes": [
2162 "This error occurs when the I2C communication was ",
2163 "successful, but the PMBus value read is invalid or ",
2164 "unsupported. CALLOUT_INVENTORY_PATH should be specified ",
2165 "in the AdditionalData property of the event log so that ",
2166 "the device is called out but not the communication path."
2167 ]
2168 }
2169 },
2170
2171 {
2172 "Name": "xyz.openbmc_project.Power.Error.DBus",
2173 "Subsystem": "power",
2174 "ComponentID": "0x2700",
2175
2176 "SRC": {
2177 "Type": "11",
2178 "ReasonCode": "0xE300",
2179 "Words6To9": {}
2180 },
2181
2182 "Callouts": [
2183 {
2184 "CalloutList": [
2185 { "Priority": "high", "Procedure": "bmc_code" }
2186 ]
2187 }
2188 ],
2189
2190 "Documentation": {
2191 "Description": "A firmware inter-process communication (D-Bus) error occurred",
2192 "Message": "A firmware inter-process communication (D-Bus) error occurred"
2193 }
Matt Spinler60d1c392020-09-23 15:23:24 -05002194 },
2195
2196 {
Matt Spinler7c9c07e2020-10-22 10:16:37 -05002197 "Name": "xyz.openbmc_project.Fan.Error.Fault",
2198 "Subsystem": "power_fans",
2199 "ComponentID": "0x2800",
2200
2201 "SRC": {
2202 "Type": "11",
2203 "ReasonCode": "0x76F0",
2204 "Words6To9": {}
2205 },
2206
2207 "Documentation": {
2208 "Description": "Fan rotor fault",
2209 "Message": "Fan rotor fault",
2210 "Notes": [
2211 "This error occurs when a fan rotor has been faulted for a ",
2212 "certain amount of time. The callout is the fan which is ",
2213 "passed in with CALLOUT_INVENTORY_PATH. The severity is ",
2214 "passed in during creation and will be either informational ",
2215 "or unrecoverable. The action flags use the defaults and ",
2216 "vary based on the severity."
2217 ]
2218 }
2219 },
2220
2221 {
Matt Spinler60d1c392020-09-23 15:23:24 -05002222 "Name": "xyz.openbmc_project.Fan.Error.Missing",
2223 "Subsystem": "power_fans",
2224 "ComponentID": "0x2800",
2225 "Severity": "unrecoverable_redundancy_loss",
2226 "ActionFlags": ["service_action", "report", "call_home"],
2227
2228 "SRC": {
2229 "Type": "11",
2230 "ReasonCode": "0x76F1",
2231 "Words6To9": {}
2232 },
2233
2234 "Callouts": [
2235 {
Matt Spinler938ac792021-05-12 10:46:44 -05002236 "System": "ibm,rainier",
Matt Spinler60d1c392020-09-23 15:23:24 -05002237 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -05002238 {
2239 "Priority": "high",
2240 "SymbolicFRUTrusted": "air_mover",
2241 "UseInventoryLocCode": true
2242 },
2243 {
2244 "Priority": "low",
2245 "LocCode": "P0"
2246 }
Matt Spinler60d1c392020-09-23 15:23:24 -05002247 ]
Matt Spinler938ac792021-05-12 10:46:44 -05002248 },
2249 {
2250 "System": "ibm,everest",
2251 "CalloutList": [
2252 {
2253 "Priority": "high",
2254 "SymbolicFRUTrusted": "air_mover",
2255 "UseInventoryLocCode": true
2256 },
2257 {
2258 "Priority": "low",
2259 "LocCode": "P1"
2260 }
2261 ]
Matt Spinler60d1c392020-09-23 15:23:24 -05002262 }
2263 ],
2264
2265 "Documentation": {
2266 "Description": "A fan is missing",
2267 "Message": "A fan is missing",
2268 "Notes": [
2269 "This error occurs when a fan has been missing for a ",
Matt Spinler80600192020-10-23 09:29:33 -05002270 "certain amount of time. The first callout is the ",
2271 "symbolic FRU AIR_MOVR that has the trusted fan location ",
2272 "code, which it gets using the passed in ",
2273 "CALLOUT_INVENTORY_PATH. The second callout is the FRU ",
Matt Spinler938ac792021-05-12 10:46:44 -05002274 "where the controller and GPIO expander are."
Matt Spinler60d1c392020-09-23 15:23:24 -05002275 ]
2276 }
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05002277 },
2278
2279 {
Matt Spinleradf070b2021-04-21 13:39:45 -05002280 "Name": "xyz.openbmc_project.Fan.Presence.Error.Detection",
2281 "ComponentID": "0x2800",
2282 "Subsystem": "power_fans",
2283 "Severity": "non_error",
2284 "ActionFlags": ["report"],
2285 "MfgSeverity": "predictive",
2286 "MfgActionFlags": ["service_action", "report"],
2287
2288 "SRC": {
2289 "Type": "11",
2290 "ReasonCode": "0x76F2",
2291 "Words6To9": {}
2292 },
2293
2294 "Callouts": [
2295 {
2296 "System": "ibm,rainier",
2297 "CalloutList": [
2298 {"Priority": "medium", "LocCode": "P0"}
2299 ]
2300 },
2301 {
2302 "System": "ibm,everest",
2303 "CalloutList": [
2304 {"Priority": "medium", "LocCode": "P1"}
2305 ]
2306 }
2307 ],
2308
2309 "Documentation": {
2310 "Description": "Presence detect methods for the same fan disagree",
2311 "Message": "Presence detect methods for the same fan disagree",
2312 "Notes": [
2313 "This error occurs when there is more than one way to detect",
2314 "fan presence, and they don't all agree. For example, the",
2315 "GPIO says a fan isn't present, but the tach readings are",
2316 "nonzero. This is informational, unless in manufacturing.",
2317 "The fan FRU is passed in as a high priority callout.",
2318 "The FRU the GPIO source is on is called out medium."
2319 ]
2320 }
2321 },
2322
2323 {
Matt Spinlerdde99202021-06-14 12:15:59 -06002324 "Name": "xyz.openbmc_project.Fan.Error.FanControllerOffline",
2325 "ComponentID": "0x2800",
2326 "Subsystem": "power_fans",
2327 "Severity": "critical_system_term",
2328 "ActionFlags": ["service_action", "report", "call_home"],
2329
2330 "SRC": {
2331 "Type": "11",
2332 "ReasonCode": "0x76F3",
2333 "Words6To9": {},
2334 "PowerFault": true
2335 },
2336
2337 "Callouts": [
2338 {
2339 "System": "ibm,rainier",
2340 "CalloutList": [
2341 {"Priority": "high", "LocCode": "P0-C5"},
2342 {"Priority": "medium_group_a", "LocCode": "P0-T12", "SymbolicFRUTrusted": "fan_cable"},
2343 {"Priority": "medium_group_a", "LocCode": "P0-T17", "SymbolicFRUTrusted": "cable_continued"},
2344 {"Priority": "low", "LocCode": "P0"}
2345 ]
2346 },
2347 {
2348 "System": "ibm,everest",
2349 "CalloutList": [
2350 {"Priority": "high", "LocCode": "P0-C0"},
2351 {"Priority": "medium", "LocCode": "P1"},
2352 {"Priority": "low", "LocCode": "P0"}
2353 ]
2354 }
2355 ],
2356
2357 "Documentation": {
2358 "Description": "The fan controller device is offline",
2359 "Message": "The fan controller is offline. The system must be powered off.",
2360 "Notes": [
2361 "The device that controls the fans is offline so the fan",
2362 "targets and speeds are unknown. The system will be shut",
2363 "down to preserve thermal safety. There may be an I2C",
2364 "or power problem with the device."
2365 ]
2366 }
2367 },
2368
2369 {
Mike Cappsabc276e2021-06-18 16:41:30 -04002370 "Name": "xyz.openbmc_project.Fan.Presence.Error.GPIODeviceUnavailable",
2371 "Subsystem": "power_fans",
2372 "ComponentID": "0x2800",
2373 "Severity": "unrecoverable_redundancy_loss",
2374 "ActionFlags": ["service_action", "report", "call_home"],
2375
2376 "SRC": {
2377 "Type": "11",
2378 "ReasonCode": "0x76F4",
2379 "Words6To9": {}
2380 },
2381
2382 "Callouts": [
2383 {
2384 "System" : "ibm,rainier",
2385 "CalloutList": [
2386 {"Priority": "high", "LocCode": "P0-C5"},
2387 {"Priority": "medium_group_a", "LocCode": "P0-T12","SymbolicFRUTrusted": "fan_cable"},
2388 {"Priority": "medium_group_a", "LocCode": "P0-T17","SymbolicFRUTrusted": "cable_continued"},
2389 {"Priority": "low", "LocCode": "P0"}
2390 ]
2391 },
2392 {
2393 "System" : "ibm,everest",
2394 "CalloutList": [
2395 {"Priority": "high", "LocCode": "P0-C0"},
2396 {"Priority": "medium", "LocCode": "P1"},
2397 {"Priority": "low", "LocCode": "P0"}
2398 ]
2399 }
2400 ],
2401
2402 "Documentation": {
2403 "Description": "Fan GPIO sensors not present",
2404 "Message": "Fan GPIO sensors not present",
2405 "Notes": [
2406 "The device that reports fan presence is not functioning."
2407 ]
2408 }
2409 },
2410
2411 {
Matt Spinler86e40dd2021-01-29 11:19:36 -06002412 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHigh",
2413 "Subsystem": "power",
2414 "ComponentID": "0x2800",
2415 "Severity": "predictive",
2416 "ActionFlags": ["service_action", "report"],
2417
2418 "SRC": {
2419 "ReasonCode": "0x2801",
2420 "Words6To9": {}
2421 },
2422
2423 "CalloutsUsingAD": {
2424 "ADName": "SENSOR_NAME",
2425 "CalloutsWithTheirADValues": [
2426 {
2427 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2428 "Callouts": [
2429 {
2430 "CalloutList": [
2431 { "Priority": "high", "SymbolicFRU": "ambient_temp" }
2432 ]
2433 }
2434 ]
2435 }
2436 ]
2437 },
2438
2439 "Documentation": {
2440 "Description": "A temperature sensor exceeded its performance loss threshold.",
2441 "Message": "A temperature sensor exceeded its performance loss threshold.",
2442 "Notes": [
2443 "A temperature sensor crossed its performance loss threshold value",
2444 "If it is the ambient sensor, then a symbolic FRU will be added.",
2445 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
2446 "a FRU callout."
2447 ]
2448 }
2449 },
2450
2451 {
2452 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHighClear",
2453 "Subsystem": "power",
2454 "ComponentID": "0x2800",
2455 "Severity": "non_error",
2456 "ActionFlags": ["report"],
2457 "EventType": "env_normal",
2458
2459 "SRC": {
2460 "ReasonCode": "0x2802",
2461 "Words6To9": {}
2462 },
2463
2464 "CalloutsUsingAD": {
2465 "ADName": "SENSOR_NAME",
2466 "CalloutsWithTheirADValues": [
2467 {
2468 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2469 "Callouts": [
2470 {
2471 "CalloutList": [
2472 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" }
2473 ]
2474 }
2475 ]
2476 }
2477 ]
2478 },
2479
2480 "Documentation": {
2481 "Description": "A temperature sensor is under its performance loss threshold.",
2482 "Message": "A temperature sensor is under its performance loss threshold.",
2483 "Notes": [
2484 "A temperature sensor crossed under its performance loss threshold value",
2485 "If it is the ambient sensor, then a symbolic FRU will be added."
2486 ]
2487 }
2488 },
2489
2490 {
2491 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHigh",
2492 "Subsystem": "power",
2493 "ComponentID": "0x2800",
2494 "Severity": "predictive",
2495 "ActionFlags": ["service_action", "report"],
2496
2497 "SRC": {
2498 "ReasonCode": "0x2803",
2499 "Words6To9": {}
2500 },
2501
2502 "CalloutsUsingAD": {
2503 "ADName": "SENSOR_NAME",
2504 "CalloutsWithTheirADValues": [
2505 {
2506 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2507 "Callouts": [
2508 {
2509 "CalloutList": [
2510 { "Priority": "high", "SymbolicFRU": "ambient_temp" }
2511 ]
2512 }
2513 ]
2514 }
2515 ]
2516 },
2517
2518 "Documentation": {
2519 "Description": "A temperature sensor exceeded its warning threshold.",
2520 "Message": "A temperature sensor exceeded its warning threshold.",
2521 "Notes": [
2522 "A temperature sensor crossed its warning threshold value",
2523 "If it is the ambient sensor, then a symbolic FRU will be added.",
2524 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
2525 "a FRU callout."
2526 ]
2527 }
2528 },
2529
2530 {
2531 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHighClear",
2532 "Subsystem": "power",
2533 "ComponentID": "0x2800",
2534 "Severity": "non_error",
2535 "ActionFlags": ["report"],
2536 "EventType": "env_normal",
2537
2538 "SRC": {
2539 "ReasonCode": "0x2804",
2540 "Words6To9": {}
2541 },
2542
2543 "CalloutsUsingAD": {
2544 "ADName": "SENSOR_NAME",
2545 "CalloutsWithTheirADValues": [
2546 {
2547 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2548 "Callouts": [
2549 {
2550 "CalloutList": [
2551 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" }
2552 ]
2553 }
2554 ]
2555 }
2556 ]
2557 },
2558
2559 "Documentation": {
2560 "Description": "A temperature sensor is under its warning threshold.",
2561 "Message": "A temperature sensor is under its warning threshold.",
2562 "Notes": [
2563 "A temperature sensor crossed under its warning threshold value",
2564 "If it is the ambient sensor, then a symbolic FRU will be added."
2565 ]
2566 }
2567 },
2568
2569 {
2570 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHigh",
2571 "Subsystem": "power",
2572 "ComponentID": "0x2800",
2573 "Severity": "predictive",
2574 "ActionFlags": ["service_action", "report"],
2575
2576 "SRC": {
2577 "ReasonCode": "0x2805",
2578 "Words6To9": {}
2579 },
2580
2581 "CalloutsUsingAD": {
2582 "ADName": "SENSOR_NAME",
2583 "CalloutsWithTheirADValues": [
2584 {
2585 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2586 "Callouts": [
2587 {
2588 "CalloutList": [
2589 { "Priority": "high", "SymbolicFRU": "ambient_temp" }
2590 ]
2591 }
2592 ]
2593 }
2594 ]
2595 },
2596
2597 "Documentation": {
2598 "Description": "A temperature sensor exceeded its critical threshold.",
2599 "Message": "A temperature sensor exceeded its critical threshold.",
2600 "Notes": [
2601 "A temperature sensor crossed its critical threshold value",
2602 "If it is the ambient sensor, then a symbolic FRU will be added.",
2603 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
2604 "a FRU callout."
2605 ]
2606 }
2607 },
2608
2609 {
2610 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHighClear",
2611 "Subsystem": "power",
2612 "ComponentID": "0x2800",
2613 "Severity": "non_error",
2614 "ActionFlags": ["report"],
2615 "EventType": "env_normal",
2616
2617 "SRC": {
2618 "ReasonCode": "0x2806",
2619 "Words6To9": {}
2620 },
2621
2622 "CalloutsUsingAD": {
2623 "ADName": "SENSOR_NAME",
2624 "CalloutsWithTheirADValues": [
2625 {
2626 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2627 "Callouts": [
2628 {
2629 "CalloutList": [
2630 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" }
2631 ]
2632 }
2633 ]
2634 }
2635 ]
2636 },
2637
2638 "Documentation": {
2639 "Description": "A temperature sensor is under its critical threshold.",
2640 "Message": "A temperature sensor is under its critical threshold.",
2641 "Notes": [
2642 "A temperature sensor crossed under its critical threshold value",
2643 "If it is the ambient sensor, then a symbolic FRU will be added."
2644 ]
2645 }
2646 },
2647
2648 {
Matt Spinler6b3490a2021-01-20 10:48:26 -06002649 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHigh",
2650 "Subsystem": "power",
2651 "ComponentID": "0x2800",
2652 "Severity": "predictive",
2653 "ActionFlags": ["service_action", "report"],
2654
2655 "SRC": {
2656 "ReasonCode": "0x2807",
2657 "Words6To9": {}
2658 },
2659
2660 "Callouts": [
2661 {
2662 "CalloutList": [
2663 {
2664 "Priority": "high",
2665 "SymbolicFRU": "ambient_temp"
2666 }
2667 ]
2668 }
2669 ],
2670
2671 "Documentation": {
2672 "Description": "The ambient temperature passed the EPOW3 limit.",
2673 "Message": "The ambient temperature passed the EPOW3 limit. The system will shut down if temp doesn't decrease.",
2674 "Notes": [
2675 "This error occurs when the ambient temperature surpassed",
2676 "the EPOW3 shutdown limit."
2677 ]
2678 }
2679 },
2680
2681 {
2682 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHighClear",
2683 "Subsystem": "power",
2684 "ComponentID": "0x2800",
2685 "Severity": "non_error",
2686 "ActionFlags": ["report"],
2687 "EventType": "env_normal",
2688
2689 "SRC": {
2690 "ReasonCode": "0x2808",
2691 "Words6To9": {}
2692 },
2693
2694 "Callouts": [
2695 {
2696 "CalloutList": [
2697 {
2698 "Priority": "high",
2699 "SymbolicFRU": "ambient_temp_back"
2700 }
2701 ]
2702 }
2703 ],
2704
2705 "Documentation": {
2706 "Description": "The ambient temperature is back under the EPOW3 limit.",
2707 "Message": "The ambient temperature is back under the EPOW3 limit."
2708 }
2709 },
2710
2711 {
2712 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.HardShutdownAlarmHigh",
2713 "Subsystem": "power",
2714 "ComponentID": "0x2800",
Matt Spinler6b3490a2021-01-20 10:48:26 -06002715 "ActionFlags": ["service_action", "report"],
2716
2717 "SRC": {
2718 "ReasonCode": "0x2809",
2719 "Words6To9": {}
2720 },
2721
2722 "Callouts": [
2723 {
2724 "CalloutList": [
2725 {
2726 "Priority": "high",
2727 "SymbolicFRU": "ambient_temp"
2728 }
2729 ]
2730 }
2731 ],
2732
2733 "Documentation": {
2734 "Description": "The ambient temperature passed the EPOW4 limit.",
2735 "Message": "The ambient temperature passed the EPOW4 limit. The system will shut down",
2736 "Notes": [
2737 "This error occurs when the ambient temperature surpassed",
2738 "the EPOW4 shutdown limit."
2739 ]
2740 }
2741 },
2742
2743 {
Rashmica Guptab63f75b2021-08-18 20:54:21 +10002744 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHigh",
2745 "Subsystem": "ext_env",
2746 "ComponentID": "0x2800",
2747 "Severity": "predictive",
2748 "ActionFlags": ["service_action", "report"],
2749
2750 "SRC": {
2751 "ReasonCode": "0x280A",
2752 "Words6To9": {}
2753 },
2754
2755 "CalloutsUsingAD": {
2756 "ADName": "SENSOR_NAME",
2757 "CalloutsWithTheirADValues": [
2758 {
2759 "ADValue": "/xyz/openbmc_project/sensors/altitude/Altitude",
2760 "Callouts": [
2761 {
2762 "CalloutList": [
2763 { "Priority": "high", "SymbolicFRU": "altitude" }
2764 ]
2765 }
2766 ]
2767 }
2768 ]
2769 },
2770
2771 "Documentation": {
2772 "Description": "An altitude sensor exceeded its warning threshold.",
2773 "Message": "An altitude sensor exceeded its warning threshold.",
2774 "Notes": [
2775 "The virtual altitude sensor crossed its warning threshold value",
2776 " and a symbolic FRU will be added."
2777 ]
2778 }
2779 },
2780
2781 {
2782 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHighClear",
2783 "Subsystem": "ext_env",
2784 "ComponentID": "0x2800",
2785 "Severity": "non_error",
2786 "ActionFlags": ["report"],
2787 "EventType": "env_normal",
2788
2789 "SRC": {
2790 "ReasonCode": "0x280B",
2791 "Words6To9": {}
2792 },
2793
2794 "Documentation": {
2795 "Description": "An altitude sensor is under its warning threshold.",
2796 "Message": "An altitude sensor is under its warning threshold.",
2797 "Notes": [
2798 "The virtual altitude sensor is under its warning threshold value",
2799 " and a symbolic FRU will be added."
2800 ]
2801 }
2802 },
2803
2804 {
Matt Spinler81331342021-10-05 14:09:56 -05002805 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLow",
2806 "Subsystem": "cec_tod",
2807 "ComponentID": "0x2800",
2808 "Severity": "predictive",
2809 "ActionFlags": ["service_action", "report"],
2810
2811 "SRC": {
2812 "ReasonCode": "0x280C",
2813 "Words6To9": {}
2814 },
2815
2816 "CalloutsUsingAD": {
2817 "ADName": "SENSOR_NAME",
2818 "CalloutsWithTheirADValues": [
2819 {
2820 "ADValue": "/xyz/openbmc_project/sensors/voltage/Battery_Voltage",
2821 "Callouts": [
2822 {
2823 "System": "ibm,rainier",
2824 "CalloutList": [
2825 {
2826 "Priority": "high",
2827 "LocCode": "P0-E0"
2828 }
2829 ]
2830 },
2831 {
2832 "System": "ibm,everest",
2833 "CalloutList": [
2834 {
2835 "Priority": "high",
2836 "LocCode": "P0-C0-E0"
2837 }
2838 ]
2839 }
2840 ]
2841 }
2842 ]
2843 },
2844
2845 "Documentation": {
2846 "Description": "A voltage sensor went below its critical low threshold.",
2847 "Message": "A voltage sensor went below its critical low threshold."
2848 }
2849 },
2850
2851 {
2852 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLowClear",
2853 "Subsystem": "cec_tod",
2854 "ComponentID": "0x2800",
2855 "Severity": "non_error",
2856 "ActionFlags": ["report"],
2857
2858 "SRC": {
2859 "ReasonCode": "0x280D",
2860 "Words6To9": {}
2861 },
2862
2863 "Documentation": {
2864 "Description": "A voltage sensor is over its critical low threshold.",
2865 "Message": "A voltage sensor is over its critical low threshold."
2866 }
2867 },
2868
2869 {
Matt Spinler1e792db2022-01-07 14:06:06 -06002870 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLow",
2871 "Subsystem": "power",
2872 "ComponentID": "0x2800",
2873 "Severity": "predictive",
2874 "ActionFlags": ["service_action", "report"],
2875
2876 "SRC": {
2877 "ReasonCode": "0x280E",
2878 "Words6To9": {}
2879 },
2880
2881 "Documentation": {
2882 "Description": "A temperature sensor is under its low warning threshold.",
2883 "Message": "A temperature sensor is under its low warning threshold.",
2884 "Notes": [
2885 "A temperature sensor crossed its low warning threshold value",
2886 "CALLOUT_INVENTORY_PATH will be passed in to add a FRU callout."
2887 ]
2888 }
2889 },
2890
2891 {
2892 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLowClear",
2893 "Subsystem": "power",
2894 "ComponentID": "0x2800",
2895 "Severity": "non_error",
2896 "ActionFlags": ["report"],
2897 "EventType": "env_normal",
2898
2899 "SRC": {
2900 "ReasonCode": "0x280F",
2901 "Words6To9": {}
2902 },
2903
2904 "Documentation": {
2905 "Description": "A temperature sensor is above its low warning threshold.",
2906 "Message": "A temperature sensor is above its low warning threshold.",
2907 "Notes": [
2908 "A temperature sensor crossed above its low warning threshold value."
2909 ]
2910 }
2911 },
2912
2913 {
2914 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalLow",
2915 "Subsystem": "power",
2916 "ComponentID": "0x2800",
2917 "Severity": "predictive",
2918 "ActionFlags": ["service_action", "report"],
2919
2920 "SRC": {
2921 "ReasonCode": "0x2810",
2922 "Words6To9": {}
2923 },
2924
2925 "Documentation": {
2926 "Description": "A temperature sensor is under its low critical threshold.",
2927 "Message": "A temperature sensor is under its low critical threshold.",
2928 "Notes": [
2929 "A temperature sensor crossed its low critical threshold value",
2930 "CALLOUT_INVENTORY_PATH will be passed in to add a FRU callout."
2931 ]
2932 }
2933 },
2934
2935 {
2936 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalLowClear",
2937 "Subsystem": "power",
2938 "ComponentID": "0x2800",
2939 "Severity": "non_error",
2940 "ActionFlags": ["report"],
2941 "EventType": "env_normal",
2942
2943 "SRC": {
2944 "ReasonCode": "0x2811",
2945 "Words6To9": {}
2946 },
2947
2948 "Documentation": {
2949 "Description": "A temperature sensor is over its low critical threshold.",
2950 "Message": "A temperature sensor is over its low critical threshold.",
2951 "Notes": [
2952 "A temperature sensor crossed above its critical threshold value"
2953 ]
2954 }
2955 },
2956
2957 {
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05002958 "Name": "com.ibm.VPD.Error.InvalidEepromPath",
2959 "Subsystem": "cec_vpd",
2960 "ComponentID": "0x4000",
2961
2962 "SRC": {
2963 "ReasonCode": "0x4000",
2964 "Words6To9":
2965 {
2966 "6":
2967 {
2968 "Description": "Errno of the failure.",
2969 "AdditionalDataPropSource": "CALLOUT_ERRNO"
2970 }
2971 }
2972 },
2973
2974 "Documentation": {
2975 "Description": "A path access error ocurred",
2976 "Message": "An EEPROM path access error occurred.",
2977 "Notes": [
2978 "This error occurs when parser is unable to access",
2979 "EEPROM path. Errno and device path are captured as",
2980 "additional data."
2981 ]
2982 }
2983 },
2984
2985 {
2986 "Name": "com.ibm.VPD.Error.InvalidVPD",
2987 "Subsystem": "cec_vpd",
2988 "ComponentID": "0x4000",
2989
2990 "SRC": {
2991 "ReasonCode": "0x4001",
2992 "Words6To9":
2993 {
2994 }
2995 },
2996
2997 "Documentation": {
2998 "Description": "Invalid VPD data.",
2999 "Message": "A VPD data exception occurred.",
3000 "Notes": [
3001 "This error occurs when VPD data is found to be",
3002 "invalid. This can be when VPD file is missing out",
3003 "mandatory records.Inventory path is captured in",
3004 "additional data."
3005 ]
3006 }
3007 },
3008
3009 {
3010 "Name": "com.ibm.VPD.Error.EccCheckFailed",
3011 "Subsystem": "cec_vpd",
3012 "ComponentID": "0x4000",
3013
3014 "SRC": {
3015 "ReasonCode": "0x4002",
3016 "Words6To9":
3017 {
3018 }
3019 },
3020
3021 "Documentation": {
3022 "Description": "Invalid VPD ecc data.",
3023 "Message": "A VPD ecc exception occurred.",
3024 "Notes": [
3025 "This error occurs when VPD ecc check fails for the FRU.",
3026 "Inventory path for the failed FRU is captured in additonal",
3027 "data."
3028 ]
3029 }
3030 },
3031
3032 {
3033 "Name": "com.ibm.VPD.Error.InvalidJson",
3034 "Subsystem": "cec_vpd",
3035 "ComponentID": "0x4000",
3036
3037 "SRC": {
3038 "ReasonCode": "0x4003",
3039 "Words6To9":
3040 {
3041 }
3042 },
3043
Matt Spinler834f3ed2022-01-26 16:18:02 -06003044 "Callouts": [
3045 {
3046 "CalloutList": [
3047 { "Priority": "high", "Procedure": "bmc_code" }
3048 ]
3049 }
3050 ],
3051
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05003052 "Documentation": {
3053 "Description": "Invalid Json",
3054 "Message": "A Json failure occurred.",
3055 "Notes": [
3056 "This error occurs when parser fails to access",
3057 "Json file or there is any issue with Json data.",
3058 "Failed Json path and cause of failure is captured",
3059 "in additional data."
3060 ]
3061 }
3062 },
3063
3064 {
3065 "Name": "com.ibm.VPD.Error.BlankSystemVPD",
3066 "Subsystem": "cec_vpd",
3067 "ComponentID": "0x4000",
3068
3069 "SRC": {
3070 "ReasonCode": "0x4004",
3071 "Words6To9":
3072 {
3073 }
3074 },
3075
3076 "Documentation": {
3077 "Description": "System VPD restore failed",
3078 "Message": "A system VPD restoration error occurred.",
3079 "Notes": [
3080 "This error occurs when restoring of system VPD fails.",
3081 "The FRU path and reason for failure is captured in",
3082 "additional data."
3083 ]
3084 }
3085 },
3086
3087 {
3088 "Name": "com.ibm.VPD.Error.DbusFailure",
3089 "Subsystem": "cec_vpd",
3090 "ComponentID": "0x4000",
3091
3092 "SRC": {
3093 "ReasonCode": "0x4005",
3094 "Words6To9":
3095 {
3096 }
3097 },
3098
Matt Spinler834f3ed2022-01-26 16:18:02 -06003099 "Callouts": [
3100 {
3101 "CalloutList": [
3102 { "Priority": "high", "Procedure": "bmc_code" }
3103 ]
3104 }
3105 ],
3106
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05003107 "Documentation": {
3108 "Description": "Dbus exception",
3109 "Message": "A Dbus internal error occurred.",
3110 "Notes": [
3111 "This error occurs when Dbus operation fails.",
3112 "Exceptions details are captured in additonal",
3113 "data."
3114 ]
3115 }
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05003116 },
3117
3118 {
Alpana Kumari081cfd42021-12-07 04:14:57 -06003119 "Name": "com.ibm.VPD.Error.UnknownSystemType",
3120 "Subsystem": "cec_vpd",
3121 "ComponentID": "0x4000",
3122
3123 "SRC": {
3124 "ReasonCode": "0x4006",
3125 "Words6To9":
3126 {
3127 }
3128 },
3129
3130 "Callouts": [
3131 {
3132 "CalloutList": [
3133 { "Priority": "high", "LocCode": "P0" }
3134 ]
3135 }
3136 ],
3137
3138 "Documentation": {
3139 "Description": "Unknown System Type",
3140 "Message": "System type not supported in DTB table.",
3141 "Notes": [
3142 "System type comes from combination of HW and IM value of system VPD.",
3143 "If anything gets changed in that combination, then it can't determine",
3144 "the appropriate DTB for that system. Need to check HW and IM keywords."
3145 ]
3146 }
3147 },
3148
3149 {
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05003150 "Name": "org.open_power.Host.Boot.Error.WatchdogTimeout",
3151 "Subsystem": "cec_sp_hostboot_iface",
3152
3153 "SRC":
3154 {
3155 "ReasonCode": "0xC101",
3156 "Words6To9":
3157 {
3158 }
3159 },
3160
3161 "Documentation":
3162 {
3163 "Description": "Host did not respond within the watchdog timeout interval",
3164 "Message": "Host did not respond before the watchdog timeout interval expired",
3165 "Notes": [
3166 "Host did not respond before the expiry of the watchdog timeout interval.",
3167 "Collecting hostboot dump."
3168 ]
3169 }
zamiseckbf61a982022-01-13 08:27:50 -06003170 },
3171
3172 {
3173 "Name": "xyz.openbmc_project.Software.Version.Error.Incompatible",
3174 "Subsystem": "bmc_firmware",
3175 "ComponentID": "0x3600",
3176 "SRC":
3177 {
3178 "ReasonCode": "0x3601",
3179 "Words6To9":
3180 {
3181 }
3182 },
3183
3184 "Callouts": [
3185 {
3186 "CalloutList": [
3187 { "Priority": "high", "Procedure": "bmc_code" }
3188 ]
3189 }
3190 ],
3191
3192 "Documentation":
3193 {
3194 "Description": "A system component has a software version that is incompatible.",
3195 "Message": "A system component has a software version that is incompatible."
3196 }
3197 },
3198
3199 {
3200 "Name": "xyz.openbmc_project.Software.Version.Error.AlreadyExists",
3201 "Subsystem": "bmc_firmware",
3202 "ComponentID": "0x3600",
3203 "SRC":
3204 {
3205 "ReasonCode": "0x3602",
3206 "Words6To9":
3207 {
3208 }
3209 },
3210
3211 "Callouts": [
3212 {
3213 "CalloutList": [
3214 { "Priority": "high", "Procedure": "bmc_code" }
3215 ]
3216 }
3217 ],
3218
3219 "Documentation":
3220 {
3221 "Description": "This image version already exists on the device.",
3222 "Message": "This image version already exists on the device."
3223 }
3224 },
3225
3226 {
3227 "Name": "xyz.openbmc_project.Software.Image.Error.UnTarFailure",
3228 "Subsystem": "bmc_firmware",
3229 "ComponentID": "0x3600",
3230 "SRC":
3231 {
3232 "ReasonCode": "0x3603",
3233 "Words6To9":
3234 {
3235 }
3236 },
3237
3238 "Callouts": [
3239 {
3240 "CalloutList": [
3241 { "Priority": "high", "Procedure": "bmc_code" }
3242 ]
3243 }
3244 ],
3245
3246 "Documentation":
3247 {
3248 "Description": "An error occurred during untar.",
3249 "Message": "An error occurred during untar."
3250 }
3251 },
3252
3253 {
3254 "Name": "xyz.openbmc_project.Software.Image.Error.ManifestFileFailure",
3255 "Subsystem": "bmc_firmware",
3256 "ComponentID": "0x3600",
3257 "SRC":
3258 {
3259 "ReasonCode": "0x3604",
3260 "Words6To9":
3261 {
3262 }
3263 },
3264
3265 "Callouts": [
3266 {
3267 "CalloutList": [
3268 { "Priority": "high", "Procedure": "bmc_code" }
3269 ]
3270 }
3271 ],
3272
3273 "Documentation":
3274 {
3275 "Description": "An error when reading the Manifest file..",
3276 "Message": "An error when reading the Manifest file.."
3277 }
3278 },
3279
3280 {
3281 "Name": "xyz.openbmc_project.Software.Image.Error.InternalFailure",
3282 "Subsystem": "bmc_firmware",
3283 "ComponentID": "0x3600",
3284 "SRC":
3285 {
3286 "ReasonCode": "0x3605",
3287 "Words6To9":
3288 {
3289 }
3290 },
3291
3292 "Callouts": [
3293 {
3294 "CalloutList": [
3295 { "Priority": "high", "Procedure": "bmc_code" }
3296 ]
3297 }
3298 ],
3299
3300 "Documentation":
3301 {
3302 "Description": "The operation failed internally during processing the image.",
3303 "Message": "The operation failed internally during processing the image."
3304 }
3305 },
3306
3307 {
3308 "Name": "xyz.openbmc_project.Software.Image.Error.ImageFailure",
3309 "Subsystem": "bmc_firmware",
3310 "ComponentID": "0x3600",
3311 "SRC":
3312 {
3313 "ReasonCode": "0x3606",
3314 "Words6To9":
3315 {
3316 }
3317 },
3318
3319 "Callouts": [
3320 {
3321 "CalloutList": [
3322 { "Priority": "high", "Procedure": "bmc_code" }
3323 ]
3324 }
3325 ],
3326
3327 "Documentation":
3328 {
3329 "Description": "An error occurred processing the image.",
3330 "Message": "An error occurred processing the image."
3331 }
3332 },
3333
3334 {
3335 "Name": "xyz.openbmc_project.Software.Image.Error.BusyFailure",
3336 "Subsystem": "bmc_firmware",
3337 "ComponentID": "0x3600",
3338 "SRC":
3339 {
3340 "ReasonCode": "0x3607",
3341 "Words6To9":
3342 {
3343 }
3344 },
3345
3346 "Callouts": [
3347 {
3348 "CalloutList": [
3349 { "Priority": "high", "Procedure": "bmc_code" }
3350 ]
3351 }
3352 ],
3353
3354 "Documentation":
3355 {
3356 "Description": "The device is busy during the update.",
3357 "Message": "The device is busy during the update."
3358 }
Matt Spinler3fd08d62019-10-22 14:25:33 -05003359 }
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05003360
Matt Spinler44792fd2019-09-26 15:58:58 -05003361 ]
3362}