blob: de793fb3c81413ed7f32d341cedbe6965102cf19 [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",
Jayanth Othayoth2a540a82022-06-27 01:18:20 -05001299 "ActionFlags": [ "service_action", "report", "call_home" ],
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001300
1301 "SRC":
1302 {
1303 "ReasonCode": "0x3503",
1304 "Words6To9":
1305 {
1306 "6":
1307 {
1308 "Description": "[0:15] chip position",
1309 "AdditionalDataPropSource": "SRC6"
1310 }
1311 }
1312 },
1313
1314 "Documentation":
1315 {
1316 "Description": "Boot failure with SBE provided FFDC",
1317 "Message": "Boot failure reported by SBE",
1318 "Notes": [
1319 "The severity is set by the creator.",
1320 "Callouts added based on SBE provided FFDC.",
1321 "SBE provided additional debug data included as part of the",
1322 "additional user data section."
1323 ]
1324 }
1325 },
1326
1327 {
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001328 "Name": "org.open_power.Processor.Error.SbeBootTimeout",
1329 "Subsystem": "processor_chip",
1330 "ComponentID": "0x3500",
1331
1332 "SRC":
1333 {
1334 "ReasonCode": "0x3504",
1335 "Words6To9":
1336 {
1337 }
1338 },
1339
Jayanth Othayothf5cd2a42022-05-31 02:54:10 -05001340 "Callouts": [
1341 {
1342 "System": "ibm,rainier",
1343 "CalloutList": [
1344 {
1345 "Priority": "low",
1346 "LocCode": "P0"
1347 },
1348 {
1349 "Priority": "low",
1350 "LocCode": "P0-C22"
1351 }
1352 ]
1353 },
1354 {
1355 "System": "ibm,everest",
1356 "CalloutList": [
1357 {
1358 "Priority": "low",
1359 "LocCode": "P0"
1360 },
1361 {
1362 "Priority": "low",
1363 "LocCode": "P0-C96"
1364 }
1365 ]
1366 }
1367 ],
1368
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001369 "Documentation":
1370 {
1371 "Description": "SBE Boot timeout",
1372 "Message": "timeout reported during SBE boot process",
1373 "Notes": [
1374 "The severity is set by the creator.",
1375 "Check SBE Dump associated to this error to debug the failure."
1376 ]
1377 }
1378 },
1379
1380 {
Ben Tyner34836322020-04-15 17:01:48 -05001381 "Name": "org.open_power.Attn.Error.Terminate",
Ben Tyner808e29f2021-04-16 08:32:23 -05001382 "Subsystem": "cec_hardware",
1383 "Severity": "non_error",
Ben Tyner34836322020-04-15 17:01:48 -05001384
1385 "SRC":
1386 {
1387 "ReasonCode": "0xD138",
Ben Tyner808e29f2021-04-16 08:32:23 -05001388 "SymptomIDFields": [ "SRCWord3", "SRCWord4", "SRCWord5", "SRCWord6", "SRCWord7", "SRCWord8", "SRCWord9" ],
Ben Tyner34836322020-04-15 17:01:48 -05001389 "Words6To9":
1390 {
1391 }
1392 },
1393
1394 "Documentation":
1395 {
1396 "Description": "Status shows TI special attention active",
1397 "Message": "TI special attention detected",
1398 "Notes": [
1399 "This entry is for any TI special attention event ",
1400 "reported by the attention handler component"
1401 ]
1402 }
1403 },
1404
1405 {
1406 "Name": "org.open_power.Attn.Error.Fail",
1407 "Subsystem": "bmc_firmware",
1408 "Severity": "unrecoverable_loss_of_function",
1409
1410 "SRC":
1411 {
1412 "ReasonCode": "0xD13E",
1413 "Words6To9":
1414 {
1415 "6":
1416 {
1417 "Description": "Error code from attention handler",
1418 "AdditionalDataPropSource": "ERROR_CODE"
1419 }
1420 }
1421 },
1422 "Documentation":
1423 {
1424 "Description": "The attention handler encountered an error",
1425 "MessageArgSources" : ["SRCWord6"],
1426 "Message": "Attention handler error %1",
1427 "Notes": [
1428 "Attention handler will provide error code"
1429 ]
1430 }
1431 },
1432
1433 {
1434 "Name": "org.open_power.Attn.Error.Vital",
1435 "Subsystem": "processor_chip",
1436 "Severity": "critical",
1437
1438 "SRC":
1439 {
1440 "ReasonCode": "0xD16D",
1441 "Words6To9":
1442 {
1443 }
1444 },
1445
1446 "Documentation":
1447 {
1448 "Description": "Status shows SBE vital attention active",
1449 "Message": "SBE vital attention detected",
1450 "Notes": [
1451 "This entry is for any SBE vital attention event ",
1452 "reported by the attention handler component"
1453 ]
1454 }
1455 },
1456
1457 {
1458 "Name": "org.open_power.HwDiags.Error.Checkstop",
Zane Shelley4e6355d2022-02-24 15:28:08 -06001459 "PossibleSubsystems": [
1460 "processor", "processor_fru", "processor_unit", "processor_bus",
1461 "memory_ctlr", "memory_bus", "memory_dimm", "memory_fru",
1462 "phb", "cec_hardware", "cec_clocks", "cec_tod", "others"
1463 ],
1464 "Severity": "unrecoverable",
Zane Shelley561c0382020-11-17 13:20:05 -06001465 "ActionFlags": [ "service_action", "report", "call_home" ],
Ben Tyner34836322020-04-15 17:01:48 -05001466
1467 "SRC":
1468 {
Zane Shelley561c0382020-11-17 13:20:05 -06001469 "ReasonCode": "0xE510",
1470 "SymptomIDFields": [ "SRCWord6", "SRCWord7", "SRCWord8" ],
Ben Tyner34836322020-04-15 17:01:48 -05001471 "Words6To9":
1472 {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001473 "6":
1474 {
1475 "AdditionalDataPropSource": "SRC6"
1476 },
1477 "7":
1478 {
1479 "AdditionalDataPropSource": "SRC7"
1480 },
1481 "8":
1482 {
1483 "AdditionalDataPropSource": "SRC8"
1484 }
Ben Tyner34836322020-04-15 17:01:48 -05001485 }
1486 },
1487
1488 "Documentation":
1489 {
Zane Shelley561c0382020-11-17 13:20:05 -06001490 "Description": "A system checkstop attention has occurred",
1491 "MessageArgSources" : [ "SRCWord6", "SRCWord7", "SRCWord8" ],
Zane Shelley45ab43a2021-11-13 16:16:57 -06001492 "Message": "Error Signature: %1 %2 %3"
Ben Tyner34836322020-04-15 17:01:48 -05001493 }
1494 },
1495
1496 {
Zane Shelley561c0382020-11-17 13:20:05 -06001497 "Name": "org.open_power.HwDiags.Error.Predictive",
Zane Shelley4e6355d2022-02-24 15:28:08 -06001498 "PossibleSubsystems": [
1499 "processor", "processor_fru", "processor_unit", "processor_bus",
1500 "memory_ctlr", "memory_bus", "memory_dimm", "memory_fru",
1501 "phb", "cec_hardware", "cec_clocks", "cec_tod", "others"
1502 ],
1503 "Severity": "predictive",
Zane Shelley561c0382020-11-17 13:20:05 -06001504 "ActionFlags": [ "service_action", "report", "call_home" ],
Ben Tyner34836322020-04-15 17:01:48 -05001505
1506 "SRC":
1507 {
Zane Shelley561c0382020-11-17 13:20:05 -06001508 "ReasonCode": "0xE511",
1509 "SymptomIDFields": [ "SRCWord6", "SRCWord7", "SRCWord8" ],
Ben Tyner34836322020-04-15 17:01:48 -05001510 "Words6To9":
1511 {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001512 "6":
1513 {
1514 "AdditionalDataPropSource": "SRC6"
1515 },
1516 "7":
1517 {
1518 "AdditionalDataPropSource": "SRC7"
1519 },
1520 "8":
1521 {
1522 "AdditionalDataPropSource": "SRC8"
1523 }
Ben Tyner34836322020-04-15 17:01:48 -05001524 }
1525 },
Zane Shelley561c0382020-11-17 13:20:05 -06001526
Ben Tyner34836322020-04-15 17:01:48 -05001527 "Documentation":
1528 {
Zane Shelley561c0382020-11-17 13:20:05 -06001529 "Description": "A hardware attention requiring service has occurred",
1530 "MessageArgSources" : [ "SRCWord6", "SRCWord7", "SRCWord8" ],
Zane Shelley45ab43a2021-11-13 16:16:57 -06001531 "Message": "Error Signature: %1 %2 %3"
Ben Tyner34836322020-04-15 17:01:48 -05001532 }
Shawn McCarney01648f52020-06-25 11:42:02 -05001533 },
1534
1535 {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001536 "Name": "org.open_power.HwDiags.Error.Informational",
Zane Shelley4e6355d2022-02-24 15:28:08 -06001537 "PossibleSubsystems": [
1538 "processor", "processor_fru", "processor_unit", "processor_bus",
1539 "memory_ctlr", "memory_bus", "memory_dimm", "memory_fru",
1540 "phb", "cec_hardware", "cec_clocks", "cec_tod", "others"
1541 ],
1542 "Severity": "non_error",
Zane Shelleydd4bd482021-12-08 09:12:51 -06001543 "ActionFlags": [ "hidden", "dont_report" ],
1544
1545 "SRC":
1546 {
1547 "ReasonCode": "0xE512",
1548 "SymptomIDFields": [ "SRCWord6", "SRCWord7", "SRCWord8" ],
1549 "Words6To9":
1550 {
1551 "6":
1552 {
1553 "AdditionalDataPropSource": "SRC6"
1554 },
1555 "7":
1556 {
1557 "AdditionalDataPropSource": "SRC7"
1558 },
1559 "8":
1560 {
1561 "AdditionalDataPropSource": "SRC8"
1562 }
1563 }
1564 },
1565
1566 "Documentation":
1567 {
1568 "Description": "Manual analysis was initiated via the command line. FFDC only.",
1569 "MessageArgSources" : [ "SRCWord6", "SRCWord7", "SRCWord8" ],
1570 "Message": "Error Signature: %1 %2 %3"
1571 }
1572 },
1573
1574 {
Brandon Wyman38caaf02020-09-01 16:07:42 -05001575 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.InputFault",
1576 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001577 "ActionFlags": ["service_action", "report"],
1578 "ComponentID": "0x2700",
1579
1580 "SRC": {
1581 "Type": "11",
1582 "ReasonCode": "0x15F0",
1583 "Words6To9": {}
1584 },
1585
1586 "Callouts": [
1587 {
1588 "CalloutList": [
1589 { "Priority": "high", "SymbolicFRU": "pwrsply" }
1590 ]
1591 }
1592 ],
1593
1594 "Documentation": {
1595 "Description": "Power Supply input power fault",
1596 "Message": "A power supply has indicated an input or under voltage condition.",
1597 "Notes": [
1598 "Check the power supply cabling and/or input power ",
1599 "source. The PWRSPLY procedure is used rather than ",
1600 "calling out a location code, as typically these faults ",
1601 "are related to the supplied power, the cable, or the ",
1602 "cable connectors. If the input fault resolves down to an ",
1603 "issue with the power supply itself, the power supply ",
1604 "indicating this input fault should be called out. Add the ",
1605 "CALLOUT_INVENTORY_PATH to the additional data, and set the",
1606 "CALLOUT_PRIORITY to something other than high."
1607 ]
1608 }
1609 },
1610
1611 {
1612 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Fault",
1613 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001614 "ActionFlags": ["service_action", "report", "call_home"],
1615 "ComponentID": "0x2700",
1616
1617 "SRC": {
1618 "Type": "11",
1619 "ReasonCode": "0x15F1",
1620 "Words6To9": {}
1621 },
1622
Jim Wright006dafd2022-05-27 12:09:43 -05001623 "Callouts": [
1624 {
1625 "CalloutList": [
1626 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
1627 ]
1628 }
1629 ],
1630
Brandon Wyman38caaf02020-09-01 16:07:42 -05001631 "Documentation": {
1632 "Description": "Power Supply power fault",
1633 "Message": "The power supply detected a fault condition, see AdditionalData for further details.",
1634 "Notes": [
1635 "The power supply reporting the fault should be called ",
1636 "out using the CALLOUT_INVENTORY_PATH keyword. Include ",
1637 "specific fault, STATUS_* details, and code level in the ",
1638 "AdditionalData section."
1639 ]
1640 }
1641 },
1642
1643 {
1644 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.CommFault",
1645 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001646 "ActionFlags": ["service_action", "report", "call_home"],
1647 "ComponentID": "0x2700",
1648
1649 "SRC": {
1650 "Type": "11",
1651 "ReasonCode": "0x15F2",
1652 "Words6To9": {}
1653 },
1654
Jim Wright006dafd2022-05-27 12:09:43 -05001655 "Callouts": [
1656 {
1657 "CalloutList": [
1658 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
1659 ]
1660 }
1661 ],
1662
Brandon Wyman38caaf02020-09-01 16:07:42 -05001663 "Documentation": {
1664 "Description": "Power Supply non-power fault",
1665 "Message": "A communication failure occurred talking to the power supply",
1666 "Notes": [
1667 "Communication problems with the power supply could be ",
1668 "the power supply, or any hardware between it and the ",
1669 "BMC. Reporting the error should be passing in a call ",
1670 "out using CALLOUT_DEVICE_PATH."
1671 ]
1672 }
1673 },
1674
1675 {
1676 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Missing",
1677 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001678 "ActionFlags": ["service_action", "report", "call_home"],
1679 "ComponentID": "0x2700",
1680
1681 "SRC": {
1682 "Type": "11",
1683 "ReasonCode": "0x15F6",
1684 "Words6To9": {}
1685 },
1686
1687 "Callouts": [
1688 {
1689 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -05001690 {
1691 "Priority": "high",
1692 "SymbolicFRUTrusted": "pwrsply",
1693 "UseInventoryLocCode": true
1694 }
Brandon Wyman38caaf02020-09-01 16:07:42 -05001695 ]
1696 }
1697 ],
1698
1699 "Documentation": {
1700 "Description": "Power Supply is missing",
1701 "Message": "A power supply that should be present is missing",
1702 "Notes": [
1703 "The CalloutList should use the PWRSPLY symbolic FRU ",
Matt Spinler80600192020-10-23 09:29:33 -05001704 "with the trusted location code property. The ",
1705 "location code in this callout is obtained from ",
1706 "the passed in CALLOUT_INVENTORY_PATH value."
Brandon Wyman38caaf02020-09-01 16:07:42 -05001707 ]
1708 }
1709 },
1710
1711 {
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00001712 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.NotSupported",
1713 "Subsystem": "power_supply",
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00001714 "ActionFlags": ["service_action", "report", "call_home"],
1715 "ComponentID": "0x2700",
1716
1717 "SRC": {
1718 "Type": "11",
1719 "ReasonCode": "0x15F7",
1720 "Words6To9": {}
1721 },
1722
Jim Wright006dafd2022-05-27 12:09:43 -05001723 "Callouts": [
1724 {
1725 "CalloutList": [
1726 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
1727 ]
1728 }
1729 ],
1730
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00001731 "Documentation": {
1732 "Description": "Power Supply configuration is not supported",
1733 "Message": "The power supply configuration is not supported",
1734 "Notes": [
1735 "The combination of power supplies detected in the ",
1736 "system is not supported. This could be caused by ",
1737 "mismatched models, less than expected number of power ",
1738 "supplies, or other unsupported characteristics."
1739 ]
1740 }
1741 },
1742
1743 {
Brandon Wymanc30f00a2021-11-18 21:10:04 +00001744 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.FanFault",
1745 "Subsystem": "power_supply",
Brandon Wymanc30f00a2021-11-18 21:10:04 +00001746 "ActionFlags": ["service_action", "report", "call_home"],
1747 "ComponentID": "0x2700",
1748
1749 "SRC": {
1750 "Type": "11",
1751 "ReasonCode": "0x15FF",
1752 "Words6To9": {}
1753 },
1754
Jim Wright006dafd2022-05-27 12:09:43 -05001755 "Callouts": [
1756 {
1757 "CalloutList": [
1758 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
1759 ]
1760 }
1761 ],
1762
Brandon Wymanc30f00a2021-11-18 21:10:04 +00001763 "Documentation": {
1764 "Description": "Power Supply fan fault",
1765 "Message": "A power supply indicated a fan fault has occurred",
1766 "Notes": [
1767 "The power supply reporting the fault should be called ",
1768 "out using the CALLOUT_INVENTORY_PATH keyword. Include ",
1769 "specific fault, STATUS_* details, and code level in the ",
1770 "AdditionalData section."
1771 ]
1772 }
1773 },
1774
1775 {
Brandon Wyman90c88402021-11-16 20:34:49 +00001776 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.IoutOCFault",
1777 "Subsystem": "power_supply",
Brandon Wyman90c88402021-11-16 20:34:49 +00001778 "ActionFlags": ["service_action", "report", "call_home"],
1779 "ComponentID": "0x2700",
1780
1781 "SRC": {
1782 "Type": "11",
1783 "ReasonCode": "0x1B01",
1784 "Words6To9": {}
1785 },
1786
1787 "Callouts": [
1788 {
1789 "CalloutList": [
1790 { "Priority": "high", "Procedure": "power_overcurrent" }
1791 ]
1792 }
1793 ],
1794
1795 "Documentation": {
1796 "Description": "Power Supply output over-current power fault",
1797 "Message": "A power supply has indicated an output over-current condition."
1798 }
1799 },
1800
1801 {
Jay Meyer54ff54e2021-03-14 20:18:41 -05001802 "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Blackout",
1803 "Subsystem": "power",
1804 "ActionFlags": [ "report", "service_action" ],
Jay Meyer54ff54e2021-03-14 20:18:41 -05001805 "ComponentID": "0x2700",
1806
1807 "SRC":
1808 {
1809 "Type": "11",
1810 "ReasonCode": "0x00AC",
Mike Cappsa2d7b772022-03-07 15:47:48 -05001811 "Words6To9": {}
Jay Meyer54ff54e2021-03-14 20:18:41 -05001812 },
1813
1814 "Callouts": [
1815 {
1816 "CalloutList": [
1817 { "Priority": "high", "SymbolicFRU": "ac_module"}
1818 ]
1819 }
1820 ],
1821
1822 "Documentation": {
1823 "Description": "Input power was lost while the system was powered on.",
1824 "Message": "Input power was lost while the system was powered on.",
1825 "Notes": [
1826 "Input power was lost while system powered on.",
1827 "The CalloutList should use the ACMODUL symbolic FRU."
1828 ]
1829 }
1830 },
1831
1832 {
Brandon Wyman002d8cf2021-12-01 23:05:11 +00001833 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.PSKillFault",
1834 "Subsystem": "power_supply",
Brandon Wyman002d8cf2021-12-01 23:05:11 +00001835 "ActionFlags": ["service_action", "report", "call_home"],
1836 "ComponentID": "0x2700",
1837
1838 "SRC": {
1839 "Type": "11",
1840 "ReasonCode": "0x2500",
Mike Cappsa2d7b772022-03-07 15:47:48 -05001841 "Words6To9": {}
Brandon Wyman002d8cf2021-12-01 23:05:11 +00001842 },
1843
1844 "Callouts": [
1845 {
1846 "CalloutList": [
1847 { "Priority": "high", "Procedure": "power_overcurrent" }
1848 ]
1849 }
1850 ],
1851
1852 "Documentation": {
1853 "Description": "A power supply fault is potentially preventing the power supply from allowing the system to power on.",
1854 "Message": "Power supply PSKill_fault",
1855 "Notes": [
1856 ]
1857 }
1858 },
1859
1860 {
Jim Wright7f678902020-11-30 16:03:57 -06001861 "Name": "xyz.openbmc_project.Power.Error.Shutdown",
1862 "Subsystem": "power_sequencer",
1863 "ComponentID": "0x2700",
1864
1865 "SRC": {
1866 "Type": "11",
1867 "ReasonCode": "0x2600",
1868 "Words6To9": {}
1869 },
1870
1871 "Callouts": [
1872 {
1873 "CalloutList": [
1874 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1875 ]
1876 }
1877 ],
1878
1879 "Documentation": {
1880 "Description": "A power off was issued because a power fault was detected",
1881 "Message": "A power off was issued because a power fault was detected",
1882 "Notes": [
1883 ]
1884 }
1885 },
1886
1887 {
Ben Tyner0273a222021-07-12 15:18:13 -05001888 "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Regulator",
1889 "Subsystem": "power_control_hw",
Mike Capps2a2d0ae2022-03-16 18:09:00 -04001890 "Severity": "critical_system_term",
Ben Tyner0273a222021-07-12 15:18:13 -05001891 "ComponentID": "0x2700",
1892
1893 "SRC": {
1894 "Type": "11",
1895 "ReasonCode": "0x2602",
Mike Cappsa2d7b772022-03-07 15:47:48 -05001896 "Words6To9": {}
Ben Tyner0273a222021-07-12 15:18:13 -05001897 },
1898
1899 "Callouts": [
1900 {
1901 "System": "ibm,rainier",
1902 "CalloutList": [
1903 {
1904 "Priority": "high",
1905 "LocCode": "P0-C5"
1906 },
1907 {
1908 "Priority": "medium",
1909 "LocCode": "P0"
1910 }
1911 ]
1912 },
1913 {
1914 "System": "ibm,everest",
1915 "CalloutList": [
1916 {
1917 "Priority": "high",
1918 "LocCode": "P0-C59"
1919 },
1920 {
1921 "Priority": "medium",
1922 "LocCode": "P0"
1923 }
1924 ]
1925 }
1926 ],
1927
1928 "Documentation": {
1929 "Description": "A power off was issued because a regulator for standby power faulted",
1930 "Message": "A power off was issued because a regulator for standby power faulted",
1931 "Notes": [
1932 ]
1933 }
1934 },
1935
1936 {
Jim Wright7f678902020-11-30 16:03:57 -06001937 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerPGOODFault",
1938 "Subsystem": "power_sequencer",
1939 "ComponentID": "0x2700",
1940
1941 "SRC": {
1942 "Type": "11",
1943 "ReasonCode": "0x2610",
1944 "Words6To9": {}
1945 },
1946
1947 "CalloutsUsingAD": {
1948 "ADName": "INPUT_NAME", "CalloutsWithTheirADValues": [
1949 {
1950 "ADValue": "PCIE_SLOT0", "Callouts": [
1951 {
1952 "CalloutList": [
1953 { "Priority": "high", "LocCode": "P0-C0" },
1954 { "Priority": "medium", "LocCode": "P0" }
1955 ]
1956 }
1957 ]
1958 },
1959 {
1960 "ADValue": "PCIE_SLOT1", "Callouts": [
1961 {
1962 "CalloutList": [
1963 { "Priority": "high", "LocCode": "P0-C1" },
1964 { "Priority": "medium", "LocCode": "P0" }
1965 ]
1966 }
1967 ]
1968 },
1969 {
1970 "ADValue": "PCIE_SLOT2", "Callouts": [
1971 {
1972 "CalloutList": [
1973 { "Priority": "high", "LocCode": "P0-C2" },
1974 { "Priority": "medium", "LocCode": "P0" }
1975 ]
1976 }
1977 ]
1978 },
1979 {
1980 "ADValue": "PCIE_SLOT3", "Callouts": [
1981 {
1982 "CalloutList": [
1983 { "Priority": "high", "LocCode": "P0-C3" },
1984 { "Priority": "medium", "LocCode": "P0" }
1985 ]
1986 }
1987 ]
1988 },
1989 {
1990 "ADValue": "PCIE_SLOT4", "Callouts": [
1991 {
1992 "CalloutList": [
1993 { "Priority": "high", "LocCode": "P0-C4" },
1994 { "Priority": "medium", "LocCode": "P0" }
1995 ]
1996 }
1997 ]
1998 },
1999 {
Jim Wright2e4eb072022-02-03 14:43:46 -06002000 "ADValue": "PCIE_SLOT5", "Callouts": [
2001 {
2002 "CalloutList": [
2003 { "Priority": "high", "LocCode": "P0-C5" },
2004 { "Priority": "medium", "LocCode": "P0" }
2005 ]
2006 }
2007 ]
2008 },
2009 {
2010 "ADValue": "PCIE_SLOT6", "Callouts": [
2011 {
2012 "CalloutList": [
2013 { "Priority": "high", "LocCode": "P0-C6" },
2014 { "Priority": "medium", "LocCode": "P0" }
2015 ]
2016 }
2017 ]
2018 },
2019 {
Jim Wright7f678902020-11-30 16:03:57 -06002020 "ADValue": "PCIE_SLOT7", "Callouts": [
2021 {
2022 "CalloutList": [
2023 { "Priority": "high", "LocCode": "P0-C7" },
2024 { "Priority": "medium", "LocCode": "P0" }
2025 ]
2026 }
2027 ]
2028 },
2029 {
2030 "ADValue": "PCIE_SLOT8", "Callouts": [
2031 {
2032 "CalloutList": [
2033 { "Priority": "high", "LocCode": "P0-C8" },
2034 { "Priority": "medium", "LocCode": "P0" }
2035 ]
2036 }
2037 ]
2038 },
2039 {
2040 "ADValue": "PCIE_SLOT9", "Callouts": [
2041 {
2042 "CalloutList": [
2043 { "Priority": "high", "LocCode": "P0-C9" },
2044 { "Priority": "medium", "LocCode": "P0" }
2045 ]
2046 }
2047 ]
2048 },
2049 {
2050 "ADValue": "PCIE_SLOT10", "Callouts": [
2051 {
2052 "CalloutList": [
2053 { "Priority": "high", "LocCode": "P0-C10" },
2054 { "Priority": "medium", "LocCode": "P0" }
2055 ]
2056 }
2057 ]
2058 },
2059 {
2060 "ADValue": "PCIE_SLOT11", "Callouts": [
2061 {
2062 "CalloutList": [
2063 { "Priority": "high", "LocCode": "P0-C11" },
2064 { "Priority": "medium", "LocCode": "P0" }
2065 ]
2066 }
2067 ]
2068 },
2069 {
2070 "ADValue": "PGOOD_12A", "Callouts": [
2071 {
2072 "CalloutList": [
2073 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2074 ]
2075 }
2076 ]
2077 },
2078 {
2079 "ADValue": "PGOOD_12B", "Callouts": [
2080 {
2081 "CalloutList": [
2082 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2083 ]
2084 }
2085 ]
2086 },
2087 {
2088 "ADValue": "PGOOD_12C", "Callouts": [
2089 {
2090 "CalloutList": [
2091 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2092 ]
2093 }
2094 ]
2095 },
2096 {
2097 "ADValue": "PGOOD_12D", "Callouts": [
2098 {
2099 "CalloutList": [
2100 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2101 ]
2102 }
2103 ]
2104 },
2105 {
2106 "ADValue": "PGOOD_12L", "Callouts": [
2107 {
2108 "CalloutList": [
2109 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2110 ]
2111 }
2112 ]
2113 },
2114 {
2115 "ADValue": "PGOOD_12M", "Callouts": [
2116 {
2117 "CalloutList": [
2118 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2119 ]
2120 }
2121 ]
2122 },
2123 {
2124 "ADValue": "PGOOD_12N", "Callouts": [
2125 {
2126 "CalloutList": [
2127 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2128 ]
2129 }
2130 ]
2131 },
2132 {
2133 "ADValue": "PGOOD_12P", "Callouts": [
2134 {
2135 "CalloutList": [
2136 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2137 ]
2138 }
2139 ]
2140 },
2141 {
2142 "ADValue": "PGOOD_12PCIE", "Callouts": [
2143 {
2144 "CalloutList": [
2145 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2146 ]
2147 }
2148 ]
2149 },
2150 {
2151 "ADValue": "PGOOD_12Q", "Callouts": [
2152 {
2153 "CalloutList": [
2154 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2155 ]
2156 }
2157 ]
2158 },
2159 {
2160 "ADValue": "PGOOD_12R", "Callouts": [
2161 {
2162 "CalloutList": [
2163 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2164 ]
2165 }
2166 ]
2167 },
2168 {
2169 "ADValue": "PGOOD_VDN_DCM0", "Callouts": [
2170 {
2171 "CalloutList": [
2172 { "Priority": "high", "LocCode": "P0-C14" },
2173 { "Priority": "medium", "LocCode": "P0-C15" },
2174 { "Priority": "low", "LocCode": "P0" }
2175 ]
2176 }
2177 ]
2178 },
2179 {
2180 "ADValue": "PGOOD_VDN_DCM1", "Callouts": [
2181 {
2182 "CalloutList": [
2183 { "Priority": "high", "LocCode": "P0-C23" },
2184 { "Priority": "medium", "LocCode": "P0-C24" },
2185 { "Priority": "low", "LocCode": "P0" }
2186 ]
2187 }
2188 ]
2189 },
2190 {
2191 "ADValue": "PGOOD_VCS_DCM0", "Callouts": [
2192 {
2193 "CalloutList": [
2194 { "Priority": "high", "LocCode": "P0-C14" },
2195 { "Priority": "medium", "LocCode": "P0-C15" },
2196 { "Priority": "low", "LocCode": "P0" }
2197 ]
2198 }
2199 ]
2200 },
2201 {
2202 "ADValue": "PGOOD_VCS_DCM1", "Callouts": [
2203 {
2204 "CalloutList": [
2205 { "Priority": "high", "LocCode": "P0-C23" },
2206 { "Priority": "medium", "LocCode": "P0-C24" },
2207 { "Priority": "low", "LocCode": "P0" }
2208 ]
2209 }
2210 ]
2211 },
2212 {
2213 "ADValue": "PGOOD_VIO_DCM0", "Callouts": [
2214 {
2215 "CalloutList": [
2216 { "Priority": "high", "LocCode": "P0-C14" },
2217 { "Priority": "medium", "LocCode": "P0-C15" },
2218 { "Priority": "low", "LocCode": "P0" }
2219 ]
2220 }
2221 ]
2222 },
2223 {
2224 "ADValue": "PGOOD_VIO_DCM1", "Callouts": [
2225 {
2226 "CalloutList": [
2227 { "Priority": "high", "LocCode": "P0-C23" },
2228 { "Priority": "medium", "LocCode": "P0-C24" },
2229 { "Priority": "low", "LocCode": "P0" }
2230 ]
2231 }
2232 ]
2233 },
2234 {
2235 "ADValue": "PGOOD_VPCIE_DCM0", "Callouts": [
2236 {
2237 "CalloutList": [
2238 { "Priority": "high", "LocCode": "P0-C14" },
2239 { "Priority": "medium", "LocCode": "P0-C15" },
2240 { "Priority": "low", "LocCode": "P0" }
2241 ]
2242 }
2243 ]
2244 },
2245 {
2246 "ADValue": "PGOOD_VPCIE_DCM1", "Callouts": [
2247 {
2248 "CalloutList": [
2249 { "Priority": "high", "LocCode": "P0-C23" },
2250 { "Priority": "medium", "LocCode": "P0-C24" },
2251 { "Priority": "low", "LocCode": "P0" }
2252 ]
2253 }
2254 ]
Jim Wright2e4eb072022-02-03 14:43:46 -06002255 },
2256 {
2257 "ADValue": "CP0_VPCIE", "Callouts": [
2258 {
2259 "CalloutList": [
2260 { "Priority": "high", "LocCode": "P0-C58" },
Jim Wrightace33db2022-04-19 14:33:37 -05002261 { "Priority": "medium", "LocCode": "P0-C61" },
Jim Wright2e4eb072022-02-03 14:43:46 -06002262 { "Priority": "low", "LocCode": "P0" }
2263 ]
2264 }
2265 ]
2266 },
2267 {
2268 "ADValue": "CP1_VPCIE", "Callouts": [
2269 {
2270 "CalloutList": [
2271 { "Priority": "high", "LocCode": "P0-C16" },
Jim Wrightace33db2022-04-19 14:33:37 -05002272 { "Priority": "medium", "LocCode": "P0-C14" },
Jim Wright2e4eb072022-02-03 14:43:46 -06002273 { "Priority": "low", "LocCode": "P0" }
2274 ]
2275 }
2276 ]
2277 },
2278 {
2279 "ADValue": "CP2_VPCIE", "Callouts": [
2280 {
2281 "CalloutList": [
2282 { "Priority": "high", "LocCode": "P0-C16" },
Jim Wrightace33db2022-04-19 14:33:37 -05002283 { "Priority": "medium", "LocCode": "P0-C19" },
Jim Wright2e4eb072022-02-03 14:43:46 -06002284 { "Priority": "low", "LocCode": "P0" }
2285 ]
2286 }
2287 ]
2288 },
2289 {
2290 "ADValue": "CP3_VPCIE", "Callouts": [
2291 {
2292 "CalloutList": [
2293 { "Priority": "high", "LocCode": "P0-C58" },
2294 { "Priority": "medium", "LocCode": "P0-C56" },
2295 { "Priority": "low", "LocCode": "P0" }
2296 ]
2297 }
2298 ]
2299 },
2300 {
Jim Wrightace33db2022-04-19 14:33:37 -05002301 "ADValue": "5.0V_USB_front", "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002302 {
2303 "CalloutList": [
2304 { "Priority": "high", "SymbolicFRU": "usb_pgood" },
Jim Wrightace33db2022-04-19 14:33:37 -05002305 { "Priority": "low", "LocCode": "P1" },
2306 { "Priority": "low", "LocCode": "P0" }
Jim Wright2e4eb072022-02-03 14:43:46 -06002307 ]
2308 }
2309 ]
2310 },
2311 {
2312 "ADValue": "CP0_VDN", "Callouts": [
2313 {
2314 "CalloutList": [
2315 { "Priority": "high", "LocCode": "P0-C63" },
Jim Wrightace33db2022-04-19 14:33:37 -05002316 { "Priority": "medium", "LocCode": "P0-C61" },
Jim Wright2e4eb072022-02-03 14:43:46 -06002317 { "Priority": "low", "LocCode": "P0" }
2318 ]
2319 }
2320 ]
2321 },
2322 {
2323 "ADValue": "CP1_VDN", "Callouts": [
2324 {
2325 "CalloutList": [
2326 { "Priority": "high", "LocCode": "P0-C12" },
Jim Wrightace33db2022-04-19 14:33:37 -05002327 { "Priority": "medium", "LocCode": "P0-C14" },
Jim Wright2e4eb072022-02-03 14:43:46 -06002328 { "Priority": "low", "LocCode": "P0" }
2329 ]
2330 }
2331 ]
2332 },
2333 {
2334 "ADValue": "CP2_VDN", "Callouts": [
2335 {
2336 "CalloutList": [
2337 { "Priority": "high", "LocCode": "P0-C21" },
Jim Wrightace33db2022-04-19 14:33:37 -05002338 { "Priority": "medium", "LocCode": "P0-C19" },
Jim Wright2e4eb072022-02-03 14:43:46 -06002339 { "Priority": "low", "LocCode": "P0" }
2340 ]
2341 }
2342 ]
2343 },
2344 {
2345 "ADValue": "CP3_VDN", "Callouts": [
2346 {
2347 "CalloutList": [
2348 { "Priority": "high", "LocCode": "P0-C54" },
2349 { "Priority": "medium", "LocCode": "P0-C56" },
2350 { "Priority": "low", "LocCode": "P0" }
2351 ]
2352 }
2353 ]
2354 },
2355 {
2356 "ADValue": "CP0_VIO", "Callouts": [
2357 {
2358 "CalloutList": [
2359 { "Priority": "high", "LocCode": "P0-C63" },
Jim Wrightace33db2022-04-19 14:33:37 -05002360 { "Priority": "medium", "LocCode": "P0-C61" },
Jim Wright2e4eb072022-02-03 14:43:46 -06002361 { "Priority": "low", "LocCode": "P0" }
2362 ]
2363 }
2364 ]
2365 },
2366 {
2367 "ADValue": "CP1_VIO", "Callouts": [
2368 {
2369 "CalloutList": [
2370 { "Priority": "high", "LocCode": "P0-C12" },
Jim Wrightace33db2022-04-19 14:33:37 -05002371 { "Priority": "medium", "LocCode": "P0-C14" },
Jim Wright2e4eb072022-02-03 14:43:46 -06002372 { "Priority": "low", "LocCode": "P0" }
2373 ]
2374 }
2375 ]
2376 },
2377 {
2378 "ADValue": "CP2_VIO", "Callouts": [
2379 {
2380 "CalloutList": [
2381 { "Priority": "high", "LocCode": "P0-C21" },
Jim Wrightace33db2022-04-19 14:33:37 -05002382 { "Priority": "medium", "LocCode": "P0-C19" },
Jim Wright2e4eb072022-02-03 14:43:46 -06002383 { "Priority": "low", "LocCode": "P0" }
2384 ]
2385 }
2386 ]
2387 },
2388 {
2389 "ADValue": "CP3_VIO", "Callouts": [
2390 {
2391 "CalloutList": [
2392 { "Priority": "high", "LocCode": "P0-C54" },
2393 { "Priority": "medium", "LocCode": "P0-C56" },
2394 { "Priority": "low", "LocCode": "P0" }
2395 ]
2396 }
2397 ]
2398 },
2399 {
2400 "ADValue": "PGOOD_PSU1", "Callouts": [
2401 {
2402 "CalloutList": [
2403 { "Priority": "high", "LocCode": "E0" }
2404 ]
2405 }
2406 ]
2407 },
2408 {
2409 "ADValue": "PGOOD_PSU2", "Callouts": [
2410 {
2411 "CalloutList": [
2412 { "Priority": "high", "LocCode": "E1" }
2413 ]
2414 }
2415 ]
2416 },
2417 {
2418 "ADValue": "PGOOD_PSU3", "Callouts": [
2419 {
2420 "CalloutList": [
2421 { "Priority": "high", "LocCode": "E2" }
2422 ]
2423 }
2424 ]
2425 },
2426 {
2427 "ADValue": "PGOOD_PSU4", "Callouts": [
2428 {
2429 "CalloutList": [
2430 { "Priority": "high", "LocCode": "E3" }
2431 ]
2432 }
2433 ]
Jim Wright7f678902020-11-30 16:03:57 -06002434 }
2435 ]
2436 },
2437
2438 "Documentation": {
2439 "Description": "The power sequencer chip detected a PGOOD fault",
2440 "Message": "The power sequencer chip detected a PGOOD fault",
2441 "Notes": [
2442 ]
2443 }
2444 },
2445
2446 {
2447 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerVoltageFault",
2448 "Subsystem": "power_sequencer",
2449 "ComponentID": "0x2700",
2450
2451 "SRC": {
2452 "Type": "11",
2453 "ReasonCode": "0x2620",
2454 "Words6To9": {}
2455 },
2456
2457 "CalloutsUsingAD": {
2458 "ADName": "RAIL_NAME", "CalloutsWithTheirADValues": [
2459 {
2460 "ADValue": "12.0V", "Callouts": [
2461 {
2462 "CalloutList": [
2463 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2464 ]
2465 }
2466 ]
2467 },
2468 {
2469 "ADValue": "5.0V_USB", "Callouts": [
2470 {
2471 "CalloutList": [
2472 { "Priority": "high", "SymbolicFRU": "usb_pgood" },
2473 { "Priority": "medium", "LocCode": "P0" }
2474 ]
2475 }
2476 ]
2477 },
2478 {
2479 "ADValue": "5.0V_DASD", "Callouts": [
2480 {
2481 "CalloutList": [
2482 { "Priority": "medium", "LocCode": "P1" },
2483 { "Priority": "medium", "LocCode": "P2" },
Jim Wright7f678902020-11-30 16:03:57 -06002484 { "Priority": "low", "LocCode": "P0" }
2485 ]
2486 }
2487 ]
2488 },
2489 {
2490 "ADValue": "3.3VA", "Callouts": [
2491 {
2492 "CalloutList": [
2493 { "Priority": "high", "LocCode": "P0" }
2494 ]
2495 }
2496 ]
2497 },
2498 {
2499 "ADValue": "3.3VB", "Callouts": [
2500 {
2501 "CalloutList": [
2502 { "Priority": "high", "LocCode": "P0" }
2503 ]
2504 }
2505 ]
2506 },
2507 {
Jim Wright2e4eb072022-02-03 14:43:46 -06002508 "ADValue": "3V3IO", "Callouts": [
2509 {
2510 "CalloutList": [
Jim Wrightace33db2022-04-19 14:33:37 -05002511 { "Priority": "high", "LocCode": "P0-C17" },
2512 { "Priority": "medium", "LocCode": "P0-C96" },
2513 { "Priority": "medium", "LocCode": "P0-C0" },
2514 { "Priority": "medium", "SymbolicFRU": "pcie_hot_plug" },
2515 { "Priority": "low", "LocCode": "P0" }
Jim Wright2e4eb072022-02-03 14:43:46 -06002516 ]
2517 }
2518 ]
2519 },
2520 {
Jim Wright7f678902020-11-30 16:03:57 -06002521 "ADValue": "1.5V", "Callouts": [
2522 {
2523 "CalloutList": [
2524 { "Priority": "high", "LocCode": "P0" }
2525 ]
2526 }
2527 ]
2528 },
2529 {
2530 "ADValue": "1.1V", "Callouts": [
2531 {
2532 "CalloutList": [
2533 { "Priority": "high", "LocCode": "P0" }
2534 ]
2535 }
2536 ]
2537 },
2538 {
2539 "ADValue": "VDDA_DCM0", "Callouts": [
2540 {
2541 "CalloutList": [
2542 { "Priority": "high", "LocCode": "P0-C14" },
2543 { "Priority": "medium", "LocCode": "P0-C15" },
2544 { "Priority": "low", "LocCode": "P0" }
2545 ]
2546 }
2547 ]
2548 },
2549 {
2550 "ADValue": "VDDB_DCM0", "Callouts": [
2551 {
2552 "CalloutList": [
2553 { "Priority": "high", "LocCode": "P0-C14" },
2554 { "Priority": "medium", "LocCode": "P0-C15" },
2555 { "Priority": "low", "LocCode": "P0" }
2556 ]
2557 }
2558 ]
2559 },
2560 {
2561 "ADValue": "VDDA_DCM1", "Callouts": [
2562 {
2563 "CalloutList": [
2564 { "Priority": "high", "LocCode": "P0-C23" },
2565 { "Priority": "medium", "LocCode": "P0-C24" },
2566 { "Priority": "low", "LocCode": "P0" }
2567 ]
2568 }
2569 ]
2570 },
2571 {
2572 "ADValue": "VDDB_DCM1", "Callouts": [
2573 {
2574 "CalloutList": [
2575 { "Priority": "high", "LocCode": "P0-C23" },
2576 { "Priority": "medium", "LocCode": "P0-C24" },
2577 { "Priority": "low", "LocCode": "P0" }
2578 ]
2579 }
2580 ]
2581 },
2582 {
Jim Wright2e4eb072022-02-03 14:43:46 -06002583 "ADValue": "CP03_AVDD", "Callouts": [
2584 {
2585 "CalloutList": [
2586 { "Priority": "high", "LocCode": "P0-C58" },
Jim Wright2e4eb072022-02-03 14:43:46 -06002587 { "Priority": "medium", "LocCode": "P0-C61" },
Jim Wrightace33db2022-04-19 14:33:37 -05002588 { "Priority": "medium", "LocCode": "P0-C56" },
Jim Wright2e4eb072022-02-03 14:43:46 -06002589 { "Priority": "low", "LocCode": "P0" }
2590 ]
2591 }
2592 ]
2593 },
2594 {
2595 "ADValue": "CP12_AVDD", "Callouts": [
2596 {
2597 "CalloutList": [
2598 { "Priority": "high", "LocCode": "P0-C16" },
2599 { "Priority": "medium", "LocCode": "P0-C14" },
2600 { "Priority": "medium", "LocCode": "P0-C19" },
2601 { "Priority": "low", "LocCode": "P0" }
2602 ]
2603 }
2604 ]
2605 },
2606 {
2607 "ADValue": "CP0_VDD0", "Callouts": [
2608 {
2609 "CalloutList": [
2610 { "Priority": "high", "LocCode": "P0-C62" },
2611 { "Priority": "medium", "LocCode": "P0-C61" },
2612 { "Priority": "low", "LocCode": "P0" }
2613 ]
2614 }
2615 ]
2616 },
2617 {
2618 "ADValue": "CP0_VDD1", "Callouts": [
2619 {
2620 "CalloutList": [
2621 { "Priority": "high", "LocCode": "P0-C60" },
2622 { "Priority": "medium", "LocCode": "P0-C61" },
2623 { "Priority": "low", "LocCode": "P0" }
2624 ]
2625 }
2626 ]
2627 },
2628 {
2629 "ADValue": "CP1_VDD0", "Callouts": [
2630 {
2631 "CalloutList": [
2632 { "Priority": "high", "LocCode": "P0-C13" },
2633 { "Priority": "medium", "LocCode": "P0-C14" },
2634 { "Priority": "low", "LocCode": "P0" }
2635 ]
2636 }
2637 ]
2638 },
2639 {
2640 "ADValue": "CP1_VDD1", "Callouts": [
2641 {
2642 "CalloutList": [
2643 { "Priority": "high", "LocCode": "P0-C15" },
2644 { "Priority": "medium", "LocCode": "P0-C14" },
2645 { "Priority": "low", "LocCode": "P0" }
2646 ]
2647 }
2648 ]
2649 },
2650 {
2651 "ADValue": "CP2_VDD0", "Callouts": [
2652 {
2653 "CalloutList": [
2654 { "Priority": "high", "LocCode": "P0-C18" },
2655 { "Priority": "medium", "LocCode": "P0-C19" },
2656 { "Priority": "low", "LocCode": "P0" }
2657 ]
2658 }
2659 ]
2660 },
2661 {
2662 "ADValue": "CP2_VDD1", "Callouts": [
2663 {
2664 "CalloutList": [
2665 { "Priority": "high", "LocCode": "P0-C20" },
2666 { "Priority": "medium", "LocCode": "P0-C19" },
2667 { "Priority": "low", "LocCode": "P0" }
2668 ]
2669 }
2670 ]
2671 },
2672 {
2673 "ADValue": "CP3_VDD0", "Callouts": [
2674 {
2675 "CalloutList": [
2676 { "Priority": "high", "LocCode": "P0-C57" },
2677 { "Priority": "medium", "LocCode": "P0-C56" },
2678 { "Priority": "low", "LocCode": "P0" }
2679 ]
2680 }
2681 ]
2682 },
2683 {
2684 "ADValue": "CP3_VDD1", "Callouts": [
2685 {
2686 "CalloutList": [
2687 { "Priority": "high", "LocCode": "P0-C55" },
2688 { "Priority": "medium", "LocCode": "P0-C56" },
2689 { "Priority": "low", "LocCode": "P0" }
2690 ]
2691 }
2692 ]
2693 },
2694 {
2695 "ADValue": "CP0_VCS0", "Callouts": [
2696 {
2697 "CalloutList": [
2698 { "Priority": "high", "LocCode": "P0-C63" },
2699 { "Priority": "medium", "LocCode": "P0-C61" },
2700 { "Priority": "low", "LocCode": "P0" }
2701 ]
2702 }
2703 ]
2704 },
2705 {
2706 "ADValue": "CP0_VCS1", "Callouts": [
2707 {
2708 "CalloutList": [
2709 { "Priority": "high", "LocCode": "P0-C59" },
2710 { "Priority": "medium", "LocCode": "P0-C61" },
2711 { "Priority": "low", "LocCode": "P0" }
2712 ]
2713 }
2714 ]
2715 },
2716 {
2717 "ADValue": "CP1_VCS0", "Callouts": [
2718 {
2719 "CalloutList": [
2720 { "Priority": "high", "LocCode": "P0-C12" },
2721 { "Priority": "medium", "LocCode": "P0-C14" },
2722 { "Priority": "low", "LocCode": "P0" }
2723 ]
2724 }
2725 ]
2726 },
2727 {
2728 "ADValue": "CP1_VCS1", "Callouts": [
2729 {
2730 "CalloutList": [
2731 { "Priority": "high", "LocCode": "P0-C16" },
2732 { "Priority": "medium", "LocCode": "P0-C14" },
2733 { "Priority": "low", "LocCode": "P0" }
2734 ]
2735 }
2736 ]
2737 },
2738 {
2739 "ADValue": "CP2_VCS0", "Callouts": [
2740 {
2741 "CalloutList": [
2742 { "Priority": "high", "LocCode": "P0-C17" },
2743 { "Priority": "medium", "LocCode": "P0-C19" },
2744 { "Priority": "low", "LocCode": "P0" }
2745 ]
2746 }
2747 ]
2748 },
2749 {
2750 "ADValue": "CP2_VCS1", "Callouts": [
2751 {
2752 "CalloutList": [
2753 { "Priority": "high", "LocCode": "P0-C21" },
2754 { "Priority": "medium", "LocCode": "P0-C19" },
2755 { "Priority": "low", "LocCode": "P0" }
2756 ]
2757 }
2758 ]
2759 },
2760 {
2761 "ADValue": "CP3_VCS0", "Callouts": [
2762 {
2763 "CalloutList": [
2764 { "Priority": "high", "LocCode": "P0-C58" },
2765 { "Priority": "medium", "LocCode": "P0-C56" },
2766 { "Priority": "low", "LocCode": "P0" }
2767 ]
2768 }
2769 ]
2770 },
2771 {
2772 "ADValue": "CP3_VCS1", "Callouts": [
2773 {
2774 "CalloutList": [
2775 { "Priority": "high", "LocCode": "P0-C54" },
2776 { "Priority": "medium", "LocCode": "P0-C56" },
2777 { "Priority": "low", "LocCode": "P0" }
2778 ]
2779 }
2780 ]
2781 },
2782 {
Jim Wrightae1738c2022-05-02 09:57:45 -05002783 "ADValue": "CP0_VDN", "Callouts": [
2784 {
2785 "CalloutList": [
2786 { "Priority": "high", "LocCode": "P0-C63" },
2787 { "Priority": "medium", "LocCode": "P0-C61" },
2788 { "Priority": "low", "LocCode": "P0" }
2789 ]
2790 }
2791 ]
2792 },
2793 {
2794 "ADValue": "CP1_VDN", "Callouts": [
2795 {
2796 "CalloutList": [
2797 { "Priority": "high", "LocCode": "P0-C12" },
2798 { "Priority": "medium", "LocCode": "P0-C14" },
2799 { "Priority": "low", "LocCode": "P0" }
2800 ]
2801 }
2802 ]
2803 },
2804 {
2805 "ADValue": "CP2_VDN", "Callouts": [
2806 {
2807 "CalloutList": [
2808 { "Priority": "high", "LocCode": "P0-C21" },
2809 { "Priority": "medium", "LocCode": "P0-C19" },
2810 { "Priority": "low", "LocCode": "P0" }
2811 ]
2812 }
2813 ]
2814 },
2815 {
2816 "ADValue": "CP3_VDN", "Callouts": [
2817 {
2818 "CalloutList": [
2819 { "Priority": "high", "LocCode": "P0-C54" },
2820 { "Priority": "medium", "LocCode": "P0-C56" },
2821 { "Priority": "low", "LocCode": "P0" }
2822 ]
2823 }
2824 ]
2825 },
2826 {
2827 "ADValue": "CP0_VIO", "Callouts": [
2828 {
2829 "CalloutList": [
2830 { "Priority": "high", "LocCode": "P0-C63" },
2831 { "Priority": "medium", "LocCode": "P0-C61" },
2832 { "Priority": "low", "LocCode": "P0" }
2833 ]
2834 }
2835 ]
2836 },
2837 {
2838 "ADValue": "CP1_VIO", "Callouts": [
2839 {
2840 "CalloutList": [
2841 { "Priority": "high", "LocCode": "P0-C12" },
2842 { "Priority": "medium", "LocCode": "P0-C14" },
2843 { "Priority": "low", "LocCode": "P0" }
2844 ]
2845 }
2846 ]
2847 },
2848 {
2849 "ADValue": "CP2_VIO", "Callouts": [
2850 {
2851 "CalloutList": [
2852 { "Priority": "high", "LocCode": "P0-C21" },
2853 { "Priority": "medium", "LocCode": "P0-C19" },
2854 { "Priority": "low", "LocCode": "P0" }
2855 ]
2856 }
2857 ]
2858 },
2859 {
2860 "ADValue": "CP3_VIO", "Callouts": [
2861 {
2862 "CalloutList": [
2863 { "Priority": "high", "LocCode": "P0-C54" },
2864 { "Priority": "medium", "LocCode": "P0-C56" },
2865 { "Priority": "low", "LocCode": "P0" }
2866 ]
2867 }
2868 ]
2869 },
2870 {
2871 "ADValue": "CP0_VPCIE", "Callouts": [
2872 {
2873 "CalloutList": [
2874 { "Priority": "high", "LocCode": "P0-C58" },
2875 { "Priority": "medium", "LocCode": "P0-C61" },
2876 { "Priority": "low", "LocCode": "P0" }
2877 ]
2878 }
2879 ]
2880 },
2881 {
2882 "ADValue": "CP1_VPCIE", "Callouts": [
2883 {
2884 "CalloutList": [
2885 { "Priority": "high", "LocCode": "P0-C16" },
2886 { "Priority": "medium", "LocCode": "P0-C14" },
2887 { "Priority": "low", "LocCode": "P0" }
2888 ]
2889 }
2890 ]
2891 },
2892 {
2893 "ADValue": "CP2_VPCIE", "Callouts": [
2894 {
2895 "CalloutList": [
2896 { "Priority": "high", "LocCode": "P0-C16" },
2897 { "Priority": "medium", "LocCode": "P0-C19" },
2898 { "Priority": "low", "LocCode": "P0" }
2899 ]
2900 }
2901 ]
2902 },
2903 {
2904 "ADValue": "CP3_VPCIE", "Callouts": [
2905 {
2906 "CalloutList": [
2907 { "Priority": "high", "LocCode": "P0-C58" },
2908 { "Priority": "medium", "LocCode": "P0-C56" },
2909 { "Priority": "low", "LocCode": "P0" }
2910 ]
2911 }
2912 ]
2913 },
2914 {
Jim Wright7f678902020-11-30 16:03:57 -06002915 "ADValue": "12.0VCS", "Callouts": [
2916 {
2917 "CalloutList": [
2918 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2919 ]
2920 }
2921 ]
2922 },
2923 {
2924 "ADValue": "3.3VCS", "Callouts": [
2925 {
2926 "CalloutList": [
2927 { "Priority": "high", "LocCode": "P0" }
2928 ]
2929 }
2930 ]
2931 },
2932 {
2933 "ADValue": "1.1V_Current", "Callouts": [
2934 {
2935 "CalloutList": [
2936 { "Priority": "high", "LocCode": "P0" }
2937 ]
2938 }
2939 ]
2940 },
2941 {
2942 "ADValue": "5.0V_USB_Current", "Callouts": [
2943 {
2944 "CalloutList": [
2945 { "Priority": "high", "SymbolicFRU": "usb_pgood" },
2946 { "Priority": "medium", "LocCode": "P0" }
2947 ]
2948 }
2949 ]
2950 },
2951 {
2952 "ADValue": "5.0V_DASD_Current", "Callouts": [
2953 {
2954 "CalloutList": [
2955 { "Priority": "medium", "LocCode": "P1" },
2956 { "Priority": "medium", "LocCode": "P2" },
Jim Wright7f678902020-11-30 16:03:57 -06002957 { "Priority": "low", "LocCode": "P0" }
2958 ]
2959 }
2960 ]
2961 },
2962 {
2963 "ADValue": "12.0VN", "Callouts": [
2964 {
2965 "CalloutList": [
2966 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2967 ]
2968 }
2969 ]
2970 },
2971 {
2972 "ADValue": "12.0VP", "Callouts": [
2973 {
2974 "CalloutList": [
2975 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2976 ]
2977 }
2978 ]
2979 },
2980 {
2981 "ADValue": "12.0VQ", "Callouts": [
2982 {
2983 "CalloutList": [
2984 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2985 ]
2986 }
2987 ]
2988 },
2989 {
2990 "ADValue": "12.0VR", "Callouts": [
2991 {
2992 "CalloutList": [
2993 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2994 ]
2995 }
2996 ]
2997 },
2998 {
2999 "ADValue": "ThermalDiode1", "Callouts": [
3000 {
3001 "CalloutList": [
3002 { "Priority": "high", "LocCode": "P0" }
3003 ]
3004 }
3005 ]
3006 },
3007 {
3008 "ADValue": "ThermalDiode2", "Callouts": [
3009 {
3010 "CalloutList": [
3011 { "Priority": "high", "LocCode": "P0" }
3012 ]
3013 }
3014 ]
3015 },
3016 {
3017 "ADValue": "ThermalDiode3", "Callouts": [
3018 {
3019 "CalloutList": [
3020 { "Priority": "high", "LocCode": "P0" }
3021 ]
3022 }
3023 ]
3024 },
3025 {
3026 "ADValue": "ThermalDiode4", "Callouts": [
3027 {
3028 "CalloutList": [
3029 { "Priority": "high", "LocCode": "P0" }
3030 ]
3031 }
3032 ]
Jim Wrightae1738c2022-05-02 09:57:45 -05003033 },
3034 {
3035 "ADValue": "VDN_DCM0", "Callouts": [
3036 {
3037 "CalloutList": [
3038 { "Priority": "high", "LocCode": "P0-C14" },
3039 { "Priority": "medium", "LocCode": "P0-C15" },
3040 { "Priority": "low", "LocCode": "P0" }
3041 ]
3042 }
3043 ]
3044 },
3045 {
3046 "ADValue": "VDN_DCM1", "Callouts": [
3047 {
3048 "CalloutList": [
3049 { "Priority": "high", "LocCode": "P0-C23" },
3050 { "Priority": "medium", "LocCode": "P0-C24" },
3051 { "Priority": "low", "LocCode": "P0" }
3052 ]
3053 }
3054 ]
3055 },
3056 {
3057 "ADValue": "VCS_DCM0", "Callouts": [
3058 {
3059 "CalloutList": [
3060 { "Priority": "high", "LocCode": "P0-C14" },
3061 { "Priority": "medium", "LocCode": "P0-C15" },
3062 { "Priority": "low", "LocCode": "P0" }
3063 ]
3064 }
3065 ]
3066 },
3067 {
3068 "ADValue": "VCS_DCM1", "Callouts": [
3069 {
3070 "CalloutList": [
3071 { "Priority": "high", "LocCode": "P0-C23" },
3072 { "Priority": "medium", "LocCode": "P0-C24" },
3073 { "Priority": "low", "LocCode": "P0" }
3074 ]
3075 }
3076 ]
3077 },
3078 {
3079 "ADValue": "VIO_DCM0", "Callouts": [
3080 {
3081 "CalloutList": [
3082 { "Priority": "high", "LocCode": "P0-C14" },
3083 { "Priority": "medium", "LocCode": "P0-C15" },
3084 { "Priority": "low", "LocCode": "P0" }
3085 ]
3086 }
3087 ]
3088 },
3089 {
3090 "ADValue": "VIO_DCM1", "Callouts": [
3091 {
3092 "CalloutList": [
3093 { "Priority": "high", "LocCode": "P0-C23" },
3094 { "Priority": "medium", "LocCode": "P0-C24" },
3095 { "Priority": "low", "LocCode": "P0" }
3096 ]
3097 }
3098 ]
3099 },
3100 {
3101 "ADValue": "VPCIE_DCM0", "Callouts": [
3102 {
3103 "CalloutList": [
3104 { "Priority": "high", "LocCode": "P0-C14" },
3105 { "Priority": "medium", "LocCode": "P0-C15" },
3106 { "Priority": "low", "LocCode": "P0" }
3107 ]
3108 }
3109 ]
3110 },
3111 {
3112 "ADValue": "VPCIE_DCM1", "Callouts": [
3113 {
3114 "CalloutList": [
3115 { "Priority": "high", "LocCode": "P0-C23" },
3116 { "Priority": "medium", "LocCode": "P0-C24" },
3117 { "Priority": "low", "LocCode": "P0" }
3118 ]
3119 }
3120 ]
Jim Wright7f678902020-11-30 16:03:57 -06003121 }
3122 ]
3123 },
3124
3125 "Documentation": {
3126 "Description": "The power sequencer chip detected a voltage fault",
3127 "Message": "The power sequencer chip detected a voltage fault",
3128 "Notes": [
3129 ]
3130 }
3131 },
3132
3133 {
Shawn McCarney7f1ec942021-07-28 13:33:34 -05003134 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.N",
3135 "Subsystem": "power",
3136 "Severity": "predictive_redundancy_loss",
3137 "ComponentID": "0x2700",
3138
3139 "SRC": {
3140 "Type": "11",
3141 "ReasonCode": "0x2700",
3142 "Words6To9": {}
3143 },
3144
3145 "Documentation": {
3146 "Description": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
3147 "Message": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
3148 "Notes": [
3149 "CALLOUT_INVENTORY_PATH should be specified in the ",
3150 "AdditionalData property of the event log so that ",
3151 "the device is called out but not the communication path."
3152 ]
3153 }
3154 },
3155
3156 {
3157 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.NPlus1",
3158 "Subsystem": "power",
3159 "Severity": "non_error",
3160 "MfgSeverity": "predictive_redundancy_loss",
3161 "ActionFlags": ["report"],
3162 "MfgActionFlags": ["service_action", "report", "call_home"],
3163 "ComponentID": "0x2700",
3164
3165 "SRC": {
3166 "Type": "11",
3167 "ReasonCode": "0x2701",
3168 "Words6To9": {}
3169 },
3170
3171 "Documentation": {
3172 "Description": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
3173 "Message": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
3174 "Notes": [
3175 "CALLOUT_INVENTORY_PATH should be specified in the ",
3176 "AdditionalData property of the event log so that ",
3177 "the device is called out but not the communication path."
3178 ]
3179 }
3180 },
3181
3182 {
Shawn McCarney01648f52020-06-25 11:42:02 -05003183 "Name": "xyz.openbmc_project.Power.Regulators.Error.WriteVerification",
3184 "Subsystem": "power",
3185 "ComponentID": "0x2700",
3186
3187 "SRC": {
3188 "Type": "11",
3189 "ReasonCode": "0x2900",
3190 "Words6To9": {}
3191 },
3192
3193 "Documentation": {
3194 "Description": "A write verification error occurred on a device",
3195 "Message": "A write verification error occurred on a device",
3196 "Notes": [
3197 "This error occurs when a device register is written, ",
3198 "read back, and the two values do not match. This is ",
3199 "also called a read-back error. The device should be ",
3200 "identified using the CALLOUT_DEVICE_PATH or ",
3201 "CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR keywords in the ",
3202 "AdditionalData property of the event log. This will ",
3203 "cause the device and the hardware in the communication ",
3204 "path to be called out."
3205 ]
3206 }
3207 },
3208
3209 {
Shawn McCarneye4022182022-01-31 19:09:01 -06003210 "Name": "xyz.openbmc_project.Power.UPS.Error.Battery.Discharging",
3211 "Subsystem": "power",
3212 "Severity": "non_error",
3213 "ActionFlags": ["report"],
3214 "ComponentID": "0x2700",
3215
3216 "SRC": {
3217 "Type": "11",
3218 "ReasonCode": "0x4201",
3219 "Words6To9": {}
3220 },
3221
3222 "Documentation": {
3223 "Description": "The Uninterruptible Power Supply (UPS) battery is discharging and providing power to the system due to a utility failure",
3224 "Message": "The Uninterruptible Power Supply (UPS) battery is discharging and providing power to the system due to a utility failure",
3225 "Notes": [
3226 ]
3227 }
3228 },
3229
3230 {
3231 "Name": "xyz.openbmc_project.Power.UPS.Error.Battery.Low",
3232 "Subsystem": "power",
3233 "Severity": "non_error",
3234 "ActionFlags": ["report"],
3235 "ComponentID": "0x2700",
3236
3237 "SRC": {
3238 "Type": "11",
3239 "ReasonCode": "0x4203",
3240 "Words6To9": {}
3241 },
3242
3243 "Documentation": {
3244 "Description": "The Uninterruptible Power Supply (UPS) battery level is low",
3245 "Message": "The Uninterruptible Power Supply (UPS) battery level is low",
3246 "Notes": [
3247 ]
3248 }
3249 },
3250
3251 {
Shawn McCarney01648f52020-06-25 11:42:02 -05003252 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile",
3253 "Subsystem": "power",
3254 "ComponentID": "0x2700",
3255
3256 "SRC": {
3257 "Type": "11",
3258 "ReasonCode": "0xA013",
3259 "Words6To9": {}
3260 },
3261
3262 "Callouts": [
3263 {
3264 "CalloutList": [
3265 { "Priority": "high", "Procedure": "bmc_code" }
3266 ]
3267 }
3268 ],
3269
3270 "Documentation": {
3271 "Description": "A regulators configuration file error occurred",
3272 "Message": "A regulators configuration file error occurred",
3273 "Notes": [
3274 "The regulators configuration file could not be found, ",
3275 "could not be read, or had invalid contents."
3276 ]
3277 }
3278 },
3279
3280 {
Shawn McCarney82e31d82021-02-19 16:25:55 -06003281 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile.Critical",
3282 "Subsystem": "power",
3283 "Severity": "critical_system_term",
3284 "ComponentID": "0x2700",
3285
3286 "SRC": {
3287 "Type": "11",
3288 "ReasonCode": "0xA014",
Mike Cappsa2d7b772022-03-07 15:47:48 -05003289 "Words6To9": {}
Shawn McCarney82e31d82021-02-19 16:25:55 -06003290 },
3291
3292 "Callouts": [
3293 {
3294 "CalloutList": [
3295 { "Priority": "high", "Procedure": "bmc_code" }
3296 ]
3297 }
3298 ],
3299
3300 "Documentation": {
3301 "Description": "A critical regulators configuration file error occurred",
3302 "Message": "A critical regulators configuration file error occurred",
3303 "Notes": [
3304 "The regulators configuration file could not be found, ",
3305 "could not be read, or had invalid contents. As a result ",
3306 "voltage regulators could not be configured, and the ",
3307 "chassis could not be powered on."
3308 ]
3309 }
3310 },
3311
3312 {
Jim Wright7f678902020-11-30 16:03:57 -06003313 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerFault",
3314 "Subsystem": "power_sequencer",
3315 "ComponentID": "0x2700",
3316
3317 "SRC": {
3318 "Type": "11",
3319 "ReasonCode": "0xD000",
3320 "Words6To9": {}
3321 },
3322
3323 "Callouts": [
3324 {
3325 "CalloutList": [
3326 { "Priority": "high", "LocCode": "P0" }
3327 ]
3328 }
3329 ],
3330
3331 "Documentation": {
3332 "Description": "The power sequencer chip detected a fault",
3333 "Message": "The power sequencer chip detected a fault",
3334 "Notes": [
3335 ]
3336 }
3337 },
3338
3339 {
Jim Wrightc1ba04f2021-11-12 15:31:32 -06003340 "Name": "xyz.openbmc_project.Power.Error.PowerOnTimeout",
Jim Wright7f678902020-11-30 16:03:57 -06003341 "Subsystem": "power_sequencer",
3342 "ComponentID": "0x2700",
Jim Wrightc1ba04f2021-11-12 15:31:32 -06003343 "Severity": "critical",
Jim Wright7f678902020-11-30 16:03:57 -06003344
3345 "SRC": {
3346 "Type": "11",
3347 "ReasonCode": "0xD002",
3348 "Words6To9": {}
3349 },
3350
3351 "Callouts": [
3352 {
3353 "CalloutList": [
3354 { "Priority": "high", "LocCode": "P0" }
3355 ]
3356 }
3357 ],
3358
3359 "Documentation": {
Jim Wrightc1ba04f2021-11-12 15:31:32 -06003360 "Description": "System power failed to turn on within timeout period",
3361 "Message": "System power failed to turn on within timeout period",
3362 "Notes": [
3363 ]
3364 }
3365 },
3366
3367 {
3368 "Name": "xyz.openbmc_project.Power.Error.PowerOffTimeout",
3369 "Subsystem": "power_sequencer",
3370 "ComponentID": "0x2700",
3371 "Severity": "critical",
3372
3373 "SRC": {
3374 "Type": "11",
3375 "ReasonCode": "0xD008",
3376 "Words6To9": {}
3377 },
3378
3379 "Callouts": [
3380 {
3381 "CalloutList": [
3382 { "Priority": "high", "LocCode": "P0" }
3383 ]
3384 }
3385 ],
3386
3387 "Documentation": {
3388 "Description": "System power failed to turn off within timeout period",
3389 "Message": "System power failed to turn off within timeout period",
Jim Wright7f678902020-11-30 16:03:57 -06003390 "Notes": [
3391 ]
3392 }
3393 },
3394
3395 {
Shawn McCarney01648f52020-06-25 11:42:02 -05003396 "Name": "xyz.openbmc_project.Power.Error.Internal",
3397 "Subsystem": "power",
3398 "ComponentID": "0x2700",
3399
3400 "SRC": {
3401 "Type": "11",
3402 "ReasonCode": "0xE000",
3403 "Words6To9": {}
3404 },
3405
3406 "Callouts": [
3407 {
3408 "CalloutList": [
3409 { "Priority": "high", "Procedure": "bmc_code" }
3410 ]
3411 }
3412 ],
3413
3414 "Documentation": {
3415 "Description": "An internal firmware error occurred",
3416 "Message": "An internal firmware error occurred",
3417 "Notes": [
3418 "The error details must be provided in the AdditionalData ",
3419 "property of the event log."
3420 ]
3421 }
3422 },
3423
3424 {
3425 "Name": "xyz.openbmc_project.Power.Error.I2C",
3426 "Subsystem": "cec_i2c",
3427 "ComponentID": "0x2700",
3428
3429 "SRC": {
3430 "Type": "11",
3431 "ReasonCode": "0xE100",
3432 "Words6To9": {}
3433 },
3434
3435 "Documentation": {
3436 "Description": "An I2C error occurred communicating with a device",
3437 "Message": "An I2C error occurred communicating with a device",
3438 "Notes": [
3439 "The device should be identified using the ",
3440 "CALLOUT_DEVICE_PATH or CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR ",
3441 "keywords in the AdditionalData property of the event ",
3442 "log. This will cause the device and the hardware in the ",
3443 "communication path to be called out."
3444 ]
3445 }
3446 },
3447
3448 {
3449 "Name": "xyz.openbmc_project.Power.Error.PMBus",
3450 "Subsystem": "power",
3451 "ComponentID": "0x2700",
3452
3453 "SRC": {
3454 "Type": "11",
3455 "ReasonCode": "0xE200",
3456 "Words6To9": {}
3457 },
3458
3459 "Documentation": {
3460 "Description": "A PMBus error occurred on a device",
3461 "Message": "A PMBus error occurred on a device",
3462 "Notes": [
3463 "This error occurs when the I2C communication was ",
3464 "successful, but the PMBus value read is invalid or ",
3465 "unsupported. CALLOUT_INVENTORY_PATH should be specified ",
3466 "in the AdditionalData property of the event log so that ",
3467 "the device is called out but not the communication path."
3468 ]
3469 }
3470 },
3471
3472 {
3473 "Name": "xyz.openbmc_project.Power.Error.DBus",
3474 "Subsystem": "power",
3475 "ComponentID": "0x2700",
3476
3477 "SRC": {
3478 "Type": "11",
3479 "ReasonCode": "0xE300",
3480 "Words6To9": {}
3481 },
3482
3483 "Callouts": [
3484 {
3485 "CalloutList": [
3486 { "Priority": "high", "Procedure": "bmc_code" }
3487 ]
3488 }
3489 ],
3490
3491 "Documentation": {
3492 "Description": "A firmware inter-process communication (D-Bus) error occurred",
3493 "Message": "A firmware inter-process communication (D-Bus) error occurred"
3494 }
Matt Spinler60d1c392020-09-23 15:23:24 -05003495 },
3496
3497 {
Matt Spinler7c9c07e2020-10-22 10:16:37 -05003498 "Name": "xyz.openbmc_project.Fan.Error.Fault",
3499 "Subsystem": "power_fans",
3500 "ComponentID": "0x2800",
3501
3502 "SRC": {
3503 "Type": "11",
3504 "ReasonCode": "0x76F0",
3505 "Words6To9": {}
3506 },
3507
3508 "Documentation": {
3509 "Description": "Fan rotor fault",
3510 "Message": "Fan rotor fault",
3511 "Notes": [
3512 "This error occurs when a fan rotor has been faulted for a ",
3513 "certain amount of time. The callout is the fan which is ",
3514 "passed in with CALLOUT_INVENTORY_PATH. The severity is ",
3515 "passed in during creation and will be either informational ",
3516 "or unrecoverable. The action flags use the defaults and ",
3517 "vary based on the severity."
3518 ]
3519 }
3520 },
3521
3522 {
Matt Spinler60d1c392020-09-23 15:23:24 -05003523 "Name": "xyz.openbmc_project.Fan.Error.Missing",
3524 "Subsystem": "power_fans",
3525 "ComponentID": "0x2800",
3526 "Severity": "unrecoverable_redundancy_loss",
3527 "ActionFlags": ["service_action", "report", "call_home"],
3528
3529 "SRC": {
3530 "Type": "11",
3531 "ReasonCode": "0x76F1",
3532 "Words6To9": {}
3533 },
3534
3535 "Callouts": [
3536 {
Matt Spinler938ac792021-05-12 10:46:44 -05003537 "System": "ibm,rainier",
Matt Spinler60d1c392020-09-23 15:23:24 -05003538 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -05003539 {
3540 "Priority": "high",
3541 "SymbolicFRUTrusted": "air_mover",
3542 "UseInventoryLocCode": true
3543 },
3544 {
3545 "Priority": "low",
3546 "LocCode": "P0"
3547 }
Matt Spinler60d1c392020-09-23 15:23:24 -05003548 ]
Matt Spinler938ac792021-05-12 10:46:44 -05003549 },
3550 {
3551 "System": "ibm,everest",
3552 "CalloutList": [
3553 {
3554 "Priority": "high",
3555 "SymbolicFRUTrusted": "air_mover",
3556 "UseInventoryLocCode": true
3557 },
3558 {
3559 "Priority": "low",
3560 "LocCode": "P1"
3561 }
3562 ]
Matt Spinler60d1c392020-09-23 15:23:24 -05003563 }
3564 ],
3565
3566 "Documentation": {
3567 "Description": "A fan is missing",
3568 "Message": "A fan is missing",
3569 "Notes": [
3570 "This error occurs when a fan has been missing for a ",
Matt Spinler80600192020-10-23 09:29:33 -05003571 "certain amount of time. The first callout is the ",
3572 "symbolic FRU AIR_MOVR that has the trusted fan location ",
3573 "code, which it gets using the passed in ",
3574 "CALLOUT_INVENTORY_PATH. The second callout is the FRU ",
Matt Spinler938ac792021-05-12 10:46:44 -05003575 "where the controller and GPIO expander are."
Matt Spinler60d1c392020-09-23 15:23:24 -05003576 ]
3577 }
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05003578 },
3579
3580 {
Matt Spinleradf070b2021-04-21 13:39:45 -05003581 "Name": "xyz.openbmc_project.Fan.Presence.Error.Detection",
3582 "ComponentID": "0x2800",
3583 "Subsystem": "power_fans",
3584 "Severity": "non_error",
3585 "ActionFlags": ["report"],
3586 "MfgSeverity": "predictive",
3587 "MfgActionFlags": ["service_action", "report"],
3588
3589 "SRC": {
3590 "Type": "11",
3591 "ReasonCode": "0x76F2",
3592 "Words6To9": {}
3593 },
3594
3595 "Callouts": [
3596 {
3597 "System": "ibm,rainier",
3598 "CalloutList": [
3599 {"Priority": "medium", "LocCode": "P0"}
3600 ]
3601 },
3602 {
3603 "System": "ibm,everest",
3604 "CalloutList": [
3605 {"Priority": "medium", "LocCode": "P1"}
3606 ]
3607 }
3608 ],
3609
3610 "Documentation": {
3611 "Description": "Presence detect methods for the same fan disagree",
3612 "Message": "Presence detect methods for the same fan disagree",
3613 "Notes": [
3614 "This error occurs when there is more than one way to detect",
3615 "fan presence, and they don't all agree. For example, the",
3616 "GPIO says a fan isn't present, but the tach readings are",
3617 "nonzero. This is informational, unless in manufacturing.",
3618 "The fan FRU is passed in as a high priority callout.",
3619 "The FRU the GPIO source is on is called out medium."
3620 ]
3621 }
3622 },
3623
3624 {
Matt Spinlerdde99202021-06-14 12:15:59 -06003625 "Name": "xyz.openbmc_project.Fan.Error.FanControllerOffline",
3626 "ComponentID": "0x2800",
3627 "Subsystem": "power_fans",
3628 "Severity": "critical_system_term",
3629 "ActionFlags": ["service_action", "report", "call_home"],
3630
3631 "SRC": {
3632 "Type": "11",
3633 "ReasonCode": "0x76F3",
Mike Cappsa2d7b772022-03-07 15:47:48 -05003634 "Words6To9": {}
Matt Spinlerdde99202021-06-14 12:15:59 -06003635 },
3636
3637 "Callouts": [
3638 {
3639 "System": "ibm,rainier",
3640 "CalloutList": [
3641 {"Priority": "high", "LocCode": "P0-C5"},
3642 {"Priority": "medium_group_a", "LocCode": "P0-T12", "SymbolicFRUTrusted": "fan_cable"},
3643 {"Priority": "medium_group_a", "LocCode": "P0-T17", "SymbolicFRUTrusted": "cable_continued"},
3644 {"Priority": "low", "LocCode": "P0"}
3645 ]
3646 },
3647 {
3648 "System": "ibm,everest",
3649 "CalloutList": [
3650 {"Priority": "high", "LocCode": "P0-C0"},
3651 {"Priority": "medium", "LocCode": "P1"},
3652 {"Priority": "low", "LocCode": "P0"}
3653 ]
3654 }
3655 ],
3656
3657 "Documentation": {
3658 "Description": "The fan controller device is offline",
3659 "Message": "The fan controller is offline. The system must be powered off.",
3660 "Notes": [
3661 "The device that controls the fans is offline so the fan",
3662 "targets and speeds are unknown. The system will be shut",
3663 "down to preserve thermal safety. There may be an I2C",
3664 "or power problem with the device."
3665 ]
3666 }
3667 },
3668
3669 {
Mike Cappsabc276e2021-06-18 16:41:30 -04003670 "Name": "xyz.openbmc_project.Fan.Presence.Error.GPIODeviceUnavailable",
3671 "Subsystem": "power_fans",
3672 "ComponentID": "0x2800",
3673 "Severity": "unrecoverable_redundancy_loss",
3674 "ActionFlags": ["service_action", "report", "call_home"],
3675
3676 "SRC": {
3677 "Type": "11",
3678 "ReasonCode": "0x76F4",
3679 "Words6To9": {}
3680 },
3681
3682 "Callouts": [
3683 {
3684 "System" : "ibm,rainier",
3685 "CalloutList": [
3686 {"Priority": "high", "LocCode": "P0-C5"},
3687 {"Priority": "medium_group_a", "LocCode": "P0-T12","SymbolicFRUTrusted": "fan_cable"},
3688 {"Priority": "medium_group_a", "LocCode": "P0-T17","SymbolicFRUTrusted": "cable_continued"},
3689 {"Priority": "low", "LocCode": "P0"}
3690 ]
3691 },
3692 {
3693 "System" : "ibm,everest",
3694 "CalloutList": [
3695 {"Priority": "high", "LocCode": "P0-C0"},
3696 {"Priority": "medium", "LocCode": "P1"},
3697 {"Priority": "low", "LocCode": "P0"}
3698 ]
3699 }
3700 ],
3701
3702 "Documentation": {
3703 "Description": "Fan GPIO sensors not present",
3704 "Message": "Fan GPIO sensors not present",
3705 "Notes": [
3706 "The device that reports fan presence is not functioning."
3707 ]
3708 }
3709 },
3710
3711 {
Matt Spinler86e40dd2021-01-29 11:19:36 -06003712 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHigh",
3713 "Subsystem": "power",
3714 "ComponentID": "0x2800",
3715 "Severity": "predictive",
3716 "ActionFlags": ["service_action", "report"],
3717
3718 "SRC": {
3719 "ReasonCode": "0x2801",
3720 "Words6To9": {}
3721 },
3722
3723 "CalloutsUsingAD": {
3724 "ADName": "SENSOR_NAME",
3725 "CalloutsWithTheirADValues": [
3726 {
3727 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
3728 "Callouts": [
3729 {
3730 "CalloutList": [
3731 { "Priority": "high", "SymbolicFRU": "ambient_temp" }
3732 ]
3733 }
3734 ]
3735 }
Matt Spinlerc13bb1c2022-08-01 10:33:09 -05003736 ],
3737 "CalloutsWhenNoADMatch": [
3738 {
3739 "CalloutList": [
3740 {
3741 "Priority": "high",
3742 "SymbolicFRU": "overtemp"
3743 }
3744 ]
3745 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06003746 ]
3747 },
3748
3749 "Documentation": {
3750 "Description": "A temperature sensor exceeded its performance loss threshold.",
3751 "Message": "A temperature sensor exceeded its performance loss threshold.",
3752 "Notes": [
3753 "A temperature sensor crossed its performance loss threshold value",
3754 "If it is the ambient sensor, then a symbolic FRU will be added.",
3755 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
3756 "a FRU callout."
3757 ]
3758 }
3759 },
3760
3761 {
3762 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHighClear",
3763 "Subsystem": "power",
3764 "ComponentID": "0x2800",
3765 "Severity": "non_error",
3766 "ActionFlags": ["report"],
3767 "EventType": "env_normal",
3768
3769 "SRC": {
3770 "ReasonCode": "0x2802",
3771 "Words6To9": {}
3772 },
3773
3774 "CalloutsUsingAD": {
3775 "ADName": "SENSOR_NAME",
3776 "CalloutsWithTheirADValues": [
3777 {
3778 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
3779 "Callouts": [
3780 {
3781 "CalloutList": [
3782 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" }
3783 ]
3784 }
3785 ]
3786 }
3787 ]
3788 },
3789
3790 "Documentation": {
3791 "Description": "A temperature sensor is under its performance loss threshold.",
3792 "Message": "A temperature sensor is under its performance loss threshold.",
3793 "Notes": [
3794 "A temperature sensor crossed under its performance loss threshold value",
3795 "If it is the ambient sensor, then a symbolic FRU will be added."
3796 ]
3797 }
3798 },
3799
3800 {
3801 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHigh",
3802 "Subsystem": "power",
3803 "ComponentID": "0x2800",
3804 "Severity": "predictive",
3805 "ActionFlags": ["service_action", "report"],
3806
3807 "SRC": {
3808 "ReasonCode": "0x2803",
3809 "Words6To9": {}
3810 },
3811
3812 "CalloutsUsingAD": {
3813 "ADName": "SENSOR_NAME",
3814 "CalloutsWithTheirADValues": [
3815 {
3816 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
3817 "Callouts": [
3818 {
3819 "CalloutList": [
3820 { "Priority": "high", "SymbolicFRU": "ambient_temp" }
3821 ]
3822 }
3823 ]
3824 }
Matt Spinlerc13bb1c2022-08-01 10:33:09 -05003825 ],
3826 "CalloutsWhenNoADMatch": [
3827 {
3828 "CalloutList": [
3829 {
3830 "Priority": "high",
3831 "SymbolicFRU": "overtemp"
3832 }
3833 ]
3834 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06003835 ]
3836 },
3837
3838 "Documentation": {
3839 "Description": "A temperature sensor exceeded its warning threshold.",
3840 "Message": "A temperature sensor exceeded its warning threshold.",
3841 "Notes": [
3842 "A temperature sensor crossed its warning threshold value",
3843 "If it is the ambient sensor, then a symbolic FRU will be added.",
3844 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
3845 "a FRU callout."
3846 ]
3847 }
3848 },
3849
3850 {
3851 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHighClear",
3852 "Subsystem": "power",
3853 "ComponentID": "0x2800",
3854 "Severity": "non_error",
3855 "ActionFlags": ["report"],
3856 "EventType": "env_normal",
3857
3858 "SRC": {
3859 "ReasonCode": "0x2804",
3860 "Words6To9": {}
3861 },
3862
3863 "CalloutsUsingAD": {
3864 "ADName": "SENSOR_NAME",
3865 "CalloutsWithTheirADValues": [
3866 {
3867 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
3868 "Callouts": [
3869 {
3870 "CalloutList": [
3871 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" }
3872 ]
3873 }
3874 ]
3875 }
3876 ]
3877 },
3878
3879 "Documentation": {
3880 "Description": "A temperature sensor is under its warning threshold.",
3881 "Message": "A temperature sensor is under its warning threshold.",
3882 "Notes": [
3883 "A temperature sensor crossed under its warning threshold value",
3884 "If it is the ambient sensor, then a symbolic FRU will be added."
3885 ]
3886 }
3887 },
3888
3889 {
3890 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHigh",
3891 "Subsystem": "power",
3892 "ComponentID": "0x2800",
3893 "Severity": "predictive",
3894 "ActionFlags": ["service_action", "report"],
3895
3896 "SRC": {
3897 "ReasonCode": "0x2805",
3898 "Words6To9": {}
3899 },
3900
3901 "CalloutsUsingAD": {
3902 "ADName": "SENSOR_NAME",
3903 "CalloutsWithTheirADValues": [
3904 {
3905 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
3906 "Callouts": [
3907 {
3908 "CalloutList": [
3909 { "Priority": "high", "SymbolicFRU": "ambient_temp" }
3910 ]
3911 }
3912 ]
3913 }
Matt Spinlerc13bb1c2022-08-01 10:33:09 -05003914 ],
3915 "CalloutsWhenNoADMatch": [
3916 {
3917 "CalloutList": [
3918 {
3919 "Priority": "high",
3920 "SymbolicFRU": "overtemp"
3921 }
3922 ]
3923 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06003924 ]
3925 },
3926
3927 "Documentation": {
3928 "Description": "A temperature sensor exceeded its critical threshold.",
3929 "Message": "A temperature sensor exceeded its critical threshold.",
3930 "Notes": [
3931 "A temperature sensor crossed its critical threshold value",
3932 "If it is the ambient sensor, then a symbolic FRU will be added.",
3933 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
3934 "a FRU callout."
3935 ]
3936 }
3937 },
3938
3939 {
3940 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHighClear",
3941 "Subsystem": "power",
3942 "ComponentID": "0x2800",
3943 "Severity": "non_error",
3944 "ActionFlags": ["report"],
3945 "EventType": "env_normal",
3946
3947 "SRC": {
3948 "ReasonCode": "0x2806",
3949 "Words6To9": {}
3950 },
3951
3952 "CalloutsUsingAD": {
3953 "ADName": "SENSOR_NAME",
3954 "CalloutsWithTheirADValues": [
3955 {
3956 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
3957 "Callouts": [
3958 {
3959 "CalloutList": [
3960 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" }
3961 ]
3962 }
3963 ]
3964 }
3965 ]
3966 },
3967
3968 "Documentation": {
3969 "Description": "A temperature sensor is under its critical threshold.",
3970 "Message": "A temperature sensor is under its critical threshold.",
3971 "Notes": [
3972 "A temperature sensor crossed under its critical threshold value",
3973 "If it is the ambient sensor, then a symbolic FRU will be added."
3974 ]
3975 }
3976 },
3977
3978 {
Matt Spinler6b3490a2021-01-20 10:48:26 -06003979 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHigh",
3980 "Subsystem": "power",
3981 "ComponentID": "0x2800",
3982 "Severity": "predictive",
3983 "ActionFlags": ["service_action", "report"],
3984
3985 "SRC": {
3986 "ReasonCode": "0x2807",
3987 "Words6To9": {}
3988 },
3989
3990 "Callouts": [
3991 {
3992 "CalloutList": [
3993 {
3994 "Priority": "high",
3995 "SymbolicFRU": "ambient_temp"
3996 }
3997 ]
3998 }
3999 ],
4000
4001 "Documentation": {
4002 "Description": "The ambient temperature passed the EPOW3 limit.",
4003 "Message": "The ambient temperature passed the EPOW3 limit. The system will shut down if temp doesn't decrease.",
4004 "Notes": [
4005 "This error occurs when the ambient temperature surpassed",
4006 "the EPOW3 shutdown limit."
4007 ]
4008 }
4009 },
4010
4011 {
4012 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHighClear",
4013 "Subsystem": "power",
4014 "ComponentID": "0x2800",
4015 "Severity": "non_error",
4016 "ActionFlags": ["report"],
4017 "EventType": "env_normal",
4018
4019 "SRC": {
4020 "ReasonCode": "0x2808",
4021 "Words6To9": {}
4022 },
4023
4024 "Callouts": [
4025 {
4026 "CalloutList": [
4027 {
4028 "Priority": "high",
4029 "SymbolicFRU": "ambient_temp_back"
4030 }
4031 ]
4032 }
4033 ],
4034
4035 "Documentation": {
4036 "Description": "The ambient temperature is back under the EPOW3 limit.",
4037 "Message": "The ambient temperature is back under the EPOW3 limit."
4038 }
4039 },
4040
4041 {
4042 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.HardShutdownAlarmHigh",
4043 "Subsystem": "power",
4044 "ComponentID": "0x2800",
Matt Spinler6b3490a2021-01-20 10:48:26 -06004045 "ActionFlags": ["service_action", "report"],
4046
4047 "SRC": {
4048 "ReasonCode": "0x2809",
4049 "Words6To9": {}
4050 },
4051
4052 "Callouts": [
4053 {
4054 "CalloutList": [
4055 {
4056 "Priority": "high",
4057 "SymbolicFRU": "ambient_temp"
4058 }
4059 ]
4060 }
4061 ],
4062
4063 "Documentation": {
4064 "Description": "The ambient temperature passed the EPOW4 limit.",
4065 "Message": "The ambient temperature passed the EPOW4 limit. The system will shut down",
4066 "Notes": [
4067 "This error occurs when the ambient temperature surpassed",
4068 "the EPOW4 shutdown limit."
4069 ]
4070 }
4071 },
4072
4073 {
Rashmica Guptab63f75b2021-08-18 20:54:21 +10004074 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHigh",
4075 "Subsystem": "ext_env",
4076 "ComponentID": "0x2800",
4077 "Severity": "predictive",
4078 "ActionFlags": ["service_action", "report"],
4079
4080 "SRC": {
4081 "ReasonCode": "0x280A",
4082 "Words6To9": {}
4083 },
4084
4085 "CalloutsUsingAD": {
4086 "ADName": "SENSOR_NAME",
4087 "CalloutsWithTheirADValues": [
4088 {
4089 "ADValue": "/xyz/openbmc_project/sensors/altitude/Altitude",
4090 "Callouts": [
4091 {
4092 "CalloutList": [
4093 { "Priority": "high", "SymbolicFRU": "altitude" }
4094 ]
4095 }
4096 ]
4097 }
4098 ]
4099 },
4100
4101 "Documentation": {
4102 "Description": "An altitude sensor exceeded its warning threshold.",
4103 "Message": "An altitude sensor exceeded its warning threshold.",
4104 "Notes": [
4105 "The virtual altitude sensor crossed its warning threshold value",
4106 " and a symbolic FRU will be added."
4107 ]
4108 }
4109 },
4110
4111 {
4112 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHighClear",
4113 "Subsystem": "ext_env",
4114 "ComponentID": "0x2800",
4115 "Severity": "non_error",
4116 "ActionFlags": ["report"],
4117 "EventType": "env_normal",
4118
4119 "SRC": {
4120 "ReasonCode": "0x280B",
4121 "Words6To9": {}
4122 },
4123
4124 "Documentation": {
4125 "Description": "An altitude sensor is under its warning threshold.",
4126 "Message": "An altitude sensor is under its warning threshold.",
4127 "Notes": [
4128 "The virtual altitude sensor is under its warning threshold value",
4129 " and a symbolic FRU will be added."
4130 ]
4131 }
4132 },
4133
4134 {
Matt Spinler81331342021-10-05 14:09:56 -05004135 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLow",
4136 "Subsystem": "cec_tod",
4137 "ComponentID": "0x2800",
4138 "Severity": "predictive",
4139 "ActionFlags": ["service_action", "report"],
4140
4141 "SRC": {
4142 "ReasonCode": "0x280C",
4143 "Words6To9": {}
4144 },
4145
Matt Spinler81331342021-10-05 14:09:56 -05004146 "Documentation": {
4147 "Description": "A voltage sensor went below its critical low threshold.",
4148 "Message": "A voltage sensor went below its critical low threshold."
4149 }
4150 },
4151
4152 {
4153 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLowClear",
4154 "Subsystem": "cec_tod",
4155 "ComponentID": "0x2800",
4156 "Severity": "non_error",
4157 "ActionFlags": ["report"],
4158
4159 "SRC": {
4160 "ReasonCode": "0x280D",
4161 "Words6To9": {}
4162 },
4163
4164 "Documentation": {
4165 "Description": "A voltage sensor is over its critical low threshold.",
4166 "Message": "A voltage sensor is over its critical low threshold."
4167 }
4168 },
4169
4170 {
Matt Spinler1e792db2022-01-07 14:06:06 -06004171 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLow",
4172 "Subsystem": "power",
4173 "ComponentID": "0x2800",
4174 "Severity": "predictive",
4175 "ActionFlags": ["service_action", "report"],
4176
4177 "SRC": {
4178 "ReasonCode": "0x280E",
4179 "Words6To9": {}
4180 },
4181
4182 "Documentation": {
4183 "Description": "A temperature sensor is under its low warning threshold.",
4184 "Message": "A temperature sensor is under its low warning threshold.",
4185 "Notes": [
4186 "A temperature sensor crossed its low warning threshold value",
4187 "CALLOUT_INVENTORY_PATH will be passed in to add a FRU callout."
4188 ]
4189 }
4190 },
4191
4192 {
4193 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLowClear",
4194 "Subsystem": "power",
4195 "ComponentID": "0x2800",
4196 "Severity": "non_error",
4197 "ActionFlags": ["report"],
4198 "EventType": "env_normal",
4199
4200 "SRC": {
4201 "ReasonCode": "0x280F",
4202 "Words6To9": {}
4203 },
4204
4205 "Documentation": {
4206 "Description": "A temperature sensor is above its low warning threshold.",
4207 "Message": "A temperature sensor is above its low warning threshold.",
4208 "Notes": [
4209 "A temperature sensor crossed above its low warning threshold value."
4210 ]
4211 }
4212 },
4213
4214 {
4215 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalLow",
4216 "Subsystem": "power",
4217 "ComponentID": "0x2800",
4218 "Severity": "predictive",
4219 "ActionFlags": ["service_action", "report"],
4220
4221 "SRC": {
4222 "ReasonCode": "0x2810",
4223 "Words6To9": {}
4224 },
4225
4226 "Documentation": {
4227 "Description": "A temperature sensor is under its low critical threshold.",
4228 "Message": "A temperature sensor is under its low critical threshold.",
4229 "Notes": [
4230 "A temperature sensor crossed its low critical threshold value",
4231 "CALLOUT_INVENTORY_PATH will be passed in to add a FRU callout."
4232 ]
4233 }
4234 },
4235
4236 {
4237 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalLowClear",
4238 "Subsystem": "power",
4239 "ComponentID": "0x2800",
4240 "Severity": "non_error",
4241 "ActionFlags": ["report"],
4242 "EventType": "env_normal",
4243
4244 "SRC": {
4245 "ReasonCode": "0x2811",
4246 "Words6To9": {}
4247 },
4248
4249 "Documentation": {
4250 "Description": "A temperature sensor is over its low critical threshold.",
4251 "Message": "A temperature sensor is over its low critical threshold.",
4252 "Notes": [
4253 "A temperature sensor crossed above its critical threshold value"
4254 ]
4255 }
4256 },
4257
4258 {
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004259 "Name": "com.ibm.VPD.Error.InvalidEepromPath",
4260 "Subsystem": "cec_vpd",
4261 "ComponentID": "0x4000",
4262
4263 "SRC": {
4264 "ReasonCode": "0x4000",
4265 "Words6To9":
4266 {
4267 "6":
4268 {
4269 "Description": "Errno of the failure.",
4270 "AdditionalDataPropSource": "CALLOUT_ERRNO"
4271 }
4272 }
4273 },
4274
4275 "Documentation": {
Michael Limb264f062022-03-29 16:25:33 -05004276 "Description": "A path access error occurred",
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004277 "Message": "An EEPROM path access error occurred.",
4278 "Notes": [
4279 "This error occurs when parser is unable to access",
4280 "EEPROM path. Errno and device path are captured as",
4281 "additional data."
4282 ]
4283 }
4284 },
4285
4286 {
4287 "Name": "com.ibm.VPD.Error.InvalidVPD",
4288 "Subsystem": "cec_vpd",
4289 "ComponentID": "0x4000",
4290
4291 "SRC": {
4292 "ReasonCode": "0x4001",
4293 "Words6To9":
4294 {
4295 }
4296 },
4297
4298 "Documentation": {
4299 "Description": "Invalid VPD data.",
4300 "Message": "A VPD data exception occurred.",
4301 "Notes": [
4302 "This error occurs when VPD data is found to be",
4303 "invalid. This can be when VPD file is missing out",
4304 "mandatory records.Inventory path is captured in",
4305 "additional data."
4306 ]
4307 }
4308 },
4309
4310 {
4311 "Name": "com.ibm.VPD.Error.EccCheckFailed",
4312 "Subsystem": "cec_vpd",
4313 "ComponentID": "0x4000",
4314
4315 "SRC": {
4316 "ReasonCode": "0x4002",
4317 "Words6To9":
4318 {
4319 }
4320 },
4321
4322 "Documentation": {
4323 "Description": "Invalid VPD ecc data.",
4324 "Message": "A VPD ecc exception occurred.",
4325 "Notes": [
4326 "This error occurs when VPD ecc check fails for the FRU.",
4327 "Inventory path for the failed FRU is captured in additonal",
4328 "data."
4329 ]
4330 }
4331 },
4332
4333 {
4334 "Name": "com.ibm.VPD.Error.InvalidJson",
4335 "Subsystem": "cec_vpd",
4336 "ComponentID": "0x4000",
4337
4338 "SRC": {
4339 "ReasonCode": "0x4003",
4340 "Words6To9":
4341 {
4342 }
4343 },
4344
Matt Spinler834f3ed2022-01-26 16:18:02 -06004345 "Callouts": [
4346 {
4347 "CalloutList": [
4348 { "Priority": "high", "Procedure": "bmc_code" }
4349 ]
4350 }
4351 ],
4352
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004353 "Documentation": {
4354 "Description": "Invalid Json",
4355 "Message": "A Json failure occurred.",
4356 "Notes": [
4357 "This error occurs when parser fails to access",
4358 "Json file or there is any issue with Json data.",
4359 "Failed Json path and cause of failure is captured",
4360 "in additional data."
4361 ]
4362 }
4363 },
4364
4365 {
4366 "Name": "com.ibm.VPD.Error.BlankSystemVPD",
4367 "Subsystem": "cec_vpd",
4368 "ComponentID": "0x4000",
4369
4370 "SRC": {
4371 "ReasonCode": "0x4004",
4372 "Words6To9":
4373 {
4374 }
4375 },
4376
4377 "Documentation": {
4378 "Description": "System VPD restore failed",
4379 "Message": "A system VPD restoration error occurred.",
4380 "Notes": [
4381 "This error occurs when restoring of system VPD fails.",
4382 "The FRU path and reason for failure is captured in",
4383 "additional data."
4384 ]
4385 }
4386 },
4387
4388 {
4389 "Name": "com.ibm.VPD.Error.DbusFailure",
4390 "Subsystem": "cec_vpd",
4391 "ComponentID": "0x4000",
4392
4393 "SRC": {
4394 "ReasonCode": "0x4005",
4395 "Words6To9":
4396 {
4397 }
4398 },
4399
Matt Spinler834f3ed2022-01-26 16:18:02 -06004400 "Callouts": [
4401 {
4402 "CalloutList": [
4403 { "Priority": "high", "Procedure": "bmc_code" }
4404 ]
4405 }
4406 ],
4407
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004408 "Documentation": {
4409 "Description": "Dbus exception",
4410 "Message": "A Dbus internal error occurred.",
4411 "Notes": [
4412 "This error occurs when Dbus operation fails.",
4413 "Exceptions details are captured in additonal",
4414 "data."
4415 ]
4416 }
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05004417 },
4418
4419 {
Alpana Kumari081cfd42021-12-07 04:14:57 -06004420 "Name": "com.ibm.VPD.Error.UnknownSystemType",
4421 "Subsystem": "cec_vpd",
4422 "ComponentID": "0x4000",
4423
4424 "SRC": {
4425 "ReasonCode": "0x4006",
4426 "Words6To9":
4427 {
4428 }
4429 },
4430
4431 "Callouts": [
4432 {
4433 "CalloutList": [
4434 { "Priority": "high", "LocCode": "P0" }
4435 ]
4436 }
4437 ],
4438
4439 "Documentation": {
4440 "Description": "Unknown System Type",
4441 "Message": "System type not supported in DTB table.",
4442 "Notes": [
4443 "System type comes from combination of HW and IM value of system VPD.",
4444 "If anything gets changed in that combination, then it can't determine",
4445 "the appropriate DTB for that system. Need to check HW and IM keywords."
4446 ]
4447 }
4448 },
4449
4450 {
Alpana Kumari074ec5b2022-02-20 22:48:57 -06004451 "Name": "com.ibm.VPD.Error.GPIOError",
4452 "Subsystem": "cec_vpd",
4453 "ComponentID": "0x4000",
4454
4455 "SRC": {
4456 "ReasonCode": "0x4007",
4457 "Words6To9":
4458 {
4459 }
4460 },
4461
Sunny Srivastava17586b42022-06-20 01:06:58 -05004462 "Callouts": [
4463 {
4464 "CalloutList": [
4465 { "Priority": "high", "Procedure": "bmc_code" }
4466 ]
4467 }
4468 ],
4469
Alpana Kumari074ec5b2022-02-20 22:48:57 -06004470 "Documentation": {
4471 "Description": "GPIO line error",
4472 "Message": "GPIO line couldn't be found or read.",
4473 "Notes": [
Sunny Srivastava17586b42022-06-20 01:06:58 -05004474 "The BMC could not access a GPIO line. This can be a hardware issue",
4475 " or driver issue. Since a hardware or a software issue cannot be",
4476 " differentiated, the BMC code will be called out."
Alpana Kumari074ec5b2022-02-20 22:48:57 -06004477 ]
4478 }
4479 },
4480
4481 {
Sunny Srivastavad29837f2022-04-20 01:37:07 -05004482 "Name": "com.ibm.VPD.Error.SystemVPDMismatch",
4483 "Subsystem": "cec_vpd",
4484 "ComponentID": "0x4000",
4485
4486 "SRC": {
4487 "ReasonCode": "0x4008",
4488 "Words6To9":
4489 {
4490 }
4491 },
4492
4493 "Callouts": [
4494 {
4495 "CalloutList": [
4496 { "Priority": "high", "Procedure": "bmc_code" }
4497 ]
4498 }
4499 ],
4500
4501 "Documentation": {
4502 "Description": "System VPD restore failed",
4503 "Message": "A system VPD restoration error occurred.",
4504 "Notes": [
4505 "This error occurs when restoring of system VPD fails due to",
4506 "mismatch in cache data and hardware data.",
4507 "The record and keyword causing the failure is captured in",
4508 "additional data."
4509 ]
4510 }
4511 },
4512
4513 {
Sunny Srivastava17586b42022-06-20 01:06:58 -05004514 "Name": "com.ibm.VPD.Error.RequiredFRUMissing",
4515 "Subsystem": "cec_vpd",
4516 "ComponentID": "0x4000",
4517
4518 "SRC": {
4519 "ReasonCode": "0x4009",
4520 "Words6To9":
4521 {
4522 }
4523 },
4524
4525 "Documentation": {
4526 "Description": "Essential FRU check.",
4527 "Message": "Essential FRU check failed",
4528 "Notes": [
4529 "This error occurs when VPD manager service detects any",
4530 "missing essential FRU. These are FRUs which are required",
4531 "to be present in the system at the time of power on.",
4532 "The inventory path is captured in additional data."
4533 ]
4534 }
4535 },
4536
4537 {
gikrish1c0cc7ec2022-02-24 12:40:51 -06004538 "Name": "com.ibm.Panel.Error.InputDevPathFailure",
4539 "Subsystem": "cec_op_panel",
4540 "ComponentID": "0x5000",
4541
4542 "SRC": {
4543 "ReasonCode": "0x5001",
4544 "Words6To9": {}
4545 },
4546
4547 "Documentation": {
4548 "Description": "Button Handler Failure",
4549 "Message": "Input Device path failure",
4550 "Notes": [
4551 "Button events will not be processed."
4552 ]
4553 }
4554 },
4555
4556 {
4557 "Name": "com.ibm.Panel.Error.I2CSetupFailure",
4558 "Subsystem": "cec_op_panel",
4559 "ComponentID": "0x5000",
4560
4561 "SRC": {
4562 "ReasonCode": "0x5002",
4563 "Words6To9": {}
4564 },
4565
4566 "Documentation": {
4567 "Description": "Panel I2C setup failure",
4568 "Message": "Unable to open device path or ioctl failure",
4569 "Notes": [
4570 "The Panel is unable to open device",
4571 " path or ioctl failure"
4572 ]
4573 }
4574 },
4575
4576 {
4577 "Name": "com.ibm.Panel.Error.HostCommunicationError",
4578 "Subsystem": "cec_op_panel",
4579 "ComponentID": "0x5000",
4580
4581 "SRC": {
4582 "ReasonCode": "0x5003",
4583 "Words6To9": {}
4584 },
4585
4586 "Callouts": [{
4587 "CalloutList": [{
4588 "Priority": "high",
4589 "Procedure": "bmc_code"
4590 }]
4591 }],
4592
4593 "Documentation": {
4594 "Description": "Host Communication failure",
4595 "Message": "Error in sending message to host",
4596 "Notes": [
4597 "Failure from PLDM sending message to",
4598 "Host"
4599 ]
4600 }
4601 },
4602
4603 {
4604 "Name": "com.ibm.Panel.Error.DbusError",
4605 "Subsystem": "cec_op_panel",
4606 "ComponentID": "0x5000",
4607
4608 "SRC": {
4609 "ReasonCode": "0x5004",
4610 "Words6To9": {}
4611 },
4612
4613 "Callouts": [{
4614 "CalloutList": [{
4615 "Priority": "high",
4616 "Procedure": "bmc_code"
4617 }]
4618 }],
4619
4620 "Documentation": {
4621 "Description": "Dbus exception",
4622 "Message": "A Dbus internal error occurred.",
4623 "Notes": [
4624 "This error occurs when Dbus operation fails.",
4625 "Exceptions details are captured in additional",
4626 "data."
4627 ]
4628 }
4629 },
4630
4631 {
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05004632 "Name": "org.open_power.Host.Boot.Error.WatchdogTimeout",
4633 "Subsystem": "cec_sp_hostboot_iface",
4634
4635 "SRC":
4636 {
4637 "ReasonCode": "0xC101",
4638 "Words6To9":
4639 {
4640 }
4641 },
4642
4643 "Documentation":
4644 {
4645 "Description": "Host did not respond within the watchdog timeout interval",
4646 "Message": "Host did not respond before the watchdog timeout interval expired",
4647 "Notes": [
4648 "Host did not respond before the expiry of the watchdog timeout interval.",
4649 "Collecting hostboot dump."
4650 ]
4651 }
zamiseckbf61a982022-01-13 08:27:50 -06004652 },
4653
4654 {
4655 "Name": "xyz.openbmc_project.Software.Version.Error.Incompatible",
4656 "Subsystem": "bmc_firmware",
4657 "ComponentID": "0x3600",
4658 "SRC":
4659 {
4660 "ReasonCode": "0x3601",
4661 "Words6To9":
4662 {
4663 }
4664 },
4665
4666 "Callouts": [
4667 {
4668 "CalloutList": [
4669 { "Priority": "high", "Procedure": "bmc_code" }
4670 ]
4671 }
4672 ],
4673
4674 "Documentation":
4675 {
4676 "Description": "A system component has a software version that is incompatible.",
4677 "Message": "A system component has a software version that is incompatible."
4678 }
4679 },
4680
4681 {
4682 "Name": "xyz.openbmc_project.Software.Version.Error.AlreadyExists",
4683 "Subsystem": "bmc_firmware",
4684 "ComponentID": "0x3600",
4685 "SRC":
4686 {
4687 "ReasonCode": "0x3602",
4688 "Words6To9":
4689 {
4690 }
4691 },
4692
4693 "Callouts": [
4694 {
4695 "CalloutList": [
4696 { "Priority": "high", "Procedure": "bmc_code" }
4697 ]
4698 }
4699 ],
4700
4701 "Documentation":
4702 {
4703 "Description": "This image version already exists on the device.",
4704 "Message": "This image version already exists on the device."
4705 }
4706 },
4707
4708 {
4709 "Name": "xyz.openbmc_project.Software.Image.Error.UnTarFailure",
4710 "Subsystem": "bmc_firmware",
4711 "ComponentID": "0x3600",
4712 "SRC":
4713 {
4714 "ReasonCode": "0x3603",
4715 "Words6To9":
4716 {
4717 }
4718 },
4719
4720 "Callouts": [
4721 {
4722 "CalloutList": [
4723 { "Priority": "high", "Procedure": "bmc_code" }
4724 ]
4725 }
4726 ],
4727
4728 "Documentation":
4729 {
4730 "Description": "An error occurred during untar.",
4731 "Message": "An error occurred during untar."
4732 }
4733 },
4734
4735 {
4736 "Name": "xyz.openbmc_project.Software.Image.Error.ManifestFileFailure",
4737 "Subsystem": "bmc_firmware",
4738 "ComponentID": "0x3600",
4739 "SRC":
4740 {
4741 "ReasonCode": "0x3604",
4742 "Words6To9":
4743 {
4744 }
4745 },
4746
4747 "Callouts": [
4748 {
4749 "CalloutList": [
4750 { "Priority": "high", "Procedure": "bmc_code" }
4751 ]
4752 }
4753 ],
4754
4755 "Documentation":
4756 {
zamiseck21de9f02022-03-23 13:41:31 -05004757 "Description": "An error occurred when reading the software image Manifest file.",
4758 "Message": "An error occurred when reading the software image Manifest file."
zamiseckbf61a982022-01-13 08:27:50 -06004759 }
4760 },
4761
4762 {
4763 "Name": "xyz.openbmc_project.Software.Image.Error.InternalFailure",
4764 "Subsystem": "bmc_firmware",
4765 "ComponentID": "0x3600",
4766 "SRC":
4767 {
4768 "ReasonCode": "0x3605",
4769 "Words6To9":
4770 {
4771 }
4772 },
4773
4774 "Callouts": [
4775 {
4776 "CalloutList": [
4777 { "Priority": "high", "Procedure": "bmc_code" }
4778 ]
4779 }
4780 ],
4781
4782 "Documentation":
4783 {
4784 "Description": "The operation failed internally during processing the image.",
4785 "Message": "The operation failed internally during processing the image."
4786 }
4787 },
4788
4789 {
4790 "Name": "xyz.openbmc_project.Software.Image.Error.ImageFailure",
4791 "Subsystem": "bmc_firmware",
4792 "ComponentID": "0x3600",
4793 "SRC":
4794 {
4795 "ReasonCode": "0x3606",
4796 "Words6To9":
4797 {
4798 }
4799 },
4800
4801 "Callouts": [
4802 {
4803 "CalloutList": [
4804 { "Priority": "high", "Procedure": "bmc_code" }
4805 ]
4806 }
4807 ],
4808
4809 "Documentation":
4810 {
4811 "Description": "An error occurred processing the image.",
4812 "Message": "An error occurred processing the image."
4813 }
4814 },
4815
4816 {
4817 "Name": "xyz.openbmc_project.Software.Image.Error.BusyFailure",
4818 "Subsystem": "bmc_firmware",
4819 "ComponentID": "0x3600",
4820 "SRC":
4821 {
4822 "ReasonCode": "0x3607",
4823 "Words6To9":
4824 {
4825 }
4826 },
4827
4828 "Callouts": [
4829 {
4830 "CalloutList": [
4831 { "Priority": "high", "Procedure": "bmc_code" }
4832 ]
4833 }
4834 ],
4835
4836 "Documentation":
4837 {
4838 "Description": "The device is busy during the update.",
4839 "Message": "The device is busy during the update."
4840 }
zamiseck21de9f02022-03-23 13:41:31 -05004841 },
4842
4843 {
4844 "Name": "xyz.openbmc_project.Software.Version.Error.ExpiredAccessKey",
4845 "Subsystem": "bmc_firmware",
4846 "ComponentID": "0x3600",
4847 "SRC":
4848 {
4849 "ReasonCode": "0x3608",
4850 "Words6To9":
4851 {
4852 }
4853 },
4854
4855 "Callouts": [
4856 {
4857 "CalloutList": [
4858 { "Priority": "high", "Procedure": "bmc_code" }
4859 ]
4860 }
4861 ],
4862
4863 "Documentation":
4864 {
4865 "Description": "The Update Access Key has expired.",
4866 "Message": "The Update Access Key has expired."
4867 }
4868 },
4869
4870 {
4871 "Name": "xyz.openbmc_project.Software.Version.Error.InvalidSignature",
4872 "Subsystem": "bmc_firmware",
4873 "ComponentID": "0x3600",
4874 "SRC":
4875 {
4876 "ReasonCode": "0x3609",
4877 "Words6To9":
4878 {
4879 }
4880 },
4881
4882 "Callouts": [
4883 {
4884 "CalloutList": [
4885 { "Priority": "high", "Procedure": "bmc_code" }
4886 ]
4887 }
4888 ],
4889
4890 "Documentation":
4891 {
4892 "Description": "The software image has an invalid signature.",
4893 "Message": "The software image has an invalid signature"
4894 }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05004895 },
zamiseck0ad7a822022-05-24 17:25:58 -05004896
4897 {
4898 "Name" : "xyz.openbmc_project.Software.Version.Error.HostFile",
4899 "Subsystem" : "bmc_firmware",
4900 "ComponentID" : "0x3600",
4901
4902 "SRC" :
4903 {
4904 "ReasonCode" : "0x360A",
4905 "Words6To9":
4906 {
4907 "6":
4908 {
4909 "Description" : "Size of the current running partition",
4910 "AdditionalDataPropSource" : "CURRENT_FILE_SIZE"
4911 },
4912 "7":
4913 {
4914 "Description" : "Size of the read only partition",
4915 "AdditionalDataPropSource" : "EXPECTED_FILE_SIZE"
4916 }
4917 }
4918 },
4919 "Callouts": [
4920 {
4921 "CalloutList": [
4922 { "Priority": "high", "Procedure": "bmc_code" }
4923 ]
4924 }
4925 ],
4926 "Documentation" :
4927 {
4928 "Description" : "Corrupted or changed preserved file",
4929 "Message" : "Partition was not preserved on reboot",
4930 "Notes" : [
4931 "This error may occur if one of the partitions marked",
4932 "PRESERVED is either corrupted, or a change of size is ",
4933 "desired for a particular partition."
4934 ]
4935 }
4936 },
4937
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05004938 {
4939 "Name": "xyz.openbmc_project.PLDM.Error.findDumpObjPath.GetManagedObjectsFail",
4940 "Subsystem": "bmc_firmware",
4941 "ComponentID": "0x6000",
4942 "Severity": "predictive",
4943 "SRC":
4944 {
4945 "ReasonCode": "0x6001",
4946 "Words6To9":
4947 {
4948 }
4949 },
4950 "Callouts": [
4951 {
4952 "CalloutList": [
4953 { "Priority": "high", "Procedure": "bmc_code" }
4954 ]
4955 }
4956 ],
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05004957
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05004958 "Documentation":
4959 {
4960 "Description": "Failed to get the requested dump object path.",
4961 "Message": "Failed to get the requested dump object path from the system."
4962 }
4963 },
4964 {
4965 "Name": "xyz.openbmc_project.PLDM.Error.newFileAvailable.NewDumpNotifyFail",
4966 "Subsystem": "bmc_firmware",
4967 "ComponentID": "0x6000",
4968 "Severity": "unrecoverable",
4969 "SRC":
4970 {
4971 "ReasonCode": "0x6002",
4972 "Words6To9":
4973 {
4974 }
4975 },
4976 "Callouts": [
4977 {
4978 "CalloutList": [
4979 { "Priority": "high", "Procedure": "bmc_code" }
4980 ]
4981 }
4982 ],
4983 "Documentation":
4984 {
4985 "Description": "Failed to make a new dump notify request to the dump manager application.",
4986 "Message": "Failed to make a new dump notify request to the dump manager application."
4987 }
4988 },
4989 {
4990 "Name": "xyz.openbmc_project.PLDM.Error.DumpHandler.getOffloadUriFail",
4991 "Subsystem": "bmc_firmware",
4992 "ComponentID": "0x6000",
4993 "Severity": "unrecoverable",
4994 "SRC":
4995 {
4996 "ReasonCode": "0x6003",
4997 "Words6To9":
4998 {
4999 }
5000 },
5001 "Callouts": [
5002 {
5003 "CalloutList": [
5004 { "Priority": "high", "Procedure": "bmc_code" }
5005 ]
5006 }
5007 ],
5008 "Documentation":
5009 {
5010 "Description": "Failed to get the dump offload URI path from the dump entry.",
5011 "Message": "Failed to get the dump offload URI path from the dump entry."
5012 }
5013 },
5014 {
5015 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.ResourceDumpFileAckFail",
5016 "Subsystem": "bmc_firmware",
5017 "ComponentID": "0x6000",
5018 "Severity": "non_error",
5019 "SRC":
5020 {
5021 "ReasonCode": "0x6004",
5022 "Words6To9":
5023 {
5024 }
5025 },
5026 "Callouts": [
5027 {
5028 "CalloutList": [
5029 { "Priority": "medium", "Procedure": "bmc_code" }
5030 ]
5031 }
5032 ],
5033 "Documentation":
5034 {
5035 "Description": "The hypervisor rejected the request to initiate a new resource dump.",
5036 "Message": "The hypervisor rejected the request to initiate a new resource dump."
5037 }
5038 },
5039 {
5040 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.SourceDumpIdResetFail",
5041 "Subsystem": "bmc_firmware",
5042 "ComponentID": "0x6000",
5043 "Severity": "unrecoverable",
5044 "SRC":
5045 {
5046 "ReasonCode": "0x6005",
5047 "Words6To9":
5048 {
5049 }
5050 },
5051 "Callouts": [
5052 {
5053 "CalloutList": [
5054 { "Priority": "high", "Procedure": "bmc_code" }
5055 ]
5056 }
5057 ],
5058 "Documentation":
5059 {
5060 "Description": "Failed to reset the dump ID, due to this requested dump will not be deleted.",
5061 "Message": "Failed to reset the dump ID, due to this requested dump will not be deleted."
5062 }
5063 },
5064 {
5065 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryDeleteFail",
5066 "Subsystem": "bmc_firmware",
5067 "ComponentID": "0x6000",
5068 "Severity": "unrecoverable",
5069 "SRC":
5070 {
5071 "ReasonCode": "0x6006",
5072 "Words6To9":
5073 {
5074 }
5075 },
5076 "Callouts": [
5077 {
5078 "CalloutList": [
5079 { "Priority": "high", "Procedure": "bmc_code" }
5080 ]
5081 }
5082 ],
5083 "Documentation":
5084 {
5085 "Description": "Failed to carry out the dump delete request from the hypervisor.",
5086 "Message": "Failed to carry out the dump delete request from the hypervisor."
5087 }
5088 },
5089 {
5090 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryOffloadedSetFail",
5091 "Subsystem": "bmc_firmware",
5092 "ComponentID": "0x6000",
5093 "Severity": "unrecoverable",
5094 "SRC":
5095 {
5096 "ReasonCode": "0x6007",
5097 "Words6To9":
5098 {
5099 }
5100 },
5101 "Callouts": [
5102 {
5103 "CalloutList": [
5104 { "Priority": "high", "Procedure": "bmc_code" }
5105 ]
5106 }
5107 ],
5108 "Documentation":
5109 {
5110 "Description": "Failed to set the dump offloaded completion flag in the dump entry.",
5111 "Message": "Failed to set the dump offloaded completion flag in the dump entry."
5112 }
5113 },
5114 {
5115 "Name": "xyz.openbmc_project.PLDM.Error.readIntoMemory.GetFilepathFail",
5116 "Subsystem": "bmc_firmware",
5117 "ComponentID": "0x6000",
5118 "Severity": "unrecoverable",
5119 "SRC":
5120 {
5121 "ReasonCode": "0x6008",
5122 "Words6To9":
5123 {
5124 }
5125 },
5126 "Callouts": [
5127 {
5128 "CalloutList": [
5129 { "Priority": "high", "Procedure": "bmc_code" }
5130 ]
5131 }
5132 ],
5133 "Documentation":
5134 {
5135 "Description": "Failed to get the file path for the BMC dump and offload to the hypervisor.",
5136 "Message": "Failed to get the file path for the BMC dump and offload to the hypervisor."
5137 }
5138 },
5139 {
5140 "Name": "xyz.openbmc_project.PLDM.Error.read.GetFilepathFail",
5141 "Subsystem": "bmc_firmware",
5142 "ComponentID": "0x6000",
5143 "Severity": "unrecoverable",
5144 "SRC":
5145 {
5146 "ReasonCode": "0x6009",
5147 "Words6To9":
5148 {
5149 }
5150 },
5151 "Callouts": [
5152 {
5153 "CalloutList": [
5154 { "Priority": "high", "Procedure": "bmc_code" }
5155 ]
5156 }
5157 ],
5158 "Documentation":
5159 {
5160 "Description": "Failed to get the file path for the BMC dump and offload to the hypervisor.",
5161 "Message": "Failed to get the file path for the BMC dump and offload to the hypervisor."
5162 }
5163 },
5164 {
5165 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.ResourceDumpFileAckWithMetaDataFail",
5166 "Subsystem": "bmc_firmware",
5167 "ComponentID": "0x6000",
5168 "Severity": "non_error",
5169 "SRC":
5170 {
5171 "ReasonCode": "0x6010",
5172 "Words6To9":
5173 {
5174 }
5175 },
5176 "Callouts": [
5177 {
5178 "CalloutList": [
5179 { "Priority": "medium", "Procedure": "bmc_code" }
5180 ]
5181 }
5182 ],
5183 "Documentation":
5184 {
5185 "Description": "Could not create a new resource dump due to hypervisor verification failed.",
5186 "Message": "Could not create a new resource dump due to hypervisor verification failed."
5187 }
5188 },
5189 {
5190 "Name": "xyz.openbmc_project.PLDM.Error.fileAckWithMetaData.DumpEntryOffloadedSetFail",
5191 "Subsystem": "bmc_firmware",
5192 "ComponentID": "0x6000",
5193 "Severity": "unrecoverable",
5194 "SRC":
5195 {
5196 "ReasonCode": "0x6011",
5197 "Words6To9":
5198 {
5199 }
5200 },
5201 "Callouts": [
5202 {
5203 "CalloutList": [
5204 { "Priority": "high", "Procedure": "bmc_code" }
5205 ]
5206 }
5207 ],
5208 "Documentation":
5209 {
5210 "Description": "Failed to set the dump offload completion flag in the dump entry details.",
5211 "Message": "Failed to set the dump offload completion flag in the dump entry details."
5212 }
5213 },
5214 {
5215 "Name": "xyz.openbmc_project.PLDM.Error.newFileAvailableWithMetaData.NewDumpNotifyFail",
5216 "Subsystem": "bmc_firmware",
5217 "ComponentID": "0x6000",
5218 "Severity": "unrecoverable",
5219 "SRC":
5220 {
5221 "ReasonCode": "0x6012",
5222 "Words6To9":
5223 {
5224 }
5225 },
5226 "Callouts": [
5227 {
5228 "CalloutList": [
5229 { "Priority": "high", "Procedure": "bmc_code" }
5230 ]
5231 }
5232 ],
5233 "Documentation":
5234 {
5235 "Description": "Failed to notify a new dump available request.",
5236 "Message": "Failed to notify a new dump available request."
5237 }
5238 },
5239 {
5240 "Name": "xyz.openbmc_project.PLDM.Error.sendNewFileAvailableCmd.SendDumpParametersFail",
5241 "Subsystem": "bmc_firmware",
5242 "ComponentID": "0x6000",
5243 "Severity": "unrecoverable",
5244 "SRC":
5245 {
5246 "ReasonCode": "0x6013",
5247 "Words6To9":
5248 {
5249 }
5250 },
5251 "Callouts": [
5252 {
5253 "CalloutList": [
5254 { "Priority": "high", "Procedure": "bmc_code" }
5255 ]
5256 }
5257 ],
5258 "Documentation":
5259 {
5260 "Description": "Failed to send the resource dump parameters for a new dump initiation.",
5261 "Message": "Failed to send the resource dump parameters for a new dump initiation."
5262 }
5263 },
5264 {
5265 "Name": "xyz.openbmc_project.PLDM.Error.SendFileToHostFail",
5266 "Subsystem": "bmc_firmware",
5267 "ComponentID": "0x6000",
5268 "Severity": "unrecoverable",
5269 "SRC":
5270 {
5271 "ReasonCode": "0x6014",
5272 "Words6To9":
5273 {
5274 }
5275 },
5276 "Callouts": [
5277 {
5278 "CalloutList": [
5279 { "Priority": "high", "Procedure": "bmc_code" }
5280 ]
5281 }
5282 ],
5283 "Documentation":
5284 {
5285 "Description": "Failed to send the certificate/license file to the host.",
5286 "Message": "Failed to send the certificate/license file to the host."
5287 }
5288 },
5289 {
5290 "Name": "xyz.openbmc_project.PLDM.Error.DecodeNewFileResponseFail",
5291 "Subsystem": "bmc_firmware",
5292 "ComponentID": "0x6000",
5293 "Severity": "unrecoverable",
5294 "SRC":
5295 {
5296 "ReasonCode": "0x6015",
5297 "Words6To9":
5298 {
5299 }
5300 },
5301 "Callouts": [
5302 {
5303 "CalloutList": [
5304 { "Priority": "high", "Procedure": "bmc_code" }
5305 ]
5306 }
5307 ],
5308 "Documentation":
5309 {
5310 "Description": "Failed to decode the response of certificate/license file sent to the host.",
5311 "Message": "Failed to decode the response of certificate/license file sent to the host."
5312 }
5313 },
5314 {
5315 "Name": "xyz.openbmc_project.PLDM.Error.NewFileAvailableRequestFail",
5316 "Subsystem": "bmc_firmware",
5317 "ComponentID": "0x6000",
5318 "Severity": "unrecoverable",
5319 "SRC":
5320 {
5321 "ReasonCode": "0x6016",
5322 "Words6To9":
5323 {
5324 }
5325 },
5326 "Callouts": [
5327 {
5328 "CalloutList": [
5329 { "Priority": "high", "Procedure": "bmc_code" }
5330 ]
5331 }
5332 ],
5333 "Documentation":
5334 {
5335 "Description": "Failed to send the new certificate/license file to the host.",
5336 "Message": "Failed to send the new certificate/license file to the host."
5337 }
5338 },
5339 {
5340 "Name": "xyz.openbmc_project.PLDM.Error.SetHostEffecterFailed",
5341 "Subsystem": "bmc_firmware",
5342 "ComponentID": "0x6000",
5343 "Severity": "unrecoverable",
5344 "SRC":
5345 {
5346 "ReasonCode": "0x6017",
5347 "Words6To9":
5348 {
5349 }
5350 },
5351
5352 "Callouts": [
5353 {
5354 "CalloutList": [
5355 { "Priority": "high", "Procedure": "bmc_code" }
5356 ]
5357 }
5358 ],
5359 "Documentation":
5360 {
5361 "Description": "Failed to set state effecter states.",
5362 "Message": "Failed to set state effecter states."
5363 }
5364 },
5365 {
5366 "Name": "xyz.openbmc_project.PLDM.Error.Generate.PDRJsonFileParseFail",
5367 "Subsystem": "bmc_firmware",
5368 "ComponentID": "0x6000",
5369 "Severity": "unrecoverable",
5370 "SRC":
5371 {
5372 "ReasonCode": "0x6018",
5373 "Words6To9":
5374 {
5375 }
5376 },
5377 "Callouts": [
5378 {
5379 "CalloutList": [
5380 { "Priority": "high", "Procedure": "bmc_code" }
5381 ]
5382 }
5383 ],
5384 "Documentation":
5385 {
5386 "Description": "Failed to parse PDR JSON file.",
5387 "Message": "Failed to parse PDR JSON file."
5388 }
5389 },
5390 {
5391 "Name": "xyz.openbmc_project.PLDM.Error.SetHostSensorState.GetStateSensorPDRFail",
5392 "Subsystem": "bmc_firmware",
5393 "ComponentID": "0x6000",
5394 "Severity": "unrecoverable",
5395 "SRC":
5396 {
5397 "ReasonCode": "0x6019",
5398 "Words6To9":
5399 {
5400 }
5401 },
5402 "Callouts": [
5403 {
5404 "CalloutList": [
5405 { "Priority": "high", "Procedure": "bmc_code" }
5406 ]
5407 }
5408 ],
5409 "Documentation":
5410 {
5411 "Description": "Failed to get state sensor PDR state.",
5412 "Message": "Failed to get state sensor PDR state."
5413 }
5414 },
5415 {
5416 "Name": "xyz.openbmc_project.PLDM.Error.SetHostSensorState.EncodeStateSensorFail",
5417 "Subsystem": "bmc_firmware",
5418 "ComponentID": "0x6000",
5419 "Severity": "unrecoverable",
5420 "SRC":
5421 {
5422 "ReasonCode": "0x6020",
5423 "Words6To9":
5424 {
5425 }
5426 },
5427 "Callouts": [
5428 {
5429 "CalloutList": [
5430 { "Priority": "high", "Procedure": "bmc_code" }
5431 ]
5432 }
5433 ],
5434 "Documentation":
5435 {
5436 "Description": "Failed to encode state sensor request.",
5437 "Message": "Failed to encode state sensor request."
5438 }
5439 },
5440 {
5441 "Name": "xyz.openbmc_project.PLDM.Error.CMsubscribeFailure",
5442 "Subsystem": "bmc_firmware",
5443 "ComponentID": "0x6000",
5444 "Severity": "unrecoverable",
5445 "SRC":
5446 {
5447 "ReasonCode": "0x6021",
5448 "Words6To9":
5449 {
5450 }
5451 },
5452 "Callouts": [
5453 {
5454 "CalloutList": [
5455 { "Priority": "high", "Procedure": "bmc_code" }
5456 ]
5457 }
5458 ],
5459 "Documentation":
5460 {
5461 "Description": "Failed to subscribe for concurrent maintenance of FRU.",
5462 "Message": "Failed to subscribe for concurrent maintenance of FRU."
5463 }
5464 },
5465 {
5466 "Name": "xyz.openbmc_project.PLDM.Error.setSurvTimer.RecvSurveillancePingFail",
5467 "Subsystem": "bmc_firmware",
5468 "ComponentID": "0x6000",
5469 "Severity": "non_error",
5470 "SRC":
5471 {
5472 "ReasonCode": "0x6022",
5473 "Words6To9":
5474 {
5475 }
5476 },
5477 "Callouts": [
5478 {
5479 "CalloutList": [
5480 { "Priority": "high", "Procedure": "bmc_code" }
5481 ]
5482 }
5483 ],
5484 "Documentation":
5485 {
5486 "Description": "Host did not send a surveillance ping within stipulated timeout interval.",
5487 "Message": "Host did not send a surveillance ping within stipulated timeout interval."
5488 }
5489 },
5490 {
5491 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryOffloadUriSetFail",
5492 "Subsystem": "bmc_firmware",
5493 "ComponentID": "0x6000",
5494 "Severity": "unrecoverable",
5495 "SRC":
5496 {
5497 "ReasonCode": "0x6023",
5498 "Words6To9":
5499 {
5500 }
5501 },
5502 "Callouts": [
5503 {
5504 "CalloutList": [
5505 { "Priority": "high", "Procedure": "bmc_code" }
5506 ]
5507 }
5508 ],
5509 "Documentation":
5510 {
5511 "Description": "Failed to reset the dump offload URI path from the dump entry.",
5512 "Message": "Failed to reset the dump offload URI path from the dump entry."
5513 }
5514 },
5515 {
5516 "Name": "xyz.openbmc_project.PLDM.Error.SoftPowerOff.HostSoftOffTimeOut",
5517 "Subsystem": "bmc_firmware",
5518 "ComponentID": "0x6000",
5519 "Severity": "unrecoverable",
5520 "SRC":
5521 {
5522 "ReasonCode": "0x6024",
5523 "Words6To9":
5524 {
5525 }
5526 },
5527 "Callouts": [
5528 {
5529 "CalloutList": [
5530 { "Priority": "high", "Procedure": "bmc_code" }
5531 ]
5532 }
5533 ],
5534 "Documentation":
5535 {
5536 "Description": "Host failed to complete the power off gracefully within the timeout.",
5537 "Message": "Host failed to complete the power off gracefully within the timeout."
5538 }
5539 }
Matt Spinler44792fd2019-09-26 15:58:58 -05005540 ]
5541}