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