blob: d4ce8eb37ef339bb71aa350bb188e388afedb103 [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",
Zane Shelley4e6355d2022-02-24 15:28:08 -0600856 "PossibleSubsystems": [
857 "processor", "processor_fru", "processor_unit", "processor_bus",
858 "memory_ctlr", "memory_bus", "memory_dimm", "memory_fru",
859 "phb", "cec_hardware", "cec_clocks", "cec_tod", "others"
860 ],
861 "Severity": "unrecoverable",
Zane Shelley561c0382020-11-17 13:20:05 -0600862 "ActionFlags": [ "service_action", "report", "call_home" ],
Ben Tyner34836322020-04-15 17:01:48 -0500863
864 "SRC":
865 {
Zane Shelley561c0382020-11-17 13:20:05 -0600866 "ReasonCode": "0xE510",
867 "SymptomIDFields": [ "SRCWord6", "SRCWord7", "SRCWord8" ],
Ben Tyner34836322020-04-15 17:01:48 -0500868 "Words6To9":
869 {
Zane Shelley45ab43a2021-11-13 16:16:57 -0600870 "6":
871 {
872 "AdditionalDataPropSource": "SRC6"
873 },
874 "7":
875 {
876 "AdditionalDataPropSource": "SRC7"
877 },
878 "8":
879 {
880 "AdditionalDataPropSource": "SRC8"
881 }
Ben Tyner34836322020-04-15 17:01:48 -0500882 }
883 },
884
885 "Documentation":
886 {
Zane Shelley561c0382020-11-17 13:20:05 -0600887 "Description": "A system checkstop attention has occurred",
888 "MessageArgSources" : [ "SRCWord6", "SRCWord7", "SRCWord8" ],
Zane Shelley45ab43a2021-11-13 16:16:57 -0600889 "Message": "Error Signature: %1 %2 %3"
Ben Tyner34836322020-04-15 17:01:48 -0500890 }
891 },
892
893 {
Zane Shelley561c0382020-11-17 13:20:05 -0600894 "Name": "org.open_power.HwDiags.Error.Predictive",
Zane Shelley4e6355d2022-02-24 15:28:08 -0600895 "PossibleSubsystems": [
896 "processor", "processor_fru", "processor_unit", "processor_bus",
897 "memory_ctlr", "memory_bus", "memory_dimm", "memory_fru",
898 "phb", "cec_hardware", "cec_clocks", "cec_tod", "others"
899 ],
900 "Severity": "predictive",
Zane Shelley561c0382020-11-17 13:20:05 -0600901 "ActionFlags": [ "service_action", "report", "call_home" ],
Ben Tyner34836322020-04-15 17:01:48 -0500902
903 "SRC":
904 {
Zane Shelley561c0382020-11-17 13:20:05 -0600905 "ReasonCode": "0xE511",
906 "SymptomIDFields": [ "SRCWord6", "SRCWord7", "SRCWord8" ],
Ben Tyner34836322020-04-15 17:01:48 -0500907 "Words6To9":
908 {
Zane Shelley45ab43a2021-11-13 16:16:57 -0600909 "6":
910 {
911 "AdditionalDataPropSource": "SRC6"
912 },
913 "7":
914 {
915 "AdditionalDataPropSource": "SRC7"
916 },
917 "8":
918 {
919 "AdditionalDataPropSource": "SRC8"
920 }
Ben Tyner34836322020-04-15 17:01:48 -0500921 }
922 },
Zane Shelley561c0382020-11-17 13:20:05 -0600923
Ben Tyner34836322020-04-15 17:01:48 -0500924 "Documentation":
925 {
Zane Shelley561c0382020-11-17 13:20:05 -0600926 "Description": "A hardware attention requiring service has occurred",
927 "MessageArgSources" : [ "SRCWord6", "SRCWord7", "SRCWord8" ],
Zane Shelley45ab43a2021-11-13 16:16:57 -0600928 "Message": "Error Signature: %1 %2 %3"
Ben Tyner34836322020-04-15 17:01:48 -0500929 }
Shawn McCarney01648f52020-06-25 11:42:02 -0500930 },
931
932 {
Zane Shelleydd4bd482021-12-08 09:12:51 -0600933 "Name": "org.open_power.HwDiags.Error.Informational",
Zane Shelley4e6355d2022-02-24 15:28:08 -0600934 "PossibleSubsystems": [
935 "processor", "processor_fru", "processor_unit", "processor_bus",
936 "memory_ctlr", "memory_bus", "memory_dimm", "memory_fru",
937 "phb", "cec_hardware", "cec_clocks", "cec_tod", "others"
938 ],
939 "Severity": "non_error",
Zane Shelleydd4bd482021-12-08 09:12:51 -0600940 "ActionFlags": [ "hidden", "dont_report" ],
941
942 "SRC":
943 {
944 "ReasonCode": "0xE512",
945 "SymptomIDFields": [ "SRCWord6", "SRCWord7", "SRCWord8" ],
946 "Words6To9":
947 {
948 "6":
949 {
950 "AdditionalDataPropSource": "SRC6"
951 },
952 "7":
953 {
954 "AdditionalDataPropSource": "SRC7"
955 },
956 "8":
957 {
958 "AdditionalDataPropSource": "SRC8"
959 }
960 }
961 },
962
963 "Documentation":
964 {
965 "Description": "Manual analysis was initiated via the command line. FFDC only.",
966 "MessageArgSources" : [ "SRCWord6", "SRCWord7", "SRCWord8" ],
967 "Message": "Error Signature: %1 %2 %3"
968 }
969 },
970
971 {
Brandon Wyman38caaf02020-09-01 16:07:42 -0500972 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.InputFault",
973 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -0500974 "ActionFlags": ["service_action", "report"],
975 "ComponentID": "0x2700",
976
977 "SRC": {
978 "Type": "11",
979 "ReasonCode": "0x15F0",
980 "Words6To9": {}
981 },
982
983 "Callouts": [
984 {
985 "CalloutList": [
986 { "Priority": "high", "SymbolicFRU": "pwrsply" }
987 ]
988 }
989 ],
990
991 "Documentation": {
992 "Description": "Power Supply input power fault",
993 "Message": "A power supply has indicated an input or under voltage condition.",
994 "Notes": [
995 "Check the power supply cabling and/or input power ",
996 "source. The PWRSPLY procedure is used rather than ",
997 "calling out a location code, as typically these faults ",
998 "are related to the supplied power, the cable, or the ",
999 "cable connectors. If the input fault resolves down to an ",
1000 "issue with the power supply itself, the power supply ",
1001 "indicating this input fault should be called out. Add the ",
1002 "CALLOUT_INVENTORY_PATH to the additional data, and set the",
1003 "CALLOUT_PRIORITY to something other than high."
1004 ]
1005 }
1006 },
1007
1008 {
1009 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Fault",
1010 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001011 "ActionFlags": ["service_action", "report", "call_home"],
1012 "ComponentID": "0x2700",
1013
1014 "SRC": {
1015 "Type": "11",
1016 "ReasonCode": "0x15F1",
1017 "Words6To9": {}
1018 },
1019
1020 "Documentation": {
1021 "Description": "Power Supply power fault",
1022 "Message": "The power supply detected a fault condition, see AdditionalData for further details.",
1023 "Notes": [
1024 "The power supply reporting the fault should be called ",
1025 "out using the CALLOUT_INVENTORY_PATH keyword. Include ",
1026 "specific fault, STATUS_* details, and code level in the ",
1027 "AdditionalData section."
1028 ]
1029 }
1030 },
1031
1032 {
1033 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.CommFault",
1034 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001035 "ActionFlags": ["service_action", "report", "call_home"],
1036 "ComponentID": "0x2700",
1037
1038 "SRC": {
1039 "Type": "11",
1040 "ReasonCode": "0x15F2",
1041 "Words6To9": {}
1042 },
1043
1044 "Documentation": {
1045 "Description": "Power Supply non-power fault",
1046 "Message": "A communication failure occurred talking to the power supply",
1047 "Notes": [
1048 "Communication problems with the power supply could be ",
1049 "the power supply, or any hardware between it and the ",
1050 "BMC. Reporting the error should be passing in a call ",
1051 "out using CALLOUT_DEVICE_PATH."
1052 ]
1053 }
1054 },
1055
1056 {
1057 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Missing",
1058 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001059 "ActionFlags": ["service_action", "report", "call_home"],
1060 "ComponentID": "0x2700",
1061
1062 "SRC": {
1063 "Type": "11",
1064 "ReasonCode": "0x15F6",
1065 "Words6To9": {}
1066 },
1067
1068 "Callouts": [
1069 {
1070 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -05001071 {
1072 "Priority": "high",
1073 "SymbolicFRUTrusted": "pwrsply",
1074 "UseInventoryLocCode": true
1075 }
Brandon Wyman38caaf02020-09-01 16:07:42 -05001076 ]
1077 }
1078 ],
1079
1080 "Documentation": {
1081 "Description": "Power Supply is missing",
1082 "Message": "A power supply that should be present is missing",
1083 "Notes": [
1084 "The CalloutList should use the PWRSPLY symbolic FRU ",
Matt Spinler80600192020-10-23 09:29:33 -05001085 "with the trusted location code property. The ",
1086 "location code in this callout is obtained from ",
1087 "the passed in CALLOUT_INVENTORY_PATH value."
Brandon Wyman38caaf02020-09-01 16:07:42 -05001088 ]
1089 }
1090 },
1091
1092 {
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00001093 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.NotSupported",
1094 "Subsystem": "power_supply",
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00001095 "ActionFlags": ["service_action", "report", "call_home"],
1096 "ComponentID": "0x2700",
1097
1098 "SRC": {
1099 "Type": "11",
1100 "ReasonCode": "0x15F7",
1101 "Words6To9": {}
1102 },
1103
1104 "Documentation": {
1105 "Description": "Power Supply configuration is not supported",
1106 "Message": "The power supply configuration is not supported",
1107 "Notes": [
1108 "The combination of power supplies detected in the ",
1109 "system is not supported. This could be caused by ",
1110 "mismatched models, less than expected number of power ",
1111 "supplies, or other unsupported characteristics."
1112 ]
1113 }
1114 },
1115
1116 {
Brandon Wymanc30f00a2021-11-18 21:10:04 +00001117 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.FanFault",
1118 "Subsystem": "power_supply",
Brandon Wymanc30f00a2021-11-18 21:10:04 +00001119 "ActionFlags": ["service_action", "report", "call_home"],
1120 "ComponentID": "0x2700",
1121
1122 "SRC": {
1123 "Type": "11",
1124 "ReasonCode": "0x15FF",
1125 "Words6To9": {}
1126 },
1127
1128 "Documentation": {
1129 "Description": "Power Supply fan fault",
1130 "Message": "A power supply indicated a fan fault has occurred",
1131 "Notes": [
1132 "The power supply reporting the fault should be called ",
1133 "out using the CALLOUT_INVENTORY_PATH keyword. Include ",
1134 "specific fault, STATUS_* details, and code level in the ",
1135 "AdditionalData section."
1136 ]
1137 }
1138 },
1139
1140 {
Brandon Wyman90c88402021-11-16 20:34:49 +00001141 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.IoutOCFault",
1142 "Subsystem": "power_supply",
Brandon Wyman90c88402021-11-16 20:34:49 +00001143 "ActionFlags": ["service_action", "report", "call_home"],
1144 "ComponentID": "0x2700",
1145
1146 "SRC": {
1147 "Type": "11",
1148 "ReasonCode": "0x1B01",
1149 "Words6To9": {}
1150 },
1151
1152 "Callouts": [
1153 {
1154 "CalloutList": [
1155 { "Priority": "high", "Procedure": "power_overcurrent" }
1156 ]
1157 }
1158 ],
1159
1160 "Documentation": {
1161 "Description": "Power Supply output over-current power fault",
1162 "Message": "A power supply has indicated an output over-current condition."
1163 }
1164 },
1165
1166 {
Jay Meyer54ff54e2021-03-14 20:18:41 -05001167 "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Blackout",
1168 "Subsystem": "power",
1169 "ActionFlags": [ "report", "service_action" ],
1170 "Severity": "unrecoverable",
1171 "ComponentID": "0x2700",
1172
1173 "SRC":
1174 {
1175 "Type": "11",
1176 "ReasonCode": "0x00AC",
Mike Cappsa2d7b772022-03-07 15:47:48 -05001177 "Words6To9": {}
Jay Meyer54ff54e2021-03-14 20:18:41 -05001178 },
1179
1180 "Callouts": [
1181 {
1182 "CalloutList": [
1183 { "Priority": "high", "SymbolicFRU": "ac_module"}
1184 ]
1185 }
1186 ],
1187
1188 "Documentation": {
1189 "Description": "Input power was lost while the system was powered on.",
1190 "Message": "Input power was lost while the system was powered on.",
1191 "Notes": [
1192 "Input power was lost while system powered on.",
1193 "The CalloutList should use the ACMODUL symbolic FRU."
1194 ]
1195 }
1196 },
1197
1198 {
Brandon Wyman002d8cf2021-12-01 23:05:11 +00001199 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.PSKillFault",
1200 "Subsystem": "power_supply",
Brandon Wyman002d8cf2021-12-01 23:05:11 +00001201 "ActionFlags": ["service_action", "report", "call_home"],
1202 "ComponentID": "0x2700",
1203
1204 "SRC": {
1205 "Type": "11",
1206 "ReasonCode": "0x2500",
Mike Cappsa2d7b772022-03-07 15:47:48 -05001207 "Words6To9": {}
Brandon Wyman002d8cf2021-12-01 23:05:11 +00001208 },
1209
1210 "Callouts": [
1211 {
1212 "CalloutList": [
1213 { "Priority": "high", "Procedure": "power_overcurrent" }
1214 ]
1215 }
1216 ],
1217
1218 "Documentation": {
1219 "Description": "A power supply fault is potentially preventing the power supply from allowing the system to power on.",
1220 "Message": "Power supply PSKill_fault",
1221 "Notes": [
1222 ]
1223 }
1224 },
1225
1226 {
Jim Wright7f678902020-11-30 16:03:57 -06001227 "Name": "xyz.openbmc_project.Power.Error.Shutdown",
1228 "Subsystem": "power_sequencer",
1229 "ComponentID": "0x2700",
1230
1231 "SRC": {
1232 "Type": "11",
1233 "ReasonCode": "0x2600",
1234 "Words6To9": {}
1235 },
1236
1237 "Callouts": [
1238 {
1239 "CalloutList": [
1240 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1241 ]
1242 }
1243 ],
1244
1245 "Documentation": {
1246 "Description": "A power off was issued because a power fault was detected",
1247 "Message": "A power off was issued because a power fault was detected",
1248 "Notes": [
1249 ]
1250 }
1251 },
1252
1253 {
Ben Tyner0273a222021-07-12 15:18:13 -05001254 "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Regulator",
1255 "Subsystem": "power_control_hw",
1256 "ComponentID": "0x2700",
1257
1258 "SRC": {
1259 "Type": "11",
1260 "ReasonCode": "0x2602",
Mike Cappsa2d7b772022-03-07 15:47:48 -05001261 "Words6To9": {}
Ben Tyner0273a222021-07-12 15:18:13 -05001262 },
1263
1264 "Callouts": [
1265 {
1266 "System": "ibm,rainier",
1267 "CalloutList": [
1268 {
1269 "Priority": "high",
1270 "LocCode": "P0-C5"
1271 },
1272 {
1273 "Priority": "medium",
1274 "LocCode": "P0"
1275 }
1276 ]
1277 },
1278 {
1279 "System": "ibm,everest",
1280 "CalloutList": [
1281 {
1282 "Priority": "high",
1283 "LocCode": "P0-C59"
1284 },
1285 {
1286 "Priority": "medium",
1287 "LocCode": "P0"
1288 }
1289 ]
1290 }
1291 ],
1292
1293 "Documentation": {
1294 "Description": "A power off was issued because a regulator for standby power faulted",
1295 "Message": "A power off was issued because a regulator for standby power faulted",
1296 "Notes": [
1297 ]
1298 }
1299 },
1300
1301 {
Jim Wright7f678902020-11-30 16:03:57 -06001302 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerPGOODFault",
1303 "Subsystem": "power_sequencer",
1304 "ComponentID": "0x2700",
1305
1306 "SRC": {
1307 "Type": "11",
1308 "ReasonCode": "0x2610",
1309 "Words6To9": {}
1310 },
1311
1312 "CalloutsUsingAD": {
1313 "ADName": "INPUT_NAME", "CalloutsWithTheirADValues": [
1314 {
1315 "ADValue": "PCIE_SLOT0", "Callouts": [
1316 {
1317 "CalloutList": [
1318 { "Priority": "high", "LocCode": "P0-C0" },
1319 { "Priority": "medium", "LocCode": "P0" }
1320 ]
1321 }
1322 ]
1323 },
1324 {
1325 "ADValue": "PCIE_SLOT1", "Callouts": [
1326 {
1327 "CalloutList": [
1328 { "Priority": "high", "LocCode": "P0-C1" },
1329 { "Priority": "medium", "LocCode": "P0" }
1330 ]
1331 }
1332 ]
1333 },
1334 {
1335 "ADValue": "PCIE_SLOT2", "Callouts": [
1336 {
1337 "CalloutList": [
1338 { "Priority": "high", "LocCode": "P0-C2" },
1339 { "Priority": "medium", "LocCode": "P0" }
1340 ]
1341 }
1342 ]
1343 },
1344 {
1345 "ADValue": "PCIE_SLOT3", "Callouts": [
1346 {
1347 "CalloutList": [
1348 { "Priority": "high", "LocCode": "P0-C3" },
1349 { "Priority": "medium", "LocCode": "P0" }
1350 ]
1351 }
1352 ]
1353 },
1354 {
1355 "ADValue": "PCIE_SLOT4", "Callouts": [
1356 {
1357 "CalloutList": [
1358 { "Priority": "high", "LocCode": "P0-C4" },
1359 { "Priority": "medium", "LocCode": "P0" }
1360 ]
1361 }
1362 ]
1363 },
1364 {
Jim Wright2e4eb072022-02-03 14:43:46 -06001365 "ADValue": "PCIE_SLOT5", "Callouts": [
1366 {
1367 "CalloutList": [
1368 { "Priority": "high", "LocCode": "P0-C5" },
1369 { "Priority": "medium", "LocCode": "P0" }
1370 ]
1371 }
1372 ]
1373 },
1374 {
1375 "ADValue": "PCIE_SLOT6", "Callouts": [
1376 {
1377 "CalloutList": [
1378 { "Priority": "high", "LocCode": "P0-C6" },
1379 { "Priority": "medium", "LocCode": "P0" }
1380 ]
1381 }
1382 ]
1383 },
1384 {
Jim Wright7f678902020-11-30 16:03:57 -06001385 "ADValue": "PCIE_SLOT7", "Callouts": [
1386 {
1387 "CalloutList": [
1388 { "Priority": "high", "LocCode": "P0-C7" },
1389 { "Priority": "medium", "LocCode": "P0" }
1390 ]
1391 }
1392 ]
1393 },
1394 {
1395 "ADValue": "PCIE_SLOT8", "Callouts": [
1396 {
1397 "CalloutList": [
1398 { "Priority": "high", "LocCode": "P0-C8" },
1399 { "Priority": "medium", "LocCode": "P0" }
1400 ]
1401 }
1402 ]
1403 },
1404 {
1405 "ADValue": "PCIE_SLOT9", "Callouts": [
1406 {
1407 "CalloutList": [
1408 { "Priority": "high", "LocCode": "P0-C9" },
1409 { "Priority": "medium", "LocCode": "P0" }
1410 ]
1411 }
1412 ]
1413 },
1414 {
1415 "ADValue": "PCIE_SLOT10", "Callouts": [
1416 {
1417 "CalloutList": [
1418 { "Priority": "high", "LocCode": "P0-C10" },
1419 { "Priority": "medium", "LocCode": "P0" }
1420 ]
1421 }
1422 ]
1423 },
1424 {
1425 "ADValue": "PCIE_SLOT11", "Callouts": [
1426 {
1427 "CalloutList": [
1428 { "Priority": "high", "LocCode": "P0-C11" },
1429 { "Priority": "medium", "LocCode": "P0" }
1430 ]
1431 }
1432 ]
1433 },
1434 {
1435 "ADValue": "PGOOD_12A", "Callouts": [
1436 {
1437 "CalloutList": [
1438 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1439 ]
1440 }
1441 ]
1442 },
1443 {
1444 "ADValue": "PGOOD_12B", "Callouts": [
1445 {
1446 "CalloutList": [
1447 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1448 ]
1449 }
1450 ]
1451 },
1452 {
1453 "ADValue": "PGOOD_12C", "Callouts": [
1454 {
1455 "CalloutList": [
1456 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1457 ]
1458 }
1459 ]
1460 },
1461 {
1462 "ADValue": "PGOOD_12D", "Callouts": [
1463 {
1464 "CalloutList": [
1465 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1466 ]
1467 }
1468 ]
1469 },
1470 {
1471 "ADValue": "PGOOD_12L", "Callouts": [
1472 {
1473 "CalloutList": [
1474 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1475 ]
1476 }
1477 ]
1478 },
1479 {
1480 "ADValue": "PGOOD_12M", "Callouts": [
1481 {
1482 "CalloutList": [
1483 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1484 ]
1485 }
1486 ]
1487 },
1488 {
1489 "ADValue": "PGOOD_12N", "Callouts": [
1490 {
1491 "CalloutList": [
1492 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1493 ]
1494 }
1495 ]
1496 },
1497 {
1498 "ADValue": "PGOOD_12P", "Callouts": [
1499 {
1500 "CalloutList": [
1501 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1502 ]
1503 }
1504 ]
1505 },
1506 {
1507 "ADValue": "PGOOD_12PCIE", "Callouts": [
1508 {
1509 "CalloutList": [
1510 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1511 ]
1512 }
1513 ]
1514 },
1515 {
1516 "ADValue": "PGOOD_12Q", "Callouts": [
1517 {
1518 "CalloutList": [
1519 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1520 ]
1521 }
1522 ]
1523 },
1524 {
1525 "ADValue": "PGOOD_12R", "Callouts": [
1526 {
1527 "CalloutList": [
1528 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1529 ]
1530 }
1531 ]
1532 },
1533 {
1534 "ADValue": "PGOOD_VDN_DCM0", "Callouts": [
1535 {
1536 "CalloutList": [
1537 { "Priority": "high", "LocCode": "P0-C14" },
1538 { "Priority": "medium", "LocCode": "P0-C15" },
1539 { "Priority": "low", "LocCode": "P0" }
1540 ]
1541 }
1542 ]
1543 },
1544 {
1545 "ADValue": "PGOOD_VDN_DCM1", "Callouts": [
1546 {
1547 "CalloutList": [
1548 { "Priority": "high", "LocCode": "P0-C23" },
1549 { "Priority": "medium", "LocCode": "P0-C24" },
1550 { "Priority": "low", "LocCode": "P0" }
1551 ]
1552 }
1553 ]
1554 },
1555 {
1556 "ADValue": "PGOOD_VCS_DCM0", "Callouts": [
1557 {
1558 "CalloutList": [
1559 { "Priority": "high", "LocCode": "P0-C14" },
1560 { "Priority": "medium", "LocCode": "P0-C15" },
1561 { "Priority": "low", "LocCode": "P0" }
1562 ]
1563 }
1564 ]
1565 },
1566 {
1567 "ADValue": "PGOOD_VCS_DCM1", "Callouts": [
1568 {
1569 "CalloutList": [
1570 { "Priority": "high", "LocCode": "P0-C23" },
1571 { "Priority": "medium", "LocCode": "P0-C24" },
1572 { "Priority": "low", "LocCode": "P0" }
1573 ]
1574 }
1575 ]
1576 },
1577 {
1578 "ADValue": "PGOOD_VIO_DCM0", "Callouts": [
1579 {
1580 "CalloutList": [
1581 { "Priority": "high", "LocCode": "P0-C14" },
1582 { "Priority": "medium", "LocCode": "P0-C15" },
1583 { "Priority": "low", "LocCode": "P0" }
1584 ]
1585 }
1586 ]
1587 },
1588 {
1589 "ADValue": "PGOOD_VIO_DCM1", "Callouts": [
1590 {
1591 "CalloutList": [
1592 { "Priority": "high", "LocCode": "P0-C23" },
1593 { "Priority": "medium", "LocCode": "P0-C24" },
1594 { "Priority": "low", "LocCode": "P0" }
1595 ]
1596 }
1597 ]
1598 },
1599 {
1600 "ADValue": "PGOOD_VPCIE_DCM0", "Callouts": [
1601 {
1602 "CalloutList": [
1603 { "Priority": "high", "LocCode": "P0-C14" },
1604 { "Priority": "medium", "LocCode": "P0-C15" },
1605 { "Priority": "low", "LocCode": "P0" }
1606 ]
1607 }
1608 ]
1609 },
1610 {
1611 "ADValue": "PGOOD_VPCIE_DCM1", "Callouts": [
1612 {
1613 "CalloutList": [
1614 { "Priority": "high", "LocCode": "P0-C23" },
1615 { "Priority": "medium", "LocCode": "P0-C24" },
1616 { "Priority": "low", "LocCode": "P0" }
1617 ]
1618 }
1619 ]
Jim Wright2e4eb072022-02-03 14:43:46 -06001620 },
1621 {
1622 "ADValue": "CP0_VPCIE", "Callouts": [
1623 {
1624 "CalloutList": [
1625 { "Priority": "high", "LocCode": "P0-C58" },
1626 { "Priority": "medium", "LocCode": "P0-C60" },
1627 { "Priority": "low", "LocCode": "P0" }
1628 ]
1629 }
1630 ]
1631 },
1632 {
1633 "ADValue": "CP1_VPCIE", "Callouts": [
1634 {
1635 "CalloutList": [
1636 { "Priority": "high", "LocCode": "P0-C16" },
1637 { "Priority": "medium", "LocCode": "P0-C13" },
1638 { "Priority": "low", "LocCode": "P0" }
1639 ]
1640 }
1641 ]
1642 },
1643 {
1644 "ADValue": "CP2_VPCIE", "Callouts": [
1645 {
1646 "CalloutList": [
1647 { "Priority": "high", "LocCode": "P0-C16" },
1648 { "Priority": "medium", "LocCode": "P0-C20" },
1649 { "Priority": "low", "LocCode": "P0" }
1650 ]
1651 }
1652 ]
1653 },
1654 {
1655 "ADValue": "CP3_VPCIE", "Callouts": [
1656 {
1657 "CalloutList": [
1658 { "Priority": "high", "LocCode": "P0-C58" },
1659 { "Priority": "medium", "LocCode": "P0-C56" },
1660 { "Priority": "low", "LocCode": "P0" }
1661 ]
1662 }
1663 ]
1664 },
1665 {
1666 "ADValue": "0V_USB_front", "Callouts": [
1667 {
1668 "CalloutList": [
1669 { "Priority": "high", "SymbolicFRU": "usb_pgood" },
1670 { "Priority": "medium", "LocCode": "P0" }
1671 ]
1672 }
1673 ]
1674 },
1675 {
1676 "ADValue": "CP0_VDN", "Callouts": [
1677 {
1678 "CalloutList": [
1679 { "Priority": "high", "LocCode": "P0-C63" },
1680 { "Priority": "medium", "LocCode": "P0-C60" },
1681 { "Priority": "low", "LocCode": "P0" }
1682 ]
1683 }
1684 ]
1685 },
1686 {
1687 "ADValue": "CP1_VDN", "Callouts": [
1688 {
1689 "CalloutList": [
1690 { "Priority": "high", "LocCode": "P0-C12" },
1691 { "Priority": "medium", "LocCode": "P0-C13" },
1692 { "Priority": "low", "LocCode": "P0" }
1693 ]
1694 }
1695 ]
1696 },
1697 {
1698 "ADValue": "CP2_VDN", "Callouts": [
1699 {
1700 "CalloutList": [
1701 { "Priority": "high", "LocCode": "P0-C21" },
1702 { "Priority": "medium", "LocCode": "P0-C20" },
1703 { "Priority": "low", "LocCode": "P0" }
1704 ]
1705 }
1706 ]
1707 },
1708 {
1709 "ADValue": "CP3_VDN", "Callouts": [
1710 {
1711 "CalloutList": [
1712 { "Priority": "high", "LocCode": "P0-C54" },
1713 { "Priority": "medium", "LocCode": "P0-C56" },
1714 { "Priority": "low", "LocCode": "P0" }
1715 ]
1716 }
1717 ]
1718 },
1719 {
1720 "ADValue": "CP0_VIO", "Callouts": [
1721 {
1722 "CalloutList": [
1723 { "Priority": "high", "LocCode": "P0-C63" },
1724 { "Priority": "medium", "LocCode": "P0-C60" },
1725 { "Priority": "low", "LocCode": "P0" }
1726 ]
1727 }
1728 ]
1729 },
1730 {
1731 "ADValue": "CP1_VIO", "Callouts": [
1732 {
1733 "CalloutList": [
1734 { "Priority": "high", "LocCode": "P0-C12" },
1735 { "Priority": "medium", "LocCode": "P0-C13" },
1736 { "Priority": "low", "LocCode": "P0" }
1737 ]
1738 }
1739 ]
1740 },
1741 {
1742 "ADValue": "CP2_VIO", "Callouts": [
1743 {
1744 "CalloutList": [
1745 { "Priority": "high", "LocCode": "P0-C21" },
1746 { "Priority": "medium", "LocCode": "P0-C20" },
1747 { "Priority": "low", "LocCode": "P0" }
1748 ]
1749 }
1750 ]
1751 },
1752 {
1753 "ADValue": "CP3_VIO", "Callouts": [
1754 {
1755 "CalloutList": [
1756 { "Priority": "high", "LocCode": "P0-C54" },
1757 { "Priority": "medium", "LocCode": "P0-C56" },
1758 { "Priority": "low", "LocCode": "P0" }
1759 ]
1760 }
1761 ]
1762 },
1763 {
1764 "ADValue": "PGOOD_PSU1", "Callouts": [
1765 {
1766 "CalloutList": [
1767 { "Priority": "high", "LocCode": "E0" }
1768 ]
1769 }
1770 ]
1771 },
1772 {
1773 "ADValue": "PGOOD_PSU2", "Callouts": [
1774 {
1775 "CalloutList": [
1776 { "Priority": "high", "LocCode": "E1" }
1777 ]
1778 }
1779 ]
1780 },
1781 {
1782 "ADValue": "PGOOD_PSU3", "Callouts": [
1783 {
1784 "CalloutList": [
1785 { "Priority": "high", "LocCode": "E2" }
1786 ]
1787 }
1788 ]
1789 },
1790 {
1791 "ADValue": "PGOOD_PSU4", "Callouts": [
1792 {
1793 "CalloutList": [
1794 { "Priority": "high", "LocCode": "E3" }
1795 ]
1796 }
1797 ]
Jim Wright7f678902020-11-30 16:03:57 -06001798 }
1799 ]
1800 },
1801
1802 "Documentation": {
1803 "Description": "The power sequencer chip detected a PGOOD fault",
1804 "Message": "The power sequencer chip detected a PGOOD fault",
1805 "Notes": [
1806 ]
1807 }
1808 },
1809
1810 {
1811 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerVoltageFault",
1812 "Subsystem": "power_sequencer",
1813 "ComponentID": "0x2700",
1814
1815 "SRC": {
1816 "Type": "11",
1817 "ReasonCode": "0x2620",
1818 "Words6To9": {}
1819 },
1820
1821 "CalloutsUsingAD": {
1822 "ADName": "RAIL_NAME", "CalloutsWithTheirADValues": [
1823 {
1824 "ADValue": "12.0V", "Callouts": [
1825 {
1826 "CalloutList": [
1827 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1828 ]
1829 }
1830 ]
1831 },
1832 {
1833 "ADValue": "5.0V_USB", "Callouts": [
1834 {
1835 "CalloutList": [
1836 { "Priority": "high", "SymbolicFRU": "usb_pgood" },
1837 { "Priority": "medium", "LocCode": "P0" }
1838 ]
1839 }
1840 ]
1841 },
1842 {
1843 "ADValue": "5.0V_DASD", "Callouts": [
1844 {
1845 "CalloutList": [
1846 { "Priority": "medium", "LocCode": "P1" },
1847 { "Priority": "medium", "LocCode": "P2" },
1848 { "Priority": "medium", "LocCode": "P3" },
1849 { "Priority": "low", "LocCode": "P0" }
1850 ]
1851 }
1852 ]
1853 },
1854 {
1855 "ADValue": "3.3VA", "Callouts": [
1856 {
1857 "CalloutList": [
1858 { "Priority": "high", "LocCode": "P0" }
1859 ]
1860 }
1861 ]
1862 },
1863 {
1864 "ADValue": "3.3VB", "Callouts": [
1865 {
1866 "CalloutList": [
1867 { "Priority": "high", "LocCode": "P0" }
1868 ]
1869 }
1870 ]
1871 },
1872 {
Jim Wright2e4eb072022-02-03 14:43:46 -06001873 "ADValue": "3V3IO", "Callouts": [
1874 {
1875 "CalloutList": [
1876 { "Priority": "high", "LocCode": "P0-C17" }
1877 ]
1878 }
1879 ]
1880 },
1881 {
Jim Wright7f678902020-11-30 16:03:57 -06001882 "ADValue": "1.5V", "Callouts": [
1883 {
1884 "CalloutList": [
1885 { "Priority": "high", "LocCode": "P0" }
1886 ]
1887 }
1888 ]
1889 },
1890 {
1891 "ADValue": "1.1V", "Callouts": [
1892 {
1893 "CalloutList": [
1894 { "Priority": "high", "LocCode": "P0" }
1895 ]
1896 }
1897 ]
1898 },
1899 {
1900 "ADValue": "VDDA_DCM0", "Callouts": [
1901 {
1902 "CalloutList": [
1903 { "Priority": "high", "LocCode": "P0-C14" },
1904 { "Priority": "medium", "LocCode": "P0-C15" },
1905 { "Priority": "low", "LocCode": "P0" }
1906 ]
1907 }
1908 ]
1909 },
1910 {
1911 "ADValue": "VDDB_DCM0", "Callouts": [
1912 {
1913 "CalloutList": [
1914 { "Priority": "high", "LocCode": "P0-C14" },
1915 { "Priority": "medium", "LocCode": "P0-C15" },
1916 { "Priority": "low", "LocCode": "P0" }
1917 ]
1918 }
1919 ]
1920 },
1921 {
1922 "ADValue": "VDDA_DCM1", "Callouts": [
1923 {
1924 "CalloutList": [
1925 { "Priority": "high", "LocCode": "P0-C23" },
1926 { "Priority": "medium", "LocCode": "P0-C24" },
1927 { "Priority": "low", "LocCode": "P0" }
1928 ]
1929 }
1930 ]
1931 },
1932 {
1933 "ADValue": "VDDB_DCM1", "Callouts": [
1934 {
1935 "CalloutList": [
1936 { "Priority": "high", "LocCode": "P0-C23" },
1937 { "Priority": "medium", "LocCode": "P0-C24" },
1938 { "Priority": "low", "LocCode": "P0" }
1939 ]
1940 }
1941 ]
1942 },
1943 {
Jim Wright2e4eb072022-02-03 14:43:46 -06001944 "ADValue": "CP03_AVDD", "Callouts": [
1945 {
1946 "CalloutList": [
1947 { "Priority": "high", "LocCode": "P0-C58" },
1948 { "Priority": "medium", "LocCode": "P0-C56" },
1949 { "Priority": "medium", "LocCode": "P0-C61" },
1950 { "Priority": "low", "LocCode": "P0" }
1951 ]
1952 }
1953 ]
1954 },
1955 {
1956 "ADValue": "CP12_AVDD", "Callouts": [
1957 {
1958 "CalloutList": [
1959 { "Priority": "high", "LocCode": "P0-C16" },
1960 { "Priority": "medium", "LocCode": "P0-C14" },
1961 { "Priority": "medium", "LocCode": "P0-C19" },
1962 { "Priority": "low", "LocCode": "P0" }
1963 ]
1964 }
1965 ]
1966 },
1967 {
1968 "ADValue": "CP0_VDD0", "Callouts": [
1969 {
1970 "CalloutList": [
1971 { "Priority": "high", "LocCode": "P0-C62" },
1972 { "Priority": "medium", "LocCode": "P0-C61" },
1973 { "Priority": "low", "LocCode": "P0" }
1974 ]
1975 }
1976 ]
1977 },
1978 {
1979 "ADValue": "CP0_VDD1", "Callouts": [
1980 {
1981 "CalloutList": [
1982 { "Priority": "high", "LocCode": "P0-C60" },
1983 { "Priority": "medium", "LocCode": "P0-C61" },
1984 { "Priority": "low", "LocCode": "P0" }
1985 ]
1986 }
1987 ]
1988 },
1989 {
1990 "ADValue": "CP1_VDD0", "Callouts": [
1991 {
1992 "CalloutList": [
1993 { "Priority": "high", "LocCode": "P0-C13" },
1994 { "Priority": "medium", "LocCode": "P0-C14" },
1995 { "Priority": "low", "LocCode": "P0" }
1996 ]
1997 }
1998 ]
1999 },
2000 {
2001 "ADValue": "CP1_VDD1", "Callouts": [
2002 {
2003 "CalloutList": [
2004 { "Priority": "high", "LocCode": "P0-C15" },
2005 { "Priority": "medium", "LocCode": "P0-C14" },
2006 { "Priority": "low", "LocCode": "P0" }
2007 ]
2008 }
2009 ]
2010 },
2011 {
2012 "ADValue": "CP2_VDD0", "Callouts": [
2013 {
2014 "CalloutList": [
2015 { "Priority": "high", "LocCode": "P0-C18" },
2016 { "Priority": "medium", "LocCode": "P0-C19" },
2017 { "Priority": "low", "LocCode": "P0" }
2018 ]
2019 }
2020 ]
2021 },
2022 {
2023 "ADValue": "CP2_VDD1", "Callouts": [
2024 {
2025 "CalloutList": [
2026 { "Priority": "high", "LocCode": "P0-C20" },
2027 { "Priority": "medium", "LocCode": "P0-C19" },
2028 { "Priority": "low", "LocCode": "P0" }
2029 ]
2030 }
2031 ]
2032 },
2033 {
2034 "ADValue": "CP3_VDD0", "Callouts": [
2035 {
2036 "CalloutList": [
2037 { "Priority": "high", "LocCode": "P0-C57" },
2038 { "Priority": "medium", "LocCode": "P0-C56" },
2039 { "Priority": "low", "LocCode": "P0" }
2040 ]
2041 }
2042 ]
2043 },
2044 {
2045 "ADValue": "CP3_VDD1", "Callouts": [
2046 {
2047 "CalloutList": [
2048 { "Priority": "high", "LocCode": "P0-C55" },
2049 { "Priority": "medium", "LocCode": "P0-C56" },
2050 { "Priority": "low", "LocCode": "P0" }
2051 ]
2052 }
2053 ]
2054 },
2055 {
2056 "ADValue": "CP0_VCS0", "Callouts": [
2057 {
2058 "CalloutList": [
2059 { "Priority": "high", "LocCode": "P0-C63" },
2060 { "Priority": "medium", "LocCode": "P0-C61" },
2061 { "Priority": "low", "LocCode": "P0" }
2062 ]
2063 }
2064 ]
2065 },
2066 {
2067 "ADValue": "CP0_VCS1", "Callouts": [
2068 {
2069 "CalloutList": [
2070 { "Priority": "high", "LocCode": "P0-C59" },
2071 { "Priority": "medium", "LocCode": "P0-C61" },
2072 { "Priority": "low", "LocCode": "P0" }
2073 ]
2074 }
2075 ]
2076 },
2077 {
2078 "ADValue": "CP1_VCS0", "Callouts": [
2079 {
2080 "CalloutList": [
2081 { "Priority": "high", "LocCode": "P0-C12" },
2082 { "Priority": "medium", "LocCode": "P0-C14" },
2083 { "Priority": "low", "LocCode": "P0" }
2084 ]
2085 }
2086 ]
2087 },
2088 {
2089 "ADValue": "CP1_VCS1", "Callouts": [
2090 {
2091 "CalloutList": [
2092 { "Priority": "high", "LocCode": "P0-C16" },
2093 { "Priority": "medium", "LocCode": "P0-C14" },
2094 { "Priority": "low", "LocCode": "P0" }
2095 ]
2096 }
2097 ]
2098 },
2099 {
2100 "ADValue": "CP2_VCS0", "Callouts": [
2101 {
2102 "CalloutList": [
2103 { "Priority": "high", "LocCode": "P0-C17" },
2104 { "Priority": "medium", "LocCode": "P0-C19" },
2105 { "Priority": "low", "LocCode": "P0" }
2106 ]
2107 }
2108 ]
2109 },
2110 {
2111 "ADValue": "CP2_VCS1", "Callouts": [
2112 {
2113 "CalloutList": [
2114 { "Priority": "high", "LocCode": "P0-C21" },
2115 { "Priority": "medium", "LocCode": "P0-C19" },
2116 { "Priority": "low", "LocCode": "P0" }
2117 ]
2118 }
2119 ]
2120 },
2121 {
2122 "ADValue": "CP3_VCS0", "Callouts": [
2123 {
2124 "CalloutList": [
2125 { "Priority": "high", "LocCode": "P0-C58" },
2126 { "Priority": "medium", "LocCode": "P0-C56" },
2127 { "Priority": "low", "LocCode": "P0" }
2128 ]
2129 }
2130 ]
2131 },
2132 {
2133 "ADValue": "CP3_VCS1", "Callouts": [
2134 {
2135 "CalloutList": [
2136 { "Priority": "high", "LocCode": "P0-C54" },
2137 { "Priority": "medium", "LocCode": "P0-C56" },
2138 { "Priority": "low", "LocCode": "P0" }
2139 ]
2140 }
2141 ]
2142 },
2143 {
Jim Wright7f678902020-11-30 16:03:57 -06002144 "ADValue": "12.0VCS", "Callouts": [
2145 {
2146 "CalloutList": [
2147 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2148 ]
2149 }
2150 ]
2151 },
2152 {
2153 "ADValue": "3.3VCS", "Callouts": [
2154 {
2155 "CalloutList": [
2156 { "Priority": "high", "LocCode": "P0" }
2157 ]
2158 }
2159 ]
2160 },
2161 {
2162 "ADValue": "1.1V_Current", "Callouts": [
2163 {
2164 "CalloutList": [
2165 { "Priority": "high", "LocCode": "P0" }
2166 ]
2167 }
2168 ]
2169 },
2170 {
2171 "ADValue": "5.0V_USB_Current", "Callouts": [
2172 {
2173 "CalloutList": [
2174 { "Priority": "high", "SymbolicFRU": "usb_pgood" },
2175 { "Priority": "medium", "LocCode": "P0" }
2176 ]
2177 }
2178 ]
2179 },
2180 {
2181 "ADValue": "5.0V_DASD_Current", "Callouts": [
2182 {
2183 "CalloutList": [
2184 { "Priority": "medium", "LocCode": "P1" },
2185 { "Priority": "medium", "LocCode": "P2" },
2186 { "Priority": "medium", "LocCode": "P3" },
2187 { "Priority": "low", "LocCode": "P0" }
2188 ]
2189 }
2190 ]
2191 },
2192 {
2193 "ADValue": "12.0VN", "Callouts": [
2194 {
2195 "CalloutList": [
2196 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2197 ]
2198 }
2199 ]
2200 },
2201 {
2202 "ADValue": "12.0VP", "Callouts": [
2203 {
2204 "CalloutList": [
2205 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2206 ]
2207 }
2208 ]
2209 },
2210 {
2211 "ADValue": "12.0VQ", "Callouts": [
2212 {
2213 "CalloutList": [
2214 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2215 ]
2216 }
2217 ]
2218 },
2219 {
2220 "ADValue": "12.0VR", "Callouts": [
2221 {
2222 "CalloutList": [
2223 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2224 ]
2225 }
2226 ]
2227 },
2228 {
2229 "ADValue": "ThermalDiode1", "Callouts": [
2230 {
2231 "CalloutList": [
2232 { "Priority": "high", "LocCode": "P0" }
2233 ]
2234 }
2235 ]
2236 },
2237 {
2238 "ADValue": "ThermalDiode2", "Callouts": [
2239 {
2240 "CalloutList": [
2241 { "Priority": "high", "LocCode": "P0" }
2242 ]
2243 }
2244 ]
2245 },
2246 {
2247 "ADValue": "ThermalDiode3", "Callouts": [
2248 {
2249 "CalloutList": [
2250 { "Priority": "high", "LocCode": "P0" }
2251 ]
2252 }
2253 ]
2254 },
2255 {
2256 "ADValue": "ThermalDiode4", "Callouts": [
2257 {
2258 "CalloutList": [
2259 { "Priority": "high", "LocCode": "P0" }
2260 ]
2261 }
2262 ]
2263 }
2264 ]
2265 },
2266
2267 "Documentation": {
2268 "Description": "The power sequencer chip detected a voltage fault",
2269 "Message": "The power sequencer chip detected a voltage fault",
2270 "Notes": [
2271 ]
2272 }
2273 },
2274
2275 {
Shawn McCarney7f1ec942021-07-28 13:33:34 -05002276 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.N",
2277 "Subsystem": "power",
2278 "Severity": "predictive_redundancy_loss",
2279 "ComponentID": "0x2700",
2280
2281 "SRC": {
2282 "Type": "11",
2283 "ReasonCode": "0x2700",
2284 "Words6To9": {}
2285 },
2286
2287 "Documentation": {
2288 "Description": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
2289 "Message": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
2290 "Notes": [
2291 "CALLOUT_INVENTORY_PATH should be specified in the ",
2292 "AdditionalData property of the event log so that ",
2293 "the device is called out but not the communication path."
2294 ]
2295 }
2296 },
2297
2298 {
2299 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.NPlus1",
2300 "Subsystem": "power",
2301 "Severity": "non_error",
2302 "MfgSeverity": "predictive_redundancy_loss",
2303 "ActionFlags": ["report"],
2304 "MfgActionFlags": ["service_action", "report", "call_home"],
2305 "ComponentID": "0x2700",
2306
2307 "SRC": {
2308 "Type": "11",
2309 "ReasonCode": "0x2701",
2310 "Words6To9": {}
2311 },
2312
2313 "Documentation": {
2314 "Description": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
2315 "Message": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
2316 "Notes": [
2317 "CALLOUT_INVENTORY_PATH should be specified in the ",
2318 "AdditionalData property of the event log so that ",
2319 "the device is called out but not the communication path."
2320 ]
2321 }
2322 },
2323
2324 {
Shawn McCarney01648f52020-06-25 11:42:02 -05002325 "Name": "xyz.openbmc_project.Power.Regulators.Error.WriteVerification",
2326 "Subsystem": "power",
2327 "ComponentID": "0x2700",
2328
2329 "SRC": {
2330 "Type": "11",
2331 "ReasonCode": "0x2900",
2332 "Words6To9": {}
2333 },
2334
2335 "Documentation": {
2336 "Description": "A write verification error occurred on a device",
2337 "Message": "A write verification error occurred on a device",
2338 "Notes": [
2339 "This error occurs when a device register is written, ",
2340 "read back, and the two values do not match. This is ",
2341 "also called a read-back error. The device should be ",
2342 "identified using the CALLOUT_DEVICE_PATH or ",
2343 "CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR keywords in the ",
2344 "AdditionalData property of the event log. This will ",
2345 "cause the device and the hardware in the communication ",
2346 "path to be called out."
2347 ]
2348 }
2349 },
2350
2351 {
Shawn McCarneye4022182022-01-31 19:09:01 -06002352 "Name": "xyz.openbmc_project.Power.UPS.Error.Battery.Discharging",
2353 "Subsystem": "power",
2354 "Severity": "non_error",
2355 "ActionFlags": ["report"],
2356 "ComponentID": "0x2700",
2357
2358 "SRC": {
2359 "Type": "11",
2360 "ReasonCode": "0x4201",
2361 "Words6To9": {}
2362 },
2363
2364 "Documentation": {
2365 "Description": "The Uninterruptible Power Supply (UPS) battery is discharging and providing power to the system due to a utility failure",
2366 "Message": "The Uninterruptible Power Supply (UPS) battery is discharging and providing power to the system due to a utility failure",
2367 "Notes": [
2368 ]
2369 }
2370 },
2371
2372 {
2373 "Name": "xyz.openbmc_project.Power.UPS.Error.Battery.Low",
2374 "Subsystem": "power",
2375 "Severity": "non_error",
2376 "ActionFlags": ["report"],
2377 "ComponentID": "0x2700",
2378
2379 "SRC": {
2380 "Type": "11",
2381 "ReasonCode": "0x4203",
2382 "Words6To9": {}
2383 },
2384
2385 "Documentation": {
2386 "Description": "The Uninterruptible Power Supply (UPS) battery level is low",
2387 "Message": "The Uninterruptible Power Supply (UPS) battery level is low",
2388 "Notes": [
2389 ]
2390 }
2391 },
2392
2393 {
Shawn McCarney01648f52020-06-25 11:42:02 -05002394 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile",
2395 "Subsystem": "power",
2396 "ComponentID": "0x2700",
2397
2398 "SRC": {
2399 "Type": "11",
2400 "ReasonCode": "0xA013",
2401 "Words6To9": {}
2402 },
2403
2404 "Callouts": [
2405 {
2406 "CalloutList": [
2407 { "Priority": "high", "Procedure": "bmc_code" }
2408 ]
2409 }
2410 ],
2411
2412 "Documentation": {
2413 "Description": "A regulators configuration file error occurred",
2414 "Message": "A regulators configuration file error occurred",
2415 "Notes": [
2416 "The regulators configuration file could not be found, ",
2417 "could not be read, or had invalid contents."
2418 ]
2419 }
2420 },
2421
2422 {
Shawn McCarney82e31d82021-02-19 16:25:55 -06002423 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile.Critical",
2424 "Subsystem": "power",
2425 "Severity": "critical_system_term",
2426 "ComponentID": "0x2700",
2427
2428 "SRC": {
2429 "Type": "11",
2430 "ReasonCode": "0xA014",
Mike Cappsa2d7b772022-03-07 15:47:48 -05002431 "Words6To9": {}
Shawn McCarney82e31d82021-02-19 16:25:55 -06002432 },
2433
2434 "Callouts": [
2435 {
2436 "CalloutList": [
2437 { "Priority": "high", "Procedure": "bmc_code" }
2438 ]
2439 }
2440 ],
2441
2442 "Documentation": {
2443 "Description": "A critical regulators configuration file error occurred",
2444 "Message": "A critical regulators configuration file error occurred",
2445 "Notes": [
2446 "The regulators configuration file could not be found, ",
2447 "could not be read, or had invalid contents. As a result ",
2448 "voltage regulators could not be configured, and the ",
2449 "chassis could not be powered on."
2450 ]
2451 }
2452 },
2453
2454 {
Jim Wright7f678902020-11-30 16:03:57 -06002455 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerFault",
2456 "Subsystem": "power_sequencer",
2457 "ComponentID": "0x2700",
2458
2459 "SRC": {
2460 "Type": "11",
2461 "ReasonCode": "0xD000",
2462 "Words6To9": {}
2463 },
2464
2465 "Callouts": [
2466 {
2467 "CalloutList": [
2468 { "Priority": "high", "LocCode": "P0" }
2469 ]
2470 }
2471 ],
2472
2473 "Documentation": {
2474 "Description": "The power sequencer chip detected a fault",
2475 "Message": "The power sequencer chip detected a fault",
2476 "Notes": [
2477 ]
2478 }
2479 },
2480
2481 {
Jim Wrightc1ba04f2021-11-12 15:31:32 -06002482 "Name": "xyz.openbmc_project.Power.Error.PowerOnTimeout",
Jim Wright7f678902020-11-30 16:03:57 -06002483 "Subsystem": "power_sequencer",
2484 "ComponentID": "0x2700",
Jim Wrightc1ba04f2021-11-12 15:31:32 -06002485 "Severity": "critical",
Jim Wright7f678902020-11-30 16:03:57 -06002486
2487 "SRC": {
2488 "Type": "11",
2489 "ReasonCode": "0xD002",
2490 "Words6To9": {}
2491 },
2492
2493 "Callouts": [
2494 {
2495 "CalloutList": [
2496 { "Priority": "high", "LocCode": "P0" }
2497 ]
2498 }
2499 ],
2500
2501 "Documentation": {
Jim Wrightc1ba04f2021-11-12 15:31:32 -06002502 "Description": "System power failed to turn on within timeout period",
2503 "Message": "System power failed to turn on within timeout period",
2504 "Notes": [
2505 ]
2506 }
2507 },
2508
2509 {
2510 "Name": "xyz.openbmc_project.Power.Error.PowerOffTimeout",
2511 "Subsystem": "power_sequencer",
2512 "ComponentID": "0x2700",
2513 "Severity": "critical",
2514
2515 "SRC": {
2516 "Type": "11",
2517 "ReasonCode": "0xD008",
2518 "Words6To9": {}
2519 },
2520
2521 "Callouts": [
2522 {
2523 "CalloutList": [
2524 { "Priority": "high", "LocCode": "P0" }
2525 ]
2526 }
2527 ],
2528
2529 "Documentation": {
2530 "Description": "System power failed to turn off within timeout period",
2531 "Message": "System power failed to turn off within timeout period",
Jim Wright7f678902020-11-30 16:03:57 -06002532 "Notes": [
2533 ]
2534 }
2535 },
2536
2537 {
Shawn McCarney01648f52020-06-25 11:42:02 -05002538 "Name": "xyz.openbmc_project.Power.Error.Internal",
2539 "Subsystem": "power",
2540 "ComponentID": "0x2700",
2541
2542 "SRC": {
2543 "Type": "11",
2544 "ReasonCode": "0xE000",
2545 "Words6To9": {}
2546 },
2547
2548 "Callouts": [
2549 {
2550 "CalloutList": [
2551 { "Priority": "high", "Procedure": "bmc_code" }
2552 ]
2553 }
2554 ],
2555
2556 "Documentation": {
2557 "Description": "An internal firmware error occurred",
2558 "Message": "An internal firmware error occurred",
2559 "Notes": [
2560 "The error details must be provided in the AdditionalData ",
2561 "property of the event log."
2562 ]
2563 }
2564 },
2565
2566 {
2567 "Name": "xyz.openbmc_project.Power.Error.I2C",
2568 "Subsystem": "cec_i2c",
2569 "ComponentID": "0x2700",
2570
2571 "SRC": {
2572 "Type": "11",
2573 "ReasonCode": "0xE100",
2574 "Words6To9": {}
2575 },
2576
2577 "Documentation": {
2578 "Description": "An I2C error occurred communicating with a device",
2579 "Message": "An I2C error occurred communicating with a device",
2580 "Notes": [
2581 "The device should be identified using the ",
2582 "CALLOUT_DEVICE_PATH or CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR ",
2583 "keywords in the AdditionalData property of the event ",
2584 "log. This will cause the device and the hardware in the ",
2585 "communication path to be called out."
2586 ]
2587 }
2588 },
2589
2590 {
2591 "Name": "xyz.openbmc_project.Power.Error.PMBus",
2592 "Subsystem": "power",
2593 "ComponentID": "0x2700",
2594
2595 "SRC": {
2596 "Type": "11",
2597 "ReasonCode": "0xE200",
2598 "Words6To9": {}
2599 },
2600
2601 "Documentation": {
2602 "Description": "A PMBus error occurred on a device",
2603 "Message": "A PMBus error occurred on a device",
2604 "Notes": [
2605 "This error occurs when the I2C communication was ",
2606 "successful, but the PMBus value read is invalid or ",
2607 "unsupported. CALLOUT_INVENTORY_PATH should be specified ",
2608 "in the AdditionalData property of the event log so that ",
2609 "the device is called out but not the communication path."
2610 ]
2611 }
2612 },
2613
2614 {
2615 "Name": "xyz.openbmc_project.Power.Error.DBus",
2616 "Subsystem": "power",
2617 "ComponentID": "0x2700",
2618
2619 "SRC": {
2620 "Type": "11",
2621 "ReasonCode": "0xE300",
2622 "Words6To9": {}
2623 },
2624
2625 "Callouts": [
2626 {
2627 "CalloutList": [
2628 { "Priority": "high", "Procedure": "bmc_code" }
2629 ]
2630 }
2631 ],
2632
2633 "Documentation": {
2634 "Description": "A firmware inter-process communication (D-Bus) error occurred",
2635 "Message": "A firmware inter-process communication (D-Bus) error occurred"
2636 }
Matt Spinler60d1c392020-09-23 15:23:24 -05002637 },
2638
2639 {
Matt Spinler7c9c07e2020-10-22 10:16:37 -05002640 "Name": "xyz.openbmc_project.Fan.Error.Fault",
2641 "Subsystem": "power_fans",
2642 "ComponentID": "0x2800",
2643
2644 "SRC": {
2645 "Type": "11",
2646 "ReasonCode": "0x76F0",
2647 "Words6To9": {}
2648 },
2649
2650 "Documentation": {
2651 "Description": "Fan rotor fault",
2652 "Message": "Fan rotor fault",
2653 "Notes": [
2654 "This error occurs when a fan rotor has been faulted for a ",
2655 "certain amount of time. The callout is the fan which is ",
2656 "passed in with CALLOUT_INVENTORY_PATH. The severity is ",
2657 "passed in during creation and will be either informational ",
2658 "or unrecoverable. The action flags use the defaults and ",
2659 "vary based on the severity."
2660 ]
2661 }
2662 },
2663
2664 {
Matt Spinler60d1c392020-09-23 15:23:24 -05002665 "Name": "xyz.openbmc_project.Fan.Error.Missing",
2666 "Subsystem": "power_fans",
2667 "ComponentID": "0x2800",
2668 "Severity": "unrecoverable_redundancy_loss",
2669 "ActionFlags": ["service_action", "report", "call_home"],
2670
2671 "SRC": {
2672 "Type": "11",
2673 "ReasonCode": "0x76F1",
2674 "Words6To9": {}
2675 },
2676
2677 "Callouts": [
2678 {
Matt Spinler938ac792021-05-12 10:46:44 -05002679 "System": "ibm,rainier",
Matt Spinler60d1c392020-09-23 15:23:24 -05002680 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -05002681 {
2682 "Priority": "high",
2683 "SymbolicFRUTrusted": "air_mover",
2684 "UseInventoryLocCode": true
2685 },
2686 {
2687 "Priority": "low",
2688 "LocCode": "P0"
2689 }
Matt Spinler60d1c392020-09-23 15:23:24 -05002690 ]
Matt Spinler938ac792021-05-12 10:46:44 -05002691 },
2692 {
2693 "System": "ibm,everest",
2694 "CalloutList": [
2695 {
2696 "Priority": "high",
2697 "SymbolicFRUTrusted": "air_mover",
2698 "UseInventoryLocCode": true
2699 },
2700 {
2701 "Priority": "low",
2702 "LocCode": "P1"
2703 }
2704 ]
Matt Spinler60d1c392020-09-23 15:23:24 -05002705 }
2706 ],
2707
2708 "Documentation": {
2709 "Description": "A fan is missing",
2710 "Message": "A fan is missing",
2711 "Notes": [
2712 "This error occurs when a fan has been missing for a ",
Matt Spinler80600192020-10-23 09:29:33 -05002713 "certain amount of time. The first callout is the ",
2714 "symbolic FRU AIR_MOVR that has the trusted fan location ",
2715 "code, which it gets using the passed in ",
2716 "CALLOUT_INVENTORY_PATH. The second callout is the FRU ",
Matt Spinler938ac792021-05-12 10:46:44 -05002717 "where the controller and GPIO expander are."
Matt Spinler60d1c392020-09-23 15:23:24 -05002718 ]
2719 }
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05002720 },
2721
2722 {
Matt Spinleradf070b2021-04-21 13:39:45 -05002723 "Name": "xyz.openbmc_project.Fan.Presence.Error.Detection",
2724 "ComponentID": "0x2800",
2725 "Subsystem": "power_fans",
2726 "Severity": "non_error",
2727 "ActionFlags": ["report"],
2728 "MfgSeverity": "predictive",
2729 "MfgActionFlags": ["service_action", "report"],
2730
2731 "SRC": {
2732 "Type": "11",
2733 "ReasonCode": "0x76F2",
2734 "Words6To9": {}
2735 },
2736
2737 "Callouts": [
2738 {
2739 "System": "ibm,rainier",
2740 "CalloutList": [
2741 {"Priority": "medium", "LocCode": "P0"}
2742 ]
2743 },
2744 {
2745 "System": "ibm,everest",
2746 "CalloutList": [
2747 {"Priority": "medium", "LocCode": "P1"}
2748 ]
2749 }
2750 ],
2751
2752 "Documentation": {
2753 "Description": "Presence detect methods for the same fan disagree",
2754 "Message": "Presence detect methods for the same fan disagree",
2755 "Notes": [
2756 "This error occurs when there is more than one way to detect",
2757 "fan presence, and they don't all agree. For example, the",
2758 "GPIO says a fan isn't present, but the tach readings are",
2759 "nonzero. This is informational, unless in manufacturing.",
2760 "The fan FRU is passed in as a high priority callout.",
2761 "The FRU the GPIO source is on is called out medium."
2762 ]
2763 }
2764 },
2765
2766 {
Matt Spinlerdde99202021-06-14 12:15:59 -06002767 "Name": "xyz.openbmc_project.Fan.Error.FanControllerOffline",
2768 "ComponentID": "0x2800",
2769 "Subsystem": "power_fans",
2770 "Severity": "critical_system_term",
2771 "ActionFlags": ["service_action", "report", "call_home"],
2772
2773 "SRC": {
2774 "Type": "11",
2775 "ReasonCode": "0x76F3",
Mike Cappsa2d7b772022-03-07 15:47:48 -05002776 "Words6To9": {}
Matt Spinlerdde99202021-06-14 12:15:59 -06002777 },
2778
2779 "Callouts": [
2780 {
2781 "System": "ibm,rainier",
2782 "CalloutList": [
2783 {"Priority": "high", "LocCode": "P0-C5"},
2784 {"Priority": "medium_group_a", "LocCode": "P0-T12", "SymbolicFRUTrusted": "fan_cable"},
2785 {"Priority": "medium_group_a", "LocCode": "P0-T17", "SymbolicFRUTrusted": "cable_continued"},
2786 {"Priority": "low", "LocCode": "P0"}
2787 ]
2788 },
2789 {
2790 "System": "ibm,everest",
2791 "CalloutList": [
2792 {"Priority": "high", "LocCode": "P0-C0"},
2793 {"Priority": "medium", "LocCode": "P1"},
2794 {"Priority": "low", "LocCode": "P0"}
2795 ]
2796 }
2797 ],
2798
2799 "Documentation": {
2800 "Description": "The fan controller device is offline",
2801 "Message": "The fan controller is offline. The system must be powered off.",
2802 "Notes": [
2803 "The device that controls the fans is offline so the fan",
2804 "targets and speeds are unknown. The system will be shut",
2805 "down to preserve thermal safety. There may be an I2C",
2806 "or power problem with the device."
2807 ]
2808 }
2809 },
2810
2811 {
Mike Cappsabc276e2021-06-18 16:41:30 -04002812 "Name": "xyz.openbmc_project.Fan.Presence.Error.GPIODeviceUnavailable",
2813 "Subsystem": "power_fans",
2814 "ComponentID": "0x2800",
2815 "Severity": "unrecoverable_redundancy_loss",
2816 "ActionFlags": ["service_action", "report", "call_home"],
2817
2818 "SRC": {
2819 "Type": "11",
2820 "ReasonCode": "0x76F4",
2821 "Words6To9": {}
2822 },
2823
2824 "Callouts": [
2825 {
2826 "System" : "ibm,rainier",
2827 "CalloutList": [
2828 {"Priority": "high", "LocCode": "P0-C5"},
2829 {"Priority": "medium_group_a", "LocCode": "P0-T12","SymbolicFRUTrusted": "fan_cable"},
2830 {"Priority": "medium_group_a", "LocCode": "P0-T17","SymbolicFRUTrusted": "cable_continued"},
2831 {"Priority": "low", "LocCode": "P0"}
2832 ]
2833 },
2834 {
2835 "System" : "ibm,everest",
2836 "CalloutList": [
2837 {"Priority": "high", "LocCode": "P0-C0"},
2838 {"Priority": "medium", "LocCode": "P1"},
2839 {"Priority": "low", "LocCode": "P0"}
2840 ]
2841 }
2842 ],
2843
2844 "Documentation": {
2845 "Description": "Fan GPIO sensors not present",
2846 "Message": "Fan GPIO sensors not present",
2847 "Notes": [
2848 "The device that reports fan presence is not functioning."
2849 ]
2850 }
2851 },
2852
2853 {
Matt Spinler86e40dd2021-01-29 11:19:36 -06002854 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHigh",
2855 "Subsystem": "power",
2856 "ComponentID": "0x2800",
2857 "Severity": "predictive",
2858 "ActionFlags": ["service_action", "report"],
2859
2860 "SRC": {
2861 "ReasonCode": "0x2801",
2862 "Words6To9": {}
2863 },
2864
2865 "CalloutsUsingAD": {
2866 "ADName": "SENSOR_NAME",
2867 "CalloutsWithTheirADValues": [
2868 {
2869 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2870 "Callouts": [
2871 {
2872 "CalloutList": [
2873 { "Priority": "high", "SymbolicFRU": "ambient_temp" }
2874 ]
2875 }
2876 ]
2877 }
2878 ]
2879 },
2880
2881 "Documentation": {
2882 "Description": "A temperature sensor exceeded its performance loss threshold.",
2883 "Message": "A temperature sensor exceeded its performance loss threshold.",
2884 "Notes": [
2885 "A temperature sensor crossed its performance loss threshold value",
2886 "If it is the ambient sensor, then a symbolic FRU will be added.",
2887 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
2888 "a FRU callout."
2889 ]
2890 }
2891 },
2892
2893 {
2894 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHighClear",
2895 "Subsystem": "power",
2896 "ComponentID": "0x2800",
2897 "Severity": "non_error",
2898 "ActionFlags": ["report"],
2899 "EventType": "env_normal",
2900
2901 "SRC": {
2902 "ReasonCode": "0x2802",
2903 "Words6To9": {}
2904 },
2905
2906 "CalloutsUsingAD": {
2907 "ADName": "SENSOR_NAME",
2908 "CalloutsWithTheirADValues": [
2909 {
2910 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2911 "Callouts": [
2912 {
2913 "CalloutList": [
2914 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" }
2915 ]
2916 }
2917 ]
2918 }
2919 ]
2920 },
2921
2922 "Documentation": {
2923 "Description": "A temperature sensor is under its performance loss threshold.",
2924 "Message": "A temperature sensor is under its performance loss threshold.",
2925 "Notes": [
2926 "A temperature sensor crossed under its performance loss threshold value",
2927 "If it is the ambient sensor, then a symbolic FRU will be added."
2928 ]
2929 }
2930 },
2931
2932 {
2933 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHigh",
2934 "Subsystem": "power",
2935 "ComponentID": "0x2800",
2936 "Severity": "predictive",
2937 "ActionFlags": ["service_action", "report"],
2938
2939 "SRC": {
2940 "ReasonCode": "0x2803",
2941 "Words6To9": {}
2942 },
2943
2944 "CalloutsUsingAD": {
2945 "ADName": "SENSOR_NAME",
2946 "CalloutsWithTheirADValues": [
2947 {
2948 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2949 "Callouts": [
2950 {
2951 "CalloutList": [
2952 { "Priority": "high", "SymbolicFRU": "ambient_temp" }
2953 ]
2954 }
2955 ]
2956 }
2957 ]
2958 },
2959
2960 "Documentation": {
2961 "Description": "A temperature sensor exceeded its warning threshold.",
2962 "Message": "A temperature sensor exceeded its warning threshold.",
2963 "Notes": [
2964 "A temperature sensor crossed its warning threshold value",
2965 "If it is the ambient sensor, then a symbolic FRU will be added.",
2966 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
2967 "a FRU callout."
2968 ]
2969 }
2970 },
2971
2972 {
2973 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHighClear",
2974 "Subsystem": "power",
2975 "ComponentID": "0x2800",
2976 "Severity": "non_error",
2977 "ActionFlags": ["report"],
2978 "EventType": "env_normal",
2979
2980 "SRC": {
2981 "ReasonCode": "0x2804",
2982 "Words6To9": {}
2983 },
2984
2985 "CalloutsUsingAD": {
2986 "ADName": "SENSOR_NAME",
2987 "CalloutsWithTheirADValues": [
2988 {
2989 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2990 "Callouts": [
2991 {
2992 "CalloutList": [
2993 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" }
2994 ]
2995 }
2996 ]
2997 }
2998 ]
2999 },
3000
3001 "Documentation": {
3002 "Description": "A temperature sensor is under its warning threshold.",
3003 "Message": "A temperature sensor is under its warning threshold.",
3004 "Notes": [
3005 "A temperature sensor crossed under its warning threshold value",
3006 "If it is the ambient sensor, then a symbolic FRU will be added."
3007 ]
3008 }
3009 },
3010
3011 {
3012 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHigh",
3013 "Subsystem": "power",
3014 "ComponentID": "0x2800",
3015 "Severity": "predictive",
3016 "ActionFlags": ["service_action", "report"],
3017
3018 "SRC": {
3019 "ReasonCode": "0x2805",
3020 "Words6To9": {}
3021 },
3022
3023 "CalloutsUsingAD": {
3024 "ADName": "SENSOR_NAME",
3025 "CalloutsWithTheirADValues": [
3026 {
3027 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
3028 "Callouts": [
3029 {
3030 "CalloutList": [
3031 { "Priority": "high", "SymbolicFRU": "ambient_temp" }
3032 ]
3033 }
3034 ]
3035 }
3036 ]
3037 },
3038
3039 "Documentation": {
3040 "Description": "A temperature sensor exceeded its critical threshold.",
3041 "Message": "A temperature sensor exceeded its critical threshold.",
3042 "Notes": [
3043 "A temperature sensor crossed its critical threshold value",
3044 "If it is the ambient sensor, then a symbolic FRU will be added.",
3045 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
3046 "a FRU callout."
3047 ]
3048 }
3049 },
3050
3051 {
3052 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHighClear",
3053 "Subsystem": "power",
3054 "ComponentID": "0x2800",
3055 "Severity": "non_error",
3056 "ActionFlags": ["report"],
3057 "EventType": "env_normal",
3058
3059 "SRC": {
3060 "ReasonCode": "0x2806",
3061 "Words6To9": {}
3062 },
3063
3064 "CalloutsUsingAD": {
3065 "ADName": "SENSOR_NAME",
3066 "CalloutsWithTheirADValues": [
3067 {
3068 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
3069 "Callouts": [
3070 {
3071 "CalloutList": [
3072 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" }
3073 ]
3074 }
3075 ]
3076 }
3077 ]
3078 },
3079
3080 "Documentation": {
3081 "Description": "A temperature sensor is under its critical threshold.",
3082 "Message": "A temperature sensor is under its critical threshold.",
3083 "Notes": [
3084 "A temperature sensor crossed under its critical threshold value",
3085 "If it is the ambient sensor, then a symbolic FRU will be added."
3086 ]
3087 }
3088 },
3089
3090 {
Matt Spinler6b3490a2021-01-20 10:48:26 -06003091 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHigh",
3092 "Subsystem": "power",
3093 "ComponentID": "0x2800",
3094 "Severity": "predictive",
3095 "ActionFlags": ["service_action", "report"],
3096
3097 "SRC": {
3098 "ReasonCode": "0x2807",
3099 "Words6To9": {}
3100 },
3101
3102 "Callouts": [
3103 {
3104 "CalloutList": [
3105 {
3106 "Priority": "high",
3107 "SymbolicFRU": "ambient_temp"
3108 }
3109 ]
3110 }
3111 ],
3112
3113 "Documentation": {
3114 "Description": "The ambient temperature passed the EPOW3 limit.",
3115 "Message": "The ambient temperature passed the EPOW3 limit. The system will shut down if temp doesn't decrease.",
3116 "Notes": [
3117 "This error occurs when the ambient temperature surpassed",
3118 "the EPOW3 shutdown limit."
3119 ]
3120 }
3121 },
3122
3123 {
3124 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHighClear",
3125 "Subsystem": "power",
3126 "ComponentID": "0x2800",
3127 "Severity": "non_error",
3128 "ActionFlags": ["report"],
3129 "EventType": "env_normal",
3130
3131 "SRC": {
3132 "ReasonCode": "0x2808",
3133 "Words6To9": {}
3134 },
3135
3136 "Callouts": [
3137 {
3138 "CalloutList": [
3139 {
3140 "Priority": "high",
3141 "SymbolicFRU": "ambient_temp_back"
3142 }
3143 ]
3144 }
3145 ],
3146
3147 "Documentation": {
3148 "Description": "The ambient temperature is back under the EPOW3 limit.",
3149 "Message": "The ambient temperature is back under the EPOW3 limit."
3150 }
3151 },
3152
3153 {
3154 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.HardShutdownAlarmHigh",
3155 "Subsystem": "power",
3156 "ComponentID": "0x2800",
Matt Spinler6b3490a2021-01-20 10:48:26 -06003157 "ActionFlags": ["service_action", "report"],
3158
3159 "SRC": {
3160 "ReasonCode": "0x2809",
3161 "Words6To9": {}
3162 },
3163
3164 "Callouts": [
3165 {
3166 "CalloutList": [
3167 {
3168 "Priority": "high",
3169 "SymbolicFRU": "ambient_temp"
3170 }
3171 ]
3172 }
3173 ],
3174
3175 "Documentation": {
3176 "Description": "The ambient temperature passed the EPOW4 limit.",
3177 "Message": "The ambient temperature passed the EPOW4 limit. The system will shut down",
3178 "Notes": [
3179 "This error occurs when the ambient temperature surpassed",
3180 "the EPOW4 shutdown limit."
3181 ]
3182 }
3183 },
3184
3185 {
Rashmica Guptab63f75b2021-08-18 20:54:21 +10003186 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHigh",
3187 "Subsystem": "ext_env",
3188 "ComponentID": "0x2800",
3189 "Severity": "predictive",
3190 "ActionFlags": ["service_action", "report"],
3191
3192 "SRC": {
3193 "ReasonCode": "0x280A",
3194 "Words6To9": {}
3195 },
3196
3197 "CalloutsUsingAD": {
3198 "ADName": "SENSOR_NAME",
3199 "CalloutsWithTheirADValues": [
3200 {
3201 "ADValue": "/xyz/openbmc_project/sensors/altitude/Altitude",
3202 "Callouts": [
3203 {
3204 "CalloutList": [
3205 { "Priority": "high", "SymbolicFRU": "altitude" }
3206 ]
3207 }
3208 ]
3209 }
3210 ]
3211 },
3212
3213 "Documentation": {
3214 "Description": "An altitude sensor exceeded its warning threshold.",
3215 "Message": "An altitude sensor exceeded its warning threshold.",
3216 "Notes": [
3217 "The virtual altitude sensor crossed its warning threshold value",
3218 " and a symbolic FRU will be added."
3219 ]
3220 }
3221 },
3222
3223 {
3224 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHighClear",
3225 "Subsystem": "ext_env",
3226 "ComponentID": "0x2800",
3227 "Severity": "non_error",
3228 "ActionFlags": ["report"],
3229 "EventType": "env_normal",
3230
3231 "SRC": {
3232 "ReasonCode": "0x280B",
3233 "Words6To9": {}
3234 },
3235
3236 "Documentation": {
3237 "Description": "An altitude sensor is under its warning threshold.",
3238 "Message": "An altitude sensor is under its warning threshold.",
3239 "Notes": [
3240 "The virtual altitude sensor is under its warning threshold value",
3241 " and a symbolic FRU will be added."
3242 ]
3243 }
3244 },
3245
3246 {
Matt Spinler81331342021-10-05 14:09:56 -05003247 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLow",
3248 "Subsystem": "cec_tod",
3249 "ComponentID": "0x2800",
3250 "Severity": "predictive",
3251 "ActionFlags": ["service_action", "report"],
3252
3253 "SRC": {
3254 "ReasonCode": "0x280C",
3255 "Words6To9": {}
3256 },
3257
Matt Spinler81331342021-10-05 14:09:56 -05003258 "Documentation": {
3259 "Description": "A voltage sensor went below its critical low threshold.",
3260 "Message": "A voltage sensor went below its critical low threshold."
3261 }
3262 },
3263
3264 {
3265 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLowClear",
3266 "Subsystem": "cec_tod",
3267 "ComponentID": "0x2800",
3268 "Severity": "non_error",
3269 "ActionFlags": ["report"],
3270
3271 "SRC": {
3272 "ReasonCode": "0x280D",
3273 "Words6To9": {}
3274 },
3275
3276 "Documentation": {
3277 "Description": "A voltage sensor is over its critical low threshold.",
3278 "Message": "A voltage sensor is over its critical low threshold."
3279 }
3280 },
3281
3282 {
Matt Spinler1e792db2022-01-07 14:06:06 -06003283 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLow",
3284 "Subsystem": "power",
3285 "ComponentID": "0x2800",
3286 "Severity": "predictive",
3287 "ActionFlags": ["service_action", "report"],
3288
3289 "SRC": {
3290 "ReasonCode": "0x280E",
3291 "Words6To9": {}
3292 },
3293
3294 "Documentation": {
3295 "Description": "A temperature sensor is under its low warning threshold.",
3296 "Message": "A temperature sensor is under its low warning threshold.",
3297 "Notes": [
3298 "A temperature sensor crossed its low warning threshold value",
3299 "CALLOUT_INVENTORY_PATH will be passed in to add a FRU callout."
3300 ]
3301 }
3302 },
3303
3304 {
3305 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLowClear",
3306 "Subsystem": "power",
3307 "ComponentID": "0x2800",
3308 "Severity": "non_error",
3309 "ActionFlags": ["report"],
3310 "EventType": "env_normal",
3311
3312 "SRC": {
3313 "ReasonCode": "0x280F",
3314 "Words6To9": {}
3315 },
3316
3317 "Documentation": {
3318 "Description": "A temperature sensor is above its low warning threshold.",
3319 "Message": "A temperature sensor is above its low warning threshold.",
3320 "Notes": [
3321 "A temperature sensor crossed above its low warning threshold value."
3322 ]
3323 }
3324 },
3325
3326 {
3327 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalLow",
3328 "Subsystem": "power",
3329 "ComponentID": "0x2800",
3330 "Severity": "predictive",
3331 "ActionFlags": ["service_action", "report"],
3332
3333 "SRC": {
3334 "ReasonCode": "0x2810",
3335 "Words6To9": {}
3336 },
3337
3338 "Documentation": {
3339 "Description": "A temperature sensor is under its low critical threshold.",
3340 "Message": "A temperature sensor is under its low critical threshold.",
3341 "Notes": [
3342 "A temperature sensor crossed its low critical threshold value",
3343 "CALLOUT_INVENTORY_PATH will be passed in to add a FRU callout."
3344 ]
3345 }
3346 },
3347
3348 {
3349 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalLowClear",
3350 "Subsystem": "power",
3351 "ComponentID": "0x2800",
3352 "Severity": "non_error",
3353 "ActionFlags": ["report"],
3354 "EventType": "env_normal",
3355
3356 "SRC": {
3357 "ReasonCode": "0x2811",
3358 "Words6To9": {}
3359 },
3360
3361 "Documentation": {
3362 "Description": "A temperature sensor is over its low critical threshold.",
3363 "Message": "A temperature sensor is over its low critical threshold.",
3364 "Notes": [
3365 "A temperature sensor crossed above its critical threshold value"
3366 ]
3367 }
3368 },
3369
3370 {
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05003371 "Name": "com.ibm.VPD.Error.InvalidEepromPath",
3372 "Subsystem": "cec_vpd",
3373 "ComponentID": "0x4000",
3374
3375 "SRC": {
3376 "ReasonCode": "0x4000",
3377 "Words6To9":
3378 {
3379 "6":
3380 {
3381 "Description": "Errno of the failure.",
3382 "AdditionalDataPropSource": "CALLOUT_ERRNO"
3383 }
3384 }
3385 },
3386
3387 "Documentation": {
3388 "Description": "A path access error ocurred",
3389 "Message": "An EEPROM path access error occurred.",
3390 "Notes": [
3391 "This error occurs when parser is unable to access",
3392 "EEPROM path. Errno and device path are captured as",
3393 "additional data."
3394 ]
3395 }
3396 },
3397
3398 {
3399 "Name": "com.ibm.VPD.Error.InvalidVPD",
3400 "Subsystem": "cec_vpd",
3401 "ComponentID": "0x4000",
3402
3403 "SRC": {
3404 "ReasonCode": "0x4001",
3405 "Words6To9":
3406 {
3407 }
3408 },
3409
3410 "Documentation": {
3411 "Description": "Invalid VPD data.",
3412 "Message": "A VPD data exception occurred.",
3413 "Notes": [
3414 "This error occurs when VPD data is found to be",
3415 "invalid. This can be when VPD file is missing out",
3416 "mandatory records.Inventory path is captured in",
3417 "additional data."
3418 ]
3419 }
3420 },
3421
3422 {
3423 "Name": "com.ibm.VPD.Error.EccCheckFailed",
3424 "Subsystem": "cec_vpd",
3425 "ComponentID": "0x4000",
3426
3427 "SRC": {
3428 "ReasonCode": "0x4002",
3429 "Words6To9":
3430 {
3431 }
3432 },
3433
3434 "Documentation": {
3435 "Description": "Invalid VPD ecc data.",
3436 "Message": "A VPD ecc exception occurred.",
3437 "Notes": [
3438 "This error occurs when VPD ecc check fails for the FRU.",
3439 "Inventory path for the failed FRU is captured in additonal",
3440 "data."
3441 ]
3442 }
3443 },
3444
3445 {
3446 "Name": "com.ibm.VPD.Error.InvalidJson",
3447 "Subsystem": "cec_vpd",
3448 "ComponentID": "0x4000",
3449
3450 "SRC": {
3451 "ReasonCode": "0x4003",
3452 "Words6To9":
3453 {
3454 }
3455 },
3456
Matt Spinler834f3ed2022-01-26 16:18:02 -06003457 "Callouts": [
3458 {
3459 "CalloutList": [
3460 { "Priority": "high", "Procedure": "bmc_code" }
3461 ]
3462 }
3463 ],
3464
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05003465 "Documentation": {
3466 "Description": "Invalid Json",
3467 "Message": "A Json failure occurred.",
3468 "Notes": [
3469 "This error occurs when parser fails to access",
3470 "Json file or there is any issue with Json data.",
3471 "Failed Json path and cause of failure is captured",
3472 "in additional data."
3473 ]
3474 }
3475 },
3476
3477 {
3478 "Name": "com.ibm.VPD.Error.BlankSystemVPD",
3479 "Subsystem": "cec_vpd",
3480 "ComponentID": "0x4000",
3481
3482 "SRC": {
3483 "ReasonCode": "0x4004",
3484 "Words6To9":
3485 {
3486 }
3487 },
3488
3489 "Documentation": {
3490 "Description": "System VPD restore failed",
3491 "Message": "A system VPD restoration error occurred.",
3492 "Notes": [
3493 "This error occurs when restoring of system VPD fails.",
3494 "The FRU path and reason for failure is captured in",
3495 "additional data."
3496 ]
3497 }
3498 },
3499
3500 {
3501 "Name": "com.ibm.VPD.Error.DbusFailure",
3502 "Subsystem": "cec_vpd",
3503 "ComponentID": "0x4000",
3504
3505 "SRC": {
3506 "ReasonCode": "0x4005",
3507 "Words6To9":
3508 {
3509 }
3510 },
3511
Matt Spinler834f3ed2022-01-26 16:18:02 -06003512 "Callouts": [
3513 {
3514 "CalloutList": [
3515 { "Priority": "high", "Procedure": "bmc_code" }
3516 ]
3517 }
3518 ],
3519
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05003520 "Documentation": {
3521 "Description": "Dbus exception",
3522 "Message": "A Dbus internal error occurred.",
3523 "Notes": [
3524 "This error occurs when Dbus operation fails.",
3525 "Exceptions details are captured in additonal",
3526 "data."
3527 ]
3528 }
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05003529 },
3530
3531 {
Alpana Kumari081cfd42021-12-07 04:14:57 -06003532 "Name": "com.ibm.VPD.Error.UnknownSystemType",
3533 "Subsystem": "cec_vpd",
3534 "ComponentID": "0x4000",
3535
3536 "SRC": {
3537 "ReasonCode": "0x4006",
3538 "Words6To9":
3539 {
3540 }
3541 },
3542
3543 "Callouts": [
3544 {
3545 "CalloutList": [
3546 { "Priority": "high", "LocCode": "P0" }
3547 ]
3548 }
3549 ],
3550
3551 "Documentation": {
3552 "Description": "Unknown System Type",
3553 "Message": "System type not supported in DTB table.",
3554 "Notes": [
3555 "System type comes from combination of HW and IM value of system VPD.",
3556 "If anything gets changed in that combination, then it can't determine",
3557 "the appropriate DTB for that system. Need to check HW and IM keywords."
3558 ]
3559 }
3560 },
3561
3562 {
Alpana Kumari074ec5b2022-02-20 22:48:57 -06003563 "Name": "com.ibm.VPD.Error.GPIOError",
3564 "Subsystem": "cec_vpd",
3565 "ComponentID": "0x4000",
3566
3567 "SRC": {
3568 "ReasonCode": "0x4007",
3569 "Words6To9":
3570 {
3571 }
3572 },
3573
3574 "Documentation": {
3575 "Description": "GPIO line error",
3576 "Message": "GPIO line couldn't be found or read.",
3577 "Notes": [
3578 "The BMC could not access a GPIO line. This generally means that the",
3579 " hardware had issues toggling the line and/or the device driver has",
3580 " not exposed the GPIO line to userspace due to underlying I2C issues.",
3581 " The I2C path will be called out."
3582 ]
3583 }
3584 },
3585
3586 {
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05003587 "Name": "org.open_power.Host.Boot.Error.WatchdogTimeout",
3588 "Subsystem": "cec_sp_hostboot_iface",
3589
3590 "SRC":
3591 {
3592 "ReasonCode": "0xC101",
3593 "Words6To9":
3594 {
3595 }
3596 },
3597
3598 "Documentation":
3599 {
3600 "Description": "Host did not respond within the watchdog timeout interval",
3601 "Message": "Host did not respond before the watchdog timeout interval expired",
3602 "Notes": [
3603 "Host did not respond before the expiry of the watchdog timeout interval.",
3604 "Collecting hostboot dump."
3605 ]
3606 }
zamiseckbf61a982022-01-13 08:27:50 -06003607 },
3608
3609 {
3610 "Name": "xyz.openbmc_project.Software.Version.Error.Incompatible",
3611 "Subsystem": "bmc_firmware",
3612 "ComponentID": "0x3600",
3613 "SRC":
3614 {
3615 "ReasonCode": "0x3601",
3616 "Words6To9":
3617 {
3618 }
3619 },
3620
3621 "Callouts": [
3622 {
3623 "CalloutList": [
3624 { "Priority": "high", "Procedure": "bmc_code" }
3625 ]
3626 }
3627 ],
3628
3629 "Documentation":
3630 {
3631 "Description": "A system component has a software version that is incompatible.",
3632 "Message": "A system component has a software version that is incompatible."
3633 }
3634 },
3635
3636 {
3637 "Name": "xyz.openbmc_project.Software.Version.Error.AlreadyExists",
3638 "Subsystem": "bmc_firmware",
3639 "ComponentID": "0x3600",
3640 "SRC":
3641 {
3642 "ReasonCode": "0x3602",
3643 "Words6To9":
3644 {
3645 }
3646 },
3647
3648 "Callouts": [
3649 {
3650 "CalloutList": [
3651 { "Priority": "high", "Procedure": "bmc_code" }
3652 ]
3653 }
3654 ],
3655
3656 "Documentation":
3657 {
3658 "Description": "This image version already exists on the device.",
3659 "Message": "This image version already exists on the device."
3660 }
3661 },
3662
3663 {
3664 "Name": "xyz.openbmc_project.Software.Image.Error.UnTarFailure",
3665 "Subsystem": "bmc_firmware",
3666 "ComponentID": "0x3600",
3667 "SRC":
3668 {
3669 "ReasonCode": "0x3603",
3670 "Words6To9":
3671 {
3672 }
3673 },
3674
3675 "Callouts": [
3676 {
3677 "CalloutList": [
3678 { "Priority": "high", "Procedure": "bmc_code" }
3679 ]
3680 }
3681 ],
3682
3683 "Documentation":
3684 {
3685 "Description": "An error occurred during untar.",
3686 "Message": "An error occurred during untar."
3687 }
3688 },
3689
3690 {
3691 "Name": "xyz.openbmc_project.Software.Image.Error.ManifestFileFailure",
3692 "Subsystem": "bmc_firmware",
3693 "ComponentID": "0x3600",
3694 "SRC":
3695 {
3696 "ReasonCode": "0x3604",
3697 "Words6To9":
3698 {
3699 }
3700 },
3701
3702 "Callouts": [
3703 {
3704 "CalloutList": [
3705 { "Priority": "high", "Procedure": "bmc_code" }
3706 ]
3707 }
3708 ],
3709
3710 "Documentation":
3711 {
3712 "Description": "An error when reading the Manifest file..",
3713 "Message": "An error when reading the Manifest file.."
3714 }
3715 },
3716
3717 {
3718 "Name": "xyz.openbmc_project.Software.Image.Error.InternalFailure",
3719 "Subsystem": "bmc_firmware",
3720 "ComponentID": "0x3600",
3721 "SRC":
3722 {
3723 "ReasonCode": "0x3605",
3724 "Words6To9":
3725 {
3726 }
3727 },
3728
3729 "Callouts": [
3730 {
3731 "CalloutList": [
3732 { "Priority": "high", "Procedure": "bmc_code" }
3733 ]
3734 }
3735 ],
3736
3737 "Documentation":
3738 {
3739 "Description": "The operation failed internally during processing the image.",
3740 "Message": "The operation failed internally during processing the image."
3741 }
3742 },
3743
3744 {
3745 "Name": "xyz.openbmc_project.Software.Image.Error.ImageFailure",
3746 "Subsystem": "bmc_firmware",
3747 "ComponentID": "0x3600",
3748 "SRC":
3749 {
3750 "ReasonCode": "0x3606",
3751 "Words6To9":
3752 {
3753 }
3754 },
3755
3756 "Callouts": [
3757 {
3758 "CalloutList": [
3759 { "Priority": "high", "Procedure": "bmc_code" }
3760 ]
3761 }
3762 ],
3763
3764 "Documentation":
3765 {
3766 "Description": "An error occurred processing the image.",
3767 "Message": "An error occurred processing the image."
3768 }
3769 },
3770
3771 {
3772 "Name": "xyz.openbmc_project.Software.Image.Error.BusyFailure",
3773 "Subsystem": "bmc_firmware",
3774 "ComponentID": "0x3600",
3775 "SRC":
3776 {
3777 "ReasonCode": "0x3607",
3778 "Words6To9":
3779 {
3780 }
3781 },
3782
3783 "Callouts": [
3784 {
3785 "CalloutList": [
3786 { "Priority": "high", "Procedure": "bmc_code" }
3787 ]
3788 }
3789 ],
3790
3791 "Documentation":
3792 {
3793 "Description": "The device is busy during the update.",
3794 "Message": "The device is busy during the update."
3795 }
Matt Spinler3fd08d62019-10-22 14:25:33 -05003796 }
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05003797
Matt Spinler44792fd2019-09-26 15:58:58 -05003798 ]
3799}