blob: 37a7ff110a6b0a66e110c5d72d1de38ab2b32b52 [file] [log] [blame]
Matt Spinler44792fd2019-09-26 15:58:58 -05001{
Patrick Williams26919f02022-12-08 06:12:43 -06002 "PELs": [
Matt Spinler3fd08d62019-10-22 14:25:33 -05003 {
4 "Name": "xyz.openbmc_project.Common.Error.Timeout",
5 "Subsystem": "bmc_firmware",
Matt Spinler216999f2022-01-12 11:22:40 -06006 "Severity": "non_error",
Matt Spinler44792fd2019-09-26 15:58:58 -05007
Patrick Williams26919f02022-12-08 06:12:43 -06008 "SRC": {
Matt Spinler3fd08d62019-10-22 14:25:33 -05009 "ReasonCode": "0x1001",
Patrick Williams26919f02022-12-08 06:12:43 -060010 "Words6To9": {
11 "6": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050012 "Description": "Timeout in ms",
13 "AdditionalDataPropSource": "TIMEOUT_IN_MSEC"
14 }
15 }
16 },
17
Patrick Williams26919f02022-12-08 06:12:43 -060018 "Documentation": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050019 "Description": "This is a generic timeout error",
20 "Message": "An operation timed out",
Patrick Williams26919f02022-12-08 06:12:43 -060021 "Notes": ["The journal should contain more information"]
Matt Spinler3fd08d62019-10-22 14:25:33 -050022 }
23 },
24
25 {
26 "Name": "xyz.openbmc_project.Common.Error.InternalFailure",
27 "Subsystem": "bmc_firmware",
Matt Spinler216999f2022-01-12 11:22:40 -060028 "Severity": "non_error",
Matt Spinler3fd08d62019-10-22 14:25:33 -050029
Patrick Williams26919f02022-12-08 06:12:43 -060030 "SRC": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050031 "ReasonCode": "0x1002",
Patrick Williams26919f02022-12-08 06:12:43 -060032 "Words6To9": {}
Matt Spinler3fd08d62019-10-22 14:25:33 -050033 },
34
Patrick Williams26919f02022-12-08 06:12:43 -060035 "Documentation": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050036 "Description": "BMC code had a generic internal failure",
37 "Message": "An application had an internal failure",
Patrick Williams26919f02022-12-08 06:12:43 -060038 "Notes": ["The journal should contain more information"]
Matt Spinler288f4322023-01-05 12:54:22 -060039 },
40
41 "JournalCapture": {
42 "NumLines": 30
Matt Spinler3fd08d62019-10-22 14:25:33 -050043 }
44 },
45
46 {
47 "Name": "xyz.openbmc_project.Common.Error.InvalidArgument",
48 "Subsystem": "user_error",
Matt Spinler216999f2022-01-12 11:22:40 -060049 "Severity": "non_error",
Matt Spinler3fd08d62019-10-22 14:25:33 -050050
Patrick Williams26919f02022-12-08 06:12:43 -060051 "SRC": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050052 "ReasonCode": "0x1003",
Patrick Williams26919f02022-12-08 06:12:43 -060053 "Words6To9": {}
Matt Spinler3fd08d62019-10-22 14:25:33 -050054 },
55
Patrick Williams26919f02022-12-08 06:12:43 -060056 "Documentation": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050057 "Description": "BMC code was given an invalid argument",
58 "Message": "Code was given an invalid argument",
Patrick Williams26919f02022-12-08 06:12:43 -060059 "Notes": ["The journal should contain more information"]
Matt Spinler3fd08d62019-10-22 14:25:33 -050060 }
61 },
62 {
63 "Name": "xyz.openbmc_project.Common.Error.InsufficientPermission",
64 "Subsystem": "user_error",
Matt Spinler216999f2022-01-12 11:22:40 -060065 "Severity": "non_error",
Matt Spinler3fd08d62019-10-22 14:25:33 -050066
Patrick Williams26919f02022-12-08 06:12:43 -060067 "SRC": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050068 "ReasonCode": "0x1004",
Patrick Williams26919f02022-12-08 06:12:43 -060069 "Words6To9": {}
Matt Spinler3fd08d62019-10-22 14:25:33 -050070 },
71
Patrick Williams26919f02022-12-08 06:12:43 -060072 "Documentation": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050073 "Description": "An operation failed due to insufficient permission",
74 "Message": "An operation failed due to unsufficient permission",
Patrick Williams26919f02022-12-08 06:12:43 -060075 "Notes": ["The journal should contain more information"]
Matt Spinler3fd08d62019-10-22 14:25:33 -050076 }
77 },
78
79 {
80 "Name": "xyz.openbmc_project.Common.Error.NotAllowed",
81 "Subsystem": "user_error",
Matt Spinler216999f2022-01-12 11:22:40 -060082 "Severity": "non_error",
Matt Spinler3fd08d62019-10-22 14:25:33 -050083
Patrick Williams26919f02022-12-08 06:12:43 -060084 "SRC": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050085 "ReasonCode": "0x1005",
Patrick Williams26919f02022-12-08 06:12:43 -060086 "Words6To9": {}
Matt Spinler3fd08d62019-10-22 14:25:33 -050087 },
88
Patrick Williams26919f02022-12-08 06:12:43 -060089 "Documentation": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050090 "Description": "An operation failed because it isn't allowed",
Matt Spinler26958762020-08-27 13:21:23 -050091 "Message": "An operation failed because it isn't allowed",
Patrick Williams26919f02022-12-08 06:12:43 -060092 "Notes": ["The journal should contain more information"]
Matt Spinler3fd08d62019-10-22 14:25:33 -050093 }
94 },
95
96 {
97 "Name": "xyz.openbmc_project.Common.Error.NoCACertificate",
98 "Subsystem": "user_error",
Matt Spinler216999f2022-01-12 11:22:40 -060099 "Severity": "non_error",
Matt Spinler3fd08d62019-10-22 14:25:33 -0500100
Patrick Williams26919f02022-12-08 06:12:43 -0600101 "SRC": {
Matt Spinler3fd08d62019-10-22 14:25:33 -0500102 "ReasonCode": "0x1006",
Patrick Williams26919f02022-12-08 06:12:43 -0600103 "Words6To9": {}
Matt Spinler3fd08d62019-10-22 14:25:33 -0500104 },
105
Patrick Williams26919f02022-12-08 06:12:43 -0600106 "Documentation": {
Matt Spinler3fd08d62019-10-22 14:25:33 -0500107 "Description": "The server's CA certificate has not been provided",
108 "Message": "The server's CA certificate has not been provided"
109 }
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600110 },
111
112 {
Matt Spinleraf036b12020-06-25 10:53:52 -0500113 "Name": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure",
Matt Spinlerf24746c2022-01-31 10:40:13 -0600114 "Subsystem": "cec_i2c",
Matt Spinleraf036b12020-06-25 10:53:52 -0500115
Patrick Williams26919f02022-12-08 06:12:43 -0600116 "SRC": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500117 "ReasonCode": "0x1007",
Patrick Williams26919f02022-12-08 06:12:43 -0600118 "Words6To9": {
119 "6": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500120 "Description": "errno of the failure",
121 "AdditionalDataPropSource": "CALLOUT_ERRNO"
122 }
123 }
124 },
125
Patrick Williams26919f02022-12-08 06:12:43 -0600126 "Documentation": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500127 "Description": "Sensor device read failure",
128 "Message": "There was a failure when reading a sensor device",
129 "Notes": [
130 "The severity is set by the creator.",
131 "The action flags are set automatically by the code.",
132 "Callouts added based on CALLOUT_DEVICE_PATH."
133 ]
Matt Spinler288f4322023-01-05 12:54:22 -0600134 },
135
136 "JournalCapture": {
137 "NumLines": 30
Matt Spinleraf036b12020-06-25 10:53:52 -0500138 }
139 },
140
141 {
142 "Name": "xyz.openbmc_project.Common.Device.Error.ReadFailure",
Matt Spinlerf24746c2022-01-31 10:40:13 -0600143 "Subsystem": "cec_i2c",
Matt Spinleraf036b12020-06-25 10:53:52 -0500144
Patrick Williams26919f02022-12-08 06:12:43 -0600145 "SRC": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500146 "ReasonCode": "0x1008",
Patrick Williams26919f02022-12-08 06:12:43 -0600147 "Words6To9": {
148 "6": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500149 "Description": "errno of the failure",
150 "AdditionalDataPropSource": "CALLOUT_ERRNO"
151 }
152 }
153 },
154
Patrick Williams26919f02022-12-08 06:12:43 -0600155 "Documentation": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500156 "Description": "Device read failure",
157 "Message": "There was a failure when reading a hardware device",
158 "Notes": [
159 "The severity is set by the creator.",
160 "The action flags are set automatically by the code.",
161 "Callouts added based on CALLOUT_DEVICE_PATH."
162 ]
Matt Spinler288f4322023-01-05 12:54:22 -0600163 },
164
165 "JournalCapture": {
166 "NumLines": 30
Matt Spinleraf036b12020-06-25 10:53:52 -0500167 }
168 },
169
170 {
171 "Name": "xyz.openbmc_project.Control.Device.Error.WriteFailure",
Matt Spinlerf24746c2022-01-31 10:40:13 -0600172 "Subsystem": "cec_i2c",
Matt Spinleraf036b12020-06-25 10:53:52 -0500173
Patrick Williams26919f02022-12-08 06:12:43 -0600174 "SRC": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500175 "ReasonCode": "0x1009",
Patrick Williams26919f02022-12-08 06:12:43 -0600176 "Words6To9": {
177 "6": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500178 "Description": "errno of the failure",
179 "AdditionalDataPropSource": "CALLOUT_ERRNO"
180 }
181 }
182 },
183
Patrick Williams26919f02022-12-08 06:12:43 -0600184 "Documentation": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500185 "Description": "Device write failure",
186 "Message": "There was a failure when writing to a hardware device",
187 "Notes": [
188 "The severity is set by the creator.",
189 "The action flags are set automatically by the code.",
190 "Callouts added based on CALLOUT_DEVICE_PATH"
191 ]
Matt Spinler288f4322023-01-05 12:54:22 -0600192 },
193
194 "JournalCapture": {
195 "NumLines": 30
Matt Spinleraf036b12020-06-25 10:53:52 -0500196 }
197 },
198
199 {
200 "Name": "xyz.openbmc_project.Common.Device.Error.WriteFailure",
Matt Spinlerf24746c2022-01-31 10:40:13 -0600201 "Subsystem": "cec_i2c",
Matt Spinleraf036b12020-06-25 10:53:52 -0500202
Patrick Williams26919f02022-12-08 06:12:43 -0600203 "SRC": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500204 "ReasonCode": "0x100A",
Patrick Williams26919f02022-12-08 06:12:43 -0600205 "Words6To9": {
206 "6": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500207 "Description": "errno of the failure",
208 "AdditionalDataPropSource": "CALLOUT_ERRNO"
209 }
210 }
211 },
212
Patrick Williams26919f02022-12-08 06:12:43 -0600213 "Documentation": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500214 "Description": "Device write failure",
215 "Message": "There was a failure when writing to a hardware device",
216 "Notes": [
217 "The severity is set by the creator.",
218 "The action flags are set automatically by the code.",
219 "Callouts added based on CALLOUT_DEVICE_PATH"
220 ]
Matt Spinler288f4322023-01-05 12:54:22 -0600221 },
222
223 "JournalCapture": {
224 "NumLines": 30
Matt Spinleraf036b12020-06-25 10:53:52 -0500225 }
226 },
Jayanth Othayothbd0a7522021-05-03 02:05:36 -0500227
Matt Spinleraf036b12020-06-25 10:53:52 -0500228 {
Chirag Sharma11cf0322022-04-20 08:48:52 -0500229 "Name": "xyz.openbmc_project.Common.File.Error.Write",
230 "Subsystem": "bmc_firmware",
231 "ComponentID": "0x1000",
Patrick Williams26919f02022-12-08 06:12:43 -0600232 "SRC": {
Chirag Sharma11cf0322022-04-20 08:48:52 -0500233 "ReasonCode": "0x100B",
Patrick Williams26919f02022-12-08 06:12:43 -0600234 "Words6To9": {}
Chirag Sharma11cf0322022-04-20 08:48:52 -0500235 },
236
237 "Callouts": [
238 {
239 "CalloutList": [
240 { "Priority": "high", "Procedure": "bmc_code" }
241 ]
242 }
243 ],
244
Patrick Williams26919f02022-12-08 06:12:43 -0600245 "Documentation": {
Chirag Sharma11cf0322022-04-20 08:48:52 -0500246 "Description": "Failed to write to a file",
247 "Message": "Failed to write to a file",
248 "Notes": [
249 "The severity is set by the creator.",
250 "The journal should contain more information"
251 ]
252 }
253 },
254
255 {
Jayanth Othayoth15006772023-03-29 03:34:40 -0500256 "Name": "xyz.openbmc_project.Certs.Error.InvalidCertificate",
257 "Subsystem": "user_error",
258 "Severity": "predictive",
259
260 "SRC": {
261 "ReasonCode": "0x100C",
262 "Words6To9": {}
263 },
264
265 "Callouts": [
266 {
267 "CalloutList": [
268 {
269 "Priority": "high",
270 "Procedure": "next_level_support"
271 }
272 ]
273 }
274 ],
275
276 "Documentation": {
277 "Description": "Certificate verification failed",
278 "Message": "Certificate verification failed"
279 }
280 },
281
282 {
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600283 "Name": "org.open_power.Logging.Error.SentBadPELToHost",
284 "Subsystem": "bmc_firmware",
285 "Severity": "non_error",
286
Patrick Williams26919f02022-12-08 06:12:43 -0600287 "SRC": {
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600288 "ReasonCode": "0x2001",
Patrick Williams26919f02022-12-08 06:12:43 -0600289 "Words6To9": {
290 "6": {
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600291 "Description": "The bad PEL ID",
292 "AdditionalDataPropSource": "BAD_ID"
293 }
294 }
295 },
296
Patrick Williams26919f02022-12-08 06:12:43 -0600297 "Documentation": {
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600298 "Description": "The BMC sent the host a malformed PEL",
299 "Message": "The BMC sent the host a malformed PEL",
Patrick Williams26919f02022-12-08 06:12:43 -0600300 "Notes": ["The host firmware rejected that PEL."]
Matt Spinler288f4322023-01-05 12:54:22 -0600301 },
302
303 "JournalCapture": {
304 "Sections": [
305 {
306 "SyslogID": "phosphor-log-manager",
307 "NumLines": 20
308 },
309 {
310 "SyslogID": "systemd",
311 "NumLines": 30
312 }
313 ]
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600314 }
Matt Spinlere95fd012020-01-07 12:53:16 -0600315 },
316
317 {
318 "Name": "org.open_power.Logging.Error.BadHostPEL",
319 "Subsystem": "platform_firmware",
320 "Severity": "unrecoverable",
321
Patrick Williams26919f02022-12-08 06:12:43 -0600322 "SRC": {
Matt Spinlere95fd012020-01-07 12:53:16 -0600323 "ReasonCode": "0x2002",
Patrick Williams26919f02022-12-08 06:12:43 -0600324 "Words6To9": {
325 "6": {
Matt Spinlere95fd012020-01-07 12:53:16 -0600326 "Description": "The PLID of the invalid PEL",
327 "AdditionalDataPropSource": "PLID"
328 },
Patrick Williams26919f02022-12-08 06:12:43 -0600329 "7": {
Matt Spinlere95fd012020-01-07 12:53:16 -0600330 "Description": "The corresponding OpenBMC event log ID",
331 "AdditionalDataPropSource": "OBMC_LOG_ID"
332 },
Patrick Williams26919f02022-12-08 06:12:43 -0600333 "8": {
Matt Spinlere95fd012020-01-07 12:53:16 -0600334 "Description": "The size of the invalid PEL",
335 "AdditionalDataPropSource": "PEL_SIZE"
336 }
337 }
338 },
339
Matt Spinler834f3ed2022-01-26 16:18:02 -0600340 "Callouts": [
341 {
342 "CalloutList": [
343 { "Priority": "high", "Procedure": "bmc_code" }
344 ]
345 }
346 ],
347
Patrick Williams26919f02022-12-08 06:12:43 -0600348 "Documentation": {
Matt Spinlere95fd012020-01-07 12:53:16 -0600349 "Description": "The host sent the BMC an invalid PEL",
350 "Message": "The host sent the BMC an invalid PEL",
Patrick Williams26919f02022-12-08 06:12:43 -0600351 "Notes": []
Matt Spinler288f4322023-01-05 12:54:22 -0600352 },
353
354 "JournalCapture": {
355 "Sections": [
356 {
357 "SyslogID": "phosphor-log-manager",
358 "NumLines": 20
359 },
360 {
361 "SyslogID": "systemd",
362 "NumLines": 20
363 },
364 {
365 "SyslogID": "pldmd",
366 "NumLines": 20
367 }
368 ]
Matt Spinlere95fd012020-01-07 12:53:16 -0600369 }
Marri Devender Raoead1be22020-03-28 05:50:59 -0500370 },
371
372 {
Matt Spinler3477ce92020-07-08 14:49:25 -0500373 "Name": "org.open_power.Logging.Error.TestError1",
374 "Subsystem": "platform_firmware",
375 "Severity": "unrecoverable",
376
Patrick Williams26919f02022-12-08 06:12:43 -0600377 "SRC": {
Matt Spinler3477ce92020-07-08 14:49:25 -0500378 "ReasonCode": "0x2003",
Patrick Williams26919f02022-12-08 06:12:43 -0600379 "Words6To9": {}
Matt Spinler3477ce92020-07-08 14:49:25 -0500380 },
381
382 "Callouts": [
383 {
384 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -0600385 { "Priority": "high", "Procedure": "bmc_code" },
386 { "Priority": "medium", "SymbolicFRU": "service_docs" }
Matt Spinler3477ce92020-07-08 14:49:25 -0500387 ]
388 }
389 ],
390
Patrick Williams26919f02022-12-08 06:12:43 -0600391 "Documentation": {
Matt Spinler3477ce92020-07-08 14:49:25 -0500392 "Description": "An error for testing",
393 "Message": "This is a test error"
394 }
395 },
396
397 {
Matt Spinler30ddc9f2020-07-16 15:39:59 -0500398 "Name": "xyz.openbmc_project.Logging.Error.Default",
399 "Subsystem": "other_na",
400
Patrick Williams26919f02022-12-08 06:12:43 -0600401 "SRC": {
Matt Spinler30ddc9f2020-07-16 15:39:59 -0500402 "ReasonCode": "0x2004",
Patrick Williams26919f02022-12-08 06:12:43 -0600403 "Words6To9": {}
Matt Spinler30ddc9f2020-07-16 15:39:59 -0500404 },
405
Matt Spinler834f3ed2022-01-26 16:18:02 -0600406 "Callouts": [
407 {
408 "CalloutList": [
409 { "Priority": "high", "Procedure": "bmc_code" }
410 ]
411 }
412 ],
413
Patrick Williams26919f02022-12-08 06:12:43 -0600414 "Documentation": {
Matt Spinler30ddc9f2020-07-16 15:39:59 -0500415 "Description": "This entry is used when no other matching entry is found",
416 "Message": "Unknown (Original event not in message registry)",
417 "Notes": [
418 "This is used when the actual error name isn't found in ",
419 "the registry. The original error name will be stored ",
420 "in the UserData section that contains the AdditionalData ",
421 "properties using the key ERROR_NAME.",
422 "This error may contain callouts if the creator passed ",
423 "them in.",
424 "The severity is set by the creator.",
425 "If this error is seen, then a code change needs to be ",
426 "made to add the missing error entry to this registry."
427 ]
Matt Spinler288f4322023-01-05 12:54:22 -0600428 },
429
430 "JournalCapture": {
431 "NumLines": 30
Matt Spinler30ddc9f2020-07-16 15:39:59 -0500432 }
433 },
434
435 {
Matt Spinlerc865ed92022-02-16 14:07:32 -0600436 "Name": "org.open_power.Logging.Error.TestError2",
437 "Subsystem": "bmc_firmware",
438 "Severity": "recovered",
439 "ActionFlags": ["report"],
440
Patrick Williams26919f02022-12-08 06:12:43 -0600441 "SRC": {
Matt Spinlerc865ed92022-02-16 14:07:32 -0600442 "ReasonCode": "0x2005",
Patrick Williams26919f02022-12-08 06:12:43 -0600443 "Words6To9": {}
Matt Spinlerc865ed92022-02-16 14:07:32 -0600444 },
445
446 "Callouts": [
447 {
Patrick Williams26919f02022-12-08 06:12:43 -0600448 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Matt Spinlerc865ed92022-02-16 14:07:32 -0600449 }
450 ],
451
Patrick Williams26919f02022-12-08 06:12:43 -0600452 "Documentation": {
Matt Spinlerc865ed92022-02-16 14:07:32 -0600453 "Description": "An error for testing",
454 "Message": "This is a test recoverable error",
455 "Notes": [
456 "This error is not created by BMC code and is ",
457 "only used for error injection tests."
458 ]
459 }
460 },
461
462 {
Matt Spinler87408a42022-07-29 16:12:07 -0500463 "Name": "org.open_power.Logging.Error.TestError3",
464 "Subsystem": "bmc_firmware",
465 "Severity": "predictive",
466
Patrick Williams26919f02022-12-08 06:12:43 -0600467 "SRC": {
Matt Spinler87408a42022-07-29 16:12:07 -0500468 "ReasonCode": "0x2006",
Patrick Williams26919f02022-12-08 06:12:43 -0600469 "Words6To9": {}
Matt Spinler87408a42022-07-29 16:12:07 -0500470 },
471
Patrick Williams26919f02022-12-08 06:12:43 -0600472 "Documentation": {
Matt Spinler87408a42022-07-29 16:12:07 -0500473 "Description": "This is an error used for testing only",
474 "Message": "This is a test predictive error",
475 "Notes": [
476 "This error is not created by BMC code and is ",
477 "only used for error injection tests."
478 ]
479 }
480 },
481
482 {
Marri Devender Raoead1be22020-03-28 05:50:59 -0500483 "Name": "org.open_power.PHAL.Error.Boot",
484 "Subsystem": "cec_hardware",
Ramesh Iyyar41e79dc2020-12-22 06:27:48 -0600485 "ComponentID": "0x3000",
Marri Devender Raoead1be22020-03-28 05:50:59 -0500486
Patrick Williams26919f02022-12-08 06:12:43 -0600487 "SRC": {
Ramesh Iyyar41e79dc2020-12-22 06:27:48 -0600488 "ReasonCode": "0x3001",
Patrick Williams26919f02022-12-08 06:12:43 -0600489 "Words6To9": {}
Marri Devender Raoead1be22020-03-28 05:50:59 -0500490 },
491
Patrick Williams26919f02022-12-08 06:12:43 -0600492 "Documentation": {
Michael Lim12429892022-03-10 16:11:25 -0600493 "Description": "Failure occurred during boot process",
494 "Message": "Failure occurred during boot process",
Marri Devender Raoead1be22020-03-28 05:50:59 -0500495 "Notes": [
496 "Debug traces will be captured in AdditionalData section"
497 ]
498 }
Ben Tyner34836322020-04-15 17:01:48 -0500499 },
500
501 {
Ramesh Iyyar78be2a22020-12-22 06:22:55 -0600502 "Name": "org.open_power.PHAL.Error.PrePowerOff",
503 "Subsystem": "cec_hardware",
504 "ComponentID": "0x3000",
505
Patrick Williams26919f02022-12-08 06:12:43 -0600506 "SRC": {
Ramesh Iyyar78be2a22020-12-22 06:22:55 -0600507 "ReasonCode": "0x3002",
Patrick Williams26919f02022-12-08 06:12:43 -0600508 "Words6To9": {}
Ramesh Iyyar78be2a22020-12-22 06:22:55 -0600509 },
510
Patrick Williams26919f02022-12-08 06:12:43 -0600511 "Documentation": {
Ramesh Iyyar78be2a22020-12-22 06:22:55 -0600512 "Description": "Failure occurred during PHAL pre-poweroff operations",
513 "Message": "Failure occurred during PHAL pre-poweroff operations",
514 "Notes": [
515 "Severity needs to be set based on needs for this registry.",
516 "FFDC (First Failure Data Collection) will be collected ",
517 "and added into PEL."
518 ]
519 }
520 },
521
522 {
Jayanth Othayothdb00d762021-07-13 02:48:19 -0500523 "Name": "org.open_power.PHAL.Error.devtreeSync",
524 "Subsystem": "cec_hardware",
525 "ComponentID": "0x3000",
526 "Severity": "unrecoverable",
527
Patrick Williams26919f02022-12-08 06:12:43 -0600528 "SRC": {
Jayanth Othayothdb00d762021-07-13 02:48:19 -0500529 "ReasonCode": "0x3003",
Patrick Williams26919f02022-12-08 06:12:43 -0600530 "Words6To9": {}
Jayanth Othayothdb00d762021-07-13 02:48:19 -0500531 },
532
Patrick Williams26919f02022-12-08 06:12:43 -0600533 "Documentation": {
Jayanth Othayothdb00d762021-07-13 02:48:19 -0500534 "Description": "Failure occurred during PHAL devtree sync ",
535 "Message": "Failure occurred during PHAL devtree sync",
Patrick Williams26919f02022-12-08 06:12:43 -0600536 "Notes": ["The journal should contain more information"]
Jayanth Othayothdb00d762021-07-13 02:48:19 -0500537 }
538 },
539
540 {
Jayanth Othayothf3e619a2021-07-13 03:58:06 -0500541 "Name": "org.open_power.PHAL.Error.devtreeBackup",
542 "Subsystem": "cec_hardware",
543 "ComponentID": "0x3000",
544 "Severity": "unrecoverable",
545
Patrick Williams26919f02022-12-08 06:12:43 -0600546 "SRC": {
Jayanth Othayothf3e619a2021-07-13 03:58:06 -0500547 "ReasonCode": "0x3004",
Patrick Williams26919f02022-12-08 06:12:43 -0600548 "Words6To9": {}
Jayanth Othayothf3e619a2021-07-13 03:58:06 -0500549 },
550
Patrick Williams26919f02022-12-08 06:12:43 -0600551 "Documentation": {
Jayanth Othayothf3e619a2021-07-13 03:58:06 -0500552 "Description": "Failure occurred during PHAL devtree backup ",
553 "Message": "Failure occurred during PHAL devtree backup",
Patrick Williams26919f02022-12-08 06:12:43 -0600554 "Notes": ["The journal should contain more information"]
Jayanth Othayothf3e619a2021-07-13 03:58:06 -0500555 }
556 },
557
558 {
Andrew Geisslerd54fd732021-07-20 14:07:12 -0400559 "Name": "org.open_power.PHAL.Error.HostRunning",
NodeMan970f57ddc2022-04-29 23:14:41 +0000560 "Subsystem": "cec_sp_hyp_iface",
Andrew Geisslerd54fd732021-07-20 14:07:12 -0400561 "ComponentID": "0x3000",
562
Patrick Williams26919f02022-12-08 06:12:43 -0600563 "SRC": {
Andrew Geisslerd54fd732021-07-20 14:07:12 -0400564 "ReasonCode": "0x3005",
Patrick Williams26919f02022-12-08 06:12:43 -0600565 "Words6To9": {}
Andrew Geisslerd54fd732021-07-20 14:07:12 -0400566 },
567
Patrick Williams26919f02022-12-08 06:12:43 -0600568 "Documentation": {
Andrew Geisslerd54fd732021-07-20 14:07:12 -0400569 "Description": "Host did not respond to BMC after a BMC reset",
570 "Message": "Host did not respond to BMC after a BMC reset but hardware indicates it is running",
571 "Notes": [
572 "System will be left in its current state to ensure host ",
573 "is not unexpectedly taken down. There is most likely an ",
574 "issue in the software or hardware communication path ",
575 "between the BMC and the Host firmware.",
576 "A BMC dump will be collected with relevant FFDC."
577 ]
578 }
579 },
580
581 {
Jayanth Othayoth7d2bea72021-11-29 07:26:34 -0600582 "Name": "org.open_power.PHAL.Error.devtreeReinit",
583 "Subsystem": "cec_hardware",
584 "ComponentID": "0x3000",
585 "Severity": "unrecoverable",
586
Patrick Williams26919f02022-12-08 06:12:43 -0600587 "SRC": {
Jayanth Othayoth7d2bea72021-11-29 07:26:34 -0600588 "ReasonCode": "0x3006",
Patrick Williams26919f02022-12-08 06:12:43 -0600589 "Words6To9": {}
Jayanth Othayoth7d2bea72021-11-29 07:26:34 -0600590 },
591
Patrick Williams26919f02022-12-08 06:12:43 -0600592 "Documentation": {
Jayanth Othayoth7d2bea72021-11-29 07:26:34 -0600593 "Description": "Failure re-initializing BMC to Host data structure",
594 "Message": "Failure occurred during re-initializing BMC to Host data structure",
Patrick Williams26919f02022-12-08 06:12:43 -0600595 "Notes": ["The journal should contain more information"]
Jayanth Othayoth7d2bea72021-11-29 07:26:34 -0600596 }
597 },
598
599 {
Jayanth Othayothe52dd952022-03-09 02:11:41 -0600600 "Name": "org.open_power.PHAL.Error.NonFunctionalBootProc",
601 "Subsystem": "cec_hardware",
602 "ComponentID": "0x3000",
603 "Severity": "unrecoverable",
604
Patrick Williams26919f02022-12-08 06:12:43 -0600605 "SRC": {
Jayanth Othayothe52dd952022-03-09 02:11:41 -0600606 "ReasonCode": "0x3007",
Patrick Williams26919f02022-12-08 06:12:43 -0600607 "Words6To9": {}
Jayanth Othayothe52dd952022-03-09 02:11:41 -0600608 },
609
Patrick Williams26919f02022-12-08 06:12:43 -0600610 "Documentation": {
Jayanth Othayothe52dd952022-03-09 02:11:41 -0600611 "Description": "Non functional boot processor",
612 "Message": "Non functional boot processor",
613 "Notes": [
614 "BMC firmware couldn't find functional primary processor",
615 "required to boot the host",
616 "Debug traces will be captured in AdditionalData section"
617 ]
618 }
619 },
620
621 {
Marri Devender Rao116428e2022-06-09 07:33:38 -0500622 "Name": "org.open_power.PHAL.Error.MPReboot",
623 "Subsystem": "cec_hardware",
624 "ComponentID": "0x3000",
625 "Severity": "unrecoverable",
626
Patrick Williams26919f02022-12-08 06:12:43 -0600627 "SRC": {
Marri Devender Rao116428e2022-06-09 07:33:38 -0500628 "ReasonCode": "0x3008",
Patrick Williams26919f02022-12-08 06:12:43 -0600629 "Words6To9": {}
Marri Devender Rao116428e2022-06-09 07:33:38 -0500630 },
631
632 "Callouts": [
633 {
Patrick Williams26919f02022-12-08 06:12:43 -0600634 "CalloutList": [
635 { "Priority": "high", "Procedure": "bmc_code" }
Marri Devender Rao116428e2022-06-09 07:33:38 -0500636 ]
637 }
638 ],
639
Patrick Williams26919f02022-12-08 06:12:43 -0600640 "Documentation": {
Marri Devender Rao116428e2022-06-09 07:33:38 -0500641 "Description": "Error during memory preserving reboot",
642 "Message": "Error during memory preserving reboot",
643 "Notes": [
644 "Software error occured during memory preserving reboot"
645 ]
646 }
Patrick Williams26919f02022-12-08 06:12:43 -0600647 },
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500648 {
649 "Name": "org.open_power.PHAL.Error.SpareClock",
650 "Subsystem": "cec_hardware",
651 "ComponentID": "0x3000",
652 "Severity": "non_error",
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500653
Patrick Williams26919f02022-12-08 06:12:43 -0600654 "SRC": {
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500655 "ReasonCode": "0x3009",
Patrick Williams26919f02022-12-08 06:12:43 -0600656 "Words6To9": {}
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500657 },
658
Jayanth Othayothb0820142022-10-27 02:16:48 -0500659 "Callouts": [
660 {
661 "System": "ibm,rainier",
662 "CalloutList": [
663 {
664 "Priority": "high",
665 "LocCode": "P0"
666 },
667 {
668 "Priority": "low",
669 "LocCode": "P0-C15"
670 }
671 ]
672 },
673 {
674 "System": "ibm,everest",
675 "CalloutList": [
676 {
677 "Priority": "high",
678 "LocCode": "P0"
679 },
680 {
681 "Priority": "low",
682 "LocCode": "P0-C61"
683 }
684 ]
685 }
686 ],
687
Patrick Williams26919f02022-12-08 06:12:43 -0600688 "Documentation": {
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500689 "Description": "Error during Spare clock initialisation",
690 "Message": "Error during Spare clock initialisation",
691 "Notes": [
Jayanth Othayothb0820142022-10-27 02:16:48 -0500692 "The clock symbolic FRU in the CalloutList provides the",
693 "reference to clock unit."
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500694 ]
695 }
Marri Devender Rao116428e2022-06-09 07:33:38 -0500696 },
697
698 {
Jayanth Othayoth21c1a5a2022-09-07 01:24:05 -0500699 "Name": "org.open_power.PHAL.Info.ClockDailyLog",
700 "Subsystem": "cec_clocks",
701 "ComponentID": "0x3000",
702 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -0600703 "ActionFlags": ["report", "call_home"],
Jayanth Othayoth21c1a5a2022-09-07 01:24:05 -0500704
Patrick Williams26919f02022-12-08 06:12:43 -0600705 "SRC": {
Jayanth Othayoth21c1a5a2022-09-07 01:24:05 -0500706 "ReasonCode": "0x300A",
Patrick Williams26919f02022-12-08 06:12:43 -0600707 "Words6To9": {}
Jayanth Othayoth21c1a5a2022-09-07 01:24:05 -0500708 },
709
Patrick Williams26919f02022-12-08 06:12:43 -0600710 "Documentation": {
Jayanth Othayoth21c1a5a2022-09-07 01:24:05 -0500711 "Description": "Informational error to house clock debug info",
712 "Message": "Informational error to house clock debug info",
713 "Notes": [
714 "User data includes processor and clock register state information."
715 ]
716 }
717 },
718
719 {
deepakala-kb1b342a2022-10-05 11:17:16 -0500720 "Name": "org.open_power.PHAL.Error.GuardPartitionAccess",
721 "Subsystem": "bmc_firmware",
722 "ComponentID": "0x3000",
723 "Severity": "predictive",
724
Patrick Williams26919f02022-12-08 06:12:43 -0600725 "SRC": {
deepakala-kb1b342a2022-10-05 11:17:16 -0500726 "ReasonCode": "0x300B",
Patrick Williams26919f02022-12-08 06:12:43 -0600727 "Words6To9": {}
deepakala-kb1b342a2022-10-05 11:17:16 -0500728 },
729
730 "Callouts": [
731 {
732 "CalloutList": [
733 { "Priority": "high", "Procedure": "bmc_code" }
734 ]
735 }
736 ],
737
Patrick Williams26919f02022-12-08 06:12:43 -0600738 "Documentation": {
deepakala-kb1b342a2022-10-05 11:17:16 -0500739 "Description": "Guard partition access failure",
740 "Message": "Guard partition access failure",
741 "Notes": [
742 "User data and journal should contain more information"
743 ]
744 }
745 },
746
747 {
Eddie James62464b12022-05-25 15:47:15 -0500748 "Name": "org.open_power.OCC.Firmware.PresenceMismatch",
749 "Subsystem": "bmc_firmware",
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500750 "ComponentID": "0x2600",
Eddie James62464b12022-05-25 15:47:15 -0500751 "Severity": "predictive",
752
Patrick Williams26919f02022-12-08 06:12:43 -0600753 "SRC": {
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500754 "ReasonCode": "0x2681",
Patrick Williams26919f02022-12-08 06:12:43 -0600755 "Words6To9": {}
Eddie James62464b12022-05-25 15:47:15 -0500756 },
757
758 "Callouts": [
759 {
760 "CalloutList": [
761 { "Priority": "medium", "Procedure": "bmc_code" }
762 ]
763 }
764 ],
765
Patrick Williams26919f02022-12-08 06:12:43 -0600766 "Documentation": {
Eddie James62464b12022-05-25 15:47:15 -0500767 "Description": "OCC presence mismatch",
768 "Message": "BMC firmware detected incorrect number of OCCs",
769 "Notes": [
770 "The number of OCCs detected by the BMC does not match the number of OCCs detected by the OCC.",
771 "The BMC requests that the OCC reset."
772 ]
773 }
774 },
775
776 {
777 "Name": "org.open_power.OCC.Device.SafeState",
778 "Subsystem": "processor_chip",
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500779 "ComponentID": "0x2600",
Eddie James62464b12022-05-25 15:47:15 -0500780 "Severity": "non_error",
781
Patrick Williams26919f02022-12-08 06:12:43 -0600782 "SRC": {
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500783 "ReasonCode": "0x2682",
Patrick Williams26919f02022-12-08 06:12:43 -0600784 "Words6To9": {}
Eddie James62464b12022-05-25 15:47:15 -0500785 },
786
Patrick Williams26919f02022-12-08 06:12:43 -0600787 "Documentation": {
Eddie James62464b12022-05-25 15:47:15 -0500788 "Description": "OCC safe state",
789 "Message": "OCC in safe state while active for one minute",
790 "Notes": [
791 "The BMC detected that the OCC was in safe state for one minute while active.",
792 "The BMC requests that the OCC reset."
793 ]
794 }
795 },
796
797 {
798 "Name": "org.open_power.OCC.Device.ReadFailure",
799 "Subsystem": "cec_chip_iface",
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500800 "ComponentID": "0x2600",
Eddie James62464b12022-05-25 15:47:15 -0500801 "Severity": "predictive",
802
Patrick Williams26919f02022-12-08 06:12:43 -0600803 "SRC": {
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500804 "ReasonCode": "0x2683",
Patrick Williams26919f02022-12-08 06:12:43 -0600805 "Words6To9": {}
Eddie James62464b12022-05-25 15:47:15 -0500806 },
807
Patrick Williams26919f02022-12-08 06:12:43 -0600808 "Documentation": {
Eddie James62464b12022-05-25 15:47:15 -0500809 "Description": "OCC communication failure",
810 "Message": "BMC failed to communicate with the OCC",
811 "Notes": [
812 "The BMC failed to communicate with the OCC and retried three times.",
813 "The BMC requests that the OCC reset."
814 ]
815 }
816 },
817
818 {
Ramesh Iyyarb3d45ed2021-12-07 09:18:19 -0600819 "Name": "org.open_power.HardwareIsolation.Error",
820 "Subsystem": "cec_hardware",
821 "ComponentID": "0x3100",
822
Patrick Williams26919f02022-12-08 06:12:43 -0600823 "SRC": {
Ramesh Iyyarb3d45ed2021-12-07 09:18:19 -0600824 "ReasonCode": "0x3101",
Patrick Williams26919f02022-12-08 06:12:43 -0600825 "Words6To9": {}
Ramesh Iyyarb3d45ed2021-12-07 09:18:19 -0600826 },
827
Patrick Williams26919f02022-12-08 06:12:43 -0600828 "Documentation": {
Michael Lim12429892022-03-10 16:11:25 -0600829 "Description": "Failure occurred during hardware isolation operations",
830 "Message": "Failure occurred during hardware isolation operations",
Ramesh Iyyarb3d45ed2021-12-07 09:18:19 -0600831 "Notes": [
832 "Severity needs to be set based on needs for this registry.",
833 "Debug traces will be captured in AdditionalData section"
834 ]
835 }
836 },
837
838 {
Marri Devender Rao385446b2023-04-14 00:16:35 -0500839 "Name": "org.open_power.Faultlog.Error.DeconfiguredHW",
840 "Subsystem": "cec_hardware",
841 "Severity": "predictive",
842 "ComponentID": "0xf100",
843 "SRC": {
844 "ReasonCode": "0xf138",
845 "Words6To9": {
846 "6": {
847 "Description": "Number of guard records with error object",
848 "AdditionalDataPropSource": "GUARD_WITH_ASSOC_ERROR_COUNT"
849 },
850 "7": {
851 "Description": "Number of guard records with no error object",
852 "AdditionalDataPropSource": "GUARD_WITH_NO_ASSOC_ERROR_COUNT"
853 },
854 "8": {
855 "Description": "Number of deconfigured records",
856 "AdditionalDataPropSource": "DECONFIG_RECORD_COUNT"
857 },
858 "9": {
859 "Description": "Number of unresolved pels count",
860 "AdditionalDataPropSource": "UNRESOLVED_PEL_WITH_DECONFIG_BIT_COUNT"
861 }
862 }
863 },
864 "Callouts": [
865 {
866 "CalloutList": [
867 {
868 "Priority": "high",
869 "Procedure": "detected_issue_need_service"
870 }
871 ]
872 }
873 ],
874 "Documentation": {
875 "Description": "Firmware detected either a FRU deconfigured And/Or guard record",
876 "Message": "Firmware detected either a FRU deconfigured And/Or guard record",
877 "Notes": [
878 "Either Guard And/Or Deconfiguration records found during periodic check ",
879 "as part of the NAG event. Look into the BMC Nag dump for more details. ",
880 "This is a reminder for servicing faulty hardware pending service present ",
881 "in the system."
882 ]
883 }
884 },
885
886 {
Andrew Geissler8034dde2021-09-10 14:43:03 -0500887 "Name": "xyz.openbmc_project.State.Error.HostNotRunning",
888 "Subsystem": "cec_sp_hostboot_iface",
889 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -0600890 "SRC": {
Andrew Geissler8034dde2021-09-10 14:43:03 -0500891 "ReasonCode": "0x3401",
Patrick Williams26919f02022-12-08 06:12:43 -0600892 "Words6To9": {}
Andrew Geissler8034dde2021-09-10 14:43:03 -0500893 },
Patrick Williams26919f02022-12-08 06:12:43 -0600894 "Documentation": {
Andrew Geissler8034dde2021-09-10 14:43:03 -0500895 "Description": "Host was booting or booted before BMC reset but is now unresponsive",
896 "Message": "Host did not respond to BMC after a BMC reset but it was booting or booted prior to the BMC reboot",
897 "Notes": [
898 "System will follow recovery policy, resulting in this ",
899 "error and most likely a a reboot of the host. The issue ",
900 "is most likely the result of the BMC rebooting while the ",
901 "host was booting and in a state where it still needed ",
902 "the BMC to complete its boot."
903 ]
Matt Spinler288f4322023-01-05 12:54:22 -0600904 },
905
906 "JournalCapture": {
907 "NumLines": 30
Andrew Geissler8034dde2021-09-10 14:43:03 -0500908 }
909 },
910
911 {
Andrew Geissler808f6302022-02-24 13:55:18 -0600912 "Name": "xyz.openbmc_project.State.ChassisPowerBad",
913 "Subsystem": "input_power_source",
914 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -0600915 "SRC": {
Andrew Geissler808f6302022-02-24 13:55:18 -0600916 "ReasonCode": "0x3402",
Patrick Williams26919f02022-12-08 06:12:43 -0600917 "Words6To9": {}
Andrew Geissler808f6302022-02-24 13:55:18 -0600918 },
919 "Callouts": [
920 {
Patrick Williams26919f02022-12-08 06:12:43 -0600921 "CalloutList": [
922 {
923 "Priority": "high",
924 "Procedure": "next_level_support"
925 }
926 ]
Andrew Geissler808f6302022-02-24 13:55:18 -0600927 }
928 ],
Patrick Williams26919f02022-12-08 06:12:43 -0600929 "Documentation": {
Andrew Geissler808f6302022-02-24 13:55:18 -0600930 "Description": "Chassis input power is in a bad state",
931 "Message": "Chassis input power is in a bad state, look for other logs with more details",
932 "Notes": [
933 "The system is most likely in a limited power situation. ",
934 "There is enough power for the BMC to operate but not the ",
935 "CEC hardware. Check for UPS or brownout logs."
936 ]
Matt Spinler288f4322023-01-05 12:54:22 -0600937 },
938
939 "JournalCapture": {
940 "NumLines": 30
Andrew Geissler808f6302022-02-24 13:55:18 -0600941 }
942 },
943
944 {
Andrew Geissler4c360ec2022-02-24 14:09:37 -0600945 "Name": "xyz.openbmc_project.State.PinholeReset",
946 "Subsystem": "cec_op_panel",
947 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -0600948 "SRC": {
Andrew Geissler4c360ec2022-02-24 14:09:37 -0600949 "ReasonCode": "0x3403",
Patrick Williams26919f02022-12-08 06:12:43 -0600950 "Words6To9": {}
Andrew Geissler4c360ec2022-02-24 14:09:37 -0600951 },
Patrick Williams26919f02022-12-08 06:12:43 -0600952 "Documentation": {
Andrew Geissler4c360ec2022-02-24 14:09:37 -0600953 "Description": "User initiated a pinhole reset via the op-panel",
954 "Message": "User initiated a pinhole reset via the op-panel",
955 "Notes": [
956 "This is a notification log to record the fact that a ",
957 "pinhole reset was performed on the BMC, resulting in a ",
958 "hard reset of the BMC."
959 ]
960 }
961 },
962
963 {
Andrew Geisslerfbb18242022-02-24 14:30:02 -0600964 "Name": "xyz.openbmc_project.State.Error.CriticalServiceFailure",
965 "Subsystem": "bmc_firmware",
966 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -0600967 "SRC": {
Andrew Geisslerfbb18242022-02-24 14:30:02 -0600968 "ReasonCode": "0x3404",
Patrick Williams26919f02022-12-08 06:12:43 -0600969 "Words6To9": {}
Andrew Geisslerfbb18242022-02-24 14:30:02 -0600970 },
971 "Callouts": [
972 {
Patrick Williams26919f02022-12-08 06:12:43 -0600973 "CalloutList": [
974 {
975 "Priority": "high",
976 "Procedure": "next_level_support"
977 }
978 ]
Andrew Geisslerfbb18242022-02-24 14:30:02 -0600979 }
980 ],
Patrick Williams26919f02022-12-08 06:12:43 -0600981 "Documentation": {
Andrew Geisslerfbb18242022-02-24 14:30:02 -0600982 "Description": "A critical BMC application has failed on the system",
983 "Message": "A critical BMC application has failed on the system, the BMC is in an undefined state",
984 "Notes": [
985 "As a part of generating this error log, a BMC dump has ",
986 "also been generated. Please collect this dump if possible. ",
987 "The BMC state is undefined but basic services could still ",
988 "be available. Usually an AC cycle of the entire system is ",
989 "the best recovery option from this error."
990 ]
Matt Spinler288f4322023-01-05 12:54:22 -0600991 },
992
993 "JournalCapture": {
994 "NumLines": 30
Andrew Geisslerfbb18242022-02-24 14:30:02 -0600995 }
996 },
997
998 {
Andrew Geisslerf83efe92022-03-10 15:06:17 -0600999 "Name": "xyz.openbmc_project.State.Error.SecurityCheckFail",
1000 "Subsystem": "bmc_firmware",
1001 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001002 "SRC": {
Andrew Geisslerf83efe92022-03-10 15:06:17 -06001003 "ReasonCode": "0x3405",
Patrick Williams26919f02022-12-08 06:12:43 -06001004 "Words6To9": {}
Andrew Geisslerf83efe92022-03-10 15:06:17 -06001005 },
1006 "Callouts": [
1007 {
Patrick Williams26919f02022-12-08 06:12:43 -06001008 "CalloutList": [
1009 {
1010 "Priority": "high",
1011 "Procedure": "next_level_support"
1012 }
1013 ]
Andrew Geisslerf83efe92022-03-10 15:06:17 -06001014 }
1015 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001016 "Documentation": {
Andrew Geisslerf83efe92022-03-10 15:06:17 -06001017 "Description": "A firmware security check has failed",
1018 "Message": "A firmware security check has failed, most likely something is not configured correctly",
1019 "Notes": [
1020 "This log is only generated in the manufacturing ",
1021 "environment and it indicates that something has not ",
1022 "been configured correctly. Use the data in the PEL to ",
1023 "determine what that is."
1024 ]
1025 }
1026 },
1027
1028 {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001029 "Name": "xyz.openbmc_project.State.BMC.Error.MultiUserTargetFailure",
1030 "Subsystem": "bmc_firmware",
1031 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001032 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001033 "ReasonCode": "0x3406",
Patrick Williams26919f02022-12-08 06:12:43 -06001034 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001035 },
1036 "Callouts": [
1037 {
Patrick Williams26919f02022-12-08 06:12:43 -06001038 "CalloutList": [
1039 {
1040 "Priority": "high",
1041 "Procedure": "next_level_support"
1042 }
1043 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001044 }
1045 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001046 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001047 "Description": "The system has failed to reach BMC Ready state",
1048 "Message": "The system has failed to reach BMC Ready state, look for other errors",
1049 "Notes": [
1050 "This log indicates a critical BMC application required ",
1051 "for the BMC to reach Ready state has failed to start ",
1052 "successfully. Look in the log for other errors indicating ",
1053 "what has failed."
1054 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001055 },
1056
1057 "JournalCapture": {
1058 "NumLines": 30
Andrew Geissler8bafa992022-03-10 15:20:52 -06001059 }
1060 },
1061
1062 {
1063 "Name": "xyz.openbmc_project.State.Chassis.Error.PowerOnFailure",
1064 "Subsystem": "bmc_firmware",
1065 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001066 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001067 "ReasonCode": "0x3407",
Patrick Williams26919f02022-12-08 06:12:43 -06001068 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001069 },
1070 "Callouts": [
1071 {
Patrick Williams26919f02022-12-08 06:12:43 -06001072 "CalloutList": [
1073 {
1074 "Priority": "high",
1075 "Procedure": "next_level_support"
1076 }
1077 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001078 }
1079 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001080 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001081 "Description": "The system has failed to reach chassis power on state",
1082 "Message": "The system has failed to reach chassis power on state, look for other errors",
1083 "Notes": [
1084 "This log indicates a critical BMC application required ",
1085 "for the BMC to power on the chassis has failed to start ",
1086 "successfully. Look in the log for other errors indicating ",
1087 "what has failed."
1088 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001089 },
1090
1091 "JournalCapture": {
1092 "NumLines": 30
Andrew Geissler8bafa992022-03-10 15:20:52 -06001093 }
1094 },
1095
1096 {
1097 "Name": "xyz.openbmc_project.State.Chassis.Error.PowerOffFailure",
1098 "Subsystem": "bmc_firmware",
1099 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001100 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001101 "ReasonCode": "0x3408",
Patrick Williams26919f02022-12-08 06:12:43 -06001102 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001103 },
1104 "Callouts": [
1105 {
Patrick Williams26919f02022-12-08 06:12:43 -06001106 "CalloutList": [
1107 {
1108 "Priority": "high",
1109 "Procedure": "next_level_support"
1110 }
1111 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001112 }
1113 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001114 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001115 "Description": "The system has failed to reach chassis power off state",
1116 "Message": "The system has failed to reach chassis power off state, look for other errors",
1117 "Notes": [
1118 "This log indicates a critical BMC application required ",
1119 "for the BMC to power off the chassis has failed to start ",
1120 "successfully. Look in the log for other errors indicating ",
1121 "what has failed."
1122 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001123 },
1124
1125 "JournalCapture": {
1126 "NumLines": 30
Andrew Geissler8bafa992022-03-10 15:20:52 -06001127 }
1128 },
1129
1130 {
1131 "Name": "xyz.openbmc_project.State.Host.Error.HostStartFailure",
1132 "Subsystem": "bmc_firmware",
1133 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001134 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001135 "ReasonCode": "0x3409",
Patrick Williams26919f02022-12-08 06:12:43 -06001136 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001137 },
1138 "Callouts": [
1139 {
Patrick Williams26919f02022-12-08 06:12:43 -06001140 "CalloutList": [
1141 {
1142 "Priority": "high",
1143 "Procedure": "next_level_support"
1144 }
1145 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001146 }
1147 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001148 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001149 "Description": "The system has failed to start the host firmware",
1150 "Message": "The system has failed to start the host firmware, look for other errors",
1151 "Notes": [
1152 "This log indicates a critical BMC application required ",
1153 "for the BMC to start the host has failed to start ",
1154 "successfully. Look in the log for other errors indicating ",
1155 "what has failed."
1156 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001157 },
1158
1159 "JournalCapture": {
1160 "NumLines": 30
Andrew Geissler8bafa992022-03-10 15:20:52 -06001161 }
1162 },
1163
1164 {
1165 "Name": "xyz.openbmc_project.State.Host.Error.HostStartMinFailure",
1166 "Subsystem": "bmc_firmware",
1167 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001168 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001169 "ReasonCode": "0x3410",
Patrick Williams26919f02022-12-08 06:12:43 -06001170 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001171 },
1172 "Callouts": [
1173 {
Patrick Williams26919f02022-12-08 06:12:43 -06001174 "CalloutList": [
1175 {
1176 "Priority": "high",
1177 "Procedure": "next_level_support"
1178 }
1179 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001180 }
1181 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001182 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001183 "Description": "The system has failed to start the host firmware",
1184 "Message": "The system has failed to start the host firmware, look for other errors",
1185 "Notes": [
1186 "This log indicates a critical BMC application required ",
1187 "for the BMC to start the host has failed to start ",
1188 "successfully. Look in the log for other errors indicating ",
1189 "what has failed."
1190 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001191 },
1192
1193 "JournalCapture": {
1194 "NumLines": 30
Andrew Geissler8bafa992022-03-10 15:20:52 -06001195 }
1196 },
1197
1198 {
1199 "Name": "xyz.openbmc_project.State.Host.Error.HostShutdownFailure",
1200 "Subsystem": "bmc_firmware",
1201 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001202 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001203 "ReasonCode": "0x3411",
Patrick Williams26919f02022-12-08 06:12:43 -06001204 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001205 },
1206 "Callouts": [
1207 {
Patrick Williams26919f02022-12-08 06:12:43 -06001208 "CalloutList": [
1209 {
1210 "Priority": "high",
1211 "Procedure": "next_level_support"
1212 }
1213 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001214 }
1215 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001216 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001217 "Description": "The system has failed to shutdown the host firmware",
1218 "Message": "The system has failed to shutdown the host firmware, look for other errors",
1219 "Notes": [
1220 "This log indicates a critical BMC application required ",
1221 "to shutdown the host firmware has failed to start ",
1222 "successfully. Look in the log for other errors indicating ",
1223 "what has failed."
1224 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001225 },
1226
1227 "JournalCapture": {
1228 "NumLines": 30
Andrew Geissler8bafa992022-03-10 15:20:52 -06001229 }
1230 },
1231
1232 {
1233 "Name": "xyz.openbmc_project.State.Host.Error.HostStopFailure",
1234 "Subsystem": "bmc_firmware",
1235 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001236 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001237 "ReasonCode": "0x3412",
Patrick Williams26919f02022-12-08 06:12:43 -06001238 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001239 },
1240 "Callouts": [
1241 {
Patrick Williams26919f02022-12-08 06:12:43 -06001242 "CalloutList": [
1243 {
1244 "Priority": "high",
1245 "Procedure": "next_level_support"
1246 }
1247 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001248 }
1249 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001250 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001251 "Description": "The system has failed to stop the host firmware",
1252 "Message": "The system has failed to stop the host firmware, look for other errors",
1253 "Notes": [
1254 "This log indicates a critical BMC application required ",
1255 "to stop the host firmware has failed to start ",
1256 "successfully. Look in the log for other errors indicating ",
1257 "what has failed."
1258 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001259 },
1260
1261 "JournalCapture": {
1262 "NumLines": 30
Andrew Geissler8bafa992022-03-10 15:20:52 -06001263 }
1264 },
1265
1266 {
1267 "Name": "xyz.openbmc_project.State.Host.Error.HostRebootFailure",
1268 "Subsystem": "bmc_firmware",
1269 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001270 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001271 "ReasonCode": "0x3413",
Patrick Williams26919f02022-12-08 06:12:43 -06001272 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001273 },
1274 "Callouts": [
1275 {
Patrick Williams26919f02022-12-08 06:12:43 -06001276 "CalloutList": [
1277 {
1278 "Priority": "high",
1279 "Procedure": "next_level_support"
1280 }
1281 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001282 }
1283 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001284 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001285 "Description": "The system has failed to reboot the host firmware",
1286 "Message": "The system has failed to reboot the host firmware, look for other errors",
1287 "Notes": [
1288 "This log indicates a critical BMC application required ",
1289 "to reboot the host firmware has failed to start ",
1290 "successfully. Look in the log for other errors indicating ",
1291 "what has failed."
1292 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001293 },
1294
1295 "JournalCapture": {
1296 "NumLines": 30
Andrew Geissler8bafa992022-03-10 15:20:52 -06001297 }
1298 },
1299
1300 {
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001301 "Name": "xyz.openbmc_project.State.Error.HostQuiesce",
1302 "Subsystem": "bmc_firmware",
1303 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001304 "SRC": {
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001305 "ReasonCode": "0x3414",
Patrick Williams26919f02022-12-08 06:12:43 -06001306 "Words6To9": {}
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001307 },
1308 "Callouts": [
1309 {
Patrick Williams26919f02022-12-08 06:12:43 -06001310 "CalloutList": [
1311 {
1312 "Priority": "high",
1313 "Procedure": "next_level_support"
1314 }
1315 ]
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001316 }
1317 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001318 "Documentation": {
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001319 "Description": "The host firmware has failed to boot",
1320 "Message": "The host firmware has failed to boot and has entered a Quiesce state. Look for other errors.",
1321 "Notes": [
1322 "This log indicates that the host firmware has failed to ",
1323 "boot and all retries have been exhausted. There should be ",
1324 "other logs with more details on the boot failure reason. "
1325 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001326 },
1327
1328 "JournalCapture": {
1329 "NumLines": 30
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001330 }
1331 },
1332
1333 {
Lakshmi Yadlapati95788fe2023-03-24 14:39:32 -05001334 "Name": "xyz.openbmc_project.State.Error.TpmMeasurementFail",
1335 "Subsystem": "bmc_firmware",
1336 "ComponentID": "0x3400",
1337 "SRC": {
1338 "ReasonCode": "0x3415",
1339 "Words6To9": {}
1340 },
1341 "Callouts": [
1342 {
1343 "CalloutList": [
1344 {
1345 "Priority": "high",
1346 "Procedure": "next_level_support"
1347 }
1348 ]
1349 }
1350 ],
1351 "Documentation": {
1352 "Description": "TPM measurement failed",
1353 "Message": "The system has detected a failure in the TPM measurement.",
1354 "Notes": [
1355 "This error occurs when /sys/class/tpm/tpm0/pcr-sha256/0",
1356 "is missing or has a value of 0, indicating a potential compromise",
1357 "of the system's boot process.",
1358 "Please contact your system administrator or next level support",
1359 "to investigate and resolve the issue."
1360 ]
1361 }
1362 },
1363
1364 {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -05001365 "Name": "org.open_power.Processor.Error.SbeChipOpFailure",
1366 "Subsystem": "processor_chip",
1367 "ComponentID": "0x3500",
1368
Patrick Williams26919f02022-12-08 06:12:43 -06001369 "SRC": {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -05001370 "ReasonCode": "0x3500",
Patrick Williams26919f02022-12-08 06:12:43 -06001371 "Words6To9": {
1372 "6": {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -05001373 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
1374 "AdditionalDataPropSource": "SRC6"
1375 }
1376 }
1377 },
1378
Patrick Williams26919f02022-12-08 06:12:43 -06001379 "Documentation": {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -05001380 "Description": "chipop failure with SBE provided FFDC",
1381 "Message": "chipop request failure reported by SBE",
1382 "Notes": [
1383 "The severity is set by the creator.",
1384 "Callouts added based on SBE provided FFDC.",
1385 "SBE provided additional debug data included as part of the",
1386 "additional user data section."
1387 ]
1388 }
1389 },
1390
1391 {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -05001392 "Name": "org.open_power.Processor.Error.SbeChipOpTimeout",
1393 "Subsystem": "processor_chip",
1394 "ComponentID": "0x3500",
1395
Patrick Williams26919f02022-12-08 06:12:43 -06001396 "SRC": {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -05001397 "ReasonCode": "0x3501",
Patrick Williams26919f02022-12-08 06:12:43 -06001398 "Words6To9": {
1399 "6": {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -05001400 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
1401 "AdditionalDataPropSource": "SRC6"
1402 }
1403 }
1404 },
1405
Jayanth Othayothe4acc8d2022-06-02 02:32:08 -05001406 "Callouts": [
1407 {
1408 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06001409 {
1410 "Priority": "high",
1411 "Procedure": "next_level_support"
1412 }
Jayanth Othayothe4acc8d2022-06-02 02:32:08 -05001413 ]
1414 }
1415 ],
1416
Patrick Williams26919f02022-12-08 06:12:43 -06001417 "Documentation": {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -05001418 "Description": "SBE chipop timeout",
1419 "Message": "chipop timeout reported during SBE communication",
1420 "Notes": [
1421 "The severity is set by the creator.",
1422 "Check SBE Dump associated to this error to debug the failure."
1423 ]
1424 }
1425 },
1426
1427 {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001428 "Name": "org.open_power.Processor.Error.SbeChipOpInvalidState",
1429 "Subsystem": "processor_chip",
1430 "ComponentID": "0x3500",
1431
Patrick Williams26919f02022-12-08 06:12:43 -06001432 "SRC": {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001433 "ReasonCode": "0x3502",
Patrick Williams26919f02022-12-08 06:12:43 -06001434 "Words6To9": {
1435 "6": {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001436 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
1437 "AdditionalDataPropSource": "SRC6"
1438 },
Patrick Williams26919f02022-12-08 06:12:43 -06001439 "7": {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001440 "Description": "Value of SBE state",
1441 "AdditionalDataPropSource": "SRC7"
1442 }
1443 }
1444 },
1445
Patrick Williams26919f02022-12-08 06:12:43 -06001446 "Documentation": {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001447 "Description": "The SBE on this processor is not in a state where chipOps can be issued",
1448 "Message": "SBE Chipop is not allowed due to invalid SBE state ",
Patrick Williams26919f02022-12-08 06:12:43 -06001449 "Notes": ["The severity is set by the creator."]
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001450 }
1451 },
1452
1453 {
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001454 "Name": "org.open_power.Processor.Error.SbeBootFailure",
1455 "Subsystem": "processor_chip",
1456 "ComponentID": "0x3500",
Patrick Williams26919f02022-12-08 06:12:43 -06001457 "ActionFlags": ["service_action", "report", "call_home"],
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001458
Patrick Williams26919f02022-12-08 06:12:43 -06001459 "SRC": {
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001460 "ReasonCode": "0x3503",
Patrick Williams26919f02022-12-08 06:12:43 -06001461 "Words6To9": {
1462 "6": {
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001463 "Description": "[0:15] chip position",
1464 "AdditionalDataPropSource": "SRC6"
1465 }
1466 }
1467 },
1468
Patrick Williams26919f02022-12-08 06:12:43 -06001469 "Documentation": {
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001470 "Description": "Boot failure with SBE provided FFDC",
1471 "Message": "Boot failure reported by SBE",
1472 "Notes": [
1473 "The severity is set by the creator.",
1474 "Callouts added based on SBE provided FFDC.",
1475 "SBE provided additional debug data included as part of the",
1476 "additional user data section."
1477 ]
1478 }
1479 },
1480
1481 {
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001482 "Name": "org.open_power.Processor.Error.SbeBootTimeout",
1483 "Subsystem": "processor_chip",
1484 "ComponentID": "0x3500",
1485
Patrick Williams26919f02022-12-08 06:12:43 -06001486 "SRC": {
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001487 "ReasonCode": "0x3504",
Patrick Williams26919f02022-12-08 06:12:43 -06001488 "Words6To9": {}
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001489 },
1490
Jayanth Othayothf5cd2a42022-05-31 02:54:10 -05001491 "Callouts": [
1492 {
1493 "System": "ibm,rainier",
1494 "CalloutList": [
1495 {
1496 "Priority": "low",
1497 "LocCode": "P0"
1498 },
1499 {
1500 "Priority": "low",
1501 "LocCode": "P0-C22"
1502 }
1503 ]
1504 },
1505 {
1506 "System": "ibm,everest",
1507 "CalloutList": [
1508 {
1509 "Priority": "low",
1510 "LocCode": "P0"
1511 },
1512 {
1513 "Priority": "low",
1514 "LocCode": "P0-C96"
1515 }
1516 ]
Matt Spinlerbc560982023-04-10 11:16:42 -05001517 },
1518 {
1519 "System": "ibm,bonnell",
1520 "CalloutList": [
1521 {
1522 "Priority": "low",
1523 "LocCode": "P0"
1524 },
1525 {
1526 "Priority": "low",
1527 "LocCode": "P0-C5"
1528 }
1529 ]
Jayanth Othayothf5cd2a42022-05-31 02:54:10 -05001530 }
1531 ],
1532
Patrick Williams26919f02022-12-08 06:12:43 -06001533 "Documentation": {
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001534 "Description": "SBE Boot timeout",
1535 "Message": "timeout reported during SBE boot process",
1536 "Notes": [
1537 "The severity is set by the creator.",
1538 "Check SBE Dump associated to this error to debug the failure."
1539 ]
1540 }
1541 },
1542
1543 {
Ben Tyner34836322020-04-15 17:01:48 -05001544 "Name": "org.open_power.Attn.Error.Terminate",
Ben Tyner808e29f2021-04-16 08:32:23 -05001545 "Subsystem": "cec_hardware",
1546 "Severity": "non_error",
Ben Tyner34836322020-04-15 17:01:48 -05001547
Patrick Williams26919f02022-12-08 06:12:43 -06001548 "SRC": {
Ben Tyner34836322020-04-15 17:01:48 -05001549 "ReasonCode": "0xD138",
Patrick Williams26919f02022-12-08 06:12:43 -06001550 "SymptomIDFields": [
1551 "SRCWord3",
1552 "SRCWord4",
1553 "SRCWord5",
1554 "SRCWord6",
1555 "SRCWord7",
1556 "SRCWord8",
1557 "SRCWord9"
1558 ],
1559 "Words6To9": {}
Ben Tyner34836322020-04-15 17:01:48 -05001560 },
1561
Patrick Williams26919f02022-12-08 06:12:43 -06001562 "Documentation": {
Ben Tyner34836322020-04-15 17:01:48 -05001563 "Description": "Status shows TI special attention active",
1564 "Message": "TI special attention detected",
1565 "Notes": [
1566 "This entry is for any TI special attention event ",
1567 "reported by the attention handler component"
1568 ]
1569 }
1570 },
1571
1572 {
1573 "Name": "org.open_power.Attn.Error.Fail",
1574 "Subsystem": "bmc_firmware",
1575 "Severity": "unrecoverable_loss_of_function",
1576
Patrick Williams26919f02022-12-08 06:12:43 -06001577 "SRC": {
Ben Tyner34836322020-04-15 17:01:48 -05001578 "ReasonCode": "0xD13E",
Patrick Williams26919f02022-12-08 06:12:43 -06001579 "Words6To9": {
1580 "6": {
Ben Tyner34836322020-04-15 17:01:48 -05001581 "Description": "Error code from attention handler",
1582 "AdditionalDataPropSource": "ERROR_CODE"
1583 }
1584 }
1585 },
Patrick Williams26919f02022-12-08 06:12:43 -06001586 "Documentation": {
Ben Tyner34836322020-04-15 17:01:48 -05001587 "Description": "The attention handler encountered an error",
Patrick Williams26919f02022-12-08 06:12:43 -06001588 "MessageArgSources": ["SRCWord6"],
Ben Tyner34836322020-04-15 17:01:48 -05001589 "Message": "Attention handler error %1",
Patrick Williams26919f02022-12-08 06:12:43 -06001590 "Notes": ["Attention handler will provide error code"]
Ben Tyner34836322020-04-15 17:01:48 -05001591 }
1592 },
1593
1594 {
1595 "Name": "org.open_power.Attn.Error.Vital",
1596 "Subsystem": "processor_chip",
Ben Tyner34836322020-04-15 17:01:48 -05001597
Patrick Williams26919f02022-12-08 06:12:43 -06001598 "SRC": {
Ben Tyner34836322020-04-15 17:01:48 -05001599 "ReasonCode": "0xD16D",
Patrick Williams26919f02022-12-08 06:12:43 -06001600 "Words6To9": {}
Ben Tyner34836322020-04-15 17:01:48 -05001601 },
1602
Patrick Williams26919f02022-12-08 06:12:43 -06001603 "Documentation": {
Ben Tyner34836322020-04-15 17:01:48 -05001604 "Description": "Status shows SBE vital attention active",
1605 "Message": "SBE vital attention detected",
1606 "Notes": [
1607 "This entry is for any SBE vital attention event ",
1608 "reported by the attention handler component"
1609 ]
1610 }
1611 },
1612
1613 {
1614 "Name": "org.open_power.HwDiags.Error.Checkstop",
Zane Shelley4e6355d2022-02-24 15:28:08 -06001615 "PossibleSubsystems": [
Patrick Williams26919f02022-12-08 06:12:43 -06001616 "processor",
1617 "processor_fru",
1618 "processor_unit",
1619 "processor_bus",
1620 "memory_ctlr",
1621 "memory_bus",
1622 "memory_dimm",
1623 "memory_fru",
1624 "phb",
1625 "cec_hardware",
1626 "cec_clocks",
1627 "cec_tod",
1628 "others"
Zane Shelley4e6355d2022-02-24 15:28:08 -06001629 ],
1630 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06001631 "ActionFlags": ["service_action", "report", "call_home"],
Ben Tyner34836322020-04-15 17:01:48 -05001632
Patrick Williams26919f02022-12-08 06:12:43 -06001633 "SRC": {
Zane Shelley561c0382020-11-17 13:20:05 -06001634 "ReasonCode": "0xE510",
Patrick Williams26919f02022-12-08 06:12:43 -06001635 "SymptomIDFields": ["SRCWord6", "SRCWord7", "SRCWord8"],
1636 "Words6To9": {
1637 "6": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001638 "AdditionalDataPropSource": "SRC6"
1639 },
Patrick Williams26919f02022-12-08 06:12:43 -06001640 "7": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001641 "AdditionalDataPropSource": "SRC7"
1642 },
Patrick Williams26919f02022-12-08 06:12:43 -06001643 "8": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001644 "AdditionalDataPropSource": "SRC8"
1645 }
Ben Tyner34836322020-04-15 17:01:48 -05001646 }
1647 },
1648
Patrick Williams26919f02022-12-08 06:12:43 -06001649 "Documentation": {
Zane Shelley561c0382020-11-17 13:20:05 -06001650 "Description": "A system checkstop attention has occurred",
Patrick Williams26919f02022-12-08 06:12:43 -06001651 "MessageArgSources": ["SRCWord6", "SRCWord7", "SRCWord8"],
Zane Shelley45ab43a2021-11-13 16:16:57 -06001652 "Message": "Error Signature: %1 %2 %3"
Ben Tyner34836322020-04-15 17:01:48 -05001653 }
1654 },
1655
1656 {
Zane Shelley561c0382020-11-17 13:20:05 -06001657 "Name": "org.open_power.HwDiags.Error.Predictive",
Zane Shelley4e6355d2022-02-24 15:28:08 -06001658 "PossibleSubsystems": [
Patrick Williams26919f02022-12-08 06:12:43 -06001659 "processor",
1660 "processor_fru",
1661 "processor_unit",
1662 "processor_bus",
1663 "memory_ctlr",
1664 "memory_bus",
1665 "memory_dimm",
1666 "memory_fru",
1667 "phb",
1668 "cec_hardware",
1669 "cec_clocks",
1670 "cec_tod",
1671 "others"
Zane Shelley4e6355d2022-02-24 15:28:08 -06001672 ],
1673 "Severity": "predictive",
Patrick Williams26919f02022-12-08 06:12:43 -06001674 "ActionFlags": ["service_action", "report", "call_home"],
Ben Tyner34836322020-04-15 17:01:48 -05001675
Patrick Williams26919f02022-12-08 06:12:43 -06001676 "SRC": {
Zane Shelley561c0382020-11-17 13:20:05 -06001677 "ReasonCode": "0xE511",
Patrick Williams26919f02022-12-08 06:12:43 -06001678 "SymptomIDFields": ["SRCWord6", "SRCWord7", "SRCWord8"],
1679 "Words6To9": {
1680 "6": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001681 "AdditionalDataPropSource": "SRC6"
1682 },
Patrick Williams26919f02022-12-08 06:12:43 -06001683 "7": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001684 "AdditionalDataPropSource": "SRC7"
1685 },
Patrick Williams26919f02022-12-08 06:12:43 -06001686 "8": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001687 "AdditionalDataPropSource": "SRC8"
1688 }
Ben Tyner34836322020-04-15 17:01:48 -05001689 }
1690 },
Zane Shelley561c0382020-11-17 13:20:05 -06001691
Patrick Williams26919f02022-12-08 06:12:43 -06001692 "Documentation": {
Zane Shelley561c0382020-11-17 13:20:05 -06001693 "Description": "A hardware attention requiring service has occurred",
Patrick Williams26919f02022-12-08 06:12:43 -06001694 "MessageArgSources": ["SRCWord6", "SRCWord7", "SRCWord8"],
Zane Shelley45ab43a2021-11-13 16:16:57 -06001695 "Message": "Error Signature: %1 %2 %3"
Ben Tyner34836322020-04-15 17:01:48 -05001696 }
Shawn McCarney01648f52020-06-25 11:42:02 -05001697 },
1698
1699 {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001700 "Name": "org.open_power.HwDiags.Error.Informational",
Zane Shelley4e6355d2022-02-24 15:28:08 -06001701 "PossibleSubsystems": [
Patrick Williams26919f02022-12-08 06:12:43 -06001702 "processor",
1703 "processor_fru",
1704 "processor_unit",
1705 "processor_bus",
1706 "memory_ctlr",
1707 "memory_bus",
1708 "memory_dimm",
1709 "memory_fru",
1710 "phb",
1711 "cec_hardware",
1712 "cec_clocks",
1713 "cec_tod",
1714 "others"
Zane Shelley4e6355d2022-02-24 15:28:08 -06001715 ],
1716 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -06001717 "ActionFlags": ["hidden", "dont_report"],
Zane Shelleydd4bd482021-12-08 09:12:51 -06001718
Patrick Williams26919f02022-12-08 06:12:43 -06001719 "SRC": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001720 "ReasonCode": "0xE512",
Patrick Williams26919f02022-12-08 06:12:43 -06001721 "SymptomIDFields": ["SRCWord6", "SRCWord7", "SRCWord8"],
1722 "Words6To9": {
1723 "6": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001724 "AdditionalDataPropSource": "SRC6"
1725 },
Patrick Williams26919f02022-12-08 06:12:43 -06001726 "7": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001727 "AdditionalDataPropSource": "SRC7"
1728 },
Patrick Williams26919f02022-12-08 06:12:43 -06001729 "8": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001730 "AdditionalDataPropSource": "SRC8"
1731 }
1732 }
1733 },
1734
Patrick Williams26919f02022-12-08 06:12:43 -06001735 "Documentation": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001736 "Description": "Manual analysis was initiated via the command line. FFDC only.",
Patrick Williams26919f02022-12-08 06:12:43 -06001737 "MessageArgSources": ["SRCWord6", "SRCWord7", "SRCWord8"],
Zane Shelleydd4bd482021-12-08 09:12:51 -06001738 "Message": "Error Signature: %1 %2 %3"
1739 }
1740 },
1741
1742 {
Brandon Wyman38caaf02020-09-01 16:07:42 -05001743 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.InputFault",
1744 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001745 "ActionFlags": ["service_action", "report"],
1746 "ComponentID": "0x2700",
1747
1748 "SRC": {
1749 "Type": "11",
1750 "ReasonCode": "0x15F0",
1751 "Words6To9": {}
1752 },
1753
1754 "Callouts": [
1755 {
1756 "CalloutList": [
1757 { "Priority": "high", "SymbolicFRU": "pwrsply" }
1758 ]
1759 }
1760 ],
1761
1762 "Documentation": {
1763 "Description": "Power Supply input power fault",
1764 "Message": "A power supply has indicated an input or under voltage condition.",
1765 "Notes": [
1766 "Check the power supply cabling and/or input power ",
1767 "source. The PWRSPLY procedure is used rather than ",
1768 "calling out a location code, as typically these faults ",
1769 "are related to the supplied power, the cable, or the ",
1770 "cable connectors. If the input fault resolves down to an ",
1771 "issue with the power supply itself, the power supply ",
1772 "indicating this input fault should be called out. Add the ",
1773 "CALLOUT_INVENTORY_PATH to the additional data, and set the",
1774 "CALLOUT_PRIORITY to something other than high."
1775 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06001776 },
1777
1778 "JournalCapture": {
1779 "Sections": [
1780 {
1781 "SyslogID": "phosphor-psu-monitor",
1782 "NumLines": 30
1783 },
1784 {
1785 "SyslogID": "phosphor-power-control",
1786 "NumLines": 30
1787 },
1788 {
1789 "SyslogID": "phosphor-chassis-state-manager",
1790 "NumLines": 15
1791 },
1792 {
1793 "SyslogID": "systemd",
1794 "NumLines": 15
1795 }
1796 ]
Brandon Wyman38caaf02020-09-01 16:07:42 -05001797 }
1798 },
1799
1800 {
1801 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Fault",
1802 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001803 "ActionFlags": ["service_action", "report", "call_home"],
1804 "ComponentID": "0x2700",
1805
1806 "SRC": {
1807 "Type": "11",
1808 "ReasonCode": "0x15F1",
1809 "Words6To9": {}
1810 },
1811
Jim Wright006dafd2022-05-27 12:09:43 -05001812 "Callouts": [
1813 {
1814 "CalloutList": [
1815 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
1816 ]
1817 }
1818 ],
1819
Brandon Wyman38caaf02020-09-01 16:07:42 -05001820 "Documentation": {
1821 "Description": "Power Supply power fault",
1822 "Message": "The power supply detected a fault condition, see AdditionalData for further details.",
1823 "Notes": [
1824 "The power supply reporting the fault should be called ",
1825 "out using the CALLOUT_INVENTORY_PATH keyword. Include ",
1826 "specific fault, STATUS_* details, and code level in the ",
1827 "AdditionalData section."
1828 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06001829 },
1830
1831 "JournalCapture": {
1832 "Sections": [
1833 {
1834 "SyslogID": "phosphor-psu-monitor",
1835 "NumLines": 30
1836 },
1837 {
1838 "SyslogID": "phosphor-power-control",
1839 "NumLines": 30
1840 },
1841 {
1842 "SyslogID": "phosphor-chassis-state-manager",
1843 "NumLines": 15
1844 },
1845 {
1846 "SyslogID": "systemd",
1847 "NumLines": 15
1848 }
1849 ]
Brandon Wyman38caaf02020-09-01 16:07:42 -05001850 }
1851 },
1852
1853 {
1854 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.CommFault",
1855 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001856 "ActionFlags": ["service_action", "report", "call_home"],
1857 "ComponentID": "0x2700",
1858
1859 "SRC": {
1860 "Type": "11",
1861 "ReasonCode": "0x15F2",
1862 "Words6To9": {}
1863 },
1864
Jim Wright006dafd2022-05-27 12:09:43 -05001865 "Callouts": [
1866 {
1867 "CalloutList": [
1868 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
1869 ]
1870 }
1871 ],
1872
Brandon Wyman38caaf02020-09-01 16:07:42 -05001873 "Documentation": {
1874 "Description": "Power Supply non-power fault",
1875 "Message": "A communication failure occurred talking to the power supply",
1876 "Notes": [
1877 "Communication problems with the power supply could be ",
1878 "the power supply, or any hardware between it and the ",
1879 "BMC. Reporting the error should be passing in a call ",
1880 "out using CALLOUT_DEVICE_PATH."
1881 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06001882 },
1883 "JournalCapture": {
1884 "Sections": [
1885 {
1886 "SyslogID": "phosphor-psu-monitor",
1887 "NumLines": 30
1888 },
1889 {
1890 "SyslogID": "phosphor-power-control",
1891 "NumLines": 30
1892 },
1893 {
1894 "SyslogID": "phosphor-chassis-state-manager",
1895 "NumLines": 15
1896 },
1897 {
1898 "SyslogID": "systemd",
1899 "NumLines": 15
1900 }
1901 ]
Brandon Wyman38caaf02020-09-01 16:07:42 -05001902 }
1903 },
1904
1905 {
1906 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Missing",
1907 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001908 "ActionFlags": ["service_action", "report", "call_home"],
1909 "ComponentID": "0x2700",
1910
1911 "SRC": {
1912 "Type": "11",
1913 "ReasonCode": "0x15F6",
1914 "Words6To9": {}
1915 },
1916
1917 "Callouts": [
1918 {
1919 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -05001920 {
1921 "Priority": "high",
1922 "SymbolicFRUTrusted": "pwrsply",
1923 "UseInventoryLocCode": true
1924 }
Brandon Wyman38caaf02020-09-01 16:07:42 -05001925 ]
1926 }
1927 ],
1928
1929 "Documentation": {
1930 "Description": "Power Supply is missing",
1931 "Message": "A power supply that should be present is missing",
1932 "Notes": [
1933 "The CalloutList should use the PWRSPLY symbolic FRU ",
Matt Spinler80600192020-10-23 09:29:33 -05001934 "with the trusted location code property. The ",
1935 "location code in this callout is obtained from ",
1936 "the passed in CALLOUT_INVENTORY_PATH value."
Brandon Wyman38caaf02020-09-01 16:07:42 -05001937 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06001938 },
1939
1940 "JournalCapture": {
1941 "Sections": [
1942 {
1943 "SyslogID": "phosphor-psu-monitor",
1944 "NumLines": 30
1945 },
1946 {
1947 "SyslogID": "phosphor-power-control",
1948 "NumLines": 30
1949 },
1950 {
1951 "SyslogID": "phosphor-chassis-state-manager",
1952 "NumLines": 15
1953 },
1954 {
1955 "SyslogID": "systemd",
1956 "NumLines": 15
1957 }
1958 ]
Brandon Wyman38caaf02020-09-01 16:07:42 -05001959 }
1960 },
1961
1962 {
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00001963 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.NotSupported",
1964 "Subsystem": "power_supply",
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00001965 "ActionFlags": ["service_action", "report", "call_home"],
1966 "ComponentID": "0x2700",
1967
1968 "SRC": {
1969 "Type": "11",
1970 "ReasonCode": "0x15F7",
1971 "Words6To9": {}
1972 },
1973
Jim Wright006dafd2022-05-27 12:09:43 -05001974 "Callouts": [
1975 {
1976 "CalloutList": [
1977 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
1978 ]
1979 }
1980 ],
1981
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00001982 "Documentation": {
1983 "Description": "Power Supply configuration is not supported",
1984 "Message": "The power supply configuration is not supported",
1985 "Notes": [
1986 "The combination of power supplies detected in the ",
1987 "system is not supported. This could be caused by ",
1988 "mismatched models, less than expected number of power ",
1989 "supplies, or other unsupported characteristics."
1990 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06001991 },
1992
1993 "JournalCapture": {
1994 "Sections": [
1995 {
1996 "SyslogID": "phosphor-psu-monitor",
1997 "NumLines": 30
1998 },
1999 {
2000 "SyslogID": "phosphor-power-control",
2001 "NumLines": 30
2002 },
2003 {
2004 "SyslogID": "phosphor-chassis-state-manager",
2005 "NumLines": 15
2006 },
2007 {
2008 "SyslogID": "systemd",
2009 "NumLines": 15
2010 }
2011 ]
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00002012 }
2013 },
2014
2015 {
Brandon Wymanc30f00a2021-11-18 21:10:04 +00002016 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.FanFault",
2017 "Subsystem": "power_supply",
Brandon Wymanc30f00a2021-11-18 21:10:04 +00002018 "ActionFlags": ["service_action", "report", "call_home"],
2019 "ComponentID": "0x2700",
2020
2021 "SRC": {
2022 "Type": "11",
2023 "ReasonCode": "0x15FF",
2024 "Words6To9": {}
2025 },
2026
Jim Wright006dafd2022-05-27 12:09:43 -05002027 "Callouts": [
2028 {
2029 "CalloutList": [
2030 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
2031 ]
2032 }
2033 ],
2034
Brandon Wymanc30f00a2021-11-18 21:10:04 +00002035 "Documentation": {
2036 "Description": "Power Supply fan fault",
2037 "Message": "A power supply indicated a fan fault has occurred",
2038 "Notes": [
2039 "The power supply reporting the fault should be called ",
2040 "out using the CALLOUT_INVENTORY_PATH keyword. Include ",
2041 "specific fault, STATUS_* details, and code level in the ",
2042 "AdditionalData section."
2043 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06002044 },
2045
2046 "JournalCapture": {
2047 "Sections": [
2048 {
2049 "SyslogID": "phosphor-psu-monitor",
2050 "NumLines": 30
2051 },
2052 {
2053 "SyslogID": "phosphor-power-control",
2054 "NumLines": 30
2055 },
2056 {
2057 "SyslogID": "phosphor-chassis-state-manager",
2058 "NumLines": 15
2059 },
2060 {
2061 "SyslogID": "systemd",
2062 "NumLines": 15
2063 }
2064 ]
Brandon Wymanc30f00a2021-11-18 21:10:04 +00002065 }
2066 },
2067
2068 {
Brandon Wyman90c88402021-11-16 20:34:49 +00002069 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.IoutOCFault",
2070 "Subsystem": "power_supply",
Brandon Wyman90c88402021-11-16 20:34:49 +00002071 "ActionFlags": ["service_action", "report", "call_home"],
2072 "ComponentID": "0x2700",
2073
2074 "SRC": {
2075 "Type": "11",
2076 "ReasonCode": "0x1B01",
2077 "Words6To9": {}
2078 },
2079
2080 "Callouts": [
2081 {
2082 "CalloutList": [
2083 { "Priority": "high", "Procedure": "power_overcurrent" }
2084 ]
2085 }
2086 ],
2087
2088 "Documentation": {
2089 "Description": "Power Supply output over-current power fault",
2090 "Message": "A power supply has indicated an output over-current condition."
Faisal Awada8d2b2422023-03-03 15:48:09 -06002091 },
2092
2093 "JournalCapture": {
2094 "Sections": [
2095 {
2096 "SyslogID": "phosphor-psu-monitor",
2097 "NumLines": 30
2098 },
2099 {
2100 "SyslogID": "phosphor-power-control",
2101 "NumLines": 30
2102 },
2103 {
2104 "SyslogID": "phosphor-chassis-state-manager",
2105 "NumLines": 15
2106 },
2107 {
2108 "SyslogID": "systemd",
2109 "NumLines": 15
2110 }
2111 ]
Brandon Wyman90c88402021-11-16 20:34:49 +00002112 }
2113 },
2114
2115 {
Jay Meyer54ff54e2021-03-14 20:18:41 -05002116 "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Blackout",
2117 "Subsystem": "power",
Patrick Williams26919f02022-12-08 06:12:43 -06002118 "ActionFlags": ["report", "service_action"],
Jay Meyer54ff54e2021-03-14 20:18:41 -05002119 "ComponentID": "0x2700",
2120
Patrick Williams26919f02022-12-08 06:12:43 -06002121 "SRC": {
Jay Meyer54ff54e2021-03-14 20:18:41 -05002122 "Type": "11",
2123 "ReasonCode": "0x00AC",
Mike Cappsa2d7b772022-03-07 15:47:48 -05002124 "Words6To9": {}
Jay Meyer54ff54e2021-03-14 20:18:41 -05002125 },
2126
2127 "Callouts": [
2128 {
2129 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002130 { "Priority": "high", "SymbolicFRU": "ac_module" }
Jay Meyer54ff54e2021-03-14 20:18:41 -05002131 ]
2132 }
2133 ],
2134
2135 "Documentation": {
2136 "Description": "Input power was lost while the system was powered on.",
2137 "Message": "Input power was lost while the system was powered on.",
2138 "Notes": [
2139 "Input power was lost while system powered on.",
2140 "The CalloutList should use the ACMODUL symbolic FRU."
2141 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06002142 },
2143
2144 "JournalCapture": {
2145 "Sections": [
2146 {
2147 "SyslogID": "phosphor-psu-monitor",
2148 "NumLines": 30
2149 },
2150 {
2151 "SyslogID": "phosphor-power-control",
2152 "NumLines": 30
2153 },
2154 {
2155 "SyslogID": "phosphor-chassis-state-manager",
2156 "NumLines": 15
2157 },
2158 {
2159 "SyslogID": "systemd",
2160 "NumLines": 15
2161 }
2162 ]
Jay Meyer54ff54e2021-03-14 20:18:41 -05002163 }
2164 },
2165
2166 {
Patrick Williams26919f02022-12-08 06:12:43 -06002167 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.PSKillFault",
Brandon Wyman002d8cf2021-12-01 23:05:11 +00002168 "Subsystem": "power_supply",
Brandon Wyman002d8cf2021-12-01 23:05:11 +00002169 "ActionFlags": ["service_action", "report", "call_home"],
2170 "ComponentID": "0x2700",
2171
2172 "SRC": {
2173 "Type": "11",
2174 "ReasonCode": "0x2500",
Mike Cappsa2d7b772022-03-07 15:47:48 -05002175 "Words6To9": {}
Brandon Wyman002d8cf2021-12-01 23:05:11 +00002176 },
2177
2178 "Callouts": [
2179 {
2180 "CalloutList": [
2181 { "Priority": "high", "Procedure": "power_overcurrent" }
2182 ]
2183 }
2184 ],
2185
2186 "Documentation": {
2187 "Description": "A power supply fault is potentially preventing the power supply from allowing the system to power on.",
2188 "Message": "Power supply PSKill_fault",
Patrick Williams26919f02022-12-08 06:12:43 -06002189 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06002190 },
2191
2192 "JournalCapture": {
2193 "Sections": [
2194 {
2195 "SyslogID": "phosphor-psu-monitor",
2196 "NumLines": 30
2197 },
2198 {
2199 "SyslogID": "phosphor-power-control",
2200 "NumLines": 30
2201 },
2202 {
2203 "SyslogID": "phosphor-chassis-state-manager",
2204 "NumLines": 15
2205 },
2206 {
2207 "SyslogID": "systemd",
2208 "NumLines": 15
2209 }
2210 ]
Brandon Wyman002d8cf2021-12-01 23:05:11 +00002211 }
2212 },
2213
2214 {
Jim Wright7f678902020-11-30 16:03:57 -06002215 "Name": "xyz.openbmc_project.Power.Error.Shutdown",
2216 "Subsystem": "power_sequencer",
2217 "ComponentID": "0x2700",
2218
2219 "SRC": {
2220 "Type": "11",
2221 "ReasonCode": "0x2600",
2222 "Words6To9": {}
2223 },
2224
2225 "Callouts": [
2226 {
2227 "CalloutList": [
2228 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2229 ]
2230 }
2231 ],
2232
2233 "Documentation": {
2234 "Description": "A power off was issued because a power fault was detected",
2235 "Message": "A power off was issued because a power fault was detected",
Patrick Williams26919f02022-12-08 06:12:43 -06002236 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06002237 },
2238
2239 "JournalCapture": {
2240 "Sections": [
2241 {
2242 "SyslogID": "phosphor-psu-monitor",
2243 "NumLines": 30
2244 },
2245 {
2246 "SyslogID": "phosphor-power-control",
2247 "NumLines": 30
2248 },
2249 {
2250 "SyslogID": "phosphor-chassis-state-manager",
2251 "NumLines": 15
2252 },
2253 {
2254 "SyslogID": "systemd",
2255 "NumLines": 15
2256 },
2257 {
2258 "SyslogID": "phosphor-regulators",
2259 "NumLines": 5
2260 }
2261 ]
Jim Wright7f678902020-11-30 16:03:57 -06002262 }
2263 },
2264
2265 {
Ben Tyner0273a222021-07-12 15:18:13 -05002266 "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Regulator",
2267 "Subsystem": "power_control_hw",
Mike Capps2a2d0ae2022-03-16 18:09:00 -04002268 "Severity": "critical_system_term",
Ben Tyner0273a222021-07-12 15:18:13 -05002269 "ComponentID": "0x2700",
2270
2271 "SRC": {
2272 "Type": "11",
2273 "ReasonCode": "0x2602",
Mike Cappsa2d7b772022-03-07 15:47:48 -05002274 "Words6To9": {}
Ben Tyner0273a222021-07-12 15:18:13 -05002275 },
2276
2277 "Callouts": [
2278 {
2279 "System": "ibm,rainier",
2280 "CalloutList": [
2281 {
2282 "Priority": "high",
2283 "LocCode": "P0-C5"
2284 },
2285 {
2286 "Priority": "medium",
2287 "LocCode": "P0"
2288 }
2289 ]
2290 },
2291 {
2292 "System": "ibm,everest",
2293 "CalloutList": [
2294 {
2295 "Priority": "high",
2296 "LocCode": "P0-C59"
2297 },
2298 {
2299 "Priority": "medium",
2300 "LocCode": "P0"
2301 }
2302 ]
Matt Spinler0600cf72023-04-10 11:22:33 -05002303 },
2304 {
2305 "System": "ibm,bonnell",
2306 "CalloutList": [
2307 {
2308 "Priority": "high",
2309 "LocCode": "P0"
2310 }
2311 ]
Ben Tyner0273a222021-07-12 15:18:13 -05002312 }
2313 ],
2314
2315 "Documentation": {
2316 "Description": "A power off was issued because a regulator for standby power faulted",
2317 "Message": "A power off was issued because a regulator for standby power faulted",
Patrick Williams26919f02022-12-08 06:12:43 -06002318 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06002319 },
2320
2321 "JournalCapture": {
2322 "Sections": [
2323 {
2324 "SyslogID": "phosphor-psu-monitor",
2325 "NumLines": 30
2326 },
2327 {
2328 "SyslogID": "phosphor-power-control",
2329 "NumLines": 30
2330 },
2331 {
2332 "SyslogID": "phosphor-chassis-state-manager",
2333 "NumLines": 15
2334 },
2335 {
2336 "SyslogID": "systemd",
2337 "NumLines": 15
2338 },
2339 {
2340 "SyslogID": "phosphor-regulators",
2341 "NumLines": 5
2342 }
2343 ]
Ben Tyner0273a222021-07-12 15:18:13 -05002344 }
2345 },
2346
2347 {
Jim Wright7f678902020-11-30 16:03:57 -06002348 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerPGOODFault",
2349 "Subsystem": "power_sequencer",
2350 "ComponentID": "0x2700",
2351
2352 "SRC": {
2353 "Type": "11",
2354 "ReasonCode": "0x2610",
2355 "Words6To9": {}
2356 },
2357
2358 "CalloutsUsingAD": {
Patrick Williams26919f02022-12-08 06:12:43 -06002359 "ADName": "INPUT_NAME",
2360 "CalloutsWithTheirADValues": [
Jim Wright7f678902020-11-30 16:03:57 -06002361 {
Patrick Williams26919f02022-12-08 06:12:43 -06002362 "ADValue": "PGOOD_12A",
2363 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002364 {
2365 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002366 {
2367 "Priority": "high",
2368 "SymbolicFRU": "pgood_part"
2369 }
Jim Wright7f678902020-11-30 16:03:57 -06002370 ]
2371 }
2372 ]
2373 },
2374 {
Patrick Williams26919f02022-12-08 06:12:43 -06002375 "ADValue": "PGOOD_12B",
2376 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002377 {
2378 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002379 {
2380 "Priority": "high",
2381 "SymbolicFRU": "pgood_part"
2382 }
Jim Wright7f678902020-11-30 16:03:57 -06002383 ]
2384 }
2385 ]
2386 },
2387 {
Patrick Williams26919f02022-12-08 06:12:43 -06002388 "ADValue": "PGOOD_12C",
2389 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002390 {
2391 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002392 {
2393 "Priority": "high",
2394 "SymbolicFRU": "pgood_part"
2395 }
Jim Wright7f678902020-11-30 16:03:57 -06002396 ]
2397 }
2398 ]
2399 },
2400 {
Patrick Williams26919f02022-12-08 06:12:43 -06002401 "ADValue": "PGOOD_12D",
2402 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002403 {
2404 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002405 {
2406 "Priority": "high",
2407 "SymbolicFRU": "pgood_part"
2408 }
Jim Wright7f678902020-11-30 16:03:57 -06002409 ]
2410 }
2411 ]
2412 },
2413 {
Patrick Williams26919f02022-12-08 06:12:43 -06002414 "ADValue": "PGOOD_12L",
2415 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002416 {
2417 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002418 {
2419 "Priority": "high",
2420 "SymbolicFRU": "pgood_part"
2421 }
Jim Wright7f678902020-11-30 16:03:57 -06002422 ]
2423 }
2424 ]
2425 },
2426 {
Patrick Williams26919f02022-12-08 06:12:43 -06002427 "ADValue": "PGOOD_12M",
2428 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002429 {
2430 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002431 {
2432 "Priority": "high",
2433 "SymbolicFRU": "pgood_part"
2434 }
Jim Wright7f678902020-11-30 16:03:57 -06002435 ]
2436 }
2437 ]
2438 },
2439 {
Patrick Williams26919f02022-12-08 06:12:43 -06002440 "ADValue": "PGOOD_12N",
2441 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002442 {
2443 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002444 {
2445 "Priority": "high",
2446 "SymbolicFRU": "pgood_part"
2447 }
Jim Wright7f678902020-11-30 16:03:57 -06002448 ]
2449 }
2450 ]
2451 },
2452 {
Patrick Williams26919f02022-12-08 06:12:43 -06002453 "ADValue": "PGOOD_12PCIE",
2454 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002455 {
2456 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002457 {
2458 "Priority": "high",
2459 "SymbolicFRU": "pgood_part"
2460 }
Jim Wright7f678902020-11-30 16:03:57 -06002461 ]
2462 }
2463 ]
2464 },
2465 {
Patrick Williams26919f02022-12-08 06:12:43 -06002466 "ADValue": "PGOOD_12Q",
2467 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002468 {
2469 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002470 {
2471 "Priority": "high",
2472 "SymbolicFRU": "pgood_part"
2473 }
Jim Wright7f678902020-11-30 16:03:57 -06002474 ]
2475 }
2476 ]
2477 },
2478 {
Patrick Williams26919f02022-12-08 06:12:43 -06002479 "ADValue": "PGOOD_VDN_DCM0",
2480 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002481 {
2482 "CalloutList": [
2483 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002484 {
2485 "Priority": "medium",
2486 "LocCode": "P0-C15"
2487 },
Jim Wright7f678902020-11-30 16:03:57 -06002488 { "Priority": "low", "LocCode": "P0" }
2489 ]
2490 }
2491 ]
2492 },
2493 {
Patrick Williams26919f02022-12-08 06:12:43 -06002494 "ADValue": "PGOOD_VDN_DCM1",
2495 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002496 {
2497 "CalloutList": [
2498 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002499 {
2500 "Priority": "medium",
2501 "LocCode": "P0-C24"
2502 },
Jim Wright7f678902020-11-30 16:03:57 -06002503 { "Priority": "low", "LocCode": "P0" }
2504 ]
2505 }
2506 ]
2507 },
2508 {
Patrick Williams26919f02022-12-08 06:12:43 -06002509 "ADValue": "PGOOD_VCS_DCM0",
2510 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002511 {
2512 "CalloutList": [
2513 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002514 {
2515 "Priority": "medium",
2516 "LocCode": "P0-C15"
2517 },
Jim Wright7f678902020-11-30 16:03:57 -06002518 { "Priority": "low", "LocCode": "P0" }
2519 ]
2520 }
2521 ]
2522 },
2523 {
Patrick Williams26919f02022-12-08 06:12:43 -06002524 "ADValue": "PGOOD_VCS_DCM1",
2525 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002526 {
2527 "CalloutList": [
2528 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002529 {
2530 "Priority": "medium",
2531 "LocCode": "P0-C24"
2532 },
Jim Wright7f678902020-11-30 16:03:57 -06002533 { "Priority": "low", "LocCode": "P0" }
2534 ]
2535 }
2536 ]
2537 },
2538 {
Patrick Williams26919f02022-12-08 06:12:43 -06002539 "ADValue": "PGOOD_VIO_DCM0",
2540 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002541 {
2542 "CalloutList": [
2543 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002544 {
2545 "Priority": "medium",
2546 "LocCode": "P0-C15"
2547 },
Jim Wright7f678902020-11-30 16:03:57 -06002548 { "Priority": "low", "LocCode": "P0" }
2549 ]
2550 }
2551 ]
2552 },
2553 {
Patrick Williams26919f02022-12-08 06:12:43 -06002554 "ADValue": "PGOOD_VIO_DCM1",
2555 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002556 {
2557 "CalloutList": [
2558 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002559 {
2560 "Priority": "medium",
2561 "LocCode": "P0-C24"
2562 },
Jim Wright7f678902020-11-30 16:03:57 -06002563 { "Priority": "low", "LocCode": "P0" }
2564 ]
2565 }
2566 ]
2567 },
2568 {
Patrick Williams26919f02022-12-08 06:12:43 -06002569 "ADValue": "PGOOD_VPCIE_DCM0",
2570 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002571 {
2572 "CalloutList": [
2573 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002574 {
2575 "Priority": "medium",
2576 "LocCode": "P0-C15"
2577 },
Jim Wright7f678902020-11-30 16:03:57 -06002578 { "Priority": "low", "LocCode": "P0" }
2579 ]
2580 }
2581 ]
2582 },
2583 {
Patrick Williams26919f02022-12-08 06:12:43 -06002584 "ADValue": "PGOOD_VPCIE_DCM1",
2585 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002586 {
2587 "CalloutList": [
2588 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002589 {
2590 "Priority": "medium",
2591 "LocCode": "P0-C24"
2592 },
Jim Wright7f678902020-11-30 16:03:57 -06002593 { "Priority": "low", "LocCode": "P0" }
2594 ]
2595 }
2596 ]
Jim Wright2e4eb072022-02-03 14:43:46 -06002597 },
2598 {
Patrick Williams26919f02022-12-08 06:12:43 -06002599 "ADValue": "CP0_VPCIE",
2600 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002601 {
2602 "CalloutList": [
2603 { "Priority": "high", "LocCode": "P0-C58" },
Patrick Williams26919f02022-12-08 06:12:43 -06002604 {
2605 "Priority": "medium",
2606 "LocCode": "P0-C61"
2607 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002608 { "Priority": "low", "LocCode": "P0" }
2609 ]
2610 }
2611 ]
2612 },
2613 {
Patrick Williams26919f02022-12-08 06:12:43 -06002614 "ADValue": "CP1_VPCIE",
2615 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002616 {
2617 "CalloutList": [
2618 { "Priority": "high", "LocCode": "P0-C16" },
Patrick Williams26919f02022-12-08 06:12:43 -06002619 {
2620 "Priority": "medium",
2621 "LocCode": "P0-C14"
2622 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002623 { "Priority": "low", "LocCode": "P0" }
2624 ]
2625 }
2626 ]
2627 },
2628 {
Patrick Williams26919f02022-12-08 06:12:43 -06002629 "ADValue": "CP2_VPCIE",
2630 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002631 {
2632 "CalloutList": [
2633 { "Priority": "high", "LocCode": "P0-C16" },
Patrick Williams26919f02022-12-08 06:12:43 -06002634 {
2635 "Priority": "medium",
2636 "LocCode": "P0-C19"
2637 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002638 { "Priority": "low", "LocCode": "P0" }
2639 ]
2640 }
2641 ]
2642 },
2643 {
Patrick Williams26919f02022-12-08 06:12:43 -06002644 "ADValue": "CP3_VPCIE",
2645 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002646 {
2647 "CalloutList": [
2648 { "Priority": "high", "LocCode": "P0-C58" },
Patrick Williams26919f02022-12-08 06:12:43 -06002649 {
2650 "Priority": "medium",
2651 "LocCode": "P0-C56"
2652 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002653 { "Priority": "low", "LocCode": "P0" }
2654 ]
2655 }
2656 ]
2657 },
2658 {
Patrick Williams26919f02022-12-08 06:12:43 -06002659 "ADValue": "5.0V_USB_front",
2660 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002661 {
2662 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002663 {
2664 "Priority": "high",
2665 "SymbolicFRU": "usb_pgood"
2666 },
Jim Wrightace33db2022-04-19 14:33:37 -05002667 { "Priority": "low", "LocCode": "P1" },
2668 { "Priority": "low", "LocCode": "P0" }
Jim Wright2e4eb072022-02-03 14:43:46 -06002669 ]
2670 }
2671 ]
2672 },
2673 {
Patrick Williams26919f02022-12-08 06:12:43 -06002674 "ADValue": "CP0_VDN",
2675 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002676 {
2677 "CalloutList": [
2678 { "Priority": "high", "LocCode": "P0-C63" },
Patrick Williams26919f02022-12-08 06:12:43 -06002679 {
2680 "Priority": "medium",
2681 "LocCode": "P0-C61"
2682 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002683 { "Priority": "low", "LocCode": "P0" }
2684 ]
2685 }
2686 ]
2687 },
2688 {
Patrick Williams26919f02022-12-08 06:12:43 -06002689 "ADValue": "CP1_VDN",
2690 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002691 {
2692 "CalloutList": [
2693 { "Priority": "high", "LocCode": "P0-C12" },
Patrick Williams26919f02022-12-08 06:12:43 -06002694 {
2695 "Priority": "medium",
2696 "LocCode": "P0-C14"
2697 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002698 { "Priority": "low", "LocCode": "P0" }
2699 ]
2700 }
2701 ]
2702 },
2703 {
Patrick Williams26919f02022-12-08 06:12:43 -06002704 "ADValue": "CP2_VDN",
2705 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002706 {
2707 "CalloutList": [
2708 { "Priority": "high", "LocCode": "P0-C21" },
Patrick Williams26919f02022-12-08 06:12:43 -06002709 {
2710 "Priority": "medium",
2711 "LocCode": "P0-C19"
2712 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002713 { "Priority": "low", "LocCode": "P0" }
2714 ]
2715 }
2716 ]
2717 },
2718 {
Patrick Williams26919f02022-12-08 06:12:43 -06002719 "ADValue": "CP3_VDN",
2720 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002721 {
2722 "CalloutList": [
2723 { "Priority": "high", "LocCode": "P0-C54" },
Patrick Williams26919f02022-12-08 06:12:43 -06002724 {
2725 "Priority": "medium",
2726 "LocCode": "P0-C56"
2727 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002728 { "Priority": "low", "LocCode": "P0" }
2729 ]
2730 }
2731 ]
2732 },
2733 {
Patrick Williams26919f02022-12-08 06:12:43 -06002734 "ADValue": "CP0_VIO",
2735 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002736 {
2737 "CalloutList": [
2738 { "Priority": "high", "LocCode": "P0-C63" },
Patrick Williams26919f02022-12-08 06:12:43 -06002739 {
2740 "Priority": "medium",
2741 "LocCode": "P0-C61"
2742 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002743 { "Priority": "low", "LocCode": "P0" }
2744 ]
2745 }
2746 ]
2747 },
2748 {
Patrick Williams26919f02022-12-08 06:12:43 -06002749 "ADValue": "CP1_VIO",
2750 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002751 {
2752 "CalloutList": [
2753 { "Priority": "high", "LocCode": "P0-C12" },
Patrick Williams26919f02022-12-08 06:12:43 -06002754 {
2755 "Priority": "medium",
2756 "LocCode": "P0-C14"
2757 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002758 { "Priority": "low", "LocCode": "P0" }
2759 ]
2760 }
2761 ]
2762 },
2763 {
Patrick Williams26919f02022-12-08 06:12:43 -06002764 "ADValue": "CP2_VIO",
2765 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002766 {
2767 "CalloutList": [
2768 { "Priority": "high", "LocCode": "P0-C21" },
Patrick Williams26919f02022-12-08 06:12:43 -06002769 {
2770 "Priority": "medium",
2771 "LocCode": "P0-C19"
2772 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002773 { "Priority": "low", "LocCode": "P0" }
2774 ]
2775 }
2776 ]
2777 },
2778 {
Patrick Williams26919f02022-12-08 06:12:43 -06002779 "ADValue": "CP3_VIO",
2780 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002781 {
2782 "CalloutList": [
2783 { "Priority": "high", "LocCode": "P0-C54" },
Patrick Williams26919f02022-12-08 06:12:43 -06002784 {
2785 "Priority": "medium",
2786 "LocCode": "P0-C56"
2787 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002788 { "Priority": "low", "LocCode": "P0" }
2789 ]
2790 }
2791 ]
Jim Wright9b779e42022-12-16 17:50:23 -06002792 },
2793 {
2794 "ADValue": "12P0VB_PG_OK",
2795 "Callouts": [
2796 {
2797 "CalloutList": [
2798 {
2799 "Priority": "high",
2800 "SymbolicFRU": "pgood_part"
2801 }
2802 ]
2803 }
2804 ]
2805 },
2806 {
2807 "ADValue": "12P0VA_PG_OK",
2808 "Callouts": [
2809 {
2810 "CalloutList": [
2811 {
2812 "Priority": "high",
2813 "SymbolicFRU": "pgood_part"
2814 }
2815 ]
2816 }
2817 ]
Jim Wright7f678902020-11-30 16:03:57 -06002818 }
2819 ]
2820 },
2821
2822 "Documentation": {
2823 "Description": "The power sequencer chip detected a PGOOD fault",
2824 "Message": "The power sequencer chip detected a PGOOD fault",
Patrick Williams26919f02022-12-08 06:12:43 -06002825 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06002826 },
2827
2828 "JournalCapture": {
2829 "Sections": [
2830 {
2831 "SyslogID": "phosphor-psu-monitor",
2832 "NumLines": 30
2833 },
2834 {
2835 "SyslogID": "phosphor-power-control",
2836 "NumLines": 30
2837 },
2838 {
2839 "SyslogID": "phosphor-chassis-state-manager",
2840 "NumLines": 15
2841 },
2842 {
2843 "SyslogID": "systemd",
2844 "NumLines": 15
2845 },
2846 {
2847 "SyslogID": "phosphor-regulators",
2848 "NumLines": 5
2849 }
2850 ]
Jim Wright7f678902020-11-30 16:03:57 -06002851 }
2852 },
2853
2854 {
2855 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerVoltageFault",
2856 "Subsystem": "power_sequencer",
2857 "ComponentID": "0x2700",
2858
2859 "SRC": {
2860 "Type": "11",
2861 "ReasonCode": "0x2620",
2862 "Words6To9": {}
2863 },
2864
2865 "CalloutsUsingAD": {
Patrick Williams26919f02022-12-08 06:12:43 -06002866 "ADName": "RAIL_NAME",
2867 "CalloutsWithTheirADValues": [
Jim Wright7f678902020-11-30 16:03:57 -06002868 {
Patrick Williams26919f02022-12-08 06:12:43 -06002869 "ADValue": "12.0V",
2870 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002871 {
2872 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002873 {
2874 "Priority": "high",
2875 "SymbolicFRU": "pgood_part"
2876 }
Jim Wright7f678902020-11-30 16:03:57 -06002877 ]
2878 }
2879 ]
2880 },
2881 {
Patrick Williams26919f02022-12-08 06:12:43 -06002882 "ADValue": "5.0V_USB",
2883 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002884 {
2885 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002886 {
2887 "Priority": "high",
2888 "SymbolicFRU": "usb_pgood"
2889 },
Jim Wright7f678902020-11-30 16:03:57 -06002890 { "Priority": "medium", "LocCode": "P0" }
2891 ]
2892 }
2893 ]
2894 },
2895 {
Patrick Williams26919f02022-12-08 06:12:43 -06002896 "ADValue": "5.0V_DASD",
2897 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002898 {
2899 "CalloutList": [
2900 { "Priority": "medium", "LocCode": "P1" },
2901 { "Priority": "medium", "LocCode": "P2" },
Jim Wright7f678902020-11-30 16:03:57 -06002902 { "Priority": "low", "LocCode": "P0" }
2903 ]
2904 }
2905 ]
2906 },
2907 {
Patrick Williams26919f02022-12-08 06:12:43 -06002908 "ADValue": "3.3VA",
2909 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002910 {
2911 "CalloutList": [
2912 { "Priority": "high", "LocCode": "P0" }
2913 ]
2914 }
2915 ]
2916 },
2917 {
Patrick Williams26919f02022-12-08 06:12:43 -06002918 "ADValue": "3.3VB",
2919 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002920 {
2921 "CalloutList": [
2922 { "Priority": "high", "LocCode": "P0" }
2923 ]
2924 }
2925 ]
2926 },
2927 {
Patrick Williams26919f02022-12-08 06:12:43 -06002928 "ADValue": "1.5V",
2929 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002930 {
2931 "CalloutList": [
2932 { "Priority": "high", "LocCode": "P0" }
2933 ]
2934 }
2935 ]
2936 },
2937 {
Patrick Williams26919f02022-12-08 06:12:43 -06002938 "ADValue": "1.1V",
2939 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002940 {
2941 "CalloutList": [
2942 { "Priority": "high", "LocCode": "P0" }
2943 ]
2944 }
2945 ]
2946 },
2947 {
Patrick Williams26919f02022-12-08 06:12:43 -06002948 "ADValue": "VDDA_DCM0",
2949 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002950 {
2951 "CalloutList": [
2952 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002953 {
2954 "Priority": "medium",
2955 "LocCode": "P0-C15"
2956 },
Jim Wright7f678902020-11-30 16:03:57 -06002957 { "Priority": "low", "LocCode": "P0" }
2958 ]
2959 }
2960 ]
2961 },
2962 {
Patrick Williams26919f02022-12-08 06:12:43 -06002963 "ADValue": "VDDB_DCM0",
2964 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002965 {
2966 "CalloutList": [
2967 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002968 {
2969 "Priority": "medium",
2970 "LocCode": "P0-C15"
2971 },
Jim Wright7f678902020-11-30 16:03:57 -06002972 { "Priority": "low", "LocCode": "P0" }
2973 ]
2974 }
2975 ]
2976 },
2977 {
Patrick Williams26919f02022-12-08 06:12:43 -06002978 "ADValue": "VDDA_DCM1",
2979 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002980 {
2981 "CalloutList": [
2982 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002983 {
2984 "Priority": "medium",
2985 "LocCode": "P0-C24"
2986 },
Jim Wright7f678902020-11-30 16:03:57 -06002987 { "Priority": "low", "LocCode": "P0" }
2988 ]
2989 }
2990 ]
2991 },
2992 {
Patrick Williams26919f02022-12-08 06:12:43 -06002993 "ADValue": "VDDB_DCM1",
2994 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002995 {
2996 "CalloutList": [
2997 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002998 {
2999 "Priority": "medium",
3000 "LocCode": "P0-C24"
3001 },
Jim Wright7f678902020-11-30 16:03:57 -06003002 { "Priority": "low", "LocCode": "P0" }
3003 ]
3004 }
3005 ]
3006 },
3007 {
Patrick Williams26919f02022-12-08 06:12:43 -06003008 "ADValue": "12.0VCS",
3009 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003010 {
3011 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003012 {
3013 "Priority": "high",
3014 "SymbolicFRU": "pgood_part"
3015 }
Jim Wright7f678902020-11-30 16:03:57 -06003016 ]
3017 }
3018 ]
3019 },
3020 {
Patrick Williams26919f02022-12-08 06:12:43 -06003021 "ADValue": "3.3VCS",
3022 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003023 {
3024 "CalloutList": [
3025 { "Priority": "high", "LocCode": "P0" }
3026 ]
3027 }
3028 ]
3029 },
3030 {
Patrick Williams26919f02022-12-08 06:12:43 -06003031 "ADValue": "1.1V_Current",
3032 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003033 {
3034 "CalloutList": [
3035 { "Priority": "high", "LocCode": "P0" }
3036 ]
3037 }
3038 ]
3039 },
3040 {
Patrick Williams26919f02022-12-08 06:12:43 -06003041 "ADValue": "5.0V_USB_Current",
3042 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003043 {
3044 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003045 {
3046 "Priority": "high",
3047 "SymbolicFRU": "usb_pgood"
3048 },
Jim Wright7f678902020-11-30 16:03:57 -06003049 { "Priority": "medium", "LocCode": "P0" }
3050 ]
3051 }
3052 ]
3053 },
3054 {
Patrick Williams26919f02022-12-08 06:12:43 -06003055 "ADValue": "5.0V_DASD_Current",
3056 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003057 {
3058 "CalloutList": [
3059 { "Priority": "medium", "LocCode": "P1" },
3060 { "Priority": "medium", "LocCode": "P2" },
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": "12.0VN",
3068 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003069 {
3070 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003071 {
3072 "Priority": "high",
3073 "SymbolicFRU": "pgood_part"
3074 }
Jim Wright7f678902020-11-30 16:03:57 -06003075 ]
3076 }
3077 ]
3078 },
3079 {
Patrick Williams26919f02022-12-08 06:12:43 -06003080 "ADValue": "12.0VP",
3081 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003082 {
3083 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003084 {
3085 "Priority": "high",
3086 "SymbolicFRU": "pgood_part"
3087 }
Jim Wright7f678902020-11-30 16:03:57 -06003088 ]
3089 }
3090 ]
3091 },
3092 {
Patrick Williams26919f02022-12-08 06:12:43 -06003093 "ADValue": "12.0VQ",
3094 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003095 {
3096 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003097 {
3098 "Priority": "high",
3099 "SymbolicFRU": "pgood_part"
3100 }
Jim Wright7f678902020-11-30 16:03:57 -06003101 ]
3102 }
3103 ]
3104 },
3105 {
Patrick Williams26919f02022-12-08 06:12:43 -06003106 "ADValue": "12.0VR",
3107 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003108 {
3109 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003110 {
3111 "Priority": "high",
3112 "SymbolicFRU": "pgood_part"
3113 }
Jim Wright7f678902020-11-30 16:03:57 -06003114 ]
3115 }
3116 ]
3117 },
3118 {
Patrick Williams26919f02022-12-08 06:12:43 -06003119 "ADValue": "ThermalDiode1",
3120 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003121 {
3122 "CalloutList": [
3123 { "Priority": "high", "LocCode": "P0" }
3124 ]
3125 }
3126 ]
3127 },
3128 {
Patrick Williams26919f02022-12-08 06:12:43 -06003129 "ADValue": "ThermalDiode2",
3130 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003131 {
3132 "CalloutList": [
3133 { "Priority": "high", "LocCode": "P0" }
3134 ]
3135 }
3136 ]
3137 },
3138 {
Patrick Williams26919f02022-12-08 06:12:43 -06003139 "ADValue": "ThermalDiode3",
3140 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003141 {
3142 "CalloutList": [
3143 { "Priority": "high", "LocCode": "P0" }
3144 ]
3145 }
3146 ]
3147 },
3148 {
Patrick Williams26919f02022-12-08 06:12:43 -06003149 "ADValue": "ThermalDiode4",
3150 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003151 {
3152 "CalloutList": [
3153 { "Priority": "high", "LocCode": "P0" }
3154 ]
3155 }
3156 ]
Jim Wrightae1738c2022-05-02 09:57:45 -05003157 },
3158 {
Patrick Williams26919f02022-12-08 06:12:43 -06003159 "ADValue": "VDN_DCM0",
3160 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003161 {
3162 "CalloutList": [
3163 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06003164 {
3165 "Priority": "medium",
3166 "LocCode": "P0-C15"
3167 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003168 { "Priority": "low", "LocCode": "P0" }
3169 ]
3170 }
3171 ]
3172 },
3173 {
Patrick Williams26919f02022-12-08 06:12:43 -06003174 "ADValue": "VDN_DCM1",
3175 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003176 {
3177 "CalloutList": [
3178 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06003179 {
3180 "Priority": "medium",
3181 "LocCode": "P0-C24"
3182 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003183 { "Priority": "low", "LocCode": "P0" }
3184 ]
3185 }
3186 ]
3187 },
3188 {
Patrick Williams26919f02022-12-08 06:12:43 -06003189 "ADValue": "VCS_DCM0",
3190 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003191 {
3192 "CalloutList": [
3193 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06003194 {
3195 "Priority": "medium",
3196 "LocCode": "P0-C15"
3197 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003198 { "Priority": "low", "LocCode": "P0" }
3199 ]
3200 }
3201 ]
3202 },
3203 {
Patrick Williams26919f02022-12-08 06:12:43 -06003204 "ADValue": "VCS_DCM1",
3205 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003206 {
3207 "CalloutList": [
3208 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06003209 {
3210 "Priority": "medium",
3211 "LocCode": "P0-C24"
3212 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003213 { "Priority": "low", "LocCode": "P0" }
3214 ]
3215 }
3216 ]
3217 },
3218 {
Patrick Williams26919f02022-12-08 06:12:43 -06003219 "ADValue": "VIO_DCM0",
3220 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003221 {
3222 "CalloutList": [
3223 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06003224 {
3225 "Priority": "medium",
3226 "LocCode": "P0-C15"
3227 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003228 { "Priority": "low", "LocCode": "P0" }
3229 ]
3230 }
3231 ]
3232 },
3233 {
Patrick Williams26919f02022-12-08 06:12:43 -06003234 "ADValue": "VIO_DCM1",
3235 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003236 {
3237 "CalloutList": [
3238 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06003239 {
3240 "Priority": "medium",
3241 "LocCode": "P0-C24"
3242 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003243 { "Priority": "low", "LocCode": "P0" }
3244 ]
3245 }
3246 ]
3247 },
3248 {
Patrick Williams26919f02022-12-08 06:12:43 -06003249 "ADValue": "VPCIE_DCM0",
3250 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003251 {
3252 "CalloutList": [
3253 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06003254 {
3255 "Priority": "medium",
3256 "LocCode": "P0-C15"
3257 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003258 { "Priority": "low", "LocCode": "P0" }
3259 ]
3260 }
3261 ]
3262 },
3263 {
Patrick Williams26919f02022-12-08 06:12:43 -06003264 "ADValue": "VPCIE_DCM1",
3265 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003266 {
3267 "CalloutList": [
3268 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06003269 {
3270 "Priority": "medium",
3271 "LocCode": "P0-C24"
3272 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003273 { "Priority": "low", "LocCode": "P0" }
3274 ]
3275 }
3276 ]
Jim Wright452d46d2022-12-16 16:56:21 -06003277 },
3278 {
3279 "ADValue": "3V3IO",
3280 "Callouts": [
3281 {
3282 "CalloutList": [
3283 { "Priority": "high", "LocCode": "P0-C17" },
3284 {
3285 "Priority": "medium",
3286 "LocCode": "P0-C96"
3287 },
3288 {
3289 "Priority": "medium",
3290 "LocCode": "P0-C0"
3291 },
3292 {
3293 "Priority": "medium",
3294 "SymbolicFRU": "pcie_hot_plug"
3295 },
3296 { "Priority": "low", "LocCode": "P0" }
3297 ]
3298 }
3299 ]
3300 },
3301 {
3302 "ADValue": "CP0_VDD0",
3303 "Callouts": [
3304 {
3305 "CalloutList": [
3306 { "Priority": "high", "LocCode": "P0-C62" },
3307 {
3308 "Priority": "medium",
3309 "LocCode": "P0-C61"
3310 },
3311 { "Priority": "low", "LocCode": "P0" }
3312 ]
3313 }
3314 ]
3315 },
3316 {
3317 "ADValue": "CP0_VDD1",
3318 "Callouts": [
3319 {
3320 "CalloutList": [
3321 { "Priority": "high", "LocCode": "P0-C60" },
3322 {
3323 "Priority": "medium",
3324 "LocCode": "P0-C61"
3325 },
3326 { "Priority": "low", "LocCode": "P0" }
3327 ]
3328 }
3329 ]
3330 },
3331 {
3332 "ADValue": "CP1_VDD0",
3333 "Callouts": [
3334 {
3335 "CalloutList": [
3336 { "Priority": "high", "LocCode": "P0-C13" },
3337 {
3338 "Priority": "medium",
3339 "LocCode": "P0-C14"
3340 },
3341 { "Priority": "low", "LocCode": "P0" }
3342 ]
3343 }
3344 ]
3345 },
3346 {
3347 "ADValue": "CP1_VDD1",
3348 "Callouts": [
3349 {
3350 "CalloutList": [
3351 { "Priority": "high", "LocCode": "P0-C15" },
3352 {
3353 "Priority": "medium",
3354 "LocCode": "P0-C14"
3355 },
3356 { "Priority": "low", "LocCode": "P0" }
3357 ]
3358 }
3359 ]
3360 },
3361 {
3362 "ADValue": "CP2_VDD0",
3363 "Callouts": [
3364 {
3365 "CalloutList": [
3366 { "Priority": "high", "LocCode": "P0-C18" },
3367 {
3368 "Priority": "medium",
3369 "LocCode": "P0-C19"
3370 },
3371 { "Priority": "low", "LocCode": "P0" }
3372 ]
3373 }
3374 ]
3375 },
3376 {
3377 "ADValue": "CP2_VDD1",
3378 "Callouts": [
3379 {
3380 "CalloutList": [
3381 { "Priority": "high", "LocCode": "P0-C20" },
3382 {
3383 "Priority": "medium",
3384 "LocCode": "P0-C19"
3385 },
3386 { "Priority": "low", "LocCode": "P0" }
3387 ]
3388 }
3389 ]
3390 },
3391 {
3392 "ADValue": "CP3_VDD0",
3393 "Callouts": [
3394 {
3395 "CalloutList": [
3396 { "Priority": "high", "LocCode": "P0-C57" },
3397 {
3398 "Priority": "medium",
3399 "LocCode": "P0-C56"
3400 },
3401 { "Priority": "low", "LocCode": "P0" }
3402 ]
3403 }
3404 ]
3405 },
3406 {
3407 "ADValue": "CP3_VDD1",
3408 "Callouts": [
3409 {
3410 "CalloutList": [
3411 { "Priority": "high", "LocCode": "P0-C55" },
3412 {
3413 "Priority": "medium",
3414 "LocCode": "P0-C56"
3415 },
3416 { "Priority": "low", "LocCode": "P0" }
3417 ]
3418 }
3419 ]
3420 },
3421 {
3422 "ADValue": "CP0_VCS0",
3423 "Callouts": [
3424 {
3425 "CalloutList": [
3426 { "Priority": "high", "LocCode": "P0-C63" },
3427 {
3428 "Priority": "medium",
3429 "LocCode": "P0-C61"
3430 },
3431 { "Priority": "low", "LocCode": "P0" }
3432 ]
3433 }
3434 ]
3435 },
3436 {
3437 "ADValue": "CP0_VCS1",
3438 "Callouts": [
3439 {
3440 "CalloutList": [
3441 { "Priority": "high", "LocCode": "P0-C59" },
3442 {
3443 "Priority": "medium",
3444 "LocCode": "P0-C61"
3445 },
3446 { "Priority": "low", "LocCode": "P0" }
3447 ]
3448 }
3449 ]
3450 },
3451 {
3452 "ADValue": "CP1_VCS0",
3453 "Callouts": [
3454 {
3455 "CalloutList": [
3456 { "Priority": "high", "LocCode": "P0-C12" },
3457 {
3458 "Priority": "medium",
3459 "LocCode": "P0-C14"
3460 },
3461 { "Priority": "low", "LocCode": "P0" }
3462 ]
3463 }
3464 ]
3465 },
3466 {
3467 "ADValue": "CP1_VCS1",
3468 "Callouts": [
3469 {
3470 "CalloutList": [
3471 { "Priority": "high", "LocCode": "P0-C16" },
3472 {
3473 "Priority": "medium",
3474 "LocCode": "P0-C14"
3475 },
3476 { "Priority": "low", "LocCode": "P0" }
3477 ]
3478 }
3479 ]
3480 },
3481 {
3482 "ADValue": "CP2_VCS0",
3483 "Callouts": [
3484 {
3485 "CalloutList": [
3486 { "Priority": "high", "LocCode": "P0-C17" },
3487 {
3488 "Priority": "medium",
3489 "LocCode": "P0-C19"
3490 },
3491 { "Priority": "low", "LocCode": "P0" }
3492 ]
3493 }
3494 ]
3495 },
3496 {
3497 "ADValue": "CP2_VCS1",
3498 "Callouts": [
3499 {
3500 "CalloutList": [
3501 { "Priority": "high", "LocCode": "P0-C21" },
3502 {
3503 "Priority": "medium",
3504 "LocCode": "P0-C19"
3505 },
3506 { "Priority": "low", "LocCode": "P0" }
3507 ]
3508 }
3509 ]
3510 },
3511 {
3512 "ADValue": "CP3_VCS0",
3513 "Callouts": [
3514 {
3515 "CalloutList": [
3516 { "Priority": "high", "LocCode": "P0-C58" },
3517 {
3518 "Priority": "medium",
3519 "LocCode": "P0-C56"
3520 },
3521 { "Priority": "low", "LocCode": "P0" }
3522 ]
3523 }
3524 ]
3525 },
3526 {
3527 "ADValue": "CP3_VCS1",
3528 "Callouts": [
3529 {
3530 "CalloutList": [
3531 { "Priority": "high", "LocCode": "P0-C54" },
3532 {
3533 "Priority": "medium",
3534 "LocCode": "P0-C56"
3535 },
3536 { "Priority": "low", "LocCode": "P0" }
3537 ]
3538 }
3539 ]
3540 },
3541 {
3542 "ADValue": "CP03_AVDD",
3543 "Callouts": [
3544 {
3545 "CalloutList": [
3546 { "Priority": "high", "LocCode": "P0-C58" },
3547 {
3548 "Priority": "medium",
3549 "LocCode": "P0-C61"
3550 },
3551 {
3552 "Priority": "medium",
3553 "LocCode": "P0-C56"
3554 },
3555 { "Priority": "low", "LocCode": "P0" }
3556 ]
3557 }
3558 ]
3559 },
3560 {
3561 "ADValue": "CP12_AVDD",
3562 "Callouts": [
3563 {
3564 "CalloutList": [
3565 { "Priority": "high", "LocCode": "P0-C16" },
3566 {
3567 "Priority": "medium",
3568 "LocCode": "P0-C14"
3569 },
3570 {
3571 "Priority": "medium",
3572 "LocCode": "P0-C19"
3573 },
3574 { "Priority": "low", "LocCode": "P0" }
3575 ]
3576 }
3577 ]
3578 },
3579 {
3580 "ADValue": "CP0_VDN",
3581 "Callouts": [
3582 {
3583 "CalloutList": [
3584 { "Priority": "high", "LocCode": "P0-C63" },
3585 {
3586 "Priority": "medium",
3587 "LocCode": "P0-C61"
3588 },
3589 { "Priority": "low", "LocCode": "P0" }
3590 ]
3591 }
3592 ]
3593 },
3594 {
3595 "ADValue": "CP1_VDN",
3596 "Callouts": [
3597 {
3598 "CalloutList": [
3599 { "Priority": "high", "LocCode": "P0-C12" },
3600 {
3601 "Priority": "medium",
3602 "LocCode": "P0-C14"
3603 },
3604 { "Priority": "low", "LocCode": "P0" }
3605 ]
3606 }
3607 ]
3608 },
3609 {
3610 "ADValue": "CP2_VDN",
3611 "Callouts": [
3612 {
3613 "CalloutList": [
3614 { "Priority": "high", "LocCode": "P0-C21" },
3615 {
3616 "Priority": "medium",
3617 "LocCode": "P0-C19"
3618 },
3619 { "Priority": "low", "LocCode": "P0" }
3620 ]
3621 }
3622 ]
3623 },
3624 {
3625 "ADValue": "CP3_VDN",
3626 "Callouts": [
3627 {
3628 "CalloutList": [
3629 { "Priority": "high", "LocCode": "P0-C54" },
3630 {
3631 "Priority": "medium",
3632 "LocCode": "P0-C56"
3633 },
3634 { "Priority": "low", "LocCode": "P0" }
3635 ]
3636 }
3637 ]
3638 },
3639 {
3640 "ADValue": "CP0_VIO",
3641 "Callouts": [
3642 {
3643 "CalloutList": [
3644 { "Priority": "high", "LocCode": "P0-C63" },
3645 {
3646 "Priority": "medium",
3647 "LocCode": "P0-C61"
3648 },
3649 { "Priority": "low", "LocCode": "P0" }
3650 ]
3651 }
3652 ]
3653 },
3654 {
3655 "ADValue": "CP1_VIO",
3656 "Callouts": [
3657 {
3658 "CalloutList": [
3659 { "Priority": "high", "LocCode": "P0-C12" },
3660 {
3661 "Priority": "medium",
3662 "LocCode": "P0-C14"
3663 },
3664 { "Priority": "low", "LocCode": "P0" }
3665 ]
3666 }
3667 ]
3668 },
3669 {
3670 "ADValue": "CP2_VIO",
3671 "Callouts": [
3672 {
3673 "CalloutList": [
3674 { "Priority": "high", "LocCode": "P0-C21" },
3675 {
3676 "Priority": "medium",
3677 "LocCode": "P0-C19"
3678 },
3679 { "Priority": "low", "LocCode": "P0" }
3680 ]
3681 }
3682 ]
3683 },
3684 {
3685 "ADValue": "CP3_VIO",
3686 "Callouts": [
3687 {
3688 "CalloutList": [
3689 { "Priority": "high", "LocCode": "P0-C54" },
3690 {
3691 "Priority": "medium",
3692 "LocCode": "P0-C56"
3693 },
3694 { "Priority": "low", "LocCode": "P0" }
3695 ]
3696 }
3697 ]
3698 },
3699 {
3700 "ADValue": "CP0_VPCIE",
3701 "Callouts": [
3702 {
3703 "CalloutList": [
3704 { "Priority": "high", "LocCode": "P0-C58" },
3705 {
3706 "Priority": "medium",
3707 "LocCode": "P0-C61"
3708 },
3709 { "Priority": "low", "LocCode": "P0" }
3710 ]
3711 }
3712 ]
3713 },
3714 {
3715 "ADValue": "CP1_VPCIE",
3716 "Callouts": [
3717 {
3718 "CalloutList": [
3719 { "Priority": "high", "LocCode": "P0-C16" },
3720 {
3721 "Priority": "medium",
3722 "LocCode": "P0-C14"
3723 },
3724 { "Priority": "low", "LocCode": "P0" }
3725 ]
3726 }
3727 ]
3728 },
3729 {
3730 "ADValue": "CP2_VPCIE",
3731 "Callouts": [
3732 {
3733 "CalloutList": [
3734 { "Priority": "high", "LocCode": "P0-C16" },
3735 {
3736 "Priority": "medium",
3737 "LocCode": "P0-C19"
3738 },
3739 { "Priority": "low", "LocCode": "P0" }
3740 ]
3741 }
3742 ]
3743 },
3744 {
3745 "ADValue": "CP3_VPCIE",
3746 "Callouts": [
3747 {
3748 "CalloutList": [
3749 { "Priority": "high", "LocCode": "P0-C58" },
3750 {
3751 "Priority": "medium",
3752 "LocCode": "P0-C56"
3753 },
3754 { "Priority": "low", "LocCode": "P0" }
3755 ]
3756 }
3757 ]
Jim Wright9b779e42022-12-16 17:50:23 -06003758 },
3759 {
3760 "ADValue": "5.0VCS",
3761 "Callouts": [
3762 {
3763 "CalloutList": [
3764 { "Priority": "high", "LocCode": "P0" }
3765 ]
3766 }
3767 ]
3768 },
3769 {
3770 "ADValue": "PCIE_VDD0",
3771 "Callouts": [
3772 {
3773 "CalloutList": [
3774 {
3775 "Priority": "high",
3776 "SymbolicFRU": "pcie_hot_plug"
3777 },
3778 { "Priority": "medium", "LocCode": "P0" }
3779 ]
3780 }
3781 ]
3782 },
3783 {
3784 "ADValue": "PCIE_CORE",
3785 "Callouts": [
3786 {
3787 "CalloutList": [
3788 {
3789 "Priority": "high",
3790 "SymbolicFRU": "pcie_hot_plug"
3791 },
3792 { "Priority": "medium", "LocCode": "P0" }
3793 ]
3794 }
3795 ]
3796 },
3797 {
3798 "ADValue": "AVDD",
3799 "Callouts": [
3800 {
3801 "CalloutList": [
3802 { "Priority": "high", "LocCode": "P0-C5" },
3803 { "Priority": "medium", "LocCode": "P0" }
3804 ]
3805 }
3806 ]
3807 },
3808 {
3809 "ADValue": "VDN",
3810 "Callouts": [
3811 {
3812 "CalloutList": [
3813 { "Priority": "high", "LocCode": "P0-C5" },
3814 { "Priority": "medium", "LocCode": "P0" }
3815 ]
3816 }
3817 ]
3818 },
3819 {
3820 "ADValue": "VDDA",
3821 "Callouts": [
3822 {
3823 "CalloutList": [
3824 { "Priority": "high", "LocCode": "P0-C5" },
3825 { "Priority": "medium", "LocCode": "P0" }
3826 ]
3827 }
3828 ]
3829 },
3830 {
3831 "ADValue": "VDDB",
3832 "Callouts": [
3833 {
3834 "CalloutList": [
3835 { "Priority": "high", "LocCode": "P0-C5" },
3836 { "Priority": "medium", "LocCode": "P0" }
3837 ]
3838 }
3839 ]
3840 },
3841 {
3842 "ADValue": "VCS",
3843 "Callouts": [
3844 {
3845 "CalloutList": [
3846 { "Priority": "high", "LocCode": "P0-C5" },
3847 { "Priority": "medium", "LocCode": "P0" }
3848 ]
3849 }
3850 ]
3851 },
3852 {
3853 "ADValue": "VIO",
3854 "Callouts": [
3855 {
3856 "CalloutList": [
3857 { "Priority": "high", "LocCode": "P0-C5" },
3858 { "Priority": "medium", "LocCode": "P0" }
3859 ]
3860 }
3861 ]
3862 },
3863 {
3864 "ADValue": "VPCIE",
3865 "Callouts": [
3866 {
3867 "CalloutList": [
3868 { "Priority": "high", "LocCode": "P0-C5" },
3869 { "Priority": "medium", "LocCode": "P0" }
3870 ]
3871 }
3872 ]
3873 },
3874 {
3875 "ADValue": "PMIC2",
3876 "Callouts": [
3877 {
3878 "CalloutList": [
3879 { "Priority": "high", "LocCode": "P0" },
3880 {
3881 "Priority": "medium",
3882 "LocCode": "memory_dimm"
3883 }
3884 ]
3885 }
3886 ]
3887 },
3888 {
3889 "ADValue": "PMIC3",
3890 "Callouts": [
3891 {
3892 "CalloutList": [
3893 { "Priority": "high", "LocCode": "P0" },
3894 {
3895 "Priority": "medium",
3896 "LocCode": "memory_dimm"
3897 }
3898 ]
3899 }
3900 ]
3901 },
3902 {
3903 "ADValue": "VDDR1",
3904 "Callouts": [
3905 {
3906 "CalloutList": [
3907 { "Priority": "high", "LocCode": "P0" },
3908 {
3909 "Priority": "medium",
3910 "LocCode": "memory_dimm"
3911 }
3912 ]
3913 }
3914 ]
3915 },
3916 {
3917 "ADValue": "VDDR0",
3918 "Callouts": [
3919 {
3920 "CalloutList": [
3921 { "Priority": "high", "LocCode": "P0" },
3922 {
3923 "Priority": "medium",
3924 "LocCode": "memory_dimm"
3925 }
3926 ]
3927 }
3928 ]
Jim Wright7f678902020-11-30 16:03:57 -06003929 }
3930 ]
3931 },
3932
3933 "Documentation": {
3934 "Description": "The power sequencer chip detected a voltage fault",
3935 "Message": "The power sequencer chip detected a voltage fault",
Patrick Williams26919f02022-12-08 06:12:43 -06003936 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06003937 },
3938
3939 "JournalCapture": {
3940 "Sections": [
3941 {
3942 "SyslogID": "phosphor-psu-monitor",
3943 "NumLines": 30
3944 },
3945 {
3946 "SyslogID": "phosphor-power-control",
3947 "NumLines": 30
3948 },
3949 {
3950 "SyslogID": "phosphor-chassis-state-manager",
3951 "NumLines": 15
3952 },
3953 {
3954 "SyslogID": "systemd",
3955 "NumLines": 15
3956 },
3957 {
3958 "SyslogID": "phosphor-regulators",
3959 "NumLines": 5
3960 }
3961 ]
Jim Wright7f678902020-11-30 16:03:57 -06003962 }
3963 },
3964
3965 {
Shawn McCarney7f1ec942021-07-28 13:33:34 -05003966 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.N",
3967 "Subsystem": "power",
3968 "Severity": "predictive_redundancy_loss",
3969 "ComponentID": "0x2700",
3970
3971 "SRC": {
3972 "Type": "11",
3973 "ReasonCode": "0x2700",
3974 "Words6To9": {}
3975 },
3976
3977 "Documentation": {
3978 "Description": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
3979 "Message": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
3980 "Notes": [
3981 "CALLOUT_INVENTORY_PATH should be specified in the ",
3982 "AdditionalData property of the event log so that ",
3983 "the device is called out but not the communication path."
3984 ]
3985 }
3986 },
3987
3988 {
3989 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.NPlus1",
3990 "Subsystem": "power",
3991 "Severity": "non_error",
3992 "MfgSeverity": "predictive_redundancy_loss",
3993 "ActionFlags": ["report"],
3994 "MfgActionFlags": ["service_action", "report", "call_home"],
3995 "ComponentID": "0x2700",
3996
3997 "SRC": {
3998 "Type": "11",
3999 "ReasonCode": "0x2701",
4000 "Words6To9": {}
4001 },
4002
4003 "Documentation": {
4004 "Description": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
4005 "Message": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
4006 "Notes": [
4007 "CALLOUT_INVENTORY_PATH should be specified in the ",
4008 "AdditionalData property of the event log so that ",
4009 "the device is called out but not the communication path."
4010 ]
4011 }
4012 },
4013
4014 {
Shawn McCarney01648f52020-06-25 11:42:02 -05004015 "Name": "xyz.openbmc_project.Power.Regulators.Error.WriteVerification",
4016 "Subsystem": "power",
4017 "ComponentID": "0x2700",
4018
4019 "SRC": {
4020 "Type": "11",
4021 "ReasonCode": "0x2900",
4022 "Words6To9": {}
4023 },
4024
4025 "Documentation": {
4026 "Description": "A write verification error occurred on a device",
4027 "Message": "A write verification error occurred on a device",
4028 "Notes": [
4029 "This error occurs when a device register is written, ",
4030 "read back, and the two values do not match. This is ",
4031 "also called a read-back error. The device should be ",
4032 "identified using the CALLOUT_DEVICE_PATH or ",
4033 "CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR keywords in the ",
4034 "AdditionalData property of the event log. This will ",
4035 "cause the device and the hardware in the communication ",
4036 "path to be called out."
4037 ]
4038 }
4039 },
4040
4041 {
Shawn McCarneye4022182022-01-31 19:09:01 -06004042 "Name": "xyz.openbmc_project.Power.UPS.Error.Battery.Discharging",
4043 "Subsystem": "power",
4044 "Severity": "non_error",
4045 "ActionFlags": ["report"],
4046 "ComponentID": "0x2700",
4047
4048 "SRC": {
4049 "Type": "11",
4050 "ReasonCode": "0x4201",
4051 "Words6To9": {}
4052 },
4053
4054 "Documentation": {
4055 "Description": "The Uninterruptible Power Supply (UPS) battery is discharging and providing power to the system due to a utility failure",
4056 "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 -06004057 "Notes": []
Shawn McCarneye4022182022-01-31 19:09:01 -06004058 }
4059 },
4060
4061 {
4062 "Name": "xyz.openbmc_project.Power.UPS.Error.Battery.Low",
4063 "Subsystem": "power",
4064 "Severity": "non_error",
4065 "ActionFlags": ["report"],
4066 "ComponentID": "0x2700",
4067
4068 "SRC": {
4069 "Type": "11",
4070 "ReasonCode": "0x4203",
4071 "Words6To9": {}
4072 },
4073
4074 "Documentation": {
4075 "Description": "The Uninterruptible Power Supply (UPS) battery level is low",
4076 "Message": "The Uninterruptible Power Supply (UPS) battery level is low",
Patrick Williams26919f02022-12-08 06:12:43 -06004077 "Notes": []
Shawn McCarneye4022182022-01-31 19:09:01 -06004078 }
4079 },
4080
4081 {
Shawn McCarney01648f52020-06-25 11:42:02 -05004082 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile",
4083 "Subsystem": "power",
4084 "ComponentID": "0x2700",
4085
4086 "SRC": {
4087 "Type": "11",
4088 "ReasonCode": "0xA013",
4089 "Words6To9": {}
4090 },
4091
4092 "Callouts": [
4093 {
4094 "CalloutList": [
4095 { "Priority": "high", "Procedure": "bmc_code" }
4096 ]
4097 }
4098 ],
4099
4100 "Documentation": {
4101 "Description": "A regulators configuration file error occurred",
4102 "Message": "A regulators configuration file error occurred",
4103 "Notes": [
4104 "The regulators configuration file could not be found, ",
4105 "could not be read, or had invalid contents."
4106 ]
4107 }
4108 },
4109
4110 {
Shawn McCarney82e31d82021-02-19 16:25:55 -06004111 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile.Critical",
4112 "Subsystem": "power",
4113 "Severity": "critical_system_term",
4114 "ComponentID": "0x2700",
4115
4116 "SRC": {
4117 "Type": "11",
4118 "ReasonCode": "0xA014",
Mike Cappsa2d7b772022-03-07 15:47:48 -05004119 "Words6To9": {}
Shawn McCarney82e31d82021-02-19 16:25:55 -06004120 },
4121
4122 "Callouts": [
4123 {
4124 "CalloutList": [
4125 { "Priority": "high", "Procedure": "bmc_code" }
4126 ]
4127 }
4128 ],
4129
4130 "Documentation": {
4131 "Description": "A critical regulators configuration file error occurred",
4132 "Message": "A critical regulators configuration file error occurred",
4133 "Notes": [
4134 "The regulators configuration file could not be found, ",
4135 "could not be read, or had invalid contents. As a result ",
4136 "voltage regulators could not be configured, and the ",
4137 "chassis could not be powered on."
4138 ]
4139 }
4140 },
4141
4142 {
Jim Wright7f678902020-11-30 16:03:57 -06004143 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerFault",
4144 "Subsystem": "power_sequencer",
4145 "ComponentID": "0x2700",
4146
4147 "SRC": {
4148 "Type": "11",
4149 "ReasonCode": "0xD000",
4150 "Words6To9": {}
4151 },
4152
4153 "Callouts": [
4154 {
Patrick Williams26919f02022-12-08 06:12:43 -06004155 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Jim Wright7f678902020-11-30 16:03:57 -06004156 }
4157 ],
4158
4159 "Documentation": {
4160 "Description": "The power sequencer chip detected a fault",
4161 "Message": "The power sequencer chip detected a fault",
Patrick Williams26919f02022-12-08 06:12:43 -06004162 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06004163 },
4164
4165 "JournalCapture": {
4166 "Sections": [
4167 {
4168 "SyslogID": "phosphor-psu-monitor",
4169 "NumLines": 30
4170 },
4171 {
4172 "SyslogID": "phosphor-power-control",
4173 "NumLines": 30
4174 },
4175 {
4176 "SyslogID": "phosphor-chassis-state-manager",
4177 "NumLines": 15
4178 },
4179 {
4180 "SyslogID": "systemd",
4181 "NumLines": 15
4182 },
4183 {
4184 "SyslogID": "phosphor-regulators",
4185 "NumLines": 5
4186 }
4187 ]
Jim Wright7f678902020-11-30 16:03:57 -06004188 }
4189 },
4190
4191 {
Jim Wrightc1ba04f2021-11-12 15:31:32 -06004192 "Name": "xyz.openbmc_project.Power.Error.PowerOnTimeout",
Jim Wright7f678902020-11-30 16:03:57 -06004193 "Subsystem": "power_sequencer",
4194 "ComponentID": "0x2700",
Jim Wrightc1ba04f2021-11-12 15:31:32 -06004195 "Severity": "critical",
Jim Wright7f678902020-11-30 16:03:57 -06004196
4197 "SRC": {
4198 "Type": "11",
4199 "ReasonCode": "0xD002",
4200 "Words6To9": {}
4201 },
4202
4203 "Callouts": [
4204 {
Patrick Williams26919f02022-12-08 06:12:43 -06004205 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Jim Wright7f678902020-11-30 16:03:57 -06004206 }
4207 ],
4208
4209 "Documentation": {
Jim Wrightc1ba04f2021-11-12 15:31:32 -06004210 "Description": "System power failed to turn on within timeout period",
4211 "Message": "System power failed to turn on within timeout period",
Patrick Williams26919f02022-12-08 06:12:43 -06004212 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06004213 },
4214
4215 "JournalCapture": {
4216 "Sections": [
4217 {
4218 "SyslogID": "phosphor-psu-monitor",
4219 "NumLines": 30
4220 },
4221 {
4222 "SyslogID": "phosphor-power-control",
4223 "NumLines": 30
4224 },
4225 {
4226 "SyslogID": "phosphor-chassis-state-manager",
4227 "NumLines": 15
4228 },
4229 {
4230 "SyslogID": "systemd",
4231 "NumLines": 15
4232 },
4233 {
4234 "SyslogID": "phosphor-regulators",
4235 "NumLines": 5
4236 }
4237 ]
Jim Wrightc1ba04f2021-11-12 15:31:32 -06004238 }
4239 },
4240
4241 {
4242 "Name": "xyz.openbmc_project.Power.Error.PowerOffTimeout",
4243 "Subsystem": "power_sequencer",
4244 "ComponentID": "0x2700",
4245 "Severity": "critical",
4246
4247 "SRC": {
4248 "Type": "11",
4249 "ReasonCode": "0xD008",
4250 "Words6To9": {}
4251 },
4252
4253 "Callouts": [
4254 {
Patrick Williams26919f02022-12-08 06:12:43 -06004255 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Jim Wrightc1ba04f2021-11-12 15:31:32 -06004256 }
4257 ],
4258
4259 "Documentation": {
4260 "Description": "System power failed to turn off within timeout period",
4261 "Message": "System power failed to turn off within timeout period",
Patrick Williams26919f02022-12-08 06:12:43 -06004262 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06004263 },
4264
4265 "JournalCapture": {
4266 "Sections": [
4267 {
4268 "SyslogID": "phosphor-psu-monitor",
4269 "NumLines": 30
4270 },
4271 {
4272 "SyslogID": "phosphor-power-control",
4273 "NumLines": 30
4274 },
4275 {
4276 "SyslogID": "phosphor-chassis-state-manager",
4277 "NumLines": 15
4278 },
4279 {
4280 "SyslogID": "systemd",
4281 "NumLines": 15
4282 },
4283 {
4284 "SyslogID": "phosphor-regulators",
4285 "NumLines": 5
4286 }
4287 ]
Jim Wright7f678902020-11-30 16:03:57 -06004288 }
4289 },
4290
4291 {
Shawn McCarney01648f52020-06-25 11:42:02 -05004292 "Name": "xyz.openbmc_project.Power.Error.Internal",
4293 "Subsystem": "power",
4294 "ComponentID": "0x2700",
4295
4296 "SRC": {
4297 "Type": "11",
4298 "ReasonCode": "0xE000",
4299 "Words6To9": {}
4300 },
4301
4302 "Callouts": [
4303 {
4304 "CalloutList": [
4305 { "Priority": "high", "Procedure": "bmc_code" }
4306 ]
4307 }
4308 ],
4309
4310 "Documentation": {
4311 "Description": "An internal firmware error occurred",
4312 "Message": "An internal firmware error occurred",
4313 "Notes": [
4314 "The error details must be provided in the AdditionalData ",
4315 "property of the event log."
4316 ]
4317 }
4318 },
4319
4320 {
4321 "Name": "xyz.openbmc_project.Power.Error.I2C",
4322 "Subsystem": "cec_i2c",
4323 "ComponentID": "0x2700",
4324
4325 "SRC": {
4326 "Type": "11",
4327 "ReasonCode": "0xE100",
4328 "Words6To9": {}
4329 },
4330
4331 "Documentation": {
4332 "Description": "An I2C error occurred communicating with a device",
4333 "Message": "An I2C error occurred communicating with a device",
4334 "Notes": [
4335 "The device should be identified using the ",
4336 "CALLOUT_DEVICE_PATH or CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR ",
4337 "keywords in the AdditionalData property of the event ",
4338 "log. This will cause the device and the hardware in the ",
4339 "communication path to be called out."
4340 ]
4341 }
4342 },
4343
4344 {
4345 "Name": "xyz.openbmc_project.Power.Error.PMBus",
4346 "Subsystem": "power",
4347 "ComponentID": "0x2700",
4348
4349 "SRC": {
4350 "Type": "11",
4351 "ReasonCode": "0xE200",
4352 "Words6To9": {}
4353 },
4354
4355 "Documentation": {
4356 "Description": "A PMBus error occurred on a device",
4357 "Message": "A PMBus error occurred on a device",
4358 "Notes": [
4359 "This error occurs when the I2C communication was ",
4360 "successful, but the PMBus value read is invalid or ",
4361 "unsupported. CALLOUT_INVENTORY_PATH should be specified ",
4362 "in the AdditionalData property of the event log so that ",
4363 "the device is called out but not the communication path."
4364 ]
4365 }
4366 },
4367
4368 {
4369 "Name": "xyz.openbmc_project.Power.Error.DBus",
4370 "Subsystem": "power",
4371 "ComponentID": "0x2700",
4372
4373 "SRC": {
4374 "Type": "11",
4375 "ReasonCode": "0xE300",
4376 "Words6To9": {}
4377 },
4378
4379 "Callouts": [
4380 {
4381 "CalloutList": [
4382 { "Priority": "high", "Procedure": "bmc_code" }
4383 ]
4384 }
4385 ],
4386
4387 "Documentation": {
4388 "Description": "A firmware inter-process communication (D-Bus) error occurred",
4389 "Message": "A firmware inter-process communication (D-Bus) error occurred"
4390 }
Matt Spinler60d1c392020-09-23 15:23:24 -05004391 },
4392
4393 {
Matt Spinler7c9c07e2020-10-22 10:16:37 -05004394 "Name": "xyz.openbmc_project.Fan.Error.Fault",
4395 "Subsystem": "power_fans",
4396 "ComponentID": "0x2800",
4397
4398 "SRC": {
4399 "Type": "11",
4400 "ReasonCode": "0x76F0",
4401 "Words6To9": {}
4402 },
4403
4404 "Documentation": {
4405 "Description": "Fan rotor fault",
4406 "Message": "Fan rotor fault",
4407 "Notes": [
4408 "This error occurs when a fan rotor has been faulted for a ",
4409 "certain amount of time. The callout is the fan which is ",
4410 "passed in with CALLOUT_INVENTORY_PATH. The severity is ",
4411 "passed in during creation and will be either informational ",
4412 "or unrecoverable. The action flags use the defaults and ",
4413 "vary based on the severity."
4414 ]
4415 }
4416 },
4417
4418 {
Matt Spinler60d1c392020-09-23 15:23:24 -05004419 "Name": "xyz.openbmc_project.Fan.Error.Missing",
4420 "Subsystem": "power_fans",
4421 "ComponentID": "0x2800",
4422 "Severity": "unrecoverable_redundancy_loss",
4423 "ActionFlags": ["service_action", "report", "call_home"],
4424
4425 "SRC": {
4426 "Type": "11",
4427 "ReasonCode": "0x76F1",
4428 "Words6To9": {}
4429 },
4430
4431 "Callouts": [
4432 {
Matt Spinler938ac792021-05-12 10:46:44 -05004433 "System": "ibm,rainier",
Matt Spinler60d1c392020-09-23 15:23:24 -05004434 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -05004435 {
Patrick Williams26919f02022-12-08 06:12:43 -06004436 "Priority": "high",
4437 "SymbolicFRUTrusted": "air_mover",
4438 "UseInventoryLocCode": true
Matt Spinler80600192020-10-23 09:29:33 -05004439 },
4440 {
4441 "Priority": "low",
4442 "LocCode": "P0"
4443 }
Matt Spinler60d1c392020-09-23 15:23:24 -05004444 ]
Matt Spinler938ac792021-05-12 10:46:44 -05004445 },
4446 {
4447 "System": "ibm,everest",
4448 "CalloutList": [
4449 {
Patrick Williams26919f02022-12-08 06:12:43 -06004450 "Priority": "high",
4451 "SymbolicFRUTrusted": "air_mover",
4452 "UseInventoryLocCode": true
Matt Spinler938ac792021-05-12 10:46:44 -05004453 },
4454 {
4455 "Priority": "low",
4456 "LocCode": "P1"
4457 }
4458 ]
Matt Spinler0600cf72023-04-10 11:22:33 -05004459 },
4460 {
4461 "System": "ibm,bonnell",
4462 "CalloutList": [
4463 {
4464 "Priority": "high",
4465 "SymbolicFRUTrusted": "air_mover",
4466 "UseInventoryLocCode": true
4467 },
4468 {
4469 "Priority": "low",
4470 "LocCode": "P0"
4471 }
4472 ]
Matt Spinler60d1c392020-09-23 15:23:24 -05004473 }
4474 ],
4475
4476 "Documentation": {
4477 "Description": "A fan is missing",
4478 "Message": "A fan is missing",
4479 "Notes": [
4480 "This error occurs when a fan has been missing for a ",
Matt Spinler80600192020-10-23 09:29:33 -05004481 "certain amount of time. The first callout is the ",
4482 "symbolic FRU AIR_MOVR that has the trusted fan location ",
4483 "code, which it gets using the passed in ",
4484 "CALLOUT_INVENTORY_PATH. The second callout is the FRU ",
Matt Spinler938ac792021-05-12 10:46:44 -05004485 "where the controller and GPIO expander are."
Matt Spinler60d1c392020-09-23 15:23:24 -05004486 ]
4487 }
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004488 },
4489
4490 {
Matt Spinleradf070b2021-04-21 13:39:45 -05004491 "Name": "xyz.openbmc_project.Fan.Presence.Error.Detection",
4492 "ComponentID": "0x2800",
4493 "Subsystem": "power_fans",
4494 "Severity": "non_error",
4495 "ActionFlags": ["report"],
4496 "MfgSeverity": "predictive",
4497 "MfgActionFlags": ["service_action", "report"],
4498
4499 "SRC": {
4500 "Type": "11",
4501 "ReasonCode": "0x76F2",
4502 "Words6To9": {}
4503 },
4504
4505 "Callouts": [
4506 {
4507 "System": "ibm,rainier",
Patrick Williams26919f02022-12-08 06:12:43 -06004508 "CalloutList": [{ "Priority": "medium", "LocCode": "P0" }]
Matt Spinleradf070b2021-04-21 13:39:45 -05004509 },
4510 {
4511 "System": "ibm,everest",
Patrick Williams26919f02022-12-08 06:12:43 -06004512 "CalloutList": [{ "Priority": "medium", "LocCode": "P1" }]
Matt Spinler0600cf72023-04-10 11:22:33 -05004513 },
4514 {
4515 "System": "ibm,bonnell",
4516 "CalloutList": [{ "Priority": "medium", "LocCode": "P0" }]
Matt Spinleradf070b2021-04-21 13:39:45 -05004517 }
4518 ],
4519
4520 "Documentation": {
4521 "Description": "Presence detect methods for the same fan disagree",
4522 "Message": "Presence detect methods for the same fan disagree",
4523 "Notes": [
4524 "This error occurs when there is more than one way to detect",
4525 "fan presence, and they don't all agree. For example, the",
4526 "GPIO says a fan isn't present, but the tach readings are",
4527 "nonzero. This is informational, unless in manufacturing.",
4528 "The fan FRU is passed in as a high priority callout.",
4529 "The FRU the GPIO source is on is called out medium."
4530 ]
4531 }
4532 },
4533
4534 {
Matt Spinlerdde99202021-06-14 12:15:59 -06004535 "Name": "xyz.openbmc_project.Fan.Error.FanControllerOffline",
4536 "ComponentID": "0x2800",
4537 "Subsystem": "power_fans",
4538 "Severity": "critical_system_term",
4539 "ActionFlags": ["service_action", "report", "call_home"],
4540
4541 "SRC": {
4542 "Type": "11",
4543 "ReasonCode": "0x76F3",
Mike Cappsa2d7b772022-03-07 15:47:48 -05004544 "Words6To9": {}
Matt Spinlerdde99202021-06-14 12:15:59 -06004545 },
4546
4547 "Callouts": [
4548 {
4549 "System": "ibm,rainier",
4550 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004551 { "Priority": "high", "LocCode": "P0-C5" },
4552 {
4553 "Priority": "medium_group_a",
4554 "LocCode": "P0-T12",
4555 "SymbolicFRUTrusted": "fan_cable"
4556 },
4557 {
4558 "Priority": "medium_group_a",
4559 "LocCode": "P0-T17",
4560 "SymbolicFRUTrusted": "cable_continued"
4561 },
4562 { "Priority": "low", "LocCode": "P0" }
Matt Spinlerdde99202021-06-14 12:15:59 -06004563 ]
4564 },
4565 {
4566 "System": "ibm,everest",
4567 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004568 { "Priority": "high", "LocCode": "P0-C0" },
4569 { "Priority": "medium", "LocCode": "P1" },
4570 { "Priority": "low", "LocCode": "P0" }
Matt Spinlerdde99202021-06-14 12:15:59 -06004571 ]
Matt Spinler0600cf72023-04-10 11:22:33 -05004572 },
4573 {
4574 "System": "ibm,bonnell",
4575 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Matt Spinlerdde99202021-06-14 12:15:59 -06004576 }
4577 ],
4578
4579 "Documentation": {
4580 "Description": "The fan controller device is offline",
4581 "Message": "The fan controller is offline. The system must be powered off.",
4582 "Notes": [
4583 "The device that controls the fans is offline so the fan",
4584 "targets and speeds are unknown. The system will be shut",
4585 "down to preserve thermal safety. There may be an I2C",
4586 "or power problem with the device."
4587 ]
4588 }
4589 },
4590
4591 {
Patrick Williams26919f02022-12-08 06:12:43 -06004592 "Name": "xyz.openbmc_project.Fan.Presence.Error.GPIODeviceUnavailable",
4593 "Subsystem": "power_fans",
4594 "ComponentID": "0x2800",
4595 "Severity": "unrecoverable_redundancy_loss",
4596 "ActionFlags": ["service_action", "report", "call_home"],
Mike Cappsabc276e2021-06-18 16:41:30 -04004597
Patrick Williams26919f02022-12-08 06:12:43 -06004598 "SRC": {
4599 "Type": "11",
4600 "ReasonCode": "0x76F4",
4601 "Words6To9": {}
4602 },
Mike Cappsabc276e2021-06-18 16:41:30 -04004603
Patrick Williams26919f02022-12-08 06:12:43 -06004604 "Callouts": [
4605 {
4606 "System": "ibm,rainier",
4607 "CalloutList": [
4608 { "Priority": "high", "LocCode": "P0-C5" },
4609 {
4610 "Priority": "medium_group_a",
4611 "LocCode": "P0-T12",
4612 "SymbolicFRUTrusted": "fan_cable"
4613 },
4614 {
4615 "Priority": "medium_group_a",
4616 "LocCode": "P0-T17",
4617 "SymbolicFRUTrusted": "cable_continued"
4618 },
4619 { "Priority": "low", "LocCode": "P0" }
4620 ]
4621 },
4622 {
4623 "System": "ibm,everest",
4624 "CalloutList": [
4625 { "Priority": "high", "LocCode": "P0-C0" },
4626 { "Priority": "medium", "LocCode": "P1" },
4627 { "Priority": "low", "LocCode": "P0" }
4628 ]
Matt Spinler0600cf72023-04-10 11:22:33 -05004629 },
4630 {
4631 "System": "ibm,bonnell",
4632 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Patrick Williams26919f02022-12-08 06:12:43 -06004633 }
4634 ],
Mike Cappsabc276e2021-06-18 16:41:30 -04004635
Patrick Williams26919f02022-12-08 06:12:43 -06004636 "Documentation": {
4637 "Description": "Fan GPIO sensors not present",
4638 "Message": "Fan GPIO sensors not present",
4639 "Notes": [
4640 "The device that reports fan presence is not functioning."
4641 ]
4642 }
Mike Cappsabc276e2021-06-18 16:41:30 -04004643 },
4644
4645 {
Matt Spinler86e40dd2021-01-29 11:19:36 -06004646 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHigh",
4647 "Subsystem": "power",
4648 "ComponentID": "0x2800",
4649 "Severity": "predictive",
4650 "ActionFlags": ["service_action", "report"],
4651
4652 "SRC": {
4653 "ReasonCode": "0x2801",
4654 "Words6To9": {}
4655 },
4656
4657 "CalloutsUsingAD": {
4658 "ADName": "SENSOR_NAME",
4659 "CalloutsWithTheirADValues": [
4660 {
4661 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4662 "Callouts": [
4663 {
4664 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004665 {
4666 "Priority": "high",
4667 "SymbolicFRU": "ambient_temp"
4668 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004669 ]
4670 }
4671 ]
4672 }
Matt Spinlerc13bb1c2022-08-01 10:33:09 -05004673 ],
4674 "CalloutsWhenNoADMatch": [
4675 {
4676 "CalloutList": [
4677 {
4678 "Priority": "high",
4679 "SymbolicFRU": "overtemp"
4680 }
4681 ]
4682 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004683 ]
4684 },
4685
4686 "Documentation": {
4687 "Description": "A temperature sensor exceeded its performance loss threshold.",
4688 "Message": "A temperature sensor exceeded its performance loss threshold.",
4689 "Notes": [
4690 "A temperature sensor crossed its performance loss threshold value",
4691 "If it is the ambient sensor, then a symbolic FRU will be added.",
4692 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
4693 "a FRU callout."
4694 ]
4695 }
4696 },
4697
4698 {
4699 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHighClear",
4700 "Subsystem": "power",
4701 "ComponentID": "0x2800",
4702 "Severity": "non_error",
4703 "ActionFlags": ["report"],
4704 "EventType": "env_normal",
4705
4706 "SRC": {
4707 "ReasonCode": "0x2802",
4708 "Words6To9": {}
4709 },
4710
4711 "CalloutsUsingAD": {
4712 "ADName": "SENSOR_NAME",
4713 "CalloutsWithTheirADValues": [
4714 {
4715 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4716 "Callouts": [
4717 {
4718 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004719 {
4720 "Priority": "high",
4721 "SymbolicFRU": "ambient_temp_back"
4722 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004723 ]
4724 }
4725 ]
4726 }
4727 ]
4728 },
4729
4730 "Documentation": {
4731 "Description": "A temperature sensor is under its performance loss threshold.",
4732 "Message": "A temperature sensor is under its performance loss threshold.",
4733 "Notes": [
4734 "A temperature sensor crossed under its performance loss threshold value",
4735 "If it is the ambient sensor, then a symbolic FRU will be added."
4736 ]
4737 }
4738 },
4739
4740 {
4741 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHigh",
4742 "Subsystem": "power",
4743 "ComponentID": "0x2800",
4744 "Severity": "predictive",
4745 "ActionFlags": ["service_action", "report"],
4746
4747 "SRC": {
4748 "ReasonCode": "0x2803",
4749 "Words6To9": {}
4750 },
4751
4752 "CalloutsUsingAD": {
4753 "ADName": "SENSOR_NAME",
4754 "CalloutsWithTheirADValues": [
4755 {
4756 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4757 "Callouts": [
4758 {
4759 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004760 {
4761 "Priority": "high",
4762 "SymbolicFRU": "ambient_temp"
4763 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004764 ]
4765 }
4766 ]
4767 }
Matt Spinlerc13bb1c2022-08-01 10:33:09 -05004768 ],
4769 "CalloutsWhenNoADMatch": [
4770 {
4771 "CalloutList": [
4772 {
4773 "Priority": "high",
4774 "SymbolicFRU": "overtemp"
4775 }
4776 ]
4777 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004778 ]
4779 },
4780
4781 "Documentation": {
4782 "Description": "A temperature sensor exceeded its warning threshold.",
4783 "Message": "A temperature sensor exceeded its warning threshold.",
4784 "Notes": [
4785 "A temperature sensor crossed its warning threshold value",
4786 "If it is the ambient sensor, then a symbolic FRU will be added.",
4787 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
4788 "a FRU callout."
4789 ]
4790 }
4791 },
4792
4793 {
4794 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHighClear",
4795 "Subsystem": "power",
4796 "ComponentID": "0x2800",
4797 "Severity": "non_error",
4798 "ActionFlags": ["report"],
4799 "EventType": "env_normal",
4800
4801 "SRC": {
4802 "ReasonCode": "0x2804",
4803 "Words6To9": {}
4804 },
4805
4806 "CalloutsUsingAD": {
4807 "ADName": "SENSOR_NAME",
4808 "CalloutsWithTheirADValues": [
4809 {
4810 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4811 "Callouts": [
4812 {
4813 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004814 {
4815 "Priority": "high",
4816 "SymbolicFRU": "ambient_temp_back"
4817 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004818 ]
4819 }
4820 ]
4821 }
4822 ]
4823 },
4824
4825 "Documentation": {
4826 "Description": "A temperature sensor is under its warning threshold.",
4827 "Message": "A temperature sensor is under its warning threshold.",
4828 "Notes": [
4829 "A temperature sensor crossed under its warning threshold value",
4830 "If it is the ambient sensor, then a symbolic FRU will be added."
4831 ]
4832 }
4833 },
4834
4835 {
4836 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHigh",
4837 "Subsystem": "power",
4838 "ComponentID": "0x2800",
4839 "Severity": "predictive",
4840 "ActionFlags": ["service_action", "report"],
4841
4842 "SRC": {
4843 "ReasonCode": "0x2805",
4844 "Words6To9": {}
4845 },
4846
4847 "CalloutsUsingAD": {
4848 "ADName": "SENSOR_NAME",
4849 "CalloutsWithTheirADValues": [
4850 {
4851 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4852 "Callouts": [
4853 {
4854 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004855 {
4856 "Priority": "high",
4857 "SymbolicFRU": "ambient_temp"
4858 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004859 ]
4860 }
4861 ]
4862 }
Matt Spinlerc13bb1c2022-08-01 10:33:09 -05004863 ],
4864 "CalloutsWhenNoADMatch": [
4865 {
4866 "CalloutList": [
4867 {
4868 "Priority": "high",
4869 "SymbolicFRU": "overtemp"
4870 }
4871 ]
4872 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004873 ]
4874 },
4875
4876 "Documentation": {
4877 "Description": "A temperature sensor exceeded its critical threshold.",
4878 "Message": "A temperature sensor exceeded its critical threshold.",
4879 "Notes": [
4880 "A temperature sensor crossed its critical threshold value",
4881 "If it is the ambient sensor, then a symbolic FRU will be added.",
4882 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
4883 "a FRU callout."
4884 ]
4885 }
4886 },
4887
4888 {
4889 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHighClear",
4890 "Subsystem": "power",
4891 "ComponentID": "0x2800",
4892 "Severity": "non_error",
4893 "ActionFlags": ["report"],
4894 "EventType": "env_normal",
4895
4896 "SRC": {
4897 "ReasonCode": "0x2806",
4898 "Words6To9": {}
4899 },
4900
4901 "CalloutsUsingAD": {
4902 "ADName": "SENSOR_NAME",
4903 "CalloutsWithTheirADValues": [
4904 {
4905 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4906 "Callouts": [
4907 {
4908 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004909 {
4910 "Priority": "high",
4911 "SymbolicFRU": "ambient_temp_back"
4912 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004913 ]
4914 }
4915 ]
4916 }
4917 ]
4918 },
4919
4920 "Documentation": {
4921 "Description": "A temperature sensor is under its critical threshold.",
4922 "Message": "A temperature sensor is under its critical threshold.",
4923 "Notes": [
4924 "A temperature sensor crossed under its critical threshold value",
4925 "If it is the ambient sensor, then a symbolic FRU will be added."
4926 ]
4927 }
4928 },
4929
4930 {
Matt Spinler6b3490a2021-01-20 10:48:26 -06004931 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHigh",
4932 "Subsystem": "power",
4933 "ComponentID": "0x2800",
4934 "Severity": "predictive",
4935 "ActionFlags": ["service_action", "report"],
4936
4937 "SRC": {
4938 "ReasonCode": "0x2807",
4939 "Words6To9": {}
4940 },
4941
4942 "Callouts": [
4943 {
4944 "CalloutList": [
4945 {
Patrick Williams26919f02022-12-08 06:12:43 -06004946 "Priority": "high",
4947 "SymbolicFRU": "ambient_temp"
Matt Spinler6b3490a2021-01-20 10:48:26 -06004948 }
4949 ]
4950 }
4951 ],
4952
4953 "Documentation": {
4954 "Description": "The ambient temperature passed the EPOW3 limit.",
4955 "Message": "The ambient temperature passed the EPOW3 limit. The system will shut down if temp doesn't decrease.",
4956 "Notes": [
4957 "This error occurs when the ambient temperature surpassed",
4958 "the EPOW3 shutdown limit."
4959 ]
4960 }
4961 },
4962
4963 {
4964 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHighClear",
4965 "Subsystem": "power",
4966 "ComponentID": "0x2800",
4967 "Severity": "non_error",
4968 "ActionFlags": ["report"],
4969 "EventType": "env_normal",
4970
4971 "SRC": {
4972 "ReasonCode": "0x2808",
4973 "Words6To9": {}
4974 },
4975
4976 "Callouts": [
4977 {
4978 "CalloutList": [
4979 {
Patrick Williams26919f02022-12-08 06:12:43 -06004980 "Priority": "high",
4981 "SymbolicFRU": "ambient_temp_back"
Matt Spinler6b3490a2021-01-20 10:48:26 -06004982 }
4983 ]
4984 }
4985 ],
4986
4987 "Documentation": {
4988 "Description": "The ambient temperature is back under the EPOW3 limit.",
4989 "Message": "The ambient temperature is back under the EPOW3 limit."
4990 }
4991 },
4992
4993 {
4994 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.HardShutdownAlarmHigh",
4995 "Subsystem": "power",
4996 "ComponentID": "0x2800",
Matt Spinler6b3490a2021-01-20 10:48:26 -06004997 "ActionFlags": ["service_action", "report"],
4998
4999 "SRC": {
5000 "ReasonCode": "0x2809",
5001 "Words6To9": {}
5002 },
5003
5004 "Callouts": [
5005 {
5006 "CalloutList": [
5007 {
Patrick Williams26919f02022-12-08 06:12:43 -06005008 "Priority": "high",
5009 "SymbolicFRU": "ambient_temp"
Matt Spinler6b3490a2021-01-20 10:48:26 -06005010 }
5011 ]
5012 }
5013 ],
5014
5015 "Documentation": {
5016 "Description": "The ambient temperature passed the EPOW4 limit.",
5017 "Message": "The ambient temperature passed the EPOW4 limit. The system will shut down",
5018 "Notes": [
5019 "This error occurs when the ambient temperature surpassed",
5020 "the EPOW4 shutdown limit."
5021 ]
5022 }
5023 },
5024
5025 {
Rashmica Guptab63f75b2021-08-18 20:54:21 +10005026 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHigh",
5027 "Subsystem": "ext_env",
5028 "ComponentID": "0x2800",
5029 "Severity": "predictive",
5030 "ActionFlags": ["service_action", "report"],
5031
5032 "SRC": {
5033 "ReasonCode": "0x280A",
5034 "Words6To9": {}
5035 },
5036
5037 "CalloutsUsingAD": {
5038 "ADName": "SENSOR_NAME",
5039 "CalloutsWithTheirADValues": [
5040 {
5041 "ADValue": "/xyz/openbmc_project/sensors/altitude/Altitude",
5042 "Callouts": [
5043 {
5044 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06005045 {
5046 "Priority": "high",
5047 "SymbolicFRU": "altitude"
5048 }
Rashmica Guptab63f75b2021-08-18 20:54:21 +10005049 ]
5050 }
5051 ]
5052 }
5053 ]
5054 },
5055
5056 "Documentation": {
5057 "Description": "An altitude sensor exceeded its warning threshold.",
5058 "Message": "An altitude sensor exceeded its warning threshold.",
5059 "Notes": [
5060 "The virtual altitude sensor crossed its warning threshold value",
5061 " and a symbolic FRU will be added."
5062 ]
5063 }
5064 },
5065
5066 {
5067 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHighClear",
5068 "Subsystem": "ext_env",
5069 "ComponentID": "0x2800",
5070 "Severity": "non_error",
5071 "ActionFlags": ["report"],
5072 "EventType": "env_normal",
5073
5074 "SRC": {
5075 "ReasonCode": "0x280B",
5076 "Words6To9": {}
5077 },
5078
5079 "Documentation": {
5080 "Description": "An altitude sensor is under its warning threshold.",
5081 "Message": "An altitude sensor is under its warning threshold.",
5082 "Notes": [
5083 "The virtual altitude sensor is under its warning threshold value",
5084 " and a symbolic FRU will be added."
5085 ]
5086 }
5087 },
5088
5089 {
Matt Spinler81331342021-10-05 14:09:56 -05005090 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLow",
5091 "Subsystem": "cec_tod",
5092 "ComponentID": "0x2800",
5093 "Severity": "predictive",
5094 "ActionFlags": ["service_action", "report"],
5095
5096 "SRC": {
5097 "ReasonCode": "0x280C",
5098 "Words6To9": {}
5099 },
5100
Matt Spinler81331342021-10-05 14:09:56 -05005101 "Documentation": {
5102 "Description": "A voltage sensor went below its critical low threshold.",
5103 "Message": "A voltage sensor went below its critical low threshold."
5104 }
5105 },
5106
5107 {
5108 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLowClear",
5109 "Subsystem": "cec_tod",
5110 "ComponentID": "0x2800",
5111 "Severity": "non_error",
5112 "ActionFlags": ["report"],
5113
5114 "SRC": {
5115 "ReasonCode": "0x280D",
5116 "Words6To9": {}
5117 },
5118
5119 "Documentation": {
5120 "Description": "A voltage sensor is over its critical low threshold.",
5121 "Message": "A voltage sensor is over its critical low threshold."
5122 }
5123 },
5124
5125 {
Matt Spinler1e792db2022-01-07 14:06:06 -06005126 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLow",
5127 "Subsystem": "power",
5128 "ComponentID": "0x2800",
5129 "Severity": "predictive",
5130 "ActionFlags": ["service_action", "report"],
5131
5132 "SRC": {
5133 "ReasonCode": "0x280E",
5134 "Words6To9": {}
5135 },
5136
5137 "Documentation": {
5138 "Description": "A temperature sensor is under its low warning threshold.",
5139 "Message": "A temperature sensor is under its low warning threshold.",
5140 "Notes": [
5141 "A temperature sensor crossed its low warning threshold value",
5142 "CALLOUT_INVENTORY_PATH will be passed in to add a FRU callout."
5143 ]
5144 }
5145 },
5146
5147 {
5148 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLowClear",
5149 "Subsystem": "power",
5150 "ComponentID": "0x2800",
5151 "Severity": "non_error",
5152 "ActionFlags": ["report"],
5153 "EventType": "env_normal",
5154
5155 "SRC": {
5156 "ReasonCode": "0x280F",
5157 "Words6To9": {}
5158 },
5159
5160 "Documentation": {
5161 "Description": "A temperature sensor is above its low warning threshold.",
5162 "Message": "A temperature sensor is above its low warning threshold.",
5163 "Notes": [
5164 "A temperature sensor crossed above its low warning threshold value."
5165 ]
5166 }
5167 },
5168
5169 {
5170 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalLow",
5171 "Subsystem": "power",
5172 "ComponentID": "0x2800",
5173 "Severity": "predictive",
5174 "ActionFlags": ["service_action", "report"],
5175
5176 "SRC": {
5177 "ReasonCode": "0x2810",
5178 "Words6To9": {}
5179 },
5180
5181 "Documentation": {
5182 "Description": "A temperature sensor is under its low critical threshold.",
5183 "Message": "A temperature sensor is under its low critical threshold.",
5184 "Notes": [
5185 "A temperature sensor crossed its low critical threshold value",
5186 "CALLOUT_INVENTORY_PATH will be passed in to add a FRU callout."
5187 ]
5188 }
5189 },
5190
5191 {
5192 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalLowClear",
5193 "Subsystem": "power",
5194 "ComponentID": "0x2800",
5195 "Severity": "non_error",
5196 "ActionFlags": ["report"],
5197 "EventType": "env_normal",
5198
5199 "SRC": {
5200 "ReasonCode": "0x2811",
5201 "Words6To9": {}
5202 },
5203
5204 "Documentation": {
5205 "Description": "A temperature sensor is over its low critical threshold.",
5206 "Message": "A temperature sensor is over its low critical threshold.",
5207 "Notes": [
5208 "A temperature sensor crossed above its critical threshold value"
5209 ]
5210 }
5211 },
5212
5213 {
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005214 "Name": "com.ibm.VPD.Error.InvalidEepromPath",
5215 "Subsystem": "cec_vpd",
5216 "ComponentID": "0x4000",
5217
5218 "SRC": {
5219 "ReasonCode": "0x4000",
Patrick Williams26919f02022-12-08 06:12:43 -06005220 "Words6To9": {
5221 "6": {
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005222 "Description": "Errno of the failure.",
5223 "AdditionalDataPropSource": "CALLOUT_ERRNO"
5224 }
5225 }
5226 },
5227
5228 "Documentation": {
Michael Limb264f062022-03-29 16:25:33 -05005229 "Description": "A path access error occurred",
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005230 "Message": "An EEPROM path access error occurred.",
5231 "Notes": [
5232 "This error occurs when parser is unable to access",
5233 "EEPROM path. Errno and device path are captured as",
5234 "additional data."
5235 ]
5236 }
5237 },
5238
5239 {
5240 "Name": "com.ibm.VPD.Error.InvalidVPD",
5241 "Subsystem": "cec_vpd",
5242 "ComponentID": "0x4000",
5243
5244 "SRC": {
5245 "ReasonCode": "0x4001",
Patrick Williams26919f02022-12-08 06:12:43 -06005246 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005247 },
5248
5249 "Documentation": {
5250 "Description": "Invalid VPD data.",
5251 "Message": "A VPD data exception occurred.",
5252 "Notes": [
5253 "This error occurs when VPD data is found to be",
5254 "invalid. This can be when VPD file is missing out",
5255 "mandatory records.Inventory path is captured in",
5256 "additional data."
5257 ]
5258 }
5259 },
5260
5261 {
5262 "Name": "com.ibm.VPD.Error.EccCheckFailed",
5263 "Subsystem": "cec_vpd",
5264 "ComponentID": "0x4000",
5265
5266 "SRC": {
5267 "ReasonCode": "0x4002",
Patrick Williams26919f02022-12-08 06:12:43 -06005268 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005269 },
5270
5271 "Documentation": {
5272 "Description": "Invalid VPD ecc data.",
5273 "Message": "A VPD ecc exception occurred.",
5274 "Notes": [
5275 "This error occurs when VPD ecc check fails for the FRU.",
5276 "Inventory path for the failed FRU is captured in additonal",
5277 "data."
5278 ]
5279 }
5280 },
5281
5282 {
5283 "Name": "com.ibm.VPD.Error.InvalidJson",
5284 "Subsystem": "cec_vpd",
5285 "ComponentID": "0x4000",
5286
5287 "SRC": {
5288 "ReasonCode": "0x4003",
Patrick Williams26919f02022-12-08 06:12:43 -06005289 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005290 },
5291
Matt Spinler834f3ed2022-01-26 16:18:02 -06005292 "Callouts": [
5293 {
5294 "CalloutList": [
5295 { "Priority": "high", "Procedure": "bmc_code" }
5296 ]
5297 }
5298 ],
5299
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005300 "Documentation": {
5301 "Description": "Invalid Json",
5302 "Message": "A Json failure occurred.",
5303 "Notes": [
5304 "This error occurs when parser fails to access",
5305 "Json file or there is any issue with Json data.",
5306 "Failed Json path and cause of failure is captured",
5307 "in additional data."
5308 ]
5309 }
5310 },
5311
5312 {
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005313 "Name": "com.ibm.VPD.Error.DefaultValue",
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005314 "Subsystem": "cec_vpd",
5315 "ComponentID": "0x4000",
5316
5317 "SRC": {
5318 "ReasonCode": "0x4004",
Patrick Williams26919f02022-12-08 06:12:43 -06005319 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005320 },
5321
Priyanga Ramasamy134e1e12022-12-02 07:03:39 -06005322 "Callouts": [
5323 {
5324 "CalloutList": [
5325 {
5326 "Priority": "high",
5327 "Procedure": "system_vpd_correction"
5328 }
5329 ]
5330 }
5331 ],
5332
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005333 "Documentation": {
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005334 "Description": "Default value found on VPD.",
5335 "Message": "Found default VPD.",
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005336 "Notes": [
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005337 "This error occurs when a default value found on VPD.",
5338 "Details regarding failure are captured in additional data."
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005339 ]
5340 }
5341 },
5342
5343 {
5344 "Name": "com.ibm.VPD.Error.DbusFailure",
5345 "Subsystem": "cec_vpd",
5346 "ComponentID": "0x4000",
5347
5348 "SRC": {
5349 "ReasonCode": "0x4005",
Patrick Williams26919f02022-12-08 06:12:43 -06005350 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005351 },
5352
Matt Spinler834f3ed2022-01-26 16:18:02 -06005353 "Callouts": [
5354 {
5355 "CalloutList": [
5356 { "Priority": "high", "Procedure": "bmc_code" }
5357 ]
5358 }
5359 ],
5360
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005361 "Documentation": {
5362 "Description": "Dbus exception",
5363 "Message": "A Dbus internal error occurred.",
5364 "Notes": [
5365 "This error occurs when Dbus operation fails.",
5366 "Exceptions details are captured in additonal",
5367 "data."
5368 ]
5369 }
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005370 },
5371
5372 {
Alpana Kumari081cfd42021-12-07 04:14:57 -06005373 "Name": "com.ibm.VPD.Error.UnknownSystemType",
5374 "Subsystem": "cec_vpd",
5375 "ComponentID": "0x4000",
5376
5377 "SRC": {
5378 "ReasonCode": "0x4006",
Patrick Williams26919f02022-12-08 06:12:43 -06005379 "Words6To9": {}
Alpana Kumari081cfd42021-12-07 04:14:57 -06005380 },
5381
5382 "Callouts": [
5383 {
Patrick Williams26919f02022-12-08 06:12:43 -06005384 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Alpana Kumari081cfd42021-12-07 04:14:57 -06005385 }
5386 ],
5387
5388 "Documentation": {
5389 "Description": "Unknown System Type",
5390 "Message": "System type not supported in DTB table.",
5391 "Notes": [
5392 "System type comes from combination of HW and IM value of system VPD.",
5393 "If anything gets changed in that combination, then it can't determine",
5394 "the appropriate DTB for that system. Need to check HW and IM keywords."
5395 ]
5396 }
5397 },
5398
5399 {
Alpana Kumari074ec5b2022-02-20 22:48:57 -06005400 "Name": "com.ibm.VPD.Error.GPIOError",
5401 "Subsystem": "cec_vpd",
5402 "ComponentID": "0x4000",
5403
5404 "SRC": {
5405 "ReasonCode": "0x4007",
Patrick Williams26919f02022-12-08 06:12:43 -06005406 "Words6To9": {}
Alpana Kumari074ec5b2022-02-20 22:48:57 -06005407 },
5408
Sunny Srivastava17586b42022-06-20 01:06:58 -05005409 "Callouts": [
5410 {
5411 "CalloutList": [
5412 { "Priority": "high", "Procedure": "bmc_code" }
5413 ]
5414 }
5415 ],
5416
Alpana Kumari074ec5b2022-02-20 22:48:57 -06005417 "Documentation": {
5418 "Description": "GPIO line error",
5419 "Message": "GPIO line couldn't be found or read.",
5420 "Notes": [
Sunny Srivastava17586b42022-06-20 01:06:58 -05005421 "The BMC could not access a GPIO line. This can be a hardware issue",
5422 " or driver issue. Since a hardware or a software issue cannot be",
5423 " differentiated, the BMC code will be called out."
Alpana Kumari074ec5b2022-02-20 22:48:57 -06005424 ]
5425 }
5426 },
5427
5428 {
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005429 "Name": "com.ibm.VPD.Error.Mismatch",
Sunny Srivastavad29837f2022-04-20 01:37:07 -05005430 "Subsystem": "cec_vpd",
5431 "ComponentID": "0x4000",
5432
5433 "SRC": {
5434 "ReasonCode": "0x4008",
Patrick Williams26919f02022-12-08 06:12:43 -06005435 "Words6To9": {}
Sunny Srivastavad29837f2022-04-20 01:37:07 -05005436 },
5437
5438 "Callouts": [
5439 {
5440 "CalloutList": [
Priyanga Ramasamy134e1e12022-12-02 07:03:39 -06005441 {
5442 "Priority": "high",
5443 "Procedure": "system_vpd_correction"
5444 }
Sunny Srivastavad29837f2022-04-20 01:37:07 -05005445 ]
5446 }
5447 ],
5448
5449 "Documentation": {
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005450 "Description": "VPD mismatch found between primary and backup",
5451 "Message": "Error occurred due to VPD mismatch between primary and backup.",
Sunny Srivastavad29837f2022-04-20 01:37:07 -05005452 "Notes": [
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005453 "This error occurs when there is a data mismatch between ",
5454 "primary and backup VPD.",
5455 "Details regarding the failure are captured in additional data."
Sunny Srivastavad29837f2022-04-20 01:37:07 -05005456 ]
5457 }
5458 },
5459
5460 {
Sunny Srivastava17586b42022-06-20 01:06:58 -05005461 "Name": "com.ibm.VPD.Error.RequiredFRUMissing",
5462 "Subsystem": "cec_vpd",
5463 "ComponentID": "0x4000",
5464
5465 "SRC": {
5466 "ReasonCode": "0x4009",
Patrick Williams26919f02022-12-08 06:12:43 -06005467 "Words6To9": {}
Sunny Srivastava17586b42022-06-20 01:06:58 -05005468 },
5469
5470 "Documentation": {
5471 "Description": "Essential FRU check.",
5472 "Message": "Essential FRU check failed",
5473 "Notes": [
5474 "This error occurs when VPD manager service detects any",
5475 "missing essential FRU. These are FRUs which are required",
5476 "to be present in the system at the time of power on.",
5477 "The inventory path is captured in additional data."
5478 ]
5479 }
5480 },
5481
5482 {
gikrish1c0cc7ec2022-02-24 12:40:51 -06005483 "Name": "com.ibm.Panel.Error.InputDevPathFailure",
5484 "Subsystem": "cec_op_panel",
5485 "ComponentID": "0x5000",
5486
5487 "SRC": {
5488 "ReasonCode": "0x5001",
5489 "Words6To9": {}
5490 },
5491
5492 "Documentation": {
5493 "Description": "Button Handler Failure",
5494 "Message": "Input Device path failure",
Patrick Williams26919f02022-12-08 06:12:43 -06005495 "Notes": ["Button events will not be processed."]
gikrish1c0cc7ec2022-02-24 12:40:51 -06005496 }
5497 },
5498
5499 {
5500 "Name": "com.ibm.Panel.Error.I2CSetupFailure",
5501 "Subsystem": "cec_op_panel",
5502 "ComponentID": "0x5000",
5503
5504 "SRC": {
5505 "ReasonCode": "0x5002",
5506 "Words6To9": {}
5507 },
5508
5509 "Documentation": {
5510 "Description": "Panel I2C setup failure",
5511 "Message": "Unable to open device path or ioctl failure",
5512 "Notes": [
5513 "The Panel is unable to open device",
5514 " path or ioctl failure"
5515 ]
5516 }
5517 },
5518
5519 {
5520 "Name": "com.ibm.Panel.Error.HostCommunicationError",
5521 "Subsystem": "cec_op_panel",
5522 "ComponentID": "0x5000",
5523
5524 "SRC": {
5525 "ReasonCode": "0x5003",
5526 "Words6To9": {}
5527 },
5528
Patrick Williams26919f02022-12-08 06:12:43 -06005529 "Callouts": [
5530 {
5531 "CalloutList": [
5532 {
5533 "Priority": "high",
5534 "Procedure": "bmc_code"
5535 }
5536 ]
5537 }
5538 ],
gikrish1c0cc7ec2022-02-24 12:40:51 -06005539
5540 "Documentation": {
5541 "Description": "Host Communication failure",
5542 "Message": "Error in sending message to host",
Patrick Williams26919f02022-12-08 06:12:43 -06005543 "Notes": ["Failure from PLDM sending message to", "Host"]
gikrish1c0cc7ec2022-02-24 12:40:51 -06005544 }
5545 },
5546
5547 {
5548 "Name": "com.ibm.Panel.Error.DbusError",
5549 "Subsystem": "cec_op_panel",
5550 "ComponentID": "0x5000",
5551
5552 "SRC": {
5553 "ReasonCode": "0x5004",
5554 "Words6To9": {}
5555 },
5556
Patrick Williams26919f02022-12-08 06:12:43 -06005557 "Callouts": [
5558 {
5559 "CalloutList": [
5560 {
5561 "Priority": "high",
5562 "Procedure": "bmc_code"
5563 }
5564 ]
5565 }
5566 ],
gikrish1c0cc7ec2022-02-24 12:40:51 -06005567
5568 "Documentation": {
5569 "Description": "Dbus exception",
5570 "Message": "A Dbus internal error occurred.",
5571 "Notes": [
5572 "This error occurs when Dbus operation fails.",
5573 "Exceptions details are captured in additional",
5574 "data."
5575 ]
5576 }
5577 },
5578
5579 {
Priyanga Ramasamy3aa27082022-08-24 06:34:38 -05005580 "Name": "com.ibm.Panel.Error.CodeUpdateFailure",
5581 "Subsystem": "cec_op_panel",
5582 "ComponentID": "0x5000",
5583
5584 "SRC": {
5585 "ReasonCode": "0x5005",
5586 "Words6To9": {}
5587 },
5588
5589 "Documentation": {
5590 "Description": "LCD/Bootfail PIC code update failure.",
5591 "Message": "Error while doing LCD/bootfail PIC code update.",
5592 "Notes": [
Priyanga Ramasamyfdd1dc02022-09-21 02:41:32 -05005593 "Panel firmware(LCD/bootfail PIC) update fails due to ",
5594 "unsupportable firmware version. Inventory path to the",
5595 "FRU on which PIC controller is physically present will",
5596 "be called out."
Priyanga Ramasamy3aa27082022-08-24 06:34:38 -05005597 ]
5598 }
5599 },
5600
5601 {
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005602 "Name": "org.open_power.Host.Boot.Error.WatchdogTimeout",
5603 "Subsystem": "cec_sp_hostboot_iface",
5604
Patrick Williams26919f02022-12-08 06:12:43 -06005605 "SRC": {
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005606 "ReasonCode": "0xC101",
Patrick Williams26919f02022-12-08 06:12:43 -06005607 "Words6To9": {}
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005608 },
5609
Patrick Williams26919f02022-12-08 06:12:43 -06005610 "Documentation": {
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005611 "Description": "Host did not respond within the watchdog timeout interval",
5612 "Message": "Host did not respond before the watchdog timeout interval expired",
5613 "Notes": [
5614 "Host did not respond before the expiry of the watchdog timeout interval.",
5615 "Collecting hostboot dump."
5616 ]
5617 }
zamiseckbf61a982022-01-13 08:27:50 -06005618 },
5619
5620 {
5621 "Name": "xyz.openbmc_project.Software.Version.Error.Incompatible",
5622 "Subsystem": "bmc_firmware",
5623 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005624 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005625 "ReasonCode": "0x3601",
Patrick Williams26919f02022-12-08 06:12:43 -06005626 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005627 },
5628
5629 "Callouts": [
5630 {
5631 "CalloutList": [
5632 { "Priority": "high", "Procedure": "bmc_code" }
5633 ]
5634 }
5635 ],
5636
Patrick Williams26919f02022-12-08 06:12:43 -06005637 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005638 "Description": "A system component has a software version that is incompatible.",
5639 "Message": "A system component has a software version that is incompatible."
5640 }
5641 },
5642
5643 {
5644 "Name": "xyz.openbmc_project.Software.Version.Error.AlreadyExists",
5645 "Subsystem": "bmc_firmware",
5646 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005647 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005648 "ReasonCode": "0x3602",
Patrick Williams26919f02022-12-08 06:12:43 -06005649 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005650 },
5651
5652 "Callouts": [
5653 {
5654 "CalloutList": [
5655 { "Priority": "high", "Procedure": "bmc_code" }
5656 ]
5657 }
5658 ],
5659
Patrick Williams26919f02022-12-08 06:12:43 -06005660 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005661 "Description": "This image version already exists on the device.",
5662 "Message": "This image version already exists on the device."
5663 }
5664 },
5665
5666 {
5667 "Name": "xyz.openbmc_project.Software.Image.Error.UnTarFailure",
5668 "Subsystem": "bmc_firmware",
5669 "ComponentID": "0x3600",
Adriana Kobylak7ef3b9e2023-01-04 13:20:36 -06005670 "ActionFlags": ["report"],
Patrick Williams26919f02022-12-08 06:12:43 -06005671 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005672 "ReasonCode": "0x3603",
Patrick Williams26919f02022-12-08 06:12:43 -06005673 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005674 },
5675
5676 "Callouts": [
5677 {
5678 "CalloutList": [
5679 { "Priority": "high", "Procedure": "bmc_code" }
5680 ]
5681 }
5682 ],
5683
Patrick Williams26919f02022-12-08 06:12:43 -06005684 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005685 "Description": "An error occurred during untar.",
5686 "Message": "An error occurred during untar."
5687 }
5688 },
5689
5690 {
5691 "Name": "xyz.openbmc_project.Software.Image.Error.ManifestFileFailure",
5692 "Subsystem": "bmc_firmware",
5693 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005694 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005695 "ReasonCode": "0x3604",
Patrick Williams26919f02022-12-08 06:12:43 -06005696 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005697 },
5698
5699 "Callouts": [
5700 {
5701 "CalloutList": [
5702 { "Priority": "high", "Procedure": "bmc_code" }
5703 ]
5704 }
5705 ],
5706
Patrick Williams26919f02022-12-08 06:12:43 -06005707 "Documentation": {
zamiseck21de9f02022-03-23 13:41:31 -05005708 "Description": "An error occurred when reading the software image Manifest file.",
5709 "Message": "An error occurred when reading the software image Manifest file."
zamiseckbf61a982022-01-13 08:27:50 -06005710 }
5711 },
5712
5713 {
5714 "Name": "xyz.openbmc_project.Software.Image.Error.InternalFailure",
5715 "Subsystem": "bmc_firmware",
5716 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005717 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005718 "ReasonCode": "0x3605",
Patrick Williams26919f02022-12-08 06:12:43 -06005719 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005720 },
5721
5722 "Callouts": [
5723 {
5724 "CalloutList": [
5725 { "Priority": "high", "Procedure": "bmc_code" }
5726 ]
5727 }
5728 ],
5729
Patrick Williams26919f02022-12-08 06:12:43 -06005730 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005731 "Description": "The operation failed internally during processing the image.",
5732 "Message": "The operation failed internally during processing the image."
5733 }
5734 },
5735
5736 {
5737 "Name": "xyz.openbmc_project.Software.Image.Error.ImageFailure",
5738 "Subsystem": "bmc_firmware",
5739 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005740 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005741 "ReasonCode": "0x3606",
Patrick Williams26919f02022-12-08 06:12:43 -06005742 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005743 },
5744
5745 "Callouts": [
5746 {
5747 "CalloutList": [
5748 { "Priority": "high", "Procedure": "bmc_code" }
5749 ]
5750 }
5751 ],
5752
Patrick Williams26919f02022-12-08 06:12:43 -06005753 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005754 "Description": "An error occurred processing the image.",
5755 "Message": "An error occurred processing the image."
5756 }
5757 },
5758
5759 {
5760 "Name": "xyz.openbmc_project.Software.Image.Error.BusyFailure",
5761 "Subsystem": "bmc_firmware",
5762 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005763 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005764 "ReasonCode": "0x3607",
Patrick Williams26919f02022-12-08 06:12:43 -06005765 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005766 },
5767
5768 "Callouts": [
5769 {
5770 "CalloutList": [
5771 { "Priority": "high", "Procedure": "bmc_code" }
5772 ]
5773 }
5774 ],
5775
Patrick Williams26919f02022-12-08 06:12:43 -06005776 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005777 "Description": "The device is busy during the update.",
5778 "Message": "The device is busy during the update."
5779 }
zamiseck21de9f02022-03-23 13:41:31 -05005780 },
5781
5782 {
5783 "Name": "xyz.openbmc_project.Software.Version.Error.ExpiredAccessKey",
5784 "Subsystem": "bmc_firmware",
5785 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005786 "SRC": {
zamiseck21de9f02022-03-23 13:41:31 -05005787 "ReasonCode": "0x3608",
Patrick Williams26919f02022-12-08 06:12:43 -06005788 "Words6To9": {}
zamiseck21de9f02022-03-23 13:41:31 -05005789 },
5790
5791 "Callouts": [
5792 {
5793 "CalloutList": [
5794 { "Priority": "high", "Procedure": "bmc_code" }
5795 ]
5796 }
5797 ],
5798
Patrick Williams26919f02022-12-08 06:12:43 -06005799 "Documentation": {
zamiseck21de9f02022-03-23 13:41:31 -05005800 "Description": "The Update Access Key has expired.",
5801 "Message": "The Update Access Key has expired."
5802 }
5803 },
5804
5805 {
5806 "Name": "xyz.openbmc_project.Software.Version.Error.InvalidSignature",
5807 "Subsystem": "bmc_firmware",
5808 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005809 "SRC": {
zamiseck21de9f02022-03-23 13:41:31 -05005810 "ReasonCode": "0x3609",
Patrick Williams26919f02022-12-08 06:12:43 -06005811 "Words6To9": {}
zamiseck21de9f02022-03-23 13:41:31 -05005812 },
5813
5814 "Callouts": [
5815 {
5816 "CalloutList": [
5817 { "Priority": "high", "Procedure": "bmc_code" }
5818 ]
5819 }
5820 ],
5821
Patrick Williams26919f02022-12-08 06:12:43 -06005822 "Documentation": {
zamiseck21de9f02022-03-23 13:41:31 -05005823 "Description": "The software image has an invalid signature.",
5824 "Message": "The software image has an invalid signature"
5825 }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005826 },
zamiseck0ad7a822022-05-24 17:25:58 -05005827
5828 {
Patrick Williams26919f02022-12-08 06:12:43 -06005829 "Name": "xyz.openbmc_project.Software.Version.Error.HostFile",
5830 "Subsystem": "bmc_firmware",
5831 "ComponentID": "0x3600",
zamiseck0ad7a822022-05-24 17:25:58 -05005832
Patrick Williams26919f02022-12-08 06:12:43 -06005833 "SRC": {
5834 "ReasonCode": "0x360A",
5835 "Words6To9": {
5836 "6": {
5837 "Description": "Size of the current running partition",
5838 "AdditionalDataPropSource": "CURRENT_FILE_SIZE"
zamiseck0ad7a822022-05-24 17:25:58 -05005839 },
Patrick Williams26919f02022-12-08 06:12:43 -06005840 "7": {
5841 "Description": "Size of the read only partition",
5842 "AdditionalDataPropSource": "EXPECTED_FILE_SIZE"
zamiseck0ad7a822022-05-24 17:25:58 -05005843 }
5844 }
5845 },
5846 "Callouts": [
5847 {
5848 "CalloutList": [
5849 { "Priority": "high", "Procedure": "bmc_code" }
5850 ]
5851 }
5852 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005853 "Documentation": {
5854 "Description": "Corrupted or changed preserved file",
5855 "Message": "Partition was not preserved on reboot",
5856 "Notes": [
zamiseck0ad7a822022-05-24 17:25:58 -05005857 "This error may occur if one of the partitions marked",
5858 "PRESERVED is either corrupted, or a change of size is ",
5859 "desired for a particular partition."
5860 ]
5861 }
5862 },
5863
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005864 {
5865 "Name": "xyz.openbmc_project.PLDM.Error.findDumpObjPath.GetManagedObjectsFail",
5866 "Subsystem": "bmc_firmware",
5867 "ComponentID": "0x6000",
5868 "Severity": "predictive",
Patrick Williams26919f02022-12-08 06:12:43 -06005869 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005870 "ReasonCode": "0x6001",
Patrick Williams26919f02022-12-08 06:12:43 -06005871 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005872 },
5873 "Callouts": [
5874 {
5875 "CalloutList": [
5876 { "Priority": "high", "Procedure": "bmc_code" }
5877 ]
5878 }
5879 ],
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005880
Patrick Williams26919f02022-12-08 06:12:43 -06005881 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005882 "Description": "Failed to get the requested dump object path.",
5883 "Message": "Failed to get the requested dump object path from the system."
5884 }
5885 },
5886 {
5887 "Name": "xyz.openbmc_project.PLDM.Error.newFileAvailable.NewDumpNotifyFail",
5888 "Subsystem": "bmc_firmware",
5889 "ComponentID": "0x6000",
5890 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005891 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005892 "ReasonCode": "0x6002",
Patrick Williams26919f02022-12-08 06:12:43 -06005893 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005894 },
5895 "Callouts": [
5896 {
5897 "CalloutList": [
5898 { "Priority": "high", "Procedure": "bmc_code" }
5899 ]
5900 }
5901 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005902 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005903 "Description": "Failed to make a new dump notify request to the dump manager application.",
5904 "Message": "Failed to make a new dump notify request to the dump manager application."
5905 }
5906 },
5907 {
5908 "Name": "xyz.openbmc_project.PLDM.Error.DumpHandler.getOffloadUriFail",
5909 "Subsystem": "bmc_firmware",
5910 "ComponentID": "0x6000",
5911 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005912 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005913 "ReasonCode": "0x6003",
Patrick Williams26919f02022-12-08 06:12:43 -06005914 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005915 },
5916 "Callouts": [
5917 {
5918 "CalloutList": [
5919 { "Priority": "high", "Procedure": "bmc_code" }
5920 ]
5921 }
5922 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005923 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005924 "Description": "Failed to get the dump offload URI path from the dump entry.",
5925 "Message": "Failed to get the dump offload URI path from the dump entry."
5926 }
5927 },
5928 {
5929 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.ResourceDumpFileAckFail",
5930 "Subsystem": "bmc_firmware",
5931 "ComponentID": "0x6000",
5932 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -06005933 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005934 "ReasonCode": "0x6004",
Patrick Williams26919f02022-12-08 06:12:43 -06005935 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005936 },
5937 "Callouts": [
5938 {
5939 "CalloutList": [
5940 { "Priority": "medium", "Procedure": "bmc_code" }
5941 ]
5942 }
5943 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005944 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005945 "Description": "The hypervisor rejected the request to initiate a new resource dump.",
5946 "Message": "The hypervisor rejected the request to initiate a new resource dump."
5947 }
5948 },
5949 {
5950 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.SourceDumpIdResetFail",
5951 "Subsystem": "bmc_firmware",
5952 "ComponentID": "0x6000",
5953 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005954 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005955 "ReasonCode": "0x6005",
Patrick Williams26919f02022-12-08 06:12:43 -06005956 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005957 },
5958 "Callouts": [
5959 {
5960 "CalloutList": [
5961 { "Priority": "high", "Procedure": "bmc_code" }
5962 ]
5963 }
5964 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005965 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005966 "Description": "Failed to reset the dump ID, due to this requested dump will not be deleted.",
5967 "Message": "Failed to reset the dump ID, due to this requested dump will not be deleted."
5968 }
5969 },
5970 {
5971 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryDeleteFail",
5972 "Subsystem": "bmc_firmware",
5973 "ComponentID": "0x6000",
5974 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005975 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005976 "ReasonCode": "0x6006",
Patrick Williams26919f02022-12-08 06:12:43 -06005977 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005978 },
5979 "Callouts": [
5980 {
5981 "CalloutList": [
5982 { "Priority": "high", "Procedure": "bmc_code" }
5983 ]
5984 }
5985 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005986 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005987 "Description": "Failed to carry out the dump delete request from the hypervisor.",
5988 "Message": "Failed to carry out the dump delete request from the hypervisor."
5989 }
5990 },
5991 {
5992 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryOffloadedSetFail",
5993 "Subsystem": "bmc_firmware",
5994 "ComponentID": "0x6000",
5995 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005996 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005997 "ReasonCode": "0x6007",
Patrick Williams26919f02022-12-08 06:12:43 -06005998 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005999 },
6000 "Callouts": [
6001 {
6002 "CalloutList": [
6003 { "Priority": "high", "Procedure": "bmc_code" }
6004 ]
6005 }
6006 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006007 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006008 "Description": "Failed to set the dump offloaded completion flag in the dump entry.",
6009 "Message": "Failed to set the dump offloaded completion flag in the dump entry."
6010 }
6011 },
6012 {
6013 "Name": "xyz.openbmc_project.PLDM.Error.readIntoMemory.GetFilepathFail",
6014 "Subsystem": "bmc_firmware",
6015 "ComponentID": "0x6000",
6016 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006017 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006018 "ReasonCode": "0x6008",
Patrick Williams26919f02022-12-08 06:12:43 -06006019 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006020 },
6021 "Callouts": [
6022 {
6023 "CalloutList": [
6024 { "Priority": "high", "Procedure": "bmc_code" }
6025 ]
6026 }
6027 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006028 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006029 "Description": "Failed to get the file path for the BMC dump and offload to the hypervisor.",
6030 "Message": "Failed to get the file path for the BMC dump and offload to the hypervisor."
6031 }
6032 },
6033 {
6034 "Name": "xyz.openbmc_project.PLDM.Error.read.GetFilepathFail",
6035 "Subsystem": "bmc_firmware",
6036 "ComponentID": "0x6000",
6037 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006038 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006039 "ReasonCode": "0x6009",
Patrick Williams26919f02022-12-08 06:12:43 -06006040 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006041 },
6042 "Callouts": [
6043 {
6044 "CalloutList": [
6045 { "Priority": "high", "Procedure": "bmc_code" }
6046 ]
6047 }
6048 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006049 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006050 "Description": "Failed to get the file path for the BMC dump and offload to the hypervisor.",
6051 "Message": "Failed to get the file path for the BMC dump and offload to the hypervisor."
6052 }
6053 },
6054 {
6055 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.ResourceDumpFileAckWithMetaDataFail",
6056 "Subsystem": "bmc_firmware",
6057 "ComponentID": "0x6000",
6058 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -06006059 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006060 "ReasonCode": "0x6010",
Patrick Williams26919f02022-12-08 06:12:43 -06006061 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006062 },
6063 "Callouts": [
6064 {
6065 "CalloutList": [
6066 { "Priority": "medium", "Procedure": "bmc_code" }
6067 ]
6068 }
6069 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006070 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006071 "Description": "Could not create a new resource dump due to hypervisor verification failed.",
6072 "Message": "Could not create a new resource dump due to hypervisor verification failed."
6073 }
6074 },
6075 {
6076 "Name": "xyz.openbmc_project.PLDM.Error.fileAckWithMetaData.DumpEntryOffloadedSetFail",
6077 "Subsystem": "bmc_firmware",
6078 "ComponentID": "0x6000",
6079 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006080 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006081 "ReasonCode": "0x6011",
Patrick Williams26919f02022-12-08 06:12:43 -06006082 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006083 },
6084 "Callouts": [
6085 {
6086 "CalloutList": [
6087 { "Priority": "high", "Procedure": "bmc_code" }
6088 ]
6089 }
6090 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006091 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006092 "Description": "Failed to set the dump offload completion flag in the dump entry details.",
6093 "Message": "Failed to set the dump offload completion flag in the dump entry details."
6094 }
6095 },
6096 {
6097 "Name": "xyz.openbmc_project.PLDM.Error.newFileAvailableWithMetaData.NewDumpNotifyFail",
6098 "Subsystem": "bmc_firmware",
6099 "ComponentID": "0x6000",
6100 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006101 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006102 "ReasonCode": "0x6012",
Patrick Williams26919f02022-12-08 06:12:43 -06006103 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006104 },
6105 "Callouts": [
6106 {
6107 "CalloutList": [
6108 { "Priority": "high", "Procedure": "bmc_code" }
6109 ]
6110 }
6111 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006112 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006113 "Description": "Failed to notify a new dump available request.",
6114 "Message": "Failed to notify a new dump available request."
6115 }
6116 },
6117 {
6118 "Name": "xyz.openbmc_project.PLDM.Error.sendNewFileAvailableCmd.SendDumpParametersFail",
6119 "Subsystem": "bmc_firmware",
6120 "ComponentID": "0x6000",
6121 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006122 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006123 "ReasonCode": "0x6013",
Patrick Williams26919f02022-12-08 06:12:43 -06006124 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006125 },
6126 "Callouts": [
6127 {
6128 "CalloutList": [
6129 { "Priority": "high", "Procedure": "bmc_code" }
6130 ]
6131 }
6132 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006133 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006134 "Description": "Failed to send the resource dump parameters for a new dump initiation.",
6135 "Message": "Failed to send the resource dump parameters for a new dump initiation."
6136 }
6137 },
6138 {
6139 "Name": "xyz.openbmc_project.PLDM.Error.SendFileToHostFail",
6140 "Subsystem": "bmc_firmware",
6141 "ComponentID": "0x6000",
6142 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006143 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006144 "ReasonCode": "0x6014",
Patrick Williams26919f02022-12-08 06:12:43 -06006145 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006146 },
6147 "Callouts": [
6148 {
6149 "CalloutList": [
6150 { "Priority": "high", "Procedure": "bmc_code" }
6151 ]
6152 }
6153 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006154 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006155 "Description": "Failed to send the certificate/license file to the host.",
6156 "Message": "Failed to send the certificate/license file to the host."
6157 }
6158 },
6159 {
6160 "Name": "xyz.openbmc_project.PLDM.Error.DecodeNewFileResponseFail",
6161 "Subsystem": "bmc_firmware",
6162 "ComponentID": "0x6000",
6163 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006164 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006165 "ReasonCode": "0x6015",
Patrick Williams26919f02022-12-08 06:12:43 -06006166 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006167 },
6168 "Callouts": [
6169 {
6170 "CalloutList": [
6171 { "Priority": "high", "Procedure": "bmc_code" }
6172 ]
6173 }
6174 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006175 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006176 "Description": "Failed to decode the response of certificate/license file sent to the host.",
6177 "Message": "Failed to decode the response of certificate/license file sent to the host."
6178 }
6179 },
6180 {
6181 "Name": "xyz.openbmc_project.PLDM.Error.NewFileAvailableRequestFail",
6182 "Subsystem": "bmc_firmware",
6183 "ComponentID": "0x6000",
6184 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006185 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006186 "ReasonCode": "0x6016",
Patrick Williams26919f02022-12-08 06:12:43 -06006187 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006188 },
6189 "Callouts": [
6190 {
6191 "CalloutList": [
6192 { "Priority": "high", "Procedure": "bmc_code" }
6193 ]
6194 }
6195 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006196 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006197 "Description": "Failed to send the new certificate/license file to the host.",
6198 "Message": "Failed to send the new certificate/license file to the host."
6199 }
6200 },
6201 {
6202 "Name": "xyz.openbmc_project.PLDM.Error.SetHostEffecterFailed",
6203 "Subsystem": "bmc_firmware",
6204 "ComponentID": "0x6000",
6205 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006206 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006207 "ReasonCode": "0x6017",
Patrick Williams26919f02022-12-08 06:12:43 -06006208 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006209 },
6210
6211 "Callouts": [
6212 {
6213 "CalloutList": [
6214 { "Priority": "high", "Procedure": "bmc_code" }
6215 ]
6216 }
6217 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006218 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006219 "Description": "Failed to set state effecter states.",
6220 "Message": "Failed to set state effecter states."
6221 }
6222 },
6223 {
6224 "Name": "xyz.openbmc_project.PLDM.Error.Generate.PDRJsonFileParseFail",
6225 "Subsystem": "bmc_firmware",
6226 "ComponentID": "0x6000",
6227 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006228 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006229 "ReasonCode": "0x6018",
Patrick Williams26919f02022-12-08 06:12:43 -06006230 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006231 },
6232 "Callouts": [
6233 {
6234 "CalloutList": [
6235 { "Priority": "high", "Procedure": "bmc_code" }
6236 ]
6237 }
6238 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006239 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006240 "Description": "Failed to parse PDR JSON file.",
6241 "Message": "Failed to parse PDR JSON file."
6242 }
6243 },
6244 {
6245 "Name": "xyz.openbmc_project.PLDM.Error.SetHostSensorState.GetStateSensorPDRFail",
6246 "Subsystem": "bmc_firmware",
6247 "ComponentID": "0x6000",
6248 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006249 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006250 "ReasonCode": "0x6019",
Patrick Williams26919f02022-12-08 06:12:43 -06006251 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006252 },
6253 "Callouts": [
6254 {
6255 "CalloutList": [
6256 { "Priority": "high", "Procedure": "bmc_code" }
6257 ]
6258 }
6259 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006260 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006261 "Description": "Failed to get state sensor PDR state.",
6262 "Message": "Failed to get state sensor PDR state."
6263 }
6264 },
6265 {
6266 "Name": "xyz.openbmc_project.PLDM.Error.SetHostSensorState.EncodeStateSensorFail",
6267 "Subsystem": "bmc_firmware",
6268 "ComponentID": "0x6000",
6269 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006270 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006271 "ReasonCode": "0x6020",
Patrick Williams26919f02022-12-08 06:12:43 -06006272 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006273 },
6274 "Callouts": [
6275 {
6276 "CalloutList": [
6277 { "Priority": "high", "Procedure": "bmc_code" }
6278 ]
6279 }
6280 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006281 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006282 "Description": "Failed to encode state sensor request.",
6283 "Message": "Failed to encode state sensor request."
6284 }
6285 },
6286 {
6287 "Name": "xyz.openbmc_project.PLDM.Error.CMsubscribeFailure",
6288 "Subsystem": "bmc_firmware",
6289 "ComponentID": "0x6000",
6290 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006291 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006292 "ReasonCode": "0x6021",
Patrick Williams26919f02022-12-08 06:12:43 -06006293 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006294 },
6295 "Callouts": [
6296 {
6297 "CalloutList": [
6298 { "Priority": "high", "Procedure": "bmc_code" }
6299 ]
6300 }
6301 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006302 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006303 "Description": "Failed to subscribe for concurrent maintenance of FRU.",
6304 "Message": "Failed to subscribe for concurrent maintenance of FRU."
6305 }
6306 },
6307 {
6308 "Name": "xyz.openbmc_project.PLDM.Error.setSurvTimer.RecvSurveillancePingFail",
6309 "Subsystem": "bmc_firmware",
6310 "ComponentID": "0x6000",
6311 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -06006312 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006313 "ReasonCode": "0x6022",
Patrick Williams26919f02022-12-08 06:12:43 -06006314 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006315 },
6316 "Callouts": [
6317 {
6318 "CalloutList": [
6319 { "Priority": "high", "Procedure": "bmc_code" }
6320 ]
6321 }
6322 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006323 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006324 "Description": "Host did not send a surveillance ping within stipulated timeout interval.",
6325 "Message": "Host did not send a surveillance ping within stipulated timeout interval."
6326 }
6327 },
6328 {
6329 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryOffloadUriSetFail",
6330 "Subsystem": "bmc_firmware",
6331 "ComponentID": "0x6000",
6332 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006333 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006334 "ReasonCode": "0x6023",
Patrick Williams26919f02022-12-08 06:12:43 -06006335 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006336 },
6337 "Callouts": [
6338 {
6339 "CalloutList": [
6340 { "Priority": "high", "Procedure": "bmc_code" }
6341 ]
6342 }
6343 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006344 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006345 "Description": "Failed to reset the dump offload URI path from the dump entry.",
6346 "Message": "Failed to reset the dump offload URI path from the dump entry."
6347 }
6348 },
6349 {
6350 "Name": "xyz.openbmc_project.PLDM.Error.SoftPowerOff.HostSoftOffTimeOut",
6351 "Subsystem": "bmc_firmware",
6352 "ComponentID": "0x6000",
6353 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006354 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006355 "ReasonCode": "0x6024",
Patrick Williams26919f02022-12-08 06:12:43 -06006356 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006357 },
6358 "Callouts": [
6359 {
6360 "CalloutList": [
6361 { "Priority": "high", "Procedure": "bmc_code" }
6362 ]
6363 }
6364 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006365 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006366 "Description": "Host failed to complete the power off gracefully within the timeout.",
6367 "Message": "Host failed to complete the power off gracefully within the timeout."
6368 }
Swarnendu Roy Chowdhury86cdcd52023-01-17 11:17:12 +05306369 },
6370 {
6371 "Name": "xyz.openbmc_project.Dump.Error.Invalidate",
6372 "Subsystem": "bmc_firmware",
6373 "ComponentID": "0x6000",
6374 "SRC": {
6375 "ReasonCode": "0x6025",
6376 "Words6To9": {}
6377 },
6378 "Documentation": {
6379 "Description": "Dump has been deleted/offloaded",
6380 "Message": "BMC/System/Resource dump has been deleted/offloaded"
6381 }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006382 }
Matt Spinler44792fd2019-09-26 15:58:58 -05006383 ]
6384}