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