blob: 89ba5d22d4c13033d2fd9173e4698df68b873837 [file] [log] [blame]
Matt Spinler44792fd2019-09-26 15:58:58 -05001{
Patrick Williams26919f02022-12-08 06:12:43 -06002 "PELs": [
Matt Spinler3fd08d62019-10-22 14:25:33 -05003 {
4 "Name": "xyz.openbmc_project.Common.Error.Timeout",
5 "Subsystem": "bmc_firmware",
Matt Spinler216999f2022-01-12 11:22:40 -06006 "Severity": "non_error",
Matt Spinler44792fd2019-09-26 15:58:58 -05007
Patrick Williams26919f02022-12-08 06:12:43 -06008 "SRC": {
Matt Spinler3fd08d62019-10-22 14:25:33 -05009 "ReasonCode": "0x1001",
Patrick Williams26919f02022-12-08 06:12:43 -060010 "Words6To9": {
11 "6": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050012 "Description": "Timeout in ms",
13 "AdditionalDataPropSource": "TIMEOUT_IN_MSEC"
14 }
15 }
16 },
17
Patrick Williams26919f02022-12-08 06:12:43 -060018 "Documentation": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050019 "Description": "This is a generic timeout error",
20 "Message": "An operation timed out",
Patrick Williams26919f02022-12-08 06:12:43 -060021 "Notes": ["The journal should contain more information"]
Matt Spinler3fd08d62019-10-22 14:25:33 -050022 }
23 },
24
25 {
26 "Name": "xyz.openbmc_project.Common.Error.InternalFailure",
27 "Subsystem": "bmc_firmware",
Matt Spinler216999f2022-01-12 11:22:40 -060028 "Severity": "non_error",
Matt Spinler3fd08d62019-10-22 14:25:33 -050029
Patrick Williams26919f02022-12-08 06:12:43 -060030 "SRC": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050031 "ReasonCode": "0x1002",
Patrick Williams26919f02022-12-08 06:12:43 -060032 "Words6To9": {}
Matt Spinler3fd08d62019-10-22 14:25:33 -050033 },
34
Patrick Williams26919f02022-12-08 06:12:43 -060035 "Documentation": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050036 "Description": "BMC code had a generic internal failure",
37 "Message": "An application had an internal failure",
Patrick Williams26919f02022-12-08 06:12:43 -060038 "Notes": ["The journal should contain more information"]
Matt Spinler288f4322023-01-05 12:54:22 -060039 },
40
41 "JournalCapture": {
42 "NumLines": 30
Matt Spinler3fd08d62019-10-22 14:25:33 -050043 }
44 },
45
46 {
47 "Name": "xyz.openbmc_project.Common.Error.InvalidArgument",
48 "Subsystem": "user_error",
Matt Spinler216999f2022-01-12 11:22:40 -060049 "Severity": "non_error",
Matt Spinler3fd08d62019-10-22 14:25:33 -050050
Patrick Williams26919f02022-12-08 06:12:43 -060051 "SRC": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050052 "ReasonCode": "0x1003",
Patrick Williams26919f02022-12-08 06:12:43 -060053 "Words6To9": {}
Matt Spinler3fd08d62019-10-22 14:25:33 -050054 },
55
Patrick Williams26919f02022-12-08 06:12:43 -060056 "Documentation": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050057 "Description": "BMC code was given an invalid argument",
58 "Message": "Code was given an invalid argument",
Patrick Williams26919f02022-12-08 06:12:43 -060059 "Notes": ["The journal should contain more information"]
Matt Spinler3fd08d62019-10-22 14:25:33 -050060 }
61 },
62 {
63 "Name": "xyz.openbmc_project.Common.Error.InsufficientPermission",
64 "Subsystem": "user_error",
Matt Spinler216999f2022-01-12 11:22:40 -060065 "Severity": "non_error",
Matt Spinler3fd08d62019-10-22 14:25:33 -050066
Patrick Williams26919f02022-12-08 06:12:43 -060067 "SRC": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050068 "ReasonCode": "0x1004",
Patrick Williams26919f02022-12-08 06:12:43 -060069 "Words6To9": {}
Matt Spinler3fd08d62019-10-22 14:25:33 -050070 },
71
Patrick Williams26919f02022-12-08 06:12:43 -060072 "Documentation": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050073 "Description": "An operation failed due to insufficient permission",
74 "Message": "An operation failed due to unsufficient permission",
Patrick Williams26919f02022-12-08 06:12:43 -060075 "Notes": ["The journal should contain more information"]
Matt Spinler3fd08d62019-10-22 14:25:33 -050076 }
77 },
78
79 {
80 "Name": "xyz.openbmc_project.Common.Error.NotAllowed",
81 "Subsystem": "user_error",
Matt Spinler216999f2022-01-12 11:22:40 -060082 "Severity": "non_error",
Matt Spinler3fd08d62019-10-22 14:25:33 -050083
Patrick Williams26919f02022-12-08 06:12:43 -060084 "SRC": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050085 "ReasonCode": "0x1005",
Patrick Williams26919f02022-12-08 06:12:43 -060086 "Words6To9": {}
Matt Spinler3fd08d62019-10-22 14:25:33 -050087 },
88
Patrick Williams26919f02022-12-08 06:12:43 -060089 "Documentation": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050090 "Description": "An operation failed because it isn't allowed",
Matt Spinler26958762020-08-27 13:21:23 -050091 "Message": "An operation failed because it isn't allowed",
Patrick Williams26919f02022-12-08 06:12:43 -060092 "Notes": ["The journal should contain more information"]
Matt Spinler3fd08d62019-10-22 14:25:33 -050093 }
94 },
95
96 {
97 "Name": "xyz.openbmc_project.Common.Error.NoCACertificate",
98 "Subsystem": "user_error",
Matt Spinler216999f2022-01-12 11:22:40 -060099 "Severity": "non_error",
Matt Spinler3fd08d62019-10-22 14:25:33 -0500100
Patrick Williams26919f02022-12-08 06:12:43 -0600101 "SRC": {
Matt Spinler3fd08d62019-10-22 14:25:33 -0500102 "ReasonCode": "0x1006",
Patrick Williams26919f02022-12-08 06:12:43 -0600103 "Words6To9": {}
Matt Spinler3fd08d62019-10-22 14:25:33 -0500104 },
105
Patrick Williams26919f02022-12-08 06:12:43 -0600106 "Documentation": {
Matt Spinler3fd08d62019-10-22 14:25:33 -0500107 "Description": "The server's CA certificate has not been provided",
108 "Message": "The server's CA certificate has not been provided"
109 }
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600110 },
111
112 {
Matt Spinleraf036b12020-06-25 10:53:52 -0500113 "Name": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure",
Matt Spinlerf24746c2022-01-31 10:40:13 -0600114 "Subsystem": "cec_i2c",
Matt Spinleraf036b12020-06-25 10:53:52 -0500115
Patrick Williams26919f02022-12-08 06:12:43 -0600116 "SRC": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500117 "ReasonCode": "0x1007",
Patrick Williams26919f02022-12-08 06:12:43 -0600118 "Words6To9": {
119 "6": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500120 "Description": "errno of the failure",
121 "AdditionalDataPropSource": "CALLOUT_ERRNO"
122 }
123 }
124 },
125
Patrick Williams26919f02022-12-08 06:12:43 -0600126 "Documentation": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500127 "Description": "Sensor device read failure",
128 "Message": "There was a failure when reading a sensor device",
129 "Notes": [
130 "The severity is set by the creator.",
131 "The action flags are set automatically by the code.",
132 "Callouts added based on CALLOUT_DEVICE_PATH."
133 ]
Matt Spinler288f4322023-01-05 12:54:22 -0600134 },
135
136 "JournalCapture": {
137 "NumLines": 30
Matt Spinleraf036b12020-06-25 10:53:52 -0500138 }
139 },
140
141 {
142 "Name": "xyz.openbmc_project.Common.Device.Error.ReadFailure",
Matt Spinlerf24746c2022-01-31 10:40:13 -0600143 "Subsystem": "cec_i2c",
Matt Spinleraf036b12020-06-25 10:53:52 -0500144
Patrick Williams26919f02022-12-08 06:12:43 -0600145 "SRC": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500146 "ReasonCode": "0x1008",
Patrick Williams26919f02022-12-08 06:12:43 -0600147 "Words6To9": {
148 "6": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500149 "Description": "errno of the failure",
150 "AdditionalDataPropSource": "CALLOUT_ERRNO"
151 }
152 }
153 },
154
Patrick Williams26919f02022-12-08 06:12:43 -0600155 "Documentation": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500156 "Description": "Device read failure",
157 "Message": "There was a failure when reading a hardware device",
158 "Notes": [
159 "The severity is set by the creator.",
160 "The action flags are set automatically by the code.",
161 "Callouts added based on CALLOUT_DEVICE_PATH."
162 ]
Matt Spinler288f4322023-01-05 12:54:22 -0600163 },
164
165 "JournalCapture": {
166 "NumLines": 30
Matt Spinleraf036b12020-06-25 10:53:52 -0500167 }
168 },
169
170 {
171 "Name": "xyz.openbmc_project.Control.Device.Error.WriteFailure",
Matt Spinlerf24746c2022-01-31 10:40:13 -0600172 "Subsystem": "cec_i2c",
Matt Spinleraf036b12020-06-25 10:53:52 -0500173
Patrick Williams26919f02022-12-08 06:12:43 -0600174 "SRC": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500175 "ReasonCode": "0x1009",
Patrick Williams26919f02022-12-08 06:12:43 -0600176 "Words6To9": {
177 "6": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500178 "Description": "errno of the failure",
179 "AdditionalDataPropSource": "CALLOUT_ERRNO"
180 }
181 }
182 },
183
Patrick Williams26919f02022-12-08 06:12:43 -0600184 "Documentation": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500185 "Description": "Device write failure",
186 "Message": "There was a failure when writing to a hardware device",
187 "Notes": [
188 "The severity is set by the creator.",
189 "The action flags are set automatically by the code.",
190 "Callouts added based on CALLOUT_DEVICE_PATH"
191 ]
Matt Spinler288f4322023-01-05 12:54:22 -0600192 },
193
194 "JournalCapture": {
195 "NumLines": 30
Matt Spinleraf036b12020-06-25 10:53:52 -0500196 }
197 },
198
199 {
200 "Name": "xyz.openbmc_project.Common.Device.Error.WriteFailure",
Matt Spinlerf24746c2022-01-31 10:40:13 -0600201 "Subsystem": "cec_i2c",
Matt Spinleraf036b12020-06-25 10:53:52 -0500202
Patrick Williams26919f02022-12-08 06:12:43 -0600203 "SRC": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500204 "ReasonCode": "0x100A",
Patrick Williams26919f02022-12-08 06:12:43 -0600205 "Words6To9": {
206 "6": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500207 "Description": "errno of the failure",
208 "AdditionalDataPropSource": "CALLOUT_ERRNO"
209 }
210 }
211 },
212
Patrick Williams26919f02022-12-08 06:12:43 -0600213 "Documentation": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500214 "Description": "Device write failure",
215 "Message": "There was a failure when writing to a hardware device",
216 "Notes": [
217 "The severity is set by the creator.",
218 "The action flags are set automatically by the code.",
219 "Callouts added based on CALLOUT_DEVICE_PATH"
220 ]
Matt Spinler288f4322023-01-05 12:54:22 -0600221 },
222
223 "JournalCapture": {
224 "NumLines": 30
Matt Spinleraf036b12020-06-25 10:53:52 -0500225 }
226 },
Jayanth Othayothbd0a7522021-05-03 02:05:36 -0500227
Matt Spinleraf036b12020-06-25 10:53:52 -0500228 {
Chirag Sharma11cf0322022-04-20 08:48:52 -0500229 "Name": "xyz.openbmc_project.Common.File.Error.Write",
230 "Subsystem": "bmc_firmware",
231 "ComponentID": "0x1000",
Patrick Williams26919f02022-12-08 06:12:43 -0600232 "SRC": {
Chirag Sharma11cf0322022-04-20 08:48:52 -0500233 "ReasonCode": "0x100B",
Patrick Williams26919f02022-12-08 06:12:43 -0600234 "Words6To9": {}
Chirag Sharma11cf0322022-04-20 08:48:52 -0500235 },
236
237 "Callouts": [
238 {
239 "CalloutList": [
240 { "Priority": "high", "Procedure": "bmc_code" }
241 ]
242 }
243 ],
244
Patrick Williams26919f02022-12-08 06:12:43 -0600245 "Documentation": {
Chirag Sharma11cf0322022-04-20 08:48:52 -0500246 "Description": "Failed to write to a file",
247 "Message": "Failed to write to a file",
248 "Notes": [
249 "The severity is set by the creator.",
250 "The journal should contain more information"
251 ]
252 }
253 },
254
255 {
Jayanth Othayoth15006772023-03-29 03:34:40 -0500256 "Name": "xyz.openbmc_project.Certs.Error.InvalidCertificate",
257 "Subsystem": "user_error",
258 "Severity": "predictive",
259
260 "SRC": {
261 "ReasonCode": "0x100C",
262 "Words6To9": {}
263 },
264
265 "Callouts": [
266 {
267 "CalloutList": [
268 {
269 "Priority": "high",
270 "Procedure": "next_level_support"
271 }
272 ]
273 }
274 ],
275
276 "Documentation": {
277 "Description": "Certificate verification failed",
278 "Message": "Certificate verification failed"
279 }
280 },
281
282 {
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600283 "Name": "org.open_power.Logging.Error.SentBadPELToHost",
284 "Subsystem": "bmc_firmware",
285 "Severity": "non_error",
286
Patrick Williams26919f02022-12-08 06:12:43 -0600287 "SRC": {
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600288 "ReasonCode": "0x2001",
Patrick Williams26919f02022-12-08 06:12:43 -0600289 "Words6To9": {
290 "6": {
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600291 "Description": "The bad PEL ID",
292 "AdditionalDataPropSource": "BAD_ID"
293 }
294 }
295 },
296
Patrick Williams26919f02022-12-08 06:12:43 -0600297 "Documentation": {
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600298 "Description": "The BMC sent the host a malformed PEL",
299 "Message": "The BMC sent the host a malformed PEL",
Patrick Williams26919f02022-12-08 06:12:43 -0600300 "Notes": ["The host firmware rejected that PEL."]
Matt Spinler288f4322023-01-05 12:54:22 -0600301 },
302
303 "JournalCapture": {
304 "Sections": [
305 {
306 "SyslogID": "phosphor-log-manager",
307 "NumLines": 20
308 },
309 {
310 "SyslogID": "systemd",
311 "NumLines": 30
312 }
313 ]
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600314 }
Matt Spinlere95fd012020-01-07 12:53:16 -0600315 },
316
317 {
318 "Name": "org.open_power.Logging.Error.BadHostPEL",
319 "Subsystem": "platform_firmware",
320 "Severity": "unrecoverable",
321
Patrick Williams26919f02022-12-08 06:12:43 -0600322 "SRC": {
Matt Spinlere95fd012020-01-07 12:53:16 -0600323 "ReasonCode": "0x2002",
Patrick Williams26919f02022-12-08 06:12:43 -0600324 "Words6To9": {
325 "6": {
Matt Spinlere95fd012020-01-07 12:53:16 -0600326 "Description": "The PLID of the invalid PEL",
327 "AdditionalDataPropSource": "PLID"
328 },
Patrick Williams26919f02022-12-08 06:12:43 -0600329 "7": {
Matt Spinlere95fd012020-01-07 12:53:16 -0600330 "Description": "The corresponding OpenBMC event log ID",
331 "AdditionalDataPropSource": "OBMC_LOG_ID"
332 },
Patrick Williams26919f02022-12-08 06:12:43 -0600333 "8": {
Matt Spinlere95fd012020-01-07 12:53:16 -0600334 "Description": "The size of the invalid PEL",
335 "AdditionalDataPropSource": "PEL_SIZE"
336 }
337 }
338 },
339
Matt Spinler834f3ed2022-01-26 16:18:02 -0600340 "Callouts": [
341 {
342 "CalloutList": [
343 { "Priority": "high", "Procedure": "bmc_code" }
344 ]
345 }
346 ],
347
Patrick Williams26919f02022-12-08 06:12:43 -0600348 "Documentation": {
Matt Spinlere95fd012020-01-07 12:53:16 -0600349 "Description": "The host sent the BMC an invalid PEL",
350 "Message": "The host sent the BMC an invalid PEL",
Patrick Williams26919f02022-12-08 06:12:43 -0600351 "Notes": []
Matt Spinler288f4322023-01-05 12:54:22 -0600352 },
353
354 "JournalCapture": {
355 "Sections": [
356 {
357 "SyslogID": "phosphor-log-manager",
358 "NumLines": 20
359 },
360 {
361 "SyslogID": "systemd",
362 "NumLines": 20
363 },
364 {
365 "SyslogID": "pldmd",
366 "NumLines": 20
367 }
368 ]
Matt Spinlere95fd012020-01-07 12:53:16 -0600369 }
Marri Devender Raoead1be22020-03-28 05:50:59 -0500370 },
371
372 {
Matt Spinler3477ce92020-07-08 14:49:25 -0500373 "Name": "org.open_power.Logging.Error.TestError1",
374 "Subsystem": "platform_firmware",
375 "Severity": "unrecoverable",
376
Patrick Williams26919f02022-12-08 06:12:43 -0600377 "SRC": {
Matt Spinler3477ce92020-07-08 14:49:25 -0500378 "ReasonCode": "0x2003",
Patrick Williams26919f02022-12-08 06:12:43 -0600379 "Words6To9": {}
Matt Spinler3477ce92020-07-08 14:49:25 -0500380 },
381
382 "Callouts": [
383 {
384 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -0600385 { "Priority": "high", "Procedure": "bmc_code" },
386 { "Priority": "medium", "SymbolicFRU": "service_docs" }
Matt Spinler3477ce92020-07-08 14:49:25 -0500387 ]
388 }
389 ],
390
Patrick Williams26919f02022-12-08 06:12:43 -0600391 "Documentation": {
Matt Spinler3477ce92020-07-08 14:49:25 -0500392 "Description": "An error for testing",
393 "Message": "This is a test error"
394 }
395 },
396
397 {
Matt Spinler30ddc9f2020-07-16 15:39:59 -0500398 "Name": "xyz.openbmc_project.Logging.Error.Default",
399 "Subsystem": "other_na",
400
Patrick Williams26919f02022-12-08 06:12:43 -0600401 "SRC": {
Matt Spinler30ddc9f2020-07-16 15:39:59 -0500402 "ReasonCode": "0x2004",
Patrick Williams26919f02022-12-08 06:12:43 -0600403 "Words6To9": {}
Matt Spinler30ddc9f2020-07-16 15:39:59 -0500404 },
405
Matt Spinler834f3ed2022-01-26 16:18:02 -0600406 "Callouts": [
407 {
408 "CalloutList": [
409 { "Priority": "high", "Procedure": "bmc_code" }
410 ]
411 }
412 ],
413
Patrick Williams26919f02022-12-08 06:12:43 -0600414 "Documentation": {
Matt Spinler30ddc9f2020-07-16 15:39:59 -0500415 "Description": "This entry is used when no other matching entry is found",
416 "Message": "Unknown (Original event not in message registry)",
417 "Notes": [
418 "This is used when the actual error name isn't found in ",
419 "the registry. The original error name will be stored ",
420 "in the UserData section that contains the AdditionalData ",
421 "properties using the key ERROR_NAME.",
422 "This error may contain callouts if the creator passed ",
423 "them in.",
424 "The severity is set by the creator.",
425 "If this error is seen, then a code change needs to be ",
426 "made to add the missing error entry to this registry."
427 ]
Matt Spinler288f4322023-01-05 12:54:22 -0600428 },
429
430 "JournalCapture": {
431 "NumLines": 30
Matt Spinler30ddc9f2020-07-16 15:39:59 -0500432 }
433 },
434
435 {
Matt Spinlerc865ed92022-02-16 14:07:32 -0600436 "Name": "org.open_power.Logging.Error.TestError2",
437 "Subsystem": "bmc_firmware",
438 "Severity": "recovered",
439 "ActionFlags": ["report"],
440
Patrick Williams26919f02022-12-08 06:12:43 -0600441 "SRC": {
Matt Spinlerc865ed92022-02-16 14:07:32 -0600442 "ReasonCode": "0x2005",
Patrick Williams26919f02022-12-08 06:12:43 -0600443 "Words6To9": {}
Matt Spinlerc865ed92022-02-16 14:07:32 -0600444 },
445
446 "Callouts": [
447 {
Patrick Williams26919f02022-12-08 06:12:43 -0600448 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Matt Spinlerc865ed92022-02-16 14:07:32 -0600449 }
450 ],
451
Patrick Williams26919f02022-12-08 06:12:43 -0600452 "Documentation": {
Matt Spinlerc865ed92022-02-16 14:07:32 -0600453 "Description": "An error for testing",
454 "Message": "This is a test recoverable error",
455 "Notes": [
456 "This error is not created by BMC code and is ",
457 "only used for error injection tests."
458 ]
459 }
460 },
461
462 {
Matt Spinler87408a42022-07-29 16:12:07 -0500463 "Name": "org.open_power.Logging.Error.TestError3",
464 "Subsystem": "bmc_firmware",
465 "Severity": "predictive",
466
Patrick Williams26919f02022-12-08 06:12:43 -0600467 "SRC": {
Matt Spinler87408a42022-07-29 16:12:07 -0500468 "ReasonCode": "0x2006",
Patrick Williams26919f02022-12-08 06:12:43 -0600469 "Words6To9": {}
Matt Spinler87408a42022-07-29 16:12:07 -0500470 },
471
Patrick Williams26919f02022-12-08 06:12:43 -0600472 "Documentation": {
Matt Spinler87408a42022-07-29 16:12:07 -0500473 "Description": "This is an error used for testing only",
474 "Message": "This is a test predictive error",
475 "Notes": [
476 "This error is not created by BMC code and is ",
477 "only used for error injection tests."
478 ]
479 }
480 },
481
482 {
Marri Devender Raoead1be22020-03-28 05:50:59 -0500483 "Name": "org.open_power.PHAL.Error.Boot",
484 "Subsystem": "cec_hardware",
Ramesh Iyyar41e79dc2020-12-22 06:27:48 -0600485 "ComponentID": "0x3000",
Marri Devender Raoead1be22020-03-28 05:50:59 -0500486
Patrick Williams26919f02022-12-08 06:12:43 -0600487 "SRC": {
Ramesh Iyyar41e79dc2020-12-22 06:27:48 -0600488 "ReasonCode": "0x3001",
Patrick Williams26919f02022-12-08 06:12:43 -0600489 "Words6To9": {}
Marri Devender Raoead1be22020-03-28 05:50:59 -0500490 },
491
Patrick Williams26919f02022-12-08 06:12:43 -0600492 "Documentation": {
Michael Lim12429892022-03-10 16:11:25 -0600493 "Description": "Failure occurred during boot process",
494 "Message": "Failure occurred during boot process",
Marri Devender Raoead1be22020-03-28 05:50:59 -0500495 "Notes": [
496 "Debug traces will be captured in AdditionalData section"
497 ]
498 }
Ben Tyner34836322020-04-15 17:01:48 -0500499 },
500
501 {
Ramesh Iyyar78be2a22020-12-22 06:22:55 -0600502 "Name": "org.open_power.PHAL.Error.PrePowerOff",
503 "Subsystem": "cec_hardware",
504 "ComponentID": "0x3000",
505
Patrick Williams26919f02022-12-08 06:12:43 -0600506 "SRC": {
Ramesh Iyyar78be2a22020-12-22 06:22:55 -0600507 "ReasonCode": "0x3002",
Patrick Williams26919f02022-12-08 06:12:43 -0600508 "Words6To9": {}
Ramesh Iyyar78be2a22020-12-22 06:22:55 -0600509 },
510
Patrick Williams26919f02022-12-08 06:12:43 -0600511 "Documentation": {
Ramesh Iyyar78be2a22020-12-22 06:22:55 -0600512 "Description": "Failure occurred during PHAL pre-poweroff operations",
513 "Message": "Failure occurred during PHAL pre-poweroff operations",
514 "Notes": [
515 "Severity needs to be set based on needs for this registry.",
516 "FFDC (First Failure Data Collection) will be collected ",
517 "and added into PEL."
518 ]
519 }
520 },
521
522 {
Jayanth Othayothdb00d762021-07-13 02:48:19 -0500523 "Name": "org.open_power.PHAL.Error.devtreeSync",
524 "Subsystem": "cec_hardware",
525 "ComponentID": "0x3000",
526 "Severity": "unrecoverable",
527
Patrick Williams26919f02022-12-08 06:12:43 -0600528 "SRC": {
Jayanth Othayothdb00d762021-07-13 02:48:19 -0500529 "ReasonCode": "0x3003",
Patrick Williams26919f02022-12-08 06:12:43 -0600530 "Words6To9": {}
Jayanth Othayothdb00d762021-07-13 02:48:19 -0500531 },
532
Patrick Williams26919f02022-12-08 06:12:43 -0600533 "Documentation": {
Jayanth Othayothdb00d762021-07-13 02:48:19 -0500534 "Description": "Failure occurred during PHAL devtree sync ",
535 "Message": "Failure occurred during PHAL devtree sync",
Patrick Williams26919f02022-12-08 06:12:43 -0600536 "Notes": ["The journal should contain more information"]
Jayanth Othayothdb00d762021-07-13 02:48:19 -0500537 }
538 },
539
540 {
Jayanth Othayothf3e619a2021-07-13 03:58:06 -0500541 "Name": "org.open_power.PHAL.Error.devtreeBackup",
542 "Subsystem": "cec_hardware",
543 "ComponentID": "0x3000",
544 "Severity": "unrecoverable",
545
Patrick Williams26919f02022-12-08 06:12:43 -0600546 "SRC": {
Jayanth Othayothf3e619a2021-07-13 03:58:06 -0500547 "ReasonCode": "0x3004",
Patrick Williams26919f02022-12-08 06:12:43 -0600548 "Words6To9": {}
Jayanth Othayothf3e619a2021-07-13 03:58:06 -0500549 },
550
Patrick Williams26919f02022-12-08 06:12:43 -0600551 "Documentation": {
Jayanth Othayothf3e619a2021-07-13 03:58:06 -0500552 "Description": "Failure occurred during PHAL devtree backup ",
553 "Message": "Failure occurred during PHAL devtree backup",
Patrick Williams26919f02022-12-08 06:12:43 -0600554 "Notes": ["The journal should contain more information"]
Jayanth Othayothf3e619a2021-07-13 03:58:06 -0500555 }
556 },
557
558 {
Andrew Geisslerd54fd732021-07-20 14:07:12 -0400559 "Name": "org.open_power.PHAL.Error.HostRunning",
NodeMan970f57ddc2022-04-29 23:14:41 +0000560 "Subsystem": "cec_sp_hyp_iface",
Andrew Geisslerd54fd732021-07-20 14:07:12 -0400561 "ComponentID": "0x3000",
562
Patrick Williams26919f02022-12-08 06:12:43 -0600563 "SRC": {
Andrew Geisslerd54fd732021-07-20 14:07:12 -0400564 "ReasonCode": "0x3005",
Patrick Williams26919f02022-12-08 06:12:43 -0600565 "Words6To9": {}
Andrew Geisslerd54fd732021-07-20 14:07:12 -0400566 },
567
Patrick Williams26919f02022-12-08 06:12:43 -0600568 "Documentation": {
Andrew Geisslerd54fd732021-07-20 14:07:12 -0400569 "Description": "Host did not respond to BMC after a BMC reset",
570 "Message": "Host did not respond to BMC after a BMC reset but hardware indicates it is running",
571 "Notes": [
572 "System will be left in its current state to ensure host ",
573 "is not unexpectedly taken down. There is most likely an ",
574 "issue in the software or hardware communication path ",
575 "between the BMC and the Host firmware.",
576 "A BMC dump will be collected with relevant FFDC."
577 ]
578 }
579 },
580
581 {
Jayanth Othayoth7d2bea72021-11-29 07:26:34 -0600582 "Name": "org.open_power.PHAL.Error.devtreeReinit",
583 "Subsystem": "cec_hardware",
584 "ComponentID": "0x3000",
585 "Severity": "unrecoverable",
586
Patrick Williams26919f02022-12-08 06:12:43 -0600587 "SRC": {
Jayanth Othayoth7d2bea72021-11-29 07:26:34 -0600588 "ReasonCode": "0x3006",
Patrick Williams26919f02022-12-08 06:12:43 -0600589 "Words6To9": {}
Jayanth Othayoth7d2bea72021-11-29 07:26:34 -0600590 },
591
Patrick Williams26919f02022-12-08 06:12:43 -0600592 "Documentation": {
Jayanth Othayoth7d2bea72021-11-29 07:26:34 -0600593 "Description": "Failure re-initializing BMC to Host data structure",
594 "Message": "Failure occurred during re-initializing BMC to Host data structure",
Patrick Williams26919f02022-12-08 06:12:43 -0600595 "Notes": ["The journal should contain more information"]
Jayanth Othayoth7d2bea72021-11-29 07:26:34 -0600596 }
597 },
598
599 {
Jayanth Othayothe52dd952022-03-09 02:11:41 -0600600 "Name": "org.open_power.PHAL.Error.NonFunctionalBootProc",
601 "Subsystem": "cec_hardware",
602 "ComponentID": "0x3000",
603 "Severity": "unrecoverable",
604
Patrick Williams26919f02022-12-08 06:12:43 -0600605 "SRC": {
Jayanth Othayothe52dd952022-03-09 02:11:41 -0600606 "ReasonCode": "0x3007",
Patrick Williams26919f02022-12-08 06:12:43 -0600607 "Words6To9": {}
Jayanth Othayothe52dd952022-03-09 02:11:41 -0600608 },
609
Patrick Williams26919f02022-12-08 06:12:43 -0600610 "Documentation": {
Jayanth Othayothe52dd952022-03-09 02:11:41 -0600611 "Description": "Non functional boot processor",
612 "Message": "Non functional boot processor",
613 "Notes": [
614 "BMC firmware couldn't find functional primary processor",
615 "required to boot the host",
616 "Debug traces will be captured in AdditionalData section"
617 ]
618 }
619 },
620
621 {
Marri Devender Rao116428e2022-06-09 07:33:38 -0500622 "Name": "org.open_power.PHAL.Error.MPReboot",
623 "Subsystem": "cec_hardware",
624 "ComponentID": "0x3000",
625 "Severity": "unrecoverable",
626
Patrick Williams26919f02022-12-08 06:12:43 -0600627 "SRC": {
Marri Devender Rao116428e2022-06-09 07:33:38 -0500628 "ReasonCode": "0x3008",
Patrick Williams26919f02022-12-08 06:12:43 -0600629 "Words6To9": {}
Marri Devender Rao116428e2022-06-09 07:33:38 -0500630 },
631
632 "Callouts": [
633 {
Patrick Williams26919f02022-12-08 06:12:43 -0600634 "CalloutList": [
635 { "Priority": "high", "Procedure": "bmc_code" }
Marri Devender Rao116428e2022-06-09 07:33:38 -0500636 ]
637 }
638 ],
639
Patrick Williams26919f02022-12-08 06:12:43 -0600640 "Documentation": {
Marri Devender Rao116428e2022-06-09 07:33:38 -0500641 "Description": "Error during memory preserving reboot",
642 "Message": "Error during memory preserving reboot",
643 "Notes": [
644 "Software error occured during memory preserving reboot"
645 ]
646 }
Patrick Williams26919f02022-12-08 06:12:43 -0600647 },
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500648 {
649 "Name": "org.open_power.PHAL.Error.SpareClock",
650 "Subsystem": "cec_hardware",
651 "ComponentID": "0x3000",
652 "Severity": "non_error",
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500653
Patrick Williams26919f02022-12-08 06:12:43 -0600654 "SRC": {
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500655 "ReasonCode": "0x3009",
Patrick Williams26919f02022-12-08 06:12:43 -0600656 "Words6To9": {}
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500657 },
658
Jayanth Othayothb0820142022-10-27 02:16:48 -0500659 "Callouts": [
660 {
661 "System": "ibm,rainier",
662 "CalloutList": [
663 {
664 "Priority": "high",
665 "LocCode": "P0"
666 },
667 {
668 "Priority": "low",
669 "LocCode": "P0-C15"
670 }
671 ]
672 },
673 {
674 "System": "ibm,everest",
675 "CalloutList": [
676 {
677 "Priority": "high",
678 "LocCode": "P0"
679 },
680 {
681 "Priority": "low",
682 "LocCode": "P0-C61"
683 }
684 ]
685 }
686 ],
687
Patrick Williams26919f02022-12-08 06:12:43 -0600688 "Documentation": {
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500689 "Description": "Error during Spare clock initialisation",
690 "Message": "Error during Spare clock initialisation",
691 "Notes": [
Jayanth Othayothb0820142022-10-27 02:16:48 -0500692 "The clock symbolic FRU in the CalloutList provides the",
693 "reference to clock unit."
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500694 ]
695 }
Marri Devender Rao116428e2022-06-09 07:33:38 -0500696 },
697
698 {
Jayanth Othayoth21c1a5a2022-09-07 01:24:05 -0500699 "Name": "org.open_power.PHAL.Info.ClockDailyLog",
700 "Subsystem": "cec_clocks",
701 "ComponentID": "0x3000",
702 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -0600703 "ActionFlags": ["report", "call_home"],
Jayanth Othayoth21c1a5a2022-09-07 01:24:05 -0500704
Patrick Williams26919f02022-12-08 06:12:43 -0600705 "SRC": {
Jayanth Othayoth21c1a5a2022-09-07 01:24:05 -0500706 "ReasonCode": "0x300A",
Patrick Williams26919f02022-12-08 06:12:43 -0600707 "Words6To9": {}
Jayanth Othayoth21c1a5a2022-09-07 01:24:05 -0500708 },
709
Patrick Williams26919f02022-12-08 06:12:43 -0600710 "Documentation": {
Jayanth Othayoth21c1a5a2022-09-07 01:24:05 -0500711 "Description": "Informational error to house clock debug info",
712 "Message": "Informational error to house clock debug info",
713 "Notes": [
714 "User data includes processor and clock register state information."
715 ]
716 }
717 },
718
719 {
deepakala-kb1b342a2022-10-05 11:17:16 -0500720 "Name": "org.open_power.PHAL.Error.GuardPartitionAccess",
721 "Subsystem": "bmc_firmware",
722 "ComponentID": "0x3000",
723 "Severity": "predictive",
724
Patrick Williams26919f02022-12-08 06:12:43 -0600725 "SRC": {
deepakala-kb1b342a2022-10-05 11:17:16 -0500726 "ReasonCode": "0x300B",
Patrick Williams26919f02022-12-08 06:12:43 -0600727 "Words6To9": {}
deepakala-kb1b342a2022-10-05 11:17:16 -0500728 },
729
730 "Callouts": [
731 {
732 "CalloutList": [
733 { "Priority": "high", "Procedure": "bmc_code" }
734 ]
735 }
736 ],
737
Patrick Williams26919f02022-12-08 06:12:43 -0600738 "Documentation": {
deepakala-kb1b342a2022-10-05 11:17:16 -0500739 "Description": "Guard partition access failure",
740 "Message": "Guard partition access failure",
741 "Notes": [
742 "User data and journal should contain more information"
743 ]
744 }
745 },
746
747 {
Eddie James62464b12022-05-25 15:47:15 -0500748 "Name": "org.open_power.OCC.Firmware.PresenceMismatch",
749 "Subsystem": "bmc_firmware",
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500750 "ComponentID": "0x2600",
Eddie James62464b12022-05-25 15:47:15 -0500751 "Severity": "predictive",
752
Patrick Williams26919f02022-12-08 06:12:43 -0600753 "SRC": {
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500754 "ReasonCode": "0x2681",
Patrick Williams26919f02022-12-08 06:12:43 -0600755 "Words6To9": {}
Eddie James62464b12022-05-25 15:47:15 -0500756 },
757
758 "Callouts": [
759 {
760 "CalloutList": [
761 { "Priority": "medium", "Procedure": "bmc_code" }
762 ]
763 }
764 ],
765
Patrick Williams26919f02022-12-08 06:12:43 -0600766 "Documentation": {
Eddie James62464b12022-05-25 15:47:15 -0500767 "Description": "OCC presence mismatch",
768 "Message": "BMC firmware detected incorrect number of OCCs",
769 "Notes": [
770 "The number of OCCs detected by the BMC does not match the number of OCCs detected by the OCC.",
771 "The BMC requests that the OCC reset."
772 ]
773 }
774 },
775
776 {
777 "Name": "org.open_power.OCC.Device.SafeState",
778 "Subsystem": "processor_chip",
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500779 "ComponentID": "0x2600",
Eddie James62464b12022-05-25 15:47:15 -0500780 "Severity": "non_error",
781
Patrick Williams26919f02022-12-08 06:12:43 -0600782 "SRC": {
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500783 "ReasonCode": "0x2682",
Patrick Williams26919f02022-12-08 06:12:43 -0600784 "Words6To9": {}
Eddie James62464b12022-05-25 15:47:15 -0500785 },
786
Patrick Williams26919f02022-12-08 06:12:43 -0600787 "Documentation": {
Eddie James62464b12022-05-25 15:47:15 -0500788 "Description": "OCC safe state",
789 "Message": "OCC in safe state while active for one minute",
790 "Notes": [
791 "The BMC detected that the OCC was in safe state for one minute while active.",
792 "The BMC requests that the OCC reset."
793 ]
794 }
795 },
796
797 {
798 "Name": "org.open_power.OCC.Device.ReadFailure",
799 "Subsystem": "cec_chip_iface",
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500800 "ComponentID": "0x2600",
Eddie James62464b12022-05-25 15:47:15 -0500801 "Severity": "predictive",
802
Patrick Williams26919f02022-12-08 06:12:43 -0600803 "SRC": {
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500804 "ReasonCode": "0x2683",
Patrick Williams26919f02022-12-08 06:12:43 -0600805 "Words6To9": {}
Eddie James62464b12022-05-25 15:47:15 -0500806 },
807
Patrick Williams26919f02022-12-08 06:12:43 -0600808 "Documentation": {
Eddie James62464b12022-05-25 15:47:15 -0500809 "Description": "OCC communication failure",
810 "Message": "BMC failed to communicate with the OCC",
811 "Notes": [
812 "The BMC failed to communicate with the OCC and retried three times.",
813 "The BMC requests that the OCC reset."
814 ]
815 }
816 },
817
818 {
Ramesh Iyyarb3d45ed2021-12-07 09:18:19 -0600819 "Name": "org.open_power.HardwareIsolation.Error",
820 "Subsystem": "cec_hardware",
821 "ComponentID": "0x3100",
822
Patrick Williams26919f02022-12-08 06:12:43 -0600823 "SRC": {
Ramesh Iyyarb3d45ed2021-12-07 09:18:19 -0600824 "ReasonCode": "0x3101",
Patrick Williams26919f02022-12-08 06:12:43 -0600825 "Words6To9": {}
Ramesh Iyyarb3d45ed2021-12-07 09:18:19 -0600826 },
827
Patrick Williams26919f02022-12-08 06:12:43 -0600828 "Documentation": {
Michael Lim12429892022-03-10 16:11:25 -0600829 "Description": "Failure occurred during hardware isolation operations",
830 "Message": "Failure occurred during hardware isolation operations",
Ramesh Iyyarb3d45ed2021-12-07 09:18:19 -0600831 "Notes": [
832 "Severity needs to be set based on needs for this registry.",
833 "Debug traces will be captured in AdditionalData section"
834 ]
835 }
836 },
837
838 {
Andrew Geissler8034dde2021-09-10 14:43:03 -0500839 "Name": "xyz.openbmc_project.State.Error.HostNotRunning",
840 "Subsystem": "cec_sp_hostboot_iface",
841 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -0600842 "SRC": {
Andrew Geissler8034dde2021-09-10 14:43:03 -0500843 "ReasonCode": "0x3401",
Patrick Williams26919f02022-12-08 06:12:43 -0600844 "Words6To9": {}
Andrew Geissler8034dde2021-09-10 14:43:03 -0500845 },
Patrick Williams26919f02022-12-08 06:12:43 -0600846 "Documentation": {
Andrew Geissler8034dde2021-09-10 14:43:03 -0500847 "Description": "Host was booting or booted before BMC reset but is now unresponsive",
848 "Message": "Host did not respond to BMC after a BMC reset but it was booting or booted prior to the BMC reboot",
849 "Notes": [
850 "System will follow recovery policy, resulting in this ",
851 "error and most likely a a reboot of the host. The issue ",
852 "is most likely the result of the BMC rebooting while the ",
853 "host was booting and in a state where it still needed ",
854 "the BMC to complete its boot."
855 ]
Matt Spinler288f4322023-01-05 12:54:22 -0600856 },
857
858 "JournalCapture": {
859 "NumLines": 30
Andrew Geissler8034dde2021-09-10 14:43:03 -0500860 }
861 },
862
863 {
Andrew Geissler808f6302022-02-24 13:55:18 -0600864 "Name": "xyz.openbmc_project.State.ChassisPowerBad",
865 "Subsystem": "input_power_source",
866 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -0600867 "SRC": {
Andrew Geissler808f6302022-02-24 13:55:18 -0600868 "ReasonCode": "0x3402",
Patrick Williams26919f02022-12-08 06:12:43 -0600869 "Words6To9": {}
Andrew Geissler808f6302022-02-24 13:55:18 -0600870 },
871 "Callouts": [
872 {
Patrick Williams26919f02022-12-08 06:12:43 -0600873 "CalloutList": [
874 {
875 "Priority": "high",
876 "Procedure": "next_level_support"
877 }
878 ]
Andrew Geissler808f6302022-02-24 13:55:18 -0600879 }
880 ],
Patrick Williams26919f02022-12-08 06:12:43 -0600881 "Documentation": {
Andrew Geissler808f6302022-02-24 13:55:18 -0600882 "Description": "Chassis input power is in a bad state",
883 "Message": "Chassis input power is in a bad state, look for other logs with more details",
884 "Notes": [
885 "The system is most likely in a limited power situation. ",
886 "There is enough power for the BMC to operate but not the ",
887 "CEC hardware. Check for UPS or brownout logs."
888 ]
Matt Spinler288f4322023-01-05 12:54:22 -0600889 },
890
891 "JournalCapture": {
892 "NumLines": 30
Andrew Geissler808f6302022-02-24 13:55:18 -0600893 }
894 },
895
896 {
Andrew Geissler4c360ec2022-02-24 14:09:37 -0600897 "Name": "xyz.openbmc_project.State.PinholeReset",
898 "Subsystem": "cec_op_panel",
899 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -0600900 "SRC": {
Andrew Geissler4c360ec2022-02-24 14:09:37 -0600901 "ReasonCode": "0x3403",
Patrick Williams26919f02022-12-08 06:12:43 -0600902 "Words6To9": {}
Andrew Geissler4c360ec2022-02-24 14:09:37 -0600903 },
Patrick Williams26919f02022-12-08 06:12:43 -0600904 "Documentation": {
Andrew Geissler4c360ec2022-02-24 14:09:37 -0600905 "Description": "User initiated a pinhole reset via the op-panel",
906 "Message": "User initiated a pinhole reset via the op-panel",
907 "Notes": [
908 "This is a notification log to record the fact that a ",
909 "pinhole reset was performed on the BMC, resulting in a ",
910 "hard reset of the BMC."
911 ]
912 }
913 },
914
915 {
Andrew Geisslerfbb18242022-02-24 14:30:02 -0600916 "Name": "xyz.openbmc_project.State.Error.CriticalServiceFailure",
917 "Subsystem": "bmc_firmware",
918 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -0600919 "SRC": {
Andrew Geisslerfbb18242022-02-24 14:30:02 -0600920 "ReasonCode": "0x3404",
Patrick Williams26919f02022-12-08 06:12:43 -0600921 "Words6To9": {}
Andrew Geisslerfbb18242022-02-24 14:30:02 -0600922 },
923 "Callouts": [
924 {
Patrick Williams26919f02022-12-08 06:12:43 -0600925 "CalloutList": [
926 {
927 "Priority": "high",
928 "Procedure": "next_level_support"
929 }
930 ]
Andrew Geisslerfbb18242022-02-24 14:30:02 -0600931 }
932 ],
Patrick Williams26919f02022-12-08 06:12:43 -0600933 "Documentation": {
Andrew Geisslerfbb18242022-02-24 14:30:02 -0600934 "Description": "A critical BMC application has failed on the system",
935 "Message": "A critical BMC application has failed on the system, the BMC is in an undefined state",
936 "Notes": [
937 "As a part of generating this error log, a BMC dump has ",
938 "also been generated. Please collect this dump if possible. ",
939 "The BMC state is undefined but basic services could still ",
940 "be available. Usually an AC cycle of the entire system is ",
941 "the best recovery option from this error."
942 ]
Matt Spinler288f4322023-01-05 12:54:22 -0600943 },
944
945 "JournalCapture": {
946 "NumLines": 30
Andrew Geisslerfbb18242022-02-24 14:30:02 -0600947 }
948 },
949
950 {
Andrew Geisslerf83efe92022-03-10 15:06:17 -0600951 "Name": "xyz.openbmc_project.State.Error.SecurityCheckFail",
952 "Subsystem": "bmc_firmware",
953 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -0600954 "SRC": {
Andrew Geisslerf83efe92022-03-10 15:06:17 -0600955 "ReasonCode": "0x3405",
Patrick Williams26919f02022-12-08 06:12:43 -0600956 "Words6To9": {}
Andrew Geisslerf83efe92022-03-10 15:06:17 -0600957 },
958 "Callouts": [
959 {
Patrick Williams26919f02022-12-08 06:12:43 -0600960 "CalloutList": [
961 {
962 "Priority": "high",
963 "Procedure": "next_level_support"
964 }
965 ]
Andrew Geisslerf83efe92022-03-10 15:06:17 -0600966 }
967 ],
Patrick Williams26919f02022-12-08 06:12:43 -0600968 "Documentation": {
Andrew Geisslerf83efe92022-03-10 15:06:17 -0600969 "Description": "A firmware security check has failed",
970 "Message": "A firmware security check has failed, most likely something is not configured correctly",
971 "Notes": [
972 "This log is only generated in the manufacturing ",
973 "environment and it indicates that something has not ",
974 "been configured correctly. Use the data in the PEL to ",
975 "determine what that is."
976 ]
977 }
978 },
979
980 {
Andrew Geissler8bafa992022-03-10 15:20:52 -0600981 "Name": "xyz.openbmc_project.State.BMC.Error.MultiUserTargetFailure",
982 "Subsystem": "bmc_firmware",
983 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -0600984 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -0600985 "ReasonCode": "0x3406",
Patrick Williams26919f02022-12-08 06:12:43 -0600986 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -0600987 },
988 "Callouts": [
989 {
Patrick Williams26919f02022-12-08 06:12:43 -0600990 "CalloutList": [
991 {
992 "Priority": "high",
993 "Procedure": "next_level_support"
994 }
995 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -0600996 }
997 ],
Patrick Williams26919f02022-12-08 06:12:43 -0600998 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -0600999 "Description": "The system has failed to reach BMC Ready state",
1000 "Message": "The system has failed to reach BMC Ready state, look for other errors",
1001 "Notes": [
1002 "This log indicates a critical BMC application required ",
1003 "for the BMC to reach Ready state has failed to start ",
1004 "successfully. Look in the log for other errors indicating ",
1005 "what has failed."
1006 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001007 },
1008
1009 "JournalCapture": {
1010 "NumLines": 30
Andrew Geissler8bafa992022-03-10 15:20:52 -06001011 }
1012 },
1013
1014 {
1015 "Name": "xyz.openbmc_project.State.Chassis.Error.PowerOnFailure",
1016 "Subsystem": "bmc_firmware",
1017 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001018 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001019 "ReasonCode": "0x3407",
Patrick Williams26919f02022-12-08 06:12:43 -06001020 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001021 },
1022 "Callouts": [
1023 {
Patrick Williams26919f02022-12-08 06:12:43 -06001024 "CalloutList": [
1025 {
1026 "Priority": "high",
1027 "Procedure": "next_level_support"
1028 }
1029 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001030 }
1031 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001032 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001033 "Description": "The system has failed to reach chassis power on state",
1034 "Message": "The system has failed to reach chassis power on state, look for other errors",
1035 "Notes": [
1036 "This log indicates a critical BMC application required ",
1037 "for the BMC to power on the chassis has failed to start ",
1038 "successfully. Look in the log for other errors indicating ",
1039 "what has failed."
1040 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001041 },
1042
1043 "JournalCapture": {
1044 "NumLines": 30
Andrew Geissler8bafa992022-03-10 15:20:52 -06001045 }
1046 },
1047
1048 {
1049 "Name": "xyz.openbmc_project.State.Chassis.Error.PowerOffFailure",
1050 "Subsystem": "bmc_firmware",
1051 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001052 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001053 "ReasonCode": "0x3408",
Patrick Williams26919f02022-12-08 06:12:43 -06001054 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001055 },
1056 "Callouts": [
1057 {
Patrick Williams26919f02022-12-08 06:12:43 -06001058 "CalloutList": [
1059 {
1060 "Priority": "high",
1061 "Procedure": "next_level_support"
1062 }
1063 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001064 }
1065 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001066 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001067 "Description": "The system has failed to reach chassis power off state",
1068 "Message": "The system has failed to reach chassis power off state, look for other errors",
1069 "Notes": [
1070 "This log indicates a critical BMC application required ",
1071 "for the BMC to power off the chassis has failed to start ",
1072 "successfully. Look in the log for other errors indicating ",
1073 "what has failed."
1074 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001075 },
1076
1077 "JournalCapture": {
1078 "NumLines": 30
Andrew Geissler8bafa992022-03-10 15:20:52 -06001079 }
1080 },
1081
1082 {
1083 "Name": "xyz.openbmc_project.State.Host.Error.HostStartFailure",
1084 "Subsystem": "bmc_firmware",
1085 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001086 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001087 "ReasonCode": "0x3409",
Patrick Williams26919f02022-12-08 06:12:43 -06001088 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001089 },
1090 "Callouts": [
1091 {
Patrick Williams26919f02022-12-08 06:12:43 -06001092 "CalloutList": [
1093 {
1094 "Priority": "high",
1095 "Procedure": "next_level_support"
1096 }
1097 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001098 }
1099 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001100 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001101 "Description": "The system has failed to start the host firmware",
1102 "Message": "The system has failed to start the host firmware, look for other errors",
1103 "Notes": [
1104 "This log indicates a critical BMC application required ",
1105 "for the BMC to start the host has failed to start ",
1106 "successfully. Look in the log for other errors indicating ",
1107 "what has failed."
1108 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001109 },
1110
1111 "JournalCapture": {
1112 "NumLines": 30
Andrew Geissler8bafa992022-03-10 15:20:52 -06001113 }
1114 },
1115
1116 {
1117 "Name": "xyz.openbmc_project.State.Host.Error.HostStartMinFailure",
1118 "Subsystem": "bmc_firmware",
1119 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001120 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001121 "ReasonCode": "0x3410",
Patrick Williams26919f02022-12-08 06:12:43 -06001122 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001123 },
1124 "Callouts": [
1125 {
Patrick Williams26919f02022-12-08 06:12:43 -06001126 "CalloutList": [
1127 {
1128 "Priority": "high",
1129 "Procedure": "next_level_support"
1130 }
1131 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001132 }
1133 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001134 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001135 "Description": "The system has failed to start the host firmware",
1136 "Message": "The system has failed to start the host firmware, look for other errors",
1137 "Notes": [
1138 "This log indicates a critical BMC application required ",
1139 "for the BMC to start the host has failed to start ",
1140 "successfully. Look in the log for other errors indicating ",
1141 "what has failed."
1142 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001143 },
1144
1145 "JournalCapture": {
1146 "NumLines": 30
Andrew Geissler8bafa992022-03-10 15:20:52 -06001147 }
1148 },
1149
1150 {
1151 "Name": "xyz.openbmc_project.State.Host.Error.HostShutdownFailure",
1152 "Subsystem": "bmc_firmware",
1153 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001154 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001155 "ReasonCode": "0x3411",
Patrick Williams26919f02022-12-08 06:12:43 -06001156 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001157 },
1158 "Callouts": [
1159 {
Patrick Williams26919f02022-12-08 06:12:43 -06001160 "CalloutList": [
1161 {
1162 "Priority": "high",
1163 "Procedure": "next_level_support"
1164 }
1165 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001166 }
1167 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001168 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001169 "Description": "The system has failed to shutdown the host firmware",
1170 "Message": "The system has failed to shutdown the host firmware, look for other errors",
1171 "Notes": [
1172 "This log indicates a critical BMC application required ",
1173 "to shutdown the host firmware has failed to start ",
1174 "successfully. Look in the log for other errors indicating ",
1175 "what has failed."
1176 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001177 },
1178
1179 "JournalCapture": {
1180 "NumLines": 30
Andrew Geissler8bafa992022-03-10 15:20:52 -06001181 }
1182 },
1183
1184 {
1185 "Name": "xyz.openbmc_project.State.Host.Error.HostStopFailure",
1186 "Subsystem": "bmc_firmware",
1187 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001188 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001189 "ReasonCode": "0x3412",
Patrick Williams26919f02022-12-08 06:12:43 -06001190 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001191 },
1192 "Callouts": [
1193 {
Patrick Williams26919f02022-12-08 06:12:43 -06001194 "CalloutList": [
1195 {
1196 "Priority": "high",
1197 "Procedure": "next_level_support"
1198 }
1199 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001200 }
1201 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001202 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001203 "Description": "The system has failed to stop the host firmware",
1204 "Message": "The system has failed to stop the host firmware, look for other errors",
1205 "Notes": [
1206 "This log indicates a critical BMC application required ",
1207 "to stop the host firmware has failed to start ",
1208 "successfully. Look in the log for other errors indicating ",
1209 "what has failed."
1210 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001211 },
1212
1213 "JournalCapture": {
1214 "NumLines": 30
Andrew Geissler8bafa992022-03-10 15:20:52 -06001215 }
1216 },
1217
1218 {
1219 "Name": "xyz.openbmc_project.State.Host.Error.HostRebootFailure",
1220 "Subsystem": "bmc_firmware",
1221 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001222 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001223 "ReasonCode": "0x3413",
Patrick Williams26919f02022-12-08 06:12:43 -06001224 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001225 },
1226 "Callouts": [
1227 {
Patrick Williams26919f02022-12-08 06:12:43 -06001228 "CalloutList": [
1229 {
1230 "Priority": "high",
1231 "Procedure": "next_level_support"
1232 }
1233 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001234 }
1235 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001236 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001237 "Description": "The system has failed to reboot the host firmware",
1238 "Message": "The system has failed to reboot the host firmware, look for other errors",
1239 "Notes": [
1240 "This log indicates a critical BMC application required ",
1241 "to reboot the host firmware has failed to start ",
1242 "successfully. Look in the log for other errors indicating ",
1243 "what has failed."
1244 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001245 },
1246
1247 "JournalCapture": {
1248 "NumLines": 30
Andrew Geissler8bafa992022-03-10 15:20:52 -06001249 }
1250 },
1251
1252 {
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001253 "Name": "xyz.openbmc_project.State.Error.HostQuiesce",
1254 "Subsystem": "bmc_firmware",
1255 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001256 "SRC": {
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001257 "ReasonCode": "0x3414",
Patrick Williams26919f02022-12-08 06:12:43 -06001258 "Words6To9": {}
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001259 },
1260 "Callouts": [
1261 {
Patrick Williams26919f02022-12-08 06:12:43 -06001262 "CalloutList": [
1263 {
1264 "Priority": "high",
1265 "Procedure": "next_level_support"
1266 }
1267 ]
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001268 }
1269 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001270 "Documentation": {
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001271 "Description": "The host firmware has failed to boot",
1272 "Message": "The host firmware has failed to boot and has entered a Quiesce state. Look for other errors.",
1273 "Notes": [
1274 "This log indicates that the host firmware has failed to ",
1275 "boot and all retries have been exhausted. There should be ",
1276 "other logs with more details on the boot failure reason. "
1277 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001278 },
1279
1280 "JournalCapture": {
1281 "NumLines": 30
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001282 }
1283 },
1284
1285 {
Lakshmi Yadlapati95788fe2023-03-24 14:39:32 -05001286 "Name": "xyz.openbmc_project.State.Error.TpmMeasurementFail",
1287 "Subsystem": "bmc_firmware",
1288 "ComponentID": "0x3400",
1289 "SRC": {
1290 "ReasonCode": "0x3415",
1291 "Words6To9": {}
1292 },
1293 "Callouts": [
1294 {
1295 "CalloutList": [
1296 {
1297 "Priority": "high",
1298 "Procedure": "next_level_support"
1299 }
1300 ]
1301 }
1302 ],
1303 "Documentation": {
1304 "Description": "TPM measurement failed",
1305 "Message": "The system has detected a failure in the TPM measurement.",
1306 "Notes": [
1307 "This error occurs when /sys/class/tpm/tpm0/pcr-sha256/0",
1308 "is missing or has a value of 0, indicating a potential compromise",
1309 "of the system's boot process.",
1310 "Please contact your system administrator or next level support",
1311 "to investigate and resolve the issue."
1312 ]
1313 }
1314 },
1315
1316 {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -05001317 "Name": "org.open_power.Processor.Error.SbeChipOpFailure",
1318 "Subsystem": "processor_chip",
1319 "ComponentID": "0x3500",
1320
Patrick Williams26919f02022-12-08 06:12:43 -06001321 "SRC": {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -05001322 "ReasonCode": "0x3500",
Patrick Williams26919f02022-12-08 06:12:43 -06001323 "Words6To9": {
1324 "6": {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -05001325 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
1326 "AdditionalDataPropSource": "SRC6"
1327 }
1328 }
1329 },
1330
Patrick Williams26919f02022-12-08 06:12:43 -06001331 "Documentation": {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -05001332 "Description": "chipop failure with SBE provided FFDC",
1333 "Message": "chipop request failure reported by SBE",
1334 "Notes": [
1335 "The severity is set by the creator.",
1336 "Callouts added based on SBE provided FFDC.",
1337 "SBE provided additional debug data included as part of the",
1338 "additional user data section."
1339 ]
1340 }
1341 },
1342
1343 {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -05001344 "Name": "org.open_power.Processor.Error.SbeChipOpTimeout",
1345 "Subsystem": "processor_chip",
1346 "ComponentID": "0x3500",
1347
Patrick Williams26919f02022-12-08 06:12:43 -06001348 "SRC": {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -05001349 "ReasonCode": "0x3501",
Patrick Williams26919f02022-12-08 06:12:43 -06001350 "Words6To9": {
1351 "6": {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -05001352 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
1353 "AdditionalDataPropSource": "SRC6"
1354 }
1355 }
1356 },
1357
Jayanth Othayothe4acc8d2022-06-02 02:32:08 -05001358 "Callouts": [
1359 {
1360 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06001361 {
1362 "Priority": "high",
1363 "Procedure": "next_level_support"
1364 }
Jayanth Othayothe4acc8d2022-06-02 02:32:08 -05001365 ]
1366 }
1367 ],
1368
Patrick Williams26919f02022-12-08 06:12:43 -06001369 "Documentation": {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -05001370 "Description": "SBE chipop timeout",
1371 "Message": "chipop timeout reported during SBE communication",
1372 "Notes": [
1373 "The severity is set by the creator.",
1374 "Check SBE Dump associated to this error to debug the failure."
1375 ]
1376 }
1377 },
1378
1379 {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001380 "Name": "org.open_power.Processor.Error.SbeChipOpInvalidState",
1381 "Subsystem": "processor_chip",
1382 "ComponentID": "0x3500",
1383
Patrick Williams26919f02022-12-08 06:12:43 -06001384 "SRC": {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001385 "ReasonCode": "0x3502",
Patrick Williams26919f02022-12-08 06:12:43 -06001386 "Words6To9": {
1387 "6": {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001388 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
1389 "AdditionalDataPropSource": "SRC6"
1390 },
Patrick Williams26919f02022-12-08 06:12:43 -06001391 "7": {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001392 "Description": "Value of SBE state",
1393 "AdditionalDataPropSource": "SRC7"
1394 }
1395 }
1396 },
1397
Patrick Williams26919f02022-12-08 06:12:43 -06001398 "Documentation": {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001399 "Description": "The SBE on this processor is not in a state where chipOps can be issued",
1400 "Message": "SBE Chipop is not allowed due to invalid SBE state ",
Patrick Williams26919f02022-12-08 06:12:43 -06001401 "Notes": ["The severity is set by the creator."]
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001402 }
1403 },
1404
1405 {
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001406 "Name": "org.open_power.Processor.Error.SbeBootFailure",
1407 "Subsystem": "processor_chip",
1408 "ComponentID": "0x3500",
Patrick Williams26919f02022-12-08 06:12:43 -06001409 "ActionFlags": ["service_action", "report", "call_home"],
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001410
Patrick Williams26919f02022-12-08 06:12:43 -06001411 "SRC": {
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001412 "ReasonCode": "0x3503",
Patrick Williams26919f02022-12-08 06:12:43 -06001413 "Words6To9": {
1414 "6": {
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001415 "Description": "[0:15] chip position",
1416 "AdditionalDataPropSource": "SRC6"
1417 }
1418 }
1419 },
1420
Patrick Williams26919f02022-12-08 06:12:43 -06001421 "Documentation": {
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001422 "Description": "Boot failure with SBE provided FFDC",
1423 "Message": "Boot failure reported by SBE",
1424 "Notes": [
1425 "The severity is set by the creator.",
1426 "Callouts added based on SBE provided FFDC.",
1427 "SBE provided additional debug data included as part of the",
1428 "additional user data section."
1429 ]
1430 }
1431 },
1432
1433 {
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001434 "Name": "org.open_power.Processor.Error.SbeBootTimeout",
1435 "Subsystem": "processor_chip",
1436 "ComponentID": "0x3500",
1437
Patrick Williams26919f02022-12-08 06:12:43 -06001438 "SRC": {
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001439 "ReasonCode": "0x3504",
Patrick Williams26919f02022-12-08 06:12:43 -06001440 "Words6To9": {}
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001441 },
1442
Jayanth Othayothf5cd2a42022-05-31 02:54:10 -05001443 "Callouts": [
1444 {
1445 "System": "ibm,rainier",
1446 "CalloutList": [
1447 {
1448 "Priority": "low",
1449 "LocCode": "P0"
1450 },
1451 {
1452 "Priority": "low",
1453 "LocCode": "P0-C22"
1454 }
1455 ]
1456 },
1457 {
1458 "System": "ibm,everest",
1459 "CalloutList": [
1460 {
1461 "Priority": "low",
1462 "LocCode": "P0"
1463 },
1464 {
1465 "Priority": "low",
1466 "LocCode": "P0-C96"
1467 }
1468 ]
Matt Spinlerbc560982023-04-10 11:16:42 -05001469 },
1470 {
1471 "System": "ibm,bonnell",
1472 "CalloutList": [
1473 {
1474 "Priority": "low",
1475 "LocCode": "P0"
1476 },
1477 {
1478 "Priority": "low",
1479 "LocCode": "P0-C5"
1480 }
1481 ]
Jayanth Othayothf5cd2a42022-05-31 02:54:10 -05001482 }
1483 ],
1484
Patrick Williams26919f02022-12-08 06:12:43 -06001485 "Documentation": {
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001486 "Description": "SBE Boot timeout",
1487 "Message": "timeout reported during SBE boot process",
1488 "Notes": [
1489 "The severity is set by the creator.",
1490 "Check SBE Dump associated to this error to debug the failure."
1491 ]
1492 }
1493 },
1494
1495 {
Ben Tyner34836322020-04-15 17:01:48 -05001496 "Name": "org.open_power.Attn.Error.Terminate",
Ben Tyner808e29f2021-04-16 08:32:23 -05001497 "Subsystem": "cec_hardware",
1498 "Severity": "non_error",
Ben Tyner34836322020-04-15 17:01:48 -05001499
Patrick Williams26919f02022-12-08 06:12:43 -06001500 "SRC": {
Ben Tyner34836322020-04-15 17:01:48 -05001501 "ReasonCode": "0xD138",
Patrick Williams26919f02022-12-08 06:12:43 -06001502 "SymptomIDFields": [
1503 "SRCWord3",
1504 "SRCWord4",
1505 "SRCWord5",
1506 "SRCWord6",
1507 "SRCWord7",
1508 "SRCWord8",
1509 "SRCWord9"
1510 ],
1511 "Words6To9": {}
Ben Tyner34836322020-04-15 17:01:48 -05001512 },
1513
Patrick Williams26919f02022-12-08 06:12:43 -06001514 "Documentation": {
Ben Tyner34836322020-04-15 17:01:48 -05001515 "Description": "Status shows TI special attention active",
1516 "Message": "TI special attention detected",
1517 "Notes": [
1518 "This entry is for any TI special attention event ",
1519 "reported by the attention handler component"
1520 ]
1521 }
1522 },
1523
1524 {
1525 "Name": "org.open_power.Attn.Error.Fail",
1526 "Subsystem": "bmc_firmware",
1527 "Severity": "unrecoverable_loss_of_function",
1528
Patrick Williams26919f02022-12-08 06:12:43 -06001529 "SRC": {
Ben Tyner34836322020-04-15 17:01:48 -05001530 "ReasonCode": "0xD13E",
Patrick Williams26919f02022-12-08 06:12:43 -06001531 "Words6To9": {
1532 "6": {
Ben Tyner34836322020-04-15 17:01:48 -05001533 "Description": "Error code from attention handler",
1534 "AdditionalDataPropSource": "ERROR_CODE"
1535 }
1536 }
1537 },
Patrick Williams26919f02022-12-08 06:12:43 -06001538 "Documentation": {
Ben Tyner34836322020-04-15 17:01:48 -05001539 "Description": "The attention handler encountered an error",
Patrick Williams26919f02022-12-08 06:12:43 -06001540 "MessageArgSources": ["SRCWord6"],
Ben Tyner34836322020-04-15 17:01:48 -05001541 "Message": "Attention handler error %1",
Patrick Williams26919f02022-12-08 06:12:43 -06001542 "Notes": ["Attention handler will provide error code"]
Ben Tyner34836322020-04-15 17:01:48 -05001543 }
1544 },
1545
1546 {
1547 "Name": "org.open_power.Attn.Error.Vital",
1548 "Subsystem": "processor_chip",
Ben Tyner34836322020-04-15 17:01:48 -05001549
Patrick Williams26919f02022-12-08 06:12:43 -06001550 "SRC": {
Ben Tyner34836322020-04-15 17:01:48 -05001551 "ReasonCode": "0xD16D",
Patrick Williams26919f02022-12-08 06:12:43 -06001552 "Words6To9": {}
Ben Tyner34836322020-04-15 17:01:48 -05001553 },
1554
Patrick Williams26919f02022-12-08 06:12:43 -06001555 "Documentation": {
Ben Tyner34836322020-04-15 17:01:48 -05001556 "Description": "Status shows SBE vital attention active",
1557 "Message": "SBE vital attention detected",
1558 "Notes": [
1559 "This entry is for any SBE vital attention event ",
1560 "reported by the attention handler component"
1561 ]
1562 }
1563 },
1564
1565 {
1566 "Name": "org.open_power.HwDiags.Error.Checkstop",
Zane Shelley4e6355d2022-02-24 15:28:08 -06001567 "PossibleSubsystems": [
Patrick Williams26919f02022-12-08 06:12:43 -06001568 "processor",
1569 "processor_fru",
1570 "processor_unit",
1571 "processor_bus",
1572 "memory_ctlr",
1573 "memory_bus",
1574 "memory_dimm",
1575 "memory_fru",
1576 "phb",
1577 "cec_hardware",
1578 "cec_clocks",
1579 "cec_tod",
1580 "others"
Zane Shelley4e6355d2022-02-24 15:28:08 -06001581 ],
1582 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06001583 "ActionFlags": ["service_action", "report", "call_home"],
Ben Tyner34836322020-04-15 17:01:48 -05001584
Patrick Williams26919f02022-12-08 06:12:43 -06001585 "SRC": {
Zane Shelley561c0382020-11-17 13:20:05 -06001586 "ReasonCode": "0xE510",
Patrick Williams26919f02022-12-08 06:12:43 -06001587 "SymptomIDFields": ["SRCWord6", "SRCWord7", "SRCWord8"],
1588 "Words6To9": {
1589 "6": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001590 "AdditionalDataPropSource": "SRC6"
1591 },
Patrick Williams26919f02022-12-08 06:12:43 -06001592 "7": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001593 "AdditionalDataPropSource": "SRC7"
1594 },
Patrick Williams26919f02022-12-08 06:12:43 -06001595 "8": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001596 "AdditionalDataPropSource": "SRC8"
1597 }
Ben Tyner34836322020-04-15 17:01:48 -05001598 }
1599 },
1600
Patrick Williams26919f02022-12-08 06:12:43 -06001601 "Documentation": {
Zane Shelley561c0382020-11-17 13:20:05 -06001602 "Description": "A system checkstop attention has occurred",
Patrick Williams26919f02022-12-08 06:12:43 -06001603 "MessageArgSources": ["SRCWord6", "SRCWord7", "SRCWord8"],
Zane Shelley45ab43a2021-11-13 16:16:57 -06001604 "Message": "Error Signature: %1 %2 %3"
Ben Tyner34836322020-04-15 17:01:48 -05001605 }
1606 },
1607
1608 {
Zane Shelley561c0382020-11-17 13:20:05 -06001609 "Name": "org.open_power.HwDiags.Error.Predictive",
Zane Shelley4e6355d2022-02-24 15:28:08 -06001610 "PossibleSubsystems": [
Patrick Williams26919f02022-12-08 06:12:43 -06001611 "processor",
1612 "processor_fru",
1613 "processor_unit",
1614 "processor_bus",
1615 "memory_ctlr",
1616 "memory_bus",
1617 "memory_dimm",
1618 "memory_fru",
1619 "phb",
1620 "cec_hardware",
1621 "cec_clocks",
1622 "cec_tod",
1623 "others"
Zane Shelley4e6355d2022-02-24 15:28:08 -06001624 ],
1625 "Severity": "predictive",
Patrick Williams26919f02022-12-08 06:12:43 -06001626 "ActionFlags": ["service_action", "report", "call_home"],
Ben Tyner34836322020-04-15 17:01:48 -05001627
Patrick Williams26919f02022-12-08 06:12:43 -06001628 "SRC": {
Zane Shelley561c0382020-11-17 13:20:05 -06001629 "ReasonCode": "0xE511",
Patrick Williams26919f02022-12-08 06:12:43 -06001630 "SymptomIDFields": ["SRCWord6", "SRCWord7", "SRCWord8"],
1631 "Words6To9": {
1632 "6": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001633 "AdditionalDataPropSource": "SRC6"
1634 },
Patrick Williams26919f02022-12-08 06:12:43 -06001635 "7": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001636 "AdditionalDataPropSource": "SRC7"
1637 },
Patrick Williams26919f02022-12-08 06:12:43 -06001638 "8": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001639 "AdditionalDataPropSource": "SRC8"
1640 }
Ben Tyner34836322020-04-15 17:01:48 -05001641 }
1642 },
Zane Shelley561c0382020-11-17 13:20:05 -06001643
Patrick Williams26919f02022-12-08 06:12:43 -06001644 "Documentation": {
Zane Shelley561c0382020-11-17 13:20:05 -06001645 "Description": "A hardware attention requiring service has occurred",
Patrick Williams26919f02022-12-08 06:12:43 -06001646 "MessageArgSources": ["SRCWord6", "SRCWord7", "SRCWord8"],
Zane Shelley45ab43a2021-11-13 16:16:57 -06001647 "Message": "Error Signature: %1 %2 %3"
Ben Tyner34836322020-04-15 17:01:48 -05001648 }
Shawn McCarney01648f52020-06-25 11:42:02 -05001649 },
1650
1651 {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001652 "Name": "org.open_power.HwDiags.Error.Informational",
Zane Shelley4e6355d2022-02-24 15:28:08 -06001653 "PossibleSubsystems": [
Patrick Williams26919f02022-12-08 06:12:43 -06001654 "processor",
1655 "processor_fru",
1656 "processor_unit",
1657 "processor_bus",
1658 "memory_ctlr",
1659 "memory_bus",
1660 "memory_dimm",
1661 "memory_fru",
1662 "phb",
1663 "cec_hardware",
1664 "cec_clocks",
1665 "cec_tod",
1666 "others"
Zane Shelley4e6355d2022-02-24 15:28:08 -06001667 ],
1668 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -06001669 "ActionFlags": ["hidden", "dont_report"],
Zane Shelleydd4bd482021-12-08 09:12:51 -06001670
Patrick Williams26919f02022-12-08 06:12:43 -06001671 "SRC": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001672 "ReasonCode": "0xE512",
Patrick Williams26919f02022-12-08 06:12:43 -06001673 "SymptomIDFields": ["SRCWord6", "SRCWord7", "SRCWord8"],
1674 "Words6To9": {
1675 "6": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001676 "AdditionalDataPropSource": "SRC6"
1677 },
Patrick Williams26919f02022-12-08 06:12:43 -06001678 "7": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001679 "AdditionalDataPropSource": "SRC7"
1680 },
Patrick Williams26919f02022-12-08 06:12:43 -06001681 "8": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001682 "AdditionalDataPropSource": "SRC8"
1683 }
1684 }
1685 },
1686
Patrick Williams26919f02022-12-08 06:12:43 -06001687 "Documentation": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001688 "Description": "Manual analysis was initiated via the command line. FFDC only.",
Patrick Williams26919f02022-12-08 06:12:43 -06001689 "MessageArgSources": ["SRCWord6", "SRCWord7", "SRCWord8"],
Zane Shelleydd4bd482021-12-08 09:12:51 -06001690 "Message": "Error Signature: %1 %2 %3"
1691 }
1692 },
1693
1694 {
Brandon Wyman38caaf02020-09-01 16:07:42 -05001695 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.InputFault",
1696 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001697 "ActionFlags": ["service_action", "report"],
1698 "ComponentID": "0x2700",
1699
1700 "SRC": {
1701 "Type": "11",
1702 "ReasonCode": "0x15F0",
1703 "Words6To9": {}
1704 },
1705
1706 "Callouts": [
1707 {
1708 "CalloutList": [
1709 { "Priority": "high", "SymbolicFRU": "pwrsply" }
1710 ]
1711 }
1712 ],
1713
1714 "Documentation": {
1715 "Description": "Power Supply input power fault",
1716 "Message": "A power supply has indicated an input or under voltage condition.",
1717 "Notes": [
1718 "Check the power supply cabling and/or input power ",
1719 "source. The PWRSPLY procedure is used rather than ",
1720 "calling out a location code, as typically these faults ",
1721 "are related to the supplied power, the cable, or the ",
1722 "cable connectors. If the input fault resolves down to an ",
1723 "issue with the power supply itself, the power supply ",
1724 "indicating this input fault should be called out. Add the ",
1725 "CALLOUT_INVENTORY_PATH to the additional data, and set the",
1726 "CALLOUT_PRIORITY to something other than high."
1727 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06001728 },
1729
1730 "JournalCapture": {
1731 "Sections": [
1732 {
1733 "SyslogID": "phosphor-psu-monitor",
1734 "NumLines": 30
1735 },
1736 {
1737 "SyslogID": "phosphor-power-control",
1738 "NumLines": 30
1739 },
1740 {
1741 "SyslogID": "phosphor-chassis-state-manager",
1742 "NumLines": 15
1743 },
1744 {
1745 "SyslogID": "systemd",
1746 "NumLines": 15
1747 }
1748 ]
Brandon Wyman38caaf02020-09-01 16:07:42 -05001749 }
1750 },
1751
1752 {
1753 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Fault",
1754 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001755 "ActionFlags": ["service_action", "report", "call_home"],
1756 "ComponentID": "0x2700",
1757
1758 "SRC": {
1759 "Type": "11",
1760 "ReasonCode": "0x15F1",
1761 "Words6To9": {}
1762 },
1763
Jim Wright006dafd2022-05-27 12:09:43 -05001764 "Callouts": [
1765 {
1766 "CalloutList": [
1767 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
1768 ]
1769 }
1770 ],
1771
Brandon Wyman38caaf02020-09-01 16:07:42 -05001772 "Documentation": {
1773 "Description": "Power Supply power fault",
1774 "Message": "The power supply detected a fault condition, see AdditionalData for further details.",
1775 "Notes": [
1776 "The power supply reporting the fault should be called ",
1777 "out using the CALLOUT_INVENTORY_PATH keyword. Include ",
1778 "specific fault, STATUS_* details, and code level in the ",
1779 "AdditionalData section."
1780 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06001781 },
1782
1783 "JournalCapture": {
1784 "Sections": [
1785 {
1786 "SyslogID": "phosphor-psu-monitor",
1787 "NumLines": 30
1788 },
1789 {
1790 "SyslogID": "phosphor-power-control",
1791 "NumLines": 30
1792 },
1793 {
1794 "SyslogID": "phosphor-chassis-state-manager",
1795 "NumLines": 15
1796 },
1797 {
1798 "SyslogID": "systemd",
1799 "NumLines": 15
1800 }
1801 ]
Brandon Wyman38caaf02020-09-01 16:07:42 -05001802 }
1803 },
1804
1805 {
1806 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.CommFault",
1807 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001808 "ActionFlags": ["service_action", "report", "call_home"],
1809 "ComponentID": "0x2700",
1810
1811 "SRC": {
1812 "Type": "11",
1813 "ReasonCode": "0x15F2",
1814 "Words6To9": {}
1815 },
1816
Jim Wright006dafd2022-05-27 12:09:43 -05001817 "Callouts": [
1818 {
1819 "CalloutList": [
1820 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
1821 ]
1822 }
1823 ],
1824
Brandon Wyman38caaf02020-09-01 16:07:42 -05001825 "Documentation": {
1826 "Description": "Power Supply non-power fault",
1827 "Message": "A communication failure occurred talking to the power supply",
1828 "Notes": [
1829 "Communication problems with the power supply could be ",
1830 "the power supply, or any hardware between it and the ",
1831 "BMC. Reporting the error should be passing in a call ",
1832 "out using CALLOUT_DEVICE_PATH."
1833 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06001834 },
1835 "JournalCapture": {
1836 "Sections": [
1837 {
1838 "SyslogID": "phosphor-psu-monitor",
1839 "NumLines": 30
1840 },
1841 {
1842 "SyslogID": "phosphor-power-control",
1843 "NumLines": 30
1844 },
1845 {
1846 "SyslogID": "phosphor-chassis-state-manager",
1847 "NumLines": 15
1848 },
1849 {
1850 "SyslogID": "systemd",
1851 "NumLines": 15
1852 }
1853 ]
Brandon Wyman38caaf02020-09-01 16:07:42 -05001854 }
1855 },
1856
1857 {
1858 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Missing",
1859 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001860 "ActionFlags": ["service_action", "report", "call_home"],
1861 "ComponentID": "0x2700",
1862
1863 "SRC": {
1864 "Type": "11",
1865 "ReasonCode": "0x15F6",
1866 "Words6To9": {}
1867 },
1868
1869 "Callouts": [
1870 {
1871 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -05001872 {
1873 "Priority": "high",
1874 "SymbolicFRUTrusted": "pwrsply",
1875 "UseInventoryLocCode": true
1876 }
Brandon Wyman38caaf02020-09-01 16:07:42 -05001877 ]
1878 }
1879 ],
1880
1881 "Documentation": {
1882 "Description": "Power Supply is missing",
1883 "Message": "A power supply that should be present is missing",
1884 "Notes": [
1885 "The CalloutList should use the PWRSPLY symbolic FRU ",
Matt Spinler80600192020-10-23 09:29:33 -05001886 "with the trusted location code property. The ",
1887 "location code in this callout is obtained from ",
1888 "the passed in CALLOUT_INVENTORY_PATH value."
Brandon Wyman38caaf02020-09-01 16:07:42 -05001889 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06001890 },
1891
1892 "JournalCapture": {
1893 "Sections": [
1894 {
1895 "SyslogID": "phosphor-psu-monitor",
1896 "NumLines": 30
1897 },
1898 {
1899 "SyslogID": "phosphor-power-control",
1900 "NumLines": 30
1901 },
1902 {
1903 "SyslogID": "phosphor-chassis-state-manager",
1904 "NumLines": 15
1905 },
1906 {
1907 "SyslogID": "systemd",
1908 "NumLines": 15
1909 }
1910 ]
Brandon Wyman38caaf02020-09-01 16:07:42 -05001911 }
1912 },
1913
1914 {
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00001915 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.NotSupported",
1916 "Subsystem": "power_supply",
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00001917 "ActionFlags": ["service_action", "report", "call_home"],
1918 "ComponentID": "0x2700",
1919
1920 "SRC": {
1921 "Type": "11",
1922 "ReasonCode": "0x15F7",
1923 "Words6To9": {}
1924 },
1925
Jim Wright006dafd2022-05-27 12:09:43 -05001926 "Callouts": [
1927 {
1928 "CalloutList": [
1929 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
1930 ]
1931 }
1932 ],
1933
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00001934 "Documentation": {
1935 "Description": "Power Supply configuration is not supported",
1936 "Message": "The power supply configuration is not supported",
1937 "Notes": [
1938 "The combination of power supplies detected in the ",
1939 "system is not supported. This could be caused by ",
1940 "mismatched models, less than expected number of power ",
1941 "supplies, or other unsupported characteristics."
1942 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06001943 },
1944
1945 "JournalCapture": {
1946 "Sections": [
1947 {
1948 "SyslogID": "phosphor-psu-monitor",
1949 "NumLines": 30
1950 },
1951 {
1952 "SyslogID": "phosphor-power-control",
1953 "NumLines": 30
1954 },
1955 {
1956 "SyslogID": "phosphor-chassis-state-manager",
1957 "NumLines": 15
1958 },
1959 {
1960 "SyslogID": "systemd",
1961 "NumLines": 15
1962 }
1963 ]
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00001964 }
1965 },
1966
1967 {
Brandon Wymanc30f00a2021-11-18 21:10:04 +00001968 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.FanFault",
1969 "Subsystem": "power_supply",
Brandon Wymanc30f00a2021-11-18 21:10:04 +00001970 "ActionFlags": ["service_action", "report", "call_home"],
1971 "ComponentID": "0x2700",
1972
1973 "SRC": {
1974 "Type": "11",
1975 "ReasonCode": "0x15FF",
1976 "Words6To9": {}
1977 },
1978
Jim Wright006dafd2022-05-27 12:09:43 -05001979 "Callouts": [
1980 {
1981 "CalloutList": [
1982 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
1983 ]
1984 }
1985 ],
1986
Brandon Wymanc30f00a2021-11-18 21:10:04 +00001987 "Documentation": {
1988 "Description": "Power Supply fan fault",
1989 "Message": "A power supply indicated a fan fault has occurred",
1990 "Notes": [
1991 "The power supply reporting the fault should be called ",
1992 "out using the CALLOUT_INVENTORY_PATH keyword. Include ",
1993 "specific fault, STATUS_* details, and code level in the ",
1994 "AdditionalData section."
1995 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06001996 },
1997
1998 "JournalCapture": {
1999 "Sections": [
2000 {
2001 "SyslogID": "phosphor-psu-monitor",
2002 "NumLines": 30
2003 },
2004 {
2005 "SyslogID": "phosphor-power-control",
2006 "NumLines": 30
2007 },
2008 {
2009 "SyslogID": "phosphor-chassis-state-manager",
2010 "NumLines": 15
2011 },
2012 {
2013 "SyslogID": "systemd",
2014 "NumLines": 15
2015 }
2016 ]
Brandon Wymanc30f00a2021-11-18 21:10:04 +00002017 }
2018 },
2019
2020 {
Brandon Wyman90c88402021-11-16 20:34:49 +00002021 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.IoutOCFault",
2022 "Subsystem": "power_supply",
Brandon Wyman90c88402021-11-16 20:34:49 +00002023 "ActionFlags": ["service_action", "report", "call_home"],
2024 "ComponentID": "0x2700",
2025
2026 "SRC": {
2027 "Type": "11",
2028 "ReasonCode": "0x1B01",
2029 "Words6To9": {}
2030 },
2031
2032 "Callouts": [
2033 {
2034 "CalloutList": [
2035 { "Priority": "high", "Procedure": "power_overcurrent" }
2036 ]
2037 }
2038 ],
2039
2040 "Documentation": {
2041 "Description": "Power Supply output over-current power fault",
2042 "Message": "A power supply has indicated an output over-current condition."
Faisal Awada8d2b2422023-03-03 15:48:09 -06002043 },
2044
2045 "JournalCapture": {
2046 "Sections": [
2047 {
2048 "SyslogID": "phosphor-psu-monitor",
2049 "NumLines": 30
2050 },
2051 {
2052 "SyslogID": "phosphor-power-control",
2053 "NumLines": 30
2054 },
2055 {
2056 "SyslogID": "phosphor-chassis-state-manager",
2057 "NumLines": 15
2058 },
2059 {
2060 "SyslogID": "systemd",
2061 "NumLines": 15
2062 }
2063 ]
Brandon Wyman90c88402021-11-16 20:34:49 +00002064 }
2065 },
2066
2067 {
Jay Meyer54ff54e2021-03-14 20:18:41 -05002068 "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Blackout",
2069 "Subsystem": "power",
Patrick Williams26919f02022-12-08 06:12:43 -06002070 "ActionFlags": ["report", "service_action"],
Jay Meyer54ff54e2021-03-14 20:18:41 -05002071 "ComponentID": "0x2700",
2072
Patrick Williams26919f02022-12-08 06:12:43 -06002073 "SRC": {
Jay Meyer54ff54e2021-03-14 20:18:41 -05002074 "Type": "11",
2075 "ReasonCode": "0x00AC",
Mike Cappsa2d7b772022-03-07 15:47:48 -05002076 "Words6To9": {}
Jay Meyer54ff54e2021-03-14 20:18:41 -05002077 },
2078
2079 "Callouts": [
2080 {
2081 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002082 { "Priority": "high", "SymbolicFRU": "ac_module" }
Jay Meyer54ff54e2021-03-14 20:18:41 -05002083 ]
2084 }
2085 ],
2086
2087 "Documentation": {
2088 "Description": "Input power was lost while the system was powered on.",
2089 "Message": "Input power was lost while the system was powered on.",
2090 "Notes": [
2091 "Input power was lost while system powered on.",
2092 "The CalloutList should use the ACMODUL symbolic FRU."
2093 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06002094 },
2095
2096 "JournalCapture": {
2097 "Sections": [
2098 {
2099 "SyslogID": "phosphor-psu-monitor",
2100 "NumLines": 30
2101 },
2102 {
2103 "SyslogID": "phosphor-power-control",
2104 "NumLines": 30
2105 },
2106 {
2107 "SyslogID": "phosphor-chassis-state-manager",
2108 "NumLines": 15
2109 },
2110 {
2111 "SyslogID": "systemd",
2112 "NumLines": 15
2113 }
2114 ]
Jay Meyer54ff54e2021-03-14 20:18:41 -05002115 }
2116 },
2117
2118 {
Patrick Williams26919f02022-12-08 06:12:43 -06002119 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.PSKillFault",
Brandon Wyman002d8cf2021-12-01 23:05:11 +00002120 "Subsystem": "power_supply",
Brandon Wyman002d8cf2021-12-01 23:05:11 +00002121 "ActionFlags": ["service_action", "report", "call_home"],
2122 "ComponentID": "0x2700",
2123
2124 "SRC": {
2125 "Type": "11",
2126 "ReasonCode": "0x2500",
Mike Cappsa2d7b772022-03-07 15:47:48 -05002127 "Words6To9": {}
Brandon Wyman002d8cf2021-12-01 23:05:11 +00002128 },
2129
2130 "Callouts": [
2131 {
2132 "CalloutList": [
2133 { "Priority": "high", "Procedure": "power_overcurrent" }
2134 ]
2135 }
2136 ],
2137
2138 "Documentation": {
2139 "Description": "A power supply fault is potentially preventing the power supply from allowing the system to power on.",
2140 "Message": "Power supply PSKill_fault",
Patrick Williams26919f02022-12-08 06:12:43 -06002141 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06002142 },
2143
2144 "JournalCapture": {
2145 "Sections": [
2146 {
2147 "SyslogID": "phosphor-psu-monitor",
2148 "NumLines": 30
2149 },
2150 {
2151 "SyslogID": "phosphor-power-control",
2152 "NumLines": 30
2153 },
2154 {
2155 "SyslogID": "phosphor-chassis-state-manager",
2156 "NumLines": 15
2157 },
2158 {
2159 "SyslogID": "systemd",
2160 "NumLines": 15
2161 }
2162 ]
Brandon Wyman002d8cf2021-12-01 23:05:11 +00002163 }
2164 },
2165
2166 {
Jim Wright7f678902020-11-30 16:03:57 -06002167 "Name": "xyz.openbmc_project.Power.Error.Shutdown",
2168 "Subsystem": "power_sequencer",
2169 "ComponentID": "0x2700",
2170
2171 "SRC": {
2172 "Type": "11",
2173 "ReasonCode": "0x2600",
2174 "Words6To9": {}
2175 },
2176
2177 "Callouts": [
2178 {
2179 "CalloutList": [
2180 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2181 ]
2182 }
2183 ],
2184
2185 "Documentation": {
2186 "Description": "A power off was issued because a power fault was detected",
2187 "Message": "A power off was issued because a power fault was detected",
Patrick Williams26919f02022-12-08 06:12:43 -06002188 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06002189 },
2190
2191 "JournalCapture": {
2192 "Sections": [
2193 {
2194 "SyslogID": "phosphor-psu-monitor",
2195 "NumLines": 30
2196 },
2197 {
2198 "SyslogID": "phosphor-power-control",
2199 "NumLines": 30
2200 },
2201 {
2202 "SyslogID": "phosphor-chassis-state-manager",
2203 "NumLines": 15
2204 },
2205 {
2206 "SyslogID": "systemd",
2207 "NumLines": 15
2208 },
2209 {
2210 "SyslogID": "phosphor-regulators",
2211 "NumLines": 5
2212 }
2213 ]
Jim Wright7f678902020-11-30 16:03:57 -06002214 }
2215 },
2216
2217 {
Ben Tyner0273a222021-07-12 15:18:13 -05002218 "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Regulator",
2219 "Subsystem": "power_control_hw",
Mike Capps2a2d0ae2022-03-16 18:09:00 -04002220 "Severity": "critical_system_term",
Ben Tyner0273a222021-07-12 15:18:13 -05002221 "ComponentID": "0x2700",
2222
2223 "SRC": {
2224 "Type": "11",
2225 "ReasonCode": "0x2602",
Mike Cappsa2d7b772022-03-07 15:47:48 -05002226 "Words6To9": {}
Ben Tyner0273a222021-07-12 15:18:13 -05002227 },
2228
2229 "Callouts": [
2230 {
2231 "System": "ibm,rainier",
2232 "CalloutList": [
2233 {
2234 "Priority": "high",
2235 "LocCode": "P0-C5"
2236 },
2237 {
2238 "Priority": "medium",
2239 "LocCode": "P0"
2240 }
2241 ]
2242 },
2243 {
2244 "System": "ibm,everest",
2245 "CalloutList": [
2246 {
2247 "Priority": "high",
2248 "LocCode": "P0-C59"
2249 },
2250 {
2251 "Priority": "medium",
2252 "LocCode": "P0"
2253 }
2254 ]
Matt Spinler0600cf72023-04-10 11:22:33 -05002255 },
2256 {
2257 "System": "ibm,bonnell",
2258 "CalloutList": [
2259 {
2260 "Priority": "high",
2261 "LocCode": "P0"
2262 }
2263 ]
Ben Tyner0273a222021-07-12 15:18:13 -05002264 }
2265 ],
2266
2267 "Documentation": {
2268 "Description": "A power off was issued because a regulator for standby power faulted",
2269 "Message": "A power off was issued because a regulator for standby power faulted",
Patrick Williams26919f02022-12-08 06:12:43 -06002270 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06002271 },
2272
2273 "JournalCapture": {
2274 "Sections": [
2275 {
2276 "SyslogID": "phosphor-psu-monitor",
2277 "NumLines": 30
2278 },
2279 {
2280 "SyslogID": "phosphor-power-control",
2281 "NumLines": 30
2282 },
2283 {
2284 "SyslogID": "phosphor-chassis-state-manager",
2285 "NumLines": 15
2286 },
2287 {
2288 "SyslogID": "systemd",
2289 "NumLines": 15
2290 },
2291 {
2292 "SyslogID": "phosphor-regulators",
2293 "NumLines": 5
2294 }
2295 ]
Ben Tyner0273a222021-07-12 15:18:13 -05002296 }
2297 },
2298
2299 {
Jim Wright7f678902020-11-30 16:03:57 -06002300 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerPGOODFault",
2301 "Subsystem": "power_sequencer",
2302 "ComponentID": "0x2700",
2303
2304 "SRC": {
2305 "Type": "11",
2306 "ReasonCode": "0x2610",
2307 "Words6To9": {}
2308 },
2309
2310 "CalloutsUsingAD": {
Patrick Williams26919f02022-12-08 06:12:43 -06002311 "ADName": "INPUT_NAME",
2312 "CalloutsWithTheirADValues": [
Jim Wright7f678902020-11-30 16:03:57 -06002313 {
Patrick Williams26919f02022-12-08 06:12:43 -06002314 "ADValue": "PGOOD_12A",
2315 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002316 {
2317 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002318 {
2319 "Priority": "high",
2320 "SymbolicFRU": "pgood_part"
2321 }
Jim Wright7f678902020-11-30 16:03:57 -06002322 ]
2323 }
2324 ]
2325 },
2326 {
Patrick Williams26919f02022-12-08 06:12:43 -06002327 "ADValue": "PGOOD_12B",
2328 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002329 {
2330 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002331 {
2332 "Priority": "high",
2333 "SymbolicFRU": "pgood_part"
2334 }
Jim Wright7f678902020-11-30 16:03:57 -06002335 ]
2336 }
2337 ]
2338 },
2339 {
Patrick Williams26919f02022-12-08 06:12:43 -06002340 "ADValue": "PGOOD_12C",
2341 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002342 {
2343 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002344 {
2345 "Priority": "high",
2346 "SymbolicFRU": "pgood_part"
2347 }
Jim Wright7f678902020-11-30 16:03:57 -06002348 ]
2349 }
2350 ]
2351 },
2352 {
Patrick Williams26919f02022-12-08 06:12:43 -06002353 "ADValue": "PGOOD_12D",
2354 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002355 {
2356 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002357 {
2358 "Priority": "high",
2359 "SymbolicFRU": "pgood_part"
2360 }
Jim Wright7f678902020-11-30 16:03:57 -06002361 ]
2362 }
2363 ]
2364 },
2365 {
Patrick Williams26919f02022-12-08 06:12:43 -06002366 "ADValue": "PGOOD_12L",
2367 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002368 {
2369 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002370 {
2371 "Priority": "high",
2372 "SymbolicFRU": "pgood_part"
2373 }
Jim Wright7f678902020-11-30 16:03:57 -06002374 ]
2375 }
2376 ]
2377 },
2378 {
Patrick Williams26919f02022-12-08 06:12:43 -06002379 "ADValue": "PGOOD_12M",
2380 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002381 {
2382 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002383 {
2384 "Priority": "high",
2385 "SymbolicFRU": "pgood_part"
2386 }
Jim Wright7f678902020-11-30 16:03:57 -06002387 ]
2388 }
2389 ]
2390 },
2391 {
Patrick Williams26919f02022-12-08 06:12:43 -06002392 "ADValue": "PGOOD_12N",
2393 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002394 {
2395 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002396 {
2397 "Priority": "high",
2398 "SymbolicFRU": "pgood_part"
2399 }
Jim Wright7f678902020-11-30 16:03:57 -06002400 ]
2401 }
2402 ]
2403 },
2404 {
Patrick Williams26919f02022-12-08 06:12:43 -06002405 "ADValue": "PGOOD_12PCIE",
2406 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002407 {
2408 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002409 {
2410 "Priority": "high",
2411 "SymbolicFRU": "pgood_part"
2412 }
Jim Wright7f678902020-11-30 16:03:57 -06002413 ]
2414 }
2415 ]
2416 },
2417 {
Patrick Williams26919f02022-12-08 06:12:43 -06002418 "ADValue": "PGOOD_12Q",
2419 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002420 {
2421 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002422 {
2423 "Priority": "high",
2424 "SymbolicFRU": "pgood_part"
2425 }
Jim Wright7f678902020-11-30 16:03:57 -06002426 ]
2427 }
2428 ]
2429 },
2430 {
Patrick Williams26919f02022-12-08 06:12:43 -06002431 "ADValue": "PGOOD_VDN_DCM0",
2432 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002433 {
2434 "CalloutList": [
2435 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002436 {
2437 "Priority": "medium",
2438 "LocCode": "P0-C15"
2439 },
Jim Wright7f678902020-11-30 16:03:57 -06002440 { "Priority": "low", "LocCode": "P0" }
2441 ]
2442 }
2443 ]
2444 },
2445 {
Patrick Williams26919f02022-12-08 06:12:43 -06002446 "ADValue": "PGOOD_VDN_DCM1",
2447 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002448 {
2449 "CalloutList": [
2450 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002451 {
2452 "Priority": "medium",
2453 "LocCode": "P0-C24"
2454 },
Jim Wright7f678902020-11-30 16:03:57 -06002455 { "Priority": "low", "LocCode": "P0" }
2456 ]
2457 }
2458 ]
2459 },
2460 {
Patrick Williams26919f02022-12-08 06:12:43 -06002461 "ADValue": "PGOOD_VCS_DCM0",
2462 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002463 {
2464 "CalloutList": [
2465 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002466 {
2467 "Priority": "medium",
2468 "LocCode": "P0-C15"
2469 },
Jim Wright7f678902020-11-30 16:03:57 -06002470 { "Priority": "low", "LocCode": "P0" }
2471 ]
2472 }
2473 ]
2474 },
2475 {
Patrick Williams26919f02022-12-08 06:12:43 -06002476 "ADValue": "PGOOD_VCS_DCM1",
2477 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002478 {
2479 "CalloutList": [
2480 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002481 {
2482 "Priority": "medium",
2483 "LocCode": "P0-C24"
2484 },
Jim Wright7f678902020-11-30 16:03:57 -06002485 { "Priority": "low", "LocCode": "P0" }
2486 ]
2487 }
2488 ]
2489 },
2490 {
Patrick Williams26919f02022-12-08 06:12:43 -06002491 "ADValue": "PGOOD_VIO_DCM0",
2492 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002493 {
2494 "CalloutList": [
2495 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002496 {
2497 "Priority": "medium",
2498 "LocCode": "P0-C15"
2499 },
Jim Wright7f678902020-11-30 16:03:57 -06002500 { "Priority": "low", "LocCode": "P0" }
2501 ]
2502 }
2503 ]
2504 },
2505 {
Patrick Williams26919f02022-12-08 06:12:43 -06002506 "ADValue": "PGOOD_VIO_DCM1",
2507 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002508 {
2509 "CalloutList": [
2510 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002511 {
2512 "Priority": "medium",
2513 "LocCode": "P0-C24"
2514 },
Jim Wright7f678902020-11-30 16:03:57 -06002515 { "Priority": "low", "LocCode": "P0" }
2516 ]
2517 }
2518 ]
2519 },
2520 {
Patrick Williams26919f02022-12-08 06:12:43 -06002521 "ADValue": "PGOOD_VPCIE_DCM0",
2522 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002523 {
2524 "CalloutList": [
2525 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002526 {
2527 "Priority": "medium",
2528 "LocCode": "P0-C15"
2529 },
Jim Wright7f678902020-11-30 16:03:57 -06002530 { "Priority": "low", "LocCode": "P0" }
2531 ]
2532 }
2533 ]
2534 },
2535 {
Patrick Williams26919f02022-12-08 06:12:43 -06002536 "ADValue": "PGOOD_VPCIE_DCM1",
2537 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002538 {
2539 "CalloutList": [
2540 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002541 {
2542 "Priority": "medium",
2543 "LocCode": "P0-C24"
2544 },
Jim Wright7f678902020-11-30 16:03:57 -06002545 { "Priority": "low", "LocCode": "P0" }
2546 ]
2547 }
2548 ]
Jim Wright2e4eb072022-02-03 14:43:46 -06002549 },
2550 {
Patrick Williams26919f02022-12-08 06:12:43 -06002551 "ADValue": "CP0_VPCIE",
2552 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002553 {
2554 "CalloutList": [
2555 { "Priority": "high", "LocCode": "P0-C58" },
Patrick Williams26919f02022-12-08 06:12:43 -06002556 {
2557 "Priority": "medium",
2558 "LocCode": "P0-C61"
2559 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002560 { "Priority": "low", "LocCode": "P0" }
2561 ]
2562 }
2563 ]
2564 },
2565 {
Patrick Williams26919f02022-12-08 06:12:43 -06002566 "ADValue": "CP1_VPCIE",
2567 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002568 {
2569 "CalloutList": [
2570 { "Priority": "high", "LocCode": "P0-C16" },
Patrick Williams26919f02022-12-08 06:12:43 -06002571 {
2572 "Priority": "medium",
2573 "LocCode": "P0-C14"
2574 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002575 { "Priority": "low", "LocCode": "P0" }
2576 ]
2577 }
2578 ]
2579 },
2580 {
Patrick Williams26919f02022-12-08 06:12:43 -06002581 "ADValue": "CP2_VPCIE",
2582 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002583 {
2584 "CalloutList": [
2585 { "Priority": "high", "LocCode": "P0-C16" },
Patrick Williams26919f02022-12-08 06:12:43 -06002586 {
2587 "Priority": "medium",
2588 "LocCode": "P0-C19"
2589 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002590 { "Priority": "low", "LocCode": "P0" }
2591 ]
2592 }
2593 ]
2594 },
2595 {
Patrick Williams26919f02022-12-08 06:12:43 -06002596 "ADValue": "CP3_VPCIE",
2597 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002598 {
2599 "CalloutList": [
2600 { "Priority": "high", "LocCode": "P0-C58" },
Patrick Williams26919f02022-12-08 06:12:43 -06002601 {
2602 "Priority": "medium",
2603 "LocCode": "P0-C56"
2604 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002605 { "Priority": "low", "LocCode": "P0" }
2606 ]
2607 }
2608 ]
2609 },
2610 {
Patrick Williams26919f02022-12-08 06:12:43 -06002611 "ADValue": "5.0V_USB_front",
2612 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002613 {
2614 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002615 {
2616 "Priority": "high",
2617 "SymbolicFRU": "usb_pgood"
2618 },
Jim Wrightace33db2022-04-19 14:33:37 -05002619 { "Priority": "low", "LocCode": "P1" },
2620 { "Priority": "low", "LocCode": "P0" }
Jim Wright2e4eb072022-02-03 14:43:46 -06002621 ]
2622 }
2623 ]
2624 },
2625 {
Patrick Williams26919f02022-12-08 06:12:43 -06002626 "ADValue": "CP0_VDN",
2627 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002628 {
2629 "CalloutList": [
2630 { "Priority": "high", "LocCode": "P0-C63" },
Patrick Williams26919f02022-12-08 06:12:43 -06002631 {
2632 "Priority": "medium",
2633 "LocCode": "P0-C61"
2634 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002635 { "Priority": "low", "LocCode": "P0" }
2636 ]
2637 }
2638 ]
2639 },
2640 {
Patrick Williams26919f02022-12-08 06:12:43 -06002641 "ADValue": "CP1_VDN",
2642 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002643 {
2644 "CalloutList": [
2645 { "Priority": "high", "LocCode": "P0-C12" },
Patrick Williams26919f02022-12-08 06:12:43 -06002646 {
2647 "Priority": "medium",
2648 "LocCode": "P0-C14"
2649 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002650 { "Priority": "low", "LocCode": "P0" }
2651 ]
2652 }
2653 ]
2654 },
2655 {
Patrick Williams26919f02022-12-08 06:12:43 -06002656 "ADValue": "CP2_VDN",
2657 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002658 {
2659 "CalloutList": [
2660 { "Priority": "high", "LocCode": "P0-C21" },
Patrick Williams26919f02022-12-08 06:12:43 -06002661 {
2662 "Priority": "medium",
2663 "LocCode": "P0-C19"
2664 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002665 { "Priority": "low", "LocCode": "P0" }
2666 ]
2667 }
2668 ]
2669 },
2670 {
Patrick Williams26919f02022-12-08 06:12:43 -06002671 "ADValue": "CP3_VDN",
2672 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002673 {
2674 "CalloutList": [
2675 { "Priority": "high", "LocCode": "P0-C54" },
Patrick Williams26919f02022-12-08 06:12:43 -06002676 {
2677 "Priority": "medium",
2678 "LocCode": "P0-C56"
2679 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002680 { "Priority": "low", "LocCode": "P0" }
2681 ]
2682 }
2683 ]
2684 },
2685 {
Patrick Williams26919f02022-12-08 06:12:43 -06002686 "ADValue": "CP0_VIO",
2687 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002688 {
2689 "CalloutList": [
2690 { "Priority": "high", "LocCode": "P0-C63" },
Patrick Williams26919f02022-12-08 06:12:43 -06002691 {
2692 "Priority": "medium",
2693 "LocCode": "P0-C61"
2694 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002695 { "Priority": "low", "LocCode": "P0" }
2696 ]
2697 }
2698 ]
2699 },
2700 {
Patrick Williams26919f02022-12-08 06:12:43 -06002701 "ADValue": "CP1_VIO",
2702 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002703 {
2704 "CalloutList": [
2705 { "Priority": "high", "LocCode": "P0-C12" },
Patrick Williams26919f02022-12-08 06:12:43 -06002706 {
2707 "Priority": "medium",
2708 "LocCode": "P0-C14"
2709 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002710 { "Priority": "low", "LocCode": "P0" }
2711 ]
2712 }
2713 ]
2714 },
2715 {
Patrick Williams26919f02022-12-08 06:12:43 -06002716 "ADValue": "CP2_VIO",
2717 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002718 {
2719 "CalloutList": [
2720 { "Priority": "high", "LocCode": "P0-C21" },
Patrick Williams26919f02022-12-08 06:12:43 -06002721 {
2722 "Priority": "medium",
2723 "LocCode": "P0-C19"
2724 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002725 { "Priority": "low", "LocCode": "P0" }
2726 ]
2727 }
2728 ]
2729 },
2730 {
Patrick Williams26919f02022-12-08 06:12:43 -06002731 "ADValue": "CP3_VIO",
2732 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002733 {
2734 "CalloutList": [
2735 { "Priority": "high", "LocCode": "P0-C54" },
Patrick Williams26919f02022-12-08 06:12:43 -06002736 {
2737 "Priority": "medium",
2738 "LocCode": "P0-C56"
2739 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002740 { "Priority": "low", "LocCode": "P0" }
2741 ]
2742 }
2743 ]
Jim Wright9b779e42022-12-16 17:50:23 -06002744 },
2745 {
2746 "ADValue": "12P0VB_PG_OK",
2747 "Callouts": [
2748 {
2749 "CalloutList": [
2750 {
2751 "Priority": "high",
2752 "SymbolicFRU": "pgood_part"
2753 }
2754 ]
2755 }
2756 ]
2757 },
2758 {
2759 "ADValue": "12P0VA_PG_OK",
2760 "Callouts": [
2761 {
2762 "CalloutList": [
2763 {
2764 "Priority": "high",
2765 "SymbolicFRU": "pgood_part"
2766 }
2767 ]
2768 }
2769 ]
Jim Wright7f678902020-11-30 16:03:57 -06002770 }
2771 ]
2772 },
2773
2774 "Documentation": {
2775 "Description": "The power sequencer chip detected a PGOOD fault",
2776 "Message": "The power sequencer chip detected a PGOOD fault",
Patrick Williams26919f02022-12-08 06:12:43 -06002777 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06002778 },
2779
2780 "JournalCapture": {
2781 "Sections": [
2782 {
2783 "SyslogID": "phosphor-psu-monitor",
2784 "NumLines": 30
2785 },
2786 {
2787 "SyslogID": "phosphor-power-control",
2788 "NumLines": 30
2789 },
2790 {
2791 "SyslogID": "phosphor-chassis-state-manager",
2792 "NumLines": 15
2793 },
2794 {
2795 "SyslogID": "systemd",
2796 "NumLines": 15
2797 },
2798 {
2799 "SyslogID": "phosphor-regulators",
2800 "NumLines": 5
2801 }
2802 ]
Jim Wright7f678902020-11-30 16:03:57 -06002803 }
2804 },
2805
2806 {
2807 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerVoltageFault",
2808 "Subsystem": "power_sequencer",
2809 "ComponentID": "0x2700",
2810
2811 "SRC": {
2812 "Type": "11",
2813 "ReasonCode": "0x2620",
2814 "Words6To9": {}
2815 },
2816
2817 "CalloutsUsingAD": {
Patrick Williams26919f02022-12-08 06:12:43 -06002818 "ADName": "RAIL_NAME",
2819 "CalloutsWithTheirADValues": [
Jim Wright7f678902020-11-30 16:03:57 -06002820 {
Patrick Williams26919f02022-12-08 06:12:43 -06002821 "ADValue": "12.0V",
2822 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002823 {
2824 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002825 {
2826 "Priority": "high",
2827 "SymbolicFRU": "pgood_part"
2828 }
Jim Wright7f678902020-11-30 16:03:57 -06002829 ]
2830 }
2831 ]
2832 },
2833 {
Patrick Williams26919f02022-12-08 06:12:43 -06002834 "ADValue": "5.0V_USB",
2835 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002836 {
2837 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002838 {
2839 "Priority": "high",
2840 "SymbolicFRU": "usb_pgood"
2841 },
Jim Wright7f678902020-11-30 16:03:57 -06002842 { "Priority": "medium", "LocCode": "P0" }
2843 ]
2844 }
2845 ]
2846 },
2847 {
Patrick Williams26919f02022-12-08 06:12:43 -06002848 "ADValue": "5.0V_DASD",
2849 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002850 {
2851 "CalloutList": [
2852 { "Priority": "medium", "LocCode": "P1" },
2853 { "Priority": "medium", "LocCode": "P2" },
Jim Wright7f678902020-11-30 16:03:57 -06002854 { "Priority": "low", "LocCode": "P0" }
2855 ]
2856 }
2857 ]
2858 },
2859 {
Patrick Williams26919f02022-12-08 06:12:43 -06002860 "ADValue": "3.3VA",
2861 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002862 {
2863 "CalloutList": [
2864 { "Priority": "high", "LocCode": "P0" }
2865 ]
2866 }
2867 ]
2868 },
2869 {
Patrick Williams26919f02022-12-08 06:12:43 -06002870 "ADValue": "3.3VB",
2871 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002872 {
2873 "CalloutList": [
2874 { "Priority": "high", "LocCode": "P0" }
2875 ]
2876 }
2877 ]
2878 },
2879 {
Patrick Williams26919f02022-12-08 06:12:43 -06002880 "ADValue": "1.5V",
2881 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002882 {
2883 "CalloutList": [
2884 { "Priority": "high", "LocCode": "P0" }
2885 ]
2886 }
2887 ]
2888 },
2889 {
Patrick Williams26919f02022-12-08 06:12:43 -06002890 "ADValue": "1.1V",
2891 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002892 {
2893 "CalloutList": [
2894 { "Priority": "high", "LocCode": "P0" }
2895 ]
2896 }
2897 ]
2898 },
2899 {
Patrick Williams26919f02022-12-08 06:12:43 -06002900 "ADValue": "VDDA_DCM0",
2901 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002902 {
2903 "CalloutList": [
2904 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002905 {
2906 "Priority": "medium",
2907 "LocCode": "P0-C15"
2908 },
Jim Wright7f678902020-11-30 16:03:57 -06002909 { "Priority": "low", "LocCode": "P0" }
2910 ]
2911 }
2912 ]
2913 },
2914 {
Patrick Williams26919f02022-12-08 06:12:43 -06002915 "ADValue": "VDDB_DCM0",
2916 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002917 {
2918 "CalloutList": [
2919 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002920 {
2921 "Priority": "medium",
2922 "LocCode": "P0-C15"
2923 },
Jim Wright7f678902020-11-30 16:03:57 -06002924 { "Priority": "low", "LocCode": "P0" }
2925 ]
2926 }
2927 ]
2928 },
2929 {
Patrick Williams26919f02022-12-08 06:12:43 -06002930 "ADValue": "VDDA_DCM1",
2931 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002932 {
2933 "CalloutList": [
2934 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002935 {
2936 "Priority": "medium",
2937 "LocCode": "P0-C24"
2938 },
Jim Wright7f678902020-11-30 16:03:57 -06002939 { "Priority": "low", "LocCode": "P0" }
2940 ]
2941 }
2942 ]
2943 },
2944 {
Patrick Williams26919f02022-12-08 06:12:43 -06002945 "ADValue": "VDDB_DCM1",
2946 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002947 {
2948 "CalloutList": [
2949 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002950 {
2951 "Priority": "medium",
2952 "LocCode": "P0-C24"
2953 },
Jim Wright7f678902020-11-30 16:03:57 -06002954 { "Priority": "low", "LocCode": "P0" }
2955 ]
2956 }
2957 ]
2958 },
2959 {
Patrick Williams26919f02022-12-08 06:12:43 -06002960 "ADValue": "12.0VCS",
2961 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002962 {
2963 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002964 {
2965 "Priority": "high",
2966 "SymbolicFRU": "pgood_part"
2967 }
Jim Wright7f678902020-11-30 16:03:57 -06002968 ]
2969 }
2970 ]
2971 },
2972 {
Patrick Williams26919f02022-12-08 06:12:43 -06002973 "ADValue": "3.3VCS",
2974 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002975 {
2976 "CalloutList": [
2977 { "Priority": "high", "LocCode": "P0" }
2978 ]
2979 }
2980 ]
2981 },
2982 {
Patrick Williams26919f02022-12-08 06:12:43 -06002983 "ADValue": "1.1V_Current",
2984 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002985 {
2986 "CalloutList": [
2987 { "Priority": "high", "LocCode": "P0" }
2988 ]
2989 }
2990 ]
2991 },
2992 {
Patrick Williams26919f02022-12-08 06:12:43 -06002993 "ADValue": "5.0V_USB_Current",
2994 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002995 {
2996 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002997 {
2998 "Priority": "high",
2999 "SymbolicFRU": "usb_pgood"
3000 },
Jim Wright7f678902020-11-30 16:03:57 -06003001 { "Priority": "medium", "LocCode": "P0" }
3002 ]
3003 }
3004 ]
3005 },
3006 {
Patrick Williams26919f02022-12-08 06:12:43 -06003007 "ADValue": "5.0V_DASD_Current",
3008 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003009 {
3010 "CalloutList": [
3011 { "Priority": "medium", "LocCode": "P1" },
3012 { "Priority": "medium", "LocCode": "P2" },
Jim Wright7f678902020-11-30 16:03:57 -06003013 { "Priority": "low", "LocCode": "P0" }
3014 ]
3015 }
3016 ]
3017 },
3018 {
Patrick Williams26919f02022-12-08 06:12:43 -06003019 "ADValue": "12.0VN",
3020 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003021 {
3022 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003023 {
3024 "Priority": "high",
3025 "SymbolicFRU": "pgood_part"
3026 }
Jim Wright7f678902020-11-30 16:03:57 -06003027 ]
3028 }
3029 ]
3030 },
3031 {
Patrick Williams26919f02022-12-08 06:12:43 -06003032 "ADValue": "12.0VP",
3033 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003034 {
3035 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003036 {
3037 "Priority": "high",
3038 "SymbolicFRU": "pgood_part"
3039 }
Jim Wright7f678902020-11-30 16:03:57 -06003040 ]
3041 }
3042 ]
3043 },
3044 {
Patrick Williams26919f02022-12-08 06:12:43 -06003045 "ADValue": "12.0VQ",
3046 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003047 {
3048 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003049 {
3050 "Priority": "high",
3051 "SymbolicFRU": "pgood_part"
3052 }
Jim Wright7f678902020-11-30 16:03:57 -06003053 ]
3054 }
3055 ]
3056 },
3057 {
Patrick Williams26919f02022-12-08 06:12:43 -06003058 "ADValue": "12.0VR",
3059 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003060 {
3061 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003062 {
3063 "Priority": "high",
3064 "SymbolicFRU": "pgood_part"
3065 }
Jim Wright7f678902020-11-30 16:03:57 -06003066 ]
3067 }
3068 ]
3069 },
3070 {
Patrick Williams26919f02022-12-08 06:12:43 -06003071 "ADValue": "ThermalDiode1",
3072 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003073 {
3074 "CalloutList": [
3075 { "Priority": "high", "LocCode": "P0" }
3076 ]
3077 }
3078 ]
3079 },
3080 {
Patrick Williams26919f02022-12-08 06:12:43 -06003081 "ADValue": "ThermalDiode2",
3082 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003083 {
3084 "CalloutList": [
3085 { "Priority": "high", "LocCode": "P0" }
3086 ]
3087 }
3088 ]
3089 },
3090 {
Patrick Williams26919f02022-12-08 06:12:43 -06003091 "ADValue": "ThermalDiode3",
3092 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003093 {
3094 "CalloutList": [
3095 { "Priority": "high", "LocCode": "P0" }
3096 ]
3097 }
3098 ]
3099 },
3100 {
Patrick Williams26919f02022-12-08 06:12:43 -06003101 "ADValue": "ThermalDiode4",
3102 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003103 {
3104 "CalloutList": [
3105 { "Priority": "high", "LocCode": "P0" }
3106 ]
3107 }
3108 ]
Jim Wrightae1738c2022-05-02 09:57:45 -05003109 },
3110 {
Patrick Williams26919f02022-12-08 06:12:43 -06003111 "ADValue": "VDN_DCM0",
3112 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003113 {
3114 "CalloutList": [
3115 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06003116 {
3117 "Priority": "medium",
3118 "LocCode": "P0-C15"
3119 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003120 { "Priority": "low", "LocCode": "P0" }
3121 ]
3122 }
3123 ]
3124 },
3125 {
Patrick Williams26919f02022-12-08 06:12:43 -06003126 "ADValue": "VDN_DCM1",
3127 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003128 {
3129 "CalloutList": [
3130 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06003131 {
3132 "Priority": "medium",
3133 "LocCode": "P0-C24"
3134 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003135 { "Priority": "low", "LocCode": "P0" }
3136 ]
3137 }
3138 ]
3139 },
3140 {
Patrick Williams26919f02022-12-08 06:12:43 -06003141 "ADValue": "VCS_DCM0",
3142 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003143 {
3144 "CalloutList": [
3145 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06003146 {
3147 "Priority": "medium",
3148 "LocCode": "P0-C15"
3149 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003150 { "Priority": "low", "LocCode": "P0" }
3151 ]
3152 }
3153 ]
3154 },
3155 {
Patrick Williams26919f02022-12-08 06:12:43 -06003156 "ADValue": "VCS_DCM1",
3157 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003158 {
3159 "CalloutList": [
3160 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06003161 {
3162 "Priority": "medium",
3163 "LocCode": "P0-C24"
3164 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003165 { "Priority": "low", "LocCode": "P0" }
3166 ]
3167 }
3168 ]
3169 },
3170 {
Patrick Williams26919f02022-12-08 06:12:43 -06003171 "ADValue": "VIO_DCM0",
3172 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003173 {
3174 "CalloutList": [
3175 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06003176 {
3177 "Priority": "medium",
3178 "LocCode": "P0-C15"
3179 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003180 { "Priority": "low", "LocCode": "P0" }
3181 ]
3182 }
3183 ]
3184 },
3185 {
Patrick Williams26919f02022-12-08 06:12:43 -06003186 "ADValue": "VIO_DCM1",
3187 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003188 {
3189 "CalloutList": [
3190 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06003191 {
3192 "Priority": "medium",
3193 "LocCode": "P0-C24"
3194 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003195 { "Priority": "low", "LocCode": "P0" }
3196 ]
3197 }
3198 ]
3199 },
3200 {
Patrick Williams26919f02022-12-08 06:12:43 -06003201 "ADValue": "VPCIE_DCM0",
3202 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003203 {
3204 "CalloutList": [
3205 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06003206 {
3207 "Priority": "medium",
3208 "LocCode": "P0-C15"
3209 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003210 { "Priority": "low", "LocCode": "P0" }
3211 ]
3212 }
3213 ]
3214 },
3215 {
Patrick Williams26919f02022-12-08 06:12:43 -06003216 "ADValue": "VPCIE_DCM1",
3217 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003218 {
3219 "CalloutList": [
3220 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06003221 {
3222 "Priority": "medium",
3223 "LocCode": "P0-C24"
3224 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003225 { "Priority": "low", "LocCode": "P0" }
3226 ]
3227 }
3228 ]
Jim Wright452d46d2022-12-16 16:56:21 -06003229 },
3230 {
3231 "ADValue": "3V3IO",
3232 "Callouts": [
3233 {
3234 "CalloutList": [
3235 { "Priority": "high", "LocCode": "P0-C17" },
3236 {
3237 "Priority": "medium",
3238 "LocCode": "P0-C96"
3239 },
3240 {
3241 "Priority": "medium",
3242 "LocCode": "P0-C0"
3243 },
3244 {
3245 "Priority": "medium",
3246 "SymbolicFRU": "pcie_hot_plug"
3247 },
3248 { "Priority": "low", "LocCode": "P0" }
3249 ]
3250 }
3251 ]
3252 },
3253 {
3254 "ADValue": "CP0_VDD0",
3255 "Callouts": [
3256 {
3257 "CalloutList": [
3258 { "Priority": "high", "LocCode": "P0-C62" },
3259 {
3260 "Priority": "medium",
3261 "LocCode": "P0-C61"
3262 },
3263 { "Priority": "low", "LocCode": "P0" }
3264 ]
3265 }
3266 ]
3267 },
3268 {
3269 "ADValue": "CP0_VDD1",
3270 "Callouts": [
3271 {
3272 "CalloutList": [
3273 { "Priority": "high", "LocCode": "P0-C60" },
3274 {
3275 "Priority": "medium",
3276 "LocCode": "P0-C61"
3277 },
3278 { "Priority": "low", "LocCode": "P0" }
3279 ]
3280 }
3281 ]
3282 },
3283 {
3284 "ADValue": "CP1_VDD0",
3285 "Callouts": [
3286 {
3287 "CalloutList": [
3288 { "Priority": "high", "LocCode": "P0-C13" },
3289 {
3290 "Priority": "medium",
3291 "LocCode": "P0-C14"
3292 },
3293 { "Priority": "low", "LocCode": "P0" }
3294 ]
3295 }
3296 ]
3297 },
3298 {
3299 "ADValue": "CP1_VDD1",
3300 "Callouts": [
3301 {
3302 "CalloutList": [
3303 { "Priority": "high", "LocCode": "P0-C15" },
3304 {
3305 "Priority": "medium",
3306 "LocCode": "P0-C14"
3307 },
3308 { "Priority": "low", "LocCode": "P0" }
3309 ]
3310 }
3311 ]
3312 },
3313 {
3314 "ADValue": "CP2_VDD0",
3315 "Callouts": [
3316 {
3317 "CalloutList": [
3318 { "Priority": "high", "LocCode": "P0-C18" },
3319 {
3320 "Priority": "medium",
3321 "LocCode": "P0-C19"
3322 },
3323 { "Priority": "low", "LocCode": "P0" }
3324 ]
3325 }
3326 ]
3327 },
3328 {
3329 "ADValue": "CP2_VDD1",
3330 "Callouts": [
3331 {
3332 "CalloutList": [
3333 { "Priority": "high", "LocCode": "P0-C20" },
3334 {
3335 "Priority": "medium",
3336 "LocCode": "P0-C19"
3337 },
3338 { "Priority": "low", "LocCode": "P0" }
3339 ]
3340 }
3341 ]
3342 },
3343 {
3344 "ADValue": "CP3_VDD0",
3345 "Callouts": [
3346 {
3347 "CalloutList": [
3348 { "Priority": "high", "LocCode": "P0-C57" },
3349 {
3350 "Priority": "medium",
3351 "LocCode": "P0-C56"
3352 },
3353 { "Priority": "low", "LocCode": "P0" }
3354 ]
3355 }
3356 ]
3357 },
3358 {
3359 "ADValue": "CP3_VDD1",
3360 "Callouts": [
3361 {
3362 "CalloutList": [
3363 { "Priority": "high", "LocCode": "P0-C55" },
3364 {
3365 "Priority": "medium",
3366 "LocCode": "P0-C56"
3367 },
3368 { "Priority": "low", "LocCode": "P0" }
3369 ]
3370 }
3371 ]
3372 },
3373 {
3374 "ADValue": "CP0_VCS0",
3375 "Callouts": [
3376 {
3377 "CalloutList": [
3378 { "Priority": "high", "LocCode": "P0-C63" },
3379 {
3380 "Priority": "medium",
3381 "LocCode": "P0-C61"
3382 },
3383 { "Priority": "low", "LocCode": "P0" }
3384 ]
3385 }
3386 ]
3387 },
3388 {
3389 "ADValue": "CP0_VCS1",
3390 "Callouts": [
3391 {
3392 "CalloutList": [
3393 { "Priority": "high", "LocCode": "P0-C59" },
3394 {
3395 "Priority": "medium",
3396 "LocCode": "P0-C61"
3397 },
3398 { "Priority": "low", "LocCode": "P0" }
3399 ]
3400 }
3401 ]
3402 },
3403 {
3404 "ADValue": "CP1_VCS0",
3405 "Callouts": [
3406 {
3407 "CalloutList": [
3408 { "Priority": "high", "LocCode": "P0-C12" },
3409 {
3410 "Priority": "medium",
3411 "LocCode": "P0-C14"
3412 },
3413 { "Priority": "low", "LocCode": "P0" }
3414 ]
3415 }
3416 ]
3417 },
3418 {
3419 "ADValue": "CP1_VCS1",
3420 "Callouts": [
3421 {
3422 "CalloutList": [
3423 { "Priority": "high", "LocCode": "P0-C16" },
3424 {
3425 "Priority": "medium",
3426 "LocCode": "P0-C14"
3427 },
3428 { "Priority": "low", "LocCode": "P0" }
3429 ]
3430 }
3431 ]
3432 },
3433 {
3434 "ADValue": "CP2_VCS0",
3435 "Callouts": [
3436 {
3437 "CalloutList": [
3438 { "Priority": "high", "LocCode": "P0-C17" },
3439 {
3440 "Priority": "medium",
3441 "LocCode": "P0-C19"
3442 },
3443 { "Priority": "low", "LocCode": "P0" }
3444 ]
3445 }
3446 ]
3447 },
3448 {
3449 "ADValue": "CP2_VCS1",
3450 "Callouts": [
3451 {
3452 "CalloutList": [
3453 { "Priority": "high", "LocCode": "P0-C21" },
3454 {
3455 "Priority": "medium",
3456 "LocCode": "P0-C19"
3457 },
3458 { "Priority": "low", "LocCode": "P0" }
3459 ]
3460 }
3461 ]
3462 },
3463 {
3464 "ADValue": "CP3_VCS0",
3465 "Callouts": [
3466 {
3467 "CalloutList": [
3468 { "Priority": "high", "LocCode": "P0-C58" },
3469 {
3470 "Priority": "medium",
3471 "LocCode": "P0-C56"
3472 },
3473 { "Priority": "low", "LocCode": "P0" }
3474 ]
3475 }
3476 ]
3477 },
3478 {
3479 "ADValue": "CP3_VCS1",
3480 "Callouts": [
3481 {
3482 "CalloutList": [
3483 { "Priority": "high", "LocCode": "P0-C54" },
3484 {
3485 "Priority": "medium",
3486 "LocCode": "P0-C56"
3487 },
3488 { "Priority": "low", "LocCode": "P0" }
3489 ]
3490 }
3491 ]
3492 },
3493 {
3494 "ADValue": "CP03_AVDD",
3495 "Callouts": [
3496 {
3497 "CalloutList": [
3498 { "Priority": "high", "LocCode": "P0-C58" },
3499 {
3500 "Priority": "medium",
3501 "LocCode": "P0-C61"
3502 },
3503 {
3504 "Priority": "medium",
3505 "LocCode": "P0-C56"
3506 },
3507 { "Priority": "low", "LocCode": "P0" }
3508 ]
3509 }
3510 ]
3511 },
3512 {
3513 "ADValue": "CP12_AVDD",
3514 "Callouts": [
3515 {
3516 "CalloutList": [
3517 { "Priority": "high", "LocCode": "P0-C16" },
3518 {
3519 "Priority": "medium",
3520 "LocCode": "P0-C14"
3521 },
3522 {
3523 "Priority": "medium",
3524 "LocCode": "P0-C19"
3525 },
3526 { "Priority": "low", "LocCode": "P0" }
3527 ]
3528 }
3529 ]
3530 },
3531 {
3532 "ADValue": "CP0_VDN",
3533 "Callouts": [
3534 {
3535 "CalloutList": [
3536 { "Priority": "high", "LocCode": "P0-C63" },
3537 {
3538 "Priority": "medium",
3539 "LocCode": "P0-C61"
3540 },
3541 { "Priority": "low", "LocCode": "P0" }
3542 ]
3543 }
3544 ]
3545 },
3546 {
3547 "ADValue": "CP1_VDN",
3548 "Callouts": [
3549 {
3550 "CalloutList": [
3551 { "Priority": "high", "LocCode": "P0-C12" },
3552 {
3553 "Priority": "medium",
3554 "LocCode": "P0-C14"
3555 },
3556 { "Priority": "low", "LocCode": "P0" }
3557 ]
3558 }
3559 ]
3560 },
3561 {
3562 "ADValue": "CP2_VDN",
3563 "Callouts": [
3564 {
3565 "CalloutList": [
3566 { "Priority": "high", "LocCode": "P0-C21" },
3567 {
3568 "Priority": "medium",
3569 "LocCode": "P0-C19"
3570 },
3571 { "Priority": "low", "LocCode": "P0" }
3572 ]
3573 }
3574 ]
3575 },
3576 {
3577 "ADValue": "CP3_VDN",
3578 "Callouts": [
3579 {
3580 "CalloutList": [
3581 { "Priority": "high", "LocCode": "P0-C54" },
3582 {
3583 "Priority": "medium",
3584 "LocCode": "P0-C56"
3585 },
3586 { "Priority": "low", "LocCode": "P0" }
3587 ]
3588 }
3589 ]
3590 },
3591 {
3592 "ADValue": "CP0_VIO",
3593 "Callouts": [
3594 {
3595 "CalloutList": [
3596 { "Priority": "high", "LocCode": "P0-C63" },
3597 {
3598 "Priority": "medium",
3599 "LocCode": "P0-C61"
3600 },
3601 { "Priority": "low", "LocCode": "P0" }
3602 ]
3603 }
3604 ]
3605 },
3606 {
3607 "ADValue": "CP1_VIO",
3608 "Callouts": [
3609 {
3610 "CalloutList": [
3611 { "Priority": "high", "LocCode": "P0-C12" },
3612 {
3613 "Priority": "medium",
3614 "LocCode": "P0-C14"
3615 },
3616 { "Priority": "low", "LocCode": "P0" }
3617 ]
3618 }
3619 ]
3620 },
3621 {
3622 "ADValue": "CP2_VIO",
3623 "Callouts": [
3624 {
3625 "CalloutList": [
3626 { "Priority": "high", "LocCode": "P0-C21" },
3627 {
3628 "Priority": "medium",
3629 "LocCode": "P0-C19"
3630 },
3631 { "Priority": "low", "LocCode": "P0" }
3632 ]
3633 }
3634 ]
3635 },
3636 {
3637 "ADValue": "CP3_VIO",
3638 "Callouts": [
3639 {
3640 "CalloutList": [
3641 { "Priority": "high", "LocCode": "P0-C54" },
3642 {
3643 "Priority": "medium",
3644 "LocCode": "P0-C56"
3645 },
3646 { "Priority": "low", "LocCode": "P0" }
3647 ]
3648 }
3649 ]
3650 },
3651 {
3652 "ADValue": "CP0_VPCIE",
3653 "Callouts": [
3654 {
3655 "CalloutList": [
3656 { "Priority": "high", "LocCode": "P0-C58" },
3657 {
3658 "Priority": "medium",
3659 "LocCode": "P0-C61"
3660 },
3661 { "Priority": "low", "LocCode": "P0" }
3662 ]
3663 }
3664 ]
3665 },
3666 {
3667 "ADValue": "CP1_VPCIE",
3668 "Callouts": [
3669 {
3670 "CalloutList": [
3671 { "Priority": "high", "LocCode": "P0-C16" },
3672 {
3673 "Priority": "medium",
3674 "LocCode": "P0-C14"
3675 },
3676 { "Priority": "low", "LocCode": "P0" }
3677 ]
3678 }
3679 ]
3680 },
3681 {
3682 "ADValue": "CP2_VPCIE",
3683 "Callouts": [
3684 {
3685 "CalloutList": [
3686 { "Priority": "high", "LocCode": "P0-C16" },
3687 {
3688 "Priority": "medium",
3689 "LocCode": "P0-C19"
3690 },
3691 { "Priority": "low", "LocCode": "P0" }
3692 ]
3693 }
3694 ]
3695 },
3696 {
3697 "ADValue": "CP3_VPCIE",
3698 "Callouts": [
3699 {
3700 "CalloutList": [
3701 { "Priority": "high", "LocCode": "P0-C58" },
3702 {
3703 "Priority": "medium",
3704 "LocCode": "P0-C56"
3705 },
3706 { "Priority": "low", "LocCode": "P0" }
3707 ]
3708 }
3709 ]
Jim Wright9b779e42022-12-16 17:50:23 -06003710 },
3711 {
3712 "ADValue": "5.0VCS",
3713 "Callouts": [
3714 {
3715 "CalloutList": [
3716 { "Priority": "high", "LocCode": "P0" }
3717 ]
3718 }
3719 ]
3720 },
3721 {
3722 "ADValue": "PCIE_VDD0",
3723 "Callouts": [
3724 {
3725 "CalloutList": [
3726 {
3727 "Priority": "high",
3728 "SymbolicFRU": "pcie_hot_plug"
3729 },
3730 { "Priority": "medium", "LocCode": "P0" }
3731 ]
3732 }
3733 ]
3734 },
3735 {
3736 "ADValue": "PCIE_CORE",
3737 "Callouts": [
3738 {
3739 "CalloutList": [
3740 {
3741 "Priority": "high",
3742 "SymbolicFRU": "pcie_hot_plug"
3743 },
3744 { "Priority": "medium", "LocCode": "P0" }
3745 ]
3746 }
3747 ]
3748 },
3749 {
3750 "ADValue": "AVDD",
3751 "Callouts": [
3752 {
3753 "CalloutList": [
3754 { "Priority": "high", "LocCode": "P0-C5" },
3755 { "Priority": "medium", "LocCode": "P0" }
3756 ]
3757 }
3758 ]
3759 },
3760 {
3761 "ADValue": "VDN",
3762 "Callouts": [
3763 {
3764 "CalloutList": [
3765 { "Priority": "high", "LocCode": "P0-C5" },
3766 { "Priority": "medium", "LocCode": "P0" }
3767 ]
3768 }
3769 ]
3770 },
3771 {
3772 "ADValue": "VDDA",
3773 "Callouts": [
3774 {
3775 "CalloutList": [
3776 { "Priority": "high", "LocCode": "P0-C5" },
3777 { "Priority": "medium", "LocCode": "P0" }
3778 ]
3779 }
3780 ]
3781 },
3782 {
3783 "ADValue": "VDDB",
3784 "Callouts": [
3785 {
3786 "CalloutList": [
3787 { "Priority": "high", "LocCode": "P0-C5" },
3788 { "Priority": "medium", "LocCode": "P0" }
3789 ]
3790 }
3791 ]
3792 },
3793 {
3794 "ADValue": "VCS",
3795 "Callouts": [
3796 {
3797 "CalloutList": [
3798 { "Priority": "high", "LocCode": "P0-C5" },
3799 { "Priority": "medium", "LocCode": "P0" }
3800 ]
3801 }
3802 ]
3803 },
3804 {
3805 "ADValue": "VIO",
3806 "Callouts": [
3807 {
3808 "CalloutList": [
3809 { "Priority": "high", "LocCode": "P0-C5" },
3810 { "Priority": "medium", "LocCode": "P0" }
3811 ]
3812 }
3813 ]
3814 },
3815 {
3816 "ADValue": "VPCIE",
3817 "Callouts": [
3818 {
3819 "CalloutList": [
3820 { "Priority": "high", "LocCode": "P0-C5" },
3821 { "Priority": "medium", "LocCode": "P0" }
3822 ]
3823 }
3824 ]
3825 },
3826 {
3827 "ADValue": "PMIC2",
3828 "Callouts": [
3829 {
3830 "CalloutList": [
3831 { "Priority": "high", "LocCode": "P0" },
3832 {
3833 "Priority": "medium",
3834 "LocCode": "memory_dimm"
3835 }
3836 ]
3837 }
3838 ]
3839 },
3840 {
3841 "ADValue": "PMIC3",
3842 "Callouts": [
3843 {
3844 "CalloutList": [
3845 { "Priority": "high", "LocCode": "P0" },
3846 {
3847 "Priority": "medium",
3848 "LocCode": "memory_dimm"
3849 }
3850 ]
3851 }
3852 ]
3853 },
3854 {
3855 "ADValue": "VDDR1",
3856 "Callouts": [
3857 {
3858 "CalloutList": [
3859 { "Priority": "high", "LocCode": "P0" },
3860 {
3861 "Priority": "medium",
3862 "LocCode": "memory_dimm"
3863 }
3864 ]
3865 }
3866 ]
3867 },
3868 {
3869 "ADValue": "VDDR0",
3870 "Callouts": [
3871 {
3872 "CalloutList": [
3873 { "Priority": "high", "LocCode": "P0" },
3874 {
3875 "Priority": "medium",
3876 "LocCode": "memory_dimm"
3877 }
3878 ]
3879 }
3880 ]
Jim Wright7f678902020-11-30 16:03:57 -06003881 }
3882 ]
3883 },
3884
3885 "Documentation": {
3886 "Description": "The power sequencer chip detected a voltage fault",
3887 "Message": "The power sequencer chip detected a voltage fault",
Patrick Williams26919f02022-12-08 06:12:43 -06003888 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06003889 },
3890
3891 "JournalCapture": {
3892 "Sections": [
3893 {
3894 "SyslogID": "phosphor-psu-monitor",
3895 "NumLines": 30
3896 },
3897 {
3898 "SyslogID": "phosphor-power-control",
3899 "NumLines": 30
3900 },
3901 {
3902 "SyslogID": "phosphor-chassis-state-manager",
3903 "NumLines": 15
3904 },
3905 {
3906 "SyslogID": "systemd",
3907 "NumLines": 15
3908 },
3909 {
3910 "SyslogID": "phosphor-regulators",
3911 "NumLines": 5
3912 }
3913 ]
Jim Wright7f678902020-11-30 16:03:57 -06003914 }
3915 },
3916
3917 {
Shawn McCarney7f1ec942021-07-28 13:33:34 -05003918 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.N",
3919 "Subsystem": "power",
3920 "Severity": "predictive_redundancy_loss",
3921 "ComponentID": "0x2700",
3922
3923 "SRC": {
3924 "Type": "11",
3925 "ReasonCode": "0x2700",
3926 "Words6To9": {}
3927 },
3928
3929 "Documentation": {
3930 "Description": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
3931 "Message": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
3932 "Notes": [
3933 "CALLOUT_INVENTORY_PATH should be specified in the ",
3934 "AdditionalData property of the event log so that ",
3935 "the device is called out but not the communication path."
3936 ]
3937 }
3938 },
3939
3940 {
3941 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.NPlus1",
3942 "Subsystem": "power",
3943 "Severity": "non_error",
3944 "MfgSeverity": "predictive_redundancy_loss",
3945 "ActionFlags": ["report"],
3946 "MfgActionFlags": ["service_action", "report", "call_home"],
3947 "ComponentID": "0x2700",
3948
3949 "SRC": {
3950 "Type": "11",
3951 "ReasonCode": "0x2701",
3952 "Words6To9": {}
3953 },
3954
3955 "Documentation": {
3956 "Description": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
3957 "Message": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
3958 "Notes": [
3959 "CALLOUT_INVENTORY_PATH should be specified in the ",
3960 "AdditionalData property of the event log so that ",
3961 "the device is called out but not the communication path."
3962 ]
3963 }
3964 },
3965
3966 {
Shawn McCarney01648f52020-06-25 11:42:02 -05003967 "Name": "xyz.openbmc_project.Power.Regulators.Error.WriteVerification",
3968 "Subsystem": "power",
3969 "ComponentID": "0x2700",
3970
3971 "SRC": {
3972 "Type": "11",
3973 "ReasonCode": "0x2900",
3974 "Words6To9": {}
3975 },
3976
3977 "Documentation": {
3978 "Description": "A write verification error occurred on a device",
3979 "Message": "A write verification error occurred on a device",
3980 "Notes": [
3981 "This error occurs when a device register is written, ",
3982 "read back, and the two values do not match. This is ",
3983 "also called a read-back error. The device should be ",
3984 "identified using the CALLOUT_DEVICE_PATH or ",
3985 "CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR keywords in the ",
3986 "AdditionalData property of the event log. This will ",
3987 "cause the device and the hardware in the communication ",
3988 "path to be called out."
3989 ]
3990 }
3991 },
3992
3993 {
Shawn McCarneye4022182022-01-31 19:09:01 -06003994 "Name": "xyz.openbmc_project.Power.UPS.Error.Battery.Discharging",
3995 "Subsystem": "power",
3996 "Severity": "non_error",
3997 "ActionFlags": ["report"],
3998 "ComponentID": "0x2700",
3999
4000 "SRC": {
4001 "Type": "11",
4002 "ReasonCode": "0x4201",
4003 "Words6To9": {}
4004 },
4005
4006 "Documentation": {
4007 "Description": "The Uninterruptible Power Supply (UPS) battery is discharging and providing power to the system due to a utility failure",
4008 "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 -06004009 "Notes": []
Shawn McCarneye4022182022-01-31 19:09:01 -06004010 }
4011 },
4012
4013 {
4014 "Name": "xyz.openbmc_project.Power.UPS.Error.Battery.Low",
4015 "Subsystem": "power",
4016 "Severity": "non_error",
4017 "ActionFlags": ["report"],
4018 "ComponentID": "0x2700",
4019
4020 "SRC": {
4021 "Type": "11",
4022 "ReasonCode": "0x4203",
4023 "Words6To9": {}
4024 },
4025
4026 "Documentation": {
4027 "Description": "The Uninterruptible Power Supply (UPS) battery level is low",
4028 "Message": "The Uninterruptible Power Supply (UPS) battery level is low",
Patrick Williams26919f02022-12-08 06:12:43 -06004029 "Notes": []
Shawn McCarneye4022182022-01-31 19:09:01 -06004030 }
4031 },
4032
4033 {
Shawn McCarney01648f52020-06-25 11:42:02 -05004034 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile",
4035 "Subsystem": "power",
4036 "ComponentID": "0x2700",
4037
4038 "SRC": {
4039 "Type": "11",
4040 "ReasonCode": "0xA013",
4041 "Words6To9": {}
4042 },
4043
4044 "Callouts": [
4045 {
4046 "CalloutList": [
4047 { "Priority": "high", "Procedure": "bmc_code" }
4048 ]
4049 }
4050 ],
4051
4052 "Documentation": {
4053 "Description": "A regulators configuration file error occurred",
4054 "Message": "A regulators configuration file error occurred",
4055 "Notes": [
4056 "The regulators configuration file could not be found, ",
4057 "could not be read, or had invalid contents."
4058 ]
4059 }
4060 },
4061
4062 {
Shawn McCarney82e31d82021-02-19 16:25:55 -06004063 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile.Critical",
4064 "Subsystem": "power",
4065 "Severity": "critical_system_term",
4066 "ComponentID": "0x2700",
4067
4068 "SRC": {
4069 "Type": "11",
4070 "ReasonCode": "0xA014",
Mike Cappsa2d7b772022-03-07 15:47:48 -05004071 "Words6To9": {}
Shawn McCarney82e31d82021-02-19 16:25:55 -06004072 },
4073
4074 "Callouts": [
4075 {
4076 "CalloutList": [
4077 { "Priority": "high", "Procedure": "bmc_code" }
4078 ]
4079 }
4080 ],
4081
4082 "Documentation": {
4083 "Description": "A critical regulators configuration file error occurred",
4084 "Message": "A critical regulators configuration file error occurred",
4085 "Notes": [
4086 "The regulators configuration file could not be found, ",
4087 "could not be read, or had invalid contents. As a result ",
4088 "voltage regulators could not be configured, and the ",
4089 "chassis could not be powered on."
4090 ]
4091 }
4092 },
4093
4094 {
Jim Wright7f678902020-11-30 16:03:57 -06004095 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerFault",
4096 "Subsystem": "power_sequencer",
4097 "ComponentID": "0x2700",
4098
4099 "SRC": {
4100 "Type": "11",
4101 "ReasonCode": "0xD000",
4102 "Words6To9": {}
4103 },
4104
4105 "Callouts": [
4106 {
Patrick Williams26919f02022-12-08 06:12:43 -06004107 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Jim Wright7f678902020-11-30 16:03:57 -06004108 }
4109 ],
4110
4111 "Documentation": {
4112 "Description": "The power sequencer chip detected a fault",
4113 "Message": "The power sequencer chip detected a fault",
Patrick Williams26919f02022-12-08 06:12:43 -06004114 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06004115 },
4116
4117 "JournalCapture": {
4118 "Sections": [
4119 {
4120 "SyslogID": "phosphor-psu-monitor",
4121 "NumLines": 30
4122 },
4123 {
4124 "SyslogID": "phosphor-power-control",
4125 "NumLines": 30
4126 },
4127 {
4128 "SyslogID": "phosphor-chassis-state-manager",
4129 "NumLines": 15
4130 },
4131 {
4132 "SyslogID": "systemd",
4133 "NumLines": 15
4134 },
4135 {
4136 "SyslogID": "phosphor-regulators",
4137 "NumLines": 5
4138 }
4139 ]
Jim Wright7f678902020-11-30 16:03:57 -06004140 }
4141 },
4142
4143 {
Jim Wrightc1ba04f2021-11-12 15:31:32 -06004144 "Name": "xyz.openbmc_project.Power.Error.PowerOnTimeout",
Jim Wright7f678902020-11-30 16:03:57 -06004145 "Subsystem": "power_sequencer",
4146 "ComponentID": "0x2700",
Jim Wrightc1ba04f2021-11-12 15:31:32 -06004147 "Severity": "critical",
Jim Wright7f678902020-11-30 16:03:57 -06004148
4149 "SRC": {
4150 "Type": "11",
4151 "ReasonCode": "0xD002",
4152 "Words6To9": {}
4153 },
4154
4155 "Callouts": [
4156 {
Patrick Williams26919f02022-12-08 06:12:43 -06004157 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Jim Wright7f678902020-11-30 16:03:57 -06004158 }
4159 ],
4160
4161 "Documentation": {
Jim Wrightc1ba04f2021-11-12 15:31:32 -06004162 "Description": "System power failed to turn on within timeout period",
4163 "Message": "System power failed to turn on within timeout period",
Patrick Williams26919f02022-12-08 06:12:43 -06004164 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06004165 },
4166
4167 "JournalCapture": {
4168 "Sections": [
4169 {
4170 "SyslogID": "phosphor-psu-monitor",
4171 "NumLines": 30
4172 },
4173 {
4174 "SyslogID": "phosphor-power-control",
4175 "NumLines": 30
4176 },
4177 {
4178 "SyslogID": "phosphor-chassis-state-manager",
4179 "NumLines": 15
4180 },
4181 {
4182 "SyslogID": "systemd",
4183 "NumLines": 15
4184 },
4185 {
4186 "SyslogID": "phosphor-regulators",
4187 "NumLines": 5
4188 }
4189 ]
Jim Wrightc1ba04f2021-11-12 15:31:32 -06004190 }
4191 },
4192
4193 {
4194 "Name": "xyz.openbmc_project.Power.Error.PowerOffTimeout",
4195 "Subsystem": "power_sequencer",
4196 "ComponentID": "0x2700",
4197 "Severity": "critical",
4198
4199 "SRC": {
4200 "Type": "11",
4201 "ReasonCode": "0xD008",
4202 "Words6To9": {}
4203 },
4204
4205 "Callouts": [
4206 {
Patrick Williams26919f02022-12-08 06:12:43 -06004207 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Jim Wrightc1ba04f2021-11-12 15:31:32 -06004208 }
4209 ],
4210
4211 "Documentation": {
4212 "Description": "System power failed to turn off within timeout period",
4213 "Message": "System power failed to turn off within timeout period",
Patrick Williams26919f02022-12-08 06:12:43 -06004214 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06004215 },
4216
4217 "JournalCapture": {
4218 "Sections": [
4219 {
4220 "SyslogID": "phosphor-psu-monitor",
4221 "NumLines": 30
4222 },
4223 {
4224 "SyslogID": "phosphor-power-control",
4225 "NumLines": 30
4226 },
4227 {
4228 "SyslogID": "phosphor-chassis-state-manager",
4229 "NumLines": 15
4230 },
4231 {
4232 "SyslogID": "systemd",
4233 "NumLines": 15
4234 },
4235 {
4236 "SyslogID": "phosphor-regulators",
4237 "NumLines": 5
4238 }
4239 ]
Jim Wright7f678902020-11-30 16:03:57 -06004240 }
4241 },
4242
4243 {
Shawn McCarney01648f52020-06-25 11:42:02 -05004244 "Name": "xyz.openbmc_project.Power.Error.Internal",
4245 "Subsystem": "power",
4246 "ComponentID": "0x2700",
4247
4248 "SRC": {
4249 "Type": "11",
4250 "ReasonCode": "0xE000",
4251 "Words6To9": {}
4252 },
4253
4254 "Callouts": [
4255 {
4256 "CalloutList": [
4257 { "Priority": "high", "Procedure": "bmc_code" }
4258 ]
4259 }
4260 ],
4261
4262 "Documentation": {
4263 "Description": "An internal firmware error occurred",
4264 "Message": "An internal firmware error occurred",
4265 "Notes": [
4266 "The error details must be provided in the AdditionalData ",
4267 "property of the event log."
4268 ]
4269 }
4270 },
4271
4272 {
4273 "Name": "xyz.openbmc_project.Power.Error.I2C",
4274 "Subsystem": "cec_i2c",
4275 "ComponentID": "0x2700",
4276
4277 "SRC": {
4278 "Type": "11",
4279 "ReasonCode": "0xE100",
4280 "Words6To9": {}
4281 },
4282
4283 "Documentation": {
4284 "Description": "An I2C error occurred communicating with a device",
4285 "Message": "An I2C error occurred communicating with a device",
4286 "Notes": [
4287 "The device should be identified using the ",
4288 "CALLOUT_DEVICE_PATH or CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR ",
4289 "keywords in the AdditionalData property of the event ",
4290 "log. This will cause the device and the hardware in the ",
4291 "communication path to be called out."
4292 ]
4293 }
4294 },
4295
4296 {
4297 "Name": "xyz.openbmc_project.Power.Error.PMBus",
4298 "Subsystem": "power",
4299 "ComponentID": "0x2700",
4300
4301 "SRC": {
4302 "Type": "11",
4303 "ReasonCode": "0xE200",
4304 "Words6To9": {}
4305 },
4306
4307 "Documentation": {
4308 "Description": "A PMBus error occurred on a device",
4309 "Message": "A PMBus error occurred on a device",
4310 "Notes": [
4311 "This error occurs when the I2C communication was ",
4312 "successful, but the PMBus value read is invalid or ",
4313 "unsupported. CALLOUT_INVENTORY_PATH should be specified ",
4314 "in the AdditionalData property of the event log so that ",
4315 "the device is called out but not the communication path."
4316 ]
4317 }
4318 },
4319
4320 {
4321 "Name": "xyz.openbmc_project.Power.Error.DBus",
4322 "Subsystem": "power",
4323 "ComponentID": "0x2700",
4324
4325 "SRC": {
4326 "Type": "11",
4327 "ReasonCode": "0xE300",
4328 "Words6To9": {}
4329 },
4330
4331 "Callouts": [
4332 {
4333 "CalloutList": [
4334 { "Priority": "high", "Procedure": "bmc_code" }
4335 ]
4336 }
4337 ],
4338
4339 "Documentation": {
4340 "Description": "A firmware inter-process communication (D-Bus) error occurred",
4341 "Message": "A firmware inter-process communication (D-Bus) error occurred"
4342 }
Matt Spinler60d1c392020-09-23 15:23:24 -05004343 },
4344
4345 {
Matt Spinler7c9c07e2020-10-22 10:16:37 -05004346 "Name": "xyz.openbmc_project.Fan.Error.Fault",
4347 "Subsystem": "power_fans",
4348 "ComponentID": "0x2800",
4349
4350 "SRC": {
4351 "Type": "11",
4352 "ReasonCode": "0x76F0",
4353 "Words6To9": {}
4354 },
4355
4356 "Documentation": {
4357 "Description": "Fan rotor fault",
4358 "Message": "Fan rotor fault",
4359 "Notes": [
4360 "This error occurs when a fan rotor has been faulted for a ",
4361 "certain amount of time. The callout is the fan which is ",
4362 "passed in with CALLOUT_INVENTORY_PATH. The severity is ",
4363 "passed in during creation and will be either informational ",
4364 "or unrecoverable. The action flags use the defaults and ",
4365 "vary based on the severity."
4366 ]
4367 }
4368 },
4369
4370 {
Matt Spinler60d1c392020-09-23 15:23:24 -05004371 "Name": "xyz.openbmc_project.Fan.Error.Missing",
4372 "Subsystem": "power_fans",
4373 "ComponentID": "0x2800",
4374 "Severity": "unrecoverable_redundancy_loss",
4375 "ActionFlags": ["service_action", "report", "call_home"],
4376
4377 "SRC": {
4378 "Type": "11",
4379 "ReasonCode": "0x76F1",
4380 "Words6To9": {}
4381 },
4382
4383 "Callouts": [
4384 {
Matt Spinler938ac792021-05-12 10:46:44 -05004385 "System": "ibm,rainier",
Matt Spinler60d1c392020-09-23 15:23:24 -05004386 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -05004387 {
Patrick Williams26919f02022-12-08 06:12:43 -06004388 "Priority": "high",
4389 "SymbolicFRUTrusted": "air_mover",
4390 "UseInventoryLocCode": true
Matt Spinler80600192020-10-23 09:29:33 -05004391 },
4392 {
4393 "Priority": "low",
4394 "LocCode": "P0"
4395 }
Matt Spinler60d1c392020-09-23 15:23:24 -05004396 ]
Matt Spinler938ac792021-05-12 10:46:44 -05004397 },
4398 {
4399 "System": "ibm,everest",
4400 "CalloutList": [
4401 {
Patrick Williams26919f02022-12-08 06:12:43 -06004402 "Priority": "high",
4403 "SymbolicFRUTrusted": "air_mover",
4404 "UseInventoryLocCode": true
Matt Spinler938ac792021-05-12 10:46:44 -05004405 },
4406 {
4407 "Priority": "low",
4408 "LocCode": "P1"
4409 }
4410 ]
Matt Spinler0600cf72023-04-10 11:22:33 -05004411 },
4412 {
4413 "System": "ibm,bonnell",
4414 "CalloutList": [
4415 {
4416 "Priority": "high",
4417 "SymbolicFRUTrusted": "air_mover",
4418 "UseInventoryLocCode": true
4419 },
4420 {
4421 "Priority": "low",
4422 "LocCode": "P0"
4423 }
4424 ]
Matt Spinler60d1c392020-09-23 15:23:24 -05004425 }
4426 ],
4427
4428 "Documentation": {
4429 "Description": "A fan is missing",
4430 "Message": "A fan is missing",
4431 "Notes": [
4432 "This error occurs when a fan has been missing for a ",
Matt Spinler80600192020-10-23 09:29:33 -05004433 "certain amount of time. The first callout is the ",
4434 "symbolic FRU AIR_MOVR that has the trusted fan location ",
4435 "code, which it gets using the passed in ",
4436 "CALLOUT_INVENTORY_PATH. The second callout is the FRU ",
Matt Spinler938ac792021-05-12 10:46:44 -05004437 "where the controller and GPIO expander are."
Matt Spinler60d1c392020-09-23 15:23:24 -05004438 ]
4439 }
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004440 },
4441
4442 {
Matt Spinleradf070b2021-04-21 13:39:45 -05004443 "Name": "xyz.openbmc_project.Fan.Presence.Error.Detection",
4444 "ComponentID": "0x2800",
4445 "Subsystem": "power_fans",
4446 "Severity": "non_error",
4447 "ActionFlags": ["report"],
4448 "MfgSeverity": "predictive",
4449 "MfgActionFlags": ["service_action", "report"],
4450
4451 "SRC": {
4452 "Type": "11",
4453 "ReasonCode": "0x76F2",
4454 "Words6To9": {}
4455 },
4456
4457 "Callouts": [
4458 {
4459 "System": "ibm,rainier",
Patrick Williams26919f02022-12-08 06:12:43 -06004460 "CalloutList": [{ "Priority": "medium", "LocCode": "P0" }]
Matt Spinleradf070b2021-04-21 13:39:45 -05004461 },
4462 {
4463 "System": "ibm,everest",
Patrick Williams26919f02022-12-08 06:12:43 -06004464 "CalloutList": [{ "Priority": "medium", "LocCode": "P1" }]
Matt Spinler0600cf72023-04-10 11:22:33 -05004465 },
4466 {
4467 "System": "ibm,bonnell",
4468 "CalloutList": [{ "Priority": "medium", "LocCode": "P0" }]
Matt Spinleradf070b2021-04-21 13:39:45 -05004469 }
4470 ],
4471
4472 "Documentation": {
4473 "Description": "Presence detect methods for the same fan disagree",
4474 "Message": "Presence detect methods for the same fan disagree",
4475 "Notes": [
4476 "This error occurs when there is more than one way to detect",
4477 "fan presence, and they don't all agree. For example, the",
4478 "GPIO says a fan isn't present, but the tach readings are",
4479 "nonzero. This is informational, unless in manufacturing.",
4480 "The fan FRU is passed in as a high priority callout.",
4481 "The FRU the GPIO source is on is called out medium."
4482 ]
4483 }
4484 },
4485
4486 {
Matt Spinlerdde99202021-06-14 12:15:59 -06004487 "Name": "xyz.openbmc_project.Fan.Error.FanControllerOffline",
4488 "ComponentID": "0x2800",
4489 "Subsystem": "power_fans",
4490 "Severity": "critical_system_term",
4491 "ActionFlags": ["service_action", "report", "call_home"],
4492
4493 "SRC": {
4494 "Type": "11",
4495 "ReasonCode": "0x76F3",
Mike Cappsa2d7b772022-03-07 15:47:48 -05004496 "Words6To9": {}
Matt Spinlerdde99202021-06-14 12:15:59 -06004497 },
4498
4499 "Callouts": [
4500 {
4501 "System": "ibm,rainier",
4502 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004503 { "Priority": "high", "LocCode": "P0-C5" },
4504 {
4505 "Priority": "medium_group_a",
4506 "LocCode": "P0-T12",
4507 "SymbolicFRUTrusted": "fan_cable"
4508 },
4509 {
4510 "Priority": "medium_group_a",
4511 "LocCode": "P0-T17",
4512 "SymbolicFRUTrusted": "cable_continued"
4513 },
4514 { "Priority": "low", "LocCode": "P0" }
Matt Spinlerdde99202021-06-14 12:15:59 -06004515 ]
4516 },
4517 {
4518 "System": "ibm,everest",
4519 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004520 { "Priority": "high", "LocCode": "P0-C0" },
4521 { "Priority": "medium", "LocCode": "P1" },
4522 { "Priority": "low", "LocCode": "P0" }
Matt Spinlerdde99202021-06-14 12:15:59 -06004523 ]
Matt Spinler0600cf72023-04-10 11:22:33 -05004524 },
4525 {
4526 "System": "ibm,bonnell",
4527 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Matt Spinlerdde99202021-06-14 12:15:59 -06004528 }
4529 ],
4530
4531 "Documentation": {
4532 "Description": "The fan controller device is offline",
4533 "Message": "The fan controller is offline. The system must be powered off.",
4534 "Notes": [
4535 "The device that controls the fans is offline so the fan",
4536 "targets and speeds are unknown. The system will be shut",
4537 "down to preserve thermal safety. There may be an I2C",
4538 "or power problem with the device."
4539 ]
4540 }
4541 },
4542
4543 {
Patrick Williams26919f02022-12-08 06:12:43 -06004544 "Name": "xyz.openbmc_project.Fan.Presence.Error.GPIODeviceUnavailable",
4545 "Subsystem": "power_fans",
4546 "ComponentID": "0x2800",
4547 "Severity": "unrecoverable_redundancy_loss",
4548 "ActionFlags": ["service_action", "report", "call_home"],
Mike Cappsabc276e2021-06-18 16:41:30 -04004549
Patrick Williams26919f02022-12-08 06:12:43 -06004550 "SRC": {
4551 "Type": "11",
4552 "ReasonCode": "0x76F4",
4553 "Words6To9": {}
4554 },
Mike Cappsabc276e2021-06-18 16:41:30 -04004555
Patrick Williams26919f02022-12-08 06:12:43 -06004556 "Callouts": [
4557 {
4558 "System": "ibm,rainier",
4559 "CalloutList": [
4560 { "Priority": "high", "LocCode": "P0-C5" },
4561 {
4562 "Priority": "medium_group_a",
4563 "LocCode": "P0-T12",
4564 "SymbolicFRUTrusted": "fan_cable"
4565 },
4566 {
4567 "Priority": "medium_group_a",
4568 "LocCode": "P0-T17",
4569 "SymbolicFRUTrusted": "cable_continued"
4570 },
4571 { "Priority": "low", "LocCode": "P0" }
4572 ]
4573 },
4574 {
4575 "System": "ibm,everest",
4576 "CalloutList": [
4577 { "Priority": "high", "LocCode": "P0-C0" },
4578 { "Priority": "medium", "LocCode": "P1" },
4579 { "Priority": "low", "LocCode": "P0" }
4580 ]
Matt Spinler0600cf72023-04-10 11:22:33 -05004581 },
4582 {
4583 "System": "ibm,bonnell",
4584 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Patrick Williams26919f02022-12-08 06:12:43 -06004585 }
4586 ],
Mike Cappsabc276e2021-06-18 16:41:30 -04004587
Patrick Williams26919f02022-12-08 06:12:43 -06004588 "Documentation": {
4589 "Description": "Fan GPIO sensors not present",
4590 "Message": "Fan GPIO sensors not present",
4591 "Notes": [
4592 "The device that reports fan presence is not functioning."
4593 ]
4594 }
Mike Cappsabc276e2021-06-18 16:41:30 -04004595 },
4596
4597 {
Matt Spinler86e40dd2021-01-29 11:19:36 -06004598 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHigh",
4599 "Subsystem": "power",
4600 "ComponentID": "0x2800",
4601 "Severity": "predictive",
4602 "ActionFlags": ["service_action", "report"],
4603
4604 "SRC": {
4605 "ReasonCode": "0x2801",
4606 "Words6To9": {}
4607 },
4608
4609 "CalloutsUsingAD": {
4610 "ADName": "SENSOR_NAME",
4611 "CalloutsWithTheirADValues": [
4612 {
4613 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4614 "Callouts": [
4615 {
4616 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004617 {
4618 "Priority": "high",
4619 "SymbolicFRU": "ambient_temp"
4620 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004621 ]
4622 }
4623 ]
4624 }
Matt Spinlerc13bb1c2022-08-01 10:33:09 -05004625 ],
4626 "CalloutsWhenNoADMatch": [
4627 {
4628 "CalloutList": [
4629 {
4630 "Priority": "high",
4631 "SymbolicFRU": "overtemp"
4632 }
4633 ]
4634 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004635 ]
4636 },
4637
4638 "Documentation": {
4639 "Description": "A temperature sensor exceeded its performance loss threshold.",
4640 "Message": "A temperature sensor exceeded its performance loss threshold.",
4641 "Notes": [
4642 "A temperature sensor crossed its performance loss threshold value",
4643 "If it is the ambient sensor, then a symbolic FRU will be added.",
4644 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
4645 "a FRU callout."
4646 ]
4647 }
4648 },
4649
4650 {
4651 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHighClear",
4652 "Subsystem": "power",
4653 "ComponentID": "0x2800",
4654 "Severity": "non_error",
4655 "ActionFlags": ["report"],
4656 "EventType": "env_normal",
4657
4658 "SRC": {
4659 "ReasonCode": "0x2802",
4660 "Words6To9": {}
4661 },
4662
4663 "CalloutsUsingAD": {
4664 "ADName": "SENSOR_NAME",
4665 "CalloutsWithTheirADValues": [
4666 {
4667 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4668 "Callouts": [
4669 {
4670 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004671 {
4672 "Priority": "high",
4673 "SymbolicFRU": "ambient_temp_back"
4674 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004675 ]
4676 }
4677 ]
4678 }
4679 ]
4680 },
4681
4682 "Documentation": {
4683 "Description": "A temperature sensor is under its performance loss threshold.",
4684 "Message": "A temperature sensor is under its performance loss threshold.",
4685 "Notes": [
4686 "A temperature sensor crossed under its performance loss threshold value",
4687 "If it is the ambient sensor, then a symbolic FRU will be added."
4688 ]
4689 }
4690 },
4691
4692 {
4693 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHigh",
4694 "Subsystem": "power",
4695 "ComponentID": "0x2800",
4696 "Severity": "predictive",
4697 "ActionFlags": ["service_action", "report"],
4698
4699 "SRC": {
4700 "ReasonCode": "0x2803",
4701 "Words6To9": {}
4702 },
4703
4704 "CalloutsUsingAD": {
4705 "ADName": "SENSOR_NAME",
4706 "CalloutsWithTheirADValues": [
4707 {
4708 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4709 "Callouts": [
4710 {
4711 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004712 {
4713 "Priority": "high",
4714 "SymbolicFRU": "ambient_temp"
4715 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004716 ]
4717 }
4718 ]
4719 }
Matt Spinlerc13bb1c2022-08-01 10:33:09 -05004720 ],
4721 "CalloutsWhenNoADMatch": [
4722 {
4723 "CalloutList": [
4724 {
4725 "Priority": "high",
4726 "SymbolicFRU": "overtemp"
4727 }
4728 ]
4729 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004730 ]
4731 },
4732
4733 "Documentation": {
4734 "Description": "A temperature sensor exceeded its warning threshold.",
4735 "Message": "A temperature sensor exceeded its warning threshold.",
4736 "Notes": [
4737 "A temperature sensor crossed its warning threshold value",
4738 "If it is the ambient sensor, then a symbolic FRU will be added.",
4739 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
4740 "a FRU callout."
4741 ]
4742 }
4743 },
4744
4745 {
4746 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHighClear",
4747 "Subsystem": "power",
4748 "ComponentID": "0x2800",
4749 "Severity": "non_error",
4750 "ActionFlags": ["report"],
4751 "EventType": "env_normal",
4752
4753 "SRC": {
4754 "ReasonCode": "0x2804",
4755 "Words6To9": {}
4756 },
4757
4758 "CalloutsUsingAD": {
4759 "ADName": "SENSOR_NAME",
4760 "CalloutsWithTheirADValues": [
4761 {
4762 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4763 "Callouts": [
4764 {
4765 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004766 {
4767 "Priority": "high",
4768 "SymbolicFRU": "ambient_temp_back"
4769 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004770 ]
4771 }
4772 ]
4773 }
4774 ]
4775 },
4776
4777 "Documentation": {
4778 "Description": "A temperature sensor is under its warning threshold.",
4779 "Message": "A temperature sensor is under its warning threshold.",
4780 "Notes": [
4781 "A temperature sensor crossed under its warning threshold value",
4782 "If it is the ambient sensor, then a symbolic FRU will be added."
4783 ]
4784 }
4785 },
4786
4787 {
4788 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHigh",
4789 "Subsystem": "power",
4790 "ComponentID": "0x2800",
4791 "Severity": "predictive",
4792 "ActionFlags": ["service_action", "report"],
4793
4794 "SRC": {
4795 "ReasonCode": "0x2805",
4796 "Words6To9": {}
4797 },
4798
4799 "CalloutsUsingAD": {
4800 "ADName": "SENSOR_NAME",
4801 "CalloutsWithTheirADValues": [
4802 {
4803 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4804 "Callouts": [
4805 {
4806 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004807 {
4808 "Priority": "high",
4809 "SymbolicFRU": "ambient_temp"
4810 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004811 ]
4812 }
4813 ]
4814 }
Matt Spinlerc13bb1c2022-08-01 10:33:09 -05004815 ],
4816 "CalloutsWhenNoADMatch": [
4817 {
4818 "CalloutList": [
4819 {
4820 "Priority": "high",
4821 "SymbolicFRU": "overtemp"
4822 }
4823 ]
4824 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004825 ]
4826 },
4827
4828 "Documentation": {
4829 "Description": "A temperature sensor exceeded its critical threshold.",
4830 "Message": "A temperature sensor exceeded its critical threshold.",
4831 "Notes": [
4832 "A temperature sensor crossed its critical threshold value",
4833 "If it is the ambient sensor, then a symbolic FRU will be added.",
4834 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
4835 "a FRU callout."
4836 ]
4837 }
4838 },
4839
4840 {
4841 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHighClear",
4842 "Subsystem": "power",
4843 "ComponentID": "0x2800",
4844 "Severity": "non_error",
4845 "ActionFlags": ["report"],
4846 "EventType": "env_normal",
4847
4848 "SRC": {
4849 "ReasonCode": "0x2806",
4850 "Words6To9": {}
4851 },
4852
4853 "CalloutsUsingAD": {
4854 "ADName": "SENSOR_NAME",
4855 "CalloutsWithTheirADValues": [
4856 {
4857 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4858 "Callouts": [
4859 {
4860 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004861 {
4862 "Priority": "high",
4863 "SymbolicFRU": "ambient_temp_back"
4864 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004865 ]
4866 }
4867 ]
4868 }
4869 ]
4870 },
4871
4872 "Documentation": {
4873 "Description": "A temperature sensor is under its critical threshold.",
4874 "Message": "A temperature sensor is under its critical threshold.",
4875 "Notes": [
4876 "A temperature sensor crossed under its critical threshold value",
4877 "If it is the ambient sensor, then a symbolic FRU will be added."
4878 ]
4879 }
4880 },
4881
4882 {
Matt Spinler6b3490a2021-01-20 10:48:26 -06004883 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHigh",
4884 "Subsystem": "power",
4885 "ComponentID": "0x2800",
4886 "Severity": "predictive",
4887 "ActionFlags": ["service_action", "report"],
4888
4889 "SRC": {
4890 "ReasonCode": "0x2807",
4891 "Words6To9": {}
4892 },
4893
4894 "Callouts": [
4895 {
4896 "CalloutList": [
4897 {
Patrick Williams26919f02022-12-08 06:12:43 -06004898 "Priority": "high",
4899 "SymbolicFRU": "ambient_temp"
Matt Spinler6b3490a2021-01-20 10:48:26 -06004900 }
4901 ]
4902 }
4903 ],
4904
4905 "Documentation": {
4906 "Description": "The ambient temperature passed the EPOW3 limit.",
4907 "Message": "The ambient temperature passed the EPOW3 limit. The system will shut down if temp doesn't decrease.",
4908 "Notes": [
4909 "This error occurs when the ambient temperature surpassed",
4910 "the EPOW3 shutdown limit."
4911 ]
4912 }
4913 },
4914
4915 {
4916 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHighClear",
4917 "Subsystem": "power",
4918 "ComponentID": "0x2800",
4919 "Severity": "non_error",
4920 "ActionFlags": ["report"],
4921 "EventType": "env_normal",
4922
4923 "SRC": {
4924 "ReasonCode": "0x2808",
4925 "Words6To9": {}
4926 },
4927
4928 "Callouts": [
4929 {
4930 "CalloutList": [
4931 {
Patrick Williams26919f02022-12-08 06:12:43 -06004932 "Priority": "high",
4933 "SymbolicFRU": "ambient_temp_back"
Matt Spinler6b3490a2021-01-20 10:48:26 -06004934 }
4935 ]
4936 }
4937 ],
4938
4939 "Documentation": {
4940 "Description": "The ambient temperature is back under the EPOW3 limit.",
4941 "Message": "The ambient temperature is back under the EPOW3 limit."
4942 }
4943 },
4944
4945 {
4946 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.HardShutdownAlarmHigh",
4947 "Subsystem": "power",
4948 "ComponentID": "0x2800",
Matt Spinler6b3490a2021-01-20 10:48:26 -06004949 "ActionFlags": ["service_action", "report"],
4950
4951 "SRC": {
4952 "ReasonCode": "0x2809",
4953 "Words6To9": {}
4954 },
4955
4956 "Callouts": [
4957 {
4958 "CalloutList": [
4959 {
Patrick Williams26919f02022-12-08 06:12:43 -06004960 "Priority": "high",
4961 "SymbolicFRU": "ambient_temp"
Matt Spinler6b3490a2021-01-20 10:48:26 -06004962 }
4963 ]
4964 }
4965 ],
4966
4967 "Documentation": {
4968 "Description": "The ambient temperature passed the EPOW4 limit.",
4969 "Message": "The ambient temperature passed the EPOW4 limit. The system will shut down",
4970 "Notes": [
4971 "This error occurs when the ambient temperature surpassed",
4972 "the EPOW4 shutdown limit."
4973 ]
4974 }
4975 },
4976
4977 {
Rashmica Guptab63f75b2021-08-18 20:54:21 +10004978 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHigh",
4979 "Subsystem": "ext_env",
4980 "ComponentID": "0x2800",
4981 "Severity": "predictive",
4982 "ActionFlags": ["service_action", "report"],
4983
4984 "SRC": {
4985 "ReasonCode": "0x280A",
4986 "Words6To9": {}
4987 },
4988
4989 "CalloutsUsingAD": {
4990 "ADName": "SENSOR_NAME",
4991 "CalloutsWithTheirADValues": [
4992 {
4993 "ADValue": "/xyz/openbmc_project/sensors/altitude/Altitude",
4994 "Callouts": [
4995 {
4996 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004997 {
4998 "Priority": "high",
4999 "SymbolicFRU": "altitude"
5000 }
Rashmica Guptab63f75b2021-08-18 20:54:21 +10005001 ]
5002 }
5003 ]
5004 }
5005 ]
5006 },
5007
5008 "Documentation": {
5009 "Description": "An altitude sensor exceeded its warning threshold.",
5010 "Message": "An altitude sensor exceeded its warning threshold.",
5011 "Notes": [
5012 "The virtual altitude sensor crossed its warning threshold value",
5013 " and a symbolic FRU will be added."
5014 ]
5015 }
5016 },
5017
5018 {
5019 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHighClear",
5020 "Subsystem": "ext_env",
5021 "ComponentID": "0x2800",
5022 "Severity": "non_error",
5023 "ActionFlags": ["report"],
5024 "EventType": "env_normal",
5025
5026 "SRC": {
5027 "ReasonCode": "0x280B",
5028 "Words6To9": {}
5029 },
5030
5031 "Documentation": {
5032 "Description": "An altitude sensor is under its warning threshold.",
5033 "Message": "An altitude sensor is under its warning threshold.",
5034 "Notes": [
5035 "The virtual altitude sensor is under its warning threshold value",
5036 " and a symbolic FRU will be added."
5037 ]
5038 }
5039 },
5040
5041 {
Matt Spinler81331342021-10-05 14:09:56 -05005042 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLow",
5043 "Subsystem": "cec_tod",
5044 "ComponentID": "0x2800",
5045 "Severity": "predictive",
5046 "ActionFlags": ["service_action", "report"],
5047
5048 "SRC": {
5049 "ReasonCode": "0x280C",
5050 "Words6To9": {}
5051 },
5052
Matt Spinler81331342021-10-05 14:09:56 -05005053 "Documentation": {
5054 "Description": "A voltage sensor went below its critical low threshold.",
5055 "Message": "A voltage sensor went below its critical low threshold."
5056 }
5057 },
5058
5059 {
5060 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLowClear",
5061 "Subsystem": "cec_tod",
5062 "ComponentID": "0x2800",
5063 "Severity": "non_error",
5064 "ActionFlags": ["report"],
5065
5066 "SRC": {
5067 "ReasonCode": "0x280D",
5068 "Words6To9": {}
5069 },
5070
5071 "Documentation": {
5072 "Description": "A voltage sensor is over its critical low threshold.",
5073 "Message": "A voltage sensor is over its critical low threshold."
5074 }
5075 },
5076
5077 {
Matt Spinler1e792db2022-01-07 14:06:06 -06005078 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLow",
5079 "Subsystem": "power",
5080 "ComponentID": "0x2800",
5081 "Severity": "predictive",
5082 "ActionFlags": ["service_action", "report"],
5083
5084 "SRC": {
5085 "ReasonCode": "0x280E",
5086 "Words6To9": {}
5087 },
5088
5089 "Documentation": {
5090 "Description": "A temperature sensor is under its low warning threshold.",
5091 "Message": "A temperature sensor is under its low warning threshold.",
5092 "Notes": [
5093 "A temperature sensor crossed its low warning threshold value",
5094 "CALLOUT_INVENTORY_PATH will be passed in to add a FRU callout."
5095 ]
5096 }
5097 },
5098
5099 {
5100 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLowClear",
5101 "Subsystem": "power",
5102 "ComponentID": "0x2800",
5103 "Severity": "non_error",
5104 "ActionFlags": ["report"],
5105 "EventType": "env_normal",
5106
5107 "SRC": {
5108 "ReasonCode": "0x280F",
5109 "Words6To9": {}
5110 },
5111
5112 "Documentation": {
5113 "Description": "A temperature sensor is above its low warning threshold.",
5114 "Message": "A temperature sensor is above its low warning threshold.",
5115 "Notes": [
5116 "A temperature sensor crossed above its low warning threshold value."
5117 ]
5118 }
5119 },
5120
5121 {
5122 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalLow",
5123 "Subsystem": "power",
5124 "ComponentID": "0x2800",
5125 "Severity": "predictive",
5126 "ActionFlags": ["service_action", "report"],
5127
5128 "SRC": {
5129 "ReasonCode": "0x2810",
5130 "Words6To9": {}
5131 },
5132
5133 "Documentation": {
5134 "Description": "A temperature sensor is under its low critical threshold.",
5135 "Message": "A temperature sensor is under its low critical threshold.",
5136 "Notes": [
5137 "A temperature sensor crossed its low critical threshold value",
5138 "CALLOUT_INVENTORY_PATH will be passed in to add a FRU callout."
5139 ]
5140 }
5141 },
5142
5143 {
5144 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalLowClear",
5145 "Subsystem": "power",
5146 "ComponentID": "0x2800",
5147 "Severity": "non_error",
5148 "ActionFlags": ["report"],
5149 "EventType": "env_normal",
5150
5151 "SRC": {
5152 "ReasonCode": "0x2811",
5153 "Words6To9": {}
5154 },
5155
5156 "Documentation": {
5157 "Description": "A temperature sensor is over its low critical threshold.",
5158 "Message": "A temperature sensor is over its low critical threshold.",
5159 "Notes": [
5160 "A temperature sensor crossed above its critical threshold value"
5161 ]
5162 }
5163 },
5164
5165 {
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005166 "Name": "com.ibm.VPD.Error.InvalidEepromPath",
5167 "Subsystem": "cec_vpd",
5168 "ComponentID": "0x4000",
5169
5170 "SRC": {
5171 "ReasonCode": "0x4000",
Patrick Williams26919f02022-12-08 06:12:43 -06005172 "Words6To9": {
5173 "6": {
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005174 "Description": "Errno of the failure.",
5175 "AdditionalDataPropSource": "CALLOUT_ERRNO"
5176 }
5177 }
5178 },
5179
5180 "Documentation": {
Michael Limb264f062022-03-29 16:25:33 -05005181 "Description": "A path access error occurred",
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005182 "Message": "An EEPROM path access error occurred.",
5183 "Notes": [
5184 "This error occurs when parser is unable to access",
5185 "EEPROM path. Errno and device path are captured as",
5186 "additional data."
5187 ]
5188 }
5189 },
5190
5191 {
5192 "Name": "com.ibm.VPD.Error.InvalidVPD",
5193 "Subsystem": "cec_vpd",
5194 "ComponentID": "0x4000",
5195
5196 "SRC": {
5197 "ReasonCode": "0x4001",
Patrick Williams26919f02022-12-08 06:12:43 -06005198 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005199 },
5200
5201 "Documentation": {
5202 "Description": "Invalid VPD data.",
5203 "Message": "A VPD data exception occurred.",
5204 "Notes": [
5205 "This error occurs when VPD data is found to be",
5206 "invalid. This can be when VPD file is missing out",
5207 "mandatory records.Inventory path is captured in",
5208 "additional data."
5209 ]
5210 }
5211 },
5212
5213 {
5214 "Name": "com.ibm.VPD.Error.EccCheckFailed",
5215 "Subsystem": "cec_vpd",
5216 "ComponentID": "0x4000",
5217
5218 "SRC": {
5219 "ReasonCode": "0x4002",
Patrick Williams26919f02022-12-08 06:12:43 -06005220 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005221 },
5222
5223 "Documentation": {
5224 "Description": "Invalid VPD ecc data.",
5225 "Message": "A VPD ecc exception occurred.",
5226 "Notes": [
5227 "This error occurs when VPD ecc check fails for the FRU.",
5228 "Inventory path for the failed FRU is captured in additonal",
5229 "data."
5230 ]
5231 }
5232 },
5233
5234 {
5235 "Name": "com.ibm.VPD.Error.InvalidJson",
5236 "Subsystem": "cec_vpd",
5237 "ComponentID": "0x4000",
5238
5239 "SRC": {
5240 "ReasonCode": "0x4003",
Patrick Williams26919f02022-12-08 06:12:43 -06005241 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005242 },
5243
Matt Spinler834f3ed2022-01-26 16:18:02 -06005244 "Callouts": [
5245 {
5246 "CalloutList": [
5247 { "Priority": "high", "Procedure": "bmc_code" }
5248 ]
5249 }
5250 ],
5251
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005252 "Documentation": {
5253 "Description": "Invalid Json",
5254 "Message": "A Json failure occurred.",
5255 "Notes": [
5256 "This error occurs when parser fails to access",
5257 "Json file or there is any issue with Json data.",
5258 "Failed Json path and cause of failure is captured",
5259 "in additional data."
5260 ]
5261 }
5262 },
5263
5264 {
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005265 "Name": "com.ibm.VPD.Error.DefaultValue",
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005266 "Subsystem": "cec_vpd",
5267 "ComponentID": "0x4000",
5268
5269 "SRC": {
5270 "ReasonCode": "0x4004",
Patrick Williams26919f02022-12-08 06:12:43 -06005271 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005272 },
5273
Priyanga Ramasamy134e1e12022-12-02 07:03:39 -06005274 "Callouts": [
5275 {
5276 "CalloutList": [
5277 {
5278 "Priority": "high",
5279 "Procedure": "system_vpd_correction"
5280 }
5281 ]
5282 }
5283 ],
5284
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005285 "Documentation": {
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005286 "Description": "Default value found on VPD.",
5287 "Message": "Found default VPD.",
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005288 "Notes": [
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005289 "This error occurs when a default value found on VPD.",
5290 "Details regarding failure are captured in additional data."
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005291 ]
5292 }
5293 },
5294
5295 {
5296 "Name": "com.ibm.VPD.Error.DbusFailure",
5297 "Subsystem": "cec_vpd",
5298 "ComponentID": "0x4000",
5299
5300 "SRC": {
5301 "ReasonCode": "0x4005",
Patrick Williams26919f02022-12-08 06:12:43 -06005302 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005303 },
5304
Matt Spinler834f3ed2022-01-26 16:18:02 -06005305 "Callouts": [
5306 {
5307 "CalloutList": [
5308 { "Priority": "high", "Procedure": "bmc_code" }
5309 ]
5310 }
5311 ],
5312
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005313 "Documentation": {
5314 "Description": "Dbus exception",
5315 "Message": "A Dbus internal error occurred.",
5316 "Notes": [
5317 "This error occurs when Dbus operation fails.",
5318 "Exceptions details are captured in additonal",
5319 "data."
5320 ]
5321 }
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005322 },
5323
5324 {
Alpana Kumari081cfd42021-12-07 04:14:57 -06005325 "Name": "com.ibm.VPD.Error.UnknownSystemType",
5326 "Subsystem": "cec_vpd",
5327 "ComponentID": "0x4000",
5328
5329 "SRC": {
5330 "ReasonCode": "0x4006",
Patrick Williams26919f02022-12-08 06:12:43 -06005331 "Words6To9": {}
Alpana Kumari081cfd42021-12-07 04:14:57 -06005332 },
5333
5334 "Callouts": [
5335 {
Patrick Williams26919f02022-12-08 06:12:43 -06005336 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Alpana Kumari081cfd42021-12-07 04:14:57 -06005337 }
5338 ],
5339
5340 "Documentation": {
5341 "Description": "Unknown System Type",
5342 "Message": "System type not supported in DTB table.",
5343 "Notes": [
5344 "System type comes from combination of HW and IM value of system VPD.",
5345 "If anything gets changed in that combination, then it can't determine",
5346 "the appropriate DTB for that system. Need to check HW and IM keywords."
5347 ]
5348 }
5349 },
5350
5351 {
Alpana Kumari074ec5b2022-02-20 22:48:57 -06005352 "Name": "com.ibm.VPD.Error.GPIOError",
5353 "Subsystem": "cec_vpd",
5354 "ComponentID": "0x4000",
5355
5356 "SRC": {
5357 "ReasonCode": "0x4007",
Patrick Williams26919f02022-12-08 06:12:43 -06005358 "Words6To9": {}
Alpana Kumari074ec5b2022-02-20 22:48:57 -06005359 },
5360
Sunny Srivastava17586b42022-06-20 01:06:58 -05005361 "Callouts": [
5362 {
5363 "CalloutList": [
5364 { "Priority": "high", "Procedure": "bmc_code" }
5365 ]
5366 }
5367 ],
5368
Alpana Kumari074ec5b2022-02-20 22:48:57 -06005369 "Documentation": {
5370 "Description": "GPIO line error",
5371 "Message": "GPIO line couldn't be found or read.",
5372 "Notes": [
Sunny Srivastava17586b42022-06-20 01:06:58 -05005373 "The BMC could not access a GPIO line. This can be a hardware issue",
5374 " or driver issue. Since a hardware or a software issue cannot be",
5375 " differentiated, the BMC code will be called out."
Alpana Kumari074ec5b2022-02-20 22:48:57 -06005376 ]
5377 }
5378 },
5379
5380 {
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005381 "Name": "com.ibm.VPD.Error.Mismatch",
Sunny Srivastavad29837f2022-04-20 01:37:07 -05005382 "Subsystem": "cec_vpd",
5383 "ComponentID": "0x4000",
5384
5385 "SRC": {
5386 "ReasonCode": "0x4008",
Patrick Williams26919f02022-12-08 06:12:43 -06005387 "Words6To9": {}
Sunny Srivastavad29837f2022-04-20 01:37:07 -05005388 },
5389
5390 "Callouts": [
5391 {
5392 "CalloutList": [
Priyanga Ramasamy134e1e12022-12-02 07:03:39 -06005393 {
5394 "Priority": "high",
5395 "Procedure": "system_vpd_correction"
5396 }
Sunny Srivastavad29837f2022-04-20 01:37:07 -05005397 ]
5398 }
5399 ],
5400
5401 "Documentation": {
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005402 "Description": "VPD mismatch found between primary and backup",
5403 "Message": "Error occurred due to VPD mismatch between primary and backup.",
Sunny Srivastavad29837f2022-04-20 01:37:07 -05005404 "Notes": [
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005405 "This error occurs when there is a data mismatch between ",
5406 "primary and backup VPD.",
5407 "Details regarding the failure are captured in additional data."
Sunny Srivastavad29837f2022-04-20 01:37:07 -05005408 ]
5409 }
5410 },
5411
5412 {
Sunny Srivastava17586b42022-06-20 01:06:58 -05005413 "Name": "com.ibm.VPD.Error.RequiredFRUMissing",
5414 "Subsystem": "cec_vpd",
5415 "ComponentID": "0x4000",
5416
5417 "SRC": {
5418 "ReasonCode": "0x4009",
Patrick Williams26919f02022-12-08 06:12:43 -06005419 "Words6To9": {}
Sunny Srivastava17586b42022-06-20 01:06:58 -05005420 },
5421
5422 "Documentation": {
5423 "Description": "Essential FRU check.",
5424 "Message": "Essential FRU check failed",
5425 "Notes": [
5426 "This error occurs when VPD manager service detects any",
5427 "missing essential FRU. These are FRUs which are required",
5428 "to be present in the system at the time of power on.",
5429 "The inventory path is captured in additional data."
5430 ]
5431 }
5432 },
5433
5434 {
gikrish1c0cc7ec2022-02-24 12:40:51 -06005435 "Name": "com.ibm.Panel.Error.InputDevPathFailure",
5436 "Subsystem": "cec_op_panel",
5437 "ComponentID": "0x5000",
5438
5439 "SRC": {
5440 "ReasonCode": "0x5001",
5441 "Words6To9": {}
5442 },
5443
5444 "Documentation": {
5445 "Description": "Button Handler Failure",
5446 "Message": "Input Device path failure",
Patrick Williams26919f02022-12-08 06:12:43 -06005447 "Notes": ["Button events will not be processed."]
gikrish1c0cc7ec2022-02-24 12:40:51 -06005448 }
5449 },
5450
5451 {
5452 "Name": "com.ibm.Panel.Error.I2CSetupFailure",
5453 "Subsystem": "cec_op_panel",
5454 "ComponentID": "0x5000",
5455
5456 "SRC": {
5457 "ReasonCode": "0x5002",
5458 "Words6To9": {}
5459 },
5460
5461 "Documentation": {
5462 "Description": "Panel I2C setup failure",
5463 "Message": "Unable to open device path or ioctl failure",
5464 "Notes": [
5465 "The Panel is unable to open device",
5466 " path or ioctl failure"
5467 ]
5468 }
5469 },
5470
5471 {
5472 "Name": "com.ibm.Panel.Error.HostCommunicationError",
5473 "Subsystem": "cec_op_panel",
5474 "ComponentID": "0x5000",
5475
5476 "SRC": {
5477 "ReasonCode": "0x5003",
5478 "Words6To9": {}
5479 },
5480
Patrick Williams26919f02022-12-08 06:12:43 -06005481 "Callouts": [
5482 {
5483 "CalloutList": [
5484 {
5485 "Priority": "high",
5486 "Procedure": "bmc_code"
5487 }
5488 ]
5489 }
5490 ],
gikrish1c0cc7ec2022-02-24 12:40:51 -06005491
5492 "Documentation": {
5493 "Description": "Host Communication failure",
5494 "Message": "Error in sending message to host",
Patrick Williams26919f02022-12-08 06:12:43 -06005495 "Notes": ["Failure from PLDM sending message to", "Host"]
gikrish1c0cc7ec2022-02-24 12:40:51 -06005496 }
5497 },
5498
5499 {
5500 "Name": "com.ibm.Panel.Error.DbusError",
5501 "Subsystem": "cec_op_panel",
5502 "ComponentID": "0x5000",
5503
5504 "SRC": {
5505 "ReasonCode": "0x5004",
5506 "Words6To9": {}
5507 },
5508
Patrick Williams26919f02022-12-08 06:12:43 -06005509 "Callouts": [
5510 {
5511 "CalloutList": [
5512 {
5513 "Priority": "high",
5514 "Procedure": "bmc_code"
5515 }
5516 ]
5517 }
5518 ],
gikrish1c0cc7ec2022-02-24 12:40:51 -06005519
5520 "Documentation": {
5521 "Description": "Dbus exception",
5522 "Message": "A Dbus internal error occurred.",
5523 "Notes": [
5524 "This error occurs when Dbus operation fails.",
5525 "Exceptions details are captured in additional",
5526 "data."
5527 ]
5528 }
5529 },
5530
5531 {
Priyanga Ramasamy3aa27082022-08-24 06:34:38 -05005532 "Name": "com.ibm.Panel.Error.CodeUpdateFailure",
5533 "Subsystem": "cec_op_panel",
5534 "ComponentID": "0x5000",
5535
5536 "SRC": {
5537 "ReasonCode": "0x5005",
5538 "Words6To9": {}
5539 },
5540
5541 "Documentation": {
5542 "Description": "LCD/Bootfail PIC code update failure.",
5543 "Message": "Error while doing LCD/bootfail PIC code update.",
5544 "Notes": [
Priyanga Ramasamyfdd1dc02022-09-21 02:41:32 -05005545 "Panel firmware(LCD/bootfail PIC) update fails due to ",
5546 "unsupportable firmware version. Inventory path to the",
5547 "FRU on which PIC controller is physically present will",
5548 "be called out."
Priyanga Ramasamy3aa27082022-08-24 06:34:38 -05005549 ]
5550 }
5551 },
5552
5553 {
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005554 "Name": "org.open_power.Host.Boot.Error.WatchdogTimeout",
5555 "Subsystem": "cec_sp_hostboot_iface",
5556
Patrick Williams26919f02022-12-08 06:12:43 -06005557 "SRC": {
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005558 "ReasonCode": "0xC101",
Patrick Williams26919f02022-12-08 06:12:43 -06005559 "Words6To9": {}
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005560 },
5561
Patrick Williams26919f02022-12-08 06:12:43 -06005562 "Documentation": {
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005563 "Description": "Host did not respond within the watchdog timeout interval",
5564 "Message": "Host did not respond before the watchdog timeout interval expired",
5565 "Notes": [
5566 "Host did not respond before the expiry of the watchdog timeout interval.",
5567 "Collecting hostboot dump."
5568 ]
5569 }
zamiseckbf61a982022-01-13 08:27:50 -06005570 },
5571
5572 {
5573 "Name": "xyz.openbmc_project.Software.Version.Error.Incompatible",
5574 "Subsystem": "bmc_firmware",
5575 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005576 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005577 "ReasonCode": "0x3601",
Patrick Williams26919f02022-12-08 06:12:43 -06005578 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005579 },
5580
5581 "Callouts": [
5582 {
5583 "CalloutList": [
5584 { "Priority": "high", "Procedure": "bmc_code" }
5585 ]
5586 }
5587 ],
5588
Patrick Williams26919f02022-12-08 06:12:43 -06005589 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005590 "Description": "A system component has a software version that is incompatible.",
5591 "Message": "A system component has a software version that is incompatible."
5592 }
5593 },
5594
5595 {
5596 "Name": "xyz.openbmc_project.Software.Version.Error.AlreadyExists",
5597 "Subsystem": "bmc_firmware",
5598 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005599 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005600 "ReasonCode": "0x3602",
Patrick Williams26919f02022-12-08 06:12:43 -06005601 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005602 },
5603
5604 "Callouts": [
5605 {
5606 "CalloutList": [
5607 { "Priority": "high", "Procedure": "bmc_code" }
5608 ]
5609 }
5610 ],
5611
Patrick Williams26919f02022-12-08 06:12:43 -06005612 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005613 "Description": "This image version already exists on the device.",
5614 "Message": "This image version already exists on the device."
5615 }
5616 },
5617
5618 {
5619 "Name": "xyz.openbmc_project.Software.Image.Error.UnTarFailure",
5620 "Subsystem": "bmc_firmware",
5621 "ComponentID": "0x3600",
Adriana Kobylak7ef3b9e2023-01-04 13:20:36 -06005622 "ActionFlags": ["report"],
Patrick Williams26919f02022-12-08 06:12:43 -06005623 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005624 "ReasonCode": "0x3603",
Patrick Williams26919f02022-12-08 06:12:43 -06005625 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005626 },
5627
5628 "Callouts": [
5629 {
5630 "CalloutList": [
5631 { "Priority": "high", "Procedure": "bmc_code" }
5632 ]
5633 }
5634 ],
5635
Patrick Williams26919f02022-12-08 06:12:43 -06005636 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005637 "Description": "An error occurred during untar.",
5638 "Message": "An error occurred during untar."
5639 }
5640 },
5641
5642 {
5643 "Name": "xyz.openbmc_project.Software.Image.Error.ManifestFileFailure",
5644 "Subsystem": "bmc_firmware",
5645 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005646 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005647 "ReasonCode": "0x3604",
Patrick Williams26919f02022-12-08 06:12:43 -06005648 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005649 },
5650
5651 "Callouts": [
5652 {
5653 "CalloutList": [
5654 { "Priority": "high", "Procedure": "bmc_code" }
5655 ]
5656 }
5657 ],
5658
Patrick Williams26919f02022-12-08 06:12:43 -06005659 "Documentation": {
zamiseck21de9f02022-03-23 13:41:31 -05005660 "Description": "An error occurred when reading the software image Manifest file.",
5661 "Message": "An error occurred when reading the software image Manifest file."
zamiseckbf61a982022-01-13 08:27:50 -06005662 }
5663 },
5664
5665 {
5666 "Name": "xyz.openbmc_project.Software.Image.Error.InternalFailure",
5667 "Subsystem": "bmc_firmware",
5668 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005669 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005670 "ReasonCode": "0x3605",
Patrick Williams26919f02022-12-08 06:12:43 -06005671 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005672 },
5673
5674 "Callouts": [
5675 {
5676 "CalloutList": [
5677 { "Priority": "high", "Procedure": "bmc_code" }
5678 ]
5679 }
5680 ],
5681
Patrick Williams26919f02022-12-08 06:12:43 -06005682 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005683 "Description": "The operation failed internally during processing the image.",
5684 "Message": "The operation failed internally during processing the image."
5685 }
5686 },
5687
5688 {
5689 "Name": "xyz.openbmc_project.Software.Image.Error.ImageFailure",
5690 "Subsystem": "bmc_firmware",
5691 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005692 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005693 "ReasonCode": "0x3606",
Patrick Williams26919f02022-12-08 06:12:43 -06005694 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005695 },
5696
5697 "Callouts": [
5698 {
5699 "CalloutList": [
5700 { "Priority": "high", "Procedure": "bmc_code" }
5701 ]
5702 }
5703 ],
5704
Patrick Williams26919f02022-12-08 06:12:43 -06005705 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005706 "Description": "An error occurred processing the image.",
5707 "Message": "An error occurred processing the image."
5708 }
5709 },
5710
5711 {
5712 "Name": "xyz.openbmc_project.Software.Image.Error.BusyFailure",
5713 "Subsystem": "bmc_firmware",
5714 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005715 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005716 "ReasonCode": "0x3607",
Patrick Williams26919f02022-12-08 06:12:43 -06005717 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005718 },
5719
5720 "Callouts": [
5721 {
5722 "CalloutList": [
5723 { "Priority": "high", "Procedure": "bmc_code" }
5724 ]
5725 }
5726 ],
5727
Patrick Williams26919f02022-12-08 06:12:43 -06005728 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005729 "Description": "The device is busy during the update.",
5730 "Message": "The device is busy during the update."
5731 }
zamiseck21de9f02022-03-23 13:41:31 -05005732 },
5733
5734 {
5735 "Name": "xyz.openbmc_project.Software.Version.Error.ExpiredAccessKey",
5736 "Subsystem": "bmc_firmware",
5737 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005738 "SRC": {
zamiseck21de9f02022-03-23 13:41:31 -05005739 "ReasonCode": "0x3608",
Patrick Williams26919f02022-12-08 06:12:43 -06005740 "Words6To9": {}
zamiseck21de9f02022-03-23 13:41:31 -05005741 },
5742
5743 "Callouts": [
5744 {
5745 "CalloutList": [
5746 { "Priority": "high", "Procedure": "bmc_code" }
5747 ]
5748 }
5749 ],
5750
Patrick Williams26919f02022-12-08 06:12:43 -06005751 "Documentation": {
zamiseck21de9f02022-03-23 13:41:31 -05005752 "Description": "The Update Access Key has expired.",
5753 "Message": "The Update Access Key has expired."
5754 }
5755 },
5756
5757 {
5758 "Name": "xyz.openbmc_project.Software.Version.Error.InvalidSignature",
5759 "Subsystem": "bmc_firmware",
5760 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005761 "SRC": {
zamiseck21de9f02022-03-23 13:41:31 -05005762 "ReasonCode": "0x3609",
Patrick Williams26919f02022-12-08 06:12:43 -06005763 "Words6To9": {}
zamiseck21de9f02022-03-23 13:41:31 -05005764 },
5765
5766 "Callouts": [
5767 {
5768 "CalloutList": [
5769 { "Priority": "high", "Procedure": "bmc_code" }
5770 ]
5771 }
5772 ],
5773
Patrick Williams26919f02022-12-08 06:12:43 -06005774 "Documentation": {
zamiseck21de9f02022-03-23 13:41:31 -05005775 "Description": "The software image has an invalid signature.",
5776 "Message": "The software image has an invalid signature"
5777 }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005778 },
zamiseck0ad7a822022-05-24 17:25:58 -05005779
5780 {
Patrick Williams26919f02022-12-08 06:12:43 -06005781 "Name": "xyz.openbmc_project.Software.Version.Error.HostFile",
5782 "Subsystem": "bmc_firmware",
5783 "ComponentID": "0x3600",
zamiseck0ad7a822022-05-24 17:25:58 -05005784
Patrick Williams26919f02022-12-08 06:12:43 -06005785 "SRC": {
5786 "ReasonCode": "0x360A",
5787 "Words6To9": {
5788 "6": {
5789 "Description": "Size of the current running partition",
5790 "AdditionalDataPropSource": "CURRENT_FILE_SIZE"
zamiseck0ad7a822022-05-24 17:25:58 -05005791 },
Patrick Williams26919f02022-12-08 06:12:43 -06005792 "7": {
5793 "Description": "Size of the read only partition",
5794 "AdditionalDataPropSource": "EXPECTED_FILE_SIZE"
zamiseck0ad7a822022-05-24 17:25:58 -05005795 }
5796 }
5797 },
5798 "Callouts": [
5799 {
5800 "CalloutList": [
5801 { "Priority": "high", "Procedure": "bmc_code" }
5802 ]
5803 }
5804 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005805 "Documentation": {
5806 "Description": "Corrupted or changed preserved file",
5807 "Message": "Partition was not preserved on reboot",
5808 "Notes": [
zamiseck0ad7a822022-05-24 17:25:58 -05005809 "This error may occur if one of the partitions marked",
5810 "PRESERVED is either corrupted, or a change of size is ",
5811 "desired for a particular partition."
5812 ]
5813 }
5814 },
5815
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005816 {
5817 "Name": "xyz.openbmc_project.PLDM.Error.findDumpObjPath.GetManagedObjectsFail",
5818 "Subsystem": "bmc_firmware",
5819 "ComponentID": "0x6000",
5820 "Severity": "predictive",
Patrick Williams26919f02022-12-08 06:12:43 -06005821 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005822 "ReasonCode": "0x6001",
Patrick Williams26919f02022-12-08 06:12:43 -06005823 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005824 },
5825 "Callouts": [
5826 {
5827 "CalloutList": [
5828 { "Priority": "high", "Procedure": "bmc_code" }
5829 ]
5830 }
5831 ],
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005832
Patrick Williams26919f02022-12-08 06:12:43 -06005833 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005834 "Description": "Failed to get the requested dump object path.",
5835 "Message": "Failed to get the requested dump object path from the system."
5836 }
5837 },
5838 {
5839 "Name": "xyz.openbmc_project.PLDM.Error.newFileAvailable.NewDumpNotifyFail",
5840 "Subsystem": "bmc_firmware",
5841 "ComponentID": "0x6000",
5842 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005843 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005844 "ReasonCode": "0x6002",
Patrick Williams26919f02022-12-08 06:12:43 -06005845 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005846 },
5847 "Callouts": [
5848 {
5849 "CalloutList": [
5850 { "Priority": "high", "Procedure": "bmc_code" }
5851 ]
5852 }
5853 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005854 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005855 "Description": "Failed to make a new dump notify request to the dump manager application.",
5856 "Message": "Failed to make a new dump notify request to the dump manager application."
5857 }
5858 },
5859 {
5860 "Name": "xyz.openbmc_project.PLDM.Error.DumpHandler.getOffloadUriFail",
5861 "Subsystem": "bmc_firmware",
5862 "ComponentID": "0x6000",
5863 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005864 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005865 "ReasonCode": "0x6003",
Patrick Williams26919f02022-12-08 06:12:43 -06005866 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005867 },
5868 "Callouts": [
5869 {
5870 "CalloutList": [
5871 { "Priority": "high", "Procedure": "bmc_code" }
5872 ]
5873 }
5874 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005875 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005876 "Description": "Failed to get the dump offload URI path from the dump entry.",
5877 "Message": "Failed to get the dump offload URI path from the dump entry."
5878 }
5879 },
5880 {
5881 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.ResourceDumpFileAckFail",
5882 "Subsystem": "bmc_firmware",
5883 "ComponentID": "0x6000",
5884 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -06005885 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005886 "ReasonCode": "0x6004",
Patrick Williams26919f02022-12-08 06:12:43 -06005887 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005888 },
5889 "Callouts": [
5890 {
5891 "CalloutList": [
5892 { "Priority": "medium", "Procedure": "bmc_code" }
5893 ]
5894 }
5895 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005896 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005897 "Description": "The hypervisor rejected the request to initiate a new resource dump.",
5898 "Message": "The hypervisor rejected the request to initiate a new resource dump."
5899 }
5900 },
5901 {
5902 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.SourceDumpIdResetFail",
5903 "Subsystem": "bmc_firmware",
5904 "ComponentID": "0x6000",
5905 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005906 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005907 "ReasonCode": "0x6005",
Patrick Williams26919f02022-12-08 06:12:43 -06005908 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005909 },
5910 "Callouts": [
5911 {
5912 "CalloutList": [
5913 { "Priority": "high", "Procedure": "bmc_code" }
5914 ]
5915 }
5916 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005917 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005918 "Description": "Failed to reset the dump ID, due to this requested dump will not be deleted.",
5919 "Message": "Failed to reset the dump ID, due to this requested dump will not be deleted."
5920 }
5921 },
5922 {
5923 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryDeleteFail",
5924 "Subsystem": "bmc_firmware",
5925 "ComponentID": "0x6000",
5926 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005927 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005928 "ReasonCode": "0x6006",
Patrick Williams26919f02022-12-08 06:12:43 -06005929 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005930 },
5931 "Callouts": [
5932 {
5933 "CalloutList": [
5934 { "Priority": "high", "Procedure": "bmc_code" }
5935 ]
5936 }
5937 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005938 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005939 "Description": "Failed to carry out the dump delete request from the hypervisor.",
5940 "Message": "Failed to carry out the dump delete request from the hypervisor."
5941 }
5942 },
5943 {
5944 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryOffloadedSetFail",
5945 "Subsystem": "bmc_firmware",
5946 "ComponentID": "0x6000",
5947 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005948 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005949 "ReasonCode": "0x6007",
Patrick Williams26919f02022-12-08 06:12:43 -06005950 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005951 },
5952 "Callouts": [
5953 {
5954 "CalloutList": [
5955 { "Priority": "high", "Procedure": "bmc_code" }
5956 ]
5957 }
5958 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005959 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005960 "Description": "Failed to set the dump offloaded completion flag in the dump entry.",
5961 "Message": "Failed to set the dump offloaded completion flag in the dump entry."
5962 }
5963 },
5964 {
5965 "Name": "xyz.openbmc_project.PLDM.Error.readIntoMemory.GetFilepathFail",
5966 "Subsystem": "bmc_firmware",
5967 "ComponentID": "0x6000",
5968 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005969 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005970 "ReasonCode": "0x6008",
Patrick Williams26919f02022-12-08 06:12:43 -06005971 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005972 },
5973 "Callouts": [
5974 {
5975 "CalloutList": [
5976 { "Priority": "high", "Procedure": "bmc_code" }
5977 ]
5978 }
5979 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005980 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005981 "Description": "Failed to get the file path for the BMC dump and offload to the hypervisor.",
5982 "Message": "Failed to get the file path for the BMC dump and offload to the hypervisor."
5983 }
5984 },
5985 {
5986 "Name": "xyz.openbmc_project.PLDM.Error.read.GetFilepathFail",
5987 "Subsystem": "bmc_firmware",
5988 "ComponentID": "0x6000",
5989 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005990 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005991 "ReasonCode": "0x6009",
Patrick Williams26919f02022-12-08 06:12:43 -06005992 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005993 },
5994 "Callouts": [
5995 {
5996 "CalloutList": [
5997 { "Priority": "high", "Procedure": "bmc_code" }
5998 ]
5999 }
6000 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006001 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006002 "Description": "Failed to get the file path for the BMC dump and offload to the hypervisor.",
6003 "Message": "Failed to get the file path for the BMC dump and offload to the hypervisor."
6004 }
6005 },
6006 {
6007 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.ResourceDumpFileAckWithMetaDataFail",
6008 "Subsystem": "bmc_firmware",
6009 "ComponentID": "0x6000",
6010 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -06006011 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006012 "ReasonCode": "0x6010",
Patrick Williams26919f02022-12-08 06:12:43 -06006013 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006014 },
6015 "Callouts": [
6016 {
6017 "CalloutList": [
6018 { "Priority": "medium", "Procedure": "bmc_code" }
6019 ]
6020 }
6021 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006022 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006023 "Description": "Could not create a new resource dump due to hypervisor verification failed.",
6024 "Message": "Could not create a new resource dump due to hypervisor verification failed."
6025 }
6026 },
6027 {
6028 "Name": "xyz.openbmc_project.PLDM.Error.fileAckWithMetaData.DumpEntryOffloadedSetFail",
6029 "Subsystem": "bmc_firmware",
6030 "ComponentID": "0x6000",
6031 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006032 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006033 "ReasonCode": "0x6011",
Patrick Williams26919f02022-12-08 06:12:43 -06006034 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006035 },
6036 "Callouts": [
6037 {
6038 "CalloutList": [
6039 { "Priority": "high", "Procedure": "bmc_code" }
6040 ]
6041 }
6042 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006043 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006044 "Description": "Failed to set the dump offload completion flag in the dump entry details.",
6045 "Message": "Failed to set the dump offload completion flag in the dump entry details."
6046 }
6047 },
6048 {
6049 "Name": "xyz.openbmc_project.PLDM.Error.newFileAvailableWithMetaData.NewDumpNotifyFail",
6050 "Subsystem": "bmc_firmware",
6051 "ComponentID": "0x6000",
6052 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006053 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006054 "ReasonCode": "0x6012",
Patrick Williams26919f02022-12-08 06:12:43 -06006055 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006056 },
6057 "Callouts": [
6058 {
6059 "CalloutList": [
6060 { "Priority": "high", "Procedure": "bmc_code" }
6061 ]
6062 }
6063 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006064 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006065 "Description": "Failed to notify a new dump available request.",
6066 "Message": "Failed to notify a new dump available request."
6067 }
6068 },
6069 {
6070 "Name": "xyz.openbmc_project.PLDM.Error.sendNewFileAvailableCmd.SendDumpParametersFail",
6071 "Subsystem": "bmc_firmware",
6072 "ComponentID": "0x6000",
6073 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006074 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006075 "ReasonCode": "0x6013",
Patrick Williams26919f02022-12-08 06:12:43 -06006076 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006077 },
6078 "Callouts": [
6079 {
6080 "CalloutList": [
6081 { "Priority": "high", "Procedure": "bmc_code" }
6082 ]
6083 }
6084 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006085 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006086 "Description": "Failed to send the resource dump parameters for a new dump initiation.",
6087 "Message": "Failed to send the resource dump parameters for a new dump initiation."
6088 }
6089 },
6090 {
6091 "Name": "xyz.openbmc_project.PLDM.Error.SendFileToHostFail",
6092 "Subsystem": "bmc_firmware",
6093 "ComponentID": "0x6000",
6094 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006095 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006096 "ReasonCode": "0x6014",
Patrick Williams26919f02022-12-08 06:12:43 -06006097 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006098 },
6099 "Callouts": [
6100 {
6101 "CalloutList": [
6102 { "Priority": "high", "Procedure": "bmc_code" }
6103 ]
6104 }
6105 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006106 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006107 "Description": "Failed to send the certificate/license file to the host.",
6108 "Message": "Failed to send the certificate/license file to the host."
6109 }
6110 },
6111 {
6112 "Name": "xyz.openbmc_project.PLDM.Error.DecodeNewFileResponseFail",
6113 "Subsystem": "bmc_firmware",
6114 "ComponentID": "0x6000",
6115 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006116 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006117 "ReasonCode": "0x6015",
Patrick Williams26919f02022-12-08 06:12:43 -06006118 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006119 },
6120 "Callouts": [
6121 {
6122 "CalloutList": [
6123 { "Priority": "high", "Procedure": "bmc_code" }
6124 ]
6125 }
6126 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006127 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006128 "Description": "Failed to decode the response of certificate/license file sent to the host.",
6129 "Message": "Failed to decode the response of certificate/license file sent to the host."
6130 }
6131 },
6132 {
6133 "Name": "xyz.openbmc_project.PLDM.Error.NewFileAvailableRequestFail",
6134 "Subsystem": "bmc_firmware",
6135 "ComponentID": "0x6000",
6136 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006137 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006138 "ReasonCode": "0x6016",
Patrick Williams26919f02022-12-08 06:12:43 -06006139 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006140 },
6141 "Callouts": [
6142 {
6143 "CalloutList": [
6144 { "Priority": "high", "Procedure": "bmc_code" }
6145 ]
6146 }
6147 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006148 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006149 "Description": "Failed to send the new certificate/license file to the host.",
6150 "Message": "Failed to send the new certificate/license file to the host."
6151 }
6152 },
6153 {
6154 "Name": "xyz.openbmc_project.PLDM.Error.SetHostEffecterFailed",
6155 "Subsystem": "bmc_firmware",
6156 "ComponentID": "0x6000",
6157 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006158 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006159 "ReasonCode": "0x6017",
Patrick Williams26919f02022-12-08 06:12:43 -06006160 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006161 },
6162
6163 "Callouts": [
6164 {
6165 "CalloutList": [
6166 { "Priority": "high", "Procedure": "bmc_code" }
6167 ]
6168 }
6169 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006170 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006171 "Description": "Failed to set state effecter states.",
6172 "Message": "Failed to set state effecter states."
6173 }
6174 },
6175 {
6176 "Name": "xyz.openbmc_project.PLDM.Error.Generate.PDRJsonFileParseFail",
6177 "Subsystem": "bmc_firmware",
6178 "ComponentID": "0x6000",
6179 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006180 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006181 "ReasonCode": "0x6018",
Patrick Williams26919f02022-12-08 06:12:43 -06006182 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006183 },
6184 "Callouts": [
6185 {
6186 "CalloutList": [
6187 { "Priority": "high", "Procedure": "bmc_code" }
6188 ]
6189 }
6190 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006191 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006192 "Description": "Failed to parse PDR JSON file.",
6193 "Message": "Failed to parse PDR JSON file."
6194 }
6195 },
6196 {
6197 "Name": "xyz.openbmc_project.PLDM.Error.SetHostSensorState.GetStateSensorPDRFail",
6198 "Subsystem": "bmc_firmware",
6199 "ComponentID": "0x6000",
6200 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006201 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006202 "ReasonCode": "0x6019",
Patrick Williams26919f02022-12-08 06:12:43 -06006203 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006204 },
6205 "Callouts": [
6206 {
6207 "CalloutList": [
6208 { "Priority": "high", "Procedure": "bmc_code" }
6209 ]
6210 }
6211 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006212 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006213 "Description": "Failed to get state sensor PDR state.",
6214 "Message": "Failed to get state sensor PDR state."
6215 }
6216 },
6217 {
6218 "Name": "xyz.openbmc_project.PLDM.Error.SetHostSensorState.EncodeStateSensorFail",
6219 "Subsystem": "bmc_firmware",
6220 "ComponentID": "0x6000",
6221 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006222 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006223 "ReasonCode": "0x6020",
Patrick Williams26919f02022-12-08 06:12:43 -06006224 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006225 },
6226 "Callouts": [
6227 {
6228 "CalloutList": [
6229 { "Priority": "high", "Procedure": "bmc_code" }
6230 ]
6231 }
6232 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006233 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006234 "Description": "Failed to encode state sensor request.",
6235 "Message": "Failed to encode state sensor request."
6236 }
6237 },
6238 {
6239 "Name": "xyz.openbmc_project.PLDM.Error.CMsubscribeFailure",
6240 "Subsystem": "bmc_firmware",
6241 "ComponentID": "0x6000",
6242 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006243 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006244 "ReasonCode": "0x6021",
Patrick Williams26919f02022-12-08 06:12:43 -06006245 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006246 },
6247 "Callouts": [
6248 {
6249 "CalloutList": [
6250 { "Priority": "high", "Procedure": "bmc_code" }
6251 ]
6252 }
6253 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006254 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006255 "Description": "Failed to subscribe for concurrent maintenance of FRU.",
6256 "Message": "Failed to subscribe for concurrent maintenance of FRU."
6257 }
6258 },
6259 {
6260 "Name": "xyz.openbmc_project.PLDM.Error.setSurvTimer.RecvSurveillancePingFail",
6261 "Subsystem": "bmc_firmware",
6262 "ComponentID": "0x6000",
6263 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -06006264 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006265 "ReasonCode": "0x6022",
Patrick Williams26919f02022-12-08 06:12:43 -06006266 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006267 },
6268 "Callouts": [
6269 {
6270 "CalloutList": [
6271 { "Priority": "high", "Procedure": "bmc_code" }
6272 ]
6273 }
6274 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006275 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006276 "Description": "Host did not send a surveillance ping within stipulated timeout interval.",
6277 "Message": "Host did not send a surveillance ping within stipulated timeout interval."
6278 }
6279 },
6280 {
6281 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryOffloadUriSetFail",
6282 "Subsystem": "bmc_firmware",
6283 "ComponentID": "0x6000",
6284 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006285 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006286 "ReasonCode": "0x6023",
Patrick Williams26919f02022-12-08 06:12:43 -06006287 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006288 },
6289 "Callouts": [
6290 {
6291 "CalloutList": [
6292 { "Priority": "high", "Procedure": "bmc_code" }
6293 ]
6294 }
6295 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006296 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006297 "Description": "Failed to reset the dump offload URI path from the dump entry.",
6298 "Message": "Failed to reset the dump offload URI path from the dump entry."
6299 }
6300 },
6301 {
6302 "Name": "xyz.openbmc_project.PLDM.Error.SoftPowerOff.HostSoftOffTimeOut",
6303 "Subsystem": "bmc_firmware",
6304 "ComponentID": "0x6000",
6305 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006306 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006307 "ReasonCode": "0x6024",
Patrick Williams26919f02022-12-08 06:12:43 -06006308 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006309 },
6310 "Callouts": [
6311 {
6312 "CalloutList": [
6313 { "Priority": "high", "Procedure": "bmc_code" }
6314 ]
6315 }
6316 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006317 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006318 "Description": "Host failed to complete the power off gracefully within the timeout.",
6319 "Message": "Host failed to complete the power off gracefully within the timeout."
6320 }
Swarnendu Roy Chowdhury86cdcd52023-01-17 11:17:12 +05306321 },
6322 {
6323 "Name": "xyz.openbmc_project.Dump.Error.Invalidate",
6324 "Subsystem": "bmc_firmware",
6325 "ComponentID": "0x6000",
6326 "SRC": {
6327 "ReasonCode": "0x6025",
6328 "Words6To9": {}
6329 },
6330 "Documentation": {
6331 "Description": "Dump has been deleted/offloaded",
6332 "Message": "BMC/System/Resource dump has been deleted/offloaded"
6333 }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006334 }
Matt Spinler44792fd2019-09-26 15:58:58 -05006335 ]
6336}