blob: 0fb39d62d95e081c3fdf02499c3aefeb499a423c [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",
Mike Capps2a2d0ae2022-03-16 18:09:00 -04001625 "Severity": "critical_system_term",
Ben Tyner0273a222021-07-12 15:18:13 -05001626 "ComponentID": "0x2700",
1627
1628 "SRC": {
1629 "Type": "11",
1630 "ReasonCode": "0x2602",
Mike Cappsa2d7b772022-03-07 15:47:48 -05001631 "Words6To9": {}
Ben Tyner0273a222021-07-12 15:18:13 -05001632 },
1633
1634 "Callouts": [
1635 {
1636 "System": "ibm,rainier",
1637 "CalloutList": [
1638 {
1639 "Priority": "high",
1640 "LocCode": "P0-C5"
1641 },
1642 {
1643 "Priority": "medium",
1644 "LocCode": "P0"
1645 }
1646 ]
1647 },
1648 {
1649 "System": "ibm,everest",
1650 "CalloutList": [
1651 {
1652 "Priority": "high",
1653 "LocCode": "P0-C59"
1654 },
1655 {
1656 "Priority": "medium",
1657 "LocCode": "P0"
1658 }
1659 ]
1660 }
1661 ],
1662
1663 "Documentation": {
1664 "Description": "A power off was issued because a regulator for standby power faulted",
1665 "Message": "A power off was issued because a regulator for standby power faulted",
1666 "Notes": [
1667 ]
1668 }
1669 },
1670
1671 {
Jim Wright7f678902020-11-30 16:03:57 -06001672 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerPGOODFault",
1673 "Subsystem": "power_sequencer",
1674 "ComponentID": "0x2700",
1675
1676 "SRC": {
1677 "Type": "11",
1678 "ReasonCode": "0x2610",
1679 "Words6To9": {}
1680 },
1681
1682 "CalloutsUsingAD": {
1683 "ADName": "INPUT_NAME", "CalloutsWithTheirADValues": [
1684 {
1685 "ADValue": "PCIE_SLOT0", "Callouts": [
1686 {
1687 "CalloutList": [
1688 { "Priority": "high", "LocCode": "P0-C0" },
1689 { "Priority": "medium", "LocCode": "P0" }
1690 ]
1691 }
1692 ]
1693 },
1694 {
1695 "ADValue": "PCIE_SLOT1", "Callouts": [
1696 {
1697 "CalloutList": [
1698 { "Priority": "high", "LocCode": "P0-C1" },
1699 { "Priority": "medium", "LocCode": "P0" }
1700 ]
1701 }
1702 ]
1703 },
1704 {
1705 "ADValue": "PCIE_SLOT2", "Callouts": [
1706 {
1707 "CalloutList": [
1708 { "Priority": "high", "LocCode": "P0-C2" },
1709 { "Priority": "medium", "LocCode": "P0" }
1710 ]
1711 }
1712 ]
1713 },
1714 {
1715 "ADValue": "PCIE_SLOT3", "Callouts": [
1716 {
1717 "CalloutList": [
1718 { "Priority": "high", "LocCode": "P0-C3" },
1719 { "Priority": "medium", "LocCode": "P0" }
1720 ]
1721 }
1722 ]
1723 },
1724 {
1725 "ADValue": "PCIE_SLOT4", "Callouts": [
1726 {
1727 "CalloutList": [
1728 { "Priority": "high", "LocCode": "P0-C4" },
1729 { "Priority": "medium", "LocCode": "P0" }
1730 ]
1731 }
1732 ]
1733 },
1734 {
Jim Wright2e4eb072022-02-03 14:43:46 -06001735 "ADValue": "PCIE_SLOT5", "Callouts": [
1736 {
1737 "CalloutList": [
1738 { "Priority": "high", "LocCode": "P0-C5" },
1739 { "Priority": "medium", "LocCode": "P0" }
1740 ]
1741 }
1742 ]
1743 },
1744 {
1745 "ADValue": "PCIE_SLOT6", "Callouts": [
1746 {
1747 "CalloutList": [
1748 { "Priority": "high", "LocCode": "P0-C6" },
1749 { "Priority": "medium", "LocCode": "P0" }
1750 ]
1751 }
1752 ]
1753 },
1754 {
Jim Wright7f678902020-11-30 16:03:57 -06001755 "ADValue": "PCIE_SLOT7", "Callouts": [
1756 {
1757 "CalloutList": [
1758 { "Priority": "high", "LocCode": "P0-C7" },
1759 { "Priority": "medium", "LocCode": "P0" }
1760 ]
1761 }
1762 ]
1763 },
1764 {
1765 "ADValue": "PCIE_SLOT8", "Callouts": [
1766 {
1767 "CalloutList": [
1768 { "Priority": "high", "LocCode": "P0-C8" },
1769 { "Priority": "medium", "LocCode": "P0" }
1770 ]
1771 }
1772 ]
1773 },
1774 {
1775 "ADValue": "PCIE_SLOT9", "Callouts": [
1776 {
1777 "CalloutList": [
1778 { "Priority": "high", "LocCode": "P0-C9" },
1779 { "Priority": "medium", "LocCode": "P0" }
1780 ]
1781 }
1782 ]
1783 },
1784 {
1785 "ADValue": "PCIE_SLOT10", "Callouts": [
1786 {
1787 "CalloutList": [
1788 { "Priority": "high", "LocCode": "P0-C10" },
1789 { "Priority": "medium", "LocCode": "P0" }
1790 ]
1791 }
1792 ]
1793 },
1794 {
1795 "ADValue": "PCIE_SLOT11", "Callouts": [
1796 {
1797 "CalloutList": [
1798 { "Priority": "high", "LocCode": "P0-C11" },
1799 { "Priority": "medium", "LocCode": "P0" }
1800 ]
1801 }
1802 ]
1803 },
1804 {
1805 "ADValue": "PGOOD_12A", "Callouts": [
1806 {
1807 "CalloutList": [
1808 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1809 ]
1810 }
1811 ]
1812 },
1813 {
1814 "ADValue": "PGOOD_12B", "Callouts": [
1815 {
1816 "CalloutList": [
1817 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1818 ]
1819 }
1820 ]
1821 },
1822 {
1823 "ADValue": "PGOOD_12C", "Callouts": [
1824 {
1825 "CalloutList": [
1826 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1827 ]
1828 }
1829 ]
1830 },
1831 {
1832 "ADValue": "PGOOD_12D", "Callouts": [
1833 {
1834 "CalloutList": [
1835 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1836 ]
1837 }
1838 ]
1839 },
1840 {
1841 "ADValue": "PGOOD_12L", "Callouts": [
1842 {
1843 "CalloutList": [
1844 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1845 ]
1846 }
1847 ]
1848 },
1849 {
1850 "ADValue": "PGOOD_12M", "Callouts": [
1851 {
1852 "CalloutList": [
1853 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1854 ]
1855 }
1856 ]
1857 },
1858 {
1859 "ADValue": "PGOOD_12N", "Callouts": [
1860 {
1861 "CalloutList": [
1862 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1863 ]
1864 }
1865 ]
1866 },
1867 {
1868 "ADValue": "PGOOD_12P", "Callouts": [
1869 {
1870 "CalloutList": [
1871 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1872 ]
1873 }
1874 ]
1875 },
1876 {
1877 "ADValue": "PGOOD_12PCIE", "Callouts": [
1878 {
1879 "CalloutList": [
1880 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1881 ]
1882 }
1883 ]
1884 },
1885 {
1886 "ADValue": "PGOOD_12Q", "Callouts": [
1887 {
1888 "CalloutList": [
1889 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1890 ]
1891 }
1892 ]
1893 },
1894 {
1895 "ADValue": "PGOOD_12R", "Callouts": [
1896 {
1897 "CalloutList": [
1898 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1899 ]
1900 }
1901 ]
1902 },
1903 {
1904 "ADValue": "PGOOD_VDN_DCM0", "Callouts": [
1905 {
1906 "CalloutList": [
1907 { "Priority": "high", "LocCode": "P0-C14" },
1908 { "Priority": "medium", "LocCode": "P0-C15" },
1909 { "Priority": "low", "LocCode": "P0" }
1910 ]
1911 }
1912 ]
1913 },
1914 {
1915 "ADValue": "PGOOD_VDN_DCM1", "Callouts": [
1916 {
1917 "CalloutList": [
1918 { "Priority": "high", "LocCode": "P0-C23" },
1919 { "Priority": "medium", "LocCode": "P0-C24" },
1920 { "Priority": "low", "LocCode": "P0" }
1921 ]
1922 }
1923 ]
1924 },
1925 {
1926 "ADValue": "PGOOD_VCS_DCM0", "Callouts": [
1927 {
1928 "CalloutList": [
1929 { "Priority": "high", "LocCode": "P0-C14" },
1930 { "Priority": "medium", "LocCode": "P0-C15" },
1931 { "Priority": "low", "LocCode": "P0" }
1932 ]
1933 }
1934 ]
1935 },
1936 {
1937 "ADValue": "PGOOD_VCS_DCM1", "Callouts": [
1938 {
1939 "CalloutList": [
1940 { "Priority": "high", "LocCode": "P0-C23" },
1941 { "Priority": "medium", "LocCode": "P0-C24" },
1942 { "Priority": "low", "LocCode": "P0" }
1943 ]
1944 }
1945 ]
1946 },
1947 {
1948 "ADValue": "PGOOD_VIO_DCM0", "Callouts": [
1949 {
1950 "CalloutList": [
1951 { "Priority": "high", "LocCode": "P0-C14" },
1952 { "Priority": "medium", "LocCode": "P0-C15" },
1953 { "Priority": "low", "LocCode": "P0" }
1954 ]
1955 }
1956 ]
1957 },
1958 {
1959 "ADValue": "PGOOD_VIO_DCM1", "Callouts": [
1960 {
1961 "CalloutList": [
1962 { "Priority": "high", "LocCode": "P0-C23" },
1963 { "Priority": "medium", "LocCode": "P0-C24" },
1964 { "Priority": "low", "LocCode": "P0" }
1965 ]
1966 }
1967 ]
1968 },
1969 {
1970 "ADValue": "PGOOD_VPCIE_DCM0", "Callouts": [
1971 {
1972 "CalloutList": [
1973 { "Priority": "high", "LocCode": "P0-C14" },
1974 { "Priority": "medium", "LocCode": "P0-C15" },
1975 { "Priority": "low", "LocCode": "P0" }
1976 ]
1977 }
1978 ]
1979 },
1980 {
1981 "ADValue": "PGOOD_VPCIE_DCM1", "Callouts": [
1982 {
1983 "CalloutList": [
1984 { "Priority": "high", "LocCode": "P0-C23" },
1985 { "Priority": "medium", "LocCode": "P0-C24" },
1986 { "Priority": "low", "LocCode": "P0" }
1987 ]
1988 }
1989 ]
Jim Wright2e4eb072022-02-03 14:43:46 -06001990 },
1991 {
1992 "ADValue": "CP0_VPCIE", "Callouts": [
1993 {
1994 "CalloutList": [
1995 { "Priority": "high", "LocCode": "P0-C58" },
1996 { "Priority": "medium", "LocCode": "P0-C60" },
1997 { "Priority": "low", "LocCode": "P0" }
1998 ]
1999 }
2000 ]
2001 },
2002 {
2003 "ADValue": "CP1_VPCIE", "Callouts": [
2004 {
2005 "CalloutList": [
2006 { "Priority": "high", "LocCode": "P0-C16" },
2007 { "Priority": "medium", "LocCode": "P0-C13" },
2008 { "Priority": "low", "LocCode": "P0" }
2009 ]
2010 }
2011 ]
2012 },
2013 {
2014 "ADValue": "CP2_VPCIE", "Callouts": [
2015 {
2016 "CalloutList": [
2017 { "Priority": "high", "LocCode": "P0-C16" },
2018 { "Priority": "medium", "LocCode": "P0-C20" },
2019 { "Priority": "low", "LocCode": "P0" }
2020 ]
2021 }
2022 ]
2023 },
2024 {
2025 "ADValue": "CP3_VPCIE", "Callouts": [
2026 {
2027 "CalloutList": [
2028 { "Priority": "high", "LocCode": "P0-C58" },
2029 { "Priority": "medium", "LocCode": "P0-C56" },
2030 { "Priority": "low", "LocCode": "P0" }
2031 ]
2032 }
2033 ]
2034 },
2035 {
2036 "ADValue": "0V_USB_front", "Callouts": [
2037 {
2038 "CalloutList": [
2039 { "Priority": "high", "SymbolicFRU": "usb_pgood" },
2040 { "Priority": "medium", "LocCode": "P0" }
2041 ]
2042 }
2043 ]
2044 },
2045 {
2046 "ADValue": "CP0_VDN", "Callouts": [
2047 {
2048 "CalloutList": [
2049 { "Priority": "high", "LocCode": "P0-C63" },
2050 { "Priority": "medium", "LocCode": "P0-C60" },
2051 { "Priority": "low", "LocCode": "P0" }
2052 ]
2053 }
2054 ]
2055 },
2056 {
2057 "ADValue": "CP1_VDN", "Callouts": [
2058 {
2059 "CalloutList": [
2060 { "Priority": "high", "LocCode": "P0-C12" },
2061 { "Priority": "medium", "LocCode": "P0-C13" },
2062 { "Priority": "low", "LocCode": "P0" }
2063 ]
2064 }
2065 ]
2066 },
2067 {
2068 "ADValue": "CP2_VDN", "Callouts": [
2069 {
2070 "CalloutList": [
2071 { "Priority": "high", "LocCode": "P0-C21" },
2072 { "Priority": "medium", "LocCode": "P0-C20" },
2073 { "Priority": "low", "LocCode": "P0" }
2074 ]
2075 }
2076 ]
2077 },
2078 {
2079 "ADValue": "CP3_VDN", "Callouts": [
2080 {
2081 "CalloutList": [
2082 { "Priority": "high", "LocCode": "P0-C54" },
2083 { "Priority": "medium", "LocCode": "P0-C56" },
2084 { "Priority": "low", "LocCode": "P0" }
2085 ]
2086 }
2087 ]
2088 },
2089 {
2090 "ADValue": "CP0_VIO", "Callouts": [
2091 {
2092 "CalloutList": [
2093 { "Priority": "high", "LocCode": "P0-C63" },
2094 { "Priority": "medium", "LocCode": "P0-C60" },
2095 { "Priority": "low", "LocCode": "P0" }
2096 ]
2097 }
2098 ]
2099 },
2100 {
2101 "ADValue": "CP1_VIO", "Callouts": [
2102 {
2103 "CalloutList": [
2104 { "Priority": "high", "LocCode": "P0-C12" },
2105 { "Priority": "medium", "LocCode": "P0-C13" },
2106 { "Priority": "low", "LocCode": "P0" }
2107 ]
2108 }
2109 ]
2110 },
2111 {
2112 "ADValue": "CP2_VIO", "Callouts": [
2113 {
2114 "CalloutList": [
2115 { "Priority": "high", "LocCode": "P0-C21" },
2116 { "Priority": "medium", "LocCode": "P0-C20" },
2117 { "Priority": "low", "LocCode": "P0" }
2118 ]
2119 }
2120 ]
2121 },
2122 {
2123 "ADValue": "CP3_VIO", "Callouts": [
2124 {
2125 "CalloutList": [
2126 { "Priority": "high", "LocCode": "P0-C54" },
2127 { "Priority": "medium", "LocCode": "P0-C56" },
2128 { "Priority": "low", "LocCode": "P0" }
2129 ]
2130 }
2131 ]
2132 },
2133 {
2134 "ADValue": "PGOOD_PSU1", "Callouts": [
2135 {
2136 "CalloutList": [
2137 { "Priority": "high", "LocCode": "E0" }
2138 ]
2139 }
2140 ]
2141 },
2142 {
2143 "ADValue": "PGOOD_PSU2", "Callouts": [
2144 {
2145 "CalloutList": [
2146 { "Priority": "high", "LocCode": "E1" }
2147 ]
2148 }
2149 ]
2150 },
2151 {
2152 "ADValue": "PGOOD_PSU3", "Callouts": [
2153 {
2154 "CalloutList": [
2155 { "Priority": "high", "LocCode": "E2" }
2156 ]
2157 }
2158 ]
2159 },
2160 {
2161 "ADValue": "PGOOD_PSU4", "Callouts": [
2162 {
2163 "CalloutList": [
2164 { "Priority": "high", "LocCode": "E3" }
2165 ]
2166 }
2167 ]
Jim Wright7f678902020-11-30 16:03:57 -06002168 }
2169 ]
2170 },
2171
2172 "Documentation": {
2173 "Description": "The power sequencer chip detected a PGOOD fault",
2174 "Message": "The power sequencer chip detected a PGOOD fault",
2175 "Notes": [
2176 ]
2177 }
2178 },
2179
2180 {
2181 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerVoltageFault",
2182 "Subsystem": "power_sequencer",
2183 "ComponentID": "0x2700",
2184
2185 "SRC": {
2186 "Type": "11",
2187 "ReasonCode": "0x2620",
2188 "Words6To9": {}
2189 },
2190
2191 "CalloutsUsingAD": {
2192 "ADName": "RAIL_NAME", "CalloutsWithTheirADValues": [
2193 {
2194 "ADValue": "12.0V", "Callouts": [
2195 {
2196 "CalloutList": [
2197 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2198 ]
2199 }
2200 ]
2201 },
2202 {
2203 "ADValue": "5.0V_USB", "Callouts": [
2204 {
2205 "CalloutList": [
2206 { "Priority": "high", "SymbolicFRU": "usb_pgood" },
2207 { "Priority": "medium", "LocCode": "P0" }
2208 ]
2209 }
2210 ]
2211 },
2212 {
2213 "ADValue": "5.0V_DASD", "Callouts": [
2214 {
2215 "CalloutList": [
2216 { "Priority": "medium", "LocCode": "P1" },
2217 { "Priority": "medium", "LocCode": "P2" },
2218 { "Priority": "medium", "LocCode": "P3" },
2219 { "Priority": "low", "LocCode": "P0" }
2220 ]
2221 }
2222 ]
2223 },
2224 {
2225 "ADValue": "3.3VA", "Callouts": [
2226 {
2227 "CalloutList": [
2228 { "Priority": "high", "LocCode": "P0" }
2229 ]
2230 }
2231 ]
2232 },
2233 {
2234 "ADValue": "3.3VB", "Callouts": [
2235 {
2236 "CalloutList": [
2237 { "Priority": "high", "LocCode": "P0" }
2238 ]
2239 }
2240 ]
2241 },
2242 {
Jim Wright2e4eb072022-02-03 14:43:46 -06002243 "ADValue": "3V3IO", "Callouts": [
2244 {
2245 "CalloutList": [
2246 { "Priority": "high", "LocCode": "P0-C17" }
2247 ]
2248 }
2249 ]
2250 },
2251 {
Jim Wright7f678902020-11-30 16:03:57 -06002252 "ADValue": "1.5V", "Callouts": [
2253 {
2254 "CalloutList": [
2255 { "Priority": "high", "LocCode": "P0" }
2256 ]
2257 }
2258 ]
2259 },
2260 {
2261 "ADValue": "1.1V", "Callouts": [
2262 {
2263 "CalloutList": [
2264 { "Priority": "high", "LocCode": "P0" }
2265 ]
2266 }
2267 ]
2268 },
2269 {
2270 "ADValue": "VDDA_DCM0", "Callouts": [
2271 {
2272 "CalloutList": [
2273 { "Priority": "high", "LocCode": "P0-C14" },
2274 { "Priority": "medium", "LocCode": "P0-C15" },
2275 { "Priority": "low", "LocCode": "P0" }
2276 ]
2277 }
2278 ]
2279 },
2280 {
2281 "ADValue": "VDDB_DCM0", "Callouts": [
2282 {
2283 "CalloutList": [
2284 { "Priority": "high", "LocCode": "P0-C14" },
2285 { "Priority": "medium", "LocCode": "P0-C15" },
2286 { "Priority": "low", "LocCode": "P0" }
2287 ]
2288 }
2289 ]
2290 },
2291 {
2292 "ADValue": "VDDA_DCM1", "Callouts": [
2293 {
2294 "CalloutList": [
2295 { "Priority": "high", "LocCode": "P0-C23" },
2296 { "Priority": "medium", "LocCode": "P0-C24" },
2297 { "Priority": "low", "LocCode": "P0" }
2298 ]
2299 }
2300 ]
2301 },
2302 {
2303 "ADValue": "VDDB_DCM1", "Callouts": [
2304 {
2305 "CalloutList": [
2306 { "Priority": "high", "LocCode": "P0-C23" },
2307 { "Priority": "medium", "LocCode": "P0-C24" },
2308 { "Priority": "low", "LocCode": "P0" }
2309 ]
2310 }
2311 ]
2312 },
2313 {
Jim Wright2e4eb072022-02-03 14:43:46 -06002314 "ADValue": "CP03_AVDD", "Callouts": [
2315 {
2316 "CalloutList": [
2317 { "Priority": "high", "LocCode": "P0-C58" },
2318 { "Priority": "medium", "LocCode": "P0-C56" },
2319 { "Priority": "medium", "LocCode": "P0-C61" },
2320 { "Priority": "low", "LocCode": "P0" }
2321 ]
2322 }
2323 ]
2324 },
2325 {
2326 "ADValue": "CP12_AVDD", "Callouts": [
2327 {
2328 "CalloutList": [
2329 { "Priority": "high", "LocCode": "P0-C16" },
2330 { "Priority": "medium", "LocCode": "P0-C14" },
2331 { "Priority": "medium", "LocCode": "P0-C19" },
2332 { "Priority": "low", "LocCode": "P0" }
2333 ]
2334 }
2335 ]
2336 },
2337 {
2338 "ADValue": "CP0_VDD0", "Callouts": [
2339 {
2340 "CalloutList": [
2341 { "Priority": "high", "LocCode": "P0-C62" },
2342 { "Priority": "medium", "LocCode": "P0-C61" },
2343 { "Priority": "low", "LocCode": "P0" }
2344 ]
2345 }
2346 ]
2347 },
2348 {
2349 "ADValue": "CP0_VDD1", "Callouts": [
2350 {
2351 "CalloutList": [
2352 { "Priority": "high", "LocCode": "P0-C60" },
2353 { "Priority": "medium", "LocCode": "P0-C61" },
2354 { "Priority": "low", "LocCode": "P0" }
2355 ]
2356 }
2357 ]
2358 },
2359 {
2360 "ADValue": "CP1_VDD0", "Callouts": [
2361 {
2362 "CalloutList": [
2363 { "Priority": "high", "LocCode": "P0-C13" },
2364 { "Priority": "medium", "LocCode": "P0-C14" },
2365 { "Priority": "low", "LocCode": "P0" }
2366 ]
2367 }
2368 ]
2369 },
2370 {
2371 "ADValue": "CP1_VDD1", "Callouts": [
2372 {
2373 "CalloutList": [
2374 { "Priority": "high", "LocCode": "P0-C15" },
2375 { "Priority": "medium", "LocCode": "P0-C14" },
2376 { "Priority": "low", "LocCode": "P0" }
2377 ]
2378 }
2379 ]
2380 },
2381 {
2382 "ADValue": "CP2_VDD0", "Callouts": [
2383 {
2384 "CalloutList": [
2385 { "Priority": "high", "LocCode": "P0-C18" },
2386 { "Priority": "medium", "LocCode": "P0-C19" },
2387 { "Priority": "low", "LocCode": "P0" }
2388 ]
2389 }
2390 ]
2391 },
2392 {
2393 "ADValue": "CP2_VDD1", "Callouts": [
2394 {
2395 "CalloutList": [
2396 { "Priority": "high", "LocCode": "P0-C20" },
2397 { "Priority": "medium", "LocCode": "P0-C19" },
2398 { "Priority": "low", "LocCode": "P0" }
2399 ]
2400 }
2401 ]
2402 },
2403 {
2404 "ADValue": "CP3_VDD0", "Callouts": [
2405 {
2406 "CalloutList": [
2407 { "Priority": "high", "LocCode": "P0-C57" },
2408 { "Priority": "medium", "LocCode": "P0-C56" },
2409 { "Priority": "low", "LocCode": "P0" }
2410 ]
2411 }
2412 ]
2413 },
2414 {
2415 "ADValue": "CP3_VDD1", "Callouts": [
2416 {
2417 "CalloutList": [
2418 { "Priority": "high", "LocCode": "P0-C55" },
2419 { "Priority": "medium", "LocCode": "P0-C56" },
2420 { "Priority": "low", "LocCode": "P0" }
2421 ]
2422 }
2423 ]
2424 },
2425 {
2426 "ADValue": "CP0_VCS0", "Callouts": [
2427 {
2428 "CalloutList": [
2429 { "Priority": "high", "LocCode": "P0-C63" },
2430 { "Priority": "medium", "LocCode": "P0-C61" },
2431 { "Priority": "low", "LocCode": "P0" }
2432 ]
2433 }
2434 ]
2435 },
2436 {
2437 "ADValue": "CP0_VCS1", "Callouts": [
2438 {
2439 "CalloutList": [
2440 { "Priority": "high", "LocCode": "P0-C59" },
2441 { "Priority": "medium", "LocCode": "P0-C61" },
2442 { "Priority": "low", "LocCode": "P0" }
2443 ]
2444 }
2445 ]
2446 },
2447 {
2448 "ADValue": "CP1_VCS0", "Callouts": [
2449 {
2450 "CalloutList": [
2451 { "Priority": "high", "LocCode": "P0-C12" },
2452 { "Priority": "medium", "LocCode": "P0-C14" },
2453 { "Priority": "low", "LocCode": "P0" }
2454 ]
2455 }
2456 ]
2457 },
2458 {
2459 "ADValue": "CP1_VCS1", "Callouts": [
2460 {
2461 "CalloutList": [
2462 { "Priority": "high", "LocCode": "P0-C16" },
2463 { "Priority": "medium", "LocCode": "P0-C14" },
2464 { "Priority": "low", "LocCode": "P0" }
2465 ]
2466 }
2467 ]
2468 },
2469 {
2470 "ADValue": "CP2_VCS0", "Callouts": [
2471 {
2472 "CalloutList": [
2473 { "Priority": "high", "LocCode": "P0-C17" },
2474 { "Priority": "medium", "LocCode": "P0-C19" },
2475 { "Priority": "low", "LocCode": "P0" }
2476 ]
2477 }
2478 ]
2479 },
2480 {
2481 "ADValue": "CP2_VCS1", "Callouts": [
2482 {
2483 "CalloutList": [
2484 { "Priority": "high", "LocCode": "P0-C21" },
2485 { "Priority": "medium", "LocCode": "P0-C19" },
2486 { "Priority": "low", "LocCode": "P0" }
2487 ]
2488 }
2489 ]
2490 },
2491 {
2492 "ADValue": "CP3_VCS0", "Callouts": [
2493 {
2494 "CalloutList": [
2495 { "Priority": "high", "LocCode": "P0-C58" },
2496 { "Priority": "medium", "LocCode": "P0-C56" },
2497 { "Priority": "low", "LocCode": "P0" }
2498 ]
2499 }
2500 ]
2501 },
2502 {
2503 "ADValue": "CP3_VCS1", "Callouts": [
2504 {
2505 "CalloutList": [
2506 { "Priority": "high", "LocCode": "P0-C54" },
2507 { "Priority": "medium", "LocCode": "P0-C56" },
2508 { "Priority": "low", "LocCode": "P0" }
2509 ]
2510 }
2511 ]
2512 },
2513 {
Jim Wright7f678902020-11-30 16:03:57 -06002514 "ADValue": "12.0VCS", "Callouts": [
2515 {
2516 "CalloutList": [
2517 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2518 ]
2519 }
2520 ]
2521 },
2522 {
2523 "ADValue": "3.3VCS", "Callouts": [
2524 {
2525 "CalloutList": [
2526 { "Priority": "high", "LocCode": "P0" }
2527 ]
2528 }
2529 ]
2530 },
2531 {
2532 "ADValue": "1.1V_Current", "Callouts": [
2533 {
2534 "CalloutList": [
2535 { "Priority": "high", "LocCode": "P0" }
2536 ]
2537 }
2538 ]
2539 },
2540 {
2541 "ADValue": "5.0V_USB_Current", "Callouts": [
2542 {
2543 "CalloutList": [
2544 { "Priority": "high", "SymbolicFRU": "usb_pgood" },
2545 { "Priority": "medium", "LocCode": "P0" }
2546 ]
2547 }
2548 ]
2549 },
2550 {
2551 "ADValue": "5.0V_DASD_Current", "Callouts": [
2552 {
2553 "CalloutList": [
2554 { "Priority": "medium", "LocCode": "P1" },
2555 { "Priority": "medium", "LocCode": "P2" },
2556 { "Priority": "medium", "LocCode": "P3" },
2557 { "Priority": "low", "LocCode": "P0" }
2558 ]
2559 }
2560 ]
2561 },
2562 {
2563 "ADValue": "12.0VN", "Callouts": [
2564 {
2565 "CalloutList": [
2566 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2567 ]
2568 }
2569 ]
2570 },
2571 {
2572 "ADValue": "12.0VP", "Callouts": [
2573 {
2574 "CalloutList": [
2575 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2576 ]
2577 }
2578 ]
2579 },
2580 {
2581 "ADValue": "12.0VQ", "Callouts": [
2582 {
2583 "CalloutList": [
2584 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2585 ]
2586 }
2587 ]
2588 },
2589 {
2590 "ADValue": "12.0VR", "Callouts": [
2591 {
2592 "CalloutList": [
2593 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2594 ]
2595 }
2596 ]
2597 },
2598 {
2599 "ADValue": "ThermalDiode1", "Callouts": [
2600 {
2601 "CalloutList": [
2602 { "Priority": "high", "LocCode": "P0" }
2603 ]
2604 }
2605 ]
2606 },
2607 {
2608 "ADValue": "ThermalDiode2", "Callouts": [
2609 {
2610 "CalloutList": [
2611 { "Priority": "high", "LocCode": "P0" }
2612 ]
2613 }
2614 ]
2615 },
2616 {
2617 "ADValue": "ThermalDiode3", "Callouts": [
2618 {
2619 "CalloutList": [
2620 { "Priority": "high", "LocCode": "P0" }
2621 ]
2622 }
2623 ]
2624 },
2625 {
2626 "ADValue": "ThermalDiode4", "Callouts": [
2627 {
2628 "CalloutList": [
2629 { "Priority": "high", "LocCode": "P0" }
2630 ]
2631 }
2632 ]
2633 }
2634 ]
2635 },
2636
2637 "Documentation": {
2638 "Description": "The power sequencer chip detected a voltage fault",
2639 "Message": "The power sequencer chip detected a voltage fault",
2640 "Notes": [
2641 ]
2642 }
2643 },
2644
2645 {
Shawn McCarney7f1ec942021-07-28 13:33:34 -05002646 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.N",
2647 "Subsystem": "power",
2648 "Severity": "predictive_redundancy_loss",
2649 "ComponentID": "0x2700",
2650
2651 "SRC": {
2652 "Type": "11",
2653 "ReasonCode": "0x2700",
2654 "Words6To9": {}
2655 },
2656
2657 "Documentation": {
2658 "Description": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
2659 "Message": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
2660 "Notes": [
2661 "CALLOUT_INVENTORY_PATH should be specified in the ",
2662 "AdditionalData property of the event log so that ",
2663 "the device is called out but not the communication path."
2664 ]
2665 }
2666 },
2667
2668 {
2669 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.NPlus1",
2670 "Subsystem": "power",
2671 "Severity": "non_error",
2672 "MfgSeverity": "predictive_redundancy_loss",
2673 "ActionFlags": ["report"],
2674 "MfgActionFlags": ["service_action", "report", "call_home"],
2675 "ComponentID": "0x2700",
2676
2677 "SRC": {
2678 "Type": "11",
2679 "ReasonCode": "0x2701",
2680 "Words6To9": {}
2681 },
2682
2683 "Documentation": {
2684 "Description": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
2685 "Message": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
2686 "Notes": [
2687 "CALLOUT_INVENTORY_PATH should be specified in the ",
2688 "AdditionalData property of the event log so that ",
2689 "the device is called out but not the communication path."
2690 ]
2691 }
2692 },
2693
2694 {
Shawn McCarney01648f52020-06-25 11:42:02 -05002695 "Name": "xyz.openbmc_project.Power.Regulators.Error.WriteVerification",
2696 "Subsystem": "power",
2697 "ComponentID": "0x2700",
2698
2699 "SRC": {
2700 "Type": "11",
2701 "ReasonCode": "0x2900",
2702 "Words6To9": {}
2703 },
2704
2705 "Documentation": {
2706 "Description": "A write verification error occurred on a device",
2707 "Message": "A write verification error occurred on a device",
2708 "Notes": [
2709 "This error occurs when a device register is written, ",
2710 "read back, and the two values do not match. This is ",
2711 "also called a read-back error. The device should be ",
2712 "identified using the CALLOUT_DEVICE_PATH or ",
2713 "CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR keywords in the ",
2714 "AdditionalData property of the event log. This will ",
2715 "cause the device and the hardware in the communication ",
2716 "path to be called out."
2717 ]
2718 }
2719 },
2720
2721 {
Shawn McCarneye4022182022-01-31 19:09:01 -06002722 "Name": "xyz.openbmc_project.Power.UPS.Error.Battery.Discharging",
2723 "Subsystem": "power",
2724 "Severity": "non_error",
2725 "ActionFlags": ["report"],
2726 "ComponentID": "0x2700",
2727
2728 "SRC": {
2729 "Type": "11",
2730 "ReasonCode": "0x4201",
2731 "Words6To9": {}
2732 },
2733
2734 "Documentation": {
2735 "Description": "The Uninterruptible Power Supply (UPS) battery is discharging and providing power to the system due to a utility failure",
2736 "Message": "The Uninterruptible Power Supply (UPS) battery is discharging and providing power to the system due to a utility failure",
2737 "Notes": [
2738 ]
2739 }
2740 },
2741
2742 {
2743 "Name": "xyz.openbmc_project.Power.UPS.Error.Battery.Low",
2744 "Subsystem": "power",
2745 "Severity": "non_error",
2746 "ActionFlags": ["report"],
2747 "ComponentID": "0x2700",
2748
2749 "SRC": {
2750 "Type": "11",
2751 "ReasonCode": "0x4203",
2752 "Words6To9": {}
2753 },
2754
2755 "Documentation": {
2756 "Description": "The Uninterruptible Power Supply (UPS) battery level is low",
2757 "Message": "The Uninterruptible Power Supply (UPS) battery level is low",
2758 "Notes": [
2759 ]
2760 }
2761 },
2762
2763 {
Shawn McCarney01648f52020-06-25 11:42:02 -05002764 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile",
2765 "Subsystem": "power",
2766 "ComponentID": "0x2700",
2767
2768 "SRC": {
2769 "Type": "11",
2770 "ReasonCode": "0xA013",
2771 "Words6To9": {}
2772 },
2773
2774 "Callouts": [
2775 {
2776 "CalloutList": [
2777 { "Priority": "high", "Procedure": "bmc_code" }
2778 ]
2779 }
2780 ],
2781
2782 "Documentation": {
2783 "Description": "A regulators configuration file error occurred",
2784 "Message": "A regulators configuration file error occurred",
2785 "Notes": [
2786 "The regulators configuration file could not be found, ",
2787 "could not be read, or had invalid contents."
2788 ]
2789 }
2790 },
2791
2792 {
Shawn McCarney82e31d82021-02-19 16:25:55 -06002793 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile.Critical",
2794 "Subsystem": "power",
2795 "Severity": "critical_system_term",
2796 "ComponentID": "0x2700",
2797
2798 "SRC": {
2799 "Type": "11",
2800 "ReasonCode": "0xA014",
Mike Cappsa2d7b772022-03-07 15:47:48 -05002801 "Words6To9": {}
Shawn McCarney82e31d82021-02-19 16:25:55 -06002802 },
2803
2804 "Callouts": [
2805 {
2806 "CalloutList": [
2807 { "Priority": "high", "Procedure": "bmc_code" }
2808 ]
2809 }
2810 ],
2811
2812 "Documentation": {
2813 "Description": "A critical regulators configuration file error occurred",
2814 "Message": "A critical regulators configuration file error occurred",
2815 "Notes": [
2816 "The regulators configuration file could not be found, ",
2817 "could not be read, or had invalid contents. As a result ",
2818 "voltage regulators could not be configured, and the ",
2819 "chassis could not be powered on."
2820 ]
2821 }
2822 },
2823
2824 {
Jim Wright7f678902020-11-30 16:03:57 -06002825 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerFault",
2826 "Subsystem": "power_sequencer",
2827 "ComponentID": "0x2700",
2828
2829 "SRC": {
2830 "Type": "11",
2831 "ReasonCode": "0xD000",
2832 "Words6To9": {}
2833 },
2834
2835 "Callouts": [
2836 {
2837 "CalloutList": [
2838 { "Priority": "high", "LocCode": "P0" }
2839 ]
2840 }
2841 ],
2842
2843 "Documentation": {
2844 "Description": "The power sequencer chip detected a fault",
2845 "Message": "The power sequencer chip detected a fault",
2846 "Notes": [
2847 ]
2848 }
2849 },
2850
2851 {
Jim Wrightc1ba04f2021-11-12 15:31:32 -06002852 "Name": "xyz.openbmc_project.Power.Error.PowerOnTimeout",
Jim Wright7f678902020-11-30 16:03:57 -06002853 "Subsystem": "power_sequencer",
2854 "ComponentID": "0x2700",
Jim Wrightc1ba04f2021-11-12 15:31:32 -06002855 "Severity": "critical",
Jim Wright7f678902020-11-30 16:03:57 -06002856
2857 "SRC": {
2858 "Type": "11",
2859 "ReasonCode": "0xD002",
2860 "Words6To9": {}
2861 },
2862
2863 "Callouts": [
2864 {
2865 "CalloutList": [
2866 { "Priority": "high", "LocCode": "P0" }
2867 ]
2868 }
2869 ],
2870
2871 "Documentation": {
Jim Wrightc1ba04f2021-11-12 15:31:32 -06002872 "Description": "System power failed to turn on within timeout period",
2873 "Message": "System power failed to turn on within timeout period",
2874 "Notes": [
2875 ]
2876 }
2877 },
2878
2879 {
2880 "Name": "xyz.openbmc_project.Power.Error.PowerOffTimeout",
2881 "Subsystem": "power_sequencer",
2882 "ComponentID": "0x2700",
2883 "Severity": "critical",
2884
2885 "SRC": {
2886 "Type": "11",
2887 "ReasonCode": "0xD008",
2888 "Words6To9": {}
2889 },
2890
2891 "Callouts": [
2892 {
2893 "CalloutList": [
2894 { "Priority": "high", "LocCode": "P0" }
2895 ]
2896 }
2897 ],
2898
2899 "Documentation": {
2900 "Description": "System power failed to turn off within timeout period",
2901 "Message": "System power failed to turn off within timeout period",
Jim Wright7f678902020-11-30 16:03:57 -06002902 "Notes": [
2903 ]
2904 }
2905 },
2906
2907 {
Shawn McCarney01648f52020-06-25 11:42:02 -05002908 "Name": "xyz.openbmc_project.Power.Error.Internal",
2909 "Subsystem": "power",
2910 "ComponentID": "0x2700",
2911
2912 "SRC": {
2913 "Type": "11",
2914 "ReasonCode": "0xE000",
2915 "Words6To9": {}
2916 },
2917
2918 "Callouts": [
2919 {
2920 "CalloutList": [
2921 { "Priority": "high", "Procedure": "bmc_code" }
2922 ]
2923 }
2924 ],
2925
2926 "Documentation": {
2927 "Description": "An internal firmware error occurred",
2928 "Message": "An internal firmware error occurred",
2929 "Notes": [
2930 "The error details must be provided in the AdditionalData ",
2931 "property of the event log."
2932 ]
2933 }
2934 },
2935
2936 {
2937 "Name": "xyz.openbmc_project.Power.Error.I2C",
2938 "Subsystem": "cec_i2c",
2939 "ComponentID": "0x2700",
2940
2941 "SRC": {
2942 "Type": "11",
2943 "ReasonCode": "0xE100",
2944 "Words6To9": {}
2945 },
2946
2947 "Documentation": {
2948 "Description": "An I2C error occurred communicating with a device",
2949 "Message": "An I2C error occurred communicating with a device",
2950 "Notes": [
2951 "The device should be identified using the ",
2952 "CALLOUT_DEVICE_PATH or CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR ",
2953 "keywords in the AdditionalData property of the event ",
2954 "log. This will cause the device and the hardware in the ",
2955 "communication path to be called out."
2956 ]
2957 }
2958 },
2959
2960 {
2961 "Name": "xyz.openbmc_project.Power.Error.PMBus",
2962 "Subsystem": "power",
2963 "ComponentID": "0x2700",
2964
2965 "SRC": {
2966 "Type": "11",
2967 "ReasonCode": "0xE200",
2968 "Words6To9": {}
2969 },
2970
2971 "Documentation": {
2972 "Description": "A PMBus error occurred on a device",
2973 "Message": "A PMBus error occurred on a device",
2974 "Notes": [
2975 "This error occurs when the I2C communication was ",
2976 "successful, but the PMBus value read is invalid or ",
2977 "unsupported. CALLOUT_INVENTORY_PATH should be specified ",
2978 "in the AdditionalData property of the event log so that ",
2979 "the device is called out but not the communication path."
2980 ]
2981 }
2982 },
2983
2984 {
2985 "Name": "xyz.openbmc_project.Power.Error.DBus",
2986 "Subsystem": "power",
2987 "ComponentID": "0x2700",
2988
2989 "SRC": {
2990 "Type": "11",
2991 "ReasonCode": "0xE300",
2992 "Words6To9": {}
2993 },
2994
2995 "Callouts": [
2996 {
2997 "CalloutList": [
2998 { "Priority": "high", "Procedure": "bmc_code" }
2999 ]
3000 }
3001 ],
3002
3003 "Documentation": {
3004 "Description": "A firmware inter-process communication (D-Bus) error occurred",
3005 "Message": "A firmware inter-process communication (D-Bus) error occurred"
3006 }
Matt Spinler60d1c392020-09-23 15:23:24 -05003007 },
3008
3009 {
Matt Spinler7c9c07e2020-10-22 10:16:37 -05003010 "Name": "xyz.openbmc_project.Fan.Error.Fault",
3011 "Subsystem": "power_fans",
3012 "ComponentID": "0x2800",
3013
3014 "SRC": {
3015 "Type": "11",
3016 "ReasonCode": "0x76F0",
3017 "Words6To9": {}
3018 },
3019
3020 "Documentation": {
3021 "Description": "Fan rotor fault",
3022 "Message": "Fan rotor fault",
3023 "Notes": [
3024 "This error occurs when a fan rotor has been faulted for a ",
3025 "certain amount of time. The callout is the fan which is ",
3026 "passed in with CALLOUT_INVENTORY_PATH. The severity is ",
3027 "passed in during creation and will be either informational ",
3028 "or unrecoverable. The action flags use the defaults and ",
3029 "vary based on the severity."
3030 ]
3031 }
3032 },
3033
3034 {
Matt Spinler60d1c392020-09-23 15:23:24 -05003035 "Name": "xyz.openbmc_project.Fan.Error.Missing",
3036 "Subsystem": "power_fans",
3037 "ComponentID": "0x2800",
3038 "Severity": "unrecoverable_redundancy_loss",
3039 "ActionFlags": ["service_action", "report", "call_home"],
3040
3041 "SRC": {
3042 "Type": "11",
3043 "ReasonCode": "0x76F1",
3044 "Words6To9": {}
3045 },
3046
3047 "Callouts": [
3048 {
Matt Spinler938ac792021-05-12 10:46:44 -05003049 "System": "ibm,rainier",
Matt Spinler60d1c392020-09-23 15:23:24 -05003050 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -05003051 {
3052 "Priority": "high",
3053 "SymbolicFRUTrusted": "air_mover",
3054 "UseInventoryLocCode": true
3055 },
3056 {
3057 "Priority": "low",
3058 "LocCode": "P0"
3059 }
Matt Spinler60d1c392020-09-23 15:23:24 -05003060 ]
Matt Spinler938ac792021-05-12 10:46:44 -05003061 },
3062 {
3063 "System": "ibm,everest",
3064 "CalloutList": [
3065 {
3066 "Priority": "high",
3067 "SymbolicFRUTrusted": "air_mover",
3068 "UseInventoryLocCode": true
3069 },
3070 {
3071 "Priority": "low",
3072 "LocCode": "P1"
3073 }
3074 ]
Matt Spinler60d1c392020-09-23 15:23:24 -05003075 }
3076 ],
3077
3078 "Documentation": {
3079 "Description": "A fan is missing",
3080 "Message": "A fan is missing",
3081 "Notes": [
3082 "This error occurs when a fan has been missing for a ",
Matt Spinler80600192020-10-23 09:29:33 -05003083 "certain amount of time. The first callout is the ",
3084 "symbolic FRU AIR_MOVR that has the trusted fan location ",
3085 "code, which it gets using the passed in ",
3086 "CALLOUT_INVENTORY_PATH. The second callout is the FRU ",
Matt Spinler938ac792021-05-12 10:46:44 -05003087 "where the controller and GPIO expander are."
Matt Spinler60d1c392020-09-23 15:23:24 -05003088 ]
3089 }
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05003090 },
3091
3092 {
Matt Spinleradf070b2021-04-21 13:39:45 -05003093 "Name": "xyz.openbmc_project.Fan.Presence.Error.Detection",
3094 "ComponentID": "0x2800",
3095 "Subsystem": "power_fans",
3096 "Severity": "non_error",
3097 "ActionFlags": ["report"],
3098 "MfgSeverity": "predictive",
3099 "MfgActionFlags": ["service_action", "report"],
3100
3101 "SRC": {
3102 "Type": "11",
3103 "ReasonCode": "0x76F2",
3104 "Words6To9": {}
3105 },
3106
3107 "Callouts": [
3108 {
3109 "System": "ibm,rainier",
3110 "CalloutList": [
3111 {"Priority": "medium", "LocCode": "P0"}
3112 ]
3113 },
3114 {
3115 "System": "ibm,everest",
3116 "CalloutList": [
3117 {"Priority": "medium", "LocCode": "P1"}
3118 ]
3119 }
3120 ],
3121
3122 "Documentation": {
3123 "Description": "Presence detect methods for the same fan disagree",
3124 "Message": "Presence detect methods for the same fan disagree",
3125 "Notes": [
3126 "This error occurs when there is more than one way to detect",
3127 "fan presence, and they don't all agree. For example, the",
3128 "GPIO says a fan isn't present, but the tach readings are",
3129 "nonzero. This is informational, unless in manufacturing.",
3130 "The fan FRU is passed in as a high priority callout.",
3131 "The FRU the GPIO source is on is called out medium."
3132 ]
3133 }
3134 },
3135
3136 {
Matt Spinlerdde99202021-06-14 12:15:59 -06003137 "Name": "xyz.openbmc_project.Fan.Error.FanControllerOffline",
3138 "ComponentID": "0x2800",
3139 "Subsystem": "power_fans",
3140 "Severity": "critical_system_term",
3141 "ActionFlags": ["service_action", "report", "call_home"],
3142
3143 "SRC": {
3144 "Type": "11",
3145 "ReasonCode": "0x76F3",
Mike Cappsa2d7b772022-03-07 15:47:48 -05003146 "Words6To9": {}
Matt Spinlerdde99202021-06-14 12:15:59 -06003147 },
3148
3149 "Callouts": [
3150 {
3151 "System": "ibm,rainier",
3152 "CalloutList": [
3153 {"Priority": "high", "LocCode": "P0-C5"},
3154 {"Priority": "medium_group_a", "LocCode": "P0-T12", "SymbolicFRUTrusted": "fan_cable"},
3155 {"Priority": "medium_group_a", "LocCode": "P0-T17", "SymbolicFRUTrusted": "cable_continued"},
3156 {"Priority": "low", "LocCode": "P0"}
3157 ]
3158 },
3159 {
3160 "System": "ibm,everest",
3161 "CalloutList": [
3162 {"Priority": "high", "LocCode": "P0-C0"},
3163 {"Priority": "medium", "LocCode": "P1"},
3164 {"Priority": "low", "LocCode": "P0"}
3165 ]
3166 }
3167 ],
3168
3169 "Documentation": {
3170 "Description": "The fan controller device is offline",
3171 "Message": "The fan controller is offline. The system must be powered off.",
3172 "Notes": [
3173 "The device that controls the fans is offline so the fan",
3174 "targets and speeds are unknown. The system will be shut",
3175 "down to preserve thermal safety. There may be an I2C",
3176 "or power problem with the device."
3177 ]
3178 }
3179 },
3180
3181 {
Mike Cappsabc276e2021-06-18 16:41:30 -04003182 "Name": "xyz.openbmc_project.Fan.Presence.Error.GPIODeviceUnavailable",
3183 "Subsystem": "power_fans",
3184 "ComponentID": "0x2800",
3185 "Severity": "unrecoverable_redundancy_loss",
3186 "ActionFlags": ["service_action", "report", "call_home"],
3187
3188 "SRC": {
3189 "Type": "11",
3190 "ReasonCode": "0x76F4",
3191 "Words6To9": {}
3192 },
3193
3194 "Callouts": [
3195 {
3196 "System" : "ibm,rainier",
3197 "CalloutList": [
3198 {"Priority": "high", "LocCode": "P0-C5"},
3199 {"Priority": "medium_group_a", "LocCode": "P0-T12","SymbolicFRUTrusted": "fan_cable"},
3200 {"Priority": "medium_group_a", "LocCode": "P0-T17","SymbolicFRUTrusted": "cable_continued"},
3201 {"Priority": "low", "LocCode": "P0"}
3202 ]
3203 },
3204 {
3205 "System" : "ibm,everest",
3206 "CalloutList": [
3207 {"Priority": "high", "LocCode": "P0-C0"},
3208 {"Priority": "medium", "LocCode": "P1"},
3209 {"Priority": "low", "LocCode": "P0"}
3210 ]
3211 }
3212 ],
3213
3214 "Documentation": {
3215 "Description": "Fan GPIO sensors not present",
3216 "Message": "Fan GPIO sensors not present",
3217 "Notes": [
3218 "The device that reports fan presence is not functioning."
3219 ]
3220 }
3221 },
3222
3223 {
Matt Spinler86e40dd2021-01-29 11:19:36 -06003224 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHigh",
3225 "Subsystem": "power",
3226 "ComponentID": "0x2800",
3227 "Severity": "predictive",
3228 "ActionFlags": ["service_action", "report"],
3229
3230 "SRC": {
3231 "ReasonCode": "0x2801",
3232 "Words6To9": {}
3233 },
3234
3235 "CalloutsUsingAD": {
3236 "ADName": "SENSOR_NAME",
3237 "CalloutsWithTheirADValues": [
3238 {
3239 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
3240 "Callouts": [
3241 {
3242 "CalloutList": [
3243 { "Priority": "high", "SymbolicFRU": "ambient_temp" }
3244 ]
3245 }
3246 ]
3247 }
3248 ]
3249 },
3250
3251 "Documentation": {
3252 "Description": "A temperature sensor exceeded its performance loss threshold.",
3253 "Message": "A temperature sensor exceeded its performance loss threshold.",
3254 "Notes": [
3255 "A temperature sensor crossed its performance loss threshold value",
3256 "If it is the ambient sensor, then a symbolic FRU will be added.",
3257 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
3258 "a FRU callout."
3259 ]
3260 }
3261 },
3262
3263 {
3264 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHighClear",
3265 "Subsystem": "power",
3266 "ComponentID": "0x2800",
3267 "Severity": "non_error",
3268 "ActionFlags": ["report"],
3269 "EventType": "env_normal",
3270
3271 "SRC": {
3272 "ReasonCode": "0x2802",
3273 "Words6To9": {}
3274 },
3275
3276 "CalloutsUsingAD": {
3277 "ADName": "SENSOR_NAME",
3278 "CalloutsWithTheirADValues": [
3279 {
3280 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
3281 "Callouts": [
3282 {
3283 "CalloutList": [
3284 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" }
3285 ]
3286 }
3287 ]
3288 }
3289 ]
3290 },
3291
3292 "Documentation": {
3293 "Description": "A temperature sensor is under its performance loss threshold.",
3294 "Message": "A temperature sensor is under its performance loss threshold.",
3295 "Notes": [
3296 "A temperature sensor crossed under its performance loss threshold value",
3297 "If it is the ambient sensor, then a symbolic FRU will be added."
3298 ]
3299 }
3300 },
3301
3302 {
3303 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHigh",
3304 "Subsystem": "power",
3305 "ComponentID": "0x2800",
3306 "Severity": "predictive",
3307 "ActionFlags": ["service_action", "report"],
3308
3309 "SRC": {
3310 "ReasonCode": "0x2803",
3311 "Words6To9": {}
3312 },
3313
3314 "CalloutsUsingAD": {
3315 "ADName": "SENSOR_NAME",
3316 "CalloutsWithTheirADValues": [
3317 {
3318 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
3319 "Callouts": [
3320 {
3321 "CalloutList": [
3322 { "Priority": "high", "SymbolicFRU": "ambient_temp" }
3323 ]
3324 }
3325 ]
3326 }
3327 ]
3328 },
3329
3330 "Documentation": {
3331 "Description": "A temperature sensor exceeded its warning threshold.",
3332 "Message": "A temperature sensor exceeded its warning threshold.",
3333 "Notes": [
3334 "A temperature sensor crossed its warning threshold value",
3335 "If it is the ambient sensor, then a symbolic FRU will be added.",
3336 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
3337 "a FRU callout."
3338 ]
3339 }
3340 },
3341
3342 {
3343 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHighClear",
3344 "Subsystem": "power",
3345 "ComponentID": "0x2800",
3346 "Severity": "non_error",
3347 "ActionFlags": ["report"],
3348 "EventType": "env_normal",
3349
3350 "SRC": {
3351 "ReasonCode": "0x2804",
3352 "Words6To9": {}
3353 },
3354
3355 "CalloutsUsingAD": {
3356 "ADName": "SENSOR_NAME",
3357 "CalloutsWithTheirADValues": [
3358 {
3359 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
3360 "Callouts": [
3361 {
3362 "CalloutList": [
3363 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" }
3364 ]
3365 }
3366 ]
3367 }
3368 ]
3369 },
3370
3371 "Documentation": {
3372 "Description": "A temperature sensor is under its warning threshold.",
3373 "Message": "A temperature sensor is under its warning threshold.",
3374 "Notes": [
3375 "A temperature sensor crossed under its warning threshold value",
3376 "If it is the ambient sensor, then a symbolic FRU will be added."
3377 ]
3378 }
3379 },
3380
3381 {
3382 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHigh",
3383 "Subsystem": "power",
3384 "ComponentID": "0x2800",
3385 "Severity": "predictive",
3386 "ActionFlags": ["service_action", "report"],
3387
3388 "SRC": {
3389 "ReasonCode": "0x2805",
3390 "Words6To9": {}
3391 },
3392
3393 "CalloutsUsingAD": {
3394 "ADName": "SENSOR_NAME",
3395 "CalloutsWithTheirADValues": [
3396 {
3397 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
3398 "Callouts": [
3399 {
3400 "CalloutList": [
3401 { "Priority": "high", "SymbolicFRU": "ambient_temp" }
3402 ]
3403 }
3404 ]
3405 }
3406 ]
3407 },
3408
3409 "Documentation": {
3410 "Description": "A temperature sensor exceeded its critical threshold.",
3411 "Message": "A temperature sensor exceeded its critical threshold.",
3412 "Notes": [
3413 "A temperature sensor crossed its critical threshold value",
3414 "If it is the ambient sensor, then a symbolic FRU will be added.",
3415 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
3416 "a FRU callout."
3417 ]
3418 }
3419 },
3420
3421 {
3422 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHighClear",
3423 "Subsystem": "power",
3424 "ComponentID": "0x2800",
3425 "Severity": "non_error",
3426 "ActionFlags": ["report"],
3427 "EventType": "env_normal",
3428
3429 "SRC": {
3430 "ReasonCode": "0x2806",
3431 "Words6To9": {}
3432 },
3433
3434 "CalloutsUsingAD": {
3435 "ADName": "SENSOR_NAME",
3436 "CalloutsWithTheirADValues": [
3437 {
3438 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
3439 "Callouts": [
3440 {
3441 "CalloutList": [
3442 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" }
3443 ]
3444 }
3445 ]
3446 }
3447 ]
3448 },
3449
3450 "Documentation": {
3451 "Description": "A temperature sensor is under its critical threshold.",
3452 "Message": "A temperature sensor is under its critical threshold.",
3453 "Notes": [
3454 "A temperature sensor crossed under its critical threshold value",
3455 "If it is the ambient sensor, then a symbolic FRU will be added."
3456 ]
3457 }
3458 },
3459
3460 {
Matt Spinler6b3490a2021-01-20 10:48:26 -06003461 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHigh",
3462 "Subsystem": "power",
3463 "ComponentID": "0x2800",
3464 "Severity": "predictive",
3465 "ActionFlags": ["service_action", "report"],
3466
3467 "SRC": {
3468 "ReasonCode": "0x2807",
3469 "Words6To9": {}
3470 },
3471
3472 "Callouts": [
3473 {
3474 "CalloutList": [
3475 {
3476 "Priority": "high",
3477 "SymbolicFRU": "ambient_temp"
3478 }
3479 ]
3480 }
3481 ],
3482
3483 "Documentation": {
3484 "Description": "The ambient temperature passed the EPOW3 limit.",
3485 "Message": "The ambient temperature passed the EPOW3 limit. The system will shut down if temp doesn't decrease.",
3486 "Notes": [
3487 "This error occurs when the ambient temperature surpassed",
3488 "the EPOW3 shutdown limit."
3489 ]
3490 }
3491 },
3492
3493 {
3494 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHighClear",
3495 "Subsystem": "power",
3496 "ComponentID": "0x2800",
3497 "Severity": "non_error",
3498 "ActionFlags": ["report"],
3499 "EventType": "env_normal",
3500
3501 "SRC": {
3502 "ReasonCode": "0x2808",
3503 "Words6To9": {}
3504 },
3505
3506 "Callouts": [
3507 {
3508 "CalloutList": [
3509 {
3510 "Priority": "high",
3511 "SymbolicFRU": "ambient_temp_back"
3512 }
3513 ]
3514 }
3515 ],
3516
3517 "Documentation": {
3518 "Description": "The ambient temperature is back under the EPOW3 limit.",
3519 "Message": "The ambient temperature is back under the EPOW3 limit."
3520 }
3521 },
3522
3523 {
3524 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.HardShutdownAlarmHigh",
3525 "Subsystem": "power",
3526 "ComponentID": "0x2800",
Matt Spinler6b3490a2021-01-20 10:48:26 -06003527 "ActionFlags": ["service_action", "report"],
3528
3529 "SRC": {
3530 "ReasonCode": "0x2809",
3531 "Words6To9": {}
3532 },
3533
3534 "Callouts": [
3535 {
3536 "CalloutList": [
3537 {
3538 "Priority": "high",
3539 "SymbolicFRU": "ambient_temp"
3540 }
3541 ]
3542 }
3543 ],
3544
3545 "Documentation": {
3546 "Description": "The ambient temperature passed the EPOW4 limit.",
3547 "Message": "The ambient temperature passed the EPOW4 limit. The system will shut down",
3548 "Notes": [
3549 "This error occurs when the ambient temperature surpassed",
3550 "the EPOW4 shutdown limit."
3551 ]
3552 }
3553 },
3554
3555 {
Rashmica Guptab63f75b2021-08-18 20:54:21 +10003556 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHigh",
3557 "Subsystem": "ext_env",
3558 "ComponentID": "0x2800",
3559 "Severity": "predictive",
3560 "ActionFlags": ["service_action", "report"],
3561
3562 "SRC": {
3563 "ReasonCode": "0x280A",
3564 "Words6To9": {}
3565 },
3566
3567 "CalloutsUsingAD": {
3568 "ADName": "SENSOR_NAME",
3569 "CalloutsWithTheirADValues": [
3570 {
3571 "ADValue": "/xyz/openbmc_project/sensors/altitude/Altitude",
3572 "Callouts": [
3573 {
3574 "CalloutList": [
3575 { "Priority": "high", "SymbolicFRU": "altitude" }
3576 ]
3577 }
3578 ]
3579 }
3580 ]
3581 },
3582
3583 "Documentation": {
3584 "Description": "An altitude sensor exceeded its warning threshold.",
3585 "Message": "An altitude sensor exceeded its warning threshold.",
3586 "Notes": [
3587 "The virtual altitude sensor crossed its warning threshold value",
3588 " and a symbolic FRU will be added."
3589 ]
3590 }
3591 },
3592
3593 {
3594 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHighClear",
3595 "Subsystem": "ext_env",
3596 "ComponentID": "0x2800",
3597 "Severity": "non_error",
3598 "ActionFlags": ["report"],
3599 "EventType": "env_normal",
3600
3601 "SRC": {
3602 "ReasonCode": "0x280B",
3603 "Words6To9": {}
3604 },
3605
3606 "Documentation": {
3607 "Description": "An altitude sensor is under its warning threshold.",
3608 "Message": "An altitude sensor is under its warning threshold.",
3609 "Notes": [
3610 "The virtual altitude sensor is under its warning threshold value",
3611 " and a symbolic FRU will be added."
3612 ]
3613 }
3614 },
3615
3616 {
Matt Spinler81331342021-10-05 14:09:56 -05003617 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLow",
3618 "Subsystem": "cec_tod",
3619 "ComponentID": "0x2800",
3620 "Severity": "predictive",
3621 "ActionFlags": ["service_action", "report"],
3622
3623 "SRC": {
3624 "ReasonCode": "0x280C",
3625 "Words6To9": {}
3626 },
3627
Matt Spinler81331342021-10-05 14:09:56 -05003628 "Documentation": {
3629 "Description": "A voltage sensor went below its critical low threshold.",
3630 "Message": "A voltage sensor went below its critical low threshold."
3631 }
3632 },
3633
3634 {
3635 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLowClear",
3636 "Subsystem": "cec_tod",
3637 "ComponentID": "0x2800",
3638 "Severity": "non_error",
3639 "ActionFlags": ["report"],
3640
3641 "SRC": {
3642 "ReasonCode": "0x280D",
3643 "Words6To9": {}
3644 },
3645
3646 "Documentation": {
3647 "Description": "A voltage sensor is over its critical low threshold.",
3648 "Message": "A voltage sensor is over its critical low threshold."
3649 }
3650 },
3651
3652 {
Matt Spinler1e792db2022-01-07 14:06:06 -06003653 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLow",
3654 "Subsystem": "power",
3655 "ComponentID": "0x2800",
3656 "Severity": "predictive",
3657 "ActionFlags": ["service_action", "report"],
3658
3659 "SRC": {
3660 "ReasonCode": "0x280E",
3661 "Words6To9": {}
3662 },
3663
3664 "Documentation": {
3665 "Description": "A temperature sensor is under its low warning threshold.",
3666 "Message": "A temperature sensor is under its low warning threshold.",
3667 "Notes": [
3668 "A temperature sensor crossed its low warning threshold value",
3669 "CALLOUT_INVENTORY_PATH will be passed in to add a FRU callout."
3670 ]
3671 }
3672 },
3673
3674 {
3675 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLowClear",
3676 "Subsystem": "power",
3677 "ComponentID": "0x2800",
3678 "Severity": "non_error",
3679 "ActionFlags": ["report"],
3680 "EventType": "env_normal",
3681
3682 "SRC": {
3683 "ReasonCode": "0x280F",
3684 "Words6To9": {}
3685 },
3686
3687 "Documentation": {
3688 "Description": "A temperature sensor is above its low warning threshold.",
3689 "Message": "A temperature sensor is above its low warning threshold.",
3690 "Notes": [
3691 "A temperature sensor crossed above its low warning threshold value."
3692 ]
3693 }
3694 },
3695
3696 {
3697 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalLow",
3698 "Subsystem": "power",
3699 "ComponentID": "0x2800",
3700 "Severity": "predictive",
3701 "ActionFlags": ["service_action", "report"],
3702
3703 "SRC": {
3704 "ReasonCode": "0x2810",
3705 "Words6To9": {}
3706 },
3707
3708 "Documentation": {
3709 "Description": "A temperature sensor is under its low critical threshold.",
3710 "Message": "A temperature sensor is under its low critical threshold.",
3711 "Notes": [
3712 "A temperature sensor crossed its low critical threshold value",
3713 "CALLOUT_INVENTORY_PATH will be passed in to add a FRU callout."
3714 ]
3715 }
3716 },
3717
3718 {
3719 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalLowClear",
3720 "Subsystem": "power",
3721 "ComponentID": "0x2800",
3722 "Severity": "non_error",
3723 "ActionFlags": ["report"],
3724 "EventType": "env_normal",
3725
3726 "SRC": {
3727 "ReasonCode": "0x2811",
3728 "Words6To9": {}
3729 },
3730
3731 "Documentation": {
3732 "Description": "A temperature sensor is over its low critical threshold.",
3733 "Message": "A temperature sensor is over its low critical threshold.",
3734 "Notes": [
3735 "A temperature sensor crossed above its critical threshold value"
3736 ]
3737 }
3738 },
3739
3740 {
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05003741 "Name": "com.ibm.VPD.Error.InvalidEepromPath",
3742 "Subsystem": "cec_vpd",
3743 "ComponentID": "0x4000",
3744
3745 "SRC": {
3746 "ReasonCode": "0x4000",
3747 "Words6To9":
3748 {
3749 "6":
3750 {
3751 "Description": "Errno of the failure.",
3752 "AdditionalDataPropSource": "CALLOUT_ERRNO"
3753 }
3754 }
3755 },
3756
3757 "Documentation": {
3758 "Description": "A path access error ocurred",
3759 "Message": "An EEPROM path access error occurred.",
3760 "Notes": [
3761 "This error occurs when parser is unable to access",
3762 "EEPROM path. Errno and device path are captured as",
3763 "additional data."
3764 ]
3765 }
3766 },
3767
3768 {
3769 "Name": "com.ibm.VPD.Error.InvalidVPD",
3770 "Subsystem": "cec_vpd",
3771 "ComponentID": "0x4000",
3772
3773 "SRC": {
3774 "ReasonCode": "0x4001",
3775 "Words6To9":
3776 {
3777 }
3778 },
3779
3780 "Documentation": {
3781 "Description": "Invalid VPD data.",
3782 "Message": "A VPD data exception occurred.",
3783 "Notes": [
3784 "This error occurs when VPD data is found to be",
3785 "invalid. This can be when VPD file is missing out",
3786 "mandatory records.Inventory path is captured in",
3787 "additional data."
3788 ]
3789 }
3790 },
3791
3792 {
3793 "Name": "com.ibm.VPD.Error.EccCheckFailed",
3794 "Subsystem": "cec_vpd",
3795 "ComponentID": "0x4000",
3796
3797 "SRC": {
3798 "ReasonCode": "0x4002",
3799 "Words6To9":
3800 {
3801 }
3802 },
3803
3804 "Documentation": {
3805 "Description": "Invalid VPD ecc data.",
3806 "Message": "A VPD ecc exception occurred.",
3807 "Notes": [
3808 "This error occurs when VPD ecc check fails for the FRU.",
3809 "Inventory path for the failed FRU is captured in additonal",
3810 "data."
3811 ]
3812 }
3813 },
3814
3815 {
3816 "Name": "com.ibm.VPD.Error.InvalidJson",
3817 "Subsystem": "cec_vpd",
3818 "ComponentID": "0x4000",
3819
3820 "SRC": {
3821 "ReasonCode": "0x4003",
3822 "Words6To9":
3823 {
3824 }
3825 },
3826
Matt Spinler834f3ed2022-01-26 16:18:02 -06003827 "Callouts": [
3828 {
3829 "CalloutList": [
3830 { "Priority": "high", "Procedure": "bmc_code" }
3831 ]
3832 }
3833 ],
3834
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05003835 "Documentation": {
3836 "Description": "Invalid Json",
3837 "Message": "A Json failure occurred.",
3838 "Notes": [
3839 "This error occurs when parser fails to access",
3840 "Json file or there is any issue with Json data.",
3841 "Failed Json path and cause of failure is captured",
3842 "in additional data."
3843 ]
3844 }
3845 },
3846
3847 {
3848 "Name": "com.ibm.VPD.Error.BlankSystemVPD",
3849 "Subsystem": "cec_vpd",
3850 "ComponentID": "0x4000",
3851
3852 "SRC": {
3853 "ReasonCode": "0x4004",
3854 "Words6To9":
3855 {
3856 }
3857 },
3858
3859 "Documentation": {
3860 "Description": "System VPD restore failed",
3861 "Message": "A system VPD restoration error occurred.",
3862 "Notes": [
3863 "This error occurs when restoring of system VPD fails.",
3864 "The FRU path and reason for failure is captured in",
3865 "additional data."
3866 ]
3867 }
3868 },
3869
3870 {
3871 "Name": "com.ibm.VPD.Error.DbusFailure",
3872 "Subsystem": "cec_vpd",
3873 "ComponentID": "0x4000",
3874
3875 "SRC": {
3876 "ReasonCode": "0x4005",
3877 "Words6To9":
3878 {
3879 }
3880 },
3881
Matt Spinler834f3ed2022-01-26 16:18:02 -06003882 "Callouts": [
3883 {
3884 "CalloutList": [
3885 { "Priority": "high", "Procedure": "bmc_code" }
3886 ]
3887 }
3888 ],
3889
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05003890 "Documentation": {
3891 "Description": "Dbus exception",
3892 "Message": "A Dbus internal error occurred.",
3893 "Notes": [
3894 "This error occurs when Dbus operation fails.",
3895 "Exceptions details are captured in additonal",
3896 "data."
3897 ]
3898 }
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05003899 },
3900
3901 {
Alpana Kumari081cfd42021-12-07 04:14:57 -06003902 "Name": "com.ibm.VPD.Error.UnknownSystemType",
3903 "Subsystem": "cec_vpd",
3904 "ComponentID": "0x4000",
3905
3906 "SRC": {
3907 "ReasonCode": "0x4006",
3908 "Words6To9":
3909 {
3910 }
3911 },
3912
3913 "Callouts": [
3914 {
3915 "CalloutList": [
3916 { "Priority": "high", "LocCode": "P0" }
3917 ]
3918 }
3919 ],
3920
3921 "Documentation": {
3922 "Description": "Unknown System Type",
3923 "Message": "System type not supported in DTB table.",
3924 "Notes": [
3925 "System type comes from combination of HW and IM value of system VPD.",
3926 "If anything gets changed in that combination, then it can't determine",
3927 "the appropriate DTB for that system. Need to check HW and IM keywords."
3928 ]
3929 }
3930 },
3931
3932 {
Alpana Kumari074ec5b2022-02-20 22:48:57 -06003933 "Name": "com.ibm.VPD.Error.GPIOError",
3934 "Subsystem": "cec_vpd",
3935 "ComponentID": "0x4000",
3936
3937 "SRC": {
3938 "ReasonCode": "0x4007",
3939 "Words6To9":
3940 {
3941 }
3942 },
3943
3944 "Documentation": {
3945 "Description": "GPIO line error",
3946 "Message": "GPIO line couldn't be found or read.",
3947 "Notes": [
3948 "The BMC could not access a GPIO line. This generally means that the",
3949 " hardware had issues toggling the line and/or the device driver has",
3950 " not exposed the GPIO line to userspace due to underlying I2C issues.",
3951 " The I2C path will be called out."
3952 ]
3953 }
3954 },
3955
3956 {
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05003957 "Name": "org.open_power.Host.Boot.Error.WatchdogTimeout",
3958 "Subsystem": "cec_sp_hostboot_iface",
3959
3960 "SRC":
3961 {
3962 "ReasonCode": "0xC101",
3963 "Words6To9":
3964 {
3965 }
3966 },
3967
3968 "Documentation":
3969 {
3970 "Description": "Host did not respond within the watchdog timeout interval",
3971 "Message": "Host did not respond before the watchdog timeout interval expired",
3972 "Notes": [
3973 "Host did not respond before the expiry of the watchdog timeout interval.",
3974 "Collecting hostboot dump."
3975 ]
3976 }
zamiseckbf61a982022-01-13 08:27:50 -06003977 },
3978
3979 {
3980 "Name": "xyz.openbmc_project.Software.Version.Error.Incompatible",
3981 "Subsystem": "bmc_firmware",
3982 "ComponentID": "0x3600",
3983 "SRC":
3984 {
3985 "ReasonCode": "0x3601",
3986 "Words6To9":
3987 {
3988 }
3989 },
3990
3991 "Callouts": [
3992 {
3993 "CalloutList": [
3994 { "Priority": "high", "Procedure": "bmc_code" }
3995 ]
3996 }
3997 ],
3998
3999 "Documentation":
4000 {
4001 "Description": "A system component has a software version that is incompatible.",
4002 "Message": "A system component has a software version that is incompatible."
4003 }
4004 },
4005
4006 {
4007 "Name": "xyz.openbmc_project.Software.Version.Error.AlreadyExists",
4008 "Subsystem": "bmc_firmware",
4009 "ComponentID": "0x3600",
4010 "SRC":
4011 {
4012 "ReasonCode": "0x3602",
4013 "Words6To9":
4014 {
4015 }
4016 },
4017
4018 "Callouts": [
4019 {
4020 "CalloutList": [
4021 { "Priority": "high", "Procedure": "bmc_code" }
4022 ]
4023 }
4024 ],
4025
4026 "Documentation":
4027 {
4028 "Description": "This image version already exists on the device.",
4029 "Message": "This image version already exists on the device."
4030 }
4031 },
4032
4033 {
4034 "Name": "xyz.openbmc_project.Software.Image.Error.UnTarFailure",
4035 "Subsystem": "bmc_firmware",
4036 "ComponentID": "0x3600",
4037 "SRC":
4038 {
4039 "ReasonCode": "0x3603",
4040 "Words6To9":
4041 {
4042 }
4043 },
4044
4045 "Callouts": [
4046 {
4047 "CalloutList": [
4048 { "Priority": "high", "Procedure": "bmc_code" }
4049 ]
4050 }
4051 ],
4052
4053 "Documentation":
4054 {
4055 "Description": "An error occurred during untar.",
4056 "Message": "An error occurred during untar."
4057 }
4058 },
4059
4060 {
4061 "Name": "xyz.openbmc_project.Software.Image.Error.ManifestFileFailure",
4062 "Subsystem": "bmc_firmware",
4063 "ComponentID": "0x3600",
4064 "SRC":
4065 {
4066 "ReasonCode": "0x3604",
4067 "Words6To9":
4068 {
4069 }
4070 },
4071
4072 "Callouts": [
4073 {
4074 "CalloutList": [
4075 { "Priority": "high", "Procedure": "bmc_code" }
4076 ]
4077 }
4078 ],
4079
4080 "Documentation":
4081 {
4082 "Description": "An error when reading the Manifest file..",
4083 "Message": "An error when reading the Manifest file.."
4084 }
4085 },
4086
4087 {
4088 "Name": "xyz.openbmc_project.Software.Image.Error.InternalFailure",
4089 "Subsystem": "bmc_firmware",
4090 "ComponentID": "0x3600",
4091 "SRC":
4092 {
4093 "ReasonCode": "0x3605",
4094 "Words6To9":
4095 {
4096 }
4097 },
4098
4099 "Callouts": [
4100 {
4101 "CalloutList": [
4102 { "Priority": "high", "Procedure": "bmc_code" }
4103 ]
4104 }
4105 ],
4106
4107 "Documentation":
4108 {
4109 "Description": "The operation failed internally during processing the image.",
4110 "Message": "The operation failed internally during processing the image."
4111 }
4112 },
4113
4114 {
4115 "Name": "xyz.openbmc_project.Software.Image.Error.ImageFailure",
4116 "Subsystem": "bmc_firmware",
4117 "ComponentID": "0x3600",
4118 "SRC":
4119 {
4120 "ReasonCode": "0x3606",
4121 "Words6To9":
4122 {
4123 }
4124 },
4125
4126 "Callouts": [
4127 {
4128 "CalloutList": [
4129 { "Priority": "high", "Procedure": "bmc_code" }
4130 ]
4131 }
4132 ],
4133
4134 "Documentation":
4135 {
4136 "Description": "An error occurred processing the image.",
4137 "Message": "An error occurred processing the image."
4138 }
4139 },
4140
4141 {
4142 "Name": "xyz.openbmc_project.Software.Image.Error.BusyFailure",
4143 "Subsystem": "bmc_firmware",
4144 "ComponentID": "0x3600",
4145 "SRC":
4146 {
4147 "ReasonCode": "0x3607",
4148 "Words6To9":
4149 {
4150 }
4151 },
4152
4153 "Callouts": [
4154 {
4155 "CalloutList": [
4156 { "Priority": "high", "Procedure": "bmc_code" }
4157 ]
4158 }
4159 ],
4160
4161 "Documentation":
4162 {
4163 "Description": "The device is busy during the update.",
4164 "Message": "The device is busy during the update."
4165 }
Matt Spinler3fd08d62019-10-22 14:25:33 -05004166 }
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05004167
Matt Spinler44792fd2019-09-26 15:58:58 -05004168 ]
4169}