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