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