blob: 7b640d2e0a8c941d9f0838854c9cbe38ea74a80d [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 Spinler216999f2022-01-12 11:22:40 -06007 "Severity": "non_error",
Matt Spinler44792fd2019-09-26 15:58:58 -05008
Matt Spinler3fd08d62019-10-22 14:25:33 -05009 "SRC":
10 {
11 "ReasonCode": "0x1001",
12 "Words6To9":
13 {
14 "6":
15 {
16 "Description": "Timeout in ms",
17 "AdditionalDataPropSource": "TIMEOUT_IN_MSEC"
18 }
19 }
20 },
21
22 "Documentation":
23 {
24 "Description": "This is a generic timeout error",
25 "Message": "An operation timed out",
26 "Notes": [
27 "The journal should contain more information"
28 ]
29 }
30 },
31
32 {
33 "Name": "xyz.openbmc_project.Common.Error.InternalFailure",
34 "Subsystem": "bmc_firmware",
Matt Spinler216999f2022-01-12 11:22:40 -060035 "Severity": "non_error",
Matt Spinler3fd08d62019-10-22 14:25:33 -050036
37 "SRC":
38 {
39 "ReasonCode": "0x1002",
40 "Words6To9":
41 {
42 }
43 },
44
45 "Documentation":
46 {
47 "Description": "BMC code had a generic internal failure",
48 "Message": "An application had an internal failure",
49 "Notes": [
50 "The journal should contain more information"
51 ]
52 }
53 },
54
55 {
56 "Name": "xyz.openbmc_project.Common.Error.InvalidArgument",
57 "Subsystem": "user_error",
Matt Spinler216999f2022-01-12 11:22:40 -060058 "Severity": "non_error",
Matt Spinler3fd08d62019-10-22 14:25:33 -050059
60 "SRC":
61 {
62 "ReasonCode": "0x1003",
63 "Words6To9":
64 {
65 }
66 },
67
68 "Documentation":
69 {
70 "Description": "BMC code was given an invalid argument",
71 "Message": "Code was given an invalid argument",
72 "Notes": [
73 "The journal should contain more information"
74 ]
75 }
76 },
77 {
78 "Name": "xyz.openbmc_project.Common.Error.InsufficientPermission",
79 "Subsystem": "user_error",
Matt Spinler216999f2022-01-12 11:22:40 -060080 "Severity": "non_error",
Matt Spinler3fd08d62019-10-22 14:25:33 -050081
82 "SRC":
83 {
84 "ReasonCode": "0x1004",
85 "Words6To9":
86 {
87 }
88 },
89
90 "Documentation":
91 {
92 "Description": "An operation failed due to insufficient permission",
93 "Message": "An operation failed due to unsufficient permission",
94 "Notes": [
95 "The journal should contain more information"
96 ]
97 }
98 },
99
100 {
101 "Name": "xyz.openbmc_project.Common.Error.NotAllowed",
102 "Subsystem": "user_error",
Matt Spinler216999f2022-01-12 11:22:40 -0600103 "Severity": "non_error",
Matt Spinler3fd08d62019-10-22 14:25:33 -0500104
105 "SRC":
106 {
107 "ReasonCode": "0x1005",
108 "Words6To9":
109 {
110 }
111 },
112
113 "Documentation":
114 {
115 "Description": "An operation failed because it isn't allowed",
Matt Spinler26958762020-08-27 13:21:23 -0500116 "Message": "An operation failed because it isn't allowed",
Matt Spinler3fd08d62019-10-22 14:25:33 -0500117 "Notes": [
118 "The journal should contain more information"
119 ]
120 }
121 },
122
123 {
124 "Name": "xyz.openbmc_project.Common.Error.NoCACertificate",
125 "Subsystem": "user_error",
Matt Spinler216999f2022-01-12 11:22:40 -0600126 "Severity": "non_error",
Matt Spinler3fd08d62019-10-22 14:25:33 -0500127
128 "SRC":
129 {
130 "ReasonCode": "0x1006",
131 "Words6To9":
132 {
133 }
134 },
135
136 "Documentation":
137 {
138 "Description": "The server's CA certificate has not been provided",
139 "Message": "The server's CA certificate has not been provided"
140 }
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600141 },
142
143 {
Matt Spinleraf036b12020-06-25 10:53:52 -0500144 "Name": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure",
Matt Spinlerf24746c2022-01-31 10:40:13 -0600145 "Subsystem": "cec_i2c",
Matt Spinleraf036b12020-06-25 10:53:52 -0500146
147 "SRC":
148 {
149 "ReasonCode": "0x1007",
150 "Words6To9":
151 {
152 "6":
153 {
154 "Description": "errno of the failure",
155 "AdditionalDataPropSource": "CALLOUT_ERRNO"
156 }
157 }
158 },
159
160 "Documentation":
161 {
162 "Description": "Sensor device read failure",
163 "Message": "There was a failure when reading a sensor device",
164 "Notes": [
165 "The severity is set by the creator.",
166 "The action flags are set automatically by the code.",
167 "Callouts added based on CALLOUT_DEVICE_PATH."
168 ]
169 }
170 },
171
172 {
173 "Name": "xyz.openbmc_project.Common.Device.Error.ReadFailure",
Matt Spinlerf24746c2022-01-31 10:40:13 -0600174 "Subsystem": "cec_i2c",
Matt Spinleraf036b12020-06-25 10:53:52 -0500175
176 "SRC":
177 {
178 "ReasonCode": "0x1008",
179 "Words6To9":
180 {
181 "6":
182 {
183 "Description": "errno of the failure",
184 "AdditionalDataPropSource": "CALLOUT_ERRNO"
185 }
186 }
187 },
188
189 "Documentation":
190 {
191 "Description": "Device read failure",
192 "Message": "There was a failure when reading a hardware device",
193 "Notes": [
194 "The severity is set by the creator.",
195 "The action flags are set automatically by the code.",
196 "Callouts added based on CALLOUT_DEVICE_PATH."
197 ]
198 }
199 },
200
201 {
202 "Name": "xyz.openbmc_project.Control.Device.Error.WriteFailure",
Matt Spinlerf24746c2022-01-31 10:40:13 -0600203 "Subsystem": "cec_i2c",
Matt Spinleraf036b12020-06-25 10:53:52 -0500204
205 "SRC":
206 {
207 "ReasonCode": "0x1009",
208 "Words6To9":
209 {
210 "6":
211 {
212 "Description": "errno of the failure",
213 "AdditionalDataPropSource": "CALLOUT_ERRNO"
214 }
215 }
216 },
217
218 "Documentation":
219 {
220 "Description": "Device write failure",
221 "Message": "There was a failure when writing to a hardware device",
222 "Notes": [
223 "The severity is set by the creator.",
224 "The action flags are set automatically by the code.",
225 "Callouts added based on CALLOUT_DEVICE_PATH"
226 ]
227 }
228 },
229
230 {
231 "Name": "xyz.openbmc_project.Common.Device.Error.WriteFailure",
Matt Spinlerf24746c2022-01-31 10:40:13 -0600232 "Subsystem": "cec_i2c",
Matt Spinleraf036b12020-06-25 10:53:52 -0500233
234 "SRC":
235 {
236 "ReasonCode": "0x100A",
237 "Words6To9":
238 {
239 "6":
240 {
241 "Description": "errno of the failure",
242 "AdditionalDataPropSource": "CALLOUT_ERRNO"
243 }
244 }
245 },
246
247 "Documentation":
248 {
249 "Description": "Device write failure",
250 "Message": "There was a failure when writing to a hardware device",
251 "Notes": [
252 "The severity is set by the creator.",
253 "The action flags are set automatically by the code.",
254 "Callouts added based on CALLOUT_DEVICE_PATH"
255 ]
256 }
257 },
Jayanth Othayothbd0a7522021-05-03 02:05:36 -0500258
Matt Spinleraf036b12020-06-25 10:53:52 -0500259 {
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600260 "Name": "org.open_power.Logging.Error.SentBadPELToHost",
261 "Subsystem": "bmc_firmware",
262 "Severity": "non_error",
263
264 "SRC":
265 {
266 "ReasonCode": "0x2001",
267 "Words6To9":
268 {
269 "6":
270 {
271 "Description": "The bad PEL ID",
272 "AdditionalDataPropSource": "BAD_ID"
273 }
274 }
275 },
276
277 "Documentation":
278 {
279 "Description": "The BMC sent the host a malformed PEL",
280 "Message": "The BMC sent the host a malformed PEL",
281 "Notes": [
282 "The host firmware rejected that PEL."
283 ]
284 }
Matt Spinlere95fd012020-01-07 12:53:16 -0600285 },
286
287 {
288 "Name": "org.open_power.Logging.Error.BadHostPEL",
289 "Subsystem": "platform_firmware",
290 "Severity": "unrecoverable",
291
292 "SRC":
293 {
294 "ReasonCode": "0x2002",
295 "Words6To9":
296 {
297 "6":
298 {
299 "Description": "The PLID of the invalid PEL",
300 "AdditionalDataPropSource": "PLID"
301 },
302 "7":
303 {
304 "Description": "The corresponding OpenBMC event log ID",
305 "AdditionalDataPropSource": "OBMC_LOG_ID"
306 },
307 "8":
308 {
309 "Description": "The size of the invalid PEL",
310 "AdditionalDataPropSource": "PEL_SIZE"
311 }
312 }
313 },
314
Matt Spinler834f3ed2022-01-26 16:18:02 -0600315 "Callouts": [
316 {
317 "CalloutList": [
318 { "Priority": "high", "Procedure": "bmc_code" }
319 ]
320 }
321 ],
322
Matt Spinlere95fd012020-01-07 12:53:16 -0600323 "Documentation":
324 {
325 "Description": "The host sent the BMC an invalid PEL",
326 "Message": "The host sent the BMC an invalid PEL",
327 "Notes": [
328 ]
329 }
Marri Devender Raoead1be22020-03-28 05:50:59 -0500330 },
331
332 {
Matt Spinler3477ce92020-07-08 14:49:25 -0500333 "Name": "org.open_power.Logging.Error.TestError1",
334 "Subsystem": "platform_firmware",
335 "Severity": "unrecoverable",
336
337 "SRC":
338 {
339 "ReasonCode": "0x2003",
340 "Words6To9":
341 {
342 }
343 },
344
345 "Callouts": [
346 {
347 "CalloutList": [
348 {"Priority": "high", "Procedure": "bmc_code"},
349 {"Priority": "medium", "SymbolicFRU": "service_docs"}
350 ]
351 }
352 ],
353
354 "Documentation":
355 {
356 "Description": "An error for testing",
357 "Message": "This is a test error"
358 }
359 },
360
361 {
Matt Spinler30ddc9f2020-07-16 15:39:59 -0500362 "Name": "xyz.openbmc_project.Logging.Error.Default",
363 "Subsystem": "other_na",
364
365 "SRC":
366 {
367 "ReasonCode": "0x2004",
368 "Words6To9":
369 {
370 }
371 },
372
Matt Spinler834f3ed2022-01-26 16:18:02 -0600373 "Callouts": [
374 {
375 "CalloutList": [
376 { "Priority": "high", "Procedure": "bmc_code" }
377 ]
378 }
379 ],
380
Matt Spinler30ddc9f2020-07-16 15:39:59 -0500381 "Documentation":
382 {
383 "Description": "This entry is used when no other matching entry is found",
384 "Message": "Unknown (Original event not in message registry)",
385 "Notes": [
386 "This is used when the actual error name isn't found in ",
387 "the registry. The original error name will be stored ",
388 "in the UserData section that contains the AdditionalData ",
389 "properties using the key ERROR_NAME.",
390 "This error may contain callouts if the creator passed ",
391 "them in.",
392 "The severity is set by the creator.",
393 "If this error is seen, then a code change needs to be ",
394 "made to add the missing error entry to this registry."
395 ]
396 }
397 },
398
399 {
Matt Spinlerc865ed92022-02-16 14:07:32 -0600400 "Name": "org.open_power.Logging.Error.TestError2",
401 "Subsystem": "bmc_firmware",
402 "Severity": "recovered",
403 "ActionFlags": ["report"],
404
405 "SRC":
406 {
407 "ReasonCode": "0x2005",
408 "Words6To9":
409 {
410 }
411 },
412
413 "Callouts": [
414 {
415 "CalloutList": [
416 { "Priority": "high", "LocCode": "P0" }
417 ]
418 }
419 ],
420
421 "Documentation":
422 {
423 "Description": "An error for testing",
424 "Message": "This is a test recoverable error",
425 "Notes": [
426 "This error is not created by BMC code and is ",
427 "only used for error injection tests."
428 ]
429 }
430 },
431
432 {
Marri Devender Raoead1be22020-03-28 05:50:59 -0500433 "Name": "org.open_power.PHAL.Error.Boot",
434 "Subsystem": "cec_hardware",
Ramesh Iyyar41e79dc2020-12-22 06:27:48 -0600435 "ComponentID": "0x3000",
Marri Devender Raoead1be22020-03-28 05:50:59 -0500436 "Severity": "unrecoverable",
437
438 "SRC":
439 {
Ramesh Iyyar41e79dc2020-12-22 06:27:48 -0600440 "ReasonCode": "0x3001",
Marri Devender Raoead1be22020-03-28 05:50:59 -0500441 "Words6To9":
442 {
443 }
444 },
445
446 "Documentation":
447 {
448 "Description": "Failure occured during boot process",
449 "Message": "Failure occured during boot process",
450 "Notes": [
451 "Debug traces will be captured in AdditionalData section"
452 ]
453 }
Ben Tyner34836322020-04-15 17:01:48 -0500454 },
455
456 {
Ramesh Iyyar78be2a22020-12-22 06:22:55 -0600457 "Name": "org.open_power.PHAL.Error.PrePowerOff",
458 "Subsystem": "cec_hardware",
459 "ComponentID": "0x3000",
460
461 "SRC":
462 {
463 "ReasonCode": "0x3002",
464 "Words6To9":
465 {
466 }
467 },
468
469 "Documentation":
470 {
471 "Description": "Failure occurred during PHAL pre-poweroff operations",
472 "Message": "Failure occurred during PHAL pre-poweroff operations",
473 "Notes": [
474 "Severity needs to be set based on needs for this registry.",
475 "FFDC (First Failure Data Collection) will be collected ",
476 "and added into PEL."
477 ]
478 }
479 },
480
481 {
Jayanth Othayothdb00d762021-07-13 02:48:19 -0500482 "Name": "org.open_power.PHAL.Error.devtreeSync",
483 "Subsystem": "cec_hardware",
484 "ComponentID": "0x3000",
485 "Severity": "unrecoverable",
486
487 "SRC":
488 {
489 "ReasonCode": "0x3003",
490 "Words6To9":
491 {
492 }
493 },
494
495 "Documentation":
496 {
497 "Description": "Failure occurred during PHAL devtree sync ",
498 "Message": "Failure occurred during PHAL devtree sync",
499 "Notes": [
500 "The journal should contain more information"
501 ]
502 }
503 },
504
505 {
Jayanth Othayothf3e619a2021-07-13 03:58:06 -0500506 "Name": "org.open_power.PHAL.Error.devtreeBackup",
507 "Subsystem": "cec_hardware",
508 "ComponentID": "0x3000",
509 "Severity": "unrecoverable",
510
511 "SRC":
512 {
513 "ReasonCode": "0x3004",
514 "Words6To9":
515 {
516 }
517 },
518
519 "Documentation":
520 {
521 "Description": "Failure occurred during PHAL devtree backup ",
522 "Message": "Failure occurred during PHAL devtree backup",
523 "Notes": [
524 "The journal should contain more information"
525 ]
526 }
527 },
528
529 {
Andrew Geisslerd54fd732021-07-20 14:07:12 -0400530 "Name": "org.open_power.PHAL.Error.HostRunning",
531 "Subsystem": "cec_sp_hostboot_iface",
532 "ComponentID": "0x3000",
533
534 "SRC":
535 {
536 "ReasonCode": "0x3005",
537 "Words6To9":
538 {
539 }
540 },
541
542 "Documentation":
543 {
544 "Description": "Host did not respond to BMC after a BMC reset",
545 "Message": "Host did not respond to BMC after a BMC reset but hardware indicates it is running",
546 "Notes": [
547 "System will be left in its current state to ensure host ",
548 "is not unexpectedly taken down. There is most likely an ",
549 "issue in the software or hardware communication path ",
550 "between the BMC and the Host firmware.",
551 "A BMC dump will be collected with relevant FFDC."
552 ]
553 }
554 },
555
556 {
Jayanth Othayoth7d2bea72021-11-29 07:26:34 -0600557 "Name": "org.open_power.PHAL.Error.devtreeReinit",
558 "Subsystem": "cec_hardware",
559 "ComponentID": "0x3000",
560 "Severity": "unrecoverable",
561
562 "SRC":
563 {
564 "ReasonCode": "0x3006",
565 "Words6To9":
566 {
567 }
568 },
569
570 "Documentation":
571 {
572 "Description": "Failure re-initializing BMC to Host data structure",
573 "Message": "Failure occurred during re-initializing BMC to Host data structure",
574 "Notes": [
575 "The journal should contain more information"
576 ]
577 }
578 },
579
580 {
Ramesh Iyyarb3d45ed2021-12-07 09:18:19 -0600581 "Name": "org.open_power.HardwareIsolation.Error",
582 "Subsystem": "cec_hardware",
583 "ComponentID": "0x3100",
584
585 "SRC":
586 {
587 "ReasonCode": "0x3101",
588 "Words6To9":
589 {
590 }
591 },
592
593 "Documentation":
594 {
595 "Description": "Failure occured during hardware isolation operations",
596 "Message": "Failure occured during hardware isolation operations",
597 "Notes": [
598 "Severity needs to be set based on needs for this registry.",
599 "Debug traces will be captured in AdditionalData section"
600 ]
601 }
602 },
603
604 {
Andrew Geissler8034dde2021-09-10 14:43:03 -0500605 "Name": "xyz.openbmc_project.State.Error.HostNotRunning",
606 "Subsystem": "cec_sp_hostboot_iface",
607 "ComponentID": "0x3400",
608 "SRC":
609 {
610 "ReasonCode": "0x3401",
611 "Words6To9":
612 {
613 }
614 },
615 "Documentation":
616 {
617 "Description": "Host was booting or booted before BMC reset but is now unresponsive",
618 "Message": "Host did not respond to BMC after a BMC reset but it was booting or booted prior to the BMC reboot",
619 "Notes": [
620 "System will follow recovery policy, resulting in this ",
621 "error and most likely a a reboot of the host. The issue ",
622 "is most likely the result of the BMC rebooting while the ",
623 "host was booting and in a state where it still needed ",
624 "the BMC to complete its boot."
625 ]
626 }
627 },
628
629 {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -0500630 "Name": "org.open_power.Processor.Error.SbeChipOpFailure",
631 "Subsystem": "processor_chip",
632 "ComponentID": "0x3500",
633
634 "SRC":
635 {
636 "ReasonCode": "0x3500",
637 "Words6To9":
638 {
639 "6":
640 {
641 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
642 "AdditionalDataPropSource": "SRC6"
643 }
644 }
645 },
646
647 "Documentation":
648 {
649 "Description": "chipop failure with SBE provided FFDC",
650 "Message": "chipop request failure reported by SBE",
651 "Notes": [
652 "The severity is set by the creator.",
653 "Callouts added based on SBE provided FFDC.",
654 "SBE provided additional debug data included as part of the",
655 "additional user data section."
656 ]
657 }
658 },
659
660 {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -0500661 "Name": "org.open_power.Processor.Error.SbeChipOpTimeout",
662 "Subsystem": "processor_chip",
663 "ComponentID": "0x3500",
664
665 "SRC":
666 {
667 "ReasonCode": "0x3501",
668 "Words6To9":
669 {
670 "6":
671 {
672 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
673 "AdditionalDataPropSource": "SRC6"
674 }
675 }
676 },
677
678 "Documentation":
679 {
680 "Description": "SBE chipop timeout",
681 "Message": "chipop timeout reported during SBE communication",
682 "Notes": [
683 "The severity is set by the creator.",
684 "Check SBE Dump associated to this error to debug the failure."
685 ]
686 }
687 },
688
689 {
Jayanth Othayoth6c601832021-05-03 02:56:04 -0500690 "Name": "org.open_power.Processor.Error.SbeChipOpInvalidState",
691 "Subsystem": "processor_chip",
692 "ComponentID": "0x3500",
693
694 "SRC":
695 {
696 "ReasonCode": "0x3502",
697 "Words6To9":
698 {
699 "6":
700 {
701 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
702 "AdditionalDataPropSource": "SRC6"
703 },
704 "7":
705 {
706 "Description": "Value of SBE state",
707 "AdditionalDataPropSource": "SRC7"
708 }
709 }
710 },
711
712 "Documentation":
713 {
714 "Description": "The SBE on this processor is not in a state where chipOps can be issued",
715 "Message": "SBE Chipop is not allowed due to invalid SBE state ",
716 "Notes": [
717 "The severity is set by the creator."
718 ]
719 }
720 },
721
722 {
Jayanth Othayothabc88b02021-09-19 06:07:22 -0500723 "Name": "org.open_power.Processor.Error.SbeBootFailure",
724 "Subsystem": "processor_chip",
725 "ComponentID": "0x3500",
726
727 "SRC":
728 {
729 "ReasonCode": "0x3503",
730 "Words6To9":
731 {
732 "6":
733 {
734 "Description": "[0:15] chip position",
735 "AdditionalDataPropSource": "SRC6"
736 }
737 }
738 },
739
740 "Documentation":
741 {
742 "Description": "Boot failure with SBE provided FFDC",
743 "Message": "Boot failure reported by SBE",
744 "Notes": [
745 "The severity is set by the creator.",
746 "Callouts added based on SBE provided FFDC.",
747 "SBE provided additional debug data included as part of the",
748 "additional user data section."
749 ]
750 }
751 },
752
753 {
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -0500754 "Name": "org.open_power.Processor.Error.SbeBootTimeout",
755 "Subsystem": "processor_chip",
756 "ComponentID": "0x3500",
757
758 "SRC":
759 {
760 "ReasonCode": "0x3504",
761 "Words6To9":
762 {
763 }
764 },
765
766 "Documentation":
767 {
768 "Description": "SBE Boot timeout",
769 "Message": "timeout reported during SBE boot process",
770 "Notes": [
771 "The severity is set by the creator.",
772 "Check SBE Dump associated to this error to debug the failure."
773 ]
774 }
775 },
776
777 {
Ben Tyner34836322020-04-15 17:01:48 -0500778 "Name": "org.open_power.Attn.Error.Terminate",
Ben Tyner808e29f2021-04-16 08:32:23 -0500779 "Subsystem": "cec_hardware",
780 "Severity": "non_error",
Ben Tyner34836322020-04-15 17:01:48 -0500781
782 "SRC":
783 {
784 "ReasonCode": "0xD138",
Ben Tyner808e29f2021-04-16 08:32:23 -0500785 "SymptomIDFields": [ "SRCWord3", "SRCWord4", "SRCWord5", "SRCWord6", "SRCWord7", "SRCWord8", "SRCWord9" ],
Ben Tyner34836322020-04-15 17:01:48 -0500786 "Words6To9":
787 {
788 }
789 },
790
791 "Documentation":
792 {
793 "Description": "Status shows TI special attention active",
794 "Message": "TI special attention detected",
795 "Notes": [
796 "This entry is for any TI special attention event ",
797 "reported by the attention handler component"
798 ]
799 }
800 },
801
802 {
803 "Name": "org.open_power.Attn.Error.Fail",
804 "Subsystem": "bmc_firmware",
805 "Severity": "unrecoverable_loss_of_function",
806
807 "SRC":
808 {
809 "ReasonCode": "0xD13E",
810 "Words6To9":
811 {
812 "6":
813 {
814 "Description": "Error code from attention handler",
815 "AdditionalDataPropSource": "ERROR_CODE"
816 }
817 }
818 },
819 "Documentation":
820 {
821 "Description": "The attention handler encountered an error",
822 "MessageArgSources" : ["SRCWord6"],
823 "Message": "Attention handler error %1",
824 "Notes": [
825 "Attention handler will provide error code"
826 ]
827 }
828 },
829
830 {
831 "Name": "org.open_power.Attn.Error.Vital",
832 "Subsystem": "processor_chip",
833 "Severity": "critical",
834
835 "SRC":
836 {
837 "ReasonCode": "0xD16D",
838 "Words6To9":
839 {
840 }
841 },
842
843 "Documentation":
844 {
845 "Description": "Status shows SBE vital attention active",
846 "Message": "SBE vital attention detected",
847 "Notes": [
848 "This entry is for any SBE vital attention event ",
849 "reported by the attention handler component"
850 ]
851 }
852 },
853
854 {
855 "Name": "org.open_power.HwDiags.Error.Checkstop",
856 "Subsystem": "cec_hardware",
Zane Shelley561c0382020-11-17 13:20:05 -0600857 "ActionFlags": [ "service_action", "report", "call_home" ],
Ben Tyner34836322020-04-15 17:01:48 -0500858
859 "SRC":
860 {
Zane Shelley561c0382020-11-17 13:20:05 -0600861 "ReasonCode": "0xE510",
862 "SymptomIDFields": [ "SRCWord6", "SRCWord7", "SRCWord8" ],
Ben Tyner34836322020-04-15 17:01:48 -0500863 "Words6To9":
864 {
Zane Shelley45ab43a2021-11-13 16:16:57 -0600865 "6":
866 {
867 "AdditionalDataPropSource": "SRC6"
868 },
869 "7":
870 {
871 "AdditionalDataPropSource": "SRC7"
872 },
873 "8":
874 {
875 "AdditionalDataPropSource": "SRC8"
876 }
Ben Tyner34836322020-04-15 17:01:48 -0500877 }
878 },
879
880 "Documentation":
881 {
Zane Shelley561c0382020-11-17 13:20:05 -0600882 "Description": "A system checkstop attention has occurred",
883 "MessageArgSources" : [ "SRCWord6", "SRCWord7", "SRCWord8" ],
Zane Shelley45ab43a2021-11-13 16:16:57 -0600884 "Message": "Error Signature: %1 %2 %3"
Ben Tyner34836322020-04-15 17:01:48 -0500885 }
886 },
887
888 {
Zane Shelley561c0382020-11-17 13:20:05 -0600889 "Name": "org.open_power.HwDiags.Error.Predictive",
890 "Subsystem": "cec_hardware",
891 "ActionFlags": [ "service_action", "report", "call_home" ],
Ben Tyner34836322020-04-15 17:01:48 -0500892
893 "SRC":
894 {
Zane Shelley561c0382020-11-17 13:20:05 -0600895 "ReasonCode": "0xE511",
896 "SymptomIDFields": [ "SRCWord6", "SRCWord7", "SRCWord8" ],
Ben Tyner34836322020-04-15 17:01:48 -0500897 "Words6To9":
898 {
Zane Shelley45ab43a2021-11-13 16:16:57 -0600899 "6":
900 {
901 "AdditionalDataPropSource": "SRC6"
902 },
903 "7":
904 {
905 "AdditionalDataPropSource": "SRC7"
906 },
907 "8":
908 {
909 "AdditionalDataPropSource": "SRC8"
910 }
Ben Tyner34836322020-04-15 17:01:48 -0500911 }
912 },
Zane Shelley561c0382020-11-17 13:20:05 -0600913
Ben Tyner34836322020-04-15 17:01:48 -0500914 "Documentation":
915 {
Zane Shelley561c0382020-11-17 13:20:05 -0600916 "Description": "A hardware attention requiring service has occurred",
917 "MessageArgSources" : [ "SRCWord6", "SRCWord7", "SRCWord8" ],
Zane Shelley45ab43a2021-11-13 16:16:57 -0600918 "Message": "Error Signature: %1 %2 %3"
Ben Tyner34836322020-04-15 17:01:48 -0500919 }
Shawn McCarney01648f52020-06-25 11:42:02 -0500920 },
921
922 {
Zane Shelleydd4bd482021-12-08 09:12:51 -0600923 "Name": "org.open_power.HwDiags.Error.Informational",
924 "Subsystem": "cec_hardware",
925 "ActionFlags": [ "hidden", "dont_report" ],
926
927 "SRC":
928 {
929 "ReasonCode": "0xE512",
930 "SymptomIDFields": [ "SRCWord6", "SRCWord7", "SRCWord8" ],
931 "Words6To9":
932 {
933 "6":
934 {
935 "AdditionalDataPropSource": "SRC6"
936 },
937 "7":
938 {
939 "AdditionalDataPropSource": "SRC7"
940 },
941 "8":
942 {
943 "AdditionalDataPropSource": "SRC8"
944 }
945 }
946 },
947
948 "Documentation":
949 {
950 "Description": "Manual analysis was initiated via the command line. FFDC only.",
951 "MessageArgSources" : [ "SRCWord6", "SRCWord7", "SRCWord8" ],
952 "Message": "Error Signature: %1 %2 %3"
953 }
954 },
955
956 {
Brandon Wyman38caaf02020-09-01 16:07:42 -0500957 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.InputFault",
958 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -0500959 "ActionFlags": ["service_action", "report"],
960 "ComponentID": "0x2700",
961
962 "SRC": {
963 "Type": "11",
964 "ReasonCode": "0x15F0",
965 "Words6To9": {}
966 },
967
968 "Callouts": [
969 {
970 "CalloutList": [
971 { "Priority": "high", "SymbolicFRU": "pwrsply" }
972 ]
973 }
974 ],
975
976 "Documentation": {
977 "Description": "Power Supply input power fault",
978 "Message": "A power supply has indicated an input or under voltage condition.",
979 "Notes": [
980 "Check the power supply cabling and/or input power ",
981 "source. The PWRSPLY procedure is used rather than ",
982 "calling out a location code, as typically these faults ",
983 "are related to the supplied power, the cable, or the ",
984 "cable connectors. If the input fault resolves down to an ",
985 "issue with the power supply itself, the power supply ",
986 "indicating this input fault should be called out. Add the ",
987 "CALLOUT_INVENTORY_PATH to the additional data, and set the",
988 "CALLOUT_PRIORITY to something other than high."
989 ]
990 }
991 },
992
993 {
994 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Fault",
995 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -0500996 "ActionFlags": ["service_action", "report", "call_home"],
997 "ComponentID": "0x2700",
998
999 "SRC": {
1000 "Type": "11",
1001 "ReasonCode": "0x15F1",
1002 "Words6To9": {}
1003 },
1004
1005 "Documentation": {
1006 "Description": "Power Supply power fault",
1007 "Message": "The power supply detected a fault condition, see AdditionalData for further details.",
1008 "Notes": [
1009 "The power supply reporting the fault should be called ",
1010 "out using the CALLOUT_INVENTORY_PATH keyword. Include ",
1011 "specific fault, STATUS_* details, and code level in the ",
1012 "AdditionalData section."
1013 ]
1014 }
1015 },
1016
1017 {
1018 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.CommFault",
1019 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001020 "ActionFlags": ["service_action", "report", "call_home"],
1021 "ComponentID": "0x2700",
1022
1023 "SRC": {
1024 "Type": "11",
1025 "ReasonCode": "0x15F2",
1026 "Words6To9": {}
1027 },
1028
1029 "Documentation": {
1030 "Description": "Power Supply non-power fault",
1031 "Message": "A communication failure occurred talking to the power supply",
1032 "Notes": [
1033 "Communication problems with the power supply could be ",
1034 "the power supply, or any hardware between it and the ",
1035 "BMC. Reporting the error should be passing in a call ",
1036 "out using CALLOUT_DEVICE_PATH."
1037 ]
1038 }
1039 },
1040
1041 {
1042 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Missing",
1043 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001044 "ActionFlags": ["service_action", "report", "call_home"],
1045 "ComponentID": "0x2700",
1046
1047 "SRC": {
1048 "Type": "11",
1049 "ReasonCode": "0x15F6",
1050 "Words6To9": {}
1051 },
1052
1053 "Callouts": [
1054 {
1055 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -05001056 {
1057 "Priority": "high",
1058 "SymbolicFRUTrusted": "pwrsply",
1059 "UseInventoryLocCode": true
1060 }
Brandon Wyman38caaf02020-09-01 16:07:42 -05001061 ]
1062 }
1063 ],
1064
1065 "Documentation": {
1066 "Description": "Power Supply is missing",
1067 "Message": "A power supply that should be present is missing",
1068 "Notes": [
1069 "The CalloutList should use the PWRSPLY symbolic FRU ",
Matt Spinler80600192020-10-23 09:29:33 -05001070 "with the trusted location code property. The ",
1071 "location code in this callout is obtained from ",
1072 "the passed in CALLOUT_INVENTORY_PATH value."
Brandon Wyman38caaf02020-09-01 16:07:42 -05001073 ]
1074 }
1075 },
1076
1077 {
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00001078 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.NotSupported",
1079 "Subsystem": "power_supply",
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00001080 "ActionFlags": ["service_action", "report", "call_home"],
1081 "ComponentID": "0x2700",
1082
1083 "SRC": {
1084 "Type": "11",
1085 "ReasonCode": "0x15F7",
1086 "Words6To9": {}
1087 },
1088
1089 "Documentation": {
1090 "Description": "Power Supply configuration is not supported",
1091 "Message": "The power supply configuration is not supported",
1092 "Notes": [
1093 "The combination of power supplies detected in the ",
1094 "system is not supported. This could be caused by ",
1095 "mismatched models, less than expected number of power ",
1096 "supplies, or other unsupported characteristics."
1097 ]
1098 }
1099 },
1100
1101 {
Brandon Wymanc30f00a2021-11-18 21:10:04 +00001102 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.FanFault",
1103 "Subsystem": "power_supply",
Brandon Wymanc30f00a2021-11-18 21:10:04 +00001104 "ActionFlags": ["service_action", "report", "call_home"],
1105 "ComponentID": "0x2700",
1106
1107 "SRC": {
1108 "Type": "11",
1109 "ReasonCode": "0x15FF",
1110 "Words6To9": {}
1111 },
1112
1113 "Documentation": {
1114 "Description": "Power Supply fan fault",
1115 "Message": "A power supply indicated a fan fault has occurred",
1116 "Notes": [
1117 "The power supply reporting the fault should be called ",
1118 "out using the CALLOUT_INVENTORY_PATH keyword. Include ",
1119 "specific fault, STATUS_* details, and code level in the ",
1120 "AdditionalData section."
1121 ]
1122 }
1123 },
1124
1125 {
Brandon Wyman90c88402021-11-16 20:34:49 +00001126 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.IoutOCFault",
1127 "Subsystem": "power_supply",
Brandon Wyman90c88402021-11-16 20:34:49 +00001128 "ActionFlags": ["service_action", "report", "call_home"],
1129 "ComponentID": "0x2700",
1130
1131 "SRC": {
1132 "Type": "11",
1133 "ReasonCode": "0x1B01",
1134 "Words6To9": {}
1135 },
1136
1137 "Callouts": [
1138 {
1139 "CalloutList": [
1140 { "Priority": "high", "Procedure": "power_overcurrent" }
1141 ]
1142 }
1143 ],
1144
1145 "Documentation": {
1146 "Description": "Power Supply output over-current power fault",
1147 "Message": "A power supply has indicated an output over-current condition."
1148 }
1149 },
1150
1151 {
Jay Meyer54ff54e2021-03-14 20:18:41 -05001152 "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Blackout",
1153 "Subsystem": "power",
1154 "ActionFlags": [ "report", "service_action" ],
1155 "Severity": "unrecoverable",
1156 "ComponentID": "0x2700",
1157
1158 "SRC":
1159 {
1160 "Type": "11",
1161 "ReasonCode": "0x00AC",
1162 "Words6To9": {},
1163 "PowerFault": true
1164 },
1165
1166 "Callouts": [
1167 {
1168 "CalloutList": [
1169 { "Priority": "high", "SymbolicFRU": "ac_module"}
1170 ]
1171 }
1172 ],
1173
1174 "Documentation": {
1175 "Description": "Input power was lost while the system was powered on.",
1176 "Message": "Input power was lost while the system was powered on.",
1177 "Notes": [
1178 "Input power was lost while system powered on.",
1179 "The CalloutList should use the ACMODUL symbolic FRU."
1180 ]
1181 }
1182 },
1183
1184 {
Brandon Wyman002d8cf2021-12-01 23:05:11 +00001185 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.PSKillFault",
1186 "Subsystem": "power_supply",
Brandon Wyman002d8cf2021-12-01 23:05:11 +00001187 "ActionFlags": ["service_action", "report", "call_home"],
1188 "ComponentID": "0x2700",
1189
1190 "SRC": {
1191 "Type": "11",
1192 "ReasonCode": "0x2500",
1193 "Words6To9": {},
1194 "PowerFault": true
1195 },
1196
1197 "Callouts": [
1198 {
1199 "CalloutList": [
1200 { "Priority": "high", "Procedure": "power_overcurrent" }
1201 ]
1202 }
1203 ],
1204
1205 "Documentation": {
1206 "Description": "A power supply fault is potentially preventing the power supply from allowing the system to power on.",
1207 "Message": "Power supply PSKill_fault",
1208 "Notes": [
1209 ]
1210 }
1211 },
1212
1213 {
Jim Wright7f678902020-11-30 16:03:57 -06001214 "Name": "xyz.openbmc_project.Power.Error.Shutdown",
1215 "Subsystem": "power_sequencer",
1216 "ComponentID": "0x2700",
1217
1218 "SRC": {
1219 "Type": "11",
1220 "ReasonCode": "0x2600",
1221 "Words6To9": {}
1222 },
1223
1224 "Callouts": [
1225 {
1226 "CalloutList": [
1227 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1228 ]
1229 }
1230 ],
1231
1232 "Documentation": {
1233 "Description": "A power off was issued because a power fault was detected",
1234 "Message": "A power off was issued because a power fault was detected",
1235 "Notes": [
1236 ]
1237 }
1238 },
1239
1240 {
Ben Tyner0273a222021-07-12 15:18:13 -05001241 "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Regulator",
1242 "Subsystem": "power_control_hw",
1243 "ComponentID": "0x2700",
1244
1245 "SRC": {
1246 "Type": "11",
1247 "ReasonCode": "0x2602",
1248 "Words6To9": {},
1249 "PowerFault": true
1250 },
1251
1252 "Callouts": [
1253 {
1254 "System": "ibm,rainier",
1255 "CalloutList": [
1256 {
1257 "Priority": "high",
1258 "LocCode": "P0-C5"
1259 },
1260 {
1261 "Priority": "medium",
1262 "LocCode": "P0"
1263 }
1264 ]
1265 },
1266 {
1267 "System": "ibm,everest",
1268 "CalloutList": [
1269 {
1270 "Priority": "high",
1271 "LocCode": "P0-C59"
1272 },
1273 {
1274 "Priority": "medium",
1275 "LocCode": "P0"
1276 }
1277 ]
1278 }
1279 ],
1280
1281 "Documentation": {
1282 "Description": "A power off was issued because a regulator for standby power faulted",
1283 "Message": "A power off was issued because a regulator for standby power faulted",
1284 "Notes": [
1285 ]
1286 }
1287 },
1288
1289 {
Jim Wright7f678902020-11-30 16:03:57 -06001290 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerPGOODFault",
1291 "Subsystem": "power_sequencer",
1292 "ComponentID": "0x2700",
1293
1294 "SRC": {
1295 "Type": "11",
1296 "ReasonCode": "0x2610",
1297 "Words6To9": {}
1298 },
1299
1300 "CalloutsUsingAD": {
1301 "ADName": "INPUT_NAME", "CalloutsWithTheirADValues": [
1302 {
1303 "ADValue": "PCIE_SLOT0", "Callouts": [
1304 {
1305 "CalloutList": [
1306 { "Priority": "high", "LocCode": "P0-C0" },
1307 { "Priority": "medium", "LocCode": "P0" }
1308 ]
1309 }
1310 ]
1311 },
1312 {
1313 "ADValue": "PCIE_SLOT1", "Callouts": [
1314 {
1315 "CalloutList": [
1316 { "Priority": "high", "LocCode": "P0-C1" },
1317 { "Priority": "medium", "LocCode": "P0" }
1318 ]
1319 }
1320 ]
1321 },
1322 {
1323 "ADValue": "PCIE_SLOT2", "Callouts": [
1324 {
1325 "CalloutList": [
1326 { "Priority": "high", "LocCode": "P0-C2" },
1327 { "Priority": "medium", "LocCode": "P0" }
1328 ]
1329 }
1330 ]
1331 },
1332 {
1333 "ADValue": "PCIE_SLOT3", "Callouts": [
1334 {
1335 "CalloutList": [
1336 { "Priority": "high", "LocCode": "P0-C3" },
1337 { "Priority": "medium", "LocCode": "P0" }
1338 ]
1339 }
1340 ]
1341 },
1342 {
1343 "ADValue": "PCIE_SLOT4", "Callouts": [
1344 {
1345 "CalloutList": [
1346 { "Priority": "high", "LocCode": "P0-C4" },
1347 { "Priority": "medium", "LocCode": "P0" }
1348 ]
1349 }
1350 ]
1351 },
1352 {
Jim Wright2e4eb072022-02-03 14:43:46 -06001353 "ADValue": "PCIE_SLOT5", "Callouts": [
1354 {
1355 "CalloutList": [
1356 { "Priority": "high", "LocCode": "P0-C5" },
1357 { "Priority": "medium", "LocCode": "P0" }
1358 ]
1359 }
1360 ]
1361 },
1362 {
1363 "ADValue": "PCIE_SLOT6", "Callouts": [
1364 {
1365 "CalloutList": [
1366 { "Priority": "high", "LocCode": "P0-C6" },
1367 { "Priority": "medium", "LocCode": "P0" }
1368 ]
1369 }
1370 ]
1371 },
1372 {
Jim Wright7f678902020-11-30 16:03:57 -06001373 "ADValue": "PCIE_SLOT7", "Callouts": [
1374 {
1375 "CalloutList": [
1376 { "Priority": "high", "LocCode": "P0-C7" },
1377 { "Priority": "medium", "LocCode": "P0" }
1378 ]
1379 }
1380 ]
1381 },
1382 {
1383 "ADValue": "PCIE_SLOT8", "Callouts": [
1384 {
1385 "CalloutList": [
1386 { "Priority": "high", "LocCode": "P0-C8" },
1387 { "Priority": "medium", "LocCode": "P0" }
1388 ]
1389 }
1390 ]
1391 },
1392 {
1393 "ADValue": "PCIE_SLOT9", "Callouts": [
1394 {
1395 "CalloutList": [
1396 { "Priority": "high", "LocCode": "P0-C9" },
1397 { "Priority": "medium", "LocCode": "P0" }
1398 ]
1399 }
1400 ]
1401 },
1402 {
1403 "ADValue": "PCIE_SLOT10", "Callouts": [
1404 {
1405 "CalloutList": [
1406 { "Priority": "high", "LocCode": "P0-C10" },
1407 { "Priority": "medium", "LocCode": "P0" }
1408 ]
1409 }
1410 ]
1411 },
1412 {
1413 "ADValue": "PCIE_SLOT11", "Callouts": [
1414 {
1415 "CalloutList": [
1416 { "Priority": "high", "LocCode": "P0-C11" },
1417 { "Priority": "medium", "LocCode": "P0" }
1418 ]
1419 }
1420 ]
1421 },
1422 {
1423 "ADValue": "PGOOD_12A", "Callouts": [
1424 {
1425 "CalloutList": [
1426 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1427 ]
1428 }
1429 ]
1430 },
1431 {
1432 "ADValue": "PGOOD_12B", "Callouts": [
1433 {
1434 "CalloutList": [
1435 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1436 ]
1437 }
1438 ]
1439 },
1440 {
1441 "ADValue": "PGOOD_12C", "Callouts": [
1442 {
1443 "CalloutList": [
1444 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1445 ]
1446 }
1447 ]
1448 },
1449 {
1450 "ADValue": "PGOOD_12D", "Callouts": [
1451 {
1452 "CalloutList": [
1453 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1454 ]
1455 }
1456 ]
1457 },
1458 {
1459 "ADValue": "PGOOD_12L", "Callouts": [
1460 {
1461 "CalloutList": [
1462 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1463 ]
1464 }
1465 ]
1466 },
1467 {
1468 "ADValue": "PGOOD_12M", "Callouts": [
1469 {
1470 "CalloutList": [
1471 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1472 ]
1473 }
1474 ]
1475 },
1476 {
1477 "ADValue": "PGOOD_12N", "Callouts": [
1478 {
1479 "CalloutList": [
1480 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1481 ]
1482 }
1483 ]
1484 },
1485 {
1486 "ADValue": "PGOOD_12P", "Callouts": [
1487 {
1488 "CalloutList": [
1489 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1490 ]
1491 }
1492 ]
1493 },
1494 {
1495 "ADValue": "PGOOD_12PCIE", "Callouts": [
1496 {
1497 "CalloutList": [
1498 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1499 ]
1500 }
1501 ]
1502 },
1503 {
1504 "ADValue": "PGOOD_12Q", "Callouts": [
1505 {
1506 "CalloutList": [
1507 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1508 ]
1509 }
1510 ]
1511 },
1512 {
1513 "ADValue": "PGOOD_12R", "Callouts": [
1514 {
1515 "CalloutList": [
1516 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1517 ]
1518 }
1519 ]
1520 },
1521 {
1522 "ADValue": "PGOOD_VDN_DCM0", "Callouts": [
1523 {
1524 "CalloutList": [
1525 { "Priority": "high", "LocCode": "P0-C14" },
1526 { "Priority": "medium", "LocCode": "P0-C15" },
1527 { "Priority": "low", "LocCode": "P0" }
1528 ]
1529 }
1530 ]
1531 },
1532 {
1533 "ADValue": "PGOOD_VDN_DCM1", "Callouts": [
1534 {
1535 "CalloutList": [
1536 { "Priority": "high", "LocCode": "P0-C23" },
1537 { "Priority": "medium", "LocCode": "P0-C24" },
1538 { "Priority": "low", "LocCode": "P0" }
1539 ]
1540 }
1541 ]
1542 },
1543 {
1544 "ADValue": "PGOOD_VCS_DCM0", "Callouts": [
1545 {
1546 "CalloutList": [
1547 { "Priority": "high", "LocCode": "P0-C14" },
1548 { "Priority": "medium", "LocCode": "P0-C15" },
1549 { "Priority": "low", "LocCode": "P0" }
1550 ]
1551 }
1552 ]
1553 },
1554 {
1555 "ADValue": "PGOOD_VCS_DCM1", "Callouts": [
1556 {
1557 "CalloutList": [
1558 { "Priority": "high", "LocCode": "P0-C23" },
1559 { "Priority": "medium", "LocCode": "P0-C24" },
1560 { "Priority": "low", "LocCode": "P0" }
1561 ]
1562 }
1563 ]
1564 },
1565 {
1566 "ADValue": "PGOOD_VIO_DCM0", "Callouts": [
1567 {
1568 "CalloutList": [
1569 { "Priority": "high", "LocCode": "P0-C14" },
1570 { "Priority": "medium", "LocCode": "P0-C15" },
1571 { "Priority": "low", "LocCode": "P0" }
1572 ]
1573 }
1574 ]
1575 },
1576 {
1577 "ADValue": "PGOOD_VIO_DCM1", "Callouts": [
1578 {
1579 "CalloutList": [
1580 { "Priority": "high", "LocCode": "P0-C23" },
1581 { "Priority": "medium", "LocCode": "P0-C24" },
1582 { "Priority": "low", "LocCode": "P0" }
1583 ]
1584 }
1585 ]
1586 },
1587 {
1588 "ADValue": "PGOOD_VPCIE_DCM0", "Callouts": [
1589 {
1590 "CalloutList": [
1591 { "Priority": "high", "LocCode": "P0-C14" },
1592 { "Priority": "medium", "LocCode": "P0-C15" },
1593 { "Priority": "low", "LocCode": "P0" }
1594 ]
1595 }
1596 ]
1597 },
1598 {
1599 "ADValue": "PGOOD_VPCIE_DCM1", "Callouts": [
1600 {
1601 "CalloutList": [
1602 { "Priority": "high", "LocCode": "P0-C23" },
1603 { "Priority": "medium", "LocCode": "P0-C24" },
1604 { "Priority": "low", "LocCode": "P0" }
1605 ]
1606 }
1607 ]
Jim Wright2e4eb072022-02-03 14:43:46 -06001608 },
1609 {
1610 "ADValue": "CP0_VPCIE", "Callouts": [
1611 {
1612 "CalloutList": [
1613 { "Priority": "high", "LocCode": "P0-C58" },
1614 { "Priority": "medium", "LocCode": "P0-C60" },
1615 { "Priority": "low", "LocCode": "P0" }
1616 ]
1617 }
1618 ]
1619 },
1620 {
1621 "ADValue": "CP1_VPCIE", "Callouts": [
1622 {
1623 "CalloutList": [
1624 { "Priority": "high", "LocCode": "P0-C16" },
1625 { "Priority": "medium", "LocCode": "P0-C13" },
1626 { "Priority": "low", "LocCode": "P0" }
1627 ]
1628 }
1629 ]
1630 },
1631 {
1632 "ADValue": "CP2_VPCIE", "Callouts": [
1633 {
1634 "CalloutList": [
1635 { "Priority": "high", "LocCode": "P0-C16" },
1636 { "Priority": "medium", "LocCode": "P0-C20" },
1637 { "Priority": "low", "LocCode": "P0" }
1638 ]
1639 }
1640 ]
1641 },
1642 {
1643 "ADValue": "CP3_VPCIE", "Callouts": [
1644 {
1645 "CalloutList": [
1646 { "Priority": "high", "LocCode": "P0-C58" },
1647 { "Priority": "medium", "LocCode": "P0-C56" },
1648 { "Priority": "low", "LocCode": "P0" }
1649 ]
1650 }
1651 ]
1652 },
1653 {
1654 "ADValue": "0V_USB_front", "Callouts": [
1655 {
1656 "CalloutList": [
1657 { "Priority": "high", "SymbolicFRU": "usb_pgood" },
1658 { "Priority": "medium", "LocCode": "P0" }
1659 ]
1660 }
1661 ]
1662 },
1663 {
1664 "ADValue": "CP0_VDN", "Callouts": [
1665 {
1666 "CalloutList": [
1667 { "Priority": "high", "LocCode": "P0-C63" },
1668 { "Priority": "medium", "LocCode": "P0-C60" },
1669 { "Priority": "low", "LocCode": "P0" }
1670 ]
1671 }
1672 ]
1673 },
1674 {
1675 "ADValue": "CP1_VDN", "Callouts": [
1676 {
1677 "CalloutList": [
1678 { "Priority": "high", "LocCode": "P0-C12" },
1679 { "Priority": "medium", "LocCode": "P0-C13" },
1680 { "Priority": "low", "LocCode": "P0" }
1681 ]
1682 }
1683 ]
1684 },
1685 {
1686 "ADValue": "CP2_VDN", "Callouts": [
1687 {
1688 "CalloutList": [
1689 { "Priority": "high", "LocCode": "P0-C21" },
1690 { "Priority": "medium", "LocCode": "P0-C20" },
1691 { "Priority": "low", "LocCode": "P0" }
1692 ]
1693 }
1694 ]
1695 },
1696 {
1697 "ADValue": "CP3_VDN", "Callouts": [
1698 {
1699 "CalloutList": [
1700 { "Priority": "high", "LocCode": "P0-C54" },
1701 { "Priority": "medium", "LocCode": "P0-C56" },
1702 { "Priority": "low", "LocCode": "P0" }
1703 ]
1704 }
1705 ]
1706 },
1707 {
1708 "ADValue": "CP0_VIO", "Callouts": [
1709 {
1710 "CalloutList": [
1711 { "Priority": "high", "LocCode": "P0-C63" },
1712 { "Priority": "medium", "LocCode": "P0-C60" },
1713 { "Priority": "low", "LocCode": "P0" }
1714 ]
1715 }
1716 ]
1717 },
1718 {
1719 "ADValue": "CP1_VIO", "Callouts": [
1720 {
1721 "CalloutList": [
1722 { "Priority": "high", "LocCode": "P0-C12" },
1723 { "Priority": "medium", "LocCode": "P0-C13" },
1724 { "Priority": "low", "LocCode": "P0" }
1725 ]
1726 }
1727 ]
1728 },
1729 {
1730 "ADValue": "CP2_VIO", "Callouts": [
1731 {
1732 "CalloutList": [
1733 { "Priority": "high", "LocCode": "P0-C21" },
1734 { "Priority": "medium", "LocCode": "P0-C20" },
1735 { "Priority": "low", "LocCode": "P0" }
1736 ]
1737 }
1738 ]
1739 },
1740 {
1741 "ADValue": "CP3_VIO", "Callouts": [
1742 {
1743 "CalloutList": [
1744 { "Priority": "high", "LocCode": "P0-C54" },
1745 { "Priority": "medium", "LocCode": "P0-C56" },
1746 { "Priority": "low", "LocCode": "P0" }
1747 ]
1748 }
1749 ]
1750 },
1751 {
1752 "ADValue": "PGOOD_PSU1", "Callouts": [
1753 {
1754 "CalloutList": [
1755 { "Priority": "high", "LocCode": "E0" }
1756 ]
1757 }
1758 ]
1759 },
1760 {
1761 "ADValue": "PGOOD_PSU2", "Callouts": [
1762 {
1763 "CalloutList": [
1764 { "Priority": "high", "LocCode": "E1" }
1765 ]
1766 }
1767 ]
1768 },
1769 {
1770 "ADValue": "PGOOD_PSU3", "Callouts": [
1771 {
1772 "CalloutList": [
1773 { "Priority": "high", "LocCode": "E2" }
1774 ]
1775 }
1776 ]
1777 },
1778 {
1779 "ADValue": "PGOOD_PSU4", "Callouts": [
1780 {
1781 "CalloutList": [
1782 { "Priority": "high", "LocCode": "E3" }
1783 ]
1784 }
1785 ]
Jim Wright7f678902020-11-30 16:03:57 -06001786 }
1787 ]
1788 },
1789
1790 "Documentation": {
1791 "Description": "The power sequencer chip detected a PGOOD fault",
1792 "Message": "The power sequencer chip detected a PGOOD fault",
1793 "Notes": [
1794 ]
1795 }
1796 },
1797
1798 {
1799 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerVoltageFault",
1800 "Subsystem": "power_sequencer",
1801 "ComponentID": "0x2700",
1802
1803 "SRC": {
1804 "Type": "11",
1805 "ReasonCode": "0x2620",
1806 "Words6To9": {}
1807 },
1808
1809 "CalloutsUsingAD": {
1810 "ADName": "RAIL_NAME", "CalloutsWithTheirADValues": [
1811 {
1812 "ADValue": "12.0V", "Callouts": [
1813 {
1814 "CalloutList": [
1815 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1816 ]
1817 }
1818 ]
1819 },
1820 {
1821 "ADValue": "5.0V_USB", "Callouts": [
1822 {
1823 "CalloutList": [
1824 { "Priority": "high", "SymbolicFRU": "usb_pgood" },
1825 { "Priority": "medium", "LocCode": "P0" }
1826 ]
1827 }
1828 ]
1829 },
1830 {
1831 "ADValue": "5.0V_DASD", "Callouts": [
1832 {
1833 "CalloutList": [
1834 { "Priority": "medium", "LocCode": "P1" },
1835 { "Priority": "medium", "LocCode": "P2" },
1836 { "Priority": "medium", "LocCode": "P3" },
1837 { "Priority": "low", "LocCode": "P0" }
1838 ]
1839 }
1840 ]
1841 },
1842 {
1843 "ADValue": "3.3VA", "Callouts": [
1844 {
1845 "CalloutList": [
1846 { "Priority": "high", "LocCode": "P0" }
1847 ]
1848 }
1849 ]
1850 },
1851 {
1852 "ADValue": "3.3VB", "Callouts": [
1853 {
1854 "CalloutList": [
1855 { "Priority": "high", "LocCode": "P0" }
1856 ]
1857 }
1858 ]
1859 },
1860 {
Jim Wright2e4eb072022-02-03 14:43:46 -06001861 "ADValue": "3V3IO", "Callouts": [
1862 {
1863 "CalloutList": [
1864 { "Priority": "high", "LocCode": "P0-C17" }
1865 ]
1866 }
1867 ]
1868 },
1869 {
Jim Wright7f678902020-11-30 16:03:57 -06001870 "ADValue": "1.5V", "Callouts": [
1871 {
1872 "CalloutList": [
1873 { "Priority": "high", "LocCode": "P0" }
1874 ]
1875 }
1876 ]
1877 },
1878 {
1879 "ADValue": "1.1V", "Callouts": [
1880 {
1881 "CalloutList": [
1882 { "Priority": "high", "LocCode": "P0" }
1883 ]
1884 }
1885 ]
1886 },
1887 {
1888 "ADValue": "VDDA_DCM0", "Callouts": [
1889 {
1890 "CalloutList": [
1891 { "Priority": "high", "LocCode": "P0-C14" },
1892 { "Priority": "medium", "LocCode": "P0-C15" },
1893 { "Priority": "low", "LocCode": "P0" }
1894 ]
1895 }
1896 ]
1897 },
1898 {
1899 "ADValue": "VDDB_DCM0", "Callouts": [
1900 {
1901 "CalloutList": [
1902 { "Priority": "high", "LocCode": "P0-C14" },
1903 { "Priority": "medium", "LocCode": "P0-C15" },
1904 { "Priority": "low", "LocCode": "P0" }
1905 ]
1906 }
1907 ]
1908 },
1909 {
1910 "ADValue": "VDDA_DCM1", "Callouts": [
1911 {
1912 "CalloutList": [
1913 { "Priority": "high", "LocCode": "P0-C23" },
1914 { "Priority": "medium", "LocCode": "P0-C24" },
1915 { "Priority": "low", "LocCode": "P0" }
1916 ]
1917 }
1918 ]
1919 },
1920 {
1921 "ADValue": "VDDB_DCM1", "Callouts": [
1922 {
1923 "CalloutList": [
1924 { "Priority": "high", "LocCode": "P0-C23" },
1925 { "Priority": "medium", "LocCode": "P0-C24" },
1926 { "Priority": "low", "LocCode": "P0" }
1927 ]
1928 }
1929 ]
1930 },
1931 {
Jim Wright2e4eb072022-02-03 14:43:46 -06001932 "ADValue": "CP03_AVDD", "Callouts": [
1933 {
1934 "CalloutList": [
1935 { "Priority": "high", "LocCode": "P0-C58" },
1936 { "Priority": "medium", "LocCode": "P0-C56" },
1937 { "Priority": "medium", "LocCode": "P0-C61" },
1938 { "Priority": "low", "LocCode": "P0" }
1939 ]
1940 }
1941 ]
1942 },
1943 {
1944 "ADValue": "CP12_AVDD", "Callouts": [
1945 {
1946 "CalloutList": [
1947 { "Priority": "high", "LocCode": "P0-C16" },
1948 { "Priority": "medium", "LocCode": "P0-C14" },
1949 { "Priority": "medium", "LocCode": "P0-C19" },
1950 { "Priority": "low", "LocCode": "P0" }
1951 ]
1952 }
1953 ]
1954 },
1955 {
1956 "ADValue": "CP0_VDD0", "Callouts": [
1957 {
1958 "CalloutList": [
1959 { "Priority": "high", "LocCode": "P0-C62" },
1960 { "Priority": "medium", "LocCode": "P0-C61" },
1961 { "Priority": "low", "LocCode": "P0" }
1962 ]
1963 }
1964 ]
1965 },
1966 {
1967 "ADValue": "CP0_VDD1", "Callouts": [
1968 {
1969 "CalloutList": [
1970 { "Priority": "high", "LocCode": "P0-C60" },
1971 { "Priority": "medium", "LocCode": "P0-C61" },
1972 { "Priority": "low", "LocCode": "P0" }
1973 ]
1974 }
1975 ]
1976 },
1977 {
1978 "ADValue": "CP1_VDD0", "Callouts": [
1979 {
1980 "CalloutList": [
1981 { "Priority": "high", "LocCode": "P0-C13" },
1982 { "Priority": "medium", "LocCode": "P0-C14" },
1983 { "Priority": "low", "LocCode": "P0" }
1984 ]
1985 }
1986 ]
1987 },
1988 {
1989 "ADValue": "CP1_VDD1", "Callouts": [
1990 {
1991 "CalloutList": [
1992 { "Priority": "high", "LocCode": "P0-C15" },
1993 { "Priority": "medium", "LocCode": "P0-C14" },
1994 { "Priority": "low", "LocCode": "P0" }
1995 ]
1996 }
1997 ]
1998 },
1999 {
2000 "ADValue": "CP2_VDD0", "Callouts": [
2001 {
2002 "CalloutList": [
2003 { "Priority": "high", "LocCode": "P0-C18" },
2004 { "Priority": "medium", "LocCode": "P0-C19" },
2005 { "Priority": "low", "LocCode": "P0" }
2006 ]
2007 }
2008 ]
2009 },
2010 {
2011 "ADValue": "CP2_VDD1", "Callouts": [
2012 {
2013 "CalloutList": [
2014 { "Priority": "high", "LocCode": "P0-C20" },
2015 { "Priority": "medium", "LocCode": "P0-C19" },
2016 { "Priority": "low", "LocCode": "P0" }
2017 ]
2018 }
2019 ]
2020 },
2021 {
2022 "ADValue": "CP3_VDD0", "Callouts": [
2023 {
2024 "CalloutList": [
2025 { "Priority": "high", "LocCode": "P0-C57" },
2026 { "Priority": "medium", "LocCode": "P0-C56" },
2027 { "Priority": "low", "LocCode": "P0" }
2028 ]
2029 }
2030 ]
2031 },
2032 {
2033 "ADValue": "CP3_VDD1", "Callouts": [
2034 {
2035 "CalloutList": [
2036 { "Priority": "high", "LocCode": "P0-C55" },
2037 { "Priority": "medium", "LocCode": "P0-C56" },
2038 { "Priority": "low", "LocCode": "P0" }
2039 ]
2040 }
2041 ]
2042 },
2043 {
2044 "ADValue": "CP0_VCS0", "Callouts": [
2045 {
2046 "CalloutList": [
2047 { "Priority": "high", "LocCode": "P0-C63" },
2048 { "Priority": "medium", "LocCode": "P0-C61" },
2049 { "Priority": "low", "LocCode": "P0" }
2050 ]
2051 }
2052 ]
2053 },
2054 {
2055 "ADValue": "CP0_VCS1", "Callouts": [
2056 {
2057 "CalloutList": [
2058 { "Priority": "high", "LocCode": "P0-C59" },
2059 { "Priority": "medium", "LocCode": "P0-C61" },
2060 { "Priority": "low", "LocCode": "P0" }
2061 ]
2062 }
2063 ]
2064 },
2065 {
2066 "ADValue": "CP1_VCS0", "Callouts": [
2067 {
2068 "CalloutList": [
2069 { "Priority": "high", "LocCode": "P0-C12" },
2070 { "Priority": "medium", "LocCode": "P0-C14" },
2071 { "Priority": "low", "LocCode": "P0" }
2072 ]
2073 }
2074 ]
2075 },
2076 {
2077 "ADValue": "CP1_VCS1", "Callouts": [
2078 {
2079 "CalloutList": [
2080 { "Priority": "high", "LocCode": "P0-C16" },
2081 { "Priority": "medium", "LocCode": "P0-C14" },
2082 { "Priority": "low", "LocCode": "P0" }
2083 ]
2084 }
2085 ]
2086 },
2087 {
2088 "ADValue": "CP2_VCS0", "Callouts": [
2089 {
2090 "CalloutList": [
2091 { "Priority": "high", "LocCode": "P0-C17" },
2092 { "Priority": "medium", "LocCode": "P0-C19" },
2093 { "Priority": "low", "LocCode": "P0" }
2094 ]
2095 }
2096 ]
2097 },
2098 {
2099 "ADValue": "CP2_VCS1", "Callouts": [
2100 {
2101 "CalloutList": [
2102 { "Priority": "high", "LocCode": "P0-C21" },
2103 { "Priority": "medium", "LocCode": "P0-C19" },
2104 { "Priority": "low", "LocCode": "P0" }
2105 ]
2106 }
2107 ]
2108 },
2109 {
2110 "ADValue": "CP3_VCS0", "Callouts": [
2111 {
2112 "CalloutList": [
2113 { "Priority": "high", "LocCode": "P0-C58" },
2114 { "Priority": "medium", "LocCode": "P0-C56" },
2115 { "Priority": "low", "LocCode": "P0" }
2116 ]
2117 }
2118 ]
2119 },
2120 {
2121 "ADValue": "CP3_VCS1", "Callouts": [
2122 {
2123 "CalloutList": [
2124 { "Priority": "high", "LocCode": "P0-C54" },
2125 { "Priority": "medium", "LocCode": "P0-C56" },
2126 { "Priority": "low", "LocCode": "P0" }
2127 ]
2128 }
2129 ]
2130 },
2131 {
Jim Wright7f678902020-11-30 16:03:57 -06002132 "ADValue": "12.0VCS", "Callouts": [
2133 {
2134 "CalloutList": [
2135 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2136 ]
2137 }
2138 ]
2139 },
2140 {
2141 "ADValue": "3.3VCS", "Callouts": [
2142 {
2143 "CalloutList": [
2144 { "Priority": "high", "LocCode": "P0" }
2145 ]
2146 }
2147 ]
2148 },
2149 {
2150 "ADValue": "1.1V_Current", "Callouts": [
2151 {
2152 "CalloutList": [
2153 { "Priority": "high", "LocCode": "P0" }
2154 ]
2155 }
2156 ]
2157 },
2158 {
2159 "ADValue": "5.0V_USB_Current", "Callouts": [
2160 {
2161 "CalloutList": [
2162 { "Priority": "high", "SymbolicFRU": "usb_pgood" },
2163 { "Priority": "medium", "LocCode": "P0" }
2164 ]
2165 }
2166 ]
2167 },
2168 {
2169 "ADValue": "5.0V_DASD_Current", "Callouts": [
2170 {
2171 "CalloutList": [
2172 { "Priority": "medium", "LocCode": "P1" },
2173 { "Priority": "medium", "LocCode": "P2" },
2174 { "Priority": "medium", "LocCode": "P3" },
2175 { "Priority": "low", "LocCode": "P0" }
2176 ]
2177 }
2178 ]
2179 },
2180 {
2181 "ADValue": "12.0VN", "Callouts": [
2182 {
2183 "CalloutList": [
2184 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2185 ]
2186 }
2187 ]
2188 },
2189 {
2190 "ADValue": "12.0VP", "Callouts": [
2191 {
2192 "CalloutList": [
2193 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2194 ]
2195 }
2196 ]
2197 },
2198 {
2199 "ADValue": "12.0VQ", "Callouts": [
2200 {
2201 "CalloutList": [
2202 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2203 ]
2204 }
2205 ]
2206 },
2207 {
2208 "ADValue": "12.0VR", "Callouts": [
2209 {
2210 "CalloutList": [
2211 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2212 ]
2213 }
2214 ]
2215 },
2216 {
2217 "ADValue": "ThermalDiode1", "Callouts": [
2218 {
2219 "CalloutList": [
2220 { "Priority": "high", "LocCode": "P0" }
2221 ]
2222 }
2223 ]
2224 },
2225 {
2226 "ADValue": "ThermalDiode2", "Callouts": [
2227 {
2228 "CalloutList": [
2229 { "Priority": "high", "LocCode": "P0" }
2230 ]
2231 }
2232 ]
2233 },
2234 {
2235 "ADValue": "ThermalDiode3", "Callouts": [
2236 {
2237 "CalloutList": [
2238 { "Priority": "high", "LocCode": "P0" }
2239 ]
2240 }
2241 ]
2242 },
2243 {
2244 "ADValue": "ThermalDiode4", "Callouts": [
2245 {
2246 "CalloutList": [
2247 { "Priority": "high", "LocCode": "P0" }
2248 ]
2249 }
2250 ]
2251 }
2252 ]
2253 },
2254
2255 "Documentation": {
2256 "Description": "The power sequencer chip detected a voltage fault",
2257 "Message": "The power sequencer chip detected a voltage fault",
2258 "Notes": [
2259 ]
2260 }
2261 },
2262
2263 {
Shawn McCarney7f1ec942021-07-28 13:33:34 -05002264 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.N",
2265 "Subsystem": "power",
2266 "Severity": "predictive_redundancy_loss",
2267 "ComponentID": "0x2700",
2268
2269 "SRC": {
2270 "Type": "11",
2271 "ReasonCode": "0x2700",
2272 "Words6To9": {}
2273 },
2274
2275 "Documentation": {
2276 "Description": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
2277 "Message": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
2278 "Notes": [
2279 "CALLOUT_INVENTORY_PATH should be specified in the ",
2280 "AdditionalData property of the event log so that ",
2281 "the device is called out but not the communication path."
2282 ]
2283 }
2284 },
2285
2286 {
2287 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.NPlus1",
2288 "Subsystem": "power",
2289 "Severity": "non_error",
2290 "MfgSeverity": "predictive_redundancy_loss",
2291 "ActionFlags": ["report"],
2292 "MfgActionFlags": ["service_action", "report", "call_home"],
2293 "ComponentID": "0x2700",
2294
2295 "SRC": {
2296 "Type": "11",
2297 "ReasonCode": "0x2701",
2298 "Words6To9": {}
2299 },
2300
2301 "Documentation": {
2302 "Description": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
2303 "Message": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
2304 "Notes": [
2305 "CALLOUT_INVENTORY_PATH should be specified in the ",
2306 "AdditionalData property of the event log so that ",
2307 "the device is called out but not the communication path."
2308 ]
2309 }
2310 },
2311
2312 {
Shawn McCarney01648f52020-06-25 11:42:02 -05002313 "Name": "xyz.openbmc_project.Power.Regulators.Error.WriteVerification",
2314 "Subsystem": "power",
2315 "ComponentID": "0x2700",
2316
2317 "SRC": {
2318 "Type": "11",
2319 "ReasonCode": "0x2900",
2320 "Words6To9": {}
2321 },
2322
2323 "Documentation": {
2324 "Description": "A write verification error occurred on a device",
2325 "Message": "A write verification error occurred on a device",
2326 "Notes": [
2327 "This error occurs when a device register is written, ",
2328 "read back, and the two values do not match. This is ",
2329 "also called a read-back error. The device should be ",
2330 "identified using the CALLOUT_DEVICE_PATH or ",
2331 "CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR keywords in the ",
2332 "AdditionalData property of the event log. This will ",
2333 "cause the device and the hardware in the communication ",
2334 "path to be called out."
2335 ]
2336 }
2337 },
2338
2339 {
Shawn McCarneye4022182022-01-31 19:09:01 -06002340 "Name": "xyz.openbmc_project.Power.UPS.Error.Battery.Discharging",
2341 "Subsystem": "power",
2342 "Severity": "non_error",
2343 "ActionFlags": ["report"],
2344 "ComponentID": "0x2700",
2345
2346 "SRC": {
2347 "Type": "11",
2348 "ReasonCode": "0x4201",
2349 "Words6To9": {}
2350 },
2351
2352 "Documentation": {
2353 "Description": "The Uninterruptible Power Supply (UPS) battery is discharging and providing power to the system due to a utility failure",
2354 "Message": "The Uninterruptible Power Supply (UPS) battery is discharging and providing power to the system due to a utility failure",
2355 "Notes": [
2356 ]
2357 }
2358 },
2359
2360 {
2361 "Name": "xyz.openbmc_project.Power.UPS.Error.Battery.Low",
2362 "Subsystem": "power",
2363 "Severity": "non_error",
2364 "ActionFlags": ["report"],
2365 "ComponentID": "0x2700",
2366
2367 "SRC": {
2368 "Type": "11",
2369 "ReasonCode": "0x4203",
2370 "Words6To9": {}
2371 },
2372
2373 "Documentation": {
2374 "Description": "The Uninterruptible Power Supply (UPS) battery level is low",
2375 "Message": "The Uninterruptible Power Supply (UPS) battery level is low",
2376 "Notes": [
2377 ]
2378 }
2379 },
2380
2381 {
Shawn McCarney01648f52020-06-25 11:42:02 -05002382 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile",
2383 "Subsystem": "power",
2384 "ComponentID": "0x2700",
2385
2386 "SRC": {
2387 "Type": "11",
2388 "ReasonCode": "0xA013",
2389 "Words6To9": {}
2390 },
2391
2392 "Callouts": [
2393 {
2394 "CalloutList": [
2395 { "Priority": "high", "Procedure": "bmc_code" }
2396 ]
2397 }
2398 ],
2399
2400 "Documentation": {
2401 "Description": "A regulators configuration file error occurred",
2402 "Message": "A regulators configuration file error occurred",
2403 "Notes": [
2404 "The regulators configuration file could not be found, ",
2405 "could not be read, or had invalid contents."
2406 ]
2407 }
2408 },
2409
2410 {
Shawn McCarney82e31d82021-02-19 16:25:55 -06002411 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile.Critical",
2412 "Subsystem": "power",
2413 "Severity": "critical_system_term",
2414 "ComponentID": "0x2700",
2415
2416 "SRC": {
2417 "Type": "11",
2418 "ReasonCode": "0xA014",
2419 "Words6To9": {},
2420 "PowerFault": true
2421 },
2422
2423 "Callouts": [
2424 {
2425 "CalloutList": [
2426 { "Priority": "high", "Procedure": "bmc_code" }
2427 ]
2428 }
2429 ],
2430
2431 "Documentation": {
2432 "Description": "A critical regulators configuration file error occurred",
2433 "Message": "A critical regulators configuration file error occurred",
2434 "Notes": [
2435 "The regulators configuration file could not be found, ",
2436 "could not be read, or had invalid contents. As a result ",
2437 "voltage regulators could not be configured, and the ",
2438 "chassis could not be powered on."
2439 ]
2440 }
2441 },
2442
2443 {
Jim Wright7f678902020-11-30 16:03:57 -06002444 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerFault",
2445 "Subsystem": "power_sequencer",
2446 "ComponentID": "0x2700",
2447
2448 "SRC": {
2449 "Type": "11",
2450 "ReasonCode": "0xD000",
2451 "Words6To9": {}
2452 },
2453
2454 "Callouts": [
2455 {
2456 "CalloutList": [
2457 { "Priority": "high", "LocCode": "P0" }
2458 ]
2459 }
2460 ],
2461
2462 "Documentation": {
2463 "Description": "The power sequencer chip detected a fault",
2464 "Message": "The power sequencer chip detected a fault",
2465 "Notes": [
2466 ]
2467 }
2468 },
2469
2470 {
Jim Wrightc1ba04f2021-11-12 15:31:32 -06002471 "Name": "xyz.openbmc_project.Power.Error.PowerOnTimeout",
Jim Wright7f678902020-11-30 16:03:57 -06002472 "Subsystem": "power_sequencer",
2473 "ComponentID": "0x2700",
Jim Wrightc1ba04f2021-11-12 15:31:32 -06002474 "Severity": "critical",
Jim Wright7f678902020-11-30 16:03:57 -06002475
2476 "SRC": {
2477 "Type": "11",
2478 "ReasonCode": "0xD002",
2479 "Words6To9": {}
2480 },
2481
2482 "Callouts": [
2483 {
2484 "CalloutList": [
2485 { "Priority": "high", "LocCode": "P0" }
2486 ]
2487 }
2488 ],
2489
2490 "Documentation": {
Jim Wrightc1ba04f2021-11-12 15:31:32 -06002491 "Description": "System power failed to turn on within timeout period",
2492 "Message": "System power failed to turn on within timeout period",
2493 "Notes": [
2494 ]
2495 }
2496 },
2497
2498 {
2499 "Name": "xyz.openbmc_project.Power.Error.PowerOffTimeout",
2500 "Subsystem": "power_sequencer",
2501 "ComponentID": "0x2700",
2502 "Severity": "critical",
2503
2504 "SRC": {
2505 "Type": "11",
2506 "ReasonCode": "0xD008",
2507 "Words6To9": {}
2508 },
2509
2510 "Callouts": [
2511 {
2512 "CalloutList": [
2513 { "Priority": "high", "LocCode": "P0" }
2514 ]
2515 }
2516 ],
2517
2518 "Documentation": {
2519 "Description": "System power failed to turn off within timeout period",
2520 "Message": "System power failed to turn off within timeout period",
Jim Wright7f678902020-11-30 16:03:57 -06002521 "Notes": [
2522 ]
2523 }
2524 },
2525
2526 {
Shawn McCarney01648f52020-06-25 11:42:02 -05002527 "Name": "xyz.openbmc_project.Power.Error.Internal",
2528 "Subsystem": "power",
2529 "ComponentID": "0x2700",
2530
2531 "SRC": {
2532 "Type": "11",
2533 "ReasonCode": "0xE000",
2534 "Words6To9": {}
2535 },
2536
2537 "Callouts": [
2538 {
2539 "CalloutList": [
2540 { "Priority": "high", "Procedure": "bmc_code" }
2541 ]
2542 }
2543 ],
2544
2545 "Documentation": {
2546 "Description": "An internal firmware error occurred",
2547 "Message": "An internal firmware error occurred",
2548 "Notes": [
2549 "The error details must be provided in the AdditionalData ",
2550 "property of the event log."
2551 ]
2552 }
2553 },
2554
2555 {
2556 "Name": "xyz.openbmc_project.Power.Error.I2C",
2557 "Subsystem": "cec_i2c",
2558 "ComponentID": "0x2700",
2559
2560 "SRC": {
2561 "Type": "11",
2562 "ReasonCode": "0xE100",
2563 "Words6To9": {}
2564 },
2565
2566 "Documentation": {
2567 "Description": "An I2C error occurred communicating with a device",
2568 "Message": "An I2C error occurred communicating with a device",
2569 "Notes": [
2570 "The device should be identified using the ",
2571 "CALLOUT_DEVICE_PATH or CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR ",
2572 "keywords in the AdditionalData property of the event ",
2573 "log. This will cause the device and the hardware in the ",
2574 "communication path to be called out."
2575 ]
2576 }
2577 },
2578
2579 {
2580 "Name": "xyz.openbmc_project.Power.Error.PMBus",
2581 "Subsystem": "power",
2582 "ComponentID": "0x2700",
2583
2584 "SRC": {
2585 "Type": "11",
2586 "ReasonCode": "0xE200",
2587 "Words6To9": {}
2588 },
2589
2590 "Documentation": {
2591 "Description": "A PMBus error occurred on a device",
2592 "Message": "A PMBus error occurred on a device",
2593 "Notes": [
2594 "This error occurs when the I2C communication was ",
2595 "successful, but the PMBus value read is invalid or ",
2596 "unsupported. CALLOUT_INVENTORY_PATH should be specified ",
2597 "in the AdditionalData property of the event log so that ",
2598 "the device is called out but not the communication path."
2599 ]
2600 }
2601 },
2602
2603 {
2604 "Name": "xyz.openbmc_project.Power.Error.DBus",
2605 "Subsystem": "power",
2606 "ComponentID": "0x2700",
2607
2608 "SRC": {
2609 "Type": "11",
2610 "ReasonCode": "0xE300",
2611 "Words6To9": {}
2612 },
2613
2614 "Callouts": [
2615 {
2616 "CalloutList": [
2617 { "Priority": "high", "Procedure": "bmc_code" }
2618 ]
2619 }
2620 ],
2621
2622 "Documentation": {
2623 "Description": "A firmware inter-process communication (D-Bus) error occurred",
2624 "Message": "A firmware inter-process communication (D-Bus) error occurred"
2625 }
Matt Spinler60d1c392020-09-23 15:23:24 -05002626 },
2627
2628 {
Matt Spinler7c9c07e2020-10-22 10:16:37 -05002629 "Name": "xyz.openbmc_project.Fan.Error.Fault",
2630 "Subsystem": "power_fans",
2631 "ComponentID": "0x2800",
2632
2633 "SRC": {
2634 "Type": "11",
2635 "ReasonCode": "0x76F0",
2636 "Words6To9": {}
2637 },
2638
2639 "Documentation": {
2640 "Description": "Fan rotor fault",
2641 "Message": "Fan rotor fault",
2642 "Notes": [
2643 "This error occurs when a fan rotor has been faulted for a ",
2644 "certain amount of time. The callout is the fan which is ",
2645 "passed in with CALLOUT_INVENTORY_PATH. The severity is ",
2646 "passed in during creation and will be either informational ",
2647 "or unrecoverable. The action flags use the defaults and ",
2648 "vary based on the severity."
2649 ]
2650 }
2651 },
2652
2653 {
Matt Spinler60d1c392020-09-23 15:23:24 -05002654 "Name": "xyz.openbmc_project.Fan.Error.Missing",
2655 "Subsystem": "power_fans",
2656 "ComponentID": "0x2800",
2657 "Severity": "unrecoverable_redundancy_loss",
2658 "ActionFlags": ["service_action", "report", "call_home"],
2659
2660 "SRC": {
2661 "Type": "11",
2662 "ReasonCode": "0x76F1",
2663 "Words6To9": {}
2664 },
2665
2666 "Callouts": [
2667 {
Matt Spinler938ac792021-05-12 10:46:44 -05002668 "System": "ibm,rainier",
Matt Spinler60d1c392020-09-23 15:23:24 -05002669 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -05002670 {
2671 "Priority": "high",
2672 "SymbolicFRUTrusted": "air_mover",
2673 "UseInventoryLocCode": true
2674 },
2675 {
2676 "Priority": "low",
2677 "LocCode": "P0"
2678 }
Matt Spinler60d1c392020-09-23 15:23:24 -05002679 ]
Matt Spinler938ac792021-05-12 10:46:44 -05002680 },
2681 {
2682 "System": "ibm,everest",
2683 "CalloutList": [
2684 {
2685 "Priority": "high",
2686 "SymbolicFRUTrusted": "air_mover",
2687 "UseInventoryLocCode": true
2688 },
2689 {
2690 "Priority": "low",
2691 "LocCode": "P1"
2692 }
2693 ]
Matt Spinler60d1c392020-09-23 15:23:24 -05002694 }
2695 ],
2696
2697 "Documentation": {
2698 "Description": "A fan is missing",
2699 "Message": "A fan is missing",
2700 "Notes": [
2701 "This error occurs when a fan has been missing for a ",
Matt Spinler80600192020-10-23 09:29:33 -05002702 "certain amount of time. The first callout is the ",
2703 "symbolic FRU AIR_MOVR that has the trusted fan location ",
2704 "code, which it gets using the passed in ",
2705 "CALLOUT_INVENTORY_PATH. The second callout is the FRU ",
Matt Spinler938ac792021-05-12 10:46:44 -05002706 "where the controller and GPIO expander are."
Matt Spinler60d1c392020-09-23 15:23:24 -05002707 ]
2708 }
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05002709 },
2710
2711 {
Matt Spinleradf070b2021-04-21 13:39:45 -05002712 "Name": "xyz.openbmc_project.Fan.Presence.Error.Detection",
2713 "ComponentID": "0x2800",
2714 "Subsystem": "power_fans",
2715 "Severity": "non_error",
2716 "ActionFlags": ["report"],
2717 "MfgSeverity": "predictive",
2718 "MfgActionFlags": ["service_action", "report"],
2719
2720 "SRC": {
2721 "Type": "11",
2722 "ReasonCode": "0x76F2",
2723 "Words6To9": {}
2724 },
2725
2726 "Callouts": [
2727 {
2728 "System": "ibm,rainier",
2729 "CalloutList": [
2730 {"Priority": "medium", "LocCode": "P0"}
2731 ]
2732 },
2733 {
2734 "System": "ibm,everest",
2735 "CalloutList": [
2736 {"Priority": "medium", "LocCode": "P1"}
2737 ]
2738 }
2739 ],
2740
2741 "Documentation": {
2742 "Description": "Presence detect methods for the same fan disagree",
2743 "Message": "Presence detect methods for the same fan disagree",
2744 "Notes": [
2745 "This error occurs when there is more than one way to detect",
2746 "fan presence, and they don't all agree. For example, the",
2747 "GPIO says a fan isn't present, but the tach readings are",
2748 "nonzero. This is informational, unless in manufacturing.",
2749 "The fan FRU is passed in as a high priority callout.",
2750 "The FRU the GPIO source is on is called out medium."
2751 ]
2752 }
2753 },
2754
2755 {
Matt Spinlerdde99202021-06-14 12:15:59 -06002756 "Name": "xyz.openbmc_project.Fan.Error.FanControllerOffline",
2757 "ComponentID": "0x2800",
2758 "Subsystem": "power_fans",
2759 "Severity": "critical_system_term",
2760 "ActionFlags": ["service_action", "report", "call_home"],
2761
2762 "SRC": {
2763 "Type": "11",
2764 "ReasonCode": "0x76F3",
2765 "Words6To9": {},
2766 "PowerFault": true
2767 },
2768
2769 "Callouts": [
2770 {
2771 "System": "ibm,rainier",
2772 "CalloutList": [
2773 {"Priority": "high", "LocCode": "P0-C5"},
2774 {"Priority": "medium_group_a", "LocCode": "P0-T12", "SymbolicFRUTrusted": "fan_cable"},
2775 {"Priority": "medium_group_a", "LocCode": "P0-T17", "SymbolicFRUTrusted": "cable_continued"},
2776 {"Priority": "low", "LocCode": "P0"}
2777 ]
2778 },
2779 {
2780 "System": "ibm,everest",
2781 "CalloutList": [
2782 {"Priority": "high", "LocCode": "P0-C0"},
2783 {"Priority": "medium", "LocCode": "P1"},
2784 {"Priority": "low", "LocCode": "P0"}
2785 ]
2786 }
2787 ],
2788
2789 "Documentation": {
2790 "Description": "The fan controller device is offline",
2791 "Message": "The fan controller is offline. The system must be powered off.",
2792 "Notes": [
2793 "The device that controls the fans is offline so the fan",
2794 "targets and speeds are unknown. The system will be shut",
2795 "down to preserve thermal safety. There may be an I2C",
2796 "or power problem with the device."
2797 ]
2798 }
2799 },
2800
2801 {
Mike Cappsabc276e2021-06-18 16:41:30 -04002802 "Name": "xyz.openbmc_project.Fan.Presence.Error.GPIODeviceUnavailable",
2803 "Subsystem": "power_fans",
2804 "ComponentID": "0x2800",
2805 "Severity": "unrecoverable_redundancy_loss",
2806 "ActionFlags": ["service_action", "report", "call_home"],
2807
2808 "SRC": {
2809 "Type": "11",
2810 "ReasonCode": "0x76F4",
2811 "Words6To9": {}
2812 },
2813
2814 "Callouts": [
2815 {
2816 "System" : "ibm,rainier",
2817 "CalloutList": [
2818 {"Priority": "high", "LocCode": "P0-C5"},
2819 {"Priority": "medium_group_a", "LocCode": "P0-T12","SymbolicFRUTrusted": "fan_cable"},
2820 {"Priority": "medium_group_a", "LocCode": "P0-T17","SymbolicFRUTrusted": "cable_continued"},
2821 {"Priority": "low", "LocCode": "P0"}
2822 ]
2823 },
2824 {
2825 "System" : "ibm,everest",
2826 "CalloutList": [
2827 {"Priority": "high", "LocCode": "P0-C0"},
2828 {"Priority": "medium", "LocCode": "P1"},
2829 {"Priority": "low", "LocCode": "P0"}
2830 ]
2831 }
2832 ],
2833
2834 "Documentation": {
2835 "Description": "Fan GPIO sensors not present",
2836 "Message": "Fan GPIO sensors not present",
2837 "Notes": [
2838 "The device that reports fan presence is not functioning."
2839 ]
2840 }
2841 },
2842
2843 {
Matt Spinler86e40dd2021-01-29 11:19:36 -06002844 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHigh",
2845 "Subsystem": "power",
2846 "ComponentID": "0x2800",
2847 "Severity": "predictive",
2848 "ActionFlags": ["service_action", "report"],
2849
2850 "SRC": {
2851 "ReasonCode": "0x2801",
2852 "Words6To9": {}
2853 },
2854
2855 "CalloutsUsingAD": {
2856 "ADName": "SENSOR_NAME",
2857 "CalloutsWithTheirADValues": [
2858 {
2859 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2860 "Callouts": [
2861 {
2862 "CalloutList": [
2863 { "Priority": "high", "SymbolicFRU": "ambient_temp" }
2864 ]
2865 }
2866 ]
2867 }
2868 ]
2869 },
2870
2871 "Documentation": {
2872 "Description": "A temperature sensor exceeded its performance loss threshold.",
2873 "Message": "A temperature sensor exceeded its performance loss threshold.",
2874 "Notes": [
2875 "A temperature sensor crossed its performance loss threshold value",
2876 "If it is the ambient sensor, then a symbolic FRU will be added.",
2877 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
2878 "a FRU callout."
2879 ]
2880 }
2881 },
2882
2883 {
2884 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHighClear",
2885 "Subsystem": "power",
2886 "ComponentID": "0x2800",
2887 "Severity": "non_error",
2888 "ActionFlags": ["report"],
2889 "EventType": "env_normal",
2890
2891 "SRC": {
2892 "ReasonCode": "0x2802",
2893 "Words6To9": {}
2894 },
2895
2896 "CalloutsUsingAD": {
2897 "ADName": "SENSOR_NAME",
2898 "CalloutsWithTheirADValues": [
2899 {
2900 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2901 "Callouts": [
2902 {
2903 "CalloutList": [
2904 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" }
2905 ]
2906 }
2907 ]
2908 }
2909 ]
2910 },
2911
2912 "Documentation": {
2913 "Description": "A temperature sensor is under its performance loss threshold.",
2914 "Message": "A temperature sensor is under its performance loss threshold.",
2915 "Notes": [
2916 "A temperature sensor crossed under its performance loss threshold value",
2917 "If it is the ambient sensor, then a symbolic FRU will be added."
2918 ]
2919 }
2920 },
2921
2922 {
2923 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHigh",
2924 "Subsystem": "power",
2925 "ComponentID": "0x2800",
2926 "Severity": "predictive",
2927 "ActionFlags": ["service_action", "report"],
2928
2929 "SRC": {
2930 "ReasonCode": "0x2803",
2931 "Words6To9": {}
2932 },
2933
2934 "CalloutsUsingAD": {
2935 "ADName": "SENSOR_NAME",
2936 "CalloutsWithTheirADValues": [
2937 {
2938 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2939 "Callouts": [
2940 {
2941 "CalloutList": [
2942 { "Priority": "high", "SymbolicFRU": "ambient_temp" }
2943 ]
2944 }
2945 ]
2946 }
2947 ]
2948 },
2949
2950 "Documentation": {
2951 "Description": "A temperature sensor exceeded its warning threshold.",
2952 "Message": "A temperature sensor exceeded its warning threshold.",
2953 "Notes": [
2954 "A temperature sensor crossed its warning threshold value",
2955 "If it is the ambient sensor, then a symbolic FRU will be added.",
2956 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
2957 "a FRU callout."
2958 ]
2959 }
2960 },
2961
2962 {
2963 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHighClear",
2964 "Subsystem": "power",
2965 "ComponentID": "0x2800",
2966 "Severity": "non_error",
2967 "ActionFlags": ["report"],
2968 "EventType": "env_normal",
2969
2970 "SRC": {
2971 "ReasonCode": "0x2804",
2972 "Words6To9": {}
2973 },
2974
2975 "CalloutsUsingAD": {
2976 "ADName": "SENSOR_NAME",
2977 "CalloutsWithTheirADValues": [
2978 {
2979 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2980 "Callouts": [
2981 {
2982 "CalloutList": [
2983 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" }
2984 ]
2985 }
2986 ]
2987 }
2988 ]
2989 },
2990
2991 "Documentation": {
2992 "Description": "A temperature sensor is under its warning threshold.",
2993 "Message": "A temperature sensor is under its warning threshold.",
2994 "Notes": [
2995 "A temperature sensor crossed under its warning threshold value",
2996 "If it is the ambient sensor, then a symbolic FRU will be added."
2997 ]
2998 }
2999 },
3000
3001 {
3002 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHigh",
3003 "Subsystem": "power",
3004 "ComponentID": "0x2800",
3005 "Severity": "predictive",
3006 "ActionFlags": ["service_action", "report"],
3007
3008 "SRC": {
3009 "ReasonCode": "0x2805",
3010 "Words6To9": {}
3011 },
3012
3013 "CalloutsUsingAD": {
3014 "ADName": "SENSOR_NAME",
3015 "CalloutsWithTheirADValues": [
3016 {
3017 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
3018 "Callouts": [
3019 {
3020 "CalloutList": [
3021 { "Priority": "high", "SymbolicFRU": "ambient_temp" }
3022 ]
3023 }
3024 ]
3025 }
3026 ]
3027 },
3028
3029 "Documentation": {
3030 "Description": "A temperature sensor exceeded its critical threshold.",
3031 "Message": "A temperature sensor exceeded its critical threshold.",
3032 "Notes": [
3033 "A temperature sensor crossed its critical threshold value",
3034 "If it is the ambient sensor, then a symbolic FRU will be added.",
3035 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
3036 "a FRU callout."
3037 ]
3038 }
3039 },
3040
3041 {
3042 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHighClear",
3043 "Subsystem": "power",
3044 "ComponentID": "0x2800",
3045 "Severity": "non_error",
3046 "ActionFlags": ["report"],
3047 "EventType": "env_normal",
3048
3049 "SRC": {
3050 "ReasonCode": "0x2806",
3051 "Words6To9": {}
3052 },
3053
3054 "CalloutsUsingAD": {
3055 "ADName": "SENSOR_NAME",
3056 "CalloutsWithTheirADValues": [
3057 {
3058 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
3059 "Callouts": [
3060 {
3061 "CalloutList": [
3062 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" }
3063 ]
3064 }
3065 ]
3066 }
3067 ]
3068 },
3069
3070 "Documentation": {
3071 "Description": "A temperature sensor is under its critical threshold.",
3072 "Message": "A temperature sensor is under its critical threshold.",
3073 "Notes": [
3074 "A temperature sensor crossed under its critical threshold value",
3075 "If it is the ambient sensor, then a symbolic FRU will be added."
3076 ]
3077 }
3078 },
3079
3080 {
Matt Spinler6b3490a2021-01-20 10:48:26 -06003081 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHigh",
3082 "Subsystem": "power",
3083 "ComponentID": "0x2800",
3084 "Severity": "predictive",
3085 "ActionFlags": ["service_action", "report"],
3086
3087 "SRC": {
3088 "ReasonCode": "0x2807",
3089 "Words6To9": {}
3090 },
3091
3092 "Callouts": [
3093 {
3094 "CalloutList": [
3095 {
3096 "Priority": "high",
3097 "SymbolicFRU": "ambient_temp"
3098 }
3099 ]
3100 }
3101 ],
3102
3103 "Documentation": {
3104 "Description": "The ambient temperature passed the EPOW3 limit.",
3105 "Message": "The ambient temperature passed the EPOW3 limit. The system will shut down if temp doesn't decrease.",
3106 "Notes": [
3107 "This error occurs when the ambient temperature surpassed",
3108 "the EPOW3 shutdown limit."
3109 ]
3110 }
3111 },
3112
3113 {
3114 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHighClear",
3115 "Subsystem": "power",
3116 "ComponentID": "0x2800",
3117 "Severity": "non_error",
3118 "ActionFlags": ["report"],
3119 "EventType": "env_normal",
3120
3121 "SRC": {
3122 "ReasonCode": "0x2808",
3123 "Words6To9": {}
3124 },
3125
3126 "Callouts": [
3127 {
3128 "CalloutList": [
3129 {
3130 "Priority": "high",
3131 "SymbolicFRU": "ambient_temp_back"
3132 }
3133 ]
3134 }
3135 ],
3136
3137 "Documentation": {
3138 "Description": "The ambient temperature is back under the EPOW3 limit.",
3139 "Message": "The ambient temperature is back under the EPOW3 limit."
3140 }
3141 },
3142
3143 {
3144 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.HardShutdownAlarmHigh",
3145 "Subsystem": "power",
3146 "ComponentID": "0x2800",
Matt Spinler6b3490a2021-01-20 10:48:26 -06003147 "ActionFlags": ["service_action", "report"],
3148
3149 "SRC": {
3150 "ReasonCode": "0x2809",
3151 "Words6To9": {}
3152 },
3153
3154 "Callouts": [
3155 {
3156 "CalloutList": [
3157 {
3158 "Priority": "high",
3159 "SymbolicFRU": "ambient_temp"
3160 }
3161 ]
3162 }
3163 ],
3164
3165 "Documentation": {
3166 "Description": "The ambient temperature passed the EPOW4 limit.",
3167 "Message": "The ambient temperature passed the EPOW4 limit. The system will shut down",
3168 "Notes": [
3169 "This error occurs when the ambient temperature surpassed",
3170 "the EPOW4 shutdown limit."
3171 ]
3172 }
3173 },
3174
3175 {
Rashmica Guptab63f75b2021-08-18 20:54:21 +10003176 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHigh",
3177 "Subsystem": "ext_env",
3178 "ComponentID": "0x2800",
3179 "Severity": "predictive",
3180 "ActionFlags": ["service_action", "report"],
3181
3182 "SRC": {
3183 "ReasonCode": "0x280A",
3184 "Words6To9": {}
3185 },
3186
3187 "CalloutsUsingAD": {
3188 "ADName": "SENSOR_NAME",
3189 "CalloutsWithTheirADValues": [
3190 {
3191 "ADValue": "/xyz/openbmc_project/sensors/altitude/Altitude",
3192 "Callouts": [
3193 {
3194 "CalloutList": [
3195 { "Priority": "high", "SymbolicFRU": "altitude" }
3196 ]
3197 }
3198 ]
3199 }
3200 ]
3201 },
3202
3203 "Documentation": {
3204 "Description": "An altitude sensor exceeded its warning threshold.",
3205 "Message": "An altitude sensor exceeded its warning threshold.",
3206 "Notes": [
3207 "The virtual altitude sensor crossed its warning threshold value",
3208 " and a symbolic FRU will be added."
3209 ]
3210 }
3211 },
3212
3213 {
3214 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHighClear",
3215 "Subsystem": "ext_env",
3216 "ComponentID": "0x2800",
3217 "Severity": "non_error",
3218 "ActionFlags": ["report"],
3219 "EventType": "env_normal",
3220
3221 "SRC": {
3222 "ReasonCode": "0x280B",
3223 "Words6To9": {}
3224 },
3225
3226 "Documentation": {
3227 "Description": "An altitude sensor is under its warning threshold.",
3228 "Message": "An altitude sensor is under its warning threshold.",
3229 "Notes": [
3230 "The virtual altitude sensor is under its warning threshold value",
3231 " and a symbolic FRU will be added."
3232 ]
3233 }
3234 },
3235
3236 {
Matt Spinler81331342021-10-05 14:09:56 -05003237 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLow",
3238 "Subsystem": "cec_tod",
3239 "ComponentID": "0x2800",
3240 "Severity": "predictive",
3241 "ActionFlags": ["service_action", "report"],
3242
3243 "SRC": {
3244 "ReasonCode": "0x280C",
3245 "Words6To9": {}
3246 },
3247
Matt Spinler81331342021-10-05 14:09:56 -05003248 "Documentation": {
3249 "Description": "A voltage sensor went below its critical low threshold.",
3250 "Message": "A voltage sensor went below its critical low threshold."
3251 }
3252 },
3253
3254 {
3255 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLowClear",
3256 "Subsystem": "cec_tod",
3257 "ComponentID": "0x2800",
3258 "Severity": "non_error",
3259 "ActionFlags": ["report"],
3260
3261 "SRC": {
3262 "ReasonCode": "0x280D",
3263 "Words6To9": {}
3264 },
3265
3266 "Documentation": {
3267 "Description": "A voltage sensor is over its critical low threshold.",
3268 "Message": "A voltage sensor is over its critical low threshold."
3269 }
3270 },
3271
3272 {
Matt Spinler1e792db2022-01-07 14:06:06 -06003273 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLow",
3274 "Subsystem": "power",
3275 "ComponentID": "0x2800",
3276 "Severity": "predictive",
3277 "ActionFlags": ["service_action", "report"],
3278
3279 "SRC": {
3280 "ReasonCode": "0x280E",
3281 "Words6To9": {}
3282 },
3283
3284 "Documentation": {
3285 "Description": "A temperature sensor is under its low warning threshold.",
3286 "Message": "A temperature sensor is under its low warning threshold.",
3287 "Notes": [
3288 "A temperature sensor crossed its low warning threshold value",
3289 "CALLOUT_INVENTORY_PATH will be passed in to add a FRU callout."
3290 ]
3291 }
3292 },
3293
3294 {
3295 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLowClear",
3296 "Subsystem": "power",
3297 "ComponentID": "0x2800",
3298 "Severity": "non_error",
3299 "ActionFlags": ["report"],
3300 "EventType": "env_normal",
3301
3302 "SRC": {
3303 "ReasonCode": "0x280F",
3304 "Words6To9": {}
3305 },
3306
3307 "Documentation": {
3308 "Description": "A temperature sensor is above its low warning threshold.",
3309 "Message": "A temperature sensor is above its low warning threshold.",
3310 "Notes": [
3311 "A temperature sensor crossed above its low warning threshold value."
3312 ]
3313 }
3314 },
3315
3316 {
3317 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalLow",
3318 "Subsystem": "power",
3319 "ComponentID": "0x2800",
3320 "Severity": "predictive",
3321 "ActionFlags": ["service_action", "report"],
3322
3323 "SRC": {
3324 "ReasonCode": "0x2810",
3325 "Words6To9": {}
3326 },
3327
3328 "Documentation": {
3329 "Description": "A temperature sensor is under its low critical threshold.",
3330 "Message": "A temperature sensor is under its low critical threshold.",
3331 "Notes": [
3332 "A temperature sensor crossed its low critical threshold value",
3333 "CALLOUT_INVENTORY_PATH will be passed in to add a FRU callout."
3334 ]
3335 }
3336 },
3337
3338 {
3339 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalLowClear",
3340 "Subsystem": "power",
3341 "ComponentID": "0x2800",
3342 "Severity": "non_error",
3343 "ActionFlags": ["report"],
3344 "EventType": "env_normal",
3345
3346 "SRC": {
3347 "ReasonCode": "0x2811",
3348 "Words6To9": {}
3349 },
3350
3351 "Documentation": {
3352 "Description": "A temperature sensor is over its low critical threshold.",
3353 "Message": "A temperature sensor is over its low critical threshold.",
3354 "Notes": [
3355 "A temperature sensor crossed above its critical threshold value"
3356 ]
3357 }
3358 },
3359
3360 {
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05003361 "Name": "com.ibm.VPD.Error.InvalidEepromPath",
3362 "Subsystem": "cec_vpd",
3363 "ComponentID": "0x4000",
3364
3365 "SRC": {
3366 "ReasonCode": "0x4000",
3367 "Words6To9":
3368 {
3369 "6":
3370 {
3371 "Description": "Errno of the failure.",
3372 "AdditionalDataPropSource": "CALLOUT_ERRNO"
3373 }
3374 }
3375 },
3376
3377 "Documentation": {
3378 "Description": "A path access error ocurred",
3379 "Message": "An EEPROM path access error occurred.",
3380 "Notes": [
3381 "This error occurs when parser is unable to access",
3382 "EEPROM path. Errno and device path are captured as",
3383 "additional data."
3384 ]
3385 }
3386 },
3387
3388 {
3389 "Name": "com.ibm.VPD.Error.InvalidVPD",
3390 "Subsystem": "cec_vpd",
3391 "ComponentID": "0x4000",
3392
3393 "SRC": {
3394 "ReasonCode": "0x4001",
3395 "Words6To9":
3396 {
3397 }
3398 },
3399
3400 "Documentation": {
3401 "Description": "Invalid VPD data.",
3402 "Message": "A VPD data exception occurred.",
3403 "Notes": [
3404 "This error occurs when VPD data is found to be",
3405 "invalid. This can be when VPD file is missing out",
3406 "mandatory records.Inventory path is captured in",
3407 "additional data."
3408 ]
3409 }
3410 },
3411
3412 {
3413 "Name": "com.ibm.VPD.Error.EccCheckFailed",
3414 "Subsystem": "cec_vpd",
3415 "ComponentID": "0x4000",
3416
3417 "SRC": {
3418 "ReasonCode": "0x4002",
3419 "Words6To9":
3420 {
3421 }
3422 },
3423
3424 "Documentation": {
3425 "Description": "Invalid VPD ecc data.",
3426 "Message": "A VPD ecc exception occurred.",
3427 "Notes": [
3428 "This error occurs when VPD ecc check fails for the FRU.",
3429 "Inventory path for the failed FRU is captured in additonal",
3430 "data."
3431 ]
3432 }
3433 },
3434
3435 {
3436 "Name": "com.ibm.VPD.Error.InvalidJson",
3437 "Subsystem": "cec_vpd",
3438 "ComponentID": "0x4000",
3439
3440 "SRC": {
3441 "ReasonCode": "0x4003",
3442 "Words6To9":
3443 {
3444 }
3445 },
3446
Matt Spinler834f3ed2022-01-26 16:18:02 -06003447 "Callouts": [
3448 {
3449 "CalloutList": [
3450 { "Priority": "high", "Procedure": "bmc_code" }
3451 ]
3452 }
3453 ],
3454
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05003455 "Documentation": {
3456 "Description": "Invalid Json",
3457 "Message": "A Json failure occurred.",
3458 "Notes": [
3459 "This error occurs when parser fails to access",
3460 "Json file or there is any issue with Json data.",
3461 "Failed Json path and cause of failure is captured",
3462 "in additional data."
3463 ]
3464 }
3465 },
3466
3467 {
3468 "Name": "com.ibm.VPD.Error.BlankSystemVPD",
3469 "Subsystem": "cec_vpd",
3470 "ComponentID": "0x4000",
3471
3472 "SRC": {
3473 "ReasonCode": "0x4004",
3474 "Words6To9":
3475 {
3476 }
3477 },
3478
3479 "Documentation": {
3480 "Description": "System VPD restore failed",
3481 "Message": "A system VPD restoration error occurred.",
3482 "Notes": [
3483 "This error occurs when restoring of system VPD fails.",
3484 "The FRU path and reason for failure is captured in",
3485 "additional data."
3486 ]
3487 }
3488 },
3489
3490 {
3491 "Name": "com.ibm.VPD.Error.DbusFailure",
3492 "Subsystem": "cec_vpd",
3493 "ComponentID": "0x4000",
3494
3495 "SRC": {
3496 "ReasonCode": "0x4005",
3497 "Words6To9":
3498 {
3499 }
3500 },
3501
Matt Spinler834f3ed2022-01-26 16:18:02 -06003502 "Callouts": [
3503 {
3504 "CalloutList": [
3505 { "Priority": "high", "Procedure": "bmc_code" }
3506 ]
3507 }
3508 ],
3509
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05003510 "Documentation": {
3511 "Description": "Dbus exception",
3512 "Message": "A Dbus internal error occurred.",
3513 "Notes": [
3514 "This error occurs when Dbus operation fails.",
3515 "Exceptions details are captured in additonal",
3516 "data."
3517 ]
3518 }
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05003519 },
3520
3521 {
Alpana Kumari081cfd42021-12-07 04:14:57 -06003522 "Name": "com.ibm.VPD.Error.UnknownSystemType",
3523 "Subsystem": "cec_vpd",
3524 "ComponentID": "0x4000",
3525
3526 "SRC": {
3527 "ReasonCode": "0x4006",
3528 "Words6To9":
3529 {
3530 }
3531 },
3532
3533 "Callouts": [
3534 {
3535 "CalloutList": [
3536 { "Priority": "high", "LocCode": "P0" }
3537 ]
3538 }
3539 ],
3540
3541 "Documentation": {
3542 "Description": "Unknown System Type",
3543 "Message": "System type not supported in DTB table.",
3544 "Notes": [
3545 "System type comes from combination of HW and IM value of system VPD.",
3546 "If anything gets changed in that combination, then it can't determine",
3547 "the appropriate DTB for that system. Need to check HW and IM keywords."
3548 ]
3549 }
3550 },
3551
3552 {
Alpana Kumari074ec5b2022-02-20 22:48:57 -06003553 "Name": "com.ibm.VPD.Error.GPIOError",
3554 "Subsystem": "cec_vpd",
3555 "ComponentID": "0x4000",
3556
3557 "SRC": {
3558 "ReasonCode": "0x4007",
3559 "Words6To9":
3560 {
3561 }
3562 },
3563
3564 "Documentation": {
3565 "Description": "GPIO line error",
3566 "Message": "GPIO line couldn't be found or read.",
3567 "Notes": [
3568 "The BMC could not access a GPIO line. This generally means that the",
3569 " hardware had issues toggling the line and/or the device driver has",
3570 " not exposed the GPIO line to userspace due to underlying I2C issues.",
3571 " The I2C path will be called out."
3572 ]
3573 }
3574 },
3575
3576 {
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05003577 "Name": "org.open_power.Host.Boot.Error.WatchdogTimeout",
3578 "Subsystem": "cec_sp_hostboot_iface",
3579
3580 "SRC":
3581 {
3582 "ReasonCode": "0xC101",
3583 "Words6To9":
3584 {
3585 }
3586 },
3587
3588 "Documentation":
3589 {
3590 "Description": "Host did not respond within the watchdog timeout interval",
3591 "Message": "Host did not respond before the watchdog timeout interval expired",
3592 "Notes": [
3593 "Host did not respond before the expiry of the watchdog timeout interval.",
3594 "Collecting hostboot dump."
3595 ]
3596 }
zamiseckbf61a982022-01-13 08:27:50 -06003597 },
3598
3599 {
3600 "Name": "xyz.openbmc_project.Software.Version.Error.Incompatible",
3601 "Subsystem": "bmc_firmware",
3602 "ComponentID": "0x3600",
3603 "SRC":
3604 {
3605 "ReasonCode": "0x3601",
3606 "Words6To9":
3607 {
3608 }
3609 },
3610
3611 "Callouts": [
3612 {
3613 "CalloutList": [
3614 { "Priority": "high", "Procedure": "bmc_code" }
3615 ]
3616 }
3617 ],
3618
3619 "Documentation":
3620 {
3621 "Description": "A system component has a software version that is incompatible.",
3622 "Message": "A system component has a software version that is incompatible."
3623 }
3624 },
3625
3626 {
3627 "Name": "xyz.openbmc_project.Software.Version.Error.AlreadyExists",
3628 "Subsystem": "bmc_firmware",
3629 "ComponentID": "0x3600",
3630 "SRC":
3631 {
3632 "ReasonCode": "0x3602",
3633 "Words6To9":
3634 {
3635 }
3636 },
3637
3638 "Callouts": [
3639 {
3640 "CalloutList": [
3641 { "Priority": "high", "Procedure": "bmc_code" }
3642 ]
3643 }
3644 ],
3645
3646 "Documentation":
3647 {
3648 "Description": "This image version already exists on the device.",
3649 "Message": "This image version already exists on the device."
3650 }
3651 },
3652
3653 {
3654 "Name": "xyz.openbmc_project.Software.Image.Error.UnTarFailure",
3655 "Subsystem": "bmc_firmware",
3656 "ComponentID": "0x3600",
3657 "SRC":
3658 {
3659 "ReasonCode": "0x3603",
3660 "Words6To9":
3661 {
3662 }
3663 },
3664
3665 "Callouts": [
3666 {
3667 "CalloutList": [
3668 { "Priority": "high", "Procedure": "bmc_code" }
3669 ]
3670 }
3671 ],
3672
3673 "Documentation":
3674 {
3675 "Description": "An error occurred during untar.",
3676 "Message": "An error occurred during untar."
3677 }
3678 },
3679
3680 {
3681 "Name": "xyz.openbmc_project.Software.Image.Error.ManifestFileFailure",
3682 "Subsystem": "bmc_firmware",
3683 "ComponentID": "0x3600",
3684 "SRC":
3685 {
3686 "ReasonCode": "0x3604",
3687 "Words6To9":
3688 {
3689 }
3690 },
3691
3692 "Callouts": [
3693 {
3694 "CalloutList": [
3695 { "Priority": "high", "Procedure": "bmc_code" }
3696 ]
3697 }
3698 ],
3699
3700 "Documentation":
3701 {
3702 "Description": "An error when reading the Manifest file..",
3703 "Message": "An error when reading the Manifest file.."
3704 }
3705 },
3706
3707 {
3708 "Name": "xyz.openbmc_project.Software.Image.Error.InternalFailure",
3709 "Subsystem": "bmc_firmware",
3710 "ComponentID": "0x3600",
3711 "SRC":
3712 {
3713 "ReasonCode": "0x3605",
3714 "Words6To9":
3715 {
3716 }
3717 },
3718
3719 "Callouts": [
3720 {
3721 "CalloutList": [
3722 { "Priority": "high", "Procedure": "bmc_code" }
3723 ]
3724 }
3725 ],
3726
3727 "Documentation":
3728 {
3729 "Description": "The operation failed internally during processing the image.",
3730 "Message": "The operation failed internally during processing the image."
3731 }
3732 },
3733
3734 {
3735 "Name": "xyz.openbmc_project.Software.Image.Error.ImageFailure",
3736 "Subsystem": "bmc_firmware",
3737 "ComponentID": "0x3600",
3738 "SRC":
3739 {
3740 "ReasonCode": "0x3606",
3741 "Words6To9":
3742 {
3743 }
3744 },
3745
3746 "Callouts": [
3747 {
3748 "CalloutList": [
3749 { "Priority": "high", "Procedure": "bmc_code" }
3750 ]
3751 }
3752 ],
3753
3754 "Documentation":
3755 {
3756 "Description": "An error occurred processing the image.",
3757 "Message": "An error occurred processing the image."
3758 }
3759 },
3760
3761 {
3762 "Name": "xyz.openbmc_project.Software.Image.Error.BusyFailure",
3763 "Subsystem": "bmc_firmware",
3764 "ComponentID": "0x3600",
3765 "SRC":
3766 {
3767 "ReasonCode": "0x3607",
3768 "Words6To9":
3769 {
3770 }
3771 },
3772
3773 "Callouts": [
3774 {
3775 "CalloutList": [
3776 { "Priority": "high", "Procedure": "bmc_code" }
3777 ]
3778 }
3779 ],
3780
3781 "Documentation":
3782 {
3783 "Description": "The device is busy during the update.",
3784 "Message": "The device is busy during the update."
3785 }
Matt Spinler3fd08d62019-10-22 14:25:33 -05003786 }
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05003787
Matt Spinler44792fd2019-09-26 15:58:58 -05003788 ]
3789}