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