blob: 90b603a8f5550e3e485792cf5f37e5c2cb8bd2aa [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 McCarney7f1ec942021-07-28 13:33:34 -05001496 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.N",
1497 "Subsystem": "power",
1498 "Severity": "predictive_redundancy_loss",
1499 "ComponentID": "0x2700",
1500
1501 "SRC": {
1502 "Type": "11",
1503 "ReasonCode": "0x2700",
1504 "Words6To9": {}
1505 },
1506
1507 "Documentation": {
1508 "Description": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
1509 "Message": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
1510 "Notes": [
1511 "CALLOUT_INVENTORY_PATH should be specified in the ",
1512 "AdditionalData property of the event log so that ",
1513 "the device is called out but not the communication path."
1514 ]
1515 }
1516 },
1517
1518 {
1519 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.NPlus1",
1520 "Subsystem": "power",
1521 "Severity": "non_error",
1522 "MfgSeverity": "predictive_redundancy_loss",
1523 "ActionFlags": ["report"],
1524 "MfgActionFlags": ["service_action", "report", "call_home"],
1525 "ComponentID": "0x2700",
1526
1527 "SRC": {
1528 "Type": "11",
1529 "ReasonCode": "0x2701",
1530 "Words6To9": {}
1531 },
1532
1533 "Documentation": {
1534 "Description": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
1535 "Message": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
1536 "Notes": [
1537 "CALLOUT_INVENTORY_PATH should be specified in the ",
1538 "AdditionalData property of the event log so that ",
1539 "the device is called out but not the communication path."
1540 ]
1541 }
1542 },
1543
1544 {
Shawn McCarney01648f52020-06-25 11:42:02 -05001545 "Name": "xyz.openbmc_project.Power.Regulators.Error.WriteVerification",
1546 "Subsystem": "power",
1547 "ComponentID": "0x2700",
1548
1549 "SRC": {
1550 "Type": "11",
1551 "ReasonCode": "0x2900",
1552 "Words6To9": {}
1553 },
1554
1555 "Documentation": {
1556 "Description": "A write verification error occurred on a device",
1557 "Message": "A write verification error occurred on a device",
1558 "Notes": [
1559 "This error occurs when a device register is written, ",
1560 "read back, and the two values do not match. This is ",
1561 "also called a read-back error. The device should be ",
1562 "identified using the CALLOUT_DEVICE_PATH or ",
1563 "CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR keywords in the ",
1564 "AdditionalData property of the event log. This will ",
1565 "cause the device and the hardware in the communication ",
1566 "path to be called out."
1567 ]
1568 }
1569 },
1570
1571 {
1572 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile",
1573 "Subsystem": "power",
1574 "ComponentID": "0x2700",
1575
1576 "SRC": {
1577 "Type": "11",
1578 "ReasonCode": "0xA013",
1579 "Words6To9": {}
1580 },
1581
1582 "Callouts": [
1583 {
1584 "CalloutList": [
1585 { "Priority": "high", "Procedure": "bmc_code" }
1586 ]
1587 }
1588 ],
1589
1590 "Documentation": {
1591 "Description": "A regulators configuration file error occurred",
1592 "Message": "A regulators configuration file error occurred",
1593 "Notes": [
1594 "The regulators configuration file could not be found, ",
1595 "could not be read, or had invalid contents."
1596 ]
1597 }
1598 },
1599
1600 {
Shawn McCarney82e31d82021-02-19 16:25:55 -06001601 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile.Critical",
1602 "Subsystem": "power",
1603 "Severity": "critical_system_term",
1604 "ComponentID": "0x2700",
1605
1606 "SRC": {
1607 "Type": "11",
1608 "ReasonCode": "0xA014",
1609 "Words6To9": {},
1610 "PowerFault": true
1611 },
1612
1613 "Callouts": [
1614 {
1615 "CalloutList": [
1616 { "Priority": "high", "Procedure": "bmc_code" }
1617 ]
1618 }
1619 ],
1620
1621 "Documentation": {
1622 "Description": "A critical regulators configuration file error occurred",
1623 "Message": "A critical regulators configuration file error occurred",
1624 "Notes": [
1625 "The regulators configuration file could not be found, ",
1626 "could not be read, or had invalid contents. As a result ",
1627 "voltage regulators could not be configured, and the ",
1628 "chassis could not be powered on."
1629 ]
1630 }
1631 },
1632
1633 {
Jim Wright7f678902020-11-30 16:03:57 -06001634 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerFault",
1635 "Subsystem": "power_sequencer",
1636 "ComponentID": "0x2700",
1637
1638 "SRC": {
1639 "Type": "11",
1640 "ReasonCode": "0xD000",
1641 "Words6To9": {}
1642 },
1643
1644 "Callouts": [
1645 {
1646 "CalloutList": [
1647 { "Priority": "high", "LocCode": "P0" }
1648 ]
1649 }
1650 ],
1651
1652 "Documentation": {
1653 "Description": "The power sequencer chip detected a fault",
1654 "Message": "The power sequencer chip detected a fault",
1655 "Notes": [
1656 ]
1657 }
1658 },
1659
1660 {
1661 "Name": "xyz.openbmc_project.Power.Error.PowerOnFailure",
1662 "Subsystem": "power_sequencer",
1663 "ComponentID": "0x2700",
1664
1665 "SRC": {
1666 "Type": "11",
1667 "ReasonCode": "0xD002",
1668 "Words6To9": {}
1669 },
1670
1671 "Callouts": [
1672 {
1673 "CalloutList": [
1674 { "Priority": "high", "LocCode": "P0" }
1675 ]
1676 }
1677 ],
1678
1679 "Documentation": {
1680 "Description": "System power failed to turn on",
1681 "Message": "System power failed to turn on",
1682 "Notes": [
1683 ]
1684 }
1685 },
1686
1687 {
Shawn McCarney01648f52020-06-25 11:42:02 -05001688 "Name": "xyz.openbmc_project.Power.Error.Internal",
1689 "Subsystem": "power",
1690 "ComponentID": "0x2700",
1691
1692 "SRC": {
1693 "Type": "11",
1694 "ReasonCode": "0xE000",
1695 "Words6To9": {}
1696 },
1697
1698 "Callouts": [
1699 {
1700 "CalloutList": [
1701 { "Priority": "high", "Procedure": "bmc_code" }
1702 ]
1703 }
1704 ],
1705
1706 "Documentation": {
1707 "Description": "An internal firmware error occurred",
1708 "Message": "An internal firmware error occurred",
1709 "Notes": [
1710 "The error details must be provided in the AdditionalData ",
1711 "property of the event log."
1712 ]
1713 }
1714 },
1715
1716 {
1717 "Name": "xyz.openbmc_project.Power.Error.I2C",
1718 "Subsystem": "cec_i2c",
1719 "ComponentID": "0x2700",
1720
1721 "SRC": {
1722 "Type": "11",
1723 "ReasonCode": "0xE100",
1724 "Words6To9": {}
1725 },
1726
1727 "Documentation": {
1728 "Description": "An I2C error occurred communicating with a device",
1729 "Message": "An I2C error occurred communicating with a device",
1730 "Notes": [
1731 "The device should be identified using the ",
1732 "CALLOUT_DEVICE_PATH or CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR ",
1733 "keywords in the AdditionalData property of the event ",
1734 "log. This will cause the device and the hardware in the ",
1735 "communication path to be called out."
1736 ]
1737 }
1738 },
1739
1740 {
1741 "Name": "xyz.openbmc_project.Power.Error.PMBus",
1742 "Subsystem": "power",
1743 "ComponentID": "0x2700",
1744
1745 "SRC": {
1746 "Type": "11",
1747 "ReasonCode": "0xE200",
1748 "Words6To9": {}
1749 },
1750
1751 "Documentation": {
1752 "Description": "A PMBus error occurred on a device",
1753 "Message": "A PMBus error occurred on a device",
1754 "Notes": [
1755 "This error occurs when the I2C communication was ",
1756 "successful, but the PMBus value read is invalid or ",
1757 "unsupported. CALLOUT_INVENTORY_PATH should be specified ",
1758 "in the AdditionalData property of the event log so that ",
1759 "the device is called out but not the communication path."
1760 ]
1761 }
1762 },
1763
1764 {
1765 "Name": "xyz.openbmc_project.Power.Error.DBus",
1766 "Subsystem": "power",
1767 "ComponentID": "0x2700",
1768
1769 "SRC": {
1770 "Type": "11",
1771 "ReasonCode": "0xE300",
1772 "Words6To9": {}
1773 },
1774
1775 "Callouts": [
1776 {
1777 "CalloutList": [
1778 { "Priority": "high", "Procedure": "bmc_code" }
1779 ]
1780 }
1781 ],
1782
1783 "Documentation": {
1784 "Description": "A firmware inter-process communication (D-Bus) error occurred",
1785 "Message": "A firmware inter-process communication (D-Bus) error occurred"
1786 }
Matt Spinler60d1c392020-09-23 15:23:24 -05001787 },
1788
1789 {
Matt Spinler7c9c07e2020-10-22 10:16:37 -05001790 "Name": "xyz.openbmc_project.Fan.Error.Fault",
1791 "Subsystem": "power_fans",
1792 "ComponentID": "0x2800",
1793
1794 "SRC": {
1795 "Type": "11",
1796 "ReasonCode": "0x76F0",
1797 "Words6To9": {}
1798 },
1799
1800 "Documentation": {
1801 "Description": "Fan rotor fault",
1802 "Message": "Fan rotor fault",
1803 "Notes": [
1804 "This error occurs when a fan rotor has been faulted for a ",
1805 "certain amount of time. The callout is the fan which is ",
1806 "passed in with CALLOUT_INVENTORY_PATH. The severity is ",
1807 "passed in during creation and will be either informational ",
1808 "or unrecoverable. The action flags use the defaults and ",
1809 "vary based on the severity."
1810 ]
1811 }
1812 },
1813
1814 {
Matt Spinler60d1c392020-09-23 15:23:24 -05001815 "Name": "xyz.openbmc_project.Fan.Error.Missing",
1816 "Subsystem": "power_fans",
1817 "ComponentID": "0x2800",
1818 "Severity": "unrecoverable_redundancy_loss",
1819 "ActionFlags": ["service_action", "report", "call_home"],
1820
1821 "SRC": {
1822 "Type": "11",
1823 "ReasonCode": "0x76F1",
1824 "Words6To9": {}
1825 },
1826
1827 "Callouts": [
1828 {
Matt Spinler938ac792021-05-12 10:46:44 -05001829 "System": "ibm,rainier",
Matt Spinler60d1c392020-09-23 15:23:24 -05001830 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -05001831 {
1832 "Priority": "high",
1833 "SymbolicFRUTrusted": "air_mover",
1834 "UseInventoryLocCode": true
1835 },
1836 {
1837 "Priority": "low",
1838 "LocCode": "P0"
1839 }
Matt Spinler60d1c392020-09-23 15:23:24 -05001840 ]
Matt Spinler938ac792021-05-12 10:46:44 -05001841 },
1842 {
1843 "System": "ibm,everest",
1844 "CalloutList": [
1845 {
1846 "Priority": "high",
1847 "SymbolicFRUTrusted": "air_mover",
1848 "UseInventoryLocCode": true
1849 },
1850 {
1851 "Priority": "low",
1852 "LocCode": "P1"
1853 }
1854 ]
Matt Spinler60d1c392020-09-23 15:23:24 -05001855 }
1856 ],
1857
1858 "Documentation": {
1859 "Description": "A fan is missing",
1860 "Message": "A fan is missing",
1861 "Notes": [
1862 "This error occurs when a fan has been missing for a ",
Matt Spinler80600192020-10-23 09:29:33 -05001863 "certain amount of time. The first callout is the ",
1864 "symbolic FRU AIR_MOVR that has the trusted fan location ",
1865 "code, which it gets using the passed in ",
1866 "CALLOUT_INVENTORY_PATH. The second callout is the FRU ",
Matt Spinler938ac792021-05-12 10:46:44 -05001867 "where the controller and GPIO expander are."
Matt Spinler60d1c392020-09-23 15:23:24 -05001868 ]
1869 }
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05001870 },
1871
1872 {
Matt Spinleradf070b2021-04-21 13:39:45 -05001873 "Name": "xyz.openbmc_project.Fan.Presence.Error.Detection",
1874 "ComponentID": "0x2800",
1875 "Subsystem": "power_fans",
1876 "Severity": "non_error",
1877 "ActionFlags": ["report"],
1878 "MfgSeverity": "predictive",
1879 "MfgActionFlags": ["service_action", "report"],
1880
1881 "SRC": {
1882 "Type": "11",
1883 "ReasonCode": "0x76F2",
1884 "Words6To9": {}
1885 },
1886
1887 "Callouts": [
1888 {
1889 "System": "ibm,rainier",
1890 "CalloutList": [
1891 {"Priority": "medium", "LocCode": "P0"}
1892 ]
1893 },
1894 {
1895 "System": "ibm,everest",
1896 "CalloutList": [
1897 {"Priority": "medium", "LocCode": "P1"}
1898 ]
1899 }
1900 ],
1901
1902 "Documentation": {
1903 "Description": "Presence detect methods for the same fan disagree",
1904 "Message": "Presence detect methods for the same fan disagree",
1905 "Notes": [
1906 "This error occurs when there is more than one way to detect",
1907 "fan presence, and they don't all agree. For example, the",
1908 "GPIO says a fan isn't present, but the tach readings are",
1909 "nonzero. This is informational, unless in manufacturing.",
1910 "The fan FRU is passed in as a high priority callout.",
1911 "The FRU the GPIO source is on is called out medium."
1912 ]
1913 }
1914 },
1915
1916 {
Matt Spinlerdde99202021-06-14 12:15:59 -06001917 "Name": "xyz.openbmc_project.Fan.Error.FanControllerOffline",
1918 "ComponentID": "0x2800",
1919 "Subsystem": "power_fans",
1920 "Severity": "critical_system_term",
1921 "ActionFlags": ["service_action", "report", "call_home"],
1922
1923 "SRC": {
1924 "Type": "11",
1925 "ReasonCode": "0x76F3",
1926 "Words6To9": {},
1927 "PowerFault": true
1928 },
1929
1930 "Callouts": [
1931 {
1932 "System": "ibm,rainier",
1933 "CalloutList": [
1934 {"Priority": "high", "LocCode": "P0-C5"},
1935 {"Priority": "medium_group_a", "LocCode": "P0-T12", "SymbolicFRUTrusted": "fan_cable"},
1936 {"Priority": "medium_group_a", "LocCode": "P0-T17", "SymbolicFRUTrusted": "cable_continued"},
1937 {"Priority": "low", "LocCode": "P0"}
1938 ]
1939 },
1940 {
1941 "System": "ibm,everest",
1942 "CalloutList": [
1943 {"Priority": "high", "LocCode": "P0-C0"},
1944 {"Priority": "medium", "LocCode": "P1"},
1945 {"Priority": "low", "LocCode": "P0"}
1946 ]
1947 }
1948 ],
1949
1950 "Documentation": {
1951 "Description": "The fan controller device is offline",
1952 "Message": "The fan controller is offline. The system must be powered off.",
1953 "Notes": [
1954 "The device that controls the fans is offline so the fan",
1955 "targets and speeds are unknown. The system will be shut",
1956 "down to preserve thermal safety. There may be an I2C",
1957 "or power problem with the device."
1958 ]
1959 }
1960 },
1961
1962 {
Mike Cappsabc276e2021-06-18 16:41:30 -04001963 "Name": "xyz.openbmc_project.Fan.Presence.Error.GPIODeviceUnavailable",
1964 "Subsystem": "power_fans",
1965 "ComponentID": "0x2800",
1966 "Severity": "unrecoverable_redundancy_loss",
1967 "ActionFlags": ["service_action", "report", "call_home"],
1968
1969 "SRC": {
1970 "Type": "11",
1971 "ReasonCode": "0x76F4",
1972 "Words6To9": {}
1973 },
1974
1975 "Callouts": [
1976 {
1977 "System" : "ibm,rainier",
1978 "CalloutList": [
1979 {"Priority": "high", "LocCode": "P0-C5"},
1980 {"Priority": "medium_group_a", "LocCode": "P0-T12","SymbolicFRUTrusted": "fan_cable"},
1981 {"Priority": "medium_group_a", "LocCode": "P0-T17","SymbolicFRUTrusted": "cable_continued"},
1982 {"Priority": "low", "LocCode": "P0"}
1983 ]
1984 },
1985 {
1986 "System" : "ibm,everest",
1987 "CalloutList": [
1988 {"Priority": "high", "LocCode": "P0-C0"},
1989 {"Priority": "medium", "LocCode": "P1"},
1990 {"Priority": "low", "LocCode": "P0"}
1991 ]
1992 }
1993 ],
1994
1995 "Documentation": {
1996 "Description": "Fan GPIO sensors not present",
1997 "Message": "Fan GPIO sensors not present",
1998 "Notes": [
1999 "The device that reports fan presence is not functioning."
2000 ]
2001 }
2002 },
2003
2004 {
Matt Spinler86e40dd2021-01-29 11:19:36 -06002005 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHigh",
2006 "Subsystem": "power",
2007 "ComponentID": "0x2800",
2008 "Severity": "predictive",
2009 "ActionFlags": ["service_action", "report"],
2010
2011 "SRC": {
2012 "ReasonCode": "0x2801",
2013 "Words6To9": {}
2014 },
2015
2016 "CalloutsUsingAD": {
2017 "ADName": "SENSOR_NAME",
2018 "CalloutsWithTheirADValues": [
2019 {
2020 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2021 "Callouts": [
2022 {
2023 "CalloutList": [
2024 { "Priority": "high", "SymbolicFRU": "ambient_temp" }
2025 ]
2026 }
2027 ]
2028 }
2029 ]
2030 },
2031
2032 "Documentation": {
2033 "Description": "A temperature sensor exceeded its performance loss threshold.",
2034 "Message": "A temperature sensor exceeded its performance loss threshold.",
2035 "Notes": [
2036 "A temperature sensor crossed its performance loss threshold value",
2037 "If it is the ambient sensor, then a symbolic FRU will be added.",
2038 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
2039 "a FRU callout."
2040 ]
2041 }
2042 },
2043
2044 {
2045 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHighClear",
2046 "Subsystem": "power",
2047 "ComponentID": "0x2800",
2048 "Severity": "non_error",
2049 "ActionFlags": ["report"],
2050 "EventType": "env_normal",
2051
2052 "SRC": {
2053 "ReasonCode": "0x2802",
2054 "Words6To9": {}
2055 },
2056
2057 "CalloutsUsingAD": {
2058 "ADName": "SENSOR_NAME",
2059 "CalloutsWithTheirADValues": [
2060 {
2061 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2062 "Callouts": [
2063 {
2064 "CalloutList": [
2065 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" }
2066 ]
2067 }
2068 ]
2069 }
2070 ]
2071 },
2072
2073 "Documentation": {
2074 "Description": "A temperature sensor is under its performance loss threshold.",
2075 "Message": "A temperature sensor is under its performance loss threshold.",
2076 "Notes": [
2077 "A temperature sensor crossed under its performance loss threshold value",
2078 "If it is the ambient sensor, then a symbolic FRU will be added."
2079 ]
2080 }
2081 },
2082
2083 {
2084 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHigh",
2085 "Subsystem": "power",
2086 "ComponentID": "0x2800",
2087 "Severity": "predictive",
2088 "ActionFlags": ["service_action", "report"],
2089
2090 "SRC": {
2091 "ReasonCode": "0x2803",
2092 "Words6To9": {}
2093 },
2094
2095 "CalloutsUsingAD": {
2096 "ADName": "SENSOR_NAME",
2097 "CalloutsWithTheirADValues": [
2098 {
2099 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2100 "Callouts": [
2101 {
2102 "CalloutList": [
2103 { "Priority": "high", "SymbolicFRU": "ambient_temp" }
2104 ]
2105 }
2106 ]
2107 }
2108 ]
2109 },
2110
2111 "Documentation": {
2112 "Description": "A temperature sensor exceeded its warning threshold.",
2113 "Message": "A temperature sensor exceeded its warning threshold.",
2114 "Notes": [
2115 "A temperature sensor crossed its warning threshold value",
2116 "If it is the ambient sensor, then a symbolic FRU will be added.",
2117 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
2118 "a FRU callout."
2119 ]
2120 }
2121 },
2122
2123 {
2124 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHighClear",
2125 "Subsystem": "power",
2126 "ComponentID": "0x2800",
2127 "Severity": "non_error",
2128 "ActionFlags": ["report"],
2129 "EventType": "env_normal",
2130
2131 "SRC": {
2132 "ReasonCode": "0x2804",
2133 "Words6To9": {}
2134 },
2135
2136 "CalloutsUsingAD": {
2137 "ADName": "SENSOR_NAME",
2138 "CalloutsWithTheirADValues": [
2139 {
2140 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2141 "Callouts": [
2142 {
2143 "CalloutList": [
2144 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" }
2145 ]
2146 }
2147 ]
2148 }
2149 ]
2150 },
2151
2152 "Documentation": {
2153 "Description": "A temperature sensor is under its warning threshold.",
2154 "Message": "A temperature sensor is under its warning threshold.",
2155 "Notes": [
2156 "A temperature sensor crossed under its warning threshold value",
2157 "If it is the ambient sensor, then a symbolic FRU will be added."
2158 ]
2159 }
2160 },
2161
2162 {
2163 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHigh",
2164 "Subsystem": "power",
2165 "ComponentID": "0x2800",
2166 "Severity": "predictive",
2167 "ActionFlags": ["service_action", "report"],
2168
2169 "SRC": {
2170 "ReasonCode": "0x2805",
2171 "Words6To9": {}
2172 },
2173
2174 "CalloutsUsingAD": {
2175 "ADName": "SENSOR_NAME",
2176 "CalloutsWithTheirADValues": [
2177 {
2178 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2179 "Callouts": [
2180 {
2181 "CalloutList": [
2182 { "Priority": "high", "SymbolicFRU": "ambient_temp" }
2183 ]
2184 }
2185 ]
2186 }
2187 ]
2188 },
2189
2190 "Documentation": {
2191 "Description": "A temperature sensor exceeded its critical threshold.",
2192 "Message": "A temperature sensor exceeded its critical threshold.",
2193 "Notes": [
2194 "A temperature sensor crossed its critical threshold value",
2195 "If it is the ambient sensor, then a symbolic FRU will be added.",
2196 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
2197 "a FRU callout."
2198 ]
2199 }
2200 },
2201
2202 {
2203 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHighClear",
2204 "Subsystem": "power",
2205 "ComponentID": "0x2800",
2206 "Severity": "non_error",
2207 "ActionFlags": ["report"],
2208 "EventType": "env_normal",
2209
2210 "SRC": {
2211 "ReasonCode": "0x2806",
2212 "Words6To9": {}
2213 },
2214
2215 "CalloutsUsingAD": {
2216 "ADName": "SENSOR_NAME",
2217 "CalloutsWithTheirADValues": [
2218 {
2219 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2220 "Callouts": [
2221 {
2222 "CalloutList": [
2223 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" }
2224 ]
2225 }
2226 ]
2227 }
2228 ]
2229 },
2230
2231 "Documentation": {
2232 "Description": "A temperature sensor is under its critical threshold.",
2233 "Message": "A temperature sensor is under its critical threshold.",
2234 "Notes": [
2235 "A temperature sensor crossed under its critical threshold value",
2236 "If it is the ambient sensor, then a symbolic FRU will be added."
2237 ]
2238 }
2239 },
2240
2241 {
Matt Spinler6b3490a2021-01-20 10:48:26 -06002242 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHigh",
2243 "Subsystem": "power",
2244 "ComponentID": "0x2800",
2245 "Severity": "predictive",
2246 "ActionFlags": ["service_action", "report"],
2247
2248 "SRC": {
2249 "ReasonCode": "0x2807",
2250 "Words6To9": {}
2251 },
2252
2253 "Callouts": [
2254 {
2255 "CalloutList": [
2256 {
2257 "Priority": "high",
2258 "SymbolicFRU": "ambient_temp"
2259 }
2260 ]
2261 }
2262 ],
2263
2264 "Documentation": {
2265 "Description": "The ambient temperature passed the EPOW3 limit.",
2266 "Message": "The ambient temperature passed the EPOW3 limit. The system will shut down if temp doesn't decrease.",
2267 "Notes": [
2268 "This error occurs when the ambient temperature surpassed",
2269 "the EPOW3 shutdown limit."
2270 ]
2271 }
2272 },
2273
2274 {
2275 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHighClear",
2276 "Subsystem": "power",
2277 "ComponentID": "0x2800",
2278 "Severity": "non_error",
2279 "ActionFlags": ["report"],
2280 "EventType": "env_normal",
2281
2282 "SRC": {
2283 "ReasonCode": "0x2808",
2284 "Words6To9": {}
2285 },
2286
2287 "Callouts": [
2288 {
2289 "CalloutList": [
2290 {
2291 "Priority": "high",
2292 "SymbolicFRU": "ambient_temp_back"
2293 }
2294 ]
2295 }
2296 ],
2297
2298 "Documentation": {
2299 "Description": "The ambient temperature is back under the EPOW3 limit.",
2300 "Message": "The ambient temperature is back under the EPOW3 limit."
2301 }
2302 },
2303
2304 {
2305 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.HardShutdownAlarmHigh",
2306 "Subsystem": "power",
2307 "ComponentID": "0x2800",
Matt Spinler6b3490a2021-01-20 10:48:26 -06002308 "ActionFlags": ["service_action", "report"],
2309
2310 "SRC": {
2311 "ReasonCode": "0x2809",
2312 "Words6To9": {}
2313 },
2314
2315 "Callouts": [
2316 {
2317 "CalloutList": [
2318 {
2319 "Priority": "high",
2320 "SymbolicFRU": "ambient_temp"
2321 }
2322 ]
2323 }
2324 ],
2325
2326 "Documentation": {
2327 "Description": "The ambient temperature passed the EPOW4 limit.",
2328 "Message": "The ambient temperature passed the EPOW4 limit. The system will shut down",
2329 "Notes": [
2330 "This error occurs when the ambient temperature surpassed",
2331 "the EPOW4 shutdown limit."
2332 ]
2333 }
2334 },
2335
2336 {
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05002337 "Name": "com.ibm.VPD.Error.InvalidEepromPath",
2338 "Subsystem": "cec_vpd",
2339 "ComponentID": "0x4000",
2340
2341 "SRC": {
2342 "ReasonCode": "0x4000",
2343 "Words6To9":
2344 {
2345 "6":
2346 {
2347 "Description": "Errno of the failure.",
2348 "AdditionalDataPropSource": "CALLOUT_ERRNO"
2349 }
2350 }
2351 },
2352
2353 "Documentation": {
2354 "Description": "A path access error ocurred",
2355 "Message": "An EEPROM path access error occurred.",
2356 "Notes": [
2357 "This error occurs when parser is unable to access",
2358 "EEPROM path. Errno and device path are captured as",
2359 "additional data."
2360 ]
2361 }
2362 },
2363
2364 {
2365 "Name": "com.ibm.VPD.Error.InvalidVPD",
2366 "Subsystem": "cec_vpd",
2367 "ComponentID": "0x4000",
2368
2369 "SRC": {
2370 "ReasonCode": "0x4001",
2371 "Words6To9":
2372 {
2373 }
2374 },
2375
2376 "Documentation": {
2377 "Description": "Invalid VPD data.",
2378 "Message": "A VPD data exception occurred.",
2379 "Notes": [
2380 "This error occurs when VPD data is found to be",
2381 "invalid. This can be when VPD file is missing out",
2382 "mandatory records.Inventory path is captured in",
2383 "additional data."
2384 ]
2385 }
2386 },
2387
2388 {
2389 "Name": "com.ibm.VPD.Error.EccCheckFailed",
2390 "Subsystem": "cec_vpd",
2391 "ComponentID": "0x4000",
2392
2393 "SRC": {
2394 "ReasonCode": "0x4002",
2395 "Words6To9":
2396 {
2397 }
2398 },
2399
2400 "Documentation": {
2401 "Description": "Invalid VPD ecc data.",
2402 "Message": "A VPD ecc exception occurred.",
2403 "Notes": [
2404 "This error occurs when VPD ecc check fails for the FRU.",
2405 "Inventory path for the failed FRU is captured in additonal",
2406 "data."
2407 ]
2408 }
2409 },
2410
2411 {
2412 "Name": "com.ibm.VPD.Error.InvalidJson",
2413 "Subsystem": "cec_vpd",
2414 "ComponentID": "0x4000",
2415
2416 "SRC": {
2417 "ReasonCode": "0x4003",
2418 "Words6To9":
2419 {
2420 }
2421 },
2422
2423 "Documentation": {
2424 "Description": "Invalid Json",
2425 "Message": "A Json failure occurred.",
2426 "Notes": [
2427 "This error occurs when parser fails to access",
2428 "Json file or there is any issue with Json data.",
2429 "Failed Json path and cause of failure is captured",
2430 "in additional data."
2431 ]
2432 }
2433 },
2434
2435 {
2436 "Name": "com.ibm.VPD.Error.BlankSystemVPD",
2437 "Subsystem": "cec_vpd",
2438 "ComponentID": "0x4000",
2439
2440 "SRC": {
2441 "ReasonCode": "0x4004",
2442 "Words6To9":
2443 {
2444 }
2445 },
2446
2447 "Documentation": {
2448 "Description": "System VPD restore failed",
2449 "Message": "A system VPD restoration error occurred.",
2450 "Notes": [
2451 "This error occurs when restoring of system VPD fails.",
2452 "The FRU path and reason for failure is captured in",
2453 "additional data."
2454 ]
2455 }
2456 },
2457
2458 {
2459 "Name": "com.ibm.VPD.Error.DbusFailure",
2460 "Subsystem": "cec_vpd",
2461 "ComponentID": "0x4000",
2462
2463 "SRC": {
2464 "ReasonCode": "0x4005",
2465 "Words6To9":
2466 {
2467 }
2468 },
2469
2470 "Documentation": {
2471 "Description": "Dbus exception",
2472 "Message": "A Dbus internal error occurred.",
2473 "Notes": [
2474 "This error occurs when Dbus operation fails.",
2475 "Exceptions details are captured in additonal",
2476 "data."
2477 ]
2478 }
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05002479 },
2480
2481 {
2482 "Name": "org.open_power.Host.Boot.Error.WatchdogTimeout",
2483 "Subsystem": "cec_sp_hostboot_iface",
2484
2485 "SRC":
2486 {
2487 "ReasonCode": "0xC101",
2488 "Words6To9":
2489 {
2490 }
2491 },
2492
2493 "Documentation":
2494 {
2495 "Description": "Host did not respond within the watchdog timeout interval",
2496 "Message": "Host did not respond before the watchdog timeout interval expired",
2497 "Notes": [
2498 "Host did not respond before the expiry of the watchdog timeout interval.",
2499 "Collecting hostboot dump."
2500 ]
2501 }
Matt Spinler3fd08d62019-10-22 14:25:33 -05002502 }
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05002503
Matt Spinler44792fd2019-09-26 15:58:58 -05002504 ]
2505}