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