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