blob: c5848b4c3115ba9f46e29e398d9c1cf0395fa613 [file] [log] [blame]
Matt Spinler44792fd2019-09-26 15:58:58 -05001{
Patrick Williams26919f02022-12-08 06:12:43 -06002 "PELs": [
Matt Spinler3fd08d62019-10-22 14:25:33 -05003 {
4 "Name": "xyz.openbmc_project.Common.Error.Timeout",
5 "Subsystem": "bmc_firmware",
Matt Spinler216999f2022-01-12 11:22:40 -06006 "Severity": "non_error",
Matt Spinler44792fd2019-09-26 15:58:58 -05007
Patrick Williams26919f02022-12-08 06:12:43 -06008 "SRC": {
Matt Spinler3fd08d62019-10-22 14:25:33 -05009 "ReasonCode": "0x1001",
Patrick Williams26919f02022-12-08 06:12:43 -060010 "Words6To9": {
11 "6": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050012 "Description": "Timeout in ms",
13 "AdditionalDataPropSource": "TIMEOUT_IN_MSEC"
14 }
15 }
16 },
17
Patrick Williams26919f02022-12-08 06:12:43 -060018 "Documentation": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050019 "Description": "This is a generic timeout error",
20 "Message": "An operation timed out",
Patrick Williams26919f02022-12-08 06:12:43 -060021 "Notes": ["The journal should contain more information"]
Matt Spinler3fd08d62019-10-22 14:25:33 -050022 }
23 },
24
25 {
26 "Name": "xyz.openbmc_project.Common.Error.InternalFailure",
27 "Subsystem": "bmc_firmware",
Matt Spinler216999f2022-01-12 11:22:40 -060028 "Severity": "non_error",
Matt Spinler3fd08d62019-10-22 14:25:33 -050029
Patrick Williams26919f02022-12-08 06:12:43 -060030 "SRC": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050031 "ReasonCode": "0x1002",
Patrick Williams26919f02022-12-08 06:12:43 -060032 "Words6To9": {}
Matt Spinler3fd08d62019-10-22 14:25:33 -050033 },
34
Patrick Williams26919f02022-12-08 06:12:43 -060035 "Documentation": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050036 "Description": "BMC code had a generic internal failure",
37 "Message": "An application had an internal failure",
Patrick Williams26919f02022-12-08 06:12:43 -060038 "Notes": ["The journal should contain more information"]
Matt Spinler288f4322023-01-05 12:54:22 -060039 },
40
41 "JournalCapture": {
42 "NumLines": 30
Matt Spinler3fd08d62019-10-22 14:25:33 -050043 }
44 },
45
46 {
47 "Name": "xyz.openbmc_project.Common.Error.InvalidArgument",
48 "Subsystem": "user_error",
Matt Spinler216999f2022-01-12 11:22:40 -060049 "Severity": "non_error",
Matt Spinler3fd08d62019-10-22 14:25:33 -050050
Patrick Williams26919f02022-12-08 06:12:43 -060051 "SRC": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050052 "ReasonCode": "0x1003",
Patrick Williams26919f02022-12-08 06:12:43 -060053 "Words6To9": {}
Matt Spinler3fd08d62019-10-22 14:25:33 -050054 },
55
Patrick Williams26919f02022-12-08 06:12:43 -060056 "Documentation": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050057 "Description": "BMC code was given an invalid argument",
58 "Message": "Code was given an invalid argument",
Patrick Williams26919f02022-12-08 06:12:43 -060059 "Notes": ["The journal should contain more information"]
Matt Spinler3fd08d62019-10-22 14:25:33 -050060 }
61 },
62 {
63 "Name": "xyz.openbmc_project.Common.Error.InsufficientPermission",
64 "Subsystem": "user_error",
Matt Spinler216999f2022-01-12 11:22:40 -060065 "Severity": "non_error",
Matt Spinler3fd08d62019-10-22 14:25:33 -050066
Patrick Williams26919f02022-12-08 06:12:43 -060067 "SRC": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050068 "ReasonCode": "0x1004",
Patrick Williams26919f02022-12-08 06:12:43 -060069 "Words6To9": {}
Matt Spinler3fd08d62019-10-22 14:25:33 -050070 },
71
Patrick Williams26919f02022-12-08 06:12:43 -060072 "Documentation": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050073 "Description": "An operation failed due to insufficient permission",
74 "Message": "An operation failed due to unsufficient permission",
Patrick Williams26919f02022-12-08 06:12:43 -060075 "Notes": ["The journal should contain more information"]
Matt Spinler3fd08d62019-10-22 14:25:33 -050076 }
77 },
78
79 {
80 "Name": "xyz.openbmc_project.Common.Error.NotAllowed",
81 "Subsystem": "user_error",
Matt Spinler216999f2022-01-12 11:22:40 -060082 "Severity": "non_error",
Matt Spinler3fd08d62019-10-22 14:25:33 -050083
Patrick Williams26919f02022-12-08 06:12:43 -060084 "SRC": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050085 "ReasonCode": "0x1005",
Patrick Williams26919f02022-12-08 06:12:43 -060086 "Words6To9": {}
Matt Spinler3fd08d62019-10-22 14:25:33 -050087 },
88
Patrick Williams26919f02022-12-08 06:12:43 -060089 "Documentation": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050090 "Description": "An operation failed because it isn't allowed",
Matt Spinler26958762020-08-27 13:21:23 -050091 "Message": "An operation failed because it isn't allowed",
Patrick Williams26919f02022-12-08 06:12:43 -060092 "Notes": ["The journal should contain more information"]
Matt Spinler3fd08d62019-10-22 14:25:33 -050093 }
94 },
95
96 {
97 "Name": "xyz.openbmc_project.Common.Error.NoCACertificate",
98 "Subsystem": "user_error",
Matt Spinler216999f2022-01-12 11:22:40 -060099 "Severity": "non_error",
Matt Spinler3fd08d62019-10-22 14:25:33 -0500100
Patrick Williams26919f02022-12-08 06:12:43 -0600101 "SRC": {
Matt Spinler3fd08d62019-10-22 14:25:33 -0500102 "ReasonCode": "0x1006",
Patrick Williams26919f02022-12-08 06:12:43 -0600103 "Words6To9": {}
Matt Spinler3fd08d62019-10-22 14:25:33 -0500104 },
105
Patrick Williams26919f02022-12-08 06:12:43 -0600106 "Documentation": {
Matt Spinler3fd08d62019-10-22 14:25:33 -0500107 "Description": "The server's CA certificate has not been provided",
108 "Message": "The server's CA certificate has not been provided"
109 }
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600110 },
111
112 {
Matt Spinleraf036b12020-06-25 10:53:52 -0500113 "Name": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure",
Matt Spinlerf24746c2022-01-31 10:40:13 -0600114 "Subsystem": "cec_i2c",
Matt Spinleraf036b12020-06-25 10:53:52 -0500115
Patrick Williams26919f02022-12-08 06:12:43 -0600116 "SRC": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500117 "ReasonCode": "0x1007",
Patrick Williams26919f02022-12-08 06:12:43 -0600118 "Words6To9": {
119 "6": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500120 "Description": "errno of the failure",
121 "AdditionalDataPropSource": "CALLOUT_ERRNO"
122 }
123 }
124 },
125
Patrick Williams26919f02022-12-08 06:12:43 -0600126 "Documentation": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500127 "Description": "Sensor device read failure",
128 "Message": "There was a failure when reading a sensor device",
129 "Notes": [
130 "The severity is set by the creator.",
131 "The action flags are set automatically by the code.",
132 "Callouts added based on CALLOUT_DEVICE_PATH."
133 ]
Matt Spinler288f4322023-01-05 12:54:22 -0600134 },
135
136 "JournalCapture": {
137 "NumLines": 30
Matt Spinleraf036b12020-06-25 10:53:52 -0500138 }
139 },
140
141 {
142 "Name": "xyz.openbmc_project.Common.Device.Error.ReadFailure",
Matt Spinlerf24746c2022-01-31 10:40:13 -0600143 "Subsystem": "cec_i2c",
Matt Spinleraf036b12020-06-25 10:53:52 -0500144
Patrick Williams26919f02022-12-08 06:12:43 -0600145 "SRC": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500146 "ReasonCode": "0x1008",
Patrick Williams26919f02022-12-08 06:12:43 -0600147 "Words6To9": {
148 "6": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500149 "Description": "errno of the failure",
150 "AdditionalDataPropSource": "CALLOUT_ERRNO"
151 }
152 }
153 },
154
Patrick Williams26919f02022-12-08 06:12:43 -0600155 "Documentation": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500156 "Description": "Device read failure",
157 "Message": "There was a failure when reading a hardware 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 ]
Matt Spinler288f4322023-01-05 12:54:22 -0600163 },
164
165 "JournalCapture": {
166 "NumLines": 30
Matt Spinleraf036b12020-06-25 10:53:52 -0500167 }
168 },
169
170 {
171 "Name": "xyz.openbmc_project.Control.Device.Error.WriteFailure",
Matt Spinlerf24746c2022-01-31 10:40:13 -0600172 "Subsystem": "cec_i2c",
Matt Spinleraf036b12020-06-25 10:53:52 -0500173
Patrick Williams26919f02022-12-08 06:12:43 -0600174 "SRC": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500175 "ReasonCode": "0x1009",
Patrick Williams26919f02022-12-08 06:12:43 -0600176 "Words6To9": {
177 "6": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500178 "Description": "errno of the failure",
179 "AdditionalDataPropSource": "CALLOUT_ERRNO"
180 }
181 }
182 },
183
Patrick Williams26919f02022-12-08 06:12:43 -0600184 "Documentation": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500185 "Description": "Device write failure",
186 "Message": "There was a failure when writing to 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 ]
Matt Spinler288f4322023-01-05 12:54:22 -0600192 },
193
194 "JournalCapture": {
195 "NumLines": 30
Matt Spinleraf036b12020-06-25 10:53:52 -0500196 }
197 },
198
199 {
200 "Name": "xyz.openbmc_project.Common.Device.Error.WriteFailure",
Matt Spinlerf24746c2022-01-31 10:40:13 -0600201 "Subsystem": "cec_i2c",
Matt Spinleraf036b12020-06-25 10:53:52 -0500202
Patrick Williams26919f02022-12-08 06:12:43 -0600203 "SRC": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500204 "ReasonCode": "0x100A",
Patrick Williams26919f02022-12-08 06:12:43 -0600205 "Words6To9": {
206 "6": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500207 "Description": "errno of the failure",
208 "AdditionalDataPropSource": "CALLOUT_ERRNO"
209 }
210 }
211 },
212
Patrick Williams26919f02022-12-08 06:12:43 -0600213 "Documentation": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500214 "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 ]
Matt Spinler288f4322023-01-05 12:54:22 -0600221 },
222
223 "JournalCapture": {
224 "NumLines": 30
Matt Spinleraf036b12020-06-25 10:53:52 -0500225 }
226 },
Jayanth Othayothbd0a7522021-05-03 02:05:36 -0500227
Matt Spinleraf036b12020-06-25 10:53:52 -0500228 {
Chirag Sharma11cf0322022-04-20 08:48:52 -0500229 "Name": "xyz.openbmc_project.Common.File.Error.Write",
230 "Subsystem": "bmc_firmware",
231 "ComponentID": "0x1000",
Patrick Williams26919f02022-12-08 06:12:43 -0600232 "SRC": {
Chirag Sharma11cf0322022-04-20 08:48:52 -0500233 "ReasonCode": "0x100B",
Patrick Williams26919f02022-12-08 06:12:43 -0600234 "Words6To9": {}
Chirag Sharma11cf0322022-04-20 08:48:52 -0500235 },
236
237 "Callouts": [
238 {
239 "CalloutList": [
240 { "Priority": "high", "Procedure": "bmc_code" }
241 ]
242 }
243 ],
244
Patrick Williams26919f02022-12-08 06:12:43 -0600245 "Documentation": {
Chirag Sharma11cf0322022-04-20 08:48:52 -0500246 "Description": "Failed to write to a file",
247 "Message": "Failed to write to a file",
248 "Notes": [
249 "The severity is set by the creator.",
250 "The journal should contain more information"
251 ]
252 }
253 },
254
255 {
Jayanth Othayoth15006772023-03-29 03:34:40 -0500256 "Name": "xyz.openbmc_project.Certs.Error.InvalidCertificate",
257 "Subsystem": "user_error",
258 "Severity": "predictive",
259
260 "SRC": {
261 "ReasonCode": "0x100C",
262 "Words6To9": {}
263 },
264
265 "Callouts": [
266 {
267 "CalloutList": [
268 {
269 "Priority": "high",
270 "Procedure": "next_level_support"
271 }
272 ]
273 }
274 ],
275
276 "Documentation": {
277 "Description": "Certificate verification failed",
278 "Message": "Certificate verification failed"
279 }
280 },
281
282 {
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600283 "Name": "org.open_power.Logging.Error.SentBadPELToHost",
284 "Subsystem": "bmc_firmware",
285 "Severity": "non_error",
286
Patrick Williams26919f02022-12-08 06:12:43 -0600287 "SRC": {
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600288 "ReasonCode": "0x2001",
Patrick Williams26919f02022-12-08 06:12:43 -0600289 "Words6To9": {
290 "6": {
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600291 "Description": "The bad PEL ID",
292 "AdditionalDataPropSource": "BAD_ID"
293 }
294 }
295 },
296
Patrick Williams26919f02022-12-08 06:12:43 -0600297 "Documentation": {
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600298 "Description": "The BMC sent the host a malformed PEL",
299 "Message": "The BMC sent the host a malformed PEL",
Patrick Williams26919f02022-12-08 06:12:43 -0600300 "Notes": ["The host firmware rejected that PEL."]
Matt Spinler288f4322023-01-05 12:54:22 -0600301 },
302
303 "JournalCapture": {
304 "Sections": [
305 {
306 "SyslogID": "phosphor-log-manager",
307 "NumLines": 20
308 },
309 {
310 "SyslogID": "systemd",
311 "NumLines": 30
312 }
313 ]
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600314 }
Matt Spinlere95fd012020-01-07 12:53:16 -0600315 },
316
317 {
318 "Name": "org.open_power.Logging.Error.BadHostPEL",
319 "Subsystem": "platform_firmware",
320 "Severity": "unrecoverable",
321
Patrick Williams26919f02022-12-08 06:12:43 -0600322 "SRC": {
Matt Spinlere95fd012020-01-07 12:53:16 -0600323 "ReasonCode": "0x2002",
Patrick Williams26919f02022-12-08 06:12:43 -0600324 "Words6To9": {
325 "6": {
Matt Spinlere95fd012020-01-07 12:53:16 -0600326 "Description": "The PLID of the invalid PEL",
327 "AdditionalDataPropSource": "PLID"
328 },
Patrick Williams26919f02022-12-08 06:12:43 -0600329 "7": {
Matt Spinlere95fd012020-01-07 12:53:16 -0600330 "Description": "The corresponding OpenBMC event log ID",
331 "AdditionalDataPropSource": "OBMC_LOG_ID"
332 },
Patrick Williams26919f02022-12-08 06:12:43 -0600333 "8": {
Matt Spinlere95fd012020-01-07 12:53:16 -0600334 "Description": "The size of the invalid PEL",
335 "AdditionalDataPropSource": "PEL_SIZE"
336 }
337 }
338 },
339
Matt Spinler834f3ed2022-01-26 16:18:02 -0600340 "Callouts": [
341 {
342 "CalloutList": [
343 { "Priority": "high", "Procedure": "bmc_code" }
344 ]
345 }
346 ],
347
Patrick Williams26919f02022-12-08 06:12:43 -0600348 "Documentation": {
Matt Spinlere95fd012020-01-07 12:53:16 -0600349 "Description": "The host sent the BMC an invalid PEL",
350 "Message": "The host sent the BMC an invalid PEL",
Patrick Williams26919f02022-12-08 06:12:43 -0600351 "Notes": []
Matt Spinler288f4322023-01-05 12:54:22 -0600352 },
353
354 "JournalCapture": {
355 "Sections": [
356 {
357 "SyslogID": "phosphor-log-manager",
358 "NumLines": 20
359 },
360 {
361 "SyslogID": "systemd",
362 "NumLines": 20
363 },
364 {
365 "SyslogID": "pldmd",
366 "NumLines": 20
367 }
368 ]
Matt Spinlere95fd012020-01-07 12:53:16 -0600369 }
Marri Devender Raoead1be22020-03-28 05:50:59 -0500370 },
371
372 {
Matt Spinler3477ce92020-07-08 14:49:25 -0500373 "Name": "org.open_power.Logging.Error.TestError1",
374 "Subsystem": "platform_firmware",
375 "Severity": "unrecoverable",
376
Patrick Williams26919f02022-12-08 06:12:43 -0600377 "SRC": {
Matt Spinler3477ce92020-07-08 14:49:25 -0500378 "ReasonCode": "0x2003",
Patrick Williams26919f02022-12-08 06:12:43 -0600379 "Words6To9": {}
Matt Spinler3477ce92020-07-08 14:49:25 -0500380 },
381
382 "Callouts": [
383 {
384 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -0600385 { "Priority": "high", "Procedure": "bmc_code" },
386 { "Priority": "medium", "SymbolicFRU": "service_docs" }
Matt Spinler3477ce92020-07-08 14:49:25 -0500387 ]
388 }
389 ],
390
Patrick Williams26919f02022-12-08 06:12:43 -0600391 "Documentation": {
Matt Spinler3477ce92020-07-08 14:49:25 -0500392 "Description": "An error for testing",
393 "Message": "This is a test error"
394 }
395 },
396
397 {
Matt Spinler30ddc9f2020-07-16 15:39:59 -0500398 "Name": "xyz.openbmc_project.Logging.Error.Default",
399 "Subsystem": "other_na",
400
Patrick Williams26919f02022-12-08 06:12:43 -0600401 "SRC": {
Matt Spinler30ddc9f2020-07-16 15:39:59 -0500402 "ReasonCode": "0x2004",
Patrick Williams26919f02022-12-08 06:12:43 -0600403 "Words6To9": {}
Matt Spinler30ddc9f2020-07-16 15:39:59 -0500404 },
405
Matt Spinler834f3ed2022-01-26 16:18:02 -0600406 "Callouts": [
407 {
408 "CalloutList": [
409 { "Priority": "high", "Procedure": "bmc_code" }
410 ]
411 }
412 ],
413
Patrick Williams26919f02022-12-08 06:12:43 -0600414 "Documentation": {
Matt Spinler30ddc9f2020-07-16 15:39:59 -0500415 "Description": "This entry is used when no other matching entry is found",
416 "Message": "Unknown (Original event not in message registry)",
417 "Notes": [
418 "This is used when the actual error name isn't found in ",
419 "the registry. The original error name will be stored ",
420 "in the UserData section that contains the AdditionalData ",
421 "properties using the key ERROR_NAME.",
422 "This error may contain callouts if the creator passed ",
423 "them in.",
424 "The severity is set by the creator.",
425 "If this error is seen, then a code change needs to be ",
426 "made to add the missing error entry to this registry."
427 ]
Matt Spinler288f4322023-01-05 12:54:22 -0600428 },
429
430 "JournalCapture": {
431 "NumLines": 30
Matt Spinler30ddc9f2020-07-16 15:39:59 -0500432 }
433 },
434
435 {
Matt Spinlerc865ed92022-02-16 14:07:32 -0600436 "Name": "org.open_power.Logging.Error.TestError2",
437 "Subsystem": "bmc_firmware",
438 "Severity": "recovered",
439 "ActionFlags": ["report"],
440
Patrick Williams26919f02022-12-08 06:12:43 -0600441 "SRC": {
Matt Spinlerc865ed92022-02-16 14:07:32 -0600442 "ReasonCode": "0x2005",
Patrick Williams26919f02022-12-08 06:12:43 -0600443 "Words6To9": {}
Matt Spinlerc865ed92022-02-16 14:07:32 -0600444 },
445
446 "Callouts": [
447 {
Patrick Williams26919f02022-12-08 06:12:43 -0600448 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Matt Spinlerc865ed92022-02-16 14:07:32 -0600449 }
450 ],
451
Patrick Williams26919f02022-12-08 06:12:43 -0600452 "Documentation": {
Matt Spinlerc865ed92022-02-16 14:07:32 -0600453 "Description": "An error for testing",
454 "Message": "This is a test recoverable error",
455 "Notes": [
456 "This error is not created by BMC code and is ",
457 "only used for error injection tests."
458 ]
459 }
460 },
461
462 {
Matt Spinler87408a42022-07-29 16:12:07 -0500463 "Name": "org.open_power.Logging.Error.TestError3",
464 "Subsystem": "bmc_firmware",
465 "Severity": "predictive",
466
Patrick Williams26919f02022-12-08 06:12:43 -0600467 "SRC": {
Matt Spinler87408a42022-07-29 16:12:07 -0500468 "ReasonCode": "0x2006",
Patrick Williams26919f02022-12-08 06:12:43 -0600469 "Words6To9": {}
Matt Spinler87408a42022-07-29 16:12:07 -0500470 },
471
Patrick Williams26919f02022-12-08 06:12:43 -0600472 "Documentation": {
Matt Spinler87408a42022-07-29 16:12:07 -0500473 "Description": "This is an error used for testing only",
474 "Message": "This is a test predictive error",
475 "Notes": [
476 "This error is not created by BMC code and is ",
477 "only used for error injection tests."
478 ]
479 }
480 },
481
482 {
Marri Devender Raoead1be22020-03-28 05:50:59 -0500483 "Name": "org.open_power.PHAL.Error.Boot",
484 "Subsystem": "cec_hardware",
Ramesh Iyyar41e79dc2020-12-22 06:27:48 -0600485 "ComponentID": "0x3000",
Marri Devender Raoead1be22020-03-28 05:50:59 -0500486
Patrick Williams26919f02022-12-08 06:12:43 -0600487 "SRC": {
Ramesh Iyyar41e79dc2020-12-22 06:27:48 -0600488 "ReasonCode": "0x3001",
Patrick Williams26919f02022-12-08 06:12:43 -0600489 "Words6To9": {}
Marri Devender Raoead1be22020-03-28 05:50:59 -0500490 },
491
Patrick Williams26919f02022-12-08 06:12:43 -0600492 "Documentation": {
Michael Lim12429892022-03-10 16:11:25 -0600493 "Description": "Failure occurred during boot process",
494 "Message": "Failure occurred during boot process",
Marri Devender Raoead1be22020-03-28 05:50:59 -0500495 "Notes": [
496 "Debug traces will be captured in AdditionalData section"
497 ]
498 }
Ben Tyner34836322020-04-15 17:01:48 -0500499 },
500
501 {
Ramesh Iyyar78be2a22020-12-22 06:22:55 -0600502 "Name": "org.open_power.PHAL.Error.PrePowerOff",
503 "Subsystem": "cec_hardware",
504 "ComponentID": "0x3000",
505
Patrick Williams26919f02022-12-08 06:12:43 -0600506 "SRC": {
Ramesh Iyyar78be2a22020-12-22 06:22:55 -0600507 "ReasonCode": "0x3002",
Patrick Williams26919f02022-12-08 06:12:43 -0600508 "Words6To9": {}
Ramesh Iyyar78be2a22020-12-22 06:22:55 -0600509 },
510
Patrick Williams26919f02022-12-08 06:12:43 -0600511 "Documentation": {
Ramesh Iyyar78be2a22020-12-22 06:22:55 -0600512 "Description": "Failure occurred during PHAL pre-poweroff operations",
513 "Message": "Failure occurred during PHAL pre-poweroff operations",
514 "Notes": [
515 "Severity needs to be set based on needs for this registry.",
516 "FFDC (First Failure Data Collection) will be collected ",
517 "and added into PEL."
518 ]
519 }
520 },
521
522 {
Jayanth Othayothdb00d762021-07-13 02:48:19 -0500523 "Name": "org.open_power.PHAL.Error.devtreeSync",
524 "Subsystem": "cec_hardware",
525 "ComponentID": "0x3000",
526 "Severity": "unrecoverable",
527
Patrick Williams26919f02022-12-08 06:12:43 -0600528 "SRC": {
Jayanth Othayothdb00d762021-07-13 02:48:19 -0500529 "ReasonCode": "0x3003",
Patrick Williams26919f02022-12-08 06:12:43 -0600530 "Words6To9": {}
Jayanth Othayothdb00d762021-07-13 02:48:19 -0500531 },
532
Patrick Williams26919f02022-12-08 06:12:43 -0600533 "Documentation": {
Jayanth Othayothdb00d762021-07-13 02:48:19 -0500534 "Description": "Failure occurred during PHAL devtree sync ",
535 "Message": "Failure occurred during PHAL devtree sync",
Patrick Williams26919f02022-12-08 06:12:43 -0600536 "Notes": ["The journal should contain more information"]
Jayanth Othayothdb00d762021-07-13 02:48:19 -0500537 }
538 },
539
540 {
Jayanth Othayothf3e619a2021-07-13 03:58:06 -0500541 "Name": "org.open_power.PHAL.Error.devtreeBackup",
542 "Subsystem": "cec_hardware",
543 "ComponentID": "0x3000",
544 "Severity": "unrecoverable",
545
Patrick Williams26919f02022-12-08 06:12:43 -0600546 "SRC": {
Jayanth Othayothf3e619a2021-07-13 03:58:06 -0500547 "ReasonCode": "0x3004",
Patrick Williams26919f02022-12-08 06:12:43 -0600548 "Words6To9": {}
Jayanth Othayothf3e619a2021-07-13 03:58:06 -0500549 },
550
Patrick Williams26919f02022-12-08 06:12:43 -0600551 "Documentation": {
Jayanth Othayothf3e619a2021-07-13 03:58:06 -0500552 "Description": "Failure occurred during PHAL devtree backup ",
553 "Message": "Failure occurred during PHAL devtree backup",
Patrick Williams26919f02022-12-08 06:12:43 -0600554 "Notes": ["The journal should contain more information"]
Jayanth Othayothf3e619a2021-07-13 03:58:06 -0500555 }
556 },
557
558 {
Andrew Geisslerd54fd732021-07-20 14:07:12 -0400559 "Name": "org.open_power.PHAL.Error.HostRunning",
NodeMan970f57ddc2022-04-29 23:14:41 +0000560 "Subsystem": "cec_sp_hyp_iface",
Andrew Geisslerd54fd732021-07-20 14:07:12 -0400561 "ComponentID": "0x3000",
562
Patrick Williams26919f02022-12-08 06:12:43 -0600563 "SRC": {
Andrew Geisslerd54fd732021-07-20 14:07:12 -0400564 "ReasonCode": "0x3005",
Patrick Williams26919f02022-12-08 06:12:43 -0600565 "Words6To9": {}
Andrew Geisslerd54fd732021-07-20 14:07:12 -0400566 },
567
Patrick Williams26919f02022-12-08 06:12:43 -0600568 "Documentation": {
Andrew Geisslerd54fd732021-07-20 14:07:12 -0400569 "Description": "Host did not respond to BMC after a BMC reset",
570 "Message": "Host did not respond to BMC after a BMC reset but hardware indicates it is running",
571 "Notes": [
572 "System will be left in its current state to ensure host ",
573 "is not unexpectedly taken down. There is most likely an ",
574 "issue in the software or hardware communication path ",
575 "between the BMC and the Host firmware.",
576 "A BMC dump will be collected with relevant FFDC."
577 ]
578 }
579 },
580
581 {
Jayanth Othayoth7d2bea72021-11-29 07:26:34 -0600582 "Name": "org.open_power.PHAL.Error.devtreeReinit",
583 "Subsystem": "cec_hardware",
584 "ComponentID": "0x3000",
585 "Severity": "unrecoverable",
586
Patrick Williams26919f02022-12-08 06:12:43 -0600587 "SRC": {
Jayanth Othayoth7d2bea72021-11-29 07:26:34 -0600588 "ReasonCode": "0x3006",
Patrick Williams26919f02022-12-08 06:12:43 -0600589 "Words6To9": {}
Jayanth Othayoth7d2bea72021-11-29 07:26:34 -0600590 },
591
Patrick Williams26919f02022-12-08 06:12:43 -0600592 "Documentation": {
Jayanth Othayoth7d2bea72021-11-29 07:26:34 -0600593 "Description": "Failure re-initializing BMC to Host data structure",
594 "Message": "Failure occurred during re-initializing BMC to Host data structure",
Patrick Williams26919f02022-12-08 06:12:43 -0600595 "Notes": ["The journal should contain more information"]
Jayanth Othayoth7d2bea72021-11-29 07:26:34 -0600596 }
597 },
598
599 {
Jayanth Othayothe52dd952022-03-09 02:11:41 -0600600 "Name": "org.open_power.PHAL.Error.NonFunctionalBootProc",
601 "Subsystem": "cec_hardware",
602 "ComponentID": "0x3000",
603 "Severity": "unrecoverable",
604
Patrick Williams26919f02022-12-08 06:12:43 -0600605 "SRC": {
Jayanth Othayothe52dd952022-03-09 02:11:41 -0600606 "ReasonCode": "0x3007",
Patrick Williams26919f02022-12-08 06:12:43 -0600607 "Words6To9": {}
Jayanth Othayothe52dd952022-03-09 02:11:41 -0600608 },
609
Patrick Williams26919f02022-12-08 06:12:43 -0600610 "Documentation": {
Jayanth Othayothe52dd952022-03-09 02:11:41 -0600611 "Description": "Non functional boot processor",
612 "Message": "Non functional boot processor",
613 "Notes": [
614 "BMC firmware couldn't find functional primary processor",
615 "required to boot the host",
616 "Debug traces will be captured in AdditionalData section"
617 ]
618 }
619 },
620
621 {
Marri Devender Rao116428e2022-06-09 07:33:38 -0500622 "Name": "org.open_power.PHAL.Error.MPReboot",
623 "Subsystem": "cec_hardware",
624 "ComponentID": "0x3000",
625 "Severity": "unrecoverable",
626
Patrick Williams26919f02022-12-08 06:12:43 -0600627 "SRC": {
Marri Devender Rao116428e2022-06-09 07:33:38 -0500628 "ReasonCode": "0x3008",
Patrick Williams26919f02022-12-08 06:12:43 -0600629 "Words6To9": {}
Marri Devender Rao116428e2022-06-09 07:33:38 -0500630 },
631
632 "Callouts": [
633 {
Patrick Williams26919f02022-12-08 06:12:43 -0600634 "CalloutList": [
635 { "Priority": "high", "Procedure": "bmc_code" }
Marri Devender Rao116428e2022-06-09 07:33:38 -0500636 ]
637 }
638 ],
639
Patrick Williams26919f02022-12-08 06:12:43 -0600640 "Documentation": {
Marri Devender Rao116428e2022-06-09 07:33:38 -0500641 "Description": "Error during memory preserving reboot",
642 "Message": "Error during memory preserving reboot",
643 "Notes": [
644 "Software error occured during memory preserving reboot"
645 ]
646 }
Patrick Williams26919f02022-12-08 06:12:43 -0600647 },
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500648 {
649 "Name": "org.open_power.PHAL.Error.SpareClock",
650 "Subsystem": "cec_hardware",
651 "ComponentID": "0x3000",
652 "Severity": "non_error",
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500653
Patrick Williams26919f02022-12-08 06:12:43 -0600654 "SRC": {
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500655 "ReasonCode": "0x3009",
Patrick Williams26919f02022-12-08 06:12:43 -0600656 "Words6To9": {}
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500657 },
658
Jayanth Othayothb0820142022-10-27 02:16:48 -0500659 "Callouts": [
660 {
661 "System": "ibm,rainier",
662 "CalloutList": [
663 {
664 "Priority": "high",
665 "LocCode": "P0"
666 },
667 {
668 "Priority": "low",
669 "LocCode": "P0-C15"
670 }
671 ]
672 },
673 {
674 "System": "ibm,everest",
675 "CalloutList": [
676 {
677 "Priority": "high",
678 "LocCode": "P0"
679 },
680 {
681 "Priority": "low",
682 "LocCode": "P0-C61"
683 }
684 ]
685 }
686 ],
687
Patrick Williams26919f02022-12-08 06:12:43 -0600688 "Documentation": {
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500689 "Description": "Error during Spare clock initialisation",
690 "Message": "Error during Spare clock initialisation",
691 "Notes": [
Jayanth Othayothb0820142022-10-27 02:16:48 -0500692 "The clock symbolic FRU in the CalloutList provides the",
693 "reference to clock unit."
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500694 ]
695 }
Marri Devender Rao116428e2022-06-09 07:33:38 -0500696 },
697
698 {
Jayanth Othayoth21c1a5a2022-09-07 01:24:05 -0500699 "Name": "org.open_power.PHAL.Info.ClockDailyLog",
700 "Subsystem": "cec_clocks",
701 "ComponentID": "0x3000",
702 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -0600703 "ActionFlags": ["report", "call_home"],
Jayanth Othayoth21c1a5a2022-09-07 01:24:05 -0500704
Patrick Williams26919f02022-12-08 06:12:43 -0600705 "SRC": {
Jayanth Othayoth21c1a5a2022-09-07 01:24:05 -0500706 "ReasonCode": "0x300A",
Patrick Williams26919f02022-12-08 06:12:43 -0600707 "Words6To9": {}
Jayanth Othayoth21c1a5a2022-09-07 01:24:05 -0500708 },
709
Patrick Williams26919f02022-12-08 06:12:43 -0600710 "Documentation": {
Jayanth Othayoth21c1a5a2022-09-07 01:24:05 -0500711 "Description": "Informational error to house clock debug info",
712 "Message": "Informational error to house clock debug info",
713 "Notes": [
714 "User data includes processor and clock register state information."
715 ]
716 }
717 },
718
719 {
deepakala-kb1b342a2022-10-05 11:17:16 -0500720 "Name": "org.open_power.PHAL.Error.GuardPartitionAccess",
721 "Subsystem": "bmc_firmware",
722 "ComponentID": "0x3000",
723 "Severity": "predictive",
724
Patrick Williams26919f02022-12-08 06:12:43 -0600725 "SRC": {
deepakala-kb1b342a2022-10-05 11:17:16 -0500726 "ReasonCode": "0x300B",
Patrick Williams26919f02022-12-08 06:12:43 -0600727 "Words6To9": {}
deepakala-kb1b342a2022-10-05 11:17:16 -0500728 },
729
730 "Callouts": [
731 {
732 "CalloutList": [
733 { "Priority": "high", "Procedure": "bmc_code" }
734 ]
735 }
736 ],
737
Patrick Williams26919f02022-12-08 06:12:43 -0600738 "Documentation": {
deepakala-kb1b342a2022-10-05 11:17:16 -0500739 "Description": "Guard partition access failure",
740 "Message": "Guard partition access failure",
741 "Notes": [
742 "User data and journal should contain more information"
743 ]
744 }
745 },
746
747 {
Matt Spinler06634e82023-05-25 11:36:43 -0500748 "Name": "org.open_power.Proc.FSI.Error.MasterDetectionFailure",
749 "Subsystem": "cec_chip_iface",
750 "ComponentID": "0x3000",
751 "Severity": "unrecoverable",
752
753 "SRC": {
754 "ReasonCode": "0x300C",
755 "Words6To9": {}
756 },
757
758 "Documentation": {
759 "Description": "There was a failure while initializing the FSI links",
760 "Message": "There was a failure while initializing the FSI links",
761 "Notes": [
762 "The FSI device driver had a problem doing a scan.",
763 "The callouts are done based on the passed in FSI device path."
764 ]
765 },
766
767 "JournalCapture": {
768 "NumLines": 75
769 }
770 },
771
772 {
Eddie James62464b12022-05-25 15:47:15 -0500773 "Name": "org.open_power.OCC.Firmware.PresenceMismatch",
774 "Subsystem": "bmc_firmware",
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500775 "ComponentID": "0x2600",
Eddie James62464b12022-05-25 15:47:15 -0500776 "Severity": "predictive",
777
Patrick Williams26919f02022-12-08 06:12:43 -0600778 "SRC": {
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500779 "ReasonCode": "0x2681",
Patrick Williams26919f02022-12-08 06:12:43 -0600780 "Words6To9": {}
Eddie James62464b12022-05-25 15:47:15 -0500781 },
782
783 "Callouts": [
784 {
785 "CalloutList": [
786 { "Priority": "medium", "Procedure": "bmc_code" }
787 ]
788 }
789 ],
790
Patrick Williams26919f02022-12-08 06:12:43 -0600791 "Documentation": {
Eddie James62464b12022-05-25 15:47:15 -0500792 "Description": "OCC presence mismatch",
793 "Message": "BMC firmware detected incorrect number of OCCs",
794 "Notes": [
795 "The number of OCCs detected by the BMC does not match the number of OCCs detected by the OCC.",
796 "The BMC requests that the OCC reset."
797 ]
798 }
799 },
800
801 {
802 "Name": "org.open_power.OCC.Device.SafeState",
803 "Subsystem": "processor_chip",
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500804 "ComponentID": "0x2600",
Eddie James62464b12022-05-25 15:47:15 -0500805 "Severity": "non_error",
806
Patrick Williams26919f02022-12-08 06:12:43 -0600807 "SRC": {
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500808 "ReasonCode": "0x2682",
Patrick Williams26919f02022-12-08 06:12:43 -0600809 "Words6To9": {}
Eddie James62464b12022-05-25 15:47:15 -0500810 },
811
Patrick Williams26919f02022-12-08 06:12:43 -0600812 "Documentation": {
Eddie James62464b12022-05-25 15:47:15 -0500813 "Description": "OCC safe state",
814 "Message": "OCC in safe state while active for one minute",
815 "Notes": [
816 "The BMC detected that the OCC was in safe state for one minute while active.",
817 "The BMC requests that the OCC reset."
818 ]
819 }
820 },
821
822 {
823 "Name": "org.open_power.OCC.Device.ReadFailure",
824 "Subsystem": "cec_chip_iface",
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500825 "ComponentID": "0x2600",
Eddie James62464b12022-05-25 15:47:15 -0500826 "Severity": "predictive",
827
Patrick Williams26919f02022-12-08 06:12:43 -0600828 "SRC": {
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500829 "ReasonCode": "0x2683",
Patrick Williams26919f02022-12-08 06:12:43 -0600830 "Words6To9": {}
Eddie James62464b12022-05-25 15:47:15 -0500831 },
832
Patrick Williams26919f02022-12-08 06:12:43 -0600833 "Documentation": {
Eddie James62464b12022-05-25 15:47:15 -0500834 "Description": "OCC communication failure",
835 "Message": "BMC failed to communicate with the OCC",
836 "Notes": [
837 "The BMC failed to communicate with the OCC and retried three times.",
838 "The BMC requests that the OCC reset."
839 ]
840 }
841 },
842
843 {
Ramesh Iyyarb3d45ed2021-12-07 09:18:19 -0600844 "Name": "org.open_power.HardwareIsolation.Error",
845 "Subsystem": "cec_hardware",
846 "ComponentID": "0x3100",
847
Patrick Williams26919f02022-12-08 06:12:43 -0600848 "SRC": {
Ramesh Iyyarb3d45ed2021-12-07 09:18:19 -0600849 "ReasonCode": "0x3101",
Patrick Williams26919f02022-12-08 06:12:43 -0600850 "Words6To9": {}
Ramesh Iyyarb3d45ed2021-12-07 09:18:19 -0600851 },
852
Patrick Williams26919f02022-12-08 06:12:43 -0600853 "Documentation": {
Michael Lim12429892022-03-10 16:11:25 -0600854 "Description": "Failure occurred during hardware isolation operations",
855 "Message": "Failure occurred during hardware isolation operations",
Ramesh Iyyarb3d45ed2021-12-07 09:18:19 -0600856 "Notes": [
857 "Severity needs to be set based on needs for this registry.",
858 "Debug traces will be captured in AdditionalData section"
859 ]
860 }
861 },
862
863 {
Marri Devender Rao385446b2023-04-14 00:16:35 -0500864 "Name": "org.open_power.Faultlog.Error.DeconfiguredHW",
865 "Subsystem": "cec_hardware",
866 "Severity": "predictive",
Matt Spinlera6c4ba72023-05-24 13:11:49 -0500867 "ComponentID": "0xF100",
Marri Devender Rao385446b2023-04-14 00:16:35 -0500868 "SRC": {
Matt Spinlera6c4ba72023-05-24 13:11:49 -0500869 "ReasonCode": "0xF138",
Marri Devender Rao385446b2023-04-14 00:16:35 -0500870 "Words6To9": {
871 "6": {
Marri Devender Raof0200b52023-06-14 12:46:05 +0530872 "Description": "Number of system guard records if any",
873 "AdditionalDataPropSource": "GUARD_RECORD_COUNT"
Marri Devender Rao385446b2023-04-14 00:16:35 -0500874 },
875 "8": {
Marri Devender Raof0200b52023-06-14 12:46:05 +0530876 "Description": "Number of PEL's having deconfig bit set",
877 "AdditionalDataPropSource": "PEL_WITH_DECONFIG_BIT_COUNT"
Marri Devender Rao385446b2023-04-14 00:16:35 -0500878 }
879 }
880 },
881 "Callouts": [
882 {
883 "CalloutList": [
884 {
885 "Priority": "high",
886 "Procedure": "detected_issue_need_service"
887 }
888 ]
889 }
890 ],
891 "Documentation": {
892 "Description": "Firmware detected either a FRU deconfigured And/Or guard record",
893 "Message": "Firmware detected either a FRU deconfigured And/Or guard record",
894 "Notes": [
895 "Either Guard And/Or Deconfiguration records found during periodic check ",
896 "as part of the NAG event. Look into the BMC Nag dump for more details. ",
897 "This is a reminder for servicing faulty hardware pending service present ",
898 "in the system."
899 ]
900 }
901 },
902
903 {
Andrew Geissler8034dde2021-09-10 14:43:03 -0500904 "Name": "xyz.openbmc_project.State.Error.HostNotRunning",
905 "Subsystem": "cec_sp_hostboot_iface",
906 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -0600907 "SRC": {
Andrew Geissler8034dde2021-09-10 14:43:03 -0500908 "ReasonCode": "0x3401",
Patrick Williams26919f02022-12-08 06:12:43 -0600909 "Words6To9": {}
Andrew Geissler8034dde2021-09-10 14:43:03 -0500910 },
Patrick Williams26919f02022-12-08 06:12:43 -0600911 "Documentation": {
Andrew Geissler8034dde2021-09-10 14:43:03 -0500912 "Description": "Host was booting or booted before BMC reset but is now unresponsive",
913 "Message": "Host did not respond to BMC after a BMC reset but it was booting or booted prior to the BMC reboot",
914 "Notes": [
915 "System will follow recovery policy, resulting in this ",
916 "error and most likely a a reboot of the host. The issue ",
917 "is most likely the result of the BMC rebooting while the ",
918 "host was booting and in a state where it still needed ",
919 "the BMC to complete its boot."
920 ]
Matt Spinler288f4322023-01-05 12:54:22 -0600921 },
922
923 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -0500924 "NumLines": 100
Andrew Geissler8034dde2021-09-10 14:43:03 -0500925 }
926 },
927
928 {
Andrew Geissler808f6302022-02-24 13:55:18 -0600929 "Name": "xyz.openbmc_project.State.ChassisPowerBad",
930 "Subsystem": "input_power_source",
931 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -0600932 "SRC": {
Andrew Geissler808f6302022-02-24 13:55:18 -0600933 "ReasonCode": "0x3402",
Patrick Williams26919f02022-12-08 06:12:43 -0600934 "Words6To9": {}
Andrew Geissler808f6302022-02-24 13:55:18 -0600935 },
936 "Callouts": [
937 {
Patrick Williams26919f02022-12-08 06:12:43 -0600938 "CalloutList": [
939 {
940 "Priority": "high",
941 "Procedure": "next_level_support"
942 }
943 ]
Andrew Geissler808f6302022-02-24 13:55:18 -0600944 }
945 ],
Patrick Williams26919f02022-12-08 06:12:43 -0600946 "Documentation": {
Andrew Geissler808f6302022-02-24 13:55:18 -0600947 "Description": "Chassis input power is in a bad state",
948 "Message": "Chassis input power is in a bad state, look for other logs with more details",
949 "Notes": [
950 "The system is most likely in a limited power situation. ",
951 "There is enough power for the BMC to operate but not the ",
952 "CEC hardware. Check for UPS or brownout logs."
953 ]
Matt Spinler288f4322023-01-05 12:54:22 -0600954 },
955
956 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -0500957 "NumLines": 100
Andrew Geissler808f6302022-02-24 13:55:18 -0600958 }
959 },
960
961 {
Andrew Geissler4c360ec2022-02-24 14:09:37 -0600962 "Name": "xyz.openbmc_project.State.PinholeReset",
963 "Subsystem": "cec_op_panel",
964 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -0600965 "SRC": {
Andrew Geissler4c360ec2022-02-24 14:09:37 -0600966 "ReasonCode": "0x3403",
Patrick Williams26919f02022-12-08 06:12:43 -0600967 "Words6To9": {}
Andrew Geissler4c360ec2022-02-24 14:09:37 -0600968 },
Patrick Williams26919f02022-12-08 06:12:43 -0600969 "Documentation": {
Andrew Geissler4c360ec2022-02-24 14:09:37 -0600970 "Description": "User initiated a pinhole reset via the op-panel",
971 "Message": "User initiated a pinhole reset via the op-panel",
972 "Notes": [
973 "This is a notification log to record the fact that a ",
974 "pinhole reset was performed on the BMC, resulting in a ",
975 "hard reset of the BMC."
976 ]
977 }
978 },
979
980 {
Andrew Geisslerfbb18242022-02-24 14:30:02 -0600981 "Name": "xyz.openbmc_project.State.Error.CriticalServiceFailure",
982 "Subsystem": "bmc_firmware",
983 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -0600984 "SRC": {
Andrew Geisslerfbb18242022-02-24 14:30:02 -0600985 "ReasonCode": "0x3404",
Patrick Williams26919f02022-12-08 06:12:43 -0600986 "Words6To9": {}
Andrew Geisslerfbb18242022-02-24 14:30:02 -0600987 },
988 "Callouts": [
989 {
Patrick Williams26919f02022-12-08 06:12:43 -0600990 "CalloutList": [
991 {
992 "Priority": "high",
993 "Procedure": "next_level_support"
994 }
995 ]
Andrew Geisslerfbb18242022-02-24 14:30:02 -0600996 }
997 ],
Patrick Williams26919f02022-12-08 06:12:43 -0600998 "Documentation": {
Andrew Geisslerfbb18242022-02-24 14:30:02 -0600999 "Description": "A critical BMC application has failed on the system",
1000 "Message": "A critical BMC application has failed on the system, the BMC is in an undefined state",
1001 "Notes": [
1002 "As a part of generating this error log, a BMC dump has ",
1003 "also been generated. Please collect this dump if possible. ",
1004 "The BMC state is undefined but basic services could still ",
1005 "be available. Usually an AC cycle of the entire system is ",
1006 "the best recovery option from this error."
1007 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001008 },
1009
1010 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001011 "NumLines": 100
Andrew Geisslerfbb18242022-02-24 14:30:02 -06001012 }
1013 },
1014
1015 {
Andrew Geisslerf83efe92022-03-10 15:06:17 -06001016 "Name": "xyz.openbmc_project.State.Error.SecurityCheckFail",
1017 "Subsystem": "bmc_firmware",
1018 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001019 "SRC": {
Andrew Geisslerf83efe92022-03-10 15:06:17 -06001020 "ReasonCode": "0x3405",
Patrick Williams26919f02022-12-08 06:12:43 -06001021 "Words6To9": {}
Andrew Geisslerf83efe92022-03-10 15:06:17 -06001022 },
1023 "Callouts": [
1024 {
Patrick Williams26919f02022-12-08 06:12:43 -06001025 "CalloutList": [
1026 {
1027 "Priority": "high",
1028 "Procedure": "next_level_support"
1029 }
1030 ]
Andrew Geisslerf83efe92022-03-10 15:06:17 -06001031 }
1032 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001033 "Documentation": {
Andrew Geisslerf83efe92022-03-10 15:06:17 -06001034 "Description": "A firmware security check has failed",
1035 "Message": "A firmware security check has failed, most likely something is not configured correctly",
1036 "Notes": [
1037 "This log is only generated in the manufacturing ",
1038 "environment and it indicates that something has not ",
1039 "been configured correctly. Use the data in the PEL to ",
1040 "determine what that is."
1041 ]
1042 }
1043 },
1044
1045 {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001046 "Name": "xyz.openbmc_project.State.BMC.Error.MultiUserTargetFailure",
1047 "Subsystem": "bmc_firmware",
1048 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001049 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001050 "ReasonCode": "0x3406",
Patrick Williams26919f02022-12-08 06:12:43 -06001051 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001052 },
1053 "Callouts": [
1054 {
Patrick Williams26919f02022-12-08 06:12:43 -06001055 "CalloutList": [
1056 {
1057 "Priority": "high",
1058 "Procedure": "next_level_support"
1059 }
1060 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001061 }
1062 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001063 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001064 "Description": "The system has failed to reach BMC Ready state",
1065 "Message": "The system has failed to reach BMC Ready state, look for other errors",
1066 "Notes": [
1067 "This log indicates a critical BMC application required ",
1068 "for the BMC to reach Ready state has failed to start ",
1069 "successfully. Look in the log for other errors indicating ",
1070 "what has failed."
1071 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001072 },
1073
1074 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001075 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001076 }
1077 },
1078
1079 {
1080 "Name": "xyz.openbmc_project.State.Chassis.Error.PowerOnFailure",
1081 "Subsystem": "bmc_firmware",
1082 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001083 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001084 "ReasonCode": "0x3407",
Patrick Williams26919f02022-12-08 06:12:43 -06001085 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001086 },
1087 "Callouts": [
1088 {
Patrick Williams26919f02022-12-08 06:12:43 -06001089 "CalloutList": [
1090 {
1091 "Priority": "high",
1092 "Procedure": "next_level_support"
1093 }
1094 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001095 }
1096 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001097 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001098 "Description": "The system has failed to reach chassis power on state",
1099 "Message": "The system has failed to reach chassis power on state, look for other errors",
1100 "Notes": [
1101 "This log indicates a critical BMC application required ",
1102 "for the BMC to power on the chassis has failed to start ",
1103 "successfully. Look in the log for other errors indicating ",
1104 "what has failed."
1105 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001106 },
1107
1108 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001109 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001110 }
1111 },
1112
1113 {
1114 "Name": "xyz.openbmc_project.State.Chassis.Error.PowerOffFailure",
1115 "Subsystem": "bmc_firmware",
1116 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001117 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001118 "ReasonCode": "0x3408",
Patrick Williams26919f02022-12-08 06:12:43 -06001119 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001120 },
1121 "Callouts": [
1122 {
Patrick Williams26919f02022-12-08 06:12:43 -06001123 "CalloutList": [
1124 {
1125 "Priority": "high",
1126 "Procedure": "next_level_support"
1127 }
1128 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001129 }
1130 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001131 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001132 "Description": "The system has failed to reach chassis power off state",
1133 "Message": "The system has failed to reach chassis power off state, look for other errors",
1134 "Notes": [
1135 "This log indicates a critical BMC application required ",
1136 "for the BMC to power off the chassis has failed to start ",
1137 "successfully. Look in the log for other errors indicating ",
1138 "what has failed."
1139 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001140 },
1141
1142 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001143 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001144 }
1145 },
1146
1147 {
1148 "Name": "xyz.openbmc_project.State.Host.Error.HostStartFailure",
1149 "Subsystem": "bmc_firmware",
1150 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001151 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001152 "ReasonCode": "0x3409",
Patrick Williams26919f02022-12-08 06:12:43 -06001153 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001154 },
1155 "Callouts": [
1156 {
Patrick Williams26919f02022-12-08 06:12:43 -06001157 "CalloutList": [
1158 {
1159 "Priority": "high",
1160 "Procedure": "next_level_support"
1161 }
1162 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001163 }
1164 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001165 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001166 "Description": "The system has failed to start the host firmware",
1167 "Message": "The system has failed to start the host firmware, look for other errors",
1168 "Notes": [
1169 "This log indicates a critical BMC application required ",
1170 "for the BMC to start the host has failed to start ",
1171 "successfully. Look in the log for other errors indicating ",
1172 "what has failed."
1173 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001174 },
1175
1176 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001177 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001178 }
1179 },
1180
1181 {
1182 "Name": "xyz.openbmc_project.State.Host.Error.HostStartMinFailure",
1183 "Subsystem": "bmc_firmware",
1184 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001185 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001186 "ReasonCode": "0x3410",
Patrick Williams26919f02022-12-08 06:12:43 -06001187 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001188 },
1189 "Callouts": [
1190 {
Patrick Williams26919f02022-12-08 06:12:43 -06001191 "CalloutList": [
1192 {
1193 "Priority": "high",
1194 "Procedure": "next_level_support"
1195 }
1196 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001197 }
1198 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001199 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001200 "Description": "The system has failed to start the host firmware",
1201 "Message": "The system has failed to start the host firmware, look for other errors",
1202 "Notes": [
1203 "This log indicates a critical BMC application required ",
1204 "for the BMC to start the host has failed to start ",
1205 "successfully. Look in the log for other errors indicating ",
1206 "what has failed."
1207 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001208 },
1209
1210 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001211 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001212 }
1213 },
1214
1215 {
1216 "Name": "xyz.openbmc_project.State.Host.Error.HostShutdownFailure",
1217 "Subsystem": "bmc_firmware",
1218 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001219 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001220 "ReasonCode": "0x3411",
Patrick Williams26919f02022-12-08 06:12:43 -06001221 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001222 },
1223 "Callouts": [
1224 {
Patrick Williams26919f02022-12-08 06:12:43 -06001225 "CalloutList": [
1226 {
1227 "Priority": "high",
1228 "Procedure": "next_level_support"
1229 }
1230 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001231 }
1232 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001233 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001234 "Description": "The system has failed to shutdown the host firmware",
1235 "Message": "The system has failed to shutdown the host firmware, look for other errors",
1236 "Notes": [
1237 "This log indicates a critical BMC application required ",
1238 "to shutdown the host firmware has failed to start ",
1239 "successfully. Look in the log for other errors indicating ",
1240 "what has failed."
1241 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001242 },
1243
1244 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001245 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001246 }
1247 },
1248
1249 {
1250 "Name": "xyz.openbmc_project.State.Host.Error.HostStopFailure",
1251 "Subsystem": "bmc_firmware",
1252 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001253 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001254 "ReasonCode": "0x3412",
Patrick Williams26919f02022-12-08 06:12:43 -06001255 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001256 },
1257 "Callouts": [
1258 {
Patrick Williams26919f02022-12-08 06:12:43 -06001259 "CalloutList": [
1260 {
1261 "Priority": "high",
1262 "Procedure": "next_level_support"
1263 }
1264 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001265 }
1266 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001267 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001268 "Description": "The system has failed to stop the host firmware",
1269 "Message": "The system has failed to stop the host firmware, look for other errors",
1270 "Notes": [
1271 "This log indicates a critical BMC application required ",
1272 "to stop the host firmware has failed to start ",
1273 "successfully. Look in the log for other errors indicating ",
1274 "what has failed."
1275 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001276 },
1277
1278 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001279 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001280 }
1281 },
1282
1283 {
1284 "Name": "xyz.openbmc_project.State.Host.Error.HostRebootFailure",
1285 "Subsystem": "bmc_firmware",
1286 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001287 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001288 "ReasonCode": "0x3413",
Patrick Williams26919f02022-12-08 06:12:43 -06001289 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001290 },
1291 "Callouts": [
1292 {
Patrick Williams26919f02022-12-08 06:12:43 -06001293 "CalloutList": [
1294 {
1295 "Priority": "high",
1296 "Procedure": "next_level_support"
1297 }
1298 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001299 }
1300 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001301 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001302 "Description": "The system has failed to reboot the host firmware",
1303 "Message": "The system has failed to reboot the host firmware, look for other errors",
1304 "Notes": [
1305 "This log indicates a critical BMC application required ",
1306 "to reboot the host firmware has failed to start ",
1307 "successfully. Look in the log for other errors indicating ",
1308 "what has failed."
1309 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001310 },
1311
1312 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001313 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001314 }
1315 },
1316
1317 {
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001318 "Name": "xyz.openbmc_project.State.Error.HostQuiesce",
1319 "Subsystem": "bmc_firmware",
1320 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001321 "SRC": {
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001322 "ReasonCode": "0x3414",
Patrick Williams26919f02022-12-08 06:12:43 -06001323 "Words6To9": {}
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001324 },
1325 "Callouts": [
1326 {
Patrick Williams26919f02022-12-08 06:12:43 -06001327 "CalloutList": [
1328 {
1329 "Priority": "high",
1330 "Procedure": "next_level_support"
1331 }
1332 ]
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001333 }
1334 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001335 "Documentation": {
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001336 "Description": "The host firmware has failed to boot",
1337 "Message": "The host firmware has failed to boot and has entered a Quiesce state. Look for other errors.",
1338 "Notes": [
1339 "This log indicates that the host firmware has failed to ",
1340 "boot and all retries have been exhausted. There should be ",
1341 "other logs with more details on the boot failure reason. "
1342 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001343 },
1344
1345 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001346 "NumLines": 100
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001347 }
1348 },
1349
1350 {
Lakshmi Yadlapati95788fe2023-03-24 14:39:32 -05001351 "Name": "xyz.openbmc_project.State.Error.TpmMeasurementFail",
1352 "Subsystem": "bmc_firmware",
1353 "ComponentID": "0x3400",
1354 "SRC": {
1355 "ReasonCode": "0x3415",
1356 "Words6To9": {}
1357 },
1358 "Callouts": [
1359 {
1360 "CalloutList": [
1361 {
1362 "Priority": "high",
1363 "Procedure": "next_level_support"
1364 }
1365 ]
1366 }
1367 ],
1368 "Documentation": {
1369 "Description": "TPM measurement failed",
1370 "Message": "The system has detected a failure in the TPM measurement.",
1371 "Notes": [
1372 "This error occurs when /sys/class/tpm/tpm0/pcr-sha256/0",
1373 "is missing or has a value of 0, indicating a potential compromise",
1374 "of the system's boot process.",
1375 "Please contact your system administrator or next level support",
1376 "to investigate and resolve the issue."
1377 ]
1378 }
1379 },
1380
1381 {
Andrew Geissler730935f2023-04-26 13:26:16 -06001382 "Name": "xyz.openbmc_project.State.Info.ChassisPowerOnStarted",
1383 "Subsystem": "bmc_firmware",
1384 "ComponentID": "0x3400",
1385 "Severity": "non_error",
1386 "SRC": {
1387 "ReasonCode": "0x3416",
1388 "Words6To9": {}
1389 },
1390 "Documentation": {
1391 "Description": "A power on of the chassis has been started",
1392 "Message": "The chassis is powering on.",
1393 "Notes": [
1394 "This informational error is logged each time the chassis",
1395 "is powered on."
1396 ]
1397 }
1398 },
1399
1400 {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -05001401 "Name": "org.open_power.Processor.Error.SbeChipOpFailure",
1402 "Subsystem": "processor_chip",
1403 "ComponentID": "0x3500",
1404
Patrick Williams26919f02022-12-08 06:12:43 -06001405 "SRC": {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -05001406 "ReasonCode": "0x3500",
Patrick Williams26919f02022-12-08 06:12:43 -06001407 "Words6To9": {
1408 "6": {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -05001409 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
1410 "AdditionalDataPropSource": "SRC6"
1411 }
1412 }
1413 },
1414
Patrick Williams26919f02022-12-08 06:12:43 -06001415 "Documentation": {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -05001416 "Description": "chipop failure with SBE provided FFDC",
1417 "Message": "chipop request failure reported by SBE",
1418 "Notes": [
1419 "The severity is set by the creator.",
1420 "Callouts added based on SBE provided FFDC.",
1421 "SBE provided additional debug data included as part of the",
1422 "additional user data section."
1423 ]
1424 }
1425 },
1426
1427 {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -05001428 "Name": "org.open_power.Processor.Error.SbeChipOpTimeout",
1429 "Subsystem": "processor_chip",
1430 "ComponentID": "0x3500",
1431
Patrick Williams26919f02022-12-08 06:12:43 -06001432 "SRC": {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -05001433 "ReasonCode": "0x3501",
Patrick Williams26919f02022-12-08 06:12:43 -06001434 "Words6To9": {
1435 "6": {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -05001436 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
1437 "AdditionalDataPropSource": "SRC6"
1438 }
1439 }
1440 },
1441
Jayanth Othayothe4acc8d2022-06-02 02:32:08 -05001442 "Callouts": [
1443 {
1444 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06001445 {
1446 "Priority": "high",
1447 "Procedure": "next_level_support"
1448 }
Jayanth Othayothe4acc8d2022-06-02 02:32:08 -05001449 ]
1450 }
1451 ],
1452
Patrick Williams26919f02022-12-08 06:12:43 -06001453 "Documentation": {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -05001454 "Description": "SBE chipop timeout",
1455 "Message": "chipop timeout reported during SBE communication",
1456 "Notes": [
1457 "The severity is set by the creator.",
1458 "Check SBE Dump associated to this error to debug the failure."
1459 ]
1460 }
1461 },
1462
1463 {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001464 "Name": "org.open_power.Processor.Error.SbeChipOpInvalidState",
1465 "Subsystem": "processor_chip",
1466 "ComponentID": "0x3500",
1467
Patrick Williams26919f02022-12-08 06:12:43 -06001468 "SRC": {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001469 "ReasonCode": "0x3502",
Patrick Williams26919f02022-12-08 06:12:43 -06001470 "Words6To9": {
1471 "6": {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001472 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
1473 "AdditionalDataPropSource": "SRC6"
1474 },
Patrick Williams26919f02022-12-08 06:12:43 -06001475 "7": {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001476 "Description": "Value of SBE state",
1477 "AdditionalDataPropSource": "SRC7"
1478 }
1479 }
1480 },
1481
Patrick Williams26919f02022-12-08 06:12:43 -06001482 "Documentation": {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001483 "Description": "The SBE on this processor is not in a state where chipOps can be issued",
1484 "Message": "SBE Chipop is not allowed due to invalid SBE state ",
Patrick Williams26919f02022-12-08 06:12:43 -06001485 "Notes": ["The severity is set by the creator."]
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001486 }
1487 },
1488
1489 {
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001490 "Name": "org.open_power.Processor.Error.SbeBootFailure",
1491 "Subsystem": "processor_chip",
1492 "ComponentID": "0x3500",
Patrick Williams26919f02022-12-08 06:12:43 -06001493 "ActionFlags": ["service_action", "report", "call_home"],
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001494
Patrick Williams26919f02022-12-08 06:12:43 -06001495 "SRC": {
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001496 "ReasonCode": "0x3503",
Patrick Williams26919f02022-12-08 06:12:43 -06001497 "Words6To9": {
1498 "6": {
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001499 "Description": "[0:15] chip position",
1500 "AdditionalDataPropSource": "SRC6"
1501 }
1502 }
1503 },
1504
Patrick Williams26919f02022-12-08 06:12:43 -06001505 "Documentation": {
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001506 "Description": "Boot failure with SBE provided FFDC",
1507 "Message": "Boot failure reported by SBE",
1508 "Notes": [
1509 "The severity is set by the creator.",
1510 "Callouts added based on SBE provided FFDC.",
1511 "SBE provided additional debug data included as part of the",
1512 "additional user data section."
1513 ]
1514 }
1515 },
1516
1517 {
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001518 "Name": "org.open_power.Processor.Error.SbeBootTimeout",
1519 "Subsystem": "processor_chip",
1520 "ComponentID": "0x3500",
1521
Patrick Williams26919f02022-12-08 06:12:43 -06001522 "SRC": {
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001523 "ReasonCode": "0x3504",
Patrick Williams26919f02022-12-08 06:12:43 -06001524 "Words6To9": {}
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001525 },
1526
Jayanth Othayothf5cd2a42022-05-31 02:54:10 -05001527 "Callouts": [
1528 {
1529 "System": "ibm,rainier",
1530 "CalloutList": [
1531 {
1532 "Priority": "low",
1533 "LocCode": "P0"
1534 },
1535 {
1536 "Priority": "low",
1537 "LocCode": "P0-C22"
1538 }
1539 ]
1540 },
1541 {
1542 "System": "ibm,everest",
1543 "CalloutList": [
1544 {
1545 "Priority": "low",
1546 "LocCode": "P0"
1547 },
1548 {
1549 "Priority": "low",
1550 "LocCode": "P0-C96"
1551 }
1552 ]
Matt Spinlerbc560982023-04-10 11:16:42 -05001553 },
1554 {
1555 "System": "ibm,bonnell",
1556 "CalloutList": [
1557 {
1558 "Priority": "low",
1559 "LocCode": "P0"
1560 },
1561 {
1562 "Priority": "low",
1563 "LocCode": "P0-C5"
1564 }
1565 ]
Jayanth Othayothf5cd2a42022-05-31 02:54:10 -05001566 }
1567 ],
1568
Patrick Williams26919f02022-12-08 06:12:43 -06001569 "Documentation": {
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001570 "Description": "SBE Boot timeout",
1571 "Message": "timeout reported during SBE boot process",
1572 "Notes": [
1573 "The severity is set by the creator.",
1574 "Check SBE Dump associated to this error to debug the failure."
1575 ]
1576 }
1577 },
1578
1579 {
Ben Tyner34836322020-04-15 17:01:48 -05001580 "Name": "org.open_power.Attn.Error.Terminate",
Ben Tyner808e29f2021-04-16 08:32:23 -05001581 "Subsystem": "cec_hardware",
1582 "Severity": "non_error",
Ben Tyner34836322020-04-15 17:01:48 -05001583
Patrick Williams26919f02022-12-08 06:12:43 -06001584 "SRC": {
Ben Tyner34836322020-04-15 17:01:48 -05001585 "ReasonCode": "0xD138",
Patrick Williams26919f02022-12-08 06:12:43 -06001586 "SymptomIDFields": [
1587 "SRCWord3",
1588 "SRCWord4",
1589 "SRCWord5",
1590 "SRCWord6",
1591 "SRCWord7",
1592 "SRCWord8",
1593 "SRCWord9"
1594 ],
1595 "Words6To9": {}
Ben Tyner34836322020-04-15 17:01:48 -05001596 },
1597
Patrick Williams26919f02022-12-08 06:12:43 -06001598 "Documentation": {
Ben Tyner34836322020-04-15 17:01:48 -05001599 "Description": "Status shows TI special attention active",
1600 "Message": "TI special attention detected",
1601 "Notes": [
1602 "This entry is for any TI special attention event ",
1603 "reported by the attention handler component"
1604 ]
1605 }
1606 },
1607
1608 {
1609 "Name": "org.open_power.Attn.Error.Fail",
1610 "Subsystem": "bmc_firmware",
1611 "Severity": "unrecoverable_loss_of_function",
1612
Patrick Williams26919f02022-12-08 06:12:43 -06001613 "SRC": {
Ben Tyner34836322020-04-15 17:01:48 -05001614 "ReasonCode": "0xD13E",
Patrick Williams26919f02022-12-08 06:12:43 -06001615 "Words6To9": {
1616 "6": {
Ben Tyner34836322020-04-15 17:01:48 -05001617 "Description": "Error code from attention handler",
1618 "AdditionalDataPropSource": "ERROR_CODE"
1619 }
1620 }
1621 },
Patrick Williams26919f02022-12-08 06:12:43 -06001622 "Documentation": {
Ben Tyner34836322020-04-15 17:01:48 -05001623 "Description": "The attention handler encountered an error",
Patrick Williams26919f02022-12-08 06:12:43 -06001624 "MessageArgSources": ["SRCWord6"],
Ben Tyner34836322020-04-15 17:01:48 -05001625 "Message": "Attention handler error %1",
Patrick Williams26919f02022-12-08 06:12:43 -06001626 "Notes": ["Attention handler will provide error code"]
Ben Tyner34836322020-04-15 17:01:48 -05001627 }
1628 },
1629
1630 {
1631 "Name": "org.open_power.Attn.Error.Vital",
1632 "Subsystem": "processor_chip",
Ben Tyner34836322020-04-15 17:01:48 -05001633
Patrick Williams26919f02022-12-08 06:12:43 -06001634 "SRC": {
Ben Tyner34836322020-04-15 17:01:48 -05001635 "ReasonCode": "0xD16D",
Patrick Williams26919f02022-12-08 06:12:43 -06001636 "Words6To9": {}
Ben Tyner34836322020-04-15 17:01:48 -05001637 },
1638
Patrick Williams26919f02022-12-08 06:12:43 -06001639 "Documentation": {
Ben Tyner34836322020-04-15 17:01:48 -05001640 "Description": "Status shows SBE vital attention active",
1641 "Message": "SBE vital attention detected",
1642 "Notes": [
1643 "This entry is for any SBE vital attention event ",
1644 "reported by the attention handler component"
1645 ]
1646 }
1647 },
1648
1649 {
1650 "Name": "org.open_power.HwDiags.Error.Checkstop",
Zane Shelley4e6355d2022-02-24 15:28:08 -06001651 "PossibleSubsystems": [
Patrick Williams26919f02022-12-08 06:12:43 -06001652 "processor",
1653 "processor_fru",
1654 "processor_unit",
1655 "processor_bus",
1656 "memory_ctlr",
1657 "memory_bus",
1658 "memory_dimm",
1659 "memory_fru",
1660 "phb",
1661 "cec_hardware",
1662 "cec_clocks",
1663 "cec_tod",
1664 "others"
Zane Shelley4e6355d2022-02-24 15:28:08 -06001665 ],
1666 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06001667 "ActionFlags": ["service_action", "report", "call_home"],
Ben Tyner34836322020-04-15 17:01:48 -05001668
Patrick Williams26919f02022-12-08 06:12:43 -06001669 "SRC": {
Zane Shelley561c0382020-11-17 13:20:05 -06001670 "ReasonCode": "0xE510",
Patrick Williams26919f02022-12-08 06:12:43 -06001671 "SymptomIDFields": ["SRCWord6", "SRCWord7", "SRCWord8"],
Matt Spinlerda5b76b2023-06-01 15:56:57 -05001672 "CheckstopFlag": true,
Patrick Williams26919f02022-12-08 06:12:43 -06001673 "Words6To9": {
1674 "6": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001675 "AdditionalDataPropSource": "SRC6"
1676 },
Patrick Williams26919f02022-12-08 06:12:43 -06001677 "7": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001678 "AdditionalDataPropSource": "SRC7"
1679 },
Patrick Williams26919f02022-12-08 06:12:43 -06001680 "8": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001681 "AdditionalDataPropSource": "SRC8"
1682 }
Ben Tyner34836322020-04-15 17:01:48 -05001683 }
1684 },
1685
Patrick Williams26919f02022-12-08 06:12:43 -06001686 "Documentation": {
Zane Shelley561c0382020-11-17 13:20:05 -06001687 "Description": "A system checkstop attention has occurred",
Patrick Williams26919f02022-12-08 06:12:43 -06001688 "MessageArgSources": ["SRCWord6", "SRCWord7", "SRCWord8"],
Zane Shelley45ab43a2021-11-13 16:16:57 -06001689 "Message": "Error Signature: %1 %2 %3"
Ben Tyner34836322020-04-15 17:01:48 -05001690 }
1691 },
1692
1693 {
Zane Shelley561c0382020-11-17 13:20:05 -06001694 "Name": "org.open_power.HwDiags.Error.Predictive",
Zane Shelley4e6355d2022-02-24 15:28:08 -06001695 "PossibleSubsystems": [
Patrick Williams26919f02022-12-08 06:12:43 -06001696 "processor",
1697 "processor_fru",
1698 "processor_unit",
1699 "processor_bus",
1700 "memory_ctlr",
1701 "memory_bus",
1702 "memory_dimm",
1703 "memory_fru",
1704 "phb",
1705 "cec_hardware",
1706 "cec_clocks",
1707 "cec_tod",
1708 "others"
Zane Shelley4e6355d2022-02-24 15:28:08 -06001709 ],
1710 "Severity": "predictive",
Patrick Williams26919f02022-12-08 06:12:43 -06001711 "ActionFlags": ["service_action", "report", "call_home"],
Ben Tyner34836322020-04-15 17:01:48 -05001712
Patrick Williams26919f02022-12-08 06:12:43 -06001713 "SRC": {
Zane Shelley561c0382020-11-17 13:20:05 -06001714 "ReasonCode": "0xE511",
Patrick Williams26919f02022-12-08 06:12:43 -06001715 "SymptomIDFields": ["SRCWord6", "SRCWord7", "SRCWord8"],
1716 "Words6To9": {
1717 "6": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001718 "AdditionalDataPropSource": "SRC6"
1719 },
Patrick Williams26919f02022-12-08 06:12:43 -06001720 "7": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001721 "AdditionalDataPropSource": "SRC7"
1722 },
Patrick Williams26919f02022-12-08 06:12:43 -06001723 "8": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001724 "AdditionalDataPropSource": "SRC8"
1725 }
Ben Tyner34836322020-04-15 17:01:48 -05001726 }
1727 },
Zane Shelley561c0382020-11-17 13:20:05 -06001728
Patrick Williams26919f02022-12-08 06:12:43 -06001729 "Documentation": {
Zane Shelley561c0382020-11-17 13:20:05 -06001730 "Description": "A hardware attention requiring service has occurred",
Patrick Williams26919f02022-12-08 06:12:43 -06001731 "MessageArgSources": ["SRCWord6", "SRCWord7", "SRCWord8"],
Zane Shelley45ab43a2021-11-13 16:16:57 -06001732 "Message": "Error Signature: %1 %2 %3"
Ben Tyner34836322020-04-15 17:01:48 -05001733 }
Shawn McCarney01648f52020-06-25 11:42:02 -05001734 },
1735
1736 {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001737 "Name": "org.open_power.HwDiags.Error.Informational",
Zane Shelley4e6355d2022-02-24 15:28:08 -06001738 "PossibleSubsystems": [
Patrick Williams26919f02022-12-08 06:12:43 -06001739 "processor",
1740 "processor_fru",
1741 "processor_unit",
1742 "processor_bus",
1743 "memory_ctlr",
1744 "memory_bus",
1745 "memory_dimm",
1746 "memory_fru",
1747 "phb",
1748 "cec_hardware",
1749 "cec_clocks",
1750 "cec_tod",
1751 "others"
Zane Shelley4e6355d2022-02-24 15:28:08 -06001752 ],
1753 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -06001754 "ActionFlags": ["hidden", "dont_report"],
Zane Shelleydd4bd482021-12-08 09:12:51 -06001755
Patrick Williams26919f02022-12-08 06:12:43 -06001756 "SRC": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001757 "ReasonCode": "0xE512",
Patrick Williams26919f02022-12-08 06:12:43 -06001758 "SymptomIDFields": ["SRCWord6", "SRCWord7", "SRCWord8"],
1759 "Words6To9": {
1760 "6": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001761 "AdditionalDataPropSource": "SRC6"
1762 },
Patrick Williams26919f02022-12-08 06:12:43 -06001763 "7": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001764 "AdditionalDataPropSource": "SRC7"
1765 },
Patrick Williams26919f02022-12-08 06:12:43 -06001766 "8": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001767 "AdditionalDataPropSource": "SRC8"
1768 }
1769 }
1770 },
1771
Patrick Williams26919f02022-12-08 06:12:43 -06001772 "Documentation": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001773 "Description": "Manual analysis was initiated via the command line. FFDC only.",
Patrick Williams26919f02022-12-08 06:12:43 -06001774 "MessageArgSources": ["SRCWord6", "SRCWord7", "SRCWord8"],
Zane Shelleydd4bd482021-12-08 09:12:51 -06001775 "Message": "Error Signature: %1 %2 %3"
1776 }
1777 },
1778
1779 {
Brandon Wyman38caaf02020-09-01 16:07:42 -05001780 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.InputFault",
1781 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001782 "ActionFlags": ["service_action", "report"],
1783 "ComponentID": "0x2700",
1784
1785 "SRC": {
1786 "Type": "11",
1787 "ReasonCode": "0x15F0",
1788 "Words6To9": {}
1789 },
1790
1791 "Callouts": [
1792 {
1793 "CalloutList": [
1794 { "Priority": "high", "SymbolicFRU": "pwrsply" }
1795 ]
1796 }
1797 ],
1798
1799 "Documentation": {
1800 "Description": "Power Supply input power fault",
1801 "Message": "A power supply has indicated an input or under voltage condition.",
1802 "Notes": [
1803 "Check the power supply cabling and/or input power ",
1804 "source. The PWRSPLY procedure is used rather than ",
1805 "calling out a location code, as typically these faults ",
1806 "are related to the supplied power, the cable, or the ",
1807 "cable connectors. If the input fault resolves down to an ",
1808 "issue with the power supply itself, the power supply ",
1809 "indicating this input fault should be called out. Add the ",
1810 "CALLOUT_INVENTORY_PATH to the additional data, and set the",
1811 "CALLOUT_PRIORITY to something other than high."
1812 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06001813 },
1814
1815 "JournalCapture": {
1816 "Sections": [
1817 {
1818 "SyslogID": "phosphor-psu-monitor",
1819 "NumLines": 30
1820 },
1821 {
1822 "SyslogID": "phosphor-power-control",
1823 "NumLines": 30
1824 },
1825 {
1826 "SyslogID": "phosphor-chassis-state-manager",
1827 "NumLines": 15
1828 },
1829 {
1830 "SyslogID": "systemd",
1831 "NumLines": 15
1832 }
1833 ]
Brandon Wyman38caaf02020-09-01 16:07:42 -05001834 }
1835 },
1836
1837 {
1838 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Fault",
1839 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001840 "ActionFlags": ["service_action", "report", "call_home"],
1841 "ComponentID": "0x2700",
1842
1843 "SRC": {
1844 "Type": "11",
1845 "ReasonCode": "0x15F1",
Matt Spinler04ac4e32023-04-14 14:16:37 -05001846 "Words6To9": {},
1847 "DeconfigFlag": true
Brandon Wyman38caaf02020-09-01 16:07:42 -05001848 },
1849
Jim Wright006dafd2022-05-27 12:09:43 -05001850 "Callouts": [
1851 {
1852 "CalloutList": [
1853 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
1854 ]
1855 }
1856 ],
1857
Brandon Wyman38caaf02020-09-01 16:07:42 -05001858 "Documentation": {
1859 "Description": "Power Supply power fault",
1860 "Message": "The power supply detected a fault condition, see AdditionalData for further details.",
1861 "Notes": [
1862 "The power supply reporting the fault should be called ",
1863 "out using the CALLOUT_INVENTORY_PATH keyword. Include ",
1864 "specific fault, STATUS_* details, and code level in the ",
1865 "AdditionalData section."
1866 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06001867 },
1868
1869 "JournalCapture": {
1870 "Sections": [
1871 {
1872 "SyslogID": "phosphor-psu-monitor",
1873 "NumLines": 30
1874 },
1875 {
1876 "SyslogID": "phosphor-power-control",
1877 "NumLines": 30
1878 },
1879 {
1880 "SyslogID": "phosphor-chassis-state-manager",
1881 "NumLines": 15
1882 },
1883 {
1884 "SyslogID": "systemd",
1885 "NumLines": 15
1886 }
1887 ]
Brandon Wyman38caaf02020-09-01 16:07:42 -05001888 }
1889 },
1890
1891 {
1892 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.CommFault",
1893 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001894 "ActionFlags": ["service_action", "report", "call_home"],
1895 "ComponentID": "0x2700",
1896
1897 "SRC": {
1898 "Type": "11",
1899 "ReasonCode": "0x15F2",
Matt Spinler04ac4e32023-04-14 14:16:37 -05001900 "Words6To9": {},
1901 "DeconfigFlag": true
Brandon Wyman38caaf02020-09-01 16:07:42 -05001902 },
1903
Jim Wright006dafd2022-05-27 12:09:43 -05001904 "Callouts": [
1905 {
1906 "CalloutList": [
1907 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
1908 ]
1909 }
1910 ],
1911
Brandon Wyman38caaf02020-09-01 16:07:42 -05001912 "Documentation": {
1913 "Description": "Power Supply non-power fault",
1914 "Message": "A communication failure occurred talking to the power supply",
1915 "Notes": [
1916 "Communication problems with the power supply could be ",
1917 "the power supply, or any hardware between it and the ",
1918 "BMC. Reporting the error should be passing in a call ",
1919 "out using CALLOUT_DEVICE_PATH."
1920 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06001921 },
1922 "JournalCapture": {
1923 "Sections": [
1924 {
1925 "SyslogID": "phosphor-psu-monitor",
1926 "NumLines": 30
1927 },
1928 {
1929 "SyslogID": "phosphor-power-control",
1930 "NumLines": 30
1931 },
1932 {
1933 "SyslogID": "phosphor-chassis-state-manager",
1934 "NumLines": 15
1935 },
1936 {
1937 "SyslogID": "systemd",
1938 "NumLines": 15
1939 }
1940 ]
Brandon Wyman38caaf02020-09-01 16:07:42 -05001941 }
1942 },
1943
1944 {
1945 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Missing",
1946 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001947 "ActionFlags": ["service_action", "report", "call_home"],
1948 "ComponentID": "0x2700",
1949
1950 "SRC": {
1951 "Type": "11",
1952 "ReasonCode": "0x15F6",
Matt Spinler04ac4e32023-04-14 14:16:37 -05001953 "Words6To9": {},
1954 "DeconfigFlag": true
Brandon Wyman38caaf02020-09-01 16:07:42 -05001955 },
1956
1957 "Callouts": [
1958 {
1959 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -05001960 {
1961 "Priority": "high",
1962 "SymbolicFRUTrusted": "pwrsply",
1963 "UseInventoryLocCode": true
1964 }
Brandon Wyman38caaf02020-09-01 16:07:42 -05001965 ]
1966 }
1967 ],
1968
1969 "Documentation": {
1970 "Description": "Power Supply is missing",
1971 "Message": "A power supply that should be present is missing",
1972 "Notes": [
1973 "The CalloutList should use the PWRSPLY symbolic FRU ",
Matt Spinler80600192020-10-23 09:29:33 -05001974 "with the trusted location code property. The ",
1975 "location code in this callout is obtained from ",
1976 "the passed in CALLOUT_INVENTORY_PATH value."
Brandon Wyman38caaf02020-09-01 16:07:42 -05001977 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06001978 },
1979
1980 "JournalCapture": {
1981 "Sections": [
1982 {
1983 "SyslogID": "phosphor-psu-monitor",
1984 "NumLines": 30
1985 },
1986 {
1987 "SyslogID": "phosphor-power-control",
1988 "NumLines": 30
1989 },
1990 {
1991 "SyslogID": "phosphor-chassis-state-manager",
1992 "NumLines": 15
1993 },
1994 {
1995 "SyslogID": "systemd",
1996 "NumLines": 15
1997 }
1998 ]
Brandon Wyman38caaf02020-09-01 16:07:42 -05001999 }
2000 },
2001
2002 {
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00002003 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.NotSupported",
2004 "Subsystem": "power_supply",
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00002005 "ActionFlags": ["service_action", "report", "call_home"],
2006 "ComponentID": "0x2700",
2007
2008 "SRC": {
2009 "Type": "11",
2010 "ReasonCode": "0x15F7",
2011 "Words6To9": {}
2012 },
2013
Jim Wright006dafd2022-05-27 12:09:43 -05002014 "Callouts": [
2015 {
2016 "CalloutList": [
2017 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
2018 ]
2019 }
2020 ],
2021
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00002022 "Documentation": {
2023 "Description": "Power Supply configuration is not supported",
2024 "Message": "The power supply configuration is not supported",
2025 "Notes": [
2026 "The combination of power supplies detected in the ",
2027 "system is not supported. This could be caused by ",
2028 "mismatched models, less than expected number of power ",
2029 "supplies, or other unsupported characteristics."
2030 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06002031 },
2032
2033 "JournalCapture": {
2034 "Sections": [
2035 {
2036 "SyslogID": "phosphor-psu-monitor",
2037 "NumLines": 30
2038 },
2039 {
2040 "SyslogID": "phosphor-power-control",
2041 "NumLines": 30
2042 },
2043 {
2044 "SyslogID": "phosphor-chassis-state-manager",
2045 "NumLines": 15
2046 },
2047 {
2048 "SyslogID": "systemd",
2049 "NumLines": 15
2050 }
2051 ]
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00002052 }
2053 },
2054
2055 {
Brandon Wymanc30f00a2021-11-18 21:10:04 +00002056 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.FanFault",
2057 "Subsystem": "power_supply",
Brandon Wymanc30f00a2021-11-18 21:10:04 +00002058 "ActionFlags": ["service_action", "report", "call_home"],
2059 "ComponentID": "0x2700",
2060
2061 "SRC": {
2062 "Type": "11",
2063 "ReasonCode": "0x15FF",
Matt Spinler04ac4e32023-04-14 14:16:37 -05002064 "Words6To9": {},
2065 "DeconfigFlag": true
Brandon Wymanc30f00a2021-11-18 21:10:04 +00002066 },
2067
Jim Wright006dafd2022-05-27 12:09:43 -05002068 "Callouts": [
2069 {
2070 "CalloutList": [
2071 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
2072 ]
2073 }
2074 ],
2075
Brandon Wymanc30f00a2021-11-18 21:10:04 +00002076 "Documentation": {
2077 "Description": "Power Supply fan fault",
2078 "Message": "A power supply indicated a fan fault has occurred",
2079 "Notes": [
2080 "The power supply reporting the fault should be called ",
2081 "out using the CALLOUT_INVENTORY_PATH keyword. Include ",
2082 "specific fault, STATUS_* details, and code level in the ",
2083 "AdditionalData section."
2084 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06002085 },
2086
2087 "JournalCapture": {
2088 "Sections": [
2089 {
2090 "SyslogID": "phosphor-psu-monitor",
2091 "NumLines": 30
2092 },
2093 {
2094 "SyslogID": "phosphor-power-control",
2095 "NumLines": 30
2096 },
2097 {
2098 "SyslogID": "phosphor-chassis-state-manager",
2099 "NumLines": 15
2100 },
2101 {
2102 "SyslogID": "systemd",
2103 "NumLines": 15
2104 }
2105 ]
Brandon Wymanc30f00a2021-11-18 21:10:04 +00002106 }
2107 },
2108
2109 {
Brandon Wyman90c88402021-11-16 20:34:49 +00002110 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.IoutOCFault",
2111 "Subsystem": "power_supply",
Brandon Wyman90c88402021-11-16 20:34:49 +00002112 "ActionFlags": ["service_action", "report", "call_home"],
2113 "ComponentID": "0x2700",
2114
2115 "SRC": {
2116 "Type": "11",
2117 "ReasonCode": "0x1B01",
2118 "Words6To9": {}
2119 },
2120
2121 "Callouts": [
2122 {
2123 "CalloutList": [
2124 { "Priority": "high", "Procedure": "power_overcurrent" }
2125 ]
2126 }
2127 ],
2128
2129 "Documentation": {
2130 "Description": "Power Supply output over-current power fault",
2131 "Message": "A power supply has indicated an output over-current condition."
Faisal Awada8d2b2422023-03-03 15:48:09 -06002132 },
2133
2134 "JournalCapture": {
2135 "Sections": [
2136 {
2137 "SyslogID": "phosphor-psu-monitor",
2138 "NumLines": 30
2139 },
2140 {
2141 "SyslogID": "phosphor-power-control",
2142 "NumLines": 30
2143 },
2144 {
2145 "SyslogID": "phosphor-chassis-state-manager",
2146 "NumLines": 15
2147 },
2148 {
2149 "SyslogID": "systemd",
2150 "NumLines": 15
2151 }
2152 ]
Brandon Wyman90c88402021-11-16 20:34:49 +00002153 }
2154 },
2155
2156 {
Jay Meyer54ff54e2021-03-14 20:18:41 -05002157 "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Blackout",
2158 "Subsystem": "power",
Patrick Williams26919f02022-12-08 06:12:43 -06002159 "ActionFlags": ["report", "service_action"],
Jay Meyer54ff54e2021-03-14 20:18:41 -05002160 "ComponentID": "0x2700",
2161
Patrick Williams26919f02022-12-08 06:12:43 -06002162 "SRC": {
Jay Meyer54ff54e2021-03-14 20:18:41 -05002163 "Type": "11",
2164 "ReasonCode": "0x00AC",
Mike Cappsa2d7b772022-03-07 15:47:48 -05002165 "Words6To9": {}
Jay Meyer54ff54e2021-03-14 20:18:41 -05002166 },
2167
2168 "Callouts": [
2169 {
2170 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002171 { "Priority": "high", "SymbolicFRU": "ac_module" }
Jay Meyer54ff54e2021-03-14 20:18:41 -05002172 ]
2173 }
2174 ],
2175
2176 "Documentation": {
2177 "Description": "Input power was lost while the system was powered on.",
2178 "Message": "Input power was lost while the system was powered on.",
2179 "Notes": [
2180 "Input power was lost while system powered on.",
2181 "The CalloutList should use the ACMODUL symbolic FRU."
2182 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06002183 },
2184
2185 "JournalCapture": {
2186 "Sections": [
2187 {
2188 "SyslogID": "phosphor-psu-monitor",
2189 "NumLines": 30
2190 },
2191 {
2192 "SyslogID": "phosphor-power-control",
2193 "NumLines": 30
2194 },
2195 {
2196 "SyslogID": "phosphor-chassis-state-manager",
2197 "NumLines": 15
2198 },
2199 {
2200 "SyslogID": "systemd",
2201 "NumLines": 15
2202 }
2203 ]
Jay Meyer54ff54e2021-03-14 20:18:41 -05002204 }
2205 },
2206
2207 {
Patrick Williams26919f02022-12-08 06:12:43 -06002208 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.PSKillFault",
Brandon Wyman002d8cf2021-12-01 23:05:11 +00002209 "Subsystem": "power_supply",
Brandon Wyman002d8cf2021-12-01 23:05:11 +00002210 "ActionFlags": ["service_action", "report", "call_home"],
2211 "ComponentID": "0x2700",
2212
2213 "SRC": {
2214 "Type": "11",
2215 "ReasonCode": "0x2500",
Mike Cappsa2d7b772022-03-07 15:47:48 -05002216 "Words6To9": {}
Brandon Wyman002d8cf2021-12-01 23:05:11 +00002217 },
2218
2219 "Callouts": [
2220 {
2221 "CalloutList": [
2222 { "Priority": "high", "Procedure": "power_overcurrent" }
2223 ]
2224 }
2225 ],
2226
2227 "Documentation": {
2228 "Description": "A power supply fault is potentially preventing the power supply from allowing the system to power on.",
2229 "Message": "Power supply PSKill_fault",
Patrick Williams26919f02022-12-08 06:12:43 -06002230 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06002231 },
2232
2233 "JournalCapture": {
2234 "Sections": [
2235 {
2236 "SyslogID": "phosphor-psu-monitor",
2237 "NumLines": 30
2238 },
2239 {
2240 "SyslogID": "phosphor-power-control",
2241 "NumLines": 30
2242 },
2243 {
2244 "SyslogID": "phosphor-chassis-state-manager",
2245 "NumLines": 15
2246 },
2247 {
2248 "SyslogID": "systemd",
2249 "NumLines": 15
2250 }
2251 ]
Brandon Wyman002d8cf2021-12-01 23:05:11 +00002252 }
2253 },
2254
2255 {
Jim Wright7f678902020-11-30 16:03:57 -06002256 "Name": "xyz.openbmc_project.Power.Error.Shutdown",
2257 "Subsystem": "power_sequencer",
2258 "ComponentID": "0x2700",
2259
2260 "SRC": {
2261 "Type": "11",
2262 "ReasonCode": "0x2600",
2263 "Words6To9": {}
2264 },
2265
2266 "Callouts": [
2267 {
2268 "CalloutList": [
2269 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2270 ]
2271 }
2272 ],
2273
2274 "Documentation": {
2275 "Description": "A power off was issued because a power fault was detected",
2276 "Message": "A power off was issued because a power fault was detected",
Patrick Williams26919f02022-12-08 06:12:43 -06002277 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06002278 },
2279
2280 "JournalCapture": {
2281 "Sections": [
2282 {
2283 "SyslogID": "phosphor-psu-monitor",
2284 "NumLines": 30
2285 },
2286 {
2287 "SyslogID": "phosphor-power-control",
2288 "NumLines": 30
2289 },
2290 {
2291 "SyslogID": "phosphor-chassis-state-manager",
2292 "NumLines": 15
2293 },
2294 {
2295 "SyslogID": "systemd",
2296 "NumLines": 15
2297 },
2298 {
2299 "SyslogID": "phosphor-regulators",
2300 "NumLines": 5
2301 }
2302 ]
Jim Wright7f678902020-11-30 16:03:57 -06002303 }
2304 },
2305
2306 {
Ben Tyner0273a222021-07-12 15:18:13 -05002307 "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Regulator",
2308 "Subsystem": "power_control_hw",
Mike Capps2a2d0ae2022-03-16 18:09:00 -04002309 "Severity": "critical_system_term",
Ben Tyner0273a222021-07-12 15:18:13 -05002310 "ComponentID": "0x2700",
2311
2312 "SRC": {
2313 "Type": "11",
2314 "ReasonCode": "0x2602",
Mike Cappsa2d7b772022-03-07 15:47:48 -05002315 "Words6To9": {}
Ben Tyner0273a222021-07-12 15:18:13 -05002316 },
2317
2318 "Callouts": [
2319 {
2320 "System": "ibm,rainier",
2321 "CalloutList": [
2322 {
2323 "Priority": "high",
2324 "LocCode": "P0-C5"
2325 },
2326 {
2327 "Priority": "medium",
2328 "LocCode": "P0"
2329 }
2330 ]
2331 },
2332 {
2333 "System": "ibm,everest",
2334 "CalloutList": [
2335 {
2336 "Priority": "high",
2337 "LocCode": "P0-C59"
2338 },
2339 {
2340 "Priority": "medium",
2341 "LocCode": "P0"
2342 }
2343 ]
Matt Spinler0600cf72023-04-10 11:22:33 -05002344 },
2345 {
2346 "System": "ibm,bonnell",
2347 "CalloutList": [
2348 {
2349 "Priority": "high",
2350 "LocCode": "P0"
2351 }
2352 ]
Ben Tyner0273a222021-07-12 15:18:13 -05002353 }
2354 ],
2355
2356 "Documentation": {
2357 "Description": "A power off was issued because a regulator for standby power faulted",
2358 "Message": "A power off was issued because a regulator for standby power faulted",
Patrick Williams26919f02022-12-08 06:12:43 -06002359 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06002360 },
2361
2362 "JournalCapture": {
2363 "Sections": [
2364 {
2365 "SyslogID": "phosphor-psu-monitor",
2366 "NumLines": 30
2367 },
2368 {
2369 "SyslogID": "phosphor-power-control",
2370 "NumLines": 30
2371 },
2372 {
2373 "SyslogID": "phosphor-chassis-state-manager",
2374 "NumLines": 15
2375 },
2376 {
2377 "SyslogID": "systemd",
2378 "NumLines": 15
2379 },
2380 {
2381 "SyslogID": "phosphor-regulators",
2382 "NumLines": 5
2383 }
2384 ]
Ben Tyner0273a222021-07-12 15:18:13 -05002385 }
2386 },
2387
2388 {
Jim Wright7f678902020-11-30 16:03:57 -06002389 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerPGOODFault",
2390 "Subsystem": "power_sequencer",
2391 "ComponentID": "0x2700",
2392
2393 "SRC": {
2394 "Type": "11",
2395 "ReasonCode": "0x2610",
2396 "Words6To9": {}
2397 },
2398
2399 "CalloutsUsingAD": {
Patrick Williams26919f02022-12-08 06:12:43 -06002400 "ADName": "INPUT_NAME",
2401 "CalloutsWithTheirADValues": [
Jim Wright7f678902020-11-30 16:03:57 -06002402 {
Patrick Williams26919f02022-12-08 06:12:43 -06002403 "ADValue": "PGOOD_12A",
2404 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002405 {
2406 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002407 {
2408 "Priority": "high",
2409 "SymbolicFRU": "pgood_part"
2410 }
Jim Wright7f678902020-11-30 16:03:57 -06002411 ]
2412 }
2413 ]
2414 },
2415 {
Patrick Williams26919f02022-12-08 06:12:43 -06002416 "ADValue": "PGOOD_12B",
2417 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002418 {
2419 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002420 {
2421 "Priority": "high",
2422 "SymbolicFRU": "pgood_part"
2423 }
Jim Wright7f678902020-11-30 16:03:57 -06002424 ]
2425 }
2426 ]
2427 },
2428 {
Patrick Williams26919f02022-12-08 06:12:43 -06002429 "ADValue": "PGOOD_12C",
2430 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002431 {
2432 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002433 {
2434 "Priority": "high",
2435 "SymbolicFRU": "pgood_part"
2436 }
Jim Wright7f678902020-11-30 16:03:57 -06002437 ]
2438 }
2439 ]
2440 },
2441 {
Patrick Williams26919f02022-12-08 06:12:43 -06002442 "ADValue": "PGOOD_12D",
2443 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002444 {
2445 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002446 {
2447 "Priority": "high",
2448 "SymbolicFRU": "pgood_part"
2449 }
Jim Wright7f678902020-11-30 16:03:57 -06002450 ]
2451 }
2452 ]
2453 },
2454 {
Patrick Williams26919f02022-12-08 06:12:43 -06002455 "ADValue": "PGOOD_12L",
2456 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002457 {
2458 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002459 {
2460 "Priority": "high",
2461 "SymbolicFRU": "pgood_part"
2462 }
Jim Wright7f678902020-11-30 16:03:57 -06002463 ]
2464 }
2465 ]
2466 },
2467 {
Patrick Williams26919f02022-12-08 06:12:43 -06002468 "ADValue": "PGOOD_12M",
2469 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002470 {
2471 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002472 {
2473 "Priority": "high",
2474 "SymbolicFRU": "pgood_part"
2475 }
Jim Wright7f678902020-11-30 16:03:57 -06002476 ]
2477 }
2478 ]
2479 },
2480 {
Patrick Williams26919f02022-12-08 06:12:43 -06002481 "ADValue": "PGOOD_12N",
2482 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002483 {
2484 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002485 {
2486 "Priority": "high",
2487 "SymbolicFRU": "pgood_part"
2488 }
Jim Wright7f678902020-11-30 16:03:57 -06002489 ]
2490 }
2491 ]
2492 },
2493 {
Patrick Williams26919f02022-12-08 06:12:43 -06002494 "ADValue": "PGOOD_12PCIE",
2495 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002496 {
2497 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002498 {
2499 "Priority": "high",
2500 "SymbolicFRU": "pgood_part"
2501 }
Jim Wright7f678902020-11-30 16:03:57 -06002502 ]
2503 }
2504 ]
2505 },
2506 {
Patrick Williams26919f02022-12-08 06:12:43 -06002507 "ADValue": "PGOOD_12Q",
2508 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002509 {
2510 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002511 {
2512 "Priority": "high",
2513 "SymbolicFRU": "pgood_part"
2514 }
Jim Wright7f678902020-11-30 16:03:57 -06002515 ]
2516 }
2517 ]
2518 },
2519 {
Patrick Williams26919f02022-12-08 06:12:43 -06002520 "ADValue": "PGOOD_VDN_DCM0",
2521 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002522 {
2523 "CalloutList": [
2524 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002525 {
2526 "Priority": "medium",
2527 "LocCode": "P0-C15"
2528 },
Jim Wright7f678902020-11-30 16:03:57 -06002529 { "Priority": "low", "LocCode": "P0" }
2530 ]
2531 }
2532 ]
2533 },
2534 {
Patrick Williams26919f02022-12-08 06:12:43 -06002535 "ADValue": "PGOOD_VDN_DCM1",
2536 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002537 {
2538 "CalloutList": [
2539 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002540 {
2541 "Priority": "medium",
2542 "LocCode": "P0-C24"
2543 },
Jim Wright7f678902020-11-30 16:03:57 -06002544 { "Priority": "low", "LocCode": "P0" }
2545 ]
2546 }
2547 ]
2548 },
2549 {
Patrick Williams26919f02022-12-08 06:12:43 -06002550 "ADValue": "PGOOD_VCS_DCM0",
2551 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002552 {
2553 "CalloutList": [
2554 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002555 {
2556 "Priority": "medium",
2557 "LocCode": "P0-C15"
2558 },
Jim Wright7f678902020-11-30 16:03:57 -06002559 { "Priority": "low", "LocCode": "P0" }
2560 ]
2561 }
2562 ]
2563 },
2564 {
Patrick Williams26919f02022-12-08 06:12:43 -06002565 "ADValue": "PGOOD_VCS_DCM1",
2566 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002567 {
2568 "CalloutList": [
2569 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002570 {
2571 "Priority": "medium",
2572 "LocCode": "P0-C24"
2573 },
Jim Wright7f678902020-11-30 16:03:57 -06002574 { "Priority": "low", "LocCode": "P0" }
2575 ]
2576 }
2577 ]
2578 },
2579 {
Patrick Williams26919f02022-12-08 06:12:43 -06002580 "ADValue": "PGOOD_VIO_DCM0",
2581 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002582 {
2583 "CalloutList": [
2584 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002585 {
2586 "Priority": "medium",
2587 "LocCode": "P0-C15"
2588 },
Jim Wright7f678902020-11-30 16:03:57 -06002589 { "Priority": "low", "LocCode": "P0" }
2590 ]
2591 }
2592 ]
2593 },
2594 {
Patrick Williams26919f02022-12-08 06:12:43 -06002595 "ADValue": "PGOOD_VIO_DCM1",
2596 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002597 {
2598 "CalloutList": [
2599 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002600 {
2601 "Priority": "medium",
2602 "LocCode": "P0-C24"
2603 },
Jim Wright7f678902020-11-30 16:03:57 -06002604 { "Priority": "low", "LocCode": "P0" }
2605 ]
2606 }
2607 ]
2608 },
2609 {
Patrick Williams26919f02022-12-08 06:12:43 -06002610 "ADValue": "PGOOD_VPCIE_DCM0",
2611 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002612 {
2613 "CalloutList": [
2614 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002615 {
2616 "Priority": "medium",
2617 "LocCode": "P0-C15"
2618 },
Jim Wright7f678902020-11-30 16:03:57 -06002619 { "Priority": "low", "LocCode": "P0" }
2620 ]
2621 }
2622 ]
2623 },
2624 {
Patrick Williams26919f02022-12-08 06:12:43 -06002625 "ADValue": "PGOOD_VPCIE_DCM1",
2626 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002627 {
2628 "CalloutList": [
2629 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002630 {
2631 "Priority": "medium",
2632 "LocCode": "P0-C24"
2633 },
Jim Wright7f678902020-11-30 16:03:57 -06002634 { "Priority": "low", "LocCode": "P0" }
2635 ]
2636 }
2637 ]
Jim Wright2e4eb072022-02-03 14:43:46 -06002638 },
2639 {
Patrick Williams26919f02022-12-08 06:12:43 -06002640 "ADValue": "CP0_VPCIE",
2641 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002642 {
2643 "CalloutList": [
2644 { "Priority": "high", "LocCode": "P0-C58" },
Patrick Williams26919f02022-12-08 06:12:43 -06002645 {
2646 "Priority": "medium",
2647 "LocCode": "P0-C61"
2648 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002649 { "Priority": "low", "LocCode": "P0" }
2650 ]
2651 }
2652 ]
2653 },
2654 {
Patrick Williams26919f02022-12-08 06:12:43 -06002655 "ADValue": "CP1_VPCIE",
2656 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002657 {
2658 "CalloutList": [
2659 { "Priority": "high", "LocCode": "P0-C16" },
Patrick Williams26919f02022-12-08 06:12:43 -06002660 {
2661 "Priority": "medium",
2662 "LocCode": "P0-C14"
2663 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002664 { "Priority": "low", "LocCode": "P0" }
2665 ]
2666 }
2667 ]
2668 },
2669 {
Patrick Williams26919f02022-12-08 06:12:43 -06002670 "ADValue": "CP2_VPCIE",
2671 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002672 {
2673 "CalloutList": [
2674 { "Priority": "high", "LocCode": "P0-C16" },
Patrick Williams26919f02022-12-08 06:12:43 -06002675 {
2676 "Priority": "medium",
2677 "LocCode": "P0-C19"
2678 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002679 { "Priority": "low", "LocCode": "P0" }
2680 ]
2681 }
2682 ]
2683 },
2684 {
Patrick Williams26919f02022-12-08 06:12:43 -06002685 "ADValue": "CP3_VPCIE",
2686 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002687 {
2688 "CalloutList": [
2689 { "Priority": "high", "LocCode": "P0-C58" },
Patrick Williams26919f02022-12-08 06:12:43 -06002690 {
2691 "Priority": "medium",
2692 "LocCode": "P0-C56"
2693 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002694 { "Priority": "low", "LocCode": "P0" }
2695 ]
2696 }
2697 ]
2698 },
2699 {
Patrick Williams26919f02022-12-08 06:12:43 -06002700 "ADValue": "5.0V_USB_front",
2701 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002702 {
2703 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002704 {
2705 "Priority": "high",
2706 "SymbolicFRU": "usb_pgood"
2707 },
Jim Wrightace33db2022-04-19 14:33:37 -05002708 { "Priority": "low", "LocCode": "P1" },
2709 { "Priority": "low", "LocCode": "P0" }
Jim Wright2e4eb072022-02-03 14:43:46 -06002710 ]
2711 }
2712 ]
2713 },
2714 {
Patrick Williams26919f02022-12-08 06:12:43 -06002715 "ADValue": "CP0_VDN",
2716 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002717 {
2718 "CalloutList": [
2719 { "Priority": "high", "LocCode": "P0-C63" },
Patrick Williams26919f02022-12-08 06:12:43 -06002720 {
2721 "Priority": "medium",
2722 "LocCode": "P0-C61"
2723 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002724 { "Priority": "low", "LocCode": "P0" }
2725 ]
2726 }
2727 ]
2728 },
2729 {
Patrick Williams26919f02022-12-08 06:12:43 -06002730 "ADValue": "CP1_VDN",
2731 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002732 {
2733 "CalloutList": [
2734 { "Priority": "high", "LocCode": "P0-C12" },
Patrick Williams26919f02022-12-08 06:12:43 -06002735 {
2736 "Priority": "medium",
2737 "LocCode": "P0-C14"
2738 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002739 { "Priority": "low", "LocCode": "P0" }
2740 ]
2741 }
2742 ]
2743 },
2744 {
Patrick Williams26919f02022-12-08 06:12:43 -06002745 "ADValue": "CP2_VDN",
2746 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002747 {
2748 "CalloutList": [
2749 { "Priority": "high", "LocCode": "P0-C21" },
Patrick Williams26919f02022-12-08 06:12:43 -06002750 {
2751 "Priority": "medium",
2752 "LocCode": "P0-C19"
2753 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002754 { "Priority": "low", "LocCode": "P0" }
2755 ]
2756 }
2757 ]
2758 },
2759 {
Patrick Williams26919f02022-12-08 06:12:43 -06002760 "ADValue": "CP3_VDN",
2761 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002762 {
2763 "CalloutList": [
2764 { "Priority": "high", "LocCode": "P0-C54" },
Patrick Williams26919f02022-12-08 06:12:43 -06002765 {
2766 "Priority": "medium",
2767 "LocCode": "P0-C56"
2768 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002769 { "Priority": "low", "LocCode": "P0" }
2770 ]
2771 }
2772 ]
2773 },
2774 {
Patrick Williams26919f02022-12-08 06:12:43 -06002775 "ADValue": "CP0_VIO",
2776 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002777 {
2778 "CalloutList": [
2779 { "Priority": "high", "LocCode": "P0-C63" },
Patrick Williams26919f02022-12-08 06:12:43 -06002780 {
2781 "Priority": "medium",
2782 "LocCode": "P0-C61"
2783 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002784 { "Priority": "low", "LocCode": "P0" }
2785 ]
2786 }
2787 ]
2788 },
2789 {
Patrick Williams26919f02022-12-08 06:12:43 -06002790 "ADValue": "CP1_VIO",
2791 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002792 {
2793 "CalloutList": [
2794 { "Priority": "high", "LocCode": "P0-C12" },
Patrick Williams26919f02022-12-08 06:12:43 -06002795 {
2796 "Priority": "medium",
2797 "LocCode": "P0-C14"
2798 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002799 { "Priority": "low", "LocCode": "P0" }
2800 ]
2801 }
2802 ]
2803 },
2804 {
Patrick Williams26919f02022-12-08 06:12:43 -06002805 "ADValue": "CP2_VIO",
2806 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002807 {
2808 "CalloutList": [
2809 { "Priority": "high", "LocCode": "P0-C21" },
Patrick Williams26919f02022-12-08 06:12:43 -06002810 {
2811 "Priority": "medium",
2812 "LocCode": "P0-C19"
2813 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002814 { "Priority": "low", "LocCode": "P0" }
2815 ]
2816 }
2817 ]
2818 },
2819 {
Patrick Williams26919f02022-12-08 06:12:43 -06002820 "ADValue": "CP3_VIO",
2821 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002822 {
2823 "CalloutList": [
2824 { "Priority": "high", "LocCode": "P0-C54" },
Patrick Williams26919f02022-12-08 06:12:43 -06002825 {
2826 "Priority": "medium",
2827 "LocCode": "P0-C56"
2828 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002829 { "Priority": "low", "LocCode": "P0" }
2830 ]
2831 }
2832 ]
Jim Wright9b779e42022-12-16 17:50:23 -06002833 },
2834 {
2835 "ADValue": "12P0VB_PG_OK",
2836 "Callouts": [
2837 {
2838 "CalloutList": [
2839 {
2840 "Priority": "high",
2841 "SymbolicFRU": "pgood_part"
2842 }
2843 ]
2844 }
2845 ]
2846 },
2847 {
2848 "ADValue": "12P0VA_PG_OK",
2849 "Callouts": [
2850 {
2851 "CalloutList": [
2852 {
2853 "Priority": "high",
2854 "SymbolicFRU": "pgood_part"
2855 }
2856 ]
2857 }
2858 ]
Jim Wright7f678902020-11-30 16:03:57 -06002859 }
2860 ]
2861 },
2862
2863 "Documentation": {
2864 "Description": "The power sequencer chip detected a PGOOD fault",
2865 "Message": "The power sequencer chip detected a PGOOD fault",
Patrick Williams26919f02022-12-08 06:12:43 -06002866 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06002867 },
2868
2869 "JournalCapture": {
2870 "Sections": [
2871 {
2872 "SyslogID": "phosphor-psu-monitor",
2873 "NumLines": 30
2874 },
2875 {
2876 "SyslogID": "phosphor-power-control",
2877 "NumLines": 30
2878 },
2879 {
2880 "SyslogID": "phosphor-chassis-state-manager",
2881 "NumLines": 15
2882 },
2883 {
2884 "SyslogID": "systemd",
2885 "NumLines": 15
2886 },
2887 {
2888 "SyslogID": "phosphor-regulators",
2889 "NumLines": 5
2890 }
2891 ]
Jim Wright7f678902020-11-30 16:03:57 -06002892 }
2893 },
2894
2895 {
2896 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerVoltageFault",
2897 "Subsystem": "power_sequencer",
2898 "ComponentID": "0x2700",
2899
2900 "SRC": {
2901 "Type": "11",
2902 "ReasonCode": "0x2620",
2903 "Words6To9": {}
2904 },
2905
2906 "CalloutsUsingAD": {
Patrick Williams26919f02022-12-08 06:12:43 -06002907 "ADName": "RAIL_NAME",
2908 "CalloutsWithTheirADValues": [
Jim Wright7f678902020-11-30 16:03:57 -06002909 {
Patrick Williams26919f02022-12-08 06:12:43 -06002910 "ADValue": "12.0V",
2911 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002912 {
2913 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002914 {
2915 "Priority": "high",
2916 "SymbolicFRU": "pgood_part"
2917 }
Jim Wright7f678902020-11-30 16:03:57 -06002918 ]
2919 }
2920 ]
2921 },
2922 {
Patrick Williams26919f02022-12-08 06:12:43 -06002923 "ADValue": "5.0V_USB",
2924 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002925 {
2926 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002927 {
2928 "Priority": "high",
2929 "SymbolicFRU": "usb_pgood"
2930 },
Jim Wright7f678902020-11-30 16:03:57 -06002931 { "Priority": "medium", "LocCode": "P0" }
2932 ]
2933 }
2934 ]
2935 },
2936 {
Patrick Williams26919f02022-12-08 06:12:43 -06002937 "ADValue": "5.0V_DASD",
2938 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002939 {
2940 "CalloutList": [
2941 { "Priority": "medium", "LocCode": "P1" },
2942 { "Priority": "medium", "LocCode": "P2" },
Jim Wright7f678902020-11-30 16:03:57 -06002943 { "Priority": "low", "LocCode": "P0" }
2944 ]
2945 }
2946 ]
2947 },
2948 {
Patrick Williams26919f02022-12-08 06:12:43 -06002949 "ADValue": "3.3VA",
2950 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002951 {
2952 "CalloutList": [
2953 { "Priority": "high", "LocCode": "P0" }
2954 ]
2955 }
2956 ]
2957 },
2958 {
Patrick Williams26919f02022-12-08 06:12:43 -06002959 "ADValue": "3.3VB",
2960 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002961 {
2962 "CalloutList": [
2963 { "Priority": "high", "LocCode": "P0" }
2964 ]
2965 }
2966 ]
2967 },
2968 {
Patrick Williams26919f02022-12-08 06:12:43 -06002969 "ADValue": "1.5V",
2970 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002971 {
2972 "CalloutList": [
2973 { "Priority": "high", "LocCode": "P0" }
2974 ]
2975 }
2976 ]
2977 },
2978 {
Patrick Williams26919f02022-12-08 06:12:43 -06002979 "ADValue": "1.1V",
2980 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002981 {
2982 "CalloutList": [
2983 { "Priority": "high", "LocCode": "P0" }
2984 ]
2985 }
2986 ]
2987 },
2988 {
Patrick Williams26919f02022-12-08 06:12:43 -06002989 "ADValue": "VDDA_DCM0",
2990 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002991 {
2992 "CalloutList": [
2993 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002994 {
2995 "Priority": "medium",
2996 "LocCode": "P0-C15"
2997 },
Jim Wright7f678902020-11-30 16:03:57 -06002998 { "Priority": "low", "LocCode": "P0" }
2999 ]
3000 }
3001 ]
3002 },
3003 {
Patrick Williams26919f02022-12-08 06:12:43 -06003004 "ADValue": "VDDB_DCM0",
3005 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003006 {
3007 "CalloutList": [
3008 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06003009 {
3010 "Priority": "medium",
3011 "LocCode": "P0-C15"
3012 },
Jim Wright7f678902020-11-30 16:03:57 -06003013 { "Priority": "low", "LocCode": "P0" }
3014 ]
3015 }
3016 ]
3017 },
3018 {
Patrick Williams26919f02022-12-08 06:12:43 -06003019 "ADValue": "VDDA_DCM1",
3020 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003021 {
3022 "CalloutList": [
3023 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06003024 {
3025 "Priority": "medium",
3026 "LocCode": "P0-C24"
3027 },
Jim Wright7f678902020-11-30 16:03:57 -06003028 { "Priority": "low", "LocCode": "P0" }
3029 ]
3030 }
3031 ]
3032 },
3033 {
Patrick Williams26919f02022-12-08 06:12:43 -06003034 "ADValue": "VDDB_DCM1",
3035 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003036 {
3037 "CalloutList": [
3038 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06003039 {
3040 "Priority": "medium",
3041 "LocCode": "P0-C24"
3042 },
Jim Wright7f678902020-11-30 16:03:57 -06003043 { "Priority": "low", "LocCode": "P0" }
3044 ]
3045 }
3046 ]
3047 },
3048 {
Patrick Williams26919f02022-12-08 06:12:43 -06003049 "ADValue": "12.0VCS",
3050 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003051 {
3052 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003053 {
3054 "Priority": "high",
3055 "SymbolicFRU": "pgood_part"
3056 }
Jim Wright7f678902020-11-30 16:03:57 -06003057 ]
3058 }
3059 ]
3060 },
3061 {
Patrick Williams26919f02022-12-08 06:12:43 -06003062 "ADValue": "3.3VCS",
3063 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003064 {
3065 "CalloutList": [
3066 { "Priority": "high", "LocCode": "P0" }
3067 ]
3068 }
3069 ]
3070 },
3071 {
Patrick Williams26919f02022-12-08 06:12:43 -06003072 "ADValue": "1.1V_Current",
3073 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003074 {
3075 "CalloutList": [
3076 { "Priority": "high", "LocCode": "P0" }
3077 ]
3078 }
3079 ]
3080 },
3081 {
Patrick Williams26919f02022-12-08 06:12:43 -06003082 "ADValue": "5.0V_USB_Current",
3083 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003084 {
3085 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003086 {
3087 "Priority": "high",
3088 "SymbolicFRU": "usb_pgood"
3089 },
Jim Wright7f678902020-11-30 16:03:57 -06003090 { "Priority": "medium", "LocCode": "P0" }
3091 ]
3092 }
3093 ]
3094 },
3095 {
Patrick Williams26919f02022-12-08 06:12:43 -06003096 "ADValue": "5.0V_DASD_Current",
3097 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003098 {
3099 "CalloutList": [
3100 { "Priority": "medium", "LocCode": "P1" },
3101 { "Priority": "medium", "LocCode": "P2" },
Jim Wright7f678902020-11-30 16:03:57 -06003102 { "Priority": "low", "LocCode": "P0" }
3103 ]
3104 }
3105 ]
3106 },
3107 {
Patrick Williams26919f02022-12-08 06:12:43 -06003108 "ADValue": "12.0VN",
3109 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003110 {
3111 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003112 {
3113 "Priority": "high",
3114 "SymbolicFRU": "pgood_part"
3115 }
Jim Wright7f678902020-11-30 16:03:57 -06003116 ]
3117 }
3118 ]
3119 },
3120 {
Patrick Williams26919f02022-12-08 06:12:43 -06003121 "ADValue": "12.0VP",
3122 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003123 {
3124 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003125 {
3126 "Priority": "high",
3127 "SymbolicFRU": "pgood_part"
3128 }
Jim Wright7f678902020-11-30 16:03:57 -06003129 ]
3130 }
3131 ]
3132 },
3133 {
Patrick Williams26919f02022-12-08 06:12:43 -06003134 "ADValue": "12.0VQ",
3135 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003136 {
3137 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003138 {
3139 "Priority": "high",
3140 "SymbolicFRU": "pgood_part"
3141 }
Jim Wright7f678902020-11-30 16:03:57 -06003142 ]
3143 }
3144 ]
3145 },
3146 {
Patrick Williams26919f02022-12-08 06:12:43 -06003147 "ADValue": "12.0VR",
3148 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003149 {
3150 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003151 {
3152 "Priority": "high",
3153 "SymbolicFRU": "pgood_part"
3154 }
Jim Wright7f678902020-11-30 16:03:57 -06003155 ]
3156 }
3157 ]
3158 },
3159 {
Patrick Williams26919f02022-12-08 06:12:43 -06003160 "ADValue": "ThermalDiode1",
3161 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003162 {
3163 "CalloutList": [
3164 { "Priority": "high", "LocCode": "P0" }
3165 ]
3166 }
3167 ]
3168 },
3169 {
Patrick Williams26919f02022-12-08 06:12:43 -06003170 "ADValue": "ThermalDiode2",
3171 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003172 {
3173 "CalloutList": [
3174 { "Priority": "high", "LocCode": "P0" }
3175 ]
3176 }
3177 ]
3178 },
3179 {
Patrick Williams26919f02022-12-08 06:12:43 -06003180 "ADValue": "ThermalDiode3",
3181 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003182 {
3183 "CalloutList": [
3184 { "Priority": "high", "LocCode": "P0" }
3185 ]
3186 }
3187 ]
3188 },
3189 {
Patrick Williams26919f02022-12-08 06:12:43 -06003190 "ADValue": "ThermalDiode4",
3191 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003192 {
3193 "CalloutList": [
3194 { "Priority": "high", "LocCode": "P0" }
3195 ]
3196 }
3197 ]
Jim Wrightae1738c2022-05-02 09:57:45 -05003198 },
3199 {
Patrick Williams26919f02022-12-08 06:12:43 -06003200 "ADValue": "VDN_DCM0",
3201 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003202 {
3203 "CalloutList": [
3204 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06003205 {
3206 "Priority": "medium",
3207 "LocCode": "P0-C15"
3208 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003209 { "Priority": "low", "LocCode": "P0" }
3210 ]
3211 }
3212 ]
3213 },
3214 {
Patrick Williams26919f02022-12-08 06:12:43 -06003215 "ADValue": "VDN_DCM1",
3216 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003217 {
3218 "CalloutList": [
3219 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06003220 {
3221 "Priority": "medium",
3222 "LocCode": "P0-C24"
3223 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003224 { "Priority": "low", "LocCode": "P0" }
3225 ]
3226 }
3227 ]
3228 },
3229 {
Patrick Williams26919f02022-12-08 06:12:43 -06003230 "ADValue": "VCS_DCM0",
3231 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003232 {
3233 "CalloutList": [
3234 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06003235 {
3236 "Priority": "medium",
3237 "LocCode": "P0-C15"
3238 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003239 { "Priority": "low", "LocCode": "P0" }
3240 ]
3241 }
3242 ]
3243 },
3244 {
Patrick Williams26919f02022-12-08 06:12:43 -06003245 "ADValue": "VCS_DCM1",
3246 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003247 {
3248 "CalloutList": [
3249 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06003250 {
3251 "Priority": "medium",
3252 "LocCode": "P0-C24"
3253 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003254 { "Priority": "low", "LocCode": "P0" }
3255 ]
3256 }
3257 ]
3258 },
3259 {
Patrick Williams26919f02022-12-08 06:12:43 -06003260 "ADValue": "VIO_DCM0",
3261 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003262 {
3263 "CalloutList": [
3264 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06003265 {
3266 "Priority": "medium",
3267 "LocCode": "P0-C15"
3268 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003269 { "Priority": "low", "LocCode": "P0" }
3270 ]
3271 }
3272 ]
3273 },
3274 {
Patrick Williams26919f02022-12-08 06:12:43 -06003275 "ADValue": "VIO_DCM1",
3276 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003277 {
3278 "CalloutList": [
3279 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06003280 {
3281 "Priority": "medium",
3282 "LocCode": "P0-C24"
3283 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003284 { "Priority": "low", "LocCode": "P0" }
3285 ]
3286 }
3287 ]
3288 },
3289 {
Patrick Williams26919f02022-12-08 06:12:43 -06003290 "ADValue": "VPCIE_DCM0",
3291 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003292 {
3293 "CalloutList": [
3294 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06003295 {
3296 "Priority": "medium",
3297 "LocCode": "P0-C15"
3298 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003299 { "Priority": "low", "LocCode": "P0" }
3300 ]
3301 }
3302 ]
3303 },
3304 {
Patrick Williams26919f02022-12-08 06:12:43 -06003305 "ADValue": "VPCIE_DCM1",
3306 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003307 {
3308 "CalloutList": [
3309 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06003310 {
3311 "Priority": "medium",
3312 "LocCode": "P0-C24"
3313 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003314 { "Priority": "low", "LocCode": "P0" }
3315 ]
3316 }
3317 ]
Jim Wright452d46d2022-12-16 16:56:21 -06003318 },
3319 {
3320 "ADValue": "3V3IO",
3321 "Callouts": [
3322 {
3323 "CalloutList": [
3324 { "Priority": "high", "LocCode": "P0-C17" },
3325 {
3326 "Priority": "medium",
3327 "LocCode": "P0-C96"
3328 },
3329 {
3330 "Priority": "medium",
3331 "LocCode": "P0-C0"
3332 },
3333 {
3334 "Priority": "medium",
3335 "SymbolicFRU": "pcie_hot_plug"
3336 },
3337 { "Priority": "low", "LocCode": "P0" }
3338 ]
3339 }
3340 ]
3341 },
3342 {
3343 "ADValue": "CP0_VDD0",
3344 "Callouts": [
3345 {
3346 "CalloutList": [
3347 { "Priority": "high", "LocCode": "P0-C62" },
3348 {
3349 "Priority": "medium",
3350 "LocCode": "P0-C61"
3351 },
3352 { "Priority": "low", "LocCode": "P0" }
3353 ]
3354 }
3355 ]
3356 },
3357 {
3358 "ADValue": "CP0_VDD1",
3359 "Callouts": [
3360 {
3361 "CalloutList": [
3362 { "Priority": "high", "LocCode": "P0-C60" },
3363 {
3364 "Priority": "medium",
3365 "LocCode": "P0-C61"
3366 },
3367 { "Priority": "low", "LocCode": "P0" }
3368 ]
3369 }
3370 ]
3371 },
3372 {
3373 "ADValue": "CP1_VDD0",
3374 "Callouts": [
3375 {
3376 "CalloutList": [
3377 { "Priority": "high", "LocCode": "P0-C13" },
3378 {
3379 "Priority": "medium",
3380 "LocCode": "P0-C14"
3381 },
3382 { "Priority": "low", "LocCode": "P0" }
3383 ]
3384 }
3385 ]
3386 },
3387 {
3388 "ADValue": "CP1_VDD1",
3389 "Callouts": [
3390 {
3391 "CalloutList": [
3392 { "Priority": "high", "LocCode": "P0-C15" },
3393 {
3394 "Priority": "medium",
3395 "LocCode": "P0-C14"
3396 },
3397 { "Priority": "low", "LocCode": "P0" }
3398 ]
3399 }
3400 ]
3401 },
3402 {
3403 "ADValue": "CP2_VDD0",
3404 "Callouts": [
3405 {
3406 "CalloutList": [
3407 { "Priority": "high", "LocCode": "P0-C18" },
3408 {
3409 "Priority": "medium",
3410 "LocCode": "P0-C19"
3411 },
3412 { "Priority": "low", "LocCode": "P0" }
3413 ]
3414 }
3415 ]
3416 },
3417 {
3418 "ADValue": "CP2_VDD1",
3419 "Callouts": [
3420 {
3421 "CalloutList": [
3422 { "Priority": "high", "LocCode": "P0-C20" },
3423 {
3424 "Priority": "medium",
3425 "LocCode": "P0-C19"
3426 },
3427 { "Priority": "low", "LocCode": "P0" }
3428 ]
3429 }
3430 ]
3431 },
3432 {
3433 "ADValue": "CP3_VDD0",
3434 "Callouts": [
3435 {
3436 "CalloutList": [
3437 { "Priority": "high", "LocCode": "P0-C57" },
3438 {
3439 "Priority": "medium",
3440 "LocCode": "P0-C56"
3441 },
3442 { "Priority": "low", "LocCode": "P0" }
3443 ]
3444 }
3445 ]
3446 },
3447 {
3448 "ADValue": "CP3_VDD1",
3449 "Callouts": [
3450 {
3451 "CalloutList": [
3452 { "Priority": "high", "LocCode": "P0-C55" },
3453 {
3454 "Priority": "medium",
3455 "LocCode": "P0-C56"
3456 },
3457 { "Priority": "low", "LocCode": "P0" }
3458 ]
3459 }
3460 ]
3461 },
3462 {
3463 "ADValue": "CP0_VCS0",
3464 "Callouts": [
3465 {
3466 "CalloutList": [
3467 { "Priority": "high", "LocCode": "P0-C63" },
3468 {
3469 "Priority": "medium",
3470 "LocCode": "P0-C61"
3471 },
3472 { "Priority": "low", "LocCode": "P0" }
3473 ]
3474 }
3475 ]
3476 },
3477 {
3478 "ADValue": "CP0_VCS1",
3479 "Callouts": [
3480 {
3481 "CalloutList": [
3482 { "Priority": "high", "LocCode": "P0-C59" },
3483 {
3484 "Priority": "medium",
3485 "LocCode": "P0-C61"
3486 },
3487 { "Priority": "low", "LocCode": "P0" }
3488 ]
3489 }
3490 ]
3491 },
3492 {
3493 "ADValue": "CP1_VCS0",
3494 "Callouts": [
3495 {
3496 "CalloutList": [
3497 { "Priority": "high", "LocCode": "P0-C12" },
3498 {
3499 "Priority": "medium",
3500 "LocCode": "P0-C14"
3501 },
3502 { "Priority": "low", "LocCode": "P0" }
3503 ]
3504 }
3505 ]
3506 },
3507 {
3508 "ADValue": "CP1_VCS1",
3509 "Callouts": [
3510 {
3511 "CalloutList": [
3512 { "Priority": "high", "LocCode": "P0-C16" },
3513 {
3514 "Priority": "medium",
3515 "LocCode": "P0-C14"
3516 },
3517 { "Priority": "low", "LocCode": "P0" }
3518 ]
3519 }
3520 ]
3521 },
3522 {
3523 "ADValue": "CP2_VCS0",
3524 "Callouts": [
3525 {
3526 "CalloutList": [
3527 { "Priority": "high", "LocCode": "P0-C17" },
3528 {
3529 "Priority": "medium",
3530 "LocCode": "P0-C19"
3531 },
3532 { "Priority": "low", "LocCode": "P0" }
3533 ]
3534 }
3535 ]
3536 },
3537 {
3538 "ADValue": "CP2_VCS1",
3539 "Callouts": [
3540 {
3541 "CalloutList": [
3542 { "Priority": "high", "LocCode": "P0-C21" },
3543 {
3544 "Priority": "medium",
3545 "LocCode": "P0-C19"
3546 },
3547 { "Priority": "low", "LocCode": "P0" }
3548 ]
3549 }
3550 ]
3551 },
3552 {
3553 "ADValue": "CP3_VCS0",
3554 "Callouts": [
3555 {
3556 "CalloutList": [
3557 { "Priority": "high", "LocCode": "P0-C58" },
3558 {
3559 "Priority": "medium",
3560 "LocCode": "P0-C56"
3561 },
3562 { "Priority": "low", "LocCode": "P0" }
3563 ]
3564 }
3565 ]
3566 },
3567 {
3568 "ADValue": "CP3_VCS1",
3569 "Callouts": [
3570 {
3571 "CalloutList": [
3572 { "Priority": "high", "LocCode": "P0-C54" },
3573 {
3574 "Priority": "medium",
3575 "LocCode": "P0-C56"
3576 },
3577 { "Priority": "low", "LocCode": "P0" }
3578 ]
3579 }
3580 ]
3581 },
3582 {
3583 "ADValue": "CP03_AVDD",
3584 "Callouts": [
3585 {
3586 "CalloutList": [
3587 { "Priority": "high", "LocCode": "P0-C58" },
3588 {
3589 "Priority": "medium",
3590 "LocCode": "P0-C61"
3591 },
3592 {
3593 "Priority": "medium",
3594 "LocCode": "P0-C56"
3595 },
3596 { "Priority": "low", "LocCode": "P0" }
3597 ]
3598 }
3599 ]
3600 },
3601 {
3602 "ADValue": "CP12_AVDD",
3603 "Callouts": [
3604 {
3605 "CalloutList": [
3606 { "Priority": "high", "LocCode": "P0-C16" },
3607 {
3608 "Priority": "medium",
3609 "LocCode": "P0-C14"
3610 },
3611 {
3612 "Priority": "medium",
3613 "LocCode": "P0-C19"
3614 },
3615 { "Priority": "low", "LocCode": "P0" }
3616 ]
3617 }
3618 ]
3619 },
3620 {
3621 "ADValue": "CP0_VDN",
3622 "Callouts": [
3623 {
3624 "CalloutList": [
3625 { "Priority": "high", "LocCode": "P0-C63" },
3626 {
3627 "Priority": "medium",
3628 "LocCode": "P0-C61"
3629 },
3630 { "Priority": "low", "LocCode": "P0" }
3631 ]
3632 }
3633 ]
3634 },
3635 {
3636 "ADValue": "CP1_VDN",
3637 "Callouts": [
3638 {
3639 "CalloutList": [
3640 { "Priority": "high", "LocCode": "P0-C12" },
3641 {
3642 "Priority": "medium",
3643 "LocCode": "P0-C14"
3644 },
3645 { "Priority": "low", "LocCode": "P0" }
3646 ]
3647 }
3648 ]
3649 },
3650 {
3651 "ADValue": "CP2_VDN",
3652 "Callouts": [
3653 {
3654 "CalloutList": [
3655 { "Priority": "high", "LocCode": "P0-C21" },
3656 {
3657 "Priority": "medium",
3658 "LocCode": "P0-C19"
3659 },
3660 { "Priority": "low", "LocCode": "P0" }
3661 ]
3662 }
3663 ]
3664 },
3665 {
3666 "ADValue": "CP3_VDN",
3667 "Callouts": [
3668 {
3669 "CalloutList": [
3670 { "Priority": "high", "LocCode": "P0-C54" },
3671 {
3672 "Priority": "medium",
3673 "LocCode": "P0-C56"
3674 },
3675 { "Priority": "low", "LocCode": "P0" }
3676 ]
3677 }
3678 ]
3679 },
3680 {
3681 "ADValue": "CP0_VIO",
3682 "Callouts": [
3683 {
3684 "CalloutList": [
3685 { "Priority": "high", "LocCode": "P0-C63" },
3686 {
3687 "Priority": "medium",
3688 "LocCode": "P0-C61"
3689 },
3690 { "Priority": "low", "LocCode": "P0" }
3691 ]
3692 }
3693 ]
3694 },
3695 {
3696 "ADValue": "CP1_VIO",
3697 "Callouts": [
3698 {
3699 "CalloutList": [
3700 { "Priority": "high", "LocCode": "P0-C12" },
3701 {
3702 "Priority": "medium",
3703 "LocCode": "P0-C14"
3704 },
3705 { "Priority": "low", "LocCode": "P0" }
3706 ]
3707 }
3708 ]
3709 },
3710 {
3711 "ADValue": "CP2_VIO",
3712 "Callouts": [
3713 {
3714 "CalloutList": [
3715 { "Priority": "high", "LocCode": "P0-C21" },
3716 {
3717 "Priority": "medium",
3718 "LocCode": "P0-C19"
3719 },
3720 { "Priority": "low", "LocCode": "P0" }
3721 ]
3722 }
3723 ]
3724 },
3725 {
3726 "ADValue": "CP3_VIO",
3727 "Callouts": [
3728 {
3729 "CalloutList": [
3730 { "Priority": "high", "LocCode": "P0-C54" },
3731 {
3732 "Priority": "medium",
3733 "LocCode": "P0-C56"
3734 },
3735 { "Priority": "low", "LocCode": "P0" }
3736 ]
3737 }
3738 ]
3739 },
3740 {
3741 "ADValue": "CP0_VPCIE",
3742 "Callouts": [
3743 {
3744 "CalloutList": [
3745 { "Priority": "high", "LocCode": "P0-C58" },
3746 {
3747 "Priority": "medium",
3748 "LocCode": "P0-C61"
3749 },
3750 { "Priority": "low", "LocCode": "P0" }
3751 ]
3752 }
3753 ]
3754 },
3755 {
3756 "ADValue": "CP1_VPCIE",
3757 "Callouts": [
3758 {
3759 "CalloutList": [
3760 { "Priority": "high", "LocCode": "P0-C16" },
3761 {
3762 "Priority": "medium",
3763 "LocCode": "P0-C14"
3764 },
3765 { "Priority": "low", "LocCode": "P0" }
3766 ]
3767 }
3768 ]
3769 },
3770 {
3771 "ADValue": "CP2_VPCIE",
3772 "Callouts": [
3773 {
3774 "CalloutList": [
3775 { "Priority": "high", "LocCode": "P0-C16" },
3776 {
3777 "Priority": "medium",
3778 "LocCode": "P0-C19"
3779 },
3780 { "Priority": "low", "LocCode": "P0" }
3781 ]
3782 }
3783 ]
3784 },
3785 {
3786 "ADValue": "CP3_VPCIE",
3787 "Callouts": [
3788 {
3789 "CalloutList": [
3790 { "Priority": "high", "LocCode": "P0-C58" },
3791 {
3792 "Priority": "medium",
3793 "LocCode": "P0-C56"
3794 },
3795 { "Priority": "low", "LocCode": "P0" }
3796 ]
3797 }
3798 ]
Jim Wright9b779e42022-12-16 17:50:23 -06003799 },
3800 {
3801 "ADValue": "5.0VCS",
3802 "Callouts": [
3803 {
3804 "CalloutList": [
3805 { "Priority": "high", "LocCode": "P0" }
3806 ]
3807 }
3808 ]
3809 },
3810 {
3811 "ADValue": "PCIE_VDD0",
3812 "Callouts": [
3813 {
3814 "CalloutList": [
3815 {
3816 "Priority": "high",
3817 "SymbolicFRU": "pcie_hot_plug"
3818 },
3819 { "Priority": "medium", "LocCode": "P0" }
3820 ]
3821 }
3822 ]
3823 },
3824 {
3825 "ADValue": "PCIE_CORE",
3826 "Callouts": [
3827 {
3828 "CalloutList": [
3829 {
3830 "Priority": "high",
3831 "SymbolicFRU": "pcie_hot_plug"
3832 },
3833 { "Priority": "medium", "LocCode": "P0" }
3834 ]
3835 }
3836 ]
3837 },
3838 {
3839 "ADValue": "AVDD",
3840 "Callouts": [
3841 {
3842 "CalloutList": [
3843 { "Priority": "high", "LocCode": "P0-C5" },
3844 { "Priority": "medium", "LocCode": "P0" }
3845 ]
3846 }
3847 ]
3848 },
3849 {
3850 "ADValue": "VDN",
3851 "Callouts": [
3852 {
3853 "CalloutList": [
3854 { "Priority": "high", "LocCode": "P0-C5" },
3855 { "Priority": "medium", "LocCode": "P0" }
3856 ]
3857 }
3858 ]
3859 },
3860 {
3861 "ADValue": "VDDA",
3862 "Callouts": [
3863 {
3864 "CalloutList": [
3865 { "Priority": "high", "LocCode": "P0-C5" },
3866 { "Priority": "medium", "LocCode": "P0" }
3867 ]
3868 }
3869 ]
3870 },
3871 {
3872 "ADValue": "VDDB",
3873 "Callouts": [
3874 {
3875 "CalloutList": [
3876 { "Priority": "high", "LocCode": "P0-C5" },
3877 { "Priority": "medium", "LocCode": "P0" }
3878 ]
3879 }
3880 ]
3881 },
3882 {
3883 "ADValue": "VCS",
3884 "Callouts": [
3885 {
3886 "CalloutList": [
3887 { "Priority": "high", "LocCode": "P0-C5" },
3888 { "Priority": "medium", "LocCode": "P0" }
3889 ]
3890 }
3891 ]
3892 },
3893 {
3894 "ADValue": "VIO",
3895 "Callouts": [
3896 {
3897 "CalloutList": [
3898 { "Priority": "high", "LocCode": "P0-C5" },
3899 { "Priority": "medium", "LocCode": "P0" }
3900 ]
3901 }
3902 ]
3903 },
3904 {
3905 "ADValue": "VPCIE",
3906 "Callouts": [
3907 {
3908 "CalloutList": [
3909 { "Priority": "high", "LocCode": "P0-C5" },
3910 { "Priority": "medium", "LocCode": "P0" }
3911 ]
3912 }
3913 ]
3914 },
3915 {
3916 "ADValue": "PMIC2",
3917 "Callouts": [
3918 {
3919 "CalloutList": [
3920 { "Priority": "high", "LocCode": "P0" },
3921 {
3922 "Priority": "medium",
3923 "LocCode": "memory_dimm"
3924 }
3925 ]
3926 }
3927 ]
3928 },
3929 {
3930 "ADValue": "PMIC3",
3931 "Callouts": [
3932 {
3933 "CalloutList": [
3934 { "Priority": "high", "LocCode": "P0" },
3935 {
3936 "Priority": "medium",
3937 "LocCode": "memory_dimm"
3938 }
3939 ]
3940 }
3941 ]
3942 },
3943 {
3944 "ADValue": "VDDR1",
3945 "Callouts": [
3946 {
3947 "CalloutList": [
3948 { "Priority": "high", "LocCode": "P0" },
3949 {
3950 "Priority": "medium",
3951 "LocCode": "memory_dimm"
3952 }
3953 ]
3954 }
3955 ]
3956 },
3957 {
3958 "ADValue": "VDDR0",
3959 "Callouts": [
3960 {
3961 "CalloutList": [
3962 { "Priority": "high", "LocCode": "P0" },
3963 {
3964 "Priority": "medium",
3965 "LocCode": "memory_dimm"
3966 }
3967 ]
3968 }
3969 ]
Jim Wright7f678902020-11-30 16:03:57 -06003970 }
3971 ]
3972 },
3973
3974 "Documentation": {
3975 "Description": "The power sequencer chip detected a voltage fault",
3976 "Message": "The power sequencer chip detected a voltage fault",
Patrick Williams26919f02022-12-08 06:12:43 -06003977 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06003978 },
3979
3980 "JournalCapture": {
3981 "Sections": [
3982 {
3983 "SyslogID": "phosphor-psu-monitor",
3984 "NumLines": 30
3985 },
3986 {
3987 "SyslogID": "phosphor-power-control",
3988 "NumLines": 30
3989 },
3990 {
3991 "SyslogID": "phosphor-chassis-state-manager",
3992 "NumLines": 15
3993 },
3994 {
3995 "SyslogID": "systemd",
3996 "NumLines": 15
3997 },
3998 {
3999 "SyslogID": "phosphor-regulators",
4000 "NumLines": 5
4001 }
4002 ]
Jim Wright7f678902020-11-30 16:03:57 -06004003 }
4004 },
4005
4006 {
Shawn McCarney7f1ec942021-07-28 13:33:34 -05004007 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.N",
4008 "Subsystem": "power",
4009 "Severity": "predictive_redundancy_loss",
4010 "ComponentID": "0x2700",
4011
4012 "SRC": {
4013 "Type": "11",
4014 "ReasonCode": "0x2700",
Matt Spinler04ac4e32023-04-14 14:16:37 -05004015 "Words6To9": {},
4016 "DeconfigFlag": true
Shawn McCarney7f1ec942021-07-28 13:33:34 -05004017 },
4018
4019 "Documentation": {
4020 "Description": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
4021 "Message": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
4022 "Notes": [
4023 "CALLOUT_INVENTORY_PATH should be specified in the ",
4024 "AdditionalData property of the event log so that ",
4025 "the device is called out but not the communication path."
4026 ]
4027 }
4028 },
4029
4030 {
4031 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.NPlus1",
4032 "Subsystem": "power",
4033 "Severity": "non_error",
4034 "MfgSeverity": "predictive_redundancy_loss",
4035 "ActionFlags": ["report"],
4036 "MfgActionFlags": ["service_action", "report", "call_home"],
4037 "ComponentID": "0x2700",
4038
4039 "SRC": {
4040 "Type": "11",
4041 "ReasonCode": "0x2701",
4042 "Words6To9": {}
4043 },
4044
4045 "Documentation": {
4046 "Description": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
4047 "Message": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
4048 "Notes": [
4049 "CALLOUT_INVENTORY_PATH should be specified in the ",
4050 "AdditionalData property of the event log so that ",
4051 "the device is called out but not the communication path."
4052 ]
4053 }
4054 },
4055
4056 {
Shawn McCarney01648f52020-06-25 11:42:02 -05004057 "Name": "xyz.openbmc_project.Power.Regulators.Error.WriteVerification",
4058 "Subsystem": "power",
4059 "ComponentID": "0x2700",
4060
4061 "SRC": {
4062 "Type": "11",
4063 "ReasonCode": "0x2900",
Matt Spinler04ac4e32023-04-14 14:16:37 -05004064 "Words6To9": {},
4065 "DeconfigFlag": true
Shawn McCarney01648f52020-06-25 11:42:02 -05004066 },
4067
4068 "Documentation": {
4069 "Description": "A write verification error occurred on a device",
4070 "Message": "A write verification error occurred on a device",
4071 "Notes": [
4072 "This error occurs when a device register is written, ",
4073 "read back, and the two values do not match. This is ",
4074 "also called a read-back error. The device should be ",
4075 "identified using the CALLOUT_DEVICE_PATH or ",
4076 "CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR keywords in the ",
4077 "AdditionalData property of the event log. This will ",
4078 "cause the device and the hardware in the communication ",
4079 "path to be called out."
4080 ]
4081 }
4082 },
4083
4084 {
Shawn McCarneye4022182022-01-31 19:09:01 -06004085 "Name": "xyz.openbmc_project.Power.UPS.Error.Battery.Discharging",
4086 "Subsystem": "power",
4087 "Severity": "non_error",
4088 "ActionFlags": ["report"],
4089 "ComponentID": "0x2700",
4090
4091 "SRC": {
4092 "Type": "11",
4093 "ReasonCode": "0x4201",
4094 "Words6To9": {}
4095 },
4096
4097 "Documentation": {
4098 "Description": "The Uninterruptible Power Supply (UPS) battery is discharging and providing power to the system due to a utility failure",
4099 "Message": "The Uninterruptible Power Supply (UPS) battery is discharging and providing power to the system due to a utility failure",
Patrick Williams26919f02022-12-08 06:12:43 -06004100 "Notes": []
Shawn McCarneye4022182022-01-31 19:09:01 -06004101 }
4102 },
4103
4104 {
4105 "Name": "xyz.openbmc_project.Power.UPS.Error.Battery.Low",
4106 "Subsystem": "power",
4107 "Severity": "non_error",
4108 "ActionFlags": ["report"],
4109 "ComponentID": "0x2700",
4110
4111 "SRC": {
4112 "Type": "11",
4113 "ReasonCode": "0x4203",
4114 "Words6To9": {}
4115 },
4116
4117 "Documentation": {
4118 "Description": "The Uninterruptible Power Supply (UPS) battery level is low",
4119 "Message": "The Uninterruptible Power Supply (UPS) battery level is low",
Patrick Williams26919f02022-12-08 06:12:43 -06004120 "Notes": []
Shawn McCarneye4022182022-01-31 19:09:01 -06004121 }
4122 },
4123
4124 {
Shawn McCarney01648f52020-06-25 11:42:02 -05004125 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile",
4126 "Subsystem": "power",
4127 "ComponentID": "0x2700",
4128
4129 "SRC": {
4130 "Type": "11",
4131 "ReasonCode": "0xA013",
4132 "Words6To9": {}
4133 },
4134
4135 "Callouts": [
4136 {
4137 "CalloutList": [
4138 { "Priority": "high", "Procedure": "bmc_code" }
4139 ]
4140 }
4141 ],
4142
4143 "Documentation": {
4144 "Description": "A regulators configuration file error occurred",
4145 "Message": "A regulators configuration file error occurred",
4146 "Notes": [
4147 "The regulators configuration file could not be found, ",
4148 "could not be read, or had invalid contents."
4149 ]
4150 }
4151 },
4152
4153 {
Shawn McCarney82e31d82021-02-19 16:25:55 -06004154 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile.Critical",
4155 "Subsystem": "power",
4156 "Severity": "critical_system_term",
4157 "ComponentID": "0x2700",
4158
4159 "SRC": {
4160 "Type": "11",
4161 "ReasonCode": "0xA014",
Mike Cappsa2d7b772022-03-07 15:47:48 -05004162 "Words6To9": {}
Shawn McCarney82e31d82021-02-19 16:25:55 -06004163 },
4164
4165 "Callouts": [
4166 {
4167 "CalloutList": [
4168 { "Priority": "high", "Procedure": "bmc_code" }
4169 ]
4170 }
4171 ],
4172
4173 "Documentation": {
4174 "Description": "A critical regulators configuration file error occurred",
4175 "Message": "A critical regulators configuration file error occurred",
4176 "Notes": [
4177 "The regulators configuration file could not be found, ",
4178 "could not be read, or had invalid contents. As a result ",
4179 "voltage regulators could not be configured, and the ",
4180 "chassis could not be powered on."
4181 ]
4182 }
4183 },
4184
4185 {
Jim Wright7f678902020-11-30 16:03:57 -06004186 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerFault",
4187 "Subsystem": "power_sequencer",
4188 "ComponentID": "0x2700",
4189
4190 "SRC": {
4191 "Type": "11",
4192 "ReasonCode": "0xD000",
4193 "Words6To9": {}
4194 },
4195
4196 "Callouts": [
4197 {
Patrick Williams26919f02022-12-08 06:12:43 -06004198 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Jim Wright7f678902020-11-30 16:03:57 -06004199 }
4200 ],
4201
4202 "Documentation": {
4203 "Description": "The power sequencer chip detected a fault",
4204 "Message": "The power sequencer chip detected a fault",
Patrick Williams26919f02022-12-08 06:12:43 -06004205 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06004206 },
4207
4208 "JournalCapture": {
4209 "Sections": [
4210 {
4211 "SyslogID": "phosphor-psu-monitor",
4212 "NumLines": 30
4213 },
4214 {
4215 "SyslogID": "phosphor-power-control",
4216 "NumLines": 30
4217 },
4218 {
4219 "SyslogID": "phosphor-chassis-state-manager",
4220 "NumLines": 15
4221 },
4222 {
4223 "SyslogID": "systemd",
4224 "NumLines": 15
4225 },
4226 {
4227 "SyslogID": "phosphor-regulators",
4228 "NumLines": 5
4229 }
4230 ]
Jim Wright7f678902020-11-30 16:03:57 -06004231 }
4232 },
4233
4234 {
Jim Wrightc1ba04f2021-11-12 15:31:32 -06004235 "Name": "xyz.openbmc_project.Power.Error.PowerOnTimeout",
Jim Wright7f678902020-11-30 16:03:57 -06004236 "Subsystem": "power_sequencer",
4237 "ComponentID": "0x2700",
Jim Wrightc1ba04f2021-11-12 15:31:32 -06004238 "Severity": "critical",
Jim Wright7f678902020-11-30 16:03:57 -06004239
4240 "SRC": {
4241 "Type": "11",
4242 "ReasonCode": "0xD002",
4243 "Words6To9": {}
4244 },
4245
4246 "Callouts": [
4247 {
Patrick Williams26919f02022-12-08 06:12:43 -06004248 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Jim Wright7f678902020-11-30 16:03:57 -06004249 }
4250 ],
4251
4252 "Documentation": {
Jim Wrightc1ba04f2021-11-12 15:31:32 -06004253 "Description": "System power failed to turn on within timeout period",
4254 "Message": "System power failed to turn on within timeout period",
Patrick Williams26919f02022-12-08 06:12:43 -06004255 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06004256 },
4257
4258 "JournalCapture": {
4259 "Sections": [
4260 {
4261 "SyslogID": "phosphor-psu-monitor",
4262 "NumLines": 30
4263 },
4264 {
4265 "SyslogID": "phosphor-power-control",
4266 "NumLines": 30
4267 },
4268 {
4269 "SyslogID": "phosphor-chassis-state-manager",
4270 "NumLines": 15
4271 },
4272 {
4273 "SyslogID": "systemd",
4274 "NumLines": 15
4275 },
4276 {
4277 "SyslogID": "phosphor-regulators",
4278 "NumLines": 5
4279 }
4280 ]
Jim Wrightc1ba04f2021-11-12 15:31:32 -06004281 }
4282 },
4283
4284 {
4285 "Name": "xyz.openbmc_project.Power.Error.PowerOffTimeout",
4286 "Subsystem": "power_sequencer",
4287 "ComponentID": "0x2700",
4288 "Severity": "critical",
4289
4290 "SRC": {
4291 "Type": "11",
4292 "ReasonCode": "0xD008",
4293 "Words6To9": {}
4294 },
4295
4296 "Callouts": [
4297 {
Patrick Williams26919f02022-12-08 06:12:43 -06004298 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Jim Wrightc1ba04f2021-11-12 15:31:32 -06004299 }
4300 ],
4301
4302 "Documentation": {
4303 "Description": "System power failed to turn off within timeout period",
4304 "Message": "System power failed to turn off within timeout period",
Patrick Williams26919f02022-12-08 06:12:43 -06004305 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06004306 },
4307
4308 "JournalCapture": {
4309 "Sections": [
4310 {
4311 "SyslogID": "phosphor-psu-monitor",
4312 "NumLines": 30
4313 },
4314 {
4315 "SyslogID": "phosphor-power-control",
4316 "NumLines": 30
4317 },
4318 {
4319 "SyslogID": "phosphor-chassis-state-manager",
4320 "NumLines": 15
4321 },
4322 {
4323 "SyslogID": "systemd",
4324 "NumLines": 15
4325 },
4326 {
4327 "SyslogID": "phosphor-regulators",
4328 "NumLines": 5
4329 }
4330 ]
Jim Wright7f678902020-11-30 16:03:57 -06004331 }
4332 },
4333
4334 {
Shawn McCarney01648f52020-06-25 11:42:02 -05004335 "Name": "xyz.openbmc_project.Power.Error.Internal",
4336 "Subsystem": "power",
4337 "ComponentID": "0x2700",
4338
4339 "SRC": {
4340 "Type": "11",
4341 "ReasonCode": "0xE000",
4342 "Words6To9": {}
4343 },
4344
4345 "Callouts": [
4346 {
4347 "CalloutList": [
4348 { "Priority": "high", "Procedure": "bmc_code" }
4349 ]
4350 }
4351 ],
4352
4353 "Documentation": {
4354 "Description": "An internal firmware error occurred",
4355 "Message": "An internal firmware error occurred",
4356 "Notes": [
4357 "The error details must be provided in the AdditionalData ",
4358 "property of the event log."
4359 ]
4360 }
4361 },
4362
4363 {
4364 "Name": "xyz.openbmc_project.Power.Error.I2C",
4365 "Subsystem": "cec_i2c",
4366 "ComponentID": "0x2700",
4367
4368 "SRC": {
4369 "Type": "11",
4370 "ReasonCode": "0xE100",
Matt Spinler04ac4e32023-04-14 14:16:37 -05004371 "Words6To9": {},
4372 "DeconfigFlag": true
Shawn McCarney01648f52020-06-25 11:42:02 -05004373 },
4374
4375 "Documentation": {
4376 "Description": "An I2C error occurred communicating with a device",
4377 "Message": "An I2C error occurred communicating with a device",
4378 "Notes": [
4379 "The device should be identified using the ",
4380 "CALLOUT_DEVICE_PATH or CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR ",
4381 "keywords in the AdditionalData property of the event ",
4382 "log. This will cause the device and the hardware in the ",
4383 "communication path to be called out."
4384 ]
4385 }
4386 },
4387
4388 {
4389 "Name": "xyz.openbmc_project.Power.Error.PMBus",
4390 "Subsystem": "power",
4391 "ComponentID": "0x2700",
4392
4393 "SRC": {
4394 "Type": "11",
4395 "ReasonCode": "0xE200",
Matt Spinler04ac4e32023-04-14 14:16:37 -05004396 "Words6To9": {},
4397 "DeconfigFlag": true
Shawn McCarney01648f52020-06-25 11:42:02 -05004398 },
4399
4400 "Documentation": {
4401 "Description": "A PMBus error occurred on a device",
4402 "Message": "A PMBus error occurred on a device",
4403 "Notes": [
4404 "This error occurs when the I2C communication was ",
4405 "successful, but the PMBus value read is invalid or ",
4406 "unsupported. CALLOUT_INVENTORY_PATH should be specified ",
4407 "in the AdditionalData property of the event log so that ",
4408 "the device is called out but not the communication path."
4409 ]
4410 }
4411 },
4412
4413 {
4414 "Name": "xyz.openbmc_project.Power.Error.DBus",
4415 "Subsystem": "power",
4416 "ComponentID": "0x2700",
4417
4418 "SRC": {
4419 "Type": "11",
4420 "ReasonCode": "0xE300",
4421 "Words6To9": {}
4422 },
4423
4424 "Callouts": [
4425 {
4426 "CalloutList": [
4427 { "Priority": "high", "Procedure": "bmc_code" }
4428 ]
4429 }
4430 ],
4431
4432 "Documentation": {
4433 "Description": "A firmware inter-process communication (D-Bus) error occurred",
4434 "Message": "A firmware inter-process communication (D-Bus) error occurred"
4435 }
Matt Spinler60d1c392020-09-23 15:23:24 -05004436 },
4437
4438 {
Matt Spinler7c9c07e2020-10-22 10:16:37 -05004439 "Name": "xyz.openbmc_project.Fan.Error.Fault",
4440 "Subsystem": "power_fans",
4441 "ComponentID": "0x2800",
4442
4443 "SRC": {
4444 "Type": "11",
4445 "ReasonCode": "0x76F0",
Matt Spinler04ac4e32023-04-14 14:16:37 -05004446 "Words6To9": {},
4447 "DeconfigFlag": true
Matt Spinler7c9c07e2020-10-22 10:16:37 -05004448 },
4449
4450 "Documentation": {
4451 "Description": "Fan rotor fault",
4452 "Message": "Fan rotor fault",
4453 "Notes": [
4454 "This error occurs when a fan rotor has been faulted for a ",
4455 "certain amount of time. The callout is the fan which is ",
4456 "passed in with CALLOUT_INVENTORY_PATH. The severity is ",
4457 "passed in during creation and will be either informational ",
4458 "or unrecoverable. The action flags use the defaults and ",
4459 "vary based on the severity."
4460 ]
4461 }
4462 },
4463
4464 {
Matt Spinler60d1c392020-09-23 15:23:24 -05004465 "Name": "xyz.openbmc_project.Fan.Error.Missing",
4466 "Subsystem": "power_fans",
4467 "ComponentID": "0x2800",
4468 "Severity": "unrecoverable_redundancy_loss",
4469 "ActionFlags": ["service_action", "report", "call_home"],
4470
4471 "SRC": {
4472 "Type": "11",
4473 "ReasonCode": "0x76F1",
Matt Spinler04ac4e32023-04-14 14:16:37 -05004474 "Words6To9": {},
4475 "DeconfigFlag": true
Matt Spinler60d1c392020-09-23 15:23:24 -05004476 },
4477
4478 "Callouts": [
4479 {
Matt Spinler938ac792021-05-12 10:46:44 -05004480 "System": "ibm,rainier",
Matt Spinler60d1c392020-09-23 15:23:24 -05004481 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -05004482 {
Patrick Williams26919f02022-12-08 06:12:43 -06004483 "Priority": "high",
4484 "SymbolicFRUTrusted": "air_mover",
4485 "UseInventoryLocCode": true
Matt Spinler80600192020-10-23 09:29:33 -05004486 },
4487 {
4488 "Priority": "low",
4489 "LocCode": "P0"
4490 }
Matt Spinler60d1c392020-09-23 15:23:24 -05004491 ]
Matt Spinler938ac792021-05-12 10:46:44 -05004492 },
4493 {
4494 "System": "ibm,everest",
4495 "CalloutList": [
4496 {
Patrick Williams26919f02022-12-08 06:12:43 -06004497 "Priority": "high",
4498 "SymbolicFRUTrusted": "air_mover",
4499 "UseInventoryLocCode": true
Matt Spinler938ac792021-05-12 10:46:44 -05004500 },
4501 {
4502 "Priority": "low",
4503 "LocCode": "P1"
4504 }
4505 ]
Matt Spinler0600cf72023-04-10 11:22:33 -05004506 },
4507 {
4508 "System": "ibm,bonnell",
4509 "CalloutList": [
4510 {
4511 "Priority": "high",
4512 "SymbolicFRUTrusted": "air_mover",
4513 "UseInventoryLocCode": true
4514 },
4515 {
4516 "Priority": "low",
4517 "LocCode": "P0"
4518 }
4519 ]
Matt Spinler60d1c392020-09-23 15:23:24 -05004520 }
4521 ],
4522
4523 "Documentation": {
4524 "Description": "A fan is missing",
4525 "Message": "A fan is missing",
4526 "Notes": [
4527 "This error occurs when a fan has been missing for a ",
Matt Spinler80600192020-10-23 09:29:33 -05004528 "certain amount of time. The first callout is the ",
4529 "symbolic FRU AIR_MOVR that has the trusted fan location ",
4530 "code, which it gets using the passed in ",
4531 "CALLOUT_INVENTORY_PATH. The second callout is the FRU ",
Matt Spinler938ac792021-05-12 10:46:44 -05004532 "where the controller and GPIO expander are."
Matt Spinler60d1c392020-09-23 15:23:24 -05004533 ]
4534 }
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004535 },
4536
4537 {
Matt Spinleradf070b2021-04-21 13:39:45 -05004538 "Name": "xyz.openbmc_project.Fan.Presence.Error.Detection",
4539 "ComponentID": "0x2800",
4540 "Subsystem": "power_fans",
4541 "Severity": "non_error",
4542 "ActionFlags": ["report"],
4543 "MfgSeverity": "predictive",
4544 "MfgActionFlags": ["service_action", "report"],
4545
4546 "SRC": {
4547 "Type": "11",
4548 "ReasonCode": "0x76F2",
4549 "Words6To9": {}
4550 },
4551
4552 "Callouts": [
4553 {
4554 "System": "ibm,rainier",
Patrick Williams26919f02022-12-08 06:12:43 -06004555 "CalloutList": [{ "Priority": "medium", "LocCode": "P0" }]
Matt Spinleradf070b2021-04-21 13:39:45 -05004556 },
4557 {
4558 "System": "ibm,everest",
Patrick Williams26919f02022-12-08 06:12:43 -06004559 "CalloutList": [{ "Priority": "medium", "LocCode": "P1" }]
Matt Spinler0600cf72023-04-10 11:22:33 -05004560 },
4561 {
4562 "System": "ibm,bonnell",
4563 "CalloutList": [{ "Priority": "medium", "LocCode": "P0" }]
Matt Spinleradf070b2021-04-21 13:39:45 -05004564 }
4565 ],
4566
4567 "Documentation": {
4568 "Description": "Presence detect methods for the same fan disagree",
4569 "Message": "Presence detect methods for the same fan disagree",
4570 "Notes": [
4571 "This error occurs when there is more than one way to detect",
4572 "fan presence, and they don't all agree. For example, the",
4573 "GPIO says a fan isn't present, but the tach readings are",
4574 "nonzero. This is informational, unless in manufacturing.",
4575 "The fan FRU is passed in as a high priority callout.",
4576 "The FRU the GPIO source is on is called out medium."
4577 ]
4578 }
4579 },
4580
4581 {
Matt Spinlerdde99202021-06-14 12:15:59 -06004582 "Name": "xyz.openbmc_project.Fan.Error.FanControllerOffline",
4583 "ComponentID": "0x2800",
4584 "Subsystem": "power_fans",
4585 "Severity": "critical_system_term",
4586 "ActionFlags": ["service_action", "report", "call_home"],
4587
4588 "SRC": {
4589 "Type": "11",
4590 "ReasonCode": "0x76F3",
Mike Cappsa2d7b772022-03-07 15:47:48 -05004591 "Words6To9": {}
Matt Spinlerdde99202021-06-14 12:15:59 -06004592 },
4593
4594 "Callouts": [
4595 {
4596 "System": "ibm,rainier",
4597 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004598 { "Priority": "high", "LocCode": "P0-C5" },
4599 {
4600 "Priority": "medium_group_a",
4601 "LocCode": "P0-T12",
4602 "SymbolicFRUTrusted": "fan_cable"
4603 },
4604 {
4605 "Priority": "medium_group_a",
4606 "LocCode": "P0-T17",
4607 "SymbolicFRUTrusted": "cable_continued"
4608 },
4609 { "Priority": "low", "LocCode": "P0" }
Matt Spinlerdde99202021-06-14 12:15:59 -06004610 ]
4611 },
4612 {
4613 "System": "ibm,everest",
4614 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004615 { "Priority": "high", "LocCode": "P0-C0" },
4616 { "Priority": "medium", "LocCode": "P1" },
4617 { "Priority": "low", "LocCode": "P0" }
Matt Spinlerdde99202021-06-14 12:15:59 -06004618 ]
Matt Spinler0600cf72023-04-10 11:22:33 -05004619 },
4620 {
4621 "System": "ibm,bonnell",
4622 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Matt Spinlerdde99202021-06-14 12:15:59 -06004623 }
4624 ],
4625
4626 "Documentation": {
4627 "Description": "The fan controller device is offline",
4628 "Message": "The fan controller is offline. The system must be powered off.",
4629 "Notes": [
4630 "The device that controls the fans is offline so the fan",
4631 "targets and speeds are unknown. The system will be shut",
4632 "down to preserve thermal safety. There may be an I2C",
4633 "or power problem with the device."
4634 ]
4635 }
4636 },
4637
4638 {
Patrick Williams26919f02022-12-08 06:12:43 -06004639 "Name": "xyz.openbmc_project.Fan.Presence.Error.GPIODeviceUnavailable",
4640 "Subsystem": "power_fans",
4641 "ComponentID": "0x2800",
4642 "Severity": "unrecoverable_redundancy_loss",
4643 "ActionFlags": ["service_action", "report", "call_home"],
Mike Cappsabc276e2021-06-18 16:41:30 -04004644
Patrick Williams26919f02022-12-08 06:12:43 -06004645 "SRC": {
4646 "Type": "11",
4647 "ReasonCode": "0x76F4",
4648 "Words6To9": {}
4649 },
Mike Cappsabc276e2021-06-18 16:41:30 -04004650
Patrick Williams26919f02022-12-08 06:12:43 -06004651 "Callouts": [
4652 {
4653 "System": "ibm,rainier",
4654 "CalloutList": [
4655 { "Priority": "high", "LocCode": "P0-C5" },
4656 {
4657 "Priority": "medium_group_a",
4658 "LocCode": "P0-T12",
4659 "SymbolicFRUTrusted": "fan_cable"
4660 },
4661 {
4662 "Priority": "medium_group_a",
4663 "LocCode": "P0-T17",
4664 "SymbolicFRUTrusted": "cable_continued"
4665 },
4666 { "Priority": "low", "LocCode": "P0" }
4667 ]
4668 },
4669 {
4670 "System": "ibm,everest",
4671 "CalloutList": [
4672 { "Priority": "high", "LocCode": "P0-C0" },
4673 { "Priority": "medium", "LocCode": "P1" },
4674 { "Priority": "low", "LocCode": "P0" }
4675 ]
Matt Spinler0600cf72023-04-10 11:22:33 -05004676 },
4677 {
4678 "System": "ibm,bonnell",
4679 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Patrick Williams26919f02022-12-08 06:12:43 -06004680 }
4681 ],
Mike Cappsabc276e2021-06-18 16:41:30 -04004682
Patrick Williams26919f02022-12-08 06:12:43 -06004683 "Documentation": {
4684 "Description": "Fan GPIO sensors not present",
4685 "Message": "Fan GPIO sensors not present",
4686 "Notes": [
4687 "The device that reports fan presence is not functioning."
4688 ]
4689 }
Mike Cappsabc276e2021-06-18 16:41:30 -04004690 },
4691
4692 {
Matt Spinler86e40dd2021-01-29 11:19:36 -06004693 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHigh",
4694 "Subsystem": "power",
4695 "ComponentID": "0x2800",
4696 "Severity": "predictive",
4697 "ActionFlags": ["service_action", "report"],
4698
4699 "SRC": {
4700 "ReasonCode": "0x2801",
4701 "Words6To9": {}
4702 },
4703
4704 "CalloutsUsingAD": {
4705 "ADName": "SENSOR_NAME",
4706 "CalloutsWithTheirADValues": [
4707 {
4708 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4709 "Callouts": [
4710 {
4711 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004712 {
4713 "Priority": "high",
4714 "SymbolicFRU": "ambient_temp"
4715 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004716 ]
4717 }
4718 ]
4719 }
Matt Spinlerc13bb1c2022-08-01 10:33:09 -05004720 ],
4721 "CalloutsWhenNoADMatch": [
4722 {
4723 "CalloutList": [
4724 {
4725 "Priority": "high",
4726 "SymbolicFRU": "overtemp"
4727 }
4728 ]
4729 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004730 ]
4731 },
4732
4733 "Documentation": {
4734 "Description": "A temperature sensor exceeded its performance loss threshold.",
4735 "Message": "A temperature sensor exceeded its performance loss threshold.",
4736 "Notes": [
4737 "A temperature sensor crossed its performance loss threshold value",
4738 "If it is the ambient sensor, then a symbolic FRU will be added.",
4739 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
4740 "a FRU callout."
4741 ]
4742 }
4743 },
4744
4745 {
4746 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHighClear",
4747 "Subsystem": "power",
4748 "ComponentID": "0x2800",
4749 "Severity": "non_error",
4750 "ActionFlags": ["report"],
4751 "EventType": "env_normal",
4752
4753 "SRC": {
4754 "ReasonCode": "0x2802",
4755 "Words6To9": {}
4756 },
4757
4758 "CalloutsUsingAD": {
4759 "ADName": "SENSOR_NAME",
4760 "CalloutsWithTheirADValues": [
4761 {
4762 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4763 "Callouts": [
4764 {
4765 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004766 {
4767 "Priority": "high",
4768 "SymbolicFRU": "ambient_temp_back"
4769 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004770 ]
4771 }
4772 ]
4773 }
4774 ]
4775 },
4776
4777 "Documentation": {
4778 "Description": "A temperature sensor is under its performance loss threshold.",
4779 "Message": "A temperature sensor is under its performance loss threshold.",
4780 "Notes": [
4781 "A temperature sensor crossed under its performance loss threshold value",
4782 "If it is the ambient sensor, then a symbolic FRU will be added."
4783 ]
4784 }
4785 },
4786
4787 {
4788 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHigh",
4789 "Subsystem": "power",
4790 "ComponentID": "0x2800",
4791 "Severity": "predictive",
4792 "ActionFlags": ["service_action", "report"],
4793
4794 "SRC": {
4795 "ReasonCode": "0x2803",
4796 "Words6To9": {}
4797 },
4798
4799 "CalloutsUsingAD": {
4800 "ADName": "SENSOR_NAME",
4801 "CalloutsWithTheirADValues": [
4802 {
4803 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4804 "Callouts": [
4805 {
4806 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004807 {
4808 "Priority": "high",
4809 "SymbolicFRU": "ambient_temp"
4810 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004811 ]
4812 }
4813 ]
4814 }
Matt Spinlerc13bb1c2022-08-01 10:33:09 -05004815 ],
4816 "CalloutsWhenNoADMatch": [
4817 {
4818 "CalloutList": [
4819 {
4820 "Priority": "high",
4821 "SymbolicFRU": "overtemp"
4822 }
4823 ]
4824 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004825 ]
4826 },
4827
4828 "Documentation": {
4829 "Description": "A temperature sensor exceeded its warning threshold.",
4830 "Message": "A temperature sensor exceeded its warning threshold.",
4831 "Notes": [
4832 "A temperature sensor crossed its warning threshold value",
4833 "If it is the ambient sensor, then a symbolic FRU will be added.",
4834 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
4835 "a FRU callout."
4836 ]
4837 }
4838 },
4839
4840 {
4841 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHighClear",
4842 "Subsystem": "power",
4843 "ComponentID": "0x2800",
4844 "Severity": "non_error",
4845 "ActionFlags": ["report"],
4846 "EventType": "env_normal",
4847
4848 "SRC": {
4849 "ReasonCode": "0x2804",
4850 "Words6To9": {}
4851 },
4852
4853 "CalloutsUsingAD": {
4854 "ADName": "SENSOR_NAME",
4855 "CalloutsWithTheirADValues": [
4856 {
4857 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4858 "Callouts": [
4859 {
4860 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004861 {
4862 "Priority": "high",
4863 "SymbolicFRU": "ambient_temp_back"
4864 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004865 ]
4866 }
4867 ]
4868 }
4869 ]
4870 },
4871
4872 "Documentation": {
4873 "Description": "A temperature sensor is under its warning threshold.",
4874 "Message": "A temperature sensor is under its warning threshold.",
4875 "Notes": [
4876 "A temperature sensor crossed under its warning threshold value",
4877 "If it is the ambient sensor, then a symbolic FRU will be added."
4878 ]
4879 }
4880 },
4881
4882 {
4883 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHigh",
4884 "Subsystem": "power",
4885 "ComponentID": "0x2800",
4886 "Severity": "predictive",
4887 "ActionFlags": ["service_action", "report"],
4888
4889 "SRC": {
4890 "ReasonCode": "0x2805",
4891 "Words6To9": {}
4892 },
4893
4894 "CalloutsUsingAD": {
4895 "ADName": "SENSOR_NAME",
4896 "CalloutsWithTheirADValues": [
4897 {
4898 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4899 "Callouts": [
4900 {
4901 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004902 {
4903 "Priority": "high",
4904 "SymbolicFRU": "ambient_temp"
4905 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004906 ]
4907 }
4908 ]
4909 }
Matt Spinlerc13bb1c2022-08-01 10:33:09 -05004910 ],
4911 "CalloutsWhenNoADMatch": [
4912 {
4913 "CalloutList": [
4914 {
4915 "Priority": "high",
4916 "SymbolicFRU": "overtemp"
4917 }
4918 ]
4919 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004920 ]
4921 },
4922
4923 "Documentation": {
4924 "Description": "A temperature sensor exceeded its critical threshold.",
4925 "Message": "A temperature sensor exceeded its critical threshold.",
4926 "Notes": [
4927 "A temperature sensor crossed its critical threshold value",
4928 "If it is the ambient sensor, then a symbolic FRU will be added.",
4929 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
4930 "a FRU callout."
4931 ]
4932 }
4933 },
4934
4935 {
4936 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHighClear",
4937 "Subsystem": "power",
4938 "ComponentID": "0x2800",
4939 "Severity": "non_error",
4940 "ActionFlags": ["report"],
4941 "EventType": "env_normal",
4942
4943 "SRC": {
4944 "ReasonCode": "0x2806",
4945 "Words6To9": {}
4946 },
4947
4948 "CalloutsUsingAD": {
4949 "ADName": "SENSOR_NAME",
4950 "CalloutsWithTheirADValues": [
4951 {
4952 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4953 "Callouts": [
4954 {
4955 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004956 {
4957 "Priority": "high",
4958 "SymbolicFRU": "ambient_temp_back"
4959 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004960 ]
4961 }
4962 ]
4963 }
4964 ]
4965 },
4966
4967 "Documentation": {
4968 "Description": "A temperature sensor is under its critical threshold.",
4969 "Message": "A temperature sensor is under its critical threshold.",
4970 "Notes": [
4971 "A temperature sensor crossed under its critical threshold value",
4972 "If it is the ambient sensor, then a symbolic FRU will be added."
4973 ]
4974 }
4975 },
4976
4977 {
Matt Spinler6b3490a2021-01-20 10:48:26 -06004978 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHigh",
4979 "Subsystem": "power",
4980 "ComponentID": "0x2800",
4981 "Severity": "predictive",
4982 "ActionFlags": ["service_action", "report"],
4983
4984 "SRC": {
4985 "ReasonCode": "0x2807",
4986 "Words6To9": {}
4987 },
4988
4989 "Callouts": [
4990 {
4991 "CalloutList": [
4992 {
Patrick Williams26919f02022-12-08 06:12:43 -06004993 "Priority": "high",
4994 "SymbolicFRU": "ambient_temp"
Matt Spinler6b3490a2021-01-20 10:48:26 -06004995 }
4996 ]
4997 }
4998 ],
4999
5000 "Documentation": {
5001 "Description": "The ambient temperature passed the EPOW3 limit.",
5002 "Message": "The ambient temperature passed the EPOW3 limit. The system will shut down if temp doesn't decrease.",
5003 "Notes": [
5004 "This error occurs when the ambient temperature surpassed",
5005 "the EPOW3 shutdown limit."
5006 ]
5007 }
5008 },
5009
5010 {
5011 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHighClear",
5012 "Subsystem": "power",
5013 "ComponentID": "0x2800",
5014 "Severity": "non_error",
5015 "ActionFlags": ["report"],
5016 "EventType": "env_normal",
5017
5018 "SRC": {
5019 "ReasonCode": "0x2808",
5020 "Words6To9": {}
5021 },
5022
5023 "Callouts": [
5024 {
5025 "CalloutList": [
5026 {
Patrick Williams26919f02022-12-08 06:12:43 -06005027 "Priority": "high",
5028 "SymbolicFRU": "ambient_temp_back"
Matt Spinler6b3490a2021-01-20 10:48:26 -06005029 }
5030 ]
5031 }
5032 ],
5033
5034 "Documentation": {
5035 "Description": "The ambient temperature is back under the EPOW3 limit.",
5036 "Message": "The ambient temperature is back under the EPOW3 limit."
5037 }
5038 },
5039
5040 {
5041 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.HardShutdownAlarmHigh",
5042 "Subsystem": "power",
5043 "ComponentID": "0x2800",
Matt Spinler6b3490a2021-01-20 10:48:26 -06005044 "ActionFlags": ["service_action", "report"],
5045
5046 "SRC": {
5047 "ReasonCode": "0x2809",
5048 "Words6To9": {}
5049 },
5050
5051 "Callouts": [
5052 {
5053 "CalloutList": [
5054 {
Patrick Williams26919f02022-12-08 06:12:43 -06005055 "Priority": "high",
5056 "SymbolicFRU": "ambient_temp"
Matt Spinler6b3490a2021-01-20 10:48:26 -06005057 }
5058 ]
5059 }
5060 ],
5061
5062 "Documentation": {
5063 "Description": "The ambient temperature passed the EPOW4 limit.",
5064 "Message": "The ambient temperature passed the EPOW4 limit. The system will shut down",
5065 "Notes": [
5066 "This error occurs when the ambient temperature surpassed",
5067 "the EPOW4 shutdown limit."
5068 ]
5069 }
5070 },
5071
5072 {
Rashmica Guptab63f75b2021-08-18 20:54:21 +10005073 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHigh",
5074 "Subsystem": "ext_env",
5075 "ComponentID": "0x2800",
5076 "Severity": "predictive",
5077 "ActionFlags": ["service_action", "report"],
5078
5079 "SRC": {
5080 "ReasonCode": "0x280A",
5081 "Words6To9": {}
5082 },
5083
5084 "CalloutsUsingAD": {
5085 "ADName": "SENSOR_NAME",
5086 "CalloutsWithTheirADValues": [
5087 {
5088 "ADValue": "/xyz/openbmc_project/sensors/altitude/Altitude",
5089 "Callouts": [
5090 {
5091 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06005092 {
5093 "Priority": "high",
5094 "SymbolicFRU": "altitude"
5095 }
Rashmica Guptab63f75b2021-08-18 20:54:21 +10005096 ]
5097 }
5098 ]
5099 }
5100 ]
5101 },
5102
5103 "Documentation": {
5104 "Description": "An altitude sensor exceeded its warning threshold.",
5105 "Message": "An altitude sensor exceeded its warning threshold.",
5106 "Notes": [
5107 "The virtual altitude sensor crossed its warning threshold value",
5108 " and a symbolic FRU will be added."
5109 ]
5110 }
5111 },
5112
5113 {
5114 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHighClear",
5115 "Subsystem": "ext_env",
5116 "ComponentID": "0x2800",
5117 "Severity": "non_error",
5118 "ActionFlags": ["report"],
5119 "EventType": "env_normal",
5120
5121 "SRC": {
5122 "ReasonCode": "0x280B",
5123 "Words6To9": {}
5124 },
5125
5126 "Documentation": {
5127 "Description": "An altitude sensor is under its warning threshold.",
5128 "Message": "An altitude sensor is under its warning threshold.",
5129 "Notes": [
5130 "The virtual altitude sensor is under its warning threshold value",
5131 " and a symbolic FRU will be added."
5132 ]
5133 }
5134 },
5135
5136 {
Matt Spinler81331342021-10-05 14:09:56 -05005137 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLow",
5138 "Subsystem": "cec_tod",
5139 "ComponentID": "0x2800",
5140 "Severity": "predictive",
5141 "ActionFlags": ["service_action", "report"],
5142
5143 "SRC": {
5144 "ReasonCode": "0x280C",
5145 "Words6To9": {}
5146 },
5147
Matt Spinler81331342021-10-05 14:09:56 -05005148 "Documentation": {
5149 "Description": "A voltage sensor went below its critical low threshold.",
5150 "Message": "A voltage sensor went below its critical low threshold."
5151 }
5152 },
5153
5154 {
5155 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLowClear",
5156 "Subsystem": "cec_tod",
5157 "ComponentID": "0x2800",
5158 "Severity": "non_error",
5159 "ActionFlags": ["report"],
5160
5161 "SRC": {
5162 "ReasonCode": "0x280D",
5163 "Words6To9": {}
5164 },
5165
5166 "Documentation": {
5167 "Description": "A voltage sensor is over its critical low threshold.",
5168 "Message": "A voltage sensor is over its critical low threshold."
5169 }
5170 },
5171
5172 {
Matt Spinler1e792db2022-01-07 14:06:06 -06005173 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLow",
5174 "Subsystem": "power",
5175 "ComponentID": "0x2800",
5176 "Severity": "predictive",
5177 "ActionFlags": ["service_action", "report"],
5178
5179 "SRC": {
5180 "ReasonCode": "0x280E",
5181 "Words6To9": {}
5182 },
5183
5184 "Documentation": {
5185 "Description": "A temperature sensor is under its low warning threshold.",
5186 "Message": "A temperature sensor is under its low warning threshold.",
5187 "Notes": [
5188 "A temperature sensor crossed its low warning threshold value",
5189 "CALLOUT_INVENTORY_PATH will be passed in to add a FRU callout."
5190 ]
5191 }
5192 },
5193
5194 {
5195 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLowClear",
5196 "Subsystem": "power",
5197 "ComponentID": "0x2800",
5198 "Severity": "non_error",
5199 "ActionFlags": ["report"],
5200 "EventType": "env_normal",
5201
5202 "SRC": {
5203 "ReasonCode": "0x280F",
5204 "Words6To9": {}
5205 },
5206
5207 "Documentation": {
5208 "Description": "A temperature sensor is above its low warning threshold.",
5209 "Message": "A temperature sensor is above its low warning threshold.",
5210 "Notes": [
5211 "A temperature sensor crossed above its low warning threshold value."
5212 ]
5213 }
5214 },
5215
5216 {
5217 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalLow",
5218 "Subsystem": "power",
5219 "ComponentID": "0x2800",
5220 "Severity": "predictive",
5221 "ActionFlags": ["service_action", "report"],
5222
5223 "SRC": {
5224 "ReasonCode": "0x2810",
5225 "Words6To9": {}
5226 },
5227
5228 "Documentation": {
5229 "Description": "A temperature sensor is under its low critical threshold.",
5230 "Message": "A temperature sensor is under its low critical threshold.",
5231 "Notes": [
5232 "A temperature sensor crossed its low critical threshold value",
5233 "CALLOUT_INVENTORY_PATH will be passed in to add a FRU callout."
5234 ]
5235 }
5236 },
5237
5238 {
5239 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalLowClear",
5240 "Subsystem": "power",
5241 "ComponentID": "0x2800",
5242 "Severity": "non_error",
5243 "ActionFlags": ["report"],
5244 "EventType": "env_normal",
5245
5246 "SRC": {
5247 "ReasonCode": "0x2811",
5248 "Words6To9": {}
5249 },
5250
5251 "Documentation": {
5252 "Description": "A temperature sensor is over its low critical threshold.",
5253 "Message": "A temperature sensor is over its low critical threshold.",
5254 "Notes": [
5255 "A temperature sensor crossed above its critical threshold value"
5256 ]
5257 }
5258 },
5259
5260 {
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005261 "Name": "com.ibm.VPD.Error.InvalidEepromPath",
5262 "Subsystem": "cec_vpd",
5263 "ComponentID": "0x4000",
5264
5265 "SRC": {
5266 "ReasonCode": "0x4000",
Patrick Williams26919f02022-12-08 06:12:43 -06005267 "Words6To9": {
5268 "6": {
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005269 "Description": "Errno of the failure.",
5270 "AdditionalDataPropSource": "CALLOUT_ERRNO"
5271 }
5272 }
5273 },
5274
5275 "Documentation": {
Michael Limb264f062022-03-29 16:25:33 -05005276 "Description": "A path access error occurred",
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005277 "Message": "An EEPROM path access error occurred.",
5278 "Notes": [
5279 "This error occurs when parser is unable to access",
5280 "EEPROM path. Errno and device path are captured as",
5281 "additional data."
5282 ]
5283 }
5284 },
5285
5286 {
5287 "Name": "com.ibm.VPD.Error.InvalidVPD",
5288 "Subsystem": "cec_vpd",
5289 "ComponentID": "0x4000",
5290
5291 "SRC": {
5292 "ReasonCode": "0x4001",
Patrick Williams26919f02022-12-08 06:12:43 -06005293 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005294 },
5295
5296 "Documentation": {
5297 "Description": "Invalid VPD data.",
5298 "Message": "A VPD data exception occurred.",
5299 "Notes": [
5300 "This error occurs when VPD data is found to be",
5301 "invalid. This can be when VPD file is missing out",
5302 "mandatory records.Inventory path is captured in",
5303 "additional data."
5304 ]
5305 }
5306 },
5307
5308 {
5309 "Name": "com.ibm.VPD.Error.EccCheckFailed",
5310 "Subsystem": "cec_vpd",
5311 "ComponentID": "0x4000",
5312
5313 "SRC": {
5314 "ReasonCode": "0x4002",
Patrick Williams26919f02022-12-08 06:12:43 -06005315 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005316 },
5317
5318 "Documentation": {
5319 "Description": "Invalid VPD ecc data.",
5320 "Message": "A VPD ecc exception occurred.",
5321 "Notes": [
5322 "This error occurs when VPD ecc check fails for the FRU.",
5323 "Inventory path for the failed FRU is captured in additonal",
5324 "data."
5325 ]
5326 }
5327 },
5328
5329 {
5330 "Name": "com.ibm.VPD.Error.InvalidJson",
5331 "Subsystem": "cec_vpd",
5332 "ComponentID": "0x4000",
5333
5334 "SRC": {
5335 "ReasonCode": "0x4003",
Patrick Williams26919f02022-12-08 06:12:43 -06005336 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005337 },
5338
Matt Spinler834f3ed2022-01-26 16:18:02 -06005339 "Callouts": [
5340 {
5341 "CalloutList": [
5342 { "Priority": "high", "Procedure": "bmc_code" }
5343 ]
5344 }
5345 ],
5346
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005347 "Documentation": {
5348 "Description": "Invalid Json",
5349 "Message": "A Json failure occurred.",
5350 "Notes": [
5351 "This error occurs when parser fails to access",
5352 "Json file or there is any issue with Json data.",
5353 "Failed Json path and cause of failure is captured",
5354 "in additional data."
5355 ]
5356 }
5357 },
5358
5359 {
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005360 "Name": "com.ibm.VPD.Error.DefaultValue",
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005361 "Subsystem": "cec_vpd",
5362 "ComponentID": "0x4000",
5363
5364 "SRC": {
5365 "ReasonCode": "0x4004",
Patrick Williams26919f02022-12-08 06:12:43 -06005366 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005367 },
5368
Priyanga Ramasamy134e1e12022-12-02 07:03:39 -06005369 "Callouts": [
5370 {
5371 "CalloutList": [
5372 {
5373 "Priority": "high",
5374 "Procedure": "system_vpd_correction"
5375 }
5376 ]
5377 }
5378 ],
5379
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005380 "Documentation": {
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005381 "Description": "Default value found on VPD.",
5382 "Message": "Found default VPD.",
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005383 "Notes": [
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005384 "This error occurs when a default value found on VPD.",
5385 "Details regarding failure are captured in additional data."
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005386 ]
5387 }
5388 },
5389
5390 {
5391 "Name": "com.ibm.VPD.Error.DbusFailure",
5392 "Subsystem": "cec_vpd",
5393 "ComponentID": "0x4000",
5394
5395 "SRC": {
5396 "ReasonCode": "0x4005",
Patrick Williams26919f02022-12-08 06:12:43 -06005397 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005398 },
5399
Matt Spinler834f3ed2022-01-26 16:18:02 -06005400 "Callouts": [
5401 {
5402 "CalloutList": [
5403 { "Priority": "high", "Procedure": "bmc_code" }
5404 ]
5405 }
5406 ],
5407
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005408 "Documentation": {
5409 "Description": "Dbus exception",
5410 "Message": "A Dbus internal error occurred.",
5411 "Notes": [
5412 "This error occurs when Dbus operation fails.",
5413 "Exceptions details are captured in additonal",
5414 "data."
5415 ]
5416 }
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005417 },
5418
5419 {
Alpana Kumari081cfd42021-12-07 04:14:57 -06005420 "Name": "com.ibm.VPD.Error.UnknownSystemType",
5421 "Subsystem": "cec_vpd",
5422 "ComponentID": "0x4000",
5423
5424 "SRC": {
5425 "ReasonCode": "0x4006",
Patrick Williams26919f02022-12-08 06:12:43 -06005426 "Words6To9": {}
Alpana Kumari081cfd42021-12-07 04:14:57 -06005427 },
5428
5429 "Callouts": [
5430 {
Patrick Williams26919f02022-12-08 06:12:43 -06005431 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Alpana Kumari081cfd42021-12-07 04:14:57 -06005432 }
5433 ],
5434
5435 "Documentation": {
5436 "Description": "Unknown System Type",
5437 "Message": "System type not supported in DTB table.",
5438 "Notes": [
5439 "System type comes from combination of HW and IM value of system VPD.",
5440 "If anything gets changed in that combination, then it can't determine",
5441 "the appropriate DTB for that system. Need to check HW and IM keywords."
5442 ]
5443 }
5444 },
5445
5446 {
Alpana Kumari074ec5b2022-02-20 22:48:57 -06005447 "Name": "com.ibm.VPD.Error.GPIOError",
5448 "Subsystem": "cec_vpd",
5449 "ComponentID": "0x4000",
5450
5451 "SRC": {
5452 "ReasonCode": "0x4007",
Patrick Williams26919f02022-12-08 06:12:43 -06005453 "Words6To9": {}
Alpana Kumari074ec5b2022-02-20 22:48:57 -06005454 },
5455
Sunny Srivastava17586b42022-06-20 01:06:58 -05005456 "Callouts": [
5457 {
5458 "CalloutList": [
5459 { "Priority": "high", "Procedure": "bmc_code" }
5460 ]
5461 }
5462 ],
5463
Alpana Kumari074ec5b2022-02-20 22:48:57 -06005464 "Documentation": {
5465 "Description": "GPIO line error",
5466 "Message": "GPIO line couldn't be found or read.",
5467 "Notes": [
Sunny Srivastava17586b42022-06-20 01:06:58 -05005468 "The BMC could not access a GPIO line. This can be a hardware issue",
5469 " or driver issue. Since a hardware or a software issue cannot be",
5470 " differentiated, the BMC code will be called out."
Alpana Kumari074ec5b2022-02-20 22:48:57 -06005471 ]
5472 }
5473 },
5474
5475 {
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005476 "Name": "com.ibm.VPD.Error.Mismatch",
Sunny Srivastavad29837f2022-04-20 01:37:07 -05005477 "Subsystem": "cec_vpd",
5478 "ComponentID": "0x4000",
5479
5480 "SRC": {
5481 "ReasonCode": "0x4008",
Patrick Williams26919f02022-12-08 06:12:43 -06005482 "Words6To9": {}
Sunny Srivastavad29837f2022-04-20 01:37:07 -05005483 },
5484
5485 "Callouts": [
5486 {
5487 "CalloutList": [
Priyanga Ramasamy134e1e12022-12-02 07:03:39 -06005488 {
5489 "Priority": "high",
5490 "Procedure": "system_vpd_correction"
5491 }
Sunny Srivastavad29837f2022-04-20 01:37:07 -05005492 ]
5493 }
5494 ],
5495
5496 "Documentation": {
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005497 "Description": "VPD mismatch found between primary and backup",
5498 "Message": "Error occurred due to VPD mismatch between primary and backup.",
Sunny Srivastavad29837f2022-04-20 01:37:07 -05005499 "Notes": [
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005500 "This error occurs when there is a data mismatch between ",
5501 "primary and backup VPD.",
5502 "Details regarding the failure are captured in additional data."
Sunny Srivastavad29837f2022-04-20 01:37:07 -05005503 ]
5504 }
5505 },
5506
5507 {
Sunny Srivastava17586b42022-06-20 01:06:58 -05005508 "Name": "com.ibm.VPD.Error.RequiredFRUMissing",
5509 "Subsystem": "cec_vpd",
5510 "ComponentID": "0x4000",
5511
5512 "SRC": {
5513 "ReasonCode": "0x4009",
Patrick Williams26919f02022-12-08 06:12:43 -06005514 "Words6To9": {}
Sunny Srivastava17586b42022-06-20 01:06:58 -05005515 },
5516
5517 "Documentation": {
5518 "Description": "Essential FRU check.",
5519 "Message": "Essential FRU check failed",
5520 "Notes": [
5521 "This error occurs when VPD manager service detects any",
5522 "missing essential FRU. These are FRUs which are required",
5523 "to be present in the system at the time of power on.",
5524 "The inventory path is captured in additional data."
5525 ]
5526 }
5527 },
5528
5529 {
gikrish1c0cc7ec2022-02-24 12:40:51 -06005530 "Name": "com.ibm.Panel.Error.InputDevPathFailure",
5531 "Subsystem": "cec_op_panel",
5532 "ComponentID": "0x5000",
5533
5534 "SRC": {
5535 "ReasonCode": "0x5001",
5536 "Words6To9": {}
5537 },
5538
5539 "Documentation": {
5540 "Description": "Button Handler Failure",
5541 "Message": "Input Device path failure",
Patrick Williams26919f02022-12-08 06:12:43 -06005542 "Notes": ["Button events will not be processed."]
gikrish1c0cc7ec2022-02-24 12:40:51 -06005543 }
5544 },
5545
5546 {
5547 "Name": "com.ibm.Panel.Error.I2CSetupFailure",
5548 "Subsystem": "cec_op_panel",
5549 "ComponentID": "0x5000",
5550
5551 "SRC": {
5552 "ReasonCode": "0x5002",
5553 "Words6To9": {}
5554 },
5555
5556 "Documentation": {
5557 "Description": "Panel I2C setup failure",
5558 "Message": "Unable to open device path or ioctl failure",
5559 "Notes": [
5560 "The Panel is unable to open device",
5561 " path or ioctl failure"
5562 ]
5563 }
5564 },
5565
5566 {
5567 "Name": "com.ibm.Panel.Error.HostCommunicationError",
5568 "Subsystem": "cec_op_panel",
5569 "ComponentID": "0x5000",
5570
5571 "SRC": {
5572 "ReasonCode": "0x5003",
5573 "Words6To9": {}
5574 },
5575
Patrick Williams26919f02022-12-08 06:12:43 -06005576 "Callouts": [
5577 {
5578 "CalloutList": [
5579 {
5580 "Priority": "high",
5581 "Procedure": "bmc_code"
5582 }
5583 ]
5584 }
5585 ],
gikrish1c0cc7ec2022-02-24 12:40:51 -06005586
5587 "Documentation": {
5588 "Description": "Host Communication failure",
5589 "Message": "Error in sending message to host",
Patrick Williams26919f02022-12-08 06:12:43 -06005590 "Notes": ["Failure from PLDM sending message to", "Host"]
gikrish1c0cc7ec2022-02-24 12:40:51 -06005591 }
5592 },
5593
5594 {
5595 "Name": "com.ibm.Panel.Error.DbusError",
5596 "Subsystem": "cec_op_panel",
5597 "ComponentID": "0x5000",
5598
5599 "SRC": {
5600 "ReasonCode": "0x5004",
5601 "Words6To9": {}
5602 },
5603
Patrick Williams26919f02022-12-08 06:12:43 -06005604 "Callouts": [
5605 {
5606 "CalloutList": [
5607 {
5608 "Priority": "high",
5609 "Procedure": "bmc_code"
5610 }
5611 ]
5612 }
5613 ],
gikrish1c0cc7ec2022-02-24 12:40:51 -06005614
5615 "Documentation": {
5616 "Description": "Dbus exception",
5617 "Message": "A Dbus internal error occurred.",
5618 "Notes": [
5619 "This error occurs when Dbus operation fails.",
5620 "Exceptions details are captured in additional",
5621 "data."
5622 ]
5623 }
5624 },
5625
5626 {
Priyanga Ramasamy3aa27082022-08-24 06:34:38 -05005627 "Name": "com.ibm.Panel.Error.CodeUpdateFailure",
5628 "Subsystem": "cec_op_panel",
5629 "ComponentID": "0x5000",
5630
5631 "SRC": {
5632 "ReasonCode": "0x5005",
5633 "Words6To9": {}
5634 },
5635
5636 "Documentation": {
5637 "Description": "LCD/Bootfail PIC code update failure.",
5638 "Message": "Error while doing LCD/bootfail PIC code update.",
5639 "Notes": [
Priyanga Ramasamyfdd1dc02022-09-21 02:41:32 -05005640 "Panel firmware(LCD/bootfail PIC) update fails due to ",
5641 "unsupportable firmware version. Inventory path to the",
5642 "FRU on which PIC controller is physically present will",
5643 "be called out."
Priyanga Ramasamy3aa27082022-08-24 06:34:38 -05005644 ]
5645 }
5646 },
5647
5648 {
deepae3403252023-04-25 04:55:54 -05005649 "Name": "org.open_power.Host.Boot.Error.WatchdogTimedOut",
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005650 "Subsystem": "cec_sp_hostboot_iface",
5651
Patrick Williams26919f02022-12-08 06:12:43 -06005652 "SRC": {
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005653 "ReasonCode": "0xC101",
Patrick Williams26919f02022-12-08 06:12:43 -06005654 "Words6To9": {}
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005655 },
5656
Patrick Williams26919f02022-12-08 06:12:43 -06005657 "Documentation": {
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005658 "Description": "Host did not respond within the watchdog timeout interval",
5659 "Message": "Host did not respond before the watchdog timeout interval expired",
5660 "Notes": [
5661 "Host did not respond before the expiry of the watchdog timeout interval.",
5662 "Collecting hostboot dump."
5663 ]
5664 }
zamiseckbf61a982022-01-13 08:27:50 -06005665 },
5666
5667 {
5668 "Name": "xyz.openbmc_project.Software.Version.Error.Incompatible",
5669 "Subsystem": "bmc_firmware",
5670 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005671 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005672 "ReasonCode": "0x3601",
Patrick Williams26919f02022-12-08 06:12:43 -06005673 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005674 },
5675
5676 "Callouts": [
5677 {
5678 "CalloutList": [
5679 { "Priority": "high", "Procedure": "bmc_code" }
5680 ]
5681 }
5682 ],
5683
Patrick Williams26919f02022-12-08 06:12:43 -06005684 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005685 "Description": "A system component has a software version that is incompatible.",
5686 "Message": "A system component has a software version that is incompatible."
5687 }
5688 },
5689
5690 {
5691 "Name": "xyz.openbmc_project.Software.Version.Error.AlreadyExists",
5692 "Subsystem": "bmc_firmware",
5693 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005694 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005695 "ReasonCode": "0x3602",
Patrick Williams26919f02022-12-08 06:12:43 -06005696 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005697 },
5698
5699 "Callouts": [
5700 {
5701 "CalloutList": [
5702 { "Priority": "high", "Procedure": "bmc_code" }
5703 ]
5704 }
5705 ],
5706
Patrick Williams26919f02022-12-08 06:12:43 -06005707 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005708 "Description": "This image version already exists on the device.",
5709 "Message": "This image version already exists on the device."
5710 }
5711 },
5712
5713 {
5714 "Name": "xyz.openbmc_project.Software.Image.Error.UnTarFailure",
5715 "Subsystem": "bmc_firmware",
5716 "ComponentID": "0x3600",
Adriana Kobylak7ef3b9e2023-01-04 13:20:36 -06005717 "ActionFlags": ["report"],
Patrick Williams26919f02022-12-08 06:12:43 -06005718 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005719 "ReasonCode": "0x3603",
Patrick Williams26919f02022-12-08 06:12:43 -06005720 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005721 },
5722
5723 "Callouts": [
5724 {
5725 "CalloutList": [
5726 { "Priority": "high", "Procedure": "bmc_code" }
5727 ]
5728 }
5729 ],
5730
Patrick Williams26919f02022-12-08 06:12:43 -06005731 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005732 "Description": "An error occurred during untar.",
5733 "Message": "An error occurred during untar."
5734 }
5735 },
5736
5737 {
5738 "Name": "xyz.openbmc_project.Software.Image.Error.ManifestFileFailure",
5739 "Subsystem": "bmc_firmware",
5740 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005741 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005742 "ReasonCode": "0x3604",
Patrick Williams26919f02022-12-08 06:12:43 -06005743 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005744 },
5745
5746 "Callouts": [
5747 {
5748 "CalloutList": [
5749 { "Priority": "high", "Procedure": "bmc_code" }
5750 ]
5751 }
5752 ],
5753
Patrick Williams26919f02022-12-08 06:12:43 -06005754 "Documentation": {
zamiseck21de9f02022-03-23 13:41:31 -05005755 "Description": "An error occurred when reading the software image Manifest file.",
5756 "Message": "An error occurred when reading the software image Manifest file."
zamiseckbf61a982022-01-13 08:27:50 -06005757 }
5758 },
5759
5760 {
5761 "Name": "xyz.openbmc_project.Software.Image.Error.InternalFailure",
5762 "Subsystem": "bmc_firmware",
5763 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005764 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005765 "ReasonCode": "0x3605",
Patrick Williams26919f02022-12-08 06:12:43 -06005766 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005767 },
5768
5769 "Callouts": [
5770 {
5771 "CalloutList": [
5772 { "Priority": "high", "Procedure": "bmc_code" }
5773 ]
5774 }
5775 ],
5776
Patrick Williams26919f02022-12-08 06:12:43 -06005777 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005778 "Description": "The operation failed internally during processing the image.",
5779 "Message": "The operation failed internally during processing the image."
5780 }
5781 },
5782
5783 {
5784 "Name": "xyz.openbmc_project.Software.Image.Error.ImageFailure",
5785 "Subsystem": "bmc_firmware",
5786 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005787 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005788 "ReasonCode": "0x3606",
Patrick Williams26919f02022-12-08 06:12:43 -06005789 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005790 },
5791
5792 "Callouts": [
5793 {
5794 "CalloutList": [
5795 { "Priority": "high", "Procedure": "bmc_code" }
5796 ]
5797 }
5798 ],
5799
Patrick Williams26919f02022-12-08 06:12:43 -06005800 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005801 "Description": "An error occurred processing the image.",
5802 "Message": "An error occurred processing the image."
5803 }
5804 },
5805
5806 {
5807 "Name": "xyz.openbmc_project.Software.Image.Error.BusyFailure",
5808 "Subsystem": "bmc_firmware",
5809 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005810 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005811 "ReasonCode": "0x3607",
Patrick Williams26919f02022-12-08 06:12:43 -06005812 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005813 },
5814
5815 "Callouts": [
5816 {
5817 "CalloutList": [
5818 { "Priority": "high", "Procedure": "bmc_code" }
5819 ]
5820 }
5821 ],
5822
Patrick Williams26919f02022-12-08 06:12:43 -06005823 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005824 "Description": "The device is busy during the update.",
5825 "Message": "The device is busy during the update."
5826 }
zamiseck21de9f02022-03-23 13:41:31 -05005827 },
5828
5829 {
5830 "Name": "xyz.openbmc_project.Software.Version.Error.ExpiredAccessKey",
5831 "Subsystem": "bmc_firmware",
5832 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005833 "SRC": {
zamiseck21de9f02022-03-23 13:41:31 -05005834 "ReasonCode": "0x3608",
Patrick Williams26919f02022-12-08 06:12:43 -06005835 "Words6To9": {}
zamiseck21de9f02022-03-23 13:41:31 -05005836 },
5837
5838 "Callouts": [
5839 {
5840 "CalloutList": [
5841 { "Priority": "high", "Procedure": "bmc_code" }
5842 ]
5843 }
5844 ],
5845
Patrick Williams26919f02022-12-08 06:12:43 -06005846 "Documentation": {
zamiseck21de9f02022-03-23 13:41:31 -05005847 "Description": "The Update Access Key has expired.",
5848 "Message": "The Update Access Key has expired."
5849 }
5850 },
5851
5852 {
5853 "Name": "xyz.openbmc_project.Software.Version.Error.InvalidSignature",
5854 "Subsystem": "bmc_firmware",
5855 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005856 "SRC": {
zamiseck21de9f02022-03-23 13:41:31 -05005857 "ReasonCode": "0x3609",
Patrick Williams26919f02022-12-08 06:12:43 -06005858 "Words6To9": {}
zamiseck21de9f02022-03-23 13:41:31 -05005859 },
5860
5861 "Callouts": [
5862 {
5863 "CalloutList": [
5864 { "Priority": "high", "Procedure": "bmc_code" }
5865 ]
5866 }
5867 ],
5868
Patrick Williams26919f02022-12-08 06:12:43 -06005869 "Documentation": {
zamiseck21de9f02022-03-23 13:41:31 -05005870 "Description": "The software image has an invalid signature.",
5871 "Message": "The software image has an invalid signature"
5872 }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005873 },
zamiseck0ad7a822022-05-24 17:25:58 -05005874
5875 {
Patrick Williams26919f02022-12-08 06:12:43 -06005876 "Name": "xyz.openbmc_project.Software.Version.Error.HostFile",
5877 "Subsystem": "bmc_firmware",
5878 "ComponentID": "0x3600",
zamiseck0ad7a822022-05-24 17:25:58 -05005879
Patrick Williams26919f02022-12-08 06:12:43 -06005880 "SRC": {
5881 "ReasonCode": "0x360A",
5882 "Words6To9": {
5883 "6": {
5884 "Description": "Size of the current running partition",
5885 "AdditionalDataPropSource": "CURRENT_FILE_SIZE"
zamiseck0ad7a822022-05-24 17:25:58 -05005886 },
Patrick Williams26919f02022-12-08 06:12:43 -06005887 "7": {
5888 "Description": "Size of the read only partition",
5889 "AdditionalDataPropSource": "EXPECTED_FILE_SIZE"
zamiseck0ad7a822022-05-24 17:25:58 -05005890 }
5891 }
5892 },
5893 "Callouts": [
5894 {
5895 "CalloutList": [
5896 { "Priority": "high", "Procedure": "bmc_code" }
5897 ]
5898 }
5899 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005900 "Documentation": {
5901 "Description": "Corrupted or changed preserved file",
5902 "Message": "Partition was not preserved on reboot",
5903 "Notes": [
zamiseck0ad7a822022-05-24 17:25:58 -05005904 "This error may occur if one of the partitions marked",
5905 "PRESERVED is either corrupted, or a change of size is ",
5906 "desired for a particular partition."
5907 ]
5908 }
5909 },
5910
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005911 {
5912 "Name": "xyz.openbmc_project.PLDM.Error.findDumpObjPath.GetManagedObjectsFail",
5913 "Subsystem": "bmc_firmware",
5914 "ComponentID": "0x6000",
5915 "Severity": "predictive",
Patrick Williams26919f02022-12-08 06:12:43 -06005916 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005917 "ReasonCode": "0x6001",
Patrick Williams26919f02022-12-08 06:12:43 -06005918 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005919 },
5920 "Callouts": [
5921 {
5922 "CalloutList": [
5923 { "Priority": "high", "Procedure": "bmc_code" }
5924 ]
5925 }
5926 ],
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005927
Patrick Williams26919f02022-12-08 06:12:43 -06005928 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005929 "Description": "Failed to get the requested dump object path.",
5930 "Message": "Failed to get the requested dump object path from the system."
5931 }
5932 },
5933 {
5934 "Name": "xyz.openbmc_project.PLDM.Error.newFileAvailable.NewDumpNotifyFail",
5935 "Subsystem": "bmc_firmware",
5936 "ComponentID": "0x6000",
5937 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005938 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005939 "ReasonCode": "0x6002",
Patrick Williams26919f02022-12-08 06:12:43 -06005940 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005941 },
5942 "Callouts": [
5943 {
5944 "CalloutList": [
5945 { "Priority": "high", "Procedure": "bmc_code" }
5946 ]
5947 }
5948 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005949 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005950 "Description": "Failed to make a new dump notify request to the dump manager application.",
5951 "Message": "Failed to make a new dump notify request to the dump manager application."
5952 }
5953 },
5954 {
5955 "Name": "xyz.openbmc_project.PLDM.Error.DumpHandler.getOffloadUriFail",
5956 "Subsystem": "bmc_firmware",
5957 "ComponentID": "0x6000",
5958 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005959 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005960 "ReasonCode": "0x6003",
Patrick Williams26919f02022-12-08 06:12:43 -06005961 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005962 },
5963 "Callouts": [
5964 {
5965 "CalloutList": [
5966 { "Priority": "high", "Procedure": "bmc_code" }
5967 ]
5968 }
5969 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005970 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005971 "Description": "Failed to get the dump offload URI path from the dump entry.",
5972 "Message": "Failed to get the dump offload URI path from the dump entry."
5973 }
5974 },
5975 {
5976 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.ResourceDumpFileAckFail",
5977 "Subsystem": "bmc_firmware",
5978 "ComponentID": "0x6000",
5979 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -06005980 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005981 "ReasonCode": "0x6004",
Patrick Williams26919f02022-12-08 06:12:43 -06005982 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005983 },
5984 "Callouts": [
5985 {
5986 "CalloutList": [
5987 { "Priority": "medium", "Procedure": "bmc_code" }
5988 ]
5989 }
5990 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005991 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005992 "Description": "The hypervisor rejected the request to initiate a new resource dump.",
5993 "Message": "The hypervisor rejected the request to initiate a new resource dump."
5994 }
5995 },
5996 {
5997 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.SourceDumpIdResetFail",
5998 "Subsystem": "bmc_firmware",
5999 "ComponentID": "0x6000",
6000 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006001 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006002 "ReasonCode": "0x6005",
Patrick Williams26919f02022-12-08 06:12:43 -06006003 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006004 },
6005 "Callouts": [
6006 {
6007 "CalloutList": [
6008 { "Priority": "high", "Procedure": "bmc_code" }
6009 ]
6010 }
6011 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006012 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006013 "Description": "Failed to reset the dump ID, due to this requested dump will not be deleted.",
6014 "Message": "Failed to reset the dump ID, due to this requested dump will not be deleted."
6015 }
6016 },
6017 {
6018 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryDeleteFail",
6019 "Subsystem": "bmc_firmware",
6020 "ComponentID": "0x6000",
6021 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006022 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006023 "ReasonCode": "0x6006",
Patrick Williams26919f02022-12-08 06:12:43 -06006024 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006025 },
6026 "Callouts": [
6027 {
6028 "CalloutList": [
6029 { "Priority": "high", "Procedure": "bmc_code" }
6030 ]
6031 }
6032 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006033 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006034 "Description": "Failed to carry out the dump delete request from the hypervisor.",
6035 "Message": "Failed to carry out the dump delete request from the hypervisor."
6036 }
6037 },
6038 {
6039 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryOffloadedSetFail",
6040 "Subsystem": "bmc_firmware",
6041 "ComponentID": "0x6000",
6042 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006043 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006044 "ReasonCode": "0x6007",
Patrick Williams26919f02022-12-08 06:12:43 -06006045 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006046 },
6047 "Callouts": [
6048 {
6049 "CalloutList": [
6050 { "Priority": "high", "Procedure": "bmc_code" }
6051 ]
6052 }
6053 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006054 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006055 "Description": "Failed to set the dump offloaded completion flag in the dump entry.",
6056 "Message": "Failed to set the dump offloaded completion flag in the dump entry."
6057 }
6058 },
6059 {
6060 "Name": "xyz.openbmc_project.PLDM.Error.readIntoMemory.GetFilepathFail",
6061 "Subsystem": "bmc_firmware",
6062 "ComponentID": "0x6000",
6063 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006064 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006065 "ReasonCode": "0x6008",
Patrick Williams26919f02022-12-08 06:12:43 -06006066 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006067 },
6068 "Callouts": [
6069 {
6070 "CalloutList": [
6071 { "Priority": "high", "Procedure": "bmc_code" }
6072 ]
6073 }
6074 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006075 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006076 "Description": "Failed to get the file path for the BMC dump and offload to the hypervisor.",
6077 "Message": "Failed to get the file path for the BMC dump and offload to the hypervisor."
6078 }
6079 },
6080 {
6081 "Name": "xyz.openbmc_project.PLDM.Error.read.GetFilepathFail",
6082 "Subsystem": "bmc_firmware",
6083 "ComponentID": "0x6000",
6084 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006085 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006086 "ReasonCode": "0x6009",
Patrick Williams26919f02022-12-08 06:12:43 -06006087 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006088 },
6089 "Callouts": [
6090 {
6091 "CalloutList": [
6092 { "Priority": "high", "Procedure": "bmc_code" }
6093 ]
6094 }
6095 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006096 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006097 "Description": "Failed to get the file path for the BMC dump and offload to the hypervisor.",
6098 "Message": "Failed to get the file path for the BMC dump and offload to the hypervisor."
6099 }
6100 },
6101 {
6102 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.ResourceDumpFileAckWithMetaDataFail",
6103 "Subsystem": "bmc_firmware",
6104 "ComponentID": "0x6000",
6105 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -06006106 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006107 "ReasonCode": "0x6010",
Patrick Williams26919f02022-12-08 06:12:43 -06006108 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006109 },
6110 "Callouts": [
6111 {
6112 "CalloutList": [
6113 { "Priority": "medium", "Procedure": "bmc_code" }
6114 ]
6115 }
6116 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006117 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006118 "Description": "Could not create a new resource dump due to hypervisor verification failed.",
6119 "Message": "Could not create a new resource dump due to hypervisor verification failed."
6120 }
6121 },
6122 {
6123 "Name": "xyz.openbmc_project.PLDM.Error.fileAckWithMetaData.DumpEntryOffloadedSetFail",
6124 "Subsystem": "bmc_firmware",
6125 "ComponentID": "0x6000",
6126 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006127 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006128 "ReasonCode": "0x6011",
Patrick Williams26919f02022-12-08 06:12:43 -06006129 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006130 },
6131 "Callouts": [
6132 {
6133 "CalloutList": [
6134 { "Priority": "high", "Procedure": "bmc_code" }
6135 ]
6136 }
6137 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006138 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006139 "Description": "Failed to set the dump offload completion flag in the dump entry details.",
6140 "Message": "Failed to set the dump offload completion flag in the dump entry details."
6141 }
6142 },
6143 {
6144 "Name": "xyz.openbmc_project.PLDM.Error.newFileAvailableWithMetaData.NewDumpNotifyFail",
6145 "Subsystem": "bmc_firmware",
6146 "ComponentID": "0x6000",
6147 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006148 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006149 "ReasonCode": "0x6012",
Patrick Williams26919f02022-12-08 06:12:43 -06006150 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006151 },
6152 "Callouts": [
6153 {
6154 "CalloutList": [
6155 { "Priority": "high", "Procedure": "bmc_code" }
6156 ]
6157 }
6158 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006159 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006160 "Description": "Failed to notify a new dump available request.",
6161 "Message": "Failed to notify a new dump available request."
6162 }
6163 },
6164 {
6165 "Name": "xyz.openbmc_project.PLDM.Error.sendNewFileAvailableCmd.SendDumpParametersFail",
6166 "Subsystem": "bmc_firmware",
6167 "ComponentID": "0x6000",
6168 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006169 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006170 "ReasonCode": "0x6013",
Patrick Williams26919f02022-12-08 06:12:43 -06006171 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006172 },
6173 "Callouts": [
6174 {
6175 "CalloutList": [
6176 { "Priority": "high", "Procedure": "bmc_code" }
6177 ]
6178 }
6179 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006180 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006181 "Description": "Failed to send the resource dump parameters for a new dump initiation.",
6182 "Message": "Failed to send the resource dump parameters for a new dump initiation."
6183 }
6184 },
6185 {
6186 "Name": "xyz.openbmc_project.PLDM.Error.SendFileToHostFail",
6187 "Subsystem": "bmc_firmware",
6188 "ComponentID": "0x6000",
6189 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006190 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006191 "ReasonCode": "0x6014",
Patrick Williams26919f02022-12-08 06:12:43 -06006192 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006193 },
6194 "Callouts": [
6195 {
6196 "CalloutList": [
6197 { "Priority": "high", "Procedure": "bmc_code" }
6198 ]
6199 }
6200 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006201 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006202 "Description": "Failed to send the certificate/license file to the host.",
6203 "Message": "Failed to send the certificate/license file to the host."
6204 }
6205 },
6206 {
6207 "Name": "xyz.openbmc_project.PLDM.Error.DecodeNewFileResponseFail",
6208 "Subsystem": "bmc_firmware",
6209 "ComponentID": "0x6000",
6210 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006211 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006212 "ReasonCode": "0x6015",
Patrick Williams26919f02022-12-08 06:12:43 -06006213 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006214 },
6215 "Callouts": [
6216 {
6217 "CalloutList": [
6218 { "Priority": "high", "Procedure": "bmc_code" }
6219 ]
6220 }
6221 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006222 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006223 "Description": "Failed to decode the response of certificate/license file sent to the host.",
6224 "Message": "Failed to decode the response of certificate/license file sent to the host."
6225 }
6226 },
6227 {
6228 "Name": "xyz.openbmc_project.PLDM.Error.NewFileAvailableRequestFail",
6229 "Subsystem": "bmc_firmware",
6230 "ComponentID": "0x6000",
6231 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006232 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006233 "ReasonCode": "0x6016",
Patrick Williams26919f02022-12-08 06:12:43 -06006234 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006235 },
6236 "Callouts": [
6237 {
6238 "CalloutList": [
6239 { "Priority": "high", "Procedure": "bmc_code" }
6240 ]
6241 }
6242 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006243 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006244 "Description": "Failed to send the new certificate/license file to the host.",
6245 "Message": "Failed to send the new certificate/license file to the host."
6246 }
6247 },
6248 {
6249 "Name": "xyz.openbmc_project.PLDM.Error.SetHostEffecterFailed",
6250 "Subsystem": "bmc_firmware",
6251 "ComponentID": "0x6000",
6252 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006253 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006254 "ReasonCode": "0x6017",
Patrick Williams26919f02022-12-08 06:12:43 -06006255 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006256 },
6257
6258 "Callouts": [
6259 {
6260 "CalloutList": [
6261 { "Priority": "high", "Procedure": "bmc_code" }
6262 ]
6263 }
6264 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006265 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006266 "Description": "Failed to set state effecter states.",
6267 "Message": "Failed to set state effecter states."
6268 }
6269 },
6270 {
6271 "Name": "xyz.openbmc_project.PLDM.Error.Generate.PDRJsonFileParseFail",
6272 "Subsystem": "bmc_firmware",
6273 "ComponentID": "0x6000",
6274 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006275 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006276 "ReasonCode": "0x6018",
Patrick Williams26919f02022-12-08 06:12:43 -06006277 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006278 },
6279 "Callouts": [
6280 {
6281 "CalloutList": [
6282 { "Priority": "high", "Procedure": "bmc_code" }
6283 ]
6284 }
6285 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006286 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006287 "Description": "Failed to parse PDR JSON file.",
6288 "Message": "Failed to parse PDR JSON file."
6289 }
6290 },
6291 {
6292 "Name": "xyz.openbmc_project.PLDM.Error.SetHostSensorState.GetStateSensorPDRFail",
6293 "Subsystem": "bmc_firmware",
6294 "ComponentID": "0x6000",
6295 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006296 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006297 "ReasonCode": "0x6019",
Patrick Williams26919f02022-12-08 06:12:43 -06006298 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006299 },
6300 "Callouts": [
6301 {
6302 "CalloutList": [
6303 { "Priority": "high", "Procedure": "bmc_code" }
6304 ]
6305 }
6306 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006307 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006308 "Description": "Failed to get state sensor PDR state.",
6309 "Message": "Failed to get state sensor PDR state."
6310 }
6311 },
6312 {
6313 "Name": "xyz.openbmc_project.PLDM.Error.SetHostSensorState.EncodeStateSensorFail",
6314 "Subsystem": "bmc_firmware",
6315 "ComponentID": "0x6000",
6316 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006317 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006318 "ReasonCode": "0x6020",
Patrick Williams26919f02022-12-08 06:12:43 -06006319 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006320 },
6321 "Callouts": [
6322 {
6323 "CalloutList": [
6324 { "Priority": "high", "Procedure": "bmc_code" }
6325 ]
6326 }
6327 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006328 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006329 "Description": "Failed to encode state sensor request.",
6330 "Message": "Failed to encode state sensor request."
6331 }
6332 },
6333 {
6334 "Name": "xyz.openbmc_project.PLDM.Error.CMsubscribeFailure",
6335 "Subsystem": "bmc_firmware",
6336 "ComponentID": "0x6000",
6337 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006338 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006339 "ReasonCode": "0x6021",
Patrick Williams26919f02022-12-08 06:12:43 -06006340 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006341 },
6342 "Callouts": [
6343 {
6344 "CalloutList": [
6345 { "Priority": "high", "Procedure": "bmc_code" }
6346 ]
6347 }
6348 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006349 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006350 "Description": "Failed to subscribe for concurrent maintenance of FRU.",
6351 "Message": "Failed to subscribe for concurrent maintenance of FRU."
6352 }
6353 },
6354 {
6355 "Name": "xyz.openbmc_project.PLDM.Error.setSurvTimer.RecvSurveillancePingFail",
6356 "Subsystem": "bmc_firmware",
6357 "ComponentID": "0x6000",
6358 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -06006359 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006360 "ReasonCode": "0x6022",
Patrick Williams26919f02022-12-08 06:12:43 -06006361 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006362 },
6363 "Callouts": [
6364 {
6365 "CalloutList": [
6366 { "Priority": "high", "Procedure": "bmc_code" }
6367 ]
6368 }
6369 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006370 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006371 "Description": "Host did not send a surveillance ping within stipulated timeout interval.",
6372 "Message": "Host did not send a surveillance ping within stipulated timeout interval."
6373 }
6374 },
6375 {
6376 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryOffloadUriSetFail",
6377 "Subsystem": "bmc_firmware",
6378 "ComponentID": "0x6000",
6379 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006380 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006381 "ReasonCode": "0x6023",
Patrick Williams26919f02022-12-08 06:12:43 -06006382 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006383 },
6384 "Callouts": [
6385 {
6386 "CalloutList": [
6387 { "Priority": "high", "Procedure": "bmc_code" }
6388 ]
6389 }
6390 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006391 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006392 "Description": "Failed to reset the dump offload URI path from the dump entry.",
6393 "Message": "Failed to reset the dump offload URI path from the dump entry."
6394 }
6395 },
6396 {
6397 "Name": "xyz.openbmc_project.PLDM.Error.SoftPowerOff.HostSoftOffTimeOut",
6398 "Subsystem": "bmc_firmware",
6399 "ComponentID": "0x6000",
6400 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006401 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006402 "ReasonCode": "0x6024",
Patrick Williams26919f02022-12-08 06:12:43 -06006403 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006404 },
6405 "Callouts": [
6406 {
6407 "CalloutList": [
6408 { "Priority": "high", "Procedure": "bmc_code" }
6409 ]
6410 }
6411 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006412 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006413 "Description": "Host failed to complete the power off gracefully within the timeout.",
6414 "Message": "Host failed to complete the power off gracefully within the timeout."
6415 }
Swarnendu Roy Chowdhury86cdcd52023-01-17 11:17:12 +05306416 },
6417 {
6418 "Name": "xyz.openbmc_project.Dump.Error.Invalidate",
6419 "Subsystem": "bmc_firmware",
6420 "ComponentID": "0x6000",
6421 "SRC": {
6422 "ReasonCode": "0x6025",
6423 "Words6To9": {}
6424 },
6425 "Documentation": {
6426 "Description": "Dump has been deleted/offloaded",
6427 "Message": "BMC/System/Resource dump has been deleted/offloaded"
6428 }
Lakshmi Yadlapati36a82eb2023-06-22 16:38:11 -05006429 },
6430 {
6431 "Name": "xyz.openbmc_project.Memory.MemoryECC.Error.CEThresholdReached",
6432 "Subsystem": "cec_hardware",
6433 "ComponentID": "0xF300",
6434 "Severity": "predictive",
6435
6436 "SRC": {
6437 "ReasonCode": "0xF301",
6438 "Words6To9": {}
6439 },
6440
6441 "Callouts": [
6442 {
6443 "System": "ibm,rainier",
6444 "CalloutList": [
6445 {
6446 "Priority": "high",
6447 "LocCode": "P0-C5"
6448 }
6449 ]
6450 },
6451 {
6452 "System": "ibm,everest",
6453 "CalloutList": [
6454 {
6455 "Priority": "high",
6456 "LocCode": "P0-C0"
6457 }
6458 ]
6459 },
6460 {
6461 "System": "ibm,bonnell",
6462 "CalloutList": [
6463 {
6464 "Priority": "high",
6465 "LocCode": "P0"
6466 }
6467 ]
6468 }
6469 ],
6470
6471 "Documentation": {
6472 "Description": "Correctable ECC memory error collection limit is reached.",
6473 "Message": "Correctable ECC memory error collection limit is reached."
6474 }
6475 },
6476 {
6477 "Name": "xyz.openbmc_project.Memory.MemoryECC.Error.CE",
6478 "Subsystem": "cec_hardware",
6479 "ComponentID": "0xF300",
6480 "Severity": "non_error",
6481
6482 "SRC": {
6483 "ReasonCode": "0xF302",
6484 "Words6To9": {}
6485 },
6486
6487 "Documentation": {
6488 "Description": "Correctable ECC/other correctable memory error.",
6489 "Message": "Correctable ECC/other correctable memory error."
6490 }
6491 },
6492 {
6493 "Name": "xyz.openbmc_project.Memory.MemoryECC.Error.UE",
6494 "Subsystem": "cec_hardware",
6495 "ComponentID": "0xF300",
6496 "Severity": "predictive",
6497
6498 "SRC": {
6499 "ReasonCode": "0xF303",
6500 "Words6To9": {}
6501 },
6502
6503 "Callouts": [
6504 {
6505 "System": "ibm,rainier",
6506 "CalloutList": [
6507 {
6508 "Priority": "high",
6509 "LocCode": "P0-C5"
6510 }
6511 ]
6512 },
6513 {
6514 "System": "ibm,everest",
6515 "CalloutList": [
6516 {
6517 "Priority": "high",
6518 "LocCode": "P0-C0"
6519 }
6520 ]
6521 },
6522 {
6523 "System": "ibm,bonnell",
6524 "CalloutList": [
6525 {
6526 "Priority": "high",
6527 "LocCode": "P0"
6528 }
6529 ]
6530 }
6531 ],
6532
6533 "Documentation": {
6534 "Description": "Uncorrectable ECC/other uncorrectable memory error.",
6535 "Message": "Uncorrectable ECC/other uncorrectable memory error."
6536 }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006537 }
Matt Spinler44792fd2019-09-26 15:58:58 -05006538 ]
6539}