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