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