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