blob: 2219d7af8cdd50820ef7caa6d196bea30c74d62f [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 {
Eddie James62464b12022-05-25 15:47:15 -0500807 "Name": "org.open_power.OCC.Firmware.PresenceMismatch",
808 "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 {
836 "Name": "org.open_power.OCC.Device.SafeState",
837 "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 {
857 "Name": "org.open_power.OCC.Device.ReadFailure",
858 "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 {
Ramesh Iyyarb3d45ed2021-12-07 09:18:19 -0600878 "Name": "org.open_power.HardwareIsolation.Error",
879 "Subsystem": "cec_hardware",
880 "ComponentID": "0x3100",
881
Patrick Williams26919f02022-12-08 06:12:43 -0600882 "SRC": {
Ramesh Iyyarb3d45ed2021-12-07 09:18:19 -0600883 "ReasonCode": "0x3101",
Patrick Williams26919f02022-12-08 06:12:43 -0600884 "Words6To9": {}
Ramesh Iyyarb3d45ed2021-12-07 09:18:19 -0600885 },
886
Patrick Williams26919f02022-12-08 06:12:43 -0600887 "Documentation": {
Michael Lim12429892022-03-10 16:11:25 -0600888 "Description": "Failure occurred during hardware isolation operations",
889 "Message": "Failure occurred during hardware isolation operations",
Ramesh Iyyarb3d45ed2021-12-07 09:18:19 -0600890 "Notes": [
891 "Severity needs to be set based on needs for this registry.",
892 "Debug traces will be captured in AdditionalData section"
893 ]
894 }
895 },
896
897 {
Marri Devender Rao109fc142023-09-14 12:34:40 +0530898 "Name": "org.open_power.Faultlog.PoweronTime.ReadFail",
899 "Subsystem": "bmc_firmware",
900 "ComponentID": "0xF100",
901
902 "SRC": {
903 "ReasonCode": "0xF101",
904 "Words6To9": {}
905 },
906
907 "Documentation": {
908 "Description": "Failure to read chassis poweron time from persistent file",
909 "Message": "Failure to read chassis poweron time from persistent file",
910 "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 {
918 "Name": "org.open_power.Faultlog.PoweronTime.WriteFail",
919 "Subsystem": "bmc_firmware",
920 "ComponentID": "0xF100",
921
922 "SRC": {
923 "ReasonCode": "0xF102",
924 "Words6To9": {}
925 },
926
927 "Documentation": {
928 "Description": "Failure to write chassis poweron time to persistent file",
929 "Message": "Failure to write chassis poweron time to 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 {
Marri Devender Rao385446b2023-04-14 00:16:35 -0500938 "Name": "org.open_power.Faultlog.Error.DeconfiguredHW",
939 "Subsystem": "cec_hardware",
940 "Severity": "predictive",
Matt Spinlera6c4ba72023-05-24 13:11:49 -0500941 "ComponentID": "0xF100",
Marri Devender Rao385446b2023-04-14 00:16:35 -0500942 "SRC": {
Matt Spinlera6c4ba72023-05-24 13:11:49 -0500943 "ReasonCode": "0xF138",
Marri Devender Rao385446b2023-04-14 00:16:35 -0500944 "Words6To9": {
945 "6": {
Marri Devender Raof0200b52023-06-14 12:46:05 +0530946 "Description": "Number of system guard records if any",
947 "AdditionalDataPropSource": "GUARD_RECORD_COUNT"
Marri Devender Rao385446b2023-04-14 00:16:35 -0500948 },
949 "8": {
Marri Devender Raof0200b52023-06-14 12:46:05 +0530950 "Description": "Number of PEL's having deconfig bit set",
951 "AdditionalDataPropSource": "PEL_WITH_DECONFIG_BIT_COUNT"
Marri Devender Rao385446b2023-04-14 00:16:35 -0500952 }
953 }
954 },
955 "Callouts": [
956 {
957 "CalloutList": [
958 {
959 "Priority": "high",
960 "Procedure": "detected_issue_need_service"
961 }
962 ]
963 }
964 ],
965 "Documentation": {
966 "Description": "Firmware detected either a FRU deconfigured And/Or guard record",
967 "Message": "Firmware detected either a FRU deconfigured And/Or guard record",
968 "Notes": [
969 "Either Guard And/Or Deconfiguration records found during periodic check ",
970 "as part of the NAG event. Look into the BMC Nag dump for more details. ",
971 "This is a reminder for servicing faulty hardware pending service present ",
972 "in the system."
973 ]
974 }
975 },
976
977 {
Andrew Geissler8034dde2021-09-10 14:43:03 -0500978 "Name": "xyz.openbmc_project.State.Error.HostNotRunning",
979 "Subsystem": "cec_sp_hostboot_iface",
980 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -0600981 "SRC": {
Andrew Geissler8034dde2021-09-10 14:43:03 -0500982 "ReasonCode": "0x3401",
Patrick Williams26919f02022-12-08 06:12:43 -0600983 "Words6To9": {}
Andrew Geissler8034dde2021-09-10 14:43:03 -0500984 },
Patrick Williams26919f02022-12-08 06:12:43 -0600985 "Documentation": {
Andrew Geissler8034dde2021-09-10 14:43:03 -0500986 "Description": "Host was booting or booted before BMC reset but is now unresponsive",
987 "Message": "Host did not respond to BMC after a BMC reset but it was booting or booted prior to the BMC reboot",
988 "Notes": [
989 "System will follow recovery policy, resulting in this ",
990 "error and most likely a a reboot of the host. The issue ",
991 "is most likely the result of the BMC rebooting while the ",
992 "host was booting and in a state where it still needed ",
993 "the BMC to complete its boot."
994 ]
Matt Spinler288f4322023-01-05 12:54:22 -0600995 },
996
997 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -0500998 "NumLines": 100
Andrew Geissler8034dde2021-09-10 14:43:03 -0500999 }
1000 },
1001
1002 {
Andrew Geissler808f6302022-02-24 13:55:18 -06001003 "Name": "xyz.openbmc_project.State.ChassisPowerBad",
1004 "Subsystem": "input_power_source",
1005 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001006 "SRC": {
Andrew Geissler808f6302022-02-24 13:55:18 -06001007 "ReasonCode": "0x3402",
Patrick Williams26919f02022-12-08 06:12:43 -06001008 "Words6To9": {}
Andrew Geissler808f6302022-02-24 13:55:18 -06001009 },
1010 "Callouts": [
1011 {
Patrick Williams26919f02022-12-08 06:12:43 -06001012 "CalloutList": [
1013 {
1014 "Priority": "high",
1015 "Procedure": "next_level_support"
1016 }
1017 ]
Andrew Geissler808f6302022-02-24 13:55:18 -06001018 }
1019 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001020 "Documentation": {
Andrew Geissler808f6302022-02-24 13:55:18 -06001021 "Description": "Chassis input power is in a bad state",
1022 "Message": "Chassis input power is in a bad state, look for other logs with more details",
1023 "Notes": [
1024 "The system is most likely in a limited power situation. ",
1025 "There is enough power for the BMC to operate but not the ",
1026 "CEC hardware. Check for UPS or brownout logs."
1027 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001028 },
1029
1030 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001031 "NumLines": 100
Andrew Geissler808f6302022-02-24 13:55:18 -06001032 }
1033 },
1034
1035 {
Andrew Geissler4c360ec2022-02-24 14:09:37 -06001036 "Name": "xyz.openbmc_project.State.PinholeReset",
1037 "Subsystem": "cec_op_panel",
1038 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001039 "SRC": {
Andrew Geissler4c360ec2022-02-24 14:09:37 -06001040 "ReasonCode": "0x3403",
Patrick Williams26919f02022-12-08 06:12:43 -06001041 "Words6To9": {}
Andrew Geissler4c360ec2022-02-24 14:09:37 -06001042 },
Patrick Williams26919f02022-12-08 06:12:43 -06001043 "Documentation": {
Andrew Geissler4c360ec2022-02-24 14:09:37 -06001044 "Description": "User initiated a pinhole reset via the op-panel",
1045 "Message": "User initiated a pinhole reset via the op-panel",
1046 "Notes": [
1047 "This is a notification log to record the fact that a ",
1048 "pinhole reset was performed on the BMC, resulting in a ",
1049 "hard reset of the BMC."
1050 ]
1051 }
1052 },
1053
1054 {
Andrew Geisslerfbb18242022-02-24 14:30:02 -06001055 "Name": "xyz.openbmc_project.State.Error.CriticalServiceFailure",
1056 "Subsystem": "bmc_firmware",
1057 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001058 "SRC": {
Andrew Geisslerfbb18242022-02-24 14:30:02 -06001059 "ReasonCode": "0x3404",
Patrick Williams26919f02022-12-08 06:12:43 -06001060 "Words6To9": {}
Andrew Geisslerfbb18242022-02-24 14:30:02 -06001061 },
1062 "Callouts": [
1063 {
Patrick Williams26919f02022-12-08 06:12:43 -06001064 "CalloutList": [
1065 {
1066 "Priority": "high",
1067 "Procedure": "next_level_support"
1068 }
1069 ]
Andrew Geisslerfbb18242022-02-24 14:30:02 -06001070 }
1071 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001072 "Documentation": {
Andrew Geisslerfbb18242022-02-24 14:30:02 -06001073 "Description": "A critical BMC application has failed on the system",
1074 "Message": "A critical BMC application has failed on the system, the BMC is in an undefined state",
1075 "Notes": [
1076 "As a part of generating this error log, a BMC dump has ",
1077 "also been generated. Please collect this dump if possible. ",
1078 "The BMC state is undefined but basic services could still ",
1079 "be available. Usually an AC cycle of the entire system is ",
1080 "the best recovery option from this error."
1081 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001082 },
1083
1084 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001085 "NumLines": 100
Andrew Geisslerfbb18242022-02-24 14:30:02 -06001086 }
1087 },
1088
1089 {
Andrew Geisslerf83efe92022-03-10 15:06:17 -06001090 "Name": "xyz.openbmc_project.State.Error.SecurityCheckFail",
1091 "Subsystem": "bmc_firmware",
1092 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001093 "SRC": {
Andrew Geisslerf83efe92022-03-10 15:06:17 -06001094 "ReasonCode": "0x3405",
Patrick Williams26919f02022-12-08 06:12:43 -06001095 "Words6To9": {}
Andrew Geisslerf83efe92022-03-10 15:06:17 -06001096 },
1097 "Callouts": [
1098 {
Patrick Williams26919f02022-12-08 06:12:43 -06001099 "CalloutList": [
1100 {
1101 "Priority": "high",
1102 "Procedure": "next_level_support"
1103 }
1104 ]
Andrew Geisslerf83efe92022-03-10 15:06:17 -06001105 }
1106 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001107 "Documentation": {
Andrew Geisslerf83efe92022-03-10 15:06:17 -06001108 "Description": "A firmware security check has failed",
1109 "Message": "A firmware security check has failed, most likely something is not configured correctly",
1110 "Notes": [
1111 "This log is only generated in the manufacturing ",
1112 "environment and it indicates that something has not ",
1113 "been configured correctly. Use the data in the PEL to ",
1114 "determine what that is."
1115 ]
1116 }
1117 },
1118
1119 {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001120 "Name": "xyz.openbmc_project.State.BMC.Error.MultiUserTargetFailure",
1121 "Subsystem": "bmc_firmware",
1122 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001123 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001124 "ReasonCode": "0x3406",
Patrick Williams26919f02022-12-08 06:12:43 -06001125 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001126 },
1127 "Callouts": [
1128 {
Patrick Williams26919f02022-12-08 06:12:43 -06001129 "CalloutList": [
1130 {
1131 "Priority": "high",
1132 "Procedure": "next_level_support"
1133 }
1134 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001135 }
1136 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001137 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001138 "Description": "The system has failed to reach BMC Ready state",
1139 "Message": "The system has failed to reach BMC Ready state, look for other errors",
1140 "Notes": [
1141 "This log indicates a critical BMC application required ",
1142 "for the BMC to reach Ready state has failed to start ",
1143 "successfully. Look in the log for other errors indicating ",
1144 "what has failed."
1145 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001146 },
1147
1148 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001149 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001150 }
1151 },
1152
1153 {
1154 "Name": "xyz.openbmc_project.State.Chassis.Error.PowerOnFailure",
1155 "Subsystem": "bmc_firmware",
1156 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001157 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001158 "ReasonCode": "0x3407",
Patrick Williams26919f02022-12-08 06:12:43 -06001159 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001160 },
1161 "Callouts": [
1162 {
Patrick Williams26919f02022-12-08 06:12:43 -06001163 "CalloutList": [
1164 {
1165 "Priority": "high",
1166 "Procedure": "next_level_support"
1167 }
1168 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001169 }
1170 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001171 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001172 "Description": "The system has failed to reach chassis power on state",
1173 "Message": "The system has failed to reach chassis power on state, look for other errors",
1174 "Notes": [
1175 "This log indicates a critical BMC application required ",
1176 "for the BMC to power on the chassis has failed to start ",
1177 "successfully. Look in the log for other errors indicating ",
1178 "what has failed."
1179 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001180 },
1181
1182 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001183 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001184 }
1185 },
1186
1187 {
1188 "Name": "xyz.openbmc_project.State.Chassis.Error.PowerOffFailure",
1189 "Subsystem": "bmc_firmware",
1190 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001191 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001192 "ReasonCode": "0x3408",
Patrick Williams26919f02022-12-08 06:12:43 -06001193 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001194 },
1195 "Callouts": [
1196 {
Patrick Williams26919f02022-12-08 06:12:43 -06001197 "CalloutList": [
1198 {
1199 "Priority": "high",
1200 "Procedure": "next_level_support"
1201 }
1202 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001203 }
1204 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001205 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001206 "Description": "The system has failed to reach chassis power off state",
1207 "Message": "The system has failed to reach chassis power off state, look for other errors",
1208 "Notes": [
1209 "This log indicates a critical BMC application required ",
1210 "for the BMC to power off the chassis has failed to start ",
1211 "successfully. Look in the log for other errors indicating ",
1212 "what has failed."
1213 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001214 },
1215
1216 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001217 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001218 }
1219 },
1220
1221 {
1222 "Name": "xyz.openbmc_project.State.Host.Error.HostStartFailure",
1223 "Subsystem": "bmc_firmware",
1224 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001225 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001226 "ReasonCode": "0x3409",
Patrick Williams26919f02022-12-08 06:12:43 -06001227 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001228 },
1229 "Callouts": [
1230 {
Patrick Williams26919f02022-12-08 06:12:43 -06001231 "CalloutList": [
1232 {
1233 "Priority": "high",
1234 "Procedure": "next_level_support"
1235 }
1236 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001237 }
1238 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001239 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001240 "Description": "The system has failed to start the host firmware",
1241 "Message": "The system has failed to start the host firmware, look for other errors",
1242 "Notes": [
1243 "This log indicates a critical BMC application required ",
1244 "for the BMC to start the host has failed to start ",
1245 "successfully. Look in the log for other errors indicating ",
1246 "what has failed."
1247 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001248 },
1249
1250 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001251 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001252 }
1253 },
1254
1255 {
1256 "Name": "xyz.openbmc_project.State.Host.Error.HostStartMinFailure",
1257 "Subsystem": "bmc_firmware",
1258 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001259 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001260 "ReasonCode": "0x3410",
Patrick Williams26919f02022-12-08 06:12:43 -06001261 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001262 },
1263 "Callouts": [
1264 {
Patrick Williams26919f02022-12-08 06:12:43 -06001265 "CalloutList": [
1266 {
1267 "Priority": "high",
1268 "Procedure": "next_level_support"
1269 }
1270 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001271 }
1272 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001273 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001274 "Description": "The system has failed to start the host firmware",
1275 "Message": "The system has failed to start the host firmware, look for other errors",
1276 "Notes": [
1277 "This log indicates a critical BMC application required ",
1278 "for the BMC to start the host has failed to start ",
1279 "successfully. Look in the log for other errors indicating ",
1280 "what has failed."
1281 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001282 },
1283
1284 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001285 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001286 }
1287 },
1288
1289 {
1290 "Name": "xyz.openbmc_project.State.Host.Error.HostShutdownFailure",
1291 "Subsystem": "bmc_firmware",
1292 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001293 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001294 "ReasonCode": "0x3411",
Patrick Williams26919f02022-12-08 06:12:43 -06001295 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001296 },
1297 "Callouts": [
1298 {
Patrick Williams26919f02022-12-08 06:12:43 -06001299 "CalloutList": [
1300 {
1301 "Priority": "high",
1302 "Procedure": "next_level_support"
1303 }
1304 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001305 }
1306 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001307 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001308 "Description": "The system has failed to shutdown the host firmware",
1309 "Message": "The system has failed to shutdown the host firmware, look for other errors",
1310 "Notes": [
1311 "This log indicates a critical BMC application required ",
1312 "to shutdown the host firmware has failed to start ",
1313 "successfully. Look in the log for other errors indicating ",
1314 "what has failed."
1315 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001316 },
1317
1318 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001319 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001320 }
1321 },
1322
1323 {
1324 "Name": "xyz.openbmc_project.State.Host.Error.HostStopFailure",
1325 "Subsystem": "bmc_firmware",
1326 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001327 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001328 "ReasonCode": "0x3412",
Patrick Williams26919f02022-12-08 06:12:43 -06001329 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001330 },
1331 "Callouts": [
1332 {
Patrick Williams26919f02022-12-08 06:12:43 -06001333 "CalloutList": [
1334 {
1335 "Priority": "high",
1336 "Procedure": "next_level_support"
1337 }
1338 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001339 }
1340 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001341 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001342 "Description": "The system has failed to stop the host firmware",
1343 "Message": "The system has failed to stop the host firmware, look for other errors",
1344 "Notes": [
1345 "This log indicates a critical BMC application required ",
1346 "to stop the host firmware has failed to start ",
1347 "successfully. Look in the log for other errors indicating ",
1348 "what has failed."
1349 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001350 },
1351
1352 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001353 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001354 }
1355 },
1356
1357 {
1358 "Name": "xyz.openbmc_project.State.Host.Error.HostRebootFailure",
1359 "Subsystem": "bmc_firmware",
1360 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001361 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001362 "ReasonCode": "0x3413",
Patrick Williams26919f02022-12-08 06:12:43 -06001363 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001364 },
1365 "Callouts": [
1366 {
Patrick Williams26919f02022-12-08 06:12:43 -06001367 "CalloutList": [
1368 {
1369 "Priority": "high",
1370 "Procedure": "next_level_support"
1371 }
1372 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001373 }
1374 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001375 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001376 "Description": "The system has failed to reboot the host firmware",
1377 "Message": "The system has failed to reboot the host firmware, look for other errors",
1378 "Notes": [
1379 "This log indicates a critical BMC application required ",
1380 "to reboot the host firmware has failed to start ",
1381 "successfully. Look in the log for other errors indicating ",
1382 "what has failed."
1383 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001384 },
1385
1386 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001387 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001388 }
1389 },
1390
1391 {
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001392 "Name": "xyz.openbmc_project.State.Error.HostQuiesce",
1393 "Subsystem": "bmc_firmware",
1394 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001395 "SRC": {
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001396 "ReasonCode": "0x3414",
Patrick Williams26919f02022-12-08 06:12:43 -06001397 "Words6To9": {}
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001398 },
1399 "Callouts": [
1400 {
Patrick Williams26919f02022-12-08 06:12:43 -06001401 "CalloutList": [
1402 {
1403 "Priority": "high",
1404 "Procedure": "next_level_support"
1405 }
1406 ]
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001407 }
1408 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001409 "Documentation": {
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001410 "Description": "The host firmware has failed to boot",
1411 "Message": "The host firmware has failed to boot and has entered a Quiesce state. Look for other errors.",
1412 "Notes": [
1413 "This log indicates that the host firmware has failed to ",
1414 "boot and all retries have been exhausted. There should be ",
1415 "other logs with more details on the boot failure reason. "
1416 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001417 },
1418
1419 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001420 "NumLines": 100
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001421 }
1422 },
1423
1424 {
Lakshmi Yadlapati95788fe2023-03-24 14:39:32 -05001425 "Name": "xyz.openbmc_project.State.Error.TpmMeasurementFail",
1426 "Subsystem": "bmc_firmware",
1427 "ComponentID": "0x3400",
1428 "SRC": {
1429 "ReasonCode": "0x3415",
1430 "Words6To9": {}
1431 },
1432 "Callouts": [
1433 {
1434 "CalloutList": [
1435 {
1436 "Priority": "high",
1437 "Procedure": "next_level_support"
1438 }
1439 ]
1440 }
1441 ],
1442 "Documentation": {
1443 "Description": "TPM measurement failed",
1444 "Message": "The system has detected a failure in the TPM measurement.",
1445 "Notes": [
1446 "This error occurs when /sys/class/tpm/tpm0/pcr-sha256/0",
1447 "is missing or has a value of 0, indicating a potential compromise",
1448 "of the system's boot process.",
1449 "Please contact your system administrator or next level support",
1450 "to investigate and resolve the issue."
1451 ]
1452 }
1453 },
1454
1455 {
Andrew Geissler730935f2023-04-26 13:26:16 -06001456 "Name": "xyz.openbmc_project.State.Info.ChassisPowerOnStarted",
1457 "Subsystem": "bmc_firmware",
1458 "ComponentID": "0x3400",
1459 "Severity": "non_error",
1460 "SRC": {
1461 "ReasonCode": "0x3416",
1462 "Words6To9": {}
1463 },
1464 "Documentation": {
1465 "Description": "A power on of the chassis has been started",
1466 "Message": "The chassis is powering on.",
1467 "Notes": [
1468 "This informational error is logged each time the chassis",
1469 "is powered on."
1470 ]
1471 }
1472 },
1473
1474 {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -05001475 "Name": "org.open_power.Processor.Error.SbeChipOpFailure",
1476 "Subsystem": "processor_chip",
1477 "ComponentID": "0x3500",
1478
Patrick Williams26919f02022-12-08 06:12:43 -06001479 "SRC": {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -05001480 "ReasonCode": "0x3500",
Patrick Williams26919f02022-12-08 06:12:43 -06001481 "Words6To9": {
1482 "6": {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -05001483 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
1484 "AdditionalDataPropSource": "SRC6"
1485 }
1486 }
1487 },
1488
Patrick Williams26919f02022-12-08 06:12:43 -06001489 "Documentation": {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -05001490 "Description": "chipop failure with SBE provided FFDC",
1491 "Message": "chipop request failure reported by SBE",
1492 "Notes": [
1493 "The severity is set by the creator.",
1494 "Callouts added based on SBE provided FFDC.",
1495 "SBE provided additional debug data included as part of the",
1496 "additional user data section."
1497 ]
1498 }
1499 },
1500
1501 {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -05001502 "Name": "org.open_power.Processor.Error.SbeChipOpTimeout",
1503 "Subsystem": "processor_chip",
1504 "ComponentID": "0x3500",
1505
Patrick Williams26919f02022-12-08 06:12:43 -06001506 "SRC": {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -05001507 "ReasonCode": "0x3501",
Patrick Williams26919f02022-12-08 06:12:43 -06001508 "Words6To9": {
1509 "6": {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -05001510 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
1511 "AdditionalDataPropSource": "SRC6"
1512 }
1513 }
1514 },
1515
Jayanth Othayothe4acc8d2022-06-02 02:32:08 -05001516 "Callouts": [
1517 {
1518 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06001519 {
1520 "Priority": "high",
1521 "Procedure": "next_level_support"
1522 }
Jayanth Othayothe4acc8d2022-06-02 02:32:08 -05001523 ]
1524 }
1525 ],
1526
Patrick Williams26919f02022-12-08 06:12:43 -06001527 "Documentation": {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -05001528 "Description": "SBE chipop timeout",
1529 "Message": "chipop timeout reported during SBE communication",
1530 "Notes": [
1531 "The severity is set by the creator.",
1532 "Check SBE Dump associated to this error to debug the failure."
1533 ]
1534 }
1535 },
1536
1537 {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001538 "Name": "org.open_power.Processor.Error.SbeChipOpInvalidState",
1539 "Subsystem": "processor_chip",
1540 "ComponentID": "0x3500",
1541
Patrick Williams26919f02022-12-08 06:12:43 -06001542 "SRC": {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001543 "ReasonCode": "0x3502",
Patrick Williams26919f02022-12-08 06:12:43 -06001544 "Words6To9": {
1545 "6": {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001546 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
1547 "AdditionalDataPropSource": "SRC6"
1548 },
Patrick Williams26919f02022-12-08 06:12:43 -06001549 "7": {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001550 "Description": "Value of SBE state",
1551 "AdditionalDataPropSource": "SRC7"
1552 }
1553 }
1554 },
1555
Patrick Williams26919f02022-12-08 06:12:43 -06001556 "Documentation": {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001557 "Description": "The SBE on this processor is not in a state where chipOps can be issued",
1558 "Message": "SBE Chipop is not allowed due to invalid SBE state ",
Patrick Williams26919f02022-12-08 06:12:43 -06001559 "Notes": ["The severity is set by the creator."]
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001560 }
1561 },
1562
1563 {
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001564 "Name": "org.open_power.Processor.Error.SbeBootFailure",
1565 "Subsystem": "processor_chip",
1566 "ComponentID": "0x3500",
Patrick Williams26919f02022-12-08 06:12:43 -06001567 "ActionFlags": ["service_action", "report", "call_home"],
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001568
Patrick Williams26919f02022-12-08 06:12:43 -06001569 "SRC": {
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001570 "ReasonCode": "0x3503",
Patrick Williams26919f02022-12-08 06:12:43 -06001571 "Words6To9": {
1572 "6": {
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001573 "Description": "[0:15] chip position",
1574 "AdditionalDataPropSource": "SRC6"
1575 }
1576 }
1577 },
1578
Patrick Williams26919f02022-12-08 06:12:43 -06001579 "Documentation": {
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001580 "Description": "Boot failure with SBE provided FFDC",
1581 "Message": "Boot failure reported by SBE",
1582 "Notes": [
1583 "The severity is set by the creator.",
1584 "Callouts added based on SBE provided FFDC.",
1585 "SBE provided additional debug data included as part of the",
1586 "additional user data section."
1587 ]
1588 }
1589 },
1590
1591 {
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001592 "Name": "org.open_power.Processor.Error.SbeBootTimeout",
1593 "Subsystem": "processor_chip",
1594 "ComponentID": "0x3500",
1595
Patrick Williams26919f02022-12-08 06:12:43 -06001596 "SRC": {
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001597 "ReasonCode": "0x3504",
Patrick Williams26919f02022-12-08 06:12:43 -06001598 "Words6To9": {}
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001599 },
1600
Jayanth Othayothf5cd2a42022-05-31 02:54:10 -05001601 "Callouts": [
1602 {
1603 "System": "ibm,rainier",
1604 "CalloutList": [
1605 {
1606 "Priority": "low",
1607 "LocCode": "P0"
1608 },
1609 {
1610 "Priority": "low",
1611 "LocCode": "P0-C22"
1612 }
1613 ]
1614 },
1615 {
1616 "System": "ibm,everest",
1617 "CalloutList": [
1618 {
1619 "Priority": "low",
1620 "LocCode": "P0"
1621 },
1622 {
1623 "Priority": "low",
1624 "LocCode": "P0-C96"
1625 }
1626 ]
Matt Spinlerbc560982023-04-10 11:16:42 -05001627 },
1628 {
1629 "System": "ibm,bonnell",
1630 "CalloutList": [
1631 {
1632 "Priority": "low",
1633 "LocCode": "P0"
1634 },
1635 {
1636 "Priority": "low",
1637 "LocCode": "P0-C5"
1638 }
1639 ]
Jayanth Othayothf5cd2a42022-05-31 02:54:10 -05001640 }
1641 ],
1642
Patrick Williams26919f02022-12-08 06:12:43 -06001643 "Documentation": {
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001644 "Description": "SBE Boot timeout",
1645 "Message": "timeout reported during SBE boot process",
1646 "Notes": [
1647 "The severity is set by the creator.",
1648 "Check SBE Dump associated to this error to debug the failure."
1649 ]
1650 }
1651 },
1652
1653 {
Ben Tyner34836322020-04-15 17:01:48 -05001654 "Name": "org.open_power.Attn.Error.Terminate",
Ben Tyner808e29f2021-04-16 08:32:23 -05001655 "Subsystem": "cec_hardware",
1656 "Severity": "non_error",
Ben Tyner34836322020-04-15 17:01:48 -05001657
Patrick Williams26919f02022-12-08 06:12:43 -06001658 "SRC": {
Ben Tyner34836322020-04-15 17:01:48 -05001659 "ReasonCode": "0xD138",
Patrick Williams26919f02022-12-08 06:12:43 -06001660 "SymptomIDFields": [
1661 "SRCWord3",
1662 "SRCWord4",
1663 "SRCWord5",
1664 "SRCWord6",
1665 "SRCWord7",
1666 "SRCWord8",
1667 "SRCWord9"
1668 ],
1669 "Words6To9": {}
Ben Tyner34836322020-04-15 17:01:48 -05001670 },
1671
Patrick Williams26919f02022-12-08 06:12:43 -06001672 "Documentation": {
Ben Tyner34836322020-04-15 17:01:48 -05001673 "Description": "Status shows TI special attention active",
1674 "Message": "TI special attention detected",
1675 "Notes": [
1676 "This entry is for any TI special attention event ",
1677 "reported by the attention handler component"
1678 ]
1679 }
1680 },
1681
1682 {
1683 "Name": "org.open_power.Attn.Error.Fail",
1684 "Subsystem": "bmc_firmware",
1685 "Severity": "unrecoverable_loss_of_function",
1686
Patrick Williams26919f02022-12-08 06:12:43 -06001687 "SRC": {
Ben Tyner34836322020-04-15 17:01:48 -05001688 "ReasonCode": "0xD13E",
Patrick Williams26919f02022-12-08 06:12:43 -06001689 "Words6To9": {
1690 "6": {
Ben Tyner34836322020-04-15 17:01:48 -05001691 "Description": "Error code from attention handler",
1692 "AdditionalDataPropSource": "ERROR_CODE"
1693 }
1694 }
1695 },
Patrick Williams26919f02022-12-08 06:12:43 -06001696 "Documentation": {
Ben Tyner34836322020-04-15 17:01:48 -05001697 "Description": "The attention handler encountered an error",
Patrick Williams26919f02022-12-08 06:12:43 -06001698 "MessageArgSources": ["SRCWord6"],
Ben Tyner34836322020-04-15 17:01:48 -05001699 "Message": "Attention handler error %1",
Patrick Williams26919f02022-12-08 06:12:43 -06001700 "Notes": ["Attention handler will provide error code"]
Ben Tyner34836322020-04-15 17:01:48 -05001701 }
1702 },
1703
1704 {
1705 "Name": "org.open_power.Attn.Error.Vital",
1706 "Subsystem": "processor_chip",
Ben Tyner34836322020-04-15 17:01:48 -05001707
Patrick Williams26919f02022-12-08 06:12:43 -06001708 "SRC": {
Ben Tyner34836322020-04-15 17:01:48 -05001709 "ReasonCode": "0xD16D",
Patrick Williams26919f02022-12-08 06:12:43 -06001710 "Words6To9": {}
Ben Tyner34836322020-04-15 17:01:48 -05001711 },
1712
Patrick Williams26919f02022-12-08 06:12:43 -06001713 "Documentation": {
Ben Tyner34836322020-04-15 17:01:48 -05001714 "Description": "Status shows SBE vital attention active",
1715 "Message": "SBE vital attention detected",
1716 "Notes": [
1717 "This entry is for any SBE vital attention event ",
1718 "reported by the attention handler component"
1719 ]
1720 }
1721 },
1722
1723 {
1724 "Name": "org.open_power.HwDiags.Error.Checkstop",
Zane Shelley4e6355d2022-02-24 15:28:08 -06001725 "PossibleSubsystems": [
Patrick Williams26919f02022-12-08 06:12:43 -06001726 "processor",
1727 "processor_fru",
1728 "processor_unit",
1729 "processor_bus",
1730 "memory_ctlr",
1731 "memory_bus",
1732 "memory_dimm",
1733 "memory_fru",
1734 "phb",
1735 "cec_hardware",
1736 "cec_clocks",
1737 "cec_tod",
1738 "others"
Zane Shelley4e6355d2022-02-24 15:28:08 -06001739 ],
1740 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06001741 "ActionFlags": ["service_action", "report", "call_home"],
Ben Tyner34836322020-04-15 17:01:48 -05001742
Patrick Williams26919f02022-12-08 06:12:43 -06001743 "SRC": {
Zane Shelley561c0382020-11-17 13:20:05 -06001744 "ReasonCode": "0xE510",
Patrick Williams26919f02022-12-08 06:12:43 -06001745 "SymptomIDFields": ["SRCWord6", "SRCWord7", "SRCWord8"],
Matt Spinlerda5b76b2023-06-01 15:56:57 -05001746 "CheckstopFlag": true,
Patrick Williams26919f02022-12-08 06:12:43 -06001747 "Words6To9": {
1748 "6": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001749 "AdditionalDataPropSource": "SRC6"
1750 },
Patrick Williams26919f02022-12-08 06:12:43 -06001751 "7": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001752 "AdditionalDataPropSource": "SRC7"
1753 },
Patrick Williams26919f02022-12-08 06:12:43 -06001754 "8": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001755 "AdditionalDataPropSource": "SRC8"
1756 }
Ben Tyner34836322020-04-15 17:01:48 -05001757 }
1758 },
1759
Patrick Williams26919f02022-12-08 06:12:43 -06001760 "Documentation": {
Zane Shelley561c0382020-11-17 13:20:05 -06001761 "Description": "A system checkstop attention has occurred",
Patrick Williams26919f02022-12-08 06:12:43 -06001762 "MessageArgSources": ["SRCWord6", "SRCWord7", "SRCWord8"],
Zane Shelley45ab43a2021-11-13 16:16:57 -06001763 "Message": "Error Signature: %1 %2 %3"
Ben Tyner34836322020-04-15 17:01:48 -05001764 }
1765 },
1766
1767 {
Zane Shelley561c0382020-11-17 13:20:05 -06001768 "Name": "org.open_power.HwDiags.Error.Predictive",
Zane Shelley4e6355d2022-02-24 15:28:08 -06001769 "PossibleSubsystems": [
Patrick Williams26919f02022-12-08 06:12:43 -06001770 "processor",
1771 "processor_fru",
1772 "processor_unit",
1773 "processor_bus",
1774 "memory_ctlr",
1775 "memory_bus",
1776 "memory_dimm",
1777 "memory_fru",
1778 "phb",
1779 "cec_hardware",
1780 "cec_clocks",
1781 "cec_tod",
1782 "others"
Zane Shelley4e6355d2022-02-24 15:28:08 -06001783 ],
1784 "Severity": "predictive",
Patrick Williams26919f02022-12-08 06:12:43 -06001785 "ActionFlags": ["service_action", "report", "call_home"],
Ben Tyner34836322020-04-15 17:01:48 -05001786
Patrick Williams26919f02022-12-08 06:12:43 -06001787 "SRC": {
Zane Shelley561c0382020-11-17 13:20:05 -06001788 "ReasonCode": "0xE511",
Patrick Williams26919f02022-12-08 06:12:43 -06001789 "SymptomIDFields": ["SRCWord6", "SRCWord7", "SRCWord8"],
1790 "Words6To9": {
1791 "6": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001792 "AdditionalDataPropSource": "SRC6"
1793 },
Patrick Williams26919f02022-12-08 06:12:43 -06001794 "7": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001795 "AdditionalDataPropSource": "SRC7"
1796 },
Patrick Williams26919f02022-12-08 06:12:43 -06001797 "8": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001798 "AdditionalDataPropSource": "SRC8"
1799 }
Ben Tyner34836322020-04-15 17:01:48 -05001800 }
1801 },
Zane Shelley561c0382020-11-17 13:20:05 -06001802
Patrick Williams26919f02022-12-08 06:12:43 -06001803 "Documentation": {
Zane Shelley561c0382020-11-17 13:20:05 -06001804 "Description": "A hardware attention requiring service has occurred",
Patrick Williams26919f02022-12-08 06:12:43 -06001805 "MessageArgSources": ["SRCWord6", "SRCWord7", "SRCWord8"],
Zane Shelley45ab43a2021-11-13 16:16:57 -06001806 "Message": "Error Signature: %1 %2 %3"
Ben Tyner34836322020-04-15 17:01:48 -05001807 }
Shawn McCarney01648f52020-06-25 11:42:02 -05001808 },
1809
1810 {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001811 "Name": "org.open_power.HwDiags.Error.Informational",
Zane Shelley4e6355d2022-02-24 15:28:08 -06001812 "PossibleSubsystems": [
Patrick Williams26919f02022-12-08 06:12:43 -06001813 "processor",
1814 "processor_fru",
1815 "processor_unit",
1816 "processor_bus",
1817 "memory_ctlr",
1818 "memory_bus",
1819 "memory_dimm",
1820 "memory_fru",
1821 "phb",
1822 "cec_hardware",
1823 "cec_clocks",
1824 "cec_tod",
1825 "others"
Zane Shelley4e6355d2022-02-24 15:28:08 -06001826 ],
1827 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -06001828 "ActionFlags": ["hidden", "dont_report"],
Zane Shelleydd4bd482021-12-08 09:12:51 -06001829
Patrick Williams26919f02022-12-08 06:12:43 -06001830 "SRC": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001831 "ReasonCode": "0xE512",
Patrick Williams26919f02022-12-08 06:12:43 -06001832 "SymptomIDFields": ["SRCWord6", "SRCWord7", "SRCWord8"],
1833 "Words6To9": {
1834 "6": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001835 "AdditionalDataPropSource": "SRC6"
1836 },
Patrick Williams26919f02022-12-08 06:12:43 -06001837 "7": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001838 "AdditionalDataPropSource": "SRC7"
1839 },
Patrick Williams26919f02022-12-08 06:12:43 -06001840 "8": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001841 "AdditionalDataPropSource": "SRC8"
1842 }
1843 }
1844 },
1845
Patrick Williams26919f02022-12-08 06:12:43 -06001846 "Documentation": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001847 "Description": "Manual analysis was initiated via the command line. FFDC only.",
Patrick Williams26919f02022-12-08 06:12:43 -06001848 "MessageArgSources": ["SRCWord6", "SRCWord7", "SRCWord8"],
Zane Shelleydd4bd482021-12-08 09:12:51 -06001849 "Message": "Error Signature: %1 %2 %3"
1850 }
1851 },
1852
1853 {
Brandon Wyman38caaf02020-09-01 16:07:42 -05001854 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.InputFault",
1855 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001856 "ActionFlags": ["service_action", "report"],
1857 "ComponentID": "0x2700",
1858
1859 "SRC": {
1860 "Type": "11",
1861 "ReasonCode": "0x15F0",
1862 "Words6To9": {}
1863 },
1864
1865 "Callouts": [
1866 {
1867 "CalloutList": [
1868 { "Priority": "high", "SymbolicFRU": "pwrsply" }
1869 ]
1870 }
1871 ],
1872
1873 "Documentation": {
1874 "Description": "Power Supply input power fault",
1875 "Message": "A power supply has indicated an input or under voltage condition.",
1876 "Notes": [
1877 "Check the power supply cabling and/or input power ",
1878 "source. The PWRSPLY procedure is used rather than ",
1879 "calling out a location code, as typically these faults ",
1880 "are related to the supplied power, the cable, or the ",
1881 "cable connectors. If the input fault resolves down to an ",
1882 "issue with the power supply itself, the power supply ",
1883 "indicating this input fault should be called out. Add the ",
1884 "CALLOUT_INVENTORY_PATH to the additional data, and set the",
1885 "CALLOUT_PRIORITY to something other than high."
1886 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06001887 },
1888
1889 "JournalCapture": {
1890 "Sections": [
1891 {
1892 "SyslogID": "phosphor-psu-monitor",
1893 "NumLines": 30
1894 },
1895 {
1896 "SyslogID": "phosphor-power-control",
1897 "NumLines": 30
1898 },
1899 {
1900 "SyslogID": "phosphor-chassis-state-manager",
1901 "NumLines": 15
1902 },
1903 {
1904 "SyslogID": "systemd",
1905 "NumLines": 15
1906 }
1907 ]
Brandon Wyman38caaf02020-09-01 16:07:42 -05001908 }
1909 },
1910
1911 {
1912 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Fault",
1913 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001914 "ActionFlags": ["service_action", "report", "call_home"],
1915 "ComponentID": "0x2700",
1916
1917 "SRC": {
1918 "Type": "11",
1919 "ReasonCode": "0x15F1",
Matt Spinler04ac4e32023-04-14 14:16:37 -05001920 "Words6To9": {},
1921 "DeconfigFlag": true
Brandon Wyman38caaf02020-09-01 16:07:42 -05001922 },
1923
Jim Wright006dafd2022-05-27 12:09:43 -05001924 "Callouts": [
1925 {
1926 "CalloutList": [
1927 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
1928 ]
1929 }
1930 ],
1931
Brandon Wyman38caaf02020-09-01 16:07:42 -05001932 "Documentation": {
1933 "Description": "Power Supply power fault",
1934 "Message": "The power supply detected a fault condition, see AdditionalData for further details.",
1935 "Notes": [
1936 "The power supply reporting the fault should be called ",
1937 "out using the CALLOUT_INVENTORY_PATH keyword. Include ",
1938 "specific fault, STATUS_* details, and code level in the ",
1939 "AdditionalData section."
1940 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06001941 },
1942
1943 "JournalCapture": {
1944 "Sections": [
1945 {
1946 "SyslogID": "phosphor-psu-monitor",
1947 "NumLines": 30
1948 },
1949 {
1950 "SyslogID": "phosphor-power-control",
1951 "NumLines": 30
1952 },
1953 {
1954 "SyslogID": "phosphor-chassis-state-manager",
1955 "NumLines": 15
1956 },
1957 {
1958 "SyslogID": "systemd",
1959 "NumLines": 15
1960 }
1961 ]
Brandon Wyman38caaf02020-09-01 16:07:42 -05001962 }
1963 },
1964
1965 {
1966 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.CommFault",
1967 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001968 "ActionFlags": ["service_action", "report", "call_home"],
1969 "ComponentID": "0x2700",
1970
1971 "SRC": {
1972 "Type": "11",
1973 "ReasonCode": "0x15F2",
Matt Spinler04ac4e32023-04-14 14:16:37 -05001974 "Words6To9": {},
1975 "DeconfigFlag": true
Brandon Wyman38caaf02020-09-01 16:07:42 -05001976 },
1977
Jim Wright006dafd2022-05-27 12:09:43 -05001978 "Callouts": [
1979 {
1980 "CalloutList": [
1981 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
1982 ]
1983 }
1984 ],
1985
Brandon Wyman38caaf02020-09-01 16:07:42 -05001986 "Documentation": {
1987 "Description": "Power Supply non-power fault",
1988 "Message": "A communication failure occurred talking to the power supply",
1989 "Notes": [
1990 "Communication problems with the power supply could be ",
1991 "the power supply, or any hardware between it and the ",
1992 "BMC. Reporting the error should be passing in a call ",
1993 "out using CALLOUT_DEVICE_PATH."
1994 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06001995 },
1996 "JournalCapture": {
1997 "Sections": [
1998 {
1999 "SyslogID": "phosphor-psu-monitor",
2000 "NumLines": 30
2001 },
2002 {
2003 "SyslogID": "phosphor-power-control",
2004 "NumLines": 30
2005 },
2006 {
2007 "SyslogID": "phosphor-chassis-state-manager",
2008 "NumLines": 15
2009 },
2010 {
2011 "SyslogID": "systemd",
2012 "NumLines": 15
2013 }
2014 ]
Brandon Wyman38caaf02020-09-01 16:07:42 -05002015 }
2016 },
2017
2018 {
2019 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Missing",
2020 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05002021 "ActionFlags": ["service_action", "report", "call_home"],
2022 "ComponentID": "0x2700",
2023
2024 "SRC": {
2025 "Type": "11",
2026 "ReasonCode": "0x15F6",
Matt Spinler04ac4e32023-04-14 14:16:37 -05002027 "Words6To9": {},
2028 "DeconfigFlag": true
Brandon Wyman38caaf02020-09-01 16:07:42 -05002029 },
2030
2031 "Callouts": [
2032 {
2033 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -05002034 {
2035 "Priority": "high",
2036 "SymbolicFRUTrusted": "pwrsply",
2037 "UseInventoryLocCode": true
2038 }
Brandon Wyman38caaf02020-09-01 16:07:42 -05002039 ]
2040 }
2041 ],
2042
2043 "Documentation": {
2044 "Description": "Power Supply is missing",
2045 "Message": "A power supply that should be present is missing",
2046 "Notes": [
2047 "The CalloutList should use the PWRSPLY symbolic FRU ",
Matt Spinler80600192020-10-23 09:29:33 -05002048 "with the trusted location code property. The ",
2049 "location code in this callout is obtained from ",
2050 "the passed in CALLOUT_INVENTORY_PATH value."
Brandon Wyman38caaf02020-09-01 16:07:42 -05002051 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06002052 },
2053
2054 "JournalCapture": {
2055 "Sections": [
2056 {
2057 "SyslogID": "phosphor-psu-monitor",
2058 "NumLines": 30
2059 },
2060 {
2061 "SyslogID": "phosphor-power-control",
2062 "NumLines": 30
2063 },
2064 {
2065 "SyslogID": "phosphor-chassis-state-manager",
2066 "NumLines": 15
2067 },
2068 {
2069 "SyslogID": "systemd",
2070 "NumLines": 15
2071 }
2072 ]
Brandon Wyman38caaf02020-09-01 16:07:42 -05002073 }
2074 },
2075
2076 {
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00002077 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.NotSupported",
2078 "Subsystem": "power_supply",
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00002079 "ActionFlags": ["service_action", "report", "call_home"],
2080 "ComponentID": "0x2700",
2081
2082 "SRC": {
2083 "Type": "11",
2084 "ReasonCode": "0x15F7",
2085 "Words6To9": {}
2086 },
2087
Jim Wright006dafd2022-05-27 12:09:43 -05002088 "Callouts": [
2089 {
2090 "CalloutList": [
2091 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
2092 ]
2093 }
2094 ],
2095
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00002096 "Documentation": {
2097 "Description": "Power Supply configuration is not supported",
2098 "Message": "The power supply configuration is not supported",
2099 "Notes": [
2100 "The combination of power supplies detected in the ",
2101 "system is not supported. This could be caused by ",
2102 "mismatched models, less than expected number of power ",
2103 "supplies, or other unsupported characteristics."
2104 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06002105 },
2106
2107 "JournalCapture": {
2108 "Sections": [
2109 {
2110 "SyslogID": "phosphor-psu-monitor",
2111 "NumLines": 30
2112 },
2113 {
2114 "SyslogID": "phosphor-power-control",
2115 "NumLines": 30
2116 },
2117 {
2118 "SyslogID": "phosphor-chassis-state-manager",
2119 "NumLines": 15
2120 },
2121 {
2122 "SyslogID": "systemd",
2123 "NumLines": 15
2124 }
2125 ]
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00002126 }
2127 },
2128
2129 {
Brandon Wymanc30f00a2021-11-18 21:10:04 +00002130 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.FanFault",
2131 "Subsystem": "power_supply",
Brandon Wymanc30f00a2021-11-18 21:10:04 +00002132 "ActionFlags": ["service_action", "report", "call_home"],
2133 "ComponentID": "0x2700",
2134
2135 "SRC": {
2136 "Type": "11",
2137 "ReasonCode": "0x15FF",
Matt Spinler04ac4e32023-04-14 14:16:37 -05002138 "Words6To9": {},
2139 "DeconfigFlag": true
Brandon Wymanc30f00a2021-11-18 21:10:04 +00002140 },
2141
Jim Wright006dafd2022-05-27 12:09:43 -05002142 "Callouts": [
2143 {
2144 "CalloutList": [
2145 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
2146 ]
2147 }
2148 ],
2149
Brandon Wymanc30f00a2021-11-18 21:10:04 +00002150 "Documentation": {
2151 "Description": "Power Supply fan fault",
2152 "Message": "A power supply indicated a fan fault has occurred",
2153 "Notes": [
2154 "The power supply reporting the fault should be called ",
2155 "out using the CALLOUT_INVENTORY_PATH keyword. Include ",
2156 "specific fault, STATUS_* details, and code level in the ",
2157 "AdditionalData section."
2158 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06002159 },
2160
2161 "JournalCapture": {
2162 "Sections": [
2163 {
2164 "SyslogID": "phosphor-psu-monitor",
2165 "NumLines": 30
2166 },
2167 {
2168 "SyslogID": "phosphor-power-control",
2169 "NumLines": 30
2170 },
2171 {
2172 "SyslogID": "phosphor-chassis-state-manager",
2173 "NumLines": 15
2174 },
2175 {
2176 "SyslogID": "systemd",
2177 "NumLines": 15
2178 }
2179 ]
Brandon Wymanc30f00a2021-11-18 21:10:04 +00002180 }
2181 },
2182
2183 {
Brandon Wyman90c88402021-11-16 20:34:49 +00002184 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.IoutOCFault",
2185 "Subsystem": "power_supply",
Brandon Wyman90c88402021-11-16 20:34:49 +00002186 "ActionFlags": ["service_action", "report", "call_home"],
2187 "ComponentID": "0x2700",
2188
2189 "SRC": {
2190 "Type": "11",
2191 "ReasonCode": "0x1B01",
2192 "Words6To9": {}
2193 },
2194
2195 "Callouts": [
2196 {
2197 "CalloutList": [
2198 { "Priority": "high", "Procedure": "power_overcurrent" }
2199 ]
2200 }
2201 ],
2202
2203 "Documentation": {
2204 "Description": "Power Supply output over-current power fault",
2205 "Message": "A power supply has indicated an output over-current condition."
Faisal Awada8d2b2422023-03-03 15:48:09 -06002206 },
2207
2208 "JournalCapture": {
2209 "Sections": [
2210 {
2211 "SyslogID": "phosphor-psu-monitor",
2212 "NumLines": 30
2213 },
2214 {
2215 "SyslogID": "phosphor-power-control",
2216 "NumLines": 30
2217 },
2218 {
2219 "SyslogID": "phosphor-chassis-state-manager",
2220 "NumLines": 15
2221 },
2222 {
2223 "SyslogID": "systemd",
2224 "NumLines": 15
2225 }
2226 ]
Brandon Wyman90c88402021-11-16 20:34:49 +00002227 }
2228 },
2229
2230 {
Jay Meyer54ff54e2021-03-14 20:18:41 -05002231 "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Blackout",
2232 "Subsystem": "power",
Patrick Williams26919f02022-12-08 06:12:43 -06002233 "ActionFlags": ["report", "service_action"],
Jay Meyer54ff54e2021-03-14 20:18:41 -05002234 "ComponentID": "0x2700",
2235
Patrick Williams26919f02022-12-08 06:12:43 -06002236 "SRC": {
Jay Meyer54ff54e2021-03-14 20:18:41 -05002237 "Type": "11",
2238 "ReasonCode": "0x00AC",
Mike Cappsa2d7b772022-03-07 15:47:48 -05002239 "Words6To9": {}
Jay Meyer54ff54e2021-03-14 20:18:41 -05002240 },
2241
2242 "Callouts": [
2243 {
2244 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002245 { "Priority": "high", "SymbolicFRU": "ac_module" }
Jay Meyer54ff54e2021-03-14 20:18:41 -05002246 ]
2247 }
2248 ],
2249
2250 "Documentation": {
2251 "Description": "Input power was lost while the system was powered on.",
2252 "Message": "Input power was lost while the system was powered on.",
2253 "Notes": [
2254 "Input power was lost while system powered on.",
2255 "The CalloutList should use the ACMODUL symbolic FRU."
2256 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06002257 },
2258
2259 "JournalCapture": {
2260 "Sections": [
2261 {
2262 "SyslogID": "phosphor-psu-monitor",
2263 "NumLines": 30
2264 },
2265 {
2266 "SyslogID": "phosphor-power-control",
2267 "NumLines": 30
2268 },
2269 {
2270 "SyslogID": "phosphor-chassis-state-manager",
2271 "NumLines": 15
2272 },
2273 {
2274 "SyslogID": "systemd",
2275 "NumLines": 15
2276 }
2277 ]
Jay Meyer54ff54e2021-03-14 20:18:41 -05002278 }
2279 },
2280
2281 {
Patrick Williams26919f02022-12-08 06:12:43 -06002282 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.PSKillFault",
Brandon Wyman002d8cf2021-12-01 23:05:11 +00002283 "Subsystem": "power_supply",
Brandon Wyman002d8cf2021-12-01 23:05:11 +00002284 "ActionFlags": ["service_action", "report", "call_home"],
2285 "ComponentID": "0x2700",
2286
2287 "SRC": {
2288 "Type": "11",
2289 "ReasonCode": "0x2500",
Mike Cappsa2d7b772022-03-07 15:47:48 -05002290 "Words6To9": {}
Brandon Wyman002d8cf2021-12-01 23:05:11 +00002291 },
2292
2293 "Callouts": [
2294 {
2295 "CalloutList": [
2296 { "Priority": "high", "Procedure": "power_overcurrent" }
2297 ]
2298 }
2299 ],
2300
2301 "Documentation": {
2302 "Description": "A power supply fault is potentially preventing the power supply from allowing the system to power on.",
2303 "Message": "Power supply PSKill_fault",
Patrick Williams26919f02022-12-08 06:12:43 -06002304 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06002305 },
2306
2307 "JournalCapture": {
2308 "Sections": [
2309 {
2310 "SyslogID": "phosphor-psu-monitor",
2311 "NumLines": 30
2312 },
2313 {
2314 "SyslogID": "phosphor-power-control",
2315 "NumLines": 30
2316 },
2317 {
2318 "SyslogID": "phosphor-chassis-state-manager",
2319 "NumLines": 15
2320 },
2321 {
2322 "SyslogID": "systemd",
2323 "NumLines": 15
2324 }
2325 ]
Brandon Wyman002d8cf2021-12-01 23:05:11 +00002326 }
2327 },
2328
2329 {
Jim Wright7f678902020-11-30 16:03:57 -06002330 "Name": "xyz.openbmc_project.Power.Error.Shutdown",
2331 "Subsystem": "power_sequencer",
2332 "ComponentID": "0x2700",
2333
2334 "SRC": {
2335 "Type": "11",
2336 "ReasonCode": "0x2600",
2337 "Words6To9": {}
2338 },
2339
2340 "Callouts": [
2341 {
2342 "CalloutList": [
2343 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2344 ]
2345 }
2346 ],
2347
2348 "Documentation": {
2349 "Description": "A power off was issued because a power fault was detected",
2350 "Message": "A power off was issued because a power fault was detected",
Patrick Williams26919f02022-12-08 06:12:43 -06002351 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06002352 },
2353
2354 "JournalCapture": {
2355 "Sections": [
2356 {
2357 "SyslogID": "phosphor-psu-monitor",
2358 "NumLines": 30
2359 },
2360 {
2361 "SyslogID": "phosphor-power-control",
2362 "NumLines": 30
2363 },
2364 {
2365 "SyslogID": "phosphor-chassis-state-manager",
2366 "NumLines": 15
2367 },
2368 {
2369 "SyslogID": "systemd",
2370 "NumLines": 15
2371 },
2372 {
2373 "SyslogID": "phosphor-regulators",
2374 "NumLines": 5
2375 }
2376 ]
Jim Wright7f678902020-11-30 16:03:57 -06002377 }
2378 },
2379
2380 {
Ben Tyner0273a222021-07-12 15:18:13 -05002381 "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Regulator",
2382 "Subsystem": "power_control_hw",
Mike Capps2a2d0ae2022-03-16 18:09:00 -04002383 "Severity": "critical_system_term",
Ben Tyner0273a222021-07-12 15:18:13 -05002384 "ComponentID": "0x2700",
2385
2386 "SRC": {
2387 "Type": "11",
2388 "ReasonCode": "0x2602",
Mike Cappsa2d7b772022-03-07 15:47:48 -05002389 "Words6To9": {}
Ben Tyner0273a222021-07-12 15:18:13 -05002390 },
2391
2392 "Callouts": [
2393 {
2394 "System": "ibm,rainier",
2395 "CalloutList": [
2396 {
2397 "Priority": "high",
2398 "LocCode": "P0-C5"
2399 },
2400 {
2401 "Priority": "medium",
2402 "LocCode": "P0"
2403 }
2404 ]
2405 },
2406 {
2407 "System": "ibm,everest",
2408 "CalloutList": [
2409 {
2410 "Priority": "high",
2411 "LocCode": "P0-C59"
2412 },
2413 {
2414 "Priority": "medium",
2415 "LocCode": "P0"
2416 }
2417 ]
Matt Spinler0600cf72023-04-10 11:22:33 -05002418 },
2419 {
2420 "System": "ibm,bonnell",
2421 "CalloutList": [
2422 {
2423 "Priority": "high",
2424 "LocCode": "P0"
2425 }
2426 ]
Ben Tyner0273a222021-07-12 15:18:13 -05002427 }
2428 ],
2429
2430 "Documentation": {
2431 "Description": "A power off was issued because a regulator for standby power faulted",
2432 "Message": "A power off was issued because a regulator for standby power faulted",
Patrick Williams26919f02022-12-08 06:12:43 -06002433 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06002434 },
2435
2436 "JournalCapture": {
2437 "Sections": [
2438 {
2439 "SyslogID": "phosphor-psu-monitor",
2440 "NumLines": 30
2441 },
2442 {
2443 "SyslogID": "phosphor-power-control",
2444 "NumLines": 30
2445 },
2446 {
2447 "SyslogID": "phosphor-chassis-state-manager",
2448 "NumLines": 15
2449 },
2450 {
2451 "SyslogID": "systemd",
2452 "NumLines": 15
2453 },
2454 {
2455 "SyslogID": "phosphor-regulators",
2456 "NumLines": 5
2457 }
2458 ]
Ben Tyner0273a222021-07-12 15:18:13 -05002459 }
2460 },
2461
2462 {
Jim Wright7f678902020-11-30 16:03:57 -06002463 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerPGOODFault",
2464 "Subsystem": "power_sequencer",
2465 "ComponentID": "0x2700",
2466
2467 "SRC": {
2468 "Type": "11",
2469 "ReasonCode": "0x2610",
2470 "Words6To9": {}
2471 },
2472
2473 "CalloutsUsingAD": {
Patrick Williams26919f02022-12-08 06:12:43 -06002474 "ADName": "INPUT_NAME",
2475 "CalloutsWithTheirADValues": [
Jim Wright7f678902020-11-30 16:03:57 -06002476 {
Patrick Williams26919f02022-12-08 06:12:43 -06002477 "ADValue": "PGOOD_12A",
2478 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002479 {
2480 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002481 {
2482 "Priority": "high",
2483 "SymbolicFRU": "pgood_part"
2484 }
Jim Wright7f678902020-11-30 16:03:57 -06002485 ]
2486 }
2487 ]
2488 },
2489 {
Patrick Williams26919f02022-12-08 06:12:43 -06002490 "ADValue": "PGOOD_12B",
2491 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002492 {
2493 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002494 {
2495 "Priority": "high",
2496 "SymbolicFRU": "pgood_part"
2497 }
Jim Wright7f678902020-11-30 16:03:57 -06002498 ]
2499 }
2500 ]
2501 },
2502 {
Patrick Williams26919f02022-12-08 06:12:43 -06002503 "ADValue": "PGOOD_12C",
2504 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002505 {
2506 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002507 {
2508 "Priority": "high",
2509 "SymbolicFRU": "pgood_part"
2510 }
Jim Wright7f678902020-11-30 16:03:57 -06002511 ]
2512 }
2513 ]
2514 },
2515 {
Patrick Williams26919f02022-12-08 06:12:43 -06002516 "ADValue": "PGOOD_12D",
2517 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002518 {
2519 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002520 {
2521 "Priority": "high",
2522 "SymbolicFRU": "pgood_part"
2523 }
Jim Wright7f678902020-11-30 16:03:57 -06002524 ]
2525 }
2526 ]
2527 },
2528 {
Patrick Williams26919f02022-12-08 06:12:43 -06002529 "ADValue": "PGOOD_12L",
2530 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002531 {
2532 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002533 {
2534 "Priority": "high",
2535 "SymbolicFRU": "pgood_part"
2536 }
Jim Wright7f678902020-11-30 16:03:57 -06002537 ]
2538 }
2539 ]
2540 },
2541 {
Patrick Williams26919f02022-12-08 06:12:43 -06002542 "ADValue": "PGOOD_12M",
2543 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002544 {
2545 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002546 {
2547 "Priority": "high",
2548 "SymbolicFRU": "pgood_part"
2549 }
Jim Wright7f678902020-11-30 16:03:57 -06002550 ]
2551 }
2552 ]
2553 },
2554 {
Patrick Williams26919f02022-12-08 06:12:43 -06002555 "ADValue": "PGOOD_12N",
2556 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002557 {
2558 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002559 {
2560 "Priority": "high",
2561 "SymbolicFRU": "pgood_part"
2562 }
Jim Wright7f678902020-11-30 16:03:57 -06002563 ]
2564 }
2565 ]
2566 },
2567 {
Patrick Williams26919f02022-12-08 06:12:43 -06002568 "ADValue": "PGOOD_12PCIE",
2569 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002570 {
2571 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002572 {
2573 "Priority": "high",
2574 "SymbolicFRU": "pgood_part"
2575 }
Jim Wright7f678902020-11-30 16:03:57 -06002576 ]
2577 }
2578 ]
2579 },
2580 {
Patrick Williams26919f02022-12-08 06:12:43 -06002581 "ADValue": "PGOOD_12Q",
2582 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002583 {
2584 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002585 {
2586 "Priority": "high",
2587 "SymbolicFRU": "pgood_part"
2588 }
Jim Wright7f678902020-11-30 16:03:57 -06002589 ]
2590 }
2591 ]
2592 },
2593 {
Patrick Williams26919f02022-12-08 06:12:43 -06002594 "ADValue": "PGOOD_VDN_DCM0",
2595 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002596 {
2597 "CalloutList": [
2598 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002599 {
2600 "Priority": "medium",
2601 "LocCode": "P0-C15"
2602 },
Jim Wright7f678902020-11-30 16:03:57 -06002603 { "Priority": "low", "LocCode": "P0" }
2604 ]
2605 }
2606 ]
2607 },
2608 {
Patrick Williams26919f02022-12-08 06:12:43 -06002609 "ADValue": "PGOOD_VDN_DCM1",
2610 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002611 {
2612 "CalloutList": [
2613 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002614 {
2615 "Priority": "medium",
2616 "LocCode": "P0-C24"
2617 },
Jim Wright7f678902020-11-30 16:03:57 -06002618 { "Priority": "low", "LocCode": "P0" }
2619 ]
2620 }
2621 ]
2622 },
2623 {
Patrick Williams26919f02022-12-08 06:12:43 -06002624 "ADValue": "PGOOD_VCS_DCM0",
2625 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002626 {
2627 "CalloutList": [
2628 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002629 {
2630 "Priority": "medium",
2631 "LocCode": "P0-C15"
2632 },
Jim Wright7f678902020-11-30 16:03:57 -06002633 { "Priority": "low", "LocCode": "P0" }
2634 ]
2635 }
2636 ]
2637 },
2638 {
Patrick Williams26919f02022-12-08 06:12:43 -06002639 "ADValue": "PGOOD_VCS_DCM1",
2640 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002641 {
2642 "CalloutList": [
2643 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002644 {
2645 "Priority": "medium",
2646 "LocCode": "P0-C24"
2647 },
Jim Wright7f678902020-11-30 16:03:57 -06002648 { "Priority": "low", "LocCode": "P0" }
2649 ]
2650 }
2651 ]
2652 },
2653 {
Patrick Williams26919f02022-12-08 06:12:43 -06002654 "ADValue": "PGOOD_VIO_DCM0",
2655 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002656 {
2657 "CalloutList": [
2658 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002659 {
2660 "Priority": "medium",
2661 "LocCode": "P0-C15"
2662 },
Jim Wright7f678902020-11-30 16:03:57 -06002663 { "Priority": "low", "LocCode": "P0" }
2664 ]
2665 }
2666 ]
2667 },
2668 {
Patrick Williams26919f02022-12-08 06:12:43 -06002669 "ADValue": "PGOOD_VIO_DCM1",
2670 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002671 {
2672 "CalloutList": [
2673 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002674 {
2675 "Priority": "medium",
2676 "LocCode": "P0-C24"
2677 },
Jim Wright7f678902020-11-30 16:03:57 -06002678 { "Priority": "low", "LocCode": "P0" }
2679 ]
2680 }
2681 ]
2682 },
2683 {
Patrick Williams26919f02022-12-08 06:12:43 -06002684 "ADValue": "PGOOD_VPCIE_DCM0",
2685 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002686 {
2687 "CalloutList": [
2688 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002689 {
2690 "Priority": "medium",
2691 "LocCode": "P0-C15"
2692 },
Jim Wright7f678902020-11-30 16:03:57 -06002693 { "Priority": "low", "LocCode": "P0" }
2694 ]
2695 }
2696 ]
2697 },
2698 {
Patrick Williams26919f02022-12-08 06:12:43 -06002699 "ADValue": "PGOOD_VPCIE_DCM1",
2700 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002701 {
2702 "CalloutList": [
2703 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002704 {
2705 "Priority": "medium",
2706 "LocCode": "P0-C24"
2707 },
Jim Wright7f678902020-11-30 16:03:57 -06002708 { "Priority": "low", "LocCode": "P0" }
2709 ]
2710 }
2711 ]
Jim Wright2e4eb072022-02-03 14:43:46 -06002712 },
2713 {
Patrick Williams26919f02022-12-08 06:12:43 -06002714 "ADValue": "CP0_VPCIE",
2715 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002716 {
2717 "CalloutList": [
2718 { "Priority": "high", "LocCode": "P0-C58" },
Patrick Williams26919f02022-12-08 06:12:43 -06002719 {
2720 "Priority": "medium",
2721 "LocCode": "P0-C61"
2722 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002723 { "Priority": "low", "LocCode": "P0" }
2724 ]
2725 }
2726 ]
2727 },
2728 {
Patrick Williams26919f02022-12-08 06:12:43 -06002729 "ADValue": "CP1_VPCIE",
2730 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002731 {
2732 "CalloutList": [
2733 { "Priority": "high", "LocCode": "P0-C16" },
Patrick Williams26919f02022-12-08 06:12:43 -06002734 {
2735 "Priority": "medium",
2736 "LocCode": "P0-C14"
2737 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002738 { "Priority": "low", "LocCode": "P0" }
2739 ]
2740 }
2741 ]
2742 },
2743 {
Patrick Williams26919f02022-12-08 06:12:43 -06002744 "ADValue": "CP2_VPCIE",
2745 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002746 {
2747 "CalloutList": [
2748 { "Priority": "high", "LocCode": "P0-C16" },
Patrick Williams26919f02022-12-08 06:12:43 -06002749 {
2750 "Priority": "medium",
2751 "LocCode": "P0-C19"
2752 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002753 { "Priority": "low", "LocCode": "P0" }
2754 ]
2755 }
2756 ]
2757 },
2758 {
Patrick Williams26919f02022-12-08 06:12:43 -06002759 "ADValue": "CP3_VPCIE",
2760 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002761 {
2762 "CalloutList": [
2763 { "Priority": "high", "LocCode": "P0-C58" },
Patrick Williams26919f02022-12-08 06:12:43 -06002764 {
2765 "Priority": "medium",
2766 "LocCode": "P0-C56"
2767 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002768 { "Priority": "low", "LocCode": "P0" }
2769 ]
2770 }
2771 ]
2772 },
2773 {
Patrick Williams26919f02022-12-08 06:12:43 -06002774 "ADValue": "5.0V_USB_front",
2775 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002776 {
2777 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002778 {
2779 "Priority": "high",
2780 "SymbolicFRU": "usb_pgood"
2781 },
Jim Wrightace33db2022-04-19 14:33:37 -05002782 { "Priority": "low", "LocCode": "P1" },
2783 { "Priority": "low", "LocCode": "P0" }
Jim Wright2e4eb072022-02-03 14:43:46 -06002784 ]
2785 }
2786 ]
2787 },
2788 {
Patrick Williams26919f02022-12-08 06:12:43 -06002789 "ADValue": "CP0_VDN",
2790 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002791 {
2792 "CalloutList": [
2793 { "Priority": "high", "LocCode": "P0-C63" },
Patrick Williams26919f02022-12-08 06:12:43 -06002794 {
2795 "Priority": "medium",
2796 "LocCode": "P0-C61"
2797 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002798 { "Priority": "low", "LocCode": "P0" }
2799 ]
2800 }
2801 ]
2802 },
2803 {
Patrick Williams26919f02022-12-08 06:12:43 -06002804 "ADValue": "CP1_VDN",
2805 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002806 {
2807 "CalloutList": [
2808 { "Priority": "high", "LocCode": "P0-C12" },
Patrick Williams26919f02022-12-08 06:12:43 -06002809 {
2810 "Priority": "medium",
2811 "LocCode": "P0-C14"
2812 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002813 { "Priority": "low", "LocCode": "P0" }
2814 ]
2815 }
2816 ]
2817 },
2818 {
Patrick Williams26919f02022-12-08 06:12:43 -06002819 "ADValue": "CP2_VDN",
2820 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002821 {
2822 "CalloutList": [
2823 { "Priority": "high", "LocCode": "P0-C21" },
Patrick Williams26919f02022-12-08 06:12:43 -06002824 {
2825 "Priority": "medium",
2826 "LocCode": "P0-C19"
2827 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002828 { "Priority": "low", "LocCode": "P0" }
2829 ]
2830 }
2831 ]
2832 },
2833 {
Patrick Williams26919f02022-12-08 06:12:43 -06002834 "ADValue": "CP3_VDN",
2835 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002836 {
2837 "CalloutList": [
2838 { "Priority": "high", "LocCode": "P0-C54" },
Patrick Williams26919f02022-12-08 06:12:43 -06002839 {
2840 "Priority": "medium",
2841 "LocCode": "P0-C56"
2842 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002843 { "Priority": "low", "LocCode": "P0" }
2844 ]
2845 }
2846 ]
2847 },
2848 {
Patrick Williams26919f02022-12-08 06:12:43 -06002849 "ADValue": "CP0_VIO",
2850 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002851 {
2852 "CalloutList": [
2853 { "Priority": "high", "LocCode": "P0-C63" },
Patrick Williams26919f02022-12-08 06:12:43 -06002854 {
2855 "Priority": "medium",
2856 "LocCode": "P0-C61"
2857 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002858 { "Priority": "low", "LocCode": "P0" }
2859 ]
2860 }
2861 ]
2862 },
2863 {
Patrick Williams26919f02022-12-08 06:12:43 -06002864 "ADValue": "CP1_VIO",
2865 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002866 {
2867 "CalloutList": [
2868 { "Priority": "high", "LocCode": "P0-C12" },
Patrick Williams26919f02022-12-08 06:12:43 -06002869 {
2870 "Priority": "medium",
2871 "LocCode": "P0-C14"
2872 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002873 { "Priority": "low", "LocCode": "P0" }
2874 ]
2875 }
2876 ]
2877 },
2878 {
Patrick Williams26919f02022-12-08 06:12:43 -06002879 "ADValue": "CP2_VIO",
2880 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002881 {
2882 "CalloutList": [
2883 { "Priority": "high", "LocCode": "P0-C21" },
Patrick Williams26919f02022-12-08 06:12:43 -06002884 {
2885 "Priority": "medium",
2886 "LocCode": "P0-C19"
2887 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002888 { "Priority": "low", "LocCode": "P0" }
2889 ]
2890 }
2891 ]
2892 },
2893 {
Patrick Williams26919f02022-12-08 06:12:43 -06002894 "ADValue": "CP3_VIO",
2895 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002896 {
2897 "CalloutList": [
2898 { "Priority": "high", "LocCode": "P0-C54" },
Patrick Williams26919f02022-12-08 06:12:43 -06002899 {
2900 "Priority": "medium",
2901 "LocCode": "P0-C56"
2902 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002903 { "Priority": "low", "LocCode": "P0" }
2904 ]
2905 }
2906 ]
Jim Wright7f678902020-11-30 16:03:57 -06002907 }
2908 ]
2909 },
2910
2911 "Documentation": {
2912 "Description": "The power sequencer chip detected a PGOOD fault",
2913 "Message": "The power sequencer chip detected a PGOOD fault",
Patrick Williams26919f02022-12-08 06:12:43 -06002914 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06002915 },
2916
2917 "JournalCapture": {
2918 "Sections": [
2919 {
2920 "SyslogID": "phosphor-psu-monitor",
2921 "NumLines": 30
2922 },
2923 {
2924 "SyslogID": "phosphor-power-control",
2925 "NumLines": 30
2926 },
2927 {
2928 "SyslogID": "phosphor-chassis-state-manager",
2929 "NumLines": 15
2930 },
2931 {
2932 "SyslogID": "systemd",
2933 "NumLines": 15
2934 },
2935 {
2936 "SyslogID": "phosphor-regulators",
2937 "NumLines": 5
2938 }
2939 ]
Jim Wright7f678902020-11-30 16:03:57 -06002940 }
2941 },
2942
2943 {
2944 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerVoltageFault",
2945 "Subsystem": "power_sequencer",
2946 "ComponentID": "0x2700",
2947
2948 "SRC": {
2949 "Type": "11",
2950 "ReasonCode": "0x2620",
2951 "Words6To9": {}
2952 },
2953
2954 "CalloutsUsingAD": {
Patrick Williams26919f02022-12-08 06:12:43 -06002955 "ADName": "RAIL_NAME",
2956 "CalloutsWithTheirADValues": [
Jim Wright7f678902020-11-30 16:03:57 -06002957 {
Patrick Williams26919f02022-12-08 06:12:43 -06002958 "ADValue": "12.0V",
2959 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002960 {
2961 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002962 {
2963 "Priority": "high",
2964 "SymbolicFRU": "pgood_part"
2965 }
Jim Wright7f678902020-11-30 16:03:57 -06002966 ]
2967 }
2968 ]
2969 },
2970 {
Patrick Williams26919f02022-12-08 06:12:43 -06002971 "ADValue": "5.0V_USB",
2972 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002973 {
2974 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002975 {
2976 "Priority": "high",
2977 "SymbolicFRU": "usb_pgood"
2978 },
Jim Wright7f678902020-11-30 16:03:57 -06002979 { "Priority": "medium", "LocCode": "P0" }
2980 ]
2981 }
2982 ]
2983 },
2984 {
Patrick Williams26919f02022-12-08 06:12:43 -06002985 "ADValue": "5.0V_DASD",
2986 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002987 {
2988 "CalloutList": [
2989 { "Priority": "medium", "LocCode": "P1" },
2990 { "Priority": "medium", "LocCode": "P2" },
Jim Wright7f678902020-11-30 16:03:57 -06002991 { "Priority": "low", "LocCode": "P0" }
2992 ]
2993 }
2994 ]
2995 },
2996 {
Patrick Williams26919f02022-12-08 06:12:43 -06002997 "ADValue": "3.3VA",
2998 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002999 {
3000 "CalloutList": [
3001 { "Priority": "high", "LocCode": "P0" }
3002 ]
3003 }
3004 ]
3005 },
3006 {
Patrick Williams26919f02022-12-08 06:12:43 -06003007 "ADValue": "3.3VB",
3008 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003009 {
3010 "CalloutList": [
3011 { "Priority": "high", "LocCode": "P0" }
3012 ]
3013 }
3014 ]
3015 },
3016 {
Patrick Williams26919f02022-12-08 06:12:43 -06003017 "ADValue": "1.5V",
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": "1.1V",
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": "VDDA_DCM0",
3038 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003039 {
3040 "CalloutList": [
3041 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06003042 {
3043 "Priority": "medium",
3044 "LocCode": "P0-C15"
3045 },
Jim Wright7f678902020-11-30 16:03:57 -06003046 { "Priority": "low", "LocCode": "P0" }
3047 ]
3048 }
3049 ]
3050 },
3051 {
Patrick Williams26919f02022-12-08 06:12:43 -06003052 "ADValue": "VDDB_DCM0",
3053 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003054 {
3055 "CalloutList": [
3056 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06003057 {
3058 "Priority": "medium",
3059 "LocCode": "P0-C15"
3060 },
Jim Wright7f678902020-11-30 16:03:57 -06003061 { "Priority": "low", "LocCode": "P0" }
3062 ]
3063 }
3064 ]
3065 },
3066 {
Patrick Williams26919f02022-12-08 06:12:43 -06003067 "ADValue": "VDDA_DCM1",
3068 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003069 {
3070 "CalloutList": [
3071 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06003072 {
3073 "Priority": "medium",
3074 "LocCode": "P0-C24"
3075 },
Jim Wright7f678902020-11-30 16:03:57 -06003076 { "Priority": "low", "LocCode": "P0" }
3077 ]
3078 }
3079 ]
3080 },
3081 {
Patrick Williams26919f02022-12-08 06:12:43 -06003082 "ADValue": "VDDB_DCM1",
3083 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003084 {
3085 "CalloutList": [
3086 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06003087 {
3088 "Priority": "medium",
3089 "LocCode": "P0-C24"
3090 },
Jim Wright7f678902020-11-30 16:03:57 -06003091 { "Priority": "low", "LocCode": "P0" }
3092 ]
3093 }
3094 ]
3095 },
3096 {
Patrick Williams26919f02022-12-08 06:12:43 -06003097 "ADValue": "12.0VCS",
3098 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003099 {
3100 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003101 {
3102 "Priority": "high",
3103 "SymbolicFRU": "pgood_part"
3104 }
Jim Wright7f678902020-11-30 16:03:57 -06003105 ]
3106 }
3107 ]
3108 },
3109 {
Patrick Williams26919f02022-12-08 06:12:43 -06003110 "ADValue": "3.3VCS",
3111 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003112 {
3113 "CalloutList": [
3114 { "Priority": "high", "LocCode": "P0" }
3115 ]
3116 }
3117 ]
3118 },
3119 {
Patrick Williams26919f02022-12-08 06:12:43 -06003120 "ADValue": "1.1V_Current",
3121 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003122 {
3123 "CalloutList": [
3124 { "Priority": "high", "LocCode": "P0" }
3125 ]
3126 }
3127 ]
3128 },
3129 {
Patrick Williams26919f02022-12-08 06:12:43 -06003130 "ADValue": "5.0V_USB_Current",
3131 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003132 {
3133 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003134 {
3135 "Priority": "high",
3136 "SymbolicFRU": "usb_pgood"
3137 },
Jim Wright7f678902020-11-30 16:03:57 -06003138 { "Priority": "medium", "LocCode": "P0" }
3139 ]
3140 }
3141 ]
3142 },
3143 {
Patrick Williams26919f02022-12-08 06:12:43 -06003144 "ADValue": "5.0V_DASD_Current",
3145 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003146 {
3147 "CalloutList": [
3148 { "Priority": "medium", "LocCode": "P1" },
3149 { "Priority": "medium", "LocCode": "P2" },
Jim Wright7f678902020-11-30 16:03:57 -06003150 { "Priority": "low", "LocCode": "P0" }
3151 ]
3152 }
3153 ]
3154 },
3155 {
Patrick Williams26919f02022-12-08 06:12:43 -06003156 "ADValue": "12.0VN",
3157 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003158 {
3159 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003160 {
3161 "Priority": "high",
3162 "SymbolicFRU": "pgood_part"
3163 }
Jim Wright7f678902020-11-30 16:03:57 -06003164 ]
3165 }
3166 ]
3167 },
3168 {
Patrick Williams26919f02022-12-08 06:12:43 -06003169 "ADValue": "12.0VP",
3170 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003171 {
3172 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003173 {
3174 "Priority": "high",
3175 "SymbolicFRU": "pgood_part"
3176 }
Jim Wright7f678902020-11-30 16:03:57 -06003177 ]
3178 }
3179 ]
3180 },
3181 {
Patrick Williams26919f02022-12-08 06:12:43 -06003182 "ADValue": "12.0VQ",
3183 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003184 {
3185 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003186 {
3187 "Priority": "high",
3188 "SymbolicFRU": "pgood_part"
3189 }
Jim Wright7f678902020-11-30 16:03:57 -06003190 ]
3191 }
3192 ]
3193 },
3194 {
Patrick Williams26919f02022-12-08 06:12:43 -06003195 "ADValue": "12.0VR",
3196 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003197 {
3198 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003199 {
3200 "Priority": "high",
3201 "SymbolicFRU": "pgood_part"
3202 }
Jim Wright7f678902020-11-30 16:03:57 -06003203 ]
3204 }
3205 ]
3206 },
3207 {
Patrick Williams26919f02022-12-08 06:12:43 -06003208 "ADValue": "ThermalDiode1",
3209 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003210 {
3211 "CalloutList": [
3212 { "Priority": "high", "LocCode": "P0" }
3213 ]
3214 }
3215 ]
3216 },
3217 {
Patrick Williams26919f02022-12-08 06:12:43 -06003218 "ADValue": "ThermalDiode2",
3219 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003220 {
3221 "CalloutList": [
3222 { "Priority": "high", "LocCode": "P0" }
3223 ]
3224 }
3225 ]
3226 },
3227 {
Patrick Williams26919f02022-12-08 06:12:43 -06003228 "ADValue": "ThermalDiode3",
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": "ThermalDiode4",
3239 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003240 {
3241 "CalloutList": [
3242 { "Priority": "high", "LocCode": "P0" }
3243 ]
3244 }
3245 ]
Jim Wrightae1738c2022-05-02 09:57:45 -05003246 },
3247 {
Patrick Williams26919f02022-12-08 06:12:43 -06003248 "ADValue": "VDN_DCM0",
3249 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003250 {
3251 "CalloutList": [
3252 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06003253 {
3254 "Priority": "medium",
3255 "LocCode": "P0-C15"
3256 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003257 { "Priority": "low", "LocCode": "P0" }
3258 ]
3259 }
3260 ]
3261 },
3262 {
Patrick Williams26919f02022-12-08 06:12:43 -06003263 "ADValue": "VDN_DCM1",
3264 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003265 {
3266 "CalloutList": [
3267 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06003268 {
3269 "Priority": "medium",
3270 "LocCode": "P0-C24"
3271 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003272 { "Priority": "low", "LocCode": "P0" }
3273 ]
3274 }
3275 ]
3276 },
3277 {
Patrick Williams26919f02022-12-08 06:12:43 -06003278 "ADValue": "VCS_DCM0",
3279 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003280 {
3281 "CalloutList": [
3282 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06003283 {
3284 "Priority": "medium",
3285 "LocCode": "P0-C15"
3286 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003287 { "Priority": "low", "LocCode": "P0" }
3288 ]
3289 }
3290 ]
3291 },
3292 {
Patrick Williams26919f02022-12-08 06:12:43 -06003293 "ADValue": "VCS_DCM1",
3294 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003295 {
3296 "CalloutList": [
3297 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06003298 {
3299 "Priority": "medium",
3300 "LocCode": "P0-C24"
3301 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003302 { "Priority": "low", "LocCode": "P0" }
3303 ]
3304 }
3305 ]
3306 },
3307 {
Patrick Williams26919f02022-12-08 06:12:43 -06003308 "ADValue": "VIO_DCM0",
3309 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003310 {
3311 "CalloutList": [
3312 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06003313 {
3314 "Priority": "medium",
3315 "LocCode": "P0-C15"
3316 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003317 { "Priority": "low", "LocCode": "P0" }
3318 ]
3319 }
3320 ]
3321 },
3322 {
Patrick Williams26919f02022-12-08 06:12:43 -06003323 "ADValue": "VIO_DCM1",
3324 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003325 {
3326 "CalloutList": [
3327 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06003328 {
3329 "Priority": "medium",
3330 "LocCode": "P0-C24"
3331 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003332 { "Priority": "low", "LocCode": "P0" }
3333 ]
3334 }
3335 ]
3336 },
3337 {
Patrick Williams26919f02022-12-08 06:12:43 -06003338 "ADValue": "VPCIE_DCM0",
3339 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003340 {
3341 "CalloutList": [
3342 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06003343 {
3344 "Priority": "medium",
3345 "LocCode": "P0-C15"
3346 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003347 { "Priority": "low", "LocCode": "P0" }
3348 ]
3349 }
3350 ]
3351 },
3352 {
Patrick Williams26919f02022-12-08 06:12:43 -06003353 "ADValue": "VPCIE_DCM1",
3354 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003355 {
3356 "CalloutList": [
3357 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06003358 {
3359 "Priority": "medium",
3360 "LocCode": "P0-C24"
3361 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003362 { "Priority": "low", "LocCode": "P0" }
3363 ]
3364 }
3365 ]
Jim Wright452d46d2022-12-16 16:56:21 -06003366 },
3367 {
3368 "ADValue": "3V3IO",
3369 "Callouts": [
3370 {
3371 "CalloutList": [
3372 { "Priority": "high", "LocCode": "P0-C17" },
3373 {
3374 "Priority": "medium",
3375 "LocCode": "P0-C96"
3376 },
3377 {
3378 "Priority": "medium",
3379 "LocCode": "P0-C0"
3380 },
3381 {
3382 "Priority": "medium",
3383 "SymbolicFRU": "pcie_hot_plug"
3384 },
3385 { "Priority": "low", "LocCode": "P0" }
3386 ]
3387 }
3388 ]
3389 },
3390 {
3391 "ADValue": "CP0_VDD0",
3392 "Callouts": [
3393 {
3394 "CalloutList": [
3395 { "Priority": "high", "LocCode": "P0-C62" },
3396 {
3397 "Priority": "medium",
3398 "LocCode": "P0-C61"
3399 },
3400 { "Priority": "low", "LocCode": "P0" }
3401 ]
3402 }
3403 ]
3404 },
3405 {
3406 "ADValue": "CP0_VDD1",
3407 "Callouts": [
3408 {
3409 "CalloutList": [
3410 { "Priority": "high", "LocCode": "P0-C60" },
3411 {
3412 "Priority": "medium",
3413 "LocCode": "P0-C61"
3414 },
3415 { "Priority": "low", "LocCode": "P0" }
3416 ]
3417 }
3418 ]
3419 },
3420 {
3421 "ADValue": "CP1_VDD0",
3422 "Callouts": [
3423 {
3424 "CalloutList": [
3425 { "Priority": "high", "LocCode": "P0-C13" },
3426 {
3427 "Priority": "medium",
3428 "LocCode": "P0-C14"
3429 },
3430 { "Priority": "low", "LocCode": "P0" }
3431 ]
3432 }
3433 ]
3434 },
3435 {
3436 "ADValue": "CP1_VDD1",
3437 "Callouts": [
3438 {
3439 "CalloutList": [
3440 { "Priority": "high", "LocCode": "P0-C15" },
3441 {
3442 "Priority": "medium",
3443 "LocCode": "P0-C14"
3444 },
3445 { "Priority": "low", "LocCode": "P0" }
3446 ]
3447 }
3448 ]
3449 },
3450 {
3451 "ADValue": "CP2_VDD0",
3452 "Callouts": [
3453 {
3454 "CalloutList": [
3455 { "Priority": "high", "LocCode": "P0-C18" },
3456 {
3457 "Priority": "medium",
3458 "LocCode": "P0-C19"
3459 },
3460 { "Priority": "low", "LocCode": "P0" }
3461 ]
3462 }
3463 ]
3464 },
3465 {
3466 "ADValue": "CP2_VDD1",
3467 "Callouts": [
3468 {
3469 "CalloutList": [
3470 { "Priority": "high", "LocCode": "P0-C20" },
3471 {
3472 "Priority": "medium",
3473 "LocCode": "P0-C19"
3474 },
3475 { "Priority": "low", "LocCode": "P0" }
3476 ]
3477 }
3478 ]
3479 },
3480 {
3481 "ADValue": "CP3_VDD0",
3482 "Callouts": [
3483 {
3484 "CalloutList": [
3485 { "Priority": "high", "LocCode": "P0-C57" },
3486 {
3487 "Priority": "medium",
3488 "LocCode": "P0-C56"
3489 },
3490 { "Priority": "low", "LocCode": "P0" }
3491 ]
3492 }
3493 ]
3494 },
3495 {
3496 "ADValue": "CP3_VDD1",
3497 "Callouts": [
3498 {
3499 "CalloutList": [
3500 { "Priority": "high", "LocCode": "P0-C55" },
3501 {
3502 "Priority": "medium",
3503 "LocCode": "P0-C56"
3504 },
3505 { "Priority": "low", "LocCode": "P0" }
3506 ]
3507 }
3508 ]
3509 },
3510 {
3511 "ADValue": "CP0_VCS0",
3512 "Callouts": [
3513 {
3514 "CalloutList": [
3515 { "Priority": "high", "LocCode": "P0-C63" },
3516 {
3517 "Priority": "medium",
3518 "LocCode": "P0-C61"
3519 },
3520 { "Priority": "low", "LocCode": "P0" }
3521 ]
3522 }
3523 ]
3524 },
3525 {
3526 "ADValue": "CP0_VCS1",
3527 "Callouts": [
3528 {
3529 "CalloutList": [
3530 { "Priority": "high", "LocCode": "P0-C59" },
3531 {
3532 "Priority": "medium",
3533 "LocCode": "P0-C61"
3534 },
3535 { "Priority": "low", "LocCode": "P0" }
3536 ]
3537 }
3538 ]
3539 },
3540 {
3541 "ADValue": "CP1_VCS0",
3542 "Callouts": [
3543 {
3544 "CalloutList": [
3545 { "Priority": "high", "LocCode": "P0-C12" },
3546 {
3547 "Priority": "medium",
3548 "LocCode": "P0-C14"
3549 },
3550 { "Priority": "low", "LocCode": "P0" }
3551 ]
3552 }
3553 ]
3554 },
3555 {
3556 "ADValue": "CP1_VCS1",
3557 "Callouts": [
3558 {
3559 "CalloutList": [
3560 { "Priority": "high", "LocCode": "P0-C16" },
3561 {
3562 "Priority": "medium",
3563 "LocCode": "P0-C14"
3564 },
3565 { "Priority": "low", "LocCode": "P0" }
3566 ]
3567 }
3568 ]
3569 },
3570 {
3571 "ADValue": "CP2_VCS0",
3572 "Callouts": [
3573 {
3574 "CalloutList": [
3575 { "Priority": "high", "LocCode": "P0-C17" },
3576 {
3577 "Priority": "medium",
3578 "LocCode": "P0-C19"
3579 },
3580 { "Priority": "low", "LocCode": "P0" }
3581 ]
3582 }
3583 ]
3584 },
3585 {
3586 "ADValue": "CP2_VCS1",
3587 "Callouts": [
3588 {
3589 "CalloutList": [
3590 { "Priority": "high", "LocCode": "P0-C21" },
3591 {
3592 "Priority": "medium",
3593 "LocCode": "P0-C19"
3594 },
3595 { "Priority": "low", "LocCode": "P0" }
3596 ]
3597 }
3598 ]
3599 },
3600 {
3601 "ADValue": "CP3_VCS0",
3602 "Callouts": [
3603 {
3604 "CalloutList": [
3605 { "Priority": "high", "LocCode": "P0-C58" },
3606 {
3607 "Priority": "medium",
3608 "LocCode": "P0-C56"
3609 },
3610 { "Priority": "low", "LocCode": "P0" }
3611 ]
3612 }
3613 ]
3614 },
3615 {
3616 "ADValue": "CP3_VCS1",
3617 "Callouts": [
3618 {
3619 "CalloutList": [
3620 { "Priority": "high", "LocCode": "P0-C54" },
3621 {
3622 "Priority": "medium",
3623 "LocCode": "P0-C56"
3624 },
3625 { "Priority": "low", "LocCode": "P0" }
3626 ]
3627 }
3628 ]
3629 },
3630 {
3631 "ADValue": "CP03_AVDD",
3632 "Callouts": [
3633 {
3634 "CalloutList": [
3635 { "Priority": "high", "LocCode": "P0-C58" },
3636 {
3637 "Priority": "medium",
3638 "LocCode": "P0-C61"
3639 },
3640 {
3641 "Priority": "medium",
3642 "LocCode": "P0-C56"
3643 },
3644 { "Priority": "low", "LocCode": "P0" }
3645 ]
3646 }
3647 ]
3648 },
3649 {
3650 "ADValue": "CP12_AVDD",
3651 "Callouts": [
3652 {
3653 "CalloutList": [
3654 { "Priority": "high", "LocCode": "P0-C16" },
3655 {
3656 "Priority": "medium",
3657 "LocCode": "P0-C14"
3658 },
3659 {
3660 "Priority": "medium",
3661 "LocCode": "P0-C19"
3662 },
3663 { "Priority": "low", "LocCode": "P0" }
3664 ]
3665 }
3666 ]
3667 },
3668 {
3669 "ADValue": "CP0_VDN",
3670 "Callouts": [
3671 {
3672 "CalloutList": [
3673 { "Priority": "high", "LocCode": "P0-C63" },
3674 {
3675 "Priority": "medium",
3676 "LocCode": "P0-C61"
3677 },
3678 { "Priority": "low", "LocCode": "P0" }
3679 ]
3680 }
3681 ]
3682 },
3683 {
3684 "ADValue": "CP1_VDN",
3685 "Callouts": [
3686 {
3687 "CalloutList": [
3688 { "Priority": "high", "LocCode": "P0-C12" },
3689 {
3690 "Priority": "medium",
3691 "LocCode": "P0-C14"
3692 },
3693 { "Priority": "low", "LocCode": "P0" }
3694 ]
3695 }
3696 ]
3697 },
3698 {
3699 "ADValue": "CP2_VDN",
3700 "Callouts": [
3701 {
3702 "CalloutList": [
3703 { "Priority": "high", "LocCode": "P0-C21" },
3704 {
3705 "Priority": "medium",
3706 "LocCode": "P0-C19"
3707 },
3708 { "Priority": "low", "LocCode": "P0" }
3709 ]
3710 }
3711 ]
3712 },
3713 {
3714 "ADValue": "CP3_VDN",
3715 "Callouts": [
3716 {
3717 "CalloutList": [
3718 { "Priority": "high", "LocCode": "P0-C54" },
3719 {
3720 "Priority": "medium",
3721 "LocCode": "P0-C56"
3722 },
3723 { "Priority": "low", "LocCode": "P0" }
3724 ]
3725 }
3726 ]
3727 },
3728 {
3729 "ADValue": "CP0_VIO",
3730 "Callouts": [
3731 {
3732 "CalloutList": [
3733 { "Priority": "high", "LocCode": "P0-C63" },
3734 {
3735 "Priority": "medium",
3736 "LocCode": "P0-C61"
3737 },
3738 { "Priority": "low", "LocCode": "P0" }
3739 ]
3740 }
3741 ]
3742 },
3743 {
3744 "ADValue": "CP1_VIO",
3745 "Callouts": [
3746 {
3747 "CalloutList": [
3748 { "Priority": "high", "LocCode": "P0-C12" },
3749 {
3750 "Priority": "medium",
3751 "LocCode": "P0-C14"
3752 },
3753 { "Priority": "low", "LocCode": "P0" }
3754 ]
3755 }
3756 ]
3757 },
3758 {
3759 "ADValue": "CP2_VIO",
3760 "Callouts": [
3761 {
3762 "CalloutList": [
3763 { "Priority": "high", "LocCode": "P0-C21" },
3764 {
3765 "Priority": "medium",
3766 "LocCode": "P0-C19"
3767 },
3768 { "Priority": "low", "LocCode": "P0" }
3769 ]
3770 }
3771 ]
3772 },
3773 {
3774 "ADValue": "CP3_VIO",
3775 "Callouts": [
3776 {
3777 "CalloutList": [
3778 { "Priority": "high", "LocCode": "P0-C54" },
3779 {
3780 "Priority": "medium",
3781 "LocCode": "P0-C56"
3782 },
3783 { "Priority": "low", "LocCode": "P0" }
3784 ]
3785 }
3786 ]
3787 },
3788 {
3789 "ADValue": "CP0_VPCIE",
3790 "Callouts": [
3791 {
3792 "CalloutList": [
3793 { "Priority": "high", "LocCode": "P0-C58" },
3794 {
3795 "Priority": "medium",
3796 "LocCode": "P0-C61"
3797 },
3798 { "Priority": "low", "LocCode": "P0" }
3799 ]
3800 }
3801 ]
3802 },
3803 {
3804 "ADValue": "CP1_VPCIE",
3805 "Callouts": [
3806 {
3807 "CalloutList": [
3808 { "Priority": "high", "LocCode": "P0-C16" },
3809 {
3810 "Priority": "medium",
3811 "LocCode": "P0-C14"
3812 },
3813 { "Priority": "low", "LocCode": "P0" }
3814 ]
3815 }
3816 ]
3817 },
3818 {
3819 "ADValue": "CP2_VPCIE",
3820 "Callouts": [
3821 {
3822 "CalloutList": [
3823 { "Priority": "high", "LocCode": "P0-C16" },
3824 {
3825 "Priority": "medium",
3826 "LocCode": "P0-C19"
3827 },
3828 { "Priority": "low", "LocCode": "P0" }
3829 ]
3830 }
3831 ]
3832 },
3833 {
3834 "ADValue": "CP3_VPCIE",
3835 "Callouts": [
3836 {
3837 "CalloutList": [
3838 { "Priority": "high", "LocCode": "P0-C58" },
3839 {
3840 "Priority": "medium",
3841 "LocCode": "P0-C56"
3842 },
3843 { "Priority": "low", "LocCode": "P0" }
3844 ]
3845 }
3846 ]
Jim Wright9b779e42022-12-16 17:50:23 -06003847 },
3848 {
Shawn McCarney8d1e19b2023-08-04 16:19:49 -05003849 "ADValue": "12.0VA",
3850 "Callouts": [
3851 {
3852 "CalloutList": [
3853 {
3854 "Priority": "high",
3855 "SymbolicFRU": "pgood_part"
3856 }
3857 ]
3858 }
3859 ]
3860 },
3861 {
Jim Wright9b779e42022-12-16 17:50:23 -06003862 "ADValue": "5.0VCS",
3863 "Callouts": [
3864 {
3865 "CalloutList": [
3866 { "Priority": "high", "LocCode": "P0" }
3867 ]
3868 }
3869 ]
3870 },
3871 {
Shawn McCarney8d1e19b2023-08-04 16:19:49 -05003872 "ADValue": "1.8V",
3873 "Callouts": [
3874 {
3875 "CalloutList": [
3876 { "Priority": "high", "LocCode": "P0" }
3877 ]
3878 }
3879 ]
3880 },
3881 {
3882 "ADValue": "0.9V",
3883 "Callouts": [
3884 {
3885 "CalloutList": [
3886 { "Priority": "high", "LocCode": "P0" }
3887 ]
3888 }
3889 ]
3890 },
3891 {
3892 "ADValue": "3.3V",
Jim Wright9b779e42022-12-16 17:50:23 -06003893 "Callouts": [
3894 {
3895 "CalloutList": [
3896 {
3897 "Priority": "high",
3898 "SymbolicFRU": "pcie_hot_plug"
3899 },
3900 { "Priority": "medium", "LocCode": "P0" }
3901 ]
3902 }
3903 ]
3904 },
3905 {
Shawn McCarney8d1e19b2023-08-04 16:19:49 -05003906 "ADValue": "1.5V_AVDD",
3907 "Callouts": [
3908 {
3909 "CalloutList": [
3910 { "Priority": "high", "LocCode": "P0-C5" },
3911 { "Priority": "medium", "LocCode": "P0" }
3912 ]
3913 }
3914 ]
3915 },
3916 {
3917 "ADValue": "0.65V_VDN",
3918 "Callouts": [
3919 {
3920 "CalloutList": [
3921 { "Priority": "high", "LocCode": "P0-C5" },
3922 { "Priority": "medium", "LocCode": "P0" }
3923 ]
3924 }
3925 ]
3926 },
3927 {
3928 "ADValue": "0.7VA_VDD",
3929 "Callouts": [
3930 {
3931 "CalloutList": [
3932 { "Priority": "high", "LocCode": "P0-C5" },
3933 { "Priority": "medium", "LocCode": "P0" }
3934 ]
3935 }
3936 ]
3937 },
3938 {
3939 "ADValue": "0.7VB_VDD",
3940 "Callouts": [
3941 {
3942 "CalloutList": [
3943 { "Priority": "high", "LocCode": "P0-C5" },
3944 { "Priority": "medium", "LocCode": "P0" }
3945 ]
3946 }
3947 ]
3948 },
3949 {
3950 "ADValue": "0.75V_VCS",
3951 "Callouts": [
3952 {
3953 "CalloutList": [
3954 { "Priority": "high", "LocCode": "P0-C5" },
3955 { "Priority": "medium", "LocCode": "P0" }
3956 ]
3957 }
3958 ]
3959 },
3960 {
3961 "ADValue": "0.9V_VIO",
3962 "Callouts": [
3963 {
3964 "CalloutList": [
3965 { "Priority": "high", "LocCode": "P0-C5" },
3966 { "Priority": "medium", "LocCode": "P0" }
3967 ]
3968 }
3969 ]
3970 },
3971 {
3972 "ADValue": "0.85V_VPCIE",
3973 "Callouts": [
3974 {
3975 "CalloutList": [
3976 { "Priority": "high", "LocCode": "P0-C5" },
3977 { "Priority": "medium", "LocCode": "P0" }
3978 ]
3979 }
3980 ]
3981 },
3982 {
3983 "ADValue": "PMIC2_PG",
Jim Wright9b779e42022-12-16 17:50:23 -06003984 "Callouts": [
3985 {
3986 "CalloutList": [
3987 {
3988 "Priority": "high",
Shawn McCarney8d1e19b2023-08-04 16:19:49 -05003989 "SymbolicFRU": "memory_dimm"
Jim Wright9b779e42022-12-16 17:50:23 -06003990 },
3991 { "Priority": "medium", "LocCode": "P0" }
3992 ]
3993 }
3994 ]
3995 },
3996 {
Shawn McCarney8d1e19b2023-08-04 16:19:49 -05003997 "ADValue": "PMIC3_PG",
Jim Wright9b779e42022-12-16 17:50:23 -06003998 "Callouts": [
3999 {
4000 "CalloutList": [
Jim Wright9b779e42022-12-16 17:50:23 -06004001 {
Shawn McCarney8d1e19b2023-08-04 16:19:49 -05004002 "Priority": "high",
4003 "SymbolicFRU": "memory_dimm"
4004 },
4005 { "Priority": "medium", "LocCode": "P0" }
Jim Wright9b779e42022-12-16 17:50:23 -06004006 ]
4007 }
4008 ]
4009 },
4010 {
Shawn McCarney8d1e19b2023-08-04 16:19:49 -05004011 "ADValue": "VDDR_1.2VB",
Jim Wright9b779e42022-12-16 17:50:23 -06004012 "Callouts": [
4013 {
4014 "CalloutList": [
Jim Wright9b779e42022-12-16 17:50:23 -06004015 {
Shawn McCarney8d1e19b2023-08-04 16:19:49 -05004016 "Priority": "high",
4017 "SymbolicFRU": "memory_dimm"
4018 },
4019 { "Priority": "medium", "LocCode": "P0" }
Jim Wright9b779e42022-12-16 17:50:23 -06004020 ]
4021 }
4022 ]
4023 },
4024 {
Shawn McCarney8d1e19b2023-08-04 16:19:49 -05004025 "ADValue": "VDDR_1.2VA",
Jim Wright9b779e42022-12-16 17:50:23 -06004026 "Callouts": [
4027 {
4028 "CalloutList": [
Jim Wright9b779e42022-12-16 17:50:23 -06004029 {
Shawn McCarney8d1e19b2023-08-04 16:19:49 -05004030 "Priority": "high",
4031 "SymbolicFRU": "memory_dimm"
4032 },
4033 { "Priority": "medium", "LocCode": "P0" }
Jim Wright9b779e42022-12-16 17:50:23 -06004034 ]
4035 }
4036 ]
Jim Wright7f678902020-11-30 16:03:57 -06004037 }
4038 ]
4039 },
4040
4041 "Documentation": {
4042 "Description": "The power sequencer chip detected a voltage fault",
4043 "Message": "The power sequencer chip detected a voltage fault",
Patrick Williams26919f02022-12-08 06:12:43 -06004044 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06004045 },
4046
4047 "JournalCapture": {
4048 "Sections": [
4049 {
4050 "SyslogID": "phosphor-psu-monitor",
4051 "NumLines": 30
4052 },
4053 {
4054 "SyslogID": "phosphor-power-control",
4055 "NumLines": 30
4056 },
4057 {
4058 "SyslogID": "phosphor-chassis-state-manager",
4059 "NumLines": 15
4060 },
4061 {
4062 "SyslogID": "systemd",
4063 "NumLines": 15
4064 },
4065 {
4066 "SyslogID": "phosphor-regulators",
4067 "NumLines": 5
4068 }
4069 ]
Jim Wright7f678902020-11-30 16:03:57 -06004070 }
4071 },
4072
4073 {
Shawn McCarney7f1ec942021-07-28 13:33:34 -05004074 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.N",
4075 "Subsystem": "power",
4076 "Severity": "predictive_redundancy_loss",
4077 "ComponentID": "0x2700",
4078
4079 "SRC": {
4080 "Type": "11",
4081 "ReasonCode": "0x2700",
Matt Spinler04ac4e32023-04-14 14:16:37 -05004082 "Words6To9": {},
4083 "DeconfigFlag": true
Shawn McCarney7f1ec942021-07-28 13:33:34 -05004084 },
4085
4086 "Documentation": {
4087 "Description": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
4088 "Message": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
4089 "Notes": [
4090 "CALLOUT_INVENTORY_PATH should be specified in the ",
4091 "AdditionalData property of the event log so that ",
4092 "the device is called out but not the communication path."
4093 ]
4094 }
4095 },
4096
4097 {
4098 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.NPlus1",
4099 "Subsystem": "power",
4100 "Severity": "non_error",
4101 "MfgSeverity": "predictive_redundancy_loss",
4102 "ActionFlags": ["report"],
4103 "MfgActionFlags": ["service_action", "report", "call_home"],
4104 "ComponentID": "0x2700",
4105
4106 "SRC": {
4107 "Type": "11",
4108 "ReasonCode": "0x2701",
4109 "Words6To9": {}
4110 },
4111
4112 "Documentation": {
4113 "Description": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
4114 "Message": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
4115 "Notes": [
4116 "CALLOUT_INVENTORY_PATH should be specified in the ",
4117 "AdditionalData property of the event log so that ",
4118 "the device is called out but not the communication path."
4119 ]
4120 }
4121 },
4122
4123 {
Shawn McCarney01648f52020-06-25 11:42:02 -05004124 "Name": "xyz.openbmc_project.Power.Regulators.Error.WriteVerification",
4125 "Subsystem": "power",
4126 "ComponentID": "0x2700",
4127
4128 "SRC": {
4129 "Type": "11",
4130 "ReasonCode": "0x2900",
Matt Spinler04ac4e32023-04-14 14:16:37 -05004131 "Words6To9": {},
4132 "DeconfigFlag": true
Shawn McCarney01648f52020-06-25 11:42:02 -05004133 },
4134
4135 "Documentation": {
4136 "Description": "A write verification error occurred on a device",
4137 "Message": "A write verification error occurred on a device",
4138 "Notes": [
4139 "This error occurs when a device register is written, ",
4140 "read back, and the two values do not match. This is ",
4141 "also called a read-back error. The device should be ",
4142 "identified using the CALLOUT_DEVICE_PATH or ",
4143 "CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR keywords in the ",
4144 "AdditionalData property of the event log. This will ",
4145 "cause the device and the hardware in the communication ",
4146 "path to be called out."
4147 ]
4148 }
4149 },
4150
4151 {
Shawn McCarneye4022182022-01-31 19:09:01 -06004152 "Name": "xyz.openbmc_project.Power.UPS.Error.Battery.Discharging",
4153 "Subsystem": "power",
4154 "Severity": "non_error",
4155 "ActionFlags": ["report"],
4156 "ComponentID": "0x2700",
4157
4158 "SRC": {
4159 "Type": "11",
4160 "ReasonCode": "0x4201",
4161 "Words6To9": {}
4162 },
4163
4164 "Documentation": {
4165 "Description": "The Uninterruptible Power Supply (UPS) battery is discharging and providing power to the system due to a utility failure",
4166 "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 -06004167 "Notes": []
Shawn McCarneye4022182022-01-31 19:09:01 -06004168 }
4169 },
4170
4171 {
4172 "Name": "xyz.openbmc_project.Power.UPS.Error.Battery.Low",
4173 "Subsystem": "power",
4174 "Severity": "non_error",
4175 "ActionFlags": ["report"],
4176 "ComponentID": "0x2700",
4177
4178 "SRC": {
4179 "Type": "11",
4180 "ReasonCode": "0x4203",
4181 "Words6To9": {}
4182 },
4183
4184 "Documentation": {
4185 "Description": "The Uninterruptible Power Supply (UPS) battery level is low",
4186 "Message": "The Uninterruptible Power Supply (UPS) battery level is low",
Patrick Williams26919f02022-12-08 06:12:43 -06004187 "Notes": []
Shawn McCarneye4022182022-01-31 19:09:01 -06004188 }
4189 },
4190
4191 {
Shawn McCarney01648f52020-06-25 11:42:02 -05004192 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile",
4193 "Subsystem": "power",
4194 "ComponentID": "0x2700",
4195
4196 "SRC": {
4197 "Type": "11",
4198 "ReasonCode": "0xA013",
4199 "Words6To9": {}
4200 },
4201
4202 "Callouts": [
4203 {
4204 "CalloutList": [
4205 { "Priority": "high", "Procedure": "bmc_code" }
4206 ]
4207 }
4208 ],
4209
4210 "Documentation": {
4211 "Description": "A regulators configuration file error occurred",
4212 "Message": "A regulators configuration file error occurred",
4213 "Notes": [
4214 "The regulators configuration file could not be found, ",
4215 "could not be read, or had invalid contents."
4216 ]
4217 }
4218 },
4219
4220 {
Shawn McCarney82e31d82021-02-19 16:25:55 -06004221 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile.Critical",
4222 "Subsystem": "power",
4223 "Severity": "critical_system_term",
4224 "ComponentID": "0x2700",
4225
4226 "SRC": {
4227 "Type": "11",
4228 "ReasonCode": "0xA014",
Mike Cappsa2d7b772022-03-07 15:47:48 -05004229 "Words6To9": {}
Shawn McCarney82e31d82021-02-19 16:25:55 -06004230 },
4231
4232 "Callouts": [
4233 {
4234 "CalloutList": [
4235 { "Priority": "high", "Procedure": "bmc_code" }
4236 ]
4237 }
4238 ],
4239
4240 "Documentation": {
4241 "Description": "A critical regulators configuration file error occurred",
4242 "Message": "A critical regulators configuration file error occurred",
4243 "Notes": [
4244 "The regulators configuration file could not be found, ",
4245 "could not be read, or had invalid contents. As a result ",
4246 "voltage regulators could not be configured, and the ",
4247 "chassis could not be powered on."
4248 ]
4249 }
4250 },
4251
4252 {
Jim Wright7f678902020-11-30 16:03:57 -06004253 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerFault",
4254 "Subsystem": "power_sequencer",
4255 "ComponentID": "0x2700",
4256
4257 "SRC": {
4258 "Type": "11",
4259 "ReasonCode": "0xD000",
4260 "Words6To9": {}
4261 },
4262
4263 "Callouts": [
4264 {
Patrick Williams26919f02022-12-08 06:12:43 -06004265 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Jim Wright7f678902020-11-30 16:03:57 -06004266 }
4267 ],
4268
4269 "Documentation": {
4270 "Description": "The power sequencer chip detected a fault",
4271 "Message": "The power sequencer chip detected a fault",
Patrick Williams26919f02022-12-08 06:12:43 -06004272 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06004273 },
4274
4275 "JournalCapture": {
4276 "Sections": [
4277 {
4278 "SyslogID": "phosphor-psu-monitor",
4279 "NumLines": 30
4280 },
4281 {
4282 "SyslogID": "phosphor-power-control",
4283 "NumLines": 30
4284 },
4285 {
4286 "SyslogID": "phosphor-chassis-state-manager",
4287 "NumLines": 15
4288 },
4289 {
4290 "SyslogID": "systemd",
4291 "NumLines": 15
4292 },
4293 {
4294 "SyslogID": "phosphor-regulators",
4295 "NumLines": 5
4296 }
4297 ]
Jim Wright7f678902020-11-30 16:03:57 -06004298 }
4299 },
4300
4301 {
Jim Wrightc1ba04f2021-11-12 15:31:32 -06004302 "Name": "xyz.openbmc_project.Power.Error.PowerOnTimeout",
Jim Wright7f678902020-11-30 16:03:57 -06004303 "Subsystem": "power_sequencer",
4304 "ComponentID": "0x2700",
Jim Wrightc1ba04f2021-11-12 15:31:32 -06004305 "Severity": "critical",
Jim Wright7f678902020-11-30 16:03:57 -06004306
4307 "SRC": {
4308 "Type": "11",
4309 "ReasonCode": "0xD002",
4310 "Words6To9": {}
4311 },
4312
4313 "Callouts": [
4314 {
Patrick Williams26919f02022-12-08 06:12:43 -06004315 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Jim Wright7f678902020-11-30 16:03:57 -06004316 }
4317 ],
4318
4319 "Documentation": {
Jim Wrightc1ba04f2021-11-12 15:31:32 -06004320 "Description": "System power failed to turn on within timeout period",
4321 "Message": "System power failed to turn on within timeout period",
Patrick Williams26919f02022-12-08 06:12:43 -06004322 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06004323 },
4324
4325 "JournalCapture": {
4326 "Sections": [
4327 {
4328 "SyslogID": "phosphor-psu-monitor",
4329 "NumLines": 30
4330 },
4331 {
4332 "SyslogID": "phosphor-power-control",
4333 "NumLines": 30
4334 },
4335 {
4336 "SyslogID": "phosphor-chassis-state-manager",
4337 "NumLines": 15
4338 },
4339 {
4340 "SyslogID": "systemd",
4341 "NumLines": 15
4342 },
4343 {
4344 "SyslogID": "phosphor-regulators",
4345 "NumLines": 5
4346 }
4347 ]
Jim Wrightc1ba04f2021-11-12 15:31:32 -06004348 }
4349 },
4350
4351 {
4352 "Name": "xyz.openbmc_project.Power.Error.PowerOffTimeout",
4353 "Subsystem": "power_sequencer",
4354 "ComponentID": "0x2700",
4355 "Severity": "critical",
4356
4357 "SRC": {
4358 "Type": "11",
4359 "ReasonCode": "0xD008",
4360 "Words6To9": {}
4361 },
4362
4363 "Callouts": [
4364 {
Patrick Williams26919f02022-12-08 06:12:43 -06004365 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Jim Wrightc1ba04f2021-11-12 15:31:32 -06004366 }
4367 ],
4368
4369 "Documentation": {
4370 "Description": "System power failed to turn off within timeout period",
4371 "Message": "System power failed to turn off within timeout period",
Patrick Williams26919f02022-12-08 06:12:43 -06004372 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06004373 },
4374
4375 "JournalCapture": {
4376 "Sections": [
4377 {
4378 "SyslogID": "phosphor-psu-monitor",
4379 "NumLines": 30
4380 },
4381 {
4382 "SyslogID": "phosphor-power-control",
4383 "NumLines": 30
4384 },
4385 {
4386 "SyslogID": "phosphor-chassis-state-manager",
4387 "NumLines": 15
4388 },
4389 {
4390 "SyslogID": "systemd",
4391 "NumLines": 15
4392 },
4393 {
4394 "SyslogID": "phosphor-regulators",
4395 "NumLines": 5
4396 }
4397 ]
Jim Wright7f678902020-11-30 16:03:57 -06004398 }
4399 },
4400
4401 {
Shawn McCarney01648f52020-06-25 11:42:02 -05004402 "Name": "xyz.openbmc_project.Power.Error.Internal",
4403 "Subsystem": "power",
4404 "ComponentID": "0x2700",
4405
4406 "SRC": {
4407 "Type": "11",
4408 "ReasonCode": "0xE000",
4409 "Words6To9": {}
4410 },
4411
4412 "Callouts": [
4413 {
4414 "CalloutList": [
4415 { "Priority": "high", "Procedure": "bmc_code" }
4416 ]
4417 }
4418 ],
4419
4420 "Documentation": {
4421 "Description": "An internal firmware error occurred",
4422 "Message": "An internal firmware error occurred",
4423 "Notes": [
4424 "The error details must be provided in the AdditionalData ",
4425 "property of the event log."
4426 ]
4427 }
4428 },
4429
4430 {
4431 "Name": "xyz.openbmc_project.Power.Error.I2C",
4432 "Subsystem": "cec_i2c",
4433 "ComponentID": "0x2700",
4434
4435 "SRC": {
4436 "Type": "11",
4437 "ReasonCode": "0xE100",
Matt Spinler04ac4e32023-04-14 14:16:37 -05004438 "Words6To9": {},
4439 "DeconfigFlag": true
Shawn McCarney01648f52020-06-25 11:42:02 -05004440 },
4441
4442 "Documentation": {
4443 "Description": "An I2C error occurred communicating with a device",
4444 "Message": "An I2C error occurred communicating with a device",
4445 "Notes": [
4446 "The device should be identified using the ",
4447 "CALLOUT_DEVICE_PATH or CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR ",
4448 "keywords in the AdditionalData property of the event ",
4449 "log. This will cause the device and the hardware in the ",
4450 "communication path to be called out."
4451 ]
4452 }
4453 },
4454
4455 {
4456 "Name": "xyz.openbmc_project.Power.Error.PMBus",
4457 "Subsystem": "power",
4458 "ComponentID": "0x2700",
4459
4460 "SRC": {
4461 "Type": "11",
4462 "ReasonCode": "0xE200",
Matt Spinler04ac4e32023-04-14 14:16:37 -05004463 "Words6To9": {},
4464 "DeconfigFlag": true
Shawn McCarney01648f52020-06-25 11:42:02 -05004465 },
4466
4467 "Documentation": {
4468 "Description": "A PMBus error occurred on a device",
4469 "Message": "A PMBus error occurred on a device",
4470 "Notes": [
4471 "This error occurs when the I2C communication was ",
4472 "successful, but the PMBus value read is invalid or ",
4473 "unsupported. CALLOUT_INVENTORY_PATH should be specified ",
4474 "in the AdditionalData property of the event log so that ",
4475 "the device is called out but not the communication path."
4476 ]
4477 }
4478 },
4479
4480 {
4481 "Name": "xyz.openbmc_project.Power.Error.DBus",
4482 "Subsystem": "power",
4483 "ComponentID": "0x2700",
4484
4485 "SRC": {
4486 "Type": "11",
4487 "ReasonCode": "0xE300",
4488 "Words6To9": {}
4489 },
4490
4491 "Callouts": [
4492 {
4493 "CalloutList": [
4494 { "Priority": "high", "Procedure": "bmc_code" }
4495 ]
4496 }
4497 ],
4498
4499 "Documentation": {
4500 "Description": "A firmware inter-process communication (D-Bus) error occurred",
4501 "Message": "A firmware inter-process communication (D-Bus) error occurred"
4502 }
Matt Spinler60d1c392020-09-23 15:23:24 -05004503 },
4504
4505 {
Matt Spinler7c9c07e2020-10-22 10:16:37 -05004506 "Name": "xyz.openbmc_project.Fan.Error.Fault",
4507 "Subsystem": "power_fans",
4508 "ComponentID": "0x2800",
4509
4510 "SRC": {
4511 "Type": "11",
4512 "ReasonCode": "0x76F0",
Matt Spinler04ac4e32023-04-14 14:16:37 -05004513 "Words6To9": {},
4514 "DeconfigFlag": true
Matt Spinler7c9c07e2020-10-22 10:16:37 -05004515 },
4516
4517 "Documentation": {
4518 "Description": "Fan rotor fault",
4519 "Message": "Fan rotor fault",
4520 "Notes": [
4521 "This error occurs when a fan rotor has been faulted for a ",
4522 "certain amount of time. The callout is the fan which is ",
4523 "passed in with CALLOUT_INVENTORY_PATH. The severity is ",
4524 "passed in during creation and will be either informational ",
4525 "or unrecoverable. The action flags use the defaults and ",
4526 "vary based on the severity."
4527 ]
4528 }
4529 },
4530
4531 {
Matt Spinler60d1c392020-09-23 15:23:24 -05004532 "Name": "xyz.openbmc_project.Fan.Error.Missing",
4533 "Subsystem": "power_fans",
4534 "ComponentID": "0x2800",
4535 "Severity": "unrecoverable_redundancy_loss",
4536 "ActionFlags": ["service_action", "report", "call_home"],
4537
4538 "SRC": {
4539 "Type": "11",
4540 "ReasonCode": "0x76F1",
Matt Spinler04ac4e32023-04-14 14:16:37 -05004541 "Words6To9": {},
4542 "DeconfigFlag": true
Matt Spinler60d1c392020-09-23 15:23:24 -05004543 },
4544
4545 "Callouts": [
4546 {
Matt Spinler938ac792021-05-12 10:46:44 -05004547 "System": "ibm,rainier",
Matt Spinler60d1c392020-09-23 15:23:24 -05004548 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -05004549 {
Patrick Williams26919f02022-12-08 06:12:43 -06004550 "Priority": "high",
4551 "SymbolicFRUTrusted": "air_mover",
4552 "UseInventoryLocCode": true
Matt Spinler80600192020-10-23 09:29:33 -05004553 },
4554 {
4555 "Priority": "low",
4556 "LocCode": "P0"
4557 }
Matt Spinler60d1c392020-09-23 15:23:24 -05004558 ]
Matt Spinler938ac792021-05-12 10:46:44 -05004559 },
4560 {
4561 "System": "ibm,everest",
4562 "CalloutList": [
4563 {
Patrick Williams26919f02022-12-08 06:12:43 -06004564 "Priority": "high",
4565 "SymbolicFRUTrusted": "air_mover",
4566 "UseInventoryLocCode": true
Matt Spinler938ac792021-05-12 10:46:44 -05004567 },
4568 {
4569 "Priority": "low",
4570 "LocCode": "P1"
4571 }
4572 ]
Matt Spinler0600cf72023-04-10 11:22:33 -05004573 },
4574 {
4575 "System": "ibm,bonnell",
4576 "CalloutList": [
4577 {
4578 "Priority": "high",
4579 "SymbolicFRUTrusted": "air_mover",
4580 "UseInventoryLocCode": true
4581 },
4582 {
4583 "Priority": "low",
4584 "LocCode": "P0"
4585 }
4586 ]
Matt Spinler60d1c392020-09-23 15:23:24 -05004587 }
4588 ],
4589
4590 "Documentation": {
4591 "Description": "A fan is missing",
4592 "Message": "A fan is missing",
4593 "Notes": [
4594 "This error occurs when a fan has been missing for a ",
Matt Spinler80600192020-10-23 09:29:33 -05004595 "certain amount of time. The first callout is the ",
4596 "symbolic FRU AIR_MOVR that has the trusted fan location ",
4597 "code, which it gets using the passed in ",
4598 "CALLOUT_INVENTORY_PATH. The second callout is the FRU ",
Matt Spinler938ac792021-05-12 10:46:44 -05004599 "where the controller and GPIO expander are."
Matt Spinler60d1c392020-09-23 15:23:24 -05004600 ]
4601 }
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004602 },
4603
4604 {
Matt Spinleradf070b2021-04-21 13:39:45 -05004605 "Name": "xyz.openbmc_project.Fan.Presence.Error.Detection",
4606 "ComponentID": "0x2800",
4607 "Subsystem": "power_fans",
4608 "Severity": "non_error",
4609 "ActionFlags": ["report"],
4610 "MfgSeverity": "predictive",
4611 "MfgActionFlags": ["service_action", "report"],
4612
4613 "SRC": {
4614 "Type": "11",
4615 "ReasonCode": "0x76F2",
4616 "Words6To9": {}
4617 },
4618
4619 "Callouts": [
4620 {
4621 "System": "ibm,rainier",
Patrick Williams26919f02022-12-08 06:12:43 -06004622 "CalloutList": [{ "Priority": "medium", "LocCode": "P0" }]
Matt Spinleradf070b2021-04-21 13:39:45 -05004623 },
4624 {
4625 "System": "ibm,everest",
Patrick Williams26919f02022-12-08 06:12:43 -06004626 "CalloutList": [{ "Priority": "medium", "LocCode": "P1" }]
Matt Spinler0600cf72023-04-10 11:22:33 -05004627 },
4628 {
4629 "System": "ibm,bonnell",
4630 "CalloutList": [{ "Priority": "medium", "LocCode": "P0" }]
Matt Spinleradf070b2021-04-21 13:39:45 -05004631 }
4632 ],
4633
4634 "Documentation": {
4635 "Description": "Presence detect methods for the same fan disagree",
4636 "Message": "Presence detect methods for the same fan disagree",
4637 "Notes": [
4638 "This error occurs when there is more than one way to detect",
4639 "fan presence, and they don't all agree. For example, the",
4640 "GPIO says a fan isn't present, but the tach readings are",
4641 "nonzero. This is informational, unless in manufacturing.",
4642 "The fan FRU is passed in as a high priority callout.",
4643 "The FRU the GPIO source is on is called out medium."
4644 ]
4645 }
4646 },
4647
4648 {
Matt Spinlerdde99202021-06-14 12:15:59 -06004649 "Name": "xyz.openbmc_project.Fan.Error.FanControllerOffline",
4650 "ComponentID": "0x2800",
4651 "Subsystem": "power_fans",
4652 "Severity": "critical_system_term",
4653 "ActionFlags": ["service_action", "report", "call_home"],
4654
4655 "SRC": {
4656 "Type": "11",
4657 "ReasonCode": "0x76F3",
Mike Cappsa2d7b772022-03-07 15:47:48 -05004658 "Words6To9": {}
Matt Spinlerdde99202021-06-14 12:15:59 -06004659 },
4660
4661 "Callouts": [
4662 {
4663 "System": "ibm,rainier",
4664 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004665 { "Priority": "high", "LocCode": "P0-C5" },
4666 {
4667 "Priority": "medium_group_a",
4668 "LocCode": "P0-T12",
4669 "SymbolicFRUTrusted": "fan_cable"
4670 },
4671 {
4672 "Priority": "medium_group_a",
4673 "LocCode": "P0-T17",
4674 "SymbolicFRUTrusted": "cable_continued"
4675 },
4676 { "Priority": "low", "LocCode": "P0" }
Matt Spinlerdde99202021-06-14 12:15:59 -06004677 ]
4678 },
4679 {
4680 "System": "ibm,everest",
4681 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004682 { "Priority": "high", "LocCode": "P0-C0" },
4683 { "Priority": "medium", "LocCode": "P1" },
4684 { "Priority": "low", "LocCode": "P0" }
Matt Spinlerdde99202021-06-14 12:15:59 -06004685 ]
Matt Spinler0600cf72023-04-10 11:22:33 -05004686 },
4687 {
4688 "System": "ibm,bonnell",
4689 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Matt Spinlerdde99202021-06-14 12:15:59 -06004690 }
4691 ],
4692
4693 "Documentation": {
4694 "Description": "The fan controller device is offline",
4695 "Message": "The fan controller is offline. The system must be powered off.",
4696 "Notes": [
4697 "The device that controls the fans is offline so the fan",
4698 "targets and speeds are unknown. The system will be shut",
4699 "down to preserve thermal safety. There may be an I2C",
4700 "or power problem with the device."
4701 ]
4702 }
4703 },
4704
4705 {
Patrick Williams26919f02022-12-08 06:12:43 -06004706 "Name": "xyz.openbmc_project.Fan.Presence.Error.GPIODeviceUnavailable",
4707 "Subsystem": "power_fans",
4708 "ComponentID": "0x2800",
4709 "Severity": "unrecoverable_redundancy_loss",
4710 "ActionFlags": ["service_action", "report", "call_home"],
Mike Cappsabc276e2021-06-18 16:41:30 -04004711
Patrick Williams26919f02022-12-08 06:12:43 -06004712 "SRC": {
4713 "Type": "11",
4714 "ReasonCode": "0x76F4",
4715 "Words6To9": {}
4716 },
Mike Cappsabc276e2021-06-18 16:41:30 -04004717
Patrick Williams26919f02022-12-08 06:12:43 -06004718 "Callouts": [
4719 {
4720 "System": "ibm,rainier",
4721 "CalloutList": [
4722 { "Priority": "high", "LocCode": "P0-C5" },
4723 {
4724 "Priority": "medium_group_a",
4725 "LocCode": "P0-T12",
4726 "SymbolicFRUTrusted": "fan_cable"
4727 },
4728 {
4729 "Priority": "medium_group_a",
4730 "LocCode": "P0-T17",
4731 "SymbolicFRUTrusted": "cable_continued"
4732 },
4733 { "Priority": "low", "LocCode": "P0" }
4734 ]
4735 },
4736 {
4737 "System": "ibm,everest",
4738 "CalloutList": [
4739 { "Priority": "high", "LocCode": "P0-C0" },
4740 { "Priority": "medium", "LocCode": "P1" },
4741 { "Priority": "low", "LocCode": "P0" }
4742 ]
Matt Spinler0600cf72023-04-10 11:22:33 -05004743 },
4744 {
4745 "System": "ibm,bonnell",
4746 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Patrick Williams26919f02022-12-08 06:12:43 -06004747 }
4748 ],
Mike Cappsabc276e2021-06-18 16:41:30 -04004749
Patrick Williams26919f02022-12-08 06:12:43 -06004750 "Documentation": {
4751 "Description": "Fan GPIO sensors not present",
4752 "Message": "Fan GPIO sensors not present",
4753 "Notes": [
4754 "The device that reports fan presence is not functioning."
4755 ]
4756 }
Mike Cappsabc276e2021-06-18 16:41:30 -04004757 },
4758
4759 {
Matt Spinler86e40dd2021-01-29 11:19:36 -06004760 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHigh",
4761 "Subsystem": "power",
4762 "ComponentID": "0x2800",
4763 "Severity": "predictive",
4764 "ActionFlags": ["service_action", "report"],
4765
4766 "SRC": {
4767 "ReasonCode": "0x2801",
4768 "Words6To9": {}
4769 },
4770
4771 "CalloutsUsingAD": {
4772 "ADName": "SENSOR_NAME",
4773 "CalloutsWithTheirADValues": [
4774 {
4775 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4776 "Callouts": [
4777 {
4778 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004779 {
4780 "Priority": "high",
4781 "SymbolicFRU": "ambient_temp"
4782 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004783 ]
4784 }
4785 ]
4786 }
Matt Spinlerc13bb1c2022-08-01 10:33:09 -05004787 ],
4788 "CalloutsWhenNoADMatch": [
4789 {
4790 "CalloutList": [
4791 {
4792 "Priority": "high",
4793 "SymbolicFRU": "overtemp"
4794 }
4795 ]
4796 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004797 ]
4798 },
4799
4800 "Documentation": {
4801 "Description": "A temperature sensor exceeded its performance loss threshold.",
4802 "Message": "A temperature sensor exceeded its performance loss threshold.",
4803 "Notes": [
4804 "A temperature sensor crossed its performance loss threshold value",
4805 "If it is the ambient sensor, then a symbolic FRU will be added.",
4806 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
4807 "a FRU callout."
4808 ]
4809 }
4810 },
4811
4812 {
4813 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHighClear",
4814 "Subsystem": "power",
4815 "ComponentID": "0x2800",
4816 "Severity": "non_error",
4817 "ActionFlags": ["report"],
4818 "EventType": "env_normal",
4819
4820 "SRC": {
4821 "ReasonCode": "0x2802",
4822 "Words6To9": {}
4823 },
4824
4825 "CalloutsUsingAD": {
4826 "ADName": "SENSOR_NAME",
4827 "CalloutsWithTheirADValues": [
4828 {
4829 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4830 "Callouts": [
4831 {
4832 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004833 {
4834 "Priority": "high",
4835 "SymbolicFRU": "ambient_temp_back"
4836 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004837 ]
4838 }
4839 ]
4840 }
4841 ]
4842 },
4843
4844 "Documentation": {
4845 "Description": "A temperature sensor is under its performance loss threshold.",
4846 "Message": "A temperature sensor is under its performance loss threshold.",
4847 "Notes": [
4848 "A temperature sensor crossed under its performance loss threshold value",
4849 "If it is the ambient sensor, then a symbolic FRU will be added."
4850 ]
4851 }
4852 },
4853
4854 {
4855 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHigh",
4856 "Subsystem": "power",
4857 "ComponentID": "0x2800",
4858 "Severity": "predictive",
4859 "ActionFlags": ["service_action", "report"],
4860
4861 "SRC": {
4862 "ReasonCode": "0x2803",
4863 "Words6To9": {}
4864 },
4865
4866 "CalloutsUsingAD": {
4867 "ADName": "SENSOR_NAME",
4868 "CalloutsWithTheirADValues": [
4869 {
4870 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4871 "Callouts": [
4872 {
4873 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004874 {
4875 "Priority": "high",
4876 "SymbolicFRU": "ambient_temp"
4877 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004878 ]
4879 }
4880 ]
4881 }
Matt Spinlerc13bb1c2022-08-01 10:33:09 -05004882 ],
4883 "CalloutsWhenNoADMatch": [
4884 {
4885 "CalloutList": [
4886 {
4887 "Priority": "high",
4888 "SymbolicFRU": "overtemp"
4889 }
4890 ]
4891 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004892 ]
4893 },
4894
4895 "Documentation": {
4896 "Description": "A temperature sensor exceeded its warning threshold.",
4897 "Message": "A temperature sensor exceeded its warning threshold.",
4898 "Notes": [
4899 "A temperature sensor crossed its warning threshold value",
4900 "If it is the ambient sensor, then a symbolic FRU will be added.",
4901 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
4902 "a FRU callout."
4903 ]
4904 }
4905 },
4906
4907 {
4908 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHighClear",
4909 "Subsystem": "power",
4910 "ComponentID": "0x2800",
4911 "Severity": "non_error",
4912 "ActionFlags": ["report"],
4913 "EventType": "env_normal",
4914
4915 "SRC": {
4916 "ReasonCode": "0x2804",
4917 "Words6To9": {}
4918 },
4919
4920 "CalloutsUsingAD": {
4921 "ADName": "SENSOR_NAME",
4922 "CalloutsWithTheirADValues": [
4923 {
4924 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4925 "Callouts": [
4926 {
4927 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004928 {
4929 "Priority": "high",
4930 "SymbolicFRU": "ambient_temp_back"
4931 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004932 ]
4933 }
4934 ]
4935 }
4936 ]
4937 },
4938
4939 "Documentation": {
4940 "Description": "A temperature sensor is under its warning threshold.",
4941 "Message": "A temperature sensor is under its warning threshold.",
4942 "Notes": [
4943 "A temperature sensor crossed under its warning threshold value",
4944 "If it is the ambient sensor, then a symbolic FRU will be added."
4945 ]
4946 }
4947 },
4948
4949 {
4950 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHigh",
4951 "Subsystem": "power",
4952 "ComponentID": "0x2800",
4953 "Severity": "predictive",
4954 "ActionFlags": ["service_action", "report"],
4955
4956 "SRC": {
4957 "ReasonCode": "0x2805",
4958 "Words6To9": {}
4959 },
4960
4961 "CalloutsUsingAD": {
4962 "ADName": "SENSOR_NAME",
4963 "CalloutsWithTheirADValues": [
4964 {
4965 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4966 "Callouts": [
4967 {
4968 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004969 {
4970 "Priority": "high",
4971 "SymbolicFRU": "ambient_temp"
4972 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004973 ]
4974 }
4975 ]
4976 }
Matt Spinlerc13bb1c2022-08-01 10:33:09 -05004977 ],
4978 "CalloutsWhenNoADMatch": [
4979 {
4980 "CalloutList": [
4981 {
4982 "Priority": "high",
4983 "SymbolicFRU": "overtemp"
4984 }
4985 ]
4986 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004987 ]
4988 },
4989
4990 "Documentation": {
4991 "Description": "A temperature sensor exceeded its critical threshold.",
4992 "Message": "A temperature sensor exceeded its critical threshold.",
4993 "Notes": [
4994 "A temperature sensor crossed its critical threshold value",
4995 "If it is the ambient sensor, then a symbolic FRU will be added.",
4996 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
4997 "a FRU callout."
4998 ]
4999 }
5000 },
5001
5002 {
5003 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHighClear",
5004 "Subsystem": "power",
5005 "ComponentID": "0x2800",
5006 "Severity": "non_error",
5007 "ActionFlags": ["report"],
5008 "EventType": "env_normal",
5009
5010 "SRC": {
5011 "ReasonCode": "0x2806",
5012 "Words6To9": {}
5013 },
5014
5015 "CalloutsUsingAD": {
5016 "ADName": "SENSOR_NAME",
5017 "CalloutsWithTheirADValues": [
5018 {
5019 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
5020 "Callouts": [
5021 {
5022 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06005023 {
5024 "Priority": "high",
5025 "SymbolicFRU": "ambient_temp_back"
5026 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06005027 ]
5028 }
5029 ]
5030 }
5031 ]
5032 },
5033
5034 "Documentation": {
5035 "Description": "A temperature sensor is under its critical threshold.",
5036 "Message": "A temperature sensor is under its critical threshold.",
5037 "Notes": [
5038 "A temperature sensor crossed under its critical threshold value",
5039 "If it is the ambient sensor, then a symbolic FRU will be added."
5040 ]
5041 }
5042 },
5043
5044 {
Matt Spinler6b3490a2021-01-20 10:48:26 -06005045 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHigh",
5046 "Subsystem": "power",
5047 "ComponentID": "0x2800",
5048 "Severity": "predictive",
5049 "ActionFlags": ["service_action", "report"],
5050
5051 "SRC": {
5052 "ReasonCode": "0x2807",
5053 "Words6To9": {}
5054 },
5055
5056 "Callouts": [
5057 {
5058 "CalloutList": [
5059 {
Patrick Williams26919f02022-12-08 06:12:43 -06005060 "Priority": "high",
5061 "SymbolicFRU": "ambient_temp"
Matt Spinler6b3490a2021-01-20 10:48:26 -06005062 }
5063 ]
5064 }
5065 ],
5066
5067 "Documentation": {
5068 "Description": "The ambient temperature passed the EPOW3 limit.",
5069 "Message": "The ambient temperature passed the EPOW3 limit. The system will shut down if temp doesn't decrease.",
5070 "Notes": [
5071 "This error occurs when the ambient temperature surpassed",
5072 "the EPOW3 shutdown limit."
5073 ]
5074 }
5075 },
5076
5077 {
5078 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHighClear",
5079 "Subsystem": "power",
5080 "ComponentID": "0x2800",
5081 "Severity": "non_error",
5082 "ActionFlags": ["report"],
5083 "EventType": "env_normal",
5084
5085 "SRC": {
5086 "ReasonCode": "0x2808",
5087 "Words6To9": {}
5088 },
5089
5090 "Callouts": [
5091 {
5092 "CalloutList": [
5093 {
Patrick Williams26919f02022-12-08 06:12:43 -06005094 "Priority": "high",
5095 "SymbolicFRU": "ambient_temp_back"
Matt Spinler6b3490a2021-01-20 10:48:26 -06005096 }
5097 ]
5098 }
5099 ],
5100
5101 "Documentation": {
5102 "Description": "The ambient temperature is back under the EPOW3 limit.",
5103 "Message": "The ambient temperature is back under the EPOW3 limit."
5104 }
5105 },
5106
5107 {
5108 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.HardShutdownAlarmHigh",
5109 "Subsystem": "power",
5110 "ComponentID": "0x2800",
Matt Spinler6b3490a2021-01-20 10:48:26 -06005111 "ActionFlags": ["service_action", "report"],
5112
5113 "SRC": {
5114 "ReasonCode": "0x2809",
5115 "Words6To9": {}
5116 },
5117
5118 "Callouts": [
5119 {
5120 "CalloutList": [
5121 {
Patrick Williams26919f02022-12-08 06:12:43 -06005122 "Priority": "high",
5123 "SymbolicFRU": "ambient_temp"
Matt Spinler6b3490a2021-01-20 10:48:26 -06005124 }
5125 ]
5126 }
5127 ],
5128
5129 "Documentation": {
5130 "Description": "The ambient temperature passed the EPOW4 limit.",
5131 "Message": "The ambient temperature passed the EPOW4 limit. The system will shut down",
5132 "Notes": [
5133 "This error occurs when the ambient temperature surpassed",
5134 "the EPOW4 shutdown limit."
5135 ]
5136 }
5137 },
5138
5139 {
Rashmica Guptab63f75b2021-08-18 20:54:21 +10005140 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHigh",
5141 "Subsystem": "ext_env",
5142 "ComponentID": "0x2800",
5143 "Severity": "predictive",
5144 "ActionFlags": ["service_action", "report"],
5145
5146 "SRC": {
5147 "ReasonCode": "0x280A",
5148 "Words6To9": {}
5149 },
5150
5151 "CalloutsUsingAD": {
5152 "ADName": "SENSOR_NAME",
5153 "CalloutsWithTheirADValues": [
5154 {
5155 "ADValue": "/xyz/openbmc_project/sensors/altitude/Altitude",
5156 "Callouts": [
5157 {
5158 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06005159 {
5160 "Priority": "high",
5161 "SymbolicFRU": "altitude"
5162 }
Rashmica Guptab63f75b2021-08-18 20:54:21 +10005163 ]
5164 }
5165 ]
5166 }
5167 ]
5168 },
5169
5170 "Documentation": {
5171 "Description": "An altitude sensor exceeded its warning threshold.",
5172 "Message": "An altitude sensor exceeded its warning threshold.",
5173 "Notes": [
5174 "The virtual altitude sensor crossed its warning threshold value",
5175 " and a symbolic FRU will be added."
5176 ]
5177 }
5178 },
5179
5180 {
5181 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHighClear",
5182 "Subsystem": "ext_env",
5183 "ComponentID": "0x2800",
5184 "Severity": "non_error",
5185 "ActionFlags": ["report"],
5186 "EventType": "env_normal",
5187
5188 "SRC": {
5189 "ReasonCode": "0x280B",
5190 "Words6To9": {}
5191 },
5192
5193 "Documentation": {
5194 "Description": "An altitude sensor is under its warning threshold.",
5195 "Message": "An altitude sensor is under its warning threshold.",
5196 "Notes": [
5197 "The virtual altitude sensor is under its warning threshold value",
5198 " and a symbolic FRU will be added."
5199 ]
5200 }
5201 },
5202
5203 {
Matt Spinler81331342021-10-05 14:09:56 -05005204 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLow",
5205 "Subsystem": "cec_tod",
5206 "ComponentID": "0x2800",
5207 "Severity": "predictive",
5208 "ActionFlags": ["service_action", "report"],
5209
5210 "SRC": {
5211 "ReasonCode": "0x280C",
5212 "Words6To9": {}
5213 },
5214
Matt Spinler81331342021-10-05 14:09:56 -05005215 "Documentation": {
5216 "Description": "A voltage sensor went below its critical low threshold.",
5217 "Message": "A voltage sensor went below its critical low threshold."
5218 }
5219 },
5220
5221 {
5222 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLowClear",
5223 "Subsystem": "cec_tod",
5224 "ComponentID": "0x2800",
5225 "Severity": "non_error",
5226 "ActionFlags": ["report"],
5227
5228 "SRC": {
5229 "ReasonCode": "0x280D",
5230 "Words6To9": {}
5231 },
5232
5233 "Documentation": {
5234 "Description": "A voltage sensor is over its critical low threshold.",
5235 "Message": "A voltage sensor is over its critical low threshold."
5236 }
5237 },
5238
5239 {
Matt Spinler1e792db2022-01-07 14:06:06 -06005240 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLow",
5241 "Subsystem": "power",
5242 "ComponentID": "0x2800",
5243 "Severity": "predictive",
5244 "ActionFlags": ["service_action", "report"],
5245
5246 "SRC": {
5247 "ReasonCode": "0x280E",
5248 "Words6To9": {}
5249 },
5250
5251 "Documentation": {
5252 "Description": "A temperature sensor is under its low warning threshold.",
5253 "Message": "A temperature sensor is under its low warning threshold.",
5254 "Notes": [
5255 "A temperature sensor crossed its low warning threshold value",
5256 "CALLOUT_INVENTORY_PATH will be passed in to add a FRU callout."
5257 ]
5258 }
5259 },
5260
5261 {
5262 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLowClear",
5263 "Subsystem": "power",
5264 "ComponentID": "0x2800",
5265 "Severity": "non_error",
5266 "ActionFlags": ["report"],
5267 "EventType": "env_normal",
5268
5269 "SRC": {
5270 "ReasonCode": "0x280F",
5271 "Words6To9": {}
5272 },
5273
5274 "Documentation": {
5275 "Description": "A temperature sensor is above its low warning threshold.",
5276 "Message": "A temperature sensor is above its low warning threshold.",
5277 "Notes": [
5278 "A temperature sensor crossed above its low warning threshold value."
5279 ]
5280 }
5281 },
5282
5283 {
5284 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalLow",
5285 "Subsystem": "power",
5286 "ComponentID": "0x2800",
5287 "Severity": "predictive",
5288 "ActionFlags": ["service_action", "report"],
5289
5290 "SRC": {
5291 "ReasonCode": "0x2810",
5292 "Words6To9": {}
5293 },
5294
5295 "Documentation": {
5296 "Description": "A temperature sensor is under its low critical threshold.",
5297 "Message": "A temperature sensor is under its low critical threshold.",
5298 "Notes": [
5299 "A temperature sensor crossed its low critical threshold value",
5300 "CALLOUT_INVENTORY_PATH will be passed in to add a FRU callout."
5301 ]
5302 }
5303 },
5304
5305 {
5306 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalLowClear",
5307 "Subsystem": "power",
5308 "ComponentID": "0x2800",
5309 "Severity": "non_error",
5310 "ActionFlags": ["report"],
5311 "EventType": "env_normal",
5312
5313 "SRC": {
5314 "ReasonCode": "0x2811",
5315 "Words6To9": {}
5316 },
5317
5318 "Documentation": {
5319 "Description": "A temperature sensor is over its low critical threshold.",
5320 "Message": "A temperature sensor is over its low critical threshold.",
5321 "Notes": [
5322 "A temperature sensor crossed above its critical threshold value"
5323 ]
5324 }
5325 },
5326
5327 {
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005328 "Name": "com.ibm.VPD.Error.InvalidEepromPath",
5329 "Subsystem": "cec_vpd",
5330 "ComponentID": "0x4000",
5331
5332 "SRC": {
5333 "ReasonCode": "0x4000",
Patrick Williams26919f02022-12-08 06:12:43 -06005334 "Words6To9": {
5335 "6": {
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005336 "Description": "Errno of the failure.",
5337 "AdditionalDataPropSource": "CALLOUT_ERRNO"
5338 }
5339 }
5340 },
5341
5342 "Documentation": {
Michael Limb264f062022-03-29 16:25:33 -05005343 "Description": "A path access error occurred",
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005344 "Message": "An EEPROM path access error occurred.",
5345 "Notes": [
5346 "This error occurs when parser is unable to access",
5347 "EEPROM path. Errno and device path are captured as",
5348 "additional data."
5349 ]
5350 }
5351 },
5352
5353 {
5354 "Name": "com.ibm.VPD.Error.InvalidVPD",
5355 "Subsystem": "cec_vpd",
5356 "ComponentID": "0x4000",
5357
5358 "SRC": {
5359 "ReasonCode": "0x4001",
Patrick Williams26919f02022-12-08 06:12:43 -06005360 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005361 },
5362
5363 "Documentation": {
5364 "Description": "Invalid VPD data.",
5365 "Message": "A VPD data exception occurred.",
5366 "Notes": [
5367 "This error occurs when VPD data is found to be",
5368 "invalid. This can be when VPD file is missing out",
5369 "mandatory records.Inventory path is captured in",
5370 "additional data."
5371 ]
5372 }
5373 },
5374
5375 {
5376 "Name": "com.ibm.VPD.Error.EccCheckFailed",
5377 "Subsystem": "cec_vpd",
5378 "ComponentID": "0x4000",
5379
5380 "SRC": {
5381 "ReasonCode": "0x4002",
Patrick Williams26919f02022-12-08 06:12:43 -06005382 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005383 },
5384
5385 "Documentation": {
5386 "Description": "Invalid VPD ecc data.",
5387 "Message": "A VPD ecc exception occurred.",
5388 "Notes": [
5389 "This error occurs when VPD ecc check fails for the FRU.",
5390 "Inventory path for the failed FRU is captured in additonal",
5391 "data."
5392 ]
5393 }
5394 },
5395
5396 {
5397 "Name": "com.ibm.VPD.Error.InvalidJson",
5398 "Subsystem": "cec_vpd",
5399 "ComponentID": "0x4000",
5400
5401 "SRC": {
5402 "ReasonCode": "0x4003",
Patrick Williams26919f02022-12-08 06:12:43 -06005403 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005404 },
5405
Matt Spinler834f3ed2022-01-26 16:18:02 -06005406 "Callouts": [
5407 {
5408 "CalloutList": [
5409 { "Priority": "high", "Procedure": "bmc_code" }
5410 ]
5411 }
5412 ],
5413
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005414 "Documentation": {
5415 "Description": "Invalid Json",
5416 "Message": "A Json failure occurred.",
5417 "Notes": [
5418 "This error occurs when parser fails to access",
5419 "Json file or there is any issue with Json data.",
5420 "Failed Json path and cause of failure is captured",
5421 "in additional data."
5422 ]
5423 }
5424 },
5425
5426 {
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005427 "Name": "com.ibm.VPD.Error.DefaultValue",
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005428 "Subsystem": "cec_vpd",
5429 "ComponentID": "0x4000",
5430
5431 "SRC": {
5432 "ReasonCode": "0x4004",
Patrick Williams26919f02022-12-08 06:12:43 -06005433 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005434 },
5435
Priyanga Ramasamy134e1e12022-12-02 07:03:39 -06005436 "Callouts": [
5437 {
5438 "CalloutList": [
5439 {
5440 "Priority": "high",
5441 "Procedure": "system_vpd_correction"
5442 }
5443 ]
5444 }
5445 ],
5446
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005447 "Documentation": {
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005448 "Description": "Default value found on VPD.",
5449 "Message": "Found default VPD.",
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005450 "Notes": [
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005451 "This error occurs when a default value found on VPD.",
5452 "Details regarding failure are captured in additional data."
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005453 ]
5454 }
5455 },
5456
5457 {
5458 "Name": "com.ibm.VPD.Error.DbusFailure",
5459 "Subsystem": "cec_vpd",
5460 "ComponentID": "0x4000",
5461
5462 "SRC": {
5463 "ReasonCode": "0x4005",
Patrick Williams26919f02022-12-08 06:12:43 -06005464 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005465 },
5466
Matt Spinler834f3ed2022-01-26 16:18:02 -06005467 "Callouts": [
5468 {
5469 "CalloutList": [
5470 { "Priority": "high", "Procedure": "bmc_code" }
5471 ]
5472 }
5473 ],
5474
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005475 "Documentation": {
5476 "Description": "Dbus exception",
5477 "Message": "A Dbus internal error occurred.",
5478 "Notes": [
5479 "This error occurs when Dbus operation fails.",
5480 "Exceptions details are captured in additonal",
5481 "data."
5482 ]
5483 }
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005484 },
5485
5486 {
Alpana Kumari081cfd42021-12-07 04:14:57 -06005487 "Name": "com.ibm.VPD.Error.UnknownSystemType",
5488 "Subsystem": "cec_vpd",
5489 "ComponentID": "0x4000",
5490
5491 "SRC": {
5492 "ReasonCode": "0x4006",
Patrick Williams26919f02022-12-08 06:12:43 -06005493 "Words6To9": {}
Alpana Kumari081cfd42021-12-07 04:14:57 -06005494 },
5495
5496 "Callouts": [
5497 {
Patrick Williams26919f02022-12-08 06:12:43 -06005498 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Alpana Kumari081cfd42021-12-07 04:14:57 -06005499 }
5500 ],
5501
5502 "Documentation": {
5503 "Description": "Unknown System Type",
5504 "Message": "System type not supported in DTB table.",
5505 "Notes": [
5506 "System type comes from combination of HW and IM value of system VPD.",
5507 "If anything gets changed in that combination, then it can't determine",
5508 "the appropriate DTB for that system. Need to check HW and IM keywords."
5509 ]
5510 }
5511 },
5512
5513 {
Alpana Kumari074ec5b2022-02-20 22:48:57 -06005514 "Name": "com.ibm.VPD.Error.GPIOError",
5515 "Subsystem": "cec_vpd",
5516 "ComponentID": "0x4000",
5517
5518 "SRC": {
5519 "ReasonCode": "0x4007",
Patrick Williams26919f02022-12-08 06:12:43 -06005520 "Words6To9": {}
Alpana Kumari074ec5b2022-02-20 22:48:57 -06005521 },
5522
Sunny Srivastava17586b42022-06-20 01:06:58 -05005523 "Callouts": [
5524 {
5525 "CalloutList": [
5526 { "Priority": "high", "Procedure": "bmc_code" }
5527 ]
5528 }
5529 ],
5530
Alpana Kumari074ec5b2022-02-20 22:48:57 -06005531 "Documentation": {
5532 "Description": "GPIO line error",
5533 "Message": "GPIO line couldn't be found or read.",
5534 "Notes": [
Sunny Srivastava17586b42022-06-20 01:06:58 -05005535 "The BMC could not access a GPIO line. This can be a hardware issue",
5536 " or driver issue. Since a hardware or a software issue cannot be",
5537 " differentiated, the BMC code will be called out."
Alpana Kumari074ec5b2022-02-20 22:48:57 -06005538 ]
5539 }
5540 },
5541
5542 {
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005543 "Name": "com.ibm.VPD.Error.Mismatch",
Sunny Srivastavad29837f2022-04-20 01:37:07 -05005544 "Subsystem": "cec_vpd",
5545 "ComponentID": "0x4000",
5546
5547 "SRC": {
5548 "ReasonCode": "0x4008",
Patrick Williams26919f02022-12-08 06:12:43 -06005549 "Words6To9": {}
Sunny Srivastavad29837f2022-04-20 01:37:07 -05005550 },
5551
5552 "Callouts": [
5553 {
5554 "CalloutList": [
Priyanga Ramasamy134e1e12022-12-02 07:03:39 -06005555 {
5556 "Priority": "high",
5557 "Procedure": "system_vpd_correction"
5558 }
Sunny Srivastavad29837f2022-04-20 01:37:07 -05005559 ]
5560 }
5561 ],
5562
5563 "Documentation": {
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005564 "Description": "VPD mismatch found between primary and backup",
5565 "Message": "Error occurred due to VPD mismatch between primary and backup.",
Sunny Srivastavad29837f2022-04-20 01:37:07 -05005566 "Notes": [
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005567 "This error occurs when there is a data mismatch between ",
5568 "primary and backup VPD.",
5569 "Details regarding the failure are captured in additional data."
Sunny Srivastavad29837f2022-04-20 01:37:07 -05005570 ]
5571 }
5572 },
5573
5574 {
Sunny Srivastava17586b42022-06-20 01:06:58 -05005575 "Name": "com.ibm.VPD.Error.RequiredFRUMissing",
5576 "Subsystem": "cec_vpd",
5577 "ComponentID": "0x4000",
5578
5579 "SRC": {
5580 "ReasonCode": "0x4009",
Patrick Williams26919f02022-12-08 06:12:43 -06005581 "Words6To9": {}
Sunny Srivastava17586b42022-06-20 01:06:58 -05005582 },
5583
5584 "Documentation": {
5585 "Description": "Essential FRU check.",
5586 "Message": "Essential FRU check failed",
5587 "Notes": [
5588 "This error occurs when VPD manager service detects any",
5589 "missing essential FRU. These are FRUs which are required",
5590 "to be present in the system at the time of power on.",
5591 "The inventory path is captured in additional data."
5592 ]
5593 }
5594 },
5595
5596 {
gikrish1c0cc7ec2022-02-24 12:40:51 -06005597 "Name": "com.ibm.Panel.Error.InputDevPathFailure",
5598 "Subsystem": "cec_op_panel",
5599 "ComponentID": "0x5000",
5600
5601 "SRC": {
5602 "ReasonCode": "0x5001",
5603 "Words6To9": {}
5604 },
5605
5606 "Documentation": {
5607 "Description": "Button Handler Failure",
5608 "Message": "Input Device path failure",
Patrick Williams26919f02022-12-08 06:12:43 -06005609 "Notes": ["Button events will not be processed."]
gikrish1c0cc7ec2022-02-24 12:40:51 -06005610 }
5611 },
5612
5613 {
5614 "Name": "com.ibm.Panel.Error.I2CSetupFailure",
5615 "Subsystem": "cec_op_panel",
5616 "ComponentID": "0x5000",
5617
5618 "SRC": {
5619 "ReasonCode": "0x5002",
5620 "Words6To9": {}
5621 },
5622
5623 "Documentation": {
5624 "Description": "Panel I2C setup failure",
5625 "Message": "Unable to open device path or ioctl failure",
5626 "Notes": [
5627 "The Panel is unable to open device",
5628 " path or ioctl failure"
5629 ]
5630 }
5631 },
5632
5633 {
5634 "Name": "com.ibm.Panel.Error.HostCommunicationError",
5635 "Subsystem": "cec_op_panel",
5636 "ComponentID": "0x5000",
5637
5638 "SRC": {
5639 "ReasonCode": "0x5003",
5640 "Words6To9": {}
5641 },
5642
Patrick Williams26919f02022-12-08 06:12:43 -06005643 "Callouts": [
5644 {
5645 "CalloutList": [
5646 {
5647 "Priority": "high",
5648 "Procedure": "bmc_code"
5649 }
5650 ]
5651 }
5652 ],
gikrish1c0cc7ec2022-02-24 12:40:51 -06005653
5654 "Documentation": {
5655 "Description": "Host Communication failure",
5656 "Message": "Error in sending message to host",
Patrick Williams26919f02022-12-08 06:12:43 -06005657 "Notes": ["Failure from PLDM sending message to", "Host"]
gikrish1c0cc7ec2022-02-24 12:40:51 -06005658 }
5659 },
5660
5661 {
5662 "Name": "com.ibm.Panel.Error.DbusError",
5663 "Subsystem": "cec_op_panel",
5664 "ComponentID": "0x5000",
5665
5666 "SRC": {
5667 "ReasonCode": "0x5004",
5668 "Words6To9": {}
5669 },
5670
Patrick Williams26919f02022-12-08 06:12:43 -06005671 "Callouts": [
5672 {
5673 "CalloutList": [
5674 {
5675 "Priority": "high",
5676 "Procedure": "bmc_code"
5677 }
5678 ]
5679 }
5680 ],
gikrish1c0cc7ec2022-02-24 12:40:51 -06005681
5682 "Documentation": {
5683 "Description": "Dbus exception",
5684 "Message": "A Dbus internal error occurred.",
5685 "Notes": [
5686 "This error occurs when Dbus operation fails.",
5687 "Exceptions details are captured in additional",
5688 "data."
5689 ]
5690 }
5691 },
5692
5693 {
Priyanga Ramasamy3aa27082022-08-24 06:34:38 -05005694 "Name": "com.ibm.Panel.Error.CodeUpdateFailure",
5695 "Subsystem": "cec_op_panel",
5696 "ComponentID": "0x5000",
5697
5698 "SRC": {
5699 "ReasonCode": "0x5005",
5700 "Words6To9": {}
5701 },
5702
5703 "Documentation": {
5704 "Description": "LCD/Bootfail PIC code update failure.",
5705 "Message": "Error while doing LCD/bootfail PIC code update.",
5706 "Notes": [
Priyanga Ramasamyfdd1dc02022-09-21 02:41:32 -05005707 "Panel firmware(LCD/bootfail PIC) update fails due to ",
5708 "unsupportable firmware version. Inventory path to the",
5709 "FRU on which PIC controller is physically present will",
5710 "be called out."
Priyanga Ramasamy3aa27082022-08-24 06:34:38 -05005711 ]
5712 }
5713 },
5714
5715 {
deepae3403252023-04-25 04:55:54 -05005716 "Name": "org.open_power.Host.Boot.Error.WatchdogTimedOut",
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005717 "Subsystem": "cec_sp_hostboot_iface",
Andrew Geisslerc31afd62023-11-13 11:05:45 -06005718 "ComponentID": "0xC100",
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005719
Patrick Williams26919f02022-12-08 06:12:43 -06005720 "SRC": {
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005721 "ReasonCode": "0xC101",
Patrick Williams26919f02022-12-08 06:12:43 -06005722 "Words6To9": {}
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005723 },
5724
Patrick Williams26919f02022-12-08 06:12:43 -06005725 "Documentation": {
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005726 "Description": "Host did not respond within the watchdog timeout interval",
5727 "Message": "Host did not respond before the watchdog timeout interval expired",
5728 "Notes": [
5729 "Host did not respond before the expiry of the watchdog timeout interval.",
5730 "Collecting hostboot dump."
5731 ]
5732 }
zamiseckbf61a982022-01-13 08:27:50 -06005733 },
5734
5735 {
Andrew Geissler2abca8f2023-11-13 11:12:21 -06005736 "Name": "xyz.openbmc_project.Dump.Error.Ramoops",
5737 "Subsystem": "bmc_firmware",
5738 "ComponentID": "0xC200",
5739
5740 "SRC": {
5741 "ReasonCode": "0xC201",
5742 "Words6To9": {}
5743 },
5744
5745 "Callouts": [
5746 {
5747 "CalloutList": [
5748 { "Priority": "high", "Procedure": "bmc_code" }
5749 ]
5750 }
5751 ],
5752
5753 "Documentation": {
5754 "Description": "BMC rebooted unexpectedly due to kernel panic",
5755 "Message": "BMC rebooted unexpectedly resulting in a ramoops dump being collected",
5756 "Notes": [
5757 "Investigate the collected BMC dump to identify the reason for the BMC reboot."
5758 ]
5759 }
5760 },
5761
5762 {
zamiseckbf61a982022-01-13 08:27:50 -06005763 "Name": "xyz.openbmc_project.Software.Version.Error.Incompatible",
5764 "Subsystem": "bmc_firmware",
5765 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005766 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005767 "ReasonCode": "0x3601",
Patrick Williams26919f02022-12-08 06:12:43 -06005768 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005769 },
5770
5771 "Callouts": [
5772 {
5773 "CalloutList": [
5774 { "Priority": "high", "Procedure": "bmc_code" }
5775 ]
5776 }
5777 ],
5778
Patrick Williams26919f02022-12-08 06:12:43 -06005779 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005780 "Description": "A system component has a software version that is incompatible.",
5781 "Message": "A system component has a software version that is incompatible."
5782 }
5783 },
5784
5785 {
5786 "Name": "xyz.openbmc_project.Software.Version.Error.AlreadyExists",
5787 "Subsystem": "bmc_firmware",
5788 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005789 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005790 "ReasonCode": "0x3602",
Patrick Williams26919f02022-12-08 06:12:43 -06005791 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005792 },
5793
5794 "Callouts": [
5795 {
5796 "CalloutList": [
5797 { "Priority": "high", "Procedure": "bmc_code" }
5798 ]
5799 }
5800 ],
5801
Patrick Williams26919f02022-12-08 06:12:43 -06005802 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005803 "Description": "This image version already exists on the device.",
5804 "Message": "This image version already exists on the device."
5805 }
5806 },
5807
5808 {
5809 "Name": "xyz.openbmc_project.Software.Image.Error.UnTarFailure",
5810 "Subsystem": "bmc_firmware",
5811 "ComponentID": "0x3600",
Adriana Kobylak7ef3b9e2023-01-04 13:20:36 -06005812 "ActionFlags": ["report"],
Patrick Williams26919f02022-12-08 06:12:43 -06005813 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005814 "ReasonCode": "0x3603",
Patrick Williams26919f02022-12-08 06:12:43 -06005815 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005816 },
5817
5818 "Callouts": [
5819 {
5820 "CalloutList": [
5821 { "Priority": "high", "Procedure": "bmc_code" }
5822 ]
5823 }
5824 ],
5825
Patrick Williams26919f02022-12-08 06:12:43 -06005826 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005827 "Description": "An error occurred during untar.",
5828 "Message": "An error occurred during untar."
5829 }
5830 },
5831
5832 {
5833 "Name": "xyz.openbmc_project.Software.Image.Error.ManifestFileFailure",
5834 "Subsystem": "bmc_firmware",
5835 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005836 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005837 "ReasonCode": "0x3604",
Patrick Williams26919f02022-12-08 06:12:43 -06005838 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005839 },
5840
5841 "Callouts": [
5842 {
5843 "CalloutList": [
5844 { "Priority": "high", "Procedure": "bmc_code" }
5845 ]
5846 }
5847 ],
5848
Patrick Williams26919f02022-12-08 06:12:43 -06005849 "Documentation": {
zamiseck21de9f02022-03-23 13:41:31 -05005850 "Description": "An error occurred when reading the software image Manifest file.",
5851 "Message": "An error occurred when reading the software image Manifest file."
zamiseckbf61a982022-01-13 08:27:50 -06005852 }
5853 },
5854
5855 {
5856 "Name": "xyz.openbmc_project.Software.Image.Error.InternalFailure",
5857 "Subsystem": "bmc_firmware",
5858 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005859 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005860 "ReasonCode": "0x3605",
Patrick Williams26919f02022-12-08 06:12:43 -06005861 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005862 },
5863
5864 "Callouts": [
5865 {
5866 "CalloutList": [
5867 { "Priority": "high", "Procedure": "bmc_code" }
5868 ]
5869 }
5870 ],
5871
Patrick Williams26919f02022-12-08 06:12:43 -06005872 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005873 "Description": "The operation failed internally during processing the image.",
5874 "Message": "The operation failed internally during processing the image."
5875 }
5876 },
5877
5878 {
5879 "Name": "xyz.openbmc_project.Software.Image.Error.ImageFailure",
5880 "Subsystem": "bmc_firmware",
5881 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005882 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005883 "ReasonCode": "0x3606",
Patrick Williams26919f02022-12-08 06:12:43 -06005884 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005885 },
5886
5887 "Callouts": [
5888 {
5889 "CalloutList": [
5890 { "Priority": "high", "Procedure": "bmc_code" }
5891 ]
5892 }
5893 ],
5894
Patrick Williams26919f02022-12-08 06:12:43 -06005895 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005896 "Description": "An error occurred processing the image.",
5897 "Message": "An error occurred processing the image."
5898 }
5899 },
5900
5901 {
5902 "Name": "xyz.openbmc_project.Software.Image.Error.BusyFailure",
5903 "Subsystem": "bmc_firmware",
5904 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005905 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005906 "ReasonCode": "0x3607",
Patrick Williams26919f02022-12-08 06:12:43 -06005907 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005908 },
5909
5910 "Callouts": [
5911 {
5912 "CalloutList": [
5913 { "Priority": "high", "Procedure": "bmc_code" }
5914 ]
5915 }
5916 ],
5917
Patrick Williams26919f02022-12-08 06:12:43 -06005918 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005919 "Description": "The device is busy during the update.",
5920 "Message": "The device is busy during the update."
5921 }
zamiseck21de9f02022-03-23 13:41:31 -05005922 },
5923
5924 {
5925 "Name": "xyz.openbmc_project.Software.Version.Error.ExpiredAccessKey",
5926 "Subsystem": "bmc_firmware",
5927 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005928 "SRC": {
zamiseck21de9f02022-03-23 13:41:31 -05005929 "ReasonCode": "0x3608",
Patrick Williams26919f02022-12-08 06:12:43 -06005930 "Words6To9": {}
zamiseck21de9f02022-03-23 13:41:31 -05005931 },
5932
5933 "Callouts": [
5934 {
5935 "CalloutList": [
5936 { "Priority": "high", "Procedure": "bmc_code" }
5937 ]
5938 }
5939 ],
5940
Patrick Williams26919f02022-12-08 06:12:43 -06005941 "Documentation": {
zamiseck21de9f02022-03-23 13:41:31 -05005942 "Description": "The Update Access Key has expired.",
5943 "Message": "The Update Access Key has expired."
5944 }
5945 },
5946
5947 {
5948 "Name": "xyz.openbmc_project.Software.Version.Error.InvalidSignature",
5949 "Subsystem": "bmc_firmware",
5950 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005951 "SRC": {
zamiseck21de9f02022-03-23 13:41:31 -05005952 "ReasonCode": "0x3609",
Patrick Williams26919f02022-12-08 06:12:43 -06005953 "Words6To9": {}
zamiseck21de9f02022-03-23 13:41:31 -05005954 },
5955
5956 "Callouts": [
5957 {
5958 "CalloutList": [
5959 { "Priority": "high", "Procedure": "bmc_code" }
5960 ]
5961 }
5962 ],
5963
Patrick Williams26919f02022-12-08 06:12:43 -06005964 "Documentation": {
zamiseck21de9f02022-03-23 13:41:31 -05005965 "Description": "The software image has an invalid signature.",
5966 "Message": "The software image has an invalid signature"
5967 }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005968 },
zamiseck0ad7a822022-05-24 17:25:58 -05005969
5970 {
Patrick Williams26919f02022-12-08 06:12:43 -06005971 "Name": "xyz.openbmc_project.Software.Version.Error.HostFile",
5972 "Subsystem": "bmc_firmware",
5973 "ComponentID": "0x3600",
zamiseck0ad7a822022-05-24 17:25:58 -05005974
Patrick Williams26919f02022-12-08 06:12:43 -06005975 "SRC": {
5976 "ReasonCode": "0x360A",
5977 "Words6To9": {
5978 "6": {
5979 "Description": "Size of the current running partition",
5980 "AdditionalDataPropSource": "CURRENT_FILE_SIZE"
zamiseck0ad7a822022-05-24 17:25:58 -05005981 },
Patrick Williams26919f02022-12-08 06:12:43 -06005982 "7": {
5983 "Description": "Size of the read only partition",
5984 "AdditionalDataPropSource": "EXPECTED_FILE_SIZE"
zamiseck0ad7a822022-05-24 17:25:58 -05005985 }
5986 }
5987 },
5988 "Callouts": [
5989 {
5990 "CalloutList": [
5991 { "Priority": "high", "Procedure": "bmc_code" }
5992 ]
5993 }
5994 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005995 "Documentation": {
5996 "Description": "Corrupted or changed preserved file",
5997 "Message": "Partition was not preserved on reboot",
5998 "Notes": [
zamiseck0ad7a822022-05-24 17:25:58 -05005999 "This error may occur if one of the partitions marked",
6000 "PRESERVED is either corrupted, or a change of size is ",
6001 "desired for a particular partition."
6002 ]
6003 }
6004 },
6005
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006006 {
6007 "Name": "xyz.openbmc_project.PLDM.Error.findDumpObjPath.GetManagedObjectsFail",
6008 "Subsystem": "bmc_firmware",
6009 "ComponentID": "0x6000",
6010 "Severity": "predictive",
Patrick Williams26919f02022-12-08 06:12:43 -06006011 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006012 "ReasonCode": "0x6001",
Patrick Williams26919f02022-12-08 06:12:43 -06006013 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006014 },
6015 "Callouts": [
6016 {
6017 "CalloutList": [
6018 { "Priority": "high", "Procedure": "bmc_code" }
6019 ]
6020 }
6021 ],
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05006022
Patrick Williams26919f02022-12-08 06:12:43 -06006023 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006024 "Description": "Failed to get the requested dump object path.",
6025 "Message": "Failed to get the requested dump object path from the system."
6026 }
6027 },
6028 {
6029 "Name": "xyz.openbmc_project.PLDM.Error.newFileAvailable.NewDumpNotifyFail",
6030 "Subsystem": "bmc_firmware",
6031 "ComponentID": "0x6000",
6032 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006033 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006034 "ReasonCode": "0x6002",
Patrick Williams26919f02022-12-08 06:12:43 -06006035 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006036 },
6037 "Callouts": [
6038 {
6039 "CalloutList": [
6040 { "Priority": "high", "Procedure": "bmc_code" }
6041 ]
6042 }
6043 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006044 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006045 "Description": "Failed to make a new dump notify request to the dump manager application.",
6046 "Message": "Failed to make a new dump notify request to the dump manager application."
6047 }
6048 },
6049 {
6050 "Name": "xyz.openbmc_project.PLDM.Error.DumpHandler.getOffloadUriFail",
6051 "Subsystem": "bmc_firmware",
6052 "ComponentID": "0x6000",
6053 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006054 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006055 "ReasonCode": "0x6003",
Patrick Williams26919f02022-12-08 06:12:43 -06006056 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006057 },
6058 "Callouts": [
6059 {
6060 "CalloutList": [
6061 { "Priority": "high", "Procedure": "bmc_code" }
6062 ]
6063 }
6064 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006065 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006066 "Description": "Failed to get the dump offload URI path from the dump entry.",
6067 "Message": "Failed to get the dump offload URI path from the dump entry."
6068 }
6069 },
6070 {
6071 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.ResourceDumpFileAckFail",
6072 "Subsystem": "bmc_firmware",
6073 "ComponentID": "0x6000",
6074 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -06006075 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006076 "ReasonCode": "0x6004",
Patrick Williams26919f02022-12-08 06:12:43 -06006077 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006078 },
6079 "Callouts": [
6080 {
6081 "CalloutList": [
6082 { "Priority": "medium", "Procedure": "bmc_code" }
6083 ]
6084 }
6085 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006086 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006087 "Description": "The hypervisor rejected the request to initiate a new resource dump.",
6088 "Message": "The hypervisor rejected the request to initiate a new resource dump."
6089 }
6090 },
6091 {
6092 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.SourceDumpIdResetFail",
6093 "Subsystem": "bmc_firmware",
6094 "ComponentID": "0x6000",
6095 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006096 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006097 "ReasonCode": "0x6005",
Patrick Williams26919f02022-12-08 06:12:43 -06006098 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006099 },
6100 "Callouts": [
6101 {
6102 "CalloutList": [
6103 { "Priority": "high", "Procedure": "bmc_code" }
6104 ]
6105 }
6106 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006107 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006108 "Description": "Failed to reset the dump ID, due to this requested dump will not be deleted.",
6109 "Message": "Failed to reset the dump ID, due to this requested dump will not be deleted."
6110 }
6111 },
6112 {
6113 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryDeleteFail",
6114 "Subsystem": "bmc_firmware",
6115 "ComponentID": "0x6000",
6116 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006117 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006118 "ReasonCode": "0x6006",
Patrick Williams26919f02022-12-08 06:12:43 -06006119 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006120 },
6121 "Callouts": [
6122 {
6123 "CalloutList": [
6124 { "Priority": "high", "Procedure": "bmc_code" }
6125 ]
6126 }
6127 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006128 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006129 "Description": "Failed to carry out the dump delete request from the hypervisor.",
6130 "Message": "Failed to carry out the dump delete request from the hypervisor."
6131 }
6132 },
6133 {
6134 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryOffloadedSetFail",
6135 "Subsystem": "bmc_firmware",
6136 "ComponentID": "0x6000",
6137 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006138 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006139 "ReasonCode": "0x6007",
Patrick Williams26919f02022-12-08 06:12:43 -06006140 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006141 },
6142 "Callouts": [
6143 {
6144 "CalloutList": [
6145 { "Priority": "high", "Procedure": "bmc_code" }
6146 ]
6147 }
6148 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006149 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006150 "Description": "Failed to set the dump offloaded completion flag in the dump entry.",
6151 "Message": "Failed to set the dump offloaded completion flag in the dump entry."
6152 }
6153 },
6154 {
6155 "Name": "xyz.openbmc_project.PLDM.Error.readIntoMemory.GetFilepathFail",
6156 "Subsystem": "bmc_firmware",
6157 "ComponentID": "0x6000",
6158 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006159 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006160 "ReasonCode": "0x6008",
Patrick Williams26919f02022-12-08 06:12:43 -06006161 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006162 },
6163 "Callouts": [
6164 {
6165 "CalloutList": [
6166 { "Priority": "high", "Procedure": "bmc_code" }
6167 ]
6168 }
6169 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006170 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006171 "Description": "Failed to get the file path for the BMC dump and offload to the hypervisor.",
6172 "Message": "Failed to get the file path for the BMC dump and offload to the hypervisor."
6173 }
6174 },
6175 {
6176 "Name": "xyz.openbmc_project.PLDM.Error.read.GetFilepathFail",
6177 "Subsystem": "bmc_firmware",
6178 "ComponentID": "0x6000",
6179 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006180 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006181 "ReasonCode": "0x6009",
Patrick Williams26919f02022-12-08 06:12:43 -06006182 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006183 },
6184 "Callouts": [
6185 {
6186 "CalloutList": [
6187 { "Priority": "high", "Procedure": "bmc_code" }
6188 ]
6189 }
6190 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006191 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006192 "Description": "Failed to get the file path for the BMC dump and offload to the hypervisor.",
6193 "Message": "Failed to get the file path for the BMC dump and offload to the hypervisor."
6194 }
6195 },
6196 {
6197 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.ResourceDumpFileAckWithMetaDataFail",
6198 "Subsystem": "bmc_firmware",
6199 "ComponentID": "0x6000",
6200 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -06006201 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006202 "ReasonCode": "0x6010",
Patrick Williams26919f02022-12-08 06:12:43 -06006203 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006204 },
6205 "Callouts": [
6206 {
6207 "CalloutList": [
6208 { "Priority": "medium", "Procedure": "bmc_code" }
6209 ]
6210 }
6211 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006212 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006213 "Description": "Could not create a new resource dump due to hypervisor verification failed.",
6214 "Message": "Could not create a new resource dump due to hypervisor verification failed."
6215 }
6216 },
6217 {
6218 "Name": "xyz.openbmc_project.PLDM.Error.fileAckWithMetaData.DumpEntryOffloadedSetFail",
6219 "Subsystem": "bmc_firmware",
6220 "ComponentID": "0x6000",
6221 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006222 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006223 "ReasonCode": "0x6011",
Patrick Williams26919f02022-12-08 06:12:43 -06006224 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006225 },
6226 "Callouts": [
6227 {
6228 "CalloutList": [
6229 { "Priority": "high", "Procedure": "bmc_code" }
6230 ]
6231 }
6232 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006233 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006234 "Description": "Failed to set the dump offload completion flag in the dump entry details.",
6235 "Message": "Failed to set the dump offload completion flag in the dump entry details."
6236 }
6237 },
6238 {
6239 "Name": "xyz.openbmc_project.PLDM.Error.newFileAvailableWithMetaData.NewDumpNotifyFail",
6240 "Subsystem": "bmc_firmware",
6241 "ComponentID": "0x6000",
6242 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006243 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006244 "ReasonCode": "0x6012",
Patrick Williams26919f02022-12-08 06:12:43 -06006245 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006246 },
6247 "Callouts": [
6248 {
6249 "CalloutList": [
6250 { "Priority": "high", "Procedure": "bmc_code" }
6251 ]
6252 }
6253 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006254 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006255 "Description": "Failed to notify a new dump available request.",
6256 "Message": "Failed to notify a new dump available request."
6257 }
6258 },
6259 {
6260 "Name": "xyz.openbmc_project.PLDM.Error.sendNewFileAvailableCmd.SendDumpParametersFail",
6261 "Subsystem": "bmc_firmware",
6262 "ComponentID": "0x6000",
6263 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006264 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006265 "ReasonCode": "0x6013",
Patrick Williams26919f02022-12-08 06:12:43 -06006266 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006267 },
6268 "Callouts": [
6269 {
6270 "CalloutList": [
6271 { "Priority": "high", "Procedure": "bmc_code" }
6272 ]
6273 }
6274 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006275 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006276 "Description": "Failed to send the resource dump parameters for a new dump initiation.",
6277 "Message": "Failed to send the resource dump parameters for a new dump initiation."
6278 }
6279 },
6280 {
6281 "Name": "xyz.openbmc_project.PLDM.Error.SendFileToHostFail",
6282 "Subsystem": "bmc_firmware",
6283 "ComponentID": "0x6000",
6284 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006285 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006286 "ReasonCode": "0x6014",
Patrick Williams26919f02022-12-08 06:12:43 -06006287 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006288 },
6289 "Callouts": [
6290 {
6291 "CalloutList": [
6292 { "Priority": "high", "Procedure": "bmc_code" }
6293 ]
6294 }
6295 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006296 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006297 "Description": "Failed to send the certificate/license file to the host.",
6298 "Message": "Failed to send the certificate/license file to the host."
6299 }
6300 },
6301 {
6302 "Name": "xyz.openbmc_project.PLDM.Error.DecodeNewFileResponseFail",
6303 "Subsystem": "bmc_firmware",
6304 "ComponentID": "0x6000",
6305 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006306 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006307 "ReasonCode": "0x6015",
Patrick Williams26919f02022-12-08 06:12:43 -06006308 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006309 },
6310 "Callouts": [
6311 {
6312 "CalloutList": [
6313 { "Priority": "high", "Procedure": "bmc_code" }
6314 ]
6315 }
6316 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006317 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006318 "Description": "Failed to decode the response of certificate/license file sent to the host.",
6319 "Message": "Failed to decode the response of certificate/license file sent to the host."
6320 }
6321 },
6322 {
6323 "Name": "xyz.openbmc_project.PLDM.Error.NewFileAvailableRequestFail",
6324 "Subsystem": "bmc_firmware",
6325 "ComponentID": "0x6000",
6326 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006327 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006328 "ReasonCode": "0x6016",
Patrick Williams26919f02022-12-08 06:12:43 -06006329 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006330 },
6331 "Callouts": [
6332 {
6333 "CalloutList": [
6334 { "Priority": "high", "Procedure": "bmc_code" }
6335 ]
6336 }
6337 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006338 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006339 "Description": "Failed to send the new certificate/license file to the host.",
6340 "Message": "Failed to send the new certificate/license file to the host."
6341 }
6342 },
6343 {
6344 "Name": "xyz.openbmc_project.PLDM.Error.SetHostEffecterFailed",
6345 "Subsystem": "bmc_firmware",
6346 "ComponentID": "0x6000",
6347 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006348 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006349 "ReasonCode": "0x6017",
Patrick Williams26919f02022-12-08 06:12:43 -06006350 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006351 },
6352
6353 "Callouts": [
6354 {
6355 "CalloutList": [
6356 { "Priority": "high", "Procedure": "bmc_code" }
6357 ]
6358 }
6359 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006360 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006361 "Description": "Failed to set state effecter states.",
6362 "Message": "Failed to set state effecter states."
6363 }
6364 },
6365 {
6366 "Name": "xyz.openbmc_project.PLDM.Error.Generate.PDRJsonFileParseFail",
6367 "Subsystem": "bmc_firmware",
6368 "ComponentID": "0x6000",
6369 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006370 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006371 "ReasonCode": "0x6018",
Patrick Williams26919f02022-12-08 06:12:43 -06006372 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006373 },
6374 "Callouts": [
6375 {
6376 "CalloutList": [
6377 { "Priority": "high", "Procedure": "bmc_code" }
6378 ]
6379 }
6380 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006381 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006382 "Description": "Failed to parse PDR JSON file.",
6383 "Message": "Failed to parse PDR JSON file."
6384 }
6385 },
6386 {
6387 "Name": "xyz.openbmc_project.PLDM.Error.SetHostSensorState.GetStateSensorPDRFail",
6388 "Subsystem": "bmc_firmware",
6389 "ComponentID": "0x6000",
6390 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006391 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006392 "ReasonCode": "0x6019",
Patrick Williams26919f02022-12-08 06:12:43 -06006393 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006394 },
6395 "Callouts": [
6396 {
6397 "CalloutList": [
6398 { "Priority": "high", "Procedure": "bmc_code" }
6399 ]
6400 }
6401 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006402 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006403 "Description": "Failed to get state sensor PDR state.",
6404 "Message": "Failed to get state sensor PDR state."
6405 }
6406 },
6407 {
6408 "Name": "xyz.openbmc_project.PLDM.Error.SetHostSensorState.EncodeStateSensorFail",
6409 "Subsystem": "bmc_firmware",
6410 "ComponentID": "0x6000",
6411 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006412 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006413 "ReasonCode": "0x6020",
Patrick Williams26919f02022-12-08 06:12:43 -06006414 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006415 },
6416 "Callouts": [
6417 {
6418 "CalloutList": [
6419 { "Priority": "high", "Procedure": "bmc_code" }
6420 ]
6421 }
6422 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006423 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006424 "Description": "Failed to encode state sensor request.",
6425 "Message": "Failed to encode state sensor request."
6426 }
6427 },
6428 {
6429 "Name": "xyz.openbmc_project.PLDM.Error.CMsubscribeFailure",
6430 "Subsystem": "bmc_firmware",
6431 "ComponentID": "0x6000",
6432 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006433 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006434 "ReasonCode": "0x6021",
Patrick Williams26919f02022-12-08 06:12:43 -06006435 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006436 },
6437 "Callouts": [
6438 {
6439 "CalloutList": [
6440 { "Priority": "high", "Procedure": "bmc_code" }
6441 ]
6442 }
6443 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006444 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006445 "Description": "Failed to subscribe for concurrent maintenance of FRU.",
6446 "Message": "Failed to subscribe for concurrent maintenance of FRU."
6447 }
6448 },
6449 {
6450 "Name": "xyz.openbmc_project.PLDM.Error.setSurvTimer.RecvSurveillancePingFail",
6451 "Subsystem": "bmc_firmware",
6452 "ComponentID": "0x6000",
6453 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -06006454 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006455 "ReasonCode": "0x6022",
Patrick Williams26919f02022-12-08 06:12:43 -06006456 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006457 },
6458 "Callouts": [
6459 {
6460 "CalloutList": [
6461 { "Priority": "high", "Procedure": "bmc_code" }
6462 ]
6463 }
6464 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006465 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006466 "Description": "Host did not send a surveillance ping within stipulated timeout interval.",
6467 "Message": "Host did not send a surveillance ping within stipulated timeout interval."
6468 }
6469 },
6470 {
6471 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryOffloadUriSetFail",
6472 "Subsystem": "bmc_firmware",
6473 "ComponentID": "0x6000",
6474 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006475 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006476 "ReasonCode": "0x6023",
Patrick Williams26919f02022-12-08 06:12:43 -06006477 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006478 },
6479 "Callouts": [
6480 {
6481 "CalloutList": [
6482 { "Priority": "high", "Procedure": "bmc_code" }
6483 ]
6484 }
6485 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006486 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006487 "Description": "Failed to reset the dump offload URI path from the dump entry.",
6488 "Message": "Failed to reset the dump offload URI path from the dump entry."
6489 }
6490 },
6491 {
6492 "Name": "xyz.openbmc_project.PLDM.Error.SoftPowerOff.HostSoftOffTimeOut",
6493 "Subsystem": "bmc_firmware",
6494 "ComponentID": "0x6000",
6495 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006496 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006497 "ReasonCode": "0x6024",
Patrick Williams26919f02022-12-08 06:12:43 -06006498 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006499 },
6500 "Callouts": [
6501 {
6502 "CalloutList": [
6503 { "Priority": "high", "Procedure": "bmc_code" }
6504 ]
6505 }
6506 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006507 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006508 "Description": "Host failed to complete the power off gracefully within the timeout.",
6509 "Message": "Host failed to complete the power off gracefully within the timeout."
6510 }
Swarnendu Roy Chowdhury86cdcd52023-01-17 11:17:12 +05306511 },
6512 {
6513 "Name": "xyz.openbmc_project.Dump.Error.Invalidate",
6514 "Subsystem": "bmc_firmware",
6515 "ComponentID": "0x6000",
6516 "SRC": {
6517 "ReasonCode": "0x6025",
6518 "Words6To9": {}
6519 },
6520 "Documentation": {
6521 "Description": "Dump has been deleted/offloaded",
6522 "Message": "BMC/System/Resource dump has been deleted/offloaded"
6523 }
Lakshmi Yadlapati36a82eb2023-06-22 16:38:11 -05006524 },
6525 {
6526 "Name": "xyz.openbmc_project.Memory.MemoryECC.Error.CEThresholdReached",
6527 "Subsystem": "cec_hardware",
6528 "ComponentID": "0xF300",
6529 "Severity": "predictive",
6530
6531 "SRC": {
6532 "ReasonCode": "0xF301",
6533 "Words6To9": {}
6534 },
6535
6536 "Callouts": [
6537 {
6538 "System": "ibm,rainier",
6539 "CalloutList": [
6540 {
6541 "Priority": "high",
6542 "LocCode": "P0-C5"
6543 }
6544 ]
6545 },
6546 {
6547 "System": "ibm,everest",
6548 "CalloutList": [
6549 {
6550 "Priority": "high",
6551 "LocCode": "P0-C0"
6552 }
6553 ]
6554 },
6555 {
6556 "System": "ibm,bonnell",
6557 "CalloutList": [
6558 {
6559 "Priority": "high",
6560 "LocCode": "P0"
6561 }
6562 ]
6563 }
6564 ],
6565
6566 "Documentation": {
6567 "Description": "Correctable ECC memory error collection limit is reached.",
6568 "Message": "Correctable ECC memory error collection limit is reached."
6569 }
6570 },
6571 {
6572 "Name": "xyz.openbmc_project.Memory.MemoryECC.Error.CE",
6573 "Subsystem": "cec_hardware",
6574 "ComponentID": "0xF300",
6575 "Severity": "non_error",
6576
6577 "SRC": {
6578 "ReasonCode": "0xF302",
6579 "Words6To9": {}
6580 },
6581
6582 "Documentation": {
6583 "Description": "Correctable ECC/other correctable memory error.",
6584 "Message": "Correctable ECC/other correctable memory error."
6585 }
6586 },
6587 {
6588 "Name": "xyz.openbmc_project.Memory.MemoryECC.Error.UE",
6589 "Subsystem": "cec_hardware",
6590 "ComponentID": "0xF300",
6591 "Severity": "predictive",
6592
6593 "SRC": {
6594 "ReasonCode": "0xF303",
6595 "Words6To9": {}
6596 },
6597
6598 "Callouts": [
6599 {
6600 "System": "ibm,rainier",
6601 "CalloutList": [
6602 {
6603 "Priority": "high",
6604 "LocCode": "P0-C5"
6605 }
6606 ]
6607 },
6608 {
6609 "System": "ibm,everest",
6610 "CalloutList": [
6611 {
6612 "Priority": "high",
6613 "LocCode": "P0-C0"
6614 }
6615 ]
6616 },
6617 {
6618 "System": "ibm,bonnell",
6619 "CalloutList": [
6620 {
6621 "Priority": "high",
6622 "LocCode": "P0"
6623 }
6624 ]
6625 }
6626 ],
6627
6628 "Documentation": {
6629 "Description": "Uncorrectable ECC/other uncorrectable memory error.",
6630 "Message": "Uncorrectable ECC/other uncorrectable memory error."
6631 }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006632 }
Matt Spinler44792fd2019-09-26 15:58:58 -05006633 ]
6634}