blob: f1971be1c33b873de40c55977f7ce068c8b6ed0a [file] [log] [blame]
Matt Spinler44792fd2019-09-26 15:58:58 -05001{
2 "PELs":
3 [
Matt Spinler3fd08d62019-10-22 14:25:33 -05004 {
5 "Name": "xyz.openbmc_project.Common.Error.Timeout",
6 "Subsystem": "bmc_firmware",
Matt Spinler44792fd2019-09-26 15:58:58 -05007
Matt Spinler3fd08d62019-10-22 14:25:33 -05008 "SRC":
9 {
10 "ReasonCode": "0x1001",
11 "Words6To9":
12 {
13 "6":
14 {
15 "Description": "Timeout in ms",
16 "AdditionalDataPropSource": "TIMEOUT_IN_MSEC"
17 }
18 }
19 },
20
21 "Documentation":
22 {
23 "Description": "This is a generic timeout error",
24 "Message": "An operation timed out",
25 "Notes": [
26 "The journal should contain more information"
27 ]
28 }
29 },
30
31 {
32 "Name": "xyz.openbmc_project.Common.Error.InternalFailure",
33 "Subsystem": "bmc_firmware",
34
35 "SRC":
36 {
37 "ReasonCode": "0x1002",
38 "Words6To9":
39 {
40 }
41 },
42
43 "Documentation":
44 {
45 "Description": "BMC code had a generic internal failure",
46 "Message": "An application had an internal failure",
47 "Notes": [
48 "The journal should contain more information"
49 ]
50 }
51 },
52
53 {
54 "Name": "xyz.openbmc_project.Common.Error.InvalidArgument",
55 "Subsystem": "user_error",
56
57 "SRC":
58 {
59 "ReasonCode": "0x1003",
60 "Words6To9":
61 {
62 }
63 },
64
65 "Documentation":
66 {
67 "Description": "BMC code was given an invalid argument",
68 "Message": "Code was given an invalid argument",
69 "Notes": [
70 "The journal should contain more information"
71 ]
72 }
73 },
74 {
75 "Name": "xyz.openbmc_project.Common.Error.InsufficientPermission",
76 "Subsystem": "user_error",
77
78 "SRC":
79 {
80 "ReasonCode": "0x1004",
81 "Words6To9":
82 {
83 }
84 },
85
86 "Documentation":
87 {
88 "Description": "An operation failed due to insufficient permission",
89 "Message": "An operation failed due to unsufficient permission",
90 "Notes": [
91 "The journal should contain more information"
92 ]
93 }
94 },
95
96 {
97 "Name": "xyz.openbmc_project.Common.Error.NotAllowed",
98 "Subsystem": "user_error",
99
100 "SRC":
101 {
102 "ReasonCode": "0x1005",
103 "Words6To9":
104 {
105 }
106 },
107
108 "Documentation":
109 {
110 "Description": "An operation failed because it isn't allowed",
Matt Spinler26958762020-08-27 13:21:23 -0500111 "Message": "An operation failed because it isn't allowed",
Matt Spinler3fd08d62019-10-22 14:25:33 -0500112 "Notes": [
113 "The journal should contain more information"
114 ]
115 }
116 },
117
118 {
119 "Name": "xyz.openbmc_project.Common.Error.NoCACertificate",
120 "Subsystem": "user_error",
121
122 "SRC":
123 {
124 "ReasonCode": "0x1006",
125 "Words6To9":
126 {
127 }
128 },
129
130 "Documentation":
131 {
132 "Description": "The server's CA certificate has not been provided",
133 "Message": "The server's CA certificate has not been provided"
134 }
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600135 },
136
137 {
Matt Spinleraf036b12020-06-25 10:53:52 -0500138 "Name": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure",
139 "Subsystem": "cec_chip_iface",
140
141 "SRC":
142 {
143 "ReasonCode": "0x1007",
144 "Words6To9":
145 {
146 "6":
147 {
148 "Description": "errno of the failure",
149 "AdditionalDataPropSource": "CALLOUT_ERRNO"
150 }
151 }
152 },
153
154 "Documentation":
155 {
156 "Description": "Sensor device read failure",
157 "Message": "There was a failure when reading a sensor device",
158 "Notes": [
159 "The severity is set by the creator.",
160 "The action flags are set automatically by the code.",
161 "Callouts added based on CALLOUT_DEVICE_PATH."
162 ]
163 }
164 },
165
166 {
167 "Name": "xyz.openbmc_project.Common.Device.Error.ReadFailure",
168 "Subsystem": "cec_chip_iface",
169
170 "SRC":
171 {
172 "ReasonCode": "0x1008",
173 "Words6To9":
174 {
175 "6":
176 {
177 "Description": "errno of the failure",
178 "AdditionalDataPropSource": "CALLOUT_ERRNO"
179 }
180 }
181 },
182
183 "Documentation":
184 {
185 "Description": "Device read failure",
186 "Message": "There was a failure when reading a hardware device",
187 "Notes": [
188 "The severity is set by the creator.",
189 "The action flags are set automatically by the code.",
190 "Callouts added based on CALLOUT_DEVICE_PATH."
191 ]
192 }
193 },
194
195 {
196 "Name": "xyz.openbmc_project.Control.Device.Error.WriteFailure",
197 "Subsystem": "cec_chip_iface",
198
199 "SRC":
200 {
201 "ReasonCode": "0x1009",
202 "Words6To9":
203 {
204 "6":
205 {
206 "Description": "errno of the failure",
207 "AdditionalDataPropSource": "CALLOUT_ERRNO"
208 }
209 }
210 },
211
212 "Documentation":
213 {
214 "Description": "Device write failure",
215 "Message": "There was a failure when writing to a hardware device",
216 "Notes": [
217 "The severity is set by the creator.",
218 "The action flags are set automatically by the code.",
219 "Callouts added based on CALLOUT_DEVICE_PATH"
220 ]
221 }
222 },
223
224 {
225 "Name": "xyz.openbmc_project.Common.Device.Error.WriteFailure",
226 "Subsystem": "cec_chip_iface",
227
228 "SRC":
229 {
230 "ReasonCode": "0x100A",
231 "Words6To9":
232 {
233 "6":
234 {
235 "Description": "errno of the failure",
236 "AdditionalDataPropSource": "CALLOUT_ERRNO"
237 }
238 }
239 },
240
241 "Documentation":
242 {
243 "Description": "Device write failure",
244 "Message": "There was a failure when writing to a hardware device",
245 "Notes": [
246 "The severity is set by the creator.",
247 "The action flags are set automatically by the code.",
248 "Callouts added based on CALLOUT_DEVICE_PATH"
249 ]
250 }
251 },
Jayanth Othayothbd0a7522021-05-03 02:05:36 -0500252
Matt Spinleraf036b12020-06-25 10:53:52 -0500253 {
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600254 "Name": "org.open_power.Logging.Error.SentBadPELToHost",
255 "Subsystem": "bmc_firmware",
256 "Severity": "non_error",
257
258 "SRC":
259 {
260 "ReasonCode": "0x2001",
261 "Words6To9":
262 {
263 "6":
264 {
265 "Description": "The bad PEL ID",
266 "AdditionalDataPropSource": "BAD_ID"
267 }
268 }
269 },
270
271 "Documentation":
272 {
273 "Description": "The BMC sent the host a malformed PEL",
274 "Message": "The BMC sent the host a malformed PEL",
275 "Notes": [
276 "The host firmware rejected that PEL."
277 ]
278 }
Matt Spinlere95fd012020-01-07 12:53:16 -0600279 },
280
281 {
282 "Name": "org.open_power.Logging.Error.BadHostPEL",
283 "Subsystem": "platform_firmware",
284 "Severity": "unrecoverable",
285
286 "SRC":
287 {
288 "ReasonCode": "0x2002",
289 "Words6To9":
290 {
291 "6":
292 {
293 "Description": "The PLID of the invalid PEL",
294 "AdditionalDataPropSource": "PLID"
295 },
296 "7":
297 {
298 "Description": "The corresponding OpenBMC event log ID",
299 "AdditionalDataPropSource": "OBMC_LOG_ID"
300 },
301 "8":
302 {
303 "Description": "The size of the invalid PEL",
304 "AdditionalDataPropSource": "PEL_SIZE"
305 }
306 }
307 },
308
309 "Documentation":
310 {
311 "Description": "The host sent the BMC an invalid PEL",
312 "Message": "The host sent the BMC an invalid PEL",
313 "Notes": [
314 ]
315 }
Marri Devender Raoead1be22020-03-28 05:50:59 -0500316 },
317
318 {
Matt Spinler3477ce92020-07-08 14:49:25 -0500319 "Name": "org.open_power.Logging.Error.TestError1",
320 "Subsystem": "platform_firmware",
321 "Severity": "unrecoverable",
322
323 "SRC":
324 {
325 "ReasonCode": "0x2003",
326 "Words6To9":
327 {
328 }
329 },
330
331 "Callouts": [
332 {
333 "CalloutList": [
334 {"Priority": "high", "Procedure": "bmc_code"},
335 {"Priority": "medium", "SymbolicFRU": "service_docs"}
336 ]
337 }
338 ],
339
340 "Documentation":
341 {
342 "Description": "An error for testing",
343 "Message": "This is a test error"
344 }
345 },
346
347 {
Matt Spinler30ddc9f2020-07-16 15:39:59 -0500348 "Name": "xyz.openbmc_project.Logging.Error.Default",
349 "Subsystem": "other_na",
350
351 "SRC":
352 {
353 "ReasonCode": "0x2004",
354 "Words6To9":
355 {
356 }
357 },
358
359 "Documentation":
360 {
361 "Description": "This entry is used when no other matching entry is found",
362 "Message": "Unknown (Original event not in message registry)",
363 "Notes": [
364 "This is used when the actual error name isn't found in ",
365 "the registry. The original error name will be stored ",
366 "in the UserData section that contains the AdditionalData ",
367 "properties using the key ERROR_NAME.",
368 "This error may contain callouts if the creator passed ",
369 "them in.",
370 "The severity is set by the creator.",
371 "If this error is seen, then a code change needs to be ",
372 "made to add the missing error entry to this registry."
373 ]
374 }
375 },
376
377 {
Marri Devender Raoead1be22020-03-28 05:50:59 -0500378 "Name": "org.open_power.PHAL.Error.Boot",
379 "Subsystem": "cec_hardware",
Ramesh Iyyar41e79dc2020-12-22 06:27:48 -0600380 "ComponentID": "0x3000",
Marri Devender Raoead1be22020-03-28 05:50:59 -0500381 "Severity": "unrecoverable",
382
383 "SRC":
384 {
Ramesh Iyyar41e79dc2020-12-22 06:27:48 -0600385 "ReasonCode": "0x3001",
Marri Devender Raoead1be22020-03-28 05:50:59 -0500386 "Words6To9":
387 {
388 }
389 },
390
391 "Documentation":
392 {
393 "Description": "Failure occured during boot process",
394 "Message": "Failure occured during boot process",
395 "Notes": [
396 "Debug traces will be captured in AdditionalData section"
397 ]
398 }
Ben Tyner34836322020-04-15 17:01:48 -0500399 },
400
401 {
Ramesh Iyyar78be2a22020-12-22 06:22:55 -0600402 "Name": "org.open_power.PHAL.Error.PrePowerOff",
403 "Subsystem": "cec_hardware",
404 "ComponentID": "0x3000",
405
406 "SRC":
407 {
408 "ReasonCode": "0x3002",
409 "Words6To9":
410 {
411 }
412 },
413
414 "Documentation":
415 {
416 "Description": "Failure occurred during PHAL pre-poweroff operations",
417 "Message": "Failure occurred during PHAL pre-poweroff operations",
418 "Notes": [
419 "Severity needs to be set based on needs for this registry.",
420 "FFDC (First Failure Data Collection) will be collected ",
421 "and added into PEL."
422 ]
423 }
424 },
425
426 {
Jayanth Othayothdb00d762021-07-13 02:48:19 -0500427 "Name": "org.open_power.PHAL.Error.devtreeSync",
428 "Subsystem": "cec_hardware",
429 "ComponentID": "0x3000",
430 "Severity": "unrecoverable",
431
432 "SRC":
433 {
434 "ReasonCode": "0x3003",
435 "Words6To9":
436 {
437 }
438 },
439
440 "Documentation":
441 {
442 "Description": "Failure occurred during PHAL devtree sync ",
443 "Message": "Failure occurred during PHAL devtree sync",
444 "Notes": [
445 "The journal should contain more information"
446 ]
447 }
448 },
449
450 {
Jayanth Othayothf3e619a2021-07-13 03:58:06 -0500451 "Name": "org.open_power.PHAL.Error.devtreeBackup",
452 "Subsystem": "cec_hardware",
453 "ComponentID": "0x3000",
454 "Severity": "unrecoverable",
455
456 "SRC":
457 {
458 "ReasonCode": "0x3004",
459 "Words6To9":
460 {
461 }
462 },
463
464 "Documentation":
465 {
466 "Description": "Failure occurred during PHAL devtree backup ",
467 "Message": "Failure occurred during PHAL devtree backup",
468 "Notes": [
469 "The journal should contain more information"
470 ]
471 }
472 },
473
474 {
Andrew Geisslerd54fd732021-07-20 14:07:12 -0400475 "Name": "org.open_power.PHAL.Error.HostRunning",
476 "Subsystem": "cec_sp_hostboot_iface",
477 "ComponentID": "0x3000",
478
479 "SRC":
480 {
481 "ReasonCode": "0x3005",
482 "Words6To9":
483 {
484 }
485 },
486
487 "Documentation":
488 {
489 "Description": "Host did not respond to BMC after a BMC reset",
490 "Message": "Host did not respond to BMC after a BMC reset but hardware indicates it is running",
491 "Notes": [
492 "System will be left in its current state to ensure host ",
493 "is not unexpectedly taken down. There is most likely an ",
494 "issue in the software or hardware communication path ",
495 "between the BMC and the Host firmware.",
496 "A BMC dump will be collected with relevant FFDC."
497 ]
498 }
499 },
500
501 {
Andrew Geissler8034dde2021-09-10 14:43:03 -0500502 "Name": "xyz.openbmc_project.State.Error.HostNotRunning",
503 "Subsystem": "cec_sp_hostboot_iface",
504 "ComponentID": "0x3400",
505 "SRC":
506 {
507 "ReasonCode": "0x3401",
508 "Words6To9":
509 {
510 }
511 },
512 "Documentation":
513 {
514 "Description": "Host was booting or booted before BMC reset but is now unresponsive",
515 "Message": "Host did not respond to BMC after a BMC reset but it was booting or booted prior to the BMC reboot",
516 "Notes": [
517 "System will follow recovery policy, resulting in this ",
518 "error and most likely a a reboot of the host. The issue ",
519 "is most likely the result of the BMC rebooting while the ",
520 "host was booting and in a state where it still needed ",
521 "the BMC to complete its boot."
522 ]
523 }
524 },
525
526 {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -0500527 "Name": "org.open_power.Processor.Error.SbeChipOpFailure",
528 "Subsystem": "processor_chip",
529 "ComponentID": "0x3500",
530
531 "SRC":
532 {
533 "ReasonCode": "0x3500",
534 "Words6To9":
535 {
536 "6":
537 {
538 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
539 "AdditionalDataPropSource": "SRC6"
540 }
541 }
542 },
543
544 "Documentation":
545 {
546 "Description": "chipop failure with SBE provided FFDC",
547 "Message": "chipop request failure reported by SBE",
548 "Notes": [
549 "The severity is set by the creator.",
550 "Callouts added based on SBE provided FFDC.",
551 "SBE provided additional debug data included as part of the",
552 "additional user data section."
553 ]
554 }
555 },
556
557 {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -0500558 "Name": "org.open_power.Processor.Error.SbeChipOpTimeout",
559 "Subsystem": "processor_chip",
560 "ComponentID": "0x3500",
561
562 "SRC":
563 {
564 "ReasonCode": "0x3501",
565 "Words6To9":
566 {
567 "6":
568 {
569 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
570 "AdditionalDataPropSource": "SRC6"
571 }
572 }
573 },
574
575 "Documentation":
576 {
577 "Description": "SBE chipop timeout",
578 "Message": "chipop timeout reported during SBE communication",
579 "Notes": [
580 "The severity is set by the creator.",
581 "Check SBE Dump associated to this error to debug the failure."
582 ]
583 }
584 },
585
586 {
Jayanth Othayoth6c601832021-05-03 02:56:04 -0500587 "Name": "org.open_power.Processor.Error.SbeChipOpInvalidState",
588 "Subsystem": "processor_chip",
589 "ComponentID": "0x3500",
590
591 "SRC":
592 {
593 "ReasonCode": "0x3502",
594 "Words6To9":
595 {
596 "6":
597 {
598 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
599 "AdditionalDataPropSource": "SRC6"
600 },
601 "7":
602 {
603 "Description": "Value of SBE state",
604 "AdditionalDataPropSource": "SRC7"
605 }
606 }
607 },
608
609 "Documentation":
610 {
611 "Description": "The SBE on this processor is not in a state where chipOps can be issued",
612 "Message": "SBE Chipop is not allowed due to invalid SBE state ",
613 "Notes": [
614 "The severity is set by the creator."
615 ]
616 }
617 },
618
619 {
Ben Tyner34836322020-04-15 17:01:48 -0500620 "Name": "org.open_power.Attn.Error.Terminate",
Ben Tyner808e29f2021-04-16 08:32:23 -0500621 "Subsystem": "cec_hardware",
622 "Severity": "non_error",
Ben Tyner34836322020-04-15 17:01:48 -0500623
624 "SRC":
625 {
626 "ReasonCode": "0xD138",
Ben Tyner808e29f2021-04-16 08:32:23 -0500627 "SymptomIDFields": [ "SRCWord3", "SRCWord4", "SRCWord5", "SRCWord6", "SRCWord7", "SRCWord8", "SRCWord9" ],
Ben Tyner34836322020-04-15 17:01:48 -0500628 "Words6To9":
629 {
630 }
631 },
632
633 "Documentation":
634 {
635 "Description": "Status shows TI special attention active",
636 "Message": "TI special attention detected",
637 "Notes": [
638 "This entry is for any TI special attention event ",
639 "reported by the attention handler component"
640 ]
641 }
642 },
643
644 {
645 "Name": "org.open_power.Attn.Error.Fail",
646 "Subsystem": "bmc_firmware",
647 "Severity": "unrecoverable_loss_of_function",
648
649 "SRC":
650 {
651 "ReasonCode": "0xD13E",
652 "Words6To9":
653 {
654 "6":
655 {
656 "Description": "Error code from attention handler",
657 "AdditionalDataPropSource": "ERROR_CODE"
658 }
659 }
660 },
661 "Documentation":
662 {
663 "Description": "The attention handler encountered an error",
664 "MessageArgSources" : ["SRCWord6"],
665 "Message": "Attention handler error %1",
666 "Notes": [
667 "Attention handler will provide error code"
668 ]
669 }
670 },
671
672 {
673 "Name": "org.open_power.Attn.Error.Vital",
674 "Subsystem": "processor_chip",
675 "Severity": "critical",
676
677 "SRC":
678 {
679 "ReasonCode": "0xD16D",
680 "Words6To9":
681 {
682 }
683 },
684
685 "Documentation":
686 {
687 "Description": "Status shows SBE vital attention active",
688 "Message": "SBE vital attention detected",
689 "Notes": [
690 "This entry is for any SBE vital attention event ",
691 "reported by the attention handler component"
692 ]
693 }
694 },
695
696 {
697 "Name": "org.open_power.HwDiags.Error.Checkstop",
698 "Subsystem": "cec_hardware",
Zane Shelley561c0382020-11-17 13:20:05 -0600699 "ActionFlags": [ "service_action", "report", "call_home" ],
Ben Tyner34836322020-04-15 17:01:48 -0500700
701 "SRC":
702 {
Zane Shelley561c0382020-11-17 13:20:05 -0600703 "ReasonCode": "0xE510",
704 "SymptomIDFields": [ "SRCWord6", "SRCWord7", "SRCWord8" ],
Ben Tyner34836322020-04-15 17:01:48 -0500705 "Words6To9":
706 {
Ben Tyner34836322020-04-15 17:01:48 -0500707 }
708 },
709
710 "Documentation":
711 {
Zane Shelley561c0382020-11-17 13:20:05 -0600712 "Description": "A system checkstop attention has occurred",
713 "MessageArgSources" : [ "SRCWord6", "SRCWord7", "SRCWord8" ],
714 "Message": "hw-diags signature: %1 %2 %3"
Ben Tyner34836322020-04-15 17:01:48 -0500715 }
716 },
717
718 {
Zane Shelley561c0382020-11-17 13:20:05 -0600719 "Name": "org.open_power.HwDiags.Error.Predictive",
720 "Subsystem": "cec_hardware",
721 "ActionFlags": [ "service_action", "report", "call_home" ],
Ben Tyner34836322020-04-15 17:01:48 -0500722
723 "SRC":
724 {
Zane Shelley561c0382020-11-17 13:20:05 -0600725 "ReasonCode": "0xE511",
726 "SymptomIDFields": [ "SRCWord6", "SRCWord7", "SRCWord8" ],
Ben Tyner34836322020-04-15 17:01:48 -0500727 "Words6To9":
728 {
Ben Tyner34836322020-04-15 17:01:48 -0500729 }
730 },
Zane Shelley561c0382020-11-17 13:20:05 -0600731
Ben Tyner34836322020-04-15 17:01:48 -0500732 "Documentation":
733 {
Zane Shelley561c0382020-11-17 13:20:05 -0600734 "Description": "A hardware attention requiring service has occurred",
735 "MessageArgSources" : [ "SRCWord6", "SRCWord7", "SRCWord8" ],
736 "Message": "hw-diags signature: %1 %2 %3"
Ben Tyner34836322020-04-15 17:01:48 -0500737 }
Shawn McCarney01648f52020-06-25 11:42:02 -0500738 },
739
740 {
Brandon Wyman38caaf02020-09-01 16:07:42 -0500741 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.InputFault",
742 "Subsystem": "power_supply",
743 "Severity": "unrecoverable_redundancy_loss",
744 "ActionFlags": ["service_action", "report"],
745 "ComponentID": "0x2700",
746
747 "SRC": {
748 "Type": "11",
749 "ReasonCode": "0x15F0",
750 "Words6To9": {}
751 },
752
753 "Callouts": [
754 {
755 "CalloutList": [
756 { "Priority": "high", "SymbolicFRU": "pwrsply" }
757 ]
758 }
759 ],
760
761 "Documentation": {
762 "Description": "Power Supply input power fault",
763 "Message": "A power supply has indicated an input or under voltage condition.",
764 "Notes": [
765 "Check the power supply cabling and/or input power ",
766 "source. The PWRSPLY procedure is used rather than ",
767 "calling out a location code, as typically these faults ",
768 "are related to the supplied power, the cable, or the ",
769 "cable connectors. If the input fault resolves down to an ",
770 "issue with the power supply itself, the power supply ",
771 "indicating this input fault should be called out. Add the ",
772 "CALLOUT_INVENTORY_PATH to the additional data, and set the",
773 "CALLOUT_PRIORITY to something other than high."
774 ]
775 }
776 },
777
778 {
779 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Fault",
780 "Subsystem": "power_supply",
781 "Severity": "unrecoverable_redundancy_loss",
782 "ActionFlags": ["service_action", "report", "call_home"],
783 "ComponentID": "0x2700",
784
785 "SRC": {
786 "Type": "11",
787 "ReasonCode": "0x15F1",
788 "Words6To9": {}
789 },
790
791 "Documentation": {
792 "Description": "Power Supply power fault",
793 "Message": "The power supply detected a fault condition, see AdditionalData for further details.",
794 "Notes": [
795 "The power supply reporting the fault should be called ",
796 "out using the CALLOUT_INVENTORY_PATH keyword. Include ",
797 "specific fault, STATUS_* details, and code level in the ",
798 "AdditionalData section."
799 ]
800 }
801 },
802
803 {
804 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.CommFault",
805 "Subsystem": "power_supply",
Brandon Wyman981ffc32021-04-06 15:49:12 -0500806 "Severity": "unrecoverable",
Brandon Wyman38caaf02020-09-01 16:07:42 -0500807 "ActionFlags": ["service_action", "report", "call_home"],
808 "ComponentID": "0x2700",
809
810 "SRC": {
811 "Type": "11",
812 "ReasonCode": "0x15F2",
813 "Words6To9": {}
814 },
815
816 "Documentation": {
817 "Description": "Power Supply non-power fault",
818 "Message": "A communication failure occurred talking to the power supply",
819 "Notes": [
820 "Communication problems with the power supply could be ",
821 "the power supply, or any hardware between it and the ",
822 "BMC. Reporting the error should be passing in a call ",
823 "out using CALLOUT_DEVICE_PATH."
824 ]
825 }
826 },
827
828 {
829 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Missing",
830 "Subsystem": "power_supply",
Brandon Wyman981ffc32021-04-06 15:49:12 -0500831 "Severity": "unrecoverable_redundancy_loss",
Brandon Wyman38caaf02020-09-01 16:07:42 -0500832 "ActionFlags": ["service_action", "report", "call_home"],
833 "ComponentID": "0x2700",
834
835 "SRC": {
836 "Type": "11",
837 "ReasonCode": "0x15F6",
838 "Words6To9": {}
839 },
840
841 "Callouts": [
842 {
843 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -0500844 {
845 "Priority": "high",
846 "SymbolicFRUTrusted": "pwrsply",
847 "UseInventoryLocCode": true
848 }
Brandon Wyman38caaf02020-09-01 16:07:42 -0500849 ]
850 }
851 ],
852
853 "Documentation": {
854 "Description": "Power Supply is missing",
855 "Message": "A power supply that should be present is missing",
856 "Notes": [
857 "The CalloutList should use the PWRSPLY symbolic FRU ",
Matt Spinler80600192020-10-23 09:29:33 -0500858 "with the trusted location code property. The ",
859 "location code in this callout is obtained from ",
860 "the passed in CALLOUT_INVENTORY_PATH value."
Brandon Wyman38caaf02020-09-01 16:07:42 -0500861 ]
862 }
863 },
864
865 {
Adriana Kobylak5c0c9172021-04-07 18:26:56 +0000866 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.NotSupported",
867 "Subsystem": "power_supply",
868 "Severity": "unrecoverable",
869 "ActionFlags": ["service_action", "report", "call_home"],
870 "ComponentID": "0x2700",
871
872 "SRC": {
873 "Type": "11",
874 "ReasonCode": "0x15F7",
875 "Words6To9": {}
876 },
877
878 "Documentation": {
879 "Description": "Power Supply configuration is not supported",
880 "Message": "The power supply configuration is not supported",
881 "Notes": [
882 "The combination of power supplies detected in the ",
883 "system is not supported. This could be caused by ",
884 "mismatched models, less than expected number of power ",
885 "supplies, or other unsupported characteristics."
886 ]
887 }
888 },
889
890 {
Jay Meyer54ff54e2021-03-14 20:18:41 -0500891 "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Blackout",
892 "Subsystem": "power",
893 "ActionFlags": [ "report", "service_action" ],
894 "Severity": "unrecoverable",
895 "ComponentID": "0x2700",
896
897 "SRC":
898 {
899 "Type": "11",
900 "ReasonCode": "0x00AC",
901 "Words6To9": {},
902 "PowerFault": true
903 },
904
905 "Callouts": [
906 {
907 "CalloutList": [
908 { "Priority": "high", "SymbolicFRU": "ac_module"}
909 ]
910 }
911 ],
912
913 "Documentation": {
914 "Description": "Input power was lost while the system was powered on.",
915 "Message": "Input power was lost while the system was powered on.",
916 "Notes": [
917 "Input power was lost while system powered on.",
918 "The CalloutList should use the ACMODUL symbolic FRU."
919 ]
920 }
921 },
922
923 {
Jim Wright7f678902020-11-30 16:03:57 -0600924 "Name": "xyz.openbmc_project.Power.Error.Shutdown",
925 "Subsystem": "power_sequencer",
926 "ComponentID": "0x2700",
927
928 "SRC": {
929 "Type": "11",
930 "ReasonCode": "0x2600",
931 "Words6To9": {}
932 },
933
934 "Callouts": [
935 {
936 "CalloutList": [
937 { "Priority": "high", "SymbolicFRU": "pgood_part" }
938 ]
939 }
940 ],
941
942 "Documentation": {
943 "Description": "A power off was issued because a power fault was detected",
944 "Message": "A power off was issued because a power fault was detected",
945 "Notes": [
946 ]
947 }
948 },
949
950 {
951 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerPGOODFault",
952 "Subsystem": "power_sequencer",
953 "ComponentID": "0x2700",
954
955 "SRC": {
956 "Type": "11",
957 "ReasonCode": "0x2610",
958 "Words6To9": {}
959 },
960
961 "CalloutsUsingAD": {
962 "ADName": "INPUT_NAME", "CalloutsWithTheirADValues": [
963 {
964 "ADValue": "PCIE_SLOT0", "Callouts": [
965 {
966 "CalloutList": [
967 { "Priority": "high", "LocCode": "P0-C0" },
968 { "Priority": "medium", "LocCode": "P0" }
969 ]
970 }
971 ]
972 },
973 {
974 "ADValue": "PCIE_SLOT1", "Callouts": [
975 {
976 "CalloutList": [
977 { "Priority": "high", "LocCode": "P0-C1" },
978 { "Priority": "medium", "LocCode": "P0" }
979 ]
980 }
981 ]
982 },
983 {
984 "ADValue": "PCIE_SLOT2", "Callouts": [
985 {
986 "CalloutList": [
987 { "Priority": "high", "LocCode": "P0-C2" },
988 { "Priority": "medium", "LocCode": "P0" }
989 ]
990 }
991 ]
992 },
993 {
994 "ADValue": "PCIE_SLOT3", "Callouts": [
995 {
996 "CalloutList": [
997 { "Priority": "high", "LocCode": "P0-C3" },
998 { "Priority": "medium", "LocCode": "P0" }
999 ]
1000 }
1001 ]
1002 },
1003 {
1004 "ADValue": "PCIE_SLOT4", "Callouts": [
1005 {
1006 "CalloutList": [
1007 { "Priority": "high", "LocCode": "P0-C4" },
1008 { "Priority": "medium", "LocCode": "P0" }
1009 ]
1010 }
1011 ]
1012 },
1013 {
1014 "ADValue": "PCIE_SLOT7", "Callouts": [
1015 {
1016 "CalloutList": [
1017 { "Priority": "high", "LocCode": "P0-C7" },
1018 { "Priority": "medium", "LocCode": "P0" }
1019 ]
1020 }
1021 ]
1022 },
1023 {
1024 "ADValue": "PCIE_SLOT8", "Callouts": [
1025 {
1026 "CalloutList": [
1027 { "Priority": "high", "LocCode": "P0-C8" },
1028 { "Priority": "medium", "LocCode": "P0" }
1029 ]
1030 }
1031 ]
1032 },
1033 {
1034 "ADValue": "PCIE_SLOT9", "Callouts": [
1035 {
1036 "CalloutList": [
1037 { "Priority": "high", "LocCode": "P0-C9" },
1038 { "Priority": "medium", "LocCode": "P0" }
1039 ]
1040 }
1041 ]
1042 },
1043 {
1044 "ADValue": "PCIE_SLOT10", "Callouts": [
1045 {
1046 "CalloutList": [
1047 { "Priority": "high", "LocCode": "P0-C10" },
1048 { "Priority": "medium", "LocCode": "P0" }
1049 ]
1050 }
1051 ]
1052 },
1053 {
1054 "ADValue": "PCIE_SLOT11", "Callouts": [
1055 {
1056 "CalloutList": [
1057 { "Priority": "high", "LocCode": "P0-C11" },
1058 { "Priority": "medium", "LocCode": "P0" }
1059 ]
1060 }
1061 ]
1062 },
1063 {
1064 "ADValue": "PGOOD_12A", "Callouts": [
1065 {
1066 "CalloutList": [
1067 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1068 ]
1069 }
1070 ]
1071 },
1072 {
1073 "ADValue": "PGOOD_12B", "Callouts": [
1074 {
1075 "CalloutList": [
1076 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1077 ]
1078 }
1079 ]
1080 },
1081 {
1082 "ADValue": "PGOOD_12C", "Callouts": [
1083 {
1084 "CalloutList": [
1085 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1086 ]
1087 }
1088 ]
1089 },
1090 {
1091 "ADValue": "PGOOD_12D", "Callouts": [
1092 {
1093 "CalloutList": [
1094 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1095 ]
1096 }
1097 ]
1098 },
1099 {
1100 "ADValue": "PGOOD_12L", "Callouts": [
1101 {
1102 "CalloutList": [
1103 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1104 ]
1105 }
1106 ]
1107 },
1108 {
1109 "ADValue": "PGOOD_12M", "Callouts": [
1110 {
1111 "CalloutList": [
1112 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1113 ]
1114 }
1115 ]
1116 },
1117 {
1118 "ADValue": "PGOOD_12N", "Callouts": [
1119 {
1120 "CalloutList": [
1121 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1122 ]
1123 }
1124 ]
1125 },
1126 {
1127 "ADValue": "PGOOD_12P", "Callouts": [
1128 {
1129 "CalloutList": [
1130 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1131 ]
1132 }
1133 ]
1134 },
1135 {
1136 "ADValue": "PGOOD_12PCIE", "Callouts": [
1137 {
1138 "CalloutList": [
1139 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1140 ]
1141 }
1142 ]
1143 },
1144 {
1145 "ADValue": "PGOOD_12Q", "Callouts": [
1146 {
1147 "CalloutList": [
1148 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1149 ]
1150 }
1151 ]
1152 },
1153 {
1154 "ADValue": "PGOOD_12R", "Callouts": [
1155 {
1156 "CalloutList": [
1157 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1158 ]
1159 }
1160 ]
1161 },
1162 {
1163 "ADValue": "PGOOD_VDN_DCM0", "Callouts": [
1164 {
1165 "CalloutList": [
1166 { "Priority": "high", "LocCode": "P0-C14" },
1167 { "Priority": "medium", "LocCode": "P0-C15" },
1168 { "Priority": "low", "LocCode": "P0" }
1169 ]
1170 }
1171 ]
1172 },
1173 {
1174 "ADValue": "PGOOD_VDN_DCM1", "Callouts": [
1175 {
1176 "CalloutList": [
1177 { "Priority": "high", "LocCode": "P0-C23" },
1178 { "Priority": "medium", "LocCode": "P0-C24" },
1179 { "Priority": "low", "LocCode": "P0" }
1180 ]
1181 }
1182 ]
1183 },
1184 {
1185 "ADValue": "PGOOD_VCS_DCM0", "Callouts": [
1186 {
1187 "CalloutList": [
1188 { "Priority": "high", "LocCode": "P0-C14" },
1189 { "Priority": "medium", "LocCode": "P0-C15" },
1190 { "Priority": "low", "LocCode": "P0" }
1191 ]
1192 }
1193 ]
1194 },
1195 {
1196 "ADValue": "PGOOD_VCS_DCM1", "Callouts": [
1197 {
1198 "CalloutList": [
1199 { "Priority": "high", "LocCode": "P0-C23" },
1200 { "Priority": "medium", "LocCode": "P0-C24" },
1201 { "Priority": "low", "LocCode": "P0" }
1202 ]
1203 }
1204 ]
1205 },
1206 {
1207 "ADValue": "PGOOD_VIO_DCM0", "Callouts": [
1208 {
1209 "CalloutList": [
1210 { "Priority": "high", "LocCode": "P0-C14" },
1211 { "Priority": "medium", "LocCode": "P0-C15" },
1212 { "Priority": "low", "LocCode": "P0" }
1213 ]
1214 }
1215 ]
1216 },
1217 {
1218 "ADValue": "PGOOD_VIO_DCM1", "Callouts": [
1219 {
1220 "CalloutList": [
1221 { "Priority": "high", "LocCode": "P0-C23" },
1222 { "Priority": "medium", "LocCode": "P0-C24" },
1223 { "Priority": "low", "LocCode": "P0" }
1224 ]
1225 }
1226 ]
1227 },
1228 {
1229 "ADValue": "PGOOD_VPCIE_DCM0", "Callouts": [
1230 {
1231 "CalloutList": [
1232 { "Priority": "high", "LocCode": "P0-C14" },
1233 { "Priority": "medium", "LocCode": "P0-C15" },
1234 { "Priority": "low", "LocCode": "P0" }
1235 ]
1236 }
1237 ]
1238 },
1239 {
1240 "ADValue": "PGOOD_VPCIE_DCM1", "Callouts": [
1241 {
1242 "CalloutList": [
1243 { "Priority": "high", "LocCode": "P0-C23" },
1244 { "Priority": "medium", "LocCode": "P0-C24" },
1245 { "Priority": "low", "LocCode": "P0" }
1246 ]
1247 }
1248 ]
1249 }
1250 ]
1251 },
1252
1253 "Documentation": {
1254 "Description": "The power sequencer chip detected a PGOOD fault",
1255 "Message": "The power sequencer chip detected a PGOOD fault",
1256 "Notes": [
1257 ]
1258 }
1259 },
1260
1261 {
1262 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerVoltageFault",
1263 "Subsystem": "power_sequencer",
1264 "ComponentID": "0x2700",
1265
1266 "SRC": {
1267 "Type": "11",
1268 "ReasonCode": "0x2620",
1269 "Words6To9": {}
1270 },
1271
1272 "CalloutsUsingAD": {
1273 "ADName": "RAIL_NAME", "CalloutsWithTheirADValues": [
1274 {
1275 "ADValue": "12.0V", "Callouts": [
1276 {
1277 "CalloutList": [
1278 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1279 ]
1280 }
1281 ]
1282 },
1283 {
1284 "ADValue": "5.0V_USB", "Callouts": [
1285 {
1286 "CalloutList": [
1287 { "Priority": "high", "SymbolicFRU": "usb_pgood" },
1288 { "Priority": "medium", "LocCode": "P0" }
1289 ]
1290 }
1291 ]
1292 },
1293 {
1294 "ADValue": "5.0V_DASD", "Callouts": [
1295 {
1296 "CalloutList": [
1297 { "Priority": "medium", "LocCode": "P1" },
1298 { "Priority": "medium", "LocCode": "P2" },
1299 { "Priority": "medium", "LocCode": "P3" },
1300 { "Priority": "low", "LocCode": "P0" }
1301 ]
1302 }
1303 ]
1304 },
1305 {
1306 "ADValue": "3.3VA", "Callouts": [
1307 {
1308 "CalloutList": [
1309 { "Priority": "high", "LocCode": "P0" }
1310 ]
1311 }
1312 ]
1313 },
1314 {
1315 "ADValue": "3.3VB", "Callouts": [
1316 {
1317 "CalloutList": [
1318 { "Priority": "high", "LocCode": "P0" }
1319 ]
1320 }
1321 ]
1322 },
1323 {
1324 "ADValue": "1.5V", "Callouts": [
1325 {
1326 "CalloutList": [
1327 { "Priority": "high", "LocCode": "P0" }
1328 ]
1329 }
1330 ]
1331 },
1332 {
1333 "ADValue": "1.1V", "Callouts": [
1334 {
1335 "CalloutList": [
1336 { "Priority": "high", "LocCode": "P0" }
1337 ]
1338 }
1339 ]
1340 },
1341 {
1342 "ADValue": "VDDA_DCM0", "Callouts": [
1343 {
1344 "CalloutList": [
1345 { "Priority": "high", "LocCode": "P0-C14" },
1346 { "Priority": "medium", "LocCode": "P0-C15" },
1347 { "Priority": "low", "LocCode": "P0" }
1348 ]
1349 }
1350 ]
1351 },
1352 {
1353 "ADValue": "VDDB_DCM0", "Callouts": [
1354 {
1355 "CalloutList": [
1356 { "Priority": "high", "LocCode": "P0-C14" },
1357 { "Priority": "medium", "LocCode": "P0-C15" },
1358 { "Priority": "low", "LocCode": "P0" }
1359 ]
1360 }
1361 ]
1362 },
1363 {
1364 "ADValue": "VDDA_DCM1", "Callouts": [
1365 {
1366 "CalloutList": [
1367 { "Priority": "high", "LocCode": "P0-C23" },
1368 { "Priority": "medium", "LocCode": "P0-C24" },
1369 { "Priority": "low", "LocCode": "P0" }
1370 ]
1371 }
1372 ]
1373 },
1374 {
1375 "ADValue": "VDDB_DCM1", "Callouts": [
1376 {
1377 "CalloutList": [
1378 { "Priority": "high", "LocCode": "P0-C23" },
1379 { "Priority": "medium", "LocCode": "P0-C24" },
1380 { "Priority": "low", "LocCode": "P0" }
1381 ]
1382 }
1383 ]
1384 },
1385 {
1386 "ADValue": "12.0VCS", "Callouts": [
1387 {
1388 "CalloutList": [
1389 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1390 ]
1391 }
1392 ]
1393 },
1394 {
1395 "ADValue": "3.3VCS", "Callouts": [
1396 {
1397 "CalloutList": [
1398 { "Priority": "high", "LocCode": "P0" }
1399 ]
1400 }
1401 ]
1402 },
1403 {
1404 "ADValue": "1.1V_Current", "Callouts": [
1405 {
1406 "CalloutList": [
1407 { "Priority": "high", "LocCode": "P0" }
1408 ]
1409 }
1410 ]
1411 },
1412 {
1413 "ADValue": "5.0V_USB_Current", "Callouts": [
1414 {
1415 "CalloutList": [
1416 { "Priority": "high", "SymbolicFRU": "usb_pgood" },
1417 { "Priority": "medium", "LocCode": "P0" }
1418 ]
1419 }
1420 ]
1421 },
1422 {
1423 "ADValue": "5.0V_DASD_Current", "Callouts": [
1424 {
1425 "CalloutList": [
1426 { "Priority": "medium", "LocCode": "P1" },
1427 { "Priority": "medium", "LocCode": "P2" },
1428 { "Priority": "medium", "LocCode": "P3" },
1429 { "Priority": "low", "LocCode": "P0" }
1430 ]
1431 }
1432 ]
1433 },
1434 {
1435 "ADValue": "12.0VN", "Callouts": [
1436 {
1437 "CalloutList": [
1438 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1439 ]
1440 }
1441 ]
1442 },
1443 {
1444 "ADValue": "12.0VP", "Callouts": [
1445 {
1446 "CalloutList": [
1447 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1448 ]
1449 }
1450 ]
1451 },
1452 {
1453 "ADValue": "12.0VQ", "Callouts": [
1454 {
1455 "CalloutList": [
1456 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1457 ]
1458 }
1459 ]
1460 },
1461 {
1462 "ADValue": "12.0VR", "Callouts": [
1463 {
1464 "CalloutList": [
1465 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1466 ]
1467 }
1468 ]
1469 },
1470 {
1471 "ADValue": "ThermalDiode1", "Callouts": [
1472 {
1473 "CalloutList": [
1474 { "Priority": "high", "LocCode": "P0" }
1475 ]
1476 }
1477 ]
1478 },
1479 {
1480 "ADValue": "ThermalDiode2", "Callouts": [
1481 {
1482 "CalloutList": [
1483 { "Priority": "high", "LocCode": "P0" }
1484 ]
1485 }
1486 ]
1487 },
1488 {
1489 "ADValue": "ThermalDiode3", "Callouts": [
1490 {
1491 "CalloutList": [
1492 { "Priority": "high", "LocCode": "P0" }
1493 ]
1494 }
1495 ]
1496 },
1497 {
1498 "ADValue": "ThermalDiode4", "Callouts": [
1499 {
1500 "CalloutList": [
1501 { "Priority": "high", "LocCode": "P0" }
1502 ]
1503 }
1504 ]
1505 }
1506 ]
1507 },
1508
1509 "Documentation": {
1510 "Description": "The power sequencer chip detected a voltage fault",
1511 "Message": "The power sequencer chip detected a voltage fault",
1512 "Notes": [
1513 ]
1514 }
1515 },
1516
1517 {
Shawn McCarney7f1ec942021-07-28 13:33:34 -05001518 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.N",
1519 "Subsystem": "power",
1520 "Severity": "predictive_redundancy_loss",
1521 "ComponentID": "0x2700",
1522
1523 "SRC": {
1524 "Type": "11",
1525 "ReasonCode": "0x2700",
1526 "Words6To9": {}
1527 },
1528
1529 "Documentation": {
1530 "Description": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
1531 "Message": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
1532 "Notes": [
1533 "CALLOUT_INVENTORY_PATH should be specified in the ",
1534 "AdditionalData property of the event log so that ",
1535 "the device is called out but not the communication path."
1536 ]
1537 }
1538 },
1539
1540 {
1541 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.NPlus1",
1542 "Subsystem": "power",
1543 "Severity": "non_error",
1544 "MfgSeverity": "predictive_redundancy_loss",
1545 "ActionFlags": ["report"],
1546 "MfgActionFlags": ["service_action", "report", "call_home"],
1547 "ComponentID": "0x2700",
1548
1549 "SRC": {
1550 "Type": "11",
1551 "ReasonCode": "0x2701",
1552 "Words6To9": {}
1553 },
1554
1555 "Documentation": {
1556 "Description": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
1557 "Message": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
1558 "Notes": [
1559 "CALLOUT_INVENTORY_PATH should be specified in the ",
1560 "AdditionalData property of the event log so that ",
1561 "the device is called out but not the communication path."
1562 ]
1563 }
1564 },
1565
1566 {
Shawn McCarney01648f52020-06-25 11:42:02 -05001567 "Name": "xyz.openbmc_project.Power.Regulators.Error.WriteVerification",
1568 "Subsystem": "power",
1569 "ComponentID": "0x2700",
1570
1571 "SRC": {
1572 "Type": "11",
1573 "ReasonCode": "0x2900",
1574 "Words6To9": {}
1575 },
1576
1577 "Documentation": {
1578 "Description": "A write verification error occurred on a device",
1579 "Message": "A write verification error occurred on a device",
1580 "Notes": [
1581 "This error occurs when a device register is written, ",
1582 "read back, and the two values do not match. This is ",
1583 "also called a read-back error. The device should be ",
1584 "identified using the CALLOUT_DEVICE_PATH or ",
1585 "CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR keywords in the ",
1586 "AdditionalData property of the event log. This will ",
1587 "cause the device and the hardware in the communication ",
1588 "path to be called out."
1589 ]
1590 }
1591 },
1592
1593 {
1594 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile",
1595 "Subsystem": "power",
1596 "ComponentID": "0x2700",
1597
1598 "SRC": {
1599 "Type": "11",
1600 "ReasonCode": "0xA013",
1601 "Words6To9": {}
1602 },
1603
1604 "Callouts": [
1605 {
1606 "CalloutList": [
1607 { "Priority": "high", "Procedure": "bmc_code" }
1608 ]
1609 }
1610 ],
1611
1612 "Documentation": {
1613 "Description": "A regulators configuration file error occurred",
1614 "Message": "A regulators configuration file error occurred",
1615 "Notes": [
1616 "The regulators configuration file could not be found, ",
1617 "could not be read, or had invalid contents."
1618 ]
1619 }
1620 },
1621
1622 {
Shawn McCarney82e31d82021-02-19 16:25:55 -06001623 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile.Critical",
1624 "Subsystem": "power",
1625 "Severity": "critical_system_term",
1626 "ComponentID": "0x2700",
1627
1628 "SRC": {
1629 "Type": "11",
1630 "ReasonCode": "0xA014",
1631 "Words6To9": {},
1632 "PowerFault": true
1633 },
1634
1635 "Callouts": [
1636 {
1637 "CalloutList": [
1638 { "Priority": "high", "Procedure": "bmc_code" }
1639 ]
1640 }
1641 ],
1642
1643 "Documentation": {
1644 "Description": "A critical regulators configuration file error occurred",
1645 "Message": "A critical regulators configuration file error occurred",
1646 "Notes": [
1647 "The regulators configuration file could not be found, ",
1648 "could not be read, or had invalid contents. As a result ",
1649 "voltage regulators could not be configured, and the ",
1650 "chassis could not be powered on."
1651 ]
1652 }
1653 },
1654
1655 {
Jim Wright7f678902020-11-30 16:03:57 -06001656 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerFault",
1657 "Subsystem": "power_sequencer",
1658 "ComponentID": "0x2700",
1659
1660 "SRC": {
1661 "Type": "11",
1662 "ReasonCode": "0xD000",
1663 "Words6To9": {}
1664 },
1665
1666 "Callouts": [
1667 {
1668 "CalloutList": [
1669 { "Priority": "high", "LocCode": "P0" }
1670 ]
1671 }
1672 ],
1673
1674 "Documentation": {
1675 "Description": "The power sequencer chip detected a fault",
1676 "Message": "The power sequencer chip detected a fault",
1677 "Notes": [
1678 ]
1679 }
1680 },
1681
1682 {
1683 "Name": "xyz.openbmc_project.Power.Error.PowerOnFailure",
1684 "Subsystem": "power_sequencer",
1685 "ComponentID": "0x2700",
1686
1687 "SRC": {
1688 "Type": "11",
1689 "ReasonCode": "0xD002",
1690 "Words6To9": {}
1691 },
1692
1693 "Callouts": [
1694 {
1695 "CalloutList": [
1696 { "Priority": "high", "LocCode": "P0" }
1697 ]
1698 }
1699 ],
1700
1701 "Documentation": {
1702 "Description": "System power failed to turn on",
1703 "Message": "System power failed to turn on",
1704 "Notes": [
1705 ]
1706 }
1707 },
1708
1709 {
Shawn McCarney01648f52020-06-25 11:42:02 -05001710 "Name": "xyz.openbmc_project.Power.Error.Internal",
1711 "Subsystem": "power",
1712 "ComponentID": "0x2700",
1713
1714 "SRC": {
1715 "Type": "11",
1716 "ReasonCode": "0xE000",
1717 "Words6To9": {}
1718 },
1719
1720 "Callouts": [
1721 {
1722 "CalloutList": [
1723 { "Priority": "high", "Procedure": "bmc_code" }
1724 ]
1725 }
1726 ],
1727
1728 "Documentation": {
1729 "Description": "An internal firmware error occurred",
1730 "Message": "An internal firmware error occurred",
1731 "Notes": [
1732 "The error details must be provided in the AdditionalData ",
1733 "property of the event log."
1734 ]
1735 }
1736 },
1737
1738 {
1739 "Name": "xyz.openbmc_project.Power.Error.I2C",
1740 "Subsystem": "cec_i2c",
1741 "ComponentID": "0x2700",
1742
1743 "SRC": {
1744 "Type": "11",
1745 "ReasonCode": "0xE100",
1746 "Words6To9": {}
1747 },
1748
1749 "Documentation": {
1750 "Description": "An I2C error occurred communicating with a device",
1751 "Message": "An I2C error occurred communicating with a device",
1752 "Notes": [
1753 "The device should be identified using the ",
1754 "CALLOUT_DEVICE_PATH or CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR ",
1755 "keywords in the AdditionalData property of the event ",
1756 "log. This will cause the device and the hardware in the ",
1757 "communication path to be called out."
1758 ]
1759 }
1760 },
1761
1762 {
1763 "Name": "xyz.openbmc_project.Power.Error.PMBus",
1764 "Subsystem": "power",
1765 "ComponentID": "0x2700",
1766
1767 "SRC": {
1768 "Type": "11",
1769 "ReasonCode": "0xE200",
1770 "Words6To9": {}
1771 },
1772
1773 "Documentation": {
1774 "Description": "A PMBus error occurred on a device",
1775 "Message": "A PMBus error occurred on a device",
1776 "Notes": [
1777 "This error occurs when the I2C communication was ",
1778 "successful, but the PMBus value read is invalid or ",
1779 "unsupported. CALLOUT_INVENTORY_PATH should be specified ",
1780 "in the AdditionalData property of the event log so that ",
1781 "the device is called out but not the communication path."
1782 ]
1783 }
1784 },
1785
1786 {
1787 "Name": "xyz.openbmc_project.Power.Error.DBus",
1788 "Subsystem": "power",
1789 "ComponentID": "0x2700",
1790
1791 "SRC": {
1792 "Type": "11",
1793 "ReasonCode": "0xE300",
1794 "Words6To9": {}
1795 },
1796
1797 "Callouts": [
1798 {
1799 "CalloutList": [
1800 { "Priority": "high", "Procedure": "bmc_code" }
1801 ]
1802 }
1803 ],
1804
1805 "Documentation": {
1806 "Description": "A firmware inter-process communication (D-Bus) error occurred",
1807 "Message": "A firmware inter-process communication (D-Bus) error occurred"
1808 }
Matt Spinler60d1c392020-09-23 15:23:24 -05001809 },
1810
1811 {
Matt Spinler7c9c07e2020-10-22 10:16:37 -05001812 "Name": "xyz.openbmc_project.Fan.Error.Fault",
1813 "Subsystem": "power_fans",
1814 "ComponentID": "0x2800",
1815
1816 "SRC": {
1817 "Type": "11",
1818 "ReasonCode": "0x76F0",
1819 "Words6To9": {}
1820 },
1821
1822 "Documentation": {
1823 "Description": "Fan rotor fault",
1824 "Message": "Fan rotor fault",
1825 "Notes": [
1826 "This error occurs when a fan rotor has been faulted for a ",
1827 "certain amount of time. The callout is the fan which is ",
1828 "passed in with CALLOUT_INVENTORY_PATH. The severity is ",
1829 "passed in during creation and will be either informational ",
1830 "or unrecoverable. The action flags use the defaults and ",
1831 "vary based on the severity."
1832 ]
1833 }
1834 },
1835
1836 {
Matt Spinler60d1c392020-09-23 15:23:24 -05001837 "Name": "xyz.openbmc_project.Fan.Error.Missing",
1838 "Subsystem": "power_fans",
1839 "ComponentID": "0x2800",
1840 "Severity": "unrecoverable_redundancy_loss",
1841 "ActionFlags": ["service_action", "report", "call_home"],
1842
1843 "SRC": {
1844 "Type": "11",
1845 "ReasonCode": "0x76F1",
1846 "Words6To9": {}
1847 },
1848
1849 "Callouts": [
1850 {
Matt Spinler938ac792021-05-12 10:46:44 -05001851 "System": "ibm,rainier",
Matt Spinler60d1c392020-09-23 15:23:24 -05001852 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -05001853 {
1854 "Priority": "high",
1855 "SymbolicFRUTrusted": "air_mover",
1856 "UseInventoryLocCode": true
1857 },
1858 {
1859 "Priority": "low",
1860 "LocCode": "P0"
1861 }
Matt Spinler60d1c392020-09-23 15:23:24 -05001862 ]
Matt Spinler938ac792021-05-12 10:46:44 -05001863 },
1864 {
1865 "System": "ibm,everest",
1866 "CalloutList": [
1867 {
1868 "Priority": "high",
1869 "SymbolicFRUTrusted": "air_mover",
1870 "UseInventoryLocCode": true
1871 },
1872 {
1873 "Priority": "low",
1874 "LocCode": "P1"
1875 }
1876 ]
Matt Spinler60d1c392020-09-23 15:23:24 -05001877 }
1878 ],
1879
1880 "Documentation": {
1881 "Description": "A fan is missing",
1882 "Message": "A fan is missing",
1883 "Notes": [
1884 "This error occurs when a fan has been missing for a ",
Matt Spinler80600192020-10-23 09:29:33 -05001885 "certain amount of time. The first callout is the ",
1886 "symbolic FRU AIR_MOVR that has the trusted fan location ",
1887 "code, which it gets using the passed in ",
1888 "CALLOUT_INVENTORY_PATH. The second callout is the FRU ",
Matt Spinler938ac792021-05-12 10:46:44 -05001889 "where the controller and GPIO expander are."
Matt Spinler60d1c392020-09-23 15:23:24 -05001890 ]
1891 }
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05001892 },
1893
1894 {
Matt Spinleradf070b2021-04-21 13:39:45 -05001895 "Name": "xyz.openbmc_project.Fan.Presence.Error.Detection",
1896 "ComponentID": "0x2800",
1897 "Subsystem": "power_fans",
1898 "Severity": "non_error",
1899 "ActionFlags": ["report"],
1900 "MfgSeverity": "predictive",
1901 "MfgActionFlags": ["service_action", "report"],
1902
1903 "SRC": {
1904 "Type": "11",
1905 "ReasonCode": "0x76F2",
1906 "Words6To9": {}
1907 },
1908
1909 "Callouts": [
1910 {
1911 "System": "ibm,rainier",
1912 "CalloutList": [
1913 {"Priority": "medium", "LocCode": "P0"}
1914 ]
1915 },
1916 {
1917 "System": "ibm,everest",
1918 "CalloutList": [
1919 {"Priority": "medium", "LocCode": "P1"}
1920 ]
1921 }
1922 ],
1923
1924 "Documentation": {
1925 "Description": "Presence detect methods for the same fan disagree",
1926 "Message": "Presence detect methods for the same fan disagree",
1927 "Notes": [
1928 "This error occurs when there is more than one way to detect",
1929 "fan presence, and they don't all agree. For example, the",
1930 "GPIO says a fan isn't present, but the tach readings are",
1931 "nonzero. This is informational, unless in manufacturing.",
1932 "The fan FRU is passed in as a high priority callout.",
1933 "The FRU the GPIO source is on is called out medium."
1934 ]
1935 }
1936 },
1937
1938 {
Matt Spinlerdde99202021-06-14 12:15:59 -06001939 "Name": "xyz.openbmc_project.Fan.Error.FanControllerOffline",
1940 "ComponentID": "0x2800",
1941 "Subsystem": "power_fans",
1942 "Severity": "critical_system_term",
1943 "ActionFlags": ["service_action", "report", "call_home"],
1944
1945 "SRC": {
1946 "Type": "11",
1947 "ReasonCode": "0x76F3",
1948 "Words6To9": {},
1949 "PowerFault": true
1950 },
1951
1952 "Callouts": [
1953 {
1954 "System": "ibm,rainier",
1955 "CalloutList": [
1956 {"Priority": "high", "LocCode": "P0-C5"},
1957 {"Priority": "medium_group_a", "LocCode": "P0-T12", "SymbolicFRUTrusted": "fan_cable"},
1958 {"Priority": "medium_group_a", "LocCode": "P0-T17", "SymbolicFRUTrusted": "cable_continued"},
1959 {"Priority": "low", "LocCode": "P0"}
1960 ]
1961 },
1962 {
1963 "System": "ibm,everest",
1964 "CalloutList": [
1965 {"Priority": "high", "LocCode": "P0-C0"},
1966 {"Priority": "medium", "LocCode": "P1"},
1967 {"Priority": "low", "LocCode": "P0"}
1968 ]
1969 }
1970 ],
1971
1972 "Documentation": {
1973 "Description": "The fan controller device is offline",
1974 "Message": "The fan controller is offline. The system must be powered off.",
1975 "Notes": [
1976 "The device that controls the fans is offline so the fan",
1977 "targets and speeds are unknown. The system will be shut",
1978 "down to preserve thermal safety. There may be an I2C",
1979 "or power problem with the device."
1980 ]
1981 }
1982 },
1983
1984 {
Mike Cappsabc276e2021-06-18 16:41:30 -04001985 "Name": "xyz.openbmc_project.Fan.Presence.Error.GPIODeviceUnavailable",
1986 "Subsystem": "power_fans",
1987 "ComponentID": "0x2800",
1988 "Severity": "unrecoverable_redundancy_loss",
1989 "ActionFlags": ["service_action", "report", "call_home"],
1990
1991 "SRC": {
1992 "Type": "11",
1993 "ReasonCode": "0x76F4",
1994 "Words6To9": {}
1995 },
1996
1997 "Callouts": [
1998 {
1999 "System" : "ibm,rainier",
2000 "CalloutList": [
2001 {"Priority": "high", "LocCode": "P0-C5"},
2002 {"Priority": "medium_group_a", "LocCode": "P0-T12","SymbolicFRUTrusted": "fan_cable"},
2003 {"Priority": "medium_group_a", "LocCode": "P0-T17","SymbolicFRUTrusted": "cable_continued"},
2004 {"Priority": "low", "LocCode": "P0"}
2005 ]
2006 },
2007 {
2008 "System" : "ibm,everest",
2009 "CalloutList": [
2010 {"Priority": "high", "LocCode": "P0-C0"},
2011 {"Priority": "medium", "LocCode": "P1"},
2012 {"Priority": "low", "LocCode": "P0"}
2013 ]
2014 }
2015 ],
2016
2017 "Documentation": {
2018 "Description": "Fan GPIO sensors not present",
2019 "Message": "Fan GPIO sensors not present",
2020 "Notes": [
2021 "The device that reports fan presence is not functioning."
2022 ]
2023 }
2024 },
2025
2026 {
Matt Spinler86e40dd2021-01-29 11:19:36 -06002027 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHigh",
2028 "Subsystem": "power",
2029 "ComponentID": "0x2800",
2030 "Severity": "predictive",
2031 "ActionFlags": ["service_action", "report"],
2032
2033 "SRC": {
2034 "ReasonCode": "0x2801",
2035 "Words6To9": {}
2036 },
2037
2038 "CalloutsUsingAD": {
2039 "ADName": "SENSOR_NAME",
2040 "CalloutsWithTheirADValues": [
2041 {
2042 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2043 "Callouts": [
2044 {
2045 "CalloutList": [
2046 { "Priority": "high", "SymbolicFRU": "ambient_temp" }
2047 ]
2048 }
2049 ]
2050 }
2051 ]
2052 },
2053
2054 "Documentation": {
2055 "Description": "A temperature sensor exceeded its performance loss threshold.",
2056 "Message": "A temperature sensor exceeded its performance loss threshold.",
2057 "Notes": [
2058 "A temperature sensor crossed its performance loss threshold value",
2059 "If it is the ambient sensor, then a symbolic FRU will be added.",
2060 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
2061 "a FRU callout."
2062 ]
2063 }
2064 },
2065
2066 {
2067 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHighClear",
2068 "Subsystem": "power",
2069 "ComponentID": "0x2800",
2070 "Severity": "non_error",
2071 "ActionFlags": ["report"],
2072 "EventType": "env_normal",
2073
2074 "SRC": {
2075 "ReasonCode": "0x2802",
2076 "Words6To9": {}
2077 },
2078
2079 "CalloutsUsingAD": {
2080 "ADName": "SENSOR_NAME",
2081 "CalloutsWithTheirADValues": [
2082 {
2083 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2084 "Callouts": [
2085 {
2086 "CalloutList": [
2087 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" }
2088 ]
2089 }
2090 ]
2091 }
2092 ]
2093 },
2094
2095 "Documentation": {
2096 "Description": "A temperature sensor is under its performance loss threshold.",
2097 "Message": "A temperature sensor is under its performance loss threshold.",
2098 "Notes": [
2099 "A temperature sensor crossed under its performance loss threshold value",
2100 "If it is the ambient sensor, then a symbolic FRU will be added."
2101 ]
2102 }
2103 },
2104
2105 {
2106 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHigh",
2107 "Subsystem": "power",
2108 "ComponentID": "0x2800",
2109 "Severity": "predictive",
2110 "ActionFlags": ["service_action", "report"],
2111
2112 "SRC": {
2113 "ReasonCode": "0x2803",
2114 "Words6To9": {}
2115 },
2116
2117 "CalloutsUsingAD": {
2118 "ADName": "SENSOR_NAME",
2119 "CalloutsWithTheirADValues": [
2120 {
2121 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2122 "Callouts": [
2123 {
2124 "CalloutList": [
2125 { "Priority": "high", "SymbolicFRU": "ambient_temp" }
2126 ]
2127 }
2128 ]
2129 }
2130 ]
2131 },
2132
2133 "Documentation": {
2134 "Description": "A temperature sensor exceeded its warning threshold.",
2135 "Message": "A temperature sensor exceeded its warning threshold.",
2136 "Notes": [
2137 "A temperature sensor crossed its warning threshold value",
2138 "If it is the ambient sensor, then a symbolic FRU will be added.",
2139 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
2140 "a FRU callout."
2141 ]
2142 }
2143 },
2144
2145 {
2146 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHighClear",
2147 "Subsystem": "power",
2148 "ComponentID": "0x2800",
2149 "Severity": "non_error",
2150 "ActionFlags": ["report"],
2151 "EventType": "env_normal",
2152
2153 "SRC": {
2154 "ReasonCode": "0x2804",
2155 "Words6To9": {}
2156 },
2157
2158 "CalloutsUsingAD": {
2159 "ADName": "SENSOR_NAME",
2160 "CalloutsWithTheirADValues": [
2161 {
2162 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2163 "Callouts": [
2164 {
2165 "CalloutList": [
2166 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" }
2167 ]
2168 }
2169 ]
2170 }
2171 ]
2172 },
2173
2174 "Documentation": {
2175 "Description": "A temperature sensor is under its warning threshold.",
2176 "Message": "A temperature sensor is under its warning threshold.",
2177 "Notes": [
2178 "A temperature sensor crossed under its warning threshold value",
2179 "If it is the ambient sensor, then a symbolic FRU will be added."
2180 ]
2181 }
2182 },
2183
2184 {
2185 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHigh",
2186 "Subsystem": "power",
2187 "ComponentID": "0x2800",
2188 "Severity": "predictive",
2189 "ActionFlags": ["service_action", "report"],
2190
2191 "SRC": {
2192 "ReasonCode": "0x2805",
2193 "Words6To9": {}
2194 },
2195
2196 "CalloutsUsingAD": {
2197 "ADName": "SENSOR_NAME",
2198 "CalloutsWithTheirADValues": [
2199 {
2200 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2201 "Callouts": [
2202 {
2203 "CalloutList": [
2204 { "Priority": "high", "SymbolicFRU": "ambient_temp" }
2205 ]
2206 }
2207 ]
2208 }
2209 ]
2210 },
2211
2212 "Documentation": {
2213 "Description": "A temperature sensor exceeded its critical threshold.",
2214 "Message": "A temperature sensor exceeded its critical threshold.",
2215 "Notes": [
2216 "A temperature sensor crossed its critical threshold value",
2217 "If it is the ambient sensor, then a symbolic FRU will be added.",
2218 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
2219 "a FRU callout."
2220 ]
2221 }
2222 },
2223
2224 {
2225 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHighClear",
2226 "Subsystem": "power",
2227 "ComponentID": "0x2800",
2228 "Severity": "non_error",
2229 "ActionFlags": ["report"],
2230 "EventType": "env_normal",
2231
2232 "SRC": {
2233 "ReasonCode": "0x2806",
2234 "Words6To9": {}
2235 },
2236
2237 "CalloutsUsingAD": {
2238 "ADName": "SENSOR_NAME",
2239 "CalloutsWithTheirADValues": [
2240 {
2241 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2242 "Callouts": [
2243 {
2244 "CalloutList": [
2245 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" }
2246 ]
2247 }
2248 ]
2249 }
2250 ]
2251 },
2252
2253 "Documentation": {
2254 "Description": "A temperature sensor is under its critical threshold.",
2255 "Message": "A temperature sensor is under its critical threshold.",
2256 "Notes": [
2257 "A temperature sensor crossed under its critical threshold value",
2258 "If it is the ambient sensor, then a symbolic FRU will be added."
2259 ]
2260 }
2261 },
2262
2263 {
Matt Spinler6b3490a2021-01-20 10:48:26 -06002264 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHigh",
2265 "Subsystem": "power",
2266 "ComponentID": "0x2800",
2267 "Severity": "predictive",
2268 "ActionFlags": ["service_action", "report"],
2269
2270 "SRC": {
2271 "ReasonCode": "0x2807",
2272 "Words6To9": {}
2273 },
2274
2275 "Callouts": [
2276 {
2277 "CalloutList": [
2278 {
2279 "Priority": "high",
2280 "SymbolicFRU": "ambient_temp"
2281 }
2282 ]
2283 }
2284 ],
2285
2286 "Documentation": {
2287 "Description": "The ambient temperature passed the EPOW3 limit.",
2288 "Message": "The ambient temperature passed the EPOW3 limit. The system will shut down if temp doesn't decrease.",
2289 "Notes": [
2290 "This error occurs when the ambient temperature surpassed",
2291 "the EPOW3 shutdown limit."
2292 ]
2293 }
2294 },
2295
2296 {
2297 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHighClear",
2298 "Subsystem": "power",
2299 "ComponentID": "0x2800",
2300 "Severity": "non_error",
2301 "ActionFlags": ["report"],
2302 "EventType": "env_normal",
2303
2304 "SRC": {
2305 "ReasonCode": "0x2808",
2306 "Words6To9": {}
2307 },
2308
2309 "Callouts": [
2310 {
2311 "CalloutList": [
2312 {
2313 "Priority": "high",
2314 "SymbolicFRU": "ambient_temp_back"
2315 }
2316 ]
2317 }
2318 ],
2319
2320 "Documentation": {
2321 "Description": "The ambient temperature is back under the EPOW3 limit.",
2322 "Message": "The ambient temperature is back under the EPOW3 limit."
2323 }
2324 },
2325
2326 {
2327 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.HardShutdownAlarmHigh",
2328 "Subsystem": "power",
2329 "ComponentID": "0x2800",
Matt Spinler6b3490a2021-01-20 10:48:26 -06002330 "ActionFlags": ["service_action", "report"],
2331
2332 "SRC": {
2333 "ReasonCode": "0x2809",
2334 "Words6To9": {}
2335 },
2336
2337 "Callouts": [
2338 {
2339 "CalloutList": [
2340 {
2341 "Priority": "high",
2342 "SymbolicFRU": "ambient_temp"
2343 }
2344 ]
2345 }
2346 ],
2347
2348 "Documentation": {
2349 "Description": "The ambient temperature passed the EPOW4 limit.",
2350 "Message": "The ambient temperature passed the EPOW4 limit. The system will shut down",
2351 "Notes": [
2352 "This error occurs when the ambient temperature surpassed",
2353 "the EPOW4 shutdown limit."
2354 ]
2355 }
2356 },
2357
2358 {
Rashmica Guptab63f75b2021-08-18 20:54:21 +10002359 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHigh",
2360 "Subsystem": "ext_env",
2361 "ComponentID": "0x2800",
2362 "Severity": "predictive",
2363 "ActionFlags": ["service_action", "report"],
2364
2365 "SRC": {
2366 "ReasonCode": "0x280A",
2367 "Words6To9": {}
2368 },
2369
2370 "CalloutsUsingAD": {
2371 "ADName": "SENSOR_NAME",
2372 "CalloutsWithTheirADValues": [
2373 {
2374 "ADValue": "/xyz/openbmc_project/sensors/altitude/Altitude",
2375 "Callouts": [
2376 {
2377 "CalloutList": [
2378 { "Priority": "high", "SymbolicFRU": "altitude" }
2379 ]
2380 }
2381 ]
2382 }
2383 ]
2384 },
2385
2386 "Documentation": {
2387 "Description": "An altitude sensor exceeded its warning threshold.",
2388 "Message": "An altitude sensor exceeded its warning threshold.",
2389 "Notes": [
2390 "The virtual altitude sensor crossed its warning threshold value",
2391 " and a symbolic FRU will be added."
2392 ]
2393 }
2394 },
2395
2396 {
2397 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHighClear",
2398 "Subsystem": "ext_env",
2399 "ComponentID": "0x2800",
2400 "Severity": "non_error",
2401 "ActionFlags": ["report"],
2402 "EventType": "env_normal",
2403
2404 "SRC": {
2405 "ReasonCode": "0x280B",
2406 "Words6To9": {}
2407 },
2408
2409 "Documentation": {
2410 "Description": "An altitude sensor is under its warning threshold.",
2411 "Message": "An altitude sensor is under its warning threshold.",
2412 "Notes": [
2413 "The virtual altitude sensor is under its warning threshold value",
2414 " and a symbolic FRU will be added."
2415 ]
2416 }
2417 },
2418
2419 {
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05002420 "Name": "com.ibm.VPD.Error.InvalidEepromPath",
2421 "Subsystem": "cec_vpd",
2422 "ComponentID": "0x4000",
2423
2424 "SRC": {
2425 "ReasonCode": "0x4000",
2426 "Words6To9":
2427 {
2428 "6":
2429 {
2430 "Description": "Errno of the failure.",
2431 "AdditionalDataPropSource": "CALLOUT_ERRNO"
2432 }
2433 }
2434 },
2435
2436 "Documentation": {
2437 "Description": "A path access error ocurred",
2438 "Message": "An EEPROM path access error occurred.",
2439 "Notes": [
2440 "This error occurs when parser is unable to access",
2441 "EEPROM path. Errno and device path are captured as",
2442 "additional data."
2443 ]
2444 }
2445 },
2446
2447 {
2448 "Name": "com.ibm.VPD.Error.InvalidVPD",
2449 "Subsystem": "cec_vpd",
2450 "ComponentID": "0x4000",
2451
2452 "SRC": {
2453 "ReasonCode": "0x4001",
2454 "Words6To9":
2455 {
2456 }
2457 },
2458
2459 "Documentation": {
2460 "Description": "Invalid VPD data.",
2461 "Message": "A VPD data exception occurred.",
2462 "Notes": [
2463 "This error occurs when VPD data is found to be",
2464 "invalid. This can be when VPD file is missing out",
2465 "mandatory records.Inventory path is captured in",
2466 "additional data."
2467 ]
2468 }
2469 },
2470
2471 {
2472 "Name": "com.ibm.VPD.Error.EccCheckFailed",
2473 "Subsystem": "cec_vpd",
2474 "ComponentID": "0x4000",
2475
2476 "SRC": {
2477 "ReasonCode": "0x4002",
2478 "Words6To9":
2479 {
2480 }
2481 },
2482
2483 "Documentation": {
2484 "Description": "Invalid VPD ecc data.",
2485 "Message": "A VPD ecc exception occurred.",
2486 "Notes": [
2487 "This error occurs when VPD ecc check fails for the FRU.",
2488 "Inventory path for the failed FRU is captured in additonal",
2489 "data."
2490 ]
2491 }
2492 },
2493
2494 {
2495 "Name": "com.ibm.VPD.Error.InvalidJson",
2496 "Subsystem": "cec_vpd",
2497 "ComponentID": "0x4000",
2498
2499 "SRC": {
2500 "ReasonCode": "0x4003",
2501 "Words6To9":
2502 {
2503 }
2504 },
2505
2506 "Documentation": {
2507 "Description": "Invalid Json",
2508 "Message": "A Json failure occurred.",
2509 "Notes": [
2510 "This error occurs when parser fails to access",
2511 "Json file or there is any issue with Json data.",
2512 "Failed Json path and cause of failure is captured",
2513 "in additional data."
2514 ]
2515 }
2516 },
2517
2518 {
2519 "Name": "com.ibm.VPD.Error.BlankSystemVPD",
2520 "Subsystem": "cec_vpd",
2521 "ComponentID": "0x4000",
2522
2523 "SRC": {
2524 "ReasonCode": "0x4004",
2525 "Words6To9":
2526 {
2527 }
2528 },
2529
2530 "Documentation": {
2531 "Description": "System VPD restore failed",
2532 "Message": "A system VPD restoration error occurred.",
2533 "Notes": [
2534 "This error occurs when restoring of system VPD fails.",
2535 "The FRU path and reason for failure is captured in",
2536 "additional data."
2537 ]
2538 }
2539 },
2540
2541 {
2542 "Name": "com.ibm.VPD.Error.DbusFailure",
2543 "Subsystem": "cec_vpd",
2544 "ComponentID": "0x4000",
2545
2546 "SRC": {
2547 "ReasonCode": "0x4005",
2548 "Words6To9":
2549 {
2550 }
2551 },
2552
2553 "Documentation": {
2554 "Description": "Dbus exception",
2555 "Message": "A Dbus internal error occurred.",
2556 "Notes": [
2557 "This error occurs when Dbus operation fails.",
2558 "Exceptions details are captured in additonal",
2559 "data."
2560 ]
2561 }
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05002562 },
2563
2564 {
2565 "Name": "org.open_power.Host.Boot.Error.WatchdogTimeout",
2566 "Subsystem": "cec_sp_hostboot_iface",
2567
2568 "SRC":
2569 {
2570 "ReasonCode": "0xC101",
2571 "Words6To9":
2572 {
2573 }
2574 },
2575
2576 "Documentation":
2577 {
2578 "Description": "Host did not respond within the watchdog timeout interval",
2579 "Message": "Host did not respond before the watchdog timeout interval expired",
2580 "Notes": [
2581 "Host did not respond before the expiry of the watchdog timeout interval.",
2582 "Collecting hostboot dump."
2583 ]
2584 }
Matt Spinler3fd08d62019-10-22 14:25:33 -05002585 }
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05002586
Matt Spinler44792fd2019-09-26 15:58:58 -05002587 ]
2588}