blob: 0a7cafabefdbf842b7cf7a64d9f51e2ca64580ef [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 {
Matt Spinler87408a42022-07-29 16:12:07 -0500464 "Name": "org.open_power.Logging.Error.TestError3",
465 "Subsystem": "bmc_firmware",
466 "Severity": "predictive",
467
468 "SRC":
469 {
470 "ReasonCode": "0x2006",
471 "Words6To9":
472 {
473 }
474 },
475
476 "Documentation":
477 {
478 "Description": "This is an error used for testing only",
479 "Message": "This is a test predictive error",
480 "Notes": [
481 "This error is not created by BMC code and is ",
482 "only used for error injection tests."
483 ]
484 }
485 },
486
487 {
Marri Devender Raoead1be22020-03-28 05:50:59 -0500488 "Name": "org.open_power.PHAL.Error.Boot",
489 "Subsystem": "cec_hardware",
Ramesh Iyyar41e79dc2020-12-22 06:27:48 -0600490 "ComponentID": "0x3000",
Marri Devender Raoead1be22020-03-28 05:50:59 -0500491
492 "SRC":
493 {
Ramesh Iyyar41e79dc2020-12-22 06:27:48 -0600494 "ReasonCode": "0x3001",
Marri Devender Raoead1be22020-03-28 05:50:59 -0500495 "Words6To9":
496 {
497 }
498 },
499
500 "Documentation":
501 {
Michael Lim12429892022-03-10 16:11:25 -0600502 "Description": "Failure occurred during boot process",
503 "Message": "Failure occurred during boot process",
Marri Devender Raoead1be22020-03-28 05:50:59 -0500504 "Notes": [
505 "Debug traces will be captured in AdditionalData section"
506 ]
507 }
Ben Tyner34836322020-04-15 17:01:48 -0500508 },
509
510 {
Ramesh Iyyar78be2a22020-12-22 06:22:55 -0600511 "Name": "org.open_power.PHAL.Error.PrePowerOff",
512 "Subsystem": "cec_hardware",
513 "ComponentID": "0x3000",
514
515 "SRC":
516 {
517 "ReasonCode": "0x3002",
518 "Words6To9":
519 {
520 }
521 },
522
523 "Documentation":
524 {
525 "Description": "Failure occurred during PHAL pre-poweroff operations",
526 "Message": "Failure occurred during PHAL pre-poweroff operations",
527 "Notes": [
528 "Severity needs to be set based on needs for this registry.",
529 "FFDC (First Failure Data Collection) will be collected ",
530 "and added into PEL."
531 ]
532 }
533 },
534
535 {
Jayanth Othayothdb00d762021-07-13 02:48:19 -0500536 "Name": "org.open_power.PHAL.Error.devtreeSync",
537 "Subsystem": "cec_hardware",
538 "ComponentID": "0x3000",
539 "Severity": "unrecoverable",
540
541 "SRC":
542 {
543 "ReasonCode": "0x3003",
544 "Words6To9":
545 {
546 }
547 },
548
549 "Documentation":
550 {
551 "Description": "Failure occurred during PHAL devtree sync ",
552 "Message": "Failure occurred during PHAL devtree sync",
553 "Notes": [
554 "The journal should contain more information"
555 ]
556 }
557 },
558
559 {
Jayanth Othayothf3e619a2021-07-13 03:58:06 -0500560 "Name": "org.open_power.PHAL.Error.devtreeBackup",
561 "Subsystem": "cec_hardware",
562 "ComponentID": "0x3000",
563 "Severity": "unrecoverable",
564
565 "SRC":
566 {
567 "ReasonCode": "0x3004",
568 "Words6To9":
569 {
570 }
571 },
572
573 "Documentation":
574 {
575 "Description": "Failure occurred during PHAL devtree backup ",
576 "Message": "Failure occurred during PHAL devtree backup",
577 "Notes": [
578 "The journal should contain more information"
579 ]
580 }
581 },
582
583 {
Andrew Geisslerd54fd732021-07-20 14:07:12 -0400584 "Name": "org.open_power.PHAL.Error.HostRunning",
NodeMan970f57ddc2022-04-29 23:14:41 +0000585 "Subsystem": "cec_sp_hyp_iface",
Andrew Geisslerd54fd732021-07-20 14:07:12 -0400586 "ComponentID": "0x3000",
587
588 "SRC":
589 {
590 "ReasonCode": "0x3005",
591 "Words6To9":
592 {
593 }
594 },
595
596 "Documentation":
597 {
598 "Description": "Host did not respond to BMC after a BMC reset",
599 "Message": "Host did not respond to BMC after a BMC reset but hardware indicates it is running",
600 "Notes": [
601 "System will be left in its current state to ensure host ",
602 "is not unexpectedly taken down. There is most likely an ",
603 "issue in the software or hardware communication path ",
604 "between the BMC and the Host firmware.",
605 "A BMC dump will be collected with relevant FFDC."
606 ]
607 }
608 },
609
610 {
Jayanth Othayoth7d2bea72021-11-29 07:26:34 -0600611 "Name": "org.open_power.PHAL.Error.devtreeReinit",
612 "Subsystem": "cec_hardware",
613 "ComponentID": "0x3000",
614 "Severity": "unrecoverable",
615
616 "SRC":
617 {
618 "ReasonCode": "0x3006",
619 "Words6To9":
620 {
621 }
622 },
623
624 "Documentation":
625 {
626 "Description": "Failure re-initializing BMC to Host data structure",
627 "Message": "Failure occurred during re-initializing BMC to Host data structure",
628 "Notes": [
629 "The journal should contain more information"
630 ]
631 }
632 },
633
634 {
Jayanth Othayothe52dd952022-03-09 02:11:41 -0600635 "Name": "org.open_power.PHAL.Error.NonFunctionalBootProc",
636 "Subsystem": "cec_hardware",
637 "ComponentID": "0x3000",
638 "Severity": "unrecoverable",
639
640 "SRC":
641 {
642 "ReasonCode": "0x3007",
643 "Words6To9":
644 {
645 }
646 },
647
648 "Documentation":
649 {
650 "Description": "Non functional boot processor",
651 "Message": "Non functional boot processor",
652 "Notes": [
653 "BMC firmware couldn't find functional primary processor",
654 "required to boot the host",
655 "Debug traces will be captured in AdditionalData section"
656 ]
657 }
658 },
659
660 {
Marri Devender Rao116428e2022-06-09 07:33:38 -0500661 "Name": "org.open_power.PHAL.Error.MPReboot",
662 "Subsystem": "cec_hardware",
663 "ComponentID": "0x3000",
664 "Severity": "unrecoverable",
665
666 "SRC":
667 {
668 "ReasonCode": "0x3008",
669 "Words6To9":
670 {
671 }
672 },
673
674 "Callouts": [
675 {
676 "CalloutList": [{"Priority": "high", "Procedure": "bmc_code" }
677 ]
678 }
679 ],
680
681 "Documentation":
682 {
683 "Description": "Error during memory preserving reboot",
684 "Message": "Error during memory preserving reboot",
685 "Notes": [
686 "Software error occured during memory preserving reboot"
687 ]
688 }
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500689 }
690,
691 {
692 "Name": "org.open_power.PHAL.Error.SpareClock",
693 "Subsystem": "cec_hardware",
694 "ComponentID": "0x3000",
695 "Severity": "non_error",
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500696
697 "SRC":
698 {
699 "ReasonCode": "0x3009",
700 "Words6To9":
701 {
702 }
703 },
704
Jayanth Othayothb0820142022-10-27 02:16:48 -0500705 "Callouts": [
706 {
707 "System": "ibm,rainier",
708 "CalloutList": [
709 {
710 "Priority": "high",
711 "LocCode": "P0"
712 },
713 {
714 "Priority": "low",
715 "LocCode": "P0-C15"
716 }
717 ]
718 },
719 {
720 "System": "ibm,everest",
721 "CalloutList": [
722 {
723 "Priority": "high",
724 "LocCode": "P0"
725 },
726 {
727 "Priority": "low",
728 "LocCode": "P0-C61"
729 }
730 ]
731 }
732 ],
733
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500734 "Documentation":
735 {
736 "Description": "Error during Spare clock initialisation",
737 "Message": "Error during Spare clock initialisation",
738 "Notes": [
Jayanth Othayothb0820142022-10-27 02:16:48 -0500739 "The clock symbolic FRU in the CalloutList provides the",
740 "reference to clock unit."
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500741 ]
742 }
Marri Devender Rao116428e2022-06-09 07:33:38 -0500743 },
744
745 {
Jayanth Othayoth21c1a5a2022-09-07 01:24:05 -0500746 "Name": "org.open_power.PHAL.Info.ClockDailyLog",
747 "Subsystem": "cec_clocks",
748 "ComponentID": "0x3000",
749 "Severity": "non_error",
750 "ActionFlags": [ "report", "call_home" ],
751
752 "SRC":
753 {
754 "ReasonCode": "0x300A",
755 "Words6To9":
756 {
757 }
758 },
759
760 "Documentation":
761 {
762 "Description": "Informational error to house clock debug info",
763 "Message": "Informational error to house clock debug info",
764 "Notes": [
765 "User data includes processor and clock register state information."
766 ]
767 }
768 },
769
770 {
deepakala-kb1b342a2022-10-05 11:17:16 -0500771 "Name": "org.open_power.PHAL.Error.GuardPartitionAccess",
772 "Subsystem": "bmc_firmware",
773 "ComponentID": "0x3000",
774 "Severity": "predictive",
775
776 "SRC":
777 {
778 "ReasonCode": "0x300B",
779 "Words6To9":
780 {
781 }
782 },
783
784 "Callouts": [
785 {
786 "CalloutList": [
787 { "Priority": "high", "Procedure": "bmc_code" }
788 ]
789 }
790 ],
791
792 "Documentation":
793 {
794 "Description": "Guard partition access failure",
795 "Message": "Guard partition access failure",
796 "Notes": [
797 "User data and journal should contain more information"
798 ]
799 }
800 },
801
802 {
Eddie James62464b12022-05-25 15:47:15 -0500803 "Name": "org.open_power.OCC.Firmware.PresenceMismatch",
804 "Subsystem": "bmc_firmware",
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500805 "ComponentID": "0x2600",
Eddie James62464b12022-05-25 15:47:15 -0500806 "Severity": "predictive",
807
808 "SRC":
809 {
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500810 "ReasonCode": "0x2681",
Eddie James62464b12022-05-25 15:47:15 -0500811 "Words6To9":
812 {
813 }
814 },
815
816 "Callouts": [
817 {
818 "CalloutList": [
819 { "Priority": "medium", "Procedure": "bmc_code" }
820 ]
821 }
822 ],
823
824 "Documentation":
825 {
826 "Description": "OCC presence mismatch",
827 "Message": "BMC firmware detected incorrect number of OCCs",
828 "Notes": [
829 "The number of OCCs detected by the BMC does not match the number of OCCs detected by the OCC.",
830 "The BMC requests that the OCC reset."
831 ]
832 }
833 },
834
835 {
836 "Name": "org.open_power.OCC.Device.SafeState",
837 "Subsystem": "processor_chip",
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500838 "ComponentID": "0x2600",
Eddie James62464b12022-05-25 15:47:15 -0500839 "Severity": "non_error",
840
841 "SRC":
842 {
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500843 "ReasonCode": "0x2682",
Eddie James62464b12022-05-25 15:47:15 -0500844 "Words6To9":
845 {
846 }
847 },
848
849 "Documentation":
850 {
851 "Description": "OCC safe state",
852 "Message": "OCC in safe state while active for one minute",
853 "Notes": [
854 "The BMC detected that the OCC was in safe state for one minute while active.",
855 "The BMC requests that the OCC reset."
856 ]
857 }
858 },
859
860 {
861 "Name": "org.open_power.OCC.Device.ReadFailure",
862 "Subsystem": "cec_chip_iface",
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500863 "ComponentID": "0x2600",
Eddie James62464b12022-05-25 15:47:15 -0500864 "Severity": "predictive",
865
866 "SRC":
867 {
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500868 "ReasonCode": "0x2683",
Eddie James62464b12022-05-25 15:47:15 -0500869 "Words6To9":
870 {
871 }
872 },
873
874 "Documentation":
875 {
876 "Description": "OCC communication failure",
877 "Message": "BMC failed to communicate with the OCC",
878 "Notes": [
879 "The BMC failed to communicate with the OCC and retried three times.",
880 "The BMC requests that the OCC reset."
881 ]
882 }
883 },
884
885 {
Ramesh Iyyarb3d45ed2021-12-07 09:18:19 -0600886 "Name": "org.open_power.HardwareIsolation.Error",
887 "Subsystem": "cec_hardware",
888 "ComponentID": "0x3100",
889
890 "SRC":
891 {
892 "ReasonCode": "0x3101",
893 "Words6To9":
894 {
895 }
896 },
897
898 "Documentation":
899 {
Michael Lim12429892022-03-10 16:11:25 -0600900 "Description": "Failure occurred during hardware isolation operations",
901 "Message": "Failure occurred during hardware isolation operations",
Ramesh Iyyarb3d45ed2021-12-07 09:18:19 -0600902 "Notes": [
903 "Severity needs to be set based on needs for this registry.",
904 "Debug traces will be captured in AdditionalData section"
905 ]
906 }
907 },
908
909 {
Andrew Geissler8034dde2021-09-10 14:43:03 -0500910 "Name": "xyz.openbmc_project.State.Error.HostNotRunning",
911 "Subsystem": "cec_sp_hostboot_iface",
912 "ComponentID": "0x3400",
913 "SRC":
914 {
915 "ReasonCode": "0x3401",
916 "Words6To9":
917 {
918 }
919 },
920 "Documentation":
921 {
922 "Description": "Host was booting or booted before BMC reset but is now unresponsive",
923 "Message": "Host did not respond to BMC after a BMC reset but it was booting or booted prior to the BMC reboot",
924 "Notes": [
925 "System will follow recovery policy, resulting in this ",
926 "error and most likely a a reboot of the host. The issue ",
927 "is most likely the result of the BMC rebooting while the ",
928 "host was booting and in a state where it still needed ",
929 "the BMC to complete its boot."
930 ]
931 }
932 },
933
934 {
Andrew Geissler808f6302022-02-24 13:55:18 -0600935 "Name": "xyz.openbmc_project.State.ChassisPowerBad",
936 "Subsystem": "input_power_source",
937 "ComponentID": "0x3400",
938 "SRC":
939 {
940 "ReasonCode": "0x3402",
941 "Words6To9":
942 {
943 }
944 },
945 "Callouts": [
946 {
947 "CalloutList": [{"Priority": "high", "Procedure": "next_level_support"}]
948 }
949 ],
950 "Documentation":
951 {
952 "Description": "Chassis input power is in a bad state",
953 "Message": "Chassis input power is in a bad state, look for other logs with more details",
954 "Notes": [
955 "The system is most likely in a limited power situation. ",
956 "There is enough power for the BMC to operate but not the ",
957 "CEC hardware. Check for UPS or brownout logs."
958 ]
959 }
960 },
961
962 {
Andrew Geissler4c360ec2022-02-24 14:09:37 -0600963 "Name": "xyz.openbmc_project.State.PinholeReset",
964 "Subsystem": "cec_op_panel",
965 "ComponentID": "0x3400",
966 "SRC":
967 {
968 "ReasonCode": "0x3403",
969 "Words6To9":
970 {
971 }
972 },
973 "Documentation":
974 {
975 "Description": "User initiated a pinhole reset via the op-panel",
976 "Message": "User initiated a pinhole reset via the op-panel",
977 "Notes": [
978 "This is a notification log to record the fact that a ",
979 "pinhole reset was performed on the BMC, resulting in a ",
980 "hard reset of the BMC."
981 ]
982 }
983 },
984
985 {
Andrew Geisslerfbb18242022-02-24 14:30:02 -0600986 "Name": "xyz.openbmc_project.State.Error.CriticalServiceFailure",
987 "Subsystem": "bmc_firmware",
988 "ComponentID": "0x3400",
989 "SRC":
990 {
991 "ReasonCode": "0x3404",
992 "Words6To9":
993 {
994 }
995 },
996 "Callouts": [
997 {
998 "CalloutList": [{"Priority": "high", "Procedure": "next_level_support"}]
999 }
1000 ],
1001 "Documentation":
1002 {
1003 "Description": "A critical BMC application has failed on the system",
1004 "Message": "A critical BMC application has failed on the system, the BMC is in an undefined state",
1005 "Notes": [
1006 "As a part of generating this error log, a BMC dump has ",
1007 "also been generated. Please collect this dump if possible. ",
1008 "The BMC state is undefined but basic services could still ",
1009 "be available. Usually an AC cycle of the entire system is ",
1010 "the best recovery option from this error."
1011 ]
1012 }
1013 },
1014
1015 {
Andrew Geisslerf83efe92022-03-10 15:06:17 -06001016 "Name": "xyz.openbmc_project.State.Error.SecurityCheckFail",
1017 "Subsystem": "bmc_firmware",
1018 "ComponentID": "0x3400",
1019 "SRC":
1020 {
1021 "ReasonCode": "0x3405",
1022 "Words6To9":
1023 {
1024 }
1025 },
1026 "Callouts": [
1027 {
1028 "CalloutList": [{"Priority": "high", "Procedure": "next_level_support"}]
1029 }
1030 ],
1031 "Documentation":
1032 {
1033 "Description": "A firmware security check has failed",
1034 "Message": "A firmware security check has failed, most likely something is not configured correctly",
1035 "Notes": [
1036 "This log is only generated in the manufacturing ",
1037 "environment and it indicates that something has not ",
1038 "been configured correctly. Use the data in the PEL to ",
1039 "determine what that is."
1040 ]
1041 }
1042 },
1043
1044 {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001045 "Name": "xyz.openbmc_project.State.BMC.Error.MultiUserTargetFailure",
1046 "Subsystem": "bmc_firmware",
1047 "ComponentID": "0x3400",
1048 "SRC":
1049 {
1050 "ReasonCode": "0x3406",
1051 "Words6To9":
1052 {
1053 }
1054 },
1055 "Callouts": [
1056 {
1057 "CalloutList": [{"Priority": "high", "Procedure": "next_level_support"}]
1058 }
1059 ],
1060 "Documentation":
1061 {
1062 "Description": "The system has failed to reach BMC Ready state",
1063 "Message": "The system has failed to reach BMC Ready state, look for other errors",
1064 "Notes": [
1065 "This log indicates a critical BMC application required ",
1066 "for the BMC to reach Ready state has failed to start ",
1067 "successfully. Look in the log for other errors indicating ",
1068 "what has failed."
1069 ]
1070 }
1071 },
1072
1073 {
1074 "Name": "xyz.openbmc_project.State.Chassis.Error.PowerOnFailure",
1075 "Subsystem": "bmc_firmware",
1076 "ComponentID": "0x3400",
1077 "SRC":
1078 {
1079 "ReasonCode": "0x3407",
1080 "Words6To9":
1081 {
1082 }
1083 },
1084 "Callouts": [
1085 {
1086 "CalloutList": [{"Priority": "high", "Procedure": "next_level_support"}]
1087 }
1088 ],
1089 "Documentation":
1090 {
1091 "Description": "The system has failed to reach chassis power on state",
1092 "Message": "The system has failed to reach chassis power on state, look for other errors",
1093 "Notes": [
1094 "This log indicates a critical BMC application required ",
1095 "for the BMC to power on the chassis has failed to start ",
1096 "successfully. Look in the log for other errors indicating ",
1097 "what has failed."
1098 ]
1099 }
1100 },
1101
1102 {
1103 "Name": "xyz.openbmc_project.State.Chassis.Error.PowerOffFailure",
1104 "Subsystem": "bmc_firmware",
1105 "ComponentID": "0x3400",
1106 "SRC":
1107 {
1108 "ReasonCode": "0x3408",
1109 "Words6To9":
1110 {
1111 }
1112 },
1113 "Callouts": [
1114 {
1115 "CalloutList": [{"Priority": "high", "Procedure": "next_level_support"}]
1116 }
1117 ],
1118 "Documentation":
1119 {
1120 "Description": "The system has failed to reach chassis power off state",
1121 "Message": "The system has failed to reach chassis power off state, look for other errors",
1122 "Notes": [
1123 "This log indicates a critical BMC application required ",
1124 "for the BMC to power off the chassis has failed to start ",
1125 "successfully. Look in the log for other errors indicating ",
1126 "what has failed."
1127 ]
1128 }
1129 },
1130
1131 {
1132 "Name": "xyz.openbmc_project.State.Host.Error.HostStartFailure",
1133 "Subsystem": "bmc_firmware",
1134 "ComponentID": "0x3400",
1135 "SRC":
1136 {
1137 "ReasonCode": "0x3409",
1138 "Words6To9":
1139 {
1140 }
1141 },
1142 "Callouts": [
1143 {
1144 "CalloutList": [{"Priority": "high", "Procedure": "next_level_support"}]
1145 }
1146 ],
1147 "Documentation":
1148 {
1149 "Description": "The system has failed to start the host firmware",
1150 "Message": "The system has failed to start the host firmware, look for other errors",
1151 "Notes": [
1152 "This log indicates a critical BMC application required ",
1153 "for the BMC to start the host has failed to start ",
1154 "successfully. Look in the log for other errors indicating ",
1155 "what has failed."
1156 ]
1157 }
1158 },
1159
1160 {
1161 "Name": "xyz.openbmc_project.State.Host.Error.HostStartMinFailure",
1162 "Subsystem": "bmc_firmware",
1163 "ComponentID": "0x3400",
1164 "SRC":
1165 {
1166 "ReasonCode": "0x3410",
1167 "Words6To9":
1168 {
1169 }
1170 },
1171 "Callouts": [
1172 {
1173 "CalloutList": [{"Priority": "high", "Procedure": "next_level_support"}]
1174 }
1175 ],
1176 "Documentation":
1177 {
1178 "Description": "The system has failed to start the host firmware",
1179 "Message": "The system has failed to start the host firmware, look for other errors",
1180 "Notes": [
1181 "This log indicates a critical BMC application required ",
1182 "for the BMC to start the host has failed to start ",
1183 "successfully. Look in the log for other errors indicating ",
1184 "what has failed."
1185 ]
1186 }
1187 },
1188
1189 {
1190 "Name": "xyz.openbmc_project.State.Host.Error.HostShutdownFailure",
1191 "Subsystem": "bmc_firmware",
1192 "ComponentID": "0x3400",
1193 "SRC":
1194 {
1195 "ReasonCode": "0x3411",
1196 "Words6To9":
1197 {
1198 }
1199 },
1200 "Callouts": [
1201 {
1202 "CalloutList": [{"Priority": "high", "Procedure": "next_level_support"}]
1203 }
1204 ],
1205 "Documentation":
1206 {
1207 "Description": "The system has failed to shutdown the host firmware",
1208 "Message": "The system has failed to shutdown the host firmware, look for other errors",
1209 "Notes": [
1210 "This log indicates a critical BMC application required ",
1211 "to shutdown the host firmware has failed to start ",
1212 "successfully. Look in the log for other errors indicating ",
1213 "what has failed."
1214 ]
1215 }
1216 },
1217
1218 {
1219 "Name": "xyz.openbmc_project.State.Host.Error.HostStopFailure",
1220 "Subsystem": "bmc_firmware",
1221 "ComponentID": "0x3400",
1222 "SRC":
1223 {
1224 "ReasonCode": "0x3412",
1225 "Words6To9":
1226 {
1227 }
1228 },
1229 "Callouts": [
1230 {
1231 "CalloutList": [{"Priority": "high", "Procedure": "next_level_support"}]
1232 }
1233 ],
1234 "Documentation":
1235 {
1236 "Description": "The system has failed to stop the host firmware",
1237 "Message": "The system has failed to stop the host firmware, look for other errors",
1238 "Notes": [
1239 "This log indicates a critical BMC application required ",
1240 "to stop the host firmware has failed to start ",
1241 "successfully. Look in the log for other errors indicating ",
1242 "what has failed."
1243 ]
1244 }
1245 },
1246
1247 {
1248 "Name": "xyz.openbmc_project.State.Host.Error.HostRebootFailure",
1249 "Subsystem": "bmc_firmware",
1250 "ComponentID": "0x3400",
1251 "SRC":
1252 {
1253 "ReasonCode": "0x3413",
1254 "Words6To9":
1255 {
1256 }
1257 },
1258 "Callouts": [
1259 {
1260 "CalloutList": [{"Priority": "high", "Procedure": "next_level_support"}]
1261 }
1262 ],
1263 "Documentation":
1264 {
1265 "Description": "The system has failed to reboot the host firmware",
1266 "Message": "The system has failed to reboot the host firmware, look for other errors",
1267 "Notes": [
1268 "This log indicates a critical BMC application required ",
1269 "to reboot the host firmware has failed to start ",
1270 "successfully. Look in the log for other errors indicating ",
1271 "what has failed."
1272 ]
1273 }
1274 },
1275
1276 {
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001277 "Name": "xyz.openbmc_project.State.Error.HostQuiesce",
1278 "Subsystem": "bmc_firmware",
1279 "ComponentID": "0x3400",
1280 "SRC":
1281 {
1282 "ReasonCode": "0x3414",
1283 "Words6To9":
1284 {
1285 }
1286 },
1287 "Callouts": [
1288 {
1289 "CalloutList": [{"Priority": "high", "Procedure": "next_level_support"}]
1290 }
1291 ],
1292 "Documentation":
1293 {
1294 "Description": "The host firmware has failed to boot",
1295 "Message": "The host firmware has failed to boot and has entered a Quiesce state. Look for other errors.",
1296 "Notes": [
1297 "This log indicates that the host firmware has failed to ",
1298 "boot and all retries have been exhausted. There should be ",
1299 "other logs with more details on the boot failure reason. "
1300 ]
1301 }
1302 },
1303
1304 {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -05001305 "Name": "org.open_power.Processor.Error.SbeChipOpFailure",
1306 "Subsystem": "processor_chip",
1307 "ComponentID": "0x3500",
1308
1309 "SRC":
1310 {
1311 "ReasonCode": "0x3500",
1312 "Words6To9":
1313 {
1314 "6":
1315 {
1316 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
1317 "AdditionalDataPropSource": "SRC6"
1318 }
1319 }
1320 },
1321
1322 "Documentation":
1323 {
1324 "Description": "chipop failure with SBE provided FFDC",
1325 "Message": "chipop request failure reported by SBE",
1326 "Notes": [
1327 "The severity is set by the creator.",
1328 "Callouts added based on SBE provided FFDC.",
1329 "SBE provided additional debug data included as part of the",
1330 "additional user data section."
1331 ]
1332 }
1333 },
1334
1335 {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -05001336 "Name": "org.open_power.Processor.Error.SbeChipOpTimeout",
1337 "Subsystem": "processor_chip",
1338 "ComponentID": "0x3500",
1339
1340 "SRC":
1341 {
1342 "ReasonCode": "0x3501",
1343 "Words6To9":
1344 {
1345 "6":
1346 {
1347 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
1348 "AdditionalDataPropSource": "SRC6"
1349 }
1350 }
1351 },
1352
Jayanth Othayothe4acc8d2022-06-02 02:32:08 -05001353 "Callouts": [
1354 {
1355 "CalloutList": [
1356 { "Priority": "high", "Procedure": "next_level_support" }
1357 ]
1358 }
1359 ],
1360
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -05001361 "Documentation":
1362 {
1363 "Description": "SBE chipop timeout",
1364 "Message": "chipop timeout reported during SBE communication",
1365 "Notes": [
1366 "The severity is set by the creator.",
1367 "Check SBE Dump associated to this error to debug the failure."
1368 ]
1369 }
1370 },
1371
1372 {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001373 "Name": "org.open_power.Processor.Error.SbeChipOpInvalidState",
1374 "Subsystem": "processor_chip",
1375 "ComponentID": "0x3500",
1376
1377 "SRC":
1378 {
1379 "ReasonCode": "0x3502",
1380 "Words6To9":
1381 {
1382 "6":
1383 {
1384 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
1385 "AdditionalDataPropSource": "SRC6"
1386 },
1387 "7":
1388 {
1389 "Description": "Value of SBE state",
1390 "AdditionalDataPropSource": "SRC7"
1391 }
1392 }
1393 },
1394
1395 "Documentation":
1396 {
1397 "Description": "The SBE on this processor is not in a state where chipOps can be issued",
1398 "Message": "SBE Chipop is not allowed due to invalid SBE state ",
1399 "Notes": [
1400 "The severity is set by the creator."
1401 ]
1402 }
1403 },
1404
1405 {
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001406 "Name": "org.open_power.Processor.Error.SbeBootFailure",
1407 "Subsystem": "processor_chip",
1408 "ComponentID": "0x3500",
Jayanth Othayoth2a540a82022-06-27 01:18:20 -05001409 "ActionFlags": [ "service_action", "report", "call_home" ],
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001410
1411 "SRC":
1412 {
1413 "ReasonCode": "0x3503",
1414 "Words6To9":
1415 {
1416 "6":
1417 {
1418 "Description": "[0:15] chip position",
1419 "AdditionalDataPropSource": "SRC6"
1420 }
1421 }
1422 },
1423
1424 "Documentation":
1425 {
1426 "Description": "Boot failure with SBE provided FFDC",
1427 "Message": "Boot failure reported by SBE",
1428 "Notes": [
1429 "The severity is set by the creator.",
1430 "Callouts added based on SBE provided FFDC.",
1431 "SBE provided additional debug data included as part of the",
1432 "additional user data section."
1433 ]
1434 }
1435 },
1436
1437 {
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001438 "Name": "org.open_power.Processor.Error.SbeBootTimeout",
1439 "Subsystem": "processor_chip",
1440 "ComponentID": "0x3500",
1441
1442 "SRC":
1443 {
1444 "ReasonCode": "0x3504",
1445 "Words6To9":
1446 {
1447 }
1448 },
1449
Jayanth Othayothf5cd2a42022-05-31 02:54:10 -05001450 "Callouts": [
1451 {
1452 "System": "ibm,rainier",
1453 "CalloutList": [
1454 {
1455 "Priority": "low",
1456 "LocCode": "P0"
1457 },
1458 {
1459 "Priority": "low",
1460 "LocCode": "P0-C22"
1461 }
1462 ]
1463 },
1464 {
1465 "System": "ibm,everest",
1466 "CalloutList": [
1467 {
1468 "Priority": "low",
1469 "LocCode": "P0"
1470 },
1471 {
1472 "Priority": "low",
1473 "LocCode": "P0-C96"
1474 }
1475 ]
1476 }
1477 ],
1478
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001479 "Documentation":
1480 {
1481 "Description": "SBE Boot timeout",
1482 "Message": "timeout reported during SBE boot process",
1483 "Notes": [
1484 "The severity is set by the creator.",
1485 "Check SBE Dump associated to this error to debug the failure."
1486 ]
1487 }
1488 },
1489
1490 {
Ben Tyner34836322020-04-15 17:01:48 -05001491 "Name": "org.open_power.Attn.Error.Terminate",
Ben Tyner808e29f2021-04-16 08:32:23 -05001492 "Subsystem": "cec_hardware",
1493 "Severity": "non_error",
Ben Tyner34836322020-04-15 17:01:48 -05001494
1495 "SRC":
1496 {
1497 "ReasonCode": "0xD138",
Ben Tyner808e29f2021-04-16 08:32:23 -05001498 "SymptomIDFields": [ "SRCWord3", "SRCWord4", "SRCWord5", "SRCWord6", "SRCWord7", "SRCWord8", "SRCWord9" ],
Ben Tyner34836322020-04-15 17:01:48 -05001499 "Words6To9":
1500 {
1501 }
1502 },
1503
1504 "Documentation":
1505 {
1506 "Description": "Status shows TI special attention active",
1507 "Message": "TI special attention detected",
1508 "Notes": [
1509 "This entry is for any TI special attention event ",
1510 "reported by the attention handler component"
1511 ]
1512 }
1513 },
1514
1515 {
1516 "Name": "org.open_power.Attn.Error.Fail",
1517 "Subsystem": "bmc_firmware",
1518 "Severity": "unrecoverable_loss_of_function",
1519
1520 "SRC":
1521 {
1522 "ReasonCode": "0xD13E",
1523 "Words6To9":
1524 {
1525 "6":
1526 {
1527 "Description": "Error code from attention handler",
1528 "AdditionalDataPropSource": "ERROR_CODE"
1529 }
1530 }
1531 },
1532 "Documentation":
1533 {
1534 "Description": "The attention handler encountered an error",
1535 "MessageArgSources" : ["SRCWord6"],
1536 "Message": "Attention handler error %1",
1537 "Notes": [
1538 "Attention handler will provide error code"
1539 ]
1540 }
1541 },
1542
1543 {
1544 "Name": "org.open_power.Attn.Error.Vital",
1545 "Subsystem": "processor_chip",
1546 "Severity": "critical",
1547
1548 "SRC":
1549 {
1550 "ReasonCode": "0xD16D",
1551 "Words6To9":
1552 {
1553 }
1554 },
1555
1556 "Documentation":
1557 {
1558 "Description": "Status shows SBE vital attention active",
1559 "Message": "SBE vital attention detected",
1560 "Notes": [
1561 "This entry is for any SBE vital attention event ",
1562 "reported by the attention handler component"
1563 ]
1564 }
1565 },
1566
1567 {
1568 "Name": "org.open_power.HwDiags.Error.Checkstop",
Zane Shelley4e6355d2022-02-24 15:28:08 -06001569 "PossibleSubsystems": [
1570 "processor", "processor_fru", "processor_unit", "processor_bus",
1571 "memory_ctlr", "memory_bus", "memory_dimm", "memory_fru",
1572 "phb", "cec_hardware", "cec_clocks", "cec_tod", "others"
1573 ],
1574 "Severity": "unrecoverable",
Zane Shelley561c0382020-11-17 13:20:05 -06001575 "ActionFlags": [ "service_action", "report", "call_home" ],
Ben Tyner34836322020-04-15 17:01:48 -05001576
1577 "SRC":
1578 {
Zane Shelley561c0382020-11-17 13:20:05 -06001579 "ReasonCode": "0xE510",
1580 "SymptomIDFields": [ "SRCWord6", "SRCWord7", "SRCWord8" ],
Ben Tyner34836322020-04-15 17:01:48 -05001581 "Words6To9":
1582 {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001583 "6":
1584 {
1585 "AdditionalDataPropSource": "SRC6"
1586 },
1587 "7":
1588 {
1589 "AdditionalDataPropSource": "SRC7"
1590 },
1591 "8":
1592 {
1593 "AdditionalDataPropSource": "SRC8"
1594 }
Ben Tyner34836322020-04-15 17:01:48 -05001595 }
1596 },
1597
1598 "Documentation":
1599 {
Zane Shelley561c0382020-11-17 13:20:05 -06001600 "Description": "A system checkstop attention has occurred",
1601 "MessageArgSources" : [ "SRCWord6", "SRCWord7", "SRCWord8" ],
Zane Shelley45ab43a2021-11-13 16:16:57 -06001602 "Message": "Error Signature: %1 %2 %3"
Ben Tyner34836322020-04-15 17:01:48 -05001603 }
1604 },
1605
1606 {
Zane Shelley561c0382020-11-17 13:20:05 -06001607 "Name": "org.open_power.HwDiags.Error.Predictive",
Zane Shelley4e6355d2022-02-24 15:28:08 -06001608 "PossibleSubsystems": [
1609 "processor", "processor_fru", "processor_unit", "processor_bus",
1610 "memory_ctlr", "memory_bus", "memory_dimm", "memory_fru",
1611 "phb", "cec_hardware", "cec_clocks", "cec_tod", "others"
1612 ],
1613 "Severity": "predictive",
Zane Shelley561c0382020-11-17 13:20:05 -06001614 "ActionFlags": [ "service_action", "report", "call_home" ],
Ben Tyner34836322020-04-15 17:01:48 -05001615
1616 "SRC":
1617 {
Zane Shelley561c0382020-11-17 13:20:05 -06001618 "ReasonCode": "0xE511",
1619 "SymptomIDFields": [ "SRCWord6", "SRCWord7", "SRCWord8" ],
Ben Tyner34836322020-04-15 17:01:48 -05001620 "Words6To9":
1621 {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001622 "6":
1623 {
1624 "AdditionalDataPropSource": "SRC6"
1625 },
1626 "7":
1627 {
1628 "AdditionalDataPropSource": "SRC7"
1629 },
1630 "8":
1631 {
1632 "AdditionalDataPropSource": "SRC8"
1633 }
Ben Tyner34836322020-04-15 17:01:48 -05001634 }
1635 },
Zane Shelley561c0382020-11-17 13:20:05 -06001636
Ben Tyner34836322020-04-15 17:01:48 -05001637 "Documentation":
1638 {
Zane Shelley561c0382020-11-17 13:20:05 -06001639 "Description": "A hardware attention requiring service has occurred",
1640 "MessageArgSources" : [ "SRCWord6", "SRCWord7", "SRCWord8" ],
Zane Shelley45ab43a2021-11-13 16:16:57 -06001641 "Message": "Error Signature: %1 %2 %3"
Ben Tyner34836322020-04-15 17:01:48 -05001642 }
Shawn McCarney01648f52020-06-25 11:42:02 -05001643 },
1644
1645 {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001646 "Name": "org.open_power.HwDiags.Error.Informational",
Zane Shelley4e6355d2022-02-24 15:28:08 -06001647 "PossibleSubsystems": [
1648 "processor", "processor_fru", "processor_unit", "processor_bus",
1649 "memory_ctlr", "memory_bus", "memory_dimm", "memory_fru",
1650 "phb", "cec_hardware", "cec_clocks", "cec_tod", "others"
1651 ],
1652 "Severity": "non_error",
Zane Shelleydd4bd482021-12-08 09:12:51 -06001653 "ActionFlags": [ "hidden", "dont_report" ],
1654
1655 "SRC":
1656 {
1657 "ReasonCode": "0xE512",
1658 "SymptomIDFields": [ "SRCWord6", "SRCWord7", "SRCWord8" ],
1659 "Words6To9":
1660 {
1661 "6":
1662 {
1663 "AdditionalDataPropSource": "SRC6"
1664 },
1665 "7":
1666 {
1667 "AdditionalDataPropSource": "SRC7"
1668 },
1669 "8":
1670 {
1671 "AdditionalDataPropSource": "SRC8"
1672 }
1673 }
1674 },
1675
1676 "Documentation":
1677 {
1678 "Description": "Manual analysis was initiated via the command line. FFDC only.",
1679 "MessageArgSources" : [ "SRCWord6", "SRCWord7", "SRCWord8" ],
1680 "Message": "Error Signature: %1 %2 %3"
1681 }
1682 },
1683
1684 {
Brandon Wyman38caaf02020-09-01 16:07:42 -05001685 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.InputFault",
1686 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001687 "ActionFlags": ["service_action", "report"],
1688 "ComponentID": "0x2700",
1689
1690 "SRC": {
1691 "Type": "11",
1692 "ReasonCode": "0x15F0",
1693 "Words6To9": {}
1694 },
1695
1696 "Callouts": [
1697 {
1698 "CalloutList": [
1699 { "Priority": "high", "SymbolicFRU": "pwrsply" }
1700 ]
1701 }
1702 ],
1703
1704 "Documentation": {
1705 "Description": "Power Supply input power fault",
1706 "Message": "A power supply has indicated an input or under voltage condition.",
1707 "Notes": [
1708 "Check the power supply cabling and/or input power ",
1709 "source. The PWRSPLY procedure is used rather than ",
1710 "calling out a location code, as typically these faults ",
1711 "are related to the supplied power, the cable, or the ",
1712 "cable connectors. If the input fault resolves down to an ",
1713 "issue with the power supply itself, the power supply ",
1714 "indicating this input fault should be called out. Add the ",
1715 "CALLOUT_INVENTORY_PATH to the additional data, and set the",
1716 "CALLOUT_PRIORITY to something other than high."
1717 ]
1718 }
1719 },
1720
1721 {
1722 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Fault",
1723 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001724 "ActionFlags": ["service_action", "report", "call_home"],
1725 "ComponentID": "0x2700",
1726
1727 "SRC": {
1728 "Type": "11",
1729 "ReasonCode": "0x15F1",
1730 "Words6To9": {}
1731 },
1732
Jim Wright006dafd2022-05-27 12:09:43 -05001733 "Callouts": [
1734 {
1735 "CalloutList": [
1736 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
1737 ]
1738 }
1739 ],
1740
Brandon Wyman38caaf02020-09-01 16:07:42 -05001741 "Documentation": {
1742 "Description": "Power Supply power fault",
1743 "Message": "The power supply detected a fault condition, see AdditionalData for further details.",
1744 "Notes": [
1745 "The power supply reporting the fault should be called ",
1746 "out using the CALLOUT_INVENTORY_PATH keyword. Include ",
1747 "specific fault, STATUS_* details, and code level in the ",
1748 "AdditionalData section."
1749 ]
1750 }
1751 },
1752
1753 {
1754 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.CommFault",
1755 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001756 "ActionFlags": ["service_action", "report", "call_home"],
1757 "ComponentID": "0x2700",
1758
1759 "SRC": {
1760 "Type": "11",
1761 "ReasonCode": "0x15F2",
1762 "Words6To9": {}
1763 },
1764
Jim Wright006dafd2022-05-27 12:09:43 -05001765 "Callouts": [
1766 {
1767 "CalloutList": [
1768 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
1769 ]
1770 }
1771 ],
1772
Brandon Wyman38caaf02020-09-01 16:07:42 -05001773 "Documentation": {
1774 "Description": "Power Supply non-power fault",
1775 "Message": "A communication failure occurred talking to the power supply",
1776 "Notes": [
1777 "Communication problems with the power supply could be ",
1778 "the power supply, or any hardware between it and the ",
1779 "BMC. Reporting the error should be passing in a call ",
1780 "out using CALLOUT_DEVICE_PATH."
1781 ]
1782 }
1783 },
1784
1785 {
1786 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Missing",
1787 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001788 "ActionFlags": ["service_action", "report", "call_home"],
1789 "ComponentID": "0x2700",
1790
1791 "SRC": {
1792 "Type": "11",
1793 "ReasonCode": "0x15F6",
1794 "Words6To9": {}
1795 },
1796
1797 "Callouts": [
1798 {
1799 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -05001800 {
1801 "Priority": "high",
1802 "SymbolicFRUTrusted": "pwrsply",
1803 "UseInventoryLocCode": true
1804 }
Brandon Wyman38caaf02020-09-01 16:07:42 -05001805 ]
1806 }
1807 ],
1808
1809 "Documentation": {
1810 "Description": "Power Supply is missing",
1811 "Message": "A power supply that should be present is missing",
1812 "Notes": [
1813 "The CalloutList should use the PWRSPLY symbolic FRU ",
Matt Spinler80600192020-10-23 09:29:33 -05001814 "with the trusted location code property. The ",
1815 "location code in this callout is obtained from ",
1816 "the passed in CALLOUT_INVENTORY_PATH value."
Brandon Wyman38caaf02020-09-01 16:07:42 -05001817 ]
1818 }
1819 },
1820
1821 {
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00001822 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.NotSupported",
1823 "Subsystem": "power_supply",
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00001824 "ActionFlags": ["service_action", "report", "call_home"],
1825 "ComponentID": "0x2700",
1826
1827 "SRC": {
1828 "Type": "11",
1829 "ReasonCode": "0x15F7",
1830 "Words6To9": {}
1831 },
1832
Jim Wright006dafd2022-05-27 12:09:43 -05001833 "Callouts": [
1834 {
1835 "CalloutList": [
1836 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
1837 ]
1838 }
1839 ],
1840
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00001841 "Documentation": {
1842 "Description": "Power Supply configuration is not supported",
1843 "Message": "The power supply configuration is not supported",
1844 "Notes": [
1845 "The combination of power supplies detected in the ",
1846 "system is not supported. This could be caused by ",
1847 "mismatched models, less than expected number of power ",
1848 "supplies, or other unsupported characteristics."
1849 ]
1850 }
1851 },
1852
1853 {
Brandon Wymanc30f00a2021-11-18 21:10:04 +00001854 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.FanFault",
1855 "Subsystem": "power_supply",
Brandon Wymanc30f00a2021-11-18 21:10:04 +00001856 "ActionFlags": ["service_action", "report", "call_home"],
1857 "ComponentID": "0x2700",
1858
1859 "SRC": {
1860 "Type": "11",
1861 "ReasonCode": "0x15FF",
1862 "Words6To9": {}
1863 },
1864
Jim Wright006dafd2022-05-27 12:09:43 -05001865 "Callouts": [
1866 {
1867 "CalloutList": [
1868 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
1869 ]
1870 }
1871 ],
1872
Brandon Wymanc30f00a2021-11-18 21:10:04 +00001873 "Documentation": {
1874 "Description": "Power Supply fan fault",
1875 "Message": "A power supply indicated a fan fault has occurred",
1876 "Notes": [
1877 "The power supply reporting the fault should be called ",
1878 "out using the CALLOUT_INVENTORY_PATH keyword. Include ",
1879 "specific fault, STATUS_* details, and code level in the ",
1880 "AdditionalData section."
1881 ]
1882 }
1883 },
1884
1885 {
Brandon Wyman90c88402021-11-16 20:34:49 +00001886 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.IoutOCFault",
1887 "Subsystem": "power_supply",
Brandon Wyman90c88402021-11-16 20:34:49 +00001888 "ActionFlags": ["service_action", "report", "call_home"],
1889 "ComponentID": "0x2700",
1890
1891 "SRC": {
1892 "Type": "11",
1893 "ReasonCode": "0x1B01",
1894 "Words6To9": {}
1895 },
1896
1897 "Callouts": [
1898 {
1899 "CalloutList": [
1900 { "Priority": "high", "Procedure": "power_overcurrent" }
1901 ]
1902 }
1903 ],
1904
1905 "Documentation": {
1906 "Description": "Power Supply output over-current power fault",
1907 "Message": "A power supply has indicated an output over-current condition."
1908 }
1909 },
1910
1911 {
Jay Meyer54ff54e2021-03-14 20:18:41 -05001912 "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Blackout",
1913 "Subsystem": "power",
1914 "ActionFlags": [ "report", "service_action" ],
Jay Meyer54ff54e2021-03-14 20:18:41 -05001915 "ComponentID": "0x2700",
1916
1917 "SRC":
1918 {
1919 "Type": "11",
1920 "ReasonCode": "0x00AC",
Mike Cappsa2d7b772022-03-07 15:47:48 -05001921 "Words6To9": {}
Jay Meyer54ff54e2021-03-14 20:18:41 -05001922 },
1923
1924 "Callouts": [
1925 {
1926 "CalloutList": [
1927 { "Priority": "high", "SymbolicFRU": "ac_module"}
1928 ]
1929 }
1930 ],
1931
1932 "Documentation": {
1933 "Description": "Input power was lost while the system was powered on.",
1934 "Message": "Input power was lost while the system was powered on.",
1935 "Notes": [
1936 "Input power was lost while system powered on.",
1937 "The CalloutList should use the ACMODUL symbolic FRU."
1938 ]
1939 }
1940 },
1941
1942 {
Brandon Wyman002d8cf2021-12-01 23:05:11 +00001943 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.PSKillFault",
1944 "Subsystem": "power_supply",
Brandon Wyman002d8cf2021-12-01 23:05:11 +00001945 "ActionFlags": ["service_action", "report", "call_home"],
1946 "ComponentID": "0x2700",
1947
1948 "SRC": {
1949 "Type": "11",
1950 "ReasonCode": "0x2500",
Mike Cappsa2d7b772022-03-07 15:47:48 -05001951 "Words6To9": {}
Brandon Wyman002d8cf2021-12-01 23:05:11 +00001952 },
1953
1954 "Callouts": [
1955 {
1956 "CalloutList": [
1957 { "Priority": "high", "Procedure": "power_overcurrent" }
1958 ]
1959 }
1960 ],
1961
1962 "Documentation": {
1963 "Description": "A power supply fault is potentially preventing the power supply from allowing the system to power on.",
1964 "Message": "Power supply PSKill_fault",
1965 "Notes": [
1966 ]
1967 }
1968 },
1969
1970 {
Jim Wright7f678902020-11-30 16:03:57 -06001971 "Name": "xyz.openbmc_project.Power.Error.Shutdown",
1972 "Subsystem": "power_sequencer",
1973 "ComponentID": "0x2700",
1974
1975 "SRC": {
1976 "Type": "11",
1977 "ReasonCode": "0x2600",
1978 "Words6To9": {}
1979 },
1980
1981 "Callouts": [
1982 {
1983 "CalloutList": [
1984 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1985 ]
1986 }
1987 ],
1988
1989 "Documentation": {
1990 "Description": "A power off was issued because a power fault was detected",
1991 "Message": "A power off was issued because a power fault was detected",
1992 "Notes": [
1993 ]
1994 }
1995 },
1996
1997 {
Ben Tyner0273a222021-07-12 15:18:13 -05001998 "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Regulator",
1999 "Subsystem": "power_control_hw",
Mike Capps2a2d0ae2022-03-16 18:09:00 -04002000 "Severity": "critical_system_term",
Ben Tyner0273a222021-07-12 15:18:13 -05002001 "ComponentID": "0x2700",
2002
2003 "SRC": {
2004 "Type": "11",
2005 "ReasonCode": "0x2602",
Mike Cappsa2d7b772022-03-07 15:47:48 -05002006 "Words6To9": {}
Ben Tyner0273a222021-07-12 15:18:13 -05002007 },
2008
2009 "Callouts": [
2010 {
2011 "System": "ibm,rainier",
2012 "CalloutList": [
2013 {
2014 "Priority": "high",
2015 "LocCode": "P0-C5"
2016 },
2017 {
2018 "Priority": "medium",
2019 "LocCode": "P0"
2020 }
2021 ]
2022 },
2023 {
2024 "System": "ibm,everest",
2025 "CalloutList": [
2026 {
2027 "Priority": "high",
2028 "LocCode": "P0-C59"
2029 },
2030 {
2031 "Priority": "medium",
2032 "LocCode": "P0"
2033 }
2034 ]
2035 }
2036 ],
2037
2038 "Documentation": {
2039 "Description": "A power off was issued because a regulator for standby power faulted",
2040 "Message": "A power off was issued because a regulator for standby power faulted",
2041 "Notes": [
2042 ]
2043 }
2044 },
2045
2046 {
Jim Wright7f678902020-11-30 16:03:57 -06002047 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerPGOODFault",
2048 "Subsystem": "power_sequencer",
2049 "ComponentID": "0x2700",
2050
2051 "SRC": {
2052 "Type": "11",
2053 "ReasonCode": "0x2610",
2054 "Words6To9": {}
2055 },
2056
2057 "CalloutsUsingAD": {
2058 "ADName": "INPUT_NAME", "CalloutsWithTheirADValues": [
2059 {
2060 "ADValue": "PCIE_SLOT0", "Callouts": [
2061 {
2062 "CalloutList": [
2063 { "Priority": "high", "LocCode": "P0-C0" },
2064 { "Priority": "medium", "LocCode": "P0" }
2065 ]
2066 }
2067 ]
2068 },
2069 {
2070 "ADValue": "PCIE_SLOT1", "Callouts": [
2071 {
2072 "CalloutList": [
2073 { "Priority": "high", "LocCode": "P0-C1" },
2074 { "Priority": "medium", "LocCode": "P0" }
2075 ]
2076 }
2077 ]
2078 },
2079 {
2080 "ADValue": "PCIE_SLOT2", "Callouts": [
2081 {
2082 "CalloutList": [
2083 { "Priority": "high", "LocCode": "P0-C2" },
2084 { "Priority": "medium", "LocCode": "P0" }
2085 ]
2086 }
2087 ]
2088 },
2089 {
2090 "ADValue": "PCIE_SLOT3", "Callouts": [
2091 {
2092 "CalloutList": [
2093 { "Priority": "high", "LocCode": "P0-C3" },
2094 { "Priority": "medium", "LocCode": "P0" }
2095 ]
2096 }
2097 ]
2098 },
2099 {
2100 "ADValue": "PCIE_SLOT4", "Callouts": [
2101 {
2102 "CalloutList": [
2103 { "Priority": "high", "LocCode": "P0-C4" },
2104 { "Priority": "medium", "LocCode": "P0" }
2105 ]
2106 }
2107 ]
2108 },
2109 {
Jim Wright2e4eb072022-02-03 14:43:46 -06002110 "ADValue": "PCIE_SLOT5", "Callouts": [
2111 {
2112 "CalloutList": [
2113 { "Priority": "high", "LocCode": "P0-C5" },
2114 { "Priority": "medium", "LocCode": "P0" }
2115 ]
2116 }
2117 ]
2118 },
2119 {
2120 "ADValue": "PCIE_SLOT6", "Callouts": [
2121 {
2122 "CalloutList": [
2123 { "Priority": "high", "LocCode": "P0-C6" },
2124 { "Priority": "medium", "LocCode": "P0" }
2125 ]
2126 }
2127 ]
2128 },
2129 {
Jim Wright7f678902020-11-30 16:03:57 -06002130 "ADValue": "PCIE_SLOT7", "Callouts": [
2131 {
2132 "CalloutList": [
2133 { "Priority": "high", "LocCode": "P0-C7" },
2134 { "Priority": "medium", "LocCode": "P0" }
2135 ]
2136 }
2137 ]
2138 },
2139 {
2140 "ADValue": "PCIE_SLOT8", "Callouts": [
2141 {
2142 "CalloutList": [
2143 { "Priority": "high", "LocCode": "P0-C8" },
2144 { "Priority": "medium", "LocCode": "P0" }
2145 ]
2146 }
2147 ]
2148 },
2149 {
2150 "ADValue": "PCIE_SLOT9", "Callouts": [
2151 {
2152 "CalloutList": [
2153 { "Priority": "high", "LocCode": "P0-C9" },
2154 { "Priority": "medium", "LocCode": "P0" }
2155 ]
2156 }
2157 ]
2158 },
2159 {
2160 "ADValue": "PCIE_SLOT10", "Callouts": [
2161 {
2162 "CalloutList": [
2163 { "Priority": "high", "LocCode": "P0-C10" },
2164 { "Priority": "medium", "LocCode": "P0" }
2165 ]
2166 }
2167 ]
2168 },
2169 {
2170 "ADValue": "PCIE_SLOT11", "Callouts": [
2171 {
2172 "CalloutList": [
2173 { "Priority": "high", "LocCode": "P0-C11" },
2174 { "Priority": "medium", "LocCode": "P0" }
2175 ]
2176 }
2177 ]
2178 },
2179 {
2180 "ADValue": "PGOOD_12A", "Callouts": [
2181 {
2182 "CalloutList": [
2183 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2184 ]
2185 }
2186 ]
2187 },
2188 {
2189 "ADValue": "PGOOD_12B", "Callouts": [
2190 {
2191 "CalloutList": [
2192 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2193 ]
2194 }
2195 ]
2196 },
2197 {
2198 "ADValue": "PGOOD_12C", "Callouts": [
2199 {
2200 "CalloutList": [
2201 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2202 ]
2203 }
2204 ]
2205 },
2206 {
2207 "ADValue": "PGOOD_12D", "Callouts": [
2208 {
2209 "CalloutList": [
2210 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2211 ]
2212 }
2213 ]
2214 },
2215 {
2216 "ADValue": "PGOOD_12L", "Callouts": [
2217 {
2218 "CalloutList": [
2219 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2220 ]
2221 }
2222 ]
2223 },
2224 {
2225 "ADValue": "PGOOD_12M", "Callouts": [
2226 {
2227 "CalloutList": [
2228 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2229 ]
2230 }
2231 ]
2232 },
2233 {
2234 "ADValue": "PGOOD_12N", "Callouts": [
2235 {
2236 "CalloutList": [
2237 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2238 ]
2239 }
2240 ]
2241 },
2242 {
2243 "ADValue": "PGOOD_12P", "Callouts": [
2244 {
2245 "CalloutList": [
2246 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2247 ]
2248 }
2249 ]
2250 },
2251 {
2252 "ADValue": "PGOOD_12PCIE", "Callouts": [
2253 {
2254 "CalloutList": [
2255 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2256 ]
2257 }
2258 ]
2259 },
2260 {
2261 "ADValue": "PGOOD_12Q", "Callouts": [
2262 {
2263 "CalloutList": [
2264 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2265 ]
2266 }
2267 ]
2268 },
2269 {
2270 "ADValue": "PGOOD_12R", "Callouts": [
2271 {
2272 "CalloutList": [
2273 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2274 ]
2275 }
2276 ]
2277 },
2278 {
2279 "ADValue": "PGOOD_VDN_DCM0", "Callouts": [
2280 {
2281 "CalloutList": [
2282 { "Priority": "high", "LocCode": "P0-C14" },
2283 { "Priority": "medium", "LocCode": "P0-C15" },
2284 { "Priority": "low", "LocCode": "P0" }
2285 ]
2286 }
2287 ]
2288 },
2289 {
2290 "ADValue": "PGOOD_VDN_DCM1", "Callouts": [
2291 {
2292 "CalloutList": [
2293 { "Priority": "high", "LocCode": "P0-C23" },
2294 { "Priority": "medium", "LocCode": "P0-C24" },
2295 { "Priority": "low", "LocCode": "P0" }
2296 ]
2297 }
2298 ]
2299 },
2300 {
2301 "ADValue": "PGOOD_VCS_DCM0", "Callouts": [
2302 {
2303 "CalloutList": [
2304 { "Priority": "high", "LocCode": "P0-C14" },
2305 { "Priority": "medium", "LocCode": "P0-C15" },
2306 { "Priority": "low", "LocCode": "P0" }
2307 ]
2308 }
2309 ]
2310 },
2311 {
2312 "ADValue": "PGOOD_VCS_DCM1", "Callouts": [
2313 {
2314 "CalloutList": [
2315 { "Priority": "high", "LocCode": "P0-C23" },
2316 { "Priority": "medium", "LocCode": "P0-C24" },
2317 { "Priority": "low", "LocCode": "P0" }
2318 ]
2319 }
2320 ]
2321 },
2322 {
2323 "ADValue": "PGOOD_VIO_DCM0", "Callouts": [
2324 {
2325 "CalloutList": [
2326 { "Priority": "high", "LocCode": "P0-C14" },
2327 { "Priority": "medium", "LocCode": "P0-C15" },
2328 { "Priority": "low", "LocCode": "P0" }
2329 ]
2330 }
2331 ]
2332 },
2333 {
2334 "ADValue": "PGOOD_VIO_DCM1", "Callouts": [
2335 {
2336 "CalloutList": [
2337 { "Priority": "high", "LocCode": "P0-C23" },
2338 { "Priority": "medium", "LocCode": "P0-C24" },
2339 { "Priority": "low", "LocCode": "P0" }
2340 ]
2341 }
2342 ]
2343 },
2344 {
2345 "ADValue": "PGOOD_VPCIE_DCM0", "Callouts": [
2346 {
2347 "CalloutList": [
2348 { "Priority": "high", "LocCode": "P0-C14" },
2349 { "Priority": "medium", "LocCode": "P0-C15" },
2350 { "Priority": "low", "LocCode": "P0" }
2351 ]
2352 }
2353 ]
2354 },
2355 {
2356 "ADValue": "PGOOD_VPCIE_DCM1", "Callouts": [
2357 {
2358 "CalloutList": [
2359 { "Priority": "high", "LocCode": "P0-C23" },
2360 { "Priority": "medium", "LocCode": "P0-C24" },
2361 { "Priority": "low", "LocCode": "P0" }
2362 ]
2363 }
2364 ]
Jim Wright2e4eb072022-02-03 14:43:46 -06002365 },
2366 {
2367 "ADValue": "CP0_VPCIE", "Callouts": [
2368 {
2369 "CalloutList": [
2370 { "Priority": "high", "LocCode": "P0-C58" },
Jim Wrightace33db2022-04-19 14:33:37 -05002371 { "Priority": "medium", "LocCode": "P0-C61" },
Jim Wright2e4eb072022-02-03 14:43:46 -06002372 { "Priority": "low", "LocCode": "P0" }
2373 ]
2374 }
2375 ]
2376 },
2377 {
2378 "ADValue": "CP1_VPCIE", "Callouts": [
2379 {
2380 "CalloutList": [
2381 { "Priority": "high", "LocCode": "P0-C16" },
Jim Wrightace33db2022-04-19 14:33:37 -05002382 { "Priority": "medium", "LocCode": "P0-C14" },
Jim Wright2e4eb072022-02-03 14:43:46 -06002383 { "Priority": "low", "LocCode": "P0" }
2384 ]
2385 }
2386 ]
2387 },
2388 {
2389 "ADValue": "CP2_VPCIE", "Callouts": [
2390 {
2391 "CalloutList": [
2392 { "Priority": "high", "LocCode": "P0-C16" },
Jim Wrightace33db2022-04-19 14:33:37 -05002393 { "Priority": "medium", "LocCode": "P0-C19" },
Jim Wright2e4eb072022-02-03 14:43:46 -06002394 { "Priority": "low", "LocCode": "P0" }
2395 ]
2396 }
2397 ]
2398 },
2399 {
2400 "ADValue": "CP3_VPCIE", "Callouts": [
2401 {
2402 "CalloutList": [
2403 { "Priority": "high", "LocCode": "P0-C58" },
2404 { "Priority": "medium", "LocCode": "P0-C56" },
2405 { "Priority": "low", "LocCode": "P0" }
2406 ]
2407 }
2408 ]
2409 },
2410 {
Jim Wrightace33db2022-04-19 14:33:37 -05002411 "ADValue": "5.0V_USB_front", "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002412 {
2413 "CalloutList": [
2414 { "Priority": "high", "SymbolicFRU": "usb_pgood" },
Jim Wrightace33db2022-04-19 14:33:37 -05002415 { "Priority": "low", "LocCode": "P1" },
2416 { "Priority": "low", "LocCode": "P0" }
Jim Wright2e4eb072022-02-03 14:43:46 -06002417 ]
2418 }
2419 ]
2420 },
2421 {
2422 "ADValue": "CP0_VDN", "Callouts": [
2423 {
2424 "CalloutList": [
2425 { "Priority": "high", "LocCode": "P0-C63" },
Jim Wrightace33db2022-04-19 14:33:37 -05002426 { "Priority": "medium", "LocCode": "P0-C61" },
Jim Wright2e4eb072022-02-03 14:43:46 -06002427 { "Priority": "low", "LocCode": "P0" }
2428 ]
2429 }
2430 ]
2431 },
2432 {
2433 "ADValue": "CP1_VDN", "Callouts": [
2434 {
2435 "CalloutList": [
2436 { "Priority": "high", "LocCode": "P0-C12" },
Jim Wrightace33db2022-04-19 14:33:37 -05002437 { "Priority": "medium", "LocCode": "P0-C14" },
Jim Wright2e4eb072022-02-03 14:43:46 -06002438 { "Priority": "low", "LocCode": "P0" }
2439 ]
2440 }
2441 ]
2442 },
2443 {
2444 "ADValue": "CP2_VDN", "Callouts": [
2445 {
2446 "CalloutList": [
2447 { "Priority": "high", "LocCode": "P0-C21" },
Jim Wrightace33db2022-04-19 14:33:37 -05002448 { "Priority": "medium", "LocCode": "P0-C19" },
Jim Wright2e4eb072022-02-03 14:43:46 -06002449 { "Priority": "low", "LocCode": "P0" }
2450 ]
2451 }
2452 ]
2453 },
2454 {
2455 "ADValue": "CP3_VDN", "Callouts": [
2456 {
2457 "CalloutList": [
2458 { "Priority": "high", "LocCode": "P0-C54" },
2459 { "Priority": "medium", "LocCode": "P0-C56" },
2460 { "Priority": "low", "LocCode": "P0" }
2461 ]
2462 }
2463 ]
2464 },
2465 {
2466 "ADValue": "CP0_VIO", "Callouts": [
2467 {
2468 "CalloutList": [
2469 { "Priority": "high", "LocCode": "P0-C63" },
Jim Wrightace33db2022-04-19 14:33:37 -05002470 { "Priority": "medium", "LocCode": "P0-C61" },
Jim Wright2e4eb072022-02-03 14:43:46 -06002471 { "Priority": "low", "LocCode": "P0" }
2472 ]
2473 }
2474 ]
2475 },
2476 {
2477 "ADValue": "CP1_VIO", "Callouts": [
2478 {
2479 "CalloutList": [
2480 { "Priority": "high", "LocCode": "P0-C12" },
Jim Wrightace33db2022-04-19 14:33:37 -05002481 { "Priority": "medium", "LocCode": "P0-C14" },
Jim Wright2e4eb072022-02-03 14:43:46 -06002482 { "Priority": "low", "LocCode": "P0" }
2483 ]
2484 }
2485 ]
2486 },
2487 {
2488 "ADValue": "CP2_VIO", "Callouts": [
2489 {
2490 "CalloutList": [
2491 { "Priority": "high", "LocCode": "P0-C21" },
Jim Wrightace33db2022-04-19 14:33:37 -05002492 { "Priority": "medium", "LocCode": "P0-C19" },
Jim Wright2e4eb072022-02-03 14:43:46 -06002493 { "Priority": "low", "LocCode": "P0" }
2494 ]
2495 }
2496 ]
2497 },
2498 {
2499 "ADValue": "CP3_VIO", "Callouts": [
2500 {
2501 "CalloutList": [
2502 { "Priority": "high", "LocCode": "P0-C54" },
2503 { "Priority": "medium", "LocCode": "P0-C56" },
2504 { "Priority": "low", "LocCode": "P0" }
2505 ]
2506 }
2507 ]
2508 },
2509 {
2510 "ADValue": "PGOOD_PSU1", "Callouts": [
2511 {
2512 "CalloutList": [
2513 { "Priority": "high", "LocCode": "E0" }
2514 ]
2515 }
2516 ]
2517 },
2518 {
2519 "ADValue": "PGOOD_PSU2", "Callouts": [
2520 {
2521 "CalloutList": [
2522 { "Priority": "high", "LocCode": "E1" }
2523 ]
2524 }
2525 ]
2526 },
2527 {
2528 "ADValue": "PGOOD_PSU3", "Callouts": [
2529 {
2530 "CalloutList": [
2531 { "Priority": "high", "LocCode": "E2" }
2532 ]
2533 }
2534 ]
2535 },
2536 {
2537 "ADValue": "PGOOD_PSU4", "Callouts": [
2538 {
2539 "CalloutList": [
2540 { "Priority": "high", "LocCode": "E3" }
2541 ]
2542 }
2543 ]
Jim Wright7f678902020-11-30 16:03:57 -06002544 }
2545 ]
2546 },
2547
2548 "Documentation": {
2549 "Description": "The power sequencer chip detected a PGOOD fault",
2550 "Message": "The power sequencer chip detected a PGOOD fault",
2551 "Notes": [
2552 ]
2553 }
2554 },
2555
2556 {
2557 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerVoltageFault",
2558 "Subsystem": "power_sequencer",
2559 "ComponentID": "0x2700",
2560
2561 "SRC": {
2562 "Type": "11",
2563 "ReasonCode": "0x2620",
2564 "Words6To9": {}
2565 },
2566
2567 "CalloutsUsingAD": {
2568 "ADName": "RAIL_NAME", "CalloutsWithTheirADValues": [
2569 {
2570 "ADValue": "12.0V", "Callouts": [
2571 {
2572 "CalloutList": [
2573 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2574 ]
2575 }
2576 ]
2577 },
2578 {
2579 "ADValue": "5.0V_USB", "Callouts": [
2580 {
2581 "CalloutList": [
2582 { "Priority": "high", "SymbolicFRU": "usb_pgood" },
2583 { "Priority": "medium", "LocCode": "P0" }
2584 ]
2585 }
2586 ]
2587 },
2588 {
2589 "ADValue": "5.0V_DASD", "Callouts": [
2590 {
2591 "CalloutList": [
2592 { "Priority": "medium", "LocCode": "P1" },
2593 { "Priority": "medium", "LocCode": "P2" },
Jim Wright7f678902020-11-30 16:03:57 -06002594 { "Priority": "low", "LocCode": "P0" }
2595 ]
2596 }
2597 ]
2598 },
2599 {
2600 "ADValue": "3.3VA", "Callouts": [
2601 {
2602 "CalloutList": [
2603 { "Priority": "high", "LocCode": "P0" }
2604 ]
2605 }
2606 ]
2607 },
2608 {
2609 "ADValue": "3.3VB", "Callouts": [
2610 {
2611 "CalloutList": [
2612 { "Priority": "high", "LocCode": "P0" }
2613 ]
2614 }
2615 ]
2616 },
2617 {
Jim Wright2e4eb072022-02-03 14:43:46 -06002618 "ADValue": "3V3IO", "Callouts": [
2619 {
2620 "CalloutList": [
Jim Wrightace33db2022-04-19 14:33:37 -05002621 { "Priority": "high", "LocCode": "P0-C17" },
2622 { "Priority": "medium", "LocCode": "P0-C96" },
2623 { "Priority": "medium", "LocCode": "P0-C0" },
2624 { "Priority": "medium", "SymbolicFRU": "pcie_hot_plug" },
2625 { "Priority": "low", "LocCode": "P0" }
Jim Wright2e4eb072022-02-03 14:43:46 -06002626 ]
2627 }
2628 ]
2629 },
2630 {
Jim Wright7f678902020-11-30 16:03:57 -06002631 "ADValue": "1.5V", "Callouts": [
2632 {
2633 "CalloutList": [
2634 { "Priority": "high", "LocCode": "P0" }
2635 ]
2636 }
2637 ]
2638 },
2639 {
2640 "ADValue": "1.1V", "Callouts": [
2641 {
2642 "CalloutList": [
2643 { "Priority": "high", "LocCode": "P0" }
2644 ]
2645 }
2646 ]
2647 },
2648 {
2649 "ADValue": "VDDA_DCM0", "Callouts": [
2650 {
2651 "CalloutList": [
2652 { "Priority": "high", "LocCode": "P0-C14" },
2653 { "Priority": "medium", "LocCode": "P0-C15" },
2654 { "Priority": "low", "LocCode": "P0" }
2655 ]
2656 }
2657 ]
2658 },
2659 {
2660 "ADValue": "VDDB_DCM0", "Callouts": [
2661 {
2662 "CalloutList": [
2663 { "Priority": "high", "LocCode": "P0-C14" },
2664 { "Priority": "medium", "LocCode": "P0-C15" },
2665 { "Priority": "low", "LocCode": "P0" }
2666 ]
2667 }
2668 ]
2669 },
2670 {
2671 "ADValue": "VDDA_DCM1", "Callouts": [
2672 {
2673 "CalloutList": [
2674 { "Priority": "high", "LocCode": "P0-C23" },
2675 { "Priority": "medium", "LocCode": "P0-C24" },
2676 { "Priority": "low", "LocCode": "P0" }
2677 ]
2678 }
2679 ]
2680 },
2681 {
2682 "ADValue": "VDDB_DCM1", "Callouts": [
2683 {
2684 "CalloutList": [
2685 { "Priority": "high", "LocCode": "P0-C23" },
2686 { "Priority": "medium", "LocCode": "P0-C24" },
2687 { "Priority": "low", "LocCode": "P0" }
2688 ]
2689 }
2690 ]
2691 },
2692 {
Jim Wright2e4eb072022-02-03 14:43:46 -06002693 "ADValue": "CP03_AVDD", "Callouts": [
2694 {
2695 "CalloutList": [
2696 { "Priority": "high", "LocCode": "P0-C58" },
Jim Wright2e4eb072022-02-03 14:43:46 -06002697 { "Priority": "medium", "LocCode": "P0-C61" },
Jim Wrightace33db2022-04-19 14:33:37 -05002698 { "Priority": "medium", "LocCode": "P0-C56" },
Jim Wright2e4eb072022-02-03 14:43:46 -06002699 { "Priority": "low", "LocCode": "P0" }
2700 ]
2701 }
2702 ]
2703 },
2704 {
2705 "ADValue": "CP12_AVDD", "Callouts": [
2706 {
2707 "CalloutList": [
2708 { "Priority": "high", "LocCode": "P0-C16" },
2709 { "Priority": "medium", "LocCode": "P0-C14" },
2710 { "Priority": "medium", "LocCode": "P0-C19" },
2711 { "Priority": "low", "LocCode": "P0" }
2712 ]
2713 }
2714 ]
2715 },
2716 {
2717 "ADValue": "CP0_VDD0", "Callouts": [
2718 {
2719 "CalloutList": [
2720 { "Priority": "high", "LocCode": "P0-C62" },
2721 { "Priority": "medium", "LocCode": "P0-C61" },
2722 { "Priority": "low", "LocCode": "P0" }
2723 ]
2724 }
2725 ]
2726 },
2727 {
2728 "ADValue": "CP0_VDD1", "Callouts": [
2729 {
2730 "CalloutList": [
2731 { "Priority": "high", "LocCode": "P0-C60" },
2732 { "Priority": "medium", "LocCode": "P0-C61" },
2733 { "Priority": "low", "LocCode": "P0" }
2734 ]
2735 }
2736 ]
2737 },
2738 {
2739 "ADValue": "CP1_VDD0", "Callouts": [
2740 {
2741 "CalloutList": [
2742 { "Priority": "high", "LocCode": "P0-C13" },
2743 { "Priority": "medium", "LocCode": "P0-C14" },
2744 { "Priority": "low", "LocCode": "P0" }
2745 ]
2746 }
2747 ]
2748 },
2749 {
2750 "ADValue": "CP1_VDD1", "Callouts": [
2751 {
2752 "CalloutList": [
2753 { "Priority": "high", "LocCode": "P0-C15" },
2754 { "Priority": "medium", "LocCode": "P0-C14" },
2755 { "Priority": "low", "LocCode": "P0" }
2756 ]
2757 }
2758 ]
2759 },
2760 {
2761 "ADValue": "CP2_VDD0", "Callouts": [
2762 {
2763 "CalloutList": [
2764 { "Priority": "high", "LocCode": "P0-C18" },
2765 { "Priority": "medium", "LocCode": "P0-C19" },
2766 { "Priority": "low", "LocCode": "P0" }
2767 ]
2768 }
2769 ]
2770 },
2771 {
2772 "ADValue": "CP2_VDD1", "Callouts": [
2773 {
2774 "CalloutList": [
2775 { "Priority": "high", "LocCode": "P0-C20" },
2776 { "Priority": "medium", "LocCode": "P0-C19" },
2777 { "Priority": "low", "LocCode": "P0" }
2778 ]
2779 }
2780 ]
2781 },
2782 {
2783 "ADValue": "CP3_VDD0", "Callouts": [
2784 {
2785 "CalloutList": [
2786 { "Priority": "high", "LocCode": "P0-C57" },
2787 { "Priority": "medium", "LocCode": "P0-C56" },
2788 { "Priority": "low", "LocCode": "P0" }
2789 ]
2790 }
2791 ]
2792 },
2793 {
2794 "ADValue": "CP3_VDD1", "Callouts": [
2795 {
2796 "CalloutList": [
2797 { "Priority": "high", "LocCode": "P0-C55" },
2798 { "Priority": "medium", "LocCode": "P0-C56" },
2799 { "Priority": "low", "LocCode": "P0" }
2800 ]
2801 }
2802 ]
2803 },
2804 {
2805 "ADValue": "CP0_VCS0", "Callouts": [
2806 {
2807 "CalloutList": [
2808 { "Priority": "high", "LocCode": "P0-C63" },
2809 { "Priority": "medium", "LocCode": "P0-C61" },
2810 { "Priority": "low", "LocCode": "P0" }
2811 ]
2812 }
2813 ]
2814 },
2815 {
2816 "ADValue": "CP0_VCS1", "Callouts": [
2817 {
2818 "CalloutList": [
2819 { "Priority": "high", "LocCode": "P0-C59" },
2820 { "Priority": "medium", "LocCode": "P0-C61" },
2821 { "Priority": "low", "LocCode": "P0" }
2822 ]
2823 }
2824 ]
2825 },
2826 {
2827 "ADValue": "CP1_VCS0", "Callouts": [
2828 {
2829 "CalloutList": [
2830 { "Priority": "high", "LocCode": "P0-C12" },
2831 { "Priority": "medium", "LocCode": "P0-C14" },
2832 { "Priority": "low", "LocCode": "P0" }
2833 ]
2834 }
2835 ]
2836 },
2837 {
2838 "ADValue": "CP1_VCS1", "Callouts": [
2839 {
2840 "CalloutList": [
2841 { "Priority": "high", "LocCode": "P0-C16" },
2842 { "Priority": "medium", "LocCode": "P0-C14" },
2843 { "Priority": "low", "LocCode": "P0" }
2844 ]
2845 }
2846 ]
2847 },
2848 {
2849 "ADValue": "CP2_VCS0", "Callouts": [
2850 {
2851 "CalloutList": [
2852 { "Priority": "high", "LocCode": "P0-C17" },
2853 { "Priority": "medium", "LocCode": "P0-C19" },
2854 { "Priority": "low", "LocCode": "P0" }
2855 ]
2856 }
2857 ]
2858 },
2859 {
2860 "ADValue": "CP2_VCS1", "Callouts": [
2861 {
2862 "CalloutList": [
2863 { "Priority": "high", "LocCode": "P0-C21" },
2864 { "Priority": "medium", "LocCode": "P0-C19" },
2865 { "Priority": "low", "LocCode": "P0" }
2866 ]
2867 }
2868 ]
2869 },
2870 {
2871 "ADValue": "CP3_VCS0", "Callouts": [
2872 {
2873 "CalloutList": [
2874 { "Priority": "high", "LocCode": "P0-C58" },
2875 { "Priority": "medium", "LocCode": "P0-C56" },
2876 { "Priority": "low", "LocCode": "P0" }
2877 ]
2878 }
2879 ]
2880 },
2881 {
2882 "ADValue": "CP3_VCS1", "Callouts": [
2883 {
2884 "CalloutList": [
2885 { "Priority": "high", "LocCode": "P0-C54" },
2886 { "Priority": "medium", "LocCode": "P0-C56" },
2887 { "Priority": "low", "LocCode": "P0" }
2888 ]
2889 }
2890 ]
2891 },
2892 {
Jim Wrightae1738c2022-05-02 09:57:45 -05002893 "ADValue": "CP0_VDN", "Callouts": [
2894 {
2895 "CalloutList": [
2896 { "Priority": "high", "LocCode": "P0-C63" },
2897 { "Priority": "medium", "LocCode": "P0-C61" },
2898 { "Priority": "low", "LocCode": "P0" }
2899 ]
2900 }
2901 ]
2902 },
2903 {
2904 "ADValue": "CP1_VDN", "Callouts": [
2905 {
2906 "CalloutList": [
2907 { "Priority": "high", "LocCode": "P0-C12" },
2908 { "Priority": "medium", "LocCode": "P0-C14" },
2909 { "Priority": "low", "LocCode": "P0" }
2910 ]
2911 }
2912 ]
2913 },
2914 {
2915 "ADValue": "CP2_VDN", "Callouts": [
2916 {
2917 "CalloutList": [
2918 { "Priority": "high", "LocCode": "P0-C21" },
2919 { "Priority": "medium", "LocCode": "P0-C19" },
2920 { "Priority": "low", "LocCode": "P0" }
2921 ]
2922 }
2923 ]
2924 },
2925 {
2926 "ADValue": "CP3_VDN", "Callouts": [
2927 {
2928 "CalloutList": [
2929 { "Priority": "high", "LocCode": "P0-C54" },
2930 { "Priority": "medium", "LocCode": "P0-C56" },
2931 { "Priority": "low", "LocCode": "P0" }
2932 ]
2933 }
2934 ]
2935 },
2936 {
2937 "ADValue": "CP0_VIO", "Callouts": [
2938 {
2939 "CalloutList": [
2940 { "Priority": "high", "LocCode": "P0-C63" },
2941 { "Priority": "medium", "LocCode": "P0-C61" },
2942 { "Priority": "low", "LocCode": "P0" }
2943 ]
2944 }
2945 ]
2946 },
2947 {
2948 "ADValue": "CP1_VIO", "Callouts": [
2949 {
2950 "CalloutList": [
2951 { "Priority": "high", "LocCode": "P0-C12" },
2952 { "Priority": "medium", "LocCode": "P0-C14" },
2953 { "Priority": "low", "LocCode": "P0" }
2954 ]
2955 }
2956 ]
2957 },
2958 {
2959 "ADValue": "CP2_VIO", "Callouts": [
2960 {
2961 "CalloutList": [
2962 { "Priority": "high", "LocCode": "P0-C21" },
2963 { "Priority": "medium", "LocCode": "P0-C19" },
2964 { "Priority": "low", "LocCode": "P0" }
2965 ]
2966 }
2967 ]
2968 },
2969 {
2970 "ADValue": "CP3_VIO", "Callouts": [
2971 {
2972 "CalloutList": [
2973 { "Priority": "high", "LocCode": "P0-C54" },
2974 { "Priority": "medium", "LocCode": "P0-C56" },
2975 { "Priority": "low", "LocCode": "P0" }
2976 ]
2977 }
2978 ]
2979 },
2980 {
2981 "ADValue": "CP0_VPCIE", "Callouts": [
2982 {
2983 "CalloutList": [
2984 { "Priority": "high", "LocCode": "P0-C58" },
2985 { "Priority": "medium", "LocCode": "P0-C61" },
2986 { "Priority": "low", "LocCode": "P0" }
2987 ]
2988 }
2989 ]
2990 },
2991 {
2992 "ADValue": "CP1_VPCIE", "Callouts": [
2993 {
2994 "CalloutList": [
2995 { "Priority": "high", "LocCode": "P0-C16" },
2996 { "Priority": "medium", "LocCode": "P0-C14" },
2997 { "Priority": "low", "LocCode": "P0" }
2998 ]
2999 }
3000 ]
3001 },
3002 {
3003 "ADValue": "CP2_VPCIE", "Callouts": [
3004 {
3005 "CalloutList": [
3006 { "Priority": "high", "LocCode": "P0-C16" },
3007 { "Priority": "medium", "LocCode": "P0-C19" },
3008 { "Priority": "low", "LocCode": "P0" }
3009 ]
3010 }
3011 ]
3012 },
3013 {
3014 "ADValue": "CP3_VPCIE", "Callouts": [
3015 {
3016 "CalloutList": [
3017 { "Priority": "high", "LocCode": "P0-C58" },
3018 { "Priority": "medium", "LocCode": "P0-C56" },
3019 { "Priority": "low", "LocCode": "P0" }
3020 ]
3021 }
3022 ]
3023 },
3024 {
Jim Wright7f678902020-11-30 16:03:57 -06003025 "ADValue": "12.0VCS", "Callouts": [
3026 {
3027 "CalloutList": [
3028 { "Priority": "high", "SymbolicFRU": "pgood_part" }
3029 ]
3030 }
3031 ]
3032 },
3033 {
3034 "ADValue": "3.3VCS", "Callouts": [
3035 {
3036 "CalloutList": [
3037 { "Priority": "high", "LocCode": "P0" }
3038 ]
3039 }
3040 ]
3041 },
3042 {
3043 "ADValue": "1.1V_Current", "Callouts": [
3044 {
3045 "CalloutList": [
3046 { "Priority": "high", "LocCode": "P0" }
3047 ]
3048 }
3049 ]
3050 },
3051 {
3052 "ADValue": "5.0V_USB_Current", "Callouts": [
3053 {
3054 "CalloutList": [
3055 { "Priority": "high", "SymbolicFRU": "usb_pgood" },
3056 { "Priority": "medium", "LocCode": "P0" }
3057 ]
3058 }
3059 ]
3060 },
3061 {
3062 "ADValue": "5.0V_DASD_Current", "Callouts": [
3063 {
3064 "CalloutList": [
3065 { "Priority": "medium", "LocCode": "P1" },
3066 { "Priority": "medium", "LocCode": "P2" },
Jim Wright7f678902020-11-30 16:03:57 -06003067 { "Priority": "low", "LocCode": "P0" }
3068 ]
3069 }
3070 ]
3071 },
3072 {
3073 "ADValue": "12.0VN", "Callouts": [
3074 {
3075 "CalloutList": [
3076 { "Priority": "high", "SymbolicFRU": "pgood_part" }
3077 ]
3078 }
3079 ]
3080 },
3081 {
3082 "ADValue": "12.0VP", "Callouts": [
3083 {
3084 "CalloutList": [
3085 { "Priority": "high", "SymbolicFRU": "pgood_part" }
3086 ]
3087 }
3088 ]
3089 },
3090 {
3091 "ADValue": "12.0VQ", "Callouts": [
3092 {
3093 "CalloutList": [
3094 { "Priority": "high", "SymbolicFRU": "pgood_part" }
3095 ]
3096 }
3097 ]
3098 },
3099 {
3100 "ADValue": "12.0VR", "Callouts": [
3101 {
3102 "CalloutList": [
3103 { "Priority": "high", "SymbolicFRU": "pgood_part" }
3104 ]
3105 }
3106 ]
3107 },
3108 {
3109 "ADValue": "ThermalDiode1", "Callouts": [
3110 {
3111 "CalloutList": [
3112 { "Priority": "high", "LocCode": "P0" }
3113 ]
3114 }
3115 ]
3116 },
3117 {
3118 "ADValue": "ThermalDiode2", "Callouts": [
3119 {
3120 "CalloutList": [
3121 { "Priority": "high", "LocCode": "P0" }
3122 ]
3123 }
3124 ]
3125 },
3126 {
3127 "ADValue": "ThermalDiode3", "Callouts": [
3128 {
3129 "CalloutList": [
3130 { "Priority": "high", "LocCode": "P0" }
3131 ]
3132 }
3133 ]
3134 },
3135 {
3136 "ADValue": "ThermalDiode4", "Callouts": [
3137 {
3138 "CalloutList": [
3139 { "Priority": "high", "LocCode": "P0" }
3140 ]
3141 }
3142 ]
Jim Wrightae1738c2022-05-02 09:57:45 -05003143 },
3144 {
3145 "ADValue": "VDN_DCM0", "Callouts": [
3146 {
3147 "CalloutList": [
3148 { "Priority": "high", "LocCode": "P0-C14" },
3149 { "Priority": "medium", "LocCode": "P0-C15" },
3150 { "Priority": "low", "LocCode": "P0" }
3151 ]
3152 }
3153 ]
3154 },
3155 {
3156 "ADValue": "VDN_DCM1", "Callouts": [
3157 {
3158 "CalloutList": [
3159 { "Priority": "high", "LocCode": "P0-C23" },
3160 { "Priority": "medium", "LocCode": "P0-C24" },
3161 { "Priority": "low", "LocCode": "P0" }
3162 ]
3163 }
3164 ]
3165 },
3166 {
3167 "ADValue": "VCS_DCM0", "Callouts": [
3168 {
3169 "CalloutList": [
3170 { "Priority": "high", "LocCode": "P0-C14" },
3171 { "Priority": "medium", "LocCode": "P0-C15" },
3172 { "Priority": "low", "LocCode": "P0" }
3173 ]
3174 }
3175 ]
3176 },
3177 {
3178 "ADValue": "VCS_DCM1", "Callouts": [
3179 {
3180 "CalloutList": [
3181 { "Priority": "high", "LocCode": "P0-C23" },
3182 { "Priority": "medium", "LocCode": "P0-C24" },
3183 { "Priority": "low", "LocCode": "P0" }
3184 ]
3185 }
3186 ]
3187 },
3188 {
3189 "ADValue": "VIO_DCM0", "Callouts": [
3190 {
3191 "CalloutList": [
3192 { "Priority": "high", "LocCode": "P0-C14" },
3193 { "Priority": "medium", "LocCode": "P0-C15" },
3194 { "Priority": "low", "LocCode": "P0" }
3195 ]
3196 }
3197 ]
3198 },
3199 {
3200 "ADValue": "VIO_DCM1", "Callouts": [
3201 {
3202 "CalloutList": [
3203 { "Priority": "high", "LocCode": "P0-C23" },
3204 { "Priority": "medium", "LocCode": "P0-C24" },
3205 { "Priority": "low", "LocCode": "P0" }
3206 ]
3207 }
3208 ]
3209 },
3210 {
3211 "ADValue": "VPCIE_DCM0", "Callouts": [
3212 {
3213 "CalloutList": [
3214 { "Priority": "high", "LocCode": "P0-C14" },
3215 { "Priority": "medium", "LocCode": "P0-C15" },
3216 { "Priority": "low", "LocCode": "P0" }
3217 ]
3218 }
3219 ]
3220 },
3221 {
3222 "ADValue": "VPCIE_DCM1", "Callouts": [
3223 {
3224 "CalloutList": [
3225 { "Priority": "high", "LocCode": "P0-C23" },
3226 { "Priority": "medium", "LocCode": "P0-C24" },
3227 { "Priority": "low", "LocCode": "P0" }
3228 ]
3229 }
3230 ]
Jim Wright7f678902020-11-30 16:03:57 -06003231 }
3232 ]
3233 },
3234
3235 "Documentation": {
3236 "Description": "The power sequencer chip detected a voltage fault",
3237 "Message": "The power sequencer chip detected a voltage fault",
3238 "Notes": [
3239 ]
3240 }
3241 },
3242
3243 {
Shawn McCarney7f1ec942021-07-28 13:33:34 -05003244 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.N",
3245 "Subsystem": "power",
3246 "Severity": "predictive_redundancy_loss",
3247 "ComponentID": "0x2700",
3248
3249 "SRC": {
3250 "Type": "11",
3251 "ReasonCode": "0x2700",
3252 "Words6To9": {}
3253 },
3254
3255 "Documentation": {
3256 "Description": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
3257 "Message": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
3258 "Notes": [
3259 "CALLOUT_INVENTORY_PATH should be specified in the ",
3260 "AdditionalData property of the event log so that ",
3261 "the device is called out but not the communication path."
3262 ]
3263 }
3264 },
3265
3266 {
3267 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.NPlus1",
3268 "Subsystem": "power",
3269 "Severity": "non_error",
3270 "MfgSeverity": "predictive_redundancy_loss",
3271 "ActionFlags": ["report"],
3272 "MfgActionFlags": ["service_action", "report", "call_home"],
3273 "ComponentID": "0x2700",
3274
3275 "SRC": {
3276 "Type": "11",
3277 "ReasonCode": "0x2701",
3278 "Words6To9": {}
3279 },
3280
3281 "Documentation": {
3282 "Description": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
3283 "Message": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
3284 "Notes": [
3285 "CALLOUT_INVENTORY_PATH should be specified in the ",
3286 "AdditionalData property of the event log so that ",
3287 "the device is called out but not the communication path."
3288 ]
3289 }
3290 },
3291
3292 {
Shawn McCarney01648f52020-06-25 11:42:02 -05003293 "Name": "xyz.openbmc_project.Power.Regulators.Error.WriteVerification",
3294 "Subsystem": "power",
3295 "ComponentID": "0x2700",
3296
3297 "SRC": {
3298 "Type": "11",
3299 "ReasonCode": "0x2900",
3300 "Words6To9": {}
3301 },
3302
3303 "Documentation": {
3304 "Description": "A write verification error occurred on a device",
3305 "Message": "A write verification error occurred on a device",
3306 "Notes": [
3307 "This error occurs when a device register is written, ",
3308 "read back, and the two values do not match. This is ",
3309 "also called a read-back error. The device should be ",
3310 "identified using the CALLOUT_DEVICE_PATH or ",
3311 "CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR keywords in the ",
3312 "AdditionalData property of the event log. This will ",
3313 "cause the device and the hardware in the communication ",
3314 "path to be called out."
3315 ]
3316 }
3317 },
3318
3319 {
Shawn McCarneye4022182022-01-31 19:09:01 -06003320 "Name": "xyz.openbmc_project.Power.UPS.Error.Battery.Discharging",
3321 "Subsystem": "power",
3322 "Severity": "non_error",
3323 "ActionFlags": ["report"],
3324 "ComponentID": "0x2700",
3325
3326 "SRC": {
3327 "Type": "11",
3328 "ReasonCode": "0x4201",
3329 "Words6To9": {}
3330 },
3331
3332 "Documentation": {
3333 "Description": "The Uninterruptible Power Supply (UPS) battery is discharging and providing power to the system due to a utility failure",
3334 "Message": "The Uninterruptible Power Supply (UPS) battery is discharging and providing power to the system due to a utility failure",
3335 "Notes": [
3336 ]
3337 }
3338 },
3339
3340 {
3341 "Name": "xyz.openbmc_project.Power.UPS.Error.Battery.Low",
3342 "Subsystem": "power",
3343 "Severity": "non_error",
3344 "ActionFlags": ["report"],
3345 "ComponentID": "0x2700",
3346
3347 "SRC": {
3348 "Type": "11",
3349 "ReasonCode": "0x4203",
3350 "Words6To9": {}
3351 },
3352
3353 "Documentation": {
3354 "Description": "The Uninterruptible Power Supply (UPS) battery level is low",
3355 "Message": "The Uninterruptible Power Supply (UPS) battery level is low",
3356 "Notes": [
3357 ]
3358 }
3359 },
3360
3361 {
Shawn McCarney01648f52020-06-25 11:42:02 -05003362 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile",
3363 "Subsystem": "power",
3364 "ComponentID": "0x2700",
3365
3366 "SRC": {
3367 "Type": "11",
3368 "ReasonCode": "0xA013",
3369 "Words6To9": {}
3370 },
3371
3372 "Callouts": [
3373 {
3374 "CalloutList": [
3375 { "Priority": "high", "Procedure": "bmc_code" }
3376 ]
3377 }
3378 ],
3379
3380 "Documentation": {
3381 "Description": "A regulators configuration file error occurred",
3382 "Message": "A regulators configuration file error occurred",
3383 "Notes": [
3384 "The regulators configuration file could not be found, ",
3385 "could not be read, or had invalid contents."
3386 ]
3387 }
3388 },
3389
3390 {
Shawn McCarney82e31d82021-02-19 16:25:55 -06003391 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile.Critical",
3392 "Subsystem": "power",
3393 "Severity": "critical_system_term",
3394 "ComponentID": "0x2700",
3395
3396 "SRC": {
3397 "Type": "11",
3398 "ReasonCode": "0xA014",
Mike Cappsa2d7b772022-03-07 15:47:48 -05003399 "Words6To9": {}
Shawn McCarney82e31d82021-02-19 16:25:55 -06003400 },
3401
3402 "Callouts": [
3403 {
3404 "CalloutList": [
3405 { "Priority": "high", "Procedure": "bmc_code" }
3406 ]
3407 }
3408 ],
3409
3410 "Documentation": {
3411 "Description": "A critical regulators configuration file error occurred",
3412 "Message": "A critical regulators configuration file error occurred",
3413 "Notes": [
3414 "The regulators configuration file could not be found, ",
3415 "could not be read, or had invalid contents. As a result ",
3416 "voltage regulators could not be configured, and the ",
3417 "chassis could not be powered on."
3418 ]
3419 }
3420 },
3421
3422 {
Jim Wright7f678902020-11-30 16:03:57 -06003423 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerFault",
3424 "Subsystem": "power_sequencer",
3425 "ComponentID": "0x2700",
3426
3427 "SRC": {
3428 "Type": "11",
3429 "ReasonCode": "0xD000",
3430 "Words6To9": {}
3431 },
3432
3433 "Callouts": [
3434 {
3435 "CalloutList": [
3436 { "Priority": "high", "LocCode": "P0" }
3437 ]
3438 }
3439 ],
3440
3441 "Documentation": {
3442 "Description": "The power sequencer chip detected a fault",
3443 "Message": "The power sequencer chip detected a fault",
3444 "Notes": [
3445 ]
3446 }
3447 },
3448
3449 {
Jim Wrightc1ba04f2021-11-12 15:31:32 -06003450 "Name": "xyz.openbmc_project.Power.Error.PowerOnTimeout",
Jim Wright7f678902020-11-30 16:03:57 -06003451 "Subsystem": "power_sequencer",
3452 "ComponentID": "0x2700",
Jim Wrightc1ba04f2021-11-12 15:31:32 -06003453 "Severity": "critical",
Jim Wright7f678902020-11-30 16:03:57 -06003454
3455 "SRC": {
3456 "Type": "11",
3457 "ReasonCode": "0xD002",
3458 "Words6To9": {}
3459 },
3460
3461 "Callouts": [
3462 {
3463 "CalloutList": [
3464 { "Priority": "high", "LocCode": "P0" }
3465 ]
3466 }
3467 ],
3468
3469 "Documentation": {
Jim Wrightc1ba04f2021-11-12 15:31:32 -06003470 "Description": "System power failed to turn on within timeout period",
3471 "Message": "System power failed to turn on within timeout period",
3472 "Notes": [
3473 ]
3474 }
3475 },
3476
3477 {
3478 "Name": "xyz.openbmc_project.Power.Error.PowerOffTimeout",
3479 "Subsystem": "power_sequencer",
3480 "ComponentID": "0x2700",
3481 "Severity": "critical",
3482
3483 "SRC": {
3484 "Type": "11",
3485 "ReasonCode": "0xD008",
3486 "Words6To9": {}
3487 },
3488
3489 "Callouts": [
3490 {
3491 "CalloutList": [
3492 { "Priority": "high", "LocCode": "P0" }
3493 ]
3494 }
3495 ],
3496
3497 "Documentation": {
3498 "Description": "System power failed to turn off within timeout period",
3499 "Message": "System power failed to turn off within timeout period",
Jim Wright7f678902020-11-30 16:03:57 -06003500 "Notes": [
3501 ]
3502 }
3503 },
3504
3505 {
Shawn McCarney01648f52020-06-25 11:42:02 -05003506 "Name": "xyz.openbmc_project.Power.Error.Internal",
3507 "Subsystem": "power",
3508 "ComponentID": "0x2700",
3509
3510 "SRC": {
3511 "Type": "11",
3512 "ReasonCode": "0xE000",
3513 "Words6To9": {}
3514 },
3515
3516 "Callouts": [
3517 {
3518 "CalloutList": [
3519 { "Priority": "high", "Procedure": "bmc_code" }
3520 ]
3521 }
3522 ],
3523
3524 "Documentation": {
3525 "Description": "An internal firmware error occurred",
3526 "Message": "An internal firmware error occurred",
3527 "Notes": [
3528 "The error details must be provided in the AdditionalData ",
3529 "property of the event log."
3530 ]
3531 }
3532 },
3533
3534 {
3535 "Name": "xyz.openbmc_project.Power.Error.I2C",
3536 "Subsystem": "cec_i2c",
3537 "ComponentID": "0x2700",
3538
3539 "SRC": {
3540 "Type": "11",
3541 "ReasonCode": "0xE100",
3542 "Words6To9": {}
3543 },
3544
3545 "Documentation": {
3546 "Description": "An I2C error occurred communicating with a device",
3547 "Message": "An I2C error occurred communicating with a device",
3548 "Notes": [
3549 "The device should be identified using the ",
3550 "CALLOUT_DEVICE_PATH or CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR ",
3551 "keywords in the AdditionalData property of the event ",
3552 "log. This will cause the device and the hardware in the ",
3553 "communication path to be called out."
3554 ]
3555 }
3556 },
3557
3558 {
3559 "Name": "xyz.openbmc_project.Power.Error.PMBus",
3560 "Subsystem": "power",
3561 "ComponentID": "0x2700",
3562
3563 "SRC": {
3564 "Type": "11",
3565 "ReasonCode": "0xE200",
3566 "Words6To9": {}
3567 },
3568
3569 "Documentation": {
3570 "Description": "A PMBus error occurred on a device",
3571 "Message": "A PMBus error occurred on a device",
3572 "Notes": [
3573 "This error occurs when the I2C communication was ",
3574 "successful, but the PMBus value read is invalid or ",
3575 "unsupported. CALLOUT_INVENTORY_PATH should be specified ",
3576 "in the AdditionalData property of the event log so that ",
3577 "the device is called out but not the communication path."
3578 ]
3579 }
3580 },
3581
3582 {
3583 "Name": "xyz.openbmc_project.Power.Error.DBus",
3584 "Subsystem": "power",
3585 "ComponentID": "0x2700",
3586
3587 "SRC": {
3588 "Type": "11",
3589 "ReasonCode": "0xE300",
3590 "Words6To9": {}
3591 },
3592
3593 "Callouts": [
3594 {
3595 "CalloutList": [
3596 { "Priority": "high", "Procedure": "bmc_code" }
3597 ]
3598 }
3599 ],
3600
3601 "Documentation": {
3602 "Description": "A firmware inter-process communication (D-Bus) error occurred",
3603 "Message": "A firmware inter-process communication (D-Bus) error occurred"
3604 }
Matt Spinler60d1c392020-09-23 15:23:24 -05003605 },
3606
3607 {
Matt Spinler7c9c07e2020-10-22 10:16:37 -05003608 "Name": "xyz.openbmc_project.Fan.Error.Fault",
3609 "Subsystem": "power_fans",
3610 "ComponentID": "0x2800",
3611
3612 "SRC": {
3613 "Type": "11",
3614 "ReasonCode": "0x76F0",
3615 "Words6To9": {}
3616 },
3617
3618 "Documentation": {
3619 "Description": "Fan rotor fault",
3620 "Message": "Fan rotor fault",
3621 "Notes": [
3622 "This error occurs when a fan rotor has been faulted for a ",
3623 "certain amount of time. The callout is the fan which is ",
3624 "passed in with CALLOUT_INVENTORY_PATH. The severity is ",
3625 "passed in during creation and will be either informational ",
3626 "or unrecoverable. The action flags use the defaults and ",
3627 "vary based on the severity."
3628 ]
3629 }
3630 },
3631
3632 {
Matt Spinler60d1c392020-09-23 15:23:24 -05003633 "Name": "xyz.openbmc_project.Fan.Error.Missing",
3634 "Subsystem": "power_fans",
3635 "ComponentID": "0x2800",
3636 "Severity": "unrecoverable_redundancy_loss",
3637 "ActionFlags": ["service_action", "report", "call_home"],
3638
3639 "SRC": {
3640 "Type": "11",
3641 "ReasonCode": "0x76F1",
3642 "Words6To9": {}
3643 },
3644
3645 "Callouts": [
3646 {
Matt Spinler938ac792021-05-12 10:46:44 -05003647 "System": "ibm,rainier",
Matt Spinler60d1c392020-09-23 15:23:24 -05003648 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -05003649 {
3650 "Priority": "high",
3651 "SymbolicFRUTrusted": "air_mover",
3652 "UseInventoryLocCode": true
3653 },
3654 {
3655 "Priority": "low",
3656 "LocCode": "P0"
3657 }
Matt Spinler60d1c392020-09-23 15:23:24 -05003658 ]
Matt Spinler938ac792021-05-12 10:46:44 -05003659 },
3660 {
3661 "System": "ibm,everest",
3662 "CalloutList": [
3663 {
3664 "Priority": "high",
3665 "SymbolicFRUTrusted": "air_mover",
3666 "UseInventoryLocCode": true
3667 },
3668 {
3669 "Priority": "low",
3670 "LocCode": "P1"
3671 }
3672 ]
Matt Spinler60d1c392020-09-23 15:23:24 -05003673 }
3674 ],
3675
3676 "Documentation": {
3677 "Description": "A fan is missing",
3678 "Message": "A fan is missing",
3679 "Notes": [
3680 "This error occurs when a fan has been missing for a ",
Matt Spinler80600192020-10-23 09:29:33 -05003681 "certain amount of time. The first callout is the ",
3682 "symbolic FRU AIR_MOVR that has the trusted fan location ",
3683 "code, which it gets using the passed in ",
3684 "CALLOUT_INVENTORY_PATH. The second callout is the FRU ",
Matt Spinler938ac792021-05-12 10:46:44 -05003685 "where the controller and GPIO expander are."
Matt Spinler60d1c392020-09-23 15:23:24 -05003686 ]
3687 }
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05003688 },
3689
3690 {
Matt Spinleradf070b2021-04-21 13:39:45 -05003691 "Name": "xyz.openbmc_project.Fan.Presence.Error.Detection",
3692 "ComponentID": "0x2800",
3693 "Subsystem": "power_fans",
3694 "Severity": "non_error",
3695 "ActionFlags": ["report"],
3696 "MfgSeverity": "predictive",
3697 "MfgActionFlags": ["service_action", "report"],
3698
3699 "SRC": {
3700 "Type": "11",
3701 "ReasonCode": "0x76F2",
3702 "Words6To9": {}
3703 },
3704
3705 "Callouts": [
3706 {
3707 "System": "ibm,rainier",
3708 "CalloutList": [
3709 {"Priority": "medium", "LocCode": "P0"}
3710 ]
3711 },
3712 {
3713 "System": "ibm,everest",
3714 "CalloutList": [
3715 {"Priority": "medium", "LocCode": "P1"}
3716 ]
3717 }
3718 ],
3719
3720 "Documentation": {
3721 "Description": "Presence detect methods for the same fan disagree",
3722 "Message": "Presence detect methods for the same fan disagree",
3723 "Notes": [
3724 "This error occurs when there is more than one way to detect",
3725 "fan presence, and they don't all agree. For example, the",
3726 "GPIO says a fan isn't present, but the tach readings are",
3727 "nonzero. This is informational, unless in manufacturing.",
3728 "The fan FRU is passed in as a high priority callout.",
3729 "The FRU the GPIO source is on is called out medium."
3730 ]
3731 }
3732 },
3733
3734 {
Matt Spinlerdde99202021-06-14 12:15:59 -06003735 "Name": "xyz.openbmc_project.Fan.Error.FanControllerOffline",
3736 "ComponentID": "0x2800",
3737 "Subsystem": "power_fans",
3738 "Severity": "critical_system_term",
3739 "ActionFlags": ["service_action", "report", "call_home"],
3740
3741 "SRC": {
3742 "Type": "11",
3743 "ReasonCode": "0x76F3",
Mike Cappsa2d7b772022-03-07 15:47:48 -05003744 "Words6To9": {}
Matt Spinlerdde99202021-06-14 12:15:59 -06003745 },
3746
3747 "Callouts": [
3748 {
3749 "System": "ibm,rainier",
3750 "CalloutList": [
3751 {"Priority": "high", "LocCode": "P0-C5"},
3752 {"Priority": "medium_group_a", "LocCode": "P0-T12", "SymbolicFRUTrusted": "fan_cable"},
3753 {"Priority": "medium_group_a", "LocCode": "P0-T17", "SymbolicFRUTrusted": "cable_continued"},
3754 {"Priority": "low", "LocCode": "P0"}
3755 ]
3756 },
3757 {
3758 "System": "ibm,everest",
3759 "CalloutList": [
3760 {"Priority": "high", "LocCode": "P0-C0"},
3761 {"Priority": "medium", "LocCode": "P1"},
3762 {"Priority": "low", "LocCode": "P0"}
3763 ]
3764 }
3765 ],
3766
3767 "Documentation": {
3768 "Description": "The fan controller device is offline",
3769 "Message": "The fan controller is offline. The system must be powered off.",
3770 "Notes": [
3771 "The device that controls the fans is offline so the fan",
3772 "targets and speeds are unknown. The system will be shut",
3773 "down to preserve thermal safety. There may be an I2C",
3774 "or power problem with the device."
3775 ]
3776 }
3777 },
3778
3779 {
Mike Cappsabc276e2021-06-18 16:41:30 -04003780 "Name": "xyz.openbmc_project.Fan.Presence.Error.GPIODeviceUnavailable",
3781 "Subsystem": "power_fans",
3782 "ComponentID": "0x2800",
3783 "Severity": "unrecoverable_redundancy_loss",
3784 "ActionFlags": ["service_action", "report", "call_home"],
3785
3786 "SRC": {
3787 "Type": "11",
3788 "ReasonCode": "0x76F4",
3789 "Words6To9": {}
3790 },
3791
3792 "Callouts": [
3793 {
3794 "System" : "ibm,rainier",
3795 "CalloutList": [
3796 {"Priority": "high", "LocCode": "P0-C5"},
3797 {"Priority": "medium_group_a", "LocCode": "P0-T12","SymbolicFRUTrusted": "fan_cable"},
3798 {"Priority": "medium_group_a", "LocCode": "P0-T17","SymbolicFRUTrusted": "cable_continued"},
3799 {"Priority": "low", "LocCode": "P0"}
3800 ]
3801 },
3802 {
3803 "System" : "ibm,everest",
3804 "CalloutList": [
3805 {"Priority": "high", "LocCode": "P0-C0"},
3806 {"Priority": "medium", "LocCode": "P1"},
3807 {"Priority": "low", "LocCode": "P0"}
3808 ]
3809 }
3810 ],
3811
3812 "Documentation": {
3813 "Description": "Fan GPIO sensors not present",
3814 "Message": "Fan GPIO sensors not present",
3815 "Notes": [
3816 "The device that reports fan presence is not functioning."
3817 ]
3818 }
3819 },
3820
3821 {
Matt Spinler86e40dd2021-01-29 11:19:36 -06003822 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHigh",
3823 "Subsystem": "power",
3824 "ComponentID": "0x2800",
3825 "Severity": "predictive",
3826 "ActionFlags": ["service_action", "report"],
3827
3828 "SRC": {
3829 "ReasonCode": "0x2801",
3830 "Words6To9": {}
3831 },
3832
3833 "CalloutsUsingAD": {
3834 "ADName": "SENSOR_NAME",
3835 "CalloutsWithTheirADValues": [
3836 {
3837 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
3838 "Callouts": [
3839 {
3840 "CalloutList": [
3841 { "Priority": "high", "SymbolicFRU": "ambient_temp" }
3842 ]
3843 }
3844 ]
3845 }
Matt Spinlerc13bb1c2022-08-01 10:33:09 -05003846 ],
3847 "CalloutsWhenNoADMatch": [
3848 {
3849 "CalloutList": [
3850 {
3851 "Priority": "high",
3852 "SymbolicFRU": "overtemp"
3853 }
3854 ]
3855 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06003856 ]
3857 },
3858
3859 "Documentation": {
3860 "Description": "A temperature sensor exceeded its performance loss threshold.",
3861 "Message": "A temperature sensor exceeded its performance loss threshold.",
3862 "Notes": [
3863 "A temperature sensor crossed its performance loss threshold value",
3864 "If it is the ambient sensor, then a symbolic FRU will be added.",
3865 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
3866 "a FRU callout."
3867 ]
3868 }
3869 },
3870
3871 {
3872 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHighClear",
3873 "Subsystem": "power",
3874 "ComponentID": "0x2800",
3875 "Severity": "non_error",
3876 "ActionFlags": ["report"],
3877 "EventType": "env_normal",
3878
3879 "SRC": {
3880 "ReasonCode": "0x2802",
3881 "Words6To9": {}
3882 },
3883
3884 "CalloutsUsingAD": {
3885 "ADName": "SENSOR_NAME",
3886 "CalloutsWithTheirADValues": [
3887 {
3888 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
3889 "Callouts": [
3890 {
3891 "CalloutList": [
3892 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" }
3893 ]
3894 }
3895 ]
3896 }
3897 ]
3898 },
3899
3900 "Documentation": {
3901 "Description": "A temperature sensor is under its performance loss threshold.",
3902 "Message": "A temperature sensor is under its performance loss threshold.",
3903 "Notes": [
3904 "A temperature sensor crossed under its performance loss threshold value",
3905 "If it is the ambient sensor, then a symbolic FRU will be added."
3906 ]
3907 }
3908 },
3909
3910 {
3911 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHigh",
3912 "Subsystem": "power",
3913 "ComponentID": "0x2800",
3914 "Severity": "predictive",
3915 "ActionFlags": ["service_action", "report"],
3916
3917 "SRC": {
3918 "ReasonCode": "0x2803",
3919 "Words6To9": {}
3920 },
3921
3922 "CalloutsUsingAD": {
3923 "ADName": "SENSOR_NAME",
3924 "CalloutsWithTheirADValues": [
3925 {
3926 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
3927 "Callouts": [
3928 {
3929 "CalloutList": [
3930 { "Priority": "high", "SymbolicFRU": "ambient_temp" }
3931 ]
3932 }
3933 ]
3934 }
Matt Spinlerc13bb1c2022-08-01 10:33:09 -05003935 ],
3936 "CalloutsWhenNoADMatch": [
3937 {
3938 "CalloutList": [
3939 {
3940 "Priority": "high",
3941 "SymbolicFRU": "overtemp"
3942 }
3943 ]
3944 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06003945 ]
3946 },
3947
3948 "Documentation": {
3949 "Description": "A temperature sensor exceeded its warning threshold.",
3950 "Message": "A temperature sensor exceeded its warning threshold.",
3951 "Notes": [
3952 "A temperature sensor crossed its warning threshold value",
3953 "If it is the ambient sensor, then a symbolic FRU will be added.",
3954 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
3955 "a FRU callout."
3956 ]
3957 }
3958 },
3959
3960 {
3961 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHighClear",
3962 "Subsystem": "power",
3963 "ComponentID": "0x2800",
3964 "Severity": "non_error",
3965 "ActionFlags": ["report"],
3966 "EventType": "env_normal",
3967
3968 "SRC": {
3969 "ReasonCode": "0x2804",
3970 "Words6To9": {}
3971 },
3972
3973 "CalloutsUsingAD": {
3974 "ADName": "SENSOR_NAME",
3975 "CalloutsWithTheirADValues": [
3976 {
3977 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
3978 "Callouts": [
3979 {
3980 "CalloutList": [
3981 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" }
3982 ]
3983 }
3984 ]
3985 }
3986 ]
3987 },
3988
3989 "Documentation": {
3990 "Description": "A temperature sensor is under its warning threshold.",
3991 "Message": "A temperature sensor is under its warning threshold.",
3992 "Notes": [
3993 "A temperature sensor crossed under its warning threshold value",
3994 "If it is the ambient sensor, then a symbolic FRU will be added."
3995 ]
3996 }
3997 },
3998
3999 {
4000 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHigh",
4001 "Subsystem": "power",
4002 "ComponentID": "0x2800",
4003 "Severity": "predictive",
4004 "ActionFlags": ["service_action", "report"],
4005
4006 "SRC": {
4007 "ReasonCode": "0x2805",
4008 "Words6To9": {}
4009 },
4010
4011 "CalloutsUsingAD": {
4012 "ADName": "SENSOR_NAME",
4013 "CalloutsWithTheirADValues": [
4014 {
4015 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4016 "Callouts": [
4017 {
4018 "CalloutList": [
4019 { "Priority": "high", "SymbolicFRU": "ambient_temp" }
4020 ]
4021 }
4022 ]
4023 }
Matt Spinlerc13bb1c2022-08-01 10:33:09 -05004024 ],
4025 "CalloutsWhenNoADMatch": [
4026 {
4027 "CalloutList": [
4028 {
4029 "Priority": "high",
4030 "SymbolicFRU": "overtemp"
4031 }
4032 ]
4033 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004034 ]
4035 },
4036
4037 "Documentation": {
4038 "Description": "A temperature sensor exceeded its critical threshold.",
4039 "Message": "A temperature sensor exceeded its critical threshold.",
4040 "Notes": [
4041 "A temperature sensor crossed its critical threshold value",
4042 "If it is the ambient sensor, then a symbolic FRU will be added.",
4043 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
4044 "a FRU callout."
4045 ]
4046 }
4047 },
4048
4049 {
4050 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHighClear",
4051 "Subsystem": "power",
4052 "ComponentID": "0x2800",
4053 "Severity": "non_error",
4054 "ActionFlags": ["report"],
4055 "EventType": "env_normal",
4056
4057 "SRC": {
4058 "ReasonCode": "0x2806",
4059 "Words6To9": {}
4060 },
4061
4062 "CalloutsUsingAD": {
4063 "ADName": "SENSOR_NAME",
4064 "CalloutsWithTheirADValues": [
4065 {
4066 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4067 "Callouts": [
4068 {
4069 "CalloutList": [
4070 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" }
4071 ]
4072 }
4073 ]
4074 }
4075 ]
4076 },
4077
4078 "Documentation": {
4079 "Description": "A temperature sensor is under its critical threshold.",
4080 "Message": "A temperature sensor is under its critical threshold.",
4081 "Notes": [
4082 "A temperature sensor crossed under its critical threshold value",
4083 "If it is the ambient sensor, then a symbolic FRU will be added."
4084 ]
4085 }
4086 },
4087
4088 {
Matt Spinler6b3490a2021-01-20 10:48:26 -06004089 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHigh",
4090 "Subsystem": "power",
4091 "ComponentID": "0x2800",
4092 "Severity": "predictive",
4093 "ActionFlags": ["service_action", "report"],
4094
4095 "SRC": {
4096 "ReasonCode": "0x2807",
4097 "Words6To9": {}
4098 },
4099
4100 "Callouts": [
4101 {
4102 "CalloutList": [
4103 {
4104 "Priority": "high",
4105 "SymbolicFRU": "ambient_temp"
4106 }
4107 ]
4108 }
4109 ],
4110
4111 "Documentation": {
4112 "Description": "The ambient temperature passed the EPOW3 limit.",
4113 "Message": "The ambient temperature passed the EPOW3 limit. The system will shut down if temp doesn't decrease.",
4114 "Notes": [
4115 "This error occurs when the ambient temperature surpassed",
4116 "the EPOW3 shutdown limit."
4117 ]
4118 }
4119 },
4120
4121 {
4122 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHighClear",
4123 "Subsystem": "power",
4124 "ComponentID": "0x2800",
4125 "Severity": "non_error",
4126 "ActionFlags": ["report"],
4127 "EventType": "env_normal",
4128
4129 "SRC": {
4130 "ReasonCode": "0x2808",
4131 "Words6To9": {}
4132 },
4133
4134 "Callouts": [
4135 {
4136 "CalloutList": [
4137 {
4138 "Priority": "high",
4139 "SymbolicFRU": "ambient_temp_back"
4140 }
4141 ]
4142 }
4143 ],
4144
4145 "Documentation": {
4146 "Description": "The ambient temperature is back under the EPOW3 limit.",
4147 "Message": "The ambient temperature is back under the EPOW3 limit."
4148 }
4149 },
4150
4151 {
4152 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.HardShutdownAlarmHigh",
4153 "Subsystem": "power",
4154 "ComponentID": "0x2800",
Matt Spinler6b3490a2021-01-20 10:48:26 -06004155 "ActionFlags": ["service_action", "report"],
4156
4157 "SRC": {
4158 "ReasonCode": "0x2809",
4159 "Words6To9": {}
4160 },
4161
4162 "Callouts": [
4163 {
4164 "CalloutList": [
4165 {
4166 "Priority": "high",
4167 "SymbolicFRU": "ambient_temp"
4168 }
4169 ]
4170 }
4171 ],
4172
4173 "Documentation": {
4174 "Description": "The ambient temperature passed the EPOW4 limit.",
4175 "Message": "The ambient temperature passed the EPOW4 limit. The system will shut down",
4176 "Notes": [
4177 "This error occurs when the ambient temperature surpassed",
4178 "the EPOW4 shutdown limit."
4179 ]
4180 }
4181 },
4182
4183 {
Rashmica Guptab63f75b2021-08-18 20:54:21 +10004184 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHigh",
4185 "Subsystem": "ext_env",
4186 "ComponentID": "0x2800",
4187 "Severity": "predictive",
4188 "ActionFlags": ["service_action", "report"],
4189
4190 "SRC": {
4191 "ReasonCode": "0x280A",
4192 "Words6To9": {}
4193 },
4194
4195 "CalloutsUsingAD": {
4196 "ADName": "SENSOR_NAME",
4197 "CalloutsWithTheirADValues": [
4198 {
4199 "ADValue": "/xyz/openbmc_project/sensors/altitude/Altitude",
4200 "Callouts": [
4201 {
4202 "CalloutList": [
4203 { "Priority": "high", "SymbolicFRU": "altitude" }
4204 ]
4205 }
4206 ]
4207 }
4208 ]
4209 },
4210
4211 "Documentation": {
4212 "Description": "An altitude sensor exceeded its warning threshold.",
4213 "Message": "An altitude sensor exceeded its warning threshold.",
4214 "Notes": [
4215 "The virtual altitude sensor crossed its warning threshold value",
4216 " and a symbolic FRU will be added."
4217 ]
4218 }
4219 },
4220
4221 {
4222 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHighClear",
4223 "Subsystem": "ext_env",
4224 "ComponentID": "0x2800",
4225 "Severity": "non_error",
4226 "ActionFlags": ["report"],
4227 "EventType": "env_normal",
4228
4229 "SRC": {
4230 "ReasonCode": "0x280B",
4231 "Words6To9": {}
4232 },
4233
4234 "Documentation": {
4235 "Description": "An altitude sensor is under its warning threshold.",
4236 "Message": "An altitude sensor is under its warning threshold.",
4237 "Notes": [
4238 "The virtual altitude sensor is under its warning threshold value",
4239 " and a symbolic FRU will be added."
4240 ]
4241 }
4242 },
4243
4244 {
Matt Spinler81331342021-10-05 14:09:56 -05004245 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLow",
4246 "Subsystem": "cec_tod",
4247 "ComponentID": "0x2800",
4248 "Severity": "predictive",
4249 "ActionFlags": ["service_action", "report"],
4250
4251 "SRC": {
4252 "ReasonCode": "0x280C",
4253 "Words6To9": {}
4254 },
4255
Matt Spinler81331342021-10-05 14:09:56 -05004256 "Documentation": {
4257 "Description": "A voltage sensor went below its critical low threshold.",
4258 "Message": "A voltage sensor went below its critical low threshold."
4259 }
4260 },
4261
4262 {
4263 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLowClear",
4264 "Subsystem": "cec_tod",
4265 "ComponentID": "0x2800",
4266 "Severity": "non_error",
4267 "ActionFlags": ["report"],
4268
4269 "SRC": {
4270 "ReasonCode": "0x280D",
4271 "Words6To9": {}
4272 },
4273
4274 "Documentation": {
4275 "Description": "A voltage sensor is over its critical low threshold.",
4276 "Message": "A voltage sensor is over its critical low threshold."
4277 }
4278 },
4279
4280 {
Matt Spinler1e792db2022-01-07 14:06:06 -06004281 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLow",
4282 "Subsystem": "power",
4283 "ComponentID": "0x2800",
4284 "Severity": "predictive",
4285 "ActionFlags": ["service_action", "report"],
4286
4287 "SRC": {
4288 "ReasonCode": "0x280E",
4289 "Words6To9": {}
4290 },
4291
4292 "Documentation": {
4293 "Description": "A temperature sensor is under its low warning threshold.",
4294 "Message": "A temperature sensor is under its low warning threshold.",
4295 "Notes": [
4296 "A temperature sensor crossed its low warning threshold value",
4297 "CALLOUT_INVENTORY_PATH will be passed in to add a FRU callout."
4298 ]
4299 }
4300 },
4301
4302 {
4303 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLowClear",
4304 "Subsystem": "power",
4305 "ComponentID": "0x2800",
4306 "Severity": "non_error",
4307 "ActionFlags": ["report"],
4308 "EventType": "env_normal",
4309
4310 "SRC": {
4311 "ReasonCode": "0x280F",
4312 "Words6To9": {}
4313 },
4314
4315 "Documentation": {
4316 "Description": "A temperature sensor is above its low warning threshold.",
4317 "Message": "A temperature sensor is above its low warning threshold.",
4318 "Notes": [
4319 "A temperature sensor crossed above its low warning threshold value."
4320 ]
4321 }
4322 },
4323
4324 {
4325 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalLow",
4326 "Subsystem": "power",
4327 "ComponentID": "0x2800",
4328 "Severity": "predictive",
4329 "ActionFlags": ["service_action", "report"],
4330
4331 "SRC": {
4332 "ReasonCode": "0x2810",
4333 "Words6To9": {}
4334 },
4335
4336 "Documentation": {
4337 "Description": "A temperature sensor is under its low critical threshold.",
4338 "Message": "A temperature sensor is under its low critical threshold.",
4339 "Notes": [
4340 "A temperature sensor crossed its low critical threshold value",
4341 "CALLOUT_INVENTORY_PATH will be passed in to add a FRU callout."
4342 ]
4343 }
4344 },
4345
4346 {
4347 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalLowClear",
4348 "Subsystem": "power",
4349 "ComponentID": "0x2800",
4350 "Severity": "non_error",
4351 "ActionFlags": ["report"],
4352 "EventType": "env_normal",
4353
4354 "SRC": {
4355 "ReasonCode": "0x2811",
4356 "Words6To9": {}
4357 },
4358
4359 "Documentation": {
4360 "Description": "A temperature sensor is over its low critical threshold.",
4361 "Message": "A temperature sensor is over its low critical threshold.",
4362 "Notes": [
4363 "A temperature sensor crossed above its critical threshold value"
4364 ]
4365 }
4366 },
4367
4368 {
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004369 "Name": "com.ibm.VPD.Error.InvalidEepromPath",
4370 "Subsystem": "cec_vpd",
4371 "ComponentID": "0x4000",
4372
4373 "SRC": {
4374 "ReasonCode": "0x4000",
4375 "Words6To9":
4376 {
4377 "6":
4378 {
4379 "Description": "Errno of the failure.",
4380 "AdditionalDataPropSource": "CALLOUT_ERRNO"
4381 }
4382 }
4383 },
4384
4385 "Documentation": {
Michael Limb264f062022-03-29 16:25:33 -05004386 "Description": "A path access error occurred",
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004387 "Message": "An EEPROM path access error occurred.",
4388 "Notes": [
4389 "This error occurs when parser is unable to access",
4390 "EEPROM path. Errno and device path are captured as",
4391 "additional data."
4392 ]
4393 }
4394 },
4395
4396 {
4397 "Name": "com.ibm.VPD.Error.InvalidVPD",
4398 "Subsystem": "cec_vpd",
4399 "ComponentID": "0x4000",
4400
4401 "SRC": {
4402 "ReasonCode": "0x4001",
4403 "Words6To9":
4404 {
4405 }
4406 },
4407
4408 "Documentation": {
4409 "Description": "Invalid VPD data.",
4410 "Message": "A VPD data exception occurred.",
4411 "Notes": [
4412 "This error occurs when VPD data is found to be",
4413 "invalid. This can be when VPD file is missing out",
4414 "mandatory records.Inventory path is captured in",
4415 "additional data."
4416 ]
4417 }
4418 },
4419
4420 {
4421 "Name": "com.ibm.VPD.Error.EccCheckFailed",
4422 "Subsystem": "cec_vpd",
4423 "ComponentID": "0x4000",
4424
4425 "SRC": {
4426 "ReasonCode": "0x4002",
4427 "Words6To9":
4428 {
4429 }
4430 },
4431
4432 "Documentation": {
4433 "Description": "Invalid VPD ecc data.",
4434 "Message": "A VPD ecc exception occurred.",
4435 "Notes": [
4436 "This error occurs when VPD ecc check fails for the FRU.",
4437 "Inventory path for the failed FRU is captured in additonal",
4438 "data."
4439 ]
4440 }
4441 },
4442
4443 {
4444 "Name": "com.ibm.VPD.Error.InvalidJson",
4445 "Subsystem": "cec_vpd",
4446 "ComponentID": "0x4000",
4447
4448 "SRC": {
4449 "ReasonCode": "0x4003",
4450 "Words6To9":
4451 {
4452 }
4453 },
4454
Matt Spinler834f3ed2022-01-26 16:18:02 -06004455 "Callouts": [
4456 {
4457 "CalloutList": [
4458 { "Priority": "high", "Procedure": "bmc_code" }
4459 ]
4460 }
4461 ],
4462
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004463 "Documentation": {
4464 "Description": "Invalid Json",
4465 "Message": "A Json failure occurred.",
4466 "Notes": [
4467 "This error occurs when parser fails to access",
4468 "Json file or there is any issue with Json data.",
4469 "Failed Json path and cause of failure is captured",
4470 "in additional data."
4471 ]
4472 }
4473 },
4474
4475 {
4476 "Name": "com.ibm.VPD.Error.BlankSystemVPD",
4477 "Subsystem": "cec_vpd",
4478 "ComponentID": "0x4000",
4479
4480 "SRC": {
4481 "ReasonCode": "0x4004",
4482 "Words6To9":
4483 {
4484 }
4485 },
4486
4487 "Documentation": {
4488 "Description": "System VPD restore failed",
4489 "Message": "A system VPD restoration error occurred.",
4490 "Notes": [
4491 "This error occurs when restoring of system VPD fails.",
4492 "The FRU path and reason for failure is captured in",
4493 "additional data."
4494 ]
4495 }
4496 },
4497
4498 {
4499 "Name": "com.ibm.VPD.Error.DbusFailure",
4500 "Subsystem": "cec_vpd",
4501 "ComponentID": "0x4000",
4502
4503 "SRC": {
4504 "ReasonCode": "0x4005",
4505 "Words6To9":
4506 {
4507 }
4508 },
4509
Matt Spinler834f3ed2022-01-26 16:18:02 -06004510 "Callouts": [
4511 {
4512 "CalloutList": [
4513 { "Priority": "high", "Procedure": "bmc_code" }
4514 ]
4515 }
4516 ],
4517
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004518 "Documentation": {
4519 "Description": "Dbus exception",
4520 "Message": "A Dbus internal error occurred.",
4521 "Notes": [
4522 "This error occurs when Dbus operation fails.",
4523 "Exceptions details are captured in additonal",
4524 "data."
4525 ]
4526 }
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05004527 },
4528
4529 {
Alpana Kumari081cfd42021-12-07 04:14:57 -06004530 "Name": "com.ibm.VPD.Error.UnknownSystemType",
4531 "Subsystem": "cec_vpd",
4532 "ComponentID": "0x4000",
4533
4534 "SRC": {
4535 "ReasonCode": "0x4006",
4536 "Words6To9":
4537 {
4538 }
4539 },
4540
4541 "Callouts": [
4542 {
4543 "CalloutList": [
4544 { "Priority": "high", "LocCode": "P0" }
4545 ]
4546 }
4547 ],
4548
4549 "Documentation": {
4550 "Description": "Unknown System Type",
4551 "Message": "System type not supported in DTB table.",
4552 "Notes": [
4553 "System type comes from combination of HW and IM value of system VPD.",
4554 "If anything gets changed in that combination, then it can't determine",
4555 "the appropriate DTB for that system. Need to check HW and IM keywords."
4556 ]
4557 }
4558 },
4559
4560 {
Alpana Kumari074ec5b2022-02-20 22:48:57 -06004561 "Name": "com.ibm.VPD.Error.GPIOError",
4562 "Subsystem": "cec_vpd",
4563 "ComponentID": "0x4000",
4564
4565 "SRC": {
4566 "ReasonCode": "0x4007",
4567 "Words6To9":
4568 {
4569 }
4570 },
4571
Sunny Srivastava17586b42022-06-20 01:06:58 -05004572 "Callouts": [
4573 {
4574 "CalloutList": [
4575 { "Priority": "high", "Procedure": "bmc_code" }
4576 ]
4577 }
4578 ],
4579
Alpana Kumari074ec5b2022-02-20 22:48:57 -06004580 "Documentation": {
4581 "Description": "GPIO line error",
4582 "Message": "GPIO line couldn't be found or read.",
4583 "Notes": [
Sunny Srivastava17586b42022-06-20 01:06:58 -05004584 "The BMC could not access a GPIO line. This can be a hardware issue",
4585 " or driver issue. Since a hardware or a software issue cannot be",
4586 " differentiated, the BMC code will be called out."
Alpana Kumari074ec5b2022-02-20 22:48:57 -06004587 ]
4588 }
4589 },
4590
4591 {
Sunny Srivastavad29837f2022-04-20 01:37:07 -05004592 "Name": "com.ibm.VPD.Error.SystemVPDMismatch",
4593 "Subsystem": "cec_vpd",
4594 "ComponentID": "0x4000",
4595
4596 "SRC": {
4597 "ReasonCode": "0x4008",
4598 "Words6To9":
4599 {
4600 }
4601 },
4602
4603 "Callouts": [
4604 {
4605 "CalloutList": [
4606 { "Priority": "high", "Procedure": "bmc_code" }
4607 ]
4608 }
4609 ],
4610
4611 "Documentation": {
4612 "Description": "System VPD restore failed",
4613 "Message": "A system VPD restoration error occurred.",
4614 "Notes": [
4615 "This error occurs when restoring of system VPD fails due to",
4616 "mismatch in cache data and hardware data.",
4617 "The record and keyword causing the failure is captured in",
4618 "additional data."
4619 ]
4620 }
4621 },
4622
4623 {
Sunny Srivastava17586b42022-06-20 01:06:58 -05004624 "Name": "com.ibm.VPD.Error.RequiredFRUMissing",
4625 "Subsystem": "cec_vpd",
4626 "ComponentID": "0x4000",
4627
4628 "SRC": {
4629 "ReasonCode": "0x4009",
4630 "Words6To9":
4631 {
4632 }
4633 },
4634
4635 "Documentation": {
4636 "Description": "Essential FRU check.",
4637 "Message": "Essential FRU check failed",
4638 "Notes": [
4639 "This error occurs when VPD manager service detects any",
4640 "missing essential FRU. These are FRUs which are required",
4641 "to be present in the system at the time of power on.",
4642 "The inventory path is captured in additional data."
4643 ]
4644 }
4645 },
4646
4647 {
gikrish1c0cc7ec2022-02-24 12:40:51 -06004648 "Name": "com.ibm.Panel.Error.InputDevPathFailure",
4649 "Subsystem": "cec_op_panel",
4650 "ComponentID": "0x5000",
4651
4652 "SRC": {
4653 "ReasonCode": "0x5001",
4654 "Words6To9": {}
4655 },
4656
4657 "Documentation": {
4658 "Description": "Button Handler Failure",
4659 "Message": "Input Device path failure",
4660 "Notes": [
4661 "Button events will not be processed."
4662 ]
4663 }
4664 },
4665
4666 {
4667 "Name": "com.ibm.Panel.Error.I2CSetupFailure",
4668 "Subsystem": "cec_op_panel",
4669 "ComponentID": "0x5000",
4670
4671 "SRC": {
4672 "ReasonCode": "0x5002",
4673 "Words6To9": {}
4674 },
4675
4676 "Documentation": {
4677 "Description": "Panel I2C setup failure",
4678 "Message": "Unable to open device path or ioctl failure",
4679 "Notes": [
4680 "The Panel is unable to open device",
4681 " path or ioctl failure"
4682 ]
4683 }
4684 },
4685
4686 {
4687 "Name": "com.ibm.Panel.Error.HostCommunicationError",
4688 "Subsystem": "cec_op_panel",
4689 "ComponentID": "0x5000",
4690
4691 "SRC": {
4692 "ReasonCode": "0x5003",
4693 "Words6To9": {}
4694 },
4695
4696 "Callouts": [{
4697 "CalloutList": [{
4698 "Priority": "high",
4699 "Procedure": "bmc_code"
4700 }]
4701 }],
4702
4703 "Documentation": {
4704 "Description": "Host Communication failure",
4705 "Message": "Error in sending message to host",
4706 "Notes": [
4707 "Failure from PLDM sending message to",
4708 "Host"
4709 ]
4710 }
4711 },
4712
4713 {
4714 "Name": "com.ibm.Panel.Error.DbusError",
4715 "Subsystem": "cec_op_panel",
4716 "ComponentID": "0x5000",
4717
4718 "SRC": {
4719 "ReasonCode": "0x5004",
4720 "Words6To9": {}
4721 },
4722
4723 "Callouts": [{
4724 "CalloutList": [{
4725 "Priority": "high",
4726 "Procedure": "bmc_code"
4727 }]
4728 }],
4729
4730 "Documentation": {
4731 "Description": "Dbus exception",
4732 "Message": "A Dbus internal error occurred.",
4733 "Notes": [
4734 "This error occurs when Dbus operation fails.",
4735 "Exceptions details are captured in additional",
4736 "data."
4737 ]
4738 }
4739 },
4740
4741 {
Priyanga Ramasamy3aa27082022-08-24 06:34:38 -05004742 "Name": "com.ibm.Panel.Error.CodeUpdateFailure",
4743 "Subsystem": "cec_op_panel",
4744 "ComponentID": "0x5000",
4745
4746 "SRC": {
4747 "ReasonCode": "0x5005",
4748 "Words6To9": {}
4749 },
4750
4751 "Documentation": {
4752 "Description": "LCD/Bootfail PIC code update failure.",
4753 "Message": "Error while doing LCD/bootfail PIC code update.",
4754 "Notes": [
Priyanga Ramasamyfdd1dc02022-09-21 02:41:32 -05004755 "Panel firmware(LCD/bootfail PIC) update fails due to ",
4756 "unsupportable firmware version. Inventory path to the",
4757 "FRU on which PIC controller is physically present will",
4758 "be called out."
Priyanga Ramasamy3aa27082022-08-24 06:34:38 -05004759 ]
4760 }
4761 },
4762
4763 {
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05004764 "Name": "org.open_power.Host.Boot.Error.WatchdogTimeout",
4765 "Subsystem": "cec_sp_hostboot_iface",
4766
4767 "SRC":
4768 {
4769 "ReasonCode": "0xC101",
4770 "Words6To9":
4771 {
4772 }
4773 },
4774
4775 "Documentation":
4776 {
4777 "Description": "Host did not respond within the watchdog timeout interval",
4778 "Message": "Host did not respond before the watchdog timeout interval expired",
4779 "Notes": [
4780 "Host did not respond before the expiry of the watchdog timeout interval.",
4781 "Collecting hostboot dump."
4782 ]
4783 }
zamiseckbf61a982022-01-13 08:27:50 -06004784 },
4785
4786 {
4787 "Name": "xyz.openbmc_project.Software.Version.Error.Incompatible",
4788 "Subsystem": "bmc_firmware",
4789 "ComponentID": "0x3600",
4790 "SRC":
4791 {
4792 "ReasonCode": "0x3601",
4793 "Words6To9":
4794 {
4795 }
4796 },
4797
4798 "Callouts": [
4799 {
4800 "CalloutList": [
4801 { "Priority": "high", "Procedure": "bmc_code" }
4802 ]
4803 }
4804 ],
4805
4806 "Documentation":
4807 {
4808 "Description": "A system component has a software version that is incompatible.",
4809 "Message": "A system component has a software version that is incompatible."
4810 }
4811 },
4812
4813 {
4814 "Name": "xyz.openbmc_project.Software.Version.Error.AlreadyExists",
4815 "Subsystem": "bmc_firmware",
4816 "ComponentID": "0x3600",
4817 "SRC":
4818 {
4819 "ReasonCode": "0x3602",
4820 "Words6To9":
4821 {
4822 }
4823 },
4824
4825 "Callouts": [
4826 {
4827 "CalloutList": [
4828 { "Priority": "high", "Procedure": "bmc_code" }
4829 ]
4830 }
4831 ],
4832
4833 "Documentation":
4834 {
4835 "Description": "This image version already exists on the device.",
4836 "Message": "This image version already exists on the device."
4837 }
4838 },
4839
4840 {
4841 "Name": "xyz.openbmc_project.Software.Image.Error.UnTarFailure",
4842 "Subsystem": "bmc_firmware",
4843 "ComponentID": "0x3600",
4844 "SRC":
4845 {
4846 "ReasonCode": "0x3603",
4847 "Words6To9":
4848 {
4849 }
4850 },
4851
4852 "Callouts": [
4853 {
4854 "CalloutList": [
4855 { "Priority": "high", "Procedure": "bmc_code" }
4856 ]
4857 }
4858 ],
4859
4860 "Documentation":
4861 {
4862 "Description": "An error occurred during untar.",
4863 "Message": "An error occurred during untar."
4864 }
4865 },
4866
4867 {
4868 "Name": "xyz.openbmc_project.Software.Image.Error.ManifestFileFailure",
4869 "Subsystem": "bmc_firmware",
4870 "ComponentID": "0x3600",
4871 "SRC":
4872 {
4873 "ReasonCode": "0x3604",
4874 "Words6To9":
4875 {
4876 }
4877 },
4878
4879 "Callouts": [
4880 {
4881 "CalloutList": [
4882 { "Priority": "high", "Procedure": "bmc_code" }
4883 ]
4884 }
4885 ],
4886
4887 "Documentation":
4888 {
zamiseck21de9f02022-03-23 13:41:31 -05004889 "Description": "An error occurred when reading the software image Manifest file.",
4890 "Message": "An error occurred when reading the software image Manifest file."
zamiseckbf61a982022-01-13 08:27:50 -06004891 }
4892 },
4893
4894 {
4895 "Name": "xyz.openbmc_project.Software.Image.Error.InternalFailure",
4896 "Subsystem": "bmc_firmware",
4897 "ComponentID": "0x3600",
4898 "SRC":
4899 {
4900 "ReasonCode": "0x3605",
4901 "Words6To9":
4902 {
4903 }
4904 },
4905
4906 "Callouts": [
4907 {
4908 "CalloutList": [
4909 { "Priority": "high", "Procedure": "bmc_code" }
4910 ]
4911 }
4912 ],
4913
4914 "Documentation":
4915 {
4916 "Description": "The operation failed internally during processing the image.",
4917 "Message": "The operation failed internally during processing the image."
4918 }
4919 },
4920
4921 {
4922 "Name": "xyz.openbmc_project.Software.Image.Error.ImageFailure",
4923 "Subsystem": "bmc_firmware",
4924 "ComponentID": "0x3600",
4925 "SRC":
4926 {
4927 "ReasonCode": "0x3606",
4928 "Words6To9":
4929 {
4930 }
4931 },
4932
4933 "Callouts": [
4934 {
4935 "CalloutList": [
4936 { "Priority": "high", "Procedure": "bmc_code" }
4937 ]
4938 }
4939 ],
4940
4941 "Documentation":
4942 {
4943 "Description": "An error occurred processing the image.",
4944 "Message": "An error occurred processing the image."
4945 }
4946 },
4947
4948 {
4949 "Name": "xyz.openbmc_project.Software.Image.Error.BusyFailure",
4950 "Subsystem": "bmc_firmware",
4951 "ComponentID": "0x3600",
4952 "SRC":
4953 {
4954 "ReasonCode": "0x3607",
4955 "Words6To9":
4956 {
4957 }
4958 },
4959
4960 "Callouts": [
4961 {
4962 "CalloutList": [
4963 { "Priority": "high", "Procedure": "bmc_code" }
4964 ]
4965 }
4966 ],
4967
4968 "Documentation":
4969 {
4970 "Description": "The device is busy during the update.",
4971 "Message": "The device is busy during the update."
4972 }
zamiseck21de9f02022-03-23 13:41:31 -05004973 },
4974
4975 {
4976 "Name": "xyz.openbmc_project.Software.Version.Error.ExpiredAccessKey",
4977 "Subsystem": "bmc_firmware",
4978 "ComponentID": "0x3600",
4979 "SRC":
4980 {
4981 "ReasonCode": "0x3608",
4982 "Words6To9":
4983 {
4984 }
4985 },
4986
4987 "Callouts": [
4988 {
4989 "CalloutList": [
4990 { "Priority": "high", "Procedure": "bmc_code" }
4991 ]
4992 }
4993 ],
4994
4995 "Documentation":
4996 {
4997 "Description": "The Update Access Key has expired.",
4998 "Message": "The Update Access Key has expired."
4999 }
5000 },
5001
5002 {
5003 "Name": "xyz.openbmc_project.Software.Version.Error.InvalidSignature",
5004 "Subsystem": "bmc_firmware",
5005 "ComponentID": "0x3600",
5006 "SRC":
5007 {
5008 "ReasonCode": "0x3609",
5009 "Words6To9":
5010 {
5011 }
5012 },
5013
5014 "Callouts": [
5015 {
5016 "CalloutList": [
5017 { "Priority": "high", "Procedure": "bmc_code" }
5018 ]
5019 }
5020 ],
5021
5022 "Documentation":
5023 {
5024 "Description": "The software image has an invalid signature.",
5025 "Message": "The software image has an invalid signature"
5026 }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005027 },
zamiseck0ad7a822022-05-24 17:25:58 -05005028
5029 {
5030 "Name" : "xyz.openbmc_project.Software.Version.Error.HostFile",
5031 "Subsystem" : "bmc_firmware",
5032 "ComponentID" : "0x3600",
5033
5034 "SRC" :
5035 {
5036 "ReasonCode" : "0x360A",
5037 "Words6To9":
5038 {
5039 "6":
5040 {
5041 "Description" : "Size of the current running partition",
5042 "AdditionalDataPropSource" : "CURRENT_FILE_SIZE"
5043 },
5044 "7":
5045 {
5046 "Description" : "Size of the read only partition",
5047 "AdditionalDataPropSource" : "EXPECTED_FILE_SIZE"
5048 }
5049 }
5050 },
5051 "Callouts": [
5052 {
5053 "CalloutList": [
5054 { "Priority": "high", "Procedure": "bmc_code" }
5055 ]
5056 }
5057 ],
5058 "Documentation" :
5059 {
5060 "Description" : "Corrupted or changed preserved file",
5061 "Message" : "Partition was not preserved on reboot",
5062 "Notes" : [
5063 "This error may occur if one of the partitions marked",
5064 "PRESERVED is either corrupted, or a change of size is ",
5065 "desired for a particular partition."
5066 ]
5067 }
5068 },
5069
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005070 {
5071 "Name": "xyz.openbmc_project.PLDM.Error.findDumpObjPath.GetManagedObjectsFail",
5072 "Subsystem": "bmc_firmware",
5073 "ComponentID": "0x6000",
5074 "Severity": "predictive",
5075 "SRC":
5076 {
5077 "ReasonCode": "0x6001",
5078 "Words6To9":
5079 {
5080 }
5081 },
5082 "Callouts": [
5083 {
5084 "CalloutList": [
5085 { "Priority": "high", "Procedure": "bmc_code" }
5086 ]
5087 }
5088 ],
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005089
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005090 "Documentation":
5091 {
5092 "Description": "Failed to get the requested dump object path.",
5093 "Message": "Failed to get the requested dump object path from the system."
5094 }
5095 },
5096 {
5097 "Name": "xyz.openbmc_project.PLDM.Error.newFileAvailable.NewDumpNotifyFail",
5098 "Subsystem": "bmc_firmware",
5099 "ComponentID": "0x6000",
5100 "Severity": "unrecoverable",
5101 "SRC":
5102 {
5103 "ReasonCode": "0x6002",
5104 "Words6To9":
5105 {
5106 }
5107 },
5108 "Callouts": [
5109 {
5110 "CalloutList": [
5111 { "Priority": "high", "Procedure": "bmc_code" }
5112 ]
5113 }
5114 ],
5115 "Documentation":
5116 {
5117 "Description": "Failed to make a new dump notify request to the dump manager application.",
5118 "Message": "Failed to make a new dump notify request to the dump manager application."
5119 }
5120 },
5121 {
5122 "Name": "xyz.openbmc_project.PLDM.Error.DumpHandler.getOffloadUriFail",
5123 "Subsystem": "bmc_firmware",
5124 "ComponentID": "0x6000",
5125 "Severity": "unrecoverable",
5126 "SRC":
5127 {
5128 "ReasonCode": "0x6003",
5129 "Words6To9":
5130 {
5131 }
5132 },
5133 "Callouts": [
5134 {
5135 "CalloutList": [
5136 { "Priority": "high", "Procedure": "bmc_code" }
5137 ]
5138 }
5139 ],
5140 "Documentation":
5141 {
5142 "Description": "Failed to get the dump offload URI path from the dump entry.",
5143 "Message": "Failed to get the dump offload URI path from the dump entry."
5144 }
5145 },
5146 {
5147 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.ResourceDumpFileAckFail",
5148 "Subsystem": "bmc_firmware",
5149 "ComponentID": "0x6000",
5150 "Severity": "non_error",
5151 "SRC":
5152 {
5153 "ReasonCode": "0x6004",
5154 "Words6To9":
5155 {
5156 }
5157 },
5158 "Callouts": [
5159 {
5160 "CalloutList": [
5161 { "Priority": "medium", "Procedure": "bmc_code" }
5162 ]
5163 }
5164 ],
5165 "Documentation":
5166 {
5167 "Description": "The hypervisor rejected the request to initiate a new resource dump.",
5168 "Message": "The hypervisor rejected the request to initiate a new resource dump."
5169 }
5170 },
5171 {
5172 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.SourceDumpIdResetFail",
5173 "Subsystem": "bmc_firmware",
5174 "ComponentID": "0x6000",
5175 "Severity": "unrecoverable",
5176 "SRC":
5177 {
5178 "ReasonCode": "0x6005",
5179 "Words6To9":
5180 {
5181 }
5182 },
5183 "Callouts": [
5184 {
5185 "CalloutList": [
5186 { "Priority": "high", "Procedure": "bmc_code" }
5187 ]
5188 }
5189 ],
5190 "Documentation":
5191 {
5192 "Description": "Failed to reset the dump ID, due to this requested dump will not be deleted.",
5193 "Message": "Failed to reset the dump ID, due to this requested dump will not be deleted."
5194 }
5195 },
5196 {
5197 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryDeleteFail",
5198 "Subsystem": "bmc_firmware",
5199 "ComponentID": "0x6000",
5200 "Severity": "unrecoverable",
5201 "SRC":
5202 {
5203 "ReasonCode": "0x6006",
5204 "Words6To9":
5205 {
5206 }
5207 },
5208 "Callouts": [
5209 {
5210 "CalloutList": [
5211 { "Priority": "high", "Procedure": "bmc_code" }
5212 ]
5213 }
5214 ],
5215 "Documentation":
5216 {
5217 "Description": "Failed to carry out the dump delete request from the hypervisor.",
5218 "Message": "Failed to carry out the dump delete request from the hypervisor."
5219 }
5220 },
5221 {
5222 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryOffloadedSetFail",
5223 "Subsystem": "bmc_firmware",
5224 "ComponentID": "0x6000",
5225 "Severity": "unrecoverable",
5226 "SRC":
5227 {
5228 "ReasonCode": "0x6007",
5229 "Words6To9":
5230 {
5231 }
5232 },
5233 "Callouts": [
5234 {
5235 "CalloutList": [
5236 { "Priority": "high", "Procedure": "bmc_code" }
5237 ]
5238 }
5239 ],
5240 "Documentation":
5241 {
5242 "Description": "Failed to set the dump offloaded completion flag in the dump entry.",
5243 "Message": "Failed to set the dump offloaded completion flag in the dump entry."
5244 }
5245 },
5246 {
5247 "Name": "xyz.openbmc_project.PLDM.Error.readIntoMemory.GetFilepathFail",
5248 "Subsystem": "bmc_firmware",
5249 "ComponentID": "0x6000",
5250 "Severity": "unrecoverable",
5251 "SRC":
5252 {
5253 "ReasonCode": "0x6008",
5254 "Words6To9":
5255 {
5256 }
5257 },
5258 "Callouts": [
5259 {
5260 "CalloutList": [
5261 { "Priority": "high", "Procedure": "bmc_code" }
5262 ]
5263 }
5264 ],
5265 "Documentation":
5266 {
5267 "Description": "Failed to get the file path for the BMC dump and offload to the hypervisor.",
5268 "Message": "Failed to get the file path for the BMC dump and offload to the hypervisor."
5269 }
5270 },
5271 {
5272 "Name": "xyz.openbmc_project.PLDM.Error.read.GetFilepathFail",
5273 "Subsystem": "bmc_firmware",
5274 "ComponentID": "0x6000",
5275 "Severity": "unrecoverable",
5276 "SRC":
5277 {
5278 "ReasonCode": "0x6009",
5279 "Words6To9":
5280 {
5281 }
5282 },
5283 "Callouts": [
5284 {
5285 "CalloutList": [
5286 { "Priority": "high", "Procedure": "bmc_code" }
5287 ]
5288 }
5289 ],
5290 "Documentation":
5291 {
5292 "Description": "Failed to get the file path for the BMC dump and offload to the hypervisor.",
5293 "Message": "Failed to get the file path for the BMC dump and offload to the hypervisor."
5294 }
5295 },
5296 {
5297 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.ResourceDumpFileAckWithMetaDataFail",
5298 "Subsystem": "bmc_firmware",
5299 "ComponentID": "0x6000",
5300 "Severity": "non_error",
5301 "SRC":
5302 {
5303 "ReasonCode": "0x6010",
5304 "Words6To9":
5305 {
5306 }
5307 },
5308 "Callouts": [
5309 {
5310 "CalloutList": [
5311 { "Priority": "medium", "Procedure": "bmc_code" }
5312 ]
5313 }
5314 ],
5315 "Documentation":
5316 {
5317 "Description": "Could not create a new resource dump due to hypervisor verification failed.",
5318 "Message": "Could not create a new resource dump due to hypervisor verification failed."
5319 }
5320 },
5321 {
5322 "Name": "xyz.openbmc_project.PLDM.Error.fileAckWithMetaData.DumpEntryOffloadedSetFail",
5323 "Subsystem": "bmc_firmware",
5324 "ComponentID": "0x6000",
5325 "Severity": "unrecoverable",
5326 "SRC":
5327 {
5328 "ReasonCode": "0x6011",
5329 "Words6To9":
5330 {
5331 }
5332 },
5333 "Callouts": [
5334 {
5335 "CalloutList": [
5336 { "Priority": "high", "Procedure": "bmc_code" }
5337 ]
5338 }
5339 ],
5340 "Documentation":
5341 {
5342 "Description": "Failed to set the dump offload completion flag in the dump entry details.",
5343 "Message": "Failed to set the dump offload completion flag in the dump entry details."
5344 }
5345 },
5346 {
5347 "Name": "xyz.openbmc_project.PLDM.Error.newFileAvailableWithMetaData.NewDumpNotifyFail",
5348 "Subsystem": "bmc_firmware",
5349 "ComponentID": "0x6000",
5350 "Severity": "unrecoverable",
5351 "SRC":
5352 {
5353 "ReasonCode": "0x6012",
5354 "Words6To9":
5355 {
5356 }
5357 },
5358 "Callouts": [
5359 {
5360 "CalloutList": [
5361 { "Priority": "high", "Procedure": "bmc_code" }
5362 ]
5363 }
5364 ],
5365 "Documentation":
5366 {
5367 "Description": "Failed to notify a new dump available request.",
5368 "Message": "Failed to notify a new dump available request."
5369 }
5370 },
5371 {
5372 "Name": "xyz.openbmc_project.PLDM.Error.sendNewFileAvailableCmd.SendDumpParametersFail",
5373 "Subsystem": "bmc_firmware",
5374 "ComponentID": "0x6000",
5375 "Severity": "unrecoverable",
5376 "SRC":
5377 {
5378 "ReasonCode": "0x6013",
5379 "Words6To9":
5380 {
5381 }
5382 },
5383 "Callouts": [
5384 {
5385 "CalloutList": [
5386 { "Priority": "high", "Procedure": "bmc_code" }
5387 ]
5388 }
5389 ],
5390 "Documentation":
5391 {
5392 "Description": "Failed to send the resource dump parameters for a new dump initiation.",
5393 "Message": "Failed to send the resource dump parameters for a new dump initiation."
5394 }
5395 },
5396 {
5397 "Name": "xyz.openbmc_project.PLDM.Error.SendFileToHostFail",
5398 "Subsystem": "bmc_firmware",
5399 "ComponentID": "0x6000",
5400 "Severity": "unrecoverable",
5401 "SRC":
5402 {
5403 "ReasonCode": "0x6014",
5404 "Words6To9":
5405 {
5406 }
5407 },
5408 "Callouts": [
5409 {
5410 "CalloutList": [
5411 { "Priority": "high", "Procedure": "bmc_code" }
5412 ]
5413 }
5414 ],
5415 "Documentation":
5416 {
5417 "Description": "Failed to send the certificate/license file to the host.",
5418 "Message": "Failed to send the certificate/license file to the host."
5419 }
5420 },
5421 {
5422 "Name": "xyz.openbmc_project.PLDM.Error.DecodeNewFileResponseFail",
5423 "Subsystem": "bmc_firmware",
5424 "ComponentID": "0x6000",
5425 "Severity": "unrecoverable",
5426 "SRC":
5427 {
5428 "ReasonCode": "0x6015",
5429 "Words6To9":
5430 {
5431 }
5432 },
5433 "Callouts": [
5434 {
5435 "CalloutList": [
5436 { "Priority": "high", "Procedure": "bmc_code" }
5437 ]
5438 }
5439 ],
5440 "Documentation":
5441 {
5442 "Description": "Failed to decode the response of certificate/license file sent to the host.",
5443 "Message": "Failed to decode the response of certificate/license file sent to the host."
5444 }
5445 },
5446 {
5447 "Name": "xyz.openbmc_project.PLDM.Error.NewFileAvailableRequestFail",
5448 "Subsystem": "bmc_firmware",
5449 "ComponentID": "0x6000",
5450 "Severity": "unrecoverable",
5451 "SRC":
5452 {
5453 "ReasonCode": "0x6016",
5454 "Words6To9":
5455 {
5456 }
5457 },
5458 "Callouts": [
5459 {
5460 "CalloutList": [
5461 { "Priority": "high", "Procedure": "bmc_code" }
5462 ]
5463 }
5464 ],
5465 "Documentation":
5466 {
5467 "Description": "Failed to send the new certificate/license file to the host.",
5468 "Message": "Failed to send the new certificate/license file to the host."
5469 }
5470 },
5471 {
5472 "Name": "xyz.openbmc_project.PLDM.Error.SetHostEffecterFailed",
5473 "Subsystem": "bmc_firmware",
5474 "ComponentID": "0x6000",
5475 "Severity": "unrecoverable",
5476 "SRC":
5477 {
5478 "ReasonCode": "0x6017",
5479 "Words6To9":
5480 {
5481 }
5482 },
5483
5484 "Callouts": [
5485 {
5486 "CalloutList": [
5487 { "Priority": "high", "Procedure": "bmc_code" }
5488 ]
5489 }
5490 ],
5491 "Documentation":
5492 {
5493 "Description": "Failed to set state effecter states.",
5494 "Message": "Failed to set state effecter states."
5495 }
5496 },
5497 {
5498 "Name": "xyz.openbmc_project.PLDM.Error.Generate.PDRJsonFileParseFail",
5499 "Subsystem": "bmc_firmware",
5500 "ComponentID": "0x6000",
5501 "Severity": "unrecoverable",
5502 "SRC":
5503 {
5504 "ReasonCode": "0x6018",
5505 "Words6To9":
5506 {
5507 }
5508 },
5509 "Callouts": [
5510 {
5511 "CalloutList": [
5512 { "Priority": "high", "Procedure": "bmc_code" }
5513 ]
5514 }
5515 ],
5516 "Documentation":
5517 {
5518 "Description": "Failed to parse PDR JSON file.",
5519 "Message": "Failed to parse PDR JSON file."
5520 }
5521 },
5522 {
5523 "Name": "xyz.openbmc_project.PLDM.Error.SetHostSensorState.GetStateSensorPDRFail",
5524 "Subsystem": "bmc_firmware",
5525 "ComponentID": "0x6000",
5526 "Severity": "unrecoverable",
5527 "SRC":
5528 {
5529 "ReasonCode": "0x6019",
5530 "Words6To9":
5531 {
5532 }
5533 },
5534 "Callouts": [
5535 {
5536 "CalloutList": [
5537 { "Priority": "high", "Procedure": "bmc_code" }
5538 ]
5539 }
5540 ],
5541 "Documentation":
5542 {
5543 "Description": "Failed to get state sensor PDR state.",
5544 "Message": "Failed to get state sensor PDR state."
5545 }
5546 },
5547 {
5548 "Name": "xyz.openbmc_project.PLDM.Error.SetHostSensorState.EncodeStateSensorFail",
5549 "Subsystem": "bmc_firmware",
5550 "ComponentID": "0x6000",
5551 "Severity": "unrecoverable",
5552 "SRC":
5553 {
5554 "ReasonCode": "0x6020",
5555 "Words6To9":
5556 {
5557 }
5558 },
5559 "Callouts": [
5560 {
5561 "CalloutList": [
5562 { "Priority": "high", "Procedure": "bmc_code" }
5563 ]
5564 }
5565 ],
5566 "Documentation":
5567 {
5568 "Description": "Failed to encode state sensor request.",
5569 "Message": "Failed to encode state sensor request."
5570 }
5571 },
5572 {
5573 "Name": "xyz.openbmc_project.PLDM.Error.CMsubscribeFailure",
5574 "Subsystem": "bmc_firmware",
5575 "ComponentID": "0x6000",
5576 "Severity": "unrecoverable",
5577 "SRC":
5578 {
5579 "ReasonCode": "0x6021",
5580 "Words6To9":
5581 {
5582 }
5583 },
5584 "Callouts": [
5585 {
5586 "CalloutList": [
5587 { "Priority": "high", "Procedure": "bmc_code" }
5588 ]
5589 }
5590 ],
5591 "Documentation":
5592 {
5593 "Description": "Failed to subscribe for concurrent maintenance of FRU.",
5594 "Message": "Failed to subscribe for concurrent maintenance of FRU."
5595 }
5596 },
5597 {
5598 "Name": "xyz.openbmc_project.PLDM.Error.setSurvTimer.RecvSurveillancePingFail",
5599 "Subsystem": "bmc_firmware",
5600 "ComponentID": "0x6000",
5601 "Severity": "non_error",
5602 "SRC":
5603 {
5604 "ReasonCode": "0x6022",
5605 "Words6To9":
5606 {
5607 }
5608 },
5609 "Callouts": [
5610 {
5611 "CalloutList": [
5612 { "Priority": "high", "Procedure": "bmc_code" }
5613 ]
5614 }
5615 ],
5616 "Documentation":
5617 {
5618 "Description": "Host did not send a surveillance ping within stipulated timeout interval.",
5619 "Message": "Host did not send a surveillance ping within stipulated timeout interval."
5620 }
5621 },
5622 {
5623 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryOffloadUriSetFail",
5624 "Subsystem": "bmc_firmware",
5625 "ComponentID": "0x6000",
5626 "Severity": "unrecoverable",
5627 "SRC":
5628 {
5629 "ReasonCode": "0x6023",
5630 "Words6To9":
5631 {
5632 }
5633 },
5634 "Callouts": [
5635 {
5636 "CalloutList": [
5637 { "Priority": "high", "Procedure": "bmc_code" }
5638 ]
5639 }
5640 ],
5641 "Documentation":
5642 {
5643 "Description": "Failed to reset the dump offload URI path from the dump entry.",
5644 "Message": "Failed to reset the dump offload URI path from the dump entry."
5645 }
5646 },
5647 {
5648 "Name": "xyz.openbmc_project.PLDM.Error.SoftPowerOff.HostSoftOffTimeOut",
5649 "Subsystem": "bmc_firmware",
5650 "ComponentID": "0x6000",
5651 "Severity": "unrecoverable",
5652 "SRC":
5653 {
5654 "ReasonCode": "0x6024",
5655 "Words6To9":
5656 {
5657 }
5658 },
5659 "Callouts": [
5660 {
5661 "CalloutList": [
5662 { "Priority": "high", "Procedure": "bmc_code" }
5663 ]
5664 }
5665 ],
5666 "Documentation":
5667 {
5668 "Description": "Host failed to complete the power off gracefully within the timeout.",
5669 "Message": "Host failed to complete the power off gracefully within the timeout."
5670 }
5671 }
Matt Spinler44792fd2019-09-26 15:58:58 -05005672 ]
5673}