blob: db888dc5c7de130289ec7942929b1f6a9037b11d [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 {
Andrew Geissler8034dde2021-09-10 14:43:03 -0500839 "Name": "xyz.openbmc_project.State.Error.HostNotRunning",
840 "Subsystem": "cec_sp_hostboot_iface",
841 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -0600842 "SRC": {
Andrew Geissler8034dde2021-09-10 14:43:03 -0500843 "ReasonCode": "0x3401",
Patrick Williams26919f02022-12-08 06:12:43 -0600844 "Words6To9": {}
Andrew Geissler8034dde2021-09-10 14:43:03 -0500845 },
Patrick Williams26919f02022-12-08 06:12:43 -0600846 "Documentation": {
Andrew Geissler8034dde2021-09-10 14:43:03 -0500847 "Description": "Host was booting or booted before BMC reset but is now unresponsive",
848 "Message": "Host did not respond to BMC after a BMC reset but it was booting or booted prior to the BMC reboot",
849 "Notes": [
850 "System will follow recovery policy, resulting in this ",
851 "error and most likely a a reboot of the host. The issue ",
852 "is most likely the result of the BMC rebooting while the ",
853 "host was booting and in a state where it still needed ",
854 "the BMC to complete its boot."
855 ]
Matt Spinler288f4322023-01-05 12:54:22 -0600856 },
857
858 "JournalCapture": {
859 "NumLines": 30
Andrew Geissler8034dde2021-09-10 14:43:03 -0500860 }
861 },
862
863 {
Andrew Geissler808f6302022-02-24 13:55:18 -0600864 "Name": "xyz.openbmc_project.State.ChassisPowerBad",
865 "Subsystem": "input_power_source",
866 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -0600867 "SRC": {
Andrew Geissler808f6302022-02-24 13:55:18 -0600868 "ReasonCode": "0x3402",
Patrick Williams26919f02022-12-08 06:12:43 -0600869 "Words6To9": {}
Andrew Geissler808f6302022-02-24 13:55:18 -0600870 },
871 "Callouts": [
872 {
Patrick Williams26919f02022-12-08 06:12:43 -0600873 "CalloutList": [
874 {
875 "Priority": "high",
876 "Procedure": "next_level_support"
877 }
878 ]
Andrew Geissler808f6302022-02-24 13:55:18 -0600879 }
880 ],
Patrick Williams26919f02022-12-08 06:12:43 -0600881 "Documentation": {
Andrew Geissler808f6302022-02-24 13:55:18 -0600882 "Description": "Chassis input power is in a bad state",
883 "Message": "Chassis input power is in a bad state, look for other logs with more details",
884 "Notes": [
885 "The system is most likely in a limited power situation. ",
886 "There is enough power for the BMC to operate but not the ",
887 "CEC hardware. Check for UPS or brownout logs."
888 ]
Matt Spinler288f4322023-01-05 12:54:22 -0600889 },
890
891 "JournalCapture": {
892 "NumLines": 30
Andrew Geissler808f6302022-02-24 13:55:18 -0600893 }
894 },
895
896 {
Andrew Geissler4c360ec2022-02-24 14:09:37 -0600897 "Name": "xyz.openbmc_project.State.PinholeReset",
898 "Subsystem": "cec_op_panel",
899 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -0600900 "SRC": {
Andrew Geissler4c360ec2022-02-24 14:09:37 -0600901 "ReasonCode": "0x3403",
Patrick Williams26919f02022-12-08 06:12:43 -0600902 "Words6To9": {}
Andrew Geissler4c360ec2022-02-24 14:09:37 -0600903 },
Patrick Williams26919f02022-12-08 06:12:43 -0600904 "Documentation": {
Andrew Geissler4c360ec2022-02-24 14:09:37 -0600905 "Description": "User initiated a pinhole reset via the op-panel",
906 "Message": "User initiated a pinhole reset via the op-panel",
907 "Notes": [
908 "This is a notification log to record the fact that a ",
909 "pinhole reset was performed on the BMC, resulting in a ",
910 "hard reset of the BMC."
911 ]
912 }
913 },
914
915 {
Andrew Geisslerfbb18242022-02-24 14:30:02 -0600916 "Name": "xyz.openbmc_project.State.Error.CriticalServiceFailure",
917 "Subsystem": "bmc_firmware",
918 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -0600919 "SRC": {
Andrew Geisslerfbb18242022-02-24 14:30:02 -0600920 "ReasonCode": "0x3404",
Patrick Williams26919f02022-12-08 06:12:43 -0600921 "Words6To9": {}
Andrew Geisslerfbb18242022-02-24 14:30:02 -0600922 },
923 "Callouts": [
924 {
Patrick Williams26919f02022-12-08 06:12:43 -0600925 "CalloutList": [
926 {
927 "Priority": "high",
928 "Procedure": "next_level_support"
929 }
930 ]
Andrew Geisslerfbb18242022-02-24 14:30:02 -0600931 }
932 ],
Patrick Williams26919f02022-12-08 06:12:43 -0600933 "Documentation": {
Andrew Geisslerfbb18242022-02-24 14:30:02 -0600934 "Description": "A critical BMC application has failed on the system",
935 "Message": "A critical BMC application has failed on the system, the BMC is in an undefined state",
936 "Notes": [
937 "As a part of generating this error log, a BMC dump has ",
938 "also been generated. Please collect this dump if possible. ",
939 "The BMC state is undefined but basic services could still ",
940 "be available. Usually an AC cycle of the entire system is ",
941 "the best recovery option from this error."
942 ]
Matt Spinler288f4322023-01-05 12:54:22 -0600943 },
944
945 "JournalCapture": {
946 "NumLines": 30
Andrew Geisslerfbb18242022-02-24 14:30:02 -0600947 }
948 },
949
950 {
Andrew Geisslerf83efe92022-03-10 15:06:17 -0600951 "Name": "xyz.openbmc_project.State.Error.SecurityCheckFail",
952 "Subsystem": "bmc_firmware",
953 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -0600954 "SRC": {
Andrew Geisslerf83efe92022-03-10 15:06:17 -0600955 "ReasonCode": "0x3405",
Patrick Williams26919f02022-12-08 06:12:43 -0600956 "Words6To9": {}
Andrew Geisslerf83efe92022-03-10 15:06:17 -0600957 },
958 "Callouts": [
959 {
Patrick Williams26919f02022-12-08 06:12:43 -0600960 "CalloutList": [
961 {
962 "Priority": "high",
963 "Procedure": "next_level_support"
964 }
965 ]
Andrew Geisslerf83efe92022-03-10 15:06:17 -0600966 }
967 ],
Patrick Williams26919f02022-12-08 06:12:43 -0600968 "Documentation": {
Andrew Geisslerf83efe92022-03-10 15:06:17 -0600969 "Description": "A firmware security check has failed",
970 "Message": "A firmware security check has failed, most likely something is not configured correctly",
971 "Notes": [
972 "This log is only generated in the manufacturing ",
973 "environment and it indicates that something has not ",
974 "been configured correctly. Use the data in the PEL to ",
975 "determine what that is."
976 ]
977 }
978 },
979
980 {
Andrew Geissler8bafa992022-03-10 15:20:52 -0600981 "Name": "xyz.openbmc_project.State.BMC.Error.MultiUserTargetFailure",
982 "Subsystem": "bmc_firmware",
983 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -0600984 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -0600985 "ReasonCode": "0x3406",
Patrick Williams26919f02022-12-08 06:12:43 -0600986 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -0600987 },
988 "Callouts": [
989 {
Patrick Williams26919f02022-12-08 06:12:43 -0600990 "CalloutList": [
991 {
992 "Priority": "high",
993 "Procedure": "next_level_support"
994 }
995 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -0600996 }
997 ],
Patrick Williams26919f02022-12-08 06:12:43 -0600998 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -0600999 "Description": "The system has failed to reach BMC Ready state",
1000 "Message": "The system has failed to reach BMC Ready state, look for other errors",
1001 "Notes": [
1002 "This log indicates a critical BMC application required ",
1003 "for the BMC to reach Ready state has failed to start ",
1004 "successfully. Look in the log for other errors indicating ",
1005 "what has failed."
1006 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001007 },
1008
1009 "JournalCapture": {
1010 "NumLines": 30
Andrew Geissler8bafa992022-03-10 15:20:52 -06001011 }
1012 },
1013
1014 {
1015 "Name": "xyz.openbmc_project.State.Chassis.Error.PowerOnFailure",
1016 "Subsystem": "bmc_firmware",
1017 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001018 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001019 "ReasonCode": "0x3407",
Patrick Williams26919f02022-12-08 06:12:43 -06001020 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001021 },
1022 "Callouts": [
1023 {
Patrick Williams26919f02022-12-08 06:12:43 -06001024 "CalloutList": [
1025 {
1026 "Priority": "high",
1027 "Procedure": "next_level_support"
1028 }
1029 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001030 }
1031 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001032 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001033 "Description": "The system has failed to reach chassis power on state",
1034 "Message": "The system has failed to reach chassis power on state, look for other errors",
1035 "Notes": [
1036 "This log indicates a critical BMC application required ",
1037 "for the BMC to power on the chassis has failed to start ",
1038 "successfully. Look in the log for other errors indicating ",
1039 "what has failed."
1040 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001041 },
1042
1043 "JournalCapture": {
1044 "NumLines": 30
Andrew Geissler8bafa992022-03-10 15:20:52 -06001045 }
1046 },
1047
1048 {
1049 "Name": "xyz.openbmc_project.State.Chassis.Error.PowerOffFailure",
1050 "Subsystem": "bmc_firmware",
1051 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001052 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001053 "ReasonCode": "0x3408",
Patrick Williams26919f02022-12-08 06:12:43 -06001054 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001055 },
1056 "Callouts": [
1057 {
Patrick Williams26919f02022-12-08 06:12:43 -06001058 "CalloutList": [
1059 {
1060 "Priority": "high",
1061 "Procedure": "next_level_support"
1062 }
1063 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001064 }
1065 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001066 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001067 "Description": "The system has failed to reach chassis power off state",
1068 "Message": "The system has failed to reach chassis power off state, look for other errors",
1069 "Notes": [
1070 "This log indicates a critical BMC application required ",
1071 "for the BMC to power off the chassis has failed to start ",
1072 "successfully. Look in the log for other errors indicating ",
1073 "what has failed."
1074 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001075 },
1076
1077 "JournalCapture": {
1078 "NumLines": 30
Andrew Geissler8bafa992022-03-10 15:20:52 -06001079 }
1080 },
1081
1082 {
1083 "Name": "xyz.openbmc_project.State.Host.Error.HostStartFailure",
1084 "Subsystem": "bmc_firmware",
1085 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001086 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001087 "ReasonCode": "0x3409",
Patrick Williams26919f02022-12-08 06:12:43 -06001088 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001089 },
1090 "Callouts": [
1091 {
Patrick Williams26919f02022-12-08 06:12:43 -06001092 "CalloutList": [
1093 {
1094 "Priority": "high",
1095 "Procedure": "next_level_support"
1096 }
1097 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001098 }
1099 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001100 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001101 "Description": "The system has failed to start the host firmware",
1102 "Message": "The system has failed to start the host firmware, look for other errors",
1103 "Notes": [
1104 "This log indicates a critical BMC application required ",
1105 "for the BMC to start the host has failed to start ",
1106 "successfully. Look in the log for other errors indicating ",
1107 "what has failed."
1108 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001109 },
1110
1111 "JournalCapture": {
1112 "NumLines": 30
Andrew Geissler8bafa992022-03-10 15:20:52 -06001113 }
1114 },
1115
1116 {
1117 "Name": "xyz.openbmc_project.State.Host.Error.HostStartMinFailure",
1118 "Subsystem": "bmc_firmware",
1119 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001120 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001121 "ReasonCode": "0x3410",
Patrick Williams26919f02022-12-08 06:12:43 -06001122 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001123 },
1124 "Callouts": [
1125 {
Patrick Williams26919f02022-12-08 06:12:43 -06001126 "CalloutList": [
1127 {
1128 "Priority": "high",
1129 "Procedure": "next_level_support"
1130 }
1131 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001132 }
1133 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001134 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001135 "Description": "The system has failed to start the host firmware",
1136 "Message": "The system has failed to start the host firmware, look for other errors",
1137 "Notes": [
1138 "This log indicates a critical BMC application required ",
1139 "for the BMC to start the host has failed to start ",
1140 "successfully. Look in the log for other errors indicating ",
1141 "what has failed."
1142 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001143 },
1144
1145 "JournalCapture": {
1146 "NumLines": 30
Andrew Geissler8bafa992022-03-10 15:20:52 -06001147 }
1148 },
1149
1150 {
1151 "Name": "xyz.openbmc_project.State.Host.Error.HostShutdownFailure",
1152 "Subsystem": "bmc_firmware",
1153 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001154 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001155 "ReasonCode": "0x3411",
Patrick Williams26919f02022-12-08 06:12:43 -06001156 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001157 },
1158 "Callouts": [
1159 {
Patrick Williams26919f02022-12-08 06:12:43 -06001160 "CalloutList": [
1161 {
1162 "Priority": "high",
1163 "Procedure": "next_level_support"
1164 }
1165 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001166 }
1167 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001168 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001169 "Description": "The system has failed to shutdown the host firmware",
1170 "Message": "The system has failed to shutdown the host firmware, look for other errors",
1171 "Notes": [
1172 "This log indicates a critical BMC application required ",
1173 "to shutdown the host firmware has failed to start ",
1174 "successfully. Look in the log for other errors indicating ",
1175 "what has failed."
1176 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001177 },
1178
1179 "JournalCapture": {
1180 "NumLines": 30
Andrew Geissler8bafa992022-03-10 15:20:52 -06001181 }
1182 },
1183
1184 {
1185 "Name": "xyz.openbmc_project.State.Host.Error.HostStopFailure",
1186 "Subsystem": "bmc_firmware",
1187 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001188 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001189 "ReasonCode": "0x3412",
Patrick Williams26919f02022-12-08 06:12:43 -06001190 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001191 },
1192 "Callouts": [
1193 {
Patrick Williams26919f02022-12-08 06:12:43 -06001194 "CalloutList": [
1195 {
1196 "Priority": "high",
1197 "Procedure": "next_level_support"
1198 }
1199 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001200 }
1201 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001202 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001203 "Description": "The system has failed to stop the host firmware",
1204 "Message": "The system has failed to stop the host firmware, look for other errors",
1205 "Notes": [
1206 "This log indicates a critical BMC application required ",
1207 "to stop the host firmware has failed to start ",
1208 "successfully. Look in the log for other errors indicating ",
1209 "what has failed."
1210 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001211 },
1212
1213 "JournalCapture": {
1214 "NumLines": 30
Andrew Geissler8bafa992022-03-10 15:20:52 -06001215 }
1216 },
1217
1218 {
1219 "Name": "xyz.openbmc_project.State.Host.Error.HostRebootFailure",
1220 "Subsystem": "bmc_firmware",
1221 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001222 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001223 "ReasonCode": "0x3413",
Patrick Williams26919f02022-12-08 06:12:43 -06001224 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001225 },
1226 "Callouts": [
1227 {
Patrick Williams26919f02022-12-08 06:12:43 -06001228 "CalloutList": [
1229 {
1230 "Priority": "high",
1231 "Procedure": "next_level_support"
1232 }
1233 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001234 }
1235 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001236 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001237 "Description": "The system has failed to reboot the host firmware",
1238 "Message": "The system has failed to reboot the host firmware, look for other errors",
1239 "Notes": [
1240 "This log indicates a critical BMC application required ",
1241 "to reboot the host firmware has failed to start ",
1242 "successfully. Look in the log for other errors indicating ",
1243 "what has failed."
1244 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001245 },
1246
1247 "JournalCapture": {
1248 "NumLines": 30
Andrew Geissler8bafa992022-03-10 15:20:52 -06001249 }
1250 },
1251
1252 {
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001253 "Name": "xyz.openbmc_project.State.Error.HostQuiesce",
1254 "Subsystem": "bmc_firmware",
1255 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001256 "SRC": {
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001257 "ReasonCode": "0x3414",
Patrick Williams26919f02022-12-08 06:12:43 -06001258 "Words6To9": {}
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001259 },
1260 "Callouts": [
1261 {
Patrick Williams26919f02022-12-08 06:12:43 -06001262 "CalloutList": [
1263 {
1264 "Priority": "high",
1265 "Procedure": "next_level_support"
1266 }
1267 ]
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001268 }
1269 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001270 "Documentation": {
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001271 "Description": "The host firmware has failed to boot",
1272 "Message": "The host firmware has failed to boot and has entered a Quiesce state. Look for other errors.",
1273 "Notes": [
1274 "This log indicates that the host firmware has failed to ",
1275 "boot and all retries have been exhausted. There should be ",
1276 "other logs with more details on the boot failure reason. "
1277 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001278 },
1279
1280 "JournalCapture": {
1281 "NumLines": 30
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001282 }
1283 },
1284
1285 {
Lakshmi Yadlapati95788fe2023-03-24 14:39:32 -05001286 "Name": "xyz.openbmc_project.State.Error.TpmMeasurementFail",
1287 "Subsystem": "bmc_firmware",
1288 "ComponentID": "0x3400",
1289 "SRC": {
1290 "ReasonCode": "0x3415",
1291 "Words6To9": {}
1292 },
1293 "Callouts": [
1294 {
1295 "CalloutList": [
1296 {
1297 "Priority": "high",
1298 "Procedure": "next_level_support"
1299 }
1300 ]
1301 }
1302 ],
1303 "Documentation": {
1304 "Description": "TPM measurement failed",
1305 "Message": "The system has detected a failure in the TPM measurement.",
1306 "Notes": [
1307 "This error occurs when /sys/class/tpm/tpm0/pcr-sha256/0",
1308 "is missing or has a value of 0, indicating a potential compromise",
1309 "of the system's boot process.",
1310 "Please contact your system administrator or next level support",
1311 "to investigate and resolve the issue."
1312 ]
1313 }
1314 },
1315
1316 {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -05001317 "Name": "org.open_power.Processor.Error.SbeChipOpFailure",
1318 "Subsystem": "processor_chip",
1319 "ComponentID": "0x3500",
1320
Patrick Williams26919f02022-12-08 06:12:43 -06001321 "SRC": {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -05001322 "ReasonCode": "0x3500",
Patrick Williams26919f02022-12-08 06:12:43 -06001323 "Words6To9": {
1324 "6": {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -05001325 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
1326 "AdditionalDataPropSource": "SRC6"
1327 }
1328 }
1329 },
1330
Patrick Williams26919f02022-12-08 06:12:43 -06001331 "Documentation": {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -05001332 "Description": "chipop failure with SBE provided FFDC",
1333 "Message": "chipop request failure reported by SBE",
1334 "Notes": [
1335 "The severity is set by the creator.",
1336 "Callouts added based on SBE provided FFDC.",
1337 "SBE provided additional debug data included as part of the",
1338 "additional user data section."
1339 ]
1340 }
1341 },
1342
1343 {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -05001344 "Name": "org.open_power.Processor.Error.SbeChipOpTimeout",
1345 "Subsystem": "processor_chip",
1346 "ComponentID": "0x3500",
1347
Patrick Williams26919f02022-12-08 06:12:43 -06001348 "SRC": {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -05001349 "ReasonCode": "0x3501",
Patrick Williams26919f02022-12-08 06:12:43 -06001350 "Words6To9": {
1351 "6": {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -05001352 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
1353 "AdditionalDataPropSource": "SRC6"
1354 }
1355 }
1356 },
1357
Jayanth Othayothe4acc8d2022-06-02 02:32:08 -05001358 "Callouts": [
1359 {
1360 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06001361 {
1362 "Priority": "high",
1363 "Procedure": "next_level_support"
1364 }
Jayanth Othayothe4acc8d2022-06-02 02:32:08 -05001365 ]
1366 }
1367 ],
1368
Patrick Williams26919f02022-12-08 06:12:43 -06001369 "Documentation": {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -05001370 "Description": "SBE chipop timeout",
1371 "Message": "chipop timeout reported during SBE communication",
1372 "Notes": [
1373 "The severity is set by the creator.",
1374 "Check SBE Dump associated to this error to debug the failure."
1375 ]
1376 }
1377 },
1378
1379 {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001380 "Name": "org.open_power.Processor.Error.SbeChipOpInvalidState",
1381 "Subsystem": "processor_chip",
1382 "ComponentID": "0x3500",
1383
Patrick Williams26919f02022-12-08 06:12:43 -06001384 "SRC": {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001385 "ReasonCode": "0x3502",
Patrick Williams26919f02022-12-08 06:12:43 -06001386 "Words6To9": {
1387 "6": {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001388 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
1389 "AdditionalDataPropSource": "SRC6"
1390 },
Patrick Williams26919f02022-12-08 06:12:43 -06001391 "7": {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001392 "Description": "Value of SBE state",
1393 "AdditionalDataPropSource": "SRC7"
1394 }
1395 }
1396 },
1397
Patrick Williams26919f02022-12-08 06:12:43 -06001398 "Documentation": {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001399 "Description": "The SBE on this processor is not in a state where chipOps can be issued",
1400 "Message": "SBE Chipop is not allowed due to invalid SBE state ",
Patrick Williams26919f02022-12-08 06:12:43 -06001401 "Notes": ["The severity is set by the creator."]
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001402 }
1403 },
1404
1405 {
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001406 "Name": "org.open_power.Processor.Error.SbeBootFailure",
1407 "Subsystem": "processor_chip",
1408 "ComponentID": "0x3500",
Patrick Williams26919f02022-12-08 06:12:43 -06001409 "ActionFlags": ["service_action", "report", "call_home"],
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001410
Patrick Williams26919f02022-12-08 06:12:43 -06001411 "SRC": {
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001412 "ReasonCode": "0x3503",
Patrick Williams26919f02022-12-08 06:12:43 -06001413 "Words6To9": {
1414 "6": {
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001415 "Description": "[0:15] chip position",
1416 "AdditionalDataPropSource": "SRC6"
1417 }
1418 }
1419 },
1420
Patrick Williams26919f02022-12-08 06:12:43 -06001421 "Documentation": {
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001422 "Description": "Boot failure with SBE provided FFDC",
1423 "Message": "Boot failure reported by SBE",
1424 "Notes": [
1425 "The severity is set by the creator.",
1426 "Callouts added based on SBE provided FFDC.",
1427 "SBE provided additional debug data included as part of the",
1428 "additional user data section."
1429 ]
1430 }
1431 },
1432
1433 {
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001434 "Name": "org.open_power.Processor.Error.SbeBootTimeout",
1435 "Subsystem": "processor_chip",
1436 "ComponentID": "0x3500",
1437
Patrick Williams26919f02022-12-08 06:12:43 -06001438 "SRC": {
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001439 "ReasonCode": "0x3504",
Patrick Williams26919f02022-12-08 06:12:43 -06001440 "Words6To9": {}
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001441 },
1442
Jayanth Othayothf5cd2a42022-05-31 02:54:10 -05001443 "Callouts": [
1444 {
1445 "System": "ibm,rainier",
1446 "CalloutList": [
1447 {
1448 "Priority": "low",
1449 "LocCode": "P0"
1450 },
1451 {
1452 "Priority": "low",
1453 "LocCode": "P0-C22"
1454 }
1455 ]
1456 },
1457 {
1458 "System": "ibm,everest",
1459 "CalloutList": [
1460 {
1461 "Priority": "low",
1462 "LocCode": "P0"
1463 },
1464 {
1465 "Priority": "low",
1466 "LocCode": "P0-C96"
1467 }
1468 ]
Matt Spinlerbc560982023-04-10 11:16:42 -05001469 },
1470 {
1471 "System": "ibm,bonnell",
1472 "CalloutList": [
1473 {
1474 "Priority": "low",
1475 "LocCode": "P0"
1476 },
1477 {
1478 "Priority": "low",
1479 "LocCode": "P0-C5"
1480 }
1481 ]
Jayanth Othayothf5cd2a42022-05-31 02:54:10 -05001482 }
1483 ],
1484
Patrick Williams26919f02022-12-08 06:12:43 -06001485 "Documentation": {
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001486 "Description": "SBE Boot timeout",
1487 "Message": "timeout reported during SBE boot process",
1488 "Notes": [
1489 "The severity is set by the creator.",
1490 "Check SBE Dump associated to this error to debug the failure."
1491 ]
1492 }
1493 },
1494
1495 {
Ben Tyner34836322020-04-15 17:01:48 -05001496 "Name": "org.open_power.Attn.Error.Terminate",
Ben Tyner808e29f2021-04-16 08:32:23 -05001497 "Subsystem": "cec_hardware",
1498 "Severity": "non_error",
Ben Tyner34836322020-04-15 17:01:48 -05001499
Patrick Williams26919f02022-12-08 06:12:43 -06001500 "SRC": {
Ben Tyner34836322020-04-15 17:01:48 -05001501 "ReasonCode": "0xD138",
Patrick Williams26919f02022-12-08 06:12:43 -06001502 "SymptomIDFields": [
1503 "SRCWord3",
1504 "SRCWord4",
1505 "SRCWord5",
1506 "SRCWord6",
1507 "SRCWord7",
1508 "SRCWord8",
1509 "SRCWord9"
1510 ],
1511 "Words6To9": {}
Ben Tyner34836322020-04-15 17:01:48 -05001512 },
1513
Patrick Williams26919f02022-12-08 06:12:43 -06001514 "Documentation": {
Ben Tyner34836322020-04-15 17:01:48 -05001515 "Description": "Status shows TI special attention active",
1516 "Message": "TI special attention detected",
1517 "Notes": [
1518 "This entry is for any TI special attention event ",
1519 "reported by the attention handler component"
1520 ]
1521 }
1522 },
1523
1524 {
1525 "Name": "org.open_power.Attn.Error.Fail",
1526 "Subsystem": "bmc_firmware",
1527 "Severity": "unrecoverable_loss_of_function",
1528
Patrick Williams26919f02022-12-08 06:12:43 -06001529 "SRC": {
Ben Tyner34836322020-04-15 17:01:48 -05001530 "ReasonCode": "0xD13E",
Patrick Williams26919f02022-12-08 06:12:43 -06001531 "Words6To9": {
1532 "6": {
Ben Tyner34836322020-04-15 17:01:48 -05001533 "Description": "Error code from attention handler",
1534 "AdditionalDataPropSource": "ERROR_CODE"
1535 }
1536 }
1537 },
Patrick Williams26919f02022-12-08 06:12:43 -06001538 "Documentation": {
Ben Tyner34836322020-04-15 17:01:48 -05001539 "Description": "The attention handler encountered an error",
Patrick Williams26919f02022-12-08 06:12:43 -06001540 "MessageArgSources": ["SRCWord6"],
Ben Tyner34836322020-04-15 17:01:48 -05001541 "Message": "Attention handler error %1",
Patrick Williams26919f02022-12-08 06:12:43 -06001542 "Notes": ["Attention handler will provide error code"]
Ben Tyner34836322020-04-15 17:01:48 -05001543 }
1544 },
1545
1546 {
1547 "Name": "org.open_power.Attn.Error.Vital",
1548 "Subsystem": "processor_chip",
Ben Tyner34836322020-04-15 17:01:48 -05001549
Patrick Williams26919f02022-12-08 06:12:43 -06001550 "SRC": {
Ben Tyner34836322020-04-15 17:01:48 -05001551 "ReasonCode": "0xD16D",
Patrick Williams26919f02022-12-08 06:12:43 -06001552 "Words6To9": {}
Ben Tyner34836322020-04-15 17:01:48 -05001553 },
1554
Patrick Williams26919f02022-12-08 06:12:43 -06001555 "Documentation": {
Ben Tyner34836322020-04-15 17:01:48 -05001556 "Description": "Status shows SBE vital attention active",
1557 "Message": "SBE vital attention detected",
1558 "Notes": [
1559 "This entry is for any SBE vital attention event ",
1560 "reported by the attention handler component"
1561 ]
1562 }
1563 },
1564
1565 {
1566 "Name": "org.open_power.HwDiags.Error.Checkstop",
Zane Shelley4e6355d2022-02-24 15:28:08 -06001567 "PossibleSubsystems": [
Patrick Williams26919f02022-12-08 06:12:43 -06001568 "processor",
1569 "processor_fru",
1570 "processor_unit",
1571 "processor_bus",
1572 "memory_ctlr",
1573 "memory_bus",
1574 "memory_dimm",
1575 "memory_fru",
1576 "phb",
1577 "cec_hardware",
1578 "cec_clocks",
1579 "cec_tod",
1580 "others"
Zane Shelley4e6355d2022-02-24 15:28:08 -06001581 ],
1582 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06001583 "ActionFlags": ["service_action", "report", "call_home"],
Ben Tyner34836322020-04-15 17:01:48 -05001584
Patrick Williams26919f02022-12-08 06:12:43 -06001585 "SRC": {
Zane Shelley561c0382020-11-17 13:20:05 -06001586 "ReasonCode": "0xE510",
Patrick Williams26919f02022-12-08 06:12:43 -06001587 "SymptomIDFields": ["SRCWord6", "SRCWord7", "SRCWord8"],
1588 "Words6To9": {
1589 "6": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001590 "AdditionalDataPropSource": "SRC6"
1591 },
Patrick Williams26919f02022-12-08 06:12:43 -06001592 "7": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001593 "AdditionalDataPropSource": "SRC7"
1594 },
Patrick Williams26919f02022-12-08 06:12:43 -06001595 "8": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001596 "AdditionalDataPropSource": "SRC8"
1597 }
Ben Tyner34836322020-04-15 17:01:48 -05001598 }
1599 },
1600
Patrick Williams26919f02022-12-08 06:12:43 -06001601 "Documentation": {
Zane Shelley561c0382020-11-17 13:20:05 -06001602 "Description": "A system checkstop attention has occurred",
Patrick Williams26919f02022-12-08 06:12:43 -06001603 "MessageArgSources": ["SRCWord6", "SRCWord7", "SRCWord8"],
Zane Shelley45ab43a2021-11-13 16:16:57 -06001604 "Message": "Error Signature: %1 %2 %3"
Ben Tyner34836322020-04-15 17:01:48 -05001605 }
1606 },
1607
1608 {
Zane Shelley561c0382020-11-17 13:20:05 -06001609 "Name": "org.open_power.HwDiags.Error.Predictive",
Zane Shelley4e6355d2022-02-24 15:28:08 -06001610 "PossibleSubsystems": [
Patrick Williams26919f02022-12-08 06:12:43 -06001611 "processor",
1612 "processor_fru",
1613 "processor_unit",
1614 "processor_bus",
1615 "memory_ctlr",
1616 "memory_bus",
1617 "memory_dimm",
1618 "memory_fru",
1619 "phb",
1620 "cec_hardware",
1621 "cec_clocks",
1622 "cec_tod",
1623 "others"
Zane Shelley4e6355d2022-02-24 15:28:08 -06001624 ],
1625 "Severity": "predictive",
Patrick Williams26919f02022-12-08 06:12:43 -06001626 "ActionFlags": ["service_action", "report", "call_home"],
Ben Tyner34836322020-04-15 17:01:48 -05001627
Patrick Williams26919f02022-12-08 06:12:43 -06001628 "SRC": {
Zane Shelley561c0382020-11-17 13:20:05 -06001629 "ReasonCode": "0xE511",
Patrick Williams26919f02022-12-08 06:12:43 -06001630 "SymptomIDFields": ["SRCWord6", "SRCWord7", "SRCWord8"],
1631 "Words6To9": {
1632 "6": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001633 "AdditionalDataPropSource": "SRC6"
1634 },
Patrick Williams26919f02022-12-08 06:12:43 -06001635 "7": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001636 "AdditionalDataPropSource": "SRC7"
1637 },
Patrick Williams26919f02022-12-08 06:12:43 -06001638 "8": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001639 "AdditionalDataPropSource": "SRC8"
1640 }
Ben Tyner34836322020-04-15 17:01:48 -05001641 }
1642 },
Zane Shelley561c0382020-11-17 13:20:05 -06001643
Patrick Williams26919f02022-12-08 06:12:43 -06001644 "Documentation": {
Zane Shelley561c0382020-11-17 13:20:05 -06001645 "Description": "A hardware attention requiring service has occurred",
Patrick Williams26919f02022-12-08 06:12:43 -06001646 "MessageArgSources": ["SRCWord6", "SRCWord7", "SRCWord8"],
Zane Shelley45ab43a2021-11-13 16:16:57 -06001647 "Message": "Error Signature: %1 %2 %3"
Ben Tyner34836322020-04-15 17:01:48 -05001648 }
Shawn McCarney01648f52020-06-25 11:42:02 -05001649 },
1650
1651 {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001652 "Name": "org.open_power.HwDiags.Error.Informational",
Zane Shelley4e6355d2022-02-24 15:28:08 -06001653 "PossibleSubsystems": [
Patrick Williams26919f02022-12-08 06:12:43 -06001654 "processor",
1655 "processor_fru",
1656 "processor_unit",
1657 "processor_bus",
1658 "memory_ctlr",
1659 "memory_bus",
1660 "memory_dimm",
1661 "memory_fru",
1662 "phb",
1663 "cec_hardware",
1664 "cec_clocks",
1665 "cec_tod",
1666 "others"
Zane Shelley4e6355d2022-02-24 15:28:08 -06001667 ],
1668 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -06001669 "ActionFlags": ["hidden", "dont_report"],
Zane Shelleydd4bd482021-12-08 09:12:51 -06001670
Patrick Williams26919f02022-12-08 06:12:43 -06001671 "SRC": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001672 "ReasonCode": "0xE512",
Patrick Williams26919f02022-12-08 06:12:43 -06001673 "SymptomIDFields": ["SRCWord6", "SRCWord7", "SRCWord8"],
1674 "Words6To9": {
1675 "6": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001676 "AdditionalDataPropSource": "SRC6"
1677 },
Patrick Williams26919f02022-12-08 06:12:43 -06001678 "7": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001679 "AdditionalDataPropSource": "SRC7"
1680 },
Patrick Williams26919f02022-12-08 06:12:43 -06001681 "8": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001682 "AdditionalDataPropSource": "SRC8"
1683 }
1684 }
1685 },
1686
Patrick Williams26919f02022-12-08 06:12:43 -06001687 "Documentation": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001688 "Description": "Manual analysis was initiated via the command line. FFDC only.",
Patrick Williams26919f02022-12-08 06:12:43 -06001689 "MessageArgSources": ["SRCWord6", "SRCWord7", "SRCWord8"],
Zane Shelleydd4bd482021-12-08 09:12:51 -06001690 "Message": "Error Signature: %1 %2 %3"
1691 }
1692 },
1693
1694 {
Brandon Wyman38caaf02020-09-01 16:07:42 -05001695 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.InputFault",
1696 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001697 "ActionFlags": ["service_action", "report"],
1698 "ComponentID": "0x2700",
1699
1700 "SRC": {
1701 "Type": "11",
1702 "ReasonCode": "0x15F0",
1703 "Words6To9": {}
1704 },
1705
1706 "Callouts": [
1707 {
1708 "CalloutList": [
1709 { "Priority": "high", "SymbolicFRU": "pwrsply" }
1710 ]
1711 }
1712 ],
1713
1714 "Documentation": {
1715 "Description": "Power Supply input power fault",
1716 "Message": "A power supply has indicated an input or under voltage condition.",
1717 "Notes": [
1718 "Check the power supply cabling and/or input power ",
1719 "source. The PWRSPLY procedure is used rather than ",
1720 "calling out a location code, as typically these faults ",
1721 "are related to the supplied power, the cable, or the ",
1722 "cable connectors. If the input fault resolves down to an ",
1723 "issue with the power supply itself, the power supply ",
1724 "indicating this input fault should be called out. Add the ",
1725 "CALLOUT_INVENTORY_PATH to the additional data, and set the",
1726 "CALLOUT_PRIORITY to something other than high."
1727 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06001728 },
1729
1730 "JournalCapture": {
1731 "Sections": [
1732 {
1733 "SyslogID": "phosphor-psu-monitor",
1734 "NumLines": 30
1735 },
1736 {
1737 "SyslogID": "phosphor-power-control",
1738 "NumLines": 30
1739 },
1740 {
1741 "SyslogID": "phosphor-chassis-state-manager",
1742 "NumLines": 15
1743 },
1744 {
1745 "SyslogID": "systemd",
1746 "NumLines": 15
1747 }
1748 ]
Brandon Wyman38caaf02020-09-01 16:07:42 -05001749 }
1750 },
1751
1752 {
1753 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Fault",
1754 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001755 "ActionFlags": ["service_action", "report", "call_home"],
1756 "ComponentID": "0x2700",
1757
1758 "SRC": {
1759 "Type": "11",
1760 "ReasonCode": "0x15F1",
1761 "Words6To9": {}
1762 },
1763
Jim Wright006dafd2022-05-27 12:09:43 -05001764 "Callouts": [
1765 {
1766 "CalloutList": [
1767 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
1768 ]
1769 }
1770 ],
1771
Brandon Wyman38caaf02020-09-01 16:07:42 -05001772 "Documentation": {
1773 "Description": "Power Supply power fault",
1774 "Message": "The power supply detected a fault condition, see AdditionalData for further details.",
1775 "Notes": [
1776 "The power supply reporting the fault should be called ",
1777 "out using the CALLOUT_INVENTORY_PATH keyword. Include ",
1778 "specific fault, STATUS_* details, and code level in the ",
1779 "AdditionalData section."
1780 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06001781 },
1782
1783 "JournalCapture": {
1784 "Sections": [
1785 {
1786 "SyslogID": "phosphor-psu-monitor",
1787 "NumLines": 30
1788 },
1789 {
1790 "SyslogID": "phosphor-power-control",
1791 "NumLines": 30
1792 },
1793 {
1794 "SyslogID": "phosphor-chassis-state-manager",
1795 "NumLines": 15
1796 },
1797 {
1798 "SyslogID": "systemd",
1799 "NumLines": 15
1800 }
1801 ]
Brandon Wyman38caaf02020-09-01 16:07:42 -05001802 }
1803 },
1804
1805 {
1806 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.CommFault",
1807 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001808 "ActionFlags": ["service_action", "report", "call_home"],
1809 "ComponentID": "0x2700",
1810
1811 "SRC": {
1812 "Type": "11",
1813 "ReasonCode": "0x15F2",
1814 "Words6To9": {}
1815 },
1816
Jim Wright006dafd2022-05-27 12:09:43 -05001817 "Callouts": [
1818 {
1819 "CalloutList": [
1820 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
1821 ]
1822 }
1823 ],
1824
Brandon Wyman38caaf02020-09-01 16:07:42 -05001825 "Documentation": {
1826 "Description": "Power Supply non-power fault",
1827 "Message": "A communication failure occurred talking to the power supply",
1828 "Notes": [
1829 "Communication problems with the power supply could be ",
1830 "the power supply, or any hardware between it and the ",
1831 "BMC. Reporting the error should be passing in a call ",
1832 "out using CALLOUT_DEVICE_PATH."
1833 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06001834 },
1835 "JournalCapture": {
1836 "Sections": [
1837 {
1838 "SyslogID": "phosphor-psu-monitor",
1839 "NumLines": 30
1840 },
1841 {
1842 "SyslogID": "phosphor-power-control",
1843 "NumLines": 30
1844 },
1845 {
1846 "SyslogID": "phosphor-chassis-state-manager",
1847 "NumLines": 15
1848 },
1849 {
1850 "SyslogID": "systemd",
1851 "NumLines": 15
1852 }
1853 ]
Brandon Wyman38caaf02020-09-01 16:07:42 -05001854 }
1855 },
1856
1857 {
1858 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Missing",
1859 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001860 "ActionFlags": ["service_action", "report", "call_home"],
1861 "ComponentID": "0x2700",
1862
1863 "SRC": {
1864 "Type": "11",
1865 "ReasonCode": "0x15F6",
1866 "Words6To9": {}
1867 },
1868
1869 "Callouts": [
1870 {
1871 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -05001872 {
1873 "Priority": "high",
1874 "SymbolicFRUTrusted": "pwrsply",
1875 "UseInventoryLocCode": true
1876 }
Brandon Wyman38caaf02020-09-01 16:07:42 -05001877 ]
1878 }
1879 ],
1880
1881 "Documentation": {
1882 "Description": "Power Supply is missing",
1883 "Message": "A power supply that should be present is missing",
1884 "Notes": [
1885 "The CalloutList should use the PWRSPLY symbolic FRU ",
Matt Spinler80600192020-10-23 09:29:33 -05001886 "with the trusted location code property. The ",
1887 "location code in this callout is obtained from ",
1888 "the passed in CALLOUT_INVENTORY_PATH value."
Brandon Wyman38caaf02020-09-01 16:07:42 -05001889 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06001890 },
1891
1892 "JournalCapture": {
1893 "Sections": [
1894 {
1895 "SyslogID": "phosphor-psu-monitor",
1896 "NumLines": 30
1897 },
1898 {
1899 "SyslogID": "phosphor-power-control",
1900 "NumLines": 30
1901 },
1902 {
1903 "SyslogID": "phosphor-chassis-state-manager",
1904 "NumLines": 15
1905 },
1906 {
1907 "SyslogID": "systemd",
1908 "NumLines": 15
1909 }
1910 ]
Brandon Wyman38caaf02020-09-01 16:07:42 -05001911 }
1912 },
1913
1914 {
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00001915 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.NotSupported",
1916 "Subsystem": "power_supply",
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00001917 "ActionFlags": ["service_action", "report", "call_home"],
1918 "ComponentID": "0x2700",
1919
1920 "SRC": {
1921 "Type": "11",
1922 "ReasonCode": "0x15F7",
1923 "Words6To9": {}
1924 },
1925
Jim Wright006dafd2022-05-27 12:09:43 -05001926 "Callouts": [
1927 {
1928 "CalloutList": [
1929 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
1930 ]
1931 }
1932 ],
1933
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00001934 "Documentation": {
1935 "Description": "Power Supply configuration is not supported",
1936 "Message": "The power supply configuration is not supported",
1937 "Notes": [
1938 "The combination of power supplies detected in the ",
1939 "system is not supported. This could be caused by ",
1940 "mismatched models, less than expected number of power ",
1941 "supplies, or other unsupported characteristics."
1942 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06001943 },
1944
1945 "JournalCapture": {
1946 "Sections": [
1947 {
1948 "SyslogID": "phosphor-psu-monitor",
1949 "NumLines": 30
1950 },
1951 {
1952 "SyslogID": "phosphor-power-control",
1953 "NumLines": 30
1954 },
1955 {
1956 "SyslogID": "phosphor-chassis-state-manager",
1957 "NumLines": 15
1958 },
1959 {
1960 "SyslogID": "systemd",
1961 "NumLines": 15
1962 }
1963 ]
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00001964 }
1965 },
1966
1967 {
Brandon Wymanc30f00a2021-11-18 21:10:04 +00001968 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.FanFault",
1969 "Subsystem": "power_supply",
Brandon Wymanc30f00a2021-11-18 21:10:04 +00001970 "ActionFlags": ["service_action", "report", "call_home"],
1971 "ComponentID": "0x2700",
1972
1973 "SRC": {
1974 "Type": "11",
1975 "ReasonCode": "0x15FF",
1976 "Words6To9": {}
1977 },
1978
Jim Wright006dafd2022-05-27 12:09:43 -05001979 "Callouts": [
1980 {
1981 "CalloutList": [
1982 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
1983 ]
1984 }
1985 ],
1986
Brandon Wymanc30f00a2021-11-18 21:10:04 +00001987 "Documentation": {
1988 "Description": "Power Supply fan fault",
1989 "Message": "A power supply indicated a fan fault has occurred",
1990 "Notes": [
1991 "The power supply reporting the fault should be called ",
1992 "out using the CALLOUT_INVENTORY_PATH keyword. Include ",
1993 "specific fault, STATUS_* details, and code level in the ",
1994 "AdditionalData section."
1995 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06001996 },
1997
1998 "JournalCapture": {
1999 "Sections": [
2000 {
2001 "SyslogID": "phosphor-psu-monitor",
2002 "NumLines": 30
2003 },
2004 {
2005 "SyslogID": "phosphor-power-control",
2006 "NumLines": 30
2007 },
2008 {
2009 "SyslogID": "phosphor-chassis-state-manager",
2010 "NumLines": 15
2011 },
2012 {
2013 "SyslogID": "systemd",
2014 "NumLines": 15
2015 }
2016 ]
Brandon Wymanc30f00a2021-11-18 21:10:04 +00002017 }
2018 },
2019
2020 {
Brandon Wyman90c88402021-11-16 20:34:49 +00002021 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.IoutOCFault",
2022 "Subsystem": "power_supply",
Brandon Wyman90c88402021-11-16 20:34:49 +00002023 "ActionFlags": ["service_action", "report", "call_home"],
2024 "ComponentID": "0x2700",
2025
2026 "SRC": {
2027 "Type": "11",
2028 "ReasonCode": "0x1B01",
2029 "Words6To9": {}
2030 },
2031
2032 "Callouts": [
2033 {
2034 "CalloutList": [
2035 { "Priority": "high", "Procedure": "power_overcurrent" }
2036 ]
2037 }
2038 ],
2039
2040 "Documentation": {
2041 "Description": "Power Supply output over-current power fault",
2042 "Message": "A power supply has indicated an output over-current condition."
Faisal Awada8d2b2422023-03-03 15:48:09 -06002043 },
2044
2045 "JournalCapture": {
2046 "Sections": [
2047 {
2048 "SyslogID": "phosphor-psu-monitor",
2049 "NumLines": 30
2050 },
2051 {
2052 "SyslogID": "phosphor-power-control",
2053 "NumLines": 30
2054 },
2055 {
2056 "SyslogID": "phosphor-chassis-state-manager",
2057 "NumLines": 15
2058 },
2059 {
2060 "SyslogID": "systemd",
2061 "NumLines": 15
2062 }
2063 ]
Brandon Wyman90c88402021-11-16 20:34:49 +00002064 }
2065 },
2066
2067 {
Jay Meyer54ff54e2021-03-14 20:18:41 -05002068 "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Blackout",
2069 "Subsystem": "power",
Patrick Williams26919f02022-12-08 06:12:43 -06002070 "ActionFlags": ["report", "service_action"],
Jay Meyer54ff54e2021-03-14 20:18:41 -05002071 "ComponentID": "0x2700",
2072
Patrick Williams26919f02022-12-08 06:12:43 -06002073 "SRC": {
Jay Meyer54ff54e2021-03-14 20:18:41 -05002074 "Type": "11",
2075 "ReasonCode": "0x00AC",
Mike Cappsa2d7b772022-03-07 15:47:48 -05002076 "Words6To9": {}
Jay Meyer54ff54e2021-03-14 20:18:41 -05002077 },
2078
2079 "Callouts": [
2080 {
2081 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002082 { "Priority": "high", "SymbolicFRU": "ac_module" }
Jay Meyer54ff54e2021-03-14 20:18:41 -05002083 ]
2084 }
2085 ],
2086
2087 "Documentation": {
2088 "Description": "Input power was lost while the system was powered on.",
2089 "Message": "Input power was lost while the system was powered on.",
2090 "Notes": [
2091 "Input power was lost while system powered on.",
2092 "The CalloutList should use the ACMODUL symbolic FRU."
2093 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06002094 },
2095
2096 "JournalCapture": {
2097 "Sections": [
2098 {
2099 "SyslogID": "phosphor-psu-monitor",
2100 "NumLines": 30
2101 },
2102 {
2103 "SyslogID": "phosphor-power-control",
2104 "NumLines": 30
2105 },
2106 {
2107 "SyslogID": "phosphor-chassis-state-manager",
2108 "NumLines": 15
2109 },
2110 {
2111 "SyslogID": "systemd",
2112 "NumLines": 15
2113 }
2114 ]
Jay Meyer54ff54e2021-03-14 20:18:41 -05002115 }
2116 },
2117
2118 {
Patrick Williams26919f02022-12-08 06:12:43 -06002119 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.PSKillFault",
Brandon Wyman002d8cf2021-12-01 23:05:11 +00002120 "Subsystem": "power_supply",
Brandon Wyman002d8cf2021-12-01 23:05:11 +00002121 "ActionFlags": ["service_action", "report", "call_home"],
2122 "ComponentID": "0x2700",
2123
2124 "SRC": {
2125 "Type": "11",
2126 "ReasonCode": "0x2500",
Mike Cappsa2d7b772022-03-07 15:47:48 -05002127 "Words6To9": {}
Brandon Wyman002d8cf2021-12-01 23:05:11 +00002128 },
2129
2130 "Callouts": [
2131 {
2132 "CalloutList": [
2133 { "Priority": "high", "Procedure": "power_overcurrent" }
2134 ]
2135 }
2136 ],
2137
2138 "Documentation": {
2139 "Description": "A power supply fault is potentially preventing the power supply from allowing the system to power on.",
2140 "Message": "Power supply PSKill_fault",
Patrick Williams26919f02022-12-08 06:12:43 -06002141 "Notes": []
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 ]
Brandon Wyman002d8cf2021-12-01 23:05:11 +00002163 }
2164 },
2165
2166 {
Jim Wright7f678902020-11-30 16:03:57 -06002167 "Name": "xyz.openbmc_project.Power.Error.Shutdown",
2168 "Subsystem": "power_sequencer",
2169 "ComponentID": "0x2700",
2170
2171 "SRC": {
2172 "Type": "11",
2173 "ReasonCode": "0x2600",
2174 "Words6To9": {}
2175 },
2176
2177 "Callouts": [
2178 {
2179 "CalloutList": [
2180 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2181 ]
2182 }
2183 ],
2184
2185 "Documentation": {
2186 "Description": "A power off was issued because a power fault was detected",
2187 "Message": "A power off was issued because a power fault was detected",
Patrick Williams26919f02022-12-08 06:12:43 -06002188 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06002189 },
2190
2191 "JournalCapture": {
2192 "Sections": [
2193 {
2194 "SyslogID": "phosphor-psu-monitor",
2195 "NumLines": 30
2196 },
2197 {
2198 "SyslogID": "phosphor-power-control",
2199 "NumLines": 30
2200 },
2201 {
2202 "SyslogID": "phosphor-chassis-state-manager",
2203 "NumLines": 15
2204 },
2205 {
2206 "SyslogID": "systemd",
2207 "NumLines": 15
2208 },
2209 {
2210 "SyslogID": "phosphor-regulators",
2211 "NumLines": 5
2212 }
2213 ]
Jim Wright7f678902020-11-30 16:03:57 -06002214 }
2215 },
2216
2217 {
Ben Tyner0273a222021-07-12 15:18:13 -05002218 "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Regulator",
2219 "Subsystem": "power_control_hw",
Mike Capps2a2d0ae2022-03-16 18:09:00 -04002220 "Severity": "critical_system_term",
Ben Tyner0273a222021-07-12 15:18:13 -05002221 "ComponentID": "0x2700",
2222
2223 "SRC": {
2224 "Type": "11",
2225 "ReasonCode": "0x2602",
Mike Cappsa2d7b772022-03-07 15:47:48 -05002226 "Words6To9": {}
Ben Tyner0273a222021-07-12 15:18:13 -05002227 },
2228
2229 "Callouts": [
2230 {
2231 "System": "ibm,rainier",
2232 "CalloutList": [
2233 {
2234 "Priority": "high",
2235 "LocCode": "P0-C5"
2236 },
2237 {
2238 "Priority": "medium",
2239 "LocCode": "P0"
2240 }
2241 ]
2242 },
2243 {
2244 "System": "ibm,everest",
2245 "CalloutList": [
2246 {
2247 "Priority": "high",
2248 "LocCode": "P0-C59"
2249 },
2250 {
2251 "Priority": "medium",
2252 "LocCode": "P0"
2253 }
2254 ]
2255 }
2256 ],
2257
2258 "Documentation": {
2259 "Description": "A power off was issued because a regulator for standby power faulted",
2260 "Message": "A power off was issued because a regulator for standby power faulted",
Patrick Williams26919f02022-12-08 06:12:43 -06002261 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06002262 },
2263
2264 "JournalCapture": {
2265 "Sections": [
2266 {
2267 "SyslogID": "phosphor-psu-monitor",
2268 "NumLines": 30
2269 },
2270 {
2271 "SyslogID": "phosphor-power-control",
2272 "NumLines": 30
2273 },
2274 {
2275 "SyslogID": "phosphor-chassis-state-manager",
2276 "NumLines": 15
2277 },
2278 {
2279 "SyslogID": "systemd",
2280 "NumLines": 15
2281 },
2282 {
2283 "SyslogID": "phosphor-regulators",
2284 "NumLines": 5
2285 }
2286 ]
Ben Tyner0273a222021-07-12 15:18:13 -05002287 }
2288 },
2289
2290 {
Jim Wright7f678902020-11-30 16:03:57 -06002291 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerPGOODFault",
2292 "Subsystem": "power_sequencer",
2293 "ComponentID": "0x2700",
2294
2295 "SRC": {
2296 "Type": "11",
2297 "ReasonCode": "0x2610",
2298 "Words6To9": {}
2299 },
2300
2301 "CalloutsUsingAD": {
Patrick Williams26919f02022-12-08 06:12:43 -06002302 "ADName": "INPUT_NAME",
2303 "CalloutsWithTheirADValues": [
Jim Wright7f678902020-11-30 16:03:57 -06002304 {
Patrick Williams26919f02022-12-08 06:12:43 -06002305 "ADValue": "PGOOD_12A",
2306 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002307 {
2308 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002309 {
2310 "Priority": "high",
2311 "SymbolicFRU": "pgood_part"
2312 }
Jim Wright7f678902020-11-30 16:03:57 -06002313 ]
2314 }
2315 ]
2316 },
2317 {
Patrick Williams26919f02022-12-08 06:12:43 -06002318 "ADValue": "PGOOD_12B",
2319 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002320 {
2321 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002322 {
2323 "Priority": "high",
2324 "SymbolicFRU": "pgood_part"
2325 }
Jim Wright7f678902020-11-30 16:03:57 -06002326 ]
2327 }
2328 ]
2329 },
2330 {
Patrick Williams26919f02022-12-08 06:12:43 -06002331 "ADValue": "PGOOD_12C",
2332 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002333 {
2334 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002335 {
2336 "Priority": "high",
2337 "SymbolicFRU": "pgood_part"
2338 }
Jim Wright7f678902020-11-30 16:03:57 -06002339 ]
2340 }
2341 ]
2342 },
2343 {
Patrick Williams26919f02022-12-08 06:12:43 -06002344 "ADValue": "PGOOD_12D",
2345 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002346 {
2347 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002348 {
2349 "Priority": "high",
2350 "SymbolicFRU": "pgood_part"
2351 }
Jim Wright7f678902020-11-30 16:03:57 -06002352 ]
2353 }
2354 ]
2355 },
2356 {
Patrick Williams26919f02022-12-08 06:12:43 -06002357 "ADValue": "PGOOD_12L",
2358 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002359 {
2360 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002361 {
2362 "Priority": "high",
2363 "SymbolicFRU": "pgood_part"
2364 }
Jim Wright7f678902020-11-30 16:03:57 -06002365 ]
2366 }
2367 ]
2368 },
2369 {
Patrick Williams26919f02022-12-08 06:12:43 -06002370 "ADValue": "PGOOD_12M",
2371 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002372 {
2373 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002374 {
2375 "Priority": "high",
2376 "SymbolicFRU": "pgood_part"
2377 }
Jim Wright7f678902020-11-30 16:03:57 -06002378 ]
2379 }
2380 ]
2381 },
2382 {
Patrick Williams26919f02022-12-08 06:12:43 -06002383 "ADValue": "PGOOD_12N",
2384 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002385 {
2386 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002387 {
2388 "Priority": "high",
2389 "SymbolicFRU": "pgood_part"
2390 }
Jim Wright7f678902020-11-30 16:03:57 -06002391 ]
2392 }
2393 ]
2394 },
2395 {
Patrick Williams26919f02022-12-08 06:12:43 -06002396 "ADValue": "PGOOD_12PCIE",
2397 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002398 {
2399 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002400 {
2401 "Priority": "high",
2402 "SymbolicFRU": "pgood_part"
2403 }
Jim Wright7f678902020-11-30 16:03:57 -06002404 ]
2405 }
2406 ]
2407 },
2408 {
Patrick Williams26919f02022-12-08 06:12:43 -06002409 "ADValue": "PGOOD_12Q",
2410 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002411 {
2412 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002413 {
2414 "Priority": "high",
2415 "SymbolicFRU": "pgood_part"
2416 }
Jim Wright7f678902020-11-30 16:03:57 -06002417 ]
2418 }
2419 ]
2420 },
2421 {
Patrick Williams26919f02022-12-08 06:12:43 -06002422 "ADValue": "PGOOD_VDN_DCM0",
2423 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002424 {
2425 "CalloutList": [
2426 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002427 {
2428 "Priority": "medium",
2429 "LocCode": "P0-C15"
2430 },
Jim Wright7f678902020-11-30 16:03:57 -06002431 { "Priority": "low", "LocCode": "P0" }
2432 ]
2433 }
2434 ]
2435 },
2436 {
Patrick Williams26919f02022-12-08 06:12:43 -06002437 "ADValue": "PGOOD_VDN_DCM1",
2438 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002439 {
2440 "CalloutList": [
2441 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002442 {
2443 "Priority": "medium",
2444 "LocCode": "P0-C24"
2445 },
Jim Wright7f678902020-11-30 16:03:57 -06002446 { "Priority": "low", "LocCode": "P0" }
2447 ]
2448 }
2449 ]
2450 },
2451 {
Patrick Williams26919f02022-12-08 06:12:43 -06002452 "ADValue": "PGOOD_VCS_DCM0",
2453 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002454 {
2455 "CalloutList": [
2456 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002457 {
2458 "Priority": "medium",
2459 "LocCode": "P0-C15"
2460 },
Jim Wright7f678902020-11-30 16:03:57 -06002461 { "Priority": "low", "LocCode": "P0" }
2462 ]
2463 }
2464 ]
2465 },
2466 {
Patrick Williams26919f02022-12-08 06:12:43 -06002467 "ADValue": "PGOOD_VCS_DCM1",
2468 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002469 {
2470 "CalloutList": [
2471 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002472 {
2473 "Priority": "medium",
2474 "LocCode": "P0-C24"
2475 },
Jim Wright7f678902020-11-30 16:03:57 -06002476 { "Priority": "low", "LocCode": "P0" }
2477 ]
2478 }
2479 ]
2480 },
2481 {
Patrick Williams26919f02022-12-08 06:12:43 -06002482 "ADValue": "PGOOD_VIO_DCM0",
2483 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002484 {
2485 "CalloutList": [
2486 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002487 {
2488 "Priority": "medium",
2489 "LocCode": "P0-C15"
2490 },
Jim Wright7f678902020-11-30 16:03:57 -06002491 { "Priority": "low", "LocCode": "P0" }
2492 ]
2493 }
2494 ]
2495 },
2496 {
Patrick Williams26919f02022-12-08 06:12:43 -06002497 "ADValue": "PGOOD_VIO_DCM1",
2498 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002499 {
2500 "CalloutList": [
2501 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002502 {
2503 "Priority": "medium",
2504 "LocCode": "P0-C24"
2505 },
Jim Wright7f678902020-11-30 16:03:57 -06002506 { "Priority": "low", "LocCode": "P0" }
2507 ]
2508 }
2509 ]
2510 },
2511 {
Patrick Williams26919f02022-12-08 06:12:43 -06002512 "ADValue": "PGOOD_VPCIE_DCM0",
2513 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002514 {
2515 "CalloutList": [
2516 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002517 {
2518 "Priority": "medium",
2519 "LocCode": "P0-C15"
2520 },
Jim Wright7f678902020-11-30 16:03:57 -06002521 { "Priority": "low", "LocCode": "P0" }
2522 ]
2523 }
2524 ]
2525 },
2526 {
Patrick Williams26919f02022-12-08 06:12:43 -06002527 "ADValue": "PGOOD_VPCIE_DCM1",
2528 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002529 {
2530 "CalloutList": [
2531 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002532 {
2533 "Priority": "medium",
2534 "LocCode": "P0-C24"
2535 },
Jim Wright7f678902020-11-30 16:03:57 -06002536 { "Priority": "low", "LocCode": "P0" }
2537 ]
2538 }
2539 ]
Jim Wright2e4eb072022-02-03 14:43:46 -06002540 },
2541 {
Patrick Williams26919f02022-12-08 06:12:43 -06002542 "ADValue": "CP0_VPCIE",
2543 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002544 {
2545 "CalloutList": [
2546 { "Priority": "high", "LocCode": "P0-C58" },
Patrick Williams26919f02022-12-08 06:12:43 -06002547 {
2548 "Priority": "medium",
2549 "LocCode": "P0-C61"
2550 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002551 { "Priority": "low", "LocCode": "P0" }
2552 ]
2553 }
2554 ]
2555 },
2556 {
Patrick Williams26919f02022-12-08 06:12:43 -06002557 "ADValue": "CP1_VPCIE",
2558 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002559 {
2560 "CalloutList": [
2561 { "Priority": "high", "LocCode": "P0-C16" },
Patrick Williams26919f02022-12-08 06:12:43 -06002562 {
2563 "Priority": "medium",
2564 "LocCode": "P0-C14"
2565 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002566 { "Priority": "low", "LocCode": "P0" }
2567 ]
2568 }
2569 ]
2570 },
2571 {
Patrick Williams26919f02022-12-08 06:12:43 -06002572 "ADValue": "CP2_VPCIE",
2573 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002574 {
2575 "CalloutList": [
2576 { "Priority": "high", "LocCode": "P0-C16" },
Patrick Williams26919f02022-12-08 06:12:43 -06002577 {
2578 "Priority": "medium",
2579 "LocCode": "P0-C19"
2580 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002581 { "Priority": "low", "LocCode": "P0" }
2582 ]
2583 }
2584 ]
2585 },
2586 {
Patrick Williams26919f02022-12-08 06:12:43 -06002587 "ADValue": "CP3_VPCIE",
2588 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002589 {
2590 "CalloutList": [
2591 { "Priority": "high", "LocCode": "P0-C58" },
Patrick Williams26919f02022-12-08 06:12:43 -06002592 {
2593 "Priority": "medium",
2594 "LocCode": "P0-C56"
2595 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002596 { "Priority": "low", "LocCode": "P0" }
2597 ]
2598 }
2599 ]
2600 },
2601 {
Patrick Williams26919f02022-12-08 06:12:43 -06002602 "ADValue": "5.0V_USB_front",
2603 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002604 {
2605 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002606 {
2607 "Priority": "high",
2608 "SymbolicFRU": "usb_pgood"
2609 },
Jim Wrightace33db2022-04-19 14:33:37 -05002610 { "Priority": "low", "LocCode": "P1" },
2611 { "Priority": "low", "LocCode": "P0" }
Jim Wright2e4eb072022-02-03 14:43:46 -06002612 ]
2613 }
2614 ]
2615 },
2616 {
Patrick Williams26919f02022-12-08 06:12:43 -06002617 "ADValue": "CP0_VDN",
2618 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002619 {
2620 "CalloutList": [
2621 { "Priority": "high", "LocCode": "P0-C63" },
Patrick Williams26919f02022-12-08 06:12:43 -06002622 {
2623 "Priority": "medium",
2624 "LocCode": "P0-C61"
2625 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002626 { "Priority": "low", "LocCode": "P0" }
2627 ]
2628 }
2629 ]
2630 },
2631 {
Patrick Williams26919f02022-12-08 06:12:43 -06002632 "ADValue": "CP1_VDN",
2633 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002634 {
2635 "CalloutList": [
2636 { "Priority": "high", "LocCode": "P0-C12" },
Patrick Williams26919f02022-12-08 06:12:43 -06002637 {
2638 "Priority": "medium",
2639 "LocCode": "P0-C14"
2640 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002641 { "Priority": "low", "LocCode": "P0" }
2642 ]
2643 }
2644 ]
2645 },
2646 {
Patrick Williams26919f02022-12-08 06:12:43 -06002647 "ADValue": "CP2_VDN",
2648 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002649 {
2650 "CalloutList": [
2651 { "Priority": "high", "LocCode": "P0-C21" },
Patrick Williams26919f02022-12-08 06:12:43 -06002652 {
2653 "Priority": "medium",
2654 "LocCode": "P0-C19"
2655 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002656 { "Priority": "low", "LocCode": "P0" }
2657 ]
2658 }
2659 ]
2660 },
2661 {
Patrick Williams26919f02022-12-08 06:12:43 -06002662 "ADValue": "CP3_VDN",
2663 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002664 {
2665 "CalloutList": [
2666 { "Priority": "high", "LocCode": "P0-C54" },
Patrick Williams26919f02022-12-08 06:12:43 -06002667 {
2668 "Priority": "medium",
2669 "LocCode": "P0-C56"
2670 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002671 { "Priority": "low", "LocCode": "P0" }
2672 ]
2673 }
2674 ]
2675 },
2676 {
Patrick Williams26919f02022-12-08 06:12:43 -06002677 "ADValue": "CP0_VIO",
2678 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002679 {
2680 "CalloutList": [
2681 { "Priority": "high", "LocCode": "P0-C63" },
Patrick Williams26919f02022-12-08 06:12:43 -06002682 {
2683 "Priority": "medium",
2684 "LocCode": "P0-C61"
2685 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002686 { "Priority": "low", "LocCode": "P0" }
2687 ]
2688 }
2689 ]
2690 },
2691 {
Patrick Williams26919f02022-12-08 06:12:43 -06002692 "ADValue": "CP1_VIO",
2693 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002694 {
2695 "CalloutList": [
2696 { "Priority": "high", "LocCode": "P0-C12" },
Patrick Williams26919f02022-12-08 06:12:43 -06002697 {
2698 "Priority": "medium",
2699 "LocCode": "P0-C14"
2700 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002701 { "Priority": "low", "LocCode": "P0" }
2702 ]
2703 }
2704 ]
2705 },
2706 {
Patrick Williams26919f02022-12-08 06:12:43 -06002707 "ADValue": "CP2_VIO",
2708 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002709 {
2710 "CalloutList": [
2711 { "Priority": "high", "LocCode": "P0-C21" },
Patrick Williams26919f02022-12-08 06:12:43 -06002712 {
2713 "Priority": "medium",
2714 "LocCode": "P0-C19"
2715 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002716 { "Priority": "low", "LocCode": "P0" }
2717 ]
2718 }
2719 ]
2720 },
2721 {
Patrick Williams26919f02022-12-08 06:12:43 -06002722 "ADValue": "CP3_VIO",
2723 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002724 {
2725 "CalloutList": [
2726 { "Priority": "high", "LocCode": "P0-C54" },
Patrick Williams26919f02022-12-08 06:12:43 -06002727 {
2728 "Priority": "medium",
2729 "LocCode": "P0-C56"
2730 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002731 { "Priority": "low", "LocCode": "P0" }
2732 ]
2733 }
2734 ]
Jim Wright9b779e42022-12-16 17:50:23 -06002735 },
2736 {
2737 "ADValue": "12P0VB_PG_OK",
2738 "Callouts": [
2739 {
2740 "CalloutList": [
2741 {
2742 "Priority": "high",
2743 "SymbolicFRU": "pgood_part"
2744 }
2745 ]
2746 }
2747 ]
2748 },
2749 {
2750 "ADValue": "12P0VA_PG_OK",
2751 "Callouts": [
2752 {
2753 "CalloutList": [
2754 {
2755 "Priority": "high",
2756 "SymbolicFRU": "pgood_part"
2757 }
2758 ]
2759 }
2760 ]
Jim Wright7f678902020-11-30 16:03:57 -06002761 }
2762 ]
2763 },
2764
2765 "Documentation": {
2766 "Description": "The power sequencer chip detected a PGOOD fault",
2767 "Message": "The power sequencer chip detected a PGOOD fault",
Patrick Williams26919f02022-12-08 06:12:43 -06002768 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06002769 },
2770
2771 "JournalCapture": {
2772 "Sections": [
2773 {
2774 "SyslogID": "phosphor-psu-monitor",
2775 "NumLines": 30
2776 },
2777 {
2778 "SyslogID": "phosphor-power-control",
2779 "NumLines": 30
2780 },
2781 {
2782 "SyslogID": "phosphor-chassis-state-manager",
2783 "NumLines": 15
2784 },
2785 {
2786 "SyslogID": "systemd",
2787 "NumLines": 15
2788 },
2789 {
2790 "SyslogID": "phosphor-regulators",
2791 "NumLines": 5
2792 }
2793 ]
Jim Wright7f678902020-11-30 16:03:57 -06002794 }
2795 },
2796
2797 {
2798 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerVoltageFault",
2799 "Subsystem": "power_sequencer",
2800 "ComponentID": "0x2700",
2801
2802 "SRC": {
2803 "Type": "11",
2804 "ReasonCode": "0x2620",
2805 "Words6To9": {}
2806 },
2807
2808 "CalloutsUsingAD": {
Patrick Williams26919f02022-12-08 06:12:43 -06002809 "ADName": "RAIL_NAME",
2810 "CalloutsWithTheirADValues": [
Jim Wright7f678902020-11-30 16:03:57 -06002811 {
Patrick Williams26919f02022-12-08 06:12:43 -06002812 "ADValue": "12.0V",
2813 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002814 {
2815 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002816 {
2817 "Priority": "high",
2818 "SymbolicFRU": "pgood_part"
2819 }
Jim Wright7f678902020-11-30 16:03:57 -06002820 ]
2821 }
2822 ]
2823 },
2824 {
Patrick Williams26919f02022-12-08 06:12:43 -06002825 "ADValue": "5.0V_USB",
2826 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002827 {
2828 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002829 {
2830 "Priority": "high",
2831 "SymbolicFRU": "usb_pgood"
2832 },
Jim Wright7f678902020-11-30 16:03:57 -06002833 { "Priority": "medium", "LocCode": "P0" }
2834 ]
2835 }
2836 ]
2837 },
2838 {
Patrick Williams26919f02022-12-08 06:12:43 -06002839 "ADValue": "5.0V_DASD",
2840 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002841 {
2842 "CalloutList": [
2843 { "Priority": "medium", "LocCode": "P1" },
2844 { "Priority": "medium", "LocCode": "P2" },
Jim Wright7f678902020-11-30 16:03:57 -06002845 { "Priority": "low", "LocCode": "P0" }
2846 ]
2847 }
2848 ]
2849 },
2850 {
Patrick Williams26919f02022-12-08 06:12:43 -06002851 "ADValue": "3.3VA",
2852 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002853 {
2854 "CalloutList": [
2855 { "Priority": "high", "LocCode": "P0" }
2856 ]
2857 }
2858 ]
2859 },
2860 {
Patrick Williams26919f02022-12-08 06:12:43 -06002861 "ADValue": "3.3VB",
2862 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002863 {
2864 "CalloutList": [
2865 { "Priority": "high", "LocCode": "P0" }
2866 ]
2867 }
2868 ]
2869 },
2870 {
Patrick Williams26919f02022-12-08 06:12:43 -06002871 "ADValue": "1.5V",
2872 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002873 {
2874 "CalloutList": [
2875 { "Priority": "high", "LocCode": "P0" }
2876 ]
2877 }
2878 ]
2879 },
2880 {
Patrick Williams26919f02022-12-08 06:12:43 -06002881 "ADValue": "1.1V",
2882 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002883 {
2884 "CalloutList": [
2885 { "Priority": "high", "LocCode": "P0" }
2886 ]
2887 }
2888 ]
2889 },
2890 {
Patrick Williams26919f02022-12-08 06:12:43 -06002891 "ADValue": "VDDA_DCM0",
2892 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002893 {
2894 "CalloutList": [
2895 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002896 {
2897 "Priority": "medium",
2898 "LocCode": "P0-C15"
2899 },
Jim Wright7f678902020-11-30 16:03:57 -06002900 { "Priority": "low", "LocCode": "P0" }
2901 ]
2902 }
2903 ]
2904 },
2905 {
Patrick Williams26919f02022-12-08 06:12:43 -06002906 "ADValue": "VDDB_DCM0",
2907 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002908 {
2909 "CalloutList": [
2910 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002911 {
2912 "Priority": "medium",
2913 "LocCode": "P0-C15"
2914 },
Jim Wright7f678902020-11-30 16:03:57 -06002915 { "Priority": "low", "LocCode": "P0" }
2916 ]
2917 }
2918 ]
2919 },
2920 {
Patrick Williams26919f02022-12-08 06:12:43 -06002921 "ADValue": "VDDA_DCM1",
2922 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002923 {
2924 "CalloutList": [
2925 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002926 {
2927 "Priority": "medium",
2928 "LocCode": "P0-C24"
2929 },
Jim Wright7f678902020-11-30 16:03:57 -06002930 { "Priority": "low", "LocCode": "P0" }
2931 ]
2932 }
2933 ]
2934 },
2935 {
Patrick Williams26919f02022-12-08 06:12:43 -06002936 "ADValue": "VDDB_DCM1",
2937 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002938 {
2939 "CalloutList": [
2940 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002941 {
2942 "Priority": "medium",
2943 "LocCode": "P0-C24"
2944 },
Jim Wright7f678902020-11-30 16:03:57 -06002945 { "Priority": "low", "LocCode": "P0" }
2946 ]
2947 }
2948 ]
2949 },
2950 {
Patrick Williams26919f02022-12-08 06:12:43 -06002951 "ADValue": "12.0VCS",
2952 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002953 {
2954 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002955 {
2956 "Priority": "high",
2957 "SymbolicFRU": "pgood_part"
2958 }
Jim Wright7f678902020-11-30 16:03:57 -06002959 ]
2960 }
2961 ]
2962 },
2963 {
Patrick Williams26919f02022-12-08 06:12:43 -06002964 "ADValue": "3.3VCS",
2965 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002966 {
2967 "CalloutList": [
2968 { "Priority": "high", "LocCode": "P0" }
2969 ]
2970 }
2971 ]
2972 },
2973 {
Patrick Williams26919f02022-12-08 06:12:43 -06002974 "ADValue": "1.1V_Current",
2975 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002976 {
2977 "CalloutList": [
2978 { "Priority": "high", "LocCode": "P0" }
2979 ]
2980 }
2981 ]
2982 },
2983 {
Patrick Williams26919f02022-12-08 06:12:43 -06002984 "ADValue": "5.0V_USB_Current",
2985 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002986 {
2987 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002988 {
2989 "Priority": "high",
2990 "SymbolicFRU": "usb_pgood"
2991 },
Jim Wright7f678902020-11-30 16:03:57 -06002992 { "Priority": "medium", "LocCode": "P0" }
2993 ]
2994 }
2995 ]
2996 },
2997 {
Patrick Williams26919f02022-12-08 06:12:43 -06002998 "ADValue": "5.0V_DASD_Current",
2999 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003000 {
3001 "CalloutList": [
3002 { "Priority": "medium", "LocCode": "P1" },
3003 { "Priority": "medium", "LocCode": "P2" },
Jim Wright7f678902020-11-30 16:03:57 -06003004 { "Priority": "low", "LocCode": "P0" }
3005 ]
3006 }
3007 ]
3008 },
3009 {
Patrick Williams26919f02022-12-08 06:12:43 -06003010 "ADValue": "12.0VN",
3011 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003012 {
3013 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003014 {
3015 "Priority": "high",
3016 "SymbolicFRU": "pgood_part"
3017 }
Jim Wright7f678902020-11-30 16:03:57 -06003018 ]
3019 }
3020 ]
3021 },
3022 {
Patrick Williams26919f02022-12-08 06:12:43 -06003023 "ADValue": "12.0VP",
3024 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003025 {
3026 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003027 {
3028 "Priority": "high",
3029 "SymbolicFRU": "pgood_part"
3030 }
Jim Wright7f678902020-11-30 16:03:57 -06003031 ]
3032 }
3033 ]
3034 },
3035 {
Patrick Williams26919f02022-12-08 06:12:43 -06003036 "ADValue": "12.0VQ",
3037 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003038 {
3039 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003040 {
3041 "Priority": "high",
3042 "SymbolicFRU": "pgood_part"
3043 }
Jim Wright7f678902020-11-30 16:03:57 -06003044 ]
3045 }
3046 ]
3047 },
3048 {
Patrick Williams26919f02022-12-08 06:12:43 -06003049 "ADValue": "12.0VR",
3050 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003051 {
3052 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003053 {
3054 "Priority": "high",
3055 "SymbolicFRU": "pgood_part"
3056 }
Jim Wright7f678902020-11-30 16:03:57 -06003057 ]
3058 }
3059 ]
3060 },
3061 {
Patrick Williams26919f02022-12-08 06:12:43 -06003062 "ADValue": "ThermalDiode1",
3063 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003064 {
3065 "CalloutList": [
3066 { "Priority": "high", "LocCode": "P0" }
3067 ]
3068 }
3069 ]
3070 },
3071 {
Patrick Williams26919f02022-12-08 06:12:43 -06003072 "ADValue": "ThermalDiode2",
3073 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003074 {
3075 "CalloutList": [
3076 { "Priority": "high", "LocCode": "P0" }
3077 ]
3078 }
3079 ]
3080 },
3081 {
Patrick Williams26919f02022-12-08 06:12:43 -06003082 "ADValue": "ThermalDiode3",
3083 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003084 {
3085 "CalloutList": [
3086 { "Priority": "high", "LocCode": "P0" }
3087 ]
3088 }
3089 ]
3090 },
3091 {
Patrick Williams26919f02022-12-08 06:12:43 -06003092 "ADValue": "ThermalDiode4",
3093 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003094 {
3095 "CalloutList": [
3096 { "Priority": "high", "LocCode": "P0" }
3097 ]
3098 }
3099 ]
Jim Wrightae1738c2022-05-02 09:57:45 -05003100 },
3101 {
Patrick Williams26919f02022-12-08 06:12:43 -06003102 "ADValue": "VDN_DCM0",
3103 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003104 {
3105 "CalloutList": [
3106 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06003107 {
3108 "Priority": "medium",
3109 "LocCode": "P0-C15"
3110 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003111 { "Priority": "low", "LocCode": "P0" }
3112 ]
3113 }
3114 ]
3115 },
3116 {
Patrick Williams26919f02022-12-08 06:12:43 -06003117 "ADValue": "VDN_DCM1",
3118 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003119 {
3120 "CalloutList": [
3121 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06003122 {
3123 "Priority": "medium",
3124 "LocCode": "P0-C24"
3125 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003126 { "Priority": "low", "LocCode": "P0" }
3127 ]
3128 }
3129 ]
3130 },
3131 {
Patrick Williams26919f02022-12-08 06:12:43 -06003132 "ADValue": "VCS_DCM0",
3133 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003134 {
3135 "CalloutList": [
3136 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06003137 {
3138 "Priority": "medium",
3139 "LocCode": "P0-C15"
3140 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003141 { "Priority": "low", "LocCode": "P0" }
3142 ]
3143 }
3144 ]
3145 },
3146 {
Patrick Williams26919f02022-12-08 06:12:43 -06003147 "ADValue": "VCS_DCM1",
3148 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003149 {
3150 "CalloutList": [
3151 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06003152 {
3153 "Priority": "medium",
3154 "LocCode": "P0-C24"
3155 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003156 { "Priority": "low", "LocCode": "P0" }
3157 ]
3158 }
3159 ]
3160 },
3161 {
Patrick Williams26919f02022-12-08 06:12:43 -06003162 "ADValue": "VIO_DCM0",
3163 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003164 {
3165 "CalloutList": [
3166 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06003167 {
3168 "Priority": "medium",
3169 "LocCode": "P0-C15"
3170 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003171 { "Priority": "low", "LocCode": "P0" }
3172 ]
3173 }
3174 ]
3175 },
3176 {
Patrick Williams26919f02022-12-08 06:12:43 -06003177 "ADValue": "VIO_DCM1",
3178 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003179 {
3180 "CalloutList": [
3181 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06003182 {
3183 "Priority": "medium",
3184 "LocCode": "P0-C24"
3185 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003186 { "Priority": "low", "LocCode": "P0" }
3187 ]
3188 }
3189 ]
3190 },
3191 {
Patrick Williams26919f02022-12-08 06:12:43 -06003192 "ADValue": "VPCIE_DCM0",
3193 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003194 {
3195 "CalloutList": [
3196 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06003197 {
3198 "Priority": "medium",
3199 "LocCode": "P0-C15"
3200 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003201 { "Priority": "low", "LocCode": "P0" }
3202 ]
3203 }
3204 ]
3205 },
3206 {
Patrick Williams26919f02022-12-08 06:12:43 -06003207 "ADValue": "VPCIE_DCM1",
3208 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003209 {
3210 "CalloutList": [
3211 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06003212 {
3213 "Priority": "medium",
3214 "LocCode": "P0-C24"
3215 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003216 { "Priority": "low", "LocCode": "P0" }
3217 ]
3218 }
3219 ]
Jim Wright452d46d2022-12-16 16:56:21 -06003220 },
3221 {
3222 "ADValue": "3V3IO",
3223 "Callouts": [
3224 {
3225 "CalloutList": [
3226 { "Priority": "high", "LocCode": "P0-C17" },
3227 {
3228 "Priority": "medium",
3229 "LocCode": "P0-C96"
3230 },
3231 {
3232 "Priority": "medium",
3233 "LocCode": "P0-C0"
3234 },
3235 {
3236 "Priority": "medium",
3237 "SymbolicFRU": "pcie_hot_plug"
3238 },
3239 { "Priority": "low", "LocCode": "P0" }
3240 ]
3241 }
3242 ]
3243 },
3244 {
3245 "ADValue": "CP0_VDD0",
3246 "Callouts": [
3247 {
3248 "CalloutList": [
3249 { "Priority": "high", "LocCode": "P0-C62" },
3250 {
3251 "Priority": "medium",
3252 "LocCode": "P0-C61"
3253 },
3254 { "Priority": "low", "LocCode": "P0" }
3255 ]
3256 }
3257 ]
3258 },
3259 {
3260 "ADValue": "CP0_VDD1",
3261 "Callouts": [
3262 {
3263 "CalloutList": [
3264 { "Priority": "high", "LocCode": "P0-C60" },
3265 {
3266 "Priority": "medium",
3267 "LocCode": "P0-C61"
3268 },
3269 { "Priority": "low", "LocCode": "P0" }
3270 ]
3271 }
3272 ]
3273 },
3274 {
3275 "ADValue": "CP1_VDD0",
3276 "Callouts": [
3277 {
3278 "CalloutList": [
3279 { "Priority": "high", "LocCode": "P0-C13" },
3280 {
3281 "Priority": "medium",
3282 "LocCode": "P0-C14"
3283 },
3284 { "Priority": "low", "LocCode": "P0" }
3285 ]
3286 }
3287 ]
3288 },
3289 {
3290 "ADValue": "CP1_VDD1",
3291 "Callouts": [
3292 {
3293 "CalloutList": [
3294 { "Priority": "high", "LocCode": "P0-C15" },
3295 {
3296 "Priority": "medium",
3297 "LocCode": "P0-C14"
3298 },
3299 { "Priority": "low", "LocCode": "P0" }
3300 ]
3301 }
3302 ]
3303 },
3304 {
3305 "ADValue": "CP2_VDD0",
3306 "Callouts": [
3307 {
3308 "CalloutList": [
3309 { "Priority": "high", "LocCode": "P0-C18" },
3310 {
3311 "Priority": "medium",
3312 "LocCode": "P0-C19"
3313 },
3314 { "Priority": "low", "LocCode": "P0" }
3315 ]
3316 }
3317 ]
3318 },
3319 {
3320 "ADValue": "CP2_VDD1",
3321 "Callouts": [
3322 {
3323 "CalloutList": [
3324 { "Priority": "high", "LocCode": "P0-C20" },
3325 {
3326 "Priority": "medium",
3327 "LocCode": "P0-C19"
3328 },
3329 { "Priority": "low", "LocCode": "P0" }
3330 ]
3331 }
3332 ]
3333 },
3334 {
3335 "ADValue": "CP3_VDD0",
3336 "Callouts": [
3337 {
3338 "CalloutList": [
3339 { "Priority": "high", "LocCode": "P0-C57" },
3340 {
3341 "Priority": "medium",
3342 "LocCode": "P0-C56"
3343 },
3344 { "Priority": "low", "LocCode": "P0" }
3345 ]
3346 }
3347 ]
3348 },
3349 {
3350 "ADValue": "CP3_VDD1",
3351 "Callouts": [
3352 {
3353 "CalloutList": [
3354 { "Priority": "high", "LocCode": "P0-C55" },
3355 {
3356 "Priority": "medium",
3357 "LocCode": "P0-C56"
3358 },
3359 { "Priority": "low", "LocCode": "P0" }
3360 ]
3361 }
3362 ]
3363 },
3364 {
3365 "ADValue": "CP0_VCS0",
3366 "Callouts": [
3367 {
3368 "CalloutList": [
3369 { "Priority": "high", "LocCode": "P0-C63" },
3370 {
3371 "Priority": "medium",
3372 "LocCode": "P0-C61"
3373 },
3374 { "Priority": "low", "LocCode": "P0" }
3375 ]
3376 }
3377 ]
3378 },
3379 {
3380 "ADValue": "CP0_VCS1",
3381 "Callouts": [
3382 {
3383 "CalloutList": [
3384 { "Priority": "high", "LocCode": "P0-C59" },
3385 {
3386 "Priority": "medium",
3387 "LocCode": "P0-C61"
3388 },
3389 { "Priority": "low", "LocCode": "P0" }
3390 ]
3391 }
3392 ]
3393 },
3394 {
3395 "ADValue": "CP1_VCS0",
3396 "Callouts": [
3397 {
3398 "CalloutList": [
3399 { "Priority": "high", "LocCode": "P0-C12" },
3400 {
3401 "Priority": "medium",
3402 "LocCode": "P0-C14"
3403 },
3404 { "Priority": "low", "LocCode": "P0" }
3405 ]
3406 }
3407 ]
3408 },
3409 {
3410 "ADValue": "CP1_VCS1",
3411 "Callouts": [
3412 {
3413 "CalloutList": [
3414 { "Priority": "high", "LocCode": "P0-C16" },
3415 {
3416 "Priority": "medium",
3417 "LocCode": "P0-C14"
3418 },
3419 { "Priority": "low", "LocCode": "P0" }
3420 ]
3421 }
3422 ]
3423 },
3424 {
3425 "ADValue": "CP2_VCS0",
3426 "Callouts": [
3427 {
3428 "CalloutList": [
3429 { "Priority": "high", "LocCode": "P0-C17" },
3430 {
3431 "Priority": "medium",
3432 "LocCode": "P0-C19"
3433 },
3434 { "Priority": "low", "LocCode": "P0" }
3435 ]
3436 }
3437 ]
3438 },
3439 {
3440 "ADValue": "CP2_VCS1",
3441 "Callouts": [
3442 {
3443 "CalloutList": [
3444 { "Priority": "high", "LocCode": "P0-C21" },
3445 {
3446 "Priority": "medium",
3447 "LocCode": "P0-C19"
3448 },
3449 { "Priority": "low", "LocCode": "P0" }
3450 ]
3451 }
3452 ]
3453 },
3454 {
3455 "ADValue": "CP3_VCS0",
3456 "Callouts": [
3457 {
3458 "CalloutList": [
3459 { "Priority": "high", "LocCode": "P0-C58" },
3460 {
3461 "Priority": "medium",
3462 "LocCode": "P0-C56"
3463 },
3464 { "Priority": "low", "LocCode": "P0" }
3465 ]
3466 }
3467 ]
3468 },
3469 {
3470 "ADValue": "CP3_VCS1",
3471 "Callouts": [
3472 {
3473 "CalloutList": [
3474 { "Priority": "high", "LocCode": "P0-C54" },
3475 {
3476 "Priority": "medium",
3477 "LocCode": "P0-C56"
3478 },
3479 { "Priority": "low", "LocCode": "P0" }
3480 ]
3481 }
3482 ]
3483 },
3484 {
3485 "ADValue": "CP03_AVDD",
3486 "Callouts": [
3487 {
3488 "CalloutList": [
3489 { "Priority": "high", "LocCode": "P0-C58" },
3490 {
3491 "Priority": "medium",
3492 "LocCode": "P0-C61"
3493 },
3494 {
3495 "Priority": "medium",
3496 "LocCode": "P0-C56"
3497 },
3498 { "Priority": "low", "LocCode": "P0" }
3499 ]
3500 }
3501 ]
3502 },
3503 {
3504 "ADValue": "CP12_AVDD",
3505 "Callouts": [
3506 {
3507 "CalloutList": [
3508 { "Priority": "high", "LocCode": "P0-C16" },
3509 {
3510 "Priority": "medium",
3511 "LocCode": "P0-C14"
3512 },
3513 {
3514 "Priority": "medium",
3515 "LocCode": "P0-C19"
3516 },
3517 { "Priority": "low", "LocCode": "P0" }
3518 ]
3519 }
3520 ]
3521 },
3522 {
3523 "ADValue": "CP0_VDN",
3524 "Callouts": [
3525 {
3526 "CalloutList": [
3527 { "Priority": "high", "LocCode": "P0-C63" },
3528 {
3529 "Priority": "medium",
3530 "LocCode": "P0-C61"
3531 },
3532 { "Priority": "low", "LocCode": "P0" }
3533 ]
3534 }
3535 ]
3536 },
3537 {
3538 "ADValue": "CP1_VDN",
3539 "Callouts": [
3540 {
3541 "CalloutList": [
3542 { "Priority": "high", "LocCode": "P0-C12" },
3543 {
3544 "Priority": "medium",
3545 "LocCode": "P0-C14"
3546 },
3547 { "Priority": "low", "LocCode": "P0" }
3548 ]
3549 }
3550 ]
3551 },
3552 {
3553 "ADValue": "CP2_VDN",
3554 "Callouts": [
3555 {
3556 "CalloutList": [
3557 { "Priority": "high", "LocCode": "P0-C21" },
3558 {
3559 "Priority": "medium",
3560 "LocCode": "P0-C19"
3561 },
3562 { "Priority": "low", "LocCode": "P0" }
3563 ]
3564 }
3565 ]
3566 },
3567 {
3568 "ADValue": "CP3_VDN",
3569 "Callouts": [
3570 {
3571 "CalloutList": [
3572 { "Priority": "high", "LocCode": "P0-C54" },
3573 {
3574 "Priority": "medium",
3575 "LocCode": "P0-C56"
3576 },
3577 { "Priority": "low", "LocCode": "P0" }
3578 ]
3579 }
3580 ]
3581 },
3582 {
3583 "ADValue": "CP0_VIO",
3584 "Callouts": [
3585 {
3586 "CalloutList": [
3587 { "Priority": "high", "LocCode": "P0-C63" },
3588 {
3589 "Priority": "medium",
3590 "LocCode": "P0-C61"
3591 },
3592 { "Priority": "low", "LocCode": "P0" }
3593 ]
3594 }
3595 ]
3596 },
3597 {
3598 "ADValue": "CP1_VIO",
3599 "Callouts": [
3600 {
3601 "CalloutList": [
3602 { "Priority": "high", "LocCode": "P0-C12" },
3603 {
3604 "Priority": "medium",
3605 "LocCode": "P0-C14"
3606 },
3607 { "Priority": "low", "LocCode": "P0" }
3608 ]
3609 }
3610 ]
3611 },
3612 {
3613 "ADValue": "CP2_VIO",
3614 "Callouts": [
3615 {
3616 "CalloutList": [
3617 { "Priority": "high", "LocCode": "P0-C21" },
3618 {
3619 "Priority": "medium",
3620 "LocCode": "P0-C19"
3621 },
3622 { "Priority": "low", "LocCode": "P0" }
3623 ]
3624 }
3625 ]
3626 },
3627 {
3628 "ADValue": "CP3_VIO",
3629 "Callouts": [
3630 {
3631 "CalloutList": [
3632 { "Priority": "high", "LocCode": "P0-C54" },
3633 {
3634 "Priority": "medium",
3635 "LocCode": "P0-C56"
3636 },
3637 { "Priority": "low", "LocCode": "P0" }
3638 ]
3639 }
3640 ]
3641 },
3642 {
3643 "ADValue": "CP0_VPCIE",
3644 "Callouts": [
3645 {
3646 "CalloutList": [
3647 { "Priority": "high", "LocCode": "P0-C58" },
3648 {
3649 "Priority": "medium",
3650 "LocCode": "P0-C61"
3651 },
3652 { "Priority": "low", "LocCode": "P0" }
3653 ]
3654 }
3655 ]
3656 },
3657 {
3658 "ADValue": "CP1_VPCIE",
3659 "Callouts": [
3660 {
3661 "CalloutList": [
3662 { "Priority": "high", "LocCode": "P0-C16" },
3663 {
3664 "Priority": "medium",
3665 "LocCode": "P0-C14"
3666 },
3667 { "Priority": "low", "LocCode": "P0" }
3668 ]
3669 }
3670 ]
3671 },
3672 {
3673 "ADValue": "CP2_VPCIE",
3674 "Callouts": [
3675 {
3676 "CalloutList": [
3677 { "Priority": "high", "LocCode": "P0-C16" },
3678 {
3679 "Priority": "medium",
3680 "LocCode": "P0-C19"
3681 },
3682 { "Priority": "low", "LocCode": "P0" }
3683 ]
3684 }
3685 ]
3686 },
3687 {
3688 "ADValue": "CP3_VPCIE",
3689 "Callouts": [
3690 {
3691 "CalloutList": [
3692 { "Priority": "high", "LocCode": "P0-C58" },
3693 {
3694 "Priority": "medium",
3695 "LocCode": "P0-C56"
3696 },
3697 { "Priority": "low", "LocCode": "P0" }
3698 ]
3699 }
3700 ]
Jim Wright9b779e42022-12-16 17:50:23 -06003701 },
3702 {
3703 "ADValue": "5.0VCS",
3704 "Callouts": [
3705 {
3706 "CalloutList": [
3707 { "Priority": "high", "LocCode": "P0" }
3708 ]
3709 }
3710 ]
3711 },
3712 {
3713 "ADValue": "PCIE_VDD0",
3714 "Callouts": [
3715 {
3716 "CalloutList": [
3717 {
3718 "Priority": "high",
3719 "SymbolicFRU": "pcie_hot_plug"
3720 },
3721 { "Priority": "medium", "LocCode": "P0" }
3722 ]
3723 }
3724 ]
3725 },
3726 {
3727 "ADValue": "PCIE_CORE",
3728 "Callouts": [
3729 {
3730 "CalloutList": [
3731 {
3732 "Priority": "high",
3733 "SymbolicFRU": "pcie_hot_plug"
3734 },
3735 { "Priority": "medium", "LocCode": "P0" }
3736 ]
3737 }
3738 ]
3739 },
3740 {
3741 "ADValue": "AVDD",
3742 "Callouts": [
3743 {
3744 "CalloutList": [
3745 { "Priority": "high", "LocCode": "P0-C5" },
3746 { "Priority": "medium", "LocCode": "P0" }
3747 ]
3748 }
3749 ]
3750 },
3751 {
3752 "ADValue": "VDN",
3753 "Callouts": [
3754 {
3755 "CalloutList": [
3756 { "Priority": "high", "LocCode": "P0-C5" },
3757 { "Priority": "medium", "LocCode": "P0" }
3758 ]
3759 }
3760 ]
3761 },
3762 {
3763 "ADValue": "VDDA",
3764 "Callouts": [
3765 {
3766 "CalloutList": [
3767 { "Priority": "high", "LocCode": "P0-C5" },
3768 { "Priority": "medium", "LocCode": "P0" }
3769 ]
3770 }
3771 ]
3772 },
3773 {
3774 "ADValue": "VDDB",
3775 "Callouts": [
3776 {
3777 "CalloutList": [
3778 { "Priority": "high", "LocCode": "P0-C5" },
3779 { "Priority": "medium", "LocCode": "P0" }
3780 ]
3781 }
3782 ]
3783 },
3784 {
3785 "ADValue": "VCS",
3786 "Callouts": [
3787 {
3788 "CalloutList": [
3789 { "Priority": "high", "LocCode": "P0-C5" },
3790 { "Priority": "medium", "LocCode": "P0" }
3791 ]
3792 }
3793 ]
3794 },
3795 {
3796 "ADValue": "VIO",
3797 "Callouts": [
3798 {
3799 "CalloutList": [
3800 { "Priority": "high", "LocCode": "P0-C5" },
3801 { "Priority": "medium", "LocCode": "P0" }
3802 ]
3803 }
3804 ]
3805 },
3806 {
3807 "ADValue": "VPCIE",
3808 "Callouts": [
3809 {
3810 "CalloutList": [
3811 { "Priority": "high", "LocCode": "P0-C5" },
3812 { "Priority": "medium", "LocCode": "P0" }
3813 ]
3814 }
3815 ]
3816 },
3817 {
3818 "ADValue": "PMIC2",
3819 "Callouts": [
3820 {
3821 "CalloutList": [
3822 { "Priority": "high", "LocCode": "P0" },
3823 {
3824 "Priority": "medium",
3825 "LocCode": "memory_dimm"
3826 }
3827 ]
3828 }
3829 ]
3830 },
3831 {
3832 "ADValue": "PMIC3",
3833 "Callouts": [
3834 {
3835 "CalloutList": [
3836 { "Priority": "high", "LocCode": "P0" },
3837 {
3838 "Priority": "medium",
3839 "LocCode": "memory_dimm"
3840 }
3841 ]
3842 }
3843 ]
3844 },
3845 {
3846 "ADValue": "VDDR1",
3847 "Callouts": [
3848 {
3849 "CalloutList": [
3850 { "Priority": "high", "LocCode": "P0" },
3851 {
3852 "Priority": "medium",
3853 "LocCode": "memory_dimm"
3854 }
3855 ]
3856 }
3857 ]
3858 },
3859 {
3860 "ADValue": "VDDR0",
3861 "Callouts": [
3862 {
3863 "CalloutList": [
3864 { "Priority": "high", "LocCode": "P0" },
3865 {
3866 "Priority": "medium",
3867 "LocCode": "memory_dimm"
3868 }
3869 ]
3870 }
3871 ]
Jim Wright7f678902020-11-30 16:03:57 -06003872 }
3873 ]
3874 },
3875
3876 "Documentation": {
3877 "Description": "The power sequencer chip detected a voltage fault",
3878 "Message": "The power sequencer chip detected a voltage fault",
Patrick Williams26919f02022-12-08 06:12:43 -06003879 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06003880 },
3881
3882 "JournalCapture": {
3883 "Sections": [
3884 {
3885 "SyslogID": "phosphor-psu-monitor",
3886 "NumLines": 30
3887 },
3888 {
3889 "SyslogID": "phosphor-power-control",
3890 "NumLines": 30
3891 },
3892 {
3893 "SyslogID": "phosphor-chassis-state-manager",
3894 "NumLines": 15
3895 },
3896 {
3897 "SyslogID": "systemd",
3898 "NumLines": 15
3899 },
3900 {
3901 "SyslogID": "phosphor-regulators",
3902 "NumLines": 5
3903 }
3904 ]
Jim Wright7f678902020-11-30 16:03:57 -06003905 }
3906 },
3907
3908 {
Shawn McCarney7f1ec942021-07-28 13:33:34 -05003909 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.N",
3910 "Subsystem": "power",
3911 "Severity": "predictive_redundancy_loss",
3912 "ComponentID": "0x2700",
3913
3914 "SRC": {
3915 "Type": "11",
3916 "ReasonCode": "0x2700",
3917 "Words6To9": {}
3918 },
3919
3920 "Documentation": {
3921 "Description": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
3922 "Message": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
3923 "Notes": [
3924 "CALLOUT_INVENTORY_PATH should be specified in the ",
3925 "AdditionalData property of the event log so that ",
3926 "the device is called out but not the communication path."
3927 ]
3928 }
3929 },
3930
3931 {
3932 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.NPlus1",
3933 "Subsystem": "power",
3934 "Severity": "non_error",
3935 "MfgSeverity": "predictive_redundancy_loss",
3936 "ActionFlags": ["report"],
3937 "MfgActionFlags": ["service_action", "report", "call_home"],
3938 "ComponentID": "0x2700",
3939
3940 "SRC": {
3941 "Type": "11",
3942 "ReasonCode": "0x2701",
3943 "Words6To9": {}
3944 },
3945
3946 "Documentation": {
3947 "Description": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
3948 "Message": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
3949 "Notes": [
3950 "CALLOUT_INVENTORY_PATH should be specified in the ",
3951 "AdditionalData property of the event log so that ",
3952 "the device is called out but not the communication path."
3953 ]
3954 }
3955 },
3956
3957 {
Shawn McCarney01648f52020-06-25 11:42:02 -05003958 "Name": "xyz.openbmc_project.Power.Regulators.Error.WriteVerification",
3959 "Subsystem": "power",
3960 "ComponentID": "0x2700",
3961
3962 "SRC": {
3963 "Type": "11",
3964 "ReasonCode": "0x2900",
3965 "Words6To9": {}
3966 },
3967
3968 "Documentation": {
3969 "Description": "A write verification error occurred on a device",
3970 "Message": "A write verification error occurred on a device",
3971 "Notes": [
3972 "This error occurs when a device register is written, ",
3973 "read back, and the two values do not match. This is ",
3974 "also called a read-back error. The device should be ",
3975 "identified using the CALLOUT_DEVICE_PATH or ",
3976 "CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR keywords in the ",
3977 "AdditionalData property of the event log. This will ",
3978 "cause the device and the hardware in the communication ",
3979 "path to be called out."
3980 ]
3981 }
3982 },
3983
3984 {
Shawn McCarneye4022182022-01-31 19:09:01 -06003985 "Name": "xyz.openbmc_project.Power.UPS.Error.Battery.Discharging",
3986 "Subsystem": "power",
3987 "Severity": "non_error",
3988 "ActionFlags": ["report"],
3989 "ComponentID": "0x2700",
3990
3991 "SRC": {
3992 "Type": "11",
3993 "ReasonCode": "0x4201",
3994 "Words6To9": {}
3995 },
3996
3997 "Documentation": {
3998 "Description": "The Uninterruptible Power Supply (UPS) battery is discharging and providing power to the system due to a utility failure",
3999 "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 -06004000 "Notes": []
Shawn McCarneye4022182022-01-31 19:09:01 -06004001 }
4002 },
4003
4004 {
4005 "Name": "xyz.openbmc_project.Power.UPS.Error.Battery.Low",
4006 "Subsystem": "power",
4007 "Severity": "non_error",
4008 "ActionFlags": ["report"],
4009 "ComponentID": "0x2700",
4010
4011 "SRC": {
4012 "Type": "11",
4013 "ReasonCode": "0x4203",
4014 "Words6To9": {}
4015 },
4016
4017 "Documentation": {
4018 "Description": "The Uninterruptible Power Supply (UPS) battery level is low",
4019 "Message": "The Uninterruptible Power Supply (UPS) battery level is low",
Patrick Williams26919f02022-12-08 06:12:43 -06004020 "Notes": []
Shawn McCarneye4022182022-01-31 19:09:01 -06004021 }
4022 },
4023
4024 {
Shawn McCarney01648f52020-06-25 11:42:02 -05004025 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile",
4026 "Subsystem": "power",
4027 "ComponentID": "0x2700",
4028
4029 "SRC": {
4030 "Type": "11",
4031 "ReasonCode": "0xA013",
4032 "Words6To9": {}
4033 },
4034
4035 "Callouts": [
4036 {
4037 "CalloutList": [
4038 { "Priority": "high", "Procedure": "bmc_code" }
4039 ]
4040 }
4041 ],
4042
4043 "Documentation": {
4044 "Description": "A regulators configuration file error occurred",
4045 "Message": "A regulators configuration file error occurred",
4046 "Notes": [
4047 "The regulators configuration file could not be found, ",
4048 "could not be read, or had invalid contents."
4049 ]
4050 }
4051 },
4052
4053 {
Shawn McCarney82e31d82021-02-19 16:25:55 -06004054 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile.Critical",
4055 "Subsystem": "power",
4056 "Severity": "critical_system_term",
4057 "ComponentID": "0x2700",
4058
4059 "SRC": {
4060 "Type": "11",
4061 "ReasonCode": "0xA014",
Mike Cappsa2d7b772022-03-07 15:47:48 -05004062 "Words6To9": {}
Shawn McCarney82e31d82021-02-19 16:25:55 -06004063 },
4064
4065 "Callouts": [
4066 {
4067 "CalloutList": [
4068 { "Priority": "high", "Procedure": "bmc_code" }
4069 ]
4070 }
4071 ],
4072
4073 "Documentation": {
4074 "Description": "A critical regulators configuration file error occurred",
4075 "Message": "A critical regulators configuration file error occurred",
4076 "Notes": [
4077 "The regulators configuration file could not be found, ",
4078 "could not be read, or had invalid contents. As a result ",
4079 "voltage regulators could not be configured, and the ",
4080 "chassis could not be powered on."
4081 ]
4082 }
4083 },
4084
4085 {
Jim Wright7f678902020-11-30 16:03:57 -06004086 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerFault",
4087 "Subsystem": "power_sequencer",
4088 "ComponentID": "0x2700",
4089
4090 "SRC": {
4091 "Type": "11",
4092 "ReasonCode": "0xD000",
4093 "Words6To9": {}
4094 },
4095
4096 "Callouts": [
4097 {
Patrick Williams26919f02022-12-08 06:12:43 -06004098 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Jim Wright7f678902020-11-30 16:03:57 -06004099 }
4100 ],
4101
4102 "Documentation": {
4103 "Description": "The power sequencer chip detected a fault",
4104 "Message": "The power sequencer chip detected a fault",
Patrick Williams26919f02022-12-08 06:12:43 -06004105 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06004106 },
4107
4108 "JournalCapture": {
4109 "Sections": [
4110 {
4111 "SyslogID": "phosphor-psu-monitor",
4112 "NumLines": 30
4113 },
4114 {
4115 "SyslogID": "phosphor-power-control",
4116 "NumLines": 30
4117 },
4118 {
4119 "SyslogID": "phosphor-chassis-state-manager",
4120 "NumLines": 15
4121 },
4122 {
4123 "SyslogID": "systemd",
4124 "NumLines": 15
4125 },
4126 {
4127 "SyslogID": "phosphor-regulators",
4128 "NumLines": 5
4129 }
4130 ]
Jim Wright7f678902020-11-30 16:03:57 -06004131 }
4132 },
4133
4134 {
Jim Wrightc1ba04f2021-11-12 15:31:32 -06004135 "Name": "xyz.openbmc_project.Power.Error.PowerOnTimeout",
Jim Wright7f678902020-11-30 16:03:57 -06004136 "Subsystem": "power_sequencer",
4137 "ComponentID": "0x2700",
Jim Wrightc1ba04f2021-11-12 15:31:32 -06004138 "Severity": "critical",
Jim Wright7f678902020-11-30 16:03:57 -06004139
4140 "SRC": {
4141 "Type": "11",
4142 "ReasonCode": "0xD002",
4143 "Words6To9": {}
4144 },
4145
4146 "Callouts": [
4147 {
Patrick Williams26919f02022-12-08 06:12:43 -06004148 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Jim Wright7f678902020-11-30 16:03:57 -06004149 }
4150 ],
4151
4152 "Documentation": {
Jim Wrightc1ba04f2021-11-12 15:31:32 -06004153 "Description": "System power failed to turn on within timeout period",
4154 "Message": "System power failed to turn on within timeout period",
Patrick Williams26919f02022-12-08 06:12:43 -06004155 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06004156 },
4157
4158 "JournalCapture": {
4159 "Sections": [
4160 {
4161 "SyslogID": "phosphor-psu-monitor",
4162 "NumLines": 30
4163 },
4164 {
4165 "SyslogID": "phosphor-power-control",
4166 "NumLines": 30
4167 },
4168 {
4169 "SyslogID": "phosphor-chassis-state-manager",
4170 "NumLines": 15
4171 },
4172 {
4173 "SyslogID": "systemd",
4174 "NumLines": 15
4175 },
4176 {
4177 "SyslogID": "phosphor-regulators",
4178 "NumLines": 5
4179 }
4180 ]
Jim Wrightc1ba04f2021-11-12 15:31:32 -06004181 }
4182 },
4183
4184 {
4185 "Name": "xyz.openbmc_project.Power.Error.PowerOffTimeout",
4186 "Subsystem": "power_sequencer",
4187 "ComponentID": "0x2700",
4188 "Severity": "critical",
4189
4190 "SRC": {
4191 "Type": "11",
4192 "ReasonCode": "0xD008",
4193 "Words6To9": {}
4194 },
4195
4196 "Callouts": [
4197 {
Patrick Williams26919f02022-12-08 06:12:43 -06004198 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Jim Wrightc1ba04f2021-11-12 15:31:32 -06004199 }
4200 ],
4201
4202 "Documentation": {
4203 "Description": "System power failed to turn off within timeout period",
4204 "Message": "System power failed to turn off within timeout period",
Patrick Williams26919f02022-12-08 06:12:43 -06004205 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06004206 },
4207
4208 "JournalCapture": {
4209 "Sections": [
4210 {
4211 "SyslogID": "phosphor-psu-monitor",
4212 "NumLines": 30
4213 },
4214 {
4215 "SyslogID": "phosphor-power-control",
4216 "NumLines": 30
4217 },
4218 {
4219 "SyslogID": "phosphor-chassis-state-manager",
4220 "NumLines": 15
4221 },
4222 {
4223 "SyslogID": "systemd",
4224 "NumLines": 15
4225 },
4226 {
4227 "SyslogID": "phosphor-regulators",
4228 "NumLines": 5
4229 }
4230 ]
Jim Wright7f678902020-11-30 16:03:57 -06004231 }
4232 },
4233
4234 {
Shawn McCarney01648f52020-06-25 11:42:02 -05004235 "Name": "xyz.openbmc_project.Power.Error.Internal",
4236 "Subsystem": "power",
4237 "ComponentID": "0x2700",
4238
4239 "SRC": {
4240 "Type": "11",
4241 "ReasonCode": "0xE000",
4242 "Words6To9": {}
4243 },
4244
4245 "Callouts": [
4246 {
4247 "CalloutList": [
4248 { "Priority": "high", "Procedure": "bmc_code" }
4249 ]
4250 }
4251 ],
4252
4253 "Documentation": {
4254 "Description": "An internal firmware error occurred",
4255 "Message": "An internal firmware error occurred",
4256 "Notes": [
4257 "The error details must be provided in the AdditionalData ",
4258 "property of the event log."
4259 ]
4260 }
4261 },
4262
4263 {
4264 "Name": "xyz.openbmc_project.Power.Error.I2C",
4265 "Subsystem": "cec_i2c",
4266 "ComponentID": "0x2700",
4267
4268 "SRC": {
4269 "Type": "11",
4270 "ReasonCode": "0xE100",
4271 "Words6To9": {}
4272 },
4273
4274 "Documentation": {
4275 "Description": "An I2C error occurred communicating with a device",
4276 "Message": "An I2C error occurred communicating with a device",
4277 "Notes": [
4278 "The device should be identified using the ",
4279 "CALLOUT_DEVICE_PATH or CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR ",
4280 "keywords in the AdditionalData property of the event ",
4281 "log. This will cause the device and the hardware in the ",
4282 "communication path to be called out."
4283 ]
4284 }
4285 },
4286
4287 {
4288 "Name": "xyz.openbmc_project.Power.Error.PMBus",
4289 "Subsystem": "power",
4290 "ComponentID": "0x2700",
4291
4292 "SRC": {
4293 "Type": "11",
4294 "ReasonCode": "0xE200",
4295 "Words6To9": {}
4296 },
4297
4298 "Documentation": {
4299 "Description": "A PMBus error occurred on a device",
4300 "Message": "A PMBus error occurred on a device",
4301 "Notes": [
4302 "This error occurs when the I2C communication was ",
4303 "successful, but the PMBus value read is invalid or ",
4304 "unsupported. CALLOUT_INVENTORY_PATH should be specified ",
4305 "in the AdditionalData property of the event log so that ",
4306 "the device is called out but not the communication path."
4307 ]
4308 }
4309 },
4310
4311 {
4312 "Name": "xyz.openbmc_project.Power.Error.DBus",
4313 "Subsystem": "power",
4314 "ComponentID": "0x2700",
4315
4316 "SRC": {
4317 "Type": "11",
4318 "ReasonCode": "0xE300",
4319 "Words6To9": {}
4320 },
4321
4322 "Callouts": [
4323 {
4324 "CalloutList": [
4325 { "Priority": "high", "Procedure": "bmc_code" }
4326 ]
4327 }
4328 ],
4329
4330 "Documentation": {
4331 "Description": "A firmware inter-process communication (D-Bus) error occurred",
4332 "Message": "A firmware inter-process communication (D-Bus) error occurred"
4333 }
Matt Spinler60d1c392020-09-23 15:23:24 -05004334 },
4335
4336 {
Matt Spinler7c9c07e2020-10-22 10:16:37 -05004337 "Name": "xyz.openbmc_project.Fan.Error.Fault",
4338 "Subsystem": "power_fans",
4339 "ComponentID": "0x2800",
4340
4341 "SRC": {
4342 "Type": "11",
4343 "ReasonCode": "0x76F0",
4344 "Words6To9": {}
4345 },
4346
4347 "Documentation": {
4348 "Description": "Fan rotor fault",
4349 "Message": "Fan rotor fault",
4350 "Notes": [
4351 "This error occurs when a fan rotor has been faulted for a ",
4352 "certain amount of time. The callout is the fan which is ",
4353 "passed in with CALLOUT_INVENTORY_PATH. The severity is ",
4354 "passed in during creation and will be either informational ",
4355 "or unrecoverable. The action flags use the defaults and ",
4356 "vary based on the severity."
4357 ]
4358 }
4359 },
4360
4361 {
Matt Spinler60d1c392020-09-23 15:23:24 -05004362 "Name": "xyz.openbmc_project.Fan.Error.Missing",
4363 "Subsystem": "power_fans",
4364 "ComponentID": "0x2800",
4365 "Severity": "unrecoverable_redundancy_loss",
4366 "ActionFlags": ["service_action", "report", "call_home"],
4367
4368 "SRC": {
4369 "Type": "11",
4370 "ReasonCode": "0x76F1",
4371 "Words6To9": {}
4372 },
4373
4374 "Callouts": [
4375 {
Matt Spinler938ac792021-05-12 10:46:44 -05004376 "System": "ibm,rainier",
Matt Spinler60d1c392020-09-23 15:23:24 -05004377 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -05004378 {
Patrick Williams26919f02022-12-08 06:12:43 -06004379 "Priority": "high",
4380 "SymbolicFRUTrusted": "air_mover",
4381 "UseInventoryLocCode": true
Matt Spinler80600192020-10-23 09:29:33 -05004382 },
4383 {
4384 "Priority": "low",
4385 "LocCode": "P0"
4386 }
Matt Spinler60d1c392020-09-23 15:23:24 -05004387 ]
Matt Spinler938ac792021-05-12 10:46:44 -05004388 },
4389 {
4390 "System": "ibm,everest",
4391 "CalloutList": [
4392 {
Patrick Williams26919f02022-12-08 06:12:43 -06004393 "Priority": "high",
4394 "SymbolicFRUTrusted": "air_mover",
4395 "UseInventoryLocCode": true
Matt Spinler938ac792021-05-12 10:46:44 -05004396 },
4397 {
4398 "Priority": "low",
4399 "LocCode": "P1"
4400 }
4401 ]
Matt Spinler60d1c392020-09-23 15:23:24 -05004402 }
4403 ],
4404
4405 "Documentation": {
4406 "Description": "A fan is missing",
4407 "Message": "A fan is missing",
4408 "Notes": [
4409 "This error occurs when a fan has been missing for a ",
Matt Spinler80600192020-10-23 09:29:33 -05004410 "certain amount of time. The first callout is the ",
4411 "symbolic FRU AIR_MOVR that has the trusted fan location ",
4412 "code, which it gets using the passed in ",
4413 "CALLOUT_INVENTORY_PATH. The second callout is the FRU ",
Matt Spinler938ac792021-05-12 10:46:44 -05004414 "where the controller and GPIO expander are."
Matt Spinler60d1c392020-09-23 15:23:24 -05004415 ]
4416 }
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004417 },
4418
4419 {
Matt Spinleradf070b2021-04-21 13:39:45 -05004420 "Name": "xyz.openbmc_project.Fan.Presence.Error.Detection",
4421 "ComponentID": "0x2800",
4422 "Subsystem": "power_fans",
4423 "Severity": "non_error",
4424 "ActionFlags": ["report"],
4425 "MfgSeverity": "predictive",
4426 "MfgActionFlags": ["service_action", "report"],
4427
4428 "SRC": {
4429 "Type": "11",
4430 "ReasonCode": "0x76F2",
4431 "Words6To9": {}
4432 },
4433
4434 "Callouts": [
4435 {
4436 "System": "ibm,rainier",
Patrick Williams26919f02022-12-08 06:12:43 -06004437 "CalloutList": [{ "Priority": "medium", "LocCode": "P0" }]
Matt Spinleradf070b2021-04-21 13:39:45 -05004438 },
4439 {
4440 "System": "ibm,everest",
Patrick Williams26919f02022-12-08 06:12:43 -06004441 "CalloutList": [{ "Priority": "medium", "LocCode": "P1" }]
Matt Spinleradf070b2021-04-21 13:39:45 -05004442 }
4443 ],
4444
4445 "Documentation": {
4446 "Description": "Presence detect methods for the same fan disagree",
4447 "Message": "Presence detect methods for the same fan disagree",
4448 "Notes": [
4449 "This error occurs when there is more than one way to detect",
4450 "fan presence, and they don't all agree. For example, the",
4451 "GPIO says a fan isn't present, but the tach readings are",
4452 "nonzero. This is informational, unless in manufacturing.",
4453 "The fan FRU is passed in as a high priority callout.",
4454 "The FRU the GPIO source is on is called out medium."
4455 ]
4456 }
4457 },
4458
4459 {
Matt Spinlerdde99202021-06-14 12:15:59 -06004460 "Name": "xyz.openbmc_project.Fan.Error.FanControllerOffline",
4461 "ComponentID": "0x2800",
4462 "Subsystem": "power_fans",
4463 "Severity": "critical_system_term",
4464 "ActionFlags": ["service_action", "report", "call_home"],
4465
4466 "SRC": {
4467 "Type": "11",
4468 "ReasonCode": "0x76F3",
Mike Cappsa2d7b772022-03-07 15:47:48 -05004469 "Words6To9": {}
Matt Spinlerdde99202021-06-14 12:15:59 -06004470 },
4471
4472 "Callouts": [
4473 {
4474 "System": "ibm,rainier",
4475 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004476 { "Priority": "high", "LocCode": "P0-C5" },
4477 {
4478 "Priority": "medium_group_a",
4479 "LocCode": "P0-T12",
4480 "SymbolicFRUTrusted": "fan_cable"
4481 },
4482 {
4483 "Priority": "medium_group_a",
4484 "LocCode": "P0-T17",
4485 "SymbolicFRUTrusted": "cable_continued"
4486 },
4487 { "Priority": "low", "LocCode": "P0" }
Matt Spinlerdde99202021-06-14 12:15:59 -06004488 ]
4489 },
4490 {
4491 "System": "ibm,everest",
4492 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004493 { "Priority": "high", "LocCode": "P0-C0" },
4494 { "Priority": "medium", "LocCode": "P1" },
4495 { "Priority": "low", "LocCode": "P0" }
Matt Spinlerdde99202021-06-14 12:15:59 -06004496 ]
4497 }
4498 ],
4499
4500 "Documentation": {
4501 "Description": "The fan controller device is offline",
4502 "Message": "The fan controller is offline. The system must be powered off.",
4503 "Notes": [
4504 "The device that controls the fans is offline so the fan",
4505 "targets and speeds are unknown. The system will be shut",
4506 "down to preserve thermal safety. There may be an I2C",
4507 "or power problem with the device."
4508 ]
4509 }
4510 },
4511
4512 {
Patrick Williams26919f02022-12-08 06:12:43 -06004513 "Name": "xyz.openbmc_project.Fan.Presence.Error.GPIODeviceUnavailable",
4514 "Subsystem": "power_fans",
4515 "ComponentID": "0x2800",
4516 "Severity": "unrecoverable_redundancy_loss",
4517 "ActionFlags": ["service_action", "report", "call_home"],
Mike Cappsabc276e2021-06-18 16:41:30 -04004518
Patrick Williams26919f02022-12-08 06:12:43 -06004519 "SRC": {
4520 "Type": "11",
4521 "ReasonCode": "0x76F4",
4522 "Words6To9": {}
4523 },
Mike Cappsabc276e2021-06-18 16:41:30 -04004524
Patrick Williams26919f02022-12-08 06:12:43 -06004525 "Callouts": [
4526 {
4527 "System": "ibm,rainier",
4528 "CalloutList": [
4529 { "Priority": "high", "LocCode": "P0-C5" },
4530 {
4531 "Priority": "medium_group_a",
4532 "LocCode": "P0-T12",
4533 "SymbolicFRUTrusted": "fan_cable"
4534 },
4535 {
4536 "Priority": "medium_group_a",
4537 "LocCode": "P0-T17",
4538 "SymbolicFRUTrusted": "cable_continued"
4539 },
4540 { "Priority": "low", "LocCode": "P0" }
4541 ]
4542 },
4543 {
4544 "System": "ibm,everest",
4545 "CalloutList": [
4546 { "Priority": "high", "LocCode": "P0-C0" },
4547 { "Priority": "medium", "LocCode": "P1" },
4548 { "Priority": "low", "LocCode": "P0" }
4549 ]
4550 }
4551 ],
Mike Cappsabc276e2021-06-18 16:41:30 -04004552
Patrick Williams26919f02022-12-08 06:12:43 -06004553 "Documentation": {
4554 "Description": "Fan GPIO sensors not present",
4555 "Message": "Fan GPIO sensors not present",
4556 "Notes": [
4557 "The device that reports fan presence is not functioning."
4558 ]
4559 }
Mike Cappsabc276e2021-06-18 16:41:30 -04004560 },
4561
4562 {
Matt Spinler86e40dd2021-01-29 11:19:36 -06004563 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHigh",
4564 "Subsystem": "power",
4565 "ComponentID": "0x2800",
4566 "Severity": "predictive",
4567 "ActionFlags": ["service_action", "report"],
4568
4569 "SRC": {
4570 "ReasonCode": "0x2801",
4571 "Words6To9": {}
4572 },
4573
4574 "CalloutsUsingAD": {
4575 "ADName": "SENSOR_NAME",
4576 "CalloutsWithTheirADValues": [
4577 {
4578 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4579 "Callouts": [
4580 {
4581 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004582 {
4583 "Priority": "high",
4584 "SymbolicFRU": "ambient_temp"
4585 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004586 ]
4587 }
4588 ]
4589 }
Matt Spinlerc13bb1c2022-08-01 10:33:09 -05004590 ],
4591 "CalloutsWhenNoADMatch": [
4592 {
4593 "CalloutList": [
4594 {
4595 "Priority": "high",
4596 "SymbolicFRU": "overtemp"
4597 }
4598 ]
4599 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004600 ]
4601 },
4602
4603 "Documentation": {
4604 "Description": "A temperature sensor exceeded its performance loss threshold.",
4605 "Message": "A temperature sensor exceeded its performance loss threshold.",
4606 "Notes": [
4607 "A temperature sensor crossed its performance loss threshold value",
4608 "If it is the ambient sensor, then a symbolic FRU will be added.",
4609 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
4610 "a FRU callout."
4611 ]
4612 }
4613 },
4614
4615 {
4616 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHighClear",
4617 "Subsystem": "power",
4618 "ComponentID": "0x2800",
4619 "Severity": "non_error",
4620 "ActionFlags": ["report"],
4621 "EventType": "env_normal",
4622
4623 "SRC": {
4624 "ReasonCode": "0x2802",
4625 "Words6To9": {}
4626 },
4627
4628 "CalloutsUsingAD": {
4629 "ADName": "SENSOR_NAME",
4630 "CalloutsWithTheirADValues": [
4631 {
4632 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4633 "Callouts": [
4634 {
4635 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004636 {
4637 "Priority": "high",
4638 "SymbolicFRU": "ambient_temp_back"
4639 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004640 ]
4641 }
4642 ]
4643 }
4644 ]
4645 },
4646
4647 "Documentation": {
4648 "Description": "A temperature sensor is under its performance loss threshold.",
4649 "Message": "A temperature sensor is under its performance loss threshold.",
4650 "Notes": [
4651 "A temperature sensor crossed under its performance loss threshold value",
4652 "If it is the ambient sensor, then a symbolic FRU will be added."
4653 ]
4654 }
4655 },
4656
4657 {
4658 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHigh",
4659 "Subsystem": "power",
4660 "ComponentID": "0x2800",
4661 "Severity": "predictive",
4662 "ActionFlags": ["service_action", "report"],
4663
4664 "SRC": {
4665 "ReasonCode": "0x2803",
4666 "Words6To9": {}
4667 },
4668
4669 "CalloutsUsingAD": {
4670 "ADName": "SENSOR_NAME",
4671 "CalloutsWithTheirADValues": [
4672 {
4673 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4674 "Callouts": [
4675 {
4676 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004677 {
4678 "Priority": "high",
4679 "SymbolicFRU": "ambient_temp"
4680 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004681 ]
4682 }
4683 ]
4684 }
Matt Spinlerc13bb1c2022-08-01 10:33:09 -05004685 ],
4686 "CalloutsWhenNoADMatch": [
4687 {
4688 "CalloutList": [
4689 {
4690 "Priority": "high",
4691 "SymbolicFRU": "overtemp"
4692 }
4693 ]
4694 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004695 ]
4696 },
4697
4698 "Documentation": {
4699 "Description": "A temperature sensor exceeded its warning threshold.",
4700 "Message": "A temperature sensor exceeded its warning threshold.",
4701 "Notes": [
4702 "A temperature sensor crossed its warning threshold value",
4703 "If it is the ambient sensor, then a symbolic FRU will be added.",
4704 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
4705 "a FRU callout."
4706 ]
4707 }
4708 },
4709
4710 {
4711 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHighClear",
4712 "Subsystem": "power",
4713 "ComponentID": "0x2800",
4714 "Severity": "non_error",
4715 "ActionFlags": ["report"],
4716 "EventType": "env_normal",
4717
4718 "SRC": {
4719 "ReasonCode": "0x2804",
4720 "Words6To9": {}
4721 },
4722
4723 "CalloutsUsingAD": {
4724 "ADName": "SENSOR_NAME",
4725 "CalloutsWithTheirADValues": [
4726 {
4727 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4728 "Callouts": [
4729 {
4730 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004731 {
4732 "Priority": "high",
4733 "SymbolicFRU": "ambient_temp_back"
4734 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004735 ]
4736 }
4737 ]
4738 }
4739 ]
4740 },
4741
4742 "Documentation": {
4743 "Description": "A temperature sensor is under its warning threshold.",
4744 "Message": "A temperature sensor is under its warning threshold.",
4745 "Notes": [
4746 "A temperature sensor crossed under its warning threshold value",
4747 "If it is the ambient sensor, then a symbolic FRU will be added."
4748 ]
4749 }
4750 },
4751
4752 {
4753 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHigh",
4754 "Subsystem": "power",
4755 "ComponentID": "0x2800",
4756 "Severity": "predictive",
4757 "ActionFlags": ["service_action", "report"],
4758
4759 "SRC": {
4760 "ReasonCode": "0x2805",
4761 "Words6To9": {}
4762 },
4763
4764 "CalloutsUsingAD": {
4765 "ADName": "SENSOR_NAME",
4766 "CalloutsWithTheirADValues": [
4767 {
4768 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4769 "Callouts": [
4770 {
4771 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004772 {
4773 "Priority": "high",
4774 "SymbolicFRU": "ambient_temp"
4775 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004776 ]
4777 }
4778 ]
4779 }
Matt Spinlerc13bb1c2022-08-01 10:33:09 -05004780 ],
4781 "CalloutsWhenNoADMatch": [
4782 {
4783 "CalloutList": [
4784 {
4785 "Priority": "high",
4786 "SymbolicFRU": "overtemp"
4787 }
4788 ]
4789 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004790 ]
4791 },
4792
4793 "Documentation": {
4794 "Description": "A temperature sensor exceeded its critical threshold.",
4795 "Message": "A temperature sensor exceeded its critical threshold.",
4796 "Notes": [
4797 "A temperature sensor crossed its critical threshold value",
4798 "If it is the ambient sensor, then a symbolic FRU will be added.",
4799 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
4800 "a FRU callout."
4801 ]
4802 }
4803 },
4804
4805 {
4806 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHighClear",
4807 "Subsystem": "power",
4808 "ComponentID": "0x2800",
4809 "Severity": "non_error",
4810 "ActionFlags": ["report"],
4811 "EventType": "env_normal",
4812
4813 "SRC": {
4814 "ReasonCode": "0x2806",
4815 "Words6To9": {}
4816 },
4817
4818 "CalloutsUsingAD": {
4819 "ADName": "SENSOR_NAME",
4820 "CalloutsWithTheirADValues": [
4821 {
4822 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4823 "Callouts": [
4824 {
4825 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004826 {
4827 "Priority": "high",
4828 "SymbolicFRU": "ambient_temp_back"
4829 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004830 ]
4831 }
4832 ]
4833 }
4834 ]
4835 },
4836
4837 "Documentation": {
4838 "Description": "A temperature sensor is under its critical threshold.",
4839 "Message": "A temperature sensor is under its critical threshold.",
4840 "Notes": [
4841 "A temperature sensor crossed under its critical threshold value",
4842 "If it is the ambient sensor, then a symbolic FRU will be added."
4843 ]
4844 }
4845 },
4846
4847 {
Matt Spinler6b3490a2021-01-20 10:48:26 -06004848 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHigh",
4849 "Subsystem": "power",
4850 "ComponentID": "0x2800",
4851 "Severity": "predictive",
4852 "ActionFlags": ["service_action", "report"],
4853
4854 "SRC": {
4855 "ReasonCode": "0x2807",
4856 "Words6To9": {}
4857 },
4858
4859 "Callouts": [
4860 {
4861 "CalloutList": [
4862 {
Patrick Williams26919f02022-12-08 06:12:43 -06004863 "Priority": "high",
4864 "SymbolicFRU": "ambient_temp"
Matt Spinler6b3490a2021-01-20 10:48:26 -06004865 }
4866 ]
4867 }
4868 ],
4869
4870 "Documentation": {
4871 "Description": "The ambient temperature passed the EPOW3 limit.",
4872 "Message": "The ambient temperature passed the EPOW3 limit. The system will shut down if temp doesn't decrease.",
4873 "Notes": [
4874 "This error occurs when the ambient temperature surpassed",
4875 "the EPOW3 shutdown limit."
4876 ]
4877 }
4878 },
4879
4880 {
4881 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHighClear",
4882 "Subsystem": "power",
4883 "ComponentID": "0x2800",
4884 "Severity": "non_error",
4885 "ActionFlags": ["report"],
4886 "EventType": "env_normal",
4887
4888 "SRC": {
4889 "ReasonCode": "0x2808",
4890 "Words6To9": {}
4891 },
4892
4893 "Callouts": [
4894 {
4895 "CalloutList": [
4896 {
Patrick Williams26919f02022-12-08 06:12:43 -06004897 "Priority": "high",
4898 "SymbolicFRU": "ambient_temp_back"
Matt Spinler6b3490a2021-01-20 10:48:26 -06004899 }
4900 ]
4901 }
4902 ],
4903
4904 "Documentation": {
4905 "Description": "The ambient temperature is back under the EPOW3 limit.",
4906 "Message": "The ambient temperature is back under the EPOW3 limit."
4907 }
4908 },
4909
4910 {
4911 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.HardShutdownAlarmHigh",
4912 "Subsystem": "power",
4913 "ComponentID": "0x2800",
Matt Spinler6b3490a2021-01-20 10:48:26 -06004914 "ActionFlags": ["service_action", "report"],
4915
4916 "SRC": {
4917 "ReasonCode": "0x2809",
4918 "Words6To9": {}
4919 },
4920
4921 "Callouts": [
4922 {
4923 "CalloutList": [
4924 {
Patrick Williams26919f02022-12-08 06:12:43 -06004925 "Priority": "high",
4926 "SymbolicFRU": "ambient_temp"
Matt Spinler6b3490a2021-01-20 10:48:26 -06004927 }
4928 ]
4929 }
4930 ],
4931
4932 "Documentation": {
4933 "Description": "The ambient temperature passed the EPOW4 limit.",
4934 "Message": "The ambient temperature passed the EPOW4 limit. The system will shut down",
4935 "Notes": [
4936 "This error occurs when the ambient temperature surpassed",
4937 "the EPOW4 shutdown limit."
4938 ]
4939 }
4940 },
4941
4942 {
Rashmica Guptab63f75b2021-08-18 20:54:21 +10004943 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHigh",
4944 "Subsystem": "ext_env",
4945 "ComponentID": "0x2800",
4946 "Severity": "predictive",
4947 "ActionFlags": ["service_action", "report"],
4948
4949 "SRC": {
4950 "ReasonCode": "0x280A",
4951 "Words6To9": {}
4952 },
4953
4954 "CalloutsUsingAD": {
4955 "ADName": "SENSOR_NAME",
4956 "CalloutsWithTheirADValues": [
4957 {
4958 "ADValue": "/xyz/openbmc_project/sensors/altitude/Altitude",
4959 "Callouts": [
4960 {
4961 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004962 {
4963 "Priority": "high",
4964 "SymbolicFRU": "altitude"
4965 }
Rashmica Guptab63f75b2021-08-18 20:54:21 +10004966 ]
4967 }
4968 ]
4969 }
4970 ]
4971 },
4972
4973 "Documentation": {
4974 "Description": "An altitude sensor exceeded its warning threshold.",
4975 "Message": "An altitude sensor exceeded its warning threshold.",
4976 "Notes": [
4977 "The virtual altitude sensor crossed its warning threshold value",
4978 " and a symbolic FRU will be added."
4979 ]
4980 }
4981 },
4982
4983 {
4984 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHighClear",
4985 "Subsystem": "ext_env",
4986 "ComponentID": "0x2800",
4987 "Severity": "non_error",
4988 "ActionFlags": ["report"],
4989 "EventType": "env_normal",
4990
4991 "SRC": {
4992 "ReasonCode": "0x280B",
4993 "Words6To9": {}
4994 },
4995
4996 "Documentation": {
4997 "Description": "An altitude sensor is under its warning threshold.",
4998 "Message": "An altitude sensor is under its warning threshold.",
4999 "Notes": [
5000 "The virtual altitude sensor is under its warning threshold value",
5001 " and a symbolic FRU will be added."
5002 ]
5003 }
5004 },
5005
5006 {
Matt Spinler81331342021-10-05 14:09:56 -05005007 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLow",
5008 "Subsystem": "cec_tod",
5009 "ComponentID": "0x2800",
5010 "Severity": "predictive",
5011 "ActionFlags": ["service_action", "report"],
5012
5013 "SRC": {
5014 "ReasonCode": "0x280C",
5015 "Words6To9": {}
5016 },
5017
Matt Spinler81331342021-10-05 14:09:56 -05005018 "Documentation": {
5019 "Description": "A voltage sensor went below its critical low threshold.",
5020 "Message": "A voltage sensor went below its critical low threshold."
5021 }
5022 },
5023
5024 {
5025 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLowClear",
5026 "Subsystem": "cec_tod",
5027 "ComponentID": "0x2800",
5028 "Severity": "non_error",
5029 "ActionFlags": ["report"],
5030
5031 "SRC": {
5032 "ReasonCode": "0x280D",
5033 "Words6To9": {}
5034 },
5035
5036 "Documentation": {
5037 "Description": "A voltage sensor is over its critical low threshold.",
5038 "Message": "A voltage sensor is over its critical low threshold."
5039 }
5040 },
5041
5042 {
Matt Spinler1e792db2022-01-07 14:06:06 -06005043 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLow",
5044 "Subsystem": "power",
5045 "ComponentID": "0x2800",
5046 "Severity": "predictive",
5047 "ActionFlags": ["service_action", "report"],
5048
5049 "SRC": {
5050 "ReasonCode": "0x280E",
5051 "Words6To9": {}
5052 },
5053
5054 "Documentation": {
5055 "Description": "A temperature sensor is under its low warning threshold.",
5056 "Message": "A temperature sensor is under its low warning threshold.",
5057 "Notes": [
5058 "A temperature sensor crossed its low warning threshold value",
5059 "CALLOUT_INVENTORY_PATH will be passed in to add a FRU callout."
5060 ]
5061 }
5062 },
5063
5064 {
5065 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLowClear",
5066 "Subsystem": "power",
5067 "ComponentID": "0x2800",
5068 "Severity": "non_error",
5069 "ActionFlags": ["report"],
5070 "EventType": "env_normal",
5071
5072 "SRC": {
5073 "ReasonCode": "0x280F",
5074 "Words6To9": {}
5075 },
5076
5077 "Documentation": {
5078 "Description": "A temperature sensor is above its low warning threshold.",
5079 "Message": "A temperature sensor is above its low warning threshold.",
5080 "Notes": [
5081 "A temperature sensor crossed above its low warning threshold value."
5082 ]
5083 }
5084 },
5085
5086 {
5087 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalLow",
5088 "Subsystem": "power",
5089 "ComponentID": "0x2800",
5090 "Severity": "predictive",
5091 "ActionFlags": ["service_action", "report"],
5092
5093 "SRC": {
5094 "ReasonCode": "0x2810",
5095 "Words6To9": {}
5096 },
5097
5098 "Documentation": {
5099 "Description": "A temperature sensor is under its low critical threshold.",
5100 "Message": "A temperature sensor is under its low critical threshold.",
5101 "Notes": [
5102 "A temperature sensor crossed its low critical threshold value",
5103 "CALLOUT_INVENTORY_PATH will be passed in to add a FRU callout."
5104 ]
5105 }
5106 },
5107
5108 {
5109 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalLowClear",
5110 "Subsystem": "power",
5111 "ComponentID": "0x2800",
5112 "Severity": "non_error",
5113 "ActionFlags": ["report"],
5114 "EventType": "env_normal",
5115
5116 "SRC": {
5117 "ReasonCode": "0x2811",
5118 "Words6To9": {}
5119 },
5120
5121 "Documentation": {
5122 "Description": "A temperature sensor is over its low critical threshold.",
5123 "Message": "A temperature sensor is over its low critical threshold.",
5124 "Notes": [
5125 "A temperature sensor crossed above its critical threshold value"
5126 ]
5127 }
5128 },
5129
5130 {
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005131 "Name": "com.ibm.VPD.Error.InvalidEepromPath",
5132 "Subsystem": "cec_vpd",
5133 "ComponentID": "0x4000",
5134
5135 "SRC": {
5136 "ReasonCode": "0x4000",
Patrick Williams26919f02022-12-08 06:12:43 -06005137 "Words6To9": {
5138 "6": {
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005139 "Description": "Errno of the failure.",
5140 "AdditionalDataPropSource": "CALLOUT_ERRNO"
5141 }
5142 }
5143 },
5144
5145 "Documentation": {
Michael Limb264f062022-03-29 16:25:33 -05005146 "Description": "A path access error occurred",
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005147 "Message": "An EEPROM path access error occurred.",
5148 "Notes": [
5149 "This error occurs when parser is unable to access",
5150 "EEPROM path. Errno and device path are captured as",
5151 "additional data."
5152 ]
5153 }
5154 },
5155
5156 {
5157 "Name": "com.ibm.VPD.Error.InvalidVPD",
5158 "Subsystem": "cec_vpd",
5159 "ComponentID": "0x4000",
5160
5161 "SRC": {
5162 "ReasonCode": "0x4001",
Patrick Williams26919f02022-12-08 06:12:43 -06005163 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005164 },
5165
5166 "Documentation": {
5167 "Description": "Invalid VPD data.",
5168 "Message": "A VPD data exception occurred.",
5169 "Notes": [
5170 "This error occurs when VPD data is found to be",
5171 "invalid. This can be when VPD file is missing out",
5172 "mandatory records.Inventory path is captured in",
5173 "additional data."
5174 ]
5175 }
5176 },
5177
5178 {
5179 "Name": "com.ibm.VPD.Error.EccCheckFailed",
5180 "Subsystem": "cec_vpd",
5181 "ComponentID": "0x4000",
5182
5183 "SRC": {
5184 "ReasonCode": "0x4002",
Patrick Williams26919f02022-12-08 06:12:43 -06005185 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005186 },
5187
5188 "Documentation": {
5189 "Description": "Invalid VPD ecc data.",
5190 "Message": "A VPD ecc exception occurred.",
5191 "Notes": [
5192 "This error occurs when VPD ecc check fails for the FRU.",
5193 "Inventory path for the failed FRU is captured in additonal",
5194 "data."
5195 ]
5196 }
5197 },
5198
5199 {
5200 "Name": "com.ibm.VPD.Error.InvalidJson",
5201 "Subsystem": "cec_vpd",
5202 "ComponentID": "0x4000",
5203
5204 "SRC": {
5205 "ReasonCode": "0x4003",
Patrick Williams26919f02022-12-08 06:12:43 -06005206 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005207 },
5208
Matt Spinler834f3ed2022-01-26 16:18:02 -06005209 "Callouts": [
5210 {
5211 "CalloutList": [
5212 { "Priority": "high", "Procedure": "bmc_code" }
5213 ]
5214 }
5215 ],
5216
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005217 "Documentation": {
5218 "Description": "Invalid Json",
5219 "Message": "A Json failure occurred.",
5220 "Notes": [
5221 "This error occurs when parser fails to access",
5222 "Json file or there is any issue with Json data.",
5223 "Failed Json path and cause of failure is captured",
5224 "in additional data."
5225 ]
5226 }
5227 },
5228
5229 {
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005230 "Name": "com.ibm.VPD.Error.DefaultValue",
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005231 "Subsystem": "cec_vpd",
5232 "ComponentID": "0x4000",
5233
5234 "SRC": {
5235 "ReasonCode": "0x4004",
Patrick Williams26919f02022-12-08 06:12:43 -06005236 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005237 },
5238
Priyanga Ramasamy134e1e12022-12-02 07:03:39 -06005239 "Callouts": [
5240 {
5241 "CalloutList": [
5242 {
5243 "Priority": "high",
5244 "Procedure": "system_vpd_correction"
5245 }
5246 ]
5247 }
5248 ],
5249
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005250 "Documentation": {
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005251 "Description": "Default value found on VPD.",
5252 "Message": "Found default VPD.",
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005253 "Notes": [
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005254 "This error occurs when a default value found on VPD.",
5255 "Details regarding failure are captured in additional data."
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005256 ]
5257 }
5258 },
5259
5260 {
5261 "Name": "com.ibm.VPD.Error.DbusFailure",
5262 "Subsystem": "cec_vpd",
5263 "ComponentID": "0x4000",
5264
5265 "SRC": {
5266 "ReasonCode": "0x4005",
Patrick Williams26919f02022-12-08 06:12:43 -06005267 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005268 },
5269
Matt Spinler834f3ed2022-01-26 16:18:02 -06005270 "Callouts": [
5271 {
5272 "CalloutList": [
5273 { "Priority": "high", "Procedure": "bmc_code" }
5274 ]
5275 }
5276 ],
5277
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005278 "Documentation": {
5279 "Description": "Dbus exception",
5280 "Message": "A Dbus internal error occurred.",
5281 "Notes": [
5282 "This error occurs when Dbus operation fails.",
5283 "Exceptions details are captured in additonal",
5284 "data."
5285 ]
5286 }
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005287 },
5288
5289 {
Alpana Kumari081cfd42021-12-07 04:14:57 -06005290 "Name": "com.ibm.VPD.Error.UnknownSystemType",
5291 "Subsystem": "cec_vpd",
5292 "ComponentID": "0x4000",
5293
5294 "SRC": {
5295 "ReasonCode": "0x4006",
Patrick Williams26919f02022-12-08 06:12:43 -06005296 "Words6To9": {}
Alpana Kumari081cfd42021-12-07 04:14:57 -06005297 },
5298
5299 "Callouts": [
5300 {
Patrick Williams26919f02022-12-08 06:12:43 -06005301 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Alpana Kumari081cfd42021-12-07 04:14:57 -06005302 }
5303 ],
5304
5305 "Documentation": {
5306 "Description": "Unknown System Type",
5307 "Message": "System type not supported in DTB table.",
5308 "Notes": [
5309 "System type comes from combination of HW and IM value of system VPD.",
5310 "If anything gets changed in that combination, then it can't determine",
5311 "the appropriate DTB for that system. Need to check HW and IM keywords."
5312 ]
5313 }
5314 },
5315
5316 {
Alpana Kumari074ec5b2022-02-20 22:48:57 -06005317 "Name": "com.ibm.VPD.Error.GPIOError",
5318 "Subsystem": "cec_vpd",
5319 "ComponentID": "0x4000",
5320
5321 "SRC": {
5322 "ReasonCode": "0x4007",
Patrick Williams26919f02022-12-08 06:12:43 -06005323 "Words6To9": {}
Alpana Kumari074ec5b2022-02-20 22:48:57 -06005324 },
5325
Sunny Srivastava17586b42022-06-20 01:06:58 -05005326 "Callouts": [
5327 {
5328 "CalloutList": [
5329 { "Priority": "high", "Procedure": "bmc_code" }
5330 ]
5331 }
5332 ],
5333
Alpana Kumari074ec5b2022-02-20 22:48:57 -06005334 "Documentation": {
5335 "Description": "GPIO line error",
5336 "Message": "GPIO line couldn't be found or read.",
5337 "Notes": [
Sunny Srivastava17586b42022-06-20 01:06:58 -05005338 "The BMC could not access a GPIO line. This can be a hardware issue",
5339 " or driver issue. Since a hardware or a software issue cannot be",
5340 " differentiated, the BMC code will be called out."
Alpana Kumari074ec5b2022-02-20 22:48:57 -06005341 ]
5342 }
5343 },
5344
5345 {
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005346 "Name": "com.ibm.VPD.Error.Mismatch",
Sunny Srivastavad29837f2022-04-20 01:37:07 -05005347 "Subsystem": "cec_vpd",
5348 "ComponentID": "0x4000",
5349
5350 "SRC": {
5351 "ReasonCode": "0x4008",
Patrick Williams26919f02022-12-08 06:12:43 -06005352 "Words6To9": {}
Sunny Srivastavad29837f2022-04-20 01:37:07 -05005353 },
5354
5355 "Callouts": [
5356 {
5357 "CalloutList": [
Priyanga Ramasamy134e1e12022-12-02 07:03:39 -06005358 {
5359 "Priority": "high",
5360 "Procedure": "system_vpd_correction"
5361 }
Sunny Srivastavad29837f2022-04-20 01:37:07 -05005362 ]
5363 }
5364 ],
5365
5366 "Documentation": {
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005367 "Description": "VPD mismatch found between primary and backup",
5368 "Message": "Error occurred due to VPD mismatch between primary and backup.",
Sunny Srivastavad29837f2022-04-20 01:37:07 -05005369 "Notes": [
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005370 "This error occurs when there is a data mismatch between ",
5371 "primary and backup VPD.",
5372 "Details regarding the failure are captured in additional data."
Sunny Srivastavad29837f2022-04-20 01:37:07 -05005373 ]
5374 }
5375 },
5376
5377 {
Sunny Srivastava17586b42022-06-20 01:06:58 -05005378 "Name": "com.ibm.VPD.Error.RequiredFRUMissing",
5379 "Subsystem": "cec_vpd",
5380 "ComponentID": "0x4000",
5381
5382 "SRC": {
5383 "ReasonCode": "0x4009",
Patrick Williams26919f02022-12-08 06:12:43 -06005384 "Words6To9": {}
Sunny Srivastava17586b42022-06-20 01:06:58 -05005385 },
5386
5387 "Documentation": {
5388 "Description": "Essential FRU check.",
5389 "Message": "Essential FRU check failed",
5390 "Notes": [
5391 "This error occurs when VPD manager service detects any",
5392 "missing essential FRU. These are FRUs which are required",
5393 "to be present in the system at the time of power on.",
5394 "The inventory path is captured in additional data."
5395 ]
5396 }
5397 },
5398
5399 {
gikrish1c0cc7ec2022-02-24 12:40:51 -06005400 "Name": "com.ibm.Panel.Error.InputDevPathFailure",
5401 "Subsystem": "cec_op_panel",
5402 "ComponentID": "0x5000",
5403
5404 "SRC": {
5405 "ReasonCode": "0x5001",
5406 "Words6To9": {}
5407 },
5408
5409 "Documentation": {
5410 "Description": "Button Handler Failure",
5411 "Message": "Input Device path failure",
Patrick Williams26919f02022-12-08 06:12:43 -06005412 "Notes": ["Button events will not be processed."]
gikrish1c0cc7ec2022-02-24 12:40:51 -06005413 }
5414 },
5415
5416 {
5417 "Name": "com.ibm.Panel.Error.I2CSetupFailure",
5418 "Subsystem": "cec_op_panel",
5419 "ComponentID": "0x5000",
5420
5421 "SRC": {
5422 "ReasonCode": "0x5002",
5423 "Words6To9": {}
5424 },
5425
5426 "Documentation": {
5427 "Description": "Panel I2C setup failure",
5428 "Message": "Unable to open device path or ioctl failure",
5429 "Notes": [
5430 "The Panel is unable to open device",
5431 " path or ioctl failure"
5432 ]
5433 }
5434 },
5435
5436 {
5437 "Name": "com.ibm.Panel.Error.HostCommunicationError",
5438 "Subsystem": "cec_op_panel",
5439 "ComponentID": "0x5000",
5440
5441 "SRC": {
5442 "ReasonCode": "0x5003",
5443 "Words6To9": {}
5444 },
5445
Patrick Williams26919f02022-12-08 06:12:43 -06005446 "Callouts": [
5447 {
5448 "CalloutList": [
5449 {
5450 "Priority": "high",
5451 "Procedure": "bmc_code"
5452 }
5453 ]
5454 }
5455 ],
gikrish1c0cc7ec2022-02-24 12:40:51 -06005456
5457 "Documentation": {
5458 "Description": "Host Communication failure",
5459 "Message": "Error in sending message to host",
Patrick Williams26919f02022-12-08 06:12:43 -06005460 "Notes": ["Failure from PLDM sending message to", "Host"]
gikrish1c0cc7ec2022-02-24 12:40:51 -06005461 }
5462 },
5463
5464 {
5465 "Name": "com.ibm.Panel.Error.DbusError",
5466 "Subsystem": "cec_op_panel",
5467 "ComponentID": "0x5000",
5468
5469 "SRC": {
5470 "ReasonCode": "0x5004",
5471 "Words6To9": {}
5472 },
5473
Patrick Williams26919f02022-12-08 06:12:43 -06005474 "Callouts": [
5475 {
5476 "CalloutList": [
5477 {
5478 "Priority": "high",
5479 "Procedure": "bmc_code"
5480 }
5481 ]
5482 }
5483 ],
gikrish1c0cc7ec2022-02-24 12:40:51 -06005484
5485 "Documentation": {
5486 "Description": "Dbus exception",
5487 "Message": "A Dbus internal error occurred.",
5488 "Notes": [
5489 "This error occurs when Dbus operation fails.",
5490 "Exceptions details are captured in additional",
5491 "data."
5492 ]
5493 }
5494 },
5495
5496 {
Priyanga Ramasamy3aa27082022-08-24 06:34:38 -05005497 "Name": "com.ibm.Panel.Error.CodeUpdateFailure",
5498 "Subsystem": "cec_op_panel",
5499 "ComponentID": "0x5000",
5500
5501 "SRC": {
5502 "ReasonCode": "0x5005",
5503 "Words6To9": {}
5504 },
5505
5506 "Documentation": {
5507 "Description": "LCD/Bootfail PIC code update failure.",
5508 "Message": "Error while doing LCD/bootfail PIC code update.",
5509 "Notes": [
Priyanga Ramasamyfdd1dc02022-09-21 02:41:32 -05005510 "Panel firmware(LCD/bootfail PIC) update fails due to ",
5511 "unsupportable firmware version. Inventory path to the",
5512 "FRU on which PIC controller is physically present will",
5513 "be called out."
Priyanga Ramasamy3aa27082022-08-24 06:34:38 -05005514 ]
5515 }
5516 },
5517
5518 {
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005519 "Name": "org.open_power.Host.Boot.Error.WatchdogTimeout",
5520 "Subsystem": "cec_sp_hostboot_iface",
5521
Patrick Williams26919f02022-12-08 06:12:43 -06005522 "SRC": {
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005523 "ReasonCode": "0xC101",
Patrick Williams26919f02022-12-08 06:12:43 -06005524 "Words6To9": {}
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005525 },
5526
Patrick Williams26919f02022-12-08 06:12:43 -06005527 "Documentation": {
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005528 "Description": "Host did not respond within the watchdog timeout interval",
5529 "Message": "Host did not respond before the watchdog timeout interval expired",
5530 "Notes": [
5531 "Host did not respond before the expiry of the watchdog timeout interval.",
5532 "Collecting hostboot dump."
5533 ]
5534 }
zamiseckbf61a982022-01-13 08:27:50 -06005535 },
5536
5537 {
5538 "Name": "xyz.openbmc_project.Software.Version.Error.Incompatible",
5539 "Subsystem": "bmc_firmware",
5540 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005541 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005542 "ReasonCode": "0x3601",
Patrick Williams26919f02022-12-08 06:12:43 -06005543 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005544 },
5545
5546 "Callouts": [
5547 {
5548 "CalloutList": [
5549 { "Priority": "high", "Procedure": "bmc_code" }
5550 ]
5551 }
5552 ],
5553
Patrick Williams26919f02022-12-08 06:12:43 -06005554 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005555 "Description": "A system component has a software version that is incompatible.",
5556 "Message": "A system component has a software version that is incompatible."
5557 }
5558 },
5559
5560 {
5561 "Name": "xyz.openbmc_project.Software.Version.Error.AlreadyExists",
5562 "Subsystem": "bmc_firmware",
5563 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005564 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005565 "ReasonCode": "0x3602",
Patrick Williams26919f02022-12-08 06:12:43 -06005566 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005567 },
5568
5569 "Callouts": [
5570 {
5571 "CalloutList": [
5572 { "Priority": "high", "Procedure": "bmc_code" }
5573 ]
5574 }
5575 ],
5576
Patrick Williams26919f02022-12-08 06:12:43 -06005577 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005578 "Description": "This image version already exists on the device.",
5579 "Message": "This image version already exists on the device."
5580 }
5581 },
5582
5583 {
5584 "Name": "xyz.openbmc_project.Software.Image.Error.UnTarFailure",
5585 "Subsystem": "bmc_firmware",
5586 "ComponentID": "0x3600",
Adriana Kobylak7ef3b9e2023-01-04 13:20:36 -06005587 "ActionFlags": ["report"],
Patrick Williams26919f02022-12-08 06:12:43 -06005588 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005589 "ReasonCode": "0x3603",
Patrick Williams26919f02022-12-08 06:12:43 -06005590 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005591 },
5592
5593 "Callouts": [
5594 {
5595 "CalloutList": [
5596 { "Priority": "high", "Procedure": "bmc_code" }
5597 ]
5598 }
5599 ],
5600
Patrick Williams26919f02022-12-08 06:12:43 -06005601 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005602 "Description": "An error occurred during untar.",
5603 "Message": "An error occurred during untar."
5604 }
5605 },
5606
5607 {
5608 "Name": "xyz.openbmc_project.Software.Image.Error.ManifestFileFailure",
5609 "Subsystem": "bmc_firmware",
5610 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005611 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005612 "ReasonCode": "0x3604",
Patrick Williams26919f02022-12-08 06:12:43 -06005613 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005614 },
5615
5616 "Callouts": [
5617 {
5618 "CalloutList": [
5619 { "Priority": "high", "Procedure": "bmc_code" }
5620 ]
5621 }
5622 ],
5623
Patrick Williams26919f02022-12-08 06:12:43 -06005624 "Documentation": {
zamiseck21de9f02022-03-23 13:41:31 -05005625 "Description": "An error occurred when reading the software image Manifest file.",
5626 "Message": "An error occurred when reading the software image Manifest file."
zamiseckbf61a982022-01-13 08:27:50 -06005627 }
5628 },
5629
5630 {
5631 "Name": "xyz.openbmc_project.Software.Image.Error.InternalFailure",
5632 "Subsystem": "bmc_firmware",
5633 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005634 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005635 "ReasonCode": "0x3605",
Patrick Williams26919f02022-12-08 06:12:43 -06005636 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005637 },
5638
5639 "Callouts": [
5640 {
5641 "CalloutList": [
5642 { "Priority": "high", "Procedure": "bmc_code" }
5643 ]
5644 }
5645 ],
5646
Patrick Williams26919f02022-12-08 06:12:43 -06005647 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005648 "Description": "The operation failed internally during processing the image.",
5649 "Message": "The operation failed internally during processing the image."
5650 }
5651 },
5652
5653 {
5654 "Name": "xyz.openbmc_project.Software.Image.Error.ImageFailure",
5655 "Subsystem": "bmc_firmware",
5656 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005657 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005658 "ReasonCode": "0x3606",
Patrick Williams26919f02022-12-08 06:12:43 -06005659 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005660 },
5661
5662 "Callouts": [
5663 {
5664 "CalloutList": [
5665 { "Priority": "high", "Procedure": "bmc_code" }
5666 ]
5667 }
5668 ],
5669
Patrick Williams26919f02022-12-08 06:12:43 -06005670 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005671 "Description": "An error occurred processing the image.",
5672 "Message": "An error occurred processing the image."
5673 }
5674 },
5675
5676 {
5677 "Name": "xyz.openbmc_project.Software.Image.Error.BusyFailure",
5678 "Subsystem": "bmc_firmware",
5679 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005680 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005681 "ReasonCode": "0x3607",
Patrick Williams26919f02022-12-08 06:12:43 -06005682 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005683 },
5684
5685 "Callouts": [
5686 {
5687 "CalloutList": [
5688 { "Priority": "high", "Procedure": "bmc_code" }
5689 ]
5690 }
5691 ],
5692
Patrick Williams26919f02022-12-08 06:12:43 -06005693 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005694 "Description": "The device is busy during the update.",
5695 "Message": "The device is busy during the update."
5696 }
zamiseck21de9f02022-03-23 13:41:31 -05005697 },
5698
5699 {
5700 "Name": "xyz.openbmc_project.Software.Version.Error.ExpiredAccessKey",
5701 "Subsystem": "bmc_firmware",
5702 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005703 "SRC": {
zamiseck21de9f02022-03-23 13:41:31 -05005704 "ReasonCode": "0x3608",
Patrick Williams26919f02022-12-08 06:12:43 -06005705 "Words6To9": {}
zamiseck21de9f02022-03-23 13:41:31 -05005706 },
5707
5708 "Callouts": [
5709 {
5710 "CalloutList": [
5711 { "Priority": "high", "Procedure": "bmc_code" }
5712 ]
5713 }
5714 ],
5715
Patrick Williams26919f02022-12-08 06:12:43 -06005716 "Documentation": {
zamiseck21de9f02022-03-23 13:41:31 -05005717 "Description": "The Update Access Key has expired.",
5718 "Message": "The Update Access Key has expired."
5719 }
5720 },
5721
5722 {
5723 "Name": "xyz.openbmc_project.Software.Version.Error.InvalidSignature",
5724 "Subsystem": "bmc_firmware",
5725 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005726 "SRC": {
zamiseck21de9f02022-03-23 13:41:31 -05005727 "ReasonCode": "0x3609",
Patrick Williams26919f02022-12-08 06:12:43 -06005728 "Words6To9": {}
zamiseck21de9f02022-03-23 13:41:31 -05005729 },
5730
5731 "Callouts": [
5732 {
5733 "CalloutList": [
5734 { "Priority": "high", "Procedure": "bmc_code" }
5735 ]
5736 }
5737 ],
5738
Patrick Williams26919f02022-12-08 06:12:43 -06005739 "Documentation": {
zamiseck21de9f02022-03-23 13:41:31 -05005740 "Description": "The software image has an invalid signature.",
5741 "Message": "The software image has an invalid signature"
5742 }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005743 },
zamiseck0ad7a822022-05-24 17:25:58 -05005744
5745 {
Patrick Williams26919f02022-12-08 06:12:43 -06005746 "Name": "xyz.openbmc_project.Software.Version.Error.HostFile",
5747 "Subsystem": "bmc_firmware",
5748 "ComponentID": "0x3600",
zamiseck0ad7a822022-05-24 17:25:58 -05005749
Patrick Williams26919f02022-12-08 06:12:43 -06005750 "SRC": {
5751 "ReasonCode": "0x360A",
5752 "Words6To9": {
5753 "6": {
5754 "Description": "Size of the current running partition",
5755 "AdditionalDataPropSource": "CURRENT_FILE_SIZE"
zamiseck0ad7a822022-05-24 17:25:58 -05005756 },
Patrick Williams26919f02022-12-08 06:12:43 -06005757 "7": {
5758 "Description": "Size of the read only partition",
5759 "AdditionalDataPropSource": "EXPECTED_FILE_SIZE"
zamiseck0ad7a822022-05-24 17:25:58 -05005760 }
5761 }
5762 },
5763 "Callouts": [
5764 {
5765 "CalloutList": [
5766 { "Priority": "high", "Procedure": "bmc_code" }
5767 ]
5768 }
5769 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005770 "Documentation": {
5771 "Description": "Corrupted or changed preserved file",
5772 "Message": "Partition was not preserved on reboot",
5773 "Notes": [
zamiseck0ad7a822022-05-24 17:25:58 -05005774 "This error may occur if one of the partitions marked",
5775 "PRESERVED is either corrupted, or a change of size is ",
5776 "desired for a particular partition."
5777 ]
5778 }
5779 },
5780
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005781 {
5782 "Name": "xyz.openbmc_project.PLDM.Error.findDumpObjPath.GetManagedObjectsFail",
5783 "Subsystem": "bmc_firmware",
5784 "ComponentID": "0x6000",
5785 "Severity": "predictive",
Patrick Williams26919f02022-12-08 06:12:43 -06005786 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005787 "ReasonCode": "0x6001",
Patrick Williams26919f02022-12-08 06:12:43 -06005788 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005789 },
5790 "Callouts": [
5791 {
5792 "CalloutList": [
5793 { "Priority": "high", "Procedure": "bmc_code" }
5794 ]
5795 }
5796 ],
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005797
Patrick Williams26919f02022-12-08 06:12:43 -06005798 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005799 "Description": "Failed to get the requested dump object path.",
5800 "Message": "Failed to get the requested dump object path from the system."
5801 }
5802 },
5803 {
5804 "Name": "xyz.openbmc_project.PLDM.Error.newFileAvailable.NewDumpNotifyFail",
5805 "Subsystem": "bmc_firmware",
5806 "ComponentID": "0x6000",
5807 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005808 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005809 "ReasonCode": "0x6002",
Patrick Williams26919f02022-12-08 06:12:43 -06005810 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005811 },
5812 "Callouts": [
5813 {
5814 "CalloutList": [
5815 { "Priority": "high", "Procedure": "bmc_code" }
5816 ]
5817 }
5818 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005819 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005820 "Description": "Failed to make a new dump notify request to the dump manager application.",
5821 "Message": "Failed to make a new dump notify request to the dump manager application."
5822 }
5823 },
5824 {
5825 "Name": "xyz.openbmc_project.PLDM.Error.DumpHandler.getOffloadUriFail",
5826 "Subsystem": "bmc_firmware",
5827 "ComponentID": "0x6000",
5828 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005829 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005830 "ReasonCode": "0x6003",
Patrick Williams26919f02022-12-08 06:12:43 -06005831 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005832 },
5833 "Callouts": [
5834 {
5835 "CalloutList": [
5836 { "Priority": "high", "Procedure": "bmc_code" }
5837 ]
5838 }
5839 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005840 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005841 "Description": "Failed to get the dump offload URI path from the dump entry.",
5842 "Message": "Failed to get the dump offload URI path from the dump entry."
5843 }
5844 },
5845 {
5846 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.ResourceDumpFileAckFail",
5847 "Subsystem": "bmc_firmware",
5848 "ComponentID": "0x6000",
5849 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -06005850 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005851 "ReasonCode": "0x6004",
Patrick Williams26919f02022-12-08 06:12:43 -06005852 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005853 },
5854 "Callouts": [
5855 {
5856 "CalloutList": [
5857 { "Priority": "medium", "Procedure": "bmc_code" }
5858 ]
5859 }
5860 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005861 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005862 "Description": "The hypervisor rejected the request to initiate a new resource dump.",
5863 "Message": "The hypervisor rejected the request to initiate a new resource dump."
5864 }
5865 },
5866 {
5867 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.SourceDumpIdResetFail",
5868 "Subsystem": "bmc_firmware",
5869 "ComponentID": "0x6000",
5870 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005871 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005872 "ReasonCode": "0x6005",
Patrick Williams26919f02022-12-08 06:12:43 -06005873 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005874 },
5875 "Callouts": [
5876 {
5877 "CalloutList": [
5878 { "Priority": "high", "Procedure": "bmc_code" }
5879 ]
5880 }
5881 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005882 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005883 "Description": "Failed to reset the dump ID, due to this requested dump will not be deleted.",
5884 "Message": "Failed to reset the dump ID, due to this requested dump will not be deleted."
5885 }
5886 },
5887 {
5888 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryDeleteFail",
5889 "Subsystem": "bmc_firmware",
5890 "ComponentID": "0x6000",
5891 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005892 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005893 "ReasonCode": "0x6006",
Patrick Williams26919f02022-12-08 06:12:43 -06005894 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005895 },
5896 "Callouts": [
5897 {
5898 "CalloutList": [
5899 { "Priority": "high", "Procedure": "bmc_code" }
5900 ]
5901 }
5902 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005903 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005904 "Description": "Failed to carry out the dump delete request from the hypervisor.",
5905 "Message": "Failed to carry out the dump delete request from the hypervisor."
5906 }
5907 },
5908 {
5909 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryOffloadedSetFail",
5910 "Subsystem": "bmc_firmware",
5911 "ComponentID": "0x6000",
5912 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005913 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005914 "ReasonCode": "0x6007",
Patrick Williams26919f02022-12-08 06:12:43 -06005915 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005916 },
5917 "Callouts": [
5918 {
5919 "CalloutList": [
5920 { "Priority": "high", "Procedure": "bmc_code" }
5921 ]
5922 }
5923 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005924 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005925 "Description": "Failed to set the dump offloaded completion flag in the dump entry.",
5926 "Message": "Failed to set the dump offloaded completion flag in the dump entry."
5927 }
5928 },
5929 {
5930 "Name": "xyz.openbmc_project.PLDM.Error.readIntoMemory.GetFilepathFail",
5931 "Subsystem": "bmc_firmware",
5932 "ComponentID": "0x6000",
5933 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005934 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005935 "ReasonCode": "0x6008",
Patrick Williams26919f02022-12-08 06:12:43 -06005936 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005937 },
5938 "Callouts": [
5939 {
5940 "CalloutList": [
5941 { "Priority": "high", "Procedure": "bmc_code" }
5942 ]
5943 }
5944 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005945 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005946 "Description": "Failed to get the file path for the BMC dump and offload to the hypervisor.",
5947 "Message": "Failed to get the file path for the BMC dump and offload to the hypervisor."
5948 }
5949 },
5950 {
5951 "Name": "xyz.openbmc_project.PLDM.Error.read.GetFilepathFail",
5952 "Subsystem": "bmc_firmware",
5953 "ComponentID": "0x6000",
5954 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005955 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005956 "ReasonCode": "0x6009",
Patrick Williams26919f02022-12-08 06:12:43 -06005957 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005958 },
5959 "Callouts": [
5960 {
5961 "CalloutList": [
5962 { "Priority": "high", "Procedure": "bmc_code" }
5963 ]
5964 }
5965 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005966 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005967 "Description": "Failed to get the file path for the BMC dump and offload to the hypervisor.",
5968 "Message": "Failed to get the file path for the BMC dump and offload to the hypervisor."
5969 }
5970 },
5971 {
5972 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.ResourceDumpFileAckWithMetaDataFail",
5973 "Subsystem": "bmc_firmware",
5974 "ComponentID": "0x6000",
5975 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -06005976 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005977 "ReasonCode": "0x6010",
Patrick Williams26919f02022-12-08 06:12:43 -06005978 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005979 },
5980 "Callouts": [
5981 {
5982 "CalloutList": [
5983 { "Priority": "medium", "Procedure": "bmc_code" }
5984 ]
5985 }
5986 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005987 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005988 "Description": "Could not create a new resource dump due to hypervisor verification failed.",
5989 "Message": "Could not create a new resource dump due to hypervisor verification failed."
5990 }
5991 },
5992 {
5993 "Name": "xyz.openbmc_project.PLDM.Error.fileAckWithMetaData.DumpEntryOffloadedSetFail",
5994 "Subsystem": "bmc_firmware",
5995 "ComponentID": "0x6000",
5996 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005997 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005998 "ReasonCode": "0x6011",
Patrick Williams26919f02022-12-08 06:12:43 -06005999 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006000 },
6001 "Callouts": [
6002 {
6003 "CalloutList": [
6004 { "Priority": "high", "Procedure": "bmc_code" }
6005 ]
6006 }
6007 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006008 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006009 "Description": "Failed to set the dump offload completion flag in the dump entry details.",
6010 "Message": "Failed to set the dump offload completion flag in the dump entry details."
6011 }
6012 },
6013 {
6014 "Name": "xyz.openbmc_project.PLDM.Error.newFileAvailableWithMetaData.NewDumpNotifyFail",
6015 "Subsystem": "bmc_firmware",
6016 "ComponentID": "0x6000",
6017 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006018 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006019 "ReasonCode": "0x6012",
Patrick Williams26919f02022-12-08 06:12:43 -06006020 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006021 },
6022 "Callouts": [
6023 {
6024 "CalloutList": [
6025 { "Priority": "high", "Procedure": "bmc_code" }
6026 ]
6027 }
6028 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006029 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006030 "Description": "Failed to notify a new dump available request.",
6031 "Message": "Failed to notify a new dump available request."
6032 }
6033 },
6034 {
6035 "Name": "xyz.openbmc_project.PLDM.Error.sendNewFileAvailableCmd.SendDumpParametersFail",
6036 "Subsystem": "bmc_firmware",
6037 "ComponentID": "0x6000",
6038 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006039 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006040 "ReasonCode": "0x6013",
Patrick Williams26919f02022-12-08 06:12:43 -06006041 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006042 },
6043 "Callouts": [
6044 {
6045 "CalloutList": [
6046 { "Priority": "high", "Procedure": "bmc_code" }
6047 ]
6048 }
6049 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006050 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006051 "Description": "Failed to send the resource dump parameters for a new dump initiation.",
6052 "Message": "Failed to send the resource dump parameters for a new dump initiation."
6053 }
6054 },
6055 {
6056 "Name": "xyz.openbmc_project.PLDM.Error.SendFileToHostFail",
6057 "Subsystem": "bmc_firmware",
6058 "ComponentID": "0x6000",
6059 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006060 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006061 "ReasonCode": "0x6014",
Patrick Williams26919f02022-12-08 06:12:43 -06006062 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006063 },
6064 "Callouts": [
6065 {
6066 "CalloutList": [
6067 { "Priority": "high", "Procedure": "bmc_code" }
6068 ]
6069 }
6070 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006071 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006072 "Description": "Failed to send the certificate/license file to the host.",
6073 "Message": "Failed to send the certificate/license file to the host."
6074 }
6075 },
6076 {
6077 "Name": "xyz.openbmc_project.PLDM.Error.DecodeNewFileResponseFail",
6078 "Subsystem": "bmc_firmware",
6079 "ComponentID": "0x6000",
6080 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006081 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006082 "ReasonCode": "0x6015",
Patrick Williams26919f02022-12-08 06:12:43 -06006083 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006084 },
6085 "Callouts": [
6086 {
6087 "CalloutList": [
6088 { "Priority": "high", "Procedure": "bmc_code" }
6089 ]
6090 }
6091 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006092 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006093 "Description": "Failed to decode the response of certificate/license file sent to the host.",
6094 "Message": "Failed to decode the response of certificate/license file sent to the host."
6095 }
6096 },
6097 {
6098 "Name": "xyz.openbmc_project.PLDM.Error.NewFileAvailableRequestFail",
6099 "Subsystem": "bmc_firmware",
6100 "ComponentID": "0x6000",
6101 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006102 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006103 "ReasonCode": "0x6016",
Patrick Williams26919f02022-12-08 06:12:43 -06006104 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006105 },
6106 "Callouts": [
6107 {
6108 "CalloutList": [
6109 { "Priority": "high", "Procedure": "bmc_code" }
6110 ]
6111 }
6112 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006113 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006114 "Description": "Failed to send the new certificate/license file to the host.",
6115 "Message": "Failed to send the new certificate/license file to the host."
6116 }
6117 },
6118 {
6119 "Name": "xyz.openbmc_project.PLDM.Error.SetHostEffecterFailed",
6120 "Subsystem": "bmc_firmware",
6121 "ComponentID": "0x6000",
6122 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006123 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006124 "ReasonCode": "0x6017",
Patrick Williams26919f02022-12-08 06:12:43 -06006125 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006126 },
6127
6128 "Callouts": [
6129 {
6130 "CalloutList": [
6131 { "Priority": "high", "Procedure": "bmc_code" }
6132 ]
6133 }
6134 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006135 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006136 "Description": "Failed to set state effecter states.",
6137 "Message": "Failed to set state effecter states."
6138 }
6139 },
6140 {
6141 "Name": "xyz.openbmc_project.PLDM.Error.Generate.PDRJsonFileParseFail",
6142 "Subsystem": "bmc_firmware",
6143 "ComponentID": "0x6000",
6144 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006145 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006146 "ReasonCode": "0x6018",
Patrick Williams26919f02022-12-08 06:12:43 -06006147 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006148 },
6149 "Callouts": [
6150 {
6151 "CalloutList": [
6152 { "Priority": "high", "Procedure": "bmc_code" }
6153 ]
6154 }
6155 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006156 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006157 "Description": "Failed to parse PDR JSON file.",
6158 "Message": "Failed to parse PDR JSON file."
6159 }
6160 },
6161 {
6162 "Name": "xyz.openbmc_project.PLDM.Error.SetHostSensorState.GetStateSensorPDRFail",
6163 "Subsystem": "bmc_firmware",
6164 "ComponentID": "0x6000",
6165 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006166 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006167 "ReasonCode": "0x6019",
Patrick Williams26919f02022-12-08 06:12:43 -06006168 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006169 },
6170 "Callouts": [
6171 {
6172 "CalloutList": [
6173 { "Priority": "high", "Procedure": "bmc_code" }
6174 ]
6175 }
6176 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006177 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006178 "Description": "Failed to get state sensor PDR state.",
6179 "Message": "Failed to get state sensor PDR state."
6180 }
6181 },
6182 {
6183 "Name": "xyz.openbmc_project.PLDM.Error.SetHostSensorState.EncodeStateSensorFail",
6184 "Subsystem": "bmc_firmware",
6185 "ComponentID": "0x6000",
6186 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006187 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006188 "ReasonCode": "0x6020",
Patrick Williams26919f02022-12-08 06:12:43 -06006189 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006190 },
6191 "Callouts": [
6192 {
6193 "CalloutList": [
6194 { "Priority": "high", "Procedure": "bmc_code" }
6195 ]
6196 }
6197 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006198 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006199 "Description": "Failed to encode state sensor request.",
6200 "Message": "Failed to encode state sensor request."
6201 }
6202 },
6203 {
6204 "Name": "xyz.openbmc_project.PLDM.Error.CMsubscribeFailure",
6205 "Subsystem": "bmc_firmware",
6206 "ComponentID": "0x6000",
6207 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006208 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006209 "ReasonCode": "0x6021",
Patrick Williams26919f02022-12-08 06:12:43 -06006210 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006211 },
6212 "Callouts": [
6213 {
6214 "CalloutList": [
6215 { "Priority": "high", "Procedure": "bmc_code" }
6216 ]
6217 }
6218 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006219 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006220 "Description": "Failed to subscribe for concurrent maintenance of FRU.",
6221 "Message": "Failed to subscribe for concurrent maintenance of FRU."
6222 }
6223 },
6224 {
6225 "Name": "xyz.openbmc_project.PLDM.Error.setSurvTimer.RecvSurveillancePingFail",
6226 "Subsystem": "bmc_firmware",
6227 "ComponentID": "0x6000",
6228 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -06006229 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006230 "ReasonCode": "0x6022",
Patrick Williams26919f02022-12-08 06:12:43 -06006231 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006232 },
6233 "Callouts": [
6234 {
6235 "CalloutList": [
6236 { "Priority": "high", "Procedure": "bmc_code" }
6237 ]
6238 }
6239 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006240 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006241 "Description": "Host did not send a surveillance ping within stipulated timeout interval.",
6242 "Message": "Host did not send a surveillance ping within stipulated timeout interval."
6243 }
6244 },
6245 {
6246 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryOffloadUriSetFail",
6247 "Subsystem": "bmc_firmware",
6248 "ComponentID": "0x6000",
6249 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006250 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006251 "ReasonCode": "0x6023",
Patrick Williams26919f02022-12-08 06:12:43 -06006252 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006253 },
6254 "Callouts": [
6255 {
6256 "CalloutList": [
6257 { "Priority": "high", "Procedure": "bmc_code" }
6258 ]
6259 }
6260 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006261 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006262 "Description": "Failed to reset the dump offload URI path from the dump entry.",
6263 "Message": "Failed to reset the dump offload URI path from the dump entry."
6264 }
6265 },
6266 {
6267 "Name": "xyz.openbmc_project.PLDM.Error.SoftPowerOff.HostSoftOffTimeOut",
6268 "Subsystem": "bmc_firmware",
6269 "ComponentID": "0x6000",
6270 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006271 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006272 "ReasonCode": "0x6024",
Patrick Williams26919f02022-12-08 06:12:43 -06006273 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006274 },
6275 "Callouts": [
6276 {
6277 "CalloutList": [
6278 { "Priority": "high", "Procedure": "bmc_code" }
6279 ]
6280 }
6281 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006282 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006283 "Description": "Host failed to complete the power off gracefully within the timeout.",
6284 "Message": "Host failed to complete the power off gracefully within the timeout."
6285 }
Swarnendu Roy Chowdhury86cdcd52023-01-17 11:17:12 +05306286 },
6287 {
6288 "Name": "xyz.openbmc_project.Dump.Error.Invalidate",
6289 "Subsystem": "bmc_firmware",
6290 "ComponentID": "0x6000",
6291 "SRC": {
6292 "ReasonCode": "0x6025",
6293 "Words6To9": {}
6294 },
6295 "Documentation": {
6296 "Description": "Dump has been deleted/offloaded",
6297 "Message": "BMC/System/Resource dump has been deleted/offloaded"
6298 }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006299 }
Matt Spinler44792fd2019-09-26 15:58:58 -05006300 ]
6301}