blob: fb79b99c1b0ab22a254ea060f3a6fdf2563ceaea [file] [log] [blame]
Matt Spinler44792fd2019-09-26 15:58:58 -05001{
2 "PELs":
3 [
Matt Spinler3fd08d62019-10-22 14:25:33 -05004 {
5 "Name": "xyz.openbmc_project.Common.Error.Timeout",
6 "Subsystem": "bmc_firmware",
Matt Spinler44792fd2019-09-26 15:58:58 -05007
Matt Spinler3fd08d62019-10-22 14:25:33 -05008 "SRC":
9 {
10 "ReasonCode": "0x1001",
11 "Words6To9":
12 {
13 "6":
14 {
15 "Description": "Timeout in ms",
16 "AdditionalDataPropSource": "TIMEOUT_IN_MSEC"
17 }
18 }
19 },
20
21 "Documentation":
22 {
23 "Description": "This is a generic timeout error",
24 "Message": "An operation timed out",
25 "Notes": [
26 "The journal should contain more information"
27 ]
28 }
29 },
30
31 {
32 "Name": "xyz.openbmc_project.Common.Error.InternalFailure",
33 "Subsystem": "bmc_firmware",
34
35 "SRC":
36 {
37 "ReasonCode": "0x1002",
38 "Words6To9":
39 {
40 }
41 },
42
43 "Documentation":
44 {
45 "Description": "BMC code had a generic internal failure",
46 "Message": "An application had an internal failure",
47 "Notes": [
48 "The journal should contain more information"
49 ]
50 }
51 },
52
53 {
54 "Name": "xyz.openbmc_project.Common.Error.InvalidArgument",
55 "Subsystem": "user_error",
56
57 "SRC":
58 {
59 "ReasonCode": "0x1003",
60 "Words6To9":
61 {
62 }
63 },
64
65 "Documentation":
66 {
67 "Description": "BMC code was given an invalid argument",
68 "Message": "Code was given an invalid argument",
69 "Notes": [
70 "The journal should contain more information"
71 ]
72 }
73 },
74 {
75 "Name": "xyz.openbmc_project.Common.Error.InsufficientPermission",
76 "Subsystem": "user_error",
77
78 "SRC":
79 {
80 "ReasonCode": "0x1004",
81 "Words6To9":
82 {
83 }
84 },
85
86 "Documentation":
87 {
88 "Description": "An operation failed due to insufficient permission",
89 "Message": "An operation failed due to unsufficient permission",
90 "Notes": [
91 "The journal should contain more information"
92 ]
93 }
94 },
95
96 {
97 "Name": "xyz.openbmc_project.Common.Error.NotAllowed",
98 "Subsystem": "user_error",
99
100 "SRC":
101 {
102 "ReasonCode": "0x1005",
103 "Words6To9":
104 {
105 }
106 },
107
108 "Documentation":
109 {
110 "Description": "An operation failed because it isn't allowed",
Matt Spinler26958762020-08-27 13:21:23 -0500111 "Message": "An operation failed because it isn't allowed",
Matt Spinler3fd08d62019-10-22 14:25:33 -0500112 "Notes": [
113 "The journal should contain more information"
114 ]
115 }
116 },
117
118 {
119 "Name": "xyz.openbmc_project.Common.Error.NoCACertificate",
120 "Subsystem": "user_error",
121
122 "SRC":
123 {
124 "ReasonCode": "0x1006",
125 "Words6To9":
126 {
127 }
128 },
129
130 "Documentation":
131 {
132 "Description": "The server's CA certificate has not been provided",
133 "Message": "The server's CA certificate has not been provided"
134 }
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600135 },
136
137 {
Matt Spinleraf036b12020-06-25 10:53:52 -0500138 "Name": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure",
139 "Subsystem": "cec_chip_iface",
140
141 "SRC":
142 {
143 "ReasonCode": "0x1007",
144 "Words6To9":
145 {
146 "6":
147 {
148 "Description": "errno of the failure",
149 "AdditionalDataPropSource": "CALLOUT_ERRNO"
150 }
151 }
152 },
153
154 "Documentation":
155 {
156 "Description": "Sensor device read failure",
157 "Message": "There was a failure when reading a sensor device",
158 "Notes": [
159 "The severity is set by the creator.",
160 "The action flags are set automatically by the code.",
161 "Callouts added based on CALLOUT_DEVICE_PATH."
162 ]
163 }
164 },
165
166 {
167 "Name": "xyz.openbmc_project.Common.Device.Error.ReadFailure",
168 "Subsystem": "cec_chip_iface",
169
170 "SRC":
171 {
172 "ReasonCode": "0x1008",
173 "Words6To9":
174 {
175 "6":
176 {
177 "Description": "errno of the failure",
178 "AdditionalDataPropSource": "CALLOUT_ERRNO"
179 }
180 }
181 },
182
183 "Documentation":
184 {
185 "Description": "Device read failure",
186 "Message": "There was a failure when reading a hardware device",
187 "Notes": [
188 "The severity is set by the creator.",
189 "The action flags are set automatically by the code.",
190 "Callouts added based on CALLOUT_DEVICE_PATH."
191 ]
192 }
193 },
194
195 {
196 "Name": "xyz.openbmc_project.Control.Device.Error.WriteFailure",
197 "Subsystem": "cec_chip_iface",
198
199 "SRC":
200 {
201 "ReasonCode": "0x1009",
202 "Words6To9":
203 {
204 "6":
205 {
206 "Description": "errno of the failure",
207 "AdditionalDataPropSource": "CALLOUT_ERRNO"
208 }
209 }
210 },
211
212 "Documentation":
213 {
214 "Description": "Device write failure",
215 "Message": "There was a failure when writing to a hardware device",
216 "Notes": [
217 "The severity is set by the creator.",
218 "The action flags are set automatically by the code.",
219 "Callouts added based on CALLOUT_DEVICE_PATH"
220 ]
221 }
222 },
223
224 {
225 "Name": "xyz.openbmc_project.Common.Device.Error.WriteFailure",
226 "Subsystem": "cec_chip_iface",
227
228 "SRC":
229 {
230 "ReasonCode": "0x100A",
231 "Words6To9":
232 {
233 "6":
234 {
235 "Description": "errno of the failure",
236 "AdditionalDataPropSource": "CALLOUT_ERRNO"
237 }
238 }
239 },
240
241 "Documentation":
242 {
243 "Description": "Device write failure",
244 "Message": "There was a failure when writing to a hardware device",
245 "Notes": [
246 "The severity is set by the creator.",
247 "The action flags are set automatically by the code.",
248 "Callouts added based on CALLOUT_DEVICE_PATH"
249 ]
250 }
251 },
Jayanth Othayothbd0a7522021-05-03 02:05:36 -0500252
Matt Spinleraf036b12020-06-25 10:53:52 -0500253 {
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600254 "Name": "org.open_power.Logging.Error.SentBadPELToHost",
255 "Subsystem": "bmc_firmware",
256 "Severity": "non_error",
257
258 "SRC":
259 {
260 "ReasonCode": "0x2001",
261 "Words6To9":
262 {
263 "6":
264 {
265 "Description": "The bad PEL ID",
266 "AdditionalDataPropSource": "BAD_ID"
267 }
268 }
269 },
270
271 "Documentation":
272 {
273 "Description": "The BMC sent the host a malformed PEL",
274 "Message": "The BMC sent the host a malformed PEL",
275 "Notes": [
276 "The host firmware rejected that PEL."
277 ]
278 }
Matt Spinlere95fd012020-01-07 12:53:16 -0600279 },
280
281 {
282 "Name": "org.open_power.Logging.Error.BadHostPEL",
283 "Subsystem": "platform_firmware",
284 "Severity": "unrecoverable",
285
286 "SRC":
287 {
288 "ReasonCode": "0x2002",
289 "Words6To9":
290 {
291 "6":
292 {
293 "Description": "The PLID of the invalid PEL",
294 "AdditionalDataPropSource": "PLID"
295 },
296 "7":
297 {
298 "Description": "The corresponding OpenBMC event log ID",
299 "AdditionalDataPropSource": "OBMC_LOG_ID"
300 },
301 "8":
302 {
303 "Description": "The size of the invalid PEL",
304 "AdditionalDataPropSource": "PEL_SIZE"
305 }
306 }
307 },
308
309 "Documentation":
310 {
311 "Description": "The host sent the BMC an invalid PEL",
312 "Message": "The host sent the BMC an invalid PEL",
313 "Notes": [
314 ]
315 }
Marri Devender Raoead1be22020-03-28 05:50:59 -0500316 },
317
318 {
Matt Spinler3477ce92020-07-08 14:49:25 -0500319 "Name": "org.open_power.Logging.Error.TestError1",
320 "Subsystem": "platform_firmware",
321 "Severity": "unrecoverable",
322
323 "SRC":
324 {
325 "ReasonCode": "0x2003",
326 "Words6To9":
327 {
328 }
329 },
330
331 "Callouts": [
332 {
333 "CalloutList": [
334 {"Priority": "high", "Procedure": "bmc_code"},
335 {"Priority": "medium", "SymbolicFRU": "service_docs"}
336 ]
337 }
338 ],
339
340 "Documentation":
341 {
342 "Description": "An error for testing",
343 "Message": "This is a test error"
344 }
345 },
346
347 {
Matt Spinler30ddc9f2020-07-16 15:39:59 -0500348 "Name": "xyz.openbmc_project.Logging.Error.Default",
349 "Subsystem": "other_na",
350
351 "SRC":
352 {
353 "ReasonCode": "0x2004",
354 "Words6To9":
355 {
356 }
357 },
358
359 "Documentation":
360 {
361 "Description": "This entry is used when no other matching entry is found",
362 "Message": "Unknown (Original event not in message registry)",
363 "Notes": [
364 "This is used when the actual error name isn't found in ",
365 "the registry. The original error name will be stored ",
366 "in the UserData section that contains the AdditionalData ",
367 "properties using the key ERROR_NAME.",
368 "This error may contain callouts if the creator passed ",
369 "them in.",
370 "The severity is set by the creator.",
371 "If this error is seen, then a code change needs to be ",
372 "made to add the missing error entry to this registry."
373 ]
374 }
375 },
376
377 {
Marri Devender Raoead1be22020-03-28 05:50:59 -0500378 "Name": "org.open_power.PHAL.Error.Boot",
379 "Subsystem": "cec_hardware",
Ramesh Iyyar41e79dc2020-12-22 06:27:48 -0600380 "ComponentID": "0x3000",
Marri Devender Raoead1be22020-03-28 05:50:59 -0500381 "Severity": "unrecoverable",
382
383 "SRC":
384 {
Ramesh Iyyar41e79dc2020-12-22 06:27:48 -0600385 "ReasonCode": "0x3001",
Marri Devender Raoead1be22020-03-28 05:50:59 -0500386 "Words6To9":
387 {
388 }
389 },
390
391 "Documentation":
392 {
393 "Description": "Failure occured during boot process",
394 "Message": "Failure occured during boot process",
395 "Notes": [
396 "Debug traces will be captured in AdditionalData section"
397 ]
398 }
Ben Tyner34836322020-04-15 17:01:48 -0500399 },
400
401 {
Ramesh Iyyar78be2a22020-12-22 06:22:55 -0600402 "Name": "org.open_power.PHAL.Error.PrePowerOff",
403 "Subsystem": "cec_hardware",
404 "ComponentID": "0x3000",
405
406 "SRC":
407 {
408 "ReasonCode": "0x3002",
409 "Words6To9":
410 {
411 }
412 },
413
414 "Documentation":
415 {
416 "Description": "Failure occurred during PHAL pre-poweroff operations",
417 "Message": "Failure occurred during PHAL pre-poweroff operations",
418 "Notes": [
419 "Severity needs to be set based on needs for this registry.",
420 "FFDC (First Failure Data Collection) will be collected ",
421 "and added into PEL."
422 ]
423 }
424 },
425
426 {
Jayanth Othayothdb00d762021-07-13 02:48:19 -0500427 "Name": "org.open_power.PHAL.Error.devtreeSync",
428 "Subsystem": "cec_hardware",
429 "ComponentID": "0x3000",
430 "Severity": "unrecoverable",
431
432 "SRC":
433 {
434 "ReasonCode": "0x3003",
435 "Words6To9":
436 {
437 }
438 },
439
440 "Documentation":
441 {
442 "Description": "Failure occurred during PHAL devtree sync ",
443 "Message": "Failure occurred during PHAL devtree sync",
444 "Notes": [
445 "The journal should contain more information"
446 ]
447 }
448 },
449
450 {
Jayanth Othayothf3e619a2021-07-13 03:58:06 -0500451 "Name": "org.open_power.PHAL.Error.devtreeBackup",
452 "Subsystem": "cec_hardware",
453 "ComponentID": "0x3000",
454 "Severity": "unrecoverable",
455
456 "SRC":
457 {
458 "ReasonCode": "0x3004",
459 "Words6To9":
460 {
461 }
462 },
463
464 "Documentation":
465 {
466 "Description": "Failure occurred during PHAL devtree backup ",
467 "Message": "Failure occurred during PHAL devtree backup",
468 "Notes": [
469 "The journal should contain more information"
470 ]
471 }
472 },
473
474 {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -0500475 "Name": "org.open_power.Processor.Error.SbeChipOpFailure",
476 "Subsystem": "processor_chip",
477 "ComponentID": "0x3500",
478
479 "SRC":
480 {
481 "ReasonCode": "0x3500",
482 "Words6To9":
483 {
484 "6":
485 {
486 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
487 "AdditionalDataPropSource": "SRC6"
488 }
489 }
490 },
491
492 "Documentation":
493 {
494 "Description": "chipop failure with SBE provided FFDC",
495 "Message": "chipop request failure reported by SBE",
496 "Notes": [
497 "The severity is set by the creator.",
498 "Callouts added based on SBE provided FFDC.",
499 "SBE provided additional debug data included as part of the",
500 "additional user data section."
501 ]
502 }
503 },
504
505 {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -0500506 "Name": "org.open_power.Processor.Error.SbeChipOpTimeout",
507 "Subsystem": "processor_chip",
508 "ComponentID": "0x3500",
509
510 "SRC":
511 {
512 "ReasonCode": "0x3501",
513 "Words6To9":
514 {
515 "6":
516 {
517 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
518 "AdditionalDataPropSource": "SRC6"
519 }
520 }
521 },
522
523 "Documentation":
524 {
525 "Description": "SBE chipop timeout",
526 "Message": "chipop timeout reported during SBE communication",
527 "Notes": [
528 "The severity is set by the creator.",
529 "Check SBE Dump associated to this error to debug the failure."
530 ]
531 }
532 },
533
534 {
Jayanth Othayoth6c601832021-05-03 02:56:04 -0500535 "Name": "org.open_power.Processor.Error.SbeChipOpInvalidState",
536 "Subsystem": "processor_chip",
537 "ComponentID": "0x3500",
538
539 "SRC":
540 {
541 "ReasonCode": "0x3502",
542 "Words6To9":
543 {
544 "6":
545 {
546 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
547 "AdditionalDataPropSource": "SRC6"
548 },
549 "7":
550 {
551 "Description": "Value of SBE state",
552 "AdditionalDataPropSource": "SRC7"
553 }
554 }
555 },
556
557 "Documentation":
558 {
559 "Description": "The SBE on this processor is not in a state where chipOps can be issued",
560 "Message": "SBE Chipop is not allowed due to invalid SBE state ",
561 "Notes": [
562 "The severity is set by the creator."
563 ]
564 }
565 },
566
567 {
Ben Tyner34836322020-04-15 17:01:48 -0500568 "Name": "org.open_power.Attn.Error.Terminate",
Ben Tyner808e29f2021-04-16 08:32:23 -0500569 "Subsystem": "cec_hardware",
570 "Severity": "non_error",
Ben Tyner34836322020-04-15 17:01:48 -0500571
572 "SRC":
573 {
574 "ReasonCode": "0xD138",
Ben Tyner808e29f2021-04-16 08:32:23 -0500575 "SymptomIDFields": [ "SRCWord3", "SRCWord4", "SRCWord5", "SRCWord6", "SRCWord7", "SRCWord8", "SRCWord9" ],
Ben Tyner34836322020-04-15 17:01:48 -0500576 "Words6To9":
577 {
578 }
579 },
580
581 "Documentation":
582 {
583 "Description": "Status shows TI special attention active",
584 "Message": "TI special attention detected",
585 "Notes": [
586 "This entry is for any TI special attention event ",
587 "reported by the attention handler component"
588 ]
589 }
590 },
591
592 {
593 "Name": "org.open_power.Attn.Error.Fail",
594 "Subsystem": "bmc_firmware",
595 "Severity": "unrecoverable_loss_of_function",
596
597 "SRC":
598 {
599 "ReasonCode": "0xD13E",
600 "Words6To9":
601 {
602 "6":
603 {
604 "Description": "Error code from attention handler",
605 "AdditionalDataPropSource": "ERROR_CODE"
606 }
607 }
608 },
609 "Documentation":
610 {
611 "Description": "The attention handler encountered an error",
612 "MessageArgSources" : ["SRCWord6"],
613 "Message": "Attention handler error %1",
614 "Notes": [
615 "Attention handler will provide error code"
616 ]
617 }
618 },
619
620 {
621 "Name": "org.open_power.Attn.Error.Vital",
622 "Subsystem": "processor_chip",
623 "Severity": "critical",
624
625 "SRC":
626 {
627 "ReasonCode": "0xD16D",
628 "Words6To9":
629 {
630 }
631 },
632
633 "Documentation":
634 {
635 "Description": "Status shows SBE vital attention active",
636 "Message": "SBE vital attention detected",
637 "Notes": [
638 "This entry is for any SBE vital attention event ",
639 "reported by the attention handler component"
640 ]
641 }
642 },
643
644 {
645 "Name": "org.open_power.HwDiags.Error.Checkstop",
646 "Subsystem": "cec_hardware",
Zane Shelley561c0382020-11-17 13:20:05 -0600647 "ActionFlags": [ "service_action", "report", "call_home" ],
Ben Tyner34836322020-04-15 17:01:48 -0500648
649 "SRC":
650 {
Zane Shelley561c0382020-11-17 13:20:05 -0600651 "ReasonCode": "0xE510",
652 "SymptomIDFields": [ "SRCWord6", "SRCWord7", "SRCWord8" ],
Ben Tyner34836322020-04-15 17:01:48 -0500653 "Words6To9":
654 {
655 "6":
656 {
Zane Shelley561c0382020-11-17 13:20:05 -0600657 "Description": "[0:15] chip model, [16:23] reserved, [24:31] chip EC level",
658 "AdditionalDataPropSource": "SRC6"
659 },
660 "7":
661 {
662 "Description": "[0:15] chip position, [16:23] unused, [24:31] signature attn type",
663 "AdditionalDataPropSource": "SRC7"
Ben Tyner34836322020-04-15 17:01:48 -0500664 },
665 "8":
666 {
Zane Shelley561c0382020-11-17 13:20:05 -0600667 "Description": "[0:15] signature ID, [16:23] signature instance, [24:31] signature bit position",
668 "AdditionalDataPropSource": "SRC8"
Ben Tyner34836322020-04-15 17:01:48 -0500669 }
670 }
671 },
672
673 "Documentation":
674 {
Zane Shelley561c0382020-11-17 13:20:05 -0600675 "Description": "A system checkstop attention has occurred",
676 "MessageArgSources" : [ "SRCWord6", "SRCWord7", "SRCWord8" ],
677 "Message": "hw-diags signature: %1 %2 %3"
Ben Tyner34836322020-04-15 17:01:48 -0500678 }
679 },
680
681 {
Zane Shelley561c0382020-11-17 13:20:05 -0600682 "Name": "org.open_power.HwDiags.Error.Predictive",
683 "Subsystem": "cec_hardware",
684 "ActionFlags": [ "service_action", "report", "call_home" ],
Ben Tyner34836322020-04-15 17:01:48 -0500685
686 "SRC":
687 {
Zane Shelley561c0382020-11-17 13:20:05 -0600688 "ReasonCode": "0xE511",
689 "SymptomIDFields": [ "SRCWord6", "SRCWord7", "SRCWord8" ],
Ben Tyner34836322020-04-15 17:01:48 -0500690 "Words6To9":
691 {
692 "6":
693 {
Zane Shelley561c0382020-11-17 13:20:05 -0600694 "Description": "[0:15] chip model, [16:23] reserved, [24:31] chip EC level",
695 "AdditionalDataPropSource": "SRC6"
696 },
697 "7":
698 {
699 "Description": "[0:15] chip position, [16:23] unused, [24:31] signature attn type",
700 "AdditionalDataPropSource": "SRC7"
701 },
702 "8":
703 {
704 "Description": "[0:15] signature ID, [16:23] signature instance, [24:31] signature bit position",
705 "AdditionalDataPropSource": "SRC8"
Ben Tyner34836322020-04-15 17:01:48 -0500706 }
707 }
708 },
Zane Shelley561c0382020-11-17 13:20:05 -0600709
Ben Tyner34836322020-04-15 17:01:48 -0500710 "Documentation":
711 {
Zane Shelley561c0382020-11-17 13:20:05 -0600712 "Description": "A hardware attention requiring service has occurred",
713 "MessageArgSources" : [ "SRCWord6", "SRCWord7", "SRCWord8" ],
714 "Message": "hw-diags signature: %1 %2 %3"
Ben Tyner34836322020-04-15 17:01:48 -0500715 }
Shawn McCarney01648f52020-06-25 11:42:02 -0500716 },
717
718 {
Brandon Wyman38caaf02020-09-01 16:07:42 -0500719 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.InputFault",
720 "Subsystem": "power_supply",
721 "Severity": "unrecoverable_redundancy_loss",
722 "ActionFlags": ["service_action", "report"],
723 "ComponentID": "0x2700",
724
725 "SRC": {
726 "Type": "11",
727 "ReasonCode": "0x15F0",
728 "Words6To9": {}
729 },
730
731 "Callouts": [
732 {
733 "CalloutList": [
734 { "Priority": "high", "SymbolicFRU": "pwrsply" }
735 ]
736 }
737 ],
738
739 "Documentation": {
740 "Description": "Power Supply input power fault",
741 "Message": "A power supply has indicated an input or under voltage condition.",
742 "Notes": [
743 "Check the power supply cabling and/or input power ",
744 "source. The PWRSPLY procedure is used rather than ",
745 "calling out a location code, as typically these faults ",
746 "are related to the supplied power, the cable, or the ",
747 "cable connectors. If the input fault resolves down to an ",
748 "issue with the power supply itself, the power supply ",
749 "indicating this input fault should be called out. Add the ",
750 "CALLOUT_INVENTORY_PATH to the additional data, and set the",
751 "CALLOUT_PRIORITY to something other than high."
752 ]
753 }
754 },
755
756 {
757 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Fault",
758 "Subsystem": "power_supply",
759 "Severity": "unrecoverable_redundancy_loss",
760 "ActionFlags": ["service_action", "report", "call_home"],
761 "ComponentID": "0x2700",
762
763 "SRC": {
764 "Type": "11",
765 "ReasonCode": "0x15F1",
766 "Words6To9": {}
767 },
768
769 "Documentation": {
770 "Description": "Power Supply power fault",
771 "Message": "The power supply detected a fault condition, see AdditionalData for further details.",
772 "Notes": [
773 "The power supply reporting the fault should be called ",
774 "out using the CALLOUT_INVENTORY_PATH keyword. Include ",
775 "specific fault, STATUS_* details, and code level in the ",
776 "AdditionalData section."
777 ]
778 }
779 },
780
781 {
782 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.CommFault",
783 "Subsystem": "power_supply",
Brandon Wyman981ffc32021-04-06 15:49:12 -0500784 "Severity": "unrecoverable",
Brandon Wyman38caaf02020-09-01 16:07:42 -0500785 "ActionFlags": ["service_action", "report", "call_home"],
786 "ComponentID": "0x2700",
787
788 "SRC": {
789 "Type": "11",
790 "ReasonCode": "0x15F2",
791 "Words6To9": {}
792 },
793
794 "Documentation": {
795 "Description": "Power Supply non-power fault",
796 "Message": "A communication failure occurred talking to the power supply",
797 "Notes": [
798 "Communication problems with the power supply could be ",
799 "the power supply, or any hardware between it and the ",
800 "BMC. Reporting the error should be passing in a call ",
801 "out using CALLOUT_DEVICE_PATH."
802 ]
803 }
804 },
805
806 {
807 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Missing",
808 "Subsystem": "power_supply",
Brandon Wyman981ffc32021-04-06 15:49:12 -0500809 "Severity": "unrecoverable_redundancy_loss",
Brandon Wyman38caaf02020-09-01 16:07:42 -0500810 "ActionFlags": ["service_action", "report", "call_home"],
811 "ComponentID": "0x2700",
812
813 "SRC": {
814 "Type": "11",
815 "ReasonCode": "0x15F6",
816 "Words6To9": {}
817 },
818
819 "Callouts": [
820 {
821 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -0500822 {
823 "Priority": "high",
824 "SymbolicFRUTrusted": "pwrsply",
825 "UseInventoryLocCode": true
826 }
Brandon Wyman38caaf02020-09-01 16:07:42 -0500827 ]
828 }
829 ],
830
831 "Documentation": {
832 "Description": "Power Supply is missing",
833 "Message": "A power supply that should be present is missing",
834 "Notes": [
835 "The CalloutList should use the PWRSPLY symbolic FRU ",
Matt Spinler80600192020-10-23 09:29:33 -0500836 "with the trusted location code property. The ",
837 "location code in this callout is obtained from ",
838 "the passed in CALLOUT_INVENTORY_PATH value."
Brandon Wyman38caaf02020-09-01 16:07:42 -0500839 ]
840 }
841 },
842
843 {
Adriana Kobylak5c0c9172021-04-07 18:26:56 +0000844 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.NotSupported",
845 "Subsystem": "power_supply",
846 "Severity": "unrecoverable",
847 "ActionFlags": ["service_action", "report", "call_home"],
848 "ComponentID": "0x2700",
849
850 "SRC": {
851 "Type": "11",
852 "ReasonCode": "0x15F7",
853 "Words6To9": {}
854 },
855
856 "Documentation": {
857 "Description": "Power Supply configuration is not supported",
858 "Message": "The power supply configuration is not supported",
859 "Notes": [
860 "The combination of power supplies detected in the ",
861 "system is not supported. This could be caused by ",
862 "mismatched models, less than expected number of power ",
863 "supplies, or other unsupported characteristics."
864 ]
865 }
866 },
867
868 {
Jay Meyer54ff54e2021-03-14 20:18:41 -0500869 "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Blackout",
870 "Subsystem": "power",
871 "ActionFlags": [ "report", "service_action" ],
872 "Severity": "unrecoverable",
873 "ComponentID": "0x2700",
874
875 "SRC":
876 {
877 "Type": "11",
878 "ReasonCode": "0x00AC",
879 "Words6To9": {},
880 "PowerFault": true
881 },
882
883 "Callouts": [
884 {
885 "CalloutList": [
886 { "Priority": "high", "SymbolicFRU": "ac_module"}
887 ]
888 }
889 ],
890
891 "Documentation": {
892 "Description": "Input power was lost while the system was powered on.",
893 "Message": "Input power was lost while the system was powered on.",
894 "Notes": [
895 "Input power was lost while system powered on.",
896 "The CalloutList should use the ACMODUL symbolic FRU."
897 ]
898 }
899 },
900
901 {
Jim Wright7f678902020-11-30 16:03:57 -0600902 "Name": "xyz.openbmc_project.Power.Error.Shutdown",
903 "Subsystem": "power_sequencer",
904 "ComponentID": "0x2700",
905
906 "SRC": {
907 "Type": "11",
908 "ReasonCode": "0x2600",
909 "Words6To9": {}
910 },
911
912 "Callouts": [
913 {
914 "CalloutList": [
915 { "Priority": "high", "SymbolicFRU": "pgood_part" }
916 ]
917 }
918 ],
919
920 "Documentation": {
921 "Description": "A power off was issued because a power fault was detected",
922 "Message": "A power off was issued because a power fault was detected",
923 "Notes": [
924 ]
925 }
926 },
927
928 {
929 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerPGOODFault",
930 "Subsystem": "power_sequencer",
931 "ComponentID": "0x2700",
932
933 "SRC": {
934 "Type": "11",
935 "ReasonCode": "0x2610",
936 "Words6To9": {}
937 },
938
939 "CalloutsUsingAD": {
940 "ADName": "INPUT_NAME", "CalloutsWithTheirADValues": [
941 {
942 "ADValue": "PCIE_SLOT0", "Callouts": [
943 {
944 "CalloutList": [
945 { "Priority": "high", "LocCode": "P0-C0" },
946 { "Priority": "medium", "LocCode": "P0" }
947 ]
948 }
949 ]
950 },
951 {
952 "ADValue": "PCIE_SLOT1", "Callouts": [
953 {
954 "CalloutList": [
955 { "Priority": "high", "LocCode": "P0-C1" },
956 { "Priority": "medium", "LocCode": "P0" }
957 ]
958 }
959 ]
960 },
961 {
962 "ADValue": "PCIE_SLOT2", "Callouts": [
963 {
964 "CalloutList": [
965 { "Priority": "high", "LocCode": "P0-C2" },
966 { "Priority": "medium", "LocCode": "P0" }
967 ]
968 }
969 ]
970 },
971 {
972 "ADValue": "PCIE_SLOT3", "Callouts": [
973 {
974 "CalloutList": [
975 { "Priority": "high", "LocCode": "P0-C3" },
976 { "Priority": "medium", "LocCode": "P0" }
977 ]
978 }
979 ]
980 },
981 {
982 "ADValue": "PCIE_SLOT4", "Callouts": [
983 {
984 "CalloutList": [
985 { "Priority": "high", "LocCode": "P0-C4" },
986 { "Priority": "medium", "LocCode": "P0" }
987 ]
988 }
989 ]
990 },
991 {
992 "ADValue": "PCIE_SLOT7", "Callouts": [
993 {
994 "CalloutList": [
995 { "Priority": "high", "LocCode": "P0-C7" },
996 { "Priority": "medium", "LocCode": "P0" }
997 ]
998 }
999 ]
1000 },
1001 {
1002 "ADValue": "PCIE_SLOT8", "Callouts": [
1003 {
1004 "CalloutList": [
1005 { "Priority": "high", "LocCode": "P0-C8" },
1006 { "Priority": "medium", "LocCode": "P0" }
1007 ]
1008 }
1009 ]
1010 },
1011 {
1012 "ADValue": "PCIE_SLOT9", "Callouts": [
1013 {
1014 "CalloutList": [
1015 { "Priority": "high", "LocCode": "P0-C9" },
1016 { "Priority": "medium", "LocCode": "P0" }
1017 ]
1018 }
1019 ]
1020 },
1021 {
1022 "ADValue": "PCIE_SLOT10", "Callouts": [
1023 {
1024 "CalloutList": [
1025 { "Priority": "high", "LocCode": "P0-C10" },
1026 { "Priority": "medium", "LocCode": "P0" }
1027 ]
1028 }
1029 ]
1030 },
1031 {
1032 "ADValue": "PCIE_SLOT11", "Callouts": [
1033 {
1034 "CalloutList": [
1035 { "Priority": "high", "LocCode": "P0-C11" },
1036 { "Priority": "medium", "LocCode": "P0" }
1037 ]
1038 }
1039 ]
1040 },
1041 {
1042 "ADValue": "PGOOD_12A", "Callouts": [
1043 {
1044 "CalloutList": [
1045 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1046 ]
1047 }
1048 ]
1049 },
1050 {
1051 "ADValue": "PGOOD_12B", "Callouts": [
1052 {
1053 "CalloutList": [
1054 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1055 ]
1056 }
1057 ]
1058 },
1059 {
1060 "ADValue": "PGOOD_12C", "Callouts": [
1061 {
1062 "CalloutList": [
1063 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1064 ]
1065 }
1066 ]
1067 },
1068 {
1069 "ADValue": "PGOOD_12D", "Callouts": [
1070 {
1071 "CalloutList": [
1072 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1073 ]
1074 }
1075 ]
1076 },
1077 {
1078 "ADValue": "PGOOD_12L", "Callouts": [
1079 {
1080 "CalloutList": [
1081 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1082 ]
1083 }
1084 ]
1085 },
1086 {
1087 "ADValue": "PGOOD_12M", "Callouts": [
1088 {
1089 "CalloutList": [
1090 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1091 ]
1092 }
1093 ]
1094 },
1095 {
1096 "ADValue": "PGOOD_12N", "Callouts": [
1097 {
1098 "CalloutList": [
1099 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1100 ]
1101 }
1102 ]
1103 },
1104 {
1105 "ADValue": "PGOOD_12P", "Callouts": [
1106 {
1107 "CalloutList": [
1108 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1109 ]
1110 }
1111 ]
1112 },
1113 {
1114 "ADValue": "PGOOD_12PCIE", "Callouts": [
1115 {
1116 "CalloutList": [
1117 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1118 ]
1119 }
1120 ]
1121 },
1122 {
1123 "ADValue": "PGOOD_12Q", "Callouts": [
1124 {
1125 "CalloutList": [
1126 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1127 ]
1128 }
1129 ]
1130 },
1131 {
1132 "ADValue": "PGOOD_12R", "Callouts": [
1133 {
1134 "CalloutList": [
1135 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1136 ]
1137 }
1138 ]
1139 },
1140 {
1141 "ADValue": "PGOOD_VDN_DCM0", "Callouts": [
1142 {
1143 "CalloutList": [
1144 { "Priority": "high", "LocCode": "P0-C14" },
1145 { "Priority": "medium", "LocCode": "P0-C15" },
1146 { "Priority": "low", "LocCode": "P0" }
1147 ]
1148 }
1149 ]
1150 },
1151 {
1152 "ADValue": "PGOOD_VDN_DCM1", "Callouts": [
1153 {
1154 "CalloutList": [
1155 { "Priority": "high", "LocCode": "P0-C23" },
1156 { "Priority": "medium", "LocCode": "P0-C24" },
1157 { "Priority": "low", "LocCode": "P0" }
1158 ]
1159 }
1160 ]
1161 },
1162 {
1163 "ADValue": "PGOOD_VCS_DCM0", "Callouts": [
1164 {
1165 "CalloutList": [
1166 { "Priority": "high", "LocCode": "P0-C14" },
1167 { "Priority": "medium", "LocCode": "P0-C15" },
1168 { "Priority": "low", "LocCode": "P0" }
1169 ]
1170 }
1171 ]
1172 },
1173 {
1174 "ADValue": "PGOOD_VCS_DCM1", "Callouts": [
1175 {
1176 "CalloutList": [
1177 { "Priority": "high", "LocCode": "P0-C23" },
1178 { "Priority": "medium", "LocCode": "P0-C24" },
1179 { "Priority": "low", "LocCode": "P0" }
1180 ]
1181 }
1182 ]
1183 },
1184 {
1185 "ADValue": "PGOOD_VIO_DCM0", "Callouts": [
1186 {
1187 "CalloutList": [
1188 { "Priority": "high", "LocCode": "P0-C14" },
1189 { "Priority": "medium", "LocCode": "P0-C15" },
1190 { "Priority": "low", "LocCode": "P0" }
1191 ]
1192 }
1193 ]
1194 },
1195 {
1196 "ADValue": "PGOOD_VIO_DCM1", "Callouts": [
1197 {
1198 "CalloutList": [
1199 { "Priority": "high", "LocCode": "P0-C23" },
1200 { "Priority": "medium", "LocCode": "P0-C24" },
1201 { "Priority": "low", "LocCode": "P0" }
1202 ]
1203 }
1204 ]
1205 },
1206 {
1207 "ADValue": "PGOOD_VPCIE_DCM0", "Callouts": [
1208 {
1209 "CalloutList": [
1210 { "Priority": "high", "LocCode": "P0-C14" },
1211 { "Priority": "medium", "LocCode": "P0-C15" },
1212 { "Priority": "low", "LocCode": "P0" }
1213 ]
1214 }
1215 ]
1216 },
1217 {
1218 "ADValue": "PGOOD_VPCIE_DCM1", "Callouts": [
1219 {
1220 "CalloutList": [
1221 { "Priority": "high", "LocCode": "P0-C23" },
1222 { "Priority": "medium", "LocCode": "P0-C24" },
1223 { "Priority": "low", "LocCode": "P0" }
1224 ]
1225 }
1226 ]
1227 }
1228 ]
1229 },
1230
1231 "Documentation": {
1232 "Description": "The power sequencer chip detected a PGOOD fault",
1233 "Message": "The power sequencer chip detected a PGOOD fault",
1234 "Notes": [
1235 ]
1236 }
1237 },
1238
1239 {
1240 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerVoltageFault",
1241 "Subsystem": "power_sequencer",
1242 "ComponentID": "0x2700",
1243
1244 "SRC": {
1245 "Type": "11",
1246 "ReasonCode": "0x2620",
1247 "Words6To9": {}
1248 },
1249
1250 "CalloutsUsingAD": {
1251 "ADName": "RAIL_NAME", "CalloutsWithTheirADValues": [
1252 {
1253 "ADValue": "12.0V", "Callouts": [
1254 {
1255 "CalloutList": [
1256 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1257 ]
1258 }
1259 ]
1260 },
1261 {
1262 "ADValue": "5.0V_USB", "Callouts": [
1263 {
1264 "CalloutList": [
1265 { "Priority": "high", "SymbolicFRU": "usb_pgood" },
1266 { "Priority": "medium", "LocCode": "P0" }
1267 ]
1268 }
1269 ]
1270 },
1271 {
1272 "ADValue": "5.0V_DASD", "Callouts": [
1273 {
1274 "CalloutList": [
1275 { "Priority": "medium", "LocCode": "P1" },
1276 { "Priority": "medium", "LocCode": "P2" },
1277 { "Priority": "medium", "LocCode": "P3" },
1278 { "Priority": "low", "LocCode": "P0" }
1279 ]
1280 }
1281 ]
1282 },
1283 {
1284 "ADValue": "3.3VA", "Callouts": [
1285 {
1286 "CalloutList": [
1287 { "Priority": "high", "LocCode": "P0" }
1288 ]
1289 }
1290 ]
1291 },
1292 {
1293 "ADValue": "3.3VB", "Callouts": [
1294 {
1295 "CalloutList": [
1296 { "Priority": "high", "LocCode": "P0" }
1297 ]
1298 }
1299 ]
1300 },
1301 {
1302 "ADValue": "1.5V", "Callouts": [
1303 {
1304 "CalloutList": [
1305 { "Priority": "high", "LocCode": "P0" }
1306 ]
1307 }
1308 ]
1309 },
1310 {
1311 "ADValue": "1.1V", "Callouts": [
1312 {
1313 "CalloutList": [
1314 { "Priority": "high", "LocCode": "P0" }
1315 ]
1316 }
1317 ]
1318 },
1319 {
1320 "ADValue": "VDDA_DCM0", "Callouts": [
1321 {
1322 "CalloutList": [
1323 { "Priority": "high", "LocCode": "P0-C14" },
1324 { "Priority": "medium", "LocCode": "P0-C15" },
1325 { "Priority": "low", "LocCode": "P0" }
1326 ]
1327 }
1328 ]
1329 },
1330 {
1331 "ADValue": "VDDB_DCM0", "Callouts": [
1332 {
1333 "CalloutList": [
1334 { "Priority": "high", "LocCode": "P0-C14" },
1335 { "Priority": "medium", "LocCode": "P0-C15" },
1336 { "Priority": "low", "LocCode": "P0" }
1337 ]
1338 }
1339 ]
1340 },
1341 {
1342 "ADValue": "VDDA_DCM1", "Callouts": [
1343 {
1344 "CalloutList": [
1345 { "Priority": "high", "LocCode": "P0-C23" },
1346 { "Priority": "medium", "LocCode": "P0-C24" },
1347 { "Priority": "low", "LocCode": "P0" }
1348 ]
1349 }
1350 ]
1351 },
1352 {
1353 "ADValue": "VDDB_DCM1", "Callouts": [
1354 {
1355 "CalloutList": [
1356 { "Priority": "high", "LocCode": "P0-C23" },
1357 { "Priority": "medium", "LocCode": "P0-C24" },
1358 { "Priority": "low", "LocCode": "P0" }
1359 ]
1360 }
1361 ]
1362 },
1363 {
1364 "ADValue": "12.0VCS", "Callouts": [
1365 {
1366 "CalloutList": [
1367 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1368 ]
1369 }
1370 ]
1371 },
1372 {
1373 "ADValue": "3.3VCS", "Callouts": [
1374 {
1375 "CalloutList": [
1376 { "Priority": "high", "LocCode": "P0" }
1377 ]
1378 }
1379 ]
1380 },
1381 {
1382 "ADValue": "1.1V_Current", "Callouts": [
1383 {
1384 "CalloutList": [
1385 { "Priority": "high", "LocCode": "P0" }
1386 ]
1387 }
1388 ]
1389 },
1390 {
1391 "ADValue": "5.0V_USB_Current", "Callouts": [
1392 {
1393 "CalloutList": [
1394 { "Priority": "high", "SymbolicFRU": "usb_pgood" },
1395 { "Priority": "medium", "LocCode": "P0" }
1396 ]
1397 }
1398 ]
1399 },
1400 {
1401 "ADValue": "5.0V_DASD_Current", "Callouts": [
1402 {
1403 "CalloutList": [
1404 { "Priority": "medium", "LocCode": "P1" },
1405 { "Priority": "medium", "LocCode": "P2" },
1406 { "Priority": "medium", "LocCode": "P3" },
1407 { "Priority": "low", "LocCode": "P0" }
1408 ]
1409 }
1410 ]
1411 },
1412 {
1413 "ADValue": "12.0VN", "Callouts": [
1414 {
1415 "CalloutList": [
1416 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1417 ]
1418 }
1419 ]
1420 },
1421 {
1422 "ADValue": "12.0VP", "Callouts": [
1423 {
1424 "CalloutList": [
1425 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1426 ]
1427 }
1428 ]
1429 },
1430 {
1431 "ADValue": "12.0VQ", "Callouts": [
1432 {
1433 "CalloutList": [
1434 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1435 ]
1436 }
1437 ]
1438 },
1439 {
1440 "ADValue": "12.0VR", "Callouts": [
1441 {
1442 "CalloutList": [
1443 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1444 ]
1445 }
1446 ]
1447 },
1448 {
1449 "ADValue": "ThermalDiode1", "Callouts": [
1450 {
1451 "CalloutList": [
1452 { "Priority": "high", "LocCode": "P0" }
1453 ]
1454 }
1455 ]
1456 },
1457 {
1458 "ADValue": "ThermalDiode2", "Callouts": [
1459 {
1460 "CalloutList": [
1461 { "Priority": "high", "LocCode": "P0" }
1462 ]
1463 }
1464 ]
1465 },
1466 {
1467 "ADValue": "ThermalDiode3", "Callouts": [
1468 {
1469 "CalloutList": [
1470 { "Priority": "high", "LocCode": "P0" }
1471 ]
1472 }
1473 ]
1474 },
1475 {
1476 "ADValue": "ThermalDiode4", "Callouts": [
1477 {
1478 "CalloutList": [
1479 { "Priority": "high", "LocCode": "P0" }
1480 ]
1481 }
1482 ]
1483 }
1484 ]
1485 },
1486
1487 "Documentation": {
1488 "Description": "The power sequencer chip detected a voltage fault",
1489 "Message": "The power sequencer chip detected a voltage fault",
1490 "Notes": [
1491 ]
1492 }
1493 },
1494
1495 {
Shawn McCarney01648f52020-06-25 11:42:02 -05001496 "Name": "xyz.openbmc_project.Power.Regulators.Error.WriteVerification",
1497 "Subsystem": "power",
1498 "ComponentID": "0x2700",
1499
1500 "SRC": {
1501 "Type": "11",
1502 "ReasonCode": "0x2900",
1503 "Words6To9": {}
1504 },
1505
1506 "Documentation": {
1507 "Description": "A write verification error occurred on a device",
1508 "Message": "A write verification error occurred on a device",
1509 "Notes": [
1510 "This error occurs when a device register is written, ",
1511 "read back, and the two values do not match. This is ",
1512 "also called a read-back error. The device should be ",
1513 "identified using the CALLOUT_DEVICE_PATH or ",
1514 "CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR keywords in the ",
1515 "AdditionalData property of the event log. This will ",
1516 "cause the device and the hardware in the communication ",
1517 "path to be called out."
1518 ]
1519 }
1520 },
1521
1522 {
1523 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile",
1524 "Subsystem": "power",
1525 "ComponentID": "0x2700",
1526
1527 "SRC": {
1528 "Type": "11",
1529 "ReasonCode": "0xA013",
1530 "Words6To9": {}
1531 },
1532
1533 "Callouts": [
1534 {
1535 "CalloutList": [
1536 { "Priority": "high", "Procedure": "bmc_code" }
1537 ]
1538 }
1539 ],
1540
1541 "Documentation": {
1542 "Description": "A regulators configuration file error occurred",
1543 "Message": "A regulators configuration file error occurred",
1544 "Notes": [
1545 "The regulators configuration file could not be found, ",
1546 "could not be read, or had invalid contents."
1547 ]
1548 }
1549 },
1550
1551 {
Shawn McCarney82e31d82021-02-19 16:25:55 -06001552 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile.Critical",
1553 "Subsystem": "power",
1554 "Severity": "critical_system_term",
1555 "ComponentID": "0x2700",
1556
1557 "SRC": {
1558 "Type": "11",
1559 "ReasonCode": "0xA014",
1560 "Words6To9": {},
1561 "PowerFault": true
1562 },
1563
1564 "Callouts": [
1565 {
1566 "CalloutList": [
1567 { "Priority": "high", "Procedure": "bmc_code" }
1568 ]
1569 }
1570 ],
1571
1572 "Documentation": {
1573 "Description": "A critical regulators configuration file error occurred",
1574 "Message": "A critical regulators configuration file error occurred",
1575 "Notes": [
1576 "The regulators configuration file could not be found, ",
1577 "could not be read, or had invalid contents. As a result ",
1578 "voltage regulators could not be configured, and the ",
1579 "chassis could not be powered on."
1580 ]
1581 }
1582 },
1583
1584 {
Jim Wright7f678902020-11-30 16:03:57 -06001585 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerFault",
1586 "Subsystem": "power_sequencer",
1587 "ComponentID": "0x2700",
1588
1589 "SRC": {
1590 "Type": "11",
1591 "ReasonCode": "0xD000",
1592 "Words6To9": {}
1593 },
1594
1595 "Callouts": [
1596 {
1597 "CalloutList": [
1598 { "Priority": "high", "LocCode": "P0" }
1599 ]
1600 }
1601 ],
1602
1603 "Documentation": {
1604 "Description": "The power sequencer chip detected a fault",
1605 "Message": "The power sequencer chip detected a fault",
1606 "Notes": [
1607 ]
1608 }
1609 },
1610
1611 {
1612 "Name": "xyz.openbmc_project.Power.Error.PowerOnFailure",
1613 "Subsystem": "power_sequencer",
1614 "ComponentID": "0x2700",
1615
1616 "SRC": {
1617 "Type": "11",
1618 "ReasonCode": "0xD002",
1619 "Words6To9": {}
1620 },
1621
1622 "Callouts": [
1623 {
1624 "CalloutList": [
1625 { "Priority": "high", "LocCode": "P0" }
1626 ]
1627 }
1628 ],
1629
1630 "Documentation": {
1631 "Description": "System power failed to turn on",
1632 "Message": "System power failed to turn on",
1633 "Notes": [
1634 ]
1635 }
1636 },
1637
1638 {
Shawn McCarney01648f52020-06-25 11:42:02 -05001639 "Name": "xyz.openbmc_project.Power.Error.Internal",
1640 "Subsystem": "power",
1641 "ComponentID": "0x2700",
1642
1643 "SRC": {
1644 "Type": "11",
1645 "ReasonCode": "0xE000",
1646 "Words6To9": {}
1647 },
1648
1649 "Callouts": [
1650 {
1651 "CalloutList": [
1652 { "Priority": "high", "Procedure": "bmc_code" }
1653 ]
1654 }
1655 ],
1656
1657 "Documentation": {
1658 "Description": "An internal firmware error occurred",
1659 "Message": "An internal firmware error occurred",
1660 "Notes": [
1661 "The error details must be provided in the AdditionalData ",
1662 "property of the event log."
1663 ]
1664 }
1665 },
1666
1667 {
1668 "Name": "xyz.openbmc_project.Power.Error.I2C",
1669 "Subsystem": "cec_i2c",
1670 "ComponentID": "0x2700",
1671
1672 "SRC": {
1673 "Type": "11",
1674 "ReasonCode": "0xE100",
1675 "Words6To9": {}
1676 },
1677
1678 "Documentation": {
1679 "Description": "An I2C error occurred communicating with a device",
1680 "Message": "An I2C error occurred communicating with a device",
1681 "Notes": [
1682 "The device should be identified using the ",
1683 "CALLOUT_DEVICE_PATH or CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR ",
1684 "keywords in the AdditionalData property of the event ",
1685 "log. This will cause the device and the hardware in the ",
1686 "communication path to be called out."
1687 ]
1688 }
1689 },
1690
1691 {
1692 "Name": "xyz.openbmc_project.Power.Error.PMBus",
1693 "Subsystem": "power",
1694 "ComponentID": "0x2700",
1695
1696 "SRC": {
1697 "Type": "11",
1698 "ReasonCode": "0xE200",
1699 "Words6To9": {}
1700 },
1701
1702 "Documentation": {
1703 "Description": "A PMBus error occurred on a device",
1704 "Message": "A PMBus error occurred on a device",
1705 "Notes": [
1706 "This error occurs when the I2C communication was ",
1707 "successful, but the PMBus value read is invalid or ",
1708 "unsupported. CALLOUT_INVENTORY_PATH should be specified ",
1709 "in the AdditionalData property of the event log so that ",
1710 "the device is called out but not the communication path."
1711 ]
1712 }
1713 },
1714
1715 {
1716 "Name": "xyz.openbmc_project.Power.Error.DBus",
1717 "Subsystem": "power",
1718 "ComponentID": "0x2700",
1719
1720 "SRC": {
1721 "Type": "11",
1722 "ReasonCode": "0xE300",
1723 "Words6To9": {}
1724 },
1725
1726 "Callouts": [
1727 {
1728 "CalloutList": [
1729 { "Priority": "high", "Procedure": "bmc_code" }
1730 ]
1731 }
1732 ],
1733
1734 "Documentation": {
1735 "Description": "A firmware inter-process communication (D-Bus) error occurred",
1736 "Message": "A firmware inter-process communication (D-Bus) error occurred"
1737 }
Matt Spinler60d1c392020-09-23 15:23:24 -05001738 },
1739
1740 {
Matt Spinler7c9c07e2020-10-22 10:16:37 -05001741 "Name": "xyz.openbmc_project.Fan.Error.Fault",
1742 "Subsystem": "power_fans",
1743 "ComponentID": "0x2800",
1744
1745 "SRC": {
1746 "Type": "11",
1747 "ReasonCode": "0x76F0",
1748 "Words6To9": {}
1749 },
1750
1751 "Documentation": {
1752 "Description": "Fan rotor fault",
1753 "Message": "Fan rotor fault",
1754 "Notes": [
1755 "This error occurs when a fan rotor has been faulted for a ",
1756 "certain amount of time. The callout is the fan which is ",
1757 "passed in with CALLOUT_INVENTORY_PATH. The severity is ",
1758 "passed in during creation and will be either informational ",
1759 "or unrecoverable. The action flags use the defaults and ",
1760 "vary based on the severity."
1761 ]
1762 }
1763 },
1764
1765 {
Matt Spinler60d1c392020-09-23 15:23:24 -05001766 "Name": "xyz.openbmc_project.Fan.Error.Missing",
1767 "Subsystem": "power_fans",
1768 "ComponentID": "0x2800",
1769 "Severity": "unrecoverable_redundancy_loss",
1770 "ActionFlags": ["service_action", "report", "call_home"],
1771
1772 "SRC": {
1773 "Type": "11",
1774 "ReasonCode": "0x76F1",
1775 "Words6To9": {}
1776 },
1777
1778 "Callouts": [
1779 {
Matt Spinler938ac792021-05-12 10:46:44 -05001780 "System": "ibm,rainier",
Matt Spinler60d1c392020-09-23 15:23:24 -05001781 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -05001782 {
1783 "Priority": "high",
1784 "SymbolicFRUTrusted": "air_mover",
1785 "UseInventoryLocCode": true
1786 },
1787 {
1788 "Priority": "low",
1789 "LocCode": "P0"
1790 }
Matt Spinler60d1c392020-09-23 15:23:24 -05001791 ]
Matt Spinler938ac792021-05-12 10:46:44 -05001792 },
1793 {
1794 "System": "ibm,everest",
1795 "CalloutList": [
1796 {
1797 "Priority": "high",
1798 "SymbolicFRUTrusted": "air_mover",
1799 "UseInventoryLocCode": true
1800 },
1801 {
1802 "Priority": "low",
1803 "LocCode": "P1"
1804 }
1805 ]
Matt Spinler60d1c392020-09-23 15:23:24 -05001806 }
1807 ],
1808
1809 "Documentation": {
1810 "Description": "A fan is missing",
1811 "Message": "A fan is missing",
1812 "Notes": [
1813 "This error occurs when a fan has been missing for a ",
Matt Spinler80600192020-10-23 09:29:33 -05001814 "certain amount of time. The first callout is the ",
1815 "symbolic FRU AIR_MOVR that has the trusted fan location ",
1816 "code, which it gets using the passed in ",
1817 "CALLOUT_INVENTORY_PATH. The second callout is the FRU ",
Matt Spinler938ac792021-05-12 10:46:44 -05001818 "where the controller and GPIO expander are."
Matt Spinler60d1c392020-09-23 15:23:24 -05001819 ]
1820 }
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05001821 },
1822
1823 {
Matt Spinleradf070b2021-04-21 13:39:45 -05001824 "Name": "xyz.openbmc_project.Fan.Presence.Error.Detection",
1825 "ComponentID": "0x2800",
1826 "Subsystem": "power_fans",
1827 "Severity": "non_error",
1828 "ActionFlags": ["report"],
1829 "MfgSeverity": "predictive",
1830 "MfgActionFlags": ["service_action", "report"],
1831
1832 "SRC": {
1833 "Type": "11",
1834 "ReasonCode": "0x76F2",
1835 "Words6To9": {}
1836 },
1837
1838 "Callouts": [
1839 {
1840 "System": "ibm,rainier",
1841 "CalloutList": [
1842 {"Priority": "medium", "LocCode": "P0"}
1843 ]
1844 },
1845 {
1846 "System": "ibm,everest",
1847 "CalloutList": [
1848 {"Priority": "medium", "LocCode": "P1"}
1849 ]
1850 }
1851 ],
1852
1853 "Documentation": {
1854 "Description": "Presence detect methods for the same fan disagree",
1855 "Message": "Presence detect methods for the same fan disagree",
1856 "Notes": [
1857 "This error occurs when there is more than one way to detect",
1858 "fan presence, and they don't all agree. For example, the",
1859 "GPIO says a fan isn't present, but the tach readings are",
1860 "nonzero. This is informational, unless in manufacturing.",
1861 "The fan FRU is passed in as a high priority callout.",
1862 "The FRU the GPIO source is on is called out medium."
1863 ]
1864 }
1865 },
1866
1867 {
Matt Spinlerdde99202021-06-14 12:15:59 -06001868 "Name": "xyz.openbmc_project.Fan.Error.FanControllerOffline",
1869 "ComponentID": "0x2800",
1870 "Subsystem": "power_fans",
1871 "Severity": "critical_system_term",
1872 "ActionFlags": ["service_action", "report", "call_home"],
1873
1874 "SRC": {
1875 "Type": "11",
1876 "ReasonCode": "0x76F3",
1877 "Words6To9": {},
1878 "PowerFault": true
1879 },
1880
1881 "Callouts": [
1882 {
1883 "System": "ibm,rainier",
1884 "CalloutList": [
1885 {"Priority": "high", "LocCode": "P0-C5"},
1886 {"Priority": "medium_group_a", "LocCode": "P0-T12", "SymbolicFRUTrusted": "fan_cable"},
1887 {"Priority": "medium_group_a", "LocCode": "P0-T17", "SymbolicFRUTrusted": "cable_continued"},
1888 {"Priority": "low", "LocCode": "P0"}
1889 ]
1890 },
1891 {
1892 "System": "ibm,everest",
1893 "CalloutList": [
1894 {"Priority": "high", "LocCode": "P0-C0"},
1895 {"Priority": "medium", "LocCode": "P1"},
1896 {"Priority": "low", "LocCode": "P0"}
1897 ]
1898 }
1899 ],
1900
1901 "Documentation": {
1902 "Description": "The fan controller device is offline",
1903 "Message": "The fan controller is offline. The system must be powered off.",
1904 "Notes": [
1905 "The device that controls the fans is offline so the fan",
1906 "targets and speeds are unknown. The system will be shut",
1907 "down to preserve thermal safety. There may be an I2C",
1908 "or power problem with the device."
1909 ]
1910 }
1911 },
1912
1913 {
Mike Cappsabc276e2021-06-18 16:41:30 -04001914 "Name": "xyz.openbmc_project.Fan.Presence.Error.GPIODeviceUnavailable",
1915 "Subsystem": "power_fans",
1916 "ComponentID": "0x2800",
1917 "Severity": "unrecoverable_redundancy_loss",
1918 "ActionFlags": ["service_action", "report", "call_home"],
1919
1920 "SRC": {
1921 "Type": "11",
1922 "ReasonCode": "0x76F4",
1923 "Words6To9": {}
1924 },
1925
1926 "Callouts": [
1927 {
1928 "System" : "ibm,rainier",
1929 "CalloutList": [
1930 {"Priority": "high", "LocCode": "P0-C5"},
1931 {"Priority": "medium_group_a", "LocCode": "P0-T12","SymbolicFRUTrusted": "fan_cable"},
1932 {"Priority": "medium_group_a", "LocCode": "P0-T17","SymbolicFRUTrusted": "cable_continued"},
1933 {"Priority": "low", "LocCode": "P0"}
1934 ]
1935 },
1936 {
1937 "System" : "ibm,everest",
1938 "CalloutList": [
1939 {"Priority": "high", "LocCode": "P0-C0"},
1940 {"Priority": "medium", "LocCode": "P1"},
1941 {"Priority": "low", "LocCode": "P0"}
1942 ]
1943 }
1944 ],
1945
1946 "Documentation": {
1947 "Description": "Fan GPIO sensors not present",
1948 "Message": "Fan GPIO sensors not present",
1949 "Notes": [
1950 "The device that reports fan presence is not functioning."
1951 ]
1952 }
1953 },
1954
1955 {
Matt Spinler86e40dd2021-01-29 11:19:36 -06001956 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHigh",
1957 "Subsystem": "power",
1958 "ComponentID": "0x2800",
1959 "Severity": "predictive",
1960 "ActionFlags": ["service_action", "report"],
1961
1962 "SRC": {
1963 "ReasonCode": "0x2801",
1964 "Words6To9": {}
1965 },
1966
1967 "CalloutsUsingAD": {
1968 "ADName": "SENSOR_NAME",
1969 "CalloutsWithTheirADValues": [
1970 {
1971 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
1972 "Callouts": [
1973 {
1974 "CalloutList": [
1975 { "Priority": "high", "SymbolicFRU": "ambient_temp" }
1976 ]
1977 }
1978 ]
1979 }
1980 ]
1981 },
1982
1983 "Documentation": {
1984 "Description": "A temperature sensor exceeded its performance loss threshold.",
1985 "Message": "A temperature sensor exceeded its performance loss threshold.",
1986 "Notes": [
1987 "A temperature sensor crossed its performance loss threshold value",
1988 "If it is the ambient sensor, then a symbolic FRU will be added.",
1989 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
1990 "a FRU callout."
1991 ]
1992 }
1993 },
1994
1995 {
1996 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHighClear",
1997 "Subsystem": "power",
1998 "ComponentID": "0x2800",
1999 "Severity": "non_error",
2000 "ActionFlags": ["report"],
2001 "EventType": "env_normal",
2002
2003 "SRC": {
2004 "ReasonCode": "0x2802",
2005 "Words6To9": {}
2006 },
2007
2008 "CalloutsUsingAD": {
2009 "ADName": "SENSOR_NAME",
2010 "CalloutsWithTheirADValues": [
2011 {
2012 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2013 "Callouts": [
2014 {
2015 "CalloutList": [
2016 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" }
2017 ]
2018 }
2019 ]
2020 }
2021 ]
2022 },
2023
2024 "Documentation": {
2025 "Description": "A temperature sensor is under its performance loss threshold.",
2026 "Message": "A temperature sensor is under its performance loss threshold.",
2027 "Notes": [
2028 "A temperature sensor crossed under its performance loss threshold value",
2029 "If it is the ambient sensor, then a symbolic FRU will be added."
2030 ]
2031 }
2032 },
2033
2034 {
2035 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHigh",
2036 "Subsystem": "power",
2037 "ComponentID": "0x2800",
2038 "Severity": "predictive",
2039 "ActionFlags": ["service_action", "report"],
2040
2041 "SRC": {
2042 "ReasonCode": "0x2803",
2043 "Words6To9": {}
2044 },
2045
2046 "CalloutsUsingAD": {
2047 "ADName": "SENSOR_NAME",
2048 "CalloutsWithTheirADValues": [
2049 {
2050 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2051 "Callouts": [
2052 {
2053 "CalloutList": [
2054 { "Priority": "high", "SymbolicFRU": "ambient_temp" }
2055 ]
2056 }
2057 ]
2058 }
2059 ]
2060 },
2061
2062 "Documentation": {
2063 "Description": "A temperature sensor exceeded its warning threshold.",
2064 "Message": "A temperature sensor exceeded its warning threshold.",
2065 "Notes": [
2066 "A temperature sensor crossed its warning threshold value",
2067 "If it is the ambient sensor, then a symbolic FRU will be added.",
2068 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
2069 "a FRU callout."
2070 ]
2071 }
2072 },
2073
2074 {
2075 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHighClear",
2076 "Subsystem": "power",
2077 "ComponentID": "0x2800",
2078 "Severity": "non_error",
2079 "ActionFlags": ["report"],
2080 "EventType": "env_normal",
2081
2082 "SRC": {
2083 "ReasonCode": "0x2804",
2084 "Words6To9": {}
2085 },
2086
2087 "CalloutsUsingAD": {
2088 "ADName": "SENSOR_NAME",
2089 "CalloutsWithTheirADValues": [
2090 {
2091 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2092 "Callouts": [
2093 {
2094 "CalloutList": [
2095 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" }
2096 ]
2097 }
2098 ]
2099 }
2100 ]
2101 },
2102
2103 "Documentation": {
2104 "Description": "A temperature sensor is under its warning threshold.",
2105 "Message": "A temperature sensor is under its warning threshold.",
2106 "Notes": [
2107 "A temperature sensor crossed under its warning threshold value",
2108 "If it is the ambient sensor, then a symbolic FRU will be added."
2109 ]
2110 }
2111 },
2112
2113 {
2114 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHigh",
2115 "Subsystem": "power",
2116 "ComponentID": "0x2800",
2117 "Severity": "predictive",
2118 "ActionFlags": ["service_action", "report"],
2119
2120 "SRC": {
2121 "ReasonCode": "0x2805",
2122 "Words6To9": {}
2123 },
2124
2125 "CalloutsUsingAD": {
2126 "ADName": "SENSOR_NAME",
2127 "CalloutsWithTheirADValues": [
2128 {
2129 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2130 "Callouts": [
2131 {
2132 "CalloutList": [
2133 { "Priority": "high", "SymbolicFRU": "ambient_temp" }
2134 ]
2135 }
2136 ]
2137 }
2138 ]
2139 },
2140
2141 "Documentation": {
2142 "Description": "A temperature sensor exceeded its critical threshold.",
2143 "Message": "A temperature sensor exceeded its critical threshold.",
2144 "Notes": [
2145 "A temperature sensor crossed its critical threshold value",
2146 "If it is the ambient sensor, then a symbolic FRU will be added.",
2147 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
2148 "a FRU callout."
2149 ]
2150 }
2151 },
2152
2153 {
2154 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHighClear",
2155 "Subsystem": "power",
2156 "ComponentID": "0x2800",
2157 "Severity": "non_error",
2158 "ActionFlags": ["report"],
2159 "EventType": "env_normal",
2160
2161 "SRC": {
2162 "ReasonCode": "0x2806",
2163 "Words6To9": {}
2164 },
2165
2166 "CalloutsUsingAD": {
2167 "ADName": "SENSOR_NAME",
2168 "CalloutsWithTheirADValues": [
2169 {
2170 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2171 "Callouts": [
2172 {
2173 "CalloutList": [
2174 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" }
2175 ]
2176 }
2177 ]
2178 }
2179 ]
2180 },
2181
2182 "Documentation": {
2183 "Description": "A temperature sensor is under its critical threshold.",
2184 "Message": "A temperature sensor is under its critical threshold.",
2185 "Notes": [
2186 "A temperature sensor crossed under its critical threshold value",
2187 "If it is the ambient sensor, then a symbolic FRU will be added."
2188 ]
2189 }
2190 },
2191
2192 {
Matt Spinler6b3490a2021-01-20 10:48:26 -06002193 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHigh",
2194 "Subsystem": "power",
2195 "ComponentID": "0x2800",
2196 "Severity": "predictive",
2197 "ActionFlags": ["service_action", "report"],
2198
2199 "SRC": {
2200 "ReasonCode": "0x2807",
2201 "Words6To9": {}
2202 },
2203
2204 "Callouts": [
2205 {
2206 "CalloutList": [
2207 {
2208 "Priority": "high",
2209 "SymbolicFRU": "ambient_temp"
2210 }
2211 ]
2212 }
2213 ],
2214
2215 "Documentation": {
2216 "Description": "The ambient temperature passed the EPOW3 limit.",
2217 "Message": "The ambient temperature passed the EPOW3 limit. The system will shut down if temp doesn't decrease.",
2218 "Notes": [
2219 "This error occurs when the ambient temperature surpassed",
2220 "the EPOW3 shutdown limit."
2221 ]
2222 }
2223 },
2224
2225 {
2226 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHighClear",
2227 "Subsystem": "power",
2228 "ComponentID": "0x2800",
2229 "Severity": "non_error",
2230 "ActionFlags": ["report"],
2231 "EventType": "env_normal",
2232
2233 "SRC": {
2234 "ReasonCode": "0x2808",
2235 "Words6To9": {}
2236 },
2237
2238 "Callouts": [
2239 {
2240 "CalloutList": [
2241 {
2242 "Priority": "high",
2243 "SymbolicFRU": "ambient_temp_back"
2244 }
2245 ]
2246 }
2247 ],
2248
2249 "Documentation": {
2250 "Description": "The ambient temperature is back under the EPOW3 limit.",
2251 "Message": "The ambient temperature is back under the EPOW3 limit."
2252 }
2253 },
2254
2255 {
2256 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.HardShutdownAlarmHigh",
2257 "Subsystem": "power",
2258 "ComponentID": "0x2800",
Matt Spinler6b3490a2021-01-20 10:48:26 -06002259 "ActionFlags": ["service_action", "report"],
2260
2261 "SRC": {
2262 "ReasonCode": "0x2809",
2263 "Words6To9": {}
2264 },
2265
2266 "Callouts": [
2267 {
2268 "CalloutList": [
2269 {
2270 "Priority": "high",
2271 "SymbolicFRU": "ambient_temp"
2272 }
2273 ]
2274 }
2275 ],
2276
2277 "Documentation": {
2278 "Description": "The ambient temperature passed the EPOW4 limit.",
2279 "Message": "The ambient temperature passed the EPOW4 limit. The system will shut down",
2280 "Notes": [
2281 "This error occurs when the ambient temperature surpassed",
2282 "the EPOW4 shutdown limit."
2283 ]
2284 }
2285 },
2286
2287 {
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05002288 "Name": "com.ibm.VPD.Error.InvalidEepromPath",
2289 "Subsystem": "cec_vpd",
2290 "ComponentID": "0x4000",
2291
2292 "SRC": {
2293 "ReasonCode": "0x4000",
2294 "Words6To9":
2295 {
2296 "6":
2297 {
2298 "Description": "Errno of the failure.",
2299 "AdditionalDataPropSource": "CALLOUT_ERRNO"
2300 }
2301 }
2302 },
2303
2304 "Documentation": {
2305 "Description": "A path access error ocurred",
2306 "Message": "An EEPROM path access error occurred.",
2307 "Notes": [
2308 "This error occurs when parser is unable to access",
2309 "EEPROM path. Errno and device path are captured as",
2310 "additional data."
2311 ]
2312 }
2313 },
2314
2315 {
2316 "Name": "com.ibm.VPD.Error.InvalidVPD",
2317 "Subsystem": "cec_vpd",
2318 "ComponentID": "0x4000",
2319
2320 "SRC": {
2321 "ReasonCode": "0x4001",
2322 "Words6To9":
2323 {
2324 }
2325 },
2326
2327 "Documentation": {
2328 "Description": "Invalid VPD data.",
2329 "Message": "A VPD data exception occurred.",
2330 "Notes": [
2331 "This error occurs when VPD data is found to be",
2332 "invalid. This can be when VPD file is missing out",
2333 "mandatory records.Inventory path is captured in",
2334 "additional data."
2335 ]
2336 }
2337 },
2338
2339 {
2340 "Name": "com.ibm.VPD.Error.EccCheckFailed",
2341 "Subsystem": "cec_vpd",
2342 "ComponentID": "0x4000",
2343
2344 "SRC": {
2345 "ReasonCode": "0x4002",
2346 "Words6To9":
2347 {
2348 }
2349 },
2350
2351 "Documentation": {
2352 "Description": "Invalid VPD ecc data.",
2353 "Message": "A VPD ecc exception occurred.",
2354 "Notes": [
2355 "This error occurs when VPD ecc check fails for the FRU.",
2356 "Inventory path for the failed FRU is captured in additonal",
2357 "data."
2358 ]
2359 }
2360 },
2361
2362 {
2363 "Name": "com.ibm.VPD.Error.InvalidJson",
2364 "Subsystem": "cec_vpd",
2365 "ComponentID": "0x4000",
2366
2367 "SRC": {
2368 "ReasonCode": "0x4003",
2369 "Words6To9":
2370 {
2371 }
2372 },
2373
2374 "Documentation": {
2375 "Description": "Invalid Json",
2376 "Message": "A Json failure occurred.",
2377 "Notes": [
2378 "This error occurs when parser fails to access",
2379 "Json file or there is any issue with Json data.",
2380 "Failed Json path and cause of failure is captured",
2381 "in additional data."
2382 ]
2383 }
2384 },
2385
2386 {
2387 "Name": "com.ibm.VPD.Error.BlankSystemVPD",
2388 "Subsystem": "cec_vpd",
2389 "ComponentID": "0x4000",
2390
2391 "SRC": {
2392 "ReasonCode": "0x4004",
2393 "Words6To9":
2394 {
2395 }
2396 },
2397
2398 "Documentation": {
2399 "Description": "System VPD restore failed",
2400 "Message": "A system VPD restoration error occurred.",
2401 "Notes": [
2402 "This error occurs when restoring of system VPD fails.",
2403 "The FRU path and reason for failure is captured in",
2404 "additional data."
2405 ]
2406 }
2407 },
2408
2409 {
2410 "Name": "com.ibm.VPD.Error.DbusFailure",
2411 "Subsystem": "cec_vpd",
2412 "ComponentID": "0x4000",
2413
2414 "SRC": {
2415 "ReasonCode": "0x4005",
2416 "Words6To9":
2417 {
2418 }
2419 },
2420
2421 "Documentation": {
2422 "Description": "Dbus exception",
2423 "Message": "A Dbus internal error occurred.",
2424 "Notes": [
2425 "This error occurs when Dbus operation fails.",
2426 "Exceptions details are captured in additonal",
2427 "data."
2428 ]
2429 }
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05002430 },
2431
2432 {
2433 "Name": "org.open_power.Host.Boot.Error.WatchdogTimeout",
2434 "Subsystem": "cec_sp_hostboot_iface",
2435
2436 "SRC":
2437 {
2438 "ReasonCode": "0xC101",
2439 "Words6To9":
2440 {
2441 }
2442 },
2443
2444 "Documentation":
2445 {
2446 "Description": "Host did not respond within the watchdog timeout interval",
2447 "Message": "Host did not respond before the watchdog timeout interval expired",
2448 "Notes": [
2449 "Host did not respond before the expiry of the watchdog timeout interval.",
2450 "Collecting hostboot dump."
2451 ]
2452 }
Matt Spinler3fd08d62019-10-22 14:25:33 -05002453 }
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05002454
Matt Spinler44792fd2019-09-26 15:58:58 -05002455 ]
2456}