blob: 2e4e7e74c24f8566dcdcb7a05bcc07f051523ac4 [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
Jayanth Othayothf5cd2a42022-05-31 02:54:10 -05001275 "Callouts": [
1276 {
1277 "System": "ibm,rainier",
1278 "CalloutList": [
1279 {
1280 "Priority": "low",
1281 "LocCode": "P0"
1282 },
1283 {
1284 "Priority": "low",
1285 "LocCode": "P0-C22"
1286 }
1287 ]
1288 },
1289 {
1290 "System": "ibm,everest",
1291 "CalloutList": [
1292 {
1293 "Priority": "low",
1294 "LocCode": "P0"
1295 },
1296 {
1297 "Priority": "low",
1298 "LocCode": "P0-C96"
1299 }
1300 ]
1301 }
1302 ],
1303
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001304 "Documentation":
1305 {
1306 "Description": "SBE Boot timeout",
1307 "Message": "timeout reported during SBE boot process",
1308 "Notes": [
1309 "The severity is set by the creator.",
1310 "Check SBE Dump associated to this error to debug the failure."
1311 ]
1312 }
1313 },
1314
1315 {
Ben Tyner34836322020-04-15 17:01:48 -05001316 "Name": "org.open_power.Attn.Error.Terminate",
Ben Tyner808e29f2021-04-16 08:32:23 -05001317 "Subsystem": "cec_hardware",
1318 "Severity": "non_error",
Ben Tyner34836322020-04-15 17:01:48 -05001319
1320 "SRC":
1321 {
1322 "ReasonCode": "0xD138",
Ben Tyner808e29f2021-04-16 08:32:23 -05001323 "SymptomIDFields": [ "SRCWord3", "SRCWord4", "SRCWord5", "SRCWord6", "SRCWord7", "SRCWord8", "SRCWord9" ],
Ben Tyner34836322020-04-15 17:01:48 -05001324 "Words6To9":
1325 {
1326 }
1327 },
1328
1329 "Documentation":
1330 {
1331 "Description": "Status shows TI special attention active",
1332 "Message": "TI special attention detected",
1333 "Notes": [
1334 "This entry is for any TI special attention event ",
1335 "reported by the attention handler component"
1336 ]
1337 }
1338 },
1339
1340 {
1341 "Name": "org.open_power.Attn.Error.Fail",
1342 "Subsystem": "bmc_firmware",
1343 "Severity": "unrecoverable_loss_of_function",
1344
1345 "SRC":
1346 {
1347 "ReasonCode": "0xD13E",
1348 "Words6To9":
1349 {
1350 "6":
1351 {
1352 "Description": "Error code from attention handler",
1353 "AdditionalDataPropSource": "ERROR_CODE"
1354 }
1355 }
1356 },
1357 "Documentation":
1358 {
1359 "Description": "The attention handler encountered an error",
1360 "MessageArgSources" : ["SRCWord6"],
1361 "Message": "Attention handler error %1",
1362 "Notes": [
1363 "Attention handler will provide error code"
1364 ]
1365 }
1366 },
1367
1368 {
1369 "Name": "org.open_power.Attn.Error.Vital",
1370 "Subsystem": "processor_chip",
1371 "Severity": "critical",
1372
1373 "SRC":
1374 {
1375 "ReasonCode": "0xD16D",
1376 "Words6To9":
1377 {
1378 }
1379 },
1380
1381 "Documentation":
1382 {
1383 "Description": "Status shows SBE vital attention active",
1384 "Message": "SBE vital attention detected",
1385 "Notes": [
1386 "This entry is for any SBE vital attention event ",
1387 "reported by the attention handler component"
1388 ]
1389 }
1390 },
1391
1392 {
1393 "Name": "org.open_power.HwDiags.Error.Checkstop",
Zane Shelley4e6355d2022-02-24 15:28:08 -06001394 "PossibleSubsystems": [
1395 "processor", "processor_fru", "processor_unit", "processor_bus",
1396 "memory_ctlr", "memory_bus", "memory_dimm", "memory_fru",
1397 "phb", "cec_hardware", "cec_clocks", "cec_tod", "others"
1398 ],
1399 "Severity": "unrecoverable",
Zane Shelley561c0382020-11-17 13:20:05 -06001400 "ActionFlags": [ "service_action", "report", "call_home" ],
Ben Tyner34836322020-04-15 17:01:48 -05001401
1402 "SRC":
1403 {
Zane Shelley561c0382020-11-17 13:20:05 -06001404 "ReasonCode": "0xE510",
1405 "SymptomIDFields": [ "SRCWord6", "SRCWord7", "SRCWord8" ],
Ben Tyner34836322020-04-15 17:01:48 -05001406 "Words6To9":
1407 {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001408 "6":
1409 {
1410 "AdditionalDataPropSource": "SRC6"
1411 },
1412 "7":
1413 {
1414 "AdditionalDataPropSource": "SRC7"
1415 },
1416 "8":
1417 {
1418 "AdditionalDataPropSource": "SRC8"
1419 }
Ben Tyner34836322020-04-15 17:01:48 -05001420 }
1421 },
1422
1423 "Documentation":
1424 {
Zane Shelley561c0382020-11-17 13:20:05 -06001425 "Description": "A system checkstop attention has occurred",
1426 "MessageArgSources" : [ "SRCWord6", "SRCWord7", "SRCWord8" ],
Zane Shelley45ab43a2021-11-13 16:16:57 -06001427 "Message": "Error Signature: %1 %2 %3"
Ben Tyner34836322020-04-15 17:01:48 -05001428 }
1429 },
1430
1431 {
Zane Shelley561c0382020-11-17 13:20:05 -06001432 "Name": "org.open_power.HwDiags.Error.Predictive",
Zane Shelley4e6355d2022-02-24 15:28:08 -06001433 "PossibleSubsystems": [
1434 "processor", "processor_fru", "processor_unit", "processor_bus",
1435 "memory_ctlr", "memory_bus", "memory_dimm", "memory_fru",
1436 "phb", "cec_hardware", "cec_clocks", "cec_tod", "others"
1437 ],
1438 "Severity": "predictive",
Zane Shelley561c0382020-11-17 13:20:05 -06001439 "ActionFlags": [ "service_action", "report", "call_home" ],
Ben Tyner34836322020-04-15 17:01:48 -05001440
1441 "SRC":
1442 {
Zane Shelley561c0382020-11-17 13:20:05 -06001443 "ReasonCode": "0xE511",
1444 "SymptomIDFields": [ "SRCWord6", "SRCWord7", "SRCWord8" ],
Ben Tyner34836322020-04-15 17:01:48 -05001445 "Words6To9":
1446 {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001447 "6":
1448 {
1449 "AdditionalDataPropSource": "SRC6"
1450 },
1451 "7":
1452 {
1453 "AdditionalDataPropSource": "SRC7"
1454 },
1455 "8":
1456 {
1457 "AdditionalDataPropSource": "SRC8"
1458 }
Ben Tyner34836322020-04-15 17:01:48 -05001459 }
1460 },
Zane Shelley561c0382020-11-17 13:20:05 -06001461
Ben Tyner34836322020-04-15 17:01:48 -05001462 "Documentation":
1463 {
Zane Shelley561c0382020-11-17 13:20:05 -06001464 "Description": "A hardware attention requiring service has occurred",
1465 "MessageArgSources" : [ "SRCWord6", "SRCWord7", "SRCWord8" ],
Zane Shelley45ab43a2021-11-13 16:16:57 -06001466 "Message": "Error Signature: %1 %2 %3"
Ben Tyner34836322020-04-15 17:01:48 -05001467 }
Shawn McCarney01648f52020-06-25 11:42:02 -05001468 },
1469
1470 {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001471 "Name": "org.open_power.HwDiags.Error.Informational",
Zane Shelley4e6355d2022-02-24 15:28:08 -06001472 "PossibleSubsystems": [
1473 "processor", "processor_fru", "processor_unit", "processor_bus",
1474 "memory_ctlr", "memory_bus", "memory_dimm", "memory_fru",
1475 "phb", "cec_hardware", "cec_clocks", "cec_tod", "others"
1476 ],
1477 "Severity": "non_error",
Zane Shelleydd4bd482021-12-08 09:12:51 -06001478 "ActionFlags": [ "hidden", "dont_report" ],
1479
1480 "SRC":
1481 {
1482 "ReasonCode": "0xE512",
1483 "SymptomIDFields": [ "SRCWord6", "SRCWord7", "SRCWord8" ],
1484 "Words6To9":
1485 {
1486 "6":
1487 {
1488 "AdditionalDataPropSource": "SRC6"
1489 },
1490 "7":
1491 {
1492 "AdditionalDataPropSource": "SRC7"
1493 },
1494 "8":
1495 {
1496 "AdditionalDataPropSource": "SRC8"
1497 }
1498 }
1499 },
1500
1501 "Documentation":
1502 {
1503 "Description": "Manual analysis was initiated via the command line. FFDC only.",
1504 "MessageArgSources" : [ "SRCWord6", "SRCWord7", "SRCWord8" ],
1505 "Message": "Error Signature: %1 %2 %3"
1506 }
1507 },
1508
1509 {
Brandon Wyman38caaf02020-09-01 16:07:42 -05001510 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.InputFault",
1511 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001512 "ActionFlags": ["service_action", "report"],
1513 "ComponentID": "0x2700",
1514
1515 "SRC": {
1516 "Type": "11",
1517 "ReasonCode": "0x15F0",
1518 "Words6To9": {}
1519 },
1520
1521 "Callouts": [
1522 {
1523 "CalloutList": [
1524 { "Priority": "high", "SymbolicFRU": "pwrsply" }
1525 ]
1526 }
1527 ],
1528
1529 "Documentation": {
1530 "Description": "Power Supply input power fault",
1531 "Message": "A power supply has indicated an input or under voltage condition.",
1532 "Notes": [
1533 "Check the power supply cabling and/or input power ",
1534 "source. The PWRSPLY procedure is used rather than ",
1535 "calling out a location code, as typically these faults ",
1536 "are related to the supplied power, the cable, or the ",
1537 "cable connectors. If the input fault resolves down to an ",
1538 "issue with the power supply itself, the power supply ",
1539 "indicating this input fault should be called out. Add the ",
1540 "CALLOUT_INVENTORY_PATH to the additional data, and set the",
1541 "CALLOUT_PRIORITY to something other than high."
1542 ]
1543 }
1544 },
1545
1546 {
1547 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Fault",
1548 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001549 "ActionFlags": ["service_action", "report", "call_home"],
1550 "ComponentID": "0x2700",
1551
1552 "SRC": {
1553 "Type": "11",
1554 "ReasonCode": "0x15F1",
1555 "Words6To9": {}
1556 },
1557
1558 "Documentation": {
1559 "Description": "Power Supply power fault",
1560 "Message": "The power supply detected a fault condition, see AdditionalData for further details.",
1561 "Notes": [
1562 "The power supply reporting the fault should be called ",
1563 "out using the CALLOUT_INVENTORY_PATH keyword. Include ",
1564 "specific fault, STATUS_* details, and code level in the ",
1565 "AdditionalData section."
1566 ]
1567 }
1568 },
1569
1570 {
1571 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.CommFault",
1572 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001573 "ActionFlags": ["service_action", "report", "call_home"],
1574 "ComponentID": "0x2700",
1575
1576 "SRC": {
1577 "Type": "11",
1578 "ReasonCode": "0x15F2",
1579 "Words6To9": {}
1580 },
1581
1582 "Documentation": {
1583 "Description": "Power Supply non-power fault",
1584 "Message": "A communication failure occurred talking to the power supply",
1585 "Notes": [
1586 "Communication problems with the power supply could be ",
1587 "the power supply, or any hardware between it and the ",
1588 "BMC. Reporting the error should be passing in a call ",
1589 "out using CALLOUT_DEVICE_PATH."
1590 ]
1591 }
1592 },
1593
1594 {
1595 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Missing",
1596 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001597 "ActionFlags": ["service_action", "report", "call_home"],
1598 "ComponentID": "0x2700",
1599
1600 "SRC": {
1601 "Type": "11",
1602 "ReasonCode": "0x15F6",
1603 "Words6To9": {}
1604 },
1605
1606 "Callouts": [
1607 {
1608 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -05001609 {
1610 "Priority": "high",
1611 "SymbolicFRUTrusted": "pwrsply",
1612 "UseInventoryLocCode": true
1613 }
Brandon Wyman38caaf02020-09-01 16:07:42 -05001614 ]
1615 }
1616 ],
1617
1618 "Documentation": {
1619 "Description": "Power Supply is missing",
1620 "Message": "A power supply that should be present is missing",
1621 "Notes": [
1622 "The CalloutList should use the PWRSPLY symbolic FRU ",
Matt Spinler80600192020-10-23 09:29:33 -05001623 "with the trusted location code property. The ",
1624 "location code in this callout is obtained from ",
1625 "the passed in CALLOUT_INVENTORY_PATH value."
Brandon Wyman38caaf02020-09-01 16:07:42 -05001626 ]
1627 }
1628 },
1629
1630 {
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00001631 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.NotSupported",
1632 "Subsystem": "power_supply",
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00001633 "ActionFlags": ["service_action", "report", "call_home"],
1634 "ComponentID": "0x2700",
1635
1636 "SRC": {
1637 "Type": "11",
1638 "ReasonCode": "0x15F7",
1639 "Words6To9": {}
1640 },
1641
1642 "Documentation": {
1643 "Description": "Power Supply configuration is not supported",
1644 "Message": "The power supply configuration is not supported",
1645 "Notes": [
1646 "The combination of power supplies detected in the ",
1647 "system is not supported. This could be caused by ",
1648 "mismatched models, less than expected number of power ",
1649 "supplies, or other unsupported characteristics."
1650 ]
1651 }
1652 },
1653
1654 {
Brandon Wymanc30f00a2021-11-18 21:10:04 +00001655 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.FanFault",
1656 "Subsystem": "power_supply",
Brandon Wymanc30f00a2021-11-18 21:10:04 +00001657 "ActionFlags": ["service_action", "report", "call_home"],
1658 "ComponentID": "0x2700",
1659
1660 "SRC": {
1661 "Type": "11",
1662 "ReasonCode": "0x15FF",
1663 "Words6To9": {}
1664 },
1665
1666 "Documentation": {
1667 "Description": "Power Supply fan fault",
1668 "Message": "A power supply indicated a fan fault has occurred",
1669 "Notes": [
1670 "The power supply reporting the fault should be called ",
1671 "out using the CALLOUT_INVENTORY_PATH keyword. Include ",
1672 "specific fault, STATUS_* details, and code level in the ",
1673 "AdditionalData section."
1674 ]
1675 }
1676 },
1677
1678 {
Brandon Wyman90c88402021-11-16 20:34:49 +00001679 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.IoutOCFault",
1680 "Subsystem": "power_supply",
Brandon Wyman90c88402021-11-16 20:34:49 +00001681 "ActionFlags": ["service_action", "report", "call_home"],
1682 "ComponentID": "0x2700",
1683
1684 "SRC": {
1685 "Type": "11",
1686 "ReasonCode": "0x1B01",
1687 "Words6To9": {}
1688 },
1689
1690 "Callouts": [
1691 {
1692 "CalloutList": [
1693 { "Priority": "high", "Procedure": "power_overcurrent" }
1694 ]
1695 }
1696 ],
1697
1698 "Documentation": {
1699 "Description": "Power Supply output over-current power fault",
1700 "Message": "A power supply has indicated an output over-current condition."
1701 }
1702 },
1703
1704 {
Jay Meyer54ff54e2021-03-14 20:18:41 -05001705 "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Blackout",
1706 "Subsystem": "power",
1707 "ActionFlags": [ "report", "service_action" ],
Jay Meyer54ff54e2021-03-14 20:18:41 -05001708 "ComponentID": "0x2700",
1709
1710 "SRC":
1711 {
1712 "Type": "11",
1713 "ReasonCode": "0x00AC",
Mike Cappsa2d7b772022-03-07 15:47:48 -05001714 "Words6To9": {}
Jay Meyer54ff54e2021-03-14 20:18:41 -05001715 },
1716
1717 "Callouts": [
1718 {
1719 "CalloutList": [
1720 { "Priority": "high", "SymbolicFRU": "ac_module"}
1721 ]
1722 }
1723 ],
1724
1725 "Documentation": {
1726 "Description": "Input power was lost while the system was powered on.",
1727 "Message": "Input power was lost while the system was powered on.",
1728 "Notes": [
1729 "Input power was lost while system powered on.",
1730 "The CalloutList should use the ACMODUL symbolic FRU."
1731 ]
1732 }
1733 },
1734
1735 {
Brandon Wyman002d8cf2021-12-01 23:05:11 +00001736 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.PSKillFault",
1737 "Subsystem": "power_supply",
Brandon Wyman002d8cf2021-12-01 23:05:11 +00001738 "ActionFlags": ["service_action", "report", "call_home"],
1739 "ComponentID": "0x2700",
1740
1741 "SRC": {
1742 "Type": "11",
1743 "ReasonCode": "0x2500",
Mike Cappsa2d7b772022-03-07 15:47:48 -05001744 "Words6To9": {}
Brandon Wyman002d8cf2021-12-01 23:05:11 +00001745 },
1746
1747 "Callouts": [
1748 {
1749 "CalloutList": [
1750 { "Priority": "high", "Procedure": "power_overcurrent" }
1751 ]
1752 }
1753 ],
1754
1755 "Documentation": {
1756 "Description": "A power supply fault is potentially preventing the power supply from allowing the system to power on.",
1757 "Message": "Power supply PSKill_fault",
1758 "Notes": [
1759 ]
1760 }
1761 },
1762
1763 {
Jim Wright7f678902020-11-30 16:03:57 -06001764 "Name": "xyz.openbmc_project.Power.Error.Shutdown",
1765 "Subsystem": "power_sequencer",
1766 "ComponentID": "0x2700",
1767
1768 "SRC": {
1769 "Type": "11",
1770 "ReasonCode": "0x2600",
1771 "Words6To9": {}
1772 },
1773
1774 "Callouts": [
1775 {
1776 "CalloutList": [
1777 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1778 ]
1779 }
1780 ],
1781
1782 "Documentation": {
1783 "Description": "A power off was issued because a power fault was detected",
1784 "Message": "A power off was issued because a power fault was detected",
1785 "Notes": [
1786 ]
1787 }
1788 },
1789
1790 {
Ben Tyner0273a222021-07-12 15:18:13 -05001791 "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Regulator",
1792 "Subsystem": "power_control_hw",
Mike Capps2a2d0ae2022-03-16 18:09:00 -04001793 "Severity": "critical_system_term",
Ben Tyner0273a222021-07-12 15:18:13 -05001794 "ComponentID": "0x2700",
1795
1796 "SRC": {
1797 "Type": "11",
1798 "ReasonCode": "0x2602",
Mike Cappsa2d7b772022-03-07 15:47:48 -05001799 "Words6To9": {}
Ben Tyner0273a222021-07-12 15:18:13 -05001800 },
1801
1802 "Callouts": [
1803 {
1804 "System": "ibm,rainier",
1805 "CalloutList": [
1806 {
1807 "Priority": "high",
1808 "LocCode": "P0-C5"
1809 },
1810 {
1811 "Priority": "medium",
1812 "LocCode": "P0"
1813 }
1814 ]
1815 },
1816 {
1817 "System": "ibm,everest",
1818 "CalloutList": [
1819 {
1820 "Priority": "high",
1821 "LocCode": "P0-C59"
1822 },
1823 {
1824 "Priority": "medium",
1825 "LocCode": "P0"
1826 }
1827 ]
1828 }
1829 ],
1830
1831 "Documentation": {
1832 "Description": "A power off was issued because a regulator for standby power faulted",
1833 "Message": "A power off was issued because a regulator for standby power faulted",
1834 "Notes": [
1835 ]
1836 }
1837 },
1838
1839 {
Jim Wright7f678902020-11-30 16:03:57 -06001840 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerPGOODFault",
1841 "Subsystem": "power_sequencer",
1842 "ComponentID": "0x2700",
1843
1844 "SRC": {
1845 "Type": "11",
1846 "ReasonCode": "0x2610",
1847 "Words6To9": {}
1848 },
1849
1850 "CalloutsUsingAD": {
1851 "ADName": "INPUT_NAME", "CalloutsWithTheirADValues": [
1852 {
1853 "ADValue": "PCIE_SLOT0", "Callouts": [
1854 {
1855 "CalloutList": [
1856 { "Priority": "high", "LocCode": "P0-C0" },
1857 { "Priority": "medium", "LocCode": "P0" }
1858 ]
1859 }
1860 ]
1861 },
1862 {
1863 "ADValue": "PCIE_SLOT1", "Callouts": [
1864 {
1865 "CalloutList": [
1866 { "Priority": "high", "LocCode": "P0-C1" },
1867 { "Priority": "medium", "LocCode": "P0" }
1868 ]
1869 }
1870 ]
1871 },
1872 {
1873 "ADValue": "PCIE_SLOT2", "Callouts": [
1874 {
1875 "CalloutList": [
1876 { "Priority": "high", "LocCode": "P0-C2" },
1877 { "Priority": "medium", "LocCode": "P0" }
1878 ]
1879 }
1880 ]
1881 },
1882 {
1883 "ADValue": "PCIE_SLOT3", "Callouts": [
1884 {
1885 "CalloutList": [
1886 { "Priority": "high", "LocCode": "P0-C3" },
1887 { "Priority": "medium", "LocCode": "P0" }
1888 ]
1889 }
1890 ]
1891 },
1892 {
1893 "ADValue": "PCIE_SLOT4", "Callouts": [
1894 {
1895 "CalloutList": [
1896 { "Priority": "high", "LocCode": "P0-C4" },
1897 { "Priority": "medium", "LocCode": "P0" }
1898 ]
1899 }
1900 ]
1901 },
1902 {
Jim Wright2e4eb072022-02-03 14:43:46 -06001903 "ADValue": "PCIE_SLOT5", "Callouts": [
1904 {
1905 "CalloutList": [
1906 { "Priority": "high", "LocCode": "P0-C5" },
1907 { "Priority": "medium", "LocCode": "P0" }
1908 ]
1909 }
1910 ]
1911 },
1912 {
1913 "ADValue": "PCIE_SLOT6", "Callouts": [
1914 {
1915 "CalloutList": [
1916 { "Priority": "high", "LocCode": "P0-C6" },
1917 { "Priority": "medium", "LocCode": "P0" }
1918 ]
1919 }
1920 ]
1921 },
1922 {
Jim Wright7f678902020-11-30 16:03:57 -06001923 "ADValue": "PCIE_SLOT7", "Callouts": [
1924 {
1925 "CalloutList": [
1926 { "Priority": "high", "LocCode": "P0-C7" },
1927 { "Priority": "medium", "LocCode": "P0" }
1928 ]
1929 }
1930 ]
1931 },
1932 {
1933 "ADValue": "PCIE_SLOT8", "Callouts": [
1934 {
1935 "CalloutList": [
1936 { "Priority": "high", "LocCode": "P0-C8" },
1937 { "Priority": "medium", "LocCode": "P0" }
1938 ]
1939 }
1940 ]
1941 },
1942 {
1943 "ADValue": "PCIE_SLOT9", "Callouts": [
1944 {
1945 "CalloutList": [
1946 { "Priority": "high", "LocCode": "P0-C9" },
1947 { "Priority": "medium", "LocCode": "P0" }
1948 ]
1949 }
1950 ]
1951 },
1952 {
1953 "ADValue": "PCIE_SLOT10", "Callouts": [
1954 {
1955 "CalloutList": [
1956 { "Priority": "high", "LocCode": "P0-C10" },
1957 { "Priority": "medium", "LocCode": "P0" }
1958 ]
1959 }
1960 ]
1961 },
1962 {
1963 "ADValue": "PCIE_SLOT11", "Callouts": [
1964 {
1965 "CalloutList": [
1966 { "Priority": "high", "LocCode": "P0-C11" },
1967 { "Priority": "medium", "LocCode": "P0" }
1968 ]
1969 }
1970 ]
1971 },
1972 {
1973 "ADValue": "PGOOD_12A", "Callouts": [
1974 {
1975 "CalloutList": [
1976 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1977 ]
1978 }
1979 ]
1980 },
1981 {
1982 "ADValue": "PGOOD_12B", "Callouts": [
1983 {
1984 "CalloutList": [
1985 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1986 ]
1987 }
1988 ]
1989 },
1990 {
1991 "ADValue": "PGOOD_12C", "Callouts": [
1992 {
1993 "CalloutList": [
1994 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1995 ]
1996 }
1997 ]
1998 },
1999 {
2000 "ADValue": "PGOOD_12D", "Callouts": [
2001 {
2002 "CalloutList": [
2003 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2004 ]
2005 }
2006 ]
2007 },
2008 {
2009 "ADValue": "PGOOD_12L", "Callouts": [
2010 {
2011 "CalloutList": [
2012 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2013 ]
2014 }
2015 ]
2016 },
2017 {
2018 "ADValue": "PGOOD_12M", "Callouts": [
2019 {
2020 "CalloutList": [
2021 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2022 ]
2023 }
2024 ]
2025 },
2026 {
2027 "ADValue": "PGOOD_12N", "Callouts": [
2028 {
2029 "CalloutList": [
2030 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2031 ]
2032 }
2033 ]
2034 },
2035 {
2036 "ADValue": "PGOOD_12P", "Callouts": [
2037 {
2038 "CalloutList": [
2039 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2040 ]
2041 }
2042 ]
2043 },
2044 {
2045 "ADValue": "PGOOD_12PCIE", "Callouts": [
2046 {
2047 "CalloutList": [
2048 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2049 ]
2050 }
2051 ]
2052 },
2053 {
2054 "ADValue": "PGOOD_12Q", "Callouts": [
2055 {
2056 "CalloutList": [
2057 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2058 ]
2059 }
2060 ]
2061 },
2062 {
2063 "ADValue": "PGOOD_12R", "Callouts": [
2064 {
2065 "CalloutList": [
2066 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2067 ]
2068 }
2069 ]
2070 },
2071 {
2072 "ADValue": "PGOOD_VDN_DCM0", "Callouts": [
2073 {
2074 "CalloutList": [
2075 { "Priority": "high", "LocCode": "P0-C14" },
2076 { "Priority": "medium", "LocCode": "P0-C15" },
2077 { "Priority": "low", "LocCode": "P0" }
2078 ]
2079 }
2080 ]
2081 },
2082 {
2083 "ADValue": "PGOOD_VDN_DCM1", "Callouts": [
2084 {
2085 "CalloutList": [
2086 { "Priority": "high", "LocCode": "P0-C23" },
2087 { "Priority": "medium", "LocCode": "P0-C24" },
2088 { "Priority": "low", "LocCode": "P0" }
2089 ]
2090 }
2091 ]
2092 },
2093 {
2094 "ADValue": "PGOOD_VCS_DCM0", "Callouts": [
2095 {
2096 "CalloutList": [
2097 { "Priority": "high", "LocCode": "P0-C14" },
2098 { "Priority": "medium", "LocCode": "P0-C15" },
2099 { "Priority": "low", "LocCode": "P0" }
2100 ]
2101 }
2102 ]
2103 },
2104 {
2105 "ADValue": "PGOOD_VCS_DCM1", "Callouts": [
2106 {
2107 "CalloutList": [
2108 { "Priority": "high", "LocCode": "P0-C23" },
2109 { "Priority": "medium", "LocCode": "P0-C24" },
2110 { "Priority": "low", "LocCode": "P0" }
2111 ]
2112 }
2113 ]
2114 },
2115 {
2116 "ADValue": "PGOOD_VIO_DCM0", "Callouts": [
2117 {
2118 "CalloutList": [
2119 { "Priority": "high", "LocCode": "P0-C14" },
2120 { "Priority": "medium", "LocCode": "P0-C15" },
2121 { "Priority": "low", "LocCode": "P0" }
2122 ]
2123 }
2124 ]
2125 },
2126 {
2127 "ADValue": "PGOOD_VIO_DCM1", "Callouts": [
2128 {
2129 "CalloutList": [
2130 { "Priority": "high", "LocCode": "P0-C23" },
2131 { "Priority": "medium", "LocCode": "P0-C24" },
2132 { "Priority": "low", "LocCode": "P0" }
2133 ]
2134 }
2135 ]
2136 },
2137 {
2138 "ADValue": "PGOOD_VPCIE_DCM0", "Callouts": [
2139 {
2140 "CalloutList": [
2141 { "Priority": "high", "LocCode": "P0-C14" },
2142 { "Priority": "medium", "LocCode": "P0-C15" },
2143 { "Priority": "low", "LocCode": "P0" }
2144 ]
2145 }
2146 ]
2147 },
2148 {
2149 "ADValue": "PGOOD_VPCIE_DCM1", "Callouts": [
2150 {
2151 "CalloutList": [
2152 { "Priority": "high", "LocCode": "P0-C23" },
2153 { "Priority": "medium", "LocCode": "P0-C24" },
2154 { "Priority": "low", "LocCode": "P0" }
2155 ]
2156 }
2157 ]
Jim Wright2e4eb072022-02-03 14:43:46 -06002158 },
2159 {
2160 "ADValue": "CP0_VPCIE", "Callouts": [
2161 {
2162 "CalloutList": [
2163 { "Priority": "high", "LocCode": "P0-C58" },
Jim Wrightace33db2022-04-19 14:33:37 -05002164 { "Priority": "medium", "LocCode": "P0-C61" },
Jim Wright2e4eb072022-02-03 14:43:46 -06002165 { "Priority": "low", "LocCode": "P0" }
2166 ]
2167 }
2168 ]
2169 },
2170 {
2171 "ADValue": "CP1_VPCIE", "Callouts": [
2172 {
2173 "CalloutList": [
2174 { "Priority": "high", "LocCode": "P0-C16" },
Jim Wrightace33db2022-04-19 14:33:37 -05002175 { "Priority": "medium", "LocCode": "P0-C14" },
Jim Wright2e4eb072022-02-03 14:43:46 -06002176 { "Priority": "low", "LocCode": "P0" }
2177 ]
2178 }
2179 ]
2180 },
2181 {
2182 "ADValue": "CP2_VPCIE", "Callouts": [
2183 {
2184 "CalloutList": [
2185 { "Priority": "high", "LocCode": "P0-C16" },
Jim Wrightace33db2022-04-19 14:33:37 -05002186 { "Priority": "medium", "LocCode": "P0-C19" },
Jim Wright2e4eb072022-02-03 14:43:46 -06002187 { "Priority": "low", "LocCode": "P0" }
2188 ]
2189 }
2190 ]
2191 },
2192 {
2193 "ADValue": "CP3_VPCIE", "Callouts": [
2194 {
2195 "CalloutList": [
2196 { "Priority": "high", "LocCode": "P0-C58" },
2197 { "Priority": "medium", "LocCode": "P0-C56" },
2198 { "Priority": "low", "LocCode": "P0" }
2199 ]
2200 }
2201 ]
2202 },
2203 {
Jim Wrightace33db2022-04-19 14:33:37 -05002204 "ADValue": "5.0V_USB_front", "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002205 {
2206 "CalloutList": [
2207 { "Priority": "high", "SymbolicFRU": "usb_pgood" },
Jim Wrightace33db2022-04-19 14:33:37 -05002208 { "Priority": "low", "LocCode": "P1" },
2209 { "Priority": "low", "LocCode": "P0" }
Jim Wright2e4eb072022-02-03 14:43:46 -06002210 ]
2211 }
2212 ]
2213 },
2214 {
2215 "ADValue": "CP0_VDN", "Callouts": [
2216 {
2217 "CalloutList": [
2218 { "Priority": "high", "LocCode": "P0-C63" },
Jim Wrightace33db2022-04-19 14:33:37 -05002219 { "Priority": "medium", "LocCode": "P0-C61" },
Jim Wright2e4eb072022-02-03 14:43:46 -06002220 { "Priority": "low", "LocCode": "P0" }
2221 ]
2222 }
2223 ]
2224 },
2225 {
2226 "ADValue": "CP1_VDN", "Callouts": [
2227 {
2228 "CalloutList": [
2229 { "Priority": "high", "LocCode": "P0-C12" },
Jim Wrightace33db2022-04-19 14:33:37 -05002230 { "Priority": "medium", "LocCode": "P0-C14" },
Jim Wright2e4eb072022-02-03 14:43:46 -06002231 { "Priority": "low", "LocCode": "P0" }
2232 ]
2233 }
2234 ]
2235 },
2236 {
2237 "ADValue": "CP2_VDN", "Callouts": [
2238 {
2239 "CalloutList": [
2240 { "Priority": "high", "LocCode": "P0-C21" },
Jim Wrightace33db2022-04-19 14:33:37 -05002241 { "Priority": "medium", "LocCode": "P0-C19" },
Jim Wright2e4eb072022-02-03 14:43:46 -06002242 { "Priority": "low", "LocCode": "P0" }
2243 ]
2244 }
2245 ]
2246 },
2247 {
2248 "ADValue": "CP3_VDN", "Callouts": [
2249 {
2250 "CalloutList": [
2251 { "Priority": "high", "LocCode": "P0-C54" },
2252 { "Priority": "medium", "LocCode": "P0-C56" },
2253 { "Priority": "low", "LocCode": "P0" }
2254 ]
2255 }
2256 ]
2257 },
2258 {
2259 "ADValue": "CP0_VIO", "Callouts": [
2260 {
2261 "CalloutList": [
2262 { "Priority": "high", "LocCode": "P0-C63" },
Jim Wrightace33db2022-04-19 14:33:37 -05002263 { "Priority": "medium", "LocCode": "P0-C61" },
Jim Wright2e4eb072022-02-03 14:43:46 -06002264 { "Priority": "low", "LocCode": "P0" }
2265 ]
2266 }
2267 ]
2268 },
2269 {
2270 "ADValue": "CP1_VIO", "Callouts": [
2271 {
2272 "CalloutList": [
2273 { "Priority": "high", "LocCode": "P0-C12" },
Jim Wrightace33db2022-04-19 14:33:37 -05002274 { "Priority": "medium", "LocCode": "P0-C14" },
Jim Wright2e4eb072022-02-03 14:43:46 -06002275 { "Priority": "low", "LocCode": "P0" }
2276 ]
2277 }
2278 ]
2279 },
2280 {
2281 "ADValue": "CP2_VIO", "Callouts": [
2282 {
2283 "CalloutList": [
2284 { "Priority": "high", "LocCode": "P0-C21" },
Jim Wrightace33db2022-04-19 14:33:37 -05002285 { "Priority": "medium", "LocCode": "P0-C19" },
Jim Wright2e4eb072022-02-03 14:43:46 -06002286 { "Priority": "low", "LocCode": "P0" }
2287 ]
2288 }
2289 ]
2290 },
2291 {
2292 "ADValue": "CP3_VIO", "Callouts": [
2293 {
2294 "CalloutList": [
2295 { "Priority": "high", "LocCode": "P0-C54" },
2296 { "Priority": "medium", "LocCode": "P0-C56" },
2297 { "Priority": "low", "LocCode": "P0" }
2298 ]
2299 }
2300 ]
2301 },
2302 {
2303 "ADValue": "PGOOD_PSU1", "Callouts": [
2304 {
2305 "CalloutList": [
2306 { "Priority": "high", "LocCode": "E0" }
2307 ]
2308 }
2309 ]
2310 },
2311 {
2312 "ADValue": "PGOOD_PSU2", "Callouts": [
2313 {
2314 "CalloutList": [
2315 { "Priority": "high", "LocCode": "E1" }
2316 ]
2317 }
2318 ]
2319 },
2320 {
2321 "ADValue": "PGOOD_PSU3", "Callouts": [
2322 {
2323 "CalloutList": [
2324 { "Priority": "high", "LocCode": "E2" }
2325 ]
2326 }
2327 ]
2328 },
2329 {
2330 "ADValue": "PGOOD_PSU4", "Callouts": [
2331 {
2332 "CalloutList": [
2333 { "Priority": "high", "LocCode": "E3" }
2334 ]
2335 }
2336 ]
Jim Wright7f678902020-11-30 16:03:57 -06002337 }
2338 ]
2339 },
2340
2341 "Documentation": {
2342 "Description": "The power sequencer chip detected a PGOOD fault",
2343 "Message": "The power sequencer chip detected a PGOOD fault",
2344 "Notes": [
2345 ]
2346 }
2347 },
2348
2349 {
2350 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerVoltageFault",
2351 "Subsystem": "power_sequencer",
2352 "ComponentID": "0x2700",
2353
2354 "SRC": {
2355 "Type": "11",
2356 "ReasonCode": "0x2620",
2357 "Words6To9": {}
2358 },
2359
2360 "CalloutsUsingAD": {
2361 "ADName": "RAIL_NAME", "CalloutsWithTheirADValues": [
2362 {
2363 "ADValue": "12.0V", "Callouts": [
2364 {
2365 "CalloutList": [
2366 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2367 ]
2368 }
2369 ]
2370 },
2371 {
2372 "ADValue": "5.0V_USB", "Callouts": [
2373 {
2374 "CalloutList": [
2375 { "Priority": "high", "SymbolicFRU": "usb_pgood" },
2376 { "Priority": "medium", "LocCode": "P0" }
2377 ]
2378 }
2379 ]
2380 },
2381 {
2382 "ADValue": "5.0V_DASD", "Callouts": [
2383 {
2384 "CalloutList": [
2385 { "Priority": "medium", "LocCode": "P1" },
2386 { "Priority": "medium", "LocCode": "P2" },
2387 { "Priority": "medium", "LocCode": "P3" },
2388 { "Priority": "low", "LocCode": "P0" }
2389 ]
2390 }
2391 ]
2392 },
2393 {
2394 "ADValue": "3.3VA", "Callouts": [
2395 {
2396 "CalloutList": [
2397 { "Priority": "high", "LocCode": "P0" }
2398 ]
2399 }
2400 ]
2401 },
2402 {
2403 "ADValue": "3.3VB", "Callouts": [
2404 {
2405 "CalloutList": [
2406 { "Priority": "high", "LocCode": "P0" }
2407 ]
2408 }
2409 ]
2410 },
2411 {
Jim Wright2e4eb072022-02-03 14:43:46 -06002412 "ADValue": "3V3IO", "Callouts": [
2413 {
2414 "CalloutList": [
Jim Wrightace33db2022-04-19 14:33:37 -05002415 { "Priority": "high", "LocCode": "P0-C17" },
2416 { "Priority": "medium", "LocCode": "P0-C96" },
2417 { "Priority": "medium", "LocCode": "P0-C0" },
2418 { "Priority": "medium", "SymbolicFRU": "pcie_hot_plug" },
2419 { "Priority": "low", "LocCode": "P0" }
Jim Wright2e4eb072022-02-03 14:43:46 -06002420 ]
2421 }
2422 ]
2423 },
2424 {
Jim Wright7f678902020-11-30 16:03:57 -06002425 "ADValue": "1.5V", "Callouts": [
2426 {
2427 "CalloutList": [
2428 { "Priority": "high", "LocCode": "P0" }
2429 ]
2430 }
2431 ]
2432 },
2433 {
2434 "ADValue": "1.1V", "Callouts": [
2435 {
2436 "CalloutList": [
2437 { "Priority": "high", "LocCode": "P0" }
2438 ]
2439 }
2440 ]
2441 },
2442 {
2443 "ADValue": "VDDA_DCM0", "Callouts": [
2444 {
2445 "CalloutList": [
2446 { "Priority": "high", "LocCode": "P0-C14" },
2447 { "Priority": "medium", "LocCode": "P0-C15" },
2448 { "Priority": "low", "LocCode": "P0" }
2449 ]
2450 }
2451 ]
2452 },
2453 {
2454 "ADValue": "VDDB_DCM0", "Callouts": [
2455 {
2456 "CalloutList": [
2457 { "Priority": "high", "LocCode": "P0-C14" },
2458 { "Priority": "medium", "LocCode": "P0-C15" },
2459 { "Priority": "low", "LocCode": "P0" }
2460 ]
2461 }
2462 ]
2463 },
2464 {
2465 "ADValue": "VDDA_DCM1", "Callouts": [
2466 {
2467 "CalloutList": [
2468 { "Priority": "high", "LocCode": "P0-C23" },
2469 { "Priority": "medium", "LocCode": "P0-C24" },
2470 { "Priority": "low", "LocCode": "P0" }
2471 ]
2472 }
2473 ]
2474 },
2475 {
2476 "ADValue": "VDDB_DCM1", "Callouts": [
2477 {
2478 "CalloutList": [
2479 { "Priority": "high", "LocCode": "P0-C23" },
2480 { "Priority": "medium", "LocCode": "P0-C24" },
2481 { "Priority": "low", "LocCode": "P0" }
2482 ]
2483 }
2484 ]
2485 },
2486 {
Jim Wright2e4eb072022-02-03 14:43:46 -06002487 "ADValue": "CP03_AVDD", "Callouts": [
2488 {
2489 "CalloutList": [
2490 { "Priority": "high", "LocCode": "P0-C58" },
Jim Wright2e4eb072022-02-03 14:43:46 -06002491 { "Priority": "medium", "LocCode": "P0-C61" },
Jim Wrightace33db2022-04-19 14:33:37 -05002492 { "Priority": "medium", "LocCode": "P0-C56" },
Jim Wright2e4eb072022-02-03 14:43:46 -06002493 { "Priority": "low", "LocCode": "P0" }
2494 ]
2495 }
2496 ]
2497 },
2498 {
2499 "ADValue": "CP12_AVDD", "Callouts": [
2500 {
2501 "CalloutList": [
2502 { "Priority": "high", "LocCode": "P0-C16" },
2503 { "Priority": "medium", "LocCode": "P0-C14" },
2504 { "Priority": "medium", "LocCode": "P0-C19" },
2505 { "Priority": "low", "LocCode": "P0" }
2506 ]
2507 }
2508 ]
2509 },
2510 {
2511 "ADValue": "CP0_VDD0", "Callouts": [
2512 {
2513 "CalloutList": [
2514 { "Priority": "high", "LocCode": "P0-C62" },
2515 { "Priority": "medium", "LocCode": "P0-C61" },
2516 { "Priority": "low", "LocCode": "P0" }
2517 ]
2518 }
2519 ]
2520 },
2521 {
2522 "ADValue": "CP0_VDD1", "Callouts": [
2523 {
2524 "CalloutList": [
2525 { "Priority": "high", "LocCode": "P0-C60" },
2526 { "Priority": "medium", "LocCode": "P0-C61" },
2527 { "Priority": "low", "LocCode": "P0" }
2528 ]
2529 }
2530 ]
2531 },
2532 {
2533 "ADValue": "CP1_VDD0", "Callouts": [
2534 {
2535 "CalloutList": [
2536 { "Priority": "high", "LocCode": "P0-C13" },
2537 { "Priority": "medium", "LocCode": "P0-C14" },
2538 { "Priority": "low", "LocCode": "P0" }
2539 ]
2540 }
2541 ]
2542 },
2543 {
2544 "ADValue": "CP1_VDD1", "Callouts": [
2545 {
2546 "CalloutList": [
2547 { "Priority": "high", "LocCode": "P0-C15" },
2548 { "Priority": "medium", "LocCode": "P0-C14" },
2549 { "Priority": "low", "LocCode": "P0" }
2550 ]
2551 }
2552 ]
2553 },
2554 {
2555 "ADValue": "CP2_VDD0", "Callouts": [
2556 {
2557 "CalloutList": [
2558 { "Priority": "high", "LocCode": "P0-C18" },
2559 { "Priority": "medium", "LocCode": "P0-C19" },
2560 { "Priority": "low", "LocCode": "P0" }
2561 ]
2562 }
2563 ]
2564 },
2565 {
2566 "ADValue": "CP2_VDD1", "Callouts": [
2567 {
2568 "CalloutList": [
2569 { "Priority": "high", "LocCode": "P0-C20" },
2570 { "Priority": "medium", "LocCode": "P0-C19" },
2571 { "Priority": "low", "LocCode": "P0" }
2572 ]
2573 }
2574 ]
2575 },
2576 {
2577 "ADValue": "CP3_VDD0", "Callouts": [
2578 {
2579 "CalloutList": [
2580 { "Priority": "high", "LocCode": "P0-C57" },
2581 { "Priority": "medium", "LocCode": "P0-C56" },
2582 { "Priority": "low", "LocCode": "P0" }
2583 ]
2584 }
2585 ]
2586 },
2587 {
2588 "ADValue": "CP3_VDD1", "Callouts": [
2589 {
2590 "CalloutList": [
2591 { "Priority": "high", "LocCode": "P0-C55" },
2592 { "Priority": "medium", "LocCode": "P0-C56" },
2593 { "Priority": "low", "LocCode": "P0" }
2594 ]
2595 }
2596 ]
2597 },
2598 {
2599 "ADValue": "CP0_VCS0", "Callouts": [
2600 {
2601 "CalloutList": [
2602 { "Priority": "high", "LocCode": "P0-C63" },
2603 { "Priority": "medium", "LocCode": "P0-C61" },
2604 { "Priority": "low", "LocCode": "P0" }
2605 ]
2606 }
2607 ]
2608 },
2609 {
2610 "ADValue": "CP0_VCS1", "Callouts": [
2611 {
2612 "CalloutList": [
2613 { "Priority": "high", "LocCode": "P0-C59" },
2614 { "Priority": "medium", "LocCode": "P0-C61" },
2615 { "Priority": "low", "LocCode": "P0" }
2616 ]
2617 }
2618 ]
2619 },
2620 {
2621 "ADValue": "CP1_VCS0", "Callouts": [
2622 {
2623 "CalloutList": [
2624 { "Priority": "high", "LocCode": "P0-C12" },
2625 { "Priority": "medium", "LocCode": "P0-C14" },
2626 { "Priority": "low", "LocCode": "P0" }
2627 ]
2628 }
2629 ]
2630 },
2631 {
2632 "ADValue": "CP1_VCS1", "Callouts": [
2633 {
2634 "CalloutList": [
2635 { "Priority": "high", "LocCode": "P0-C16" },
2636 { "Priority": "medium", "LocCode": "P0-C14" },
2637 { "Priority": "low", "LocCode": "P0" }
2638 ]
2639 }
2640 ]
2641 },
2642 {
2643 "ADValue": "CP2_VCS0", "Callouts": [
2644 {
2645 "CalloutList": [
2646 { "Priority": "high", "LocCode": "P0-C17" },
2647 { "Priority": "medium", "LocCode": "P0-C19" },
2648 { "Priority": "low", "LocCode": "P0" }
2649 ]
2650 }
2651 ]
2652 },
2653 {
2654 "ADValue": "CP2_VCS1", "Callouts": [
2655 {
2656 "CalloutList": [
2657 { "Priority": "high", "LocCode": "P0-C21" },
2658 { "Priority": "medium", "LocCode": "P0-C19" },
2659 { "Priority": "low", "LocCode": "P0" }
2660 ]
2661 }
2662 ]
2663 },
2664 {
2665 "ADValue": "CP3_VCS0", "Callouts": [
2666 {
2667 "CalloutList": [
2668 { "Priority": "high", "LocCode": "P0-C58" },
2669 { "Priority": "medium", "LocCode": "P0-C56" },
2670 { "Priority": "low", "LocCode": "P0" }
2671 ]
2672 }
2673 ]
2674 },
2675 {
2676 "ADValue": "CP3_VCS1", "Callouts": [
2677 {
2678 "CalloutList": [
2679 { "Priority": "high", "LocCode": "P0-C54" },
2680 { "Priority": "medium", "LocCode": "P0-C56" },
2681 { "Priority": "low", "LocCode": "P0" }
2682 ]
2683 }
2684 ]
2685 },
2686 {
Jim Wrightae1738c2022-05-02 09:57:45 -05002687 "ADValue": "CP0_VDN", "Callouts": [
2688 {
2689 "CalloutList": [
2690 { "Priority": "high", "LocCode": "P0-C63" },
2691 { "Priority": "medium", "LocCode": "P0-C61" },
2692 { "Priority": "low", "LocCode": "P0" }
2693 ]
2694 }
2695 ]
2696 },
2697 {
2698 "ADValue": "CP1_VDN", "Callouts": [
2699 {
2700 "CalloutList": [
2701 { "Priority": "high", "LocCode": "P0-C12" },
2702 { "Priority": "medium", "LocCode": "P0-C14" },
2703 { "Priority": "low", "LocCode": "P0" }
2704 ]
2705 }
2706 ]
2707 },
2708 {
2709 "ADValue": "CP2_VDN", "Callouts": [
2710 {
2711 "CalloutList": [
2712 { "Priority": "high", "LocCode": "P0-C21" },
2713 { "Priority": "medium", "LocCode": "P0-C19" },
2714 { "Priority": "low", "LocCode": "P0" }
2715 ]
2716 }
2717 ]
2718 },
2719 {
2720 "ADValue": "CP3_VDN", "Callouts": [
2721 {
2722 "CalloutList": [
2723 { "Priority": "high", "LocCode": "P0-C54" },
2724 { "Priority": "medium", "LocCode": "P0-C56" },
2725 { "Priority": "low", "LocCode": "P0" }
2726 ]
2727 }
2728 ]
2729 },
2730 {
2731 "ADValue": "CP0_VIO", "Callouts": [
2732 {
2733 "CalloutList": [
2734 { "Priority": "high", "LocCode": "P0-C63" },
2735 { "Priority": "medium", "LocCode": "P0-C61" },
2736 { "Priority": "low", "LocCode": "P0" }
2737 ]
2738 }
2739 ]
2740 },
2741 {
2742 "ADValue": "CP1_VIO", "Callouts": [
2743 {
2744 "CalloutList": [
2745 { "Priority": "high", "LocCode": "P0-C12" },
2746 { "Priority": "medium", "LocCode": "P0-C14" },
2747 { "Priority": "low", "LocCode": "P0" }
2748 ]
2749 }
2750 ]
2751 },
2752 {
2753 "ADValue": "CP2_VIO", "Callouts": [
2754 {
2755 "CalloutList": [
2756 { "Priority": "high", "LocCode": "P0-C21" },
2757 { "Priority": "medium", "LocCode": "P0-C19" },
2758 { "Priority": "low", "LocCode": "P0" }
2759 ]
2760 }
2761 ]
2762 },
2763 {
2764 "ADValue": "CP3_VIO", "Callouts": [
2765 {
2766 "CalloutList": [
2767 { "Priority": "high", "LocCode": "P0-C54" },
2768 { "Priority": "medium", "LocCode": "P0-C56" },
2769 { "Priority": "low", "LocCode": "P0" }
2770 ]
2771 }
2772 ]
2773 },
2774 {
2775 "ADValue": "CP0_VPCIE", "Callouts": [
2776 {
2777 "CalloutList": [
2778 { "Priority": "high", "LocCode": "P0-C58" },
2779 { "Priority": "medium", "LocCode": "P0-C61" },
2780 { "Priority": "low", "LocCode": "P0" }
2781 ]
2782 }
2783 ]
2784 },
2785 {
2786 "ADValue": "CP1_VPCIE", "Callouts": [
2787 {
2788 "CalloutList": [
2789 { "Priority": "high", "LocCode": "P0-C16" },
2790 { "Priority": "medium", "LocCode": "P0-C14" },
2791 { "Priority": "low", "LocCode": "P0" }
2792 ]
2793 }
2794 ]
2795 },
2796 {
2797 "ADValue": "CP2_VPCIE", "Callouts": [
2798 {
2799 "CalloutList": [
2800 { "Priority": "high", "LocCode": "P0-C16" },
2801 { "Priority": "medium", "LocCode": "P0-C19" },
2802 { "Priority": "low", "LocCode": "P0" }
2803 ]
2804 }
2805 ]
2806 },
2807 {
2808 "ADValue": "CP3_VPCIE", "Callouts": [
2809 {
2810 "CalloutList": [
2811 { "Priority": "high", "LocCode": "P0-C58" },
2812 { "Priority": "medium", "LocCode": "P0-C56" },
2813 { "Priority": "low", "LocCode": "P0" }
2814 ]
2815 }
2816 ]
2817 },
2818 {
Jim Wright7f678902020-11-30 16:03:57 -06002819 "ADValue": "12.0VCS", "Callouts": [
2820 {
2821 "CalloutList": [
2822 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2823 ]
2824 }
2825 ]
2826 },
2827 {
2828 "ADValue": "3.3VCS", "Callouts": [
2829 {
2830 "CalloutList": [
2831 { "Priority": "high", "LocCode": "P0" }
2832 ]
2833 }
2834 ]
2835 },
2836 {
2837 "ADValue": "1.1V_Current", "Callouts": [
2838 {
2839 "CalloutList": [
2840 { "Priority": "high", "LocCode": "P0" }
2841 ]
2842 }
2843 ]
2844 },
2845 {
2846 "ADValue": "5.0V_USB_Current", "Callouts": [
2847 {
2848 "CalloutList": [
2849 { "Priority": "high", "SymbolicFRU": "usb_pgood" },
2850 { "Priority": "medium", "LocCode": "P0" }
2851 ]
2852 }
2853 ]
2854 },
2855 {
2856 "ADValue": "5.0V_DASD_Current", "Callouts": [
2857 {
2858 "CalloutList": [
2859 { "Priority": "medium", "LocCode": "P1" },
2860 { "Priority": "medium", "LocCode": "P2" },
2861 { "Priority": "medium", "LocCode": "P3" },
2862 { "Priority": "low", "LocCode": "P0" }
2863 ]
2864 }
2865 ]
2866 },
2867 {
2868 "ADValue": "12.0VN", "Callouts": [
2869 {
2870 "CalloutList": [
2871 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2872 ]
2873 }
2874 ]
2875 },
2876 {
2877 "ADValue": "12.0VP", "Callouts": [
2878 {
2879 "CalloutList": [
2880 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2881 ]
2882 }
2883 ]
2884 },
2885 {
2886 "ADValue": "12.0VQ", "Callouts": [
2887 {
2888 "CalloutList": [
2889 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2890 ]
2891 }
2892 ]
2893 },
2894 {
2895 "ADValue": "12.0VR", "Callouts": [
2896 {
2897 "CalloutList": [
2898 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2899 ]
2900 }
2901 ]
2902 },
2903 {
2904 "ADValue": "ThermalDiode1", "Callouts": [
2905 {
2906 "CalloutList": [
2907 { "Priority": "high", "LocCode": "P0" }
2908 ]
2909 }
2910 ]
2911 },
2912 {
2913 "ADValue": "ThermalDiode2", "Callouts": [
2914 {
2915 "CalloutList": [
2916 { "Priority": "high", "LocCode": "P0" }
2917 ]
2918 }
2919 ]
2920 },
2921 {
2922 "ADValue": "ThermalDiode3", "Callouts": [
2923 {
2924 "CalloutList": [
2925 { "Priority": "high", "LocCode": "P0" }
2926 ]
2927 }
2928 ]
2929 },
2930 {
2931 "ADValue": "ThermalDiode4", "Callouts": [
2932 {
2933 "CalloutList": [
2934 { "Priority": "high", "LocCode": "P0" }
2935 ]
2936 }
2937 ]
Jim Wrightae1738c2022-05-02 09:57:45 -05002938 },
2939 {
2940 "ADValue": "VDN_DCM0", "Callouts": [
2941 {
2942 "CalloutList": [
2943 { "Priority": "high", "LocCode": "P0-C14" },
2944 { "Priority": "medium", "LocCode": "P0-C15" },
2945 { "Priority": "low", "LocCode": "P0" }
2946 ]
2947 }
2948 ]
2949 },
2950 {
2951 "ADValue": "VDN_DCM1", "Callouts": [
2952 {
2953 "CalloutList": [
2954 { "Priority": "high", "LocCode": "P0-C23" },
2955 { "Priority": "medium", "LocCode": "P0-C24" },
2956 { "Priority": "low", "LocCode": "P0" }
2957 ]
2958 }
2959 ]
2960 },
2961 {
2962 "ADValue": "VCS_DCM0", "Callouts": [
2963 {
2964 "CalloutList": [
2965 { "Priority": "high", "LocCode": "P0-C14" },
2966 { "Priority": "medium", "LocCode": "P0-C15" },
2967 { "Priority": "low", "LocCode": "P0" }
2968 ]
2969 }
2970 ]
2971 },
2972 {
2973 "ADValue": "VCS_DCM1", "Callouts": [
2974 {
2975 "CalloutList": [
2976 { "Priority": "high", "LocCode": "P0-C23" },
2977 { "Priority": "medium", "LocCode": "P0-C24" },
2978 { "Priority": "low", "LocCode": "P0" }
2979 ]
2980 }
2981 ]
2982 },
2983 {
2984 "ADValue": "VIO_DCM0", "Callouts": [
2985 {
2986 "CalloutList": [
2987 { "Priority": "high", "LocCode": "P0-C14" },
2988 { "Priority": "medium", "LocCode": "P0-C15" },
2989 { "Priority": "low", "LocCode": "P0" }
2990 ]
2991 }
2992 ]
2993 },
2994 {
2995 "ADValue": "VIO_DCM1", "Callouts": [
2996 {
2997 "CalloutList": [
2998 { "Priority": "high", "LocCode": "P0-C23" },
2999 { "Priority": "medium", "LocCode": "P0-C24" },
3000 { "Priority": "low", "LocCode": "P0" }
3001 ]
3002 }
3003 ]
3004 },
3005 {
3006 "ADValue": "VPCIE_DCM0", "Callouts": [
3007 {
3008 "CalloutList": [
3009 { "Priority": "high", "LocCode": "P0-C14" },
3010 { "Priority": "medium", "LocCode": "P0-C15" },
3011 { "Priority": "low", "LocCode": "P0" }
3012 ]
3013 }
3014 ]
3015 },
3016 {
3017 "ADValue": "VPCIE_DCM1", "Callouts": [
3018 {
3019 "CalloutList": [
3020 { "Priority": "high", "LocCode": "P0-C23" },
3021 { "Priority": "medium", "LocCode": "P0-C24" },
3022 { "Priority": "low", "LocCode": "P0" }
3023 ]
3024 }
3025 ]
Jim Wright7f678902020-11-30 16:03:57 -06003026 }
3027 ]
3028 },
3029
3030 "Documentation": {
3031 "Description": "The power sequencer chip detected a voltage fault",
3032 "Message": "The power sequencer chip detected a voltage fault",
3033 "Notes": [
3034 ]
3035 }
3036 },
3037
3038 {
Shawn McCarney7f1ec942021-07-28 13:33:34 -05003039 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.N",
3040 "Subsystem": "power",
3041 "Severity": "predictive_redundancy_loss",
3042 "ComponentID": "0x2700",
3043
3044 "SRC": {
3045 "Type": "11",
3046 "ReasonCode": "0x2700",
3047 "Words6To9": {}
3048 },
3049
3050 "Documentation": {
3051 "Description": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
3052 "Message": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
3053 "Notes": [
3054 "CALLOUT_INVENTORY_PATH should be specified in the ",
3055 "AdditionalData property of the event log so that ",
3056 "the device is called out but not the communication path."
3057 ]
3058 }
3059 },
3060
3061 {
3062 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.NPlus1",
3063 "Subsystem": "power",
3064 "Severity": "non_error",
3065 "MfgSeverity": "predictive_redundancy_loss",
3066 "ActionFlags": ["report"],
3067 "MfgActionFlags": ["service_action", "report", "call_home"],
3068 "ComponentID": "0x2700",
3069
3070 "SRC": {
3071 "Type": "11",
3072 "ReasonCode": "0x2701",
3073 "Words6To9": {}
3074 },
3075
3076 "Documentation": {
3077 "Description": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
3078 "Message": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
3079 "Notes": [
3080 "CALLOUT_INVENTORY_PATH should be specified in the ",
3081 "AdditionalData property of the event log so that ",
3082 "the device is called out but not the communication path."
3083 ]
3084 }
3085 },
3086
3087 {
Shawn McCarney01648f52020-06-25 11:42:02 -05003088 "Name": "xyz.openbmc_project.Power.Regulators.Error.WriteVerification",
3089 "Subsystem": "power",
3090 "ComponentID": "0x2700",
3091
3092 "SRC": {
3093 "Type": "11",
3094 "ReasonCode": "0x2900",
3095 "Words6To9": {}
3096 },
3097
3098 "Documentation": {
3099 "Description": "A write verification error occurred on a device",
3100 "Message": "A write verification error occurred on a device",
3101 "Notes": [
3102 "This error occurs when a device register is written, ",
3103 "read back, and the two values do not match. This is ",
3104 "also called a read-back error. The device should be ",
3105 "identified using the CALLOUT_DEVICE_PATH or ",
3106 "CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR keywords in the ",
3107 "AdditionalData property of the event log. This will ",
3108 "cause the device and the hardware in the communication ",
3109 "path to be called out."
3110 ]
3111 }
3112 },
3113
3114 {
Shawn McCarneye4022182022-01-31 19:09:01 -06003115 "Name": "xyz.openbmc_project.Power.UPS.Error.Battery.Discharging",
3116 "Subsystem": "power",
3117 "Severity": "non_error",
3118 "ActionFlags": ["report"],
3119 "ComponentID": "0x2700",
3120
3121 "SRC": {
3122 "Type": "11",
3123 "ReasonCode": "0x4201",
3124 "Words6To9": {}
3125 },
3126
3127 "Documentation": {
3128 "Description": "The Uninterruptible Power Supply (UPS) battery is discharging and providing power to the system due to a utility failure",
3129 "Message": "The Uninterruptible Power Supply (UPS) battery is discharging and providing power to the system due to a utility failure",
3130 "Notes": [
3131 ]
3132 }
3133 },
3134
3135 {
3136 "Name": "xyz.openbmc_project.Power.UPS.Error.Battery.Low",
3137 "Subsystem": "power",
3138 "Severity": "non_error",
3139 "ActionFlags": ["report"],
3140 "ComponentID": "0x2700",
3141
3142 "SRC": {
3143 "Type": "11",
3144 "ReasonCode": "0x4203",
3145 "Words6To9": {}
3146 },
3147
3148 "Documentation": {
3149 "Description": "The Uninterruptible Power Supply (UPS) battery level is low",
3150 "Message": "The Uninterruptible Power Supply (UPS) battery level is low",
3151 "Notes": [
3152 ]
3153 }
3154 },
3155
3156 {
Shawn McCarney01648f52020-06-25 11:42:02 -05003157 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile",
3158 "Subsystem": "power",
3159 "ComponentID": "0x2700",
3160
3161 "SRC": {
3162 "Type": "11",
3163 "ReasonCode": "0xA013",
3164 "Words6To9": {}
3165 },
3166
3167 "Callouts": [
3168 {
3169 "CalloutList": [
3170 { "Priority": "high", "Procedure": "bmc_code" }
3171 ]
3172 }
3173 ],
3174
3175 "Documentation": {
3176 "Description": "A regulators configuration file error occurred",
3177 "Message": "A regulators configuration file error occurred",
3178 "Notes": [
3179 "The regulators configuration file could not be found, ",
3180 "could not be read, or had invalid contents."
3181 ]
3182 }
3183 },
3184
3185 {
Shawn McCarney82e31d82021-02-19 16:25:55 -06003186 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile.Critical",
3187 "Subsystem": "power",
3188 "Severity": "critical_system_term",
3189 "ComponentID": "0x2700",
3190
3191 "SRC": {
3192 "Type": "11",
3193 "ReasonCode": "0xA014",
Mike Cappsa2d7b772022-03-07 15:47:48 -05003194 "Words6To9": {}
Shawn McCarney82e31d82021-02-19 16:25:55 -06003195 },
3196
3197 "Callouts": [
3198 {
3199 "CalloutList": [
3200 { "Priority": "high", "Procedure": "bmc_code" }
3201 ]
3202 }
3203 ],
3204
3205 "Documentation": {
3206 "Description": "A critical regulators configuration file error occurred",
3207 "Message": "A critical regulators configuration file error occurred",
3208 "Notes": [
3209 "The regulators configuration file could not be found, ",
3210 "could not be read, or had invalid contents. As a result ",
3211 "voltage regulators could not be configured, and the ",
3212 "chassis could not be powered on."
3213 ]
3214 }
3215 },
3216
3217 {
Jim Wright7f678902020-11-30 16:03:57 -06003218 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerFault",
3219 "Subsystem": "power_sequencer",
3220 "ComponentID": "0x2700",
3221
3222 "SRC": {
3223 "Type": "11",
3224 "ReasonCode": "0xD000",
3225 "Words6To9": {}
3226 },
3227
3228 "Callouts": [
3229 {
3230 "CalloutList": [
3231 { "Priority": "high", "LocCode": "P0" }
3232 ]
3233 }
3234 ],
3235
3236 "Documentation": {
3237 "Description": "The power sequencer chip detected a fault",
3238 "Message": "The power sequencer chip detected a fault",
3239 "Notes": [
3240 ]
3241 }
3242 },
3243
3244 {
Jim Wrightc1ba04f2021-11-12 15:31:32 -06003245 "Name": "xyz.openbmc_project.Power.Error.PowerOnTimeout",
Jim Wright7f678902020-11-30 16:03:57 -06003246 "Subsystem": "power_sequencer",
3247 "ComponentID": "0x2700",
Jim Wrightc1ba04f2021-11-12 15:31:32 -06003248 "Severity": "critical",
Jim Wright7f678902020-11-30 16:03:57 -06003249
3250 "SRC": {
3251 "Type": "11",
3252 "ReasonCode": "0xD002",
3253 "Words6To9": {}
3254 },
3255
3256 "Callouts": [
3257 {
3258 "CalloutList": [
3259 { "Priority": "high", "LocCode": "P0" }
3260 ]
3261 }
3262 ],
3263
3264 "Documentation": {
Jim Wrightc1ba04f2021-11-12 15:31:32 -06003265 "Description": "System power failed to turn on within timeout period",
3266 "Message": "System power failed to turn on within timeout period",
3267 "Notes": [
3268 ]
3269 }
3270 },
3271
3272 {
3273 "Name": "xyz.openbmc_project.Power.Error.PowerOffTimeout",
3274 "Subsystem": "power_sequencer",
3275 "ComponentID": "0x2700",
3276 "Severity": "critical",
3277
3278 "SRC": {
3279 "Type": "11",
3280 "ReasonCode": "0xD008",
3281 "Words6To9": {}
3282 },
3283
3284 "Callouts": [
3285 {
3286 "CalloutList": [
3287 { "Priority": "high", "LocCode": "P0" }
3288 ]
3289 }
3290 ],
3291
3292 "Documentation": {
3293 "Description": "System power failed to turn off within timeout period",
3294 "Message": "System power failed to turn off within timeout period",
Jim Wright7f678902020-11-30 16:03:57 -06003295 "Notes": [
3296 ]
3297 }
3298 },
3299
3300 {
Shawn McCarney01648f52020-06-25 11:42:02 -05003301 "Name": "xyz.openbmc_project.Power.Error.Internal",
3302 "Subsystem": "power",
3303 "ComponentID": "0x2700",
3304
3305 "SRC": {
3306 "Type": "11",
3307 "ReasonCode": "0xE000",
3308 "Words6To9": {}
3309 },
3310
3311 "Callouts": [
3312 {
3313 "CalloutList": [
3314 { "Priority": "high", "Procedure": "bmc_code" }
3315 ]
3316 }
3317 ],
3318
3319 "Documentation": {
3320 "Description": "An internal firmware error occurred",
3321 "Message": "An internal firmware error occurred",
3322 "Notes": [
3323 "The error details must be provided in the AdditionalData ",
3324 "property of the event log."
3325 ]
3326 }
3327 },
3328
3329 {
3330 "Name": "xyz.openbmc_project.Power.Error.I2C",
3331 "Subsystem": "cec_i2c",
3332 "ComponentID": "0x2700",
3333
3334 "SRC": {
3335 "Type": "11",
3336 "ReasonCode": "0xE100",
3337 "Words6To9": {}
3338 },
3339
3340 "Documentation": {
3341 "Description": "An I2C error occurred communicating with a device",
3342 "Message": "An I2C error occurred communicating with a device",
3343 "Notes": [
3344 "The device should be identified using the ",
3345 "CALLOUT_DEVICE_PATH or CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR ",
3346 "keywords in the AdditionalData property of the event ",
3347 "log. This will cause the device and the hardware in the ",
3348 "communication path to be called out."
3349 ]
3350 }
3351 },
3352
3353 {
3354 "Name": "xyz.openbmc_project.Power.Error.PMBus",
3355 "Subsystem": "power",
3356 "ComponentID": "0x2700",
3357
3358 "SRC": {
3359 "Type": "11",
3360 "ReasonCode": "0xE200",
3361 "Words6To9": {}
3362 },
3363
3364 "Documentation": {
3365 "Description": "A PMBus error occurred on a device",
3366 "Message": "A PMBus error occurred on a device",
3367 "Notes": [
3368 "This error occurs when the I2C communication was ",
3369 "successful, but the PMBus value read is invalid or ",
3370 "unsupported. CALLOUT_INVENTORY_PATH should be specified ",
3371 "in the AdditionalData property of the event log so that ",
3372 "the device is called out but not the communication path."
3373 ]
3374 }
3375 },
3376
3377 {
3378 "Name": "xyz.openbmc_project.Power.Error.DBus",
3379 "Subsystem": "power",
3380 "ComponentID": "0x2700",
3381
3382 "SRC": {
3383 "Type": "11",
3384 "ReasonCode": "0xE300",
3385 "Words6To9": {}
3386 },
3387
3388 "Callouts": [
3389 {
3390 "CalloutList": [
3391 { "Priority": "high", "Procedure": "bmc_code" }
3392 ]
3393 }
3394 ],
3395
3396 "Documentation": {
3397 "Description": "A firmware inter-process communication (D-Bus) error occurred",
3398 "Message": "A firmware inter-process communication (D-Bus) error occurred"
3399 }
Matt Spinler60d1c392020-09-23 15:23:24 -05003400 },
3401
3402 {
Matt Spinler7c9c07e2020-10-22 10:16:37 -05003403 "Name": "xyz.openbmc_project.Fan.Error.Fault",
3404 "Subsystem": "power_fans",
3405 "ComponentID": "0x2800",
3406
3407 "SRC": {
3408 "Type": "11",
3409 "ReasonCode": "0x76F0",
3410 "Words6To9": {}
3411 },
3412
3413 "Documentation": {
3414 "Description": "Fan rotor fault",
3415 "Message": "Fan rotor fault",
3416 "Notes": [
3417 "This error occurs when a fan rotor has been faulted for a ",
3418 "certain amount of time. The callout is the fan which is ",
3419 "passed in with CALLOUT_INVENTORY_PATH. The severity is ",
3420 "passed in during creation and will be either informational ",
3421 "or unrecoverable. The action flags use the defaults and ",
3422 "vary based on the severity."
3423 ]
3424 }
3425 },
3426
3427 {
Matt Spinler60d1c392020-09-23 15:23:24 -05003428 "Name": "xyz.openbmc_project.Fan.Error.Missing",
3429 "Subsystem": "power_fans",
3430 "ComponentID": "0x2800",
3431 "Severity": "unrecoverable_redundancy_loss",
3432 "ActionFlags": ["service_action", "report", "call_home"],
3433
3434 "SRC": {
3435 "Type": "11",
3436 "ReasonCode": "0x76F1",
3437 "Words6To9": {}
3438 },
3439
3440 "Callouts": [
3441 {
Matt Spinler938ac792021-05-12 10:46:44 -05003442 "System": "ibm,rainier",
Matt Spinler60d1c392020-09-23 15:23:24 -05003443 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -05003444 {
3445 "Priority": "high",
3446 "SymbolicFRUTrusted": "air_mover",
3447 "UseInventoryLocCode": true
3448 },
3449 {
3450 "Priority": "low",
3451 "LocCode": "P0"
3452 }
Matt Spinler60d1c392020-09-23 15:23:24 -05003453 ]
Matt Spinler938ac792021-05-12 10:46:44 -05003454 },
3455 {
3456 "System": "ibm,everest",
3457 "CalloutList": [
3458 {
3459 "Priority": "high",
3460 "SymbolicFRUTrusted": "air_mover",
3461 "UseInventoryLocCode": true
3462 },
3463 {
3464 "Priority": "low",
3465 "LocCode": "P1"
3466 }
3467 ]
Matt Spinler60d1c392020-09-23 15:23:24 -05003468 }
3469 ],
3470
3471 "Documentation": {
3472 "Description": "A fan is missing",
3473 "Message": "A fan is missing",
3474 "Notes": [
3475 "This error occurs when a fan has been missing for a ",
Matt Spinler80600192020-10-23 09:29:33 -05003476 "certain amount of time. The first callout is the ",
3477 "symbolic FRU AIR_MOVR that has the trusted fan location ",
3478 "code, which it gets using the passed in ",
3479 "CALLOUT_INVENTORY_PATH. The second callout is the FRU ",
Matt Spinler938ac792021-05-12 10:46:44 -05003480 "where the controller and GPIO expander are."
Matt Spinler60d1c392020-09-23 15:23:24 -05003481 ]
3482 }
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05003483 },
3484
3485 {
Matt Spinleradf070b2021-04-21 13:39:45 -05003486 "Name": "xyz.openbmc_project.Fan.Presence.Error.Detection",
3487 "ComponentID": "0x2800",
3488 "Subsystem": "power_fans",
3489 "Severity": "non_error",
3490 "ActionFlags": ["report"],
3491 "MfgSeverity": "predictive",
3492 "MfgActionFlags": ["service_action", "report"],
3493
3494 "SRC": {
3495 "Type": "11",
3496 "ReasonCode": "0x76F2",
3497 "Words6To9": {}
3498 },
3499
3500 "Callouts": [
3501 {
3502 "System": "ibm,rainier",
3503 "CalloutList": [
3504 {"Priority": "medium", "LocCode": "P0"}
3505 ]
3506 },
3507 {
3508 "System": "ibm,everest",
3509 "CalloutList": [
3510 {"Priority": "medium", "LocCode": "P1"}
3511 ]
3512 }
3513 ],
3514
3515 "Documentation": {
3516 "Description": "Presence detect methods for the same fan disagree",
3517 "Message": "Presence detect methods for the same fan disagree",
3518 "Notes": [
3519 "This error occurs when there is more than one way to detect",
3520 "fan presence, and they don't all agree. For example, the",
3521 "GPIO says a fan isn't present, but the tach readings are",
3522 "nonzero. This is informational, unless in manufacturing.",
3523 "The fan FRU is passed in as a high priority callout.",
3524 "The FRU the GPIO source is on is called out medium."
3525 ]
3526 }
3527 },
3528
3529 {
Matt Spinlerdde99202021-06-14 12:15:59 -06003530 "Name": "xyz.openbmc_project.Fan.Error.FanControllerOffline",
3531 "ComponentID": "0x2800",
3532 "Subsystem": "power_fans",
3533 "Severity": "critical_system_term",
3534 "ActionFlags": ["service_action", "report", "call_home"],
3535
3536 "SRC": {
3537 "Type": "11",
3538 "ReasonCode": "0x76F3",
Mike Cappsa2d7b772022-03-07 15:47:48 -05003539 "Words6To9": {}
Matt Spinlerdde99202021-06-14 12:15:59 -06003540 },
3541
3542 "Callouts": [
3543 {
3544 "System": "ibm,rainier",
3545 "CalloutList": [
3546 {"Priority": "high", "LocCode": "P0-C5"},
3547 {"Priority": "medium_group_a", "LocCode": "P0-T12", "SymbolicFRUTrusted": "fan_cable"},
3548 {"Priority": "medium_group_a", "LocCode": "P0-T17", "SymbolicFRUTrusted": "cable_continued"},
3549 {"Priority": "low", "LocCode": "P0"}
3550 ]
3551 },
3552 {
3553 "System": "ibm,everest",
3554 "CalloutList": [
3555 {"Priority": "high", "LocCode": "P0-C0"},
3556 {"Priority": "medium", "LocCode": "P1"},
3557 {"Priority": "low", "LocCode": "P0"}
3558 ]
3559 }
3560 ],
3561
3562 "Documentation": {
3563 "Description": "The fan controller device is offline",
3564 "Message": "The fan controller is offline. The system must be powered off.",
3565 "Notes": [
3566 "The device that controls the fans is offline so the fan",
3567 "targets and speeds are unknown. The system will be shut",
3568 "down to preserve thermal safety. There may be an I2C",
3569 "or power problem with the device."
3570 ]
3571 }
3572 },
3573
3574 {
Mike Cappsabc276e2021-06-18 16:41:30 -04003575 "Name": "xyz.openbmc_project.Fan.Presence.Error.GPIODeviceUnavailable",
3576 "Subsystem": "power_fans",
3577 "ComponentID": "0x2800",
3578 "Severity": "unrecoverable_redundancy_loss",
3579 "ActionFlags": ["service_action", "report", "call_home"],
3580
3581 "SRC": {
3582 "Type": "11",
3583 "ReasonCode": "0x76F4",
3584 "Words6To9": {}
3585 },
3586
3587 "Callouts": [
3588 {
3589 "System" : "ibm,rainier",
3590 "CalloutList": [
3591 {"Priority": "high", "LocCode": "P0-C5"},
3592 {"Priority": "medium_group_a", "LocCode": "P0-T12","SymbolicFRUTrusted": "fan_cable"},
3593 {"Priority": "medium_group_a", "LocCode": "P0-T17","SymbolicFRUTrusted": "cable_continued"},
3594 {"Priority": "low", "LocCode": "P0"}
3595 ]
3596 },
3597 {
3598 "System" : "ibm,everest",
3599 "CalloutList": [
3600 {"Priority": "high", "LocCode": "P0-C0"},
3601 {"Priority": "medium", "LocCode": "P1"},
3602 {"Priority": "low", "LocCode": "P0"}
3603 ]
3604 }
3605 ],
3606
3607 "Documentation": {
3608 "Description": "Fan GPIO sensors not present",
3609 "Message": "Fan GPIO sensors not present",
3610 "Notes": [
3611 "The device that reports fan presence is not functioning."
3612 ]
3613 }
3614 },
3615
3616 {
Matt Spinler86e40dd2021-01-29 11:19:36 -06003617 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHigh",
3618 "Subsystem": "power",
3619 "ComponentID": "0x2800",
3620 "Severity": "predictive",
3621 "ActionFlags": ["service_action", "report"],
3622
3623 "SRC": {
3624 "ReasonCode": "0x2801",
3625 "Words6To9": {}
3626 },
3627
3628 "CalloutsUsingAD": {
3629 "ADName": "SENSOR_NAME",
3630 "CalloutsWithTheirADValues": [
3631 {
3632 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
3633 "Callouts": [
3634 {
3635 "CalloutList": [
3636 { "Priority": "high", "SymbolicFRU": "ambient_temp" }
3637 ]
3638 }
3639 ]
3640 }
3641 ]
3642 },
3643
3644 "Documentation": {
3645 "Description": "A temperature sensor exceeded its performance loss threshold.",
3646 "Message": "A temperature sensor exceeded its performance loss threshold.",
3647 "Notes": [
3648 "A temperature sensor crossed its performance loss threshold value",
3649 "If it is the ambient sensor, then a symbolic FRU will be added.",
3650 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
3651 "a FRU callout."
3652 ]
3653 }
3654 },
3655
3656 {
3657 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHighClear",
3658 "Subsystem": "power",
3659 "ComponentID": "0x2800",
3660 "Severity": "non_error",
3661 "ActionFlags": ["report"],
3662 "EventType": "env_normal",
3663
3664 "SRC": {
3665 "ReasonCode": "0x2802",
3666 "Words6To9": {}
3667 },
3668
3669 "CalloutsUsingAD": {
3670 "ADName": "SENSOR_NAME",
3671 "CalloutsWithTheirADValues": [
3672 {
3673 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
3674 "Callouts": [
3675 {
3676 "CalloutList": [
3677 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" }
3678 ]
3679 }
3680 ]
3681 }
3682 ]
3683 },
3684
3685 "Documentation": {
3686 "Description": "A temperature sensor is under its performance loss threshold.",
3687 "Message": "A temperature sensor is under its performance loss threshold.",
3688 "Notes": [
3689 "A temperature sensor crossed under its performance loss threshold value",
3690 "If it is the ambient sensor, then a symbolic FRU will be added."
3691 ]
3692 }
3693 },
3694
3695 {
3696 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHigh",
3697 "Subsystem": "power",
3698 "ComponentID": "0x2800",
3699 "Severity": "predictive",
3700 "ActionFlags": ["service_action", "report"],
3701
3702 "SRC": {
3703 "ReasonCode": "0x2803",
3704 "Words6To9": {}
3705 },
3706
3707 "CalloutsUsingAD": {
3708 "ADName": "SENSOR_NAME",
3709 "CalloutsWithTheirADValues": [
3710 {
3711 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
3712 "Callouts": [
3713 {
3714 "CalloutList": [
3715 { "Priority": "high", "SymbolicFRU": "ambient_temp" }
3716 ]
3717 }
3718 ]
3719 }
3720 ]
3721 },
3722
3723 "Documentation": {
3724 "Description": "A temperature sensor exceeded its warning threshold.",
3725 "Message": "A temperature sensor exceeded its warning threshold.",
3726 "Notes": [
3727 "A temperature sensor crossed its warning threshold value",
3728 "If it is the ambient sensor, then a symbolic FRU will be added.",
3729 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
3730 "a FRU callout."
3731 ]
3732 }
3733 },
3734
3735 {
3736 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHighClear",
3737 "Subsystem": "power",
3738 "ComponentID": "0x2800",
3739 "Severity": "non_error",
3740 "ActionFlags": ["report"],
3741 "EventType": "env_normal",
3742
3743 "SRC": {
3744 "ReasonCode": "0x2804",
3745 "Words6To9": {}
3746 },
3747
3748 "CalloutsUsingAD": {
3749 "ADName": "SENSOR_NAME",
3750 "CalloutsWithTheirADValues": [
3751 {
3752 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
3753 "Callouts": [
3754 {
3755 "CalloutList": [
3756 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" }
3757 ]
3758 }
3759 ]
3760 }
3761 ]
3762 },
3763
3764 "Documentation": {
3765 "Description": "A temperature sensor is under its warning threshold.",
3766 "Message": "A temperature sensor is under its warning threshold.",
3767 "Notes": [
3768 "A temperature sensor crossed under its warning threshold value",
3769 "If it is the ambient sensor, then a symbolic FRU will be added."
3770 ]
3771 }
3772 },
3773
3774 {
3775 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHigh",
3776 "Subsystem": "power",
3777 "ComponentID": "0x2800",
3778 "Severity": "predictive",
3779 "ActionFlags": ["service_action", "report"],
3780
3781 "SRC": {
3782 "ReasonCode": "0x2805",
3783 "Words6To9": {}
3784 },
3785
3786 "CalloutsUsingAD": {
3787 "ADName": "SENSOR_NAME",
3788 "CalloutsWithTheirADValues": [
3789 {
3790 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
3791 "Callouts": [
3792 {
3793 "CalloutList": [
3794 { "Priority": "high", "SymbolicFRU": "ambient_temp" }
3795 ]
3796 }
3797 ]
3798 }
3799 ]
3800 },
3801
3802 "Documentation": {
3803 "Description": "A temperature sensor exceeded its critical threshold.",
3804 "Message": "A temperature sensor exceeded its critical threshold.",
3805 "Notes": [
3806 "A temperature sensor crossed its critical threshold value",
3807 "If it is the ambient sensor, then a symbolic FRU will be added.",
3808 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
3809 "a FRU callout."
3810 ]
3811 }
3812 },
3813
3814 {
3815 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHighClear",
3816 "Subsystem": "power",
3817 "ComponentID": "0x2800",
3818 "Severity": "non_error",
3819 "ActionFlags": ["report"],
3820 "EventType": "env_normal",
3821
3822 "SRC": {
3823 "ReasonCode": "0x2806",
3824 "Words6To9": {}
3825 },
3826
3827 "CalloutsUsingAD": {
3828 "ADName": "SENSOR_NAME",
3829 "CalloutsWithTheirADValues": [
3830 {
3831 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
3832 "Callouts": [
3833 {
3834 "CalloutList": [
3835 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" }
3836 ]
3837 }
3838 ]
3839 }
3840 ]
3841 },
3842
3843 "Documentation": {
3844 "Description": "A temperature sensor is under its critical threshold.",
3845 "Message": "A temperature sensor is under its critical threshold.",
3846 "Notes": [
3847 "A temperature sensor crossed under its critical threshold value",
3848 "If it is the ambient sensor, then a symbolic FRU will be added."
3849 ]
3850 }
3851 },
3852
3853 {
Matt Spinler6b3490a2021-01-20 10:48:26 -06003854 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHigh",
3855 "Subsystem": "power",
3856 "ComponentID": "0x2800",
3857 "Severity": "predictive",
3858 "ActionFlags": ["service_action", "report"],
3859
3860 "SRC": {
3861 "ReasonCode": "0x2807",
3862 "Words6To9": {}
3863 },
3864
3865 "Callouts": [
3866 {
3867 "CalloutList": [
3868 {
3869 "Priority": "high",
3870 "SymbolicFRU": "ambient_temp"
3871 }
3872 ]
3873 }
3874 ],
3875
3876 "Documentation": {
3877 "Description": "The ambient temperature passed the EPOW3 limit.",
3878 "Message": "The ambient temperature passed the EPOW3 limit. The system will shut down if temp doesn't decrease.",
3879 "Notes": [
3880 "This error occurs when the ambient temperature surpassed",
3881 "the EPOW3 shutdown limit."
3882 ]
3883 }
3884 },
3885
3886 {
3887 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHighClear",
3888 "Subsystem": "power",
3889 "ComponentID": "0x2800",
3890 "Severity": "non_error",
3891 "ActionFlags": ["report"],
3892 "EventType": "env_normal",
3893
3894 "SRC": {
3895 "ReasonCode": "0x2808",
3896 "Words6To9": {}
3897 },
3898
3899 "Callouts": [
3900 {
3901 "CalloutList": [
3902 {
3903 "Priority": "high",
3904 "SymbolicFRU": "ambient_temp_back"
3905 }
3906 ]
3907 }
3908 ],
3909
3910 "Documentation": {
3911 "Description": "The ambient temperature is back under the EPOW3 limit.",
3912 "Message": "The ambient temperature is back under the EPOW3 limit."
3913 }
3914 },
3915
3916 {
3917 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.HardShutdownAlarmHigh",
3918 "Subsystem": "power",
3919 "ComponentID": "0x2800",
Matt Spinler6b3490a2021-01-20 10:48:26 -06003920 "ActionFlags": ["service_action", "report"],
3921
3922 "SRC": {
3923 "ReasonCode": "0x2809",
3924 "Words6To9": {}
3925 },
3926
3927 "Callouts": [
3928 {
3929 "CalloutList": [
3930 {
3931 "Priority": "high",
3932 "SymbolicFRU": "ambient_temp"
3933 }
3934 ]
3935 }
3936 ],
3937
3938 "Documentation": {
3939 "Description": "The ambient temperature passed the EPOW4 limit.",
3940 "Message": "The ambient temperature passed the EPOW4 limit. The system will shut down",
3941 "Notes": [
3942 "This error occurs when the ambient temperature surpassed",
3943 "the EPOW4 shutdown limit."
3944 ]
3945 }
3946 },
3947
3948 {
Rashmica Guptab63f75b2021-08-18 20:54:21 +10003949 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHigh",
3950 "Subsystem": "ext_env",
3951 "ComponentID": "0x2800",
3952 "Severity": "predictive",
3953 "ActionFlags": ["service_action", "report"],
3954
3955 "SRC": {
3956 "ReasonCode": "0x280A",
3957 "Words6To9": {}
3958 },
3959
3960 "CalloutsUsingAD": {
3961 "ADName": "SENSOR_NAME",
3962 "CalloutsWithTheirADValues": [
3963 {
3964 "ADValue": "/xyz/openbmc_project/sensors/altitude/Altitude",
3965 "Callouts": [
3966 {
3967 "CalloutList": [
3968 { "Priority": "high", "SymbolicFRU": "altitude" }
3969 ]
3970 }
3971 ]
3972 }
3973 ]
3974 },
3975
3976 "Documentation": {
3977 "Description": "An altitude sensor exceeded its warning threshold.",
3978 "Message": "An altitude sensor exceeded its warning threshold.",
3979 "Notes": [
3980 "The virtual altitude sensor crossed its warning threshold value",
3981 " and a symbolic FRU will be added."
3982 ]
3983 }
3984 },
3985
3986 {
3987 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHighClear",
3988 "Subsystem": "ext_env",
3989 "ComponentID": "0x2800",
3990 "Severity": "non_error",
3991 "ActionFlags": ["report"],
3992 "EventType": "env_normal",
3993
3994 "SRC": {
3995 "ReasonCode": "0x280B",
3996 "Words6To9": {}
3997 },
3998
3999 "Documentation": {
4000 "Description": "An altitude sensor is under its warning threshold.",
4001 "Message": "An altitude sensor is under its warning threshold.",
4002 "Notes": [
4003 "The virtual altitude sensor is under its warning threshold value",
4004 " and a symbolic FRU will be added."
4005 ]
4006 }
4007 },
4008
4009 {
Matt Spinler81331342021-10-05 14:09:56 -05004010 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLow",
4011 "Subsystem": "cec_tod",
4012 "ComponentID": "0x2800",
4013 "Severity": "predictive",
4014 "ActionFlags": ["service_action", "report"],
4015
4016 "SRC": {
4017 "ReasonCode": "0x280C",
4018 "Words6To9": {}
4019 },
4020
Matt Spinler81331342021-10-05 14:09:56 -05004021 "Documentation": {
4022 "Description": "A voltage sensor went below its critical low threshold.",
4023 "Message": "A voltage sensor went below its critical low threshold."
4024 }
4025 },
4026
4027 {
4028 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLowClear",
4029 "Subsystem": "cec_tod",
4030 "ComponentID": "0x2800",
4031 "Severity": "non_error",
4032 "ActionFlags": ["report"],
4033
4034 "SRC": {
4035 "ReasonCode": "0x280D",
4036 "Words6To9": {}
4037 },
4038
4039 "Documentation": {
4040 "Description": "A voltage sensor is over its critical low threshold.",
4041 "Message": "A voltage sensor is over its critical low threshold."
4042 }
4043 },
4044
4045 {
Matt Spinler1e792db2022-01-07 14:06:06 -06004046 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLow",
4047 "Subsystem": "power",
4048 "ComponentID": "0x2800",
4049 "Severity": "predictive",
4050 "ActionFlags": ["service_action", "report"],
4051
4052 "SRC": {
4053 "ReasonCode": "0x280E",
4054 "Words6To9": {}
4055 },
4056
4057 "Documentation": {
4058 "Description": "A temperature sensor is under its low warning threshold.",
4059 "Message": "A temperature sensor is under its low warning threshold.",
4060 "Notes": [
4061 "A temperature sensor crossed its low warning threshold value",
4062 "CALLOUT_INVENTORY_PATH will be passed in to add a FRU callout."
4063 ]
4064 }
4065 },
4066
4067 {
4068 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLowClear",
4069 "Subsystem": "power",
4070 "ComponentID": "0x2800",
4071 "Severity": "non_error",
4072 "ActionFlags": ["report"],
4073 "EventType": "env_normal",
4074
4075 "SRC": {
4076 "ReasonCode": "0x280F",
4077 "Words6To9": {}
4078 },
4079
4080 "Documentation": {
4081 "Description": "A temperature sensor is above its low warning threshold.",
4082 "Message": "A temperature sensor is above its low warning threshold.",
4083 "Notes": [
4084 "A temperature sensor crossed above its low warning threshold value."
4085 ]
4086 }
4087 },
4088
4089 {
4090 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalLow",
4091 "Subsystem": "power",
4092 "ComponentID": "0x2800",
4093 "Severity": "predictive",
4094 "ActionFlags": ["service_action", "report"],
4095
4096 "SRC": {
4097 "ReasonCode": "0x2810",
4098 "Words6To9": {}
4099 },
4100
4101 "Documentation": {
4102 "Description": "A temperature sensor is under its low critical threshold.",
4103 "Message": "A temperature sensor is under its low critical threshold.",
4104 "Notes": [
4105 "A temperature sensor crossed its low critical threshold value",
4106 "CALLOUT_INVENTORY_PATH will be passed in to add a FRU callout."
4107 ]
4108 }
4109 },
4110
4111 {
4112 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalLowClear",
4113 "Subsystem": "power",
4114 "ComponentID": "0x2800",
4115 "Severity": "non_error",
4116 "ActionFlags": ["report"],
4117 "EventType": "env_normal",
4118
4119 "SRC": {
4120 "ReasonCode": "0x2811",
4121 "Words6To9": {}
4122 },
4123
4124 "Documentation": {
4125 "Description": "A temperature sensor is over its low critical threshold.",
4126 "Message": "A temperature sensor is over its low critical threshold.",
4127 "Notes": [
4128 "A temperature sensor crossed above its critical threshold value"
4129 ]
4130 }
4131 },
4132
4133 {
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004134 "Name": "com.ibm.VPD.Error.InvalidEepromPath",
4135 "Subsystem": "cec_vpd",
4136 "ComponentID": "0x4000",
4137
4138 "SRC": {
4139 "ReasonCode": "0x4000",
4140 "Words6To9":
4141 {
4142 "6":
4143 {
4144 "Description": "Errno of the failure.",
4145 "AdditionalDataPropSource": "CALLOUT_ERRNO"
4146 }
4147 }
4148 },
4149
4150 "Documentation": {
Michael Limb264f062022-03-29 16:25:33 -05004151 "Description": "A path access error occurred",
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004152 "Message": "An EEPROM path access error occurred.",
4153 "Notes": [
4154 "This error occurs when parser is unable to access",
4155 "EEPROM path. Errno and device path are captured as",
4156 "additional data."
4157 ]
4158 }
4159 },
4160
4161 {
4162 "Name": "com.ibm.VPD.Error.InvalidVPD",
4163 "Subsystem": "cec_vpd",
4164 "ComponentID": "0x4000",
4165
4166 "SRC": {
4167 "ReasonCode": "0x4001",
4168 "Words6To9":
4169 {
4170 }
4171 },
4172
4173 "Documentation": {
4174 "Description": "Invalid VPD data.",
4175 "Message": "A VPD data exception occurred.",
4176 "Notes": [
4177 "This error occurs when VPD data is found to be",
4178 "invalid. This can be when VPD file is missing out",
4179 "mandatory records.Inventory path is captured in",
4180 "additional data."
4181 ]
4182 }
4183 },
4184
4185 {
4186 "Name": "com.ibm.VPD.Error.EccCheckFailed",
4187 "Subsystem": "cec_vpd",
4188 "ComponentID": "0x4000",
4189
4190 "SRC": {
4191 "ReasonCode": "0x4002",
4192 "Words6To9":
4193 {
4194 }
4195 },
4196
4197 "Documentation": {
4198 "Description": "Invalid VPD ecc data.",
4199 "Message": "A VPD ecc exception occurred.",
4200 "Notes": [
4201 "This error occurs when VPD ecc check fails for the FRU.",
4202 "Inventory path for the failed FRU is captured in additonal",
4203 "data."
4204 ]
4205 }
4206 },
4207
4208 {
4209 "Name": "com.ibm.VPD.Error.InvalidJson",
4210 "Subsystem": "cec_vpd",
4211 "ComponentID": "0x4000",
4212
4213 "SRC": {
4214 "ReasonCode": "0x4003",
4215 "Words6To9":
4216 {
4217 }
4218 },
4219
Matt Spinler834f3ed2022-01-26 16:18:02 -06004220 "Callouts": [
4221 {
4222 "CalloutList": [
4223 { "Priority": "high", "Procedure": "bmc_code" }
4224 ]
4225 }
4226 ],
4227
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004228 "Documentation": {
4229 "Description": "Invalid Json",
4230 "Message": "A Json failure occurred.",
4231 "Notes": [
4232 "This error occurs when parser fails to access",
4233 "Json file or there is any issue with Json data.",
4234 "Failed Json path and cause of failure is captured",
4235 "in additional data."
4236 ]
4237 }
4238 },
4239
4240 {
4241 "Name": "com.ibm.VPD.Error.BlankSystemVPD",
4242 "Subsystem": "cec_vpd",
4243 "ComponentID": "0x4000",
4244
4245 "SRC": {
4246 "ReasonCode": "0x4004",
4247 "Words6To9":
4248 {
4249 }
4250 },
4251
4252 "Documentation": {
4253 "Description": "System VPD restore failed",
4254 "Message": "A system VPD restoration error occurred.",
4255 "Notes": [
4256 "This error occurs when restoring of system VPD fails.",
4257 "The FRU path and reason for failure is captured in",
4258 "additional data."
4259 ]
4260 }
4261 },
4262
4263 {
4264 "Name": "com.ibm.VPD.Error.DbusFailure",
4265 "Subsystem": "cec_vpd",
4266 "ComponentID": "0x4000",
4267
4268 "SRC": {
4269 "ReasonCode": "0x4005",
4270 "Words6To9":
4271 {
4272 }
4273 },
4274
Matt Spinler834f3ed2022-01-26 16:18:02 -06004275 "Callouts": [
4276 {
4277 "CalloutList": [
4278 { "Priority": "high", "Procedure": "bmc_code" }
4279 ]
4280 }
4281 ],
4282
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004283 "Documentation": {
4284 "Description": "Dbus exception",
4285 "Message": "A Dbus internal error occurred.",
4286 "Notes": [
4287 "This error occurs when Dbus operation fails.",
4288 "Exceptions details are captured in additonal",
4289 "data."
4290 ]
4291 }
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05004292 },
4293
4294 {
Alpana Kumari081cfd42021-12-07 04:14:57 -06004295 "Name": "com.ibm.VPD.Error.UnknownSystemType",
4296 "Subsystem": "cec_vpd",
4297 "ComponentID": "0x4000",
4298
4299 "SRC": {
4300 "ReasonCode": "0x4006",
4301 "Words6To9":
4302 {
4303 }
4304 },
4305
4306 "Callouts": [
4307 {
4308 "CalloutList": [
4309 { "Priority": "high", "LocCode": "P0" }
4310 ]
4311 }
4312 ],
4313
4314 "Documentation": {
4315 "Description": "Unknown System Type",
4316 "Message": "System type not supported in DTB table.",
4317 "Notes": [
4318 "System type comes from combination of HW and IM value of system VPD.",
4319 "If anything gets changed in that combination, then it can't determine",
4320 "the appropriate DTB for that system. Need to check HW and IM keywords."
4321 ]
4322 }
4323 },
4324
4325 {
Alpana Kumari074ec5b2022-02-20 22:48:57 -06004326 "Name": "com.ibm.VPD.Error.GPIOError",
4327 "Subsystem": "cec_vpd",
4328 "ComponentID": "0x4000",
4329
4330 "SRC": {
4331 "ReasonCode": "0x4007",
4332 "Words6To9":
4333 {
4334 }
4335 },
4336
4337 "Documentation": {
4338 "Description": "GPIO line error",
4339 "Message": "GPIO line couldn't be found or read.",
4340 "Notes": [
4341 "The BMC could not access a GPIO line. This generally means that the",
4342 " hardware had issues toggling the line and/or the device driver has",
4343 " not exposed the GPIO line to userspace due to underlying I2C issues.",
4344 " The I2C path will be called out."
4345 ]
4346 }
4347 },
4348
4349 {
Sunny Srivastavad29837f2022-04-20 01:37:07 -05004350 "Name": "com.ibm.VPD.Error.SystemVPDMismatch",
4351 "Subsystem": "cec_vpd",
4352 "ComponentID": "0x4000",
4353
4354 "SRC": {
4355 "ReasonCode": "0x4008",
4356 "Words6To9":
4357 {
4358 }
4359 },
4360
4361 "Callouts": [
4362 {
4363 "CalloutList": [
4364 { "Priority": "high", "Procedure": "bmc_code" }
4365 ]
4366 }
4367 ],
4368
4369 "Documentation": {
4370 "Description": "System VPD restore failed",
4371 "Message": "A system VPD restoration error occurred.",
4372 "Notes": [
4373 "This error occurs when restoring of system VPD fails due to",
4374 "mismatch in cache data and hardware data.",
4375 "The record and keyword causing the failure is captured in",
4376 "additional data."
4377 ]
4378 }
4379 },
4380
4381 {
gikrish1c0cc7ec2022-02-24 12:40:51 -06004382 "Name": "com.ibm.Panel.Error.InputDevPathFailure",
4383 "Subsystem": "cec_op_panel",
4384 "ComponentID": "0x5000",
4385
4386 "SRC": {
4387 "ReasonCode": "0x5001",
4388 "Words6To9": {}
4389 },
4390
4391 "Documentation": {
4392 "Description": "Button Handler Failure",
4393 "Message": "Input Device path failure",
4394 "Notes": [
4395 "Button events will not be processed."
4396 ]
4397 }
4398 },
4399
4400 {
4401 "Name": "com.ibm.Panel.Error.I2CSetupFailure",
4402 "Subsystem": "cec_op_panel",
4403 "ComponentID": "0x5000",
4404
4405 "SRC": {
4406 "ReasonCode": "0x5002",
4407 "Words6To9": {}
4408 },
4409
4410 "Documentation": {
4411 "Description": "Panel I2C setup failure",
4412 "Message": "Unable to open device path or ioctl failure",
4413 "Notes": [
4414 "The Panel is unable to open device",
4415 " path or ioctl failure"
4416 ]
4417 }
4418 },
4419
4420 {
4421 "Name": "com.ibm.Panel.Error.HostCommunicationError",
4422 "Subsystem": "cec_op_panel",
4423 "ComponentID": "0x5000",
4424
4425 "SRC": {
4426 "ReasonCode": "0x5003",
4427 "Words6To9": {}
4428 },
4429
4430 "Callouts": [{
4431 "CalloutList": [{
4432 "Priority": "high",
4433 "Procedure": "bmc_code"
4434 }]
4435 }],
4436
4437 "Documentation": {
4438 "Description": "Host Communication failure",
4439 "Message": "Error in sending message to host",
4440 "Notes": [
4441 "Failure from PLDM sending message to",
4442 "Host"
4443 ]
4444 }
4445 },
4446
4447 {
4448 "Name": "com.ibm.Panel.Error.DbusError",
4449 "Subsystem": "cec_op_panel",
4450 "ComponentID": "0x5000",
4451
4452 "SRC": {
4453 "ReasonCode": "0x5004",
4454 "Words6To9": {}
4455 },
4456
4457 "Callouts": [{
4458 "CalloutList": [{
4459 "Priority": "high",
4460 "Procedure": "bmc_code"
4461 }]
4462 }],
4463
4464 "Documentation": {
4465 "Description": "Dbus exception",
4466 "Message": "A Dbus internal error occurred.",
4467 "Notes": [
4468 "This error occurs when Dbus operation fails.",
4469 "Exceptions details are captured in additional",
4470 "data."
4471 ]
4472 }
4473 },
4474
4475 {
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05004476 "Name": "org.open_power.Host.Boot.Error.WatchdogTimeout",
4477 "Subsystem": "cec_sp_hostboot_iface",
4478
4479 "SRC":
4480 {
4481 "ReasonCode": "0xC101",
4482 "Words6To9":
4483 {
4484 }
4485 },
4486
4487 "Documentation":
4488 {
4489 "Description": "Host did not respond within the watchdog timeout interval",
4490 "Message": "Host did not respond before the watchdog timeout interval expired",
4491 "Notes": [
4492 "Host did not respond before the expiry of the watchdog timeout interval.",
4493 "Collecting hostboot dump."
4494 ]
4495 }
zamiseckbf61a982022-01-13 08:27:50 -06004496 },
4497
4498 {
4499 "Name": "xyz.openbmc_project.Software.Version.Error.Incompatible",
4500 "Subsystem": "bmc_firmware",
4501 "ComponentID": "0x3600",
4502 "SRC":
4503 {
4504 "ReasonCode": "0x3601",
4505 "Words6To9":
4506 {
4507 }
4508 },
4509
4510 "Callouts": [
4511 {
4512 "CalloutList": [
4513 { "Priority": "high", "Procedure": "bmc_code" }
4514 ]
4515 }
4516 ],
4517
4518 "Documentation":
4519 {
4520 "Description": "A system component has a software version that is incompatible.",
4521 "Message": "A system component has a software version that is incompatible."
4522 }
4523 },
4524
4525 {
4526 "Name": "xyz.openbmc_project.Software.Version.Error.AlreadyExists",
4527 "Subsystem": "bmc_firmware",
4528 "ComponentID": "0x3600",
4529 "SRC":
4530 {
4531 "ReasonCode": "0x3602",
4532 "Words6To9":
4533 {
4534 }
4535 },
4536
4537 "Callouts": [
4538 {
4539 "CalloutList": [
4540 { "Priority": "high", "Procedure": "bmc_code" }
4541 ]
4542 }
4543 ],
4544
4545 "Documentation":
4546 {
4547 "Description": "This image version already exists on the device.",
4548 "Message": "This image version already exists on the device."
4549 }
4550 },
4551
4552 {
4553 "Name": "xyz.openbmc_project.Software.Image.Error.UnTarFailure",
4554 "Subsystem": "bmc_firmware",
4555 "ComponentID": "0x3600",
4556 "SRC":
4557 {
4558 "ReasonCode": "0x3603",
4559 "Words6To9":
4560 {
4561 }
4562 },
4563
4564 "Callouts": [
4565 {
4566 "CalloutList": [
4567 { "Priority": "high", "Procedure": "bmc_code" }
4568 ]
4569 }
4570 ],
4571
4572 "Documentation":
4573 {
4574 "Description": "An error occurred during untar.",
4575 "Message": "An error occurred during untar."
4576 }
4577 },
4578
4579 {
4580 "Name": "xyz.openbmc_project.Software.Image.Error.ManifestFileFailure",
4581 "Subsystem": "bmc_firmware",
4582 "ComponentID": "0x3600",
4583 "SRC":
4584 {
4585 "ReasonCode": "0x3604",
4586 "Words6To9":
4587 {
4588 }
4589 },
4590
4591 "Callouts": [
4592 {
4593 "CalloutList": [
4594 { "Priority": "high", "Procedure": "bmc_code" }
4595 ]
4596 }
4597 ],
4598
4599 "Documentation":
4600 {
zamiseck21de9f02022-03-23 13:41:31 -05004601 "Description": "An error occurred when reading the software image Manifest file.",
4602 "Message": "An error occurred when reading the software image Manifest file."
zamiseckbf61a982022-01-13 08:27:50 -06004603 }
4604 },
4605
4606 {
4607 "Name": "xyz.openbmc_project.Software.Image.Error.InternalFailure",
4608 "Subsystem": "bmc_firmware",
4609 "ComponentID": "0x3600",
4610 "SRC":
4611 {
4612 "ReasonCode": "0x3605",
4613 "Words6To9":
4614 {
4615 }
4616 },
4617
4618 "Callouts": [
4619 {
4620 "CalloutList": [
4621 { "Priority": "high", "Procedure": "bmc_code" }
4622 ]
4623 }
4624 ],
4625
4626 "Documentation":
4627 {
4628 "Description": "The operation failed internally during processing the image.",
4629 "Message": "The operation failed internally during processing the image."
4630 }
4631 },
4632
4633 {
4634 "Name": "xyz.openbmc_project.Software.Image.Error.ImageFailure",
4635 "Subsystem": "bmc_firmware",
4636 "ComponentID": "0x3600",
4637 "SRC":
4638 {
4639 "ReasonCode": "0x3606",
4640 "Words6To9":
4641 {
4642 }
4643 },
4644
4645 "Callouts": [
4646 {
4647 "CalloutList": [
4648 { "Priority": "high", "Procedure": "bmc_code" }
4649 ]
4650 }
4651 ],
4652
4653 "Documentation":
4654 {
4655 "Description": "An error occurred processing the image.",
4656 "Message": "An error occurred processing the image."
4657 }
4658 },
4659
4660 {
4661 "Name": "xyz.openbmc_project.Software.Image.Error.BusyFailure",
4662 "Subsystem": "bmc_firmware",
4663 "ComponentID": "0x3600",
4664 "SRC":
4665 {
4666 "ReasonCode": "0x3607",
4667 "Words6To9":
4668 {
4669 }
4670 },
4671
4672 "Callouts": [
4673 {
4674 "CalloutList": [
4675 { "Priority": "high", "Procedure": "bmc_code" }
4676 ]
4677 }
4678 ],
4679
4680 "Documentation":
4681 {
4682 "Description": "The device is busy during the update.",
4683 "Message": "The device is busy during the update."
4684 }
zamiseck21de9f02022-03-23 13:41:31 -05004685 },
4686
4687 {
4688 "Name": "xyz.openbmc_project.Software.Version.Error.ExpiredAccessKey",
4689 "Subsystem": "bmc_firmware",
4690 "ComponentID": "0x3600",
4691 "SRC":
4692 {
4693 "ReasonCode": "0x3608",
4694 "Words6To9":
4695 {
4696 }
4697 },
4698
4699 "Callouts": [
4700 {
4701 "CalloutList": [
4702 { "Priority": "high", "Procedure": "bmc_code" }
4703 ]
4704 }
4705 ],
4706
4707 "Documentation":
4708 {
4709 "Description": "The Update Access Key has expired.",
4710 "Message": "The Update Access Key has expired."
4711 }
4712 },
4713
4714 {
4715 "Name": "xyz.openbmc_project.Software.Version.Error.InvalidSignature",
4716 "Subsystem": "bmc_firmware",
4717 "ComponentID": "0x3600",
4718 "SRC":
4719 {
4720 "ReasonCode": "0x3609",
4721 "Words6To9":
4722 {
4723 }
4724 },
4725
4726 "Callouts": [
4727 {
4728 "CalloutList": [
4729 { "Priority": "high", "Procedure": "bmc_code" }
4730 ]
4731 }
4732 ],
4733
4734 "Documentation":
4735 {
4736 "Description": "The software image has an invalid signature.",
4737 "Message": "The software image has an invalid signature"
4738 }
Matt Spinler3fd08d62019-10-22 14:25:33 -05004739 }
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05004740
Matt Spinler44792fd2019-09-26 15:58:58 -05004741 ]
4742}