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