blob: 69c926917a17c7f3fea643f4a38fcbdbf7bf4068 [file] [log] [blame]
Matt Spinler44792fd2019-09-26 15:58:58 -05001{
2 "PELs":
3 [
Matt Spinler3fd08d62019-10-22 14:25:33 -05004 {
5 "Name": "xyz.openbmc_project.Common.Error.Timeout",
6 "Subsystem": "bmc_firmware",
Matt Spinler216999f2022-01-12 11:22:40 -06007 "Severity": "non_error",
Matt Spinler44792fd2019-09-26 15:58:58 -05008
Matt Spinler3fd08d62019-10-22 14:25:33 -05009 "SRC":
10 {
11 "ReasonCode": "0x1001",
12 "Words6To9":
13 {
14 "6":
15 {
16 "Description": "Timeout in ms",
17 "AdditionalDataPropSource": "TIMEOUT_IN_MSEC"
18 }
19 }
20 },
21
22 "Documentation":
23 {
24 "Description": "This is a generic timeout error",
25 "Message": "An operation timed out",
26 "Notes": [
27 "The journal should contain more information"
28 ]
29 }
30 },
31
32 {
33 "Name": "xyz.openbmc_project.Common.Error.InternalFailure",
34 "Subsystem": "bmc_firmware",
Matt Spinler216999f2022-01-12 11:22:40 -060035 "Severity": "non_error",
Matt Spinler3fd08d62019-10-22 14:25:33 -050036
37 "SRC":
38 {
39 "ReasonCode": "0x1002",
40 "Words6To9":
41 {
42 }
43 },
44
45 "Documentation":
46 {
47 "Description": "BMC code had a generic internal failure",
48 "Message": "An application had an internal failure",
49 "Notes": [
50 "The journal should contain more information"
51 ]
52 }
53 },
54
55 {
56 "Name": "xyz.openbmc_project.Common.Error.InvalidArgument",
57 "Subsystem": "user_error",
Matt Spinler216999f2022-01-12 11:22:40 -060058 "Severity": "non_error",
Matt Spinler3fd08d62019-10-22 14:25:33 -050059
60 "SRC":
61 {
62 "ReasonCode": "0x1003",
63 "Words6To9":
64 {
65 }
66 },
67
68 "Documentation":
69 {
70 "Description": "BMC code was given an invalid argument",
71 "Message": "Code was given an invalid argument",
72 "Notes": [
73 "The journal should contain more information"
74 ]
75 }
76 },
77 {
78 "Name": "xyz.openbmc_project.Common.Error.InsufficientPermission",
79 "Subsystem": "user_error",
Matt Spinler216999f2022-01-12 11:22:40 -060080 "Severity": "non_error",
Matt Spinler3fd08d62019-10-22 14:25:33 -050081
82 "SRC":
83 {
84 "ReasonCode": "0x1004",
85 "Words6To9":
86 {
87 }
88 },
89
90 "Documentation":
91 {
92 "Description": "An operation failed due to insufficient permission",
93 "Message": "An operation failed due to unsufficient permission",
94 "Notes": [
95 "The journal should contain more information"
96 ]
97 }
98 },
99
100 {
101 "Name": "xyz.openbmc_project.Common.Error.NotAllowed",
102 "Subsystem": "user_error",
Matt Spinler216999f2022-01-12 11:22:40 -0600103 "Severity": "non_error",
Matt Spinler3fd08d62019-10-22 14:25:33 -0500104
105 "SRC":
106 {
107 "ReasonCode": "0x1005",
108 "Words6To9":
109 {
110 }
111 },
112
113 "Documentation":
114 {
115 "Description": "An operation failed because it isn't allowed",
Matt Spinler26958762020-08-27 13:21:23 -0500116 "Message": "An operation failed because it isn't allowed",
Matt Spinler3fd08d62019-10-22 14:25:33 -0500117 "Notes": [
118 "The journal should contain more information"
119 ]
120 }
121 },
122
123 {
124 "Name": "xyz.openbmc_project.Common.Error.NoCACertificate",
125 "Subsystem": "user_error",
Matt Spinler216999f2022-01-12 11:22:40 -0600126 "Severity": "non_error",
Matt Spinler3fd08d62019-10-22 14:25:33 -0500127
128 "SRC":
129 {
130 "ReasonCode": "0x1006",
131 "Words6To9":
132 {
133 }
134 },
135
136 "Documentation":
137 {
138 "Description": "The server's CA certificate has not been provided",
139 "Message": "The server's CA certificate has not been provided"
140 }
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600141 },
142
143 {
Matt Spinleraf036b12020-06-25 10:53:52 -0500144 "Name": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure",
Matt Spinlerf24746c2022-01-31 10:40:13 -0600145 "Subsystem": "cec_i2c",
Matt Spinleraf036b12020-06-25 10:53:52 -0500146
147 "SRC":
148 {
149 "ReasonCode": "0x1007",
150 "Words6To9":
151 {
152 "6":
153 {
154 "Description": "errno of the failure",
155 "AdditionalDataPropSource": "CALLOUT_ERRNO"
156 }
157 }
158 },
159
160 "Documentation":
161 {
162 "Description": "Sensor device read failure",
163 "Message": "There was a failure when reading a sensor device",
164 "Notes": [
165 "The severity is set by the creator.",
166 "The action flags are set automatically by the code.",
167 "Callouts added based on CALLOUT_DEVICE_PATH."
168 ]
169 }
170 },
171
172 {
173 "Name": "xyz.openbmc_project.Common.Device.Error.ReadFailure",
Matt Spinlerf24746c2022-01-31 10:40:13 -0600174 "Subsystem": "cec_i2c",
Matt Spinleraf036b12020-06-25 10:53:52 -0500175
176 "SRC":
177 {
178 "ReasonCode": "0x1008",
179 "Words6To9":
180 {
181 "6":
182 {
183 "Description": "errno of the failure",
184 "AdditionalDataPropSource": "CALLOUT_ERRNO"
185 }
186 }
187 },
188
189 "Documentation":
190 {
191 "Description": "Device read failure",
192 "Message": "There was a failure when reading a hardware device",
193 "Notes": [
194 "The severity is set by the creator.",
195 "The action flags are set automatically by the code.",
196 "Callouts added based on CALLOUT_DEVICE_PATH."
197 ]
198 }
199 },
200
201 {
202 "Name": "xyz.openbmc_project.Control.Device.Error.WriteFailure",
Matt Spinlerf24746c2022-01-31 10:40:13 -0600203 "Subsystem": "cec_i2c",
Matt Spinleraf036b12020-06-25 10:53:52 -0500204
205 "SRC":
206 {
207 "ReasonCode": "0x1009",
208 "Words6To9":
209 {
210 "6":
211 {
212 "Description": "errno of the failure",
213 "AdditionalDataPropSource": "CALLOUT_ERRNO"
214 }
215 }
216 },
217
218 "Documentation":
219 {
220 "Description": "Device write failure",
221 "Message": "There was a failure when writing to a hardware device",
222 "Notes": [
223 "The severity is set by the creator.",
224 "The action flags are set automatically by the code.",
225 "Callouts added based on CALLOUT_DEVICE_PATH"
226 ]
227 }
228 },
229
230 {
231 "Name": "xyz.openbmc_project.Common.Device.Error.WriteFailure",
Matt Spinlerf24746c2022-01-31 10:40:13 -0600232 "Subsystem": "cec_i2c",
Matt Spinleraf036b12020-06-25 10:53:52 -0500233
234 "SRC":
235 {
236 "ReasonCode": "0x100A",
237 "Words6To9":
238 {
239 "6":
240 {
241 "Description": "errno of the failure",
242 "AdditionalDataPropSource": "CALLOUT_ERRNO"
243 }
244 }
245 },
246
247 "Documentation":
248 {
249 "Description": "Device write failure",
250 "Message": "There was a failure when writing to a hardware device",
251 "Notes": [
252 "The severity is set by the creator.",
253 "The action flags are set automatically by the code.",
254 "Callouts added based on CALLOUT_DEVICE_PATH"
255 ]
256 }
257 },
Jayanth Othayothbd0a7522021-05-03 02:05:36 -0500258
Matt Spinleraf036b12020-06-25 10:53:52 -0500259 {
Chirag Sharma11cf0322022-04-20 08:48:52 -0500260 "Name": "xyz.openbmc_project.Common.File.Error.Write",
261 "Subsystem": "bmc_firmware",
262 "ComponentID": "0x1000",
263 "SRC":
264 {
265 "ReasonCode": "0x100B",
266 "Words6To9":
267 {
268 }
269 },
270
271 "Callouts": [
272 {
273 "CalloutList": [
274 { "Priority": "high", "Procedure": "bmc_code" }
275 ]
276 }
277 ],
278
279 "Documentation":
280 {
281 "Description": "Failed to write to a file",
282 "Message": "Failed to write to a file",
283 "Notes": [
284 "The severity is set by the creator.",
285 "The journal should contain more information"
286 ]
287 }
288 },
289
290 {
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600291 "Name": "org.open_power.Logging.Error.SentBadPELToHost",
292 "Subsystem": "bmc_firmware",
293 "Severity": "non_error",
294
295 "SRC":
296 {
297 "ReasonCode": "0x2001",
298 "Words6To9":
299 {
300 "6":
301 {
302 "Description": "The bad PEL ID",
303 "AdditionalDataPropSource": "BAD_ID"
304 }
305 }
306 },
307
308 "Documentation":
309 {
310 "Description": "The BMC sent the host a malformed PEL",
311 "Message": "The BMC sent the host a malformed PEL",
312 "Notes": [
313 "The host firmware rejected that PEL."
314 ]
315 }
Matt Spinlere95fd012020-01-07 12:53:16 -0600316 },
317
318 {
319 "Name": "org.open_power.Logging.Error.BadHostPEL",
320 "Subsystem": "platform_firmware",
321 "Severity": "unrecoverable",
322
323 "SRC":
324 {
325 "ReasonCode": "0x2002",
326 "Words6To9":
327 {
328 "6":
329 {
330 "Description": "The PLID of the invalid PEL",
331 "AdditionalDataPropSource": "PLID"
332 },
333 "7":
334 {
335 "Description": "The corresponding OpenBMC event log ID",
336 "AdditionalDataPropSource": "OBMC_LOG_ID"
337 },
338 "8":
339 {
340 "Description": "The size of the invalid PEL",
341 "AdditionalDataPropSource": "PEL_SIZE"
342 }
343 }
344 },
345
Matt Spinler834f3ed2022-01-26 16:18:02 -0600346 "Callouts": [
347 {
348 "CalloutList": [
349 { "Priority": "high", "Procedure": "bmc_code" }
350 ]
351 }
352 ],
353
Matt Spinlere95fd012020-01-07 12:53:16 -0600354 "Documentation":
355 {
356 "Description": "The host sent the BMC an invalid PEL",
357 "Message": "The host sent the BMC an invalid PEL",
358 "Notes": [
359 ]
360 }
Marri Devender Raoead1be22020-03-28 05:50:59 -0500361 },
362
363 {
Matt Spinler3477ce92020-07-08 14:49:25 -0500364 "Name": "org.open_power.Logging.Error.TestError1",
365 "Subsystem": "platform_firmware",
366 "Severity": "unrecoverable",
367
368 "SRC":
369 {
370 "ReasonCode": "0x2003",
371 "Words6To9":
372 {
373 }
374 },
375
376 "Callouts": [
377 {
378 "CalloutList": [
379 {"Priority": "high", "Procedure": "bmc_code"},
380 {"Priority": "medium", "SymbolicFRU": "service_docs"}
381 ]
382 }
383 ],
384
385 "Documentation":
386 {
387 "Description": "An error for testing",
388 "Message": "This is a test error"
389 }
390 },
391
392 {
Matt Spinler30ddc9f2020-07-16 15:39:59 -0500393 "Name": "xyz.openbmc_project.Logging.Error.Default",
394 "Subsystem": "other_na",
395
396 "SRC":
397 {
398 "ReasonCode": "0x2004",
399 "Words6To9":
400 {
401 }
402 },
403
Matt Spinler834f3ed2022-01-26 16:18:02 -0600404 "Callouts": [
405 {
406 "CalloutList": [
407 { "Priority": "high", "Procedure": "bmc_code" }
408 ]
409 }
410 ],
411
Matt Spinler30ddc9f2020-07-16 15:39:59 -0500412 "Documentation":
413 {
414 "Description": "This entry is used when no other matching entry is found",
415 "Message": "Unknown (Original event not in message registry)",
416 "Notes": [
417 "This is used when the actual error name isn't found in ",
418 "the registry. The original error name will be stored ",
419 "in the UserData section that contains the AdditionalData ",
420 "properties using the key ERROR_NAME.",
421 "This error may contain callouts if the creator passed ",
422 "them in.",
423 "The severity is set by the creator.",
424 "If this error is seen, then a code change needs to be ",
425 "made to add the missing error entry to this registry."
426 ]
427 }
428 },
429
430 {
Matt Spinlerc865ed92022-02-16 14:07:32 -0600431 "Name": "org.open_power.Logging.Error.TestError2",
432 "Subsystem": "bmc_firmware",
433 "Severity": "recovered",
434 "ActionFlags": ["report"],
435
436 "SRC":
437 {
438 "ReasonCode": "0x2005",
439 "Words6To9":
440 {
441 }
442 },
443
444 "Callouts": [
445 {
446 "CalloutList": [
447 { "Priority": "high", "LocCode": "P0" }
448 ]
449 }
450 ],
451
452 "Documentation":
453 {
454 "Description": "An error for testing",
455 "Message": "This is a test recoverable error",
456 "Notes": [
457 "This error is not created by BMC code and is ",
458 "only used for error injection tests."
459 ]
460 }
461 },
462
463 {
Marri Devender Raoead1be22020-03-28 05:50:59 -0500464 "Name": "org.open_power.PHAL.Error.Boot",
465 "Subsystem": "cec_hardware",
Ramesh Iyyar41e79dc2020-12-22 06:27:48 -0600466 "ComponentID": "0x3000",
Marri Devender Raoead1be22020-03-28 05:50:59 -0500467
468 "SRC":
469 {
Ramesh Iyyar41e79dc2020-12-22 06:27:48 -0600470 "ReasonCode": "0x3001",
Marri Devender Raoead1be22020-03-28 05:50:59 -0500471 "Words6To9":
472 {
473 }
474 },
475
476 "Documentation":
477 {
Michael Lim12429892022-03-10 16:11:25 -0600478 "Description": "Failure occurred during boot process",
479 "Message": "Failure occurred during boot process",
Marri Devender Raoead1be22020-03-28 05:50:59 -0500480 "Notes": [
481 "Debug traces will be captured in AdditionalData section"
482 ]
483 }
Ben Tyner34836322020-04-15 17:01:48 -0500484 },
485
486 {
Ramesh Iyyar78be2a22020-12-22 06:22:55 -0600487 "Name": "org.open_power.PHAL.Error.PrePowerOff",
488 "Subsystem": "cec_hardware",
489 "ComponentID": "0x3000",
490
491 "SRC":
492 {
493 "ReasonCode": "0x3002",
494 "Words6To9":
495 {
496 }
497 },
498
499 "Documentation":
500 {
501 "Description": "Failure occurred during PHAL pre-poweroff operations",
502 "Message": "Failure occurred during PHAL pre-poweroff operations",
503 "Notes": [
504 "Severity needs to be set based on needs for this registry.",
505 "FFDC (First Failure Data Collection) will be collected ",
506 "and added into PEL."
507 ]
508 }
509 },
510
511 {
Jayanth Othayothdb00d762021-07-13 02:48:19 -0500512 "Name": "org.open_power.PHAL.Error.devtreeSync",
513 "Subsystem": "cec_hardware",
514 "ComponentID": "0x3000",
515 "Severity": "unrecoverable",
516
517 "SRC":
518 {
519 "ReasonCode": "0x3003",
520 "Words6To9":
521 {
522 }
523 },
524
525 "Documentation":
526 {
527 "Description": "Failure occurred during PHAL devtree sync ",
528 "Message": "Failure occurred during PHAL devtree sync",
529 "Notes": [
530 "The journal should contain more information"
531 ]
532 }
533 },
534
535 {
Jayanth Othayothf3e619a2021-07-13 03:58:06 -0500536 "Name": "org.open_power.PHAL.Error.devtreeBackup",
537 "Subsystem": "cec_hardware",
538 "ComponentID": "0x3000",
539 "Severity": "unrecoverable",
540
541 "SRC":
542 {
543 "ReasonCode": "0x3004",
544 "Words6To9":
545 {
546 }
547 },
548
549 "Documentation":
550 {
551 "Description": "Failure occurred during PHAL devtree backup ",
552 "Message": "Failure occurred during PHAL devtree backup",
553 "Notes": [
554 "The journal should contain more information"
555 ]
556 }
557 },
558
559 {
Andrew Geisslerd54fd732021-07-20 14:07:12 -0400560 "Name": "org.open_power.PHAL.Error.HostRunning",
NodeMan970f57ddc2022-04-29 23:14:41 +0000561 "Subsystem": "cec_sp_hyp_iface",
Andrew Geisslerd54fd732021-07-20 14:07:12 -0400562 "ComponentID": "0x3000",
563
564 "SRC":
565 {
566 "ReasonCode": "0x3005",
567 "Words6To9":
568 {
569 }
570 },
571
572 "Documentation":
573 {
574 "Description": "Host did not respond to BMC after a BMC reset",
575 "Message": "Host did not respond to BMC after a BMC reset but hardware indicates it is running",
576 "Notes": [
577 "System will be left in its current state to ensure host ",
578 "is not unexpectedly taken down. There is most likely an ",
579 "issue in the software or hardware communication path ",
580 "between the BMC and the Host firmware.",
581 "A BMC dump will be collected with relevant FFDC."
582 ]
583 }
584 },
585
586 {
Jayanth Othayoth7d2bea72021-11-29 07:26:34 -0600587 "Name": "org.open_power.PHAL.Error.devtreeReinit",
588 "Subsystem": "cec_hardware",
589 "ComponentID": "0x3000",
590 "Severity": "unrecoverable",
591
592 "SRC":
593 {
594 "ReasonCode": "0x3006",
595 "Words6To9":
596 {
597 }
598 },
599
600 "Documentation":
601 {
602 "Description": "Failure re-initializing BMC to Host data structure",
603 "Message": "Failure occurred during re-initializing BMC to Host data structure",
604 "Notes": [
605 "The journal should contain more information"
606 ]
607 }
608 },
609
610 {
Jayanth Othayothe52dd952022-03-09 02:11:41 -0600611 "Name": "org.open_power.PHAL.Error.NonFunctionalBootProc",
612 "Subsystem": "cec_hardware",
613 "ComponentID": "0x3000",
614 "Severity": "unrecoverable",
615
616 "SRC":
617 {
618 "ReasonCode": "0x3007",
619 "Words6To9":
620 {
621 }
622 },
623
624 "Documentation":
625 {
626 "Description": "Non functional boot processor",
627 "Message": "Non functional boot processor",
628 "Notes": [
629 "BMC firmware couldn't find functional primary processor",
630 "required to boot the host",
631 "Debug traces will be captured in AdditionalData section"
632 ]
633 }
634 },
635
636 {
Marri Devender Rao116428e2022-06-09 07:33:38 -0500637 "Name": "org.open_power.PHAL.Error.MPReboot",
638 "Subsystem": "cec_hardware",
639 "ComponentID": "0x3000",
640 "Severity": "unrecoverable",
641
642 "SRC":
643 {
644 "ReasonCode": "0x3008",
645 "Words6To9":
646 {
647 }
648 },
649
650 "Callouts": [
651 {
652 "CalloutList": [{"Priority": "high", "Procedure": "bmc_code" }
653 ]
654 }
655 ],
656
657 "Documentation":
658 {
659 "Description": "Error during memory preserving reboot",
660 "Message": "Error during memory preserving reboot",
661 "Notes": [
662 "Software error occured during memory preserving reboot"
663 ]
664 }
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500665 }
666,
667 {
668 "Name": "org.open_power.PHAL.Error.SpareClock",
669 "Subsystem": "cec_hardware",
670 "ComponentID": "0x3000",
671 "Severity": "non_error",
672 "ActionFlags": [ "service_action", "report", "call_home" ],
673
674 "SRC":
675 {
676 "ReasonCode": "0x3009",
677 "Words6To9":
678 {
679 }
680 },
681
682 "Documentation":
683 {
684 "Description": "Error during Spare clock initialisation",
685 "Message": "Error during Spare clock initialisation",
686 "Notes": [
687 "The CalloutList should use the clock symbolic FRU with position details."
688 ]
689 }
Marri Devender Rao116428e2022-06-09 07:33:38 -0500690 },
691
692 {
Eddie James62464b12022-05-25 15:47:15 -0500693 "Name": "org.open_power.OCC.Firmware.PresenceMismatch",
694 "Subsystem": "bmc_firmware",
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500695 "ComponentID": "0x2600",
Eddie James62464b12022-05-25 15:47:15 -0500696 "Severity": "predictive",
697
698 "SRC":
699 {
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500700 "ReasonCode": "0x2681",
Eddie James62464b12022-05-25 15:47:15 -0500701 "Words6To9":
702 {
703 }
704 },
705
706 "Callouts": [
707 {
708 "CalloutList": [
709 { "Priority": "medium", "Procedure": "bmc_code" }
710 ]
711 }
712 ],
713
714 "Documentation":
715 {
716 "Description": "OCC presence mismatch",
717 "Message": "BMC firmware detected incorrect number of OCCs",
718 "Notes": [
719 "The number of OCCs detected by the BMC does not match the number of OCCs detected by the OCC.",
720 "The BMC requests that the OCC reset."
721 ]
722 }
723 },
724
725 {
726 "Name": "org.open_power.OCC.Device.SafeState",
727 "Subsystem": "processor_chip",
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500728 "ComponentID": "0x2600",
Eddie James62464b12022-05-25 15:47:15 -0500729 "Severity": "non_error",
730
731 "SRC":
732 {
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500733 "ReasonCode": "0x2682",
Eddie James62464b12022-05-25 15:47:15 -0500734 "Words6To9":
735 {
736 }
737 },
738
739 "Documentation":
740 {
741 "Description": "OCC safe state",
742 "Message": "OCC in safe state while active for one minute",
743 "Notes": [
744 "The BMC detected that the OCC was in safe state for one minute while active.",
745 "The BMC requests that the OCC reset."
746 ]
747 }
748 },
749
750 {
751 "Name": "org.open_power.OCC.Device.ReadFailure",
752 "Subsystem": "cec_chip_iface",
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500753 "ComponentID": "0x2600",
Eddie James62464b12022-05-25 15:47:15 -0500754 "Severity": "predictive",
755
756 "SRC":
757 {
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500758 "ReasonCode": "0x2683",
Eddie James62464b12022-05-25 15:47:15 -0500759 "Words6To9":
760 {
761 }
762 },
763
764 "Documentation":
765 {
766 "Description": "OCC communication failure",
767 "Message": "BMC failed to communicate with the OCC",
768 "Notes": [
769 "The BMC failed to communicate with the OCC and retried three times.",
770 "The BMC requests that the OCC reset."
771 ]
772 }
773 },
774
775 {
Ramesh Iyyarb3d45ed2021-12-07 09:18:19 -0600776 "Name": "org.open_power.HardwareIsolation.Error",
777 "Subsystem": "cec_hardware",
778 "ComponentID": "0x3100",
779
780 "SRC":
781 {
782 "ReasonCode": "0x3101",
783 "Words6To9":
784 {
785 }
786 },
787
788 "Documentation":
789 {
Michael Lim12429892022-03-10 16:11:25 -0600790 "Description": "Failure occurred during hardware isolation operations",
791 "Message": "Failure occurred during hardware isolation operations",
Ramesh Iyyarb3d45ed2021-12-07 09:18:19 -0600792 "Notes": [
793 "Severity needs to be set based on needs for this registry.",
794 "Debug traces will be captured in AdditionalData section"
795 ]
796 }
797 },
798
799 {
Andrew Geissler8034dde2021-09-10 14:43:03 -0500800 "Name": "xyz.openbmc_project.State.Error.HostNotRunning",
801 "Subsystem": "cec_sp_hostboot_iface",
802 "ComponentID": "0x3400",
803 "SRC":
804 {
805 "ReasonCode": "0x3401",
806 "Words6To9":
807 {
808 }
809 },
810 "Documentation":
811 {
812 "Description": "Host was booting or booted before BMC reset but is now unresponsive",
813 "Message": "Host did not respond to BMC after a BMC reset but it was booting or booted prior to the BMC reboot",
814 "Notes": [
815 "System will follow recovery policy, resulting in this ",
816 "error and most likely a a reboot of the host. The issue ",
817 "is most likely the result of the BMC rebooting while the ",
818 "host was booting and in a state where it still needed ",
819 "the BMC to complete its boot."
820 ]
821 }
822 },
823
824 {
Andrew Geissler808f6302022-02-24 13:55:18 -0600825 "Name": "xyz.openbmc_project.State.ChassisPowerBad",
826 "Subsystem": "input_power_source",
827 "ComponentID": "0x3400",
828 "SRC":
829 {
830 "ReasonCode": "0x3402",
831 "Words6To9":
832 {
833 }
834 },
835 "Callouts": [
836 {
837 "CalloutList": [{"Priority": "high", "Procedure": "next_level_support"}]
838 }
839 ],
840 "Documentation":
841 {
842 "Description": "Chassis input power is in a bad state",
843 "Message": "Chassis input power is in a bad state, look for other logs with more details",
844 "Notes": [
845 "The system is most likely in a limited power situation. ",
846 "There is enough power for the BMC to operate but not the ",
847 "CEC hardware. Check for UPS or brownout logs."
848 ]
849 }
850 },
851
852 {
Andrew Geissler4c360ec2022-02-24 14:09:37 -0600853 "Name": "xyz.openbmc_project.State.PinholeReset",
854 "Subsystem": "cec_op_panel",
855 "ComponentID": "0x3400",
856 "SRC":
857 {
858 "ReasonCode": "0x3403",
859 "Words6To9":
860 {
861 }
862 },
863 "Documentation":
864 {
865 "Description": "User initiated a pinhole reset via the op-panel",
866 "Message": "User initiated a pinhole reset via the op-panel",
867 "Notes": [
868 "This is a notification log to record the fact that a ",
869 "pinhole reset was performed on the BMC, resulting in a ",
870 "hard reset of the BMC."
871 ]
872 }
873 },
874
875 {
Andrew Geisslerfbb18242022-02-24 14:30:02 -0600876 "Name": "xyz.openbmc_project.State.Error.CriticalServiceFailure",
877 "Subsystem": "bmc_firmware",
878 "ComponentID": "0x3400",
879 "SRC":
880 {
881 "ReasonCode": "0x3404",
882 "Words6To9":
883 {
884 }
885 },
886 "Callouts": [
887 {
888 "CalloutList": [{"Priority": "high", "Procedure": "next_level_support"}]
889 }
890 ],
891 "Documentation":
892 {
893 "Description": "A critical BMC application has failed on the system",
894 "Message": "A critical BMC application has failed on the system, the BMC is in an undefined state",
895 "Notes": [
896 "As a part of generating this error log, a BMC dump has ",
897 "also been generated. Please collect this dump if possible. ",
898 "The BMC state is undefined but basic services could still ",
899 "be available. Usually an AC cycle of the entire system is ",
900 "the best recovery option from this error."
901 ]
902 }
903 },
904
905 {
Andrew Geisslerf83efe92022-03-10 15:06:17 -0600906 "Name": "xyz.openbmc_project.State.Error.SecurityCheckFail",
907 "Subsystem": "bmc_firmware",
908 "ComponentID": "0x3400",
909 "SRC":
910 {
911 "ReasonCode": "0x3405",
912 "Words6To9":
913 {
914 }
915 },
916 "Callouts": [
917 {
918 "CalloutList": [{"Priority": "high", "Procedure": "next_level_support"}]
919 }
920 ],
921 "Documentation":
922 {
923 "Description": "A firmware security check has failed",
924 "Message": "A firmware security check has failed, most likely something is not configured correctly",
925 "Notes": [
926 "This log is only generated in the manufacturing ",
927 "environment and it indicates that something has not ",
928 "been configured correctly. Use the data in the PEL to ",
929 "determine what that is."
930 ]
931 }
932 },
933
934 {
Andrew Geissler8bafa992022-03-10 15:20:52 -0600935 "Name": "xyz.openbmc_project.State.BMC.Error.MultiUserTargetFailure",
936 "Subsystem": "bmc_firmware",
937 "ComponentID": "0x3400",
938 "SRC":
939 {
940 "ReasonCode": "0x3406",
941 "Words6To9":
942 {
943 }
944 },
945 "Callouts": [
946 {
947 "CalloutList": [{"Priority": "high", "Procedure": "next_level_support"}]
948 }
949 ],
950 "Documentation":
951 {
952 "Description": "The system has failed to reach BMC Ready state",
953 "Message": "The system has failed to reach BMC Ready state, look for other errors",
954 "Notes": [
955 "This log indicates a critical BMC application required ",
956 "for the BMC to reach Ready state has failed to start ",
957 "successfully. Look in the log for other errors indicating ",
958 "what has failed."
959 ]
960 }
961 },
962
963 {
964 "Name": "xyz.openbmc_project.State.Chassis.Error.PowerOnFailure",
965 "Subsystem": "bmc_firmware",
966 "ComponentID": "0x3400",
967 "SRC":
968 {
969 "ReasonCode": "0x3407",
970 "Words6To9":
971 {
972 }
973 },
974 "Callouts": [
975 {
976 "CalloutList": [{"Priority": "high", "Procedure": "next_level_support"}]
977 }
978 ],
979 "Documentation":
980 {
981 "Description": "The system has failed to reach chassis power on state",
982 "Message": "The system has failed to reach chassis power on state, look for other errors",
983 "Notes": [
984 "This log indicates a critical BMC application required ",
985 "for the BMC to power on the chassis has failed to start ",
986 "successfully. Look in the log for other errors indicating ",
987 "what has failed."
988 ]
989 }
990 },
991
992 {
993 "Name": "xyz.openbmc_project.State.Chassis.Error.PowerOffFailure",
994 "Subsystem": "bmc_firmware",
995 "ComponentID": "0x3400",
996 "SRC":
997 {
998 "ReasonCode": "0x3408",
999 "Words6To9":
1000 {
1001 }
1002 },
1003 "Callouts": [
1004 {
1005 "CalloutList": [{"Priority": "high", "Procedure": "next_level_support"}]
1006 }
1007 ],
1008 "Documentation":
1009 {
1010 "Description": "The system has failed to reach chassis power off state",
1011 "Message": "The system has failed to reach chassis power off state, look for other errors",
1012 "Notes": [
1013 "This log indicates a critical BMC application required ",
1014 "for the BMC to power off the chassis has failed to start ",
1015 "successfully. Look in the log for other errors indicating ",
1016 "what has failed."
1017 ]
1018 }
1019 },
1020
1021 {
1022 "Name": "xyz.openbmc_project.State.Host.Error.HostStartFailure",
1023 "Subsystem": "bmc_firmware",
1024 "ComponentID": "0x3400",
1025 "SRC":
1026 {
1027 "ReasonCode": "0x3409",
1028 "Words6To9":
1029 {
1030 }
1031 },
1032 "Callouts": [
1033 {
1034 "CalloutList": [{"Priority": "high", "Procedure": "next_level_support"}]
1035 }
1036 ],
1037 "Documentation":
1038 {
1039 "Description": "The system has failed to start the host firmware",
1040 "Message": "The system has failed to start the host firmware, look for other errors",
1041 "Notes": [
1042 "This log indicates a critical BMC application required ",
1043 "for the BMC to start the host has failed to start ",
1044 "successfully. Look in the log for other errors indicating ",
1045 "what has failed."
1046 ]
1047 }
1048 },
1049
1050 {
1051 "Name": "xyz.openbmc_project.State.Host.Error.HostStartMinFailure",
1052 "Subsystem": "bmc_firmware",
1053 "ComponentID": "0x3400",
1054 "SRC":
1055 {
1056 "ReasonCode": "0x3410",
1057 "Words6To9":
1058 {
1059 }
1060 },
1061 "Callouts": [
1062 {
1063 "CalloutList": [{"Priority": "high", "Procedure": "next_level_support"}]
1064 }
1065 ],
1066 "Documentation":
1067 {
1068 "Description": "The system has failed to start the host firmware",
1069 "Message": "The system has failed to start the host firmware, look for other errors",
1070 "Notes": [
1071 "This log indicates a critical BMC application required ",
1072 "for the BMC to start the host has failed to start ",
1073 "successfully. Look in the log for other errors indicating ",
1074 "what has failed."
1075 ]
1076 }
1077 },
1078
1079 {
1080 "Name": "xyz.openbmc_project.State.Host.Error.HostShutdownFailure",
1081 "Subsystem": "bmc_firmware",
1082 "ComponentID": "0x3400",
1083 "SRC":
1084 {
1085 "ReasonCode": "0x3411",
1086 "Words6To9":
1087 {
1088 }
1089 },
1090 "Callouts": [
1091 {
1092 "CalloutList": [{"Priority": "high", "Procedure": "next_level_support"}]
1093 }
1094 ],
1095 "Documentation":
1096 {
1097 "Description": "The system has failed to shutdown the host firmware",
1098 "Message": "The system has failed to shutdown the host firmware, look for other errors",
1099 "Notes": [
1100 "This log indicates a critical BMC application required ",
1101 "to shutdown the host firmware has failed to start ",
1102 "successfully. Look in the log for other errors indicating ",
1103 "what has failed."
1104 ]
1105 }
1106 },
1107
1108 {
1109 "Name": "xyz.openbmc_project.State.Host.Error.HostStopFailure",
1110 "Subsystem": "bmc_firmware",
1111 "ComponentID": "0x3400",
1112 "SRC":
1113 {
1114 "ReasonCode": "0x3412",
1115 "Words6To9":
1116 {
1117 }
1118 },
1119 "Callouts": [
1120 {
1121 "CalloutList": [{"Priority": "high", "Procedure": "next_level_support"}]
1122 }
1123 ],
1124 "Documentation":
1125 {
1126 "Description": "The system has failed to stop the host firmware",
1127 "Message": "The system has failed to stop the host firmware, look for other errors",
1128 "Notes": [
1129 "This log indicates a critical BMC application required ",
1130 "to stop the host firmware has failed to start ",
1131 "successfully. Look in the log for other errors indicating ",
1132 "what has failed."
1133 ]
1134 }
1135 },
1136
1137 {
1138 "Name": "xyz.openbmc_project.State.Host.Error.HostRebootFailure",
1139 "Subsystem": "bmc_firmware",
1140 "ComponentID": "0x3400",
1141 "SRC":
1142 {
1143 "ReasonCode": "0x3413",
1144 "Words6To9":
1145 {
1146 }
1147 },
1148 "Callouts": [
1149 {
1150 "CalloutList": [{"Priority": "high", "Procedure": "next_level_support"}]
1151 }
1152 ],
1153 "Documentation":
1154 {
1155 "Description": "The system has failed to reboot the host firmware",
1156 "Message": "The system has failed to reboot the host firmware, look for other errors",
1157 "Notes": [
1158 "This log indicates a critical BMC application required ",
1159 "to reboot the host firmware has failed to start ",
1160 "successfully. Look in the log for other errors indicating ",
1161 "what has failed."
1162 ]
1163 }
1164 },
1165
1166 {
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001167 "Name": "xyz.openbmc_project.State.Error.HostQuiesce",
1168 "Subsystem": "bmc_firmware",
1169 "ComponentID": "0x3400",
1170 "SRC":
1171 {
1172 "ReasonCode": "0x3414",
1173 "Words6To9":
1174 {
1175 }
1176 },
1177 "Callouts": [
1178 {
1179 "CalloutList": [{"Priority": "high", "Procedure": "next_level_support"}]
1180 }
1181 ],
1182 "Documentation":
1183 {
1184 "Description": "The host firmware has failed to boot",
1185 "Message": "The host firmware has failed to boot and has entered a Quiesce state. Look for other errors.",
1186 "Notes": [
1187 "This log indicates that the host firmware has failed to ",
1188 "boot and all retries have been exhausted. There should be ",
1189 "other logs with more details on the boot failure reason. "
1190 ]
1191 }
1192 },
1193
1194 {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -05001195 "Name": "org.open_power.Processor.Error.SbeChipOpFailure",
1196 "Subsystem": "processor_chip",
1197 "ComponentID": "0x3500",
1198
1199 "SRC":
1200 {
1201 "ReasonCode": "0x3500",
1202 "Words6To9":
1203 {
1204 "6":
1205 {
1206 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
1207 "AdditionalDataPropSource": "SRC6"
1208 }
1209 }
1210 },
1211
1212 "Documentation":
1213 {
1214 "Description": "chipop failure with SBE provided FFDC",
1215 "Message": "chipop request failure reported by SBE",
1216 "Notes": [
1217 "The severity is set by the creator.",
1218 "Callouts added based on SBE provided FFDC.",
1219 "SBE provided additional debug data included as part of the",
1220 "additional user data section."
1221 ]
1222 }
1223 },
1224
1225 {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -05001226 "Name": "org.open_power.Processor.Error.SbeChipOpTimeout",
1227 "Subsystem": "processor_chip",
1228 "ComponentID": "0x3500",
1229
1230 "SRC":
1231 {
1232 "ReasonCode": "0x3501",
1233 "Words6To9":
1234 {
1235 "6":
1236 {
1237 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
1238 "AdditionalDataPropSource": "SRC6"
1239 }
1240 }
1241 },
1242
Jayanth Othayothe4acc8d2022-06-02 02:32:08 -05001243 "Callouts": [
1244 {
1245 "CalloutList": [
1246 { "Priority": "high", "Procedure": "next_level_support" }
1247 ]
1248 }
1249 ],
1250
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -05001251 "Documentation":
1252 {
1253 "Description": "SBE chipop timeout",
1254 "Message": "chipop timeout reported during SBE communication",
1255 "Notes": [
1256 "The severity is set by the creator.",
1257 "Check SBE Dump associated to this error to debug the failure."
1258 ]
1259 }
1260 },
1261
1262 {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001263 "Name": "org.open_power.Processor.Error.SbeChipOpInvalidState",
1264 "Subsystem": "processor_chip",
1265 "ComponentID": "0x3500",
1266
1267 "SRC":
1268 {
1269 "ReasonCode": "0x3502",
1270 "Words6To9":
1271 {
1272 "6":
1273 {
1274 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
1275 "AdditionalDataPropSource": "SRC6"
1276 },
1277 "7":
1278 {
1279 "Description": "Value of SBE state",
1280 "AdditionalDataPropSource": "SRC7"
1281 }
1282 }
1283 },
1284
1285 "Documentation":
1286 {
1287 "Description": "The SBE on this processor is not in a state where chipOps can be issued",
1288 "Message": "SBE Chipop is not allowed due to invalid SBE state ",
1289 "Notes": [
1290 "The severity is set by the creator."
1291 ]
1292 }
1293 },
1294
1295 {
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001296 "Name": "org.open_power.Processor.Error.SbeBootFailure",
1297 "Subsystem": "processor_chip",
1298 "ComponentID": "0x3500",
1299
1300 "SRC":
1301 {
1302 "ReasonCode": "0x3503",
1303 "Words6To9":
1304 {
1305 "6":
1306 {
1307 "Description": "[0:15] chip position",
1308 "AdditionalDataPropSource": "SRC6"
1309 }
1310 }
1311 },
1312
1313 "Documentation":
1314 {
1315 "Description": "Boot failure with SBE provided FFDC",
1316 "Message": "Boot failure reported by SBE",
1317 "Notes": [
1318 "The severity is set by the creator.",
1319 "Callouts added based on SBE provided FFDC.",
1320 "SBE provided additional debug data included as part of the",
1321 "additional user data section."
1322 ]
1323 }
1324 },
1325
1326 {
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001327 "Name": "org.open_power.Processor.Error.SbeBootTimeout",
1328 "Subsystem": "processor_chip",
1329 "ComponentID": "0x3500",
1330
1331 "SRC":
1332 {
1333 "ReasonCode": "0x3504",
1334 "Words6To9":
1335 {
1336 }
1337 },
1338
Jayanth Othayothf5cd2a42022-05-31 02:54:10 -05001339 "Callouts": [
1340 {
1341 "System": "ibm,rainier",
1342 "CalloutList": [
1343 {
1344 "Priority": "low",
1345 "LocCode": "P0"
1346 },
1347 {
1348 "Priority": "low",
1349 "LocCode": "P0-C22"
1350 }
1351 ]
1352 },
1353 {
1354 "System": "ibm,everest",
1355 "CalloutList": [
1356 {
1357 "Priority": "low",
1358 "LocCode": "P0"
1359 },
1360 {
1361 "Priority": "low",
1362 "LocCode": "P0-C96"
1363 }
1364 ]
1365 }
1366 ],
1367
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001368 "Documentation":
1369 {
1370 "Description": "SBE Boot timeout",
1371 "Message": "timeout reported during SBE boot process",
1372 "Notes": [
1373 "The severity is set by the creator.",
1374 "Check SBE Dump associated to this error to debug the failure."
1375 ]
1376 }
1377 },
1378
1379 {
Ben Tyner34836322020-04-15 17:01:48 -05001380 "Name": "org.open_power.Attn.Error.Terminate",
Ben Tyner808e29f2021-04-16 08:32:23 -05001381 "Subsystem": "cec_hardware",
1382 "Severity": "non_error",
Ben Tyner34836322020-04-15 17:01:48 -05001383
1384 "SRC":
1385 {
1386 "ReasonCode": "0xD138",
Ben Tyner808e29f2021-04-16 08:32:23 -05001387 "SymptomIDFields": [ "SRCWord3", "SRCWord4", "SRCWord5", "SRCWord6", "SRCWord7", "SRCWord8", "SRCWord9" ],
Ben Tyner34836322020-04-15 17:01:48 -05001388 "Words6To9":
1389 {
1390 }
1391 },
1392
1393 "Documentation":
1394 {
1395 "Description": "Status shows TI special attention active",
1396 "Message": "TI special attention detected",
1397 "Notes": [
1398 "This entry is for any TI special attention event ",
1399 "reported by the attention handler component"
1400 ]
1401 }
1402 },
1403
1404 {
1405 "Name": "org.open_power.Attn.Error.Fail",
1406 "Subsystem": "bmc_firmware",
1407 "Severity": "unrecoverable_loss_of_function",
1408
1409 "SRC":
1410 {
1411 "ReasonCode": "0xD13E",
1412 "Words6To9":
1413 {
1414 "6":
1415 {
1416 "Description": "Error code from attention handler",
1417 "AdditionalDataPropSource": "ERROR_CODE"
1418 }
1419 }
1420 },
1421 "Documentation":
1422 {
1423 "Description": "The attention handler encountered an error",
1424 "MessageArgSources" : ["SRCWord6"],
1425 "Message": "Attention handler error %1",
1426 "Notes": [
1427 "Attention handler will provide error code"
1428 ]
1429 }
1430 },
1431
1432 {
1433 "Name": "org.open_power.Attn.Error.Vital",
1434 "Subsystem": "processor_chip",
1435 "Severity": "critical",
1436
1437 "SRC":
1438 {
1439 "ReasonCode": "0xD16D",
1440 "Words6To9":
1441 {
1442 }
1443 },
1444
1445 "Documentation":
1446 {
1447 "Description": "Status shows SBE vital attention active",
1448 "Message": "SBE vital attention detected",
1449 "Notes": [
1450 "This entry is for any SBE vital attention event ",
1451 "reported by the attention handler component"
1452 ]
1453 }
1454 },
1455
1456 {
1457 "Name": "org.open_power.HwDiags.Error.Checkstop",
Zane Shelley4e6355d2022-02-24 15:28:08 -06001458 "PossibleSubsystems": [
1459 "processor", "processor_fru", "processor_unit", "processor_bus",
1460 "memory_ctlr", "memory_bus", "memory_dimm", "memory_fru",
1461 "phb", "cec_hardware", "cec_clocks", "cec_tod", "others"
1462 ],
1463 "Severity": "unrecoverable",
Zane Shelley561c0382020-11-17 13:20:05 -06001464 "ActionFlags": [ "service_action", "report", "call_home" ],
Ben Tyner34836322020-04-15 17:01:48 -05001465
1466 "SRC":
1467 {
Zane Shelley561c0382020-11-17 13:20:05 -06001468 "ReasonCode": "0xE510",
1469 "SymptomIDFields": [ "SRCWord6", "SRCWord7", "SRCWord8" ],
Ben Tyner34836322020-04-15 17:01:48 -05001470 "Words6To9":
1471 {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001472 "6":
1473 {
1474 "AdditionalDataPropSource": "SRC6"
1475 },
1476 "7":
1477 {
1478 "AdditionalDataPropSource": "SRC7"
1479 },
1480 "8":
1481 {
1482 "AdditionalDataPropSource": "SRC8"
1483 }
Ben Tyner34836322020-04-15 17:01:48 -05001484 }
1485 },
1486
1487 "Documentation":
1488 {
Zane Shelley561c0382020-11-17 13:20:05 -06001489 "Description": "A system checkstop attention has occurred",
1490 "MessageArgSources" : [ "SRCWord6", "SRCWord7", "SRCWord8" ],
Zane Shelley45ab43a2021-11-13 16:16:57 -06001491 "Message": "Error Signature: %1 %2 %3"
Ben Tyner34836322020-04-15 17:01:48 -05001492 }
1493 },
1494
1495 {
Zane Shelley561c0382020-11-17 13:20:05 -06001496 "Name": "org.open_power.HwDiags.Error.Predictive",
Zane Shelley4e6355d2022-02-24 15:28:08 -06001497 "PossibleSubsystems": [
1498 "processor", "processor_fru", "processor_unit", "processor_bus",
1499 "memory_ctlr", "memory_bus", "memory_dimm", "memory_fru",
1500 "phb", "cec_hardware", "cec_clocks", "cec_tod", "others"
1501 ],
1502 "Severity": "predictive",
Zane Shelley561c0382020-11-17 13:20:05 -06001503 "ActionFlags": [ "service_action", "report", "call_home" ],
Ben Tyner34836322020-04-15 17:01:48 -05001504
1505 "SRC":
1506 {
Zane Shelley561c0382020-11-17 13:20:05 -06001507 "ReasonCode": "0xE511",
1508 "SymptomIDFields": [ "SRCWord6", "SRCWord7", "SRCWord8" ],
Ben Tyner34836322020-04-15 17:01:48 -05001509 "Words6To9":
1510 {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001511 "6":
1512 {
1513 "AdditionalDataPropSource": "SRC6"
1514 },
1515 "7":
1516 {
1517 "AdditionalDataPropSource": "SRC7"
1518 },
1519 "8":
1520 {
1521 "AdditionalDataPropSource": "SRC8"
1522 }
Ben Tyner34836322020-04-15 17:01:48 -05001523 }
1524 },
Zane Shelley561c0382020-11-17 13:20:05 -06001525
Ben Tyner34836322020-04-15 17:01:48 -05001526 "Documentation":
1527 {
Zane Shelley561c0382020-11-17 13:20:05 -06001528 "Description": "A hardware attention requiring service has occurred",
1529 "MessageArgSources" : [ "SRCWord6", "SRCWord7", "SRCWord8" ],
Zane Shelley45ab43a2021-11-13 16:16:57 -06001530 "Message": "Error Signature: %1 %2 %3"
Ben Tyner34836322020-04-15 17:01:48 -05001531 }
Shawn McCarney01648f52020-06-25 11:42:02 -05001532 },
1533
1534 {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001535 "Name": "org.open_power.HwDiags.Error.Informational",
Zane Shelley4e6355d2022-02-24 15:28:08 -06001536 "PossibleSubsystems": [
1537 "processor", "processor_fru", "processor_unit", "processor_bus",
1538 "memory_ctlr", "memory_bus", "memory_dimm", "memory_fru",
1539 "phb", "cec_hardware", "cec_clocks", "cec_tod", "others"
1540 ],
1541 "Severity": "non_error",
Zane Shelleydd4bd482021-12-08 09:12:51 -06001542 "ActionFlags": [ "hidden", "dont_report" ],
1543
1544 "SRC":
1545 {
1546 "ReasonCode": "0xE512",
1547 "SymptomIDFields": [ "SRCWord6", "SRCWord7", "SRCWord8" ],
1548 "Words6To9":
1549 {
1550 "6":
1551 {
1552 "AdditionalDataPropSource": "SRC6"
1553 },
1554 "7":
1555 {
1556 "AdditionalDataPropSource": "SRC7"
1557 },
1558 "8":
1559 {
1560 "AdditionalDataPropSource": "SRC8"
1561 }
1562 }
1563 },
1564
1565 "Documentation":
1566 {
1567 "Description": "Manual analysis was initiated via the command line. FFDC only.",
1568 "MessageArgSources" : [ "SRCWord6", "SRCWord7", "SRCWord8" ],
1569 "Message": "Error Signature: %1 %2 %3"
1570 }
1571 },
1572
1573 {
Brandon Wyman38caaf02020-09-01 16:07:42 -05001574 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.InputFault",
1575 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001576 "ActionFlags": ["service_action", "report"],
1577 "ComponentID": "0x2700",
1578
1579 "SRC": {
1580 "Type": "11",
1581 "ReasonCode": "0x15F0",
1582 "Words6To9": {}
1583 },
1584
1585 "Callouts": [
1586 {
1587 "CalloutList": [
1588 { "Priority": "high", "SymbolicFRU": "pwrsply" }
1589 ]
1590 }
1591 ],
1592
1593 "Documentation": {
1594 "Description": "Power Supply input power fault",
1595 "Message": "A power supply has indicated an input or under voltage condition.",
1596 "Notes": [
1597 "Check the power supply cabling and/or input power ",
1598 "source. The PWRSPLY procedure is used rather than ",
1599 "calling out a location code, as typically these faults ",
1600 "are related to the supplied power, the cable, or the ",
1601 "cable connectors. If the input fault resolves down to an ",
1602 "issue with the power supply itself, the power supply ",
1603 "indicating this input fault should be called out. Add the ",
1604 "CALLOUT_INVENTORY_PATH to the additional data, and set the",
1605 "CALLOUT_PRIORITY to something other than high."
1606 ]
1607 }
1608 },
1609
1610 {
1611 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Fault",
1612 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001613 "ActionFlags": ["service_action", "report", "call_home"],
1614 "ComponentID": "0x2700",
1615
1616 "SRC": {
1617 "Type": "11",
1618 "ReasonCode": "0x15F1",
1619 "Words6To9": {}
1620 },
1621
Jim Wright006dafd2022-05-27 12:09:43 -05001622 "Callouts": [
1623 {
1624 "CalloutList": [
1625 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
1626 ]
1627 }
1628 ],
1629
Brandon Wyman38caaf02020-09-01 16:07:42 -05001630 "Documentation": {
1631 "Description": "Power Supply power fault",
1632 "Message": "The power supply detected a fault condition, see AdditionalData for further details.",
1633 "Notes": [
1634 "The power supply reporting the fault should be called ",
1635 "out using the CALLOUT_INVENTORY_PATH keyword. Include ",
1636 "specific fault, STATUS_* details, and code level in the ",
1637 "AdditionalData section."
1638 ]
1639 }
1640 },
1641
1642 {
1643 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.CommFault",
1644 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001645 "ActionFlags": ["service_action", "report", "call_home"],
1646 "ComponentID": "0x2700",
1647
1648 "SRC": {
1649 "Type": "11",
1650 "ReasonCode": "0x15F2",
1651 "Words6To9": {}
1652 },
1653
Jim Wright006dafd2022-05-27 12:09:43 -05001654 "Callouts": [
1655 {
1656 "CalloutList": [
1657 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
1658 ]
1659 }
1660 ],
1661
Brandon Wyman38caaf02020-09-01 16:07:42 -05001662 "Documentation": {
1663 "Description": "Power Supply non-power fault",
1664 "Message": "A communication failure occurred talking to the power supply",
1665 "Notes": [
1666 "Communication problems with the power supply could be ",
1667 "the power supply, or any hardware between it and the ",
1668 "BMC. Reporting the error should be passing in a call ",
1669 "out using CALLOUT_DEVICE_PATH."
1670 ]
1671 }
1672 },
1673
1674 {
1675 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Missing",
1676 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001677 "ActionFlags": ["service_action", "report", "call_home"],
1678 "ComponentID": "0x2700",
1679
1680 "SRC": {
1681 "Type": "11",
1682 "ReasonCode": "0x15F6",
1683 "Words6To9": {}
1684 },
1685
1686 "Callouts": [
1687 {
1688 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -05001689 {
1690 "Priority": "high",
1691 "SymbolicFRUTrusted": "pwrsply",
1692 "UseInventoryLocCode": true
1693 }
Brandon Wyman38caaf02020-09-01 16:07:42 -05001694 ]
1695 }
1696 ],
1697
1698 "Documentation": {
1699 "Description": "Power Supply is missing",
1700 "Message": "A power supply that should be present is missing",
1701 "Notes": [
1702 "The CalloutList should use the PWRSPLY symbolic FRU ",
Matt Spinler80600192020-10-23 09:29:33 -05001703 "with the trusted location code property. The ",
1704 "location code in this callout is obtained from ",
1705 "the passed in CALLOUT_INVENTORY_PATH value."
Brandon Wyman38caaf02020-09-01 16:07:42 -05001706 ]
1707 }
1708 },
1709
1710 {
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00001711 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.NotSupported",
1712 "Subsystem": "power_supply",
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00001713 "ActionFlags": ["service_action", "report", "call_home"],
1714 "ComponentID": "0x2700",
1715
1716 "SRC": {
1717 "Type": "11",
1718 "ReasonCode": "0x15F7",
1719 "Words6To9": {}
1720 },
1721
Jim Wright006dafd2022-05-27 12:09:43 -05001722 "Callouts": [
1723 {
1724 "CalloutList": [
1725 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
1726 ]
1727 }
1728 ],
1729
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00001730 "Documentation": {
1731 "Description": "Power Supply configuration is not supported",
1732 "Message": "The power supply configuration is not supported",
1733 "Notes": [
1734 "The combination of power supplies detected in the ",
1735 "system is not supported. This could be caused by ",
1736 "mismatched models, less than expected number of power ",
1737 "supplies, or other unsupported characteristics."
1738 ]
1739 }
1740 },
1741
1742 {
Brandon Wymanc30f00a2021-11-18 21:10:04 +00001743 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.FanFault",
1744 "Subsystem": "power_supply",
Brandon Wymanc30f00a2021-11-18 21:10:04 +00001745 "ActionFlags": ["service_action", "report", "call_home"],
1746 "ComponentID": "0x2700",
1747
1748 "SRC": {
1749 "Type": "11",
1750 "ReasonCode": "0x15FF",
1751 "Words6To9": {}
1752 },
1753
Jim Wright006dafd2022-05-27 12:09:43 -05001754 "Callouts": [
1755 {
1756 "CalloutList": [
1757 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
1758 ]
1759 }
1760 ],
1761
Brandon Wymanc30f00a2021-11-18 21:10:04 +00001762 "Documentation": {
1763 "Description": "Power Supply fan fault",
1764 "Message": "A power supply indicated a fan fault has occurred",
1765 "Notes": [
1766 "The power supply reporting the fault should be called ",
1767 "out using the CALLOUT_INVENTORY_PATH keyword. Include ",
1768 "specific fault, STATUS_* details, and code level in the ",
1769 "AdditionalData section."
1770 ]
1771 }
1772 },
1773
1774 {
Brandon Wyman90c88402021-11-16 20:34:49 +00001775 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.IoutOCFault",
1776 "Subsystem": "power_supply",
Brandon Wyman90c88402021-11-16 20:34:49 +00001777 "ActionFlags": ["service_action", "report", "call_home"],
1778 "ComponentID": "0x2700",
1779
1780 "SRC": {
1781 "Type": "11",
1782 "ReasonCode": "0x1B01",
1783 "Words6To9": {}
1784 },
1785
1786 "Callouts": [
1787 {
1788 "CalloutList": [
1789 { "Priority": "high", "Procedure": "power_overcurrent" }
1790 ]
1791 }
1792 ],
1793
1794 "Documentation": {
1795 "Description": "Power Supply output over-current power fault",
1796 "Message": "A power supply has indicated an output over-current condition."
1797 }
1798 },
1799
1800 {
Jay Meyer54ff54e2021-03-14 20:18:41 -05001801 "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Blackout",
1802 "Subsystem": "power",
1803 "ActionFlags": [ "report", "service_action" ],
Jay Meyer54ff54e2021-03-14 20:18:41 -05001804 "ComponentID": "0x2700",
1805
1806 "SRC":
1807 {
1808 "Type": "11",
1809 "ReasonCode": "0x00AC",
Mike Cappsa2d7b772022-03-07 15:47:48 -05001810 "Words6To9": {}
Jay Meyer54ff54e2021-03-14 20:18:41 -05001811 },
1812
1813 "Callouts": [
1814 {
1815 "CalloutList": [
1816 { "Priority": "high", "SymbolicFRU": "ac_module"}
1817 ]
1818 }
1819 ],
1820
1821 "Documentation": {
1822 "Description": "Input power was lost while the system was powered on.",
1823 "Message": "Input power was lost while the system was powered on.",
1824 "Notes": [
1825 "Input power was lost while system powered on.",
1826 "The CalloutList should use the ACMODUL symbolic FRU."
1827 ]
1828 }
1829 },
1830
1831 {
Brandon Wyman002d8cf2021-12-01 23:05:11 +00001832 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.PSKillFault",
1833 "Subsystem": "power_supply",
Brandon Wyman002d8cf2021-12-01 23:05:11 +00001834 "ActionFlags": ["service_action", "report", "call_home"],
1835 "ComponentID": "0x2700",
1836
1837 "SRC": {
1838 "Type": "11",
1839 "ReasonCode": "0x2500",
Mike Cappsa2d7b772022-03-07 15:47:48 -05001840 "Words6To9": {}
Brandon Wyman002d8cf2021-12-01 23:05:11 +00001841 },
1842
1843 "Callouts": [
1844 {
1845 "CalloutList": [
1846 { "Priority": "high", "Procedure": "power_overcurrent" }
1847 ]
1848 }
1849 ],
1850
1851 "Documentation": {
1852 "Description": "A power supply fault is potentially preventing the power supply from allowing the system to power on.",
1853 "Message": "Power supply PSKill_fault",
1854 "Notes": [
1855 ]
1856 }
1857 },
1858
1859 {
Jim Wright7f678902020-11-30 16:03:57 -06001860 "Name": "xyz.openbmc_project.Power.Error.Shutdown",
1861 "Subsystem": "power_sequencer",
1862 "ComponentID": "0x2700",
1863
1864 "SRC": {
1865 "Type": "11",
1866 "ReasonCode": "0x2600",
1867 "Words6To9": {}
1868 },
1869
1870 "Callouts": [
1871 {
1872 "CalloutList": [
1873 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1874 ]
1875 }
1876 ],
1877
1878 "Documentation": {
1879 "Description": "A power off was issued because a power fault was detected",
1880 "Message": "A power off was issued because a power fault was detected",
1881 "Notes": [
1882 ]
1883 }
1884 },
1885
1886 {
Ben Tyner0273a222021-07-12 15:18:13 -05001887 "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Regulator",
1888 "Subsystem": "power_control_hw",
Mike Capps2a2d0ae2022-03-16 18:09:00 -04001889 "Severity": "critical_system_term",
Ben Tyner0273a222021-07-12 15:18:13 -05001890 "ComponentID": "0x2700",
1891
1892 "SRC": {
1893 "Type": "11",
1894 "ReasonCode": "0x2602",
Mike Cappsa2d7b772022-03-07 15:47:48 -05001895 "Words6To9": {}
Ben Tyner0273a222021-07-12 15:18:13 -05001896 },
1897
1898 "Callouts": [
1899 {
1900 "System": "ibm,rainier",
1901 "CalloutList": [
1902 {
1903 "Priority": "high",
1904 "LocCode": "P0-C5"
1905 },
1906 {
1907 "Priority": "medium",
1908 "LocCode": "P0"
1909 }
1910 ]
1911 },
1912 {
1913 "System": "ibm,everest",
1914 "CalloutList": [
1915 {
1916 "Priority": "high",
1917 "LocCode": "P0-C59"
1918 },
1919 {
1920 "Priority": "medium",
1921 "LocCode": "P0"
1922 }
1923 ]
1924 }
1925 ],
1926
1927 "Documentation": {
1928 "Description": "A power off was issued because a regulator for standby power faulted",
1929 "Message": "A power off was issued because a regulator for standby power faulted",
1930 "Notes": [
1931 ]
1932 }
1933 },
1934
1935 {
Jim Wright7f678902020-11-30 16:03:57 -06001936 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerPGOODFault",
1937 "Subsystem": "power_sequencer",
1938 "ComponentID": "0x2700",
1939
1940 "SRC": {
1941 "Type": "11",
1942 "ReasonCode": "0x2610",
1943 "Words6To9": {}
1944 },
1945
1946 "CalloutsUsingAD": {
1947 "ADName": "INPUT_NAME", "CalloutsWithTheirADValues": [
1948 {
1949 "ADValue": "PCIE_SLOT0", "Callouts": [
1950 {
1951 "CalloutList": [
1952 { "Priority": "high", "LocCode": "P0-C0" },
1953 { "Priority": "medium", "LocCode": "P0" }
1954 ]
1955 }
1956 ]
1957 },
1958 {
1959 "ADValue": "PCIE_SLOT1", "Callouts": [
1960 {
1961 "CalloutList": [
1962 { "Priority": "high", "LocCode": "P0-C1" },
1963 { "Priority": "medium", "LocCode": "P0" }
1964 ]
1965 }
1966 ]
1967 },
1968 {
1969 "ADValue": "PCIE_SLOT2", "Callouts": [
1970 {
1971 "CalloutList": [
1972 { "Priority": "high", "LocCode": "P0-C2" },
1973 { "Priority": "medium", "LocCode": "P0" }
1974 ]
1975 }
1976 ]
1977 },
1978 {
1979 "ADValue": "PCIE_SLOT3", "Callouts": [
1980 {
1981 "CalloutList": [
1982 { "Priority": "high", "LocCode": "P0-C3" },
1983 { "Priority": "medium", "LocCode": "P0" }
1984 ]
1985 }
1986 ]
1987 },
1988 {
1989 "ADValue": "PCIE_SLOT4", "Callouts": [
1990 {
1991 "CalloutList": [
1992 { "Priority": "high", "LocCode": "P0-C4" },
1993 { "Priority": "medium", "LocCode": "P0" }
1994 ]
1995 }
1996 ]
1997 },
1998 {
Jim Wright2e4eb072022-02-03 14:43:46 -06001999 "ADValue": "PCIE_SLOT5", "Callouts": [
2000 {
2001 "CalloutList": [
2002 { "Priority": "high", "LocCode": "P0-C5" },
2003 { "Priority": "medium", "LocCode": "P0" }
2004 ]
2005 }
2006 ]
2007 },
2008 {
2009 "ADValue": "PCIE_SLOT6", "Callouts": [
2010 {
2011 "CalloutList": [
2012 { "Priority": "high", "LocCode": "P0-C6" },
2013 { "Priority": "medium", "LocCode": "P0" }
2014 ]
2015 }
2016 ]
2017 },
2018 {
Jim Wright7f678902020-11-30 16:03:57 -06002019 "ADValue": "PCIE_SLOT7", "Callouts": [
2020 {
2021 "CalloutList": [
2022 { "Priority": "high", "LocCode": "P0-C7" },
2023 { "Priority": "medium", "LocCode": "P0" }
2024 ]
2025 }
2026 ]
2027 },
2028 {
2029 "ADValue": "PCIE_SLOT8", "Callouts": [
2030 {
2031 "CalloutList": [
2032 { "Priority": "high", "LocCode": "P0-C8" },
2033 { "Priority": "medium", "LocCode": "P0" }
2034 ]
2035 }
2036 ]
2037 },
2038 {
2039 "ADValue": "PCIE_SLOT9", "Callouts": [
2040 {
2041 "CalloutList": [
2042 { "Priority": "high", "LocCode": "P0-C9" },
2043 { "Priority": "medium", "LocCode": "P0" }
2044 ]
2045 }
2046 ]
2047 },
2048 {
2049 "ADValue": "PCIE_SLOT10", "Callouts": [
2050 {
2051 "CalloutList": [
2052 { "Priority": "high", "LocCode": "P0-C10" },
2053 { "Priority": "medium", "LocCode": "P0" }
2054 ]
2055 }
2056 ]
2057 },
2058 {
2059 "ADValue": "PCIE_SLOT11", "Callouts": [
2060 {
2061 "CalloutList": [
2062 { "Priority": "high", "LocCode": "P0-C11" },
2063 { "Priority": "medium", "LocCode": "P0" }
2064 ]
2065 }
2066 ]
2067 },
2068 {
2069 "ADValue": "PGOOD_12A", "Callouts": [
2070 {
2071 "CalloutList": [
2072 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2073 ]
2074 }
2075 ]
2076 },
2077 {
2078 "ADValue": "PGOOD_12B", "Callouts": [
2079 {
2080 "CalloutList": [
2081 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2082 ]
2083 }
2084 ]
2085 },
2086 {
2087 "ADValue": "PGOOD_12C", "Callouts": [
2088 {
2089 "CalloutList": [
2090 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2091 ]
2092 }
2093 ]
2094 },
2095 {
2096 "ADValue": "PGOOD_12D", "Callouts": [
2097 {
2098 "CalloutList": [
2099 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2100 ]
2101 }
2102 ]
2103 },
2104 {
2105 "ADValue": "PGOOD_12L", "Callouts": [
2106 {
2107 "CalloutList": [
2108 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2109 ]
2110 }
2111 ]
2112 },
2113 {
2114 "ADValue": "PGOOD_12M", "Callouts": [
2115 {
2116 "CalloutList": [
2117 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2118 ]
2119 }
2120 ]
2121 },
2122 {
2123 "ADValue": "PGOOD_12N", "Callouts": [
2124 {
2125 "CalloutList": [
2126 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2127 ]
2128 }
2129 ]
2130 },
2131 {
2132 "ADValue": "PGOOD_12P", "Callouts": [
2133 {
2134 "CalloutList": [
2135 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2136 ]
2137 }
2138 ]
2139 },
2140 {
2141 "ADValue": "PGOOD_12PCIE", "Callouts": [
2142 {
2143 "CalloutList": [
2144 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2145 ]
2146 }
2147 ]
2148 },
2149 {
2150 "ADValue": "PGOOD_12Q", "Callouts": [
2151 {
2152 "CalloutList": [
2153 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2154 ]
2155 }
2156 ]
2157 },
2158 {
2159 "ADValue": "PGOOD_12R", "Callouts": [
2160 {
2161 "CalloutList": [
2162 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2163 ]
2164 }
2165 ]
2166 },
2167 {
2168 "ADValue": "PGOOD_VDN_DCM0", "Callouts": [
2169 {
2170 "CalloutList": [
2171 { "Priority": "high", "LocCode": "P0-C14" },
2172 { "Priority": "medium", "LocCode": "P0-C15" },
2173 { "Priority": "low", "LocCode": "P0" }
2174 ]
2175 }
2176 ]
2177 },
2178 {
2179 "ADValue": "PGOOD_VDN_DCM1", "Callouts": [
2180 {
2181 "CalloutList": [
2182 { "Priority": "high", "LocCode": "P0-C23" },
2183 { "Priority": "medium", "LocCode": "P0-C24" },
2184 { "Priority": "low", "LocCode": "P0" }
2185 ]
2186 }
2187 ]
2188 },
2189 {
2190 "ADValue": "PGOOD_VCS_DCM0", "Callouts": [
2191 {
2192 "CalloutList": [
2193 { "Priority": "high", "LocCode": "P0-C14" },
2194 { "Priority": "medium", "LocCode": "P0-C15" },
2195 { "Priority": "low", "LocCode": "P0" }
2196 ]
2197 }
2198 ]
2199 },
2200 {
2201 "ADValue": "PGOOD_VCS_DCM1", "Callouts": [
2202 {
2203 "CalloutList": [
2204 { "Priority": "high", "LocCode": "P0-C23" },
2205 { "Priority": "medium", "LocCode": "P0-C24" },
2206 { "Priority": "low", "LocCode": "P0" }
2207 ]
2208 }
2209 ]
2210 },
2211 {
2212 "ADValue": "PGOOD_VIO_DCM0", "Callouts": [
2213 {
2214 "CalloutList": [
2215 { "Priority": "high", "LocCode": "P0-C14" },
2216 { "Priority": "medium", "LocCode": "P0-C15" },
2217 { "Priority": "low", "LocCode": "P0" }
2218 ]
2219 }
2220 ]
2221 },
2222 {
2223 "ADValue": "PGOOD_VIO_DCM1", "Callouts": [
2224 {
2225 "CalloutList": [
2226 { "Priority": "high", "LocCode": "P0-C23" },
2227 { "Priority": "medium", "LocCode": "P0-C24" },
2228 { "Priority": "low", "LocCode": "P0" }
2229 ]
2230 }
2231 ]
2232 },
2233 {
2234 "ADValue": "PGOOD_VPCIE_DCM0", "Callouts": [
2235 {
2236 "CalloutList": [
2237 { "Priority": "high", "LocCode": "P0-C14" },
2238 { "Priority": "medium", "LocCode": "P0-C15" },
2239 { "Priority": "low", "LocCode": "P0" }
2240 ]
2241 }
2242 ]
2243 },
2244 {
2245 "ADValue": "PGOOD_VPCIE_DCM1", "Callouts": [
2246 {
2247 "CalloutList": [
2248 { "Priority": "high", "LocCode": "P0-C23" },
2249 { "Priority": "medium", "LocCode": "P0-C24" },
2250 { "Priority": "low", "LocCode": "P0" }
2251 ]
2252 }
2253 ]
Jim Wright2e4eb072022-02-03 14:43:46 -06002254 },
2255 {
2256 "ADValue": "CP0_VPCIE", "Callouts": [
2257 {
2258 "CalloutList": [
2259 { "Priority": "high", "LocCode": "P0-C58" },
Jim Wrightace33db2022-04-19 14:33:37 -05002260 { "Priority": "medium", "LocCode": "P0-C61" },
Jim Wright2e4eb072022-02-03 14:43:46 -06002261 { "Priority": "low", "LocCode": "P0" }
2262 ]
2263 }
2264 ]
2265 },
2266 {
2267 "ADValue": "CP1_VPCIE", "Callouts": [
2268 {
2269 "CalloutList": [
2270 { "Priority": "high", "LocCode": "P0-C16" },
Jim Wrightace33db2022-04-19 14:33:37 -05002271 { "Priority": "medium", "LocCode": "P0-C14" },
Jim Wright2e4eb072022-02-03 14:43:46 -06002272 { "Priority": "low", "LocCode": "P0" }
2273 ]
2274 }
2275 ]
2276 },
2277 {
2278 "ADValue": "CP2_VPCIE", "Callouts": [
2279 {
2280 "CalloutList": [
2281 { "Priority": "high", "LocCode": "P0-C16" },
Jim Wrightace33db2022-04-19 14:33:37 -05002282 { "Priority": "medium", "LocCode": "P0-C19" },
Jim Wright2e4eb072022-02-03 14:43:46 -06002283 { "Priority": "low", "LocCode": "P0" }
2284 ]
2285 }
2286 ]
2287 },
2288 {
2289 "ADValue": "CP3_VPCIE", "Callouts": [
2290 {
2291 "CalloutList": [
2292 { "Priority": "high", "LocCode": "P0-C58" },
2293 { "Priority": "medium", "LocCode": "P0-C56" },
2294 { "Priority": "low", "LocCode": "P0" }
2295 ]
2296 }
2297 ]
2298 },
2299 {
Jim Wrightace33db2022-04-19 14:33:37 -05002300 "ADValue": "5.0V_USB_front", "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002301 {
2302 "CalloutList": [
2303 { "Priority": "high", "SymbolicFRU": "usb_pgood" },
Jim Wrightace33db2022-04-19 14:33:37 -05002304 { "Priority": "low", "LocCode": "P1" },
2305 { "Priority": "low", "LocCode": "P0" }
Jim Wright2e4eb072022-02-03 14:43:46 -06002306 ]
2307 }
2308 ]
2309 },
2310 {
2311 "ADValue": "CP0_VDN", "Callouts": [
2312 {
2313 "CalloutList": [
2314 { "Priority": "high", "LocCode": "P0-C63" },
Jim Wrightace33db2022-04-19 14:33:37 -05002315 { "Priority": "medium", "LocCode": "P0-C61" },
Jim Wright2e4eb072022-02-03 14:43:46 -06002316 { "Priority": "low", "LocCode": "P0" }
2317 ]
2318 }
2319 ]
2320 },
2321 {
2322 "ADValue": "CP1_VDN", "Callouts": [
2323 {
2324 "CalloutList": [
2325 { "Priority": "high", "LocCode": "P0-C12" },
Jim Wrightace33db2022-04-19 14:33:37 -05002326 { "Priority": "medium", "LocCode": "P0-C14" },
Jim Wright2e4eb072022-02-03 14:43:46 -06002327 { "Priority": "low", "LocCode": "P0" }
2328 ]
2329 }
2330 ]
2331 },
2332 {
2333 "ADValue": "CP2_VDN", "Callouts": [
2334 {
2335 "CalloutList": [
2336 { "Priority": "high", "LocCode": "P0-C21" },
Jim Wrightace33db2022-04-19 14:33:37 -05002337 { "Priority": "medium", "LocCode": "P0-C19" },
Jim Wright2e4eb072022-02-03 14:43:46 -06002338 { "Priority": "low", "LocCode": "P0" }
2339 ]
2340 }
2341 ]
2342 },
2343 {
2344 "ADValue": "CP3_VDN", "Callouts": [
2345 {
2346 "CalloutList": [
2347 { "Priority": "high", "LocCode": "P0-C54" },
2348 { "Priority": "medium", "LocCode": "P0-C56" },
2349 { "Priority": "low", "LocCode": "P0" }
2350 ]
2351 }
2352 ]
2353 },
2354 {
2355 "ADValue": "CP0_VIO", "Callouts": [
2356 {
2357 "CalloutList": [
2358 { "Priority": "high", "LocCode": "P0-C63" },
Jim Wrightace33db2022-04-19 14:33:37 -05002359 { "Priority": "medium", "LocCode": "P0-C61" },
Jim Wright2e4eb072022-02-03 14:43:46 -06002360 { "Priority": "low", "LocCode": "P0" }
2361 ]
2362 }
2363 ]
2364 },
2365 {
2366 "ADValue": "CP1_VIO", "Callouts": [
2367 {
2368 "CalloutList": [
2369 { "Priority": "high", "LocCode": "P0-C12" },
Jim Wrightace33db2022-04-19 14:33:37 -05002370 { "Priority": "medium", "LocCode": "P0-C14" },
Jim Wright2e4eb072022-02-03 14:43:46 -06002371 { "Priority": "low", "LocCode": "P0" }
2372 ]
2373 }
2374 ]
2375 },
2376 {
2377 "ADValue": "CP2_VIO", "Callouts": [
2378 {
2379 "CalloutList": [
2380 { "Priority": "high", "LocCode": "P0-C21" },
Jim Wrightace33db2022-04-19 14:33:37 -05002381 { "Priority": "medium", "LocCode": "P0-C19" },
Jim Wright2e4eb072022-02-03 14:43:46 -06002382 { "Priority": "low", "LocCode": "P0" }
2383 ]
2384 }
2385 ]
2386 },
2387 {
2388 "ADValue": "CP3_VIO", "Callouts": [
2389 {
2390 "CalloutList": [
2391 { "Priority": "high", "LocCode": "P0-C54" },
2392 { "Priority": "medium", "LocCode": "P0-C56" },
2393 { "Priority": "low", "LocCode": "P0" }
2394 ]
2395 }
2396 ]
2397 },
2398 {
2399 "ADValue": "PGOOD_PSU1", "Callouts": [
2400 {
2401 "CalloutList": [
2402 { "Priority": "high", "LocCode": "E0" }
2403 ]
2404 }
2405 ]
2406 },
2407 {
2408 "ADValue": "PGOOD_PSU2", "Callouts": [
2409 {
2410 "CalloutList": [
2411 { "Priority": "high", "LocCode": "E1" }
2412 ]
2413 }
2414 ]
2415 },
2416 {
2417 "ADValue": "PGOOD_PSU3", "Callouts": [
2418 {
2419 "CalloutList": [
2420 { "Priority": "high", "LocCode": "E2" }
2421 ]
2422 }
2423 ]
2424 },
2425 {
2426 "ADValue": "PGOOD_PSU4", "Callouts": [
2427 {
2428 "CalloutList": [
2429 { "Priority": "high", "LocCode": "E3" }
2430 ]
2431 }
2432 ]
Jim Wright7f678902020-11-30 16:03:57 -06002433 }
2434 ]
2435 },
2436
2437 "Documentation": {
2438 "Description": "The power sequencer chip detected a PGOOD fault",
2439 "Message": "The power sequencer chip detected a PGOOD fault",
2440 "Notes": [
2441 ]
2442 }
2443 },
2444
2445 {
2446 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerVoltageFault",
2447 "Subsystem": "power_sequencer",
2448 "ComponentID": "0x2700",
2449
2450 "SRC": {
2451 "Type": "11",
2452 "ReasonCode": "0x2620",
2453 "Words6To9": {}
2454 },
2455
2456 "CalloutsUsingAD": {
2457 "ADName": "RAIL_NAME", "CalloutsWithTheirADValues": [
2458 {
2459 "ADValue": "12.0V", "Callouts": [
2460 {
2461 "CalloutList": [
2462 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2463 ]
2464 }
2465 ]
2466 },
2467 {
2468 "ADValue": "5.0V_USB", "Callouts": [
2469 {
2470 "CalloutList": [
2471 { "Priority": "high", "SymbolicFRU": "usb_pgood" },
2472 { "Priority": "medium", "LocCode": "P0" }
2473 ]
2474 }
2475 ]
2476 },
2477 {
2478 "ADValue": "5.0V_DASD", "Callouts": [
2479 {
2480 "CalloutList": [
2481 { "Priority": "medium", "LocCode": "P1" },
2482 { "Priority": "medium", "LocCode": "P2" },
Jim Wright7f678902020-11-30 16:03:57 -06002483 { "Priority": "low", "LocCode": "P0" }
2484 ]
2485 }
2486 ]
2487 },
2488 {
2489 "ADValue": "3.3VA", "Callouts": [
2490 {
2491 "CalloutList": [
2492 { "Priority": "high", "LocCode": "P0" }
2493 ]
2494 }
2495 ]
2496 },
2497 {
2498 "ADValue": "3.3VB", "Callouts": [
2499 {
2500 "CalloutList": [
2501 { "Priority": "high", "LocCode": "P0" }
2502 ]
2503 }
2504 ]
2505 },
2506 {
Jim Wright2e4eb072022-02-03 14:43:46 -06002507 "ADValue": "3V3IO", "Callouts": [
2508 {
2509 "CalloutList": [
Jim Wrightace33db2022-04-19 14:33:37 -05002510 { "Priority": "high", "LocCode": "P0-C17" },
2511 { "Priority": "medium", "LocCode": "P0-C96" },
2512 { "Priority": "medium", "LocCode": "P0-C0" },
2513 { "Priority": "medium", "SymbolicFRU": "pcie_hot_plug" },
2514 { "Priority": "low", "LocCode": "P0" }
Jim Wright2e4eb072022-02-03 14:43:46 -06002515 ]
2516 }
2517 ]
2518 },
2519 {
Jim Wright7f678902020-11-30 16:03:57 -06002520 "ADValue": "1.5V", "Callouts": [
2521 {
2522 "CalloutList": [
2523 { "Priority": "high", "LocCode": "P0" }
2524 ]
2525 }
2526 ]
2527 },
2528 {
2529 "ADValue": "1.1V", "Callouts": [
2530 {
2531 "CalloutList": [
2532 { "Priority": "high", "LocCode": "P0" }
2533 ]
2534 }
2535 ]
2536 },
2537 {
2538 "ADValue": "VDDA_DCM0", "Callouts": [
2539 {
2540 "CalloutList": [
2541 { "Priority": "high", "LocCode": "P0-C14" },
2542 { "Priority": "medium", "LocCode": "P0-C15" },
2543 { "Priority": "low", "LocCode": "P0" }
2544 ]
2545 }
2546 ]
2547 },
2548 {
2549 "ADValue": "VDDB_DCM0", "Callouts": [
2550 {
2551 "CalloutList": [
2552 { "Priority": "high", "LocCode": "P0-C14" },
2553 { "Priority": "medium", "LocCode": "P0-C15" },
2554 { "Priority": "low", "LocCode": "P0" }
2555 ]
2556 }
2557 ]
2558 },
2559 {
2560 "ADValue": "VDDA_DCM1", "Callouts": [
2561 {
2562 "CalloutList": [
2563 { "Priority": "high", "LocCode": "P0-C23" },
2564 { "Priority": "medium", "LocCode": "P0-C24" },
2565 { "Priority": "low", "LocCode": "P0" }
2566 ]
2567 }
2568 ]
2569 },
2570 {
2571 "ADValue": "VDDB_DCM1", "Callouts": [
2572 {
2573 "CalloutList": [
2574 { "Priority": "high", "LocCode": "P0-C23" },
2575 { "Priority": "medium", "LocCode": "P0-C24" },
2576 { "Priority": "low", "LocCode": "P0" }
2577 ]
2578 }
2579 ]
2580 },
2581 {
Jim Wright2e4eb072022-02-03 14:43:46 -06002582 "ADValue": "CP03_AVDD", "Callouts": [
2583 {
2584 "CalloutList": [
2585 { "Priority": "high", "LocCode": "P0-C58" },
Jim Wright2e4eb072022-02-03 14:43:46 -06002586 { "Priority": "medium", "LocCode": "P0-C61" },
Jim Wrightace33db2022-04-19 14:33:37 -05002587 { "Priority": "medium", "LocCode": "P0-C56" },
Jim Wright2e4eb072022-02-03 14:43:46 -06002588 { "Priority": "low", "LocCode": "P0" }
2589 ]
2590 }
2591 ]
2592 },
2593 {
2594 "ADValue": "CP12_AVDD", "Callouts": [
2595 {
2596 "CalloutList": [
2597 { "Priority": "high", "LocCode": "P0-C16" },
2598 { "Priority": "medium", "LocCode": "P0-C14" },
2599 { "Priority": "medium", "LocCode": "P0-C19" },
2600 { "Priority": "low", "LocCode": "P0" }
2601 ]
2602 }
2603 ]
2604 },
2605 {
2606 "ADValue": "CP0_VDD0", "Callouts": [
2607 {
2608 "CalloutList": [
2609 { "Priority": "high", "LocCode": "P0-C62" },
2610 { "Priority": "medium", "LocCode": "P0-C61" },
2611 { "Priority": "low", "LocCode": "P0" }
2612 ]
2613 }
2614 ]
2615 },
2616 {
2617 "ADValue": "CP0_VDD1", "Callouts": [
2618 {
2619 "CalloutList": [
2620 { "Priority": "high", "LocCode": "P0-C60" },
2621 { "Priority": "medium", "LocCode": "P0-C61" },
2622 { "Priority": "low", "LocCode": "P0" }
2623 ]
2624 }
2625 ]
2626 },
2627 {
2628 "ADValue": "CP1_VDD0", "Callouts": [
2629 {
2630 "CalloutList": [
2631 { "Priority": "high", "LocCode": "P0-C13" },
2632 { "Priority": "medium", "LocCode": "P0-C14" },
2633 { "Priority": "low", "LocCode": "P0" }
2634 ]
2635 }
2636 ]
2637 },
2638 {
2639 "ADValue": "CP1_VDD1", "Callouts": [
2640 {
2641 "CalloutList": [
2642 { "Priority": "high", "LocCode": "P0-C15" },
2643 { "Priority": "medium", "LocCode": "P0-C14" },
2644 { "Priority": "low", "LocCode": "P0" }
2645 ]
2646 }
2647 ]
2648 },
2649 {
2650 "ADValue": "CP2_VDD0", "Callouts": [
2651 {
2652 "CalloutList": [
2653 { "Priority": "high", "LocCode": "P0-C18" },
2654 { "Priority": "medium", "LocCode": "P0-C19" },
2655 { "Priority": "low", "LocCode": "P0" }
2656 ]
2657 }
2658 ]
2659 },
2660 {
2661 "ADValue": "CP2_VDD1", "Callouts": [
2662 {
2663 "CalloutList": [
2664 { "Priority": "high", "LocCode": "P0-C20" },
2665 { "Priority": "medium", "LocCode": "P0-C19" },
2666 { "Priority": "low", "LocCode": "P0" }
2667 ]
2668 }
2669 ]
2670 },
2671 {
2672 "ADValue": "CP3_VDD0", "Callouts": [
2673 {
2674 "CalloutList": [
2675 { "Priority": "high", "LocCode": "P0-C57" },
2676 { "Priority": "medium", "LocCode": "P0-C56" },
2677 { "Priority": "low", "LocCode": "P0" }
2678 ]
2679 }
2680 ]
2681 },
2682 {
2683 "ADValue": "CP3_VDD1", "Callouts": [
2684 {
2685 "CalloutList": [
2686 { "Priority": "high", "LocCode": "P0-C55" },
2687 { "Priority": "medium", "LocCode": "P0-C56" },
2688 { "Priority": "low", "LocCode": "P0" }
2689 ]
2690 }
2691 ]
2692 },
2693 {
2694 "ADValue": "CP0_VCS0", "Callouts": [
2695 {
2696 "CalloutList": [
2697 { "Priority": "high", "LocCode": "P0-C63" },
2698 { "Priority": "medium", "LocCode": "P0-C61" },
2699 { "Priority": "low", "LocCode": "P0" }
2700 ]
2701 }
2702 ]
2703 },
2704 {
2705 "ADValue": "CP0_VCS1", "Callouts": [
2706 {
2707 "CalloutList": [
2708 { "Priority": "high", "LocCode": "P0-C59" },
2709 { "Priority": "medium", "LocCode": "P0-C61" },
2710 { "Priority": "low", "LocCode": "P0" }
2711 ]
2712 }
2713 ]
2714 },
2715 {
2716 "ADValue": "CP1_VCS0", "Callouts": [
2717 {
2718 "CalloutList": [
2719 { "Priority": "high", "LocCode": "P0-C12" },
2720 { "Priority": "medium", "LocCode": "P0-C14" },
2721 { "Priority": "low", "LocCode": "P0" }
2722 ]
2723 }
2724 ]
2725 },
2726 {
2727 "ADValue": "CP1_VCS1", "Callouts": [
2728 {
2729 "CalloutList": [
2730 { "Priority": "high", "LocCode": "P0-C16" },
2731 { "Priority": "medium", "LocCode": "P0-C14" },
2732 { "Priority": "low", "LocCode": "P0" }
2733 ]
2734 }
2735 ]
2736 },
2737 {
2738 "ADValue": "CP2_VCS0", "Callouts": [
2739 {
2740 "CalloutList": [
2741 { "Priority": "high", "LocCode": "P0-C17" },
2742 { "Priority": "medium", "LocCode": "P0-C19" },
2743 { "Priority": "low", "LocCode": "P0" }
2744 ]
2745 }
2746 ]
2747 },
2748 {
2749 "ADValue": "CP2_VCS1", "Callouts": [
2750 {
2751 "CalloutList": [
2752 { "Priority": "high", "LocCode": "P0-C21" },
2753 { "Priority": "medium", "LocCode": "P0-C19" },
2754 { "Priority": "low", "LocCode": "P0" }
2755 ]
2756 }
2757 ]
2758 },
2759 {
2760 "ADValue": "CP3_VCS0", "Callouts": [
2761 {
2762 "CalloutList": [
2763 { "Priority": "high", "LocCode": "P0-C58" },
2764 { "Priority": "medium", "LocCode": "P0-C56" },
2765 { "Priority": "low", "LocCode": "P0" }
2766 ]
2767 }
2768 ]
2769 },
2770 {
2771 "ADValue": "CP3_VCS1", "Callouts": [
2772 {
2773 "CalloutList": [
2774 { "Priority": "high", "LocCode": "P0-C54" },
2775 { "Priority": "medium", "LocCode": "P0-C56" },
2776 { "Priority": "low", "LocCode": "P0" }
2777 ]
2778 }
2779 ]
2780 },
2781 {
Jim Wrightae1738c2022-05-02 09:57:45 -05002782 "ADValue": "CP0_VDN", "Callouts": [
2783 {
2784 "CalloutList": [
2785 { "Priority": "high", "LocCode": "P0-C63" },
2786 { "Priority": "medium", "LocCode": "P0-C61" },
2787 { "Priority": "low", "LocCode": "P0" }
2788 ]
2789 }
2790 ]
2791 },
2792 {
2793 "ADValue": "CP1_VDN", "Callouts": [
2794 {
2795 "CalloutList": [
2796 { "Priority": "high", "LocCode": "P0-C12" },
2797 { "Priority": "medium", "LocCode": "P0-C14" },
2798 { "Priority": "low", "LocCode": "P0" }
2799 ]
2800 }
2801 ]
2802 },
2803 {
2804 "ADValue": "CP2_VDN", "Callouts": [
2805 {
2806 "CalloutList": [
2807 { "Priority": "high", "LocCode": "P0-C21" },
2808 { "Priority": "medium", "LocCode": "P0-C19" },
2809 { "Priority": "low", "LocCode": "P0" }
2810 ]
2811 }
2812 ]
2813 },
2814 {
2815 "ADValue": "CP3_VDN", "Callouts": [
2816 {
2817 "CalloutList": [
2818 { "Priority": "high", "LocCode": "P0-C54" },
2819 { "Priority": "medium", "LocCode": "P0-C56" },
2820 { "Priority": "low", "LocCode": "P0" }
2821 ]
2822 }
2823 ]
2824 },
2825 {
2826 "ADValue": "CP0_VIO", "Callouts": [
2827 {
2828 "CalloutList": [
2829 { "Priority": "high", "LocCode": "P0-C63" },
2830 { "Priority": "medium", "LocCode": "P0-C61" },
2831 { "Priority": "low", "LocCode": "P0" }
2832 ]
2833 }
2834 ]
2835 },
2836 {
2837 "ADValue": "CP1_VIO", "Callouts": [
2838 {
2839 "CalloutList": [
2840 { "Priority": "high", "LocCode": "P0-C12" },
2841 { "Priority": "medium", "LocCode": "P0-C14" },
2842 { "Priority": "low", "LocCode": "P0" }
2843 ]
2844 }
2845 ]
2846 },
2847 {
2848 "ADValue": "CP2_VIO", "Callouts": [
2849 {
2850 "CalloutList": [
2851 { "Priority": "high", "LocCode": "P0-C21" },
2852 { "Priority": "medium", "LocCode": "P0-C19" },
2853 { "Priority": "low", "LocCode": "P0" }
2854 ]
2855 }
2856 ]
2857 },
2858 {
2859 "ADValue": "CP3_VIO", "Callouts": [
2860 {
2861 "CalloutList": [
2862 { "Priority": "high", "LocCode": "P0-C54" },
2863 { "Priority": "medium", "LocCode": "P0-C56" },
2864 { "Priority": "low", "LocCode": "P0" }
2865 ]
2866 }
2867 ]
2868 },
2869 {
2870 "ADValue": "CP0_VPCIE", "Callouts": [
2871 {
2872 "CalloutList": [
2873 { "Priority": "high", "LocCode": "P0-C58" },
2874 { "Priority": "medium", "LocCode": "P0-C61" },
2875 { "Priority": "low", "LocCode": "P0" }
2876 ]
2877 }
2878 ]
2879 },
2880 {
2881 "ADValue": "CP1_VPCIE", "Callouts": [
2882 {
2883 "CalloutList": [
2884 { "Priority": "high", "LocCode": "P0-C16" },
2885 { "Priority": "medium", "LocCode": "P0-C14" },
2886 { "Priority": "low", "LocCode": "P0" }
2887 ]
2888 }
2889 ]
2890 },
2891 {
2892 "ADValue": "CP2_VPCIE", "Callouts": [
2893 {
2894 "CalloutList": [
2895 { "Priority": "high", "LocCode": "P0-C16" },
2896 { "Priority": "medium", "LocCode": "P0-C19" },
2897 { "Priority": "low", "LocCode": "P0" }
2898 ]
2899 }
2900 ]
2901 },
2902 {
2903 "ADValue": "CP3_VPCIE", "Callouts": [
2904 {
2905 "CalloutList": [
2906 { "Priority": "high", "LocCode": "P0-C58" },
2907 { "Priority": "medium", "LocCode": "P0-C56" },
2908 { "Priority": "low", "LocCode": "P0" }
2909 ]
2910 }
2911 ]
2912 },
2913 {
Jim Wright7f678902020-11-30 16:03:57 -06002914 "ADValue": "12.0VCS", "Callouts": [
2915 {
2916 "CalloutList": [
2917 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2918 ]
2919 }
2920 ]
2921 },
2922 {
2923 "ADValue": "3.3VCS", "Callouts": [
2924 {
2925 "CalloutList": [
2926 { "Priority": "high", "LocCode": "P0" }
2927 ]
2928 }
2929 ]
2930 },
2931 {
2932 "ADValue": "1.1V_Current", "Callouts": [
2933 {
2934 "CalloutList": [
2935 { "Priority": "high", "LocCode": "P0" }
2936 ]
2937 }
2938 ]
2939 },
2940 {
2941 "ADValue": "5.0V_USB_Current", "Callouts": [
2942 {
2943 "CalloutList": [
2944 { "Priority": "high", "SymbolicFRU": "usb_pgood" },
2945 { "Priority": "medium", "LocCode": "P0" }
2946 ]
2947 }
2948 ]
2949 },
2950 {
2951 "ADValue": "5.0V_DASD_Current", "Callouts": [
2952 {
2953 "CalloutList": [
2954 { "Priority": "medium", "LocCode": "P1" },
2955 { "Priority": "medium", "LocCode": "P2" },
Jim Wright7f678902020-11-30 16:03:57 -06002956 { "Priority": "low", "LocCode": "P0" }
2957 ]
2958 }
2959 ]
2960 },
2961 {
2962 "ADValue": "12.0VN", "Callouts": [
2963 {
2964 "CalloutList": [
2965 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2966 ]
2967 }
2968 ]
2969 },
2970 {
2971 "ADValue": "12.0VP", "Callouts": [
2972 {
2973 "CalloutList": [
2974 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2975 ]
2976 }
2977 ]
2978 },
2979 {
2980 "ADValue": "12.0VQ", "Callouts": [
2981 {
2982 "CalloutList": [
2983 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2984 ]
2985 }
2986 ]
2987 },
2988 {
2989 "ADValue": "12.0VR", "Callouts": [
2990 {
2991 "CalloutList": [
2992 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2993 ]
2994 }
2995 ]
2996 },
2997 {
2998 "ADValue": "ThermalDiode1", "Callouts": [
2999 {
3000 "CalloutList": [
3001 { "Priority": "high", "LocCode": "P0" }
3002 ]
3003 }
3004 ]
3005 },
3006 {
3007 "ADValue": "ThermalDiode2", "Callouts": [
3008 {
3009 "CalloutList": [
3010 { "Priority": "high", "LocCode": "P0" }
3011 ]
3012 }
3013 ]
3014 },
3015 {
3016 "ADValue": "ThermalDiode3", "Callouts": [
3017 {
3018 "CalloutList": [
3019 { "Priority": "high", "LocCode": "P0" }
3020 ]
3021 }
3022 ]
3023 },
3024 {
3025 "ADValue": "ThermalDiode4", "Callouts": [
3026 {
3027 "CalloutList": [
3028 { "Priority": "high", "LocCode": "P0" }
3029 ]
3030 }
3031 ]
Jim Wrightae1738c2022-05-02 09:57:45 -05003032 },
3033 {
3034 "ADValue": "VDN_DCM0", "Callouts": [
3035 {
3036 "CalloutList": [
3037 { "Priority": "high", "LocCode": "P0-C14" },
3038 { "Priority": "medium", "LocCode": "P0-C15" },
3039 { "Priority": "low", "LocCode": "P0" }
3040 ]
3041 }
3042 ]
3043 },
3044 {
3045 "ADValue": "VDN_DCM1", "Callouts": [
3046 {
3047 "CalloutList": [
3048 { "Priority": "high", "LocCode": "P0-C23" },
3049 { "Priority": "medium", "LocCode": "P0-C24" },
3050 { "Priority": "low", "LocCode": "P0" }
3051 ]
3052 }
3053 ]
3054 },
3055 {
3056 "ADValue": "VCS_DCM0", "Callouts": [
3057 {
3058 "CalloutList": [
3059 { "Priority": "high", "LocCode": "P0-C14" },
3060 { "Priority": "medium", "LocCode": "P0-C15" },
3061 { "Priority": "low", "LocCode": "P0" }
3062 ]
3063 }
3064 ]
3065 },
3066 {
3067 "ADValue": "VCS_DCM1", "Callouts": [
3068 {
3069 "CalloutList": [
3070 { "Priority": "high", "LocCode": "P0-C23" },
3071 { "Priority": "medium", "LocCode": "P0-C24" },
3072 { "Priority": "low", "LocCode": "P0" }
3073 ]
3074 }
3075 ]
3076 },
3077 {
3078 "ADValue": "VIO_DCM0", "Callouts": [
3079 {
3080 "CalloutList": [
3081 { "Priority": "high", "LocCode": "P0-C14" },
3082 { "Priority": "medium", "LocCode": "P0-C15" },
3083 { "Priority": "low", "LocCode": "P0" }
3084 ]
3085 }
3086 ]
3087 },
3088 {
3089 "ADValue": "VIO_DCM1", "Callouts": [
3090 {
3091 "CalloutList": [
3092 { "Priority": "high", "LocCode": "P0-C23" },
3093 { "Priority": "medium", "LocCode": "P0-C24" },
3094 { "Priority": "low", "LocCode": "P0" }
3095 ]
3096 }
3097 ]
3098 },
3099 {
3100 "ADValue": "VPCIE_DCM0", "Callouts": [
3101 {
3102 "CalloutList": [
3103 { "Priority": "high", "LocCode": "P0-C14" },
3104 { "Priority": "medium", "LocCode": "P0-C15" },
3105 { "Priority": "low", "LocCode": "P0" }
3106 ]
3107 }
3108 ]
3109 },
3110 {
3111 "ADValue": "VPCIE_DCM1", "Callouts": [
3112 {
3113 "CalloutList": [
3114 { "Priority": "high", "LocCode": "P0-C23" },
3115 { "Priority": "medium", "LocCode": "P0-C24" },
3116 { "Priority": "low", "LocCode": "P0" }
3117 ]
3118 }
3119 ]
Jim Wright7f678902020-11-30 16:03:57 -06003120 }
3121 ]
3122 },
3123
3124 "Documentation": {
3125 "Description": "The power sequencer chip detected a voltage fault",
3126 "Message": "The power sequencer chip detected a voltage fault",
3127 "Notes": [
3128 ]
3129 }
3130 },
3131
3132 {
Shawn McCarney7f1ec942021-07-28 13:33:34 -05003133 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.N",
3134 "Subsystem": "power",
3135 "Severity": "predictive_redundancy_loss",
3136 "ComponentID": "0x2700",
3137
3138 "SRC": {
3139 "Type": "11",
3140 "ReasonCode": "0x2700",
3141 "Words6To9": {}
3142 },
3143
3144 "Documentation": {
3145 "Description": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
3146 "Message": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
3147 "Notes": [
3148 "CALLOUT_INVENTORY_PATH should be specified in the ",
3149 "AdditionalData property of the event log so that ",
3150 "the device is called out but not the communication path."
3151 ]
3152 }
3153 },
3154
3155 {
3156 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.NPlus1",
3157 "Subsystem": "power",
3158 "Severity": "non_error",
3159 "MfgSeverity": "predictive_redundancy_loss",
3160 "ActionFlags": ["report"],
3161 "MfgActionFlags": ["service_action", "report", "call_home"],
3162 "ComponentID": "0x2700",
3163
3164 "SRC": {
3165 "Type": "11",
3166 "ReasonCode": "0x2701",
3167 "Words6To9": {}
3168 },
3169
3170 "Documentation": {
3171 "Description": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
3172 "Message": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
3173 "Notes": [
3174 "CALLOUT_INVENTORY_PATH should be specified in the ",
3175 "AdditionalData property of the event log so that ",
3176 "the device is called out but not the communication path."
3177 ]
3178 }
3179 },
3180
3181 {
Shawn McCarney01648f52020-06-25 11:42:02 -05003182 "Name": "xyz.openbmc_project.Power.Regulators.Error.WriteVerification",
3183 "Subsystem": "power",
3184 "ComponentID": "0x2700",
3185
3186 "SRC": {
3187 "Type": "11",
3188 "ReasonCode": "0x2900",
3189 "Words6To9": {}
3190 },
3191
3192 "Documentation": {
3193 "Description": "A write verification error occurred on a device",
3194 "Message": "A write verification error occurred on a device",
3195 "Notes": [
3196 "This error occurs when a device register is written, ",
3197 "read back, and the two values do not match. This is ",
3198 "also called a read-back error. The device should be ",
3199 "identified using the CALLOUT_DEVICE_PATH or ",
3200 "CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR keywords in the ",
3201 "AdditionalData property of the event log. This will ",
3202 "cause the device and the hardware in the communication ",
3203 "path to be called out."
3204 ]
3205 }
3206 },
3207
3208 {
Shawn McCarneye4022182022-01-31 19:09:01 -06003209 "Name": "xyz.openbmc_project.Power.UPS.Error.Battery.Discharging",
3210 "Subsystem": "power",
3211 "Severity": "non_error",
3212 "ActionFlags": ["report"],
3213 "ComponentID": "0x2700",
3214
3215 "SRC": {
3216 "Type": "11",
3217 "ReasonCode": "0x4201",
3218 "Words6To9": {}
3219 },
3220
3221 "Documentation": {
3222 "Description": "The Uninterruptible Power Supply (UPS) battery is discharging and providing power to the system due to a utility failure",
3223 "Message": "The Uninterruptible Power Supply (UPS) battery is discharging and providing power to the system due to a utility failure",
3224 "Notes": [
3225 ]
3226 }
3227 },
3228
3229 {
3230 "Name": "xyz.openbmc_project.Power.UPS.Error.Battery.Low",
3231 "Subsystem": "power",
3232 "Severity": "non_error",
3233 "ActionFlags": ["report"],
3234 "ComponentID": "0x2700",
3235
3236 "SRC": {
3237 "Type": "11",
3238 "ReasonCode": "0x4203",
3239 "Words6To9": {}
3240 },
3241
3242 "Documentation": {
3243 "Description": "The Uninterruptible Power Supply (UPS) battery level is low",
3244 "Message": "The Uninterruptible Power Supply (UPS) battery level is low",
3245 "Notes": [
3246 ]
3247 }
3248 },
3249
3250 {
Shawn McCarney01648f52020-06-25 11:42:02 -05003251 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile",
3252 "Subsystem": "power",
3253 "ComponentID": "0x2700",
3254
3255 "SRC": {
3256 "Type": "11",
3257 "ReasonCode": "0xA013",
3258 "Words6To9": {}
3259 },
3260
3261 "Callouts": [
3262 {
3263 "CalloutList": [
3264 { "Priority": "high", "Procedure": "bmc_code" }
3265 ]
3266 }
3267 ],
3268
3269 "Documentation": {
3270 "Description": "A regulators configuration file error occurred",
3271 "Message": "A regulators configuration file error occurred",
3272 "Notes": [
3273 "The regulators configuration file could not be found, ",
3274 "could not be read, or had invalid contents."
3275 ]
3276 }
3277 },
3278
3279 {
Shawn McCarney82e31d82021-02-19 16:25:55 -06003280 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile.Critical",
3281 "Subsystem": "power",
3282 "Severity": "critical_system_term",
3283 "ComponentID": "0x2700",
3284
3285 "SRC": {
3286 "Type": "11",
3287 "ReasonCode": "0xA014",
Mike Cappsa2d7b772022-03-07 15:47:48 -05003288 "Words6To9": {}
Shawn McCarney82e31d82021-02-19 16:25:55 -06003289 },
3290
3291 "Callouts": [
3292 {
3293 "CalloutList": [
3294 { "Priority": "high", "Procedure": "bmc_code" }
3295 ]
3296 }
3297 ],
3298
3299 "Documentation": {
3300 "Description": "A critical regulators configuration file error occurred",
3301 "Message": "A critical regulators configuration file error occurred",
3302 "Notes": [
3303 "The regulators configuration file could not be found, ",
3304 "could not be read, or had invalid contents. As a result ",
3305 "voltage regulators could not be configured, and the ",
3306 "chassis could not be powered on."
3307 ]
3308 }
3309 },
3310
3311 {
Jim Wright7f678902020-11-30 16:03:57 -06003312 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerFault",
3313 "Subsystem": "power_sequencer",
3314 "ComponentID": "0x2700",
3315
3316 "SRC": {
3317 "Type": "11",
3318 "ReasonCode": "0xD000",
3319 "Words6To9": {}
3320 },
3321
3322 "Callouts": [
3323 {
3324 "CalloutList": [
3325 { "Priority": "high", "LocCode": "P0" }
3326 ]
3327 }
3328 ],
3329
3330 "Documentation": {
3331 "Description": "The power sequencer chip detected a fault",
3332 "Message": "The power sequencer chip detected a fault",
3333 "Notes": [
3334 ]
3335 }
3336 },
3337
3338 {
Jim Wrightc1ba04f2021-11-12 15:31:32 -06003339 "Name": "xyz.openbmc_project.Power.Error.PowerOnTimeout",
Jim Wright7f678902020-11-30 16:03:57 -06003340 "Subsystem": "power_sequencer",
3341 "ComponentID": "0x2700",
Jim Wrightc1ba04f2021-11-12 15:31:32 -06003342 "Severity": "critical",
Jim Wright7f678902020-11-30 16:03:57 -06003343
3344 "SRC": {
3345 "Type": "11",
3346 "ReasonCode": "0xD002",
3347 "Words6To9": {}
3348 },
3349
3350 "Callouts": [
3351 {
3352 "CalloutList": [
3353 { "Priority": "high", "LocCode": "P0" }
3354 ]
3355 }
3356 ],
3357
3358 "Documentation": {
Jim Wrightc1ba04f2021-11-12 15:31:32 -06003359 "Description": "System power failed to turn on within timeout period",
3360 "Message": "System power failed to turn on within timeout period",
3361 "Notes": [
3362 ]
3363 }
3364 },
3365
3366 {
3367 "Name": "xyz.openbmc_project.Power.Error.PowerOffTimeout",
3368 "Subsystem": "power_sequencer",
3369 "ComponentID": "0x2700",
3370 "Severity": "critical",
3371
3372 "SRC": {
3373 "Type": "11",
3374 "ReasonCode": "0xD008",
3375 "Words6To9": {}
3376 },
3377
3378 "Callouts": [
3379 {
3380 "CalloutList": [
3381 { "Priority": "high", "LocCode": "P0" }
3382 ]
3383 }
3384 ],
3385
3386 "Documentation": {
3387 "Description": "System power failed to turn off within timeout period",
3388 "Message": "System power failed to turn off within timeout period",
Jim Wright7f678902020-11-30 16:03:57 -06003389 "Notes": [
3390 ]
3391 }
3392 },
3393
3394 {
Shawn McCarney01648f52020-06-25 11:42:02 -05003395 "Name": "xyz.openbmc_project.Power.Error.Internal",
3396 "Subsystem": "power",
3397 "ComponentID": "0x2700",
3398
3399 "SRC": {
3400 "Type": "11",
3401 "ReasonCode": "0xE000",
3402 "Words6To9": {}
3403 },
3404
3405 "Callouts": [
3406 {
3407 "CalloutList": [
3408 { "Priority": "high", "Procedure": "bmc_code" }
3409 ]
3410 }
3411 ],
3412
3413 "Documentation": {
3414 "Description": "An internal firmware error occurred",
3415 "Message": "An internal firmware error occurred",
3416 "Notes": [
3417 "The error details must be provided in the AdditionalData ",
3418 "property of the event log."
3419 ]
3420 }
3421 },
3422
3423 {
3424 "Name": "xyz.openbmc_project.Power.Error.I2C",
3425 "Subsystem": "cec_i2c",
3426 "ComponentID": "0x2700",
3427
3428 "SRC": {
3429 "Type": "11",
3430 "ReasonCode": "0xE100",
3431 "Words6To9": {}
3432 },
3433
3434 "Documentation": {
3435 "Description": "An I2C error occurred communicating with a device",
3436 "Message": "An I2C error occurred communicating with a device",
3437 "Notes": [
3438 "The device should be identified using the ",
3439 "CALLOUT_DEVICE_PATH or CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR ",
3440 "keywords in the AdditionalData property of the event ",
3441 "log. This will cause the device and the hardware in the ",
3442 "communication path to be called out."
3443 ]
3444 }
3445 },
3446
3447 {
3448 "Name": "xyz.openbmc_project.Power.Error.PMBus",
3449 "Subsystem": "power",
3450 "ComponentID": "0x2700",
3451
3452 "SRC": {
3453 "Type": "11",
3454 "ReasonCode": "0xE200",
3455 "Words6To9": {}
3456 },
3457
3458 "Documentation": {
3459 "Description": "A PMBus error occurred on a device",
3460 "Message": "A PMBus error occurred on a device",
3461 "Notes": [
3462 "This error occurs when the I2C communication was ",
3463 "successful, but the PMBus value read is invalid or ",
3464 "unsupported. CALLOUT_INVENTORY_PATH should be specified ",
3465 "in the AdditionalData property of the event log so that ",
3466 "the device is called out but not the communication path."
3467 ]
3468 }
3469 },
3470
3471 {
3472 "Name": "xyz.openbmc_project.Power.Error.DBus",
3473 "Subsystem": "power",
3474 "ComponentID": "0x2700",
3475
3476 "SRC": {
3477 "Type": "11",
3478 "ReasonCode": "0xE300",
3479 "Words6To9": {}
3480 },
3481
3482 "Callouts": [
3483 {
3484 "CalloutList": [
3485 { "Priority": "high", "Procedure": "bmc_code" }
3486 ]
3487 }
3488 ],
3489
3490 "Documentation": {
3491 "Description": "A firmware inter-process communication (D-Bus) error occurred",
3492 "Message": "A firmware inter-process communication (D-Bus) error occurred"
3493 }
Matt Spinler60d1c392020-09-23 15:23:24 -05003494 },
3495
3496 {
Matt Spinler7c9c07e2020-10-22 10:16:37 -05003497 "Name": "xyz.openbmc_project.Fan.Error.Fault",
3498 "Subsystem": "power_fans",
3499 "ComponentID": "0x2800",
3500
3501 "SRC": {
3502 "Type": "11",
3503 "ReasonCode": "0x76F0",
3504 "Words6To9": {}
3505 },
3506
3507 "Documentation": {
3508 "Description": "Fan rotor fault",
3509 "Message": "Fan rotor fault",
3510 "Notes": [
3511 "This error occurs when a fan rotor has been faulted for a ",
3512 "certain amount of time. The callout is the fan which is ",
3513 "passed in with CALLOUT_INVENTORY_PATH. The severity is ",
3514 "passed in during creation and will be either informational ",
3515 "or unrecoverable. The action flags use the defaults and ",
3516 "vary based on the severity."
3517 ]
3518 }
3519 },
3520
3521 {
Matt Spinler60d1c392020-09-23 15:23:24 -05003522 "Name": "xyz.openbmc_project.Fan.Error.Missing",
3523 "Subsystem": "power_fans",
3524 "ComponentID": "0x2800",
3525 "Severity": "unrecoverable_redundancy_loss",
3526 "ActionFlags": ["service_action", "report", "call_home"],
3527
3528 "SRC": {
3529 "Type": "11",
3530 "ReasonCode": "0x76F1",
3531 "Words6To9": {}
3532 },
3533
3534 "Callouts": [
3535 {
Matt Spinler938ac792021-05-12 10:46:44 -05003536 "System": "ibm,rainier",
Matt Spinler60d1c392020-09-23 15:23:24 -05003537 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -05003538 {
3539 "Priority": "high",
3540 "SymbolicFRUTrusted": "air_mover",
3541 "UseInventoryLocCode": true
3542 },
3543 {
3544 "Priority": "low",
3545 "LocCode": "P0"
3546 }
Matt Spinler60d1c392020-09-23 15:23:24 -05003547 ]
Matt Spinler938ac792021-05-12 10:46:44 -05003548 },
3549 {
3550 "System": "ibm,everest",
3551 "CalloutList": [
3552 {
3553 "Priority": "high",
3554 "SymbolicFRUTrusted": "air_mover",
3555 "UseInventoryLocCode": true
3556 },
3557 {
3558 "Priority": "low",
3559 "LocCode": "P1"
3560 }
3561 ]
Matt Spinler60d1c392020-09-23 15:23:24 -05003562 }
3563 ],
3564
3565 "Documentation": {
3566 "Description": "A fan is missing",
3567 "Message": "A fan is missing",
3568 "Notes": [
3569 "This error occurs when a fan has been missing for a ",
Matt Spinler80600192020-10-23 09:29:33 -05003570 "certain amount of time. The first callout is the ",
3571 "symbolic FRU AIR_MOVR that has the trusted fan location ",
3572 "code, which it gets using the passed in ",
3573 "CALLOUT_INVENTORY_PATH. The second callout is the FRU ",
Matt Spinler938ac792021-05-12 10:46:44 -05003574 "where the controller and GPIO expander are."
Matt Spinler60d1c392020-09-23 15:23:24 -05003575 ]
3576 }
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05003577 },
3578
3579 {
Matt Spinleradf070b2021-04-21 13:39:45 -05003580 "Name": "xyz.openbmc_project.Fan.Presence.Error.Detection",
3581 "ComponentID": "0x2800",
3582 "Subsystem": "power_fans",
3583 "Severity": "non_error",
3584 "ActionFlags": ["report"],
3585 "MfgSeverity": "predictive",
3586 "MfgActionFlags": ["service_action", "report"],
3587
3588 "SRC": {
3589 "Type": "11",
3590 "ReasonCode": "0x76F2",
3591 "Words6To9": {}
3592 },
3593
3594 "Callouts": [
3595 {
3596 "System": "ibm,rainier",
3597 "CalloutList": [
3598 {"Priority": "medium", "LocCode": "P0"}
3599 ]
3600 },
3601 {
3602 "System": "ibm,everest",
3603 "CalloutList": [
3604 {"Priority": "medium", "LocCode": "P1"}
3605 ]
3606 }
3607 ],
3608
3609 "Documentation": {
3610 "Description": "Presence detect methods for the same fan disagree",
3611 "Message": "Presence detect methods for the same fan disagree",
3612 "Notes": [
3613 "This error occurs when there is more than one way to detect",
3614 "fan presence, and they don't all agree. For example, the",
3615 "GPIO says a fan isn't present, but the tach readings are",
3616 "nonzero. This is informational, unless in manufacturing.",
3617 "The fan FRU is passed in as a high priority callout.",
3618 "The FRU the GPIO source is on is called out medium."
3619 ]
3620 }
3621 },
3622
3623 {
Matt Spinlerdde99202021-06-14 12:15:59 -06003624 "Name": "xyz.openbmc_project.Fan.Error.FanControllerOffline",
3625 "ComponentID": "0x2800",
3626 "Subsystem": "power_fans",
3627 "Severity": "critical_system_term",
3628 "ActionFlags": ["service_action", "report", "call_home"],
3629
3630 "SRC": {
3631 "Type": "11",
3632 "ReasonCode": "0x76F3",
Mike Cappsa2d7b772022-03-07 15:47:48 -05003633 "Words6To9": {}
Matt Spinlerdde99202021-06-14 12:15:59 -06003634 },
3635
3636 "Callouts": [
3637 {
3638 "System": "ibm,rainier",
3639 "CalloutList": [
3640 {"Priority": "high", "LocCode": "P0-C5"},
3641 {"Priority": "medium_group_a", "LocCode": "P0-T12", "SymbolicFRUTrusted": "fan_cable"},
3642 {"Priority": "medium_group_a", "LocCode": "P0-T17", "SymbolicFRUTrusted": "cable_continued"},
3643 {"Priority": "low", "LocCode": "P0"}
3644 ]
3645 },
3646 {
3647 "System": "ibm,everest",
3648 "CalloutList": [
3649 {"Priority": "high", "LocCode": "P0-C0"},
3650 {"Priority": "medium", "LocCode": "P1"},
3651 {"Priority": "low", "LocCode": "P0"}
3652 ]
3653 }
3654 ],
3655
3656 "Documentation": {
3657 "Description": "The fan controller device is offline",
3658 "Message": "The fan controller is offline. The system must be powered off.",
3659 "Notes": [
3660 "The device that controls the fans is offline so the fan",
3661 "targets and speeds are unknown. The system will be shut",
3662 "down to preserve thermal safety. There may be an I2C",
3663 "or power problem with the device."
3664 ]
3665 }
3666 },
3667
3668 {
Mike Cappsabc276e2021-06-18 16:41:30 -04003669 "Name": "xyz.openbmc_project.Fan.Presence.Error.GPIODeviceUnavailable",
3670 "Subsystem": "power_fans",
3671 "ComponentID": "0x2800",
3672 "Severity": "unrecoverable_redundancy_loss",
3673 "ActionFlags": ["service_action", "report", "call_home"],
3674
3675 "SRC": {
3676 "Type": "11",
3677 "ReasonCode": "0x76F4",
3678 "Words6To9": {}
3679 },
3680
3681 "Callouts": [
3682 {
3683 "System" : "ibm,rainier",
3684 "CalloutList": [
3685 {"Priority": "high", "LocCode": "P0-C5"},
3686 {"Priority": "medium_group_a", "LocCode": "P0-T12","SymbolicFRUTrusted": "fan_cable"},
3687 {"Priority": "medium_group_a", "LocCode": "P0-T17","SymbolicFRUTrusted": "cable_continued"},
3688 {"Priority": "low", "LocCode": "P0"}
3689 ]
3690 },
3691 {
3692 "System" : "ibm,everest",
3693 "CalloutList": [
3694 {"Priority": "high", "LocCode": "P0-C0"},
3695 {"Priority": "medium", "LocCode": "P1"},
3696 {"Priority": "low", "LocCode": "P0"}
3697 ]
3698 }
3699 ],
3700
3701 "Documentation": {
3702 "Description": "Fan GPIO sensors not present",
3703 "Message": "Fan GPIO sensors not present",
3704 "Notes": [
3705 "The device that reports fan presence is not functioning."
3706 ]
3707 }
3708 },
3709
3710 {
Matt Spinler86e40dd2021-01-29 11:19:36 -06003711 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHigh",
3712 "Subsystem": "power",
3713 "ComponentID": "0x2800",
3714 "Severity": "predictive",
3715 "ActionFlags": ["service_action", "report"],
3716
3717 "SRC": {
3718 "ReasonCode": "0x2801",
3719 "Words6To9": {}
3720 },
3721
3722 "CalloutsUsingAD": {
3723 "ADName": "SENSOR_NAME",
3724 "CalloutsWithTheirADValues": [
3725 {
3726 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
3727 "Callouts": [
3728 {
3729 "CalloutList": [
3730 { "Priority": "high", "SymbolicFRU": "ambient_temp" }
3731 ]
3732 }
3733 ]
3734 }
3735 ]
3736 },
3737
3738 "Documentation": {
3739 "Description": "A temperature sensor exceeded its performance loss threshold.",
3740 "Message": "A temperature sensor exceeded its performance loss threshold.",
3741 "Notes": [
3742 "A temperature sensor crossed its performance loss threshold value",
3743 "If it is the ambient sensor, then a symbolic FRU will be added.",
3744 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
3745 "a FRU callout."
3746 ]
3747 }
3748 },
3749
3750 {
3751 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHighClear",
3752 "Subsystem": "power",
3753 "ComponentID": "0x2800",
3754 "Severity": "non_error",
3755 "ActionFlags": ["report"],
3756 "EventType": "env_normal",
3757
3758 "SRC": {
3759 "ReasonCode": "0x2802",
3760 "Words6To9": {}
3761 },
3762
3763 "CalloutsUsingAD": {
3764 "ADName": "SENSOR_NAME",
3765 "CalloutsWithTheirADValues": [
3766 {
3767 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
3768 "Callouts": [
3769 {
3770 "CalloutList": [
3771 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" }
3772 ]
3773 }
3774 ]
3775 }
3776 ]
3777 },
3778
3779 "Documentation": {
3780 "Description": "A temperature sensor is under its performance loss threshold.",
3781 "Message": "A temperature sensor is under its performance loss threshold.",
3782 "Notes": [
3783 "A temperature sensor crossed under its performance loss threshold value",
3784 "If it is the ambient sensor, then a symbolic FRU will be added."
3785 ]
3786 }
3787 },
3788
3789 {
3790 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHigh",
3791 "Subsystem": "power",
3792 "ComponentID": "0x2800",
3793 "Severity": "predictive",
3794 "ActionFlags": ["service_action", "report"],
3795
3796 "SRC": {
3797 "ReasonCode": "0x2803",
3798 "Words6To9": {}
3799 },
3800
3801 "CalloutsUsingAD": {
3802 "ADName": "SENSOR_NAME",
3803 "CalloutsWithTheirADValues": [
3804 {
3805 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
3806 "Callouts": [
3807 {
3808 "CalloutList": [
3809 { "Priority": "high", "SymbolicFRU": "ambient_temp" }
3810 ]
3811 }
3812 ]
3813 }
3814 ]
3815 },
3816
3817 "Documentation": {
3818 "Description": "A temperature sensor exceeded its warning threshold.",
3819 "Message": "A temperature sensor exceeded its warning threshold.",
3820 "Notes": [
3821 "A temperature sensor crossed its warning threshold value",
3822 "If it is the ambient sensor, then a symbolic FRU will be added.",
3823 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
3824 "a FRU callout."
3825 ]
3826 }
3827 },
3828
3829 {
3830 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHighClear",
3831 "Subsystem": "power",
3832 "ComponentID": "0x2800",
3833 "Severity": "non_error",
3834 "ActionFlags": ["report"],
3835 "EventType": "env_normal",
3836
3837 "SRC": {
3838 "ReasonCode": "0x2804",
3839 "Words6To9": {}
3840 },
3841
3842 "CalloutsUsingAD": {
3843 "ADName": "SENSOR_NAME",
3844 "CalloutsWithTheirADValues": [
3845 {
3846 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
3847 "Callouts": [
3848 {
3849 "CalloutList": [
3850 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" }
3851 ]
3852 }
3853 ]
3854 }
3855 ]
3856 },
3857
3858 "Documentation": {
3859 "Description": "A temperature sensor is under its warning threshold.",
3860 "Message": "A temperature sensor is under its warning threshold.",
3861 "Notes": [
3862 "A temperature sensor crossed under its warning threshold value",
3863 "If it is the ambient sensor, then a symbolic FRU will be added."
3864 ]
3865 }
3866 },
3867
3868 {
3869 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHigh",
3870 "Subsystem": "power",
3871 "ComponentID": "0x2800",
3872 "Severity": "predictive",
3873 "ActionFlags": ["service_action", "report"],
3874
3875 "SRC": {
3876 "ReasonCode": "0x2805",
3877 "Words6To9": {}
3878 },
3879
3880 "CalloutsUsingAD": {
3881 "ADName": "SENSOR_NAME",
3882 "CalloutsWithTheirADValues": [
3883 {
3884 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
3885 "Callouts": [
3886 {
3887 "CalloutList": [
3888 { "Priority": "high", "SymbolicFRU": "ambient_temp" }
3889 ]
3890 }
3891 ]
3892 }
3893 ]
3894 },
3895
3896 "Documentation": {
3897 "Description": "A temperature sensor exceeded its critical threshold.",
3898 "Message": "A temperature sensor exceeded its critical threshold.",
3899 "Notes": [
3900 "A temperature sensor crossed its critical threshold value",
3901 "If it is the ambient sensor, then a symbolic FRU will be added.",
3902 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
3903 "a FRU callout."
3904 ]
3905 }
3906 },
3907
3908 {
3909 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHighClear",
3910 "Subsystem": "power",
3911 "ComponentID": "0x2800",
3912 "Severity": "non_error",
3913 "ActionFlags": ["report"],
3914 "EventType": "env_normal",
3915
3916 "SRC": {
3917 "ReasonCode": "0x2806",
3918 "Words6To9": {}
3919 },
3920
3921 "CalloutsUsingAD": {
3922 "ADName": "SENSOR_NAME",
3923 "CalloutsWithTheirADValues": [
3924 {
3925 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
3926 "Callouts": [
3927 {
3928 "CalloutList": [
3929 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" }
3930 ]
3931 }
3932 ]
3933 }
3934 ]
3935 },
3936
3937 "Documentation": {
3938 "Description": "A temperature sensor is under its critical threshold.",
3939 "Message": "A temperature sensor is under its critical threshold.",
3940 "Notes": [
3941 "A temperature sensor crossed under its critical threshold value",
3942 "If it is the ambient sensor, then a symbolic FRU will be added."
3943 ]
3944 }
3945 },
3946
3947 {
Matt Spinler6b3490a2021-01-20 10:48:26 -06003948 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHigh",
3949 "Subsystem": "power",
3950 "ComponentID": "0x2800",
3951 "Severity": "predictive",
3952 "ActionFlags": ["service_action", "report"],
3953
3954 "SRC": {
3955 "ReasonCode": "0x2807",
3956 "Words6To9": {}
3957 },
3958
3959 "Callouts": [
3960 {
3961 "CalloutList": [
3962 {
3963 "Priority": "high",
3964 "SymbolicFRU": "ambient_temp"
3965 }
3966 ]
3967 }
3968 ],
3969
3970 "Documentation": {
3971 "Description": "The ambient temperature passed the EPOW3 limit.",
3972 "Message": "The ambient temperature passed the EPOW3 limit. The system will shut down if temp doesn't decrease.",
3973 "Notes": [
3974 "This error occurs when the ambient temperature surpassed",
3975 "the EPOW3 shutdown limit."
3976 ]
3977 }
3978 },
3979
3980 {
3981 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHighClear",
3982 "Subsystem": "power",
3983 "ComponentID": "0x2800",
3984 "Severity": "non_error",
3985 "ActionFlags": ["report"],
3986 "EventType": "env_normal",
3987
3988 "SRC": {
3989 "ReasonCode": "0x2808",
3990 "Words6To9": {}
3991 },
3992
3993 "Callouts": [
3994 {
3995 "CalloutList": [
3996 {
3997 "Priority": "high",
3998 "SymbolicFRU": "ambient_temp_back"
3999 }
4000 ]
4001 }
4002 ],
4003
4004 "Documentation": {
4005 "Description": "The ambient temperature is back under the EPOW3 limit.",
4006 "Message": "The ambient temperature is back under the EPOW3 limit."
4007 }
4008 },
4009
4010 {
4011 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.HardShutdownAlarmHigh",
4012 "Subsystem": "power",
4013 "ComponentID": "0x2800",
Matt Spinler6b3490a2021-01-20 10:48:26 -06004014 "ActionFlags": ["service_action", "report"],
4015
4016 "SRC": {
4017 "ReasonCode": "0x2809",
4018 "Words6To9": {}
4019 },
4020
4021 "Callouts": [
4022 {
4023 "CalloutList": [
4024 {
4025 "Priority": "high",
4026 "SymbolicFRU": "ambient_temp"
4027 }
4028 ]
4029 }
4030 ],
4031
4032 "Documentation": {
4033 "Description": "The ambient temperature passed the EPOW4 limit.",
4034 "Message": "The ambient temperature passed the EPOW4 limit. The system will shut down",
4035 "Notes": [
4036 "This error occurs when the ambient temperature surpassed",
4037 "the EPOW4 shutdown limit."
4038 ]
4039 }
4040 },
4041
4042 {
Rashmica Guptab63f75b2021-08-18 20:54:21 +10004043 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHigh",
4044 "Subsystem": "ext_env",
4045 "ComponentID": "0x2800",
4046 "Severity": "predictive",
4047 "ActionFlags": ["service_action", "report"],
4048
4049 "SRC": {
4050 "ReasonCode": "0x280A",
4051 "Words6To9": {}
4052 },
4053
4054 "CalloutsUsingAD": {
4055 "ADName": "SENSOR_NAME",
4056 "CalloutsWithTheirADValues": [
4057 {
4058 "ADValue": "/xyz/openbmc_project/sensors/altitude/Altitude",
4059 "Callouts": [
4060 {
4061 "CalloutList": [
4062 { "Priority": "high", "SymbolicFRU": "altitude" }
4063 ]
4064 }
4065 ]
4066 }
4067 ]
4068 },
4069
4070 "Documentation": {
4071 "Description": "An altitude sensor exceeded its warning threshold.",
4072 "Message": "An altitude sensor exceeded its warning threshold.",
4073 "Notes": [
4074 "The virtual altitude sensor crossed its warning threshold value",
4075 " and a symbolic FRU will be added."
4076 ]
4077 }
4078 },
4079
4080 {
4081 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHighClear",
4082 "Subsystem": "ext_env",
4083 "ComponentID": "0x2800",
4084 "Severity": "non_error",
4085 "ActionFlags": ["report"],
4086 "EventType": "env_normal",
4087
4088 "SRC": {
4089 "ReasonCode": "0x280B",
4090 "Words6To9": {}
4091 },
4092
4093 "Documentation": {
4094 "Description": "An altitude sensor is under its warning threshold.",
4095 "Message": "An altitude sensor is under its warning threshold.",
4096 "Notes": [
4097 "The virtual altitude sensor is under its warning threshold value",
4098 " and a symbolic FRU will be added."
4099 ]
4100 }
4101 },
4102
4103 {
Matt Spinler81331342021-10-05 14:09:56 -05004104 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLow",
4105 "Subsystem": "cec_tod",
4106 "ComponentID": "0x2800",
4107 "Severity": "predictive",
4108 "ActionFlags": ["service_action", "report"],
4109
4110 "SRC": {
4111 "ReasonCode": "0x280C",
4112 "Words6To9": {}
4113 },
4114
Matt Spinler81331342021-10-05 14:09:56 -05004115 "Documentation": {
4116 "Description": "A voltage sensor went below its critical low threshold.",
4117 "Message": "A voltage sensor went below its critical low threshold."
4118 }
4119 },
4120
4121 {
4122 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLowClear",
4123 "Subsystem": "cec_tod",
4124 "ComponentID": "0x2800",
4125 "Severity": "non_error",
4126 "ActionFlags": ["report"],
4127
4128 "SRC": {
4129 "ReasonCode": "0x280D",
4130 "Words6To9": {}
4131 },
4132
4133 "Documentation": {
4134 "Description": "A voltage sensor is over its critical low threshold.",
4135 "Message": "A voltage sensor is over its critical low threshold."
4136 }
4137 },
4138
4139 {
Matt Spinler1e792db2022-01-07 14:06:06 -06004140 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLow",
4141 "Subsystem": "power",
4142 "ComponentID": "0x2800",
4143 "Severity": "predictive",
4144 "ActionFlags": ["service_action", "report"],
4145
4146 "SRC": {
4147 "ReasonCode": "0x280E",
4148 "Words6To9": {}
4149 },
4150
4151 "Documentation": {
4152 "Description": "A temperature sensor is under its low warning threshold.",
4153 "Message": "A temperature sensor is under its low warning threshold.",
4154 "Notes": [
4155 "A temperature sensor crossed its low warning threshold value",
4156 "CALLOUT_INVENTORY_PATH will be passed in to add a FRU callout."
4157 ]
4158 }
4159 },
4160
4161 {
4162 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLowClear",
4163 "Subsystem": "power",
4164 "ComponentID": "0x2800",
4165 "Severity": "non_error",
4166 "ActionFlags": ["report"],
4167 "EventType": "env_normal",
4168
4169 "SRC": {
4170 "ReasonCode": "0x280F",
4171 "Words6To9": {}
4172 },
4173
4174 "Documentation": {
4175 "Description": "A temperature sensor is above its low warning threshold.",
4176 "Message": "A temperature sensor is above its low warning threshold.",
4177 "Notes": [
4178 "A temperature sensor crossed above its low warning threshold value."
4179 ]
4180 }
4181 },
4182
4183 {
4184 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalLow",
4185 "Subsystem": "power",
4186 "ComponentID": "0x2800",
4187 "Severity": "predictive",
4188 "ActionFlags": ["service_action", "report"],
4189
4190 "SRC": {
4191 "ReasonCode": "0x2810",
4192 "Words6To9": {}
4193 },
4194
4195 "Documentation": {
4196 "Description": "A temperature sensor is under its low critical threshold.",
4197 "Message": "A temperature sensor is under its low critical threshold.",
4198 "Notes": [
4199 "A temperature sensor crossed its low critical threshold value",
4200 "CALLOUT_INVENTORY_PATH will be passed in to add a FRU callout."
4201 ]
4202 }
4203 },
4204
4205 {
4206 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalLowClear",
4207 "Subsystem": "power",
4208 "ComponentID": "0x2800",
4209 "Severity": "non_error",
4210 "ActionFlags": ["report"],
4211 "EventType": "env_normal",
4212
4213 "SRC": {
4214 "ReasonCode": "0x2811",
4215 "Words6To9": {}
4216 },
4217
4218 "Documentation": {
4219 "Description": "A temperature sensor is over its low critical threshold.",
4220 "Message": "A temperature sensor is over its low critical threshold.",
4221 "Notes": [
4222 "A temperature sensor crossed above its critical threshold value"
4223 ]
4224 }
4225 },
4226
4227 {
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004228 "Name": "com.ibm.VPD.Error.InvalidEepromPath",
4229 "Subsystem": "cec_vpd",
4230 "ComponentID": "0x4000",
4231
4232 "SRC": {
4233 "ReasonCode": "0x4000",
4234 "Words6To9":
4235 {
4236 "6":
4237 {
4238 "Description": "Errno of the failure.",
4239 "AdditionalDataPropSource": "CALLOUT_ERRNO"
4240 }
4241 }
4242 },
4243
4244 "Documentation": {
Michael Limb264f062022-03-29 16:25:33 -05004245 "Description": "A path access error occurred",
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004246 "Message": "An EEPROM path access error occurred.",
4247 "Notes": [
4248 "This error occurs when parser is unable to access",
4249 "EEPROM path. Errno and device path are captured as",
4250 "additional data."
4251 ]
4252 }
4253 },
4254
4255 {
4256 "Name": "com.ibm.VPD.Error.InvalidVPD",
4257 "Subsystem": "cec_vpd",
4258 "ComponentID": "0x4000",
4259
4260 "SRC": {
4261 "ReasonCode": "0x4001",
4262 "Words6To9":
4263 {
4264 }
4265 },
4266
4267 "Documentation": {
4268 "Description": "Invalid VPD data.",
4269 "Message": "A VPD data exception occurred.",
4270 "Notes": [
4271 "This error occurs when VPD data is found to be",
4272 "invalid. This can be when VPD file is missing out",
4273 "mandatory records.Inventory path is captured in",
4274 "additional data."
4275 ]
4276 }
4277 },
4278
4279 {
4280 "Name": "com.ibm.VPD.Error.EccCheckFailed",
4281 "Subsystem": "cec_vpd",
4282 "ComponentID": "0x4000",
4283
4284 "SRC": {
4285 "ReasonCode": "0x4002",
4286 "Words6To9":
4287 {
4288 }
4289 },
4290
4291 "Documentation": {
4292 "Description": "Invalid VPD ecc data.",
4293 "Message": "A VPD ecc exception occurred.",
4294 "Notes": [
4295 "This error occurs when VPD ecc check fails for the FRU.",
4296 "Inventory path for the failed FRU is captured in additonal",
4297 "data."
4298 ]
4299 }
4300 },
4301
4302 {
4303 "Name": "com.ibm.VPD.Error.InvalidJson",
4304 "Subsystem": "cec_vpd",
4305 "ComponentID": "0x4000",
4306
4307 "SRC": {
4308 "ReasonCode": "0x4003",
4309 "Words6To9":
4310 {
4311 }
4312 },
4313
Matt Spinler834f3ed2022-01-26 16:18:02 -06004314 "Callouts": [
4315 {
4316 "CalloutList": [
4317 { "Priority": "high", "Procedure": "bmc_code" }
4318 ]
4319 }
4320 ],
4321
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004322 "Documentation": {
4323 "Description": "Invalid Json",
4324 "Message": "A Json failure occurred.",
4325 "Notes": [
4326 "This error occurs when parser fails to access",
4327 "Json file or there is any issue with Json data.",
4328 "Failed Json path and cause of failure is captured",
4329 "in additional data."
4330 ]
4331 }
4332 },
4333
4334 {
4335 "Name": "com.ibm.VPD.Error.BlankSystemVPD",
4336 "Subsystem": "cec_vpd",
4337 "ComponentID": "0x4000",
4338
4339 "SRC": {
4340 "ReasonCode": "0x4004",
4341 "Words6To9":
4342 {
4343 }
4344 },
4345
4346 "Documentation": {
4347 "Description": "System VPD restore failed",
4348 "Message": "A system VPD restoration error occurred.",
4349 "Notes": [
4350 "This error occurs when restoring of system VPD fails.",
4351 "The FRU path and reason for failure is captured in",
4352 "additional data."
4353 ]
4354 }
4355 },
4356
4357 {
4358 "Name": "com.ibm.VPD.Error.DbusFailure",
4359 "Subsystem": "cec_vpd",
4360 "ComponentID": "0x4000",
4361
4362 "SRC": {
4363 "ReasonCode": "0x4005",
4364 "Words6To9":
4365 {
4366 }
4367 },
4368
Matt Spinler834f3ed2022-01-26 16:18:02 -06004369 "Callouts": [
4370 {
4371 "CalloutList": [
4372 { "Priority": "high", "Procedure": "bmc_code" }
4373 ]
4374 }
4375 ],
4376
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004377 "Documentation": {
4378 "Description": "Dbus exception",
4379 "Message": "A Dbus internal error occurred.",
4380 "Notes": [
4381 "This error occurs when Dbus operation fails.",
4382 "Exceptions details are captured in additonal",
4383 "data."
4384 ]
4385 }
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05004386 },
4387
4388 {
Alpana Kumari081cfd42021-12-07 04:14:57 -06004389 "Name": "com.ibm.VPD.Error.UnknownSystemType",
4390 "Subsystem": "cec_vpd",
4391 "ComponentID": "0x4000",
4392
4393 "SRC": {
4394 "ReasonCode": "0x4006",
4395 "Words6To9":
4396 {
4397 }
4398 },
4399
4400 "Callouts": [
4401 {
4402 "CalloutList": [
4403 { "Priority": "high", "LocCode": "P0" }
4404 ]
4405 }
4406 ],
4407
4408 "Documentation": {
4409 "Description": "Unknown System Type",
4410 "Message": "System type not supported in DTB table.",
4411 "Notes": [
4412 "System type comes from combination of HW and IM value of system VPD.",
4413 "If anything gets changed in that combination, then it can't determine",
4414 "the appropriate DTB for that system. Need to check HW and IM keywords."
4415 ]
4416 }
4417 },
4418
4419 {
Alpana Kumari074ec5b2022-02-20 22:48:57 -06004420 "Name": "com.ibm.VPD.Error.GPIOError",
4421 "Subsystem": "cec_vpd",
4422 "ComponentID": "0x4000",
4423
4424 "SRC": {
4425 "ReasonCode": "0x4007",
4426 "Words6To9":
4427 {
4428 }
4429 },
4430
Sunny Srivastava17586b42022-06-20 01:06:58 -05004431 "Callouts": [
4432 {
4433 "CalloutList": [
4434 { "Priority": "high", "Procedure": "bmc_code" }
4435 ]
4436 }
4437 ],
4438
Alpana Kumari074ec5b2022-02-20 22:48:57 -06004439 "Documentation": {
4440 "Description": "GPIO line error",
4441 "Message": "GPIO line couldn't be found or read.",
4442 "Notes": [
Sunny Srivastava17586b42022-06-20 01:06:58 -05004443 "The BMC could not access a GPIO line. This can be a hardware issue",
4444 " or driver issue. Since a hardware or a software issue cannot be",
4445 " differentiated, the BMC code will be called out."
Alpana Kumari074ec5b2022-02-20 22:48:57 -06004446 ]
4447 }
4448 },
4449
4450 {
Sunny Srivastavad29837f2022-04-20 01:37:07 -05004451 "Name": "com.ibm.VPD.Error.SystemVPDMismatch",
4452 "Subsystem": "cec_vpd",
4453 "ComponentID": "0x4000",
4454
4455 "SRC": {
4456 "ReasonCode": "0x4008",
4457 "Words6To9":
4458 {
4459 }
4460 },
4461
4462 "Callouts": [
4463 {
4464 "CalloutList": [
4465 { "Priority": "high", "Procedure": "bmc_code" }
4466 ]
4467 }
4468 ],
4469
4470 "Documentation": {
4471 "Description": "System VPD restore failed",
4472 "Message": "A system VPD restoration error occurred.",
4473 "Notes": [
4474 "This error occurs when restoring of system VPD fails due to",
4475 "mismatch in cache data and hardware data.",
4476 "The record and keyword causing the failure is captured in",
4477 "additional data."
4478 ]
4479 }
4480 },
4481
4482 {
Sunny Srivastava17586b42022-06-20 01:06:58 -05004483 "Name": "com.ibm.VPD.Error.RequiredFRUMissing",
4484 "Subsystem": "cec_vpd",
4485 "ComponentID": "0x4000",
4486
4487 "SRC": {
4488 "ReasonCode": "0x4009",
4489 "Words6To9":
4490 {
4491 }
4492 },
4493
4494 "Documentation": {
4495 "Description": "Essential FRU check.",
4496 "Message": "Essential FRU check failed",
4497 "Notes": [
4498 "This error occurs when VPD manager service detects any",
4499 "missing essential FRU. These are FRUs which are required",
4500 "to be present in the system at the time of power on.",
4501 "The inventory path is captured in additional data."
4502 ]
4503 }
4504 },
4505
4506 {
gikrish1c0cc7ec2022-02-24 12:40:51 -06004507 "Name": "com.ibm.Panel.Error.InputDevPathFailure",
4508 "Subsystem": "cec_op_panel",
4509 "ComponentID": "0x5000",
4510
4511 "SRC": {
4512 "ReasonCode": "0x5001",
4513 "Words6To9": {}
4514 },
4515
4516 "Documentation": {
4517 "Description": "Button Handler Failure",
4518 "Message": "Input Device path failure",
4519 "Notes": [
4520 "Button events will not be processed."
4521 ]
4522 }
4523 },
4524
4525 {
4526 "Name": "com.ibm.Panel.Error.I2CSetupFailure",
4527 "Subsystem": "cec_op_panel",
4528 "ComponentID": "0x5000",
4529
4530 "SRC": {
4531 "ReasonCode": "0x5002",
4532 "Words6To9": {}
4533 },
4534
4535 "Documentation": {
4536 "Description": "Panel I2C setup failure",
4537 "Message": "Unable to open device path or ioctl failure",
4538 "Notes": [
4539 "The Panel is unable to open device",
4540 " path or ioctl failure"
4541 ]
4542 }
4543 },
4544
4545 {
4546 "Name": "com.ibm.Panel.Error.HostCommunicationError",
4547 "Subsystem": "cec_op_panel",
4548 "ComponentID": "0x5000",
4549
4550 "SRC": {
4551 "ReasonCode": "0x5003",
4552 "Words6To9": {}
4553 },
4554
4555 "Callouts": [{
4556 "CalloutList": [{
4557 "Priority": "high",
4558 "Procedure": "bmc_code"
4559 }]
4560 }],
4561
4562 "Documentation": {
4563 "Description": "Host Communication failure",
4564 "Message": "Error in sending message to host",
4565 "Notes": [
4566 "Failure from PLDM sending message to",
4567 "Host"
4568 ]
4569 }
4570 },
4571
4572 {
4573 "Name": "com.ibm.Panel.Error.DbusError",
4574 "Subsystem": "cec_op_panel",
4575 "ComponentID": "0x5000",
4576
4577 "SRC": {
4578 "ReasonCode": "0x5004",
4579 "Words6To9": {}
4580 },
4581
4582 "Callouts": [{
4583 "CalloutList": [{
4584 "Priority": "high",
4585 "Procedure": "bmc_code"
4586 }]
4587 }],
4588
4589 "Documentation": {
4590 "Description": "Dbus exception",
4591 "Message": "A Dbus internal error occurred.",
4592 "Notes": [
4593 "This error occurs when Dbus operation fails.",
4594 "Exceptions details are captured in additional",
4595 "data."
4596 ]
4597 }
4598 },
4599
4600 {
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05004601 "Name": "org.open_power.Host.Boot.Error.WatchdogTimeout",
4602 "Subsystem": "cec_sp_hostboot_iface",
4603
4604 "SRC":
4605 {
4606 "ReasonCode": "0xC101",
4607 "Words6To9":
4608 {
4609 }
4610 },
4611
4612 "Documentation":
4613 {
4614 "Description": "Host did not respond within the watchdog timeout interval",
4615 "Message": "Host did not respond before the watchdog timeout interval expired",
4616 "Notes": [
4617 "Host did not respond before the expiry of the watchdog timeout interval.",
4618 "Collecting hostboot dump."
4619 ]
4620 }
zamiseckbf61a982022-01-13 08:27:50 -06004621 },
4622
4623 {
4624 "Name": "xyz.openbmc_project.Software.Version.Error.Incompatible",
4625 "Subsystem": "bmc_firmware",
4626 "ComponentID": "0x3600",
4627 "SRC":
4628 {
4629 "ReasonCode": "0x3601",
4630 "Words6To9":
4631 {
4632 }
4633 },
4634
4635 "Callouts": [
4636 {
4637 "CalloutList": [
4638 { "Priority": "high", "Procedure": "bmc_code" }
4639 ]
4640 }
4641 ],
4642
4643 "Documentation":
4644 {
4645 "Description": "A system component has a software version that is incompatible.",
4646 "Message": "A system component has a software version that is incompatible."
4647 }
4648 },
4649
4650 {
4651 "Name": "xyz.openbmc_project.Software.Version.Error.AlreadyExists",
4652 "Subsystem": "bmc_firmware",
4653 "ComponentID": "0x3600",
4654 "SRC":
4655 {
4656 "ReasonCode": "0x3602",
4657 "Words6To9":
4658 {
4659 }
4660 },
4661
4662 "Callouts": [
4663 {
4664 "CalloutList": [
4665 { "Priority": "high", "Procedure": "bmc_code" }
4666 ]
4667 }
4668 ],
4669
4670 "Documentation":
4671 {
4672 "Description": "This image version already exists on the device.",
4673 "Message": "This image version already exists on the device."
4674 }
4675 },
4676
4677 {
4678 "Name": "xyz.openbmc_project.Software.Image.Error.UnTarFailure",
4679 "Subsystem": "bmc_firmware",
4680 "ComponentID": "0x3600",
4681 "SRC":
4682 {
4683 "ReasonCode": "0x3603",
4684 "Words6To9":
4685 {
4686 }
4687 },
4688
4689 "Callouts": [
4690 {
4691 "CalloutList": [
4692 { "Priority": "high", "Procedure": "bmc_code" }
4693 ]
4694 }
4695 ],
4696
4697 "Documentation":
4698 {
4699 "Description": "An error occurred during untar.",
4700 "Message": "An error occurred during untar."
4701 }
4702 },
4703
4704 {
4705 "Name": "xyz.openbmc_project.Software.Image.Error.ManifestFileFailure",
4706 "Subsystem": "bmc_firmware",
4707 "ComponentID": "0x3600",
4708 "SRC":
4709 {
4710 "ReasonCode": "0x3604",
4711 "Words6To9":
4712 {
4713 }
4714 },
4715
4716 "Callouts": [
4717 {
4718 "CalloutList": [
4719 { "Priority": "high", "Procedure": "bmc_code" }
4720 ]
4721 }
4722 ],
4723
4724 "Documentation":
4725 {
zamiseck21de9f02022-03-23 13:41:31 -05004726 "Description": "An error occurred when reading the software image Manifest file.",
4727 "Message": "An error occurred when reading the software image Manifest file."
zamiseckbf61a982022-01-13 08:27:50 -06004728 }
4729 },
4730
4731 {
4732 "Name": "xyz.openbmc_project.Software.Image.Error.InternalFailure",
4733 "Subsystem": "bmc_firmware",
4734 "ComponentID": "0x3600",
4735 "SRC":
4736 {
4737 "ReasonCode": "0x3605",
4738 "Words6To9":
4739 {
4740 }
4741 },
4742
4743 "Callouts": [
4744 {
4745 "CalloutList": [
4746 { "Priority": "high", "Procedure": "bmc_code" }
4747 ]
4748 }
4749 ],
4750
4751 "Documentation":
4752 {
4753 "Description": "The operation failed internally during processing the image.",
4754 "Message": "The operation failed internally during processing the image."
4755 }
4756 },
4757
4758 {
4759 "Name": "xyz.openbmc_project.Software.Image.Error.ImageFailure",
4760 "Subsystem": "bmc_firmware",
4761 "ComponentID": "0x3600",
4762 "SRC":
4763 {
4764 "ReasonCode": "0x3606",
4765 "Words6To9":
4766 {
4767 }
4768 },
4769
4770 "Callouts": [
4771 {
4772 "CalloutList": [
4773 { "Priority": "high", "Procedure": "bmc_code" }
4774 ]
4775 }
4776 ],
4777
4778 "Documentation":
4779 {
4780 "Description": "An error occurred processing the image.",
4781 "Message": "An error occurred processing the image."
4782 }
4783 },
4784
4785 {
4786 "Name": "xyz.openbmc_project.Software.Image.Error.BusyFailure",
4787 "Subsystem": "bmc_firmware",
4788 "ComponentID": "0x3600",
4789 "SRC":
4790 {
4791 "ReasonCode": "0x3607",
4792 "Words6To9":
4793 {
4794 }
4795 },
4796
4797 "Callouts": [
4798 {
4799 "CalloutList": [
4800 { "Priority": "high", "Procedure": "bmc_code" }
4801 ]
4802 }
4803 ],
4804
4805 "Documentation":
4806 {
4807 "Description": "The device is busy during the update.",
4808 "Message": "The device is busy during the update."
4809 }
zamiseck21de9f02022-03-23 13:41:31 -05004810 },
4811
4812 {
4813 "Name": "xyz.openbmc_project.Software.Version.Error.ExpiredAccessKey",
4814 "Subsystem": "bmc_firmware",
4815 "ComponentID": "0x3600",
4816 "SRC":
4817 {
4818 "ReasonCode": "0x3608",
4819 "Words6To9":
4820 {
4821 }
4822 },
4823
4824 "Callouts": [
4825 {
4826 "CalloutList": [
4827 { "Priority": "high", "Procedure": "bmc_code" }
4828 ]
4829 }
4830 ],
4831
4832 "Documentation":
4833 {
4834 "Description": "The Update Access Key has expired.",
4835 "Message": "The Update Access Key has expired."
4836 }
4837 },
4838
4839 {
4840 "Name": "xyz.openbmc_project.Software.Version.Error.InvalidSignature",
4841 "Subsystem": "bmc_firmware",
4842 "ComponentID": "0x3600",
4843 "SRC":
4844 {
4845 "ReasonCode": "0x3609",
4846 "Words6To9":
4847 {
4848 }
4849 },
4850
4851 "Callouts": [
4852 {
4853 "CalloutList": [
4854 { "Priority": "high", "Procedure": "bmc_code" }
4855 ]
4856 }
4857 ],
4858
4859 "Documentation":
4860 {
4861 "Description": "The software image has an invalid signature.",
4862 "Message": "The software image has an invalid signature"
4863 }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05004864 },
zamiseck0ad7a822022-05-24 17:25:58 -05004865
4866 {
4867 "Name" : "xyz.openbmc_project.Software.Version.Error.HostFile",
4868 "Subsystem" : "bmc_firmware",
4869 "ComponentID" : "0x3600",
4870
4871 "SRC" :
4872 {
4873 "ReasonCode" : "0x360A",
4874 "Words6To9":
4875 {
4876 "6":
4877 {
4878 "Description" : "Size of the current running partition",
4879 "AdditionalDataPropSource" : "CURRENT_FILE_SIZE"
4880 },
4881 "7":
4882 {
4883 "Description" : "Size of the read only partition",
4884 "AdditionalDataPropSource" : "EXPECTED_FILE_SIZE"
4885 }
4886 }
4887 },
4888 "Callouts": [
4889 {
4890 "CalloutList": [
4891 { "Priority": "high", "Procedure": "bmc_code" }
4892 ]
4893 }
4894 ],
4895 "Documentation" :
4896 {
4897 "Description" : "Corrupted or changed preserved file",
4898 "Message" : "Partition was not preserved on reboot",
4899 "Notes" : [
4900 "This error may occur if one of the partitions marked",
4901 "PRESERVED is either corrupted, or a change of size is ",
4902 "desired for a particular partition."
4903 ]
4904 }
4905 },
4906
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05004907 {
4908 "Name": "xyz.openbmc_project.PLDM.Error.findDumpObjPath.GetManagedObjectsFail",
4909 "Subsystem": "bmc_firmware",
4910 "ComponentID": "0x6000",
4911 "Severity": "predictive",
4912 "SRC":
4913 {
4914 "ReasonCode": "0x6001",
4915 "Words6To9":
4916 {
4917 }
4918 },
4919 "Callouts": [
4920 {
4921 "CalloutList": [
4922 { "Priority": "high", "Procedure": "bmc_code" }
4923 ]
4924 }
4925 ],
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05004926
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05004927 "Documentation":
4928 {
4929 "Description": "Failed to get the requested dump object path.",
4930 "Message": "Failed to get the requested dump object path from the system."
4931 }
4932 },
4933 {
4934 "Name": "xyz.openbmc_project.PLDM.Error.newFileAvailable.NewDumpNotifyFail",
4935 "Subsystem": "bmc_firmware",
4936 "ComponentID": "0x6000",
4937 "Severity": "unrecoverable",
4938 "SRC":
4939 {
4940 "ReasonCode": "0x6002",
4941 "Words6To9":
4942 {
4943 }
4944 },
4945 "Callouts": [
4946 {
4947 "CalloutList": [
4948 { "Priority": "high", "Procedure": "bmc_code" }
4949 ]
4950 }
4951 ],
4952 "Documentation":
4953 {
4954 "Description": "Failed to make a new dump notify request to the dump manager application.",
4955 "Message": "Failed to make a new dump notify request to the dump manager application."
4956 }
4957 },
4958 {
4959 "Name": "xyz.openbmc_project.PLDM.Error.DumpHandler.getOffloadUriFail",
4960 "Subsystem": "bmc_firmware",
4961 "ComponentID": "0x6000",
4962 "Severity": "unrecoverable",
4963 "SRC":
4964 {
4965 "ReasonCode": "0x6003",
4966 "Words6To9":
4967 {
4968 }
4969 },
4970 "Callouts": [
4971 {
4972 "CalloutList": [
4973 { "Priority": "high", "Procedure": "bmc_code" }
4974 ]
4975 }
4976 ],
4977 "Documentation":
4978 {
4979 "Description": "Failed to get the dump offload URI path from the dump entry.",
4980 "Message": "Failed to get the dump offload URI path from the dump entry."
4981 }
4982 },
4983 {
4984 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.ResourceDumpFileAckFail",
4985 "Subsystem": "bmc_firmware",
4986 "ComponentID": "0x6000",
4987 "Severity": "non_error",
4988 "SRC":
4989 {
4990 "ReasonCode": "0x6004",
4991 "Words6To9":
4992 {
4993 }
4994 },
4995 "Callouts": [
4996 {
4997 "CalloutList": [
4998 { "Priority": "medium", "Procedure": "bmc_code" }
4999 ]
5000 }
5001 ],
5002 "Documentation":
5003 {
5004 "Description": "The hypervisor rejected the request to initiate a new resource dump.",
5005 "Message": "The hypervisor rejected the request to initiate a new resource dump."
5006 }
5007 },
5008 {
5009 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.SourceDumpIdResetFail",
5010 "Subsystem": "bmc_firmware",
5011 "ComponentID": "0x6000",
5012 "Severity": "unrecoverable",
5013 "SRC":
5014 {
5015 "ReasonCode": "0x6005",
5016 "Words6To9":
5017 {
5018 }
5019 },
5020 "Callouts": [
5021 {
5022 "CalloutList": [
5023 { "Priority": "high", "Procedure": "bmc_code" }
5024 ]
5025 }
5026 ],
5027 "Documentation":
5028 {
5029 "Description": "Failed to reset the dump ID, due to this requested dump will not be deleted.",
5030 "Message": "Failed to reset the dump ID, due to this requested dump will not be deleted."
5031 }
5032 },
5033 {
5034 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryDeleteFail",
5035 "Subsystem": "bmc_firmware",
5036 "ComponentID": "0x6000",
5037 "Severity": "unrecoverable",
5038 "SRC":
5039 {
5040 "ReasonCode": "0x6006",
5041 "Words6To9":
5042 {
5043 }
5044 },
5045 "Callouts": [
5046 {
5047 "CalloutList": [
5048 { "Priority": "high", "Procedure": "bmc_code" }
5049 ]
5050 }
5051 ],
5052 "Documentation":
5053 {
5054 "Description": "Failed to carry out the dump delete request from the hypervisor.",
5055 "Message": "Failed to carry out the dump delete request from the hypervisor."
5056 }
5057 },
5058 {
5059 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryOffloadedSetFail",
5060 "Subsystem": "bmc_firmware",
5061 "ComponentID": "0x6000",
5062 "Severity": "unrecoverable",
5063 "SRC":
5064 {
5065 "ReasonCode": "0x6007",
5066 "Words6To9":
5067 {
5068 }
5069 },
5070 "Callouts": [
5071 {
5072 "CalloutList": [
5073 { "Priority": "high", "Procedure": "bmc_code" }
5074 ]
5075 }
5076 ],
5077 "Documentation":
5078 {
5079 "Description": "Failed to set the dump offloaded completion flag in the dump entry.",
5080 "Message": "Failed to set the dump offloaded completion flag in the dump entry."
5081 }
5082 },
5083 {
5084 "Name": "xyz.openbmc_project.PLDM.Error.readIntoMemory.GetFilepathFail",
5085 "Subsystem": "bmc_firmware",
5086 "ComponentID": "0x6000",
5087 "Severity": "unrecoverable",
5088 "SRC":
5089 {
5090 "ReasonCode": "0x6008",
5091 "Words6To9":
5092 {
5093 }
5094 },
5095 "Callouts": [
5096 {
5097 "CalloutList": [
5098 { "Priority": "high", "Procedure": "bmc_code" }
5099 ]
5100 }
5101 ],
5102 "Documentation":
5103 {
5104 "Description": "Failed to get the file path for the BMC dump and offload to the hypervisor.",
5105 "Message": "Failed to get the file path for the BMC dump and offload to the hypervisor."
5106 }
5107 },
5108 {
5109 "Name": "xyz.openbmc_project.PLDM.Error.read.GetFilepathFail",
5110 "Subsystem": "bmc_firmware",
5111 "ComponentID": "0x6000",
5112 "Severity": "unrecoverable",
5113 "SRC":
5114 {
5115 "ReasonCode": "0x6009",
5116 "Words6To9":
5117 {
5118 }
5119 },
5120 "Callouts": [
5121 {
5122 "CalloutList": [
5123 { "Priority": "high", "Procedure": "bmc_code" }
5124 ]
5125 }
5126 ],
5127 "Documentation":
5128 {
5129 "Description": "Failed to get the file path for the BMC dump and offload to the hypervisor.",
5130 "Message": "Failed to get the file path for the BMC dump and offload to the hypervisor."
5131 }
5132 },
5133 {
5134 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.ResourceDumpFileAckWithMetaDataFail",
5135 "Subsystem": "bmc_firmware",
5136 "ComponentID": "0x6000",
5137 "Severity": "non_error",
5138 "SRC":
5139 {
5140 "ReasonCode": "0x6010",
5141 "Words6To9":
5142 {
5143 }
5144 },
5145 "Callouts": [
5146 {
5147 "CalloutList": [
5148 { "Priority": "medium", "Procedure": "bmc_code" }
5149 ]
5150 }
5151 ],
5152 "Documentation":
5153 {
5154 "Description": "Could not create a new resource dump due to hypervisor verification failed.",
5155 "Message": "Could not create a new resource dump due to hypervisor verification failed."
5156 }
5157 },
5158 {
5159 "Name": "xyz.openbmc_project.PLDM.Error.fileAckWithMetaData.DumpEntryOffloadedSetFail",
5160 "Subsystem": "bmc_firmware",
5161 "ComponentID": "0x6000",
5162 "Severity": "unrecoverable",
5163 "SRC":
5164 {
5165 "ReasonCode": "0x6011",
5166 "Words6To9":
5167 {
5168 }
5169 },
5170 "Callouts": [
5171 {
5172 "CalloutList": [
5173 { "Priority": "high", "Procedure": "bmc_code" }
5174 ]
5175 }
5176 ],
5177 "Documentation":
5178 {
5179 "Description": "Failed to set the dump offload completion flag in the dump entry details.",
5180 "Message": "Failed to set the dump offload completion flag in the dump entry details."
5181 }
5182 },
5183 {
5184 "Name": "xyz.openbmc_project.PLDM.Error.newFileAvailableWithMetaData.NewDumpNotifyFail",
5185 "Subsystem": "bmc_firmware",
5186 "ComponentID": "0x6000",
5187 "Severity": "unrecoverable",
5188 "SRC":
5189 {
5190 "ReasonCode": "0x6012",
5191 "Words6To9":
5192 {
5193 }
5194 },
5195 "Callouts": [
5196 {
5197 "CalloutList": [
5198 { "Priority": "high", "Procedure": "bmc_code" }
5199 ]
5200 }
5201 ],
5202 "Documentation":
5203 {
5204 "Description": "Failed to notify a new dump available request.",
5205 "Message": "Failed to notify a new dump available request."
5206 }
5207 },
5208 {
5209 "Name": "xyz.openbmc_project.PLDM.Error.sendNewFileAvailableCmd.SendDumpParametersFail",
5210 "Subsystem": "bmc_firmware",
5211 "ComponentID": "0x6000",
5212 "Severity": "unrecoverable",
5213 "SRC":
5214 {
5215 "ReasonCode": "0x6013",
5216 "Words6To9":
5217 {
5218 }
5219 },
5220 "Callouts": [
5221 {
5222 "CalloutList": [
5223 { "Priority": "high", "Procedure": "bmc_code" }
5224 ]
5225 }
5226 ],
5227 "Documentation":
5228 {
5229 "Description": "Failed to send the resource dump parameters for a new dump initiation.",
5230 "Message": "Failed to send the resource dump parameters for a new dump initiation."
5231 }
5232 },
5233 {
5234 "Name": "xyz.openbmc_project.PLDM.Error.SendFileToHostFail",
5235 "Subsystem": "bmc_firmware",
5236 "ComponentID": "0x6000",
5237 "Severity": "unrecoverable",
5238 "SRC":
5239 {
5240 "ReasonCode": "0x6014",
5241 "Words6To9":
5242 {
5243 }
5244 },
5245 "Callouts": [
5246 {
5247 "CalloutList": [
5248 { "Priority": "high", "Procedure": "bmc_code" }
5249 ]
5250 }
5251 ],
5252 "Documentation":
5253 {
5254 "Description": "Failed to send the certificate/license file to the host.",
5255 "Message": "Failed to send the certificate/license file to the host."
5256 }
5257 },
5258 {
5259 "Name": "xyz.openbmc_project.PLDM.Error.DecodeNewFileResponseFail",
5260 "Subsystem": "bmc_firmware",
5261 "ComponentID": "0x6000",
5262 "Severity": "unrecoverable",
5263 "SRC":
5264 {
5265 "ReasonCode": "0x6015",
5266 "Words6To9":
5267 {
5268 }
5269 },
5270 "Callouts": [
5271 {
5272 "CalloutList": [
5273 { "Priority": "high", "Procedure": "bmc_code" }
5274 ]
5275 }
5276 ],
5277 "Documentation":
5278 {
5279 "Description": "Failed to decode the response of certificate/license file sent to the host.",
5280 "Message": "Failed to decode the response of certificate/license file sent to the host."
5281 }
5282 },
5283 {
5284 "Name": "xyz.openbmc_project.PLDM.Error.NewFileAvailableRequestFail",
5285 "Subsystem": "bmc_firmware",
5286 "ComponentID": "0x6000",
5287 "Severity": "unrecoverable",
5288 "SRC":
5289 {
5290 "ReasonCode": "0x6016",
5291 "Words6To9":
5292 {
5293 }
5294 },
5295 "Callouts": [
5296 {
5297 "CalloutList": [
5298 { "Priority": "high", "Procedure": "bmc_code" }
5299 ]
5300 }
5301 ],
5302 "Documentation":
5303 {
5304 "Description": "Failed to send the new certificate/license file to the host.",
5305 "Message": "Failed to send the new certificate/license file to the host."
5306 }
5307 },
5308 {
5309 "Name": "xyz.openbmc_project.PLDM.Error.SetHostEffecterFailed",
5310 "Subsystem": "bmc_firmware",
5311 "ComponentID": "0x6000",
5312 "Severity": "unrecoverable",
5313 "SRC":
5314 {
5315 "ReasonCode": "0x6017",
5316 "Words6To9":
5317 {
5318 }
5319 },
5320
5321 "Callouts": [
5322 {
5323 "CalloutList": [
5324 { "Priority": "high", "Procedure": "bmc_code" }
5325 ]
5326 }
5327 ],
5328 "Documentation":
5329 {
5330 "Description": "Failed to set state effecter states.",
5331 "Message": "Failed to set state effecter states."
5332 }
5333 },
5334 {
5335 "Name": "xyz.openbmc_project.PLDM.Error.Generate.PDRJsonFileParseFail",
5336 "Subsystem": "bmc_firmware",
5337 "ComponentID": "0x6000",
5338 "Severity": "unrecoverable",
5339 "SRC":
5340 {
5341 "ReasonCode": "0x6018",
5342 "Words6To9":
5343 {
5344 }
5345 },
5346 "Callouts": [
5347 {
5348 "CalloutList": [
5349 { "Priority": "high", "Procedure": "bmc_code" }
5350 ]
5351 }
5352 ],
5353 "Documentation":
5354 {
5355 "Description": "Failed to parse PDR JSON file.",
5356 "Message": "Failed to parse PDR JSON file."
5357 }
5358 },
5359 {
5360 "Name": "xyz.openbmc_project.PLDM.Error.SetHostSensorState.GetStateSensorPDRFail",
5361 "Subsystem": "bmc_firmware",
5362 "ComponentID": "0x6000",
5363 "Severity": "unrecoverable",
5364 "SRC":
5365 {
5366 "ReasonCode": "0x6019",
5367 "Words6To9":
5368 {
5369 }
5370 },
5371 "Callouts": [
5372 {
5373 "CalloutList": [
5374 { "Priority": "high", "Procedure": "bmc_code" }
5375 ]
5376 }
5377 ],
5378 "Documentation":
5379 {
5380 "Description": "Failed to get state sensor PDR state.",
5381 "Message": "Failed to get state sensor PDR state."
5382 }
5383 },
5384 {
5385 "Name": "xyz.openbmc_project.PLDM.Error.SetHostSensorState.EncodeStateSensorFail",
5386 "Subsystem": "bmc_firmware",
5387 "ComponentID": "0x6000",
5388 "Severity": "unrecoverable",
5389 "SRC":
5390 {
5391 "ReasonCode": "0x6020",
5392 "Words6To9":
5393 {
5394 }
5395 },
5396 "Callouts": [
5397 {
5398 "CalloutList": [
5399 { "Priority": "high", "Procedure": "bmc_code" }
5400 ]
5401 }
5402 ],
5403 "Documentation":
5404 {
5405 "Description": "Failed to encode state sensor request.",
5406 "Message": "Failed to encode state sensor request."
5407 }
5408 },
5409 {
5410 "Name": "xyz.openbmc_project.PLDM.Error.CMsubscribeFailure",
5411 "Subsystem": "bmc_firmware",
5412 "ComponentID": "0x6000",
5413 "Severity": "unrecoverable",
5414 "SRC":
5415 {
5416 "ReasonCode": "0x6021",
5417 "Words6To9":
5418 {
5419 }
5420 },
5421 "Callouts": [
5422 {
5423 "CalloutList": [
5424 { "Priority": "high", "Procedure": "bmc_code" }
5425 ]
5426 }
5427 ],
5428 "Documentation":
5429 {
5430 "Description": "Failed to subscribe for concurrent maintenance of FRU.",
5431 "Message": "Failed to subscribe for concurrent maintenance of FRU."
5432 }
5433 },
5434 {
5435 "Name": "xyz.openbmc_project.PLDM.Error.setSurvTimer.RecvSurveillancePingFail",
5436 "Subsystem": "bmc_firmware",
5437 "ComponentID": "0x6000",
5438 "Severity": "non_error",
5439 "SRC":
5440 {
5441 "ReasonCode": "0x6022",
5442 "Words6To9":
5443 {
5444 }
5445 },
5446 "Callouts": [
5447 {
5448 "CalloutList": [
5449 { "Priority": "high", "Procedure": "bmc_code" }
5450 ]
5451 }
5452 ],
5453 "Documentation":
5454 {
5455 "Description": "Host did not send a surveillance ping within stipulated timeout interval.",
5456 "Message": "Host did not send a surveillance ping within stipulated timeout interval."
5457 }
5458 },
5459 {
5460 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryOffloadUriSetFail",
5461 "Subsystem": "bmc_firmware",
5462 "ComponentID": "0x6000",
5463 "Severity": "unrecoverable",
5464 "SRC":
5465 {
5466 "ReasonCode": "0x6023",
5467 "Words6To9":
5468 {
5469 }
5470 },
5471 "Callouts": [
5472 {
5473 "CalloutList": [
5474 { "Priority": "high", "Procedure": "bmc_code" }
5475 ]
5476 }
5477 ],
5478 "Documentation":
5479 {
5480 "Description": "Failed to reset the dump offload URI path from the dump entry.",
5481 "Message": "Failed to reset the dump offload URI path from the dump entry."
5482 }
5483 },
5484 {
5485 "Name": "xyz.openbmc_project.PLDM.Error.SoftPowerOff.HostSoftOffTimeOut",
5486 "Subsystem": "bmc_firmware",
5487 "ComponentID": "0x6000",
5488 "Severity": "unrecoverable",
5489 "SRC":
5490 {
5491 "ReasonCode": "0x6024",
5492 "Words6To9":
5493 {
5494 }
5495 },
5496 "Callouts": [
5497 {
5498 "CalloutList": [
5499 { "Priority": "high", "Procedure": "bmc_code" }
5500 ]
5501 }
5502 ],
5503 "Documentation":
5504 {
5505 "Description": "Host failed to complete the power off gracefully within the timeout.",
5506 "Message": "Host failed to complete the power off gracefully within the timeout."
5507 }
5508 }
Matt Spinler44792fd2019-09-26 15:58:58 -05005509 ]
5510}