blob: 082ad3012ce52abd6bc9473c84f5937c55444818 [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 {
Ben Tyner34836322020-04-15 17:01:48 -0500655 }
656 },
657
658 "Documentation":
659 {
Zane Shelley561c0382020-11-17 13:20:05 -0600660 "Description": "A system checkstop attention has occurred",
661 "MessageArgSources" : [ "SRCWord6", "SRCWord7", "SRCWord8" ],
662 "Message": "hw-diags signature: %1 %2 %3"
Ben Tyner34836322020-04-15 17:01:48 -0500663 }
664 },
665
666 {
Zane Shelley561c0382020-11-17 13:20:05 -0600667 "Name": "org.open_power.HwDiags.Error.Predictive",
668 "Subsystem": "cec_hardware",
669 "ActionFlags": [ "service_action", "report", "call_home" ],
Ben Tyner34836322020-04-15 17:01:48 -0500670
671 "SRC":
672 {
Zane Shelley561c0382020-11-17 13:20:05 -0600673 "ReasonCode": "0xE511",
674 "SymptomIDFields": [ "SRCWord6", "SRCWord7", "SRCWord8" ],
Ben Tyner34836322020-04-15 17:01:48 -0500675 "Words6To9":
676 {
Ben Tyner34836322020-04-15 17:01:48 -0500677 }
678 },
Zane Shelley561c0382020-11-17 13:20:05 -0600679
Ben Tyner34836322020-04-15 17:01:48 -0500680 "Documentation":
681 {
Zane Shelley561c0382020-11-17 13:20:05 -0600682 "Description": "A hardware attention requiring service has occurred",
683 "MessageArgSources" : [ "SRCWord6", "SRCWord7", "SRCWord8" ],
684 "Message": "hw-diags signature: %1 %2 %3"
Ben Tyner34836322020-04-15 17:01:48 -0500685 }
Shawn McCarney01648f52020-06-25 11:42:02 -0500686 },
687
688 {
Brandon Wyman38caaf02020-09-01 16:07:42 -0500689 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.InputFault",
690 "Subsystem": "power_supply",
691 "Severity": "unrecoverable_redundancy_loss",
692 "ActionFlags": ["service_action", "report"],
693 "ComponentID": "0x2700",
694
695 "SRC": {
696 "Type": "11",
697 "ReasonCode": "0x15F0",
698 "Words6To9": {}
699 },
700
701 "Callouts": [
702 {
703 "CalloutList": [
704 { "Priority": "high", "SymbolicFRU": "pwrsply" }
705 ]
706 }
707 ],
708
709 "Documentation": {
710 "Description": "Power Supply input power fault",
711 "Message": "A power supply has indicated an input or under voltage condition.",
712 "Notes": [
713 "Check the power supply cabling and/or input power ",
714 "source. The PWRSPLY procedure is used rather than ",
715 "calling out a location code, as typically these faults ",
716 "are related to the supplied power, the cable, or the ",
717 "cable connectors. If the input fault resolves down to an ",
718 "issue with the power supply itself, the power supply ",
719 "indicating this input fault should be called out. Add the ",
720 "CALLOUT_INVENTORY_PATH to the additional data, and set the",
721 "CALLOUT_PRIORITY to something other than high."
722 ]
723 }
724 },
725
726 {
727 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Fault",
728 "Subsystem": "power_supply",
729 "Severity": "unrecoverable_redundancy_loss",
730 "ActionFlags": ["service_action", "report", "call_home"],
731 "ComponentID": "0x2700",
732
733 "SRC": {
734 "Type": "11",
735 "ReasonCode": "0x15F1",
736 "Words6To9": {}
737 },
738
739 "Documentation": {
740 "Description": "Power Supply power fault",
741 "Message": "The power supply detected a fault condition, see AdditionalData for further details.",
742 "Notes": [
743 "The power supply reporting the fault should be called ",
744 "out using the CALLOUT_INVENTORY_PATH keyword. Include ",
745 "specific fault, STATUS_* details, and code level in the ",
746 "AdditionalData section."
747 ]
748 }
749 },
750
751 {
752 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.CommFault",
753 "Subsystem": "power_supply",
Brandon Wyman981ffc32021-04-06 15:49:12 -0500754 "Severity": "unrecoverable",
Brandon Wyman38caaf02020-09-01 16:07:42 -0500755 "ActionFlags": ["service_action", "report", "call_home"],
756 "ComponentID": "0x2700",
757
758 "SRC": {
759 "Type": "11",
760 "ReasonCode": "0x15F2",
761 "Words6To9": {}
762 },
763
764 "Documentation": {
765 "Description": "Power Supply non-power fault",
766 "Message": "A communication failure occurred talking to the power supply",
767 "Notes": [
768 "Communication problems with the power supply could be ",
769 "the power supply, or any hardware between it and the ",
770 "BMC. Reporting the error should be passing in a call ",
771 "out using CALLOUT_DEVICE_PATH."
772 ]
773 }
774 },
775
776 {
777 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Missing",
778 "Subsystem": "power_supply",
Brandon Wyman981ffc32021-04-06 15:49:12 -0500779 "Severity": "unrecoverable_redundancy_loss",
Brandon Wyman38caaf02020-09-01 16:07:42 -0500780 "ActionFlags": ["service_action", "report", "call_home"],
781 "ComponentID": "0x2700",
782
783 "SRC": {
784 "Type": "11",
785 "ReasonCode": "0x15F6",
786 "Words6To9": {}
787 },
788
789 "Callouts": [
790 {
791 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -0500792 {
793 "Priority": "high",
794 "SymbolicFRUTrusted": "pwrsply",
795 "UseInventoryLocCode": true
796 }
Brandon Wyman38caaf02020-09-01 16:07:42 -0500797 ]
798 }
799 ],
800
801 "Documentation": {
802 "Description": "Power Supply is missing",
803 "Message": "A power supply that should be present is missing",
804 "Notes": [
805 "The CalloutList should use the PWRSPLY symbolic FRU ",
Matt Spinler80600192020-10-23 09:29:33 -0500806 "with the trusted location code property. The ",
807 "location code in this callout is obtained from ",
808 "the passed in CALLOUT_INVENTORY_PATH value."
Brandon Wyman38caaf02020-09-01 16:07:42 -0500809 ]
810 }
811 },
812
813 {
Adriana Kobylak5c0c9172021-04-07 18:26:56 +0000814 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.NotSupported",
815 "Subsystem": "power_supply",
816 "Severity": "unrecoverable",
817 "ActionFlags": ["service_action", "report", "call_home"],
818 "ComponentID": "0x2700",
819
820 "SRC": {
821 "Type": "11",
822 "ReasonCode": "0x15F7",
823 "Words6To9": {}
824 },
825
826 "Documentation": {
827 "Description": "Power Supply configuration is not supported",
828 "Message": "The power supply configuration is not supported",
829 "Notes": [
830 "The combination of power supplies detected in the ",
831 "system is not supported. This could be caused by ",
832 "mismatched models, less than expected number of power ",
833 "supplies, or other unsupported characteristics."
834 ]
835 }
836 },
837
838 {
Jay Meyer54ff54e2021-03-14 20:18:41 -0500839 "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Blackout",
840 "Subsystem": "power",
841 "ActionFlags": [ "report", "service_action" ],
842 "Severity": "unrecoverable",
843 "ComponentID": "0x2700",
844
845 "SRC":
846 {
847 "Type": "11",
848 "ReasonCode": "0x00AC",
849 "Words6To9": {},
850 "PowerFault": true
851 },
852
853 "Callouts": [
854 {
855 "CalloutList": [
856 { "Priority": "high", "SymbolicFRU": "ac_module"}
857 ]
858 }
859 ],
860
861 "Documentation": {
862 "Description": "Input power was lost while the system was powered on.",
863 "Message": "Input power was lost while the system was powered on.",
864 "Notes": [
865 "Input power was lost while system powered on.",
866 "The CalloutList should use the ACMODUL symbolic FRU."
867 ]
868 }
869 },
870
871 {
Jim Wright7f678902020-11-30 16:03:57 -0600872 "Name": "xyz.openbmc_project.Power.Error.Shutdown",
873 "Subsystem": "power_sequencer",
874 "ComponentID": "0x2700",
875
876 "SRC": {
877 "Type": "11",
878 "ReasonCode": "0x2600",
879 "Words6To9": {}
880 },
881
882 "Callouts": [
883 {
884 "CalloutList": [
885 { "Priority": "high", "SymbolicFRU": "pgood_part" }
886 ]
887 }
888 ],
889
890 "Documentation": {
891 "Description": "A power off was issued because a power fault was detected",
892 "Message": "A power off was issued because a power fault was detected",
893 "Notes": [
894 ]
895 }
896 },
897
898 {
899 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerPGOODFault",
900 "Subsystem": "power_sequencer",
901 "ComponentID": "0x2700",
902
903 "SRC": {
904 "Type": "11",
905 "ReasonCode": "0x2610",
906 "Words6To9": {}
907 },
908
909 "CalloutsUsingAD": {
910 "ADName": "INPUT_NAME", "CalloutsWithTheirADValues": [
911 {
912 "ADValue": "PCIE_SLOT0", "Callouts": [
913 {
914 "CalloutList": [
915 { "Priority": "high", "LocCode": "P0-C0" },
916 { "Priority": "medium", "LocCode": "P0" }
917 ]
918 }
919 ]
920 },
921 {
922 "ADValue": "PCIE_SLOT1", "Callouts": [
923 {
924 "CalloutList": [
925 { "Priority": "high", "LocCode": "P0-C1" },
926 { "Priority": "medium", "LocCode": "P0" }
927 ]
928 }
929 ]
930 },
931 {
932 "ADValue": "PCIE_SLOT2", "Callouts": [
933 {
934 "CalloutList": [
935 { "Priority": "high", "LocCode": "P0-C2" },
936 { "Priority": "medium", "LocCode": "P0" }
937 ]
938 }
939 ]
940 },
941 {
942 "ADValue": "PCIE_SLOT3", "Callouts": [
943 {
944 "CalloutList": [
945 { "Priority": "high", "LocCode": "P0-C3" },
946 { "Priority": "medium", "LocCode": "P0" }
947 ]
948 }
949 ]
950 },
951 {
952 "ADValue": "PCIE_SLOT4", "Callouts": [
953 {
954 "CalloutList": [
955 { "Priority": "high", "LocCode": "P0-C4" },
956 { "Priority": "medium", "LocCode": "P0" }
957 ]
958 }
959 ]
960 },
961 {
962 "ADValue": "PCIE_SLOT7", "Callouts": [
963 {
964 "CalloutList": [
965 { "Priority": "high", "LocCode": "P0-C7" },
966 { "Priority": "medium", "LocCode": "P0" }
967 ]
968 }
969 ]
970 },
971 {
972 "ADValue": "PCIE_SLOT8", "Callouts": [
973 {
974 "CalloutList": [
975 { "Priority": "high", "LocCode": "P0-C8" },
976 { "Priority": "medium", "LocCode": "P0" }
977 ]
978 }
979 ]
980 },
981 {
982 "ADValue": "PCIE_SLOT9", "Callouts": [
983 {
984 "CalloutList": [
985 { "Priority": "high", "LocCode": "P0-C9" },
986 { "Priority": "medium", "LocCode": "P0" }
987 ]
988 }
989 ]
990 },
991 {
992 "ADValue": "PCIE_SLOT10", "Callouts": [
993 {
994 "CalloutList": [
995 { "Priority": "high", "LocCode": "P0-C10" },
996 { "Priority": "medium", "LocCode": "P0" }
997 ]
998 }
999 ]
1000 },
1001 {
1002 "ADValue": "PCIE_SLOT11", "Callouts": [
1003 {
1004 "CalloutList": [
1005 { "Priority": "high", "LocCode": "P0-C11" },
1006 { "Priority": "medium", "LocCode": "P0" }
1007 ]
1008 }
1009 ]
1010 },
1011 {
1012 "ADValue": "PGOOD_12A", "Callouts": [
1013 {
1014 "CalloutList": [
1015 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1016 ]
1017 }
1018 ]
1019 },
1020 {
1021 "ADValue": "PGOOD_12B", "Callouts": [
1022 {
1023 "CalloutList": [
1024 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1025 ]
1026 }
1027 ]
1028 },
1029 {
1030 "ADValue": "PGOOD_12C", "Callouts": [
1031 {
1032 "CalloutList": [
1033 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1034 ]
1035 }
1036 ]
1037 },
1038 {
1039 "ADValue": "PGOOD_12D", "Callouts": [
1040 {
1041 "CalloutList": [
1042 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1043 ]
1044 }
1045 ]
1046 },
1047 {
1048 "ADValue": "PGOOD_12L", "Callouts": [
1049 {
1050 "CalloutList": [
1051 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1052 ]
1053 }
1054 ]
1055 },
1056 {
1057 "ADValue": "PGOOD_12M", "Callouts": [
1058 {
1059 "CalloutList": [
1060 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1061 ]
1062 }
1063 ]
1064 },
1065 {
1066 "ADValue": "PGOOD_12N", "Callouts": [
1067 {
1068 "CalloutList": [
1069 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1070 ]
1071 }
1072 ]
1073 },
1074 {
1075 "ADValue": "PGOOD_12P", "Callouts": [
1076 {
1077 "CalloutList": [
1078 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1079 ]
1080 }
1081 ]
1082 },
1083 {
1084 "ADValue": "PGOOD_12PCIE", "Callouts": [
1085 {
1086 "CalloutList": [
1087 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1088 ]
1089 }
1090 ]
1091 },
1092 {
1093 "ADValue": "PGOOD_12Q", "Callouts": [
1094 {
1095 "CalloutList": [
1096 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1097 ]
1098 }
1099 ]
1100 },
1101 {
1102 "ADValue": "PGOOD_12R", "Callouts": [
1103 {
1104 "CalloutList": [
1105 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1106 ]
1107 }
1108 ]
1109 },
1110 {
1111 "ADValue": "PGOOD_VDN_DCM0", "Callouts": [
1112 {
1113 "CalloutList": [
1114 { "Priority": "high", "LocCode": "P0-C14" },
1115 { "Priority": "medium", "LocCode": "P0-C15" },
1116 { "Priority": "low", "LocCode": "P0" }
1117 ]
1118 }
1119 ]
1120 },
1121 {
1122 "ADValue": "PGOOD_VDN_DCM1", "Callouts": [
1123 {
1124 "CalloutList": [
1125 { "Priority": "high", "LocCode": "P0-C23" },
1126 { "Priority": "medium", "LocCode": "P0-C24" },
1127 { "Priority": "low", "LocCode": "P0" }
1128 ]
1129 }
1130 ]
1131 },
1132 {
1133 "ADValue": "PGOOD_VCS_DCM0", "Callouts": [
1134 {
1135 "CalloutList": [
1136 { "Priority": "high", "LocCode": "P0-C14" },
1137 { "Priority": "medium", "LocCode": "P0-C15" },
1138 { "Priority": "low", "LocCode": "P0" }
1139 ]
1140 }
1141 ]
1142 },
1143 {
1144 "ADValue": "PGOOD_VCS_DCM1", "Callouts": [
1145 {
1146 "CalloutList": [
1147 { "Priority": "high", "LocCode": "P0-C23" },
1148 { "Priority": "medium", "LocCode": "P0-C24" },
1149 { "Priority": "low", "LocCode": "P0" }
1150 ]
1151 }
1152 ]
1153 },
1154 {
1155 "ADValue": "PGOOD_VIO_DCM0", "Callouts": [
1156 {
1157 "CalloutList": [
1158 { "Priority": "high", "LocCode": "P0-C14" },
1159 { "Priority": "medium", "LocCode": "P0-C15" },
1160 { "Priority": "low", "LocCode": "P0" }
1161 ]
1162 }
1163 ]
1164 },
1165 {
1166 "ADValue": "PGOOD_VIO_DCM1", "Callouts": [
1167 {
1168 "CalloutList": [
1169 { "Priority": "high", "LocCode": "P0-C23" },
1170 { "Priority": "medium", "LocCode": "P0-C24" },
1171 { "Priority": "low", "LocCode": "P0" }
1172 ]
1173 }
1174 ]
1175 },
1176 {
1177 "ADValue": "PGOOD_VPCIE_DCM0", "Callouts": [
1178 {
1179 "CalloutList": [
1180 { "Priority": "high", "LocCode": "P0-C14" },
1181 { "Priority": "medium", "LocCode": "P0-C15" },
1182 { "Priority": "low", "LocCode": "P0" }
1183 ]
1184 }
1185 ]
1186 },
1187 {
1188 "ADValue": "PGOOD_VPCIE_DCM1", "Callouts": [
1189 {
1190 "CalloutList": [
1191 { "Priority": "high", "LocCode": "P0-C23" },
1192 { "Priority": "medium", "LocCode": "P0-C24" },
1193 { "Priority": "low", "LocCode": "P0" }
1194 ]
1195 }
1196 ]
1197 }
1198 ]
1199 },
1200
1201 "Documentation": {
1202 "Description": "The power sequencer chip detected a PGOOD fault",
1203 "Message": "The power sequencer chip detected a PGOOD fault",
1204 "Notes": [
1205 ]
1206 }
1207 },
1208
1209 {
1210 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerVoltageFault",
1211 "Subsystem": "power_sequencer",
1212 "ComponentID": "0x2700",
1213
1214 "SRC": {
1215 "Type": "11",
1216 "ReasonCode": "0x2620",
1217 "Words6To9": {}
1218 },
1219
1220 "CalloutsUsingAD": {
1221 "ADName": "RAIL_NAME", "CalloutsWithTheirADValues": [
1222 {
1223 "ADValue": "12.0V", "Callouts": [
1224 {
1225 "CalloutList": [
1226 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1227 ]
1228 }
1229 ]
1230 },
1231 {
1232 "ADValue": "5.0V_USB", "Callouts": [
1233 {
1234 "CalloutList": [
1235 { "Priority": "high", "SymbolicFRU": "usb_pgood" },
1236 { "Priority": "medium", "LocCode": "P0" }
1237 ]
1238 }
1239 ]
1240 },
1241 {
1242 "ADValue": "5.0V_DASD", "Callouts": [
1243 {
1244 "CalloutList": [
1245 { "Priority": "medium", "LocCode": "P1" },
1246 { "Priority": "medium", "LocCode": "P2" },
1247 { "Priority": "medium", "LocCode": "P3" },
1248 { "Priority": "low", "LocCode": "P0" }
1249 ]
1250 }
1251 ]
1252 },
1253 {
1254 "ADValue": "3.3VA", "Callouts": [
1255 {
1256 "CalloutList": [
1257 { "Priority": "high", "LocCode": "P0" }
1258 ]
1259 }
1260 ]
1261 },
1262 {
1263 "ADValue": "3.3VB", "Callouts": [
1264 {
1265 "CalloutList": [
1266 { "Priority": "high", "LocCode": "P0" }
1267 ]
1268 }
1269 ]
1270 },
1271 {
1272 "ADValue": "1.5V", "Callouts": [
1273 {
1274 "CalloutList": [
1275 { "Priority": "high", "LocCode": "P0" }
1276 ]
1277 }
1278 ]
1279 },
1280 {
1281 "ADValue": "1.1V", "Callouts": [
1282 {
1283 "CalloutList": [
1284 { "Priority": "high", "LocCode": "P0" }
1285 ]
1286 }
1287 ]
1288 },
1289 {
1290 "ADValue": "VDDA_DCM0", "Callouts": [
1291 {
1292 "CalloutList": [
1293 { "Priority": "high", "LocCode": "P0-C14" },
1294 { "Priority": "medium", "LocCode": "P0-C15" },
1295 { "Priority": "low", "LocCode": "P0" }
1296 ]
1297 }
1298 ]
1299 },
1300 {
1301 "ADValue": "VDDB_DCM0", "Callouts": [
1302 {
1303 "CalloutList": [
1304 { "Priority": "high", "LocCode": "P0-C14" },
1305 { "Priority": "medium", "LocCode": "P0-C15" },
1306 { "Priority": "low", "LocCode": "P0" }
1307 ]
1308 }
1309 ]
1310 },
1311 {
1312 "ADValue": "VDDA_DCM1", "Callouts": [
1313 {
1314 "CalloutList": [
1315 { "Priority": "high", "LocCode": "P0-C23" },
1316 { "Priority": "medium", "LocCode": "P0-C24" },
1317 { "Priority": "low", "LocCode": "P0" }
1318 ]
1319 }
1320 ]
1321 },
1322 {
1323 "ADValue": "VDDB_DCM1", "Callouts": [
1324 {
1325 "CalloutList": [
1326 { "Priority": "high", "LocCode": "P0-C23" },
1327 { "Priority": "medium", "LocCode": "P0-C24" },
1328 { "Priority": "low", "LocCode": "P0" }
1329 ]
1330 }
1331 ]
1332 },
1333 {
1334 "ADValue": "12.0VCS", "Callouts": [
1335 {
1336 "CalloutList": [
1337 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1338 ]
1339 }
1340 ]
1341 },
1342 {
1343 "ADValue": "3.3VCS", "Callouts": [
1344 {
1345 "CalloutList": [
1346 { "Priority": "high", "LocCode": "P0" }
1347 ]
1348 }
1349 ]
1350 },
1351 {
1352 "ADValue": "1.1V_Current", "Callouts": [
1353 {
1354 "CalloutList": [
1355 { "Priority": "high", "LocCode": "P0" }
1356 ]
1357 }
1358 ]
1359 },
1360 {
1361 "ADValue": "5.0V_USB_Current", "Callouts": [
1362 {
1363 "CalloutList": [
1364 { "Priority": "high", "SymbolicFRU": "usb_pgood" },
1365 { "Priority": "medium", "LocCode": "P0" }
1366 ]
1367 }
1368 ]
1369 },
1370 {
1371 "ADValue": "5.0V_DASD_Current", "Callouts": [
1372 {
1373 "CalloutList": [
1374 { "Priority": "medium", "LocCode": "P1" },
1375 { "Priority": "medium", "LocCode": "P2" },
1376 { "Priority": "medium", "LocCode": "P3" },
1377 { "Priority": "low", "LocCode": "P0" }
1378 ]
1379 }
1380 ]
1381 },
1382 {
1383 "ADValue": "12.0VN", "Callouts": [
1384 {
1385 "CalloutList": [
1386 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1387 ]
1388 }
1389 ]
1390 },
1391 {
1392 "ADValue": "12.0VP", "Callouts": [
1393 {
1394 "CalloutList": [
1395 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1396 ]
1397 }
1398 ]
1399 },
1400 {
1401 "ADValue": "12.0VQ", "Callouts": [
1402 {
1403 "CalloutList": [
1404 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1405 ]
1406 }
1407 ]
1408 },
1409 {
1410 "ADValue": "12.0VR", "Callouts": [
1411 {
1412 "CalloutList": [
1413 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1414 ]
1415 }
1416 ]
1417 },
1418 {
1419 "ADValue": "ThermalDiode1", "Callouts": [
1420 {
1421 "CalloutList": [
1422 { "Priority": "high", "LocCode": "P0" }
1423 ]
1424 }
1425 ]
1426 },
1427 {
1428 "ADValue": "ThermalDiode2", "Callouts": [
1429 {
1430 "CalloutList": [
1431 { "Priority": "high", "LocCode": "P0" }
1432 ]
1433 }
1434 ]
1435 },
1436 {
1437 "ADValue": "ThermalDiode3", "Callouts": [
1438 {
1439 "CalloutList": [
1440 { "Priority": "high", "LocCode": "P0" }
1441 ]
1442 }
1443 ]
1444 },
1445 {
1446 "ADValue": "ThermalDiode4", "Callouts": [
1447 {
1448 "CalloutList": [
1449 { "Priority": "high", "LocCode": "P0" }
1450 ]
1451 }
1452 ]
1453 }
1454 ]
1455 },
1456
1457 "Documentation": {
1458 "Description": "The power sequencer chip detected a voltage fault",
1459 "Message": "The power sequencer chip detected a voltage fault",
1460 "Notes": [
1461 ]
1462 }
1463 },
1464
1465 {
Shawn McCarney7f1ec942021-07-28 13:33:34 -05001466 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.N",
1467 "Subsystem": "power",
1468 "Severity": "predictive_redundancy_loss",
1469 "ComponentID": "0x2700",
1470
1471 "SRC": {
1472 "Type": "11",
1473 "ReasonCode": "0x2700",
1474 "Words6To9": {}
1475 },
1476
1477 "Documentation": {
1478 "Description": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
1479 "Message": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
1480 "Notes": [
1481 "CALLOUT_INVENTORY_PATH should be specified in the ",
1482 "AdditionalData property of the event log so that ",
1483 "the device is called out but not the communication path."
1484 ]
1485 }
1486 },
1487
1488 {
1489 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.NPlus1",
1490 "Subsystem": "power",
1491 "Severity": "non_error",
1492 "MfgSeverity": "predictive_redundancy_loss",
1493 "ActionFlags": ["report"],
1494 "MfgActionFlags": ["service_action", "report", "call_home"],
1495 "ComponentID": "0x2700",
1496
1497 "SRC": {
1498 "Type": "11",
1499 "ReasonCode": "0x2701",
1500 "Words6To9": {}
1501 },
1502
1503 "Documentation": {
1504 "Description": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
1505 "Message": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
1506 "Notes": [
1507 "CALLOUT_INVENTORY_PATH should be specified in the ",
1508 "AdditionalData property of the event log so that ",
1509 "the device is called out but not the communication path."
1510 ]
1511 }
1512 },
1513
1514 {
Shawn McCarney01648f52020-06-25 11:42:02 -05001515 "Name": "xyz.openbmc_project.Power.Regulators.Error.WriteVerification",
1516 "Subsystem": "power",
1517 "ComponentID": "0x2700",
1518
1519 "SRC": {
1520 "Type": "11",
1521 "ReasonCode": "0x2900",
1522 "Words6To9": {}
1523 },
1524
1525 "Documentation": {
1526 "Description": "A write verification error occurred on a device",
1527 "Message": "A write verification error occurred on a device",
1528 "Notes": [
1529 "This error occurs when a device register is written, ",
1530 "read back, and the two values do not match. This is ",
1531 "also called a read-back error. The device should be ",
1532 "identified using the CALLOUT_DEVICE_PATH or ",
1533 "CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR keywords in the ",
1534 "AdditionalData property of the event log. This will ",
1535 "cause the device and the hardware in the communication ",
1536 "path to be called out."
1537 ]
1538 }
1539 },
1540
1541 {
1542 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile",
1543 "Subsystem": "power",
1544 "ComponentID": "0x2700",
1545
1546 "SRC": {
1547 "Type": "11",
1548 "ReasonCode": "0xA013",
1549 "Words6To9": {}
1550 },
1551
1552 "Callouts": [
1553 {
1554 "CalloutList": [
1555 { "Priority": "high", "Procedure": "bmc_code" }
1556 ]
1557 }
1558 ],
1559
1560 "Documentation": {
1561 "Description": "A regulators configuration file error occurred",
1562 "Message": "A regulators configuration file error occurred",
1563 "Notes": [
1564 "The regulators configuration file could not be found, ",
1565 "could not be read, or had invalid contents."
1566 ]
1567 }
1568 },
1569
1570 {
Shawn McCarney82e31d82021-02-19 16:25:55 -06001571 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile.Critical",
1572 "Subsystem": "power",
1573 "Severity": "critical_system_term",
1574 "ComponentID": "0x2700",
1575
1576 "SRC": {
1577 "Type": "11",
1578 "ReasonCode": "0xA014",
1579 "Words6To9": {},
1580 "PowerFault": true
1581 },
1582
1583 "Callouts": [
1584 {
1585 "CalloutList": [
1586 { "Priority": "high", "Procedure": "bmc_code" }
1587 ]
1588 }
1589 ],
1590
1591 "Documentation": {
1592 "Description": "A critical regulators configuration file error occurred",
1593 "Message": "A critical regulators configuration file error occurred",
1594 "Notes": [
1595 "The regulators configuration file could not be found, ",
1596 "could not be read, or had invalid contents. As a result ",
1597 "voltage regulators could not be configured, and the ",
1598 "chassis could not be powered on."
1599 ]
1600 }
1601 },
1602
1603 {
Jim Wright7f678902020-11-30 16:03:57 -06001604 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerFault",
1605 "Subsystem": "power_sequencer",
1606 "ComponentID": "0x2700",
1607
1608 "SRC": {
1609 "Type": "11",
1610 "ReasonCode": "0xD000",
1611 "Words6To9": {}
1612 },
1613
1614 "Callouts": [
1615 {
1616 "CalloutList": [
1617 { "Priority": "high", "LocCode": "P0" }
1618 ]
1619 }
1620 ],
1621
1622 "Documentation": {
1623 "Description": "The power sequencer chip detected a fault",
1624 "Message": "The power sequencer chip detected a fault",
1625 "Notes": [
1626 ]
1627 }
1628 },
1629
1630 {
1631 "Name": "xyz.openbmc_project.Power.Error.PowerOnFailure",
1632 "Subsystem": "power_sequencer",
1633 "ComponentID": "0x2700",
1634
1635 "SRC": {
1636 "Type": "11",
1637 "ReasonCode": "0xD002",
1638 "Words6To9": {}
1639 },
1640
1641 "Callouts": [
1642 {
1643 "CalloutList": [
1644 { "Priority": "high", "LocCode": "P0" }
1645 ]
1646 }
1647 ],
1648
1649 "Documentation": {
1650 "Description": "System power failed to turn on",
1651 "Message": "System power failed to turn on",
1652 "Notes": [
1653 ]
1654 }
1655 },
1656
1657 {
Shawn McCarney01648f52020-06-25 11:42:02 -05001658 "Name": "xyz.openbmc_project.Power.Error.Internal",
1659 "Subsystem": "power",
1660 "ComponentID": "0x2700",
1661
1662 "SRC": {
1663 "Type": "11",
1664 "ReasonCode": "0xE000",
1665 "Words6To9": {}
1666 },
1667
1668 "Callouts": [
1669 {
1670 "CalloutList": [
1671 { "Priority": "high", "Procedure": "bmc_code" }
1672 ]
1673 }
1674 ],
1675
1676 "Documentation": {
1677 "Description": "An internal firmware error occurred",
1678 "Message": "An internal firmware error occurred",
1679 "Notes": [
1680 "The error details must be provided in the AdditionalData ",
1681 "property of the event log."
1682 ]
1683 }
1684 },
1685
1686 {
1687 "Name": "xyz.openbmc_project.Power.Error.I2C",
1688 "Subsystem": "cec_i2c",
1689 "ComponentID": "0x2700",
1690
1691 "SRC": {
1692 "Type": "11",
1693 "ReasonCode": "0xE100",
1694 "Words6To9": {}
1695 },
1696
1697 "Documentation": {
1698 "Description": "An I2C error occurred communicating with a device",
1699 "Message": "An I2C error occurred communicating with a device",
1700 "Notes": [
1701 "The device should be identified using the ",
1702 "CALLOUT_DEVICE_PATH or CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR ",
1703 "keywords in the AdditionalData property of the event ",
1704 "log. This will cause the device and the hardware in the ",
1705 "communication path to be called out."
1706 ]
1707 }
1708 },
1709
1710 {
1711 "Name": "xyz.openbmc_project.Power.Error.PMBus",
1712 "Subsystem": "power",
1713 "ComponentID": "0x2700",
1714
1715 "SRC": {
1716 "Type": "11",
1717 "ReasonCode": "0xE200",
1718 "Words6To9": {}
1719 },
1720
1721 "Documentation": {
1722 "Description": "A PMBus error occurred on a device",
1723 "Message": "A PMBus error occurred on a device",
1724 "Notes": [
1725 "This error occurs when the I2C communication was ",
1726 "successful, but the PMBus value read is invalid or ",
1727 "unsupported. CALLOUT_INVENTORY_PATH should be specified ",
1728 "in the AdditionalData property of the event log so that ",
1729 "the device is called out but not the communication path."
1730 ]
1731 }
1732 },
1733
1734 {
1735 "Name": "xyz.openbmc_project.Power.Error.DBus",
1736 "Subsystem": "power",
1737 "ComponentID": "0x2700",
1738
1739 "SRC": {
1740 "Type": "11",
1741 "ReasonCode": "0xE300",
1742 "Words6To9": {}
1743 },
1744
1745 "Callouts": [
1746 {
1747 "CalloutList": [
1748 { "Priority": "high", "Procedure": "bmc_code" }
1749 ]
1750 }
1751 ],
1752
1753 "Documentation": {
1754 "Description": "A firmware inter-process communication (D-Bus) error occurred",
1755 "Message": "A firmware inter-process communication (D-Bus) error occurred"
1756 }
Matt Spinler60d1c392020-09-23 15:23:24 -05001757 },
1758
1759 {
Matt Spinler7c9c07e2020-10-22 10:16:37 -05001760 "Name": "xyz.openbmc_project.Fan.Error.Fault",
1761 "Subsystem": "power_fans",
1762 "ComponentID": "0x2800",
1763
1764 "SRC": {
1765 "Type": "11",
1766 "ReasonCode": "0x76F0",
1767 "Words6To9": {}
1768 },
1769
1770 "Documentation": {
1771 "Description": "Fan rotor fault",
1772 "Message": "Fan rotor fault",
1773 "Notes": [
1774 "This error occurs when a fan rotor has been faulted for a ",
1775 "certain amount of time. The callout is the fan which is ",
1776 "passed in with CALLOUT_INVENTORY_PATH. The severity is ",
1777 "passed in during creation and will be either informational ",
1778 "or unrecoverable. The action flags use the defaults and ",
1779 "vary based on the severity."
1780 ]
1781 }
1782 },
1783
1784 {
Matt Spinler60d1c392020-09-23 15:23:24 -05001785 "Name": "xyz.openbmc_project.Fan.Error.Missing",
1786 "Subsystem": "power_fans",
1787 "ComponentID": "0x2800",
1788 "Severity": "unrecoverable_redundancy_loss",
1789 "ActionFlags": ["service_action", "report", "call_home"],
1790
1791 "SRC": {
1792 "Type": "11",
1793 "ReasonCode": "0x76F1",
1794 "Words6To9": {}
1795 },
1796
1797 "Callouts": [
1798 {
Matt Spinler938ac792021-05-12 10:46:44 -05001799 "System": "ibm,rainier",
Matt Spinler60d1c392020-09-23 15:23:24 -05001800 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -05001801 {
1802 "Priority": "high",
1803 "SymbolicFRUTrusted": "air_mover",
1804 "UseInventoryLocCode": true
1805 },
1806 {
1807 "Priority": "low",
1808 "LocCode": "P0"
1809 }
Matt Spinler60d1c392020-09-23 15:23:24 -05001810 ]
Matt Spinler938ac792021-05-12 10:46:44 -05001811 },
1812 {
1813 "System": "ibm,everest",
1814 "CalloutList": [
1815 {
1816 "Priority": "high",
1817 "SymbolicFRUTrusted": "air_mover",
1818 "UseInventoryLocCode": true
1819 },
1820 {
1821 "Priority": "low",
1822 "LocCode": "P1"
1823 }
1824 ]
Matt Spinler60d1c392020-09-23 15:23:24 -05001825 }
1826 ],
1827
1828 "Documentation": {
1829 "Description": "A fan is missing",
1830 "Message": "A fan is missing",
1831 "Notes": [
1832 "This error occurs when a fan has been missing for a ",
Matt Spinler80600192020-10-23 09:29:33 -05001833 "certain amount of time. The first callout is the ",
1834 "symbolic FRU AIR_MOVR that has the trusted fan location ",
1835 "code, which it gets using the passed in ",
1836 "CALLOUT_INVENTORY_PATH. The second callout is the FRU ",
Matt Spinler938ac792021-05-12 10:46:44 -05001837 "where the controller and GPIO expander are."
Matt Spinler60d1c392020-09-23 15:23:24 -05001838 ]
1839 }
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05001840 },
1841
1842 {
Matt Spinleradf070b2021-04-21 13:39:45 -05001843 "Name": "xyz.openbmc_project.Fan.Presence.Error.Detection",
1844 "ComponentID": "0x2800",
1845 "Subsystem": "power_fans",
1846 "Severity": "non_error",
1847 "ActionFlags": ["report"],
1848 "MfgSeverity": "predictive",
1849 "MfgActionFlags": ["service_action", "report"],
1850
1851 "SRC": {
1852 "Type": "11",
1853 "ReasonCode": "0x76F2",
1854 "Words6To9": {}
1855 },
1856
1857 "Callouts": [
1858 {
1859 "System": "ibm,rainier",
1860 "CalloutList": [
1861 {"Priority": "medium", "LocCode": "P0"}
1862 ]
1863 },
1864 {
1865 "System": "ibm,everest",
1866 "CalloutList": [
1867 {"Priority": "medium", "LocCode": "P1"}
1868 ]
1869 }
1870 ],
1871
1872 "Documentation": {
1873 "Description": "Presence detect methods for the same fan disagree",
1874 "Message": "Presence detect methods for the same fan disagree",
1875 "Notes": [
1876 "This error occurs when there is more than one way to detect",
1877 "fan presence, and they don't all agree. For example, the",
1878 "GPIO says a fan isn't present, but the tach readings are",
1879 "nonzero. This is informational, unless in manufacturing.",
1880 "The fan FRU is passed in as a high priority callout.",
1881 "The FRU the GPIO source is on is called out medium."
1882 ]
1883 }
1884 },
1885
1886 {
Matt Spinlerdde99202021-06-14 12:15:59 -06001887 "Name": "xyz.openbmc_project.Fan.Error.FanControllerOffline",
1888 "ComponentID": "0x2800",
1889 "Subsystem": "power_fans",
1890 "Severity": "critical_system_term",
1891 "ActionFlags": ["service_action", "report", "call_home"],
1892
1893 "SRC": {
1894 "Type": "11",
1895 "ReasonCode": "0x76F3",
1896 "Words6To9": {},
1897 "PowerFault": true
1898 },
1899
1900 "Callouts": [
1901 {
1902 "System": "ibm,rainier",
1903 "CalloutList": [
1904 {"Priority": "high", "LocCode": "P0-C5"},
1905 {"Priority": "medium_group_a", "LocCode": "P0-T12", "SymbolicFRUTrusted": "fan_cable"},
1906 {"Priority": "medium_group_a", "LocCode": "P0-T17", "SymbolicFRUTrusted": "cable_continued"},
1907 {"Priority": "low", "LocCode": "P0"}
1908 ]
1909 },
1910 {
1911 "System": "ibm,everest",
1912 "CalloutList": [
1913 {"Priority": "high", "LocCode": "P0-C0"},
1914 {"Priority": "medium", "LocCode": "P1"},
1915 {"Priority": "low", "LocCode": "P0"}
1916 ]
1917 }
1918 ],
1919
1920 "Documentation": {
1921 "Description": "The fan controller device is offline",
1922 "Message": "The fan controller is offline. The system must be powered off.",
1923 "Notes": [
1924 "The device that controls the fans is offline so the fan",
1925 "targets and speeds are unknown. The system will be shut",
1926 "down to preserve thermal safety. There may be an I2C",
1927 "or power problem with the device."
1928 ]
1929 }
1930 },
1931
1932 {
Mike Cappsabc276e2021-06-18 16:41:30 -04001933 "Name": "xyz.openbmc_project.Fan.Presence.Error.GPIODeviceUnavailable",
1934 "Subsystem": "power_fans",
1935 "ComponentID": "0x2800",
1936 "Severity": "unrecoverable_redundancy_loss",
1937 "ActionFlags": ["service_action", "report", "call_home"],
1938
1939 "SRC": {
1940 "Type": "11",
1941 "ReasonCode": "0x76F4",
1942 "Words6To9": {}
1943 },
1944
1945 "Callouts": [
1946 {
1947 "System" : "ibm,rainier",
1948 "CalloutList": [
1949 {"Priority": "high", "LocCode": "P0-C5"},
1950 {"Priority": "medium_group_a", "LocCode": "P0-T12","SymbolicFRUTrusted": "fan_cable"},
1951 {"Priority": "medium_group_a", "LocCode": "P0-T17","SymbolicFRUTrusted": "cable_continued"},
1952 {"Priority": "low", "LocCode": "P0"}
1953 ]
1954 },
1955 {
1956 "System" : "ibm,everest",
1957 "CalloutList": [
1958 {"Priority": "high", "LocCode": "P0-C0"},
1959 {"Priority": "medium", "LocCode": "P1"},
1960 {"Priority": "low", "LocCode": "P0"}
1961 ]
1962 }
1963 ],
1964
1965 "Documentation": {
1966 "Description": "Fan GPIO sensors not present",
1967 "Message": "Fan GPIO sensors not present",
1968 "Notes": [
1969 "The device that reports fan presence is not functioning."
1970 ]
1971 }
1972 },
1973
1974 {
Matt Spinler86e40dd2021-01-29 11:19:36 -06001975 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHigh",
1976 "Subsystem": "power",
1977 "ComponentID": "0x2800",
1978 "Severity": "predictive",
1979 "ActionFlags": ["service_action", "report"],
1980
1981 "SRC": {
1982 "ReasonCode": "0x2801",
1983 "Words6To9": {}
1984 },
1985
1986 "CalloutsUsingAD": {
1987 "ADName": "SENSOR_NAME",
1988 "CalloutsWithTheirADValues": [
1989 {
1990 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
1991 "Callouts": [
1992 {
1993 "CalloutList": [
1994 { "Priority": "high", "SymbolicFRU": "ambient_temp" }
1995 ]
1996 }
1997 ]
1998 }
1999 ]
2000 },
2001
2002 "Documentation": {
2003 "Description": "A temperature sensor exceeded its performance loss threshold.",
2004 "Message": "A temperature sensor exceeded its performance loss threshold.",
2005 "Notes": [
2006 "A temperature sensor crossed its performance loss threshold value",
2007 "If it is the ambient sensor, then a symbolic FRU will be added.",
2008 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
2009 "a FRU callout."
2010 ]
2011 }
2012 },
2013
2014 {
2015 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHighClear",
2016 "Subsystem": "power",
2017 "ComponentID": "0x2800",
2018 "Severity": "non_error",
2019 "ActionFlags": ["report"],
2020 "EventType": "env_normal",
2021
2022 "SRC": {
2023 "ReasonCode": "0x2802",
2024 "Words6To9": {}
2025 },
2026
2027 "CalloutsUsingAD": {
2028 "ADName": "SENSOR_NAME",
2029 "CalloutsWithTheirADValues": [
2030 {
2031 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2032 "Callouts": [
2033 {
2034 "CalloutList": [
2035 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" }
2036 ]
2037 }
2038 ]
2039 }
2040 ]
2041 },
2042
2043 "Documentation": {
2044 "Description": "A temperature sensor is under its performance loss threshold.",
2045 "Message": "A temperature sensor is under its performance loss threshold.",
2046 "Notes": [
2047 "A temperature sensor crossed under its performance loss threshold value",
2048 "If it is the ambient sensor, then a symbolic FRU will be added."
2049 ]
2050 }
2051 },
2052
2053 {
2054 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHigh",
2055 "Subsystem": "power",
2056 "ComponentID": "0x2800",
2057 "Severity": "predictive",
2058 "ActionFlags": ["service_action", "report"],
2059
2060 "SRC": {
2061 "ReasonCode": "0x2803",
2062 "Words6To9": {}
2063 },
2064
2065 "CalloutsUsingAD": {
2066 "ADName": "SENSOR_NAME",
2067 "CalloutsWithTheirADValues": [
2068 {
2069 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2070 "Callouts": [
2071 {
2072 "CalloutList": [
2073 { "Priority": "high", "SymbolicFRU": "ambient_temp" }
2074 ]
2075 }
2076 ]
2077 }
2078 ]
2079 },
2080
2081 "Documentation": {
2082 "Description": "A temperature sensor exceeded its warning threshold.",
2083 "Message": "A temperature sensor exceeded its warning threshold.",
2084 "Notes": [
2085 "A temperature sensor crossed its warning threshold value",
2086 "If it is the ambient sensor, then a symbolic FRU will be added.",
2087 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
2088 "a FRU callout."
2089 ]
2090 }
2091 },
2092
2093 {
2094 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHighClear",
2095 "Subsystem": "power",
2096 "ComponentID": "0x2800",
2097 "Severity": "non_error",
2098 "ActionFlags": ["report"],
2099 "EventType": "env_normal",
2100
2101 "SRC": {
2102 "ReasonCode": "0x2804",
2103 "Words6To9": {}
2104 },
2105
2106 "CalloutsUsingAD": {
2107 "ADName": "SENSOR_NAME",
2108 "CalloutsWithTheirADValues": [
2109 {
2110 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2111 "Callouts": [
2112 {
2113 "CalloutList": [
2114 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" }
2115 ]
2116 }
2117 ]
2118 }
2119 ]
2120 },
2121
2122 "Documentation": {
2123 "Description": "A temperature sensor is under its warning threshold.",
2124 "Message": "A temperature sensor is under its warning threshold.",
2125 "Notes": [
2126 "A temperature sensor crossed under its warning threshold value",
2127 "If it is the ambient sensor, then a symbolic FRU will be added."
2128 ]
2129 }
2130 },
2131
2132 {
2133 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHigh",
2134 "Subsystem": "power",
2135 "ComponentID": "0x2800",
2136 "Severity": "predictive",
2137 "ActionFlags": ["service_action", "report"],
2138
2139 "SRC": {
2140 "ReasonCode": "0x2805",
2141 "Words6To9": {}
2142 },
2143
2144 "CalloutsUsingAD": {
2145 "ADName": "SENSOR_NAME",
2146 "CalloutsWithTheirADValues": [
2147 {
2148 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2149 "Callouts": [
2150 {
2151 "CalloutList": [
2152 { "Priority": "high", "SymbolicFRU": "ambient_temp" }
2153 ]
2154 }
2155 ]
2156 }
2157 ]
2158 },
2159
2160 "Documentation": {
2161 "Description": "A temperature sensor exceeded its critical threshold.",
2162 "Message": "A temperature sensor exceeded its critical threshold.",
2163 "Notes": [
2164 "A temperature sensor crossed its critical threshold value",
2165 "If it is the ambient sensor, then a symbolic FRU will be added.",
2166 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
2167 "a FRU callout."
2168 ]
2169 }
2170 },
2171
2172 {
2173 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHighClear",
2174 "Subsystem": "power",
2175 "ComponentID": "0x2800",
2176 "Severity": "non_error",
2177 "ActionFlags": ["report"],
2178 "EventType": "env_normal",
2179
2180 "SRC": {
2181 "ReasonCode": "0x2806",
2182 "Words6To9": {}
2183 },
2184
2185 "CalloutsUsingAD": {
2186 "ADName": "SENSOR_NAME",
2187 "CalloutsWithTheirADValues": [
2188 {
2189 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2190 "Callouts": [
2191 {
2192 "CalloutList": [
2193 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" }
2194 ]
2195 }
2196 ]
2197 }
2198 ]
2199 },
2200
2201 "Documentation": {
2202 "Description": "A temperature sensor is under its critical threshold.",
2203 "Message": "A temperature sensor is under its critical threshold.",
2204 "Notes": [
2205 "A temperature sensor crossed under its critical threshold value",
2206 "If it is the ambient sensor, then a symbolic FRU will be added."
2207 ]
2208 }
2209 },
2210
2211 {
Matt Spinler6b3490a2021-01-20 10:48:26 -06002212 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHigh",
2213 "Subsystem": "power",
2214 "ComponentID": "0x2800",
2215 "Severity": "predictive",
2216 "ActionFlags": ["service_action", "report"],
2217
2218 "SRC": {
2219 "ReasonCode": "0x2807",
2220 "Words6To9": {}
2221 },
2222
2223 "Callouts": [
2224 {
2225 "CalloutList": [
2226 {
2227 "Priority": "high",
2228 "SymbolicFRU": "ambient_temp"
2229 }
2230 ]
2231 }
2232 ],
2233
2234 "Documentation": {
2235 "Description": "The ambient temperature passed the EPOW3 limit.",
2236 "Message": "The ambient temperature passed the EPOW3 limit. The system will shut down if temp doesn't decrease.",
2237 "Notes": [
2238 "This error occurs when the ambient temperature surpassed",
2239 "the EPOW3 shutdown limit."
2240 ]
2241 }
2242 },
2243
2244 {
2245 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHighClear",
2246 "Subsystem": "power",
2247 "ComponentID": "0x2800",
2248 "Severity": "non_error",
2249 "ActionFlags": ["report"],
2250 "EventType": "env_normal",
2251
2252 "SRC": {
2253 "ReasonCode": "0x2808",
2254 "Words6To9": {}
2255 },
2256
2257 "Callouts": [
2258 {
2259 "CalloutList": [
2260 {
2261 "Priority": "high",
2262 "SymbolicFRU": "ambient_temp_back"
2263 }
2264 ]
2265 }
2266 ],
2267
2268 "Documentation": {
2269 "Description": "The ambient temperature is back under the EPOW3 limit.",
2270 "Message": "The ambient temperature is back under the EPOW3 limit."
2271 }
2272 },
2273
2274 {
2275 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.HardShutdownAlarmHigh",
2276 "Subsystem": "power",
2277 "ComponentID": "0x2800",
Matt Spinler6b3490a2021-01-20 10:48:26 -06002278 "ActionFlags": ["service_action", "report"],
2279
2280 "SRC": {
2281 "ReasonCode": "0x2809",
2282 "Words6To9": {}
2283 },
2284
2285 "Callouts": [
2286 {
2287 "CalloutList": [
2288 {
2289 "Priority": "high",
2290 "SymbolicFRU": "ambient_temp"
2291 }
2292 ]
2293 }
2294 ],
2295
2296 "Documentation": {
2297 "Description": "The ambient temperature passed the EPOW4 limit.",
2298 "Message": "The ambient temperature passed the EPOW4 limit. The system will shut down",
2299 "Notes": [
2300 "This error occurs when the ambient temperature surpassed",
2301 "the EPOW4 shutdown limit."
2302 ]
2303 }
2304 },
2305
2306 {
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05002307 "Name": "com.ibm.VPD.Error.InvalidEepromPath",
2308 "Subsystem": "cec_vpd",
2309 "ComponentID": "0x4000",
2310
2311 "SRC": {
2312 "ReasonCode": "0x4000",
2313 "Words6To9":
2314 {
2315 "6":
2316 {
2317 "Description": "Errno of the failure.",
2318 "AdditionalDataPropSource": "CALLOUT_ERRNO"
2319 }
2320 }
2321 },
2322
2323 "Documentation": {
2324 "Description": "A path access error ocurred",
2325 "Message": "An EEPROM path access error occurred.",
2326 "Notes": [
2327 "This error occurs when parser is unable to access",
2328 "EEPROM path. Errno and device path are captured as",
2329 "additional data."
2330 ]
2331 }
2332 },
2333
2334 {
2335 "Name": "com.ibm.VPD.Error.InvalidVPD",
2336 "Subsystem": "cec_vpd",
2337 "ComponentID": "0x4000",
2338
2339 "SRC": {
2340 "ReasonCode": "0x4001",
2341 "Words6To9":
2342 {
2343 }
2344 },
2345
2346 "Documentation": {
2347 "Description": "Invalid VPD data.",
2348 "Message": "A VPD data exception occurred.",
2349 "Notes": [
2350 "This error occurs when VPD data is found to be",
2351 "invalid. This can be when VPD file is missing out",
2352 "mandatory records.Inventory path is captured in",
2353 "additional data."
2354 ]
2355 }
2356 },
2357
2358 {
2359 "Name": "com.ibm.VPD.Error.EccCheckFailed",
2360 "Subsystem": "cec_vpd",
2361 "ComponentID": "0x4000",
2362
2363 "SRC": {
2364 "ReasonCode": "0x4002",
2365 "Words6To9":
2366 {
2367 }
2368 },
2369
2370 "Documentation": {
2371 "Description": "Invalid VPD ecc data.",
2372 "Message": "A VPD ecc exception occurred.",
2373 "Notes": [
2374 "This error occurs when VPD ecc check fails for the FRU.",
2375 "Inventory path for the failed FRU is captured in additonal",
2376 "data."
2377 ]
2378 }
2379 },
2380
2381 {
2382 "Name": "com.ibm.VPD.Error.InvalidJson",
2383 "Subsystem": "cec_vpd",
2384 "ComponentID": "0x4000",
2385
2386 "SRC": {
2387 "ReasonCode": "0x4003",
2388 "Words6To9":
2389 {
2390 }
2391 },
2392
2393 "Documentation": {
2394 "Description": "Invalid Json",
2395 "Message": "A Json failure occurred.",
2396 "Notes": [
2397 "This error occurs when parser fails to access",
2398 "Json file or there is any issue with Json data.",
2399 "Failed Json path and cause of failure is captured",
2400 "in additional data."
2401 ]
2402 }
2403 },
2404
2405 {
2406 "Name": "com.ibm.VPD.Error.BlankSystemVPD",
2407 "Subsystem": "cec_vpd",
2408 "ComponentID": "0x4000",
2409
2410 "SRC": {
2411 "ReasonCode": "0x4004",
2412 "Words6To9":
2413 {
2414 }
2415 },
2416
2417 "Documentation": {
2418 "Description": "System VPD restore failed",
2419 "Message": "A system VPD restoration error occurred.",
2420 "Notes": [
2421 "This error occurs when restoring of system VPD fails.",
2422 "The FRU path and reason for failure is captured in",
2423 "additional data."
2424 ]
2425 }
2426 },
2427
2428 {
2429 "Name": "com.ibm.VPD.Error.DbusFailure",
2430 "Subsystem": "cec_vpd",
2431 "ComponentID": "0x4000",
2432
2433 "SRC": {
2434 "ReasonCode": "0x4005",
2435 "Words6To9":
2436 {
2437 }
2438 },
2439
2440 "Documentation": {
2441 "Description": "Dbus exception",
2442 "Message": "A Dbus internal error occurred.",
2443 "Notes": [
2444 "This error occurs when Dbus operation fails.",
2445 "Exceptions details are captured in additonal",
2446 "data."
2447 ]
2448 }
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05002449 },
2450
2451 {
2452 "Name": "org.open_power.Host.Boot.Error.WatchdogTimeout",
2453 "Subsystem": "cec_sp_hostboot_iface",
2454
2455 "SRC":
2456 {
2457 "ReasonCode": "0xC101",
2458 "Words6To9":
2459 {
2460 }
2461 },
2462
2463 "Documentation":
2464 {
2465 "Description": "Host did not respond within the watchdog timeout interval",
2466 "Message": "Host did not respond before the watchdog timeout interval expired",
2467 "Notes": [
2468 "Host did not respond before the expiry of the watchdog timeout interval.",
2469 "Collecting hostboot dump."
2470 ]
2471 }
Matt Spinler3fd08d62019-10-22 14:25:33 -05002472 }
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05002473
Matt Spinler44792fd2019-09-26 15:58:58 -05002474 ]
2475}