blob: a8d513228019d051379247213308fd37aff771d0 [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 {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -0500402 "Name": "org.open_power.Processor.Error.SbeChipOpFailure",
403 "Subsystem": "processor_chip",
404 "ComponentID": "0x3500",
405
406 "SRC":
407 {
408 "ReasonCode": "0x3500",
409 "Words6To9":
410 {
411 "6":
412 {
413 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
414 "AdditionalDataPropSource": "SRC6"
415 }
416 }
417 },
418
419 "Documentation":
420 {
421 "Description": "chipop failure with SBE provided FFDC",
422 "Message": "chipop request failure reported by SBE",
423 "Notes": [
424 "The severity is set by the creator.",
425 "Callouts added based on SBE provided FFDC.",
426 "SBE provided additional debug data included as part of the",
427 "additional user data section."
428 ]
429 }
430 },
431
432 {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -0500433 "Name": "org.open_power.Processor.Error.SbeChipOpTimeout",
434 "Subsystem": "processor_chip",
435 "ComponentID": "0x3500",
436
437 "SRC":
438 {
439 "ReasonCode": "0x3501",
440 "Words6To9":
441 {
442 "6":
443 {
444 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
445 "AdditionalDataPropSource": "SRC6"
446 }
447 }
448 },
449
450 "Documentation":
451 {
452 "Description": "SBE chipop timeout",
453 "Message": "chipop timeout reported during SBE communication",
454 "Notes": [
455 "The severity is set by the creator.",
456 "Check SBE Dump associated to this error to debug the failure."
457 ]
458 }
459 },
460
461 {
Jayanth Othayoth6c601832021-05-03 02:56:04 -0500462 "Name": "org.open_power.Processor.Error.SbeChipOpInvalidState",
463 "Subsystem": "processor_chip",
464 "ComponentID": "0x3500",
465
466 "SRC":
467 {
468 "ReasonCode": "0x3502",
469 "Words6To9":
470 {
471 "6":
472 {
473 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
474 "AdditionalDataPropSource": "SRC6"
475 },
476 "7":
477 {
478 "Description": "Value of SBE state",
479 "AdditionalDataPropSource": "SRC7"
480 }
481 }
482 },
483
484 "Documentation":
485 {
486 "Description": "The SBE on this processor is not in a state where chipOps can be issued",
487 "Message": "SBE Chipop is not allowed due to invalid SBE state ",
488 "Notes": [
489 "The severity is set by the creator."
490 ]
491 }
492 },
493
494 {
Ben Tyner34836322020-04-15 17:01:48 -0500495 "Name": "org.open_power.Attn.Error.Terminate",
Ben Tyner808e29f2021-04-16 08:32:23 -0500496 "Subsystem": "cec_hardware",
497 "Severity": "non_error",
Ben Tyner34836322020-04-15 17:01:48 -0500498
499 "SRC":
500 {
501 "ReasonCode": "0xD138",
Ben Tyner808e29f2021-04-16 08:32:23 -0500502 "SymptomIDFields": [ "SRCWord3", "SRCWord4", "SRCWord5", "SRCWord6", "SRCWord7", "SRCWord8", "SRCWord9" ],
Ben Tyner34836322020-04-15 17:01:48 -0500503 "Words6To9":
504 {
505 }
506 },
507
508 "Documentation":
509 {
510 "Description": "Status shows TI special attention active",
511 "Message": "TI special attention detected",
512 "Notes": [
513 "This entry is for any TI special attention event ",
514 "reported by the attention handler component"
515 ]
516 }
517 },
518
519 {
520 "Name": "org.open_power.Attn.Error.Fail",
521 "Subsystem": "bmc_firmware",
522 "Severity": "unrecoverable_loss_of_function",
523
524 "SRC":
525 {
526 "ReasonCode": "0xD13E",
527 "Words6To9":
528 {
529 "6":
530 {
531 "Description": "Error code from attention handler",
532 "AdditionalDataPropSource": "ERROR_CODE"
533 }
534 }
535 },
536 "Documentation":
537 {
538 "Description": "The attention handler encountered an error",
539 "MessageArgSources" : ["SRCWord6"],
540 "Message": "Attention handler error %1",
541 "Notes": [
542 "Attention handler will provide error code"
543 ]
544 }
545 },
546
547 {
548 "Name": "org.open_power.Attn.Error.Vital",
549 "Subsystem": "processor_chip",
550 "Severity": "critical",
551
552 "SRC":
553 {
554 "ReasonCode": "0xD16D",
555 "Words6To9":
556 {
557 }
558 },
559
560 "Documentation":
561 {
562 "Description": "Status shows SBE vital attention active",
563 "Message": "SBE vital attention detected",
564 "Notes": [
565 "This entry is for any SBE vital attention event ",
566 "reported by the attention handler component"
567 ]
568 }
569 },
570
571 {
572 "Name": "org.open_power.HwDiags.Error.Checkstop",
573 "Subsystem": "cec_hardware",
Zane Shelley561c0382020-11-17 13:20:05 -0600574 "ActionFlags": [ "service_action", "report", "call_home" ],
Ben Tyner34836322020-04-15 17:01:48 -0500575
576 "SRC":
577 {
Zane Shelley561c0382020-11-17 13:20:05 -0600578 "ReasonCode": "0xE510",
579 "SymptomIDFields": [ "SRCWord6", "SRCWord7", "SRCWord8" ],
Ben Tyner34836322020-04-15 17:01:48 -0500580 "Words6To9":
581 {
582 "6":
583 {
Zane Shelley561c0382020-11-17 13:20:05 -0600584 "Description": "[0:15] chip model, [16:23] reserved, [24:31] chip EC level",
585 "AdditionalDataPropSource": "SRC6"
586 },
587 "7":
588 {
589 "Description": "[0:15] chip position, [16:23] unused, [24:31] signature attn type",
590 "AdditionalDataPropSource": "SRC7"
Ben Tyner34836322020-04-15 17:01:48 -0500591 },
592 "8":
593 {
Zane Shelley561c0382020-11-17 13:20:05 -0600594 "Description": "[0:15] signature ID, [16:23] signature instance, [24:31] signature bit position",
595 "AdditionalDataPropSource": "SRC8"
Ben Tyner34836322020-04-15 17:01:48 -0500596 }
597 }
598 },
599
600 "Documentation":
601 {
Zane Shelley561c0382020-11-17 13:20:05 -0600602 "Description": "A system checkstop attention has occurred",
603 "MessageArgSources" : [ "SRCWord6", "SRCWord7", "SRCWord8" ],
604 "Message": "hw-diags signature: %1 %2 %3"
Ben Tyner34836322020-04-15 17:01:48 -0500605 }
606 },
607
608 {
Zane Shelley561c0382020-11-17 13:20:05 -0600609 "Name": "org.open_power.HwDiags.Error.Predictive",
610 "Subsystem": "cec_hardware",
611 "ActionFlags": [ "service_action", "report", "call_home" ],
Ben Tyner34836322020-04-15 17:01:48 -0500612
613 "SRC":
614 {
Zane Shelley561c0382020-11-17 13:20:05 -0600615 "ReasonCode": "0xE511",
616 "SymptomIDFields": [ "SRCWord6", "SRCWord7", "SRCWord8" ],
Ben Tyner34836322020-04-15 17:01:48 -0500617 "Words6To9":
618 {
619 "6":
620 {
Zane Shelley561c0382020-11-17 13:20:05 -0600621 "Description": "[0:15] chip model, [16:23] reserved, [24:31] chip EC level",
622 "AdditionalDataPropSource": "SRC6"
623 },
624 "7":
625 {
626 "Description": "[0:15] chip position, [16:23] unused, [24:31] signature attn type",
627 "AdditionalDataPropSource": "SRC7"
628 },
629 "8":
630 {
631 "Description": "[0:15] signature ID, [16:23] signature instance, [24:31] signature bit position",
632 "AdditionalDataPropSource": "SRC8"
Ben Tyner34836322020-04-15 17:01:48 -0500633 }
634 }
635 },
Zane Shelley561c0382020-11-17 13:20:05 -0600636
Ben Tyner34836322020-04-15 17:01:48 -0500637 "Documentation":
638 {
Zane Shelley561c0382020-11-17 13:20:05 -0600639 "Description": "A hardware attention requiring service has occurred",
640 "MessageArgSources" : [ "SRCWord6", "SRCWord7", "SRCWord8" ],
641 "Message": "hw-diags signature: %1 %2 %3"
Ben Tyner34836322020-04-15 17:01:48 -0500642 }
Shawn McCarney01648f52020-06-25 11:42:02 -0500643 },
644
645 {
Brandon Wyman38caaf02020-09-01 16:07:42 -0500646 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.InputFault",
647 "Subsystem": "power_supply",
648 "Severity": "unrecoverable_redundancy_loss",
649 "ActionFlags": ["service_action", "report"],
650 "ComponentID": "0x2700",
651
652 "SRC": {
653 "Type": "11",
654 "ReasonCode": "0x15F0",
655 "Words6To9": {}
656 },
657
658 "Callouts": [
659 {
660 "CalloutList": [
661 { "Priority": "high", "SymbolicFRU": "pwrsply" }
662 ]
663 }
664 ],
665
666 "Documentation": {
667 "Description": "Power Supply input power fault",
668 "Message": "A power supply has indicated an input or under voltage condition.",
669 "Notes": [
670 "Check the power supply cabling and/or input power ",
671 "source. The PWRSPLY procedure is used rather than ",
672 "calling out a location code, as typically these faults ",
673 "are related to the supplied power, the cable, or the ",
674 "cable connectors. If the input fault resolves down to an ",
675 "issue with the power supply itself, the power supply ",
676 "indicating this input fault should be called out. Add the ",
677 "CALLOUT_INVENTORY_PATH to the additional data, and set the",
678 "CALLOUT_PRIORITY to something other than high."
679 ]
680 }
681 },
682
683 {
684 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Fault",
685 "Subsystem": "power_supply",
686 "Severity": "unrecoverable_redundancy_loss",
687 "ActionFlags": ["service_action", "report", "call_home"],
688 "ComponentID": "0x2700",
689
690 "SRC": {
691 "Type": "11",
692 "ReasonCode": "0x15F1",
693 "Words6To9": {}
694 },
695
696 "Documentation": {
697 "Description": "Power Supply power fault",
698 "Message": "The power supply detected a fault condition, see AdditionalData for further details.",
699 "Notes": [
700 "The power supply reporting the fault should be called ",
701 "out using the CALLOUT_INVENTORY_PATH keyword. Include ",
702 "specific fault, STATUS_* details, and code level in the ",
703 "AdditionalData section."
704 ]
705 }
706 },
707
708 {
709 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.CommFault",
710 "Subsystem": "power_supply",
Brandon Wyman981ffc32021-04-06 15:49:12 -0500711 "Severity": "unrecoverable",
Brandon Wyman38caaf02020-09-01 16:07:42 -0500712 "ActionFlags": ["service_action", "report", "call_home"],
713 "ComponentID": "0x2700",
714
715 "SRC": {
716 "Type": "11",
717 "ReasonCode": "0x15F2",
718 "Words6To9": {}
719 },
720
721 "Documentation": {
722 "Description": "Power Supply non-power fault",
723 "Message": "A communication failure occurred talking to the power supply",
724 "Notes": [
725 "Communication problems with the power supply could be ",
726 "the power supply, or any hardware between it and the ",
727 "BMC. Reporting the error should be passing in a call ",
728 "out using CALLOUT_DEVICE_PATH."
729 ]
730 }
731 },
732
733 {
734 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Missing",
735 "Subsystem": "power_supply",
Brandon Wyman981ffc32021-04-06 15:49:12 -0500736 "Severity": "unrecoverable_redundancy_loss",
Brandon Wyman38caaf02020-09-01 16:07:42 -0500737 "ActionFlags": ["service_action", "report", "call_home"],
738 "ComponentID": "0x2700",
739
740 "SRC": {
741 "Type": "11",
742 "ReasonCode": "0x15F6",
743 "Words6To9": {}
744 },
745
746 "Callouts": [
747 {
748 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -0500749 {
750 "Priority": "high",
751 "SymbolicFRUTrusted": "pwrsply",
752 "UseInventoryLocCode": true
753 }
Brandon Wyman38caaf02020-09-01 16:07:42 -0500754 ]
755 }
756 ],
757
758 "Documentation": {
759 "Description": "Power Supply is missing",
760 "Message": "A power supply that should be present is missing",
761 "Notes": [
762 "The CalloutList should use the PWRSPLY symbolic FRU ",
Matt Spinler80600192020-10-23 09:29:33 -0500763 "with the trusted location code property. The ",
764 "location code in this callout is obtained from ",
765 "the passed in CALLOUT_INVENTORY_PATH value."
Brandon Wyman38caaf02020-09-01 16:07:42 -0500766 ]
767 }
768 },
769
770 {
Jay Meyer54ff54e2021-03-14 20:18:41 -0500771 "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Blackout",
772 "Subsystem": "power",
773 "ActionFlags": [ "report", "service_action" ],
774 "Severity": "unrecoverable",
775 "ComponentID": "0x2700",
776
777 "SRC":
778 {
779 "Type": "11",
780 "ReasonCode": "0x00AC",
781 "Words6To9": {},
782 "PowerFault": true
783 },
784
785 "Callouts": [
786 {
787 "CalloutList": [
788 { "Priority": "high", "SymbolicFRU": "ac_module"}
789 ]
790 }
791 ],
792
793 "Documentation": {
794 "Description": "Input power was lost while the system was powered on.",
795 "Message": "Input power was lost while the system was powered on.",
796 "Notes": [
797 "Input power was lost while system powered on.",
798 "The CalloutList should use the ACMODUL symbolic FRU."
799 ]
800 }
801 },
802
803 {
Jim Wright7f678902020-11-30 16:03:57 -0600804 "Name": "xyz.openbmc_project.Power.Error.Shutdown",
805 "Subsystem": "power_sequencer",
806 "ComponentID": "0x2700",
807
808 "SRC": {
809 "Type": "11",
810 "ReasonCode": "0x2600",
811 "Words6To9": {}
812 },
813
814 "Callouts": [
815 {
816 "CalloutList": [
817 { "Priority": "high", "SymbolicFRU": "pgood_part" }
818 ]
819 }
820 ],
821
822 "Documentation": {
823 "Description": "A power off was issued because a power fault was detected",
824 "Message": "A power off was issued because a power fault was detected",
825 "Notes": [
826 ]
827 }
828 },
829
830 {
831 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerPGOODFault",
832 "Subsystem": "power_sequencer",
833 "ComponentID": "0x2700",
834
835 "SRC": {
836 "Type": "11",
837 "ReasonCode": "0x2610",
838 "Words6To9": {}
839 },
840
841 "CalloutsUsingAD": {
842 "ADName": "INPUT_NAME", "CalloutsWithTheirADValues": [
843 {
844 "ADValue": "PCIE_SLOT0", "Callouts": [
845 {
846 "CalloutList": [
847 { "Priority": "high", "LocCode": "P0-C0" },
848 { "Priority": "medium", "LocCode": "P0" }
849 ]
850 }
851 ]
852 },
853 {
854 "ADValue": "PCIE_SLOT1", "Callouts": [
855 {
856 "CalloutList": [
857 { "Priority": "high", "LocCode": "P0-C1" },
858 { "Priority": "medium", "LocCode": "P0" }
859 ]
860 }
861 ]
862 },
863 {
864 "ADValue": "PCIE_SLOT2", "Callouts": [
865 {
866 "CalloutList": [
867 { "Priority": "high", "LocCode": "P0-C2" },
868 { "Priority": "medium", "LocCode": "P0" }
869 ]
870 }
871 ]
872 },
873 {
874 "ADValue": "PCIE_SLOT3", "Callouts": [
875 {
876 "CalloutList": [
877 { "Priority": "high", "LocCode": "P0-C3" },
878 { "Priority": "medium", "LocCode": "P0" }
879 ]
880 }
881 ]
882 },
883 {
884 "ADValue": "PCIE_SLOT4", "Callouts": [
885 {
886 "CalloutList": [
887 { "Priority": "high", "LocCode": "P0-C4" },
888 { "Priority": "medium", "LocCode": "P0" }
889 ]
890 }
891 ]
892 },
893 {
894 "ADValue": "PCIE_SLOT7", "Callouts": [
895 {
896 "CalloutList": [
897 { "Priority": "high", "LocCode": "P0-C7" },
898 { "Priority": "medium", "LocCode": "P0" }
899 ]
900 }
901 ]
902 },
903 {
904 "ADValue": "PCIE_SLOT8", "Callouts": [
905 {
906 "CalloutList": [
907 { "Priority": "high", "LocCode": "P0-C8" },
908 { "Priority": "medium", "LocCode": "P0" }
909 ]
910 }
911 ]
912 },
913 {
914 "ADValue": "PCIE_SLOT9", "Callouts": [
915 {
916 "CalloutList": [
917 { "Priority": "high", "LocCode": "P0-C9" },
918 { "Priority": "medium", "LocCode": "P0" }
919 ]
920 }
921 ]
922 },
923 {
924 "ADValue": "PCIE_SLOT10", "Callouts": [
925 {
926 "CalloutList": [
927 { "Priority": "high", "LocCode": "P0-C10" },
928 { "Priority": "medium", "LocCode": "P0" }
929 ]
930 }
931 ]
932 },
933 {
934 "ADValue": "PCIE_SLOT11", "Callouts": [
935 {
936 "CalloutList": [
937 { "Priority": "high", "LocCode": "P0-C11" },
938 { "Priority": "medium", "LocCode": "P0" }
939 ]
940 }
941 ]
942 },
943 {
944 "ADValue": "PGOOD_12A", "Callouts": [
945 {
946 "CalloutList": [
947 { "Priority": "high", "SymbolicFRU": "pgood_part" }
948 ]
949 }
950 ]
951 },
952 {
953 "ADValue": "PGOOD_12B", "Callouts": [
954 {
955 "CalloutList": [
956 { "Priority": "high", "SymbolicFRU": "pgood_part" }
957 ]
958 }
959 ]
960 },
961 {
962 "ADValue": "PGOOD_12C", "Callouts": [
963 {
964 "CalloutList": [
965 { "Priority": "high", "SymbolicFRU": "pgood_part" }
966 ]
967 }
968 ]
969 },
970 {
971 "ADValue": "PGOOD_12D", "Callouts": [
972 {
973 "CalloutList": [
974 { "Priority": "high", "SymbolicFRU": "pgood_part" }
975 ]
976 }
977 ]
978 },
979 {
980 "ADValue": "PGOOD_12L", "Callouts": [
981 {
982 "CalloutList": [
983 { "Priority": "high", "SymbolicFRU": "pgood_part" }
984 ]
985 }
986 ]
987 },
988 {
989 "ADValue": "PGOOD_12M", "Callouts": [
990 {
991 "CalloutList": [
992 { "Priority": "high", "SymbolicFRU": "pgood_part" }
993 ]
994 }
995 ]
996 },
997 {
998 "ADValue": "PGOOD_12N", "Callouts": [
999 {
1000 "CalloutList": [
1001 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1002 ]
1003 }
1004 ]
1005 },
1006 {
1007 "ADValue": "PGOOD_12P", "Callouts": [
1008 {
1009 "CalloutList": [
1010 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1011 ]
1012 }
1013 ]
1014 },
1015 {
1016 "ADValue": "PGOOD_12PCIE", "Callouts": [
1017 {
1018 "CalloutList": [
1019 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1020 ]
1021 }
1022 ]
1023 },
1024 {
1025 "ADValue": "PGOOD_12Q", "Callouts": [
1026 {
1027 "CalloutList": [
1028 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1029 ]
1030 }
1031 ]
1032 },
1033 {
1034 "ADValue": "PGOOD_12R", "Callouts": [
1035 {
1036 "CalloutList": [
1037 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1038 ]
1039 }
1040 ]
1041 },
1042 {
1043 "ADValue": "PGOOD_VDN_DCM0", "Callouts": [
1044 {
1045 "CalloutList": [
1046 { "Priority": "high", "LocCode": "P0-C14" },
1047 { "Priority": "medium", "LocCode": "P0-C15" },
1048 { "Priority": "low", "LocCode": "P0" }
1049 ]
1050 }
1051 ]
1052 },
1053 {
1054 "ADValue": "PGOOD_VDN_DCM1", "Callouts": [
1055 {
1056 "CalloutList": [
1057 { "Priority": "high", "LocCode": "P0-C23" },
1058 { "Priority": "medium", "LocCode": "P0-C24" },
1059 { "Priority": "low", "LocCode": "P0" }
1060 ]
1061 }
1062 ]
1063 },
1064 {
1065 "ADValue": "PGOOD_VCS_DCM0", "Callouts": [
1066 {
1067 "CalloutList": [
1068 { "Priority": "high", "LocCode": "P0-C14" },
1069 { "Priority": "medium", "LocCode": "P0-C15" },
1070 { "Priority": "low", "LocCode": "P0" }
1071 ]
1072 }
1073 ]
1074 },
1075 {
1076 "ADValue": "PGOOD_VCS_DCM1", "Callouts": [
1077 {
1078 "CalloutList": [
1079 { "Priority": "high", "LocCode": "P0-C23" },
1080 { "Priority": "medium", "LocCode": "P0-C24" },
1081 { "Priority": "low", "LocCode": "P0" }
1082 ]
1083 }
1084 ]
1085 },
1086 {
1087 "ADValue": "PGOOD_VIO_DCM0", "Callouts": [
1088 {
1089 "CalloutList": [
1090 { "Priority": "high", "LocCode": "P0-C14" },
1091 { "Priority": "medium", "LocCode": "P0-C15" },
1092 { "Priority": "low", "LocCode": "P0" }
1093 ]
1094 }
1095 ]
1096 },
1097 {
1098 "ADValue": "PGOOD_VIO_DCM1", "Callouts": [
1099 {
1100 "CalloutList": [
1101 { "Priority": "high", "LocCode": "P0-C23" },
1102 { "Priority": "medium", "LocCode": "P0-C24" },
1103 { "Priority": "low", "LocCode": "P0" }
1104 ]
1105 }
1106 ]
1107 },
1108 {
1109 "ADValue": "PGOOD_VPCIE_DCM0", "Callouts": [
1110 {
1111 "CalloutList": [
1112 { "Priority": "high", "LocCode": "P0-C14" },
1113 { "Priority": "medium", "LocCode": "P0-C15" },
1114 { "Priority": "low", "LocCode": "P0" }
1115 ]
1116 }
1117 ]
1118 },
1119 {
1120 "ADValue": "PGOOD_VPCIE_DCM1", "Callouts": [
1121 {
1122 "CalloutList": [
1123 { "Priority": "high", "LocCode": "P0-C23" },
1124 { "Priority": "medium", "LocCode": "P0-C24" },
1125 { "Priority": "low", "LocCode": "P0" }
1126 ]
1127 }
1128 ]
1129 }
1130 ]
1131 },
1132
1133 "Documentation": {
1134 "Description": "The power sequencer chip detected a PGOOD fault",
1135 "Message": "The power sequencer chip detected a PGOOD fault",
1136 "Notes": [
1137 ]
1138 }
1139 },
1140
1141 {
1142 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerVoltageFault",
1143 "Subsystem": "power_sequencer",
1144 "ComponentID": "0x2700",
1145
1146 "SRC": {
1147 "Type": "11",
1148 "ReasonCode": "0x2620",
1149 "Words6To9": {}
1150 },
1151
1152 "CalloutsUsingAD": {
1153 "ADName": "RAIL_NAME", "CalloutsWithTheirADValues": [
1154 {
1155 "ADValue": "12.0V", "Callouts": [
1156 {
1157 "CalloutList": [
1158 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1159 ]
1160 }
1161 ]
1162 },
1163 {
1164 "ADValue": "5.0V_USB", "Callouts": [
1165 {
1166 "CalloutList": [
1167 { "Priority": "high", "SymbolicFRU": "usb_pgood" },
1168 { "Priority": "medium", "LocCode": "P0" }
1169 ]
1170 }
1171 ]
1172 },
1173 {
1174 "ADValue": "5.0V_DASD", "Callouts": [
1175 {
1176 "CalloutList": [
1177 { "Priority": "medium", "LocCode": "P1" },
1178 { "Priority": "medium", "LocCode": "P2" },
1179 { "Priority": "medium", "LocCode": "P3" },
1180 { "Priority": "low", "LocCode": "P0" }
1181 ]
1182 }
1183 ]
1184 },
1185 {
1186 "ADValue": "3.3VA", "Callouts": [
1187 {
1188 "CalloutList": [
1189 { "Priority": "high", "LocCode": "P0" }
1190 ]
1191 }
1192 ]
1193 },
1194 {
1195 "ADValue": "3.3VB", "Callouts": [
1196 {
1197 "CalloutList": [
1198 { "Priority": "high", "LocCode": "P0" }
1199 ]
1200 }
1201 ]
1202 },
1203 {
1204 "ADValue": "1.5V", "Callouts": [
1205 {
1206 "CalloutList": [
1207 { "Priority": "high", "LocCode": "P0" }
1208 ]
1209 }
1210 ]
1211 },
1212 {
1213 "ADValue": "1.1V", "Callouts": [
1214 {
1215 "CalloutList": [
1216 { "Priority": "high", "LocCode": "P0" }
1217 ]
1218 }
1219 ]
1220 },
1221 {
1222 "ADValue": "VDDA_DCM0", "Callouts": [
1223 {
1224 "CalloutList": [
1225 { "Priority": "high", "LocCode": "P0-C14" },
1226 { "Priority": "medium", "LocCode": "P0-C15" },
1227 { "Priority": "low", "LocCode": "P0" }
1228 ]
1229 }
1230 ]
1231 },
1232 {
1233 "ADValue": "VDDB_DCM0", "Callouts": [
1234 {
1235 "CalloutList": [
1236 { "Priority": "high", "LocCode": "P0-C14" },
1237 { "Priority": "medium", "LocCode": "P0-C15" },
1238 { "Priority": "low", "LocCode": "P0" }
1239 ]
1240 }
1241 ]
1242 },
1243 {
1244 "ADValue": "VDDA_DCM1", "Callouts": [
1245 {
1246 "CalloutList": [
1247 { "Priority": "high", "LocCode": "P0-C23" },
1248 { "Priority": "medium", "LocCode": "P0-C24" },
1249 { "Priority": "low", "LocCode": "P0" }
1250 ]
1251 }
1252 ]
1253 },
1254 {
1255 "ADValue": "VDDB_DCM1", "Callouts": [
1256 {
1257 "CalloutList": [
1258 { "Priority": "high", "LocCode": "P0-C23" },
1259 { "Priority": "medium", "LocCode": "P0-C24" },
1260 { "Priority": "low", "LocCode": "P0" }
1261 ]
1262 }
1263 ]
1264 },
1265 {
1266 "ADValue": "12.0VCS", "Callouts": [
1267 {
1268 "CalloutList": [
1269 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1270 ]
1271 }
1272 ]
1273 },
1274 {
1275 "ADValue": "3.3VCS", "Callouts": [
1276 {
1277 "CalloutList": [
1278 { "Priority": "high", "LocCode": "P0" }
1279 ]
1280 }
1281 ]
1282 },
1283 {
1284 "ADValue": "1.1V_Current", "Callouts": [
1285 {
1286 "CalloutList": [
1287 { "Priority": "high", "LocCode": "P0" }
1288 ]
1289 }
1290 ]
1291 },
1292 {
1293 "ADValue": "5.0V_USB_Current", "Callouts": [
1294 {
1295 "CalloutList": [
1296 { "Priority": "high", "SymbolicFRU": "usb_pgood" },
1297 { "Priority": "medium", "LocCode": "P0" }
1298 ]
1299 }
1300 ]
1301 },
1302 {
1303 "ADValue": "5.0V_DASD_Current", "Callouts": [
1304 {
1305 "CalloutList": [
1306 { "Priority": "medium", "LocCode": "P1" },
1307 { "Priority": "medium", "LocCode": "P2" },
1308 { "Priority": "medium", "LocCode": "P3" },
1309 { "Priority": "low", "LocCode": "P0" }
1310 ]
1311 }
1312 ]
1313 },
1314 {
1315 "ADValue": "12.0VN", "Callouts": [
1316 {
1317 "CalloutList": [
1318 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1319 ]
1320 }
1321 ]
1322 },
1323 {
1324 "ADValue": "12.0VP", "Callouts": [
1325 {
1326 "CalloutList": [
1327 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1328 ]
1329 }
1330 ]
1331 },
1332 {
1333 "ADValue": "12.0VQ", "Callouts": [
1334 {
1335 "CalloutList": [
1336 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1337 ]
1338 }
1339 ]
1340 },
1341 {
1342 "ADValue": "12.0VR", "Callouts": [
1343 {
1344 "CalloutList": [
1345 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1346 ]
1347 }
1348 ]
1349 },
1350 {
1351 "ADValue": "ThermalDiode1", "Callouts": [
1352 {
1353 "CalloutList": [
1354 { "Priority": "high", "LocCode": "P0" }
1355 ]
1356 }
1357 ]
1358 },
1359 {
1360 "ADValue": "ThermalDiode2", "Callouts": [
1361 {
1362 "CalloutList": [
1363 { "Priority": "high", "LocCode": "P0" }
1364 ]
1365 }
1366 ]
1367 },
1368 {
1369 "ADValue": "ThermalDiode3", "Callouts": [
1370 {
1371 "CalloutList": [
1372 { "Priority": "high", "LocCode": "P0" }
1373 ]
1374 }
1375 ]
1376 },
1377 {
1378 "ADValue": "ThermalDiode4", "Callouts": [
1379 {
1380 "CalloutList": [
1381 { "Priority": "high", "LocCode": "P0" }
1382 ]
1383 }
1384 ]
1385 }
1386 ]
1387 },
1388
1389 "Documentation": {
1390 "Description": "The power sequencer chip detected a voltage fault",
1391 "Message": "The power sequencer chip detected a voltage fault",
1392 "Notes": [
1393 ]
1394 }
1395 },
1396
1397 {
Shawn McCarney01648f52020-06-25 11:42:02 -05001398 "Name": "xyz.openbmc_project.Power.Regulators.Error.WriteVerification",
1399 "Subsystem": "power",
1400 "ComponentID": "0x2700",
1401
1402 "SRC": {
1403 "Type": "11",
1404 "ReasonCode": "0x2900",
1405 "Words6To9": {}
1406 },
1407
1408 "Documentation": {
1409 "Description": "A write verification error occurred on a device",
1410 "Message": "A write verification error occurred on a device",
1411 "Notes": [
1412 "This error occurs when a device register is written, ",
1413 "read back, and the two values do not match. This is ",
1414 "also called a read-back error. The device should be ",
1415 "identified using the CALLOUT_DEVICE_PATH or ",
1416 "CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR keywords in the ",
1417 "AdditionalData property of the event log. This will ",
1418 "cause the device and the hardware in the communication ",
1419 "path to be called out."
1420 ]
1421 }
1422 },
1423
1424 {
1425 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile",
1426 "Subsystem": "power",
1427 "ComponentID": "0x2700",
1428
1429 "SRC": {
1430 "Type": "11",
1431 "ReasonCode": "0xA013",
1432 "Words6To9": {}
1433 },
1434
1435 "Callouts": [
1436 {
1437 "CalloutList": [
1438 { "Priority": "high", "Procedure": "bmc_code" }
1439 ]
1440 }
1441 ],
1442
1443 "Documentation": {
1444 "Description": "A regulators configuration file error occurred",
1445 "Message": "A regulators configuration file error occurred",
1446 "Notes": [
1447 "The regulators configuration file could not be found, ",
1448 "could not be read, or had invalid contents."
1449 ]
1450 }
1451 },
1452
1453 {
Shawn McCarney82e31d82021-02-19 16:25:55 -06001454 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile.Critical",
1455 "Subsystem": "power",
1456 "Severity": "critical_system_term",
1457 "ComponentID": "0x2700",
1458
1459 "SRC": {
1460 "Type": "11",
1461 "ReasonCode": "0xA014",
1462 "Words6To9": {},
1463 "PowerFault": true
1464 },
1465
1466 "Callouts": [
1467 {
1468 "CalloutList": [
1469 { "Priority": "high", "Procedure": "bmc_code" }
1470 ]
1471 }
1472 ],
1473
1474 "Documentation": {
1475 "Description": "A critical regulators configuration file error occurred",
1476 "Message": "A critical regulators configuration file error occurred",
1477 "Notes": [
1478 "The regulators configuration file could not be found, ",
1479 "could not be read, or had invalid contents. As a result ",
1480 "voltage regulators could not be configured, and the ",
1481 "chassis could not be powered on."
1482 ]
1483 }
1484 },
1485
1486 {
Jim Wright7f678902020-11-30 16:03:57 -06001487 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerFault",
1488 "Subsystem": "power_sequencer",
1489 "ComponentID": "0x2700",
1490
1491 "SRC": {
1492 "Type": "11",
1493 "ReasonCode": "0xD000",
1494 "Words6To9": {}
1495 },
1496
1497 "Callouts": [
1498 {
1499 "CalloutList": [
1500 { "Priority": "high", "LocCode": "P0" }
1501 ]
1502 }
1503 ],
1504
1505 "Documentation": {
1506 "Description": "The power sequencer chip detected a fault",
1507 "Message": "The power sequencer chip detected a fault",
1508 "Notes": [
1509 ]
1510 }
1511 },
1512
1513 {
1514 "Name": "xyz.openbmc_project.Power.Error.PowerOnFailure",
1515 "Subsystem": "power_sequencer",
1516 "ComponentID": "0x2700",
1517
1518 "SRC": {
1519 "Type": "11",
1520 "ReasonCode": "0xD002",
1521 "Words6To9": {}
1522 },
1523
1524 "Callouts": [
1525 {
1526 "CalloutList": [
1527 { "Priority": "high", "LocCode": "P0" }
1528 ]
1529 }
1530 ],
1531
1532 "Documentation": {
1533 "Description": "System power failed to turn on",
1534 "Message": "System power failed to turn on",
1535 "Notes": [
1536 ]
1537 }
1538 },
1539
1540 {
Shawn McCarney01648f52020-06-25 11:42:02 -05001541 "Name": "xyz.openbmc_project.Power.Error.Internal",
1542 "Subsystem": "power",
1543 "ComponentID": "0x2700",
1544
1545 "SRC": {
1546 "Type": "11",
1547 "ReasonCode": "0xE000",
1548 "Words6To9": {}
1549 },
1550
1551 "Callouts": [
1552 {
1553 "CalloutList": [
1554 { "Priority": "high", "Procedure": "bmc_code" }
1555 ]
1556 }
1557 ],
1558
1559 "Documentation": {
1560 "Description": "An internal firmware error occurred",
1561 "Message": "An internal firmware error occurred",
1562 "Notes": [
1563 "The error details must be provided in the AdditionalData ",
1564 "property of the event log."
1565 ]
1566 }
1567 },
1568
1569 {
1570 "Name": "xyz.openbmc_project.Power.Error.I2C",
1571 "Subsystem": "cec_i2c",
1572 "ComponentID": "0x2700",
1573
1574 "SRC": {
1575 "Type": "11",
1576 "ReasonCode": "0xE100",
1577 "Words6To9": {}
1578 },
1579
1580 "Documentation": {
1581 "Description": "An I2C error occurred communicating with a device",
1582 "Message": "An I2C error occurred communicating with a device",
1583 "Notes": [
1584 "The device should be identified using the ",
1585 "CALLOUT_DEVICE_PATH or CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR ",
1586 "keywords in the AdditionalData property of the event ",
1587 "log. This will cause the device and the hardware in the ",
1588 "communication path to be called out."
1589 ]
1590 }
1591 },
1592
1593 {
1594 "Name": "xyz.openbmc_project.Power.Error.PMBus",
1595 "Subsystem": "power",
1596 "ComponentID": "0x2700",
1597
1598 "SRC": {
1599 "Type": "11",
1600 "ReasonCode": "0xE200",
1601 "Words6To9": {}
1602 },
1603
1604 "Documentation": {
1605 "Description": "A PMBus error occurred on a device",
1606 "Message": "A PMBus error occurred on a device",
1607 "Notes": [
1608 "This error occurs when the I2C communication was ",
1609 "successful, but the PMBus value read is invalid or ",
1610 "unsupported. CALLOUT_INVENTORY_PATH should be specified ",
1611 "in the AdditionalData property of the event log so that ",
1612 "the device is called out but not the communication path."
1613 ]
1614 }
1615 },
1616
1617 {
1618 "Name": "xyz.openbmc_project.Power.Error.DBus",
1619 "Subsystem": "power",
1620 "ComponentID": "0x2700",
1621
1622 "SRC": {
1623 "Type": "11",
1624 "ReasonCode": "0xE300",
1625 "Words6To9": {}
1626 },
1627
1628 "Callouts": [
1629 {
1630 "CalloutList": [
1631 { "Priority": "high", "Procedure": "bmc_code" }
1632 ]
1633 }
1634 ],
1635
1636 "Documentation": {
1637 "Description": "A firmware inter-process communication (D-Bus) error occurred",
1638 "Message": "A firmware inter-process communication (D-Bus) error occurred"
1639 }
Matt Spinler60d1c392020-09-23 15:23:24 -05001640 },
1641
1642 {
Matt Spinler7c9c07e2020-10-22 10:16:37 -05001643 "Name": "xyz.openbmc_project.Fan.Error.Fault",
1644 "Subsystem": "power_fans",
1645 "ComponentID": "0x2800",
1646
1647 "SRC": {
1648 "Type": "11",
1649 "ReasonCode": "0x76F0",
1650 "Words6To9": {}
1651 },
1652
1653 "Documentation": {
1654 "Description": "Fan rotor fault",
1655 "Message": "Fan rotor fault",
1656 "Notes": [
1657 "This error occurs when a fan rotor has been faulted for a ",
1658 "certain amount of time. The callout is the fan which is ",
1659 "passed in with CALLOUT_INVENTORY_PATH. The severity is ",
1660 "passed in during creation and will be either informational ",
1661 "or unrecoverable. The action flags use the defaults and ",
1662 "vary based on the severity."
1663 ]
1664 }
1665 },
1666
1667 {
Matt Spinler60d1c392020-09-23 15:23:24 -05001668 "Name": "xyz.openbmc_project.Fan.Error.Missing",
1669 "Subsystem": "power_fans",
1670 "ComponentID": "0x2800",
1671 "Severity": "unrecoverable_redundancy_loss",
1672 "ActionFlags": ["service_action", "report", "call_home"],
1673
1674 "SRC": {
1675 "Type": "11",
1676 "ReasonCode": "0x76F1",
1677 "Words6To9": {}
1678 },
1679
1680 "Callouts": [
1681 {
Matt Spinler938ac792021-05-12 10:46:44 -05001682 "System": "ibm,rainier",
Matt Spinler60d1c392020-09-23 15:23:24 -05001683 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -05001684 {
1685 "Priority": "high",
1686 "SymbolicFRUTrusted": "air_mover",
1687 "UseInventoryLocCode": true
1688 },
1689 {
1690 "Priority": "low",
1691 "LocCode": "P0"
1692 }
Matt Spinler60d1c392020-09-23 15:23:24 -05001693 ]
Matt Spinler938ac792021-05-12 10:46:44 -05001694 },
1695 {
1696 "System": "ibm,everest",
1697 "CalloutList": [
1698 {
1699 "Priority": "high",
1700 "SymbolicFRUTrusted": "air_mover",
1701 "UseInventoryLocCode": true
1702 },
1703 {
1704 "Priority": "low",
1705 "LocCode": "P1"
1706 }
1707 ]
Matt Spinler60d1c392020-09-23 15:23:24 -05001708 }
1709 ],
1710
1711 "Documentation": {
1712 "Description": "A fan is missing",
1713 "Message": "A fan is missing",
1714 "Notes": [
1715 "This error occurs when a fan has been missing for a ",
Matt Spinler80600192020-10-23 09:29:33 -05001716 "certain amount of time. The first callout is the ",
1717 "symbolic FRU AIR_MOVR that has the trusted fan location ",
1718 "code, which it gets using the passed in ",
1719 "CALLOUT_INVENTORY_PATH. The second callout is the FRU ",
Matt Spinler938ac792021-05-12 10:46:44 -05001720 "where the controller and GPIO expander are."
Matt Spinler60d1c392020-09-23 15:23:24 -05001721 ]
1722 }
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05001723 },
1724
1725 {
Matt Spinleradf070b2021-04-21 13:39:45 -05001726 "Name": "xyz.openbmc_project.Fan.Presence.Error.Detection",
1727 "ComponentID": "0x2800",
1728 "Subsystem": "power_fans",
1729 "Severity": "non_error",
1730 "ActionFlags": ["report"],
1731 "MfgSeverity": "predictive",
1732 "MfgActionFlags": ["service_action", "report"],
1733
1734 "SRC": {
1735 "Type": "11",
1736 "ReasonCode": "0x76F2",
1737 "Words6To9": {}
1738 },
1739
1740 "Callouts": [
1741 {
1742 "System": "ibm,rainier",
1743 "CalloutList": [
1744 {"Priority": "medium", "LocCode": "P0"}
1745 ]
1746 },
1747 {
1748 "System": "ibm,everest",
1749 "CalloutList": [
1750 {"Priority": "medium", "LocCode": "P1"}
1751 ]
1752 }
1753 ],
1754
1755 "Documentation": {
1756 "Description": "Presence detect methods for the same fan disagree",
1757 "Message": "Presence detect methods for the same fan disagree",
1758 "Notes": [
1759 "This error occurs when there is more than one way to detect",
1760 "fan presence, and they don't all agree. For example, the",
1761 "GPIO says a fan isn't present, but the tach readings are",
1762 "nonzero. This is informational, unless in manufacturing.",
1763 "The fan FRU is passed in as a high priority callout.",
1764 "The FRU the GPIO source is on is called out medium."
1765 ]
1766 }
1767 },
1768
1769 {
Matt Spinler86e40dd2021-01-29 11:19:36 -06001770 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHigh",
1771 "Subsystem": "power",
1772 "ComponentID": "0x2800",
1773 "Severity": "predictive",
1774 "ActionFlags": ["service_action", "report"],
1775
1776 "SRC": {
1777 "ReasonCode": "0x2801",
1778 "Words6To9": {}
1779 },
1780
1781 "CalloutsUsingAD": {
1782 "ADName": "SENSOR_NAME",
1783 "CalloutsWithTheirADValues": [
1784 {
1785 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
1786 "Callouts": [
1787 {
1788 "CalloutList": [
1789 { "Priority": "high", "SymbolicFRU": "ambient_temp" }
1790 ]
1791 }
1792 ]
1793 }
1794 ]
1795 },
1796
1797 "Documentation": {
1798 "Description": "A temperature sensor exceeded its performance loss threshold.",
1799 "Message": "A temperature sensor exceeded its performance loss threshold.",
1800 "Notes": [
1801 "A temperature sensor crossed its performance loss threshold value",
1802 "If it is the ambient sensor, then a symbolic FRU will be added.",
1803 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
1804 "a FRU callout."
1805 ]
1806 }
1807 },
1808
1809 {
1810 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHighClear",
1811 "Subsystem": "power",
1812 "ComponentID": "0x2800",
1813 "Severity": "non_error",
1814 "ActionFlags": ["report"],
1815 "EventType": "env_normal",
1816
1817 "SRC": {
1818 "ReasonCode": "0x2802",
1819 "Words6To9": {}
1820 },
1821
1822 "CalloutsUsingAD": {
1823 "ADName": "SENSOR_NAME",
1824 "CalloutsWithTheirADValues": [
1825 {
1826 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
1827 "Callouts": [
1828 {
1829 "CalloutList": [
1830 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" }
1831 ]
1832 }
1833 ]
1834 }
1835 ]
1836 },
1837
1838 "Documentation": {
1839 "Description": "A temperature sensor is under its performance loss threshold.",
1840 "Message": "A temperature sensor is under its performance loss threshold.",
1841 "Notes": [
1842 "A temperature sensor crossed under its performance loss threshold value",
1843 "If it is the ambient sensor, then a symbolic FRU will be added."
1844 ]
1845 }
1846 },
1847
1848 {
1849 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHigh",
1850 "Subsystem": "power",
1851 "ComponentID": "0x2800",
1852 "Severity": "predictive",
1853 "ActionFlags": ["service_action", "report"],
1854
1855 "SRC": {
1856 "ReasonCode": "0x2803",
1857 "Words6To9": {}
1858 },
1859
1860 "CalloutsUsingAD": {
1861 "ADName": "SENSOR_NAME",
1862 "CalloutsWithTheirADValues": [
1863 {
1864 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
1865 "Callouts": [
1866 {
1867 "CalloutList": [
1868 { "Priority": "high", "SymbolicFRU": "ambient_temp" }
1869 ]
1870 }
1871 ]
1872 }
1873 ]
1874 },
1875
1876 "Documentation": {
1877 "Description": "A temperature sensor exceeded its warning threshold.",
1878 "Message": "A temperature sensor exceeded its warning threshold.",
1879 "Notes": [
1880 "A temperature sensor crossed its warning threshold value",
1881 "If it is the ambient sensor, then a symbolic FRU will be added.",
1882 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
1883 "a FRU callout."
1884 ]
1885 }
1886 },
1887
1888 {
1889 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHighClear",
1890 "Subsystem": "power",
1891 "ComponentID": "0x2800",
1892 "Severity": "non_error",
1893 "ActionFlags": ["report"],
1894 "EventType": "env_normal",
1895
1896 "SRC": {
1897 "ReasonCode": "0x2804",
1898 "Words6To9": {}
1899 },
1900
1901 "CalloutsUsingAD": {
1902 "ADName": "SENSOR_NAME",
1903 "CalloutsWithTheirADValues": [
1904 {
1905 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
1906 "Callouts": [
1907 {
1908 "CalloutList": [
1909 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" }
1910 ]
1911 }
1912 ]
1913 }
1914 ]
1915 },
1916
1917 "Documentation": {
1918 "Description": "A temperature sensor is under its warning threshold.",
1919 "Message": "A temperature sensor is under its warning threshold.",
1920 "Notes": [
1921 "A temperature sensor crossed under its warning threshold value",
1922 "If it is the ambient sensor, then a symbolic FRU will be added."
1923 ]
1924 }
1925 },
1926
1927 {
1928 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHigh",
1929 "Subsystem": "power",
1930 "ComponentID": "0x2800",
1931 "Severity": "predictive",
1932 "ActionFlags": ["service_action", "report"],
1933
1934 "SRC": {
1935 "ReasonCode": "0x2805",
1936 "Words6To9": {}
1937 },
1938
1939 "CalloutsUsingAD": {
1940 "ADName": "SENSOR_NAME",
1941 "CalloutsWithTheirADValues": [
1942 {
1943 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
1944 "Callouts": [
1945 {
1946 "CalloutList": [
1947 { "Priority": "high", "SymbolicFRU": "ambient_temp" }
1948 ]
1949 }
1950 ]
1951 }
1952 ]
1953 },
1954
1955 "Documentation": {
1956 "Description": "A temperature sensor exceeded its critical threshold.",
1957 "Message": "A temperature sensor exceeded its critical threshold.",
1958 "Notes": [
1959 "A temperature sensor crossed its critical threshold value",
1960 "If it is the ambient sensor, then a symbolic FRU will be added.",
1961 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
1962 "a FRU callout."
1963 ]
1964 }
1965 },
1966
1967 {
1968 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHighClear",
1969 "Subsystem": "power",
1970 "ComponentID": "0x2800",
1971 "Severity": "non_error",
1972 "ActionFlags": ["report"],
1973 "EventType": "env_normal",
1974
1975 "SRC": {
1976 "ReasonCode": "0x2806",
1977 "Words6To9": {}
1978 },
1979
1980 "CalloutsUsingAD": {
1981 "ADName": "SENSOR_NAME",
1982 "CalloutsWithTheirADValues": [
1983 {
1984 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
1985 "Callouts": [
1986 {
1987 "CalloutList": [
1988 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" }
1989 ]
1990 }
1991 ]
1992 }
1993 ]
1994 },
1995
1996 "Documentation": {
1997 "Description": "A temperature sensor is under its critical threshold.",
1998 "Message": "A temperature sensor is under its critical threshold.",
1999 "Notes": [
2000 "A temperature sensor crossed under its critical threshold value",
2001 "If it is the ambient sensor, then a symbolic FRU will be added."
2002 ]
2003 }
2004 },
2005
2006 {
Matt Spinler6b3490a2021-01-20 10:48:26 -06002007 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHigh",
2008 "Subsystem": "power",
2009 "ComponentID": "0x2800",
2010 "Severity": "predictive",
2011 "ActionFlags": ["service_action", "report"],
2012
2013 "SRC": {
2014 "ReasonCode": "0x2807",
2015 "Words6To9": {}
2016 },
2017
2018 "Callouts": [
2019 {
2020 "CalloutList": [
2021 {
2022 "Priority": "high",
2023 "SymbolicFRU": "ambient_temp"
2024 }
2025 ]
2026 }
2027 ],
2028
2029 "Documentation": {
2030 "Description": "The ambient temperature passed the EPOW3 limit.",
2031 "Message": "The ambient temperature passed the EPOW3 limit. The system will shut down if temp doesn't decrease.",
2032 "Notes": [
2033 "This error occurs when the ambient temperature surpassed",
2034 "the EPOW3 shutdown limit."
2035 ]
2036 }
2037 },
2038
2039 {
2040 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHighClear",
2041 "Subsystem": "power",
2042 "ComponentID": "0x2800",
2043 "Severity": "non_error",
2044 "ActionFlags": ["report"],
2045 "EventType": "env_normal",
2046
2047 "SRC": {
2048 "ReasonCode": "0x2808",
2049 "Words6To9": {}
2050 },
2051
2052 "Callouts": [
2053 {
2054 "CalloutList": [
2055 {
2056 "Priority": "high",
2057 "SymbolicFRU": "ambient_temp_back"
2058 }
2059 ]
2060 }
2061 ],
2062
2063 "Documentation": {
2064 "Description": "The ambient temperature is back under the EPOW3 limit.",
2065 "Message": "The ambient temperature is back under the EPOW3 limit."
2066 }
2067 },
2068
2069 {
2070 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.HardShutdownAlarmHigh",
2071 "Subsystem": "power",
2072 "ComponentID": "0x2800",
Matt Spinler6b3490a2021-01-20 10:48:26 -06002073 "ActionFlags": ["service_action", "report"],
2074
2075 "SRC": {
2076 "ReasonCode": "0x2809",
2077 "Words6To9": {}
2078 },
2079
2080 "Callouts": [
2081 {
2082 "CalloutList": [
2083 {
2084 "Priority": "high",
2085 "SymbolicFRU": "ambient_temp"
2086 }
2087 ]
2088 }
2089 ],
2090
2091 "Documentation": {
2092 "Description": "The ambient temperature passed the EPOW4 limit.",
2093 "Message": "The ambient temperature passed the EPOW4 limit. The system will shut down",
2094 "Notes": [
2095 "This error occurs when the ambient temperature surpassed",
2096 "the EPOW4 shutdown limit."
2097 ]
2098 }
2099 },
2100
2101 {
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05002102 "Name": "com.ibm.VPD.Error.InvalidEepromPath",
2103 "Subsystem": "cec_vpd",
2104 "ComponentID": "0x4000",
2105
2106 "SRC": {
2107 "ReasonCode": "0x4000",
2108 "Words6To9":
2109 {
2110 "6":
2111 {
2112 "Description": "Errno of the failure.",
2113 "AdditionalDataPropSource": "CALLOUT_ERRNO"
2114 }
2115 }
2116 },
2117
2118 "Documentation": {
2119 "Description": "A path access error ocurred",
2120 "Message": "An EEPROM path access error occurred.",
2121 "Notes": [
2122 "This error occurs when parser is unable to access",
2123 "EEPROM path. Errno and device path are captured as",
2124 "additional data."
2125 ]
2126 }
2127 },
2128
2129 {
2130 "Name": "com.ibm.VPD.Error.InvalidVPD",
2131 "Subsystem": "cec_vpd",
2132 "ComponentID": "0x4000",
2133
2134 "SRC": {
2135 "ReasonCode": "0x4001",
2136 "Words6To9":
2137 {
2138 }
2139 },
2140
2141 "Documentation": {
2142 "Description": "Invalid VPD data.",
2143 "Message": "A VPD data exception occurred.",
2144 "Notes": [
2145 "This error occurs when VPD data is found to be",
2146 "invalid. This can be when VPD file is missing out",
2147 "mandatory records.Inventory path is captured in",
2148 "additional data."
2149 ]
2150 }
2151 },
2152
2153 {
2154 "Name": "com.ibm.VPD.Error.EccCheckFailed",
2155 "Subsystem": "cec_vpd",
2156 "ComponentID": "0x4000",
2157
2158 "SRC": {
2159 "ReasonCode": "0x4002",
2160 "Words6To9":
2161 {
2162 }
2163 },
2164
2165 "Documentation": {
2166 "Description": "Invalid VPD ecc data.",
2167 "Message": "A VPD ecc exception occurred.",
2168 "Notes": [
2169 "This error occurs when VPD ecc check fails for the FRU.",
2170 "Inventory path for the failed FRU is captured in additonal",
2171 "data."
2172 ]
2173 }
2174 },
2175
2176 {
2177 "Name": "com.ibm.VPD.Error.InvalidJson",
2178 "Subsystem": "cec_vpd",
2179 "ComponentID": "0x4000",
2180
2181 "SRC": {
2182 "ReasonCode": "0x4003",
2183 "Words6To9":
2184 {
2185 }
2186 },
2187
2188 "Documentation": {
2189 "Description": "Invalid Json",
2190 "Message": "A Json failure occurred.",
2191 "Notes": [
2192 "This error occurs when parser fails to access",
2193 "Json file or there is any issue with Json data.",
2194 "Failed Json path and cause of failure is captured",
2195 "in additional data."
2196 ]
2197 }
2198 },
2199
2200 {
2201 "Name": "com.ibm.VPD.Error.BlankSystemVPD",
2202 "Subsystem": "cec_vpd",
2203 "ComponentID": "0x4000",
2204
2205 "SRC": {
2206 "ReasonCode": "0x4004",
2207 "Words6To9":
2208 {
2209 }
2210 },
2211
2212 "Documentation": {
2213 "Description": "System VPD restore failed",
2214 "Message": "A system VPD restoration error occurred.",
2215 "Notes": [
2216 "This error occurs when restoring of system VPD fails.",
2217 "The FRU path and reason for failure is captured in",
2218 "additional data."
2219 ]
2220 }
2221 },
2222
2223 {
2224 "Name": "com.ibm.VPD.Error.DbusFailure",
2225 "Subsystem": "cec_vpd",
2226 "ComponentID": "0x4000",
2227
2228 "SRC": {
2229 "ReasonCode": "0x4005",
2230 "Words6To9":
2231 {
2232 }
2233 },
2234
2235 "Documentation": {
2236 "Description": "Dbus exception",
2237 "Message": "A Dbus internal error occurred.",
2238 "Notes": [
2239 "This error occurs when Dbus operation fails.",
2240 "Exceptions details are captured in additonal",
2241 "data."
2242 ]
2243 }
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05002244 },
2245
2246 {
2247 "Name": "org.open_power.Host.Boot.Error.WatchdogTimeout",
2248 "Subsystem": "cec_sp_hostboot_iface",
2249
2250 "SRC":
2251 {
2252 "ReasonCode": "0xC101",
2253 "Words6To9":
2254 {
2255 }
2256 },
2257
2258 "Documentation":
2259 {
2260 "Description": "Host did not respond within the watchdog timeout interval",
2261 "Message": "Host did not respond before the watchdog timeout interval expired",
2262 "Notes": [
2263 "Host did not respond before the expiry of the watchdog timeout interval.",
2264 "Collecting hostboot dump."
2265 ]
2266 }
Matt Spinler3fd08d62019-10-22 14:25:33 -05002267 }
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05002268
Matt Spinler44792fd2019-09-26 15:58:58 -05002269 ]
2270}