blob: 6c2e807172b276d3d6e3c1267fc08495b283d8d2 [file] [log] [blame]
Matt Spinler44792fd2019-09-26 15:58:58 -05001{
Patrick Williams26919f02022-12-08 06:12:43 -06002 "PELs": [
Matt Spinler3fd08d62019-10-22 14:25:33 -05003 {
4 "Name": "xyz.openbmc_project.Common.Error.Timeout",
5 "Subsystem": "bmc_firmware",
Matt Spinler216999f2022-01-12 11:22:40 -06006 "Severity": "non_error",
Matt Spinler44792fd2019-09-26 15:58:58 -05007
Patrick Williams26919f02022-12-08 06:12:43 -06008 "SRC": {
Matt Spinler3fd08d62019-10-22 14:25:33 -05009 "ReasonCode": "0x1001",
Patrick Williams26919f02022-12-08 06:12:43 -060010 "Words6To9": {
11 "6": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050012 "Description": "Timeout in ms",
13 "AdditionalDataPropSource": "TIMEOUT_IN_MSEC"
14 }
15 }
16 },
17
Patrick Williams26919f02022-12-08 06:12:43 -060018 "Documentation": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050019 "Description": "This is a generic timeout error",
20 "Message": "An operation timed out",
Patrick Williams26919f02022-12-08 06:12:43 -060021 "Notes": ["The journal should contain more information"]
Matt Spinler3fd08d62019-10-22 14:25:33 -050022 }
23 },
24
25 {
26 "Name": "xyz.openbmc_project.Common.Error.InternalFailure",
27 "Subsystem": "bmc_firmware",
Matt Spinler216999f2022-01-12 11:22:40 -060028 "Severity": "non_error",
Matt Spinler3fd08d62019-10-22 14:25:33 -050029
Patrick Williams26919f02022-12-08 06:12:43 -060030 "SRC": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050031 "ReasonCode": "0x1002",
Patrick Williams26919f02022-12-08 06:12:43 -060032 "Words6To9": {}
Matt Spinler3fd08d62019-10-22 14:25:33 -050033 },
34
Patrick Williams26919f02022-12-08 06:12:43 -060035 "Documentation": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050036 "Description": "BMC code had a generic internal failure",
37 "Message": "An application had an internal failure",
Patrick Williams26919f02022-12-08 06:12:43 -060038 "Notes": ["The journal should contain more information"]
Matt Spinler288f4322023-01-05 12:54:22 -060039 },
40
41 "JournalCapture": {
42 "NumLines": 30
Matt Spinler3fd08d62019-10-22 14:25:33 -050043 }
44 },
45
46 {
47 "Name": "xyz.openbmc_project.Common.Error.InvalidArgument",
48 "Subsystem": "user_error",
Matt Spinler216999f2022-01-12 11:22:40 -060049 "Severity": "non_error",
Matt Spinler3fd08d62019-10-22 14:25:33 -050050
Patrick Williams26919f02022-12-08 06:12:43 -060051 "SRC": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050052 "ReasonCode": "0x1003",
Patrick Williams26919f02022-12-08 06:12:43 -060053 "Words6To9": {}
Matt Spinler3fd08d62019-10-22 14:25:33 -050054 },
55
Patrick Williams26919f02022-12-08 06:12:43 -060056 "Documentation": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050057 "Description": "BMC code was given an invalid argument",
58 "Message": "Code was given an invalid argument",
Patrick Williams26919f02022-12-08 06:12:43 -060059 "Notes": ["The journal should contain more information"]
Matt Spinler3fd08d62019-10-22 14:25:33 -050060 }
61 },
62 {
63 "Name": "xyz.openbmc_project.Common.Error.InsufficientPermission",
64 "Subsystem": "user_error",
Matt Spinler216999f2022-01-12 11:22:40 -060065 "Severity": "non_error",
Matt Spinler3fd08d62019-10-22 14:25:33 -050066
Patrick Williams26919f02022-12-08 06:12:43 -060067 "SRC": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050068 "ReasonCode": "0x1004",
Patrick Williams26919f02022-12-08 06:12:43 -060069 "Words6To9": {}
Matt Spinler3fd08d62019-10-22 14:25:33 -050070 },
71
Patrick Williams26919f02022-12-08 06:12:43 -060072 "Documentation": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050073 "Description": "An operation failed due to insufficient permission",
74 "Message": "An operation failed due to unsufficient permission",
Patrick Williams26919f02022-12-08 06:12:43 -060075 "Notes": ["The journal should contain more information"]
Matt Spinler3fd08d62019-10-22 14:25:33 -050076 }
77 },
78
79 {
80 "Name": "xyz.openbmc_project.Common.Error.NotAllowed",
81 "Subsystem": "user_error",
Matt Spinler216999f2022-01-12 11:22:40 -060082 "Severity": "non_error",
Matt Spinler3fd08d62019-10-22 14:25:33 -050083
Patrick Williams26919f02022-12-08 06:12:43 -060084 "SRC": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050085 "ReasonCode": "0x1005",
Patrick Williams26919f02022-12-08 06:12:43 -060086 "Words6To9": {}
Matt Spinler3fd08d62019-10-22 14:25:33 -050087 },
88
Patrick Williams26919f02022-12-08 06:12:43 -060089 "Documentation": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050090 "Description": "An operation failed because it isn't allowed",
Matt Spinler26958762020-08-27 13:21:23 -050091 "Message": "An operation failed because it isn't allowed",
Patrick Williams26919f02022-12-08 06:12:43 -060092 "Notes": ["The journal should contain more information"]
Matt Spinler3fd08d62019-10-22 14:25:33 -050093 }
94 },
95
96 {
97 "Name": "xyz.openbmc_project.Common.Error.NoCACertificate",
98 "Subsystem": "user_error",
Matt Spinler216999f2022-01-12 11:22:40 -060099 "Severity": "non_error",
Matt Spinler3fd08d62019-10-22 14:25:33 -0500100
Patrick Williams26919f02022-12-08 06:12:43 -0600101 "SRC": {
Matt Spinler3fd08d62019-10-22 14:25:33 -0500102 "ReasonCode": "0x1006",
Patrick Williams26919f02022-12-08 06:12:43 -0600103 "Words6To9": {}
Matt Spinler3fd08d62019-10-22 14:25:33 -0500104 },
105
Patrick Williams26919f02022-12-08 06:12:43 -0600106 "Documentation": {
Matt Spinler3fd08d62019-10-22 14:25:33 -0500107 "Description": "The server's CA certificate has not been provided",
108 "Message": "The server's CA certificate has not been provided"
109 }
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600110 },
111
112 {
Matt Spinleraf036b12020-06-25 10:53:52 -0500113 "Name": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure",
Matt Spinlerf24746c2022-01-31 10:40:13 -0600114 "Subsystem": "cec_i2c",
Matt Spinleraf036b12020-06-25 10:53:52 -0500115
Patrick Williams26919f02022-12-08 06:12:43 -0600116 "SRC": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500117 "ReasonCode": "0x1007",
Patrick Williams26919f02022-12-08 06:12:43 -0600118 "Words6To9": {
119 "6": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500120 "Description": "errno of the failure",
121 "AdditionalDataPropSource": "CALLOUT_ERRNO"
122 }
123 }
124 },
125
Patrick Williams26919f02022-12-08 06:12:43 -0600126 "Documentation": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500127 "Description": "Sensor device read failure",
128 "Message": "There was a failure when reading a sensor device",
129 "Notes": [
130 "The severity is set by the creator.",
131 "The action flags are set automatically by the code.",
132 "Callouts added based on CALLOUT_DEVICE_PATH."
133 ]
Matt Spinler288f4322023-01-05 12:54:22 -0600134 },
135
136 "JournalCapture": {
137 "NumLines": 30
Matt Spinleraf036b12020-06-25 10:53:52 -0500138 }
139 },
140
141 {
142 "Name": "xyz.openbmc_project.Common.Device.Error.ReadFailure",
Matt Spinlerf24746c2022-01-31 10:40:13 -0600143 "Subsystem": "cec_i2c",
Matt Spinleraf036b12020-06-25 10:53:52 -0500144
Patrick Williams26919f02022-12-08 06:12:43 -0600145 "SRC": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500146 "ReasonCode": "0x1008",
Patrick Williams26919f02022-12-08 06:12:43 -0600147 "Words6To9": {
148 "6": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500149 "Description": "errno of the failure",
150 "AdditionalDataPropSource": "CALLOUT_ERRNO"
151 }
152 }
153 },
154
Patrick Williams26919f02022-12-08 06:12:43 -0600155 "Documentation": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500156 "Description": "Device read failure",
157 "Message": "There was a failure when reading a hardware device",
158 "Notes": [
159 "The severity is set by the creator.",
160 "The action flags are set automatically by the code.",
161 "Callouts added based on CALLOUT_DEVICE_PATH."
162 ]
Matt Spinler288f4322023-01-05 12:54:22 -0600163 },
164
165 "JournalCapture": {
166 "NumLines": 30
Matt Spinleraf036b12020-06-25 10:53:52 -0500167 }
168 },
169
170 {
171 "Name": "xyz.openbmc_project.Control.Device.Error.WriteFailure",
Matt Spinlerf24746c2022-01-31 10:40:13 -0600172 "Subsystem": "cec_i2c",
Matt Spinleraf036b12020-06-25 10:53:52 -0500173
Patrick Williams26919f02022-12-08 06:12:43 -0600174 "SRC": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500175 "ReasonCode": "0x1009",
Patrick Williams26919f02022-12-08 06:12:43 -0600176 "Words6To9": {
177 "6": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500178 "Description": "errno of the failure",
179 "AdditionalDataPropSource": "CALLOUT_ERRNO"
180 }
181 }
182 },
183
Patrick Williams26919f02022-12-08 06:12:43 -0600184 "Documentation": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500185 "Description": "Device write failure",
186 "Message": "There was a failure when writing to a hardware device",
187 "Notes": [
188 "The severity is set by the creator.",
189 "The action flags are set automatically by the code.",
190 "Callouts added based on CALLOUT_DEVICE_PATH"
191 ]
Matt Spinler288f4322023-01-05 12:54:22 -0600192 },
193
194 "JournalCapture": {
195 "NumLines": 30
Matt Spinleraf036b12020-06-25 10:53:52 -0500196 }
197 },
198
199 {
200 "Name": "xyz.openbmc_project.Common.Device.Error.WriteFailure",
Matt Spinlerf24746c2022-01-31 10:40:13 -0600201 "Subsystem": "cec_i2c",
Matt Spinleraf036b12020-06-25 10:53:52 -0500202
Patrick Williams26919f02022-12-08 06:12:43 -0600203 "SRC": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500204 "ReasonCode": "0x100A",
Patrick Williams26919f02022-12-08 06:12:43 -0600205 "Words6To9": {
206 "6": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500207 "Description": "errno of the failure",
208 "AdditionalDataPropSource": "CALLOUT_ERRNO"
209 }
210 }
211 },
212
Patrick Williams26919f02022-12-08 06:12:43 -0600213 "Documentation": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500214 "Description": "Device write failure",
215 "Message": "There was a failure when writing to a hardware device",
216 "Notes": [
217 "The severity is set by the creator.",
218 "The action flags are set automatically by the code.",
219 "Callouts added based on CALLOUT_DEVICE_PATH"
220 ]
Matt Spinler288f4322023-01-05 12:54:22 -0600221 },
222
223 "JournalCapture": {
224 "NumLines": 30
Matt Spinleraf036b12020-06-25 10:53:52 -0500225 }
226 },
Jayanth Othayothbd0a7522021-05-03 02:05:36 -0500227
Matt Spinleraf036b12020-06-25 10:53:52 -0500228 {
Chirag Sharma11cf0322022-04-20 08:48:52 -0500229 "Name": "xyz.openbmc_project.Common.File.Error.Write",
230 "Subsystem": "bmc_firmware",
231 "ComponentID": "0x1000",
Patrick Williams26919f02022-12-08 06:12:43 -0600232 "SRC": {
Chirag Sharma11cf0322022-04-20 08:48:52 -0500233 "ReasonCode": "0x100B",
Patrick Williams26919f02022-12-08 06:12:43 -0600234 "Words6To9": {}
Chirag Sharma11cf0322022-04-20 08:48:52 -0500235 },
236
237 "Callouts": [
238 {
239 "CalloutList": [
240 { "Priority": "high", "Procedure": "bmc_code" }
241 ]
242 }
243 ],
244
Patrick Williams26919f02022-12-08 06:12:43 -0600245 "Documentation": {
Chirag Sharma11cf0322022-04-20 08:48:52 -0500246 "Description": "Failed to write to a file",
247 "Message": "Failed to write to a file",
248 "Notes": [
249 "The severity is set by the creator.",
250 "The journal should contain more information"
251 ]
252 }
253 },
254
255 {
Jayanth Othayoth15006772023-03-29 03:34:40 -0500256 "Name": "xyz.openbmc_project.Certs.Error.InvalidCertificate",
257 "Subsystem": "user_error",
258 "Severity": "predictive",
259
260 "SRC": {
261 "ReasonCode": "0x100C",
262 "Words6To9": {}
263 },
264
265 "Callouts": [
266 {
267 "CalloutList": [
268 {
269 "Priority": "high",
270 "Procedure": "next_level_support"
271 }
272 ]
273 }
274 ],
275
276 "Documentation": {
277 "Description": "Certificate verification failed",
278 "Message": "Certificate verification failed"
279 }
280 },
281
282 {
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600283 "Name": "org.open_power.Logging.Error.SentBadPELToHost",
284 "Subsystem": "bmc_firmware",
285 "Severity": "non_error",
286
Patrick Williams26919f02022-12-08 06:12:43 -0600287 "SRC": {
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600288 "ReasonCode": "0x2001",
Patrick Williams26919f02022-12-08 06:12:43 -0600289 "Words6To9": {
290 "6": {
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600291 "Description": "The bad PEL ID",
292 "AdditionalDataPropSource": "BAD_ID"
293 }
294 }
295 },
296
Patrick Williams26919f02022-12-08 06:12:43 -0600297 "Documentation": {
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600298 "Description": "The BMC sent the host a malformed PEL",
299 "Message": "The BMC sent the host a malformed PEL",
Patrick Williams26919f02022-12-08 06:12:43 -0600300 "Notes": ["The host firmware rejected that PEL."]
Matt Spinler288f4322023-01-05 12:54:22 -0600301 },
302
303 "JournalCapture": {
304 "Sections": [
305 {
306 "SyslogID": "phosphor-log-manager",
307 "NumLines": 20
308 },
309 {
310 "SyslogID": "systemd",
311 "NumLines": 30
312 }
313 ]
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600314 }
Matt Spinlere95fd012020-01-07 12:53:16 -0600315 },
316
317 {
318 "Name": "org.open_power.Logging.Error.BadHostPEL",
319 "Subsystem": "platform_firmware",
320 "Severity": "unrecoverable",
321
Patrick Williams26919f02022-12-08 06:12:43 -0600322 "SRC": {
Matt Spinlere95fd012020-01-07 12:53:16 -0600323 "ReasonCode": "0x2002",
Patrick Williams26919f02022-12-08 06:12:43 -0600324 "Words6To9": {
325 "6": {
Matt Spinlere95fd012020-01-07 12:53:16 -0600326 "Description": "The PLID of the invalid PEL",
327 "AdditionalDataPropSource": "PLID"
328 },
Patrick Williams26919f02022-12-08 06:12:43 -0600329 "7": {
Matt Spinlere95fd012020-01-07 12:53:16 -0600330 "Description": "The corresponding OpenBMC event log ID",
331 "AdditionalDataPropSource": "OBMC_LOG_ID"
332 },
Patrick Williams26919f02022-12-08 06:12:43 -0600333 "8": {
Matt Spinlere95fd012020-01-07 12:53:16 -0600334 "Description": "The size of the invalid PEL",
335 "AdditionalDataPropSource": "PEL_SIZE"
336 }
337 }
338 },
339
Matt Spinler834f3ed2022-01-26 16:18:02 -0600340 "Callouts": [
341 {
342 "CalloutList": [
343 { "Priority": "high", "Procedure": "bmc_code" }
344 ]
345 }
346 ],
347
Patrick Williams26919f02022-12-08 06:12:43 -0600348 "Documentation": {
Matt Spinlere95fd012020-01-07 12:53:16 -0600349 "Description": "The host sent the BMC an invalid PEL",
350 "Message": "The host sent the BMC an invalid PEL",
Patrick Williams26919f02022-12-08 06:12:43 -0600351 "Notes": []
Matt Spinler288f4322023-01-05 12:54:22 -0600352 },
353
354 "JournalCapture": {
355 "Sections": [
356 {
357 "SyslogID": "phosphor-log-manager",
358 "NumLines": 20
359 },
360 {
361 "SyslogID": "systemd",
362 "NumLines": 20
363 },
364 {
365 "SyslogID": "pldmd",
366 "NumLines": 20
367 }
368 ]
Matt Spinlere95fd012020-01-07 12:53:16 -0600369 }
Marri Devender Raoead1be22020-03-28 05:50:59 -0500370 },
371
372 {
Matt Spinler3477ce92020-07-08 14:49:25 -0500373 "Name": "org.open_power.Logging.Error.TestError1",
374 "Subsystem": "platform_firmware",
375 "Severity": "unrecoverable",
376
Patrick Williams26919f02022-12-08 06:12:43 -0600377 "SRC": {
Matt Spinler3477ce92020-07-08 14:49:25 -0500378 "ReasonCode": "0x2003",
Patrick Williams26919f02022-12-08 06:12:43 -0600379 "Words6To9": {}
Matt Spinler3477ce92020-07-08 14:49:25 -0500380 },
381
382 "Callouts": [
383 {
384 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -0600385 { "Priority": "high", "Procedure": "bmc_code" },
386 { "Priority": "medium", "SymbolicFRU": "service_docs" }
Matt Spinler3477ce92020-07-08 14:49:25 -0500387 ]
388 }
389 ],
390
Patrick Williams26919f02022-12-08 06:12:43 -0600391 "Documentation": {
Matt Spinler3477ce92020-07-08 14:49:25 -0500392 "Description": "An error for testing",
393 "Message": "This is a test error"
394 }
395 },
396
397 {
Matt Spinler30ddc9f2020-07-16 15:39:59 -0500398 "Name": "xyz.openbmc_project.Logging.Error.Default",
399 "Subsystem": "other_na",
400
Patrick Williams26919f02022-12-08 06:12:43 -0600401 "SRC": {
Matt Spinler30ddc9f2020-07-16 15:39:59 -0500402 "ReasonCode": "0x2004",
Patrick Williams26919f02022-12-08 06:12:43 -0600403 "Words6To9": {}
Matt Spinler30ddc9f2020-07-16 15:39:59 -0500404 },
405
Matt Spinler834f3ed2022-01-26 16:18:02 -0600406 "Callouts": [
407 {
408 "CalloutList": [
409 { "Priority": "high", "Procedure": "bmc_code" }
410 ]
411 }
412 ],
413
Patrick Williams26919f02022-12-08 06:12:43 -0600414 "Documentation": {
Matt Spinler30ddc9f2020-07-16 15:39:59 -0500415 "Description": "This entry is used when no other matching entry is found",
416 "Message": "Unknown (Original event not in message registry)",
417 "Notes": [
418 "This is used when the actual error name isn't found in ",
419 "the registry. The original error name will be stored ",
420 "in the UserData section that contains the AdditionalData ",
421 "properties using the key ERROR_NAME.",
422 "This error may contain callouts if the creator passed ",
423 "them in.",
424 "The severity is set by the creator.",
425 "If this error is seen, then a code change needs to be ",
426 "made to add the missing error entry to this registry."
427 ]
Matt Spinler288f4322023-01-05 12:54:22 -0600428 },
429
430 "JournalCapture": {
431 "NumLines": 30
Matt Spinler30ddc9f2020-07-16 15:39:59 -0500432 }
433 },
434
435 {
Matt Spinlerc865ed92022-02-16 14:07:32 -0600436 "Name": "org.open_power.Logging.Error.TestError2",
437 "Subsystem": "bmc_firmware",
438 "Severity": "recovered",
439 "ActionFlags": ["report"],
440
Patrick Williams26919f02022-12-08 06:12:43 -0600441 "SRC": {
Matt Spinlerc865ed92022-02-16 14:07:32 -0600442 "ReasonCode": "0x2005",
Patrick Williams26919f02022-12-08 06:12:43 -0600443 "Words6To9": {}
Matt Spinlerc865ed92022-02-16 14:07:32 -0600444 },
445
446 "Callouts": [
447 {
Patrick Williams26919f02022-12-08 06:12:43 -0600448 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Matt Spinlerc865ed92022-02-16 14:07:32 -0600449 }
450 ],
451
Patrick Williams26919f02022-12-08 06:12:43 -0600452 "Documentation": {
Matt Spinlerc865ed92022-02-16 14:07:32 -0600453 "Description": "An error for testing",
454 "Message": "This is a test recoverable error",
455 "Notes": [
456 "This error is not created by BMC code and is ",
457 "only used for error injection tests."
458 ]
459 }
460 },
461
462 {
Matt Spinler87408a42022-07-29 16:12:07 -0500463 "Name": "org.open_power.Logging.Error.TestError3",
464 "Subsystem": "bmc_firmware",
465 "Severity": "predictive",
466
Patrick Williams26919f02022-12-08 06:12:43 -0600467 "SRC": {
Matt Spinler87408a42022-07-29 16:12:07 -0500468 "ReasonCode": "0x2006",
Patrick Williams26919f02022-12-08 06:12:43 -0600469 "Words6To9": {}
Matt Spinler87408a42022-07-29 16:12:07 -0500470 },
471
Patrick Williams26919f02022-12-08 06:12:43 -0600472 "Documentation": {
Matt Spinler87408a42022-07-29 16:12:07 -0500473 "Description": "This is an error used for testing only",
474 "Message": "This is a test predictive error",
475 "Notes": [
476 "This error is not created by BMC code and is ",
477 "only used for error injection tests."
478 ]
479 }
480 },
481
482 {
Marri Devender Raoead1be22020-03-28 05:50:59 -0500483 "Name": "org.open_power.PHAL.Error.Boot",
484 "Subsystem": "cec_hardware",
Ramesh Iyyar41e79dc2020-12-22 06:27:48 -0600485 "ComponentID": "0x3000",
Marri Devender Raoead1be22020-03-28 05:50:59 -0500486
Patrick Williams26919f02022-12-08 06:12:43 -0600487 "SRC": {
Ramesh Iyyar41e79dc2020-12-22 06:27:48 -0600488 "ReasonCode": "0x3001",
Patrick Williams26919f02022-12-08 06:12:43 -0600489 "Words6To9": {}
Marri Devender Raoead1be22020-03-28 05:50:59 -0500490 },
491
Patrick Williams26919f02022-12-08 06:12:43 -0600492 "Documentation": {
Michael Lim12429892022-03-10 16:11:25 -0600493 "Description": "Failure occurred during boot process",
494 "Message": "Failure occurred during boot process",
Marri Devender Raoead1be22020-03-28 05:50:59 -0500495 "Notes": [
496 "Debug traces will be captured in AdditionalData section"
497 ]
498 }
Ben Tyner34836322020-04-15 17:01:48 -0500499 },
500
501 {
Ramesh Iyyar78be2a22020-12-22 06:22:55 -0600502 "Name": "org.open_power.PHAL.Error.PrePowerOff",
503 "Subsystem": "cec_hardware",
504 "ComponentID": "0x3000",
505
Patrick Williams26919f02022-12-08 06:12:43 -0600506 "SRC": {
Ramesh Iyyar78be2a22020-12-22 06:22:55 -0600507 "ReasonCode": "0x3002",
Patrick Williams26919f02022-12-08 06:12:43 -0600508 "Words6To9": {}
Ramesh Iyyar78be2a22020-12-22 06:22:55 -0600509 },
510
Patrick Williams26919f02022-12-08 06:12:43 -0600511 "Documentation": {
Ramesh Iyyar78be2a22020-12-22 06:22:55 -0600512 "Description": "Failure occurred during PHAL pre-poweroff operations",
513 "Message": "Failure occurred during PHAL pre-poweroff operations",
514 "Notes": [
515 "Severity needs to be set based on needs for this registry.",
516 "FFDC (First Failure Data Collection) will be collected ",
517 "and added into PEL."
518 ]
519 }
520 },
521
522 {
Jayanth Othayothdb00d762021-07-13 02:48:19 -0500523 "Name": "org.open_power.PHAL.Error.devtreeSync",
524 "Subsystem": "cec_hardware",
525 "ComponentID": "0x3000",
526 "Severity": "unrecoverable",
527
Patrick Williams26919f02022-12-08 06:12:43 -0600528 "SRC": {
Jayanth Othayothdb00d762021-07-13 02:48:19 -0500529 "ReasonCode": "0x3003",
Patrick Williams26919f02022-12-08 06:12:43 -0600530 "Words6To9": {}
Jayanth Othayothdb00d762021-07-13 02:48:19 -0500531 },
532
Patrick Williams26919f02022-12-08 06:12:43 -0600533 "Documentation": {
Jayanth Othayothdb00d762021-07-13 02:48:19 -0500534 "Description": "Failure occurred during PHAL devtree sync ",
535 "Message": "Failure occurred during PHAL devtree sync",
Patrick Williams26919f02022-12-08 06:12:43 -0600536 "Notes": ["The journal should contain more information"]
Jayanth Othayothdb00d762021-07-13 02:48:19 -0500537 }
538 },
539
540 {
Jayanth Othayothf3e619a2021-07-13 03:58:06 -0500541 "Name": "org.open_power.PHAL.Error.devtreeBackup",
542 "Subsystem": "cec_hardware",
543 "ComponentID": "0x3000",
544 "Severity": "unrecoverable",
545
Patrick Williams26919f02022-12-08 06:12:43 -0600546 "SRC": {
Jayanth Othayothf3e619a2021-07-13 03:58:06 -0500547 "ReasonCode": "0x3004",
Patrick Williams26919f02022-12-08 06:12:43 -0600548 "Words6To9": {}
Jayanth Othayothf3e619a2021-07-13 03:58:06 -0500549 },
550
Patrick Williams26919f02022-12-08 06:12:43 -0600551 "Documentation": {
Jayanth Othayothf3e619a2021-07-13 03:58:06 -0500552 "Description": "Failure occurred during PHAL devtree backup ",
553 "Message": "Failure occurred during PHAL devtree backup",
Patrick Williams26919f02022-12-08 06:12:43 -0600554 "Notes": ["The journal should contain more information"]
Jayanth Othayothf3e619a2021-07-13 03:58:06 -0500555 }
556 },
557
558 {
Andrew Geisslerd54fd732021-07-20 14:07:12 -0400559 "Name": "org.open_power.PHAL.Error.HostRunning",
NodeMan970f57ddc2022-04-29 23:14:41 +0000560 "Subsystem": "cec_sp_hyp_iface",
Andrew Geisslerd54fd732021-07-20 14:07:12 -0400561 "ComponentID": "0x3000",
562
Patrick Williams26919f02022-12-08 06:12:43 -0600563 "SRC": {
Andrew Geisslerd54fd732021-07-20 14:07:12 -0400564 "ReasonCode": "0x3005",
Patrick Williams26919f02022-12-08 06:12:43 -0600565 "Words6To9": {}
Andrew Geisslerd54fd732021-07-20 14:07:12 -0400566 },
567
Patrick Williams26919f02022-12-08 06:12:43 -0600568 "Documentation": {
Andrew Geisslerd54fd732021-07-20 14:07:12 -0400569 "Description": "Host did not respond to BMC after a BMC reset",
570 "Message": "Host did not respond to BMC after a BMC reset but hardware indicates it is running",
571 "Notes": [
572 "System will be left in its current state to ensure host ",
573 "is not unexpectedly taken down. There is most likely an ",
574 "issue in the software or hardware communication path ",
575 "between the BMC and the Host firmware.",
576 "A BMC dump will be collected with relevant FFDC."
577 ]
578 }
579 },
580
581 {
Jayanth Othayoth7d2bea72021-11-29 07:26:34 -0600582 "Name": "org.open_power.PHAL.Error.devtreeReinit",
583 "Subsystem": "cec_hardware",
584 "ComponentID": "0x3000",
585 "Severity": "unrecoverable",
586
Patrick Williams26919f02022-12-08 06:12:43 -0600587 "SRC": {
Jayanth Othayoth7d2bea72021-11-29 07:26:34 -0600588 "ReasonCode": "0x3006",
Patrick Williams26919f02022-12-08 06:12:43 -0600589 "Words6To9": {}
Jayanth Othayoth7d2bea72021-11-29 07:26:34 -0600590 },
591
Patrick Williams26919f02022-12-08 06:12:43 -0600592 "Documentation": {
Jayanth Othayoth7d2bea72021-11-29 07:26:34 -0600593 "Description": "Failure re-initializing BMC to Host data structure",
594 "Message": "Failure occurred during re-initializing BMC to Host data structure",
Patrick Williams26919f02022-12-08 06:12:43 -0600595 "Notes": ["The journal should contain more information"]
Jayanth Othayoth7d2bea72021-11-29 07:26:34 -0600596 }
597 },
598
599 {
Jayanth Othayothe52dd952022-03-09 02:11:41 -0600600 "Name": "org.open_power.PHAL.Error.NonFunctionalBootProc",
601 "Subsystem": "cec_hardware",
602 "ComponentID": "0x3000",
603 "Severity": "unrecoverable",
604
Patrick Williams26919f02022-12-08 06:12:43 -0600605 "SRC": {
Jayanth Othayothe52dd952022-03-09 02:11:41 -0600606 "ReasonCode": "0x3007",
Patrick Williams26919f02022-12-08 06:12:43 -0600607 "Words6To9": {}
Jayanth Othayothe52dd952022-03-09 02:11:41 -0600608 },
609
Patrick Williams26919f02022-12-08 06:12:43 -0600610 "Documentation": {
Jayanth Othayothe52dd952022-03-09 02:11:41 -0600611 "Description": "Non functional boot processor",
612 "Message": "Non functional boot processor",
613 "Notes": [
614 "BMC firmware couldn't find functional primary processor",
615 "required to boot the host",
616 "Debug traces will be captured in AdditionalData section"
617 ]
618 }
619 },
620
621 {
Marri Devender Rao116428e2022-06-09 07:33:38 -0500622 "Name": "org.open_power.PHAL.Error.MPReboot",
623 "Subsystem": "cec_hardware",
624 "ComponentID": "0x3000",
625 "Severity": "unrecoverable",
626
Patrick Williams26919f02022-12-08 06:12:43 -0600627 "SRC": {
Marri Devender Rao116428e2022-06-09 07:33:38 -0500628 "ReasonCode": "0x3008",
Patrick Williams26919f02022-12-08 06:12:43 -0600629 "Words6To9": {}
Marri Devender Rao116428e2022-06-09 07:33:38 -0500630 },
631
632 "Callouts": [
633 {
Patrick Williams26919f02022-12-08 06:12:43 -0600634 "CalloutList": [
635 { "Priority": "high", "Procedure": "bmc_code" }
Marri Devender Rao116428e2022-06-09 07:33:38 -0500636 ]
637 }
638 ],
639
Patrick Williams26919f02022-12-08 06:12:43 -0600640 "Documentation": {
Marri Devender Rao116428e2022-06-09 07:33:38 -0500641 "Description": "Error during memory preserving reboot",
642 "Message": "Error during memory preserving reboot",
643 "Notes": [
644 "Software error occured during memory preserving reboot"
645 ]
646 }
Patrick Williams26919f02022-12-08 06:12:43 -0600647 },
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500648 {
649 "Name": "org.open_power.PHAL.Error.SpareClock",
650 "Subsystem": "cec_hardware",
651 "ComponentID": "0x3000",
652 "Severity": "non_error",
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500653
Patrick Williams26919f02022-12-08 06:12:43 -0600654 "SRC": {
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500655 "ReasonCode": "0x3009",
Patrick Williams26919f02022-12-08 06:12:43 -0600656 "Words6To9": {}
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500657 },
658
Jayanth Othayothb0820142022-10-27 02:16:48 -0500659 "Callouts": [
660 {
661 "System": "ibm,rainier",
662 "CalloutList": [
663 {
664 "Priority": "high",
665 "LocCode": "P0"
666 },
667 {
668 "Priority": "low",
669 "LocCode": "P0-C15"
670 }
671 ]
672 },
673 {
674 "System": "ibm,everest",
675 "CalloutList": [
676 {
677 "Priority": "high",
678 "LocCode": "P0"
679 },
680 {
681 "Priority": "low",
682 "LocCode": "P0-C61"
683 }
684 ]
685 }
686 ],
687
Patrick Williams26919f02022-12-08 06:12:43 -0600688 "Documentation": {
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500689 "Description": "Error during Spare clock initialisation",
690 "Message": "Error during Spare clock initialisation",
691 "Notes": [
Jayanth Othayothb0820142022-10-27 02:16:48 -0500692 "The clock symbolic FRU in the CalloutList provides the",
693 "reference to clock unit."
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500694 ]
695 }
Marri Devender Rao116428e2022-06-09 07:33:38 -0500696 },
697
698 {
Jayanth Othayoth21c1a5a2022-09-07 01:24:05 -0500699 "Name": "org.open_power.PHAL.Info.ClockDailyLog",
700 "Subsystem": "cec_clocks",
701 "ComponentID": "0x3000",
702 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -0600703 "ActionFlags": ["report", "call_home"],
Jayanth Othayoth21c1a5a2022-09-07 01:24:05 -0500704
Patrick Williams26919f02022-12-08 06:12:43 -0600705 "SRC": {
Jayanth Othayoth21c1a5a2022-09-07 01:24:05 -0500706 "ReasonCode": "0x300A",
Patrick Williams26919f02022-12-08 06:12:43 -0600707 "Words6To9": {}
Jayanth Othayoth21c1a5a2022-09-07 01:24:05 -0500708 },
709
Patrick Williams26919f02022-12-08 06:12:43 -0600710 "Documentation": {
Jayanth Othayoth21c1a5a2022-09-07 01:24:05 -0500711 "Description": "Informational error to house clock debug info",
712 "Message": "Informational error to house clock debug info",
713 "Notes": [
714 "User data includes processor and clock register state information."
715 ]
716 }
717 },
718
719 {
deepakala-kb1b342a2022-10-05 11:17:16 -0500720 "Name": "org.open_power.PHAL.Error.GuardPartitionAccess",
721 "Subsystem": "bmc_firmware",
722 "ComponentID": "0x3000",
723 "Severity": "predictive",
724
Patrick Williams26919f02022-12-08 06:12:43 -0600725 "SRC": {
deepakala-kb1b342a2022-10-05 11:17:16 -0500726 "ReasonCode": "0x300B",
Patrick Williams26919f02022-12-08 06:12:43 -0600727 "Words6To9": {}
deepakala-kb1b342a2022-10-05 11:17:16 -0500728 },
729
730 "Callouts": [
731 {
732 "CalloutList": [
733 { "Priority": "high", "Procedure": "bmc_code" }
734 ]
735 }
736 ],
737
Patrick Williams26919f02022-12-08 06:12:43 -0600738 "Documentation": {
deepakala-kb1b342a2022-10-05 11:17:16 -0500739 "Description": "Guard partition access failure",
740 "Message": "Guard partition access failure",
741 "Notes": [
742 "User data and journal should contain more information"
743 ]
744 }
745 },
746
747 {
Matt Spinler06634e82023-05-25 11:36:43 -0500748 "Name": "org.open_power.Proc.FSI.Error.MasterDetectionFailure",
749 "Subsystem": "cec_chip_iface",
750 "ComponentID": "0x3000",
751 "Severity": "unrecoverable",
752
753 "SRC": {
754 "ReasonCode": "0x300C",
755 "Words6To9": {}
756 },
757
758 "Documentation": {
759 "Description": "There was a failure while initializing the FSI links",
760 "Message": "There was a failure while initializing the FSI links",
761 "Notes": [
762 "The FSI device driver had a problem doing a scan.",
763 "The callouts are done based on the passed in FSI device path."
764 ]
765 },
766
767 "JournalCapture": {
768 "NumLines": 75
769 }
770 },
771
772 {
Eddie James62464b12022-05-25 15:47:15 -0500773 "Name": "org.open_power.OCC.Firmware.PresenceMismatch",
774 "Subsystem": "bmc_firmware",
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500775 "ComponentID": "0x2600",
Eddie James62464b12022-05-25 15:47:15 -0500776 "Severity": "predictive",
777
Patrick Williams26919f02022-12-08 06:12:43 -0600778 "SRC": {
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500779 "ReasonCode": "0x2681",
Patrick Williams26919f02022-12-08 06:12:43 -0600780 "Words6To9": {}
Eddie James62464b12022-05-25 15:47:15 -0500781 },
782
783 "Callouts": [
784 {
785 "CalloutList": [
786 { "Priority": "medium", "Procedure": "bmc_code" }
787 ]
788 }
789 ],
790
Patrick Williams26919f02022-12-08 06:12:43 -0600791 "Documentation": {
Eddie James62464b12022-05-25 15:47:15 -0500792 "Description": "OCC presence mismatch",
793 "Message": "BMC firmware detected incorrect number of OCCs",
794 "Notes": [
795 "The number of OCCs detected by the BMC does not match the number of OCCs detected by the OCC.",
796 "The BMC requests that the OCC reset."
797 ]
798 }
799 },
800
801 {
802 "Name": "org.open_power.OCC.Device.SafeState",
803 "Subsystem": "processor_chip",
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500804 "ComponentID": "0x2600",
Eddie James62464b12022-05-25 15:47:15 -0500805 "Severity": "non_error",
806
Patrick Williams26919f02022-12-08 06:12:43 -0600807 "SRC": {
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500808 "ReasonCode": "0x2682",
Patrick Williams26919f02022-12-08 06:12:43 -0600809 "Words6To9": {}
Eddie James62464b12022-05-25 15:47:15 -0500810 },
811
Patrick Williams26919f02022-12-08 06:12:43 -0600812 "Documentation": {
Eddie James62464b12022-05-25 15:47:15 -0500813 "Description": "OCC safe state",
814 "Message": "OCC in safe state while active for one minute",
815 "Notes": [
816 "The BMC detected that the OCC was in safe state for one minute while active.",
817 "The BMC requests that the OCC reset."
818 ]
819 }
820 },
821
822 {
823 "Name": "org.open_power.OCC.Device.ReadFailure",
824 "Subsystem": "cec_chip_iface",
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500825 "ComponentID": "0x2600",
Eddie James62464b12022-05-25 15:47:15 -0500826 "Severity": "predictive",
827
Patrick Williams26919f02022-12-08 06:12:43 -0600828 "SRC": {
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500829 "ReasonCode": "0x2683",
Patrick Williams26919f02022-12-08 06:12:43 -0600830 "Words6To9": {}
Eddie James62464b12022-05-25 15:47:15 -0500831 },
832
Patrick Williams26919f02022-12-08 06:12:43 -0600833 "Documentation": {
Eddie James62464b12022-05-25 15:47:15 -0500834 "Description": "OCC communication failure",
835 "Message": "BMC failed to communicate with the OCC",
836 "Notes": [
837 "The BMC failed to communicate with the OCC and retried three times.",
838 "The BMC requests that the OCC reset."
839 ]
840 }
841 },
842
843 {
Ramesh Iyyarb3d45ed2021-12-07 09:18:19 -0600844 "Name": "org.open_power.HardwareIsolation.Error",
845 "Subsystem": "cec_hardware",
846 "ComponentID": "0x3100",
847
Patrick Williams26919f02022-12-08 06:12:43 -0600848 "SRC": {
Ramesh Iyyarb3d45ed2021-12-07 09:18:19 -0600849 "ReasonCode": "0x3101",
Patrick Williams26919f02022-12-08 06:12:43 -0600850 "Words6To9": {}
Ramesh Iyyarb3d45ed2021-12-07 09:18:19 -0600851 },
852
Patrick Williams26919f02022-12-08 06:12:43 -0600853 "Documentation": {
Michael Lim12429892022-03-10 16:11:25 -0600854 "Description": "Failure occurred during hardware isolation operations",
855 "Message": "Failure occurred during hardware isolation operations",
Ramesh Iyyarb3d45ed2021-12-07 09:18:19 -0600856 "Notes": [
857 "Severity needs to be set based on needs for this registry.",
858 "Debug traces will be captured in AdditionalData section"
859 ]
860 }
861 },
862
863 {
Marri Devender Rao385446b2023-04-14 00:16:35 -0500864 "Name": "org.open_power.Faultlog.Error.DeconfiguredHW",
865 "Subsystem": "cec_hardware",
866 "Severity": "predictive",
Matt Spinlera6c4ba72023-05-24 13:11:49 -0500867 "ComponentID": "0xF100",
Marri Devender Rao385446b2023-04-14 00:16:35 -0500868 "SRC": {
Matt Spinlera6c4ba72023-05-24 13:11:49 -0500869 "ReasonCode": "0xF138",
Marri Devender Rao385446b2023-04-14 00:16:35 -0500870 "Words6To9": {
871 "6": {
872 "Description": "Number of guard records with error object",
873 "AdditionalDataPropSource": "GUARD_WITH_ASSOC_ERROR_COUNT"
874 },
875 "7": {
876 "Description": "Number of guard records with no error object",
877 "AdditionalDataPropSource": "GUARD_WITH_NO_ASSOC_ERROR_COUNT"
878 },
879 "8": {
880 "Description": "Number of deconfigured records",
881 "AdditionalDataPropSource": "DECONFIG_RECORD_COUNT"
882 },
883 "9": {
884 "Description": "Number of unresolved pels count",
885 "AdditionalDataPropSource": "UNRESOLVED_PEL_WITH_DECONFIG_BIT_COUNT"
886 }
887 }
888 },
889 "Callouts": [
890 {
891 "CalloutList": [
892 {
893 "Priority": "high",
894 "Procedure": "detected_issue_need_service"
895 }
896 ]
897 }
898 ],
899 "Documentation": {
900 "Description": "Firmware detected either a FRU deconfigured And/Or guard record",
901 "Message": "Firmware detected either a FRU deconfigured And/Or guard record",
902 "Notes": [
903 "Either Guard And/Or Deconfiguration records found during periodic check ",
904 "as part of the NAG event. Look into the BMC Nag dump for more details. ",
905 "This is a reminder for servicing faulty hardware pending service present ",
906 "in the system."
907 ]
908 }
909 },
910
911 {
Andrew Geissler8034dde2021-09-10 14:43:03 -0500912 "Name": "xyz.openbmc_project.State.Error.HostNotRunning",
913 "Subsystem": "cec_sp_hostboot_iface",
914 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -0600915 "SRC": {
Andrew Geissler8034dde2021-09-10 14:43:03 -0500916 "ReasonCode": "0x3401",
Patrick Williams26919f02022-12-08 06:12:43 -0600917 "Words6To9": {}
Andrew Geissler8034dde2021-09-10 14:43:03 -0500918 },
Patrick Williams26919f02022-12-08 06:12:43 -0600919 "Documentation": {
Andrew Geissler8034dde2021-09-10 14:43:03 -0500920 "Description": "Host was booting or booted before BMC reset but is now unresponsive",
921 "Message": "Host did not respond to BMC after a BMC reset but it was booting or booted prior to the BMC reboot",
922 "Notes": [
923 "System will follow recovery policy, resulting in this ",
924 "error and most likely a a reboot of the host. The issue ",
925 "is most likely the result of the BMC rebooting while the ",
926 "host was booting and in a state where it still needed ",
927 "the BMC to complete its boot."
928 ]
Matt Spinler288f4322023-01-05 12:54:22 -0600929 },
930
931 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -0500932 "NumLines": 100
Andrew Geissler8034dde2021-09-10 14:43:03 -0500933 }
934 },
935
936 {
Andrew Geissler808f6302022-02-24 13:55:18 -0600937 "Name": "xyz.openbmc_project.State.ChassisPowerBad",
938 "Subsystem": "input_power_source",
939 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -0600940 "SRC": {
Andrew Geissler808f6302022-02-24 13:55:18 -0600941 "ReasonCode": "0x3402",
Patrick Williams26919f02022-12-08 06:12:43 -0600942 "Words6To9": {}
Andrew Geissler808f6302022-02-24 13:55:18 -0600943 },
944 "Callouts": [
945 {
Patrick Williams26919f02022-12-08 06:12:43 -0600946 "CalloutList": [
947 {
948 "Priority": "high",
949 "Procedure": "next_level_support"
950 }
951 ]
Andrew Geissler808f6302022-02-24 13:55:18 -0600952 }
953 ],
Patrick Williams26919f02022-12-08 06:12:43 -0600954 "Documentation": {
Andrew Geissler808f6302022-02-24 13:55:18 -0600955 "Description": "Chassis input power is in a bad state",
956 "Message": "Chassis input power is in a bad state, look for other logs with more details",
957 "Notes": [
958 "The system is most likely in a limited power situation. ",
959 "There is enough power for the BMC to operate but not the ",
960 "CEC hardware. Check for UPS or brownout logs."
961 ]
Matt Spinler288f4322023-01-05 12:54:22 -0600962 },
963
964 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -0500965 "NumLines": 100
Andrew Geissler808f6302022-02-24 13:55:18 -0600966 }
967 },
968
969 {
Andrew Geissler4c360ec2022-02-24 14:09:37 -0600970 "Name": "xyz.openbmc_project.State.PinholeReset",
971 "Subsystem": "cec_op_panel",
972 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -0600973 "SRC": {
Andrew Geissler4c360ec2022-02-24 14:09:37 -0600974 "ReasonCode": "0x3403",
Patrick Williams26919f02022-12-08 06:12:43 -0600975 "Words6To9": {}
Andrew Geissler4c360ec2022-02-24 14:09:37 -0600976 },
Patrick Williams26919f02022-12-08 06:12:43 -0600977 "Documentation": {
Andrew Geissler4c360ec2022-02-24 14:09:37 -0600978 "Description": "User initiated a pinhole reset via the op-panel",
979 "Message": "User initiated a pinhole reset via the op-panel",
980 "Notes": [
981 "This is a notification log to record the fact that a ",
982 "pinhole reset was performed on the BMC, resulting in a ",
983 "hard reset of the BMC."
984 ]
985 }
986 },
987
988 {
Andrew Geisslerfbb18242022-02-24 14:30:02 -0600989 "Name": "xyz.openbmc_project.State.Error.CriticalServiceFailure",
990 "Subsystem": "bmc_firmware",
991 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -0600992 "SRC": {
Andrew Geisslerfbb18242022-02-24 14:30:02 -0600993 "ReasonCode": "0x3404",
Patrick Williams26919f02022-12-08 06:12:43 -0600994 "Words6To9": {}
Andrew Geisslerfbb18242022-02-24 14:30:02 -0600995 },
996 "Callouts": [
997 {
Patrick Williams26919f02022-12-08 06:12:43 -0600998 "CalloutList": [
999 {
1000 "Priority": "high",
1001 "Procedure": "next_level_support"
1002 }
1003 ]
Andrew Geisslerfbb18242022-02-24 14:30:02 -06001004 }
1005 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001006 "Documentation": {
Andrew Geisslerfbb18242022-02-24 14:30:02 -06001007 "Description": "A critical BMC application has failed on the system",
1008 "Message": "A critical BMC application has failed on the system, the BMC is in an undefined state",
1009 "Notes": [
1010 "As a part of generating this error log, a BMC dump has ",
1011 "also been generated. Please collect this dump if possible. ",
1012 "The BMC state is undefined but basic services could still ",
1013 "be available. Usually an AC cycle of the entire system is ",
1014 "the best recovery option from this error."
1015 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001016 },
1017
1018 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001019 "NumLines": 100
Andrew Geisslerfbb18242022-02-24 14:30:02 -06001020 }
1021 },
1022
1023 {
Andrew Geisslerf83efe92022-03-10 15:06:17 -06001024 "Name": "xyz.openbmc_project.State.Error.SecurityCheckFail",
1025 "Subsystem": "bmc_firmware",
1026 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001027 "SRC": {
Andrew Geisslerf83efe92022-03-10 15:06:17 -06001028 "ReasonCode": "0x3405",
Patrick Williams26919f02022-12-08 06:12:43 -06001029 "Words6To9": {}
Andrew Geisslerf83efe92022-03-10 15:06:17 -06001030 },
1031 "Callouts": [
1032 {
Patrick Williams26919f02022-12-08 06:12:43 -06001033 "CalloutList": [
1034 {
1035 "Priority": "high",
1036 "Procedure": "next_level_support"
1037 }
1038 ]
Andrew Geisslerf83efe92022-03-10 15:06:17 -06001039 }
1040 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001041 "Documentation": {
Andrew Geisslerf83efe92022-03-10 15:06:17 -06001042 "Description": "A firmware security check has failed",
1043 "Message": "A firmware security check has failed, most likely something is not configured correctly",
1044 "Notes": [
1045 "This log is only generated in the manufacturing ",
1046 "environment and it indicates that something has not ",
1047 "been configured correctly. Use the data in the PEL to ",
1048 "determine what that is."
1049 ]
1050 }
1051 },
1052
1053 {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001054 "Name": "xyz.openbmc_project.State.BMC.Error.MultiUserTargetFailure",
1055 "Subsystem": "bmc_firmware",
1056 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001057 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001058 "ReasonCode": "0x3406",
Patrick Williams26919f02022-12-08 06:12:43 -06001059 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001060 },
1061 "Callouts": [
1062 {
Patrick Williams26919f02022-12-08 06:12:43 -06001063 "CalloutList": [
1064 {
1065 "Priority": "high",
1066 "Procedure": "next_level_support"
1067 }
1068 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001069 }
1070 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001071 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001072 "Description": "The system has failed to reach BMC Ready state",
1073 "Message": "The system has failed to reach BMC Ready state, look for other errors",
1074 "Notes": [
1075 "This log indicates a critical BMC application required ",
1076 "for the BMC to reach Ready state has failed to start ",
1077 "successfully. Look in the log for other errors indicating ",
1078 "what has failed."
1079 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001080 },
1081
1082 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001083 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001084 }
1085 },
1086
1087 {
1088 "Name": "xyz.openbmc_project.State.Chassis.Error.PowerOnFailure",
1089 "Subsystem": "bmc_firmware",
1090 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001091 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001092 "ReasonCode": "0x3407",
Patrick Williams26919f02022-12-08 06:12:43 -06001093 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001094 },
1095 "Callouts": [
1096 {
Patrick Williams26919f02022-12-08 06:12:43 -06001097 "CalloutList": [
1098 {
1099 "Priority": "high",
1100 "Procedure": "next_level_support"
1101 }
1102 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001103 }
1104 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001105 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001106 "Description": "The system has failed to reach chassis power on state",
1107 "Message": "The system has failed to reach chassis power on state, look for other errors",
1108 "Notes": [
1109 "This log indicates a critical BMC application required ",
1110 "for the BMC to power on the chassis has failed to start ",
1111 "successfully. Look in the log for other errors indicating ",
1112 "what has failed."
1113 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001114 },
1115
1116 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001117 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001118 }
1119 },
1120
1121 {
1122 "Name": "xyz.openbmc_project.State.Chassis.Error.PowerOffFailure",
1123 "Subsystem": "bmc_firmware",
1124 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001125 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001126 "ReasonCode": "0x3408",
Patrick Williams26919f02022-12-08 06:12:43 -06001127 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001128 },
1129 "Callouts": [
1130 {
Patrick Williams26919f02022-12-08 06:12:43 -06001131 "CalloutList": [
1132 {
1133 "Priority": "high",
1134 "Procedure": "next_level_support"
1135 }
1136 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001137 }
1138 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001139 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001140 "Description": "The system has failed to reach chassis power off state",
1141 "Message": "The system has failed to reach chassis power off state, look for other errors",
1142 "Notes": [
1143 "This log indicates a critical BMC application required ",
1144 "for the BMC to power off the chassis has failed to start ",
1145 "successfully. Look in the log for other errors indicating ",
1146 "what has failed."
1147 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001148 },
1149
1150 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001151 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001152 }
1153 },
1154
1155 {
1156 "Name": "xyz.openbmc_project.State.Host.Error.HostStartFailure",
1157 "Subsystem": "bmc_firmware",
1158 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001159 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001160 "ReasonCode": "0x3409",
Patrick Williams26919f02022-12-08 06:12:43 -06001161 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001162 },
1163 "Callouts": [
1164 {
Patrick Williams26919f02022-12-08 06:12:43 -06001165 "CalloutList": [
1166 {
1167 "Priority": "high",
1168 "Procedure": "next_level_support"
1169 }
1170 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001171 }
1172 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001173 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001174 "Description": "The system has failed to start the host firmware",
1175 "Message": "The system has failed to start the host firmware, look for other errors",
1176 "Notes": [
1177 "This log indicates a critical BMC application required ",
1178 "for the BMC to start the host has failed to start ",
1179 "successfully. Look in the log for other errors indicating ",
1180 "what has failed."
1181 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001182 },
1183
1184 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001185 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001186 }
1187 },
1188
1189 {
1190 "Name": "xyz.openbmc_project.State.Host.Error.HostStartMinFailure",
1191 "Subsystem": "bmc_firmware",
1192 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001193 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001194 "ReasonCode": "0x3410",
Patrick Williams26919f02022-12-08 06:12:43 -06001195 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001196 },
1197 "Callouts": [
1198 {
Patrick Williams26919f02022-12-08 06:12:43 -06001199 "CalloutList": [
1200 {
1201 "Priority": "high",
1202 "Procedure": "next_level_support"
1203 }
1204 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001205 }
1206 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001207 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001208 "Description": "The system has failed to start the host firmware",
1209 "Message": "The system has failed to start the host firmware, look for other errors",
1210 "Notes": [
1211 "This log indicates a critical BMC application required ",
1212 "for the BMC to start the host has failed to start ",
1213 "successfully. Look in the log for other errors indicating ",
1214 "what has failed."
1215 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001216 },
1217
1218 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001219 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001220 }
1221 },
1222
1223 {
1224 "Name": "xyz.openbmc_project.State.Host.Error.HostShutdownFailure",
1225 "Subsystem": "bmc_firmware",
1226 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001227 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001228 "ReasonCode": "0x3411",
Patrick Williams26919f02022-12-08 06:12:43 -06001229 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001230 },
1231 "Callouts": [
1232 {
Patrick Williams26919f02022-12-08 06:12:43 -06001233 "CalloutList": [
1234 {
1235 "Priority": "high",
1236 "Procedure": "next_level_support"
1237 }
1238 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001239 }
1240 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001241 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001242 "Description": "The system has failed to shutdown the host firmware",
1243 "Message": "The system has failed to shutdown the host firmware, look for other errors",
1244 "Notes": [
1245 "This log indicates a critical BMC application required ",
1246 "to shutdown the host firmware has failed to start ",
1247 "successfully. Look in the log for other errors indicating ",
1248 "what has failed."
1249 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001250 },
1251
1252 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001253 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001254 }
1255 },
1256
1257 {
1258 "Name": "xyz.openbmc_project.State.Host.Error.HostStopFailure",
1259 "Subsystem": "bmc_firmware",
1260 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001261 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001262 "ReasonCode": "0x3412",
Patrick Williams26919f02022-12-08 06:12:43 -06001263 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001264 },
1265 "Callouts": [
1266 {
Patrick Williams26919f02022-12-08 06:12:43 -06001267 "CalloutList": [
1268 {
1269 "Priority": "high",
1270 "Procedure": "next_level_support"
1271 }
1272 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001273 }
1274 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001275 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001276 "Description": "The system has failed to stop the host firmware",
1277 "Message": "The system has failed to stop the host firmware, look for other errors",
1278 "Notes": [
1279 "This log indicates a critical BMC application required ",
1280 "to stop the host firmware has failed to start ",
1281 "successfully. Look in the log for other errors indicating ",
1282 "what has failed."
1283 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001284 },
1285
1286 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001287 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001288 }
1289 },
1290
1291 {
1292 "Name": "xyz.openbmc_project.State.Host.Error.HostRebootFailure",
1293 "Subsystem": "bmc_firmware",
1294 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001295 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001296 "ReasonCode": "0x3413",
Patrick Williams26919f02022-12-08 06:12:43 -06001297 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001298 },
1299 "Callouts": [
1300 {
Patrick Williams26919f02022-12-08 06:12:43 -06001301 "CalloutList": [
1302 {
1303 "Priority": "high",
1304 "Procedure": "next_level_support"
1305 }
1306 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001307 }
1308 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001309 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001310 "Description": "The system has failed to reboot the host firmware",
1311 "Message": "The system has failed to reboot the host firmware, look for other errors",
1312 "Notes": [
1313 "This log indicates a critical BMC application required ",
1314 "to reboot the host firmware has failed to start ",
1315 "successfully. Look in the log for other errors indicating ",
1316 "what has failed."
1317 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001318 },
1319
1320 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001321 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001322 }
1323 },
1324
1325 {
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001326 "Name": "xyz.openbmc_project.State.Error.HostQuiesce",
1327 "Subsystem": "bmc_firmware",
1328 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001329 "SRC": {
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001330 "ReasonCode": "0x3414",
Patrick Williams26919f02022-12-08 06:12:43 -06001331 "Words6To9": {}
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001332 },
1333 "Callouts": [
1334 {
Patrick Williams26919f02022-12-08 06:12:43 -06001335 "CalloutList": [
1336 {
1337 "Priority": "high",
1338 "Procedure": "next_level_support"
1339 }
1340 ]
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001341 }
1342 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001343 "Documentation": {
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001344 "Description": "The host firmware has failed to boot",
1345 "Message": "The host firmware has failed to boot and has entered a Quiesce state. Look for other errors.",
1346 "Notes": [
1347 "This log indicates that the host firmware has failed to ",
1348 "boot and all retries have been exhausted. There should be ",
1349 "other logs with more details on the boot failure reason. "
1350 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001351 },
1352
1353 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001354 "NumLines": 100
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001355 }
1356 },
1357
1358 {
Lakshmi Yadlapati95788fe2023-03-24 14:39:32 -05001359 "Name": "xyz.openbmc_project.State.Error.TpmMeasurementFail",
1360 "Subsystem": "bmc_firmware",
1361 "ComponentID": "0x3400",
1362 "SRC": {
1363 "ReasonCode": "0x3415",
1364 "Words6To9": {}
1365 },
1366 "Callouts": [
1367 {
1368 "CalloutList": [
1369 {
1370 "Priority": "high",
1371 "Procedure": "next_level_support"
1372 }
1373 ]
1374 }
1375 ],
1376 "Documentation": {
1377 "Description": "TPM measurement failed",
1378 "Message": "The system has detected a failure in the TPM measurement.",
1379 "Notes": [
1380 "This error occurs when /sys/class/tpm/tpm0/pcr-sha256/0",
1381 "is missing or has a value of 0, indicating a potential compromise",
1382 "of the system's boot process.",
1383 "Please contact your system administrator or next level support",
1384 "to investigate and resolve the issue."
1385 ]
1386 }
1387 },
1388
1389 {
Andrew Geissler730935f2023-04-26 13:26:16 -06001390 "Name": "xyz.openbmc_project.State.Info.ChassisPowerOnStarted",
1391 "Subsystem": "bmc_firmware",
1392 "ComponentID": "0x3400",
1393 "Severity": "non_error",
1394 "SRC": {
1395 "ReasonCode": "0x3416",
1396 "Words6To9": {}
1397 },
1398 "Documentation": {
1399 "Description": "A power on of the chassis has been started",
1400 "Message": "The chassis is powering on.",
1401 "Notes": [
1402 "This informational error is logged each time the chassis",
1403 "is powered on."
1404 ]
1405 }
1406 },
1407
1408 {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -05001409 "Name": "org.open_power.Processor.Error.SbeChipOpFailure",
1410 "Subsystem": "processor_chip",
1411 "ComponentID": "0x3500",
1412
Patrick Williams26919f02022-12-08 06:12:43 -06001413 "SRC": {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -05001414 "ReasonCode": "0x3500",
Patrick Williams26919f02022-12-08 06:12:43 -06001415 "Words6To9": {
1416 "6": {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -05001417 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
1418 "AdditionalDataPropSource": "SRC6"
1419 }
1420 }
1421 },
1422
Patrick Williams26919f02022-12-08 06:12:43 -06001423 "Documentation": {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -05001424 "Description": "chipop failure with SBE provided FFDC",
1425 "Message": "chipop request failure reported by SBE",
1426 "Notes": [
1427 "The severity is set by the creator.",
1428 "Callouts added based on SBE provided FFDC.",
1429 "SBE provided additional debug data included as part of the",
1430 "additional user data section."
1431 ]
1432 }
1433 },
1434
1435 {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -05001436 "Name": "org.open_power.Processor.Error.SbeChipOpTimeout",
1437 "Subsystem": "processor_chip",
1438 "ComponentID": "0x3500",
1439
Patrick Williams26919f02022-12-08 06:12:43 -06001440 "SRC": {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -05001441 "ReasonCode": "0x3501",
Patrick Williams26919f02022-12-08 06:12:43 -06001442 "Words6To9": {
1443 "6": {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -05001444 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
1445 "AdditionalDataPropSource": "SRC6"
1446 }
1447 }
1448 },
1449
Jayanth Othayothe4acc8d2022-06-02 02:32:08 -05001450 "Callouts": [
1451 {
1452 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06001453 {
1454 "Priority": "high",
1455 "Procedure": "next_level_support"
1456 }
Jayanth Othayothe4acc8d2022-06-02 02:32:08 -05001457 ]
1458 }
1459 ],
1460
Patrick Williams26919f02022-12-08 06:12:43 -06001461 "Documentation": {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -05001462 "Description": "SBE chipop timeout",
1463 "Message": "chipop timeout reported during SBE communication",
1464 "Notes": [
1465 "The severity is set by the creator.",
1466 "Check SBE Dump associated to this error to debug the failure."
1467 ]
1468 }
1469 },
1470
1471 {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001472 "Name": "org.open_power.Processor.Error.SbeChipOpInvalidState",
1473 "Subsystem": "processor_chip",
1474 "ComponentID": "0x3500",
1475
Patrick Williams26919f02022-12-08 06:12:43 -06001476 "SRC": {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001477 "ReasonCode": "0x3502",
Patrick Williams26919f02022-12-08 06:12:43 -06001478 "Words6To9": {
1479 "6": {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001480 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
1481 "AdditionalDataPropSource": "SRC6"
1482 },
Patrick Williams26919f02022-12-08 06:12:43 -06001483 "7": {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001484 "Description": "Value of SBE state",
1485 "AdditionalDataPropSource": "SRC7"
1486 }
1487 }
1488 },
1489
Patrick Williams26919f02022-12-08 06:12:43 -06001490 "Documentation": {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001491 "Description": "The SBE on this processor is not in a state where chipOps can be issued",
1492 "Message": "SBE Chipop is not allowed due to invalid SBE state ",
Patrick Williams26919f02022-12-08 06:12:43 -06001493 "Notes": ["The severity is set by the creator."]
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001494 }
1495 },
1496
1497 {
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001498 "Name": "org.open_power.Processor.Error.SbeBootFailure",
1499 "Subsystem": "processor_chip",
1500 "ComponentID": "0x3500",
Patrick Williams26919f02022-12-08 06:12:43 -06001501 "ActionFlags": ["service_action", "report", "call_home"],
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001502
Patrick Williams26919f02022-12-08 06:12:43 -06001503 "SRC": {
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001504 "ReasonCode": "0x3503",
Patrick Williams26919f02022-12-08 06:12:43 -06001505 "Words6To9": {
1506 "6": {
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001507 "Description": "[0:15] chip position",
1508 "AdditionalDataPropSource": "SRC6"
1509 }
1510 }
1511 },
1512
Patrick Williams26919f02022-12-08 06:12:43 -06001513 "Documentation": {
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001514 "Description": "Boot failure with SBE provided FFDC",
1515 "Message": "Boot failure reported by SBE",
1516 "Notes": [
1517 "The severity is set by the creator.",
1518 "Callouts added based on SBE provided FFDC.",
1519 "SBE provided additional debug data included as part of the",
1520 "additional user data section."
1521 ]
1522 }
1523 },
1524
1525 {
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001526 "Name": "org.open_power.Processor.Error.SbeBootTimeout",
1527 "Subsystem": "processor_chip",
1528 "ComponentID": "0x3500",
1529
Patrick Williams26919f02022-12-08 06:12:43 -06001530 "SRC": {
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001531 "ReasonCode": "0x3504",
Patrick Williams26919f02022-12-08 06:12:43 -06001532 "Words6To9": {}
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001533 },
1534
Jayanth Othayothf5cd2a42022-05-31 02:54:10 -05001535 "Callouts": [
1536 {
1537 "System": "ibm,rainier",
1538 "CalloutList": [
1539 {
1540 "Priority": "low",
1541 "LocCode": "P0"
1542 },
1543 {
1544 "Priority": "low",
1545 "LocCode": "P0-C22"
1546 }
1547 ]
1548 },
1549 {
1550 "System": "ibm,everest",
1551 "CalloutList": [
1552 {
1553 "Priority": "low",
1554 "LocCode": "P0"
1555 },
1556 {
1557 "Priority": "low",
1558 "LocCode": "P0-C96"
1559 }
1560 ]
Matt Spinlerbc560982023-04-10 11:16:42 -05001561 },
1562 {
1563 "System": "ibm,bonnell",
1564 "CalloutList": [
1565 {
1566 "Priority": "low",
1567 "LocCode": "P0"
1568 },
1569 {
1570 "Priority": "low",
1571 "LocCode": "P0-C5"
1572 }
1573 ]
Jayanth Othayothf5cd2a42022-05-31 02:54:10 -05001574 }
1575 ],
1576
Patrick Williams26919f02022-12-08 06:12:43 -06001577 "Documentation": {
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001578 "Description": "SBE Boot timeout",
1579 "Message": "timeout reported during SBE boot process",
1580 "Notes": [
1581 "The severity is set by the creator.",
1582 "Check SBE Dump associated to this error to debug the failure."
1583 ]
1584 }
1585 },
1586
1587 {
Ben Tyner34836322020-04-15 17:01:48 -05001588 "Name": "org.open_power.Attn.Error.Terminate",
Ben Tyner808e29f2021-04-16 08:32:23 -05001589 "Subsystem": "cec_hardware",
1590 "Severity": "non_error",
Ben Tyner34836322020-04-15 17:01:48 -05001591
Patrick Williams26919f02022-12-08 06:12:43 -06001592 "SRC": {
Ben Tyner34836322020-04-15 17:01:48 -05001593 "ReasonCode": "0xD138",
Patrick Williams26919f02022-12-08 06:12:43 -06001594 "SymptomIDFields": [
1595 "SRCWord3",
1596 "SRCWord4",
1597 "SRCWord5",
1598 "SRCWord6",
1599 "SRCWord7",
1600 "SRCWord8",
1601 "SRCWord9"
1602 ],
1603 "Words6To9": {}
Ben Tyner34836322020-04-15 17:01:48 -05001604 },
1605
Patrick Williams26919f02022-12-08 06:12:43 -06001606 "Documentation": {
Ben Tyner34836322020-04-15 17:01:48 -05001607 "Description": "Status shows TI special attention active",
1608 "Message": "TI special attention detected",
1609 "Notes": [
1610 "This entry is for any TI special attention event ",
1611 "reported by the attention handler component"
1612 ]
1613 }
1614 },
1615
1616 {
1617 "Name": "org.open_power.Attn.Error.Fail",
1618 "Subsystem": "bmc_firmware",
1619 "Severity": "unrecoverable_loss_of_function",
1620
Patrick Williams26919f02022-12-08 06:12:43 -06001621 "SRC": {
Ben Tyner34836322020-04-15 17:01:48 -05001622 "ReasonCode": "0xD13E",
Patrick Williams26919f02022-12-08 06:12:43 -06001623 "Words6To9": {
1624 "6": {
Ben Tyner34836322020-04-15 17:01:48 -05001625 "Description": "Error code from attention handler",
1626 "AdditionalDataPropSource": "ERROR_CODE"
1627 }
1628 }
1629 },
Patrick Williams26919f02022-12-08 06:12:43 -06001630 "Documentation": {
Ben Tyner34836322020-04-15 17:01:48 -05001631 "Description": "The attention handler encountered an error",
Patrick Williams26919f02022-12-08 06:12:43 -06001632 "MessageArgSources": ["SRCWord6"],
Ben Tyner34836322020-04-15 17:01:48 -05001633 "Message": "Attention handler error %1",
Patrick Williams26919f02022-12-08 06:12:43 -06001634 "Notes": ["Attention handler will provide error code"]
Ben Tyner34836322020-04-15 17:01:48 -05001635 }
1636 },
1637
1638 {
1639 "Name": "org.open_power.Attn.Error.Vital",
1640 "Subsystem": "processor_chip",
Ben Tyner34836322020-04-15 17:01:48 -05001641
Patrick Williams26919f02022-12-08 06:12:43 -06001642 "SRC": {
Ben Tyner34836322020-04-15 17:01:48 -05001643 "ReasonCode": "0xD16D",
Patrick Williams26919f02022-12-08 06:12:43 -06001644 "Words6To9": {}
Ben Tyner34836322020-04-15 17:01:48 -05001645 },
1646
Patrick Williams26919f02022-12-08 06:12:43 -06001647 "Documentation": {
Ben Tyner34836322020-04-15 17:01:48 -05001648 "Description": "Status shows SBE vital attention active",
1649 "Message": "SBE vital attention detected",
1650 "Notes": [
1651 "This entry is for any SBE vital attention event ",
1652 "reported by the attention handler component"
1653 ]
1654 }
1655 },
1656
1657 {
1658 "Name": "org.open_power.HwDiags.Error.Checkstop",
Zane Shelley4e6355d2022-02-24 15:28:08 -06001659 "PossibleSubsystems": [
Patrick Williams26919f02022-12-08 06:12:43 -06001660 "processor",
1661 "processor_fru",
1662 "processor_unit",
1663 "processor_bus",
1664 "memory_ctlr",
1665 "memory_bus",
1666 "memory_dimm",
1667 "memory_fru",
1668 "phb",
1669 "cec_hardware",
1670 "cec_clocks",
1671 "cec_tod",
1672 "others"
Zane Shelley4e6355d2022-02-24 15:28:08 -06001673 ],
1674 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06001675 "ActionFlags": ["service_action", "report", "call_home"],
Ben Tyner34836322020-04-15 17:01:48 -05001676
Patrick Williams26919f02022-12-08 06:12:43 -06001677 "SRC": {
Zane Shelley561c0382020-11-17 13:20:05 -06001678 "ReasonCode": "0xE510",
Patrick Williams26919f02022-12-08 06:12:43 -06001679 "SymptomIDFields": ["SRCWord6", "SRCWord7", "SRCWord8"],
Matt Spinlerda5b76b2023-06-01 15:56:57 -05001680 "CheckstopFlag": true,
Patrick Williams26919f02022-12-08 06:12:43 -06001681 "Words6To9": {
1682 "6": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001683 "AdditionalDataPropSource": "SRC6"
1684 },
Patrick Williams26919f02022-12-08 06:12:43 -06001685 "7": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001686 "AdditionalDataPropSource": "SRC7"
1687 },
Patrick Williams26919f02022-12-08 06:12:43 -06001688 "8": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001689 "AdditionalDataPropSource": "SRC8"
1690 }
Ben Tyner34836322020-04-15 17:01:48 -05001691 }
1692 },
1693
Patrick Williams26919f02022-12-08 06:12:43 -06001694 "Documentation": {
Zane Shelley561c0382020-11-17 13:20:05 -06001695 "Description": "A system checkstop attention has occurred",
Patrick Williams26919f02022-12-08 06:12:43 -06001696 "MessageArgSources": ["SRCWord6", "SRCWord7", "SRCWord8"],
Zane Shelley45ab43a2021-11-13 16:16:57 -06001697 "Message": "Error Signature: %1 %2 %3"
Ben Tyner34836322020-04-15 17:01:48 -05001698 }
1699 },
1700
1701 {
Zane Shelley561c0382020-11-17 13:20:05 -06001702 "Name": "org.open_power.HwDiags.Error.Predictive",
Zane Shelley4e6355d2022-02-24 15:28:08 -06001703 "PossibleSubsystems": [
Patrick Williams26919f02022-12-08 06:12:43 -06001704 "processor",
1705 "processor_fru",
1706 "processor_unit",
1707 "processor_bus",
1708 "memory_ctlr",
1709 "memory_bus",
1710 "memory_dimm",
1711 "memory_fru",
1712 "phb",
1713 "cec_hardware",
1714 "cec_clocks",
1715 "cec_tod",
1716 "others"
Zane Shelley4e6355d2022-02-24 15:28:08 -06001717 ],
1718 "Severity": "predictive",
Patrick Williams26919f02022-12-08 06:12:43 -06001719 "ActionFlags": ["service_action", "report", "call_home"],
Ben Tyner34836322020-04-15 17:01:48 -05001720
Patrick Williams26919f02022-12-08 06:12:43 -06001721 "SRC": {
Zane Shelley561c0382020-11-17 13:20:05 -06001722 "ReasonCode": "0xE511",
Patrick Williams26919f02022-12-08 06:12:43 -06001723 "SymptomIDFields": ["SRCWord6", "SRCWord7", "SRCWord8"],
1724 "Words6To9": {
1725 "6": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001726 "AdditionalDataPropSource": "SRC6"
1727 },
Patrick Williams26919f02022-12-08 06:12:43 -06001728 "7": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001729 "AdditionalDataPropSource": "SRC7"
1730 },
Patrick Williams26919f02022-12-08 06:12:43 -06001731 "8": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001732 "AdditionalDataPropSource": "SRC8"
1733 }
Ben Tyner34836322020-04-15 17:01:48 -05001734 }
1735 },
Zane Shelley561c0382020-11-17 13:20:05 -06001736
Patrick Williams26919f02022-12-08 06:12:43 -06001737 "Documentation": {
Zane Shelley561c0382020-11-17 13:20:05 -06001738 "Description": "A hardware attention requiring service has occurred",
Patrick Williams26919f02022-12-08 06:12:43 -06001739 "MessageArgSources": ["SRCWord6", "SRCWord7", "SRCWord8"],
Zane Shelley45ab43a2021-11-13 16:16:57 -06001740 "Message": "Error Signature: %1 %2 %3"
Ben Tyner34836322020-04-15 17:01:48 -05001741 }
Shawn McCarney01648f52020-06-25 11:42:02 -05001742 },
1743
1744 {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001745 "Name": "org.open_power.HwDiags.Error.Informational",
Zane Shelley4e6355d2022-02-24 15:28:08 -06001746 "PossibleSubsystems": [
Patrick Williams26919f02022-12-08 06:12:43 -06001747 "processor",
1748 "processor_fru",
1749 "processor_unit",
1750 "processor_bus",
1751 "memory_ctlr",
1752 "memory_bus",
1753 "memory_dimm",
1754 "memory_fru",
1755 "phb",
1756 "cec_hardware",
1757 "cec_clocks",
1758 "cec_tod",
1759 "others"
Zane Shelley4e6355d2022-02-24 15:28:08 -06001760 ],
1761 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -06001762 "ActionFlags": ["hidden", "dont_report"],
Zane Shelleydd4bd482021-12-08 09:12:51 -06001763
Patrick Williams26919f02022-12-08 06:12:43 -06001764 "SRC": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001765 "ReasonCode": "0xE512",
Patrick Williams26919f02022-12-08 06:12:43 -06001766 "SymptomIDFields": ["SRCWord6", "SRCWord7", "SRCWord8"],
1767 "Words6To9": {
1768 "6": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001769 "AdditionalDataPropSource": "SRC6"
1770 },
Patrick Williams26919f02022-12-08 06:12:43 -06001771 "7": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001772 "AdditionalDataPropSource": "SRC7"
1773 },
Patrick Williams26919f02022-12-08 06:12:43 -06001774 "8": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001775 "AdditionalDataPropSource": "SRC8"
1776 }
1777 }
1778 },
1779
Patrick Williams26919f02022-12-08 06:12:43 -06001780 "Documentation": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001781 "Description": "Manual analysis was initiated via the command line. FFDC only.",
Patrick Williams26919f02022-12-08 06:12:43 -06001782 "MessageArgSources": ["SRCWord6", "SRCWord7", "SRCWord8"],
Zane Shelleydd4bd482021-12-08 09:12:51 -06001783 "Message": "Error Signature: %1 %2 %3"
1784 }
1785 },
1786
1787 {
Brandon Wyman38caaf02020-09-01 16:07:42 -05001788 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.InputFault",
1789 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001790 "ActionFlags": ["service_action", "report"],
1791 "ComponentID": "0x2700",
1792
1793 "SRC": {
1794 "Type": "11",
1795 "ReasonCode": "0x15F0",
1796 "Words6To9": {}
1797 },
1798
1799 "Callouts": [
1800 {
1801 "CalloutList": [
1802 { "Priority": "high", "SymbolicFRU": "pwrsply" }
1803 ]
1804 }
1805 ],
1806
1807 "Documentation": {
1808 "Description": "Power Supply input power fault",
1809 "Message": "A power supply has indicated an input or under voltage condition.",
1810 "Notes": [
1811 "Check the power supply cabling and/or input power ",
1812 "source. The PWRSPLY procedure is used rather than ",
1813 "calling out a location code, as typically these faults ",
1814 "are related to the supplied power, the cable, or the ",
1815 "cable connectors. If the input fault resolves down to an ",
1816 "issue with the power supply itself, the power supply ",
1817 "indicating this input fault should be called out. Add the ",
1818 "CALLOUT_INVENTORY_PATH to the additional data, and set the",
1819 "CALLOUT_PRIORITY to something other than high."
1820 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06001821 },
1822
1823 "JournalCapture": {
1824 "Sections": [
1825 {
1826 "SyslogID": "phosphor-psu-monitor",
1827 "NumLines": 30
1828 },
1829 {
1830 "SyslogID": "phosphor-power-control",
1831 "NumLines": 30
1832 },
1833 {
1834 "SyslogID": "phosphor-chassis-state-manager",
1835 "NumLines": 15
1836 },
1837 {
1838 "SyslogID": "systemd",
1839 "NumLines": 15
1840 }
1841 ]
Brandon Wyman38caaf02020-09-01 16:07:42 -05001842 }
1843 },
1844
1845 {
1846 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Fault",
1847 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001848 "ActionFlags": ["service_action", "report", "call_home"],
1849 "ComponentID": "0x2700",
1850
1851 "SRC": {
1852 "Type": "11",
1853 "ReasonCode": "0x15F1",
Matt Spinler04ac4e32023-04-14 14:16:37 -05001854 "Words6To9": {},
1855 "DeconfigFlag": true
Brandon Wyman38caaf02020-09-01 16:07:42 -05001856 },
1857
Jim Wright006dafd2022-05-27 12:09:43 -05001858 "Callouts": [
1859 {
1860 "CalloutList": [
1861 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
1862 ]
1863 }
1864 ],
1865
Brandon Wyman38caaf02020-09-01 16:07:42 -05001866 "Documentation": {
1867 "Description": "Power Supply power fault",
1868 "Message": "The power supply detected a fault condition, see AdditionalData for further details.",
1869 "Notes": [
1870 "The power supply reporting the fault should be called ",
1871 "out using the CALLOUT_INVENTORY_PATH keyword. Include ",
1872 "specific fault, STATUS_* details, and code level in the ",
1873 "AdditionalData section."
1874 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06001875 },
1876
1877 "JournalCapture": {
1878 "Sections": [
1879 {
1880 "SyslogID": "phosphor-psu-monitor",
1881 "NumLines": 30
1882 },
1883 {
1884 "SyslogID": "phosphor-power-control",
1885 "NumLines": 30
1886 },
1887 {
1888 "SyslogID": "phosphor-chassis-state-manager",
1889 "NumLines": 15
1890 },
1891 {
1892 "SyslogID": "systemd",
1893 "NumLines": 15
1894 }
1895 ]
Brandon Wyman38caaf02020-09-01 16:07:42 -05001896 }
1897 },
1898
1899 {
1900 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.CommFault",
1901 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001902 "ActionFlags": ["service_action", "report", "call_home"],
1903 "ComponentID": "0x2700",
1904
1905 "SRC": {
1906 "Type": "11",
1907 "ReasonCode": "0x15F2",
Matt Spinler04ac4e32023-04-14 14:16:37 -05001908 "Words6To9": {},
1909 "DeconfigFlag": true
Brandon Wyman38caaf02020-09-01 16:07:42 -05001910 },
1911
Jim Wright006dafd2022-05-27 12:09:43 -05001912 "Callouts": [
1913 {
1914 "CalloutList": [
1915 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
1916 ]
1917 }
1918 ],
1919
Brandon Wyman38caaf02020-09-01 16:07:42 -05001920 "Documentation": {
1921 "Description": "Power Supply non-power fault",
1922 "Message": "A communication failure occurred talking to the power supply",
1923 "Notes": [
1924 "Communication problems with the power supply could be ",
1925 "the power supply, or any hardware between it and the ",
1926 "BMC. Reporting the error should be passing in a call ",
1927 "out using CALLOUT_DEVICE_PATH."
1928 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06001929 },
1930 "JournalCapture": {
1931 "Sections": [
1932 {
1933 "SyslogID": "phosphor-psu-monitor",
1934 "NumLines": 30
1935 },
1936 {
1937 "SyslogID": "phosphor-power-control",
1938 "NumLines": 30
1939 },
1940 {
1941 "SyslogID": "phosphor-chassis-state-manager",
1942 "NumLines": 15
1943 },
1944 {
1945 "SyslogID": "systemd",
1946 "NumLines": 15
1947 }
1948 ]
Brandon Wyman38caaf02020-09-01 16:07:42 -05001949 }
1950 },
1951
1952 {
1953 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Missing",
1954 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001955 "ActionFlags": ["service_action", "report", "call_home"],
1956 "ComponentID": "0x2700",
1957
1958 "SRC": {
1959 "Type": "11",
1960 "ReasonCode": "0x15F6",
Matt Spinler04ac4e32023-04-14 14:16:37 -05001961 "Words6To9": {},
1962 "DeconfigFlag": true
Brandon Wyman38caaf02020-09-01 16:07:42 -05001963 },
1964
1965 "Callouts": [
1966 {
1967 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -05001968 {
1969 "Priority": "high",
1970 "SymbolicFRUTrusted": "pwrsply",
1971 "UseInventoryLocCode": true
1972 }
Brandon Wyman38caaf02020-09-01 16:07:42 -05001973 ]
1974 }
1975 ],
1976
1977 "Documentation": {
1978 "Description": "Power Supply is missing",
1979 "Message": "A power supply that should be present is missing",
1980 "Notes": [
1981 "The CalloutList should use the PWRSPLY symbolic FRU ",
Matt Spinler80600192020-10-23 09:29:33 -05001982 "with the trusted location code property. The ",
1983 "location code in this callout is obtained from ",
1984 "the passed in CALLOUT_INVENTORY_PATH value."
Brandon Wyman38caaf02020-09-01 16:07:42 -05001985 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06001986 },
1987
1988 "JournalCapture": {
1989 "Sections": [
1990 {
1991 "SyslogID": "phosphor-psu-monitor",
1992 "NumLines": 30
1993 },
1994 {
1995 "SyslogID": "phosphor-power-control",
1996 "NumLines": 30
1997 },
1998 {
1999 "SyslogID": "phosphor-chassis-state-manager",
2000 "NumLines": 15
2001 },
2002 {
2003 "SyslogID": "systemd",
2004 "NumLines": 15
2005 }
2006 ]
Brandon Wyman38caaf02020-09-01 16:07:42 -05002007 }
2008 },
2009
2010 {
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00002011 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.NotSupported",
2012 "Subsystem": "power_supply",
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00002013 "ActionFlags": ["service_action", "report", "call_home"],
2014 "ComponentID": "0x2700",
2015
2016 "SRC": {
2017 "Type": "11",
2018 "ReasonCode": "0x15F7",
2019 "Words6To9": {}
2020 },
2021
Jim Wright006dafd2022-05-27 12:09:43 -05002022 "Callouts": [
2023 {
2024 "CalloutList": [
2025 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
2026 ]
2027 }
2028 ],
2029
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00002030 "Documentation": {
2031 "Description": "Power Supply configuration is not supported",
2032 "Message": "The power supply configuration is not supported",
2033 "Notes": [
2034 "The combination of power supplies detected in the ",
2035 "system is not supported. This could be caused by ",
2036 "mismatched models, less than expected number of power ",
2037 "supplies, or other unsupported characteristics."
2038 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06002039 },
2040
2041 "JournalCapture": {
2042 "Sections": [
2043 {
2044 "SyslogID": "phosphor-psu-monitor",
2045 "NumLines": 30
2046 },
2047 {
2048 "SyslogID": "phosphor-power-control",
2049 "NumLines": 30
2050 },
2051 {
2052 "SyslogID": "phosphor-chassis-state-manager",
2053 "NumLines": 15
2054 },
2055 {
2056 "SyslogID": "systemd",
2057 "NumLines": 15
2058 }
2059 ]
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00002060 }
2061 },
2062
2063 {
Brandon Wymanc30f00a2021-11-18 21:10:04 +00002064 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.FanFault",
2065 "Subsystem": "power_supply",
Brandon Wymanc30f00a2021-11-18 21:10:04 +00002066 "ActionFlags": ["service_action", "report", "call_home"],
2067 "ComponentID": "0x2700",
2068
2069 "SRC": {
2070 "Type": "11",
2071 "ReasonCode": "0x15FF",
Matt Spinler04ac4e32023-04-14 14:16:37 -05002072 "Words6To9": {},
2073 "DeconfigFlag": true
Brandon Wymanc30f00a2021-11-18 21:10:04 +00002074 },
2075
Jim Wright006dafd2022-05-27 12:09:43 -05002076 "Callouts": [
2077 {
2078 "CalloutList": [
2079 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
2080 ]
2081 }
2082 ],
2083
Brandon Wymanc30f00a2021-11-18 21:10:04 +00002084 "Documentation": {
2085 "Description": "Power Supply fan fault",
2086 "Message": "A power supply indicated a fan fault has occurred",
2087 "Notes": [
2088 "The power supply reporting the fault should be called ",
2089 "out using the CALLOUT_INVENTORY_PATH keyword. Include ",
2090 "specific fault, STATUS_* details, and code level in the ",
2091 "AdditionalData section."
2092 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06002093 },
2094
2095 "JournalCapture": {
2096 "Sections": [
2097 {
2098 "SyslogID": "phosphor-psu-monitor",
2099 "NumLines": 30
2100 },
2101 {
2102 "SyslogID": "phosphor-power-control",
2103 "NumLines": 30
2104 },
2105 {
2106 "SyslogID": "phosphor-chassis-state-manager",
2107 "NumLines": 15
2108 },
2109 {
2110 "SyslogID": "systemd",
2111 "NumLines": 15
2112 }
2113 ]
Brandon Wymanc30f00a2021-11-18 21:10:04 +00002114 }
2115 },
2116
2117 {
Brandon Wyman90c88402021-11-16 20:34:49 +00002118 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.IoutOCFault",
2119 "Subsystem": "power_supply",
Brandon Wyman90c88402021-11-16 20:34:49 +00002120 "ActionFlags": ["service_action", "report", "call_home"],
2121 "ComponentID": "0x2700",
2122
2123 "SRC": {
2124 "Type": "11",
2125 "ReasonCode": "0x1B01",
2126 "Words6To9": {}
2127 },
2128
2129 "Callouts": [
2130 {
2131 "CalloutList": [
2132 { "Priority": "high", "Procedure": "power_overcurrent" }
2133 ]
2134 }
2135 ],
2136
2137 "Documentation": {
2138 "Description": "Power Supply output over-current power fault",
2139 "Message": "A power supply has indicated an output over-current condition."
Faisal Awada8d2b2422023-03-03 15:48:09 -06002140 },
2141
2142 "JournalCapture": {
2143 "Sections": [
2144 {
2145 "SyslogID": "phosphor-psu-monitor",
2146 "NumLines": 30
2147 },
2148 {
2149 "SyslogID": "phosphor-power-control",
2150 "NumLines": 30
2151 },
2152 {
2153 "SyslogID": "phosphor-chassis-state-manager",
2154 "NumLines": 15
2155 },
2156 {
2157 "SyslogID": "systemd",
2158 "NumLines": 15
2159 }
2160 ]
Brandon Wyman90c88402021-11-16 20:34:49 +00002161 }
2162 },
2163
2164 {
Jay Meyer54ff54e2021-03-14 20:18:41 -05002165 "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Blackout",
2166 "Subsystem": "power",
Patrick Williams26919f02022-12-08 06:12:43 -06002167 "ActionFlags": ["report", "service_action"],
Jay Meyer54ff54e2021-03-14 20:18:41 -05002168 "ComponentID": "0x2700",
2169
Patrick Williams26919f02022-12-08 06:12:43 -06002170 "SRC": {
Jay Meyer54ff54e2021-03-14 20:18:41 -05002171 "Type": "11",
2172 "ReasonCode": "0x00AC",
Mike Cappsa2d7b772022-03-07 15:47:48 -05002173 "Words6To9": {}
Jay Meyer54ff54e2021-03-14 20:18:41 -05002174 },
2175
2176 "Callouts": [
2177 {
2178 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002179 { "Priority": "high", "SymbolicFRU": "ac_module" }
Jay Meyer54ff54e2021-03-14 20:18:41 -05002180 ]
2181 }
2182 ],
2183
2184 "Documentation": {
2185 "Description": "Input power was lost while the system was powered on.",
2186 "Message": "Input power was lost while the system was powered on.",
2187 "Notes": [
2188 "Input power was lost while system powered on.",
2189 "The CalloutList should use the ACMODUL symbolic FRU."
2190 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06002191 },
2192
2193 "JournalCapture": {
2194 "Sections": [
2195 {
2196 "SyslogID": "phosphor-psu-monitor",
2197 "NumLines": 30
2198 },
2199 {
2200 "SyslogID": "phosphor-power-control",
2201 "NumLines": 30
2202 },
2203 {
2204 "SyslogID": "phosphor-chassis-state-manager",
2205 "NumLines": 15
2206 },
2207 {
2208 "SyslogID": "systemd",
2209 "NumLines": 15
2210 }
2211 ]
Jay Meyer54ff54e2021-03-14 20:18:41 -05002212 }
2213 },
2214
2215 {
Patrick Williams26919f02022-12-08 06:12:43 -06002216 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.PSKillFault",
Brandon Wyman002d8cf2021-12-01 23:05:11 +00002217 "Subsystem": "power_supply",
Brandon Wyman002d8cf2021-12-01 23:05:11 +00002218 "ActionFlags": ["service_action", "report", "call_home"],
2219 "ComponentID": "0x2700",
2220
2221 "SRC": {
2222 "Type": "11",
2223 "ReasonCode": "0x2500",
Mike Cappsa2d7b772022-03-07 15:47:48 -05002224 "Words6To9": {}
Brandon Wyman002d8cf2021-12-01 23:05:11 +00002225 },
2226
2227 "Callouts": [
2228 {
2229 "CalloutList": [
2230 { "Priority": "high", "Procedure": "power_overcurrent" }
2231 ]
2232 }
2233 ],
2234
2235 "Documentation": {
2236 "Description": "A power supply fault is potentially preventing the power supply from allowing the system to power on.",
2237 "Message": "Power supply PSKill_fault",
Patrick Williams26919f02022-12-08 06:12:43 -06002238 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06002239 },
2240
2241 "JournalCapture": {
2242 "Sections": [
2243 {
2244 "SyslogID": "phosphor-psu-monitor",
2245 "NumLines": 30
2246 },
2247 {
2248 "SyslogID": "phosphor-power-control",
2249 "NumLines": 30
2250 },
2251 {
2252 "SyslogID": "phosphor-chassis-state-manager",
2253 "NumLines": 15
2254 },
2255 {
2256 "SyslogID": "systemd",
2257 "NumLines": 15
2258 }
2259 ]
Brandon Wyman002d8cf2021-12-01 23:05:11 +00002260 }
2261 },
2262
2263 {
Jim Wright7f678902020-11-30 16:03:57 -06002264 "Name": "xyz.openbmc_project.Power.Error.Shutdown",
2265 "Subsystem": "power_sequencer",
2266 "ComponentID": "0x2700",
2267
2268 "SRC": {
2269 "Type": "11",
2270 "ReasonCode": "0x2600",
2271 "Words6To9": {}
2272 },
2273
2274 "Callouts": [
2275 {
2276 "CalloutList": [
2277 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2278 ]
2279 }
2280 ],
2281
2282 "Documentation": {
2283 "Description": "A power off was issued because a power fault was detected",
2284 "Message": "A power off was issued because a power fault was detected",
Patrick Williams26919f02022-12-08 06:12:43 -06002285 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06002286 },
2287
2288 "JournalCapture": {
2289 "Sections": [
2290 {
2291 "SyslogID": "phosphor-psu-monitor",
2292 "NumLines": 30
2293 },
2294 {
2295 "SyslogID": "phosphor-power-control",
2296 "NumLines": 30
2297 },
2298 {
2299 "SyslogID": "phosphor-chassis-state-manager",
2300 "NumLines": 15
2301 },
2302 {
2303 "SyslogID": "systemd",
2304 "NumLines": 15
2305 },
2306 {
2307 "SyslogID": "phosphor-regulators",
2308 "NumLines": 5
2309 }
2310 ]
Jim Wright7f678902020-11-30 16:03:57 -06002311 }
2312 },
2313
2314 {
Ben Tyner0273a222021-07-12 15:18:13 -05002315 "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Regulator",
2316 "Subsystem": "power_control_hw",
Mike Capps2a2d0ae2022-03-16 18:09:00 -04002317 "Severity": "critical_system_term",
Ben Tyner0273a222021-07-12 15:18:13 -05002318 "ComponentID": "0x2700",
2319
2320 "SRC": {
2321 "Type": "11",
2322 "ReasonCode": "0x2602",
Mike Cappsa2d7b772022-03-07 15:47:48 -05002323 "Words6To9": {}
Ben Tyner0273a222021-07-12 15:18:13 -05002324 },
2325
2326 "Callouts": [
2327 {
2328 "System": "ibm,rainier",
2329 "CalloutList": [
2330 {
2331 "Priority": "high",
2332 "LocCode": "P0-C5"
2333 },
2334 {
2335 "Priority": "medium",
2336 "LocCode": "P0"
2337 }
2338 ]
2339 },
2340 {
2341 "System": "ibm,everest",
2342 "CalloutList": [
2343 {
2344 "Priority": "high",
2345 "LocCode": "P0-C59"
2346 },
2347 {
2348 "Priority": "medium",
2349 "LocCode": "P0"
2350 }
2351 ]
Matt Spinler0600cf72023-04-10 11:22:33 -05002352 },
2353 {
2354 "System": "ibm,bonnell",
2355 "CalloutList": [
2356 {
2357 "Priority": "high",
2358 "LocCode": "P0"
2359 }
2360 ]
Ben Tyner0273a222021-07-12 15:18:13 -05002361 }
2362 ],
2363
2364 "Documentation": {
2365 "Description": "A power off was issued because a regulator for standby power faulted",
2366 "Message": "A power off was issued because a regulator for standby power faulted",
Patrick Williams26919f02022-12-08 06:12:43 -06002367 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06002368 },
2369
2370 "JournalCapture": {
2371 "Sections": [
2372 {
2373 "SyslogID": "phosphor-psu-monitor",
2374 "NumLines": 30
2375 },
2376 {
2377 "SyslogID": "phosphor-power-control",
2378 "NumLines": 30
2379 },
2380 {
2381 "SyslogID": "phosphor-chassis-state-manager",
2382 "NumLines": 15
2383 },
2384 {
2385 "SyslogID": "systemd",
2386 "NumLines": 15
2387 },
2388 {
2389 "SyslogID": "phosphor-regulators",
2390 "NumLines": 5
2391 }
2392 ]
Ben Tyner0273a222021-07-12 15:18:13 -05002393 }
2394 },
2395
2396 {
Jim Wright7f678902020-11-30 16:03:57 -06002397 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerPGOODFault",
2398 "Subsystem": "power_sequencer",
2399 "ComponentID": "0x2700",
2400
2401 "SRC": {
2402 "Type": "11",
2403 "ReasonCode": "0x2610",
2404 "Words6To9": {}
2405 },
2406
2407 "CalloutsUsingAD": {
Patrick Williams26919f02022-12-08 06:12:43 -06002408 "ADName": "INPUT_NAME",
2409 "CalloutsWithTheirADValues": [
Jim Wright7f678902020-11-30 16:03:57 -06002410 {
Patrick Williams26919f02022-12-08 06:12:43 -06002411 "ADValue": "PGOOD_12A",
2412 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002413 {
2414 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002415 {
2416 "Priority": "high",
2417 "SymbolicFRU": "pgood_part"
2418 }
Jim Wright7f678902020-11-30 16:03:57 -06002419 ]
2420 }
2421 ]
2422 },
2423 {
Patrick Williams26919f02022-12-08 06:12:43 -06002424 "ADValue": "PGOOD_12B",
2425 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002426 {
2427 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002428 {
2429 "Priority": "high",
2430 "SymbolicFRU": "pgood_part"
2431 }
Jim Wright7f678902020-11-30 16:03:57 -06002432 ]
2433 }
2434 ]
2435 },
2436 {
Patrick Williams26919f02022-12-08 06:12:43 -06002437 "ADValue": "PGOOD_12C",
2438 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002439 {
2440 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002441 {
2442 "Priority": "high",
2443 "SymbolicFRU": "pgood_part"
2444 }
Jim Wright7f678902020-11-30 16:03:57 -06002445 ]
2446 }
2447 ]
2448 },
2449 {
Patrick Williams26919f02022-12-08 06:12:43 -06002450 "ADValue": "PGOOD_12D",
2451 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002452 {
2453 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002454 {
2455 "Priority": "high",
2456 "SymbolicFRU": "pgood_part"
2457 }
Jim Wright7f678902020-11-30 16:03:57 -06002458 ]
2459 }
2460 ]
2461 },
2462 {
Patrick Williams26919f02022-12-08 06:12:43 -06002463 "ADValue": "PGOOD_12L",
2464 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002465 {
2466 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002467 {
2468 "Priority": "high",
2469 "SymbolicFRU": "pgood_part"
2470 }
Jim Wright7f678902020-11-30 16:03:57 -06002471 ]
2472 }
2473 ]
2474 },
2475 {
Patrick Williams26919f02022-12-08 06:12:43 -06002476 "ADValue": "PGOOD_12M",
2477 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002478 {
2479 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002480 {
2481 "Priority": "high",
2482 "SymbolicFRU": "pgood_part"
2483 }
Jim Wright7f678902020-11-30 16:03:57 -06002484 ]
2485 }
2486 ]
2487 },
2488 {
Patrick Williams26919f02022-12-08 06:12:43 -06002489 "ADValue": "PGOOD_12N",
2490 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002491 {
2492 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002493 {
2494 "Priority": "high",
2495 "SymbolicFRU": "pgood_part"
2496 }
Jim Wright7f678902020-11-30 16:03:57 -06002497 ]
2498 }
2499 ]
2500 },
2501 {
Patrick Williams26919f02022-12-08 06:12:43 -06002502 "ADValue": "PGOOD_12PCIE",
2503 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002504 {
2505 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002506 {
2507 "Priority": "high",
2508 "SymbolicFRU": "pgood_part"
2509 }
Jim Wright7f678902020-11-30 16:03:57 -06002510 ]
2511 }
2512 ]
2513 },
2514 {
Patrick Williams26919f02022-12-08 06:12:43 -06002515 "ADValue": "PGOOD_12Q",
2516 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002517 {
2518 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002519 {
2520 "Priority": "high",
2521 "SymbolicFRU": "pgood_part"
2522 }
Jim Wright7f678902020-11-30 16:03:57 -06002523 ]
2524 }
2525 ]
2526 },
2527 {
Patrick Williams26919f02022-12-08 06:12:43 -06002528 "ADValue": "PGOOD_VDN_DCM0",
2529 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002530 {
2531 "CalloutList": [
2532 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002533 {
2534 "Priority": "medium",
2535 "LocCode": "P0-C15"
2536 },
Jim Wright7f678902020-11-30 16:03:57 -06002537 { "Priority": "low", "LocCode": "P0" }
2538 ]
2539 }
2540 ]
2541 },
2542 {
Patrick Williams26919f02022-12-08 06:12:43 -06002543 "ADValue": "PGOOD_VDN_DCM1",
2544 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002545 {
2546 "CalloutList": [
2547 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002548 {
2549 "Priority": "medium",
2550 "LocCode": "P0-C24"
2551 },
Jim Wright7f678902020-11-30 16:03:57 -06002552 { "Priority": "low", "LocCode": "P0" }
2553 ]
2554 }
2555 ]
2556 },
2557 {
Patrick Williams26919f02022-12-08 06:12:43 -06002558 "ADValue": "PGOOD_VCS_DCM0",
2559 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002560 {
2561 "CalloutList": [
2562 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002563 {
2564 "Priority": "medium",
2565 "LocCode": "P0-C15"
2566 },
Jim Wright7f678902020-11-30 16:03:57 -06002567 { "Priority": "low", "LocCode": "P0" }
2568 ]
2569 }
2570 ]
2571 },
2572 {
Patrick Williams26919f02022-12-08 06:12:43 -06002573 "ADValue": "PGOOD_VCS_DCM1",
2574 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002575 {
2576 "CalloutList": [
2577 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002578 {
2579 "Priority": "medium",
2580 "LocCode": "P0-C24"
2581 },
Jim Wright7f678902020-11-30 16:03:57 -06002582 { "Priority": "low", "LocCode": "P0" }
2583 ]
2584 }
2585 ]
2586 },
2587 {
Patrick Williams26919f02022-12-08 06:12:43 -06002588 "ADValue": "PGOOD_VIO_DCM0",
2589 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002590 {
2591 "CalloutList": [
2592 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002593 {
2594 "Priority": "medium",
2595 "LocCode": "P0-C15"
2596 },
Jim Wright7f678902020-11-30 16:03:57 -06002597 { "Priority": "low", "LocCode": "P0" }
2598 ]
2599 }
2600 ]
2601 },
2602 {
Patrick Williams26919f02022-12-08 06:12:43 -06002603 "ADValue": "PGOOD_VIO_DCM1",
2604 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002605 {
2606 "CalloutList": [
2607 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002608 {
2609 "Priority": "medium",
2610 "LocCode": "P0-C24"
2611 },
Jim Wright7f678902020-11-30 16:03:57 -06002612 { "Priority": "low", "LocCode": "P0" }
2613 ]
2614 }
2615 ]
2616 },
2617 {
Patrick Williams26919f02022-12-08 06:12:43 -06002618 "ADValue": "PGOOD_VPCIE_DCM0",
2619 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002620 {
2621 "CalloutList": [
2622 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002623 {
2624 "Priority": "medium",
2625 "LocCode": "P0-C15"
2626 },
Jim Wright7f678902020-11-30 16:03:57 -06002627 { "Priority": "low", "LocCode": "P0" }
2628 ]
2629 }
2630 ]
2631 },
2632 {
Patrick Williams26919f02022-12-08 06:12:43 -06002633 "ADValue": "PGOOD_VPCIE_DCM1",
2634 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002635 {
2636 "CalloutList": [
2637 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002638 {
2639 "Priority": "medium",
2640 "LocCode": "P0-C24"
2641 },
Jim Wright7f678902020-11-30 16:03:57 -06002642 { "Priority": "low", "LocCode": "P0" }
2643 ]
2644 }
2645 ]
Jim Wright2e4eb072022-02-03 14:43:46 -06002646 },
2647 {
Patrick Williams26919f02022-12-08 06:12:43 -06002648 "ADValue": "CP0_VPCIE",
2649 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002650 {
2651 "CalloutList": [
2652 { "Priority": "high", "LocCode": "P0-C58" },
Patrick Williams26919f02022-12-08 06:12:43 -06002653 {
2654 "Priority": "medium",
2655 "LocCode": "P0-C61"
2656 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002657 { "Priority": "low", "LocCode": "P0" }
2658 ]
2659 }
2660 ]
2661 },
2662 {
Patrick Williams26919f02022-12-08 06:12:43 -06002663 "ADValue": "CP1_VPCIE",
2664 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002665 {
2666 "CalloutList": [
2667 { "Priority": "high", "LocCode": "P0-C16" },
Patrick Williams26919f02022-12-08 06:12:43 -06002668 {
2669 "Priority": "medium",
2670 "LocCode": "P0-C14"
2671 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002672 { "Priority": "low", "LocCode": "P0" }
2673 ]
2674 }
2675 ]
2676 },
2677 {
Patrick Williams26919f02022-12-08 06:12:43 -06002678 "ADValue": "CP2_VPCIE",
2679 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002680 {
2681 "CalloutList": [
2682 { "Priority": "high", "LocCode": "P0-C16" },
Patrick Williams26919f02022-12-08 06:12:43 -06002683 {
2684 "Priority": "medium",
2685 "LocCode": "P0-C19"
2686 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002687 { "Priority": "low", "LocCode": "P0" }
2688 ]
2689 }
2690 ]
2691 },
2692 {
Patrick Williams26919f02022-12-08 06:12:43 -06002693 "ADValue": "CP3_VPCIE",
2694 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002695 {
2696 "CalloutList": [
2697 { "Priority": "high", "LocCode": "P0-C58" },
Patrick Williams26919f02022-12-08 06:12:43 -06002698 {
2699 "Priority": "medium",
2700 "LocCode": "P0-C56"
2701 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002702 { "Priority": "low", "LocCode": "P0" }
2703 ]
2704 }
2705 ]
2706 },
2707 {
Patrick Williams26919f02022-12-08 06:12:43 -06002708 "ADValue": "5.0V_USB_front",
2709 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002710 {
2711 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002712 {
2713 "Priority": "high",
2714 "SymbolicFRU": "usb_pgood"
2715 },
Jim Wrightace33db2022-04-19 14:33:37 -05002716 { "Priority": "low", "LocCode": "P1" },
2717 { "Priority": "low", "LocCode": "P0" }
Jim Wright2e4eb072022-02-03 14:43:46 -06002718 ]
2719 }
2720 ]
2721 },
2722 {
Patrick Williams26919f02022-12-08 06:12:43 -06002723 "ADValue": "CP0_VDN",
2724 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002725 {
2726 "CalloutList": [
2727 { "Priority": "high", "LocCode": "P0-C63" },
Patrick Williams26919f02022-12-08 06:12:43 -06002728 {
2729 "Priority": "medium",
2730 "LocCode": "P0-C61"
2731 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002732 { "Priority": "low", "LocCode": "P0" }
2733 ]
2734 }
2735 ]
2736 },
2737 {
Patrick Williams26919f02022-12-08 06:12:43 -06002738 "ADValue": "CP1_VDN",
2739 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002740 {
2741 "CalloutList": [
2742 { "Priority": "high", "LocCode": "P0-C12" },
Patrick Williams26919f02022-12-08 06:12:43 -06002743 {
2744 "Priority": "medium",
2745 "LocCode": "P0-C14"
2746 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002747 { "Priority": "low", "LocCode": "P0" }
2748 ]
2749 }
2750 ]
2751 },
2752 {
Patrick Williams26919f02022-12-08 06:12:43 -06002753 "ADValue": "CP2_VDN",
2754 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002755 {
2756 "CalloutList": [
2757 { "Priority": "high", "LocCode": "P0-C21" },
Patrick Williams26919f02022-12-08 06:12:43 -06002758 {
2759 "Priority": "medium",
2760 "LocCode": "P0-C19"
2761 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002762 { "Priority": "low", "LocCode": "P0" }
2763 ]
2764 }
2765 ]
2766 },
2767 {
Patrick Williams26919f02022-12-08 06:12:43 -06002768 "ADValue": "CP3_VDN",
2769 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002770 {
2771 "CalloutList": [
2772 { "Priority": "high", "LocCode": "P0-C54" },
Patrick Williams26919f02022-12-08 06:12:43 -06002773 {
2774 "Priority": "medium",
2775 "LocCode": "P0-C56"
2776 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002777 { "Priority": "low", "LocCode": "P0" }
2778 ]
2779 }
2780 ]
2781 },
2782 {
Patrick Williams26919f02022-12-08 06:12:43 -06002783 "ADValue": "CP0_VIO",
2784 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002785 {
2786 "CalloutList": [
2787 { "Priority": "high", "LocCode": "P0-C63" },
Patrick Williams26919f02022-12-08 06:12:43 -06002788 {
2789 "Priority": "medium",
2790 "LocCode": "P0-C61"
2791 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002792 { "Priority": "low", "LocCode": "P0" }
2793 ]
2794 }
2795 ]
2796 },
2797 {
Patrick Williams26919f02022-12-08 06:12:43 -06002798 "ADValue": "CP1_VIO",
2799 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002800 {
2801 "CalloutList": [
2802 { "Priority": "high", "LocCode": "P0-C12" },
Patrick Williams26919f02022-12-08 06:12:43 -06002803 {
2804 "Priority": "medium",
2805 "LocCode": "P0-C14"
2806 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002807 { "Priority": "low", "LocCode": "P0" }
2808 ]
2809 }
2810 ]
2811 },
2812 {
Patrick Williams26919f02022-12-08 06:12:43 -06002813 "ADValue": "CP2_VIO",
2814 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002815 {
2816 "CalloutList": [
2817 { "Priority": "high", "LocCode": "P0-C21" },
Patrick Williams26919f02022-12-08 06:12:43 -06002818 {
2819 "Priority": "medium",
2820 "LocCode": "P0-C19"
2821 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002822 { "Priority": "low", "LocCode": "P0" }
2823 ]
2824 }
2825 ]
2826 },
2827 {
Patrick Williams26919f02022-12-08 06:12:43 -06002828 "ADValue": "CP3_VIO",
2829 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002830 {
2831 "CalloutList": [
2832 { "Priority": "high", "LocCode": "P0-C54" },
Patrick Williams26919f02022-12-08 06:12:43 -06002833 {
2834 "Priority": "medium",
2835 "LocCode": "P0-C56"
2836 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002837 { "Priority": "low", "LocCode": "P0" }
2838 ]
2839 }
2840 ]
Jim Wright9b779e42022-12-16 17:50:23 -06002841 },
2842 {
2843 "ADValue": "12P0VB_PG_OK",
2844 "Callouts": [
2845 {
2846 "CalloutList": [
2847 {
2848 "Priority": "high",
2849 "SymbolicFRU": "pgood_part"
2850 }
2851 ]
2852 }
2853 ]
2854 },
2855 {
2856 "ADValue": "12P0VA_PG_OK",
2857 "Callouts": [
2858 {
2859 "CalloutList": [
2860 {
2861 "Priority": "high",
2862 "SymbolicFRU": "pgood_part"
2863 }
2864 ]
2865 }
2866 ]
Jim Wright7f678902020-11-30 16:03:57 -06002867 }
2868 ]
2869 },
2870
2871 "Documentation": {
2872 "Description": "The power sequencer chip detected a PGOOD fault",
2873 "Message": "The power sequencer chip detected a PGOOD fault",
Patrick Williams26919f02022-12-08 06:12:43 -06002874 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06002875 },
2876
2877 "JournalCapture": {
2878 "Sections": [
2879 {
2880 "SyslogID": "phosphor-psu-monitor",
2881 "NumLines": 30
2882 },
2883 {
2884 "SyslogID": "phosphor-power-control",
2885 "NumLines": 30
2886 },
2887 {
2888 "SyslogID": "phosphor-chassis-state-manager",
2889 "NumLines": 15
2890 },
2891 {
2892 "SyslogID": "systemd",
2893 "NumLines": 15
2894 },
2895 {
2896 "SyslogID": "phosphor-regulators",
2897 "NumLines": 5
2898 }
2899 ]
Jim Wright7f678902020-11-30 16:03:57 -06002900 }
2901 },
2902
2903 {
2904 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerVoltageFault",
2905 "Subsystem": "power_sequencer",
2906 "ComponentID": "0x2700",
2907
2908 "SRC": {
2909 "Type": "11",
2910 "ReasonCode": "0x2620",
2911 "Words6To9": {}
2912 },
2913
2914 "CalloutsUsingAD": {
Patrick Williams26919f02022-12-08 06:12:43 -06002915 "ADName": "RAIL_NAME",
2916 "CalloutsWithTheirADValues": [
Jim Wright7f678902020-11-30 16:03:57 -06002917 {
Patrick Williams26919f02022-12-08 06:12:43 -06002918 "ADValue": "12.0V",
2919 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002920 {
2921 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002922 {
2923 "Priority": "high",
2924 "SymbolicFRU": "pgood_part"
2925 }
Jim Wright7f678902020-11-30 16:03:57 -06002926 ]
2927 }
2928 ]
2929 },
2930 {
Patrick Williams26919f02022-12-08 06:12:43 -06002931 "ADValue": "5.0V_USB",
2932 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002933 {
2934 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002935 {
2936 "Priority": "high",
2937 "SymbolicFRU": "usb_pgood"
2938 },
Jim Wright7f678902020-11-30 16:03:57 -06002939 { "Priority": "medium", "LocCode": "P0" }
2940 ]
2941 }
2942 ]
2943 },
2944 {
Patrick Williams26919f02022-12-08 06:12:43 -06002945 "ADValue": "5.0V_DASD",
2946 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002947 {
2948 "CalloutList": [
2949 { "Priority": "medium", "LocCode": "P1" },
2950 { "Priority": "medium", "LocCode": "P2" },
Jim Wright7f678902020-11-30 16:03:57 -06002951 { "Priority": "low", "LocCode": "P0" }
2952 ]
2953 }
2954 ]
2955 },
2956 {
Patrick Williams26919f02022-12-08 06:12:43 -06002957 "ADValue": "3.3VA",
2958 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002959 {
2960 "CalloutList": [
2961 { "Priority": "high", "LocCode": "P0" }
2962 ]
2963 }
2964 ]
2965 },
2966 {
Patrick Williams26919f02022-12-08 06:12:43 -06002967 "ADValue": "3.3VB",
2968 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002969 {
2970 "CalloutList": [
2971 { "Priority": "high", "LocCode": "P0" }
2972 ]
2973 }
2974 ]
2975 },
2976 {
Patrick Williams26919f02022-12-08 06:12:43 -06002977 "ADValue": "1.5V",
2978 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002979 {
2980 "CalloutList": [
2981 { "Priority": "high", "LocCode": "P0" }
2982 ]
2983 }
2984 ]
2985 },
2986 {
Patrick Williams26919f02022-12-08 06:12:43 -06002987 "ADValue": "1.1V",
2988 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002989 {
2990 "CalloutList": [
2991 { "Priority": "high", "LocCode": "P0" }
2992 ]
2993 }
2994 ]
2995 },
2996 {
Patrick Williams26919f02022-12-08 06:12:43 -06002997 "ADValue": "VDDA_DCM0",
2998 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002999 {
3000 "CalloutList": [
3001 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06003002 {
3003 "Priority": "medium",
3004 "LocCode": "P0-C15"
3005 },
Jim Wright7f678902020-11-30 16:03:57 -06003006 { "Priority": "low", "LocCode": "P0" }
3007 ]
3008 }
3009 ]
3010 },
3011 {
Patrick Williams26919f02022-12-08 06:12:43 -06003012 "ADValue": "VDDB_DCM0",
3013 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003014 {
3015 "CalloutList": [
3016 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06003017 {
3018 "Priority": "medium",
3019 "LocCode": "P0-C15"
3020 },
Jim Wright7f678902020-11-30 16:03:57 -06003021 { "Priority": "low", "LocCode": "P0" }
3022 ]
3023 }
3024 ]
3025 },
3026 {
Patrick Williams26919f02022-12-08 06:12:43 -06003027 "ADValue": "VDDA_DCM1",
3028 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003029 {
3030 "CalloutList": [
3031 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06003032 {
3033 "Priority": "medium",
3034 "LocCode": "P0-C24"
3035 },
Jim Wright7f678902020-11-30 16:03:57 -06003036 { "Priority": "low", "LocCode": "P0" }
3037 ]
3038 }
3039 ]
3040 },
3041 {
Patrick Williams26919f02022-12-08 06:12:43 -06003042 "ADValue": "VDDB_DCM1",
3043 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003044 {
3045 "CalloutList": [
3046 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06003047 {
3048 "Priority": "medium",
3049 "LocCode": "P0-C24"
3050 },
Jim Wright7f678902020-11-30 16:03:57 -06003051 { "Priority": "low", "LocCode": "P0" }
3052 ]
3053 }
3054 ]
3055 },
3056 {
Patrick Williams26919f02022-12-08 06:12:43 -06003057 "ADValue": "12.0VCS",
3058 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003059 {
3060 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003061 {
3062 "Priority": "high",
3063 "SymbolicFRU": "pgood_part"
3064 }
Jim Wright7f678902020-11-30 16:03:57 -06003065 ]
3066 }
3067 ]
3068 },
3069 {
Patrick Williams26919f02022-12-08 06:12:43 -06003070 "ADValue": "3.3VCS",
3071 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003072 {
3073 "CalloutList": [
3074 { "Priority": "high", "LocCode": "P0" }
3075 ]
3076 }
3077 ]
3078 },
3079 {
Patrick Williams26919f02022-12-08 06:12:43 -06003080 "ADValue": "1.1V_Current",
3081 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003082 {
3083 "CalloutList": [
3084 { "Priority": "high", "LocCode": "P0" }
3085 ]
3086 }
3087 ]
3088 },
3089 {
Patrick Williams26919f02022-12-08 06:12:43 -06003090 "ADValue": "5.0V_USB_Current",
3091 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003092 {
3093 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003094 {
3095 "Priority": "high",
3096 "SymbolicFRU": "usb_pgood"
3097 },
Jim Wright7f678902020-11-30 16:03:57 -06003098 { "Priority": "medium", "LocCode": "P0" }
3099 ]
3100 }
3101 ]
3102 },
3103 {
Patrick Williams26919f02022-12-08 06:12:43 -06003104 "ADValue": "5.0V_DASD_Current",
3105 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003106 {
3107 "CalloutList": [
3108 { "Priority": "medium", "LocCode": "P1" },
3109 { "Priority": "medium", "LocCode": "P2" },
Jim Wright7f678902020-11-30 16:03:57 -06003110 { "Priority": "low", "LocCode": "P0" }
3111 ]
3112 }
3113 ]
3114 },
3115 {
Patrick Williams26919f02022-12-08 06:12:43 -06003116 "ADValue": "12.0VN",
3117 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003118 {
3119 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003120 {
3121 "Priority": "high",
3122 "SymbolicFRU": "pgood_part"
3123 }
Jim Wright7f678902020-11-30 16:03:57 -06003124 ]
3125 }
3126 ]
3127 },
3128 {
Patrick Williams26919f02022-12-08 06:12:43 -06003129 "ADValue": "12.0VP",
3130 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003131 {
3132 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003133 {
3134 "Priority": "high",
3135 "SymbolicFRU": "pgood_part"
3136 }
Jim Wright7f678902020-11-30 16:03:57 -06003137 ]
3138 }
3139 ]
3140 },
3141 {
Patrick Williams26919f02022-12-08 06:12:43 -06003142 "ADValue": "12.0VQ",
3143 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003144 {
3145 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003146 {
3147 "Priority": "high",
3148 "SymbolicFRU": "pgood_part"
3149 }
Jim Wright7f678902020-11-30 16:03:57 -06003150 ]
3151 }
3152 ]
3153 },
3154 {
Patrick Williams26919f02022-12-08 06:12:43 -06003155 "ADValue": "12.0VR",
3156 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003157 {
3158 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003159 {
3160 "Priority": "high",
3161 "SymbolicFRU": "pgood_part"
3162 }
Jim Wright7f678902020-11-30 16:03:57 -06003163 ]
3164 }
3165 ]
3166 },
3167 {
Patrick Williams26919f02022-12-08 06:12:43 -06003168 "ADValue": "ThermalDiode1",
3169 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003170 {
3171 "CalloutList": [
3172 { "Priority": "high", "LocCode": "P0" }
3173 ]
3174 }
3175 ]
3176 },
3177 {
Patrick Williams26919f02022-12-08 06:12:43 -06003178 "ADValue": "ThermalDiode2",
3179 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003180 {
3181 "CalloutList": [
3182 { "Priority": "high", "LocCode": "P0" }
3183 ]
3184 }
3185 ]
3186 },
3187 {
Patrick Williams26919f02022-12-08 06:12:43 -06003188 "ADValue": "ThermalDiode3",
3189 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003190 {
3191 "CalloutList": [
3192 { "Priority": "high", "LocCode": "P0" }
3193 ]
3194 }
3195 ]
3196 },
3197 {
Patrick Williams26919f02022-12-08 06:12:43 -06003198 "ADValue": "ThermalDiode4",
3199 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003200 {
3201 "CalloutList": [
3202 { "Priority": "high", "LocCode": "P0" }
3203 ]
3204 }
3205 ]
Jim Wrightae1738c2022-05-02 09:57:45 -05003206 },
3207 {
Patrick Williams26919f02022-12-08 06:12:43 -06003208 "ADValue": "VDN_DCM0",
3209 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003210 {
3211 "CalloutList": [
3212 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06003213 {
3214 "Priority": "medium",
3215 "LocCode": "P0-C15"
3216 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003217 { "Priority": "low", "LocCode": "P0" }
3218 ]
3219 }
3220 ]
3221 },
3222 {
Patrick Williams26919f02022-12-08 06:12:43 -06003223 "ADValue": "VDN_DCM1",
3224 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003225 {
3226 "CalloutList": [
3227 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06003228 {
3229 "Priority": "medium",
3230 "LocCode": "P0-C24"
3231 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003232 { "Priority": "low", "LocCode": "P0" }
3233 ]
3234 }
3235 ]
3236 },
3237 {
Patrick Williams26919f02022-12-08 06:12:43 -06003238 "ADValue": "VCS_DCM0",
3239 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003240 {
3241 "CalloutList": [
3242 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06003243 {
3244 "Priority": "medium",
3245 "LocCode": "P0-C15"
3246 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003247 { "Priority": "low", "LocCode": "P0" }
3248 ]
3249 }
3250 ]
3251 },
3252 {
Patrick Williams26919f02022-12-08 06:12:43 -06003253 "ADValue": "VCS_DCM1",
3254 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003255 {
3256 "CalloutList": [
3257 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06003258 {
3259 "Priority": "medium",
3260 "LocCode": "P0-C24"
3261 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003262 { "Priority": "low", "LocCode": "P0" }
3263 ]
3264 }
3265 ]
3266 },
3267 {
Patrick Williams26919f02022-12-08 06:12:43 -06003268 "ADValue": "VIO_DCM0",
3269 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003270 {
3271 "CalloutList": [
3272 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06003273 {
3274 "Priority": "medium",
3275 "LocCode": "P0-C15"
3276 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003277 { "Priority": "low", "LocCode": "P0" }
3278 ]
3279 }
3280 ]
3281 },
3282 {
Patrick Williams26919f02022-12-08 06:12:43 -06003283 "ADValue": "VIO_DCM1",
3284 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003285 {
3286 "CalloutList": [
3287 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06003288 {
3289 "Priority": "medium",
3290 "LocCode": "P0-C24"
3291 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003292 { "Priority": "low", "LocCode": "P0" }
3293 ]
3294 }
3295 ]
3296 },
3297 {
Patrick Williams26919f02022-12-08 06:12:43 -06003298 "ADValue": "VPCIE_DCM0",
3299 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003300 {
3301 "CalloutList": [
3302 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06003303 {
3304 "Priority": "medium",
3305 "LocCode": "P0-C15"
3306 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003307 { "Priority": "low", "LocCode": "P0" }
3308 ]
3309 }
3310 ]
3311 },
3312 {
Patrick Williams26919f02022-12-08 06:12:43 -06003313 "ADValue": "VPCIE_DCM1",
3314 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003315 {
3316 "CalloutList": [
3317 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06003318 {
3319 "Priority": "medium",
3320 "LocCode": "P0-C24"
3321 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003322 { "Priority": "low", "LocCode": "P0" }
3323 ]
3324 }
3325 ]
Jim Wright452d46d2022-12-16 16:56:21 -06003326 },
3327 {
3328 "ADValue": "3V3IO",
3329 "Callouts": [
3330 {
3331 "CalloutList": [
3332 { "Priority": "high", "LocCode": "P0-C17" },
3333 {
3334 "Priority": "medium",
3335 "LocCode": "P0-C96"
3336 },
3337 {
3338 "Priority": "medium",
3339 "LocCode": "P0-C0"
3340 },
3341 {
3342 "Priority": "medium",
3343 "SymbolicFRU": "pcie_hot_plug"
3344 },
3345 { "Priority": "low", "LocCode": "P0" }
3346 ]
3347 }
3348 ]
3349 },
3350 {
3351 "ADValue": "CP0_VDD0",
3352 "Callouts": [
3353 {
3354 "CalloutList": [
3355 { "Priority": "high", "LocCode": "P0-C62" },
3356 {
3357 "Priority": "medium",
3358 "LocCode": "P0-C61"
3359 },
3360 { "Priority": "low", "LocCode": "P0" }
3361 ]
3362 }
3363 ]
3364 },
3365 {
3366 "ADValue": "CP0_VDD1",
3367 "Callouts": [
3368 {
3369 "CalloutList": [
3370 { "Priority": "high", "LocCode": "P0-C60" },
3371 {
3372 "Priority": "medium",
3373 "LocCode": "P0-C61"
3374 },
3375 { "Priority": "low", "LocCode": "P0" }
3376 ]
3377 }
3378 ]
3379 },
3380 {
3381 "ADValue": "CP1_VDD0",
3382 "Callouts": [
3383 {
3384 "CalloutList": [
3385 { "Priority": "high", "LocCode": "P0-C13" },
3386 {
3387 "Priority": "medium",
3388 "LocCode": "P0-C14"
3389 },
3390 { "Priority": "low", "LocCode": "P0" }
3391 ]
3392 }
3393 ]
3394 },
3395 {
3396 "ADValue": "CP1_VDD1",
3397 "Callouts": [
3398 {
3399 "CalloutList": [
3400 { "Priority": "high", "LocCode": "P0-C15" },
3401 {
3402 "Priority": "medium",
3403 "LocCode": "P0-C14"
3404 },
3405 { "Priority": "low", "LocCode": "P0" }
3406 ]
3407 }
3408 ]
3409 },
3410 {
3411 "ADValue": "CP2_VDD0",
3412 "Callouts": [
3413 {
3414 "CalloutList": [
3415 { "Priority": "high", "LocCode": "P0-C18" },
3416 {
3417 "Priority": "medium",
3418 "LocCode": "P0-C19"
3419 },
3420 { "Priority": "low", "LocCode": "P0" }
3421 ]
3422 }
3423 ]
3424 },
3425 {
3426 "ADValue": "CP2_VDD1",
3427 "Callouts": [
3428 {
3429 "CalloutList": [
3430 { "Priority": "high", "LocCode": "P0-C20" },
3431 {
3432 "Priority": "medium",
3433 "LocCode": "P0-C19"
3434 },
3435 { "Priority": "low", "LocCode": "P0" }
3436 ]
3437 }
3438 ]
3439 },
3440 {
3441 "ADValue": "CP3_VDD0",
3442 "Callouts": [
3443 {
3444 "CalloutList": [
3445 { "Priority": "high", "LocCode": "P0-C57" },
3446 {
3447 "Priority": "medium",
3448 "LocCode": "P0-C56"
3449 },
3450 { "Priority": "low", "LocCode": "P0" }
3451 ]
3452 }
3453 ]
3454 },
3455 {
3456 "ADValue": "CP3_VDD1",
3457 "Callouts": [
3458 {
3459 "CalloutList": [
3460 { "Priority": "high", "LocCode": "P0-C55" },
3461 {
3462 "Priority": "medium",
3463 "LocCode": "P0-C56"
3464 },
3465 { "Priority": "low", "LocCode": "P0" }
3466 ]
3467 }
3468 ]
3469 },
3470 {
3471 "ADValue": "CP0_VCS0",
3472 "Callouts": [
3473 {
3474 "CalloutList": [
3475 { "Priority": "high", "LocCode": "P0-C63" },
3476 {
3477 "Priority": "medium",
3478 "LocCode": "P0-C61"
3479 },
3480 { "Priority": "low", "LocCode": "P0" }
3481 ]
3482 }
3483 ]
3484 },
3485 {
3486 "ADValue": "CP0_VCS1",
3487 "Callouts": [
3488 {
3489 "CalloutList": [
3490 { "Priority": "high", "LocCode": "P0-C59" },
3491 {
3492 "Priority": "medium",
3493 "LocCode": "P0-C61"
3494 },
3495 { "Priority": "low", "LocCode": "P0" }
3496 ]
3497 }
3498 ]
3499 },
3500 {
3501 "ADValue": "CP1_VCS0",
3502 "Callouts": [
3503 {
3504 "CalloutList": [
3505 { "Priority": "high", "LocCode": "P0-C12" },
3506 {
3507 "Priority": "medium",
3508 "LocCode": "P0-C14"
3509 },
3510 { "Priority": "low", "LocCode": "P0" }
3511 ]
3512 }
3513 ]
3514 },
3515 {
3516 "ADValue": "CP1_VCS1",
3517 "Callouts": [
3518 {
3519 "CalloutList": [
3520 { "Priority": "high", "LocCode": "P0-C16" },
3521 {
3522 "Priority": "medium",
3523 "LocCode": "P0-C14"
3524 },
3525 { "Priority": "low", "LocCode": "P0" }
3526 ]
3527 }
3528 ]
3529 },
3530 {
3531 "ADValue": "CP2_VCS0",
3532 "Callouts": [
3533 {
3534 "CalloutList": [
3535 { "Priority": "high", "LocCode": "P0-C17" },
3536 {
3537 "Priority": "medium",
3538 "LocCode": "P0-C19"
3539 },
3540 { "Priority": "low", "LocCode": "P0" }
3541 ]
3542 }
3543 ]
3544 },
3545 {
3546 "ADValue": "CP2_VCS1",
3547 "Callouts": [
3548 {
3549 "CalloutList": [
3550 { "Priority": "high", "LocCode": "P0-C21" },
3551 {
3552 "Priority": "medium",
3553 "LocCode": "P0-C19"
3554 },
3555 { "Priority": "low", "LocCode": "P0" }
3556 ]
3557 }
3558 ]
3559 },
3560 {
3561 "ADValue": "CP3_VCS0",
3562 "Callouts": [
3563 {
3564 "CalloutList": [
3565 { "Priority": "high", "LocCode": "P0-C58" },
3566 {
3567 "Priority": "medium",
3568 "LocCode": "P0-C56"
3569 },
3570 { "Priority": "low", "LocCode": "P0" }
3571 ]
3572 }
3573 ]
3574 },
3575 {
3576 "ADValue": "CP3_VCS1",
3577 "Callouts": [
3578 {
3579 "CalloutList": [
3580 { "Priority": "high", "LocCode": "P0-C54" },
3581 {
3582 "Priority": "medium",
3583 "LocCode": "P0-C56"
3584 },
3585 { "Priority": "low", "LocCode": "P0" }
3586 ]
3587 }
3588 ]
3589 },
3590 {
3591 "ADValue": "CP03_AVDD",
3592 "Callouts": [
3593 {
3594 "CalloutList": [
3595 { "Priority": "high", "LocCode": "P0-C58" },
3596 {
3597 "Priority": "medium",
3598 "LocCode": "P0-C61"
3599 },
3600 {
3601 "Priority": "medium",
3602 "LocCode": "P0-C56"
3603 },
3604 { "Priority": "low", "LocCode": "P0" }
3605 ]
3606 }
3607 ]
3608 },
3609 {
3610 "ADValue": "CP12_AVDD",
3611 "Callouts": [
3612 {
3613 "CalloutList": [
3614 { "Priority": "high", "LocCode": "P0-C16" },
3615 {
3616 "Priority": "medium",
3617 "LocCode": "P0-C14"
3618 },
3619 {
3620 "Priority": "medium",
3621 "LocCode": "P0-C19"
3622 },
3623 { "Priority": "low", "LocCode": "P0" }
3624 ]
3625 }
3626 ]
3627 },
3628 {
3629 "ADValue": "CP0_VDN",
3630 "Callouts": [
3631 {
3632 "CalloutList": [
3633 { "Priority": "high", "LocCode": "P0-C63" },
3634 {
3635 "Priority": "medium",
3636 "LocCode": "P0-C61"
3637 },
3638 { "Priority": "low", "LocCode": "P0" }
3639 ]
3640 }
3641 ]
3642 },
3643 {
3644 "ADValue": "CP1_VDN",
3645 "Callouts": [
3646 {
3647 "CalloutList": [
3648 { "Priority": "high", "LocCode": "P0-C12" },
3649 {
3650 "Priority": "medium",
3651 "LocCode": "P0-C14"
3652 },
3653 { "Priority": "low", "LocCode": "P0" }
3654 ]
3655 }
3656 ]
3657 },
3658 {
3659 "ADValue": "CP2_VDN",
3660 "Callouts": [
3661 {
3662 "CalloutList": [
3663 { "Priority": "high", "LocCode": "P0-C21" },
3664 {
3665 "Priority": "medium",
3666 "LocCode": "P0-C19"
3667 },
3668 { "Priority": "low", "LocCode": "P0" }
3669 ]
3670 }
3671 ]
3672 },
3673 {
3674 "ADValue": "CP3_VDN",
3675 "Callouts": [
3676 {
3677 "CalloutList": [
3678 { "Priority": "high", "LocCode": "P0-C54" },
3679 {
3680 "Priority": "medium",
3681 "LocCode": "P0-C56"
3682 },
3683 { "Priority": "low", "LocCode": "P0" }
3684 ]
3685 }
3686 ]
3687 },
3688 {
3689 "ADValue": "CP0_VIO",
3690 "Callouts": [
3691 {
3692 "CalloutList": [
3693 { "Priority": "high", "LocCode": "P0-C63" },
3694 {
3695 "Priority": "medium",
3696 "LocCode": "P0-C61"
3697 },
3698 { "Priority": "low", "LocCode": "P0" }
3699 ]
3700 }
3701 ]
3702 },
3703 {
3704 "ADValue": "CP1_VIO",
3705 "Callouts": [
3706 {
3707 "CalloutList": [
3708 { "Priority": "high", "LocCode": "P0-C12" },
3709 {
3710 "Priority": "medium",
3711 "LocCode": "P0-C14"
3712 },
3713 { "Priority": "low", "LocCode": "P0" }
3714 ]
3715 }
3716 ]
3717 },
3718 {
3719 "ADValue": "CP2_VIO",
3720 "Callouts": [
3721 {
3722 "CalloutList": [
3723 { "Priority": "high", "LocCode": "P0-C21" },
3724 {
3725 "Priority": "medium",
3726 "LocCode": "P0-C19"
3727 },
3728 { "Priority": "low", "LocCode": "P0" }
3729 ]
3730 }
3731 ]
3732 },
3733 {
3734 "ADValue": "CP3_VIO",
3735 "Callouts": [
3736 {
3737 "CalloutList": [
3738 { "Priority": "high", "LocCode": "P0-C54" },
3739 {
3740 "Priority": "medium",
3741 "LocCode": "P0-C56"
3742 },
3743 { "Priority": "low", "LocCode": "P0" }
3744 ]
3745 }
3746 ]
3747 },
3748 {
3749 "ADValue": "CP0_VPCIE",
3750 "Callouts": [
3751 {
3752 "CalloutList": [
3753 { "Priority": "high", "LocCode": "P0-C58" },
3754 {
3755 "Priority": "medium",
3756 "LocCode": "P0-C61"
3757 },
3758 { "Priority": "low", "LocCode": "P0" }
3759 ]
3760 }
3761 ]
3762 },
3763 {
3764 "ADValue": "CP1_VPCIE",
3765 "Callouts": [
3766 {
3767 "CalloutList": [
3768 { "Priority": "high", "LocCode": "P0-C16" },
3769 {
3770 "Priority": "medium",
3771 "LocCode": "P0-C14"
3772 },
3773 { "Priority": "low", "LocCode": "P0" }
3774 ]
3775 }
3776 ]
3777 },
3778 {
3779 "ADValue": "CP2_VPCIE",
3780 "Callouts": [
3781 {
3782 "CalloutList": [
3783 { "Priority": "high", "LocCode": "P0-C16" },
3784 {
3785 "Priority": "medium",
3786 "LocCode": "P0-C19"
3787 },
3788 { "Priority": "low", "LocCode": "P0" }
3789 ]
3790 }
3791 ]
3792 },
3793 {
3794 "ADValue": "CP3_VPCIE",
3795 "Callouts": [
3796 {
3797 "CalloutList": [
3798 { "Priority": "high", "LocCode": "P0-C58" },
3799 {
3800 "Priority": "medium",
3801 "LocCode": "P0-C56"
3802 },
3803 { "Priority": "low", "LocCode": "P0" }
3804 ]
3805 }
3806 ]
Jim Wright9b779e42022-12-16 17:50:23 -06003807 },
3808 {
3809 "ADValue": "5.0VCS",
3810 "Callouts": [
3811 {
3812 "CalloutList": [
3813 { "Priority": "high", "LocCode": "P0" }
3814 ]
3815 }
3816 ]
3817 },
3818 {
3819 "ADValue": "PCIE_VDD0",
3820 "Callouts": [
3821 {
3822 "CalloutList": [
3823 {
3824 "Priority": "high",
3825 "SymbolicFRU": "pcie_hot_plug"
3826 },
3827 { "Priority": "medium", "LocCode": "P0" }
3828 ]
3829 }
3830 ]
3831 },
3832 {
3833 "ADValue": "PCIE_CORE",
3834 "Callouts": [
3835 {
3836 "CalloutList": [
3837 {
3838 "Priority": "high",
3839 "SymbolicFRU": "pcie_hot_plug"
3840 },
3841 { "Priority": "medium", "LocCode": "P0" }
3842 ]
3843 }
3844 ]
3845 },
3846 {
3847 "ADValue": "AVDD",
3848 "Callouts": [
3849 {
3850 "CalloutList": [
3851 { "Priority": "high", "LocCode": "P0-C5" },
3852 { "Priority": "medium", "LocCode": "P0" }
3853 ]
3854 }
3855 ]
3856 },
3857 {
3858 "ADValue": "VDN",
3859 "Callouts": [
3860 {
3861 "CalloutList": [
3862 { "Priority": "high", "LocCode": "P0-C5" },
3863 { "Priority": "medium", "LocCode": "P0" }
3864 ]
3865 }
3866 ]
3867 },
3868 {
3869 "ADValue": "VDDA",
3870 "Callouts": [
3871 {
3872 "CalloutList": [
3873 { "Priority": "high", "LocCode": "P0-C5" },
3874 { "Priority": "medium", "LocCode": "P0" }
3875 ]
3876 }
3877 ]
3878 },
3879 {
3880 "ADValue": "VDDB",
3881 "Callouts": [
3882 {
3883 "CalloutList": [
3884 { "Priority": "high", "LocCode": "P0-C5" },
3885 { "Priority": "medium", "LocCode": "P0" }
3886 ]
3887 }
3888 ]
3889 },
3890 {
3891 "ADValue": "VCS",
3892 "Callouts": [
3893 {
3894 "CalloutList": [
3895 { "Priority": "high", "LocCode": "P0-C5" },
3896 { "Priority": "medium", "LocCode": "P0" }
3897 ]
3898 }
3899 ]
3900 },
3901 {
3902 "ADValue": "VIO",
3903 "Callouts": [
3904 {
3905 "CalloutList": [
3906 { "Priority": "high", "LocCode": "P0-C5" },
3907 { "Priority": "medium", "LocCode": "P0" }
3908 ]
3909 }
3910 ]
3911 },
3912 {
3913 "ADValue": "VPCIE",
3914 "Callouts": [
3915 {
3916 "CalloutList": [
3917 { "Priority": "high", "LocCode": "P0-C5" },
3918 { "Priority": "medium", "LocCode": "P0" }
3919 ]
3920 }
3921 ]
3922 },
3923 {
3924 "ADValue": "PMIC2",
3925 "Callouts": [
3926 {
3927 "CalloutList": [
3928 { "Priority": "high", "LocCode": "P0" },
3929 {
3930 "Priority": "medium",
3931 "LocCode": "memory_dimm"
3932 }
3933 ]
3934 }
3935 ]
3936 },
3937 {
3938 "ADValue": "PMIC3",
3939 "Callouts": [
3940 {
3941 "CalloutList": [
3942 { "Priority": "high", "LocCode": "P0" },
3943 {
3944 "Priority": "medium",
3945 "LocCode": "memory_dimm"
3946 }
3947 ]
3948 }
3949 ]
3950 },
3951 {
3952 "ADValue": "VDDR1",
3953 "Callouts": [
3954 {
3955 "CalloutList": [
3956 { "Priority": "high", "LocCode": "P0" },
3957 {
3958 "Priority": "medium",
3959 "LocCode": "memory_dimm"
3960 }
3961 ]
3962 }
3963 ]
3964 },
3965 {
3966 "ADValue": "VDDR0",
3967 "Callouts": [
3968 {
3969 "CalloutList": [
3970 { "Priority": "high", "LocCode": "P0" },
3971 {
3972 "Priority": "medium",
3973 "LocCode": "memory_dimm"
3974 }
3975 ]
3976 }
3977 ]
Jim Wright7f678902020-11-30 16:03:57 -06003978 }
3979 ]
3980 },
3981
3982 "Documentation": {
3983 "Description": "The power sequencer chip detected a voltage fault",
3984 "Message": "The power sequencer chip detected a voltage fault",
Patrick Williams26919f02022-12-08 06:12:43 -06003985 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06003986 },
3987
3988 "JournalCapture": {
3989 "Sections": [
3990 {
3991 "SyslogID": "phosphor-psu-monitor",
3992 "NumLines": 30
3993 },
3994 {
3995 "SyslogID": "phosphor-power-control",
3996 "NumLines": 30
3997 },
3998 {
3999 "SyslogID": "phosphor-chassis-state-manager",
4000 "NumLines": 15
4001 },
4002 {
4003 "SyslogID": "systemd",
4004 "NumLines": 15
4005 },
4006 {
4007 "SyslogID": "phosphor-regulators",
4008 "NumLines": 5
4009 }
4010 ]
Jim Wright7f678902020-11-30 16:03:57 -06004011 }
4012 },
4013
4014 {
Shawn McCarney7f1ec942021-07-28 13:33:34 -05004015 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.N",
4016 "Subsystem": "power",
4017 "Severity": "predictive_redundancy_loss",
4018 "ComponentID": "0x2700",
4019
4020 "SRC": {
4021 "Type": "11",
4022 "ReasonCode": "0x2700",
Matt Spinler04ac4e32023-04-14 14:16:37 -05004023 "Words6To9": {},
4024 "DeconfigFlag": true
Shawn McCarney7f1ec942021-07-28 13:33:34 -05004025 },
4026
4027 "Documentation": {
4028 "Description": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
4029 "Message": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
4030 "Notes": [
4031 "CALLOUT_INVENTORY_PATH should be specified in the ",
4032 "AdditionalData property of the event log so that ",
4033 "the device is called out but not the communication path."
4034 ]
4035 }
4036 },
4037
4038 {
4039 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.NPlus1",
4040 "Subsystem": "power",
4041 "Severity": "non_error",
4042 "MfgSeverity": "predictive_redundancy_loss",
4043 "ActionFlags": ["report"],
4044 "MfgActionFlags": ["service_action", "report", "call_home"],
4045 "ComponentID": "0x2700",
4046
4047 "SRC": {
4048 "Type": "11",
4049 "ReasonCode": "0x2701",
4050 "Words6To9": {}
4051 },
4052
4053 "Documentation": {
4054 "Description": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
4055 "Message": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
4056 "Notes": [
4057 "CALLOUT_INVENTORY_PATH should be specified in the ",
4058 "AdditionalData property of the event log so that ",
4059 "the device is called out but not the communication path."
4060 ]
4061 }
4062 },
4063
4064 {
Shawn McCarney01648f52020-06-25 11:42:02 -05004065 "Name": "xyz.openbmc_project.Power.Regulators.Error.WriteVerification",
4066 "Subsystem": "power",
4067 "ComponentID": "0x2700",
4068
4069 "SRC": {
4070 "Type": "11",
4071 "ReasonCode": "0x2900",
Matt Spinler04ac4e32023-04-14 14:16:37 -05004072 "Words6To9": {},
4073 "DeconfigFlag": true
Shawn McCarney01648f52020-06-25 11:42:02 -05004074 },
4075
4076 "Documentation": {
4077 "Description": "A write verification error occurred on a device",
4078 "Message": "A write verification error occurred on a device",
4079 "Notes": [
4080 "This error occurs when a device register is written, ",
4081 "read back, and the two values do not match. This is ",
4082 "also called a read-back error. The device should be ",
4083 "identified using the CALLOUT_DEVICE_PATH or ",
4084 "CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR keywords in the ",
4085 "AdditionalData property of the event log. This will ",
4086 "cause the device and the hardware in the communication ",
4087 "path to be called out."
4088 ]
4089 }
4090 },
4091
4092 {
Shawn McCarneye4022182022-01-31 19:09:01 -06004093 "Name": "xyz.openbmc_project.Power.UPS.Error.Battery.Discharging",
4094 "Subsystem": "power",
4095 "Severity": "non_error",
4096 "ActionFlags": ["report"],
4097 "ComponentID": "0x2700",
4098
4099 "SRC": {
4100 "Type": "11",
4101 "ReasonCode": "0x4201",
4102 "Words6To9": {}
4103 },
4104
4105 "Documentation": {
4106 "Description": "The Uninterruptible Power Supply (UPS) battery is discharging and providing power to the system due to a utility failure",
4107 "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 -06004108 "Notes": []
Shawn McCarneye4022182022-01-31 19:09:01 -06004109 }
4110 },
4111
4112 {
4113 "Name": "xyz.openbmc_project.Power.UPS.Error.Battery.Low",
4114 "Subsystem": "power",
4115 "Severity": "non_error",
4116 "ActionFlags": ["report"],
4117 "ComponentID": "0x2700",
4118
4119 "SRC": {
4120 "Type": "11",
4121 "ReasonCode": "0x4203",
4122 "Words6To9": {}
4123 },
4124
4125 "Documentation": {
4126 "Description": "The Uninterruptible Power Supply (UPS) battery level is low",
4127 "Message": "The Uninterruptible Power Supply (UPS) battery level is low",
Patrick Williams26919f02022-12-08 06:12:43 -06004128 "Notes": []
Shawn McCarneye4022182022-01-31 19:09:01 -06004129 }
4130 },
4131
4132 {
Shawn McCarney01648f52020-06-25 11:42:02 -05004133 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile",
4134 "Subsystem": "power",
4135 "ComponentID": "0x2700",
4136
4137 "SRC": {
4138 "Type": "11",
4139 "ReasonCode": "0xA013",
4140 "Words6To9": {}
4141 },
4142
4143 "Callouts": [
4144 {
4145 "CalloutList": [
4146 { "Priority": "high", "Procedure": "bmc_code" }
4147 ]
4148 }
4149 ],
4150
4151 "Documentation": {
4152 "Description": "A regulators configuration file error occurred",
4153 "Message": "A regulators configuration file error occurred",
4154 "Notes": [
4155 "The regulators configuration file could not be found, ",
4156 "could not be read, or had invalid contents."
4157 ]
4158 }
4159 },
4160
4161 {
Shawn McCarney82e31d82021-02-19 16:25:55 -06004162 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile.Critical",
4163 "Subsystem": "power",
4164 "Severity": "critical_system_term",
4165 "ComponentID": "0x2700",
4166
4167 "SRC": {
4168 "Type": "11",
4169 "ReasonCode": "0xA014",
Mike Cappsa2d7b772022-03-07 15:47:48 -05004170 "Words6To9": {}
Shawn McCarney82e31d82021-02-19 16:25:55 -06004171 },
4172
4173 "Callouts": [
4174 {
4175 "CalloutList": [
4176 { "Priority": "high", "Procedure": "bmc_code" }
4177 ]
4178 }
4179 ],
4180
4181 "Documentation": {
4182 "Description": "A critical regulators configuration file error occurred",
4183 "Message": "A critical regulators configuration file error occurred",
4184 "Notes": [
4185 "The regulators configuration file could not be found, ",
4186 "could not be read, or had invalid contents. As a result ",
4187 "voltage regulators could not be configured, and the ",
4188 "chassis could not be powered on."
4189 ]
4190 }
4191 },
4192
4193 {
Jim Wright7f678902020-11-30 16:03:57 -06004194 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerFault",
4195 "Subsystem": "power_sequencer",
4196 "ComponentID": "0x2700",
4197
4198 "SRC": {
4199 "Type": "11",
4200 "ReasonCode": "0xD000",
4201 "Words6To9": {}
4202 },
4203
4204 "Callouts": [
4205 {
Patrick Williams26919f02022-12-08 06:12:43 -06004206 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Jim Wright7f678902020-11-30 16:03:57 -06004207 }
4208 ],
4209
4210 "Documentation": {
4211 "Description": "The power sequencer chip detected a fault",
4212 "Message": "The power sequencer chip detected a fault",
Patrick Williams26919f02022-12-08 06:12:43 -06004213 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06004214 },
4215
4216 "JournalCapture": {
4217 "Sections": [
4218 {
4219 "SyslogID": "phosphor-psu-monitor",
4220 "NumLines": 30
4221 },
4222 {
4223 "SyslogID": "phosphor-power-control",
4224 "NumLines": 30
4225 },
4226 {
4227 "SyslogID": "phosphor-chassis-state-manager",
4228 "NumLines": 15
4229 },
4230 {
4231 "SyslogID": "systemd",
4232 "NumLines": 15
4233 },
4234 {
4235 "SyslogID": "phosphor-regulators",
4236 "NumLines": 5
4237 }
4238 ]
Jim Wright7f678902020-11-30 16:03:57 -06004239 }
4240 },
4241
4242 {
Jim Wrightc1ba04f2021-11-12 15:31:32 -06004243 "Name": "xyz.openbmc_project.Power.Error.PowerOnTimeout",
Jim Wright7f678902020-11-30 16:03:57 -06004244 "Subsystem": "power_sequencer",
4245 "ComponentID": "0x2700",
Jim Wrightc1ba04f2021-11-12 15:31:32 -06004246 "Severity": "critical",
Jim Wright7f678902020-11-30 16:03:57 -06004247
4248 "SRC": {
4249 "Type": "11",
4250 "ReasonCode": "0xD002",
4251 "Words6To9": {}
4252 },
4253
4254 "Callouts": [
4255 {
Patrick Williams26919f02022-12-08 06:12:43 -06004256 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Jim Wright7f678902020-11-30 16:03:57 -06004257 }
4258 ],
4259
4260 "Documentation": {
Jim Wrightc1ba04f2021-11-12 15:31:32 -06004261 "Description": "System power failed to turn on within timeout period",
4262 "Message": "System power failed to turn on within timeout period",
Patrick Williams26919f02022-12-08 06:12:43 -06004263 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06004264 },
4265
4266 "JournalCapture": {
4267 "Sections": [
4268 {
4269 "SyslogID": "phosphor-psu-monitor",
4270 "NumLines": 30
4271 },
4272 {
4273 "SyslogID": "phosphor-power-control",
4274 "NumLines": 30
4275 },
4276 {
4277 "SyslogID": "phosphor-chassis-state-manager",
4278 "NumLines": 15
4279 },
4280 {
4281 "SyslogID": "systemd",
4282 "NumLines": 15
4283 },
4284 {
4285 "SyslogID": "phosphor-regulators",
4286 "NumLines": 5
4287 }
4288 ]
Jim Wrightc1ba04f2021-11-12 15:31:32 -06004289 }
4290 },
4291
4292 {
4293 "Name": "xyz.openbmc_project.Power.Error.PowerOffTimeout",
4294 "Subsystem": "power_sequencer",
4295 "ComponentID": "0x2700",
4296 "Severity": "critical",
4297
4298 "SRC": {
4299 "Type": "11",
4300 "ReasonCode": "0xD008",
4301 "Words6To9": {}
4302 },
4303
4304 "Callouts": [
4305 {
Patrick Williams26919f02022-12-08 06:12:43 -06004306 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Jim Wrightc1ba04f2021-11-12 15:31:32 -06004307 }
4308 ],
4309
4310 "Documentation": {
4311 "Description": "System power failed to turn off within timeout period",
4312 "Message": "System power failed to turn off within timeout period",
Patrick Williams26919f02022-12-08 06:12:43 -06004313 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06004314 },
4315
4316 "JournalCapture": {
4317 "Sections": [
4318 {
4319 "SyslogID": "phosphor-psu-monitor",
4320 "NumLines": 30
4321 },
4322 {
4323 "SyslogID": "phosphor-power-control",
4324 "NumLines": 30
4325 },
4326 {
4327 "SyslogID": "phosphor-chassis-state-manager",
4328 "NumLines": 15
4329 },
4330 {
4331 "SyslogID": "systemd",
4332 "NumLines": 15
4333 },
4334 {
4335 "SyslogID": "phosphor-regulators",
4336 "NumLines": 5
4337 }
4338 ]
Jim Wright7f678902020-11-30 16:03:57 -06004339 }
4340 },
4341
4342 {
Shawn McCarney01648f52020-06-25 11:42:02 -05004343 "Name": "xyz.openbmc_project.Power.Error.Internal",
4344 "Subsystem": "power",
4345 "ComponentID": "0x2700",
4346
4347 "SRC": {
4348 "Type": "11",
4349 "ReasonCode": "0xE000",
4350 "Words6To9": {}
4351 },
4352
4353 "Callouts": [
4354 {
4355 "CalloutList": [
4356 { "Priority": "high", "Procedure": "bmc_code" }
4357 ]
4358 }
4359 ],
4360
4361 "Documentation": {
4362 "Description": "An internal firmware error occurred",
4363 "Message": "An internal firmware error occurred",
4364 "Notes": [
4365 "The error details must be provided in the AdditionalData ",
4366 "property of the event log."
4367 ]
4368 }
4369 },
4370
4371 {
4372 "Name": "xyz.openbmc_project.Power.Error.I2C",
4373 "Subsystem": "cec_i2c",
4374 "ComponentID": "0x2700",
4375
4376 "SRC": {
4377 "Type": "11",
4378 "ReasonCode": "0xE100",
Matt Spinler04ac4e32023-04-14 14:16:37 -05004379 "Words6To9": {},
4380 "DeconfigFlag": true
Shawn McCarney01648f52020-06-25 11:42:02 -05004381 },
4382
4383 "Documentation": {
4384 "Description": "An I2C error occurred communicating with a device",
4385 "Message": "An I2C error occurred communicating with a device",
4386 "Notes": [
4387 "The device should be identified using the ",
4388 "CALLOUT_DEVICE_PATH or CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR ",
4389 "keywords in the AdditionalData property of the event ",
4390 "log. This will cause the device and the hardware in the ",
4391 "communication path to be called out."
4392 ]
4393 }
4394 },
4395
4396 {
4397 "Name": "xyz.openbmc_project.Power.Error.PMBus",
4398 "Subsystem": "power",
4399 "ComponentID": "0x2700",
4400
4401 "SRC": {
4402 "Type": "11",
4403 "ReasonCode": "0xE200",
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": "A PMBus error occurred on a device",
4410 "Message": "A PMBus error occurred on a device",
4411 "Notes": [
4412 "This error occurs when the I2C communication was ",
4413 "successful, but the PMBus value read is invalid or ",
4414 "unsupported. CALLOUT_INVENTORY_PATH should be specified ",
4415 "in the AdditionalData property of the event log so that ",
4416 "the device is called out but not the communication path."
4417 ]
4418 }
4419 },
4420
4421 {
4422 "Name": "xyz.openbmc_project.Power.Error.DBus",
4423 "Subsystem": "power",
4424 "ComponentID": "0x2700",
4425
4426 "SRC": {
4427 "Type": "11",
4428 "ReasonCode": "0xE300",
4429 "Words6To9": {}
4430 },
4431
4432 "Callouts": [
4433 {
4434 "CalloutList": [
4435 { "Priority": "high", "Procedure": "bmc_code" }
4436 ]
4437 }
4438 ],
4439
4440 "Documentation": {
4441 "Description": "A firmware inter-process communication (D-Bus) error occurred",
4442 "Message": "A firmware inter-process communication (D-Bus) error occurred"
4443 }
Matt Spinler60d1c392020-09-23 15:23:24 -05004444 },
4445
4446 {
Matt Spinler7c9c07e2020-10-22 10:16:37 -05004447 "Name": "xyz.openbmc_project.Fan.Error.Fault",
4448 "Subsystem": "power_fans",
4449 "ComponentID": "0x2800",
4450
4451 "SRC": {
4452 "Type": "11",
4453 "ReasonCode": "0x76F0",
Matt Spinler04ac4e32023-04-14 14:16:37 -05004454 "Words6To9": {},
4455 "DeconfigFlag": true
Matt Spinler7c9c07e2020-10-22 10:16:37 -05004456 },
4457
4458 "Documentation": {
4459 "Description": "Fan rotor fault",
4460 "Message": "Fan rotor fault",
4461 "Notes": [
4462 "This error occurs when a fan rotor has been faulted for a ",
4463 "certain amount of time. The callout is the fan which is ",
4464 "passed in with CALLOUT_INVENTORY_PATH. The severity is ",
4465 "passed in during creation and will be either informational ",
4466 "or unrecoverable. The action flags use the defaults and ",
4467 "vary based on the severity."
4468 ]
4469 }
4470 },
4471
4472 {
Matt Spinler60d1c392020-09-23 15:23:24 -05004473 "Name": "xyz.openbmc_project.Fan.Error.Missing",
4474 "Subsystem": "power_fans",
4475 "ComponentID": "0x2800",
4476 "Severity": "unrecoverable_redundancy_loss",
4477 "ActionFlags": ["service_action", "report", "call_home"],
4478
4479 "SRC": {
4480 "Type": "11",
4481 "ReasonCode": "0x76F1",
Matt Spinler04ac4e32023-04-14 14:16:37 -05004482 "Words6To9": {},
4483 "DeconfigFlag": true
Matt Spinler60d1c392020-09-23 15:23:24 -05004484 },
4485
4486 "Callouts": [
4487 {
Matt Spinler938ac792021-05-12 10:46:44 -05004488 "System": "ibm,rainier",
Matt Spinler60d1c392020-09-23 15:23:24 -05004489 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -05004490 {
Patrick Williams26919f02022-12-08 06:12:43 -06004491 "Priority": "high",
4492 "SymbolicFRUTrusted": "air_mover",
4493 "UseInventoryLocCode": true
Matt Spinler80600192020-10-23 09:29:33 -05004494 },
4495 {
4496 "Priority": "low",
4497 "LocCode": "P0"
4498 }
Matt Spinler60d1c392020-09-23 15:23:24 -05004499 ]
Matt Spinler938ac792021-05-12 10:46:44 -05004500 },
4501 {
4502 "System": "ibm,everest",
4503 "CalloutList": [
4504 {
Patrick Williams26919f02022-12-08 06:12:43 -06004505 "Priority": "high",
4506 "SymbolicFRUTrusted": "air_mover",
4507 "UseInventoryLocCode": true
Matt Spinler938ac792021-05-12 10:46:44 -05004508 },
4509 {
4510 "Priority": "low",
4511 "LocCode": "P1"
4512 }
4513 ]
Matt Spinler0600cf72023-04-10 11:22:33 -05004514 },
4515 {
4516 "System": "ibm,bonnell",
4517 "CalloutList": [
4518 {
4519 "Priority": "high",
4520 "SymbolicFRUTrusted": "air_mover",
4521 "UseInventoryLocCode": true
4522 },
4523 {
4524 "Priority": "low",
4525 "LocCode": "P0"
4526 }
4527 ]
Matt Spinler60d1c392020-09-23 15:23:24 -05004528 }
4529 ],
4530
4531 "Documentation": {
4532 "Description": "A fan is missing",
4533 "Message": "A fan is missing",
4534 "Notes": [
4535 "This error occurs when a fan has been missing for a ",
Matt Spinler80600192020-10-23 09:29:33 -05004536 "certain amount of time. The first callout is the ",
4537 "symbolic FRU AIR_MOVR that has the trusted fan location ",
4538 "code, which it gets using the passed in ",
4539 "CALLOUT_INVENTORY_PATH. The second callout is the FRU ",
Matt Spinler938ac792021-05-12 10:46:44 -05004540 "where the controller and GPIO expander are."
Matt Spinler60d1c392020-09-23 15:23:24 -05004541 ]
4542 }
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004543 },
4544
4545 {
Matt Spinleradf070b2021-04-21 13:39:45 -05004546 "Name": "xyz.openbmc_project.Fan.Presence.Error.Detection",
4547 "ComponentID": "0x2800",
4548 "Subsystem": "power_fans",
4549 "Severity": "non_error",
4550 "ActionFlags": ["report"],
4551 "MfgSeverity": "predictive",
4552 "MfgActionFlags": ["service_action", "report"],
4553
4554 "SRC": {
4555 "Type": "11",
4556 "ReasonCode": "0x76F2",
4557 "Words6To9": {}
4558 },
4559
4560 "Callouts": [
4561 {
4562 "System": "ibm,rainier",
Patrick Williams26919f02022-12-08 06:12:43 -06004563 "CalloutList": [{ "Priority": "medium", "LocCode": "P0" }]
Matt Spinleradf070b2021-04-21 13:39:45 -05004564 },
4565 {
4566 "System": "ibm,everest",
Patrick Williams26919f02022-12-08 06:12:43 -06004567 "CalloutList": [{ "Priority": "medium", "LocCode": "P1" }]
Matt Spinler0600cf72023-04-10 11:22:33 -05004568 },
4569 {
4570 "System": "ibm,bonnell",
4571 "CalloutList": [{ "Priority": "medium", "LocCode": "P0" }]
Matt Spinleradf070b2021-04-21 13:39:45 -05004572 }
4573 ],
4574
4575 "Documentation": {
4576 "Description": "Presence detect methods for the same fan disagree",
4577 "Message": "Presence detect methods for the same fan disagree",
4578 "Notes": [
4579 "This error occurs when there is more than one way to detect",
4580 "fan presence, and they don't all agree. For example, the",
4581 "GPIO says a fan isn't present, but the tach readings are",
4582 "nonzero. This is informational, unless in manufacturing.",
4583 "The fan FRU is passed in as a high priority callout.",
4584 "The FRU the GPIO source is on is called out medium."
4585 ]
4586 }
4587 },
4588
4589 {
Matt Spinlerdde99202021-06-14 12:15:59 -06004590 "Name": "xyz.openbmc_project.Fan.Error.FanControllerOffline",
4591 "ComponentID": "0x2800",
4592 "Subsystem": "power_fans",
4593 "Severity": "critical_system_term",
4594 "ActionFlags": ["service_action", "report", "call_home"],
4595
4596 "SRC": {
4597 "Type": "11",
4598 "ReasonCode": "0x76F3",
Mike Cappsa2d7b772022-03-07 15:47:48 -05004599 "Words6To9": {}
Matt Spinlerdde99202021-06-14 12:15:59 -06004600 },
4601
4602 "Callouts": [
4603 {
4604 "System": "ibm,rainier",
4605 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004606 { "Priority": "high", "LocCode": "P0-C5" },
4607 {
4608 "Priority": "medium_group_a",
4609 "LocCode": "P0-T12",
4610 "SymbolicFRUTrusted": "fan_cable"
4611 },
4612 {
4613 "Priority": "medium_group_a",
4614 "LocCode": "P0-T17",
4615 "SymbolicFRUTrusted": "cable_continued"
4616 },
4617 { "Priority": "low", "LocCode": "P0" }
Matt Spinlerdde99202021-06-14 12:15:59 -06004618 ]
4619 },
4620 {
4621 "System": "ibm,everest",
4622 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004623 { "Priority": "high", "LocCode": "P0-C0" },
4624 { "Priority": "medium", "LocCode": "P1" },
4625 { "Priority": "low", "LocCode": "P0" }
Matt Spinlerdde99202021-06-14 12:15:59 -06004626 ]
Matt Spinler0600cf72023-04-10 11:22:33 -05004627 },
4628 {
4629 "System": "ibm,bonnell",
4630 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Matt Spinlerdde99202021-06-14 12:15:59 -06004631 }
4632 ],
4633
4634 "Documentation": {
4635 "Description": "The fan controller device is offline",
4636 "Message": "The fan controller is offline. The system must be powered off.",
4637 "Notes": [
4638 "The device that controls the fans is offline so the fan",
4639 "targets and speeds are unknown. The system will be shut",
4640 "down to preserve thermal safety. There may be an I2C",
4641 "or power problem with the device."
4642 ]
4643 }
4644 },
4645
4646 {
Patrick Williams26919f02022-12-08 06:12:43 -06004647 "Name": "xyz.openbmc_project.Fan.Presence.Error.GPIODeviceUnavailable",
4648 "Subsystem": "power_fans",
4649 "ComponentID": "0x2800",
4650 "Severity": "unrecoverable_redundancy_loss",
4651 "ActionFlags": ["service_action", "report", "call_home"],
Mike Cappsabc276e2021-06-18 16:41:30 -04004652
Patrick Williams26919f02022-12-08 06:12:43 -06004653 "SRC": {
4654 "Type": "11",
4655 "ReasonCode": "0x76F4",
4656 "Words6To9": {}
4657 },
Mike Cappsabc276e2021-06-18 16:41:30 -04004658
Patrick Williams26919f02022-12-08 06:12:43 -06004659 "Callouts": [
4660 {
4661 "System": "ibm,rainier",
4662 "CalloutList": [
4663 { "Priority": "high", "LocCode": "P0-C5" },
4664 {
4665 "Priority": "medium_group_a",
4666 "LocCode": "P0-T12",
4667 "SymbolicFRUTrusted": "fan_cable"
4668 },
4669 {
4670 "Priority": "medium_group_a",
4671 "LocCode": "P0-T17",
4672 "SymbolicFRUTrusted": "cable_continued"
4673 },
4674 { "Priority": "low", "LocCode": "P0" }
4675 ]
4676 },
4677 {
4678 "System": "ibm,everest",
4679 "CalloutList": [
4680 { "Priority": "high", "LocCode": "P0-C0" },
4681 { "Priority": "medium", "LocCode": "P1" },
4682 { "Priority": "low", "LocCode": "P0" }
4683 ]
Matt Spinler0600cf72023-04-10 11:22:33 -05004684 },
4685 {
4686 "System": "ibm,bonnell",
4687 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Patrick Williams26919f02022-12-08 06:12:43 -06004688 }
4689 ],
Mike Cappsabc276e2021-06-18 16:41:30 -04004690
Patrick Williams26919f02022-12-08 06:12:43 -06004691 "Documentation": {
4692 "Description": "Fan GPIO sensors not present",
4693 "Message": "Fan GPIO sensors not present",
4694 "Notes": [
4695 "The device that reports fan presence is not functioning."
4696 ]
4697 }
Mike Cappsabc276e2021-06-18 16:41:30 -04004698 },
4699
4700 {
Matt Spinler86e40dd2021-01-29 11:19:36 -06004701 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHigh",
4702 "Subsystem": "power",
4703 "ComponentID": "0x2800",
4704 "Severity": "predictive",
4705 "ActionFlags": ["service_action", "report"],
4706
4707 "SRC": {
4708 "ReasonCode": "0x2801",
4709 "Words6To9": {}
4710 },
4711
4712 "CalloutsUsingAD": {
4713 "ADName": "SENSOR_NAME",
4714 "CalloutsWithTheirADValues": [
4715 {
4716 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4717 "Callouts": [
4718 {
4719 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004720 {
4721 "Priority": "high",
4722 "SymbolicFRU": "ambient_temp"
4723 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004724 ]
4725 }
4726 ]
4727 }
Matt Spinlerc13bb1c2022-08-01 10:33:09 -05004728 ],
4729 "CalloutsWhenNoADMatch": [
4730 {
4731 "CalloutList": [
4732 {
4733 "Priority": "high",
4734 "SymbolicFRU": "overtemp"
4735 }
4736 ]
4737 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004738 ]
4739 },
4740
4741 "Documentation": {
4742 "Description": "A temperature sensor exceeded its performance loss threshold.",
4743 "Message": "A temperature sensor exceeded its performance loss threshold.",
4744 "Notes": [
4745 "A temperature sensor crossed its performance loss threshold value",
4746 "If it is the ambient sensor, then a symbolic FRU will be added.",
4747 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
4748 "a FRU callout."
4749 ]
4750 }
4751 },
4752
4753 {
4754 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHighClear",
4755 "Subsystem": "power",
4756 "ComponentID": "0x2800",
4757 "Severity": "non_error",
4758 "ActionFlags": ["report"],
4759 "EventType": "env_normal",
4760
4761 "SRC": {
4762 "ReasonCode": "0x2802",
4763 "Words6To9": {}
4764 },
4765
4766 "CalloutsUsingAD": {
4767 "ADName": "SENSOR_NAME",
4768 "CalloutsWithTheirADValues": [
4769 {
4770 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4771 "Callouts": [
4772 {
4773 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004774 {
4775 "Priority": "high",
4776 "SymbolicFRU": "ambient_temp_back"
4777 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004778 ]
4779 }
4780 ]
4781 }
4782 ]
4783 },
4784
4785 "Documentation": {
4786 "Description": "A temperature sensor is under its performance loss threshold.",
4787 "Message": "A temperature sensor is under its performance loss threshold.",
4788 "Notes": [
4789 "A temperature sensor crossed under its performance loss threshold value",
4790 "If it is the ambient sensor, then a symbolic FRU will be added."
4791 ]
4792 }
4793 },
4794
4795 {
4796 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHigh",
4797 "Subsystem": "power",
4798 "ComponentID": "0x2800",
4799 "Severity": "predictive",
4800 "ActionFlags": ["service_action", "report"],
4801
4802 "SRC": {
4803 "ReasonCode": "0x2803",
4804 "Words6To9": {}
4805 },
4806
4807 "CalloutsUsingAD": {
4808 "ADName": "SENSOR_NAME",
4809 "CalloutsWithTheirADValues": [
4810 {
4811 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4812 "Callouts": [
4813 {
4814 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004815 {
4816 "Priority": "high",
4817 "SymbolicFRU": "ambient_temp"
4818 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004819 ]
4820 }
4821 ]
4822 }
Matt Spinlerc13bb1c2022-08-01 10:33:09 -05004823 ],
4824 "CalloutsWhenNoADMatch": [
4825 {
4826 "CalloutList": [
4827 {
4828 "Priority": "high",
4829 "SymbolicFRU": "overtemp"
4830 }
4831 ]
4832 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004833 ]
4834 },
4835
4836 "Documentation": {
4837 "Description": "A temperature sensor exceeded its warning threshold.",
4838 "Message": "A temperature sensor exceeded its warning threshold.",
4839 "Notes": [
4840 "A temperature sensor crossed its warning threshold value",
4841 "If it is the ambient sensor, then a symbolic FRU will be added.",
4842 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
4843 "a FRU callout."
4844 ]
4845 }
4846 },
4847
4848 {
4849 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHighClear",
4850 "Subsystem": "power",
4851 "ComponentID": "0x2800",
4852 "Severity": "non_error",
4853 "ActionFlags": ["report"],
4854 "EventType": "env_normal",
4855
4856 "SRC": {
4857 "ReasonCode": "0x2804",
4858 "Words6To9": {}
4859 },
4860
4861 "CalloutsUsingAD": {
4862 "ADName": "SENSOR_NAME",
4863 "CalloutsWithTheirADValues": [
4864 {
4865 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4866 "Callouts": [
4867 {
4868 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004869 {
4870 "Priority": "high",
4871 "SymbolicFRU": "ambient_temp_back"
4872 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004873 ]
4874 }
4875 ]
4876 }
4877 ]
4878 },
4879
4880 "Documentation": {
4881 "Description": "A temperature sensor is under its warning threshold.",
4882 "Message": "A temperature sensor is under its warning threshold.",
4883 "Notes": [
4884 "A temperature sensor crossed under its warning threshold value",
4885 "If it is the ambient sensor, then a symbolic FRU will be added."
4886 ]
4887 }
4888 },
4889
4890 {
4891 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHigh",
4892 "Subsystem": "power",
4893 "ComponentID": "0x2800",
4894 "Severity": "predictive",
4895 "ActionFlags": ["service_action", "report"],
4896
4897 "SRC": {
4898 "ReasonCode": "0x2805",
4899 "Words6To9": {}
4900 },
4901
4902 "CalloutsUsingAD": {
4903 "ADName": "SENSOR_NAME",
4904 "CalloutsWithTheirADValues": [
4905 {
4906 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4907 "Callouts": [
4908 {
4909 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004910 {
4911 "Priority": "high",
4912 "SymbolicFRU": "ambient_temp"
4913 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004914 ]
4915 }
4916 ]
4917 }
Matt Spinlerc13bb1c2022-08-01 10:33:09 -05004918 ],
4919 "CalloutsWhenNoADMatch": [
4920 {
4921 "CalloutList": [
4922 {
4923 "Priority": "high",
4924 "SymbolicFRU": "overtemp"
4925 }
4926 ]
4927 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004928 ]
4929 },
4930
4931 "Documentation": {
4932 "Description": "A temperature sensor exceeded its critical threshold.",
4933 "Message": "A temperature sensor exceeded its critical threshold.",
4934 "Notes": [
4935 "A temperature sensor crossed its critical threshold value",
4936 "If it is the ambient sensor, then a symbolic FRU will be added.",
4937 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
4938 "a FRU callout."
4939 ]
4940 }
4941 },
4942
4943 {
4944 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHighClear",
4945 "Subsystem": "power",
4946 "ComponentID": "0x2800",
4947 "Severity": "non_error",
4948 "ActionFlags": ["report"],
4949 "EventType": "env_normal",
4950
4951 "SRC": {
4952 "ReasonCode": "0x2806",
4953 "Words6To9": {}
4954 },
4955
4956 "CalloutsUsingAD": {
4957 "ADName": "SENSOR_NAME",
4958 "CalloutsWithTheirADValues": [
4959 {
4960 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4961 "Callouts": [
4962 {
4963 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004964 {
4965 "Priority": "high",
4966 "SymbolicFRU": "ambient_temp_back"
4967 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004968 ]
4969 }
4970 ]
4971 }
4972 ]
4973 },
4974
4975 "Documentation": {
4976 "Description": "A temperature sensor is under its critical threshold.",
4977 "Message": "A temperature sensor is under its critical threshold.",
4978 "Notes": [
4979 "A temperature sensor crossed under its critical threshold value",
4980 "If it is the ambient sensor, then a symbolic FRU will be added."
4981 ]
4982 }
4983 },
4984
4985 {
Matt Spinler6b3490a2021-01-20 10:48:26 -06004986 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHigh",
4987 "Subsystem": "power",
4988 "ComponentID": "0x2800",
4989 "Severity": "predictive",
4990 "ActionFlags": ["service_action", "report"],
4991
4992 "SRC": {
4993 "ReasonCode": "0x2807",
4994 "Words6To9": {}
4995 },
4996
4997 "Callouts": [
4998 {
4999 "CalloutList": [
5000 {
Patrick Williams26919f02022-12-08 06:12:43 -06005001 "Priority": "high",
5002 "SymbolicFRU": "ambient_temp"
Matt Spinler6b3490a2021-01-20 10:48:26 -06005003 }
5004 ]
5005 }
5006 ],
5007
5008 "Documentation": {
5009 "Description": "The ambient temperature passed the EPOW3 limit.",
5010 "Message": "The ambient temperature passed the EPOW3 limit. The system will shut down if temp doesn't decrease.",
5011 "Notes": [
5012 "This error occurs when the ambient temperature surpassed",
5013 "the EPOW3 shutdown limit."
5014 ]
5015 }
5016 },
5017
5018 {
5019 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHighClear",
5020 "Subsystem": "power",
5021 "ComponentID": "0x2800",
5022 "Severity": "non_error",
5023 "ActionFlags": ["report"],
5024 "EventType": "env_normal",
5025
5026 "SRC": {
5027 "ReasonCode": "0x2808",
5028 "Words6To9": {}
5029 },
5030
5031 "Callouts": [
5032 {
5033 "CalloutList": [
5034 {
Patrick Williams26919f02022-12-08 06:12:43 -06005035 "Priority": "high",
5036 "SymbolicFRU": "ambient_temp_back"
Matt Spinler6b3490a2021-01-20 10:48:26 -06005037 }
5038 ]
5039 }
5040 ],
5041
5042 "Documentation": {
5043 "Description": "The ambient temperature is back under the EPOW3 limit.",
5044 "Message": "The ambient temperature is back under the EPOW3 limit."
5045 }
5046 },
5047
5048 {
5049 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.HardShutdownAlarmHigh",
5050 "Subsystem": "power",
5051 "ComponentID": "0x2800",
Matt Spinler6b3490a2021-01-20 10:48:26 -06005052 "ActionFlags": ["service_action", "report"],
5053
5054 "SRC": {
5055 "ReasonCode": "0x2809",
5056 "Words6To9": {}
5057 },
5058
5059 "Callouts": [
5060 {
5061 "CalloutList": [
5062 {
Patrick Williams26919f02022-12-08 06:12:43 -06005063 "Priority": "high",
5064 "SymbolicFRU": "ambient_temp"
Matt Spinler6b3490a2021-01-20 10:48:26 -06005065 }
5066 ]
5067 }
5068 ],
5069
5070 "Documentation": {
5071 "Description": "The ambient temperature passed the EPOW4 limit.",
5072 "Message": "The ambient temperature passed the EPOW4 limit. The system will shut down",
5073 "Notes": [
5074 "This error occurs when the ambient temperature surpassed",
5075 "the EPOW4 shutdown limit."
5076 ]
5077 }
5078 },
5079
5080 {
Rashmica Guptab63f75b2021-08-18 20:54:21 +10005081 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHigh",
5082 "Subsystem": "ext_env",
5083 "ComponentID": "0x2800",
5084 "Severity": "predictive",
5085 "ActionFlags": ["service_action", "report"],
5086
5087 "SRC": {
5088 "ReasonCode": "0x280A",
5089 "Words6To9": {}
5090 },
5091
5092 "CalloutsUsingAD": {
5093 "ADName": "SENSOR_NAME",
5094 "CalloutsWithTheirADValues": [
5095 {
5096 "ADValue": "/xyz/openbmc_project/sensors/altitude/Altitude",
5097 "Callouts": [
5098 {
5099 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06005100 {
5101 "Priority": "high",
5102 "SymbolicFRU": "altitude"
5103 }
Rashmica Guptab63f75b2021-08-18 20:54:21 +10005104 ]
5105 }
5106 ]
5107 }
5108 ]
5109 },
5110
5111 "Documentation": {
5112 "Description": "An altitude sensor exceeded its warning threshold.",
5113 "Message": "An altitude sensor exceeded its warning threshold.",
5114 "Notes": [
5115 "The virtual altitude sensor crossed its warning threshold value",
5116 " and a symbolic FRU will be added."
5117 ]
5118 }
5119 },
5120
5121 {
5122 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHighClear",
5123 "Subsystem": "ext_env",
5124 "ComponentID": "0x2800",
5125 "Severity": "non_error",
5126 "ActionFlags": ["report"],
5127 "EventType": "env_normal",
5128
5129 "SRC": {
5130 "ReasonCode": "0x280B",
5131 "Words6To9": {}
5132 },
5133
5134 "Documentation": {
5135 "Description": "An altitude sensor is under its warning threshold.",
5136 "Message": "An altitude sensor is under its warning threshold.",
5137 "Notes": [
5138 "The virtual altitude sensor is under its warning threshold value",
5139 " and a symbolic FRU will be added."
5140 ]
5141 }
5142 },
5143
5144 {
Matt Spinler81331342021-10-05 14:09:56 -05005145 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLow",
5146 "Subsystem": "cec_tod",
5147 "ComponentID": "0x2800",
5148 "Severity": "predictive",
5149 "ActionFlags": ["service_action", "report"],
5150
5151 "SRC": {
5152 "ReasonCode": "0x280C",
5153 "Words6To9": {}
5154 },
5155
Matt Spinler81331342021-10-05 14:09:56 -05005156 "Documentation": {
5157 "Description": "A voltage sensor went below its critical low threshold.",
5158 "Message": "A voltage sensor went below its critical low threshold."
5159 }
5160 },
5161
5162 {
5163 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLowClear",
5164 "Subsystem": "cec_tod",
5165 "ComponentID": "0x2800",
5166 "Severity": "non_error",
5167 "ActionFlags": ["report"],
5168
5169 "SRC": {
5170 "ReasonCode": "0x280D",
5171 "Words6To9": {}
5172 },
5173
5174 "Documentation": {
5175 "Description": "A voltage sensor is over its critical low threshold.",
5176 "Message": "A voltage sensor is over its critical low threshold."
5177 }
5178 },
5179
5180 {
Matt Spinler1e792db2022-01-07 14:06:06 -06005181 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLow",
5182 "Subsystem": "power",
5183 "ComponentID": "0x2800",
5184 "Severity": "predictive",
5185 "ActionFlags": ["service_action", "report"],
5186
5187 "SRC": {
5188 "ReasonCode": "0x280E",
5189 "Words6To9": {}
5190 },
5191
5192 "Documentation": {
5193 "Description": "A temperature sensor is under its low warning threshold.",
5194 "Message": "A temperature sensor is under its low warning threshold.",
5195 "Notes": [
5196 "A temperature sensor crossed its low warning threshold value",
5197 "CALLOUT_INVENTORY_PATH will be passed in to add a FRU callout."
5198 ]
5199 }
5200 },
5201
5202 {
5203 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLowClear",
5204 "Subsystem": "power",
5205 "ComponentID": "0x2800",
5206 "Severity": "non_error",
5207 "ActionFlags": ["report"],
5208 "EventType": "env_normal",
5209
5210 "SRC": {
5211 "ReasonCode": "0x280F",
5212 "Words6To9": {}
5213 },
5214
5215 "Documentation": {
5216 "Description": "A temperature sensor is above its low warning threshold.",
5217 "Message": "A temperature sensor is above its low warning threshold.",
5218 "Notes": [
5219 "A temperature sensor crossed above its low warning threshold value."
5220 ]
5221 }
5222 },
5223
5224 {
5225 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalLow",
5226 "Subsystem": "power",
5227 "ComponentID": "0x2800",
5228 "Severity": "predictive",
5229 "ActionFlags": ["service_action", "report"],
5230
5231 "SRC": {
5232 "ReasonCode": "0x2810",
5233 "Words6To9": {}
5234 },
5235
5236 "Documentation": {
5237 "Description": "A temperature sensor is under its low critical threshold.",
5238 "Message": "A temperature sensor is under its low critical threshold.",
5239 "Notes": [
5240 "A temperature sensor crossed its low critical threshold value",
5241 "CALLOUT_INVENTORY_PATH will be passed in to add a FRU callout."
5242 ]
5243 }
5244 },
5245
5246 {
5247 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalLowClear",
5248 "Subsystem": "power",
5249 "ComponentID": "0x2800",
5250 "Severity": "non_error",
5251 "ActionFlags": ["report"],
5252 "EventType": "env_normal",
5253
5254 "SRC": {
5255 "ReasonCode": "0x2811",
5256 "Words6To9": {}
5257 },
5258
5259 "Documentation": {
5260 "Description": "A temperature sensor is over its low critical threshold.",
5261 "Message": "A temperature sensor is over its low critical threshold.",
5262 "Notes": [
5263 "A temperature sensor crossed above its critical threshold value"
5264 ]
5265 }
5266 },
5267
5268 {
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005269 "Name": "com.ibm.VPD.Error.InvalidEepromPath",
5270 "Subsystem": "cec_vpd",
5271 "ComponentID": "0x4000",
5272
5273 "SRC": {
5274 "ReasonCode": "0x4000",
Patrick Williams26919f02022-12-08 06:12:43 -06005275 "Words6To9": {
5276 "6": {
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005277 "Description": "Errno of the failure.",
5278 "AdditionalDataPropSource": "CALLOUT_ERRNO"
5279 }
5280 }
5281 },
5282
5283 "Documentation": {
Michael Limb264f062022-03-29 16:25:33 -05005284 "Description": "A path access error occurred",
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005285 "Message": "An EEPROM path access error occurred.",
5286 "Notes": [
5287 "This error occurs when parser is unable to access",
5288 "EEPROM path. Errno and device path are captured as",
5289 "additional data."
5290 ]
5291 }
5292 },
5293
5294 {
5295 "Name": "com.ibm.VPD.Error.InvalidVPD",
5296 "Subsystem": "cec_vpd",
5297 "ComponentID": "0x4000",
5298
5299 "SRC": {
5300 "ReasonCode": "0x4001",
Patrick Williams26919f02022-12-08 06:12:43 -06005301 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005302 },
5303
5304 "Documentation": {
5305 "Description": "Invalid VPD data.",
5306 "Message": "A VPD data exception occurred.",
5307 "Notes": [
5308 "This error occurs when VPD data is found to be",
5309 "invalid. This can be when VPD file is missing out",
5310 "mandatory records.Inventory path is captured in",
5311 "additional data."
5312 ]
5313 }
5314 },
5315
5316 {
5317 "Name": "com.ibm.VPD.Error.EccCheckFailed",
5318 "Subsystem": "cec_vpd",
5319 "ComponentID": "0x4000",
5320
5321 "SRC": {
5322 "ReasonCode": "0x4002",
Patrick Williams26919f02022-12-08 06:12:43 -06005323 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005324 },
5325
5326 "Documentation": {
5327 "Description": "Invalid VPD ecc data.",
5328 "Message": "A VPD ecc exception occurred.",
5329 "Notes": [
5330 "This error occurs when VPD ecc check fails for the FRU.",
5331 "Inventory path for the failed FRU is captured in additonal",
5332 "data."
5333 ]
5334 }
5335 },
5336
5337 {
5338 "Name": "com.ibm.VPD.Error.InvalidJson",
5339 "Subsystem": "cec_vpd",
5340 "ComponentID": "0x4000",
5341
5342 "SRC": {
5343 "ReasonCode": "0x4003",
Patrick Williams26919f02022-12-08 06:12:43 -06005344 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005345 },
5346
Matt Spinler834f3ed2022-01-26 16:18:02 -06005347 "Callouts": [
5348 {
5349 "CalloutList": [
5350 { "Priority": "high", "Procedure": "bmc_code" }
5351 ]
5352 }
5353 ],
5354
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005355 "Documentation": {
5356 "Description": "Invalid Json",
5357 "Message": "A Json failure occurred.",
5358 "Notes": [
5359 "This error occurs when parser fails to access",
5360 "Json file or there is any issue with Json data.",
5361 "Failed Json path and cause of failure is captured",
5362 "in additional data."
5363 ]
5364 }
5365 },
5366
5367 {
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005368 "Name": "com.ibm.VPD.Error.DefaultValue",
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005369 "Subsystem": "cec_vpd",
5370 "ComponentID": "0x4000",
5371
5372 "SRC": {
5373 "ReasonCode": "0x4004",
Patrick Williams26919f02022-12-08 06:12:43 -06005374 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005375 },
5376
Priyanga Ramasamy134e1e12022-12-02 07:03:39 -06005377 "Callouts": [
5378 {
5379 "CalloutList": [
5380 {
5381 "Priority": "high",
5382 "Procedure": "system_vpd_correction"
5383 }
5384 ]
5385 }
5386 ],
5387
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005388 "Documentation": {
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005389 "Description": "Default value found on VPD.",
5390 "Message": "Found default VPD.",
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005391 "Notes": [
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005392 "This error occurs when a default value found on VPD.",
5393 "Details regarding failure are captured in additional data."
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005394 ]
5395 }
5396 },
5397
5398 {
5399 "Name": "com.ibm.VPD.Error.DbusFailure",
5400 "Subsystem": "cec_vpd",
5401 "ComponentID": "0x4000",
5402
5403 "SRC": {
5404 "ReasonCode": "0x4005",
Patrick Williams26919f02022-12-08 06:12:43 -06005405 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005406 },
5407
Matt Spinler834f3ed2022-01-26 16:18:02 -06005408 "Callouts": [
5409 {
5410 "CalloutList": [
5411 { "Priority": "high", "Procedure": "bmc_code" }
5412 ]
5413 }
5414 ],
5415
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005416 "Documentation": {
5417 "Description": "Dbus exception",
5418 "Message": "A Dbus internal error occurred.",
5419 "Notes": [
5420 "This error occurs when Dbus operation fails.",
5421 "Exceptions details are captured in additonal",
5422 "data."
5423 ]
5424 }
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005425 },
5426
5427 {
Alpana Kumari081cfd42021-12-07 04:14:57 -06005428 "Name": "com.ibm.VPD.Error.UnknownSystemType",
5429 "Subsystem": "cec_vpd",
5430 "ComponentID": "0x4000",
5431
5432 "SRC": {
5433 "ReasonCode": "0x4006",
Patrick Williams26919f02022-12-08 06:12:43 -06005434 "Words6To9": {}
Alpana Kumari081cfd42021-12-07 04:14:57 -06005435 },
5436
5437 "Callouts": [
5438 {
Patrick Williams26919f02022-12-08 06:12:43 -06005439 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Alpana Kumari081cfd42021-12-07 04:14:57 -06005440 }
5441 ],
5442
5443 "Documentation": {
5444 "Description": "Unknown System Type",
5445 "Message": "System type not supported in DTB table.",
5446 "Notes": [
5447 "System type comes from combination of HW and IM value of system VPD.",
5448 "If anything gets changed in that combination, then it can't determine",
5449 "the appropriate DTB for that system. Need to check HW and IM keywords."
5450 ]
5451 }
5452 },
5453
5454 {
Alpana Kumari074ec5b2022-02-20 22:48:57 -06005455 "Name": "com.ibm.VPD.Error.GPIOError",
5456 "Subsystem": "cec_vpd",
5457 "ComponentID": "0x4000",
5458
5459 "SRC": {
5460 "ReasonCode": "0x4007",
Patrick Williams26919f02022-12-08 06:12:43 -06005461 "Words6To9": {}
Alpana Kumari074ec5b2022-02-20 22:48:57 -06005462 },
5463
Sunny Srivastava17586b42022-06-20 01:06:58 -05005464 "Callouts": [
5465 {
5466 "CalloutList": [
5467 { "Priority": "high", "Procedure": "bmc_code" }
5468 ]
5469 }
5470 ],
5471
Alpana Kumari074ec5b2022-02-20 22:48:57 -06005472 "Documentation": {
5473 "Description": "GPIO line error",
5474 "Message": "GPIO line couldn't be found or read.",
5475 "Notes": [
Sunny Srivastava17586b42022-06-20 01:06:58 -05005476 "The BMC could not access a GPIO line. This can be a hardware issue",
5477 " or driver issue. Since a hardware or a software issue cannot be",
5478 " differentiated, the BMC code will be called out."
Alpana Kumari074ec5b2022-02-20 22:48:57 -06005479 ]
5480 }
5481 },
5482
5483 {
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005484 "Name": "com.ibm.VPD.Error.Mismatch",
Sunny Srivastavad29837f2022-04-20 01:37:07 -05005485 "Subsystem": "cec_vpd",
5486 "ComponentID": "0x4000",
5487
5488 "SRC": {
5489 "ReasonCode": "0x4008",
Patrick Williams26919f02022-12-08 06:12:43 -06005490 "Words6To9": {}
Sunny Srivastavad29837f2022-04-20 01:37:07 -05005491 },
5492
5493 "Callouts": [
5494 {
5495 "CalloutList": [
Priyanga Ramasamy134e1e12022-12-02 07:03:39 -06005496 {
5497 "Priority": "high",
5498 "Procedure": "system_vpd_correction"
5499 }
Sunny Srivastavad29837f2022-04-20 01:37:07 -05005500 ]
5501 }
5502 ],
5503
5504 "Documentation": {
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005505 "Description": "VPD mismatch found between primary and backup",
5506 "Message": "Error occurred due to VPD mismatch between primary and backup.",
Sunny Srivastavad29837f2022-04-20 01:37:07 -05005507 "Notes": [
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005508 "This error occurs when there is a data mismatch between ",
5509 "primary and backup VPD.",
5510 "Details regarding the failure are captured in additional data."
Sunny Srivastavad29837f2022-04-20 01:37:07 -05005511 ]
5512 }
5513 },
5514
5515 {
Sunny Srivastava17586b42022-06-20 01:06:58 -05005516 "Name": "com.ibm.VPD.Error.RequiredFRUMissing",
5517 "Subsystem": "cec_vpd",
5518 "ComponentID": "0x4000",
5519
5520 "SRC": {
5521 "ReasonCode": "0x4009",
Patrick Williams26919f02022-12-08 06:12:43 -06005522 "Words6To9": {}
Sunny Srivastava17586b42022-06-20 01:06:58 -05005523 },
5524
5525 "Documentation": {
5526 "Description": "Essential FRU check.",
5527 "Message": "Essential FRU check failed",
5528 "Notes": [
5529 "This error occurs when VPD manager service detects any",
5530 "missing essential FRU. These are FRUs which are required",
5531 "to be present in the system at the time of power on.",
5532 "The inventory path is captured in additional data."
5533 ]
5534 }
5535 },
5536
5537 {
gikrish1c0cc7ec2022-02-24 12:40:51 -06005538 "Name": "com.ibm.Panel.Error.InputDevPathFailure",
5539 "Subsystem": "cec_op_panel",
5540 "ComponentID": "0x5000",
5541
5542 "SRC": {
5543 "ReasonCode": "0x5001",
5544 "Words6To9": {}
5545 },
5546
5547 "Documentation": {
5548 "Description": "Button Handler Failure",
5549 "Message": "Input Device path failure",
Patrick Williams26919f02022-12-08 06:12:43 -06005550 "Notes": ["Button events will not be processed."]
gikrish1c0cc7ec2022-02-24 12:40:51 -06005551 }
5552 },
5553
5554 {
5555 "Name": "com.ibm.Panel.Error.I2CSetupFailure",
5556 "Subsystem": "cec_op_panel",
5557 "ComponentID": "0x5000",
5558
5559 "SRC": {
5560 "ReasonCode": "0x5002",
5561 "Words6To9": {}
5562 },
5563
5564 "Documentation": {
5565 "Description": "Panel I2C setup failure",
5566 "Message": "Unable to open device path or ioctl failure",
5567 "Notes": [
5568 "The Panel is unable to open device",
5569 " path or ioctl failure"
5570 ]
5571 }
5572 },
5573
5574 {
5575 "Name": "com.ibm.Panel.Error.HostCommunicationError",
5576 "Subsystem": "cec_op_panel",
5577 "ComponentID": "0x5000",
5578
5579 "SRC": {
5580 "ReasonCode": "0x5003",
5581 "Words6To9": {}
5582 },
5583
Patrick Williams26919f02022-12-08 06:12:43 -06005584 "Callouts": [
5585 {
5586 "CalloutList": [
5587 {
5588 "Priority": "high",
5589 "Procedure": "bmc_code"
5590 }
5591 ]
5592 }
5593 ],
gikrish1c0cc7ec2022-02-24 12:40:51 -06005594
5595 "Documentation": {
5596 "Description": "Host Communication failure",
5597 "Message": "Error in sending message to host",
Patrick Williams26919f02022-12-08 06:12:43 -06005598 "Notes": ["Failure from PLDM sending message to", "Host"]
gikrish1c0cc7ec2022-02-24 12:40:51 -06005599 }
5600 },
5601
5602 {
5603 "Name": "com.ibm.Panel.Error.DbusError",
5604 "Subsystem": "cec_op_panel",
5605 "ComponentID": "0x5000",
5606
5607 "SRC": {
5608 "ReasonCode": "0x5004",
5609 "Words6To9": {}
5610 },
5611
Patrick Williams26919f02022-12-08 06:12:43 -06005612 "Callouts": [
5613 {
5614 "CalloutList": [
5615 {
5616 "Priority": "high",
5617 "Procedure": "bmc_code"
5618 }
5619 ]
5620 }
5621 ],
gikrish1c0cc7ec2022-02-24 12:40:51 -06005622
5623 "Documentation": {
5624 "Description": "Dbus exception",
5625 "Message": "A Dbus internal error occurred.",
5626 "Notes": [
5627 "This error occurs when Dbus operation fails.",
5628 "Exceptions details are captured in additional",
5629 "data."
5630 ]
5631 }
5632 },
5633
5634 {
Priyanga Ramasamy3aa27082022-08-24 06:34:38 -05005635 "Name": "com.ibm.Panel.Error.CodeUpdateFailure",
5636 "Subsystem": "cec_op_panel",
5637 "ComponentID": "0x5000",
5638
5639 "SRC": {
5640 "ReasonCode": "0x5005",
5641 "Words6To9": {}
5642 },
5643
5644 "Documentation": {
5645 "Description": "LCD/Bootfail PIC code update failure.",
5646 "Message": "Error while doing LCD/bootfail PIC code update.",
5647 "Notes": [
Priyanga Ramasamyfdd1dc02022-09-21 02:41:32 -05005648 "Panel firmware(LCD/bootfail PIC) update fails due to ",
5649 "unsupportable firmware version. Inventory path to the",
5650 "FRU on which PIC controller is physically present will",
5651 "be called out."
Priyanga Ramasamy3aa27082022-08-24 06:34:38 -05005652 ]
5653 }
5654 },
5655
5656 {
deepae3403252023-04-25 04:55:54 -05005657 "Name": "org.open_power.Host.Boot.Error.WatchdogTimedOut",
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005658 "Subsystem": "cec_sp_hostboot_iface",
5659
Patrick Williams26919f02022-12-08 06:12:43 -06005660 "SRC": {
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005661 "ReasonCode": "0xC101",
Patrick Williams26919f02022-12-08 06:12:43 -06005662 "Words6To9": {}
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005663 },
5664
Patrick Williams26919f02022-12-08 06:12:43 -06005665 "Documentation": {
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005666 "Description": "Host did not respond within the watchdog timeout interval",
5667 "Message": "Host did not respond before the watchdog timeout interval expired",
5668 "Notes": [
5669 "Host did not respond before the expiry of the watchdog timeout interval.",
5670 "Collecting hostboot dump."
5671 ]
5672 }
zamiseckbf61a982022-01-13 08:27:50 -06005673 },
5674
5675 {
5676 "Name": "xyz.openbmc_project.Software.Version.Error.Incompatible",
5677 "Subsystem": "bmc_firmware",
5678 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005679 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005680 "ReasonCode": "0x3601",
Patrick Williams26919f02022-12-08 06:12:43 -06005681 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005682 },
5683
5684 "Callouts": [
5685 {
5686 "CalloutList": [
5687 { "Priority": "high", "Procedure": "bmc_code" }
5688 ]
5689 }
5690 ],
5691
Patrick Williams26919f02022-12-08 06:12:43 -06005692 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005693 "Description": "A system component has a software version that is incompatible.",
5694 "Message": "A system component has a software version that is incompatible."
5695 }
5696 },
5697
5698 {
5699 "Name": "xyz.openbmc_project.Software.Version.Error.AlreadyExists",
5700 "Subsystem": "bmc_firmware",
5701 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005702 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005703 "ReasonCode": "0x3602",
Patrick Williams26919f02022-12-08 06:12:43 -06005704 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005705 },
5706
5707 "Callouts": [
5708 {
5709 "CalloutList": [
5710 { "Priority": "high", "Procedure": "bmc_code" }
5711 ]
5712 }
5713 ],
5714
Patrick Williams26919f02022-12-08 06:12:43 -06005715 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005716 "Description": "This image version already exists on the device.",
5717 "Message": "This image version already exists on the device."
5718 }
5719 },
5720
5721 {
5722 "Name": "xyz.openbmc_project.Software.Image.Error.UnTarFailure",
5723 "Subsystem": "bmc_firmware",
5724 "ComponentID": "0x3600",
Adriana Kobylak7ef3b9e2023-01-04 13:20:36 -06005725 "ActionFlags": ["report"],
Patrick Williams26919f02022-12-08 06:12:43 -06005726 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005727 "ReasonCode": "0x3603",
Patrick Williams26919f02022-12-08 06:12:43 -06005728 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005729 },
5730
5731 "Callouts": [
5732 {
5733 "CalloutList": [
5734 { "Priority": "high", "Procedure": "bmc_code" }
5735 ]
5736 }
5737 ],
5738
Patrick Williams26919f02022-12-08 06:12:43 -06005739 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005740 "Description": "An error occurred during untar.",
5741 "Message": "An error occurred during untar."
5742 }
5743 },
5744
5745 {
5746 "Name": "xyz.openbmc_project.Software.Image.Error.ManifestFileFailure",
5747 "Subsystem": "bmc_firmware",
5748 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005749 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005750 "ReasonCode": "0x3604",
Patrick Williams26919f02022-12-08 06:12:43 -06005751 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005752 },
5753
5754 "Callouts": [
5755 {
5756 "CalloutList": [
5757 { "Priority": "high", "Procedure": "bmc_code" }
5758 ]
5759 }
5760 ],
5761
Patrick Williams26919f02022-12-08 06:12:43 -06005762 "Documentation": {
zamiseck21de9f02022-03-23 13:41:31 -05005763 "Description": "An error occurred when reading the software image Manifest file.",
5764 "Message": "An error occurred when reading the software image Manifest file."
zamiseckbf61a982022-01-13 08:27:50 -06005765 }
5766 },
5767
5768 {
5769 "Name": "xyz.openbmc_project.Software.Image.Error.InternalFailure",
5770 "Subsystem": "bmc_firmware",
5771 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005772 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005773 "ReasonCode": "0x3605",
Patrick Williams26919f02022-12-08 06:12:43 -06005774 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005775 },
5776
5777 "Callouts": [
5778 {
5779 "CalloutList": [
5780 { "Priority": "high", "Procedure": "bmc_code" }
5781 ]
5782 }
5783 ],
5784
Patrick Williams26919f02022-12-08 06:12:43 -06005785 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005786 "Description": "The operation failed internally during processing the image.",
5787 "Message": "The operation failed internally during processing the image."
5788 }
5789 },
5790
5791 {
5792 "Name": "xyz.openbmc_project.Software.Image.Error.ImageFailure",
5793 "Subsystem": "bmc_firmware",
5794 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005795 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005796 "ReasonCode": "0x3606",
Patrick Williams26919f02022-12-08 06:12:43 -06005797 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005798 },
5799
5800 "Callouts": [
5801 {
5802 "CalloutList": [
5803 { "Priority": "high", "Procedure": "bmc_code" }
5804 ]
5805 }
5806 ],
5807
Patrick Williams26919f02022-12-08 06:12:43 -06005808 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005809 "Description": "An error occurred processing the image.",
5810 "Message": "An error occurred processing the image."
5811 }
5812 },
5813
5814 {
5815 "Name": "xyz.openbmc_project.Software.Image.Error.BusyFailure",
5816 "Subsystem": "bmc_firmware",
5817 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005818 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005819 "ReasonCode": "0x3607",
Patrick Williams26919f02022-12-08 06:12:43 -06005820 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005821 },
5822
5823 "Callouts": [
5824 {
5825 "CalloutList": [
5826 { "Priority": "high", "Procedure": "bmc_code" }
5827 ]
5828 }
5829 ],
5830
Patrick Williams26919f02022-12-08 06:12:43 -06005831 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005832 "Description": "The device is busy during the update.",
5833 "Message": "The device is busy during the update."
5834 }
zamiseck21de9f02022-03-23 13:41:31 -05005835 },
5836
5837 {
5838 "Name": "xyz.openbmc_project.Software.Version.Error.ExpiredAccessKey",
5839 "Subsystem": "bmc_firmware",
5840 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005841 "SRC": {
zamiseck21de9f02022-03-23 13:41:31 -05005842 "ReasonCode": "0x3608",
Patrick Williams26919f02022-12-08 06:12:43 -06005843 "Words6To9": {}
zamiseck21de9f02022-03-23 13:41:31 -05005844 },
5845
5846 "Callouts": [
5847 {
5848 "CalloutList": [
5849 { "Priority": "high", "Procedure": "bmc_code" }
5850 ]
5851 }
5852 ],
5853
Patrick Williams26919f02022-12-08 06:12:43 -06005854 "Documentation": {
zamiseck21de9f02022-03-23 13:41:31 -05005855 "Description": "The Update Access Key has expired.",
5856 "Message": "The Update Access Key has expired."
5857 }
5858 },
5859
5860 {
5861 "Name": "xyz.openbmc_project.Software.Version.Error.InvalidSignature",
5862 "Subsystem": "bmc_firmware",
5863 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005864 "SRC": {
zamiseck21de9f02022-03-23 13:41:31 -05005865 "ReasonCode": "0x3609",
Patrick Williams26919f02022-12-08 06:12:43 -06005866 "Words6To9": {}
zamiseck21de9f02022-03-23 13:41:31 -05005867 },
5868
5869 "Callouts": [
5870 {
5871 "CalloutList": [
5872 { "Priority": "high", "Procedure": "bmc_code" }
5873 ]
5874 }
5875 ],
5876
Patrick Williams26919f02022-12-08 06:12:43 -06005877 "Documentation": {
zamiseck21de9f02022-03-23 13:41:31 -05005878 "Description": "The software image has an invalid signature.",
5879 "Message": "The software image has an invalid signature"
5880 }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005881 },
zamiseck0ad7a822022-05-24 17:25:58 -05005882
5883 {
Patrick Williams26919f02022-12-08 06:12:43 -06005884 "Name": "xyz.openbmc_project.Software.Version.Error.HostFile",
5885 "Subsystem": "bmc_firmware",
5886 "ComponentID": "0x3600",
zamiseck0ad7a822022-05-24 17:25:58 -05005887
Patrick Williams26919f02022-12-08 06:12:43 -06005888 "SRC": {
5889 "ReasonCode": "0x360A",
5890 "Words6To9": {
5891 "6": {
5892 "Description": "Size of the current running partition",
5893 "AdditionalDataPropSource": "CURRENT_FILE_SIZE"
zamiseck0ad7a822022-05-24 17:25:58 -05005894 },
Patrick Williams26919f02022-12-08 06:12:43 -06005895 "7": {
5896 "Description": "Size of the read only partition",
5897 "AdditionalDataPropSource": "EXPECTED_FILE_SIZE"
zamiseck0ad7a822022-05-24 17:25:58 -05005898 }
5899 }
5900 },
5901 "Callouts": [
5902 {
5903 "CalloutList": [
5904 { "Priority": "high", "Procedure": "bmc_code" }
5905 ]
5906 }
5907 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005908 "Documentation": {
5909 "Description": "Corrupted or changed preserved file",
5910 "Message": "Partition was not preserved on reboot",
5911 "Notes": [
zamiseck0ad7a822022-05-24 17:25:58 -05005912 "This error may occur if one of the partitions marked",
5913 "PRESERVED is either corrupted, or a change of size is ",
5914 "desired for a particular partition."
5915 ]
5916 }
5917 },
5918
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005919 {
5920 "Name": "xyz.openbmc_project.PLDM.Error.findDumpObjPath.GetManagedObjectsFail",
5921 "Subsystem": "bmc_firmware",
5922 "ComponentID": "0x6000",
5923 "Severity": "predictive",
Patrick Williams26919f02022-12-08 06:12:43 -06005924 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005925 "ReasonCode": "0x6001",
Patrick Williams26919f02022-12-08 06:12:43 -06005926 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005927 },
5928 "Callouts": [
5929 {
5930 "CalloutList": [
5931 { "Priority": "high", "Procedure": "bmc_code" }
5932 ]
5933 }
5934 ],
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005935
Patrick Williams26919f02022-12-08 06:12:43 -06005936 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005937 "Description": "Failed to get the requested dump object path.",
5938 "Message": "Failed to get the requested dump object path from the system."
5939 }
5940 },
5941 {
5942 "Name": "xyz.openbmc_project.PLDM.Error.newFileAvailable.NewDumpNotifyFail",
5943 "Subsystem": "bmc_firmware",
5944 "ComponentID": "0x6000",
5945 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005946 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005947 "ReasonCode": "0x6002",
Patrick Williams26919f02022-12-08 06:12:43 -06005948 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005949 },
5950 "Callouts": [
5951 {
5952 "CalloutList": [
5953 { "Priority": "high", "Procedure": "bmc_code" }
5954 ]
5955 }
5956 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005957 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005958 "Description": "Failed to make a new dump notify request to the dump manager application.",
5959 "Message": "Failed to make a new dump notify request to the dump manager application."
5960 }
5961 },
5962 {
5963 "Name": "xyz.openbmc_project.PLDM.Error.DumpHandler.getOffloadUriFail",
5964 "Subsystem": "bmc_firmware",
5965 "ComponentID": "0x6000",
5966 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005967 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005968 "ReasonCode": "0x6003",
Patrick Williams26919f02022-12-08 06:12:43 -06005969 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005970 },
5971 "Callouts": [
5972 {
5973 "CalloutList": [
5974 { "Priority": "high", "Procedure": "bmc_code" }
5975 ]
5976 }
5977 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005978 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005979 "Description": "Failed to get the dump offload URI path from the dump entry.",
5980 "Message": "Failed to get the dump offload URI path from the dump entry."
5981 }
5982 },
5983 {
5984 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.ResourceDumpFileAckFail",
5985 "Subsystem": "bmc_firmware",
5986 "ComponentID": "0x6000",
5987 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -06005988 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005989 "ReasonCode": "0x6004",
Patrick Williams26919f02022-12-08 06:12:43 -06005990 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005991 },
5992 "Callouts": [
5993 {
5994 "CalloutList": [
5995 { "Priority": "medium", "Procedure": "bmc_code" }
5996 ]
5997 }
5998 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005999 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006000 "Description": "The hypervisor rejected the request to initiate a new resource dump.",
6001 "Message": "The hypervisor rejected the request to initiate a new resource dump."
6002 }
6003 },
6004 {
6005 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.SourceDumpIdResetFail",
6006 "Subsystem": "bmc_firmware",
6007 "ComponentID": "0x6000",
6008 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006009 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006010 "ReasonCode": "0x6005",
Patrick Williams26919f02022-12-08 06:12:43 -06006011 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006012 },
6013 "Callouts": [
6014 {
6015 "CalloutList": [
6016 { "Priority": "high", "Procedure": "bmc_code" }
6017 ]
6018 }
6019 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006020 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006021 "Description": "Failed to reset the dump ID, due to this requested dump will not be deleted.",
6022 "Message": "Failed to reset the dump ID, due to this requested dump will not be deleted."
6023 }
6024 },
6025 {
6026 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryDeleteFail",
6027 "Subsystem": "bmc_firmware",
6028 "ComponentID": "0x6000",
6029 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006030 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006031 "ReasonCode": "0x6006",
Patrick Williams26919f02022-12-08 06:12:43 -06006032 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006033 },
6034 "Callouts": [
6035 {
6036 "CalloutList": [
6037 { "Priority": "high", "Procedure": "bmc_code" }
6038 ]
6039 }
6040 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006041 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006042 "Description": "Failed to carry out the dump delete request from the hypervisor.",
6043 "Message": "Failed to carry out the dump delete request from the hypervisor."
6044 }
6045 },
6046 {
6047 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryOffloadedSetFail",
6048 "Subsystem": "bmc_firmware",
6049 "ComponentID": "0x6000",
6050 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006051 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006052 "ReasonCode": "0x6007",
Patrick Williams26919f02022-12-08 06:12:43 -06006053 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006054 },
6055 "Callouts": [
6056 {
6057 "CalloutList": [
6058 { "Priority": "high", "Procedure": "bmc_code" }
6059 ]
6060 }
6061 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006062 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006063 "Description": "Failed to set the dump offloaded completion flag in the dump entry.",
6064 "Message": "Failed to set the dump offloaded completion flag in the dump entry."
6065 }
6066 },
6067 {
6068 "Name": "xyz.openbmc_project.PLDM.Error.readIntoMemory.GetFilepathFail",
6069 "Subsystem": "bmc_firmware",
6070 "ComponentID": "0x6000",
6071 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006072 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006073 "ReasonCode": "0x6008",
Patrick Williams26919f02022-12-08 06:12:43 -06006074 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006075 },
6076 "Callouts": [
6077 {
6078 "CalloutList": [
6079 { "Priority": "high", "Procedure": "bmc_code" }
6080 ]
6081 }
6082 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006083 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006084 "Description": "Failed to get the file path for the BMC dump and offload to the hypervisor.",
6085 "Message": "Failed to get the file path for the BMC dump and offload to the hypervisor."
6086 }
6087 },
6088 {
6089 "Name": "xyz.openbmc_project.PLDM.Error.read.GetFilepathFail",
6090 "Subsystem": "bmc_firmware",
6091 "ComponentID": "0x6000",
6092 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006093 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006094 "ReasonCode": "0x6009",
Patrick Williams26919f02022-12-08 06:12:43 -06006095 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006096 },
6097 "Callouts": [
6098 {
6099 "CalloutList": [
6100 { "Priority": "high", "Procedure": "bmc_code" }
6101 ]
6102 }
6103 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006104 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006105 "Description": "Failed to get the file path for the BMC dump and offload to the hypervisor.",
6106 "Message": "Failed to get the file path for the BMC dump and offload to the hypervisor."
6107 }
6108 },
6109 {
6110 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.ResourceDumpFileAckWithMetaDataFail",
6111 "Subsystem": "bmc_firmware",
6112 "ComponentID": "0x6000",
6113 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -06006114 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006115 "ReasonCode": "0x6010",
Patrick Williams26919f02022-12-08 06:12:43 -06006116 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006117 },
6118 "Callouts": [
6119 {
6120 "CalloutList": [
6121 { "Priority": "medium", "Procedure": "bmc_code" }
6122 ]
6123 }
6124 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006125 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006126 "Description": "Could not create a new resource dump due to hypervisor verification failed.",
6127 "Message": "Could not create a new resource dump due to hypervisor verification failed."
6128 }
6129 },
6130 {
6131 "Name": "xyz.openbmc_project.PLDM.Error.fileAckWithMetaData.DumpEntryOffloadedSetFail",
6132 "Subsystem": "bmc_firmware",
6133 "ComponentID": "0x6000",
6134 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006135 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006136 "ReasonCode": "0x6011",
Patrick Williams26919f02022-12-08 06:12:43 -06006137 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006138 },
6139 "Callouts": [
6140 {
6141 "CalloutList": [
6142 { "Priority": "high", "Procedure": "bmc_code" }
6143 ]
6144 }
6145 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006146 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006147 "Description": "Failed to set the dump offload completion flag in the dump entry details.",
6148 "Message": "Failed to set the dump offload completion flag in the dump entry details."
6149 }
6150 },
6151 {
6152 "Name": "xyz.openbmc_project.PLDM.Error.newFileAvailableWithMetaData.NewDumpNotifyFail",
6153 "Subsystem": "bmc_firmware",
6154 "ComponentID": "0x6000",
6155 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006156 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006157 "ReasonCode": "0x6012",
Patrick Williams26919f02022-12-08 06:12:43 -06006158 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006159 },
6160 "Callouts": [
6161 {
6162 "CalloutList": [
6163 { "Priority": "high", "Procedure": "bmc_code" }
6164 ]
6165 }
6166 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006167 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006168 "Description": "Failed to notify a new dump available request.",
6169 "Message": "Failed to notify a new dump available request."
6170 }
6171 },
6172 {
6173 "Name": "xyz.openbmc_project.PLDM.Error.sendNewFileAvailableCmd.SendDumpParametersFail",
6174 "Subsystem": "bmc_firmware",
6175 "ComponentID": "0x6000",
6176 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006177 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006178 "ReasonCode": "0x6013",
Patrick Williams26919f02022-12-08 06:12:43 -06006179 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006180 },
6181 "Callouts": [
6182 {
6183 "CalloutList": [
6184 { "Priority": "high", "Procedure": "bmc_code" }
6185 ]
6186 }
6187 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006188 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006189 "Description": "Failed to send the resource dump parameters for a new dump initiation.",
6190 "Message": "Failed to send the resource dump parameters for a new dump initiation."
6191 }
6192 },
6193 {
6194 "Name": "xyz.openbmc_project.PLDM.Error.SendFileToHostFail",
6195 "Subsystem": "bmc_firmware",
6196 "ComponentID": "0x6000",
6197 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006198 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006199 "ReasonCode": "0x6014",
Patrick Williams26919f02022-12-08 06:12:43 -06006200 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006201 },
6202 "Callouts": [
6203 {
6204 "CalloutList": [
6205 { "Priority": "high", "Procedure": "bmc_code" }
6206 ]
6207 }
6208 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006209 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006210 "Description": "Failed to send the certificate/license file to the host.",
6211 "Message": "Failed to send the certificate/license file to the host."
6212 }
6213 },
6214 {
6215 "Name": "xyz.openbmc_project.PLDM.Error.DecodeNewFileResponseFail",
6216 "Subsystem": "bmc_firmware",
6217 "ComponentID": "0x6000",
6218 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006219 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006220 "ReasonCode": "0x6015",
Patrick Williams26919f02022-12-08 06:12:43 -06006221 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006222 },
6223 "Callouts": [
6224 {
6225 "CalloutList": [
6226 { "Priority": "high", "Procedure": "bmc_code" }
6227 ]
6228 }
6229 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006230 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006231 "Description": "Failed to decode the response of certificate/license file sent to the host.",
6232 "Message": "Failed to decode the response of certificate/license file sent to the host."
6233 }
6234 },
6235 {
6236 "Name": "xyz.openbmc_project.PLDM.Error.NewFileAvailableRequestFail",
6237 "Subsystem": "bmc_firmware",
6238 "ComponentID": "0x6000",
6239 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006240 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006241 "ReasonCode": "0x6016",
Patrick Williams26919f02022-12-08 06:12:43 -06006242 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006243 },
6244 "Callouts": [
6245 {
6246 "CalloutList": [
6247 { "Priority": "high", "Procedure": "bmc_code" }
6248 ]
6249 }
6250 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006251 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006252 "Description": "Failed to send the new certificate/license file to the host.",
6253 "Message": "Failed to send the new certificate/license file to the host."
6254 }
6255 },
6256 {
6257 "Name": "xyz.openbmc_project.PLDM.Error.SetHostEffecterFailed",
6258 "Subsystem": "bmc_firmware",
6259 "ComponentID": "0x6000",
6260 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006261 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006262 "ReasonCode": "0x6017",
Patrick Williams26919f02022-12-08 06:12:43 -06006263 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006264 },
6265
6266 "Callouts": [
6267 {
6268 "CalloutList": [
6269 { "Priority": "high", "Procedure": "bmc_code" }
6270 ]
6271 }
6272 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006273 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006274 "Description": "Failed to set state effecter states.",
6275 "Message": "Failed to set state effecter states."
6276 }
6277 },
6278 {
6279 "Name": "xyz.openbmc_project.PLDM.Error.Generate.PDRJsonFileParseFail",
6280 "Subsystem": "bmc_firmware",
6281 "ComponentID": "0x6000",
6282 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006283 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006284 "ReasonCode": "0x6018",
Patrick Williams26919f02022-12-08 06:12:43 -06006285 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006286 },
6287 "Callouts": [
6288 {
6289 "CalloutList": [
6290 { "Priority": "high", "Procedure": "bmc_code" }
6291 ]
6292 }
6293 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006294 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006295 "Description": "Failed to parse PDR JSON file.",
6296 "Message": "Failed to parse PDR JSON file."
6297 }
6298 },
6299 {
6300 "Name": "xyz.openbmc_project.PLDM.Error.SetHostSensorState.GetStateSensorPDRFail",
6301 "Subsystem": "bmc_firmware",
6302 "ComponentID": "0x6000",
6303 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006304 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006305 "ReasonCode": "0x6019",
Patrick Williams26919f02022-12-08 06:12:43 -06006306 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006307 },
6308 "Callouts": [
6309 {
6310 "CalloutList": [
6311 { "Priority": "high", "Procedure": "bmc_code" }
6312 ]
6313 }
6314 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006315 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006316 "Description": "Failed to get state sensor PDR state.",
6317 "Message": "Failed to get state sensor PDR state."
6318 }
6319 },
6320 {
6321 "Name": "xyz.openbmc_project.PLDM.Error.SetHostSensorState.EncodeStateSensorFail",
6322 "Subsystem": "bmc_firmware",
6323 "ComponentID": "0x6000",
6324 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006325 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006326 "ReasonCode": "0x6020",
Patrick Williams26919f02022-12-08 06:12:43 -06006327 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006328 },
6329 "Callouts": [
6330 {
6331 "CalloutList": [
6332 { "Priority": "high", "Procedure": "bmc_code" }
6333 ]
6334 }
6335 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006336 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006337 "Description": "Failed to encode state sensor request.",
6338 "Message": "Failed to encode state sensor request."
6339 }
6340 },
6341 {
6342 "Name": "xyz.openbmc_project.PLDM.Error.CMsubscribeFailure",
6343 "Subsystem": "bmc_firmware",
6344 "ComponentID": "0x6000",
6345 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006346 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006347 "ReasonCode": "0x6021",
Patrick Williams26919f02022-12-08 06:12:43 -06006348 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006349 },
6350 "Callouts": [
6351 {
6352 "CalloutList": [
6353 { "Priority": "high", "Procedure": "bmc_code" }
6354 ]
6355 }
6356 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006357 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006358 "Description": "Failed to subscribe for concurrent maintenance of FRU.",
6359 "Message": "Failed to subscribe for concurrent maintenance of FRU."
6360 }
6361 },
6362 {
6363 "Name": "xyz.openbmc_project.PLDM.Error.setSurvTimer.RecvSurveillancePingFail",
6364 "Subsystem": "bmc_firmware",
6365 "ComponentID": "0x6000",
6366 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -06006367 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006368 "ReasonCode": "0x6022",
Patrick Williams26919f02022-12-08 06:12:43 -06006369 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006370 },
6371 "Callouts": [
6372 {
6373 "CalloutList": [
6374 { "Priority": "high", "Procedure": "bmc_code" }
6375 ]
6376 }
6377 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006378 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006379 "Description": "Host did not send a surveillance ping within stipulated timeout interval.",
6380 "Message": "Host did not send a surveillance ping within stipulated timeout interval."
6381 }
6382 },
6383 {
6384 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryOffloadUriSetFail",
6385 "Subsystem": "bmc_firmware",
6386 "ComponentID": "0x6000",
6387 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006388 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006389 "ReasonCode": "0x6023",
Patrick Williams26919f02022-12-08 06:12:43 -06006390 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006391 },
6392 "Callouts": [
6393 {
6394 "CalloutList": [
6395 { "Priority": "high", "Procedure": "bmc_code" }
6396 ]
6397 }
6398 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006399 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006400 "Description": "Failed to reset the dump offload URI path from the dump entry.",
6401 "Message": "Failed to reset the dump offload URI path from the dump entry."
6402 }
6403 },
6404 {
6405 "Name": "xyz.openbmc_project.PLDM.Error.SoftPowerOff.HostSoftOffTimeOut",
6406 "Subsystem": "bmc_firmware",
6407 "ComponentID": "0x6000",
6408 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006409 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006410 "ReasonCode": "0x6024",
Patrick Williams26919f02022-12-08 06:12:43 -06006411 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006412 },
6413 "Callouts": [
6414 {
6415 "CalloutList": [
6416 { "Priority": "high", "Procedure": "bmc_code" }
6417 ]
6418 }
6419 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006420 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006421 "Description": "Host failed to complete the power off gracefully within the timeout.",
6422 "Message": "Host failed to complete the power off gracefully within the timeout."
6423 }
Swarnendu Roy Chowdhury86cdcd52023-01-17 11:17:12 +05306424 },
6425 {
6426 "Name": "xyz.openbmc_project.Dump.Error.Invalidate",
6427 "Subsystem": "bmc_firmware",
6428 "ComponentID": "0x6000",
6429 "SRC": {
6430 "ReasonCode": "0x6025",
6431 "Words6To9": {}
6432 },
6433 "Documentation": {
6434 "Description": "Dump has been deleted/offloaded",
6435 "Message": "BMC/System/Resource dump has been deleted/offloaded"
6436 }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006437 }
Matt Spinler44792fd2019-09-26 15:58:58 -05006438 ]
6439}