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