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