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