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