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