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