blob: 4c2573c83a4b8680d07cdb60ea8f865df65cc5c1 [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": [
Matt Spinler2edce4e2024-01-17 11:13:51 -0600240 { "Priority": "high", "Procedure": "BMC0001" }
Chirag Sharma11cf0322022-04-20 08:48:52 -0500241 ]
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",
Matt Spinler2edce4e2024-01-17 11:13:51 -0600270 "Procedure": "BMC0002"
Jayanth Othayoth15006772023-03-29 03:34:40 -0500271 }
272 ]
273 }
274 ],
275
276 "Documentation": {
277 "Description": "Certificate verification failed",
278 "Message": "Certificate verification failed"
279 }
280 },
281
282 {
Matt Spinlerf1666612024-01-19 10:57:35 -0600283 "Name": "xyz.openbmc_project.Common.File.Error.Open",
284 "Subsystem": "bmc_firmware",
285 "ComponentID": "0x1000",
286 "SRC": {
287 "ReasonCode": "0x100D",
288 "Words6To9": {}
289 },
290
291 "Callouts": [
292 {
293 "CalloutList": [
Matt Spinler207aa8b2024-01-23 12:33:48 -0600294 { "Priority": "high", "Procedure": "BMC0001" }
Matt Spinlerf1666612024-01-19 10:57:35 -0600295 ]
296 }
297 ],
298
299 "Documentation": {
300 "Description": "Failed to open a file",
301 "Message": "Failed to open a file",
302 "Notes": ["The file name is in a UserData section."]
303 }
304 },
305
306 {
307 "Name": "xyz.openbmc_project.Common.File.Error.Read",
308 "Subsystem": "bmc_firmware",
309 "ComponentID": "0x1000",
310 "SRC": {
311 "ReasonCode": "0x100E",
312 "Words6To9": {}
313 },
314
315 "Callouts": [
316 {
317 "CalloutList": [
Matt Spinler207aa8b2024-01-23 12:33:48 -0600318 { "Priority": "high", "Procedure": "BMC0001" }
Matt Spinlerf1666612024-01-19 10:57:35 -0600319 ]
320 }
321 ],
322
323 "Documentation": {
324 "Description": "Failed to read a file",
325 "Message": "Failed to read a file",
326 "Notes": ["The file name is in a UserData section."]
327 }
328 },
329
330 {
331 "Name": "xyz.openbmc_project.Common.File.Error.Seek",
332 "Subsystem": "bmc_firmware",
333 "ComponentID": "0x1000",
334 "SRC": {
335 "ReasonCode": "0x100F",
336 "Words6To9": {}
337 },
338
339 "Callouts": [
340 {
341 "CalloutList": [
Matt Spinler207aa8b2024-01-23 12:33:48 -0600342 { "Priority": "high", "Procedure": "BMC0001" }
Matt Spinlerf1666612024-01-19 10:57:35 -0600343 ]
344 }
345 ],
346
347 "Documentation": {
348 "Description": "Failed to seek in a file",
349 "Message": "Failed to seek in a file",
350 "Notes": ["The file name is in a UserData section."]
351 }
352 },
353
354 {
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600355 "Name": "org.open_power.Logging.Error.SentBadPELToHost",
356 "Subsystem": "bmc_firmware",
357 "Severity": "non_error",
358
Patrick Williams26919f02022-12-08 06:12:43 -0600359 "SRC": {
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600360 "ReasonCode": "0x2001",
Patrick Williams26919f02022-12-08 06:12:43 -0600361 "Words6To9": {
362 "6": {
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600363 "Description": "The bad PEL ID",
364 "AdditionalDataPropSource": "BAD_ID"
365 }
366 }
367 },
368
Patrick Williams26919f02022-12-08 06:12:43 -0600369 "Documentation": {
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600370 "Description": "The BMC sent the host a malformed PEL",
371 "Message": "The BMC sent the host a malformed PEL",
Patrick Williams26919f02022-12-08 06:12:43 -0600372 "Notes": ["The host firmware rejected that PEL."]
Matt Spinler288f4322023-01-05 12:54:22 -0600373 },
374
375 "JournalCapture": {
376 "Sections": [
377 {
378 "SyslogID": "phosphor-log-manager",
379 "NumLines": 20
380 },
381 {
382 "SyslogID": "systemd",
383 "NumLines": 30
384 }
385 ]
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600386 }
Matt Spinlere95fd012020-01-07 12:53:16 -0600387 },
388
389 {
390 "Name": "org.open_power.Logging.Error.BadHostPEL",
391 "Subsystem": "platform_firmware",
392 "Severity": "unrecoverable",
393
Patrick Williams26919f02022-12-08 06:12:43 -0600394 "SRC": {
Matt Spinlere95fd012020-01-07 12:53:16 -0600395 "ReasonCode": "0x2002",
Patrick Williams26919f02022-12-08 06:12:43 -0600396 "Words6To9": {
397 "6": {
Matt Spinlere95fd012020-01-07 12:53:16 -0600398 "Description": "The PLID of the invalid PEL",
399 "AdditionalDataPropSource": "PLID"
400 },
Patrick Williams26919f02022-12-08 06:12:43 -0600401 "7": {
Matt Spinlere95fd012020-01-07 12:53:16 -0600402 "Description": "The corresponding OpenBMC event log ID",
403 "AdditionalDataPropSource": "OBMC_LOG_ID"
404 },
Patrick Williams26919f02022-12-08 06:12:43 -0600405 "8": {
Matt Spinlere95fd012020-01-07 12:53:16 -0600406 "Description": "The size of the invalid PEL",
407 "AdditionalDataPropSource": "PEL_SIZE"
408 }
409 }
410 },
411
Matt Spinler834f3ed2022-01-26 16:18:02 -0600412 "Callouts": [
413 {
414 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -0600415 { "Priority": "high", "Procedure": "BMC0001" }
Matt Spinler834f3ed2022-01-26 16:18:02 -0600416 ]
417 }
418 ],
419
Patrick Williams26919f02022-12-08 06:12:43 -0600420 "Documentation": {
Matt Spinlere95fd012020-01-07 12:53:16 -0600421 "Description": "The host sent the BMC an invalid PEL",
422 "Message": "The host sent the BMC an invalid PEL",
Patrick Williams26919f02022-12-08 06:12:43 -0600423 "Notes": []
Matt Spinler288f4322023-01-05 12:54:22 -0600424 },
425
426 "JournalCapture": {
427 "Sections": [
428 {
429 "SyslogID": "phosphor-log-manager",
430 "NumLines": 20
431 },
432 {
433 "SyslogID": "systemd",
434 "NumLines": 20
435 },
436 {
437 "SyslogID": "pldmd",
438 "NumLines": 20
439 }
440 ]
Matt Spinlere95fd012020-01-07 12:53:16 -0600441 }
Marri Devender Raoead1be22020-03-28 05:50:59 -0500442 },
443
444 {
Matt Spinler3477ce92020-07-08 14:49:25 -0500445 "Name": "org.open_power.Logging.Error.TestError1",
446 "Subsystem": "platform_firmware",
447 "Severity": "unrecoverable",
448
Patrick Williams26919f02022-12-08 06:12:43 -0600449 "SRC": {
Matt Spinler3477ce92020-07-08 14:49:25 -0500450 "ReasonCode": "0x2003",
Patrick Williams26919f02022-12-08 06:12:43 -0600451 "Words6To9": {}
Matt Spinler3477ce92020-07-08 14:49:25 -0500452 },
453
454 "Callouts": [
455 {
456 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -0600457 { "Priority": "high", "Procedure": "BMC0001" },
Patrick Williams26919f02022-12-08 06:12:43 -0600458 { "Priority": "medium", "SymbolicFRU": "service_docs" }
Matt Spinler3477ce92020-07-08 14:49:25 -0500459 ]
460 }
461 ],
462
Patrick Williams26919f02022-12-08 06:12:43 -0600463 "Documentation": {
Matt Spinler3477ce92020-07-08 14:49:25 -0500464 "Description": "An error for testing",
465 "Message": "This is a test error"
466 }
467 },
468
469 {
Matt Spinler30ddc9f2020-07-16 15:39:59 -0500470 "Name": "xyz.openbmc_project.Logging.Error.Default",
471 "Subsystem": "other_na",
472
Patrick Williams26919f02022-12-08 06:12:43 -0600473 "SRC": {
Matt Spinler30ddc9f2020-07-16 15:39:59 -0500474 "ReasonCode": "0x2004",
Patrick Williams26919f02022-12-08 06:12:43 -0600475 "Words6To9": {}
Matt Spinler30ddc9f2020-07-16 15:39:59 -0500476 },
477
Matt Spinler834f3ed2022-01-26 16:18:02 -0600478 "Callouts": [
479 {
480 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -0600481 { "Priority": "high", "Procedure": "BMC0001" }
Matt Spinler834f3ed2022-01-26 16:18:02 -0600482 ]
483 }
484 ],
485
Patrick Williams26919f02022-12-08 06:12:43 -0600486 "Documentation": {
Matt Spinler30ddc9f2020-07-16 15:39:59 -0500487 "Description": "This entry is used when no other matching entry is found",
488 "Message": "Unknown (Original event not in message registry)",
489 "Notes": [
490 "This is used when the actual error name isn't found in ",
491 "the registry. The original error name will be stored ",
492 "in the UserData section that contains the AdditionalData ",
493 "properties using the key ERROR_NAME.",
494 "This error may contain callouts if the creator passed ",
495 "them in.",
496 "The severity is set by the creator.",
497 "If this error is seen, then a code change needs to be ",
498 "made to add the missing error entry to this registry."
499 ]
Matt Spinler288f4322023-01-05 12:54:22 -0600500 },
501
502 "JournalCapture": {
503 "NumLines": 30
Matt Spinler30ddc9f2020-07-16 15:39:59 -0500504 }
505 },
506
507 {
Matt Spinlerc865ed92022-02-16 14:07:32 -0600508 "Name": "org.open_power.Logging.Error.TestError2",
509 "Subsystem": "bmc_firmware",
510 "Severity": "recovered",
511 "ActionFlags": ["report"],
512
Patrick Williams26919f02022-12-08 06:12:43 -0600513 "SRC": {
Matt Spinlerc865ed92022-02-16 14:07:32 -0600514 "ReasonCode": "0x2005",
Patrick Williams26919f02022-12-08 06:12:43 -0600515 "Words6To9": {}
Matt Spinlerc865ed92022-02-16 14:07:32 -0600516 },
517
518 "Callouts": [
519 {
Patrick Williams26919f02022-12-08 06:12:43 -0600520 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Matt Spinlerc865ed92022-02-16 14:07:32 -0600521 }
522 ],
523
Patrick Williams26919f02022-12-08 06:12:43 -0600524 "Documentation": {
Matt Spinlerc865ed92022-02-16 14:07:32 -0600525 "Description": "An error for testing",
526 "Message": "This is a test recoverable error",
527 "Notes": [
528 "This error is not created by BMC code and is ",
529 "only used for error injection tests."
530 ]
531 }
532 },
533
534 {
Matt Spinler87408a42022-07-29 16:12:07 -0500535 "Name": "org.open_power.Logging.Error.TestError3",
536 "Subsystem": "bmc_firmware",
537 "Severity": "predictive",
538
Patrick Williams26919f02022-12-08 06:12:43 -0600539 "SRC": {
Matt Spinler87408a42022-07-29 16:12:07 -0500540 "ReasonCode": "0x2006",
Patrick Williams26919f02022-12-08 06:12:43 -0600541 "Words6To9": {}
Matt Spinler87408a42022-07-29 16:12:07 -0500542 },
543
Patrick Williams26919f02022-12-08 06:12:43 -0600544 "Documentation": {
Matt Spinler87408a42022-07-29 16:12:07 -0500545 "Description": "This is an error used for testing only",
546 "Message": "This is a test predictive error",
547 "Notes": [
548 "This error is not created by BMC code and is ",
549 "only used for error injection tests."
550 ]
551 }
552 },
553
554 {
Matt Spinler8910bb72024-01-04 10:41:25 -0600555 "Name": "xyz.openbmc_project.Logging.Error.LogsCleared",
556 "Subsystem": "bmc_firmware",
557 "Severity": "non_error",
558
559 "SRC": {
560 "ReasonCode": "0x2007",
561 "Words6To9": {
562 "6": {
563 "Description": "Number of logs deleted",
564 "AdditionalDataPropSource": "NUM_LOGS"
565 }
566 }
567 },
568
569 "Documentation": {
570 "Description": "All event logs were deleted",
571 "Message": "All event logs were deleted",
572 "Notes": [
573 "This is an informational error noting that ",
574 "someone deleted all of the event logs."
575 ]
576 },
577
578 "JournalCapture": {
579 "Sections": [
580 {
581 "SyslogID": "systemd",
582 "NumLines": 10
583 }
584 ]
585 }
586 },
587
588 {
Marri Devender Raoead1be22020-03-28 05:50:59 -0500589 "Name": "org.open_power.PHAL.Error.Boot",
590 "Subsystem": "cec_hardware",
Ramesh Iyyar41e79dc2020-12-22 06:27:48 -0600591 "ComponentID": "0x3000",
Marri Devender Raoead1be22020-03-28 05:50:59 -0500592
Patrick Williams26919f02022-12-08 06:12:43 -0600593 "SRC": {
Ramesh Iyyar41e79dc2020-12-22 06:27:48 -0600594 "ReasonCode": "0x3001",
Patrick Williams26919f02022-12-08 06:12:43 -0600595 "Words6To9": {}
Marri Devender Raoead1be22020-03-28 05:50:59 -0500596 },
597
Patrick Williams26919f02022-12-08 06:12:43 -0600598 "Documentation": {
Michael Lim12429892022-03-10 16:11:25 -0600599 "Description": "Failure occurred during boot process",
600 "Message": "Failure occurred during boot process",
Marri Devender Raoead1be22020-03-28 05:50:59 -0500601 "Notes": [
602 "Debug traces will be captured in AdditionalData section"
603 ]
604 }
Ben Tyner34836322020-04-15 17:01:48 -0500605 },
606
607 {
Ramesh Iyyar78be2a22020-12-22 06:22:55 -0600608 "Name": "org.open_power.PHAL.Error.PrePowerOff",
609 "Subsystem": "cec_hardware",
610 "ComponentID": "0x3000",
611
Patrick Williams26919f02022-12-08 06:12:43 -0600612 "SRC": {
Ramesh Iyyar78be2a22020-12-22 06:22:55 -0600613 "ReasonCode": "0x3002",
Patrick Williams26919f02022-12-08 06:12:43 -0600614 "Words6To9": {}
Ramesh Iyyar78be2a22020-12-22 06:22:55 -0600615 },
616
Patrick Williams26919f02022-12-08 06:12:43 -0600617 "Documentation": {
Ramesh Iyyar78be2a22020-12-22 06:22:55 -0600618 "Description": "Failure occurred during PHAL pre-poweroff operations",
619 "Message": "Failure occurred during PHAL pre-poweroff operations",
620 "Notes": [
621 "Severity needs to be set based on needs for this registry.",
622 "FFDC (First Failure Data Collection) will be collected ",
623 "and added into PEL."
624 ]
625 }
626 },
627
628 {
Jayanth Othayothdb00d762021-07-13 02:48:19 -0500629 "Name": "org.open_power.PHAL.Error.devtreeSync",
630 "Subsystem": "cec_hardware",
631 "ComponentID": "0x3000",
632 "Severity": "unrecoverable",
633
Patrick Williams26919f02022-12-08 06:12:43 -0600634 "SRC": {
Jayanth Othayothdb00d762021-07-13 02:48:19 -0500635 "ReasonCode": "0x3003",
Patrick Williams26919f02022-12-08 06:12:43 -0600636 "Words6To9": {}
Jayanth Othayothdb00d762021-07-13 02:48:19 -0500637 },
638
Patrick Williams26919f02022-12-08 06:12:43 -0600639 "Documentation": {
Jayanth Othayothdb00d762021-07-13 02:48:19 -0500640 "Description": "Failure occurred during PHAL devtree sync ",
641 "Message": "Failure occurred during PHAL devtree sync",
Patrick Williams26919f02022-12-08 06:12:43 -0600642 "Notes": ["The journal should contain more information"]
Jayanth Othayothdb00d762021-07-13 02:48:19 -0500643 }
644 },
645
646 {
Jayanth Othayothf3e619a2021-07-13 03:58:06 -0500647 "Name": "org.open_power.PHAL.Error.devtreeBackup",
648 "Subsystem": "cec_hardware",
649 "ComponentID": "0x3000",
650 "Severity": "unrecoverable",
651
Patrick Williams26919f02022-12-08 06:12:43 -0600652 "SRC": {
Jayanth Othayothf3e619a2021-07-13 03:58:06 -0500653 "ReasonCode": "0x3004",
Patrick Williams26919f02022-12-08 06:12:43 -0600654 "Words6To9": {}
Jayanth Othayothf3e619a2021-07-13 03:58:06 -0500655 },
656
Patrick Williams26919f02022-12-08 06:12:43 -0600657 "Documentation": {
Jayanth Othayothf3e619a2021-07-13 03:58:06 -0500658 "Description": "Failure occurred during PHAL devtree backup ",
659 "Message": "Failure occurred during PHAL devtree backup",
Patrick Williams26919f02022-12-08 06:12:43 -0600660 "Notes": ["The journal should contain more information"]
Jayanth Othayothf3e619a2021-07-13 03:58:06 -0500661 }
662 },
663
664 {
Andrew Geisslerd54fd732021-07-20 14:07:12 -0400665 "Name": "org.open_power.PHAL.Error.HostRunning",
NodeMan970f57ddc2022-04-29 23:14:41 +0000666 "Subsystem": "cec_sp_hyp_iface",
Andrew Geisslerd54fd732021-07-20 14:07:12 -0400667 "ComponentID": "0x3000",
668
Patrick Williams26919f02022-12-08 06:12:43 -0600669 "SRC": {
Andrew Geisslerd54fd732021-07-20 14:07:12 -0400670 "ReasonCode": "0x3005",
Patrick Williams26919f02022-12-08 06:12:43 -0600671 "Words6To9": {}
Andrew Geisslerd54fd732021-07-20 14:07:12 -0400672 },
673
Patrick Williams26919f02022-12-08 06:12:43 -0600674 "Documentation": {
Andrew Geisslerd54fd732021-07-20 14:07:12 -0400675 "Description": "Host did not respond to BMC after a BMC reset",
676 "Message": "Host did not respond to BMC after a BMC reset but hardware indicates it is running",
677 "Notes": [
678 "System will be left in its current state to ensure host ",
679 "is not unexpectedly taken down. There is most likely an ",
680 "issue in the software or hardware communication path ",
681 "between the BMC and the Host firmware.",
682 "A BMC dump will be collected with relevant FFDC."
683 ]
684 }
685 },
686
687 {
Jayanth Othayoth7d2bea72021-11-29 07:26:34 -0600688 "Name": "org.open_power.PHAL.Error.devtreeReinit",
689 "Subsystem": "cec_hardware",
690 "ComponentID": "0x3000",
691 "Severity": "unrecoverable",
692
Patrick Williams26919f02022-12-08 06:12:43 -0600693 "SRC": {
Jayanth Othayoth7d2bea72021-11-29 07:26:34 -0600694 "ReasonCode": "0x3006",
Patrick Williams26919f02022-12-08 06:12:43 -0600695 "Words6To9": {}
Jayanth Othayoth7d2bea72021-11-29 07:26:34 -0600696 },
697
Patrick Williams26919f02022-12-08 06:12:43 -0600698 "Documentation": {
Jayanth Othayoth7d2bea72021-11-29 07:26:34 -0600699 "Description": "Failure re-initializing BMC to Host data structure",
700 "Message": "Failure occurred during re-initializing BMC to Host data structure",
Patrick Williams26919f02022-12-08 06:12:43 -0600701 "Notes": ["The journal should contain more information"]
Jayanth Othayoth7d2bea72021-11-29 07:26:34 -0600702 }
703 },
704
705 {
Jayanth Othayothe52dd952022-03-09 02:11:41 -0600706 "Name": "org.open_power.PHAL.Error.NonFunctionalBootProc",
707 "Subsystem": "cec_hardware",
708 "ComponentID": "0x3000",
709 "Severity": "unrecoverable",
710
Patrick Williams26919f02022-12-08 06:12:43 -0600711 "SRC": {
Jayanth Othayothe52dd952022-03-09 02:11:41 -0600712 "ReasonCode": "0x3007",
Patrick Williams26919f02022-12-08 06:12:43 -0600713 "Words6To9": {}
Jayanth Othayothe52dd952022-03-09 02:11:41 -0600714 },
715
Patrick Williams26919f02022-12-08 06:12:43 -0600716 "Documentation": {
Jayanth Othayothe52dd952022-03-09 02:11:41 -0600717 "Description": "Non functional boot processor",
718 "Message": "Non functional boot processor",
719 "Notes": [
720 "BMC firmware couldn't find functional primary processor",
721 "required to boot the host",
722 "Debug traces will be captured in AdditionalData section"
723 ]
724 }
725 },
726
727 {
Marri Devender Rao116428e2022-06-09 07:33:38 -0500728 "Name": "org.open_power.PHAL.Error.MPReboot",
729 "Subsystem": "cec_hardware",
730 "ComponentID": "0x3000",
731 "Severity": "unrecoverable",
732
Patrick Williams26919f02022-12-08 06:12:43 -0600733 "SRC": {
Marri Devender Rao116428e2022-06-09 07:33:38 -0500734 "ReasonCode": "0x3008",
Patrick Williams26919f02022-12-08 06:12:43 -0600735 "Words6To9": {}
Marri Devender Rao116428e2022-06-09 07:33:38 -0500736 },
737
738 "Callouts": [
739 {
Patrick Williams26919f02022-12-08 06:12:43 -0600740 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -0600741 { "Priority": "high", "Procedure": "BMC0001" }
Marri Devender Rao116428e2022-06-09 07:33:38 -0500742 ]
743 }
744 ],
745
Patrick Williams26919f02022-12-08 06:12:43 -0600746 "Documentation": {
Marri Devender Rao116428e2022-06-09 07:33:38 -0500747 "Description": "Error during memory preserving reboot",
748 "Message": "Error during memory preserving reboot",
749 "Notes": [
750 "Software error occured during memory preserving reboot"
751 ]
752 }
Patrick Williams26919f02022-12-08 06:12:43 -0600753 },
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500754 {
755 "Name": "org.open_power.PHAL.Error.SpareClock",
756 "Subsystem": "cec_hardware",
757 "ComponentID": "0x3000",
758 "Severity": "non_error",
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500759
Patrick Williams26919f02022-12-08 06:12:43 -0600760 "SRC": {
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500761 "ReasonCode": "0x3009",
Patrick Williams26919f02022-12-08 06:12:43 -0600762 "Words6To9": {}
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500763 },
764
Jayanth Othayothb0820142022-10-27 02:16:48 -0500765 "Callouts": [
766 {
Arya K Padmanba1d4812024-03-29 03:53:37 -0500767 "System": "com.ibm.Hardware.Chassis.Model.Rainier",
Jayanth Othayothb0820142022-10-27 02:16:48 -0500768 "CalloutList": [
769 {
770 "Priority": "high",
771 "LocCode": "P0"
772 },
773 {
774 "Priority": "low",
775 "LocCode": "P0-C15"
776 }
777 ]
778 },
779 {
Arya K Padmanba1d4812024-03-29 03:53:37 -0500780 "System": "com.ibm.Hardware.Chassis.Model.Everest",
Jayanth Othayothb0820142022-10-27 02:16:48 -0500781 "CalloutList": [
782 {
783 "Priority": "high",
784 "LocCode": "P0"
785 },
786 {
787 "Priority": "low",
788 "LocCode": "P0-C61"
789 }
790 ]
791 }
792 ],
793
Patrick Williams26919f02022-12-08 06:12:43 -0600794 "Documentation": {
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500795 "Description": "Error during Spare clock initialisation",
796 "Message": "Error during Spare clock initialisation",
797 "Notes": [
Jayanth Othayothb0820142022-10-27 02:16:48 -0500798 "The clock symbolic FRU in the CalloutList provides the",
799 "reference to clock unit."
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500800 ]
801 }
Marri Devender Rao116428e2022-06-09 07:33:38 -0500802 },
803
804 {
Jayanth Othayoth21c1a5a2022-09-07 01:24:05 -0500805 "Name": "org.open_power.PHAL.Info.ClockDailyLog",
806 "Subsystem": "cec_clocks",
807 "ComponentID": "0x3000",
808 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -0600809 "ActionFlags": ["report", "call_home"],
Jayanth Othayoth21c1a5a2022-09-07 01:24:05 -0500810
Patrick Williams26919f02022-12-08 06:12:43 -0600811 "SRC": {
Jayanth Othayoth21c1a5a2022-09-07 01:24:05 -0500812 "ReasonCode": "0x300A",
Patrick Williams26919f02022-12-08 06:12:43 -0600813 "Words6To9": {}
Jayanth Othayoth21c1a5a2022-09-07 01:24:05 -0500814 },
815
Patrick Williams26919f02022-12-08 06:12:43 -0600816 "Documentation": {
Jayanth Othayoth21c1a5a2022-09-07 01:24:05 -0500817 "Description": "Informational error to house clock debug info",
818 "Message": "Informational error to house clock debug info",
819 "Notes": [
820 "User data includes processor and clock register state information."
821 ]
822 }
823 },
824
825 {
deepakala-kb1b342a2022-10-05 11:17:16 -0500826 "Name": "org.open_power.PHAL.Error.GuardPartitionAccess",
827 "Subsystem": "bmc_firmware",
828 "ComponentID": "0x3000",
829 "Severity": "predictive",
830
Patrick Williams26919f02022-12-08 06:12:43 -0600831 "SRC": {
deepakala-kb1b342a2022-10-05 11:17:16 -0500832 "ReasonCode": "0x300B",
Patrick Williams26919f02022-12-08 06:12:43 -0600833 "Words6To9": {}
deepakala-kb1b342a2022-10-05 11:17:16 -0500834 },
835
836 "Callouts": [
837 {
838 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -0600839 { "Priority": "high", "Procedure": "BMC0001" }
deepakala-kb1b342a2022-10-05 11:17:16 -0500840 ]
841 }
842 ],
843
Patrick Williams26919f02022-12-08 06:12:43 -0600844 "Documentation": {
deepakala-kb1b342a2022-10-05 11:17:16 -0500845 "Description": "Guard partition access failure",
846 "Message": "Guard partition access failure",
847 "Notes": [
848 "User data and journal should contain more information"
849 ]
850 }
851 },
852
853 {
Matt Spinler06634e82023-05-25 11:36:43 -0500854 "Name": "org.open_power.Proc.FSI.Error.MasterDetectionFailure",
855 "Subsystem": "cec_chip_iface",
856 "ComponentID": "0x3000",
857 "Severity": "unrecoverable",
858
859 "SRC": {
860 "ReasonCode": "0x300C",
861 "Words6To9": {}
862 },
863
864 "Documentation": {
865 "Description": "There was a failure while initializing the FSI links",
866 "Message": "There was a failure while initializing the FSI links",
867 "Notes": [
868 "The FSI device driver had a problem doing a scan.",
869 "The callouts are done based on the passed in FSI device path."
870 ]
871 },
872
873 "JournalCapture": {
874 "NumLines": 75
875 }
876 },
877
878 {
Matt Spinler70f561a2024-01-04 15:33:17 -0600879 "Name": "org.open_power.OCC.Firmware.Error.PresenceMismatch",
Eddie James62464b12022-05-25 15:47:15 -0500880 "Subsystem": "bmc_firmware",
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500881 "ComponentID": "0x2600",
Eddie James62464b12022-05-25 15:47:15 -0500882 "Severity": "predictive",
883
Patrick Williams26919f02022-12-08 06:12:43 -0600884 "SRC": {
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500885 "ReasonCode": "0x2681",
Patrick Williams26919f02022-12-08 06:12:43 -0600886 "Words6To9": {}
Eddie James62464b12022-05-25 15:47:15 -0500887 },
888
889 "Callouts": [
890 {
891 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -0600892 { "Priority": "medium", "Procedure": "BMC0001" }
Eddie James62464b12022-05-25 15:47:15 -0500893 ]
894 }
895 ],
896
Patrick Williams26919f02022-12-08 06:12:43 -0600897 "Documentation": {
Eddie James62464b12022-05-25 15:47:15 -0500898 "Description": "OCC presence mismatch",
899 "Message": "BMC firmware detected incorrect number of OCCs",
900 "Notes": [
901 "The number of OCCs detected by the BMC does not match the number of OCCs detected by the OCC.",
902 "The BMC requests that the OCC reset."
903 ]
904 }
905 },
906
907 {
Matt Spinler70f561a2024-01-04 15:33:17 -0600908 "Name": "org.open_power.OCC.Device.Error.SafeState",
Eddie James62464b12022-05-25 15:47:15 -0500909 "Subsystem": "processor_chip",
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500910 "ComponentID": "0x2600",
Eddie James62464b12022-05-25 15:47:15 -0500911 "Severity": "non_error",
912
Patrick Williams26919f02022-12-08 06:12:43 -0600913 "SRC": {
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500914 "ReasonCode": "0x2682",
Patrick Williams26919f02022-12-08 06:12:43 -0600915 "Words6To9": {}
Eddie James62464b12022-05-25 15:47:15 -0500916 },
917
Patrick Williams26919f02022-12-08 06:12:43 -0600918 "Documentation": {
Eddie James62464b12022-05-25 15:47:15 -0500919 "Description": "OCC safe state",
920 "Message": "OCC in safe state while active for one minute",
921 "Notes": [
922 "The BMC detected that the OCC was in safe state for one minute while active.",
923 "The BMC requests that the OCC reset."
924 ]
925 }
926 },
927
928 {
Matt Spinler70f561a2024-01-04 15:33:17 -0600929 "Name": "org.open_power.OCC.Device.Error.ReadFailure",
Eddie James62464b12022-05-25 15:47:15 -0500930 "Subsystem": "cec_chip_iface",
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500931 "ComponentID": "0x2600",
Eddie James62464b12022-05-25 15:47:15 -0500932 "Severity": "predictive",
933
Patrick Williams26919f02022-12-08 06:12:43 -0600934 "SRC": {
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500935 "ReasonCode": "0x2683",
Patrick Williams26919f02022-12-08 06:12:43 -0600936 "Words6To9": {}
Eddie James62464b12022-05-25 15:47:15 -0500937 },
938
Patrick Williams26919f02022-12-08 06:12:43 -0600939 "Documentation": {
Eddie James62464b12022-05-25 15:47:15 -0500940 "Description": "OCC communication failure",
941 "Message": "BMC failed to communicate with the OCC",
942 "Notes": [
943 "The BMC failed to communicate with the OCC and retried three times.",
944 "The BMC requests that the OCC reset."
945 ]
946 }
947 },
948
949 {
Matt Spinler70f561a2024-01-04 15:33:17 -0600950 "Name": "org.open_power.OCC.Device.Error.OpenFailure",
951 "Subsystem": "cec_chip_iface",
952 "ComponentID": "0x2600",
953 "Severity": "predictive",
954
955 "SRC": {
956 "ReasonCode": "0x2684",
957 "Words6To9": {}
958 },
959
960 "Documentation": {
961 "Description": "OCC communication failure",
962 "Message": "BMC failed to communicate with the OCC",
963 "Notes": [
964 "There was a failure trying to open an OCC device driver file"
965 ]
966 }
967 },
968
969 {
Chris Cainfff77e22024-04-22 12:25:23 -0500970 "Name": "org.open_power.OCC.Firmware.Error.MissingOCCSensors",
971 "Subsystem": "bmc_firmware",
972 "ComponentID": "0x2600",
973
974 "SRC": {
975 "ReasonCode": "0x2685",
976 "Words6To9": {}
977 },
978
979 "Callouts": [
980 {
981 "CalloutList": [
982 { "Priority": "medium", "Procedure": "BMC0001" }
983 ]
984 }
985 ],
986
987 "Documentation": {
988 "Description": "OCC PDR records not found",
989 "Message": "BMC firmware was not able to find the OCC sensor ID records",
990 "Notes": [
991 "The OCC sensor ID records for the OCCs were not found which will prevent the BMC from ",
992 "communicating with the OCCs. Firmware will continue to try searching for the records."
993 ]
994 },
995 "JournalCapture": {
996 "NumLines": 40
997 }
998 },
999
1000 {
Ramesh Iyyarb3d45ed2021-12-07 09:18:19 -06001001 "Name": "org.open_power.HardwareIsolation.Error",
1002 "Subsystem": "cec_hardware",
1003 "ComponentID": "0x3100",
1004
Patrick Williams26919f02022-12-08 06:12:43 -06001005 "SRC": {
Ramesh Iyyarb3d45ed2021-12-07 09:18:19 -06001006 "ReasonCode": "0x3101",
Patrick Williams26919f02022-12-08 06:12:43 -06001007 "Words6To9": {}
Ramesh Iyyarb3d45ed2021-12-07 09:18:19 -06001008 },
1009
Patrick Williams26919f02022-12-08 06:12:43 -06001010 "Documentation": {
Michael Lim12429892022-03-10 16:11:25 -06001011 "Description": "Failure occurred during hardware isolation operations",
1012 "Message": "Failure occurred during hardware isolation operations",
Ramesh Iyyarb3d45ed2021-12-07 09:18:19 -06001013 "Notes": [
1014 "Severity needs to be set based on needs for this registry.",
1015 "Debug traces will be captured in AdditionalData section"
1016 ]
1017 }
1018 },
1019
1020 {
Marri Devender Rao109fc142023-09-14 12:34:40 +05301021 "Name": "org.open_power.Faultlog.PoweronTime.ReadFail",
1022 "Subsystem": "bmc_firmware",
1023 "ComponentID": "0xF100",
1024
1025 "SRC": {
1026 "ReasonCode": "0xF101",
1027 "Words6To9": {}
1028 },
1029
1030 "Documentation": {
1031 "Description": "Failure to read chassis poweron time from persistent file",
1032 "Message": "Failure to read chassis poweron time from persistent file",
1033 "Notes": [
1034 "Severity needs to be set based on needs for this registry.",
1035 "Debug traces will be captured in AdditionalData section"
1036 ]
1037 }
1038 },
1039
1040 {
1041 "Name": "org.open_power.Faultlog.PoweronTime.WriteFail",
1042 "Subsystem": "bmc_firmware",
1043 "ComponentID": "0xF100",
1044
1045 "SRC": {
1046 "ReasonCode": "0xF102",
1047 "Words6To9": {}
1048 },
1049
1050 "Documentation": {
1051 "Description": "Failure to write chassis poweron time to persistent file",
1052 "Message": "Failure to write chassis poweron time to persistent file",
1053 "Notes": [
1054 "Severity needs to be set based on needs for this registry.",
1055 "Debug traces will be captured in AdditionalData section"
1056 ]
1057 }
1058 },
1059
1060 {
Marri Devender Rao385446b2023-04-14 00:16:35 -05001061 "Name": "org.open_power.Faultlog.Error.DeconfiguredHW",
1062 "Subsystem": "cec_hardware",
1063 "Severity": "predictive",
Matt Spinlera6c4ba72023-05-24 13:11:49 -05001064 "ComponentID": "0xF100",
Marri Devender Rao385446b2023-04-14 00:16:35 -05001065 "SRC": {
Matt Spinlera6c4ba72023-05-24 13:11:49 -05001066 "ReasonCode": "0xF138",
Marri Devender Rao385446b2023-04-14 00:16:35 -05001067 "Words6To9": {
1068 "6": {
Marri Devender Raof0200b52023-06-14 12:46:05 +05301069 "Description": "Number of system guard records if any",
1070 "AdditionalDataPropSource": "GUARD_RECORD_COUNT"
Marri Devender Rao385446b2023-04-14 00:16:35 -05001071 },
1072 "8": {
Marri Devender Raof0200b52023-06-14 12:46:05 +05301073 "Description": "Number of PEL's having deconfig bit set",
1074 "AdditionalDataPropSource": "PEL_WITH_DECONFIG_BIT_COUNT"
Marri Devender Rao385446b2023-04-14 00:16:35 -05001075 }
1076 }
1077 },
1078 "Callouts": [
1079 {
1080 "CalloutList": [
1081 {
1082 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06001083 "Procedure": "BMC0008"
Marri Devender Rao385446b2023-04-14 00:16:35 -05001084 }
1085 ]
1086 }
1087 ],
1088 "Documentation": {
1089 "Description": "Firmware detected either a FRU deconfigured And/Or guard record",
1090 "Message": "Firmware detected either a FRU deconfigured And/Or guard record",
1091 "Notes": [
1092 "Either Guard And/Or Deconfiguration records found during periodic check ",
1093 "as part of the NAG event. Look into the BMC Nag dump for more details. ",
1094 "This is a reminder for servicing faulty hardware pending service present ",
1095 "in the system."
1096 ]
1097 }
1098 },
1099
1100 {
Andrew Geissler8034dde2021-09-10 14:43:03 -05001101 "Name": "xyz.openbmc_project.State.Error.HostNotRunning",
1102 "Subsystem": "cec_sp_hostboot_iface",
1103 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001104 "SRC": {
Andrew Geissler8034dde2021-09-10 14:43:03 -05001105 "ReasonCode": "0x3401",
Patrick Williams26919f02022-12-08 06:12:43 -06001106 "Words6To9": {}
Andrew Geissler8034dde2021-09-10 14:43:03 -05001107 },
Patrick Williams26919f02022-12-08 06:12:43 -06001108 "Documentation": {
Andrew Geissler8034dde2021-09-10 14:43:03 -05001109 "Description": "Host was booting or booted before BMC reset but is now unresponsive",
1110 "Message": "Host did not respond to BMC after a BMC reset but it was booting or booted prior to the BMC reboot",
1111 "Notes": [
1112 "System will follow recovery policy, resulting in this ",
1113 "error and most likely a a reboot of the host. The issue ",
1114 "is most likely the result of the BMC rebooting while the ",
1115 "host was booting and in a state where it still needed ",
1116 "the BMC to complete its boot."
1117 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001118 },
1119
1120 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001121 "NumLines": 100
Andrew Geissler8034dde2021-09-10 14:43:03 -05001122 }
1123 },
1124
1125 {
Andrew Geissler808f6302022-02-24 13:55:18 -06001126 "Name": "xyz.openbmc_project.State.ChassisPowerBad",
1127 "Subsystem": "input_power_source",
1128 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001129 "SRC": {
Andrew Geissler808f6302022-02-24 13:55:18 -06001130 "ReasonCode": "0x3402",
Patrick Williams26919f02022-12-08 06:12:43 -06001131 "Words6To9": {}
Andrew Geissler808f6302022-02-24 13:55:18 -06001132 },
1133 "Callouts": [
1134 {
Patrick Williams26919f02022-12-08 06:12:43 -06001135 "CalloutList": [
1136 {
1137 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06001138 "Procedure": "BMC0002"
Patrick Williams26919f02022-12-08 06:12:43 -06001139 }
1140 ]
Andrew Geissler808f6302022-02-24 13:55:18 -06001141 }
1142 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001143 "Documentation": {
Andrew Geissler808f6302022-02-24 13:55:18 -06001144 "Description": "Chassis input power is in a bad state",
1145 "Message": "Chassis input power is in a bad state, look for other logs with more details",
1146 "Notes": [
1147 "The system is most likely in a limited power situation. ",
1148 "There is enough power for the BMC to operate but not the ",
1149 "CEC hardware. Check for UPS or brownout logs."
1150 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001151 },
1152
1153 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001154 "NumLines": 100
Andrew Geissler808f6302022-02-24 13:55:18 -06001155 }
1156 },
1157
1158 {
Andrew Geissler4c360ec2022-02-24 14:09:37 -06001159 "Name": "xyz.openbmc_project.State.PinholeReset",
1160 "Subsystem": "cec_op_panel",
1161 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001162 "SRC": {
Andrew Geissler4c360ec2022-02-24 14:09:37 -06001163 "ReasonCode": "0x3403",
Patrick Williams26919f02022-12-08 06:12:43 -06001164 "Words6To9": {}
Andrew Geissler4c360ec2022-02-24 14:09:37 -06001165 },
Patrick Williams26919f02022-12-08 06:12:43 -06001166 "Documentation": {
Andrew Geissler4c360ec2022-02-24 14:09:37 -06001167 "Description": "User initiated a pinhole reset via the op-panel",
1168 "Message": "User initiated a pinhole reset via the op-panel",
1169 "Notes": [
1170 "This is a notification log to record the fact that a ",
1171 "pinhole reset was performed on the BMC, resulting in a ",
1172 "hard reset of the BMC."
1173 ]
1174 }
1175 },
1176
1177 {
Andrew Geisslerfbb18242022-02-24 14:30:02 -06001178 "Name": "xyz.openbmc_project.State.Error.CriticalServiceFailure",
1179 "Subsystem": "bmc_firmware",
1180 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001181 "SRC": {
Andrew Geisslerfbb18242022-02-24 14:30:02 -06001182 "ReasonCode": "0x3404",
Patrick Williams26919f02022-12-08 06:12:43 -06001183 "Words6To9": {}
Andrew Geisslerfbb18242022-02-24 14:30:02 -06001184 },
1185 "Callouts": [
1186 {
Patrick Williams26919f02022-12-08 06:12:43 -06001187 "CalloutList": [
1188 {
1189 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06001190 "Procedure": "BMC0002"
Patrick Williams26919f02022-12-08 06:12:43 -06001191 }
1192 ]
Andrew Geisslerfbb18242022-02-24 14:30:02 -06001193 }
1194 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001195 "Documentation": {
Andrew Geisslerfbb18242022-02-24 14:30:02 -06001196 "Description": "A critical BMC application has failed on the system",
1197 "Message": "A critical BMC application has failed on the system, the BMC is in an undefined state",
1198 "Notes": [
1199 "As a part of generating this error log, a BMC dump has ",
1200 "also been generated. Please collect this dump if possible. ",
1201 "The BMC state is undefined but basic services could still ",
1202 "be available. Usually an AC cycle of the entire system is ",
1203 "the best recovery option from this error."
1204 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001205 },
1206
1207 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001208 "NumLines": 100
Andrew Geisslerfbb18242022-02-24 14:30:02 -06001209 }
1210 },
1211
1212 {
Andrew Geisslerf83efe92022-03-10 15:06:17 -06001213 "Name": "xyz.openbmc_project.State.Error.SecurityCheckFail",
1214 "Subsystem": "bmc_firmware",
1215 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001216 "SRC": {
Andrew Geisslerf83efe92022-03-10 15:06:17 -06001217 "ReasonCode": "0x3405",
Patrick Williams26919f02022-12-08 06:12:43 -06001218 "Words6To9": {}
Andrew Geisslerf83efe92022-03-10 15:06:17 -06001219 },
1220 "Callouts": [
1221 {
Patrick Williams26919f02022-12-08 06:12:43 -06001222 "CalloutList": [
1223 {
1224 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06001225 "Procedure": "BMC0002"
Patrick Williams26919f02022-12-08 06:12:43 -06001226 }
1227 ]
Andrew Geisslerf83efe92022-03-10 15:06:17 -06001228 }
1229 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001230 "Documentation": {
Andrew Geisslerf83efe92022-03-10 15:06:17 -06001231 "Description": "A firmware security check has failed",
1232 "Message": "A firmware security check has failed, most likely something is not configured correctly",
1233 "Notes": [
1234 "This log is only generated in the manufacturing ",
1235 "environment and it indicates that something has not ",
1236 "been configured correctly. Use the data in the PEL to ",
1237 "determine what that is."
1238 ]
1239 }
1240 },
1241
1242 {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001243 "Name": "xyz.openbmc_project.State.BMC.Error.MultiUserTargetFailure",
1244 "Subsystem": "bmc_firmware",
1245 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001246 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001247 "ReasonCode": "0x3406",
Patrick Williams26919f02022-12-08 06:12:43 -06001248 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001249 },
1250 "Callouts": [
1251 {
Patrick Williams26919f02022-12-08 06:12:43 -06001252 "CalloutList": [
1253 {
1254 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06001255 "Procedure": "BMC0002"
Patrick Williams26919f02022-12-08 06:12:43 -06001256 }
1257 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001258 }
1259 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001260 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001261 "Description": "The system has failed to reach BMC Ready state",
1262 "Message": "The system has failed to reach BMC Ready state, look for other errors",
1263 "Notes": [
1264 "This log indicates a critical BMC application required ",
1265 "for the BMC to reach Ready state has failed to start ",
1266 "successfully. Look in the log for other errors indicating ",
1267 "what has failed."
1268 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001269 },
1270
1271 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001272 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001273 }
1274 },
1275
1276 {
1277 "Name": "xyz.openbmc_project.State.Chassis.Error.PowerOnFailure",
1278 "Subsystem": "bmc_firmware",
1279 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001280 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001281 "ReasonCode": "0x3407",
Patrick Williams26919f02022-12-08 06:12:43 -06001282 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001283 },
1284 "Callouts": [
1285 {
Patrick Williams26919f02022-12-08 06:12:43 -06001286 "CalloutList": [
1287 {
1288 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06001289 "Procedure": "BMC0002"
Patrick Williams26919f02022-12-08 06:12:43 -06001290 }
1291 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001292 }
1293 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001294 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001295 "Description": "The system has failed to reach chassis power on state",
1296 "Message": "The system has failed to reach chassis power on state, look for other errors",
1297 "Notes": [
1298 "This log indicates a critical BMC application required ",
1299 "for the BMC to power on the chassis has failed to start ",
1300 "successfully. Look in the log for other errors indicating ",
1301 "what has failed."
1302 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001303 },
1304
1305 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001306 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001307 }
1308 },
1309
1310 {
1311 "Name": "xyz.openbmc_project.State.Chassis.Error.PowerOffFailure",
1312 "Subsystem": "bmc_firmware",
1313 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001314 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001315 "ReasonCode": "0x3408",
Patrick Williams26919f02022-12-08 06:12:43 -06001316 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001317 },
1318 "Callouts": [
1319 {
Patrick Williams26919f02022-12-08 06:12:43 -06001320 "CalloutList": [
1321 {
1322 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06001323 "Procedure": "BMC0002"
Patrick Williams26919f02022-12-08 06:12:43 -06001324 }
1325 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001326 }
1327 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001328 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001329 "Description": "The system has failed to reach chassis power off state",
1330 "Message": "The system has failed to reach chassis power off state, look for other errors",
1331 "Notes": [
1332 "This log indicates a critical BMC application required ",
1333 "for the BMC to power off the chassis has failed to start ",
1334 "successfully. Look in the log for other errors indicating ",
1335 "what has failed."
1336 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001337 },
1338
1339 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001340 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001341 }
1342 },
1343
1344 {
1345 "Name": "xyz.openbmc_project.State.Host.Error.HostStartFailure",
1346 "Subsystem": "bmc_firmware",
1347 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001348 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001349 "ReasonCode": "0x3409",
Patrick Williams26919f02022-12-08 06:12:43 -06001350 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001351 },
1352 "Callouts": [
1353 {
Patrick Williams26919f02022-12-08 06:12:43 -06001354 "CalloutList": [
1355 {
1356 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06001357 "Procedure": "BMC0002"
Patrick Williams26919f02022-12-08 06:12:43 -06001358 }
1359 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001360 }
1361 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001362 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001363 "Description": "The system has failed to start the host firmware",
1364 "Message": "The system has failed to start the host firmware, look for other errors",
1365 "Notes": [
1366 "This log indicates a critical BMC application required ",
1367 "for the BMC to start the host has failed to start ",
1368 "successfully. Look in the log for other errors indicating ",
1369 "what has failed."
1370 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001371 },
1372
1373 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001374 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001375 }
1376 },
1377
1378 {
1379 "Name": "xyz.openbmc_project.State.Host.Error.HostStartMinFailure",
1380 "Subsystem": "bmc_firmware",
1381 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001382 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001383 "ReasonCode": "0x3410",
Patrick Williams26919f02022-12-08 06:12:43 -06001384 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001385 },
1386 "Callouts": [
1387 {
Patrick Williams26919f02022-12-08 06:12:43 -06001388 "CalloutList": [
1389 {
1390 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06001391 "Procedure": "BMC0002"
Patrick Williams26919f02022-12-08 06:12:43 -06001392 }
1393 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001394 }
1395 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001396 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001397 "Description": "The system has failed to start the host firmware",
1398 "Message": "The system has failed to start the host firmware, look for other errors",
1399 "Notes": [
1400 "This log indicates a critical BMC application required ",
1401 "for the BMC to start the host has failed to start ",
1402 "successfully. Look in the log for other errors indicating ",
1403 "what has failed."
1404 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001405 },
1406
1407 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001408 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001409 }
1410 },
1411
1412 {
1413 "Name": "xyz.openbmc_project.State.Host.Error.HostShutdownFailure",
1414 "Subsystem": "bmc_firmware",
1415 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001416 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001417 "ReasonCode": "0x3411",
Patrick Williams26919f02022-12-08 06:12:43 -06001418 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001419 },
1420 "Callouts": [
1421 {
Patrick Williams26919f02022-12-08 06:12:43 -06001422 "CalloutList": [
1423 {
1424 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06001425 "Procedure": "BMC0002"
Patrick Williams26919f02022-12-08 06:12:43 -06001426 }
1427 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001428 }
1429 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001430 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001431 "Description": "The system has failed to shutdown the host firmware",
1432 "Message": "The system has failed to shutdown the host firmware, look for other errors",
1433 "Notes": [
1434 "This log indicates a critical BMC application required ",
1435 "to shutdown the host firmware has failed to start ",
1436 "successfully. Look in the log for other errors indicating ",
1437 "what has failed."
1438 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001439 },
1440
1441 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001442 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001443 }
1444 },
1445
1446 {
1447 "Name": "xyz.openbmc_project.State.Host.Error.HostStopFailure",
1448 "Subsystem": "bmc_firmware",
1449 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001450 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001451 "ReasonCode": "0x3412",
Patrick Williams26919f02022-12-08 06:12:43 -06001452 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001453 },
1454 "Callouts": [
1455 {
Patrick Williams26919f02022-12-08 06:12:43 -06001456 "CalloutList": [
1457 {
1458 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06001459 "Procedure": "BMC0002"
Patrick Williams26919f02022-12-08 06:12:43 -06001460 }
1461 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001462 }
1463 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001464 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001465 "Description": "The system has failed to stop the host firmware",
1466 "Message": "The system has failed to stop the host firmware, look for other errors",
1467 "Notes": [
1468 "This log indicates a critical BMC application required ",
1469 "to stop the host firmware has failed to start ",
1470 "successfully. Look in the log for other errors indicating ",
1471 "what has failed."
1472 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001473 },
1474
1475 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001476 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001477 }
1478 },
1479
1480 {
1481 "Name": "xyz.openbmc_project.State.Host.Error.HostRebootFailure",
1482 "Subsystem": "bmc_firmware",
1483 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001484 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001485 "ReasonCode": "0x3413",
Patrick Williams26919f02022-12-08 06:12:43 -06001486 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001487 },
1488 "Callouts": [
1489 {
Patrick Williams26919f02022-12-08 06:12:43 -06001490 "CalloutList": [
1491 {
1492 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06001493 "Procedure": "BMC0002"
Patrick Williams26919f02022-12-08 06:12:43 -06001494 }
1495 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001496 }
1497 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001498 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001499 "Description": "The system has failed to reboot the host firmware",
1500 "Message": "The system has failed to reboot the host firmware, look for other errors",
1501 "Notes": [
1502 "This log indicates a critical BMC application required ",
1503 "to reboot the host firmware has failed to start ",
1504 "successfully. Look in the log for other errors indicating ",
1505 "what has failed."
1506 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001507 },
1508
1509 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001510 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001511 }
1512 },
1513
1514 {
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001515 "Name": "xyz.openbmc_project.State.Error.HostQuiesce",
1516 "Subsystem": "bmc_firmware",
1517 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001518 "SRC": {
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001519 "ReasonCode": "0x3414",
Patrick Williams26919f02022-12-08 06:12:43 -06001520 "Words6To9": {}
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001521 },
1522 "Callouts": [
1523 {
Patrick Williams26919f02022-12-08 06:12:43 -06001524 "CalloutList": [
1525 {
1526 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06001527 "Procedure": "BMC0002"
Patrick Williams26919f02022-12-08 06:12:43 -06001528 }
1529 ]
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001530 }
1531 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001532 "Documentation": {
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001533 "Description": "The host firmware has failed to boot",
1534 "Message": "The host firmware has failed to boot and has entered a Quiesce state. Look for other errors.",
1535 "Notes": [
1536 "This log indicates that the host firmware has failed to ",
1537 "boot and all retries have been exhausted. There should be ",
1538 "other logs with more details on the boot failure reason. "
1539 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001540 },
1541
1542 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001543 "NumLines": 100
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001544 }
1545 },
1546
1547 {
Lakshmi Yadlapati95788fe2023-03-24 14:39:32 -05001548 "Name": "xyz.openbmc_project.State.Error.TpmMeasurementFail",
1549 "Subsystem": "bmc_firmware",
1550 "ComponentID": "0x3400",
1551 "SRC": {
1552 "ReasonCode": "0x3415",
1553 "Words6To9": {}
1554 },
1555 "Callouts": [
1556 {
1557 "CalloutList": [
1558 {
1559 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06001560 "Procedure": "BMC0002"
Lakshmi Yadlapati95788fe2023-03-24 14:39:32 -05001561 }
1562 ]
1563 }
1564 ],
1565 "Documentation": {
1566 "Description": "TPM measurement failed",
1567 "Message": "The system has detected a failure in the TPM measurement.",
1568 "Notes": [
1569 "This error occurs when /sys/class/tpm/tpm0/pcr-sha256/0",
1570 "is missing or has a value of 0, indicating a potential compromise",
1571 "of the system's boot process.",
1572 "Please contact your system administrator or next level support",
1573 "to investigate and resolve the issue."
1574 ]
1575 }
1576 },
1577
1578 {
Andrew Geissler730935f2023-04-26 13:26:16 -06001579 "Name": "xyz.openbmc_project.State.Info.ChassisPowerOnStarted",
1580 "Subsystem": "bmc_firmware",
1581 "ComponentID": "0x3400",
1582 "Severity": "non_error",
1583 "SRC": {
1584 "ReasonCode": "0x3416",
1585 "Words6To9": {}
1586 },
1587 "Documentation": {
1588 "Description": "A power on of the chassis has been started",
1589 "Message": "The chassis is powering on.",
1590 "Notes": [
1591 "This informational error is logged each time the chassis",
1592 "is powered on."
1593 ]
1594 }
1595 },
1596
1597 {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -05001598 "Name": "org.open_power.Processor.Error.SbeChipOpFailure",
1599 "Subsystem": "processor_chip",
1600 "ComponentID": "0x3500",
1601
Patrick Williams26919f02022-12-08 06:12:43 -06001602 "SRC": {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -05001603 "ReasonCode": "0x3500",
Patrick Williams26919f02022-12-08 06:12:43 -06001604 "Words6To9": {
1605 "6": {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -05001606 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
1607 "AdditionalDataPropSource": "SRC6"
1608 }
1609 }
1610 },
1611
Patrick Williams26919f02022-12-08 06:12:43 -06001612 "Documentation": {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -05001613 "Description": "chipop failure with SBE provided FFDC",
1614 "Message": "chipop request failure reported by SBE",
1615 "Notes": [
1616 "The severity is set by the creator.",
1617 "Callouts added based on SBE provided FFDC.",
1618 "SBE provided additional debug data included as part of the",
1619 "additional user data section."
1620 ]
1621 }
1622 },
1623
1624 {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -05001625 "Name": "org.open_power.Processor.Error.SbeChipOpTimeout",
1626 "Subsystem": "processor_chip",
1627 "ComponentID": "0x3500",
1628
Patrick Williams26919f02022-12-08 06:12:43 -06001629 "SRC": {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -05001630 "ReasonCode": "0x3501",
Patrick Williams26919f02022-12-08 06:12:43 -06001631 "Words6To9": {
1632 "6": {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -05001633 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
1634 "AdditionalDataPropSource": "SRC6"
1635 }
1636 }
1637 },
1638
Jayanth Othayothe4acc8d2022-06-02 02:32:08 -05001639 "Callouts": [
1640 {
1641 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06001642 {
1643 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06001644 "Procedure": "BMC0002"
Patrick Williams26919f02022-12-08 06:12:43 -06001645 }
Jayanth Othayothe4acc8d2022-06-02 02:32:08 -05001646 ]
1647 }
1648 ],
1649
Patrick Williams26919f02022-12-08 06:12:43 -06001650 "Documentation": {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -05001651 "Description": "SBE chipop timeout",
1652 "Message": "chipop timeout reported during SBE communication",
1653 "Notes": [
1654 "The severity is set by the creator.",
1655 "Check SBE Dump associated to this error to debug the failure."
1656 ]
1657 }
1658 },
1659
1660 {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001661 "Name": "org.open_power.Processor.Error.SbeChipOpInvalidState",
1662 "Subsystem": "processor_chip",
1663 "ComponentID": "0x3500",
1664
Patrick Williams26919f02022-12-08 06:12:43 -06001665 "SRC": {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001666 "ReasonCode": "0x3502",
Patrick Williams26919f02022-12-08 06:12:43 -06001667 "Words6To9": {
1668 "6": {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001669 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
1670 "AdditionalDataPropSource": "SRC6"
1671 },
Patrick Williams26919f02022-12-08 06:12:43 -06001672 "7": {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001673 "Description": "Value of SBE state",
1674 "AdditionalDataPropSource": "SRC7"
1675 }
1676 }
1677 },
1678
Patrick Williams26919f02022-12-08 06:12:43 -06001679 "Documentation": {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001680 "Description": "The SBE on this processor is not in a state where chipOps can be issued",
1681 "Message": "SBE Chipop is not allowed due to invalid SBE state ",
Patrick Williams26919f02022-12-08 06:12:43 -06001682 "Notes": ["The severity is set by the creator."]
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001683 }
1684 },
1685
1686 {
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001687 "Name": "org.open_power.Processor.Error.SbeBootFailure",
1688 "Subsystem": "processor_chip",
1689 "ComponentID": "0x3500",
Patrick Williams26919f02022-12-08 06:12:43 -06001690 "ActionFlags": ["service_action", "report", "call_home"],
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001691
Patrick Williams26919f02022-12-08 06:12:43 -06001692 "SRC": {
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001693 "ReasonCode": "0x3503",
Patrick Williams26919f02022-12-08 06:12:43 -06001694 "Words6To9": {
1695 "6": {
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001696 "Description": "[0:15] chip position",
1697 "AdditionalDataPropSource": "SRC6"
1698 }
1699 }
1700 },
1701
Patrick Williams26919f02022-12-08 06:12:43 -06001702 "Documentation": {
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001703 "Description": "Boot failure with SBE provided FFDC",
1704 "Message": "Boot failure reported by SBE",
1705 "Notes": [
1706 "The severity is set by the creator.",
1707 "Callouts added based on SBE provided FFDC.",
1708 "SBE provided additional debug data included as part of the",
1709 "additional user data section."
1710 ]
1711 }
1712 },
1713
1714 {
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001715 "Name": "org.open_power.Processor.Error.SbeBootTimeout",
1716 "Subsystem": "processor_chip",
1717 "ComponentID": "0x3500",
1718
Patrick Williams26919f02022-12-08 06:12:43 -06001719 "SRC": {
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001720 "ReasonCode": "0x3504",
Patrick Williams26919f02022-12-08 06:12:43 -06001721 "Words6To9": {}
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001722 },
1723
Jayanth Othayothf5cd2a42022-05-31 02:54:10 -05001724 "Callouts": [
1725 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05001726 "System": "com.ibm.Hardware.Chassis.Model.Rainier",
Jayanth Othayothf5cd2a42022-05-31 02:54:10 -05001727 "CalloutList": [
1728 {
1729 "Priority": "low",
1730 "LocCode": "P0"
1731 },
1732 {
1733 "Priority": "low",
1734 "LocCode": "P0-C22"
1735 }
1736 ]
1737 },
1738 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05001739 "System": "com.ibm.Hardware.Chassis.Model.Everest",
Jayanth Othayothf5cd2a42022-05-31 02:54:10 -05001740 "CalloutList": [
1741 {
1742 "Priority": "low",
1743 "LocCode": "P0"
1744 },
1745 {
1746 "Priority": "low",
1747 "LocCode": "P0-C96"
1748 }
1749 ]
Matt Spinlerbc560982023-04-10 11:16:42 -05001750 },
1751 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05001752 "System": "com.ibm.Hardware.Chassis.Model.Bonnell",
Matt Spinlerbc560982023-04-10 11:16:42 -05001753 "CalloutList": [
1754 {
1755 "Priority": "low",
1756 "LocCode": "P0"
1757 },
1758 {
1759 "Priority": "low",
1760 "LocCode": "P0-C5"
1761 }
1762 ]
Jayanth Othayothf5cd2a42022-05-31 02:54:10 -05001763 }
1764 ],
1765
Patrick Williams26919f02022-12-08 06:12:43 -06001766 "Documentation": {
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001767 "Description": "SBE Boot timeout",
1768 "Message": "timeout reported during SBE boot process",
1769 "Notes": [
1770 "The severity is set by the creator.",
1771 "Check SBE Dump associated to this error to debug the failure."
1772 ]
1773 }
1774 },
devenrao041054a2024-04-02 12:09:13 +05301775 {
1776 "Name": "org.open_power.Processor.Error.SbeInternalFFDCData",
devenraoa25f35a2024-04-17 09:12:09 +05301777 "Subsystem": "processor_chip",
devenrao041054a2024-04-02 12:09:13 +05301778 "ComponentID": "0x3500",
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001779
devenrao041054a2024-04-02 12:09:13 +05301780 "SRC": {
1781 "ReasonCode": "0x3505",
1782 "Words6To9": {
1783 "6": {
1784 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
1785 "AdditionalDataPropSource": "SRC6"
1786 }
1787 }
1788 },
1789
1790 "Documentation": {
1791 "Description": "SBE internal FFDC data after SBE chipop success",
1792 "Message": "SBE internal FFDC data after SBE chipop success",
1793 "Notes": [
1794 "The severity is set by the creator.",
1795 "Callouts added based on OCMB SBE provided FFDC.",
1796 "OCMB SBE provided additional debug data included as part of ",
1797 "the additional user data section."
1798 ]
1799 }
1800 },
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001801 {
Ben Tyner34836322020-04-15 17:01:48 -05001802 "Name": "org.open_power.Attn.Error.Terminate",
Ben Tyner808e29f2021-04-16 08:32:23 -05001803 "Subsystem": "cec_hardware",
1804 "Severity": "non_error",
Ben Tyner34836322020-04-15 17:01:48 -05001805
Patrick Williams26919f02022-12-08 06:12:43 -06001806 "SRC": {
Ben Tyner34836322020-04-15 17:01:48 -05001807 "ReasonCode": "0xD138",
Patrick Williams26919f02022-12-08 06:12:43 -06001808 "SymptomIDFields": [
1809 "SRCWord3",
1810 "SRCWord4",
1811 "SRCWord5",
1812 "SRCWord6",
1813 "SRCWord7",
1814 "SRCWord8",
1815 "SRCWord9"
1816 ],
1817 "Words6To9": {}
Ben Tyner34836322020-04-15 17:01:48 -05001818 },
1819
Patrick Williams26919f02022-12-08 06:12:43 -06001820 "Documentation": {
Ben Tyner34836322020-04-15 17:01:48 -05001821 "Description": "Status shows TI special attention active",
1822 "Message": "TI special attention detected",
1823 "Notes": [
1824 "This entry is for any TI special attention event ",
1825 "reported by the attention handler component"
1826 ]
1827 }
1828 },
1829
1830 {
1831 "Name": "org.open_power.Attn.Error.Fail",
1832 "Subsystem": "bmc_firmware",
1833 "Severity": "unrecoverable_loss_of_function",
1834
Patrick Williams26919f02022-12-08 06:12:43 -06001835 "SRC": {
Ben Tyner34836322020-04-15 17:01:48 -05001836 "ReasonCode": "0xD13E",
Patrick Williams26919f02022-12-08 06:12:43 -06001837 "Words6To9": {
1838 "6": {
Ben Tyner34836322020-04-15 17:01:48 -05001839 "Description": "Error code from attention handler",
1840 "AdditionalDataPropSource": "ERROR_CODE"
1841 }
1842 }
1843 },
Patrick Williams26919f02022-12-08 06:12:43 -06001844 "Documentation": {
Ben Tyner34836322020-04-15 17:01:48 -05001845 "Description": "The attention handler encountered an error",
Patrick Williams26919f02022-12-08 06:12:43 -06001846 "MessageArgSources": ["SRCWord6"],
Ben Tyner34836322020-04-15 17:01:48 -05001847 "Message": "Attention handler error %1",
Patrick Williams26919f02022-12-08 06:12:43 -06001848 "Notes": ["Attention handler will provide error code"]
Ben Tyner34836322020-04-15 17:01:48 -05001849 }
1850 },
1851
1852 {
1853 "Name": "org.open_power.Attn.Error.Vital",
1854 "Subsystem": "processor_chip",
Ben Tyner34836322020-04-15 17:01:48 -05001855
Patrick Williams26919f02022-12-08 06:12:43 -06001856 "SRC": {
Ben Tyner34836322020-04-15 17:01:48 -05001857 "ReasonCode": "0xD16D",
Patrick Williams26919f02022-12-08 06:12:43 -06001858 "Words6To9": {}
Ben Tyner34836322020-04-15 17:01:48 -05001859 },
1860
Patrick Williams26919f02022-12-08 06:12:43 -06001861 "Documentation": {
Ben Tyner34836322020-04-15 17:01:48 -05001862 "Description": "Status shows SBE vital attention active",
1863 "Message": "SBE vital attention detected",
1864 "Notes": [
1865 "This entry is for any SBE vital attention event ",
1866 "reported by the attention handler component"
1867 ]
1868 }
1869 },
1870
1871 {
1872 "Name": "org.open_power.HwDiags.Error.Checkstop",
Zane Shelley4e6355d2022-02-24 15:28:08 -06001873 "PossibleSubsystems": [
Patrick Williams26919f02022-12-08 06:12:43 -06001874 "processor",
1875 "processor_fru",
1876 "processor_unit",
1877 "processor_bus",
1878 "memory_ctlr",
1879 "memory_bus",
1880 "memory_dimm",
1881 "memory_fru",
1882 "phb",
1883 "cec_hardware",
1884 "cec_clocks",
1885 "cec_tod",
1886 "others"
Zane Shelley4e6355d2022-02-24 15:28:08 -06001887 ],
1888 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06001889 "ActionFlags": ["service_action", "report", "call_home"],
Ben Tyner34836322020-04-15 17:01:48 -05001890
Patrick Williams26919f02022-12-08 06:12:43 -06001891 "SRC": {
Zane Shelley561c0382020-11-17 13:20:05 -06001892 "ReasonCode": "0xE510",
Patrick Williams26919f02022-12-08 06:12:43 -06001893 "SymptomIDFields": ["SRCWord6", "SRCWord7", "SRCWord8"],
Matt Spinlerda5b76b2023-06-01 15:56:57 -05001894 "CheckstopFlag": true,
Patrick Williams26919f02022-12-08 06:12:43 -06001895 "Words6To9": {
1896 "6": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001897 "AdditionalDataPropSource": "SRC6"
1898 },
Patrick Williams26919f02022-12-08 06:12:43 -06001899 "7": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001900 "AdditionalDataPropSource": "SRC7"
1901 },
Patrick Williams26919f02022-12-08 06:12:43 -06001902 "8": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001903 "AdditionalDataPropSource": "SRC8"
1904 }
Ben Tyner34836322020-04-15 17:01:48 -05001905 }
1906 },
1907
Patrick Williams26919f02022-12-08 06:12:43 -06001908 "Documentation": {
Zane Shelley561c0382020-11-17 13:20:05 -06001909 "Description": "A system checkstop attention has occurred",
Patrick Williams26919f02022-12-08 06:12:43 -06001910 "MessageArgSources": ["SRCWord6", "SRCWord7", "SRCWord8"],
Zane Shelley45ab43a2021-11-13 16:16:57 -06001911 "Message": "Error Signature: %1 %2 %3"
Ben Tyner34836322020-04-15 17:01:48 -05001912 }
1913 },
1914
1915 {
Zane Shelley561c0382020-11-17 13:20:05 -06001916 "Name": "org.open_power.HwDiags.Error.Predictive",
Zane Shelley4e6355d2022-02-24 15:28:08 -06001917 "PossibleSubsystems": [
Patrick Williams26919f02022-12-08 06:12:43 -06001918 "processor",
1919 "processor_fru",
1920 "processor_unit",
1921 "processor_bus",
1922 "memory_ctlr",
1923 "memory_bus",
1924 "memory_dimm",
1925 "memory_fru",
1926 "phb",
1927 "cec_hardware",
1928 "cec_clocks",
1929 "cec_tod",
1930 "others"
Zane Shelley4e6355d2022-02-24 15:28:08 -06001931 ],
1932 "Severity": "predictive",
Patrick Williams26919f02022-12-08 06:12:43 -06001933 "ActionFlags": ["service_action", "report", "call_home"],
Ben Tyner34836322020-04-15 17:01:48 -05001934
Patrick Williams26919f02022-12-08 06:12:43 -06001935 "SRC": {
Zane Shelley561c0382020-11-17 13:20:05 -06001936 "ReasonCode": "0xE511",
Patrick Williams26919f02022-12-08 06:12:43 -06001937 "SymptomIDFields": ["SRCWord6", "SRCWord7", "SRCWord8"],
1938 "Words6To9": {
1939 "6": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001940 "AdditionalDataPropSource": "SRC6"
1941 },
Patrick Williams26919f02022-12-08 06:12:43 -06001942 "7": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001943 "AdditionalDataPropSource": "SRC7"
1944 },
Patrick Williams26919f02022-12-08 06:12:43 -06001945 "8": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001946 "AdditionalDataPropSource": "SRC8"
1947 }
Ben Tyner34836322020-04-15 17:01:48 -05001948 }
1949 },
Zane Shelley561c0382020-11-17 13:20:05 -06001950
Patrick Williams26919f02022-12-08 06:12:43 -06001951 "Documentation": {
Zane Shelley561c0382020-11-17 13:20:05 -06001952 "Description": "A hardware attention requiring service has occurred",
Patrick Williams26919f02022-12-08 06:12:43 -06001953 "MessageArgSources": ["SRCWord6", "SRCWord7", "SRCWord8"],
Zane Shelley45ab43a2021-11-13 16:16:57 -06001954 "Message": "Error Signature: %1 %2 %3"
Ben Tyner34836322020-04-15 17:01:48 -05001955 }
Shawn McCarney01648f52020-06-25 11:42:02 -05001956 },
1957
1958 {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001959 "Name": "org.open_power.HwDiags.Error.Informational",
Zane Shelley4e6355d2022-02-24 15:28:08 -06001960 "PossibleSubsystems": [
Patrick Williams26919f02022-12-08 06:12:43 -06001961 "processor",
1962 "processor_fru",
1963 "processor_unit",
1964 "processor_bus",
1965 "memory_ctlr",
1966 "memory_bus",
1967 "memory_dimm",
1968 "memory_fru",
1969 "phb",
1970 "cec_hardware",
1971 "cec_clocks",
1972 "cec_tod",
1973 "others"
Zane Shelley4e6355d2022-02-24 15:28:08 -06001974 ],
1975 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -06001976 "ActionFlags": ["hidden", "dont_report"],
Zane Shelleydd4bd482021-12-08 09:12:51 -06001977
Patrick Williams26919f02022-12-08 06:12:43 -06001978 "SRC": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001979 "ReasonCode": "0xE512",
Patrick Williams26919f02022-12-08 06:12:43 -06001980 "SymptomIDFields": ["SRCWord6", "SRCWord7", "SRCWord8"],
1981 "Words6To9": {
1982 "6": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001983 "AdditionalDataPropSource": "SRC6"
1984 },
Patrick Williams26919f02022-12-08 06:12:43 -06001985 "7": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001986 "AdditionalDataPropSource": "SRC7"
1987 },
Patrick Williams26919f02022-12-08 06:12:43 -06001988 "8": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001989 "AdditionalDataPropSource": "SRC8"
1990 }
1991 }
1992 },
1993
Patrick Williams26919f02022-12-08 06:12:43 -06001994 "Documentation": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001995 "Description": "Manual analysis was initiated via the command line. FFDC only.",
Patrick Williams26919f02022-12-08 06:12:43 -06001996 "MessageArgSources": ["SRCWord6", "SRCWord7", "SRCWord8"],
Zane Shelleydd4bd482021-12-08 09:12:51 -06001997 "Message": "Error Signature: %1 %2 %3"
1998 }
1999 },
2000
2001 {
Brandon Wyman38caaf02020-09-01 16:07:42 -05002002 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.InputFault",
2003 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05002004 "ActionFlags": ["service_action", "report"],
2005 "ComponentID": "0x2700",
2006
2007 "SRC": {
2008 "Type": "11",
2009 "ReasonCode": "0x15F0",
2010 "Words6To9": {}
2011 },
2012
2013 "Callouts": [
2014 {
2015 "CalloutList": [
2016 { "Priority": "high", "SymbolicFRU": "pwrsply" }
2017 ]
2018 }
2019 ],
2020
2021 "Documentation": {
2022 "Description": "Power Supply input power fault",
2023 "Message": "A power supply has indicated an input or under voltage condition.",
2024 "Notes": [
2025 "Check the power supply cabling and/or input power ",
2026 "source. The PWRSPLY procedure is used rather than ",
2027 "calling out a location code, as typically these faults ",
2028 "are related to the supplied power, the cable, or the ",
2029 "cable connectors. If the input fault resolves down to an ",
2030 "issue with the power supply itself, the power supply ",
2031 "indicating this input fault should be called out. Add the ",
2032 "CALLOUT_INVENTORY_PATH to the additional data, and set the",
2033 "CALLOUT_PRIORITY to something other than high."
2034 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06002035 },
2036
2037 "JournalCapture": {
2038 "Sections": [
2039 {
2040 "SyslogID": "phosphor-psu-monitor",
2041 "NumLines": 30
2042 },
2043 {
2044 "SyslogID": "phosphor-power-control",
2045 "NumLines": 30
2046 },
2047 {
2048 "SyslogID": "phosphor-chassis-state-manager",
2049 "NumLines": 15
2050 },
2051 {
2052 "SyslogID": "systemd",
2053 "NumLines": 15
2054 }
2055 ]
Brandon Wyman38caaf02020-09-01 16:07:42 -05002056 }
2057 },
2058
2059 {
2060 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Fault",
2061 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05002062 "ActionFlags": ["service_action", "report", "call_home"],
2063 "ComponentID": "0x2700",
2064
2065 "SRC": {
2066 "Type": "11",
2067 "ReasonCode": "0x15F1",
Matt Spinler04ac4e32023-04-14 14:16:37 -05002068 "Words6To9": {},
2069 "DeconfigFlag": true
Brandon Wyman38caaf02020-09-01 16:07:42 -05002070 },
2071
Jim Wright006dafd2022-05-27 12:09:43 -05002072 "Callouts": [
2073 {
2074 "CalloutList": [
2075 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
2076 ]
2077 }
2078 ],
2079
Brandon Wyman38caaf02020-09-01 16:07:42 -05002080 "Documentation": {
2081 "Description": "Power Supply power fault",
2082 "Message": "The power supply detected a fault condition, see AdditionalData for further details.",
2083 "Notes": [
2084 "The power supply reporting the fault should be called ",
2085 "out using the CALLOUT_INVENTORY_PATH keyword. Include ",
2086 "specific fault, STATUS_* details, and code level in the ",
2087 "AdditionalData section."
2088 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06002089 },
2090
2091 "JournalCapture": {
2092 "Sections": [
2093 {
2094 "SyslogID": "phosphor-psu-monitor",
2095 "NumLines": 30
2096 },
2097 {
2098 "SyslogID": "phosphor-power-control",
2099 "NumLines": 30
2100 },
2101 {
2102 "SyslogID": "phosphor-chassis-state-manager",
2103 "NumLines": 15
2104 },
2105 {
2106 "SyslogID": "systemd",
2107 "NumLines": 15
2108 }
2109 ]
Brandon Wyman38caaf02020-09-01 16:07:42 -05002110 }
2111 },
2112
2113 {
2114 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.CommFault",
2115 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05002116 "ActionFlags": ["service_action", "report", "call_home"],
2117 "ComponentID": "0x2700",
2118
2119 "SRC": {
2120 "Type": "11",
2121 "ReasonCode": "0x15F2",
Matt Spinler04ac4e32023-04-14 14:16:37 -05002122 "Words6To9": {},
2123 "DeconfigFlag": true
Brandon Wyman38caaf02020-09-01 16:07:42 -05002124 },
2125
Jim Wright006dafd2022-05-27 12:09:43 -05002126 "Callouts": [
2127 {
2128 "CalloutList": [
2129 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
2130 ]
2131 }
2132 ],
2133
Brandon Wyman38caaf02020-09-01 16:07:42 -05002134 "Documentation": {
2135 "Description": "Power Supply non-power fault",
2136 "Message": "A communication failure occurred talking to the power supply",
2137 "Notes": [
2138 "Communication problems with the power supply could be ",
2139 "the power supply, or any hardware between it and the ",
2140 "BMC. Reporting the error should be passing in a call ",
2141 "out using CALLOUT_DEVICE_PATH."
2142 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06002143 },
2144 "JournalCapture": {
2145 "Sections": [
2146 {
2147 "SyslogID": "phosphor-psu-monitor",
2148 "NumLines": 30
2149 },
2150 {
2151 "SyslogID": "phosphor-power-control",
2152 "NumLines": 30
2153 },
2154 {
2155 "SyslogID": "phosphor-chassis-state-manager",
2156 "NumLines": 15
2157 },
2158 {
2159 "SyslogID": "systemd",
2160 "NumLines": 15
2161 }
2162 ]
Brandon Wyman38caaf02020-09-01 16:07:42 -05002163 }
2164 },
2165
2166 {
2167 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Missing",
2168 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05002169 "ActionFlags": ["service_action", "report", "call_home"],
2170 "ComponentID": "0x2700",
2171
2172 "SRC": {
2173 "Type": "11",
2174 "ReasonCode": "0x15F6",
Matt Spinler04ac4e32023-04-14 14:16:37 -05002175 "Words6To9": {},
2176 "DeconfigFlag": true
Brandon Wyman38caaf02020-09-01 16:07:42 -05002177 },
2178
2179 "Callouts": [
2180 {
2181 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -05002182 {
2183 "Priority": "high",
2184 "SymbolicFRUTrusted": "pwrsply",
2185 "UseInventoryLocCode": true
2186 }
Brandon Wyman38caaf02020-09-01 16:07:42 -05002187 ]
2188 }
2189 ],
2190
2191 "Documentation": {
2192 "Description": "Power Supply is missing",
2193 "Message": "A power supply that should be present is missing",
2194 "Notes": [
2195 "The CalloutList should use the PWRSPLY symbolic FRU ",
Matt Spinler80600192020-10-23 09:29:33 -05002196 "with the trusted location code property. The ",
2197 "location code in this callout is obtained from ",
2198 "the passed in CALLOUT_INVENTORY_PATH value."
Brandon Wyman38caaf02020-09-01 16:07:42 -05002199 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06002200 },
2201
2202 "JournalCapture": {
2203 "Sections": [
2204 {
2205 "SyslogID": "phosphor-psu-monitor",
2206 "NumLines": 30
2207 },
2208 {
2209 "SyslogID": "phosphor-power-control",
2210 "NumLines": 30
2211 },
2212 {
2213 "SyslogID": "phosphor-chassis-state-manager",
2214 "NumLines": 15
2215 },
2216 {
2217 "SyslogID": "systemd",
2218 "NumLines": 15
2219 }
2220 ]
Brandon Wyman38caaf02020-09-01 16:07:42 -05002221 }
2222 },
2223
2224 {
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00002225 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.NotSupported",
2226 "Subsystem": "power_supply",
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00002227 "ActionFlags": ["service_action", "report", "call_home"],
2228 "ComponentID": "0x2700",
2229
2230 "SRC": {
2231 "Type": "11",
2232 "ReasonCode": "0x15F7",
2233 "Words6To9": {}
2234 },
2235
Jim Wright006dafd2022-05-27 12:09:43 -05002236 "Callouts": [
2237 {
2238 "CalloutList": [
2239 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
2240 ]
2241 }
2242 ],
2243
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00002244 "Documentation": {
2245 "Description": "Power Supply configuration is not supported",
2246 "Message": "The power supply configuration is not supported",
2247 "Notes": [
2248 "The combination of power supplies detected in the ",
2249 "system is not supported. This could be caused by ",
2250 "mismatched models, less than expected number of power ",
2251 "supplies, or other unsupported characteristics."
2252 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06002253 },
2254
2255 "JournalCapture": {
2256 "Sections": [
2257 {
2258 "SyslogID": "phosphor-psu-monitor",
2259 "NumLines": 30
2260 },
2261 {
2262 "SyslogID": "phosphor-power-control",
2263 "NumLines": 30
2264 },
2265 {
2266 "SyslogID": "phosphor-chassis-state-manager",
2267 "NumLines": 15
2268 },
2269 {
2270 "SyslogID": "systemd",
2271 "NumLines": 15
2272 }
2273 ]
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00002274 }
2275 },
2276
2277 {
Brandon Wymanc30f00a2021-11-18 21:10:04 +00002278 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.FanFault",
2279 "Subsystem": "power_supply",
Brandon Wymanc30f00a2021-11-18 21:10:04 +00002280 "ActionFlags": ["service_action", "report", "call_home"],
2281 "ComponentID": "0x2700",
2282
2283 "SRC": {
2284 "Type": "11",
2285 "ReasonCode": "0x15FF",
Matt Spinler04ac4e32023-04-14 14:16:37 -05002286 "Words6To9": {},
2287 "DeconfigFlag": true
Brandon Wymanc30f00a2021-11-18 21:10:04 +00002288 },
2289
Jim Wright006dafd2022-05-27 12:09:43 -05002290 "Callouts": [
2291 {
2292 "CalloutList": [
2293 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
2294 ]
2295 }
2296 ],
2297
Brandon Wymanc30f00a2021-11-18 21:10:04 +00002298 "Documentation": {
2299 "Description": "Power Supply fan fault",
2300 "Message": "A power supply indicated a fan fault has occurred",
2301 "Notes": [
2302 "The power supply reporting the fault should be called ",
2303 "out using the CALLOUT_INVENTORY_PATH keyword. Include ",
2304 "specific fault, STATUS_* details, and code level in the ",
2305 "AdditionalData section."
2306 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06002307 },
2308
2309 "JournalCapture": {
2310 "Sections": [
2311 {
2312 "SyslogID": "phosphor-psu-monitor",
2313 "NumLines": 30
2314 },
2315 {
2316 "SyslogID": "phosphor-power-control",
2317 "NumLines": 30
2318 },
2319 {
2320 "SyslogID": "phosphor-chassis-state-manager",
2321 "NumLines": 15
2322 },
2323 {
2324 "SyslogID": "systemd",
2325 "NumLines": 15
2326 }
2327 ]
Brandon Wymanc30f00a2021-11-18 21:10:04 +00002328 }
2329 },
2330
2331 {
Brandon Wyman90c88402021-11-16 20:34:49 +00002332 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.IoutOCFault",
2333 "Subsystem": "power_supply",
Brandon Wyman90c88402021-11-16 20:34:49 +00002334 "ActionFlags": ["service_action", "report", "call_home"],
2335 "ComponentID": "0x2700",
2336
2337 "SRC": {
2338 "Type": "11",
2339 "ReasonCode": "0x1B01",
2340 "Words6To9": {}
2341 },
2342
2343 "Callouts": [
2344 {
2345 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06002346 { "Priority": "high", "Procedure": "BMC0005" }
Brandon Wyman90c88402021-11-16 20:34:49 +00002347 ]
2348 }
2349 ],
2350
2351 "Documentation": {
2352 "Description": "Power Supply output over-current power fault",
2353 "Message": "A power supply has indicated an output over-current condition."
Faisal Awada8d2b2422023-03-03 15:48:09 -06002354 },
2355
2356 "JournalCapture": {
2357 "Sections": [
2358 {
2359 "SyslogID": "phosphor-psu-monitor",
2360 "NumLines": 30
2361 },
2362 {
2363 "SyslogID": "phosphor-power-control",
2364 "NumLines": 30
2365 },
2366 {
2367 "SyslogID": "phosphor-chassis-state-manager",
2368 "NumLines": 15
2369 },
2370 {
2371 "SyslogID": "systemd",
2372 "NumLines": 15
2373 }
2374 ]
Brandon Wyman90c88402021-11-16 20:34:49 +00002375 }
2376 },
2377
2378 {
Jay Meyer54ff54e2021-03-14 20:18:41 -05002379 "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Blackout",
2380 "Subsystem": "power",
Patrick Williams26919f02022-12-08 06:12:43 -06002381 "ActionFlags": ["report", "service_action"],
Jay Meyer54ff54e2021-03-14 20:18:41 -05002382 "ComponentID": "0x2700",
2383
Patrick Williams26919f02022-12-08 06:12:43 -06002384 "SRC": {
Jay Meyer54ff54e2021-03-14 20:18:41 -05002385 "Type": "11",
2386 "ReasonCode": "0x00AC",
Mike Cappsa2d7b772022-03-07 15:47:48 -05002387 "Words6To9": {}
Jay Meyer54ff54e2021-03-14 20:18:41 -05002388 },
2389
2390 "Callouts": [
2391 {
2392 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002393 { "Priority": "high", "SymbolicFRU": "ac_module" }
Jay Meyer54ff54e2021-03-14 20:18:41 -05002394 ]
2395 }
2396 ],
2397
2398 "Documentation": {
2399 "Description": "Input power was lost while the system was powered on.",
2400 "Message": "Input power was lost while the system was powered on.",
2401 "Notes": [
2402 "Input power was lost while system powered on.",
2403 "The CalloutList should use the ACMODUL symbolic FRU."
2404 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06002405 },
2406
2407 "JournalCapture": {
2408 "Sections": [
2409 {
2410 "SyslogID": "phosphor-psu-monitor",
2411 "NumLines": 30
2412 },
2413 {
2414 "SyslogID": "phosphor-power-control",
2415 "NumLines": 30
2416 },
2417 {
2418 "SyslogID": "phosphor-chassis-state-manager",
2419 "NumLines": 15
2420 },
2421 {
2422 "SyslogID": "systemd",
2423 "NumLines": 15
2424 }
2425 ]
Jay Meyer54ff54e2021-03-14 20:18:41 -05002426 }
2427 },
2428
2429 {
Patrick Williams26919f02022-12-08 06:12:43 -06002430 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.PSKillFault",
Brandon Wyman002d8cf2021-12-01 23:05:11 +00002431 "Subsystem": "power_supply",
Brandon Wyman002d8cf2021-12-01 23:05:11 +00002432 "ActionFlags": ["service_action", "report", "call_home"],
2433 "ComponentID": "0x2700",
2434
2435 "SRC": {
2436 "Type": "11",
2437 "ReasonCode": "0x2500",
Mike Cappsa2d7b772022-03-07 15:47:48 -05002438 "Words6To9": {}
Brandon Wyman002d8cf2021-12-01 23:05:11 +00002439 },
2440
2441 "Callouts": [
2442 {
2443 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06002444 { "Priority": "high", "Procedure": "BMC0005" }
Brandon Wyman002d8cf2021-12-01 23:05:11 +00002445 ]
2446 }
2447 ],
2448
2449 "Documentation": {
2450 "Description": "A power supply fault is potentially preventing the power supply from allowing the system to power on.",
2451 "Message": "Power supply PSKill_fault",
Patrick Williams26919f02022-12-08 06:12:43 -06002452 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06002453 },
2454
2455 "JournalCapture": {
2456 "Sections": [
2457 {
2458 "SyslogID": "phosphor-psu-monitor",
2459 "NumLines": 30
2460 },
2461 {
2462 "SyslogID": "phosphor-power-control",
2463 "NumLines": 30
2464 },
2465 {
2466 "SyslogID": "phosphor-chassis-state-manager",
2467 "NumLines": 15
2468 },
2469 {
2470 "SyslogID": "systemd",
2471 "NumLines": 15
2472 }
2473 ]
Brandon Wyman002d8cf2021-12-01 23:05:11 +00002474 }
2475 },
2476
2477 {
Jim Wright7f678902020-11-30 16:03:57 -06002478 "Name": "xyz.openbmc_project.Power.Error.Shutdown",
2479 "Subsystem": "power_sequencer",
2480 "ComponentID": "0x2700",
2481
2482 "SRC": {
2483 "Type": "11",
2484 "ReasonCode": "0x2600",
2485 "Words6To9": {}
2486 },
2487
2488 "Callouts": [
2489 {
2490 "CalloutList": [
2491 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2492 ]
2493 }
2494 ],
2495
2496 "Documentation": {
2497 "Description": "A power off was issued because a power fault was detected",
2498 "Message": "A power off was issued because a power fault was detected",
Patrick Williams26919f02022-12-08 06:12:43 -06002499 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06002500 },
2501
2502 "JournalCapture": {
2503 "Sections": [
2504 {
2505 "SyslogID": "phosphor-psu-monitor",
2506 "NumLines": 30
2507 },
2508 {
2509 "SyslogID": "phosphor-power-control",
2510 "NumLines": 30
2511 },
2512 {
2513 "SyslogID": "phosphor-chassis-state-manager",
2514 "NumLines": 15
2515 },
2516 {
2517 "SyslogID": "systemd",
2518 "NumLines": 15
2519 },
2520 {
2521 "SyslogID": "phosphor-regulators",
2522 "NumLines": 5
2523 }
2524 ]
Jim Wright7f678902020-11-30 16:03:57 -06002525 }
2526 },
2527
2528 {
Ben Tyner0273a222021-07-12 15:18:13 -05002529 "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Regulator",
2530 "Subsystem": "power_control_hw",
Mike Capps2a2d0ae2022-03-16 18:09:00 -04002531 "Severity": "critical_system_term",
Ben Tyner0273a222021-07-12 15:18:13 -05002532 "ComponentID": "0x2700",
2533
2534 "SRC": {
2535 "Type": "11",
2536 "ReasonCode": "0x2602",
Mike Cappsa2d7b772022-03-07 15:47:48 -05002537 "Words6To9": {}
Ben Tyner0273a222021-07-12 15:18:13 -05002538 },
2539
2540 "Callouts": [
2541 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05002542 "System": "com.ibm.Hardware.Chassis.Model.Rainier",
Ben Tyner0273a222021-07-12 15:18:13 -05002543 "CalloutList": [
2544 {
2545 "Priority": "high",
2546 "LocCode": "P0-C5"
2547 },
2548 {
2549 "Priority": "medium",
2550 "LocCode": "P0"
2551 }
2552 ]
2553 },
2554 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05002555 "System": "com.ibm.Hardware.Chassis.Model.Everest",
Ben Tyner0273a222021-07-12 15:18:13 -05002556 "CalloutList": [
2557 {
2558 "Priority": "high",
2559 "LocCode": "P0-C59"
2560 },
2561 {
2562 "Priority": "medium",
2563 "LocCode": "P0"
2564 }
2565 ]
Matt Spinler0600cf72023-04-10 11:22:33 -05002566 },
2567 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05002568 "System": "com.ibm.Hardware.Chassis.Model.Bonnell",
Matt Spinler0600cf72023-04-10 11:22:33 -05002569 "CalloutList": [
2570 {
2571 "Priority": "high",
Faisal Awada61b13362024-03-27 13:44:55 -05002572 "SymbolicFRU": "pgood_part"
Matt Spinler0600cf72023-04-10 11:22:33 -05002573 }
2574 ]
Ben Tyner0273a222021-07-12 15:18:13 -05002575 }
2576 ],
2577
2578 "Documentation": {
2579 "Description": "A power off was issued because a regulator for standby power faulted",
2580 "Message": "A power off was issued because a regulator for standby power faulted",
Patrick Williams26919f02022-12-08 06:12:43 -06002581 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06002582 },
2583
2584 "JournalCapture": {
2585 "Sections": [
2586 {
2587 "SyslogID": "phosphor-psu-monitor",
2588 "NumLines": 30
2589 },
2590 {
2591 "SyslogID": "phosphor-power-control",
2592 "NumLines": 30
2593 },
2594 {
2595 "SyslogID": "phosphor-chassis-state-manager",
2596 "NumLines": 15
2597 },
2598 {
2599 "SyslogID": "systemd",
2600 "NumLines": 15
2601 },
2602 {
2603 "SyslogID": "phosphor-regulators",
2604 "NumLines": 5
2605 }
2606 ]
Ben Tyner0273a222021-07-12 15:18:13 -05002607 }
2608 },
2609
2610 {
Jim Wright7f678902020-11-30 16:03:57 -06002611 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerPGOODFault",
2612 "Subsystem": "power_sequencer",
2613 "ComponentID": "0x2700",
2614
2615 "SRC": {
2616 "Type": "11",
2617 "ReasonCode": "0x2610",
2618 "Words6To9": {}
2619 },
2620
Jim Wright7f678902020-11-30 16:03:57 -06002621 "Documentation": {
2622 "Description": "The power sequencer chip detected a PGOOD fault",
2623 "Message": "The power sequencer chip detected a PGOOD fault",
Patrick Williams26919f02022-12-08 06:12:43 -06002624 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06002625 },
2626
2627 "JournalCapture": {
2628 "Sections": [
2629 {
2630 "SyslogID": "phosphor-psu-monitor",
2631 "NumLines": 30
2632 },
2633 {
2634 "SyslogID": "phosphor-power-control",
2635 "NumLines": 30
2636 },
2637 {
2638 "SyslogID": "phosphor-chassis-state-manager",
2639 "NumLines": 15
2640 },
2641 {
2642 "SyslogID": "systemd",
2643 "NumLines": 15
2644 },
2645 {
2646 "SyslogID": "phosphor-regulators",
2647 "NumLines": 5
2648 }
2649 ]
Jim Wright7f678902020-11-30 16:03:57 -06002650 }
2651 },
2652
2653 {
2654 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerVoltageFault",
2655 "Subsystem": "power_sequencer",
2656 "ComponentID": "0x2700",
2657
2658 "SRC": {
2659 "Type": "11",
2660 "ReasonCode": "0x2620",
2661 "Words6To9": {}
2662 },
2663
2664 "CalloutsUsingAD": {
Patrick Williams26919f02022-12-08 06:12:43 -06002665 "ADName": "RAIL_NAME",
2666 "CalloutsWithTheirADValues": [
Jim Wright7f678902020-11-30 16:03:57 -06002667 {
Patrick Williams26919f02022-12-08 06:12:43 -06002668 "ADValue": "12.0V",
2669 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002670 {
2671 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002672 {
2673 "Priority": "high",
2674 "SymbolicFRU": "pgood_part"
2675 }
Jim Wright7f678902020-11-30 16:03:57 -06002676 ]
2677 }
2678 ]
2679 },
2680 {
Patrick Williams26919f02022-12-08 06:12:43 -06002681 "ADValue": "5.0V_USB",
2682 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002683 {
2684 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002685 {
2686 "Priority": "high",
2687 "SymbolicFRU": "usb_pgood"
2688 },
Jim Wright7f678902020-11-30 16:03:57 -06002689 { "Priority": "medium", "LocCode": "P0" }
2690 ]
2691 }
2692 ]
2693 },
2694 {
Patrick Williams26919f02022-12-08 06:12:43 -06002695 "ADValue": "5.0V_DASD",
2696 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002697 {
2698 "CalloutList": [
2699 { "Priority": "medium", "LocCode": "P1" },
2700 { "Priority": "medium", "LocCode": "P2" },
Jim Wright7f678902020-11-30 16:03:57 -06002701 { "Priority": "low", "LocCode": "P0" }
2702 ]
2703 }
2704 ]
2705 },
2706 {
Patrick Williams26919f02022-12-08 06:12:43 -06002707 "ADValue": "3.3VA",
2708 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002709 {
2710 "CalloutList": [
2711 { "Priority": "high", "LocCode": "P0" }
2712 ]
2713 }
2714 ]
2715 },
2716 {
Patrick Williams26919f02022-12-08 06:12:43 -06002717 "ADValue": "3.3VB",
2718 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002719 {
2720 "CalloutList": [
2721 { "Priority": "high", "LocCode": "P0" }
2722 ]
2723 }
2724 ]
2725 },
2726 {
Patrick Williams26919f02022-12-08 06:12:43 -06002727 "ADValue": "1.5V",
2728 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002729 {
2730 "CalloutList": [
2731 { "Priority": "high", "LocCode": "P0" }
2732 ]
2733 }
2734 ]
2735 },
2736 {
Patrick Williams26919f02022-12-08 06:12:43 -06002737 "ADValue": "VDDA_DCM0",
2738 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002739 {
2740 "CalloutList": [
2741 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002742 {
2743 "Priority": "medium",
2744 "LocCode": "P0-C15"
2745 },
Jim Wright7f678902020-11-30 16:03:57 -06002746 { "Priority": "low", "LocCode": "P0" }
2747 ]
2748 }
2749 ]
2750 },
2751 {
Patrick Williams26919f02022-12-08 06:12:43 -06002752 "ADValue": "VDDB_DCM0",
2753 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002754 {
2755 "CalloutList": [
2756 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002757 {
2758 "Priority": "medium",
2759 "LocCode": "P0-C15"
2760 },
Jim Wright7f678902020-11-30 16:03:57 -06002761 { "Priority": "low", "LocCode": "P0" }
2762 ]
2763 }
2764 ]
2765 },
2766 {
Patrick Williams26919f02022-12-08 06:12:43 -06002767 "ADValue": "VDDA_DCM1",
2768 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002769 {
2770 "CalloutList": [
2771 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002772 {
2773 "Priority": "medium",
2774 "LocCode": "P0-C24"
2775 },
Jim Wright7f678902020-11-30 16:03:57 -06002776 { "Priority": "low", "LocCode": "P0" }
2777 ]
2778 }
2779 ]
2780 },
2781 {
Patrick Williams26919f02022-12-08 06:12:43 -06002782 "ADValue": "VDDB_DCM1",
2783 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002784 {
2785 "CalloutList": [
2786 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002787 {
2788 "Priority": "medium",
2789 "LocCode": "P0-C24"
2790 },
Jim Wright7f678902020-11-30 16:03:57 -06002791 { "Priority": "low", "LocCode": "P0" }
2792 ]
2793 }
2794 ]
2795 },
2796 {
Patrick Williams26919f02022-12-08 06:12:43 -06002797 "ADValue": "VDN_DCM0",
2798 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05002799 {
2800 "CalloutList": [
2801 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002802 {
2803 "Priority": "medium",
2804 "LocCode": "P0-C15"
2805 },
Jim Wrightae1738c2022-05-02 09:57:45 -05002806 { "Priority": "low", "LocCode": "P0" }
2807 ]
2808 }
2809 ]
2810 },
2811 {
Patrick Williams26919f02022-12-08 06:12:43 -06002812 "ADValue": "VDN_DCM1",
2813 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05002814 {
2815 "CalloutList": [
2816 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002817 {
2818 "Priority": "medium",
2819 "LocCode": "P0-C24"
2820 },
Jim Wrightae1738c2022-05-02 09:57:45 -05002821 { "Priority": "low", "LocCode": "P0" }
2822 ]
2823 }
2824 ]
2825 },
2826 {
Patrick Williams26919f02022-12-08 06:12:43 -06002827 "ADValue": "VCS_DCM0",
2828 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05002829 {
2830 "CalloutList": [
2831 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002832 {
2833 "Priority": "medium",
2834 "LocCode": "P0-C15"
2835 },
Jim Wrightae1738c2022-05-02 09:57:45 -05002836 { "Priority": "low", "LocCode": "P0" }
2837 ]
2838 }
2839 ]
2840 },
2841 {
Patrick Williams26919f02022-12-08 06:12:43 -06002842 "ADValue": "VCS_DCM1",
2843 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05002844 {
2845 "CalloutList": [
2846 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002847 {
2848 "Priority": "medium",
2849 "LocCode": "P0-C24"
2850 },
Jim Wrightae1738c2022-05-02 09:57:45 -05002851 { "Priority": "low", "LocCode": "P0" }
2852 ]
2853 }
2854 ]
2855 },
2856 {
Patrick Williams26919f02022-12-08 06:12:43 -06002857 "ADValue": "VIO_DCM0",
2858 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05002859 {
2860 "CalloutList": [
2861 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002862 {
2863 "Priority": "medium",
2864 "LocCode": "P0-C15"
2865 },
Jim Wrightae1738c2022-05-02 09:57:45 -05002866 { "Priority": "low", "LocCode": "P0" }
2867 ]
2868 }
2869 ]
2870 },
2871 {
Patrick Williams26919f02022-12-08 06:12:43 -06002872 "ADValue": "VIO_DCM1",
2873 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05002874 {
2875 "CalloutList": [
2876 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002877 {
2878 "Priority": "medium",
2879 "LocCode": "P0-C24"
2880 },
Jim Wrightae1738c2022-05-02 09:57:45 -05002881 { "Priority": "low", "LocCode": "P0" }
2882 ]
2883 }
2884 ]
2885 },
2886 {
Patrick Williams26919f02022-12-08 06:12:43 -06002887 "ADValue": "VPCIE_DCM0",
2888 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05002889 {
2890 "CalloutList": [
2891 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002892 {
2893 "Priority": "medium",
2894 "LocCode": "P0-C15"
2895 },
Jim Wrightae1738c2022-05-02 09:57:45 -05002896 { "Priority": "low", "LocCode": "P0" }
2897 ]
2898 }
2899 ]
2900 },
2901 {
Patrick Williams26919f02022-12-08 06:12:43 -06002902 "ADValue": "VPCIE_DCM1",
2903 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05002904 {
2905 "CalloutList": [
2906 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002907 {
2908 "Priority": "medium",
2909 "LocCode": "P0-C24"
2910 },
Jim Wrightae1738c2022-05-02 09:57:45 -05002911 { "Priority": "low", "LocCode": "P0" }
2912 ]
2913 }
2914 ]
Jim Wright452d46d2022-12-16 16:56:21 -06002915 },
2916 {
2917 "ADValue": "3V3IO",
2918 "Callouts": [
2919 {
2920 "CalloutList": [
2921 { "Priority": "high", "LocCode": "P0-C17" },
2922 {
2923 "Priority": "medium",
2924 "LocCode": "P0-C96"
2925 },
2926 {
2927 "Priority": "medium",
2928 "LocCode": "P0-C0"
2929 },
2930 {
2931 "Priority": "medium",
2932 "SymbolicFRU": "pcie_hot_plug"
2933 },
2934 { "Priority": "low", "LocCode": "P0" }
2935 ]
2936 }
2937 ]
2938 },
2939 {
2940 "ADValue": "CP0_VDD0",
2941 "Callouts": [
2942 {
2943 "CalloutList": [
2944 { "Priority": "high", "LocCode": "P0-C62" },
2945 {
2946 "Priority": "medium",
2947 "LocCode": "P0-C61"
2948 },
2949 { "Priority": "low", "LocCode": "P0" }
2950 ]
2951 }
2952 ]
2953 },
2954 {
2955 "ADValue": "CP0_VDD1",
2956 "Callouts": [
2957 {
2958 "CalloutList": [
2959 { "Priority": "high", "LocCode": "P0-C60" },
2960 {
2961 "Priority": "medium",
2962 "LocCode": "P0-C61"
2963 },
2964 { "Priority": "low", "LocCode": "P0" }
2965 ]
2966 }
2967 ]
2968 },
2969 {
2970 "ADValue": "CP1_VDD0",
2971 "Callouts": [
2972 {
2973 "CalloutList": [
2974 { "Priority": "high", "LocCode": "P0-C13" },
2975 {
2976 "Priority": "medium",
2977 "LocCode": "P0-C14"
2978 },
2979 { "Priority": "low", "LocCode": "P0" }
2980 ]
2981 }
2982 ]
2983 },
2984 {
2985 "ADValue": "CP1_VDD1",
2986 "Callouts": [
2987 {
2988 "CalloutList": [
2989 { "Priority": "high", "LocCode": "P0-C15" },
2990 {
2991 "Priority": "medium",
2992 "LocCode": "P0-C14"
2993 },
2994 { "Priority": "low", "LocCode": "P0" }
2995 ]
2996 }
2997 ]
2998 },
2999 {
3000 "ADValue": "CP2_VDD0",
3001 "Callouts": [
3002 {
3003 "CalloutList": [
3004 { "Priority": "high", "LocCode": "P0-C18" },
3005 {
3006 "Priority": "medium",
3007 "LocCode": "P0-C19"
3008 },
3009 { "Priority": "low", "LocCode": "P0" }
3010 ]
3011 }
3012 ]
3013 },
3014 {
3015 "ADValue": "CP2_VDD1",
3016 "Callouts": [
3017 {
3018 "CalloutList": [
3019 { "Priority": "high", "LocCode": "P0-C20" },
3020 {
3021 "Priority": "medium",
3022 "LocCode": "P0-C19"
3023 },
3024 { "Priority": "low", "LocCode": "P0" }
3025 ]
3026 }
3027 ]
3028 },
3029 {
3030 "ADValue": "CP3_VDD0",
3031 "Callouts": [
3032 {
3033 "CalloutList": [
3034 { "Priority": "high", "LocCode": "P0-C57" },
3035 {
3036 "Priority": "medium",
3037 "LocCode": "P0-C56"
3038 },
3039 { "Priority": "low", "LocCode": "P0" }
3040 ]
3041 }
3042 ]
3043 },
3044 {
3045 "ADValue": "CP3_VDD1",
3046 "Callouts": [
3047 {
3048 "CalloutList": [
3049 { "Priority": "high", "LocCode": "P0-C55" },
3050 {
3051 "Priority": "medium",
3052 "LocCode": "P0-C56"
3053 },
3054 { "Priority": "low", "LocCode": "P0" }
3055 ]
3056 }
3057 ]
3058 },
3059 {
3060 "ADValue": "CP0_VCS0",
3061 "Callouts": [
3062 {
3063 "CalloutList": [
3064 { "Priority": "high", "LocCode": "P0-C63" },
3065 {
3066 "Priority": "medium",
3067 "LocCode": "P0-C61"
3068 },
3069 { "Priority": "low", "LocCode": "P0" }
3070 ]
3071 }
3072 ]
3073 },
3074 {
3075 "ADValue": "CP0_VCS1",
3076 "Callouts": [
3077 {
3078 "CalloutList": [
3079 { "Priority": "high", "LocCode": "P0-C59" },
3080 {
3081 "Priority": "medium",
3082 "LocCode": "P0-C61"
3083 },
3084 { "Priority": "low", "LocCode": "P0" }
3085 ]
3086 }
3087 ]
3088 },
3089 {
3090 "ADValue": "CP1_VCS0",
3091 "Callouts": [
3092 {
3093 "CalloutList": [
3094 { "Priority": "high", "LocCode": "P0-C12" },
3095 {
3096 "Priority": "medium",
3097 "LocCode": "P0-C14"
3098 },
3099 { "Priority": "low", "LocCode": "P0" }
3100 ]
3101 }
3102 ]
3103 },
3104 {
3105 "ADValue": "CP1_VCS1",
3106 "Callouts": [
3107 {
3108 "CalloutList": [
3109 { "Priority": "high", "LocCode": "P0-C16" },
3110 {
3111 "Priority": "medium",
3112 "LocCode": "P0-C14"
3113 },
3114 { "Priority": "low", "LocCode": "P0" }
3115 ]
3116 }
3117 ]
3118 },
3119 {
3120 "ADValue": "CP2_VCS0",
3121 "Callouts": [
3122 {
3123 "CalloutList": [
3124 { "Priority": "high", "LocCode": "P0-C17" },
3125 {
3126 "Priority": "medium",
3127 "LocCode": "P0-C19"
3128 },
3129 { "Priority": "low", "LocCode": "P0" }
3130 ]
3131 }
3132 ]
3133 },
3134 {
3135 "ADValue": "CP2_VCS1",
3136 "Callouts": [
3137 {
3138 "CalloutList": [
3139 { "Priority": "high", "LocCode": "P0-C21" },
3140 {
3141 "Priority": "medium",
3142 "LocCode": "P0-C19"
3143 },
3144 { "Priority": "low", "LocCode": "P0" }
3145 ]
3146 }
3147 ]
3148 },
3149 {
3150 "ADValue": "CP3_VCS0",
3151 "Callouts": [
3152 {
3153 "CalloutList": [
3154 { "Priority": "high", "LocCode": "P0-C58" },
3155 {
3156 "Priority": "medium",
3157 "LocCode": "P0-C56"
3158 },
3159 { "Priority": "low", "LocCode": "P0" }
3160 ]
3161 }
3162 ]
3163 },
3164 {
3165 "ADValue": "CP3_VCS1",
3166 "Callouts": [
3167 {
3168 "CalloutList": [
3169 { "Priority": "high", "LocCode": "P0-C54" },
3170 {
3171 "Priority": "medium",
3172 "LocCode": "P0-C56"
3173 },
3174 { "Priority": "low", "LocCode": "P0" }
3175 ]
3176 }
3177 ]
3178 },
3179 {
3180 "ADValue": "CP03_AVDD",
3181 "Callouts": [
3182 {
3183 "CalloutList": [
3184 { "Priority": "high", "LocCode": "P0-C58" },
3185 {
3186 "Priority": "medium",
3187 "LocCode": "P0-C61"
3188 },
3189 {
3190 "Priority": "medium",
3191 "LocCode": "P0-C56"
3192 },
3193 { "Priority": "low", "LocCode": "P0" }
3194 ]
3195 }
3196 ]
3197 },
3198 {
3199 "ADValue": "CP12_AVDD",
3200 "Callouts": [
3201 {
3202 "CalloutList": [
3203 { "Priority": "high", "LocCode": "P0-C16" },
3204 {
3205 "Priority": "medium",
3206 "LocCode": "P0-C14"
3207 },
3208 {
3209 "Priority": "medium",
3210 "LocCode": "P0-C19"
3211 },
3212 { "Priority": "low", "LocCode": "P0" }
3213 ]
3214 }
3215 ]
3216 },
3217 {
3218 "ADValue": "CP0_VDN",
3219 "Callouts": [
3220 {
3221 "CalloutList": [
3222 { "Priority": "high", "LocCode": "P0-C63" },
3223 {
3224 "Priority": "medium",
3225 "LocCode": "P0-C61"
3226 },
3227 { "Priority": "low", "LocCode": "P0" }
3228 ]
3229 }
3230 ]
3231 },
3232 {
3233 "ADValue": "CP1_VDN",
3234 "Callouts": [
3235 {
3236 "CalloutList": [
3237 { "Priority": "high", "LocCode": "P0-C12" },
3238 {
3239 "Priority": "medium",
3240 "LocCode": "P0-C14"
3241 },
3242 { "Priority": "low", "LocCode": "P0" }
3243 ]
3244 }
3245 ]
3246 },
3247 {
3248 "ADValue": "CP2_VDN",
3249 "Callouts": [
3250 {
3251 "CalloutList": [
3252 { "Priority": "high", "LocCode": "P0-C21" },
3253 {
3254 "Priority": "medium",
3255 "LocCode": "P0-C19"
3256 },
3257 { "Priority": "low", "LocCode": "P0" }
3258 ]
3259 }
3260 ]
3261 },
3262 {
3263 "ADValue": "CP3_VDN",
3264 "Callouts": [
3265 {
3266 "CalloutList": [
3267 { "Priority": "high", "LocCode": "P0-C54" },
3268 {
3269 "Priority": "medium",
3270 "LocCode": "P0-C56"
3271 },
3272 { "Priority": "low", "LocCode": "P0" }
3273 ]
3274 }
3275 ]
3276 },
3277 {
3278 "ADValue": "CP0_VIO",
3279 "Callouts": [
3280 {
3281 "CalloutList": [
3282 { "Priority": "high", "LocCode": "P0-C63" },
3283 {
3284 "Priority": "medium",
3285 "LocCode": "P0-C61"
3286 },
3287 { "Priority": "low", "LocCode": "P0" }
3288 ]
3289 }
3290 ]
3291 },
3292 {
3293 "ADValue": "CP1_VIO",
3294 "Callouts": [
3295 {
3296 "CalloutList": [
3297 { "Priority": "high", "LocCode": "P0-C12" },
3298 {
3299 "Priority": "medium",
3300 "LocCode": "P0-C14"
3301 },
3302 { "Priority": "low", "LocCode": "P0" }
3303 ]
3304 }
3305 ]
3306 },
3307 {
3308 "ADValue": "CP2_VIO",
3309 "Callouts": [
3310 {
3311 "CalloutList": [
3312 { "Priority": "high", "LocCode": "P0-C21" },
3313 {
3314 "Priority": "medium",
3315 "LocCode": "P0-C19"
3316 },
3317 { "Priority": "low", "LocCode": "P0" }
3318 ]
3319 }
3320 ]
3321 },
3322 {
3323 "ADValue": "CP3_VIO",
3324 "Callouts": [
3325 {
3326 "CalloutList": [
3327 { "Priority": "high", "LocCode": "P0-C54" },
3328 {
3329 "Priority": "medium",
3330 "LocCode": "P0-C56"
3331 },
3332 { "Priority": "low", "LocCode": "P0" }
3333 ]
3334 }
3335 ]
3336 },
3337 {
3338 "ADValue": "CP0_VPCIE",
3339 "Callouts": [
3340 {
3341 "CalloutList": [
3342 { "Priority": "high", "LocCode": "P0-C58" },
3343 {
3344 "Priority": "medium",
3345 "LocCode": "P0-C61"
3346 },
3347 { "Priority": "low", "LocCode": "P0" }
3348 ]
3349 }
3350 ]
3351 },
3352 {
3353 "ADValue": "CP1_VPCIE",
3354 "Callouts": [
3355 {
3356 "CalloutList": [
3357 { "Priority": "high", "LocCode": "P0-C16" },
3358 {
3359 "Priority": "medium",
3360 "LocCode": "P0-C14"
3361 },
3362 { "Priority": "low", "LocCode": "P0" }
3363 ]
3364 }
3365 ]
3366 },
3367 {
3368 "ADValue": "CP2_VPCIE",
3369 "Callouts": [
3370 {
3371 "CalloutList": [
3372 { "Priority": "high", "LocCode": "P0-C16" },
3373 {
3374 "Priority": "medium",
3375 "LocCode": "P0-C19"
3376 },
3377 { "Priority": "low", "LocCode": "P0" }
3378 ]
3379 }
3380 ]
3381 },
3382 {
3383 "ADValue": "CP3_VPCIE",
3384 "Callouts": [
3385 {
3386 "CalloutList": [
3387 { "Priority": "high", "LocCode": "P0-C58" },
3388 {
3389 "Priority": "medium",
3390 "LocCode": "P0-C56"
3391 },
3392 { "Priority": "low", "LocCode": "P0" }
3393 ]
3394 }
3395 ]
Jim Wright9b779e42022-12-16 17:50:23 -06003396 },
3397 {
Shawn McCarney8d1e19b2023-08-04 16:19:49 -05003398 "ADValue": "12.0VA",
3399 "Callouts": [
3400 {
3401 "CalloutList": [
3402 {
3403 "Priority": "high",
3404 "SymbolicFRU": "pgood_part"
3405 }
3406 ]
3407 }
3408 ]
3409 },
3410 {
Jim Wright9b779e42022-12-16 17:50:23 -06003411 "ADValue": "5.0VCS",
3412 "Callouts": [
3413 {
3414 "CalloutList": [
3415 { "Priority": "high", "LocCode": "P0" }
3416 ]
3417 }
3418 ]
3419 },
3420 {
Shawn McCarney8d1e19b2023-08-04 16:19:49 -05003421 "ADValue": "1.8V",
3422 "Callouts": [
3423 {
3424 "CalloutList": [
3425 { "Priority": "high", "LocCode": "P0" }
3426 ]
3427 }
3428 ]
3429 },
3430 {
3431 "ADValue": "0.9V",
3432 "Callouts": [
3433 {
3434 "CalloutList": [
3435 { "Priority": "high", "LocCode": "P0" }
3436 ]
3437 }
3438 ]
3439 },
3440 {
3441 "ADValue": "3.3V",
Jim Wright9b779e42022-12-16 17:50:23 -06003442 "Callouts": [
3443 {
3444 "CalloutList": [
3445 {
3446 "Priority": "high",
3447 "SymbolicFRU": "pcie_hot_plug"
3448 },
3449 { "Priority": "medium", "LocCode": "P0" }
3450 ]
3451 }
3452 ]
3453 },
3454 {
Shawn McCarney8d1e19b2023-08-04 16:19:49 -05003455 "ADValue": "1.5V_AVDD",
3456 "Callouts": [
3457 {
3458 "CalloutList": [
3459 { "Priority": "high", "LocCode": "P0-C5" },
3460 { "Priority": "medium", "LocCode": "P0" }
3461 ]
3462 }
3463 ]
3464 },
3465 {
3466 "ADValue": "0.65V_VDN",
3467 "Callouts": [
3468 {
3469 "CalloutList": [
3470 { "Priority": "high", "LocCode": "P0-C5" },
3471 { "Priority": "medium", "LocCode": "P0" }
3472 ]
3473 }
3474 ]
3475 },
3476 {
3477 "ADValue": "0.7VA_VDD",
3478 "Callouts": [
3479 {
3480 "CalloutList": [
3481 { "Priority": "high", "LocCode": "P0-C5" },
3482 { "Priority": "medium", "LocCode": "P0" }
3483 ]
3484 }
3485 ]
3486 },
3487 {
3488 "ADValue": "0.7VB_VDD",
3489 "Callouts": [
3490 {
3491 "CalloutList": [
3492 { "Priority": "high", "LocCode": "P0-C5" },
3493 { "Priority": "medium", "LocCode": "P0" }
3494 ]
3495 }
3496 ]
3497 },
3498 {
3499 "ADValue": "0.75V_VCS",
3500 "Callouts": [
3501 {
3502 "CalloutList": [
3503 { "Priority": "high", "LocCode": "P0-C5" },
3504 { "Priority": "medium", "LocCode": "P0" }
3505 ]
3506 }
3507 ]
3508 },
3509 {
3510 "ADValue": "0.9V_VIO",
3511 "Callouts": [
3512 {
3513 "CalloutList": [
3514 { "Priority": "high", "LocCode": "P0-C5" },
3515 { "Priority": "medium", "LocCode": "P0" }
3516 ]
3517 }
3518 ]
3519 },
3520 {
3521 "ADValue": "0.85V_VPCIE",
3522 "Callouts": [
3523 {
3524 "CalloutList": [
3525 { "Priority": "high", "LocCode": "P0-C5" },
3526 { "Priority": "medium", "LocCode": "P0" }
3527 ]
3528 }
3529 ]
3530 },
3531 {
3532 "ADValue": "PMIC2_PG",
Jim Wright9b779e42022-12-16 17:50:23 -06003533 "Callouts": [
3534 {
3535 "CalloutList": [
3536 {
3537 "Priority": "high",
Shawn McCarney8d1e19b2023-08-04 16:19:49 -05003538 "SymbolicFRU": "memory_dimm"
Jim Wright9b779e42022-12-16 17:50:23 -06003539 },
3540 { "Priority": "medium", "LocCode": "P0" }
3541 ]
3542 }
3543 ]
3544 },
3545 {
Shawn McCarney8d1e19b2023-08-04 16:19:49 -05003546 "ADValue": "PMIC3_PG",
Jim Wright9b779e42022-12-16 17:50:23 -06003547 "Callouts": [
3548 {
3549 "CalloutList": [
Jim Wright9b779e42022-12-16 17:50:23 -06003550 {
Shawn McCarney8d1e19b2023-08-04 16:19:49 -05003551 "Priority": "high",
3552 "SymbolicFRU": "memory_dimm"
3553 },
3554 { "Priority": "medium", "LocCode": "P0" }
Jim Wright9b779e42022-12-16 17:50:23 -06003555 ]
3556 }
3557 ]
3558 },
3559 {
Shawn McCarney8d1e19b2023-08-04 16:19:49 -05003560 "ADValue": "VDDR_1.2VB",
Jim Wright9b779e42022-12-16 17:50:23 -06003561 "Callouts": [
3562 {
3563 "CalloutList": [
Jim Wright9b779e42022-12-16 17:50:23 -06003564 {
Shawn McCarney8d1e19b2023-08-04 16:19:49 -05003565 "Priority": "high",
3566 "SymbolicFRU": "memory_dimm"
3567 },
3568 { "Priority": "medium", "LocCode": "P0" }
Jim Wright9b779e42022-12-16 17:50:23 -06003569 ]
3570 }
3571 ]
3572 },
3573 {
Shawn McCarney8d1e19b2023-08-04 16:19:49 -05003574 "ADValue": "VDDR_1.2VA",
Jim Wright9b779e42022-12-16 17:50:23 -06003575 "Callouts": [
3576 {
3577 "CalloutList": [
Jim Wright9b779e42022-12-16 17:50:23 -06003578 {
Shawn McCarney8d1e19b2023-08-04 16:19:49 -05003579 "Priority": "high",
3580 "SymbolicFRU": "memory_dimm"
3581 },
3582 { "Priority": "medium", "LocCode": "P0" }
Jim Wright9b779e42022-12-16 17:50:23 -06003583 ]
3584 }
3585 ]
Jim Wright7f678902020-11-30 16:03:57 -06003586 }
3587 ]
3588 },
3589
3590 "Documentation": {
3591 "Description": "The power sequencer chip detected a voltage fault",
3592 "Message": "The power sequencer chip detected a voltage fault",
Patrick Williams26919f02022-12-08 06:12:43 -06003593 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06003594 },
3595
3596 "JournalCapture": {
3597 "Sections": [
3598 {
3599 "SyslogID": "phosphor-psu-monitor",
3600 "NumLines": 30
3601 },
3602 {
3603 "SyslogID": "phosphor-power-control",
3604 "NumLines": 30
3605 },
3606 {
3607 "SyslogID": "phosphor-chassis-state-manager",
3608 "NumLines": 15
3609 },
3610 {
3611 "SyslogID": "systemd",
3612 "NumLines": 15
3613 },
3614 {
3615 "SyslogID": "phosphor-regulators",
3616 "NumLines": 5
3617 }
3618 ]
Jim Wright7f678902020-11-30 16:03:57 -06003619 }
3620 },
3621
3622 {
Shawn McCarney7f1ec942021-07-28 13:33:34 -05003623 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.N",
3624 "Subsystem": "power",
3625 "Severity": "predictive_redundancy_loss",
3626 "ComponentID": "0x2700",
3627
3628 "SRC": {
3629 "Type": "11",
3630 "ReasonCode": "0x2700",
Matt Spinler04ac4e32023-04-14 14:16:37 -05003631 "Words6To9": {},
3632 "DeconfigFlag": true
Shawn McCarney7f1ec942021-07-28 13:33:34 -05003633 },
3634
3635 "Documentation": {
3636 "Description": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
3637 "Message": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
3638 "Notes": [
3639 "CALLOUT_INVENTORY_PATH should be specified in the ",
3640 "AdditionalData property of the event log so that ",
3641 "the device is called out but not the communication path."
3642 ]
3643 }
3644 },
3645
3646 {
3647 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.NPlus1",
3648 "Subsystem": "power",
3649 "Severity": "non_error",
3650 "MfgSeverity": "predictive_redundancy_loss",
3651 "ActionFlags": ["report"],
3652 "MfgActionFlags": ["service_action", "report", "call_home"],
3653 "ComponentID": "0x2700",
3654
3655 "SRC": {
3656 "Type": "11",
3657 "ReasonCode": "0x2701",
3658 "Words6To9": {}
3659 },
3660
3661 "Documentation": {
3662 "Description": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
3663 "Message": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
3664 "Notes": [
3665 "CALLOUT_INVENTORY_PATH should be specified in the ",
3666 "AdditionalData property of the event log so that ",
3667 "the device is called out but not the communication path."
3668 ]
3669 }
3670 },
3671
3672 {
Shawn McCarney01648f52020-06-25 11:42:02 -05003673 "Name": "xyz.openbmc_project.Power.Regulators.Error.WriteVerification",
3674 "Subsystem": "power",
3675 "ComponentID": "0x2700",
3676
3677 "SRC": {
3678 "Type": "11",
3679 "ReasonCode": "0x2900",
Matt Spinler04ac4e32023-04-14 14:16:37 -05003680 "Words6To9": {},
3681 "DeconfigFlag": true
Shawn McCarney01648f52020-06-25 11:42:02 -05003682 },
3683
3684 "Documentation": {
3685 "Description": "A write verification error occurred on a device",
3686 "Message": "A write verification error occurred on a device",
3687 "Notes": [
3688 "This error occurs when a device register is written, ",
3689 "read back, and the two values do not match. This is ",
3690 "also called a read-back error. The device should be ",
3691 "identified using the CALLOUT_DEVICE_PATH or ",
3692 "CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR keywords in the ",
3693 "AdditionalData property of the event log. This will ",
3694 "cause the device and the hardware in the communication ",
3695 "path to be called out."
3696 ]
3697 }
3698 },
3699
3700 {
Shawn McCarneye4022182022-01-31 19:09:01 -06003701 "Name": "xyz.openbmc_project.Power.UPS.Error.Battery.Discharging",
3702 "Subsystem": "power",
3703 "Severity": "non_error",
3704 "ActionFlags": ["report"],
3705 "ComponentID": "0x2700",
3706
3707 "SRC": {
3708 "Type": "11",
3709 "ReasonCode": "0x4201",
3710 "Words6To9": {}
3711 },
3712
3713 "Documentation": {
3714 "Description": "The Uninterruptible Power Supply (UPS) battery is discharging and providing power to the system due to a utility failure",
3715 "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 -06003716 "Notes": []
Shawn McCarneye4022182022-01-31 19:09:01 -06003717 }
3718 },
3719
3720 {
3721 "Name": "xyz.openbmc_project.Power.UPS.Error.Battery.Low",
3722 "Subsystem": "power",
3723 "Severity": "non_error",
3724 "ActionFlags": ["report"],
3725 "ComponentID": "0x2700",
3726
3727 "SRC": {
3728 "Type": "11",
3729 "ReasonCode": "0x4203",
3730 "Words6To9": {}
3731 },
3732
3733 "Documentation": {
3734 "Description": "The Uninterruptible Power Supply (UPS) battery level is low",
3735 "Message": "The Uninterruptible Power Supply (UPS) battery level is low",
Patrick Williams26919f02022-12-08 06:12:43 -06003736 "Notes": []
Shawn McCarneye4022182022-01-31 19:09:01 -06003737 }
3738 },
3739
3740 {
Shawn McCarney01648f52020-06-25 11:42:02 -05003741 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile",
3742 "Subsystem": "power",
3743 "ComponentID": "0x2700",
3744
3745 "SRC": {
3746 "Type": "11",
3747 "ReasonCode": "0xA013",
3748 "Words6To9": {}
3749 },
3750
3751 "Callouts": [
3752 {
3753 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06003754 { "Priority": "high", "Procedure": "BMC0001" }
Shawn McCarney01648f52020-06-25 11:42:02 -05003755 ]
3756 }
3757 ],
3758
3759 "Documentation": {
3760 "Description": "A regulators configuration file error occurred",
3761 "Message": "A regulators configuration file error occurred",
3762 "Notes": [
3763 "The regulators configuration file could not be found, ",
3764 "could not be read, or had invalid contents."
3765 ]
3766 }
3767 },
3768
3769 {
Shawn McCarney82e31d82021-02-19 16:25:55 -06003770 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile.Critical",
3771 "Subsystem": "power",
3772 "Severity": "critical_system_term",
3773 "ComponentID": "0x2700",
3774
3775 "SRC": {
3776 "Type": "11",
3777 "ReasonCode": "0xA014",
Mike Cappsa2d7b772022-03-07 15:47:48 -05003778 "Words6To9": {}
Shawn McCarney82e31d82021-02-19 16:25:55 -06003779 },
3780
3781 "Callouts": [
3782 {
3783 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06003784 { "Priority": "high", "Procedure": "BMC0001" }
Shawn McCarney82e31d82021-02-19 16:25:55 -06003785 ]
3786 }
3787 ],
3788
3789 "Documentation": {
3790 "Description": "A critical regulators configuration file error occurred",
3791 "Message": "A critical regulators configuration file error occurred",
3792 "Notes": [
3793 "The regulators configuration file could not be found, ",
3794 "could not be read, or had invalid contents. As a result ",
3795 "voltage regulators could not be configured, and the ",
3796 "chassis could not be powered on."
3797 ]
3798 }
3799 },
3800
3801 {
Jim Wright7f678902020-11-30 16:03:57 -06003802 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerFault",
3803 "Subsystem": "power_sequencer",
3804 "ComponentID": "0x2700",
3805
3806 "SRC": {
3807 "Type": "11",
3808 "ReasonCode": "0xD000",
3809 "Words6To9": {}
3810 },
3811
3812 "Callouts": [
3813 {
Patrick Williams26919f02022-12-08 06:12:43 -06003814 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Jim Wright7f678902020-11-30 16:03:57 -06003815 }
3816 ],
3817
3818 "Documentation": {
3819 "Description": "The power sequencer chip detected a fault",
3820 "Message": "The power sequencer chip detected a fault",
Patrick Williams26919f02022-12-08 06:12:43 -06003821 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06003822 },
3823
3824 "JournalCapture": {
3825 "Sections": [
3826 {
3827 "SyslogID": "phosphor-psu-monitor",
3828 "NumLines": 30
3829 },
3830 {
3831 "SyslogID": "phosphor-power-control",
3832 "NumLines": 30
3833 },
3834 {
3835 "SyslogID": "phosphor-chassis-state-manager",
3836 "NumLines": 15
3837 },
3838 {
3839 "SyslogID": "systemd",
3840 "NumLines": 15
3841 },
3842 {
3843 "SyslogID": "phosphor-regulators",
3844 "NumLines": 5
3845 }
3846 ]
Jim Wright7f678902020-11-30 16:03:57 -06003847 }
3848 },
3849
3850 {
Jim Wrightc1ba04f2021-11-12 15:31:32 -06003851 "Name": "xyz.openbmc_project.Power.Error.PowerOnTimeout",
Jim Wright7f678902020-11-30 16:03:57 -06003852 "Subsystem": "power_sequencer",
3853 "ComponentID": "0x2700",
Jim Wrightc1ba04f2021-11-12 15:31:32 -06003854 "Severity": "critical",
Jim Wright7f678902020-11-30 16:03:57 -06003855
3856 "SRC": {
3857 "Type": "11",
3858 "ReasonCode": "0xD002",
3859 "Words6To9": {}
3860 },
3861
3862 "Callouts": [
3863 {
Patrick Williams26919f02022-12-08 06:12:43 -06003864 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Jim Wright7f678902020-11-30 16:03:57 -06003865 }
3866 ],
3867
3868 "Documentation": {
Jim Wrightc1ba04f2021-11-12 15:31:32 -06003869 "Description": "System power failed to turn on within timeout period",
3870 "Message": "System power failed to turn on within timeout period",
Patrick Williams26919f02022-12-08 06:12:43 -06003871 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06003872 },
3873
3874 "JournalCapture": {
3875 "Sections": [
3876 {
3877 "SyslogID": "phosphor-psu-monitor",
3878 "NumLines": 30
3879 },
3880 {
3881 "SyslogID": "phosphor-power-control",
3882 "NumLines": 30
3883 },
3884 {
3885 "SyslogID": "phosphor-chassis-state-manager",
3886 "NumLines": 15
3887 },
3888 {
3889 "SyslogID": "systemd",
3890 "NumLines": 15
3891 },
3892 {
3893 "SyslogID": "phosphor-regulators",
3894 "NumLines": 5
3895 }
3896 ]
Jim Wrightc1ba04f2021-11-12 15:31:32 -06003897 }
3898 },
3899
3900 {
3901 "Name": "xyz.openbmc_project.Power.Error.PowerOffTimeout",
3902 "Subsystem": "power_sequencer",
3903 "ComponentID": "0x2700",
3904 "Severity": "critical",
3905
3906 "SRC": {
3907 "Type": "11",
3908 "ReasonCode": "0xD008",
3909 "Words6To9": {}
3910 },
3911
3912 "Callouts": [
3913 {
Patrick Williams26919f02022-12-08 06:12:43 -06003914 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Jim Wrightc1ba04f2021-11-12 15:31:32 -06003915 }
3916 ],
3917
3918 "Documentation": {
3919 "Description": "System power failed to turn off within timeout period",
3920 "Message": "System power failed to turn off within timeout period",
Patrick Williams26919f02022-12-08 06:12:43 -06003921 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06003922 },
3923
3924 "JournalCapture": {
3925 "Sections": [
3926 {
3927 "SyslogID": "phosphor-psu-monitor",
3928 "NumLines": 30
3929 },
3930 {
3931 "SyslogID": "phosphor-power-control",
3932 "NumLines": 30
3933 },
3934 {
3935 "SyslogID": "phosphor-chassis-state-manager",
3936 "NumLines": 15
3937 },
3938 {
3939 "SyslogID": "systemd",
3940 "NumLines": 15
3941 },
3942 {
3943 "SyslogID": "phosphor-regulators",
3944 "NumLines": 5
3945 }
3946 ]
Jim Wright7f678902020-11-30 16:03:57 -06003947 }
3948 },
3949
3950 {
Shawn McCarney01648f52020-06-25 11:42:02 -05003951 "Name": "xyz.openbmc_project.Power.Error.Internal",
3952 "Subsystem": "power",
3953 "ComponentID": "0x2700",
3954
3955 "SRC": {
3956 "Type": "11",
3957 "ReasonCode": "0xE000",
3958 "Words6To9": {}
3959 },
3960
3961 "Callouts": [
3962 {
3963 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06003964 { "Priority": "high", "Procedure": "BMC0001" }
Shawn McCarney01648f52020-06-25 11:42:02 -05003965 ]
3966 }
3967 ],
3968
3969 "Documentation": {
3970 "Description": "An internal firmware error occurred",
3971 "Message": "An internal firmware error occurred",
3972 "Notes": [
3973 "The error details must be provided in the AdditionalData ",
3974 "property of the event log."
3975 ]
3976 }
3977 },
3978
3979 {
3980 "Name": "xyz.openbmc_project.Power.Error.I2C",
3981 "Subsystem": "cec_i2c",
3982 "ComponentID": "0x2700",
3983
3984 "SRC": {
3985 "Type": "11",
3986 "ReasonCode": "0xE100",
Matt Spinler04ac4e32023-04-14 14:16:37 -05003987 "Words6To9": {},
3988 "DeconfigFlag": true
Shawn McCarney01648f52020-06-25 11:42:02 -05003989 },
3990
3991 "Documentation": {
3992 "Description": "An I2C error occurred communicating with a device",
3993 "Message": "An I2C error occurred communicating with a device",
3994 "Notes": [
3995 "The device should be identified using the ",
3996 "CALLOUT_DEVICE_PATH or CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR ",
3997 "keywords in the AdditionalData property of the event ",
3998 "log. This will cause the device and the hardware in the ",
3999 "communication path to be called out."
4000 ]
4001 }
4002 },
4003
4004 {
4005 "Name": "xyz.openbmc_project.Power.Error.PMBus",
4006 "Subsystem": "power",
4007 "ComponentID": "0x2700",
4008
4009 "SRC": {
4010 "Type": "11",
4011 "ReasonCode": "0xE200",
Matt Spinler04ac4e32023-04-14 14:16:37 -05004012 "Words6To9": {},
4013 "DeconfigFlag": true
Shawn McCarney01648f52020-06-25 11:42:02 -05004014 },
4015
4016 "Documentation": {
4017 "Description": "A PMBus error occurred on a device",
4018 "Message": "A PMBus error occurred on a device",
4019 "Notes": [
4020 "This error occurs when the I2C communication was ",
4021 "successful, but the PMBus value read is invalid or ",
4022 "unsupported. CALLOUT_INVENTORY_PATH should be specified ",
4023 "in the AdditionalData property of the event log so that ",
4024 "the device is called out but not the communication path."
4025 ]
4026 }
4027 },
4028
4029 {
4030 "Name": "xyz.openbmc_project.Power.Error.DBus",
4031 "Subsystem": "power",
4032 "ComponentID": "0x2700",
4033
4034 "SRC": {
4035 "Type": "11",
4036 "ReasonCode": "0xE300",
4037 "Words6To9": {}
4038 },
4039
4040 "Callouts": [
4041 {
4042 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06004043 { "Priority": "high", "Procedure": "BMC0001" }
Shawn McCarney01648f52020-06-25 11:42:02 -05004044 ]
4045 }
4046 ],
4047
4048 "Documentation": {
4049 "Description": "A firmware inter-process communication (D-Bus) error occurred",
4050 "Message": "A firmware inter-process communication (D-Bus) error occurred"
4051 }
Matt Spinler60d1c392020-09-23 15:23:24 -05004052 },
4053
4054 {
Matt Spinler7c9c07e2020-10-22 10:16:37 -05004055 "Name": "xyz.openbmc_project.Fan.Error.Fault",
4056 "Subsystem": "power_fans",
4057 "ComponentID": "0x2800",
4058
4059 "SRC": {
4060 "Type": "11",
4061 "ReasonCode": "0x76F0",
Matt Spinler04ac4e32023-04-14 14:16:37 -05004062 "Words6To9": {},
4063 "DeconfigFlag": true
Matt Spinler7c9c07e2020-10-22 10:16:37 -05004064 },
4065
4066 "Documentation": {
4067 "Description": "Fan rotor fault",
4068 "Message": "Fan rotor fault",
4069 "Notes": [
4070 "This error occurs when a fan rotor has been faulted for a ",
4071 "certain amount of time. The callout is the fan which is ",
4072 "passed in with CALLOUT_INVENTORY_PATH. The severity is ",
4073 "passed in during creation and will be either informational ",
4074 "or unrecoverable. The action flags use the defaults and ",
4075 "vary based on the severity."
4076 ]
4077 }
4078 },
4079
4080 {
Matt Spinler60d1c392020-09-23 15:23:24 -05004081 "Name": "xyz.openbmc_project.Fan.Error.Missing",
4082 "Subsystem": "power_fans",
4083 "ComponentID": "0x2800",
4084 "Severity": "unrecoverable_redundancy_loss",
4085 "ActionFlags": ["service_action", "report", "call_home"],
4086
4087 "SRC": {
4088 "Type": "11",
4089 "ReasonCode": "0x76F1",
Matt Spinler04ac4e32023-04-14 14:16:37 -05004090 "Words6To9": {},
4091 "DeconfigFlag": true
Matt Spinler60d1c392020-09-23 15:23:24 -05004092 },
4093
4094 "Callouts": [
4095 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05004096 "System": "com.ibm.Hardware.Chassis.Model.Rainier",
Matt Spinler60d1c392020-09-23 15:23:24 -05004097 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -05004098 {
Patrick Williams26919f02022-12-08 06:12:43 -06004099 "Priority": "high",
4100 "SymbolicFRUTrusted": "air_mover",
4101 "UseInventoryLocCode": true
Matt Spinler80600192020-10-23 09:29:33 -05004102 },
4103 {
4104 "Priority": "low",
4105 "LocCode": "P0"
4106 }
Matt Spinler60d1c392020-09-23 15:23:24 -05004107 ]
Matt Spinler938ac792021-05-12 10:46:44 -05004108 },
4109 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05004110 "System": "com.ibm.Hardware.Chassis.Model.Everest",
Matt Spinler938ac792021-05-12 10:46:44 -05004111 "CalloutList": [
4112 {
Patrick Williams26919f02022-12-08 06:12:43 -06004113 "Priority": "high",
4114 "SymbolicFRUTrusted": "air_mover",
4115 "UseInventoryLocCode": true
Matt Spinler938ac792021-05-12 10:46:44 -05004116 },
4117 {
4118 "Priority": "low",
4119 "LocCode": "P1"
4120 }
4121 ]
Matt Spinler0600cf72023-04-10 11:22:33 -05004122 },
4123 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05004124 "System": "com.ibm.Hardware.Chassis.Model.Bonnell",
Matt Spinler0600cf72023-04-10 11:22:33 -05004125 "CalloutList": [
4126 {
4127 "Priority": "high",
4128 "SymbolicFRUTrusted": "air_mover",
4129 "UseInventoryLocCode": true
4130 },
4131 {
4132 "Priority": "low",
4133 "LocCode": "P0"
4134 }
4135 ]
Matt Spinler60d1c392020-09-23 15:23:24 -05004136 }
4137 ],
4138
4139 "Documentation": {
4140 "Description": "A fan is missing",
4141 "Message": "A fan is missing",
4142 "Notes": [
4143 "This error occurs when a fan has been missing for a ",
Matt Spinler80600192020-10-23 09:29:33 -05004144 "certain amount of time. The first callout is the ",
4145 "symbolic FRU AIR_MOVR that has the trusted fan location ",
4146 "code, which it gets using the passed in ",
4147 "CALLOUT_INVENTORY_PATH. The second callout is the FRU ",
Matt Spinler938ac792021-05-12 10:46:44 -05004148 "where the controller and GPIO expander are."
Matt Spinler60d1c392020-09-23 15:23:24 -05004149 ]
4150 }
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004151 },
4152
4153 {
Matt Spinleradf070b2021-04-21 13:39:45 -05004154 "Name": "xyz.openbmc_project.Fan.Presence.Error.Detection",
4155 "ComponentID": "0x2800",
4156 "Subsystem": "power_fans",
4157 "Severity": "non_error",
4158 "ActionFlags": ["report"],
4159 "MfgSeverity": "predictive",
4160 "MfgActionFlags": ["service_action", "report"],
4161
4162 "SRC": {
4163 "Type": "11",
4164 "ReasonCode": "0x76F2",
4165 "Words6To9": {}
4166 },
4167
4168 "Callouts": [
4169 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05004170 "System": "com.ibm.Hardware.Chassis.Model.Rainier",
Patrick Williams26919f02022-12-08 06:12:43 -06004171 "CalloutList": [{ "Priority": "medium", "LocCode": "P0" }]
Matt Spinleradf070b2021-04-21 13:39:45 -05004172 },
4173 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05004174 "System": "com.ibm.Hardware.Chassis.Model.Everest",
Patrick Williams26919f02022-12-08 06:12:43 -06004175 "CalloutList": [{ "Priority": "medium", "LocCode": "P1" }]
Matt Spinler0600cf72023-04-10 11:22:33 -05004176 },
4177 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05004178 "System": "com.ibm.Hardware.Chassis.Model.Bonnell",
Matt Spinler0600cf72023-04-10 11:22:33 -05004179 "CalloutList": [{ "Priority": "medium", "LocCode": "P0" }]
Matt Spinleradf070b2021-04-21 13:39:45 -05004180 }
4181 ],
4182
4183 "Documentation": {
4184 "Description": "Presence detect methods for the same fan disagree",
4185 "Message": "Presence detect methods for the same fan disagree",
4186 "Notes": [
4187 "This error occurs when there is more than one way to detect",
4188 "fan presence, and they don't all agree. For example, the",
4189 "GPIO says a fan isn't present, but the tach readings are",
4190 "nonzero. This is informational, unless in manufacturing.",
4191 "The fan FRU is passed in as a high priority callout.",
4192 "The FRU the GPIO source is on is called out medium."
4193 ]
4194 }
4195 },
4196
4197 {
Matt Spinlerdde99202021-06-14 12:15:59 -06004198 "Name": "xyz.openbmc_project.Fan.Error.FanControllerOffline",
4199 "ComponentID": "0x2800",
4200 "Subsystem": "power_fans",
4201 "Severity": "critical_system_term",
4202 "ActionFlags": ["service_action", "report", "call_home"],
4203
4204 "SRC": {
4205 "Type": "11",
4206 "ReasonCode": "0x76F3",
Mike Cappsa2d7b772022-03-07 15:47:48 -05004207 "Words6To9": {}
Matt Spinlerdde99202021-06-14 12:15:59 -06004208 },
4209
4210 "Callouts": [
4211 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05004212 "System": "com.ibm.Hardware.Chassis.Model.Rainier",
Matt Spinlerdde99202021-06-14 12:15:59 -06004213 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004214 { "Priority": "high", "LocCode": "P0-C5" },
4215 {
4216 "Priority": "medium_group_a",
4217 "LocCode": "P0-T12",
4218 "SymbolicFRUTrusted": "fan_cable"
4219 },
4220 {
4221 "Priority": "medium_group_a",
4222 "LocCode": "P0-T17",
4223 "SymbolicFRUTrusted": "cable_continued"
4224 },
4225 { "Priority": "low", "LocCode": "P0" }
Matt Spinlerdde99202021-06-14 12:15:59 -06004226 ]
4227 },
4228 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05004229 "System": "com.ibm.Hardware.Chassis.Model.Everest",
Matt Spinlerdde99202021-06-14 12:15:59 -06004230 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004231 { "Priority": "high", "LocCode": "P0-C0" },
4232 { "Priority": "medium", "LocCode": "P1" },
4233 { "Priority": "low", "LocCode": "P0" }
Matt Spinlerdde99202021-06-14 12:15:59 -06004234 ]
Matt Spinler0600cf72023-04-10 11:22:33 -05004235 },
4236 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05004237 "System": "com.ibm.Hardware.Chassis.Model.Bonnell",
Matt Spinler0600cf72023-04-10 11:22:33 -05004238 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Matt Spinlerdde99202021-06-14 12:15:59 -06004239 }
4240 ],
4241
4242 "Documentation": {
4243 "Description": "The fan controller device is offline",
4244 "Message": "The fan controller is offline. The system must be powered off.",
4245 "Notes": [
4246 "The device that controls the fans is offline so the fan",
4247 "targets and speeds are unknown. The system will be shut",
4248 "down to preserve thermal safety. There may be an I2C",
4249 "or power problem with the device."
4250 ]
4251 }
4252 },
4253
4254 {
Patrick Williams26919f02022-12-08 06:12:43 -06004255 "Name": "xyz.openbmc_project.Fan.Presence.Error.GPIODeviceUnavailable",
4256 "Subsystem": "power_fans",
4257 "ComponentID": "0x2800",
4258 "Severity": "unrecoverable_redundancy_loss",
4259 "ActionFlags": ["service_action", "report", "call_home"],
Mike Cappsabc276e2021-06-18 16:41:30 -04004260
Patrick Williams26919f02022-12-08 06:12:43 -06004261 "SRC": {
4262 "Type": "11",
4263 "ReasonCode": "0x76F4",
4264 "Words6To9": {}
4265 },
Mike Cappsabc276e2021-06-18 16:41:30 -04004266
Patrick Williams26919f02022-12-08 06:12:43 -06004267 "Callouts": [
4268 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05004269 "System": "com.ibm.Hardware.Chassis.Model.Rainier",
Patrick Williams26919f02022-12-08 06:12:43 -06004270 "CalloutList": [
4271 { "Priority": "high", "LocCode": "P0-C5" },
4272 {
4273 "Priority": "medium_group_a",
4274 "LocCode": "P0-T12",
4275 "SymbolicFRUTrusted": "fan_cable"
4276 },
4277 {
4278 "Priority": "medium_group_a",
4279 "LocCode": "P0-T17",
4280 "SymbolicFRUTrusted": "cable_continued"
4281 },
4282 { "Priority": "low", "LocCode": "P0" }
4283 ]
4284 },
4285 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05004286 "System": "com.ibm.Hardware.Chassis.Model.Everest",
Patrick Williams26919f02022-12-08 06:12:43 -06004287 "CalloutList": [
4288 { "Priority": "high", "LocCode": "P0-C0" },
4289 { "Priority": "medium", "LocCode": "P1" },
4290 { "Priority": "low", "LocCode": "P0" }
4291 ]
Matt Spinler0600cf72023-04-10 11:22:33 -05004292 },
4293 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05004294 "System": "com.ibm.Hardware.Chassis.Model.Bonnell",
Matt Spinler0600cf72023-04-10 11:22:33 -05004295 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Patrick Williams26919f02022-12-08 06:12:43 -06004296 }
4297 ],
Mike Cappsabc276e2021-06-18 16:41:30 -04004298
Patrick Williams26919f02022-12-08 06:12:43 -06004299 "Documentation": {
4300 "Description": "Fan GPIO sensors not present",
4301 "Message": "Fan GPIO sensors not present",
4302 "Notes": [
4303 "The device that reports fan presence is not functioning."
4304 ]
4305 }
Mike Cappsabc276e2021-06-18 16:41:30 -04004306 },
4307
4308 {
Matt Spinler86e40dd2021-01-29 11:19:36 -06004309 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHigh",
4310 "Subsystem": "power",
4311 "ComponentID": "0x2800",
4312 "Severity": "predictive",
4313 "ActionFlags": ["service_action", "report"],
4314
4315 "SRC": {
4316 "ReasonCode": "0x2801",
4317 "Words6To9": {}
4318 },
4319
4320 "CalloutsUsingAD": {
4321 "ADName": "SENSOR_NAME",
4322 "CalloutsWithTheirADValues": [
4323 {
4324 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4325 "Callouts": [
4326 {
4327 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004328 {
4329 "Priority": "high",
4330 "SymbolicFRU": "ambient_temp"
4331 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004332 ]
4333 }
4334 ]
4335 }
Matt Spinlerc13bb1c2022-08-01 10:33:09 -05004336 ],
4337 "CalloutsWhenNoADMatch": [
4338 {
4339 "CalloutList": [
4340 {
4341 "Priority": "high",
4342 "SymbolicFRU": "overtemp"
4343 }
4344 ]
4345 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004346 ]
4347 },
4348
4349 "Documentation": {
4350 "Description": "A temperature sensor exceeded its performance loss threshold.",
4351 "Message": "A temperature sensor exceeded its performance loss threshold.",
4352 "Notes": [
4353 "A temperature sensor crossed its performance loss threshold value",
4354 "If it is the ambient sensor, then a symbolic FRU will be added.",
4355 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
4356 "a FRU callout."
4357 ]
4358 }
4359 },
4360
4361 {
4362 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHighClear",
4363 "Subsystem": "power",
4364 "ComponentID": "0x2800",
4365 "Severity": "non_error",
4366 "ActionFlags": ["report"],
4367 "EventType": "env_normal",
4368
4369 "SRC": {
4370 "ReasonCode": "0x2802",
4371 "Words6To9": {}
4372 },
4373
4374 "CalloutsUsingAD": {
4375 "ADName": "SENSOR_NAME",
4376 "CalloutsWithTheirADValues": [
4377 {
4378 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4379 "Callouts": [
4380 {
4381 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004382 {
4383 "Priority": "high",
4384 "SymbolicFRU": "ambient_temp_back"
4385 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004386 ]
4387 }
4388 ]
4389 }
4390 ]
4391 },
4392
4393 "Documentation": {
4394 "Description": "A temperature sensor is under its performance loss threshold.",
4395 "Message": "A temperature sensor is under its performance loss threshold.",
4396 "Notes": [
4397 "A temperature sensor crossed under its performance loss threshold value",
4398 "If it is the ambient sensor, then a symbolic FRU will be added."
4399 ]
4400 }
4401 },
4402
4403 {
4404 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHigh",
4405 "Subsystem": "power",
4406 "ComponentID": "0x2800",
4407 "Severity": "predictive",
4408 "ActionFlags": ["service_action", "report"],
4409
4410 "SRC": {
4411 "ReasonCode": "0x2803",
4412 "Words6To9": {}
4413 },
4414
4415 "CalloutsUsingAD": {
4416 "ADName": "SENSOR_NAME",
4417 "CalloutsWithTheirADValues": [
4418 {
4419 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4420 "Callouts": [
4421 {
4422 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004423 {
4424 "Priority": "high",
4425 "SymbolicFRU": "ambient_temp"
4426 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004427 ]
4428 }
4429 ]
4430 }
Matt Spinlerc13bb1c2022-08-01 10:33:09 -05004431 ],
4432 "CalloutsWhenNoADMatch": [
4433 {
4434 "CalloutList": [
4435 {
4436 "Priority": "high",
4437 "SymbolicFRU": "overtemp"
4438 }
4439 ]
4440 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004441 ]
4442 },
4443
4444 "Documentation": {
4445 "Description": "A temperature sensor exceeded its warning threshold.",
4446 "Message": "A temperature sensor exceeded its warning threshold.",
4447 "Notes": [
4448 "A temperature sensor crossed its warning threshold value",
4449 "If it is the ambient sensor, then a symbolic FRU will be added.",
4450 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
4451 "a FRU callout."
4452 ]
4453 }
4454 },
4455
4456 {
4457 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHighClear",
4458 "Subsystem": "power",
4459 "ComponentID": "0x2800",
4460 "Severity": "non_error",
4461 "ActionFlags": ["report"],
4462 "EventType": "env_normal",
4463
4464 "SRC": {
4465 "ReasonCode": "0x2804",
4466 "Words6To9": {}
4467 },
4468
4469 "CalloutsUsingAD": {
4470 "ADName": "SENSOR_NAME",
4471 "CalloutsWithTheirADValues": [
4472 {
4473 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4474 "Callouts": [
4475 {
4476 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004477 {
4478 "Priority": "high",
4479 "SymbolicFRU": "ambient_temp_back"
4480 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004481 ]
4482 }
4483 ]
4484 }
4485 ]
4486 },
4487
4488 "Documentation": {
4489 "Description": "A temperature sensor is under its warning threshold.",
4490 "Message": "A temperature sensor is under its warning threshold.",
4491 "Notes": [
4492 "A temperature sensor crossed under its warning threshold value",
4493 "If it is the ambient sensor, then a symbolic FRU will be added."
4494 ]
4495 }
4496 },
4497
4498 {
4499 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHigh",
4500 "Subsystem": "power",
4501 "ComponentID": "0x2800",
Matt Spinlerfe2a3842024-02-06 08:58:09 -06004502 "Severity": "unrecoverable",
Matt Spinler86e40dd2021-01-29 11:19:36 -06004503 "ActionFlags": ["service_action", "report"],
4504
4505 "SRC": {
4506 "ReasonCode": "0x2805",
4507 "Words6To9": {}
4508 },
4509
4510 "CalloutsUsingAD": {
4511 "ADName": "SENSOR_NAME",
4512 "CalloutsWithTheirADValues": [
4513 {
4514 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4515 "Callouts": [
4516 {
4517 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004518 {
4519 "Priority": "high",
4520 "SymbolicFRU": "ambient_temp"
4521 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004522 ]
4523 }
4524 ]
4525 }
Matt Spinlerc13bb1c2022-08-01 10:33:09 -05004526 ],
4527 "CalloutsWhenNoADMatch": [
4528 {
4529 "CalloutList": [
4530 {
4531 "Priority": "high",
4532 "SymbolicFRU": "overtemp"
4533 }
4534 ]
4535 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004536 ]
4537 },
4538
4539 "Documentation": {
4540 "Description": "A temperature sensor exceeded its critical threshold.",
4541 "Message": "A temperature sensor exceeded its critical threshold.",
4542 "Notes": [
4543 "A temperature sensor crossed its critical threshold value",
4544 "If it is the ambient sensor, then a symbolic FRU will be added.",
4545 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
4546 "a FRU callout."
4547 ]
4548 }
4549 },
4550
4551 {
4552 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHighClear",
4553 "Subsystem": "power",
4554 "ComponentID": "0x2800",
4555 "Severity": "non_error",
4556 "ActionFlags": ["report"],
4557 "EventType": "env_normal",
4558
4559 "SRC": {
4560 "ReasonCode": "0x2806",
4561 "Words6To9": {}
4562 },
4563
4564 "CalloutsUsingAD": {
4565 "ADName": "SENSOR_NAME",
4566 "CalloutsWithTheirADValues": [
4567 {
4568 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4569 "Callouts": [
4570 {
4571 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004572 {
4573 "Priority": "high",
4574 "SymbolicFRU": "ambient_temp_back"
4575 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004576 ]
4577 }
4578 ]
4579 }
4580 ]
4581 },
4582
4583 "Documentation": {
4584 "Description": "A temperature sensor is under its critical threshold.",
4585 "Message": "A temperature sensor is under its critical threshold.",
4586 "Notes": [
4587 "A temperature sensor crossed under its critical threshold value",
4588 "If it is the ambient sensor, then a symbolic FRU will be added."
4589 ]
4590 }
4591 },
4592
4593 {
Matt Spinler6b3490a2021-01-20 10:48:26 -06004594 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHigh",
4595 "Subsystem": "power",
4596 "ComponentID": "0x2800",
4597 "Severity": "predictive",
4598 "ActionFlags": ["service_action", "report"],
4599
4600 "SRC": {
4601 "ReasonCode": "0x2807",
4602 "Words6To9": {}
4603 },
4604
4605 "Callouts": [
4606 {
4607 "CalloutList": [
4608 {
Patrick Williams26919f02022-12-08 06:12:43 -06004609 "Priority": "high",
4610 "SymbolicFRU": "ambient_temp"
Matt Spinler6b3490a2021-01-20 10:48:26 -06004611 }
4612 ]
4613 }
4614 ],
4615
4616 "Documentation": {
4617 "Description": "The ambient temperature passed the EPOW3 limit.",
4618 "Message": "The ambient temperature passed the EPOW3 limit. The system will shut down if temp doesn't decrease.",
4619 "Notes": [
4620 "This error occurs when the ambient temperature surpassed",
4621 "the EPOW3 shutdown limit."
4622 ]
4623 }
4624 },
4625
4626 {
4627 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHighClear",
4628 "Subsystem": "power",
4629 "ComponentID": "0x2800",
4630 "Severity": "non_error",
4631 "ActionFlags": ["report"],
4632 "EventType": "env_normal",
4633
4634 "SRC": {
4635 "ReasonCode": "0x2808",
4636 "Words6To9": {}
4637 },
4638
4639 "Callouts": [
4640 {
4641 "CalloutList": [
4642 {
Patrick Williams26919f02022-12-08 06:12:43 -06004643 "Priority": "high",
4644 "SymbolicFRU": "ambient_temp_back"
Matt Spinler6b3490a2021-01-20 10:48:26 -06004645 }
4646 ]
4647 }
4648 ],
4649
4650 "Documentation": {
4651 "Description": "The ambient temperature is back under the EPOW3 limit.",
4652 "Message": "The ambient temperature is back under the EPOW3 limit."
4653 }
4654 },
4655
4656 {
4657 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.HardShutdownAlarmHigh",
4658 "Subsystem": "power",
4659 "ComponentID": "0x2800",
Matt Spinler6b3490a2021-01-20 10:48:26 -06004660 "ActionFlags": ["service_action", "report"],
4661
4662 "SRC": {
4663 "ReasonCode": "0x2809",
4664 "Words6To9": {}
4665 },
4666
4667 "Callouts": [
4668 {
4669 "CalloutList": [
4670 {
Patrick Williams26919f02022-12-08 06:12:43 -06004671 "Priority": "high",
4672 "SymbolicFRU": "ambient_temp"
Matt Spinler6b3490a2021-01-20 10:48:26 -06004673 }
4674 ]
4675 }
4676 ],
4677
4678 "Documentation": {
4679 "Description": "The ambient temperature passed the EPOW4 limit.",
4680 "Message": "The ambient temperature passed the EPOW4 limit. The system will shut down",
4681 "Notes": [
4682 "This error occurs when the ambient temperature surpassed",
4683 "the EPOW4 shutdown limit."
4684 ]
4685 }
4686 },
4687
4688 {
Rashmica Guptab63f75b2021-08-18 20:54:21 +10004689 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHigh",
4690 "Subsystem": "ext_env",
4691 "ComponentID": "0x2800",
4692 "Severity": "predictive",
4693 "ActionFlags": ["service_action", "report"],
4694
4695 "SRC": {
4696 "ReasonCode": "0x280A",
4697 "Words6To9": {}
4698 },
4699
4700 "CalloutsUsingAD": {
4701 "ADName": "SENSOR_NAME",
4702 "CalloutsWithTheirADValues": [
4703 {
4704 "ADValue": "/xyz/openbmc_project/sensors/altitude/Altitude",
4705 "Callouts": [
4706 {
4707 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004708 {
4709 "Priority": "high",
4710 "SymbolicFRU": "altitude"
4711 }
Rashmica Guptab63f75b2021-08-18 20:54:21 +10004712 ]
4713 }
4714 ]
4715 }
4716 ]
4717 },
4718
4719 "Documentation": {
4720 "Description": "An altitude sensor exceeded its warning threshold.",
4721 "Message": "An altitude sensor exceeded its warning threshold.",
4722 "Notes": [
4723 "The virtual altitude sensor crossed its warning threshold value",
4724 " and a symbolic FRU will be added."
4725 ]
4726 }
4727 },
4728
4729 {
4730 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHighClear",
4731 "Subsystem": "ext_env",
4732 "ComponentID": "0x2800",
4733 "Severity": "non_error",
4734 "ActionFlags": ["report"],
4735 "EventType": "env_normal",
4736
4737 "SRC": {
4738 "ReasonCode": "0x280B",
4739 "Words6To9": {}
4740 },
4741
4742 "Documentation": {
4743 "Description": "An altitude sensor is under its warning threshold.",
4744 "Message": "An altitude sensor is under its warning threshold.",
4745 "Notes": [
4746 "The virtual altitude sensor is under its warning threshold value",
4747 " and a symbolic FRU will be added."
4748 ]
4749 }
4750 },
4751
4752 {
Matt Spinler81331342021-10-05 14:09:56 -05004753 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLow",
4754 "Subsystem": "cec_tod",
4755 "ComponentID": "0x2800",
Matt Spinlerfe2a3842024-02-06 08:58:09 -06004756 "Severity": "unrecoverable",
Matt Spinler81331342021-10-05 14:09:56 -05004757 "ActionFlags": ["service_action", "report"],
4758
4759 "SRC": {
4760 "ReasonCode": "0x280C",
4761 "Words6To9": {}
4762 },
4763
Matt Spinler81331342021-10-05 14:09:56 -05004764 "Documentation": {
4765 "Description": "A voltage sensor went below its critical low threshold.",
4766 "Message": "A voltage sensor went below its critical low threshold."
4767 }
4768 },
4769
4770 {
4771 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLowClear",
4772 "Subsystem": "cec_tod",
4773 "ComponentID": "0x2800",
4774 "Severity": "non_error",
4775 "ActionFlags": ["report"],
4776
4777 "SRC": {
4778 "ReasonCode": "0x280D",
4779 "Words6To9": {}
4780 },
4781
4782 "Documentation": {
4783 "Description": "A voltage sensor is over its critical low threshold.",
4784 "Message": "A voltage sensor is over its critical low threshold."
4785 }
4786 },
4787
4788 {
Matt Spinler1e792db2022-01-07 14:06:06 -06004789 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLow",
4790 "Subsystem": "power",
4791 "ComponentID": "0x2800",
4792 "Severity": "predictive",
4793 "ActionFlags": ["service_action", "report"],
4794
4795 "SRC": {
4796 "ReasonCode": "0x280E",
4797 "Words6To9": {}
4798 },
4799
4800 "Documentation": {
4801 "Description": "A temperature sensor is under its low warning threshold.",
4802 "Message": "A temperature sensor is under its low warning threshold.",
4803 "Notes": [
4804 "A temperature sensor crossed its low warning threshold value",
4805 "CALLOUT_INVENTORY_PATH will be passed in to add a FRU callout."
4806 ]
4807 }
4808 },
4809
4810 {
4811 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLowClear",
4812 "Subsystem": "power",
4813 "ComponentID": "0x2800",
4814 "Severity": "non_error",
4815 "ActionFlags": ["report"],
4816 "EventType": "env_normal",
4817
4818 "SRC": {
4819 "ReasonCode": "0x280F",
4820 "Words6To9": {}
4821 },
4822
4823 "Documentation": {
4824 "Description": "A temperature sensor is above its low warning threshold.",
4825 "Message": "A temperature sensor is above its low warning threshold.",
4826 "Notes": [
4827 "A temperature sensor crossed above its low warning threshold value."
4828 ]
4829 }
4830 },
4831
4832 {
4833 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalLow",
4834 "Subsystem": "power",
4835 "ComponentID": "0x2800",
Matt Spinlerfe2a3842024-02-06 08:58:09 -06004836 "Severity": "unrecoverable",
Matt Spinler1e792db2022-01-07 14:06:06 -06004837 "ActionFlags": ["service_action", "report"],
4838
4839 "SRC": {
4840 "ReasonCode": "0x2810",
4841 "Words6To9": {}
4842 },
4843
4844 "Documentation": {
4845 "Description": "A temperature sensor is under its low critical threshold.",
4846 "Message": "A temperature sensor is under its low critical threshold.",
4847 "Notes": [
4848 "A temperature sensor crossed its low critical threshold value",
4849 "CALLOUT_INVENTORY_PATH will be passed in to add a FRU callout."
4850 ]
4851 }
4852 },
4853
4854 {
4855 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalLowClear",
4856 "Subsystem": "power",
4857 "ComponentID": "0x2800",
4858 "Severity": "non_error",
4859 "ActionFlags": ["report"],
4860 "EventType": "env_normal",
4861
4862 "SRC": {
4863 "ReasonCode": "0x2811",
4864 "Words6To9": {}
4865 },
4866
4867 "Documentation": {
4868 "Description": "A temperature sensor is over its low critical threshold.",
4869 "Message": "A temperature sensor is over its low critical threshold.",
4870 "Notes": [
4871 "A temperature sensor crossed above its critical threshold value"
4872 ]
4873 }
4874 },
4875
4876 {
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004877 "Name": "com.ibm.VPD.Error.InvalidEepromPath",
4878 "Subsystem": "cec_vpd",
4879 "ComponentID": "0x4000",
4880
4881 "SRC": {
4882 "ReasonCode": "0x4000",
Patrick Williams26919f02022-12-08 06:12:43 -06004883 "Words6To9": {
4884 "6": {
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004885 "Description": "Errno of the failure.",
4886 "AdditionalDataPropSource": "CALLOUT_ERRNO"
4887 }
4888 }
4889 },
4890
4891 "Documentation": {
Michael Limb264f062022-03-29 16:25:33 -05004892 "Description": "A path access error occurred",
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004893 "Message": "An EEPROM path access error occurred.",
4894 "Notes": [
4895 "This error occurs when parser is unable to access",
4896 "EEPROM path. Errno and device path are captured as",
4897 "additional data."
4898 ]
4899 }
4900 },
4901
4902 {
4903 "Name": "com.ibm.VPD.Error.InvalidVPD",
4904 "Subsystem": "cec_vpd",
4905 "ComponentID": "0x4000",
4906
4907 "SRC": {
4908 "ReasonCode": "0x4001",
Patrick Williams26919f02022-12-08 06:12:43 -06004909 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004910 },
4911
4912 "Documentation": {
4913 "Description": "Invalid VPD data.",
4914 "Message": "A VPD data exception occurred.",
4915 "Notes": [
4916 "This error occurs when VPD data is found to be",
4917 "invalid. This can be when VPD file is missing out",
4918 "mandatory records.Inventory path is captured in",
4919 "additional data."
4920 ]
4921 }
4922 },
4923
4924 {
4925 "Name": "com.ibm.VPD.Error.EccCheckFailed",
4926 "Subsystem": "cec_vpd",
4927 "ComponentID": "0x4000",
4928
4929 "SRC": {
4930 "ReasonCode": "0x4002",
Patrick Williams26919f02022-12-08 06:12:43 -06004931 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004932 },
4933
4934 "Documentation": {
4935 "Description": "Invalid VPD ecc data.",
4936 "Message": "A VPD ecc exception occurred.",
4937 "Notes": [
4938 "This error occurs when VPD ecc check fails for the FRU.",
4939 "Inventory path for the failed FRU is captured in additonal",
4940 "data."
4941 ]
4942 }
4943 },
4944
4945 {
4946 "Name": "com.ibm.VPD.Error.InvalidJson",
4947 "Subsystem": "cec_vpd",
4948 "ComponentID": "0x4000",
4949
4950 "SRC": {
4951 "ReasonCode": "0x4003",
Patrick Williams26919f02022-12-08 06:12:43 -06004952 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004953 },
4954
Matt Spinler834f3ed2022-01-26 16:18:02 -06004955 "Callouts": [
4956 {
4957 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06004958 { "Priority": "high", "Procedure": "BMC0001" }
Matt Spinler834f3ed2022-01-26 16:18:02 -06004959 ]
4960 }
4961 ],
4962
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004963 "Documentation": {
4964 "Description": "Invalid Json",
4965 "Message": "A Json failure occurred.",
4966 "Notes": [
4967 "This error occurs when parser fails to access",
4968 "Json file or there is any issue with Json data.",
4969 "Failed Json path and cause of failure is captured",
4970 "in additional data."
4971 ]
4972 }
4973 },
4974
4975 {
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06004976 "Name": "com.ibm.VPD.Error.DefaultValue",
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004977 "Subsystem": "cec_vpd",
4978 "ComponentID": "0x4000",
4979
4980 "SRC": {
4981 "ReasonCode": "0x4004",
Patrick Williams26919f02022-12-08 06:12:43 -06004982 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004983 },
4984
Priyanga Ramasamy134e1e12022-12-02 07:03:39 -06004985 "Callouts": [
4986 {
4987 "CalloutList": [
4988 {
4989 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06004990 "Procedure": "BMC0007"
Priyanga Ramasamy134e1e12022-12-02 07:03:39 -06004991 }
4992 ]
4993 }
4994 ],
4995
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004996 "Documentation": {
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06004997 "Description": "Default value found on VPD.",
4998 "Message": "Found default VPD.",
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004999 "Notes": [
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005000 "This error occurs when a default value found on VPD.",
5001 "Details regarding failure are captured in additional data."
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005002 ]
5003 }
5004 },
5005
5006 {
5007 "Name": "com.ibm.VPD.Error.DbusFailure",
5008 "Subsystem": "cec_vpd",
5009 "ComponentID": "0x4000",
5010
5011 "SRC": {
5012 "ReasonCode": "0x4005",
Patrick Williams26919f02022-12-08 06:12:43 -06005013 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005014 },
5015
Matt Spinler834f3ed2022-01-26 16:18:02 -06005016 "Callouts": [
5017 {
5018 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005019 { "Priority": "high", "Procedure": "BMC0001" }
Matt Spinler834f3ed2022-01-26 16:18:02 -06005020 ]
5021 }
5022 ],
5023
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005024 "Documentation": {
5025 "Description": "Dbus exception",
5026 "Message": "A Dbus internal error occurred.",
5027 "Notes": [
5028 "This error occurs when Dbus operation fails.",
5029 "Exceptions details are captured in additonal",
5030 "data."
5031 ]
5032 }
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005033 },
5034
5035 {
Alpana Kumari081cfd42021-12-07 04:14:57 -06005036 "Name": "com.ibm.VPD.Error.UnknownSystemType",
5037 "Subsystem": "cec_vpd",
5038 "ComponentID": "0x4000",
5039
5040 "SRC": {
5041 "ReasonCode": "0x4006",
Patrick Williams26919f02022-12-08 06:12:43 -06005042 "Words6To9": {}
Alpana Kumari081cfd42021-12-07 04:14:57 -06005043 },
5044
5045 "Callouts": [
5046 {
Patrick Williams26919f02022-12-08 06:12:43 -06005047 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Alpana Kumari081cfd42021-12-07 04:14:57 -06005048 }
5049 ],
5050
5051 "Documentation": {
5052 "Description": "Unknown System Type",
5053 "Message": "System type not supported in DTB table.",
5054 "Notes": [
5055 "System type comes from combination of HW and IM value of system VPD.",
5056 "If anything gets changed in that combination, then it can't determine",
5057 "the appropriate DTB for that system. Need to check HW and IM keywords."
5058 ]
5059 }
5060 },
5061
5062 {
Alpana Kumari074ec5b2022-02-20 22:48:57 -06005063 "Name": "com.ibm.VPD.Error.GPIOError",
5064 "Subsystem": "cec_vpd",
5065 "ComponentID": "0x4000",
5066
5067 "SRC": {
5068 "ReasonCode": "0x4007",
Patrick Williams26919f02022-12-08 06:12:43 -06005069 "Words6To9": {}
Alpana Kumari074ec5b2022-02-20 22:48:57 -06005070 },
5071
Sunny Srivastava17586b42022-06-20 01:06:58 -05005072 "Callouts": [
5073 {
5074 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005075 { "Priority": "high", "Procedure": "BMC0001" }
Sunny Srivastava17586b42022-06-20 01:06:58 -05005076 ]
5077 }
5078 ],
5079
Alpana Kumari074ec5b2022-02-20 22:48:57 -06005080 "Documentation": {
5081 "Description": "GPIO line error",
5082 "Message": "GPIO line couldn't be found or read.",
5083 "Notes": [
Sunny Srivastava17586b42022-06-20 01:06:58 -05005084 "The BMC could not access a GPIO line. This can be a hardware issue",
5085 " or driver issue. Since a hardware or a software issue cannot be",
5086 " differentiated, the BMC code will be called out."
Alpana Kumari074ec5b2022-02-20 22:48:57 -06005087 ]
5088 }
5089 },
5090
5091 {
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005092 "Name": "com.ibm.VPD.Error.Mismatch",
Sunny Srivastavad29837f2022-04-20 01:37:07 -05005093 "Subsystem": "cec_vpd",
5094 "ComponentID": "0x4000",
5095
5096 "SRC": {
5097 "ReasonCode": "0x4008",
Patrick Williams26919f02022-12-08 06:12:43 -06005098 "Words6To9": {}
Sunny Srivastavad29837f2022-04-20 01:37:07 -05005099 },
5100
5101 "Callouts": [
5102 {
5103 "CalloutList": [
Priyanga Ramasamy134e1e12022-12-02 07:03:39 -06005104 {
5105 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06005106 "Procedure": "BMC0007"
Priyanga Ramasamy134e1e12022-12-02 07:03:39 -06005107 }
Sunny Srivastavad29837f2022-04-20 01:37:07 -05005108 ]
5109 }
5110 ],
5111
5112 "Documentation": {
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005113 "Description": "VPD mismatch found between primary and backup",
5114 "Message": "Error occurred due to VPD mismatch between primary and backup.",
Sunny Srivastavad29837f2022-04-20 01:37:07 -05005115 "Notes": [
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005116 "This error occurs when there is a data mismatch between ",
5117 "primary and backup VPD.",
5118 "Details regarding the failure are captured in additional data."
Sunny Srivastavad29837f2022-04-20 01:37:07 -05005119 ]
5120 }
5121 },
5122
5123 {
Sunny Srivastava17586b42022-06-20 01:06:58 -05005124 "Name": "com.ibm.VPD.Error.RequiredFRUMissing",
5125 "Subsystem": "cec_vpd",
5126 "ComponentID": "0x4000",
5127
5128 "SRC": {
5129 "ReasonCode": "0x4009",
Patrick Williams26919f02022-12-08 06:12:43 -06005130 "Words6To9": {}
Sunny Srivastava17586b42022-06-20 01:06:58 -05005131 },
5132
5133 "Documentation": {
5134 "Description": "Essential FRU check.",
5135 "Message": "Essential FRU check failed",
5136 "Notes": [
5137 "This error occurs when VPD manager service detects any",
5138 "missing essential FRU. These are FRUs which are required",
5139 "to be present in the system at the time of power on.",
5140 "The inventory path is captured in additional data."
5141 ]
5142 }
5143 },
5144
5145 {
gikrish1c0cc7ec2022-02-24 12:40:51 -06005146 "Name": "com.ibm.Panel.Error.InputDevPathFailure",
5147 "Subsystem": "cec_op_panel",
5148 "ComponentID": "0x5000",
5149
5150 "SRC": {
5151 "ReasonCode": "0x5001",
5152 "Words6To9": {}
5153 },
5154
5155 "Documentation": {
5156 "Description": "Button Handler Failure",
5157 "Message": "Input Device path failure",
Patrick Williams26919f02022-12-08 06:12:43 -06005158 "Notes": ["Button events will not be processed."]
gikrish1c0cc7ec2022-02-24 12:40:51 -06005159 }
5160 },
5161
5162 {
5163 "Name": "com.ibm.Panel.Error.I2CSetupFailure",
5164 "Subsystem": "cec_op_panel",
5165 "ComponentID": "0x5000",
5166
5167 "SRC": {
5168 "ReasonCode": "0x5002",
5169 "Words6To9": {}
5170 },
5171
5172 "Documentation": {
5173 "Description": "Panel I2C setup failure",
5174 "Message": "Unable to open device path or ioctl failure",
5175 "Notes": [
5176 "The Panel is unable to open device",
5177 " path or ioctl failure"
5178 ]
5179 }
5180 },
5181
5182 {
5183 "Name": "com.ibm.Panel.Error.HostCommunicationError",
5184 "Subsystem": "cec_op_panel",
5185 "ComponentID": "0x5000",
5186
5187 "SRC": {
5188 "ReasonCode": "0x5003",
5189 "Words6To9": {}
5190 },
5191
Patrick Williams26919f02022-12-08 06:12:43 -06005192 "Callouts": [
5193 {
5194 "CalloutList": [
5195 {
5196 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06005197 "Procedure": "BMC0001"
Patrick Williams26919f02022-12-08 06:12:43 -06005198 }
5199 ]
5200 }
5201 ],
gikrish1c0cc7ec2022-02-24 12:40:51 -06005202
5203 "Documentation": {
5204 "Description": "Host Communication failure",
5205 "Message": "Error in sending message to host",
Patrick Williams26919f02022-12-08 06:12:43 -06005206 "Notes": ["Failure from PLDM sending message to", "Host"]
gikrish1c0cc7ec2022-02-24 12:40:51 -06005207 }
5208 },
5209
5210 {
5211 "Name": "com.ibm.Panel.Error.DbusError",
5212 "Subsystem": "cec_op_panel",
5213 "ComponentID": "0x5000",
5214
5215 "SRC": {
5216 "ReasonCode": "0x5004",
5217 "Words6To9": {}
5218 },
5219
Patrick Williams26919f02022-12-08 06:12:43 -06005220 "Callouts": [
5221 {
5222 "CalloutList": [
5223 {
5224 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06005225 "Procedure": "BMC0001"
Patrick Williams26919f02022-12-08 06:12:43 -06005226 }
5227 ]
5228 }
5229 ],
gikrish1c0cc7ec2022-02-24 12:40:51 -06005230
5231 "Documentation": {
5232 "Description": "Dbus exception",
5233 "Message": "A Dbus internal error occurred.",
5234 "Notes": [
5235 "This error occurs when Dbus operation fails.",
5236 "Exceptions details are captured in additional",
5237 "data."
5238 ]
5239 }
5240 },
5241
5242 {
Priyanga Ramasamy3aa27082022-08-24 06:34:38 -05005243 "Name": "com.ibm.Panel.Error.CodeUpdateFailure",
5244 "Subsystem": "cec_op_panel",
5245 "ComponentID": "0x5000",
5246
5247 "SRC": {
5248 "ReasonCode": "0x5005",
5249 "Words6To9": {}
5250 },
5251
5252 "Documentation": {
5253 "Description": "LCD/Bootfail PIC code update failure.",
5254 "Message": "Error while doing LCD/bootfail PIC code update.",
5255 "Notes": [
Priyanga Ramasamyfdd1dc02022-09-21 02:41:32 -05005256 "Panel firmware(LCD/bootfail PIC) update fails due to ",
5257 "unsupportable firmware version. Inventory path to the",
5258 "FRU on which PIC controller is physically present will",
5259 "be called out."
Priyanga Ramasamy3aa27082022-08-24 06:34:38 -05005260 ]
5261 }
5262 },
5263
5264 {
deepae3403252023-04-25 04:55:54 -05005265 "Name": "org.open_power.Host.Boot.Error.WatchdogTimedOut",
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005266 "Subsystem": "cec_sp_hostboot_iface",
Andrew Geisslerc31afd62023-11-13 11:05:45 -06005267 "ComponentID": "0xC100",
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005268
Patrick Williams26919f02022-12-08 06:12:43 -06005269 "SRC": {
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005270 "ReasonCode": "0xC101",
Patrick Williams26919f02022-12-08 06:12:43 -06005271 "Words6To9": {}
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005272 },
5273
Patrick Williams26919f02022-12-08 06:12:43 -06005274 "Documentation": {
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005275 "Description": "Host did not respond within the watchdog timeout interval",
5276 "Message": "Host did not respond before the watchdog timeout interval expired",
5277 "Notes": [
5278 "Host did not respond before the expiry of the watchdog timeout interval.",
5279 "Collecting hostboot dump."
5280 ]
5281 }
zamiseckbf61a982022-01-13 08:27:50 -06005282 },
5283
5284 {
Andrew Geissler2abca8f2023-11-13 11:12:21 -06005285 "Name": "xyz.openbmc_project.Dump.Error.Ramoops",
5286 "Subsystem": "bmc_firmware",
5287 "ComponentID": "0xC200",
5288
5289 "SRC": {
5290 "ReasonCode": "0xC201",
5291 "Words6To9": {}
5292 },
5293
5294 "Callouts": [
5295 {
5296 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005297 { "Priority": "high", "Procedure": "BMC0001" }
Andrew Geissler2abca8f2023-11-13 11:12:21 -06005298 ]
5299 }
5300 ],
5301
5302 "Documentation": {
5303 "Description": "BMC rebooted unexpectedly due to kernel panic",
5304 "Message": "BMC rebooted unexpectedly resulting in a ramoops dump being collected",
5305 "Notes": [
5306 "Investigate the collected BMC dump to identify the reason for the BMC reboot."
5307 ]
5308 }
5309 },
5310
5311 {
zamiseckbf61a982022-01-13 08:27:50 -06005312 "Name": "xyz.openbmc_project.Software.Version.Error.Incompatible",
5313 "Subsystem": "bmc_firmware",
5314 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005315 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005316 "ReasonCode": "0x3601",
Patrick Williams26919f02022-12-08 06:12:43 -06005317 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005318 },
5319
5320 "Callouts": [
5321 {
5322 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005323 { "Priority": "high", "Procedure": "BMC0001" }
zamiseckbf61a982022-01-13 08:27:50 -06005324 ]
5325 }
5326 ],
5327
Patrick Williams26919f02022-12-08 06:12:43 -06005328 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005329 "Description": "A system component has a software version that is incompatible.",
5330 "Message": "A system component has a software version that is incompatible."
5331 }
5332 },
5333
5334 {
5335 "Name": "xyz.openbmc_project.Software.Version.Error.AlreadyExists",
5336 "Subsystem": "bmc_firmware",
5337 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005338 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005339 "ReasonCode": "0x3602",
Patrick Williams26919f02022-12-08 06:12:43 -06005340 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005341 },
5342
5343 "Callouts": [
5344 {
5345 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005346 { "Priority": "high", "Procedure": "BMC0001" }
zamiseckbf61a982022-01-13 08:27:50 -06005347 ]
5348 }
5349 ],
5350
Patrick Williams26919f02022-12-08 06:12:43 -06005351 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005352 "Description": "This image version already exists on the device.",
5353 "Message": "This image version already exists on the device."
5354 }
5355 },
5356
5357 {
5358 "Name": "xyz.openbmc_project.Software.Image.Error.UnTarFailure",
5359 "Subsystem": "bmc_firmware",
5360 "ComponentID": "0x3600",
Adriana Kobylak7ef3b9e2023-01-04 13:20:36 -06005361 "ActionFlags": ["report"],
Patrick Williams26919f02022-12-08 06:12:43 -06005362 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005363 "ReasonCode": "0x3603",
Patrick Williams26919f02022-12-08 06:12:43 -06005364 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005365 },
5366
5367 "Callouts": [
5368 {
5369 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005370 { "Priority": "high", "Procedure": "BMC0001" }
zamiseckbf61a982022-01-13 08:27:50 -06005371 ]
5372 }
5373 ],
5374
Patrick Williams26919f02022-12-08 06:12:43 -06005375 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005376 "Description": "An error occurred during untar.",
5377 "Message": "An error occurred during untar."
5378 }
5379 },
5380
5381 {
5382 "Name": "xyz.openbmc_project.Software.Image.Error.ManifestFileFailure",
5383 "Subsystem": "bmc_firmware",
5384 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005385 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005386 "ReasonCode": "0x3604",
Patrick Williams26919f02022-12-08 06:12:43 -06005387 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005388 },
5389
5390 "Callouts": [
5391 {
5392 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005393 { "Priority": "high", "Procedure": "BMC0001" }
zamiseckbf61a982022-01-13 08:27:50 -06005394 ]
5395 }
5396 ],
5397
Patrick Williams26919f02022-12-08 06:12:43 -06005398 "Documentation": {
zamiseck21de9f02022-03-23 13:41:31 -05005399 "Description": "An error occurred when reading the software image Manifest file.",
5400 "Message": "An error occurred when reading the software image Manifest file."
zamiseckbf61a982022-01-13 08:27:50 -06005401 }
5402 },
5403
5404 {
5405 "Name": "xyz.openbmc_project.Software.Image.Error.InternalFailure",
5406 "Subsystem": "bmc_firmware",
5407 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005408 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005409 "ReasonCode": "0x3605",
Patrick Williams26919f02022-12-08 06:12:43 -06005410 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005411 },
5412
5413 "Callouts": [
5414 {
5415 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005416 { "Priority": "high", "Procedure": "BMC0001" }
zamiseckbf61a982022-01-13 08:27:50 -06005417 ]
5418 }
5419 ],
5420
Patrick Williams26919f02022-12-08 06:12:43 -06005421 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005422 "Description": "The operation failed internally during processing the image.",
5423 "Message": "The operation failed internally during processing the image."
5424 }
5425 },
5426
5427 {
5428 "Name": "xyz.openbmc_project.Software.Image.Error.ImageFailure",
5429 "Subsystem": "bmc_firmware",
5430 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005431 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005432 "ReasonCode": "0x3606",
Patrick Williams26919f02022-12-08 06:12:43 -06005433 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005434 },
5435
5436 "Callouts": [
5437 {
5438 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005439 { "Priority": "high", "Procedure": "BMC0001" }
zamiseckbf61a982022-01-13 08:27:50 -06005440 ]
5441 }
5442 ],
5443
Patrick Williams26919f02022-12-08 06:12:43 -06005444 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005445 "Description": "An error occurred processing the image.",
5446 "Message": "An error occurred processing the image."
5447 }
5448 },
5449
5450 {
5451 "Name": "xyz.openbmc_project.Software.Image.Error.BusyFailure",
5452 "Subsystem": "bmc_firmware",
5453 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005454 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005455 "ReasonCode": "0x3607",
Patrick Williams26919f02022-12-08 06:12:43 -06005456 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005457 },
5458
5459 "Callouts": [
5460 {
5461 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005462 { "Priority": "high", "Procedure": "BMC0001" }
zamiseckbf61a982022-01-13 08:27:50 -06005463 ]
5464 }
5465 ],
5466
Patrick Williams26919f02022-12-08 06:12:43 -06005467 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005468 "Description": "The device is busy during the update.",
5469 "Message": "The device is busy during the update."
5470 }
zamiseck21de9f02022-03-23 13:41:31 -05005471 },
5472
5473 {
5474 "Name": "xyz.openbmc_project.Software.Version.Error.ExpiredAccessKey",
5475 "Subsystem": "bmc_firmware",
5476 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005477 "SRC": {
zamiseck21de9f02022-03-23 13:41:31 -05005478 "ReasonCode": "0x3608",
Patrick Williams26919f02022-12-08 06:12:43 -06005479 "Words6To9": {}
zamiseck21de9f02022-03-23 13:41:31 -05005480 },
5481
5482 "Callouts": [
5483 {
5484 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005485 { "Priority": "high", "Procedure": "BMC0001" }
zamiseck21de9f02022-03-23 13:41:31 -05005486 ]
5487 }
5488 ],
5489
Patrick Williams26919f02022-12-08 06:12:43 -06005490 "Documentation": {
zamiseck21de9f02022-03-23 13:41:31 -05005491 "Description": "The Update Access Key has expired.",
5492 "Message": "The Update Access Key has expired."
5493 }
5494 },
5495
5496 {
5497 "Name": "xyz.openbmc_project.Software.Version.Error.InvalidSignature",
5498 "Subsystem": "bmc_firmware",
5499 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005500 "SRC": {
zamiseck21de9f02022-03-23 13:41:31 -05005501 "ReasonCode": "0x3609",
Patrick Williams26919f02022-12-08 06:12:43 -06005502 "Words6To9": {}
zamiseck21de9f02022-03-23 13:41:31 -05005503 },
5504
5505 "Callouts": [
5506 {
5507 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005508 { "Priority": "high", "Procedure": "BMC0001" }
zamiseck21de9f02022-03-23 13:41:31 -05005509 ]
5510 }
5511 ],
5512
Patrick Williams26919f02022-12-08 06:12:43 -06005513 "Documentation": {
zamiseck21de9f02022-03-23 13:41:31 -05005514 "Description": "The software image has an invalid signature.",
5515 "Message": "The software image has an invalid signature"
5516 }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005517 },
zamiseck0ad7a822022-05-24 17:25:58 -05005518
5519 {
Patrick Williams26919f02022-12-08 06:12:43 -06005520 "Name": "xyz.openbmc_project.Software.Version.Error.HostFile",
5521 "Subsystem": "bmc_firmware",
5522 "ComponentID": "0x3600",
zamiseck0ad7a822022-05-24 17:25:58 -05005523
Patrick Williams26919f02022-12-08 06:12:43 -06005524 "SRC": {
5525 "ReasonCode": "0x360A",
5526 "Words6To9": {
5527 "6": {
5528 "Description": "Size of the current running partition",
5529 "AdditionalDataPropSource": "CURRENT_FILE_SIZE"
zamiseck0ad7a822022-05-24 17:25:58 -05005530 },
Patrick Williams26919f02022-12-08 06:12:43 -06005531 "7": {
5532 "Description": "Size of the read only partition",
5533 "AdditionalDataPropSource": "EXPECTED_FILE_SIZE"
zamiseck0ad7a822022-05-24 17:25:58 -05005534 }
5535 }
5536 },
5537 "Callouts": [
5538 {
5539 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005540 { "Priority": "high", "Procedure": "BMC0001" }
zamiseck0ad7a822022-05-24 17:25:58 -05005541 ]
5542 }
5543 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005544 "Documentation": {
5545 "Description": "Corrupted or changed preserved file",
5546 "Message": "Partition was not preserved on reboot",
5547 "Notes": [
zamiseck0ad7a822022-05-24 17:25:58 -05005548 "This error may occur if one of the partitions marked",
5549 "PRESERVED is either corrupted, or a change of size is ",
5550 "desired for a particular partition."
5551 ]
5552 }
5553 },
5554
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005555 {
5556 "Name": "xyz.openbmc_project.PLDM.Error.findDumpObjPath.GetManagedObjectsFail",
5557 "Subsystem": "bmc_firmware",
5558 "ComponentID": "0x6000",
5559 "Severity": "predictive",
Patrick Williams26919f02022-12-08 06:12:43 -06005560 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005561 "ReasonCode": "0x6001",
Patrick Williams26919f02022-12-08 06:12:43 -06005562 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005563 },
5564 "Callouts": [
5565 {
5566 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005567 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005568 ]
5569 }
5570 ],
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005571
Patrick Williams26919f02022-12-08 06:12:43 -06005572 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005573 "Description": "Failed to get the requested dump object path.",
5574 "Message": "Failed to get the requested dump object path from the system."
5575 }
5576 },
5577 {
5578 "Name": "xyz.openbmc_project.PLDM.Error.newFileAvailable.NewDumpNotifyFail",
5579 "Subsystem": "bmc_firmware",
5580 "ComponentID": "0x6000",
5581 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005582 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005583 "ReasonCode": "0x6002",
Patrick Williams26919f02022-12-08 06:12:43 -06005584 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005585 },
5586 "Callouts": [
5587 {
5588 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005589 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005590 ]
5591 }
5592 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005593 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005594 "Description": "Failed to make a new dump notify request to the dump manager application.",
5595 "Message": "Failed to make a new dump notify request to the dump manager application."
5596 }
5597 },
5598 {
5599 "Name": "xyz.openbmc_project.PLDM.Error.DumpHandler.getOffloadUriFail",
5600 "Subsystem": "bmc_firmware",
5601 "ComponentID": "0x6000",
5602 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005603 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005604 "ReasonCode": "0x6003",
Patrick Williams26919f02022-12-08 06:12:43 -06005605 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005606 },
5607 "Callouts": [
5608 {
5609 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005610 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005611 ]
5612 }
5613 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005614 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005615 "Description": "Failed to get the dump offload URI path from the dump entry.",
5616 "Message": "Failed to get the dump offload URI path from the dump entry."
5617 }
5618 },
5619 {
5620 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.ResourceDumpFileAckFail",
5621 "Subsystem": "bmc_firmware",
5622 "ComponentID": "0x6000",
5623 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -06005624 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005625 "ReasonCode": "0x6004",
Patrick Williams26919f02022-12-08 06:12:43 -06005626 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005627 },
5628 "Callouts": [
5629 {
5630 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005631 { "Priority": "medium", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005632 ]
5633 }
5634 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005635 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005636 "Description": "The hypervisor rejected the request to initiate a new resource dump.",
5637 "Message": "The hypervisor rejected the request to initiate a new resource dump."
5638 }
5639 },
5640 {
5641 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.SourceDumpIdResetFail",
5642 "Subsystem": "bmc_firmware",
5643 "ComponentID": "0x6000",
5644 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005645 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005646 "ReasonCode": "0x6005",
Patrick Williams26919f02022-12-08 06:12:43 -06005647 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005648 },
5649 "Callouts": [
5650 {
5651 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005652 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005653 ]
5654 }
5655 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005656 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005657 "Description": "Failed to reset the dump ID, due to this requested dump will not be deleted.",
5658 "Message": "Failed to reset the dump ID, due to this requested dump will not be deleted."
5659 }
5660 },
5661 {
5662 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryDeleteFail",
5663 "Subsystem": "bmc_firmware",
5664 "ComponentID": "0x6000",
5665 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005666 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005667 "ReasonCode": "0x6006",
Patrick Williams26919f02022-12-08 06:12:43 -06005668 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005669 },
5670 "Callouts": [
5671 {
5672 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005673 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005674 ]
5675 }
5676 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005677 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005678 "Description": "Failed to carry out the dump delete request from the hypervisor.",
5679 "Message": "Failed to carry out the dump delete request from the hypervisor."
5680 }
5681 },
5682 {
5683 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryOffloadedSetFail",
5684 "Subsystem": "bmc_firmware",
5685 "ComponentID": "0x6000",
5686 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005687 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005688 "ReasonCode": "0x6007",
Patrick Williams26919f02022-12-08 06:12:43 -06005689 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005690 },
5691 "Callouts": [
5692 {
5693 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005694 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005695 ]
5696 }
5697 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005698 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005699 "Description": "Failed to set the dump offloaded completion flag in the dump entry.",
5700 "Message": "Failed to set the dump offloaded completion flag in the dump entry."
5701 }
5702 },
5703 {
5704 "Name": "xyz.openbmc_project.PLDM.Error.readIntoMemory.GetFilepathFail",
5705 "Subsystem": "bmc_firmware",
5706 "ComponentID": "0x6000",
5707 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005708 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005709 "ReasonCode": "0x6008",
Patrick Williams26919f02022-12-08 06:12:43 -06005710 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005711 },
5712 "Callouts": [
5713 {
5714 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005715 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005716 ]
5717 }
5718 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005719 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005720 "Description": "Failed to get the file path for the BMC dump and offload to the hypervisor.",
5721 "Message": "Failed to get the file path for the BMC dump and offload to the hypervisor."
5722 }
5723 },
5724 {
5725 "Name": "xyz.openbmc_project.PLDM.Error.read.GetFilepathFail",
5726 "Subsystem": "bmc_firmware",
5727 "ComponentID": "0x6000",
5728 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005729 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005730 "ReasonCode": "0x6009",
Patrick Williams26919f02022-12-08 06:12:43 -06005731 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005732 },
5733 "Callouts": [
5734 {
5735 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005736 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005737 ]
5738 }
5739 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005740 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005741 "Description": "Failed to get the file path for the BMC dump and offload to the hypervisor.",
5742 "Message": "Failed to get the file path for the BMC dump and offload to the hypervisor."
5743 }
5744 },
5745 {
5746 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.ResourceDumpFileAckWithMetaDataFail",
5747 "Subsystem": "bmc_firmware",
5748 "ComponentID": "0x6000",
5749 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -06005750 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005751 "ReasonCode": "0x6010",
Patrick Williams26919f02022-12-08 06:12:43 -06005752 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005753 },
5754 "Callouts": [
5755 {
5756 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005757 { "Priority": "medium", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005758 ]
5759 }
5760 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005761 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005762 "Description": "Could not create a new resource dump due to hypervisor verification failed.",
5763 "Message": "Could not create a new resource dump due to hypervisor verification failed."
5764 }
5765 },
5766 {
5767 "Name": "xyz.openbmc_project.PLDM.Error.fileAckWithMetaData.DumpEntryOffloadedSetFail",
5768 "Subsystem": "bmc_firmware",
5769 "ComponentID": "0x6000",
5770 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005771 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005772 "ReasonCode": "0x6011",
Patrick Williams26919f02022-12-08 06:12:43 -06005773 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005774 },
5775 "Callouts": [
5776 {
5777 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005778 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005779 ]
5780 }
5781 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005782 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005783 "Description": "Failed to set the dump offload completion flag in the dump entry details.",
5784 "Message": "Failed to set the dump offload completion flag in the dump entry details."
5785 }
5786 },
5787 {
5788 "Name": "xyz.openbmc_project.PLDM.Error.newFileAvailableWithMetaData.NewDumpNotifyFail",
5789 "Subsystem": "bmc_firmware",
5790 "ComponentID": "0x6000",
5791 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005792 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005793 "ReasonCode": "0x6012",
Patrick Williams26919f02022-12-08 06:12:43 -06005794 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005795 },
5796 "Callouts": [
5797 {
5798 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005799 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005800 ]
5801 }
5802 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005803 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005804 "Description": "Failed to notify a new dump available request.",
5805 "Message": "Failed to notify a new dump available request."
5806 }
5807 },
5808 {
5809 "Name": "xyz.openbmc_project.PLDM.Error.sendNewFileAvailableCmd.SendDumpParametersFail",
5810 "Subsystem": "bmc_firmware",
5811 "ComponentID": "0x6000",
5812 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005813 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005814 "ReasonCode": "0x6013",
Patrick Williams26919f02022-12-08 06:12:43 -06005815 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005816 },
5817 "Callouts": [
5818 {
5819 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005820 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005821 ]
5822 }
5823 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005824 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005825 "Description": "Failed to send the resource dump parameters for a new dump initiation.",
5826 "Message": "Failed to send the resource dump parameters for a new dump initiation."
5827 }
5828 },
5829 {
5830 "Name": "xyz.openbmc_project.PLDM.Error.SendFileToHostFail",
5831 "Subsystem": "bmc_firmware",
5832 "ComponentID": "0x6000",
5833 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005834 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005835 "ReasonCode": "0x6014",
Patrick Williams26919f02022-12-08 06:12:43 -06005836 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005837 },
5838 "Callouts": [
5839 {
5840 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005841 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005842 ]
5843 }
5844 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005845 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005846 "Description": "Failed to send the certificate/license file to the host.",
5847 "Message": "Failed to send the certificate/license file to the host."
5848 }
5849 },
5850 {
5851 "Name": "xyz.openbmc_project.PLDM.Error.DecodeNewFileResponseFail",
5852 "Subsystem": "bmc_firmware",
5853 "ComponentID": "0x6000",
5854 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005855 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005856 "ReasonCode": "0x6015",
Patrick Williams26919f02022-12-08 06:12:43 -06005857 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005858 },
5859 "Callouts": [
5860 {
5861 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005862 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005863 ]
5864 }
5865 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005866 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005867 "Description": "Failed to decode the response of certificate/license file sent to the host.",
5868 "Message": "Failed to decode the response of certificate/license file sent to the host."
5869 }
5870 },
5871 {
5872 "Name": "xyz.openbmc_project.PLDM.Error.NewFileAvailableRequestFail",
5873 "Subsystem": "bmc_firmware",
5874 "ComponentID": "0x6000",
5875 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005876 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005877 "ReasonCode": "0x6016",
Patrick Williams26919f02022-12-08 06:12:43 -06005878 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005879 },
5880 "Callouts": [
5881 {
5882 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005883 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005884 ]
5885 }
5886 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005887 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005888 "Description": "Failed to send the new certificate/license file to the host.",
5889 "Message": "Failed to send the new certificate/license file to the host."
5890 }
5891 },
5892 {
5893 "Name": "xyz.openbmc_project.PLDM.Error.SetHostEffecterFailed",
5894 "Subsystem": "bmc_firmware",
5895 "ComponentID": "0x6000",
Riya Dixite8026672024-05-13 02:50:31 -05005896 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -06005897 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005898 "ReasonCode": "0x6017",
Patrick Williams26919f02022-12-08 06:12:43 -06005899 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005900 },
5901
5902 "Callouts": [
5903 {
5904 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005905 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005906 ]
5907 }
5908 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005909 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005910 "Description": "Failed to set state effecter states.",
5911 "Message": "Failed to set state effecter states."
5912 }
5913 },
5914 {
5915 "Name": "xyz.openbmc_project.PLDM.Error.Generate.PDRJsonFileParseFail",
5916 "Subsystem": "bmc_firmware",
5917 "ComponentID": "0x6000",
5918 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005919 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005920 "ReasonCode": "0x6018",
Patrick Williams26919f02022-12-08 06:12:43 -06005921 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005922 },
5923 "Callouts": [
5924 {
5925 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005926 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005927 ]
5928 }
5929 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005930 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005931 "Description": "Failed to parse PDR JSON file.",
5932 "Message": "Failed to parse PDR JSON file."
5933 }
5934 },
5935 {
5936 "Name": "xyz.openbmc_project.PLDM.Error.SetHostSensorState.GetStateSensorPDRFail",
5937 "Subsystem": "bmc_firmware",
5938 "ComponentID": "0x6000",
5939 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005940 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005941 "ReasonCode": "0x6019",
Patrick Williams26919f02022-12-08 06:12:43 -06005942 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005943 },
5944 "Callouts": [
5945 {
5946 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005947 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005948 ]
5949 }
5950 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005951 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005952 "Description": "Failed to get state sensor PDR state.",
5953 "Message": "Failed to get state sensor PDR state."
5954 }
5955 },
5956 {
5957 "Name": "xyz.openbmc_project.PLDM.Error.SetHostSensorState.EncodeStateSensorFail",
5958 "Subsystem": "bmc_firmware",
5959 "ComponentID": "0x6000",
5960 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005961 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005962 "ReasonCode": "0x6020",
Patrick Williams26919f02022-12-08 06:12:43 -06005963 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005964 },
5965 "Callouts": [
5966 {
5967 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005968 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005969 ]
5970 }
5971 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005972 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005973 "Description": "Failed to encode state sensor request.",
5974 "Message": "Failed to encode state sensor request."
5975 }
5976 },
5977 {
5978 "Name": "xyz.openbmc_project.PLDM.Error.CMsubscribeFailure",
5979 "Subsystem": "bmc_firmware",
5980 "ComponentID": "0x6000",
5981 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005982 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005983 "ReasonCode": "0x6021",
Patrick Williams26919f02022-12-08 06:12:43 -06005984 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005985 },
5986 "Callouts": [
5987 {
5988 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005989 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005990 ]
5991 }
5992 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005993 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005994 "Description": "Failed to subscribe for concurrent maintenance of FRU.",
5995 "Message": "Failed to subscribe for concurrent maintenance of FRU."
5996 }
5997 },
5998 {
5999 "Name": "xyz.openbmc_project.PLDM.Error.setSurvTimer.RecvSurveillancePingFail",
6000 "Subsystem": "bmc_firmware",
6001 "ComponentID": "0x6000",
6002 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -06006003 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006004 "ReasonCode": "0x6022",
Patrick Williams26919f02022-12-08 06:12:43 -06006005 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006006 },
6007 "Callouts": [
6008 {
6009 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06006010 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006011 ]
6012 }
6013 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006014 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006015 "Description": "Host did not send a surveillance ping within stipulated timeout interval.",
6016 "Message": "Host did not send a surveillance ping within stipulated timeout interval."
6017 }
6018 },
6019 {
6020 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryOffloadUriSetFail",
6021 "Subsystem": "bmc_firmware",
6022 "ComponentID": "0x6000",
6023 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006024 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006025 "ReasonCode": "0x6023",
Patrick Williams26919f02022-12-08 06:12:43 -06006026 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006027 },
6028 "Callouts": [
6029 {
6030 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06006031 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006032 ]
6033 }
6034 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006035 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006036 "Description": "Failed to reset the dump offload URI path from the dump entry.",
6037 "Message": "Failed to reset the dump offload URI path from the dump entry."
6038 }
6039 },
6040 {
6041 "Name": "xyz.openbmc_project.PLDM.Error.SoftPowerOff.HostSoftOffTimeOut",
6042 "Subsystem": "bmc_firmware",
6043 "ComponentID": "0x6000",
6044 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006045 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006046 "ReasonCode": "0x6024",
Patrick Williams26919f02022-12-08 06:12:43 -06006047 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006048 },
6049 "Callouts": [
6050 {
6051 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06006052 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006053 ]
6054 }
6055 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006056 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006057 "Description": "Host failed to complete the power off gracefully within the timeout.",
6058 "Message": "Host failed to complete the power off gracefully within the timeout."
6059 }
Swarnendu Roy Chowdhury86cdcd52023-01-17 11:17:12 +05306060 },
6061 {
6062 "Name": "xyz.openbmc_project.Dump.Error.Invalidate",
6063 "Subsystem": "bmc_firmware",
6064 "ComponentID": "0x6000",
6065 "SRC": {
6066 "ReasonCode": "0x6025",
6067 "Words6To9": {}
6068 },
6069 "Documentation": {
6070 "Description": "Dump has been deleted/offloaded",
6071 "Message": "BMC/System/Resource dump has been deleted/offloaded"
6072 }
Lakshmi Yadlapati36a82eb2023-06-22 16:38:11 -05006073 },
6074 {
Riya Dixit1763a842024-06-12 10:35:34 -05006075 "Name": "xyz.openbmc_project.PLDM.Error.GetPDR.PDRExchangeFailure",
6076 "Subsystem": "bmc_firmware",
6077 "ComponentID": "0x6000",
6078 "Severity": "unrecoverable",
6079 "SRC": {
6080 "ReasonCode": "0x6026",
6081 "Words6To9": {}
6082 },
6083 "Callouts": [
6084 {
6085 "CalloutList": [
6086 { "Priority": "high", "Procedure": "BMC0001" }
6087 ]
6088 }
6089 ],
6090 "Documentation": {
6091 "Description": "Failed to collect PDR from Host within the timeout of BMC PDR Exchange.",
6092 "Message": "Failed to collect PDR from Host within the timeout of BMC PDR Exchange."
6093 }
6094 },
6095 {
Lakshmi Yadlapati36a82eb2023-06-22 16:38:11 -05006096 "Name": "xyz.openbmc_project.Memory.MemoryECC.Error.CEThresholdReached",
6097 "Subsystem": "cec_hardware",
6098 "ComponentID": "0xF300",
6099 "Severity": "predictive",
6100
6101 "SRC": {
6102 "ReasonCode": "0xF301",
6103 "Words6To9": {}
6104 },
6105
6106 "Callouts": [
6107 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05006108 "System": "com.ibm.Hardware.Chassis.Model.Rainier",
Lakshmi Yadlapati36a82eb2023-06-22 16:38:11 -05006109 "CalloutList": [
6110 {
6111 "Priority": "high",
6112 "LocCode": "P0-C5"
6113 }
6114 ]
6115 },
6116 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05006117 "System": "com.ibm.Hardware.Chassis.Model.Everest",
Lakshmi Yadlapati36a82eb2023-06-22 16:38:11 -05006118 "CalloutList": [
6119 {
6120 "Priority": "high",
6121 "LocCode": "P0-C0"
6122 }
6123 ]
6124 },
6125 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05006126 "System": "com.ibm.Hardware.Chassis.Model.Bonnell",
Lakshmi Yadlapati36a82eb2023-06-22 16:38:11 -05006127 "CalloutList": [
6128 {
6129 "Priority": "high",
6130 "LocCode": "P0"
6131 }
6132 ]
6133 }
6134 ],
6135
6136 "Documentation": {
6137 "Description": "Correctable ECC memory error collection limit is reached.",
6138 "Message": "Correctable ECC memory error collection limit is reached."
6139 }
6140 },
6141 {
6142 "Name": "xyz.openbmc_project.Memory.MemoryECC.Error.CE",
6143 "Subsystem": "cec_hardware",
6144 "ComponentID": "0xF300",
6145 "Severity": "non_error",
6146
6147 "SRC": {
6148 "ReasonCode": "0xF302",
6149 "Words6To9": {}
6150 },
6151
6152 "Documentation": {
6153 "Description": "Correctable ECC/other correctable memory error.",
6154 "Message": "Correctable ECC/other correctable memory error."
6155 }
6156 },
6157 {
6158 "Name": "xyz.openbmc_project.Memory.MemoryECC.Error.UE",
6159 "Subsystem": "cec_hardware",
6160 "ComponentID": "0xF300",
6161 "Severity": "predictive",
6162
6163 "SRC": {
6164 "ReasonCode": "0xF303",
6165 "Words6To9": {}
6166 },
6167
6168 "Callouts": [
6169 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05006170 "System": "com.ibm.Hardware.Chassis.Model.Rainier",
Lakshmi Yadlapati36a82eb2023-06-22 16:38:11 -05006171 "CalloutList": [
6172 {
6173 "Priority": "high",
6174 "LocCode": "P0-C5"
6175 }
6176 ]
6177 },
6178 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05006179 "System": "com.ibm.Hardware.Chassis.Model.Everest",
Lakshmi Yadlapati36a82eb2023-06-22 16:38:11 -05006180 "CalloutList": [
6181 {
6182 "Priority": "high",
6183 "LocCode": "P0-C0"
6184 }
6185 ]
6186 },
6187 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05006188 "System": "com.ibm.Hardware.Chassis.Model.Bonnell",
Lakshmi Yadlapati36a82eb2023-06-22 16:38:11 -05006189 "CalloutList": [
6190 {
6191 "Priority": "high",
6192 "LocCode": "P0"
6193 }
6194 ]
6195 }
6196 ],
6197
6198 "Documentation": {
6199 "Description": "Uncorrectable ECC/other uncorrectable memory error.",
6200 "Message": "Uncorrectable ECC/other uncorrectable memory error."
6201 }
devenrao4d7f9432024-02-07 14:20:10 +05306202 },
6203
6204 {
6205 "Name": "org.open_power.OCMB.Error.SbeChipOpFailure",
6206 "Subsystem": "memory",
SwethaParasa49f32442024-03-19 02:55:32 -05006207 "ComponentID": "0x4500",
devenrao4d7f9432024-02-07 14:20:10 +05306208
6209 "SRC": {
SwethaParasa49f32442024-03-19 02:55:32 -05006210 "ReasonCode": "0x4501",
devenrao4d7f9432024-02-07 14:20:10 +05306211 "Words6To9": {
6212 "6": {
6213 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
6214 "AdditionalDataPropSource": "SRC6"
6215 },
6216 "7": {
6217 "Description": "Chip Type",
6218 "AdditionalDataPropSource": "CHIP_TYPE"
6219 }
6220 }
6221 },
6222
6223 "Documentation": {
6224 "Description": "chipop failure with OCMB SBE provided FFDC",
6225 "Message": "chipop request failure reported by OCMB SBE",
6226 "Notes": [
6227 "The severity is set by the creator.",
6228 "Callouts added based on OCMB SBE provided FFDC.",
6229 "OCMB SBE provided additional debug data included as part of the",
6230 "additional user data section."
6231 ]
6232 }
6233 },
6234
6235 {
6236 "Name": "org.open_power.OCMB.Error.SbeChipOpTimeout",
6237 "Subsystem": "memory",
SwethaParasa49f32442024-03-19 02:55:32 -05006238 "ComponentID": "0x4500",
devenrao4d7f9432024-02-07 14:20:10 +05306239
6240 "SRC": {
SwethaParasa49f32442024-03-19 02:55:32 -05006241 "ReasonCode": "0x4502",
devenrao4d7f9432024-02-07 14:20:10 +05306242 "Words6To9": {
6243 "6": {
6244 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
6245 "AdditionalDataPropSource": "SRC6"
6246 },
6247 "7": {
6248 "Description": "Chip Type",
6249 "AdditionalDataPropSource": "CHIP_TYPE"
6250 }
6251 }
6252 },
6253
6254 "Callouts": [
6255 {
6256 "CalloutList": [
6257 {
6258 "Priority": "high",
Swarnendu-R-Cd5d97182024-05-02 07:00:42 -05006259 "Procedure": "BMC0002"
devenrao4d7f9432024-02-07 14:20:10 +05306260 }
6261 ]
6262 }
6263 ],
6264
6265 "Documentation": {
6266 "Description": "OCMB SBE chipop timeout",
6267 "Message": "OCMB chipop timeout reported during SBE communication",
6268 "Notes": [
6269 "The severity is set by the creator.",
6270 "Check OCMB SBE Dump associated to this error to debug the failure."
6271 ]
6272 }
devenrao041054a2024-04-02 12:09:13 +05306273 },
6274 {
6275 "Name": "org.open_power.OCMB.Error.SbeInternalFFDCData",
6276 "Subsystem": "memory",
6277 "ComponentID": "0x4500",
6278
6279 "SRC": {
6280 "ReasonCode": "0x4503",
6281 "Words6To9": {
6282 "6": {
6283 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
6284 "AdditionalDataPropSource": "SRC6"
6285 },
6286 "7": {
6287 "Description": "Chip Type",
6288 "AdditionalDataPropSource": "CHIP_TYPE"
6289 }
6290 }
6291 },
6292
6293 "Documentation": {
6294 "Description": "SBE internal FFDC data after SBE chipop success",
6295 "Message": "SBE internal FFDC data after SBE chipop success",
6296 "Notes": [
6297 "The severity is set by the creator.",
6298 "Callouts added based on OCMB SBE provided FFDC.",
6299 "OCMB SBE provided additional debug data included as part of ",
6300 "the additional user data section."
6301 ]
6302 }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006303 }
Matt Spinler44792fd2019-09-26 15:58:58 -05006304 ]
6305}