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