blob: c2b3e9134b33c4dae545875c79aaca94fbe79c9c [file] [log] [blame]
Matt Spinler44792fd2019-09-26 15:58:58 -05001{
Patrick Williams26919f02022-12-08 06:12:43 -06002 "PELs": [
Matt Spinler3fd08d62019-10-22 14:25:33 -05003 {
4 "Name": "xyz.openbmc_project.Common.Error.Timeout",
5 "Subsystem": "bmc_firmware",
Matt Spinler216999f2022-01-12 11:22:40 -06006 "Severity": "non_error",
Matt Spinler44792fd2019-09-26 15:58:58 -05007
Patrick Williams26919f02022-12-08 06:12:43 -06008 "SRC": {
Matt Spinler3fd08d62019-10-22 14:25:33 -05009 "ReasonCode": "0x1001",
Patrick Williams26919f02022-12-08 06:12:43 -060010 "Words6To9": {
11 "6": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050012 "Description": "Timeout in ms",
13 "AdditionalDataPropSource": "TIMEOUT_IN_MSEC"
14 }
15 }
16 },
17
Patrick Williams26919f02022-12-08 06:12:43 -060018 "Documentation": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050019 "Description": "This is a generic timeout error",
20 "Message": "An operation timed out",
Patrick Williams26919f02022-12-08 06:12:43 -060021 "Notes": ["The journal should contain more information"]
Matt Spinler3fd08d62019-10-22 14:25:33 -050022 }
23 },
24
25 {
26 "Name": "xyz.openbmc_project.Common.Error.InternalFailure",
27 "Subsystem": "bmc_firmware",
Matt Spinler216999f2022-01-12 11:22:40 -060028 "Severity": "non_error",
Matt Spinler3fd08d62019-10-22 14:25:33 -050029
Patrick Williams26919f02022-12-08 06:12:43 -060030 "SRC": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050031 "ReasonCode": "0x1002",
Patrick Williams26919f02022-12-08 06:12:43 -060032 "Words6To9": {}
Matt Spinler3fd08d62019-10-22 14:25:33 -050033 },
34
Patrick Williams26919f02022-12-08 06:12:43 -060035 "Documentation": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050036 "Description": "BMC code had a generic internal failure",
37 "Message": "An application had an internal failure",
Patrick Williams26919f02022-12-08 06:12:43 -060038 "Notes": ["The journal should contain more information"]
Matt Spinler288f4322023-01-05 12:54:22 -060039 },
40
41 "JournalCapture": {
42 "NumLines": 30
Matt Spinler3fd08d62019-10-22 14:25:33 -050043 }
44 },
45
46 {
47 "Name": "xyz.openbmc_project.Common.Error.InvalidArgument",
48 "Subsystem": "user_error",
Matt Spinler216999f2022-01-12 11:22:40 -060049 "Severity": "non_error",
Matt Spinler3fd08d62019-10-22 14:25:33 -050050
Patrick Williams26919f02022-12-08 06:12:43 -060051 "SRC": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050052 "ReasonCode": "0x1003",
Patrick Williams26919f02022-12-08 06:12:43 -060053 "Words6To9": {}
Matt Spinler3fd08d62019-10-22 14:25:33 -050054 },
55
Patrick Williams26919f02022-12-08 06:12:43 -060056 "Documentation": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050057 "Description": "BMC code was given an invalid argument",
58 "Message": "Code was given an invalid argument",
Patrick Williams26919f02022-12-08 06:12:43 -060059 "Notes": ["The journal should contain more information"]
Matt Spinler3fd08d62019-10-22 14:25:33 -050060 }
61 },
62 {
63 "Name": "xyz.openbmc_project.Common.Error.InsufficientPermission",
64 "Subsystem": "user_error",
Matt Spinler216999f2022-01-12 11:22:40 -060065 "Severity": "non_error",
Matt Spinler3fd08d62019-10-22 14:25:33 -050066
Patrick Williams26919f02022-12-08 06:12:43 -060067 "SRC": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050068 "ReasonCode": "0x1004",
Patrick Williams26919f02022-12-08 06:12:43 -060069 "Words6To9": {}
Matt Spinler3fd08d62019-10-22 14:25:33 -050070 },
71
Patrick Williams26919f02022-12-08 06:12:43 -060072 "Documentation": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050073 "Description": "An operation failed due to insufficient permission",
74 "Message": "An operation failed due to unsufficient permission",
Patrick Williams26919f02022-12-08 06:12:43 -060075 "Notes": ["The journal should contain more information"]
Matt Spinler3fd08d62019-10-22 14:25:33 -050076 }
77 },
78
79 {
80 "Name": "xyz.openbmc_project.Common.Error.NotAllowed",
81 "Subsystem": "user_error",
Matt Spinler216999f2022-01-12 11:22:40 -060082 "Severity": "non_error",
Matt Spinler3fd08d62019-10-22 14:25:33 -050083
Patrick Williams26919f02022-12-08 06:12:43 -060084 "SRC": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050085 "ReasonCode": "0x1005",
Patrick Williams26919f02022-12-08 06:12:43 -060086 "Words6To9": {}
Matt Spinler3fd08d62019-10-22 14:25:33 -050087 },
88
Patrick Williams26919f02022-12-08 06:12:43 -060089 "Documentation": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050090 "Description": "An operation failed because it isn't allowed",
Matt Spinler26958762020-08-27 13:21:23 -050091 "Message": "An operation failed because it isn't allowed",
Patrick Williams26919f02022-12-08 06:12:43 -060092 "Notes": ["The journal should contain more information"]
Matt Spinler3fd08d62019-10-22 14:25:33 -050093 }
94 },
95
96 {
97 "Name": "xyz.openbmc_project.Common.Error.NoCACertificate",
98 "Subsystem": "user_error",
Matt Spinler216999f2022-01-12 11:22:40 -060099 "Severity": "non_error",
Matt Spinler3fd08d62019-10-22 14:25:33 -0500100
Patrick Williams26919f02022-12-08 06:12:43 -0600101 "SRC": {
Matt Spinler3fd08d62019-10-22 14:25:33 -0500102 "ReasonCode": "0x1006",
Patrick Williams26919f02022-12-08 06:12:43 -0600103 "Words6To9": {}
Matt Spinler3fd08d62019-10-22 14:25:33 -0500104 },
105
Patrick Williams26919f02022-12-08 06:12:43 -0600106 "Documentation": {
Matt Spinler3fd08d62019-10-22 14:25:33 -0500107 "Description": "The server's CA certificate has not been provided",
108 "Message": "The server's CA certificate has not been provided"
109 }
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600110 },
111
112 {
Matt Spinleraf036b12020-06-25 10:53:52 -0500113 "Name": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure",
Matt Spinlerf24746c2022-01-31 10:40:13 -0600114 "Subsystem": "cec_i2c",
Matt Spinleraf036b12020-06-25 10:53:52 -0500115
Patrick Williams26919f02022-12-08 06:12:43 -0600116 "SRC": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500117 "ReasonCode": "0x1007",
Patrick Williams26919f02022-12-08 06:12:43 -0600118 "Words6To9": {
119 "6": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500120 "Description": "errno of the failure",
121 "AdditionalDataPropSource": "CALLOUT_ERRNO"
122 }
123 }
124 },
125
Patrick Williams26919f02022-12-08 06:12:43 -0600126 "Documentation": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500127 "Description": "Sensor device read failure",
128 "Message": "There was a failure when reading a sensor device",
129 "Notes": [
130 "The severity is set by the creator.",
131 "The action flags are set automatically by the code.",
132 "Callouts added based on CALLOUT_DEVICE_PATH."
133 ]
Matt Spinler288f4322023-01-05 12:54:22 -0600134 },
135
136 "JournalCapture": {
137 "NumLines": 30
Matt Spinleraf036b12020-06-25 10:53:52 -0500138 }
139 },
140
141 {
142 "Name": "xyz.openbmc_project.Common.Device.Error.ReadFailure",
Matt Spinlerf24746c2022-01-31 10:40:13 -0600143 "Subsystem": "cec_i2c",
Matt Spinleraf036b12020-06-25 10:53:52 -0500144
Patrick Williams26919f02022-12-08 06:12:43 -0600145 "SRC": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500146 "ReasonCode": "0x1008",
Patrick Williams26919f02022-12-08 06:12:43 -0600147 "Words6To9": {
148 "6": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500149 "Description": "errno of the failure",
150 "AdditionalDataPropSource": "CALLOUT_ERRNO"
151 }
152 }
153 },
154
Patrick Williams26919f02022-12-08 06:12:43 -0600155 "Documentation": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500156 "Description": "Device read failure",
157 "Message": "There was a failure when reading a hardware device",
158 "Notes": [
159 "The severity is set by the creator.",
160 "The action flags are set automatically by the code.",
161 "Callouts added based on CALLOUT_DEVICE_PATH."
162 ]
Matt Spinler288f4322023-01-05 12:54:22 -0600163 },
164
165 "JournalCapture": {
166 "NumLines": 30
Matt Spinleraf036b12020-06-25 10:53:52 -0500167 }
168 },
169
170 {
171 "Name": "xyz.openbmc_project.Control.Device.Error.WriteFailure",
Matt Spinlerf24746c2022-01-31 10:40:13 -0600172 "Subsystem": "cec_i2c",
Matt Spinleraf036b12020-06-25 10:53:52 -0500173
Patrick Williams26919f02022-12-08 06:12:43 -0600174 "SRC": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500175 "ReasonCode": "0x1009",
Patrick Williams26919f02022-12-08 06:12:43 -0600176 "Words6To9": {
177 "6": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500178 "Description": "errno of the failure",
179 "AdditionalDataPropSource": "CALLOUT_ERRNO"
180 }
181 }
182 },
183
Patrick Williams26919f02022-12-08 06:12:43 -0600184 "Documentation": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500185 "Description": "Device write failure",
186 "Message": "There was a failure when writing to a hardware device",
187 "Notes": [
188 "The severity is set by the creator.",
189 "The action flags are set automatically by the code.",
190 "Callouts added based on CALLOUT_DEVICE_PATH"
191 ]
Matt Spinler288f4322023-01-05 12:54:22 -0600192 },
193
194 "JournalCapture": {
195 "NumLines": 30
Matt Spinleraf036b12020-06-25 10:53:52 -0500196 }
197 },
198
199 {
200 "Name": "xyz.openbmc_project.Common.Device.Error.WriteFailure",
Matt Spinlerf24746c2022-01-31 10:40:13 -0600201 "Subsystem": "cec_i2c",
Matt Spinleraf036b12020-06-25 10:53:52 -0500202
Patrick Williams26919f02022-12-08 06:12:43 -0600203 "SRC": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500204 "ReasonCode": "0x100A",
Patrick Williams26919f02022-12-08 06:12:43 -0600205 "Words6To9": {
206 "6": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500207 "Description": "errno of the failure",
208 "AdditionalDataPropSource": "CALLOUT_ERRNO"
209 }
210 }
211 },
212
Patrick Williams26919f02022-12-08 06:12:43 -0600213 "Documentation": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500214 "Description": "Device write failure",
215 "Message": "There was a failure when writing to a hardware device",
216 "Notes": [
217 "The severity is set by the creator.",
218 "The action flags are set automatically by the code.",
219 "Callouts added based on CALLOUT_DEVICE_PATH"
220 ]
Matt Spinler288f4322023-01-05 12:54:22 -0600221 },
222
223 "JournalCapture": {
224 "NumLines": 30
Matt Spinleraf036b12020-06-25 10:53:52 -0500225 }
226 },
Jayanth Othayothbd0a7522021-05-03 02:05:36 -0500227
Matt Spinleraf036b12020-06-25 10:53:52 -0500228 {
Chirag Sharma11cf0322022-04-20 08:48:52 -0500229 "Name": "xyz.openbmc_project.Common.File.Error.Write",
230 "Subsystem": "bmc_firmware",
231 "ComponentID": "0x1000",
Patrick Williams26919f02022-12-08 06:12:43 -0600232 "SRC": {
Chirag Sharma11cf0322022-04-20 08:48:52 -0500233 "ReasonCode": "0x100B",
Patrick Williams26919f02022-12-08 06:12:43 -0600234 "Words6To9": {}
Chirag Sharma11cf0322022-04-20 08:48:52 -0500235 },
236
237 "Callouts": [
238 {
239 "CalloutList": [
240 { "Priority": "high", "Procedure": "bmc_code" }
241 ]
242 }
243 ],
244
Patrick Williams26919f02022-12-08 06:12:43 -0600245 "Documentation": {
Chirag Sharma11cf0322022-04-20 08:48:52 -0500246 "Description": "Failed to write to a file",
247 "Message": "Failed to write to a file",
248 "Notes": [
249 "The severity is set by the creator.",
250 "The journal should contain more information"
251 ]
252 }
253 },
254
255 {
Jayanth Othayoth15006772023-03-29 03:34:40 -0500256 "Name": "xyz.openbmc_project.Certs.Error.InvalidCertificate",
257 "Subsystem": "user_error",
258 "Severity": "predictive",
259
260 "SRC": {
261 "ReasonCode": "0x100C",
262 "Words6To9": {}
263 },
264
265 "Callouts": [
266 {
267 "CalloutList": [
268 {
269 "Priority": "high",
270 "Procedure": "next_level_support"
271 }
272 ]
273 }
274 ],
275
276 "Documentation": {
277 "Description": "Certificate verification failed",
278 "Message": "Certificate verification failed"
279 }
280 },
281
282 {
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600283 "Name": "org.open_power.Logging.Error.SentBadPELToHost",
284 "Subsystem": "bmc_firmware",
285 "Severity": "non_error",
286
Patrick Williams26919f02022-12-08 06:12:43 -0600287 "SRC": {
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600288 "ReasonCode": "0x2001",
Patrick Williams26919f02022-12-08 06:12:43 -0600289 "Words6To9": {
290 "6": {
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600291 "Description": "The bad PEL ID",
292 "AdditionalDataPropSource": "BAD_ID"
293 }
294 }
295 },
296
Patrick Williams26919f02022-12-08 06:12:43 -0600297 "Documentation": {
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600298 "Description": "The BMC sent the host a malformed PEL",
299 "Message": "The BMC sent the host a malformed PEL",
Patrick Williams26919f02022-12-08 06:12:43 -0600300 "Notes": ["The host firmware rejected that PEL."]
Matt Spinler288f4322023-01-05 12:54:22 -0600301 },
302
303 "JournalCapture": {
304 "Sections": [
305 {
306 "SyslogID": "phosphor-log-manager",
307 "NumLines": 20
308 },
309 {
310 "SyslogID": "systemd",
311 "NumLines": 30
312 }
313 ]
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600314 }
Matt Spinlere95fd012020-01-07 12:53:16 -0600315 },
316
317 {
318 "Name": "org.open_power.Logging.Error.BadHostPEL",
319 "Subsystem": "platform_firmware",
320 "Severity": "unrecoverable",
321
Patrick Williams26919f02022-12-08 06:12:43 -0600322 "SRC": {
Matt Spinlere95fd012020-01-07 12:53:16 -0600323 "ReasonCode": "0x2002",
Patrick Williams26919f02022-12-08 06:12:43 -0600324 "Words6To9": {
325 "6": {
Matt Spinlere95fd012020-01-07 12:53:16 -0600326 "Description": "The PLID of the invalid PEL",
327 "AdditionalDataPropSource": "PLID"
328 },
Patrick Williams26919f02022-12-08 06:12:43 -0600329 "7": {
Matt Spinlere95fd012020-01-07 12:53:16 -0600330 "Description": "The corresponding OpenBMC event log ID",
331 "AdditionalDataPropSource": "OBMC_LOG_ID"
332 },
Patrick Williams26919f02022-12-08 06:12:43 -0600333 "8": {
Matt Spinlere95fd012020-01-07 12:53:16 -0600334 "Description": "The size of the invalid PEL",
335 "AdditionalDataPropSource": "PEL_SIZE"
336 }
337 }
338 },
339
Matt Spinler834f3ed2022-01-26 16:18:02 -0600340 "Callouts": [
341 {
342 "CalloutList": [
343 { "Priority": "high", "Procedure": "bmc_code" }
344 ]
345 }
346 ],
347
Patrick Williams26919f02022-12-08 06:12:43 -0600348 "Documentation": {
Matt Spinlere95fd012020-01-07 12:53:16 -0600349 "Description": "The host sent the BMC an invalid PEL",
350 "Message": "The host sent the BMC an invalid PEL",
Patrick Williams26919f02022-12-08 06:12:43 -0600351 "Notes": []
Matt Spinler288f4322023-01-05 12:54:22 -0600352 },
353
354 "JournalCapture": {
355 "Sections": [
356 {
357 "SyslogID": "phosphor-log-manager",
358 "NumLines": 20
359 },
360 {
361 "SyslogID": "systemd",
362 "NumLines": 20
363 },
364 {
365 "SyslogID": "pldmd",
366 "NumLines": 20
367 }
368 ]
Matt Spinlere95fd012020-01-07 12:53:16 -0600369 }
Marri Devender Raoead1be22020-03-28 05:50:59 -0500370 },
371
372 {
Matt Spinler3477ce92020-07-08 14:49:25 -0500373 "Name": "org.open_power.Logging.Error.TestError1",
374 "Subsystem": "platform_firmware",
375 "Severity": "unrecoverable",
376
Patrick Williams26919f02022-12-08 06:12:43 -0600377 "SRC": {
Matt Spinler3477ce92020-07-08 14:49:25 -0500378 "ReasonCode": "0x2003",
Patrick Williams26919f02022-12-08 06:12:43 -0600379 "Words6To9": {}
Matt Spinler3477ce92020-07-08 14:49:25 -0500380 },
381
382 "Callouts": [
383 {
384 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -0600385 { "Priority": "high", "Procedure": "bmc_code" },
386 { "Priority": "medium", "SymbolicFRU": "service_docs" }
Matt Spinler3477ce92020-07-08 14:49:25 -0500387 ]
388 }
389 ],
390
Patrick Williams26919f02022-12-08 06:12:43 -0600391 "Documentation": {
Matt Spinler3477ce92020-07-08 14:49:25 -0500392 "Description": "An error for testing",
393 "Message": "This is a test error"
394 }
395 },
396
397 {
Matt Spinler30ddc9f2020-07-16 15:39:59 -0500398 "Name": "xyz.openbmc_project.Logging.Error.Default",
399 "Subsystem": "other_na",
400
Patrick Williams26919f02022-12-08 06:12:43 -0600401 "SRC": {
Matt Spinler30ddc9f2020-07-16 15:39:59 -0500402 "ReasonCode": "0x2004",
Patrick Williams26919f02022-12-08 06:12:43 -0600403 "Words6To9": {}
Matt Spinler30ddc9f2020-07-16 15:39:59 -0500404 },
405
Matt Spinler834f3ed2022-01-26 16:18:02 -0600406 "Callouts": [
407 {
408 "CalloutList": [
409 { "Priority": "high", "Procedure": "bmc_code" }
410 ]
411 }
412 ],
413
Patrick Williams26919f02022-12-08 06:12:43 -0600414 "Documentation": {
Matt Spinler30ddc9f2020-07-16 15:39:59 -0500415 "Description": "This entry is used when no other matching entry is found",
416 "Message": "Unknown (Original event not in message registry)",
417 "Notes": [
418 "This is used when the actual error name isn't found in ",
419 "the registry. The original error name will be stored ",
420 "in the UserData section that contains the AdditionalData ",
421 "properties using the key ERROR_NAME.",
422 "This error may contain callouts if the creator passed ",
423 "them in.",
424 "The severity is set by the creator.",
425 "If this error is seen, then a code change needs to be ",
426 "made to add the missing error entry to this registry."
427 ]
Matt Spinler288f4322023-01-05 12:54:22 -0600428 },
429
430 "JournalCapture": {
431 "NumLines": 30
Matt Spinler30ddc9f2020-07-16 15:39:59 -0500432 }
433 },
434
435 {
Matt Spinlerc865ed92022-02-16 14:07:32 -0600436 "Name": "org.open_power.Logging.Error.TestError2",
437 "Subsystem": "bmc_firmware",
438 "Severity": "recovered",
439 "ActionFlags": ["report"],
440
Patrick Williams26919f02022-12-08 06:12:43 -0600441 "SRC": {
Matt Spinlerc865ed92022-02-16 14:07:32 -0600442 "ReasonCode": "0x2005",
Patrick Williams26919f02022-12-08 06:12:43 -0600443 "Words6To9": {}
Matt Spinlerc865ed92022-02-16 14:07:32 -0600444 },
445
446 "Callouts": [
447 {
Patrick Williams26919f02022-12-08 06:12:43 -0600448 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Matt Spinlerc865ed92022-02-16 14:07:32 -0600449 }
450 ],
451
Patrick Williams26919f02022-12-08 06:12:43 -0600452 "Documentation": {
Matt Spinlerc865ed92022-02-16 14:07:32 -0600453 "Description": "An error for testing",
454 "Message": "This is a test recoverable error",
455 "Notes": [
456 "This error is not created by BMC code and is ",
457 "only used for error injection tests."
458 ]
459 }
460 },
461
462 {
Matt Spinler87408a42022-07-29 16:12:07 -0500463 "Name": "org.open_power.Logging.Error.TestError3",
464 "Subsystem": "bmc_firmware",
465 "Severity": "predictive",
466
Patrick Williams26919f02022-12-08 06:12:43 -0600467 "SRC": {
Matt Spinler87408a42022-07-29 16:12:07 -0500468 "ReasonCode": "0x2006",
Patrick Williams26919f02022-12-08 06:12:43 -0600469 "Words6To9": {}
Matt Spinler87408a42022-07-29 16:12:07 -0500470 },
471
Patrick Williams26919f02022-12-08 06:12:43 -0600472 "Documentation": {
Matt Spinler87408a42022-07-29 16:12:07 -0500473 "Description": "This is an error used for testing only",
474 "Message": "This is a test predictive error",
475 "Notes": [
476 "This error is not created by BMC code and is ",
477 "only used for error injection tests."
478 ]
479 }
480 },
481
482 {
Marri Devender Raoead1be22020-03-28 05:50:59 -0500483 "Name": "org.open_power.PHAL.Error.Boot",
484 "Subsystem": "cec_hardware",
Ramesh Iyyar41e79dc2020-12-22 06:27:48 -0600485 "ComponentID": "0x3000",
Marri Devender Raoead1be22020-03-28 05:50:59 -0500486
Patrick Williams26919f02022-12-08 06:12:43 -0600487 "SRC": {
Ramesh Iyyar41e79dc2020-12-22 06:27:48 -0600488 "ReasonCode": "0x3001",
Patrick Williams26919f02022-12-08 06:12:43 -0600489 "Words6To9": {}
Marri Devender Raoead1be22020-03-28 05:50:59 -0500490 },
491
Patrick Williams26919f02022-12-08 06:12:43 -0600492 "Documentation": {
Michael Lim12429892022-03-10 16:11:25 -0600493 "Description": "Failure occurred during boot process",
494 "Message": "Failure occurred during boot process",
Marri Devender Raoead1be22020-03-28 05:50:59 -0500495 "Notes": [
496 "Debug traces will be captured in AdditionalData section"
497 ]
498 }
Ben Tyner34836322020-04-15 17:01:48 -0500499 },
500
501 {
Ramesh Iyyar78be2a22020-12-22 06:22:55 -0600502 "Name": "org.open_power.PHAL.Error.PrePowerOff",
503 "Subsystem": "cec_hardware",
504 "ComponentID": "0x3000",
505
Patrick Williams26919f02022-12-08 06:12:43 -0600506 "SRC": {
Ramesh Iyyar78be2a22020-12-22 06:22:55 -0600507 "ReasonCode": "0x3002",
Patrick Williams26919f02022-12-08 06:12:43 -0600508 "Words6To9": {}
Ramesh Iyyar78be2a22020-12-22 06:22:55 -0600509 },
510
Patrick Williams26919f02022-12-08 06:12:43 -0600511 "Documentation": {
Ramesh Iyyar78be2a22020-12-22 06:22:55 -0600512 "Description": "Failure occurred during PHAL pre-poweroff operations",
513 "Message": "Failure occurred during PHAL pre-poweroff operations",
514 "Notes": [
515 "Severity needs to be set based on needs for this registry.",
516 "FFDC (First Failure Data Collection) will be collected ",
517 "and added into PEL."
518 ]
519 }
520 },
521
522 {
Jayanth Othayothdb00d762021-07-13 02:48:19 -0500523 "Name": "org.open_power.PHAL.Error.devtreeSync",
524 "Subsystem": "cec_hardware",
525 "ComponentID": "0x3000",
526 "Severity": "unrecoverable",
527
Patrick Williams26919f02022-12-08 06:12:43 -0600528 "SRC": {
Jayanth Othayothdb00d762021-07-13 02:48:19 -0500529 "ReasonCode": "0x3003",
Patrick Williams26919f02022-12-08 06:12:43 -0600530 "Words6To9": {}
Jayanth Othayothdb00d762021-07-13 02:48:19 -0500531 },
532
Patrick Williams26919f02022-12-08 06:12:43 -0600533 "Documentation": {
Jayanth Othayothdb00d762021-07-13 02:48:19 -0500534 "Description": "Failure occurred during PHAL devtree sync ",
535 "Message": "Failure occurred during PHAL devtree sync",
Patrick Williams26919f02022-12-08 06:12:43 -0600536 "Notes": ["The journal should contain more information"]
Jayanth Othayothdb00d762021-07-13 02:48:19 -0500537 }
538 },
539
540 {
Jayanth Othayothf3e619a2021-07-13 03:58:06 -0500541 "Name": "org.open_power.PHAL.Error.devtreeBackup",
542 "Subsystem": "cec_hardware",
543 "ComponentID": "0x3000",
544 "Severity": "unrecoverable",
545
Patrick Williams26919f02022-12-08 06:12:43 -0600546 "SRC": {
Jayanth Othayothf3e619a2021-07-13 03:58:06 -0500547 "ReasonCode": "0x3004",
Patrick Williams26919f02022-12-08 06:12:43 -0600548 "Words6To9": {}
Jayanth Othayothf3e619a2021-07-13 03:58:06 -0500549 },
550
Patrick Williams26919f02022-12-08 06:12:43 -0600551 "Documentation": {
Jayanth Othayothf3e619a2021-07-13 03:58:06 -0500552 "Description": "Failure occurred during PHAL devtree backup ",
553 "Message": "Failure occurred during PHAL devtree backup",
Patrick Williams26919f02022-12-08 06:12:43 -0600554 "Notes": ["The journal should contain more information"]
Jayanth Othayothf3e619a2021-07-13 03:58:06 -0500555 }
556 },
557
558 {
Andrew Geisslerd54fd732021-07-20 14:07:12 -0400559 "Name": "org.open_power.PHAL.Error.HostRunning",
NodeMan970f57ddc2022-04-29 23:14:41 +0000560 "Subsystem": "cec_sp_hyp_iface",
Andrew Geisslerd54fd732021-07-20 14:07:12 -0400561 "ComponentID": "0x3000",
562
Patrick Williams26919f02022-12-08 06:12:43 -0600563 "SRC": {
Andrew Geisslerd54fd732021-07-20 14:07:12 -0400564 "ReasonCode": "0x3005",
Patrick Williams26919f02022-12-08 06:12:43 -0600565 "Words6To9": {}
Andrew Geisslerd54fd732021-07-20 14:07:12 -0400566 },
567
Patrick Williams26919f02022-12-08 06:12:43 -0600568 "Documentation": {
Andrew Geisslerd54fd732021-07-20 14:07:12 -0400569 "Description": "Host did not respond to BMC after a BMC reset",
570 "Message": "Host did not respond to BMC after a BMC reset but hardware indicates it is running",
571 "Notes": [
572 "System will be left in its current state to ensure host ",
573 "is not unexpectedly taken down. There is most likely an ",
574 "issue in the software or hardware communication path ",
575 "between the BMC and the Host firmware.",
576 "A BMC dump will be collected with relevant FFDC."
577 ]
578 }
579 },
580
581 {
Jayanth Othayoth7d2bea72021-11-29 07:26:34 -0600582 "Name": "org.open_power.PHAL.Error.devtreeReinit",
583 "Subsystem": "cec_hardware",
584 "ComponentID": "0x3000",
585 "Severity": "unrecoverable",
586
Patrick Williams26919f02022-12-08 06:12:43 -0600587 "SRC": {
Jayanth Othayoth7d2bea72021-11-29 07:26:34 -0600588 "ReasonCode": "0x3006",
Patrick Williams26919f02022-12-08 06:12:43 -0600589 "Words6To9": {}
Jayanth Othayoth7d2bea72021-11-29 07:26:34 -0600590 },
591
Patrick Williams26919f02022-12-08 06:12:43 -0600592 "Documentation": {
Jayanth Othayoth7d2bea72021-11-29 07:26:34 -0600593 "Description": "Failure re-initializing BMC to Host data structure",
594 "Message": "Failure occurred during re-initializing BMC to Host data structure",
Patrick Williams26919f02022-12-08 06:12:43 -0600595 "Notes": ["The journal should contain more information"]
Jayanth Othayoth7d2bea72021-11-29 07:26:34 -0600596 }
597 },
598
599 {
Jayanth Othayothe52dd952022-03-09 02:11:41 -0600600 "Name": "org.open_power.PHAL.Error.NonFunctionalBootProc",
601 "Subsystem": "cec_hardware",
602 "ComponentID": "0x3000",
603 "Severity": "unrecoverable",
604
Patrick Williams26919f02022-12-08 06:12:43 -0600605 "SRC": {
Jayanth Othayothe52dd952022-03-09 02:11:41 -0600606 "ReasonCode": "0x3007",
Patrick Williams26919f02022-12-08 06:12:43 -0600607 "Words6To9": {}
Jayanth Othayothe52dd952022-03-09 02:11:41 -0600608 },
609
Patrick Williams26919f02022-12-08 06:12:43 -0600610 "Documentation": {
Jayanth Othayothe52dd952022-03-09 02:11:41 -0600611 "Description": "Non functional boot processor",
612 "Message": "Non functional boot processor",
613 "Notes": [
614 "BMC firmware couldn't find functional primary processor",
615 "required to boot the host",
616 "Debug traces will be captured in AdditionalData section"
617 ]
618 }
619 },
620
621 {
Marri Devender Rao116428e2022-06-09 07:33:38 -0500622 "Name": "org.open_power.PHAL.Error.MPReboot",
623 "Subsystem": "cec_hardware",
624 "ComponentID": "0x3000",
625 "Severity": "unrecoverable",
626
Patrick Williams26919f02022-12-08 06:12:43 -0600627 "SRC": {
Marri Devender Rao116428e2022-06-09 07:33:38 -0500628 "ReasonCode": "0x3008",
Patrick Williams26919f02022-12-08 06:12:43 -0600629 "Words6To9": {}
Marri Devender Rao116428e2022-06-09 07:33:38 -0500630 },
631
632 "Callouts": [
633 {
Patrick Williams26919f02022-12-08 06:12:43 -0600634 "CalloutList": [
635 { "Priority": "high", "Procedure": "bmc_code" }
Marri Devender Rao116428e2022-06-09 07:33:38 -0500636 ]
637 }
638 ],
639
Patrick Williams26919f02022-12-08 06:12:43 -0600640 "Documentation": {
Marri Devender Rao116428e2022-06-09 07:33:38 -0500641 "Description": "Error during memory preserving reboot",
642 "Message": "Error during memory preserving reboot",
643 "Notes": [
644 "Software error occured during memory preserving reboot"
645 ]
646 }
Patrick Williams26919f02022-12-08 06:12:43 -0600647 },
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500648 {
649 "Name": "org.open_power.PHAL.Error.SpareClock",
650 "Subsystem": "cec_hardware",
651 "ComponentID": "0x3000",
652 "Severity": "non_error",
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500653
Patrick Williams26919f02022-12-08 06:12:43 -0600654 "SRC": {
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500655 "ReasonCode": "0x3009",
Patrick Williams26919f02022-12-08 06:12:43 -0600656 "Words6To9": {}
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500657 },
658
Jayanth Othayothb0820142022-10-27 02:16:48 -0500659 "Callouts": [
660 {
661 "System": "ibm,rainier",
662 "CalloutList": [
663 {
664 "Priority": "high",
665 "LocCode": "P0"
666 },
667 {
668 "Priority": "low",
669 "LocCode": "P0-C15"
670 }
671 ]
672 },
673 {
674 "System": "ibm,everest",
675 "CalloutList": [
676 {
677 "Priority": "high",
678 "LocCode": "P0"
679 },
680 {
681 "Priority": "low",
682 "LocCode": "P0-C61"
683 }
684 ]
685 }
686 ],
687
Patrick Williams26919f02022-12-08 06:12:43 -0600688 "Documentation": {
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500689 "Description": "Error during Spare clock initialisation",
690 "Message": "Error during Spare clock initialisation",
691 "Notes": [
Jayanth Othayothb0820142022-10-27 02:16:48 -0500692 "The clock symbolic FRU in the CalloutList provides the",
693 "reference to clock unit."
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500694 ]
695 }
Marri Devender Rao116428e2022-06-09 07:33:38 -0500696 },
697
698 {
Jayanth Othayoth21c1a5a2022-09-07 01:24:05 -0500699 "Name": "org.open_power.PHAL.Info.ClockDailyLog",
700 "Subsystem": "cec_clocks",
701 "ComponentID": "0x3000",
702 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -0600703 "ActionFlags": ["report", "call_home"],
Jayanth Othayoth21c1a5a2022-09-07 01:24:05 -0500704
Patrick Williams26919f02022-12-08 06:12:43 -0600705 "SRC": {
Jayanth Othayoth21c1a5a2022-09-07 01:24:05 -0500706 "ReasonCode": "0x300A",
Patrick Williams26919f02022-12-08 06:12:43 -0600707 "Words6To9": {}
Jayanth Othayoth21c1a5a2022-09-07 01:24:05 -0500708 },
709
Patrick Williams26919f02022-12-08 06:12:43 -0600710 "Documentation": {
Jayanth Othayoth21c1a5a2022-09-07 01:24:05 -0500711 "Description": "Informational error to house clock debug info",
712 "Message": "Informational error to house clock debug info",
713 "Notes": [
714 "User data includes processor and clock register state information."
715 ]
716 }
717 },
718
719 {
deepakala-kb1b342a2022-10-05 11:17:16 -0500720 "Name": "org.open_power.PHAL.Error.GuardPartitionAccess",
721 "Subsystem": "bmc_firmware",
722 "ComponentID": "0x3000",
723 "Severity": "predictive",
724
Patrick Williams26919f02022-12-08 06:12:43 -0600725 "SRC": {
deepakala-kb1b342a2022-10-05 11:17:16 -0500726 "ReasonCode": "0x300B",
Patrick Williams26919f02022-12-08 06:12:43 -0600727 "Words6To9": {}
deepakala-kb1b342a2022-10-05 11:17:16 -0500728 },
729
730 "Callouts": [
731 {
732 "CalloutList": [
733 { "Priority": "high", "Procedure": "bmc_code" }
734 ]
735 }
736 ],
737
Patrick Williams26919f02022-12-08 06:12:43 -0600738 "Documentation": {
deepakala-kb1b342a2022-10-05 11:17:16 -0500739 "Description": "Guard partition access failure",
740 "Message": "Guard partition access failure",
741 "Notes": [
742 "User data and journal should contain more information"
743 ]
744 }
745 },
746
747 {
Matt Spinler06634e82023-05-25 11:36:43 -0500748 "Name": "org.open_power.Proc.FSI.Error.MasterDetectionFailure",
749 "Subsystem": "cec_chip_iface",
750 "ComponentID": "0x3000",
751 "Severity": "unrecoverable",
752
753 "SRC": {
754 "ReasonCode": "0x300C",
755 "Words6To9": {}
756 },
757
758 "Documentation": {
759 "Description": "There was a failure while initializing the FSI links",
760 "Message": "There was a failure while initializing the FSI links",
761 "Notes": [
762 "The FSI device driver had a problem doing a scan.",
763 "The callouts are done based on the passed in FSI device path."
764 ]
765 },
766
767 "JournalCapture": {
768 "NumLines": 75
769 }
770 },
771
772 {
Eddie James62464b12022-05-25 15:47:15 -0500773 "Name": "org.open_power.OCC.Firmware.PresenceMismatch",
774 "Subsystem": "bmc_firmware",
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500775 "ComponentID": "0x2600",
Eddie James62464b12022-05-25 15:47:15 -0500776 "Severity": "predictive",
777
Patrick Williams26919f02022-12-08 06:12:43 -0600778 "SRC": {
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500779 "ReasonCode": "0x2681",
Patrick Williams26919f02022-12-08 06:12:43 -0600780 "Words6To9": {}
Eddie James62464b12022-05-25 15:47:15 -0500781 },
782
783 "Callouts": [
784 {
785 "CalloutList": [
786 { "Priority": "medium", "Procedure": "bmc_code" }
787 ]
788 }
789 ],
790
Patrick Williams26919f02022-12-08 06:12:43 -0600791 "Documentation": {
Eddie James62464b12022-05-25 15:47:15 -0500792 "Description": "OCC presence mismatch",
793 "Message": "BMC firmware detected incorrect number of OCCs",
794 "Notes": [
795 "The number of OCCs detected by the BMC does not match the number of OCCs detected by the OCC.",
796 "The BMC requests that the OCC reset."
797 ]
798 }
799 },
800
801 {
802 "Name": "org.open_power.OCC.Device.SafeState",
803 "Subsystem": "processor_chip",
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500804 "ComponentID": "0x2600",
Eddie James62464b12022-05-25 15:47:15 -0500805 "Severity": "non_error",
806
Patrick Williams26919f02022-12-08 06:12:43 -0600807 "SRC": {
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500808 "ReasonCode": "0x2682",
Patrick Williams26919f02022-12-08 06:12:43 -0600809 "Words6To9": {}
Eddie James62464b12022-05-25 15:47:15 -0500810 },
811
Patrick Williams26919f02022-12-08 06:12:43 -0600812 "Documentation": {
Eddie James62464b12022-05-25 15:47:15 -0500813 "Description": "OCC safe state",
814 "Message": "OCC in safe state while active for one minute",
815 "Notes": [
816 "The BMC detected that the OCC was in safe state for one minute while active.",
817 "The BMC requests that the OCC reset."
818 ]
819 }
820 },
821
822 {
823 "Name": "org.open_power.OCC.Device.ReadFailure",
824 "Subsystem": "cec_chip_iface",
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500825 "ComponentID": "0x2600",
Eddie James62464b12022-05-25 15:47:15 -0500826 "Severity": "predictive",
827
Patrick Williams26919f02022-12-08 06:12:43 -0600828 "SRC": {
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500829 "ReasonCode": "0x2683",
Patrick Williams26919f02022-12-08 06:12:43 -0600830 "Words6To9": {}
Eddie James62464b12022-05-25 15:47:15 -0500831 },
832
Patrick Williams26919f02022-12-08 06:12:43 -0600833 "Documentation": {
Eddie James62464b12022-05-25 15:47:15 -0500834 "Description": "OCC communication failure",
835 "Message": "BMC failed to communicate with the OCC",
836 "Notes": [
837 "The BMC failed to communicate with the OCC and retried three times.",
838 "The BMC requests that the OCC reset."
839 ]
840 }
841 },
842
843 {
Ramesh Iyyarb3d45ed2021-12-07 09:18:19 -0600844 "Name": "org.open_power.HardwareIsolation.Error",
845 "Subsystem": "cec_hardware",
846 "ComponentID": "0x3100",
847
Patrick Williams26919f02022-12-08 06:12:43 -0600848 "SRC": {
Ramesh Iyyarb3d45ed2021-12-07 09:18:19 -0600849 "ReasonCode": "0x3101",
Patrick Williams26919f02022-12-08 06:12:43 -0600850 "Words6To9": {}
Ramesh Iyyarb3d45ed2021-12-07 09:18:19 -0600851 },
852
Patrick Williams26919f02022-12-08 06:12:43 -0600853 "Documentation": {
Michael Lim12429892022-03-10 16:11:25 -0600854 "Description": "Failure occurred during hardware isolation operations",
855 "Message": "Failure occurred during hardware isolation operations",
Ramesh Iyyarb3d45ed2021-12-07 09:18:19 -0600856 "Notes": [
857 "Severity needs to be set based on needs for this registry.",
858 "Debug traces will be captured in AdditionalData section"
859 ]
860 }
861 },
862
863 {
Marri Devender Rao385446b2023-04-14 00:16:35 -0500864 "Name": "org.open_power.Faultlog.Error.DeconfiguredHW",
865 "Subsystem": "cec_hardware",
866 "Severity": "predictive",
Matt Spinlera6c4ba72023-05-24 13:11:49 -0500867 "ComponentID": "0xF100",
Marri Devender Rao385446b2023-04-14 00:16:35 -0500868 "SRC": {
Matt Spinlera6c4ba72023-05-24 13:11:49 -0500869 "ReasonCode": "0xF138",
Marri Devender Rao385446b2023-04-14 00:16:35 -0500870 "Words6To9": {
871 "6": {
872 "Description": "Number of guard records with error object",
873 "AdditionalDataPropSource": "GUARD_WITH_ASSOC_ERROR_COUNT"
874 },
875 "7": {
876 "Description": "Number of guard records with no error object",
877 "AdditionalDataPropSource": "GUARD_WITH_NO_ASSOC_ERROR_COUNT"
878 },
879 "8": {
880 "Description": "Number of deconfigured records",
881 "AdditionalDataPropSource": "DECONFIG_RECORD_COUNT"
882 },
883 "9": {
884 "Description": "Number of unresolved pels count",
885 "AdditionalDataPropSource": "UNRESOLVED_PEL_WITH_DECONFIG_BIT_COUNT"
886 }
887 }
888 },
889 "Callouts": [
890 {
891 "CalloutList": [
892 {
893 "Priority": "high",
894 "Procedure": "detected_issue_need_service"
895 }
896 ]
897 }
898 ],
899 "Documentation": {
900 "Description": "Firmware detected either a FRU deconfigured And/Or guard record",
901 "Message": "Firmware detected either a FRU deconfigured And/Or guard record",
902 "Notes": [
903 "Either Guard And/Or Deconfiguration records found during periodic check ",
904 "as part of the NAG event. Look into the BMC Nag dump for more details. ",
905 "This is a reminder for servicing faulty hardware pending service present ",
906 "in the system."
907 ]
908 }
909 },
910
911 {
Andrew Geissler8034dde2021-09-10 14:43:03 -0500912 "Name": "xyz.openbmc_project.State.Error.HostNotRunning",
913 "Subsystem": "cec_sp_hostboot_iface",
914 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -0600915 "SRC": {
Andrew Geissler8034dde2021-09-10 14:43:03 -0500916 "ReasonCode": "0x3401",
Patrick Williams26919f02022-12-08 06:12:43 -0600917 "Words6To9": {}
Andrew Geissler8034dde2021-09-10 14:43:03 -0500918 },
Patrick Williams26919f02022-12-08 06:12:43 -0600919 "Documentation": {
Andrew Geissler8034dde2021-09-10 14:43:03 -0500920 "Description": "Host was booting or booted before BMC reset but is now unresponsive",
921 "Message": "Host did not respond to BMC after a BMC reset but it was booting or booted prior to the BMC reboot",
922 "Notes": [
923 "System will follow recovery policy, resulting in this ",
924 "error and most likely a a reboot of the host. The issue ",
925 "is most likely the result of the BMC rebooting while the ",
926 "host was booting and in a state where it still needed ",
927 "the BMC to complete its boot."
928 ]
Matt Spinler288f4322023-01-05 12:54:22 -0600929 },
930
931 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -0500932 "NumLines": 100
Andrew Geissler8034dde2021-09-10 14:43:03 -0500933 }
934 },
935
936 {
Andrew Geissler808f6302022-02-24 13:55:18 -0600937 "Name": "xyz.openbmc_project.State.ChassisPowerBad",
938 "Subsystem": "input_power_source",
939 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -0600940 "SRC": {
Andrew Geissler808f6302022-02-24 13:55:18 -0600941 "ReasonCode": "0x3402",
Patrick Williams26919f02022-12-08 06:12:43 -0600942 "Words6To9": {}
Andrew Geissler808f6302022-02-24 13:55:18 -0600943 },
944 "Callouts": [
945 {
Patrick Williams26919f02022-12-08 06:12:43 -0600946 "CalloutList": [
947 {
948 "Priority": "high",
949 "Procedure": "next_level_support"
950 }
951 ]
Andrew Geissler808f6302022-02-24 13:55:18 -0600952 }
953 ],
Patrick Williams26919f02022-12-08 06:12:43 -0600954 "Documentation": {
Andrew Geissler808f6302022-02-24 13:55:18 -0600955 "Description": "Chassis input power is in a bad state",
956 "Message": "Chassis input power is in a bad state, look for other logs with more details",
957 "Notes": [
958 "The system is most likely in a limited power situation. ",
959 "There is enough power for the BMC to operate but not the ",
960 "CEC hardware. Check for UPS or brownout logs."
961 ]
Matt Spinler288f4322023-01-05 12:54:22 -0600962 },
963
964 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -0500965 "NumLines": 100
Andrew Geissler808f6302022-02-24 13:55:18 -0600966 }
967 },
968
969 {
Andrew Geissler4c360ec2022-02-24 14:09:37 -0600970 "Name": "xyz.openbmc_project.State.PinholeReset",
971 "Subsystem": "cec_op_panel",
972 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -0600973 "SRC": {
Andrew Geissler4c360ec2022-02-24 14:09:37 -0600974 "ReasonCode": "0x3403",
Patrick Williams26919f02022-12-08 06:12:43 -0600975 "Words6To9": {}
Andrew Geissler4c360ec2022-02-24 14:09:37 -0600976 },
Patrick Williams26919f02022-12-08 06:12:43 -0600977 "Documentation": {
Andrew Geissler4c360ec2022-02-24 14:09:37 -0600978 "Description": "User initiated a pinhole reset via the op-panel",
979 "Message": "User initiated a pinhole reset via the op-panel",
980 "Notes": [
981 "This is a notification log to record the fact that a ",
982 "pinhole reset was performed on the BMC, resulting in a ",
983 "hard reset of the BMC."
984 ]
985 }
986 },
987
988 {
Andrew Geisslerfbb18242022-02-24 14:30:02 -0600989 "Name": "xyz.openbmc_project.State.Error.CriticalServiceFailure",
990 "Subsystem": "bmc_firmware",
991 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -0600992 "SRC": {
Andrew Geisslerfbb18242022-02-24 14:30:02 -0600993 "ReasonCode": "0x3404",
Patrick Williams26919f02022-12-08 06:12:43 -0600994 "Words6To9": {}
Andrew Geisslerfbb18242022-02-24 14:30:02 -0600995 },
996 "Callouts": [
997 {
Patrick Williams26919f02022-12-08 06:12:43 -0600998 "CalloutList": [
999 {
1000 "Priority": "high",
1001 "Procedure": "next_level_support"
1002 }
1003 ]
Andrew Geisslerfbb18242022-02-24 14:30:02 -06001004 }
1005 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001006 "Documentation": {
Andrew Geisslerfbb18242022-02-24 14:30:02 -06001007 "Description": "A critical BMC application has failed on the system",
1008 "Message": "A critical BMC application has failed on the system, the BMC is in an undefined state",
1009 "Notes": [
1010 "As a part of generating this error log, a BMC dump has ",
1011 "also been generated. Please collect this dump if possible. ",
1012 "The BMC state is undefined but basic services could still ",
1013 "be available. Usually an AC cycle of the entire system is ",
1014 "the best recovery option from this error."
1015 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001016 },
1017
1018 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001019 "NumLines": 100
Andrew Geisslerfbb18242022-02-24 14:30:02 -06001020 }
1021 },
1022
1023 {
Andrew Geisslerf83efe92022-03-10 15:06:17 -06001024 "Name": "xyz.openbmc_project.State.Error.SecurityCheckFail",
1025 "Subsystem": "bmc_firmware",
1026 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001027 "SRC": {
Andrew Geisslerf83efe92022-03-10 15:06:17 -06001028 "ReasonCode": "0x3405",
Patrick Williams26919f02022-12-08 06:12:43 -06001029 "Words6To9": {}
Andrew Geisslerf83efe92022-03-10 15:06:17 -06001030 },
1031 "Callouts": [
1032 {
Patrick Williams26919f02022-12-08 06:12:43 -06001033 "CalloutList": [
1034 {
1035 "Priority": "high",
1036 "Procedure": "next_level_support"
1037 }
1038 ]
Andrew Geisslerf83efe92022-03-10 15:06:17 -06001039 }
1040 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001041 "Documentation": {
Andrew Geisslerf83efe92022-03-10 15:06:17 -06001042 "Description": "A firmware security check has failed",
1043 "Message": "A firmware security check has failed, most likely something is not configured correctly",
1044 "Notes": [
1045 "This log is only generated in the manufacturing ",
1046 "environment and it indicates that something has not ",
1047 "been configured correctly. Use the data in the PEL to ",
1048 "determine what that is."
1049 ]
1050 }
1051 },
1052
1053 {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001054 "Name": "xyz.openbmc_project.State.BMC.Error.MultiUserTargetFailure",
1055 "Subsystem": "bmc_firmware",
1056 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001057 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001058 "ReasonCode": "0x3406",
Patrick Williams26919f02022-12-08 06:12:43 -06001059 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001060 },
1061 "Callouts": [
1062 {
Patrick Williams26919f02022-12-08 06:12:43 -06001063 "CalloutList": [
1064 {
1065 "Priority": "high",
1066 "Procedure": "next_level_support"
1067 }
1068 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001069 }
1070 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001071 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001072 "Description": "The system has failed to reach BMC Ready state",
1073 "Message": "The system has failed to reach BMC Ready state, look for other errors",
1074 "Notes": [
1075 "This log indicates a critical BMC application required ",
1076 "for the BMC to reach Ready state has failed to start ",
1077 "successfully. Look in the log for other errors indicating ",
1078 "what has failed."
1079 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001080 },
1081
1082 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001083 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001084 }
1085 },
1086
1087 {
1088 "Name": "xyz.openbmc_project.State.Chassis.Error.PowerOnFailure",
1089 "Subsystem": "bmc_firmware",
1090 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001091 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001092 "ReasonCode": "0x3407",
Patrick Williams26919f02022-12-08 06:12:43 -06001093 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001094 },
1095 "Callouts": [
1096 {
Patrick Williams26919f02022-12-08 06:12:43 -06001097 "CalloutList": [
1098 {
1099 "Priority": "high",
1100 "Procedure": "next_level_support"
1101 }
1102 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001103 }
1104 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001105 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001106 "Description": "The system has failed to reach chassis power on state",
1107 "Message": "The system has failed to reach chassis power on state, look for other errors",
1108 "Notes": [
1109 "This log indicates a critical BMC application required ",
1110 "for the BMC to power on the chassis has failed to start ",
1111 "successfully. Look in the log for other errors indicating ",
1112 "what has failed."
1113 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001114 },
1115
1116 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001117 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001118 }
1119 },
1120
1121 {
1122 "Name": "xyz.openbmc_project.State.Chassis.Error.PowerOffFailure",
1123 "Subsystem": "bmc_firmware",
1124 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001125 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001126 "ReasonCode": "0x3408",
Patrick Williams26919f02022-12-08 06:12:43 -06001127 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001128 },
1129 "Callouts": [
1130 {
Patrick Williams26919f02022-12-08 06:12:43 -06001131 "CalloutList": [
1132 {
1133 "Priority": "high",
1134 "Procedure": "next_level_support"
1135 }
1136 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001137 }
1138 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001139 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001140 "Description": "The system has failed to reach chassis power off state",
1141 "Message": "The system has failed to reach chassis power off state, look for other errors",
1142 "Notes": [
1143 "This log indicates a critical BMC application required ",
1144 "for the BMC to power off the chassis has failed to start ",
1145 "successfully. Look in the log for other errors indicating ",
1146 "what has failed."
1147 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001148 },
1149
1150 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001151 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001152 }
1153 },
1154
1155 {
1156 "Name": "xyz.openbmc_project.State.Host.Error.HostStartFailure",
1157 "Subsystem": "bmc_firmware",
1158 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001159 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001160 "ReasonCode": "0x3409",
Patrick Williams26919f02022-12-08 06:12:43 -06001161 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001162 },
1163 "Callouts": [
1164 {
Patrick Williams26919f02022-12-08 06:12:43 -06001165 "CalloutList": [
1166 {
1167 "Priority": "high",
1168 "Procedure": "next_level_support"
1169 }
1170 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001171 }
1172 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001173 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001174 "Description": "The system has failed to start the host firmware",
1175 "Message": "The system has failed to start the host firmware, look for other errors",
1176 "Notes": [
1177 "This log indicates a critical BMC application required ",
1178 "for the BMC to start the host has failed to start ",
1179 "successfully. Look in the log for other errors indicating ",
1180 "what has failed."
1181 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001182 },
1183
1184 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001185 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001186 }
1187 },
1188
1189 {
1190 "Name": "xyz.openbmc_project.State.Host.Error.HostStartMinFailure",
1191 "Subsystem": "bmc_firmware",
1192 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001193 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001194 "ReasonCode": "0x3410",
Patrick Williams26919f02022-12-08 06:12:43 -06001195 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001196 },
1197 "Callouts": [
1198 {
Patrick Williams26919f02022-12-08 06:12:43 -06001199 "CalloutList": [
1200 {
1201 "Priority": "high",
1202 "Procedure": "next_level_support"
1203 }
1204 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001205 }
1206 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001207 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001208 "Description": "The system has failed to start the host firmware",
1209 "Message": "The system has failed to start the host firmware, look for other errors",
1210 "Notes": [
1211 "This log indicates a critical BMC application required ",
1212 "for the BMC to start the host has failed to start ",
1213 "successfully. Look in the log for other errors indicating ",
1214 "what has failed."
1215 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001216 },
1217
1218 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001219 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001220 }
1221 },
1222
1223 {
1224 "Name": "xyz.openbmc_project.State.Host.Error.HostShutdownFailure",
1225 "Subsystem": "bmc_firmware",
1226 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001227 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001228 "ReasonCode": "0x3411",
Patrick Williams26919f02022-12-08 06:12:43 -06001229 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001230 },
1231 "Callouts": [
1232 {
Patrick Williams26919f02022-12-08 06:12:43 -06001233 "CalloutList": [
1234 {
1235 "Priority": "high",
1236 "Procedure": "next_level_support"
1237 }
1238 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001239 }
1240 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001241 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001242 "Description": "The system has failed to shutdown the host firmware",
1243 "Message": "The system has failed to shutdown the host firmware, look for other errors",
1244 "Notes": [
1245 "This log indicates a critical BMC application required ",
1246 "to shutdown the host firmware has failed to start ",
1247 "successfully. Look in the log for other errors indicating ",
1248 "what has failed."
1249 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001250 },
1251
1252 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001253 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001254 }
1255 },
1256
1257 {
1258 "Name": "xyz.openbmc_project.State.Host.Error.HostStopFailure",
1259 "Subsystem": "bmc_firmware",
1260 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001261 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001262 "ReasonCode": "0x3412",
Patrick Williams26919f02022-12-08 06:12:43 -06001263 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001264 },
1265 "Callouts": [
1266 {
Patrick Williams26919f02022-12-08 06:12:43 -06001267 "CalloutList": [
1268 {
1269 "Priority": "high",
1270 "Procedure": "next_level_support"
1271 }
1272 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001273 }
1274 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001275 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001276 "Description": "The system has failed to stop the host firmware",
1277 "Message": "The system has failed to stop the host firmware, look for other errors",
1278 "Notes": [
1279 "This log indicates a critical BMC application required ",
1280 "to stop the host firmware has failed to start ",
1281 "successfully. Look in the log for other errors indicating ",
1282 "what has failed."
1283 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001284 },
1285
1286 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001287 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001288 }
1289 },
1290
1291 {
1292 "Name": "xyz.openbmc_project.State.Host.Error.HostRebootFailure",
1293 "Subsystem": "bmc_firmware",
1294 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001295 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001296 "ReasonCode": "0x3413",
Patrick Williams26919f02022-12-08 06:12:43 -06001297 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001298 },
1299 "Callouts": [
1300 {
Patrick Williams26919f02022-12-08 06:12:43 -06001301 "CalloutList": [
1302 {
1303 "Priority": "high",
1304 "Procedure": "next_level_support"
1305 }
1306 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001307 }
1308 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001309 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001310 "Description": "The system has failed to reboot the host firmware",
1311 "Message": "The system has failed to reboot the host firmware, look for other errors",
1312 "Notes": [
1313 "This log indicates a critical BMC application required ",
1314 "to reboot the host firmware has failed to start ",
1315 "successfully. Look in the log for other errors indicating ",
1316 "what has failed."
1317 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001318 },
1319
1320 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001321 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001322 }
1323 },
1324
1325 {
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001326 "Name": "xyz.openbmc_project.State.Error.HostQuiesce",
1327 "Subsystem": "bmc_firmware",
1328 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001329 "SRC": {
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001330 "ReasonCode": "0x3414",
Patrick Williams26919f02022-12-08 06:12:43 -06001331 "Words6To9": {}
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001332 },
1333 "Callouts": [
1334 {
Patrick Williams26919f02022-12-08 06:12:43 -06001335 "CalloutList": [
1336 {
1337 "Priority": "high",
1338 "Procedure": "next_level_support"
1339 }
1340 ]
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001341 }
1342 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001343 "Documentation": {
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001344 "Description": "The host firmware has failed to boot",
1345 "Message": "The host firmware has failed to boot and has entered a Quiesce state. Look for other errors.",
1346 "Notes": [
1347 "This log indicates that the host firmware has failed to ",
1348 "boot and all retries have been exhausted. There should be ",
1349 "other logs with more details on the boot failure reason. "
1350 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001351 },
1352
1353 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001354 "NumLines": 100
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001355 }
1356 },
1357
1358 {
Lakshmi Yadlapati95788fe2023-03-24 14:39:32 -05001359 "Name": "xyz.openbmc_project.State.Error.TpmMeasurementFail",
1360 "Subsystem": "bmc_firmware",
1361 "ComponentID": "0x3400",
1362 "SRC": {
1363 "ReasonCode": "0x3415",
1364 "Words6To9": {}
1365 },
1366 "Callouts": [
1367 {
1368 "CalloutList": [
1369 {
1370 "Priority": "high",
1371 "Procedure": "next_level_support"
1372 }
1373 ]
1374 }
1375 ],
1376 "Documentation": {
1377 "Description": "TPM measurement failed",
1378 "Message": "The system has detected a failure in the TPM measurement.",
1379 "Notes": [
1380 "This error occurs when /sys/class/tpm/tpm0/pcr-sha256/0",
1381 "is missing or has a value of 0, indicating a potential compromise",
1382 "of the system's boot process.",
1383 "Please contact your system administrator or next level support",
1384 "to investigate and resolve the issue."
1385 ]
1386 }
1387 },
1388
1389 {
Andrew Geissler730935f2023-04-26 13:26:16 -06001390 "Name": "xyz.openbmc_project.State.Info.ChassisPowerOnStarted",
1391 "Subsystem": "bmc_firmware",
1392 "ComponentID": "0x3400",
1393 "Severity": "non_error",
1394 "SRC": {
1395 "ReasonCode": "0x3416",
1396 "Words6To9": {}
1397 },
1398 "Documentation": {
1399 "Description": "A power on of the chassis has been started",
1400 "Message": "The chassis is powering on.",
1401 "Notes": [
1402 "This informational error is logged each time the chassis",
1403 "is powered on."
1404 ]
1405 }
1406 },
1407
1408 {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -05001409 "Name": "org.open_power.Processor.Error.SbeChipOpFailure",
1410 "Subsystem": "processor_chip",
1411 "ComponentID": "0x3500",
1412
Patrick Williams26919f02022-12-08 06:12:43 -06001413 "SRC": {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -05001414 "ReasonCode": "0x3500",
Patrick Williams26919f02022-12-08 06:12:43 -06001415 "Words6To9": {
1416 "6": {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -05001417 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
1418 "AdditionalDataPropSource": "SRC6"
1419 }
1420 }
1421 },
1422
Patrick Williams26919f02022-12-08 06:12:43 -06001423 "Documentation": {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -05001424 "Description": "chipop failure with SBE provided FFDC",
1425 "Message": "chipop request failure reported by SBE",
1426 "Notes": [
1427 "The severity is set by the creator.",
1428 "Callouts added based on SBE provided FFDC.",
1429 "SBE provided additional debug data included as part of the",
1430 "additional user data section."
1431 ]
1432 }
1433 },
1434
1435 {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -05001436 "Name": "org.open_power.Processor.Error.SbeChipOpTimeout",
1437 "Subsystem": "processor_chip",
1438 "ComponentID": "0x3500",
1439
Patrick Williams26919f02022-12-08 06:12:43 -06001440 "SRC": {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -05001441 "ReasonCode": "0x3501",
Patrick Williams26919f02022-12-08 06:12:43 -06001442 "Words6To9": {
1443 "6": {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -05001444 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
1445 "AdditionalDataPropSource": "SRC6"
1446 }
1447 }
1448 },
1449
Jayanth Othayothe4acc8d2022-06-02 02:32:08 -05001450 "Callouts": [
1451 {
1452 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06001453 {
1454 "Priority": "high",
1455 "Procedure": "next_level_support"
1456 }
Jayanth Othayothe4acc8d2022-06-02 02:32:08 -05001457 ]
1458 }
1459 ],
1460
Patrick Williams26919f02022-12-08 06:12:43 -06001461 "Documentation": {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -05001462 "Description": "SBE chipop timeout",
1463 "Message": "chipop timeout reported during SBE communication",
1464 "Notes": [
1465 "The severity is set by the creator.",
1466 "Check SBE Dump associated to this error to debug the failure."
1467 ]
1468 }
1469 },
1470
1471 {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001472 "Name": "org.open_power.Processor.Error.SbeChipOpInvalidState",
1473 "Subsystem": "processor_chip",
1474 "ComponentID": "0x3500",
1475
Patrick Williams26919f02022-12-08 06:12:43 -06001476 "SRC": {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001477 "ReasonCode": "0x3502",
Patrick Williams26919f02022-12-08 06:12:43 -06001478 "Words6To9": {
1479 "6": {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001480 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
1481 "AdditionalDataPropSource": "SRC6"
1482 },
Patrick Williams26919f02022-12-08 06:12:43 -06001483 "7": {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001484 "Description": "Value of SBE state",
1485 "AdditionalDataPropSource": "SRC7"
1486 }
1487 }
1488 },
1489
Patrick Williams26919f02022-12-08 06:12:43 -06001490 "Documentation": {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001491 "Description": "The SBE on this processor is not in a state where chipOps can be issued",
1492 "Message": "SBE Chipop is not allowed due to invalid SBE state ",
Patrick Williams26919f02022-12-08 06:12:43 -06001493 "Notes": ["The severity is set by the creator."]
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001494 }
1495 },
1496
1497 {
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001498 "Name": "org.open_power.Processor.Error.SbeBootFailure",
1499 "Subsystem": "processor_chip",
1500 "ComponentID": "0x3500",
Patrick Williams26919f02022-12-08 06:12:43 -06001501 "ActionFlags": ["service_action", "report", "call_home"],
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001502
Patrick Williams26919f02022-12-08 06:12:43 -06001503 "SRC": {
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001504 "ReasonCode": "0x3503",
Patrick Williams26919f02022-12-08 06:12:43 -06001505 "Words6To9": {
1506 "6": {
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001507 "Description": "[0:15] chip position",
1508 "AdditionalDataPropSource": "SRC6"
1509 }
1510 }
1511 },
1512
Patrick Williams26919f02022-12-08 06:12:43 -06001513 "Documentation": {
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001514 "Description": "Boot failure with SBE provided FFDC",
1515 "Message": "Boot failure reported by SBE",
1516 "Notes": [
1517 "The severity is set by the creator.",
1518 "Callouts added based on SBE provided FFDC.",
1519 "SBE provided additional debug data included as part of the",
1520 "additional user data section."
1521 ]
1522 }
1523 },
1524
1525 {
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001526 "Name": "org.open_power.Processor.Error.SbeBootTimeout",
1527 "Subsystem": "processor_chip",
1528 "ComponentID": "0x3500",
1529
Patrick Williams26919f02022-12-08 06:12:43 -06001530 "SRC": {
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001531 "ReasonCode": "0x3504",
Patrick Williams26919f02022-12-08 06:12:43 -06001532 "Words6To9": {}
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001533 },
1534
Jayanth Othayothf5cd2a42022-05-31 02:54:10 -05001535 "Callouts": [
1536 {
1537 "System": "ibm,rainier",
1538 "CalloutList": [
1539 {
1540 "Priority": "low",
1541 "LocCode": "P0"
1542 },
1543 {
1544 "Priority": "low",
1545 "LocCode": "P0-C22"
1546 }
1547 ]
1548 },
1549 {
1550 "System": "ibm,everest",
1551 "CalloutList": [
1552 {
1553 "Priority": "low",
1554 "LocCode": "P0"
1555 },
1556 {
1557 "Priority": "low",
1558 "LocCode": "P0-C96"
1559 }
1560 ]
Matt Spinlerbc560982023-04-10 11:16:42 -05001561 },
1562 {
1563 "System": "ibm,bonnell",
1564 "CalloutList": [
1565 {
1566 "Priority": "low",
1567 "LocCode": "P0"
1568 },
1569 {
1570 "Priority": "low",
1571 "LocCode": "P0-C5"
1572 }
1573 ]
Jayanth Othayothf5cd2a42022-05-31 02:54:10 -05001574 }
1575 ],
1576
Patrick Williams26919f02022-12-08 06:12:43 -06001577 "Documentation": {
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001578 "Description": "SBE Boot timeout",
1579 "Message": "timeout reported during SBE boot process",
1580 "Notes": [
1581 "The severity is set by the creator.",
1582 "Check SBE Dump associated to this error to debug the failure."
1583 ]
1584 }
1585 },
1586
1587 {
Ben Tyner34836322020-04-15 17:01:48 -05001588 "Name": "org.open_power.Attn.Error.Terminate",
Ben Tyner808e29f2021-04-16 08:32:23 -05001589 "Subsystem": "cec_hardware",
1590 "Severity": "non_error",
Ben Tyner34836322020-04-15 17:01:48 -05001591
Patrick Williams26919f02022-12-08 06:12:43 -06001592 "SRC": {
Ben Tyner34836322020-04-15 17:01:48 -05001593 "ReasonCode": "0xD138",
Patrick Williams26919f02022-12-08 06:12:43 -06001594 "SymptomIDFields": [
1595 "SRCWord3",
1596 "SRCWord4",
1597 "SRCWord5",
1598 "SRCWord6",
1599 "SRCWord7",
1600 "SRCWord8",
1601 "SRCWord9"
1602 ],
1603 "Words6To9": {}
Ben Tyner34836322020-04-15 17:01:48 -05001604 },
1605
Patrick Williams26919f02022-12-08 06:12:43 -06001606 "Documentation": {
Ben Tyner34836322020-04-15 17:01:48 -05001607 "Description": "Status shows TI special attention active",
1608 "Message": "TI special attention detected",
1609 "Notes": [
1610 "This entry is for any TI special attention event ",
1611 "reported by the attention handler component"
1612 ]
1613 }
1614 },
1615
1616 {
1617 "Name": "org.open_power.Attn.Error.Fail",
1618 "Subsystem": "bmc_firmware",
1619 "Severity": "unrecoverable_loss_of_function",
1620
Patrick Williams26919f02022-12-08 06:12:43 -06001621 "SRC": {
Ben Tyner34836322020-04-15 17:01:48 -05001622 "ReasonCode": "0xD13E",
Patrick Williams26919f02022-12-08 06:12:43 -06001623 "Words6To9": {
1624 "6": {
Ben Tyner34836322020-04-15 17:01:48 -05001625 "Description": "Error code from attention handler",
1626 "AdditionalDataPropSource": "ERROR_CODE"
1627 }
1628 }
1629 },
Patrick Williams26919f02022-12-08 06:12:43 -06001630 "Documentation": {
Ben Tyner34836322020-04-15 17:01:48 -05001631 "Description": "The attention handler encountered an error",
Patrick Williams26919f02022-12-08 06:12:43 -06001632 "MessageArgSources": ["SRCWord6"],
Ben Tyner34836322020-04-15 17:01:48 -05001633 "Message": "Attention handler error %1",
Patrick Williams26919f02022-12-08 06:12:43 -06001634 "Notes": ["Attention handler will provide error code"]
Ben Tyner34836322020-04-15 17:01:48 -05001635 }
1636 },
1637
1638 {
1639 "Name": "org.open_power.Attn.Error.Vital",
1640 "Subsystem": "processor_chip",
Ben Tyner34836322020-04-15 17:01:48 -05001641
Patrick Williams26919f02022-12-08 06:12:43 -06001642 "SRC": {
Ben Tyner34836322020-04-15 17:01:48 -05001643 "ReasonCode": "0xD16D",
Patrick Williams26919f02022-12-08 06:12:43 -06001644 "Words6To9": {}
Ben Tyner34836322020-04-15 17:01:48 -05001645 },
1646
Patrick Williams26919f02022-12-08 06:12:43 -06001647 "Documentation": {
Ben Tyner34836322020-04-15 17:01:48 -05001648 "Description": "Status shows SBE vital attention active",
1649 "Message": "SBE vital attention detected",
1650 "Notes": [
1651 "This entry is for any SBE vital attention event ",
1652 "reported by the attention handler component"
1653 ]
1654 }
1655 },
1656
1657 {
1658 "Name": "org.open_power.HwDiags.Error.Checkstop",
Zane Shelley4e6355d2022-02-24 15:28:08 -06001659 "PossibleSubsystems": [
Patrick Williams26919f02022-12-08 06:12:43 -06001660 "processor",
1661 "processor_fru",
1662 "processor_unit",
1663 "processor_bus",
1664 "memory_ctlr",
1665 "memory_bus",
1666 "memory_dimm",
1667 "memory_fru",
1668 "phb",
1669 "cec_hardware",
1670 "cec_clocks",
1671 "cec_tod",
1672 "others"
Zane Shelley4e6355d2022-02-24 15:28:08 -06001673 ],
1674 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06001675 "ActionFlags": ["service_action", "report", "call_home"],
Ben Tyner34836322020-04-15 17:01:48 -05001676
Patrick Williams26919f02022-12-08 06:12:43 -06001677 "SRC": {
Zane Shelley561c0382020-11-17 13:20:05 -06001678 "ReasonCode": "0xE510",
Patrick Williams26919f02022-12-08 06:12:43 -06001679 "SymptomIDFields": ["SRCWord6", "SRCWord7", "SRCWord8"],
1680 "Words6To9": {
1681 "6": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001682 "AdditionalDataPropSource": "SRC6"
1683 },
Patrick Williams26919f02022-12-08 06:12:43 -06001684 "7": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001685 "AdditionalDataPropSource": "SRC7"
1686 },
Patrick Williams26919f02022-12-08 06:12:43 -06001687 "8": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001688 "AdditionalDataPropSource": "SRC8"
1689 }
Ben Tyner34836322020-04-15 17:01:48 -05001690 }
1691 },
1692
Patrick Williams26919f02022-12-08 06:12:43 -06001693 "Documentation": {
Zane Shelley561c0382020-11-17 13:20:05 -06001694 "Description": "A system checkstop attention has occurred",
Patrick Williams26919f02022-12-08 06:12:43 -06001695 "MessageArgSources": ["SRCWord6", "SRCWord7", "SRCWord8"],
Zane Shelley45ab43a2021-11-13 16:16:57 -06001696 "Message": "Error Signature: %1 %2 %3"
Ben Tyner34836322020-04-15 17:01:48 -05001697 }
1698 },
1699
1700 {
Zane Shelley561c0382020-11-17 13:20:05 -06001701 "Name": "org.open_power.HwDiags.Error.Predictive",
Zane Shelley4e6355d2022-02-24 15:28:08 -06001702 "PossibleSubsystems": [
Patrick Williams26919f02022-12-08 06:12:43 -06001703 "processor",
1704 "processor_fru",
1705 "processor_unit",
1706 "processor_bus",
1707 "memory_ctlr",
1708 "memory_bus",
1709 "memory_dimm",
1710 "memory_fru",
1711 "phb",
1712 "cec_hardware",
1713 "cec_clocks",
1714 "cec_tod",
1715 "others"
Zane Shelley4e6355d2022-02-24 15:28:08 -06001716 ],
1717 "Severity": "predictive",
Patrick Williams26919f02022-12-08 06:12:43 -06001718 "ActionFlags": ["service_action", "report", "call_home"],
Ben Tyner34836322020-04-15 17:01:48 -05001719
Patrick Williams26919f02022-12-08 06:12:43 -06001720 "SRC": {
Zane Shelley561c0382020-11-17 13:20:05 -06001721 "ReasonCode": "0xE511",
Patrick Williams26919f02022-12-08 06:12:43 -06001722 "SymptomIDFields": ["SRCWord6", "SRCWord7", "SRCWord8"],
1723 "Words6To9": {
1724 "6": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001725 "AdditionalDataPropSource": "SRC6"
1726 },
Patrick Williams26919f02022-12-08 06:12:43 -06001727 "7": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001728 "AdditionalDataPropSource": "SRC7"
1729 },
Patrick Williams26919f02022-12-08 06:12:43 -06001730 "8": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001731 "AdditionalDataPropSource": "SRC8"
1732 }
Ben Tyner34836322020-04-15 17:01:48 -05001733 }
1734 },
Zane Shelley561c0382020-11-17 13:20:05 -06001735
Patrick Williams26919f02022-12-08 06:12:43 -06001736 "Documentation": {
Zane Shelley561c0382020-11-17 13:20:05 -06001737 "Description": "A hardware attention requiring service has occurred",
Patrick Williams26919f02022-12-08 06:12:43 -06001738 "MessageArgSources": ["SRCWord6", "SRCWord7", "SRCWord8"],
Zane Shelley45ab43a2021-11-13 16:16:57 -06001739 "Message": "Error Signature: %1 %2 %3"
Ben Tyner34836322020-04-15 17:01:48 -05001740 }
Shawn McCarney01648f52020-06-25 11:42:02 -05001741 },
1742
1743 {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001744 "Name": "org.open_power.HwDiags.Error.Informational",
Zane Shelley4e6355d2022-02-24 15:28:08 -06001745 "PossibleSubsystems": [
Patrick Williams26919f02022-12-08 06:12:43 -06001746 "processor",
1747 "processor_fru",
1748 "processor_unit",
1749 "processor_bus",
1750 "memory_ctlr",
1751 "memory_bus",
1752 "memory_dimm",
1753 "memory_fru",
1754 "phb",
1755 "cec_hardware",
1756 "cec_clocks",
1757 "cec_tod",
1758 "others"
Zane Shelley4e6355d2022-02-24 15:28:08 -06001759 ],
1760 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -06001761 "ActionFlags": ["hidden", "dont_report"],
Zane Shelleydd4bd482021-12-08 09:12:51 -06001762
Patrick Williams26919f02022-12-08 06:12:43 -06001763 "SRC": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001764 "ReasonCode": "0xE512",
Patrick Williams26919f02022-12-08 06:12:43 -06001765 "SymptomIDFields": ["SRCWord6", "SRCWord7", "SRCWord8"],
1766 "Words6To9": {
1767 "6": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001768 "AdditionalDataPropSource": "SRC6"
1769 },
Patrick Williams26919f02022-12-08 06:12:43 -06001770 "7": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001771 "AdditionalDataPropSource": "SRC7"
1772 },
Patrick Williams26919f02022-12-08 06:12:43 -06001773 "8": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001774 "AdditionalDataPropSource": "SRC8"
1775 }
1776 }
1777 },
1778
Patrick Williams26919f02022-12-08 06:12:43 -06001779 "Documentation": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001780 "Description": "Manual analysis was initiated via the command line. FFDC only.",
Patrick Williams26919f02022-12-08 06:12:43 -06001781 "MessageArgSources": ["SRCWord6", "SRCWord7", "SRCWord8"],
Zane Shelleydd4bd482021-12-08 09:12:51 -06001782 "Message": "Error Signature: %1 %2 %3"
1783 }
1784 },
1785
1786 {
Brandon Wyman38caaf02020-09-01 16:07:42 -05001787 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.InputFault",
1788 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001789 "ActionFlags": ["service_action", "report"],
1790 "ComponentID": "0x2700",
1791
1792 "SRC": {
1793 "Type": "11",
1794 "ReasonCode": "0x15F0",
1795 "Words6To9": {}
1796 },
1797
1798 "Callouts": [
1799 {
1800 "CalloutList": [
1801 { "Priority": "high", "SymbolicFRU": "pwrsply" }
1802 ]
1803 }
1804 ],
1805
1806 "Documentation": {
1807 "Description": "Power Supply input power fault",
1808 "Message": "A power supply has indicated an input or under voltage condition.",
1809 "Notes": [
1810 "Check the power supply cabling and/or input power ",
1811 "source. The PWRSPLY procedure is used rather than ",
1812 "calling out a location code, as typically these faults ",
1813 "are related to the supplied power, the cable, or the ",
1814 "cable connectors. If the input fault resolves down to an ",
1815 "issue with the power supply itself, the power supply ",
1816 "indicating this input fault should be called out. Add the ",
1817 "CALLOUT_INVENTORY_PATH to the additional data, and set the",
1818 "CALLOUT_PRIORITY to something other than high."
1819 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06001820 },
1821
1822 "JournalCapture": {
1823 "Sections": [
1824 {
1825 "SyslogID": "phosphor-psu-monitor",
1826 "NumLines": 30
1827 },
1828 {
1829 "SyslogID": "phosphor-power-control",
1830 "NumLines": 30
1831 },
1832 {
1833 "SyslogID": "phosphor-chassis-state-manager",
1834 "NumLines": 15
1835 },
1836 {
1837 "SyslogID": "systemd",
1838 "NumLines": 15
1839 }
1840 ]
Brandon Wyman38caaf02020-09-01 16:07:42 -05001841 }
1842 },
1843
1844 {
1845 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Fault",
1846 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001847 "ActionFlags": ["service_action", "report", "call_home"],
1848 "ComponentID": "0x2700",
1849
1850 "SRC": {
1851 "Type": "11",
1852 "ReasonCode": "0x15F1",
Matt Spinler04ac4e32023-04-14 14:16:37 -05001853 "Words6To9": {},
1854 "DeconfigFlag": true
Brandon Wyman38caaf02020-09-01 16:07:42 -05001855 },
1856
Jim Wright006dafd2022-05-27 12:09:43 -05001857 "Callouts": [
1858 {
1859 "CalloutList": [
1860 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
1861 ]
1862 }
1863 ],
1864
Brandon Wyman38caaf02020-09-01 16:07:42 -05001865 "Documentation": {
1866 "Description": "Power Supply power fault",
1867 "Message": "The power supply detected a fault condition, see AdditionalData for further details.",
1868 "Notes": [
1869 "The power supply reporting the fault should be called ",
1870 "out using the CALLOUT_INVENTORY_PATH keyword. Include ",
1871 "specific fault, STATUS_* details, and code level in the ",
1872 "AdditionalData section."
1873 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06001874 },
1875
1876 "JournalCapture": {
1877 "Sections": [
1878 {
1879 "SyslogID": "phosphor-psu-monitor",
1880 "NumLines": 30
1881 },
1882 {
1883 "SyslogID": "phosphor-power-control",
1884 "NumLines": 30
1885 },
1886 {
1887 "SyslogID": "phosphor-chassis-state-manager",
1888 "NumLines": 15
1889 },
1890 {
1891 "SyslogID": "systemd",
1892 "NumLines": 15
1893 }
1894 ]
Brandon Wyman38caaf02020-09-01 16:07:42 -05001895 }
1896 },
1897
1898 {
1899 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.CommFault",
1900 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001901 "ActionFlags": ["service_action", "report", "call_home"],
1902 "ComponentID": "0x2700",
1903
1904 "SRC": {
1905 "Type": "11",
1906 "ReasonCode": "0x15F2",
Matt Spinler04ac4e32023-04-14 14:16:37 -05001907 "Words6To9": {},
1908 "DeconfigFlag": true
Brandon Wyman38caaf02020-09-01 16:07:42 -05001909 },
1910
Jim Wright006dafd2022-05-27 12:09:43 -05001911 "Callouts": [
1912 {
1913 "CalloutList": [
1914 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
1915 ]
1916 }
1917 ],
1918
Brandon Wyman38caaf02020-09-01 16:07:42 -05001919 "Documentation": {
1920 "Description": "Power Supply non-power fault",
1921 "Message": "A communication failure occurred talking to the power supply",
1922 "Notes": [
1923 "Communication problems with the power supply could be ",
1924 "the power supply, or any hardware between it and the ",
1925 "BMC. Reporting the error should be passing in a call ",
1926 "out using CALLOUT_DEVICE_PATH."
1927 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06001928 },
1929 "JournalCapture": {
1930 "Sections": [
1931 {
1932 "SyslogID": "phosphor-psu-monitor",
1933 "NumLines": 30
1934 },
1935 {
1936 "SyslogID": "phosphor-power-control",
1937 "NumLines": 30
1938 },
1939 {
1940 "SyslogID": "phosphor-chassis-state-manager",
1941 "NumLines": 15
1942 },
1943 {
1944 "SyslogID": "systemd",
1945 "NumLines": 15
1946 }
1947 ]
Brandon Wyman38caaf02020-09-01 16:07:42 -05001948 }
1949 },
1950
1951 {
1952 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Missing",
1953 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001954 "ActionFlags": ["service_action", "report", "call_home"],
1955 "ComponentID": "0x2700",
1956
1957 "SRC": {
1958 "Type": "11",
1959 "ReasonCode": "0x15F6",
Matt Spinler04ac4e32023-04-14 14:16:37 -05001960 "Words6To9": {},
1961 "DeconfigFlag": true
Brandon Wyman38caaf02020-09-01 16:07:42 -05001962 },
1963
1964 "Callouts": [
1965 {
1966 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -05001967 {
1968 "Priority": "high",
1969 "SymbolicFRUTrusted": "pwrsply",
1970 "UseInventoryLocCode": true
1971 }
Brandon Wyman38caaf02020-09-01 16:07:42 -05001972 ]
1973 }
1974 ],
1975
1976 "Documentation": {
1977 "Description": "Power Supply is missing",
1978 "Message": "A power supply that should be present is missing",
1979 "Notes": [
1980 "The CalloutList should use the PWRSPLY symbolic FRU ",
Matt Spinler80600192020-10-23 09:29:33 -05001981 "with the trusted location code property. The ",
1982 "location code in this callout is obtained from ",
1983 "the passed in CALLOUT_INVENTORY_PATH value."
Brandon Wyman38caaf02020-09-01 16:07:42 -05001984 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06001985 },
1986
1987 "JournalCapture": {
1988 "Sections": [
1989 {
1990 "SyslogID": "phosphor-psu-monitor",
1991 "NumLines": 30
1992 },
1993 {
1994 "SyslogID": "phosphor-power-control",
1995 "NumLines": 30
1996 },
1997 {
1998 "SyslogID": "phosphor-chassis-state-manager",
1999 "NumLines": 15
2000 },
2001 {
2002 "SyslogID": "systemd",
2003 "NumLines": 15
2004 }
2005 ]
Brandon Wyman38caaf02020-09-01 16:07:42 -05002006 }
2007 },
2008
2009 {
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00002010 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.NotSupported",
2011 "Subsystem": "power_supply",
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00002012 "ActionFlags": ["service_action", "report", "call_home"],
2013 "ComponentID": "0x2700",
2014
2015 "SRC": {
2016 "Type": "11",
2017 "ReasonCode": "0x15F7",
2018 "Words6To9": {}
2019 },
2020
Jim Wright006dafd2022-05-27 12:09:43 -05002021 "Callouts": [
2022 {
2023 "CalloutList": [
2024 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
2025 ]
2026 }
2027 ],
2028
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00002029 "Documentation": {
2030 "Description": "Power Supply configuration is not supported",
2031 "Message": "The power supply configuration is not supported",
2032 "Notes": [
2033 "The combination of power supplies detected in the ",
2034 "system is not supported. This could be caused by ",
2035 "mismatched models, less than expected number of power ",
2036 "supplies, or other unsupported characteristics."
2037 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06002038 },
2039
2040 "JournalCapture": {
2041 "Sections": [
2042 {
2043 "SyslogID": "phosphor-psu-monitor",
2044 "NumLines": 30
2045 },
2046 {
2047 "SyslogID": "phosphor-power-control",
2048 "NumLines": 30
2049 },
2050 {
2051 "SyslogID": "phosphor-chassis-state-manager",
2052 "NumLines": 15
2053 },
2054 {
2055 "SyslogID": "systemd",
2056 "NumLines": 15
2057 }
2058 ]
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00002059 }
2060 },
2061
2062 {
Brandon Wymanc30f00a2021-11-18 21:10:04 +00002063 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.FanFault",
2064 "Subsystem": "power_supply",
Brandon Wymanc30f00a2021-11-18 21:10:04 +00002065 "ActionFlags": ["service_action", "report", "call_home"],
2066 "ComponentID": "0x2700",
2067
2068 "SRC": {
2069 "Type": "11",
2070 "ReasonCode": "0x15FF",
Matt Spinler04ac4e32023-04-14 14:16:37 -05002071 "Words6To9": {},
2072 "DeconfigFlag": true
Brandon Wymanc30f00a2021-11-18 21:10:04 +00002073 },
2074
Jim Wright006dafd2022-05-27 12:09:43 -05002075 "Callouts": [
2076 {
2077 "CalloutList": [
2078 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
2079 ]
2080 }
2081 ],
2082
Brandon Wymanc30f00a2021-11-18 21:10:04 +00002083 "Documentation": {
2084 "Description": "Power Supply fan fault",
2085 "Message": "A power supply indicated a fan fault has occurred",
2086 "Notes": [
2087 "The power supply reporting the fault should be called ",
2088 "out using the CALLOUT_INVENTORY_PATH keyword. Include ",
2089 "specific fault, STATUS_* details, and code level in the ",
2090 "AdditionalData section."
2091 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06002092 },
2093
2094 "JournalCapture": {
2095 "Sections": [
2096 {
2097 "SyslogID": "phosphor-psu-monitor",
2098 "NumLines": 30
2099 },
2100 {
2101 "SyslogID": "phosphor-power-control",
2102 "NumLines": 30
2103 },
2104 {
2105 "SyslogID": "phosphor-chassis-state-manager",
2106 "NumLines": 15
2107 },
2108 {
2109 "SyslogID": "systemd",
2110 "NumLines": 15
2111 }
2112 ]
Brandon Wymanc30f00a2021-11-18 21:10:04 +00002113 }
2114 },
2115
2116 {
Brandon Wyman90c88402021-11-16 20:34:49 +00002117 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.IoutOCFault",
2118 "Subsystem": "power_supply",
Brandon Wyman90c88402021-11-16 20:34:49 +00002119 "ActionFlags": ["service_action", "report", "call_home"],
2120 "ComponentID": "0x2700",
2121
2122 "SRC": {
2123 "Type": "11",
2124 "ReasonCode": "0x1B01",
2125 "Words6To9": {}
2126 },
2127
2128 "Callouts": [
2129 {
2130 "CalloutList": [
2131 { "Priority": "high", "Procedure": "power_overcurrent" }
2132 ]
2133 }
2134 ],
2135
2136 "Documentation": {
2137 "Description": "Power Supply output over-current power fault",
2138 "Message": "A power supply has indicated an output over-current condition."
Faisal Awada8d2b2422023-03-03 15:48:09 -06002139 },
2140
2141 "JournalCapture": {
2142 "Sections": [
2143 {
2144 "SyslogID": "phosphor-psu-monitor",
2145 "NumLines": 30
2146 },
2147 {
2148 "SyslogID": "phosphor-power-control",
2149 "NumLines": 30
2150 },
2151 {
2152 "SyslogID": "phosphor-chassis-state-manager",
2153 "NumLines": 15
2154 },
2155 {
2156 "SyslogID": "systemd",
2157 "NumLines": 15
2158 }
2159 ]
Brandon Wyman90c88402021-11-16 20:34:49 +00002160 }
2161 },
2162
2163 {
Jay Meyer54ff54e2021-03-14 20:18:41 -05002164 "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Blackout",
2165 "Subsystem": "power",
Patrick Williams26919f02022-12-08 06:12:43 -06002166 "ActionFlags": ["report", "service_action"],
Jay Meyer54ff54e2021-03-14 20:18:41 -05002167 "ComponentID": "0x2700",
2168
Patrick Williams26919f02022-12-08 06:12:43 -06002169 "SRC": {
Jay Meyer54ff54e2021-03-14 20:18:41 -05002170 "Type": "11",
2171 "ReasonCode": "0x00AC",
Mike Cappsa2d7b772022-03-07 15:47:48 -05002172 "Words6To9": {}
Jay Meyer54ff54e2021-03-14 20:18:41 -05002173 },
2174
2175 "Callouts": [
2176 {
2177 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002178 { "Priority": "high", "SymbolicFRU": "ac_module" }
Jay Meyer54ff54e2021-03-14 20:18:41 -05002179 ]
2180 }
2181 ],
2182
2183 "Documentation": {
2184 "Description": "Input power was lost while the system was powered on.",
2185 "Message": "Input power was lost while the system was powered on.",
2186 "Notes": [
2187 "Input power was lost while system powered on.",
2188 "The CalloutList should use the ACMODUL symbolic FRU."
2189 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06002190 },
2191
2192 "JournalCapture": {
2193 "Sections": [
2194 {
2195 "SyslogID": "phosphor-psu-monitor",
2196 "NumLines": 30
2197 },
2198 {
2199 "SyslogID": "phosphor-power-control",
2200 "NumLines": 30
2201 },
2202 {
2203 "SyslogID": "phosphor-chassis-state-manager",
2204 "NumLines": 15
2205 },
2206 {
2207 "SyslogID": "systemd",
2208 "NumLines": 15
2209 }
2210 ]
Jay Meyer54ff54e2021-03-14 20:18:41 -05002211 }
2212 },
2213
2214 {
Patrick Williams26919f02022-12-08 06:12:43 -06002215 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.PSKillFault",
Brandon Wyman002d8cf2021-12-01 23:05:11 +00002216 "Subsystem": "power_supply",
Brandon Wyman002d8cf2021-12-01 23:05:11 +00002217 "ActionFlags": ["service_action", "report", "call_home"],
2218 "ComponentID": "0x2700",
2219
2220 "SRC": {
2221 "Type": "11",
2222 "ReasonCode": "0x2500",
Mike Cappsa2d7b772022-03-07 15:47:48 -05002223 "Words6To9": {}
Brandon Wyman002d8cf2021-12-01 23:05:11 +00002224 },
2225
2226 "Callouts": [
2227 {
2228 "CalloutList": [
2229 { "Priority": "high", "Procedure": "power_overcurrent" }
2230 ]
2231 }
2232 ],
2233
2234 "Documentation": {
2235 "Description": "A power supply fault is potentially preventing the power supply from allowing the system to power on.",
2236 "Message": "Power supply PSKill_fault",
Patrick Williams26919f02022-12-08 06:12:43 -06002237 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06002238 },
2239
2240 "JournalCapture": {
2241 "Sections": [
2242 {
2243 "SyslogID": "phosphor-psu-monitor",
2244 "NumLines": 30
2245 },
2246 {
2247 "SyslogID": "phosphor-power-control",
2248 "NumLines": 30
2249 },
2250 {
2251 "SyslogID": "phosphor-chassis-state-manager",
2252 "NumLines": 15
2253 },
2254 {
2255 "SyslogID": "systemd",
2256 "NumLines": 15
2257 }
2258 ]
Brandon Wyman002d8cf2021-12-01 23:05:11 +00002259 }
2260 },
2261
2262 {
Jim Wright7f678902020-11-30 16:03:57 -06002263 "Name": "xyz.openbmc_project.Power.Error.Shutdown",
2264 "Subsystem": "power_sequencer",
2265 "ComponentID": "0x2700",
2266
2267 "SRC": {
2268 "Type": "11",
2269 "ReasonCode": "0x2600",
2270 "Words6To9": {}
2271 },
2272
2273 "Callouts": [
2274 {
2275 "CalloutList": [
2276 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2277 ]
2278 }
2279 ],
2280
2281 "Documentation": {
2282 "Description": "A power off was issued because a power fault was detected",
2283 "Message": "A power off was issued because a power fault was detected",
Patrick Williams26919f02022-12-08 06:12:43 -06002284 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06002285 },
2286
2287 "JournalCapture": {
2288 "Sections": [
2289 {
2290 "SyslogID": "phosphor-psu-monitor",
2291 "NumLines": 30
2292 },
2293 {
2294 "SyslogID": "phosphor-power-control",
2295 "NumLines": 30
2296 },
2297 {
2298 "SyslogID": "phosphor-chassis-state-manager",
2299 "NumLines": 15
2300 },
2301 {
2302 "SyslogID": "systemd",
2303 "NumLines": 15
2304 },
2305 {
2306 "SyslogID": "phosphor-regulators",
2307 "NumLines": 5
2308 }
2309 ]
Jim Wright7f678902020-11-30 16:03:57 -06002310 }
2311 },
2312
2313 {
Ben Tyner0273a222021-07-12 15:18:13 -05002314 "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Regulator",
2315 "Subsystem": "power_control_hw",
Mike Capps2a2d0ae2022-03-16 18:09:00 -04002316 "Severity": "critical_system_term",
Ben Tyner0273a222021-07-12 15:18:13 -05002317 "ComponentID": "0x2700",
2318
2319 "SRC": {
2320 "Type": "11",
2321 "ReasonCode": "0x2602",
Mike Cappsa2d7b772022-03-07 15:47:48 -05002322 "Words6To9": {}
Ben Tyner0273a222021-07-12 15:18:13 -05002323 },
2324
2325 "Callouts": [
2326 {
2327 "System": "ibm,rainier",
2328 "CalloutList": [
2329 {
2330 "Priority": "high",
2331 "LocCode": "P0-C5"
2332 },
2333 {
2334 "Priority": "medium",
2335 "LocCode": "P0"
2336 }
2337 ]
2338 },
2339 {
2340 "System": "ibm,everest",
2341 "CalloutList": [
2342 {
2343 "Priority": "high",
2344 "LocCode": "P0-C59"
2345 },
2346 {
2347 "Priority": "medium",
2348 "LocCode": "P0"
2349 }
2350 ]
Matt Spinler0600cf72023-04-10 11:22:33 -05002351 },
2352 {
2353 "System": "ibm,bonnell",
2354 "CalloutList": [
2355 {
2356 "Priority": "high",
2357 "LocCode": "P0"
2358 }
2359 ]
Ben Tyner0273a222021-07-12 15:18:13 -05002360 }
2361 ],
2362
2363 "Documentation": {
2364 "Description": "A power off was issued because a regulator for standby power faulted",
2365 "Message": "A power off was issued because a regulator for standby power faulted",
Patrick Williams26919f02022-12-08 06:12:43 -06002366 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06002367 },
2368
2369 "JournalCapture": {
2370 "Sections": [
2371 {
2372 "SyslogID": "phosphor-psu-monitor",
2373 "NumLines": 30
2374 },
2375 {
2376 "SyslogID": "phosphor-power-control",
2377 "NumLines": 30
2378 },
2379 {
2380 "SyslogID": "phosphor-chassis-state-manager",
2381 "NumLines": 15
2382 },
2383 {
2384 "SyslogID": "systemd",
2385 "NumLines": 15
2386 },
2387 {
2388 "SyslogID": "phosphor-regulators",
2389 "NumLines": 5
2390 }
2391 ]
Ben Tyner0273a222021-07-12 15:18:13 -05002392 }
2393 },
2394
2395 {
Jim Wright7f678902020-11-30 16:03:57 -06002396 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerPGOODFault",
2397 "Subsystem": "power_sequencer",
2398 "ComponentID": "0x2700",
2399
2400 "SRC": {
2401 "Type": "11",
2402 "ReasonCode": "0x2610",
2403 "Words6To9": {}
2404 },
2405
2406 "CalloutsUsingAD": {
Patrick Williams26919f02022-12-08 06:12:43 -06002407 "ADName": "INPUT_NAME",
2408 "CalloutsWithTheirADValues": [
Jim Wright7f678902020-11-30 16:03:57 -06002409 {
Patrick Williams26919f02022-12-08 06:12:43 -06002410 "ADValue": "PGOOD_12A",
2411 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002412 {
2413 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002414 {
2415 "Priority": "high",
2416 "SymbolicFRU": "pgood_part"
2417 }
Jim Wright7f678902020-11-30 16:03:57 -06002418 ]
2419 }
2420 ]
2421 },
2422 {
Patrick Williams26919f02022-12-08 06:12:43 -06002423 "ADValue": "PGOOD_12B",
2424 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002425 {
2426 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002427 {
2428 "Priority": "high",
2429 "SymbolicFRU": "pgood_part"
2430 }
Jim Wright7f678902020-11-30 16:03:57 -06002431 ]
2432 }
2433 ]
2434 },
2435 {
Patrick Williams26919f02022-12-08 06:12:43 -06002436 "ADValue": "PGOOD_12C",
2437 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002438 {
2439 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002440 {
2441 "Priority": "high",
2442 "SymbolicFRU": "pgood_part"
2443 }
Jim Wright7f678902020-11-30 16:03:57 -06002444 ]
2445 }
2446 ]
2447 },
2448 {
Patrick Williams26919f02022-12-08 06:12:43 -06002449 "ADValue": "PGOOD_12D",
2450 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002451 {
2452 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002453 {
2454 "Priority": "high",
2455 "SymbolicFRU": "pgood_part"
2456 }
Jim Wright7f678902020-11-30 16:03:57 -06002457 ]
2458 }
2459 ]
2460 },
2461 {
Patrick Williams26919f02022-12-08 06:12:43 -06002462 "ADValue": "PGOOD_12L",
2463 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002464 {
2465 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002466 {
2467 "Priority": "high",
2468 "SymbolicFRU": "pgood_part"
2469 }
Jim Wright7f678902020-11-30 16:03:57 -06002470 ]
2471 }
2472 ]
2473 },
2474 {
Patrick Williams26919f02022-12-08 06:12:43 -06002475 "ADValue": "PGOOD_12M",
2476 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002477 {
2478 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002479 {
2480 "Priority": "high",
2481 "SymbolicFRU": "pgood_part"
2482 }
Jim Wright7f678902020-11-30 16:03:57 -06002483 ]
2484 }
2485 ]
2486 },
2487 {
Patrick Williams26919f02022-12-08 06:12:43 -06002488 "ADValue": "PGOOD_12N",
2489 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002490 {
2491 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002492 {
2493 "Priority": "high",
2494 "SymbolicFRU": "pgood_part"
2495 }
Jim Wright7f678902020-11-30 16:03:57 -06002496 ]
2497 }
2498 ]
2499 },
2500 {
Patrick Williams26919f02022-12-08 06:12:43 -06002501 "ADValue": "PGOOD_12PCIE",
2502 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002503 {
2504 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002505 {
2506 "Priority": "high",
2507 "SymbolicFRU": "pgood_part"
2508 }
Jim Wright7f678902020-11-30 16:03:57 -06002509 ]
2510 }
2511 ]
2512 },
2513 {
Patrick Williams26919f02022-12-08 06:12:43 -06002514 "ADValue": "PGOOD_12Q",
2515 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002516 {
2517 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002518 {
2519 "Priority": "high",
2520 "SymbolicFRU": "pgood_part"
2521 }
Jim Wright7f678902020-11-30 16:03:57 -06002522 ]
2523 }
2524 ]
2525 },
2526 {
Patrick Williams26919f02022-12-08 06:12:43 -06002527 "ADValue": "PGOOD_VDN_DCM0",
2528 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002529 {
2530 "CalloutList": [
2531 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002532 {
2533 "Priority": "medium",
2534 "LocCode": "P0-C15"
2535 },
Jim Wright7f678902020-11-30 16:03:57 -06002536 { "Priority": "low", "LocCode": "P0" }
2537 ]
2538 }
2539 ]
2540 },
2541 {
Patrick Williams26919f02022-12-08 06:12:43 -06002542 "ADValue": "PGOOD_VDN_DCM1",
2543 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002544 {
2545 "CalloutList": [
2546 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002547 {
2548 "Priority": "medium",
2549 "LocCode": "P0-C24"
2550 },
Jim Wright7f678902020-11-30 16:03:57 -06002551 { "Priority": "low", "LocCode": "P0" }
2552 ]
2553 }
2554 ]
2555 },
2556 {
Patrick Williams26919f02022-12-08 06:12:43 -06002557 "ADValue": "PGOOD_VCS_DCM0",
2558 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002559 {
2560 "CalloutList": [
2561 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002562 {
2563 "Priority": "medium",
2564 "LocCode": "P0-C15"
2565 },
Jim Wright7f678902020-11-30 16:03:57 -06002566 { "Priority": "low", "LocCode": "P0" }
2567 ]
2568 }
2569 ]
2570 },
2571 {
Patrick Williams26919f02022-12-08 06:12:43 -06002572 "ADValue": "PGOOD_VCS_DCM1",
2573 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002574 {
2575 "CalloutList": [
2576 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002577 {
2578 "Priority": "medium",
2579 "LocCode": "P0-C24"
2580 },
Jim Wright7f678902020-11-30 16:03:57 -06002581 { "Priority": "low", "LocCode": "P0" }
2582 ]
2583 }
2584 ]
2585 },
2586 {
Patrick Williams26919f02022-12-08 06:12:43 -06002587 "ADValue": "PGOOD_VIO_DCM0",
2588 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002589 {
2590 "CalloutList": [
2591 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002592 {
2593 "Priority": "medium",
2594 "LocCode": "P0-C15"
2595 },
Jim Wright7f678902020-11-30 16:03:57 -06002596 { "Priority": "low", "LocCode": "P0" }
2597 ]
2598 }
2599 ]
2600 },
2601 {
Patrick Williams26919f02022-12-08 06:12:43 -06002602 "ADValue": "PGOOD_VIO_DCM1",
2603 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002604 {
2605 "CalloutList": [
2606 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002607 {
2608 "Priority": "medium",
2609 "LocCode": "P0-C24"
2610 },
Jim Wright7f678902020-11-30 16:03:57 -06002611 { "Priority": "low", "LocCode": "P0" }
2612 ]
2613 }
2614 ]
2615 },
2616 {
Patrick Williams26919f02022-12-08 06:12:43 -06002617 "ADValue": "PGOOD_VPCIE_DCM0",
2618 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002619 {
2620 "CalloutList": [
2621 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002622 {
2623 "Priority": "medium",
2624 "LocCode": "P0-C15"
2625 },
Jim Wright7f678902020-11-30 16:03:57 -06002626 { "Priority": "low", "LocCode": "P0" }
2627 ]
2628 }
2629 ]
2630 },
2631 {
Patrick Williams26919f02022-12-08 06:12:43 -06002632 "ADValue": "PGOOD_VPCIE_DCM1",
2633 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002634 {
2635 "CalloutList": [
2636 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002637 {
2638 "Priority": "medium",
2639 "LocCode": "P0-C24"
2640 },
Jim Wright7f678902020-11-30 16:03:57 -06002641 { "Priority": "low", "LocCode": "P0" }
2642 ]
2643 }
2644 ]
Jim Wright2e4eb072022-02-03 14:43:46 -06002645 },
2646 {
Patrick Williams26919f02022-12-08 06:12:43 -06002647 "ADValue": "CP0_VPCIE",
2648 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002649 {
2650 "CalloutList": [
2651 { "Priority": "high", "LocCode": "P0-C58" },
Patrick Williams26919f02022-12-08 06:12:43 -06002652 {
2653 "Priority": "medium",
2654 "LocCode": "P0-C61"
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": "CP1_VPCIE",
2663 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002664 {
2665 "CalloutList": [
2666 { "Priority": "high", "LocCode": "P0-C16" },
Patrick Williams26919f02022-12-08 06:12:43 -06002667 {
2668 "Priority": "medium",
2669 "LocCode": "P0-C14"
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": "CP2_VPCIE",
2678 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002679 {
2680 "CalloutList": [
2681 { "Priority": "high", "LocCode": "P0-C16" },
Patrick Williams26919f02022-12-08 06:12:43 -06002682 {
2683 "Priority": "medium",
2684 "LocCode": "P0-C19"
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": "CP3_VPCIE",
2693 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002694 {
2695 "CalloutList": [
2696 { "Priority": "high", "LocCode": "P0-C58" },
Patrick Williams26919f02022-12-08 06:12:43 -06002697 {
2698 "Priority": "medium",
2699 "LocCode": "P0-C56"
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": "5.0V_USB_front",
2708 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002709 {
2710 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002711 {
2712 "Priority": "high",
2713 "SymbolicFRU": "usb_pgood"
2714 },
Jim Wrightace33db2022-04-19 14:33:37 -05002715 { "Priority": "low", "LocCode": "P1" },
2716 { "Priority": "low", "LocCode": "P0" }
Jim Wright2e4eb072022-02-03 14:43:46 -06002717 ]
2718 }
2719 ]
2720 },
2721 {
Patrick Williams26919f02022-12-08 06:12:43 -06002722 "ADValue": "CP0_VDN",
2723 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002724 {
2725 "CalloutList": [
2726 { "Priority": "high", "LocCode": "P0-C63" },
Patrick Williams26919f02022-12-08 06:12:43 -06002727 {
2728 "Priority": "medium",
2729 "LocCode": "P0-C61"
2730 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002731 { "Priority": "low", "LocCode": "P0" }
2732 ]
2733 }
2734 ]
2735 },
2736 {
Patrick Williams26919f02022-12-08 06:12:43 -06002737 "ADValue": "CP1_VDN",
2738 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002739 {
2740 "CalloutList": [
2741 { "Priority": "high", "LocCode": "P0-C12" },
Patrick Williams26919f02022-12-08 06:12:43 -06002742 {
2743 "Priority": "medium",
2744 "LocCode": "P0-C14"
2745 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002746 { "Priority": "low", "LocCode": "P0" }
2747 ]
2748 }
2749 ]
2750 },
2751 {
Patrick Williams26919f02022-12-08 06:12:43 -06002752 "ADValue": "CP2_VDN",
2753 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002754 {
2755 "CalloutList": [
2756 { "Priority": "high", "LocCode": "P0-C21" },
Patrick Williams26919f02022-12-08 06:12:43 -06002757 {
2758 "Priority": "medium",
2759 "LocCode": "P0-C19"
2760 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002761 { "Priority": "low", "LocCode": "P0" }
2762 ]
2763 }
2764 ]
2765 },
2766 {
Patrick Williams26919f02022-12-08 06:12:43 -06002767 "ADValue": "CP3_VDN",
2768 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002769 {
2770 "CalloutList": [
2771 { "Priority": "high", "LocCode": "P0-C54" },
Patrick Williams26919f02022-12-08 06:12:43 -06002772 {
2773 "Priority": "medium",
2774 "LocCode": "P0-C56"
2775 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002776 { "Priority": "low", "LocCode": "P0" }
2777 ]
2778 }
2779 ]
2780 },
2781 {
Patrick Williams26919f02022-12-08 06:12:43 -06002782 "ADValue": "CP0_VIO",
2783 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002784 {
2785 "CalloutList": [
2786 { "Priority": "high", "LocCode": "P0-C63" },
Patrick Williams26919f02022-12-08 06:12:43 -06002787 {
2788 "Priority": "medium",
2789 "LocCode": "P0-C61"
2790 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002791 { "Priority": "low", "LocCode": "P0" }
2792 ]
2793 }
2794 ]
2795 },
2796 {
Patrick Williams26919f02022-12-08 06:12:43 -06002797 "ADValue": "CP1_VIO",
2798 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002799 {
2800 "CalloutList": [
2801 { "Priority": "high", "LocCode": "P0-C12" },
Patrick Williams26919f02022-12-08 06:12:43 -06002802 {
2803 "Priority": "medium",
2804 "LocCode": "P0-C14"
2805 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002806 { "Priority": "low", "LocCode": "P0" }
2807 ]
2808 }
2809 ]
2810 },
2811 {
Patrick Williams26919f02022-12-08 06:12:43 -06002812 "ADValue": "CP2_VIO",
2813 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002814 {
2815 "CalloutList": [
2816 { "Priority": "high", "LocCode": "P0-C21" },
Patrick Williams26919f02022-12-08 06:12:43 -06002817 {
2818 "Priority": "medium",
2819 "LocCode": "P0-C19"
2820 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002821 { "Priority": "low", "LocCode": "P0" }
2822 ]
2823 }
2824 ]
2825 },
2826 {
Patrick Williams26919f02022-12-08 06:12:43 -06002827 "ADValue": "CP3_VIO",
2828 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002829 {
2830 "CalloutList": [
2831 { "Priority": "high", "LocCode": "P0-C54" },
Patrick Williams26919f02022-12-08 06:12:43 -06002832 {
2833 "Priority": "medium",
2834 "LocCode": "P0-C56"
2835 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002836 { "Priority": "low", "LocCode": "P0" }
2837 ]
2838 }
2839 ]
Jim Wright9b779e42022-12-16 17:50:23 -06002840 },
2841 {
2842 "ADValue": "12P0VB_PG_OK",
2843 "Callouts": [
2844 {
2845 "CalloutList": [
2846 {
2847 "Priority": "high",
2848 "SymbolicFRU": "pgood_part"
2849 }
2850 ]
2851 }
2852 ]
2853 },
2854 {
2855 "ADValue": "12P0VA_PG_OK",
2856 "Callouts": [
2857 {
2858 "CalloutList": [
2859 {
2860 "Priority": "high",
2861 "SymbolicFRU": "pgood_part"
2862 }
2863 ]
2864 }
2865 ]
Jim Wright7f678902020-11-30 16:03:57 -06002866 }
2867 ]
2868 },
2869
2870 "Documentation": {
2871 "Description": "The power sequencer chip detected a PGOOD fault",
2872 "Message": "The power sequencer chip detected a PGOOD fault",
Patrick Williams26919f02022-12-08 06:12:43 -06002873 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06002874 },
2875
2876 "JournalCapture": {
2877 "Sections": [
2878 {
2879 "SyslogID": "phosphor-psu-monitor",
2880 "NumLines": 30
2881 },
2882 {
2883 "SyslogID": "phosphor-power-control",
2884 "NumLines": 30
2885 },
2886 {
2887 "SyslogID": "phosphor-chassis-state-manager",
2888 "NumLines": 15
2889 },
2890 {
2891 "SyslogID": "systemd",
2892 "NumLines": 15
2893 },
2894 {
2895 "SyslogID": "phosphor-regulators",
2896 "NumLines": 5
2897 }
2898 ]
Jim Wright7f678902020-11-30 16:03:57 -06002899 }
2900 },
2901
2902 {
2903 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerVoltageFault",
2904 "Subsystem": "power_sequencer",
2905 "ComponentID": "0x2700",
2906
2907 "SRC": {
2908 "Type": "11",
2909 "ReasonCode": "0x2620",
2910 "Words6To9": {}
2911 },
2912
2913 "CalloutsUsingAD": {
Patrick Williams26919f02022-12-08 06:12:43 -06002914 "ADName": "RAIL_NAME",
2915 "CalloutsWithTheirADValues": [
Jim Wright7f678902020-11-30 16:03:57 -06002916 {
Patrick Williams26919f02022-12-08 06:12:43 -06002917 "ADValue": "12.0V",
2918 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002919 {
2920 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002921 {
2922 "Priority": "high",
2923 "SymbolicFRU": "pgood_part"
2924 }
Jim Wright7f678902020-11-30 16:03:57 -06002925 ]
2926 }
2927 ]
2928 },
2929 {
Patrick Williams26919f02022-12-08 06:12:43 -06002930 "ADValue": "5.0V_USB",
2931 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002932 {
2933 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002934 {
2935 "Priority": "high",
2936 "SymbolicFRU": "usb_pgood"
2937 },
Jim Wright7f678902020-11-30 16:03:57 -06002938 { "Priority": "medium", "LocCode": "P0" }
2939 ]
2940 }
2941 ]
2942 },
2943 {
Patrick Williams26919f02022-12-08 06:12:43 -06002944 "ADValue": "5.0V_DASD",
2945 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002946 {
2947 "CalloutList": [
2948 { "Priority": "medium", "LocCode": "P1" },
2949 { "Priority": "medium", "LocCode": "P2" },
Jim Wright7f678902020-11-30 16:03:57 -06002950 { "Priority": "low", "LocCode": "P0" }
2951 ]
2952 }
2953 ]
2954 },
2955 {
Patrick Williams26919f02022-12-08 06:12:43 -06002956 "ADValue": "3.3VA",
2957 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002958 {
2959 "CalloutList": [
2960 { "Priority": "high", "LocCode": "P0" }
2961 ]
2962 }
2963 ]
2964 },
2965 {
Patrick Williams26919f02022-12-08 06:12:43 -06002966 "ADValue": "3.3VB",
2967 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002968 {
2969 "CalloutList": [
2970 { "Priority": "high", "LocCode": "P0" }
2971 ]
2972 }
2973 ]
2974 },
2975 {
Patrick Williams26919f02022-12-08 06:12:43 -06002976 "ADValue": "1.5V",
2977 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002978 {
2979 "CalloutList": [
2980 { "Priority": "high", "LocCode": "P0" }
2981 ]
2982 }
2983 ]
2984 },
2985 {
Patrick Williams26919f02022-12-08 06:12:43 -06002986 "ADValue": "1.1V",
2987 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002988 {
2989 "CalloutList": [
2990 { "Priority": "high", "LocCode": "P0" }
2991 ]
2992 }
2993 ]
2994 },
2995 {
Patrick Williams26919f02022-12-08 06:12:43 -06002996 "ADValue": "VDDA_DCM0",
2997 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002998 {
2999 "CalloutList": [
3000 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06003001 {
3002 "Priority": "medium",
3003 "LocCode": "P0-C15"
3004 },
Jim Wright7f678902020-11-30 16:03:57 -06003005 { "Priority": "low", "LocCode": "P0" }
3006 ]
3007 }
3008 ]
3009 },
3010 {
Patrick Williams26919f02022-12-08 06:12:43 -06003011 "ADValue": "VDDB_DCM0",
3012 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003013 {
3014 "CalloutList": [
3015 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06003016 {
3017 "Priority": "medium",
3018 "LocCode": "P0-C15"
3019 },
Jim Wright7f678902020-11-30 16:03:57 -06003020 { "Priority": "low", "LocCode": "P0" }
3021 ]
3022 }
3023 ]
3024 },
3025 {
Patrick Williams26919f02022-12-08 06:12:43 -06003026 "ADValue": "VDDA_DCM1",
3027 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003028 {
3029 "CalloutList": [
3030 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06003031 {
3032 "Priority": "medium",
3033 "LocCode": "P0-C24"
3034 },
Jim Wright7f678902020-11-30 16:03:57 -06003035 { "Priority": "low", "LocCode": "P0" }
3036 ]
3037 }
3038 ]
3039 },
3040 {
Patrick Williams26919f02022-12-08 06:12:43 -06003041 "ADValue": "VDDB_DCM1",
3042 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003043 {
3044 "CalloutList": [
3045 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06003046 {
3047 "Priority": "medium",
3048 "LocCode": "P0-C24"
3049 },
Jim Wright7f678902020-11-30 16:03:57 -06003050 { "Priority": "low", "LocCode": "P0" }
3051 ]
3052 }
3053 ]
3054 },
3055 {
Patrick Williams26919f02022-12-08 06:12:43 -06003056 "ADValue": "12.0VCS",
3057 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003058 {
3059 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003060 {
3061 "Priority": "high",
3062 "SymbolicFRU": "pgood_part"
3063 }
Jim Wright7f678902020-11-30 16:03:57 -06003064 ]
3065 }
3066 ]
3067 },
3068 {
Patrick Williams26919f02022-12-08 06:12:43 -06003069 "ADValue": "3.3VCS",
3070 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003071 {
3072 "CalloutList": [
3073 { "Priority": "high", "LocCode": "P0" }
3074 ]
3075 }
3076 ]
3077 },
3078 {
Patrick Williams26919f02022-12-08 06:12:43 -06003079 "ADValue": "1.1V_Current",
3080 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003081 {
3082 "CalloutList": [
3083 { "Priority": "high", "LocCode": "P0" }
3084 ]
3085 }
3086 ]
3087 },
3088 {
Patrick Williams26919f02022-12-08 06:12:43 -06003089 "ADValue": "5.0V_USB_Current",
3090 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003091 {
3092 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003093 {
3094 "Priority": "high",
3095 "SymbolicFRU": "usb_pgood"
3096 },
Jim Wright7f678902020-11-30 16:03:57 -06003097 { "Priority": "medium", "LocCode": "P0" }
3098 ]
3099 }
3100 ]
3101 },
3102 {
Patrick Williams26919f02022-12-08 06:12:43 -06003103 "ADValue": "5.0V_DASD_Current",
3104 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003105 {
3106 "CalloutList": [
3107 { "Priority": "medium", "LocCode": "P1" },
3108 { "Priority": "medium", "LocCode": "P2" },
Jim Wright7f678902020-11-30 16:03:57 -06003109 { "Priority": "low", "LocCode": "P0" }
3110 ]
3111 }
3112 ]
3113 },
3114 {
Patrick Williams26919f02022-12-08 06:12:43 -06003115 "ADValue": "12.0VN",
3116 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003117 {
3118 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003119 {
3120 "Priority": "high",
3121 "SymbolicFRU": "pgood_part"
3122 }
Jim Wright7f678902020-11-30 16:03:57 -06003123 ]
3124 }
3125 ]
3126 },
3127 {
Patrick Williams26919f02022-12-08 06:12:43 -06003128 "ADValue": "12.0VP",
3129 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003130 {
3131 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003132 {
3133 "Priority": "high",
3134 "SymbolicFRU": "pgood_part"
3135 }
Jim Wright7f678902020-11-30 16:03:57 -06003136 ]
3137 }
3138 ]
3139 },
3140 {
Patrick Williams26919f02022-12-08 06:12:43 -06003141 "ADValue": "12.0VQ",
3142 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003143 {
3144 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003145 {
3146 "Priority": "high",
3147 "SymbolicFRU": "pgood_part"
3148 }
Jim Wright7f678902020-11-30 16:03:57 -06003149 ]
3150 }
3151 ]
3152 },
3153 {
Patrick Williams26919f02022-12-08 06:12:43 -06003154 "ADValue": "12.0VR",
3155 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003156 {
3157 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003158 {
3159 "Priority": "high",
3160 "SymbolicFRU": "pgood_part"
3161 }
Jim Wright7f678902020-11-30 16:03:57 -06003162 ]
3163 }
3164 ]
3165 },
3166 {
Patrick Williams26919f02022-12-08 06:12:43 -06003167 "ADValue": "ThermalDiode1",
3168 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003169 {
3170 "CalloutList": [
3171 { "Priority": "high", "LocCode": "P0" }
3172 ]
3173 }
3174 ]
3175 },
3176 {
Patrick Williams26919f02022-12-08 06:12:43 -06003177 "ADValue": "ThermalDiode2",
3178 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003179 {
3180 "CalloutList": [
3181 { "Priority": "high", "LocCode": "P0" }
3182 ]
3183 }
3184 ]
3185 },
3186 {
Patrick Williams26919f02022-12-08 06:12:43 -06003187 "ADValue": "ThermalDiode3",
3188 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003189 {
3190 "CalloutList": [
3191 { "Priority": "high", "LocCode": "P0" }
3192 ]
3193 }
3194 ]
3195 },
3196 {
Patrick Williams26919f02022-12-08 06:12:43 -06003197 "ADValue": "ThermalDiode4",
3198 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003199 {
3200 "CalloutList": [
3201 { "Priority": "high", "LocCode": "P0" }
3202 ]
3203 }
3204 ]
Jim Wrightae1738c2022-05-02 09:57:45 -05003205 },
3206 {
Patrick Williams26919f02022-12-08 06:12:43 -06003207 "ADValue": "VDN_DCM0",
3208 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003209 {
3210 "CalloutList": [
3211 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06003212 {
3213 "Priority": "medium",
3214 "LocCode": "P0-C15"
3215 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003216 { "Priority": "low", "LocCode": "P0" }
3217 ]
3218 }
3219 ]
3220 },
3221 {
Patrick Williams26919f02022-12-08 06:12:43 -06003222 "ADValue": "VDN_DCM1",
3223 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003224 {
3225 "CalloutList": [
3226 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06003227 {
3228 "Priority": "medium",
3229 "LocCode": "P0-C24"
3230 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003231 { "Priority": "low", "LocCode": "P0" }
3232 ]
3233 }
3234 ]
3235 },
3236 {
Patrick Williams26919f02022-12-08 06:12:43 -06003237 "ADValue": "VCS_DCM0",
3238 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003239 {
3240 "CalloutList": [
3241 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06003242 {
3243 "Priority": "medium",
3244 "LocCode": "P0-C15"
3245 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003246 { "Priority": "low", "LocCode": "P0" }
3247 ]
3248 }
3249 ]
3250 },
3251 {
Patrick Williams26919f02022-12-08 06:12:43 -06003252 "ADValue": "VCS_DCM1",
3253 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003254 {
3255 "CalloutList": [
3256 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06003257 {
3258 "Priority": "medium",
3259 "LocCode": "P0-C24"
3260 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003261 { "Priority": "low", "LocCode": "P0" }
3262 ]
3263 }
3264 ]
3265 },
3266 {
Patrick Williams26919f02022-12-08 06:12:43 -06003267 "ADValue": "VIO_DCM0",
3268 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003269 {
3270 "CalloutList": [
3271 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06003272 {
3273 "Priority": "medium",
3274 "LocCode": "P0-C15"
3275 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003276 { "Priority": "low", "LocCode": "P0" }
3277 ]
3278 }
3279 ]
3280 },
3281 {
Patrick Williams26919f02022-12-08 06:12:43 -06003282 "ADValue": "VIO_DCM1",
3283 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003284 {
3285 "CalloutList": [
3286 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06003287 {
3288 "Priority": "medium",
3289 "LocCode": "P0-C24"
3290 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003291 { "Priority": "low", "LocCode": "P0" }
3292 ]
3293 }
3294 ]
3295 },
3296 {
Patrick Williams26919f02022-12-08 06:12:43 -06003297 "ADValue": "VPCIE_DCM0",
3298 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003299 {
3300 "CalloutList": [
3301 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06003302 {
3303 "Priority": "medium",
3304 "LocCode": "P0-C15"
3305 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003306 { "Priority": "low", "LocCode": "P0" }
3307 ]
3308 }
3309 ]
3310 },
3311 {
Patrick Williams26919f02022-12-08 06:12:43 -06003312 "ADValue": "VPCIE_DCM1",
3313 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003314 {
3315 "CalloutList": [
3316 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06003317 {
3318 "Priority": "medium",
3319 "LocCode": "P0-C24"
3320 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003321 { "Priority": "low", "LocCode": "P0" }
3322 ]
3323 }
3324 ]
Jim Wright452d46d2022-12-16 16:56:21 -06003325 },
3326 {
3327 "ADValue": "3V3IO",
3328 "Callouts": [
3329 {
3330 "CalloutList": [
3331 { "Priority": "high", "LocCode": "P0-C17" },
3332 {
3333 "Priority": "medium",
3334 "LocCode": "P0-C96"
3335 },
3336 {
3337 "Priority": "medium",
3338 "LocCode": "P0-C0"
3339 },
3340 {
3341 "Priority": "medium",
3342 "SymbolicFRU": "pcie_hot_plug"
3343 },
3344 { "Priority": "low", "LocCode": "P0" }
3345 ]
3346 }
3347 ]
3348 },
3349 {
3350 "ADValue": "CP0_VDD0",
3351 "Callouts": [
3352 {
3353 "CalloutList": [
3354 { "Priority": "high", "LocCode": "P0-C62" },
3355 {
3356 "Priority": "medium",
3357 "LocCode": "P0-C61"
3358 },
3359 { "Priority": "low", "LocCode": "P0" }
3360 ]
3361 }
3362 ]
3363 },
3364 {
3365 "ADValue": "CP0_VDD1",
3366 "Callouts": [
3367 {
3368 "CalloutList": [
3369 { "Priority": "high", "LocCode": "P0-C60" },
3370 {
3371 "Priority": "medium",
3372 "LocCode": "P0-C61"
3373 },
3374 { "Priority": "low", "LocCode": "P0" }
3375 ]
3376 }
3377 ]
3378 },
3379 {
3380 "ADValue": "CP1_VDD0",
3381 "Callouts": [
3382 {
3383 "CalloutList": [
3384 { "Priority": "high", "LocCode": "P0-C13" },
3385 {
3386 "Priority": "medium",
3387 "LocCode": "P0-C14"
3388 },
3389 { "Priority": "low", "LocCode": "P0" }
3390 ]
3391 }
3392 ]
3393 },
3394 {
3395 "ADValue": "CP1_VDD1",
3396 "Callouts": [
3397 {
3398 "CalloutList": [
3399 { "Priority": "high", "LocCode": "P0-C15" },
3400 {
3401 "Priority": "medium",
3402 "LocCode": "P0-C14"
3403 },
3404 { "Priority": "low", "LocCode": "P0" }
3405 ]
3406 }
3407 ]
3408 },
3409 {
3410 "ADValue": "CP2_VDD0",
3411 "Callouts": [
3412 {
3413 "CalloutList": [
3414 { "Priority": "high", "LocCode": "P0-C18" },
3415 {
3416 "Priority": "medium",
3417 "LocCode": "P0-C19"
3418 },
3419 { "Priority": "low", "LocCode": "P0" }
3420 ]
3421 }
3422 ]
3423 },
3424 {
3425 "ADValue": "CP2_VDD1",
3426 "Callouts": [
3427 {
3428 "CalloutList": [
3429 { "Priority": "high", "LocCode": "P0-C20" },
3430 {
3431 "Priority": "medium",
3432 "LocCode": "P0-C19"
3433 },
3434 { "Priority": "low", "LocCode": "P0" }
3435 ]
3436 }
3437 ]
3438 },
3439 {
3440 "ADValue": "CP3_VDD0",
3441 "Callouts": [
3442 {
3443 "CalloutList": [
3444 { "Priority": "high", "LocCode": "P0-C57" },
3445 {
3446 "Priority": "medium",
3447 "LocCode": "P0-C56"
3448 },
3449 { "Priority": "low", "LocCode": "P0" }
3450 ]
3451 }
3452 ]
3453 },
3454 {
3455 "ADValue": "CP3_VDD1",
3456 "Callouts": [
3457 {
3458 "CalloutList": [
3459 { "Priority": "high", "LocCode": "P0-C55" },
3460 {
3461 "Priority": "medium",
3462 "LocCode": "P0-C56"
3463 },
3464 { "Priority": "low", "LocCode": "P0" }
3465 ]
3466 }
3467 ]
3468 },
3469 {
3470 "ADValue": "CP0_VCS0",
3471 "Callouts": [
3472 {
3473 "CalloutList": [
3474 { "Priority": "high", "LocCode": "P0-C63" },
3475 {
3476 "Priority": "medium",
3477 "LocCode": "P0-C61"
3478 },
3479 { "Priority": "low", "LocCode": "P0" }
3480 ]
3481 }
3482 ]
3483 },
3484 {
3485 "ADValue": "CP0_VCS1",
3486 "Callouts": [
3487 {
3488 "CalloutList": [
3489 { "Priority": "high", "LocCode": "P0-C59" },
3490 {
3491 "Priority": "medium",
3492 "LocCode": "P0-C61"
3493 },
3494 { "Priority": "low", "LocCode": "P0" }
3495 ]
3496 }
3497 ]
3498 },
3499 {
3500 "ADValue": "CP1_VCS0",
3501 "Callouts": [
3502 {
3503 "CalloutList": [
3504 { "Priority": "high", "LocCode": "P0-C12" },
3505 {
3506 "Priority": "medium",
3507 "LocCode": "P0-C14"
3508 },
3509 { "Priority": "low", "LocCode": "P0" }
3510 ]
3511 }
3512 ]
3513 },
3514 {
3515 "ADValue": "CP1_VCS1",
3516 "Callouts": [
3517 {
3518 "CalloutList": [
3519 { "Priority": "high", "LocCode": "P0-C16" },
3520 {
3521 "Priority": "medium",
3522 "LocCode": "P0-C14"
3523 },
3524 { "Priority": "low", "LocCode": "P0" }
3525 ]
3526 }
3527 ]
3528 },
3529 {
3530 "ADValue": "CP2_VCS0",
3531 "Callouts": [
3532 {
3533 "CalloutList": [
3534 { "Priority": "high", "LocCode": "P0-C17" },
3535 {
3536 "Priority": "medium",
3537 "LocCode": "P0-C19"
3538 },
3539 { "Priority": "low", "LocCode": "P0" }
3540 ]
3541 }
3542 ]
3543 },
3544 {
3545 "ADValue": "CP2_VCS1",
3546 "Callouts": [
3547 {
3548 "CalloutList": [
3549 { "Priority": "high", "LocCode": "P0-C21" },
3550 {
3551 "Priority": "medium",
3552 "LocCode": "P0-C19"
3553 },
3554 { "Priority": "low", "LocCode": "P0" }
3555 ]
3556 }
3557 ]
3558 },
3559 {
3560 "ADValue": "CP3_VCS0",
3561 "Callouts": [
3562 {
3563 "CalloutList": [
3564 { "Priority": "high", "LocCode": "P0-C58" },
3565 {
3566 "Priority": "medium",
3567 "LocCode": "P0-C56"
3568 },
3569 { "Priority": "low", "LocCode": "P0" }
3570 ]
3571 }
3572 ]
3573 },
3574 {
3575 "ADValue": "CP3_VCS1",
3576 "Callouts": [
3577 {
3578 "CalloutList": [
3579 { "Priority": "high", "LocCode": "P0-C54" },
3580 {
3581 "Priority": "medium",
3582 "LocCode": "P0-C56"
3583 },
3584 { "Priority": "low", "LocCode": "P0" }
3585 ]
3586 }
3587 ]
3588 },
3589 {
3590 "ADValue": "CP03_AVDD",
3591 "Callouts": [
3592 {
3593 "CalloutList": [
3594 { "Priority": "high", "LocCode": "P0-C58" },
3595 {
3596 "Priority": "medium",
3597 "LocCode": "P0-C61"
3598 },
3599 {
3600 "Priority": "medium",
3601 "LocCode": "P0-C56"
3602 },
3603 { "Priority": "low", "LocCode": "P0" }
3604 ]
3605 }
3606 ]
3607 },
3608 {
3609 "ADValue": "CP12_AVDD",
3610 "Callouts": [
3611 {
3612 "CalloutList": [
3613 { "Priority": "high", "LocCode": "P0-C16" },
3614 {
3615 "Priority": "medium",
3616 "LocCode": "P0-C14"
3617 },
3618 {
3619 "Priority": "medium",
3620 "LocCode": "P0-C19"
3621 },
3622 { "Priority": "low", "LocCode": "P0" }
3623 ]
3624 }
3625 ]
3626 },
3627 {
3628 "ADValue": "CP0_VDN",
3629 "Callouts": [
3630 {
3631 "CalloutList": [
3632 { "Priority": "high", "LocCode": "P0-C63" },
3633 {
3634 "Priority": "medium",
3635 "LocCode": "P0-C61"
3636 },
3637 { "Priority": "low", "LocCode": "P0" }
3638 ]
3639 }
3640 ]
3641 },
3642 {
3643 "ADValue": "CP1_VDN",
3644 "Callouts": [
3645 {
3646 "CalloutList": [
3647 { "Priority": "high", "LocCode": "P0-C12" },
3648 {
3649 "Priority": "medium",
3650 "LocCode": "P0-C14"
3651 },
3652 { "Priority": "low", "LocCode": "P0" }
3653 ]
3654 }
3655 ]
3656 },
3657 {
3658 "ADValue": "CP2_VDN",
3659 "Callouts": [
3660 {
3661 "CalloutList": [
3662 { "Priority": "high", "LocCode": "P0-C21" },
3663 {
3664 "Priority": "medium",
3665 "LocCode": "P0-C19"
3666 },
3667 { "Priority": "low", "LocCode": "P0" }
3668 ]
3669 }
3670 ]
3671 },
3672 {
3673 "ADValue": "CP3_VDN",
3674 "Callouts": [
3675 {
3676 "CalloutList": [
3677 { "Priority": "high", "LocCode": "P0-C54" },
3678 {
3679 "Priority": "medium",
3680 "LocCode": "P0-C56"
3681 },
3682 { "Priority": "low", "LocCode": "P0" }
3683 ]
3684 }
3685 ]
3686 },
3687 {
3688 "ADValue": "CP0_VIO",
3689 "Callouts": [
3690 {
3691 "CalloutList": [
3692 { "Priority": "high", "LocCode": "P0-C63" },
3693 {
3694 "Priority": "medium",
3695 "LocCode": "P0-C61"
3696 },
3697 { "Priority": "low", "LocCode": "P0" }
3698 ]
3699 }
3700 ]
3701 },
3702 {
3703 "ADValue": "CP1_VIO",
3704 "Callouts": [
3705 {
3706 "CalloutList": [
3707 { "Priority": "high", "LocCode": "P0-C12" },
3708 {
3709 "Priority": "medium",
3710 "LocCode": "P0-C14"
3711 },
3712 { "Priority": "low", "LocCode": "P0" }
3713 ]
3714 }
3715 ]
3716 },
3717 {
3718 "ADValue": "CP2_VIO",
3719 "Callouts": [
3720 {
3721 "CalloutList": [
3722 { "Priority": "high", "LocCode": "P0-C21" },
3723 {
3724 "Priority": "medium",
3725 "LocCode": "P0-C19"
3726 },
3727 { "Priority": "low", "LocCode": "P0" }
3728 ]
3729 }
3730 ]
3731 },
3732 {
3733 "ADValue": "CP3_VIO",
3734 "Callouts": [
3735 {
3736 "CalloutList": [
3737 { "Priority": "high", "LocCode": "P0-C54" },
3738 {
3739 "Priority": "medium",
3740 "LocCode": "P0-C56"
3741 },
3742 { "Priority": "low", "LocCode": "P0" }
3743 ]
3744 }
3745 ]
3746 },
3747 {
3748 "ADValue": "CP0_VPCIE",
3749 "Callouts": [
3750 {
3751 "CalloutList": [
3752 { "Priority": "high", "LocCode": "P0-C58" },
3753 {
3754 "Priority": "medium",
3755 "LocCode": "P0-C61"
3756 },
3757 { "Priority": "low", "LocCode": "P0" }
3758 ]
3759 }
3760 ]
3761 },
3762 {
3763 "ADValue": "CP1_VPCIE",
3764 "Callouts": [
3765 {
3766 "CalloutList": [
3767 { "Priority": "high", "LocCode": "P0-C16" },
3768 {
3769 "Priority": "medium",
3770 "LocCode": "P0-C14"
3771 },
3772 { "Priority": "low", "LocCode": "P0" }
3773 ]
3774 }
3775 ]
3776 },
3777 {
3778 "ADValue": "CP2_VPCIE",
3779 "Callouts": [
3780 {
3781 "CalloutList": [
3782 { "Priority": "high", "LocCode": "P0-C16" },
3783 {
3784 "Priority": "medium",
3785 "LocCode": "P0-C19"
3786 },
3787 { "Priority": "low", "LocCode": "P0" }
3788 ]
3789 }
3790 ]
3791 },
3792 {
3793 "ADValue": "CP3_VPCIE",
3794 "Callouts": [
3795 {
3796 "CalloutList": [
3797 { "Priority": "high", "LocCode": "P0-C58" },
3798 {
3799 "Priority": "medium",
3800 "LocCode": "P0-C56"
3801 },
3802 { "Priority": "low", "LocCode": "P0" }
3803 ]
3804 }
3805 ]
Jim Wright9b779e42022-12-16 17:50:23 -06003806 },
3807 {
3808 "ADValue": "5.0VCS",
3809 "Callouts": [
3810 {
3811 "CalloutList": [
3812 { "Priority": "high", "LocCode": "P0" }
3813 ]
3814 }
3815 ]
3816 },
3817 {
3818 "ADValue": "PCIE_VDD0",
3819 "Callouts": [
3820 {
3821 "CalloutList": [
3822 {
3823 "Priority": "high",
3824 "SymbolicFRU": "pcie_hot_plug"
3825 },
3826 { "Priority": "medium", "LocCode": "P0" }
3827 ]
3828 }
3829 ]
3830 },
3831 {
3832 "ADValue": "PCIE_CORE",
3833 "Callouts": [
3834 {
3835 "CalloutList": [
3836 {
3837 "Priority": "high",
3838 "SymbolicFRU": "pcie_hot_plug"
3839 },
3840 { "Priority": "medium", "LocCode": "P0" }
3841 ]
3842 }
3843 ]
3844 },
3845 {
3846 "ADValue": "AVDD",
3847 "Callouts": [
3848 {
3849 "CalloutList": [
3850 { "Priority": "high", "LocCode": "P0-C5" },
3851 { "Priority": "medium", "LocCode": "P0" }
3852 ]
3853 }
3854 ]
3855 },
3856 {
3857 "ADValue": "VDN",
3858 "Callouts": [
3859 {
3860 "CalloutList": [
3861 { "Priority": "high", "LocCode": "P0-C5" },
3862 { "Priority": "medium", "LocCode": "P0" }
3863 ]
3864 }
3865 ]
3866 },
3867 {
3868 "ADValue": "VDDA",
3869 "Callouts": [
3870 {
3871 "CalloutList": [
3872 { "Priority": "high", "LocCode": "P0-C5" },
3873 { "Priority": "medium", "LocCode": "P0" }
3874 ]
3875 }
3876 ]
3877 },
3878 {
3879 "ADValue": "VDDB",
3880 "Callouts": [
3881 {
3882 "CalloutList": [
3883 { "Priority": "high", "LocCode": "P0-C5" },
3884 { "Priority": "medium", "LocCode": "P0" }
3885 ]
3886 }
3887 ]
3888 },
3889 {
3890 "ADValue": "VCS",
3891 "Callouts": [
3892 {
3893 "CalloutList": [
3894 { "Priority": "high", "LocCode": "P0-C5" },
3895 { "Priority": "medium", "LocCode": "P0" }
3896 ]
3897 }
3898 ]
3899 },
3900 {
3901 "ADValue": "VIO",
3902 "Callouts": [
3903 {
3904 "CalloutList": [
3905 { "Priority": "high", "LocCode": "P0-C5" },
3906 { "Priority": "medium", "LocCode": "P0" }
3907 ]
3908 }
3909 ]
3910 },
3911 {
3912 "ADValue": "VPCIE",
3913 "Callouts": [
3914 {
3915 "CalloutList": [
3916 { "Priority": "high", "LocCode": "P0-C5" },
3917 { "Priority": "medium", "LocCode": "P0" }
3918 ]
3919 }
3920 ]
3921 },
3922 {
3923 "ADValue": "PMIC2",
3924 "Callouts": [
3925 {
3926 "CalloutList": [
3927 { "Priority": "high", "LocCode": "P0" },
3928 {
3929 "Priority": "medium",
3930 "LocCode": "memory_dimm"
3931 }
3932 ]
3933 }
3934 ]
3935 },
3936 {
3937 "ADValue": "PMIC3",
3938 "Callouts": [
3939 {
3940 "CalloutList": [
3941 { "Priority": "high", "LocCode": "P0" },
3942 {
3943 "Priority": "medium",
3944 "LocCode": "memory_dimm"
3945 }
3946 ]
3947 }
3948 ]
3949 },
3950 {
3951 "ADValue": "VDDR1",
3952 "Callouts": [
3953 {
3954 "CalloutList": [
3955 { "Priority": "high", "LocCode": "P0" },
3956 {
3957 "Priority": "medium",
3958 "LocCode": "memory_dimm"
3959 }
3960 ]
3961 }
3962 ]
3963 },
3964 {
3965 "ADValue": "VDDR0",
3966 "Callouts": [
3967 {
3968 "CalloutList": [
3969 { "Priority": "high", "LocCode": "P0" },
3970 {
3971 "Priority": "medium",
3972 "LocCode": "memory_dimm"
3973 }
3974 ]
3975 }
3976 ]
Jim Wright7f678902020-11-30 16:03:57 -06003977 }
3978 ]
3979 },
3980
3981 "Documentation": {
3982 "Description": "The power sequencer chip detected a voltage fault",
3983 "Message": "The power sequencer chip detected a voltage fault",
Patrick Williams26919f02022-12-08 06:12:43 -06003984 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06003985 },
3986
3987 "JournalCapture": {
3988 "Sections": [
3989 {
3990 "SyslogID": "phosphor-psu-monitor",
3991 "NumLines": 30
3992 },
3993 {
3994 "SyslogID": "phosphor-power-control",
3995 "NumLines": 30
3996 },
3997 {
3998 "SyslogID": "phosphor-chassis-state-manager",
3999 "NumLines": 15
4000 },
4001 {
4002 "SyslogID": "systemd",
4003 "NumLines": 15
4004 },
4005 {
4006 "SyslogID": "phosphor-regulators",
4007 "NumLines": 5
4008 }
4009 ]
Jim Wright7f678902020-11-30 16:03:57 -06004010 }
4011 },
4012
4013 {
Shawn McCarney7f1ec942021-07-28 13:33:34 -05004014 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.N",
4015 "Subsystem": "power",
4016 "Severity": "predictive_redundancy_loss",
4017 "ComponentID": "0x2700",
4018
4019 "SRC": {
4020 "Type": "11",
4021 "ReasonCode": "0x2700",
Matt Spinler04ac4e32023-04-14 14:16:37 -05004022 "Words6To9": {},
4023 "DeconfigFlag": true
Shawn McCarney7f1ec942021-07-28 13:33:34 -05004024 },
4025
4026 "Documentation": {
4027 "Description": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
4028 "Message": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
4029 "Notes": [
4030 "CALLOUT_INVENTORY_PATH should be specified in the ",
4031 "AdditionalData property of the event log so that ",
4032 "the device is called out but not the communication path."
4033 ]
4034 }
4035 },
4036
4037 {
4038 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.NPlus1",
4039 "Subsystem": "power",
4040 "Severity": "non_error",
4041 "MfgSeverity": "predictive_redundancy_loss",
4042 "ActionFlags": ["report"],
4043 "MfgActionFlags": ["service_action", "report", "call_home"],
4044 "ComponentID": "0x2700",
4045
4046 "SRC": {
4047 "Type": "11",
4048 "ReasonCode": "0x2701",
4049 "Words6To9": {}
4050 },
4051
4052 "Documentation": {
4053 "Description": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
4054 "Message": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
4055 "Notes": [
4056 "CALLOUT_INVENTORY_PATH should be specified in the ",
4057 "AdditionalData property of the event log so that ",
4058 "the device is called out but not the communication path."
4059 ]
4060 }
4061 },
4062
4063 {
Shawn McCarney01648f52020-06-25 11:42:02 -05004064 "Name": "xyz.openbmc_project.Power.Regulators.Error.WriteVerification",
4065 "Subsystem": "power",
4066 "ComponentID": "0x2700",
4067
4068 "SRC": {
4069 "Type": "11",
4070 "ReasonCode": "0x2900",
Matt Spinler04ac4e32023-04-14 14:16:37 -05004071 "Words6To9": {},
4072 "DeconfigFlag": true
Shawn McCarney01648f52020-06-25 11:42:02 -05004073 },
4074
4075 "Documentation": {
4076 "Description": "A write verification error occurred on a device",
4077 "Message": "A write verification error occurred on a device",
4078 "Notes": [
4079 "This error occurs when a device register is written, ",
4080 "read back, and the two values do not match. This is ",
4081 "also called a read-back error. The device should be ",
4082 "identified using the CALLOUT_DEVICE_PATH or ",
4083 "CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR keywords in the ",
4084 "AdditionalData property of the event log. This will ",
4085 "cause the device and the hardware in the communication ",
4086 "path to be called out."
4087 ]
4088 }
4089 },
4090
4091 {
Shawn McCarneye4022182022-01-31 19:09:01 -06004092 "Name": "xyz.openbmc_project.Power.UPS.Error.Battery.Discharging",
4093 "Subsystem": "power",
4094 "Severity": "non_error",
4095 "ActionFlags": ["report"],
4096 "ComponentID": "0x2700",
4097
4098 "SRC": {
4099 "Type": "11",
4100 "ReasonCode": "0x4201",
4101 "Words6To9": {}
4102 },
4103
4104 "Documentation": {
4105 "Description": "The Uninterruptible Power Supply (UPS) battery is discharging and providing power to the system due to a utility failure",
4106 "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 -06004107 "Notes": []
Shawn McCarneye4022182022-01-31 19:09:01 -06004108 }
4109 },
4110
4111 {
4112 "Name": "xyz.openbmc_project.Power.UPS.Error.Battery.Low",
4113 "Subsystem": "power",
4114 "Severity": "non_error",
4115 "ActionFlags": ["report"],
4116 "ComponentID": "0x2700",
4117
4118 "SRC": {
4119 "Type": "11",
4120 "ReasonCode": "0x4203",
4121 "Words6To9": {}
4122 },
4123
4124 "Documentation": {
4125 "Description": "The Uninterruptible Power Supply (UPS) battery level is low",
4126 "Message": "The Uninterruptible Power Supply (UPS) battery level is low",
Patrick Williams26919f02022-12-08 06:12:43 -06004127 "Notes": []
Shawn McCarneye4022182022-01-31 19:09:01 -06004128 }
4129 },
4130
4131 {
Shawn McCarney01648f52020-06-25 11:42:02 -05004132 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile",
4133 "Subsystem": "power",
4134 "ComponentID": "0x2700",
4135
4136 "SRC": {
4137 "Type": "11",
4138 "ReasonCode": "0xA013",
4139 "Words6To9": {}
4140 },
4141
4142 "Callouts": [
4143 {
4144 "CalloutList": [
4145 { "Priority": "high", "Procedure": "bmc_code" }
4146 ]
4147 }
4148 ],
4149
4150 "Documentation": {
4151 "Description": "A regulators configuration file error occurred",
4152 "Message": "A regulators configuration file error occurred",
4153 "Notes": [
4154 "The regulators configuration file could not be found, ",
4155 "could not be read, or had invalid contents."
4156 ]
4157 }
4158 },
4159
4160 {
Shawn McCarney82e31d82021-02-19 16:25:55 -06004161 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile.Critical",
4162 "Subsystem": "power",
4163 "Severity": "critical_system_term",
4164 "ComponentID": "0x2700",
4165
4166 "SRC": {
4167 "Type": "11",
4168 "ReasonCode": "0xA014",
Mike Cappsa2d7b772022-03-07 15:47:48 -05004169 "Words6To9": {}
Shawn McCarney82e31d82021-02-19 16:25:55 -06004170 },
4171
4172 "Callouts": [
4173 {
4174 "CalloutList": [
4175 { "Priority": "high", "Procedure": "bmc_code" }
4176 ]
4177 }
4178 ],
4179
4180 "Documentation": {
4181 "Description": "A critical regulators configuration file error occurred",
4182 "Message": "A critical regulators configuration file error occurred",
4183 "Notes": [
4184 "The regulators configuration file could not be found, ",
4185 "could not be read, or had invalid contents. As a result ",
4186 "voltage regulators could not be configured, and the ",
4187 "chassis could not be powered on."
4188 ]
4189 }
4190 },
4191
4192 {
Jim Wright7f678902020-11-30 16:03:57 -06004193 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerFault",
4194 "Subsystem": "power_sequencer",
4195 "ComponentID": "0x2700",
4196
4197 "SRC": {
4198 "Type": "11",
4199 "ReasonCode": "0xD000",
4200 "Words6To9": {}
4201 },
4202
4203 "Callouts": [
4204 {
Patrick Williams26919f02022-12-08 06:12:43 -06004205 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Jim Wright7f678902020-11-30 16:03:57 -06004206 }
4207 ],
4208
4209 "Documentation": {
4210 "Description": "The power sequencer chip detected a fault",
4211 "Message": "The power sequencer chip detected a fault",
Patrick Williams26919f02022-12-08 06:12:43 -06004212 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06004213 },
4214
4215 "JournalCapture": {
4216 "Sections": [
4217 {
4218 "SyslogID": "phosphor-psu-monitor",
4219 "NumLines": 30
4220 },
4221 {
4222 "SyslogID": "phosphor-power-control",
4223 "NumLines": 30
4224 },
4225 {
4226 "SyslogID": "phosphor-chassis-state-manager",
4227 "NumLines": 15
4228 },
4229 {
4230 "SyslogID": "systemd",
4231 "NumLines": 15
4232 },
4233 {
4234 "SyslogID": "phosphor-regulators",
4235 "NumLines": 5
4236 }
4237 ]
Jim Wright7f678902020-11-30 16:03:57 -06004238 }
4239 },
4240
4241 {
Jim Wrightc1ba04f2021-11-12 15:31:32 -06004242 "Name": "xyz.openbmc_project.Power.Error.PowerOnTimeout",
Jim Wright7f678902020-11-30 16:03:57 -06004243 "Subsystem": "power_sequencer",
4244 "ComponentID": "0x2700",
Jim Wrightc1ba04f2021-11-12 15:31:32 -06004245 "Severity": "critical",
Jim Wright7f678902020-11-30 16:03:57 -06004246
4247 "SRC": {
4248 "Type": "11",
4249 "ReasonCode": "0xD002",
4250 "Words6To9": {}
4251 },
4252
4253 "Callouts": [
4254 {
Patrick Williams26919f02022-12-08 06:12:43 -06004255 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Jim Wright7f678902020-11-30 16:03:57 -06004256 }
4257 ],
4258
4259 "Documentation": {
Jim Wrightc1ba04f2021-11-12 15:31:32 -06004260 "Description": "System power failed to turn on within timeout period",
4261 "Message": "System power failed to turn on within timeout period",
Patrick Williams26919f02022-12-08 06:12:43 -06004262 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06004263 },
4264
4265 "JournalCapture": {
4266 "Sections": [
4267 {
4268 "SyslogID": "phosphor-psu-monitor",
4269 "NumLines": 30
4270 },
4271 {
4272 "SyslogID": "phosphor-power-control",
4273 "NumLines": 30
4274 },
4275 {
4276 "SyslogID": "phosphor-chassis-state-manager",
4277 "NumLines": 15
4278 },
4279 {
4280 "SyslogID": "systemd",
4281 "NumLines": 15
4282 },
4283 {
4284 "SyslogID": "phosphor-regulators",
4285 "NumLines": 5
4286 }
4287 ]
Jim Wrightc1ba04f2021-11-12 15:31:32 -06004288 }
4289 },
4290
4291 {
4292 "Name": "xyz.openbmc_project.Power.Error.PowerOffTimeout",
4293 "Subsystem": "power_sequencer",
4294 "ComponentID": "0x2700",
4295 "Severity": "critical",
4296
4297 "SRC": {
4298 "Type": "11",
4299 "ReasonCode": "0xD008",
4300 "Words6To9": {}
4301 },
4302
4303 "Callouts": [
4304 {
Patrick Williams26919f02022-12-08 06:12:43 -06004305 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Jim Wrightc1ba04f2021-11-12 15:31:32 -06004306 }
4307 ],
4308
4309 "Documentation": {
4310 "Description": "System power failed to turn off within timeout period",
4311 "Message": "System power failed to turn off within timeout period",
Patrick Williams26919f02022-12-08 06:12:43 -06004312 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06004313 },
4314
4315 "JournalCapture": {
4316 "Sections": [
4317 {
4318 "SyslogID": "phosphor-psu-monitor",
4319 "NumLines": 30
4320 },
4321 {
4322 "SyslogID": "phosphor-power-control",
4323 "NumLines": 30
4324 },
4325 {
4326 "SyslogID": "phosphor-chassis-state-manager",
4327 "NumLines": 15
4328 },
4329 {
4330 "SyslogID": "systemd",
4331 "NumLines": 15
4332 },
4333 {
4334 "SyslogID": "phosphor-regulators",
4335 "NumLines": 5
4336 }
4337 ]
Jim Wright7f678902020-11-30 16:03:57 -06004338 }
4339 },
4340
4341 {
Shawn McCarney01648f52020-06-25 11:42:02 -05004342 "Name": "xyz.openbmc_project.Power.Error.Internal",
4343 "Subsystem": "power",
4344 "ComponentID": "0x2700",
4345
4346 "SRC": {
4347 "Type": "11",
4348 "ReasonCode": "0xE000",
4349 "Words6To9": {}
4350 },
4351
4352 "Callouts": [
4353 {
4354 "CalloutList": [
4355 { "Priority": "high", "Procedure": "bmc_code" }
4356 ]
4357 }
4358 ],
4359
4360 "Documentation": {
4361 "Description": "An internal firmware error occurred",
4362 "Message": "An internal firmware error occurred",
4363 "Notes": [
4364 "The error details must be provided in the AdditionalData ",
4365 "property of the event log."
4366 ]
4367 }
4368 },
4369
4370 {
4371 "Name": "xyz.openbmc_project.Power.Error.I2C",
4372 "Subsystem": "cec_i2c",
4373 "ComponentID": "0x2700",
4374
4375 "SRC": {
4376 "Type": "11",
4377 "ReasonCode": "0xE100",
Matt Spinler04ac4e32023-04-14 14:16:37 -05004378 "Words6To9": {},
4379 "DeconfigFlag": true
Shawn McCarney01648f52020-06-25 11:42:02 -05004380 },
4381
4382 "Documentation": {
4383 "Description": "An I2C error occurred communicating with a device",
4384 "Message": "An I2C error occurred communicating with a device",
4385 "Notes": [
4386 "The device should be identified using the ",
4387 "CALLOUT_DEVICE_PATH or CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR ",
4388 "keywords in the AdditionalData property of the event ",
4389 "log. This will cause the device and the hardware in the ",
4390 "communication path to be called out."
4391 ]
4392 }
4393 },
4394
4395 {
4396 "Name": "xyz.openbmc_project.Power.Error.PMBus",
4397 "Subsystem": "power",
4398 "ComponentID": "0x2700",
4399
4400 "SRC": {
4401 "Type": "11",
4402 "ReasonCode": "0xE200",
Matt Spinler04ac4e32023-04-14 14:16:37 -05004403 "Words6To9": {},
4404 "DeconfigFlag": true
Shawn McCarney01648f52020-06-25 11:42:02 -05004405 },
4406
4407 "Documentation": {
4408 "Description": "A PMBus error occurred on a device",
4409 "Message": "A PMBus error occurred on a device",
4410 "Notes": [
4411 "This error occurs when the I2C communication was ",
4412 "successful, but the PMBus value read is invalid or ",
4413 "unsupported. CALLOUT_INVENTORY_PATH should be specified ",
4414 "in the AdditionalData property of the event log so that ",
4415 "the device is called out but not the communication path."
4416 ]
4417 }
4418 },
4419
4420 {
4421 "Name": "xyz.openbmc_project.Power.Error.DBus",
4422 "Subsystem": "power",
4423 "ComponentID": "0x2700",
4424
4425 "SRC": {
4426 "Type": "11",
4427 "ReasonCode": "0xE300",
4428 "Words6To9": {}
4429 },
4430
4431 "Callouts": [
4432 {
4433 "CalloutList": [
4434 { "Priority": "high", "Procedure": "bmc_code" }
4435 ]
4436 }
4437 ],
4438
4439 "Documentation": {
4440 "Description": "A firmware inter-process communication (D-Bus) error occurred",
4441 "Message": "A firmware inter-process communication (D-Bus) error occurred"
4442 }
Matt Spinler60d1c392020-09-23 15:23:24 -05004443 },
4444
4445 {
Matt Spinler7c9c07e2020-10-22 10:16:37 -05004446 "Name": "xyz.openbmc_project.Fan.Error.Fault",
4447 "Subsystem": "power_fans",
4448 "ComponentID": "0x2800",
4449
4450 "SRC": {
4451 "Type": "11",
4452 "ReasonCode": "0x76F0",
Matt Spinler04ac4e32023-04-14 14:16:37 -05004453 "Words6To9": {},
4454 "DeconfigFlag": true
Matt Spinler7c9c07e2020-10-22 10:16:37 -05004455 },
4456
4457 "Documentation": {
4458 "Description": "Fan rotor fault",
4459 "Message": "Fan rotor fault",
4460 "Notes": [
4461 "This error occurs when a fan rotor has been faulted for a ",
4462 "certain amount of time. The callout is the fan which is ",
4463 "passed in with CALLOUT_INVENTORY_PATH. The severity is ",
4464 "passed in during creation and will be either informational ",
4465 "or unrecoverable. The action flags use the defaults and ",
4466 "vary based on the severity."
4467 ]
4468 }
4469 },
4470
4471 {
Matt Spinler60d1c392020-09-23 15:23:24 -05004472 "Name": "xyz.openbmc_project.Fan.Error.Missing",
4473 "Subsystem": "power_fans",
4474 "ComponentID": "0x2800",
4475 "Severity": "unrecoverable_redundancy_loss",
4476 "ActionFlags": ["service_action", "report", "call_home"],
4477
4478 "SRC": {
4479 "Type": "11",
4480 "ReasonCode": "0x76F1",
Matt Spinler04ac4e32023-04-14 14:16:37 -05004481 "Words6To9": {},
4482 "DeconfigFlag": true
Matt Spinler60d1c392020-09-23 15:23:24 -05004483 },
4484
4485 "Callouts": [
4486 {
Matt Spinler938ac792021-05-12 10:46:44 -05004487 "System": "ibm,rainier",
Matt Spinler60d1c392020-09-23 15:23:24 -05004488 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -05004489 {
Patrick Williams26919f02022-12-08 06:12:43 -06004490 "Priority": "high",
4491 "SymbolicFRUTrusted": "air_mover",
4492 "UseInventoryLocCode": true
Matt Spinler80600192020-10-23 09:29:33 -05004493 },
4494 {
4495 "Priority": "low",
4496 "LocCode": "P0"
4497 }
Matt Spinler60d1c392020-09-23 15:23:24 -05004498 ]
Matt Spinler938ac792021-05-12 10:46:44 -05004499 },
4500 {
4501 "System": "ibm,everest",
4502 "CalloutList": [
4503 {
Patrick Williams26919f02022-12-08 06:12:43 -06004504 "Priority": "high",
4505 "SymbolicFRUTrusted": "air_mover",
4506 "UseInventoryLocCode": true
Matt Spinler938ac792021-05-12 10:46:44 -05004507 },
4508 {
4509 "Priority": "low",
4510 "LocCode": "P1"
4511 }
4512 ]
Matt Spinler0600cf72023-04-10 11:22:33 -05004513 },
4514 {
4515 "System": "ibm,bonnell",
4516 "CalloutList": [
4517 {
4518 "Priority": "high",
4519 "SymbolicFRUTrusted": "air_mover",
4520 "UseInventoryLocCode": true
4521 },
4522 {
4523 "Priority": "low",
4524 "LocCode": "P0"
4525 }
4526 ]
Matt Spinler60d1c392020-09-23 15:23:24 -05004527 }
4528 ],
4529
4530 "Documentation": {
4531 "Description": "A fan is missing",
4532 "Message": "A fan is missing",
4533 "Notes": [
4534 "This error occurs when a fan has been missing for a ",
Matt Spinler80600192020-10-23 09:29:33 -05004535 "certain amount of time. The first callout is the ",
4536 "symbolic FRU AIR_MOVR that has the trusted fan location ",
4537 "code, which it gets using the passed in ",
4538 "CALLOUT_INVENTORY_PATH. The second callout is the FRU ",
Matt Spinler938ac792021-05-12 10:46:44 -05004539 "where the controller and GPIO expander are."
Matt Spinler60d1c392020-09-23 15:23:24 -05004540 ]
4541 }
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004542 },
4543
4544 {
Matt Spinleradf070b2021-04-21 13:39:45 -05004545 "Name": "xyz.openbmc_project.Fan.Presence.Error.Detection",
4546 "ComponentID": "0x2800",
4547 "Subsystem": "power_fans",
4548 "Severity": "non_error",
4549 "ActionFlags": ["report"],
4550 "MfgSeverity": "predictive",
4551 "MfgActionFlags": ["service_action", "report"],
4552
4553 "SRC": {
4554 "Type": "11",
4555 "ReasonCode": "0x76F2",
4556 "Words6To9": {}
4557 },
4558
4559 "Callouts": [
4560 {
4561 "System": "ibm,rainier",
Patrick Williams26919f02022-12-08 06:12:43 -06004562 "CalloutList": [{ "Priority": "medium", "LocCode": "P0" }]
Matt Spinleradf070b2021-04-21 13:39:45 -05004563 },
4564 {
4565 "System": "ibm,everest",
Patrick Williams26919f02022-12-08 06:12:43 -06004566 "CalloutList": [{ "Priority": "medium", "LocCode": "P1" }]
Matt Spinler0600cf72023-04-10 11:22:33 -05004567 },
4568 {
4569 "System": "ibm,bonnell",
4570 "CalloutList": [{ "Priority": "medium", "LocCode": "P0" }]
Matt Spinleradf070b2021-04-21 13:39:45 -05004571 }
4572 ],
4573
4574 "Documentation": {
4575 "Description": "Presence detect methods for the same fan disagree",
4576 "Message": "Presence detect methods for the same fan disagree",
4577 "Notes": [
4578 "This error occurs when there is more than one way to detect",
4579 "fan presence, and they don't all agree. For example, the",
4580 "GPIO says a fan isn't present, but the tach readings are",
4581 "nonzero. This is informational, unless in manufacturing.",
4582 "The fan FRU is passed in as a high priority callout.",
4583 "The FRU the GPIO source is on is called out medium."
4584 ]
4585 }
4586 },
4587
4588 {
Matt Spinlerdde99202021-06-14 12:15:59 -06004589 "Name": "xyz.openbmc_project.Fan.Error.FanControllerOffline",
4590 "ComponentID": "0x2800",
4591 "Subsystem": "power_fans",
4592 "Severity": "critical_system_term",
4593 "ActionFlags": ["service_action", "report", "call_home"],
4594
4595 "SRC": {
4596 "Type": "11",
4597 "ReasonCode": "0x76F3",
Mike Cappsa2d7b772022-03-07 15:47:48 -05004598 "Words6To9": {}
Matt Spinlerdde99202021-06-14 12:15:59 -06004599 },
4600
4601 "Callouts": [
4602 {
4603 "System": "ibm,rainier",
4604 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004605 { "Priority": "high", "LocCode": "P0-C5" },
4606 {
4607 "Priority": "medium_group_a",
4608 "LocCode": "P0-T12",
4609 "SymbolicFRUTrusted": "fan_cable"
4610 },
4611 {
4612 "Priority": "medium_group_a",
4613 "LocCode": "P0-T17",
4614 "SymbolicFRUTrusted": "cable_continued"
4615 },
4616 { "Priority": "low", "LocCode": "P0" }
Matt Spinlerdde99202021-06-14 12:15:59 -06004617 ]
4618 },
4619 {
4620 "System": "ibm,everest",
4621 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004622 { "Priority": "high", "LocCode": "P0-C0" },
4623 { "Priority": "medium", "LocCode": "P1" },
4624 { "Priority": "low", "LocCode": "P0" }
Matt Spinlerdde99202021-06-14 12:15:59 -06004625 ]
Matt Spinler0600cf72023-04-10 11:22:33 -05004626 },
4627 {
4628 "System": "ibm,bonnell",
4629 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Matt Spinlerdde99202021-06-14 12:15:59 -06004630 }
4631 ],
4632
4633 "Documentation": {
4634 "Description": "The fan controller device is offline",
4635 "Message": "The fan controller is offline. The system must be powered off.",
4636 "Notes": [
4637 "The device that controls the fans is offline so the fan",
4638 "targets and speeds are unknown. The system will be shut",
4639 "down to preserve thermal safety. There may be an I2C",
4640 "or power problem with the device."
4641 ]
4642 }
4643 },
4644
4645 {
Patrick Williams26919f02022-12-08 06:12:43 -06004646 "Name": "xyz.openbmc_project.Fan.Presence.Error.GPIODeviceUnavailable",
4647 "Subsystem": "power_fans",
4648 "ComponentID": "0x2800",
4649 "Severity": "unrecoverable_redundancy_loss",
4650 "ActionFlags": ["service_action", "report", "call_home"],
Mike Cappsabc276e2021-06-18 16:41:30 -04004651
Patrick Williams26919f02022-12-08 06:12:43 -06004652 "SRC": {
4653 "Type": "11",
4654 "ReasonCode": "0x76F4",
4655 "Words6To9": {}
4656 },
Mike Cappsabc276e2021-06-18 16:41:30 -04004657
Patrick Williams26919f02022-12-08 06:12:43 -06004658 "Callouts": [
4659 {
4660 "System": "ibm,rainier",
4661 "CalloutList": [
4662 { "Priority": "high", "LocCode": "P0-C5" },
4663 {
4664 "Priority": "medium_group_a",
4665 "LocCode": "P0-T12",
4666 "SymbolicFRUTrusted": "fan_cable"
4667 },
4668 {
4669 "Priority": "medium_group_a",
4670 "LocCode": "P0-T17",
4671 "SymbolicFRUTrusted": "cable_continued"
4672 },
4673 { "Priority": "low", "LocCode": "P0" }
4674 ]
4675 },
4676 {
4677 "System": "ibm,everest",
4678 "CalloutList": [
4679 { "Priority": "high", "LocCode": "P0-C0" },
4680 { "Priority": "medium", "LocCode": "P1" },
4681 { "Priority": "low", "LocCode": "P0" }
4682 ]
Matt Spinler0600cf72023-04-10 11:22:33 -05004683 },
4684 {
4685 "System": "ibm,bonnell",
4686 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Patrick Williams26919f02022-12-08 06:12:43 -06004687 }
4688 ],
Mike Cappsabc276e2021-06-18 16:41:30 -04004689
Patrick Williams26919f02022-12-08 06:12:43 -06004690 "Documentation": {
4691 "Description": "Fan GPIO sensors not present",
4692 "Message": "Fan GPIO sensors not present",
4693 "Notes": [
4694 "The device that reports fan presence is not functioning."
4695 ]
4696 }
Mike Cappsabc276e2021-06-18 16:41:30 -04004697 },
4698
4699 {
Matt Spinler86e40dd2021-01-29 11:19:36 -06004700 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHigh",
4701 "Subsystem": "power",
4702 "ComponentID": "0x2800",
4703 "Severity": "predictive",
4704 "ActionFlags": ["service_action", "report"],
4705
4706 "SRC": {
4707 "ReasonCode": "0x2801",
4708 "Words6To9": {}
4709 },
4710
4711 "CalloutsUsingAD": {
4712 "ADName": "SENSOR_NAME",
4713 "CalloutsWithTheirADValues": [
4714 {
4715 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4716 "Callouts": [
4717 {
4718 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004719 {
4720 "Priority": "high",
4721 "SymbolicFRU": "ambient_temp"
4722 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004723 ]
4724 }
4725 ]
4726 }
Matt Spinlerc13bb1c2022-08-01 10:33:09 -05004727 ],
4728 "CalloutsWhenNoADMatch": [
4729 {
4730 "CalloutList": [
4731 {
4732 "Priority": "high",
4733 "SymbolicFRU": "overtemp"
4734 }
4735 ]
4736 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004737 ]
4738 },
4739
4740 "Documentation": {
4741 "Description": "A temperature sensor exceeded its performance loss threshold.",
4742 "Message": "A temperature sensor exceeded its performance loss threshold.",
4743 "Notes": [
4744 "A temperature sensor crossed its performance loss threshold value",
4745 "If it is the ambient sensor, then a symbolic FRU will be added.",
4746 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
4747 "a FRU callout."
4748 ]
4749 }
4750 },
4751
4752 {
4753 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHighClear",
4754 "Subsystem": "power",
4755 "ComponentID": "0x2800",
4756 "Severity": "non_error",
4757 "ActionFlags": ["report"],
4758 "EventType": "env_normal",
4759
4760 "SRC": {
4761 "ReasonCode": "0x2802",
4762 "Words6To9": {}
4763 },
4764
4765 "CalloutsUsingAD": {
4766 "ADName": "SENSOR_NAME",
4767 "CalloutsWithTheirADValues": [
4768 {
4769 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4770 "Callouts": [
4771 {
4772 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004773 {
4774 "Priority": "high",
4775 "SymbolicFRU": "ambient_temp_back"
4776 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004777 ]
4778 }
4779 ]
4780 }
4781 ]
4782 },
4783
4784 "Documentation": {
4785 "Description": "A temperature sensor is under its performance loss threshold.",
4786 "Message": "A temperature sensor is under its performance loss threshold.",
4787 "Notes": [
4788 "A temperature sensor crossed under its performance loss threshold value",
4789 "If it is the ambient sensor, then a symbolic FRU will be added."
4790 ]
4791 }
4792 },
4793
4794 {
4795 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHigh",
4796 "Subsystem": "power",
4797 "ComponentID": "0x2800",
4798 "Severity": "predictive",
4799 "ActionFlags": ["service_action", "report"],
4800
4801 "SRC": {
4802 "ReasonCode": "0x2803",
4803 "Words6To9": {}
4804 },
4805
4806 "CalloutsUsingAD": {
4807 "ADName": "SENSOR_NAME",
4808 "CalloutsWithTheirADValues": [
4809 {
4810 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4811 "Callouts": [
4812 {
4813 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004814 {
4815 "Priority": "high",
4816 "SymbolicFRU": "ambient_temp"
4817 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004818 ]
4819 }
4820 ]
4821 }
Matt Spinlerc13bb1c2022-08-01 10:33:09 -05004822 ],
4823 "CalloutsWhenNoADMatch": [
4824 {
4825 "CalloutList": [
4826 {
4827 "Priority": "high",
4828 "SymbolicFRU": "overtemp"
4829 }
4830 ]
4831 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004832 ]
4833 },
4834
4835 "Documentation": {
4836 "Description": "A temperature sensor exceeded its warning threshold.",
4837 "Message": "A temperature sensor exceeded its warning threshold.",
4838 "Notes": [
4839 "A temperature sensor crossed its warning threshold value",
4840 "If it is the ambient sensor, then a symbolic FRU will be added.",
4841 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
4842 "a FRU callout."
4843 ]
4844 }
4845 },
4846
4847 {
4848 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHighClear",
4849 "Subsystem": "power",
4850 "ComponentID": "0x2800",
4851 "Severity": "non_error",
4852 "ActionFlags": ["report"],
4853 "EventType": "env_normal",
4854
4855 "SRC": {
4856 "ReasonCode": "0x2804",
4857 "Words6To9": {}
4858 },
4859
4860 "CalloutsUsingAD": {
4861 "ADName": "SENSOR_NAME",
4862 "CalloutsWithTheirADValues": [
4863 {
4864 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4865 "Callouts": [
4866 {
4867 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004868 {
4869 "Priority": "high",
4870 "SymbolicFRU": "ambient_temp_back"
4871 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004872 ]
4873 }
4874 ]
4875 }
4876 ]
4877 },
4878
4879 "Documentation": {
4880 "Description": "A temperature sensor is under its warning threshold.",
4881 "Message": "A temperature sensor is under its warning threshold.",
4882 "Notes": [
4883 "A temperature sensor crossed under its warning threshold value",
4884 "If it is the ambient sensor, then a symbolic FRU will be added."
4885 ]
4886 }
4887 },
4888
4889 {
4890 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHigh",
4891 "Subsystem": "power",
4892 "ComponentID": "0x2800",
4893 "Severity": "predictive",
4894 "ActionFlags": ["service_action", "report"],
4895
4896 "SRC": {
4897 "ReasonCode": "0x2805",
4898 "Words6To9": {}
4899 },
4900
4901 "CalloutsUsingAD": {
4902 "ADName": "SENSOR_NAME",
4903 "CalloutsWithTheirADValues": [
4904 {
4905 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4906 "Callouts": [
4907 {
4908 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004909 {
4910 "Priority": "high",
4911 "SymbolicFRU": "ambient_temp"
4912 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004913 ]
4914 }
4915 ]
4916 }
Matt Spinlerc13bb1c2022-08-01 10:33:09 -05004917 ],
4918 "CalloutsWhenNoADMatch": [
4919 {
4920 "CalloutList": [
4921 {
4922 "Priority": "high",
4923 "SymbolicFRU": "overtemp"
4924 }
4925 ]
4926 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004927 ]
4928 },
4929
4930 "Documentation": {
4931 "Description": "A temperature sensor exceeded its critical threshold.",
4932 "Message": "A temperature sensor exceeded its critical threshold.",
4933 "Notes": [
4934 "A temperature sensor crossed its critical threshold value",
4935 "If it is the ambient sensor, then a symbolic FRU will be added.",
4936 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
4937 "a FRU callout."
4938 ]
4939 }
4940 },
4941
4942 {
4943 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHighClear",
4944 "Subsystem": "power",
4945 "ComponentID": "0x2800",
4946 "Severity": "non_error",
4947 "ActionFlags": ["report"],
4948 "EventType": "env_normal",
4949
4950 "SRC": {
4951 "ReasonCode": "0x2806",
4952 "Words6To9": {}
4953 },
4954
4955 "CalloutsUsingAD": {
4956 "ADName": "SENSOR_NAME",
4957 "CalloutsWithTheirADValues": [
4958 {
4959 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4960 "Callouts": [
4961 {
4962 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004963 {
4964 "Priority": "high",
4965 "SymbolicFRU": "ambient_temp_back"
4966 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004967 ]
4968 }
4969 ]
4970 }
4971 ]
4972 },
4973
4974 "Documentation": {
4975 "Description": "A temperature sensor is under its critical threshold.",
4976 "Message": "A temperature sensor is under its critical threshold.",
4977 "Notes": [
4978 "A temperature sensor crossed under its critical threshold value",
4979 "If it is the ambient sensor, then a symbolic FRU will be added."
4980 ]
4981 }
4982 },
4983
4984 {
Matt Spinler6b3490a2021-01-20 10:48:26 -06004985 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHigh",
4986 "Subsystem": "power",
4987 "ComponentID": "0x2800",
4988 "Severity": "predictive",
4989 "ActionFlags": ["service_action", "report"],
4990
4991 "SRC": {
4992 "ReasonCode": "0x2807",
4993 "Words6To9": {}
4994 },
4995
4996 "Callouts": [
4997 {
4998 "CalloutList": [
4999 {
Patrick Williams26919f02022-12-08 06:12:43 -06005000 "Priority": "high",
5001 "SymbolicFRU": "ambient_temp"
Matt Spinler6b3490a2021-01-20 10:48:26 -06005002 }
5003 ]
5004 }
5005 ],
5006
5007 "Documentation": {
5008 "Description": "The ambient temperature passed the EPOW3 limit.",
5009 "Message": "The ambient temperature passed the EPOW3 limit. The system will shut down if temp doesn't decrease.",
5010 "Notes": [
5011 "This error occurs when the ambient temperature surpassed",
5012 "the EPOW3 shutdown limit."
5013 ]
5014 }
5015 },
5016
5017 {
5018 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHighClear",
5019 "Subsystem": "power",
5020 "ComponentID": "0x2800",
5021 "Severity": "non_error",
5022 "ActionFlags": ["report"],
5023 "EventType": "env_normal",
5024
5025 "SRC": {
5026 "ReasonCode": "0x2808",
5027 "Words6To9": {}
5028 },
5029
5030 "Callouts": [
5031 {
5032 "CalloutList": [
5033 {
Patrick Williams26919f02022-12-08 06:12:43 -06005034 "Priority": "high",
5035 "SymbolicFRU": "ambient_temp_back"
Matt Spinler6b3490a2021-01-20 10:48:26 -06005036 }
5037 ]
5038 }
5039 ],
5040
5041 "Documentation": {
5042 "Description": "The ambient temperature is back under the EPOW3 limit.",
5043 "Message": "The ambient temperature is back under the EPOW3 limit."
5044 }
5045 },
5046
5047 {
5048 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.HardShutdownAlarmHigh",
5049 "Subsystem": "power",
5050 "ComponentID": "0x2800",
Matt Spinler6b3490a2021-01-20 10:48:26 -06005051 "ActionFlags": ["service_action", "report"],
5052
5053 "SRC": {
5054 "ReasonCode": "0x2809",
5055 "Words6To9": {}
5056 },
5057
5058 "Callouts": [
5059 {
5060 "CalloutList": [
5061 {
Patrick Williams26919f02022-12-08 06:12:43 -06005062 "Priority": "high",
5063 "SymbolicFRU": "ambient_temp"
Matt Spinler6b3490a2021-01-20 10:48:26 -06005064 }
5065 ]
5066 }
5067 ],
5068
5069 "Documentation": {
5070 "Description": "The ambient temperature passed the EPOW4 limit.",
5071 "Message": "The ambient temperature passed the EPOW4 limit. The system will shut down",
5072 "Notes": [
5073 "This error occurs when the ambient temperature surpassed",
5074 "the EPOW4 shutdown limit."
5075 ]
5076 }
5077 },
5078
5079 {
Rashmica Guptab63f75b2021-08-18 20:54:21 +10005080 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHigh",
5081 "Subsystem": "ext_env",
5082 "ComponentID": "0x2800",
5083 "Severity": "predictive",
5084 "ActionFlags": ["service_action", "report"],
5085
5086 "SRC": {
5087 "ReasonCode": "0x280A",
5088 "Words6To9": {}
5089 },
5090
5091 "CalloutsUsingAD": {
5092 "ADName": "SENSOR_NAME",
5093 "CalloutsWithTheirADValues": [
5094 {
5095 "ADValue": "/xyz/openbmc_project/sensors/altitude/Altitude",
5096 "Callouts": [
5097 {
5098 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06005099 {
5100 "Priority": "high",
5101 "SymbolicFRU": "altitude"
5102 }
Rashmica Guptab63f75b2021-08-18 20:54:21 +10005103 ]
5104 }
5105 ]
5106 }
5107 ]
5108 },
5109
5110 "Documentation": {
5111 "Description": "An altitude sensor exceeded its warning threshold.",
5112 "Message": "An altitude sensor exceeded its warning threshold.",
5113 "Notes": [
5114 "The virtual altitude sensor crossed its warning threshold value",
5115 " and a symbolic FRU will be added."
5116 ]
5117 }
5118 },
5119
5120 {
5121 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHighClear",
5122 "Subsystem": "ext_env",
5123 "ComponentID": "0x2800",
5124 "Severity": "non_error",
5125 "ActionFlags": ["report"],
5126 "EventType": "env_normal",
5127
5128 "SRC": {
5129 "ReasonCode": "0x280B",
5130 "Words6To9": {}
5131 },
5132
5133 "Documentation": {
5134 "Description": "An altitude sensor is under its warning threshold.",
5135 "Message": "An altitude sensor is under its warning threshold.",
5136 "Notes": [
5137 "The virtual altitude sensor is under its warning threshold value",
5138 " and a symbolic FRU will be added."
5139 ]
5140 }
5141 },
5142
5143 {
Matt Spinler81331342021-10-05 14:09:56 -05005144 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLow",
5145 "Subsystem": "cec_tod",
5146 "ComponentID": "0x2800",
5147 "Severity": "predictive",
5148 "ActionFlags": ["service_action", "report"],
5149
5150 "SRC": {
5151 "ReasonCode": "0x280C",
5152 "Words6To9": {}
5153 },
5154
Matt Spinler81331342021-10-05 14:09:56 -05005155 "Documentation": {
5156 "Description": "A voltage sensor went below its critical low threshold.",
5157 "Message": "A voltage sensor went below its critical low threshold."
5158 }
5159 },
5160
5161 {
5162 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLowClear",
5163 "Subsystem": "cec_tod",
5164 "ComponentID": "0x2800",
5165 "Severity": "non_error",
5166 "ActionFlags": ["report"],
5167
5168 "SRC": {
5169 "ReasonCode": "0x280D",
5170 "Words6To9": {}
5171 },
5172
5173 "Documentation": {
5174 "Description": "A voltage sensor is over its critical low threshold.",
5175 "Message": "A voltage sensor is over its critical low threshold."
5176 }
5177 },
5178
5179 {
Matt Spinler1e792db2022-01-07 14:06:06 -06005180 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLow",
5181 "Subsystem": "power",
5182 "ComponentID": "0x2800",
5183 "Severity": "predictive",
5184 "ActionFlags": ["service_action", "report"],
5185
5186 "SRC": {
5187 "ReasonCode": "0x280E",
5188 "Words6To9": {}
5189 },
5190
5191 "Documentation": {
5192 "Description": "A temperature sensor is under its low warning threshold.",
5193 "Message": "A temperature sensor is under its low warning threshold.",
5194 "Notes": [
5195 "A temperature sensor crossed its low warning threshold value",
5196 "CALLOUT_INVENTORY_PATH will be passed in to add a FRU callout."
5197 ]
5198 }
5199 },
5200
5201 {
5202 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLowClear",
5203 "Subsystem": "power",
5204 "ComponentID": "0x2800",
5205 "Severity": "non_error",
5206 "ActionFlags": ["report"],
5207 "EventType": "env_normal",
5208
5209 "SRC": {
5210 "ReasonCode": "0x280F",
5211 "Words6To9": {}
5212 },
5213
5214 "Documentation": {
5215 "Description": "A temperature sensor is above its low warning threshold.",
5216 "Message": "A temperature sensor is above its low warning threshold.",
5217 "Notes": [
5218 "A temperature sensor crossed above its low warning threshold value."
5219 ]
5220 }
5221 },
5222
5223 {
5224 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalLow",
5225 "Subsystem": "power",
5226 "ComponentID": "0x2800",
5227 "Severity": "predictive",
5228 "ActionFlags": ["service_action", "report"],
5229
5230 "SRC": {
5231 "ReasonCode": "0x2810",
5232 "Words6To9": {}
5233 },
5234
5235 "Documentation": {
5236 "Description": "A temperature sensor is under its low critical threshold.",
5237 "Message": "A temperature sensor is under its low critical threshold.",
5238 "Notes": [
5239 "A temperature sensor crossed its low critical threshold value",
5240 "CALLOUT_INVENTORY_PATH will be passed in to add a FRU callout."
5241 ]
5242 }
5243 },
5244
5245 {
5246 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalLowClear",
5247 "Subsystem": "power",
5248 "ComponentID": "0x2800",
5249 "Severity": "non_error",
5250 "ActionFlags": ["report"],
5251 "EventType": "env_normal",
5252
5253 "SRC": {
5254 "ReasonCode": "0x2811",
5255 "Words6To9": {}
5256 },
5257
5258 "Documentation": {
5259 "Description": "A temperature sensor is over its low critical threshold.",
5260 "Message": "A temperature sensor is over its low critical threshold.",
5261 "Notes": [
5262 "A temperature sensor crossed above its critical threshold value"
5263 ]
5264 }
5265 },
5266
5267 {
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005268 "Name": "com.ibm.VPD.Error.InvalidEepromPath",
5269 "Subsystem": "cec_vpd",
5270 "ComponentID": "0x4000",
5271
5272 "SRC": {
5273 "ReasonCode": "0x4000",
Patrick Williams26919f02022-12-08 06:12:43 -06005274 "Words6To9": {
5275 "6": {
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005276 "Description": "Errno of the failure.",
5277 "AdditionalDataPropSource": "CALLOUT_ERRNO"
5278 }
5279 }
5280 },
5281
5282 "Documentation": {
Michael Limb264f062022-03-29 16:25:33 -05005283 "Description": "A path access error occurred",
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005284 "Message": "An EEPROM path access error occurred.",
5285 "Notes": [
5286 "This error occurs when parser is unable to access",
5287 "EEPROM path. Errno and device path are captured as",
5288 "additional data."
5289 ]
5290 }
5291 },
5292
5293 {
5294 "Name": "com.ibm.VPD.Error.InvalidVPD",
5295 "Subsystem": "cec_vpd",
5296 "ComponentID": "0x4000",
5297
5298 "SRC": {
5299 "ReasonCode": "0x4001",
Patrick Williams26919f02022-12-08 06:12:43 -06005300 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005301 },
5302
5303 "Documentation": {
5304 "Description": "Invalid VPD data.",
5305 "Message": "A VPD data exception occurred.",
5306 "Notes": [
5307 "This error occurs when VPD data is found to be",
5308 "invalid. This can be when VPD file is missing out",
5309 "mandatory records.Inventory path is captured in",
5310 "additional data."
5311 ]
5312 }
5313 },
5314
5315 {
5316 "Name": "com.ibm.VPD.Error.EccCheckFailed",
5317 "Subsystem": "cec_vpd",
5318 "ComponentID": "0x4000",
5319
5320 "SRC": {
5321 "ReasonCode": "0x4002",
Patrick Williams26919f02022-12-08 06:12:43 -06005322 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005323 },
5324
5325 "Documentation": {
5326 "Description": "Invalid VPD ecc data.",
5327 "Message": "A VPD ecc exception occurred.",
5328 "Notes": [
5329 "This error occurs when VPD ecc check fails for the FRU.",
5330 "Inventory path for the failed FRU is captured in additonal",
5331 "data."
5332 ]
5333 }
5334 },
5335
5336 {
5337 "Name": "com.ibm.VPD.Error.InvalidJson",
5338 "Subsystem": "cec_vpd",
5339 "ComponentID": "0x4000",
5340
5341 "SRC": {
5342 "ReasonCode": "0x4003",
Patrick Williams26919f02022-12-08 06:12:43 -06005343 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005344 },
5345
Matt Spinler834f3ed2022-01-26 16:18:02 -06005346 "Callouts": [
5347 {
5348 "CalloutList": [
5349 { "Priority": "high", "Procedure": "bmc_code" }
5350 ]
5351 }
5352 ],
5353
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005354 "Documentation": {
5355 "Description": "Invalid Json",
5356 "Message": "A Json failure occurred.",
5357 "Notes": [
5358 "This error occurs when parser fails to access",
5359 "Json file or there is any issue with Json data.",
5360 "Failed Json path and cause of failure is captured",
5361 "in additional data."
5362 ]
5363 }
5364 },
5365
5366 {
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005367 "Name": "com.ibm.VPD.Error.DefaultValue",
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005368 "Subsystem": "cec_vpd",
5369 "ComponentID": "0x4000",
5370
5371 "SRC": {
5372 "ReasonCode": "0x4004",
Patrick Williams26919f02022-12-08 06:12:43 -06005373 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005374 },
5375
Priyanga Ramasamy134e1e12022-12-02 07:03:39 -06005376 "Callouts": [
5377 {
5378 "CalloutList": [
5379 {
5380 "Priority": "high",
5381 "Procedure": "system_vpd_correction"
5382 }
5383 ]
5384 }
5385 ],
5386
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005387 "Documentation": {
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005388 "Description": "Default value found on VPD.",
5389 "Message": "Found default VPD.",
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005390 "Notes": [
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005391 "This error occurs when a default value found on VPD.",
5392 "Details regarding failure are captured in additional data."
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005393 ]
5394 }
5395 },
5396
5397 {
5398 "Name": "com.ibm.VPD.Error.DbusFailure",
5399 "Subsystem": "cec_vpd",
5400 "ComponentID": "0x4000",
5401
5402 "SRC": {
5403 "ReasonCode": "0x4005",
Patrick Williams26919f02022-12-08 06:12:43 -06005404 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005405 },
5406
Matt Spinler834f3ed2022-01-26 16:18:02 -06005407 "Callouts": [
5408 {
5409 "CalloutList": [
5410 { "Priority": "high", "Procedure": "bmc_code" }
5411 ]
5412 }
5413 ],
5414
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005415 "Documentation": {
5416 "Description": "Dbus exception",
5417 "Message": "A Dbus internal error occurred.",
5418 "Notes": [
5419 "This error occurs when Dbus operation fails.",
5420 "Exceptions details are captured in additonal",
5421 "data."
5422 ]
5423 }
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005424 },
5425
5426 {
Alpana Kumari081cfd42021-12-07 04:14:57 -06005427 "Name": "com.ibm.VPD.Error.UnknownSystemType",
5428 "Subsystem": "cec_vpd",
5429 "ComponentID": "0x4000",
5430
5431 "SRC": {
5432 "ReasonCode": "0x4006",
Patrick Williams26919f02022-12-08 06:12:43 -06005433 "Words6To9": {}
Alpana Kumari081cfd42021-12-07 04:14:57 -06005434 },
5435
5436 "Callouts": [
5437 {
Patrick Williams26919f02022-12-08 06:12:43 -06005438 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Alpana Kumari081cfd42021-12-07 04:14:57 -06005439 }
5440 ],
5441
5442 "Documentation": {
5443 "Description": "Unknown System Type",
5444 "Message": "System type not supported in DTB table.",
5445 "Notes": [
5446 "System type comes from combination of HW and IM value of system VPD.",
5447 "If anything gets changed in that combination, then it can't determine",
5448 "the appropriate DTB for that system. Need to check HW and IM keywords."
5449 ]
5450 }
5451 },
5452
5453 {
Alpana Kumari074ec5b2022-02-20 22:48:57 -06005454 "Name": "com.ibm.VPD.Error.GPIOError",
5455 "Subsystem": "cec_vpd",
5456 "ComponentID": "0x4000",
5457
5458 "SRC": {
5459 "ReasonCode": "0x4007",
Patrick Williams26919f02022-12-08 06:12:43 -06005460 "Words6To9": {}
Alpana Kumari074ec5b2022-02-20 22:48:57 -06005461 },
5462
Sunny Srivastava17586b42022-06-20 01:06:58 -05005463 "Callouts": [
5464 {
5465 "CalloutList": [
5466 { "Priority": "high", "Procedure": "bmc_code" }
5467 ]
5468 }
5469 ],
5470
Alpana Kumari074ec5b2022-02-20 22:48:57 -06005471 "Documentation": {
5472 "Description": "GPIO line error",
5473 "Message": "GPIO line couldn't be found or read.",
5474 "Notes": [
Sunny Srivastava17586b42022-06-20 01:06:58 -05005475 "The BMC could not access a GPIO line. This can be a hardware issue",
5476 " or driver issue. Since a hardware or a software issue cannot be",
5477 " differentiated, the BMC code will be called out."
Alpana Kumari074ec5b2022-02-20 22:48:57 -06005478 ]
5479 }
5480 },
5481
5482 {
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005483 "Name": "com.ibm.VPD.Error.Mismatch",
Sunny Srivastavad29837f2022-04-20 01:37:07 -05005484 "Subsystem": "cec_vpd",
5485 "ComponentID": "0x4000",
5486
5487 "SRC": {
5488 "ReasonCode": "0x4008",
Patrick Williams26919f02022-12-08 06:12:43 -06005489 "Words6To9": {}
Sunny Srivastavad29837f2022-04-20 01:37:07 -05005490 },
5491
5492 "Callouts": [
5493 {
5494 "CalloutList": [
Priyanga Ramasamy134e1e12022-12-02 07:03:39 -06005495 {
5496 "Priority": "high",
5497 "Procedure": "system_vpd_correction"
5498 }
Sunny Srivastavad29837f2022-04-20 01:37:07 -05005499 ]
5500 }
5501 ],
5502
5503 "Documentation": {
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005504 "Description": "VPD mismatch found between primary and backup",
5505 "Message": "Error occurred due to VPD mismatch between primary and backup.",
Sunny Srivastavad29837f2022-04-20 01:37:07 -05005506 "Notes": [
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005507 "This error occurs when there is a data mismatch between ",
5508 "primary and backup VPD.",
5509 "Details regarding the failure are captured in additional data."
Sunny Srivastavad29837f2022-04-20 01:37:07 -05005510 ]
5511 }
5512 },
5513
5514 {
Sunny Srivastava17586b42022-06-20 01:06:58 -05005515 "Name": "com.ibm.VPD.Error.RequiredFRUMissing",
5516 "Subsystem": "cec_vpd",
5517 "ComponentID": "0x4000",
5518
5519 "SRC": {
5520 "ReasonCode": "0x4009",
Patrick Williams26919f02022-12-08 06:12:43 -06005521 "Words6To9": {}
Sunny Srivastava17586b42022-06-20 01:06:58 -05005522 },
5523
5524 "Documentation": {
5525 "Description": "Essential FRU check.",
5526 "Message": "Essential FRU check failed",
5527 "Notes": [
5528 "This error occurs when VPD manager service detects any",
5529 "missing essential FRU. These are FRUs which are required",
5530 "to be present in the system at the time of power on.",
5531 "The inventory path is captured in additional data."
5532 ]
5533 }
5534 },
5535
5536 {
gikrish1c0cc7ec2022-02-24 12:40:51 -06005537 "Name": "com.ibm.Panel.Error.InputDevPathFailure",
5538 "Subsystem": "cec_op_panel",
5539 "ComponentID": "0x5000",
5540
5541 "SRC": {
5542 "ReasonCode": "0x5001",
5543 "Words6To9": {}
5544 },
5545
5546 "Documentation": {
5547 "Description": "Button Handler Failure",
5548 "Message": "Input Device path failure",
Patrick Williams26919f02022-12-08 06:12:43 -06005549 "Notes": ["Button events will not be processed."]
gikrish1c0cc7ec2022-02-24 12:40:51 -06005550 }
5551 },
5552
5553 {
5554 "Name": "com.ibm.Panel.Error.I2CSetupFailure",
5555 "Subsystem": "cec_op_panel",
5556 "ComponentID": "0x5000",
5557
5558 "SRC": {
5559 "ReasonCode": "0x5002",
5560 "Words6To9": {}
5561 },
5562
5563 "Documentation": {
5564 "Description": "Panel I2C setup failure",
5565 "Message": "Unable to open device path or ioctl failure",
5566 "Notes": [
5567 "The Panel is unable to open device",
5568 " path or ioctl failure"
5569 ]
5570 }
5571 },
5572
5573 {
5574 "Name": "com.ibm.Panel.Error.HostCommunicationError",
5575 "Subsystem": "cec_op_panel",
5576 "ComponentID": "0x5000",
5577
5578 "SRC": {
5579 "ReasonCode": "0x5003",
5580 "Words6To9": {}
5581 },
5582
Patrick Williams26919f02022-12-08 06:12:43 -06005583 "Callouts": [
5584 {
5585 "CalloutList": [
5586 {
5587 "Priority": "high",
5588 "Procedure": "bmc_code"
5589 }
5590 ]
5591 }
5592 ],
gikrish1c0cc7ec2022-02-24 12:40:51 -06005593
5594 "Documentation": {
5595 "Description": "Host Communication failure",
5596 "Message": "Error in sending message to host",
Patrick Williams26919f02022-12-08 06:12:43 -06005597 "Notes": ["Failure from PLDM sending message to", "Host"]
gikrish1c0cc7ec2022-02-24 12:40:51 -06005598 }
5599 },
5600
5601 {
5602 "Name": "com.ibm.Panel.Error.DbusError",
5603 "Subsystem": "cec_op_panel",
5604 "ComponentID": "0x5000",
5605
5606 "SRC": {
5607 "ReasonCode": "0x5004",
5608 "Words6To9": {}
5609 },
5610
Patrick Williams26919f02022-12-08 06:12:43 -06005611 "Callouts": [
5612 {
5613 "CalloutList": [
5614 {
5615 "Priority": "high",
5616 "Procedure": "bmc_code"
5617 }
5618 ]
5619 }
5620 ],
gikrish1c0cc7ec2022-02-24 12:40:51 -06005621
5622 "Documentation": {
5623 "Description": "Dbus exception",
5624 "Message": "A Dbus internal error occurred.",
5625 "Notes": [
5626 "This error occurs when Dbus operation fails.",
5627 "Exceptions details are captured in additional",
5628 "data."
5629 ]
5630 }
5631 },
5632
5633 {
Priyanga Ramasamy3aa27082022-08-24 06:34:38 -05005634 "Name": "com.ibm.Panel.Error.CodeUpdateFailure",
5635 "Subsystem": "cec_op_panel",
5636 "ComponentID": "0x5000",
5637
5638 "SRC": {
5639 "ReasonCode": "0x5005",
5640 "Words6To9": {}
5641 },
5642
5643 "Documentation": {
5644 "Description": "LCD/Bootfail PIC code update failure.",
5645 "Message": "Error while doing LCD/bootfail PIC code update.",
5646 "Notes": [
Priyanga Ramasamyfdd1dc02022-09-21 02:41:32 -05005647 "Panel firmware(LCD/bootfail PIC) update fails due to ",
5648 "unsupportable firmware version. Inventory path to the",
5649 "FRU on which PIC controller is physically present will",
5650 "be called out."
Priyanga Ramasamy3aa27082022-08-24 06:34:38 -05005651 ]
5652 }
5653 },
5654
5655 {
deepae3403252023-04-25 04:55:54 -05005656 "Name": "org.open_power.Host.Boot.Error.WatchdogTimedOut",
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005657 "Subsystem": "cec_sp_hostboot_iface",
5658
Patrick Williams26919f02022-12-08 06:12:43 -06005659 "SRC": {
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005660 "ReasonCode": "0xC101",
Patrick Williams26919f02022-12-08 06:12:43 -06005661 "Words6To9": {}
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005662 },
5663
Patrick Williams26919f02022-12-08 06:12:43 -06005664 "Documentation": {
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005665 "Description": "Host did not respond within the watchdog timeout interval",
5666 "Message": "Host did not respond before the watchdog timeout interval expired",
5667 "Notes": [
5668 "Host did not respond before the expiry of the watchdog timeout interval.",
5669 "Collecting hostboot dump."
5670 ]
5671 }
zamiseckbf61a982022-01-13 08:27:50 -06005672 },
5673
5674 {
5675 "Name": "xyz.openbmc_project.Software.Version.Error.Incompatible",
5676 "Subsystem": "bmc_firmware",
5677 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005678 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005679 "ReasonCode": "0x3601",
Patrick Williams26919f02022-12-08 06:12:43 -06005680 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005681 },
5682
5683 "Callouts": [
5684 {
5685 "CalloutList": [
5686 { "Priority": "high", "Procedure": "bmc_code" }
5687 ]
5688 }
5689 ],
5690
Patrick Williams26919f02022-12-08 06:12:43 -06005691 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005692 "Description": "A system component has a software version that is incompatible.",
5693 "Message": "A system component has a software version that is incompatible."
5694 }
5695 },
5696
5697 {
5698 "Name": "xyz.openbmc_project.Software.Version.Error.AlreadyExists",
5699 "Subsystem": "bmc_firmware",
5700 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005701 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005702 "ReasonCode": "0x3602",
Patrick Williams26919f02022-12-08 06:12:43 -06005703 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005704 },
5705
5706 "Callouts": [
5707 {
5708 "CalloutList": [
5709 { "Priority": "high", "Procedure": "bmc_code" }
5710 ]
5711 }
5712 ],
5713
Patrick Williams26919f02022-12-08 06:12:43 -06005714 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005715 "Description": "This image version already exists on the device.",
5716 "Message": "This image version already exists on the device."
5717 }
5718 },
5719
5720 {
5721 "Name": "xyz.openbmc_project.Software.Image.Error.UnTarFailure",
5722 "Subsystem": "bmc_firmware",
5723 "ComponentID": "0x3600",
Adriana Kobylak7ef3b9e2023-01-04 13:20:36 -06005724 "ActionFlags": ["report"],
Patrick Williams26919f02022-12-08 06:12:43 -06005725 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005726 "ReasonCode": "0x3603",
Patrick Williams26919f02022-12-08 06:12:43 -06005727 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005728 },
5729
5730 "Callouts": [
5731 {
5732 "CalloutList": [
5733 { "Priority": "high", "Procedure": "bmc_code" }
5734 ]
5735 }
5736 ],
5737
Patrick Williams26919f02022-12-08 06:12:43 -06005738 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005739 "Description": "An error occurred during untar.",
5740 "Message": "An error occurred during untar."
5741 }
5742 },
5743
5744 {
5745 "Name": "xyz.openbmc_project.Software.Image.Error.ManifestFileFailure",
5746 "Subsystem": "bmc_firmware",
5747 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005748 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005749 "ReasonCode": "0x3604",
Patrick Williams26919f02022-12-08 06:12:43 -06005750 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005751 },
5752
5753 "Callouts": [
5754 {
5755 "CalloutList": [
5756 { "Priority": "high", "Procedure": "bmc_code" }
5757 ]
5758 }
5759 ],
5760
Patrick Williams26919f02022-12-08 06:12:43 -06005761 "Documentation": {
zamiseck21de9f02022-03-23 13:41:31 -05005762 "Description": "An error occurred when reading the software image Manifest file.",
5763 "Message": "An error occurred when reading the software image Manifest file."
zamiseckbf61a982022-01-13 08:27:50 -06005764 }
5765 },
5766
5767 {
5768 "Name": "xyz.openbmc_project.Software.Image.Error.InternalFailure",
5769 "Subsystem": "bmc_firmware",
5770 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005771 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005772 "ReasonCode": "0x3605",
Patrick Williams26919f02022-12-08 06:12:43 -06005773 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005774 },
5775
5776 "Callouts": [
5777 {
5778 "CalloutList": [
5779 { "Priority": "high", "Procedure": "bmc_code" }
5780 ]
5781 }
5782 ],
5783
Patrick Williams26919f02022-12-08 06:12:43 -06005784 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005785 "Description": "The operation failed internally during processing the image.",
5786 "Message": "The operation failed internally during processing the image."
5787 }
5788 },
5789
5790 {
5791 "Name": "xyz.openbmc_project.Software.Image.Error.ImageFailure",
5792 "Subsystem": "bmc_firmware",
5793 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005794 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005795 "ReasonCode": "0x3606",
Patrick Williams26919f02022-12-08 06:12:43 -06005796 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005797 },
5798
5799 "Callouts": [
5800 {
5801 "CalloutList": [
5802 { "Priority": "high", "Procedure": "bmc_code" }
5803 ]
5804 }
5805 ],
5806
Patrick Williams26919f02022-12-08 06:12:43 -06005807 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005808 "Description": "An error occurred processing the image.",
5809 "Message": "An error occurred processing the image."
5810 }
5811 },
5812
5813 {
5814 "Name": "xyz.openbmc_project.Software.Image.Error.BusyFailure",
5815 "Subsystem": "bmc_firmware",
5816 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005817 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005818 "ReasonCode": "0x3607",
Patrick Williams26919f02022-12-08 06:12:43 -06005819 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005820 },
5821
5822 "Callouts": [
5823 {
5824 "CalloutList": [
5825 { "Priority": "high", "Procedure": "bmc_code" }
5826 ]
5827 }
5828 ],
5829
Patrick Williams26919f02022-12-08 06:12:43 -06005830 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005831 "Description": "The device is busy during the update.",
5832 "Message": "The device is busy during the update."
5833 }
zamiseck21de9f02022-03-23 13:41:31 -05005834 },
5835
5836 {
5837 "Name": "xyz.openbmc_project.Software.Version.Error.ExpiredAccessKey",
5838 "Subsystem": "bmc_firmware",
5839 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005840 "SRC": {
zamiseck21de9f02022-03-23 13:41:31 -05005841 "ReasonCode": "0x3608",
Patrick Williams26919f02022-12-08 06:12:43 -06005842 "Words6To9": {}
zamiseck21de9f02022-03-23 13:41:31 -05005843 },
5844
5845 "Callouts": [
5846 {
5847 "CalloutList": [
5848 { "Priority": "high", "Procedure": "bmc_code" }
5849 ]
5850 }
5851 ],
5852
Patrick Williams26919f02022-12-08 06:12:43 -06005853 "Documentation": {
zamiseck21de9f02022-03-23 13:41:31 -05005854 "Description": "The Update Access Key has expired.",
5855 "Message": "The Update Access Key has expired."
5856 }
5857 },
5858
5859 {
5860 "Name": "xyz.openbmc_project.Software.Version.Error.InvalidSignature",
5861 "Subsystem": "bmc_firmware",
5862 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005863 "SRC": {
zamiseck21de9f02022-03-23 13:41:31 -05005864 "ReasonCode": "0x3609",
Patrick Williams26919f02022-12-08 06:12:43 -06005865 "Words6To9": {}
zamiseck21de9f02022-03-23 13:41:31 -05005866 },
5867
5868 "Callouts": [
5869 {
5870 "CalloutList": [
5871 { "Priority": "high", "Procedure": "bmc_code" }
5872 ]
5873 }
5874 ],
5875
Patrick Williams26919f02022-12-08 06:12:43 -06005876 "Documentation": {
zamiseck21de9f02022-03-23 13:41:31 -05005877 "Description": "The software image has an invalid signature.",
5878 "Message": "The software image has an invalid signature"
5879 }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005880 },
zamiseck0ad7a822022-05-24 17:25:58 -05005881
5882 {
Patrick Williams26919f02022-12-08 06:12:43 -06005883 "Name": "xyz.openbmc_project.Software.Version.Error.HostFile",
5884 "Subsystem": "bmc_firmware",
5885 "ComponentID": "0x3600",
zamiseck0ad7a822022-05-24 17:25:58 -05005886
Patrick Williams26919f02022-12-08 06:12:43 -06005887 "SRC": {
5888 "ReasonCode": "0x360A",
5889 "Words6To9": {
5890 "6": {
5891 "Description": "Size of the current running partition",
5892 "AdditionalDataPropSource": "CURRENT_FILE_SIZE"
zamiseck0ad7a822022-05-24 17:25:58 -05005893 },
Patrick Williams26919f02022-12-08 06:12:43 -06005894 "7": {
5895 "Description": "Size of the read only partition",
5896 "AdditionalDataPropSource": "EXPECTED_FILE_SIZE"
zamiseck0ad7a822022-05-24 17:25:58 -05005897 }
5898 }
5899 },
5900 "Callouts": [
5901 {
5902 "CalloutList": [
5903 { "Priority": "high", "Procedure": "bmc_code" }
5904 ]
5905 }
5906 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005907 "Documentation": {
5908 "Description": "Corrupted or changed preserved file",
5909 "Message": "Partition was not preserved on reboot",
5910 "Notes": [
zamiseck0ad7a822022-05-24 17:25:58 -05005911 "This error may occur if one of the partitions marked",
5912 "PRESERVED is either corrupted, or a change of size is ",
5913 "desired for a particular partition."
5914 ]
5915 }
5916 },
5917
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005918 {
5919 "Name": "xyz.openbmc_project.PLDM.Error.findDumpObjPath.GetManagedObjectsFail",
5920 "Subsystem": "bmc_firmware",
5921 "ComponentID": "0x6000",
5922 "Severity": "predictive",
Patrick Williams26919f02022-12-08 06:12:43 -06005923 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005924 "ReasonCode": "0x6001",
Patrick Williams26919f02022-12-08 06:12:43 -06005925 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005926 },
5927 "Callouts": [
5928 {
5929 "CalloutList": [
5930 { "Priority": "high", "Procedure": "bmc_code" }
5931 ]
5932 }
5933 ],
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005934
Patrick Williams26919f02022-12-08 06:12:43 -06005935 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005936 "Description": "Failed to get the requested dump object path.",
5937 "Message": "Failed to get the requested dump object path from the system."
5938 }
5939 },
5940 {
5941 "Name": "xyz.openbmc_project.PLDM.Error.newFileAvailable.NewDumpNotifyFail",
5942 "Subsystem": "bmc_firmware",
5943 "ComponentID": "0x6000",
5944 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005945 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005946 "ReasonCode": "0x6002",
Patrick Williams26919f02022-12-08 06:12:43 -06005947 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005948 },
5949 "Callouts": [
5950 {
5951 "CalloutList": [
5952 { "Priority": "high", "Procedure": "bmc_code" }
5953 ]
5954 }
5955 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005956 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005957 "Description": "Failed to make a new dump notify request to the dump manager application.",
5958 "Message": "Failed to make a new dump notify request to the dump manager application."
5959 }
5960 },
5961 {
5962 "Name": "xyz.openbmc_project.PLDM.Error.DumpHandler.getOffloadUriFail",
5963 "Subsystem": "bmc_firmware",
5964 "ComponentID": "0x6000",
5965 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005966 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005967 "ReasonCode": "0x6003",
Patrick Williams26919f02022-12-08 06:12:43 -06005968 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005969 },
5970 "Callouts": [
5971 {
5972 "CalloutList": [
5973 { "Priority": "high", "Procedure": "bmc_code" }
5974 ]
5975 }
5976 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005977 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005978 "Description": "Failed to get the dump offload URI path from the dump entry.",
5979 "Message": "Failed to get the dump offload URI path from the dump entry."
5980 }
5981 },
5982 {
5983 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.ResourceDumpFileAckFail",
5984 "Subsystem": "bmc_firmware",
5985 "ComponentID": "0x6000",
5986 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -06005987 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005988 "ReasonCode": "0x6004",
Patrick Williams26919f02022-12-08 06:12:43 -06005989 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005990 },
5991 "Callouts": [
5992 {
5993 "CalloutList": [
5994 { "Priority": "medium", "Procedure": "bmc_code" }
5995 ]
5996 }
5997 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005998 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005999 "Description": "The hypervisor rejected the request to initiate a new resource dump.",
6000 "Message": "The hypervisor rejected the request to initiate a new resource dump."
6001 }
6002 },
6003 {
6004 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.SourceDumpIdResetFail",
6005 "Subsystem": "bmc_firmware",
6006 "ComponentID": "0x6000",
6007 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006008 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006009 "ReasonCode": "0x6005",
Patrick Williams26919f02022-12-08 06:12:43 -06006010 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006011 },
6012 "Callouts": [
6013 {
6014 "CalloutList": [
6015 { "Priority": "high", "Procedure": "bmc_code" }
6016 ]
6017 }
6018 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006019 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006020 "Description": "Failed to reset the dump ID, due to this requested dump will not be deleted.",
6021 "Message": "Failed to reset the dump ID, due to this requested dump will not be deleted."
6022 }
6023 },
6024 {
6025 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryDeleteFail",
6026 "Subsystem": "bmc_firmware",
6027 "ComponentID": "0x6000",
6028 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006029 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006030 "ReasonCode": "0x6006",
Patrick Williams26919f02022-12-08 06:12:43 -06006031 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006032 },
6033 "Callouts": [
6034 {
6035 "CalloutList": [
6036 { "Priority": "high", "Procedure": "bmc_code" }
6037 ]
6038 }
6039 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006040 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006041 "Description": "Failed to carry out the dump delete request from the hypervisor.",
6042 "Message": "Failed to carry out the dump delete request from the hypervisor."
6043 }
6044 },
6045 {
6046 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryOffloadedSetFail",
6047 "Subsystem": "bmc_firmware",
6048 "ComponentID": "0x6000",
6049 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006050 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006051 "ReasonCode": "0x6007",
Patrick Williams26919f02022-12-08 06:12:43 -06006052 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006053 },
6054 "Callouts": [
6055 {
6056 "CalloutList": [
6057 { "Priority": "high", "Procedure": "bmc_code" }
6058 ]
6059 }
6060 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006061 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006062 "Description": "Failed to set the dump offloaded completion flag in the dump entry.",
6063 "Message": "Failed to set the dump offloaded completion flag in the dump entry."
6064 }
6065 },
6066 {
6067 "Name": "xyz.openbmc_project.PLDM.Error.readIntoMemory.GetFilepathFail",
6068 "Subsystem": "bmc_firmware",
6069 "ComponentID": "0x6000",
6070 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006071 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006072 "ReasonCode": "0x6008",
Patrick Williams26919f02022-12-08 06:12:43 -06006073 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006074 },
6075 "Callouts": [
6076 {
6077 "CalloutList": [
6078 { "Priority": "high", "Procedure": "bmc_code" }
6079 ]
6080 }
6081 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006082 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006083 "Description": "Failed to get the file path for the BMC dump and offload to the hypervisor.",
6084 "Message": "Failed to get the file path for the BMC dump and offload to the hypervisor."
6085 }
6086 },
6087 {
6088 "Name": "xyz.openbmc_project.PLDM.Error.read.GetFilepathFail",
6089 "Subsystem": "bmc_firmware",
6090 "ComponentID": "0x6000",
6091 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006092 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006093 "ReasonCode": "0x6009",
Patrick Williams26919f02022-12-08 06:12:43 -06006094 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006095 },
6096 "Callouts": [
6097 {
6098 "CalloutList": [
6099 { "Priority": "high", "Procedure": "bmc_code" }
6100 ]
6101 }
6102 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006103 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006104 "Description": "Failed to get the file path for the BMC dump and offload to the hypervisor.",
6105 "Message": "Failed to get the file path for the BMC dump and offload to the hypervisor."
6106 }
6107 },
6108 {
6109 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.ResourceDumpFileAckWithMetaDataFail",
6110 "Subsystem": "bmc_firmware",
6111 "ComponentID": "0x6000",
6112 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -06006113 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006114 "ReasonCode": "0x6010",
Patrick Williams26919f02022-12-08 06:12:43 -06006115 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006116 },
6117 "Callouts": [
6118 {
6119 "CalloutList": [
6120 { "Priority": "medium", "Procedure": "bmc_code" }
6121 ]
6122 }
6123 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006124 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006125 "Description": "Could not create a new resource dump due to hypervisor verification failed.",
6126 "Message": "Could not create a new resource dump due to hypervisor verification failed."
6127 }
6128 },
6129 {
6130 "Name": "xyz.openbmc_project.PLDM.Error.fileAckWithMetaData.DumpEntryOffloadedSetFail",
6131 "Subsystem": "bmc_firmware",
6132 "ComponentID": "0x6000",
6133 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006134 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006135 "ReasonCode": "0x6011",
Patrick Williams26919f02022-12-08 06:12:43 -06006136 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006137 },
6138 "Callouts": [
6139 {
6140 "CalloutList": [
6141 { "Priority": "high", "Procedure": "bmc_code" }
6142 ]
6143 }
6144 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006145 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006146 "Description": "Failed to set the dump offload completion flag in the dump entry details.",
6147 "Message": "Failed to set the dump offload completion flag in the dump entry details."
6148 }
6149 },
6150 {
6151 "Name": "xyz.openbmc_project.PLDM.Error.newFileAvailableWithMetaData.NewDumpNotifyFail",
6152 "Subsystem": "bmc_firmware",
6153 "ComponentID": "0x6000",
6154 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006155 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006156 "ReasonCode": "0x6012",
Patrick Williams26919f02022-12-08 06:12:43 -06006157 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006158 },
6159 "Callouts": [
6160 {
6161 "CalloutList": [
6162 { "Priority": "high", "Procedure": "bmc_code" }
6163 ]
6164 }
6165 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006166 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006167 "Description": "Failed to notify a new dump available request.",
6168 "Message": "Failed to notify a new dump available request."
6169 }
6170 },
6171 {
6172 "Name": "xyz.openbmc_project.PLDM.Error.sendNewFileAvailableCmd.SendDumpParametersFail",
6173 "Subsystem": "bmc_firmware",
6174 "ComponentID": "0x6000",
6175 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006176 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006177 "ReasonCode": "0x6013",
Patrick Williams26919f02022-12-08 06:12:43 -06006178 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006179 },
6180 "Callouts": [
6181 {
6182 "CalloutList": [
6183 { "Priority": "high", "Procedure": "bmc_code" }
6184 ]
6185 }
6186 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006187 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006188 "Description": "Failed to send the resource dump parameters for a new dump initiation.",
6189 "Message": "Failed to send the resource dump parameters for a new dump initiation."
6190 }
6191 },
6192 {
6193 "Name": "xyz.openbmc_project.PLDM.Error.SendFileToHostFail",
6194 "Subsystem": "bmc_firmware",
6195 "ComponentID": "0x6000",
6196 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006197 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006198 "ReasonCode": "0x6014",
Patrick Williams26919f02022-12-08 06:12:43 -06006199 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006200 },
6201 "Callouts": [
6202 {
6203 "CalloutList": [
6204 { "Priority": "high", "Procedure": "bmc_code" }
6205 ]
6206 }
6207 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006208 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006209 "Description": "Failed to send the certificate/license file to the host.",
6210 "Message": "Failed to send the certificate/license file to the host."
6211 }
6212 },
6213 {
6214 "Name": "xyz.openbmc_project.PLDM.Error.DecodeNewFileResponseFail",
6215 "Subsystem": "bmc_firmware",
6216 "ComponentID": "0x6000",
6217 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006218 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006219 "ReasonCode": "0x6015",
Patrick Williams26919f02022-12-08 06:12:43 -06006220 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006221 },
6222 "Callouts": [
6223 {
6224 "CalloutList": [
6225 { "Priority": "high", "Procedure": "bmc_code" }
6226 ]
6227 }
6228 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006229 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006230 "Description": "Failed to decode the response of certificate/license file sent to the host.",
6231 "Message": "Failed to decode the response of certificate/license file sent to the host."
6232 }
6233 },
6234 {
6235 "Name": "xyz.openbmc_project.PLDM.Error.NewFileAvailableRequestFail",
6236 "Subsystem": "bmc_firmware",
6237 "ComponentID": "0x6000",
6238 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006239 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006240 "ReasonCode": "0x6016",
Patrick Williams26919f02022-12-08 06:12:43 -06006241 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006242 },
6243 "Callouts": [
6244 {
6245 "CalloutList": [
6246 { "Priority": "high", "Procedure": "bmc_code" }
6247 ]
6248 }
6249 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006250 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006251 "Description": "Failed to send the new certificate/license file to the host.",
6252 "Message": "Failed to send the new certificate/license file to the host."
6253 }
6254 },
6255 {
6256 "Name": "xyz.openbmc_project.PLDM.Error.SetHostEffecterFailed",
6257 "Subsystem": "bmc_firmware",
6258 "ComponentID": "0x6000",
6259 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006260 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006261 "ReasonCode": "0x6017",
Patrick Williams26919f02022-12-08 06:12:43 -06006262 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006263 },
6264
6265 "Callouts": [
6266 {
6267 "CalloutList": [
6268 { "Priority": "high", "Procedure": "bmc_code" }
6269 ]
6270 }
6271 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006272 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006273 "Description": "Failed to set state effecter states.",
6274 "Message": "Failed to set state effecter states."
6275 }
6276 },
6277 {
6278 "Name": "xyz.openbmc_project.PLDM.Error.Generate.PDRJsonFileParseFail",
6279 "Subsystem": "bmc_firmware",
6280 "ComponentID": "0x6000",
6281 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006282 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006283 "ReasonCode": "0x6018",
Patrick Williams26919f02022-12-08 06:12:43 -06006284 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006285 },
6286 "Callouts": [
6287 {
6288 "CalloutList": [
6289 { "Priority": "high", "Procedure": "bmc_code" }
6290 ]
6291 }
6292 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006293 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006294 "Description": "Failed to parse PDR JSON file.",
6295 "Message": "Failed to parse PDR JSON file."
6296 }
6297 },
6298 {
6299 "Name": "xyz.openbmc_project.PLDM.Error.SetHostSensorState.GetStateSensorPDRFail",
6300 "Subsystem": "bmc_firmware",
6301 "ComponentID": "0x6000",
6302 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006303 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006304 "ReasonCode": "0x6019",
Patrick Williams26919f02022-12-08 06:12:43 -06006305 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006306 },
6307 "Callouts": [
6308 {
6309 "CalloutList": [
6310 { "Priority": "high", "Procedure": "bmc_code" }
6311 ]
6312 }
6313 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006314 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006315 "Description": "Failed to get state sensor PDR state.",
6316 "Message": "Failed to get state sensor PDR state."
6317 }
6318 },
6319 {
6320 "Name": "xyz.openbmc_project.PLDM.Error.SetHostSensorState.EncodeStateSensorFail",
6321 "Subsystem": "bmc_firmware",
6322 "ComponentID": "0x6000",
6323 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006324 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006325 "ReasonCode": "0x6020",
Patrick Williams26919f02022-12-08 06:12:43 -06006326 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006327 },
6328 "Callouts": [
6329 {
6330 "CalloutList": [
6331 { "Priority": "high", "Procedure": "bmc_code" }
6332 ]
6333 }
6334 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006335 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006336 "Description": "Failed to encode state sensor request.",
6337 "Message": "Failed to encode state sensor request."
6338 }
6339 },
6340 {
6341 "Name": "xyz.openbmc_project.PLDM.Error.CMsubscribeFailure",
6342 "Subsystem": "bmc_firmware",
6343 "ComponentID": "0x6000",
6344 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006345 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006346 "ReasonCode": "0x6021",
Patrick Williams26919f02022-12-08 06:12:43 -06006347 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006348 },
6349 "Callouts": [
6350 {
6351 "CalloutList": [
6352 { "Priority": "high", "Procedure": "bmc_code" }
6353 ]
6354 }
6355 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006356 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006357 "Description": "Failed to subscribe for concurrent maintenance of FRU.",
6358 "Message": "Failed to subscribe for concurrent maintenance of FRU."
6359 }
6360 },
6361 {
6362 "Name": "xyz.openbmc_project.PLDM.Error.setSurvTimer.RecvSurveillancePingFail",
6363 "Subsystem": "bmc_firmware",
6364 "ComponentID": "0x6000",
6365 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -06006366 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006367 "ReasonCode": "0x6022",
Patrick Williams26919f02022-12-08 06:12:43 -06006368 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006369 },
6370 "Callouts": [
6371 {
6372 "CalloutList": [
6373 { "Priority": "high", "Procedure": "bmc_code" }
6374 ]
6375 }
6376 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006377 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006378 "Description": "Host did not send a surveillance ping within stipulated timeout interval.",
6379 "Message": "Host did not send a surveillance ping within stipulated timeout interval."
6380 }
6381 },
6382 {
6383 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryOffloadUriSetFail",
6384 "Subsystem": "bmc_firmware",
6385 "ComponentID": "0x6000",
6386 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006387 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006388 "ReasonCode": "0x6023",
Patrick Williams26919f02022-12-08 06:12:43 -06006389 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006390 },
6391 "Callouts": [
6392 {
6393 "CalloutList": [
6394 { "Priority": "high", "Procedure": "bmc_code" }
6395 ]
6396 }
6397 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006398 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006399 "Description": "Failed to reset the dump offload URI path from the dump entry.",
6400 "Message": "Failed to reset the dump offload URI path from the dump entry."
6401 }
6402 },
6403 {
6404 "Name": "xyz.openbmc_project.PLDM.Error.SoftPowerOff.HostSoftOffTimeOut",
6405 "Subsystem": "bmc_firmware",
6406 "ComponentID": "0x6000",
6407 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006408 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006409 "ReasonCode": "0x6024",
Patrick Williams26919f02022-12-08 06:12:43 -06006410 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006411 },
6412 "Callouts": [
6413 {
6414 "CalloutList": [
6415 { "Priority": "high", "Procedure": "bmc_code" }
6416 ]
6417 }
6418 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006419 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006420 "Description": "Host failed to complete the power off gracefully within the timeout.",
6421 "Message": "Host failed to complete the power off gracefully within the timeout."
6422 }
Swarnendu Roy Chowdhury86cdcd52023-01-17 11:17:12 +05306423 },
6424 {
6425 "Name": "xyz.openbmc_project.Dump.Error.Invalidate",
6426 "Subsystem": "bmc_firmware",
6427 "ComponentID": "0x6000",
6428 "SRC": {
6429 "ReasonCode": "0x6025",
6430 "Words6To9": {}
6431 },
6432 "Documentation": {
6433 "Description": "Dump has been deleted/offloaded",
6434 "Message": "BMC/System/Resource dump has been deleted/offloaded"
6435 }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006436 }
Matt Spinler44792fd2019-09-26 15:58:58 -05006437 ]
6438}