blob: 27390251fa404cf3a4ff84c307f26835c162dc8e [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 Rao109fc142023-09-14 12:34:40 +0530864 "Name": "org.open_power.Faultlog.PoweronTime.ReadFail",
865 "Subsystem": "bmc_firmware",
866 "ComponentID": "0xF100",
867
868 "SRC": {
869 "ReasonCode": "0xF101",
870 "Words6To9": {}
871 },
872
873 "Documentation": {
874 "Description": "Failure to read chassis poweron time from persistent file",
875 "Message": "Failure to read chassis poweron time from persistent file",
876 "Notes": [
877 "Severity needs to be set based on needs for this registry.",
878 "Debug traces will be captured in AdditionalData section"
879 ]
880 }
881 },
882
883 {
884 "Name": "org.open_power.Faultlog.PoweronTime.WriteFail",
885 "Subsystem": "bmc_firmware",
886 "ComponentID": "0xF100",
887
888 "SRC": {
889 "ReasonCode": "0xF102",
890 "Words6To9": {}
891 },
892
893 "Documentation": {
894 "Description": "Failure to write chassis poweron time to persistent file",
895 "Message": "Failure to write chassis poweron time to persistent file",
896 "Notes": [
897 "Severity needs to be set based on needs for this registry.",
898 "Debug traces will be captured in AdditionalData section"
899 ]
900 }
901 },
902
903 {
Marri Devender Rao385446b2023-04-14 00:16:35 -0500904 "Name": "org.open_power.Faultlog.Error.DeconfiguredHW",
905 "Subsystem": "cec_hardware",
906 "Severity": "predictive",
Matt Spinlera6c4ba72023-05-24 13:11:49 -0500907 "ComponentID": "0xF100",
Marri Devender Rao385446b2023-04-14 00:16:35 -0500908 "SRC": {
Matt Spinlera6c4ba72023-05-24 13:11:49 -0500909 "ReasonCode": "0xF138",
Marri Devender Rao385446b2023-04-14 00:16:35 -0500910 "Words6To9": {
911 "6": {
Marri Devender Raof0200b52023-06-14 12:46:05 +0530912 "Description": "Number of system guard records if any",
913 "AdditionalDataPropSource": "GUARD_RECORD_COUNT"
Marri Devender Rao385446b2023-04-14 00:16:35 -0500914 },
915 "8": {
Marri Devender Raof0200b52023-06-14 12:46:05 +0530916 "Description": "Number of PEL's having deconfig bit set",
917 "AdditionalDataPropSource": "PEL_WITH_DECONFIG_BIT_COUNT"
Marri Devender Rao385446b2023-04-14 00:16:35 -0500918 }
919 }
920 },
921 "Callouts": [
922 {
923 "CalloutList": [
924 {
925 "Priority": "high",
926 "Procedure": "detected_issue_need_service"
927 }
928 ]
929 }
930 ],
931 "Documentation": {
932 "Description": "Firmware detected either a FRU deconfigured And/Or guard record",
933 "Message": "Firmware detected either a FRU deconfigured And/Or guard record",
934 "Notes": [
935 "Either Guard And/Or Deconfiguration records found during periodic check ",
936 "as part of the NAG event. Look into the BMC Nag dump for more details. ",
937 "This is a reminder for servicing faulty hardware pending service present ",
938 "in the system."
939 ]
940 }
941 },
942
943 {
Andrew Geissler8034dde2021-09-10 14:43:03 -0500944 "Name": "xyz.openbmc_project.State.Error.HostNotRunning",
945 "Subsystem": "cec_sp_hostboot_iface",
946 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -0600947 "SRC": {
Andrew Geissler8034dde2021-09-10 14:43:03 -0500948 "ReasonCode": "0x3401",
Patrick Williams26919f02022-12-08 06:12:43 -0600949 "Words6To9": {}
Andrew Geissler8034dde2021-09-10 14:43:03 -0500950 },
Patrick Williams26919f02022-12-08 06:12:43 -0600951 "Documentation": {
Andrew Geissler8034dde2021-09-10 14:43:03 -0500952 "Description": "Host was booting or booted before BMC reset but is now unresponsive",
953 "Message": "Host did not respond to BMC after a BMC reset but it was booting or booted prior to the BMC reboot",
954 "Notes": [
955 "System will follow recovery policy, resulting in this ",
956 "error and most likely a a reboot of the host. The issue ",
957 "is most likely the result of the BMC rebooting while the ",
958 "host was booting and in a state where it still needed ",
959 "the BMC to complete its boot."
960 ]
Matt Spinler288f4322023-01-05 12:54:22 -0600961 },
962
963 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -0500964 "NumLines": 100
Andrew Geissler8034dde2021-09-10 14:43:03 -0500965 }
966 },
967
968 {
Andrew Geissler808f6302022-02-24 13:55:18 -0600969 "Name": "xyz.openbmc_project.State.ChassisPowerBad",
970 "Subsystem": "input_power_source",
971 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -0600972 "SRC": {
Andrew Geissler808f6302022-02-24 13:55:18 -0600973 "ReasonCode": "0x3402",
Patrick Williams26919f02022-12-08 06:12:43 -0600974 "Words6To9": {}
Andrew Geissler808f6302022-02-24 13:55:18 -0600975 },
976 "Callouts": [
977 {
Patrick Williams26919f02022-12-08 06:12:43 -0600978 "CalloutList": [
979 {
980 "Priority": "high",
981 "Procedure": "next_level_support"
982 }
983 ]
Andrew Geissler808f6302022-02-24 13:55:18 -0600984 }
985 ],
Patrick Williams26919f02022-12-08 06:12:43 -0600986 "Documentation": {
Andrew Geissler808f6302022-02-24 13:55:18 -0600987 "Description": "Chassis input power is in a bad state",
988 "Message": "Chassis input power is in a bad state, look for other logs with more details",
989 "Notes": [
990 "The system is most likely in a limited power situation. ",
991 "There is enough power for the BMC to operate but not the ",
992 "CEC hardware. Check for UPS or brownout logs."
993 ]
Matt Spinler288f4322023-01-05 12:54:22 -0600994 },
995
996 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -0500997 "NumLines": 100
Andrew Geissler808f6302022-02-24 13:55:18 -0600998 }
999 },
1000
1001 {
Andrew Geissler4c360ec2022-02-24 14:09:37 -06001002 "Name": "xyz.openbmc_project.State.PinholeReset",
1003 "Subsystem": "cec_op_panel",
1004 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001005 "SRC": {
Andrew Geissler4c360ec2022-02-24 14:09:37 -06001006 "ReasonCode": "0x3403",
Patrick Williams26919f02022-12-08 06:12:43 -06001007 "Words6To9": {}
Andrew Geissler4c360ec2022-02-24 14:09:37 -06001008 },
Patrick Williams26919f02022-12-08 06:12:43 -06001009 "Documentation": {
Andrew Geissler4c360ec2022-02-24 14:09:37 -06001010 "Description": "User initiated a pinhole reset via the op-panel",
1011 "Message": "User initiated a pinhole reset via the op-panel",
1012 "Notes": [
1013 "This is a notification log to record the fact that a ",
1014 "pinhole reset was performed on the BMC, resulting in a ",
1015 "hard reset of the BMC."
1016 ]
1017 }
1018 },
1019
1020 {
Andrew Geisslerfbb18242022-02-24 14:30:02 -06001021 "Name": "xyz.openbmc_project.State.Error.CriticalServiceFailure",
1022 "Subsystem": "bmc_firmware",
1023 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001024 "SRC": {
Andrew Geisslerfbb18242022-02-24 14:30:02 -06001025 "ReasonCode": "0x3404",
Patrick Williams26919f02022-12-08 06:12:43 -06001026 "Words6To9": {}
Andrew Geisslerfbb18242022-02-24 14:30:02 -06001027 },
1028 "Callouts": [
1029 {
Patrick Williams26919f02022-12-08 06:12:43 -06001030 "CalloutList": [
1031 {
1032 "Priority": "high",
1033 "Procedure": "next_level_support"
1034 }
1035 ]
Andrew Geisslerfbb18242022-02-24 14:30:02 -06001036 }
1037 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001038 "Documentation": {
Andrew Geisslerfbb18242022-02-24 14:30:02 -06001039 "Description": "A critical BMC application has failed on the system",
1040 "Message": "A critical BMC application has failed on the system, the BMC is in an undefined state",
1041 "Notes": [
1042 "As a part of generating this error log, a BMC dump has ",
1043 "also been generated. Please collect this dump if possible. ",
1044 "The BMC state is undefined but basic services could still ",
1045 "be available. Usually an AC cycle of the entire system is ",
1046 "the best recovery option from this error."
1047 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001048 },
1049
1050 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001051 "NumLines": 100
Andrew Geisslerfbb18242022-02-24 14:30:02 -06001052 }
1053 },
1054
1055 {
Andrew Geisslerf83efe92022-03-10 15:06:17 -06001056 "Name": "xyz.openbmc_project.State.Error.SecurityCheckFail",
1057 "Subsystem": "bmc_firmware",
1058 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001059 "SRC": {
Andrew Geisslerf83efe92022-03-10 15:06:17 -06001060 "ReasonCode": "0x3405",
Patrick Williams26919f02022-12-08 06:12:43 -06001061 "Words6To9": {}
Andrew Geisslerf83efe92022-03-10 15:06:17 -06001062 },
1063 "Callouts": [
1064 {
Patrick Williams26919f02022-12-08 06:12:43 -06001065 "CalloutList": [
1066 {
1067 "Priority": "high",
1068 "Procedure": "next_level_support"
1069 }
1070 ]
Andrew Geisslerf83efe92022-03-10 15:06:17 -06001071 }
1072 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001073 "Documentation": {
Andrew Geisslerf83efe92022-03-10 15:06:17 -06001074 "Description": "A firmware security check has failed",
1075 "Message": "A firmware security check has failed, most likely something is not configured correctly",
1076 "Notes": [
1077 "This log is only generated in the manufacturing ",
1078 "environment and it indicates that something has not ",
1079 "been configured correctly. Use the data in the PEL to ",
1080 "determine what that is."
1081 ]
1082 }
1083 },
1084
1085 {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001086 "Name": "xyz.openbmc_project.State.BMC.Error.MultiUserTargetFailure",
1087 "Subsystem": "bmc_firmware",
1088 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001089 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001090 "ReasonCode": "0x3406",
Patrick Williams26919f02022-12-08 06:12:43 -06001091 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001092 },
1093 "Callouts": [
1094 {
Patrick Williams26919f02022-12-08 06:12:43 -06001095 "CalloutList": [
1096 {
1097 "Priority": "high",
1098 "Procedure": "next_level_support"
1099 }
1100 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001101 }
1102 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001103 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001104 "Description": "The system has failed to reach BMC Ready state",
1105 "Message": "The system has failed to reach BMC Ready state, look for other errors",
1106 "Notes": [
1107 "This log indicates a critical BMC application required ",
1108 "for the BMC to reach Ready state has failed to start ",
1109 "successfully. Look in the log for other errors indicating ",
1110 "what has failed."
1111 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001112 },
1113
1114 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001115 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001116 }
1117 },
1118
1119 {
1120 "Name": "xyz.openbmc_project.State.Chassis.Error.PowerOnFailure",
1121 "Subsystem": "bmc_firmware",
1122 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001123 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001124 "ReasonCode": "0x3407",
Patrick Williams26919f02022-12-08 06:12:43 -06001125 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001126 },
1127 "Callouts": [
1128 {
Patrick Williams26919f02022-12-08 06:12:43 -06001129 "CalloutList": [
1130 {
1131 "Priority": "high",
1132 "Procedure": "next_level_support"
1133 }
1134 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001135 }
1136 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001137 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001138 "Description": "The system has failed to reach chassis power on state",
1139 "Message": "The system has failed to reach chassis power on state, look for other errors",
1140 "Notes": [
1141 "This log indicates a critical BMC application required ",
1142 "for the BMC to power on the chassis has failed to start ",
1143 "successfully. Look in the log for other errors indicating ",
1144 "what has failed."
1145 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001146 },
1147
1148 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001149 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001150 }
1151 },
1152
1153 {
1154 "Name": "xyz.openbmc_project.State.Chassis.Error.PowerOffFailure",
1155 "Subsystem": "bmc_firmware",
1156 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001157 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001158 "ReasonCode": "0x3408",
Patrick Williams26919f02022-12-08 06:12:43 -06001159 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001160 },
1161 "Callouts": [
1162 {
Patrick Williams26919f02022-12-08 06:12:43 -06001163 "CalloutList": [
1164 {
1165 "Priority": "high",
1166 "Procedure": "next_level_support"
1167 }
1168 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001169 }
1170 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001171 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001172 "Description": "The system has failed to reach chassis power off state",
1173 "Message": "The system has failed to reach chassis power off state, look for other errors",
1174 "Notes": [
1175 "This log indicates a critical BMC application required ",
1176 "for the BMC to power off the chassis has failed to start ",
1177 "successfully. Look in the log for other errors indicating ",
1178 "what has failed."
1179 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001180 },
1181
1182 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001183 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001184 }
1185 },
1186
1187 {
1188 "Name": "xyz.openbmc_project.State.Host.Error.HostStartFailure",
1189 "Subsystem": "bmc_firmware",
1190 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001191 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001192 "ReasonCode": "0x3409",
Patrick Williams26919f02022-12-08 06:12:43 -06001193 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001194 },
1195 "Callouts": [
1196 {
Patrick Williams26919f02022-12-08 06:12:43 -06001197 "CalloutList": [
1198 {
1199 "Priority": "high",
1200 "Procedure": "next_level_support"
1201 }
1202 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001203 }
1204 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001205 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001206 "Description": "The system has failed to start the host firmware",
1207 "Message": "The system has failed to start the host firmware, look for other errors",
1208 "Notes": [
1209 "This log indicates a critical BMC application required ",
1210 "for the BMC to start the host has failed to start ",
1211 "successfully. Look in the log for other errors indicating ",
1212 "what has failed."
1213 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001214 },
1215
1216 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001217 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001218 }
1219 },
1220
1221 {
1222 "Name": "xyz.openbmc_project.State.Host.Error.HostStartMinFailure",
1223 "Subsystem": "bmc_firmware",
1224 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001225 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001226 "ReasonCode": "0x3410",
Patrick Williams26919f02022-12-08 06:12:43 -06001227 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001228 },
1229 "Callouts": [
1230 {
Patrick Williams26919f02022-12-08 06:12:43 -06001231 "CalloutList": [
1232 {
1233 "Priority": "high",
1234 "Procedure": "next_level_support"
1235 }
1236 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001237 }
1238 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001239 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001240 "Description": "The system has failed to start the host firmware",
1241 "Message": "The system has failed to start the host firmware, look for other errors",
1242 "Notes": [
1243 "This log indicates a critical BMC application required ",
1244 "for the BMC to start the host has failed to start ",
1245 "successfully. Look in the log for other errors indicating ",
1246 "what has failed."
1247 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001248 },
1249
1250 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001251 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001252 }
1253 },
1254
1255 {
1256 "Name": "xyz.openbmc_project.State.Host.Error.HostShutdownFailure",
1257 "Subsystem": "bmc_firmware",
1258 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001259 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001260 "ReasonCode": "0x3411",
Patrick Williams26919f02022-12-08 06:12:43 -06001261 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001262 },
1263 "Callouts": [
1264 {
Patrick Williams26919f02022-12-08 06:12:43 -06001265 "CalloutList": [
1266 {
1267 "Priority": "high",
1268 "Procedure": "next_level_support"
1269 }
1270 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001271 }
1272 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001273 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001274 "Description": "The system has failed to shutdown the host firmware",
1275 "Message": "The system has failed to shutdown the host firmware, look for other errors",
1276 "Notes": [
1277 "This log indicates a critical BMC application required ",
1278 "to shutdown the host firmware has failed to start ",
1279 "successfully. Look in the log for other errors indicating ",
1280 "what has failed."
1281 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001282 },
1283
1284 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001285 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001286 }
1287 },
1288
1289 {
1290 "Name": "xyz.openbmc_project.State.Host.Error.HostStopFailure",
1291 "Subsystem": "bmc_firmware",
1292 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001293 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001294 "ReasonCode": "0x3412",
Patrick Williams26919f02022-12-08 06:12:43 -06001295 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001296 },
1297 "Callouts": [
1298 {
Patrick Williams26919f02022-12-08 06:12:43 -06001299 "CalloutList": [
1300 {
1301 "Priority": "high",
1302 "Procedure": "next_level_support"
1303 }
1304 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001305 }
1306 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001307 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001308 "Description": "The system has failed to stop the host firmware",
1309 "Message": "The system has failed to stop the host firmware, look for other errors",
1310 "Notes": [
1311 "This log indicates a critical BMC application required ",
1312 "to stop the host firmware has failed to start ",
1313 "successfully. Look in the log for other errors indicating ",
1314 "what has failed."
1315 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001316 },
1317
1318 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001319 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001320 }
1321 },
1322
1323 {
1324 "Name": "xyz.openbmc_project.State.Host.Error.HostRebootFailure",
1325 "Subsystem": "bmc_firmware",
1326 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001327 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001328 "ReasonCode": "0x3413",
Patrick Williams26919f02022-12-08 06:12:43 -06001329 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001330 },
1331 "Callouts": [
1332 {
Patrick Williams26919f02022-12-08 06:12:43 -06001333 "CalloutList": [
1334 {
1335 "Priority": "high",
1336 "Procedure": "next_level_support"
1337 }
1338 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001339 }
1340 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001341 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001342 "Description": "The system has failed to reboot the host firmware",
1343 "Message": "The system has failed to reboot the host firmware, look for other errors",
1344 "Notes": [
1345 "This log indicates a critical BMC application required ",
1346 "to reboot the host firmware has failed to start ",
1347 "successfully. Look in the log for other errors indicating ",
1348 "what has failed."
1349 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001350 },
1351
1352 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001353 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001354 }
1355 },
1356
1357 {
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001358 "Name": "xyz.openbmc_project.State.Error.HostQuiesce",
1359 "Subsystem": "bmc_firmware",
1360 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001361 "SRC": {
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001362 "ReasonCode": "0x3414",
Patrick Williams26919f02022-12-08 06:12:43 -06001363 "Words6To9": {}
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001364 },
1365 "Callouts": [
1366 {
Patrick Williams26919f02022-12-08 06:12:43 -06001367 "CalloutList": [
1368 {
1369 "Priority": "high",
1370 "Procedure": "next_level_support"
1371 }
1372 ]
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001373 }
1374 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001375 "Documentation": {
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001376 "Description": "The host firmware has failed to boot",
1377 "Message": "The host firmware has failed to boot and has entered a Quiesce state. Look for other errors.",
1378 "Notes": [
1379 "This log indicates that the host firmware has failed to ",
1380 "boot and all retries have been exhausted. There should be ",
1381 "other logs with more details on the boot failure reason. "
1382 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001383 },
1384
1385 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001386 "NumLines": 100
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001387 }
1388 },
1389
1390 {
Lakshmi Yadlapati95788fe2023-03-24 14:39:32 -05001391 "Name": "xyz.openbmc_project.State.Error.TpmMeasurementFail",
1392 "Subsystem": "bmc_firmware",
1393 "ComponentID": "0x3400",
1394 "SRC": {
1395 "ReasonCode": "0x3415",
1396 "Words6To9": {}
1397 },
1398 "Callouts": [
1399 {
1400 "CalloutList": [
1401 {
1402 "Priority": "high",
1403 "Procedure": "next_level_support"
1404 }
1405 ]
1406 }
1407 ],
1408 "Documentation": {
1409 "Description": "TPM measurement failed",
1410 "Message": "The system has detected a failure in the TPM measurement.",
1411 "Notes": [
1412 "This error occurs when /sys/class/tpm/tpm0/pcr-sha256/0",
1413 "is missing or has a value of 0, indicating a potential compromise",
1414 "of the system's boot process.",
1415 "Please contact your system administrator or next level support",
1416 "to investigate and resolve the issue."
1417 ]
1418 }
1419 },
1420
1421 {
Andrew Geissler730935f2023-04-26 13:26:16 -06001422 "Name": "xyz.openbmc_project.State.Info.ChassisPowerOnStarted",
1423 "Subsystem": "bmc_firmware",
1424 "ComponentID": "0x3400",
1425 "Severity": "non_error",
1426 "SRC": {
1427 "ReasonCode": "0x3416",
1428 "Words6To9": {}
1429 },
1430 "Documentation": {
1431 "Description": "A power on of the chassis has been started",
1432 "Message": "The chassis is powering on.",
1433 "Notes": [
1434 "This informational error is logged each time the chassis",
1435 "is powered on."
1436 ]
1437 }
1438 },
1439
1440 {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -05001441 "Name": "org.open_power.Processor.Error.SbeChipOpFailure",
1442 "Subsystem": "processor_chip",
1443 "ComponentID": "0x3500",
1444
Patrick Williams26919f02022-12-08 06:12:43 -06001445 "SRC": {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -05001446 "ReasonCode": "0x3500",
Patrick Williams26919f02022-12-08 06:12:43 -06001447 "Words6To9": {
1448 "6": {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -05001449 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
1450 "AdditionalDataPropSource": "SRC6"
1451 }
1452 }
1453 },
1454
Patrick Williams26919f02022-12-08 06:12:43 -06001455 "Documentation": {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -05001456 "Description": "chipop failure with SBE provided FFDC",
1457 "Message": "chipop request failure reported by SBE",
1458 "Notes": [
1459 "The severity is set by the creator.",
1460 "Callouts added based on SBE provided FFDC.",
1461 "SBE provided additional debug data included as part of the",
1462 "additional user data section."
1463 ]
1464 }
1465 },
1466
1467 {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -05001468 "Name": "org.open_power.Processor.Error.SbeChipOpTimeout",
1469 "Subsystem": "processor_chip",
1470 "ComponentID": "0x3500",
1471
Patrick Williams26919f02022-12-08 06:12:43 -06001472 "SRC": {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -05001473 "ReasonCode": "0x3501",
Patrick Williams26919f02022-12-08 06:12:43 -06001474 "Words6To9": {
1475 "6": {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -05001476 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
1477 "AdditionalDataPropSource": "SRC6"
1478 }
1479 }
1480 },
1481
Jayanth Othayothe4acc8d2022-06-02 02:32:08 -05001482 "Callouts": [
1483 {
1484 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06001485 {
1486 "Priority": "high",
1487 "Procedure": "next_level_support"
1488 }
Jayanth Othayothe4acc8d2022-06-02 02:32:08 -05001489 ]
1490 }
1491 ],
1492
Patrick Williams26919f02022-12-08 06:12:43 -06001493 "Documentation": {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -05001494 "Description": "SBE chipop timeout",
1495 "Message": "chipop timeout reported during SBE communication",
1496 "Notes": [
1497 "The severity is set by the creator.",
1498 "Check SBE Dump associated to this error to debug the failure."
1499 ]
1500 }
1501 },
1502
1503 {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001504 "Name": "org.open_power.Processor.Error.SbeChipOpInvalidState",
1505 "Subsystem": "processor_chip",
1506 "ComponentID": "0x3500",
1507
Patrick Williams26919f02022-12-08 06:12:43 -06001508 "SRC": {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001509 "ReasonCode": "0x3502",
Patrick Williams26919f02022-12-08 06:12:43 -06001510 "Words6To9": {
1511 "6": {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001512 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
1513 "AdditionalDataPropSource": "SRC6"
1514 },
Patrick Williams26919f02022-12-08 06:12:43 -06001515 "7": {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001516 "Description": "Value of SBE state",
1517 "AdditionalDataPropSource": "SRC7"
1518 }
1519 }
1520 },
1521
Patrick Williams26919f02022-12-08 06:12:43 -06001522 "Documentation": {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001523 "Description": "The SBE on this processor is not in a state where chipOps can be issued",
1524 "Message": "SBE Chipop is not allowed due to invalid SBE state ",
Patrick Williams26919f02022-12-08 06:12:43 -06001525 "Notes": ["The severity is set by the creator."]
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001526 }
1527 },
1528
1529 {
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001530 "Name": "org.open_power.Processor.Error.SbeBootFailure",
1531 "Subsystem": "processor_chip",
1532 "ComponentID": "0x3500",
Patrick Williams26919f02022-12-08 06:12:43 -06001533 "ActionFlags": ["service_action", "report", "call_home"],
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001534
Patrick Williams26919f02022-12-08 06:12:43 -06001535 "SRC": {
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001536 "ReasonCode": "0x3503",
Patrick Williams26919f02022-12-08 06:12:43 -06001537 "Words6To9": {
1538 "6": {
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001539 "Description": "[0:15] chip position",
1540 "AdditionalDataPropSource": "SRC6"
1541 }
1542 }
1543 },
1544
Patrick Williams26919f02022-12-08 06:12:43 -06001545 "Documentation": {
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001546 "Description": "Boot failure with SBE provided FFDC",
1547 "Message": "Boot failure reported by SBE",
1548 "Notes": [
1549 "The severity is set by the creator.",
1550 "Callouts added based on SBE provided FFDC.",
1551 "SBE provided additional debug data included as part of the",
1552 "additional user data section."
1553 ]
1554 }
1555 },
1556
1557 {
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001558 "Name": "org.open_power.Processor.Error.SbeBootTimeout",
1559 "Subsystem": "processor_chip",
1560 "ComponentID": "0x3500",
1561
Patrick Williams26919f02022-12-08 06:12:43 -06001562 "SRC": {
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001563 "ReasonCode": "0x3504",
Patrick Williams26919f02022-12-08 06:12:43 -06001564 "Words6To9": {}
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001565 },
1566
Jayanth Othayothf5cd2a42022-05-31 02:54:10 -05001567 "Callouts": [
1568 {
1569 "System": "ibm,rainier",
1570 "CalloutList": [
1571 {
1572 "Priority": "low",
1573 "LocCode": "P0"
1574 },
1575 {
1576 "Priority": "low",
1577 "LocCode": "P0-C22"
1578 }
1579 ]
1580 },
1581 {
1582 "System": "ibm,everest",
1583 "CalloutList": [
1584 {
1585 "Priority": "low",
1586 "LocCode": "P0"
1587 },
1588 {
1589 "Priority": "low",
1590 "LocCode": "P0-C96"
1591 }
1592 ]
Matt Spinlerbc560982023-04-10 11:16:42 -05001593 },
1594 {
1595 "System": "ibm,bonnell",
1596 "CalloutList": [
1597 {
1598 "Priority": "low",
1599 "LocCode": "P0"
1600 },
1601 {
1602 "Priority": "low",
1603 "LocCode": "P0-C5"
1604 }
1605 ]
Jayanth Othayothf5cd2a42022-05-31 02:54:10 -05001606 }
1607 ],
1608
Patrick Williams26919f02022-12-08 06:12:43 -06001609 "Documentation": {
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001610 "Description": "SBE Boot timeout",
1611 "Message": "timeout reported during SBE boot process",
1612 "Notes": [
1613 "The severity is set by the creator.",
1614 "Check SBE Dump associated to this error to debug the failure."
1615 ]
1616 }
1617 },
1618
1619 {
Ben Tyner34836322020-04-15 17:01:48 -05001620 "Name": "org.open_power.Attn.Error.Terminate",
Ben Tyner808e29f2021-04-16 08:32:23 -05001621 "Subsystem": "cec_hardware",
1622 "Severity": "non_error",
Ben Tyner34836322020-04-15 17:01:48 -05001623
Patrick Williams26919f02022-12-08 06:12:43 -06001624 "SRC": {
Ben Tyner34836322020-04-15 17:01:48 -05001625 "ReasonCode": "0xD138",
Patrick Williams26919f02022-12-08 06:12:43 -06001626 "SymptomIDFields": [
1627 "SRCWord3",
1628 "SRCWord4",
1629 "SRCWord5",
1630 "SRCWord6",
1631 "SRCWord7",
1632 "SRCWord8",
1633 "SRCWord9"
1634 ],
1635 "Words6To9": {}
Ben Tyner34836322020-04-15 17:01:48 -05001636 },
1637
Patrick Williams26919f02022-12-08 06:12:43 -06001638 "Documentation": {
Ben Tyner34836322020-04-15 17:01:48 -05001639 "Description": "Status shows TI special attention active",
1640 "Message": "TI special attention detected",
1641 "Notes": [
1642 "This entry is for any TI special attention event ",
1643 "reported by the attention handler component"
1644 ]
1645 }
1646 },
1647
1648 {
1649 "Name": "org.open_power.Attn.Error.Fail",
1650 "Subsystem": "bmc_firmware",
1651 "Severity": "unrecoverable_loss_of_function",
1652
Patrick Williams26919f02022-12-08 06:12:43 -06001653 "SRC": {
Ben Tyner34836322020-04-15 17:01:48 -05001654 "ReasonCode": "0xD13E",
Patrick Williams26919f02022-12-08 06:12:43 -06001655 "Words6To9": {
1656 "6": {
Ben Tyner34836322020-04-15 17:01:48 -05001657 "Description": "Error code from attention handler",
1658 "AdditionalDataPropSource": "ERROR_CODE"
1659 }
1660 }
1661 },
Patrick Williams26919f02022-12-08 06:12:43 -06001662 "Documentation": {
Ben Tyner34836322020-04-15 17:01:48 -05001663 "Description": "The attention handler encountered an error",
Patrick Williams26919f02022-12-08 06:12:43 -06001664 "MessageArgSources": ["SRCWord6"],
Ben Tyner34836322020-04-15 17:01:48 -05001665 "Message": "Attention handler error %1",
Patrick Williams26919f02022-12-08 06:12:43 -06001666 "Notes": ["Attention handler will provide error code"]
Ben Tyner34836322020-04-15 17:01:48 -05001667 }
1668 },
1669
1670 {
1671 "Name": "org.open_power.Attn.Error.Vital",
1672 "Subsystem": "processor_chip",
Ben Tyner34836322020-04-15 17:01:48 -05001673
Patrick Williams26919f02022-12-08 06:12:43 -06001674 "SRC": {
Ben Tyner34836322020-04-15 17:01:48 -05001675 "ReasonCode": "0xD16D",
Patrick Williams26919f02022-12-08 06:12:43 -06001676 "Words6To9": {}
Ben Tyner34836322020-04-15 17:01:48 -05001677 },
1678
Patrick Williams26919f02022-12-08 06:12:43 -06001679 "Documentation": {
Ben Tyner34836322020-04-15 17:01:48 -05001680 "Description": "Status shows SBE vital attention active",
1681 "Message": "SBE vital attention detected",
1682 "Notes": [
1683 "This entry is for any SBE vital attention event ",
1684 "reported by the attention handler component"
1685 ]
1686 }
1687 },
1688
1689 {
1690 "Name": "org.open_power.HwDiags.Error.Checkstop",
Zane Shelley4e6355d2022-02-24 15:28:08 -06001691 "PossibleSubsystems": [
Patrick Williams26919f02022-12-08 06:12:43 -06001692 "processor",
1693 "processor_fru",
1694 "processor_unit",
1695 "processor_bus",
1696 "memory_ctlr",
1697 "memory_bus",
1698 "memory_dimm",
1699 "memory_fru",
1700 "phb",
1701 "cec_hardware",
1702 "cec_clocks",
1703 "cec_tod",
1704 "others"
Zane Shelley4e6355d2022-02-24 15:28:08 -06001705 ],
1706 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06001707 "ActionFlags": ["service_action", "report", "call_home"],
Ben Tyner34836322020-04-15 17:01:48 -05001708
Patrick Williams26919f02022-12-08 06:12:43 -06001709 "SRC": {
Zane Shelley561c0382020-11-17 13:20:05 -06001710 "ReasonCode": "0xE510",
Patrick Williams26919f02022-12-08 06:12:43 -06001711 "SymptomIDFields": ["SRCWord6", "SRCWord7", "SRCWord8"],
Matt Spinlerda5b76b2023-06-01 15:56:57 -05001712 "CheckstopFlag": true,
Patrick Williams26919f02022-12-08 06:12:43 -06001713 "Words6To9": {
1714 "6": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001715 "AdditionalDataPropSource": "SRC6"
1716 },
Patrick Williams26919f02022-12-08 06:12:43 -06001717 "7": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001718 "AdditionalDataPropSource": "SRC7"
1719 },
Patrick Williams26919f02022-12-08 06:12:43 -06001720 "8": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001721 "AdditionalDataPropSource": "SRC8"
1722 }
Ben Tyner34836322020-04-15 17:01:48 -05001723 }
1724 },
1725
Patrick Williams26919f02022-12-08 06:12:43 -06001726 "Documentation": {
Zane Shelley561c0382020-11-17 13:20:05 -06001727 "Description": "A system checkstop attention has occurred",
Patrick Williams26919f02022-12-08 06:12:43 -06001728 "MessageArgSources": ["SRCWord6", "SRCWord7", "SRCWord8"],
Zane Shelley45ab43a2021-11-13 16:16:57 -06001729 "Message": "Error Signature: %1 %2 %3"
Ben Tyner34836322020-04-15 17:01:48 -05001730 }
1731 },
1732
1733 {
Zane Shelley561c0382020-11-17 13:20:05 -06001734 "Name": "org.open_power.HwDiags.Error.Predictive",
Zane Shelley4e6355d2022-02-24 15:28:08 -06001735 "PossibleSubsystems": [
Patrick Williams26919f02022-12-08 06:12:43 -06001736 "processor",
1737 "processor_fru",
1738 "processor_unit",
1739 "processor_bus",
1740 "memory_ctlr",
1741 "memory_bus",
1742 "memory_dimm",
1743 "memory_fru",
1744 "phb",
1745 "cec_hardware",
1746 "cec_clocks",
1747 "cec_tod",
1748 "others"
Zane Shelley4e6355d2022-02-24 15:28:08 -06001749 ],
1750 "Severity": "predictive",
Patrick Williams26919f02022-12-08 06:12:43 -06001751 "ActionFlags": ["service_action", "report", "call_home"],
Ben Tyner34836322020-04-15 17:01:48 -05001752
Patrick Williams26919f02022-12-08 06:12:43 -06001753 "SRC": {
Zane Shelley561c0382020-11-17 13:20:05 -06001754 "ReasonCode": "0xE511",
Patrick Williams26919f02022-12-08 06:12:43 -06001755 "SymptomIDFields": ["SRCWord6", "SRCWord7", "SRCWord8"],
1756 "Words6To9": {
1757 "6": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001758 "AdditionalDataPropSource": "SRC6"
1759 },
Patrick Williams26919f02022-12-08 06:12:43 -06001760 "7": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001761 "AdditionalDataPropSource": "SRC7"
1762 },
Patrick Williams26919f02022-12-08 06:12:43 -06001763 "8": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001764 "AdditionalDataPropSource": "SRC8"
1765 }
Ben Tyner34836322020-04-15 17:01:48 -05001766 }
1767 },
Zane Shelley561c0382020-11-17 13:20:05 -06001768
Patrick Williams26919f02022-12-08 06:12:43 -06001769 "Documentation": {
Zane Shelley561c0382020-11-17 13:20:05 -06001770 "Description": "A hardware attention requiring service has occurred",
Patrick Williams26919f02022-12-08 06:12:43 -06001771 "MessageArgSources": ["SRCWord6", "SRCWord7", "SRCWord8"],
Zane Shelley45ab43a2021-11-13 16:16:57 -06001772 "Message": "Error Signature: %1 %2 %3"
Ben Tyner34836322020-04-15 17:01:48 -05001773 }
Shawn McCarney01648f52020-06-25 11:42:02 -05001774 },
1775
1776 {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001777 "Name": "org.open_power.HwDiags.Error.Informational",
Zane Shelley4e6355d2022-02-24 15:28:08 -06001778 "PossibleSubsystems": [
Patrick Williams26919f02022-12-08 06:12:43 -06001779 "processor",
1780 "processor_fru",
1781 "processor_unit",
1782 "processor_bus",
1783 "memory_ctlr",
1784 "memory_bus",
1785 "memory_dimm",
1786 "memory_fru",
1787 "phb",
1788 "cec_hardware",
1789 "cec_clocks",
1790 "cec_tod",
1791 "others"
Zane Shelley4e6355d2022-02-24 15:28:08 -06001792 ],
1793 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -06001794 "ActionFlags": ["hidden", "dont_report"],
Zane Shelleydd4bd482021-12-08 09:12:51 -06001795
Patrick Williams26919f02022-12-08 06:12:43 -06001796 "SRC": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001797 "ReasonCode": "0xE512",
Patrick Williams26919f02022-12-08 06:12:43 -06001798 "SymptomIDFields": ["SRCWord6", "SRCWord7", "SRCWord8"],
1799 "Words6To9": {
1800 "6": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001801 "AdditionalDataPropSource": "SRC6"
1802 },
Patrick Williams26919f02022-12-08 06:12:43 -06001803 "7": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001804 "AdditionalDataPropSource": "SRC7"
1805 },
Patrick Williams26919f02022-12-08 06:12:43 -06001806 "8": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001807 "AdditionalDataPropSource": "SRC8"
1808 }
1809 }
1810 },
1811
Patrick Williams26919f02022-12-08 06:12:43 -06001812 "Documentation": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001813 "Description": "Manual analysis was initiated via the command line. FFDC only.",
Patrick Williams26919f02022-12-08 06:12:43 -06001814 "MessageArgSources": ["SRCWord6", "SRCWord7", "SRCWord8"],
Zane Shelleydd4bd482021-12-08 09:12:51 -06001815 "Message": "Error Signature: %1 %2 %3"
1816 }
1817 },
1818
1819 {
Brandon Wyman38caaf02020-09-01 16:07:42 -05001820 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.InputFault",
1821 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001822 "ActionFlags": ["service_action", "report"],
1823 "ComponentID": "0x2700",
1824
1825 "SRC": {
1826 "Type": "11",
1827 "ReasonCode": "0x15F0",
1828 "Words6To9": {}
1829 },
1830
1831 "Callouts": [
1832 {
1833 "CalloutList": [
1834 { "Priority": "high", "SymbolicFRU": "pwrsply" }
1835 ]
1836 }
1837 ],
1838
1839 "Documentation": {
1840 "Description": "Power Supply input power fault",
1841 "Message": "A power supply has indicated an input or under voltage condition.",
1842 "Notes": [
1843 "Check the power supply cabling and/or input power ",
1844 "source. The PWRSPLY procedure is used rather than ",
1845 "calling out a location code, as typically these faults ",
1846 "are related to the supplied power, the cable, or the ",
1847 "cable connectors. If the input fault resolves down to an ",
1848 "issue with the power supply itself, the power supply ",
1849 "indicating this input fault should be called out. Add the ",
1850 "CALLOUT_INVENTORY_PATH to the additional data, and set the",
1851 "CALLOUT_PRIORITY to something other than high."
1852 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06001853 },
1854
1855 "JournalCapture": {
1856 "Sections": [
1857 {
1858 "SyslogID": "phosphor-psu-monitor",
1859 "NumLines": 30
1860 },
1861 {
1862 "SyslogID": "phosphor-power-control",
1863 "NumLines": 30
1864 },
1865 {
1866 "SyslogID": "phosphor-chassis-state-manager",
1867 "NumLines": 15
1868 },
1869 {
1870 "SyslogID": "systemd",
1871 "NumLines": 15
1872 }
1873 ]
Brandon Wyman38caaf02020-09-01 16:07:42 -05001874 }
1875 },
1876
1877 {
1878 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Fault",
1879 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001880 "ActionFlags": ["service_action", "report", "call_home"],
1881 "ComponentID": "0x2700",
1882
1883 "SRC": {
1884 "Type": "11",
1885 "ReasonCode": "0x15F1",
Matt Spinler04ac4e32023-04-14 14:16:37 -05001886 "Words6To9": {},
1887 "DeconfigFlag": true
Brandon Wyman38caaf02020-09-01 16:07:42 -05001888 },
1889
Jim Wright006dafd2022-05-27 12:09:43 -05001890 "Callouts": [
1891 {
1892 "CalloutList": [
1893 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
1894 ]
1895 }
1896 ],
1897
Brandon Wyman38caaf02020-09-01 16:07:42 -05001898 "Documentation": {
1899 "Description": "Power Supply power fault",
1900 "Message": "The power supply detected a fault condition, see AdditionalData for further details.",
1901 "Notes": [
1902 "The power supply reporting the fault should be called ",
1903 "out using the CALLOUT_INVENTORY_PATH keyword. Include ",
1904 "specific fault, STATUS_* details, and code level in the ",
1905 "AdditionalData section."
1906 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06001907 },
1908
1909 "JournalCapture": {
1910 "Sections": [
1911 {
1912 "SyslogID": "phosphor-psu-monitor",
1913 "NumLines": 30
1914 },
1915 {
1916 "SyslogID": "phosphor-power-control",
1917 "NumLines": 30
1918 },
1919 {
1920 "SyslogID": "phosphor-chassis-state-manager",
1921 "NumLines": 15
1922 },
1923 {
1924 "SyslogID": "systemd",
1925 "NumLines": 15
1926 }
1927 ]
Brandon Wyman38caaf02020-09-01 16:07:42 -05001928 }
1929 },
1930
1931 {
1932 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.CommFault",
1933 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001934 "ActionFlags": ["service_action", "report", "call_home"],
1935 "ComponentID": "0x2700",
1936
1937 "SRC": {
1938 "Type": "11",
1939 "ReasonCode": "0x15F2",
Matt Spinler04ac4e32023-04-14 14:16:37 -05001940 "Words6To9": {},
1941 "DeconfigFlag": true
Brandon Wyman38caaf02020-09-01 16:07:42 -05001942 },
1943
Jim Wright006dafd2022-05-27 12:09:43 -05001944 "Callouts": [
1945 {
1946 "CalloutList": [
1947 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
1948 ]
1949 }
1950 ],
1951
Brandon Wyman38caaf02020-09-01 16:07:42 -05001952 "Documentation": {
1953 "Description": "Power Supply non-power fault",
1954 "Message": "A communication failure occurred talking to the power supply",
1955 "Notes": [
1956 "Communication problems with the power supply could be ",
1957 "the power supply, or any hardware between it and the ",
1958 "BMC. Reporting the error should be passing in a call ",
1959 "out using CALLOUT_DEVICE_PATH."
1960 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06001961 },
1962 "JournalCapture": {
1963 "Sections": [
1964 {
1965 "SyslogID": "phosphor-psu-monitor",
1966 "NumLines": 30
1967 },
1968 {
1969 "SyslogID": "phosphor-power-control",
1970 "NumLines": 30
1971 },
1972 {
1973 "SyslogID": "phosphor-chassis-state-manager",
1974 "NumLines": 15
1975 },
1976 {
1977 "SyslogID": "systemd",
1978 "NumLines": 15
1979 }
1980 ]
Brandon Wyman38caaf02020-09-01 16:07:42 -05001981 }
1982 },
1983
1984 {
1985 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Missing",
1986 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001987 "ActionFlags": ["service_action", "report", "call_home"],
1988 "ComponentID": "0x2700",
1989
1990 "SRC": {
1991 "Type": "11",
1992 "ReasonCode": "0x15F6",
Matt Spinler04ac4e32023-04-14 14:16:37 -05001993 "Words6To9": {},
1994 "DeconfigFlag": true
Brandon Wyman38caaf02020-09-01 16:07:42 -05001995 },
1996
1997 "Callouts": [
1998 {
1999 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -05002000 {
2001 "Priority": "high",
2002 "SymbolicFRUTrusted": "pwrsply",
2003 "UseInventoryLocCode": true
2004 }
Brandon Wyman38caaf02020-09-01 16:07:42 -05002005 ]
2006 }
2007 ],
2008
2009 "Documentation": {
2010 "Description": "Power Supply is missing",
2011 "Message": "A power supply that should be present is missing",
2012 "Notes": [
2013 "The CalloutList should use the PWRSPLY symbolic FRU ",
Matt Spinler80600192020-10-23 09:29:33 -05002014 "with the trusted location code property. The ",
2015 "location code in this callout is obtained from ",
2016 "the passed in CALLOUT_INVENTORY_PATH value."
Brandon Wyman38caaf02020-09-01 16:07:42 -05002017 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06002018 },
2019
2020 "JournalCapture": {
2021 "Sections": [
2022 {
2023 "SyslogID": "phosphor-psu-monitor",
2024 "NumLines": 30
2025 },
2026 {
2027 "SyslogID": "phosphor-power-control",
2028 "NumLines": 30
2029 },
2030 {
2031 "SyslogID": "phosphor-chassis-state-manager",
2032 "NumLines": 15
2033 },
2034 {
2035 "SyslogID": "systemd",
2036 "NumLines": 15
2037 }
2038 ]
Brandon Wyman38caaf02020-09-01 16:07:42 -05002039 }
2040 },
2041
2042 {
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00002043 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.NotSupported",
2044 "Subsystem": "power_supply",
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00002045 "ActionFlags": ["service_action", "report", "call_home"],
2046 "ComponentID": "0x2700",
2047
2048 "SRC": {
2049 "Type": "11",
2050 "ReasonCode": "0x15F7",
2051 "Words6To9": {}
2052 },
2053
Jim Wright006dafd2022-05-27 12:09:43 -05002054 "Callouts": [
2055 {
2056 "CalloutList": [
2057 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
2058 ]
2059 }
2060 ],
2061
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00002062 "Documentation": {
2063 "Description": "Power Supply configuration is not supported",
2064 "Message": "The power supply configuration is not supported",
2065 "Notes": [
2066 "The combination of power supplies detected in the ",
2067 "system is not supported. This could be caused by ",
2068 "mismatched models, less than expected number of power ",
2069 "supplies, or other unsupported characteristics."
2070 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06002071 },
2072
2073 "JournalCapture": {
2074 "Sections": [
2075 {
2076 "SyslogID": "phosphor-psu-monitor",
2077 "NumLines": 30
2078 },
2079 {
2080 "SyslogID": "phosphor-power-control",
2081 "NumLines": 30
2082 },
2083 {
2084 "SyslogID": "phosphor-chassis-state-manager",
2085 "NumLines": 15
2086 },
2087 {
2088 "SyslogID": "systemd",
2089 "NumLines": 15
2090 }
2091 ]
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00002092 }
2093 },
2094
2095 {
Brandon Wymanc30f00a2021-11-18 21:10:04 +00002096 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.FanFault",
2097 "Subsystem": "power_supply",
Brandon Wymanc30f00a2021-11-18 21:10:04 +00002098 "ActionFlags": ["service_action", "report", "call_home"],
2099 "ComponentID": "0x2700",
2100
2101 "SRC": {
2102 "Type": "11",
2103 "ReasonCode": "0x15FF",
Matt Spinler04ac4e32023-04-14 14:16:37 -05002104 "Words6To9": {},
2105 "DeconfigFlag": true
Brandon Wymanc30f00a2021-11-18 21:10:04 +00002106 },
2107
Jim Wright006dafd2022-05-27 12:09:43 -05002108 "Callouts": [
2109 {
2110 "CalloutList": [
2111 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
2112 ]
2113 }
2114 ],
2115
Brandon Wymanc30f00a2021-11-18 21:10:04 +00002116 "Documentation": {
2117 "Description": "Power Supply fan fault",
2118 "Message": "A power supply indicated a fan fault has occurred",
2119 "Notes": [
2120 "The power supply reporting the fault should be called ",
2121 "out using the CALLOUT_INVENTORY_PATH keyword. Include ",
2122 "specific fault, STATUS_* details, and code level in the ",
2123 "AdditionalData section."
2124 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06002125 },
2126
2127 "JournalCapture": {
2128 "Sections": [
2129 {
2130 "SyslogID": "phosphor-psu-monitor",
2131 "NumLines": 30
2132 },
2133 {
2134 "SyslogID": "phosphor-power-control",
2135 "NumLines": 30
2136 },
2137 {
2138 "SyslogID": "phosphor-chassis-state-manager",
2139 "NumLines": 15
2140 },
2141 {
2142 "SyslogID": "systemd",
2143 "NumLines": 15
2144 }
2145 ]
Brandon Wymanc30f00a2021-11-18 21:10:04 +00002146 }
2147 },
2148
2149 {
Brandon Wyman90c88402021-11-16 20:34:49 +00002150 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.IoutOCFault",
2151 "Subsystem": "power_supply",
Brandon Wyman90c88402021-11-16 20:34:49 +00002152 "ActionFlags": ["service_action", "report", "call_home"],
2153 "ComponentID": "0x2700",
2154
2155 "SRC": {
2156 "Type": "11",
2157 "ReasonCode": "0x1B01",
2158 "Words6To9": {}
2159 },
2160
2161 "Callouts": [
2162 {
2163 "CalloutList": [
2164 { "Priority": "high", "Procedure": "power_overcurrent" }
2165 ]
2166 }
2167 ],
2168
2169 "Documentation": {
2170 "Description": "Power Supply output over-current power fault",
2171 "Message": "A power supply has indicated an output over-current condition."
Faisal Awada8d2b2422023-03-03 15:48:09 -06002172 },
2173
2174 "JournalCapture": {
2175 "Sections": [
2176 {
2177 "SyslogID": "phosphor-psu-monitor",
2178 "NumLines": 30
2179 },
2180 {
2181 "SyslogID": "phosphor-power-control",
2182 "NumLines": 30
2183 },
2184 {
2185 "SyslogID": "phosphor-chassis-state-manager",
2186 "NumLines": 15
2187 },
2188 {
2189 "SyslogID": "systemd",
2190 "NumLines": 15
2191 }
2192 ]
Brandon Wyman90c88402021-11-16 20:34:49 +00002193 }
2194 },
2195
2196 {
Jay Meyer54ff54e2021-03-14 20:18:41 -05002197 "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Blackout",
2198 "Subsystem": "power",
Patrick Williams26919f02022-12-08 06:12:43 -06002199 "ActionFlags": ["report", "service_action"],
Jay Meyer54ff54e2021-03-14 20:18:41 -05002200 "ComponentID": "0x2700",
2201
Patrick Williams26919f02022-12-08 06:12:43 -06002202 "SRC": {
Jay Meyer54ff54e2021-03-14 20:18:41 -05002203 "Type": "11",
2204 "ReasonCode": "0x00AC",
Mike Cappsa2d7b772022-03-07 15:47:48 -05002205 "Words6To9": {}
Jay Meyer54ff54e2021-03-14 20:18:41 -05002206 },
2207
2208 "Callouts": [
2209 {
2210 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002211 { "Priority": "high", "SymbolicFRU": "ac_module" }
Jay Meyer54ff54e2021-03-14 20:18:41 -05002212 ]
2213 }
2214 ],
2215
2216 "Documentation": {
2217 "Description": "Input power was lost while the system was powered on.",
2218 "Message": "Input power was lost while the system was powered on.",
2219 "Notes": [
2220 "Input power was lost while system powered on.",
2221 "The CalloutList should use the ACMODUL symbolic FRU."
2222 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06002223 },
2224
2225 "JournalCapture": {
2226 "Sections": [
2227 {
2228 "SyslogID": "phosphor-psu-monitor",
2229 "NumLines": 30
2230 },
2231 {
2232 "SyslogID": "phosphor-power-control",
2233 "NumLines": 30
2234 },
2235 {
2236 "SyslogID": "phosphor-chassis-state-manager",
2237 "NumLines": 15
2238 },
2239 {
2240 "SyslogID": "systemd",
2241 "NumLines": 15
2242 }
2243 ]
Jay Meyer54ff54e2021-03-14 20:18:41 -05002244 }
2245 },
2246
2247 {
Patrick Williams26919f02022-12-08 06:12:43 -06002248 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.PSKillFault",
Brandon Wyman002d8cf2021-12-01 23:05:11 +00002249 "Subsystem": "power_supply",
Brandon Wyman002d8cf2021-12-01 23:05:11 +00002250 "ActionFlags": ["service_action", "report", "call_home"],
2251 "ComponentID": "0x2700",
2252
2253 "SRC": {
2254 "Type": "11",
2255 "ReasonCode": "0x2500",
Mike Cappsa2d7b772022-03-07 15:47:48 -05002256 "Words6To9": {}
Brandon Wyman002d8cf2021-12-01 23:05:11 +00002257 },
2258
2259 "Callouts": [
2260 {
2261 "CalloutList": [
2262 { "Priority": "high", "Procedure": "power_overcurrent" }
2263 ]
2264 }
2265 ],
2266
2267 "Documentation": {
2268 "Description": "A power supply fault is potentially preventing the power supply from allowing the system to power on.",
2269 "Message": "Power supply PSKill_fault",
Patrick Williams26919f02022-12-08 06:12:43 -06002270 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06002271 },
2272
2273 "JournalCapture": {
2274 "Sections": [
2275 {
2276 "SyslogID": "phosphor-psu-monitor",
2277 "NumLines": 30
2278 },
2279 {
2280 "SyslogID": "phosphor-power-control",
2281 "NumLines": 30
2282 },
2283 {
2284 "SyslogID": "phosphor-chassis-state-manager",
2285 "NumLines": 15
2286 },
2287 {
2288 "SyslogID": "systemd",
2289 "NumLines": 15
2290 }
2291 ]
Brandon Wyman002d8cf2021-12-01 23:05:11 +00002292 }
2293 },
2294
2295 {
Jim Wright7f678902020-11-30 16:03:57 -06002296 "Name": "xyz.openbmc_project.Power.Error.Shutdown",
2297 "Subsystem": "power_sequencer",
2298 "ComponentID": "0x2700",
2299
2300 "SRC": {
2301 "Type": "11",
2302 "ReasonCode": "0x2600",
2303 "Words6To9": {}
2304 },
2305
2306 "Callouts": [
2307 {
2308 "CalloutList": [
2309 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2310 ]
2311 }
2312 ],
2313
2314 "Documentation": {
2315 "Description": "A power off was issued because a power fault was detected",
2316 "Message": "A power off was issued because a power fault was detected",
Patrick Williams26919f02022-12-08 06:12:43 -06002317 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06002318 },
2319
2320 "JournalCapture": {
2321 "Sections": [
2322 {
2323 "SyslogID": "phosphor-psu-monitor",
2324 "NumLines": 30
2325 },
2326 {
2327 "SyslogID": "phosphor-power-control",
2328 "NumLines": 30
2329 },
2330 {
2331 "SyslogID": "phosphor-chassis-state-manager",
2332 "NumLines": 15
2333 },
2334 {
2335 "SyslogID": "systemd",
2336 "NumLines": 15
2337 },
2338 {
2339 "SyslogID": "phosphor-regulators",
2340 "NumLines": 5
2341 }
2342 ]
Jim Wright7f678902020-11-30 16:03:57 -06002343 }
2344 },
2345
2346 {
Ben Tyner0273a222021-07-12 15:18:13 -05002347 "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Regulator",
2348 "Subsystem": "power_control_hw",
Mike Capps2a2d0ae2022-03-16 18:09:00 -04002349 "Severity": "critical_system_term",
Ben Tyner0273a222021-07-12 15:18:13 -05002350 "ComponentID": "0x2700",
2351
2352 "SRC": {
2353 "Type": "11",
2354 "ReasonCode": "0x2602",
Mike Cappsa2d7b772022-03-07 15:47:48 -05002355 "Words6To9": {}
Ben Tyner0273a222021-07-12 15:18:13 -05002356 },
2357
2358 "Callouts": [
2359 {
2360 "System": "ibm,rainier",
2361 "CalloutList": [
2362 {
2363 "Priority": "high",
2364 "LocCode": "P0-C5"
2365 },
2366 {
2367 "Priority": "medium",
2368 "LocCode": "P0"
2369 }
2370 ]
2371 },
2372 {
2373 "System": "ibm,everest",
2374 "CalloutList": [
2375 {
2376 "Priority": "high",
2377 "LocCode": "P0-C59"
2378 },
2379 {
2380 "Priority": "medium",
2381 "LocCode": "P0"
2382 }
2383 ]
Matt Spinler0600cf72023-04-10 11:22:33 -05002384 },
2385 {
2386 "System": "ibm,bonnell",
2387 "CalloutList": [
2388 {
2389 "Priority": "high",
2390 "LocCode": "P0"
2391 }
2392 ]
Ben Tyner0273a222021-07-12 15:18:13 -05002393 }
2394 ],
2395
2396 "Documentation": {
2397 "Description": "A power off was issued because a regulator for standby power faulted",
2398 "Message": "A power off was issued because a regulator for standby power faulted",
Patrick Williams26919f02022-12-08 06:12:43 -06002399 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06002400 },
2401
2402 "JournalCapture": {
2403 "Sections": [
2404 {
2405 "SyslogID": "phosphor-psu-monitor",
2406 "NumLines": 30
2407 },
2408 {
2409 "SyslogID": "phosphor-power-control",
2410 "NumLines": 30
2411 },
2412 {
2413 "SyslogID": "phosphor-chassis-state-manager",
2414 "NumLines": 15
2415 },
2416 {
2417 "SyslogID": "systemd",
2418 "NumLines": 15
2419 },
2420 {
2421 "SyslogID": "phosphor-regulators",
2422 "NumLines": 5
2423 }
2424 ]
Ben Tyner0273a222021-07-12 15:18:13 -05002425 }
2426 },
2427
2428 {
Jim Wright7f678902020-11-30 16:03:57 -06002429 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerPGOODFault",
2430 "Subsystem": "power_sequencer",
2431 "ComponentID": "0x2700",
2432
2433 "SRC": {
2434 "Type": "11",
2435 "ReasonCode": "0x2610",
2436 "Words6To9": {}
2437 },
2438
2439 "CalloutsUsingAD": {
Patrick Williams26919f02022-12-08 06:12:43 -06002440 "ADName": "INPUT_NAME",
2441 "CalloutsWithTheirADValues": [
Jim Wright7f678902020-11-30 16:03:57 -06002442 {
Patrick Williams26919f02022-12-08 06:12:43 -06002443 "ADValue": "PGOOD_12A",
2444 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002445 {
2446 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002447 {
2448 "Priority": "high",
2449 "SymbolicFRU": "pgood_part"
2450 }
Jim Wright7f678902020-11-30 16:03:57 -06002451 ]
2452 }
2453 ]
2454 },
2455 {
Patrick Williams26919f02022-12-08 06:12:43 -06002456 "ADValue": "PGOOD_12B",
2457 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002458 {
2459 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002460 {
2461 "Priority": "high",
2462 "SymbolicFRU": "pgood_part"
2463 }
Jim Wright7f678902020-11-30 16:03:57 -06002464 ]
2465 }
2466 ]
2467 },
2468 {
Patrick Williams26919f02022-12-08 06:12:43 -06002469 "ADValue": "PGOOD_12C",
2470 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002471 {
2472 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002473 {
2474 "Priority": "high",
2475 "SymbolicFRU": "pgood_part"
2476 }
Jim Wright7f678902020-11-30 16:03:57 -06002477 ]
2478 }
2479 ]
2480 },
2481 {
Patrick Williams26919f02022-12-08 06:12:43 -06002482 "ADValue": "PGOOD_12D",
2483 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002484 {
2485 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002486 {
2487 "Priority": "high",
2488 "SymbolicFRU": "pgood_part"
2489 }
Jim Wright7f678902020-11-30 16:03:57 -06002490 ]
2491 }
2492 ]
2493 },
2494 {
Patrick Williams26919f02022-12-08 06:12:43 -06002495 "ADValue": "PGOOD_12L",
2496 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002497 {
2498 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002499 {
2500 "Priority": "high",
2501 "SymbolicFRU": "pgood_part"
2502 }
Jim Wright7f678902020-11-30 16:03:57 -06002503 ]
2504 }
2505 ]
2506 },
2507 {
Patrick Williams26919f02022-12-08 06:12:43 -06002508 "ADValue": "PGOOD_12M",
2509 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002510 {
2511 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002512 {
2513 "Priority": "high",
2514 "SymbolicFRU": "pgood_part"
2515 }
Jim Wright7f678902020-11-30 16:03:57 -06002516 ]
2517 }
2518 ]
2519 },
2520 {
Patrick Williams26919f02022-12-08 06:12:43 -06002521 "ADValue": "PGOOD_12N",
2522 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002523 {
2524 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002525 {
2526 "Priority": "high",
2527 "SymbolicFRU": "pgood_part"
2528 }
Jim Wright7f678902020-11-30 16:03:57 -06002529 ]
2530 }
2531 ]
2532 },
2533 {
Patrick Williams26919f02022-12-08 06:12:43 -06002534 "ADValue": "PGOOD_12PCIE",
2535 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002536 {
2537 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002538 {
2539 "Priority": "high",
2540 "SymbolicFRU": "pgood_part"
2541 }
Jim Wright7f678902020-11-30 16:03:57 -06002542 ]
2543 }
2544 ]
2545 },
2546 {
Patrick Williams26919f02022-12-08 06:12:43 -06002547 "ADValue": "PGOOD_12Q",
2548 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002549 {
2550 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002551 {
2552 "Priority": "high",
2553 "SymbolicFRU": "pgood_part"
2554 }
Jim Wright7f678902020-11-30 16:03:57 -06002555 ]
2556 }
2557 ]
2558 },
2559 {
Patrick Williams26919f02022-12-08 06:12:43 -06002560 "ADValue": "PGOOD_VDN_DCM0",
2561 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002562 {
2563 "CalloutList": [
2564 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002565 {
2566 "Priority": "medium",
2567 "LocCode": "P0-C15"
2568 },
Jim Wright7f678902020-11-30 16:03:57 -06002569 { "Priority": "low", "LocCode": "P0" }
2570 ]
2571 }
2572 ]
2573 },
2574 {
Patrick Williams26919f02022-12-08 06:12:43 -06002575 "ADValue": "PGOOD_VDN_DCM1",
2576 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002577 {
2578 "CalloutList": [
2579 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002580 {
2581 "Priority": "medium",
2582 "LocCode": "P0-C24"
2583 },
Jim Wright7f678902020-11-30 16:03:57 -06002584 { "Priority": "low", "LocCode": "P0" }
2585 ]
2586 }
2587 ]
2588 },
2589 {
Patrick Williams26919f02022-12-08 06:12:43 -06002590 "ADValue": "PGOOD_VCS_DCM0",
2591 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002592 {
2593 "CalloutList": [
2594 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002595 {
2596 "Priority": "medium",
2597 "LocCode": "P0-C15"
2598 },
Jim Wright7f678902020-11-30 16:03:57 -06002599 { "Priority": "low", "LocCode": "P0" }
2600 ]
2601 }
2602 ]
2603 },
2604 {
Patrick Williams26919f02022-12-08 06:12:43 -06002605 "ADValue": "PGOOD_VCS_DCM1",
2606 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002607 {
2608 "CalloutList": [
2609 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002610 {
2611 "Priority": "medium",
2612 "LocCode": "P0-C24"
2613 },
Jim Wright7f678902020-11-30 16:03:57 -06002614 { "Priority": "low", "LocCode": "P0" }
2615 ]
2616 }
2617 ]
2618 },
2619 {
Patrick Williams26919f02022-12-08 06:12:43 -06002620 "ADValue": "PGOOD_VIO_DCM0",
2621 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002622 {
2623 "CalloutList": [
2624 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002625 {
2626 "Priority": "medium",
2627 "LocCode": "P0-C15"
2628 },
Jim Wright7f678902020-11-30 16:03:57 -06002629 { "Priority": "low", "LocCode": "P0" }
2630 ]
2631 }
2632 ]
2633 },
2634 {
Patrick Williams26919f02022-12-08 06:12:43 -06002635 "ADValue": "PGOOD_VIO_DCM1",
2636 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002637 {
2638 "CalloutList": [
2639 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002640 {
2641 "Priority": "medium",
2642 "LocCode": "P0-C24"
2643 },
Jim Wright7f678902020-11-30 16:03:57 -06002644 { "Priority": "low", "LocCode": "P0" }
2645 ]
2646 }
2647 ]
2648 },
2649 {
Patrick Williams26919f02022-12-08 06:12:43 -06002650 "ADValue": "PGOOD_VPCIE_DCM0",
2651 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002652 {
2653 "CalloutList": [
2654 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002655 {
2656 "Priority": "medium",
2657 "LocCode": "P0-C15"
2658 },
Jim Wright7f678902020-11-30 16:03:57 -06002659 { "Priority": "low", "LocCode": "P0" }
2660 ]
2661 }
2662 ]
2663 },
2664 {
Patrick Williams26919f02022-12-08 06:12:43 -06002665 "ADValue": "PGOOD_VPCIE_DCM1",
2666 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002667 {
2668 "CalloutList": [
2669 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002670 {
2671 "Priority": "medium",
2672 "LocCode": "P0-C24"
2673 },
Jim Wright7f678902020-11-30 16:03:57 -06002674 { "Priority": "low", "LocCode": "P0" }
2675 ]
2676 }
2677 ]
Jim Wright2e4eb072022-02-03 14:43:46 -06002678 },
2679 {
Patrick Williams26919f02022-12-08 06:12:43 -06002680 "ADValue": "CP0_VPCIE",
2681 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002682 {
2683 "CalloutList": [
2684 { "Priority": "high", "LocCode": "P0-C58" },
Patrick Williams26919f02022-12-08 06:12:43 -06002685 {
2686 "Priority": "medium",
2687 "LocCode": "P0-C61"
2688 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002689 { "Priority": "low", "LocCode": "P0" }
2690 ]
2691 }
2692 ]
2693 },
2694 {
Patrick Williams26919f02022-12-08 06:12:43 -06002695 "ADValue": "CP1_VPCIE",
2696 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002697 {
2698 "CalloutList": [
2699 { "Priority": "high", "LocCode": "P0-C16" },
Patrick Williams26919f02022-12-08 06:12:43 -06002700 {
2701 "Priority": "medium",
2702 "LocCode": "P0-C14"
2703 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002704 { "Priority": "low", "LocCode": "P0" }
2705 ]
2706 }
2707 ]
2708 },
2709 {
Patrick Williams26919f02022-12-08 06:12:43 -06002710 "ADValue": "CP2_VPCIE",
2711 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002712 {
2713 "CalloutList": [
2714 { "Priority": "high", "LocCode": "P0-C16" },
Patrick Williams26919f02022-12-08 06:12:43 -06002715 {
2716 "Priority": "medium",
2717 "LocCode": "P0-C19"
2718 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002719 { "Priority": "low", "LocCode": "P0" }
2720 ]
2721 }
2722 ]
2723 },
2724 {
Patrick Williams26919f02022-12-08 06:12:43 -06002725 "ADValue": "CP3_VPCIE",
2726 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002727 {
2728 "CalloutList": [
2729 { "Priority": "high", "LocCode": "P0-C58" },
Patrick Williams26919f02022-12-08 06:12:43 -06002730 {
2731 "Priority": "medium",
2732 "LocCode": "P0-C56"
2733 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002734 { "Priority": "low", "LocCode": "P0" }
2735 ]
2736 }
2737 ]
2738 },
2739 {
Patrick Williams26919f02022-12-08 06:12:43 -06002740 "ADValue": "5.0V_USB_front",
2741 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002742 {
2743 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002744 {
2745 "Priority": "high",
2746 "SymbolicFRU": "usb_pgood"
2747 },
Jim Wrightace33db2022-04-19 14:33:37 -05002748 { "Priority": "low", "LocCode": "P1" },
2749 { "Priority": "low", "LocCode": "P0" }
Jim Wright2e4eb072022-02-03 14:43:46 -06002750 ]
2751 }
2752 ]
2753 },
2754 {
Patrick Williams26919f02022-12-08 06:12:43 -06002755 "ADValue": "CP0_VDN",
2756 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002757 {
2758 "CalloutList": [
2759 { "Priority": "high", "LocCode": "P0-C63" },
Patrick Williams26919f02022-12-08 06:12:43 -06002760 {
2761 "Priority": "medium",
2762 "LocCode": "P0-C61"
2763 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002764 { "Priority": "low", "LocCode": "P0" }
2765 ]
2766 }
2767 ]
2768 },
2769 {
Patrick Williams26919f02022-12-08 06:12:43 -06002770 "ADValue": "CP1_VDN",
2771 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002772 {
2773 "CalloutList": [
2774 { "Priority": "high", "LocCode": "P0-C12" },
Patrick Williams26919f02022-12-08 06:12:43 -06002775 {
2776 "Priority": "medium",
2777 "LocCode": "P0-C14"
2778 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002779 { "Priority": "low", "LocCode": "P0" }
2780 ]
2781 }
2782 ]
2783 },
2784 {
Patrick Williams26919f02022-12-08 06:12:43 -06002785 "ADValue": "CP2_VDN",
2786 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002787 {
2788 "CalloutList": [
2789 { "Priority": "high", "LocCode": "P0-C21" },
Patrick Williams26919f02022-12-08 06:12:43 -06002790 {
2791 "Priority": "medium",
2792 "LocCode": "P0-C19"
2793 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002794 { "Priority": "low", "LocCode": "P0" }
2795 ]
2796 }
2797 ]
2798 },
2799 {
Patrick Williams26919f02022-12-08 06:12:43 -06002800 "ADValue": "CP3_VDN",
2801 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002802 {
2803 "CalloutList": [
2804 { "Priority": "high", "LocCode": "P0-C54" },
Patrick Williams26919f02022-12-08 06:12:43 -06002805 {
2806 "Priority": "medium",
2807 "LocCode": "P0-C56"
2808 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002809 { "Priority": "low", "LocCode": "P0" }
2810 ]
2811 }
2812 ]
2813 },
2814 {
Patrick Williams26919f02022-12-08 06:12:43 -06002815 "ADValue": "CP0_VIO",
2816 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002817 {
2818 "CalloutList": [
2819 { "Priority": "high", "LocCode": "P0-C63" },
Patrick Williams26919f02022-12-08 06:12:43 -06002820 {
2821 "Priority": "medium",
2822 "LocCode": "P0-C61"
2823 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002824 { "Priority": "low", "LocCode": "P0" }
2825 ]
2826 }
2827 ]
2828 },
2829 {
Patrick Williams26919f02022-12-08 06:12:43 -06002830 "ADValue": "CP1_VIO",
2831 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002832 {
2833 "CalloutList": [
2834 { "Priority": "high", "LocCode": "P0-C12" },
Patrick Williams26919f02022-12-08 06:12:43 -06002835 {
2836 "Priority": "medium",
2837 "LocCode": "P0-C14"
2838 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002839 { "Priority": "low", "LocCode": "P0" }
2840 ]
2841 }
2842 ]
2843 },
2844 {
Patrick Williams26919f02022-12-08 06:12:43 -06002845 "ADValue": "CP2_VIO",
2846 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002847 {
2848 "CalloutList": [
2849 { "Priority": "high", "LocCode": "P0-C21" },
Patrick Williams26919f02022-12-08 06:12:43 -06002850 {
2851 "Priority": "medium",
2852 "LocCode": "P0-C19"
2853 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002854 { "Priority": "low", "LocCode": "P0" }
2855 ]
2856 }
2857 ]
2858 },
2859 {
Patrick Williams26919f02022-12-08 06:12:43 -06002860 "ADValue": "CP3_VIO",
2861 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002862 {
2863 "CalloutList": [
2864 { "Priority": "high", "LocCode": "P0-C54" },
Patrick Williams26919f02022-12-08 06:12:43 -06002865 {
2866 "Priority": "medium",
2867 "LocCode": "P0-C56"
2868 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002869 { "Priority": "low", "LocCode": "P0" }
2870 ]
2871 }
2872 ]
Jim Wright7f678902020-11-30 16:03:57 -06002873 }
2874 ]
2875 },
2876
2877 "Documentation": {
2878 "Description": "The power sequencer chip detected a PGOOD fault",
2879 "Message": "The power sequencer chip detected a PGOOD fault",
Patrick Williams26919f02022-12-08 06:12:43 -06002880 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06002881 },
2882
2883 "JournalCapture": {
2884 "Sections": [
2885 {
2886 "SyslogID": "phosphor-psu-monitor",
2887 "NumLines": 30
2888 },
2889 {
2890 "SyslogID": "phosphor-power-control",
2891 "NumLines": 30
2892 },
2893 {
2894 "SyslogID": "phosphor-chassis-state-manager",
2895 "NumLines": 15
2896 },
2897 {
2898 "SyslogID": "systemd",
2899 "NumLines": 15
2900 },
2901 {
2902 "SyslogID": "phosphor-regulators",
2903 "NumLines": 5
2904 }
2905 ]
Jim Wright7f678902020-11-30 16:03:57 -06002906 }
2907 },
2908
2909 {
2910 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerVoltageFault",
2911 "Subsystem": "power_sequencer",
2912 "ComponentID": "0x2700",
2913
2914 "SRC": {
2915 "Type": "11",
2916 "ReasonCode": "0x2620",
2917 "Words6To9": {}
2918 },
2919
2920 "CalloutsUsingAD": {
Patrick Williams26919f02022-12-08 06:12:43 -06002921 "ADName": "RAIL_NAME",
2922 "CalloutsWithTheirADValues": [
Jim Wright7f678902020-11-30 16:03:57 -06002923 {
Patrick Williams26919f02022-12-08 06:12:43 -06002924 "ADValue": "12.0V",
2925 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002926 {
2927 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002928 {
2929 "Priority": "high",
2930 "SymbolicFRU": "pgood_part"
2931 }
Jim Wright7f678902020-11-30 16:03:57 -06002932 ]
2933 }
2934 ]
2935 },
2936 {
Patrick Williams26919f02022-12-08 06:12:43 -06002937 "ADValue": "5.0V_USB",
2938 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002939 {
2940 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002941 {
2942 "Priority": "high",
2943 "SymbolicFRU": "usb_pgood"
2944 },
Jim Wright7f678902020-11-30 16:03:57 -06002945 { "Priority": "medium", "LocCode": "P0" }
2946 ]
2947 }
2948 ]
2949 },
2950 {
Patrick Williams26919f02022-12-08 06:12:43 -06002951 "ADValue": "5.0V_DASD",
2952 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002953 {
2954 "CalloutList": [
2955 { "Priority": "medium", "LocCode": "P1" },
2956 { "Priority": "medium", "LocCode": "P2" },
Jim Wright7f678902020-11-30 16:03:57 -06002957 { "Priority": "low", "LocCode": "P0" }
2958 ]
2959 }
2960 ]
2961 },
2962 {
Patrick Williams26919f02022-12-08 06:12:43 -06002963 "ADValue": "3.3VA",
2964 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002965 {
2966 "CalloutList": [
2967 { "Priority": "high", "LocCode": "P0" }
2968 ]
2969 }
2970 ]
2971 },
2972 {
Patrick Williams26919f02022-12-08 06:12:43 -06002973 "ADValue": "3.3VB",
2974 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002975 {
2976 "CalloutList": [
2977 { "Priority": "high", "LocCode": "P0" }
2978 ]
2979 }
2980 ]
2981 },
2982 {
Patrick Williams26919f02022-12-08 06:12:43 -06002983 "ADValue": "1.5V",
2984 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002985 {
2986 "CalloutList": [
2987 { "Priority": "high", "LocCode": "P0" }
2988 ]
2989 }
2990 ]
2991 },
2992 {
Patrick Williams26919f02022-12-08 06:12:43 -06002993 "ADValue": "1.1V",
2994 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002995 {
2996 "CalloutList": [
2997 { "Priority": "high", "LocCode": "P0" }
2998 ]
2999 }
3000 ]
3001 },
3002 {
Patrick Williams26919f02022-12-08 06:12:43 -06003003 "ADValue": "VDDA_DCM0",
3004 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003005 {
3006 "CalloutList": [
3007 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06003008 {
3009 "Priority": "medium",
3010 "LocCode": "P0-C15"
3011 },
Jim Wright7f678902020-11-30 16:03:57 -06003012 { "Priority": "low", "LocCode": "P0" }
3013 ]
3014 }
3015 ]
3016 },
3017 {
Patrick Williams26919f02022-12-08 06:12:43 -06003018 "ADValue": "VDDB_DCM0",
3019 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003020 {
3021 "CalloutList": [
3022 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06003023 {
3024 "Priority": "medium",
3025 "LocCode": "P0-C15"
3026 },
Jim Wright7f678902020-11-30 16:03:57 -06003027 { "Priority": "low", "LocCode": "P0" }
3028 ]
3029 }
3030 ]
3031 },
3032 {
Patrick Williams26919f02022-12-08 06:12:43 -06003033 "ADValue": "VDDA_DCM1",
3034 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003035 {
3036 "CalloutList": [
3037 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06003038 {
3039 "Priority": "medium",
3040 "LocCode": "P0-C24"
3041 },
Jim Wright7f678902020-11-30 16:03:57 -06003042 { "Priority": "low", "LocCode": "P0" }
3043 ]
3044 }
3045 ]
3046 },
3047 {
Patrick Williams26919f02022-12-08 06:12:43 -06003048 "ADValue": "VDDB_DCM1",
3049 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003050 {
3051 "CalloutList": [
3052 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06003053 {
3054 "Priority": "medium",
3055 "LocCode": "P0-C24"
3056 },
Jim Wright7f678902020-11-30 16:03:57 -06003057 { "Priority": "low", "LocCode": "P0" }
3058 ]
3059 }
3060 ]
3061 },
3062 {
Patrick Williams26919f02022-12-08 06:12:43 -06003063 "ADValue": "12.0VCS",
3064 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003065 {
3066 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003067 {
3068 "Priority": "high",
3069 "SymbolicFRU": "pgood_part"
3070 }
Jim Wright7f678902020-11-30 16:03:57 -06003071 ]
3072 }
3073 ]
3074 },
3075 {
Patrick Williams26919f02022-12-08 06:12:43 -06003076 "ADValue": "3.3VCS",
3077 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003078 {
3079 "CalloutList": [
3080 { "Priority": "high", "LocCode": "P0" }
3081 ]
3082 }
3083 ]
3084 },
3085 {
Patrick Williams26919f02022-12-08 06:12:43 -06003086 "ADValue": "1.1V_Current",
3087 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003088 {
3089 "CalloutList": [
3090 { "Priority": "high", "LocCode": "P0" }
3091 ]
3092 }
3093 ]
3094 },
3095 {
Patrick Williams26919f02022-12-08 06:12:43 -06003096 "ADValue": "5.0V_USB_Current",
3097 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003098 {
3099 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003100 {
3101 "Priority": "high",
3102 "SymbolicFRU": "usb_pgood"
3103 },
Jim Wright7f678902020-11-30 16:03:57 -06003104 { "Priority": "medium", "LocCode": "P0" }
3105 ]
3106 }
3107 ]
3108 },
3109 {
Patrick Williams26919f02022-12-08 06:12:43 -06003110 "ADValue": "5.0V_DASD_Current",
3111 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003112 {
3113 "CalloutList": [
3114 { "Priority": "medium", "LocCode": "P1" },
3115 { "Priority": "medium", "LocCode": "P2" },
Jim Wright7f678902020-11-30 16:03:57 -06003116 { "Priority": "low", "LocCode": "P0" }
3117 ]
3118 }
3119 ]
3120 },
3121 {
Patrick Williams26919f02022-12-08 06:12:43 -06003122 "ADValue": "12.0VN",
3123 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003124 {
3125 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003126 {
3127 "Priority": "high",
3128 "SymbolicFRU": "pgood_part"
3129 }
Jim Wright7f678902020-11-30 16:03:57 -06003130 ]
3131 }
3132 ]
3133 },
3134 {
Patrick Williams26919f02022-12-08 06:12:43 -06003135 "ADValue": "12.0VP",
3136 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003137 {
3138 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003139 {
3140 "Priority": "high",
3141 "SymbolicFRU": "pgood_part"
3142 }
Jim Wright7f678902020-11-30 16:03:57 -06003143 ]
3144 }
3145 ]
3146 },
3147 {
Patrick Williams26919f02022-12-08 06:12:43 -06003148 "ADValue": "12.0VQ",
3149 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003150 {
3151 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003152 {
3153 "Priority": "high",
3154 "SymbolicFRU": "pgood_part"
3155 }
Jim Wright7f678902020-11-30 16:03:57 -06003156 ]
3157 }
3158 ]
3159 },
3160 {
Patrick Williams26919f02022-12-08 06:12:43 -06003161 "ADValue": "12.0VR",
3162 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003163 {
3164 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003165 {
3166 "Priority": "high",
3167 "SymbolicFRU": "pgood_part"
3168 }
Jim Wright7f678902020-11-30 16:03:57 -06003169 ]
3170 }
3171 ]
3172 },
3173 {
Patrick Williams26919f02022-12-08 06:12:43 -06003174 "ADValue": "ThermalDiode1",
3175 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003176 {
3177 "CalloutList": [
3178 { "Priority": "high", "LocCode": "P0" }
3179 ]
3180 }
3181 ]
3182 },
3183 {
Patrick Williams26919f02022-12-08 06:12:43 -06003184 "ADValue": "ThermalDiode2",
3185 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003186 {
3187 "CalloutList": [
3188 { "Priority": "high", "LocCode": "P0" }
3189 ]
3190 }
3191 ]
3192 },
3193 {
Patrick Williams26919f02022-12-08 06:12:43 -06003194 "ADValue": "ThermalDiode3",
3195 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003196 {
3197 "CalloutList": [
3198 { "Priority": "high", "LocCode": "P0" }
3199 ]
3200 }
3201 ]
3202 },
3203 {
Patrick Williams26919f02022-12-08 06:12:43 -06003204 "ADValue": "ThermalDiode4",
3205 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003206 {
3207 "CalloutList": [
3208 { "Priority": "high", "LocCode": "P0" }
3209 ]
3210 }
3211 ]
Jim Wrightae1738c2022-05-02 09:57:45 -05003212 },
3213 {
Patrick Williams26919f02022-12-08 06:12:43 -06003214 "ADValue": "VDN_DCM0",
3215 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003216 {
3217 "CalloutList": [
3218 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06003219 {
3220 "Priority": "medium",
3221 "LocCode": "P0-C15"
3222 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003223 { "Priority": "low", "LocCode": "P0" }
3224 ]
3225 }
3226 ]
3227 },
3228 {
Patrick Williams26919f02022-12-08 06:12:43 -06003229 "ADValue": "VDN_DCM1",
3230 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003231 {
3232 "CalloutList": [
3233 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06003234 {
3235 "Priority": "medium",
3236 "LocCode": "P0-C24"
3237 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003238 { "Priority": "low", "LocCode": "P0" }
3239 ]
3240 }
3241 ]
3242 },
3243 {
Patrick Williams26919f02022-12-08 06:12:43 -06003244 "ADValue": "VCS_DCM0",
3245 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003246 {
3247 "CalloutList": [
3248 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06003249 {
3250 "Priority": "medium",
3251 "LocCode": "P0-C15"
3252 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003253 { "Priority": "low", "LocCode": "P0" }
3254 ]
3255 }
3256 ]
3257 },
3258 {
Patrick Williams26919f02022-12-08 06:12:43 -06003259 "ADValue": "VCS_DCM1",
3260 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003261 {
3262 "CalloutList": [
3263 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06003264 {
3265 "Priority": "medium",
3266 "LocCode": "P0-C24"
3267 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003268 { "Priority": "low", "LocCode": "P0" }
3269 ]
3270 }
3271 ]
3272 },
3273 {
Patrick Williams26919f02022-12-08 06:12:43 -06003274 "ADValue": "VIO_DCM0",
3275 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003276 {
3277 "CalloutList": [
3278 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06003279 {
3280 "Priority": "medium",
3281 "LocCode": "P0-C15"
3282 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003283 { "Priority": "low", "LocCode": "P0" }
3284 ]
3285 }
3286 ]
3287 },
3288 {
Patrick Williams26919f02022-12-08 06:12:43 -06003289 "ADValue": "VIO_DCM1",
3290 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003291 {
3292 "CalloutList": [
3293 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06003294 {
3295 "Priority": "medium",
3296 "LocCode": "P0-C24"
3297 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003298 { "Priority": "low", "LocCode": "P0" }
3299 ]
3300 }
3301 ]
3302 },
3303 {
Patrick Williams26919f02022-12-08 06:12:43 -06003304 "ADValue": "VPCIE_DCM0",
3305 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003306 {
3307 "CalloutList": [
3308 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06003309 {
3310 "Priority": "medium",
3311 "LocCode": "P0-C15"
3312 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003313 { "Priority": "low", "LocCode": "P0" }
3314 ]
3315 }
3316 ]
3317 },
3318 {
Patrick Williams26919f02022-12-08 06:12:43 -06003319 "ADValue": "VPCIE_DCM1",
3320 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003321 {
3322 "CalloutList": [
3323 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06003324 {
3325 "Priority": "medium",
3326 "LocCode": "P0-C24"
3327 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003328 { "Priority": "low", "LocCode": "P0" }
3329 ]
3330 }
3331 ]
Jim Wright452d46d2022-12-16 16:56:21 -06003332 },
3333 {
3334 "ADValue": "3V3IO",
3335 "Callouts": [
3336 {
3337 "CalloutList": [
3338 { "Priority": "high", "LocCode": "P0-C17" },
3339 {
3340 "Priority": "medium",
3341 "LocCode": "P0-C96"
3342 },
3343 {
3344 "Priority": "medium",
3345 "LocCode": "P0-C0"
3346 },
3347 {
3348 "Priority": "medium",
3349 "SymbolicFRU": "pcie_hot_plug"
3350 },
3351 { "Priority": "low", "LocCode": "P0" }
3352 ]
3353 }
3354 ]
3355 },
3356 {
3357 "ADValue": "CP0_VDD0",
3358 "Callouts": [
3359 {
3360 "CalloutList": [
3361 { "Priority": "high", "LocCode": "P0-C62" },
3362 {
3363 "Priority": "medium",
3364 "LocCode": "P0-C61"
3365 },
3366 { "Priority": "low", "LocCode": "P0" }
3367 ]
3368 }
3369 ]
3370 },
3371 {
3372 "ADValue": "CP0_VDD1",
3373 "Callouts": [
3374 {
3375 "CalloutList": [
3376 { "Priority": "high", "LocCode": "P0-C60" },
3377 {
3378 "Priority": "medium",
3379 "LocCode": "P0-C61"
3380 },
3381 { "Priority": "low", "LocCode": "P0" }
3382 ]
3383 }
3384 ]
3385 },
3386 {
3387 "ADValue": "CP1_VDD0",
3388 "Callouts": [
3389 {
3390 "CalloutList": [
3391 { "Priority": "high", "LocCode": "P0-C13" },
3392 {
3393 "Priority": "medium",
3394 "LocCode": "P0-C14"
3395 },
3396 { "Priority": "low", "LocCode": "P0" }
3397 ]
3398 }
3399 ]
3400 },
3401 {
3402 "ADValue": "CP1_VDD1",
3403 "Callouts": [
3404 {
3405 "CalloutList": [
3406 { "Priority": "high", "LocCode": "P0-C15" },
3407 {
3408 "Priority": "medium",
3409 "LocCode": "P0-C14"
3410 },
3411 { "Priority": "low", "LocCode": "P0" }
3412 ]
3413 }
3414 ]
3415 },
3416 {
3417 "ADValue": "CP2_VDD0",
3418 "Callouts": [
3419 {
3420 "CalloutList": [
3421 { "Priority": "high", "LocCode": "P0-C18" },
3422 {
3423 "Priority": "medium",
3424 "LocCode": "P0-C19"
3425 },
3426 { "Priority": "low", "LocCode": "P0" }
3427 ]
3428 }
3429 ]
3430 },
3431 {
3432 "ADValue": "CP2_VDD1",
3433 "Callouts": [
3434 {
3435 "CalloutList": [
3436 { "Priority": "high", "LocCode": "P0-C20" },
3437 {
3438 "Priority": "medium",
3439 "LocCode": "P0-C19"
3440 },
3441 { "Priority": "low", "LocCode": "P0" }
3442 ]
3443 }
3444 ]
3445 },
3446 {
3447 "ADValue": "CP3_VDD0",
3448 "Callouts": [
3449 {
3450 "CalloutList": [
3451 { "Priority": "high", "LocCode": "P0-C57" },
3452 {
3453 "Priority": "medium",
3454 "LocCode": "P0-C56"
3455 },
3456 { "Priority": "low", "LocCode": "P0" }
3457 ]
3458 }
3459 ]
3460 },
3461 {
3462 "ADValue": "CP3_VDD1",
3463 "Callouts": [
3464 {
3465 "CalloutList": [
3466 { "Priority": "high", "LocCode": "P0-C55" },
3467 {
3468 "Priority": "medium",
3469 "LocCode": "P0-C56"
3470 },
3471 { "Priority": "low", "LocCode": "P0" }
3472 ]
3473 }
3474 ]
3475 },
3476 {
3477 "ADValue": "CP0_VCS0",
3478 "Callouts": [
3479 {
3480 "CalloutList": [
3481 { "Priority": "high", "LocCode": "P0-C63" },
3482 {
3483 "Priority": "medium",
3484 "LocCode": "P0-C61"
3485 },
3486 { "Priority": "low", "LocCode": "P0" }
3487 ]
3488 }
3489 ]
3490 },
3491 {
3492 "ADValue": "CP0_VCS1",
3493 "Callouts": [
3494 {
3495 "CalloutList": [
3496 { "Priority": "high", "LocCode": "P0-C59" },
3497 {
3498 "Priority": "medium",
3499 "LocCode": "P0-C61"
3500 },
3501 { "Priority": "low", "LocCode": "P0" }
3502 ]
3503 }
3504 ]
3505 },
3506 {
3507 "ADValue": "CP1_VCS0",
3508 "Callouts": [
3509 {
3510 "CalloutList": [
3511 { "Priority": "high", "LocCode": "P0-C12" },
3512 {
3513 "Priority": "medium",
3514 "LocCode": "P0-C14"
3515 },
3516 { "Priority": "low", "LocCode": "P0" }
3517 ]
3518 }
3519 ]
3520 },
3521 {
3522 "ADValue": "CP1_VCS1",
3523 "Callouts": [
3524 {
3525 "CalloutList": [
3526 { "Priority": "high", "LocCode": "P0-C16" },
3527 {
3528 "Priority": "medium",
3529 "LocCode": "P0-C14"
3530 },
3531 { "Priority": "low", "LocCode": "P0" }
3532 ]
3533 }
3534 ]
3535 },
3536 {
3537 "ADValue": "CP2_VCS0",
3538 "Callouts": [
3539 {
3540 "CalloutList": [
3541 { "Priority": "high", "LocCode": "P0-C17" },
3542 {
3543 "Priority": "medium",
3544 "LocCode": "P0-C19"
3545 },
3546 { "Priority": "low", "LocCode": "P0" }
3547 ]
3548 }
3549 ]
3550 },
3551 {
3552 "ADValue": "CP2_VCS1",
3553 "Callouts": [
3554 {
3555 "CalloutList": [
3556 { "Priority": "high", "LocCode": "P0-C21" },
3557 {
3558 "Priority": "medium",
3559 "LocCode": "P0-C19"
3560 },
3561 { "Priority": "low", "LocCode": "P0" }
3562 ]
3563 }
3564 ]
3565 },
3566 {
3567 "ADValue": "CP3_VCS0",
3568 "Callouts": [
3569 {
3570 "CalloutList": [
3571 { "Priority": "high", "LocCode": "P0-C58" },
3572 {
3573 "Priority": "medium",
3574 "LocCode": "P0-C56"
3575 },
3576 { "Priority": "low", "LocCode": "P0" }
3577 ]
3578 }
3579 ]
3580 },
3581 {
3582 "ADValue": "CP3_VCS1",
3583 "Callouts": [
3584 {
3585 "CalloutList": [
3586 { "Priority": "high", "LocCode": "P0-C54" },
3587 {
3588 "Priority": "medium",
3589 "LocCode": "P0-C56"
3590 },
3591 { "Priority": "low", "LocCode": "P0" }
3592 ]
3593 }
3594 ]
3595 },
3596 {
3597 "ADValue": "CP03_AVDD",
3598 "Callouts": [
3599 {
3600 "CalloutList": [
3601 { "Priority": "high", "LocCode": "P0-C58" },
3602 {
3603 "Priority": "medium",
3604 "LocCode": "P0-C61"
3605 },
3606 {
3607 "Priority": "medium",
3608 "LocCode": "P0-C56"
3609 },
3610 { "Priority": "low", "LocCode": "P0" }
3611 ]
3612 }
3613 ]
3614 },
3615 {
3616 "ADValue": "CP12_AVDD",
3617 "Callouts": [
3618 {
3619 "CalloutList": [
3620 { "Priority": "high", "LocCode": "P0-C16" },
3621 {
3622 "Priority": "medium",
3623 "LocCode": "P0-C14"
3624 },
3625 {
3626 "Priority": "medium",
3627 "LocCode": "P0-C19"
3628 },
3629 { "Priority": "low", "LocCode": "P0" }
3630 ]
3631 }
3632 ]
3633 },
3634 {
3635 "ADValue": "CP0_VDN",
3636 "Callouts": [
3637 {
3638 "CalloutList": [
3639 { "Priority": "high", "LocCode": "P0-C63" },
3640 {
3641 "Priority": "medium",
3642 "LocCode": "P0-C61"
3643 },
3644 { "Priority": "low", "LocCode": "P0" }
3645 ]
3646 }
3647 ]
3648 },
3649 {
3650 "ADValue": "CP1_VDN",
3651 "Callouts": [
3652 {
3653 "CalloutList": [
3654 { "Priority": "high", "LocCode": "P0-C12" },
3655 {
3656 "Priority": "medium",
3657 "LocCode": "P0-C14"
3658 },
3659 { "Priority": "low", "LocCode": "P0" }
3660 ]
3661 }
3662 ]
3663 },
3664 {
3665 "ADValue": "CP2_VDN",
3666 "Callouts": [
3667 {
3668 "CalloutList": [
3669 { "Priority": "high", "LocCode": "P0-C21" },
3670 {
3671 "Priority": "medium",
3672 "LocCode": "P0-C19"
3673 },
3674 { "Priority": "low", "LocCode": "P0" }
3675 ]
3676 }
3677 ]
3678 },
3679 {
3680 "ADValue": "CP3_VDN",
3681 "Callouts": [
3682 {
3683 "CalloutList": [
3684 { "Priority": "high", "LocCode": "P0-C54" },
3685 {
3686 "Priority": "medium",
3687 "LocCode": "P0-C56"
3688 },
3689 { "Priority": "low", "LocCode": "P0" }
3690 ]
3691 }
3692 ]
3693 },
3694 {
3695 "ADValue": "CP0_VIO",
3696 "Callouts": [
3697 {
3698 "CalloutList": [
3699 { "Priority": "high", "LocCode": "P0-C63" },
3700 {
3701 "Priority": "medium",
3702 "LocCode": "P0-C61"
3703 },
3704 { "Priority": "low", "LocCode": "P0" }
3705 ]
3706 }
3707 ]
3708 },
3709 {
3710 "ADValue": "CP1_VIO",
3711 "Callouts": [
3712 {
3713 "CalloutList": [
3714 { "Priority": "high", "LocCode": "P0-C12" },
3715 {
3716 "Priority": "medium",
3717 "LocCode": "P0-C14"
3718 },
3719 { "Priority": "low", "LocCode": "P0" }
3720 ]
3721 }
3722 ]
3723 },
3724 {
3725 "ADValue": "CP2_VIO",
3726 "Callouts": [
3727 {
3728 "CalloutList": [
3729 { "Priority": "high", "LocCode": "P0-C21" },
3730 {
3731 "Priority": "medium",
3732 "LocCode": "P0-C19"
3733 },
3734 { "Priority": "low", "LocCode": "P0" }
3735 ]
3736 }
3737 ]
3738 },
3739 {
3740 "ADValue": "CP3_VIO",
3741 "Callouts": [
3742 {
3743 "CalloutList": [
3744 { "Priority": "high", "LocCode": "P0-C54" },
3745 {
3746 "Priority": "medium",
3747 "LocCode": "P0-C56"
3748 },
3749 { "Priority": "low", "LocCode": "P0" }
3750 ]
3751 }
3752 ]
3753 },
3754 {
3755 "ADValue": "CP0_VPCIE",
3756 "Callouts": [
3757 {
3758 "CalloutList": [
3759 { "Priority": "high", "LocCode": "P0-C58" },
3760 {
3761 "Priority": "medium",
3762 "LocCode": "P0-C61"
3763 },
3764 { "Priority": "low", "LocCode": "P0" }
3765 ]
3766 }
3767 ]
3768 },
3769 {
3770 "ADValue": "CP1_VPCIE",
3771 "Callouts": [
3772 {
3773 "CalloutList": [
3774 { "Priority": "high", "LocCode": "P0-C16" },
3775 {
3776 "Priority": "medium",
3777 "LocCode": "P0-C14"
3778 },
3779 { "Priority": "low", "LocCode": "P0" }
3780 ]
3781 }
3782 ]
3783 },
3784 {
3785 "ADValue": "CP2_VPCIE",
3786 "Callouts": [
3787 {
3788 "CalloutList": [
3789 { "Priority": "high", "LocCode": "P0-C16" },
3790 {
3791 "Priority": "medium",
3792 "LocCode": "P0-C19"
3793 },
3794 { "Priority": "low", "LocCode": "P0" }
3795 ]
3796 }
3797 ]
3798 },
3799 {
3800 "ADValue": "CP3_VPCIE",
3801 "Callouts": [
3802 {
3803 "CalloutList": [
3804 { "Priority": "high", "LocCode": "P0-C58" },
3805 {
3806 "Priority": "medium",
3807 "LocCode": "P0-C56"
3808 },
3809 { "Priority": "low", "LocCode": "P0" }
3810 ]
3811 }
3812 ]
Jim Wright9b779e42022-12-16 17:50:23 -06003813 },
3814 {
Shawn McCarney8d1e19b2023-08-04 16:19:49 -05003815 "ADValue": "12.0VA",
3816 "Callouts": [
3817 {
3818 "CalloutList": [
3819 {
3820 "Priority": "high",
3821 "SymbolicFRU": "pgood_part"
3822 }
3823 ]
3824 }
3825 ]
3826 },
3827 {
Jim Wright9b779e42022-12-16 17:50:23 -06003828 "ADValue": "5.0VCS",
3829 "Callouts": [
3830 {
3831 "CalloutList": [
3832 { "Priority": "high", "LocCode": "P0" }
3833 ]
3834 }
3835 ]
3836 },
3837 {
Shawn McCarney8d1e19b2023-08-04 16:19:49 -05003838 "ADValue": "1.8V",
3839 "Callouts": [
3840 {
3841 "CalloutList": [
3842 { "Priority": "high", "LocCode": "P0" }
3843 ]
3844 }
3845 ]
3846 },
3847 {
3848 "ADValue": "0.9V",
3849 "Callouts": [
3850 {
3851 "CalloutList": [
3852 { "Priority": "high", "LocCode": "P0" }
3853 ]
3854 }
3855 ]
3856 },
3857 {
3858 "ADValue": "3.3V",
Jim Wright9b779e42022-12-16 17:50:23 -06003859 "Callouts": [
3860 {
3861 "CalloutList": [
3862 {
3863 "Priority": "high",
3864 "SymbolicFRU": "pcie_hot_plug"
3865 },
3866 { "Priority": "medium", "LocCode": "P0" }
3867 ]
3868 }
3869 ]
3870 },
3871 {
Shawn McCarney8d1e19b2023-08-04 16:19:49 -05003872 "ADValue": "1.5V_AVDD",
3873 "Callouts": [
3874 {
3875 "CalloutList": [
3876 { "Priority": "high", "LocCode": "P0-C5" },
3877 { "Priority": "medium", "LocCode": "P0" }
3878 ]
3879 }
3880 ]
3881 },
3882 {
3883 "ADValue": "0.65V_VDN",
3884 "Callouts": [
3885 {
3886 "CalloutList": [
3887 { "Priority": "high", "LocCode": "P0-C5" },
3888 { "Priority": "medium", "LocCode": "P0" }
3889 ]
3890 }
3891 ]
3892 },
3893 {
3894 "ADValue": "0.7VA_VDD",
3895 "Callouts": [
3896 {
3897 "CalloutList": [
3898 { "Priority": "high", "LocCode": "P0-C5" },
3899 { "Priority": "medium", "LocCode": "P0" }
3900 ]
3901 }
3902 ]
3903 },
3904 {
3905 "ADValue": "0.7VB_VDD",
3906 "Callouts": [
3907 {
3908 "CalloutList": [
3909 { "Priority": "high", "LocCode": "P0-C5" },
3910 { "Priority": "medium", "LocCode": "P0" }
3911 ]
3912 }
3913 ]
3914 },
3915 {
3916 "ADValue": "0.75V_VCS",
3917 "Callouts": [
3918 {
3919 "CalloutList": [
3920 { "Priority": "high", "LocCode": "P0-C5" },
3921 { "Priority": "medium", "LocCode": "P0" }
3922 ]
3923 }
3924 ]
3925 },
3926 {
3927 "ADValue": "0.9V_VIO",
3928 "Callouts": [
3929 {
3930 "CalloutList": [
3931 { "Priority": "high", "LocCode": "P0-C5" },
3932 { "Priority": "medium", "LocCode": "P0" }
3933 ]
3934 }
3935 ]
3936 },
3937 {
3938 "ADValue": "0.85V_VPCIE",
3939 "Callouts": [
3940 {
3941 "CalloutList": [
3942 { "Priority": "high", "LocCode": "P0-C5" },
3943 { "Priority": "medium", "LocCode": "P0" }
3944 ]
3945 }
3946 ]
3947 },
3948 {
3949 "ADValue": "PMIC2_PG",
Jim Wright9b779e42022-12-16 17:50:23 -06003950 "Callouts": [
3951 {
3952 "CalloutList": [
3953 {
3954 "Priority": "high",
Shawn McCarney8d1e19b2023-08-04 16:19:49 -05003955 "SymbolicFRU": "memory_dimm"
Jim Wright9b779e42022-12-16 17:50:23 -06003956 },
3957 { "Priority": "medium", "LocCode": "P0" }
3958 ]
3959 }
3960 ]
3961 },
3962 {
Shawn McCarney8d1e19b2023-08-04 16:19:49 -05003963 "ADValue": "PMIC3_PG",
Jim Wright9b779e42022-12-16 17:50:23 -06003964 "Callouts": [
3965 {
3966 "CalloutList": [
Jim Wright9b779e42022-12-16 17:50:23 -06003967 {
Shawn McCarney8d1e19b2023-08-04 16:19:49 -05003968 "Priority": "high",
3969 "SymbolicFRU": "memory_dimm"
3970 },
3971 { "Priority": "medium", "LocCode": "P0" }
Jim Wright9b779e42022-12-16 17:50:23 -06003972 ]
3973 }
3974 ]
3975 },
3976 {
Shawn McCarney8d1e19b2023-08-04 16:19:49 -05003977 "ADValue": "VDDR_1.2VB",
Jim Wright9b779e42022-12-16 17:50:23 -06003978 "Callouts": [
3979 {
3980 "CalloutList": [
Jim Wright9b779e42022-12-16 17:50:23 -06003981 {
Shawn McCarney8d1e19b2023-08-04 16:19:49 -05003982 "Priority": "high",
3983 "SymbolicFRU": "memory_dimm"
3984 },
3985 { "Priority": "medium", "LocCode": "P0" }
Jim Wright9b779e42022-12-16 17:50:23 -06003986 ]
3987 }
3988 ]
3989 },
3990 {
Shawn McCarney8d1e19b2023-08-04 16:19:49 -05003991 "ADValue": "VDDR_1.2VA",
Jim Wright9b779e42022-12-16 17:50:23 -06003992 "Callouts": [
3993 {
3994 "CalloutList": [
Jim Wright9b779e42022-12-16 17:50:23 -06003995 {
Shawn McCarney8d1e19b2023-08-04 16:19:49 -05003996 "Priority": "high",
3997 "SymbolicFRU": "memory_dimm"
3998 },
3999 { "Priority": "medium", "LocCode": "P0" }
Jim Wright9b779e42022-12-16 17:50:23 -06004000 ]
4001 }
4002 ]
Jim Wright7f678902020-11-30 16:03:57 -06004003 }
4004 ]
4005 },
4006
4007 "Documentation": {
4008 "Description": "The power sequencer chip detected a voltage fault",
4009 "Message": "The power sequencer chip detected a voltage fault",
Patrick Williams26919f02022-12-08 06:12:43 -06004010 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06004011 },
4012
4013 "JournalCapture": {
4014 "Sections": [
4015 {
4016 "SyslogID": "phosphor-psu-monitor",
4017 "NumLines": 30
4018 },
4019 {
4020 "SyslogID": "phosphor-power-control",
4021 "NumLines": 30
4022 },
4023 {
4024 "SyslogID": "phosphor-chassis-state-manager",
4025 "NumLines": 15
4026 },
4027 {
4028 "SyslogID": "systemd",
4029 "NumLines": 15
4030 },
4031 {
4032 "SyslogID": "phosphor-regulators",
4033 "NumLines": 5
4034 }
4035 ]
Jim Wright7f678902020-11-30 16:03:57 -06004036 }
4037 },
4038
4039 {
Shawn McCarney7f1ec942021-07-28 13:33:34 -05004040 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.N",
4041 "Subsystem": "power",
4042 "Severity": "predictive_redundancy_loss",
4043 "ComponentID": "0x2700",
4044
4045 "SRC": {
4046 "Type": "11",
4047 "ReasonCode": "0x2700",
Matt Spinler04ac4e32023-04-14 14:16:37 -05004048 "Words6To9": {},
4049 "DeconfigFlag": true
Shawn McCarney7f1ec942021-07-28 13:33:34 -05004050 },
4051
4052 "Documentation": {
4053 "Description": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
4054 "Message": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
4055 "Notes": [
4056 "CALLOUT_INVENTORY_PATH should be specified in the ",
4057 "AdditionalData property of the event log so that ",
4058 "the device is called out but not the communication path."
4059 ]
4060 }
4061 },
4062
4063 {
4064 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.NPlus1",
4065 "Subsystem": "power",
4066 "Severity": "non_error",
4067 "MfgSeverity": "predictive_redundancy_loss",
4068 "ActionFlags": ["report"],
4069 "MfgActionFlags": ["service_action", "report", "call_home"],
4070 "ComponentID": "0x2700",
4071
4072 "SRC": {
4073 "Type": "11",
4074 "ReasonCode": "0x2701",
4075 "Words6To9": {}
4076 },
4077
4078 "Documentation": {
4079 "Description": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
4080 "Message": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
4081 "Notes": [
4082 "CALLOUT_INVENTORY_PATH should be specified in the ",
4083 "AdditionalData property of the event log so that ",
4084 "the device is called out but not the communication path."
4085 ]
4086 }
4087 },
4088
4089 {
Shawn McCarney01648f52020-06-25 11:42:02 -05004090 "Name": "xyz.openbmc_project.Power.Regulators.Error.WriteVerification",
4091 "Subsystem": "power",
4092 "ComponentID": "0x2700",
4093
4094 "SRC": {
4095 "Type": "11",
4096 "ReasonCode": "0x2900",
Matt Spinler04ac4e32023-04-14 14:16:37 -05004097 "Words6To9": {},
4098 "DeconfigFlag": true
Shawn McCarney01648f52020-06-25 11:42:02 -05004099 },
4100
4101 "Documentation": {
4102 "Description": "A write verification error occurred on a device",
4103 "Message": "A write verification error occurred on a device",
4104 "Notes": [
4105 "This error occurs when a device register is written, ",
4106 "read back, and the two values do not match. This is ",
4107 "also called a read-back error. The device should be ",
4108 "identified using the CALLOUT_DEVICE_PATH or ",
4109 "CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR keywords in the ",
4110 "AdditionalData property of the event log. This will ",
4111 "cause the device and the hardware in the communication ",
4112 "path to be called out."
4113 ]
4114 }
4115 },
4116
4117 {
Shawn McCarneye4022182022-01-31 19:09:01 -06004118 "Name": "xyz.openbmc_project.Power.UPS.Error.Battery.Discharging",
4119 "Subsystem": "power",
4120 "Severity": "non_error",
4121 "ActionFlags": ["report"],
4122 "ComponentID": "0x2700",
4123
4124 "SRC": {
4125 "Type": "11",
4126 "ReasonCode": "0x4201",
4127 "Words6To9": {}
4128 },
4129
4130 "Documentation": {
4131 "Description": "The Uninterruptible Power Supply (UPS) battery is discharging and providing power to the system due to a utility failure",
4132 "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 -06004133 "Notes": []
Shawn McCarneye4022182022-01-31 19:09:01 -06004134 }
4135 },
4136
4137 {
4138 "Name": "xyz.openbmc_project.Power.UPS.Error.Battery.Low",
4139 "Subsystem": "power",
4140 "Severity": "non_error",
4141 "ActionFlags": ["report"],
4142 "ComponentID": "0x2700",
4143
4144 "SRC": {
4145 "Type": "11",
4146 "ReasonCode": "0x4203",
4147 "Words6To9": {}
4148 },
4149
4150 "Documentation": {
4151 "Description": "The Uninterruptible Power Supply (UPS) battery level is low",
4152 "Message": "The Uninterruptible Power Supply (UPS) battery level is low",
Patrick Williams26919f02022-12-08 06:12:43 -06004153 "Notes": []
Shawn McCarneye4022182022-01-31 19:09:01 -06004154 }
4155 },
4156
4157 {
Shawn McCarney01648f52020-06-25 11:42:02 -05004158 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile",
4159 "Subsystem": "power",
4160 "ComponentID": "0x2700",
4161
4162 "SRC": {
4163 "Type": "11",
4164 "ReasonCode": "0xA013",
4165 "Words6To9": {}
4166 },
4167
4168 "Callouts": [
4169 {
4170 "CalloutList": [
4171 { "Priority": "high", "Procedure": "bmc_code" }
4172 ]
4173 }
4174 ],
4175
4176 "Documentation": {
4177 "Description": "A regulators configuration file error occurred",
4178 "Message": "A regulators configuration file error occurred",
4179 "Notes": [
4180 "The regulators configuration file could not be found, ",
4181 "could not be read, or had invalid contents."
4182 ]
4183 }
4184 },
4185
4186 {
Shawn McCarney82e31d82021-02-19 16:25:55 -06004187 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile.Critical",
4188 "Subsystem": "power",
4189 "Severity": "critical_system_term",
4190 "ComponentID": "0x2700",
4191
4192 "SRC": {
4193 "Type": "11",
4194 "ReasonCode": "0xA014",
Mike Cappsa2d7b772022-03-07 15:47:48 -05004195 "Words6To9": {}
Shawn McCarney82e31d82021-02-19 16:25:55 -06004196 },
4197
4198 "Callouts": [
4199 {
4200 "CalloutList": [
4201 { "Priority": "high", "Procedure": "bmc_code" }
4202 ]
4203 }
4204 ],
4205
4206 "Documentation": {
4207 "Description": "A critical regulators configuration file error occurred",
4208 "Message": "A critical regulators configuration file error occurred",
4209 "Notes": [
4210 "The regulators configuration file could not be found, ",
4211 "could not be read, or had invalid contents. As a result ",
4212 "voltage regulators could not be configured, and the ",
4213 "chassis could not be powered on."
4214 ]
4215 }
4216 },
4217
4218 {
Jim Wright7f678902020-11-30 16:03:57 -06004219 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerFault",
4220 "Subsystem": "power_sequencer",
4221 "ComponentID": "0x2700",
4222
4223 "SRC": {
4224 "Type": "11",
4225 "ReasonCode": "0xD000",
4226 "Words6To9": {}
4227 },
4228
4229 "Callouts": [
4230 {
Patrick Williams26919f02022-12-08 06:12:43 -06004231 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Jim Wright7f678902020-11-30 16:03:57 -06004232 }
4233 ],
4234
4235 "Documentation": {
4236 "Description": "The power sequencer chip detected a fault",
4237 "Message": "The power sequencer chip detected a fault",
Patrick Williams26919f02022-12-08 06:12:43 -06004238 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06004239 },
4240
4241 "JournalCapture": {
4242 "Sections": [
4243 {
4244 "SyslogID": "phosphor-psu-monitor",
4245 "NumLines": 30
4246 },
4247 {
4248 "SyslogID": "phosphor-power-control",
4249 "NumLines": 30
4250 },
4251 {
4252 "SyslogID": "phosphor-chassis-state-manager",
4253 "NumLines": 15
4254 },
4255 {
4256 "SyslogID": "systemd",
4257 "NumLines": 15
4258 },
4259 {
4260 "SyslogID": "phosphor-regulators",
4261 "NumLines": 5
4262 }
4263 ]
Jim Wright7f678902020-11-30 16:03:57 -06004264 }
4265 },
4266
4267 {
Jim Wrightc1ba04f2021-11-12 15:31:32 -06004268 "Name": "xyz.openbmc_project.Power.Error.PowerOnTimeout",
Jim Wright7f678902020-11-30 16:03:57 -06004269 "Subsystem": "power_sequencer",
4270 "ComponentID": "0x2700",
Jim Wrightc1ba04f2021-11-12 15:31:32 -06004271 "Severity": "critical",
Jim Wright7f678902020-11-30 16:03:57 -06004272
4273 "SRC": {
4274 "Type": "11",
4275 "ReasonCode": "0xD002",
4276 "Words6To9": {}
4277 },
4278
4279 "Callouts": [
4280 {
Patrick Williams26919f02022-12-08 06:12:43 -06004281 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Jim Wright7f678902020-11-30 16:03:57 -06004282 }
4283 ],
4284
4285 "Documentation": {
Jim Wrightc1ba04f2021-11-12 15:31:32 -06004286 "Description": "System power failed to turn on within timeout period",
4287 "Message": "System power failed to turn on within timeout period",
Patrick Williams26919f02022-12-08 06:12:43 -06004288 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06004289 },
4290
4291 "JournalCapture": {
4292 "Sections": [
4293 {
4294 "SyslogID": "phosphor-psu-monitor",
4295 "NumLines": 30
4296 },
4297 {
4298 "SyslogID": "phosphor-power-control",
4299 "NumLines": 30
4300 },
4301 {
4302 "SyslogID": "phosphor-chassis-state-manager",
4303 "NumLines": 15
4304 },
4305 {
4306 "SyslogID": "systemd",
4307 "NumLines": 15
4308 },
4309 {
4310 "SyslogID": "phosphor-regulators",
4311 "NumLines": 5
4312 }
4313 ]
Jim Wrightc1ba04f2021-11-12 15:31:32 -06004314 }
4315 },
4316
4317 {
4318 "Name": "xyz.openbmc_project.Power.Error.PowerOffTimeout",
4319 "Subsystem": "power_sequencer",
4320 "ComponentID": "0x2700",
4321 "Severity": "critical",
4322
4323 "SRC": {
4324 "Type": "11",
4325 "ReasonCode": "0xD008",
4326 "Words6To9": {}
4327 },
4328
4329 "Callouts": [
4330 {
Patrick Williams26919f02022-12-08 06:12:43 -06004331 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Jim Wrightc1ba04f2021-11-12 15:31:32 -06004332 }
4333 ],
4334
4335 "Documentation": {
4336 "Description": "System power failed to turn off within timeout period",
4337 "Message": "System power failed to turn off within timeout period",
Patrick Williams26919f02022-12-08 06:12:43 -06004338 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06004339 },
4340
4341 "JournalCapture": {
4342 "Sections": [
4343 {
4344 "SyslogID": "phosphor-psu-monitor",
4345 "NumLines": 30
4346 },
4347 {
4348 "SyslogID": "phosphor-power-control",
4349 "NumLines": 30
4350 },
4351 {
4352 "SyslogID": "phosphor-chassis-state-manager",
4353 "NumLines": 15
4354 },
4355 {
4356 "SyslogID": "systemd",
4357 "NumLines": 15
4358 },
4359 {
4360 "SyslogID": "phosphor-regulators",
4361 "NumLines": 5
4362 }
4363 ]
Jim Wright7f678902020-11-30 16:03:57 -06004364 }
4365 },
4366
4367 {
Shawn McCarney01648f52020-06-25 11:42:02 -05004368 "Name": "xyz.openbmc_project.Power.Error.Internal",
4369 "Subsystem": "power",
4370 "ComponentID": "0x2700",
4371
4372 "SRC": {
4373 "Type": "11",
4374 "ReasonCode": "0xE000",
4375 "Words6To9": {}
4376 },
4377
4378 "Callouts": [
4379 {
4380 "CalloutList": [
4381 { "Priority": "high", "Procedure": "bmc_code" }
4382 ]
4383 }
4384 ],
4385
4386 "Documentation": {
4387 "Description": "An internal firmware error occurred",
4388 "Message": "An internal firmware error occurred",
4389 "Notes": [
4390 "The error details must be provided in the AdditionalData ",
4391 "property of the event log."
4392 ]
4393 }
4394 },
4395
4396 {
4397 "Name": "xyz.openbmc_project.Power.Error.I2C",
4398 "Subsystem": "cec_i2c",
4399 "ComponentID": "0x2700",
4400
4401 "SRC": {
4402 "Type": "11",
4403 "ReasonCode": "0xE100",
Matt Spinler04ac4e32023-04-14 14:16:37 -05004404 "Words6To9": {},
4405 "DeconfigFlag": true
Shawn McCarney01648f52020-06-25 11:42:02 -05004406 },
4407
4408 "Documentation": {
4409 "Description": "An I2C error occurred communicating with a device",
4410 "Message": "An I2C error occurred communicating with a device",
4411 "Notes": [
4412 "The device should be identified using the ",
4413 "CALLOUT_DEVICE_PATH or CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR ",
4414 "keywords in the AdditionalData property of the event ",
4415 "log. This will cause the device and the hardware in the ",
4416 "communication path to be called out."
4417 ]
4418 }
4419 },
4420
4421 {
4422 "Name": "xyz.openbmc_project.Power.Error.PMBus",
4423 "Subsystem": "power",
4424 "ComponentID": "0x2700",
4425
4426 "SRC": {
4427 "Type": "11",
4428 "ReasonCode": "0xE200",
Matt Spinler04ac4e32023-04-14 14:16:37 -05004429 "Words6To9": {},
4430 "DeconfigFlag": true
Shawn McCarney01648f52020-06-25 11:42:02 -05004431 },
4432
4433 "Documentation": {
4434 "Description": "A PMBus error occurred on a device",
4435 "Message": "A PMBus error occurred on a device",
4436 "Notes": [
4437 "This error occurs when the I2C communication was ",
4438 "successful, but the PMBus value read is invalid or ",
4439 "unsupported. CALLOUT_INVENTORY_PATH should be specified ",
4440 "in the AdditionalData property of the event log so that ",
4441 "the device is called out but not the communication path."
4442 ]
4443 }
4444 },
4445
4446 {
4447 "Name": "xyz.openbmc_project.Power.Error.DBus",
4448 "Subsystem": "power",
4449 "ComponentID": "0x2700",
4450
4451 "SRC": {
4452 "Type": "11",
4453 "ReasonCode": "0xE300",
4454 "Words6To9": {}
4455 },
4456
4457 "Callouts": [
4458 {
4459 "CalloutList": [
4460 { "Priority": "high", "Procedure": "bmc_code" }
4461 ]
4462 }
4463 ],
4464
4465 "Documentation": {
4466 "Description": "A firmware inter-process communication (D-Bus) error occurred",
4467 "Message": "A firmware inter-process communication (D-Bus) error occurred"
4468 }
Matt Spinler60d1c392020-09-23 15:23:24 -05004469 },
4470
4471 {
Matt Spinler7c9c07e2020-10-22 10:16:37 -05004472 "Name": "xyz.openbmc_project.Fan.Error.Fault",
4473 "Subsystem": "power_fans",
4474 "ComponentID": "0x2800",
4475
4476 "SRC": {
4477 "Type": "11",
4478 "ReasonCode": "0x76F0",
Matt Spinler04ac4e32023-04-14 14:16:37 -05004479 "Words6To9": {},
4480 "DeconfigFlag": true
Matt Spinler7c9c07e2020-10-22 10:16:37 -05004481 },
4482
4483 "Documentation": {
4484 "Description": "Fan rotor fault",
4485 "Message": "Fan rotor fault",
4486 "Notes": [
4487 "This error occurs when a fan rotor has been faulted for a ",
4488 "certain amount of time. The callout is the fan which is ",
4489 "passed in with CALLOUT_INVENTORY_PATH. The severity is ",
4490 "passed in during creation and will be either informational ",
4491 "or unrecoverable. The action flags use the defaults and ",
4492 "vary based on the severity."
4493 ]
4494 }
4495 },
4496
4497 {
Matt Spinler60d1c392020-09-23 15:23:24 -05004498 "Name": "xyz.openbmc_project.Fan.Error.Missing",
4499 "Subsystem": "power_fans",
4500 "ComponentID": "0x2800",
4501 "Severity": "unrecoverable_redundancy_loss",
4502 "ActionFlags": ["service_action", "report", "call_home"],
4503
4504 "SRC": {
4505 "Type": "11",
4506 "ReasonCode": "0x76F1",
Matt Spinler04ac4e32023-04-14 14:16:37 -05004507 "Words6To9": {},
4508 "DeconfigFlag": true
Matt Spinler60d1c392020-09-23 15:23:24 -05004509 },
4510
4511 "Callouts": [
4512 {
Matt Spinler938ac792021-05-12 10:46:44 -05004513 "System": "ibm,rainier",
Matt Spinler60d1c392020-09-23 15:23:24 -05004514 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -05004515 {
Patrick Williams26919f02022-12-08 06:12:43 -06004516 "Priority": "high",
4517 "SymbolicFRUTrusted": "air_mover",
4518 "UseInventoryLocCode": true
Matt Spinler80600192020-10-23 09:29:33 -05004519 },
4520 {
4521 "Priority": "low",
4522 "LocCode": "P0"
4523 }
Matt Spinler60d1c392020-09-23 15:23:24 -05004524 ]
Matt Spinler938ac792021-05-12 10:46:44 -05004525 },
4526 {
4527 "System": "ibm,everest",
4528 "CalloutList": [
4529 {
Patrick Williams26919f02022-12-08 06:12:43 -06004530 "Priority": "high",
4531 "SymbolicFRUTrusted": "air_mover",
4532 "UseInventoryLocCode": true
Matt Spinler938ac792021-05-12 10:46:44 -05004533 },
4534 {
4535 "Priority": "low",
4536 "LocCode": "P1"
4537 }
4538 ]
Matt Spinler0600cf72023-04-10 11:22:33 -05004539 },
4540 {
4541 "System": "ibm,bonnell",
4542 "CalloutList": [
4543 {
4544 "Priority": "high",
4545 "SymbolicFRUTrusted": "air_mover",
4546 "UseInventoryLocCode": true
4547 },
4548 {
4549 "Priority": "low",
4550 "LocCode": "P0"
4551 }
4552 ]
Matt Spinler60d1c392020-09-23 15:23:24 -05004553 }
4554 ],
4555
4556 "Documentation": {
4557 "Description": "A fan is missing",
4558 "Message": "A fan is missing",
4559 "Notes": [
4560 "This error occurs when a fan has been missing for a ",
Matt Spinler80600192020-10-23 09:29:33 -05004561 "certain amount of time. The first callout is the ",
4562 "symbolic FRU AIR_MOVR that has the trusted fan location ",
4563 "code, which it gets using the passed in ",
4564 "CALLOUT_INVENTORY_PATH. The second callout is the FRU ",
Matt Spinler938ac792021-05-12 10:46:44 -05004565 "where the controller and GPIO expander are."
Matt Spinler60d1c392020-09-23 15:23:24 -05004566 ]
4567 }
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004568 },
4569
4570 {
Matt Spinleradf070b2021-04-21 13:39:45 -05004571 "Name": "xyz.openbmc_project.Fan.Presence.Error.Detection",
4572 "ComponentID": "0x2800",
4573 "Subsystem": "power_fans",
4574 "Severity": "non_error",
4575 "ActionFlags": ["report"],
4576 "MfgSeverity": "predictive",
4577 "MfgActionFlags": ["service_action", "report"],
4578
4579 "SRC": {
4580 "Type": "11",
4581 "ReasonCode": "0x76F2",
4582 "Words6To9": {}
4583 },
4584
4585 "Callouts": [
4586 {
4587 "System": "ibm,rainier",
Patrick Williams26919f02022-12-08 06:12:43 -06004588 "CalloutList": [{ "Priority": "medium", "LocCode": "P0" }]
Matt Spinleradf070b2021-04-21 13:39:45 -05004589 },
4590 {
4591 "System": "ibm,everest",
Patrick Williams26919f02022-12-08 06:12:43 -06004592 "CalloutList": [{ "Priority": "medium", "LocCode": "P1" }]
Matt Spinler0600cf72023-04-10 11:22:33 -05004593 },
4594 {
4595 "System": "ibm,bonnell",
4596 "CalloutList": [{ "Priority": "medium", "LocCode": "P0" }]
Matt Spinleradf070b2021-04-21 13:39:45 -05004597 }
4598 ],
4599
4600 "Documentation": {
4601 "Description": "Presence detect methods for the same fan disagree",
4602 "Message": "Presence detect methods for the same fan disagree",
4603 "Notes": [
4604 "This error occurs when there is more than one way to detect",
4605 "fan presence, and they don't all agree. For example, the",
4606 "GPIO says a fan isn't present, but the tach readings are",
4607 "nonzero. This is informational, unless in manufacturing.",
4608 "The fan FRU is passed in as a high priority callout.",
4609 "The FRU the GPIO source is on is called out medium."
4610 ]
4611 }
4612 },
4613
4614 {
Matt Spinlerdde99202021-06-14 12:15:59 -06004615 "Name": "xyz.openbmc_project.Fan.Error.FanControllerOffline",
4616 "ComponentID": "0x2800",
4617 "Subsystem": "power_fans",
4618 "Severity": "critical_system_term",
4619 "ActionFlags": ["service_action", "report", "call_home"],
4620
4621 "SRC": {
4622 "Type": "11",
4623 "ReasonCode": "0x76F3",
Mike Cappsa2d7b772022-03-07 15:47:48 -05004624 "Words6To9": {}
Matt Spinlerdde99202021-06-14 12:15:59 -06004625 },
4626
4627 "Callouts": [
4628 {
4629 "System": "ibm,rainier",
4630 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004631 { "Priority": "high", "LocCode": "P0-C5" },
4632 {
4633 "Priority": "medium_group_a",
4634 "LocCode": "P0-T12",
4635 "SymbolicFRUTrusted": "fan_cable"
4636 },
4637 {
4638 "Priority": "medium_group_a",
4639 "LocCode": "P0-T17",
4640 "SymbolicFRUTrusted": "cable_continued"
4641 },
4642 { "Priority": "low", "LocCode": "P0" }
Matt Spinlerdde99202021-06-14 12:15:59 -06004643 ]
4644 },
4645 {
4646 "System": "ibm,everest",
4647 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004648 { "Priority": "high", "LocCode": "P0-C0" },
4649 { "Priority": "medium", "LocCode": "P1" },
4650 { "Priority": "low", "LocCode": "P0" }
Matt Spinlerdde99202021-06-14 12:15:59 -06004651 ]
Matt Spinler0600cf72023-04-10 11:22:33 -05004652 },
4653 {
4654 "System": "ibm,bonnell",
4655 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Matt Spinlerdde99202021-06-14 12:15:59 -06004656 }
4657 ],
4658
4659 "Documentation": {
4660 "Description": "The fan controller device is offline",
4661 "Message": "The fan controller is offline. The system must be powered off.",
4662 "Notes": [
4663 "The device that controls the fans is offline so the fan",
4664 "targets and speeds are unknown. The system will be shut",
4665 "down to preserve thermal safety. There may be an I2C",
4666 "or power problem with the device."
4667 ]
4668 }
4669 },
4670
4671 {
Patrick Williams26919f02022-12-08 06:12:43 -06004672 "Name": "xyz.openbmc_project.Fan.Presence.Error.GPIODeviceUnavailable",
4673 "Subsystem": "power_fans",
4674 "ComponentID": "0x2800",
4675 "Severity": "unrecoverable_redundancy_loss",
4676 "ActionFlags": ["service_action", "report", "call_home"],
Mike Cappsabc276e2021-06-18 16:41:30 -04004677
Patrick Williams26919f02022-12-08 06:12:43 -06004678 "SRC": {
4679 "Type": "11",
4680 "ReasonCode": "0x76F4",
4681 "Words6To9": {}
4682 },
Mike Cappsabc276e2021-06-18 16:41:30 -04004683
Patrick Williams26919f02022-12-08 06:12:43 -06004684 "Callouts": [
4685 {
4686 "System": "ibm,rainier",
4687 "CalloutList": [
4688 { "Priority": "high", "LocCode": "P0-C5" },
4689 {
4690 "Priority": "medium_group_a",
4691 "LocCode": "P0-T12",
4692 "SymbolicFRUTrusted": "fan_cable"
4693 },
4694 {
4695 "Priority": "medium_group_a",
4696 "LocCode": "P0-T17",
4697 "SymbolicFRUTrusted": "cable_continued"
4698 },
4699 { "Priority": "low", "LocCode": "P0" }
4700 ]
4701 },
4702 {
4703 "System": "ibm,everest",
4704 "CalloutList": [
4705 { "Priority": "high", "LocCode": "P0-C0" },
4706 { "Priority": "medium", "LocCode": "P1" },
4707 { "Priority": "low", "LocCode": "P0" }
4708 ]
Matt Spinler0600cf72023-04-10 11:22:33 -05004709 },
4710 {
4711 "System": "ibm,bonnell",
4712 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Patrick Williams26919f02022-12-08 06:12:43 -06004713 }
4714 ],
Mike Cappsabc276e2021-06-18 16:41:30 -04004715
Patrick Williams26919f02022-12-08 06:12:43 -06004716 "Documentation": {
4717 "Description": "Fan GPIO sensors not present",
4718 "Message": "Fan GPIO sensors not present",
4719 "Notes": [
4720 "The device that reports fan presence is not functioning."
4721 ]
4722 }
Mike Cappsabc276e2021-06-18 16:41:30 -04004723 },
4724
4725 {
Matt Spinler86e40dd2021-01-29 11:19:36 -06004726 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHigh",
4727 "Subsystem": "power",
4728 "ComponentID": "0x2800",
4729 "Severity": "predictive",
4730 "ActionFlags": ["service_action", "report"],
4731
4732 "SRC": {
4733 "ReasonCode": "0x2801",
4734 "Words6To9": {}
4735 },
4736
4737 "CalloutsUsingAD": {
4738 "ADName": "SENSOR_NAME",
4739 "CalloutsWithTheirADValues": [
4740 {
4741 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4742 "Callouts": [
4743 {
4744 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004745 {
4746 "Priority": "high",
4747 "SymbolicFRU": "ambient_temp"
4748 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004749 ]
4750 }
4751 ]
4752 }
Matt Spinlerc13bb1c2022-08-01 10:33:09 -05004753 ],
4754 "CalloutsWhenNoADMatch": [
4755 {
4756 "CalloutList": [
4757 {
4758 "Priority": "high",
4759 "SymbolicFRU": "overtemp"
4760 }
4761 ]
4762 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004763 ]
4764 },
4765
4766 "Documentation": {
4767 "Description": "A temperature sensor exceeded its performance loss threshold.",
4768 "Message": "A temperature sensor exceeded its performance loss threshold.",
4769 "Notes": [
4770 "A temperature sensor crossed its performance loss threshold value",
4771 "If it is the ambient sensor, then a symbolic FRU will be added.",
4772 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
4773 "a FRU callout."
4774 ]
4775 }
4776 },
4777
4778 {
4779 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHighClear",
4780 "Subsystem": "power",
4781 "ComponentID": "0x2800",
4782 "Severity": "non_error",
4783 "ActionFlags": ["report"],
4784 "EventType": "env_normal",
4785
4786 "SRC": {
4787 "ReasonCode": "0x2802",
4788 "Words6To9": {}
4789 },
4790
4791 "CalloutsUsingAD": {
4792 "ADName": "SENSOR_NAME",
4793 "CalloutsWithTheirADValues": [
4794 {
4795 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4796 "Callouts": [
4797 {
4798 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004799 {
4800 "Priority": "high",
4801 "SymbolicFRU": "ambient_temp_back"
4802 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004803 ]
4804 }
4805 ]
4806 }
4807 ]
4808 },
4809
4810 "Documentation": {
4811 "Description": "A temperature sensor is under its performance loss threshold.",
4812 "Message": "A temperature sensor is under its performance loss threshold.",
4813 "Notes": [
4814 "A temperature sensor crossed under its performance loss threshold value",
4815 "If it is the ambient sensor, then a symbolic FRU will be added."
4816 ]
4817 }
4818 },
4819
4820 {
4821 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHigh",
4822 "Subsystem": "power",
4823 "ComponentID": "0x2800",
4824 "Severity": "predictive",
4825 "ActionFlags": ["service_action", "report"],
4826
4827 "SRC": {
4828 "ReasonCode": "0x2803",
4829 "Words6To9": {}
4830 },
4831
4832 "CalloutsUsingAD": {
4833 "ADName": "SENSOR_NAME",
4834 "CalloutsWithTheirADValues": [
4835 {
4836 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4837 "Callouts": [
4838 {
4839 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004840 {
4841 "Priority": "high",
4842 "SymbolicFRU": "ambient_temp"
4843 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004844 ]
4845 }
4846 ]
4847 }
Matt Spinlerc13bb1c2022-08-01 10:33:09 -05004848 ],
4849 "CalloutsWhenNoADMatch": [
4850 {
4851 "CalloutList": [
4852 {
4853 "Priority": "high",
4854 "SymbolicFRU": "overtemp"
4855 }
4856 ]
4857 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004858 ]
4859 },
4860
4861 "Documentation": {
4862 "Description": "A temperature sensor exceeded its warning threshold.",
4863 "Message": "A temperature sensor exceeded its warning threshold.",
4864 "Notes": [
4865 "A temperature sensor crossed its warning threshold value",
4866 "If it is the ambient sensor, then a symbolic FRU will be added.",
4867 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
4868 "a FRU callout."
4869 ]
4870 }
4871 },
4872
4873 {
4874 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHighClear",
4875 "Subsystem": "power",
4876 "ComponentID": "0x2800",
4877 "Severity": "non_error",
4878 "ActionFlags": ["report"],
4879 "EventType": "env_normal",
4880
4881 "SRC": {
4882 "ReasonCode": "0x2804",
4883 "Words6To9": {}
4884 },
4885
4886 "CalloutsUsingAD": {
4887 "ADName": "SENSOR_NAME",
4888 "CalloutsWithTheirADValues": [
4889 {
4890 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4891 "Callouts": [
4892 {
4893 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004894 {
4895 "Priority": "high",
4896 "SymbolicFRU": "ambient_temp_back"
4897 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004898 ]
4899 }
4900 ]
4901 }
4902 ]
4903 },
4904
4905 "Documentation": {
4906 "Description": "A temperature sensor is under its warning threshold.",
4907 "Message": "A temperature sensor is under its warning threshold.",
4908 "Notes": [
4909 "A temperature sensor crossed under its warning threshold value",
4910 "If it is the ambient sensor, then a symbolic FRU will be added."
4911 ]
4912 }
4913 },
4914
4915 {
4916 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHigh",
4917 "Subsystem": "power",
4918 "ComponentID": "0x2800",
4919 "Severity": "predictive",
4920 "ActionFlags": ["service_action", "report"],
4921
4922 "SRC": {
4923 "ReasonCode": "0x2805",
4924 "Words6To9": {}
4925 },
4926
4927 "CalloutsUsingAD": {
4928 "ADName": "SENSOR_NAME",
4929 "CalloutsWithTheirADValues": [
4930 {
4931 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4932 "Callouts": [
4933 {
4934 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004935 {
4936 "Priority": "high",
4937 "SymbolicFRU": "ambient_temp"
4938 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004939 ]
4940 }
4941 ]
4942 }
Matt Spinlerc13bb1c2022-08-01 10:33:09 -05004943 ],
4944 "CalloutsWhenNoADMatch": [
4945 {
4946 "CalloutList": [
4947 {
4948 "Priority": "high",
4949 "SymbolicFRU": "overtemp"
4950 }
4951 ]
4952 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004953 ]
4954 },
4955
4956 "Documentation": {
4957 "Description": "A temperature sensor exceeded its critical threshold.",
4958 "Message": "A temperature sensor exceeded its critical threshold.",
4959 "Notes": [
4960 "A temperature sensor crossed its critical threshold value",
4961 "If it is the ambient sensor, then a symbolic FRU will be added.",
4962 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
4963 "a FRU callout."
4964 ]
4965 }
4966 },
4967
4968 {
4969 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHighClear",
4970 "Subsystem": "power",
4971 "ComponentID": "0x2800",
4972 "Severity": "non_error",
4973 "ActionFlags": ["report"],
4974 "EventType": "env_normal",
4975
4976 "SRC": {
4977 "ReasonCode": "0x2806",
4978 "Words6To9": {}
4979 },
4980
4981 "CalloutsUsingAD": {
4982 "ADName": "SENSOR_NAME",
4983 "CalloutsWithTheirADValues": [
4984 {
4985 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4986 "Callouts": [
4987 {
4988 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004989 {
4990 "Priority": "high",
4991 "SymbolicFRU": "ambient_temp_back"
4992 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004993 ]
4994 }
4995 ]
4996 }
4997 ]
4998 },
4999
5000 "Documentation": {
5001 "Description": "A temperature sensor is under its critical threshold.",
5002 "Message": "A temperature sensor is under its critical threshold.",
5003 "Notes": [
5004 "A temperature sensor crossed under its critical threshold value",
5005 "If it is the ambient sensor, then a symbolic FRU will be added."
5006 ]
5007 }
5008 },
5009
5010 {
Matt Spinler6b3490a2021-01-20 10:48:26 -06005011 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHigh",
5012 "Subsystem": "power",
5013 "ComponentID": "0x2800",
5014 "Severity": "predictive",
5015 "ActionFlags": ["service_action", "report"],
5016
5017 "SRC": {
5018 "ReasonCode": "0x2807",
5019 "Words6To9": {}
5020 },
5021
5022 "Callouts": [
5023 {
5024 "CalloutList": [
5025 {
Patrick Williams26919f02022-12-08 06:12:43 -06005026 "Priority": "high",
5027 "SymbolicFRU": "ambient_temp"
Matt Spinler6b3490a2021-01-20 10:48:26 -06005028 }
5029 ]
5030 }
5031 ],
5032
5033 "Documentation": {
5034 "Description": "The ambient temperature passed the EPOW3 limit.",
5035 "Message": "The ambient temperature passed the EPOW3 limit. The system will shut down if temp doesn't decrease.",
5036 "Notes": [
5037 "This error occurs when the ambient temperature surpassed",
5038 "the EPOW3 shutdown limit."
5039 ]
5040 }
5041 },
5042
5043 {
5044 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHighClear",
5045 "Subsystem": "power",
5046 "ComponentID": "0x2800",
5047 "Severity": "non_error",
5048 "ActionFlags": ["report"],
5049 "EventType": "env_normal",
5050
5051 "SRC": {
5052 "ReasonCode": "0x2808",
5053 "Words6To9": {}
5054 },
5055
5056 "Callouts": [
5057 {
5058 "CalloutList": [
5059 {
Patrick Williams26919f02022-12-08 06:12:43 -06005060 "Priority": "high",
5061 "SymbolicFRU": "ambient_temp_back"
Matt Spinler6b3490a2021-01-20 10:48:26 -06005062 }
5063 ]
5064 }
5065 ],
5066
5067 "Documentation": {
5068 "Description": "The ambient temperature is back under the EPOW3 limit.",
5069 "Message": "The ambient temperature is back under the EPOW3 limit."
5070 }
5071 },
5072
5073 {
5074 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.HardShutdownAlarmHigh",
5075 "Subsystem": "power",
5076 "ComponentID": "0x2800",
Matt Spinler6b3490a2021-01-20 10:48:26 -06005077 "ActionFlags": ["service_action", "report"],
5078
5079 "SRC": {
5080 "ReasonCode": "0x2809",
5081 "Words6To9": {}
5082 },
5083
5084 "Callouts": [
5085 {
5086 "CalloutList": [
5087 {
Patrick Williams26919f02022-12-08 06:12:43 -06005088 "Priority": "high",
5089 "SymbolicFRU": "ambient_temp"
Matt Spinler6b3490a2021-01-20 10:48:26 -06005090 }
5091 ]
5092 }
5093 ],
5094
5095 "Documentation": {
5096 "Description": "The ambient temperature passed the EPOW4 limit.",
5097 "Message": "The ambient temperature passed the EPOW4 limit. The system will shut down",
5098 "Notes": [
5099 "This error occurs when the ambient temperature surpassed",
5100 "the EPOW4 shutdown limit."
5101 ]
5102 }
5103 },
5104
5105 {
Rashmica Guptab63f75b2021-08-18 20:54:21 +10005106 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHigh",
5107 "Subsystem": "ext_env",
5108 "ComponentID": "0x2800",
5109 "Severity": "predictive",
5110 "ActionFlags": ["service_action", "report"],
5111
5112 "SRC": {
5113 "ReasonCode": "0x280A",
5114 "Words6To9": {}
5115 },
5116
5117 "CalloutsUsingAD": {
5118 "ADName": "SENSOR_NAME",
5119 "CalloutsWithTheirADValues": [
5120 {
5121 "ADValue": "/xyz/openbmc_project/sensors/altitude/Altitude",
5122 "Callouts": [
5123 {
5124 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06005125 {
5126 "Priority": "high",
5127 "SymbolicFRU": "altitude"
5128 }
Rashmica Guptab63f75b2021-08-18 20:54:21 +10005129 ]
5130 }
5131 ]
5132 }
5133 ]
5134 },
5135
5136 "Documentation": {
5137 "Description": "An altitude sensor exceeded its warning threshold.",
5138 "Message": "An altitude sensor exceeded its warning threshold.",
5139 "Notes": [
5140 "The virtual altitude sensor crossed its warning threshold value",
5141 " and a symbolic FRU will be added."
5142 ]
5143 }
5144 },
5145
5146 {
5147 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHighClear",
5148 "Subsystem": "ext_env",
5149 "ComponentID": "0x2800",
5150 "Severity": "non_error",
5151 "ActionFlags": ["report"],
5152 "EventType": "env_normal",
5153
5154 "SRC": {
5155 "ReasonCode": "0x280B",
5156 "Words6To9": {}
5157 },
5158
5159 "Documentation": {
5160 "Description": "An altitude sensor is under its warning threshold.",
5161 "Message": "An altitude sensor is under its warning threshold.",
5162 "Notes": [
5163 "The virtual altitude sensor is under its warning threshold value",
5164 " and a symbolic FRU will be added."
5165 ]
5166 }
5167 },
5168
5169 {
Matt Spinler81331342021-10-05 14:09:56 -05005170 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLow",
5171 "Subsystem": "cec_tod",
5172 "ComponentID": "0x2800",
5173 "Severity": "predictive",
5174 "ActionFlags": ["service_action", "report"],
5175
5176 "SRC": {
5177 "ReasonCode": "0x280C",
5178 "Words6To9": {}
5179 },
5180
Matt Spinler81331342021-10-05 14:09:56 -05005181 "Documentation": {
5182 "Description": "A voltage sensor went below its critical low threshold.",
5183 "Message": "A voltage sensor went below its critical low threshold."
5184 }
5185 },
5186
5187 {
5188 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLowClear",
5189 "Subsystem": "cec_tod",
5190 "ComponentID": "0x2800",
5191 "Severity": "non_error",
5192 "ActionFlags": ["report"],
5193
5194 "SRC": {
5195 "ReasonCode": "0x280D",
5196 "Words6To9": {}
5197 },
5198
5199 "Documentation": {
5200 "Description": "A voltage sensor is over its critical low threshold.",
5201 "Message": "A voltage sensor is over its critical low threshold."
5202 }
5203 },
5204
5205 {
Matt Spinler1e792db2022-01-07 14:06:06 -06005206 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLow",
5207 "Subsystem": "power",
5208 "ComponentID": "0x2800",
5209 "Severity": "predictive",
5210 "ActionFlags": ["service_action", "report"],
5211
5212 "SRC": {
5213 "ReasonCode": "0x280E",
5214 "Words6To9": {}
5215 },
5216
5217 "Documentation": {
5218 "Description": "A temperature sensor is under its low warning threshold.",
5219 "Message": "A temperature sensor is under its low warning threshold.",
5220 "Notes": [
5221 "A temperature sensor crossed its low warning threshold value",
5222 "CALLOUT_INVENTORY_PATH will be passed in to add a FRU callout."
5223 ]
5224 }
5225 },
5226
5227 {
5228 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLowClear",
5229 "Subsystem": "power",
5230 "ComponentID": "0x2800",
5231 "Severity": "non_error",
5232 "ActionFlags": ["report"],
5233 "EventType": "env_normal",
5234
5235 "SRC": {
5236 "ReasonCode": "0x280F",
5237 "Words6To9": {}
5238 },
5239
5240 "Documentation": {
5241 "Description": "A temperature sensor is above its low warning threshold.",
5242 "Message": "A temperature sensor is above its low warning threshold.",
5243 "Notes": [
5244 "A temperature sensor crossed above its low warning threshold value."
5245 ]
5246 }
5247 },
5248
5249 {
5250 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalLow",
5251 "Subsystem": "power",
5252 "ComponentID": "0x2800",
5253 "Severity": "predictive",
5254 "ActionFlags": ["service_action", "report"],
5255
5256 "SRC": {
5257 "ReasonCode": "0x2810",
5258 "Words6To9": {}
5259 },
5260
5261 "Documentation": {
5262 "Description": "A temperature sensor is under its low critical threshold.",
5263 "Message": "A temperature sensor is under its low critical threshold.",
5264 "Notes": [
5265 "A temperature sensor crossed its low critical threshold value",
5266 "CALLOUT_INVENTORY_PATH will be passed in to add a FRU callout."
5267 ]
5268 }
5269 },
5270
5271 {
5272 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalLowClear",
5273 "Subsystem": "power",
5274 "ComponentID": "0x2800",
5275 "Severity": "non_error",
5276 "ActionFlags": ["report"],
5277 "EventType": "env_normal",
5278
5279 "SRC": {
5280 "ReasonCode": "0x2811",
5281 "Words6To9": {}
5282 },
5283
5284 "Documentation": {
5285 "Description": "A temperature sensor is over its low critical threshold.",
5286 "Message": "A temperature sensor is over its low critical threshold.",
5287 "Notes": [
5288 "A temperature sensor crossed above its critical threshold value"
5289 ]
5290 }
5291 },
5292
5293 {
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005294 "Name": "com.ibm.VPD.Error.InvalidEepromPath",
5295 "Subsystem": "cec_vpd",
5296 "ComponentID": "0x4000",
5297
5298 "SRC": {
5299 "ReasonCode": "0x4000",
Patrick Williams26919f02022-12-08 06:12:43 -06005300 "Words6To9": {
5301 "6": {
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005302 "Description": "Errno of the failure.",
5303 "AdditionalDataPropSource": "CALLOUT_ERRNO"
5304 }
5305 }
5306 },
5307
5308 "Documentation": {
Michael Limb264f062022-03-29 16:25:33 -05005309 "Description": "A path access error occurred",
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005310 "Message": "An EEPROM path access error occurred.",
5311 "Notes": [
5312 "This error occurs when parser is unable to access",
5313 "EEPROM path. Errno and device path are captured as",
5314 "additional data."
5315 ]
5316 }
5317 },
5318
5319 {
5320 "Name": "com.ibm.VPD.Error.InvalidVPD",
5321 "Subsystem": "cec_vpd",
5322 "ComponentID": "0x4000",
5323
5324 "SRC": {
5325 "ReasonCode": "0x4001",
Patrick Williams26919f02022-12-08 06:12:43 -06005326 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005327 },
5328
5329 "Documentation": {
5330 "Description": "Invalid VPD data.",
5331 "Message": "A VPD data exception occurred.",
5332 "Notes": [
5333 "This error occurs when VPD data is found to be",
5334 "invalid. This can be when VPD file is missing out",
5335 "mandatory records.Inventory path is captured in",
5336 "additional data."
5337 ]
5338 }
5339 },
5340
5341 {
5342 "Name": "com.ibm.VPD.Error.EccCheckFailed",
5343 "Subsystem": "cec_vpd",
5344 "ComponentID": "0x4000",
5345
5346 "SRC": {
5347 "ReasonCode": "0x4002",
Patrick Williams26919f02022-12-08 06:12:43 -06005348 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005349 },
5350
5351 "Documentation": {
5352 "Description": "Invalid VPD ecc data.",
5353 "Message": "A VPD ecc exception occurred.",
5354 "Notes": [
5355 "This error occurs when VPD ecc check fails for the FRU.",
5356 "Inventory path for the failed FRU is captured in additonal",
5357 "data."
5358 ]
5359 }
5360 },
5361
5362 {
5363 "Name": "com.ibm.VPD.Error.InvalidJson",
5364 "Subsystem": "cec_vpd",
5365 "ComponentID": "0x4000",
5366
5367 "SRC": {
5368 "ReasonCode": "0x4003",
Patrick Williams26919f02022-12-08 06:12:43 -06005369 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005370 },
5371
Matt Spinler834f3ed2022-01-26 16:18:02 -06005372 "Callouts": [
5373 {
5374 "CalloutList": [
5375 { "Priority": "high", "Procedure": "bmc_code" }
5376 ]
5377 }
5378 ],
5379
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005380 "Documentation": {
5381 "Description": "Invalid Json",
5382 "Message": "A Json failure occurred.",
5383 "Notes": [
5384 "This error occurs when parser fails to access",
5385 "Json file or there is any issue with Json data.",
5386 "Failed Json path and cause of failure is captured",
5387 "in additional data."
5388 ]
5389 }
5390 },
5391
5392 {
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005393 "Name": "com.ibm.VPD.Error.DefaultValue",
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005394 "Subsystem": "cec_vpd",
5395 "ComponentID": "0x4000",
5396
5397 "SRC": {
5398 "ReasonCode": "0x4004",
Patrick Williams26919f02022-12-08 06:12:43 -06005399 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005400 },
5401
Priyanga Ramasamy134e1e12022-12-02 07:03:39 -06005402 "Callouts": [
5403 {
5404 "CalloutList": [
5405 {
5406 "Priority": "high",
5407 "Procedure": "system_vpd_correction"
5408 }
5409 ]
5410 }
5411 ],
5412
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005413 "Documentation": {
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005414 "Description": "Default value found on VPD.",
5415 "Message": "Found default VPD.",
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005416 "Notes": [
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005417 "This error occurs when a default value found on VPD.",
5418 "Details regarding failure are captured in additional data."
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005419 ]
5420 }
5421 },
5422
5423 {
5424 "Name": "com.ibm.VPD.Error.DbusFailure",
5425 "Subsystem": "cec_vpd",
5426 "ComponentID": "0x4000",
5427
5428 "SRC": {
5429 "ReasonCode": "0x4005",
Patrick Williams26919f02022-12-08 06:12:43 -06005430 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005431 },
5432
Matt Spinler834f3ed2022-01-26 16:18:02 -06005433 "Callouts": [
5434 {
5435 "CalloutList": [
5436 { "Priority": "high", "Procedure": "bmc_code" }
5437 ]
5438 }
5439 ],
5440
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005441 "Documentation": {
5442 "Description": "Dbus exception",
5443 "Message": "A Dbus internal error occurred.",
5444 "Notes": [
5445 "This error occurs when Dbus operation fails.",
5446 "Exceptions details are captured in additonal",
5447 "data."
5448 ]
5449 }
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005450 },
5451
5452 {
Alpana Kumari081cfd42021-12-07 04:14:57 -06005453 "Name": "com.ibm.VPD.Error.UnknownSystemType",
5454 "Subsystem": "cec_vpd",
5455 "ComponentID": "0x4000",
5456
5457 "SRC": {
5458 "ReasonCode": "0x4006",
Patrick Williams26919f02022-12-08 06:12:43 -06005459 "Words6To9": {}
Alpana Kumari081cfd42021-12-07 04:14:57 -06005460 },
5461
5462 "Callouts": [
5463 {
Patrick Williams26919f02022-12-08 06:12:43 -06005464 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Alpana Kumari081cfd42021-12-07 04:14:57 -06005465 }
5466 ],
5467
5468 "Documentation": {
5469 "Description": "Unknown System Type",
5470 "Message": "System type not supported in DTB table.",
5471 "Notes": [
5472 "System type comes from combination of HW and IM value of system VPD.",
5473 "If anything gets changed in that combination, then it can't determine",
5474 "the appropriate DTB for that system. Need to check HW and IM keywords."
5475 ]
5476 }
5477 },
5478
5479 {
Alpana Kumari074ec5b2022-02-20 22:48:57 -06005480 "Name": "com.ibm.VPD.Error.GPIOError",
5481 "Subsystem": "cec_vpd",
5482 "ComponentID": "0x4000",
5483
5484 "SRC": {
5485 "ReasonCode": "0x4007",
Patrick Williams26919f02022-12-08 06:12:43 -06005486 "Words6To9": {}
Alpana Kumari074ec5b2022-02-20 22:48:57 -06005487 },
5488
Sunny Srivastava17586b42022-06-20 01:06:58 -05005489 "Callouts": [
5490 {
5491 "CalloutList": [
5492 { "Priority": "high", "Procedure": "bmc_code" }
5493 ]
5494 }
5495 ],
5496
Alpana Kumari074ec5b2022-02-20 22:48:57 -06005497 "Documentation": {
5498 "Description": "GPIO line error",
5499 "Message": "GPIO line couldn't be found or read.",
5500 "Notes": [
Sunny Srivastava17586b42022-06-20 01:06:58 -05005501 "The BMC could not access a GPIO line. This can be a hardware issue",
5502 " or driver issue. Since a hardware or a software issue cannot be",
5503 " differentiated, the BMC code will be called out."
Alpana Kumari074ec5b2022-02-20 22:48:57 -06005504 ]
5505 }
5506 },
5507
5508 {
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005509 "Name": "com.ibm.VPD.Error.Mismatch",
Sunny Srivastavad29837f2022-04-20 01:37:07 -05005510 "Subsystem": "cec_vpd",
5511 "ComponentID": "0x4000",
5512
5513 "SRC": {
5514 "ReasonCode": "0x4008",
Patrick Williams26919f02022-12-08 06:12:43 -06005515 "Words6To9": {}
Sunny Srivastavad29837f2022-04-20 01:37:07 -05005516 },
5517
5518 "Callouts": [
5519 {
5520 "CalloutList": [
Priyanga Ramasamy134e1e12022-12-02 07:03:39 -06005521 {
5522 "Priority": "high",
5523 "Procedure": "system_vpd_correction"
5524 }
Sunny Srivastavad29837f2022-04-20 01:37:07 -05005525 ]
5526 }
5527 ],
5528
5529 "Documentation": {
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005530 "Description": "VPD mismatch found between primary and backup",
5531 "Message": "Error occurred due to VPD mismatch between primary and backup.",
Sunny Srivastavad29837f2022-04-20 01:37:07 -05005532 "Notes": [
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005533 "This error occurs when there is a data mismatch between ",
5534 "primary and backup VPD.",
5535 "Details regarding the failure are captured in additional data."
Sunny Srivastavad29837f2022-04-20 01:37:07 -05005536 ]
5537 }
5538 },
5539
5540 {
Sunny Srivastava17586b42022-06-20 01:06:58 -05005541 "Name": "com.ibm.VPD.Error.RequiredFRUMissing",
5542 "Subsystem": "cec_vpd",
5543 "ComponentID": "0x4000",
5544
5545 "SRC": {
5546 "ReasonCode": "0x4009",
Patrick Williams26919f02022-12-08 06:12:43 -06005547 "Words6To9": {}
Sunny Srivastava17586b42022-06-20 01:06:58 -05005548 },
5549
5550 "Documentation": {
5551 "Description": "Essential FRU check.",
5552 "Message": "Essential FRU check failed",
5553 "Notes": [
5554 "This error occurs when VPD manager service detects any",
5555 "missing essential FRU. These are FRUs which are required",
5556 "to be present in the system at the time of power on.",
5557 "The inventory path is captured in additional data."
5558 ]
5559 }
5560 },
5561
5562 {
gikrish1c0cc7ec2022-02-24 12:40:51 -06005563 "Name": "com.ibm.Panel.Error.InputDevPathFailure",
5564 "Subsystem": "cec_op_panel",
5565 "ComponentID": "0x5000",
5566
5567 "SRC": {
5568 "ReasonCode": "0x5001",
5569 "Words6To9": {}
5570 },
5571
5572 "Documentation": {
5573 "Description": "Button Handler Failure",
5574 "Message": "Input Device path failure",
Patrick Williams26919f02022-12-08 06:12:43 -06005575 "Notes": ["Button events will not be processed."]
gikrish1c0cc7ec2022-02-24 12:40:51 -06005576 }
5577 },
5578
5579 {
5580 "Name": "com.ibm.Panel.Error.I2CSetupFailure",
5581 "Subsystem": "cec_op_panel",
5582 "ComponentID": "0x5000",
5583
5584 "SRC": {
5585 "ReasonCode": "0x5002",
5586 "Words6To9": {}
5587 },
5588
5589 "Documentation": {
5590 "Description": "Panel I2C setup failure",
5591 "Message": "Unable to open device path or ioctl failure",
5592 "Notes": [
5593 "The Panel is unable to open device",
5594 " path or ioctl failure"
5595 ]
5596 }
5597 },
5598
5599 {
5600 "Name": "com.ibm.Panel.Error.HostCommunicationError",
5601 "Subsystem": "cec_op_panel",
5602 "ComponentID": "0x5000",
5603
5604 "SRC": {
5605 "ReasonCode": "0x5003",
5606 "Words6To9": {}
5607 },
5608
Patrick Williams26919f02022-12-08 06:12:43 -06005609 "Callouts": [
5610 {
5611 "CalloutList": [
5612 {
5613 "Priority": "high",
5614 "Procedure": "bmc_code"
5615 }
5616 ]
5617 }
5618 ],
gikrish1c0cc7ec2022-02-24 12:40:51 -06005619
5620 "Documentation": {
5621 "Description": "Host Communication failure",
5622 "Message": "Error in sending message to host",
Patrick Williams26919f02022-12-08 06:12:43 -06005623 "Notes": ["Failure from PLDM sending message to", "Host"]
gikrish1c0cc7ec2022-02-24 12:40:51 -06005624 }
5625 },
5626
5627 {
5628 "Name": "com.ibm.Panel.Error.DbusError",
5629 "Subsystem": "cec_op_panel",
5630 "ComponentID": "0x5000",
5631
5632 "SRC": {
5633 "ReasonCode": "0x5004",
5634 "Words6To9": {}
5635 },
5636
Patrick Williams26919f02022-12-08 06:12:43 -06005637 "Callouts": [
5638 {
5639 "CalloutList": [
5640 {
5641 "Priority": "high",
5642 "Procedure": "bmc_code"
5643 }
5644 ]
5645 }
5646 ],
gikrish1c0cc7ec2022-02-24 12:40:51 -06005647
5648 "Documentation": {
5649 "Description": "Dbus exception",
5650 "Message": "A Dbus internal error occurred.",
5651 "Notes": [
5652 "This error occurs when Dbus operation fails.",
5653 "Exceptions details are captured in additional",
5654 "data."
5655 ]
5656 }
5657 },
5658
5659 {
Priyanga Ramasamy3aa27082022-08-24 06:34:38 -05005660 "Name": "com.ibm.Panel.Error.CodeUpdateFailure",
5661 "Subsystem": "cec_op_panel",
5662 "ComponentID": "0x5000",
5663
5664 "SRC": {
5665 "ReasonCode": "0x5005",
5666 "Words6To9": {}
5667 },
5668
5669 "Documentation": {
5670 "Description": "LCD/Bootfail PIC code update failure.",
5671 "Message": "Error while doing LCD/bootfail PIC code update.",
5672 "Notes": [
Priyanga Ramasamyfdd1dc02022-09-21 02:41:32 -05005673 "Panel firmware(LCD/bootfail PIC) update fails due to ",
5674 "unsupportable firmware version. Inventory path to the",
5675 "FRU on which PIC controller is physically present will",
5676 "be called out."
Priyanga Ramasamy3aa27082022-08-24 06:34:38 -05005677 ]
5678 }
5679 },
5680
5681 {
deepae3403252023-04-25 04:55:54 -05005682 "Name": "org.open_power.Host.Boot.Error.WatchdogTimedOut",
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005683 "Subsystem": "cec_sp_hostboot_iface",
5684
Patrick Williams26919f02022-12-08 06:12:43 -06005685 "SRC": {
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005686 "ReasonCode": "0xC101",
Patrick Williams26919f02022-12-08 06:12:43 -06005687 "Words6To9": {}
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005688 },
5689
Patrick Williams26919f02022-12-08 06:12:43 -06005690 "Documentation": {
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005691 "Description": "Host did not respond within the watchdog timeout interval",
5692 "Message": "Host did not respond before the watchdog timeout interval expired",
5693 "Notes": [
5694 "Host did not respond before the expiry of the watchdog timeout interval.",
5695 "Collecting hostboot dump."
5696 ]
5697 }
zamiseckbf61a982022-01-13 08:27:50 -06005698 },
5699
5700 {
5701 "Name": "xyz.openbmc_project.Software.Version.Error.Incompatible",
5702 "Subsystem": "bmc_firmware",
5703 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005704 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005705 "ReasonCode": "0x3601",
Patrick Williams26919f02022-12-08 06:12:43 -06005706 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005707 },
5708
5709 "Callouts": [
5710 {
5711 "CalloutList": [
5712 { "Priority": "high", "Procedure": "bmc_code" }
5713 ]
5714 }
5715 ],
5716
Patrick Williams26919f02022-12-08 06:12:43 -06005717 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005718 "Description": "A system component has a software version that is incompatible.",
5719 "Message": "A system component has a software version that is incompatible."
5720 }
5721 },
5722
5723 {
5724 "Name": "xyz.openbmc_project.Software.Version.Error.AlreadyExists",
5725 "Subsystem": "bmc_firmware",
5726 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005727 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005728 "ReasonCode": "0x3602",
Patrick Williams26919f02022-12-08 06:12:43 -06005729 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005730 },
5731
5732 "Callouts": [
5733 {
5734 "CalloutList": [
5735 { "Priority": "high", "Procedure": "bmc_code" }
5736 ]
5737 }
5738 ],
5739
Patrick Williams26919f02022-12-08 06:12:43 -06005740 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005741 "Description": "This image version already exists on the device.",
5742 "Message": "This image version already exists on the device."
5743 }
5744 },
5745
5746 {
5747 "Name": "xyz.openbmc_project.Software.Image.Error.UnTarFailure",
5748 "Subsystem": "bmc_firmware",
5749 "ComponentID": "0x3600",
Adriana Kobylak7ef3b9e2023-01-04 13:20:36 -06005750 "ActionFlags": ["report"],
Patrick Williams26919f02022-12-08 06:12:43 -06005751 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005752 "ReasonCode": "0x3603",
Patrick Williams26919f02022-12-08 06:12:43 -06005753 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005754 },
5755
5756 "Callouts": [
5757 {
5758 "CalloutList": [
5759 { "Priority": "high", "Procedure": "bmc_code" }
5760 ]
5761 }
5762 ],
5763
Patrick Williams26919f02022-12-08 06:12:43 -06005764 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005765 "Description": "An error occurred during untar.",
5766 "Message": "An error occurred during untar."
5767 }
5768 },
5769
5770 {
5771 "Name": "xyz.openbmc_project.Software.Image.Error.ManifestFileFailure",
5772 "Subsystem": "bmc_firmware",
5773 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005774 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005775 "ReasonCode": "0x3604",
Patrick Williams26919f02022-12-08 06:12:43 -06005776 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005777 },
5778
5779 "Callouts": [
5780 {
5781 "CalloutList": [
5782 { "Priority": "high", "Procedure": "bmc_code" }
5783 ]
5784 }
5785 ],
5786
Patrick Williams26919f02022-12-08 06:12:43 -06005787 "Documentation": {
zamiseck21de9f02022-03-23 13:41:31 -05005788 "Description": "An error occurred when reading the software image Manifest file.",
5789 "Message": "An error occurred when reading the software image Manifest file."
zamiseckbf61a982022-01-13 08:27:50 -06005790 }
5791 },
5792
5793 {
5794 "Name": "xyz.openbmc_project.Software.Image.Error.InternalFailure",
5795 "Subsystem": "bmc_firmware",
5796 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005797 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005798 "ReasonCode": "0x3605",
Patrick Williams26919f02022-12-08 06:12:43 -06005799 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005800 },
5801
5802 "Callouts": [
5803 {
5804 "CalloutList": [
5805 { "Priority": "high", "Procedure": "bmc_code" }
5806 ]
5807 }
5808 ],
5809
Patrick Williams26919f02022-12-08 06:12:43 -06005810 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005811 "Description": "The operation failed internally during processing the image.",
5812 "Message": "The operation failed internally during processing the image."
5813 }
5814 },
5815
5816 {
5817 "Name": "xyz.openbmc_project.Software.Image.Error.ImageFailure",
5818 "Subsystem": "bmc_firmware",
5819 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005820 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005821 "ReasonCode": "0x3606",
Patrick Williams26919f02022-12-08 06:12:43 -06005822 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005823 },
5824
5825 "Callouts": [
5826 {
5827 "CalloutList": [
5828 { "Priority": "high", "Procedure": "bmc_code" }
5829 ]
5830 }
5831 ],
5832
Patrick Williams26919f02022-12-08 06:12:43 -06005833 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005834 "Description": "An error occurred processing the image.",
5835 "Message": "An error occurred processing the image."
5836 }
5837 },
5838
5839 {
5840 "Name": "xyz.openbmc_project.Software.Image.Error.BusyFailure",
5841 "Subsystem": "bmc_firmware",
5842 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005843 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005844 "ReasonCode": "0x3607",
Patrick Williams26919f02022-12-08 06:12:43 -06005845 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005846 },
5847
5848 "Callouts": [
5849 {
5850 "CalloutList": [
5851 { "Priority": "high", "Procedure": "bmc_code" }
5852 ]
5853 }
5854 ],
5855
Patrick Williams26919f02022-12-08 06:12:43 -06005856 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005857 "Description": "The device is busy during the update.",
5858 "Message": "The device is busy during the update."
5859 }
zamiseck21de9f02022-03-23 13:41:31 -05005860 },
5861
5862 {
5863 "Name": "xyz.openbmc_project.Software.Version.Error.ExpiredAccessKey",
5864 "Subsystem": "bmc_firmware",
5865 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005866 "SRC": {
zamiseck21de9f02022-03-23 13:41:31 -05005867 "ReasonCode": "0x3608",
Patrick Williams26919f02022-12-08 06:12:43 -06005868 "Words6To9": {}
zamiseck21de9f02022-03-23 13:41:31 -05005869 },
5870
5871 "Callouts": [
5872 {
5873 "CalloutList": [
5874 { "Priority": "high", "Procedure": "bmc_code" }
5875 ]
5876 }
5877 ],
5878
Patrick Williams26919f02022-12-08 06:12:43 -06005879 "Documentation": {
zamiseck21de9f02022-03-23 13:41:31 -05005880 "Description": "The Update Access Key has expired.",
5881 "Message": "The Update Access Key has expired."
5882 }
5883 },
5884
5885 {
5886 "Name": "xyz.openbmc_project.Software.Version.Error.InvalidSignature",
5887 "Subsystem": "bmc_firmware",
5888 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005889 "SRC": {
zamiseck21de9f02022-03-23 13:41:31 -05005890 "ReasonCode": "0x3609",
Patrick Williams26919f02022-12-08 06:12:43 -06005891 "Words6To9": {}
zamiseck21de9f02022-03-23 13:41:31 -05005892 },
5893
5894 "Callouts": [
5895 {
5896 "CalloutList": [
5897 { "Priority": "high", "Procedure": "bmc_code" }
5898 ]
5899 }
5900 ],
5901
Patrick Williams26919f02022-12-08 06:12:43 -06005902 "Documentation": {
zamiseck21de9f02022-03-23 13:41:31 -05005903 "Description": "The software image has an invalid signature.",
5904 "Message": "The software image has an invalid signature"
5905 }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005906 },
zamiseck0ad7a822022-05-24 17:25:58 -05005907
5908 {
Patrick Williams26919f02022-12-08 06:12:43 -06005909 "Name": "xyz.openbmc_project.Software.Version.Error.HostFile",
5910 "Subsystem": "bmc_firmware",
5911 "ComponentID": "0x3600",
zamiseck0ad7a822022-05-24 17:25:58 -05005912
Patrick Williams26919f02022-12-08 06:12:43 -06005913 "SRC": {
5914 "ReasonCode": "0x360A",
5915 "Words6To9": {
5916 "6": {
5917 "Description": "Size of the current running partition",
5918 "AdditionalDataPropSource": "CURRENT_FILE_SIZE"
zamiseck0ad7a822022-05-24 17:25:58 -05005919 },
Patrick Williams26919f02022-12-08 06:12:43 -06005920 "7": {
5921 "Description": "Size of the read only partition",
5922 "AdditionalDataPropSource": "EXPECTED_FILE_SIZE"
zamiseck0ad7a822022-05-24 17:25:58 -05005923 }
5924 }
5925 },
5926 "Callouts": [
5927 {
5928 "CalloutList": [
5929 { "Priority": "high", "Procedure": "bmc_code" }
5930 ]
5931 }
5932 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005933 "Documentation": {
5934 "Description": "Corrupted or changed preserved file",
5935 "Message": "Partition was not preserved on reboot",
5936 "Notes": [
zamiseck0ad7a822022-05-24 17:25:58 -05005937 "This error may occur if one of the partitions marked",
5938 "PRESERVED is either corrupted, or a change of size is ",
5939 "desired for a particular partition."
5940 ]
5941 }
5942 },
5943
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005944 {
5945 "Name": "xyz.openbmc_project.PLDM.Error.findDumpObjPath.GetManagedObjectsFail",
5946 "Subsystem": "bmc_firmware",
5947 "ComponentID": "0x6000",
5948 "Severity": "predictive",
Patrick Williams26919f02022-12-08 06:12:43 -06005949 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005950 "ReasonCode": "0x6001",
Patrick Williams26919f02022-12-08 06:12:43 -06005951 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005952 },
5953 "Callouts": [
5954 {
5955 "CalloutList": [
5956 { "Priority": "high", "Procedure": "bmc_code" }
5957 ]
5958 }
5959 ],
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005960
Patrick Williams26919f02022-12-08 06:12:43 -06005961 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005962 "Description": "Failed to get the requested dump object path.",
5963 "Message": "Failed to get the requested dump object path from the system."
5964 }
5965 },
5966 {
5967 "Name": "xyz.openbmc_project.PLDM.Error.newFileAvailable.NewDumpNotifyFail",
5968 "Subsystem": "bmc_firmware",
5969 "ComponentID": "0x6000",
5970 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005971 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005972 "ReasonCode": "0x6002",
Patrick Williams26919f02022-12-08 06:12:43 -06005973 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005974 },
5975 "Callouts": [
5976 {
5977 "CalloutList": [
5978 { "Priority": "high", "Procedure": "bmc_code" }
5979 ]
5980 }
5981 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005982 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005983 "Description": "Failed to make a new dump notify request to the dump manager application.",
5984 "Message": "Failed to make a new dump notify request to the dump manager application."
5985 }
5986 },
5987 {
5988 "Name": "xyz.openbmc_project.PLDM.Error.DumpHandler.getOffloadUriFail",
5989 "Subsystem": "bmc_firmware",
5990 "ComponentID": "0x6000",
5991 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005992 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005993 "ReasonCode": "0x6003",
Patrick Williams26919f02022-12-08 06:12:43 -06005994 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005995 },
5996 "Callouts": [
5997 {
5998 "CalloutList": [
5999 { "Priority": "high", "Procedure": "bmc_code" }
6000 ]
6001 }
6002 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006003 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006004 "Description": "Failed to get the dump offload URI path from the dump entry.",
6005 "Message": "Failed to get the dump offload URI path from the dump entry."
6006 }
6007 },
6008 {
6009 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.ResourceDumpFileAckFail",
6010 "Subsystem": "bmc_firmware",
6011 "ComponentID": "0x6000",
6012 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -06006013 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006014 "ReasonCode": "0x6004",
Patrick Williams26919f02022-12-08 06:12:43 -06006015 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006016 },
6017 "Callouts": [
6018 {
6019 "CalloutList": [
6020 { "Priority": "medium", "Procedure": "bmc_code" }
6021 ]
6022 }
6023 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006024 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006025 "Description": "The hypervisor rejected the request to initiate a new resource dump.",
6026 "Message": "The hypervisor rejected the request to initiate a new resource dump."
6027 }
6028 },
6029 {
6030 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.SourceDumpIdResetFail",
6031 "Subsystem": "bmc_firmware",
6032 "ComponentID": "0x6000",
6033 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006034 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006035 "ReasonCode": "0x6005",
Patrick Williams26919f02022-12-08 06:12:43 -06006036 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006037 },
6038 "Callouts": [
6039 {
6040 "CalloutList": [
6041 { "Priority": "high", "Procedure": "bmc_code" }
6042 ]
6043 }
6044 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006045 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006046 "Description": "Failed to reset the dump ID, due to this requested dump will not be deleted.",
6047 "Message": "Failed to reset the dump ID, due to this requested dump will not be deleted."
6048 }
6049 },
6050 {
6051 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryDeleteFail",
6052 "Subsystem": "bmc_firmware",
6053 "ComponentID": "0x6000",
6054 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006055 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006056 "ReasonCode": "0x6006",
Patrick Williams26919f02022-12-08 06:12:43 -06006057 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006058 },
6059 "Callouts": [
6060 {
6061 "CalloutList": [
6062 { "Priority": "high", "Procedure": "bmc_code" }
6063 ]
6064 }
6065 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006066 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006067 "Description": "Failed to carry out the dump delete request from the hypervisor.",
6068 "Message": "Failed to carry out the dump delete request from the hypervisor."
6069 }
6070 },
6071 {
6072 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryOffloadedSetFail",
6073 "Subsystem": "bmc_firmware",
6074 "ComponentID": "0x6000",
6075 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006076 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006077 "ReasonCode": "0x6007",
Patrick Williams26919f02022-12-08 06:12:43 -06006078 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006079 },
6080 "Callouts": [
6081 {
6082 "CalloutList": [
6083 { "Priority": "high", "Procedure": "bmc_code" }
6084 ]
6085 }
6086 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006087 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006088 "Description": "Failed to set the dump offloaded completion flag in the dump entry.",
6089 "Message": "Failed to set the dump offloaded completion flag in the dump entry."
6090 }
6091 },
6092 {
6093 "Name": "xyz.openbmc_project.PLDM.Error.readIntoMemory.GetFilepathFail",
6094 "Subsystem": "bmc_firmware",
6095 "ComponentID": "0x6000",
6096 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006097 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006098 "ReasonCode": "0x6008",
Patrick Williams26919f02022-12-08 06:12:43 -06006099 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006100 },
6101 "Callouts": [
6102 {
6103 "CalloutList": [
6104 { "Priority": "high", "Procedure": "bmc_code" }
6105 ]
6106 }
6107 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006108 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006109 "Description": "Failed to get the file path for the BMC dump and offload to the hypervisor.",
6110 "Message": "Failed to get the file path for the BMC dump and offload to the hypervisor."
6111 }
6112 },
6113 {
6114 "Name": "xyz.openbmc_project.PLDM.Error.read.GetFilepathFail",
6115 "Subsystem": "bmc_firmware",
6116 "ComponentID": "0x6000",
6117 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006118 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006119 "ReasonCode": "0x6009",
Patrick Williams26919f02022-12-08 06:12:43 -06006120 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006121 },
6122 "Callouts": [
6123 {
6124 "CalloutList": [
6125 { "Priority": "high", "Procedure": "bmc_code" }
6126 ]
6127 }
6128 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006129 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006130 "Description": "Failed to get the file path for the BMC dump and offload to the hypervisor.",
6131 "Message": "Failed to get the file path for the BMC dump and offload to the hypervisor."
6132 }
6133 },
6134 {
6135 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.ResourceDumpFileAckWithMetaDataFail",
6136 "Subsystem": "bmc_firmware",
6137 "ComponentID": "0x6000",
6138 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -06006139 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006140 "ReasonCode": "0x6010",
Patrick Williams26919f02022-12-08 06:12:43 -06006141 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006142 },
6143 "Callouts": [
6144 {
6145 "CalloutList": [
6146 { "Priority": "medium", "Procedure": "bmc_code" }
6147 ]
6148 }
6149 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006150 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006151 "Description": "Could not create a new resource dump due to hypervisor verification failed.",
6152 "Message": "Could not create a new resource dump due to hypervisor verification failed."
6153 }
6154 },
6155 {
6156 "Name": "xyz.openbmc_project.PLDM.Error.fileAckWithMetaData.DumpEntryOffloadedSetFail",
6157 "Subsystem": "bmc_firmware",
6158 "ComponentID": "0x6000",
6159 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006160 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006161 "ReasonCode": "0x6011",
Patrick Williams26919f02022-12-08 06:12:43 -06006162 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006163 },
6164 "Callouts": [
6165 {
6166 "CalloutList": [
6167 { "Priority": "high", "Procedure": "bmc_code" }
6168 ]
6169 }
6170 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006171 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006172 "Description": "Failed to set the dump offload completion flag in the dump entry details.",
6173 "Message": "Failed to set the dump offload completion flag in the dump entry details."
6174 }
6175 },
6176 {
6177 "Name": "xyz.openbmc_project.PLDM.Error.newFileAvailableWithMetaData.NewDumpNotifyFail",
6178 "Subsystem": "bmc_firmware",
6179 "ComponentID": "0x6000",
6180 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006181 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006182 "ReasonCode": "0x6012",
Patrick Williams26919f02022-12-08 06:12:43 -06006183 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006184 },
6185 "Callouts": [
6186 {
6187 "CalloutList": [
6188 { "Priority": "high", "Procedure": "bmc_code" }
6189 ]
6190 }
6191 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006192 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006193 "Description": "Failed to notify a new dump available request.",
6194 "Message": "Failed to notify a new dump available request."
6195 }
6196 },
6197 {
6198 "Name": "xyz.openbmc_project.PLDM.Error.sendNewFileAvailableCmd.SendDumpParametersFail",
6199 "Subsystem": "bmc_firmware",
6200 "ComponentID": "0x6000",
6201 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006202 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006203 "ReasonCode": "0x6013",
Patrick Williams26919f02022-12-08 06:12:43 -06006204 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006205 },
6206 "Callouts": [
6207 {
6208 "CalloutList": [
6209 { "Priority": "high", "Procedure": "bmc_code" }
6210 ]
6211 }
6212 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006213 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006214 "Description": "Failed to send the resource dump parameters for a new dump initiation.",
6215 "Message": "Failed to send the resource dump parameters for a new dump initiation."
6216 }
6217 },
6218 {
6219 "Name": "xyz.openbmc_project.PLDM.Error.SendFileToHostFail",
6220 "Subsystem": "bmc_firmware",
6221 "ComponentID": "0x6000",
6222 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006223 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006224 "ReasonCode": "0x6014",
Patrick Williams26919f02022-12-08 06:12:43 -06006225 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006226 },
6227 "Callouts": [
6228 {
6229 "CalloutList": [
6230 { "Priority": "high", "Procedure": "bmc_code" }
6231 ]
6232 }
6233 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006234 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006235 "Description": "Failed to send the certificate/license file to the host.",
6236 "Message": "Failed to send the certificate/license file to the host."
6237 }
6238 },
6239 {
6240 "Name": "xyz.openbmc_project.PLDM.Error.DecodeNewFileResponseFail",
6241 "Subsystem": "bmc_firmware",
6242 "ComponentID": "0x6000",
6243 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006244 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006245 "ReasonCode": "0x6015",
Patrick Williams26919f02022-12-08 06:12:43 -06006246 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006247 },
6248 "Callouts": [
6249 {
6250 "CalloutList": [
6251 { "Priority": "high", "Procedure": "bmc_code" }
6252 ]
6253 }
6254 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006255 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006256 "Description": "Failed to decode the response of certificate/license file sent to the host.",
6257 "Message": "Failed to decode the response of certificate/license file sent to the host."
6258 }
6259 },
6260 {
6261 "Name": "xyz.openbmc_project.PLDM.Error.NewFileAvailableRequestFail",
6262 "Subsystem": "bmc_firmware",
6263 "ComponentID": "0x6000",
6264 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006265 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006266 "ReasonCode": "0x6016",
Patrick Williams26919f02022-12-08 06:12:43 -06006267 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006268 },
6269 "Callouts": [
6270 {
6271 "CalloutList": [
6272 { "Priority": "high", "Procedure": "bmc_code" }
6273 ]
6274 }
6275 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006276 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006277 "Description": "Failed to send the new certificate/license file to the host.",
6278 "Message": "Failed to send the new certificate/license file to the host."
6279 }
6280 },
6281 {
6282 "Name": "xyz.openbmc_project.PLDM.Error.SetHostEffecterFailed",
6283 "Subsystem": "bmc_firmware",
6284 "ComponentID": "0x6000",
6285 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006286 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006287 "ReasonCode": "0x6017",
Patrick Williams26919f02022-12-08 06:12:43 -06006288 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006289 },
6290
6291 "Callouts": [
6292 {
6293 "CalloutList": [
6294 { "Priority": "high", "Procedure": "bmc_code" }
6295 ]
6296 }
6297 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006298 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006299 "Description": "Failed to set state effecter states.",
6300 "Message": "Failed to set state effecter states."
6301 }
6302 },
6303 {
6304 "Name": "xyz.openbmc_project.PLDM.Error.Generate.PDRJsonFileParseFail",
6305 "Subsystem": "bmc_firmware",
6306 "ComponentID": "0x6000",
6307 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006308 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006309 "ReasonCode": "0x6018",
Patrick Williams26919f02022-12-08 06:12:43 -06006310 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006311 },
6312 "Callouts": [
6313 {
6314 "CalloutList": [
6315 { "Priority": "high", "Procedure": "bmc_code" }
6316 ]
6317 }
6318 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006319 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006320 "Description": "Failed to parse PDR JSON file.",
6321 "Message": "Failed to parse PDR JSON file."
6322 }
6323 },
6324 {
6325 "Name": "xyz.openbmc_project.PLDM.Error.SetHostSensorState.GetStateSensorPDRFail",
6326 "Subsystem": "bmc_firmware",
6327 "ComponentID": "0x6000",
6328 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006329 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006330 "ReasonCode": "0x6019",
Patrick Williams26919f02022-12-08 06:12:43 -06006331 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006332 },
6333 "Callouts": [
6334 {
6335 "CalloutList": [
6336 { "Priority": "high", "Procedure": "bmc_code" }
6337 ]
6338 }
6339 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006340 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006341 "Description": "Failed to get state sensor PDR state.",
6342 "Message": "Failed to get state sensor PDR state."
6343 }
6344 },
6345 {
6346 "Name": "xyz.openbmc_project.PLDM.Error.SetHostSensorState.EncodeStateSensorFail",
6347 "Subsystem": "bmc_firmware",
6348 "ComponentID": "0x6000",
6349 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006350 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006351 "ReasonCode": "0x6020",
Patrick Williams26919f02022-12-08 06:12:43 -06006352 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006353 },
6354 "Callouts": [
6355 {
6356 "CalloutList": [
6357 { "Priority": "high", "Procedure": "bmc_code" }
6358 ]
6359 }
6360 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006361 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006362 "Description": "Failed to encode state sensor request.",
6363 "Message": "Failed to encode state sensor request."
6364 }
6365 },
6366 {
6367 "Name": "xyz.openbmc_project.PLDM.Error.CMsubscribeFailure",
6368 "Subsystem": "bmc_firmware",
6369 "ComponentID": "0x6000",
6370 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006371 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006372 "ReasonCode": "0x6021",
Patrick Williams26919f02022-12-08 06:12:43 -06006373 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006374 },
6375 "Callouts": [
6376 {
6377 "CalloutList": [
6378 { "Priority": "high", "Procedure": "bmc_code" }
6379 ]
6380 }
6381 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006382 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006383 "Description": "Failed to subscribe for concurrent maintenance of FRU.",
6384 "Message": "Failed to subscribe for concurrent maintenance of FRU."
6385 }
6386 },
6387 {
6388 "Name": "xyz.openbmc_project.PLDM.Error.setSurvTimer.RecvSurveillancePingFail",
6389 "Subsystem": "bmc_firmware",
6390 "ComponentID": "0x6000",
6391 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -06006392 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006393 "ReasonCode": "0x6022",
Patrick Williams26919f02022-12-08 06:12:43 -06006394 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006395 },
6396 "Callouts": [
6397 {
6398 "CalloutList": [
6399 { "Priority": "high", "Procedure": "bmc_code" }
6400 ]
6401 }
6402 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006403 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006404 "Description": "Host did not send a surveillance ping within stipulated timeout interval.",
6405 "Message": "Host did not send a surveillance ping within stipulated timeout interval."
6406 }
6407 },
6408 {
6409 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryOffloadUriSetFail",
6410 "Subsystem": "bmc_firmware",
6411 "ComponentID": "0x6000",
6412 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006413 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006414 "ReasonCode": "0x6023",
Patrick Williams26919f02022-12-08 06:12:43 -06006415 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006416 },
6417 "Callouts": [
6418 {
6419 "CalloutList": [
6420 { "Priority": "high", "Procedure": "bmc_code" }
6421 ]
6422 }
6423 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006424 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006425 "Description": "Failed to reset the dump offload URI path from the dump entry.",
6426 "Message": "Failed to reset the dump offload URI path from the dump entry."
6427 }
6428 },
6429 {
6430 "Name": "xyz.openbmc_project.PLDM.Error.SoftPowerOff.HostSoftOffTimeOut",
6431 "Subsystem": "bmc_firmware",
6432 "ComponentID": "0x6000",
6433 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006434 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006435 "ReasonCode": "0x6024",
Patrick Williams26919f02022-12-08 06:12:43 -06006436 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006437 },
6438 "Callouts": [
6439 {
6440 "CalloutList": [
6441 { "Priority": "high", "Procedure": "bmc_code" }
6442 ]
6443 }
6444 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006445 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006446 "Description": "Host failed to complete the power off gracefully within the timeout.",
6447 "Message": "Host failed to complete the power off gracefully within the timeout."
6448 }
Swarnendu Roy Chowdhury86cdcd52023-01-17 11:17:12 +05306449 },
6450 {
6451 "Name": "xyz.openbmc_project.Dump.Error.Invalidate",
6452 "Subsystem": "bmc_firmware",
6453 "ComponentID": "0x6000",
6454 "SRC": {
6455 "ReasonCode": "0x6025",
6456 "Words6To9": {}
6457 },
6458 "Documentation": {
6459 "Description": "Dump has been deleted/offloaded",
6460 "Message": "BMC/System/Resource dump has been deleted/offloaded"
6461 }
Lakshmi Yadlapati36a82eb2023-06-22 16:38:11 -05006462 },
6463 {
6464 "Name": "xyz.openbmc_project.Memory.MemoryECC.Error.CEThresholdReached",
6465 "Subsystem": "cec_hardware",
6466 "ComponentID": "0xF300",
6467 "Severity": "predictive",
6468
6469 "SRC": {
6470 "ReasonCode": "0xF301",
6471 "Words6To9": {}
6472 },
6473
6474 "Callouts": [
6475 {
6476 "System": "ibm,rainier",
6477 "CalloutList": [
6478 {
6479 "Priority": "high",
6480 "LocCode": "P0-C5"
6481 }
6482 ]
6483 },
6484 {
6485 "System": "ibm,everest",
6486 "CalloutList": [
6487 {
6488 "Priority": "high",
6489 "LocCode": "P0-C0"
6490 }
6491 ]
6492 },
6493 {
6494 "System": "ibm,bonnell",
6495 "CalloutList": [
6496 {
6497 "Priority": "high",
6498 "LocCode": "P0"
6499 }
6500 ]
6501 }
6502 ],
6503
6504 "Documentation": {
6505 "Description": "Correctable ECC memory error collection limit is reached.",
6506 "Message": "Correctable ECC memory error collection limit is reached."
6507 }
6508 },
6509 {
6510 "Name": "xyz.openbmc_project.Memory.MemoryECC.Error.CE",
6511 "Subsystem": "cec_hardware",
6512 "ComponentID": "0xF300",
6513 "Severity": "non_error",
6514
6515 "SRC": {
6516 "ReasonCode": "0xF302",
6517 "Words6To9": {}
6518 },
6519
6520 "Documentation": {
6521 "Description": "Correctable ECC/other correctable memory error.",
6522 "Message": "Correctable ECC/other correctable memory error."
6523 }
6524 },
6525 {
6526 "Name": "xyz.openbmc_project.Memory.MemoryECC.Error.UE",
6527 "Subsystem": "cec_hardware",
6528 "ComponentID": "0xF300",
6529 "Severity": "predictive",
6530
6531 "SRC": {
6532 "ReasonCode": "0xF303",
6533 "Words6To9": {}
6534 },
6535
6536 "Callouts": [
6537 {
6538 "System": "ibm,rainier",
6539 "CalloutList": [
6540 {
6541 "Priority": "high",
6542 "LocCode": "P0-C5"
6543 }
6544 ]
6545 },
6546 {
6547 "System": "ibm,everest",
6548 "CalloutList": [
6549 {
6550 "Priority": "high",
6551 "LocCode": "P0-C0"
6552 }
6553 ]
6554 },
6555 {
6556 "System": "ibm,bonnell",
6557 "CalloutList": [
6558 {
6559 "Priority": "high",
6560 "LocCode": "P0"
6561 }
6562 ]
6563 }
6564 ],
6565
6566 "Documentation": {
6567 "Description": "Uncorrectable ECC/other uncorrectable memory error.",
6568 "Message": "Uncorrectable ECC/other uncorrectable memory error."
6569 }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006570 }
Matt Spinler44792fd2019-09-26 15:58:58 -05006571 ]
6572}