blob: 4e70e061f8ca03df6c7fe1ae5c81a677338d9dbc [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 {
Chirag Sharma11cf0322022-04-20 08:48:52 -0500260 "Name": "xyz.openbmc_project.Common.File.Error.Write",
261 "Subsystem": "bmc_firmware",
262 "ComponentID": "0x1000",
263 "SRC":
264 {
265 "ReasonCode": "0x100B",
266 "Words6To9":
267 {
268 }
269 },
270
271 "Callouts": [
272 {
273 "CalloutList": [
274 { "Priority": "high", "Procedure": "bmc_code" }
275 ]
276 }
277 ],
278
279 "Documentation":
280 {
281 "Description": "Failed to write to a file",
282 "Message": "Failed to write to a file",
283 "Notes": [
284 "The severity is set by the creator.",
285 "The journal should contain more information"
286 ]
287 }
288 },
289
290 {
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600291 "Name": "org.open_power.Logging.Error.SentBadPELToHost",
292 "Subsystem": "bmc_firmware",
293 "Severity": "non_error",
294
295 "SRC":
296 {
297 "ReasonCode": "0x2001",
298 "Words6To9":
299 {
300 "6":
301 {
302 "Description": "The bad PEL ID",
303 "AdditionalDataPropSource": "BAD_ID"
304 }
305 }
306 },
307
308 "Documentation":
309 {
310 "Description": "The BMC sent the host a malformed PEL",
311 "Message": "The BMC sent the host a malformed PEL",
312 "Notes": [
313 "The host firmware rejected that PEL."
314 ]
315 }
Matt Spinlere95fd012020-01-07 12:53:16 -0600316 },
317
318 {
319 "Name": "org.open_power.Logging.Error.BadHostPEL",
320 "Subsystem": "platform_firmware",
321 "Severity": "unrecoverable",
322
323 "SRC":
324 {
325 "ReasonCode": "0x2002",
326 "Words6To9":
327 {
328 "6":
329 {
330 "Description": "The PLID of the invalid PEL",
331 "AdditionalDataPropSource": "PLID"
332 },
333 "7":
334 {
335 "Description": "The corresponding OpenBMC event log ID",
336 "AdditionalDataPropSource": "OBMC_LOG_ID"
337 },
338 "8":
339 {
340 "Description": "The size of the invalid PEL",
341 "AdditionalDataPropSource": "PEL_SIZE"
342 }
343 }
344 },
345
Matt Spinler834f3ed2022-01-26 16:18:02 -0600346 "Callouts": [
347 {
348 "CalloutList": [
349 { "Priority": "high", "Procedure": "bmc_code" }
350 ]
351 }
352 ],
353
Matt Spinlere95fd012020-01-07 12:53:16 -0600354 "Documentation":
355 {
356 "Description": "The host sent the BMC an invalid PEL",
357 "Message": "The host sent the BMC an invalid PEL",
358 "Notes": [
359 ]
360 }
Marri Devender Raoead1be22020-03-28 05:50:59 -0500361 },
362
363 {
Matt Spinler3477ce92020-07-08 14:49:25 -0500364 "Name": "org.open_power.Logging.Error.TestError1",
365 "Subsystem": "platform_firmware",
366 "Severity": "unrecoverable",
367
368 "SRC":
369 {
370 "ReasonCode": "0x2003",
371 "Words6To9":
372 {
373 }
374 },
375
376 "Callouts": [
377 {
378 "CalloutList": [
379 {"Priority": "high", "Procedure": "bmc_code"},
380 {"Priority": "medium", "SymbolicFRU": "service_docs"}
381 ]
382 }
383 ],
384
385 "Documentation":
386 {
387 "Description": "An error for testing",
388 "Message": "This is a test error"
389 }
390 },
391
392 {
Matt Spinler30ddc9f2020-07-16 15:39:59 -0500393 "Name": "xyz.openbmc_project.Logging.Error.Default",
394 "Subsystem": "other_na",
395
396 "SRC":
397 {
398 "ReasonCode": "0x2004",
399 "Words6To9":
400 {
401 }
402 },
403
Matt Spinler834f3ed2022-01-26 16:18:02 -0600404 "Callouts": [
405 {
406 "CalloutList": [
407 { "Priority": "high", "Procedure": "bmc_code" }
408 ]
409 }
410 ],
411
Matt Spinler30ddc9f2020-07-16 15:39:59 -0500412 "Documentation":
413 {
414 "Description": "This entry is used when no other matching entry is found",
415 "Message": "Unknown (Original event not in message registry)",
416 "Notes": [
417 "This is used when the actual error name isn't found in ",
418 "the registry. The original error name will be stored ",
419 "in the UserData section that contains the AdditionalData ",
420 "properties using the key ERROR_NAME.",
421 "This error may contain callouts if the creator passed ",
422 "them in.",
423 "The severity is set by the creator.",
424 "If this error is seen, then a code change needs to be ",
425 "made to add the missing error entry to this registry."
426 ]
427 }
428 },
429
430 {
Matt Spinlerc865ed92022-02-16 14:07:32 -0600431 "Name": "org.open_power.Logging.Error.TestError2",
432 "Subsystem": "bmc_firmware",
433 "Severity": "recovered",
434 "ActionFlags": ["report"],
435
436 "SRC":
437 {
438 "ReasonCode": "0x2005",
439 "Words6To9":
440 {
441 }
442 },
443
444 "Callouts": [
445 {
446 "CalloutList": [
447 { "Priority": "high", "LocCode": "P0" }
448 ]
449 }
450 ],
451
452 "Documentation":
453 {
454 "Description": "An error for testing",
455 "Message": "This is a test recoverable error",
456 "Notes": [
457 "This error is not created by BMC code and is ",
458 "only used for error injection tests."
459 ]
460 }
461 },
462
463 {
Marri Devender Raoead1be22020-03-28 05:50:59 -0500464 "Name": "org.open_power.PHAL.Error.Boot",
465 "Subsystem": "cec_hardware",
Ramesh Iyyar41e79dc2020-12-22 06:27:48 -0600466 "ComponentID": "0x3000",
Marri Devender Raoead1be22020-03-28 05:50:59 -0500467
468 "SRC":
469 {
Ramesh Iyyar41e79dc2020-12-22 06:27:48 -0600470 "ReasonCode": "0x3001",
Marri Devender Raoead1be22020-03-28 05:50:59 -0500471 "Words6To9":
472 {
473 }
474 },
475
476 "Documentation":
477 {
Michael Lim12429892022-03-10 16:11:25 -0600478 "Description": "Failure occurred during boot process",
479 "Message": "Failure occurred during boot process",
Marri Devender Raoead1be22020-03-28 05:50:59 -0500480 "Notes": [
481 "Debug traces will be captured in AdditionalData section"
482 ]
483 }
Ben Tyner34836322020-04-15 17:01:48 -0500484 },
485
486 {
Ramesh Iyyar78be2a22020-12-22 06:22:55 -0600487 "Name": "org.open_power.PHAL.Error.PrePowerOff",
488 "Subsystem": "cec_hardware",
489 "ComponentID": "0x3000",
490
491 "SRC":
492 {
493 "ReasonCode": "0x3002",
494 "Words6To9":
495 {
496 }
497 },
498
499 "Documentation":
500 {
501 "Description": "Failure occurred during PHAL pre-poweroff operations",
502 "Message": "Failure occurred during PHAL pre-poweroff operations",
503 "Notes": [
504 "Severity needs to be set based on needs for this registry.",
505 "FFDC (First Failure Data Collection) will be collected ",
506 "and added into PEL."
507 ]
508 }
509 },
510
511 {
Jayanth Othayothdb00d762021-07-13 02:48:19 -0500512 "Name": "org.open_power.PHAL.Error.devtreeSync",
513 "Subsystem": "cec_hardware",
514 "ComponentID": "0x3000",
515 "Severity": "unrecoverable",
516
517 "SRC":
518 {
519 "ReasonCode": "0x3003",
520 "Words6To9":
521 {
522 }
523 },
524
525 "Documentation":
526 {
527 "Description": "Failure occurred during PHAL devtree sync ",
528 "Message": "Failure occurred during PHAL devtree sync",
529 "Notes": [
530 "The journal should contain more information"
531 ]
532 }
533 },
534
535 {
Jayanth Othayothf3e619a2021-07-13 03:58:06 -0500536 "Name": "org.open_power.PHAL.Error.devtreeBackup",
537 "Subsystem": "cec_hardware",
538 "ComponentID": "0x3000",
539 "Severity": "unrecoverable",
540
541 "SRC":
542 {
543 "ReasonCode": "0x3004",
544 "Words6To9":
545 {
546 }
547 },
548
549 "Documentation":
550 {
551 "Description": "Failure occurred during PHAL devtree backup ",
552 "Message": "Failure occurred during PHAL devtree backup",
553 "Notes": [
554 "The journal should contain more information"
555 ]
556 }
557 },
558
559 {
Andrew Geisslerd54fd732021-07-20 14:07:12 -0400560 "Name": "org.open_power.PHAL.Error.HostRunning",
NodeMan970f57ddc2022-04-29 23:14:41 +0000561 "Subsystem": "cec_sp_hyp_iface",
Andrew Geisslerd54fd732021-07-20 14:07:12 -0400562 "ComponentID": "0x3000",
563
564 "SRC":
565 {
566 "ReasonCode": "0x3005",
567 "Words6To9":
568 {
569 }
570 },
571
572 "Documentation":
573 {
574 "Description": "Host did not respond to BMC after a BMC reset",
575 "Message": "Host did not respond to BMC after a BMC reset but hardware indicates it is running",
576 "Notes": [
577 "System will be left in its current state to ensure host ",
578 "is not unexpectedly taken down. There is most likely an ",
579 "issue in the software or hardware communication path ",
580 "between the BMC and the Host firmware.",
581 "A BMC dump will be collected with relevant FFDC."
582 ]
583 }
584 },
585
586 {
Jayanth Othayoth7d2bea72021-11-29 07:26:34 -0600587 "Name": "org.open_power.PHAL.Error.devtreeReinit",
588 "Subsystem": "cec_hardware",
589 "ComponentID": "0x3000",
590 "Severity": "unrecoverable",
591
592 "SRC":
593 {
594 "ReasonCode": "0x3006",
595 "Words6To9":
596 {
597 }
598 },
599
600 "Documentation":
601 {
602 "Description": "Failure re-initializing BMC to Host data structure",
603 "Message": "Failure occurred during re-initializing BMC to Host data structure",
604 "Notes": [
605 "The journal should contain more information"
606 ]
607 }
608 },
609
610 {
Jayanth Othayothe52dd952022-03-09 02:11:41 -0600611 "Name": "org.open_power.PHAL.Error.NonFunctionalBootProc",
612 "Subsystem": "cec_hardware",
613 "ComponentID": "0x3000",
614 "Severity": "unrecoverable",
615
616 "SRC":
617 {
618 "ReasonCode": "0x3007",
619 "Words6To9":
620 {
621 }
622 },
623
624 "Documentation":
625 {
626 "Description": "Non functional boot processor",
627 "Message": "Non functional boot processor",
628 "Notes": [
629 "BMC firmware couldn't find functional primary processor",
630 "required to boot the host",
631 "Debug traces will be captured in AdditionalData section"
632 ]
633 }
634 },
635
636 {
Eddie James62464b12022-05-25 15:47:15 -0500637 "Name": "org.open_power.OCC.Firmware.PresenceMismatch",
638 "Subsystem": "bmc_firmware",
639 "ComponentID": "0x3200",
640 "Severity": "predictive",
641
642 "SRC":
643 {
644 "ReasonCode": "0x3201",
645 "Words6To9":
646 {
647 }
648 },
649
650 "Callouts": [
651 {
652 "CalloutList": [
653 { "Priority": "medium", "Procedure": "bmc_code" }
654 ]
655 }
656 ],
657
658 "Documentation":
659 {
660 "Description": "OCC presence mismatch",
661 "Message": "BMC firmware detected incorrect number of OCCs",
662 "Notes": [
663 "The number of OCCs detected by the BMC does not match the number of OCCs detected by the OCC.",
664 "The BMC requests that the OCC reset."
665 ]
666 }
667 },
668
669 {
670 "Name": "org.open_power.OCC.Device.SafeState",
671 "Subsystem": "processor_chip",
672 "ComponentID": "0x3200",
673 "Severity": "non_error",
674
675 "SRC":
676 {
677 "ReasonCode": "0x3202",
678 "Words6To9":
679 {
680 }
681 },
682
683 "Documentation":
684 {
685 "Description": "OCC safe state",
686 "Message": "OCC in safe state while active for one minute",
687 "Notes": [
688 "The BMC detected that the OCC was in safe state for one minute while active.",
689 "The BMC requests that the OCC reset."
690 ]
691 }
692 },
693
694 {
695 "Name": "org.open_power.OCC.Device.ReadFailure",
696 "Subsystem": "cec_chip_iface",
697 "ComponentID": "0x3200",
698 "Severity": "predictive",
699
700 "SRC":
701 {
702 "ReasonCode": "0x3203",
703 "Words6To9":
704 {
705 }
706 },
707
708 "Documentation":
709 {
710 "Description": "OCC communication failure",
711 "Message": "BMC failed to communicate with the OCC",
712 "Notes": [
713 "The BMC failed to communicate with the OCC and retried three times.",
714 "The BMC requests that the OCC reset."
715 ]
716 }
717 },
718
719 {
Ramesh Iyyarb3d45ed2021-12-07 09:18:19 -0600720 "Name": "org.open_power.HardwareIsolation.Error",
721 "Subsystem": "cec_hardware",
722 "ComponentID": "0x3100",
723
724 "SRC":
725 {
726 "ReasonCode": "0x3101",
727 "Words6To9":
728 {
729 }
730 },
731
732 "Documentation":
733 {
Michael Lim12429892022-03-10 16:11:25 -0600734 "Description": "Failure occurred during hardware isolation operations",
735 "Message": "Failure occurred during hardware isolation operations",
Ramesh Iyyarb3d45ed2021-12-07 09:18:19 -0600736 "Notes": [
737 "Severity needs to be set based on needs for this registry.",
738 "Debug traces will be captured in AdditionalData section"
739 ]
740 }
741 },
742
743 {
Andrew Geissler8034dde2021-09-10 14:43:03 -0500744 "Name": "xyz.openbmc_project.State.Error.HostNotRunning",
745 "Subsystem": "cec_sp_hostboot_iface",
746 "ComponentID": "0x3400",
747 "SRC":
748 {
749 "ReasonCode": "0x3401",
750 "Words6To9":
751 {
752 }
753 },
754 "Documentation":
755 {
756 "Description": "Host was booting or booted before BMC reset but is now unresponsive",
757 "Message": "Host did not respond to BMC after a BMC reset but it was booting or booted prior to the BMC reboot",
758 "Notes": [
759 "System will follow recovery policy, resulting in this ",
760 "error and most likely a a reboot of the host. The issue ",
761 "is most likely the result of the BMC rebooting while the ",
762 "host was booting and in a state where it still needed ",
763 "the BMC to complete its boot."
764 ]
765 }
766 },
767
768 {
Andrew Geissler808f6302022-02-24 13:55:18 -0600769 "Name": "xyz.openbmc_project.State.ChassisPowerBad",
770 "Subsystem": "input_power_source",
771 "ComponentID": "0x3400",
772 "SRC":
773 {
774 "ReasonCode": "0x3402",
775 "Words6To9":
776 {
777 }
778 },
779 "Callouts": [
780 {
781 "CalloutList": [{"Priority": "high", "Procedure": "next_level_support"}]
782 }
783 ],
784 "Documentation":
785 {
786 "Description": "Chassis input power is in a bad state",
787 "Message": "Chassis input power is in a bad state, look for other logs with more details",
788 "Notes": [
789 "The system is most likely in a limited power situation. ",
790 "There is enough power for the BMC to operate but not the ",
791 "CEC hardware. Check for UPS or brownout logs."
792 ]
793 }
794 },
795
796 {
Andrew Geissler4c360ec2022-02-24 14:09:37 -0600797 "Name": "xyz.openbmc_project.State.PinholeReset",
798 "Subsystem": "cec_op_panel",
799 "ComponentID": "0x3400",
800 "SRC":
801 {
802 "ReasonCode": "0x3403",
803 "Words6To9":
804 {
805 }
806 },
807 "Documentation":
808 {
809 "Description": "User initiated a pinhole reset via the op-panel",
810 "Message": "User initiated a pinhole reset via the op-panel",
811 "Notes": [
812 "This is a notification log to record the fact that a ",
813 "pinhole reset was performed on the BMC, resulting in a ",
814 "hard reset of the BMC."
815 ]
816 }
817 },
818
819 {
Andrew Geisslerfbb18242022-02-24 14:30:02 -0600820 "Name": "xyz.openbmc_project.State.Error.CriticalServiceFailure",
821 "Subsystem": "bmc_firmware",
822 "ComponentID": "0x3400",
823 "SRC":
824 {
825 "ReasonCode": "0x3404",
826 "Words6To9":
827 {
828 }
829 },
830 "Callouts": [
831 {
832 "CalloutList": [{"Priority": "high", "Procedure": "next_level_support"}]
833 }
834 ],
835 "Documentation":
836 {
837 "Description": "A critical BMC application has failed on the system",
838 "Message": "A critical BMC application has failed on the system, the BMC is in an undefined state",
839 "Notes": [
840 "As a part of generating this error log, a BMC dump has ",
841 "also been generated. Please collect this dump if possible. ",
842 "The BMC state is undefined but basic services could still ",
843 "be available. Usually an AC cycle of the entire system is ",
844 "the best recovery option from this error."
845 ]
846 }
847 },
848
849 {
Andrew Geisslerf83efe92022-03-10 15:06:17 -0600850 "Name": "xyz.openbmc_project.State.Error.SecurityCheckFail",
851 "Subsystem": "bmc_firmware",
852 "ComponentID": "0x3400",
853 "SRC":
854 {
855 "ReasonCode": "0x3405",
856 "Words6To9":
857 {
858 }
859 },
860 "Callouts": [
861 {
862 "CalloutList": [{"Priority": "high", "Procedure": "next_level_support"}]
863 }
864 ],
865 "Documentation":
866 {
867 "Description": "A firmware security check has failed",
868 "Message": "A firmware security check has failed, most likely something is not configured correctly",
869 "Notes": [
870 "This log is only generated in the manufacturing ",
871 "environment and it indicates that something has not ",
872 "been configured correctly. Use the data in the PEL to ",
873 "determine what that is."
874 ]
875 }
876 },
877
878 {
Andrew Geissler8bafa992022-03-10 15:20:52 -0600879 "Name": "xyz.openbmc_project.State.BMC.Error.MultiUserTargetFailure",
880 "Subsystem": "bmc_firmware",
881 "ComponentID": "0x3400",
882 "SRC":
883 {
884 "ReasonCode": "0x3406",
885 "Words6To9":
886 {
887 }
888 },
889 "Callouts": [
890 {
891 "CalloutList": [{"Priority": "high", "Procedure": "next_level_support"}]
892 }
893 ],
894 "Documentation":
895 {
896 "Description": "The system has failed to reach BMC Ready state",
897 "Message": "The system has failed to reach BMC Ready state, look for other errors",
898 "Notes": [
899 "This log indicates a critical BMC application required ",
900 "for the BMC to reach Ready state has failed to start ",
901 "successfully. Look in the log for other errors indicating ",
902 "what has failed."
903 ]
904 }
905 },
906
907 {
908 "Name": "xyz.openbmc_project.State.Chassis.Error.PowerOnFailure",
909 "Subsystem": "bmc_firmware",
910 "ComponentID": "0x3400",
911 "SRC":
912 {
913 "ReasonCode": "0x3407",
914 "Words6To9":
915 {
916 }
917 },
918 "Callouts": [
919 {
920 "CalloutList": [{"Priority": "high", "Procedure": "next_level_support"}]
921 }
922 ],
923 "Documentation":
924 {
925 "Description": "The system has failed to reach chassis power on state",
926 "Message": "The system has failed to reach chassis power on state, look for other errors",
927 "Notes": [
928 "This log indicates a critical BMC application required ",
929 "for the BMC to power on the chassis has failed to start ",
930 "successfully. Look in the log for other errors indicating ",
931 "what has failed."
932 ]
933 }
934 },
935
936 {
937 "Name": "xyz.openbmc_project.State.Chassis.Error.PowerOffFailure",
938 "Subsystem": "bmc_firmware",
939 "ComponentID": "0x3400",
940 "SRC":
941 {
942 "ReasonCode": "0x3408",
943 "Words6To9":
944 {
945 }
946 },
947 "Callouts": [
948 {
949 "CalloutList": [{"Priority": "high", "Procedure": "next_level_support"}]
950 }
951 ],
952 "Documentation":
953 {
954 "Description": "The system has failed to reach chassis power off state",
955 "Message": "The system has failed to reach chassis power off state, look for other errors",
956 "Notes": [
957 "This log indicates a critical BMC application required ",
958 "for the BMC to power off the chassis has failed to start ",
959 "successfully. Look in the log for other errors indicating ",
960 "what has failed."
961 ]
962 }
963 },
964
965 {
966 "Name": "xyz.openbmc_project.State.Host.Error.HostStartFailure",
967 "Subsystem": "bmc_firmware",
968 "ComponentID": "0x3400",
969 "SRC":
970 {
971 "ReasonCode": "0x3409",
972 "Words6To9":
973 {
974 }
975 },
976 "Callouts": [
977 {
978 "CalloutList": [{"Priority": "high", "Procedure": "next_level_support"}]
979 }
980 ],
981 "Documentation":
982 {
983 "Description": "The system has failed to start the host firmware",
984 "Message": "The system has failed to start the host firmware, look for other errors",
985 "Notes": [
986 "This log indicates a critical BMC application required ",
987 "for the BMC to start the host has failed to start ",
988 "successfully. Look in the log for other errors indicating ",
989 "what has failed."
990 ]
991 }
992 },
993
994 {
995 "Name": "xyz.openbmc_project.State.Host.Error.HostStartMinFailure",
996 "Subsystem": "bmc_firmware",
997 "ComponentID": "0x3400",
998 "SRC":
999 {
1000 "ReasonCode": "0x3410",
1001 "Words6To9":
1002 {
1003 }
1004 },
1005 "Callouts": [
1006 {
1007 "CalloutList": [{"Priority": "high", "Procedure": "next_level_support"}]
1008 }
1009 ],
1010 "Documentation":
1011 {
1012 "Description": "The system has failed to start the host firmware",
1013 "Message": "The system has failed to start the host firmware, look for other errors",
1014 "Notes": [
1015 "This log indicates a critical BMC application required ",
1016 "for the BMC to start the host has failed to start ",
1017 "successfully. Look in the log for other errors indicating ",
1018 "what has failed."
1019 ]
1020 }
1021 },
1022
1023 {
1024 "Name": "xyz.openbmc_project.State.Host.Error.HostShutdownFailure",
1025 "Subsystem": "bmc_firmware",
1026 "ComponentID": "0x3400",
1027 "SRC":
1028 {
1029 "ReasonCode": "0x3411",
1030 "Words6To9":
1031 {
1032 }
1033 },
1034 "Callouts": [
1035 {
1036 "CalloutList": [{"Priority": "high", "Procedure": "next_level_support"}]
1037 }
1038 ],
1039 "Documentation":
1040 {
1041 "Description": "The system has failed to shutdown the host firmware",
1042 "Message": "The system has failed to shutdown the host firmware, look for other errors",
1043 "Notes": [
1044 "This log indicates a critical BMC application required ",
1045 "to shutdown the host firmware has failed to start ",
1046 "successfully. Look in the log for other errors indicating ",
1047 "what has failed."
1048 ]
1049 }
1050 },
1051
1052 {
1053 "Name": "xyz.openbmc_project.State.Host.Error.HostStopFailure",
1054 "Subsystem": "bmc_firmware",
1055 "ComponentID": "0x3400",
1056 "SRC":
1057 {
1058 "ReasonCode": "0x3412",
1059 "Words6To9":
1060 {
1061 }
1062 },
1063 "Callouts": [
1064 {
1065 "CalloutList": [{"Priority": "high", "Procedure": "next_level_support"}]
1066 }
1067 ],
1068 "Documentation":
1069 {
1070 "Description": "The system has failed to stop the host firmware",
1071 "Message": "The system has failed to stop the host firmware, look for other errors",
1072 "Notes": [
1073 "This log indicates a critical BMC application required ",
1074 "to stop the host firmware has failed to start ",
1075 "successfully. Look in the log for other errors indicating ",
1076 "what has failed."
1077 ]
1078 }
1079 },
1080
1081 {
1082 "Name": "xyz.openbmc_project.State.Host.Error.HostRebootFailure",
1083 "Subsystem": "bmc_firmware",
1084 "ComponentID": "0x3400",
1085 "SRC":
1086 {
1087 "ReasonCode": "0x3413",
1088 "Words6To9":
1089 {
1090 }
1091 },
1092 "Callouts": [
1093 {
1094 "CalloutList": [{"Priority": "high", "Procedure": "next_level_support"}]
1095 }
1096 ],
1097 "Documentation":
1098 {
1099 "Description": "The system has failed to reboot the host firmware",
1100 "Message": "The system has failed to reboot the host firmware, look for other errors",
1101 "Notes": [
1102 "This log indicates a critical BMC application required ",
1103 "to reboot the host firmware has failed to start ",
1104 "successfully. Look in the log for other errors indicating ",
1105 "what has failed."
1106 ]
1107 }
1108 },
1109
1110 {
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001111 "Name": "xyz.openbmc_project.State.Error.HostQuiesce",
1112 "Subsystem": "bmc_firmware",
1113 "ComponentID": "0x3400",
1114 "SRC":
1115 {
1116 "ReasonCode": "0x3414",
1117 "Words6To9":
1118 {
1119 }
1120 },
1121 "Callouts": [
1122 {
1123 "CalloutList": [{"Priority": "high", "Procedure": "next_level_support"}]
1124 }
1125 ],
1126 "Documentation":
1127 {
1128 "Description": "The host firmware has failed to boot",
1129 "Message": "The host firmware has failed to boot and has entered a Quiesce state. Look for other errors.",
1130 "Notes": [
1131 "This log indicates that the host firmware has failed to ",
1132 "boot and all retries have been exhausted. There should be ",
1133 "other logs with more details on the boot failure reason. "
1134 ]
1135 }
1136 },
1137
1138 {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -05001139 "Name": "org.open_power.Processor.Error.SbeChipOpFailure",
1140 "Subsystem": "processor_chip",
1141 "ComponentID": "0x3500",
1142
1143 "SRC":
1144 {
1145 "ReasonCode": "0x3500",
1146 "Words6To9":
1147 {
1148 "6":
1149 {
1150 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
1151 "AdditionalDataPropSource": "SRC6"
1152 }
1153 }
1154 },
1155
1156 "Documentation":
1157 {
1158 "Description": "chipop failure with SBE provided FFDC",
1159 "Message": "chipop request failure reported by SBE",
1160 "Notes": [
1161 "The severity is set by the creator.",
1162 "Callouts added based on SBE provided FFDC.",
1163 "SBE provided additional debug data included as part of the",
1164 "additional user data section."
1165 ]
1166 }
1167 },
1168
1169 {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -05001170 "Name": "org.open_power.Processor.Error.SbeChipOpTimeout",
1171 "Subsystem": "processor_chip",
1172 "ComponentID": "0x3500",
1173
1174 "SRC":
1175 {
1176 "ReasonCode": "0x3501",
1177 "Words6To9":
1178 {
1179 "6":
1180 {
1181 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
1182 "AdditionalDataPropSource": "SRC6"
1183 }
1184 }
1185 },
1186
1187 "Documentation":
1188 {
1189 "Description": "SBE chipop timeout",
1190 "Message": "chipop timeout reported during SBE communication",
1191 "Notes": [
1192 "The severity is set by the creator.",
1193 "Check SBE Dump associated to this error to debug the failure."
1194 ]
1195 }
1196 },
1197
1198 {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001199 "Name": "org.open_power.Processor.Error.SbeChipOpInvalidState",
1200 "Subsystem": "processor_chip",
1201 "ComponentID": "0x3500",
1202
1203 "SRC":
1204 {
1205 "ReasonCode": "0x3502",
1206 "Words6To9":
1207 {
1208 "6":
1209 {
1210 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
1211 "AdditionalDataPropSource": "SRC6"
1212 },
1213 "7":
1214 {
1215 "Description": "Value of SBE state",
1216 "AdditionalDataPropSource": "SRC7"
1217 }
1218 }
1219 },
1220
1221 "Documentation":
1222 {
1223 "Description": "The SBE on this processor is not in a state where chipOps can be issued",
1224 "Message": "SBE Chipop is not allowed due to invalid SBE state ",
1225 "Notes": [
1226 "The severity is set by the creator."
1227 ]
1228 }
1229 },
1230
1231 {
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001232 "Name": "org.open_power.Processor.Error.SbeBootFailure",
1233 "Subsystem": "processor_chip",
1234 "ComponentID": "0x3500",
1235
1236 "SRC":
1237 {
1238 "ReasonCode": "0x3503",
1239 "Words6To9":
1240 {
1241 "6":
1242 {
1243 "Description": "[0:15] chip position",
1244 "AdditionalDataPropSource": "SRC6"
1245 }
1246 }
1247 },
1248
1249 "Documentation":
1250 {
1251 "Description": "Boot failure with SBE provided FFDC",
1252 "Message": "Boot failure reported by SBE",
1253 "Notes": [
1254 "The severity is set by the creator.",
1255 "Callouts added based on SBE provided FFDC.",
1256 "SBE provided additional debug data included as part of the",
1257 "additional user data section."
1258 ]
1259 }
1260 },
1261
1262 {
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001263 "Name": "org.open_power.Processor.Error.SbeBootTimeout",
1264 "Subsystem": "processor_chip",
1265 "ComponentID": "0x3500",
1266
1267 "SRC":
1268 {
1269 "ReasonCode": "0x3504",
1270 "Words6To9":
1271 {
1272 }
1273 },
1274
1275 "Documentation":
1276 {
1277 "Description": "SBE Boot timeout",
1278 "Message": "timeout reported during SBE boot process",
1279 "Notes": [
1280 "The severity is set by the creator.",
1281 "Check SBE Dump associated to this error to debug the failure."
1282 ]
1283 }
1284 },
1285
1286 {
Ben Tyner34836322020-04-15 17:01:48 -05001287 "Name": "org.open_power.Attn.Error.Terminate",
Ben Tyner808e29f2021-04-16 08:32:23 -05001288 "Subsystem": "cec_hardware",
1289 "Severity": "non_error",
Ben Tyner34836322020-04-15 17:01:48 -05001290
1291 "SRC":
1292 {
1293 "ReasonCode": "0xD138",
Ben Tyner808e29f2021-04-16 08:32:23 -05001294 "SymptomIDFields": [ "SRCWord3", "SRCWord4", "SRCWord5", "SRCWord6", "SRCWord7", "SRCWord8", "SRCWord9" ],
Ben Tyner34836322020-04-15 17:01:48 -05001295 "Words6To9":
1296 {
1297 }
1298 },
1299
1300 "Documentation":
1301 {
1302 "Description": "Status shows TI special attention active",
1303 "Message": "TI special attention detected",
1304 "Notes": [
1305 "This entry is for any TI special attention event ",
1306 "reported by the attention handler component"
1307 ]
1308 }
1309 },
1310
1311 {
1312 "Name": "org.open_power.Attn.Error.Fail",
1313 "Subsystem": "bmc_firmware",
1314 "Severity": "unrecoverable_loss_of_function",
1315
1316 "SRC":
1317 {
1318 "ReasonCode": "0xD13E",
1319 "Words6To9":
1320 {
1321 "6":
1322 {
1323 "Description": "Error code from attention handler",
1324 "AdditionalDataPropSource": "ERROR_CODE"
1325 }
1326 }
1327 },
1328 "Documentation":
1329 {
1330 "Description": "The attention handler encountered an error",
1331 "MessageArgSources" : ["SRCWord6"],
1332 "Message": "Attention handler error %1",
1333 "Notes": [
1334 "Attention handler will provide error code"
1335 ]
1336 }
1337 },
1338
1339 {
1340 "Name": "org.open_power.Attn.Error.Vital",
1341 "Subsystem": "processor_chip",
1342 "Severity": "critical",
1343
1344 "SRC":
1345 {
1346 "ReasonCode": "0xD16D",
1347 "Words6To9":
1348 {
1349 }
1350 },
1351
1352 "Documentation":
1353 {
1354 "Description": "Status shows SBE vital attention active",
1355 "Message": "SBE vital attention detected",
1356 "Notes": [
1357 "This entry is for any SBE vital attention event ",
1358 "reported by the attention handler component"
1359 ]
1360 }
1361 },
1362
1363 {
1364 "Name": "org.open_power.HwDiags.Error.Checkstop",
Zane Shelley4e6355d2022-02-24 15:28:08 -06001365 "PossibleSubsystems": [
1366 "processor", "processor_fru", "processor_unit", "processor_bus",
1367 "memory_ctlr", "memory_bus", "memory_dimm", "memory_fru",
1368 "phb", "cec_hardware", "cec_clocks", "cec_tod", "others"
1369 ],
1370 "Severity": "unrecoverable",
Zane Shelley561c0382020-11-17 13:20:05 -06001371 "ActionFlags": [ "service_action", "report", "call_home" ],
Ben Tyner34836322020-04-15 17:01:48 -05001372
1373 "SRC":
1374 {
Zane Shelley561c0382020-11-17 13:20:05 -06001375 "ReasonCode": "0xE510",
1376 "SymptomIDFields": [ "SRCWord6", "SRCWord7", "SRCWord8" ],
Ben Tyner34836322020-04-15 17:01:48 -05001377 "Words6To9":
1378 {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001379 "6":
1380 {
1381 "AdditionalDataPropSource": "SRC6"
1382 },
1383 "7":
1384 {
1385 "AdditionalDataPropSource": "SRC7"
1386 },
1387 "8":
1388 {
1389 "AdditionalDataPropSource": "SRC8"
1390 }
Ben Tyner34836322020-04-15 17:01:48 -05001391 }
1392 },
1393
1394 "Documentation":
1395 {
Zane Shelley561c0382020-11-17 13:20:05 -06001396 "Description": "A system checkstop attention has occurred",
1397 "MessageArgSources" : [ "SRCWord6", "SRCWord7", "SRCWord8" ],
Zane Shelley45ab43a2021-11-13 16:16:57 -06001398 "Message": "Error Signature: %1 %2 %3"
Ben Tyner34836322020-04-15 17:01:48 -05001399 }
1400 },
1401
1402 {
Zane Shelley561c0382020-11-17 13:20:05 -06001403 "Name": "org.open_power.HwDiags.Error.Predictive",
Zane Shelley4e6355d2022-02-24 15:28:08 -06001404 "PossibleSubsystems": [
1405 "processor", "processor_fru", "processor_unit", "processor_bus",
1406 "memory_ctlr", "memory_bus", "memory_dimm", "memory_fru",
1407 "phb", "cec_hardware", "cec_clocks", "cec_tod", "others"
1408 ],
1409 "Severity": "predictive",
Zane Shelley561c0382020-11-17 13:20:05 -06001410 "ActionFlags": [ "service_action", "report", "call_home" ],
Ben Tyner34836322020-04-15 17:01:48 -05001411
1412 "SRC":
1413 {
Zane Shelley561c0382020-11-17 13:20:05 -06001414 "ReasonCode": "0xE511",
1415 "SymptomIDFields": [ "SRCWord6", "SRCWord7", "SRCWord8" ],
Ben Tyner34836322020-04-15 17:01:48 -05001416 "Words6To9":
1417 {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001418 "6":
1419 {
1420 "AdditionalDataPropSource": "SRC6"
1421 },
1422 "7":
1423 {
1424 "AdditionalDataPropSource": "SRC7"
1425 },
1426 "8":
1427 {
1428 "AdditionalDataPropSource": "SRC8"
1429 }
Ben Tyner34836322020-04-15 17:01:48 -05001430 }
1431 },
Zane Shelley561c0382020-11-17 13:20:05 -06001432
Ben Tyner34836322020-04-15 17:01:48 -05001433 "Documentation":
1434 {
Zane Shelley561c0382020-11-17 13:20:05 -06001435 "Description": "A hardware attention requiring service has occurred",
1436 "MessageArgSources" : [ "SRCWord6", "SRCWord7", "SRCWord8" ],
Zane Shelley45ab43a2021-11-13 16:16:57 -06001437 "Message": "Error Signature: %1 %2 %3"
Ben Tyner34836322020-04-15 17:01:48 -05001438 }
Shawn McCarney01648f52020-06-25 11:42:02 -05001439 },
1440
1441 {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001442 "Name": "org.open_power.HwDiags.Error.Informational",
Zane Shelley4e6355d2022-02-24 15:28:08 -06001443 "PossibleSubsystems": [
1444 "processor", "processor_fru", "processor_unit", "processor_bus",
1445 "memory_ctlr", "memory_bus", "memory_dimm", "memory_fru",
1446 "phb", "cec_hardware", "cec_clocks", "cec_tod", "others"
1447 ],
1448 "Severity": "non_error",
Zane Shelleydd4bd482021-12-08 09:12:51 -06001449 "ActionFlags": [ "hidden", "dont_report" ],
1450
1451 "SRC":
1452 {
1453 "ReasonCode": "0xE512",
1454 "SymptomIDFields": [ "SRCWord6", "SRCWord7", "SRCWord8" ],
1455 "Words6To9":
1456 {
1457 "6":
1458 {
1459 "AdditionalDataPropSource": "SRC6"
1460 },
1461 "7":
1462 {
1463 "AdditionalDataPropSource": "SRC7"
1464 },
1465 "8":
1466 {
1467 "AdditionalDataPropSource": "SRC8"
1468 }
1469 }
1470 },
1471
1472 "Documentation":
1473 {
1474 "Description": "Manual analysis was initiated via the command line. FFDC only.",
1475 "MessageArgSources" : [ "SRCWord6", "SRCWord7", "SRCWord8" ],
1476 "Message": "Error Signature: %1 %2 %3"
1477 }
1478 },
1479
1480 {
Brandon Wyman38caaf02020-09-01 16:07:42 -05001481 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.InputFault",
1482 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001483 "ActionFlags": ["service_action", "report"],
1484 "ComponentID": "0x2700",
1485
1486 "SRC": {
1487 "Type": "11",
1488 "ReasonCode": "0x15F0",
1489 "Words6To9": {}
1490 },
1491
1492 "Callouts": [
1493 {
1494 "CalloutList": [
1495 { "Priority": "high", "SymbolicFRU": "pwrsply" }
1496 ]
1497 }
1498 ],
1499
1500 "Documentation": {
1501 "Description": "Power Supply input power fault",
1502 "Message": "A power supply has indicated an input or under voltage condition.",
1503 "Notes": [
1504 "Check the power supply cabling and/or input power ",
1505 "source. The PWRSPLY procedure is used rather than ",
1506 "calling out a location code, as typically these faults ",
1507 "are related to the supplied power, the cable, or the ",
1508 "cable connectors. If the input fault resolves down to an ",
1509 "issue with the power supply itself, the power supply ",
1510 "indicating this input fault should be called out. Add the ",
1511 "CALLOUT_INVENTORY_PATH to the additional data, and set the",
1512 "CALLOUT_PRIORITY to something other than high."
1513 ]
1514 }
1515 },
1516
1517 {
1518 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Fault",
1519 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001520 "ActionFlags": ["service_action", "report", "call_home"],
1521 "ComponentID": "0x2700",
1522
1523 "SRC": {
1524 "Type": "11",
1525 "ReasonCode": "0x15F1",
1526 "Words6To9": {}
1527 },
1528
1529 "Documentation": {
1530 "Description": "Power Supply power fault",
1531 "Message": "The power supply detected a fault condition, see AdditionalData for further details.",
1532 "Notes": [
1533 "The power supply reporting the fault should be called ",
1534 "out using the CALLOUT_INVENTORY_PATH keyword. Include ",
1535 "specific fault, STATUS_* details, and code level in the ",
1536 "AdditionalData section."
1537 ]
1538 }
1539 },
1540
1541 {
1542 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.CommFault",
1543 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001544 "ActionFlags": ["service_action", "report", "call_home"],
1545 "ComponentID": "0x2700",
1546
1547 "SRC": {
1548 "Type": "11",
1549 "ReasonCode": "0x15F2",
1550 "Words6To9": {}
1551 },
1552
1553 "Documentation": {
1554 "Description": "Power Supply non-power fault",
1555 "Message": "A communication failure occurred talking to the power supply",
1556 "Notes": [
1557 "Communication problems with the power supply could be ",
1558 "the power supply, or any hardware between it and the ",
1559 "BMC. Reporting the error should be passing in a call ",
1560 "out using CALLOUT_DEVICE_PATH."
1561 ]
1562 }
1563 },
1564
1565 {
1566 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Missing",
1567 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001568 "ActionFlags": ["service_action", "report", "call_home"],
1569 "ComponentID": "0x2700",
1570
1571 "SRC": {
1572 "Type": "11",
1573 "ReasonCode": "0x15F6",
1574 "Words6To9": {}
1575 },
1576
1577 "Callouts": [
1578 {
1579 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -05001580 {
1581 "Priority": "high",
1582 "SymbolicFRUTrusted": "pwrsply",
1583 "UseInventoryLocCode": true
1584 }
Brandon Wyman38caaf02020-09-01 16:07:42 -05001585 ]
1586 }
1587 ],
1588
1589 "Documentation": {
1590 "Description": "Power Supply is missing",
1591 "Message": "A power supply that should be present is missing",
1592 "Notes": [
1593 "The CalloutList should use the PWRSPLY symbolic FRU ",
Matt Spinler80600192020-10-23 09:29:33 -05001594 "with the trusted location code property. The ",
1595 "location code in this callout is obtained from ",
1596 "the passed in CALLOUT_INVENTORY_PATH value."
Brandon Wyman38caaf02020-09-01 16:07:42 -05001597 ]
1598 }
1599 },
1600
1601 {
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00001602 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.NotSupported",
1603 "Subsystem": "power_supply",
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00001604 "ActionFlags": ["service_action", "report", "call_home"],
1605 "ComponentID": "0x2700",
1606
1607 "SRC": {
1608 "Type": "11",
1609 "ReasonCode": "0x15F7",
1610 "Words6To9": {}
1611 },
1612
1613 "Documentation": {
1614 "Description": "Power Supply configuration is not supported",
1615 "Message": "The power supply configuration is not supported",
1616 "Notes": [
1617 "The combination of power supplies detected in the ",
1618 "system is not supported. This could be caused by ",
1619 "mismatched models, less than expected number of power ",
1620 "supplies, or other unsupported characteristics."
1621 ]
1622 }
1623 },
1624
1625 {
Brandon Wymanc30f00a2021-11-18 21:10:04 +00001626 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.FanFault",
1627 "Subsystem": "power_supply",
Brandon Wymanc30f00a2021-11-18 21:10:04 +00001628 "ActionFlags": ["service_action", "report", "call_home"],
1629 "ComponentID": "0x2700",
1630
1631 "SRC": {
1632 "Type": "11",
1633 "ReasonCode": "0x15FF",
1634 "Words6To9": {}
1635 },
1636
1637 "Documentation": {
1638 "Description": "Power Supply fan fault",
1639 "Message": "A power supply indicated a fan fault has occurred",
1640 "Notes": [
1641 "The power supply reporting the fault should be called ",
1642 "out using the CALLOUT_INVENTORY_PATH keyword. Include ",
1643 "specific fault, STATUS_* details, and code level in the ",
1644 "AdditionalData section."
1645 ]
1646 }
1647 },
1648
1649 {
Brandon Wyman90c88402021-11-16 20:34:49 +00001650 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.IoutOCFault",
1651 "Subsystem": "power_supply",
Brandon Wyman90c88402021-11-16 20:34:49 +00001652 "ActionFlags": ["service_action", "report", "call_home"],
1653 "ComponentID": "0x2700",
1654
1655 "SRC": {
1656 "Type": "11",
1657 "ReasonCode": "0x1B01",
1658 "Words6To9": {}
1659 },
1660
1661 "Callouts": [
1662 {
1663 "CalloutList": [
1664 { "Priority": "high", "Procedure": "power_overcurrent" }
1665 ]
1666 }
1667 ],
1668
1669 "Documentation": {
1670 "Description": "Power Supply output over-current power fault",
1671 "Message": "A power supply has indicated an output over-current condition."
1672 }
1673 },
1674
1675 {
Jay Meyer54ff54e2021-03-14 20:18:41 -05001676 "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Blackout",
1677 "Subsystem": "power",
1678 "ActionFlags": [ "report", "service_action" ],
Jay Meyer54ff54e2021-03-14 20:18:41 -05001679 "ComponentID": "0x2700",
1680
1681 "SRC":
1682 {
1683 "Type": "11",
1684 "ReasonCode": "0x00AC",
Mike Cappsa2d7b772022-03-07 15:47:48 -05001685 "Words6To9": {}
Jay Meyer54ff54e2021-03-14 20:18:41 -05001686 },
1687
1688 "Callouts": [
1689 {
1690 "CalloutList": [
1691 { "Priority": "high", "SymbolicFRU": "ac_module"}
1692 ]
1693 }
1694 ],
1695
1696 "Documentation": {
1697 "Description": "Input power was lost while the system was powered on.",
1698 "Message": "Input power was lost while the system was powered on.",
1699 "Notes": [
1700 "Input power was lost while system powered on.",
1701 "The CalloutList should use the ACMODUL symbolic FRU."
1702 ]
1703 }
1704 },
1705
1706 {
Brandon Wyman002d8cf2021-12-01 23:05:11 +00001707 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.PSKillFault",
1708 "Subsystem": "power_supply",
Brandon Wyman002d8cf2021-12-01 23:05:11 +00001709 "ActionFlags": ["service_action", "report", "call_home"],
1710 "ComponentID": "0x2700",
1711
1712 "SRC": {
1713 "Type": "11",
1714 "ReasonCode": "0x2500",
Mike Cappsa2d7b772022-03-07 15:47:48 -05001715 "Words6To9": {}
Brandon Wyman002d8cf2021-12-01 23:05:11 +00001716 },
1717
1718 "Callouts": [
1719 {
1720 "CalloutList": [
1721 { "Priority": "high", "Procedure": "power_overcurrent" }
1722 ]
1723 }
1724 ],
1725
1726 "Documentation": {
1727 "Description": "A power supply fault is potentially preventing the power supply from allowing the system to power on.",
1728 "Message": "Power supply PSKill_fault",
1729 "Notes": [
1730 ]
1731 }
1732 },
1733
1734 {
Jim Wright7f678902020-11-30 16:03:57 -06001735 "Name": "xyz.openbmc_project.Power.Error.Shutdown",
1736 "Subsystem": "power_sequencer",
1737 "ComponentID": "0x2700",
1738
1739 "SRC": {
1740 "Type": "11",
1741 "ReasonCode": "0x2600",
1742 "Words6To9": {}
1743 },
1744
1745 "Callouts": [
1746 {
1747 "CalloutList": [
1748 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1749 ]
1750 }
1751 ],
1752
1753 "Documentation": {
1754 "Description": "A power off was issued because a power fault was detected",
1755 "Message": "A power off was issued because a power fault was detected",
1756 "Notes": [
1757 ]
1758 }
1759 },
1760
1761 {
Ben Tyner0273a222021-07-12 15:18:13 -05001762 "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Regulator",
1763 "Subsystem": "power_control_hw",
Mike Capps2a2d0ae2022-03-16 18:09:00 -04001764 "Severity": "critical_system_term",
Ben Tyner0273a222021-07-12 15:18:13 -05001765 "ComponentID": "0x2700",
1766
1767 "SRC": {
1768 "Type": "11",
1769 "ReasonCode": "0x2602",
Mike Cappsa2d7b772022-03-07 15:47:48 -05001770 "Words6To9": {}
Ben Tyner0273a222021-07-12 15:18:13 -05001771 },
1772
1773 "Callouts": [
1774 {
1775 "System": "ibm,rainier",
1776 "CalloutList": [
1777 {
1778 "Priority": "high",
1779 "LocCode": "P0-C5"
1780 },
1781 {
1782 "Priority": "medium",
1783 "LocCode": "P0"
1784 }
1785 ]
1786 },
1787 {
1788 "System": "ibm,everest",
1789 "CalloutList": [
1790 {
1791 "Priority": "high",
1792 "LocCode": "P0-C59"
1793 },
1794 {
1795 "Priority": "medium",
1796 "LocCode": "P0"
1797 }
1798 ]
1799 }
1800 ],
1801
1802 "Documentation": {
1803 "Description": "A power off was issued because a regulator for standby power faulted",
1804 "Message": "A power off was issued because a regulator for standby power faulted",
1805 "Notes": [
1806 ]
1807 }
1808 },
1809
1810 {
Jim Wright7f678902020-11-30 16:03:57 -06001811 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerPGOODFault",
1812 "Subsystem": "power_sequencer",
1813 "ComponentID": "0x2700",
1814
1815 "SRC": {
1816 "Type": "11",
1817 "ReasonCode": "0x2610",
1818 "Words6To9": {}
1819 },
1820
1821 "CalloutsUsingAD": {
1822 "ADName": "INPUT_NAME", "CalloutsWithTheirADValues": [
1823 {
1824 "ADValue": "PCIE_SLOT0", "Callouts": [
1825 {
1826 "CalloutList": [
1827 { "Priority": "high", "LocCode": "P0-C0" },
1828 { "Priority": "medium", "LocCode": "P0" }
1829 ]
1830 }
1831 ]
1832 },
1833 {
1834 "ADValue": "PCIE_SLOT1", "Callouts": [
1835 {
1836 "CalloutList": [
1837 { "Priority": "high", "LocCode": "P0-C1" },
1838 { "Priority": "medium", "LocCode": "P0" }
1839 ]
1840 }
1841 ]
1842 },
1843 {
1844 "ADValue": "PCIE_SLOT2", "Callouts": [
1845 {
1846 "CalloutList": [
1847 { "Priority": "high", "LocCode": "P0-C2" },
1848 { "Priority": "medium", "LocCode": "P0" }
1849 ]
1850 }
1851 ]
1852 },
1853 {
1854 "ADValue": "PCIE_SLOT3", "Callouts": [
1855 {
1856 "CalloutList": [
1857 { "Priority": "high", "LocCode": "P0-C3" },
1858 { "Priority": "medium", "LocCode": "P0" }
1859 ]
1860 }
1861 ]
1862 },
1863 {
1864 "ADValue": "PCIE_SLOT4", "Callouts": [
1865 {
1866 "CalloutList": [
1867 { "Priority": "high", "LocCode": "P0-C4" },
1868 { "Priority": "medium", "LocCode": "P0" }
1869 ]
1870 }
1871 ]
1872 },
1873 {
Jim Wright2e4eb072022-02-03 14:43:46 -06001874 "ADValue": "PCIE_SLOT5", "Callouts": [
1875 {
1876 "CalloutList": [
1877 { "Priority": "high", "LocCode": "P0-C5" },
1878 { "Priority": "medium", "LocCode": "P0" }
1879 ]
1880 }
1881 ]
1882 },
1883 {
1884 "ADValue": "PCIE_SLOT6", "Callouts": [
1885 {
1886 "CalloutList": [
1887 { "Priority": "high", "LocCode": "P0-C6" },
1888 { "Priority": "medium", "LocCode": "P0" }
1889 ]
1890 }
1891 ]
1892 },
1893 {
Jim Wright7f678902020-11-30 16:03:57 -06001894 "ADValue": "PCIE_SLOT7", "Callouts": [
1895 {
1896 "CalloutList": [
1897 { "Priority": "high", "LocCode": "P0-C7" },
1898 { "Priority": "medium", "LocCode": "P0" }
1899 ]
1900 }
1901 ]
1902 },
1903 {
1904 "ADValue": "PCIE_SLOT8", "Callouts": [
1905 {
1906 "CalloutList": [
1907 { "Priority": "high", "LocCode": "P0-C8" },
1908 { "Priority": "medium", "LocCode": "P0" }
1909 ]
1910 }
1911 ]
1912 },
1913 {
1914 "ADValue": "PCIE_SLOT9", "Callouts": [
1915 {
1916 "CalloutList": [
1917 { "Priority": "high", "LocCode": "P0-C9" },
1918 { "Priority": "medium", "LocCode": "P0" }
1919 ]
1920 }
1921 ]
1922 },
1923 {
1924 "ADValue": "PCIE_SLOT10", "Callouts": [
1925 {
1926 "CalloutList": [
1927 { "Priority": "high", "LocCode": "P0-C10" },
1928 { "Priority": "medium", "LocCode": "P0" }
1929 ]
1930 }
1931 ]
1932 },
1933 {
1934 "ADValue": "PCIE_SLOT11", "Callouts": [
1935 {
1936 "CalloutList": [
1937 { "Priority": "high", "LocCode": "P0-C11" },
1938 { "Priority": "medium", "LocCode": "P0" }
1939 ]
1940 }
1941 ]
1942 },
1943 {
1944 "ADValue": "PGOOD_12A", "Callouts": [
1945 {
1946 "CalloutList": [
1947 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1948 ]
1949 }
1950 ]
1951 },
1952 {
1953 "ADValue": "PGOOD_12B", "Callouts": [
1954 {
1955 "CalloutList": [
1956 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1957 ]
1958 }
1959 ]
1960 },
1961 {
1962 "ADValue": "PGOOD_12C", "Callouts": [
1963 {
1964 "CalloutList": [
1965 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1966 ]
1967 }
1968 ]
1969 },
1970 {
1971 "ADValue": "PGOOD_12D", "Callouts": [
1972 {
1973 "CalloutList": [
1974 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1975 ]
1976 }
1977 ]
1978 },
1979 {
1980 "ADValue": "PGOOD_12L", "Callouts": [
1981 {
1982 "CalloutList": [
1983 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1984 ]
1985 }
1986 ]
1987 },
1988 {
1989 "ADValue": "PGOOD_12M", "Callouts": [
1990 {
1991 "CalloutList": [
1992 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1993 ]
1994 }
1995 ]
1996 },
1997 {
1998 "ADValue": "PGOOD_12N", "Callouts": [
1999 {
2000 "CalloutList": [
2001 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2002 ]
2003 }
2004 ]
2005 },
2006 {
2007 "ADValue": "PGOOD_12P", "Callouts": [
2008 {
2009 "CalloutList": [
2010 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2011 ]
2012 }
2013 ]
2014 },
2015 {
2016 "ADValue": "PGOOD_12PCIE", "Callouts": [
2017 {
2018 "CalloutList": [
2019 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2020 ]
2021 }
2022 ]
2023 },
2024 {
2025 "ADValue": "PGOOD_12Q", "Callouts": [
2026 {
2027 "CalloutList": [
2028 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2029 ]
2030 }
2031 ]
2032 },
2033 {
2034 "ADValue": "PGOOD_12R", "Callouts": [
2035 {
2036 "CalloutList": [
2037 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2038 ]
2039 }
2040 ]
2041 },
2042 {
2043 "ADValue": "PGOOD_VDN_DCM0", "Callouts": [
2044 {
2045 "CalloutList": [
2046 { "Priority": "high", "LocCode": "P0-C14" },
2047 { "Priority": "medium", "LocCode": "P0-C15" },
2048 { "Priority": "low", "LocCode": "P0" }
2049 ]
2050 }
2051 ]
2052 },
2053 {
2054 "ADValue": "PGOOD_VDN_DCM1", "Callouts": [
2055 {
2056 "CalloutList": [
2057 { "Priority": "high", "LocCode": "P0-C23" },
2058 { "Priority": "medium", "LocCode": "P0-C24" },
2059 { "Priority": "low", "LocCode": "P0" }
2060 ]
2061 }
2062 ]
2063 },
2064 {
2065 "ADValue": "PGOOD_VCS_DCM0", "Callouts": [
2066 {
2067 "CalloutList": [
2068 { "Priority": "high", "LocCode": "P0-C14" },
2069 { "Priority": "medium", "LocCode": "P0-C15" },
2070 { "Priority": "low", "LocCode": "P0" }
2071 ]
2072 }
2073 ]
2074 },
2075 {
2076 "ADValue": "PGOOD_VCS_DCM1", "Callouts": [
2077 {
2078 "CalloutList": [
2079 { "Priority": "high", "LocCode": "P0-C23" },
2080 { "Priority": "medium", "LocCode": "P0-C24" },
2081 { "Priority": "low", "LocCode": "P0" }
2082 ]
2083 }
2084 ]
2085 },
2086 {
2087 "ADValue": "PGOOD_VIO_DCM0", "Callouts": [
2088 {
2089 "CalloutList": [
2090 { "Priority": "high", "LocCode": "P0-C14" },
2091 { "Priority": "medium", "LocCode": "P0-C15" },
2092 { "Priority": "low", "LocCode": "P0" }
2093 ]
2094 }
2095 ]
2096 },
2097 {
2098 "ADValue": "PGOOD_VIO_DCM1", "Callouts": [
2099 {
2100 "CalloutList": [
2101 { "Priority": "high", "LocCode": "P0-C23" },
2102 { "Priority": "medium", "LocCode": "P0-C24" },
2103 { "Priority": "low", "LocCode": "P0" }
2104 ]
2105 }
2106 ]
2107 },
2108 {
2109 "ADValue": "PGOOD_VPCIE_DCM0", "Callouts": [
2110 {
2111 "CalloutList": [
2112 { "Priority": "high", "LocCode": "P0-C14" },
2113 { "Priority": "medium", "LocCode": "P0-C15" },
2114 { "Priority": "low", "LocCode": "P0" }
2115 ]
2116 }
2117 ]
2118 },
2119 {
2120 "ADValue": "PGOOD_VPCIE_DCM1", "Callouts": [
2121 {
2122 "CalloutList": [
2123 { "Priority": "high", "LocCode": "P0-C23" },
2124 { "Priority": "medium", "LocCode": "P0-C24" },
2125 { "Priority": "low", "LocCode": "P0" }
2126 ]
2127 }
2128 ]
Jim Wright2e4eb072022-02-03 14:43:46 -06002129 },
2130 {
2131 "ADValue": "CP0_VPCIE", "Callouts": [
2132 {
2133 "CalloutList": [
2134 { "Priority": "high", "LocCode": "P0-C58" },
Jim Wrightace33db2022-04-19 14:33:37 -05002135 { "Priority": "medium", "LocCode": "P0-C61" },
Jim Wright2e4eb072022-02-03 14:43:46 -06002136 { "Priority": "low", "LocCode": "P0" }
2137 ]
2138 }
2139 ]
2140 },
2141 {
2142 "ADValue": "CP1_VPCIE", "Callouts": [
2143 {
2144 "CalloutList": [
2145 { "Priority": "high", "LocCode": "P0-C16" },
Jim Wrightace33db2022-04-19 14:33:37 -05002146 { "Priority": "medium", "LocCode": "P0-C14" },
Jim Wright2e4eb072022-02-03 14:43:46 -06002147 { "Priority": "low", "LocCode": "P0" }
2148 ]
2149 }
2150 ]
2151 },
2152 {
2153 "ADValue": "CP2_VPCIE", "Callouts": [
2154 {
2155 "CalloutList": [
2156 { "Priority": "high", "LocCode": "P0-C16" },
Jim Wrightace33db2022-04-19 14:33:37 -05002157 { "Priority": "medium", "LocCode": "P0-C19" },
Jim Wright2e4eb072022-02-03 14:43:46 -06002158 { "Priority": "low", "LocCode": "P0" }
2159 ]
2160 }
2161 ]
2162 },
2163 {
2164 "ADValue": "CP3_VPCIE", "Callouts": [
2165 {
2166 "CalloutList": [
2167 { "Priority": "high", "LocCode": "P0-C58" },
2168 { "Priority": "medium", "LocCode": "P0-C56" },
2169 { "Priority": "low", "LocCode": "P0" }
2170 ]
2171 }
2172 ]
2173 },
2174 {
Jim Wrightace33db2022-04-19 14:33:37 -05002175 "ADValue": "5.0V_USB_front", "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002176 {
2177 "CalloutList": [
2178 { "Priority": "high", "SymbolicFRU": "usb_pgood" },
Jim Wrightace33db2022-04-19 14:33:37 -05002179 { "Priority": "low", "LocCode": "P1" },
2180 { "Priority": "low", "LocCode": "P0" }
Jim Wright2e4eb072022-02-03 14:43:46 -06002181 ]
2182 }
2183 ]
2184 },
2185 {
2186 "ADValue": "CP0_VDN", "Callouts": [
2187 {
2188 "CalloutList": [
2189 { "Priority": "high", "LocCode": "P0-C63" },
Jim Wrightace33db2022-04-19 14:33:37 -05002190 { "Priority": "medium", "LocCode": "P0-C61" },
Jim Wright2e4eb072022-02-03 14:43:46 -06002191 { "Priority": "low", "LocCode": "P0" }
2192 ]
2193 }
2194 ]
2195 },
2196 {
2197 "ADValue": "CP1_VDN", "Callouts": [
2198 {
2199 "CalloutList": [
2200 { "Priority": "high", "LocCode": "P0-C12" },
Jim Wrightace33db2022-04-19 14:33:37 -05002201 { "Priority": "medium", "LocCode": "P0-C14" },
Jim Wright2e4eb072022-02-03 14:43:46 -06002202 { "Priority": "low", "LocCode": "P0" }
2203 ]
2204 }
2205 ]
2206 },
2207 {
2208 "ADValue": "CP2_VDN", "Callouts": [
2209 {
2210 "CalloutList": [
2211 { "Priority": "high", "LocCode": "P0-C21" },
Jim Wrightace33db2022-04-19 14:33:37 -05002212 { "Priority": "medium", "LocCode": "P0-C19" },
Jim Wright2e4eb072022-02-03 14:43:46 -06002213 { "Priority": "low", "LocCode": "P0" }
2214 ]
2215 }
2216 ]
2217 },
2218 {
2219 "ADValue": "CP3_VDN", "Callouts": [
2220 {
2221 "CalloutList": [
2222 { "Priority": "high", "LocCode": "P0-C54" },
2223 { "Priority": "medium", "LocCode": "P0-C56" },
2224 { "Priority": "low", "LocCode": "P0" }
2225 ]
2226 }
2227 ]
2228 },
2229 {
2230 "ADValue": "CP0_VIO", "Callouts": [
2231 {
2232 "CalloutList": [
2233 { "Priority": "high", "LocCode": "P0-C63" },
Jim Wrightace33db2022-04-19 14:33:37 -05002234 { "Priority": "medium", "LocCode": "P0-C61" },
Jim Wright2e4eb072022-02-03 14:43:46 -06002235 { "Priority": "low", "LocCode": "P0" }
2236 ]
2237 }
2238 ]
2239 },
2240 {
2241 "ADValue": "CP1_VIO", "Callouts": [
2242 {
2243 "CalloutList": [
2244 { "Priority": "high", "LocCode": "P0-C12" },
Jim Wrightace33db2022-04-19 14:33:37 -05002245 { "Priority": "medium", "LocCode": "P0-C14" },
Jim Wright2e4eb072022-02-03 14:43:46 -06002246 { "Priority": "low", "LocCode": "P0" }
2247 ]
2248 }
2249 ]
2250 },
2251 {
2252 "ADValue": "CP2_VIO", "Callouts": [
2253 {
2254 "CalloutList": [
2255 { "Priority": "high", "LocCode": "P0-C21" },
Jim Wrightace33db2022-04-19 14:33:37 -05002256 { "Priority": "medium", "LocCode": "P0-C19" },
Jim Wright2e4eb072022-02-03 14:43:46 -06002257 { "Priority": "low", "LocCode": "P0" }
2258 ]
2259 }
2260 ]
2261 },
2262 {
2263 "ADValue": "CP3_VIO", "Callouts": [
2264 {
2265 "CalloutList": [
2266 { "Priority": "high", "LocCode": "P0-C54" },
2267 { "Priority": "medium", "LocCode": "P0-C56" },
2268 { "Priority": "low", "LocCode": "P0" }
2269 ]
2270 }
2271 ]
2272 },
2273 {
2274 "ADValue": "PGOOD_PSU1", "Callouts": [
2275 {
2276 "CalloutList": [
2277 { "Priority": "high", "LocCode": "E0" }
2278 ]
2279 }
2280 ]
2281 },
2282 {
2283 "ADValue": "PGOOD_PSU2", "Callouts": [
2284 {
2285 "CalloutList": [
2286 { "Priority": "high", "LocCode": "E1" }
2287 ]
2288 }
2289 ]
2290 },
2291 {
2292 "ADValue": "PGOOD_PSU3", "Callouts": [
2293 {
2294 "CalloutList": [
2295 { "Priority": "high", "LocCode": "E2" }
2296 ]
2297 }
2298 ]
2299 },
2300 {
2301 "ADValue": "PGOOD_PSU4", "Callouts": [
2302 {
2303 "CalloutList": [
2304 { "Priority": "high", "LocCode": "E3" }
2305 ]
2306 }
2307 ]
Jim Wright7f678902020-11-30 16:03:57 -06002308 }
2309 ]
2310 },
2311
2312 "Documentation": {
2313 "Description": "The power sequencer chip detected a PGOOD fault",
2314 "Message": "The power sequencer chip detected a PGOOD fault",
2315 "Notes": [
2316 ]
2317 }
2318 },
2319
2320 {
2321 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerVoltageFault",
2322 "Subsystem": "power_sequencer",
2323 "ComponentID": "0x2700",
2324
2325 "SRC": {
2326 "Type": "11",
2327 "ReasonCode": "0x2620",
2328 "Words6To9": {}
2329 },
2330
2331 "CalloutsUsingAD": {
2332 "ADName": "RAIL_NAME", "CalloutsWithTheirADValues": [
2333 {
2334 "ADValue": "12.0V", "Callouts": [
2335 {
2336 "CalloutList": [
2337 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2338 ]
2339 }
2340 ]
2341 },
2342 {
2343 "ADValue": "5.0V_USB", "Callouts": [
2344 {
2345 "CalloutList": [
2346 { "Priority": "high", "SymbolicFRU": "usb_pgood" },
2347 { "Priority": "medium", "LocCode": "P0" }
2348 ]
2349 }
2350 ]
2351 },
2352 {
2353 "ADValue": "5.0V_DASD", "Callouts": [
2354 {
2355 "CalloutList": [
2356 { "Priority": "medium", "LocCode": "P1" },
2357 { "Priority": "medium", "LocCode": "P2" },
2358 { "Priority": "medium", "LocCode": "P3" },
2359 { "Priority": "low", "LocCode": "P0" }
2360 ]
2361 }
2362 ]
2363 },
2364 {
2365 "ADValue": "3.3VA", "Callouts": [
2366 {
2367 "CalloutList": [
2368 { "Priority": "high", "LocCode": "P0" }
2369 ]
2370 }
2371 ]
2372 },
2373 {
2374 "ADValue": "3.3VB", "Callouts": [
2375 {
2376 "CalloutList": [
2377 { "Priority": "high", "LocCode": "P0" }
2378 ]
2379 }
2380 ]
2381 },
2382 {
Jim Wright2e4eb072022-02-03 14:43:46 -06002383 "ADValue": "3V3IO", "Callouts": [
2384 {
2385 "CalloutList": [
Jim Wrightace33db2022-04-19 14:33:37 -05002386 { "Priority": "high", "LocCode": "P0-C17" },
2387 { "Priority": "medium", "LocCode": "P0-C96" },
2388 { "Priority": "medium", "LocCode": "P0-C0" },
2389 { "Priority": "medium", "SymbolicFRU": "pcie_hot_plug" },
2390 { "Priority": "low", "LocCode": "P0" }
Jim Wright2e4eb072022-02-03 14:43:46 -06002391 ]
2392 }
2393 ]
2394 },
2395 {
Jim Wright7f678902020-11-30 16:03:57 -06002396 "ADValue": "1.5V", "Callouts": [
2397 {
2398 "CalloutList": [
2399 { "Priority": "high", "LocCode": "P0" }
2400 ]
2401 }
2402 ]
2403 },
2404 {
2405 "ADValue": "1.1V", "Callouts": [
2406 {
2407 "CalloutList": [
2408 { "Priority": "high", "LocCode": "P0" }
2409 ]
2410 }
2411 ]
2412 },
2413 {
2414 "ADValue": "VDDA_DCM0", "Callouts": [
2415 {
2416 "CalloutList": [
2417 { "Priority": "high", "LocCode": "P0-C14" },
2418 { "Priority": "medium", "LocCode": "P0-C15" },
2419 { "Priority": "low", "LocCode": "P0" }
2420 ]
2421 }
2422 ]
2423 },
2424 {
2425 "ADValue": "VDDB_DCM0", "Callouts": [
2426 {
2427 "CalloutList": [
2428 { "Priority": "high", "LocCode": "P0-C14" },
2429 { "Priority": "medium", "LocCode": "P0-C15" },
2430 { "Priority": "low", "LocCode": "P0" }
2431 ]
2432 }
2433 ]
2434 },
2435 {
2436 "ADValue": "VDDA_DCM1", "Callouts": [
2437 {
2438 "CalloutList": [
2439 { "Priority": "high", "LocCode": "P0-C23" },
2440 { "Priority": "medium", "LocCode": "P0-C24" },
2441 { "Priority": "low", "LocCode": "P0" }
2442 ]
2443 }
2444 ]
2445 },
2446 {
2447 "ADValue": "VDDB_DCM1", "Callouts": [
2448 {
2449 "CalloutList": [
2450 { "Priority": "high", "LocCode": "P0-C23" },
2451 { "Priority": "medium", "LocCode": "P0-C24" },
2452 { "Priority": "low", "LocCode": "P0" }
2453 ]
2454 }
2455 ]
2456 },
2457 {
Jim Wright2e4eb072022-02-03 14:43:46 -06002458 "ADValue": "CP03_AVDD", "Callouts": [
2459 {
2460 "CalloutList": [
2461 { "Priority": "high", "LocCode": "P0-C58" },
Jim Wright2e4eb072022-02-03 14:43:46 -06002462 { "Priority": "medium", "LocCode": "P0-C61" },
Jim Wrightace33db2022-04-19 14:33:37 -05002463 { "Priority": "medium", "LocCode": "P0-C56" },
Jim Wright2e4eb072022-02-03 14:43:46 -06002464 { "Priority": "low", "LocCode": "P0" }
2465 ]
2466 }
2467 ]
2468 },
2469 {
2470 "ADValue": "CP12_AVDD", "Callouts": [
2471 {
2472 "CalloutList": [
2473 { "Priority": "high", "LocCode": "P0-C16" },
2474 { "Priority": "medium", "LocCode": "P0-C14" },
2475 { "Priority": "medium", "LocCode": "P0-C19" },
2476 { "Priority": "low", "LocCode": "P0" }
2477 ]
2478 }
2479 ]
2480 },
2481 {
2482 "ADValue": "CP0_VDD0", "Callouts": [
2483 {
2484 "CalloutList": [
2485 { "Priority": "high", "LocCode": "P0-C62" },
2486 { "Priority": "medium", "LocCode": "P0-C61" },
2487 { "Priority": "low", "LocCode": "P0" }
2488 ]
2489 }
2490 ]
2491 },
2492 {
2493 "ADValue": "CP0_VDD1", "Callouts": [
2494 {
2495 "CalloutList": [
2496 { "Priority": "high", "LocCode": "P0-C60" },
2497 { "Priority": "medium", "LocCode": "P0-C61" },
2498 { "Priority": "low", "LocCode": "P0" }
2499 ]
2500 }
2501 ]
2502 },
2503 {
2504 "ADValue": "CP1_VDD0", "Callouts": [
2505 {
2506 "CalloutList": [
2507 { "Priority": "high", "LocCode": "P0-C13" },
2508 { "Priority": "medium", "LocCode": "P0-C14" },
2509 { "Priority": "low", "LocCode": "P0" }
2510 ]
2511 }
2512 ]
2513 },
2514 {
2515 "ADValue": "CP1_VDD1", "Callouts": [
2516 {
2517 "CalloutList": [
2518 { "Priority": "high", "LocCode": "P0-C15" },
2519 { "Priority": "medium", "LocCode": "P0-C14" },
2520 { "Priority": "low", "LocCode": "P0" }
2521 ]
2522 }
2523 ]
2524 },
2525 {
2526 "ADValue": "CP2_VDD0", "Callouts": [
2527 {
2528 "CalloutList": [
2529 { "Priority": "high", "LocCode": "P0-C18" },
2530 { "Priority": "medium", "LocCode": "P0-C19" },
2531 { "Priority": "low", "LocCode": "P0" }
2532 ]
2533 }
2534 ]
2535 },
2536 {
2537 "ADValue": "CP2_VDD1", "Callouts": [
2538 {
2539 "CalloutList": [
2540 { "Priority": "high", "LocCode": "P0-C20" },
2541 { "Priority": "medium", "LocCode": "P0-C19" },
2542 { "Priority": "low", "LocCode": "P0" }
2543 ]
2544 }
2545 ]
2546 },
2547 {
2548 "ADValue": "CP3_VDD0", "Callouts": [
2549 {
2550 "CalloutList": [
2551 { "Priority": "high", "LocCode": "P0-C57" },
2552 { "Priority": "medium", "LocCode": "P0-C56" },
2553 { "Priority": "low", "LocCode": "P0" }
2554 ]
2555 }
2556 ]
2557 },
2558 {
2559 "ADValue": "CP3_VDD1", "Callouts": [
2560 {
2561 "CalloutList": [
2562 { "Priority": "high", "LocCode": "P0-C55" },
2563 { "Priority": "medium", "LocCode": "P0-C56" },
2564 { "Priority": "low", "LocCode": "P0" }
2565 ]
2566 }
2567 ]
2568 },
2569 {
2570 "ADValue": "CP0_VCS0", "Callouts": [
2571 {
2572 "CalloutList": [
2573 { "Priority": "high", "LocCode": "P0-C63" },
2574 { "Priority": "medium", "LocCode": "P0-C61" },
2575 { "Priority": "low", "LocCode": "P0" }
2576 ]
2577 }
2578 ]
2579 },
2580 {
2581 "ADValue": "CP0_VCS1", "Callouts": [
2582 {
2583 "CalloutList": [
2584 { "Priority": "high", "LocCode": "P0-C59" },
2585 { "Priority": "medium", "LocCode": "P0-C61" },
2586 { "Priority": "low", "LocCode": "P0" }
2587 ]
2588 }
2589 ]
2590 },
2591 {
2592 "ADValue": "CP1_VCS0", "Callouts": [
2593 {
2594 "CalloutList": [
2595 { "Priority": "high", "LocCode": "P0-C12" },
2596 { "Priority": "medium", "LocCode": "P0-C14" },
2597 { "Priority": "low", "LocCode": "P0" }
2598 ]
2599 }
2600 ]
2601 },
2602 {
2603 "ADValue": "CP1_VCS1", "Callouts": [
2604 {
2605 "CalloutList": [
2606 { "Priority": "high", "LocCode": "P0-C16" },
2607 { "Priority": "medium", "LocCode": "P0-C14" },
2608 { "Priority": "low", "LocCode": "P0" }
2609 ]
2610 }
2611 ]
2612 },
2613 {
2614 "ADValue": "CP2_VCS0", "Callouts": [
2615 {
2616 "CalloutList": [
2617 { "Priority": "high", "LocCode": "P0-C17" },
2618 { "Priority": "medium", "LocCode": "P0-C19" },
2619 { "Priority": "low", "LocCode": "P0" }
2620 ]
2621 }
2622 ]
2623 },
2624 {
2625 "ADValue": "CP2_VCS1", "Callouts": [
2626 {
2627 "CalloutList": [
2628 { "Priority": "high", "LocCode": "P0-C21" },
2629 { "Priority": "medium", "LocCode": "P0-C19" },
2630 { "Priority": "low", "LocCode": "P0" }
2631 ]
2632 }
2633 ]
2634 },
2635 {
2636 "ADValue": "CP3_VCS0", "Callouts": [
2637 {
2638 "CalloutList": [
2639 { "Priority": "high", "LocCode": "P0-C58" },
2640 { "Priority": "medium", "LocCode": "P0-C56" },
2641 { "Priority": "low", "LocCode": "P0" }
2642 ]
2643 }
2644 ]
2645 },
2646 {
2647 "ADValue": "CP3_VCS1", "Callouts": [
2648 {
2649 "CalloutList": [
2650 { "Priority": "high", "LocCode": "P0-C54" },
2651 { "Priority": "medium", "LocCode": "P0-C56" },
2652 { "Priority": "low", "LocCode": "P0" }
2653 ]
2654 }
2655 ]
2656 },
2657 {
Jim Wrightae1738c2022-05-02 09:57:45 -05002658 "ADValue": "CP0_VDN", "Callouts": [
2659 {
2660 "CalloutList": [
2661 { "Priority": "high", "LocCode": "P0-C63" },
2662 { "Priority": "medium", "LocCode": "P0-C61" },
2663 { "Priority": "low", "LocCode": "P0" }
2664 ]
2665 }
2666 ]
2667 },
2668 {
2669 "ADValue": "CP1_VDN", "Callouts": [
2670 {
2671 "CalloutList": [
2672 { "Priority": "high", "LocCode": "P0-C12" },
2673 { "Priority": "medium", "LocCode": "P0-C14" },
2674 { "Priority": "low", "LocCode": "P0" }
2675 ]
2676 }
2677 ]
2678 },
2679 {
2680 "ADValue": "CP2_VDN", "Callouts": [
2681 {
2682 "CalloutList": [
2683 { "Priority": "high", "LocCode": "P0-C21" },
2684 { "Priority": "medium", "LocCode": "P0-C19" },
2685 { "Priority": "low", "LocCode": "P0" }
2686 ]
2687 }
2688 ]
2689 },
2690 {
2691 "ADValue": "CP3_VDN", "Callouts": [
2692 {
2693 "CalloutList": [
2694 { "Priority": "high", "LocCode": "P0-C54" },
2695 { "Priority": "medium", "LocCode": "P0-C56" },
2696 { "Priority": "low", "LocCode": "P0" }
2697 ]
2698 }
2699 ]
2700 },
2701 {
2702 "ADValue": "CP0_VIO", "Callouts": [
2703 {
2704 "CalloutList": [
2705 { "Priority": "high", "LocCode": "P0-C63" },
2706 { "Priority": "medium", "LocCode": "P0-C61" },
2707 { "Priority": "low", "LocCode": "P0" }
2708 ]
2709 }
2710 ]
2711 },
2712 {
2713 "ADValue": "CP1_VIO", "Callouts": [
2714 {
2715 "CalloutList": [
2716 { "Priority": "high", "LocCode": "P0-C12" },
2717 { "Priority": "medium", "LocCode": "P0-C14" },
2718 { "Priority": "low", "LocCode": "P0" }
2719 ]
2720 }
2721 ]
2722 },
2723 {
2724 "ADValue": "CP2_VIO", "Callouts": [
2725 {
2726 "CalloutList": [
2727 { "Priority": "high", "LocCode": "P0-C21" },
2728 { "Priority": "medium", "LocCode": "P0-C19" },
2729 { "Priority": "low", "LocCode": "P0" }
2730 ]
2731 }
2732 ]
2733 },
2734 {
2735 "ADValue": "CP3_VIO", "Callouts": [
2736 {
2737 "CalloutList": [
2738 { "Priority": "high", "LocCode": "P0-C54" },
2739 { "Priority": "medium", "LocCode": "P0-C56" },
2740 { "Priority": "low", "LocCode": "P0" }
2741 ]
2742 }
2743 ]
2744 },
2745 {
2746 "ADValue": "CP0_VPCIE", "Callouts": [
2747 {
2748 "CalloutList": [
2749 { "Priority": "high", "LocCode": "P0-C58" },
2750 { "Priority": "medium", "LocCode": "P0-C61" },
2751 { "Priority": "low", "LocCode": "P0" }
2752 ]
2753 }
2754 ]
2755 },
2756 {
2757 "ADValue": "CP1_VPCIE", "Callouts": [
2758 {
2759 "CalloutList": [
2760 { "Priority": "high", "LocCode": "P0-C16" },
2761 { "Priority": "medium", "LocCode": "P0-C14" },
2762 { "Priority": "low", "LocCode": "P0" }
2763 ]
2764 }
2765 ]
2766 },
2767 {
2768 "ADValue": "CP2_VPCIE", "Callouts": [
2769 {
2770 "CalloutList": [
2771 { "Priority": "high", "LocCode": "P0-C16" },
2772 { "Priority": "medium", "LocCode": "P0-C19" },
2773 { "Priority": "low", "LocCode": "P0" }
2774 ]
2775 }
2776 ]
2777 },
2778 {
2779 "ADValue": "CP3_VPCIE", "Callouts": [
2780 {
2781 "CalloutList": [
2782 { "Priority": "high", "LocCode": "P0-C58" },
2783 { "Priority": "medium", "LocCode": "P0-C56" },
2784 { "Priority": "low", "LocCode": "P0" }
2785 ]
2786 }
2787 ]
2788 },
2789 {
Jim Wright7f678902020-11-30 16:03:57 -06002790 "ADValue": "12.0VCS", "Callouts": [
2791 {
2792 "CalloutList": [
2793 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2794 ]
2795 }
2796 ]
2797 },
2798 {
2799 "ADValue": "3.3VCS", "Callouts": [
2800 {
2801 "CalloutList": [
2802 { "Priority": "high", "LocCode": "P0" }
2803 ]
2804 }
2805 ]
2806 },
2807 {
2808 "ADValue": "1.1V_Current", "Callouts": [
2809 {
2810 "CalloutList": [
2811 { "Priority": "high", "LocCode": "P0" }
2812 ]
2813 }
2814 ]
2815 },
2816 {
2817 "ADValue": "5.0V_USB_Current", "Callouts": [
2818 {
2819 "CalloutList": [
2820 { "Priority": "high", "SymbolicFRU": "usb_pgood" },
2821 { "Priority": "medium", "LocCode": "P0" }
2822 ]
2823 }
2824 ]
2825 },
2826 {
2827 "ADValue": "5.0V_DASD_Current", "Callouts": [
2828 {
2829 "CalloutList": [
2830 { "Priority": "medium", "LocCode": "P1" },
2831 { "Priority": "medium", "LocCode": "P2" },
2832 { "Priority": "medium", "LocCode": "P3" },
2833 { "Priority": "low", "LocCode": "P0" }
2834 ]
2835 }
2836 ]
2837 },
2838 {
2839 "ADValue": "12.0VN", "Callouts": [
2840 {
2841 "CalloutList": [
2842 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2843 ]
2844 }
2845 ]
2846 },
2847 {
2848 "ADValue": "12.0VP", "Callouts": [
2849 {
2850 "CalloutList": [
2851 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2852 ]
2853 }
2854 ]
2855 },
2856 {
2857 "ADValue": "12.0VQ", "Callouts": [
2858 {
2859 "CalloutList": [
2860 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2861 ]
2862 }
2863 ]
2864 },
2865 {
2866 "ADValue": "12.0VR", "Callouts": [
2867 {
2868 "CalloutList": [
2869 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2870 ]
2871 }
2872 ]
2873 },
2874 {
2875 "ADValue": "ThermalDiode1", "Callouts": [
2876 {
2877 "CalloutList": [
2878 { "Priority": "high", "LocCode": "P0" }
2879 ]
2880 }
2881 ]
2882 },
2883 {
2884 "ADValue": "ThermalDiode2", "Callouts": [
2885 {
2886 "CalloutList": [
2887 { "Priority": "high", "LocCode": "P0" }
2888 ]
2889 }
2890 ]
2891 },
2892 {
2893 "ADValue": "ThermalDiode3", "Callouts": [
2894 {
2895 "CalloutList": [
2896 { "Priority": "high", "LocCode": "P0" }
2897 ]
2898 }
2899 ]
2900 },
2901 {
2902 "ADValue": "ThermalDiode4", "Callouts": [
2903 {
2904 "CalloutList": [
2905 { "Priority": "high", "LocCode": "P0" }
2906 ]
2907 }
2908 ]
Jim Wrightae1738c2022-05-02 09:57:45 -05002909 },
2910 {
2911 "ADValue": "VDN_DCM0", "Callouts": [
2912 {
2913 "CalloutList": [
2914 { "Priority": "high", "LocCode": "P0-C14" },
2915 { "Priority": "medium", "LocCode": "P0-C15" },
2916 { "Priority": "low", "LocCode": "P0" }
2917 ]
2918 }
2919 ]
2920 },
2921 {
2922 "ADValue": "VDN_DCM1", "Callouts": [
2923 {
2924 "CalloutList": [
2925 { "Priority": "high", "LocCode": "P0-C23" },
2926 { "Priority": "medium", "LocCode": "P0-C24" },
2927 { "Priority": "low", "LocCode": "P0" }
2928 ]
2929 }
2930 ]
2931 },
2932 {
2933 "ADValue": "VCS_DCM0", "Callouts": [
2934 {
2935 "CalloutList": [
2936 { "Priority": "high", "LocCode": "P0-C14" },
2937 { "Priority": "medium", "LocCode": "P0-C15" },
2938 { "Priority": "low", "LocCode": "P0" }
2939 ]
2940 }
2941 ]
2942 },
2943 {
2944 "ADValue": "VCS_DCM1", "Callouts": [
2945 {
2946 "CalloutList": [
2947 { "Priority": "high", "LocCode": "P0-C23" },
2948 { "Priority": "medium", "LocCode": "P0-C24" },
2949 { "Priority": "low", "LocCode": "P0" }
2950 ]
2951 }
2952 ]
2953 },
2954 {
2955 "ADValue": "VIO_DCM0", "Callouts": [
2956 {
2957 "CalloutList": [
2958 { "Priority": "high", "LocCode": "P0-C14" },
2959 { "Priority": "medium", "LocCode": "P0-C15" },
2960 { "Priority": "low", "LocCode": "P0" }
2961 ]
2962 }
2963 ]
2964 },
2965 {
2966 "ADValue": "VIO_DCM1", "Callouts": [
2967 {
2968 "CalloutList": [
2969 { "Priority": "high", "LocCode": "P0-C23" },
2970 { "Priority": "medium", "LocCode": "P0-C24" },
2971 { "Priority": "low", "LocCode": "P0" }
2972 ]
2973 }
2974 ]
2975 },
2976 {
2977 "ADValue": "VPCIE_DCM0", "Callouts": [
2978 {
2979 "CalloutList": [
2980 { "Priority": "high", "LocCode": "P0-C14" },
2981 { "Priority": "medium", "LocCode": "P0-C15" },
2982 { "Priority": "low", "LocCode": "P0" }
2983 ]
2984 }
2985 ]
2986 },
2987 {
2988 "ADValue": "VPCIE_DCM1", "Callouts": [
2989 {
2990 "CalloutList": [
2991 { "Priority": "high", "LocCode": "P0-C23" },
2992 { "Priority": "medium", "LocCode": "P0-C24" },
2993 { "Priority": "low", "LocCode": "P0" }
2994 ]
2995 }
2996 ]
Jim Wright7f678902020-11-30 16:03:57 -06002997 }
2998 ]
2999 },
3000
3001 "Documentation": {
3002 "Description": "The power sequencer chip detected a voltage fault",
3003 "Message": "The power sequencer chip detected a voltage fault",
3004 "Notes": [
3005 ]
3006 }
3007 },
3008
3009 {
Shawn McCarney7f1ec942021-07-28 13:33:34 -05003010 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.N",
3011 "Subsystem": "power",
3012 "Severity": "predictive_redundancy_loss",
3013 "ComponentID": "0x2700",
3014
3015 "SRC": {
3016 "Type": "11",
3017 "ReasonCode": "0x2700",
3018 "Words6To9": {}
3019 },
3020
3021 "Documentation": {
3022 "Description": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
3023 "Message": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
3024 "Notes": [
3025 "CALLOUT_INVENTORY_PATH should be specified in the ",
3026 "AdditionalData property of the event log so that ",
3027 "the device is called out but not the communication path."
3028 ]
3029 }
3030 },
3031
3032 {
3033 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.NPlus1",
3034 "Subsystem": "power",
3035 "Severity": "non_error",
3036 "MfgSeverity": "predictive_redundancy_loss",
3037 "ActionFlags": ["report"],
3038 "MfgActionFlags": ["service_action", "report", "call_home"],
3039 "ComponentID": "0x2700",
3040
3041 "SRC": {
3042 "Type": "11",
3043 "ReasonCode": "0x2701",
3044 "Words6To9": {}
3045 },
3046
3047 "Documentation": {
3048 "Description": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
3049 "Message": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
3050 "Notes": [
3051 "CALLOUT_INVENTORY_PATH should be specified in the ",
3052 "AdditionalData property of the event log so that ",
3053 "the device is called out but not the communication path."
3054 ]
3055 }
3056 },
3057
3058 {
Shawn McCarney01648f52020-06-25 11:42:02 -05003059 "Name": "xyz.openbmc_project.Power.Regulators.Error.WriteVerification",
3060 "Subsystem": "power",
3061 "ComponentID": "0x2700",
3062
3063 "SRC": {
3064 "Type": "11",
3065 "ReasonCode": "0x2900",
3066 "Words6To9": {}
3067 },
3068
3069 "Documentation": {
3070 "Description": "A write verification error occurred on a device",
3071 "Message": "A write verification error occurred on a device",
3072 "Notes": [
3073 "This error occurs when a device register is written, ",
3074 "read back, and the two values do not match. This is ",
3075 "also called a read-back error. The device should be ",
3076 "identified using the CALLOUT_DEVICE_PATH or ",
3077 "CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR keywords in the ",
3078 "AdditionalData property of the event log. This will ",
3079 "cause the device and the hardware in the communication ",
3080 "path to be called out."
3081 ]
3082 }
3083 },
3084
3085 {
Shawn McCarneye4022182022-01-31 19:09:01 -06003086 "Name": "xyz.openbmc_project.Power.UPS.Error.Battery.Discharging",
3087 "Subsystem": "power",
3088 "Severity": "non_error",
3089 "ActionFlags": ["report"],
3090 "ComponentID": "0x2700",
3091
3092 "SRC": {
3093 "Type": "11",
3094 "ReasonCode": "0x4201",
3095 "Words6To9": {}
3096 },
3097
3098 "Documentation": {
3099 "Description": "The Uninterruptible Power Supply (UPS) battery is discharging and providing power to the system due to a utility failure",
3100 "Message": "The Uninterruptible Power Supply (UPS) battery is discharging and providing power to the system due to a utility failure",
3101 "Notes": [
3102 ]
3103 }
3104 },
3105
3106 {
3107 "Name": "xyz.openbmc_project.Power.UPS.Error.Battery.Low",
3108 "Subsystem": "power",
3109 "Severity": "non_error",
3110 "ActionFlags": ["report"],
3111 "ComponentID": "0x2700",
3112
3113 "SRC": {
3114 "Type": "11",
3115 "ReasonCode": "0x4203",
3116 "Words6To9": {}
3117 },
3118
3119 "Documentation": {
3120 "Description": "The Uninterruptible Power Supply (UPS) battery level is low",
3121 "Message": "The Uninterruptible Power Supply (UPS) battery level is low",
3122 "Notes": [
3123 ]
3124 }
3125 },
3126
3127 {
Shawn McCarney01648f52020-06-25 11:42:02 -05003128 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile",
3129 "Subsystem": "power",
3130 "ComponentID": "0x2700",
3131
3132 "SRC": {
3133 "Type": "11",
3134 "ReasonCode": "0xA013",
3135 "Words6To9": {}
3136 },
3137
3138 "Callouts": [
3139 {
3140 "CalloutList": [
3141 { "Priority": "high", "Procedure": "bmc_code" }
3142 ]
3143 }
3144 ],
3145
3146 "Documentation": {
3147 "Description": "A regulators configuration file error occurred",
3148 "Message": "A regulators configuration file error occurred",
3149 "Notes": [
3150 "The regulators configuration file could not be found, ",
3151 "could not be read, or had invalid contents."
3152 ]
3153 }
3154 },
3155
3156 {
Shawn McCarney82e31d82021-02-19 16:25:55 -06003157 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile.Critical",
3158 "Subsystem": "power",
3159 "Severity": "critical_system_term",
3160 "ComponentID": "0x2700",
3161
3162 "SRC": {
3163 "Type": "11",
3164 "ReasonCode": "0xA014",
Mike Cappsa2d7b772022-03-07 15:47:48 -05003165 "Words6To9": {}
Shawn McCarney82e31d82021-02-19 16:25:55 -06003166 },
3167
3168 "Callouts": [
3169 {
3170 "CalloutList": [
3171 { "Priority": "high", "Procedure": "bmc_code" }
3172 ]
3173 }
3174 ],
3175
3176 "Documentation": {
3177 "Description": "A critical regulators configuration file error occurred",
3178 "Message": "A critical regulators configuration file error occurred",
3179 "Notes": [
3180 "The regulators configuration file could not be found, ",
3181 "could not be read, or had invalid contents. As a result ",
3182 "voltage regulators could not be configured, and the ",
3183 "chassis could not be powered on."
3184 ]
3185 }
3186 },
3187
3188 {
Jim Wright7f678902020-11-30 16:03:57 -06003189 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerFault",
3190 "Subsystem": "power_sequencer",
3191 "ComponentID": "0x2700",
3192
3193 "SRC": {
3194 "Type": "11",
3195 "ReasonCode": "0xD000",
3196 "Words6To9": {}
3197 },
3198
3199 "Callouts": [
3200 {
3201 "CalloutList": [
3202 { "Priority": "high", "LocCode": "P0" }
3203 ]
3204 }
3205 ],
3206
3207 "Documentation": {
3208 "Description": "The power sequencer chip detected a fault",
3209 "Message": "The power sequencer chip detected a fault",
3210 "Notes": [
3211 ]
3212 }
3213 },
3214
3215 {
Jim Wrightc1ba04f2021-11-12 15:31:32 -06003216 "Name": "xyz.openbmc_project.Power.Error.PowerOnTimeout",
Jim Wright7f678902020-11-30 16:03:57 -06003217 "Subsystem": "power_sequencer",
3218 "ComponentID": "0x2700",
Jim Wrightc1ba04f2021-11-12 15:31:32 -06003219 "Severity": "critical",
Jim Wright7f678902020-11-30 16:03:57 -06003220
3221 "SRC": {
3222 "Type": "11",
3223 "ReasonCode": "0xD002",
3224 "Words6To9": {}
3225 },
3226
3227 "Callouts": [
3228 {
3229 "CalloutList": [
3230 { "Priority": "high", "LocCode": "P0" }
3231 ]
3232 }
3233 ],
3234
3235 "Documentation": {
Jim Wrightc1ba04f2021-11-12 15:31:32 -06003236 "Description": "System power failed to turn on within timeout period",
3237 "Message": "System power failed to turn on within timeout period",
3238 "Notes": [
3239 ]
3240 }
3241 },
3242
3243 {
3244 "Name": "xyz.openbmc_project.Power.Error.PowerOffTimeout",
3245 "Subsystem": "power_sequencer",
3246 "ComponentID": "0x2700",
3247 "Severity": "critical",
3248
3249 "SRC": {
3250 "Type": "11",
3251 "ReasonCode": "0xD008",
3252 "Words6To9": {}
3253 },
3254
3255 "Callouts": [
3256 {
3257 "CalloutList": [
3258 { "Priority": "high", "LocCode": "P0" }
3259 ]
3260 }
3261 ],
3262
3263 "Documentation": {
3264 "Description": "System power failed to turn off within timeout period",
3265 "Message": "System power failed to turn off within timeout period",
Jim Wright7f678902020-11-30 16:03:57 -06003266 "Notes": [
3267 ]
3268 }
3269 },
3270
3271 {
Shawn McCarney01648f52020-06-25 11:42:02 -05003272 "Name": "xyz.openbmc_project.Power.Error.Internal",
3273 "Subsystem": "power",
3274 "ComponentID": "0x2700",
3275
3276 "SRC": {
3277 "Type": "11",
3278 "ReasonCode": "0xE000",
3279 "Words6To9": {}
3280 },
3281
3282 "Callouts": [
3283 {
3284 "CalloutList": [
3285 { "Priority": "high", "Procedure": "bmc_code" }
3286 ]
3287 }
3288 ],
3289
3290 "Documentation": {
3291 "Description": "An internal firmware error occurred",
3292 "Message": "An internal firmware error occurred",
3293 "Notes": [
3294 "The error details must be provided in the AdditionalData ",
3295 "property of the event log."
3296 ]
3297 }
3298 },
3299
3300 {
3301 "Name": "xyz.openbmc_project.Power.Error.I2C",
3302 "Subsystem": "cec_i2c",
3303 "ComponentID": "0x2700",
3304
3305 "SRC": {
3306 "Type": "11",
3307 "ReasonCode": "0xE100",
3308 "Words6To9": {}
3309 },
3310
3311 "Documentation": {
3312 "Description": "An I2C error occurred communicating with a device",
3313 "Message": "An I2C error occurred communicating with a device",
3314 "Notes": [
3315 "The device should be identified using the ",
3316 "CALLOUT_DEVICE_PATH or CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR ",
3317 "keywords in the AdditionalData property of the event ",
3318 "log. This will cause the device and the hardware in the ",
3319 "communication path to be called out."
3320 ]
3321 }
3322 },
3323
3324 {
3325 "Name": "xyz.openbmc_project.Power.Error.PMBus",
3326 "Subsystem": "power",
3327 "ComponentID": "0x2700",
3328
3329 "SRC": {
3330 "Type": "11",
3331 "ReasonCode": "0xE200",
3332 "Words6To9": {}
3333 },
3334
3335 "Documentation": {
3336 "Description": "A PMBus error occurred on a device",
3337 "Message": "A PMBus error occurred on a device",
3338 "Notes": [
3339 "This error occurs when the I2C communication was ",
3340 "successful, but the PMBus value read is invalid or ",
3341 "unsupported. CALLOUT_INVENTORY_PATH should be specified ",
3342 "in the AdditionalData property of the event log so that ",
3343 "the device is called out but not the communication path."
3344 ]
3345 }
3346 },
3347
3348 {
3349 "Name": "xyz.openbmc_project.Power.Error.DBus",
3350 "Subsystem": "power",
3351 "ComponentID": "0x2700",
3352
3353 "SRC": {
3354 "Type": "11",
3355 "ReasonCode": "0xE300",
3356 "Words6To9": {}
3357 },
3358
3359 "Callouts": [
3360 {
3361 "CalloutList": [
3362 { "Priority": "high", "Procedure": "bmc_code" }
3363 ]
3364 }
3365 ],
3366
3367 "Documentation": {
3368 "Description": "A firmware inter-process communication (D-Bus) error occurred",
3369 "Message": "A firmware inter-process communication (D-Bus) error occurred"
3370 }
Matt Spinler60d1c392020-09-23 15:23:24 -05003371 },
3372
3373 {
Matt Spinler7c9c07e2020-10-22 10:16:37 -05003374 "Name": "xyz.openbmc_project.Fan.Error.Fault",
3375 "Subsystem": "power_fans",
3376 "ComponentID": "0x2800",
3377
3378 "SRC": {
3379 "Type": "11",
3380 "ReasonCode": "0x76F0",
3381 "Words6To9": {}
3382 },
3383
3384 "Documentation": {
3385 "Description": "Fan rotor fault",
3386 "Message": "Fan rotor fault",
3387 "Notes": [
3388 "This error occurs when a fan rotor has been faulted for a ",
3389 "certain amount of time. The callout is the fan which is ",
3390 "passed in with CALLOUT_INVENTORY_PATH. The severity is ",
3391 "passed in during creation and will be either informational ",
3392 "or unrecoverable. The action flags use the defaults and ",
3393 "vary based on the severity."
3394 ]
3395 }
3396 },
3397
3398 {
Matt Spinler60d1c392020-09-23 15:23:24 -05003399 "Name": "xyz.openbmc_project.Fan.Error.Missing",
3400 "Subsystem": "power_fans",
3401 "ComponentID": "0x2800",
3402 "Severity": "unrecoverable_redundancy_loss",
3403 "ActionFlags": ["service_action", "report", "call_home"],
3404
3405 "SRC": {
3406 "Type": "11",
3407 "ReasonCode": "0x76F1",
3408 "Words6To9": {}
3409 },
3410
3411 "Callouts": [
3412 {
Matt Spinler938ac792021-05-12 10:46:44 -05003413 "System": "ibm,rainier",
Matt Spinler60d1c392020-09-23 15:23:24 -05003414 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -05003415 {
3416 "Priority": "high",
3417 "SymbolicFRUTrusted": "air_mover",
3418 "UseInventoryLocCode": true
3419 },
3420 {
3421 "Priority": "low",
3422 "LocCode": "P0"
3423 }
Matt Spinler60d1c392020-09-23 15:23:24 -05003424 ]
Matt Spinler938ac792021-05-12 10:46:44 -05003425 },
3426 {
3427 "System": "ibm,everest",
3428 "CalloutList": [
3429 {
3430 "Priority": "high",
3431 "SymbolicFRUTrusted": "air_mover",
3432 "UseInventoryLocCode": true
3433 },
3434 {
3435 "Priority": "low",
3436 "LocCode": "P1"
3437 }
3438 ]
Matt Spinler60d1c392020-09-23 15:23:24 -05003439 }
3440 ],
3441
3442 "Documentation": {
3443 "Description": "A fan is missing",
3444 "Message": "A fan is missing",
3445 "Notes": [
3446 "This error occurs when a fan has been missing for a ",
Matt Spinler80600192020-10-23 09:29:33 -05003447 "certain amount of time. The first callout is the ",
3448 "symbolic FRU AIR_MOVR that has the trusted fan location ",
3449 "code, which it gets using the passed in ",
3450 "CALLOUT_INVENTORY_PATH. The second callout is the FRU ",
Matt Spinler938ac792021-05-12 10:46:44 -05003451 "where the controller and GPIO expander are."
Matt Spinler60d1c392020-09-23 15:23:24 -05003452 ]
3453 }
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05003454 },
3455
3456 {
Matt Spinleradf070b2021-04-21 13:39:45 -05003457 "Name": "xyz.openbmc_project.Fan.Presence.Error.Detection",
3458 "ComponentID": "0x2800",
3459 "Subsystem": "power_fans",
3460 "Severity": "non_error",
3461 "ActionFlags": ["report"],
3462 "MfgSeverity": "predictive",
3463 "MfgActionFlags": ["service_action", "report"],
3464
3465 "SRC": {
3466 "Type": "11",
3467 "ReasonCode": "0x76F2",
3468 "Words6To9": {}
3469 },
3470
3471 "Callouts": [
3472 {
3473 "System": "ibm,rainier",
3474 "CalloutList": [
3475 {"Priority": "medium", "LocCode": "P0"}
3476 ]
3477 },
3478 {
3479 "System": "ibm,everest",
3480 "CalloutList": [
3481 {"Priority": "medium", "LocCode": "P1"}
3482 ]
3483 }
3484 ],
3485
3486 "Documentation": {
3487 "Description": "Presence detect methods for the same fan disagree",
3488 "Message": "Presence detect methods for the same fan disagree",
3489 "Notes": [
3490 "This error occurs when there is more than one way to detect",
3491 "fan presence, and they don't all agree. For example, the",
3492 "GPIO says a fan isn't present, but the tach readings are",
3493 "nonzero. This is informational, unless in manufacturing.",
3494 "The fan FRU is passed in as a high priority callout.",
3495 "The FRU the GPIO source is on is called out medium."
3496 ]
3497 }
3498 },
3499
3500 {
Matt Spinlerdde99202021-06-14 12:15:59 -06003501 "Name": "xyz.openbmc_project.Fan.Error.FanControllerOffline",
3502 "ComponentID": "0x2800",
3503 "Subsystem": "power_fans",
3504 "Severity": "critical_system_term",
3505 "ActionFlags": ["service_action", "report", "call_home"],
3506
3507 "SRC": {
3508 "Type": "11",
3509 "ReasonCode": "0x76F3",
Mike Cappsa2d7b772022-03-07 15:47:48 -05003510 "Words6To9": {}
Matt Spinlerdde99202021-06-14 12:15:59 -06003511 },
3512
3513 "Callouts": [
3514 {
3515 "System": "ibm,rainier",
3516 "CalloutList": [
3517 {"Priority": "high", "LocCode": "P0-C5"},
3518 {"Priority": "medium_group_a", "LocCode": "P0-T12", "SymbolicFRUTrusted": "fan_cable"},
3519 {"Priority": "medium_group_a", "LocCode": "P0-T17", "SymbolicFRUTrusted": "cable_continued"},
3520 {"Priority": "low", "LocCode": "P0"}
3521 ]
3522 },
3523 {
3524 "System": "ibm,everest",
3525 "CalloutList": [
3526 {"Priority": "high", "LocCode": "P0-C0"},
3527 {"Priority": "medium", "LocCode": "P1"},
3528 {"Priority": "low", "LocCode": "P0"}
3529 ]
3530 }
3531 ],
3532
3533 "Documentation": {
3534 "Description": "The fan controller device is offline",
3535 "Message": "The fan controller is offline. The system must be powered off.",
3536 "Notes": [
3537 "The device that controls the fans is offline so the fan",
3538 "targets and speeds are unknown. The system will be shut",
3539 "down to preserve thermal safety. There may be an I2C",
3540 "or power problem with the device."
3541 ]
3542 }
3543 },
3544
3545 {
Mike Cappsabc276e2021-06-18 16:41:30 -04003546 "Name": "xyz.openbmc_project.Fan.Presence.Error.GPIODeviceUnavailable",
3547 "Subsystem": "power_fans",
3548 "ComponentID": "0x2800",
3549 "Severity": "unrecoverable_redundancy_loss",
3550 "ActionFlags": ["service_action", "report", "call_home"],
3551
3552 "SRC": {
3553 "Type": "11",
3554 "ReasonCode": "0x76F4",
3555 "Words6To9": {}
3556 },
3557
3558 "Callouts": [
3559 {
3560 "System" : "ibm,rainier",
3561 "CalloutList": [
3562 {"Priority": "high", "LocCode": "P0-C5"},
3563 {"Priority": "medium_group_a", "LocCode": "P0-T12","SymbolicFRUTrusted": "fan_cable"},
3564 {"Priority": "medium_group_a", "LocCode": "P0-T17","SymbolicFRUTrusted": "cable_continued"},
3565 {"Priority": "low", "LocCode": "P0"}
3566 ]
3567 },
3568 {
3569 "System" : "ibm,everest",
3570 "CalloutList": [
3571 {"Priority": "high", "LocCode": "P0-C0"},
3572 {"Priority": "medium", "LocCode": "P1"},
3573 {"Priority": "low", "LocCode": "P0"}
3574 ]
3575 }
3576 ],
3577
3578 "Documentation": {
3579 "Description": "Fan GPIO sensors not present",
3580 "Message": "Fan GPIO sensors not present",
3581 "Notes": [
3582 "The device that reports fan presence is not functioning."
3583 ]
3584 }
3585 },
3586
3587 {
Matt Spinler86e40dd2021-01-29 11:19:36 -06003588 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHigh",
3589 "Subsystem": "power",
3590 "ComponentID": "0x2800",
3591 "Severity": "predictive",
3592 "ActionFlags": ["service_action", "report"],
3593
3594 "SRC": {
3595 "ReasonCode": "0x2801",
3596 "Words6To9": {}
3597 },
3598
3599 "CalloutsUsingAD": {
3600 "ADName": "SENSOR_NAME",
3601 "CalloutsWithTheirADValues": [
3602 {
3603 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
3604 "Callouts": [
3605 {
3606 "CalloutList": [
3607 { "Priority": "high", "SymbolicFRU": "ambient_temp" }
3608 ]
3609 }
3610 ]
3611 }
3612 ]
3613 },
3614
3615 "Documentation": {
3616 "Description": "A temperature sensor exceeded its performance loss threshold.",
3617 "Message": "A temperature sensor exceeded its performance loss threshold.",
3618 "Notes": [
3619 "A temperature sensor crossed its performance loss threshold value",
3620 "If it is the ambient sensor, then a symbolic FRU will be added.",
3621 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
3622 "a FRU callout."
3623 ]
3624 }
3625 },
3626
3627 {
3628 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHighClear",
3629 "Subsystem": "power",
3630 "ComponentID": "0x2800",
3631 "Severity": "non_error",
3632 "ActionFlags": ["report"],
3633 "EventType": "env_normal",
3634
3635 "SRC": {
3636 "ReasonCode": "0x2802",
3637 "Words6To9": {}
3638 },
3639
3640 "CalloutsUsingAD": {
3641 "ADName": "SENSOR_NAME",
3642 "CalloutsWithTheirADValues": [
3643 {
3644 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
3645 "Callouts": [
3646 {
3647 "CalloutList": [
3648 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" }
3649 ]
3650 }
3651 ]
3652 }
3653 ]
3654 },
3655
3656 "Documentation": {
3657 "Description": "A temperature sensor is under its performance loss threshold.",
3658 "Message": "A temperature sensor is under its performance loss threshold.",
3659 "Notes": [
3660 "A temperature sensor crossed under its performance loss threshold value",
3661 "If it is the ambient sensor, then a symbolic FRU will be added."
3662 ]
3663 }
3664 },
3665
3666 {
3667 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHigh",
3668 "Subsystem": "power",
3669 "ComponentID": "0x2800",
3670 "Severity": "predictive",
3671 "ActionFlags": ["service_action", "report"],
3672
3673 "SRC": {
3674 "ReasonCode": "0x2803",
3675 "Words6To9": {}
3676 },
3677
3678 "CalloutsUsingAD": {
3679 "ADName": "SENSOR_NAME",
3680 "CalloutsWithTheirADValues": [
3681 {
3682 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
3683 "Callouts": [
3684 {
3685 "CalloutList": [
3686 { "Priority": "high", "SymbolicFRU": "ambient_temp" }
3687 ]
3688 }
3689 ]
3690 }
3691 ]
3692 },
3693
3694 "Documentation": {
3695 "Description": "A temperature sensor exceeded its warning threshold.",
3696 "Message": "A temperature sensor exceeded its warning threshold.",
3697 "Notes": [
3698 "A temperature sensor crossed its warning threshold value",
3699 "If it is the ambient sensor, then a symbolic FRU will be added.",
3700 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
3701 "a FRU callout."
3702 ]
3703 }
3704 },
3705
3706 {
3707 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHighClear",
3708 "Subsystem": "power",
3709 "ComponentID": "0x2800",
3710 "Severity": "non_error",
3711 "ActionFlags": ["report"],
3712 "EventType": "env_normal",
3713
3714 "SRC": {
3715 "ReasonCode": "0x2804",
3716 "Words6To9": {}
3717 },
3718
3719 "CalloutsUsingAD": {
3720 "ADName": "SENSOR_NAME",
3721 "CalloutsWithTheirADValues": [
3722 {
3723 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
3724 "Callouts": [
3725 {
3726 "CalloutList": [
3727 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" }
3728 ]
3729 }
3730 ]
3731 }
3732 ]
3733 },
3734
3735 "Documentation": {
3736 "Description": "A temperature sensor is under its warning threshold.",
3737 "Message": "A temperature sensor is under its warning threshold.",
3738 "Notes": [
3739 "A temperature sensor crossed under its warning threshold value",
3740 "If it is the ambient sensor, then a symbolic FRU will be added."
3741 ]
3742 }
3743 },
3744
3745 {
3746 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHigh",
3747 "Subsystem": "power",
3748 "ComponentID": "0x2800",
3749 "Severity": "predictive",
3750 "ActionFlags": ["service_action", "report"],
3751
3752 "SRC": {
3753 "ReasonCode": "0x2805",
3754 "Words6To9": {}
3755 },
3756
3757 "CalloutsUsingAD": {
3758 "ADName": "SENSOR_NAME",
3759 "CalloutsWithTheirADValues": [
3760 {
3761 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
3762 "Callouts": [
3763 {
3764 "CalloutList": [
3765 { "Priority": "high", "SymbolicFRU": "ambient_temp" }
3766 ]
3767 }
3768 ]
3769 }
3770 ]
3771 },
3772
3773 "Documentation": {
3774 "Description": "A temperature sensor exceeded its critical threshold.",
3775 "Message": "A temperature sensor exceeded its critical threshold.",
3776 "Notes": [
3777 "A temperature sensor crossed its critical threshold value",
3778 "If it is the ambient sensor, then a symbolic FRU will be added.",
3779 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
3780 "a FRU callout."
3781 ]
3782 }
3783 },
3784
3785 {
3786 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHighClear",
3787 "Subsystem": "power",
3788 "ComponentID": "0x2800",
3789 "Severity": "non_error",
3790 "ActionFlags": ["report"],
3791 "EventType": "env_normal",
3792
3793 "SRC": {
3794 "ReasonCode": "0x2806",
3795 "Words6To9": {}
3796 },
3797
3798 "CalloutsUsingAD": {
3799 "ADName": "SENSOR_NAME",
3800 "CalloutsWithTheirADValues": [
3801 {
3802 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
3803 "Callouts": [
3804 {
3805 "CalloutList": [
3806 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" }
3807 ]
3808 }
3809 ]
3810 }
3811 ]
3812 },
3813
3814 "Documentation": {
3815 "Description": "A temperature sensor is under its critical threshold.",
3816 "Message": "A temperature sensor is under its critical threshold.",
3817 "Notes": [
3818 "A temperature sensor crossed under its critical threshold value",
3819 "If it is the ambient sensor, then a symbolic FRU will be added."
3820 ]
3821 }
3822 },
3823
3824 {
Matt Spinler6b3490a2021-01-20 10:48:26 -06003825 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHigh",
3826 "Subsystem": "power",
3827 "ComponentID": "0x2800",
3828 "Severity": "predictive",
3829 "ActionFlags": ["service_action", "report"],
3830
3831 "SRC": {
3832 "ReasonCode": "0x2807",
3833 "Words6To9": {}
3834 },
3835
3836 "Callouts": [
3837 {
3838 "CalloutList": [
3839 {
3840 "Priority": "high",
3841 "SymbolicFRU": "ambient_temp"
3842 }
3843 ]
3844 }
3845 ],
3846
3847 "Documentation": {
3848 "Description": "The ambient temperature passed the EPOW3 limit.",
3849 "Message": "The ambient temperature passed the EPOW3 limit. The system will shut down if temp doesn't decrease.",
3850 "Notes": [
3851 "This error occurs when the ambient temperature surpassed",
3852 "the EPOW3 shutdown limit."
3853 ]
3854 }
3855 },
3856
3857 {
3858 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHighClear",
3859 "Subsystem": "power",
3860 "ComponentID": "0x2800",
3861 "Severity": "non_error",
3862 "ActionFlags": ["report"],
3863 "EventType": "env_normal",
3864
3865 "SRC": {
3866 "ReasonCode": "0x2808",
3867 "Words6To9": {}
3868 },
3869
3870 "Callouts": [
3871 {
3872 "CalloutList": [
3873 {
3874 "Priority": "high",
3875 "SymbolicFRU": "ambient_temp_back"
3876 }
3877 ]
3878 }
3879 ],
3880
3881 "Documentation": {
3882 "Description": "The ambient temperature is back under the EPOW3 limit.",
3883 "Message": "The ambient temperature is back under the EPOW3 limit."
3884 }
3885 },
3886
3887 {
3888 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.HardShutdownAlarmHigh",
3889 "Subsystem": "power",
3890 "ComponentID": "0x2800",
Matt Spinler6b3490a2021-01-20 10:48:26 -06003891 "ActionFlags": ["service_action", "report"],
3892
3893 "SRC": {
3894 "ReasonCode": "0x2809",
3895 "Words6To9": {}
3896 },
3897
3898 "Callouts": [
3899 {
3900 "CalloutList": [
3901 {
3902 "Priority": "high",
3903 "SymbolicFRU": "ambient_temp"
3904 }
3905 ]
3906 }
3907 ],
3908
3909 "Documentation": {
3910 "Description": "The ambient temperature passed the EPOW4 limit.",
3911 "Message": "The ambient temperature passed the EPOW4 limit. The system will shut down",
3912 "Notes": [
3913 "This error occurs when the ambient temperature surpassed",
3914 "the EPOW4 shutdown limit."
3915 ]
3916 }
3917 },
3918
3919 {
Rashmica Guptab63f75b2021-08-18 20:54:21 +10003920 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHigh",
3921 "Subsystem": "ext_env",
3922 "ComponentID": "0x2800",
3923 "Severity": "predictive",
3924 "ActionFlags": ["service_action", "report"],
3925
3926 "SRC": {
3927 "ReasonCode": "0x280A",
3928 "Words6To9": {}
3929 },
3930
3931 "CalloutsUsingAD": {
3932 "ADName": "SENSOR_NAME",
3933 "CalloutsWithTheirADValues": [
3934 {
3935 "ADValue": "/xyz/openbmc_project/sensors/altitude/Altitude",
3936 "Callouts": [
3937 {
3938 "CalloutList": [
3939 { "Priority": "high", "SymbolicFRU": "altitude" }
3940 ]
3941 }
3942 ]
3943 }
3944 ]
3945 },
3946
3947 "Documentation": {
3948 "Description": "An altitude sensor exceeded its warning threshold.",
3949 "Message": "An altitude sensor exceeded its warning threshold.",
3950 "Notes": [
3951 "The virtual altitude sensor crossed its warning threshold value",
3952 " and a symbolic FRU will be added."
3953 ]
3954 }
3955 },
3956
3957 {
3958 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHighClear",
3959 "Subsystem": "ext_env",
3960 "ComponentID": "0x2800",
3961 "Severity": "non_error",
3962 "ActionFlags": ["report"],
3963 "EventType": "env_normal",
3964
3965 "SRC": {
3966 "ReasonCode": "0x280B",
3967 "Words6To9": {}
3968 },
3969
3970 "Documentation": {
3971 "Description": "An altitude sensor is under its warning threshold.",
3972 "Message": "An altitude sensor is under its warning threshold.",
3973 "Notes": [
3974 "The virtual altitude sensor is under its warning threshold value",
3975 " and a symbolic FRU will be added."
3976 ]
3977 }
3978 },
3979
3980 {
Matt Spinler81331342021-10-05 14:09:56 -05003981 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLow",
3982 "Subsystem": "cec_tod",
3983 "ComponentID": "0x2800",
3984 "Severity": "predictive",
3985 "ActionFlags": ["service_action", "report"],
3986
3987 "SRC": {
3988 "ReasonCode": "0x280C",
3989 "Words6To9": {}
3990 },
3991
Matt Spinler81331342021-10-05 14:09:56 -05003992 "Documentation": {
3993 "Description": "A voltage sensor went below its critical low threshold.",
3994 "Message": "A voltage sensor went below its critical low threshold."
3995 }
3996 },
3997
3998 {
3999 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLowClear",
4000 "Subsystem": "cec_tod",
4001 "ComponentID": "0x2800",
4002 "Severity": "non_error",
4003 "ActionFlags": ["report"],
4004
4005 "SRC": {
4006 "ReasonCode": "0x280D",
4007 "Words6To9": {}
4008 },
4009
4010 "Documentation": {
4011 "Description": "A voltage sensor is over its critical low threshold.",
4012 "Message": "A voltage sensor is over its critical low threshold."
4013 }
4014 },
4015
4016 {
Matt Spinler1e792db2022-01-07 14:06:06 -06004017 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLow",
4018 "Subsystem": "power",
4019 "ComponentID": "0x2800",
4020 "Severity": "predictive",
4021 "ActionFlags": ["service_action", "report"],
4022
4023 "SRC": {
4024 "ReasonCode": "0x280E",
4025 "Words6To9": {}
4026 },
4027
4028 "Documentation": {
4029 "Description": "A temperature sensor is under its low warning threshold.",
4030 "Message": "A temperature sensor is under its low warning threshold.",
4031 "Notes": [
4032 "A temperature sensor crossed its low warning threshold value",
4033 "CALLOUT_INVENTORY_PATH will be passed in to add a FRU callout."
4034 ]
4035 }
4036 },
4037
4038 {
4039 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLowClear",
4040 "Subsystem": "power",
4041 "ComponentID": "0x2800",
4042 "Severity": "non_error",
4043 "ActionFlags": ["report"],
4044 "EventType": "env_normal",
4045
4046 "SRC": {
4047 "ReasonCode": "0x280F",
4048 "Words6To9": {}
4049 },
4050
4051 "Documentation": {
4052 "Description": "A temperature sensor is above its low warning threshold.",
4053 "Message": "A temperature sensor is above its low warning threshold.",
4054 "Notes": [
4055 "A temperature sensor crossed above its low warning threshold value."
4056 ]
4057 }
4058 },
4059
4060 {
4061 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalLow",
4062 "Subsystem": "power",
4063 "ComponentID": "0x2800",
4064 "Severity": "predictive",
4065 "ActionFlags": ["service_action", "report"],
4066
4067 "SRC": {
4068 "ReasonCode": "0x2810",
4069 "Words6To9": {}
4070 },
4071
4072 "Documentation": {
4073 "Description": "A temperature sensor is under its low critical threshold.",
4074 "Message": "A temperature sensor is under its low critical threshold.",
4075 "Notes": [
4076 "A temperature sensor crossed its low critical threshold value",
4077 "CALLOUT_INVENTORY_PATH will be passed in to add a FRU callout."
4078 ]
4079 }
4080 },
4081
4082 {
4083 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalLowClear",
4084 "Subsystem": "power",
4085 "ComponentID": "0x2800",
4086 "Severity": "non_error",
4087 "ActionFlags": ["report"],
4088 "EventType": "env_normal",
4089
4090 "SRC": {
4091 "ReasonCode": "0x2811",
4092 "Words6To9": {}
4093 },
4094
4095 "Documentation": {
4096 "Description": "A temperature sensor is over its low critical threshold.",
4097 "Message": "A temperature sensor is over its low critical threshold.",
4098 "Notes": [
4099 "A temperature sensor crossed above its critical threshold value"
4100 ]
4101 }
4102 },
4103
4104 {
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004105 "Name": "com.ibm.VPD.Error.InvalidEepromPath",
4106 "Subsystem": "cec_vpd",
4107 "ComponentID": "0x4000",
4108
4109 "SRC": {
4110 "ReasonCode": "0x4000",
4111 "Words6To9":
4112 {
4113 "6":
4114 {
4115 "Description": "Errno of the failure.",
4116 "AdditionalDataPropSource": "CALLOUT_ERRNO"
4117 }
4118 }
4119 },
4120
4121 "Documentation": {
Michael Limb264f062022-03-29 16:25:33 -05004122 "Description": "A path access error occurred",
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004123 "Message": "An EEPROM path access error occurred.",
4124 "Notes": [
4125 "This error occurs when parser is unable to access",
4126 "EEPROM path. Errno and device path are captured as",
4127 "additional data."
4128 ]
4129 }
4130 },
4131
4132 {
4133 "Name": "com.ibm.VPD.Error.InvalidVPD",
4134 "Subsystem": "cec_vpd",
4135 "ComponentID": "0x4000",
4136
4137 "SRC": {
4138 "ReasonCode": "0x4001",
4139 "Words6To9":
4140 {
4141 }
4142 },
4143
4144 "Documentation": {
4145 "Description": "Invalid VPD data.",
4146 "Message": "A VPD data exception occurred.",
4147 "Notes": [
4148 "This error occurs when VPD data is found to be",
4149 "invalid. This can be when VPD file is missing out",
4150 "mandatory records.Inventory path is captured in",
4151 "additional data."
4152 ]
4153 }
4154 },
4155
4156 {
4157 "Name": "com.ibm.VPD.Error.EccCheckFailed",
4158 "Subsystem": "cec_vpd",
4159 "ComponentID": "0x4000",
4160
4161 "SRC": {
4162 "ReasonCode": "0x4002",
4163 "Words6To9":
4164 {
4165 }
4166 },
4167
4168 "Documentation": {
4169 "Description": "Invalid VPD ecc data.",
4170 "Message": "A VPD ecc exception occurred.",
4171 "Notes": [
4172 "This error occurs when VPD ecc check fails for the FRU.",
4173 "Inventory path for the failed FRU is captured in additonal",
4174 "data."
4175 ]
4176 }
4177 },
4178
4179 {
4180 "Name": "com.ibm.VPD.Error.InvalidJson",
4181 "Subsystem": "cec_vpd",
4182 "ComponentID": "0x4000",
4183
4184 "SRC": {
4185 "ReasonCode": "0x4003",
4186 "Words6To9":
4187 {
4188 }
4189 },
4190
Matt Spinler834f3ed2022-01-26 16:18:02 -06004191 "Callouts": [
4192 {
4193 "CalloutList": [
4194 { "Priority": "high", "Procedure": "bmc_code" }
4195 ]
4196 }
4197 ],
4198
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004199 "Documentation": {
4200 "Description": "Invalid Json",
4201 "Message": "A Json failure occurred.",
4202 "Notes": [
4203 "This error occurs when parser fails to access",
4204 "Json file or there is any issue with Json data.",
4205 "Failed Json path and cause of failure is captured",
4206 "in additional data."
4207 ]
4208 }
4209 },
4210
4211 {
4212 "Name": "com.ibm.VPD.Error.BlankSystemVPD",
4213 "Subsystem": "cec_vpd",
4214 "ComponentID": "0x4000",
4215
4216 "SRC": {
4217 "ReasonCode": "0x4004",
4218 "Words6To9":
4219 {
4220 }
4221 },
4222
4223 "Documentation": {
4224 "Description": "System VPD restore failed",
4225 "Message": "A system VPD restoration error occurred.",
4226 "Notes": [
4227 "This error occurs when restoring of system VPD fails.",
4228 "The FRU path and reason for failure is captured in",
4229 "additional data."
4230 ]
4231 }
4232 },
4233
4234 {
4235 "Name": "com.ibm.VPD.Error.DbusFailure",
4236 "Subsystem": "cec_vpd",
4237 "ComponentID": "0x4000",
4238
4239 "SRC": {
4240 "ReasonCode": "0x4005",
4241 "Words6To9":
4242 {
4243 }
4244 },
4245
Matt Spinler834f3ed2022-01-26 16:18:02 -06004246 "Callouts": [
4247 {
4248 "CalloutList": [
4249 { "Priority": "high", "Procedure": "bmc_code" }
4250 ]
4251 }
4252 ],
4253
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004254 "Documentation": {
4255 "Description": "Dbus exception",
4256 "Message": "A Dbus internal error occurred.",
4257 "Notes": [
4258 "This error occurs when Dbus operation fails.",
4259 "Exceptions details are captured in additonal",
4260 "data."
4261 ]
4262 }
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05004263 },
4264
4265 {
Alpana Kumari081cfd42021-12-07 04:14:57 -06004266 "Name": "com.ibm.VPD.Error.UnknownSystemType",
4267 "Subsystem": "cec_vpd",
4268 "ComponentID": "0x4000",
4269
4270 "SRC": {
4271 "ReasonCode": "0x4006",
4272 "Words6To9":
4273 {
4274 }
4275 },
4276
4277 "Callouts": [
4278 {
4279 "CalloutList": [
4280 { "Priority": "high", "LocCode": "P0" }
4281 ]
4282 }
4283 ],
4284
4285 "Documentation": {
4286 "Description": "Unknown System Type",
4287 "Message": "System type not supported in DTB table.",
4288 "Notes": [
4289 "System type comes from combination of HW and IM value of system VPD.",
4290 "If anything gets changed in that combination, then it can't determine",
4291 "the appropriate DTB for that system. Need to check HW and IM keywords."
4292 ]
4293 }
4294 },
4295
4296 {
Alpana Kumari074ec5b2022-02-20 22:48:57 -06004297 "Name": "com.ibm.VPD.Error.GPIOError",
4298 "Subsystem": "cec_vpd",
4299 "ComponentID": "0x4000",
4300
4301 "SRC": {
4302 "ReasonCode": "0x4007",
4303 "Words6To9":
4304 {
4305 }
4306 },
4307
4308 "Documentation": {
4309 "Description": "GPIO line error",
4310 "Message": "GPIO line couldn't be found or read.",
4311 "Notes": [
4312 "The BMC could not access a GPIO line. This generally means that the",
4313 " hardware had issues toggling the line and/or the device driver has",
4314 " not exposed the GPIO line to userspace due to underlying I2C issues.",
4315 " The I2C path will be called out."
4316 ]
4317 }
4318 },
4319
4320 {
Sunny Srivastavad29837f2022-04-20 01:37:07 -05004321 "Name": "com.ibm.VPD.Error.SystemVPDMismatch",
4322 "Subsystem": "cec_vpd",
4323 "ComponentID": "0x4000",
4324
4325 "SRC": {
4326 "ReasonCode": "0x4008",
4327 "Words6To9":
4328 {
4329 }
4330 },
4331
4332 "Callouts": [
4333 {
4334 "CalloutList": [
4335 { "Priority": "high", "Procedure": "bmc_code" }
4336 ]
4337 }
4338 ],
4339
4340 "Documentation": {
4341 "Description": "System VPD restore failed",
4342 "Message": "A system VPD restoration error occurred.",
4343 "Notes": [
4344 "This error occurs when restoring of system VPD fails due to",
4345 "mismatch in cache data and hardware data.",
4346 "The record and keyword causing the failure is captured in",
4347 "additional data."
4348 ]
4349 }
4350 },
4351
4352 {
gikrish1c0cc7ec2022-02-24 12:40:51 -06004353 "Name": "com.ibm.Panel.Error.InputDevPathFailure",
4354 "Subsystem": "cec_op_panel",
4355 "ComponentID": "0x5000",
4356
4357 "SRC": {
4358 "ReasonCode": "0x5001",
4359 "Words6To9": {}
4360 },
4361
4362 "Documentation": {
4363 "Description": "Button Handler Failure",
4364 "Message": "Input Device path failure",
4365 "Notes": [
4366 "Button events will not be processed."
4367 ]
4368 }
4369 },
4370
4371 {
4372 "Name": "com.ibm.Panel.Error.I2CSetupFailure",
4373 "Subsystem": "cec_op_panel",
4374 "ComponentID": "0x5000",
4375
4376 "SRC": {
4377 "ReasonCode": "0x5002",
4378 "Words6To9": {}
4379 },
4380
4381 "Documentation": {
4382 "Description": "Panel I2C setup failure",
4383 "Message": "Unable to open device path or ioctl failure",
4384 "Notes": [
4385 "The Panel is unable to open device",
4386 " path or ioctl failure"
4387 ]
4388 }
4389 },
4390
4391 {
4392 "Name": "com.ibm.Panel.Error.HostCommunicationError",
4393 "Subsystem": "cec_op_panel",
4394 "ComponentID": "0x5000",
4395
4396 "SRC": {
4397 "ReasonCode": "0x5003",
4398 "Words6To9": {}
4399 },
4400
4401 "Callouts": [{
4402 "CalloutList": [{
4403 "Priority": "high",
4404 "Procedure": "bmc_code"
4405 }]
4406 }],
4407
4408 "Documentation": {
4409 "Description": "Host Communication failure",
4410 "Message": "Error in sending message to host",
4411 "Notes": [
4412 "Failure from PLDM sending message to",
4413 "Host"
4414 ]
4415 }
4416 },
4417
4418 {
4419 "Name": "com.ibm.Panel.Error.DbusError",
4420 "Subsystem": "cec_op_panel",
4421 "ComponentID": "0x5000",
4422
4423 "SRC": {
4424 "ReasonCode": "0x5004",
4425 "Words6To9": {}
4426 },
4427
4428 "Callouts": [{
4429 "CalloutList": [{
4430 "Priority": "high",
4431 "Procedure": "bmc_code"
4432 }]
4433 }],
4434
4435 "Documentation": {
4436 "Description": "Dbus exception",
4437 "Message": "A Dbus internal error occurred.",
4438 "Notes": [
4439 "This error occurs when Dbus operation fails.",
4440 "Exceptions details are captured in additional",
4441 "data."
4442 ]
4443 }
4444 },
4445
4446 {
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05004447 "Name": "org.open_power.Host.Boot.Error.WatchdogTimeout",
4448 "Subsystem": "cec_sp_hostboot_iface",
4449
4450 "SRC":
4451 {
4452 "ReasonCode": "0xC101",
4453 "Words6To9":
4454 {
4455 }
4456 },
4457
4458 "Documentation":
4459 {
4460 "Description": "Host did not respond within the watchdog timeout interval",
4461 "Message": "Host did not respond before the watchdog timeout interval expired",
4462 "Notes": [
4463 "Host did not respond before the expiry of the watchdog timeout interval.",
4464 "Collecting hostboot dump."
4465 ]
4466 }
zamiseckbf61a982022-01-13 08:27:50 -06004467 },
4468
4469 {
4470 "Name": "xyz.openbmc_project.Software.Version.Error.Incompatible",
4471 "Subsystem": "bmc_firmware",
4472 "ComponentID": "0x3600",
4473 "SRC":
4474 {
4475 "ReasonCode": "0x3601",
4476 "Words6To9":
4477 {
4478 }
4479 },
4480
4481 "Callouts": [
4482 {
4483 "CalloutList": [
4484 { "Priority": "high", "Procedure": "bmc_code" }
4485 ]
4486 }
4487 ],
4488
4489 "Documentation":
4490 {
4491 "Description": "A system component has a software version that is incompatible.",
4492 "Message": "A system component has a software version that is incompatible."
4493 }
4494 },
4495
4496 {
4497 "Name": "xyz.openbmc_project.Software.Version.Error.AlreadyExists",
4498 "Subsystem": "bmc_firmware",
4499 "ComponentID": "0x3600",
4500 "SRC":
4501 {
4502 "ReasonCode": "0x3602",
4503 "Words6To9":
4504 {
4505 }
4506 },
4507
4508 "Callouts": [
4509 {
4510 "CalloutList": [
4511 { "Priority": "high", "Procedure": "bmc_code" }
4512 ]
4513 }
4514 ],
4515
4516 "Documentation":
4517 {
4518 "Description": "This image version already exists on the device.",
4519 "Message": "This image version already exists on the device."
4520 }
4521 },
4522
4523 {
4524 "Name": "xyz.openbmc_project.Software.Image.Error.UnTarFailure",
4525 "Subsystem": "bmc_firmware",
4526 "ComponentID": "0x3600",
4527 "SRC":
4528 {
4529 "ReasonCode": "0x3603",
4530 "Words6To9":
4531 {
4532 }
4533 },
4534
4535 "Callouts": [
4536 {
4537 "CalloutList": [
4538 { "Priority": "high", "Procedure": "bmc_code" }
4539 ]
4540 }
4541 ],
4542
4543 "Documentation":
4544 {
4545 "Description": "An error occurred during untar.",
4546 "Message": "An error occurred during untar."
4547 }
4548 },
4549
4550 {
4551 "Name": "xyz.openbmc_project.Software.Image.Error.ManifestFileFailure",
4552 "Subsystem": "bmc_firmware",
4553 "ComponentID": "0x3600",
4554 "SRC":
4555 {
4556 "ReasonCode": "0x3604",
4557 "Words6To9":
4558 {
4559 }
4560 },
4561
4562 "Callouts": [
4563 {
4564 "CalloutList": [
4565 { "Priority": "high", "Procedure": "bmc_code" }
4566 ]
4567 }
4568 ],
4569
4570 "Documentation":
4571 {
zamiseck21de9f02022-03-23 13:41:31 -05004572 "Description": "An error occurred when reading the software image Manifest file.",
4573 "Message": "An error occurred when reading the software image Manifest file."
zamiseckbf61a982022-01-13 08:27:50 -06004574 }
4575 },
4576
4577 {
4578 "Name": "xyz.openbmc_project.Software.Image.Error.InternalFailure",
4579 "Subsystem": "bmc_firmware",
4580 "ComponentID": "0x3600",
4581 "SRC":
4582 {
4583 "ReasonCode": "0x3605",
4584 "Words6To9":
4585 {
4586 }
4587 },
4588
4589 "Callouts": [
4590 {
4591 "CalloutList": [
4592 { "Priority": "high", "Procedure": "bmc_code" }
4593 ]
4594 }
4595 ],
4596
4597 "Documentation":
4598 {
4599 "Description": "The operation failed internally during processing the image.",
4600 "Message": "The operation failed internally during processing the image."
4601 }
4602 },
4603
4604 {
4605 "Name": "xyz.openbmc_project.Software.Image.Error.ImageFailure",
4606 "Subsystem": "bmc_firmware",
4607 "ComponentID": "0x3600",
4608 "SRC":
4609 {
4610 "ReasonCode": "0x3606",
4611 "Words6To9":
4612 {
4613 }
4614 },
4615
4616 "Callouts": [
4617 {
4618 "CalloutList": [
4619 { "Priority": "high", "Procedure": "bmc_code" }
4620 ]
4621 }
4622 ],
4623
4624 "Documentation":
4625 {
4626 "Description": "An error occurred processing the image.",
4627 "Message": "An error occurred processing the image."
4628 }
4629 },
4630
4631 {
4632 "Name": "xyz.openbmc_project.Software.Image.Error.BusyFailure",
4633 "Subsystem": "bmc_firmware",
4634 "ComponentID": "0x3600",
4635 "SRC":
4636 {
4637 "ReasonCode": "0x3607",
4638 "Words6To9":
4639 {
4640 }
4641 },
4642
4643 "Callouts": [
4644 {
4645 "CalloutList": [
4646 { "Priority": "high", "Procedure": "bmc_code" }
4647 ]
4648 }
4649 ],
4650
4651 "Documentation":
4652 {
4653 "Description": "The device is busy during the update.",
4654 "Message": "The device is busy during the update."
4655 }
zamiseck21de9f02022-03-23 13:41:31 -05004656 },
4657
4658 {
4659 "Name": "xyz.openbmc_project.Software.Version.Error.ExpiredAccessKey",
4660 "Subsystem": "bmc_firmware",
4661 "ComponentID": "0x3600",
4662 "SRC":
4663 {
4664 "ReasonCode": "0x3608",
4665 "Words6To9":
4666 {
4667 }
4668 },
4669
4670 "Callouts": [
4671 {
4672 "CalloutList": [
4673 { "Priority": "high", "Procedure": "bmc_code" }
4674 ]
4675 }
4676 ],
4677
4678 "Documentation":
4679 {
4680 "Description": "The Update Access Key has expired.",
4681 "Message": "The Update Access Key has expired."
4682 }
4683 },
4684
4685 {
4686 "Name": "xyz.openbmc_project.Software.Version.Error.InvalidSignature",
4687 "Subsystem": "bmc_firmware",
4688 "ComponentID": "0x3600",
4689 "SRC":
4690 {
4691 "ReasonCode": "0x3609",
4692 "Words6To9":
4693 {
4694 }
4695 },
4696
4697 "Callouts": [
4698 {
4699 "CalloutList": [
4700 { "Priority": "high", "Procedure": "bmc_code" }
4701 ]
4702 }
4703 ],
4704
4705 "Documentation":
4706 {
4707 "Description": "The software image has an invalid signature.",
4708 "Message": "The software image has an invalid signature"
4709 }
Matt Spinler3fd08d62019-10-22 14:25:33 -05004710 }
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05004711
Matt Spinler44792fd2019-09-26 15:58:58 -05004712 ]
4713}