blob: 7d68450b43deb0035ad48fc04c1fabb0049c032c [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 {
Matt Spinler8910bb72024-01-04 10:41:25 -0600483 "Name": "xyz.openbmc_project.Logging.Error.LogsCleared",
484 "Subsystem": "bmc_firmware",
485 "Severity": "non_error",
486
487 "SRC": {
488 "ReasonCode": "0x2007",
489 "Words6To9": {
490 "6": {
491 "Description": "Number of logs deleted",
492 "AdditionalDataPropSource": "NUM_LOGS"
493 }
494 }
495 },
496
497 "Documentation": {
498 "Description": "All event logs were deleted",
499 "Message": "All event logs were deleted",
500 "Notes": [
501 "This is an informational error noting that ",
502 "someone deleted all of the event logs."
503 ]
504 },
505
506 "JournalCapture": {
507 "Sections": [
508 {
509 "SyslogID": "systemd",
510 "NumLines": 10
511 }
512 ]
513 }
514 },
515
516 {
Marri Devender Raoead1be22020-03-28 05:50:59 -0500517 "Name": "org.open_power.PHAL.Error.Boot",
518 "Subsystem": "cec_hardware",
Ramesh Iyyar41e79dc2020-12-22 06:27:48 -0600519 "ComponentID": "0x3000",
Marri Devender Raoead1be22020-03-28 05:50:59 -0500520
Patrick Williams26919f02022-12-08 06:12:43 -0600521 "SRC": {
Ramesh Iyyar41e79dc2020-12-22 06:27:48 -0600522 "ReasonCode": "0x3001",
Patrick Williams26919f02022-12-08 06:12:43 -0600523 "Words6To9": {}
Marri Devender Raoead1be22020-03-28 05:50:59 -0500524 },
525
Patrick Williams26919f02022-12-08 06:12:43 -0600526 "Documentation": {
Michael Lim12429892022-03-10 16:11:25 -0600527 "Description": "Failure occurred during boot process",
528 "Message": "Failure occurred during boot process",
Marri Devender Raoead1be22020-03-28 05:50:59 -0500529 "Notes": [
530 "Debug traces will be captured in AdditionalData section"
531 ]
532 }
Ben Tyner34836322020-04-15 17:01:48 -0500533 },
534
535 {
Ramesh Iyyar78be2a22020-12-22 06:22:55 -0600536 "Name": "org.open_power.PHAL.Error.PrePowerOff",
537 "Subsystem": "cec_hardware",
538 "ComponentID": "0x3000",
539
Patrick Williams26919f02022-12-08 06:12:43 -0600540 "SRC": {
Ramesh Iyyar78be2a22020-12-22 06:22:55 -0600541 "ReasonCode": "0x3002",
Patrick Williams26919f02022-12-08 06:12:43 -0600542 "Words6To9": {}
Ramesh Iyyar78be2a22020-12-22 06:22:55 -0600543 },
544
Patrick Williams26919f02022-12-08 06:12:43 -0600545 "Documentation": {
Ramesh Iyyar78be2a22020-12-22 06:22:55 -0600546 "Description": "Failure occurred during PHAL pre-poweroff operations",
547 "Message": "Failure occurred during PHAL pre-poweroff operations",
548 "Notes": [
549 "Severity needs to be set based on needs for this registry.",
550 "FFDC (First Failure Data Collection) will be collected ",
551 "and added into PEL."
552 ]
553 }
554 },
555
556 {
Jayanth Othayothdb00d762021-07-13 02:48:19 -0500557 "Name": "org.open_power.PHAL.Error.devtreeSync",
558 "Subsystem": "cec_hardware",
559 "ComponentID": "0x3000",
560 "Severity": "unrecoverable",
561
Patrick Williams26919f02022-12-08 06:12:43 -0600562 "SRC": {
Jayanth Othayothdb00d762021-07-13 02:48:19 -0500563 "ReasonCode": "0x3003",
Patrick Williams26919f02022-12-08 06:12:43 -0600564 "Words6To9": {}
Jayanth Othayothdb00d762021-07-13 02:48:19 -0500565 },
566
Patrick Williams26919f02022-12-08 06:12:43 -0600567 "Documentation": {
Jayanth Othayothdb00d762021-07-13 02:48:19 -0500568 "Description": "Failure occurred during PHAL devtree sync ",
569 "Message": "Failure occurred during PHAL devtree sync",
Patrick Williams26919f02022-12-08 06:12:43 -0600570 "Notes": ["The journal should contain more information"]
Jayanth Othayothdb00d762021-07-13 02:48:19 -0500571 }
572 },
573
574 {
Jayanth Othayothf3e619a2021-07-13 03:58:06 -0500575 "Name": "org.open_power.PHAL.Error.devtreeBackup",
576 "Subsystem": "cec_hardware",
577 "ComponentID": "0x3000",
578 "Severity": "unrecoverable",
579
Patrick Williams26919f02022-12-08 06:12:43 -0600580 "SRC": {
Jayanth Othayothf3e619a2021-07-13 03:58:06 -0500581 "ReasonCode": "0x3004",
Patrick Williams26919f02022-12-08 06:12:43 -0600582 "Words6To9": {}
Jayanth Othayothf3e619a2021-07-13 03:58:06 -0500583 },
584
Patrick Williams26919f02022-12-08 06:12:43 -0600585 "Documentation": {
Jayanth Othayothf3e619a2021-07-13 03:58:06 -0500586 "Description": "Failure occurred during PHAL devtree backup ",
587 "Message": "Failure occurred during PHAL devtree backup",
Patrick Williams26919f02022-12-08 06:12:43 -0600588 "Notes": ["The journal should contain more information"]
Jayanth Othayothf3e619a2021-07-13 03:58:06 -0500589 }
590 },
591
592 {
Andrew Geisslerd54fd732021-07-20 14:07:12 -0400593 "Name": "org.open_power.PHAL.Error.HostRunning",
NodeMan970f57ddc2022-04-29 23:14:41 +0000594 "Subsystem": "cec_sp_hyp_iface",
Andrew Geisslerd54fd732021-07-20 14:07:12 -0400595 "ComponentID": "0x3000",
596
Patrick Williams26919f02022-12-08 06:12:43 -0600597 "SRC": {
Andrew Geisslerd54fd732021-07-20 14:07:12 -0400598 "ReasonCode": "0x3005",
Patrick Williams26919f02022-12-08 06:12:43 -0600599 "Words6To9": {}
Andrew Geisslerd54fd732021-07-20 14:07:12 -0400600 },
601
Patrick Williams26919f02022-12-08 06:12:43 -0600602 "Documentation": {
Andrew Geisslerd54fd732021-07-20 14:07:12 -0400603 "Description": "Host did not respond to BMC after a BMC reset",
604 "Message": "Host did not respond to BMC after a BMC reset but hardware indicates it is running",
605 "Notes": [
606 "System will be left in its current state to ensure host ",
607 "is not unexpectedly taken down. There is most likely an ",
608 "issue in the software or hardware communication path ",
609 "between the BMC and the Host firmware.",
610 "A BMC dump will be collected with relevant FFDC."
611 ]
612 }
613 },
614
615 {
Jayanth Othayoth7d2bea72021-11-29 07:26:34 -0600616 "Name": "org.open_power.PHAL.Error.devtreeReinit",
617 "Subsystem": "cec_hardware",
618 "ComponentID": "0x3000",
619 "Severity": "unrecoverable",
620
Patrick Williams26919f02022-12-08 06:12:43 -0600621 "SRC": {
Jayanth Othayoth7d2bea72021-11-29 07:26:34 -0600622 "ReasonCode": "0x3006",
Patrick Williams26919f02022-12-08 06:12:43 -0600623 "Words6To9": {}
Jayanth Othayoth7d2bea72021-11-29 07:26:34 -0600624 },
625
Patrick Williams26919f02022-12-08 06:12:43 -0600626 "Documentation": {
Jayanth Othayoth7d2bea72021-11-29 07:26:34 -0600627 "Description": "Failure re-initializing BMC to Host data structure",
628 "Message": "Failure occurred during re-initializing BMC to Host data structure",
Patrick Williams26919f02022-12-08 06:12:43 -0600629 "Notes": ["The journal should contain more information"]
Jayanth Othayoth7d2bea72021-11-29 07:26:34 -0600630 }
631 },
632
633 {
Jayanth Othayothe52dd952022-03-09 02:11:41 -0600634 "Name": "org.open_power.PHAL.Error.NonFunctionalBootProc",
635 "Subsystem": "cec_hardware",
636 "ComponentID": "0x3000",
637 "Severity": "unrecoverable",
638
Patrick Williams26919f02022-12-08 06:12:43 -0600639 "SRC": {
Jayanth Othayothe52dd952022-03-09 02:11:41 -0600640 "ReasonCode": "0x3007",
Patrick Williams26919f02022-12-08 06:12:43 -0600641 "Words6To9": {}
Jayanth Othayothe52dd952022-03-09 02:11:41 -0600642 },
643
Patrick Williams26919f02022-12-08 06:12:43 -0600644 "Documentation": {
Jayanth Othayothe52dd952022-03-09 02:11:41 -0600645 "Description": "Non functional boot processor",
646 "Message": "Non functional boot processor",
647 "Notes": [
648 "BMC firmware couldn't find functional primary processor",
649 "required to boot the host",
650 "Debug traces will be captured in AdditionalData section"
651 ]
652 }
653 },
654
655 {
Marri Devender Rao116428e2022-06-09 07:33:38 -0500656 "Name": "org.open_power.PHAL.Error.MPReboot",
657 "Subsystem": "cec_hardware",
658 "ComponentID": "0x3000",
659 "Severity": "unrecoverable",
660
Patrick Williams26919f02022-12-08 06:12:43 -0600661 "SRC": {
Marri Devender Rao116428e2022-06-09 07:33:38 -0500662 "ReasonCode": "0x3008",
Patrick Williams26919f02022-12-08 06:12:43 -0600663 "Words6To9": {}
Marri Devender Rao116428e2022-06-09 07:33:38 -0500664 },
665
666 "Callouts": [
667 {
Patrick Williams26919f02022-12-08 06:12:43 -0600668 "CalloutList": [
669 { "Priority": "high", "Procedure": "bmc_code" }
Marri Devender Rao116428e2022-06-09 07:33:38 -0500670 ]
671 }
672 ],
673
Patrick Williams26919f02022-12-08 06:12:43 -0600674 "Documentation": {
Marri Devender Rao116428e2022-06-09 07:33:38 -0500675 "Description": "Error during memory preserving reboot",
676 "Message": "Error during memory preserving reboot",
677 "Notes": [
678 "Software error occured during memory preserving reboot"
679 ]
680 }
Patrick Williams26919f02022-12-08 06:12:43 -0600681 },
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500682 {
683 "Name": "org.open_power.PHAL.Error.SpareClock",
684 "Subsystem": "cec_hardware",
685 "ComponentID": "0x3000",
686 "Severity": "non_error",
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500687
Patrick Williams26919f02022-12-08 06:12:43 -0600688 "SRC": {
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500689 "ReasonCode": "0x3009",
Patrick Williams26919f02022-12-08 06:12:43 -0600690 "Words6To9": {}
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500691 },
692
Jayanth Othayothb0820142022-10-27 02:16:48 -0500693 "Callouts": [
694 {
695 "System": "ibm,rainier",
696 "CalloutList": [
697 {
698 "Priority": "high",
699 "LocCode": "P0"
700 },
701 {
702 "Priority": "low",
703 "LocCode": "P0-C15"
704 }
705 ]
706 },
707 {
708 "System": "ibm,everest",
709 "CalloutList": [
710 {
711 "Priority": "high",
712 "LocCode": "P0"
713 },
714 {
715 "Priority": "low",
716 "LocCode": "P0-C61"
717 }
718 ]
719 }
720 ],
721
Patrick Williams26919f02022-12-08 06:12:43 -0600722 "Documentation": {
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500723 "Description": "Error during Spare clock initialisation",
724 "Message": "Error during Spare clock initialisation",
725 "Notes": [
Jayanth Othayothb0820142022-10-27 02:16:48 -0500726 "The clock symbolic FRU in the CalloutList provides the",
727 "reference to clock unit."
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500728 ]
729 }
Marri Devender Rao116428e2022-06-09 07:33:38 -0500730 },
731
732 {
Jayanth Othayoth21c1a5a2022-09-07 01:24:05 -0500733 "Name": "org.open_power.PHAL.Info.ClockDailyLog",
734 "Subsystem": "cec_clocks",
735 "ComponentID": "0x3000",
736 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -0600737 "ActionFlags": ["report", "call_home"],
Jayanth Othayoth21c1a5a2022-09-07 01:24:05 -0500738
Patrick Williams26919f02022-12-08 06:12:43 -0600739 "SRC": {
Jayanth Othayoth21c1a5a2022-09-07 01:24:05 -0500740 "ReasonCode": "0x300A",
Patrick Williams26919f02022-12-08 06:12:43 -0600741 "Words6To9": {}
Jayanth Othayoth21c1a5a2022-09-07 01:24:05 -0500742 },
743
Patrick Williams26919f02022-12-08 06:12:43 -0600744 "Documentation": {
Jayanth Othayoth21c1a5a2022-09-07 01:24:05 -0500745 "Description": "Informational error to house clock debug info",
746 "Message": "Informational error to house clock debug info",
747 "Notes": [
748 "User data includes processor and clock register state information."
749 ]
750 }
751 },
752
753 {
deepakala-kb1b342a2022-10-05 11:17:16 -0500754 "Name": "org.open_power.PHAL.Error.GuardPartitionAccess",
755 "Subsystem": "bmc_firmware",
756 "ComponentID": "0x3000",
757 "Severity": "predictive",
758
Patrick Williams26919f02022-12-08 06:12:43 -0600759 "SRC": {
deepakala-kb1b342a2022-10-05 11:17:16 -0500760 "ReasonCode": "0x300B",
Patrick Williams26919f02022-12-08 06:12:43 -0600761 "Words6To9": {}
deepakala-kb1b342a2022-10-05 11:17:16 -0500762 },
763
764 "Callouts": [
765 {
766 "CalloutList": [
767 { "Priority": "high", "Procedure": "bmc_code" }
768 ]
769 }
770 ],
771
Patrick Williams26919f02022-12-08 06:12:43 -0600772 "Documentation": {
deepakala-kb1b342a2022-10-05 11:17:16 -0500773 "Description": "Guard partition access failure",
774 "Message": "Guard partition access failure",
775 "Notes": [
776 "User data and journal should contain more information"
777 ]
778 }
779 },
780
781 {
Matt Spinler06634e82023-05-25 11:36:43 -0500782 "Name": "org.open_power.Proc.FSI.Error.MasterDetectionFailure",
783 "Subsystem": "cec_chip_iface",
784 "ComponentID": "0x3000",
785 "Severity": "unrecoverable",
786
787 "SRC": {
788 "ReasonCode": "0x300C",
789 "Words6To9": {}
790 },
791
792 "Documentation": {
793 "Description": "There was a failure while initializing the FSI links",
794 "Message": "There was a failure while initializing the FSI links",
795 "Notes": [
796 "The FSI device driver had a problem doing a scan.",
797 "The callouts are done based on the passed in FSI device path."
798 ]
799 },
800
801 "JournalCapture": {
802 "NumLines": 75
803 }
804 },
805
806 {
Matt Spinler70f561a2024-01-04 15:33:17 -0600807 "Name": "org.open_power.OCC.Firmware.Error.PresenceMismatch",
Eddie James62464b12022-05-25 15:47:15 -0500808 "Subsystem": "bmc_firmware",
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500809 "ComponentID": "0x2600",
Eddie James62464b12022-05-25 15:47:15 -0500810 "Severity": "predictive",
811
Patrick Williams26919f02022-12-08 06:12:43 -0600812 "SRC": {
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500813 "ReasonCode": "0x2681",
Patrick Williams26919f02022-12-08 06:12:43 -0600814 "Words6To9": {}
Eddie James62464b12022-05-25 15:47:15 -0500815 },
816
817 "Callouts": [
818 {
819 "CalloutList": [
820 { "Priority": "medium", "Procedure": "bmc_code" }
821 ]
822 }
823 ],
824
Patrick Williams26919f02022-12-08 06:12:43 -0600825 "Documentation": {
Eddie James62464b12022-05-25 15:47:15 -0500826 "Description": "OCC presence mismatch",
827 "Message": "BMC firmware detected incorrect number of OCCs",
828 "Notes": [
829 "The number of OCCs detected by the BMC does not match the number of OCCs detected by the OCC.",
830 "The BMC requests that the OCC reset."
831 ]
832 }
833 },
834
835 {
Matt Spinler70f561a2024-01-04 15:33:17 -0600836 "Name": "org.open_power.OCC.Device.Error.SafeState",
Eddie James62464b12022-05-25 15:47:15 -0500837 "Subsystem": "processor_chip",
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500838 "ComponentID": "0x2600",
Eddie James62464b12022-05-25 15:47:15 -0500839 "Severity": "non_error",
840
Patrick Williams26919f02022-12-08 06:12:43 -0600841 "SRC": {
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500842 "ReasonCode": "0x2682",
Patrick Williams26919f02022-12-08 06:12:43 -0600843 "Words6To9": {}
Eddie James62464b12022-05-25 15:47:15 -0500844 },
845
Patrick Williams26919f02022-12-08 06:12:43 -0600846 "Documentation": {
Eddie James62464b12022-05-25 15:47:15 -0500847 "Description": "OCC safe state",
848 "Message": "OCC in safe state while active for one minute",
849 "Notes": [
850 "The BMC detected that the OCC was in safe state for one minute while active.",
851 "The BMC requests that the OCC reset."
852 ]
853 }
854 },
855
856 {
Matt Spinler70f561a2024-01-04 15:33:17 -0600857 "Name": "org.open_power.OCC.Device.Error.ReadFailure",
Eddie James62464b12022-05-25 15:47:15 -0500858 "Subsystem": "cec_chip_iface",
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500859 "ComponentID": "0x2600",
Eddie James62464b12022-05-25 15:47:15 -0500860 "Severity": "predictive",
861
Patrick Williams26919f02022-12-08 06:12:43 -0600862 "SRC": {
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500863 "ReasonCode": "0x2683",
Patrick Williams26919f02022-12-08 06:12:43 -0600864 "Words6To9": {}
Eddie James62464b12022-05-25 15:47:15 -0500865 },
866
Patrick Williams26919f02022-12-08 06:12:43 -0600867 "Documentation": {
Eddie James62464b12022-05-25 15:47:15 -0500868 "Description": "OCC communication failure",
869 "Message": "BMC failed to communicate with the OCC",
870 "Notes": [
871 "The BMC failed to communicate with the OCC and retried three times.",
872 "The BMC requests that the OCC reset."
873 ]
874 }
875 },
876
877 {
Matt Spinler70f561a2024-01-04 15:33:17 -0600878 "Name": "org.open_power.OCC.Device.Error.OpenFailure",
879 "Subsystem": "cec_chip_iface",
880 "ComponentID": "0x2600",
881 "Severity": "predictive",
882
883 "SRC": {
884 "ReasonCode": "0x2684",
885 "Words6To9": {}
886 },
887
888 "Documentation": {
889 "Description": "OCC communication failure",
890 "Message": "BMC failed to communicate with the OCC",
891 "Notes": [
892 "There was a failure trying to open an OCC device driver file"
893 ]
894 }
895 },
896
897 {
Ramesh Iyyarb3d45ed2021-12-07 09:18:19 -0600898 "Name": "org.open_power.HardwareIsolation.Error",
899 "Subsystem": "cec_hardware",
900 "ComponentID": "0x3100",
901
Patrick Williams26919f02022-12-08 06:12:43 -0600902 "SRC": {
Ramesh Iyyarb3d45ed2021-12-07 09:18:19 -0600903 "ReasonCode": "0x3101",
Patrick Williams26919f02022-12-08 06:12:43 -0600904 "Words6To9": {}
Ramesh Iyyarb3d45ed2021-12-07 09:18:19 -0600905 },
906
Patrick Williams26919f02022-12-08 06:12:43 -0600907 "Documentation": {
Michael Lim12429892022-03-10 16:11:25 -0600908 "Description": "Failure occurred during hardware isolation operations",
909 "Message": "Failure occurred during hardware isolation operations",
Ramesh Iyyarb3d45ed2021-12-07 09:18:19 -0600910 "Notes": [
911 "Severity needs to be set based on needs for this registry.",
912 "Debug traces will be captured in AdditionalData section"
913 ]
914 }
915 },
916
917 {
Marri Devender Rao109fc142023-09-14 12:34:40 +0530918 "Name": "org.open_power.Faultlog.PoweronTime.ReadFail",
919 "Subsystem": "bmc_firmware",
920 "ComponentID": "0xF100",
921
922 "SRC": {
923 "ReasonCode": "0xF101",
924 "Words6To9": {}
925 },
926
927 "Documentation": {
928 "Description": "Failure to read chassis poweron time from persistent file",
929 "Message": "Failure to read chassis poweron time from persistent file",
930 "Notes": [
931 "Severity needs to be set based on needs for this registry.",
932 "Debug traces will be captured in AdditionalData section"
933 ]
934 }
935 },
936
937 {
938 "Name": "org.open_power.Faultlog.PoweronTime.WriteFail",
939 "Subsystem": "bmc_firmware",
940 "ComponentID": "0xF100",
941
942 "SRC": {
943 "ReasonCode": "0xF102",
944 "Words6To9": {}
945 },
946
947 "Documentation": {
948 "Description": "Failure to write chassis poweron time to persistent file",
949 "Message": "Failure to write chassis poweron time to persistent file",
950 "Notes": [
951 "Severity needs to be set based on needs for this registry.",
952 "Debug traces will be captured in AdditionalData section"
953 ]
954 }
955 },
956
957 {
Marri Devender Rao385446b2023-04-14 00:16:35 -0500958 "Name": "org.open_power.Faultlog.Error.DeconfiguredHW",
959 "Subsystem": "cec_hardware",
960 "Severity": "predictive",
Matt Spinlera6c4ba72023-05-24 13:11:49 -0500961 "ComponentID": "0xF100",
Marri Devender Rao385446b2023-04-14 00:16:35 -0500962 "SRC": {
Matt Spinlera6c4ba72023-05-24 13:11:49 -0500963 "ReasonCode": "0xF138",
Marri Devender Rao385446b2023-04-14 00:16:35 -0500964 "Words6To9": {
965 "6": {
Marri Devender Raof0200b52023-06-14 12:46:05 +0530966 "Description": "Number of system guard records if any",
967 "AdditionalDataPropSource": "GUARD_RECORD_COUNT"
Marri Devender Rao385446b2023-04-14 00:16:35 -0500968 },
969 "8": {
Marri Devender Raof0200b52023-06-14 12:46:05 +0530970 "Description": "Number of PEL's having deconfig bit set",
971 "AdditionalDataPropSource": "PEL_WITH_DECONFIG_BIT_COUNT"
Marri Devender Rao385446b2023-04-14 00:16:35 -0500972 }
973 }
974 },
975 "Callouts": [
976 {
977 "CalloutList": [
978 {
979 "Priority": "high",
980 "Procedure": "detected_issue_need_service"
981 }
982 ]
983 }
984 ],
985 "Documentation": {
986 "Description": "Firmware detected either a FRU deconfigured And/Or guard record",
987 "Message": "Firmware detected either a FRU deconfigured And/Or guard record",
988 "Notes": [
989 "Either Guard And/Or Deconfiguration records found during periodic check ",
990 "as part of the NAG event. Look into the BMC Nag dump for more details. ",
991 "This is a reminder for servicing faulty hardware pending service present ",
992 "in the system."
993 ]
994 }
995 },
996
997 {
Andrew Geissler8034dde2021-09-10 14:43:03 -0500998 "Name": "xyz.openbmc_project.State.Error.HostNotRunning",
999 "Subsystem": "cec_sp_hostboot_iface",
1000 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001001 "SRC": {
Andrew Geissler8034dde2021-09-10 14:43:03 -05001002 "ReasonCode": "0x3401",
Patrick Williams26919f02022-12-08 06:12:43 -06001003 "Words6To9": {}
Andrew Geissler8034dde2021-09-10 14:43:03 -05001004 },
Patrick Williams26919f02022-12-08 06:12:43 -06001005 "Documentation": {
Andrew Geissler8034dde2021-09-10 14:43:03 -05001006 "Description": "Host was booting or booted before BMC reset but is now unresponsive",
1007 "Message": "Host did not respond to BMC after a BMC reset but it was booting or booted prior to the BMC reboot",
1008 "Notes": [
1009 "System will follow recovery policy, resulting in this ",
1010 "error and most likely a a reboot of the host. The issue ",
1011 "is most likely the result of the BMC rebooting while the ",
1012 "host was booting and in a state where it still needed ",
1013 "the BMC to complete its boot."
1014 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001015 },
1016
1017 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001018 "NumLines": 100
Andrew Geissler8034dde2021-09-10 14:43:03 -05001019 }
1020 },
1021
1022 {
Andrew Geissler808f6302022-02-24 13:55:18 -06001023 "Name": "xyz.openbmc_project.State.ChassisPowerBad",
1024 "Subsystem": "input_power_source",
1025 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001026 "SRC": {
Andrew Geissler808f6302022-02-24 13:55:18 -06001027 "ReasonCode": "0x3402",
Patrick Williams26919f02022-12-08 06:12:43 -06001028 "Words6To9": {}
Andrew Geissler808f6302022-02-24 13:55:18 -06001029 },
1030 "Callouts": [
1031 {
Patrick Williams26919f02022-12-08 06:12:43 -06001032 "CalloutList": [
1033 {
1034 "Priority": "high",
1035 "Procedure": "next_level_support"
1036 }
1037 ]
Andrew Geissler808f6302022-02-24 13:55:18 -06001038 }
1039 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001040 "Documentation": {
Andrew Geissler808f6302022-02-24 13:55:18 -06001041 "Description": "Chassis input power is in a bad state",
1042 "Message": "Chassis input power is in a bad state, look for other logs with more details",
1043 "Notes": [
1044 "The system is most likely in a limited power situation. ",
1045 "There is enough power for the BMC to operate but not the ",
1046 "CEC hardware. Check for UPS or brownout logs."
1047 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001048 },
1049
1050 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001051 "NumLines": 100
Andrew Geissler808f6302022-02-24 13:55:18 -06001052 }
1053 },
1054
1055 {
Andrew Geissler4c360ec2022-02-24 14:09:37 -06001056 "Name": "xyz.openbmc_project.State.PinholeReset",
1057 "Subsystem": "cec_op_panel",
1058 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001059 "SRC": {
Andrew Geissler4c360ec2022-02-24 14:09:37 -06001060 "ReasonCode": "0x3403",
Patrick Williams26919f02022-12-08 06:12:43 -06001061 "Words6To9": {}
Andrew Geissler4c360ec2022-02-24 14:09:37 -06001062 },
Patrick Williams26919f02022-12-08 06:12:43 -06001063 "Documentation": {
Andrew Geissler4c360ec2022-02-24 14:09:37 -06001064 "Description": "User initiated a pinhole reset via the op-panel",
1065 "Message": "User initiated a pinhole reset via the op-panel",
1066 "Notes": [
1067 "This is a notification log to record the fact that a ",
1068 "pinhole reset was performed on the BMC, resulting in a ",
1069 "hard reset of the BMC."
1070 ]
1071 }
1072 },
1073
1074 {
Andrew Geisslerfbb18242022-02-24 14:30:02 -06001075 "Name": "xyz.openbmc_project.State.Error.CriticalServiceFailure",
1076 "Subsystem": "bmc_firmware",
1077 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001078 "SRC": {
Andrew Geisslerfbb18242022-02-24 14:30:02 -06001079 "ReasonCode": "0x3404",
Patrick Williams26919f02022-12-08 06:12:43 -06001080 "Words6To9": {}
Andrew Geisslerfbb18242022-02-24 14:30:02 -06001081 },
1082 "Callouts": [
1083 {
Patrick Williams26919f02022-12-08 06:12:43 -06001084 "CalloutList": [
1085 {
1086 "Priority": "high",
1087 "Procedure": "next_level_support"
1088 }
1089 ]
Andrew Geisslerfbb18242022-02-24 14:30:02 -06001090 }
1091 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001092 "Documentation": {
Andrew Geisslerfbb18242022-02-24 14:30:02 -06001093 "Description": "A critical BMC application has failed on the system",
1094 "Message": "A critical BMC application has failed on the system, the BMC is in an undefined state",
1095 "Notes": [
1096 "As a part of generating this error log, a BMC dump has ",
1097 "also been generated. Please collect this dump if possible. ",
1098 "The BMC state is undefined but basic services could still ",
1099 "be available. Usually an AC cycle of the entire system is ",
1100 "the best recovery option from this error."
1101 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001102 },
1103
1104 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001105 "NumLines": 100
Andrew Geisslerfbb18242022-02-24 14:30:02 -06001106 }
1107 },
1108
1109 {
Andrew Geisslerf83efe92022-03-10 15:06:17 -06001110 "Name": "xyz.openbmc_project.State.Error.SecurityCheckFail",
1111 "Subsystem": "bmc_firmware",
1112 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001113 "SRC": {
Andrew Geisslerf83efe92022-03-10 15:06:17 -06001114 "ReasonCode": "0x3405",
Patrick Williams26919f02022-12-08 06:12:43 -06001115 "Words6To9": {}
Andrew Geisslerf83efe92022-03-10 15:06:17 -06001116 },
1117 "Callouts": [
1118 {
Patrick Williams26919f02022-12-08 06:12:43 -06001119 "CalloutList": [
1120 {
1121 "Priority": "high",
1122 "Procedure": "next_level_support"
1123 }
1124 ]
Andrew Geisslerf83efe92022-03-10 15:06:17 -06001125 }
1126 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001127 "Documentation": {
Andrew Geisslerf83efe92022-03-10 15:06:17 -06001128 "Description": "A firmware security check has failed",
1129 "Message": "A firmware security check has failed, most likely something is not configured correctly",
1130 "Notes": [
1131 "This log is only generated in the manufacturing ",
1132 "environment and it indicates that something has not ",
1133 "been configured correctly. Use the data in the PEL to ",
1134 "determine what that is."
1135 ]
1136 }
1137 },
1138
1139 {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001140 "Name": "xyz.openbmc_project.State.BMC.Error.MultiUserTargetFailure",
1141 "Subsystem": "bmc_firmware",
1142 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001143 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001144 "ReasonCode": "0x3406",
Patrick Williams26919f02022-12-08 06:12:43 -06001145 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001146 },
1147 "Callouts": [
1148 {
Patrick Williams26919f02022-12-08 06:12:43 -06001149 "CalloutList": [
1150 {
1151 "Priority": "high",
1152 "Procedure": "next_level_support"
1153 }
1154 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001155 }
1156 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001157 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001158 "Description": "The system has failed to reach BMC Ready state",
1159 "Message": "The system has failed to reach BMC Ready state, look for other errors",
1160 "Notes": [
1161 "This log indicates a critical BMC application required ",
1162 "for the BMC to reach Ready state has failed to start ",
1163 "successfully. Look in the log for other errors indicating ",
1164 "what has failed."
1165 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001166 },
1167
1168 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001169 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001170 }
1171 },
1172
1173 {
1174 "Name": "xyz.openbmc_project.State.Chassis.Error.PowerOnFailure",
1175 "Subsystem": "bmc_firmware",
1176 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001177 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001178 "ReasonCode": "0x3407",
Patrick Williams26919f02022-12-08 06:12:43 -06001179 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001180 },
1181 "Callouts": [
1182 {
Patrick Williams26919f02022-12-08 06:12:43 -06001183 "CalloutList": [
1184 {
1185 "Priority": "high",
1186 "Procedure": "next_level_support"
1187 }
1188 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001189 }
1190 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001191 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001192 "Description": "The system has failed to reach chassis power on state",
1193 "Message": "The system has failed to reach chassis power on state, look for other errors",
1194 "Notes": [
1195 "This log indicates a critical BMC application required ",
1196 "for the BMC to power on the chassis has failed to start ",
1197 "successfully. Look in the log for other errors indicating ",
1198 "what has failed."
1199 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001200 },
1201
1202 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001203 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001204 }
1205 },
1206
1207 {
1208 "Name": "xyz.openbmc_project.State.Chassis.Error.PowerOffFailure",
1209 "Subsystem": "bmc_firmware",
1210 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001211 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001212 "ReasonCode": "0x3408",
Patrick Williams26919f02022-12-08 06:12:43 -06001213 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001214 },
1215 "Callouts": [
1216 {
Patrick Williams26919f02022-12-08 06:12:43 -06001217 "CalloutList": [
1218 {
1219 "Priority": "high",
1220 "Procedure": "next_level_support"
1221 }
1222 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001223 }
1224 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001225 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001226 "Description": "The system has failed to reach chassis power off state",
1227 "Message": "The system has failed to reach chassis power off state, look for other errors",
1228 "Notes": [
1229 "This log indicates a critical BMC application required ",
1230 "for the BMC to power off the chassis has failed to start ",
1231 "successfully. Look in the log for other errors indicating ",
1232 "what has failed."
1233 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001234 },
1235
1236 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001237 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001238 }
1239 },
1240
1241 {
1242 "Name": "xyz.openbmc_project.State.Host.Error.HostStartFailure",
1243 "Subsystem": "bmc_firmware",
1244 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001245 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001246 "ReasonCode": "0x3409",
Patrick Williams26919f02022-12-08 06:12:43 -06001247 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001248 },
1249 "Callouts": [
1250 {
Patrick Williams26919f02022-12-08 06:12:43 -06001251 "CalloutList": [
1252 {
1253 "Priority": "high",
1254 "Procedure": "next_level_support"
1255 }
1256 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001257 }
1258 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001259 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001260 "Description": "The system has failed to start the host firmware",
1261 "Message": "The system has failed to start the host firmware, look for other errors",
1262 "Notes": [
1263 "This log indicates a critical BMC application required ",
1264 "for the BMC to start the host has failed to start ",
1265 "successfully. Look in the log for other errors indicating ",
1266 "what has failed."
1267 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001268 },
1269
1270 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001271 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001272 }
1273 },
1274
1275 {
1276 "Name": "xyz.openbmc_project.State.Host.Error.HostStartMinFailure",
1277 "Subsystem": "bmc_firmware",
1278 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001279 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001280 "ReasonCode": "0x3410",
Patrick Williams26919f02022-12-08 06:12:43 -06001281 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001282 },
1283 "Callouts": [
1284 {
Patrick Williams26919f02022-12-08 06:12:43 -06001285 "CalloutList": [
1286 {
1287 "Priority": "high",
1288 "Procedure": "next_level_support"
1289 }
1290 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001291 }
1292 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001293 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001294 "Description": "The system has failed to start the host firmware",
1295 "Message": "The system has failed to start the host firmware, look for other errors",
1296 "Notes": [
1297 "This log indicates a critical BMC application required ",
1298 "for the BMC to start the host has failed to start ",
1299 "successfully. Look in the log for other errors indicating ",
1300 "what has failed."
1301 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001302 },
1303
1304 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001305 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001306 }
1307 },
1308
1309 {
1310 "Name": "xyz.openbmc_project.State.Host.Error.HostShutdownFailure",
1311 "Subsystem": "bmc_firmware",
1312 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001313 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001314 "ReasonCode": "0x3411",
Patrick Williams26919f02022-12-08 06:12:43 -06001315 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001316 },
1317 "Callouts": [
1318 {
Patrick Williams26919f02022-12-08 06:12:43 -06001319 "CalloutList": [
1320 {
1321 "Priority": "high",
1322 "Procedure": "next_level_support"
1323 }
1324 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001325 }
1326 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001327 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001328 "Description": "The system has failed to shutdown the host firmware",
1329 "Message": "The system has failed to shutdown the host firmware, look for other errors",
1330 "Notes": [
1331 "This log indicates a critical BMC application required ",
1332 "to shutdown the host firmware has failed to start ",
1333 "successfully. Look in the log for other errors indicating ",
1334 "what has failed."
1335 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001336 },
1337
1338 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001339 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001340 }
1341 },
1342
1343 {
1344 "Name": "xyz.openbmc_project.State.Host.Error.HostStopFailure",
1345 "Subsystem": "bmc_firmware",
1346 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001347 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001348 "ReasonCode": "0x3412",
Patrick Williams26919f02022-12-08 06:12:43 -06001349 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001350 },
1351 "Callouts": [
1352 {
Patrick Williams26919f02022-12-08 06:12:43 -06001353 "CalloutList": [
1354 {
1355 "Priority": "high",
1356 "Procedure": "next_level_support"
1357 }
1358 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001359 }
1360 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001361 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001362 "Description": "The system has failed to stop the host firmware",
1363 "Message": "The system has failed to stop the host firmware, look for other errors",
1364 "Notes": [
1365 "This log indicates a critical BMC application required ",
1366 "to stop the host firmware has failed to start ",
1367 "successfully. Look in the log for other errors indicating ",
1368 "what has failed."
1369 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001370 },
1371
1372 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001373 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001374 }
1375 },
1376
1377 {
1378 "Name": "xyz.openbmc_project.State.Host.Error.HostRebootFailure",
1379 "Subsystem": "bmc_firmware",
1380 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001381 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001382 "ReasonCode": "0x3413",
Patrick Williams26919f02022-12-08 06:12:43 -06001383 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001384 },
1385 "Callouts": [
1386 {
Patrick Williams26919f02022-12-08 06:12:43 -06001387 "CalloutList": [
1388 {
1389 "Priority": "high",
1390 "Procedure": "next_level_support"
1391 }
1392 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001393 }
1394 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001395 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001396 "Description": "The system has failed to reboot the host firmware",
1397 "Message": "The system has failed to reboot the host firmware, look for other errors",
1398 "Notes": [
1399 "This log indicates a critical BMC application required ",
1400 "to reboot the host firmware has failed to start ",
1401 "successfully. Look in the log for other errors indicating ",
1402 "what has failed."
1403 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001404 },
1405
1406 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001407 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001408 }
1409 },
1410
1411 {
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001412 "Name": "xyz.openbmc_project.State.Error.HostQuiesce",
1413 "Subsystem": "bmc_firmware",
1414 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001415 "SRC": {
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001416 "ReasonCode": "0x3414",
Patrick Williams26919f02022-12-08 06:12:43 -06001417 "Words6To9": {}
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001418 },
1419 "Callouts": [
1420 {
Patrick Williams26919f02022-12-08 06:12:43 -06001421 "CalloutList": [
1422 {
1423 "Priority": "high",
1424 "Procedure": "next_level_support"
1425 }
1426 ]
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001427 }
1428 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001429 "Documentation": {
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001430 "Description": "The host firmware has failed to boot",
1431 "Message": "The host firmware has failed to boot and has entered a Quiesce state. Look for other errors.",
1432 "Notes": [
1433 "This log indicates that the host firmware has failed to ",
1434 "boot and all retries have been exhausted. There should be ",
1435 "other logs with more details on the boot failure reason. "
1436 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001437 },
1438
1439 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001440 "NumLines": 100
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001441 }
1442 },
1443
1444 {
Lakshmi Yadlapati95788fe2023-03-24 14:39:32 -05001445 "Name": "xyz.openbmc_project.State.Error.TpmMeasurementFail",
1446 "Subsystem": "bmc_firmware",
1447 "ComponentID": "0x3400",
1448 "SRC": {
1449 "ReasonCode": "0x3415",
1450 "Words6To9": {}
1451 },
1452 "Callouts": [
1453 {
1454 "CalloutList": [
1455 {
1456 "Priority": "high",
1457 "Procedure": "next_level_support"
1458 }
1459 ]
1460 }
1461 ],
1462 "Documentation": {
1463 "Description": "TPM measurement failed",
1464 "Message": "The system has detected a failure in the TPM measurement.",
1465 "Notes": [
1466 "This error occurs when /sys/class/tpm/tpm0/pcr-sha256/0",
1467 "is missing or has a value of 0, indicating a potential compromise",
1468 "of the system's boot process.",
1469 "Please contact your system administrator or next level support",
1470 "to investigate and resolve the issue."
1471 ]
1472 }
1473 },
1474
1475 {
Andrew Geissler730935f2023-04-26 13:26:16 -06001476 "Name": "xyz.openbmc_project.State.Info.ChassisPowerOnStarted",
1477 "Subsystem": "bmc_firmware",
1478 "ComponentID": "0x3400",
1479 "Severity": "non_error",
1480 "SRC": {
1481 "ReasonCode": "0x3416",
1482 "Words6To9": {}
1483 },
1484 "Documentation": {
1485 "Description": "A power on of the chassis has been started",
1486 "Message": "The chassis is powering on.",
1487 "Notes": [
1488 "This informational error is logged each time the chassis",
1489 "is powered on."
1490 ]
1491 }
1492 },
1493
1494 {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -05001495 "Name": "org.open_power.Processor.Error.SbeChipOpFailure",
1496 "Subsystem": "processor_chip",
1497 "ComponentID": "0x3500",
1498
Patrick Williams26919f02022-12-08 06:12:43 -06001499 "SRC": {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -05001500 "ReasonCode": "0x3500",
Patrick Williams26919f02022-12-08 06:12:43 -06001501 "Words6To9": {
1502 "6": {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -05001503 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
1504 "AdditionalDataPropSource": "SRC6"
1505 }
1506 }
1507 },
1508
Patrick Williams26919f02022-12-08 06:12:43 -06001509 "Documentation": {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -05001510 "Description": "chipop failure with SBE provided FFDC",
1511 "Message": "chipop request failure reported by SBE",
1512 "Notes": [
1513 "The severity is set by the creator.",
1514 "Callouts added based on SBE provided FFDC.",
1515 "SBE provided additional debug data included as part of the",
1516 "additional user data section."
1517 ]
1518 }
1519 },
1520
1521 {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -05001522 "Name": "org.open_power.Processor.Error.SbeChipOpTimeout",
1523 "Subsystem": "processor_chip",
1524 "ComponentID": "0x3500",
1525
Patrick Williams26919f02022-12-08 06:12:43 -06001526 "SRC": {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -05001527 "ReasonCode": "0x3501",
Patrick Williams26919f02022-12-08 06:12:43 -06001528 "Words6To9": {
1529 "6": {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -05001530 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
1531 "AdditionalDataPropSource": "SRC6"
1532 }
1533 }
1534 },
1535
Jayanth Othayothe4acc8d2022-06-02 02:32:08 -05001536 "Callouts": [
1537 {
1538 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06001539 {
1540 "Priority": "high",
1541 "Procedure": "next_level_support"
1542 }
Jayanth Othayothe4acc8d2022-06-02 02:32:08 -05001543 ]
1544 }
1545 ],
1546
Patrick Williams26919f02022-12-08 06:12:43 -06001547 "Documentation": {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -05001548 "Description": "SBE chipop timeout",
1549 "Message": "chipop timeout reported during SBE communication",
1550 "Notes": [
1551 "The severity is set by the creator.",
1552 "Check SBE Dump associated to this error to debug the failure."
1553 ]
1554 }
1555 },
1556
1557 {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001558 "Name": "org.open_power.Processor.Error.SbeChipOpInvalidState",
1559 "Subsystem": "processor_chip",
1560 "ComponentID": "0x3500",
1561
Patrick Williams26919f02022-12-08 06:12:43 -06001562 "SRC": {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001563 "ReasonCode": "0x3502",
Patrick Williams26919f02022-12-08 06:12:43 -06001564 "Words6To9": {
1565 "6": {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001566 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
1567 "AdditionalDataPropSource": "SRC6"
1568 },
Patrick Williams26919f02022-12-08 06:12:43 -06001569 "7": {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001570 "Description": "Value of SBE state",
1571 "AdditionalDataPropSource": "SRC7"
1572 }
1573 }
1574 },
1575
Patrick Williams26919f02022-12-08 06:12:43 -06001576 "Documentation": {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001577 "Description": "The SBE on this processor is not in a state where chipOps can be issued",
1578 "Message": "SBE Chipop is not allowed due to invalid SBE state ",
Patrick Williams26919f02022-12-08 06:12:43 -06001579 "Notes": ["The severity is set by the creator."]
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001580 }
1581 },
1582
1583 {
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001584 "Name": "org.open_power.Processor.Error.SbeBootFailure",
1585 "Subsystem": "processor_chip",
1586 "ComponentID": "0x3500",
Patrick Williams26919f02022-12-08 06:12:43 -06001587 "ActionFlags": ["service_action", "report", "call_home"],
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001588
Patrick Williams26919f02022-12-08 06:12:43 -06001589 "SRC": {
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001590 "ReasonCode": "0x3503",
Patrick Williams26919f02022-12-08 06:12:43 -06001591 "Words6To9": {
1592 "6": {
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001593 "Description": "[0:15] chip position",
1594 "AdditionalDataPropSource": "SRC6"
1595 }
1596 }
1597 },
1598
Patrick Williams26919f02022-12-08 06:12:43 -06001599 "Documentation": {
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001600 "Description": "Boot failure with SBE provided FFDC",
1601 "Message": "Boot failure reported by SBE",
1602 "Notes": [
1603 "The severity is set by the creator.",
1604 "Callouts added based on SBE provided FFDC.",
1605 "SBE provided additional debug data included as part of the",
1606 "additional user data section."
1607 ]
1608 }
1609 },
1610
1611 {
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001612 "Name": "org.open_power.Processor.Error.SbeBootTimeout",
1613 "Subsystem": "processor_chip",
1614 "ComponentID": "0x3500",
1615
Patrick Williams26919f02022-12-08 06:12:43 -06001616 "SRC": {
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001617 "ReasonCode": "0x3504",
Patrick Williams26919f02022-12-08 06:12:43 -06001618 "Words6To9": {}
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001619 },
1620
Jayanth Othayothf5cd2a42022-05-31 02:54:10 -05001621 "Callouts": [
1622 {
1623 "System": "ibm,rainier",
1624 "CalloutList": [
1625 {
1626 "Priority": "low",
1627 "LocCode": "P0"
1628 },
1629 {
1630 "Priority": "low",
1631 "LocCode": "P0-C22"
1632 }
1633 ]
1634 },
1635 {
1636 "System": "ibm,everest",
1637 "CalloutList": [
1638 {
1639 "Priority": "low",
1640 "LocCode": "P0"
1641 },
1642 {
1643 "Priority": "low",
1644 "LocCode": "P0-C96"
1645 }
1646 ]
Matt Spinlerbc560982023-04-10 11:16:42 -05001647 },
1648 {
1649 "System": "ibm,bonnell",
1650 "CalloutList": [
1651 {
1652 "Priority": "low",
1653 "LocCode": "P0"
1654 },
1655 {
1656 "Priority": "low",
1657 "LocCode": "P0-C5"
1658 }
1659 ]
Jayanth Othayothf5cd2a42022-05-31 02:54:10 -05001660 }
1661 ],
1662
Patrick Williams26919f02022-12-08 06:12:43 -06001663 "Documentation": {
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001664 "Description": "SBE Boot timeout",
1665 "Message": "timeout reported during SBE boot process",
1666 "Notes": [
1667 "The severity is set by the creator.",
1668 "Check SBE Dump associated to this error to debug the failure."
1669 ]
1670 }
1671 },
1672
1673 {
Ben Tyner34836322020-04-15 17:01:48 -05001674 "Name": "org.open_power.Attn.Error.Terminate",
Ben Tyner808e29f2021-04-16 08:32:23 -05001675 "Subsystem": "cec_hardware",
1676 "Severity": "non_error",
Ben Tyner34836322020-04-15 17:01:48 -05001677
Patrick Williams26919f02022-12-08 06:12:43 -06001678 "SRC": {
Ben Tyner34836322020-04-15 17:01:48 -05001679 "ReasonCode": "0xD138",
Patrick Williams26919f02022-12-08 06:12:43 -06001680 "SymptomIDFields": [
1681 "SRCWord3",
1682 "SRCWord4",
1683 "SRCWord5",
1684 "SRCWord6",
1685 "SRCWord7",
1686 "SRCWord8",
1687 "SRCWord9"
1688 ],
1689 "Words6To9": {}
Ben Tyner34836322020-04-15 17:01:48 -05001690 },
1691
Patrick Williams26919f02022-12-08 06:12:43 -06001692 "Documentation": {
Ben Tyner34836322020-04-15 17:01:48 -05001693 "Description": "Status shows TI special attention active",
1694 "Message": "TI special attention detected",
1695 "Notes": [
1696 "This entry is for any TI special attention event ",
1697 "reported by the attention handler component"
1698 ]
1699 }
1700 },
1701
1702 {
1703 "Name": "org.open_power.Attn.Error.Fail",
1704 "Subsystem": "bmc_firmware",
1705 "Severity": "unrecoverable_loss_of_function",
1706
Patrick Williams26919f02022-12-08 06:12:43 -06001707 "SRC": {
Ben Tyner34836322020-04-15 17:01:48 -05001708 "ReasonCode": "0xD13E",
Patrick Williams26919f02022-12-08 06:12:43 -06001709 "Words6To9": {
1710 "6": {
Ben Tyner34836322020-04-15 17:01:48 -05001711 "Description": "Error code from attention handler",
1712 "AdditionalDataPropSource": "ERROR_CODE"
1713 }
1714 }
1715 },
Patrick Williams26919f02022-12-08 06:12:43 -06001716 "Documentation": {
Ben Tyner34836322020-04-15 17:01:48 -05001717 "Description": "The attention handler encountered an error",
Patrick Williams26919f02022-12-08 06:12:43 -06001718 "MessageArgSources": ["SRCWord6"],
Ben Tyner34836322020-04-15 17:01:48 -05001719 "Message": "Attention handler error %1",
Patrick Williams26919f02022-12-08 06:12:43 -06001720 "Notes": ["Attention handler will provide error code"]
Ben Tyner34836322020-04-15 17:01:48 -05001721 }
1722 },
1723
1724 {
1725 "Name": "org.open_power.Attn.Error.Vital",
1726 "Subsystem": "processor_chip",
Ben Tyner34836322020-04-15 17:01:48 -05001727
Patrick Williams26919f02022-12-08 06:12:43 -06001728 "SRC": {
Ben Tyner34836322020-04-15 17:01:48 -05001729 "ReasonCode": "0xD16D",
Patrick Williams26919f02022-12-08 06:12:43 -06001730 "Words6To9": {}
Ben Tyner34836322020-04-15 17:01:48 -05001731 },
1732
Patrick Williams26919f02022-12-08 06:12:43 -06001733 "Documentation": {
Ben Tyner34836322020-04-15 17:01:48 -05001734 "Description": "Status shows SBE vital attention active",
1735 "Message": "SBE vital attention detected",
1736 "Notes": [
1737 "This entry is for any SBE vital attention event ",
1738 "reported by the attention handler component"
1739 ]
1740 }
1741 },
1742
1743 {
1744 "Name": "org.open_power.HwDiags.Error.Checkstop",
Zane Shelley4e6355d2022-02-24 15:28:08 -06001745 "PossibleSubsystems": [
Patrick Williams26919f02022-12-08 06:12:43 -06001746 "processor",
1747 "processor_fru",
1748 "processor_unit",
1749 "processor_bus",
1750 "memory_ctlr",
1751 "memory_bus",
1752 "memory_dimm",
1753 "memory_fru",
1754 "phb",
1755 "cec_hardware",
1756 "cec_clocks",
1757 "cec_tod",
1758 "others"
Zane Shelley4e6355d2022-02-24 15:28:08 -06001759 ],
1760 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06001761 "ActionFlags": ["service_action", "report", "call_home"],
Ben Tyner34836322020-04-15 17:01:48 -05001762
Patrick Williams26919f02022-12-08 06:12:43 -06001763 "SRC": {
Zane Shelley561c0382020-11-17 13:20:05 -06001764 "ReasonCode": "0xE510",
Patrick Williams26919f02022-12-08 06:12:43 -06001765 "SymptomIDFields": ["SRCWord6", "SRCWord7", "SRCWord8"],
Matt Spinlerda5b76b2023-06-01 15:56:57 -05001766 "CheckstopFlag": true,
Patrick Williams26919f02022-12-08 06:12:43 -06001767 "Words6To9": {
1768 "6": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001769 "AdditionalDataPropSource": "SRC6"
1770 },
Patrick Williams26919f02022-12-08 06:12:43 -06001771 "7": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001772 "AdditionalDataPropSource": "SRC7"
1773 },
Patrick Williams26919f02022-12-08 06:12:43 -06001774 "8": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001775 "AdditionalDataPropSource": "SRC8"
1776 }
Ben Tyner34836322020-04-15 17:01:48 -05001777 }
1778 },
1779
Patrick Williams26919f02022-12-08 06:12:43 -06001780 "Documentation": {
Zane Shelley561c0382020-11-17 13:20:05 -06001781 "Description": "A system checkstop attention has occurred",
Patrick Williams26919f02022-12-08 06:12:43 -06001782 "MessageArgSources": ["SRCWord6", "SRCWord7", "SRCWord8"],
Zane Shelley45ab43a2021-11-13 16:16:57 -06001783 "Message": "Error Signature: %1 %2 %3"
Ben Tyner34836322020-04-15 17:01:48 -05001784 }
1785 },
1786
1787 {
Zane Shelley561c0382020-11-17 13:20:05 -06001788 "Name": "org.open_power.HwDiags.Error.Predictive",
Zane Shelley4e6355d2022-02-24 15:28:08 -06001789 "PossibleSubsystems": [
Patrick Williams26919f02022-12-08 06:12:43 -06001790 "processor",
1791 "processor_fru",
1792 "processor_unit",
1793 "processor_bus",
1794 "memory_ctlr",
1795 "memory_bus",
1796 "memory_dimm",
1797 "memory_fru",
1798 "phb",
1799 "cec_hardware",
1800 "cec_clocks",
1801 "cec_tod",
1802 "others"
Zane Shelley4e6355d2022-02-24 15:28:08 -06001803 ],
1804 "Severity": "predictive",
Patrick Williams26919f02022-12-08 06:12:43 -06001805 "ActionFlags": ["service_action", "report", "call_home"],
Ben Tyner34836322020-04-15 17:01:48 -05001806
Patrick Williams26919f02022-12-08 06:12:43 -06001807 "SRC": {
Zane Shelley561c0382020-11-17 13:20:05 -06001808 "ReasonCode": "0xE511",
Patrick Williams26919f02022-12-08 06:12:43 -06001809 "SymptomIDFields": ["SRCWord6", "SRCWord7", "SRCWord8"],
1810 "Words6To9": {
1811 "6": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001812 "AdditionalDataPropSource": "SRC6"
1813 },
Patrick Williams26919f02022-12-08 06:12:43 -06001814 "7": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001815 "AdditionalDataPropSource": "SRC7"
1816 },
Patrick Williams26919f02022-12-08 06:12:43 -06001817 "8": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001818 "AdditionalDataPropSource": "SRC8"
1819 }
Ben Tyner34836322020-04-15 17:01:48 -05001820 }
1821 },
Zane Shelley561c0382020-11-17 13:20:05 -06001822
Patrick Williams26919f02022-12-08 06:12:43 -06001823 "Documentation": {
Zane Shelley561c0382020-11-17 13:20:05 -06001824 "Description": "A hardware attention requiring service has occurred",
Patrick Williams26919f02022-12-08 06:12:43 -06001825 "MessageArgSources": ["SRCWord6", "SRCWord7", "SRCWord8"],
Zane Shelley45ab43a2021-11-13 16:16:57 -06001826 "Message": "Error Signature: %1 %2 %3"
Ben Tyner34836322020-04-15 17:01:48 -05001827 }
Shawn McCarney01648f52020-06-25 11:42:02 -05001828 },
1829
1830 {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001831 "Name": "org.open_power.HwDiags.Error.Informational",
Zane Shelley4e6355d2022-02-24 15:28:08 -06001832 "PossibleSubsystems": [
Patrick Williams26919f02022-12-08 06:12:43 -06001833 "processor",
1834 "processor_fru",
1835 "processor_unit",
1836 "processor_bus",
1837 "memory_ctlr",
1838 "memory_bus",
1839 "memory_dimm",
1840 "memory_fru",
1841 "phb",
1842 "cec_hardware",
1843 "cec_clocks",
1844 "cec_tod",
1845 "others"
Zane Shelley4e6355d2022-02-24 15:28:08 -06001846 ],
1847 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -06001848 "ActionFlags": ["hidden", "dont_report"],
Zane Shelleydd4bd482021-12-08 09:12:51 -06001849
Patrick Williams26919f02022-12-08 06:12:43 -06001850 "SRC": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001851 "ReasonCode": "0xE512",
Patrick Williams26919f02022-12-08 06:12:43 -06001852 "SymptomIDFields": ["SRCWord6", "SRCWord7", "SRCWord8"],
1853 "Words6To9": {
1854 "6": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001855 "AdditionalDataPropSource": "SRC6"
1856 },
Patrick Williams26919f02022-12-08 06:12:43 -06001857 "7": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001858 "AdditionalDataPropSource": "SRC7"
1859 },
Patrick Williams26919f02022-12-08 06:12:43 -06001860 "8": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001861 "AdditionalDataPropSource": "SRC8"
1862 }
1863 }
1864 },
1865
Patrick Williams26919f02022-12-08 06:12:43 -06001866 "Documentation": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001867 "Description": "Manual analysis was initiated via the command line. FFDC only.",
Patrick Williams26919f02022-12-08 06:12:43 -06001868 "MessageArgSources": ["SRCWord6", "SRCWord7", "SRCWord8"],
Zane Shelleydd4bd482021-12-08 09:12:51 -06001869 "Message": "Error Signature: %1 %2 %3"
1870 }
1871 },
1872
1873 {
Brandon Wyman38caaf02020-09-01 16:07:42 -05001874 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.InputFault",
1875 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001876 "ActionFlags": ["service_action", "report"],
1877 "ComponentID": "0x2700",
1878
1879 "SRC": {
1880 "Type": "11",
1881 "ReasonCode": "0x15F0",
1882 "Words6To9": {}
1883 },
1884
1885 "Callouts": [
1886 {
1887 "CalloutList": [
1888 { "Priority": "high", "SymbolicFRU": "pwrsply" }
1889 ]
1890 }
1891 ],
1892
1893 "Documentation": {
1894 "Description": "Power Supply input power fault",
1895 "Message": "A power supply has indicated an input or under voltage condition.",
1896 "Notes": [
1897 "Check the power supply cabling and/or input power ",
1898 "source. The PWRSPLY procedure is used rather than ",
1899 "calling out a location code, as typically these faults ",
1900 "are related to the supplied power, the cable, or the ",
1901 "cable connectors. If the input fault resolves down to an ",
1902 "issue with the power supply itself, the power supply ",
1903 "indicating this input fault should be called out. Add the ",
1904 "CALLOUT_INVENTORY_PATH to the additional data, and set the",
1905 "CALLOUT_PRIORITY to something other than high."
1906 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06001907 },
1908
1909 "JournalCapture": {
1910 "Sections": [
1911 {
1912 "SyslogID": "phosphor-psu-monitor",
1913 "NumLines": 30
1914 },
1915 {
1916 "SyslogID": "phosphor-power-control",
1917 "NumLines": 30
1918 },
1919 {
1920 "SyslogID": "phosphor-chassis-state-manager",
1921 "NumLines": 15
1922 },
1923 {
1924 "SyslogID": "systemd",
1925 "NumLines": 15
1926 }
1927 ]
Brandon Wyman38caaf02020-09-01 16:07:42 -05001928 }
1929 },
1930
1931 {
1932 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Fault",
1933 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001934 "ActionFlags": ["service_action", "report", "call_home"],
1935 "ComponentID": "0x2700",
1936
1937 "SRC": {
1938 "Type": "11",
1939 "ReasonCode": "0x15F1",
Matt Spinler04ac4e32023-04-14 14:16:37 -05001940 "Words6To9": {},
1941 "DeconfigFlag": true
Brandon Wyman38caaf02020-09-01 16:07:42 -05001942 },
1943
Jim Wright006dafd2022-05-27 12:09:43 -05001944 "Callouts": [
1945 {
1946 "CalloutList": [
1947 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
1948 ]
1949 }
1950 ],
1951
Brandon Wyman38caaf02020-09-01 16:07:42 -05001952 "Documentation": {
1953 "Description": "Power Supply power fault",
1954 "Message": "The power supply detected a fault condition, see AdditionalData for further details.",
1955 "Notes": [
1956 "The power supply reporting the fault should be called ",
1957 "out using the CALLOUT_INVENTORY_PATH keyword. Include ",
1958 "specific fault, STATUS_* details, and code level in the ",
1959 "AdditionalData section."
1960 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06001961 },
1962
1963 "JournalCapture": {
1964 "Sections": [
1965 {
1966 "SyslogID": "phosphor-psu-monitor",
1967 "NumLines": 30
1968 },
1969 {
1970 "SyslogID": "phosphor-power-control",
1971 "NumLines": 30
1972 },
1973 {
1974 "SyslogID": "phosphor-chassis-state-manager",
1975 "NumLines": 15
1976 },
1977 {
1978 "SyslogID": "systemd",
1979 "NumLines": 15
1980 }
1981 ]
Brandon Wyman38caaf02020-09-01 16:07:42 -05001982 }
1983 },
1984
1985 {
1986 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.CommFault",
1987 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001988 "ActionFlags": ["service_action", "report", "call_home"],
1989 "ComponentID": "0x2700",
1990
1991 "SRC": {
1992 "Type": "11",
1993 "ReasonCode": "0x15F2",
Matt Spinler04ac4e32023-04-14 14:16:37 -05001994 "Words6To9": {},
1995 "DeconfigFlag": true
Brandon Wyman38caaf02020-09-01 16:07:42 -05001996 },
1997
Jim Wright006dafd2022-05-27 12:09:43 -05001998 "Callouts": [
1999 {
2000 "CalloutList": [
2001 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
2002 ]
2003 }
2004 ],
2005
Brandon Wyman38caaf02020-09-01 16:07:42 -05002006 "Documentation": {
2007 "Description": "Power Supply non-power fault",
2008 "Message": "A communication failure occurred talking to the power supply",
2009 "Notes": [
2010 "Communication problems with the power supply could be ",
2011 "the power supply, or any hardware between it and the ",
2012 "BMC. Reporting the error should be passing in a call ",
2013 "out using CALLOUT_DEVICE_PATH."
2014 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06002015 },
2016 "JournalCapture": {
2017 "Sections": [
2018 {
2019 "SyslogID": "phosphor-psu-monitor",
2020 "NumLines": 30
2021 },
2022 {
2023 "SyslogID": "phosphor-power-control",
2024 "NumLines": 30
2025 },
2026 {
2027 "SyslogID": "phosphor-chassis-state-manager",
2028 "NumLines": 15
2029 },
2030 {
2031 "SyslogID": "systemd",
2032 "NumLines": 15
2033 }
2034 ]
Brandon Wyman38caaf02020-09-01 16:07:42 -05002035 }
2036 },
2037
2038 {
2039 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Missing",
2040 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05002041 "ActionFlags": ["service_action", "report", "call_home"],
2042 "ComponentID": "0x2700",
2043
2044 "SRC": {
2045 "Type": "11",
2046 "ReasonCode": "0x15F6",
Matt Spinler04ac4e32023-04-14 14:16:37 -05002047 "Words6To9": {},
2048 "DeconfigFlag": true
Brandon Wyman38caaf02020-09-01 16:07:42 -05002049 },
2050
2051 "Callouts": [
2052 {
2053 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -05002054 {
2055 "Priority": "high",
2056 "SymbolicFRUTrusted": "pwrsply",
2057 "UseInventoryLocCode": true
2058 }
Brandon Wyman38caaf02020-09-01 16:07:42 -05002059 ]
2060 }
2061 ],
2062
2063 "Documentation": {
2064 "Description": "Power Supply is missing",
2065 "Message": "A power supply that should be present is missing",
2066 "Notes": [
2067 "The CalloutList should use the PWRSPLY symbolic FRU ",
Matt Spinler80600192020-10-23 09:29:33 -05002068 "with the trusted location code property. The ",
2069 "location code in this callout is obtained from ",
2070 "the passed in CALLOUT_INVENTORY_PATH value."
Brandon Wyman38caaf02020-09-01 16:07:42 -05002071 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06002072 },
2073
2074 "JournalCapture": {
2075 "Sections": [
2076 {
2077 "SyslogID": "phosphor-psu-monitor",
2078 "NumLines": 30
2079 },
2080 {
2081 "SyslogID": "phosphor-power-control",
2082 "NumLines": 30
2083 },
2084 {
2085 "SyslogID": "phosphor-chassis-state-manager",
2086 "NumLines": 15
2087 },
2088 {
2089 "SyslogID": "systemd",
2090 "NumLines": 15
2091 }
2092 ]
Brandon Wyman38caaf02020-09-01 16:07:42 -05002093 }
2094 },
2095
2096 {
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00002097 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.NotSupported",
2098 "Subsystem": "power_supply",
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00002099 "ActionFlags": ["service_action", "report", "call_home"],
2100 "ComponentID": "0x2700",
2101
2102 "SRC": {
2103 "Type": "11",
2104 "ReasonCode": "0x15F7",
2105 "Words6To9": {}
2106 },
2107
Jim Wright006dafd2022-05-27 12:09:43 -05002108 "Callouts": [
2109 {
2110 "CalloutList": [
2111 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
2112 ]
2113 }
2114 ],
2115
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00002116 "Documentation": {
2117 "Description": "Power Supply configuration is not supported",
2118 "Message": "The power supply configuration is not supported",
2119 "Notes": [
2120 "The combination of power supplies detected in the ",
2121 "system is not supported. This could be caused by ",
2122 "mismatched models, less than expected number of power ",
2123 "supplies, or other unsupported characteristics."
2124 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06002125 },
2126
2127 "JournalCapture": {
2128 "Sections": [
2129 {
2130 "SyslogID": "phosphor-psu-monitor",
2131 "NumLines": 30
2132 },
2133 {
2134 "SyslogID": "phosphor-power-control",
2135 "NumLines": 30
2136 },
2137 {
2138 "SyslogID": "phosphor-chassis-state-manager",
2139 "NumLines": 15
2140 },
2141 {
2142 "SyslogID": "systemd",
2143 "NumLines": 15
2144 }
2145 ]
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00002146 }
2147 },
2148
2149 {
Brandon Wymanc30f00a2021-11-18 21:10:04 +00002150 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.FanFault",
2151 "Subsystem": "power_supply",
Brandon Wymanc30f00a2021-11-18 21:10:04 +00002152 "ActionFlags": ["service_action", "report", "call_home"],
2153 "ComponentID": "0x2700",
2154
2155 "SRC": {
2156 "Type": "11",
2157 "ReasonCode": "0x15FF",
Matt Spinler04ac4e32023-04-14 14:16:37 -05002158 "Words6To9": {},
2159 "DeconfigFlag": true
Brandon Wymanc30f00a2021-11-18 21:10:04 +00002160 },
2161
Jim Wright006dafd2022-05-27 12:09:43 -05002162 "Callouts": [
2163 {
2164 "CalloutList": [
2165 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
2166 ]
2167 }
2168 ],
2169
Brandon Wymanc30f00a2021-11-18 21:10:04 +00002170 "Documentation": {
2171 "Description": "Power Supply fan fault",
2172 "Message": "A power supply indicated a fan fault has occurred",
2173 "Notes": [
2174 "The power supply reporting the fault should be called ",
2175 "out using the CALLOUT_INVENTORY_PATH keyword. Include ",
2176 "specific fault, STATUS_* details, and code level in the ",
2177 "AdditionalData section."
2178 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06002179 },
2180
2181 "JournalCapture": {
2182 "Sections": [
2183 {
2184 "SyslogID": "phosphor-psu-monitor",
2185 "NumLines": 30
2186 },
2187 {
2188 "SyslogID": "phosphor-power-control",
2189 "NumLines": 30
2190 },
2191 {
2192 "SyslogID": "phosphor-chassis-state-manager",
2193 "NumLines": 15
2194 },
2195 {
2196 "SyslogID": "systemd",
2197 "NumLines": 15
2198 }
2199 ]
Brandon Wymanc30f00a2021-11-18 21:10:04 +00002200 }
2201 },
2202
2203 {
Brandon Wyman90c88402021-11-16 20:34:49 +00002204 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.IoutOCFault",
2205 "Subsystem": "power_supply",
Brandon Wyman90c88402021-11-16 20:34:49 +00002206 "ActionFlags": ["service_action", "report", "call_home"],
2207 "ComponentID": "0x2700",
2208
2209 "SRC": {
2210 "Type": "11",
2211 "ReasonCode": "0x1B01",
2212 "Words6To9": {}
2213 },
2214
2215 "Callouts": [
2216 {
2217 "CalloutList": [
2218 { "Priority": "high", "Procedure": "power_overcurrent" }
2219 ]
2220 }
2221 ],
2222
2223 "Documentation": {
2224 "Description": "Power Supply output over-current power fault",
2225 "Message": "A power supply has indicated an output over-current condition."
Faisal Awada8d2b2422023-03-03 15:48:09 -06002226 },
2227
2228 "JournalCapture": {
2229 "Sections": [
2230 {
2231 "SyslogID": "phosphor-psu-monitor",
2232 "NumLines": 30
2233 },
2234 {
2235 "SyslogID": "phosphor-power-control",
2236 "NumLines": 30
2237 },
2238 {
2239 "SyslogID": "phosphor-chassis-state-manager",
2240 "NumLines": 15
2241 },
2242 {
2243 "SyslogID": "systemd",
2244 "NumLines": 15
2245 }
2246 ]
Brandon Wyman90c88402021-11-16 20:34:49 +00002247 }
2248 },
2249
2250 {
Jay Meyer54ff54e2021-03-14 20:18:41 -05002251 "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Blackout",
2252 "Subsystem": "power",
Patrick Williams26919f02022-12-08 06:12:43 -06002253 "ActionFlags": ["report", "service_action"],
Jay Meyer54ff54e2021-03-14 20:18:41 -05002254 "ComponentID": "0x2700",
2255
Patrick Williams26919f02022-12-08 06:12:43 -06002256 "SRC": {
Jay Meyer54ff54e2021-03-14 20:18:41 -05002257 "Type": "11",
2258 "ReasonCode": "0x00AC",
Mike Cappsa2d7b772022-03-07 15:47:48 -05002259 "Words6To9": {}
Jay Meyer54ff54e2021-03-14 20:18:41 -05002260 },
2261
2262 "Callouts": [
2263 {
2264 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002265 { "Priority": "high", "SymbolicFRU": "ac_module" }
Jay Meyer54ff54e2021-03-14 20:18:41 -05002266 ]
2267 }
2268 ],
2269
2270 "Documentation": {
2271 "Description": "Input power was lost while the system was powered on.",
2272 "Message": "Input power was lost while the system was powered on.",
2273 "Notes": [
2274 "Input power was lost while system powered on.",
2275 "The CalloutList should use the ACMODUL symbolic FRU."
2276 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06002277 },
2278
2279 "JournalCapture": {
2280 "Sections": [
2281 {
2282 "SyslogID": "phosphor-psu-monitor",
2283 "NumLines": 30
2284 },
2285 {
2286 "SyslogID": "phosphor-power-control",
2287 "NumLines": 30
2288 },
2289 {
2290 "SyslogID": "phosphor-chassis-state-manager",
2291 "NumLines": 15
2292 },
2293 {
2294 "SyslogID": "systemd",
2295 "NumLines": 15
2296 }
2297 ]
Jay Meyer54ff54e2021-03-14 20:18:41 -05002298 }
2299 },
2300
2301 {
Patrick Williams26919f02022-12-08 06:12:43 -06002302 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.PSKillFault",
Brandon Wyman002d8cf2021-12-01 23:05:11 +00002303 "Subsystem": "power_supply",
Brandon Wyman002d8cf2021-12-01 23:05:11 +00002304 "ActionFlags": ["service_action", "report", "call_home"],
2305 "ComponentID": "0x2700",
2306
2307 "SRC": {
2308 "Type": "11",
2309 "ReasonCode": "0x2500",
Mike Cappsa2d7b772022-03-07 15:47:48 -05002310 "Words6To9": {}
Brandon Wyman002d8cf2021-12-01 23:05:11 +00002311 },
2312
2313 "Callouts": [
2314 {
2315 "CalloutList": [
2316 { "Priority": "high", "Procedure": "power_overcurrent" }
2317 ]
2318 }
2319 ],
2320
2321 "Documentation": {
2322 "Description": "A power supply fault is potentially preventing the power supply from allowing the system to power on.",
2323 "Message": "Power supply PSKill_fault",
Patrick Williams26919f02022-12-08 06:12:43 -06002324 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06002325 },
2326
2327 "JournalCapture": {
2328 "Sections": [
2329 {
2330 "SyslogID": "phosphor-psu-monitor",
2331 "NumLines": 30
2332 },
2333 {
2334 "SyslogID": "phosphor-power-control",
2335 "NumLines": 30
2336 },
2337 {
2338 "SyslogID": "phosphor-chassis-state-manager",
2339 "NumLines": 15
2340 },
2341 {
2342 "SyslogID": "systemd",
2343 "NumLines": 15
2344 }
2345 ]
Brandon Wyman002d8cf2021-12-01 23:05:11 +00002346 }
2347 },
2348
2349 {
Jim Wright7f678902020-11-30 16:03:57 -06002350 "Name": "xyz.openbmc_project.Power.Error.Shutdown",
2351 "Subsystem": "power_sequencer",
2352 "ComponentID": "0x2700",
2353
2354 "SRC": {
2355 "Type": "11",
2356 "ReasonCode": "0x2600",
2357 "Words6To9": {}
2358 },
2359
2360 "Callouts": [
2361 {
2362 "CalloutList": [
2363 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2364 ]
2365 }
2366 ],
2367
2368 "Documentation": {
2369 "Description": "A power off was issued because a power fault was detected",
2370 "Message": "A power off was issued because a power fault was detected",
Patrick Williams26919f02022-12-08 06:12:43 -06002371 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06002372 },
2373
2374 "JournalCapture": {
2375 "Sections": [
2376 {
2377 "SyslogID": "phosphor-psu-monitor",
2378 "NumLines": 30
2379 },
2380 {
2381 "SyslogID": "phosphor-power-control",
2382 "NumLines": 30
2383 },
2384 {
2385 "SyslogID": "phosphor-chassis-state-manager",
2386 "NumLines": 15
2387 },
2388 {
2389 "SyslogID": "systemd",
2390 "NumLines": 15
2391 },
2392 {
2393 "SyslogID": "phosphor-regulators",
2394 "NumLines": 5
2395 }
2396 ]
Jim Wright7f678902020-11-30 16:03:57 -06002397 }
2398 },
2399
2400 {
Ben Tyner0273a222021-07-12 15:18:13 -05002401 "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Regulator",
2402 "Subsystem": "power_control_hw",
Mike Capps2a2d0ae2022-03-16 18:09:00 -04002403 "Severity": "critical_system_term",
Ben Tyner0273a222021-07-12 15:18:13 -05002404 "ComponentID": "0x2700",
2405
2406 "SRC": {
2407 "Type": "11",
2408 "ReasonCode": "0x2602",
Mike Cappsa2d7b772022-03-07 15:47:48 -05002409 "Words6To9": {}
Ben Tyner0273a222021-07-12 15:18:13 -05002410 },
2411
2412 "Callouts": [
2413 {
2414 "System": "ibm,rainier",
2415 "CalloutList": [
2416 {
2417 "Priority": "high",
2418 "LocCode": "P0-C5"
2419 },
2420 {
2421 "Priority": "medium",
2422 "LocCode": "P0"
2423 }
2424 ]
2425 },
2426 {
2427 "System": "ibm,everest",
2428 "CalloutList": [
2429 {
2430 "Priority": "high",
2431 "LocCode": "P0-C59"
2432 },
2433 {
2434 "Priority": "medium",
2435 "LocCode": "P0"
2436 }
2437 ]
Matt Spinler0600cf72023-04-10 11:22:33 -05002438 },
2439 {
2440 "System": "ibm,bonnell",
2441 "CalloutList": [
2442 {
2443 "Priority": "high",
2444 "LocCode": "P0"
2445 }
2446 ]
Ben Tyner0273a222021-07-12 15:18:13 -05002447 }
2448 ],
2449
2450 "Documentation": {
2451 "Description": "A power off was issued because a regulator for standby power faulted",
2452 "Message": "A power off was issued because a regulator for standby power faulted",
Patrick Williams26919f02022-12-08 06:12:43 -06002453 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06002454 },
2455
2456 "JournalCapture": {
2457 "Sections": [
2458 {
2459 "SyslogID": "phosphor-psu-monitor",
2460 "NumLines": 30
2461 },
2462 {
2463 "SyslogID": "phosphor-power-control",
2464 "NumLines": 30
2465 },
2466 {
2467 "SyslogID": "phosphor-chassis-state-manager",
2468 "NumLines": 15
2469 },
2470 {
2471 "SyslogID": "systemd",
2472 "NumLines": 15
2473 },
2474 {
2475 "SyslogID": "phosphor-regulators",
2476 "NumLines": 5
2477 }
2478 ]
Ben Tyner0273a222021-07-12 15:18:13 -05002479 }
2480 },
2481
2482 {
Jim Wright7f678902020-11-30 16:03:57 -06002483 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerPGOODFault",
2484 "Subsystem": "power_sequencer",
2485 "ComponentID": "0x2700",
2486
2487 "SRC": {
2488 "Type": "11",
2489 "ReasonCode": "0x2610",
2490 "Words6To9": {}
2491 },
2492
2493 "CalloutsUsingAD": {
Patrick Williams26919f02022-12-08 06:12:43 -06002494 "ADName": "INPUT_NAME",
2495 "CalloutsWithTheirADValues": [
Jim Wright7f678902020-11-30 16:03:57 -06002496 {
Patrick Williams26919f02022-12-08 06:12:43 -06002497 "ADValue": "PGOOD_12A",
2498 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002499 {
2500 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002501 {
2502 "Priority": "high",
2503 "SymbolicFRU": "pgood_part"
2504 }
Jim Wright7f678902020-11-30 16:03:57 -06002505 ]
2506 }
2507 ]
2508 },
2509 {
Patrick Williams26919f02022-12-08 06:12:43 -06002510 "ADValue": "PGOOD_12B",
2511 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002512 {
2513 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002514 {
2515 "Priority": "high",
2516 "SymbolicFRU": "pgood_part"
2517 }
Jim Wright7f678902020-11-30 16:03:57 -06002518 ]
2519 }
2520 ]
2521 },
2522 {
Patrick Williams26919f02022-12-08 06:12:43 -06002523 "ADValue": "PGOOD_12C",
2524 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002525 {
2526 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002527 {
2528 "Priority": "high",
2529 "SymbolicFRU": "pgood_part"
2530 }
Jim Wright7f678902020-11-30 16:03:57 -06002531 ]
2532 }
2533 ]
2534 },
2535 {
Patrick Williams26919f02022-12-08 06:12:43 -06002536 "ADValue": "PGOOD_12D",
2537 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002538 {
2539 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002540 {
2541 "Priority": "high",
2542 "SymbolicFRU": "pgood_part"
2543 }
Jim Wright7f678902020-11-30 16:03:57 -06002544 ]
2545 }
2546 ]
2547 },
2548 {
Patrick Williams26919f02022-12-08 06:12:43 -06002549 "ADValue": "PGOOD_12L",
2550 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002551 {
2552 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002553 {
2554 "Priority": "high",
2555 "SymbolicFRU": "pgood_part"
2556 }
Jim Wright7f678902020-11-30 16:03:57 -06002557 ]
2558 }
2559 ]
2560 },
2561 {
Patrick Williams26919f02022-12-08 06:12:43 -06002562 "ADValue": "PGOOD_12M",
2563 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002564 {
2565 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002566 {
2567 "Priority": "high",
2568 "SymbolicFRU": "pgood_part"
2569 }
Jim Wright7f678902020-11-30 16:03:57 -06002570 ]
2571 }
2572 ]
2573 },
2574 {
Patrick Williams26919f02022-12-08 06:12:43 -06002575 "ADValue": "PGOOD_12N",
2576 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002577 {
2578 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002579 {
2580 "Priority": "high",
2581 "SymbolicFRU": "pgood_part"
2582 }
Jim Wright7f678902020-11-30 16:03:57 -06002583 ]
2584 }
2585 ]
2586 },
2587 {
Patrick Williams26919f02022-12-08 06:12:43 -06002588 "ADValue": "PGOOD_12PCIE",
2589 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002590 {
2591 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002592 {
2593 "Priority": "high",
2594 "SymbolicFRU": "pgood_part"
2595 }
Jim Wright7f678902020-11-30 16:03:57 -06002596 ]
2597 }
2598 ]
2599 },
2600 {
Patrick Williams26919f02022-12-08 06:12:43 -06002601 "ADValue": "PGOOD_12Q",
2602 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002603 {
2604 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002605 {
2606 "Priority": "high",
2607 "SymbolicFRU": "pgood_part"
2608 }
Jim Wright7f678902020-11-30 16:03:57 -06002609 ]
2610 }
2611 ]
2612 },
2613 {
Patrick Williams26919f02022-12-08 06:12:43 -06002614 "ADValue": "PGOOD_VDN_DCM0",
2615 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002616 {
2617 "CalloutList": [
2618 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002619 {
2620 "Priority": "medium",
2621 "LocCode": "P0-C15"
2622 },
Jim Wright7f678902020-11-30 16:03:57 -06002623 { "Priority": "low", "LocCode": "P0" }
2624 ]
2625 }
2626 ]
2627 },
2628 {
Patrick Williams26919f02022-12-08 06:12:43 -06002629 "ADValue": "PGOOD_VDN_DCM1",
2630 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002631 {
2632 "CalloutList": [
2633 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002634 {
2635 "Priority": "medium",
2636 "LocCode": "P0-C24"
2637 },
Jim Wright7f678902020-11-30 16:03:57 -06002638 { "Priority": "low", "LocCode": "P0" }
2639 ]
2640 }
2641 ]
2642 },
2643 {
Patrick Williams26919f02022-12-08 06:12:43 -06002644 "ADValue": "PGOOD_VCS_DCM0",
2645 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002646 {
2647 "CalloutList": [
2648 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002649 {
2650 "Priority": "medium",
2651 "LocCode": "P0-C15"
2652 },
Jim Wright7f678902020-11-30 16:03:57 -06002653 { "Priority": "low", "LocCode": "P0" }
2654 ]
2655 }
2656 ]
2657 },
2658 {
Patrick Williams26919f02022-12-08 06:12:43 -06002659 "ADValue": "PGOOD_VCS_DCM1",
2660 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002661 {
2662 "CalloutList": [
2663 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002664 {
2665 "Priority": "medium",
2666 "LocCode": "P0-C24"
2667 },
Jim Wright7f678902020-11-30 16:03:57 -06002668 { "Priority": "low", "LocCode": "P0" }
2669 ]
2670 }
2671 ]
2672 },
2673 {
Patrick Williams26919f02022-12-08 06:12:43 -06002674 "ADValue": "PGOOD_VIO_DCM0",
2675 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002676 {
2677 "CalloutList": [
2678 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002679 {
2680 "Priority": "medium",
2681 "LocCode": "P0-C15"
2682 },
Jim Wright7f678902020-11-30 16:03:57 -06002683 { "Priority": "low", "LocCode": "P0" }
2684 ]
2685 }
2686 ]
2687 },
2688 {
Patrick Williams26919f02022-12-08 06:12:43 -06002689 "ADValue": "PGOOD_VIO_DCM1",
2690 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002691 {
2692 "CalloutList": [
2693 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002694 {
2695 "Priority": "medium",
2696 "LocCode": "P0-C24"
2697 },
Jim Wright7f678902020-11-30 16:03:57 -06002698 { "Priority": "low", "LocCode": "P0" }
2699 ]
2700 }
2701 ]
2702 },
2703 {
Patrick Williams26919f02022-12-08 06:12:43 -06002704 "ADValue": "PGOOD_VPCIE_DCM0",
2705 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002706 {
2707 "CalloutList": [
2708 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002709 {
2710 "Priority": "medium",
2711 "LocCode": "P0-C15"
2712 },
Jim Wright7f678902020-11-30 16:03:57 -06002713 { "Priority": "low", "LocCode": "P0" }
2714 ]
2715 }
2716 ]
2717 },
2718 {
Patrick Williams26919f02022-12-08 06:12:43 -06002719 "ADValue": "PGOOD_VPCIE_DCM1",
2720 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002721 {
2722 "CalloutList": [
2723 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002724 {
2725 "Priority": "medium",
2726 "LocCode": "P0-C24"
2727 },
Jim Wright7f678902020-11-30 16:03:57 -06002728 { "Priority": "low", "LocCode": "P0" }
2729 ]
2730 }
2731 ]
Jim Wright2e4eb072022-02-03 14:43:46 -06002732 },
2733 {
Patrick Williams26919f02022-12-08 06:12:43 -06002734 "ADValue": "CP0_VPCIE",
2735 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002736 {
2737 "CalloutList": [
2738 { "Priority": "high", "LocCode": "P0-C58" },
Patrick Williams26919f02022-12-08 06:12:43 -06002739 {
2740 "Priority": "medium",
2741 "LocCode": "P0-C61"
2742 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002743 { "Priority": "low", "LocCode": "P0" }
2744 ]
2745 }
2746 ]
2747 },
2748 {
Patrick Williams26919f02022-12-08 06:12:43 -06002749 "ADValue": "CP1_VPCIE",
2750 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002751 {
2752 "CalloutList": [
2753 { "Priority": "high", "LocCode": "P0-C16" },
Patrick Williams26919f02022-12-08 06:12:43 -06002754 {
2755 "Priority": "medium",
2756 "LocCode": "P0-C14"
2757 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002758 { "Priority": "low", "LocCode": "P0" }
2759 ]
2760 }
2761 ]
2762 },
2763 {
Patrick Williams26919f02022-12-08 06:12:43 -06002764 "ADValue": "CP2_VPCIE",
2765 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002766 {
2767 "CalloutList": [
2768 { "Priority": "high", "LocCode": "P0-C16" },
Patrick Williams26919f02022-12-08 06:12:43 -06002769 {
2770 "Priority": "medium",
2771 "LocCode": "P0-C19"
2772 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002773 { "Priority": "low", "LocCode": "P0" }
2774 ]
2775 }
2776 ]
2777 },
2778 {
Patrick Williams26919f02022-12-08 06:12:43 -06002779 "ADValue": "CP3_VPCIE",
2780 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002781 {
2782 "CalloutList": [
2783 { "Priority": "high", "LocCode": "P0-C58" },
Patrick Williams26919f02022-12-08 06:12:43 -06002784 {
2785 "Priority": "medium",
2786 "LocCode": "P0-C56"
2787 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002788 { "Priority": "low", "LocCode": "P0" }
2789 ]
2790 }
2791 ]
2792 },
2793 {
Patrick Williams26919f02022-12-08 06:12:43 -06002794 "ADValue": "5.0V_USB_front",
2795 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002796 {
2797 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002798 {
2799 "Priority": "high",
2800 "SymbolicFRU": "usb_pgood"
2801 },
Jim Wrightace33db2022-04-19 14:33:37 -05002802 { "Priority": "low", "LocCode": "P1" },
2803 { "Priority": "low", "LocCode": "P0" }
Jim Wright2e4eb072022-02-03 14:43:46 -06002804 ]
2805 }
2806 ]
2807 },
2808 {
Patrick Williams26919f02022-12-08 06:12:43 -06002809 "ADValue": "CP0_VDN",
2810 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002811 {
2812 "CalloutList": [
2813 { "Priority": "high", "LocCode": "P0-C63" },
Patrick Williams26919f02022-12-08 06:12:43 -06002814 {
2815 "Priority": "medium",
2816 "LocCode": "P0-C61"
2817 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002818 { "Priority": "low", "LocCode": "P0" }
2819 ]
2820 }
2821 ]
2822 },
2823 {
Patrick Williams26919f02022-12-08 06:12:43 -06002824 "ADValue": "CP1_VDN",
2825 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002826 {
2827 "CalloutList": [
2828 { "Priority": "high", "LocCode": "P0-C12" },
Patrick Williams26919f02022-12-08 06:12:43 -06002829 {
2830 "Priority": "medium",
2831 "LocCode": "P0-C14"
2832 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002833 { "Priority": "low", "LocCode": "P0" }
2834 ]
2835 }
2836 ]
2837 },
2838 {
Patrick Williams26919f02022-12-08 06:12:43 -06002839 "ADValue": "CP2_VDN",
2840 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002841 {
2842 "CalloutList": [
2843 { "Priority": "high", "LocCode": "P0-C21" },
Patrick Williams26919f02022-12-08 06:12:43 -06002844 {
2845 "Priority": "medium",
2846 "LocCode": "P0-C19"
2847 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002848 { "Priority": "low", "LocCode": "P0" }
2849 ]
2850 }
2851 ]
2852 },
2853 {
Patrick Williams26919f02022-12-08 06:12:43 -06002854 "ADValue": "CP3_VDN",
2855 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002856 {
2857 "CalloutList": [
2858 { "Priority": "high", "LocCode": "P0-C54" },
Patrick Williams26919f02022-12-08 06:12:43 -06002859 {
2860 "Priority": "medium",
2861 "LocCode": "P0-C56"
2862 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002863 { "Priority": "low", "LocCode": "P0" }
2864 ]
2865 }
2866 ]
2867 },
2868 {
Patrick Williams26919f02022-12-08 06:12:43 -06002869 "ADValue": "CP0_VIO",
2870 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002871 {
2872 "CalloutList": [
2873 { "Priority": "high", "LocCode": "P0-C63" },
Patrick Williams26919f02022-12-08 06:12:43 -06002874 {
2875 "Priority": "medium",
2876 "LocCode": "P0-C61"
2877 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002878 { "Priority": "low", "LocCode": "P0" }
2879 ]
2880 }
2881 ]
2882 },
2883 {
Patrick Williams26919f02022-12-08 06:12:43 -06002884 "ADValue": "CP1_VIO",
2885 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002886 {
2887 "CalloutList": [
2888 { "Priority": "high", "LocCode": "P0-C12" },
Patrick Williams26919f02022-12-08 06:12:43 -06002889 {
2890 "Priority": "medium",
2891 "LocCode": "P0-C14"
2892 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002893 { "Priority": "low", "LocCode": "P0" }
2894 ]
2895 }
2896 ]
2897 },
2898 {
Patrick Williams26919f02022-12-08 06:12:43 -06002899 "ADValue": "CP2_VIO",
2900 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002901 {
2902 "CalloutList": [
2903 { "Priority": "high", "LocCode": "P0-C21" },
Patrick Williams26919f02022-12-08 06:12:43 -06002904 {
2905 "Priority": "medium",
2906 "LocCode": "P0-C19"
2907 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002908 { "Priority": "low", "LocCode": "P0" }
2909 ]
2910 }
2911 ]
2912 },
2913 {
Patrick Williams26919f02022-12-08 06:12:43 -06002914 "ADValue": "CP3_VIO",
2915 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002916 {
2917 "CalloutList": [
2918 { "Priority": "high", "LocCode": "P0-C54" },
Patrick Williams26919f02022-12-08 06:12:43 -06002919 {
2920 "Priority": "medium",
2921 "LocCode": "P0-C56"
2922 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002923 { "Priority": "low", "LocCode": "P0" }
2924 ]
2925 }
2926 ]
Jim Wright7f678902020-11-30 16:03:57 -06002927 }
2928 ]
2929 },
2930
2931 "Documentation": {
2932 "Description": "The power sequencer chip detected a PGOOD fault",
2933 "Message": "The power sequencer chip detected a PGOOD fault",
Patrick Williams26919f02022-12-08 06:12:43 -06002934 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06002935 },
2936
2937 "JournalCapture": {
2938 "Sections": [
2939 {
2940 "SyslogID": "phosphor-psu-monitor",
2941 "NumLines": 30
2942 },
2943 {
2944 "SyslogID": "phosphor-power-control",
2945 "NumLines": 30
2946 },
2947 {
2948 "SyslogID": "phosphor-chassis-state-manager",
2949 "NumLines": 15
2950 },
2951 {
2952 "SyslogID": "systemd",
2953 "NumLines": 15
2954 },
2955 {
2956 "SyslogID": "phosphor-regulators",
2957 "NumLines": 5
2958 }
2959 ]
Jim Wright7f678902020-11-30 16:03:57 -06002960 }
2961 },
2962
2963 {
2964 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerVoltageFault",
2965 "Subsystem": "power_sequencer",
2966 "ComponentID": "0x2700",
2967
2968 "SRC": {
2969 "Type": "11",
2970 "ReasonCode": "0x2620",
2971 "Words6To9": {}
2972 },
2973
2974 "CalloutsUsingAD": {
Patrick Williams26919f02022-12-08 06:12:43 -06002975 "ADName": "RAIL_NAME",
2976 "CalloutsWithTheirADValues": [
Jim Wright7f678902020-11-30 16:03:57 -06002977 {
Patrick Williams26919f02022-12-08 06:12:43 -06002978 "ADValue": "12.0V",
2979 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002980 {
2981 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002982 {
2983 "Priority": "high",
2984 "SymbolicFRU": "pgood_part"
2985 }
Jim Wright7f678902020-11-30 16:03:57 -06002986 ]
2987 }
2988 ]
2989 },
2990 {
Patrick Williams26919f02022-12-08 06:12:43 -06002991 "ADValue": "5.0V_USB",
2992 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002993 {
2994 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002995 {
2996 "Priority": "high",
2997 "SymbolicFRU": "usb_pgood"
2998 },
Jim Wright7f678902020-11-30 16:03:57 -06002999 { "Priority": "medium", "LocCode": "P0" }
3000 ]
3001 }
3002 ]
3003 },
3004 {
Patrick Williams26919f02022-12-08 06:12:43 -06003005 "ADValue": "5.0V_DASD",
3006 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003007 {
3008 "CalloutList": [
3009 { "Priority": "medium", "LocCode": "P1" },
3010 { "Priority": "medium", "LocCode": "P2" },
Jim Wright7f678902020-11-30 16:03:57 -06003011 { "Priority": "low", "LocCode": "P0" }
3012 ]
3013 }
3014 ]
3015 },
3016 {
Patrick Williams26919f02022-12-08 06:12:43 -06003017 "ADValue": "3.3VA",
3018 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003019 {
3020 "CalloutList": [
3021 { "Priority": "high", "LocCode": "P0" }
3022 ]
3023 }
3024 ]
3025 },
3026 {
Patrick Williams26919f02022-12-08 06:12:43 -06003027 "ADValue": "3.3VB",
3028 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003029 {
3030 "CalloutList": [
3031 { "Priority": "high", "LocCode": "P0" }
3032 ]
3033 }
3034 ]
3035 },
3036 {
Patrick Williams26919f02022-12-08 06:12:43 -06003037 "ADValue": "1.5V",
3038 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003039 {
3040 "CalloutList": [
3041 { "Priority": "high", "LocCode": "P0" }
3042 ]
3043 }
3044 ]
3045 },
3046 {
Patrick Williams26919f02022-12-08 06:12:43 -06003047 "ADValue": "1.1V",
3048 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003049 {
3050 "CalloutList": [
3051 { "Priority": "high", "LocCode": "P0" }
3052 ]
3053 }
3054 ]
3055 },
3056 {
Patrick Williams26919f02022-12-08 06:12:43 -06003057 "ADValue": "VDDA_DCM0",
3058 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003059 {
3060 "CalloutList": [
3061 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06003062 {
3063 "Priority": "medium",
3064 "LocCode": "P0-C15"
3065 },
Jim Wright7f678902020-11-30 16:03:57 -06003066 { "Priority": "low", "LocCode": "P0" }
3067 ]
3068 }
3069 ]
3070 },
3071 {
Patrick Williams26919f02022-12-08 06:12:43 -06003072 "ADValue": "VDDB_DCM0",
3073 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003074 {
3075 "CalloutList": [
3076 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06003077 {
3078 "Priority": "medium",
3079 "LocCode": "P0-C15"
3080 },
Jim Wright7f678902020-11-30 16:03:57 -06003081 { "Priority": "low", "LocCode": "P0" }
3082 ]
3083 }
3084 ]
3085 },
3086 {
Patrick Williams26919f02022-12-08 06:12:43 -06003087 "ADValue": "VDDA_DCM1",
3088 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003089 {
3090 "CalloutList": [
3091 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06003092 {
3093 "Priority": "medium",
3094 "LocCode": "P0-C24"
3095 },
Jim Wright7f678902020-11-30 16:03:57 -06003096 { "Priority": "low", "LocCode": "P0" }
3097 ]
3098 }
3099 ]
3100 },
3101 {
Patrick Williams26919f02022-12-08 06:12:43 -06003102 "ADValue": "VDDB_DCM1",
3103 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003104 {
3105 "CalloutList": [
3106 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06003107 {
3108 "Priority": "medium",
3109 "LocCode": "P0-C24"
3110 },
Jim Wright7f678902020-11-30 16:03:57 -06003111 { "Priority": "low", "LocCode": "P0" }
3112 ]
3113 }
3114 ]
3115 },
3116 {
Patrick Williams26919f02022-12-08 06:12:43 -06003117 "ADValue": "12.0VCS",
3118 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003119 {
3120 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003121 {
3122 "Priority": "high",
3123 "SymbolicFRU": "pgood_part"
3124 }
Jim Wright7f678902020-11-30 16:03:57 -06003125 ]
3126 }
3127 ]
3128 },
3129 {
Patrick Williams26919f02022-12-08 06:12:43 -06003130 "ADValue": "3.3VCS",
3131 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003132 {
3133 "CalloutList": [
3134 { "Priority": "high", "LocCode": "P0" }
3135 ]
3136 }
3137 ]
3138 },
3139 {
Patrick Williams26919f02022-12-08 06:12:43 -06003140 "ADValue": "1.1V_Current",
3141 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003142 {
3143 "CalloutList": [
3144 { "Priority": "high", "LocCode": "P0" }
3145 ]
3146 }
3147 ]
3148 },
3149 {
Patrick Williams26919f02022-12-08 06:12:43 -06003150 "ADValue": "5.0V_USB_Current",
3151 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003152 {
3153 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003154 {
3155 "Priority": "high",
3156 "SymbolicFRU": "usb_pgood"
3157 },
Jim Wright7f678902020-11-30 16:03:57 -06003158 { "Priority": "medium", "LocCode": "P0" }
3159 ]
3160 }
3161 ]
3162 },
3163 {
Patrick Williams26919f02022-12-08 06:12:43 -06003164 "ADValue": "5.0V_DASD_Current",
3165 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003166 {
3167 "CalloutList": [
3168 { "Priority": "medium", "LocCode": "P1" },
3169 { "Priority": "medium", "LocCode": "P2" },
Jim Wright7f678902020-11-30 16:03:57 -06003170 { "Priority": "low", "LocCode": "P0" }
3171 ]
3172 }
3173 ]
3174 },
3175 {
Patrick Williams26919f02022-12-08 06:12:43 -06003176 "ADValue": "12.0VN",
3177 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003178 {
3179 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003180 {
3181 "Priority": "high",
3182 "SymbolicFRU": "pgood_part"
3183 }
Jim Wright7f678902020-11-30 16:03:57 -06003184 ]
3185 }
3186 ]
3187 },
3188 {
Patrick Williams26919f02022-12-08 06:12:43 -06003189 "ADValue": "12.0VP",
3190 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003191 {
3192 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003193 {
3194 "Priority": "high",
3195 "SymbolicFRU": "pgood_part"
3196 }
Jim Wright7f678902020-11-30 16:03:57 -06003197 ]
3198 }
3199 ]
3200 },
3201 {
Patrick Williams26919f02022-12-08 06:12:43 -06003202 "ADValue": "12.0VQ",
3203 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003204 {
3205 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003206 {
3207 "Priority": "high",
3208 "SymbolicFRU": "pgood_part"
3209 }
Jim Wright7f678902020-11-30 16:03:57 -06003210 ]
3211 }
3212 ]
3213 },
3214 {
Patrick Williams26919f02022-12-08 06:12:43 -06003215 "ADValue": "12.0VR",
3216 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003217 {
3218 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003219 {
3220 "Priority": "high",
3221 "SymbolicFRU": "pgood_part"
3222 }
Jim Wright7f678902020-11-30 16:03:57 -06003223 ]
3224 }
3225 ]
3226 },
3227 {
Patrick Williams26919f02022-12-08 06:12:43 -06003228 "ADValue": "ThermalDiode1",
3229 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003230 {
3231 "CalloutList": [
3232 { "Priority": "high", "LocCode": "P0" }
3233 ]
3234 }
3235 ]
3236 },
3237 {
Patrick Williams26919f02022-12-08 06:12:43 -06003238 "ADValue": "ThermalDiode2",
3239 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003240 {
3241 "CalloutList": [
3242 { "Priority": "high", "LocCode": "P0" }
3243 ]
3244 }
3245 ]
3246 },
3247 {
Patrick Williams26919f02022-12-08 06:12:43 -06003248 "ADValue": "ThermalDiode3",
3249 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003250 {
3251 "CalloutList": [
3252 { "Priority": "high", "LocCode": "P0" }
3253 ]
3254 }
3255 ]
3256 },
3257 {
Patrick Williams26919f02022-12-08 06:12:43 -06003258 "ADValue": "ThermalDiode4",
3259 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003260 {
3261 "CalloutList": [
3262 { "Priority": "high", "LocCode": "P0" }
3263 ]
3264 }
3265 ]
Jim Wrightae1738c2022-05-02 09:57:45 -05003266 },
3267 {
Patrick Williams26919f02022-12-08 06:12:43 -06003268 "ADValue": "VDN_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": "VDN_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": "VCS_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": "VCS_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 ]
3326 },
3327 {
Patrick Williams26919f02022-12-08 06:12:43 -06003328 "ADValue": "VIO_DCM0",
3329 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003330 {
3331 "CalloutList": [
3332 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06003333 {
3334 "Priority": "medium",
3335 "LocCode": "P0-C15"
3336 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003337 { "Priority": "low", "LocCode": "P0" }
3338 ]
3339 }
3340 ]
3341 },
3342 {
Patrick Williams26919f02022-12-08 06:12:43 -06003343 "ADValue": "VIO_DCM1",
3344 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003345 {
3346 "CalloutList": [
3347 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06003348 {
3349 "Priority": "medium",
3350 "LocCode": "P0-C24"
3351 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003352 { "Priority": "low", "LocCode": "P0" }
3353 ]
3354 }
3355 ]
3356 },
3357 {
Patrick Williams26919f02022-12-08 06:12:43 -06003358 "ADValue": "VPCIE_DCM0",
3359 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003360 {
3361 "CalloutList": [
3362 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06003363 {
3364 "Priority": "medium",
3365 "LocCode": "P0-C15"
3366 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003367 { "Priority": "low", "LocCode": "P0" }
3368 ]
3369 }
3370 ]
3371 },
3372 {
Patrick Williams26919f02022-12-08 06:12:43 -06003373 "ADValue": "VPCIE_DCM1",
3374 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003375 {
3376 "CalloutList": [
3377 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06003378 {
3379 "Priority": "medium",
3380 "LocCode": "P0-C24"
3381 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003382 { "Priority": "low", "LocCode": "P0" }
3383 ]
3384 }
3385 ]
Jim Wright452d46d2022-12-16 16:56:21 -06003386 },
3387 {
3388 "ADValue": "3V3IO",
3389 "Callouts": [
3390 {
3391 "CalloutList": [
3392 { "Priority": "high", "LocCode": "P0-C17" },
3393 {
3394 "Priority": "medium",
3395 "LocCode": "P0-C96"
3396 },
3397 {
3398 "Priority": "medium",
3399 "LocCode": "P0-C0"
3400 },
3401 {
3402 "Priority": "medium",
3403 "SymbolicFRU": "pcie_hot_plug"
3404 },
3405 { "Priority": "low", "LocCode": "P0" }
3406 ]
3407 }
3408 ]
3409 },
3410 {
3411 "ADValue": "CP0_VDD0",
3412 "Callouts": [
3413 {
3414 "CalloutList": [
3415 { "Priority": "high", "LocCode": "P0-C62" },
3416 {
3417 "Priority": "medium",
3418 "LocCode": "P0-C61"
3419 },
3420 { "Priority": "low", "LocCode": "P0" }
3421 ]
3422 }
3423 ]
3424 },
3425 {
3426 "ADValue": "CP0_VDD1",
3427 "Callouts": [
3428 {
3429 "CalloutList": [
3430 { "Priority": "high", "LocCode": "P0-C60" },
3431 {
3432 "Priority": "medium",
3433 "LocCode": "P0-C61"
3434 },
3435 { "Priority": "low", "LocCode": "P0" }
3436 ]
3437 }
3438 ]
3439 },
3440 {
3441 "ADValue": "CP1_VDD0",
3442 "Callouts": [
3443 {
3444 "CalloutList": [
3445 { "Priority": "high", "LocCode": "P0-C13" },
3446 {
3447 "Priority": "medium",
3448 "LocCode": "P0-C14"
3449 },
3450 { "Priority": "low", "LocCode": "P0" }
3451 ]
3452 }
3453 ]
3454 },
3455 {
3456 "ADValue": "CP1_VDD1",
3457 "Callouts": [
3458 {
3459 "CalloutList": [
3460 { "Priority": "high", "LocCode": "P0-C15" },
3461 {
3462 "Priority": "medium",
3463 "LocCode": "P0-C14"
3464 },
3465 { "Priority": "low", "LocCode": "P0" }
3466 ]
3467 }
3468 ]
3469 },
3470 {
3471 "ADValue": "CP2_VDD0",
3472 "Callouts": [
3473 {
3474 "CalloutList": [
3475 { "Priority": "high", "LocCode": "P0-C18" },
3476 {
3477 "Priority": "medium",
3478 "LocCode": "P0-C19"
3479 },
3480 { "Priority": "low", "LocCode": "P0" }
3481 ]
3482 }
3483 ]
3484 },
3485 {
3486 "ADValue": "CP2_VDD1",
3487 "Callouts": [
3488 {
3489 "CalloutList": [
3490 { "Priority": "high", "LocCode": "P0-C20" },
3491 {
3492 "Priority": "medium",
3493 "LocCode": "P0-C19"
3494 },
3495 { "Priority": "low", "LocCode": "P0" }
3496 ]
3497 }
3498 ]
3499 },
3500 {
3501 "ADValue": "CP3_VDD0",
3502 "Callouts": [
3503 {
3504 "CalloutList": [
3505 { "Priority": "high", "LocCode": "P0-C57" },
3506 {
3507 "Priority": "medium",
3508 "LocCode": "P0-C56"
3509 },
3510 { "Priority": "low", "LocCode": "P0" }
3511 ]
3512 }
3513 ]
3514 },
3515 {
3516 "ADValue": "CP3_VDD1",
3517 "Callouts": [
3518 {
3519 "CalloutList": [
3520 { "Priority": "high", "LocCode": "P0-C55" },
3521 {
3522 "Priority": "medium",
3523 "LocCode": "P0-C56"
3524 },
3525 { "Priority": "low", "LocCode": "P0" }
3526 ]
3527 }
3528 ]
3529 },
3530 {
3531 "ADValue": "CP0_VCS0",
3532 "Callouts": [
3533 {
3534 "CalloutList": [
3535 { "Priority": "high", "LocCode": "P0-C63" },
3536 {
3537 "Priority": "medium",
3538 "LocCode": "P0-C61"
3539 },
3540 { "Priority": "low", "LocCode": "P0" }
3541 ]
3542 }
3543 ]
3544 },
3545 {
3546 "ADValue": "CP0_VCS1",
3547 "Callouts": [
3548 {
3549 "CalloutList": [
3550 { "Priority": "high", "LocCode": "P0-C59" },
3551 {
3552 "Priority": "medium",
3553 "LocCode": "P0-C61"
3554 },
3555 { "Priority": "low", "LocCode": "P0" }
3556 ]
3557 }
3558 ]
3559 },
3560 {
3561 "ADValue": "CP1_VCS0",
3562 "Callouts": [
3563 {
3564 "CalloutList": [
3565 { "Priority": "high", "LocCode": "P0-C12" },
3566 {
3567 "Priority": "medium",
3568 "LocCode": "P0-C14"
3569 },
3570 { "Priority": "low", "LocCode": "P0" }
3571 ]
3572 }
3573 ]
3574 },
3575 {
3576 "ADValue": "CP1_VCS1",
3577 "Callouts": [
3578 {
3579 "CalloutList": [
3580 { "Priority": "high", "LocCode": "P0-C16" },
3581 {
3582 "Priority": "medium",
3583 "LocCode": "P0-C14"
3584 },
3585 { "Priority": "low", "LocCode": "P0" }
3586 ]
3587 }
3588 ]
3589 },
3590 {
3591 "ADValue": "CP2_VCS0",
3592 "Callouts": [
3593 {
3594 "CalloutList": [
3595 { "Priority": "high", "LocCode": "P0-C17" },
3596 {
3597 "Priority": "medium",
3598 "LocCode": "P0-C19"
3599 },
3600 { "Priority": "low", "LocCode": "P0" }
3601 ]
3602 }
3603 ]
3604 },
3605 {
3606 "ADValue": "CP2_VCS1",
3607 "Callouts": [
3608 {
3609 "CalloutList": [
3610 { "Priority": "high", "LocCode": "P0-C21" },
3611 {
3612 "Priority": "medium",
3613 "LocCode": "P0-C19"
3614 },
3615 { "Priority": "low", "LocCode": "P0" }
3616 ]
3617 }
3618 ]
3619 },
3620 {
3621 "ADValue": "CP3_VCS0",
3622 "Callouts": [
3623 {
3624 "CalloutList": [
3625 { "Priority": "high", "LocCode": "P0-C58" },
3626 {
3627 "Priority": "medium",
3628 "LocCode": "P0-C56"
3629 },
3630 { "Priority": "low", "LocCode": "P0" }
3631 ]
3632 }
3633 ]
3634 },
3635 {
3636 "ADValue": "CP3_VCS1",
3637 "Callouts": [
3638 {
3639 "CalloutList": [
3640 { "Priority": "high", "LocCode": "P0-C54" },
3641 {
3642 "Priority": "medium",
3643 "LocCode": "P0-C56"
3644 },
3645 { "Priority": "low", "LocCode": "P0" }
3646 ]
3647 }
3648 ]
3649 },
3650 {
3651 "ADValue": "CP03_AVDD",
3652 "Callouts": [
3653 {
3654 "CalloutList": [
3655 { "Priority": "high", "LocCode": "P0-C58" },
3656 {
3657 "Priority": "medium",
3658 "LocCode": "P0-C61"
3659 },
3660 {
3661 "Priority": "medium",
3662 "LocCode": "P0-C56"
3663 },
3664 { "Priority": "low", "LocCode": "P0" }
3665 ]
3666 }
3667 ]
3668 },
3669 {
3670 "ADValue": "CP12_AVDD",
3671 "Callouts": [
3672 {
3673 "CalloutList": [
3674 { "Priority": "high", "LocCode": "P0-C16" },
3675 {
3676 "Priority": "medium",
3677 "LocCode": "P0-C14"
3678 },
3679 {
3680 "Priority": "medium",
3681 "LocCode": "P0-C19"
3682 },
3683 { "Priority": "low", "LocCode": "P0" }
3684 ]
3685 }
3686 ]
3687 },
3688 {
3689 "ADValue": "CP0_VDN",
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_VDN",
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_VDN",
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_VDN",
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_VIO",
3750 "Callouts": [
3751 {
3752 "CalloutList": [
3753 { "Priority": "high", "LocCode": "P0-C63" },
3754 {
3755 "Priority": "medium",
3756 "LocCode": "P0-C61"
3757 },
3758 { "Priority": "low", "LocCode": "P0" }
3759 ]
3760 }
3761 ]
3762 },
3763 {
3764 "ADValue": "CP1_VIO",
3765 "Callouts": [
3766 {
3767 "CalloutList": [
3768 { "Priority": "high", "LocCode": "P0-C12" },
3769 {
3770 "Priority": "medium",
3771 "LocCode": "P0-C14"
3772 },
3773 { "Priority": "low", "LocCode": "P0" }
3774 ]
3775 }
3776 ]
3777 },
3778 {
3779 "ADValue": "CP2_VIO",
3780 "Callouts": [
3781 {
3782 "CalloutList": [
3783 { "Priority": "high", "LocCode": "P0-C21" },
3784 {
3785 "Priority": "medium",
3786 "LocCode": "P0-C19"
3787 },
3788 { "Priority": "low", "LocCode": "P0" }
3789 ]
3790 }
3791 ]
3792 },
3793 {
3794 "ADValue": "CP3_VIO",
3795 "Callouts": [
3796 {
3797 "CalloutList": [
3798 { "Priority": "high", "LocCode": "P0-C54" },
3799 {
3800 "Priority": "medium",
3801 "LocCode": "P0-C56"
3802 },
3803 { "Priority": "low", "LocCode": "P0" }
3804 ]
3805 }
3806 ]
3807 },
3808 {
3809 "ADValue": "CP0_VPCIE",
3810 "Callouts": [
3811 {
3812 "CalloutList": [
3813 { "Priority": "high", "LocCode": "P0-C58" },
3814 {
3815 "Priority": "medium",
3816 "LocCode": "P0-C61"
3817 },
3818 { "Priority": "low", "LocCode": "P0" }
3819 ]
3820 }
3821 ]
3822 },
3823 {
3824 "ADValue": "CP1_VPCIE",
3825 "Callouts": [
3826 {
3827 "CalloutList": [
3828 { "Priority": "high", "LocCode": "P0-C16" },
3829 {
3830 "Priority": "medium",
3831 "LocCode": "P0-C14"
3832 },
3833 { "Priority": "low", "LocCode": "P0" }
3834 ]
3835 }
3836 ]
3837 },
3838 {
3839 "ADValue": "CP2_VPCIE",
3840 "Callouts": [
3841 {
3842 "CalloutList": [
3843 { "Priority": "high", "LocCode": "P0-C16" },
3844 {
3845 "Priority": "medium",
3846 "LocCode": "P0-C19"
3847 },
3848 { "Priority": "low", "LocCode": "P0" }
3849 ]
3850 }
3851 ]
3852 },
3853 {
3854 "ADValue": "CP3_VPCIE",
3855 "Callouts": [
3856 {
3857 "CalloutList": [
3858 { "Priority": "high", "LocCode": "P0-C58" },
3859 {
3860 "Priority": "medium",
3861 "LocCode": "P0-C56"
3862 },
3863 { "Priority": "low", "LocCode": "P0" }
3864 ]
3865 }
3866 ]
Jim Wright9b779e42022-12-16 17:50:23 -06003867 },
3868 {
Shawn McCarney8d1e19b2023-08-04 16:19:49 -05003869 "ADValue": "12.0VA",
3870 "Callouts": [
3871 {
3872 "CalloutList": [
3873 {
3874 "Priority": "high",
3875 "SymbolicFRU": "pgood_part"
3876 }
3877 ]
3878 }
3879 ]
3880 },
3881 {
Jim Wright9b779e42022-12-16 17:50:23 -06003882 "ADValue": "5.0VCS",
3883 "Callouts": [
3884 {
3885 "CalloutList": [
3886 { "Priority": "high", "LocCode": "P0" }
3887 ]
3888 }
3889 ]
3890 },
3891 {
Shawn McCarney8d1e19b2023-08-04 16:19:49 -05003892 "ADValue": "1.8V",
3893 "Callouts": [
3894 {
3895 "CalloutList": [
3896 { "Priority": "high", "LocCode": "P0" }
3897 ]
3898 }
3899 ]
3900 },
3901 {
3902 "ADValue": "0.9V",
3903 "Callouts": [
3904 {
3905 "CalloutList": [
3906 { "Priority": "high", "LocCode": "P0" }
3907 ]
3908 }
3909 ]
3910 },
3911 {
3912 "ADValue": "3.3V",
Jim Wright9b779e42022-12-16 17:50:23 -06003913 "Callouts": [
3914 {
3915 "CalloutList": [
3916 {
3917 "Priority": "high",
3918 "SymbolicFRU": "pcie_hot_plug"
3919 },
3920 { "Priority": "medium", "LocCode": "P0" }
3921 ]
3922 }
3923 ]
3924 },
3925 {
Shawn McCarney8d1e19b2023-08-04 16:19:49 -05003926 "ADValue": "1.5V_AVDD",
3927 "Callouts": [
3928 {
3929 "CalloutList": [
3930 { "Priority": "high", "LocCode": "P0-C5" },
3931 { "Priority": "medium", "LocCode": "P0" }
3932 ]
3933 }
3934 ]
3935 },
3936 {
3937 "ADValue": "0.65V_VDN",
3938 "Callouts": [
3939 {
3940 "CalloutList": [
3941 { "Priority": "high", "LocCode": "P0-C5" },
3942 { "Priority": "medium", "LocCode": "P0" }
3943 ]
3944 }
3945 ]
3946 },
3947 {
3948 "ADValue": "0.7VA_VDD",
3949 "Callouts": [
3950 {
3951 "CalloutList": [
3952 { "Priority": "high", "LocCode": "P0-C5" },
3953 { "Priority": "medium", "LocCode": "P0" }
3954 ]
3955 }
3956 ]
3957 },
3958 {
3959 "ADValue": "0.7VB_VDD",
3960 "Callouts": [
3961 {
3962 "CalloutList": [
3963 { "Priority": "high", "LocCode": "P0-C5" },
3964 { "Priority": "medium", "LocCode": "P0" }
3965 ]
3966 }
3967 ]
3968 },
3969 {
3970 "ADValue": "0.75V_VCS",
3971 "Callouts": [
3972 {
3973 "CalloutList": [
3974 { "Priority": "high", "LocCode": "P0-C5" },
3975 { "Priority": "medium", "LocCode": "P0" }
3976 ]
3977 }
3978 ]
3979 },
3980 {
3981 "ADValue": "0.9V_VIO",
3982 "Callouts": [
3983 {
3984 "CalloutList": [
3985 { "Priority": "high", "LocCode": "P0-C5" },
3986 { "Priority": "medium", "LocCode": "P0" }
3987 ]
3988 }
3989 ]
3990 },
3991 {
3992 "ADValue": "0.85V_VPCIE",
3993 "Callouts": [
3994 {
3995 "CalloutList": [
3996 { "Priority": "high", "LocCode": "P0-C5" },
3997 { "Priority": "medium", "LocCode": "P0" }
3998 ]
3999 }
4000 ]
4001 },
4002 {
4003 "ADValue": "PMIC2_PG",
Jim Wright9b779e42022-12-16 17:50:23 -06004004 "Callouts": [
4005 {
4006 "CalloutList": [
4007 {
4008 "Priority": "high",
Shawn McCarney8d1e19b2023-08-04 16:19:49 -05004009 "SymbolicFRU": "memory_dimm"
Jim Wright9b779e42022-12-16 17:50:23 -06004010 },
4011 { "Priority": "medium", "LocCode": "P0" }
4012 ]
4013 }
4014 ]
4015 },
4016 {
Shawn McCarney8d1e19b2023-08-04 16:19:49 -05004017 "ADValue": "PMIC3_PG",
Jim Wright9b779e42022-12-16 17:50:23 -06004018 "Callouts": [
4019 {
4020 "CalloutList": [
Jim Wright9b779e42022-12-16 17:50:23 -06004021 {
Shawn McCarney8d1e19b2023-08-04 16:19:49 -05004022 "Priority": "high",
4023 "SymbolicFRU": "memory_dimm"
4024 },
4025 { "Priority": "medium", "LocCode": "P0" }
Jim Wright9b779e42022-12-16 17:50:23 -06004026 ]
4027 }
4028 ]
4029 },
4030 {
Shawn McCarney8d1e19b2023-08-04 16:19:49 -05004031 "ADValue": "VDDR_1.2VB",
Jim Wright9b779e42022-12-16 17:50:23 -06004032 "Callouts": [
4033 {
4034 "CalloutList": [
Jim Wright9b779e42022-12-16 17:50:23 -06004035 {
Shawn McCarney8d1e19b2023-08-04 16:19:49 -05004036 "Priority": "high",
4037 "SymbolicFRU": "memory_dimm"
4038 },
4039 { "Priority": "medium", "LocCode": "P0" }
Jim Wright9b779e42022-12-16 17:50:23 -06004040 ]
4041 }
4042 ]
4043 },
4044 {
Shawn McCarney8d1e19b2023-08-04 16:19:49 -05004045 "ADValue": "VDDR_1.2VA",
Jim Wright9b779e42022-12-16 17:50:23 -06004046 "Callouts": [
4047 {
4048 "CalloutList": [
Jim Wright9b779e42022-12-16 17:50:23 -06004049 {
Shawn McCarney8d1e19b2023-08-04 16:19:49 -05004050 "Priority": "high",
4051 "SymbolicFRU": "memory_dimm"
4052 },
4053 { "Priority": "medium", "LocCode": "P0" }
Jim Wright9b779e42022-12-16 17:50:23 -06004054 ]
4055 }
4056 ]
Jim Wright7f678902020-11-30 16:03:57 -06004057 }
4058 ]
4059 },
4060
4061 "Documentation": {
4062 "Description": "The power sequencer chip detected a voltage fault",
4063 "Message": "The power sequencer chip detected a voltage fault",
Patrick Williams26919f02022-12-08 06:12:43 -06004064 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06004065 },
4066
4067 "JournalCapture": {
4068 "Sections": [
4069 {
4070 "SyslogID": "phosphor-psu-monitor",
4071 "NumLines": 30
4072 },
4073 {
4074 "SyslogID": "phosphor-power-control",
4075 "NumLines": 30
4076 },
4077 {
4078 "SyslogID": "phosphor-chassis-state-manager",
4079 "NumLines": 15
4080 },
4081 {
4082 "SyslogID": "systemd",
4083 "NumLines": 15
4084 },
4085 {
4086 "SyslogID": "phosphor-regulators",
4087 "NumLines": 5
4088 }
4089 ]
Jim Wright7f678902020-11-30 16:03:57 -06004090 }
4091 },
4092
4093 {
Shawn McCarney7f1ec942021-07-28 13:33:34 -05004094 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.N",
4095 "Subsystem": "power",
4096 "Severity": "predictive_redundancy_loss",
4097 "ComponentID": "0x2700",
4098
4099 "SRC": {
4100 "Type": "11",
4101 "ReasonCode": "0x2700",
Matt Spinler04ac4e32023-04-14 14:16:37 -05004102 "Words6To9": {},
4103 "DeconfigFlag": true
Shawn McCarney7f1ec942021-07-28 13:33:34 -05004104 },
4105
4106 "Documentation": {
4107 "Description": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
4108 "Message": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
4109 "Notes": [
4110 "CALLOUT_INVENTORY_PATH should be specified in the ",
4111 "AdditionalData property of the event log so that ",
4112 "the device is called out but not the communication path."
4113 ]
4114 }
4115 },
4116
4117 {
4118 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.NPlus1",
4119 "Subsystem": "power",
4120 "Severity": "non_error",
4121 "MfgSeverity": "predictive_redundancy_loss",
4122 "ActionFlags": ["report"],
4123 "MfgActionFlags": ["service_action", "report", "call_home"],
4124 "ComponentID": "0x2700",
4125
4126 "SRC": {
4127 "Type": "11",
4128 "ReasonCode": "0x2701",
4129 "Words6To9": {}
4130 },
4131
4132 "Documentation": {
4133 "Description": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
4134 "Message": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
4135 "Notes": [
4136 "CALLOUT_INVENTORY_PATH should be specified in the ",
4137 "AdditionalData property of the event log so that ",
4138 "the device is called out but not the communication path."
4139 ]
4140 }
4141 },
4142
4143 {
Shawn McCarney01648f52020-06-25 11:42:02 -05004144 "Name": "xyz.openbmc_project.Power.Regulators.Error.WriteVerification",
4145 "Subsystem": "power",
4146 "ComponentID": "0x2700",
4147
4148 "SRC": {
4149 "Type": "11",
4150 "ReasonCode": "0x2900",
Matt Spinler04ac4e32023-04-14 14:16:37 -05004151 "Words6To9": {},
4152 "DeconfigFlag": true
Shawn McCarney01648f52020-06-25 11:42:02 -05004153 },
4154
4155 "Documentation": {
4156 "Description": "A write verification error occurred on a device",
4157 "Message": "A write verification error occurred on a device",
4158 "Notes": [
4159 "This error occurs when a device register is written, ",
4160 "read back, and the two values do not match. This is ",
4161 "also called a read-back error. The device should be ",
4162 "identified using the CALLOUT_DEVICE_PATH or ",
4163 "CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR keywords in the ",
4164 "AdditionalData property of the event log. This will ",
4165 "cause the device and the hardware in the communication ",
4166 "path to be called out."
4167 ]
4168 }
4169 },
4170
4171 {
Shawn McCarneye4022182022-01-31 19:09:01 -06004172 "Name": "xyz.openbmc_project.Power.UPS.Error.Battery.Discharging",
4173 "Subsystem": "power",
4174 "Severity": "non_error",
4175 "ActionFlags": ["report"],
4176 "ComponentID": "0x2700",
4177
4178 "SRC": {
4179 "Type": "11",
4180 "ReasonCode": "0x4201",
4181 "Words6To9": {}
4182 },
4183
4184 "Documentation": {
4185 "Description": "The Uninterruptible Power Supply (UPS) battery is discharging and providing power to the system due to a utility failure",
4186 "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 -06004187 "Notes": []
Shawn McCarneye4022182022-01-31 19:09:01 -06004188 }
4189 },
4190
4191 {
4192 "Name": "xyz.openbmc_project.Power.UPS.Error.Battery.Low",
4193 "Subsystem": "power",
4194 "Severity": "non_error",
4195 "ActionFlags": ["report"],
4196 "ComponentID": "0x2700",
4197
4198 "SRC": {
4199 "Type": "11",
4200 "ReasonCode": "0x4203",
4201 "Words6To9": {}
4202 },
4203
4204 "Documentation": {
4205 "Description": "The Uninterruptible Power Supply (UPS) battery level is low",
4206 "Message": "The Uninterruptible Power Supply (UPS) battery level is low",
Patrick Williams26919f02022-12-08 06:12:43 -06004207 "Notes": []
Shawn McCarneye4022182022-01-31 19:09:01 -06004208 }
4209 },
4210
4211 {
Shawn McCarney01648f52020-06-25 11:42:02 -05004212 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile",
4213 "Subsystem": "power",
4214 "ComponentID": "0x2700",
4215
4216 "SRC": {
4217 "Type": "11",
4218 "ReasonCode": "0xA013",
4219 "Words6To9": {}
4220 },
4221
4222 "Callouts": [
4223 {
4224 "CalloutList": [
4225 { "Priority": "high", "Procedure": "bmc_code" }
4226 ]
4227 }
4228 ],
4229
4230 "Documentation": {
4231 "Description": "A regulators configuration file error occurred",
4232 "Message": "A regulators configuration file error occurred",
4233 "Notes": [
4234 "The regulators configuration file could not be found, ",
4235 "could not be read, or had invalid contents."
4236 ]
4237 }
4238 },
4239
4240 {
Shawn McCarney82e31d82021-02-19 16:25:55 -06004241 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile.Critical",
4242 "Subsystem": "power",
4243 "Severity": "critical_system_term",
4244 "ComponentID": "0x2700",
4245
4246 "SRC": {
4247 "Type": "11",
4248 "ReasonCode": "0xA014",
Mike Cappsa2d7b772022-03-07 15:47:48 -05004249 "Words6To9": {}
Shawn McCarney82e31d82021-02-19 16:25:55 -06004250 },
4251
4252 "Callouts": [
4253 {
4254 "CalloutList": [
4255 { "Priority": "high", "Procedure": "bmc_code" }
4256 ]
4257 }
4258 ],
4259
4260 "Documentation": {
4261 "Description": "A critical regulators configuration file error occurred",
4262 "Message": "A critical regulators configuration file error occurred",
4263 "Notes": [
4264 "The regulators configuration file could not be found, ",
4265 "could not be read, or had invalid contents. As a result ",
4266 "voltage regulators could not be configured, and the ",
4267 "chassis could not be powered on."
4268 ]
4269 }
4270 },
4271
4272 {
Jim Wright7f678902020-11-30 16:03:57 -06004273 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerFault",
4274 "Subsystem": "power_sequencer",
4275 "ComponentID": "0x2700",
4276
4277 "SRC": {
4278 "Type": "11",
4279 "ReasonCode": "0xD000",
4280 "Words6To9": {}
4281 },
4282
4283 "Callouts": [
4284 {
Patrick Williams26919f02022-12-08 06:12:43 -06004285 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Jim Wright7f678902020-11-30 16:03:57 -06004286 }
4287 ],
4288
4289 "Documentation": {
4290 "Description": "The power sequencer chip detected a fault",
4291 "Message": "The power sequencer chip detected a fault",
Patrick Williams26919f02022-12-08 06:12:43 -06004292 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06004293 },
4294
4295 "JournalCapture": {
4296 "Sections": [
4297 {
4298 "SyslogID": "phosphor-psu-monitor",
4299 "NumLines": 30
4300 },
4301 {
4302 "SyslogID": "phosphor-power-control",
4303 "NumLines": 30
4304 },
4305 {
4306 "SyslogID": "phosphor-chassis-state-manager",
4307 "NumLines": 15
4308 },
4309 {
4310 "SyslogID": "systemd",
4311 "NumLines": 15
4312 },
4313 {
4314 "SyslogID": "phosphor-regulators",
4315 "NumLines": 5
4316 }
4317 ]
Jim Wright7f678902020-11-30 16:03:57 -06004318 }
4319 },
4320
4321 {
Jim Wrightc1ba04f2021-11-12 15:31:32 -06004322 "Name": "xyz.openbmc_project.Power.Error.PowerOnTimeout",
Jim Wright7f678902020-11-30 16:03:57 -06004323 "Subsystem": "power_sequencer",
4324 "ComponentID": "0x2700",
Jim Wrightc1ba04f2021-11-12 15:31:32 -06004325 "Severity": "critical",
Jim Wright7f678902020-11-30 16:03:57 -06004326
4327 "SRC": {
4328 "Type": "11",
4329 "ReasonCode": "0xD002",
4330 "Words6To9": {}
4331 },
4332
4333 "Callouts": [
4334 {
Patrick Williams26919f02022-12-08 06:12:43 -06004335 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Jim Wright7f678902020-11-30 16:03:57 -06004336 }
4337 ],
4338
4339 "Documentation": {
Jim Wrightc1ba04f2021-11-12 15:31:32 -06004340 "Description": "System power failed to turn on within timeout period",
4341 "Message": "System power failed to turn on within timeout period",
Patrick Williams26919f02022-12-08 06:12:43 -06004342 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06004343 },
4344
4345 "JournalCapture": {
4346 "Sections": [
4347 {
4348 "SyslogID": "phosphor-psu-monitor",
4349 "NumLines": 30
4350 },
4351 {
4352 "SyslogID": "phosphor-power-control",
4353 "NumLines": 30
4354 },
4355 {
4356 "SyslogID": "phosphor-chassis-state-manager",
4357 "NumLines": 15
4358 },
4359 {
4360 "SyslogID": "systemd",
4361 "NumLines": 15
4362 },
4363 {
4364 "SyslogID": "phosphor-regulators",
4365 "NumLines": 5
4366 }
4367 ]
Jim Wrightc1ba04f2021-11-12 15:31:32 -06004368 }
4369 },
4370
4371 {
4372 "Name": "xyz.openbmc_project.Power.Error.PowerOffTimeout",
4373 "Subsystem": "power_sequencer",
4374 "ComponentID": "0x2700",
4375 "Severity": "critical",
4376
4377 "SRC": {
4378 "Type": "11",
4379 "ReasonCode": "0xD008",
4380 "Words6To9": {}
4381 },
4382
4383 "Callouts": [
4384 {
Patrick Williams26919f02022-12-08 06:12:43 -06004385 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Jim Wrightc1ba04f2021-11-12 15:31:32 -06004386 }
4387 ],
4388
4389 "Documentation": {
4390 "Description": "System power failed to turn off within timeout period",
4391 "Message": "System power failed to turn off within timeout period",
Patrick Williams26919f02022-12-08 06:12:43 -06004392 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06004393 },
4394
4395 "JournalCapture": {
4396 "Sections": [
4397 {
4398 "SyslogID": "phosphor-psu-monitor",
4399 "NumLines": 30
4400 },
4401 {
4402 "SyslogID": "phosphor-power-control",
4403 "NumLines": 30
4404 },
4405 {
4406 "SyslogID": "phosphor-chassis-state-manager",
4407 "NumLines": 15
4408 },
4409 {
4410 "SyslogID": "systemd",
4411 "NumLines": 15
4412 },
4413 {
4414 "SyslogID": "phosphor-regulators",
4415 "NumLines": 5
4416 }
4417 ]
Jim Wright7f678902020-11-30 16:03:57 -06004418 }
4419 },
4420
4421 {
Shawn McCarney01648f52020-06-25 11:42:02 -05004422 "Name": "xyz.openbmc_project.Power.Error.Internal",
4423 "Subsystem": "power",
4424 "ComponentID": "0x2700",
4425
4426 "SRC": {
4427 "Type": "11",
4428 "ReasonCode": "0xE000",
4429 "Words6To9": {}
4430 },
4431
4432 "Callouts": [
4433 {
4434 "CalloutList": [
4435 { "Priority": "high", "Procedure": "bmc_code" }
4436 ]
4437 }
4438 ],
4439
4440 "Documentation": {
4441 "Description": "An internal firmware error occurred",
4442 "Message": "An internal firmware error occurred",
4443 "Notes": [
4444 "The error details must be provided in the AdditionalData ",
4445 "property of the event log."
4446 ]
4447 }
4448 },
4449
4450 {
4451 "Name": "xyz.openbmc_project.Power.Error.I2C",
4452 "Subsystem": "cec_i2c",
4453 "ComponentID": "0x2700",
4454
4455 "SRC": {
4456 "Type": "11",
4457 "ReasonCode": "0xE100",
Matt Spinler04ac4e32023-04-14 14:16:37 -05004458 "Words6To9": {},
4459 "DeconfigFlag": true
Shawn McCarney01648f52020-06-25 11:42:02 -05004460 },
4461
4462 "Documentation": {
4463 "Description": "An I2C error occurred communicating with a device",
4464 "Message": "An I2C error occurred communicating with a device",
4465 "Notes": [
4466 "The device should be identified using the ",
4467 "CALLOUT_DEVICE_PATH or CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR ",
4468 "keywords in the AdditionalData property of the event ",
4469 "log. This will cause the device and the hardware in the ",
4470 "communication path to be called out."
4471 ]
4472 }
4473 },
4474
4475 {
4476 "Name": "xyz.openbmc_project.Power.Error.PMBus",
4477 "Subsystem": "power",
4478 "ComponentID": "0x2700",
4479
4480 "SRC": {
4481 "Type": "11",
4482 "ReasonCode": "0xE200",
Matt Spinler04ac4e32023-04-14 14:16:37 -05004483 "Words6To9": {},
4484 "DeconfigFlag": true
Shawn McCarney01648f52020-06-25 11:42:02 -05004485 },
4486
4487 "Documentation": {
4488 "Description": "A PMBus error occurred on a device",
4489 "Message": "A PMBus error occurred on a device",
4490 "Notes": [
4491 "This error occurs when the I2C communication was ",
4492 "successful, but the PMBus value read is invalid or ",
4493 "unsupported. CALLOUT_INVENTORY_PATH should be specified ",
4494 "in the AdditionalData property of the event log so that ",
4495 "the device is called out but not the communication path."
4496 ]
4497 }
4498 },
4499
4500 {
4501 "Name": "xyz.openbmc_project.Power.Error.DBus",
4502 "Subsystem": "power",
4503 "ComponentID": "0x2700",
4504
4505 "SRC": {
4506 "Type": "11",
4507 "ReasonCode": "0xE300",
4508 "Words6To9": {}
4509 },
4510
4511 "Callouts": [
4512 {
4513 "CalloutList": [
4514 { "Priority": "high", "Procedure": "bmc_code" }
4515 ]
4516 }
4517 ],
4518
4519 "Documentation": {
4520 "Description": "A firmware inter-process communication (D-Bus) error occurred",
4521 "Message": "A firmware inter-process communication (D-Bus) error occurred"
4522 }
Matt Spinler60d1c392020-09-23 15:23:24 -05004523 },
4524
4525 {
Matt Spinler7c9c07e2020-10-22 10:16:37 -05004526 "Name": "xyz.openbmc_project.Fan.Error.Fault",
4527 "Subsystem": "power_fans",
4528 "ComponentID": "0x2800",
4529
4530 "SRC": {
4531 "Type": "11",
4532 "ReasonCode": "0x76F0",
Matt Spinler04ac4e32023-04-14 14:16:37 -05004533 "Words6To9": {},
4534 "DeconfigFlag": true
Matt Spinler7c9c07e2020-10-22 10:16:37 -05004535 },
4536
4537 "Documentation": {
4538 "Description": "Fan rotor fault",
4539 "Message": "Fan rotor fault",
4540 "Notes": [
4541 "This error occurs when a fan rotor has been faulted for a ",
4542 "certain amount of time. The callout is the fan which is ",
4543 "passed in with CALLOUT_INVENTORY_PATH. The severity is ",
4544 "passed in during creation and will be either informational ",
4545 "or unrecoverable. The action flags use the defaults and ",
4546 "vary based on the severity."
4547 ]
4548 }
4549 },
4550
4551 {
Matt Spinler60d1c392020-09-23 15:23:24 -05004552 "Name": "xyz.openbmc_project.Fan.Error.Missing",
4553 "Subsystem": "power_fans",
4554 "ComponentID": "0x2800",
4555 "Severity": "unrecoverable_redundancy_loss",
4556 "ActionFlags": ["service_action", "report", "call_home"],
4557
4558 "SRC": {
4559 "Type": "11",
4560 "ReasonCode": "0x76F1",
Matt Spinler04ac4e32023-04-14 14:16:37 -05004561 "Words6To9": {},
4562 "DeconfigFlag": true
Matt Spinler60d1c392020-09-23 15:23:24 -05004563 },
4564
4565 "Callouts": [
4566 {
Matt Spinler938ac792021-05-12 10:46:44 -05004567 "System": "ibm,rainier",
Matt Spinler60d1c392020-09-23 15:23:24 -05004568 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -05004569 {
Patrick Williams26919f02022-12-08 06:12:43 -06004570 "Priority": "high",
4571 "SymbolicFRUTrusted": "air_mover",
4572 "UseInventoryLocCode": true
Matt Spinler80600192020-10-23 09:29:33 -05004573 },
4574 {
4575 "Priority": "low",
4576 "LocCode": "P0"
4577 }
Matt Spinler60d1c392020-09-23 15:23:24 -05004578 ]
Matt Spinler938ac792021-05-12 10:46:44 -05004579 },
4580 {
4581 "System": "ibm,everest",
4582 "CalloutList": [
4583 {
Patrick Williams26919f02022-12-08 06:12:43 -06004584 "Priority": "high",
4585 "SymbolicFRUTrusted": "air_mover",
4586 "UseInventoryLocCode": true
Matt Spinler938ac792021-05-12 10:46:44 -05004587 },
4588 {
4589 "Priority": "low",
4590 "LocCode": "P1"
4591 }
4592 ]
Matt Spinler0600cf72023-04-10 11:22:33 -05004593 },
4594 {
4595 "System": "ibm,bonnell",
4596 "CalloutList": [
4597 {
4598 "Priority": "high",
4599 "SymbolicFRUTrusted": "air_mover",
4600 "UseInventoryLocCode": true
4601 },
4602 {
4603 "Priority": "low",
4604 "LocCode": "P0"
4605 }
4606 ]
Matt Spinler60d1c392020-09-23 15:23:24 -05004607 }
4608 ],
4609
4610 "Documentation": {
4611 "Description": "A fan is missing",
4612 "Message": "A fan is missing",
4613 "Notes": [
4614 "This error occurs when a fan has been missing for a ",
Matt Spinler80600192020-10-23 09:29:33 -05004615 "certain amount of time. The first callout is the ",
4616 "symbolic FRU AIR_MOVR that has the trusted fan location ",
4617 "code, which it gets using the passed in ",
4618 "CALLOUT_INVENTORY_PATH. The second callout is the FRU ",
Matt Spinler938ac792021-05-12 10:46:44 -05004619 "where the controller and GPIO expander are."
Matt Spinler60d1c392020-09-23 15:23:24 -05004620 ]
4621 }
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004622 },
4623
4624 {
Matt Spinleradf070b2021-04-21 13:39:45 -05004625 "Name": "xyz.openbmc_project.Fan.Presence.Error.Detection",
4626 "ComponentID": "0x2800",
4627 "Subsystem": "power_fans",
4628 "Severity": "non_error",
4629 "ActionFlags": ["report"],
4630 "MfgSeverity": "predictive",
4631 "MfgActionFlags": ["service_action", "report"],
4632
4633 "SRC": {
4634 "Type": "11",
4635 "ReasonCode": "0x76F2",
4636 "Words6To9": {}
4637 },
4638
4639 "Callouts": [
4640 {
4641 "System": "ibm,rainier",
Patrick Williams26919f02022-12-08 06:12:43 -06004642 "CalloutList": [{ "Priority": "medium", "LocCode": "P0" }]
Matt Spinleradf070b2021-04-21 13:39:45 -05004643 },
4644 {
4645 "System": "ibm,everest",
Patrick Williams26919f02022-12-08 06:12:43 -06004646 "CalloutList": [{ "Priority": "medium", "LocCode": "P1" }]
Matt Spinler0600cf72023-04-10 11:22:33 -05004647 },
4648 {
4649 "System": "ibm,bonnell",
4650 "CalloutList": [{ "Priority": "medium", "LocCode": "P0" }]
Matt Spinleradf070b2021-04-21 13:39:45 -05004651 }
4652 ],
4653
4654 "Documentation": {
4655 "Description": "Presence detect methods for the same fan disagree",
4656 "Message": "Presence detect methods for the same fan disagree",
4657 "Notes": [
4658 "This error occurs when there is more than one way to detect",
4659 "fan presence, and they don't all agree. For example, the",
4660 "GPIO says a fan isn't present, but the tach readings are",
4661 "nonzero. This is informational, unless in manufacturing.",
4662 "The fan FRU is passed in as a high priority callout.",
4663 "The FRU the GPIO source is on is called out medium."
4664 ]
4665 }
4666 },
4667
4668 {
Matt Spinlerdde99202021-06-14 12:15:59 -06004669 "Name": "xyz.openbmc_project.Fan.Error.FanControllerOffline",
4670 "ComponentID": "0x2800",
4671 "Subsystem": "power_fans",
4672 "Severity": "critical_system_term",
4673 "ActionFlags": ["service_action", "report", "call_home"],
4674
4675 "SRC": {
4676 "Type": "11",
4677 "ReasonCode": "0x76F3",
Mike Cappsa2d7b772022-03-07 15:47:48 -05004678 "Words6To9": {}
Matt Spinlerdde99202021-06-14 12:15:59 -06004679 },
4680
4681 "Callouts": [
4682 {
4683 "System": "ibm,rainier",
4684 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004685 { "Priority": "high", "LocCode": "P0-C5" },
4686 {
4687 "Priority": "medium_group_a",
4688 "LocCode": "P0-T12",
4689 "SymbolicFRUTrusted": "fan_cable"
4690 },
4691 {
4692 "Priority": "medium_group_a",
4693 "LocCode": "P0-T17",
4694 "SymbolicFRUTrusted": "cable_continued"
4695 },
4696 { "Priority": "low", "LocCode": "P0" }
Matt Spinlerdde99202021-06-14 12:15:59 -06004697 ]
4698 },
4699 {
4700 "System": "ibm,everest",
4701 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004702 { "Priority": "high", "LocCode": "P0-C0" },
4703 { "Priority": "medium", "LocCode": "P1" },
4704 { "Priority": "low", "LocCode": "P0" }
Matt Spinlerdde99202021-06-14 12:15:59 -06004705 ]
Matt Spinler0600cf72023-04-10 11:22:33 -05004706 },
4707 {
4708 "System": "ibm,bonnell",
4709 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Matt Spinlerdde99202021-06-14 12:15:59 -06004710 }
4711 ],
4712
4713 "Documentation": {
4714 "Description": "The fan controller device is offline",
4715 "Message": "The fan controller is offline. The system must be powered off.",
4716 "Notes": [
4717 "The device that controls the fans is offline so the fan",
4718 "targets and speeds are unknown. The system will be shut",
4719 "down to preserve thermal safety. There may be an I2C",
4720 "or power problem with the device."
4721 ]
4722 }
4723 },
4724
4725 {
Patrick Williams26919f02022-12-08 06:12:43 -06004726 "Name": "xyz.openbmc_project.Fan.Presence.Error.GPIODeviceUnavailable",
4727 "Subsystem": "power_fans",
4728 "ComponentID": "0x2800",
4729 "Severity": "unrecoverable_redundancy_loss",
4730 "ActionFlags": ["service_action", "report", "call_home"],
Mike Cappsabc276e2021-06-18 16:41:30 -04004731
Patrick Williams26919f02022-12-08 06:12:43 -06004732 "SRC": {
4733 "Type": "11",
4734 "ReasonCode": "0x76F4",
4735 "Words6To9": {}
4736 },
Mike Cappsabc276e2021-06-18 16:41:30 -04004737
Patrick Williams26919f02022-12-08 06:12:43 -06004738 "Callouts": [
4739 {
4740 "System": "ibm,rainier",
4741 "CalloutList": [
4742 { "Priority": "high", "LocCode": "P0-C5" },
4743 {
4744 "Priority": "medium_group_a",
4745 "LocCode": "P0-T12",
4746 "SymbolicFRUTrusted": "fan_cable"
4747 },
4748 {
4749 "Priority": "medium_group_a",
4750 "LocCode": "P0-T17",
4751 "SymbolicFRUTrusted": "cable_continued"
4752 },
4753 { "Priority": "low", "LocCode": "P0" }
4754 ]
4755 },
4756 {
4757 "System": "ibm,everest",
4758 "CalloutList": [
4759 { "Priority": "high", "LocCode": "P0-C0" },
4760 { "Priority": "medium", "LocCode": "P1" },
4761 { "Priority": "low", "LocCode": "P0" }
4762 ]
Matt Spinler0600cf72023-04-10 11:22:33 -05004763 },
4764 {
4765 "System": "ibm,bonnell",
4766 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Patrick Williams26919f02022-12-08 06:12:43 -06004767 }
4768 ],
Mike Cappsabc276e2021-06-18 16:41:30 -04004769
Patrick Williams26919f02022-12-08 06:12:43 -06004770 "Documentation": {
4771 "Description": "Fan GPIO sensors not present",
4772 "Message": "Fan GPIO sensors not present",
4773 "Notes": [
4774 "The device that reports fan presence is not functioning."
4775 ]
4776 }
Mike Cappsabc276e2021-06-18 16:41:30 -04004777 },
4778
4779 {
Matt Spinler86e40dd2021-01-29 11:19:36 -06004780 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHigh",
4781 "Subsystem": "power",
4782 "ComponentID": "0x2800",
4783 "Severity": "predictive",
4784 "ActionFlags": ["service_action", "report"],
4785
4786 "SRC": {
4787 "ReasonCode": "0x2801",
4788 "Words6To9": {}
4789 },
4790
4791 "CalloutsUsingAD": {
4792 "ADName": "SENSOR_NAME",
4793 "CalloutsWithTheirADValues": [
4794 {
4795 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4796 "Callouts": [
4797 {
4798 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004799 {
4800 "Priority": "high",
4801 "SymbolicFRU": "ambient_temp"
4802 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004803 ]
4804 }
4805 ]
4806 }
Matt Spinlerc13bb1c2022-08-01 10:33:09 -05004807 ],
4808 "CalloutsWhenNoADMatch": [
4809 {
4810 "CalloutList": [
4811 {
4812 "Priority": "high",
4813 "SymbolicFRU": "overtemp"
4814 }
4815 ]
4816 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004817 ]
4818 },
4819
4820 "Documentation": {
4821 "Description": "A temperature sensor exceeded its performance loss threshold.",
4822 "Message": "A temperature sensor exceeded its performance loss threshold.",
4823 "Notes": [
4824 "A temperature sensor crossed its performance loss threshold value",
4825 "If it is the ambient sensor, then a symbolic FRU will be added.",
4826 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
4827 "a FRU callout."
4828 ]
4829 }
4830 },
4831
4832 {
4833 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHighClear",
4834 "Subsystem": "power",
4835 "ComponentID": "0x2800",
4836 "Severity": "non_error",
4837 "ActionFlags": ["report"],
4838 "EventType": "env_normal",
4839
4840 "SRC": {
4841 "ReasonCode": "0x2802",
4842 "Words6To9": {}
4843 },
4844
4845 "CalloutsUsingAD": {
4846 "ADName": "SENSOR_NAME",
4847 "CalloutsWithTheirADValues": [
4848 {
4849 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4850 "Callouts": [
4851 {
4852 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004853 {
4854 "Priority": "high",
4855 "SymbolicFRU": "ambient_temp_back"
4856 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004857 ]
4858 }
4859 ]
4860 }
4861 ]
4862 },
4863
4864 "Documentation": {
4865 "Description": "A temperature sensor is under its performance loss threshold.",
4866 "Message": "A temperature sensor is under its performance loss threshold.",
4867 "Notes": [
4868 "A temperature sensor crossed under its performance loss threshold value",
4869 "If it is the ambient sensor, then a symbolic FRU will be added."
4870 ]
4871 }
4872 },
4873
4874 {
4875 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHigh",
4876 "Subsystem": "power",
4877 "ComponentID": "0x2800",
4878 "Severity": "predictive",
4879 "ActionFlags": ["service_action", "report"],
4880
4881 "SRC": {
4882 "ReasonCode": "0x2803",
4883 "Words6To9": {}
4884 },
4885
4886 "CalloutsUsingAD": {
4887 "ADName": "SENSOR_NAME",
4888 "CalloutsWithTheirADValues": [
4889 {
4890 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4891 "Callouts": [
4892 {
4893 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004894 {
4895 "Priority": "high",
4896 "SymbolicFRU": "ambient_temp"
4897 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004898 ]
4899 }
4900 ]
4901 }
Matt Spinlerc13bb1c2022-08-01 10:33:09 -05004902 ],
4903 "CalloutsWhenNoADMatch": [
4904 {
4905 "CalloutList": [
4906 {
4907 "Priority": "high",
4908 "SymbolicFRU": "overtemp"
4909 }
4910 ]
4911 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004912 ]
4913 },
4914
4915 "Documentation": {
4916 "Description": "A temperature sensor exceeded its warning threshold.",
4917 "Message": "A temperature sensor exceeded its warning threshold.",
4918 "Notes": [
4919 "A temperature sensor crossed its warning threshold value",
4920 "If it is the ambient sensor, then a symbolic FRU will be added.",
4921 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
4922 "a FRU callout."
4923 ]
4924 }
4925 },
4926
4927 {
4928 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHighClear",
4929 "Subsystem": "power",
4930 "ComponentID": "0x2800",
4931 "Severity": "non_error",
4932 "ActionFlags": ["report"],
4933 "EventType": "env_normal",
4934
4935 "SRC": {
4936 "ReasonCode": "0x2804",
4937 "Words6To9": {}
4938 },
4939
4940 "CalloutsUsingAD": {
4941 "ADName": "SENSOR_NAME",
4942 "CalloutsWithTheirADValues": [
4943 {
4944 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4945 "Callouts": [
4946 {
4947 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004948 {
4949 "Priority": "high",
4950 "SymbolicFRU": "ambient_temp_back"
4951 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004952 ]
4953 }
4954 ]
4955 }
4956 ]
4957 },
4958
4959 "Documentation": {
4960 "Description": "A temperature sensor is under its warning threshold.",
4961 "Message": "A temperature sensor is under its warning threshold.",
4962 "Notes": [
4963 "A temperature sensor crossed under its warning threshold value",
4964 "If it is the ambient sensor, then a symbolic FRU will be added."
4965 ]
4966 }
4967 },
4968
4969 {
4970 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHigh",
4971 "Subsystem": "power",
4972 "ComponentID": "0x2800",
4973 "Severity": "predictive",
4974 "ActionFlags": ["service_action", "report"],
4975
4976 "SRC": {
4977 "ReasonCode": "0x2805",
4978 "Words6To9": {}
4979 },
4980
4981 "CalloutsUsingAD": {
4982 "ADName": "SENSOR_NAME",
4983 "CalloutsWithTheirADValues": [
4984 {
4985 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4986 "Callouts": [
4987 {
4988 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004989 {
4990 "Priority": "high",
4991 "SymbolicFRU": "ambient_temp"
4992 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004993 ]
4994 }
4995 ]
4996 }
Matt Spinlerc13bb1c2022-08-01 10:33:09 -05004997 ],
4998 "CalloutsWhenNoADMatch": [
4999 {
5000 "CalloutList": [
5001 {
5002 "Priority": "high",
5003 "SymbolicFRU": "overtemp"
5004 }
5005 ]
5006 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06005007 ]
5008 },
5009
5010 "Documentation": {
5011 "Description": "A temperature sensor exceeded its critical threshold.",
5012 "Message": "A temperature sensor exceeded its critical threshold.",
5013 "Notes": [
5014 "A temperature sensor crossed its critical threshold value",
5015 "If it is the ambient sensor, then a symbolic FRU will be added.",
5016 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
5017 "a FRU callout."
5018 ]
5019 }
5020 },
5021
5022 {
5023 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHighClear",
5024 "Subsystem": "power",
5025 "ComponentID": "0x2800",
5026 "Severity": "non_error",
5027 "ActionFlags": ["report"],
5028 "EventType": "env_normal",
5029
5030 "SRC": {
5031 "ReasonCode": "0x2806",
5032 "Words6To9": {}
5033 },
5034
5035 "CalloutsUsingAD": {
5036 "ADName": "SENSOR_NAME",
5037 "CalloutsWithTheirADValues": [
5038 {
5039 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
5040 "Callouts": [
5041 {
5042 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06005043 {
5044 "Priority": "high",
5045 "SymbolicFRU": "ambient_temp_back"
5046 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06005047 ]
5048 }
5049 ]
5050 }
5051 ]
5052 },
5053
5054 "Documentation": {
5055 "Description": "A temperature sensor is under its critical threshold.",
5056 "Message": "A temperature sensor is under its critical threshold.",
5057 "Notes": [
5058 "A temperature sensor crossed under its critical threshold value",
5059 "If it is the ambient sensor, then a symbolic FRU will be added."
5060 ]
5061 }
5062 },
5063
5064 {
Matt Spinler6b3490a2021-01-20 10:48:26 -06005065 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHigh",
5066 "Subsystem": "power",
5067 "ComponentID": "0x2800",
5068 "Severity": "predictive",
5069 "ActionFlags": ["service_action", "report"],
5070
5071 "SRC": {
5072 "ReasonCode": "0x2807",
5073 "Words6To9": {}
5074 },
5075
5076 "Callouts": [
5077 {
5078 "CalloutList": [
5079 {
Patrick Williams26919f02022-12-08 06:12:43 -06005080 "Priority": "high",
5081 "SymbolicFRU": "ambient_temp"
Matt Spinler6b3490a2021-01-20 10:48:26 -06005082 }
5083 ]
5084 }
5085 ],
5086
5087 "Documentation": {
5088 "Description": "The ambient temperature passed the EPOW3 limit.",
5089 "Message": "The ambient temperature passed the EPOW3 limit. The system will shut down if temp doesn't decrease.",
5090 "Notes": [
5091 "This error occurs when the ambient temperature surpassed",
5092 "the EPOW3 shutdown limit."
5093 ]
5094 }
5095 },
5096
5097 {
5098 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHighClear",
5099 "Subsystem": "power",
5100 "ComponentID": "0x2800",
5101 "Severity": "non_error",
5102 "ActionFlags": ["report"],
5103 "EventType": "env_normal",
5104
5105 "SRC": {
5106 "ReasonCode": "0x2808",
5107 "Words6To9": {}
5108 },
5109
5110 "Callouts": [
5111 {
5112 "CalloutList": [
5113 {
Patrick Williams26919f02022-12-08 06:12:43 -06005114 "Priority": "high",
5115 "SymbolicFRU": "ambient_temp_back"
Matt Spinler6b3490a2021-01-20 10:48:26 -06005116 }
5117 ]
5118 }
5119 ],
5120
5121 "Documentation": {
5122 "Description": "The ambient temperature is back under the EPOW3 limit.",
5123 "Message": "The ambient temperature is back under the EPOW3 limit."
5124 }
5125 },
5126
5127 {
5128 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.HardShutdownAlarmHigh",
5129 "Subsystem": "power",
5130 "ComponentID": "0x2800",
Matt Spinler6b3490a2021-01-20 10:48:26 -06005131 "ActionFlags": ["service_action", "report"],
5132
5133 "SRC": {
5134 "ReasonCode": "0x2809",
5135 "Words6To9": {}
5136 },
5137
5138 "Callouts": [
5139 {
5140 "CalloutList": [
5141 {
Patrick Williams26919f02022-12-08 06:12:43 -06005142 "Priority": "high",
5143 "SymbolicFRU": "ambient_temp"
Matt Spinler6b3490a2021-01-20 10:48:26 -06005144 }
5145 ]
5146 }
5147 ],
5148
5149 "Documentation": {
5150 "Description": "The ambient temperature passed the EPOW4 limit.",
5151 "Message": "The ambient temperature passed the EPOW4 limit. The system will shut down",
5152 "Notes": [
5153 "This error occurs when the ambient temperature surpassed",
5154 "the EPOW4 shutdown limit."
5155 ]
5156 }
5157 },
5158
5159 {
Rashmica Guptab63f75b2021-08-18 20:54:21 +10005160 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHigh",
5161 "Subsystem": "ext_env",
5162 "ComponentID": "0x2800",
5163 "Severity": "predictive",
5164 "ActionFlags": ["service_action", "report"],
5165
5166 "SRC": {
5167 "ReasonCode": "0x280A",
5168 "Words6To9": {}
5169 },
5170
5171 "CalloutsUsingAD": {
5172 "ADName": "SENSOR_NAME",
5173 "CalloutsWithTheirADValues": [
5174 {
5175 "ADValue": "/xyz/openbmc_project/sensors/altitude/Altitude",
5176 "Callouts": [
5177 {
5178 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06005179 {
5180 "Priority": "high",
5181 "SymbolicFRU": "altitude"
5182 }
Rashmica Guptab63f75b2021-08-18 20:54:21 +10005183 ]
5184 }
5185 ]
5186 }
5187 ]
5188 },
5189
5190 "Documentation": {
5191 "Description": "An altitude sensor exceeded its warning threshold.",
5192 "Message": "An altitude sensor exceeded its warning threshold.",
5193 "Notes": [
5194 "The virtual altitude sensor crossed its warning threshold value",
5195 " and a symbolic FRU will be added."
5196 ]
5197 }
5198 },
5199
5200 {
5201 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHighClear",
5202 "Subsystem": "ext_env",
5203 "ComponentID": "0x2800",
5204 "Severity": "non_error",
5205 "ActionFlags": ["report"],
5206 "EventType": "env_normal",
5207
5208 "SRC": {
5209 "ReasonCode": "0x280B",
5210 "Words6To9": {}
5211 },
5212
5213 "Documentation": {
5214 "Description": "An altitude sensor is under its warning threshold.",
5215 "Message": "An altitude sensor is under its warning threshold.",
5216 "Notes": [
5217 "The virtual altitude sensor is under its warning threshold value",
5218 " and a symbolic FRU will be added."
5219 ]
5220 }
5221 },
5222
5223 {
Matt Spinler81331342021-10-05 14:09:56 -05005224 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLow",
5225 "Subsystem": "cec_tod",
5226 "ComponentID": "0x2800",
5227 "Severity": "predictive",
5228 "ActionFlags": ["service_action", "report"],
5229
5230 "SRC": {
5231 "ReasonCode": "0x280C",
5232 "Words6To9": {}
5233 },
5234
Matt Spinler81331342021-10-05 14:09:56 -05005235 "Documentation": {
5236 "Description": "A voltage sensor went below its critical low threshold.",
5237 "Message": "A voltage sensor went below its critical low threshold."
5238 }
5239 },
5240
5241 {
5242 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLowClear",
5243 "Subsystem": "cec_tod",
5244 "ComponentID": "0x2800",
5245 "Severity": "non_error",
5246 "ActionFlags": ["report"],
5247
5248 "SRC": {
5249 "ReasonCode": "0x280D",
5250 "Words6To9": {}
5251 },
5252
5253 "Documentation": {
5254 "Description": "A voltage sensor is over its critical low threshold.",
5255 "Message": "A voltage sensor is over its critical low threshold."
5256 }
5257 },
5258
5259 {
Matt Spinler1e792db2022-01-07 14:06:06 -06005260 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLow",
5261 "Subsystem": "power",
5262 "ComponentID": "0x2800",
5263 "Severity": "predictive",
5264 "ActionFlags": ["service_action", "report"],
5265
5266 "SRC": {
5267 "ReasonCode": "0x280E",
5268 "Words6To9": {}
5269 },
5270
5271 "Documentation": {
5272 "Description": "A temperature sensor is under its low warning threshold.",
5273 "Message": "A temperature sensor is under its low warning threshold.",
5274 "Notes": [
5275 "A temperature sensor crossed its low warning threshold value",
5276 "CALLOUT_INVENTORY_PATH will be passed in to add a FRU callout."
5277 ]
5278 }
5279 },
5280
5281 {
5282 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLowClear",
5283 "Subsystem": "power",
5284 "ComponentID": "0x2800",
5285 "Severity": "non_error",
5286 "ActionFlags": ["report"],
5287 "EventType": "env_normal",
5288
5289 "SRC": {
5290 "ReasonCode": "0x280F",
5291 "Words6To9": {}
5292 },
5293
5294 "Documentation": {
5295 "Description": "A temperature sensor is above its low warning threshold.",
5296 "Message": "A temperature sensor is above its low warning threshold.",
5297 "Notes": [
5298 "A temperature sensor crossed above its low warning threshold value."
5299 ]
5300 }
5301 },
5302
5303 {
5304 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalLow",
5305 "Subsystem": "power",
5306 "ComponentID": "0x2800",
5307 "Severity": "predictive",
5308 "ActionFlags": ["service_action", "report"],
5309
5310 "SRC": {
5311 "ReasonCode": "0x2810",
5312 "Words6To9": {}
5313 },
5314
5315 "Documentation": {
5316 "Description": "A temperature sensor is under its low critical threshold.",
5317 "Message": "A temperature sensor is under its low critical threshold.",
5318 "Notes": [
5319 "A temperature sensor crossed its low critical threshold value",
5320 "CALLOUT_INVENTORY_PATH will be passed in to add a FRU callout."
5321 ]
5322 }
5323 },
5324
5325 {
5326 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalLowClear",
5327 "Subsystem": "power",
5328 "ComponentID": "0x2800",
5329 "Severity": "non_error",
5330 "ActionFlags": ["report"],
5331 "EventType": "env_normal",
5332
5333 "SRC": {
5334 "ReasonCode": "0x2811",
5335 "Words6To9": {}
5336 },
5337
5338 "Documentation": {
5339 "Description": "A temperature sensor is over its low critical threshold.",
5340 "Message": "A temperature sensor is over its low critical threshold.",
5341 "Notes": [
5342 "A temperature sensor crossed above its critical threshold value"
5343 ]
5344 }
5345 },
5346
5347 {
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005348 "Name": "com.ibm.VPD.Error.InvalidEepromPath",
5349 "Subsystem": "cec_vpd",
5350 "ComponentID": "0x4000",
5351
5352 "SRC": {
5353 "ReasonCode": "0x4000",
Patrick Williams26919f02022-12-08 06:12:43 -06005354 "Words6To9": {
5355 "6": {
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005356 "Description": "Errno of the failure.",
5357 "AdditionalDataPropSource": "CALLOUT_ERRNO"
5358 }
5359 }
5360 },
5361
5362 "Documentation": {
Michael Limb264f062022-03-29 16:25:33 -05005363 "Description": "A path access error occurred",
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005364 "Message": "An EEPROM path access error occurred.",
5365 "Notes": [
5366 "This error occurs when parser is unable to access",
5367 "EEPROM path. Errno and device path are captured as",
5368 "additional data."
5369 ]
5370 }
5371 },
5372
5373 {
5374 "Name": "com.ibm.VPD.Error.InvalidVPD",
5375 "Subsystem": "cec_vpd",
5376 "ComponentID": "0x4000",
5377
5378 "SRC": {
5379 "ReasonCode": "0x4001",
Patrick Williams26919f02022-12-08 06:12:43 -06005380 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005381 },
5382
5383 "Documentation": {
5384 "Description": "Invalid VPD data.",
5385 "Message": "A VPD data exception occurred.",
5386 "Notes": [
5387 "This error occurs when VPD data is found to be",
5388 "invalid. This can be when VPD file is missing out",
5389 "mandatory records.Inventory path is captured in",
5390 "additional data."
5391 ]
5392 }
5393 },
5394
5395 {
5396 "Name": "com.ibm.VPD.Error.EccCheckFailed",
5397 "Subsystem": "cec_vpd",
5398 "ComponentID": "0x4000",
5399
5400 "SRC": {
5401 "ReasonCode": "0x4002",
Patrick Williams26919f02022-12-08 06:12:43 -06005402 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005403 },
5404
5405 "Documentation": {
5406 "Description": "Invalid VPD ecc data.",
5407 "Message": "A VPD ecc exception occurred.",
5408 "Notes": [
5409 "This error occurs when VPD ecc check fails for the FRU.",
5410 "Inventory path for the failed FRU is captured in additonal",
5411 "data."
5412 ]
5413 }
5414 },
5415
5416 {
5417 "Name": "com.ibm.VPD.Error.InvalidJson",
5418 "Subsystem": "cec_vpd",
5419 "ComponentID": "0x4000",
5420
5421 "SRC": {
5422 "ReasonCode": "0x4003",
Patrick Williams26919f02022-12-08 06:12:43 -06005423 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005424 },
5425
Matt Spinler834f3ed2022-01-26 16:18:02 -06005426 "Callouts": [
5427 {
5428 "CalloutList": [
5429 { "Priority": "high", "Procedure": "bmc_code" }
5430 ]
5431 }
5432 ],
5433
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005434 "Documentation": {
5435 "Description": "Invalid Json",
5436 "Message": "A Json failure occurred.",
5437 "Notes": [
5438 "This error occurs when parser fails to access",
5439 "Json file or there is any issue with Json data.",
5440 "Failed Json path and cause of failure is captured",
5441 "in additional data."
5442 ]
5443 }
5444 },
5445
5446 {
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005447 "Name": "com.ibm.VPD.Error.DefaultValue",
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005448 "Subsystem": "cec_vpd",
5449 "ComponentID": "0x4000",
5450
5451 "SRC": {
5452 "ReasonCode": "0x4004",
Patrick Williams26919f02022-12-08 06:12:43 -06005453 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005454 },
5455
Priyanga Ramasamy134e1e12022-12-02 07:03:39 -06005456 "Callouts": [
5457 {
5458 "CalloutList": [
5459 {
5460 "Priority": "high",
5461 "Procedure": "system_vpd_correction"
5462 }
5463 ]
5464 }
5465 ],
5466
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005467 "Documentation": {
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005468 "Description": "Default value found on VPD.",
5469 "Message": "Found default VPD.",
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005470 "Notes": [
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005471 "This error occurs when a default value found on VPD.",
5472 "Details regarding failure are captured in additional data."
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005473 ]
5474 }
5475 },
5476
5477 {
5478 "Name": "com.ibm.VPD.Error.DbusFailure",
5479 "Subsystem": "cec_vpd",
5480 "ComponentID": "0x4000",
5481
5482 "SRC": {
5483 "ReasonCode": "0x4005",
Patrick Williams26919f02022-12-08 06:12:43 -06005484 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005485 },
5486
Matt Spinler834f3ed2022-01-26 16:18:02 -06005487 "Callouts": [
5488 {
5489 "CalloutList": [
5490 { "Priority": "high", "Procedure": "bmc_code" }
5491 ]
5492 }
5493 ],
5494
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005495 "Documentation": {
5496 "Description": "Dbus exception",
5497 "Message": "A Dbus internal error occurred.",
5498 "Notes": [
5499 "This error occurs when Dbus operation fails.",
5500 "Exceptions details are captured in additonal",
5501 "data."
5502 ]
5503 }
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005504 },
5505
5506 {
Alpana Kumari081cfd42021-12-07 04:14:57 -06005507 "Name": "com.ibm.VPD.Error.UnknownSystemType",
5508 "Subsystem": "cec_vpd",
5509 "ComponentID": "0x4000",
5510
5511 "SRC": {
5512 "ReasonCode": "0x4006",
Patrick Williams26919f02022-12-08 06:12:43 -06005513 "Words6To9": {}
Alpana Kumari081cfd42021-12-07 04:14:57 -06005514 },
5515
5516 "Callouts": [
5517 {
Patrick Williams26919f02022-12-08 06:12:43 -06005518 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Alpana Kumari081cfd42021-12-07 04:14:57 -06005519 }
5520 ],
5521
5522 "Documentation": {
5523 "Description": "Unknown System Type",
5524 "Message": "System type not supported in DTB table.",
5525 "Notes": [
5526 "System type comes from combination of HW and IM value of system VPD.",
5527 "If anything gets changed in that combination, then it can't determine",
5528 "the appropriate DTB for that system. Need to check HW and IM keywords."
5529 ]
5530 }
5531 },
5532
5533 {
Alpana Kumari074ec5b2022-02-20 22:48:57 -06005534 "Name": "com.ibm.VPD.Error.GPIOError",
5535 "Subsystem": "cec_vpd",
5536 "ComponentID": "0x4000",
5537
5538 "SRC": {
5539 "ReasonCode": "0x4007",
Patrick Williams26919f02022-12-08 06:12:43 -06005540 "Words6To9": {}
Alpana Kumari074ec5b2022-02-20 22:48:57 -06005541 },
5542
Sunny Srivastava17586b42022-06-20 01:06:58 -05005543 "Callouts": [
5544 {
5545 "CalloutList": [
5546 { "Priority": "high", "Procedure": "bmc_code" }
5547 ]
5548 }
5549 ],
5550
Alpana Kumari074ec5b2022-02-20 22:48:57 -06005551 "Documentation": {
5552 "Description": "GPIO line error",
5553 "Message": "GPIO line couldn't be found or read.",
5554 "Notes": [
Sunny Srivastava17586b42022-06-20 01:06:58 -05005555 "The BMC could not access a GPIO line. This can be a hardware issue",
5556 " or driver issue. Since a hardware or a software issue cannot be",
5557 " differentiated, the BMC code will be called out."
Alpana Kumari074ec5b2022-02-20 22:48:57 -06005558 ]
5559 }
5560 },
5561
5562 {
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005563 "Name": "com.ibm.VPD.Error.Mismatch",
Sunny Srivastavad29837f2022-04-20 01:37:07 -05005564 "Subsystem": "cec_vpd",
5565 "ComponentID": "0x4000",
5566
5567 "SRC": {
5568 "ReasonCode": "0x4008",
Patrick Williams26919f02022-12-08 06:12:43 -06005569 "Words6To9": {}
Sunny Srivastavad29837f2022-04-20 01:37:07 -05005570 },
5571
5572 "Callouts": [
5573 {
5574 "CalloutList": [
Priyanga Ramasamy134e1e12022-12-02 07:03:39 -06005575 {
5576 "Priority": "high",
5577 "Procedure": "system_vpd_correction"
5578 }
Sunny Srivastavad29837f2022-04-20 01:37:07 -05005579 ]
5580 }
5581 ],
5582
5583 "Documentation": {
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005584 "Description": "VPD mismatch found between primary and backup",
5585 "Message": "Error occurred due to VPD mismatch between primary and backup.",
Sunny Srivastavad29837f2022-04-20 01:37:07 -05005586 "Notes": [
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005587 "This error occurs when there is a data mismatch between ",
5588 "primary and backup VPD.",
5589 "Details regarding the failure are captured in additional data."
Sunny Srivastavad29837f2022-04-20 01:37:07 -05005590 ]
5591 }
5592 },
5593
5594 {
Sunny Srivastava17586b42022-06-20 01:06:58 -05005595 "Name": "com.ibm.VPD.Error.RequiredFRUMissing",
5596 "Subsystem": "cec_vpd",
5597 "ComponentID": "0x4000",
5598
5599 "SRC": {
5600 "ReasonCode": "0x4009",
Patrick Williams26919f02022-12-08 06:12:43 -06005601 "Words6To9": {}
Sunny Srivastava17586b42022-06-20 01:06:58 -05005602 },
5603
5604 "Documentation": {
5605 "Description": "Essential FRU check.",
5606 "Message": "Essential FRU check failed",
5607 "Notes": [
5608 "This error occurs when VPD manager service detects any",
5609 "missing essential FRU. These are FRUs which are required",
5610 "to be present in the system at the time of power on.",
5611 "The inventory path is captured in additional data."
5612 ]
5613 }
5614 },
5615
5616 {
gikrish1c0cc7ec2022-02-24 12:40:51 -06005617 "Name": "com.ibm.Panel.Error.InputDevPathFailure",
5618 "Subsystem": "cec_op_panel",
5619 "ComponentID": "0x5000",
5620
5621 "SRC": {
5622 "ReasonCode": "0x5001",
5623 "Words6To9": {}
5624 },
5625
5626 "Documentation": {
5627 "Description": "Button Handler Failure",
5628 "Message": "Input Device path failure",
Patrick Williams26919f02022-12-08 06:12:43 -06005629 "Notes": ["Button events will not be processed."]
gikrish1c0cc7ec2022-02-24 12:40:51 -06005630 }
5631 },
5632
5633 {
5634 "Name": "com.ibm.Panel.Error.I2CSetupFailure",
5635 "Subsystem": "cec_op_panel",
5636 "ComponentID": "0x5000",
5637
5638 "SRC": {
5639 "ReasonCode": "0x5002",
5640 "Words6To9": {}
5641 },
5642
5643 "Documentation": {
5644 "Description": "Panel I2C setup failure",
5645 "Message": "Unable to open device path or ioctl failure",
5646 "Notes": [
5647 "The Panel is unable to open device",
5648 " path or ioctl failure"
5649 ]
5650 }
5651 },
5652
5653 {
5654 "Name": "com.ibm.Panel.Error.HostCommunicationError",
5655 "Subsystem": "cec_op_panel",
5656 "ComponentID": "0x5000",
5657
5658 "SRC": {
5659 "ReasonCode": "0x5003",
5660 "Words6To9": {}
5661 },
5662
Patrick Williams26919f02022-12-08 06:12:43 -06005663 "Callouts": [
5664 {
5665 "CalloutList": [
5666 {
5667 "Priority": "high",
5668 "Procedure": "bmc_code"
5669 }
5670 ]
5671 }
5672 ],
gikrish1c0cc7ec2022-02-24 12:40:51 -06005673
5674 "Documentation": {
5675 "Description": "Host Communication failure",
5676 "Message": "Error in sending message to host",
Patrick Williams26919f02022-12-08 06:12:43 -06005677 "Notes": ["Failure from PLDM sending message to", "Host"]
gikrish1c0cc7ec2022-02-24 12:40:51 -06005678 }
5679 },
5680
5681 {
5682 "Name": "com.ibm.Panel.Error.DbusError",
5683 "Subsystem": "cec_op_panel",
5684 "ComponentID": "0x5000",
5685
5686 "SRC": {
5687 "ReasonCode": "0x5004",
5688 "Words6To9": {}
5689 },
5690
Patrick Williams26919f02022-12-08 06:12:43 -06005691 "Callouts": [
5692 {
5693 "CalloutList": [
5694 {
5695 "Priority": "high",
5696 "Procedure": "bmc_code"
5697 }
5698 ]
5699 }
5700 ],
gikrish1c0cc7ec2022-02-24 12:40:51 -06005701
5702 "Documentation": {
5703 "Description": "Dbus exception",
5704 "Message": "A Dbus internal error occurred.",
5705 "Notes": [
5706 "This error occurs when Dbus operation fails.",
5707 "Exceptions details are captured in additional",
5708 "data."
5709 ]
5710 }
5711 },
5712
5713 {
Priyanga Ramasamy3aa27082022-08-24 06:34:38 -05005714 "Name": "com.ibm.Panel.Error.CodeUpdateFailure",
5715 "Subsystem": "cec_op_panel",
5716 "ComponentID": "0x5000",
5717
5718 "SRC": {
5719 "ReasonCode": "0x5005",
5720 "Words6To9": {}
5721 },
5722
5723 "Documentation": {
5724 "Description": "LCD/Bootfail PIC code update failure.",
5725 "Message": "Error while doing LCD/bootfail PIC code update.",
5726 "Notes": [
Priyanga Ramasamyfdd1dc02022-09-21 02:41:32 -05005727 "Panel firmware(LCD/bootfail PIC) update fails due to ",
5728 "unsupportable firmware version. Inventory path to the",
5729 "FRU on which PIC controller is physically present will",
5730 "be called out."
Priyanga Ramasamy3aa27082022-08-24 06:34:38 -05005731 ]
5732 }
5733 },
5734
5735 {
deepae3403252023-04-25 04:55:54 -05005736 "Name": "org.open_power.Host.Boot.Error.WatchdogTimedOut",
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005737 "Subsystem": "cec_sp_hostboot_iface",
Andrew Geisslerc31afd62023-11-13 11:05:45 -06005738 "ComponentID": "0xC100",
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005739
Patrick Williams26919f02022-12-08 06:12:43 -06005740 "SRC": {
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005741 "ReasonCode": "0xC101",
Patrick Williams26919f02022-12-08 06:12:43 -06005742 "Words6To9": {}
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005743 },
5744
Patrick Williams26919f02022-12-08 06:12:43 -06005745 "Documentation": {
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005746 "Description": "Host did not respond within the watchdog timeout interval",
5747 "Message": "Host did not respond before the watchdog timeout interval expired",
5748 "Notes": [
5749 "Host did not respond before the expiry of the watchdog timeout interval.",
5750 "Collecting hostboot dump."
5751 ]
5752 }
zamiseckbf61a982022-01-13 08:27:50 -06005753 },
5754
5755 {
Andrew Geissler2abca8f2023-11-13 11:12:21 -06005756 "Name": "xyz.openbmc_project.Dump.Error.Ramoops",
5757 "Subsystem": "bmc_firmware",
5758 "ComponentID": "0xC200",
5759
5760 "SRC": {
5761 "ReasonCode": "0xC201",
5762 "Words6To9": {}
5763 },
5764
5765 "Callouts": [
5766 {
5767 "CalloutList": [
5768 { "Priority": "high", "Procedure": "bmc_code" }
5769 ]
5770 }
5771 ],
5772
5773 "Documentation": {
5774 "Description": "BMC rebooted unexpectedly due to kernel panic",
5775 "Message": "BMC rebooted unexpectedly resulting in a ramoops dump being collected",
5776 "Notes": [
5777 "Investigate the collected BMC dump to identify the reason for the BMC reboot."
5778 ]
5779 }
5780 },
5781
5782 {
zamiseckbf61a982022-01-13 08:27:50 -06005783 "Name": "xyz.openbmc_project.Software.Version.Error.Incompatible",
5784 "Subsystem": "bmc_firmware",
5785 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005786 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005787 "ReasonCode": "0x3601",
Patrick Williams26919f02022-12-08 06:12:43 -06005788 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005789 },
5790
5791 "Callouts": [
5792 {
5793 "CalloutList": [
5794 { "Priority": "high", "Procedure": "bmc_code" }
5795 ]
5796 }
5797 ],
5798
Patrick Williams26919f02022-12-08 06:12:43 -06005799 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005800 "Description": "A system component has a software version that is incompatible.",
5801 "Message": "A system component has a software version that is incompatible."
5802 }
5803 },
5804
5805 {
5806 "Name": "xyz.openbmc_project.Software.Version.Error.AlreadyExists",
5807 "Subsystem": "bmc_firmware",
5808 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005809 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005810 "ReasonCode": "0x3602",
Patrick Williams26919f02022-12-08 06:12:43 -06005811 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005812 },
5813
5814 "Callouts": [
5815 {
5816 "CalloutList": [
5817 { "Priority": "high", "Procedure": "bmc_code" }
5818 ]
5819 }
5820 ],
5821
Patrick Williams26919f02022-12-08 06:12:43 -06005822 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005823 "Description": "This image version already exists on the device.",
5824 "Message": "This image version already exists on the device."
5825 }
5826 },
5827
5828 {
5829 "Name": "xyz.openbmc_project.Software.Image.Error.UnTarFailure",
5830 "Subsystem": "bmc_firmware",
5831 "ComponentID": "0x3600",
Adriana Kobylak7ef3b9e2023-01-04 13:20:36 -06005832 "ActionFlags": ["report"],
Patrick Williams26919f02022-12-08 06:12:43 -06005833 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005834 "ReasonCode": "0x3603",
Patrick Williams26919f02022-12-08 06:12:43 -06005835 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005836 },
5837
5838 "Callouts": [
5839 {
5840 "CalloutList": [
5841 { "Priority": "high", "Procedure": "bmc_code" }
5842 ]
5843 }
5844 ],
5845
Patrick Williams26919f02022-12-08 06:12:43 -06005846 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005847 "Description": "An error occurred during untar.",
5848 "Message": "An error occurred during untar."
5849 }
5850 },
5851
5852 {
5853 "Name": "xyz.openbmc_project.Software.Image.Error.ManifestFileFailure",
5854 "Subsystem": "bmc_firmware",
5855 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005856 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005857 "ReasonCode": "0x3604",
Patrick Williams26919f02022-12-08 06:12:43 -06005858 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005859 },
5860
5861 "Callouts": [
5862 {
5863 "CalloutList": [
5864 { "Priority": "high", "Procedure": "bmc_code" }
5865 ]
5866 }
5867 ],
5868
Patrick Williams26919f02022-12-08 06:12:43 -06005869 "Documentation": {
zamiseck21de9f02022-03-23 13:41:31 -05005870 "Description": "An error occurred when reading the software image Manifest file.",
5871 "Message": "An error occurred when reading the software image Manifest file."
zamiseckbf61a982022-01-13 08:27:50 -06005872 }
5873 },
5874
5875 {
5876 "Name": "xyz.openbmc_project.Software.Image.Error.InternalFailure",
5877 "Subsystem": "bmc_firmware",
5878 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005879 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005880 "ReasonCode": "0x3605",
Patrick Williams26919f02022-12-08 06:12:43 -06005881 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005882 },
5883
5884 "Callouts": [
5885 {
5886 "CalloutList": [
5887 { "Priority": "high", "Procedure": "bmc_code" }
5888 ]
5889 }
5890 ],
5891
Patrick Williams26919f02022-12-08 06:12:43 -06005892 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005893 "Description": "The operation failed internally during processing the image.",
5894 "Message": "The operation failed internally during processing the image."
5895 }
5896 },
5897
5898 {
5899 "Name": "xyz.openbmc_project.Software.Image.Error.ImageFailure",
5900 "Subsystem": "bmc_firmware",
5901 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005902 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005903 "ReasonCode": "0x3606",
Patrick Williams26919f02022-12-08 06:12:43 -06005904 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005905 },
5906
5907 "Callouts": [
5908 {
5909 "CalloutList": [
5910 { "Priority": "high", "Procedure": "bmc_code" }
5911 ]
5912 }
5913 ],
5914
Patrick Williams26919f02022-12-08 06:12:43 -06005915 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005916 "Description": "An error occurred processing the image.",
5917 "Message": "An error occurred processing the image."
5918 }
5919 },
5920
5921 {
5922 "Name": "xyz.openbmc_project.Software.Image.Error.BusyFailure",
5923 "Subsystem": "bmc_firmware",
5924 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005925 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005926 "ReasonCode": "0x3607",
Patrick Williams26919f02022-12-08 06:12:43 -06005927 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005928 },
5929
5930 "Callouts": [
5931 {
5932 "CalloutList": [
5933 { "Priority": "high", "Procedure": "bmc_code" }
5934 ]
5935 }
5936 ],
5937
Patrick Williams26919f02022-12-08 06:12:43 -06005938 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005939 "Description": "The device is busy during the update.",
5940 "Message": "The device is busy during the update."
5941 }
zamiseck21de9f02022-03-23 13:41:31 -05005942 },
5943
5944 {
5945 "Name": "xyz.openbmc_project.Software.Version.Error.ExpiredAccessKey",
5946 "Subsystem": "bmc_firmware",
5947 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005948 "SRC": {
zamiseck21de9f02022-03-23 13:41:31 -05005949 "ReasonCode": "0x3608",
Patrick Williams26919f02022-12-08 06:12:43 -06005950 "Words6To9": {}
zamiseck21de9f02022-03-23 13:41:31 -05005951 },
5952
5953 "Callouts": [
5954 {
5955 "CalloutList": [
5956 { "Priority": "high", "Procedure": "bmc_code" }
5957 ]
5958 }
5959 ],
5960
Patrick Williams26919f02022-12-08 06:12:43 -06005961 "Documentation": {
zamiseck21de9f02022-03-23 13:41:31 -05005962 "Description": "The Update Access Key has expired.",
5963 "Message": "The Update Access Key has expired."
5964 }
5965 },
5966
5967 {
5968 "Name": "xyz.openbmc_project.Software.Version.Error.InvalidSignature",
5969 "Subsystem": "bmc_firmware",
5970 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005971 "SRC": {
zamiseck21de9f02022-03-23 13:41:31 -05005972 "ReasonCode": "0x3609",
Patrick Williams26919f02022-12-08 06:12:43 -06005973 "Words6To9": {}
zamiseck21de9f02022-03-23 13:41:31 -05005974 },
5975
5976 "Callouts": [
5977 {
5978 "CalloutList": [
5979 { "Priority": "high", "Procedure": "bmc_code" }
5980 ]
5981 }
5982 ],
5983
Patrick Williams26919f02022-12-08 06:12:43 -06005984 "Documentation": {
zamiseck21de9f02022-03-23 13:41:31 -05005985 "Description": "The software image has an invalid signature.",
5986 "Message": "The software image has an invalid signature"
5987 }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005988 },
zamiseck0ad7a822022-05-24 17:25:58 -05005989
5990 {
Patrick Williams26919f02022-12-08 06:12:43 -06005991 "Name": "xyz.openbmc_project.Software.Version.Error.HostFile",
5992 "Subsystem": "bmc_firmware",
5993 "ComponentID": "0x3600",
zamiseck0ad7a822022-05-24 17:25:58 -05005994
Patrick Williams26919f02022-12-08 06:12:43 -06005995 "SRC": {
5996 "ReasonCode": "0x360A",
5997 "Words6To9": {
5998 "6": {
5999 "Description": "Size of the current running partition",
6000 "AdditionalDataPropSource": "CURRENT_FILE_SIZE"
zamiseck0ad7a822022-05-24 17:25:58 -05006001 },
Patrick Williams26919f02022-12-08 06:12:43 -06006002 "7": {
6003 "Description": "Size of the read only partition",
6004 "AdditionalDataPropSource": "EXPECTED_FILE_SIZE"
zamiseck0ad7a822022-05-24 17:25:58 -05006005 }
6006 }
6007 },
6008 "Callouts": [
6009 {
6010 "CalloutList": [
6011 { "Priority": "high", "Procedure": "bmc_code" }
6012 ]
6013 }
6014 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006015 "Documentation": {
6016 "Description": "Corrupted or changed preserved file",
6017 "Message": "Partition was not preserved on reboot",
6018 "Notes": [
zamiseck0ad7a822022-05-24 17:25:58 -05006019 "This error may occur if one of the partitions marked",
6020 "PRESERVED is either corrupted, or a change of size is ",
6021 "desired for a particular partition."
6022 ]
6023 }
6024 },
6025
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006026 {
6027 "Name": "xyz.openbmc_project.PLDM.Error.findDumpObjPath.GetManagedObjectsFail",
6028 "Subsystem": "bmc_firmware",
6029 "ComponentID": "0x6000",
6030 "Severity": "predictive",
Patrick Williams26919f02022-12-08 06:12:43 -06006031 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006032 "ReasonCode": "0x6001",
Patrick Williams26919f02022-12-08 06:12:43 -06006033 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006034 },
6035 "Callouts": [
6036 {
6037 "CalloutList": [
6038 { "Priority": "high", "Procedure": "bmc_code" }
6039 ]
6040 }
6041 ],
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05006042
Patrick Williams26919f02022-12-08 06:12:43 -06006043 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006044 "Description": "Failed to get the requested dump object path.",
6045 "Message": "Failed to get the requested dump object path from the system."
6046 }
6047 },
6048 {
6049 "Name": "xyz.openbmc_project.PLDM.Error.newFileAvailable.NewDumpNotifyFail",
6050 "Subsystem": "bmc_firmware",
6051 "ComponentID": "0x6000",
6052 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006053 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006054 "ReasonCode": "0x6002",
Patrick Williams26919f02022-12-08 06:12:43 -06006055 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006056 },
6057 "Callouts": [
6058 {
6059 "CalloutList": [
6060 { "Priority": "high", "Procedure": "bmc_code" }
6061 ]
6062 }
6063 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006064 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006065 "Description": "Failed to make a new dump notify request to the dump manager application.",
6066 "Message": "Failed to make a new dump notify request to the dump manager application."
6067 }
6068 },
6069 {
6070 "Name": "xyz.openbmc_project.PLDM.Error.DumpHandler.getOffloadUriFail",
6071 "Subsystem": "bmc_firmware",
6072 "ComponentID": "0x6000",
6073 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006074 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006075 "ReasonCode": "0x6003",
Patrick Williams26919f02022-12-08 06:12:43 -06006076 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006077 },
6078 "Callouts": [
6079 {
6080 "CalloutList": [
6081 { "Priority": "high", "Procedure": "bmc_code" }
6082 ]
6083 }
6084 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006085 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006086 "Description": "Failed to get the dump offload URI path from the dump entry.",
6087 "Message": "Failed to get the dump offload URI path from the dump entry."
6088 }
6089 },
6090 {
6091 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.ResourceDumpFileAckFail",
6092 "Subsystem": "bmc_firmware",
6093 "ComponentID": "0x6000",
6094 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -06006095 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006096 "ReasonCode": "0x6004",
Patrick Williams26919f02022-12-08 06:12:43 -06006097 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006098 },
6099 "Callouts": [
6100 {
6101 "CalloutList": [
6102 { "Priority": "medium", "Procedure": "bmc_code" }
6103 ]
6104 }
6105 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006106 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006107 "Description": "The hypervisor rejected the request to initiate a new resource dump.",
6108 "Message": "The hypervisor rejected the request to initiate a new resource dump."
6109 }
6110 },
6111 {
6112 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.SourceDumpIdResetFail",
6113 "Subsystem": "bmc_firmware",
6114 "ComponentID": "0x6000",
6115 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006116 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006117 "ReasonCode": "0x6005",
Patrick Williams26919f02022-12-08 06:12:43 -06006118 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006119 },
6120 "Callouts": [
6121 {
6122 "CalloutList": [
6123 { "Priority": "high", "Procedure": "bmc_code" }
6124 ]
6125 }
6126 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006127 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006128 "Description": "Failed to reset the dump ID, due to this requested dump will not be deleted.",
6129 "Message": "Failed to reset the dump ID, due to this requested dump will not be deleted."
6130 }
6131 },
6132 {
6133 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryDeleteFail",
6134 "Subsystem": "bmc_firmware",
6135 "ComponentID": "0x6000",
6136 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006137 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006138 "ReasonCode": "0x6006",
Patrick Williams26919f02022-12-08 06:12:43 -06006139 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006140 },
6141 "Callouts": [
6142 {
6143 "CalloutList": [
6144 { "Priority": "high", "Procedure": "bmc_code" }
6145 ]
6146 }
6147 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006148 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006149 "Description": "Failed to carry out the dump delete request from the hypervisor.",
6150 "Message": "Failed to carry out the dump delete request from the hypervisor."
6151 }
6152 },
6153 {
6154 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryOffloadedSetFail",
6155 "Subsystem": "bmc_firmware",
6156 "ComponentID": "0x6000",
6157 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006158 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006159 "ReasonCode": "0x6007",
Patrick Williams26919f02022-12-08 06:12:43 -06006160 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006161 },
6162 "Callouts": [
6163 {
6164 "CalloutList": [
6165 { "Priority": "high", "Procedure": "bmc_code" }
6166 ]
6167 }
6168 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006169 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006170 "Description": "Failed to set the dump offloaded completion flag in the dump entry.",
6171 "Message": "Failed to set the dump offloaded completion flag in the dump entry."
6172 }
6173 },
6174 {
6175 "Name": "xyz.openbmc_project.PLDM.Error.readIntoMemory.GetFilepathFail",
6176 "Subsystem": "bmc_firmware",
6177 "ComponentID": "0x6000",
6178 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006179 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006180 "ReasonCode": "0x6008",
Patrick Williams26919f02022-12-08 06:12:43 -06006181 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006182 },
6183 "Callouts": [
6184 {
6185 "CalloutList": [
6186 { "Priority": "high", "Procedure": "bmc_code" }
6187 ]
6188 }
6189 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006190 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006191 "Description": "Failed to get the file path for the BMC dump and offload to the hypervisor.",
6192 "Message": "Failed to get the file path for the BMC dump and offload to the hypervisor."
6193 }
6194 },
6195 {
6196 "Name": "xyz.openbmc_project.PLDM.Error.read.GetFilepathFail",
6197 "Subsystem": "bmc_firmware",
6198 "ComponentID": "0x6000",
6199 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006200 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006201 "ReasonCode": "0x6009",
Patrick Williams26919f02022-12-08 06:12:43 -06006202 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006203 },
6204 "Callouts": [
6205 {
6206 "CalloutList": [
6207 { "Priority": "high", "Procedure": "bmc_code" }
6208 ]
6209 }
6210 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006211 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006212 "Description": "Failed to get the file path for the BMC dump and offload to the hypervisor.",
6213 "Message": "Failed to get the file path for the BMC dump and offload to the hypervisor."
6214 }
6215 },
6216 {
6217 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.ResourceDumpFileAckWithMetaDataFail",
6218 "Subsystem": "bmc_firmware",
6219 "ComponentID": "0x6000",
6220 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -06006221 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006222 "ReasonCode": "0x6010",
Patrick Williams26919f02022-12-08 06:12:43 -06006223 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006224 },
6225 "Callouts": [
6226 {
6227 "CalloutList": [
6228 { "Priority": "medium", "Procedure": "bmc_code" }
6229 ]
6230 }
6231 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006232 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006233 "Description": "Could not create a new resource dump due to hypervisor verification failed.",
6234 "Message": "Could not create a new resource dump due to hypervisor verification failed."
6235 }
6236 },
6237 {
6238 "Name": "xyz.openbmc_project.PLDM.Error.fileAckWithMetaData.DumpEntryOffloadedSetFail",
6239 "Subsystem": "bmc_firmware",
6240 "ComponentID": "0x6000",
6241 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006242 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006243 "ReasonCode": "0x6011",
Patrick Williams26919f02022-12-08 06:12:43 -06006244 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006245 },
6246 "Callouts": [
6247 {
6248 "CalloutList": [
6249 { "Priority": "high", "Procedure": "bmc_code" }
6250 ]
6251 }
6252 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006253 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006254 "Description": "Failed to set the dump offload completion flag in the dump entry details.",
6255 "Message": "Failed to set the dump offload completion flag in the dump entry details."
6256 }
6257 },
6258 {
6259 "Name": "xyz.openbmc_project.PLDM.Error.newFileAvailableWithMetaData.NewDumpNotifyFail",
6260 "Subsystem": "bmc_firmware",
6261 "ComponentID": "0x6000",
6262 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006263 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006264 "ReasonCode": "0x6012",
Patrick Williams26919f02022-12-08 06:12:43 -06006265 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006266 },
6267 "Callouts": [
6268 {
6269 "CalloutList": [
6270 { "Priority": "high", "Procedure": "bmc_code" }
6271 ]
6272 }
6273 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006274 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006275 "Description": "Failed to notify a new dump available request.",
6276 "Message": "Failed to notify a new dump available request."
6277 }
6278 },
6279 {
6280 "Name": "xyz.openbmc_project.PLDM.Error.sendNewFileAvailableCmd.SendDumpParametersFail",
6281 "Subsystem": "bmc_firmware",
6282 "ComponentID": "0x6000",
6283 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006284 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006285 "ReasonCode": "0x6013",
Patrick Williams26919f02022-12-08 06:12:43 -06006286 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006287 },
6288 "Callouts": [
6289 {
6290 "CalloutList": [
6291 { "Priority": "high", "Procedure": "bmc_code" }
6292 ]
6293 }
6294 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006295 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006296 "Description": "Failed to send the resource dump parameters for a new dump initiation.",
6297 "Message": "Failed to send the resource dump parameters for a new dump initiation."
6298 }
6299 },
6300 {
6301 "Name": "xyz.openbmc_project.PLDM.Error.SendFileToHostFail",
6302 "Subsystem": "bmc_firmware",
6303 "ComponentID": "0x6000",
6304 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006305 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006306 "ReasonCode": "0x6014",
Patrick Williams26919f02022-12-08 06:12:43 -06006307 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006308 },
6309 "Callouts": [
6310 {
6311 "CalloutList": [
6312 { "Priority": "high", "Procedure": "bmc_code" }
6313 ]
6314 }
6315 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006316 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006317 "Description": "Failed to send the certificate/license file to the host.",
6318 "Message": "Failed to send the certificate/license file to the host."
6319 }
6320 },
6321 {
6322 "Name": "xyz.openbmc_project.PLDM.Error.DecodeNewFileResponseFail",
6323 "Subsystem": "bmc_firmware",
6324 "ComponentID": "0x6000",
6325 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006326 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006327 "ReasonCode": "0x6015",
Patrick Williams26919f02022-12-08 06:12:43 -06006328 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006329 },
6330 "Callouts": [
6331 {
6332 "CalloutList": [
6333 { "Priority": "high", "Procedure": "bmc_code" }
6334 ]
6335 }
6336 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006337 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006338 "Description": "Failed to decode the response of certificate/license file sent to the host.",
6339 "Message": "Failed to decode the response of certificate/license file sent to the host."
6340 }
6341 },
6342 {
6343 "Name": "xyz.openbmc_project.PLDM.Error.NewFileAvailableRequestFail",
6344 "Subsystem": "bmc_firmware",
6345 "ComponentID": "0x6000",
6346 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006347 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006348 "ReasonCode": "0x6016",
Patrick Williams26919f02022-12-08 06:12:43 -06006349 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006350 },
6351 "Callouts": [
6352 {
6353 "CalloutList": [
6354 { "Priority": "high", "Procedure": "bmc_code" }
6355 ]
6356 }
6357 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006358 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006359 "Description": "Failed to send the new certificate/license file to the host.",
6360 "Message": "Failed to send the new certificate/license file to the host."
6361 }
6362 },
6363 {
6364 "Name": "xyz.openbmc_project.PLDM.Error.SetHostEffecterFailed",
6365 "Subsystem": "bmc_firmware",
6366 "ComponentID": "0x6000",
6367 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006368 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006369 "ReasonCode": "0x6017",
Patrick Williams26919f02022-12-08 06:12:43 -06006370 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006371 },
6372
6373 "Callouts": [
6374 {
6375 "CalloutList": [
6376 { "Priority": "high", "Procedure": "bmc_code" }
6377 ]
6378 }
6379 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006380 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006381 "Description": "Failed to set state effecter states.",
6382 "Message": "Failed to set state effecter states."
6383 }
6384 },
6385 {
6386 "Name": "xyz.openbmc_project.PLDM.Error.Generate.PDRJsonFileParseFail",
6387 "Subsystem": "bmc_firmware",
6388 "ComponentID": "0x6000",
6389 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006390 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006391 "ReasonCode": "0x6018",
Patrick Williams26919f02022-12-08 06:12:43 -06006392 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006393 },
6394 "Callouts": [
6395 {
6396 "CalloutList": [
6397 { "Priority": "high", "Procedure": "bmc_code" }
6398 ]
6399 }
6400 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006401 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006402 "Description": "Failed to parse PDR JSON file.",
6403 "Message": "Failed to parse PDR JSON file."
6404 }
6405 },
6406 {
6407 "Name": "xyz.openbmc_project.PLDM.Error.SetHostSensorState.GetStateSensorPDRFail",
6408 "Subsystem": "bmc_firmware",
6409 "ComponentID": "0x6000",
6410 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006411 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006412 "ReasonCode": "0x6019",
Patrick Williams26919f02022-12-08 06:12:43 -06006413 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006414 },
6415 "Callouts": [
6416 {
6417 "CalloutList": [
6418 { "Priority": "high", "Procedure": "bmc_code" }
6419 ]
6420 }
6421 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006422 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006423 "Description": "Failed to get state sensor PDR state.",
6424 "Message": "Failed to get state sensor PDR state."
6425 }
6426 },
6427 {
6428 "Name": "xyz.openbmc_project.PLDM.Error.SetHostSensorState.EncodeStateSensorFail",
6429 "Subsystem": "bmc_firmware",
6430 "ComponentID": "0x6000",
6431 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006432 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006433 "ReasonCode": "0x6020",
Patrick Williams26919f02022-12-08 06:12:43 -06006434 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006435 },
6436 "Callouts": [
6437 {
6438 "CalloutList": [
6439 { "Priority": "high", "Procedure": "bmc_code" }
6440 ]
6441 }
6442 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006443 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006444 "Description": "Failed to encode state sensor request.",
6445 "Message": "Failed to encode state sensor request."
6446 }
6447 },
6448 {
6449 "Name": "xyz.openbmc_project.PLDM.Error.CMsubscribeFailure",
6450 "Subsystem": "bmc_firmware",
6451 "ComponentID": "0x6000",
6452 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006453 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006454 "ReasonCode": "0x6021",
Patrick Williams26919f02022-12-08 06:12:43 -06006455 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006456 },
6457 "Callouts": [
6458 {
6459 "CalloutList": [
6460 { "Priority": "high", "Procedure": "bmc_code" }
6461 ]
6462 }
6463 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006464 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006465 "Description": "Failed to subscribe for concurrent maintenance of FRU.",
6466 "Message": "Failed to subscribe for concurrent maintenance of FRU."
6467 }
6468 },
6469 {
6470 "Name": "xyz.openbmc_project.PLDM.Error.setSurvTimer.RecvSurveillancePingFail",
6471 "Subsystem": "bmc_firmware",
6472 "ComponentID": "0x6000",
6473 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -06006474 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006475 "ReasonCode": "0x6022",
Patrick Williams26919f02022-12-08 06:12:43 -06006476 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006477 },
6478 "Callouts": [
6479 {
6480 "CalloutList": [
6481 { "Priority": "high", "Procedure": "bmc_code" }
6482 ]
6483 }
6484 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006485 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006486 "Description": "Host did not send a surveillance ping within stipulated timeout interval.",
6487 "Message": "Host did not send a surveillance ping within stipulated timeout interval."
6488 }
6489 },
6490 {
6491 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryOffloadUriSetFail",
6492 "Subsystem": "bmc_firmware",
6493 "ComponentID": "0x6000",
6494 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006495 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006496 "ReasonCode": "0x6023",
Patrick Williams26919f02022-12-08 06:12:43 -06006497 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006498 },
6499 "Callouts": [
6500 {
6501 "CalloutList": [
6502 { "Priority": "high", "Procedure": "bmc_code" }
6503 ]
6504 }
6505 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006506 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006507 "Description": "Failed to reset the dump offload URI path from the dump entry.",
6508 "Message": "Failed to reset the dump offload URI path from the dump entry."
6509 }
6510 },
6511 {
6512 "Name": "xyz.openbmc_project.PLDM.Error.SoftPowerOff.HostSoftOffTimeOut",
6513 "Subsystem": "bmc_firmware",
6514 "ComponentID": "0x6000",
6515 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006516 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006517 "ReasonCode": "0x6024",
Patrick Williams26919f02022-12-08 06:12:43 -06006518 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006519 },
6520 "Callouts": [
6521 {
6522 "CalloutList": [
6523 { "Priority": "high", "Procedure": "bmc_code" }
6524 ]
6525 }
6526 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006527 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006528 "Description": "Host failed to complete the power off gracefully within the timeout.",
6529 "Message": "Host failed to complete the power off gracefully within the timeout."
6530 }
Swarnendu Roy Chowdhury86cdcd52023-01-17 11:17:12 +05306531 },
6532 {
6533 "Name": "xyz.openbmc_project.Dump.Error.Invalidate",
6534 "Subsystem": "bmc_firmware",
6535 "ComponentID": "0x6000",
6536 "SRC": {
6537 "ReasonCode": "0x6025",
6538 "Words6To9": {}
6539 },
6540 "Documentation": {
6541 "Description": "Dump has been deleted/offloaded",
6542 "Message": "BMC/System/Resource dump has been deleted/offloaded"
6543 }
Lakshmi Yadlapati36a82eb2023-06-22 16:38:11 -05006544 },
6545 {
6546 "Name": "xyz.openbmc_project.Memory.MemoryECC.Error.CEThresholdReached",
6547 "Subsystem": "cec_hardware",
6548 "ComponentID": "0xF300",
6549 "Severity": "predictive",
6550
6551 "SRC": {
6552 "ReasonCode": "0xF301",
6553 "Words6To9": {}
6554 },
6555
6556 "Callouts": [
6557 {
6558 "System": "ibm,rainier",
6559 "CalloutList": [
6560 {
6561 "Priority": "high",
6562 "LocCode": "P0-C5"
6563 }
6564 ]
6565 },
6566 {
6567 "System": "ibm,everest",
6568 "CalloutList": [
6569 {
6570 "Priority": "high",
6571 "LocCode": "P0-C0"
6572 }
6573 ]
6574 },
6575 {
6576 "System": "ibm,bonnell",
6577 "CalloutList": [
6578 {
6579 "Priority": "high",
6580 "LocCode": "P0"
6581 }
6582 ]
6583 }
6584 ],
6585
6586 "Documentation": {
6587 "Description": "Correctable ECC memory error collection limit is reached.",
6588 "Message": "Correctable ECC memory error collection limit is reached."
6589 }
6590 },
6591 {
6592 "Name": "xyz.openbmc_project.Memory.MemoryECC.Error.CE",
6593 "Subsystem": "cec_hardware",
6594 "ComponentID": "0xF300",
6595 "Severity": "non_error",
6596
6597 "SRC": {
6598 "ReasonCode": "0xF302",
6599 "Words6To9": {}
6600 },
6601
6602 "Documentation": {
6603 "Description": "Correctable ECC/other correctable memory error.",
6604 "Message": "Correctable ECC/other correctable memory error."
6605 }
6606 },
6607 {
6608 "Name": "xyz.openbmc_project.Memory.MemoryECC.Error.UE",
6609 "Subsystem": "cec_hardware",
6610 "ComponentID": "0xF300",
6611 "Severity": "predictive",
6612
6613 "SRC": {
6614 "ReasonCode": "0xF303",
6615 "Words6To9": {}
6616 },
6617
6618 "Callouts": [
6619 {
6620 "System": "ibm,rainier",
6621 "CalloutList": [
6622 {
6623 "Priority": "high",
6624 "LocCode": "P0-C5"
6625 }
6626 ]
6627 },
6628 {
6629 "System": "ibm,everest",
6630 "CalloutList": [
6631 {
6632 "Priority": "high",
6633 "LocCode": "P0-C0"
6634 }
6635 ]
6636 },
6637 {
6638 "System": "ibm,bonnell",
6639 "CalloutList": [
6640 {
6641 "Priority": "high",
6642 "LocCode": "P0"
6643 }
6644 ]
6645 }
6646 ],
6647
6648 "Documentation": {
6649 "Description": "Uncorrectable ECC/other uncorrectable memory error.",
6650 "Message": "Uncorrectable ECC/other uncorrectable memory error."
6651 }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006652 }
Matt Spinler44792fd2019-09-26 15:58:58 -05006653 ]
6654}