blob: aa4d41a471d455917b357f06ee0e442ae8782567 [file] [log] [blame]
Matt Spinler44792fd2019-09-26 15:58:58 -05001{
Patrick Williams26919f02022-12-08 06:12:43 -06002 "PELs": [
Matt Spinler3fd08d62019-10-22 14:25:33 -05003 {
4 "Name": "xyz.openbmc_project.Common.Error.Timeout",
5 "Subsystem": "bmc_firmware",
Matt Spinler216999f2022-01-12 11:22:40 -06006 "Severity": "non_error",
Matt Spinler44792fd2019-09-26 15:58:58 -05007
Patrick Williams26919f02022-12-08 06:12:43 -06008 "SRC": {
Matt Spinler3fd08d62019-10-22 14:25:33 -05009 "ReasonCode": "0x1001",
Patrick Williams26919f02022-12-08 06:12:43 -060010 "Words6To9": {
11 "6": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050012 "Description": "Timeout in ms",
13 "AdditionalDataPropSource": "TIMEOUT_IN_MSEC"
14 }
15 }
16 },
17
Patrick Williams26919f02022-12-08 06:12:43 -060018 "Documentation": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050019 "Description": "This is a generic timeout error",
20 "Message": "An operation timed out",
Patrick Williams26919f02022-12-08 06:12:43 -060021 "Notes": ["The journal should contain more information"]
Matt Spinler3fd08d62019-10-22 14:25:33 -050022 }
23 },
24
25 {
26 "Name": "xyz.openbmc_project.Common.Error.InternalFailure",
27 "Subsystem": "bmc_firmware",
Matt Spinler216999f2022-01-12 11:22:40 -060028 "Severity": "non_error",
Matt Spinler3fd08d62019-10-22 14:25:33 -050029
Patrick Williams26919f02022-12-08 06:12:43 -060030 "SRC": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050031 "ReasonCode": "0x1002",
Patrick Williams26919f02022-12-08 06:12:43 -060032 "Words6To9": {}
Matt Spinler3fd08d62019-10-22 14:25:33 -050033 },
34
Patrick Williams26919f02022-12-08 06:12:43 -060035 "Documentation": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050036 "Description": "BMC code had a generic internal failure",
37 "Message": "An application had an internal failure",
Patrick Williams26919f02022-12-08 06:12:43 -060038 "Notes": ["The journal should contain more information"]
Matt Spinler288f4322023-01-05 12:54:22 -060039 },
40
41 "JournalCapture": {
42 "NumLines": 30
Matt Spinler3fd08d62019-10-22 14:25:33 -050043 }
44 },
45
46 {
47 "Name": "xyz.openbmc_project.Common.Error.InvalidArgument",
48 "Subsystem": "user_error",
Matt Spinler216999f2022-01-12 11:22:40 -060049 "Severity": "non_error",
Matt Spinler3fd08d62019-10-22 14:25:33 -050050
Patrick Williams26919f02022-12-08 06:12:43 -060051 "SRC": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050052 "ReasonCode": "0x1003",
Patrick Williams26919f02022-12-08 06:12:43 -060053 "Words6To9": {}
Matt Spinler3fd08d62019-10-22 14:25:33 -050054 },
55
Patrick Williams26919f02022-12-08 06:12:43 -060056 "Documentation": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050057 "Description": "BMC code was given an invalid argument",
58 "Message": "Code was given an invalid argument",
Patrick Williams26919f02022-12-08 06:12:43 -060059 "Notes": ["The journal should contain more information"]
Matt Spinler3fd08d62019-10-22 14:25:33 -050060 }
61 },
62 {
63 "Name": "xyz.openbmc_project.Common.Error.InsufficientPermission",
64 "Subsystem": "user_error",
Matt Spinler216999f2022-01-12 11:22:40 -060065 "Severity": "non_error",
Matt Spinler3fd08d62019-10-22 14:25:33 -050066
Patrick Williams26919f02022-12-08 06:12:43 -060067 "SRC": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050068 "ReasonCode": "0x1004",
Patrick Williams26919f02022-12-08 06:12:43 -060069 "Words6To9": {}
Matt Spinler3fd08d62019-10-22 14:25:33 -050070 },
71
Patrick Williams26919f02022-12-08 06:12:43 -060072 "Documentation": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050073 "Description": "An operation failed due to insufficient permission",
74 "Message": "An operation failed due to unsufficient permission",
Patrick Williams26919f02022-12-08 06:12:43 -060075 "Notes": ["The journal should contain more information"]
Matt Spinler3fd08d62019-10-22 14:25:33 -050076 }
77 },
78
79 {
80 "Name": "xyz.openbmc_project.Common.Error.NotAllowed",
81 "Subsystem": "user_error",
Matt Spinler216999f2022-01-12 11:22:40 -060082 "Severity": "non_error",
Matt Spinler3fd08d62019-10-22 14:25:33 -050083
Patrick Williams26919f02022-12-08 06:12:43 -060084 "SRC": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050085 "ReasonCode": "0x1005",
Patrick Williams26919f02022-12-08 06:12:43 -060086 "Words6To9": {}
Matt Spinler3fd08d62019-10-22 14:25:33 -050087 },
88
Patrick Williams26919f02022-12-08 06:12:43 -060089 "Documentation": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050090 "Description": "An operation failed because it isn't allowed",
Matt Spinler26958762020-08-27 13:21:23 -050091 "Message": "An operation failed because it isn't allowed",
Patrick Williams26919f02022-12-08 06:12:43 -060092 "Notes": ["The journal should contain more information"]
Matt Spinler3fd08d62019-10-22 14:25:33 -050093 }
94 },
95
96 {
97 "Name": "xyz.openbmc_project.Common.Error.NoCACertificate",
98 "Subsystem": "user_error",
Matt Spinler216999f2022-01-12 11:22:40 -060099 "Severity": "non_error",
Matt Spinler3fd08d62019-10-22 14:25:33 -0500100
Patrick Williams26919f02022-12-08 06:12:43 -0600101 "SRC": {
Matt Spinler3fd08d62019-10-22 14:25:33 -0500102 "ReasonCode": "0x1006",
Patrick Williams26919f02022-12-08 06:12:43 -0600103 "Words6To9": {}
Matt Spinler3fd08d62019-10-22 14:25:33 -0500104 },
105
Patrick Williams26919f02022-12-08 06:12:43 -0600106 "Documentation": {
Matt Spinler3fd08d62019-10-22 14:25:33 -0500107 "Description": "The server's CA certificate has not been provided",
108 "Message": "The server's CA certificate has not been provided"
109 }
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600110 },
111
112 {
Matt Spinleraf036b12020-06-25 10:53:52 -0500113 "Name": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure",
Matt Spinlerf24746c2022-01-31 10:40:13 -0600114 "Subsystem": "cec_i2c",
Matt Spinleraf036b12020-06-25 10:53:52 -0500115
Patrick Williams26919f02022-12-08 06:12:43 -0600116 "SRC": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500117 "ReasonCode": "0x1007",
Patrick Williams26919f02022-12-08 06:12:43 -0600118 "Words6To9": {
119 "6": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500120 "Description": "errno of the failure",
121 "AdditionalDataPropSource": "CALLOUT_ERRNO"
122 }
123 }
124 },
125
Patrick Williams26919f02022-12-08 06:12:43 -0600126 "Documentation": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500127 "Description": "Sensor device read failure",
128 "Message": "There was a failure when reading a sensor device",
129 "Notes": [
130 "The severity is set by the creator.",
131 "The action flags are set automatically by the code.",
132 "Callouts added based on CALLOUT_DEVICE_PATH."
133 ]
Matt Spinler288f4322023-01-05 12:54:22 -0600134 },
135
136 "JournalCapture": {
137 "NumLines": 30
Matt Spinleraf036b12020-06-25 10:53:52 -0500138 }
139 },
140
141 {
142 "Name": "xyz.openbmc_project.Common.Device.Error.ReadFailure",
Matt Spinlerf24746c2022-01-31 10:40:13 -0600143 "Subsystem": "cec_i2c",
Matt Spinleraf036b12020-06-25 10:53:52 -0500144
Patrick Williams26919f02022-12-08 06:12:43 -0600145 "SRC": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500146 "ReasonCode": "0x1008",
Patrick Williams26919f02022-12-08 06:12:43 -0600147 "Words6To9": {
148 "6": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500149 "Description": "errno of the failure",
150 "AdditionalDataPropSource": "CALLOUT_ERRNO"
151 }
152 }
153 },
154
Patrick Williams26919f02022-12-08 06:12:43 -0600155 "Documentation": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500156 "Description": "Device read failure",
157 "Message": "There was a failure when reading a hardware device",
158 "Notes": [
159 "The severity is set by the creator.",
160 "The action flags are set automatically by the code.",
161 "Callouts added based on CALLOUT_DEVICE_PATH."
162 ]
Matt Spinler288f4322023-01-05 12:54:22 -0600163 },
164
165 "JournalCapture": {
166 "NumLines": 30
Matt Spinleraf036b12020-06-25 10:53:52 -0500167 }
168 },
169
170 {
171 "Name": "xyz.openbmc_project.Control.Device.Error.WriteFailure",
Matt Spinlerf24746c2022-01-31 10:40:13 -0600172 "Subsystem": "cec_i2c",
Matt Spinleraf036b12020-06-25 10:53:52 -0500173
Patrick Williams26919f02022-12-08 06:12:43 -0600174 "SRC": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500175 "ReasonCode": "0x1009",
Patrick Williams26919f02022-12-08 06:12:43 -0600176 "Words6To9": {
177 "6": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500178 "Description": "errno of the failure",
179 "AdditionalDataPropSource": "CALLOUT_ERRNO"
180 }
181 }
182 },
183
Patrick Williams26919f02022-12-08 06:12:43 -0600184 "Documentation": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500185 "Description": "Device write failure",
186 "Message": "There was a failure when writing to a hardware device",
187 "Notes": [
188 "The severity is set by the creator.",
189 "The action flags are set automatically by the code.",
190 "Callouts added based on CALLOUT_DEVICE_PATH"
191 ]
Matt Spinler288f4322023-01-05 12:54:22 -0600192 },
193
194 "JournalCapture": {
195 "NumLines": 30
Matt Spinleraf036b12020-06-25 10:53:52 -0500196 }
197 },
198
199 {
200 "Name": "xyz.openbmc_project.Common.Device.Error.WriteFailure",
Matt Spinlerf24746c2022-01-31 10:40:13 -0600201 "Subsystem": "cec_i2c",
Matt Spinleraf036b12020-06-25 10:53:52 -0500202
Patrick Williams26919f02022-12-08 06:12:43 -0600203 "SRC": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500204 "ReasonCode": "0x100A",
Patrick Williams26919f02022-12-08 06:12:43 -0600205 "Words6To9": {
206 "6": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500207 "Description": "errno of the failure",
208 "AdditionalDataPropSource": "CALLOUT_ERRNO"
209 }
210 }
211 },
212
Patrick Williams26919f02022-12-08 06:12:43 -0600213 "Documentation": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500214 "Description": "Device write failure",
215 "Message": "There was a failure when writing to a hardware device",
216 "Notes": [
217 "The severity is set by the creator.",
218 "The action flags are set automatically by the code.",
219 "Callouts added based on CALLOUT_DEVICE_PATH"
220 ]
Matt Spinler288f4322023-01-05 12:54:22 -0600221 },
222
223 "JournalCapture": {
224 "NumLines": 30
Matt Spinleraf036b12020-06-25 10:53:52 -0500225 }
226 },
Jayanth Othayothbd0a7522021-05-03 02:05:36 -0500227
Matt Spinleraf036b12020-06-25 10:53:52 -0500228 {
Chirag Sharma11cf0322022-04-20 08:48:52 -0500229 "Name": "xyz.openbmc_project.Common.File.Error.Write",
230 "Subsystem": "bmc_firmware",
231 "ComponentID": "0x1000",
Patrick Williams26919f02022-12-08 06:12:43 -0600232 "SRC": {
Chirag Sharma11cf0322022-04-20 08:48:52 -0500233 "ReasonCode": "0x100B",
Patrick Williams26919f02022-12-08 06:12:43 -0600234 "Words6To9": {}
Chirag Sharma11cf0322022-04-20 08:48:52 -0500235 },
236
237 "Callouts": [
238 {
239 "CalloutList": [
240 { "Priority": "high", "Procedure": "bmc_code" }
241 ]
242 }
243 ],
244
Patrick Williams26919f02022-12-08 06:12:43 -0600245 "Documentation": {
Chirag Sharma11cf0322022-04-20 08:48:52 -0500246 "Description": "Failed to write to a file",
247 "Message": "Failed to write to a file",
248 "Notes": [
249 "The severity is set by the creator.",
250 "The journal should contain more information"
251 ]
252 }
253 },
254
255 {
Jayanth Othayoth15006772023-03-29 03:34:40 -0500256 "Name": "xyz.openbmc_project.Certs.Error.InvalidCertificate",
257 "Subsystem": "user_error",
258 "Severity": "predictive",
259
260 "SRC": {
261 "ReasonCode": "0x100C",
262 "Words6To9": {}
263 },
264
265 "Callouts": [
266 {
267 "CalloutList": [
268 {
269 "Priority": "high",
270 "Procedure": "next_level_support"
271 }
272 ]
273 }
274 ],
275
276 "Documentation": {
277 "Description": "Certificate verification failed",
278 "Message": "Certificate verification failed"
279 }
280 },
281
282 {
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600283 "Name": "org.open_power.Logging.Error.SentBadPELToHost",
284 "Subsystem": "bmc_firmware",
285 "Severity": "non_error",
286
Patrick Williams26919f02022-12-08 06:12:43 -0600287 "SRC": {
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600288 "ReasonCode": "0x2001",
Patrick Williams26919f02022-12-08 06:12:43 -0600289 "Words6To9": {
290 "6": {
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600291 "Description": "The bad PEL ID",
292 "AdditionalDataPropSource": "BAD_ID"
293 }
294 }
295 },
296
Patrick Williams26919f02022-12-08 06:12:43 -0600297 "Documentation": {
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600298 "Description": "The BMC sent the host a malformed PEL",
299 "Message": "The BMC sent the host a malformed PEL",
Patrick Williams26919f02022-12-08 06:12:43 -0600300 "Notes": ["The host firmware rejected that PEL."]
Matt Spinler288f4322023-01-05 12:54:22 -0600301 },
302
303 "JournalCapture": {
304 "Sections": [
305 {
306 "SyslogID": "phosphor-log-manager",
307 "NumLines": 20
308 },
309 {
310 "SyslogID": "systemd",
311 "NumLines": 30
312 }
313 ]
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600314 }
Matt Spinlere95fd012020-01-07 12:53:16 -0600315 },
316
317 {
318 "Name": "org.open_power.Logging.Error.BadHostPEL",
319 "Subsystem": "platform_firmware",
320 "Severity": "unrecoverable",
321
Patrick Williams26919f02022-12-08 06:12:43 -0600322 "SRC": {
Matt Spinlere95fd012020-01-07 12:53:16 -0600323 "ReasonCode": "0x2002",
Patrick Williams26919f02022-12-08 06:12:43 -0600324 "Words6To9": {
325 "6": {
Matt Spinlere95fd012020-01-07 12:53:16 -0600326 "Description": "The PLID of the invalid PEL",
327 "AdditionalDataPropSource": "PLID"
328 },
Patrick Williams26919f02022-12-08 06:12:43 -0600329 "7": {
Matt Spinlere95fd012020-01-07 12:53:16 -0600330 "Description": "The corresponding OpenBMC event log ID",
331 "AdditionalDataPropSource": "OBMC_LOG_ID"
332 },
Patrick Williams26919f02022-12-08 06:12:43 -0600333 "8": {
Matt Spinlere95fd012020-01-07 12:53:16 -0600334 "Description": "The size of the invalid PEL",
335 "AdditionalDataPropSource": "PEL_SIZE"
336 }
337 }
338 },
339
Matt Spinler834f3ed2022-01-26 16:18:02 -0600340 "Callouts": [
341 {
342 "CalloutList": [
343 { "Priority": "high", "Procedure": "bmc_code" }
344 ]
345 }
346 ],
347
Patrick Williams26919f02022-12-08 06:12:43 -0600348 "Documentation": {
Matt Spinlere95fd012020-01-07 12:53:16 -0600349 "Description": "The host sent the BMC an invalid PEL",
350 "Message": "The host sent the BMC an invalid PEL",
Patrick Williams26919f02022-12-08 06:12:43 -0600351 "Notes": []
Matt Spinler288f4322023-01-05 12:54:22 -0600352 },
353
354 "JournalCapture": {
355 "Sections": [
356 {
357 "SyslogID": "phosphor-log-manager",
358 "NumLines": 20
359 },
360 {
361 "SyslogID": "systemd",
362 "NumLines": 20
363 },
364 {
365 "SyslogID": "pldmd",
366 "NumLines": 20
367 }
368 ]
Matt Spinlere95fd012020-01-07 12:53:16 -0600369 }
Marri Devender Raoead1be22020-03-28 05:50:59 -0500370 },
371
372 {
Matt Spinler3477ce92020-07-08 14:49:25 -0500373 "Name": "org.open_power.Logging.Error.TestError1",
374 "Subsystem": "platform_firmware",
375 "Severity": "unrecoverable",
376
Patrick Williams26919f02022-12-08 06:12:43 -0600377 "SRC": {
Matt Spinler3477ce92020-07-08 14:49:25 -0500378 "ReasonCode": "0x2003",
Patrick Williams26919f02022-12-08 06:12:43 -0600379 "Words6To9": {}
Matt Spinler3477ce92020-07-08 14:49:25 -0500380 },
381
382 "Callouts": [
383 {
384 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -0600385 { "Priority": "high", "Procedure": "bmc_code" },
386 { "Priority": "medium", "SymbolicFRU": "service_docs" }
Matt Spinler3477ce92020-07-08 14:49:25 -0500387 ]
388 }
389 ],
390
Patrick Williams26919f02022-12-08 06:12:43 -0600391 "Documentation": {
Matt Spinler3477ce92020-07-08 14:49:25 -0500392 "Description": "An error for testing",
393 "Message": "This is a test error"
394 }
395 },
396
397 {
Matt Spinler30ddc9f2020-07-16 15:39:59 -0500398 "Name": "xyz.openbmc_project.Logging.Error.Default",
399 "Subsystem": "other_na",
400
Patrick Williams26919f02022-12-08 06:12:43 -0600401 "SRC": {
Matt Spinler30ddc9f2020-07-16 15:39:59 -0500402 "ReasonCode": "0x2004",
Patrick Williams26919f02022-12-08 06:12:43 -0600403 "Words6To9": {}
Matt Spinler30ddc9f2020-07-16 15:39:59 -0500404 },
405
Matt Spinler834f3ed2022-01-26 16:18:02 -0600406 "Callouts": [
407 {
408 "CalloutList": [
409 { "Priority": "high", "Procedure": "bmc_code" }
410 ]
411 }
412 ],
413
Patrick Williams26919f02022-12-08 06:12:43 -0600414 "Documentation": {
Matt Spinler30ddc9f2020-07-16 15:39:59 -0500415 "Description": "This entry is used when no other matching entry is found",
416 "Message": "Unknown (Original event not in message registry)",
417 "Notes": [
418 "This is used when the actual error name isn't found in ",
419 "the registry. The original error name will be stored ",
420 "in the UserData section that contains the AdditionalData ",
421 "properties using the key ERROR_NAME.",
422 "This error may contain callouts if the creator passed ",
423 "them in.",
424 "The severity is set by the creator.",
425 "If this error is seen, then a code change needs to be ",
426 "made to add the missing error entry to this registry."
427 ]
Matt Spinler288f4322023-01-05 12:54:22 -0600428 },
429
430 "JournalCapture": {
431 "NumLines": 30
Matt Spinler30ddc9f2020-07-16 15:39:59 -0500432 }
433 },
434
435 {
Matt Spinlerc865ed92022-02-16 14:07:32 -0600436 "Name": "org.open_power.Logging.Error.TestError2",
437 "Subsystem": "bmc_firmware",
438 "Severity": "recovered",
439 "ActionFlags": ["report"],
440
Patrick Williams26919f02022-12-08 06:12:43 -0600441 "SRC": {
Matt Spinlerc865ed92022-02-16 14:07:32 -0600442 "ReasonCode": "0x2005",
Patrick Williams26919f02022-12-08 06:12:43 -0600443 "Words6To9": {}
Matt Spinlerc865ed92022-02-16 14:07:32 -0600444 },
445
446 "Callouts": [
447 {
Patrick Williams26919f02022-12-08 06:12:43 -0600448 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Matt Spinlerc865ed92022-02-16 14:07:32 -0600449 }
450 ],
451
Patrick Williams26919f02022-12-08 06:12:43 -0600452 "Documentation": {
Matt Spinlerc865ed92022-02-16 14:07:32 -0600453 "Description": "An error for testing",
454 "Message": "This is a test recoverable error",
455 "Notes": [
456 "This error is not created by BMC code and is ",
457 "only used for error injection tests."
458 ]
459 }
460 },
461
462 {
Matt Spinler87408a42022-07-29 16:12:07 -0500463 "Name": "org.open_power.Logging.Error.TestError3",
464 "Subsystem": "bmc_firmware",
465 "Severity": "predictive",
466
Patrick Williams26919f02022-12-08 06:12:43 -0600467 "SRC": {
Matt Spinler87408a42022-07-29 16:12:07 -0500468 "ReasonCode": "0x2006",
Patrick Williams26919f02022-12-08 06:12:43 -0600469 "Words6To9": {}
Matt Spinler87408a42022-07-29 16:12:07 -0500470 },
471
Patrick Williams26919f02022-12-08 06:12:43 -0600472 "Documentation": {
Matt Spinler87408a42022-07-29 16:12:07 -0500473 "Description": "This is an error used for testing only",
474 "Message": "This is a test predictive error",
475 "Notes": [
476 "This error is not created by BMC code and is ",
477 "only used for error injection tests."
478 ]
479 }
480 },
481
482 {
Marri Devender Raoead1be22020-03-28 05:50:59 -0500483 "Name": "org.open_power.PHAL.Error.Boot",
484 "Subsystem": "cec_hardware",
Ramesh Iyyar41e79dc2020-12-22 06:27:48 -0600485 "ComponentID": "0x3000",
Marri Devender Raoead1be22020-03-28 05:50:59 -0500486
Patrick Williams26919f02022-12-08 06:12:43 -0600487 "SRC": {
Ramesh Iyyar41e79dc2020-12-22 06:27:48 -0600488 "ReasonCode": "0x3001",
Patrick Williams26919f02022-12-08 06:12:43 -0600489 "Words6To9": {}
Marri Devender Raoead1be22020-03-28 05:50:59 -0500490 },
491
Patrick Williams26919f02022-12-08 06:12:43 -0600492 "Documentation": {
Michael Lim12429892022-03-10 16:11:25 -0600493 "Description": "Failure occurred during boot process",
494 "Message": "Failure occurred during boot process",
Marri Devender Raoead1be22020-03-28 05:50:59 -0500495 "Notes": [
496 "Debug traces will be captured in AdditionalData section"
497 ]
498 }
Ben Tyner34836322020-04-15 17:01:48 -0500499 },
500
501 {
Ramesh Iyyar78be2a22020-12-22 06:22:55 -0600502 "Name": "org.open_power.PHAL.Error.PrePowerOff",
503 "Subsystem": "cec_hardware",
504 "ComponentID": "0x3000",
505
Patrick Williams26919f02022-12-08 06:12:43 -0600506 "SRC": {
Ramesh Iyyar78be2a22020-12-22 06:22:55 -0600507 "ReasonCode": "0x3002",
Patrick Williams26919f02022-12-08 06:12:43 -0600508 "Words6To9": {}
Ramesh Iyyar78be2a22020-12-22 06:22:55 -0600509 },
510
Patrick Williams26919f02022-12-08 06:12:43 -0600511 "Documentation": {
Ramesh Iyyar78be2a22020-12-22 06:22:55 -0600512 "Description": "Failure occurred during PHAL pre-poweroff operations",
513 "Message": "Failure occurred during PHAL pre-poweroff operations",
514 "Notes": [
515 "Severity needs to be set based on needs for this registry.",
516 "FFDC (First Failure Data Collection) will be collected ",
517 "and added into PEL."
518 ]
519 }
520 },
521
522 {
Jayanth Othayothdb00d762021-07-13 02:48:19 -0500523 "Name": "org.open_power.PHAL.Error.devtreeSync",
524 "Subsystem": "cec_hardware",
525 "ComponentID": "0x3000",
526 "Severity": "unrecoverable",
527
Patrick Williams26919f02022-12-08 06:12:43 -0600528 "SRC": {
Jayanth Othayothdb00d762021-07-13 02:48:19 -0500529 "ReasonCode": "0x3003",
Patrick Williams26919f02022-12-08 06:12:43 -0600530 "Words6To9": {}
Jayanth Othayothdb00d762021-07-13 02:48:19 -0500531 },
532
Patrick Williams26919f02022-12-08 06:12:43 -0600533 "Documentation": {
Jayanth Othayothdb00d762021-07-13 02:48:19 -0500534 "Description": "Failure occurred during PHAL devtree sync ",
535 "Message": "Failure occurred during PHAL devtree sync",
Patrick Williams26919f02022-12-08 06:12:43 -0600536 "Notes": ["The journal should contain more information"]
Jayanth Othayothdb00d762021-07-13 02:48:19 -0500537 }
538 },
539
540 {
Jayanth Othayothf3e619a2021-07-13 03:58:06 -0500541 "Name": "org.open_power.PHAL.Error.devtreeBackup",
542 "Subsystem": "cec_hardware",
543 "ComponentID": "0x3000",
544 "Severity": "unrecoverable",
545
Patrick Williams26919f02022-12-08 06:12:43 -0600546 "SRC": {
Jayanth Othayothf3e619a2021-07-13 03:58:06 -0500547 "ReasonCode": "0x3004",
Patrick Williams26919f02022-12-08 06:12:43 -0600548 "Words6To9": {}
Jayanth Othayothf3e619a2021-07-13 03:58:06 -0500549 },
550
Patrick Williams26919f02022-12-08 06:12:43 -0600551 "Documentation": {
Jayanth Othayothf3e619a2021-07-13 03:58:06 -0500552 "Description": "Failure occurred during PHAL devtree backup ",
553 "Message": "Failure occurred during PHAL devtree backup",
Patrick Williams26919f02022-12-08 06:12:43 -0600554 "Notes": ["The journal should contain more information"]
Jayanth Othayothf3e619a2021-07-13 03:58:06 -0500555 }
556 },
557
558 {
Andrew Geisslerd54fd732021-07-20 14:07:12 -0400559 "Name": "org.open_power.PHAL.Error.HostRunning",
NodeMan970f57ddc2022-04-29 23:14:41 +0000560 "Subsystem": "cec_sp_hyp_iface",
Andrew Geisslerd54fd732021-07-20 14:07:12 -0400561 "ComponentID": "0x3000",
562
Patrick Williams26919f02022-12-08 06:12:43 -0600563 "SRC": {
Andrew Geisslerd54fd732021-07-20 14:07:12 -0400564 "ReasonCode": "0x3005",
Patrick Williams26919f02022-12-08 06:12:43 -0600565 "Words6To9": {}
Andrew Geisslerd54fd732021-07-20 14:07:12 -0400566 },
567
Patrick Williams26919f02022-12-08 06:12:43 -0600568 "Documentation": {
Andrew Geisslerd54fd732021-07-20 14:07:12 -0400569 "Description": "Host did not respond to BMC after a BMC reset",
570 "Message": "Host did not respond to BMC after a BMC reset but hardware indicates it is running",
571 "Notes": [
572 "System will be left in its current state to ensure host ",
573 "is not unexpectedly taken down. There is most likely an ",
574 "issue in the software or hardware communication path ",
575 "between the BMC and the Host firmware.",
576 "A BMC dump will be collected with relevant FFDC."
577 ]
578 }
579 },
580
581 {
Jayanth Othayoth7d2bea72021-11-29 07:26:34 -0600582 "Name": "org.open_power.PHAL.Error.devtreeReinit",
583 "Subsystem": "cec_hardware",
584 "ComponentID": "0x3000",
585 "Severity": "unrecoverable",
586
Patrick Williams26919f02022-12-08 06:12:43 -0600587 "SRC": {
Jayanth Othayoth7d2bea72021-11-29 07:26:34 -0600588 "ReasonCode": "0x3006",
Patrick Williams26919f02022-12-08 06:12:43 -0600589 "Words6To9": {}
Jayanth Othayoth7d2bea72021-11-29 07:26:34 -0600590 },
591
Patrick Williams26919f02022-12-08 06:12:43 -0600592 "Documentation": {
Jayanth Othayoth7d2bea72021-11-29 07:26:34 -0600593 "Description": "Failure re-initializing BMC to Host data structure",
594 "Message": "Failure occurred during re-initializing BMC to Host data structure",
Patrick Williams26919f02022-12-08 06:12:43 -0600595 "Notes": ["The journal should contain more information"]
Jayanth Othayoth7d2bea72021-11-29 07:26:34 -0600596 }
597 },
598
599 {
Jayanth Othayothe52dd952022-03-09 02:11:41 -0600600 "Name": "org.open_power.PHAL.Error.NonFunctionalBootProc",
601 "Subsystem": "cec_hardware",
602 "ComponentID": "0x3000",
603 "Severity": "unrecoverable",
604
Patrick Williams26919f02022-12-08 06:12:43 -0600605 "SRC": {
Jayanth Othayothe52dd952022-03-09 02:11:41 -0600606 "ReasonCode": "0x3007",
Patrick Williams26919f02022-12-08 06:12:43 -0600607 "Words6To9": {}
Jayanth Othayothe52dd952022-03-09 02:11:41 -0600608 },
609
Patrick Williams26919f02022-12-08 06:12:43 -0600610 "Documentation": {
Jayanth Othayothe52dd952022-03-09 02:11:41 -0600611 "Description": "Non functional boot processor",
612 "Message": "Non functional boot processor",
613 "Notes": [
614 "BMC firmware couldn't find functional primary processor",
615 "required to boot the host",
616 "Debug traces will be captured in AdditionalData section"
617 ]
618 }
619 },
620
621 {
Marri Devender Rao116428e2022-06-09 07:33:38 -0500622 "Name": "org.open_power.PHAL.Error.MPReboot",
623 "Subsystem": "cec_hardware",
624 "ComponentID": "0x3000",
625 "Severity": "unrecoverable",
626
Patrick Williams26919f02022-12-08 06:12:43 -0600627 "SRC": {
Marri Devender Rao116428e2022-06-09 07:33:38 -0500628 "ReasonCode": "0x3008",
Patrick Williams26919f02022-12-08 06:12:43 -0600629 "Words6To9": {}
Marri Devender Rao116428e2022-06-09 07:33:38 -0500630 },
631
632 "Callouts": [
633 {
Patrick Williams26919f02022-12-08 06:12:43 -0600634 "CalloutList": [
635 { "Priority": "high", "Procedure": "bmc_code" }
Marri Devender Rao116428e2022-06-09 07:33:38 -0500636 ]
637 }
638 ],
639
Patrick Williams26919f02022-12-08 06:12:43 -0600640 "Documentation": {
Marri Devender Rao116428e2022-06-09 07:33:38 -0500641 "Description": "Error during memory preserving reboot",
642 "Message": "Error during memory preserving reboot",
643 "Notes": [
644 "Software error occured during memory preserving reboot"
645 ]
646 }
Patrick Williams26919f02022-12-08 06:12:43 -0600647 },
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500648 {
649 "Name": "org.open_power.PHAL.Error.SpareClock",
650 "Subsystem": "cec_hardware",
651 "ComponentID": "0x3000",
652 "Severity": "non_error",
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500653
Patrick Williams26919f02022-12-08 06:12:43 -0600654 "SRC": {
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500655 "ReasonCode": "0x3009",
Patrick Williams26919f02022-12-08 06:12:43 -0600656 "Words6To9": {}
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500657 },
658
Jayanth Othayothb0820142022-10-27 02:16:48 -0500659 "Callouts": [
660 {
661 "System": "ibm,rainier",
662 "CalloutList": [
663 {
664 "Priority": "high",
665 "LocCode": "P0"
666 },
667 {
668 "Priority": "low",
669 "LocCode": "P0-C15"
670 }
671 ]
672 },
673 {
674 "System": "ibm,everest",
675 "CalloutList": [
676 {
677 "Priority": "high",
678 "LocCode": "P0"
679 },
680 {
681 "Priority": "low",
682 "LocCode": "P0-C61"
683 }
684 ]
685 }
686 ],
687
Patrick Williams26919f02022-12-08 06:12:43 -0600688 "Documentation": {
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500689 "Description": "Error during Spare clock initialisation",
690 "Message": "Error during Spare clock initialisation",
691 "Notes": [
Jayanth Othayothb0820142022-10-27 02:16:48 -0500692 "The clock symbolic FRU in the CalloutList provides the",
693 "reference to clock unit."
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500694 ]
695 }
Marri Devender Rao116428e2022-06-09 07:33:38 -0500696 },
697
698 {
Jayanth Othayoth21c1a5a2022-09-07 01:24:05 -0500699 "Name": "org.open_power.PHAL.Info.ClockDailyLog",
700 "Subsystem": "cec_clocks",
701 "ComponentID": "0x3000",
702 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -0600703 "ActionFlags": ["report", "call_home"],
Jayanth Othayoth21c1a5a2022-09-07 01:24:05 -0500704
Patrick Williams26919f02022-12-08 06:12:43 -0600705 "SRC": {
Jayanth Othayoth21c1a5a2022-09-07 01:24:05 -0500706 "ReasonCode": "0x300A",
Patrick Williams26919f02022-12-08 06:12:43 -0600707 "Words6To9": {}
Jayanth Othayoth21c1a5a2022-09-07 01:24:05 -0500708 },
709
Patrick Williams26919f02022-12-08 06:12:43 -0600710 "Documentation": {
Jayanth Othayoth21c1a5a2022-09-07 01:24:05 -0500711 "Description": "Informational error to house clock debug info",
712 "Message": "Informational error to house clock debug info",
713 "Notes": [
714 "User data includes processor and clock register state information."
715 ]
716 }
717 },
718
719 {
deepakala-kb1b342a2022-10-05 11:17:16 -0500720 "Name": "org.open_power.PHAL.Error.GuardPartitionAccess",
721 "Subsystem": "bmc_firmware",
722 "ComponentID": "0x3000",
723 "Severity": "predictive",
724
Patrick Williams26919f02022-12-08 06:12:43 -0600725 "SRC": {
deepakala-kb1b342a2022-10-05 11:17:16 -0500726 "ReasonCode": "0x300B",
Patrick Williams26919f02022-12-08 06:12:43 -0600727 "Words6To9": {}
deepakala-kb1b342a2022-10-05 11:17:16 -0500728 },
729
730 "Callouts": [
731 {
732 "CalloutList": [
733 { "Priority": "high", "Procedure": "bmc_code" }
734 ]
735 }
736 ],
737
Patrick Williams26919f02022-12-08 06:12:43 -0600738 "Documentation": {
deepakala-kb1b342a2022-10-05 11:17:16 -0500739 "Description": "Guard partition access failure",
740 "Message": "Guard partition access failure",
741 "Notes": [
742 "User data and journal should contain more information"
743 ]
744 }
745 },
746
747 {
Eddie James62464b12022-05-25 15:47:15 -0500748 "Name": "org.open_power.OCC.Firmware.PresenceMismatch",
749 "Subsystem": "bmc_firmware",
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500750 "ComponentID": "0x2600",
Eddie James62464b12022-05-25 15:47:15 -0500751 "Severity": "predictive",
752
Patrick Williams26919f02022-12-08 06:12:43 -0600753 "SRC": {
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500754 "ReasonCode": "0x2681",
Patrick Williams26919f02022-12-08 06:12:43 -0600755 "Words6To9": {}
Eddie James62464b12022-05-25 15:47:15 -0500756 },
757
758 "Callouts": [
759 {
760 "CalloutList": [
761 { "Priority": "medium", "Procedure": "bmc_code" }
762 ]
763 }
764 ],
765
Patrick Williams26919f02022-12-08 06:12:43 -0600766 "Documentation": {
Eddie James62464b12022-05-25 15:47:15 -0500767 "Description": "OCC presence mismatch",
768 "Message": "BMC firmware detected incorrect number of OCCs",
769 "Notes": [
770 "The number of OCCs detected by the BMC does not match the number of OCCs detected by the OCC.",
771 "The BMC requests that the OCC reset."
772 ]
773 }
774 },
775
776 {
777 "Name": "org.open_power.OCC.Device.SafeState",
778 "Subsystem": "processor_chip",
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500779 "ComponentID": "0x2600",
Eddie James62464b12022-05-25 15:47:15 -0500780 "Severity": "non_error",
781
Patrick Williams26919f02022-12-08 06:12:43 -0600782 "SRC": {
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500783 "ReasonCode": "0x2682",
Patrick Williams26919f02022-12-08 06:12:43 -0600784 "Words6To9": {}
Eddie James62464b12022-05-25 15:47:15 -0500785 },
786
Patrick Williams26919f02022-12-08 06:12:43 -0600787 "Documentation": {
Eddie James62464b12022-05-25 15:47:15 -0500788 "Description": "OCC safe state",
789 "Message": "OCC in safe state while active for one minute",
790 "Notes": [
791 "The BMC detected that the OCC was in safe state for one minute while active.",
792 "The BMC requests that the OCC reset."
793 ]
794 }
795 },
796
797 {
798 "Name": "org.open_power.OCC.Device.ReadFailure",
799 "Subsystem": "cec_chip_iface",
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500800 "ComponentID": "0x2600",
Eddie James62464b12022-05-25 15:47:15 -0500801 "Severity": "predictive",
802
Patrick Williams26919f02022-12-08 06:12:43 -0600803 "SRC": {
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500804 "ReasonCode": "0x2683",
Patrick Williams26919f02022-12-08 06:12:43 -0600805 "Words6To9": {}
Eddie James62464b12022-05-25 15:47:15 -0500806 },
807
Patrick Williams26919f02022-12-08 06:12:43 -0600808 "Documentation": {
Eddie James62464b12022-05-25 15:47:15 -0500809 "Description": "OCC communication failure",
810 "Message": "BMC failed to communicate with the OCC",
811 "Notes": [
812 "The BMC failed to communicate with the OCC and retried three times.",
813 "The BMC requests that the OCC reset."
814 ]
815 }
816 },
817
818 {
Ramesh Iyyarb3d45ed2021-12-07 09:18:19 -0600819 "Name": "org.open_power.HardwareIsolation.Error",
820 "Subsystem": "cec_hardware",
821 "ComponentID": "0x3100",
822
Patrick Williams26919f02022-12-08 06:12:43 -0600823 "SRC": {
Ramesh Iyyarb3d45ed2021-12-07 09:18:19 -0600824 "ReasonCode": "0x3101",
Patrick Williams26919f02022-12-08 06:12:43 -0600825 "Words6To9": {}
Ramesh Iyyarb3d45ed2021-12-07 09:18:19 -0600826 },
827
Patrick Williams26919f02022-12-08 06:12:43 -0600828 "Documentation": {
Michael Lim12429892022-03-10 16:11:25 -0600829 "Description": "Failure occurred during hardware isolation operations",
830 "Message": "Failure occurred during hardware isolation operations",
Ramesh Iyyarb3d45ed2021-12-07 09:18:19 -0600831 "Notes": [
832 "Severity needs to be set based on needs for this registry.",
833 "Debug traces will be captured in AdditionalData section"
834 ]
835 }
836 },
837
838 {
Marri Devender Rao385446b2023-04-14 00:16:35 -0500839 "Name": "org.open_power.Faultlog.Error.DeconfiguredHW",
840 "Subsystem": "cec_hardware",
841 "Severity": "predictive",
842 "ComponentID": "0xf100",
843 "SRC": {
844 "ReasonCode": "0xf138",
845 "Words6To9": {
846 "6": {
847 "Description": "Number of guard records with error object",
848 "AdditionalDataPropSource": "GUARD_WITH_ASSOC_ERROR_COUNT"
849 },
850 "7": {
851 "Description": "Number of guard records with no error object",
852 "AdditionalDataPropSource": "GUARD_WITH_NO_ASSOC_ERROR_COUNT"
853 },
854 "8": {
855 "Description": "Number of deconfigured records",
856 "AdditionalDataPropSource": "DECONFIG_RECORD_COUNT"
857 },
858 "9": {
859 "Description": "Number of unresolved pels count",
860 "AdditionalDataPropSource": "UNRESOLVED_PEL_WITH_DECONFIG_BIT_COUNT"
861 }
862 }
863 },
864 "Callouts": [
865 {
866 "CalloutList": [
867 {
868 "Priority": "high",
869 "Procedure": "detected_issue_need_service"
870 }
871 ]
872 }
873 ],
874 "Documentation": {
875 "Description": "Firmware detected either a FRU deconfigured And/Or guard record",
876 "Message": "Firmware detected either a FRU deconfigured And/Or guard record",
877 "Notes": [
878 "Either Guard And/Or Deconfiguration records found during periodic check ",
879 "as part of the NAG event. Look into the BMC Nag dump for more details. ",
880 "This is a reminder for servicing faulty hardware pending service present ",
881 "in the system."
882 ]
883 }
884 },
885
886 {
Andrew Geissler8034dde2021-09-10 14:43:03 -0500887 "Name": "xyz.openbmc_project.State.Error.HostNotRunning",
888 "Subsystem": "cec_sp_hostboot_iface",
889 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -0600890 "SRC": {
Andrew Geissler8034dde2021-09-10 14:43:03 -0500891 "ReasonCode": "0x3401",
Patrick Williams26919f02022-12-08 06:12:43 -0600892 "Words6To9": {}
Andrew Geissler8034dde2021-09-10 14:43:03 -0500893 },
Patrick Williams26919f02022-12-08 06:12:43 -0600894 "Documentation": {
Andrew Geissler8034dde2021-09-10 14:43:03 -0500895 "Description": "Host was booting or booted before BMC reset but is now unresponsive",
896 "Message": "Host did not respond to BMC after a BMC reset but it was booting or booted prior to the BMC reboot",
897 "Notes": [
898 "System will follow recovery policy, resulting in this ",
899 "error and most likely a a reboot of the host. The issue ",
900 "is most likely the result of the BMC rebooting while the ",
901 "host was booting and in a state where it still needed ",
902 "the BMC to complete its boot."
903 ]
Matt Spinler288f4322023-01-05 12:54:22 -0600904 },
905
906 "JournalCapture": {
907 "NumLines": 30
Andrew Geissler8034dde2021-09-10 14:43:03 -0500908 }
909 },
910
911 {
Andrew Geissler808f6302022-02-24 13:55:18 -0600912 "Name": "xyz.openbmc_project.State.ChassisPowerBad",
913 "Subsystem": "input_power_source",
914 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -0600915 "SRC": {
Andrew Geissler808f6302022-02-24 13:55:18 -0600916 "ReasonCode": "0x3402",
Patrick Williams26919f02022-12-08 06:12:43 -0600917 "Words6To9": {}
Andrew Geissler808f6302022-02-24 13:55:18 -0600918 },
919 "Callouts": [
920 {
Patrick Williams26919f02022-12-08 06:12:43 -0600921 "CalloutList": [
922 {
923 "Priority": "high",
924 "Procedure": "next_level_support"
925 }
926 ]
Andrew Geissler808f6302022-02-24 13:55:18 -0600927 }
928 ],
Patrick Williams26919f02022-12-08 06:12:43 -0600929 "Documentation": {
Andrew Geissler808f6302022-02-24 13:55:18 -0600930 "Description": "Chassis input power is in a bad state",
931 "Message": "Chassis input power is in a bad state, look for other logs with more details",
932 "Notes": [
933 "The system is most likely in a limited power situation. ",
934 "There is enough power for the BMC to operate but not the ",
935 "CEC hardware. Check for UPS or brownout logs."
936 ]
Matt Spinler288f4322023-01-05 12:54:22 -0600937 },
938
939 "JournalCapture": {
940 "NumLines": 30
Andrew Geissler808f6302022-02-24 13:55:18 -0600941 }
942 },
943
944 {
Andrew Geissler4c360ec2022-02-24 14:09:37 -0600945 "Name": "xyz.openbmc_project.State.PinholeReset",
946 "Subsystem": "cec_op_panel",
947 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -0600948 "SRC": {
Andrew Geissler4c360ec2022-02-24 14:09:37 -0600949 "ReasonCode": "0x3403",
Patrick Williams26919f02022-12-08 06:12:43 -0600950 "Words6To9": {}
Andrew Geissler4c360ec2022-02-24 14:09:37 -0600951 },
Patrick Williams26919f02022-12-08 06:12:43 -0600952 "Documentation": {
Andrew Geissler4c360ec2022-02-24 14:09:37 -0600953 "Description": "User initiated a pinhole reset via the op-panel",
954 "Message": "User initiated a pinhole reset via the op-panel",
955 "Notes": [
956 "This is a notification log to record the fact that a ",
957 "pinhole reset was performed on the BMC, resulting in a ",
958 "hard reset of the BMC."
959 ]
960 }
961 },
962
963 {
Andrew Geisslerfbb18242022-02-24 14:30:02 -0600964 "Name": "xyz.openbmc_project.State.Error.CriticalServiceFailure",
965 "Subsystem": "bmc_firmware",
966 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -0600967 "SRC": {
Andrew Geisslerfbb18242022-02-24 14:30:02 -0600968 "ReasonCode": "0x3404",
Patrick Williams26919f02022-12-08 06:12:43 -0600969 "Words6To9": {}
Andrew Geisslerfbb18242022-02-24 14:30:02 -0600970 },
971 "Callouts": [
972 {
Patrick Williams26919f02022-12-08 06:12:43 -0600973 "CalloutList": [
974 {
975 "Priority": "high",
976 "Procedure": "next_level_support"
977 }
978 ]
Andrew Geisslerfbb18242022-02-24 14:30:02 -0600979 }
980 ],
Patrick Williams26919f02022-12-08 06:12:43 -0600981 "Documentation": {
Andrew Geisslerfbb18242022-02-24 14:30:02 -0600982 "Description": "A critical BMC application has failed on the system",
983 "Message": "A critical BMC application has failed on the system, the BMC is in an undefined state",
984 "Notes": [
985 "As a part of generating this error log, a BMC dump has ",
986 "also been generated. Please collect this dump if possible. ",
987 "The BMC state is undefined but basic services could still ",
988 "be available. Usually an AC cycle of the entire system is ",
989 "the best recovery option from this error."
990 ]
Matt Spinler288f4322023-01-05 12:54:22 -0600991 },
992
993 "JournalCapture": {
994 "NumLines": 30
Andrew Geisslerfbb18242022-02-24 14:30:02 -0600995 }
996 },
997
998 {
Andrew Geisslerf83efe92022-03-10 15:06:17 -0600999 "Name": "xyz.openbmc_project.State.Error.SecurityCheckFail",
1000 "Subsystem": "bmc_firmware",
1001 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001002 "SRC": {
Andrew Geisslerf83efe92022-03-10 15:06:17 -06001003 "ReasonCode": "0x3405",
Patrick Williams26919f02022-12-08 06:12:43 -06001004 "Words6To9": {}
Andrew Geisslerf83efe92022-03-10 15:06:17 -06001005 },
1006 "Callouts": [
1007 {
Patrick Williams26919f02022-12-08 06:12:43 -06001008 "CalloutList": [
1009 {
1010 "Priority": "high",
1011 "Procedure": "next_level_support"
1012 }
1013 ]
Andrew Geisslerf83efe92022-03-10 15:06:17 -06001014 }
1015 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001016 "Documentation": {
Andrew Geisslerf83efe92022-03-10 15:06:17 -06001017 "Description": "A firmware security check has failed",
1018 "Message": "A firmware security check has failed, most likely something is not configured correctly",
1019 "Notes": [
1020 "This log is only generated in the manufacturing ",
1021 "environment and it indicates that something has not ",
1022 "been configured correctly. Use the data in the PEL to ",
1023 "determine what that is."
1024 ]
1025 }
1026 },
1027
1028 {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001029 "Name": "xyz.openbmc_project.State.BMC.Error.MultiUserTargetFailure",
1030 "Subsystem": "bmc_firmware",
1031 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001032 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001033 "ReasonCode": "0x3406",
Patrick Williams26919f02022-12-08 06:12:43 -06001034 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001035 },
1036 "Callouts": [
1037 {
Patrick Williams26919f02022-12-08 06:12:43 -06001038 "CalloutList": [
1039 {
1040 "Priority": "high",
1041 "Procedure": "next_level_support"
1042 }
1043 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001044 }
1045 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001046 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001047 "Description": "The system has failed to reach BMC Ready state",
1048 "Message": "The system has failed to reach BMC Ready state, look for other errors",
1049 "Notes": [
1050 "This log indicates a critical BMC application required ",
1051 "for the BMC to reach Ready state has failed to start ",
1052 "successfully. Look in the log for other errors indicating ",
1053 "what has failed."
1054 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001055 },
1056
1057 "JournalCapture": {
1058 "NumLines": 30
Andrew Geissler8bafa992022-03-10 15:20:52 -06001059 }
1060 },
1061
1062 {
1063 "Name": "xyz.openbmc_project.State.Chassis.Error.PowerOnFailure",
1064 "Subsystem": "bmc_firmware",
1065 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001066 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001067 "ReasonCode": "0x3407",
Patrick Williams26919f02022-12-08 06:12:43 -06001068 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001069 },
1070 "Callouts": [
1071 {
Patrick Williams26919f02022-12-08 06:12:43 -06001072 "CalloutList": [
1073 {
1074 "Priority": "high",
1075 "Procedure": "next_level_support"
1076 }
1077 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001078 }
1079 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001080 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001081 "Description": "The system has failed to reach chassis power on state",
1082 "Message": "The system has failed to reach chassis power on state, look for other errors",
1083 "Notes": [
1084 "This log indicates a critical BMC application required ",
1085 "for the BMC to power on the chassis has failed to start ",
1086 "successfully. Look in the log for other errors indicating ",
1087 "what has failed."
1088 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001089 },
1090
1091 "JournalCapture": {
1092 "NumLines": 30
Andrew Geissler8bafa992022-03-10 15:20:52 -06001093 }
1094 },
1095
1096 {
1097 "Name": "xyz.openbmc_project.State.Chassis.Error.PowerOffFailure",
1098 "Subsystem": "bmc_firmware",
1099 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001100 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001101 "ReasonCode": "0x3408",
Patrick Williams26919f02022-12-08 06:12:43 -06001102 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001103 },
1104 "Callouts": [
1105 {
Patrick Williams26919f02022-12-08 06:12:43 -06001106 "CalloutList": [
1107 {
1108 "Priority": "high",
1109 "Procedure": "next_level_support"
1110 }
1111 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001112 }
1113 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001114 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001115 "Description": "The system has failed to reach chassis power off state",
1116 "Message": "The system has failed to reach chassis power off state, look for other errors",
1117 "Notes": [
1118 "This log indicates a critical BMC application required ",
1119 "for the BMC to power off the chassis has failed to start ",
1120 "successfully. Look in the log for other errors indicating ",
1121 "what has failed."
1122 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001123 },
1124
1125 "JournalCapture": {
1126 "NumLines": 30
Andrew Geissler8bafa992022-03-10 15:20:52 -06001127 }
1128 },
1129
1130 {
1131 "Name": "xyz.openbmc_project.State.Host.Error.HostStartFailure",
1132 "Subsystem": "bmc_firmware",
1133 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001134 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001135 "ReasonCode": "0x3409",
Patrick Williams26919f02022-12-08 06:12:43 -06001136 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001137 },
1138 "Callouts": [
1139 {
Patrick Williams26919f02022-12-08 06:12:43 -06001140 "CalloutList": [
1141 {
1142 "Priority": "high",
1143 "Procedure": "next_level_support"
1144 }
1145 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001146 }
1147 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001148 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001149 "Description": "The system has failed to start the host firmware",
1150 "Message": "The system has failed to start the host firmware, look for other errors",
1151 "Notes": [
1152 "This log indicates a critical BMC application required ",
1153 "for the BMC to start the host has failed to start ",
1154 "successfully. Look in the log for other errors indicating ",
1155 "what has failed."
1156 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001157 },
1158
1159 "JournalCapture": {
1160 "NumLines": 30
Andrew Geissler8bafa992022-03-10 15:20:52 -06001161 }
1162 },
1163
1164 {
1165 "Name": "xyz.openbmc_project.State.Host.Error.HostStartMinFailure",
1166 "Subsystem": "bmc_firmware",
1167 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001168 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001169 "ReasonCode": "0x3410",
Patrick Williams26919f02022-12-08 06:12:43 -06001170 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001171 },
1172 "Callouts": [
1173 {
Patrick Williams26919f02022-12-08 06:12:43 -06001174 "CalloutList": [
1175 {
1176 "Priority": "high",
1177 "Procedure": "next_level_support"
1178 }
1179 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001180 }
1181 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001182 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001183 "Description": "The system has failed to start the host firmware",
1184 "Message": "The system has failed to start the host firmware, look for other errors",
1185 "Notes": [
1186 "This log indicates a critical BMC application required ",
1187 "for the BMC to start the host has failed to start ",
1188 "successfully. Look in the log for other errors indicating ",
1189 "what has failed."
1190 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001191 },
1192
1193 "JournalCapture": {
1194 "NumLines": 30
Andrew Geissler8bafa992022-03-10 15:20:52 -06001195 }
1196 },
1197
1198 {
1199 "Name": "xyz.openbmc_project.State.Host.Error.HostShutdownFailure",
1200 "Subsystem": "bmc_firmware",
1201 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001202 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001203 "ReasonCode": "0x3411",
Patrick Williams26919f02022-12-08 06:12:43 -06001204 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001205 },
1206 "Callouts": [
1207 {
Patrick Williams26919f02022-12-08 06:12:43 -06001208 "CalloutList": [
1209 {
1210 "Priority": "high",
1211 "Procedure": "next_level_support"
1212 }
1213 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001214 }
1215 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001216 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001217 "Description": "The system has failed to shutdown the host firmware",
1218 "Message": "The system has failed to shutdown the host firmware, look for other errors",
1219 "Notes": [
1220 "This log indicates a critical BMC application required ",
1221 "to shutdown the host firmware has failed to start ",
1222 "successfully. Look in the log for other errors indicating ",
1223 "what has failed."
1224 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001225 },
1226
1227 "JournalCapture": {
1228 "NumLines": 30
Andrew Geissler8bafa992022-03-10 15:20:52 -06001229 }
1230 },
1231
1232 {
1233 "Name": "xyz.openbmc_project.State.Host.Error.HostStopFailure",
1234 "Subsystem": "bmc_firmware",
1235 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001236 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001237 "ReasonCode": "0x3412",
Patrick Williams26919f02022-12-08 06:12:43 -06001238 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001239 },
1240 "Callouts": [
1241 {
Patrick Williams26919f02022-12-08 06:12:43 -06001242 "CalloutList": [
1243 {
1244 "Priority": "high",
1245 "Procedure": "next_level_support"
1246 }
1247 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001248 }
1249 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001250 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001251 "Description": "The system has failed to stop the host firmware",
1252 "Message": "The system has failed to stop the host firmware, look for other errors",
1253 "Notes": [
1254 "This log indicates a critical BMC application required ",
1255 "to stop the host firmware has failed to start ",
1256 "successfully. Look in the log for other errors indicating ",
1257 "what has failed."
1258 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001259 },
1260
1261 "JournalCapture": {
1262 "NumLines": 30
Andrew Geissler8bafa992022-03-10 15:20:52 -06001263 }
1264 },
1265
1266 {
1267 "Name": "xyz.openbmc_project.State.Host.Error.HostRebootFailure",
1268 "Subsystem": "bmc_firmware",
1269 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001270 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001271 "ReasonCode": "0x3413",
Patrick Williams26919f02022-12-08 06:12:43 -06001272 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001273 },
1274 "Callouts": [
1275 {
Patrick Williams26919f02022-12-08 06:12:43 -06001276 "CalloutList": [
1277 {
1278 "Priority": "high",
1279 "Procedure": "next_level_support"
1280 }
1281 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001282 }
1283 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001284 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001285 "Description": "The system has failed to reboot the host firmware",
1286 "Message": "The system has failed to reboot the host firmware, look for other errors",
1287 "Notes": [
1288 "This log indicates a critical BMC application required ",
1289 "to reboot the host firmware has failed to start ",
1290 "successfully. Look in the log for other errors indicating ",
1291 "what has failed."
1292 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001293 },
1294
1295 "JournalCapture": {
1296 "NumLines": 30
Andrew Geissler8bafa992022-03-10 15:20:52 -06001297 }
1298 },
1299
1300 {
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001301 "Name": "xyz.openbmc_project.State.Error.HostQuiesce",
1302 "Subsystem": "bmc_firmware",
1303 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001304 "SRC": {
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001305 "ReasonCode": "0x3414",
Patrick Williams26919f02022-12-08 06:12:43 -06001306 "Words6To9": {}
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001307 },
1308 "Callouts": [
1309 {
Patrick Williams26919f02022-12-08 06:12:43 -06001310 "CalloutList": [
1311 {
1312 "Priority": "high",
1313 "Procedure": "next_level_support"
1314 }
1315 ]
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001316 }
1317 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001318 "Documentation": {
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001319 "Description": "The host firmware has failed to boot",
1320 "Message": "The host firmware has failed to boot and has entered a Quiesce state. Look for other errors.",
1321 "Notes": [
1322 "This log indicates that the host firmware has failed to ",
1323 "boot and all retries have been exhausted. There should be ",
1324 "other logs with more details on the boot failure reason. "
1325 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001326 },
1327
1328 "JournalCapture": {
1329 "NumLines": 30
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001330 }
1331 },
1332
1333 {
Lakshmi Yadlapati95788fe2023-03-24 14:39:32 -05001334 "Name": "xyz.openbmc_project.State.Error.TpmMeasurementFail",
1335 "Subsystem": "bmc_firmware",
1336 "ComponentID": "0x3400",
1337 "SRC": {
1338 "ReasonCode": "0x3415",
1339 "Words6To9": {}
1340 },
1341 "Callouts": [
1342 {
1343 "CalloutList": [
1344 {
1345 "Priority": "high",
1346 "Procedure": "next_level_support"
1347 }
1348 ]
1349 }
1350 ],
1351 "Documentation": {
1352 "Description": "TPM measurement failed",
1353 "Message": "The system has detected a failure in the TPM measurement.",
1354 "Notes": [
1355 "This error occurs when /sys/class/tpm/tpm0/pcr-sha256/0",
1356 "is missing or has a value of 0, indicating a potential compromise",
1357 "of the system's boot process.",
1358 "Please contact your system administrator or next level support",
1359 "to investigate and resolve the issue."
1360 ]
1361 }
1362 },
1363
1364 {
Andrew Geissler730935f2023-04-26 13:26:16 -06001365 "Name": "xyz.openbmc_project.State.Info.ChassisPowerOnStarted",
1366 "Subsystem": "bmc_firmware",
1367 "ComponentID": "0x3400",
1368 "Severity": "non_error",
1369 "SRC": {
1370 "ReasonCode": "0x3416",
1371 "Words6To9": {}
1372 },
1373 "Documentation": {
1374 "Description": "A power on of the chassis has been started",
1375 "Message": "The chassis is powering on.",
1376 "Notes": [
1377 "This informational error is logged each time the chassis",
1378 "is powered on."
1379 ]
1380 }
1381 },
1382
1383 {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -05001384 "Name": "org.open_power.Processor.Error.SbeChipOpFailure",
1385 "Subsystem": "processor_chip",
1386 "ComponentID": "0x3500",
1387
Patrick Williams26919f02022-12-08 06:12:43 -06001388 "SRC": {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -05001389 "ReasonCode": "0x3500",
Patrick Williams26919f02022-12-08 06:12:43 -06001390 "Words6To9": {
1391 "6": {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -05001392 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
1393 "AdditionalDataPropSource": "SRC6"
1394 }
1395 }
1396 },
1397
Patrick Williams26919f02022-12-08 06:12:43 -06001398 "Documentation": {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -05001399 "Description": "chipop failure with SBE provided FFDC",
1400 "Message": "chipop request failure reported by SBE",
1401 "Notes": [
1402 "The severity is set by the creator.",
1403 "Callouts added based on SBE provided FFDC.",
1404 "SBE provided additional debug data included as part of the",
1405 "additional user data section."
1406 ]
1407 }
1408 },
1409
1410 {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -05001411 "Name": "org.open_power.Processor.Error.SbeChipOpTimeout",
1412 "Subsystem": "processor_chip",
1413 "ComponentID": "0x3500",
1414
Patrick Williams26919f02022-12-08 06:12:43 -06001415 "SRC": {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -05001416 "ReasonCode": "0x3501",
Patrick Williams26919f02022-12-08 06:12:43 -06001417 "Words6To9": {
1418 "6": {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -05001419 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
1420 "AdditionalDataPropSource": "SRC6"
1421 }
1422 }
1423 },
1424
Jayanth Othayothe4acc8d2022-06-02 02:32:08 -05001425 "Callouts": [
1426 {
1427 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06001428 {
1429 "Priority": "high",
1430 "Procedure": "next_level_support"
1431 }
Jayanth Othayothe4acc8d2022-06-02 02:32:08 -05001432 ]
1433 }
1434 ],
1435
Patrick Williams26919f02022-12-08 06:12:43 -06001436 "Documentation": {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -05001437 "Description": "SBE chipop timeout",
1438 "Message": "chipop timeout reported during SBE communication",
1439 "Notes": [
1440 "The severity is set by the creator.",
1441 "Check SBE Dump associated to this error to debug the failure."
1442 ]
1443 }
1444 },
1445
1446 {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001447 "Name": "org.open_power.Processor.Error.SbeChipOpInvalidState",
1448 "Subsystem": "processor_chip",
1449 "ComponentID": "0x3500",
1450
Patrick Williams26919f02022-12-08 06:12:43 -06001451 "SRC": {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001452 "ReasonCode": "0x3502",
Patrick Williams26919f02022-12-08 06:12:43 -06001453 "Words6To9": {
1454 "6": {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001455 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
1456 "AdditionalDataPropSource": "SRC6"
1457 },
Patrick Williams26919f02022-12-08 06:12:43 -06001458 "7": {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001459 "Description": "Value of SBE state",
1460 "AdditionalDataPropSource": "SRC7"
1461 }
1462 }
1463 },
1464
Patrick Williams26919f02022-12-08 06:12:43 -06001465 "Documentation": {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001466 "Description": "The SBE on this processor is not in a state where chipOps can be issued",
1467 "Message": "SBE Chipop is not allowed due to invalid SBE state ",
Patrick Williams26919f02022-12-08 06:12:43 -06001468 "Notes": ["The severity is set by the creator."]
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001469 }
1470 },
1471
1472 {
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001473 "Name": "org.open_power.Processor.Error.SbeBootFailure",
1474 "Subsystem": "processor_chip",
1475 "ComponentID": "0x3500",
Patrick Williams26919f02022-12-08 06:12:43 -06001476 "ActionFlags": ["service_action", "report", "call_home"],
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001477
Patrick Williams26919f02022-12-08 06:12:43 -06001478 "SRC": {
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001479 "ReasonCode": "0x3503",
Patrick Williams26919f02022-12-08 06:12:43 -06001480 "Words6To9": {
1481 "6": {
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001482 "Description": "[0:15] chip position",
1483 "AdditionalDataPropSource": "SRC6"
1484 }
1485 }
1486 },
1487
Patrick Williams26919f02022-12-08 06:12:43 -06001488 "Documentation": {
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001489 "Description": "Boot failure with SBE provided FFDC",
1490 "Message": "Boot failure reported by SBE",
1491 "Notes": [
1492 "The severity is set by the creator.",
1493 "Callouts added based on SBE provided FFDC.",
1494 "SBE provided additional debug data included as part of the",
1495 "additional user data section."
1496 ]
1497 }
1498 },
1499
1500 {
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001501 "Name": "org.open_power.Processor.Error.SbeBootTimeout",
1502 "Subsystem": "processor_chip",
1503 "ComponentID": "0x3500",
1504
Patrick Williams26919f02022-12-08 06:12:43 -06001505 "SRC": {
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001506 "ReasonCode": "0x3504",
Patrick Williams26919f02022-12-08 06:12:43 -06001507 "Words6To9": {}
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001508 },
1509
Jayanth Othayothf5cd2a42022-05-31 02:54:10 -05001510 "Callouts": [
1511 {
1512 "System": "ibm,rainier",
1513 "CalloutList": [
1514 {
1515 "Priority": "low",
1516 "LocCode": "P0"
1517 },
1518 {
1519 "Priority": "low",
1520 "LocCode": "P0-C22"
1521 }
1522 ]
1523 },
1524 {
1525 "System": "ibm,everest",
1526 "CalloutList": [
1527 {
1528 "Priority": "low",
1529 "LocCode": "P0"
1530 },
1531 {
1532 "Priority": "low",
1533 "LocCode": "P0-C96"
1534 }
1535 ]
Matt Spinlerbc560982023-04-10 11:16:42 -05001536 },
1537 {
1538 "System": "ibm,bonnell",
1539 "CalloutList": [
1540 {
1541 "Priority": "low",
1542 "LocCode": "P0"
1543 },
1544 {
1545 "Priority": "low",
1546 "LocCode": "P0-C5"
1547 }
1548 ]
Jayanth Othayothf5cd2a42022-05-31 02:54:10 -05001549 }
1550 ],
1551
Patrick Williams26919f02022-12-08 06:12:43 -06001552 "Documentation": {
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001553 "Description": "SBE Boot timeout",
1554 "Message": "timeout reported during SBE boot process",
1555 "Notes": [
1556 "The severity is set by the creator.",
1557 "Check SBE Dump associated to this error to debug the failure."
1558 ]
1559 }
1560 },
1561
1562 {
Ben Tyner34836322020-04-15 17:01:48 -05001563 "Name": "org.open_power.Attn.Error.Terminate",
Ben Tyner808e29f2021-04-16 08:32:23 -05001564 "Subsystem": "cec_hardware",
1565 "Severity": "non_error",
Ben Tyner34836322020-04-15 17:01:48 -05001566
Patrick Williams26919f02022-12-08 06:12:43 -06001567 "SRC": {
Ben Tyner34836322020-04-15 17:01:48 -05001568 "ReasonCode": "0xD138",
Patrick Williams26919f02022-12-08 06:12:43 -06001569 "SymptomIDFields": [
1570 "SRCWord3",
1571 "SRCWord4",
1572 "SRCWord5",
1573 "SRCWord6",
1574 "SRCWord7",
1575 "SRCWord8",
1576 "SRCWord9"
1577 ],
1578 "Words6To9": {}
Ben Tyner34836322020-04-15 17:01:48 -05001579 },
1580
Patrick Williams26919f02022-12-08 06:12:43 -06001581 "Documentation": {
Ben Tyner34836322020-04-15 17:01:48 -05001582 "Description": "Status shows TI special attention active",
1583 "Message": "TI special attention detected",
1584 "Notes": [
1585 "This entry is for any TI special attention event ",
1586 "reported by the attention handler component"
1587 ]
1588 }
1589 },
1590
1591 {
1592 "Name": "org.open_power.Attn.Error.Fail",
1593 "Subsystem": "bmc_firmware",
1594 "Severity": "unrecoverable_loss_of_function",
1595
Patrick Williams26919f02022-12-08 06:12:43 -06001596 "SRC": {
Ben Tyner34836322020-04-15 17:01:48 -05001597 "ReasonCode": "0xD13E",
Patrick Williams26919f02022-12-08 06:12:43 -06001598 "Words6To9": {
1599 "6": {
Ben Tyner34836322020-04-15 17:01:48 -05001600 "Description": "Error code from attention handler",
1601 "AdditionalDataPropSource": "ERROR_CODE"
1602 }
1603 }
1604 },
Patrick Williams26919f02022-12-08 06:12:43 -06001605 "Documentation": {
Ben Tyner34836322020-04-15 17:01:48 -05001606 "Description": "The attention handler encountered an error",
Patrick Williams26919f02022-12-08 06:12:43 -06001607 "MessageArgSources": ["SRCWord6"],
Ben Tyner34836322020-04-15 17:01:48 -05001608 "Message": "Attention handler error %1",
Patrick Williams26919f02022-12-08 06:12:43 -06001609 "Notes": ["Attention handler will provide error code"]
Ben Tyner34836322020-04-15 17:01:48 -05001610 }
1611 },
1612
1613 {
1614 "Name": "org.open_power.Attn.Error.Vital",
1615 "Subsystem": "processor_chip",
Ben Tyner34836322020-04-15 17:01:48 -05001616
Patrick Williams26919f02022-12-08 06:12:43 -06001617 "SRC": {
Ben Tyner34836322020-04-15 17:01:48 -05001618 "ReasonCode": "0xD16D",
Patrick Williams26919f02022-12-08 06:12:43 -06001619 "Words6To9": {}
Ben Tyner34836322020-04-15 17:01:48 -05001620 },
1621
Patrick Williams26919f02022-12-08 06:12:43 -06001622 "Documentation": {
Ben Tyner34836322020-04-15 17:01:48 -05001623 "Description": "Status shows SBE vital attention active",
1624 "Message": "SBE vital attention detected",
1625 "Notes": [
1626 "This entry is for any SBE vital attention event ",
1627 "reported by the attention handler component"
1628 ]
1629 }
1630 },
1631
1632 {
1633 "Name": "org.open_power.HwDiags.Error.Checkstop",
Zane Shelley4e6355d2022-02-24 15:28:08 -06001634 "PossibleSubsystems": [
Patrick Williams26919f02022-12-08 06:12:43 -06001635 "processor",
1636 "processor_fru",
1637 "processor_unit",
1638 "processor_bus",
1639 "memory_ctlr",
1640 "memory_bus",
1641 "memory_dimm",
1642 "memory_fru",
1643 "phb",
1644 "cec_hardware",
1645 "cec_clocks",
1646 "cec_tod",
1647 "others"
Zane Shelley4e6355d2022-02-24 15:28:08 -06001648 ],
1649 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06001650 "ActionFlags": ["service_action", "report", "call_home"],
Ben Tyner34836322020-04-15 17:01:48 -05001651
Patrick Williams26919f02022-12-08 06:12:43 -06001652 "SRC": {
Zane Shelley561c0382020-11-17 13:20:05 -06001653 "ReasonCode": "0xE510",
Patrick Williams26919f02022-12-08 06:12:43 -06001654 "SymptomIDFields": ["SRCWord6", "SRCWord7", "SRCWord8"],
1655 "Words6To9": {
1656 "6": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001657 "AdditionalDataPropSource": "SRC6"
1658 },
Patrick Williams26919f02022-12-08 06:12:43 -06001659 "7": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001660 "AdditionalDataPropSource": "SRC7"
1661 },
Patrick Williams26919f02022-12-08 06:12:43 -06001662 "8": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001663 "AdditionalDataPropSource": "SRC8"
1664 }
Ben Tyner34836322020-04-15 17:01:48 -05001665 }
1666 },
1667
Patrick Williams26919f02022-12-08 06:12:43 -06001668 "Documentation": {
Zane Shelley561c0382020-11-17 13:20:05 -06001669 "Description": "A system checkstop attention has occurred",
Patrick Williams26919f02022-12-08 06:12:43 -06001670 "MessageArgSources": ["SRCWord6", "SRCWord7", "SRCWord8"],
Zane Shelley45ab43a2021-11-13 16:16:57 -06001671 "Message": "Error Signature: %1 %2 %3"
Ben Tyner34836322020-04-15 17:01:48 -05001672 }
1673 },
1674
1675 {
Zane Shelley561c0382020-11-17 13:20:05 -06001676 "Name": "org.open_power.HwDiags.Error.Predictive",
Zane Shelley4e6355d2022-02-24 15:28:08 -06001677 "PossibleSubsystems": [
Patrick Williams26919f02022-12-08 06:12:43 -06001678 "processor",
1679 "processor_fru",
1680 "processor_unit",
1681 "processor_bus",
1682 "memory_ctlr",
1683 "memory_bus",
1684 "memory_dimm",
1685 "memory_fru",
1686 "phb",
1687 "cec_hardware",
1688 "cec_clocks",
1689 "cec_tod",
1690 "others"
Zane Shelley4e6355d2022-02-24 15:28:08 -06001691 ],
1692 "Severity": "predictive",
Patrick Williams26919f02022-12-08 06:12:43 -06001693 "ActionFlags": ["service_action", "report", "call_home"],
Ben Tyner34836322020-04-15 17:01:48 -05001694
Patrick Williams26919f02022-12-08 06:12:43 -06001695 "SRC": {
Zane Shelley561c0382020-11-17 13:20:05 -06001696 "ReasonCode": "0xE511",
Patrick Williams26919f02022-12-08 06:12:43 -06001697 "SymptomIDFields": ["SRCWord6", "SRCWord7", "SRCWord8"],
1698 "Words6To9": {
1699 "6": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001700 "AdditionalDataPropSource": "SRC6"
1701 },
Patrick Williams26919f02022-12-08 06:12:43 -06001702 "7": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001703 "AdditionalDataPropSource": "SRC7"
1704 },
Patrick Williams26919f02022-12-08 06:12:43 -06001705 "8": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001706 "AdditionalDataPropSource": "SRC8"
1707 }
Ben Tyner34836322020-04-15 17:01:48 -05001708 }
1709 },
Zane Shelley561c0382020-11-17 13:20:05 -06001710
Patrick Williams26919f02022-12-08 06:12:43 -06001711 "Documentation": {
Zane Shelley561c0382020-11-17 13:20:05 -06001712 "Description": "A hardware attention requiring service has occurred",
Patrick Williams26919f02022-12-08 06:12:43 -06001713 "MessageArgSources": ["SRCWord6", "SRCWord7", "SRCWord8"],
Zane Shelley45ab43a2021-11-13 16:16:57 -06001714 "Message": "Error Signature: %1 %2 %3"
Ben Tyner34836322020-04-15 17:01:48 -05001715 }
Shawn McCarney01648f52020-06-25 11:42:02 -05001716 },
1717
1718 {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001719 "Name": "org.open_power.HwDiags.Error.Informational",
Zane Shelley4e6355d2022-02-24 15:28:08 -06001720 "PossibleSubsystems": [
Patrick Williams26919f02022-12-08 06:12:43 -06001721 "processor",
1722 "processor_fru",
1723 "processor_unit",
1724 "processor_bus",
1725 "memory_ctlr",
1726 "memory_bus",
1727 "memory_dimm",
1728 "memory_fru",
1729 "phb",
1730 "cec_hardware",
1731 "cec_clocks",
1732 "cec_tod",
1733 "others"
Zane Shelley4e6355d2022-02-24 15:28:08 -06001734 ],
1735 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -06001736 "ActionFlags": ["hidden", "dont_report"],
Zane Shelleydd4bd482021-12-08 09:12:51 -06001737
Patrick Williams26919f02022-12-08 06:12:43 -06001738 "SRC": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001739 "ReasonCode": "0xE512",
Patrick Williams26919f02022-12-08 06:12:43 -06001740 "SymptomIDFields": ["SRCWord6", "SRCWord7", "SRCWord8"],
1741 "Words6To9": {
1742 "6": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001743 "AdditionalDataPropSource": "SRC6"
1744 },
Patrick Williams26919f02022-12-08 06:12:43 -06001745 "7": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001746 "AdditionalDataPropSource": "SRC7"
1747 },
Patrick Williams26919f02022-12-08 06:12:43 -06001748 "8": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001749 "AdditionalDataPropSource": "SRC8"
1750 }
1751 }
1752 },
1753
Patrick Williams26919f02022-12-08 06:12:43 -06001754 "Documentation": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001755 "Description": "Manual analysis was initiated via the command line. FFDC only.",
Patrick Williams26919f02022-12-08 06:12:43 -06001756 "MessageArgSources": ["SRCWord6", "SRCWord7", "SRCWord8"],
Zane Shelleydd4bd482021-12-08 09:12:51 -06001757 "Message": "Error Signature: %1 %2 %3"
1758 }
1759 },
1760
1761 {
Brandon Wyman38caaf02020-09-01 16:07:42 -05001762 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.InputFault",
1763 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001764 "ActionFlags": ["service_action", "report"],
1765 "ComponentID": "0x2700",
1766
1767 "SRC": {
1768 "Type": "11",
1769 "ReasonCode": "0x15F0",
1770 "Words6To9": {}
1771 },
1772
1773 "Callouts": [
1774 {
1775 "CalloutList": [
1776 { "Priority": "high", "SymbolicFRU": "pwrsply" }
1777 ]
1778 }
1779 ],
1780
1781 "Documentation": {
1782 "Description": "Power Supply input power fault",
1783 "Message": "A power supply has indicated an input or under voltage condition.",
1784 "Notes": [
1785 "Check the power supply cabling and/or input power ",
1786 "source. The PWRSPLY procedure is used rather than ",
1787 "calling out a location code, as typically these faults ",
1788 "are related to the supplied power, the cable, or the ",
1789 "cable connectors. If the input fault resolves down to an ",
1790 "issue with the power supply itself, the power supply ",
1791 "indicating this input fault should be called out. Add the ",
1792 "CALLOUT_INVENTORY_PATH to the additional data, and set the",
1793 "CALLOUT_PRIORITY to something other than high."
1794 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06001795 },
1796
1797 "JournalCapture": {
1798 "Sections": [
1799 {
1800 "SyslogID": "phosphor-psu-monitor",
1801 "NumLines": 30
1802 },
1803 {
1804 "SyslogID": "phosphor-power-control",
1805 "NumLines": 30
1806 },
1807 {
1808 "SyslogID": "phosphor-chassis-state-manager",
1809 "NumLines": 15
1810 },
1811 {
1812 "SyslogID": "systemd",
1813 "NumLines": 15
1814 }
1815 ]
Brandon Wyman38caaf02020-09-01 16:07:42 -05001816 }
1817 },
1818
1819 {
1820 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Fault",
1821 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001822 "ActionFlags": ["service_action", "report", "call_home"],
1823 "ComponentID": "0x2700",
1824
1825 "SRC": {
1826 "Type": "11",
1827 "ReasonCode": "0x15F1",
Matt Spinler04ac4e32023-04-14 14:16:37 -05001828 "Words6To9": {},
1829 "DeconfigFlag": true
Brandon Wyman38caaf02020-09-01 16:07:42 -05001830 },
1831
Jim Wright006dafd2022-05-27 12:09:43 -05001832 "Callouts": [
1833 {
1834 "CalloutList": [
1835 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
1836 ]
1837 }
1838 ],
1839
Brandon Wyman38caaf02020-09-01 16:07:42 -05001840 "Documentation": {
1841 "Description": "Power Supply power fault",
1842 "Message": "The power supply detected a fault condition, see AdditionalData for further details.",
1843 "Notes": [
1844 "The power supply reporting the fault should be called ",
1845 "out using the CALLOUT_INVENTORY_PATH keyword. Include ",
1846 "specific fault, STATUS_* details, and code level in the ",
1847 "AdditionalData section."
1848 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06001849 },
1850
1851 "JournalCapture": {
1852 "Sections": [
1853 {
1854 "SyslogID": "phosphor-psu-monitor",
1855 "NumLines": 30
1856 },
1857 {
1858 "SyslogID": "phosphor-power-control",
1859 "NumLines": 30
1860 },
1861 {
1862 "SyslogID": "phosphor-chassis-state-manager",
1863 "NumLines": 15
1864 },
1865 {
1866 "SyslogID": "systemd",
1867 "NumLines": 15
1868 }
1869 ]
Brandon Wyman38caaf02020-09-01 16:07:42 -05001870 }
1871 },
1872
1873 {
1874 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.CommFault",
1875 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001876 "ActionFlags": ["service_action", "report", "call_home"],
1877 "ComponentID": "0x2700",
1878
1879 "SRC": {
1880 "Type": "11",
1881 "ReasonCode": "0x15F2",
Matt Spinler04ac4e32023-04-14 14:16:37 -05001882 "Words6To9": {},
1883 "DeconfigFlag": true
Brandon Wyman38caaf02020-09-01 16:07:42 -05001884 },
1885
Jim Wright006dafd2022-05-27 12:09:43 -05001886 "Callouts": [
1887 {
1888 "CalloutList": [
1889 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
1890 ]
1891 }
1892 ],
1893
Brandon Wyman38caaf02020-09-01 16:07:42 -05001894 "Documentation": {
1895 "Description": "Power Supply non-power fault",
1896 "Message": "A communication failure occurred talking to the power supply",
1897 "Notes": [
1898 "Communication problems with the power supply could be ",
1899 "the power supply, or any hardware between it and the ",
1900 "BMC. Reporting the error should be passing in a call ",
1901 "out using CALLOUT_DEVICE_PATH."
1902 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06001903 },
1904 "JournalCapture": {
1905 "Sections": [
1906 {
1907 "SyslogID": "phosphor-psu-monitor",
1908 "NumLines": 30
1909 },
1910 {
1911 "SyslogID": "phosphor-power-control",
1912 "NumLines": 30
1913 },
1914 {
1915 "SyslogID": "phosphor-chassis-state-manager",
1916 "NumLines": 15
1917 },
1918 {
1919 "SyslogID": "systemd",
1920 "NumLines": 15
1921 }
1922 ]
Brandon Wyman38caaf02020-09-01 16:07:42 -05001923 }
1924 },
1925
1926 {
1927 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Missing",
1928 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001929 "ActionFlags": ["service_action", "report", "call_home"],
1930 "ComponentID": "0x2700",
1931
1932 "SRC": {
1933 "Type": "11",
1934 "ReasonCode": "0x15F6",
Matt Spinler04ac4e32023-04-14 14:16:37 -05001935 "Words6To9": {},
1936 "DeconfigFlag": true
Brandon Wyman38caaf02020-09-01 16:07:42 -05001937 },
1938
1939 "Callouts": [
1940 {
1941 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -05001942 {
1943 "Priority": "high",
1944 "SymbolicFRUTrusted": "pwrsply",
1945 "UseInventoryLocCode": true
1946 }
Brandon Wyman38caaf02020-09-01 16:07:42 -05001947 ]
1948 }
1949 ],
1950
1951 "Documentation": {
1952 "Description": "Power Supply is missing",
1953 "Message": "A power supply that should be present is missing",
1954 "Notes": [
1955 "The CalloutList should use the PWRSPLY symbolic FRU ",
Matt Spinler80600192020-10-23 09:29:33 -05001956 "with the trusted location code property. The ",
1957 "location code in this callout is obtained from ",
1958 "the passed in CALLOUT_INVENTORY_PATH value."
Brandon Wyman38caaf02020-09-01 16:07:42 -05001959 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06001960 },
1961
1962 "JournalCapture": {
1963 "Sections": [
1964 {
1965 "SyslogID": "phosphor-psu-monitor",
1966 "NumLines": 30
1967 },
1968 {
1969 "SyslogID": "phosphor-power-control",
1970 "NumLines": 30
1971 },
1972 {
1973 "SyslogID": "phosphor-chassis-state-manager",
1974 "NumLines": 15
1975 },
1976 {
1977 "SyslogID": "systemd",
1978 "NumLines": 15
1979 }
1980 ]
Brandon Wyman38caaf02020-09-01 16:07:42 -05001981 }
1982 },
1983
1984 {
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00001985 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.NotSupported",
1986 "Subsystem": "power_supply",
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00001987 "ActionFlags": ["service_action", "report", "call_home"],
1988 "ComponentID": "0x2700",
1989
1990 "SRC": {
1991 "Type": "11",
1992 "ReasonCode": "0x15F7",
1993 "Words6To9": {}
1994 },
1995
Jim Wright006dafd2022-05-27 12:09:43 -05001996 "Callouts": [
1997 {
1998 "CalloutList": [
1999 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
2000 ]
2001 }
2002 ],
2003
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00002004 "Documentation": {
2005 "Description": "Power Supply configuration is not supported",
2006 "Message": "The power supply configuration is not supported",
2007 "Notes": [
2008 "The combination of power supplies detected in the ",
2009 "system is not supported. This could be caused by ",
2010 "mismatched models, less than expected number of power ",
2011 "supplies, or other unsupported characteristics."
2012 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06002013 },
2014
2015 "JournalCapture": {
2016 "Sections": [
2017 {
2018 "SyslogID": "phosphor-psu-monitor",
2019 "NumLines": 30
2020 },
2021 {
2022 "SyslogID": "phosphor-power-control",
2023 "NumLines": 30
2024 },
2025 {
2026 "SyslogID": "phosphor-chassis-state-manager",
2027 "NumLines": 15
2028 },
2029 {
2030 "SyslogID": "systemd",
2031 "NumLines": 15
2032 }
2033 ]
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00002034 }
2035 },
2036
2037 {
Brandon Wymanc30f00a2021-11-18 21:10:04 +00002038 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.FanFault",
2039 "Subsystem": "power_supply",
Brandon Wymanc30f00a2021-11-18 21:10:04 +00002040 "ActionFlags": ["service_action", "report", "call_home"],
2041 "ComponentID": "0x2700",
2042
2043 "SRC": {
2044 "Type": "11",
2045 "ReasonCode": "0x15FF",
Matt Spinler04ac4e32023-04-14 14:16:37 -05002046 "Words6To9": {},
2047 "DeconfigFlag": true
Brandon Wymanc30f00a2021-11-18 21:10:04 +00002048 },
2049
Jim Wright006dafd2022-05-27 12:09:43 -05002050 "Callouts": [
2051 {
2052 "CalloutList": [
2053 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
2054 ]
2055 }
2056 ],
2057
Brandon Wymanc30f00a2021-11-18 21:10:04 +00002058 "Documentation": {
2059 "Description": "Power Supply fan fault",
2060 "Message": "A power supply indicated a fan fault has occurred",
2061 "Notes": [
2062 "The power supply reporting the fault should be called ",
2063 "out using the CALLOUT_INVENTORY_PATH keyword. Include ",
2064 "specific fault, STATUS_* details, and code level in the ",
2065 "AdditionalData section."
2066 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06002067 },
2068
2069 "JournalCapture": {
2070 "Sections": [
2071 {
2072 "SyslogID": "phosphor-psu-monitor",
2073 "NumLines": 30
2074 },
2075 {
2076 "SyslogID": "phosphor-power-control",
2077 "NumLines": 30
2078 },
2079 {
2080 "SyslogID": "phosphor-chassis-state-manager",
2081 "NumLines": 15
2082 },
2083 {
2084 "SyslogID": "systemd",
2085 "NumLines": 15
2086 }
2087 ]
Brandon Wymanc30f00a2021-11-18 21:10:04 +00002088 }
2089 },
2090
2091 {
Brandon Wyman90c88402021-11-16 20:34:49 +00002092 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.IoutOCFault",
2093 "Subsystem": "power_supply",
Brandon Wyman90c88402021-11-16 20:34:49 +00002094 "ActionFlags": ["service_action", "report", "call_home"],
2095 "ComponentID": "0x2700",
2096
2097 "SRC": {
2098 "Type": "11",
2099 "ReasonCode": "0x1B01",
2100 "Words6To9": {}
2101 },
2102
2103 "Callouts": [
2104 {
2105 "CalloutList": [
2106 { "Priority": "high", "Procedure": "power_overcurrent" }
2107 ]
2108 }
2109 ],
2110
2111 "Documentation": {
2112 "Description": "Power Supply output over-current power fault",
2113 "Message": "A power supply has indicated an output over-current condition."
Faisal Awada8d2b2422023-03-03 15:48:09 -06002114 },
2115
2116 "JournalCapture": {
2117 "Sections": [
2118 {
2119 "SyslogID": "phosphor-psu-monitor",
2120 "NumLines": 30
2121 },
2122 {
2123 "SyslogID": "phosphor-power-control",
2124 "NumLines": 30
2125 },
2126 {
2127 "SyslogID": "phosphor-chassis-state-manager",
2128 "NumLines": 15
2129 },
2130 {
2131 "SyslogID": "systemd",
2132 "NumLines": 15
2133 }
2134 ]
Brandon Wyman90c88402021-11-16 20:34:49 +00002135 }
2136 },
2137
2138 {
Jay Meyer54ff54e2021-03-14 20:18:41 -05002139 "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Blackout",
2140 "Subsystem": "power",
Patrick Williams26919f02022-12-08 06:12:43 -06002141 "ActionFlags": ["report", "service_action"],
Jay Meyer54ff54e2021-03-14 20:18:41 -05002142 "ComponentID": "0x2700",
2143
Patrick Williams26919f02022-12-08 06:12:43 -06002144 "SRC": {
Jay Meyer54ff54e2021-03-14 20:18:41 -05002145 "Type": "11",
2146 "ReasonCode": "0x00AC",
Mike Cappsa2d7b772022-03-07 15:47:48 -05002147 "Words6To9": {}
Jay Meyer54ff54e2021-03-14 20:18:41 -05002148 },
2149
2150 "Callouts": [
2151 {
2152 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002153 { "Priority": "high", "SymbolicFRU": "ac_module" }
Jay Meyer54ff54e2021-03-14 20:18:41 -05002154 ]
2155 }
2156 ],
2157
2158 "Documentation": {
2159 "Description": "Input power was lost while the system was powered on.",
2160 "Message": "Input power was lost while the system was powered on.",
2161 "Notes": [
2162 "Input power was lost while system powered on.",
2163 "The CalloutList should use the ACMODUL symbolic FRU."
2164 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06002165 },
2166
2167 "JournalCapture": {
2168 "Sections": [
2169 {
2170 "SyslogID": "phosphor-psu-monitor",
2171 "NumLines": 30
2172 },
2173 {
2174 "SyslogID": "phosphor-power-control",
2175 "NumLines": 30
2176 },
2177 {
2178 "SyslogID": "phosphor-chassis-state-manager",
2179 "NumLines": 15
2180 },
2181 {
2182 "SyslogID": "systemd",
2183 "NumLines": 15
2184 }
2185 ]
Jay Meyer54ff54e2021-03-14 20:18:41 -05002186 }
2187 },
2188
2189 {
Patrick Williams26919f02022-12-08 06:12:43 -06002190 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.PSKillFault",
Brandon Wyman002d8cf2021-12-01 23:05:11 +00002191 "Subsystem": "power_supply",
Brandon Wyman002d8cf2021-12-01 23:05:11 +00002192 "ActionFlags": ["service_action", "report", "call_home"],
2193 "ComponentID": "0x2700",
2194
2195 "SRC": {
2196 "Type": "11",
2197 "ReasonCode": "0x2500",
Mike Cappsa2d7b772022-03-07 15:47:48 -05002198 "Words6To9": {}
Brandon Wyman002d8cf2021-12-01 23:05:11 +00002199 },
2200
2201 "Callouts": [
2202 {
2203 "CalloutList": [
2204 { "Priority": "high", "Procedure": "power_overcurrent" }
2205 ]
2206 }
2207 ],
2208
2209 "Documentation": {
2210 "Description": "A power supply fault is potentially preventing the power supply from allowing the system to power on.",
2211 "Message": "Power supply PSKill_fault",
Patrick Williams26919f02022-12-08 06:12:43 -06002212 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06002213 },
2214
2215 "JournalCapture": {
2216 "Sections": [
2217 {
2218 "SyslogID": "phosphor-psu-monitor",
2219 "NumLines": 30
2220 },
2221 {
2222 "SyslogID": "phosphor-power-control",
2223 "NumLines": 30
2224 },
2225 {
2226 "SyslogID": "phosphor-chassis-state-manager",
2227 "NumLines": 15
2228 },
2229 {
2230 "SyslogID": "systemd",
2231 "NumLines": 15
2232 }
2233 ]
Brandon Wyman002d8cf2021-12-01 23:05:11 +00002234 }
2235 },
2236
2237 {
Jim Wright7f678902020-11-30 16:03:57 -06002238 "Name": "xyz.openbmc_project.Power.Error.Shutdown",
2239 "Subsystem": "power_sequencer",
2240 "ComponentID": "0x2700",
2241
2242 "SRC": {
2243 "Type": "11",
2244 "ReasonCode": "0x2600",
2245 "Words6To9": {}
2246 },
2247
2248 "Callouts": [
2249 {
2250 "CalloutList": [
2251 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2252 ]
2253 }
2254 ],
2255
2256 "Documentation": {
2257 "Description": "A power off was issued because a power fault was detected",
2258 "Message": "A power off was issued because a power fault was detected",
Patrick Williams26919f02022-12-08 06:12:43 -06002259 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06002260 },
2261
2262 "JournalCapture": {
2263 "Sections": [
2264 {
2265 "SyslogID": "phosphor-psu-monitor",
2266 "NumLines": 30
2267 },
2268 {
2269 "SyslogID": "phosphor-power-control",
2270 "NumLines": 30
2271 },
2272 {
2273 "SyslogID": "phosphor-chassis-state-manager",
2274 "NumLines": 15
2275 },
2276 {
2277 "SyslogID": "systemd",
2278 "NumLines": 15
2279 },
2280 {
2281 "SyslogID": "phosphor-regulators",
2282 "NumLines": 5
2283 }
2284 ]
Jim Wright7f678902020-11-30 16:03:57 -06002285 }
2286 },
2287
2288 {
Ben Tyner0273a222021-07-12 15:18:13 -05002289 "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Regulator",
2290 "Subsystem": "power_control_hw",
Mike Capps2a2d0ae2022-03-16 18:09:00 -04002291 "Severity": "critical_system_term",
Ben Tyner0273a222021-07-12 15:18:13 -05002292 "ComponentID": "0x2700",
2293
2294 "SRC": {
2295 "Type": "11",
2296 "ReasonCode": "0x2602",
Mike Cappsa2d7b772022-03-07 15:47:48 -05002297 "Words6To9": {}
Ben Tyner0273a222021-07-12 15:18:13 -05002298 },
2299
2300 "Callouts": [
2301 {
2302 "System": "ibm,rainier",
2303 "CalloutList": [
2304 {
2305 "Priority": "high",
2306 "LocCode": "P0-C5"
2307 },
2308 {
2309 "Priority": "medium",
2310 "LocCode": "P0"
2311 }
2312 ]
2313 },
2314 {
2315 "System": "ibm,everest",
2316 "CalloutList": [
2317 {
2318 "Priority": "high",
2319 "LocCode": "P0-C59"
2320 },
2321 {
2322 "Priority": "medium",
2323 "LocCode": "P0"
2324 }
2325 ]
Matt Spinler0600cf72023-04-10 11:22:33 -05002326 },
2327 {
2328 "System": "ibm,bonnell",
2329 "CalloutList": [
2330 {
2331 "Priority": "high",
2332 "LocCode": "P0"
2333 }
2334 ]
Ben Tyner0273a222021-07-12 15:18:13 -05002335 }
2336 ],
2337
2338 "Documentation": {
2339 "Description": "A power off was issued because a regulator for standby power faulted",
2340 "Message": "A power off was issued because a regulator for standby power faulted",
Patrick Williams26919f02022-12-08 06:12:43 -06002341 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06002342 },
2343
2344 "JournalCapture": {
2345 "Sections": [
2346 {
2347 "SyslogID": "phosphor-psu-monitor",
2348 "NumLines": 30
2349 },
2350 {
2351 "SyslogID": "phosphor-power-control",
2352 "NumLines": 30
2353 },
2354 {
2355 "SyslogID": "phosphor-chassis-state-manager",
2356 "NumLines": 15
2357 },
2358 {
2359 "SyslogID": "systemd",
2360 "NumLines": 15
2361 },
2362 {
2363 "SyslogID": "phosphor-regulators",
2364 "NumLines": 5
2365 }
2366 ]
Ben Tyner0273a222021-07-12 15:18:13 -05002367 }
2368 },
2369
2370 {
Jim Wright7f678902020-11-30 16:03:57 -06002371 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerPGOODFault",
2372 "Subsystem": "power_sequencer",
2373 "ComponentID": "0x2700",
2374
2375 "SRC": {
2376 "Type": "11",
2377 "ReasonCode": "0x2610",
2378 "Words6To9": {}
2379 },
2380
2381 "CalloutsUsingAD": {
Patrick Williams26919f02022-12-08 06:12:43 -06002382 "ADName": "INPUT_NAME",
2383 "CalloutsWithTheirADValues": [
Jim Wright7f678902020-11-30 16:03:57 -06002384 {
Patrick Williams26919f02022-12-08 06:12:43 -06002385 "ADValue": "PGOOD_12A",
2386 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002387 {
2388 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002389 {
2390 "Priority": "high",
2391 "SymbolicFRU": "pgood_part"
2392 }
Jim Wright7f678902020-11-30 16:03:57 -06002393 ]
2394 }
2395 ]
2396 },
2397 {
Patrick Williams26919f02022-12-08 06:12:43 -06002398 "ADValue": "PGOOD_12B",
2399 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002400 {
2401 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002402 {
2403 "Priority": "high",
2404 "SymbolicFRU": "pgood_part"
2405 }
Jim Wright7f678902020-11-30 16:03:57 -06002406 ]
2407 }
2408 ]
2409 },
2410 {
Patrick Williams26919f02022-12-08 06:12:43 -06002411 "ADValue": "PGOOD_12C",
2412 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002413 {
2414 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002415 {
2416 "Priority": "high",
2417 "SymbolicFRU": "pgood_part"
2418 }
Jim Wright7f678902020-11-30 16:03:57 -06002419 ]
2420 }
2421 ]
2422 },
2423 {
Patrick Williams26919f02022-12-08 06:12:43 -06002424 "ADValue": "PGOOD_12D",
2425 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002426 {
2427 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002428 {
2429 "Priority": "high",
2430 "SymbolicFRU": "pgood_part"
2431 }
Jim Wright7f678902020-11-30 16:03:57 -06002432 ]
2433 }
2434 ]
2435 },
2436 {
Patrick Williams26919f02022-12-08 06:12:43 -06002437 "ADValue": "PGOOD_12L",
2438 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002439 {
2440 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002441 {
2442 "Priority": "high",
2443 "SymbolicFRU": "pgood_part"
2444 }
Jim Wright7f678902020-11-30 16:03:57 -06002445 ]
2446 }
2447 ]
2448 },
2449 {
Patrick Williams26919f02022-12-08 06:12:43 -06002450 "ADValue": "PGOOD_12M",
2451 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002452 {
2453 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002454 {
2455 "Priority": "high",
2456 "SymbolicFRU": "pgood_part"
2457 }
Jim Wright7f678902020-11-30 16:03:57 -06002458 ]
2459 }
2460 ]
2461 },
2462 {
Patrick Williams26919f02022-12-08 06:12:43 -06002463 "ADValue": "PGOOD_12N",
2464 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002465 {
2466 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002467 {
2468 "Priority": "high",
2469 "SymbolicFRU": "pgood_part"
2470 }
Jim Wright7f678902020-11-30 16:03:57 -06002471 ]
2472 }
2473 ]
2474 },
2475 {
Patrick Williams26919f02022-12-08 06:12:43 -06002476 "ADValue": "PGOOD_12PCIE",
2477 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002478 {
2479 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002480 {
2481 "Priority": "high",
2482 "SymbolicFRU": "pgood_part"
2483 }
Jim Wright7f678902020-11-30 16:03:57 -06002484 ]
2485 }
2486 ]
2487 },
2488 {
Patrick Williams26919f02022-12-08 06:12:43 -06002489 "ADValue": "PGOOD_12Q",
2490 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002491 {
2492 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002493 {
2494 "Priority": "high",
2495 "SymbolicFRU": "pgood_part"
2496 }
Jim Wright7f678902020-11-30 16:03:57 -06002497 ]
2498 }
2499 ]
2500 },
2501 {
Patrick Williams26919f02022-12-08 06:12:43 -06002502 "ADValue": "PGOOD_VDN_DCM0",
2503 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002504 {
2505 "CalloutList": [
2506 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002507 {
2508 "Priority": "medium",
2509 "LocCode": "P0-C15"
2510 },
Jim Wright7f678902020-11-30 16:03:57 -06002511 { "Priority": "low", "LocCode": "P0" }
2512 ]
2513 }
2514 ]
2515 },
2516 {
Patrick Williams26919f02022-12-08 06:12:43 -06002517 "ADValue": "PGOOD_VDN_DCM1",
2518 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002519 {
2520 "CalloutList": [
2521 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002522 {
2523 "Priority": "medium",
2524 "LocCode": "P0-C24"
2525 },
Jim Wright7f678902020-11-30 16:03:57 -06002526 { "Priority": "low", "LocCode": "P0" }
2527 ]
2528 }
2529 ]
2530 },
2531 {
Patrick Williams26919f02022-12-08 06:12:43 -06002532 "ADValue": "PGOOD_VCS_DCM0",
2533 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002534 {
2535 "CalloutList": [
2536 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002537 {
2538 "Priority": "medium",
2539 "LocCode": "P0-C15"
2540 },
Jim Wright7f678902020-11-30 16:03:57 -06002541 { "Priority": "low", "LocCode": "P0" }
2542 ]
2543 }
2544 ]
2545 },
2546 {
Patrick Williams26919f02022-12-08 06:12:43 -06002547 "ADValue": "PGOOD_VCS_DCM1",
2548 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002549 {
2550 "CalloutList": [
2551 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002552 {
2553 "Priority": "medium",
2554 "LocCode": "P0-C24"
2555 },
Jim Wright7f678902020-11-30 16:03:57 -06002556 { "Priority": "low", "LocCode": "P0" }
2557 ]
2558 }
2559 ]
2560 },
2561 {
Patrick Williams26919f02022-12-08 06:12:43 -06002562 "ADValue": "PGOOD_VIO_DCM0",
2563 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002564 {
2565 "CalloutList": [
2566 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002567 {
2568 "Priority": "medium",
2569 "LocCode": "P0-C15"
2570 },
Jim Wright7f678902020-11-30 16:03:57 -06002571 { "Priority": "low", "LocCode": "P0" }
2572 ]
2573 }
2574 ]
2575 },
2576 {
Patrick Williams26919f02022-12-08 06:12:43 -06002577 "ADValue": "PGOOD_VIO_DCM1",
2578 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002579 {
2580 "CalloutList": [
2581 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002582 {
2583 "Priority": "medium",
2584 "LocCode": "P0-C24"
2585 },
Jim Wright7f678902020-11-30 16:03:57 -06002586 { "Priority": "low", "LocCode": "P0" }
2587 ]
2588 }
2589 ]
2590 },
2591 {
Patrick Williams26919f02022-12-08 06:12:43 -06002592 "ADValue": "PGOOD_VPCIE_DCM0",
2593 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002594 {
2595 "CalloutList": [
2596 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002597 {
2598 "Priority": "medium",
2599 "LocCode": "P0-C15"
2600 },
Jim Wright7f678902020-11-30 16:03:57 -06002601 { "Priority": "low", "LocCode": "P0" }
2602 ]
2603 }
2604 ]
2605 },
2606 {
Patrick Williams26919f02022-12-08 06:12:43 -06002607 "ADValue": "PGOOD_VPCIE_DCM1",
2608 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002609 {
2610 "CalloutList": [
2611 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002612 {
2613 "Priority": "medium",
2614 "LocCode": "P0-C24"
2615 },
Jim Wright7f678902020-11-30 16:03:57 -06002616 { "Priority": "low", "LocCode": "P0" }
2617 ]
2618 }
2619 ]
Jim Wright2e4eb072022-02-03 14:43:46 -06002620 },
2621 {
Patrick Williams26919f02022-12-08 06:12:43 -06002622 "ADValue": "CP0_VPCIE",
2623 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002624 {
2625 "CalloutList": [
2626 { "Priority": "high", "LocCode": "P0-C58" },
Patrick Williams26919f02022-12-08 06:12:43 -06002627 {
2628 "Priority": "medium",
2629 "LocCode": "P0-C61"
2630 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002631 { "Priority": "low", "LocCode": "P0" }
2632 ]
2633 }
2634 ]
2635 },
2636 {
Patrick Williams26919f02022-12-08 06:12:43 -06002637 "ADValue": "CP1_VPCIE",
2638 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002639 {
2640 "CalloutList": [
2641 { "Priority": "high", "LocCode": "P0-C16" },
Patrick Williams26919f02022-12-08 06:12:43 -06002642 {
2643 "Priority": "medium",
2644 "LocCode": "P0-C14"
2645 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002646 { "Priority": "low", "LocCode": "P0" }
2647 ]
2648 }
2649 ]
2650 },
2651 {
Patrick Williams26919f02022-12-08 06:12:43 -06002652 "ADValue": "CP2_VPCIE",
2653 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002654 {
2655 "CalloutList": [
2656 { "Priority": "high", "LocCode": "P0-C16" },
Patrick Williams26919f02022-12-08 06:12:43 -06002657 {
2658 "Priority": "medium",
2659 "LocCode": "P0-C19"
2660 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002661 { "Priority": "low", "LocCode": "P0" }
2662 ]
2663 }
2664 ]
2665 },
2666 {
Patrick Williams26919f02022-12-08 06:12:43 -06002667 "ADValue": "CP3_VPCIE",
2668 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002669 {
2670 "CalloutList": [
2671 { "Priority": "high", "LocCode": "P0-C58" },
Patrick Williams26919f02022-12-08 06:12:43 -06002672 {
2673 "Priority": "medium",
2674 "LocCode": "P0-C56"
2675 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002676 { "Priority": "low", "LocCode": "P0" }
2677 ]
2678 }
2679 ]
2680 },
2681 {
Patrick Williams26919f02022-12-08 06:12:43 -06002682 "ADValue": "5.0V_USB_front",
2683 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002684 {
2685 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002686 {
2687 "Priority": "high",
2688 "SymbolicFRU": "usb_pgood"
2689 },
Jim Wrightace33db2022-04-19 14:33:37 -05002690 { "Priority": "low", "LocCode": "P1" },
2691 { "Priority": "low", "LocCode": "P0" }
Jim Wright2e4eb072022-02-03 14:43:46 -06002692 ]
2693 }
2694 ]
2695 },
2696 {
Patrick Williams26919f02022-12-08 06:12:43 -06002697 "ADValue": "CP0_VDN",
2698 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002699 {
2700 "CalloutList": [
2701 { "Priority": "high", "LocCode": "P0-C63" },
Patrick Williams26919f02022-12-08 06:12:43 -06002702 {
2703 "Priority": "medium",
2704 "LocCode": "P0-C61"
2705 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002706 { "Priority": "low", "LocCode": "P0" }
2707 ]
2708 }
2709 ]
2710 },
2711 {
Patrick Williams26919f02022-12-08 06:12:43 -06002712 "ADValue": "CP1_VDN",
2713 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002714 {
2715 "CalloutList": [
2716 { "Priority": "high", "LocCode": "P0-C12" },
Patrick Williams26919f02022-12-08 06:12:43 -06002717 {
2718 "Priority": "medium",
2719 "LocCode": "P0-C14"
2720 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002721 { "Priority": "low", "LocCode": "P0" }
2722 ]
2723 }
2724 ]
2725 },
2726 {
Patrick Williams26919f02022-12-08 06:12:43 -06002727 "ADValue": "CP2_VDN",
2728 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002729 {
2730 "CalloutList": [
2731 { "Priority": "high", "LocCode": "P0-C21" },
Patrick Williams26919f02022-12-08 06:12:43 -06002732 {
2733 "Priority": "medium",
2734 "LocCode": "P0-C19"
2735 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002736 { "Priority": "low", "LocCode": "P0" }
2737 ]
2738 }
2739 ]
2740 },
2741 {
Patrick Williams26919f02022-12-08 06:12:43 -06002742 "ADValue": "CP3_VDN",
2743 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002744 {
2745 "CalloutList": [
2746 { "Priority": "high", "LocCode": "P0-C54" },
Patrick Williams26919f02022-12-08 06:12:43 -06002747 {
2748 "Priority": "medium",
2749 "LocCode": "P0-C56"
2750 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002751 { "Priority": "low", "LocCode": "P0" }
2752 ]
2753 }
2754 ]
2755 },
2756 {
Patrick Williams26919f02022-12-08 06:12:43 -06002757 "ADValue": "CP0_VIO",
2758 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002759 {
2760 "CalloutList": [
2761 { "Priority": "high", "LocCode": "P0-C63" },
Patrick Williams26919f02022-12-08 06:12:43 -06002762 {
2763 "Priority": "medium",
2764 "LocCode": "P0-C61"
2765 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002766 { "Priority": "low", "LocCode": "P0" }
2767 ]
2768 }
2769 ]
2770 },
2771 {
Patrick Williams26919f02022-12-08 06:12:43 -06002772 "ADValue": "CP1_VIO",
2773 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002774 {
2775 "CalloutList": [
2776 { "Priority": "high", "LocCode": "P0-C12" },
Patrick Williams26919f02022-12-08 06:12:43 -06002777 {
2778 "Priority": "medium",
2779 "LocCode": "P0-C14"
2780 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002781 { "Priority": "low", "LocCode": "P0" }
2782 ]
2783 }
2784 ]
2785 },
2786 {
Patrick Williams26919f02022-12-08 06:12:43 -06002787 "ADValue": "CP2_VIO",
2788 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002789 {
2790 "CalloutList": [
2791 { "Priority": "high", "LocCode": "P0-C21" },
Patrick Williams26919f02022-12-08 06:12:43 -06002792 {
2793 "Priority": "medium",
2794 "LocCode": "P0-C19"
2795 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002796 { "Priority": "low", "LocCode": "P0" }
2797 ]
2798 }
2799 ]
2800 },
2801 {
Patrick Williams26919f02022-12-08 06:12:43 -06002802 "ADValue": "CP3_VIO",
2803 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002804 {
2805 "CalloutList": [
2806 { "Priority": "high", "LocCode": "P0-C54" },
Patrick Williams26919f02022-12-08 06:12:43 -06002807 {
2808 "Priority": "medium",
2809 "LocCode": "P0-C56"
2810 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002811 { "Priority": "low", "LocCode": "P0" }
2812 ]
2813 }
2814 ]
Jim Wright9b779e42022-12-16 17:50:23 -06002815 },
2816 {
2817 "ADValue": "12P0VB_PG_OK",
2818 "Callouts": [
2819 {
2820 "CalloutList": [
2821 {
2822 "Priority": "high",
2823 "SymbolicFRU": "pgood_part"
2824 }
2825 ]
2826 }
2827 ]
2828 },
2829 {
2830 "ADValue": "12P0VA_PG_OK",
2831 "Callouts": [
2832 {
2833 "CalloutList": [
2834 {
2835 "Priority": "high",
2836 "SymbolicFRU": "pgood_part"
2837 }
2838 ]
2839 }
2840 ]
Jim Wright7f678902020-11-30 16:03:57 -06002841 }
2842 ]
2843 },
2844
2845 "Documentation": {
2846 "Description": "The power sequencer chip detected a PGOOD fault",
2847 "Message": "The power sequencer chip detected a PGOOD fault",
Patrick Williams26919f02022-12-08 06:12:43 -06002848 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06002849 },
2850
2851 "JournalCapture": {
2852 "Sections": [
2853 {
2854 "SyslogID": "phosphor-psu-monitor",
2855 "NumLines": 30
2856 },
2857 {
2858 "SyslogID": "phosphor-power-control",
2859 "NumLines": 30
2860 },
2861 {
2862 "SyslogID": "phosphor-chassis-state-manager",
2863 "NumLines": 15
2864 },
2865 {
2866 "SyslogID": "systemd",
2867 "NumLines": 15
2868 },
2869 {
2870 "SyslogID": "phosphor-regulators",
2871 "NumLines": 5
2872 }
2873 ]
Jim Wright7f678902020-11-30 16:03:57 -06002874 }
2875 },
2876
2877 {
2878 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerVoltageFault",
2879 "Subsystem": "power_sequencer",
2880 "ComponentID": "0x2700",
2881
2882 "SRC": {
2883 "Type": "11",
2884 "ReasonCode": "0x2620",
2885 "Words6To9": {}
2886 },
2887
2888 "CalloutsUsingAD": {
Patrick Williams26919f02022-12-08 06:12:43 -06002889 "ADName": "RAIL_NAME",
2890 "CalloutsWithTheirADValues": [
Jim Wright7f678902020-11-30 16:03:57 -06002891 {
Patrick Williams26919f02022-12-08 06:12:43 -06002892 "ADValue": "12.0V",
2893 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002894 {
2895 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002896 {
2897 "Priority": "high",
2898 "SymbolicFRU": "pgood_part"
2899 }
Jim Wright7f678902020-11-30 16:03:57 -06002900 ]
2901 }
2902 ]
2903 },
2904 {
Patrick Williams26919f02022-12-08 06:12:43 -06002905 "ADValue": "5.0V_USB",
2906 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002907 {
2908 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002909 {
2910 "Priority": "high",
2911 "SymbolicFRU": "usb_pgood"
2912 },
Jim Wright7f678902020-11-30 16:03:57 -06002913 { "Priority": "medium", "LocCode": "P0" }
2914 ]
2915 }
2916 ]
2917 },
2918 {
Patrick Williams26919f02022-12-08 06:12:43 -06002919 "ADValue": "5.0V_DASD",
2920 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002921 {
2922 "CalloutList": [
2923 { "Priority": "medium", "LocCode": "P1" },
2924 { "Priority": "medium", "LocCode": "P2" },
Jim Wright7f678902020-11-30 16:03:57 -06002925 { "Priority": "low", "LocCode": "P0" }
2926 ]
2927 }
2928 ]
2929 },
2930 {
Patrick Williams26919f02022-12-08 06:12:43 -06002931 "ADValue": "3.3VA",
2932 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002933 {
2934 "CalloutList": [
2935 { "Priority": "high", "LocCode": "P0" }
2936 ]
2937 }
2938 ]
2939 },
2940 {
Patrick Williams26919f02022-12-08 06:12:43 -06002941 "ADValue": "3.3VB",
2942 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002943 {
2944 "CalloutList": [
2945 { "Priority": "high", "LocCode": "P0" }
2946 ]
2947 }
2948 ]
2949 },
2950 {
Patrick Williams26919f02022-12-08 06:12:43 -06002951 "ADValue": "1.5V",
2952 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002953 {
2954 "CalloutList": [
2955 { "Priority": "high", "LocCode": "P0" }
2956 ]
2957 }
2958 ]
2959 },
2960 {
Patrick Williams26919f02022-12-08 06:12:43 -06002961 "ADValue": "1.1V",
2962 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002963 {
2964 "CalloutList": [
2965 { "Priority": "high", "LocCode": "P0" }
2966 ]
2967 }
2968 ]
2969 },
2970 {
Patrick Williams26919f02022-12-08 06:12:43 -06002971 "ADValue": "VDDA_DCM0",
2972 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002973 {
2974 "CalloutList": [
2975 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002976 {
2977 "Priority": "medium",
2978 "LocCode": "P0-C15"
2979 },
Jim Wright7f678902020-11-30 16:03:57 -06002980 { "Priority": "low", "LocCode": "P0" }
2981 ]
2982 }
2983 ]
2984 },
2985 {
Patrick Williams26919f02022-12-08 06:12:43 -06002986 "ADValue": "VDDB_DCM0",
2987 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002988 {
2989 "CalloutList": [
2990 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002991 {
2992 "Priority": "medium",
2993 "LocCode": "P0-C15"
2994 },
Jim Wright7f678902020-11-30 16:03:57 -06002995 { "Priority": "low", "LocCode": "P0" }
2996 ]
2997 }
2998 ]
2999 },
3000 {
Patrick Williams26919f02022-12-08 06:12:43 -06003001 "ADValue": "VDDA_DCM1",
3002 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003003 {
3004 "CalloutList": [
3005 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06003006 {
3007 "Priority": "medium",
3008 "LocCode": "P0-C24"
3009 },
Jim Wright7f678902020-11-30 16:03:57 -06003010 { "Priority": "low", "LocCode": "P0" }
3011 ]
3012 }
3013 ]
3014 },
3015 {
Patrick Williams26919f02022-12-08 06:12:43 -06003016 "ADValue": "VDDB_DCM1",
3017 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003018 {
3019 "CalloutList": [
3020 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06003021 {
3022 "Priority": "medium",
3023 "LocCode": "P0-C24"
3024 },
Jim Wright7f678902020-11-30 16:03:57 -06003025 { "Priority": "low", "LocCode": "P0" }
3026 ]
3027 }
3028 ]
3029 },
3030 {
Patrick Williams26919f02022-12-08 06:12:43 -06003031 "ADValue": "12.0VCS",
3032 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003033 {
3034 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003035 {
3036 "Priority": "high",
3037 "SymbolicFRU": "pgood_part"
3038 }
Jim Wright7f678902020-11-30 16:03:57 -06003039 ]
3040 }
3041 ]
3042 },
3043 {
Patrick Williams26919f02022-12-08 06:12:43 -06003044 "ADValue": "3.3VCS",
3045 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003046 {
3047 "CalloutList": [
3048 { "Priority": "high", "LocCode": "P0" }
3049 ]
3050 }
3051 ]
3052 },
3053 {
Patrick Williams26919f02022-12-08 06:12:43 -06003054 "ADValue": "1.1V_Current",
3055 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003056 {
3057 "CalloutList": [
3058 { "Priority": "high", "LocCode": "P0" }
3059 ]
3060 }
3061 ]
3062 },
3063 {
Patrick Williams26919f02022-12-08 06:12:43 -06003064 "ADValue": "5.0V_USB_Current",
3065 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003066 {
3067 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003068 {
3069 "Priority": "high",
3070 "SymbolicFRU": "usb_pgood"
3071 },
Jim Wright7f678902020-11-30 16:03:57 -06003072 { "Priority": "medium", "LocCode": "P0" }
3073 ]
3074 }
3075 ]
3076 },
3077 {
Patrick Williams26919f02022-12-08 06:12:43 -06003078 "ADValue": "5.0V_DASD_Current",
3079 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003080 {
3081 "CalloutList": [
3082 { "Priority": "medium", "LocCode": "P1" },
3083 { "Priority": "medium", "LocCode": "P2" },
Jim Wright7f678902020-11-30 16:03:57 -06003084 { "Priority": "low", "LocCode": "P0" }
3085 ]
3086 }
3087 ]
3088 },
3089 {
Patrick Williams26919f02022-12-08 06:12:43 -06003090 "ADValue": "12.0VN",
3091 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003092 {
3093 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003094 {
3095 "Priority": "high",
3096 "SymbolicFRU": "pgood_part"
3097 }
Jim Wright7f678902020-11-30 16:03:57 -06003098 ]
3099 }
3100 ]
3101 },
3102 {
Patrick Williams26919f02022-12-08 06:12:43 -06003103 "ADValue": "12.0VP",
3104 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003105 {
3106 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003107 {
3108 "Priority": "high",
3109 "SymbolicFRU": "pgood_part"
3110 }
Jim Wright7f678902020-11-30 16:03:57 -06003111 ]
3112 }
3113 ]
3114 },
3115 {
Patrick Williams26919f02022-12-08 06:12:43 -06003116 "ADValue": "12.0VQ",
3117 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003118 {
3119 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003120 {
3121 "Priority": "high",
3122 "SymbolicFRU": "pgood_part"
3123 }
Jim Wright7f678902020-11-30 16:03:57 -06003124 ]
3125 }
3126 ]
3127 },
3128 {
Patrick Williams26919f02022-12-08 06:12:43 -06003129 "ADValue": "12.0VR",
3130 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003131 {
3132 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003133 {
3134 "Priority": "high",
3135 "SymbolicFRU": "pgood_part"
3136 }
Jim Wright7f678902020-11-30 16:03:57 -06003137 ]
3138 }
3139 ]
3140 },
3141 {
Patrick Williams26919f02022-12-08 06:12:43 -06003142 "ADValue": "ThermalDiode1",
3143 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003144 {
3145 "CalloutList": [
3146 { "Priority": "high", "LocCode": "P0" }
3147 ]
3148 }
3149 ]
3150 },
3151 {
Patrick Williams26919f02022-12-08 06:12:43 -06003152 "ADValue": "ThermalDiode2",
3153 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003154 {
3155 "CalloutList": [
3156 { "Priority": "high", "LocCode": "P0" }
3157 ]
3158 }
3159 ]
3160 },
3161 {
Patrick Williams26919f02022-12-08 06:12:43 -06003162 "ADValue": "ThermalDiode3",
3163 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003164 {
3165 "CalloutList": [
3166 { "Priority": "high", "LocCode": "P0" }
3167 ]
3168 }
3169 ]
3170 },
3171 {
Patrick Williams26919f02022-12-08 06:12:43 -06003172 "ADValue": "ThermalDiode4",
3173 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003174 {
3175 "CalloutList": [
3176 { "Priority": "high", "LocCode": "P0" }
3177 ]
3178 }
3179 ]
Jim Wrightae1738c2022-05-02 09:57:45 -05003180 },
3181 {
Patrick Williams26919f02022-12-08 06:12:43 -06003182 "ADValue": "VDN_DCM0",
3183 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003184 {
3185 "CalloutList": [
3186 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06003187 {
3188 "Priority": "medium",
3189 "LocCode": "P0-C15"
3190 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003191 { "Priority": "low", "LocCode": "P0" }
3192 ]
3193 }
3194 ]
3195 },
3196 {
Patrick Williams26919f02022-12-08 06:12:43 -06003197 "ADValue": "VDN_DCM1",
3198 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003199 {
3200 "CalloutList": [
3201 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06003202 {
3203 "Priority": "medium",
3204 "LocCode": "P0-C24"
3205 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003206 { "Priority": "low", "LocCode": "P0" }
3207 ]
3208 }
3209 ]
3210 },
3211 {
Patrick Williams26919f02022-12-08 06:12:43 -06003212 "ADValue": "VCS_DCM0",
3213 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003214 {
3215 "CalloutList": [
3216 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06003217 {
3218 "Priority": "medium",
3219 "LocCode": "P0-C15"
3220 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003221 { "Priority": "low", "LocCode": "P0" }
3222 ]
3223 }
3224 ]
3225 },
3226 {
Patrick Williams26919f02022-12-08 06:12:43 -06003227 "ADValue": "VCS_DCM1",
3228 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003229 {
3230 "CalloutList": [
3231 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06003232 {
3233 "Priority": "medium",
3234 "LocCode": "P0-C24"
3235 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003236 { "Priority": "low", "LocCode": "P0" }
3237 ]
3238 }
3239 ]
3240 },
3241 {
Patrick Williams26919f02022-12-08 06:12:43 -06003242 "ADValue": "VIO_DCM0",
3243 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003244 {
3245 "CalloutList": [
3246 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06003247 {
3248 "Priority": "medium",
3249 "LocCode": "P0-C15"
3250 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003251 { "Priority": "low", "LocCode": "P0" }
3252 ]
3253 }
3254 ]
3255 },
3256 {
Patrick Williams26919f02022-12-08 06:12:43 -06003257 "ADValue": "VIO_DCM1",
3258 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003259 {
3260 "CalloutList": [
3261 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06003262 {
3263 "Priority": "medium",
3264 "LocCode": "P0-C24"
3265 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003266 { "Priority": "low", "LocCode": "P0" }
3267 ]
3268 }
3269 ]
3270 },
3271 {
Patrick Williams26919f02022-12-08 06:12:43 -06003272 "ADValue": "VPCIE_DCM0",
3273 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003274 {
3275 "CalloutList": [
3276 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06003277 {
3278 "Priority": "medium",
3279 "LocCode": "P0-C15"
3280 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003281 { "Priority": "low", "LocCode": "P0" }
3282 ]
3283 }
3284 ]
3285 },
3286 {
Patrick Williams26919f02022-12-08 06:12:43 -06003287 "ADValue": "VPCIE_DCM1",
3288 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003289 {
3290 "CalloutList": [
3291 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06003292 {
3293 "Priority": "medium",
3294 "LocCode": "P0-C24"
3295 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003296 { "Priority": "low", "LocCode": "P0" }
3297 ]
3298 }
3299 ]
Jim Wright452d46d2022-12-16 16:56:21 -06003300 },
3301 {
3302 "ADValue": "3V3IO",
3303 "Callouts": [
3304 {
3305 "CalloutList": [
3306 { "Priority": "high", "LocCode": "P0-C17" },
3307 {
3308 "Priority": "medium",
3309 "LocCode": "P0-C96"
3310 },
3311 {
3312 "Priority": "medium",
3313 "LocCode": "P0-C0"
3314 },
3315 {
3316 "Priority": "medium",
3317 "SymbolicFRU": "pcie_hot_plug"
3318 },
3319 { "Priority": "low", "LocCode": "P0" }
3320 ]
3321 }
3322 ]
3323 },
3324 {
3325 "ADValue": "CP0_VDD0",
3326 "Callouts": [
3327 {
3328 "CalloutList": [
3329 { "Priority": "high", "LocCode": "P0-C62" },
3330 {
3331 "Priority": "medium",
3332 "LocCode": "P0-C61"
3333 },
3334 { "Priority": "low", "LocCode": "P0" }
3335 ]
3336 }
3337 ]
3338 },
3339 {
3340 "ADValue": "CP0_VDD1",
3341 "Callouts": [
3342 {
3343 "CalloutList": [
3344 { "Priority": "high", "LocCode": "P0-C60" },
3345 {
3346 "Priority": "medium",
3347 "LocCode": "P0-C61"
3348 },
3349 { "Priority": "low", "LocCode": "P0" }
3350 ]
3351 }
3352 ]
3353 },
3354 {
3355 "ADValue": "CP1_VDD0",
3356 "Callouts": [
3357 {
3358 "CalloutList": [
3359 { "Priority": "high", "LocCode": "P0-C13" },
3360 {
3361 "Priority": "medium",
3362 "LocCode": "P0-C14"
3363 },
3364 { "Priority": "low", "LocCode": "P0" }
3365 ]
3366 }
3367 ]
3368 },
3369 {
3370 "ADValue": "CP1_VDD1",
3371 "Callouts": [
3372 {
3373 "CalloutList": [
3374 { "Priority": "high", "LocCode": "P0-C15" },
3375 {
3376 "Priority": "medium",
3377 "LocCode": "P0-C14"
3378 },
3379 { "Priority": "low", "LocCode": "P0" }
3380 ]
3381 }
3382 ]
3383 },
3384 {
3385 "ADValue": "CP2_VDD0",
3386 "Callouts": [
3387 {
3388 "CalloutList": [
3389 { "Priority": "high", "LocCode": "P0-C18" },
3390 {
3391 "Priority": "medium",
3392 "LocCode": "P0-C19"
3393 },
3394 { "Priority": "low", "LocCode": "P0" }
3395 ]
3396 }
3397 ]
3398 },
3399 {
3400 "ADValue": "CP2_VDD1",
3401 "Callouts": [
3402 {
3403 "CalloutList": [
3404 { "Priority": "high", "LocCode": "P0-C20" },
3405 {
3406 "Priority": "medium",
3407 "LocCode": "P0-C19"
3408 },
3409 { "Priority": "low", "LocCode": "P0" }
3410 ]
3411 }
3412 ]
3413 },
3414 {
3415 "ADValue": "CP3_VDD0",
3416 "Callouts": [
3417 {
3418 "CalloutList": [
3419 { "Priority": "high", "LocCode": "P0-C57" },
3420 {
3421 "Priority": "medium",
3422 "LocCode": "P0-C56"
3423 },
3424 { "Priority": "low", "LocCode": "P0" }
3425 ]
3426 }
3427 ]
3428 },
3429 {
3430 "ADValue": "CP3_VDD1",
3431 "Callouts": [
3432 {
3433 "CalloutList": [
3434 { "Priority": "high", "LocCode": "P0-C55" },
3435 {
3436 "Priority": "medium",
3437 "LocCode": "P0-C56"
3438 },
3439 { "Priority": "low", "LocCode": "P0" }
3440 ]
3441 }
3442 ]
3443 },
3444 {
3445 "ADValue": "CP0_VCS0",
3446 "Callouts": [
3447 {
3448 "CalloutList": [
3449 { "Priority": "high", "LocCode": "P0-C63" },
3450 {
3451 "Priority": "medium",
3452 "LocCode": "P0-C61"
3453 },
3454 { "Priority": "low", "LocCode": "P0" }
3455 ]
3456 }
3457 ]
3458 },
3459 {
3460 "ADValue": "CP0_VCS1",
3461 "Callouts": [
3462 {
3463 "CalloutList": [
3464 { "Priority": "high", "LocCode": "P0-C59" },
3465 {
3466 "Priority": "medium",
3467 "LocCode": "P0-C61"
3468 },
3469 { "Priority": "low", "LocCode": "P0" }
3470 ]
3471 }
3472 ]
3473 },
3474 {
3475 "ADValue": "CP1_VCS0",
3476 "Callouts": [
3477 {
3478 "CalloutList": [
3479 { "Priority": "high", "LocCode": "P0-C12" },
3480 {
3481 "Priority": "medium",
3482 "LocCode": "P0-C14"
3483 },
3484 { "Priority": "low", "LocCode": "P0" }
3485 ]
3486 }
3487 ]
3488 },
3489 {
3490 "ADValue": "CP1_VCS1",
3491 "Callouts": [
3492 {
3493 "CalloutList": [
3494 { "Priority": "high", "LocCode": "P0-C16" },
3495 {
3496 "Priority": "medium",
3497 "LocCode": "P0-C14"
3498 },
3499 { "Priority": "low", "LocCode": "P0" }
3500 ]
3501 }
3502 ]
3503 },
3504 {
3505 "ADValue": "CP2_VCS0",
3506 "Callouts": [
3507 {
3508 "CalloutList": [
3509 { "Priority": "high", "LocCode": "P0-C17" },
3510 {
3511 "Priority": "medium",
3512 "LocCode": "P0-C19"
3513 },
3514 { "Priority": "low", "LocCode": "P0" }
3515 ]
3516 }
3517 ]
3518 },
3519 {
3520 "ADValue": "CP2_VCS1",
3521 "Callouts": [
3522 {
3523 "CalloutList": [
3524 { "Priority": "high", "LocCode": "P0-C21" },
3525 {
3526 "Priority": "medium",
3527 "LocCode": "P0-C19"
3528 },
3529 { "Priority": "low", "LocCode": "P0" }
3530 ]
3531 }
3532 ]
3533 },
3534 {
3535 "ADValue": "CP3_VCS0",
3536 "Callouts": [
3537 {
3538 "CalloutList": [
3539 { "Priority": "high", "LocCode": "P0-C58" },
3540 {
3541 "Priority": "medium",
3542 "LocCode": "P0-C56"
3543 },
3544 { "Priority": "low", "LocCode": "P0" }
3545 ]
3546 }
3547 ]
3548 },
3549 {
3550 "ADValue": "CP3_VCS1",
3551 "Callouts": [
3552 {
3553 "CalloutList": [
3554 { "Priority": "high", "LocCode": "P0-C54" },
3555 {
3556 "Priority": "medium",
3557 "LocCode": "P0-C56"
3558 },
3559 { "Priority": "low", "LocCode": "P0" }
3560 ]
3561 }
3562 ]
3563 },
3564 {
3565 "ADValue": "CP03_AVDD",
3566 "Callouts": [
3567 {
3568 "CalloutList": [
3569 { "Priority": "high", "LocCode": "P0-C58" },
3570 {
3571 "Priority": "medium",
3572 "LocCode": "P0-C61"
3573 },
3574 {
3575 "Priority": "medium",
3576 "LocCode": "P0-C56"
3577 },
3578 { "Priority": "low", "LocCode": "P0" }
3579 ]
3580 }
3581 ]
3582 },
3583 {
3584 "ADValue": "CP12_AVDD",
3585 "Callouts": [
3586 {
3587 "CalloutList": [
3588 { "Priority": "high", "LocCode": "P0-C16" },
3589 {
3590 "Priority": "medium",
3591 "LocCode": "P0-C14"
3592 },
3593 {
3594 "Priority": "medium",
3595 "LocCode": "P0-C19"
3596 },
3597 { "Priority": "low", "LocCode": "P0" }
3598 ]
3599 }
3600 ]
3601 },
3602 {
3603 "ADValue": "CP0_VDN",
3604 "Callouts": [
3605 {
3606 "CalloutList": [
3607 { "Priority": "high", "LocCode": "P0-C63" },
3608 {
3609 "Priority": "medium",
3610 "LocCode": "P0-C61"
3611 },
3612 { "Priority": "low", "LocCode": "P0" }
3613 ]
3614 }
3615 ]
3616 },
3617 {
3618 "ADValue": "CP1_VDN",
3619 "Callouts": [
3620 {
3621 "CalloutList": [
3622 { "Priority": "high", "LocCode": "P0-C12" },
3623 {
3624 "Priority": "medium",
3625 "LocCode": "P0-C14"
3626 },
3627 { "Priority": "low", "LocCode": "P0" }
3628 ]
3629 }
3630 ]
3631 },
3632 {
3633 "ADValue": "CP2_VDN",
3634 "Callouts": [
3635 {
3636 "CalloutList": [
3637 { "Priority": "high", "LocCode": "P0-C21" },
3638 {
3639 "Priority": "medium",
3640 "LocCode": "P0-C19"
3641 },
3642 { "Priority": "low", "LocCode": "P0" }
3643 ]
3644 }
3645 ]
3646 },
3647 {
3648 "ADValue": "CP3_VDN",
3649 "Callouts": [
3650 {
3651 "CalloutList": [
3652 { "Priority": "high", "LocCode": "P0-C54" },
3653 {
3654 "Priority": "medium",
3655 "LocCode": "P0-C56"
3656 },
3657 { "Priority": "low", "LocCode": "P0" }
3658 ]
3659 }
3660 ]
3661 },
3662 {
3663 "ADValue": "CP0_VIO",
3664 "Callouts": [
3665 {
3666 "CalloutList": [
3667 { "Priority": "high", "LocCode": "P0-C63" },
3668 {
3669 "Priority": "medium",
3670 "LocCode": "P0-C61"
3671 },
3672 { "Priority": "low", "LocCode": "P0" }
3673 ]
3674 }
3675 ]
3676 },
3677 {
3678 "ADValue": "CP1_VIO",
3679 "Callouts": [
3680 {
3681 "CalloutList": [
3682 { "Priority": "high", "LocCode": "P0-C12" },
3683 {
3684 "Priority": "medium",
3685 "LocCode": "P0-C14"
3686 },
3687 { "Priority": "low", "LocCode": "P0" }
3688 ]
3689 }
3690 ]
3691 },
3692 {
3693 "ADValue": "CP2_VIO",
3694 "Callouts": [
3695 {
3696 "CalloutList": [
3697 { "Priority": "high", "LocCode": "P0-C21" },
3698 {
3699 "Priority": "medium",
3700 "LocCode": "P0-C19"
3701 },
3702 { "Priority": "low", "LocCode": "P0" }
3703 ]
3704 }
3705 ]
3706 },
3707 {
3708 "ADValue": "CP3_VIO",
3709 "Callouts": [
3710 {
3711 "CalloutList": [
3712 { "Priority": "high", "LocCode": "P0-C54" },
3713 {
3714 "Priority": "medium",
3715 "LocCode": "P0-C56"
3716 },
3717 { "Priority": "low", "LocCode": "P0" }
3718 ]
3719 }
3720 ]
3721 },
3722 {
3723 "ADValue": "CP0_VPCIE",
3724 "Callouts": [
3725 {
3726 "CalloutList": [
3727 { "Priority": "high", "LocCode": "P0-C58" },
3728 {
3729 "Priority": "medium",
3730 "LocCode": "P0-C61"
3731 },
3732 { "Priority": "low", "LocCode": "P0" }
3733 ]
3734 }
3735 ]
3736 },
3737 {
3738 "ADValue": "CP1_VPCIE",
3739 "Callouts": [
3740 {
3741 "CalloutList": [
3742 { "Priority": "high", "LocCode": "P0-C16" },
3743 {
3744 "Priority": "medium",
3745 "LocCode": "P0-C14"
3746 },
3747 { "Priority": "low", "LocCode": "P0" }
3748 ]
3749 }
3750 ]
3751 },
3752 {
3753 "ADValue": "CP2_VPCIE",
3754 "Callouts": [
3755 {
3756 "CalloutList": [
3757 { "Priority": "high", "LocCode": "P0-C16" },
3758 {
3759 "Priority": "medium",
3760 "LocCode": "P0-C19"
3761 },
3762 { "Priority": "low", "LocCode": "P0" }
3763 ]
3764 }
3765 ]
3766 },
3767 {
3768 "ADValue": "CP3_VPCIE",
3769 "Callouts": [
3770 {
3771 "CalloutList": [
3772 { "Priority": "high", "LocCode": "P0-C58" },
3773 {
3774 "Priority": "medium",
3775 "LocCode": "P0-C56"
3776 },
3777 { "Priority": "low", "LocCode": "P0" }
3778 ]
3779 }
3780 ]
Jim Wright9b779e42022-12-16 17:50:23 -06003781 },
3782 {
3783 "ADValue": "5.0VCS",
3784 "Callouts": [
3785 {
3786 "CalloutList": [
3787 { "Priority": "high", "LocCode": "P0" }
3788 ]
3789 }
3790 ]
3791 },
3792 {
3793 "ADValue": "PCIE_VDD0",
3794 "Callouts": [
3795 {
3796 "CalloutList": [
3797 {
3798 "Priority": "high",
3799 "SymbolicFRU": "pcie_hot_plug"
3800 },
3801 { "Priority": "medium", "LocCode": "P0" }
3802 ]
3803 }
3804 ]
3805 },
3806 {
3807 "ADValue": "PCIE_CORE",
3808 "Callouts": [
3809 {
3810 "CalloutList": [
3811 {
3812 "Priority": "high",
3813 "SymbolicFRU": "pcie_hot_plug"
3814 },
3815 { "Priority": "medium", "LocCode": "P0" }
3816 ]
3817 }
3818 ]
3819 },
3820 {
3821 "ADValue": "AVDD",
3822 "Callouts": [
3823 {
3824 "CalloutList": [
3825 { "Priority": "high", "LocCode": "P0-C5" },
3826 { "Priority": "medium", "LocCode": "P0" }
3827 ]
3828 }
3829 ]
3830 },
3831 {
3832 "ADValue": "VDN",
3833 "Callouts": [
3834 {
3835 "CalloutList": [
3836 { "Priority": "high", "LocCode": "P0-C5" },
3837 { "Priority": "medium", "LocCode": "P0" }
3838 ]
3839 }
3840 ]
3841 },
3842 {
3843 "ADValue": "VDDA",
3844 "Callouts": [
3845 {
3846 "CalloutList": [
3847 { "Priority": "high", "LocCode": "P0-C5" },
3848 { "Priority": "medium", "LocCode": "P0" }
3849 ]
3850 }
3851 ]
3852 },
3853 {
3854 "ADValue": "VDDB",
3855 "Callouts": [
3856 {
3857 "CalloutList": [
3858 { "Priority": "high", "LocCode": "P0-C5" },
3859 { "Priority": "medium", "LocCode": "P0" }
3860 ]
3861 }
3862 ]
3863 },
3864 {
3865 "ADValue": "VCS",
3866 "Callouts": [
3867 {
3868 "CalloutList": [
3869 { "Priority": "high", "LocCode": "P0-C5" },
3870 { "Priority": "medium", "LocCode": "P0" }
3871 ]
3872 }
3873 ]
3874 },
3875 {
3876 "ADValue": "VIO",
3877 "Callouts": [
3878 {
3879 "CalloutList": [
3880 { "Priority": "high", "LocCode": "P0-C5" },
3881 { "Priority": "medium", "LocCode": "P0" }
3882 ]
3883 }
3884 ]
3885 },
3886 {
3887 "ADValue": "VPCIE",
3888 "Callouts": [
3889 {
3890 "CalloutList": [
3891 { "Priority": "high", "LocCode": "P0-C5" },
3892 { "Priority": "medium", "LocCode": "P0" }
3893 ]
3894 }
3895 ]
3896 },
3897 {
3898 "ADValue": "PMIC2",
3899 "Callouts": [
3900 {
3901 "CalloutList": [
3902 { "Priority": "high", "LocCode": "P0" },
3903 {
3904 "Priority": "medium",
3905 "LocCode": "memory_dimm"
3906 }
3907 ]
3908 }
3909 ]
3910 },
3911 {
3912 "ADValue": "PMIC3",
3913 "Callouts": [
3914 {
3915 "CalloutList": [
3916 { "Priority": "high", "LocCode": "P0" },
3917 {
3918 "Priority": "medium",
3919 "LocCode": "memory_dimm"
3920 }
3921 ]
3922 }
3923 ]
3924 },
3925 {
3926 "ADValue": "VDDR1",
3927 "Callouts": [
3928 {
3929 "CalloutList": [
3930 { "Priority": "high", "LocCode": "P0" },
3931 {
3932 "Priority": "medium",
3933 "LocCode": "memory_dimm"
3934 }
3935 ]
3936 }
3937 ]
3938 },
3939 {
3940 "ADValue": "VDDR0",
3941 "Callouts": [
3942 {
3943 "CalloutList": [
3944 { "Priority": "high", "LocCode": "P0" },
3945 {
3946 "Priority": "medium",
3947 "LocCode": "memory_dimm"
3948 }
3949 ]
3950 }
3951 ]
Jim Wright7f678902020-11-30 16:03:57 -06003952 }
3953 ]
3954 },
3955
3956 "Documentation": {
3957 "Description": "The power sequencer chip detected a voltage fault",
3958 "Message": "The power sequencer chip detected a voltage fault",
Patrick Williams26919f02022-12-08 06:12:43 -06003959 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06003960 },
3961
3962 "JournalCapture": {
3963 "Sections": [
3964 {
3965 "SyslogID": "phosphor-psu-monitor",
3966 "NumLines": 30
3967 },
3968 {
3969 "SyslogID": "phosphor-power-control",
3970 "NumLines": 30
3971 },
3972 {
3973 "SyslogID": "phosphor-chassis-state-manager",
3974 "NumLines": 15
3975 },
3976 {
3977 "SyslogID": "systemd",
3978 "NumLines": 15
3979 },
3980 {
3981 "SyslogID": "phosphor-regulators",
3982 "NumLines": 5
3983 }
3984 ]
Jim Wright7f678902020-11-30 16:03:57 -06003985 }
3986 },
3987
3988 {
Shawn McCarney7f1ec942021-07-28 13:33:34 -05003989 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.N",
3990 "Subsystem": "power",
3991 "Severity": "predictive_redundancy_loss",
3992 "ComponentID": "0x2700",
3993
3994 "SRC": {
3995 "Type": "11",
3996 "ReasonCode": "0x2700",
Matt Spinler04ac4e32023-04-14 14:16:37 -05003997 "Words6To9": {},
3998 "DeconfigFlag": true
Shawn McCarney7f1ec942021-07-28 13:33:34 -05003999 },
4000
4001 "Documentation": {
4002 "Description": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
4003 "Message": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
4004 "Notes": [
4005 "CALLOUT_INVENTORY_PATH should be specified in the ",
4006 "AdditionalData property of the event log so that ",
4007 "the device is called out but not the communication path."
4008 ]
4009 }
4010 },
4011
4012 {
4013 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.NPlus1",
4014 "Subsystem": "power",
4015 "Severity": "non_error",
4016 "MfgSeverity": "predictive_redundancy_loss",
4017 "ActionFlags": ["report"],
4018 "MfgActionFlags": ["service_action", "report", "call_home"],
4019 "ComponentID": "0x2700",
4020
4021 "SRC": {
4022 "Type": "11",
4023 "ReasonCode": "0x2701",
4024 "Words6To9": {}
4025 },
4026
4027 "Documentation": {
4028 "Description": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
4029 "Message": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
4030 "Notes": [
4031 "CALLOUT_INVENTORY_PATH should be specified in the ",
4032 "AdditionalData property of the event log so that ",
4033 "the device is called out but not the communication path."
4034 ]
4035 }
4036 },
4037
4038 {
Shawn McCarney01648f52020-06-25 11:42:02 -05004039 "Name": "xyz.openbmc_project.Power.Regulators.Error.WriteVerification",
4040 "Subsystem": "power",
4041 "ComponentID": "0x2700",
4042
4043 "SRC": {
4044 "Type": "11",
4045 "ReasonCode": "0x2900",
Matt Spinler04ac4e32023-04-14 14:16:37 -05004046 "Words6To9": {},
4047 "DeconfigFlag": true
Shawn McCarney01648f52020-06-25 11:42:02 -05004048 },
4049
4050 "Documentation": {
4051 "Description": "A write verification error occurred on a device",
4052 "Message": "A write verification error occurred on a device",
4053 "Notes": [
4054 "This error occurs when a device register is written, ",
4055 "read back, and the two values do not match. This is ",
4056 "also called a read-back error. The device should be ",
4057 "identified using the CALLOUT_DEVICE_PATH or ",
4058 "CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR keywords in the ",
4059 "AdditionalData property of the event log. This will ",
4060 "cause the device and the hardware in the communication ",
4061 "path to be called out."
4062 ]
4063 }
4064 },
4065
4066 {
Shawn McCarneye4022182022-01-31 19:09:01 -06004067 "Name": "xyz.openbmc_project.Power.UPS.Error.Battery.Discharging",
4068 "Subsystem": "power",
4069 "Severity": "non_error",
4070 "ActionFlags": ["report"],
4071 "ComponentID": "0x2700",
4072
4073 "SRC": {
4074 "Type": "11",
4075 "ReasonCode": "0x4201",
4076 "Words6To9": {}
4077 },
4078
4079 "Documentation": {
4080 "Description": "The Uninterruptible Power Supply (UPS) battery is discharging and providing power to the system due to a utility failure",
4081 "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 -06004082 "Notes": []
Shawn McCarneye4022182022-01-31 19:09:01 -06004083 }
4084 },
4085
4086 {
4087 "Name": "xyz.openbmc_project.Power.UPS.Error.Battery.Low",
4088 "Subsystem": "power",
4089 "Severity": "non_error",
4090 "ActionFlags": ["report"],
4091 "ComponentID": "0x2700",
4092
4093 "SRC": {
4094 "Type": "11",
4095 "ReasonCode": "0x4203",
4096 "Words6To9": {}
4097 },
4098
4099 "Documentation": {
4100 "Description": "The Uninterruptible Power Supply (UPS) battery level is low",
4101 "Message": "The Uninterruptible Power Supply (UPS) battery level is low",
Patrick Williams26919f02022-12-08 06:12:43 -06004102 "Notes": []
Shawn McCarneye4022182022-01-31 19:09:01 -06004103 }
4104 },
4105
4106 {
Shawn McCarney01648f52020-06-25 11:42:02 -05004107 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile",
4108 "Subsystem": "power",
4109 "ComponentID": "0x2700",
4110
4111 "SRC": {
4112 "Type": "11",
4113 "ReasonCode": "0xA013",
4114 "Words6To9": {}
4115 },
4116
4117 "Callouts": [
4118 {
4119 "CalloutList": [
4120 { "Priority": "high", "Procedure": "bmc_code" }
4121 ]
4122 }
4123 ],
4124
4125 "Documentation": {
4126 "Description": "A regulators configuration file error occurred",
4127 "Message": "A regulators configuration file error occurred",
4128 "Notes": [
4129 "The regulators configuration file could not be found, ",
4130 "could not be read, or had invalid contents."
4131 ]
4132 }
4133 },
4134
4135 {
Shawn McCarney82e31d82021-02-19 16:25:55 -06004136 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile.Critical",
4137 "Subsystem": "power",
4138 "Severity": "critical_system_term",
4139 "ComponentID": "0x2700",
4140
4141 "SRC": {
4142 "Type": "11",
4143 "ReasonCode": "0xA014",
Mike Cappsa2d7b772022-03-07 15:47:48 -05004144 "Words6To9": {}
Shawn McCarney82e31d82021-02-19 16:25:55 -06004145 },
4146
4147 "Callouts": [
4148 {
4149 "CalloutList": [
4150 { "Priority": "high", "Procedure": "bmc_code" }
4151 ]
4152 }
4153 ],
4154
4155 "Documentation": {
4156 "Description": "A critical regulators configuration file error occurred",
4157 "Message": "A critical regulators configuration file error occurred",
4158 "Notes": [
4159 "The regulators configuration file could not be found, ",
4160 "could not be read, or had invalid contents. As a result ",
4161 "voltage regulators could not be configured, and the ",
4162 "chassis could not be powered on."
4163 ]
4164 }
4165 },
4166
4167 {
Jim Wright7f678902020-11-30 16:03:57 -06004168 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerFault",
4169 "Subsystem": "power_sequencer",
4170 "ComponentID": "0x2700",
4171
4172 "SRC": {
4173 "Type": "11",
4174 "ReasonCode": "0xD000",
4175 "Words6To9": {}
4176 },
4177
4178 "Callouts": [
4179 {
Patrick Williams26919f02022-12-08 06:12:43 -06004180 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Jim Wright7f678902020-11-30 16:03:57 -06004181 }
4182 ],
4183
4184 "Documentation": {
4185 "Description": "The power sequencer chip detected a fault",
4186 "Message": "The power sequencer chip detected a fault",
Patrick Williams26919f02022-12-08 06:12:43 -06004187 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06004188 },
4189
4190 "JournalCapture": {
4191 "Sections": [
4192 {
4193 "SyslogID": "phosphor-psu-monitor",
4194 "NumLines": 30
4195 },
4196 {
4197 "SyslogID": "phosphor-power-control",
4198 "NumLines": 30
4199 },
4200 {
4201 "SyslogID": "phosphor-chassis-state-manager",
4202 "NumLines": 15
4203 },
4204 {
4205 "SyslogID": "systemd",
4206 "NumLines": 15
4207 },
4208 {
4209 "SyslogID": "phosphor-regulators",
4210 "NumLines": 5
4211 }
4212 ]
Jim Wright7f678902020-11-30 16:03:57 -06004213 }
4214 },
4215
4216 {
Jim Wrightc1ba04f2021-11-12 15:31:32 -06004217 "Name": "xyz.openbmc_project.Power.Error.PowerOnTimeout",
Jim Wright7f678902020-11-30 16:03:57 -06004218 "Subsystem": "power_sequencer",
4219 "ComponentID": "0x2700",
Jim Wrightc1ba04f2021-11-12 15:31:32 -06004220 "Severity": "critical",
Jim Wright7f678902020-11-30 16:03:57 -06004221
4222 "SRC": {
4223 "Type": "11",
4224 "ReasonCode": "0xD002",
4225 "Words6To9": {}
4226 },
4227
4228 "Callouts": [
4229 {
Patrick Williams26919f02022-12-08 06:12:43 -06004230 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Jim Wright7f678902020-11-30 16:03:57 -06004231 }
4232 ],
4233
4234 "Documentation": {
Jim Wrightc1ba04f2021-11-12 15:31:32 -06004235 "Description": "System power failed to turn on within timeout period",
4236 "Message": "System power failed to turn on within timeout period",
Patrick Williams26919f02022-12-08 06:12:43 -06004237 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06004238 },
4239
4240 "JournalCapture": {
4241 "Sections": [
4242 {
4243 "SyslogID": "phosphor-psu-monitor",
4244 "NumLines": 30
4245 },
4246 {
4247 "SyslogID": "phosphor-power-control",
4248 "NumLines": 30
4249 },
4250 {
4251 "SyslogID": "phosphor-chassis-state-manager",
4252 "NumLines": 15
4253 },
4254 {
4255 "SyslogID": "systemd",
4256 "NumLines": 15
4257 },
4258 {
4259 "SyslogID": "phosphor-regulators",
4260 "NumLines": 5
4261 }
4262 ]
Jim Wrightc1ba04f2021-11-12 15:31:32 -06004263 }
4264 },
4265
4266 {
4267 "Name": "xyz.openbmc_project.Power.Error.PowerOffTimeout",
4268 "Subsystem": "power_sequencer",
4269 "ComponentID": "0x2700",
4270 "Severity": "critical",
4271
4272 "SRC": {
4273 "Type": "11",
4274 "ReasonCode": "0xD008",
4275 "Words6To9": {}
4276 },
4277
4278 "Callouts": [
4279 {
Patrick Williams26919f02022-12-08 06:12:43 -06004280 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Jim Wrightc1ba04f2021-11-12 15:31:32 -06004281 }
4282 ],
4283
4284 "Documentation": {
4285 "Description": "System power failed to turn off within timeout period",
4286 "Message": "System power failed to turn off within timeout period",
Patrick Williams26919f02022-12-08 06:12:43 -06004287 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06004288 },
4289
4290 "JournalCapture": {
4291 "Sections": [
4292 {
4293 "SyslogID": "phosphor-psu-monitor",
4294 "NumLines": 30
4295 },
4296 {
4297 "SyslogID": "phosphor-power-control",
4298 "NumLines": 30
4299 },
4300 {
4301 "SyslogID": "phosphor-chassis-state-manager",
4302 "NumLines": 15
4303 },
4304 {
4305 "SyslogID": "systemd",
4306 "NumLines": 15
4307 },
4308 {
4309 "SyslogID": "phosphor-regulators",
4310 "NumLines": 5
4311 }
4312 ]
Jim Wright7f678902020-11-30 16:03:57 -06004313 }
4314 },
4315
4316 {
Shawn McCarney01648f52020-06-25 11:42:02 -05004317 "Name": "xyz.openbmc_project.Power.Error.Internal",
4318 "Subsystem": "power",
4319 "ComponentID": "0x2700",
4320
4321 "SRC": {
4322 "Type": "11",
4323 "ReasonCode": "0xE000",
4324 "Words6To9": {}
4325 },
4326
4327 "Callouts": [
4328 {
4329 "CalloutList": [
4330 { "Priority": "high", "Procedure": "bmc_code" }
4331 ]
4332 }
4333 ],
4334
4335 "Documentation": {
4336 "Description": "An internal firmware error occurred",
4337 "Message": "An internal firmware error occurred",
4338 "Notes": [
4339 "The error details must be provided in the AdditionalData ",
4340 "property of the event log."
4341 ]
4342 }
4343 },
4344
4345 {
4346 "Name": "xyz.openbmc_project.Power.Error.I2C",
4347 "Subsystem": "cec_i2c",
4348 "ComponentID": "0x2700",
4349
4350 "SRC": {
4351 "Type": "11",
4352 "ReasonCode": "0xE100",
Matt Spinler04ac4e32023-04-14 14:16:37 -05004353 "Words6To9": {},
4354 "DeconfigFlag": true
Shawn McCarney01648f52020-06-25 11:42:02 -05004355 },
4356
4357 "Documentation": {
4358 "Description": "An I2C error occurred communicating with a device",
4359 "Message": "An I2C error occurred communicating with a device",
4360 "Notes": [
4361 "The device should be identified using the ",
4362 "CALLOUT_DEVICE_PATH or CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR ",
4363 "keywords in the AdditionalData property of the event ",
4364 "log. This will cause the device and the hardware in the ",
4365 "communication path to be called out."
4366 ]
4367 }
4368 },
4369
4370 {
4371 "Name": "xyz.openbmc_project.Power.Error.PMBus",
4372 "Subsystem": "power",
4373 "ComponentID": "0x2700",
4374
4375 "SRC": {
4376 "Type": "11",
4377 "ReasonCode": "0xE200",
Matt Spinler04ac4e32023-04-14 14:16:37 -05004378 "Words6To9": {},
4379 "DeconfigFlag": true
Shawn McCarney01648f52020-06-25 11:42:02 -05004380 },
4381
4382 "Documentation": {
4383 "Description": "A PMBus error occurred on a device",
4384 "Message": "A PMBus error occurred on a device",
4385 "Notes": [
4386 "This error occurs when the I2C communication was ",
4387 "successful, but the PMBus value read is invalid or ",
4388 "unsupported. CALLOUT_INVENTORY_PATH should be specified ",
4389 "in the AdditionalData property of the event log so that ",
4390 "the device is called out but not the communication path."
4391 ]
4392 }
4393 },
4394
4395 {
4396 "Name": "xyz.openbmc_project.Power.Error.DBus",
4397 "Subsystem": "power",
4398 "ComponentID": "0x2700",
4399
4400 "SRC": {
4401 "Type": "11",
4402 "ReasonCode": "0xE300",
4403 "Words6To9": {}
4404 },
4405
4406 "Callouts": [
4407 {
4408 "CalloutList": [
4409 { "Priority": "high", "Procedure": "bmc_code" }
4410 ]
4411 }
4412 ],
4413
4414 "Documentation": {
4415 "Description": "A firmware inter-process communication (D-Bus) error occurred",
4416 "Message": "A firmware inter-process communication (D-Bus) error occurred"
4417 }
Matt Spinler60d1c392020-09-23 15:23:24 -05004418 },
4419
4420 {
Matt Spinler7c9c07e2020-10-22 10:16:37 -05004421 "Name": "xyz.openbmc_project.Fan.Error.Fault",
4422 "Subsystem": "power_fans",
4423 "ComponentID": "0x2800",
4424
4425 "SRC": {
4426 "Type": "11",
4427 "ReasonCode": "0x76F0",
Matt Spinler04ac4e32023-04-14 14:16:37 -05004428 "Words6To9": {},
4429 "DeconfigFlag": true
Matt Spinler7c9c07e2020-10-22 10:16:37 -05004430 },
4431
4432 "Documentation": {
4433 "Description": "Fan rotor fault",
4434 "Message": "Fan rotor fault",
4435 "Notes": [
4436 "This error occurs when a fan rotor has been faulted for a ",
4437 "certain amount of time. The callout is the fan which is ",
4438 "passed in with CALLOUT_INVENTORY_PATH. The severity is ",
4439 "passed in during creation and will be either informational ",
4440 "or unrecoverable. The action flags use the defaults and ",
4441 "vary based on the severity."
4442 ]
4443 }
4444 },
4445
4446 {
Matt Spinler60d1c392020-09-23 15:23:24 -05004447 "Name": "xyz.openbmc_project.Fan.Error.Missing",
4448 "Subsystem": "power_fans",
4449 "ComponentID": "0x2800",
4450 "Severity": "unrecoverable_redundancy_loss",
4451 "ActionFlags": ["service_action", "report", "call_home"],
4452
4453 "SRC": {
4454 "Type": "11",
4455 "ReasonCode": "0x76F1",
Matt Spinler04ac4e32023-04-14 14:16:37 -05004456 "Words6To9": {},
4457 "DeconfigFlag": true
Matt Spinler60d1c392020-09-23 15:23:24 -05004458 },
4459
4460 "Callouts": [
4461 {
Matt Spinler938ac792021-05-12 10:46:44 -05004462 "System": "ibm,rainier",
Matt Spinler60d1c392020-09-23 15:23:24 -05004463 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -05004464 {
Patrick Williams26919f02022-12-08 06:12:43 -06004465 "Priority": "high",
4466 "SymbolicFRUTrusted": "air_mover",
4467 "UseInventoryLocCode": true
Matt Spinler80600192020-10-23 09:29:33 -05004468 },
4469 {
4470 "Priority": "low",
4471 "LocCode": "P0"
4472 }
Matt Spinler60d1c392020-09-23 15:23:24 -05004473 ]
Matt Spinler938ac792021-05-12 10:46:44 -05004474 },
4475 {
4476 "System": "ibm,everest",
4477 "CalloutList": [
4478 {
Patrick Williams26919f02022-12-08 06:12:43 -06004479 "Priority": "high",
4480 "SymbolicFRUTrusted": "air_mover",
4481 "UseInventoryLocCode": true
Matt Spinler938ac792021-05-12 10:46:44 -05004482 },
4483 {
4484 "Priority": "low",
4485 "LocCode": "P1"
4486 }
4487 ]
Matt Spinler0600cf72023-04-10 11:22:33 -05004488 },
4489 {
4490 "System": "ibm,bonnell",
4491 "CalloutList": [
4492 {
4493 "Priority": "high",
4494 "SymbolicFRUTrusted": "air_mover",
4495 "UseInventoryLocCode": true
4496 },
4497 {
4498 "Priority": "low",
4499 "LocCode": "P0"
4500 }
4501 ]
Matt Spinler60d1c392020-09-23 15:23:24 -05004502 }
4503 ],
4504
4505 "Documentation": {
4506 "Description": "A fan is missing",
4507 "Message": "A fan is missing",
4508 "Notes": [
4509 "This error occurs when a fan has been missing for a ",
Matt Spinler80600192020-10-23 09:29:33 -05004510 "certain amount of time. The first callout is the ",
4511 "symbolic FRU AIR_MOVR that has the trusted fan location ",
4512 "code, which it gets using the passed in ",
4513 "CALLOUT_INVENTORY_PATH. The second callout is the FRU ",
Matt Spinler938ac792021-05-12 10:46:44 -05004514 "where the controller and GPIO expander are."
Matt Spinler60d1c392020-09-23 15:23:24 -05004515 ]
4516 }
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004517 },
4518
4519 {
Matt Spinleradf070b2021-04-21 13:39:45 -05004520 "Name": "xyz.openbmc_project.Fan.Presence.Error.Detection",
4521 "ComponentID": "0x2800",
4522 "Subsystem": "power_fans",
4523 "Severity": "non_error",
4524 "ActionFlags": ["report"],
4525 "MfgSeverity": "predictive",
4526 "MfgActionFlags": ["service_action", "report"],
4527
4528 "SRC": {
4529 "Type": "11",
4530 "ReasonCode": "0x76F2",
4531 "Words6To9": {}
4532 },
4533
4534 "Callouts": [
4535 {
4536 "System": "ibm,rainier",
Patrick Williams26919f02022-12-08 06:12:43 -06004537 "CalloutList": [{ "Priority": "medium", "LocCode": "P0" }]
Matt Spinleradf070b2021-04-21 13:39:45 -05004538 },
4539 {
4540 "System": "ibm,everest",
Patrick Williams26919f02022-12-08 06:12:43 -06004541 "CalloutList": [{ "Priority": "medium", "LocCode": "P1" }]
Matt Spinler0600cf72023-04-10 11:22:33 -05004542 },
4543 {
4544 "System": "ibm,bonnell",
4545 "CalloutList": [{ "Priority": "medium", "LocCode": "P0" }]
Matt Spinleradf070b2021-04-21 13:39:45 -05004546 }
4547 ],
4548
4549 "Documentation": {
4550 "Description": "Presence detect methods for the same fan disagree",
4551 "Message": "Presence detect methods for the same fan disagree",
4552 "Notes": [
4553 "This error occurs when there is more than one way to detect",
4554 "fan presence, and they don't all agree. For example, the",
4555 "GPIO says a fan isn't present, but the tach readings are",
4556 "nonzero. This is informational, unless in manufacturing.",
4557 "The fan FRU is passed in as a high priority callout.",
4558 "The FRU the GPIO source is on is called out medium."
4559 ]
4560 }
4561 },
4562
4563 {
Matt Spinlerdde99202021-06-14 12:15:59 -06004564 "Name": "xyz.openbmc_project.Fan.Error.FanControllerOffline",
4565 "ComponentID": "0x2800",
4566 "Subsystem": "power_fans",
4567 "Severity": "critical_system_term",
4568 "ActionFlags": ["service_action", "report", "call_home"],
4569
4570 "SRC": {
4571 "Type": "11",
4572 "ReasonCode": "0x76F3",
Mike Cappsa2d7b772022-03-07 15:47:48 -05004573 "Words6To9": {}
Matt Spinlerdde99202021-06-14 12:15:59 -06004574 },
4575
4576 "Callouts": [
4577 {
4578 "System": "ibm,rainier",
4579 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004580 { "Priority": "high", "LocCode": "P0-C5" },
4581 {
4582 "Priority": "medium_group_a",
4583 "LocCode": "P0-T12",
4584 "SymbolicFRUTrusted": "fan_cable"
4585 },
4586 {
4587 "Priority": "medium_group_a",
4588 "LocCode": "P0-T17",
4589 "SymbolicFRUTrusted": "cable_continued"
4590 },
4591 { "Priority": "low", "LocCode": "P0" }
Matt Spinlerdde99202021-06-14 12:15:59 -06004592 ]
4593 },
4594 {
4595 "System": "ibm,everest",
4596 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004597 { "Priority": "high", "LocCode": "P0-C0" },
4598 { "Priority": "medium", "LocCode": "P1" },
4599 { "Priority": "low", "LocCode": "P0" }
Matt Spinlerdde99202021-06-14 12:15:59 -06004600 ]
Matt Spinler0600cf72023-04-10 11:22:33 -05004601 },
4602 {
4603 "System": "ibm,bonnell",
4604 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Matt Spinlerdde99202021-06-14 12:15:59 -06004605 }
4606 ],
4607
4608 "Documentation": {
4609 "Description": "The fan controller device is offline",
4610 "Message": "The fan controller is offline. The system must be powered off.",
4611 "Notes": [
4612 "The device that controls the fans is offline so the fan",
4613 "targets and speeds are unknown. The system will be shut",
4614 "down to preserve thermal safety. There may be an I2C",
4615 "or power problem with the device."
4616 ]
4617 }
4618 },
4619
4620 {
Patrick Williams26919f02022-12-08 06:12:43 -06004621 "Name": "xyz.openbmc_project.Fan.Presence.Error.GPIODeviceUnavailable",
4622 "Subsystem": "power_fans",
4623 "ComponentID": "0x2800",
4624 "Severity": "unrecoverable_redundancy_loss",
4625 "ActionFlags": ["service_action", "report", "call_home"],
Mike Cappsabc276e2021-06-18 16:41:30 -04004626
Patrick Williams26919f02022-12-08 06:12:43 -06004627 "SRC": {
4628 "Type": "11",
4629 "ReasonCode": "0x76F4",
4630 "Words6To9": {}
4631 },
Mike Cappsabc276e2021-06-18 16:41:30 -04004632
Patrick Williams26919f02022-12-08 06:12:43 -06004633 "Callouts": [
4634 {
4635 "System": "ibm,rainier",
4636 "CalloutList": [
4637 { "Priority": "high", "LocCode": "P0-C5" },
4638 {
4639 "Priority": "medium_group_a",
4640 "LocCode": "P0-T12",
4641 "SymbolicFRUTrusted": "fan_cable"
4642 },
4643 {
4644 "Priority": "medium_group_a",
4645 "LocCode": "P0-T17",
4646 "SymbolicFRUTrusted": "cable_continued"
4647 },
4648 { "Priority": "low", "LocCode": "P0" }
4649 ]
4650 },
4651 {
4652 "System": "ibm,everest",
4653 "CalloutList": [
4654 { "Priority": "high", "LocCode": "P0-C0" },
4655 { "Priority": "medium", "LocCode": "P1" },
4656 { "Priority": "low", "LocCode": "P0" }
4657 ]
Matt Spinler0600cf72023-04-10 11:22:33 -05004658 },
4659 {
4660 "System": "ibm,bonnell",
4661 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Patrick Williams26919f02022-12-08 06:12:43 -06004662 }
4663 ],
Mike Cappsabc276e2021-06-18 16:41:30 -04004664
Patrick Williams26919f02022-12-08 06:12:43 -06004665 "Documentation": {
4666 "Description": "Fan GPIO sensors not present",
4667 "Message": "Fan GPIO sensors not present",
4668 "Notes": [
4669 "The device that reports fan presence is not functioning."
4670 ]
4671 }
Mike Cappsabc276e2021-06-18 16:41:30 -04004672 },
4673
4674 {
Matt Spinler86e40dd2021-01-29 11:19:36 -06004675 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHigh",
4676 "Subsystem": "power",
4677 "ComponentID": "0x2800",
4678 "Severity": "predictive",
4679 "ActionFlags": ["service_action", "report"],
4680
4681 "SRC": {
4682 "ReasonCode": "0x2801",
4683 "Words6To9": {}
4684 },
4685
4686 "CalloutsUsingAD": {
4687 "ADName": "SENSOR_NAME",
4688 "CalloutsWithTheirADValues": [
4689 {
4690 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4691 "Callouts": [
4692 {
4693 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004694 {
4695 "Priority": "high",
4696 "SymbolicFRU": "ambient_temp"
4697 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004698 ]
4699 }
4700 ]
4701 }
Matt Spinlerc13bb1c2022-08-01 10:33:09 -05004702 ],
4703 "CalloutsWhenNoADMatch": [
4704 {
4705 "CalloutList": [
4706 {
4707 "Priority": "high",
4708 "SymbolicFRU": "overtemp"
4709 }
4710 ]
4711 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004712 ]
4713 },
4714
4715 "Documentation": {
4716 "Description": "A temperature sensor exceeded its performance loss threshold.",
4717 "Message": "A temperature sensor exceeded its performance loss threshold.",
4718 "Notes": [
4719 "A temperature sensor crossed its performance loss threshold value",
4720 "If it is the ambient sensor, then a symbolic FRU will be added.",
4721 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
4722 "a FRU callout."
4723 ]
4724 }
4725 },
4726
4727 {
4728 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHighClear",
4729 "Subsystem": "power",
4730 "ComponentID": "0x2800",
4731 "Severity": "non_error",
4732 "ActionFlags": ["report"],
4733 "EventType": "env_normal",
4734
4735 "SRC": {
4736 "ReasonCode": "0x2802",
4737 "Words6To9": {}
4738 },
4739
4740 "CalloutsUsingAD": {
4741 "ADName": "SENSOR_NAME",
4742 "CalloutsWithTheirADValues": [
4743 {
4744 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4745 "Callouts": [
4746 {
4747 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004748 {
4749 "Priority": "high",
4750 "SymbolicFRU": "ambient_temp_back"
4751 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004752 ]
4753 }
4754 ]
4755 }
4756 ]
4757 },
4758
4759 "Documentation": {
4760 "Description": "A temperature sensor is under its performance loss threshold.",
4761 "Message": "A temperature sensor is under its performance loss threshold.",
4762 "Notes": [
4763 "A temperature sensor crossed under its performance loss threshold value",
4764 "If it is the ambient sensor, then a symbolic FRU will be added."
4765 ]
4766 }
4767 },
4768
4769 {
4770 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHigh",
4771 "Subsystem": "power",
4772 "ComponentID": "0x2800",
4773 "Severity": "predictive",
4774 "ActionFlags": ["service_action", "report"],
4775
4776 "SRC": {
4777 "ReasonCode": "0x2803",
4778 "Words6To9": {}
4779 },
4780
4781 "CalloutsUsingAD": {
4782 "ADName": "SENSOR_NAME",
4783 "CalloutsWithTheirADValues": [
4784 {
4785 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4786 "Callouts": [
4787 {
4788 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004789 {
4790 "Priority": "high",
4791 "SymbolicFRU": "ambient_temp"
4792 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004793 ]
4794 }
4795 ]
4796 }
Matt Spinlerc13bb1c2022-08-01 10:33:09 -05004797 ],
4798 "CalloutsWhenNoADMatch": [
4799 {
4800 "CalloutList": [
4801 {
4802 "Priority": "high",
4803 "SymbolicFRU": "overtemp"
4804 }
4805 ]
4806 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004807 ]
4808 },
4809
4810 "Documentation": {
4811 "Description": "A temperature sensor exceeded its warning threshold.",
4812 "Message": "A temperature sensor exceeded its warning threshold.",
4813 "Notes": [
4814 "A temperature sensor crossed its warning threshold value",
4815 "If it is the ambient sensor, then a symbolic FRU will be added.",
4816 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
4817 "a FRU callout."
4818 ]
4819 }
4820 },
4821
4822 {
4823 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHighClear",
4824 "Subsystem": "power",
4825 "ComponentID": "0x2800",
4826 "Severity": "non_error",
4827 "ActionFlags": ["report"],
4828 "EventType": "env_normal",
4829
4830 "SRC": {
4831 "ReasonCode": "0x2804",
4832 "Words6To9": {}
4833 },
4834
4835 "CalloutsUsingAD": {
4836 "ADName": "SENSOR_NAME",
4837 "CalloutsWithTheirADValues": [
4838 {
4839 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4840 "Callouts": [
4841 {
4842 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004843 {
4844 "Priority": "high",
4845 "SymbolicFRU": "ambient_temp_back"
4846 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004847 ]
4848 }
4849 ]
4850 }
4851 ]
4852 },
4853
4854 "Documentation": {
4855 "Description": "A temperature sensor is under its warning threshold.",
4856 "Message": "A temperature sensor is under its warning threshold.",
4857 "Notes": [
4858 "A temperature sensor crossed under its warning threshold value",
4859 "If it is the ambient sensor, then a symbolic FRU will be added."
4860 ]
4861 }
4862 },
4863
4864 {
4865 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHigh",
4866 "Subsystem": "power",
4867 "ComponentID": "0x2800",
4868 "Severity": "predictive",
4869 "ActionFlags": ["service_action", "report"],
4870
4871 "SRC": {
4872 "ReasonCode": "0x2805",
4873 "Words6To9": {}
4874 },
4875
4876 "CalloutsUsingAD": {
4877 "ADName": "SENSOR_NAME",
4878 "CalloutsWithTheirADValues": [
4879 {
4880 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4881 "Callouts": [
4882 {
4883 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004884 {
4885 "Priority": "high",
4886 "SymbolicFRU": "ambient_temp"
4887 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004888 ]
4889 }
4890 ]
4891 }
Matt Spinlerc13bb1c2022-08-01 10:33:09 -05004892 ],
4893 "CalloutsWhenNoADMatch": [
4894 {
4895 "CalloutList": [
4896 {
4897 "Priority": "high",
4898 "SymbolicFRU": "overtemp"
4899 }
4900 ]
4901 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004902 ]
4903 },
4904
4905 "Documentation": {
4906 "Description": "A temperature sensor exceeded its critical threshold.",
4907 "Message": "A temperature sensor exceeded its critical threshold.",
4908 "Notes": [
4909 "A temperature sensor crossed its critical threshold value",
4910 "If it is the ambient sensor, then a symbolic FRU will be added.",
4911 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
4912 "a FRU callout."
4913 ]
4914 }
4915 },
4916
4917 {
4918 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHighClear",
4919 "Subsystem": "power",
4920 "ComponentID": "0x2800",
4921 "Severity": "non_error",
4922 "ActionFlags": ["report"],
4923 "EventType": "env_normal",
4924
4925 "SRC": {
4926 "ReasonCode": "0x2806",
4927 "Words6To9": {}
4928 },
4929
4930 "CalloutsUsingAD": {
4931 "ADName": "SENSOR_NAME",
4932 "CalloutsWithTheirADValues": [
4933 {
4934 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4935 "Callouts": [
4936 {
4937 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004938 {
4939 "Priority": "high",
4940 "SymbolicFRU": "ambient_temp_back"
4941 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004942 ]
4943 }
4944 ]
4945 }
4946 ]
4947 },
4948
4949 "Documentation": {
4950 "Description": "A temperature sensor is under its critical threshold.",
4951 "Message": "A temperature sensor is under its critical threshold.",
4952 "Notes": [
4953 "A temperature sensor crossed under its critical threshold value",
4954 "If it is the ambient sensor, then a symbolic FRU will be added."
4955 ]
4956 }
4957 },
4958
4959 {
Matt Spinler6b3490a2021-01-20 10:48:26 -06004960 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHigh",
4961 "Subsystem": "power",
4962 "ComponentID": "0x2800",
4963 "Severity": "predictive",
4964 "ActionFlags": ["service_action", "report"],
4965
4966 "SRC": {
4967 "ReasonCode": "0x2807",
4968 "Words6To9": {}
4969 },
4970
4971 "Callouts": [
4972 {
4973 "CalloutList": [
4974 {
Patrick Williams26919f02022-12-08 06:12:43 -06004975 "Priority": "high",
4976 "SymbolicFRU": "ambient_temp"
Matt Spinler6b3490a2021-01-20 10:48:26 -06004977 }
4978 ]
4979 }
4980 ],
4981
4982 "Documentation": {
4983 "Description": "The ambient temperature passed the EPOW3 limit.",
4984 "Message": "The ambient temperature passed the EPOW3 limit. The system will shut down if temp doesn't decrease.",
4985 "Notes": [
4986 "This error occurs when the ambient temperature surpassed",
4987 "the EPOW3 shutdown limit."
4988 ]
4989 }
4990 },
4991
4992 {
4993 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHighClear",
4994 "Subsystem": "power",
4995 "ComponentID": "0x2800",
4996 "Severity": "non_error",
4997 "ActionFlags": ["report"],
4998 "EventType": "env_normal",
4999
5000 "SRC": {
5001 "ReasonCode": "0x2808",
5002 "Words6To9": {}
5003 },
5004
5005 "Callouts": [
5006 {
5007 "CalloutList": [
5008 {
Patrick Williams26919f02022-12-08 06:12:43 -06005009 "Priority": "high",
5010 "SymbolicFRU": "ambient_temp_back"
Matt Spinler6b3490a2021-01-20 10:48:26 -06005011 }
5012 ]
5013 }
5014 ],
5015
5016 "Documentation": {
5017 "Description": "The ambient temperature is back under the EPOW3 limit.",
5018 "Message": "The ambient temperature is back under the EPOW3 limit."
5019 }
5020 },
5021
5022 {
5023 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.HardShutdownAlarmHigh",
5024 "Subsystem": "power",
5025 "ComponentID": "0x2800",
Matt Spinler6b3490a2021-01-20 10:48:26 -06005026 "ActionFlags": ["service_action", "report"],
5027
5028 "SRC": {
5029 "ReasonCode": "0x2809",
5030 "Words6To9": {}
5031 },
5032
5033 "Callouts": [
5034 {
5035 "CalloutList": [
5036 {
Patrick Williams26919f02022-12-08 06:12:43 -06005037 "Priority": "high",
5038 "SymbolicFRU": "ambient_temp"
Matt Spinler6b3490a2021-01-20 10:48:26 -06005039 }
5040 ]
5041 }
5042 ],
5043
5044 "Documentation": {
5045 "Description": "The ambient temperature passed the EPOW4 limit.",
5046 "Message": "The ambient temperature passed the EPOW4 limit. The system will shut down",
5047 "Notes": [
5048 "This error occurs when the ambient temperature surpassed",
5049 "the EPOW4 shutdown limit."
5050 ]
5051 }
5052 },
5053
5054 {
Rashmica Guptab63f75b2021-08-18 20:54:21 +10005055 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHigh",
5056 "Subsystem": "ext_env",
5057 "ComponentID": "0x2800",
5058 "Severity": "predictive",
5059 "ActionFlags": ["service_action", "report"],
5060
5061 "SRC": {
5062 "ReasonCode": "0x280A",
5063 "Words6To9": {}
5064 },
5065
5066 "CalloutsUsingAD": {
5067 "ADName": "SENSOR_NAME",
5068 "CalloutsWithTheirADValues": [
5069 {
5070 "ADValue": "/xyz/openbmc_project/sensors/altitude/Altitude",
5071 "Callouts": [
5072 {
5073 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06005074 {
5075 "Priority": "high",
5076 "SymbolicFRU": "altitude"
5077 }
Rashmica Guptab63f75b2021-08-18 20:54:21 +10005078 ]
5079 }
5080 ]
5081 }
5082 ]
5083 },
5084
5085 "Documentation": {
5086 "Description": "An altitude sensor exceeded its warning threshold.",
5087 "Message": "An altitude sensor exceeded its warning threshold.",
5088 "Notes": [
5089 "The virtual altitude sensor crossed its warning threshold value",
5090 " and a symbolic FRU will be added."
5091 ]
5092 }
5093 },
5094
5095 {
5096 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHighClear",
5097 "Subsystem": "ext_env",
5098 "ComponentID": "0x2800",
5099 "Severity": "non_error",
5100 "ActionFlags": ["report"],
5101 "EventType": "env_normal",
5102
5103 "SRC": {
5104 "ReasonCode": "0x280B",
5105 "Words6To9": {}
5106 },
5107
5108 "Documentation": {
5109 "Description": "An altitude sensor is under its warning threshold.",
5110 "Message": "An altitude sensor is under its warning threshold.",
5111 "Notes": [
5112 "The virtual altitude sensor is under its warning threshold value",
5113 " and a symbolic FRU will be added."
5114 ]
5115 }
5116 },
5117
5118 {
Matt Spinler81331342021-10-05 14:09:56 -05005119 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLow",
5120 "Subsystem": "cec_tod",
5121 "ComponentID": "0x2800",
5122 "Severity": "predictive",
5123 "ActionFlags": ["service_action", "report"],
5124
5125 "SRC": {
5126 "ReasonCode": "0x280C",
5127 "Words6To9": {}
5128 },
5129
Matt Spinler81331342021-10-05 14:09:56 -05005130 "Documentation": {
5131 "Description": "A voltage sensor went below its critical low threshold.",
5132 "Message": "A voltage sensor went below its critical low threshold."
5133 }
5134 },
5135
5136 {
5137 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLowClear",
5138 "Subsystem": "cec_tod",
5139 "ComponentID": "0x2800",
5140 "Severity": "non_error",
5141 "ActionFlags": ["report"],
5142
5143 "SRC": {
5144 "ReasonCode": "0x280D",
5145 "Words6To9": {}
5146 },
5147
5148 "Documentation": {
5149 "Description": "A voltage sensor is over its critical low threshold.",
5150 "Message": "A voltage sensor is over its critical low threshold."
5151 }
5152 },
5153
5154 {
Matt Spinler1e792db2022-01-07 14:06:06 -06005155 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLow",
5156 "Subsystem": "power",
5157 "ComponentID": "0x2800",
5158 "Severity": "predictive",
5159 "ActionFlags": ["service_action", "report"],
5160
5161 "SRC": {
5162 "ReasonCode": "0x280E",
5163 "Words6To9": {}
5164 },
5165
5166 "Documentation": {
5167 "Description": "A temperature sensor is under its low warning threshold.",
5168 "Message": "A temperature sensor is under its low warning threshold.",
5169 "Notes": [
5170 "A temperature sensor crossed its low warning threshold value",
5171 "CALLOUT_INVENTORY_PATH will be passed in to add a FRU callout."
5172 ]
5173 }
5174 },
5175
5176 {
5177 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLowClear",
5178 "Subsystem": "power",
5179 "ComponentID": "0x2800",
5180 "Severity": "non_error",
5181 "ActionFlags": ["report"],
5182 "EventType": "env_normal",
5183
5184 "SRC": {
5185 "ReasonCode": "0x280F",
5186 "Words6To9": {}
5187 },
5188
5189 "Documentation": {
5190 "Description": "A temperature sensor is above its low warning threshold.",
5191 "Message": "A temperature sensor is above its low warning threshold.",
5192 "Notes": [
5193 "A temperature sensor crossed above its low warning threshold value."
5194 ]
5195 }
5196 },
5197
5198 {
5199 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalLow",
5200 "Subsystem": "power",
5201 "ComponentID": "0x2800",
5202 "Severity": "predictive",
5203 "ActionFlags": ["service_action", "report"],
5204
5205 "SRC": {
5206 "ReasonCode": "0x2810",
5207 "Words6To9": {}
5208 },
5209
5210 "Documentation": {
5211 "Description": "A temperature sensor is under its low critical threshold.",
5212 "Message": "A temperature sensor is under its low critical threshold.",
5213 "Notes": [
5214 "A temperature sensor crossed its low critical threshold value",
5215 "CALLOUT_INVENTORY_PATH will be passed in to add a FRU callout."
5216 ]
5217 }
5218 },
5219
5220 {
5221 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalLowClear",
5222 "Subsystem": "power",
5223 "ComponentID": "0x2800",
5224 "Severity": "non_error",
5225 "ActionFlags": ["report"],
5226 "EventType": "env_normal",
5227
5228 "SRC": {
5229 "ReasonCode": "0x2811",
5230 "Words6To9": {}
5231 },
5232
5233 "Documentation": {
5234 "Description": "A temperature sensor is over its low critical threshold.",
5235 "Message": "A temperature sensor is over its low critical threshold.",
5236 "Notes": [
5237 "A temperature sensor crossed above its critical threshold value"
5238 ]
5239 }
5240 },
5241
5242 {
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005243 "Name": "com.ibm.VPD.Error.InvalidEepromPath",
5244 "Subsystem": "cec_vpd",
5245 "ComponentID": "0x4000",
5246
5247 "SRC": {
5248 "ReasonCode": "0x4000",
Patrick Williams26919f02022-12-08 06:12:43 -06005249 "Words6To9": {
5250 "6": {
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005251 "Description": "Errno of the failure.",
5252 "AdditionalDataPropSource": "CALLOUT_ERRNO"
5253 }
5254 }
5255 },
5256
5257 "Documentation": {
Michael Limb264f062022-03-29 16:25:33 -05005258 "Description": "A path access error occurred",
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005259 "Message": "An EEPROM path access error occurred.",
5260 "Notes": [
5261 "This error occurs when parser is unable to access",
5262 "EEPROM path. Errno and device path are captured as",
5263 "additional data."
5264 ]
5265 }
5266 },
5267
5268 {
5269 "Name": "com.ibm.VPD.Error.InvalidVPD",
5270 "Subsystem": "cec_vpd",
5271 "ComponentID": "0x4000",
5272
5273 "SRC": {
5274 "ReasonCode": "0x4001",
Patrick Williams26919f02022-12-08 06:12:43 -06005275 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005276 },
5277
5278 "Documentation": {
5279 "Description": "Invalid VPD data.",
5280 "Message": "A VPD data exception occurred.",
5281 "Notes": [
5282 "This error occurs when VPD data is found to be",
5283 "invalid. This can be when VPD file is missing out",
5284 "mandatory records.Inventory path is captured in",
5285 "additional data."
5286 ]
5287 }
5288 },
5289
5290 {
5291 "Name": "com.ibm.VPD.Error.EccCheckFailed",
5292 "Subsystem": "cec_vpd",
5293 "ComponentID": "0x4000",
5294
5295 "SRC": {
5296 "ReasonCode": "0x4002",
Patrick Williams26919f02022-12-08 06:12:43 -06005297 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005298 },
5299
5300 "Documentation": {
5301 "Description": "Invalid VPD ecc data.",
5302 "Message": "A VPD ecc exception occurred.",
5303 "Notes": [
5304 "This error occurs when VPD ecc check fails for the FRU.",
5305 "Inventory path for the failed FRU is captured in additonal",
5306 "data."
5307 ]
5308 }
5309 },
5310
5311 {
5312 "Name": "com.ibm.VPD.Error.InvalidJson",
5313 "Subsystem": "cec_vpd",
5314 "ComponentID": "0x4000",
5315
5316 "SRC": {
5317 "ReasonCode": "0x4003",
Patrick Williams26919f02022-12-08 06:12:43 -06005318 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005319 },
5320
Matt Spinler834f3ed2022-01-26 16:18:02 -06005321 "Callouts": [
5322 {
5323 "CalloutList": [
5324 { "Priority": "high", "Procedure": "bmc_code" }
5325 ]
5326 }
5327 ],
5328
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005329 "Documentation": {
5330 "Description": "Invalid Json",
5331 "Message": "A Json failure occurred.",
5332 "Notes": [
5333 "This error occurs when parser fails to access",
5334 "Json file or there is any issue with Json data.",
5335 "Failed Json path and cause of failure is captured",
5336 "in additional data."
5337 ]
5338 }
5339 },
5340
5341 {
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005342 "Name": "com.ibm.VPD.Error.DefaultValue",
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005343 "Subsystem": "cec_vpd",
5344 "ComponentID": "0x4000",
5345
5346 "SRC": {
5347 "ReasonCode": "0x4004",
Patrick Williams26919f02022-12-08 06:12:43 -06005348 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005349 },
5350
Priyanga Ramasamy134e1e12022-12-02 07:03:39 -06005351 "Callouts": [
5352 {
5353 "CalloutList": [
5354 {
5355 "Priority": "high",
5356 "Procedure": "system_vpd_correction"
5357 }
5358 ]
5359 }
5360 ],
5361
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005362 "Documentation": {
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005363 "Description": "Default value found on VPD.",
5364 "Message": "Found default VPD.",
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005365 "Notes": [
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005366 "This error occurs when a default value found on VPD.",
5367 "Details regarding failure are captured in additional data."
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005368 ]
5369 }
5370 },
5371
5372 {
5373 "Name": "com.ibm.VPD.Error.DbusFailure",
5374 "Subsystem": "cec_vpd",
5375 "ComponentID": "0x4000",
5376
5377 "SRC": {
5378 "ReasonCode": "0x4005",
Patrick Williams26919f02022-12-08 06:12:43 -06005379 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005380 },
5381
Matt Spinler834f3ed2022-01-26 16:18:02 -06005382 "Callouts": [
5383 {
5384 "CalloutList": [
5385 { "Priority": "high", "Procedure": "bmc_code" }
5386 ]
5387 }
5388 ],
5389
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005390 "Documentation": {
5391 "Description": "Dbus exception",
5392 "Message": "A Dbus internal error occurred.",
5393 "Notes": [
5394 "This error occurs when Dbus operation fails.",
5395 "Exceptions details are captured in additonal",
5396 "data."
5397 ]
5398 }
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005399 },
5400
5401 {
Alpana Kumari081cfd42021-12-07 04:14:57 -06005402 "Name": "com.ibm.VPD.Error.UnknownSystemType",
5403 "Subsystem": "cec_vpd",
5404 "ComponentID": "0x4000",
5405
5406 "SRC": {
5407 "ReasonCode": "0x4006",
Patrick Williams26919f02022-12-08 06:12:43 -06005408 "Words6To9": {}
Alpana Kumari081cfd42021-12-07 04:14:57 -06005409 },
5410
5411 "Callouts": [
5412 {
Patrick Williams26919f02022-12-08 06:12:43 -06005413 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Alpana Kumari081cfd42021-12-07 04:14:57 -06005414 }
5415 ],
5416
5417 "Documentation": {
5418 "Description": "Unknown System Type",
5419 "Message": "System type not supported in DTB table.",
5420 "Notes": [
5421 "System type comes from combination of HW and IM value of system VPD.",
5422 "If anything gets changed in that combination, then it can't determine",
5423 "the appropriate DTB for that system. Need to check HW and IM keywords."
5424 ]
5425 }
5426 },
5427
5428 {
Alpana Kumari074ec5b2022-02-20 22:48:57 -06005429 "Name": "com.ibm.VPD.Error.GPIOError",
5430 "Subsystem": "cec_vpd",
5431 "ComponentID": "0x4000",
5432
5433 "SRC": {
5434 "ReasonCode": "0x4007",
Patrick Williams26919f02022-12-08 06:12:43 -06005435 "Words6To9": {}
Alpana Kumari074ec5b2022-02-20 22:48:57 -06005436 },
5437
Sunny Srivastava17586b42022-06-20 01:06:58 -05005438 "Callouts": [
5439 {
5440 "CalloutList": [
5441 { "Priority": "high", "Procedure": "bmc_code" }
5442 ]
5443 }
5444 ],
5445
Alpana Kumari074ec5b2022-02-20 22:48:57 -06005446 "Documentation": {
5447 "Description": "GPIO line error",
5448 "Message": "GPIO line couldn't be found or read.",
5449 "Notes": [
Sunny Srivastava17586b42022-06-20 01:06:58 -05005450 "The BMC could not access a GPIO line. This can be a hardware issue",
5451 " or driver issue. Since a hardware or a software issue cannot be",
5452 " differentiated, the BMC code will be called out."
Alpana Kumari074ec5b2022-02-20 22:48:57 -06005453 ]
5454 }
5455 },
5456
5457 {
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005458 "Name": "com.ibm.VPD.Error.Mismatch",
Sunny Srivastavad29837f2022-04-20 01:37:07 -05005459 "Subsystem": "cec_vpd",
5460 "ComponentID": "0x4000",
5461
5462 "SRC": {
5463 "ReasonCode": "0x4008",
Patrick Williams26919f02022-12-08 06:12:43 -06005464 "Words6To9": {}
Sunny Srivastavad29837f2022-04-20 01:37:07 -05005465 },
5466
5467 "Callouts": [
5468 {
5469 "CalloutList": [
Priyanga Ramasamy134e1e12022-12-02 07:03:39 -06005470 {
5471 "Priority": "high",
5472 "Procedure": "system_vpd_correction"
5473 }
Sunny Srivastavad29837f2022-04-20 01:37:07 -05005474 ]
5475 }
5476 ],
5477
5478 "Documentation": {
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005479 "Description": "VPD mismatch found between primary and backup",
5480 "Message": "Error occurred due to VPD mismatch between primary and backup.",
Sunny Srivastavad29837f2022-04-20 01:37:07 -05005481 "Notes": [
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005482 "This error occurs when there is a data mismatch between ",
5483 "primary and backup VPD.",
5484 "Details regarding the failure are captured in additional data."
Sunny Srivastavad29837f2022-04-20 01:37:07 -05005485 ]
5486 }
5487 },
5488
5489 {
Sunny Srivastava17586b42022-06-20 01:06:58 -05005490 "Name": "com.ibm.VPD.Error.RequiredFRUMissing",
5491 "Subsystem": "cec_vpd",
5492 "ComponentID": "0x4000",
5493
5494 "SRC": {
5495 "ReasonCode": "0x4009",
Patrick Williams26919f02022-12-08 06:12:43 -06005496 "Words6To9": {}
Sunny Srivastava17586b42022-06-20 01:06:58 -05005497 },
5498
5499 "Documentation": {
5500 "Description": "Essential FRU check.",
5501 "Message": "Essential FRU check failed",
5502 "Notes": [
5503 "This error occurs when VPD manager service detects any",
5504 "missing essential FRU. These are FRUs which are required",
5505 "to be present in the system at the time of power on.",
5506 "The inventory path is captured in additional data."
5507 ]
5508 }
5509 },
5510
5511 {
gikrish1c0cc7ec2022-02-24 12:40:51 -06005512 "Name": "com.ibm.Panel.Error.InputDevPathFailure",
5513 "Subsystem": "cec_op_panel",
5514 "ComponentID": "0x5000",
5515
5516 "SRC": {
5517 "ReasonCode": "0x5001",
5518 "Words6To9": {}
5519 },
5520
5521 "Documentation": {
5522 "Description": "Button Handler Failure",
5523 "Message": "Input Device path failure",
Patrick Williams26919f02022-12-08 06:12:43 -06005524 "Notes": ["Button events will not be processed."]
gikrish1c0cc7ec2022-02-24 12:40:51 -06005525 }
5526 },
5527
5528 {
5529 "Name": "com.ibm.Panel.Error.I2CSetupFailure",
5530 "Subsystem": "cec_op_panel",
5531 "ComponentID": "0x5000",
5532
5533 "SRC": {
5534 "ReasonCode": "0x5002",
5535 "Words6To9": {}
5536 },
5537
5538 "Documentation": {
5539 "Description": "Panel I2C setup failure",
5540 "Message": "Unable to open device path or ioctl failure",
5541 "Notes": [
5542 "The Panel is unable to open device",
5543 " path or ioctl failure"
5544 ]
5545 }
5546 },
5547
5548 {
5549 "Name": "com.ibm.Panel.Error.HostCommunicationError",
5550 "Subsystem": "cec_op_panel",
5551 "ComponentID": "0x5000",
5552
5553 "SRC": {
5554 "ReasonCode": "0x5003",
5555 "Words6To9": {}
5556 },
5557
Patrick Williams26919f02022-12-08 06:12:43 -06005558 "Callouts": [
5559 {
5560 "CalloutList": [
5561 {
5562 "Priority": "high",
5563 "Procedure": "bmc_code"
5564 }
5565 ]
5566 }
5567 ],
gikrish1c0cc7ec2022-02-24 12:40:51 -06005568
5569 "Documentation": {
5570 "Description": "Host Communication failure",
5571 "Message": "Error in sending message to host",
Patrick Williams26919f02022-12-08 06:12:43 -06005572 "Notes": ["Failure from PLDM sending message to", "Host"]
gikrish1c0cc7ec2022-02-24 12:40:51 -06005573 }
5574 },
5575
5576 {
5577 "Name": "com.ibm.Panel.Error.DbusError",
5578 "Subsystem": "cec_op_panel",
5579 "ComponentID": "0x5000",
5580
5581 "SRC": {
5582 "ReasonCode": "0x5004",
5583 "Words6To9": {}
5584 },
5585
Patrick Williams26919f02022-12-08 06:12:43 -06005586 "Callouts": [
5587 {
5588 "CalloutList": [
5589 {
5590 "Priority": "high",
5591 "Procedure": "bmc_code"
5592 }
5593 ]
5594 }
5595 ],
gikrish1c0cc7ec2022-02-24 12:40:51 -06005596
5597 "Documentation": {
5598 "Description": "Dbus exception",
5599 "Message": "A Dbus internal error occurred.",
5600 "Notes": [
5601 "This error occurs when Dbus operation fails.",
5602 "Exceptions details are captured in additional",
5603 "data."
5604 ]
5605 }
5606 },
5607
5608 {
Priyanga Ramasamy3aa27082022-08-24 06:34:38 -05005609 "Name": "com.ibm.Panel.Error.CodeUpdateFailure",
5610 "Subsystem": "cec_op_panel",
5611 "ComponentID": "0x5000",
5612
5613 "SRC": {
5614 "ReasonCode": "0x5005",
5615 "Words6To9": {}
5616 },
5617
5618 "Documentation": {
5619 "Description": "LCD/Bootfail PIC code update failure.",
5620 "Message": "Error while doing LCD/bootfail PIC code update.",
5621 "Notes": [
Priyanga Ramasamyfdd1dc02022-09-21 02:41:32 -05005622 "Panel firmware(LCD/bootfail PIC) update fails due to ",
5623 "unsupportable firmware version. Inventory path to the",
5624 "FRU on which PIC controller is physically present will",
5625 "be called out."
Priyanga Ramasamy3aa27082022-08-24 06:34:38 -05005626 ]
5627 }
5628 },
5629
5630 {
deepae3403252023-04-25 04:55:54 -05005631 "Name": "org.open_power.Host.Boot.Error.WatchdogTimedOut",
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005632 "Subsystem": "cec_sp_hostboot_iface",
5633
Patrick Williams26919f02022-12-08 06:12:43 -06005634 "SRC": {
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005635 "ReasonCode": "0xC101",
Patrick Williams26919f02022-12-08 06:12:43 -06005636 "Words6To9": {}
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005637 },
5638
Patrick Williams26919f02022-12-08 06:12:43 -06005639 "Documentation": {
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005640 "Description": "Host did not respond within the watchdog timeout interval",
5641 "Message": "Host did not respond before the watchdog timeout interval expired",
5642 "Notes": [
5643 "Host did not respond before the expiry of the watchdog timeout interval.",
5644 "Collecting hostboot dump."
5645 ]
5646 }
zamiseckbf61a982022-01-13 08:27:50 -06005647 },
5648
5649 {
5650 "Name": "xyz.openbmc_project.Software.Version.Error.Incompatible",
5651 "Subsystem": "bmc_firmware",
5652 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005653 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005654 "ReasonCode": "0x3601",
Patrick Williams26919f02022-12-08 06:12:43 -06005655 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005656 },
5657
5658 "Callouts": [
5659 {
5660 "CalloutList": [
5661 { "Priority": "high", "Procedure": "bmc_code" }
5662 ]
5663 }
5664 ],
5665
Patrick Williams26919f02022-12-08 06:12:43 -06005666 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005667 "Description": "A system component has a software version that is incompatible.",
5668 "Message": "A system component has a software version that is incompatible."
5669 }
5670 },
5671
5672 {
5673 "Name": "xyz.openbmc_project.Software.Version.Error.AlreadyExists",
5674 "Subsystem": "bmc_firmware",
5675 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005676 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005677 "ReasonCode": "0x3602",
Patrick Williams26919f02022-12-08 06:12:43 -06005678 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005679 },
5680
5681 "Callouts": [
5682 {
5683 "CalloutList": [
5684 { "Priority": "high", "Procedure": "bmc_code" }
5685 ]
5686 }
5687 ],
5688
Patrick Williams26919f02022-12-08 06:12:43 -06005689 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005690 "Description": "This image version already exists on the device.",
5691 "Message": "This image version already exists on the device."
5692 }
5693 },
5694
5695 {
5696 "Name": "xyz.openbmc_project.Software.Image.Error.UnTarFailure",
5697 "Subsystem": "bmc_firmware",
5698 "ComponentID": "0x3600",
Adriana Kobylak7ef3b9e2023-01-04 13:20:36 -06005699 "ActionFlags": ["report"],
Patrick Williams26919f02022-12-08 06:12:43 -06005700 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005701 "ReasonCode": "0x3603",
Patrick Williams26919f02022-12-08 06:12:43 -06005702 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005703 },
5704
5705 "Callouts": [
5706 {
5707 "CalloutList": [
5708 { "Priority": "high", "Procedure": "bmc_code" }
5709 ]
5710 }
5711 ],
5712
Patrick Williams26919f02022-12-08 06:12:43 -06005713 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005714 "Description": "An error occurred during untar.",
5715 "Message": "An error occurred during untar."
5716 }
5717 },
5718
5719 {
5720 "Name": "xyz.openbmc_project.Software.Image.Error.ManifestFileFailure",
5721 "Subsystem": "bmc_firmware",
5722 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005723 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005724 "ReasonCode": "0x3604",
Patrick Williams26919f02022-12-08 06:12:43 -06005725 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005726 },
5727
5728 "Callouts": [
5729 {
5730 "CalloutList": [
5731 { "Priority": "high", "Procedure": "bmc_code" }
5732 ]
5733 }
5734 ],
5735
Patrick Williams26919f02022-12-08 06:12:43 -06005736 "Documentation": {
zamiseck21de9f02022-03-23 13:41:31 -05005737 "Description": "An error occurred when reading the software image Manifest file.",
5738 "Message": "An error occurred when reading the software image Manifest file."
zamiseckbf61a982022-01-13 08:27:50 -06005739 }
5740 },
5741
5742 {
5743 "Name": "xyz.openbmc_project.Software.Image.Error.InternalFailure",
5744 "Subsystem": "bmc_firmware",
5745 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005746 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005747 "ReasonCode": "0x3605",
Patrick Williams26919f02022-12-08 06:12:43 -06005748 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005749 },
5750
5751 "Callouts": [
5752 {
5753 "CalloutList": [
5754 { "Priority": "high", "Procedure": "bmc_code" }
5755 ]
5756 }
5757 ],
5758
Patrick Williams26919f02022-12-08 06:12:43 -06005759 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005760 "Description": "The operation failed internally during processing the image.",
5761 "Message": "The operation failed internally during processing the image."
5762 }
5763 },
5764
5765 {
5766 "Name": "xyz.openbmc_project.Software.Image.Error.ImageFailure",
5767 "Subsystem": "bmc_firmware",
5768 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005769 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005770 "ReasonCode": "0x3606",
Patrick Williams26919f02022-12-08 06:12:43 -06005771 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005772 },
5773
5774 "Callouts": [
5775 {
5776 "CalloutList": [
5777 { "Priority": "high", "Procedure": "bmc_code" }
5778 ]
5779 }
5780 ],
5781
Patrick Williams26919f02022-12-08 06:12:43 -06005782 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005783 "Description": "An error occurred processing the image.",
5784 "Message": "An error occurred processing the image."
5785 }
5786 },
5787
5788 {
5789 "Name": "xyz.openbmc_project.Software.Image.Error.BusyFailure",
5790 "Subsystem": "bmc_firmware",
5791 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005792 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005793 "ReasonCode": "0x3607",
Patrick Williams26919f02022-12-08 06:12:43 -06005794 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005795 },
5796
5797 "Callouts": [
5798 {
5799 "CalloutList": [
5800 { "Priority": "high", "Procedure": "bmc_code" }
5801 ]
5802 }
5803 ],
5804
Patrick Williams26919f02022-12-08 06:12:43 -06005805 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005806 "Description": "The device is busy during the update.",
5807 "Message": "The device is busy during the update."
5808 }
zamiseck21de9f02022-03-23 13:41:31 -05005809 },
5810
5811 {
5812 "Name": "xyz.openbmc_project.Software.Version.Error.ExpiredAccessKey",
5813 "Subsystem": "bmc_firmware",
5814 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005815 "SRC": {
zamiseck21de9f02022-03-23 13:41:31 -05005816 "ReasonCode": "0x3608",
Patrick Williams26919f02022-12-08 06:12:43 -06005817 "Words6To9": {}
zamiseck21de9f02022-03-23 13:41:31 -05005818 },
5819
5820 "Callouts": [
5821 {
5822 "CalloutList": [
5823 { "Priority": "high", "Procedure": "bmc_code" }
5824 ]
5825 }
5826 ],
5827
Patrick Williams26919f02022-12-08 06:12:43 -06005828 "Documentation": {
zamiseck21de9f02022-03-23 13:41:31 -05005829 "Description": "The Update Access Key has expired.",
5830 "Message": "The Update Access Key has expired."
5831 }
5832 },
5833
5834 {
5835 "Name": "xyz.openbmc_project.Software.Version.Error.InvalidSignature",
5836 "Subsystem": "bmc_firmware",
5837 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005838 "SRC": {
zamiseck21de9f02022-03-23 13:41:31 -05005839 "ReasonCode": "0x3609",
Patrick Williams26919f02022-12-08 06:12:43 -06005840 "Words6To9": {}
zamiseck21de9f02022-03-23 13:41:31 -05005841 },
5842
5843 "Callouts": [
5844 {
5845 "CalloutList": [
5846 { "Priority": "high", "Procedure": "bmc_code" }
5847 ]
5848 }
5849 ],
5850
Patrick Williams26919f02022-12-08 06:12:43 -06005851 "Documentation": {
zamiseck21de9f02022-03-23 13:41:31 -05005852 "Description": "The software image has an invalid signature.",
5853 "Message": "The software image has an invalid signature"
5854 }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005855 },
zamiseck0ad7a822022-05-24 17:25:58 -05005856
5857 {
Patrick Williams26919f02022-12-08 06:12:43 -06005858 "Name": "xyz.openbmc_project.Software.Version.Error.HostFile",
5859 "Subsystem": "bmc_firmware",
5860 "ComponentID": "0x3600",
zamiseck0ad7a822022-05-24 17:25:58 -05005861
Patrick Williams26919f02022-12-08 06:12:43 -06005862 "SRC": {
5863 "ReasonCode": "0x360A",
5864 "Words6To9": {
5865 "6": {
5866 "Description": "Size of the current running partition",
5867 "AdditionalDataPropSource": "CURRENT_FILE_SIZE"
zamiseck0ad7a822022-05-24 17:25:58 -05005868 },
Patrick Williams26919f02022-12-08 06:12:43 -06005869 "7": {
5870 "Description": "Size of the read only partition",
5871 "AdditionalDataPropSource": "EXPECTED_FILE_SIZE"
zamiseck0ad7a822022-05-24 17:25:58 -05005872 }
5873 }
5874 },
5875 "Callouts": [
5876 {
5877 "CalloutList": [
5878 { "Priority": "high", "Procedure": "bmc_code" }
5879 ]
5880 }
5881 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005882 "Documentation": {
5883 "Description": "Corrupted or changed preserved file",
5884 "Message": "Partition was not preserved on reboot",
5885 "Notes": [
zamiseck0ad7a822022-05-24 17:25:58 -05005886 "This error may occur if one of the partitions marked",
5887 "PRESERVED is either corrupted, or a change of size is ",
5888 "desired for a particular partition."
5889 ]
5890 }
5891 },
5892
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005893 {
5894 "Name": "xyz.openbmc_project.PLDM.Error.findDumpObjPath.GetManagedObjectsFail",
5895 "Subsystem": "bmc_firmware",
5896 "ComponentID": "0x6000",
5897 "Severity": "predictive",
Patrick Williams26919f02022-12-08 06:12:43 -06005898 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005899 "ReasonCode": "0x6001",
Patrick Williams26919f02022-12-08 06:12:43 -06005900 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005901 },
5902 "Callouts": [
5903 {
5904 "CalloutList": [
5905 { "Priority": "high", "Procedure": "bmc_code" }
5906 ]
5907 }
5908 ],
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005909
Patrick Williams26919f02022-12-08 06:12:43 -06005910 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005911 "Description": "Failed to get the requested dump object path.",
5912 "Message": "Failed to get the requested dump object path from the system."
5913 }
5914 },
5915 {
5916 "Name": "xyz.openbmc_project.PLDM.Error.newFileAvailable.NewDumpNotifyFail",
5917 "Subsystem": "bmc_firmware",
5918 "ComponentID": "0x6000",
5919 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005920 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005921 "ReasonCode": "0x6002",
Patrick Williams26919f02022-12-08 06:12:43 -06005922 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005923 },
5924 "Callouts": [
5925 {
5926 "CalloutList": [
5927 { "Priority": "high", "Procedure": "bmc_code" }
5928 ]
5929 }
5930 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005931 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005932 "Description": "Failed to make a new dump notify request to the dump manager application.",
5933 "Message": "Failed to make a new dump notify request to the dump manager application."
5934 }
5935 },
5936 {
5937 "Name": "xyz.openbmc_project.PLDM.Error.DumpHandler.getOffloadUriFail",
5938 "Subsystem": "bmc_firmware",
5939 "ComponentID": "0x6000",
5940 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005941 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005942 "ReasonCode": "0x6003",
Patrick Williams26919f02022-12-08 06:12:43 -06005943 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005944 },
5945 "Callouts": [
5946 {
5947 "CalloutList": [
5948 { "Priority": "high", "Procedure": "bmc_code" }
5949 ]
5950 }
5951 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005952 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005953 "Description": "Failed to get the dump offload URI path from the dump entry.",
5954 "Message": "Failed to get the dump offload URI path from the dump entry."
5955 }
5956 },
5957 {
5958 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.ResourceDumpFileAckFail",
5959 "Subsystem": "bmc_firmware",
5960 "ComponentID": "0x6000",
5961 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -06005962 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005963 "ReasonCode": "0x6004",
Patrick Williams26919f02022-12-08 06:12:43 -06005964 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005965 },
5966 "Callouts": [
5967 {
5968 "CalloutList": [
5969 { "Priority": "medium", "Procedure": "bmc_code" }
5970 ]
5971 }
5972 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005973 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005974 "Description": "The hypervisor rejected the request to initiate a new resource dump.",
5975 "Message": "The hypervisor rejected the request to initiate a new resource dump."
5976 }
5977 },
5978 {
5979 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.SourceDumpIdResetFail",
5980 "Subsystem": "bmc_firmware",
5981 "ComponentID": "0x6000",
5982 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005983 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005984 "ReasonCode": "0x6005",
Patrick Williams26919f02022-12-08 06:12:43 -06005985 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005986 },
5987 "Callouts": [
5988 {
5989 "CalloutList": [
5990 { "Priority": "high", "Procedure": "bmc_code" }
5991 ]
5992 }
5993 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005994 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005995 "Description": "Failed to reset the dump ID, due to this requested dump will not be deleted.",
5996 "Message": "Failed to reset the dump ID, due to this requested dump will not be deleted."
5997 }
5998 },
5999 {
6000 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryDeleteFail",
6001 "Subsystem": "bmc_firmware",
6002 "ComponentID": "0x6000",
6003 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006004 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006005 "ReasonCode": "0x6006",
Patrick Williams26919f02022-12-08 06:12:43 -06006006 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006007 },
6008 "Callouts": [
6009 {
6010 "CalloutList": [
6011 { "Priority": "high", "Procedure": "bmc_code" }
6012 ]
6013 }
6014 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006015 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006016 "Description": "Failed to carry out the dump delete request from the hypervisor.",
6017 "Message": "Failed to carry out the dump delete request from the hypervisor."
6018 }
6019 },
6020 {
6021 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryOffloadedSetFail",
6022 "Subsystem": "bmc_firmware",
6023 "ComponentID": "0x6000",
6024 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006025 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006026 "ReasonCode": "0x6007",
Patrick Williams26919f02022-12-08 06:12:43 -06006027 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006028 },
6029 "Callouts": [
6030 {
6031 "CalloutList": [
6032 { "Priority": "high", "Procedure": "bmc_code" }
6033 ]
6034 }
6035 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006036 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006037 "Description": "Failed to set the dump offloaded completion flag in the dump entry.",
6038 "Message": "Failed to set the dump offloaded completion flag in the dump entry."
6039 }
6040 },
6041 {
6042 "Name": "xyz.openbmc_project.PLDM.Error.readIntoMemory.GetFilepathFail",
6043 "Subsystem": "bmc_firmware",
6044 "ComponentID": "0x6000",
6045 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006046 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006047 "ReasonCode": "0x6008",
Patrick Williams26919f02022-12-08 06:12:43 -06006048 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006049 },
6050 "Callouts": [
6051 {
6052 "CalloutList": [
6053 { "Priority": "high", "Procedure": "bmc_code" }
6054 ]
6055 }
6056 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006057 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006058 "Description": "Failed to get the file path for the BMC dump and offload to the hypervisor.",
6059 "Message": "Failed to get the file path for the BMC dump and offload to the hypervisor."
6060 }
6061 },
6062 {
6063 "Name": "xyz.openbmc_project.PLDM.Error.read.GetFilepathFail",
6064 "Subsystem": "bmc_firmware",
6065 "ComponentID": "0x6000",
6066 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006067 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006068 "ReasonCode": "0x6009",
Patrick Williams26919f02022-12-08 06:12:43 -06006069 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006070 },
6071 "Callouts": [
6072 {
6073 "CalloutList": [
6074 { "Priority": "high", "Procedure": "bmc_code" }
6075 ]
6076 }
6077 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006078 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006079 "Description": "Failed to get the file path for the BMC dump and offload to the hypervisor.",
6080 "Message": "Failed to get the file path for the BMC dump and offload to the hypervisor."
6081 }
6082 },
6083 {
6084 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.ResourceDumpFileAckWithMetaDataFail",
6085 "Subsystem": "bmc_firmware",
6086 "ComponentID": "0x6000",
6087 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -06006088 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006089 "ReasonCode": "0x6010",
Patrick Williams26919f02022-12-08 06:12:43 -06006090 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006091 },
6092 "Callouts": [
6093 {
6094 "CalloutList": [
6095 { "Priority": "medium", "Procedure": "bmc_code" }
6096 ]
6097 }
6098 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006099 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006100 "Description": "Could not create a new resource dump due to hypervisor verification failed.",
6101 "Message": "Could not create a new resource dump due to hypervisor verification failed."
6102 }
6103 },
6104 {
6105 "Name": "xyz.openbmc_project.PLDM.Error.fileAckWithMetaData.DumpEntryOffloadedSetFail",
6106 "Subsystem": "bmc_firmware",
6107 "ComponentID": "0x6000",
6108 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006109 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006110 "ReasonCode": "0x6011",
Patrick Williams26919f02022-12-08 06:12:43 -06006111 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006112 },
6113 "Callouts": [
6114 {
6115 "CalloutList": [
6116 { "Priority": "high", "Procedure": "bmc_code" }
6117 ]
6118 }
6119 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006120 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006121 "Description": "Failed to set the dump offload completion flag in the dump entry details.",
6122 "Message": "Failed to set the dump offload completion flag in the dump entry details."
6123 }
6124 },
6125 {
6126 "Name": "xyz.openbmc_project.PLDM.Error.newFileAvailableWithMetaData.NewDumpNotifyFail",
6127 "Subsystem": "bmc_firmware",
6128 "ComponentID": "0x6000",
6129 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006130 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006131 "ReasonCode": "0x6012",
Patrick Williams26919f02022-12-08 06:12:43 -06006132 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006133 },
6134 "Callouts": [
6135 {
6136 "CalloutList": [
6137 { "Priority": "high", "Procedure": "bmc_code" }
6138 ]
6139 }
6140 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006141 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006142 "Description": "Failed to notify a new dump available request.",
6143 "Message": "Failed to notify a new dump available request."
6144 }
6145 },
6146 {
6147 "Name": "xyz.openbmc_project.PLDM.Error.sendNewFileAvailableCmd.SendDumpParametersFail",
6148 "Subsystem": "bmc_firmware",
6149 "ComponentID": "0x6000",
6150 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006151 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006152 "ReasonCode": "0x6013",
Patrick Williams26919f02022-12-08 06:12:43 -06006153 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006154 },
6155 "Callouts": [
6156 {
6157 "CalloutList": [
6158 { "Priority": "high", "Procedure": "bmc_code" }
6159 ]
6160 }
6161 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006162 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006163 "Description": "Failed to send the resource dump parameters for a new dump initiation.",
6164 "Message": "Failed to send the resource dump parameters for a new dump initiation."
6165 }
6166 },
6167 {
6168 "Name": "xyz.openbmc_project.PLDM.Error.SendFileToHostFail",
6169 "Subsystem": "bmc_firmware",
6170 "ComponentID": "0x6000",
6171 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006172 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006173 "ReasonCode": "0x6014",
Patrick Williams26919f02022-12-08 06:12:43 -06006174 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006175 },
6176 "Callouts": [
6177 {
6178 "CalloutList": [
6179 { "Priority": "high", "Procedure": "bmc_code" }
6180 ]
6181 }
6182 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006183 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006184 "Description": "Failed to send the certificate/license file to the host.",
6185 "Message": "Failed to send the certificate/license file to the host."
6186 }
6187 },
6188 {
6189 "Name": "xyz.openbmc_project.PLDM.Error.DecodeNewFileResponseFail",
6190 "Subsystem": "bmc_firmware",
6191 "ComponentID": "0x6000",
6192 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006193 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006194 "ReasonCode": "0x6015",
Patrick Williams26919f02022-12-08 06:12:43 -06006195 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006196 },
6197 "Callouts": [
6198 {
6199 "CalloutList": [
6200 { "Priority": "high", "Procedure": "bmc_code" }
6201 ]
6202 }
6203 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006204 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006205 "Description": "Failed to decode the response of certificate/license file sent to the host.",
6206 "Message": "Failed to decode the response of certificate/license file sent to the host."
6207 }
6208 },
6209 {
6210 "Name": "xyz.openbmc_project.PLDM.Error.NewFileAvailableRequestFail",
6211 "Subsystem": "bmc_firmware",
6212 "ComponentID": "0x6000",
6213 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006214 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006215 "ReasonCode": "0x6016",
Patrick Williams26919f02022-12-08 06:12:43 -06006216 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006217 },
6218 "Callouts": [
6219 {
6220 "CalloutList": [
6221 { "Priority": "high", "Procedure": "bmc_code" }
6222 ]
6223 }
6224 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006225 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006226 "Description": "Failed to send the new certificate/license file to the host.",
6227 "Message": "Failed to send the new certificate/license file to the host."
6228 }
6229 },
6230 {
6231 "Name": "xyz.openbmc_project.PLDM.Error.SetHostEffecterFailed",
6232 "Subsystem": "bmc_firmware",
6233 "ComponentID": "0x6000",
6234 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006235 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006236 "ReasonCode": "0x6017",
Patrick Williams26919f02022-12-08 06:12:43 -06006237 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006238 },
6239
6240 "Callouts": [
6241 {
6242 "CalloutList": [
6243 { "Priority": "high", "Procedure": "bmc_code" }
6244 ]
6245 }
6246 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006247 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006248 "Description": "Failed to set state effecter states.",
6249 "Message": "Failed to set state effecter states."
6250 }
6251 },
6252 {
6253 "Name": "xyz.openbmc_project.PLDM.Error.Generate.PDRJsonFileParseFail",
6254 "Subsystem": "bmc_firmware",
6255 "ComponentID": "0x6000",
6256 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006257 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006258 "ReasonCode": "0x6018",
Patrick Williams26919f02022-12-08 06:12:43 -06006259 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006260 },
6261 "Callouts": [
6262 {
6263 "CalloutList": [
6264 { "Priority": "high", "Procedure": "bmc_code" }
6265 ]
6266 }
6267 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006268 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006269 "Description": "Failed to parse PDR JSON file.",
6270 "Message": "Failed to parse PDR JSON file."
6271 }
6272 },
6273 {
6274 "Name": "xyz.openbmc_project.PLDM.Error.SetHostSensorState.GetStateSensorPDRFail",
6275 "Subsystem": "bmc_firmware",
6276 "ComponentID": "0x6000",
6277 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006278 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006279 "ReasonCode": "0x6019",
Patrick Williams26919f02022-12-08 06:12:43 -06006280 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006281 },
6282 "Callouts": [
6283 {
6284 "CalloutList": [
6285 { "Priority": "high", "Procedure": "bmc_code" }
6286 ]
6287 }
6288 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006289 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006290 "Description": "Failed to get state sensor PDR state.",
6291 "Message": "Failed to get state sensor PDR state."
6292 }
6293 },
6294 {
6295 "Name": "xyz.openbmc_project.PLDM.Error.SetHostSensorState.EncodeStateSensorFail",
6296 "Subsystem": "bmc_firmware",
6297 "ComponentID": "0x6000",
6298 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006299 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006300 "ReasonCode": "0x6020",
Patrick Williams26919f02022-12-08 06:12:43 -06006301 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006302 },
6303 "Callouts": [
6304 {
6305 "CalloutList": [
6306 { "Priority": "high", "Procedure": "bmc_code" }
6307 ]
6308 }
6309 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006310 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006311 "Description": "Failed to encode state sensor request.",
6312 "Message": "Failed to encode state sensor request."
6313 }
6314 },
6315 {
6316 "Name": "xyz.openbmc_project.PLDM.Error.CMsubscribeFailure",
6317 "Subsystem": "bmc_firmware",
6318 "ComponentID": "0x6000",
6319 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006320 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006321 "ReasonCode": "0x6021",
Patrick Williams26919f02022-12-08 06:12:43 -06006322 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006323 },
6324 "Callouts": [
6325 {
6326 "CalloutList": [
6327 { "Priority": "high", "Procedure": "bmc_code" }
6328 ]
6329 }
6330 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006331 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006332 "Description": "Failed to subscribe for concurrent maintenance of FRU.",
6333 "Message": "Failed to subscribe for concurrent maintenance of FRU."
6334 }
6335 },
6336 {
6337 "Name": "xyz.openbmc_project.PLDM.Error.setSurvTimer.RecvSurveillancePingFail",
6338 "Subsystem": "bmc_firmware",
6339 "ComponentID": "0x6000",
6340 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -06006341 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006342 "ReasonCode": "0x6022",
Patrick Williams26919f02022-12-08 06:12:43 -06006343 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006344 },
6345 "Callouts": [
6346 {
6347 "CalloutList": [
6348 { "Priority": "high", "Procedure": "bmc_code" }
6349 ]
6350 }
6351 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006352 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006353 "Description": "Host did not send a surveillance ping within stipulated timeout interval.",
6354 "Message": "Host did not send a surveillance ping within stipulated timeout interval."
6355 }
6356 },
6357 {
6358 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryOffloadUriSetFail",
6359 "Subsystem": "bmc_firmware",
6360 "ComponentID": "0x6000",
6361 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006362 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006363 "ReasonCode": "0x6023",
Patrick Williams26919f02022-12-08 06:12:43 -06006364 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006365 },
6366 "Callouts": [
6367 {
6368 "CalloutList": [
6369 { "Priority": "high", "Procedure": "bmc_code" }
6370 ]
6371 }
6372 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006373 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006374 "Description": "Failed to reset the dump offload URI path from the dump entry.",
6375 "Message": "Failed to reset the dump offload URI path from the dump entry."
6376 }
6377 },
6378 {
6379 "Name": "xyz.openbmc_project.PLDM.Error.SoftPowerOff.HostSoftOffTimeOut",
6380 "Subsystem": "bmc_firmware",
6381 "ComponentID": "0x6000",
6382 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006383 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006384 "ReasonCode": "0x6024",
Patrick Williams26919f02022-12-08 06:12:43 -06006385 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006386 },
6387 "Callouts": [
6388 {
6389 "CalloutList": [
6390 { "Priority": "high", "Procedure": "bmc_code" }
6391 ]
6392 }
6393 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006394 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006395 "Description": "Host failed to complete the power off gracefully within the timeout.",
6396 "Message": "Host failed to complete the power off gracefully within the timeout."
6397 }
Swarnendu Roy Chowdhury86cdcd52023-01-17 11:17:12 +05306398 },
6399 {
6400 "Name": "xyz.openbmc_project.Dump.Error.Invalidate",
6401 "Subsystem": "bmc_firmware",
6402 "ComponentID": "0x6000",
6403 "SRC": {
6404 "ReasonCode": "0x6025",
6405 "Words6To9": {}
6406 },
6407 "Documentation": {
6408 "Description": "Dump has been deleted/offloaded",
6409 "Message": "BMC/System/Resource dump has been deleted/offloaded"
6410 }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006411 }
Matt Spinler44792fd2019-09-26 15:58:58 -05006412 ]
6413}