blob: 210308dbe44f2ac58c7bad535c266ecf057bf260 [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 {
Jayanth Othayothabc88b02021-09-19 06:07:22 -0500620 "Name": "org.open_power.Processor.Error.SbeBootFailure",
621 "Subsystem": "processor_chip",
622 "ComponentID": "0x3500",
623
624 "SRC":
625 {
626 "ReasonCode": "0x3503",
627 "Words6To9":
628 {
629 "6":
630 {
631 "Description": "[0:15] chip position",
632 "AdditionalDataPropSource": "SRC6"
633 }
634 }
635 },
636
637 "Documentation":
638 {
639 "Description": "Boot failure with SBE provided FFDC",
640 "Message": "Boot failure reported by SBE",
641 "Notes": [
642 "The severity is set by the creator.",
643 "Callouts added based on SBE provided FFDC.",
644 "SBE provided additional debug data included as part of the",
645 "additional user data section."
646 ]
647 }
648 },
649
650 {
Ben Tyner34836322020-04-15 17:01:48 -0500651 "Name": "org.open_power.Attn.Error.Terminate",
Ben Tyner808e29f2021-04-16 08:32:23 -0500652 "Subsystem": "cec_hardware",
653 "Severity": "non_error",
Ben Tyner34836322020-04-15 17:01:48 -0500654
655 "SRC":
656 {
657 "ReasonCode": "0xD138",
Ben Tyner808e29f2021-04-16 08:32:23 -0500658 "SymptomIDFields": [ "SRCWord3", "SRCWord4", "SRCWord5", "SRCWord6", "SRCWord7", "SRCWord8", "SRCWord9" ],
Ben Tyner34836322020-04-15 17:01:48 -0500659 "Words6To9":
660 {
661 }
662 },
663
664 "Documentation":
665 {
666 "Description": "Status shows TI special attention active",
667 "Message": "TI special attention detected",
668 "Notes": [
669 "This entry is for any TI special attention event ",
670 "reported by the attention handler component"
671 ]
672 }
673 },
674
675 {
676 "Name": "org.open_power.Attn.Error.Fail",
677 "Subsystem": "bmc_firmware",
678 "Severity": "unrecoverable_loss_of_function",
679
680 "SRC":
681 {
682 "ReasonCode": "0xD13E",
683 "Words6To9":
684 {
685 "6":
686 {
687 "Description": "Error code from attention handler",
688 "AdditionalDataPropSource": "ERROR_CODE"
689 }
690 }
691 },
692 "Documentation":
693 {
694 "Description": "The attention handler encountered an error",
695 "MessageArgSources" : ["SRCWord6"],
696 "Message": "Attention handler error %1",
697 "Notes": [
698 "Attention handler will provide error code"
699 ]
700 }
701 },
702
703 {
704 "Name": "org.open_power.Attn.Error.Vital",
705 "Subsystem": "processor_chip",
706 "Severity": "critical",
707
708 "SRC":
709 {
710 "ReasonCode": "0xD16D",
711 "Words6To9":
712 {
713 }
714 },
715
716 "Documentation":
717 {
718 "Description": "Status shows SBE vital attention active",
719 "Message": "SBE vital attention detected",
720 "Notes": [
721 "This entry is for any SBE vital attention event ",
722 "reported by the attention handler component"
723 ]
724 }
725 },
726
727 {
728 "Name": "org.open_power.HwDiags.Error.Checkstop",
729 "Subsystem": "cec_hardware",
Zane Shelley561c0382020-11-17 13:20:05 -0600730 "ActionFlags": [ "service_action", "report", "call_home" ],
Ben Tyner34836322020-04-15 17:01:48 -0500731
732 "SRC":
733 {
Zane Shelley561c0382020-11-17 13:20:05 -0600734 "ReasonCode": "0xE510",
735 "SymptomIDFields": [ "SRCWord6", "SRCWord7", "SRCWord8" ],
Ben Tyner34836322020-04-15 17:01:48 -0500736 "Words6To9":
737 {
Ben Tyner34836322020-04-15 17:01:48 -0500738 }
739 },
740
741 "Documentation":
742 {
Zane Shelley561c0382020-11-17 13:20:05 -0600743 "Description": "A system checkstop attention has occurred",
744 "MessageArgSources" : [ "SRCWord6", "SRCWord7", "SRCWord8" ],
745 "Message": "hw-diags signature: %1 %2 %3"
Ben Tyner34836322020-04-15 17:01:48 -0500746 }
747 },
748
749 {
Zane Shelley561c0382020-11-17 13:20:05 -0600750 "Name": "org.open_power.HwDiags.Error.Predictive",
751 "Subsystem": "cec_hardware",
752 "ActionFlags": [ "service_action", "report", "call_home" ],
Ben Tyner34836322020-04-15 17:01:48 -0500753
754 "SRC":
755 {
Zane Shelley561c0382020-11-17 13:20:05 -0600756 "ReasonCode": "0xE511",
757 "SymptomIDFields": [ "SRCWord6", "SRCWord7", "SRCWord8" ],
Ben Tyner34836322020-04-15 17:01:48 -0500758 "Words6To9":
759 {
Ben Tyner34836322020-04-15 17:01:48 -0500760 }
761 },
Zane Shelley561c0382020-11-17 13:20:05 -0600762
Ben Tyner34836322020-04-15 17:01:48 -0500763 "Documentation":
764 {
Zane Shelley561c0382020-11-17 13:20:05 -0600765 "Description": "A hardware attention requiring service has occurred",
766 "MessageArgSources" : [ "SRCWord6", "SRCWord7", "SRCWord8" ],
767 "Message": "hw-diags signature: %1 %2 %3"
Ben Tyner34836322020-04-15 17:01:48 -0500768 }
Shawn McCarney01648f52020-06-25 11:42:02 -0500769 },
770
771 {
Brandon Wyman38caaf02020-09-01 16:07:42 -0500772 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.InputFault",
773 "Subsystem": "power_supply",
774 "Severity": "unrecoverable_redundancy_loss",
775 "ActionFlags": ["service_action", "report"],
776 "ComponentID": "0x2700",
777
778 "SRC": {
779 "Type": "11",
780 "ReasonCode": "0x15F0",
781 "Words6To9": {}
782 },
783
784 "Callouts": [
785 {
786 "CalloutList": [
787 { "Priority": "high", "SymbolicFRU": "pwrsply" }
788 ]
789 }
790 ],
791
792 "Documentation": {
793 "Description": "Power Supply input power fault",
794 "Message": "A power supply has indicated an input or under voltage condition.",
795 "Notes": [
796 "Check the power supply cabling and/or input power ",
797 "source. The PWRSPLY procedure is used rather than ",
798 "calling out a location code, as typically these faults ",
799 "are related to the supplied power, the cable, or the ",
800 "cable connectors. If the input fault resolves down to an ",
801 "issue with the power supply itself, the power supply ",
802 "indicating this input fault should be called out. Add the ",
803 "CALLOUT_INVENTORY_PATH to the additional data, and set the",
804 "CALLOUT_PRIORITY to something other than high."
805 ]
806 }
807 },
808
809 {
810 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Fault",
811 "Subsystem": "power_supply",
812 "Severity": "unrecoverable_redundancy_loss",
813 "ActionFlags": ["service_action", "report", "call_home"],
814 "ComponentID": "0x2700",
815
816 "SRC": {
817 "Type": "11",
818 "ReasonCode": "0x15F1",
819 "Words6To9": {}
820 },
821
822 "Documentation": {
823 "Description": "Power Supply power fault",
824 "Message": "The power supply detected a fault condition, see AdditionalData for further details.",
825 "Notes": [
826 "The power supply reporting the fault should be called ",
827 "out using the CALLOUT_INVENTORY_PATH keyword. Include ",
828 "specific fault, STATUS_* details, and code level in the ",
829 "AdditionalData section."
830 ]
831 }
832 },
833
834 {
835 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.CommFault",
836 "Subsystem": "power_supply",
Brandon Wyman981ffc32021-04-06 15:49:12 -0500837 "Severity": "unrecoverable",
Brandon Wyman38caaf02020-09-01 16:07:42 -0500838 "ActionFlags": ["service_action", "report", "call_home"],
839 "ComponentID": "0x2700",
840
841 "SRC": {
842 "Type": "11",
843 "ReasonCode": "0x15F2",
844 "Words6To9": {}
845 },
846
847 "Documentation": {
848 "Description": "Power Supply non-power fault",
849 "Message": "A communication failure occurred talking to the power supply",
850 "Notes": [
851 "Communication problems with the power supply could be ",
852 "the power supply, or any hardware between it and the ",
853 "BMC. Reporting the error should be passing in a call ",
854 "out using CALLOUT_DEVICE_PATH."
855 ]
856 }
857 },
858
859 {
860 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Missing",
861 "Subsystem": "power_supply",
Brandon Wyman981ffc32021-04-06 15:49:12 -0500862 "Severity": "unrecoverable_redundancy_loss",
Brandon Wyman38caaf02020-09-01 16:07:42 -0500863 "ActionFlags": ["service_action", "report", "call_home"],
864 "ComponentID": "0x2700",
865
866 "SRC": {
867 "Type": "11",
868 "ReasonCode": "0x15F6",
869 "Words6To9": {}
870 },
871
872 "Callouts": [
873 {
874 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -0500875 {
876 "Priority": "high",
877 "SymbolicFRUTrusted": "pwrsply",
878 "UseInventoryLocCode": true
879 }
Brandon Wyman38caaf02020-09-01 16:07:42 -0500880 ]
881 }
882 ],
883
884 "Documentation": {
885 "Description": "Power Supply is missing",
886 "Message": "A power supply that should be present is missing",
887 "Notes": [
888 "The CalloutList should use the PWRSPLY symbolic FRU ",
Matt Spinler80600192020-10-23 09:29:33 -0500889 "with the trusted location code property. The ",
890 "location code in this callout is obtained from ",
891 "the passed in CALLOUT_INVENTORY_PATH value."
Brandon Wyman38caaf02020-09-01 16:07:42 -0500892 ]
893 }
894 },
895
896 {
Adriana Kobylak5c0c9172021-04-07 18:26:56 +0000897 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.NotSupported",
898 "Subsystem": "power_supply",
899 "Severity": "unrecoverable",
900 "ActionFlags": ["service_action", "report", "call_home"],
901 "ComponentID": "0x2700",
902
903 "SRC": {
904 "Type": "11",
905 "ReasonCode": "0x15F7",
906 "Words6To9": {}
907 },
908
909 "Documentation": {
910 "Description": "Power Supply configuration is not supported",
911 "Message": "The power supply configuration is not supported",
912 "Notes": [
913 "The combination of power supplies detected in the ",
914 "system is not supported. This could be caused by ",
915 "mismatched models, less than expected number of power ",
916 "supplies, or other unsupported characteristics."
917 ]
918 }
919 },
920
921 {
Jay Meyer54ff54e2021-03-14 20:18:41 -0500922 "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Blackout",
923 "Subsystem": "power",
924 "ActionFlags": [ "report", "service_action" ],
925 "Severity": "unrecoverable",
926 "ComponentID": "0x2700",
927
928 "SRC":
929 {
930 "Type": "11",
931 "ReasonCode": "0x00AC",
932 "Words6To9": {},
933 "PowerFault": true
934 },
935
936 "Callouts": [
937 {
938 "CalloutList": [
939 { "Priority": "high", "SymbolicFRU": "ac_module"}
940 ]
941 }
942 ],
943
944 "Documentation": {
945 "Description": "Input power was lost while the system was powered on.",
946 "Message": "Input power was lost while the system was powered on.",
947 "Notes": [
948 "Input power was lost while system powered on.",
949 "The CalloutList should use the ACMODUL symbolic FRU."
950 ]
951 }
952 },
953
954 {
Jim Wright7f678902020-11-30 16:03:57 -0600955 "Name": "xyz.openbmc_project.Power.Error.Shutdown",
956 "Subsystem": "power_sequencer",
957 "ComponentID": "0x2700",
958
959 "SRC": {
960 "Type": "11",
961 "ReasonCode": "0x2600",
962 "Words6To9": {}
963 },
964
965 "Callouts": [
966 {
967 "CalloutList": [
968 { "Priority": "high", "SymbolicFRU": "pgood_part" }
969 ]
970 }
971 ],
972
973 "Documentation": {
974 "Description": "A power off was issued because a power fault was detected",
975 "Message": "A power off was issued because a power fault was detected",
976 "Notes": [
977 ]
978 }
979 },
980
981 {
982 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerPGOODFault",
983 "Subsystem": "power_sequencer",
984 "ComponentID": "0x2700",
985
986 "SRC": {
987 "Type": "11",
988 "ReasonCode": "0x2610",
989 "Words6To9": {}
990 },
991
992 "CalloutsUsingAD": {
993 "ADName": "INPUT_NAME", "CalloutsWithTheirADValues": [
994 {
995 "ADValue": "PCIE_SLOT0", "Callouts": [
996 {
997 "CalloutList": [
998 { "Priority": "high", "LocCode": "P0-C0" },
999 { "Priority": "medium", "LocCode": "P0" }
1000 ]
1001 }
1002 ]
1003 },
1004 {
1005 "ADValue": "PCIE_SLOT1", "Callouts": [
1006 {
1007 "CalloutList": [
1008 { "Priority": "high", "LocCode": "P0-C1" },
1009 { "Priority": "medium", "LocCode": "P0" }
1010 ]
1011 }
1012 ]
1013 },
1014 {
1015 "ADValue": "PCIE_SLOT2", "Callouts": [
1016 {
1017 "CalloutList": [
1018 { "Priority": "high", "LocCode": "P0-C2" },
1019 { "Priority": "medium", "LocCode": "P0" }
1020 ]
1021 }
1022 ]
1023 },
1024 {
1025 "ADValue": "PCIE_SLOT3", "Callouts": [
1026 {
1027 "CalloutList": [
1028 { "Priority": "high", "LocCode": "P0-C3" },
1029 { "Priority": "medium", "LocCode": "P0" }
1030 ]
1031 }
1032 ]
1033 },
1034 {
1035 "ADValue": "PCIE_SLOT4", "Callouts": [
1036 {
1037 "CalloutList": [
1038 { "Priority": "high", "LocCode": "P0-C4" },
1039 { "Priority": "medium", "LocCode": "P0" }
1040 ]
1041 }
1042 ]
1043 },
1044 {
1045 "ADValue": "PCIE_SLOT7", "Callouts": [
1046 {
1047 "CalloutList": [
1048 { "Priority": "high", "LocCode": "P0-C7" },
1049 { "Priority": "medium", "LocCode": "P0" }
1050 ]
1051 }
1052 ]
1053 },
1054 {
1055 "ADValue": "PCIE_SLOT8", "Callouts": [
1056 {
1057 "CalloutList": [
1058 { "Priority": "high", "LocCode": "P0-C8" },
1059 { "Priority": "medium", "LocCode": "P0" }
1060 ]
1061 }
1062 ]
1063 },
1064 {
1065 "ADValue": "PCIE_SLOT9", "Callouts": [
1066 {
1067 "CalloutList": [
1068 { "Priority": "high", "LocCode": "P0-C9" },
1069 { "Priority": "medium", "LocCode": "P0" }
1070 ]
1071 }
1072 ]
1073 },
1074 {
1075 "ADValue": "PCIE_SLOT10", "Callouts": [
1076 {
1077 "CalloutList": [
1078 { "Priority": "high", "LocCode": "P0-C10" },
1079 { "Priority": "medium", "LocCode": "P0" }
1080 ]
1081 }
1082 ]
1083 },
1084 {
1085 "ADValue": "PCIE_SLOT11", "Callouts": [
1086 {
1087 "CalloutList": [
1088 { "Priority": "high", "LocCode": "P0-C11" },
1089 { "Priority": "medium", "LocCode": "P0" }
1090 ]
1091 }
1092 ]
1093 },
1094 {
1095 "ADValue": "PGOOD_12A", "Callouts": [
1096 {
1097 "CalloutList": [
1098 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1099 ]
1100 }
1101 ]
1102 },
1103 {
1104 "ADValue": "PGOOD_12B", "Callouts": [
1105 {
1106 "CalloutList": [
1107 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1108 ]
1109 }
1110 ]
1111 },
1112 {
1113 "ADValue": "PGOOD_12C", "Callouts": [
1114 {
1115 "CalloutList": [
1116 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1117 ]
1118 }
1119 ]
1120 },
1121 {
1122 "ADValue": "PGOOD_12D", "Callouts": [
1123 {
1124 "CalloutList": [
1125 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1126 ]
1127 }
1128 ]
1129 },
1130 {
1131 "ADValue": "PGOOD_12L", "Callouts": [
1132 {
1133 "CalloutList": [
1134 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1135 ]
1136 }
1137 ]
1138 },
1139 {
1140 "ADValue": "PGOOD_12M", "Callouts": [
1141 {
1142 "CalloutList": [
1143 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1144 ]
1145 }
1146 ]
1147 },
1148 {
1149 "ADValue": "PGOOD_12N", "Callouts": [
1150 {
1151 "CalloutList": [
1152 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1153 ]
1154 }
1155 ]
1156 },
1157 {
1158 "ADValue": "PGOOD_12P", "Callouts": [
1159 {
1160 "CalloutList": [
1161 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1162 ]
1163 }
1164 ]
1165 },
1166 {
1167 "ADValue": "PGOOD_12PCIE", "Callouts": [
1168 {
1169 "CalloutList": [
1170 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1171 ]
1172 }
1173 ]
1174 },
1175 {
1176 "ADValue": "PGOOD_12Q", "Callouts": [
1177 {
1178 "CalloutList": [
1179 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1180 ]
1181 }
1182 ]
1183 },
1184 {
1185 "ADValue": "PGOOD_12R", "Callouts": [
1186 {
1187 "CalloutList": [
1188 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1189 ]
1190 }
1191 ]
1192 },
1193 {
1194 "ADValue": "PGOOD_VDN_DCM0", "Callouts": [
1195 {
1196 "CalloutList": [
1197 { "Priority": "high", "LocCode": "P0-C14" },
1198 { "Priority": "medium", "LocCode": "P0-C15" },
1199 { "Priority": "low", "LocCode": "P0" }
1200 ]
1201 }
1202 ]
1203 },
1204 {
1205 "ADValue": "PGOOD_VDN_DCM1", "Callouts": [
1206 {
1207 "CalloutList": [
1208 { "Priority": "high", "LocCode": "P0-C23" },
1209 { "Priority": "medium", "LocCode": "P0-C24" },
1210 { "Priority": "low", "LocCode": "P0" }
1211 ]
1212 }
1213 ]
1214 },
1215 {
1216 "ADValue": "PGOOD_VCS_DCM0", "Callouts": [
1217 {
1218 "CalloutList": [
1219 { "Priority": "high", "LocCode": "P0-C14" },
1220 { "Priority": "medium", "LocCode": "P0-C15" },
1221 { "Priority": "low", "LocCode": "P0" }
1222 ]
1223 }
1224 ]
1225 },
1226 {
1227 "ADValue": "PGOOD_VCS_DCM1", "Callouts": [
1228 {
1229 "CalloutList": [
1230 { "Priority": "high", "LocCode": "P0-C23" },
1231 { "Priority": "medium", "LocCode": "P0-C24" },
1232 { "Priority": "low", "LocCode": "P0" }
1233 ]
1234 }
1235 ]
1236 },
1237 {
1238 "ADValue": "PGOOD_VIO_DCM0", "Callouts": [
1239 {
1240 "CalloutList": [
1241 { "Priority": "high", "LocCode": "P0-C14" },
1242 { "Priority": "medium", "LocCode": "P0-C15" },
1243 { "Priority": "low", "LocCode": "P0" }
1244 ]
1245 }
1246 ]
1247 },
1248 {
1249 "ADValue": "PGOOD_VIO_DCM1", "Callouts": [
1250 {
1251 "CalloutList": [
1252 { "Priority": "high", "LocCode": "P0-C23" },
1253 { "Priority": "medium", "LocCode": "P0-C24" },
1254 { "Priority": "low", "LocCode": "P0" }
1255 ]
1256 }
1257 ]
1258 },
1259 {
1260 "ADValue": "PGOOD_VPCIE_DCM0", "Callouts": [
1261 {
1262 "CalloutList": [
1263 { "Priority": "high", "LocCode": "P0-C14" },
1264 { "Priority": "medium", "LocCode": "P0-C15" },
1265 { "Priority": "low", "LocCode": "P0" }
1266 ]
1267 }
1268 ]
1269 },
1270 {
1271 "ADValue": "PGOOD_VPCIE_DCM1", "Callouts": [
1272 {
1273 "CalloutList": [
1274 { "Priority": "high", "LocCode": "P0-C23" },
1275 { "Priority": "medium", "LocCode": "P0-C24" },
1276 { "Priority": "low", "LocCode": "P0" }
1277 ]
1278 }
1279 ]
1280 }
1281 ]
1282 },
1283
1284 "Documentation": {
1285 "Description": "The power sequencer chip detected a PGOOD fault",
1286 "Message": "The power sequencer chip detected a PGOOD fault",
1287 "Notes": [
1288 ]
1289 }
1290 },
1291
1292 {
1293 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerVoltageFault",
1294 "Subsystem": "power_sequencer",
1295 "ComponentID": "0x2700",
1296
1297 "SRC": {
1298 "Type": "11",
1299 "ReasonCode": "0x2620",
1300 "Words6To9": {}
1301 },
1302
1303 "CalloutsUsingAD": {
1304 "ADName": "RAIL_NAME", "CalloutsWithTheirADValues": [
1305 {
1306 "ADValue": "12.0V", "Callouts": [
1307 {
1308 "CalloutList": [
1309 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1310 ]
1311 }
1312 ]
1313 },
1314 {
1315 "ADValue": "5.0V_USB", "Callouts": [
1316 {
1317 "CalloutList": [
1318 { "Priority": "high", "SymbolicFRU": "usb_pgood" },
1319 { "Priority": "medium", "LocCode": "P0" }
1320 ]
1321 }
1322 ]
1323 },
1324 {
1325 "ADValue": "5.0V_DASD", "Callouts": [
1326 {
1327 "CalloutList": [
1328 { "Priority": "medium", "LocCode": "P1" },
1329 { "Priority": "medium", "LocCode": "P2" },
1330 { "Priority": "medium", "LocCode": "P3" },
1331 { "Priority": "low", "LocCode": "P0" }
1332 ]
1333 }
1334 ]
1335 },
1336 {
1337 "ADValue": "3.3VA", "Callouts": [
1338 {
1339 "CalloutList": [
1340 { "Priority": "high", "LocCode": "P0" }
1341 ]
1342 }
1343 ]
1344 },
1345 {
1346 "ADValue": "3.3VB", "Callouts": [
1347 {
1348 "CalloutList": [
1349 { "Priority": "high", "LocCode": "P0" }
1350 ]
1351 }
1352 ]
1353 },
1354 {
1355 "ADValue": "1.5V", "Callouts": [
1356 {
1357 "CalloutList": [
1358 { "Priority": "high", "LocCode": "P0" }
1359 ]
1360 }
1361 ]
1362 },
1363 {
1364 "ADValue": "1.1V", "Callouts": [
1365 {
1366 "CalloutList": [
1367 { "Priority": "high", "LocCode": "P0" }
1368 ]
1369 }
1370 ]
1371 },
1372 {
1373 "ADValue": "VDDA_DCM0", "Callouts": [
1374 {
1375 "CalloutList": [
1376 { "Priority": "high", "LocCode": "P0-C14" },
1377 { "Priority": "medium", "LocCode": "P0-C15" },
1378 { "Priority": "low", "LocCode": "P0" }
1379 ]
1380 }
1381 ]
1382 },
1383 {
1384 "ADValue": "VDDB_DCM0", "Callouts": [
1385 {
1386 "CalloutList": [
1387 { "Priority": "high", "LocCode": "P0-C14" },
1388 { "Priority": "medium", "LocCode": "P0-C15" },
1389 { "Priority": "low", "LocCode": "P0" }
1390 ]
1391 }
1392 ]
1393 },
1394 {
1395 "ADValue": "VDDA_DCM1", "Callouts": [
1396 {
1397 "CalloutList": [
1398 { "Priority": "high", "LocCode": "P0-C23" },
1399 { "Priority": "medium", "LocCode": "P0-C24" },
1400 { "Priority": "low", "LocCode": "P0" }
1401 ]
1402 }
1403 ]
1404 },
1405 {
1406 "ADValue": "VDDB_DCM1", "Callouts": [
1407 {
1408 "CalloutList": [
1409 { "Priority": "high", "LocCode": "P0-C23" },
1410 { "Priority": "medium", "LocCode": "P0-C24" },
1411 { "Priority": "low", "LocCode": "P0" }
1412 ]
1413 }
1414 ]
1415 },
1416 {
1417 "ADValue": "12.0VCS", "Callouts": [
1418 {
1419 "CalloutList": [
1420 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1421 ]
1422 }
1423 ]
1424 },
1425 {
1426 "ADValue": "3.3VCS", "Callouts": [
1427 {
1428 "CalloutList": [
1429 { "Priority": "high", "LocCode": "P0" }
1430 ]
1431 }
1432 ]
1433 },
1434 {
1435 "ADValue": "1.1V_Current", "Callouts": [
1436 {
1437 "CalloutList": [
1438 { "Priority": "high", "LocCode": "P0" }
1439 ]
1440 }
1441 ]
1442 },
1443 {
1444 "ADValue": "5.0V_USB_Current", "Callouts": [
1445 {
1446 "CalloutList": [
1447 { "Priority": "high", "SymbolicFRU": "usb_pgood" },
1448 { "Priority": "medium", "LocCode": "P0" }
1449 ]
1450 }
1451 ]
1452 },
1453 {
1454 "ADValue": "5.0V_DASD_Current", "Callouts": [
1455 {
1456 "CalloutList": [
1457 { "Priority": "medium", "LocCode": "P1" },
1458 { "Priority": "medium", "LocCode": "P2" },
1459 { "Priority": "medium", "LocCode": "P3" },
1460 { "Priority": "low", "LocCode": "P0" }
1461 ]
1462 }
1463 ]
1464 },
1465 {
1466 "ADValue": "12.0VN", "Callouts": [
1467 {
1468 "CalloutList": [
1469 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1470 ]
1471 }
1472 ]
1473 },
1474 {
1475 "ADValue": "12.0VP", "Callouts": [
1476 {
1477 "CalloutList": [
1478 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1479 ]
1480 }
1481 ]
1482 },
1483 {
1484 "ADValue": "12.0VQ", "Callouts": [
1485 {
1486 "CalloutList": [
1487 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1488 ]
1489 }
1490 ]
1491 },
1492 {
1493 "ADValue": "12.0VR", "Callouts": [
1494 {
1495 "CalloutList": [
1496 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1497 ]
1498 }
1499 ]
1500 },
1501 {
1502 "ADValue": "ThermalDiode1", "Callouts": [
1503 {
1504 "CalloutList": [
1505 { "Priority": "high", "LocCode": "P0" }
1506 ]
1507 }
1508 ]
1509 },
1510 {
1511 "ADValue": "ThermalDiode2", "Callouts": [
1512 {
1513 "CalloutList": [
1514 { "Priority": "high", "LocCode": "P0" }
1515 ]
1516 }
1517 ]
1518 },
1519 {
1520 "ADValue": "ThermalDiode3", "Callouts": [
1521 {
1522 "CalloutList": [
1523 { "Priority": "high", "LocCode": "P0" }
1524 ]
1525 }
1526 ]
1527 },
1528 {
1529 "ADValue": "ThermalDiode4", "Callouts": [
1530 {
1531 "CalloutList": [
1532 { "Priority": "high", "LocCode": "P0" }
1533 ]
1534 }
1535 ]
1536 }
1537 ]
1538 },
1539
1540 "Documentation": {
1541 "Description": "The power sequencer chip detected a voltage fault",
1542 "Message": "The power sequencer chip detected a voltage fault",
1543 "Notes": [
1544 ]
1545 }
1546 },
1547
1548 {
Shawn McCarney7f1ec942021-07-28 13:33:34 -05001549 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.N",
1550 "Subsystem": "power",
1551 "Severity": "predictive_redundancy_loss",
1552 "ComponentID": "0x2700",
1553
1554 "SRC": {
1555 "Type": "11",
1556 "ReasonCode": "0x2700",
1557 "Words6To9": {}
1558 },
1559
1560 "Documentation": {
1561 "Description": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
1562 "Message": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
1563 "Notes": [
1564 "CALLOUT_INVENTORY_PATH should be specified in the ",
1565 "AdditionalData property of the event log so that ",
1566 "the device is called out but not the communication path."
1567 ]
1568 }
1569 },
1570
1571 {
1572 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.NPlus1",
1573 "Subsystem": "power",
1574 "Severity": "non_error",
1575 "MfgSeverity": "predictive_redundancy_loss",
1576 "ActionFlags": ["report"],
1577 "MfgActionFlags": ["service_action", "report", "call_home"],
1578 "ComponentID": "0x2700",
1579
1580 "SRC": {
1581 "Type": "11",
1582 "ReasonCode": "0x2701",
1583 "Words6To9": {}
1584 },
1585
1586 "Documentation": {
1587 "Description": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
1588 "Message": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
1589 "Notes": [
1590 "CALLOUT_INVENTORY_PATH should be specified in the ",
1591 "AdditionalData property of the event log so that ",
1592 "the device is called out but not the communication path."
1593 ]
1594 }
1595 },
1596
1597 {
Shawn McCarney01648f52020-06-25 11:42:02 -05001598 "Name": "xyz.openbmc_project.Power.Regulators.Error.WriteVerification",
1599 "Subsystem": "power",
1600 "ComponentID": "0x2700",
1601
1602 "SRC": {
1603 "Type": "11",
1604 "ReasonCode": "0x2900",
1605 "Words6To9": {}
1606 },
1607
1608 "Documentation": {
1609 "Description": "A write verification error occurred on a device",
1610 "Message": "A write verification error occurred on a device",
1611 "Notes": [
1612 "This error occurs when a device register is written, ",
1613 "read back, and the two values do not match. This is ",
1614 "also called a read-back error. The device should be ",
1615 "identified using the CALLOUT_DEVICE_PATH or ",
1616 "CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR keywords in the ",
1617 "AdditionalData property of the event log. This will ",
1618 "cause the device and the hardware in the communication ",
1619 "path to be called out."
1620 ]
1621 }
1622 },
1623
1624 {
1625 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile",
1626 "Subsystem": "power",
1627 "ComponentID": "0x2700",
1628
1629 "SRC": {
1630 "Type": "11",
1631 "ReasonCode": "0xA013",
1632 "Words6To9": {}
1633 },
1634
1635 "Callouts": [
1636 {
1637 "CalloutList": [
1638 { "Priority": "high", "Procedure": "bmc_code" }
1639 ]
1640 }
1641 ],
1642
1643 "Documentation": {
1644 "Description": "A regulators configuration file error occurred",
1645 "Message": "A 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."
1649 ]
1650 }
1651 },
1652
1653 {
Shawn McCarney82e31d82021-02-19 16:25:55 -06001654 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile.Critical",
1655 "Subsystem": "power",
1656 "Severity": "critical_system_term",
1657 "ComponentID": "0x2700",
1658
1659 "SRC": {
1660 "Type": "11",
1661 "ReasonCode": "0xA014",
1662 "Words6To9": {},
1663 "PowerFault": true
1664 },
1665
1666 "Callouts": [
1667 {
1668 "CalloutList": [
1669 { "Priority": "high", "Procedure": "bmc_code" }
1670 ]
1671 }
1672 ],
1673
1674 "Documentation": {
1675 "Description": "A critical regulators configuration file error occurred",
1676 "Message": "A critical regulators configuration file error occurred",
1677 "Notes": [
1678 "The regulators configuration file could not be found, ",
1679 "could not be read, or had invalid contents. As a result ",
1680 "voltage regulators could not be configured, and the ",
1681 "chassis could not be powered on."
1682 ]
1683 }
1684 },
1685
1686 {
Jim Wright7f678902020-11-30 16:03:57 -06001687 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerFault",
1688 "Subsystem": "power_sequencer",
1689 "ComponentID": "0x2700",
1690
1691 "SRC": {
1692 "Type": "11",
1693 "ReasonCode": "0xD000",
1694 "Words6To9": {}
1695 },
1696
1697 "Callouts": [
1698 {
1699 "CalloutList": [
1700 { "Priority": "high", "LocCode": "P0" }
1701 ]
1702 }
1703 ],
1704
1705 "Documentation": {
1706 "Description": "The power sequencer chip detected a fault",
1707 "Message": "The power sequencer chip detected a fault",
1708 "Notes": [
1709 ]
1710 }
1711 },
1712
1713 {
1714 "Name": "xyz.openbmc_project.Power.Error.PowerOnFailure",
1715 "Subsystem": "power_sequencer",
1716 "ComponentID": "0x2700",
1717
1718 "SRC": {
1719 "Type": "11",
1720 "ReasonCode": "0xD002",
1721 "Words6To9": {}
1722 },
1723
1724 "Callouts": [
1725 {
1726 "CalloutList": [
1727 { "Priority": "high", "LocCode": "P0" }
1728 ]
1729 }
1730 ],
1731
1732 "Documentation": {
1733 "Description": "System power failed to turn on",
1734 "Message": "System power failed to turn on",
1735 "Notes": [
1736 ]
1737 }
1738 },
1739
1740 {
Shawn McCarney01648f52020-06-25 11:42:02 -05001741 "Name": "xyz.openbmc_project.Power.Error.Internal",
1742 "Subsystem": "power",
1743 "ComponentID": "0x2700",
1744
1745 "SRC": {
1746 "Type": "11",
1747 "ReasonCode": "0xE000",
1748 "Words6To9": {}
1749 },
1750
1751 "Callouts": [
1752 {
1753 "CalloutList": [
1754 { "Priority": "high", "Procedure": "bmc_code" }
1755 ]
1756 }
1757 ],
1758
1759 "Documentation": {
1760 "Description": "An internal firmware error occurred",
1761 "Message": "An internal firmware error occurred",
1762 "Notes": [
1763 "The error details must be provided in the AdditionalData ",
1764 "property of the event log."
1765 ]
1766 }
1767 },
1768
1769 {
1770 "Name": "xyz.openbmc_project.Power.Error.I2C",
1771 "Subsystem": "cec_i2c",
1772 "ComponentID": "0x2700",
1773
1774 "SRC": {
1775 "Type": "11",
1776 "ReasonCode": "0xE100",
1777 "Words6To9": {}
1778 },
1779
1780 "Documentation": {
1781 "Description": "An I2C error occurred communicating with a device",
1782 "Message": "An I2C error occurred communicating with a device",
1783 "Notes": [
1784 "The device should be identified using the ",
1785 "CALLOUT_DEVICE_PATH or CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR ",
1786 "keywords in the AdditionalData property of the event ",
1787 "log. This will cause the device and the hardware in the ",
1788 "communication path to be called out."
1789 ]
1790 }
1791 },
1792
1793 {
1794 "Name": "xyz.openbmc_project.Power.Error.PMBus",
1795 "Subsystem": "power",
1796 "ComponentID": "0x2700",
1797
1798 "SRC": {
1799 "Type": "11",
1800 "ReasonCode": "0xE200",
1801 "Words6To9": {}
1802 },
1803
1804 "Documentation": {
1805 "Description": "A PMBus error occurred on a device",
1806 "Message": "A PMBus error occurred on a device",
1807 "Notes": [
1808 "This error occurs when the I2C communication was ",
1809 "successful, but the PMBus value read is invalid or ",
1810 "unsupported. CALLOUT_INVENTORY_PATH should be specified ",
1811 "in the AdditionalData property of the event log so that ",
1812 "the device is called out but not the communication path."
1813 ]
1814 }
1815 },
1816
1817 {
1818 "Name": "xyz.openbmc_project.Power.Error.DBus",
1819 "Subsystem": "power",
1820 "ComponentID": "0x2700",
1821
1822 "SRC": {
1823 "Type": "11",
1824 "ReasonCode": "0xE300",
1825 "Words6To9": {}
1826 },
1827
1828 "Callouts": [
1829 {
1830 "CalloutList": [
1831 { "Priority": "high", "Procedure": "bmc_code" }
1832 ]
1833 }
1834 ],
1835
1836 "Documentation": {
1837 "Description": "A firmware inter-process communication (D-Bus) error occurred",
1838 "Message": "A firmware inter-process communication (D-Bus) error occurred"
1839 }
Matt Spinler60d1c392020-09-23 15:23:24 -05001840 },
1841
1842 {
Matt Spinler7c9c07e2020-10-22 10:16:37 -05001843 "Name": "xyz.openbmc_project.Fan.Error.Fault",
1844 "Subsystem": "power_fans",
1845 "ComponentID": "0x2800",
1846
1847 "SRC": {
1848 "Type": "11",
1849 "ReasonCode": "0x76F0",
1850 "Words6To9": {}
1851 },
1852
1853 "Documentation": {
1854 "Description": "Fan rotor fault",
1855 "Message": "Fan rotor fault",
1856 "Notes": [
1857 "This error occurs when a fan rotor has been faulted for a ",
1858 "certain amount of time. The callout is the fan which is ",
1859 "passed in with CALLOUT_INVENTORY_PATH. The severity is ",
1860 "passed in during creation and will be either informational ",
1861 "or unrecoverable. The action flags use the defaults and ",
1862 "vary based on the severity."
1863 ]
1864 }
1865 },
1866
1867 {
Matt Spinler60d1c392020-09-23 15:23:24 -05001868 "Name": "xyz.openbmc_project.Fan.Error.Missing",
1869 "Subsystem": "power_fans",
1870 "ComponentID": "0x2800",
1871 "Severity": "unrecoverable_redundancy_loss",
1872 "ActionFlags": ["service_action", "report", "call_home"],
1873
1874 "SRC": {
1875 "Type": "11",
1876 "ReasonCode": "0x76F1",
1877 "Words6To9": {}
1878 },
1879
1880 "Callouts": [
1881 {
Matt Spinler938ac792021-05-12 10:46:44 -05001882 "System": "ibm,rainier",
Matt Spinler60d1c392020-09-23 15:23:24 -05001883 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -05001884 {
1885 "Priority": "high",
1886 "SymbolicFRUTrusted": "air_mover",
1887 "UseInventoryLocCode": true
1888 },
1889 {
1890 "Priority": "low",
1891 "LocCode": "P0"
1892 }
Matt Spinler60d1c392020-09-23 15:23:24 -05001893 ]
Matt Spinler938ac792021-05-12 10:46:44 -05001894 },
1895 {
1896 "System": "ibm,everest",
1897 "CalloutList": [
1898 {
1899 "Priority": "high",
1900 "SymbolicFRUTrusted": "air_mover",
1901 "UseInventoryLocCode": true
1902 },
1903 {
1904 "Priority": "low",
1905 "LocCode": "P1"
1906 }
1907 ]
Matt Spinler60d1c392020-09-23 15:23:24 -05001908 }
1909 ],
1910
1911 "Documentation": {
1912 "Description": "A fan is missing",
1913 "Message": "A fan is missing",
1914 "Notes": [
1915 "This error occurs when a fan has been missing for a ",
Matt Spinler80600192020-10-23 09:29:33 -05001916 "certain amount of time. The first callout is the ",
1917 "symbolic FRU AIR_MOVR that has the trusted fan location ",
1918 "code, which it gets using the passed in ",
1919 "CALLOUT_INVENTORY_PATH. The second callout is the FRU ",
Matt Spinler938ac792021-05-12 10:46:44 -05001920 "where the controller and GPIO expander are."
Matt Spinler60d1c392020-09-23 15:23:24 -05001921 ]
1922 }
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05001923 },
1924
1925 {
Matt Spinleradf070b2021-04-21 13:39:45 -05001926 "Name": "xyz.openbmc_project.Fan.Presence.Error.Detection",
1927 "ComponentID": "0x2800",
1928 "Subsystem": "power_fans",
1929 "Severity": "non_error",
1930 "ActionFlags": ["report"],
1931 "MfgSeverity": "predictive",
1932 "MfgActionFlags": ["service_action", "report"],
1933
1934 "SRC": {
1935 "Type": "11",
1936 "ReasonCode": "0x76F2",
1937 "Words6To9": {}
1938 },
1939
1940 "Callouts": [
1941 {
1942 "System": "ibm,rainier",
1943 "CalloutList": [
1944 {"Priority": "medium", "LocCode": "P0"}
1945 ]
1946 },
1947 {
1948 "System": "ibm,everest",
1949 "CalloutList": [
1950 {"Priority": "medium", "LocCode": "P1"}
1951 ]
1952 }
1953 ],
1954
1955 "Documentation": {
1956 "Description": "Presence detect methods for the same fan disagree",
1957 "Message": "Presence detect methods for the same fan disagree",
1958 "Notes": [
1959 "This error occurs when there is more than one way to detect",
1960 "fan presence, and they don't all agree. For example, the",
1961 "GPIO says a fan isn't present, but the tach readings are",
1962 "nonzero. This is informational, unless in manufacturing.",
1963 "The fan FRU is passed in as a high priority callout.",
1964 "The FRU the GPIO source is on is called out medium."
1965 ]
1966 }
1967 },
1968
1969 {
Matt Spinlerdde99202021-06-14 12:15:59 -06001970 "Name": "xyz.openbmc_project.Fan.Error.FanControllerOffline",
1971 "ComponentID": "0x2800",
1972 "Subsystem": "power_fans",
1973 "Severity": "critical_system_term",
1974 "ActionFlags": ["service_action", "report", "call_home"],
1975
1976 "SRC": {
1977 "Type": "11",
1978 "ReasonCode": "0x76F3",
1979 "Words6To9": {},
1980 "PowerFault": true
1981 },
1982
1983 "Callouts": [
1984 {
1985 "System": "ibm,rainier",
1986 "CalloutList": [
1987 {"Priority": "high", "LocCode": "P0-C5"},
1988 {"Priority": "medium_group_a", "LocCode": "P0-T12", "SymbolicFRUTrusted": "fan_cable"},
1989 {"Priority": "medium_group_a", "LocCode": "P0-T17", "SymbolicFRUTrusted": "cable_continued"},
1990 {"Priority": "low", "LocCode": "P0"}
1991 ]
1992 },
1993 {
1994 "System": "ibm,everest",
1995 "CalloutList": [
1996 {"Priority": "high", "LocCode": "P0-C0"},
1997 {"Priority": "medium", "LocCode": "P1"},
1998 {"Priority": "low", "LocCode": "P0"}
1999 ]
2000 }
2001 ],
2002
2003 "Documentation": {
2004 "Description": "The fan controller device is offline",
2005 "Message": "The fan controller is offline. The system must be powered off.",
2006 "Notes": [
2007 "The device that controls the fans is offline so the fan",
2008 "targets and speeds are unknown. The system will be shut",
2009 "down to preserve thermal safety. There may be an I2C",
2010 "or power problem with the device."
2011 ]
2012 }
2013 },
2014
2015 {
Mike Cappsabc276e2021-06-18 16:41:30 -04002016 "Name": "xyz.openbmc_project.Fan.Presence.Error.GPIODeviceUnavailable",
2017 "Subsystem": "power_fans",
2018 "ComponentID": "0x2800",
2019 "Severity": "unrecoverable_redundancy_loss",
2020 "ActionFlags": ["service_action", "report", "call_home"],
2021
2022 "SRC": {
2023 "Type": "11",
2024 "ReasonCode": "0x76F4",
2025 "Words6To9": {}
2026 },
2027
2028 "Callouts": [
2029 {
2030 "System" : "ibm,rainier",
2031 "CalloutList": [
2032 {"Priority": "high", "LocCode": "P0-C5"},
2033 {"Priority": "medium_group_a", "LocCode": "P0-T12","SymbolicFRUTrusted": "fan_cable"},
2034 {"Priority": "medium_group_a", "LocCode": "P0-T17","SymbolicFRUTrusted": "cable_continued"},
2035 {"Priority": "low", "LocCode": "P0"}
2036 ]
2037 },
2038 {
2039 "System" : "ibm,everest",
2040 "CalloutList": [
2041 {"Priority": "high", "LocCode": "P0-C0"},
2042 {"Priority": "medium", "LocCode": "P1"},
2043 {"Priority": "low", "LocCode": "P0"}
2044 ]
2045 }
2046 ],
2047
2048 "Documentation": {
2049 "Description": "Fan GPIO sensors not present",
2050 "Message": "Fan GPIO sensors not present",
2051 "Notes": [
2052 "The device that reports fan presence is not functioning."
2053 ]
2054 }
2055 },
2056
2057 {
Matt Spinler86e40dd2021-01-29 11:19:36 -06002058 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHigh",
2059 "Subsystem": "power",
2060 "ComponentID": "0x2800",
2061 "Severity": "predictive",
2062 "ActionFlags": ["service_action", "report"],
2063
2064 "SRC": {
2065 "ReasonCode": "0x2801",
2066 "Words6To9": {}
2067 },
2068
2069 "CalloutsUsingAD": {
2070 "ADName": "SENSOR_NAME",
2071 "CalloutsWithTheirADValues": [
2072 {
2073 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2074 "Callouts": [
2075 {
2076 "CalloutList": [
2077 { "Priority": "high", "SymbolicFRU": "ambient_temp" }
2078 ]
2079 }
2080 ]
2081 }
2082 ]
2083 },
2084
2085 "Documentation": {
2086 "Description": "A temperature sensor exceeded its performance loss threshold.",
2087 "Message": "A temperature sensor exceeded its performance loss threshold.",
2088 "Notes": [
2089 "A temperature sensor crossed its performance loss threshold value",
2090 "If it is the ambient sensor, then a symbolic FRU will be added.",
2091 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
2092 "a FRU callout."
2093 ]
2094 }
2095 },
2096
2097 {
2098 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHighClear",
2099 "Subsystem": "power",
2100 "ComponentID": "0x2800",
2101 "Severity": "non_error",
2102 "ActionFlags": ["report"],
2103 "EventType": "env_normal",
2104
2105 "SRC": {
2106 "ReasonCode": "0x2802",
2107 "Words6To9": {}
2108 },
2109
2110 "CalloutsUsingAD": {
2111 "ADName": "SENSOR_NAME",
2112 "CalloutsWithTheirADValues": [
2113 {
2114 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2115 "Callouts": [
2116 {
2117 "CalloutList": [
2118 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" }
2119 ]
2120 }
2121 ]
2122 }
2123 ]
2124 },
2125
2126 "Documentation": {
2127 "Description": "A temperature sensor is under its performance loss threshold.",
2128 "Message": "A temperature sensor is under its performance loss threshold.",
2129 "Notes": [
2130 "A temperature sensor crossed under its performance loss threshold value",
2131 "If it is the ambient sensor, then a symbolic FRU will be added."
2132 ]
2133 }
2134 },
2135
2136 {
2137 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHigh",
2138 "Subsystem": "power",
2139 "ComponentID": "0x2800",
2140 "Severity": "predictive",
2141 "ActionFlags": ["service_action", "report"],
2142
2143 "SRC": {
2144 "ReasonCode": "0x2803",
2145 "Words6To9": {}
2146 },
2147
2148 "CalloutsUsingAD": {
2149 "ADName": "SENSOR_NAME",
2150 "CalloutsWithTheirADValues": [
2151 {
2152 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2153 "Callouts": [
2154 {
2155 "CalloutList": [
2156 { "Priority": "high", "SymbolicFRU": "ambient_temp" }
2157 ]
2158 }
2159 ]
2160 }
2161 ]
2162 },
2163
2164 "Documentation": {
2165 "Description": "A temperature sensor exceeded its warning threshold.",
2166 "Message": "A temperature sensor exceeded its warning threshold.",
2167 "Notes": [
2168 "A temperature sensor crossed its warning threshold value",
2169 "If it is the ambient sensor, then a symbolic FRU will be added.",
2170 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
2171 "a FRU callout."
2172 ]
2173 }
2174 },
2175
2176 {
2177 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHighClear",
2178 "Subsystem": "power",
2179 "ComponentID": "0x2800",
2180 "Severity": "non_error",
2181 "ActionFlags": ["report"],
2182 "EventType": "env_normal",
2183
2184 "SRC": {
2185 "ReasonCode": "0x2804",
2186 "Words6To9": {}
2187 },
2188
2189 "CalloutsUsingAD": {
2190 "ADName": "SENSOR_NAME",
2191 "CalloutsWithTheirADValues": [
2192 {
2193 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2194 "Callouts": [
2195 {
2196 "CalloutList": [
2197 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" }
2198 ]
2199 }
2200 ]
2201 }
2202 ]
2203 },
2204
2205 "Documentation": {
2206 "Description": "A temperature sensor is under its warning threshold.",
2207 "Message": "A temperature sensor is under its warning threshold.",
2208 "Notes": [
2209 "A temperature sensor crossed under its warning threshold value",
2210 "If it is the ambient sensor, then a symbolic FRU will be added."
2211 ]
2212 }
2213 },
2214
2215 {
2216 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHigh",
2217 "Subsystem": "power",
2218 "ComponentID": "0x2800",
2219 "Severity": "predictive",
2220 "ActionFlags": ["service_action", "report"],
2221
2222 "SRC": {
2223 "ReasonCode": "0x2805",
2224 "Words6To9": {}
2225 },
2226
2227 "CalloutsUsingAD": {
2228 "ADName": "SENSOR_NAME",
2229 "CalloutsWithTheirADValues": [
2230 {
2231 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2232 "Callouts": [
2233 {
2234 "CalloutList": [
2235 { "Priority": "high", "SymbolicFRU": "ambient_temp" }
2236 ]
2237 }
2238 ]
2239 }
2240 ]
2241 },
2242
2243 "Documentation": {
2244 "Description": "A temperature sensor exceeded its critical threshold.",
2245 "Message": "A temperature sensor exceeded its critical threshold.",
2246 "Notes": [
2247 "A temperature sensor crossed its critical threshold value",
2248 "If it is the ambient sensor, then a symbolic FRU will be added.",
2249 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
2250 "a FRU callout."
2251 ]
2252 }
2253 },
2254
2255 {
2256 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHighClear",
2257 "Subsystem": "power",
2258 "ComponentID": "0x2800",
2259 "Severity": "non_error",
2260 "ActionFlags": ["report"],
2261 "EventType": "env_normal",
2262
2263 "SRC": {
2264 "ReasonCode": "0x2806",
2265 "Words6To9": {}
2266 },
2267
2268 "CalloutsUsingAD": {
2269 "ADName": "SENSOR_NAME",
2270 "CalloutsWithTheirADValues": [
2271 {
2272 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2273 "Callouts": [
2274 {
2275 "CalloutList": [
2276 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" }
2277 ]
2278 }
2279 ]
2280 }
2281 ]
2282 },
2283
2284 "Documentation": {
2285 "Description": "A temperature sensor is under its critical threshold.",
2286 "Message": "A temperature sensor is under its critical threshold.",
2287 "Notes": [
2288 "A temperature sensor crossed under its critical threshold value",
2289 "If it is the ambient sensor, then a symbolic FRU will be added."
2290 ]
2291 }
2292 },
2293
2294 {
Matt Spinler6b3490a2021-01-20 10:48:26 -06002295 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHigh",
2296 "Subsystem": "power",
2297 "ComponentID": "0x2800",
2298 "Severity": "predictive",
2299 "ActionFlags": ["service_action", "report"],
2300
2301 "SRC": {
2302 "ReasonCode": "0x2807",
2303 "Words6To9": {}
2304 },
2305
2306 "Callouts": [
2307 {
2308 "CalloutList": [
2309 {
2310 "Priority": "high",
2311 "SymbolicFRU": "ambient_temp"
2312 }
2313 ]
2314 }
2315 ],
2316
2317 "Documentation": {
2318 "Description": "The ambient temperature passed the EPOW3 limit.",
2319 "Message": "The ambient temperature passed the EPOW3 limit. The system will shut down if temp doesn't decrease.",
2320 "Notes": [
2321 "This error occurs when the ambient temperature surpassed",
2322 "the EPOW3 shutdown limit."
2323 ]
2324 }
2325 },
2326
2327 {
2328 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHighClear",
2329 "Subsystem": "power",
2330 "ComponentID": "0x2800",
2331 "Severity": "non_error",
2332 "ActionFlags": ["report"],
2333 "EventType": "env_normal",
2334
2335 "SRC": {
2336 "ReasonCode": "0x2808",
2337 "Words6To9": {}
2338 },
2339
2340 "Callouts": [
2341 {
2342 "CalloutList": [
2343 {
2344 "Priority": "high",
2345 "SymbolicFRU": "ambient_temp_back"
2346 }
2347 ]
2348 }
2349 ],
2350
2351 "Documentation": {
2352 "Description": "The ambient temperature is back under the EPOW3 limit.",
2353 "Message": "The ambient temperature is back under the EPOW3 limit."
2354 }
2355 },
2356
2357 {
2358 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.HardShutdownAlarmHigh",
2359 "Subsystem": "power",
2360 "ComponentID": "0x2800",
Matt Spinler6b3490a2021-01-20 10:48:26 -06002361 "ActionFlags": ["service_action", "report"],
2362
2363 "SRC": {
2364 "ReasonCode": "0x2809",
2365 "Words6To9": {}
2366 },
2367
2368 "Callouts": [
2369 {
2370 "CalloutList": [
2371 {
2372 "Priority": "high",
2373 "SymbolicFRU": "ambient_temp"
2374 }
2375 ]
2376 }
2377 ],
2378
2379 "Documentation": {
2380 "Description": "The ambient temperature passed the EPOW4 limit.",
2381 "Message": "The ambient temperature passed the EPOW4 limit. The system will shut down",
2382 "Notes": [
2383 "This error occurs when the ambient temperature surpassed",
2384 "the EPOW4 shutdown limit."
2385 ]
2386 }
2387 },
2388
2389 {
Rashmica Guptab63f75b2021-08-18 20:54:21 +10002390 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHigh",
2391 "Subsystem": "ext_env",
2392 "ComponentID": "0x2800",
2393 "Severity": "predictive",
2394 "ActionFlags": ["service_action", "report"],
2395
2396 "SRC": {
2397 "ReasonCode": "0x280A",
2398 "Words6To9": {}
2399 },
2400
2401 "CalloutsUsingAD": {
2402 "ADName": "SENSOR_NAME",
2403 "CalloutsWithTheirADValues": [
2404 {
2405 "ADValue": "/xyz/openbmc_project/sensors/altitude/Altitude",
2406 "Callouts": [
2407 {
2408 "CalloutList": [
2409 { "Priority": "high", "SymbolicFRU": "altitude" }
2410 ]
2411 }
2412 ]
2413 }
2414 ]
2415 },
2416
2417 "Documentation": {
2418 "Description": "An altitude sensor exceeded its warning threshold.",
2419 "Message": "An altitude sensor exceeded its warning threshold.",
2420 "Notes": [
2421 "The virtual altitude sensor crossed its warning threshold value",
2422 " and a symbolic FRU will be added."
2423 ]
2424 }
2425 },
2426
2427 {
2428 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHighClear",
2429 "Subsystem": "ext_env",
2430 "ComponentID": "0x2800",
2431 "Severity": "non_error",
2432 "ActionFlags": ["report"],
2433 "EventType": "env_normal",
2434
2435 "SRC": {
2436 "ReasonCode": "0x280B",
2437 "Words6To9": {}
2438 },
2439
2440 "Documentation": {
2441 "Description": "An altitude sensor is under its warning threshold.",
2442 "Message": "An altitude sensor is under its warning threshold.",
2443 "Notes": [
2444 "The virtual altitude sensor is under its warning threshold value",
2445 " and a symbolic FRU will be added."
2446 ]
2447 }
2448 },
2449
2450 {
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05002451 "Name": "com.ibm.VPD.Error.InvalidEepromPath",
2452 "Subsystem": "cec_vpd",
2453 "ComponentID": "0x4000",
2454
2455 "SRC": {
2456 "ReasonCode": "0x4000",
2457 "Words6To9":
2458 {
2459 "6":
2460 {
2461 "Description": "Errno of the failure.",
2462 "AdditionalDataPropSource": "CALLOUT_ERRNO"
2463 }
2464 }
2465 },
2466
2467 "Documentation": {
2468 "Description": "A path access error ocurred",
2469 "Message": "An EEPROM path access error occurred.",
2470 "Notes": [
2471 "This error occurs when parser is unable to access",
2472 "EEPROM path. Errno and device path are captured as",
2473 "additional data."
2474 ]
2475 }
2476 },
2477
2478 {
2479 "Name": "com.ibm.VPD.Error.InvalidVPD",
2480 "Subsystem": "cec_vpd",
2481 "ComponentID": "0x4000",
2482
2483 "SRC": {
2484 "ReasonCode": "0x4001",
2485 "Words6To9":
2486 {
2487 }
2488 },
2489
2490 "Documentation": {
2491 "Description": "Invalid VPD data.",
2492 "Message": "A VPD data exception occurred.",
2493 "Notes": [
2494 "This error occurs when VPD data is found to be",
2495 "invalid. This can be when VPD file is missing out",
2496 "mandatory records.Inventory path is captured in",
2497 "additional data."
2498 ]
2499 }
2500 },
2501
2502 {
2503 "Name": "com.ibm.VPD.Error.EccCheckFailed",
2504 "Subsystem": "cec_vpd",
2505 "ComponentID": "0x4000",
2506
2507 "SRC": {
2508 "ReasonCode": "0x4002",
2509 "Words6To9":
2510 {
2511 }
2512 },
2513
2514 "Documentation": {
2515 "Description": "Invalid VPD ecc data.",
2516 "Message": "A VPD ecc exception occurred.",
2517 "Notes": [
2518 "This error occurs when VPD ecc check fails for the FRU.",
2519 "Inventory path for the failed FRU is captured in additonal",
2520 "data."
2521 ]
2522 }
2523 },
2524
2525 {
2526 "Name": "com.ibm.VPD.Error.InvalidJson",
2527 "Subsystem": "cec_vpd",
2528 "ComponentID": "0x4000",
2529
2530 "SRC": {
2531 "ReasonCode": "0x4003",
2532 "Words6To9":
2533 {
2534 }
2535 },
2536
2537 "Documentation": {
2538 "Description": "Invalid Json",
2539 "Message": "A Json failure occurred.",
2540 "Notes": [
2541 "This error occurs when parser fails to access",
2542 "Json file or there is any issue with Json data.",
2543 "Failed Json path and cause of failure is captured",
2544 "in additional data."
2545 ]
2546 }
2547 },
2548
2549 {
2550 "Name": "com.ibm.VPD.Error.BlankSystemVPD",
2551 "Subsystem": "cec_vpd",
2552 "ComponentID": "0x4000",
2553
2554 "SRC": {
2555 "ReasonCode": "0x4004",
2556 "Words6To9":
2557 {
2558 }
2559 },
2560
2561 "Documentation": {
2562 "Description": "System VPD restore failed",
2563 "Message": "A system VPD restoration error occurred.",
2564 "Notes": [
2565 "This error occurs when restoring of system VPD fails.",
2566 "The FRU path and reason for failure is captured in",
2567 "additional data."
2568 ]
2569 }
2570 },
2571
2572 {
2573 "Name": "com.ibm.VPD.Error.DbusFailure",
2574 "Subsystem": "cec_vpd",
2575 "ComponentID": "0x4000",
2576
2577 "SRC": {
2578 "ReasonCode": "0x4005",
2579 "Words6To9":
2580 {
2581 }
2582 },
2583
2584 "Documentation": {
2585 "Description": "Dbus exception",
2586 "Message": "A Dbus internal error occurred.",
2587 "Notes": [
2588 "This error occurs when Dbus operation fails.",
2589 "Exceptions details are captured in additonal",
2590 "data."
2591 ]
2592 }
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05002593 },
2594
2595 {
2596 "Name": "org.open_power.Host.Boot.Error.WatchdogTimeout",
2597 "Subsystem": "cec_sp_hostboot_iface",
2598
2599 "SRC":
2600 {
2601 "ReasonCode": "0xC101",
2602 "Words6To9":
2603 {
2604 }
2605 },
2606
2607 "Documentation":
2608 {
2609 "Description": "Host did not respond within the watchdog timeout interval",
2610 "Message": "Host did not respond before the watchdog timeout interval expired",
2611 "Notes": [
2612 "Host did not respond before the expiry of the watchdog timeout interval.",
2613 "Collecting hostboot dump."
2614 ]
2615 }
Matt Spinler3fd08d62019-10-22 14:25:33 -05002616 }
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05002617
Matt Spinler44792fd2019-09-26 15:58:58 -05002618 ]
2619}