blob: 235843d5d87a4827348aa76cbf735fd273fe89dd [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 Spinler44792fd2019-09-26 15:58:58 -05007
Matt Spinler3fd08d62019-10-22 14:25:33 -05008 "SRC":
9 {
10 "ReasonCode": "0x1001",
11 "Words6To9":
12 {
13 "6":
14 {
15 "Description": "Timeout in ms",
16 "AdditionalDataPropSource": "TIMEOUT_IN_MSEC"
17 }
18 }
19 },
20
21 "Documentation":
22 {
23 "Description": "This is a generic timeout error",
24 "Message": "An operation timed out",
25 "Notes": [
26 "The journal should contain more information"
27 ]
28 }
29 },
30
31 {
32 "Name": "xyz.openbmc_project.Common.Error.InternalFailure",
33 "Subsystem": "bmc_firmware",
34
35 "SRC":
36 {
37 "ReasonCode": "0x1002",
38 "Words6To9":
39 {
40 }
41 },
42
43 "Documentation":
44 {
45 "Description": "BMC code had a generic internal failure",
46 "Message": "An application had an internal failure",
47 "Notes": [
48 "The journal should contain more information"
49 ]
50 }
51 },
52
53 {
54 "Name": "xyz.openbmc_project.Common.Error.InvalidArgument",
55 "Subsystem": "user_error",
56
57 "SRC":
58 {
59 "ReasonCode": "0x1003",
60 "Words6To9":
61 {
62 }
63 },
64
65 "Documentation":
66 {
67 "Description": "BMC code was given an invalid argument",
68 "Message": "Code was given an invalid argument",
69 "Notes": [
70 "The journal should contain more information"
71 ]
72 }
73 },
74 {
75 "Name": "xyz.openbmc_project.Common.Error.InsufficientPermission",
76 "Subsystem": "user_error",
77
78 "SRC":
79 {
80 "ReasonCode": "0x1004",
81 "Words6To9":
82 {
83 }
84 },
85
86 "Documentation":
87 {
88 "Description": "An operation failed due to insufficient permission",
89 "Message": "An operation failed due to unsufficient permission",
90 "Notes": [
91 "The journal should contain more information"
92 ]
93 }
94 },
95
96 {
97 "Name": "xyz.openbmc_project.Common.Error.NotAllowed",
98 "Subsystem": "user_error",
99
100 "SRC":
101 {
102 "ReasonCode": "0x1005",
103 "Words6To9":
104 {
105 }
106 },
107
108 "Documentation":
109 {
110 "Description": "An operation failed because it isn't allowed",
Matt Spinler26958762020-08-27 13:21:23 -0500111 "Message": "An operation failed because it isn't allowed",
Matt Spinler3fd08d62019-10-22 14:25:33 -0500112 "Notes": [
113 "The journal should contain more information"
114 ]
115 }
116 },
117
118 {
119 "Name": "xyz.openbmc_project.Common.Error.NoCACertificate",
120 "Subsystem": "user_error",
121
122 "SRC":
123 {
124 "ReasonCode": "0x1006",
125 "Words6To9":
126 {
127 }
128 },
129
130 "Documentation":
131 {
132 "Description": "The server's CA certificate has not been provided",
133 "Message": "The server's CA certificate has not been provided"
134 }
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600135 },
136
137 {
Matt Spinleraf036b12020-06-25 10:53:52 -0500138 "Name": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure",
139 "Subsystem": "cec_chip_iface",
140
141 "SRC":
142 {
143 "ReasonCode": "0x1007",
144 "Words6To9":
145 {
146 "6":
147 {
148 "Description": "errno of the failure",
149 "AdditionalDataPropSource": "CALLOUT_ERRNO"
150 }
151 }
152 },
153
154 "Documentation":
155 {
156 "Description": "Sensor device read failure",
157 "Message": "There was a failure when reading a sensor device",
158 "Notes": [
159 "The severity is set by the creator.",
160 "The action flags are set automatically by the code.",
161 "Callouts added based on CALLOUT_DEVICE_PATH."
162 ]
163 }
164 },
165
166 {
167 "Name": "xyz.openbmc_project.Common.Device.Error.ReadFailure",
168 "Subsystem": "cec_chip_iface",
169
170 "SRC":
171 {
172 "ReasonCode": "0x1008",
173 "Words6To9":
174 {
175 "6":
176 {
177 "Description": "errno of the failure",
178 "AdditionalDataPropSource": "CALLOUT_ERRNO"
179 }
180 }
181 },
182
183 "Documentation":
184 {
185 "Description": "Device read failure",
186 "Message": "There was a failure when reading a hardware device",
187 "Notes": [
188 "The severity is set by the creator.",
189 "The action flags are set automatically by the code.",
190 "Callouts added based on CALLOUT_DEVICE_PATH."
191 ]
192 }
193 },
194
195 {
196 "Name": "xyz.openbmc_project.Control.Device.Error.WriteFailure",
197 "Subsystem": "cec_chip_iface",
198
199 "SRC":
200 {
201 "ReasonCode": "0x1009",
202 "Words6To9":
203 {
204 "6":
205 {
206 "Description": "errno of the failure",
207 "AdditionalDataPropSource": "CALLOUT_ERRNO"
208 }
209 }
210 },
211
212 "Documentation":
213 {
214 "Description": "Device write failure",
215 "Message": "There was a failure when writing to a hardware device",
216 "Notes": [
217 "The severity is set by the creator.",
218 "The action flags are set automatically by the code.",
219 "Callouts added based on CALLOUT_DEVICE_PATH"
220 ]
221 }
222 },
223
224 {
225 "Name": "xyz.openbmc_project.Common.Device.Error.WriteFailure",
226 "Subsystem": "cec_chip_iface",
227
228 "SRC":
229 {
230 "ReasonCode": "0x100A",
231 "Words6To9":
232 {
233 "6":
234 {
235 "Description": "errno of the failure",
236 "AdditionalDataPropSource": "CALLOUT_ERRNO"
237 }
238 }
239 },
240
241 "Documentation":
242 {
243 "Description": "Device write failure",
244 "Message": "There was a failure when writing to a hardware device",
245 "Notes": [
246 "The severity is set by the creator.",
247 "The action flags are set automatically by the code.",
248 "Callouts added based on CALLOUT_DEVICE_PATH"
249 ]
250 }
251 },
Jayanth Othayothbd0a7522021-05-03 02:05:36 -0500252
Matt Spinleraf036b12020-06-25 10:53:52 -0500253 {
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600254 "Name": "org.open_power.Logging.Error.SentBadPELToHost",
255 "Subsystem": "bmc_firmware",
256 "Severity": "non_error",
257
258 "SRC":
259 {
260 "ReasonCode": "0x2001",
261 "Words6To9":
262 {
263 "6":
264 {
265 "Description": "The bad PEL ID",
266 "AdditionalDataPropSource": "BAD_ID"
267 }
268 }
269 },
270
271 "Documentation":
272 {
273 "Description": "The BMC sent the host a malformed PEL",
274 "Message": "The BMC sent the host a malformed PEL",
275 "Notes": [
276 "The host firmware rejected that PEL."
277 ]
278 }
Matt Spinlere95fd012020-01-07 12:53:16 -0600279 },
280
281 {
282 "Name": "org.open_power.Logging.Error.BadHostPEL",
283 "Subsystem": "platform_firmware",
284 "Severity": "unrecoverable",
285
286 "SRC":
287 {
288 "ReasonCode": "0x2002",
289 "Words6To9":
290 {
291 "6":
292 {
293 "Description": "The PLID of the invalid PEL",
294 "AdditionalDataPropSource": "PLID"
295 },
296 "7":
297 {
298 "Description": "The corresponding OpenBMC event log ID",
299 "AdditionalDataPropSource": "OBMC_LOG_ID"
300 },
301 "8":
302 {
303 "Description": "The size of the invalid PEL",
304 "AdditionalDataPropSource": "PEL_SIZE"
305 }
306 }
307 },
308
309 "Documentation":
310 {
311 "Description": "The host sent the BMC an invalid PEL",
312 "Message": "The host sent the BMC an invalid PEL",
313 "Notes": [
314 ]
315 }
Marri Devender Raoead1be22020-03-28 05:50:59 -0500316 },
317
318 {
Matt Spinler3477ce92020-07-08 14:49:25 -0500319 "Name": "org.open_power.Logging.Error.TestError1",
320 "Subsystem": "platform_firmware",
321 "Severity": "unrecoverable",
322
323 "SRC":
324 {
325 "ReasonCode": "0x2003",
326 "Words6To9":
327 {
328 }
329 },
330
331 "Callouts": [
332 {
333 "CalloutList": [
334 {"Priority": "high", "Procedure": "bmc_code"},
335 {"Priority": "medium", "SymbolicFRU": "service_docs"}
336 ]
337 }
338 ],
339
340 "Documentation":
341 {
342 "Description": "An error for testing",
343 "Message": "This is a test error"
344 }
345 },
346
347 {
Matt Spinler30ddc9f2020-07-16 15:39:59 -0500348 "Name": "xyz.openbmc_project.Logging.Error.Default",
349 "Subsystem": "other_na",
350
351 "SRC":
352 {
353 "ReasonCode": "0x2004",
354 "Words6To9":
355 {
356 }
357 },
358
359 "Documentation":
360 {
361 "Description": "This entry is used when no other matching entry is found",
362 "Message": "Unknown (Original event not in message registry)",
363 "Notes": [
364 "This is used when the actual error name isn't found in ",
365 "the registry. The original error name will be stored ",
366 "in the UserData section that contains the AdditionalData ",
367 "properties using the key ERROR_NAME.",
368 "This error may contain callouts if the creator passed ",
369 "them in.",
370 "The severity is set by the creator.",
371 "If this error is seen, then a code change needs to be ",
372 "made to add the missing error entry to this registry."
373 ]
374 }
375 },
376
377 {
Marri Devender Raoead1be22020-03-28 05:50:59 -0500378 "Name": "org.open_power.PHAL.Error.Boot",
379 "Subsystem": "cec_hardware",
Ramesh Iyyar41e79dc2020-12-22 06:27:48 -0600380 "ComponentID": "0x3000",
Marri Devender Raoead1be22020-03-28 05:50:59 -0500381 "Severity": "unrecoverable",
382
383 "SRC":
384 {
Ramesh Iyyar41e79dc2020-12-22 06:27:48 -0600385 "ReasonCode": "0x3001",
Marri Devender Raoead1be22020-03-28 05:50:59 -0500386 "Words6To9":
387 {
388 }
389 },
390
391 "Documentation":
392 {
393 "Description": "Failure occured during boot process",
394 "Message": "Failure occured during boot process",
395 "Notes": [
396 "Debug traces will be captured in AdditionalData section"
397 ]
398 }
Ben Tyner34836322020-04-15 17:01:48 -0500399 },
400
401 {
Ramesh Iyyar78be2a22020-12-22 06:22:55 -0600402 "Name": "org.open_power.PHAL.Error.PrePowerOff",
403 "Subsystem": "cec_hardware",
404 "ComponentID": "0x3000",
405
406 "SRC":
407 {
408 "ReasonCode": "0x3002",
409 "Words6To9":
410 {
411 }
412 },
413
414 "Documentation":
415 {
416 "Description": "Failure occurred during PHAL pre-poweroff operations",
417 "Message": "Failure occurred during PHAL pre-poweroff operations",
418 "Notes": [
419 "Severity needs to be set based on needs for this registry.",
420 "FFDC (First Failure Data Collection) will be collected ",
421 "and added into PEL."
422 ]
423 }
424 },
425
426 {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -0500427 "Name": "org.open_power.Processor.Error.SbeChipOpFailure",
428 "Subsystem": "processor_chip",
429 "ComponentID": "0x3500",
430
431 "SRC":
432 {
433 "ReasonCode": "0x3500",
434 "Words6To9":
435 {
436 "6":
437 {
438 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
439 "AdditionalDataPropSource": "SRC6"
440 }
441 }
442 },
443
444 "Documentation":
445 {
446 "Description": "chipop failure with SBE provided FFDC",
447 "Message": "chipop request failure reported by SBE",
448 "Notes": [
449 "The severity is set by the creator.",
450 "Callouts added based on SBE provided FFDC.",
451 "SBE provided additional debug data included as part of the",
452 "additional user data section."
453 ]
454 }
455 },
456
457 {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -0500458 "Name": "org.open_power.Processor.Error.SbeChipOpTimeout",
459 "Subsystem": "processor_chip",
460 "ComponentID": "0x3500",
461
462 "SRC":
463 {
464 "ReasonCode": "0x3501",
465 "Words6To9":
466 {
467 "6":
468 {
469 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
470 "AdditionalDataPropSource": "SRC6"
471 }
472 }
473 },
474
475 "Documentation":
476 {
477 "Description": "SBE chipop timeout",
478 "Message": "chipop timeout reported during SBE communication",
479 "Notes": [
480 "The severity is set by the creator.",
481 "Check SBE Dump associated to this error to debug the failure."
482 ]
483 }
484 },
485
486 {
Jayanth Othayoth6c601832021-05-03 02:56:04 -0500487 "Name": "org.open_power.Processor.Error.SbeChipOpInvalidState",
488 "Subsystem": "processor_chip",
489 "ComponentID": "0x3500",
490
491 "SRC":
492 {
493 "ReasonCode": "0x3502",
494 "Words6To9":
495 {
496 "6":
497 {
498 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
499 "AdditionalDataPropSource": "SRC6"
500 },
501 "7":
502 {
503 "Description": "Value of SBE state",
504 "AdditionalDataPropSource": "SRC7"
505 }
506 }
507 },
508
509 "Documentation":
510 {
511 "Description": "The SBE on this processor is not in a state where chipOps can be issued",
512 "Message": "SBE Chipop is not allowed due to invalid SBE state ",
513 "Notes": [
514 "The severity is set by the creator."
515 ]
516 }
517 },
518
519 {
Ben Tyner34836322020-04-15 17:01:48 -0500520 "Name": "org.open_power.Attn.Error.Terminate",
Ben Tyner808e29f2021-04-16 08:32:23 -0500521 "Subsystem": "cec_hardware",
522 "Severity": "non_error",
Ben Tyner34836322020-04-15 17:01:48 -0500523
524 "SRC":
525 {
526 "ReasonCode": "0xD138",
Ben Tyner808e29f2021-04-16 08:32:23 -0500527 "SymptomIDFields": [ "SRCWord3", "SRCWord4", "SRCWord5", "SRCWord6", "SRCWord7", "SRCWord8", "SRCWord9" ],
Ben Tyner34836322020-04-15 17:01:48 -0500528 "Words6To9":
529 {
530 }
531 },
532
533 "Documentation":
534 {
535 "Description": "Status shows TI special attention active",
536 "Message": "TI special attention detected",
537 "Notes": [
538 "This entry is for any TI special attention event ",
539 "reported by the attention handler component"
540 ]
541 }
542 },
543
544 {
545 "Name": "org.open_power.Attn.Error.Fail",
546 "Subsystem": "bmc_firmware",
547 "Severity": "unrecoverable_loss_of_function",
548
549 "SRC":
550 {
551 "ReasonCode": "0xD13E",
552 "Words6To9":
553 {
554 "6":
555 {
556 "Description": "Error code from attention handler",
557 "AdditionalDataPropSource": "ERROR_CODE"
558 }
559 }
560 },
561 "Documentation":
562 {
563 "Description": "The attention handler encountered an error",
564 "MessageArgSources" : ["SRCWord6"],
565 "Message": "Attention handler error %1",
566 "Notes": [
567 "Attention handler will provide error code"
568 ]
569 }
570 },
571
572 {
573 "Name": "org.open_power.Attn.Error.Vital",
574 "Subsystem": "processor_chip",
575 "Severity": "critical",
576
577 "SRC":
578 {
579 "ReasonCode": "0xD16D",
580 "Words6To9":
581 {
582 }
583 },
584
585 "Documentation":
586 {
587 "Description": "Status shows SBE vital attention active",
588 "Message": "SBE vital attention detected",
589 "Notes": [
590 "This entry is for any SBE vital attention event ",
591 "reported by the attention handler component"
592 ]
593 }
594 },
595
596 {
597 "Name": "org.open_power.HwDiags.Error.Checkstop",
598 "Subsystem": "cec_hardware",
Zane Shelley561c0382020-11-17 13:20:05 -0600599 "ActionFlags": [ "service_action", "report", "call_home" ],
Ben Tyner34836322020-04-15 17:01:48 -0500600
601 "SRC":
602 {
Zane Shelley561c0382020-11-17 13:20:05 -0600603 "ReasonCode": "0xE510",
604 "SymptomIDFields": [ "SRCWord6", "SRCWord7", "SRCWord8" ],
Ben Tyner34836322020-04-15 17:01:48 -0500605 "Words6To9":
606 {
607 "6":
608 {
Zane Shelley561c0382020-11-17 13:20:05 -0600609 "Description": "[0:15] chip model, [16:23] reserved, [24:31] chip EC level",
610 "AdditionalDataPropSource": "SRC6"
611 },
612 "7":
613 {
614 "Description": "[0:15] chip position, [16:23] unused, [24:31] signature attn type",
615 "AdditionalDataPropSource": "SRC7"
Ben Tyner34836322020-04-15 17:01:48 -0500616 },
617 "8":
618 {
Zane Shelley561c0382020-11-17 13:20:05 -0600619 "Description": "[0:15] signature ID, [16:23] signature instance, [24:31] signature bit position",
620 "AdditionalDataPropSource": "SRC8"
Ben Tyner34836322020-04-15 17:01:48 -0500621 }
622 }
623 },
624
625 "Documentation":
626 {
Zane Shelley561c0382020-11-17 13:20:05 -0600627 "Description": "A system checkstop attention has occurred",
628 "MessageArgSources" : [ "SRCWord6", "SRCWord7", "SRCWord8" ],
629 "Message": "hw-diags signature: %1 %2 %3"
Ben Tyner34836322020-04-15 17:01:48 -0500630 }
631 },
632
633 {
Zane Shelley561c0382020-11-17 13:20:05 -0600634 "Name": "org.open_power.HwDiags.Error.Predictive",
635 "Subsystem": "cec_hardware",
636 "ActionFlags": [ "service_action", "report", "call_home" ],
Ben Tyner34836322020-04-15 17:01:48 -0500637
638 "SRC":
639 {
Zane Shelley561c0382020-11-17 13:20:05 -0600640 "ReasonCode": "0xE511",
641 "SymptomIDFields": [ "SRCWord6", "SRCWord7", "SRCWord8" ],
Ben Tyner34836322020-04-15 17:01:48 -0500642 "Words6To9":
643 {
644 "6":
645 {
Zane Shelley561c0382020-11-17 13:20:05 -0600646 "Description": "[0:15] chip model, [16:23] reserved, [24:31] chip EC level",
647 "AdditionalDataPropSource": "SRC6"
648 },
649 "7":
650 {
651 "Description": "[0:15] chip position, [16:23] unused, [24:31] signature attn type",
652 "AdditionalDataPropSource": "SRC7"
653 },
654 "8":
655 {
656 "Description": "[0:15] signature ID, [16:23] signature instance, [24:31] signature bit position",
657 "AdditionalDataPropSource": "SRC8"
Ben Tyner34836322020-04-15 17:01:48 -0500658 }
659 }
660 },
Zane Shelley561c0382020-11-17 13:20:05 -0600661
Ben Tyner34836322020-04-15 17:01:48 -0500662 "Documentation":
663 {
Zane Shelley561c0382020-11-17 13:20:05 -0600664 "Description": "A hardware attention requiring service has occurred",
665 "MessageArgSources" : [ "SRCWord6", "SRCWord7", "SRCWord8" ],
666 "Message": "hw-diags signature: %1 %2 %3"
Ben Tyner34836322020-04-15 17:01:48 -0500667 }
Shawn McCarney01648f52020-06-25 11:42:02 -0500668 },
669
670 {
Brandon Wyman38caaf02020-09-01 16:07:42 -0500671 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.InputFault",
672 "Subsystem": "power_supply",
673 "Severity": "unrecoverable_redundancy_loss",
674 "ActionFlags": ["service_action", "report"],
675 "ComponentID": "0x2700",
676
677 "SRC": {
678 "Type": "11",
679 "ReasonCode": "0x15F0",
680 "Words6To9": {}
681 },
682
683 "Callouts": [
684 {
685 "CalloutList": [
686 { "Priority": "high", "SymbolicFRU": "pwrsply" }
687 ]
688 }
689 ],
690
691 "Documentation": {
692 "Description": "Power Supply input power fault",
693 "Message": "A power supply has indicated an input or under voltage condition.",
694 "Notes": [
695 "Check the power supply cabling and/or input power ",
696 "source. The PWRSPLY procedure is used rather than ",
697 "calling out a location code, as typically these faults ",
698 "are related to the supplied power, the cable, or the ",
699 "cable connectors. If the input fault resolves down to an ",
700 "issue with the power supply itself, the power supply ",
701 "indicating this input fault should be called out. Add the ",
702 "CALLOUT_INVENTORY_PATH to the additional data, and set the",
703 "CALLOUT_PRIORITY to something other than high."
704 ]
705 }
706 },
707
708 {
709 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Fault",
710 "Subsystem": "power_supply",
711 "Severity": "unrecoverable_redundancy_loss",
712 "ActionFlags": ["service_action", "report", "call_home"],
713 "ComponentID": "0x2700",
714
715 "SRC": {
716 "Type": "11",
717 "ReasonCode": "0x15F1",
718 "Words6To9": {}
719 },
720
721 "Documentation": {
722 "Description": "Power Supply power fault",
723 "Message": "The power supply detected a fault condition, see AdditionalData for further details.",
724 "Notes": [
725 "The power supply reporting the fault should be called ",
726 "out using the CALLOUT_INVENTORY_PATH keyword. Include ",
727 "specific fault, STATUS_* details, and code level in the ",
728 "AdditionalData section."
729 ]
730 }
731 },
732
733 {
734 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.CommFault",
735 "Subsystem": "power_supply",
Brandon Wyman981ffc32021-04-06 15:49:12 -0500736 "Severity": "unrecoverable",
Brandon Wyman38caaf02020-09-01 16:07:42 -0500737 "ActionFlags": ["service_action", "report", "call_home"],
738 "ComponentID": "0x2700",
739
740 "SRC": {
741 "Type": "11",
742 "ReasonCode": "0x15F2",
743 "Words6To9": {}
744 },
745
746 "Documentation": {
747 "Description": "Power Supply non-power fault",
748 "Message": "A communication failure occurred talking to the power supply",
749 "Notes": [
750 "Communication problems with the power supply could be ",
751 "the power supply, or any hardware between it and the ",
752 "BMC. Reporting the error should be passing in a call ",
753 "out using CALLOUT_DEVICE_PATH."
754 ]
755 }
756 },
757
758 {
759 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Missing",
760 "Subsystem": "power_supply",
Brandon Wyman981ffc32021-04-06 15:49:12 -0500761 "Severity": "unrecoverable_redundancy_loss",
Brandon Wyman38caaf02020-09-01 16:07:42 -0500762 "ActionFlags": ["service_action", "report", "call_home"],
763 "ComponentID": "0x2700",
764
765 "SRC": {
766 "Type": "11",
767 "ReasonCode": "0x15F6",
768 "Words6To9": {}
769 },
770
771 "Callouts": [
772 {
773 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -0500774 {
775 "Priority": "high",
776 "SymbolicFRUTrusted": "pwrsply",
777 "UseInventoryLocCode": true
778 }
Brandon Wyman38caaf02020-09-01 16:07:42 -0500779 ]
780 }
781 ],
782
783 "Documentation": {
784 "Description": "Power Supply is missing",
785 "Message": "A power supply that should be present is missing",
786 "Notes": [
787 "The CalloutList should use the PWRSPLY symbolic FRU ",
Matt Spinler80600192020-10-23 09:29:33 -0500788 "with the trusted location code property. The ",
789 "location code in this callout is obtained from ",
790 "the passed in CALLOUT_INVENTORY_PATH value."
Brandon Wyman38caaf02020-09-01 16:07:42 -0500791 ]
792 }
793 },
794
795 {
Jay Meyer54ff54e2021-03-14 20:18:41 -0500796 "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Blackout",
797 "Subsystem": "power",
798 "ActionFlags": [ "report", "service_action" ],
799 "Severity": "unrecoverable",
800 "ComponentID": "0x2700",
801
802 "SRC":
803 {
804 "Type": "11",
805 "ReasonCode": "0x00AC",
806 "Words6To9": {},
807 "PowerFault": true
808 },
809
810 "Callouts": [
811 {
812 "CalloutList": [
813 { "Priority": "high", "SymbolicFRU": "ac_module"}
814 ]
815 }
816 ],
817
818 "Documentation": {
819 "Description": "Input power was lost while the system was powered on.",
820 "Message": "Input power was lost while the system was powered on.",
821 "Notes": [
822 "Input power was lost while system powered on.",
823 "The CalloutList should use the ACMODUL symbolic FRU."
824 ]
825 }
826 },
827
828 {
Jim Wright7f678902020-11-30 16:03:57 -0600829 "Name": "xyz.openbmc_project.Power.Error.Shutdown",
830 "Subsystem": "power_sequencer",
831 "ComponentID": "0x2700",
832
833 "SRC": {
834 "Type": "11",
835 "ReasonCode": "0x2600",
836 "Words6To9": {}
837 },
838
839 "Callouts": [
840 {
841 "CalloutList": [
842 { "Priority": "high", "SymbolicFRU": "pgood_part" }
843 ]
844 }
845 ],
846
847 "Documentation": {
848 "Description": "A power off was issued because a power fault was detected",
849 "Message": "A power off was issued because a power fault was detected",
850 "Notes": [
851 ]
852 }
853 },
854
855 {
856 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerPGOODFault",
857 "Subsystem": "power_sequencer",
858 "ComponentID": "0x2700",
859
860 "SRC": {
861 "Type": "11",
862 "ReasonCode": "0x2610",
863 "Words6To9": {}
864 },
865
866 "CalloutsUsingAD": {
867 "ADName": "INPUT_NAME", "CalloutsWithTheirADValues": [
868 {
869 "ADValue": "PCIE_SLOT0", "Callouts": [
870 {
871 "CalloutList": [
872 { "Priority": "high", "LocCode": "P0-C0" },
873 { "Priority": "medium", "LocCode": "P0" }
874 ]
875 }
876 ]
877 },
878 {
879 "ADValue": "PCIE_SLOT1", "Callouts": [
880 {
881 "CalloutList": [
882 { "Priority": "high", "LocCode": "P0-C1" },
883 { "Priority": "medium", "LocCode": "P0" }
884 ]
885 }
886 ]
887 },
888 {
889 "ADValue": "PCIE_SLOT2", "Callouts": [
890 {
891 "CalloutList": [
892 { "Priority": "high", "LocCode": "P0-C2" },
893 { "Priority": "medium", "LocCode": "P0" }
894 ]
895 }
896 ]
897 },
898 {
899 "ADValue": "PCIE_SLOT3", "Callouts": [
900 {
901 "CalloutList": [
902 { "Priority": "high", "LocCode": "P0-C3" },
903 { "Priority": "medium", "LocCode": "P0" }
904 ]
905 }
906 ]
907 },
908 {
909 "ADValue": "PCIE_SLOT4", "Callouts": [
910 {
911 "CalloutList": [
912 { "Priority": "high", "LocCode": "P0-C4" },
913 { "Priority": "medium", "LocCode": "P0" }
914 ]
915 }
916 ]
917 },
918 {
919 "ADValue": "PCIE_SLOT7", "Callouts": [
920 {
921 "CalloutList": [
922 { "Priority": "high", "LocCode": "P0-C7" },
923 { "Priority": "medium", "LocCode": "P0" }
924 ]
925 }
926 ]
927 },
928 {
929 "ADValue": "PCIE_SLOT8", "Callouts": [
930 {
931 "CalloutList": [
932 { "Priority": "high", "LocCode": "P0-C8" },
933 { "Priority": "medium", "LocCode": "P0" }
934 ]
935 }
936 ]
937 },
938 {
939 "ADValue": "PCIE_SLOT9", "Callouts": [
940 {
941 "CalloutList": [
942 { "Priority": "high", "LocCode": "P0-C9" },
943 { "Priority": "medium", "LocCode": "P0" }
944 ]
945 }
946 ]
947 },
948 {
949 "ADValue": "PCIE_SLOT10", "Callouts": [
950 {
951 "CalloutList": [
952 { "Priority": "high", "LocCode": "P0-C10" },
953 { "Priority": "medium", "LocCode": "P0" }
954 ]
955 }
956 ]
957 },
958 {
959 "ADValue": "PCIE_SLOT11", "Callouts": [
960 {
961 "CalloutList": [
962 { "Priority": "high", "LocCode": "P0-C11" },
963 { "Priority": "medium", "LocCode": "P0" }
964 ]
965 }
966 ]
967 },
968 {
969 "ADValue": "PGOOD_12A", "Callouts": [
970 {
971 "CalloutList": [
972 { "Priority": "high", "SymbolicFRU": "pgood_part" }
973 ]
974 }
975 ]
976 },
977 {
978 "ADValue": "PGOOD_12B", "Callouts": [
979 {
980 "CalloutList": [
981 { "Priority": "high", "SymbolicFRU": "pgood_part" }
982 ]
983 }
984 ]
985 },
986 {
987 "ADValue": "PGOOD_12C", "Callouts": [
988 {
989 "CalloutList": [
990 { "Priority": "high", "SymbolicFRU": "pgood_part" }
991 ]
992 }
993 ]
994 },
995 {
996 "ADValue": "PGOOD_12D", "Callouts": [
997 {
998 "CalloutList": [
999 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1000 ]
1001 }
1002 ]
1003 },
1004 {
1005 "ADValue": "PGOOD_12L", "Callouts": [
1006 {
1007 "CalloutList": [
1008 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1009 ]
1010 }
1011 ]
1012 },
1013 {
1014 "ADValue": "PGOOD_12M", "Callouts": [
1015 {
1016 "CalloutList": [
1017 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1018 ]
1019 }
1020 ]
1021 },
1022 {
1023 "ADValue": "PGOOD_12N", "Callouts": [
1024 {
1025 "CalloutList": [
1026 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1027 ]
1028 }
1029 ]
1030 },
1031 {
1032 "ADValue": "PGOOD_12P", "Callouts": [
1033 {
1034 "CalloutList": [
1035 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1036 ]
1037 }
1038 ]
1039 },
1040 {
1041 "ADValue": "PGOOD_12PCIE", "Callouts": [
1042 {
1043 "CalloutList": [
1044 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1045 ]
1046 }
1047 ]
1048 },
1049 {
1050 "ADValue": "PGOOD_12Q", "Callouts": [
1051 {
1052 "CalloutList": [
1053 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1054 ]
1055 }
1056 ]
1057 },
1058 {
1059 "ADValue": "PGOOD_12R", "Callouts": [
1060 {
1061 "CalloutList": [
1062 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1063 ]
1064 }
1065 ]
1066 },
1067 {
1068 "ADValue": "PGOOD_VDN_DCM0", "Callouts": [
1069 {
1070 "CalloutList": [
1071 { "Priority": "high", "LocCode": "P0-C14" },
1072 { "Priority": "medium", "LocCode": "P0-C15" },
1073 { "Priority": "low", "LocCode": "P0" }
1074 ]
1075 }
1076 ]
1077 },
1078 {
1079 "ADValue": "PGOOD_VDN_DCM1", "Callouts": [
1080 {
1081 "CalloutList": [
1082 { "Priority": "high", "LocCode": "P0-C23" },
1083 { "Priority": "medium", "LocCode": "P0-C24" },
1084 { "Priority": "low", "LocCode": "P0" }
1085 ]
1086 }
1087 ]
1088 },
1089 {
1090 "ADValue": "PGOOD_VCS_DCM0", "Callouts": [
1091 {
1092 "CalloutList": [
1093 { "Priority": "high", "LocCode": "P0-C14" },
1094 { "Priority": "medium", "LocCode": "P0-C15" },
1095 { "Priority": "low", "LocCode": "P0" }
1096 ]
1097 }
1098 ]
1099 },
1100 {
1101 "ADValue": "PGOOD_VCS_DCM1", "Callouts": [
1102 {
1103 "CalloutList": [
1104 { "Priority": "high", "LocCode": "P0-C23" },
1105 { "Priority": "medium", "LocCode": "P0-C24" },
1106 { "Priority": "low", "LocCode": "P0" }
1107 ]
1108 }
1109 ]
1110 },
1111 {
1112 "ADValue": "PGOOD_VIO_DCM0", "Callouts": [
1113 {
1114 "CalloutList": [
1115 { "Priority": "high", "LocCode": "P0-C14" },
1116 { "Priority": "medium", "LocCode": "P0-C15" },
1117 { "Priority": "low", "LocCode": "P0" }
1118 ]
1119 }
1120 ]
1121 },
1122 {
1123 "ADValue": "PGOOD_VIO_DCM1", "Callouts": [
1124 {
1125 "CalloutList": [
1126 { "Priority": "high", "LocCode": "P0-C23" },
1127 { "Priority": "medium", "LocCode": "P0-C24" },
1128 { "Priority": "low", "LocCode": "P0" }
1129 ]
1130 }
1131 ]
1132 },
1133 {
1134 "ADValue": "PGOOD_VPCIE_DCM0", "Callouts": [
1135 {
1136 "CalloutList": [
1137 { "Priority": "high", "LocCode": "P0-C14" },
1138 { "Priority": "medium", "LocCode": "P0-C15" },
1139 { "Priority": "low", "LocCode": "P0" }
1140 ]
1141 }
1142 ]
1143 },
1144 {
1145 "ADValue": "PGOOD_VPCIE_DCM1", "Callouts": [
1146 {
1147 "CalloutList": [
1148 { "Priority": "high", "LocCode": "P0-C23" },
1149 { "Priority": "medium", "LocCode": "P0-C24" },
1150 { "Priority": "low", "LocCode": "P0" }
1151 ]
1152 }
1153 ]
1154 }
1155 ]
1156 },
1157
1158 "Documentation": {
1159 "Description": "The power sequencer chip detected a PGOOD fault",
1160 "Message": "The power sequencer chip detected a PGOOD fault",
1161 "Notes": [
1162 ]
1163 }
1164 },
1165
1166 {
1167 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerVoltageFault",
1168 "Subsystem": "power_sequencer",
1169 "ComponentID": "0x2700",
1170
1171 "SRC": {
1172 "Type": "11",
1173 "ReasonCode": "0x2620",
1174 "Words6To9": {}
1175 },
1176
1177 "CalloutsUsingAD": {
1178 "ADName": "RAIL_NAME", "CalloutsWithTheirADValues": [
1179 {
1180 "ADValue": "12.0V", "Callouts": [
1181 {
1182 "CalloutList": [
1183 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1184 ]
1185 }
1186 ]
1187 },
1188 {
1189 "ADValue": "5.0V_USB", "Callouts": [
1190 {
1191 "CalloutList": [
1192 { "Priority": "high", "SymbolicFRU": "usb_pgood" },
1193 { "Priority": "medium", "LocCode": "P0" }
1194 ]
1195 }
1196 ]
1197 },
1198 {
1199 "ADValue": "5.0V_DASD", "Callouts": [
1200 {
1201 "CalloutList": [
1202 { "Priority": "medium", "LocCode": "P1" },
1203 { "Priority": "medium", "LocCode": "P2" },
1204 { "Priority": "medium", "LocCode": "P3" },
1205 { "Priority": "low", "LocCode": "P0" }
1206 ]
1207 }
1208 ]
1209 },
1210 {
1211 "ADValue": "3.3VA", "Callouts": [
1212 {
1213 "CalloutList": [
1214 { "Priority": "high", "LocCode": "P0" }
1215 ]
1216 }
1217 ]
1218 },
1219 {
1220 "ADValue": "3.3VB", "Callouts": [
1221 {
1222 "CalloutList": [
1223 { "Priority": "high", "LocCode": "P0" }
1224 ]
1225 }
1226 ]
1227 },
1228 {
1229 "ADValue": "1.5V", "Callouts": [
1230 {
1231 "CalloutList": [
1232 { "Priority": "high", "LocCode": "P0" }
1233 ]
1234 }
1235 ]
1236 },
1237 {
1238 "ADValue": "1.1V", "Callouts": [
1239 {
1240 "CalloutList": [
1241 { "Priority": "high", "LocCode": "P0" }
1242 ]
1243 }
1244 ]
1245 },
1246 {
1247 "ADValue": "VDDA_DCM0", "Callouts": [
1248 {
1249 "CalloutList": [
1250 { "Priority": "high", "LocCode": "P0-C14" },
1251 { "Priority": "medium", "LocCode": "P0-C15" },
1252 { "Priority": "low", "LocCode": "P0" }
1253 ]
1254 }
1255 ]
1256 },
1257 {
1258 "ADValue": "VDDB_DCM0", "Callouts": [
1259 {
1260 "CalloutList": [
1261 { "Priority": "high", "LocCode": "P0-C14" },
1262 { "Priority": "medium", "LocCode": "P0-C15" },
1263 { "Priority": "low", "LocCode": "P0" }
1264 ]
1265 }
1266 ]
1267 },
1268 {
1269 "ADValue": "VDDA_DCM1", "Callouts": [
1270 {
1271 "CalloutList": [
1272 { "Priority": "high", "LocCode": "P0-C23" },
1273 { "Priority": "medium", "LocCode": "P0-C24" },
1274 { "Priority": "low", "LocCode": "P0" }
1275 ]
1276 }
1277 ]
1278 },
1279 {
1280 "ADValue": "VDDB_DCM1", "Callouts": [
1281 {
1282 "CalloutList": [
1283 { "Priority": "high", "LocCode": "P0-C23" },
1284 { "Priority": "medium", "LocCode": "P0-C24" },
1285 { "Priority": "low", "LocCode": "P0" }
1286 ]
1287 }
1288 ]
1289 },
1290 {
1291 "ADValue": "12.0VCS", "Callouts": [
1292 {
1293 "CalloutList": [
1294 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1295 ]
1296 }
1297 ]
1298 },
1299 {
1300 "ADValue": "3.3VCS", "Callouts": [
1301 {
1302 "CalloutList": [
1303 { "Priority": "high", "LocCode": "P0" }
1304 ]
1305 }
1306 ]
1307 },
1308 {
1309 "ADValue": "1.1V_Current", "Callouts": [
1310 {
1311 "CalloutList": [
1312 { "Priority": "high", "LocCode": "P0" }
1313 ]
1314 }
1315 ]
1316 },
1317 {
1318 "ADValue": "5.0V_USB_Current", "Callouts": [
1319 {
1320 "CalloutList": [
1321 { "Priority": "high", "SymbolicFRU": "usb_pgood" },
1322 { "Priority": "medium", "LocCode": "P0" }
1323 ]
1324 }
1325 ]
1326 },
1327 {
1328 "ADValue": "5.0V_DASD_Current", "Callouts": [
1329 {
1330 "CalloutList": [
1331 { "Priority": "medium", "LocCode": "P1" },
1332 { "Priority": "medium", "LocCode": "P2" },
1333 { "Priority": "medium", "LocCode": "P3" },
1334 { "Priority": "low", "LocCode": "P0" }
1335 ]
1336 }
1337 ]
1338 },
1339 {
1340 "ADValue": "12.0VN", "Callouts": [
1341 {
1342 "CalloutList": [
1343 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1344 ]
1345 }
1346 ]
1347 },
1348 {
1349 "ADValue": "12.0VP", "Callouts": [
1350 {
1351 "CalloutList": [
1352 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1353 ]
1354 }
1355 ]
1356 },
1357 {
1358 "ADValue": "12.0VQ", "Callouts": [
1359 {
1360 "CalloutList": [
1361 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1362 ]
1363 }
1364 ]
1365 },
1366 {
1367 "ADValue": "12.0VR", "Callouts": [
1368 {
1369 "CalloutList": [
1370 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1371 ]
1372 }
1373 ]
1374 },
1375 {
1376 "ADValue": "ThermalDiode1", "Callouts": [
1377 {
1378 "CalloutList": [
1379 { "Priority": "high", "LocCode": "P0" }
1380 ]
1381 }
1382 ]
1383 },
1384 {
1385 "ADValue": "ThermalDiode2", "Callouts": [
1386 {
1387 "CalloutList": [
1388 { "Priority": "high", "LocCode": "P0" }
1389 ]
1390 }
1391 ]
1392 },
1393 {
1394 "ADValue": "ThermalDiode3", "Callouts": [
1395 {
1396 "CalloutList": [
1397 { "Priority": "high", "LocCode": "P0" }
1398 ]
1399 }
1400 ]
1401 },
1402 {
1403 "ADValue": "ThermalDiode4", "Callouts": [
1404 {
1405 "CalloutList": [
1406 { "Priority": "high", "LocCode": "P0" }
1407 ]
1408 }
1409 ]
1410 }
1411 ]
1412 },
1413
1414 "Documentation": {
1415 "Description": "The power sequencer chip detected a voltage fault",
1416 "Message": "The power sequencer chip detected a voltage fault",
1417 "Notes": [
1418 ]
1419 }
1420 },
1421
1422 {
Shawn McCarney01648f52020-06-25 11:42:02 -05001423 "Name": "xyz.openbmc_project.Power.Regulators.Error.WriteVerification",
1424 "Subsystem": "power",
1425 "ComponentID": "0x2700",
1426
1427 "SRC": {
1428 "Type": "11",
1429 "ReasonCode": "0x2900",
1430 "Words6To9": {}
1431 },
1432
1433 "Documentation": {
1434 "Description": "A write verification error occurred on a device",
1435 "Message": "A write verification error occurred on a device",
1436 "Notes": [
1437 "This error occurs when a device register is written, ",
1438 "read back, and the two values do not match. This is ",
1439 "also called a read-back error. The device should be ",
1440 "identified using the CALLOUT_DEVICE_PATH or ",
1441 "CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR keywords in the ",
1442 "AdditionalData property of the event log. This will ",
1443 "cause the device and the hardware in the communication ",
1444 "path to be called out."
1445 ]
1446 }
1447 },
1448
1449 {
1450 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile",
1451 "Subsystem": "power",
1452 "ComponentID": "0x2700",
1453
1454 "SRC": {
1455 "Type": "11",
1456 "ReasonCode": "0xA013",
1457 "Words6To9": {}
1458 },
1459
1460 "Callouts": [
1461 {
1462 "CalloutList": [
1463 { "Priority": "high", "Procedure": "bmc_code" }
1464 ]
1465 }
1466 ],
1467
1468 "Documentation": {
1469 "Description": "A regulators configuration file error occurred",
1470 "Message": "A regulators configuration file error occurred",
1471 "Notes": [
1472 "The regulators configuration file could not be found, ",
1473 "could not be read, or had invalid contents."
1474 ]
1475 }
1476 },
1477
1478 {
Shawn McCarney82e31d82021-02-19 16:25:55 -06001479 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile.Critical",
1480 "Subsystem": "power",
1481 "Severity": "critical_system_term",
1482 "ComponentID": "0x2700",
1483
1484 "SRC": {
1485 "Type": "11",
1486 "ReasonCode": "0xA014",
1487 "Words6To9": {},
1488 "PowerFault": true
1489 },
1490
1491 "Callouts": [
1492 {
1493 "CalloutList": [
1494 { "Priority": "high", "Procedure": "bmc_code" }
1495 ]
1496 }
1497 ],
1498
1499 "Documentation": {
1500 "Description": "A critical regulators configuration file error occurred",
1501 "Message": "A critical regulators configuration file error occurred",
1502 "Notes": [
1503 "The regulators configuration file could not be found, ",
1504 "could not be read, or had invalid contents. As a result ",
1505 "voltage regulators could not be configured, and the ",
1506 "chassis could not be powered on."
1507 ]
1508 }
1509 },
1510
1511 {
Jim Wright7f678902020-11-30 16:03:57 -06001512 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerFault",
1513 "Subsystem": "power_sequencer",
1514 "ComponentID": "0x2700",
1515
1516 "SRC": {
1517 "Type": "11",
1518 "ReasonCode": "0xD000",
1519 "Words6To9": {}
1520 },
1521
1522 "Callouts": [
1523 {
1524 "CalloutList": [
1525 { "Priority": "high", "LocCode": "P0" }
1526 ]
1527 }
1528 ],
1529
1530 "Documentation": {
1531 "Description": "The power sequencer chip detected a fault",
1532 "Message": "The power sequencer chip detected a fault",
1533 "Notes": [
1534 ]
1535 }
1536 },
1537
1538 {
1539 "Name": "xyz.openbmc_project.Power.Error.PowerOnFailure",
1540 "Subsystem": "power_sequencer",
1541 "ComponentID": "0x2700",
1542
1543 "SRC": {
1544 "Type": "11",
1545 "ReasonCode": "0xD002",
1546 "Words6To9": {}
1547 },
1548
1549 "Callouts": [
1550 {
1551 "CalloutList": [
1552 { "Priority": "high", "LocCode": "P0" }
1553 ]
1554 }
1555 ],
1556
1557 "Documentation": {
1558 "Description": "System power failed to turn on",
1559 "Message": "System power failed to turn on",
1560 "Notes": [
1561 ]
1562 }
1563 },
1564
1565 {
Shawn McCarney01648f52020-06-25 11:42:02 -05001566 "Name": "xyz.openbmc_project.Power.Error.Internal",
1567 "Subsystem": "power",
1568 "ComponentID": "0x2700",
1569
1570 "SRC": {
1571 "Type": "11",
1572 "ReasonCode": "0xE000",
1573 "Words6To9": {}
1574 },
1575
1576 "Callouts": [
1577 {
1578 "CalloutList": [
1579 { "Priority": "high", "Procedure": "bmc_code" }
1580 ]
1581 }
1582 ],
1583
1584 "Documentation": {
1585 "Description": "An internal firmware error occurred",
1586 "Message": "An internal firmware error occurred",
1587 "Notes": [
1588 "The error details must be provided in the AdditionalData ",
1589 "property of the event log."
1590 ]
1591 }
1592 },
1593
1594 {
1595 "Name": "xyz.openbmc_project.Power.Error.I2C",
1596 "Subsystem": "cec_i2c",
1597 "ComponentID": "0x2700",
1598
1599 "SRC": {
1600 "Type": "11",
1601 "ReasonCode": "0xE100",
1602 "Words6To9": {}
1603 },
1604
1605 "Documentation": {
1606 "Description": "An I2C error occurred communicating with a device",
1607 "Message": "An I2C error occurred communicating with a device",
1608 "Notes": [
1609 "The device should be identified using the ",
1610 "CALLOUT_DEVICE_PATH or CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR ",
1611 "keywords in the AdditionalData property of the event ",
1612 "log. This will cause the device and the hardware in the ",
1613 "communication path to be called out."
1614 ]
1615 }
1616 },
1617
1618 {
1619 "Name": "xyz.openbmc_project.Power.Error.PMBus",
1620 "Subsystem": "power",
1621 "ComponentID": "0x2700",
1622
1623 "SRC": {
1624 "Type": "11",
1625 "ReasonCode": "0xE200",
1626 "Words6To9": {}
1627 },
1628
1629 "Documentation": {
1630 "Description": "A PMBus error occurred on a device",
1631 "Message": "A PMBus error occurred on a device",
1632 "Notes": [
1633 "This error occurs when the I2C communication was ",
1634 "successful, but the PMBus value read is invalid or ",
1635 "unsupported. CALLOUT_INVENTORY_PATH should be specified ",
1636 "in the AdditionalData property of the event log so that ",
1637 "the device is called out but not the communication path."
1638 ]
1639 }
1640 },
1641
1642 {
1643 "Name": "xyz.openbmc_project.Power.Error.DBus",
1644 "Subsystem": "power",
1645 "ComponentID": "0x2700",
1646
1647 "SRC": {
1648 "Type": "11",
1649 "ReasonCode": "0xE300",
1650 "Words6To9": {}
1651 },
1652
1653 "Callouts": [
1654 {
1655 "CalloutList": [
1656 { "Priority": "high", "Procedure": "bmc_code" }
1657 ]
1658 }
1659 ],
1660
1661 "Documentation": {
1662 "Description": "A firmware inter-process communication (D-Bus) error occurred",
1663 "Message": "A firmware inter-process communication (D-Bus) error occurred"
1664 }
Matt Spinler60d1c392020-09-23 15:23:24 -05001665 },
1666
1667 {
Matt Spinler7c9c07e2020-10-22 10:16:37 -05001668 "Name": "xyz.openbmc_project.Fan.Error.Fault",
1669 "Subsystem": "power_fans",
1670 "ComponentID": "0x2800",
1671
1672 "SRC": {
1673 "Type": "11",
1674 "ReasonCode": "0x76F0",
1675 "Words6To9": {}
1676 },
1677
1678 "Documentation": {
1679 "Description": "Fan rotor fault",
1680 "Message": "Fan rotor fault",
1681 "Notes": [
1682 "This error occurs when a fan rotor has been faulted for a ",
1683 "certain amount of time. The callout is the fan which is ",
1684 "passed in with CALLOUT_INVENTORY_PATH. The severity is ",
1685 "passed in during creation and will be either informational ",
1686 "or unrecoverable. The action flags use the defaults and ",
1687 "vary based on the severity."
1688 ]
1689 }
1690 },
1691
1692 {
Matt Spinler60d1c392020-09-23 15:23:24 -05001693 "Name": "xyz.openbmc_project.Fan.Error.Missing",
1694 "Subsystem": "power_fans",
1695 "ComponentID": "0x2800",
1696 "Severity": "unrecoverable_redundancy_loss",
1697 "ActionFlags": ["service_action", "report", "call_home"],
1698
1699 "SRC": {
1700 "Type": "11",
1701 "ReasonCode": "0x76F1",
1702 "Words6To9": {}
1703 },
1704
1705 "Callouts": [
1706 {
Matt Spinler938ac792021-05-12 10:46:44 -05001707 "System": "ibm,rainier",
Matt Spinler60d1c392020-09-23 15:23:24 -05001708 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -05001709 {
1710 "Priority": "high",
1711 "SymbolicFRUTrusted": "air_mover",
1712 "UseInventoryLocCode": true
1713 },
1714 {
1715 "Priority": "low",
1716 "LocCode": "P0"
1717 }
Matt Spinler60d1c392020-09-23 15:23:24 -05001718 ]
Matt Spinler938ac792021-05-12 10:46:44 -05001719 },
1720 {
1721 "System": "ibm,everest",
1722 "CalloutList": [
1723 {
1724 "Priority": "high",
1725 "SymbolicFRUTrusted": "air_mover",
1726 "UseInventoryLocCode": true
1727 },
1728 {
1729 "Priority": "low",
1730 "LocCode": "P1"
1731 }
1732 ]
Matt Spinler60d1c392020-09-23 15:23:24 -05001733 }
1734 ],
1735
1736 "Documentation": {
1737 "Description": "A fan is missing",
1738 "Message": "A fan is missing",
1739 "Notes": [
1740 "This error occurs when a fan has been missing for a ",
Matt Spinler80600192020-10-23 09:29:33 -05001741 "certain amount of time. The first callout is the ",
1742 "symbolic FRU AIR_MOVR that has the trusted fan location ",
1743 "code, which it gets using the passed in ",
1744 "CALLOUT_INVENTORY_PATH. The second callout is the FRU ",
Matt Spinler938ac792021-05-12 10:46:44 -05001745 "where the controller and GPIO expander are."
Matt Spinler60d1c392020-09-23 15:23:24 -05001746 ]
1747 }
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05001748 },
1749
1750 {
Matt Spinleradf070b2021-04-21 13:39:45 -05001751 "Name": "xyz.openbmc_project.Fan.Presence.Error.Detection",
1752 "ComponentID": "0x2800",
1753 "Subsystem": "power_fans",
1754 "Severity": "non_error",
1755 "ActionFlags": ["report"],
1756 "MfgSeverity": "predictive",
1757 "MfgActionFlags": ["service_action", "report"],
1758
1759 "SRC": {
1760 "Type": "11",
1761 "ReasonCode": "0x76F2",
1762 "Words6To9": {}
1763 },
1764
1765 "Callouts": [
1766 {
1767 "System": "ibm,rainier",
1768 "CalloutList": [
1769 {"Priority": "medium", "LocCode": "P0"}
1770 ]
1771 },
1772 {
1773 "System": "ibm,everest",
1774 "CalloutList": [
1775 {"Priority": "medium", "LocCode": "P1"}
1776 ]
1777 }
1778 ],
1779
1780 "Documentation": {
1781 "Description": "Presence detect methods for the same fan disagree",
1782 "Message": "Presence detect methods for the same fan disagree",
1783 "Notes": [
1784 "This error occurs when there is more than one way to detect",
1785 "fan presence, and they don't all agree. For example, the",
1786 "GPIO says a fan isn't present, but the tach readings are",
1787 "nonzero. This is informational, unless in manufacturing.",
1788 "The fan FRU is passed in as a high priority callout.",
1789 "The FRU the GPIO source is on is called out medium."
1790 ]
1791 }
1792 },
1793
1794 {
Matt Spinlerdde99202021-06-14 12:15:59 -06001795 "Name": "xyz.openbmc_project.Fan.Error.FanControllerOffline",
1796 "ComponentID": "0x2800",
1797 "Subsystem": "power_fans",
1798 "Severity": "critical_system_term",
1799 "ActionFlags": ["service_action", "report", "call_home"],
1800
1801 "SRC": {
1802 "Type": "11",
1803 "ReasonCode": "0x76F3",
1804 "Words6To9": {},
1805 "PowerFault": true
1806 },
1807
1808 "Callouts": [
1809 {
1810 "System": "ibm,rainier",
1811 "CalloutList": [
1812 {"Priority": "high", "LocCode": "P0-C5"},
1813 {"Priority": "medium_group_a", "LocCode": "P0-T12", "SymbolicFRUTrusted": "fan_cable"},
1814 {"Priority": "medium_group_a", "LocCode": "P0-T17", "SymbolicFRUTrusted": "cable_continued"},
1815 {"Priority": "low", "LocCode": "P0"}
1816 ]
1817 },
1818 {
1819 "System": "ibm,everest",
1820 "CalloutList": [
1821 {"Priority": "high", "LocCode": "P0-C0"},
1822 {"Priority": "medium", "LocCode": "P1"},
1823 {"Priority": "low", "LocCode": "P0"}
1824 ]
1825 }
1826 ],
1827
1828 "Documentation": {
1829 "Description": "The fan controller device is offline",
1830 "Message": "The fan controller is offline. The system must be powered off.",
1831 "Notes": [
1832 "The device that controls the fans is offline so the fan",
1833 "targets and speeds are unknown. The system will be shut",
1834 "down to preserve thermal safety. There may be an I2C",
1835 "or power problem with the device."
1836 ]
1837 }
1838 },
1839
1840 {
Mike Cappsabc276e2021-06-18 16:41:30 -04001841 "Name": "xyz.openbmc_project.Fan.Presence.Error.GPIODeviceUnavailable",
1842 "Subsystem": "power_fans",
1843 "ComponentID": "0x2800",
1844 "Severity": "unrecoverable_redundancy_loss",
1845 "ActionFlags": ["service_action", "report", "call_home"],
1846
1847 "SRC": {
1848 "Type": "11",
1849 "ReasonCode": "0x76F4",
1850 "Words6To9": {}
1851 },
1852
1853 "Callouts": [
1854 {
1855 "System" : "ibm,rainier",
1856 "CalloutList": [
1857 {"Priority": "high", "LocCode": "P0-C5"},
1858 {"Priority": "medium_group_a", "LocCode": "P0-T12","SymbolicFRUTrusted": "fan_cable"},
1859 {"Priority": "medium_group_a", "LocCode": "P0-T17","SymbolicFRUTrusted": "cable_continued"},
1860 {"Priority": "low", "LocCode": "P0"}
1861 ]
1862 },
1863 {
1864 "System" : "ibm,everest",
1865 "CalloutList": [
1866 {"Priority": "high", "LocCode": "P0-C0"},
1867 {"Priority": "medium", "LocCode": "P1"},
1868 {"Priority": "low", "LocCode": "P0"}
1869 ]
1870 }
1871 ],
1872
1873 "Documentation": {
1874 "Description": "Fan GPIO sensors not present",
1875 "Message": "Fan GPIO sensors not present",
1876 "Notes": [
1877 "The device that reports fan presence is not functioning."
1878 ]
1879 }
1880 },
1881
1882 {
Matt Spinler86e40dd2021-01-29 11:19:36 -06001883 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHigh",
1884 "Subsystem": "power",
1885 "ComponentID": "0x2800",
1886 "Severity": "predictive",
1887 "ActionFlags": ["service_action", "report"],
1888
1889 "SRC": {
1890 "ReasonCode": "0x2801",
1891 "Words6To9": {}
1892 },
1893
1894 "CalloutsUsingAD": {
1895 "ADName": "SENSOR_NAME",
1896 "CalloutsWithTheirADValues": [
1897 {
1898 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
1899 "Callouts": [
1900 {
1901 "CalloutList": [
1902 { "Priority": "high", "SymbolicFRU": "ambient_temp" }
1903 ]
1904 }
1905 ]
1906 }
1907 ]
1908 },
1909
1910 "Documentation": {
1911 "Description": "A temperature sensor exceeded its performance loss threshold.",
1912 "Message": "A temperature sensor exceeded its performance loss threshold.",
1913 "Notes": [
1914 "A temperature sensor crossed its performance loss threshold value",
1915 "If it is the ambient sensor, then a symbolic FRU will be added.",
1916 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
1917 "a FRU callout."
1918 ]
1919 }
1920 },
1921
1922 {
1923 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHighClear",
1924 "Subsystem": "power",
1925 "ComponentID": "0x2800",
1926 "Severity": "non_error",
1927 "ActionFlags": ["report"],
1928 "EventType": "env_normal",
1929
1930 "SRC": {
1931 "ReasonCode": "0x2802",
1932 "Words6To9": {}
1933 },
1934
1935 "CalloutsUsingAD": {
1936 "ADName": "SENSOR_NAME",
1937 "CalloutsWithTheirADValues": [
1938 {
1939 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
1940 "Callouts": [
1941 {
1942 "CalloutList": [
1943 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" }
1944 ]
1945 }
1946 ]
1947 }
1948 ]
1949 },
1950
1951 "Documentation": {
1952 "Description": "A temperature sensor is under its performance loss threshold.",
1953 "Message": "A temperature sensor is under its performance loss threshold.",
1954 "Notes": [
1955 "A temperature sensor crossed under its performance loss threshold value",
1956 "If it is the ambient sensor, then a symbolic FRU will be added."
1957 ]
1958 }
1959 },
1960
1961 {
1962 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHigh",
1963 "Subsystem": "power",
1964 "ComponentID": "0x2800",
1965 "Severity": "predictive",
1966 "ActionFlags": ["service_action", "report"],
1967
1968 "SRC": {
1969 "ReasonCode": "0x2803",
1970 "Words6To9": {}
1971 },
1972
1973 "CalloutsUsingAD": {
1974 "ADName": "SENSOR_NAME",
1975 "CalloutsWithTheirADValues": [
1976 {
1977 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
1978 "Callouts": [
1979 {
1980 "CalloutList": [
1981 { "Priority": "high", "SymbolicFRU": "ambient_temp" }
1982 ]
1983 }
1984 ]
1985 }
1986 ]
1987 },
1988
1989 "Documentation": {
1990 "Description": "A temperature sensor exceeded its warning threshold.",
1991 "Message": "A temperature sensor exceeded its warning threshold.",
1992 "Notes": [
1993 "A temperature sensor crossed its warning threshold value",
1994 "If it is the ambient sensor, then a symbolic FRU will be added.",
1995 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
1996 "a FRU callout."
1997 ]
1998 }
1999 },
2000
2001 {
2002 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHighClear",
2003 "Subsystem": "power",
2004 "ComponentID": "0x2800",
2005 "Severity": "non_error",
2006 "ActionFlags": ["report"],
2007 "EventType": "env_normal",
2008
2009 "SRC": {
2010 "ReasonCode": "0x2804",
2011 "Words6To9": {}
2012 },
2013
2014 "CalloutsUsingAD": {
2015 "ADName": "SENSOR_NAME",
2016 "CalloutsWithTheirADValues": [
2017 {
2018 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2019 "Callouts": [
2020 {
2021 "CalloutList": [
2022 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" }
2023 ]
2024 }
2025 ]
2026 }
2027 ]
2028 },
2029
2030 "Documentation": {
2031 "Description": "A temperature sensor is under its warning threshold.",
2032 "Message": "A temperature sensor is under its warning threshold.",
2033 "Notes": [
2034 "A temperature sensor crossed under its warning threshold value",
2035 "If it is the ambient sensor, then a symbolic FRU will be added."
2036 ]
2037 }
2038 },
2039
2040 {
2041 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHigh",
2042 "Subsystem": "power",
2043 "ComponentID": "0x2800",
2044 "Severity": "predictive",
2045 "ActionFlags": ["service_action", "report"],
2046
2047 "SRC": {
2048 "ReasonCode": "0x2805",
2049 "Words6To9": {}
2050 },
2051
2052 "CalloutsUsingAD": {
2053 "ADName": "SENSOR_NAME",
2054 "CalloutsWithTheirADValues": [
2055 {
2056 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2057 "Callouts": [
2058 {
2059 "CalloutList": [
2060 { "Priority": "high", "SymbolicFRU": "ambient_temp" }
2061 ]
2062 }
2063 ]
2064 }
2065 ]
2066 },
2067
2068 "Documentation": {
2069 "Description": "A temperature sensor exceeded its critical threshold.",
2070 "Message": "A temperature sensor exceeded its critical threshold.",
2071 "Notes": [
2072 "A temperature sensor crossed its critical threshold value",
2073 "If it is the ambient sensor, then a symbolic FRU will be added.",
2074 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
2075 "a FRU callout."
2076 ]
2077 }
2078 },
2079
2080 {
2081 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHighClear",
2082 "Subsystem": "power",
2083 "ComponentID": "0x2800",
2084 "Severity": "non_error",
2085 "ActionFlags": ["report"],
2086 "EventType": "env_normal",
2087
2088 "SRC": {
2089 "ReasonCode": "0x2806",
2090 "Words6To9": {}
2091 },
2092
2093 "CalloutsUsingAD": {
2094 "ADName": "SENSOR_NAME",
2095 "CalloutsWithTheirADValues": [
2096 {
2097 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
2098 "Callouts": [
2099 {
2100 "CalloutList": [
2101 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" }
2102 ]
2103 }
2104 ]
2105 }
2106 ]
2107 },
2108
2109 "Documentation": {
2110 "Description": "A temperature sensor is under its critical threshold.",
2111 "Message": "A temperature sensor is under its critical threshold.",
2112 "Notes": [
2113 "A temperature sensor crossed under its critical threshold value",
2114 "If it is the ambient sensor, then a symbolic FRU will be added."
2115 ]
2116 }
2117 },
2118
2119 {
Matt Spinler6b3490a2021-01-20 10:48:26 -06002120 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHigh",
2121 "Subsystem": "power",
2122 "ComponentID": "0x2800",
2123 "Severity": "predictive",
2124 "ActionFlags": ["service_action", "report"],
2125
2126 "SRC": {
2127 "ReasonCode": "0x2807",
2128 "Words6To9": {}
2129 },
2130
2131 "Callouts": [
2132 {
2133 "CalloutList": [
2134 {
2135 "Priority": "high",
2136 "SymbolicFRU": "ambient_temp"
2137 }
2138 ]
2139 }
2140 ],
2141
2142 "Documentation": {
2143 "Description": "The ambient temperature passed the EPOW3 limit.",
2144 "Message": "The ambient temperature passed the EPOW3 limit. The system will shut down if temp doesn't decrease.",
2145 "Notes": [
2146 "This error occurs when the ambient temperature surpassed",
2147 "the EPOW3 shutdown limit."
2148 ]
2149 }
2150 },
2151
2152 {
2153 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHighClear",
2154 "Subsystem": "power",
2155 "ComponentID": "0x2800",
2156 "Severity": "non_error",
2157 "ActionFlags": ["report"],
2158 "EventType": "env_normal",
2159
2160 "SRC": {
2161 "ReasonCode": "0x2808",
2162 "Words6To9": {}
2163 },
2164
2165 "Callouts": [
2166 {
2167 "CalloutList": [
2168 {
2169 "Priority": "high",
2170 "SymbolicFRU": "ambient_temp_back"
2171 }
2172 ]
2173 }
2174 ],
2175
2176 "Documentation": {
2177 "Description": "The ambient temperature is back under the EPOW3 limit.",
2178 "Message": "The ambient temperature is back under the EPOW3 limit."
2179 }
2180 },
2181
2182 {
2183 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.HardShutdownAlarmHigh",
2184 "Subsystem": "power",
2185 "ComponentID": "0x2800",
Matt Spinler6b3490a2021-01-20 10:48:26 -06002186 "ActionFlags": ["service_action", "report"],
2187
2188 "SRC": {
2189 "ReasonCode": "0x2809",
2190 "Words6To9": {}
2191 },
2192
2193 "Callouts": [
2194 {
2195 "CalloutList": [
2196 {
2197 "Priority": "high",
2198 "SymbolicFRU": "ambient_temp"
2199 }
2200 ]
2201 }
2202 ],
2203
2204 "Documentation": {
2205 "Description": "The ambient temperature passed the EPOW4 limit.",
2206 "Message": "The ambient temperature passed the EPOW4 limit. The system will shut down",
2207 "Notes": [
2208 "This error occurs when the ambient temperature surpassed",
2209 "the EPOW4 shutdown limit."
2210 ]
2211 }
2212 },
2213
2214 {
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05002215 "Name": "com.ibm.VPD.Error.InvalidEepromPath",
2216 "Subsystem": "cec_vpd",
2217 "ComponentID": "0x4000",
2218
2219 "SRC": {
2220 "ReasonCode": "0x4000",
2221 "Words6To9":
2222 {
2223 "6":
2224 {
2225 "Description": "Errno of the failure.",
2226 "AdditionalDataPropSource": "CALLOUT_ERRNO"
2227 }
2228 }
2229 },
2230
2231 "Documentation": {
2232 "Description": "A path access error ocurred",
2233 "Message": "An EEPROM path access error occurred.",
2234 "Notes": [
2235 "This error occurs when parser is unable to access",
2236 "EEPROM path. Errno and device path are captured as",
2237 "additional data."
2238 ]
2239 }
2240 },
2241
2242 {
2243 "Name": "com.ibm.VPD.Error.InvalidVPD",
2244 "Subsystem": "cec_vpd",
2245 "ComponentID": "0x4000",
2246
2247 "SRC": {
2248 "ReasonCode": "0x4001",
2249 "Words6To9":
2250 {
2251 }
2252 },
2253
2254 "Documentation": {
2255 "Description": "Invalid VPD data.",
2256 "Message": "A VPD data exception occurred.",
2257 "Notes": [
2258 "This error occurs when VPD data is found to be",
2259 "invalid. This can be when VPD file is missing out",
2260 "mandatory records.Inventory path is captured in",
2261 "additional data."
2262 ]
2263 }
2264 },
2265
2266 {
2267 "Name": "com.ibm.VPD.Error.EccCheckFailed",
2268 "Subsystem": "cec_vpd",
2269 "ComponentID": "0x4000",
2270
2271 "SRC": {
2272 "ReasonCode": "0x4002",
2273 "Words6To9":
2274 {
2275 }
2276 },
2277
2278 "Documentation": {
2279 "Description": "Invalid VPD ecc data.",
2280 "Message": "A VPD ecc exception occurred.",
2281 "Notes": [
2282 "This error occurs when VPD ecc check fails for the FRU.",
2283 "Inventory path for the failed FRU is captured in additonal",
2284 "data."
2285 ]
2286 }
2287 },
2288
2289 {
2290 "Name": "com.ibm.VPD.Error.InvalidJson",
2291 "Subsystem": "cec_vpd",
2292 "ComponentID": "0x4000",
2293
2294 "SRC": {
2295 "ReasonCode": "0x4003",
2296 "Words6To9":
2297 {
2298 }
2299 },
2300
2301 "Documentation": {
2302 "Description": "Invalid Json",
2303 "Message": "A Json failure occurred.",
2304 "Notes": [
2305 "This error occurs when parser fails to access",
2306 "Json file or there is any issue with Json data.",
2307 "Failed Json path and cause of failure is captured",
2308 "in additional data."
2309 ]
2310 }
2311 },
2312
2313 {
2314 "Name": "com.ibm.VPD.Error.BlankSystemVPD",
2315 "Subsystem": "cec_vpd",
2316 "ComponentID": "0x4000",
2317
2318 "SRC": {
2319 "ReasonCode": "0x4004",
2320 "Words6To9":
2321 {
2322 }
2323 },
2324
2325 "Documentation": {
2326 "Description": "System VPD restore failed",
2327 "Message": "A system VPD restoration error occurred.",
2328 "Notes": [
2329 "This error occurs when restoring of system VPD fails.",
2330 "The FRU path and reason for failure is captured in",
2331 "additional data."
2332 ]
2333 }
2334 },
2335
2336 {
2337 "Name": "com.ibm.VPD.Error.DbusFailure",
2338 "Subsystem": "cec_vpd",
2339 "ComponentID": "0x4000",
2340
2341 "SRC": {
2342 "ReasonCode": "0x4005",
2343 "Words6To9":
2344 {
2345 }
2346 },
2347
2348 "Documentation": {
2349 "Description": "Dbus exception",
2350 "Message": "A Dbus internal error occurred.",
2351 "Notes": [
2352 "This error occurs when Dbus operation fails.",
2353 "Exceptions details are captured in additonal",
2354 "data."
2355 ]
2356 }
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05002357 },
2358
2359 {
2360 "Name": "org.open_power.Host.Boot.Error.WatchdogTimeout",
2361 "Subsystem": "cec_sp_hostboot_iface",
2362
2363 "SRC":
2364 {
2365 "ReasonCode": "0xC101",
2366 "Words6To9":
2367 {
2368 }
2369 },
2370
2371 "Documentation":
2372 {
2373 "Description": "Host did not respond within the watchdog timeout interval",
2374 "Message": "Host did not respond before the watchdog timeout interval expired",
2375 "Notes": [
2376 "Host did not respond before the expiry of the watchdog timeout interval.",
2377 "Collecting hostboot dump."
2378 ]
2379 }
Matt Spinler3fd08d62019-10-22 14:25:33 -05002380 }
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05002381
Matt Spinler44792fd2019-09-26 15:58:58 -05002382 ]
2383}