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