blob: 5e3e7075acd1383b20cff72762e9adcac9439b29 [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 {
Shawn McCarneye4022182022-01-31 19:09:01 -06001892 "Name": "xyz.openbmc_project.Power.UPS.Error.Battery.Discharging",
1893 "Subsystem": "power",
1894 "Severity": "non_error",
1895 "ActionFlags": ["report"],
1896 "ComponentID": "0x2700",
1897
1898 "SRC": {
1899 "Type": "11",
1900 "ReasonCode": "0x4201",
1901 "Words6To9": {}
1902 },
1903
1904 "Documentation": {
1905 "Description": "The Uninterruptible Power Supply (UPS) battery is discharging and providing power to the system due to a utility failure",
1906 "Message": "The Uninterruptible Power Supply (UPS) battery is discharging and providing power to the system due to a utility failure",
1907 "Notes": [
1908 ]
1909 }
1910 },
1911
1912 {
1913 "Name": "xyz.openbmc_project.Power.UPS.Error.Battery.Low",
1914 "Subsystem": "power",
1915 "Severity": "non_error",
1916 "ActionFlags": ["report"],
1917 "ComponentID": "0x2700",
1918
1919 "SRC": {
1920 "Type": "11",
1921 "ReasonCode": "0x4203",
1922 "Words6To9": {}
1923 },
1924
1925 "Documentation": {
1926 "Description": "The Uninterruptible Power Supply (UPS) battery level is low",
1927 "Message": "The Uninterruptible Power Supply (UPS) battery level is low",
1928 "Notes": [
1929 ]
1930 }
1931 },
1932
1933 {
Shawn McCarney01648f52020-06-25 11:42:02 -05001934 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile",
1935 "Subsystem": "power",
1936 "ComponentID": "0x2700",
1937
1938 "SRC": {
1939 "Type": "11",
1940 "ReasonCode": "0xA013",
1941 "Words6To9": {}
1942 },
1943
1944 "Callouts": [
1945 {
1946 "CalloutList": [
1947 { "Priority": "high", "Procedure": "bmc_code" }
1948 ]
1949 }
1950 ],
1951
1952 "Documentation": {
1953 "Description": "A regulators configuration file error occurred",
1954 "Message": "A regulators configuration file error occurred",
1955 "Notes": [
1956 "The regulators configuration file could not be found, ",
1957 "could not be read, or had invalid contents."
1958 ]
1959 }
1960 },
1961
1962 {
Shawn McCarney82e31d82021-02-19 16:25:55 -06001963 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile.Critical",
1964 "Subsystem": "power",
1965 "Severity": "critical_system_term",
1966 "ComponentID": "0x2700",
1967
1968 "SRC": {
1969 "Type": "11",
1970 "ReasonCode": "0xA014",
1971 "Words6To9": {},
1972 "PowerFault": true
1973 },
1974
1975 "Callouts": [
1976 {
1977 "CalloutList": [
1978 { "Priority": "high", "Procedure": "bmc_code" }
1979 ]
1980 }
1981 ],
1982
1983 "Documentation": {
1984 "Description": "A critical regulators configuration file error occurred",
1985 "Message": "A critical regulators configuration file error occurred",
1986 "Notes": [
1987 "The regulators configuration file could not be found, ",
1988 "could not be read, or had invalid contents. As a result ",
1989 "voltage regulators could not be configured, and the ",
1990 "chassis could not be powered on."
1991 ]
1992 }
1993 },
1994
1995 {
Jim Wright7f678902020-11-30 16:03:57 -06001996 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerFault",
1997 "Subsystem": "power_sequencer",
1998 "ComponentID": "0x2700",
1999
2000 "SRC": {
2001 "Type": "11",
2002 "ReasonCode": "0xD000",
2003 "Words6To9": {}
2004 },
2005
2006 "Callouts": [
2007 {
2008 "CalloutList": [
2009 { "Priority": "high", "LocCode": "P0" }
2010 ]
2011 }
2012 ],
2013
2014 "Documentation": {
2015 "Description": "The power sequencer chip detected a fault",
2016 "Message": "The power sequencer chip detected a fault",
2017 "Notes": [
2018 ]
2019 }
2020 },
2021
2022 {
Jim Wrightc1ba04f2021-11-12 15:31:32 -06002023 "Name": "xyz.openbmc_project.Power.Error.PowerOnTimeout",
Jim Wright7f678902020-11-30 16:03:57 -06002024 "Subsystem": "power_sequencer",
2025 "ComponentID": "0x2700",
Jim Wrightc1ba04f2021-11-12 15:31:32 -06002026 "Severity": "critical",
Jim Wright7f678902020-11-30 16:03:57 -06002027
2028 "SRC": {
2029 "Type": "11",
2030 "ReasonCode": "0xD002",
2031 "Words6To9": {}
2032 },
2033
2034 "Callouts": [
2035 {
2036 "CalloutList": [
2037 { "Priority": "high", "LocCode": "P0" }
2038 ]
2039 }
2040 ],
2041
2042 "Documentation": {
Jim Wrightc1ba04f2021-11-12 15:31:32 -06002043 "Description": "System power failed to turn on within timeout period",
2044 "Message": "System power failed to turn on within timeout period",
2045 "Notes": [
2046 ]
2047 }
2048 },
2049
2050 {
2051 "Name": "xyz.openbmc_project.Power.Error.PowerOffTimeout",
2052 "Subsystem": "power_sequencer",
2053 "ComponentID": "0x2700",
2054 "Severity": "critical",
2055
2056 "SRC": {
2057 "Type": "11",
2058 "ReasonCode": "0xD008",
2059 "Words6To9": {}
2060 },
2061
2062 "Callouts": [
2063 {
2064 "CalloutList": [
2065 { "Priority": "high", "LocCode": "P0" }
2066 ]
2067 }
2068 ],
2069
2070 "Documentation": {
2071 "Description": "System power failed to turn off within timeout period",
2072 "Message": "System power failed to turn off within timeout period",
Jim Wright7f678902020-11-30 16:03:57 -06002073 "Notes": [
2074 ]
2075 }
2076 },
2077
2078 {
Shawn McCarney01648f52020-06-25 11:42:02 -05002079 "Name": "xyz.openbmc_project.Power.Error.Internal",
2080 "Subsystem": "power",
2081 "ComponentID": "0x2700",
2082
2083 "SRC": {
2084 "Type": "11",
2085 "ReasonCode": "0xE000",
2086 "Words6To9": {}
2087 },
2088
2089 "Callouts": [
2090 {
2091 "CalloutList": [
2092 { "Priority": "high", "Procedure": "bmc_code" }
2093 ]
2094 }
2095 ],
2096
2097 "Documentation": {
2098 "Description": "An internal firmware error occurred",
2099 "Message": "An internal firmware error occurred",
2100 "Notes": [
2101 "The error details must be provided in the AdditionalData ",
2102 "property of the event log."
2103 ]
2104 }
2105 },
2106
2107 {
2108 "Name": "xyz.openbmc_project.Power.Error.I2C",
2109 "Subsystem": "cec_i2c",
2110 "ComponentID": "0x2700",
2111
2112 "SRC": {
2113 "Type": "11",
2114 "ReasonCode": "0xE100",
2115 "Words6To9": {}
2116 },
2117
2118 "Documentation": {
2119 "Description": "An I2C error occurred communicating with a device",
2120 "Message": "An I2C error occurred communicating with a device",
2121 "Notes": [
2122 "The device should be identified using the ",
2123 "CALLOUT_DEVICE_PATH or CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR ",
2124 "keywords in the AdditionalData property of the event ",
2125 "log. This will cause the device and the hardware in the ",
2126 "communication path to be called out."
2127 ]
2128 }
2129 },
2130
2131 {
2132 "Name": "xyz.openbmc_project.Power.Error.PMBus",
2133 "Subsystem": "power",
2134 "ComponentID": "0x2700",
2135
2136 "SRC": {
2137 "Type": "11",
2138 "ReasonCode": "0xE200",
2139 "Words6To9": {}
2140 },
2141
2142 "Documentation": {
2143 "Description": "A PMBus error occurred on a device",
2144 "Message": "A PMBus error occurred on a device",
2145 "Notes": [
2146 "This error occurs when the I2C communication was ",
2147 "successful, but the PMBus value read is invalid or ",
2148 "unsupported. CALLOUT_INVENTORY_PATH should be specified ",
2149 "in the AdditionalData property of the event log so that ",
2150 "the device is called out but not the communication path."
2151 ]
2152 }
2153 },
2154
2155 {
2156 "Name": "xyz.openbmc_project.Power.Error.DBus",
2157 "Subsystem": "power",
2158 "ComponentID": "0x2700",
2159
2160 "SRC": {
2161 "Type": "11",
2162 "ReasonCode": "0xE300",
2163 "Words6To9": {}
2164 },
2165
2166 "Callouts": [
2167 {
2168 "CalloutList": [
2169 { "Priority": "high", "Procedure": "bmc_code" }
2170 ]
2171 }
2172 ],
2173
2174 "Documentation": {
2175 "Description": "A firmware inter-process communication (D-Bus) error occurred",
2176 "Message": "A firmware inter-process communication (D-Bus) error occurred"
2177 }
Matt Spinler60d1c392020-09-23 15:23:24 -05002178 },
2179
2180 {
Matt Spinler7c9c07e2020-10-22 10:16:37 -05002181 "Name": "xyz.openbmc_project.Fan.Error.Fault",
2182 "Subsystem": "power_fans",
2183 "ComponentID": "0x2800",
2184
2185 "SRC": {
2186 "Type": "11",
2187 "ReasonCode": "0x76F0",
2188 "Words6To9": {}
2189 },
2190
2191 "Documentation": {
2192 "Description": "Fan rotor fault",
2193 "Message": "Fan rotor fault",
2194 "Notes": [
2195 "This error occurs when a fan rotor has been faulted for a ",
2196 "certain amount of time. The callout is the fan which is ",
2197 "passed in with CALLOUT_INVENTORY_PATH. The severity is ",
2198 "passed in during creation and will be either informational ",
2199 "or unrecoverable. The action flags use the defaults and ",
2200 "vary based on the severity."
2201 ]
2202 }
2203 },
2204
2205 {
Matt Spinler60d1c392020-09-23 15:23:24 -05002206 "Name": "xyz.openbmc_project.Fan.Error.Missing",
2207 "Subsystem": "power_fans",
2208 "ComponentID": "0x2800",
2209 "Severity": "unrecoverable_redundancy_loss",
2210 "ActionFlags": ["service_action", "report", "call_home"],
2211
2212 "SRC": {
2213 "Type": "11",
2214 "ReasonCode": "0x76F1",
2215 "Words6To9": {}
2216 },
2217
2218 "Callouts": [
2219 {
Matt Spinler938ac792021-05-12 10:46:44 -05002220 "System": "ibm,rainier",
Matt Spinler60d1c392020-09-23 15:23:24 -05002221 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -05002222 {
2223 "Priority": "high",
2224 "SymbolicFRUTrusted": "air_mover",
2225 "UseInventoryLocCode": true
2226 },
2227 {
2228 "Priority": "low",
2229 "LocCode": "P0"
2230 }
Matt Spinler60d1c392020-09-23 15:23:24 -05002231 ]
Matt Spinler938ac792021-05-12 10:46:44 -05002232 },
2233 {
2234 "System": "ibm,everest",
2235 "CalloutList": [
2236 {
2237 "Priority": "high",
2238 "SymbolicFRUTrusted": "air_mover",
2239 "UseInventoryLocCode": true
2240 },
2241 {
2242 "Priority": "low",
2243 "LocCode": "P1"
2244 }
2245 ]
Matt Spinler60d1c392020-09-23 15:23:24 -05002246 }
2247 ],
2248
2249 "Documentation": {
2250 "Description": "A fan is missing",
2251 "Message": "A fan is missing",
2252 "Notes": [
2253 "This error occurs when a fan has been missing for a ",
Matt Spinler80600192020-10-23 09:29:33 -05002254 "certain amount of time. The first callout is the ",
2255 "symbolic FRU AIR_MOVR that has the trusted fan location ",
2256 "code, which it gets using the passed in ",
2257 "CALLOUT_INVENTORY_PATH. The second callout is the FRU ",
Matt Spinler938ac792021-05-12 10:46:44 -05002258 "where the controller and GPIO expander are."
Matt Spinler60d1c392020-09-23 15:23:24 -05002259 ]
2260 }
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05002261 },
2262
2263 {
Matt Spinleradf070b2021-04-21 13:39:45 -05002264 "Name": "xyz.openbmc_project.Fan.Presence.Error.Detection",
2265 "ComponentID": "0x2800",
2266 "Subsystem": "power_fans",
2267 "Severity": "non_error",
2268 "ActionFlags": ["report"],
2269 "MfgSeverity": "predictive",
2270 "MfgActionFlags": ["service_action", "report"],
2271
2272 "SRC": {
2273 "Type": "11",
2274 "ReasonCode": "0x76F2",
2275 "Words6To9": {}
2276 },
2277
2278 "Callouts": [
2279 {
2280 "System": "ibm,rainier",
2281 "CalloutList": [
2282 {"Priority": "medium", "LocCode": "P0"}
2283 ]
2284 },
2285 {
2286 "System": "ibm,everest",
2287 "CalloutList": [
2288 {"Priority": "medium", "LocCode": "P1"}
2289 ]
2290 }
2291 ],
2292
2293 "Documentation": {
2294 "Description": "Presence detect methods for the same fan disagree",
2295 "Message": "Presence detect methods for the same fan disagree",
2296 "Notes": [
2297 "This error occurs when there is more than one way to detect",
2298 "fan presence, and they don't all agree. For example, the",
2299 "GPIO says a fan isn't present, but the tach readings are",
2300 "nonzero. This is informational, unless in manufacturing.",
2301 "The fan FRU is passed in as a high priority callout.",
2302 "The FRU the GPIO source is on is called out medium."
2303 ]
2304 }
2305 },
2306
2307 {
Matt Spinlerdde99202021-06-14 12:15:59 -06002308 "Name": "xyz.openbmc_project.Fan.Error.FanControllerOffline",
2309 "ComponentID": "0x2800",
2310 "Subsystem": "power_fans",
2311 "Severity": "critical_system_term",
2312 "ActionFlags": ["service_action", "report", "call_home"],
2313
2314 "SRC": {
2315 "Type": "11",
2316 "ReasonCode": "0x76F3",
2317 "Words6To9": {},
2318 "PowerFault": true
2319 },
2320
2321 "Callouts": [
2322 {
2323 "System": "ibm,rainier",
2324 "CalloutList": [
2325 {"Priority": "high", "LocCode": "P0-C5"},
2326 {"Priority": "medium_group_a", "LocCode": "P0-T12", "SymbolicFRUTrusted": "fan_cable"},
2327 {"Priority": "medium_group_a", "LocCode": "P0-T17", "SymbolicFRUTrusted": "cable_continued"},
2328 {"Priority": "low", "LocCode": "P0"}
2329 ]
2330 },
2331 {
2332 "System": "ibm,everest",
2333 "CalloutList": [
2334 {"Priority": "high", "LocCode": "P0-C0"},
2335 {"Priority": "medium", "LocCode": "P1"},
2336 {"Priority": "low", "LocCode": "P0"}
2337 ]
2338 }
2339 ],
2340
2341 "Documentation": {
2342 "Description": "The fan controller device is offline",
2343 "Message": "The fan controller is offline. The system must be powered off.",
2344 "Notes": [
2345 "The device that controls the fans is offline so the fan",
2346 "targets and speeds are unknown. The system will be shut",
2347 "down to preserve thermal safety. There may be an I2C",
2348 "or power problem with the device."
2349 ]
2350 }
2351 },
2352
2353 {
Mike Cappsabc276e2021-06-18 16:41:30 -04002354 "Name": "xyz.openbmc_project.Fan.Presence.Error.GPIODeviceUnavailable",
2355 "Subsystem": "power_fans",
2356 "ComponentID": "0x2800",
2357 "Severity": "unrecoverable_redundancy_loss",
2358 "ActionFlags": ["service_action", "report", "call_home"],
2359
2360 "SRC": {
2361 "Type": "11",
2362 "ReasonCode": "0x76F4",
2363 "Words6To9": {}
2364 },
2365
2366 "Callouts": [
2367 {
2368 "System" : "ibm,rainier",
2369 "CalloutList": [
2370 {"Priority": "high", "LocCode": "P0-C5"},
2371 {"Priority": "medium_group_a", "LocCode": "P0-T12","SymbolicFRUTrusted": "fan_cable"},
2372 {"Priority": "medium_group_a", "LocCode": "P0-T17","SymbolicFRUTrusted": "cable_continued"},
2373 {"Priority": "low", "LocCode": "P0"}
2374 ]
2375 },
2376 {
2377 "System" : "ibm,everest",
2378 "CalloutList": [
2379 {"Priority": "high", "LocCode": "P0-C0"},
2380 {"Priority": "medium", "LocCode": "P1"},
2381 {"Priority": "low", "LocCode": "P0"}
2382 ]
2383 }
2384 ],
2385
2386 "Documentation": {
2387 "Description": "Fan GPIO sensors not present",
2388 "Message": "Fan GPIO sensors not present",
2389 "Notes": [
2390 "The device that reports fan presence is not functioning."
2391 ]
2392 }
2393 },
2394
2395 {
Matt Spinler86e40dd2021-01-29 11:19:36 -06002396 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHigh",
2397 "Subsystem": "power",
2398 "ComponentID": "0x2800",
2399 "Severity": "predictive",
2400 "ActionFlags": ["service_action", "report"],
2401
2402 "SRC": {
2403 "ReasonCode": "0x2801",
2404 "Words6To9": {}
2405 },
2406
2407 "CalloutsUsingAD": {
2408 "ADName": "SENSOR_NAME",
2409 "CalloutsWithTheirADValues": [
2410 {
2411 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2412 "Callouts": [
2413 {
2414 "CalloutList": [
2415 { "Priority": "high", "SymbolicFRU": "ambient_temp" }
2416 ]
2417 }
2418 ]
2419 }
2420 ]
2421 },
2422
2423 "Documentation": {
2424 "Description": "A temperature sensor exceeded its performance loss threshold.",
2425 "Message": "A temperature sensor exceeded its performance loss threshold.",
2426 "Notes": [
2427 "A temperature sensor crossed its performance loss threshold value",
2428 "If it is the ambient sensor, then a symbolic FRU will be added.",
2429 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
2430 "a FRU callout."
2431 ]
2432 }
2433 },
2434
2435 {
2436 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHighClear",
2437 "Subsystem": "power",
2438 "ComponentID": "0x2800",
2439 "Severity": "non_error",
2440 "ActionFlags": ["report"],
2441 "EventType": "env_normal",
2442
2443 "SRC": {
2444 "ReasonCode": "0x2802",
2445 "Words6To9": {}
2446 },
2447
2448 "CalloutsUsingAD": {
2449 "ADName": "SENSOR_NAME",
2450 "CalloutsWithTheirADValues": [
2451 {
2452 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2453 "Callouts": [
2454 {
2455 "CalloutList": [
2456 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" }
2457 ]
2458 }
2459 ]
2460 }
2461 ]
2462 },
2463
2464 "Documentation": {
2465 "Description": "A temperature sensor is under its performance loss threshold.",
2466 "Message": "A temperature sensor is under its performance loss threshold.",
2467 "Notes": [
2468 "A temperature sensor crossed under its performance loss threshold value",
2469 "If it is the ambient sensor, then a symbolic FRU will be added."
2470 ]
2471 }
2472 },
2473
2474 {
2475 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHigh",
2476 "Subsystem": "power",
2477 "ComponentID": "0x2800",
2478 "Severity": "predictive",
2479 "ActionFlags": ["service_action", "report"],
2480
2481 "SRC": {
2482 "ReasonCode": "0x2803",
2483 "Words6To9": {}
2484 },
2485
2486 "CalloutsUsingAD": {
2487 "ADName": "SENSOR_NAME",
2488 "CalloutsWithTheirADValues": [
2489 {
2490 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2491 "Callouts": [
2492 {
2493 "CalloutList": [
2494 { "Priority": "high", "SymbolicFRU": "ambient_temp" }
2495 ]
2496 }
2497 ]
2498 }
2499 ]
2500 },
2501
2502 "Documentation": {
2503 "Description": "A temperature sensor exceeded its warning threshold.",
2504 "Message": "A temperature sensor exceeded its warning threshold.",
2505 "Notes": [
2506 "A temperature sensor crossed its warning threshold value",
2507 "If it is the ambient sensor, then a symbolic FRU will be added.",
2508 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
2509 "a FRU callout."
2510 ]
2511 }
2512 },
2513
2514 {
2515 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHighClear",
2516 "Subsystem": "power",
2517 "ComponentID": "0x2800",
2518 "Severity": "non_error",
2519 "ActionFlags": ["report"],
2520 "EventType": "env_normal",
2521
2522 "SRC": {
2523 "ReasonCode": "0x2804",
2524 "Words6To9": {}
2525 },
2526
2527 "CalloutsUsingAD": {
2528 "ADName": "SENSOR_NAME",
2529 "CalloutsWithTheirADValues": [
2530 {
2531 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2532 "Callouts": [
2533 {
2534 "CalloutList": [
2535 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" }
2536 ]
2537 }
2538 ]
2539 }
2540 ]
2541 },
2542
2543 "Documentation": {
2544 "Description": "A temperature sensor is under its warning threshold.",
2545 "Message": "A temperature sensor is under its warning threshold.",
2546 "Notes": [
2547 "A temperature sensor crossed under its warning threshold value",
2548 "If it is the ambient sensor, then a symbolic FRU will be added."
2549 ]
2550 }
2551 },
2552
2553 {
2554 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHigh",
2555 "Subsystem": "power",
2556 "ComponentID": "0x2800",
2557 "Severity": "predictive",
2558 "ActionFlags": ["service_action", "report"],
2559
2560 "SRC": {
2561 "ReasonCode": "0x2805",
2562 "Words6To9": {}
2563 },
2564
2565 "CalloutsUsingAD": {
2566 "ADName": "SENSOR_NAME",
2567 "CalloutsWithTheirADValues": [
2568 {
2569 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2570 "Callouts": [
2571 {
2572 "CalloutList": [
2573 { "Priority": "high", "SymbolicFRU": "ambient_temp" }
2574 ]
2575 }
2576 ]
2577 }
2578 ]
2579 },
2580
2581 "Documentation": {
2582 "Description": "A temperature sensor exceeded its critical threshold.",
2583 "Message": "A temperature sensor exceeded its critical threshold.",
2584 "Notes": [
2585 "A temperature sensor crossed its critical threshold value",
2586 "If it is the ambient sensor, then a symbolic FRU will be added.",
2587 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
2588 "a FRU callout."
2589 ]
2590 }
2591 },
2592
2593 {
2594 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHighClear",
2595 "Subsystem": "power",
2596 "ComponentID": "0x2800",
2597 "Severity": "non_error",
2598 "ActionFlags": ["report"],
2599 "EventType": "env_normal",
2600
2601 "SRC": {
2602 "ReasonCode": "0x2806",
2603 "Words6To9": {}
2604 },
2605
2606 "CalloutsUsingAD": {
2607 "ADName": "SENSOR_NAME",
2608 "CalloutsWithTheirADValues": [
2609 {
2610 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2611 "Callouts": [
2612 {
2613 "CalloutList": [
2614 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" }
2615 ]
2616 }
2617 ]
2618 }
2619 ]
2620 },
2621
2622 "Documentation": {
2623 "Description": "A temperature sensor is under its critical threshold.",
2624 "Message": "A temperature sensor is under its critical threshold.",
2625 "Notes": [
2626 "A temperature sensor crossed under its critical threshold value",
2627 "If it is the ambient sensor, then a symbolic FRU will be added."
2628 ]
2629 }
2630 },
2631
2632 {
Matt Spinler6b3490a2021-01-20 10:48:26 -06002633 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHigh",
2634 "Subsystem": "power",
2635 "ComponentID": "0x2800",
2636 "Severity": "predictive",
2637 "ActionFlags": ["service_action", "report"],
2638
2639 "SRC": {
2640 "ReasonCode": "0x2807",
2641 "Words6To9": {}
2642 },
2643
2644 "Callouts": [
2645 {
2646 "CalloutList": [
2647 {
2648 "Priority": "high",
2649 "SymbolicFRU": "ambient_temp"
2650 }
2651 ]
2652 }
2653 ],
2654
2655 "Documentation": {
2656 "Description": "The ambient temperature passed the EPOW3 limit.",
2657 "Message": "The ambient temperature passed the EPOW3 limit. The system will shut down if temp doesn't decrease.",
2658 "Notes": [
2659 "This error occurs when the ambient temperature surpassed",
2660 "the EPOW3 shutdown limit."
2661 ]
2662 }
2663 },
2664
2665 {
2666 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHighClear",
2667 "Subsystem": "power",
2668 "ComponentID": "0x2800",
2669 "Severity": "non_error",
2670 "ActionFlags": ["report"],
2671 "EventType": "env_normal",
2672
2673 "SRC": {
2674 "ReasonCode": "0x2808",
2675 "Words6To9": {}
2676 },
2677
2678 "Callouts": [
2679 {
2680 "CalloutList": [
2681 {
2682 "Priority": "high",
2683 "SymbolicFRU": "ambient_temp_back"
2684 }
2685 ]
2686 }
2687 ],
2688
2689 "Documentation": {
2690 "Description": "The ambient temperature is back under the EPOW3 limit.",
2691 "Message": "The ambient temperature is back under the EPOW3 limit."
2692 }
2693 },
2694
2695 {
2696 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.HardShutdownAlarmHigh",
2697 "Subsystem": "power",
2698 "ComponentID": "0x2800",
Matt Spinler6b3490a2021-01-20 10:48:26 -06002699 "ActionFlags": ["service_action", "report"],
2700
2701 "SRC": {
2702 "ReasonCode": "0x2809",
2703 "Words6To9": {}
2704 },
2705
2706 "Callouts": [
2707 {
2708 "CalloutList": [
2709 {
2710 "Priority": "high",
2711 "SymbolicFRU": "ambient_temp"
2712 }
2713 ]
2714 }
2715 ],
2716
2717 "Documentation": {
2718 "Description": "The ambient temperature passed the EPOW4 limit.",
2719 "Message": "The ambient temperature passed the EPOW4 limit. The system will shut down",
2720 "Notes": [
2721 "This error occurs when the ambient temperature surpassed",
2722 "the EPOW4 shutdown limit."
2723 ]
2724 }
2725 },
2726
2727 {
Rashmica Guptab63f75b2021-08-18 20:54:21 +10002728 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHigh",
2729 "Subsystem": "ext_env",
2730 "ComponentID": "0x2800",
2731 "Severity": "predictive",
2732 "ActionFlags": ["service_action", "report"],
2733
2734 "SRC": {
2735 "ReasonCode": "0x280A",
2736 "Words6To9": {}
2737 },
2738
2739 "CalloutsUsingAD": {
2740 "ADName": "SENSOR_NAME",
2741 "CalloutsWithTheirADValues": [
2742 {
2743 "ADValue": "/xyz/openbmc_project/sensors/altitude/Altitude",
2744 "Callouts": [
2745 {
2746 "CalloutList": [
2747 { "Priority": "high", "SymbolicFRU": "altitude" }
2748 ]
2749 }
2750 ]
2751 }
2752 ]
2753 },
2754
2755 "Documentation": {
2756 "Description": "An altitude sensor exceeded its warning threshold.",
2757 "Message": "An altitude sensor exceeded its warning threshold.",
2758 "Notes": [
2759 "The virtual altitude sensor crossed its warning threshold value",
2760 " and a symbolic FRU will be added."
2761 ]
2762 }
2763 },
2764
2765 {
2766 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHighClear",
2767 "Subsystem": "ext_env",
2768 "ComponentID": "0x2800",
2769 "Severity": "non_error",
2770 "ActionFlags": ["report"],
2771 "EventType": "env_normal",
2772
2773 "SRC": {
2774 "ReasonCode": "0x280B",
2775 "Words6To9": {}
2776 },
2777
2778 "Documentation": {
2779 "Description": "An altitude sensor is under its warning threshold.",
2780 "Message": "An altitude sensor is under its warning threshold.",
2781 "Notes": [
2782 "The virtual altitude sensor is under its warning threshold value",
2783 " and a symbolic FRU will be added."
2784 ]
2785 }
2786 },
2787
2788 {
Matt Spinler81331342021-10-05 14:09:56 -05002789 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLow",
2790 "Subsystem": "cec_tod",
2791 "ComponentID": "0x2800",
2792 "Severity": "predictive",
2793 "ActionFlags": ["service_action", "report"],
2794
2795 "SRC": {
2796 "ReasonCode": "0x280C",
2797 "Words6To9": {}
2798 },
2799
2800 "CalloutsUsingAD": {
2801 "ADName": "SENSOR_NAME",
2802 "CalloutsWithTheirADValues": [
2803 {
2804 "ADValue": "/xyz/openbmc_project/sensors/voltage/Battery_Voltage",
2805 "Callouts": [
2806 {
2807 "System": "ibm,rainier",
2808 "CalloutList": [
2809 {
2810 "Priority": "high",
2811 "LocCode": "P0-E0"
2812 }
2813 ]
2814 },
2815 {
2816 "System": "ibm,everest",
2817 "CalloutList": [
2818 {
2819 "Priority": "high",
2820 "LocCode": "P0-C0-E0"
2821 }
2822 ]
2823 }
2824 ]
2825 }
2826 ]
2827 },
2828
2829 "Documentation": {
2830 "Description": "A voltage sensor went below its critical low threshold.",
2831 "Message": "A voltage sensor went below its critical low threshold."
2832 }
2833 },
2834
2835 {
2836 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLowClear",
2837 "Subsystem": "cec_tod",
2838 "ComponentID": "0x2800",
2839 "Severity": "non_error",
2840 "ActionFlags": ["report"],
2841
2842 "SRC": {
2843 "ReasonCode": "0x280D",
2844 "Words6To9": {}
2845 },
2846
2847 "Documentation": {
2848 "Description": "A voltage sensor is over its critical low threshold.",
2849 "Message": "A voltage sensor is over its critical low threshold."
2850 }
2851 },
2852
2853 {
Matt Spinler1e792db2022-01-07 14:06:06 -06002854 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLow",
2855 "Subsystem": "power",
2856 "ComponentID": "0x2800",
2857 "Severity": "predictive",
2858 "ActionFlags": ["service_action", "report"],
2859
2860 "SRC": {
2861 "ReasonCode": "0x280E",
2862 "Words6To9": {}
2863 },
2864
2865 "Documentation": {
2866 "Description": "A temperature sensor is under its low warning threshold.",
2867 "Message": "A temperature sensor is under its low warning threshold.",
2868 "Notes": [
2869 "A temperature sensor crossed its low warning threshold value",
2870 "CALLOUT_INVENTORY_PATH will be passed in to add a FRU callout."
2871 ]
2872 }
2873 },
2874
2875 {
2876 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLowClear",
2877 "Subsystem": "power",
2878 "ComponentID": "0x2800",
2879 "Severity": "non_error",
2880 "ActionFlags": ["report"],
2881 "EventType": "env_normal",
2882
2883 "SRC": {
2884 "ReasonCode": "0x280F",
2885 "Words6To9": {}
2886 },
2887
2888 "Documentation": {
2889 "Description": "A temperature sensor is above its low warning threshold.",
2890 "Message": "A temperature sensor is above its low warning threshold.",
2891 "Notes": [
2892 "A temperature sensor crossed above its low warning threshold value."
2893 ]
2894 }
2895 },
2896
2897 {
2898 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalLow",
2899 "Subsystem": "power",
2900 "ComponentID": "0x2800",
2901 "Severity": "predictive",
2902 "ActionFlags": ["service_action", "report"],
2903
2904 "SRC": {
2905 "ReasonCode": "0x2810",
2906 "Words6To9": {}
2907 },
2908
2909 "Documentation": {
2910 "Description": "A temperature sensor is under its low critical threshold.",
2911 "Message": "A temperature sensor is under its low critical threshold.",
2912 "Notes": [
2913 "A temperature sensor crossed its low critical threshold value",
2914 "CALLOUT_INVENTORY_PATH will be passed in to add a FRU callout."
2915 ]
2916 }
2917 },
2918
2919 {
2920 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalLowClear",
2921 "Subsystem": "power",
2922 "ComponentID": "0x2800",
2923 "Severity": "non_error",
2924 "ActionFlags": ["report"],
2925 "EventType": "env_normal",
2926
2927 "SRC": {
2928 "ReasonCode": "0x2811",
2929 "Words6To9": {}
2930 },
2931
2932 "Documentation": {
2933 "Description": "A temperature sensor is over its low critical threshold.",
2934 "Message": "A temperature sensor is over its low critical threshold.",
2935 "Notes": [
2936 "A temperature sensor crossed above its critical threshold value"
2937 ]
2938 }
2939 },
2940
2941 {
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05002942 "Name": "com.ibm.VPD.Error.InvalidEepromPath",
2943 "Subsystem": "cec_vpd",
2944 "ComponentID": "0x4000",
2945
2946 "SRC": {
2947 "ReasonCode": "0x4000",
2948 "Words6To9":
2949 {
2950 "6":
2951 {
2952 "Description": "Errno of the failure.",
2953 "AdditionalDataPropSource": "CALLOUT_ERRNO"
2954 }
2955 }
2956 },
2957
2958 "Documentation": {
2959 "Description": "A path access error ocurred",
2960 "Message": "An EEPROM path access error occurred.",
2961 "Notes": [
2962 "This error occurs when parser is unable to access",
2963 "EEPROM path. Errno and device path are captured as",
2964 "additional data."
2965 ]
2966 }
2967 },
2968
2969 {
2970 "Name": "com.ibm.VPD.Error.InvalidVPD",
2971 "Subsystem": "cec_vpd",
2972 "ComponentID": "0x4000",
2973
2974 "SRC": {
2975 "ReasonCode": "0x4001",
2976 "Words6To9":
2977 {
2978 }
2979 },
2980
2981 "Documentation": {
2982 "Description": "Invalid VPD data.",
2983 "Message": "A VPD data exception occurred.",
2984 "Notes": [
2985 "This error occurs when VPD data is found to be",
2986 "invalid. This can be when VPD file is missing out",
2987 "mandatory records.Inventory path is captured in",
2988 "additional data."
2989 ]
2990 }
2991 },
2992
2993 {
2994 "Name": "com.ibm.VPD.Error.EccCheckFailed",
2995 "Subsystem": "cec_vpd",
2996 "ComponentID": "0x4000",
2997
2998 "SRC": {
2999 "ReasonCode": "0x4002",
3000 "Words6To9":
3001 {
3002 }
3003 },
3004
3005 "Documentation": {
3006 "Description": "Invalid VPD ecc data.",
3007 "Message": "A VPD ecc exception occurred.",
3008 "Notes": [
3009 "This error occurs when VPD ecc check fails for the FRU.",
3010 "Inventory path for the failed FRU is captured in additonal",
3011 "data."
3012 ]
3013 }
3014 },
3015
3016 {
3017 "Name": "com.ibm.VPD.Error.InvalidJson",
3018 "Subsystem": "cec_vpd",
3019 "ComponentID": "0x4000",
3020
3021 "SRC": {
3022 "ReasonCode": "0x4003",
3023 "Words6To9":
3024 {
3025 }
3026 },
3027
3028 "Documentation": {
3029 "Description": "Invalid Json",
3030 "Message": "A Json failure occurred.",
3031 "Notes": [
3032 "This error occurs when parser fails to access",
3033 "Json file or there is any issue with Json data.",
3034 "Failed Json path and cause of failure is captured",
3035 "in additional data."
3036 ]
3037 }
3038 },
3039
3040 {
3041 "Name": "com.ibm.VPD.Error.BlankSystemVPD",
3042 "Subsystem": "cec_vpd",
3043 "ComponentID": "0x4000",
3044
3045 "SRC": {
3046 "ReasonCode": "0x4004",
3047 "Words6To9":
3048 {
3049 }
3050 },
3051
3052 "Documentation": {
3053 "Description": "System VPD restore failed",
3054 "Message": "A system VPD restoration error occurred.",
3055 "Notes": [
3056 "This error occurs when restoring of system VPD fails.",
3057 "The FRU path and reason for failure is captured in",
3058 "additional data."
3059 ]
3060 }
3061 },
3062
3063 {
3064 "Name": "com.ibm.VPD.Error.DbusFailure",
3065 "Subsystem": "cec_vpd",
3066 "ComponentID": "0x4000",
3067
3068 "SRC": {
3069 "ReasonCode": "0x4005",
3070 "Words6To9":
3071 {
3072 }
3073 },
3074
3075 "Documentation": {
3076 "Description": "Dbus exception",
3077 "Message": "A Dbus internal error occurred.",
3078 "Notes": [
3079 "This error occurs when Dbus operation fails.",
3080 "Exceptions details are captured in additonal",
3081 "data."
3082 ]
3083 }
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05003084 },
3085
3086 {
Alpana Kumari081cfd42021-12-07 04:14:57 -06003087 "Name": "com.ibm.VPD.Error.UnknownSystemType",
3088 "Subsystem": "cec_vpd",
3089 "ComponentID": "0x4000",
3090
3091 "SRC": {
3092 "ReasonCode": "0x4006",
3093 "Words6To9":
3094 {
3095 }
3096 },
3097
3098 "Callouts": [
3099 {
3100 "CalloutList": [
3101 { "Priority": "high", "LocCode": "P0" }
3102 ]
3103 }
3104 ],
3105
3106 "Documentation": {
3107 "Description": "Unknown System Type",
3108 "Message": "System type not supported in DTB table.",
3109 "Notes": [
3110 "System type comes from combination of HW and IM value of system VPD.",
3111 "If anything gets changed in that combination, then it can't determine",
3112 "the appropriate DTB for that system. Need to check HW and IM keywords."
3113 ]
3114 }
3115 },
3116
3117 {
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05003118 "Name": "org.open_power.Host.Boot.Error.WatchdogTimeout",
3119 "Subsystem": "cec_sp_hostboot_iface",
3120
3121 "SRC":
3122 {
3123 "ReasonCode": "0xC101",
3124 "Words6To9":
3125 {
3126 }
3127 },
3128
3129 "Documentation":
3130 {
3131 "Description": "Host did not respond within the watchdog timeout interval",
3132 "Message": "Host did not respond before the watchdog timeout interval expired",
3133 "Notes": [
3134 "Host did not respond before the expiry of the watchdog timeout interval.",
3135 "Collecting hostboot dump."
3136 ]
3137 }
zamiseckbf61a982022-01-13 08:27:50 -06003138 },
3139
3140 {
3141 "Name": "xyz.openbmc_project.Software.Version.Error.Incompatible",
3142 "Subsystem": "bmc_firmware",
3143 "ComponentID": "0x3600",
3144 "SRC":
3145 {
3146 "ReasonCode": "0x3601",
3147 "Words6To9":
3148 {
3149 }
3150 },
3151
3152 "Callouts": [
3153 {
3154 "CalloutList": [
3155 { "Priority": "high", "Procedure": "bmc_code" }
3156 ]
3157 }
3158 ],
3159
3160 "Documentation":
3161 {
3162 "Description": "A system component has a software version that is incompatible.",
3163 "Message": "A system component has a software version that is incompatible."
3164 }
3165 },
3166
3167 {
3168 "Name": "xyz.openbmc_project.Software.Version.Error.AlreadyExists",
3169 "Subsystem": "bmc_firmware",
3170 "ComponentID": "0x3600",
3171 "SRC":
3172 {
3173 "ReasonCode": "0x3602",
3174 "Words6To9":
3175 {
3176 }
3177 },
3178
3179 "Callouts": [
3180 {
3181 "CalloutList": [
3182 { "Priority": "high", "Procedure": "bmc_code" }
3183 ]
3184 }
3185 ],
3186
3187 "Documentation":
3188 {
3189 "Description": "This image version already exists on the device.",
3190 "Message": "This image version already exists on the device."
3191 }
3192 },
3193
3194 {
3195 "Name": "xyz.openbmc_project.Software.Image.Error.UnTarFailure",
3196 "Subsystem": "bmc_firmware",
3197 "ComponentID": "0x3600",
3198 "SRC":
3199 {
3200 "ReasonCode": "0x3603",
3201 "Words6To9":
3202 {
3203 }
3204 },
3205
3206 "Callouts": [
3207 {
3208 "CalloutList": [
3209 { "Priority": "high", "Procedure": "bmc_code" }
3210 ]
3211 }
3212 ],
3213
3214 "Documentation":
3215 {
3216 "Description": "An error occurred during untar.",
3217 "Message": "An error occurred during untar."
3218 }
3219 },
3220
3221 {
3222 "Name": "xyz.openbmc_project.Software.Image.Error.ManifestFileFailure",
3223 "Subsystem": "bmc_firmware",
3224 "ComponentID": "0x3600",
3225 "SRC":
3226 {
3227 "ReasonCode": "0x3604",
3228 "Words6To9":
3229 {
3230 }
3231 },
3232
3233 "Callouts": [
3234 {
3235 "CalloutList": [
3236 { "Priority": "high", "Procedure": "bmc_code" }
3237 ]
3238 }
3239 ],
3240
3241 "Documentation":
3242 {
3243 "Description": "An error when reading the Manifest file..",
3244 "Message": "An error when reading the Manifest file.."
3245 }
3246 },
3247
3248 {
3249 "Name": "xyz.openbmc_project.Software.Image.Error.InternalFailure",
3250 "Subsystem": "bmc_firmware",
3251 "ComponentID": "0x3600",
3252 "SRC":
3253 {
3254 "ReasonCode": "0x3605",
3255 "Words6To9":
3256 {
3257 }
3258 },
3259
3260 "Callouts": [
3261 {
3262 "CalloutList": [
3263 { "Priority": "high", "Procedure": "bmc_code" }
3264 ]
3265 }
3266 ],
3267
3268 "Documentation":
3269 {
3270 "Description": "The operation failed internally during processing the image.",
3271 "Message": "The operation failed internally during processing the image."
3272 }
3273 },
3274
3275 {
3276 "Name": "xyz.openbmc_project.Software.Image.Error.ImageFailure",
3277 "Subsystem": "bmc_firmware",
3278 "ComponentID": "0x3600",
3279 "SRC":
3280 {
3281 "ReasonCode": "0x3606",
3282 "Words6To9":
3283 {
3284 }
3285 },
3286
3287 "Callouts": [
3288 {
3289 "CalloutList": [
3290 { "Priority": "high", "Procedure": "bmc_code" }
3291 ]
3292 }
3293 ],
3294
3295 "Documentation":
3296 {
3297 "Description": "An error occurred processing the image.",
3298 "Message": "An error occurred processing the image."
3299 }
3300 },
3301
3302 {
3303 "Name": "xyz.openbmc_project.Software.Image.Error.BusyFailure",
3304 "Subsystem": "bmc_firmware",
3305 "ComponentID": "0x3600",
3306 "SRC":
3307 {
3308 "ReasonCode": "0x3607",
3309 "Words6To9":
3310 {
3311 }
3312 },
3313
3314 "Callouts": [
3315 {
3316 "CalloutList": [
3317 { "Priority": "high", "Procedure": "bmc_code" }
3318 ]
3319 }
3320 ],
3321
3322 "Documentation":
3323 {
3324 "Description": "The device is busy during the update.",
3325 "Message": "The device is busy during the update."
3326 }
Matt Spinler3fd08d62019-10-22 14:25:33 -05003327 }
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05003328
Matt Spinler44792fd2019-09-26 15:58:58 -05003329 ]
3330}