blob: 0f89dab4cdb39fefc003131ad7e6f5f443b19a21 [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 {
Ramesh Iyyarb3d45ed2021-12-07 09:18:19 -0600970 "Name": "org.open_power.HardwareIsolation.Error",
971 "Subsystem": "cec_hardware",
972 "ComponentID": "0x3100",
973
Patrick Williams26919f02022-12-08 06:12:43 -0600974 "SRC": {
Ramesh Iyyarb3d45ed2021-12-07 09:18:19 -0600975 "ReasonCode": "0x3101",
Patrick Williams26919f02022-12-08 06:12:43 -0600976 "Words6To9": {}
Ramesh Iyyarb3d45ed2021-12-07 09:18:19 -0600977 },
978
Patrick Williams26919f02022-12-08 06:12:43 -0600979 "Documentation": {
Michael Lim12429892022-03-10 16:11:25 -0600980 "Description": "Failure occurred during hardware isolation operations",
981 "Message": "Failure occurred during hardware isolation operations",
Ramesh Iyyarb3d45ed2021-12-07 09:18:19 -0600982 "Notes": [
983 "Severity needs to be set based on needs for this registry.",
984 "Debug traces will be captured in AdditionalData section"
985 ]
986 }
987 },
988
989 {
Marri Devender Rao109fc142023-09-14 12:34:40 +0530990 "Name": "org.open_power.Faultlog.PoweronTime.ReadFail",
991 "Subsystem": "bmc_firmware",
992 "ComponentID": "0xF100",
993
994 "SRC": {
995 "ReasonCode": "0xF101",
996 "Words6To9": {}
997 },
998
999 "Documentation": {
1000 "Description": "Failure to read chassis poweron time from persistent file",
1001 "Message": "Failure to read chassis poweron time from persistent file",
1002 "Notes": [
1003 "Severity needs to be set based on needs for this registry.",
1004 "Debug traces will be captured in AdditionalData section"
1005 ]
1006 }
1007 },
1008
1009 {
1010 "Name": "org.open_power.Faultlog.PoweronTime.WriteFail",
1011 "Subsystem": "bmc_firmware",
1012 "ComponentID": "0xF100",
1013
1014 "SRC": {
1015 "ReasonCode": "0xF102",
1016 "Words6To9": {}
1017 },
1018
1019 "Documentation": {
1020 "Description": "Failure to write chassis poweron time to persistent file",
1021 "Message": "Failure to write chassis poweron time to persistent file",
1022 "Notes": [
1023 "Severity needs to be set based on needs for this registry.",
1024 "Debug traces will be captured in AdditionalData section"
1025 ]
1026 }
1027 },
1028
1029 {
Marri Devender Rao385446b2023-04-14 00:16:35 -05001030 "Name": "org.open_power.Faultlog.Error.DeconfiguredHW",
1031 "Subsystem": "cec_hardware",
1032 "Severity": "predictive",
Matt Spinlera6c4ba72023-05-24 13:11:49 -05001033 "ComponentID": "0xF100",
Marri Devender Rao385446b2023-04-14 00:16:35 -05001034 "SRC": {
Matt Spinlera6c4ba72023-05-24 13:11:49 -05001035 "ReasonCode": "0xF138",
Marri Devender Rao385446b2023-04-14 00:16:35 -05001036 "Words6To9": {
1037 "6": {
Marri Devender Raof0200b52023-06-14 12:46:05 +05301038 "Description": "Number of system guard records if any",
1039 "AdditionalDataPropSource": "GUARD_RECORD_COUNT"
Marri Devender Rao385446b2023-04-14 00:16:35 -05001040 },
1041 "8": {
Marri Devender Raof0200b52023-06-14 12:46:05 +05301042 "Description": "Number of PEL's having deconfig bit set",
1043 "AdditionalDataPropSource": "PEL_WITH_DECONFIG_BIT_COUNT"
Marri Devender Rao385446b2023-04-14 00:16:35 -05001044 }
1045 }
1046 },
1047 "Callouts": [
1048 {
1049 "CalloutList": [
1050 {
1051 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06001052 "Procedure": "BMC0008"
Marri Devender Rao385446b2023-04-14 00:16:35 -05001053 }
1054 ]
1055 }
1056 ],
1057 "Documentation": {
1058 "Description": "Firmware detected either a FRU deconfigured And/Or guard record",
1059 "Message": "Firmware detected either a FRU deconfigured And/Or guard record",
1060 "Notes": [
1061 "Either Guard And/Or Deconfiguration records found during periodic check ",
1062 "as part of the NAG event. Look into the BMC Nag dump for more details. ",
1063 "This is a reminder for servicing faulty hardware pending service present ",
1064 "in the system."
1065 ]
1066 }
1067 },
1068
1069 {
Andrew Geissler8034dde2021-09-10 14:43:03 -05001070 "Name": "xyz.openbmc_project.State.Error.HostNotRunning",
1071 "Subsystem": "cec_sp_hostboot_iface",
1072 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001073 "SRC": {
Andrew Geissler8034dde2021-09-10 14:43:03 -05001074 "ReasonCode": "0x3401",
Patrick Williams26919f02022-12-08 06:12:43 -06001075 "Words6To9": {}
Andrew Geissler8034dde2021-09-10 14:43:03 -05001076 },
Patrick Williams26919f02022-12-08 06:12:43 -06001077 "Documentation": {
Andrew Geissler8034dde2021-09-10 14:43:03 -05001078 "Description": "Host was booting or booted before BMC reset but is now unresponsive",
1079 "Message": "Host did not respond to BMC after a BMC reset but it was booting or booted prior to the BMC reboot",
1080 "Notes": [
1081 "System will follow recovery policy, resulting in this ",
1082 "error and most likely a a reboot of the host. The issue ",
1083 "is most likely the result of the BMC rebooting while the ",
1084 "host was booting and in a state where it still needed ",
1085 "the BMC to complete its boot."
1086 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001087 },
1088
1089 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001090 "NumLines": 100
Andrew Geissler8034dde2021-09-10 14:43:03 -05001091 }
1092 },
1093
1094 {
Andrew Geissler808f6302022-02-24 13:55:18 -06001095 "Name": "xyz.openbmc_project.State.ChassisPowerBad",
1096 "Subsystem": "input_power_source",
1097 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001098 "SRC": {
Andrew Geissler808f6302022-02-24 13:55:18 -06001099 "ReasonCode": "0x3402",
Patrick Williams26919f02022-12-08 06:12:43 -06001100 "Words6To9": {}
Andrew Geissler808f6302022-02-24 13:55:18 -06001101 },
1102 "Callouts": [
1103 {
Patrick Williams26919f02022-12-08 06:12:43 -06001104 "CalloutList": [
1105 {
1106 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06001107 "Procedure": "BMC0002"
Patrick Williams26919f02022-12-08 06:12:43 -06001108 }
1109 ]
Andrew Geissler808f6302022-02-24 13:55:18 -06001110 }
1111 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001112 "Documentation": {
Andrew Geissler808f6302022-02-24 13:55:18 -06001113 "Description": "Chassis input power is in a bad state",
1114 "Message": "Chassis input power is in a bad state, look for other logs with more details",
1115 "Notes": [
1116 "The system is most likely in a limited power situation. ",
1117 "There is enough power for the BMC to operate but not the ",
1118 "CEC hardware. Check for UPS or brownout logs."
1119 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001120 },
1121
1122 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001123 "NumLines": 100
Andrew Geissler808f6302022-02-24 13:55:18 -06001124 }
1125 },
1126
1127 {
Andrew Geissler4c360ec2022-02-24 14:09:37 -06001128 "Name": "xyz.openbmc_project.State.PinholeReset",
1129 "Subsystem": "cec_op_panel",
1130 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001131 "SRC": {
Andrew Geissler4c360ec2022-02-24 14:09:37 -06001132 "ReasonCode": "0x3403",
Patrick Williams26919f02022-12-08 06:12:43 -06001133 "Words6To9": {}
Andrew Geissler4c360ec2022-02-24 14:09:37 -06001134 },
Patrick Williams26919f02022-12-08 06:12:43 -06001135 "Documentation": {
Andrew Geissler4c360ec2022-02-24 14:09:37 -06001136 "Description": "User initiated a pinhole reset via the op-panel",
1137 "Message": "User initiated a pinhole reset via the op-panel",
1138 "Notes": [
1139 "This is a notification log to record the fact that a ",
1140 "pinhole reset was performed on the BMC, resulting in a ",
1141 "hard reset of the BMC."
1142 ]
1143 }
1144 },
1145
1146 {
Andrew Geisslerfbb18242022-02-24 14:30:02 -06001147 "Name": "xyz.openbmc_project.State.Error.CriticalServiceFailure",
1148 "Subsystem": "bmc_firmware",
1149 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001150 "SRC": {
Andrew Geisslerfbb18242022-02-24 14:30:02 -06001151 "ReasonCode": "0x3404",
Patrick Williams26919f02022-12-08 06:12:43 -06001152 "Words6To9": {}
Andrew Geisslerfbb18242022-02-24 14:30:02 -06001153 },
1154 "Callouts": [
1155 {
Patrick Williams26919f02022-12-08 06:12:43 -06001156 "CalloutList": [
1157 {
1158 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06001159 "Procedure": "BMC0002"
Patrick Williams26919f02022-12-08 06:12:43 -06001160 }
1161 ]
Andrew Geisslerfbb18242022-02-24 14:30:02 -06001162 }
1163 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001164 "Documentation": {
Andrew Geisslerfbb18242022-02-24 14:30:02 -06001165 "Description": "A critical BMC application has failed on the system",
1166 "Message": "A critical BMC application has failed on the system, the BMC is in an undefined state",
1167 "Notes": [
1168 "As a part of generating this error log, a BMC dump has ",
1169 "also been generated. Please collect this dump if possible. ",
1170 "The BMC state is undefined but basic services could still ",
1171 "be available. Usually an AC cycle of the entire system is ",
1172 "the best recovery option from this error."
1173 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001174 },
1175
1176 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001177 "NumLines": 100
Andrew Geisslerfbb18242022-02-24 14:30:02 -06001178 }
1179 },
1180
1181 {
Andrew Geisslerf83efe92022-03-10 15:06:17 -06001182 "Name": "xyz.openbmc_project.State.Error.SecurityCheckFail",
1183 "Subsystem": "bmc_firmware",
1184 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001185 "SRC": {
Andrew Geisslerf83efe92022-03-10 15:06:17 -06001186 "ReasonCode": "0x3405",
Patrick Williams26919f02022-12-08 06:12:43 -06001187 "Words6To9": {}
Andrew Geisslerf83efe92022-03-10 15:06:17 -06001188 },
1189 "Callouts": [
1190 {
Patrick Williams26919f02022-12-08 06:12:43 -06001191 "CalloutList": [
1192 {
1193 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06001194 "Procedure": "BMC0002"
Patrick Williams26919f02022-12-08 06:12:43 -06001195 }
1196 ]
Andrew Geisslerf83efe92022-03-10 15:06:17 -06001197 }
1198 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001199 "Documentation": {
Andrew Geisslerf83efe92022-03-10 15:06:17 -06001200 "Description": "A firmware security check has failed",
1201 "Message": "A firmware security check has failed, most likely something is not configured correctly",
1202 "Notes": [
1203 "This log is only generated in the manufacturing ",
1204 "environment and it indicates that something has not ",
1205 "been configured correctly. Use the data in the PEL to ",
1206 "determine what that is."
1207 ]
1208 }
1209 },
1210
1211 {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001212 "Name": "xyz.openbmc_project.State.BMC.Error.MultiUserTargetFailure",
1213 "Subsystem": "bmc_firmware",
1214 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001215 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001216 "ReasonCode": "0x3406",
Patrick Williams26919f02022-12-08 06:12:43 -06001217 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001218 },
1219 "Callouts": [
1220 {
Patrick Williams26919f02022-12-08 06:12:43 -06001221 "CalloutList": [
1222 {
1223 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06001224 "Procedure": "BMC0002"
Patrick Williams26919f02022-12-08 06:12:43 -06001225 }
1226 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001227 }
1228 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001229 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001230 "Description": "The system has failed to reach BMC Ready state",
1231 "Message": "The system has failed to reach BMC Ready state, look for other errors",
1232 "Notes": [
1233 "This log indicates a critical BMC application required ",
1234 "for the BMC to reach Ready state has failed to start ",
1235 "successfully. Look in the log for other errors indicating ",
1236 "what has failed."
1237 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001238 },
1239
1240 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001241 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001242 }
1243 },
1244
1245 {
1246 "Name": "xyz.openbmc_project.State.Chassis.Error.PowerOnFailure",
1247 "Subsystem": "bmc_firmware",
1248 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001249 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001250 "ReasonCode": "0x3407",
Patrick Williams26919f02022-12-08 06:12:43 -06001251 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001252 },
1253 "Callouts": [
1254 {
Patrick Williams26919f02022-12-08 06:12:43 -06001255 "CalloutList": [
1256 {
1257 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06001258 "Procedure": "BMC0002"
Patrick Williams26919f02022-12-08 06:12:43 -06001259 }
1260 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001261 }
1262 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001263 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001264 "Description": "The system has failed to reach chassis power on state",
1265 "Message": "The system has failed to reach chassis power on state, look for other errors",
1266 "Notes": [
1267 "This log indicates a critical BMC application required ",
1268 "for the BMC to power on the chassis has failed to start ",
1269 "successfully. Look in the log for other errors indicating ",
1270 "what has failed."
1271 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001272 },
1273
1274 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001275 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001276 }
1277 },
1278
1279 {
1280 "Name": "xyz.openbmc_project.State.Chassis.Error.PowerOffFailure",
1281 "Subsystem": "bmc_firmware",
1282 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001283 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001284 "ReasonCode": "0x3408",
Patrick Williams26919f02022-12-08 06:12:43 -06001285 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001286 },
1287 "Callouts": [
1288 {
Patrick Williams26919f02022-12-08 06:12:43 -06001289 "CalloutList": [
1290 {
1291 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06001292 "Procedure": "BMC0002"
Patrick Williams26919f02022-12-08 06:12:43 -06001293 }
1294 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001295 }
1296 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001297 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001298 "Description": "The system has failed to reach chassis power off state",
1299 "Message": "The system has failed to reach chassis power off state, look for other errors",
1300 "Notes": [
1301 "This log indicates a critical BMC application required ",
1302 "for the BMC to power off the chassis has failed to start ",
1303 "successfully. Look in the log for other errors indicating ",
1304 "what has failed."
1305 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001306 },
1307
1308 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001309 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001310 }
1311 },
1312
1313 {
1314 "Name": "xyz.openbmc_project.State.Host.Error.HostStartFailure",
1315 "Subsystem": "bmc_firmware",
1316 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001317 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001318 "ReasonCode": "0x3409",
Patrick Williams26919f02022-12-08 06:12:43 -06001319 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001320 },
1321 "Callouts": [
1322 {
Patrick Williams26919f02022-12-08 06:12:43 -06001323 "CalloutList": [
1324 {
1325 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06001326 "Procedure": "BMC0002"
Patrick Williams26919f02022-12-08 06:12:43 -06001327 }
1328 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001329 }
1330 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001331 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001332 "Description": "The system has failed to start the host firmware",
1333 "Message": "The system has failed to start the host firmware, look for other errors",
1334 "Notes": [
1335 "This log indicates a critical BMC application required ",
1336 "for the BMC to start the host has failed to start ",
1337 "successfully. Look in the log for other errors indicating ",
1338 "what has failed."
1339 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001340 },
1341
1342 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001343 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001344 }
1345 },
1346
1347 {
1348 "Name": "xyz.openbmc_project.State.Host.Error.HostStartMinFailure",
1349 "Subsystem": "bmc_firmware",
1350 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001351 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001352 "ReasonCode": "0x3410",
Patrick Williams26919f02022-12-08 06:12:43 -06001353 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001354 },
1355 "Callouts": [
1356 {
Patrick Williams26919f02022-12-08 06:12:43 -06001357 "CalloutList": [
1358 {
1359 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06001360 "Procedure": "BMC0002"
Patrick Williams26919f02022-12-08 06:12:43 -06001361 }
1362 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001363 }
1364 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001365 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001366 "Description": "The system has failed to start the host firmware",
1367 "Message": "The system has failed to start the host firmware, look for other errors",
1368 "Notes": [
1369 "This log indicates a critical BMC application required ",
1370 "for the BMC to start the host has failed to start ",
1371 "successfully. Look in the log for other errors indicating ",
1372 "what has failed."
1373 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001374 },
1375
1376 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001377 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001378 }
1379 },
1380
1381 {
1382 "Name": "xyz.openbmc_project.State.Host.Error.HostShutdownFailure",
1383 "Subsystem": "bmc_firmware",
1384 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001385 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001386 "ReasonCode": "0x3411",
Patrick Williams26919f02022-12-08 06:12:43 -06001387 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001388 },
1389 "Callouts": [
1390 {
Patrick Williams26919f02022-12-08 06:12:43 -06001391 "CalloutList": [
1392 {
1393 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06001394 "Procedure": "BMC0002"
Patrick Williams26919f02022-12-08 06:12:43 -06001395 }
1396 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001397 }
1398 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001399 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001400 "Description": "The system has failed to shutdown the host firmware",
1401 "Message": "The system has failed to shutdown the host firmware, look for other errors",
1402 "Notes": [
1403 "This log indicates a critical BMC application required ",
1404 "to shutdown the host firmware has failed to start ",
1405 "successfully. Look in the log for other errors indicating ",
1406 "what has failed."
1407 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001408 },
1409
1410 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001411 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001412 }
1413 },
1414
1415 {
1416 "Name": "xyz.openbmc_project.State.Host.Error.HostStopFailure",
1417 "Subsystem": "bmc_firmware",
1418 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001419 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001420 "ReasonCode": "0x3412",
Patrick Williams26919f02022-12-08 06:12:43 -06001421 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001422 },
1423 "Callouts": [
1424 {
Patrick Williams26919f02022-12-08 06:12:43 -06001425 "CalloutList": [
1426 {
1427 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06001428 "Procedure": "BMC0002"
Patrick Williams26919f02022-12-08 06:12:43 -06001429 }
1430 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001431 }
1432 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001433 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001434 "Description": "The system has failed to stop the host firmware",
1435 "Message": "The system has failed to stop the host firmware, look for other errors",
1436 "Notes": [
1437 "This log indicates a critical BMC application required ",
1438 "to stop the host firmware has failed to start ",
1439 "successfully. Look in the log for other errors indicating ",
1440 "what has failed."
1441 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001442 },
1443
1444 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001445 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001446 }
1447 },
1448
1449 {
1450 "Name": "xyz.openbmc_project.State.Host.Error.HostRebootFailure",
1451 "Subsystem": "bmc_firmware",
1452 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001453 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001454 "ReasonCode": "0x3413",
Patrick Williams26919f02022-12-08 06:12:43 -06001455 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001456 },
1457 "Callouts": [
1458 {
Patrick Williams26919f02022-12-08 06:12:43 -06001459 "CalloutList": [
1460 {
1461 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06001462 "Procedure": "BMC0002"
Patrick Williams26919f02022-12-08 06:12:43 -06001463 }
1464 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001465 }
1466 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001467 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001468 "Description": "The system has failed to reboot the host firmware",
1469 "Message": "The system has failed to reboot the host firmware, look for other errors",
1470 "Notes": [
1471 "This log indicates a critical BMC application required ",
1472 "to reboot the host firmware has failed to start ",
1473 "successfully. Look in the log for other errors indicating ",
1474 "what has failed."
1475 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001476 },
1477
1478 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001479 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001480 }
1481 },
1482
1483 {
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001484 "Name": "xyz.openbmc_project.State.Error.HostQuiesce",
1485 "Subsystem": "bmc_firmware",
1486 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001487 "SRC": {
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001488 "ReasonCode": "0x3414",
Patrick Williams26919f02022-12-08 06:12:43 -06001489 "Words6To9": {}
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001490 },
1491 "Callouts": [
1492 {
Patrick Williams26919f02022-12-08 06:12:43 -06001493 "CalloutList": [
1494 {
1495 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06001496 "Procedure": "BMC0002"
Patrick Williams26919f02022-12-08 06:12:43 -06001497 }
1498 ]
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001499 }
1500 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001501 "Documentation": {
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001502 "Description": "The host firmware has failed to boot",
1503 "Message": "The host firmware has failed to boot and has entered a Quiesce state. Look for other errors.",
1504 "Notes": [
1505 "This log indicates that the host firmware has failed to ",
1506 "boot and all retries have been exhausted. There should be ",
1507 "other logs with more details on the boot failure reason. "
1508 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001509 },
1510
1511 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001512 "NumLines": 100
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001513 }
1514 },
1515
1516 {
Lakshmi Yadlapati95788fe2023-03-24 14:39:32 -05001517 "Name": "xyz.openbmc_project.State.Error.TpmMeasurementFail",
1518 "Subsystem": "bmc_firmware",
1519 "ComponentID": "0x3400",
1520 "SRC": {
1521 "ReasonCode": "0x3415",
1522 "Words6To9": {}
1523 },
1524 "Callouts": [
1525 {
1526 "CalloutList": [
1527 {
1528 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06001529 "Procedure": "BMC0002"
Lakshmi Yadlapati95788fe2023-03-24 14:39:32 -05001530 }
1531 ]
1532 }
1533 ],
1534 "Documentation": {
1535 "Description": "TPM measurement failed",
1536 "Message": "The system has detected a failure in the TPM measurement.",
1537 "Notes": [
1538 "This error occurs when /sys/class/tpm/tpm0/pcr-sha256/0",
1539 "is missing or has a value of 0, indicating a potential compromise",
1540 "of the system's boot process.",
1541 "Please contact your system administrator or next level support",
1542 "to investigate and resolve the issue."
1543 ]
1544 }
1545 },
1546
1547 {
Andrew Geissler730935f2023-04-26 13:26:16 -06001548 "Name": "xyz.openbmc_project.State.Info.ChassisPowerOnStarted",
1549 "Subsystem": "bmc_firmware",
1550 "ComponentID": "0x3400",
1551 "Severity": "non_error",
1552 "SRC": {
1553 "ReasonCode": "0x3416",
1554 "Words6To9": {}
1555 },
1556 "Documentation": {
1557 "Description": "A power on of the chassis has been started",
1558 "Message": "The chassis is powering on.",
1559 "Notes": [
1560 "This informational error is logged each time the chassis",
1561 "is powered on."
1562 ]
1563 }
1564 },
1565
1566 {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -05001567 "Name": "org.open_power.Processor.Error.SbeChipOpFailure",
1568 "Subsystem": "processor_chip",
1569 "ComponentID": "0x3500",
1570
Patrick Williams26919f02022-12-08 06:12:43 -06001571 "SRC": {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -05001572 "ReasonCode": "0x3500",
Patrick Williams26919f02022-12-08 06:12:43 -06001573 "Words6To9": {
1574 "6": {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -05001575 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
1576 "AdditionalDataPropSource": "SRC6"
1577 }
1578 }
1579 },
1580
Patrick Williams26919f02022-12-08 06:12:43 -06001581 "Documentation": {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -05001582 "Description": "chipop failure with SBE provided FFDC",
1583 "Message": "chipop request failure reported by SBE",
1584 "Notes": [
1585 "The severity is set by the creator.",
1586 "Callouts added based on SBE provided FFDC.",
1587 "SBE provided additional debug data included as part of the",
1588 "additional user data section."
1589 ]
1590 }
1591 },
1592
1593 {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -05001594 "Name": "org.open_power.Processor.Error.SbeChipOpTimeout",
1595 "Subsystem": "processor_chip",
1596 "ComponentID": "0x3500",
1597
Patrick Williams26919f02022-12-08 06:12:43 -06001598 "SRC": {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -05001599 "ReasonCode": "0x3501",
Patrick Williams26919f02022-12-08 06:12:43 -06001600 "Words6To9": {
1601 "6": {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -05001602 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
1603 "AdditionalDataPropSource": "SRC6"
1604 }
1605 }
1606 },
1607
Jayanth Othayothe4acc8d2022-06-02 02:32:08 -05001608 "Callouts": [
1609 {
1610 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06001611 {
1612 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06001613 "Procedure": "BMC0002"
Patrick Williams26919f02022-12-08 06:12:43 -06001614 }
Jayanth Othayothe4acc8d2022-06-02 02:32:08 -05001615 ]
1616 }
1617 ],
1618
Patrick Williams26919f02022-12-08 06:12:43 -06001619 "Documentation": {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -05001620 "Description": "SBE chipop timeout",
1621 "Message": "chipop timeout reported during SBE communication",
1622 "Notes": [
1623 "The severity is set by the creator.",
1624 "Check SBE Dump associated to this error to debug the failure."
1625 ]
1626 }
1627 },
1628
1629 {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001630 "Name": "org.open_power.Processor.Error.SbeChipOpInvalidState",
1631 "Subsystem": "processor_chip",
1632 "ComponentID": "0x3500",
1633
Patrick Williams26919f02022-12-08 06:12:43 -06001634 "SRC": {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001635 "ReasonCode": "0x3502",
Patrick Williams26919f02022-12-08 06:12:43 -06001636 "Words6To9": {
1637 "6": {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001638 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
1639 "AdditionalDataPropSource": "SRC6"
1640 },
Patrick Williams26919f02022-12-08 06:12:43 -06001641 "7": {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001642 "Description": "Value of SBE state",
1643 "AdditionalDataPropSource": "SRC7"
1644 }
1645 }
1646 },
1647
Patrick Williams26919f02022-12-08 06:12:43 -06001648 "Documentation": {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001649 "Description": "The SBE on this processor is not in a state where chipOps can be issued",
1650 "Message": "SBE Chipop is not allowed due to invalid SBE state ",
Patrick Williams26919f02022-12-08 06:12:43 -06001651 "Notes": ["The severity is set by the creator."]
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001652 }
1653 },
1654
1655 {
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001656 "Name": "org.open_power.Processor.Error.SbeBootFailure",
1657 "Subsystem": "processor_chip",
1658 "ComponentID": "0x3500",
Patrick Williams26919f02022-12-08 06:12:43 -06001659 "ActionFlags": ["service_action", "report", "call_home"],
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001660
Patrick Williams26919f02022-12-08 06:12:43 -06001661 "SRC": {
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001662 "ReasonCode": "0x3503",
Patrick Williams26919f02022-12-08 06:12:43 -06001663 "Words6To9": {
1664 "6": {
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001665 "Description": "[0:15] chip position",
1666 "AdditionalDataPropSource": "SRC6"
1667 }
1668 }
1669 },
1670
Patrick Williams26919f02022-12-08 06:12:43 -06001671 "Documentation": {
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001672 "Description": "Boot failure with SBE provided FFDC",
1673 "Message": "Boot failure reported by SBE",
1674 "Notes": [
1675 "The severity is set by the creator.",
1676 "Callouts added based on SBE provided FFDC.",
1677 "SBE provided additional debug data included as part of the",
1678 "additional user data section."
1679 ]
1680 }
1681 },
1682
1683 {
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001684 "Name": "org.open_power.Processor.Error.SbeBootTimeout",
1685 "Subsystem": "processor_chip",
1686 "ComponentID": "0x3500",
1687
Patrick Williams26919f02022-12-08 06:12:43 -06001688 "SRC": {
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001689 "ReasonCode": "0x3504",
Patrick Williams26919f02022-12-08 06:12:43 -06001690 "Words6To9": {}
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001691 },
1692
Jayanth Othayothf5cd2a42022-05-31 02:54:10 -05001693 "Callouts": [
1694 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05001695 "System": "com.ibm.Hardware.Chassis.Model.Rainier",
Jayanth Othayothf5cd2a42022-05-31 02:54:10 -05001696 "CalloutList": [
1697 {
1698 "Priority": "low",
1699 "LocCode": "P0"
1700 },
1701 {
1702 "Priority": "low",
1703 "LocCode": "P0-C22"
1704 }
1705 ]
1706 },
1707 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05001708 "System": "com.ibm.Hardware.Chassis.Model.Everest",
Jayanth Othayothf5cd2a42022-05-31 02:54:10 -05001709 "CalloutList": [
1710 {
1711 "Priority": "low",
1712 "LocCode": "P0"
1713 },
1714 {
1715 "Priority": "low",
1716 "LocCode": "P0-C96"
1717 }
1718 ]
Matt Spinlerbc560982023-04-10 11:16:42 -05001719 },
1720 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05001721 "System": "com.ibm.Hardware.Chassis.Model.Bonnell",
Matt Spinlerbc560982023-04-10 11:16:42 -05001722 "CalloutList": [
1723 {
1724 "Priority": "low",
1725 "LocCode": "P0"
1726 },
1727 {
1728 "Priority": "low",
1729 "LocCode": "P0-C5"
1730 }
1731 ]
Jayanth Othayothf5cd2a42022-05-31 02:54:10 -05001732 }
1733 ],
1734
Patrick Williams26919f02022-12-08 06:12:43 -06001735 "Documentation": {
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001736 "Description": "SBE Boot timeout",
1737 "Message": "timeout reported during SBE boot process",
1738 "Notes": [
1739 "The severity is set by the creator.",
1740 "Check SBE Dump associated to this error to debug the failure."
1741 ]
1742 }
1743 },
devenrao041054a2024-04-02 12:09:13 +05301744 {
1745 "Name": "org.open_power.Processor.Error.SbeInternalFFDCData",
1746 "Subsystem": "memory",
1747 "ComponentID": "0x3500",
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001748
devenrao041054a2024-04-02 12:09:13 +05301749 "SRC": {
1750 "ReasonCode": "0x3505",
1751 "Words6To9": {
1752 "6": {
1753 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
1754 "AdditionalDataPropSource": "SRC6"
1755 }
1756 }
1757 },
1758
1759 "Documentation": {
1760 "Description": "SBE internal FFDC data after SBE chipop success",
1761 "Message": "SBE internal FFDC data after SBE chipop success",
1762 "Notes": [
1763 "The severity is set by the creator.",
1764 "Callouts added based on OCMB SBE provided FFDC.",
1765 "OCMB SBE provided additional debug data included as part of ",
1766 "the additional user data section."
1767 ]
1768 }
1769 },
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001770 {
Ben Tyner34836322020-04-15 17:01:48 -05001771 "Name": "org.open_power.Attn.Error.Terminate",
Ben Tyner808e29f2021-04-16 08:32:23 -05001772 "Subsystem": "cec_hardware",
1773 "Severity": "non_error",
Ben Tyner34836322020-04-15 17:01:48 -05001774
Patrick Williams26919f02022-12-08 06:12:43 -06001775 "SRC": {
Ben Tyner34836322020-04-15 17:01:48 -05001776 "ReasonCode": "0xD138",
Patrick Williams26919f02022-12-08 06:12:43 -06001777 "SymptomIDFields": [
1778 "SRCWord3",
1779 "SRCWord4",
1780 "SRCWord5",
1781 "SRCWord6",
1782 "SRCWord7",
1783 "SRCWord8",
1784 "SRCWord9"
1785 ],
1786 "Words6To9": {}
Ben Tyner34836322020-04-15 17:01:48 -05001787 },
1788
Patrick Williams26919f02022-12-08 06:12:43 -06001789 "Documentation": {
Ben Tyner34836322020-04-15 17:01:48 -05001790 "Description": "Status shows TI special attention active",
1791 "Message": "TI special attention detected",
1792 "Notes": [
1793 "This entry is for any TI special attention event ",
1794 "reported by the attention handler component"
1795 ]
1796 }
1797 },
1798
1799 {
1800 "Name": "org.open_power.Attn.Error.Fail",
1801 "Subsystem": "bmc_firmware",
1802 "Severity": "unrecoverable_loss_of_function",
1803
Patrick Williams26919f02022-12-08 06:12:43 -06001804 "SRC": {
Ben Tyner34836322020-04-15 17:01:48 -05001805 "ReasonCode": "0xD13E",
Patrick Williams26919f02022-12-08 06:12:43 -06001806 "Words6To9": {
1807 "6": {
Ben Tyner34836322020-04-15 17:01:48 -05001808 "Description": "Error code from attention handler",
1809 "AdditionalDataPropSource": "ERROR_CODE"
1810 }
1811 }
1812 },
Patrick Williams26919f02022-12-08 06:12:43 -06001813 "Documentation": {
Ben Tyner34836322020-04-15 17:01:48 -05001814 "Description": "The attention handler encountered an error",
Patrick Williams26919f02022-12-08 06:12:43 -06001815 "MessageArgSources": ["SRCWord6"],
Ben Tyner34836322020-04-15 17:01:48 -05001816 "Message": "Attention handler error %1",
Patrick Williams26919f02022-12-08 06:12:43 -06001817 "Notes": ["Attention handler will provide error code"]
Ben Tyner34836322020-04-15 17:01:48 -05001818 }
1819 },
1820
1821 {
1822 "Name": "org.open_power.Attn.Error.Vital",
1823 "Subsystem": "processor_chip",
Ben Tyner34836322020-04-15 17:01:48 -05001824
Patrick Williams26919f02022-12-08 06:12:43 -06001825 "SRC": {
Ben Tyner34836322020-04-15 17:01:48 -05001826 "ReasonCode": "0xD16D",
Patrick Williams26919f02022-12-08 06:12:43 -06001827 "Words6To9": {}
Ben Tyner34836322020-04-15 17:01:48 -05001828 },
1829
Patrick Williams26919f02022-12-08 06:12:43 -06001830 "Documentation": {
Ben Tyner34836322020-04-15 17:01:48 -05001831 "Description": "Status shows SBE vital attention active",
1832 "Message": "SBE vital attention detected",
1833 "Notes": [
1834 "This entry is for any SBE vital attention event ",
1835 "reported by the attention handler component"
1836 ]
1837 }
1838 },
1839
1840 {
1841 "Name": "org.open_power.HwDiags.Error.Checkstop",
Zane Shelley4e6355d2022-02-24 15:28:08 -06001842 "PossibleSubsystems": [
Patrick Williams26919f02022-12-08 06:12:43 -06001843 "processor",
1844 "processor_fru",
1845 "processor_unit",
1846 "processor_bus",
1847 "memory_ctlr",
1848 "memory_bus",
1849 "memory_dimm",
1850 "memory_fru",
1851 "phb",
1852 "cec_hardware",
1853 "cec_clocks",
1854 "cec_tod",
1855 "others"
Zane Shelley4e6355d2022-02-24 15:28:08 -06001856 ],
1857 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06001858 "ActionFlags": ["service_action", "report", "call_home"],
Ben Tyner34836322020-04-15 17:01:48 -05001859
Patrick Williams26919f02022-12-08 06:12:43 -06001860 "SRC": {
Zane Shelley561c0382020-11-17 13:20:05 -06001861 "ReasonCode": "0xE510",
Patrick Williams26919f02022-12-08 06:12:43 -06001862 "SymptomIDFields": ["SRCWord6", "SRCWord7", "SRCWord8"],
Matt Spinlerda5b76b2023-06-01 15:56:57 -05001863 "CheckstopFlag": true,
Patrick Williams26919f02022-12-08 06:12:43 -06001864 "Words6To9": {
1865 "6": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001866 "AdditionalDataPropSource": "SRC6"
1867 },
Patrick Williams26919f02022-12-08 06:12:43 -06001868 "7": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001869 "AdditionalDataPropSource": "SRC7"
1870 },
Patrick Williams26919f02022-12-08 06:12:43 -06001871 "8": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001872 "AdditionalDataPropSource": "SRC8"
1873 }
Ben Tyner34836322020-04-15 17:01:48 -05001874 }
1875 },
1876
Patrick Williams26919f02022-12-08 06:12:43 -06001877 "Documentation": {
Zane Shelley561c0382020-11-17 13:20:05 -06001878 "Description": "A system checkstop attention has occurred",
Patrick Williams26919f02022-12-08 06:12:43 -06001879 "MessageArgSources": ["SRCWord6", "SRCWord7", "SRCWord8"],
Zane Shelley45ab43a2021-11-13 16:16:57 -06001880 "Message": "Error Signature: %1 %2 %3"
Ben Tyner34836322020-04-15 17:01:48 -05001881 }
1882 },
1883
1884 {
Zane Shelley561c0382020-11-17 13:20:05 -06001885 "Name": "org.open_power.HwDiags.Error.Predictive",
Zane Shelley4e6355d2022-02-24 15:28:08 -06001886 "PossibleSubsystems": [
Patrick Williams26919f02022-12-08 06:12:43 -06001887 "processor",
1888 "processor_fru",
1889 "processor_unit",
1890 "processor_bus",
1891 "memory_ctlr",
1892 "memory_bus",
1893 "memory_dimm",
1894 "memory_fru",
1895 "phb",
1896 "cec_hardware",
1897 "cec_clocks",
1898 "cec_tod",
1899 "others"
Zane Shelley4e6355d2022-02-24 15:28:08 -06001900 ],
1901 "Severity": "predictive",
Patrick Williams26919f02022-12-08 06:12:43 -06001902 "ActionFlags": ["service_action", "report", "call_home"],
Ben Tyner34836322020-04-15 17:01:48 -05001903
Patrick Williams26919f02022-12-08 06:12:43 -06001904 "SRC": {
Zane Shelley561c0382020-11-17 13:20:05 -06001905 "ReasonCode": "0xE511",
Patrick Williams26919f02022-12-08 06:12:43 -06001906 "SymptomIDFields": ["SRCWord6", "SRCWord7", "SRCWord8"],
1907 "Words6To9": {
1908 "6": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001909 "AdditionalDataPropSource": "SRC6"
1910 },
Patrick Williams26919f02022-12-08 06:12:43 -06001911 "7": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001912 "AdditionalDataPropSource": "SRC7"
1913 },
Patrick Williams26919f02022-12-08 06:12:43 -06001914 "8": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001915 "AdditionalDataPropSource": "SRC8"
1916 }
Ben Tyner34836322020-04-15 17:01:48 -05001917 }
1918 },
Zane Shelley561c0382020-11-17 13:20:05 -06001919
Patrick Williams26919f02022-12-08 06:12:43 -06001920 "Documentation": {
Zane Shelley561c0382020-11-17 13:20:05 -06001921 "Description": "A hardware attention requiring service has occurred",
Patrick Williams26919f02022-12-08 06:12:43 -06001922 "MessageArgSources": ["SRCWord6", "SRCWord7", "SRCWord8"],
Zane Shelley45ab43a2021-11-13 16:16:57 -06001923 "Message": "Error Signature: %1 %2 %3"
Ben Tyner34836322020-04-15 17:01:48 -05001924 }
Shawn McCarney01648f52020-06-25 11:42:02 -05001925 },
1926
1927 {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001928 "Name": "org.open_power.HwDiags.Error.Informational",
Zane Shelley4e6355d2022-02-24 15:28:08 -06001929 "PossibleSubsystems": [
Patrick Williams26919f02022-12-08 06:12:43 -06001930 "processor",
1931 "processor_fru",
1932 "processor_unit",
1933 "processor_bus",
1934 "memory_ctlr",
1935 "memory_bus",
1936 "memory_dimm",
1937 "memory_fru",
1938 "phb",
1939 "cec_hardware",
1940 "cec_clocks",
1941 "cec_tod",
1942 "others"
Zane Shelley4e6355d2022-02-24 15:28:08 -06001943 ],
1944 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -06001945 "ActionFlags": ["hidden", "dont_report"],
Zane Shelleydd4bd482021-12-08 09:12:51 -06001946
Patrick Williams26919f02022-12-08 06:12:43 -06001947 "SRC": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001948 "ReasonCode": "0xE512",
Patrick Williams26919f02022-12-08 06:12:43 -06001949 "SymptomIDFields": ["SRCWord6", "SRCWord7", "SRCWord8"],
1950 "Words6To9": {
1951 "6": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001952 "AdditionalDataPropSource": "SRC6"
1953 },
Patrick Williams26919f02022-12-08 06:12:43 -06001954 "7": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001955 "AdditionalDataPropSource": "SRC7"
1956 },
Patrick Williams26919f02022-12-08 06:12:43 -06001957 "8": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001958 "AdditionalDataPropSource": "SRC8"
1959 }
1960 }
1961 },
1962
Patrick Williams26919f02022-12-08 06:12:43 -06001963 "Documentation": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001964 "Description": "Manual analysis was initiated via the command line. FFDC only.",
Patrick Williams26919f02022-12-08 06:12:43 -06001965 "MessageArgSources": ["SRCWord6", "SRCWord7", "SRCWord8"],
Zane Shelleydd4bd482021-12-08 09:12:51 -06001966 "Message": "Error Signature: %1 %2 %3"
1967 }
1968 },
1969
1970 {
Brandon Wyman38caaf02020-09-01 16:07:42 -05001971 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.InputFault",
1972 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001973 "ActionFlags": ["service_action", "report"],
1974 "ComponentID": "0x2700",
1975
1976 "SRC": {
1977 "Type": "11",
1978 "ReasonCode": "0x15F0",
1979 "Words6To9": {}
1980 },
1981
1982 "Callouts": [
1983 {
1984 "CalloutList": [
1985 { "Priority": "high", "SymbolicFRU": "pwrsply" }
1986 ]
1987 }
1988 ],
1989
1990 "Documentation": {
1991 "Description": "Power Supply input power fault",
1992 "Message": "A power supply has indicated an input or under voltage condition.",
1993 "Notes": [
1994 "Check the power supply cabling and/or input power ",
1995 "source. The PWRSPLY procedure is used rather than ",
1996 "calling out a location code, as typically these faults ",
1997 "are related to the supplied power, the cable, or the ",
1998 "cable connectors. If the input fault resolves down to an ",
1999 "issue with the power supply itself, the power supply ",
2000 "indicating this input fault should be called out. Add the ",
2001 "CALLOUT_INVENTORY_PATH to the additional data, and set the",
2002 "CALLOUT_PRIORITY to something other than high."
2003 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06002004 },
2005
2006 "JournalCapture": {
2007 "Sections": [
2008 {
2009 "SyslogID": "phosphor-psu-monitor",
2010 "NumLines": 30
2011 },
2012 {
2013 "SyslogID": "phosphor-power-control",
2014 "NumLines": 30
2015 },
2016 {
2017 "SyslogID": "phosphor-chassis-state-manager",
2018 "NumLines": 15
2019 },
2020 {
2021 "SyslogID": "systemd",
2022 "NumLines": 15
2023 }
2024 ]
Brandon Wyman38caaf02020-09-01 16:07:42 -05002025 }
2026 },
2027
2028 {
2029 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Fault",
2030 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05002031 "ActionFlags": ["service_action", "report", "call_home"],
2032 "ComponentID": "0x2700",
2033
2034 "SRC": {
2035 "Type": "11",
2036 "ReasonCode": "0x15F1",
Matt Spinler04ac4e32023-04-14 14:16:37 -05002037 "Words6To9": {},
2038 "DeconfigFlag": true
Brandon Wyman38caaf02020-09-01 16:07:42 -05002039 },
2040
Jim Wright006dafd2022-05-27 12:09:43 -05002041 "Callouts": [
2042 {
2043 "CalloutList": [
2044 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
2045 ]
2046 }
2047 ],
2048
Brandon Wyman38caaf02020-09-01 16:07:42 -05002049 "Documentation": {
2050 "Description": "Power Supply power fault",
2051 "Message": "The power supply detected a fault condition, see AdditionalData for further details.",
2052 "Notes": [
2053 "The power supply reporting the fault should be called ",
2054 "out using the CALLOUT_INVENTORY_PATH keyword. Include ",
2055 "specific fault, STATUS_* details, and code level in the ",
2056 "AdditionalData section."
2057 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06002058 },
2059
2060 "JournalCapture": {
2061 "Sections": [
2062 {
2063 "SyslogID": "phosphor-psu-monitor",
2064 "NumLines": 30
2065 },
2066 {
2067 "SyslogID": "phosphor-power-control",
2068 "NumLines": 30
2069 },
2070 {
2071 "SyslogID": "phosphor-chassis-state-manager",
2072 "NumLines": 15
2073 },
2074 {
2075 "SyslogID": "systemd",
2076 "NumLines": 15
2077 }
2078 ]
Brandon Wyman38caaf02020-09-01 16:07:42 -05002079 }
2080 },
2081
2082 {
2083 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.CommFault",
2084 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05002085 "ActionFlags": ["service_action", "report", "call_home"],
2086 "ComponentID": "0x2700",
2087
2088 "SRC": {
2089 "Type": "11",
2090 "ReasonCode": "0x15F2",
Matt Spinler04ac4e32023-04-14 14:16:37 -05002091 "Words6To9": {},
2092 "DeconfigFlag": true
Brandon Wyman38caaf02020-09-01 16:07:42 -05002093 },
2094
Jim Wright006dafd2022-05-27 12:09:43 -05002095 "Callouts": [
2096 {
2097 "CalloutList": [
2098 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
2099 ]
2100 }
2101 ],
2102
Brandon Wyman38caaf02020-09-01 16:07:42 -05002103 "Documentation": {
2104 "Description": "Power Supply non-power fault",
2105 "Message": "A communication failure occurred talking to the power supply",
2106 "Notes": [
2107 "Communication problems with the power supply could be ",
2108 "the power supply, or any hardware between it and the ",
2109 "BMC. Reporting the error should be passing in a call ",
2110 "out using CALLOUT_DEVICE_PATH."
2111 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06002112 },
2113 "JournalCapture": {
2114 "Sections": [
2115 {
2116 "SyslogID": "phosphor-psu-monitor",
2117 "NumLines": 30
2118 },
2119 {
2120 "SyslogID": "phosphor-power-control",
2121 "NumLines": 30
2122 },
2123 {
2124 "SyslogID": "phosphor-chassis-state-manager",
2125 "NumLines": 15
2126 },
2127 {
2128 "SyslogID": "systemd",
2129 "NumLines": 15
2130 }
2131 ]
Brandon Wyman38caaf02020-09-01 16:07:42 -05002132 }
2133 },
2134
2135 {
2136 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Missing",
2137 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05002138 "ActionFlags": ["service_action", "report", "call_home"],
2139 "ComponentID": "0x2700",
2140
2141 "SRC": {
2142 "Type": "11",
2143 "ReasonCode": "0x15F6",
Matt Spinler04ac4e32023-04-14 14:16:37 -05002144 "Words6To9": {},
2145 "DeconfigFlag": true
Brandon Wyman38caaf02020-09-01 16:07:42 -05002146 },
2147
2148 "Callouts": [
2149 {
2150 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -05002151 {
2152 "Priority": "high",
2153 "SymbolicFRUTrusted": "pwrsply",
2154 "UseInventoryLocCode": true
2155 }
Brandon Wyman38caaf02020-09-01 16:07:42 -05002156 ]
2157 }
2158 ],
2159
2160 "Documentation": {
2161 "Description": "Power Supply is missing",
2162 "Message": "A power supply that should be present is missing",
2163 "Notes": [
2164 "The CalloutList should use the PWRSPLY symbolic FRU ",
Matt Spinler80600192020-10-23 09:29:33 -05002165 "with the trusted location code property. The ",
2166 "location code in this callout is obtained from ",
2167 "the passed in CALLOUT_INVENTORY_PATH value."
Brandon Wyman38caaf02020-09-01 16:07:42 -05002168 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06002169 },
2170
2171 "JournalCapture": {
2172 "Sections": [
2173 {
2174 "SyslogID": "phosphor-psu-monitor",
2175 "NumLines": 30
2176 },
2177 {
2178 "SyslogID": "phosphor-power-control",
2179 "NumLines": 30
2180 },
2181 {
2182 "SyslogID": "phosphor-chassis-state-manager",
2183 "NumLines": 15
2184 },
2185 {
2186 "SyslogID": "systemd",
2187 "NumLines": 15
2188 }
2189 ]
Brandon Wyman38caaf02020-09-01 16:07:42 -05002190 }
2191 },
2192
2193 {
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00002194 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.NotSupported",
2195 "Subsystem": "power_supply",
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00002196 "ActionFlags": ["service_action", "report", "call_home"],
2197 "ComponentID": "0x2700",
2198
2199 "SRC": {
2200 "Type": "11",
2201 "ReasonCode": "0x15F7",
2202 "Words6To9": {}
2203 },
2204
Jim Wright006dafd2022-05-27 12:09:43 -05002205 "Callouts": [
2206 {
2207 "CalloutList": [
2208 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
2209 ]
2210 }
2211 ],
2212
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00002213 "Documentation": {
2214 "Description": "Power Supply configuration is not supported",
2215 "Message": "The power supply configuration is not supported",
2216 "Notes": [
2217 "The combination of power supplies detected in the ",
2218 "system is not supported. This could be caused by ",
2219 "mismatched models, less than expected number of power ",
2220 "supplies, or other unsupported characteristics."
2221 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06002222 },
2223
2224 "JournalCapture": {
2225 "Sections": [
2226 {
2227 "SyslogID": "phosphor-psu-monitor",
2228 "NumLines": 30
2229 },
2230 {
2231 "SyslogID": "phosphor-power-control",
2232 "NumLines": 30
2233 },
2234 {
2235 "SyslogID": "phosphor-chassis-state-manager",
2236 "NumLines": 15
2237 },
2238 {
2239 "SyslogID": "systemd",
2240 "NumLines": 15
2241 }
2242 ]
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00002243 }
2244 },
2245
2246 {
Brandon Wymanc30f00a2021-11-18 21:10:04 +00002247 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.FanFault",
2248 "Subsystem": "power_supply",
Brandon Wymanc30f00a2021-11-18 21:10:04 +00002249 "ActionFlags": ["service_action", "report", "call_home"],
2250 "ComponentID": "0x2700",
2251
2252 "SRC": {
2253 "Type": "11",
2254 "ReasonCode": "0x15FF",
Matt Spinler04ac4e32023-04-14 14:16:37 -05002255 "Words6To9": {},
2256 "DeconfigFlag": true
Brandon Wymanc30f00a2021-11-18 21:10:04 +00002257 },
2258
Jim Wright006dafd2022-05-27 12:09:43 -05002259 "Callouts": [
2260 {
2261 "CalloutList": [
2262 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
2263 ]
2264 }
2265 ],
2266
Brandon Wymanc30f00a2021-11-18 21:10:04 +00002267 "Documentation": {
2268 "Description": "Power Supply fan fault",
2269 "Message": "A power supply indicated a fan fault has occurred",
2270 "Notes": [
2271 "The power supply reporting the fault should be called ",
2272 "out using the CALLOUT_INVENTORY_PATH keyword. Include ",
2273 "specific fault, STATUS_* details, and code level in the ",
2274 "AdditionalData section."
2275 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06002276 },
2277
2278 "JournalCapture": {
2279 "Sections": [
2280 {
2281 "SyslogID": "phosphor-psu-monitor",
2282 "NumLines": 30
2283 },
2284 {
2285 "SyslogID": "phosphor-power-control",
2286 "NumLines": 30
2287 },
2288 {
2289 "SyslogID": "phosphor-chassis-state-manager",
2290 "NumLines": 15
2291 },
2292 {
2293 "SyslogID": "systemd",
2294 "NumLines": 15
2295 }
2296 ]
Brandon Wymanc30f00a2021-11-18 21:10:04 +00002297 }
2298 },
2299
2300 {
Brandon Wyman90c88402021-11-16 20:34:49 +00002301 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.IoutOCFault",
2302 "Subsystem": "power_supply",
Brandon Wyman90c88402021-11-16 20:34:49 +00002303 "ActionFlags": ["service_action", "report", "call_home"],
2304 "ComponentID": "0x2700",
2305
2306 "SRC": {
2307 "Type": "11",
2308 "ReasonCode": "0x1B01",
2309 "Words6To9": {}
2310 },
2311
2312 "Callouts": [
2313 {
2314 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06002315 { "Priority": "high", "Procedure": "BMC0005" }
Brandon Wyman90c88402021-11-16 20:34:49 +00002316 ]
2317 }
2318 ],
2319
2320 "Documentation": {
2321 "Description": "Power Supply output over-current power fault",
2322 "Message": "A power supply has indicated an output over-current condition."
Faisal Awada8d2b2422023-03-03 15:48:09 -06002323 },
2324
2325 "JournalCapture": {
2326 "Sections": [
2327 {
2328 "SyslogID": "phosphor-psu-monitor",
2329 "NumLines": 30
2330 },
2331 {
2332 "SyslogID": "phosphor-power-control",
2333 "NumLines": 30
2334 },
2335 {
2336 "SyslogID": "phosphor-chassis-state-manager",
2337 "NumLines": 15
2338 },
2339 {
2340 "SyslogID": "systemd",
2341 "NumLines": 15
2342 }
2343 ]
Brandon Wyman90c88402021-11-16 20:34:49 +00002344 }
2345 },
2346
2347 {
Jay Meyer54ff54e2021-03-14 20:18:41 -05002348 "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Blackout",
2349 "Subsystem": "power",
Patrick Williams26919f02022-12-08 06:12:43 -06002350 "ActionFlags": ["report", "service_action"],
Jay Meyer54ff54e2021-03-14 20:18:41 -05002351 "ComponentID": "0x2700",
2352
Patrick Williams26919f02022-12-08 06:12:43 -06002353 "SRC": {
Jay Meyer54ff54e2021-03-14 20:18:41 -05002354 "Type": "11",
2355 "ReasonCode": "0x00AC",
Mike Cappsa2d7b772022-03-07 15:47:48 -05002356 "Words6To9": {}
Jay Meyer54ff54e2021-03-14 20:18:41 -05002357 },
2358
2359 "Callouts": [
2360 {
2361 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002362 { "Priority": "high", "SymbolicFRU": "ac_module" }
Jay Meyer54ff54e2021-03-14 20:18:41 -05002363 ]
2364 }
2365 ],
2366
2367 "Documentation": {
2368 "Description": "Input power was lost while the system was powered on.",
2369 "Message": "Input power was lost while the system was powered on.",
2370 "Notes": [
2371 "Input power was lost while system powered on.",
2372 "The CalloutList should use the ACMODUL symbolic FRU."
2373 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06002374 },
2375
2376 "JournalCapture": {
2377 "Sections": [
2378 {
2379 "SyslogID": "phosphor-psu-monitor",
2380 "NumLines": 30
2381 },
2382 {
2383 "SyslogID": "phosphor-power-control",
2384 "NumLines": 30
2385 },
2386 {
2387 "SyslogID": "phosphor-chassis-state-manager",
2388 "NumLines": 15
2389 },
2390 {
2391 "SyslogID": "systemd",
2392 "NumLines": 15
2393 }
2394 ]
Jay Meyer54ff54e2021-03-14 20:18:41 -05002395 }
2396 },
2397
2398 {
Patrick Williams26919f02022-12-08 06:12:43 -06002399 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.PSKillFault",
Brandon Wyman002d8cf2021-12-01 23:05:11 +00002400 "Subsystem": "power_supply",
Brandon Wyman002d8cf2021-12-01 23:05:11 +00002401 "ActionFlags": ["service_action", "report", "call_home"],
2402 "ComponentID": "0x2700",
2403
2404 "SRC": {
2405 "Type": "11",
2406 "ReasonCode": "0x2500",
Mike Cappsa2d7b772022-03-07 15:47:48 -05002407 "Words6To9": {}
Brandon Wyman002d8cf2021-12-01 23:05:11 +00002408 },
2409
2410 "Callouts": [
2411 {
2412 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06002413 { "Priority": "high", "Procedure": "BMC0005" }
Brandon Wyman002d8cf2021-12-01 23:05:11 +00002414 ]
2415 }
2416 ],
2417
2418 "Documentation": {
2419 "Description": "A power supply fault is potentially preventing the power supply from allowing the system to power on.",
2420 "Message": "Power supply PSKill_fault",
Patrick Williams26919f02022-12-08 06:12:43 -06002421 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06002422 },
2423
2424 "JournalCapture": {
2425 "Sections": [
2426 {
2427 "SyslogID": "phosphor-psu-monitor",
2428 "NumLines": 30
2429 },
2430 {
2431 "SyslogID": "phosphor-power-control",
2432 "NumLines": 30
2433 },
2434 {
2435 "SyslogID": "phosphor-chassis-state-manager",
2436 "NumLines": 15
2437 },
2438 {
2439 "SyslogID": "systemd",
2440 "NumLines": 15
2441 }
2442 ]
Brandon Wyman002d8cf2021-12-01 23:05:11 +00002443 }
2444 },
2445
2446 {
Jim Wright7f678902020-11-30 16:03:57 -06002447 "Name": "xyz.openbmc_project.Power.Error.Shutdown",
2448 "Subsystem": "power_sequencer",
2449 "ComponentID": "0x2700",
2450
2451 "SRC": {
2452 "Type": "11",
2453 "ReasonCode": "0x2600",
2454 "Words6To9": {}
2455 },
2456
2457 "Callouts": [
2458 {
2459 "CalloutList": [
2460 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2461 ]
2462 }
2463 ],
2464
2465 "Documentation": {
2466 "Description": "A power off was issued because a power fault was detected",
2467 "Message": "A power off was issued because a power fault was detected",
Patrick Williams26919f02022-12-08 06:12:43 -06002468 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06002469 },
2470
2471 "JournalCapture": {
2472 "Sections": [
2473 {
2474 "SyslogID": "phosphor-psu-monitor",
2475 "NumLines": 30
2476 },
2477 {
2478 "SyslogID": "phosphor-power-control",
2479 "NumLines": 30
2480 },
2481 {
2482 "SyslogID": "phosphor-chassis-state-manager",
2483 "NumLines": 15
2484 },
2485 {
2486 "SyslogID": "systemd",
2487 "NumLines": 15
2488 },
2489 {
2490 "SyslogID": "phosphor-regulators",
2491 "NumLines": 5
2492 }
2493 ]
Jim Wright7f678902020-11-30 16:03:57 -06002494 }
2495 },
2496
2497 {
Ben Tyner0273a222021-07-12 15:18:13 -05002498 "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Regulator",
2499 "Subsystem": "power_control_hw",
Mike Capps2a2d0ae2022-03-16 18:09:00 -04002500 "Severity": "critical_system_term",
Ben Tyner0273a222021-07-12 15:18:13 -05002501 "ComponentID": "0x2700",
2502
2503 "SRC": {
2504 "Type": "11",
2505 "ReasonCode": "0x2602",
Mike Cappsa2d7b772022-03-07 15:47:48 -05002506 "Words6To9": {}
Ben Tyner0273a222021-07-12 15:18:13 -05002507 },
2508
2509 "Callouts": [
2510 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05002511 "System": "com.ibm.Hardware.Chassis.Model.Rainier",
Ben Tyner0273a222021-07-12 15:18:13 -05002512 "CalloutList": [
2513 {
2514 "Priority": "high",
2515 "LocCode": "P0-C5"
2516 },
2517 {
2518 "Priority": "medium",
2519 "LocCode": "P0"
2520 }
2521 ]
2522 },
2523 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05002524 "System": "com.ibm.Hardware.Chassis.Model.Everest",
Ben Tyner0273a222021-07-12 15:18:13 -05002525 "CalloutList": [
2526 {
2527 "Priority": "high",
2528 "LocCode": "P0-C59"
2529 },
2530 {
2531 "Priority": "medium",
2532 "LocCode": "P0"
2533 }
2534 ]
Matt Spinler0600cf72023-04-10 11:22:33 -05002535 },
2536 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05002537 "System": "com.ibm.Hardware.Chassis.Model.Bonnell",
Matt Spinler0600cf72023-04-10 11:22:33 -05002538 "CalloutList": [
2539 {
2540 "Priority": "high",
Faisal Awada61b13362024-03-27 13:44:55 -05002541 "SymbolicFRU": "pgood_part"
Matt Spinler0600cf72023-04-10 11:22:33 -05002542 }
2543 ]
Ben Tyner0273a222021-07-12 15:18:13 -05002544 }
2545 ],
2546
2547 "Documentation": {
2548 "Description": "A power off was issued because a regulator for standby power faulted",
2549 "Message": "A power off was issued because a regulator for standby power faulted",
Patrick Williams26919f02022-12-08 06:12:43 -06002550 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06002551 },
2552
2553 "JournalCapture": {
2554 "Sections": [
2555 {
2556 "SyslogID": "phosphor-psu-monitor",
2557 "NumLines": 30
2558 },
2559 {
2560 "SyslogID": "phosphor-power-control",
2561 "NumLines": 30
2562 },
2563 {
2564 "SyslogID": "phosphor-chassis-state-manager",
2565 "NumLines": 15
2566 },
2567 {
2568 "SyslogID": "systemd",
2569 "NumLines": 15
2570 },
2571 {
2572 "SyslogID": "phosphor-regulators",
2573 "NumLines": 5
2574 }
2575 ]
Ben Tyner0273a222021-07-12 15:18:13 -05002576 }
2577 },
2578
2579 {
Jim Wright7f678902020-11-30 16:03:57 -06002580 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerPGOODFault",
2581 "Subsystem": "power_sequencer",
2582 "ComponentID": "0x2700",
2583
2584 "SRC": {
2585 "Type": "11",
2586 "ReasonCode": "0x2610",
2587 "Words6To9": {}
2588 },
2589
2590 "CalloutsUsingAD": {
Patrick Williams26919f02022-12-08 06:12:43 -06002591 "ADName": "INPUT_NAME",
2592 "CalloutsWithTheirADValues": [
Jim Wright7f678902020-11-30 16:03:57 -06002593 {
Patrick Williams26919f02022-12-08 06:12:43 -06002594 "ADValue": "PGOOD_12A",
2595 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002596 {
2597 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002598 {
2599 "Priority": "high",
2600 "SymbolicFRU": "pgood_part"
2601 }
Jim Wright7f678902020-11-30 16:03:57 -06002602 ]
2603 }
2604 ]
2605 },
2606 {
Patrick Williams26919f02022-12-08 06:12:43 -06002607 "ADValue": "PGOOD_12B",
2608 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002609 {
2610 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002611 {
2612 "Priority": "high",
2613 "SymbolicFRU": "pgood_part"
2614 }
Jim Wright7f678902020-11-30 16:03:57 -06002615 ]
2616 }
2617 ]
2618 },
2619 {
Patrick Williams26919f02022-12-08 06:12:43 -06002620 "ADValue": "PGOOD_12C",
2621 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002622 {
2623 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002624 {
2625 "Priority": "high",
2626 "SymbolicFRU": "pgood_part"
2627 }
Jim Wright7f678902020-11-30 16:03:57 -06002628 ]
2629 }
2630 ]
2631 },
2632 {
Patrick Williams26919f02022-12-08 06:12:43 -06002633 "ADValue": "PGOOD_12D",
2634 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002635 {
2636 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002637 {
2638 "Priority": "high",
2639 "SymbolicFRU": "pgood_part"
2640 }
Jim Wright7f678902020-11-30 16:03:57 -06002641 ]
2642 }
2643 ]
2644 },
2645 {
Patrick Williams26919f02022-12-08 06:12:43 -06002646 "ADValue": "PGOOD_12L",
2647 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002648 {
2649 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002650 {
2651 "Priority": "high",
2652 "SymbolicFRU": "pgood_part"
2653 }
Jim Wright7f678902020-11-30 16:03:57 -06002654 ]
2655 }
2656 ]
2657 },
2658 {
Patrick Williams26919f02022-12-08 06:12:43 -06002659 "ADValue": "PGOOD_12M",
2660 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002661 {
2662 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002663 {
2664 "Priority": "high",
2665 "SymbolicFRU": "pgood_part"
2666 }
Jim Wright7f678902020-11-30 16:03:57 -06002667 ]
2668 }
2669 ]
2670 },
2671 {
Patrick Williams26919f02022-12-08 06:12:43 -06002672 "ADValue": "PGOOD_12N",
2673 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002674 {
2675 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002676 {
2677 "Priority": "high",
2678 "SymbolicFRU": "pgood_part"
2679 }
Jim Wright7f678902020-11-30 16:03:57 -06002680 ]
2681 }
2682 ]
2683 },
2684 {
Patrick Williams26919f02022-12-08 06:12:43 -06002685 "ADValue": "PGOOD_12PCIE",
2686 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002687 {
2688 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002689 {
2690 "Priority": "high",
2691 "SymbolicFRU": "pgood_part"
2692 }
Jim Wright7f678902020-11-30 16:03:57 -06002693 ]
2694 }
2695 ]
2696 },
2697 {
Patrick Williams26919f02022-12-08 06:12:43 -06002698 "ADValue": "PGOOD_12Q",
2699 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002700 {
2701 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002702 {
2703 "Priority": "high",
2704 "SymbolicFRU": "pgood_part"
2705 }
Jim Wright7f678902020-11-30 16:03:57 -06002706 ]
2707 }
2708 ]
2709 },
2710 {
Patrick Williams26919f02022-12-08 06:12:43 -06002711 "ADValue": "PGOOD_VDN_DCM0",
2712 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002713 {
2714 "CalloutList": [
2715 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002716 {
2717 "Priority": "medium",
2718 "LocCode": "P0-C15"
2719 },
Jim Wright7f678902020-11-30 16:03:57 -06002720 { "Priority": "low", "LocCode": "P0" }
2721 ]
2722 }
2723 ]
2724 },
2725 {
Patrick Williams26919f02022-12-08 06:12:43 -06002726 "ADValue": "PGOOD_VDN_DCM1",
2727 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002728 {
2729 "CalloutList": [
2730 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002731 {
2732 "Priority": "medium",
2733 "LocCode": "P0-C24"
2734 },
Jim Wright7f678902020-11-30 16:03:57 -06002735 { "Priority": "low", "LocCode": "P0" }
2736 ]
2737 }
2738 ]
2739 },
2740 {
Patrick Williams26919f02022-12-08 06:12:43 -06002741 "ADValue": "PGOOD_VCS_DCM0",
2742 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002743 {
2744 "CalloutList": [
2745 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002746 {
2747 "Priority": "medium",
2748 "LocCode": "P0-C15"
2749 },
Jim Wright7f678902020-11-30 16:03:57 -06002750 { "Priority": "low", "LocCode": "P0" }
2751 ]
2752 }
2753 ]
2754 },
2755 {
Patrick Williams26919f02022-12-08 06:12:43 -06002756 "ADValue": "PGOOD_VCS_DCM1",
2757 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002758 {
2759 "CalloutList": [
2760 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002761 {
2762 "Priority": "medium",
2763 "LocCode": "P0-C24"
2764 },
Jim Wright7f678902020-11-30 16:03:57 -06002765 { "Priority": "low", "LocCode": "P0" }
2766 ]
2767 }
2768 ]
2769 },
2770 {
Patrick Williams26919f02022-12-08 06:12:43 -06002771 "ADValue": "PGOOD_VIO_DCM0",
2772 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002773 {
2774 "CalloutList": [
2775 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002776 {
2777 "Priority": "medium",
2778 "LocCode": "P0-C15"
2779 },
Jim Wright7f678902020-11-30 16:03:57 -06002780 { "Priority": "low", "LocCode": "P0" }
2781 ]
2782 }
2783 ]
2784 },
2785 {
Patrick Williams26919f02022-12-08 06:12:43 -06002786 "ADValue": "PGOOD_VIO_DCM1",
2787 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002788 {
2789 "CalloutList": [
2790 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002791 {
2792 "Priority": "medium",
2793 "LocCode": "P0-C24"
2794 },
Jim Wright7f678902020-11-30 16:03:57 -06002795 { "Priority": "low", "LocCode": "P0" }
2796 ]
2797 }
2798 ]
2799 },
2800 {
Patrick Williams26919f02022-12-08 06:12:43 -06002801 "ADValue": "PGOOD_VPCIE_DCM0",
2802 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002803 {
2804 "CalloutList": [
2805 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002806 {
2807 "Priority": "medium",
2808 "LocCode": "P0-C15"
2809 },
Jim Wright7f678902020-11-30 16:03:57 -06002810 { "Priority": "low", "LocCode": "P0" }
2811 ]
2812 }
2813 ]
2814 },
2815 {
Patrick Williams26919f02022-12-08 06:12:43 -06002816 "ADValue": "PGOOD_VPCIE_DCM1",
2817 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002818 {
2819 "CalloutList": [
2820 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002821 {
2822 "Priority": "medium",
2823 "LocCode": "P0-C24"
2824 },
Jim Wright7f678902020-11-30 16:03:57 -06002825 { "Priority": "low", "LocCode": "P0" }
2826 ]
2827 }
2828 ]
Jim Wright2e4eb072022-02-03 14:43:46 -06002829 },
2830 {
Patrick Williams26919f02022-12-08 06:12:43 -06002831 "ADValue": "CP0_VPCIE",
2832 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002833 {
2834 "CalloutList": [
2835 { "Priority": "high", "LocCode": "P0-C58" },
Patrick Williams26919f02022-12-08 06:12:43 -06002836 {
2837 "Priority": "medium",
2838 "LocCode": "P0-C61"
2839 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002840 { "Priority": "low", "LocCode": "P0" }
2841 ]
2842 }
2843 ]
2844 },
2845 {
Patrick Williams26919f02022-12-08 06:12:43 -06002846 "ADValue": "CP1_VPCIE",
2847 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002848 {
2849 "CalloutList": [
2850 { "Priority": "high", "LocCode": "P0-C16" },
Patrick Williams26919f02022-12-08 06:12:43 -06002851 {
2852 "Priority": "medium",
2853 "LocCode": "P0-C14"
2854 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002855 { "Priority": "low", "LocCode": "P0" }
2856 ]
2857 }
2858 ]
2859 },
2860 {
Patrick Williams26919f02022-12-08 06:12:43 -06002861 "ADValue": "CP2_VPCIE",
2862 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002863 {
2864 "CalloutList": [
2865 { "Priority": "high", "LocCode": "P0-C16" },
Patrick Williams26919f02022-12-08 06:12:43 -06002866 {
2867 "Priority": "medium",
2868 "LocCode": "P0-C19"
2869 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002870 { "Priority": "low", "LocCode": "P0" }
2871 ]
2872 }
2873 ]
2874 },
2875 {
Patrick Williams26919f02022-12-08 06:12:43 -06002876 "ADValue": "CP3_VPCIE",
2877 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002878 {
2879 "CalloutList": [
2880 { "Priority": "high", "LocCode": "P0-C58" },
Patrick Williams26919f02022-12-08 06:12:43 -06002881 {
2882 "Priority": "medium",
2883 "LocCode": "P0-C56"
2884 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002885 { "Priority": "low", "LocCode": "P0" }
2886 ]
2887 }
2888 ]
2889 },
2890 {
Patrick Williams26919f02022-12-08 06:12:43 -06002891 "ADValue": "5.0V_USB_front",
2892 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002893 {
2894 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002895 {
2896 "Priority": "high",
2897 "SymbolicFRU": "usb_pgood"
2898 },
Jim Wrightace33db2022-04-19 14:33:37 -05002899 { "Priority": "low", "LocCode": "P1" },
2900 { "Priority": "low", "LocCode": "P0" }
Jim Wright2e4eb072022-02-03 14:43:46 -06002901 ]
2902 }
2903 ]
2904 },
2905 {
Patrick Williams26919f02022-12-08 06:12:43 -06002906 "ADValue": "CP0_VDN",
2907 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002908 {
2909 "CalloutList": [
2910 { "Priority": "high", "LocCode": "P0-C63" },
Patrick Williams26919f02022-12-08 06:12:43 -06002911 {
2912 "Priority": "medium",
2913 "LocCode": "P0-C61"
2914 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002915 { "Priority": "low", "LocCode": "P0" }
2916 ]
2917 }
2918 ]
2919 },
2920 {
Patrick Williams26919f02022-12-08 06:12:43 -06002921 "ADValue": "CP1_VDN",
2922 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002923 {
2924 "CalloutList": [
2925 { "Priority": "high", "LocCode": "P0-C12" },
Patrick Williams26919f02022-12-08 06:12:43 -06002926 {
2927 "Priority": "medium",
2928 "LocCode": "P0-C14"
2929 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002930 { "Priority": "low", "LocCode": "P0" }
2931 ]
2932 }
2933 ]
2934 },
2935 {
Patrick Williams26919f02022-12-08 06:12:43 -06002936 "ADValue": "CP2_VDN",
2937 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002938 {
2939 "CalloutList": [
2940 { "Priority": "high", "LocCode": "P0-C21" },
Patrick Williams26919f02022-12-08 06:12:43 -06002941 {
2942 "Priority": "medium",
2943 "LocCode": "P0-C19"
2944 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002945 { "Priority": "low", "LocCode": "P0" }
2946 ]
2947 }
2948 ]
2949 },
2950 {
Patrick Williams26919f02022-12-08 06:12:43 -06002951 "ADValue": "CP3_VDN",
2952 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002953 {
2954 "CalloutList": [
2955 { "Priority": "high", "LocCode": "P0-C54" },
Patrick Williams26919f02022-12-08 06:12:43 -06002956 {
2957 "Priority": "medium",
2958 "LocCode": "P0-C56"
2959 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002960 { "Priority": "low", "LocCode": "P0" }
2961 ]
2962 }
2963 ]
2964 },
2965 {
Patrick Williams26919f02022-12-08 06:12:43 -06002966 "ADValue": "CP0_VIO",
2967 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002968 {
2969 "CalloutList": [
2970 { "Priority": "high", "LocCode": "P0-C63" },
Patrick Williams26919f02022-12-08 06:12:43 -06002971 {
2972 "Priority": "medium",
2973 "LocCode": "P0-C61"
2974 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002975 { "Priority": "low", "LocCode": "P0" }
2976 ]
2977 }
2978 ]
2979 },
2980 {
Patrick Williams26919f02022-12-08 06:12:43 -06002981 "ADValue": "CP1_VIO",
2982 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002983 {
2984 "CalloutList": [
2985 { "Priority": "high", "LocCode": "P0-C12" },
Patrick Williams26919f02022-12-08 06:12:43 -06002986 {
2987 "Priority": "medium",
2988 "LocCode": "P0-C14"
2989 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002990 { "Priority": "low", "LocCode": "P0" }
2991 ]
2992 }
2993 ]
2994 },
2995 {
Patrick Williams26919f02022-12-08 06:12:43 -06002996 "ADValue": "CP2_VIO",
2997 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002998 {
2999 "CalloutList": [
3000 { "Priority": "high", "LocCode": "P0-C21" },
Patrick Williams26919f02022-12-08 06:12:43 -06003001 {
3002 "Priority": "medium",
3003 "LocCode": "P0-C19"
3004 },
Jim Wright2e4eb072022-02-03 14:43:46 -06003005 { "Priority": "low", "LocCode": "P0" }
3006 ]
3007 }
3008 ]
3009 },
3010 {
Patrick Williams26919f02022-12-08 06:12:43 -06003011 "ADValue": "CP3_VIO",
3012 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06003013 {
3014 "CalloutList": [
3015 { "Priority": "high", "LocCode": "P0-C54" },
Patrick Williams26919f02022-12-08 06:12:43 -06003016 {
3017 "Priority": "medium",
3018 "LocCode": "P0-C56"
3019 },
Jim Wright2e4eb072022-02-03 14:43:46 -06003020 { "Priority": "low", "LocCode": "P0" }
3021 ]
3022 }
3023 ]
Jim Wright7f678902020-11-30 16:03:57 -06003024 }
3025 ]
3026 },
3027
3028 "Documentation": {
3029 "Description": "The power sequencer chip detected a PGOOD fault",
3030 "Message": "The power sequencer chip detected a PGOOD fault",
Patrick Williams26919f02022-12-08 06:12:43 -06003031 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06003032 },
3033
3034 "JournalCapture": {
3035 "Sections": [
3036 {
3037 "SyslogID": "phosphor-psu-monitor",
3038 "NumLines": 30
3039 },
3040 {
3041 "SyslogID": "phosphor-power-control",
3042 "NumLines": 30
3043 },
3044 {
3045 "SyslogID": "phosphor-chassis-state-manager",
3046 "NumLines": 15
3047 },
3048 {
3049 "SyslogID": "systemd",
3050 "NumLines": 15
3051 },
3052 {
3053 "SyslogID": "phosphor-regulators",
3054 "NumLines": 5
3055 }
3056 ]
Jim Wright7f678902020-11-30 16:03:57 -06003057 }
3058 },
3059
3060 {
3061 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerVoltageFault",
3062 "Subsystem": "power_sequencer",
3063 "ComponentID": "0x2700",
3064
3065 "SRC": {
3066 "Type": "11",
3067 "ReasonCode": "0x2620",
3068 "Words6To9": {}
3069 },
3070
3071 "CalloutsUsingAD": {
Patrick Williams26919f02022-12-08 06:12:43 -06003072 "ADName": "RAIL_NAME",
3073 "CalloutsWithTheirADValues": [
Jim Wright7f678902020-11-30 16:03:57 -06003074 {
Patrick Williams26919f02022-12-08 06:12:43 -06003075 "ADValue": "12.0V",
3076 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003077 {
3078 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003079 {
3080 "Priority": "high",
3081 "SymbolicFRU": "pgood_part"
3082 }
Jim Wright7f678902020-11-30 16:03:57 -06003083 ]
3084 }
3085 ]
3086 },
3087 {
Patrick Williams26919f02022-12-08 06:12:43 -06003088 "ADValue": "5.0V_USB",
3089 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003090 {
3091 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003092 {
3093 "Priority": "high",
3094 "SymbolicFRU": "usb_pgood"
3095 },
Jim Wright7f678902020-11-30 16:03:57 -06003096 { "Priority": "medium", "LocCode": "P0" }
3097 ]
3098 }
3099 ]
3100 },
3101 {
Patrick Williams26919f02022-12-08 06:12:43 -06003102 "ADValue": "5.0V_DASD",
3103 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003104 {
3105 "CalloutList": [
3106 { "Priority": "medium", "LocCode": "P1" },
3107 { "Priority": "medium", "LocCode": "P2" },
Jim Wright7f678902020-11-30 16:03:57 -06003108 { "Priority": "low", "LocCode": "P0" }
3109 ]
3110 }
3111 ]
3112 },
3113 {
Patrick Williams26919f02022-12-08 06:12:43 -06003114 "ADValue": "3.3VA",
3115 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003116 {
3117 "CalloutList": [
3118 { "Priority": "high", "LocCode": "P0" }
3119 ]
3120 }
3121 ]
3122 },
3123 {
Patrick Williams26919f02022-12-08 06:12:43 -06003124 "ADValue": "3.3VB",
3125 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003126 {
3127 "CalloutList": [
3128 { "Priority": "high", "LocCode": "P0" }
3129 ]
3130 }
3131 ]
3132 },
3133 {
Patrick Williams26919f02022-12-08 06:12:43 -06003134 "ADValue": "1.5V",
3135 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003136 {
3137 "CalloutList": [
3138 { "Priority": "high", "LocCode": "P0" }
3139 ]
3140 }
3141 ]
3142 },
3143 {
Patrick Williams26919f02022-12-08 06:12:43 -06003144 "ADValue": "1.1V",
3145 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003146 {
3147 "CalloutList": [
3148 { "Priority": "high", "LocCode": "P0" }
3149 ]
3150 }
3151 ]
3152 },
3153 {
Patrick Williams26919f02022-12-08 06:12:43 -06003154 "ADValue": "VDDA_DCM0",
3155 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003156 {
3157 "CalloutList": [
3158 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06003159 {
3160 "Priority": "medium",
3161 "LocCode": "P0-C15"
3162 },
Jim Wright7f678902020-11-30 16:03:57 -06003163 { "Priority": "low", "LocCode": "P0" }
3164 ]
3165 }
3166 ]
3167 },
3168 {
Patrick Williams26919f02022-12-08 06:12:43 -06003169 "ADValue": "VDDB_DCM0",
3170 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003171 {
3172 "CalloutList": [
3173 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06003174 {
3175 "Priority": "medium",
3176 "LocCode": "P0-C15"
3177 },
Jim Wright7f678902020-11-30 16:03:57 -06003178 { "Priority": "low", "LocCode": "P0" }
3179 ]
3180 }
3181 ]
3182 },
3183 {
Patrick Williams26919f02022-12-08 06:12:43 -06003184 "ADValue": "VDDA_DCM1",
3185 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003186 {
3187 "CalloutList": [
3188 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06003189 {
3190 "Priority": "medium",
3191 "LocCode": "P0-C24"
3192 },
Jim Wright7f678902020-11-30 16:03:57 -06003193 { "Priority": "low", "LocCode": "P0" }
3194 ]
3195 }
3196 ]
3197 },
3198 {
Patrick Williams26919f02022-12-08 06:12:43 -06003199 "ADValue": "VDDB_DCM1",
3200 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003201 {
3202 "CalloutList": [
3203 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06003204 {
3205 "Priority": "medium",
3206 "LocCode": "P0-C24"
3207 },
Jim Wright7f678902020-11-30 16:03:57 -06003208 { "Priority": "low", "LocCode": "P0" }
3209 ]
3210 }
3211 ]
3212 },
3213 {
Patrick Williams26919f02022-12-08 06:12:43 -06003214 "ADValue": "12.0VCS",
3215 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003216 {
3217 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003218 {
3219 "Priority": "high",
3220 "SymbolicFRU": "pgood_part"
3221 }
Jim Wright7f678902020-11-30 16:03:57 -06003222 ]
3223 }
3224 ]
3225 },
3226 {
Patrick Williams26919f02022-12-08 06:12:43 -06003227 "ADValue": "3.3VCS",
3228 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003229 {
3230 "CalloutList": [
3231 { "Priority": "high", "LocCode": "P0" }
3232 ]
3233 }
3234 ]
3235 },
3236 {
Patrick Williams26919f02022-12-08 06:12:43 -06003237 "ADValue": "1.1V_Current",
3238 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003239 {
3240 "CalloutList": [
3241 { "Priority": "high", "LocCode": "P0" }
3242 ]
3243 }
3244 ]
3245 },
3246 {
Patrick Williams26919f02022-12-08 06:12:43 -06003247 "ADValue": "5.0V_USB_Current",
3248 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003249 {
3250 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003251 {
3252 "Priority": "high",
3253 "SymbolicFRU": "usb_pgood"
3254 },
Jim Wright7f678902020-11-30 16:03:57 -06003255 { "Priority": "medium", "LocCode": "P0" }
3256 ]
3257 }
3258 ]
3259 },
3260 {
Patrick Williams26919f02022-12-08 06:12:43 -06003261 "ADValue": "5.0V_DASD_Current",
3262 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003263 {
3264 "CalloutList": [
3265 { "Priority": "medium", "LocCode": "P1" },
3266 { "Priority": "medium", "LocCode": "P2" },
Jim Wright7f678902020-11-30 16:03:57 -06003267 { "Priority": "low", "LocCode": "P0" }
3268 ]
3269 }
3270 ]
3271 },
3272 {
Patrick Williams26919f02022-12-08 06:12:43 -06003273 "ADValue": "12.0VN",
3274 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003275 {
3276 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003277 {
3278 "Priority": "high",
3279 "SymbolicFRU": "pgood_part"
3280 }
Jim Wright7f678902020-11-30 16:03:57 -06003281 ]
3282 }
3283 ]
3284 },
3285 {
Patrick Williams26919f02022-12-08 06:12:43 -06003286 "ADValue": "12.0VP",
3287 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003288 {
3289 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003290 {
3291 "Priority": "high",
3292 "SymbolicFRU": "pgood_part"
3293 }
Jim Wright7f678902020-11-30 16:03:57 -06003294 ]
3295 }
3296 ]
3297 },
3298 {
Patrick Williams26919f02022-12-08 06:12:43 -06003299 "ADValue": "12.0VQ",
3300 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003301 {
3302 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003303 {
3304 "Priority": "high",
3305 "SymbolicFRU": "pgood_part"
3306 }
Jim Wright7f678902020-11-30 16:03:57 -06003307 ]
3308 }
3309 ]
3310 },
3311 {
Patrick Williams26919f02022-12-08 06:12:43 -06003312 "ADValue": "12.0VR",
3313 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003314 {
3315 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003316 {
3317 "Priority": "high",
3318 "SymbolicFRU": "pgood_part"
3319 }
Jim Wright7f678902020-11-30 16:03:57 -06003320 ]
3321 }
3322 ]
3323 },
3324 {
Patrick Williams26919f02022-12-08 06:12:43 -06003325 "ADValue": "ThermalDiode1",
3326 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003327 {
3328 "CalloutList": [
3329 { "Priority": "high", "LocCode": "P0" }
3330 ]
3331 }
3332 ]
3333 },
3334 {
Patrick Williams26919f02022-12-08 06:12:43 -06003335 "ADValue": "ThermalDiode2",
3336 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003337 {
3338 "CalloutList": [
3339 { "Priority": "high", "LocCode": "P0" }
3340 ]
3341 }
3342 ]
3343 },
3344 {
Patrick Williams26919f02022-12-08 06:12:43 -06003345 "ADValue": "ThermalDiode3",
3346 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003347 {
3348 "CalloutList": [
3349 { "Priority": "high", "LocCode": "P0" }
3350 ]
3351 }
3352 ]
3353 },
3354 {
Patrick Williams26919f02022-12-08 06:12:43 -06003355 "ADValue": "ThermalDiode4",
3356 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003357 {
3358 "CalloutList": [
3359 { "Priority": "high", "LocCode": "P0" }
3360 ]
3361 }
3362 ]
Jim Wrightae1738c2022-05-02 09:57:45 -05003363 },
3364 {
Patrick Williams26919f02022-12-08 06:12:43 -06003365 "ADValue": "VDN_DCM0",
3366 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003367 {
3368 "CalloutList": [
3369 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06003370 {
3371 "Priority": "medium",
3372 "LocCode": "P0-C15"
3373 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003374 { "Priority": "low", "LocCode": "P0" }
3375 ]
3376 }
3377 ]
3378 },
3379 {
Patrick Williams26919f02022-12-08 06:12:43 -06003380 "ADValue": "VDN_DCM1",
3381 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003382 {
3383 "CalloutList": [
3384 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06003385 {
3386 "Priority": "medium",
3387 "LocCode": "P0-C24"
3388 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003389 { "Priority": "low", "LocCode": "P0" }
3390 ]
3391 }
3392 ]
3393 },
3394 {
Patrick Williams26919f02022-12-08 06:12:43 -06003395 "ADValue": "VCS_DCM0",
3396 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003397 {
3398 "CalloutList": [
3399 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06003400 {
3401 "Priority": "medium",
3402 "LocCode": "P0-C15"
3403 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003404 { "Priority": "low", "LocCode": "P0" }
3405 ]
3406 }
3407 ]
3408 },
3409 {
Patrick Williams26919f02022-12-08 06:12:43 -06003410 "ADValue": "VCS_DCM1",
3411 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003412 {
3413 "CalloutList": [
3414 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06003415 {
3416 "Priority": "medium",
3417 "LocCode": "P0-C24"
3418 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003419 { "Priority": "low", "LocCode": "P0" }
3420 ]
3421 }
3422 ]
3423 },
3424 {
Patrick Williams26919f02022-12-08 06:12:43 -06003425 "ADValue": "VIO_DCM0",
3426 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003427 {
3428 "CalloutList": [
3429 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06003430 {
3431 "Priority": "medium",
3432 "LocCode": "P0-C15"
3433 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003434 { "Priority": "low", "LocCode": "P0" }
3435 ]
3436 }
3437 ]
3438 },
3439 {
Patrick Williams26919f02022-12-08 06:12:43 -06003440 "ADValue": "VIO_DCM1",
3441 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003442 {
3443 "CalloutList": [
3444 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06003445 {
3446 "Priority": "medium",
3447 "LocCode": "P0-C24"
3448 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003449 { "Priority": "low", "LocCode": "P0" }
3450 ]
3451 }
3452 ]
3453 },
3454 {
Patrick Williams26919f02022-12-08 06:12:43 -06003455 "ADValue": "VPCIE_DCM0",
3456 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003457 {
3458 "CalloutList": [
3459 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06003460 {
3461 "Priority": "medium",
3462 "LocCode": "P0-C15"
3463 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003464 { "Priority": "low", "LocCode": "P0" }
3465 ]
3466 }
3467 ]
3468 },
3469 {
Patrick Williams26919f02022-12-08 06:12:43 -06003470 "ADValue": "VPCIE_DCM1",
3471 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003472 {
3473 "CalloutList": [
3474 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06003475 {
3476 "Priority": "medium",
3477 "LocCode": "P0-C24"
3478 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003479 { "Priority": "low", "LocCode": "P0" }
3480 ]
3481 }
3482 ]
Jim Wright452d46d2022-12-16 16:56:21 -06003483 },
3484 {
3485 "ADValue": "3V3IO",
3486 "Callouts": [
3487 {
3488 "CalloutList": [
3489 { "Priority": "high", "LocCode": "P0-C17" },
3490 {
3491 "Priority": "medium",
3492 "LocCode": "P0-C96"
3493 },
3494 {
3495 "Priority": "medium",
3496 "LocCode": "P0-C0"
3497 },
3498 {
3499 "Priority": "medium",
3500 "SymbolicFRU": "pcie_hot_plug"
3501 },
3502 { "Priority": "low", "LocCode": "P0" }
3503 ]
3504 }
3505 ]
3506 },
3507 {
3508 "ADValue": "CP0_VDD0",
3509 "Callouts": [
3510 {
3511 "CalloutList": [
3512 { "Priority": "high", "LocCode": "P0-C62" },
3513 {
3514 "Priority": "medium",
3515 "LocCode": "P0-C61"
3516 },
3517 { "Priority": "low", "LocCode": "P0" }
3518 ]
3519 }
3520 ]
3521 },
3522 {
3523 "ADValue": "CP0_VDD1",
3524 "Callouts": [
3525 {
3526 "CalloutList": [
3527 { "Priority": "high", "LocCode": "P0-C60" },
3528 {
3529 "Priority": "medium",
3530 "LocCode": "P0-C61"
3531 },
3532 { "Priority": "low", "LocCode": "P0" }
3533 ]
3534 }
3535 ]
3536 },
3537 {
3538 "ADValue": "CP1_VDD0",
3539 "Callouts": [
3540 {
3541 "CalloutList": [
3542 { "Priority": "high", "LocCode": "P0-C13" },
3543 {
3544 "Priority": "medium",
3545 "LocCode": "P0-C14"
3546 },
3547 { "Priority": "low", "LocCode": "P0" }
3548 ]
3549 }
3550 ]
3551 },
3552 {
3553 "ADValue": "CP1_VDD1",
3554 "Callouts": [
3555 {
3556 "CalloutList": [
3557 { "Priority": "high", "LocCode": "P0-C15" },
3558 {
3559 "Priority": "medium",
3560 "LocCode": "P0-C14"
3561 },
3562 { "Priority": "low", "LocCode": "P0" }
3563 ]
3564 }
3565 ]
3566 },
3567 {
3568 "ADValue": "CP2_VDD0",
3569 "Callouts": [
3570 {
3571 "CalloutList": [
3572 { "Priority": "high", "LocCode": "P0-C18" },
3573 {
3574 "Priority": "medium",
3575 "LocCode": "P0-C19"
3576 },
3577 { "Priority": "low", "LocCode": "P0" }
3578 ]
3579 }
3580 ]
3581 },
3582 {
3583 "ADValue": "CP2_VDD1",
3584 "Callouts": [
3585 {
3586 "CalloutList": [
3587 { "Priority": "high", "LocCode": "P0-C20" },
3588 {
3589 "Priority": "medium",
3590 "LocCode": "P0-C19"
3591 },
3592 { "Priority": "low", "LocCode": "P0" }
3593 ]
3594 }
3595 ]
3596 },
3597 {
3598 "ADValue": "CP3_VDD0",
3599 "Callouts": [
3600 {
3601 "CalloutList": [
3602 { "Priority": "high", "LocCode": "P0-C57" },
3603 {
3604 "Priority": "medium",
3605 "LocCode": "P0-C56"
3606 },
3607 { "Priority": "low", "LocCode": "P0" }
3608 ]
3609 }
3610 ]
3611 },
3612 {
3613 "ADValue": "CP3_VDD1",
3614 "Callouts": [
3615 {
3616 "CalloutList": [
3617 { "Priority": "high", "LocCode": "P0-C55" },
3618 {
3619 "Priority": "medium",
3620 "LocCode": "P0-C56"
3621 },
3622 { "Priority": "low", "LocCode": "P0" }
3623 ]
3624 }
3625 ]
3626 },
3627 {
3628 "ADValue": "CP0_VCS0",
3629 "Callouts": [
3630 {
3631 "CalloutList": [
3632 { "Priority": "high", "LocCode": "P0-C63" },
3633 {
3634 "Priority": "medium",
3635 "LocCode": "P0-C61"
3636 },
3637 { "Priority": "low", "LocCode": "P0" }
3638 ]
3639 }
3640 ]
3641 },
3642 {
3643 "ADValue": "CP0_VCS1",
3644 "Callouts": [
3645 {
3646 "CalloutList": [
3647 { "Priority": "high", "LocCode": "P0-C59" },
3648 {
3649 "Priority": "medium",
3650 "LocCode": "P0-C61"
3651 },
3652 { "Priority": "low", "LocCode": "P0" }
3653 ]
3654 }
3655 ]
3656 },
3657 {
3658 "ADValue": "CP1_VCS0",
3659 "Callouts": [
3660 {
3661 "CalloutList": [
3662 { "Priority": "high", "LocCode": "P0-C12" },
3663 {
3664 "Priority": "medium",
3665 "LocCode": "P0-C14"
3666 },
3667 { "Priority": "low", "LocCode": "P0" }
3668 ]
3669 }
3670 ]
3671 },
3672 {
3673 "ADValue": "CP1_VCS1",
3674 "Callouts": [
3675 {
3676 "CalloutList": [
3677 { "Priority": "high", "LocCode": "P0-C16" },
3678 {
3679 "Priority": "medium",
3680 "LocCode": "P0-C14"
3681 },
3682 { "Priority": "low", "LocCode": "P0" }
3683 ]
3684 }
3685 ]
3686 },
3687 {
3688 "ADValue": "CP2_VCS0",
3689 "Callouts": [
3690 {
3691 "CalloutList": [
3692 { "Priority": "high", "LocCode": "P0-C17" },
3693 {
3694 "Priority": "medium",
3695 "LocCode": "P0-C19"
3696 },
3697 { "Priority": "low", "LocCode": "P0" }
3698 ]
3699 }
3700 ]
3701 },
3702 {
3703 "ADValue": "CP2_VCS1",
3704 "Callouts": [
3705 {
3706 "CalloutList": [
3707 { "Priority": "high", "LocCode": "P0-C21" },
3708 {
3709 "Priority": "medium",
3710 "LocCode": "P0-C19"
3711 },
3712 { "Priority": "low", "LocCode": "P0" }
3713 ]
3714 }
3715 ]
3716 },
3717 {
3718 "ADValue": "CP3_VCS0",
3719 "Callouts": [
3720 {
3721 "CalloutList": [
3722 { "Priority": "high", "LocCode": "P0-C58" },
3723 {
3724 "Priority": "medium",
3725 "LocCode": "P0-C56"
3726 },
3727 { "Priority": "low", "LocCode": "P0" }
3728 ]
3729 }
3730 ]
3731 },
3732 {
3733 "ADValue": "CP3_VCS1",
3734 "Callouts": [
3735 {
3736 "CalloutList": [
3737 { "Priority": "high", "LocCode": "P0-C54" },
3738 {
3739 "Priority": "medium",
3740 "LocCode": "P0-C56"
3741 },
3742 { "Priority": "low", "LocCode": "P0" }
3743 ]
3744 }
3745 ]
3746 },
3747 {
3748 "ADValue": "CP03_AVDD",
3749 "Callouts": [
3750 {
3751 "CalloutList": [
3752 { "Priority": "high", "LocCode": "P0-C58" },
3753 {
3754 "Priority": "medium",
3755 "LocCode": "P0-C61"
3756 },
3757 {
3758 "Priority": "medium",
3759 "LocCode": "P0-C56"
3760 },
3761 { "Priority": "low", "LocCode": "P0" }
3762 ]
3763 }
3764 ]
3765 },
3766 {
3767 "ADValue": "CP12_AVDD",
3768 "Callouts": [
3769 {
3770 "CalloutList": [
3771 { "Priority": "high", "LocCode": "P0-C16" },
3772 {
3773 "Priority": "medium",
3774 "LocCode": "P0-C14"
3775 },
3776 {
3777 "Priority": "medium",
3778 "LocCode": "P0-C19"
3779 },
3780 { "Priority": "low", "LocCode": "P0" }
3781 ]
3782 }
3783 ]
3784 },
3785 {
3786 "ADValue": "CP0_VDN",
3787 "Callouts": [
3788 {
3789 "CalloutList": [
3790 { "Priority": "high", "LocCode": "P0-C63" },
3791 {
3792 "Priority": "medium",
3793 "LocCode": "P0-C61"
3794 },
3795 { "Priority": "low", "LocCode": "P0" }
3796 ]
3797 }
3798 ]
3799 },
3800 {
3801 "ADValue": "CP1_VDN",
3802 "Callouts": [
3803 {
3804 "CalloutList": [
3805 { "Priority": "high", "LocCode": "P0-C12" },
3806 {
3807 "Priority": "medium",
3808 "LocCode": "P0-C14"
3809 },
3810 { "Priority": "low", "LocCode": "P0" }
3811 ]
3812 }
3813 ]
3814 },
3815 {
3816 "ADValue": "CP2_VDN",
3817 "Callouts": [
3818 {
3819 "CalloutList": [
3820 { "Priority": "high", "LocCode": "P0-C21" },
3821 {
3822 "Priority": "medium",
3823 "LocCode": "P0-C19"
3824 },
3825 { "Priority": "low", "LocCode": "P0" }
3826 ]
3827 }
3828 ]
3829 },
3830 {
3831 "ADValue": "CP3_VDN",
3832 "Callouts": [
3833 {
3834 "CalloutList": [
3835 { "Priority": "high", "LocCode": "P0-C54" },
3836 {
3837 "Priority": "medium",
3838 "LocCode": "P0-C56"
3839 },
3840 { "Priority": "low", "LocCode": "P0" }
3841 ]
3842 }
3843 ]
3844 },
3845 {
3846 "ADValue": "CP0_VIO",
3847 "Callouts": [
3848 {
3849 "CalloutList": [
3850 { "Priority": "high", "LocCode": "P0-C63" },
3851 {
3852 "Priority": "medium",
3853 "LocCode": "P0-C61"
3854 },
3855 { "Priority": "low", "LocCode": "P0" }
3856 ]
3857 }
3858 ]
3859 },
3860 {
3861 "ADValue": "CP1_VIO",
3862 "Callouts": [
3863 {
3864 "CalloutList": [
3865 { "Priority": "high", "LocCode": "P0-C12" },
3866 {
3867 "Priority": "medium",
3868 "LocCode": "P0-C14"
3869 },
3870 { "Priority": "low", "LocCode": "P0" }
3871 ]
3872 }
3873 ]
3874 },
3875 {
3876 "ADValue": "CP2_VIO",
3877 "Callouts": [
3878 {
3879 "CalloutList": [
3880 { "Priority": "high", "LocCode": "P0-C21" },
3881 {
3882 "Priority": "medium",
3883 "LocCode": "P0-C19"
3884 },
3885 { "Priority": "low", "LocCode": "P0" }
3886 ]
3887 }
3888 ]
3889 },
3890 {
3891 "ADValue": "CP3_VIO",
3892 "Callouts": [
3893 {
3894 "CalloutList": [
3895 { "Priority": "high", "LocCode": "P0-C54" },
3896 {
3897 "Priority": "medium",
3898 "LocCode": "P0-C56"
3899 },
3900 { "Priority": "low", "LocCode": "P0" }
3901 ]
3902 }
3903 ]
3904 },
3905 {
3906 "ADValue": "CP0_VPCIE",
3907 "Callouts": [
3908 {
3909 "CalloutList": [
3910 { "Priority": "high", "LocCode": "P0-C58" },
3911 {
3912 "Priority": "medium",
3913 "LocCode": "P0-C61"
3914 },
3915 { "Priority": "low", "LocCode": "P0" }
3916 ]
3917 }
3918 ]
3919 },
3920 {
3921 "ADValue": "CP1_VPCIE",
3922 "Callouts": [
3923 {
3924 "CalloutList": [
3925 { "Priority": "high", "LocCode": "P0-C16" },
3926 {
3927 "Priority": "medium",
3928 "LocCode": "P0-C14"
3929 },
3930 { "Priority": "low", "LocCode": "P0" }
3931 ]
3932 }
3933 ]
3934 },
3935 {
3936 "ADValue": "CP2_VPCIE",
3937 "Callouts": [
3938 {
3939 "CalloutList": [
3940 { "Priority": "high", "LocCode": "P0-C16" },
3941 {
3942 "Priority": "medium",
3943 "LocCode": "P0-C19"
3944 },
3945 { "Priority": "low", "LocCode": "P0" }
3946 ]
3947 }
3948 ]
3949 },
3950 {
3951 "ADValue": "CP3_VPCIE",
3952 "Callouts": [
3953 {
3954 "CalloutList": [
3955 { "Priority": "high", "LocCode": "P0-C58" },
3956 {
3957 "Priority": "medium",
3958 "LocCode": "P0-C56"
3959 },
3960 { "Priority": "low", "LocCode": "P0" }
3961 ]
3962 }
3963 ]
Jim Wright9b779e42022-12-16 17:50:23 -06003964 },
3965 {
Shawn McCarney8d1e19b2023-08-04 16:19:49 -05003966 "ADValue": "12.0VA",
3967 "Callouts": [
3968 {
3969 "CalloutList": [
3970 {
3971 "Priority": "high",
3972 "SymbolicFRU": "pgood_part"
3973 }
3974 ]
3975 }
3976 ]
3977 },
3978 {
Jim Wright9b779e42022-12-16 17:50:23 -06003979 "ADValue": "5.0VCS",
3980 "Callouts": [
3981 {
3982 "CalloutList": [
3983 { "Priority": "high", "LocCode": "P0" }
3984 ]
3985 }
3986 ]
3987 },
3988 {
Shawn McCarney8d1e19b2023-08-04 16:19:49 -05003989 "ADValue": "1.8V",
3990 "Callouts": [
3991 {
3992 "CalloutList": [
3993 { "Priority": "high", "LocCode": "P0" }
3994 ]
3995 }
3996 ]
3997 },
3998 {
3999 "ADValue": "0.9V",
4000 "Callouts": [
4001 {
4002 "CalloutList": [
4003 { "Priority": "high", "LocCode": "P0" }
4004 ]
4005 }
4006 ]
4007 },
4008 {
4009 "ADValue": "3.3V",
Jim Wright9b779e42022-12-16 17:50:23 -06004010 "Callouts": [
4011 {
4012 "CalloutList": [
4013 {
4014 "Priority": "high",
4015 "SymbolicFRU": "pcie_hot_plug"
4016 },
4017 { "Priority": "medium", "LocCode": "P0" }
4018 ]
4019 }
4020 ]
4021 },
4022 {
Shawn McCarney8d1e19b2023-08-04 16:19:49 -05004023 "ADValue": "1.5V_AVDD",
4024 "Callouts": [
4025 {
4026 "CalloutList": [
4027 { "Priority": "high", "LocCode": "P0-C5" },
4028 { "Priority": "medium", "LocCode": "P0" }
4029 ]
4030 }
4031 ]
4032 },
4033 {
4034 "ADValue": "0.65V_VDN",
4035 "Callouts": [
4036 {
4037 "CalloutList": [
4038 { "Priority": "high", "LocCode": "P0-C5" },
4039 { "Priority": "medium", "LocCode": "P0" }
4040 ]
4041 }
4042 ]
4043 },
4044 {
4045 "ADValue": "0.7VA_VDD",
4046 "Callouts": [
4047 {
4048 "CalloutList": [
4049 { "Priority": "high", "LocCode": "P0-C5" },
4050 { "Priority": "medium", "LocCode": "P0" }
4051 ]
4052 }
4053 ]
4054 },
4055 {
4056 "ADValue": "0.7VB_VDD",
4057 "Callouts": [
4058 {
4059 "CalloutList": [
4060 { "Priority": "high", "LocCode": "P0-C5" },
4061 { "Priority": "medium", "LocCode": "P0" }
4062 ]
4063 }
4064 ]
4065 },
4066 {
4067 "ADValue": "0.75V_VCS",
4068 "Callouts": [
4069 {
4070 "CalloutList": [
4071 { "Priority": "high", "LocCode": "P0-C5" },
4072 { "Priority": "medium", "LocCode": "P0" }
4073 ]
4074 }
4075 ]
4076 },
4077 {
4078 "ADValue": "0.9V_VIO",
4079 "Callouts": [
4080 {
4081 "CalloutList": [
4082 { "Priority": "high", "LocCode": "P0-C5" },
4083 { "Priority": "medium", "LocCode": "P0" }
4084 ]
4085 }
4086 ]
4087 },
4088 {
4089 "ADValue": "0.85V_VPCIE",
4090 "Callouts": [
4091 {
4092 "CalloutList": [
4093 { "Priority": "high", "LocCode": "P0-C5" },
4094 { "Priority": "medium", "LocCode": "P0" }
4095 ]
4096 }
4097 ]
4098 },
4099 {
4100 "ADValue": "PMIC2_PG",
Jim Wright9b779e42022-12-16 17:50:23 -06004101 "Callouts": [
4102 {
4103 "CalloutList": [
4104 {
4105 "Priority": "high",
Shawn McCarney8d1e19b2023-08-04 16:19:49 -05004106 "SymbolicFRU": "memory_dimm"
Jim Wright9b779e42022-12-16 17:50:23 -06004107 },
4108 { "Priority": "medium", "LocCode": "P0" }
4109 ]
4110 }
4111 ]
4112 },
4113 {
Shawn McCarney8d1e19b2023-08-04 16:19:49 -05004114 "ADValue": "PMIC3_PG",
Jim Wright9b779e42022-12-16 17:50:23 -06004115 "Callouts": [
4116 {
4117 "CalloutList": [
Jim Wright9b779e42022-12-16 17:50:23 -06004118 {
Shawn McCarney8d1e19b2023-08-04 16:19:49 -05004119 "Priority": "high",
4120 "SymbolicFRU": "memory_dimm"
4121 },
4122 { "Priority": "medium", "LocCode": "P0" }
Jim Wright9b779e42022-12-16 17:50:23 -06004123 ]
4124 }
4125 ]
4126 },
4127 {
Shawn McCarney8d1e19b2023-08-04 16:19:49 -05004128 "ADValue": "VDDR_1.2VB",
Jim Wright9b779e42022-12-16 17:50:23 -06004129 "Callouts": [
4130 {
4131 "CalloutList": [
Jim Wright9b779e42022-12-16 17:50:23 -06004132 {
Shawn McCarney8d1e19b2023-08-04 16:19:49 -05004133 "Priority": "high",
4134 "SymbolicFRU": "memory_dimm"
4135 },
4136 { "Priority": "medium", "LocCode": "P0" }
Jim Wright9b779e42022-12-16 17:50:23 -06004137 ]
4138 }
4139 ]
4140 },
4141 {
Shawn McCarney8d1e19b2023-08-04 16:19:49 -05004142 "ADValue": "VDDR_1.2VA",
Jim Wright9b779e42022-12-16 17:50:23 -06004143 "Callouts": [
4144 {
4145 "CalloutList": [
Jim Wright9b779e42022-12-16 17:50:23 -06004146 {
Shawn McCarney8d1e19b2023-08-04 16:19:49 -05004147 "Priority": "high",
4148 "SymbolicFRU": "memory_dimm"
4149 },
4150 { "Priority": "medium", "LocCode": "P0" }
Jim Wright9b779e42022-12-16 17:50:23 -06004151 ]
4152 }
4153 ]
Jim Wright7f678902020-11-30 16:03:57 -06004154 }
4155 ]
4156 },
4157
4158 "Documentation": {
4159 "Description": "The power sequencer chip detected a voltage fault",
4160 "Message": "The power sequencer chip detected a voltage fault",
Patrick Williams26919f02022-12-08 06:12:43 -06004161 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06004162 },
4163
4164 "JournalCapture": {
4165 "Sections": [
4166 {
4167 "SyslogID": "phosphor-psu-monitor",
4168 "NumLines": 30
4169 },
4170 {
4171 "SyslogID": "phosphor-power-control",
4172 "NumLines": 30
4173 },
4174 {
4175 "SyslogID": "phosphor-chassis-state-manager",
4176 "NumLines": 15
4177 },
4178 {
4179 "SyslogID": "systemd",
4180 "NumLines": 15
4181 },
4182 {
4183 "SyslogID": "phosphor-regulators",
4184 "NumLines": 5
4185 }
4186 ]
Jim Wright7f678902020-11-30 16:03:57 -06004187 }
4188 },
4189
4190 {
Shawn McCarney7f1ec942021-07-28 13:33:34 -05004191 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.N",
4192 "Subsystem": "power",
4193 "Severity": "predictive_redundancy_loss",
4194 "ComponentID": "0x2700",
4195
4196 "SRC": {
4197 "Type": "11",
4198 "ReasonCode": "0x2700",
Matt Spinler04ac4e32023-04-14 14:16:37 -05004199 "Words6To9": {},
4200 "DeconfigFlag": true
Shawn McCarney7f1ec942021-07-28 13:33:34 -05004201 },
4202
4203 "Documentation": {
4204 "Description": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
4205 "Message": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
4206 "Notes": [
4207 "CALLOUT_INVENTORY_PATH should be specified in the ",
4208 "AdditionalData property of the event log so that ",
4209 "the device is called out but not the communication path."
4210 ]
4211 }
4212 },
4213
4214 {
4215 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.NPlus1",
4216 "Subsystem": "power",
4217 "Severity": "non_error",
4218 "MfgSeverity": "predictive_redundancy_loss",
4219 "ActionFlags": ["report"],
4220 "MfgActionFlags": ["service_action", "report", "call_home"],
4221 "ComponentID": "0x2700",
4222
4223 "SRC": {
4224 "Type": "11",
4225 "ReasonCode": "0x2701",
4226 "Words6To9": {}
4227 },
4228
4229 "Documentation": {
4230 "Description": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
4231 "Message": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
4232 "Notes": [
4233 "CALLOUT_INVENTORY_PATH should be specified in the ",
4234 "AdditionalData property of the event log so that ",
4235 "the device is called out but not the communication path."
4236 ]
4237 }
4238 },
4239
4240 {
Shawn McCarney01648f52020-06-25 11:42:02 -05004241 "Name": "xyz.openbmc_project.Power.Regulators.Error.WriteVerification",
4242 "Subsystem": "power",
4243 "ComponentID": "0x2700",
4244
4245 "SRC": {
4246 "Type": "11",
4247 "ReasonCode": "0x2900",
Matt Spinler04ac4e32023-04-14 14:16:37 -05004248 "Words6To9": {},
4249 "DeconfigFlag": true
Shawn McCarney01648f52020-06-25 11:42:02 -05004250 },
4251
4252 "Documentation": {
4253 "Description": "A write verification error occurred on a device",
4254 "Message": "A write verification error occurred on a device",
4255 "Notes": [
4256 "This error occurs when a device register is written, ",
4257 "read back, and the two values do not match. This is ",
4258 "also called a read-back error. The device should be ",
4259 "identified using the CALLOUT_DEVICE_PATH or ",
4260 "CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR keywords in the ",
4261 "AdditionalData property of the event log. This will ",
4262 "cause the device and the hardware in the communication ",
4263 "path to be called out."
4264 ]
4265 }
4266 },
4267
4268 {
Shawn McCarneye4022182022-01-31 19:09:01 -06004269 "Name": "xyz.openbmc_project.Power.UPS.Error.Battery.Discharging",
4270 "Subsystem": "power",
4271 "Severity": "non_error",
4272 "ActionFlags": ["report"],
4273 "ComponentID": "0x2700",
4274
4275 "SRC": {
4276 "Type": "11",
4277 "ReasonCode": "0x4201",
4278 "Words6To9": {}
4279 },
4280
4281 "Documentation": {
4282 "Description": "The Uninterruptible Power Supply (UPS) battery is discharging and providing power to the system due to a utility failure",
4283 "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 -06004284 "Notes": []
Shawn McCarneye4022182022-01-31 19:09:01 -06004285 }
4286 },
4287
4288 {
4289 "Name": "xyz.openbmc_project.Power.UPS.Error.Battery.Low",
4290 "Subsystem": "power",
4291 "Severity": "non_error",
4292 "ActionFlags": ["report"],
4293 "ComponentID": "0x2700",
4294
4295 "SRC": {
4296 "Type": "11",
4297 "ReasonCode": "0x4203",
4298 "Words6To9": {}
4299 },
4300
4301 "Documentation": {
4302 "Description": "The Uninterruptible Power Supply (UPS) battery level is low",
4303 "Message": "The Uninterruptible Power Supply (UPS) battery level is low",
Patrick Williams26919f02022-12-08 06:12:43 -06004304 "Notes": []
Shawn McCarneye4022182022-01-31 19:09:01 -06004305 }
4306 },
4307
4308 {
Shawn McCarney01648f52020-06-25 11:42:02 -05004309 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile",
4310 "Subsystem": "power",
4311 "ComponentID": "0x2700",
4312
4313 "SRC": {
4314 "Type": "11",
4315 "ReasonCode": "0xA013",
4316 "Words6To9": {}
4317 },
4318
4319 "Callouts": [
4320 {
4321 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06004322 { "Priority": "high", "Procedure": "BMC0001" }
Shawn McCarney01648f52020-06-25 11:42:02 -05004323 ]
4324 }
4325 ],
4326
4327 "Documentation": {
4328 "Description": "A regulators configuration file error occurred",
4329 "Message": "A regulators configuration file error occurred",
4330 "Notes": [
4331 "The regulators configuration file could not be found, ",
4332 "could not be read, or had invalid contents."
4333 ]
4334 }
4335 },
4336
4337 {
Shawn McCarney82e31d82021-02-19 16:25:55 -06004338 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile.Critical",
4339 "Subsystem": "power",
4340 "Severity": "critical_system_term",
4341 "ComponentID": "0x2700",
4342
4343 "SRC": {
4344 "Type": "11",
4345 "ReasonCode": "0xA014",
Mike Cappsa2d7b772022-03-07 15:47:48 -05004346 "Words6To9": {}
Shawn McCarney82e31d82021-02-19 16:25:55 -06004347 },
4348
4349 "Callouts": [
4350 {
4351 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06004352 { "Priority": "high", "Procedure": "BMC0001" }
Shawn McCarney82e31d82021-02-19 16:25:55 -06004353 ]
4354 }
4355 ],
4356
4357 "Documentation": {
4358 "Description": "A critical regulators configuration file error occurred",
4359 "Message": "A critical regulators configuration file error occurred",
4360 "Notes": [
4361 "The regulators configuration file could not be found, ",
4362 "could not be read, or had invalid contents. As a result ",
4363 "voltage regulators could not be configured, and the ",
4364 "chassis could not be powered on."
4365 ]
4366 }
4367 },
4368
4369 {
Jim Wright7f678902020-11-30 16:03:57 -06004370 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerFault",
4371 "Subsystem": "power_sequencer",
4372 "ComponentID": "0x2700",
4373
4374 "SRC": {
4375 "Type": "11",
4376 "ReasonCode": "0xD000",
4377 "Words6To9": {}
4378 },
4379
4380 "Callouts": [
4381 {
Patrick Williams26919f02022-12-08 06:12:43 -06004382 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Jim Wright7f678902020-11-30 16:03:57 -06004383 }
4384 ],
4385
4386 "Documentation": {
4387 "Description": "The power sequencer chip detected a fault",
4388 "Message": "The power sequencer chip detected a fault",
Patrick Williams26919f02022-12-08 06:12:43 -06004389 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06004390 },
4391
4392 "JournalCapture": {
4393 "Sections": [
4394 {
4395 "SyslogID": "phosphor-psu-monitor",
4396 "NumLines": 30
4397 },
4398 {
4399 "SyslogID": "phosphor-power-control",
4400 "NumLines": 30
4401 },
4402 {
4403 "SyslogID": "phosphor-chassis-state-manager",
4404 "NumLines": 15
4405 },
4406 {
4407 "SyslogID": "systemd",
4408 "NumLines": 15
4409 },
4410 {
4411 "SyslogID": "phosphor-regulators",
4412 "NumLines": 5
4413 }
4414 ]
Jim Wright7f678902020-11-30 16:03:57 -06004415 }
4416 },
4417
4418 {
Jim Wrightc1ba04f2021-11-12 15:31:32 -06004419 "Name": "xyz.openbmc_project.Power.Error.PowerOnTimeout",
Jim Wright7f678902020-11-30 16:03:57 -06004420 "Subsystem": "power_sequencer",
4421 "ComponentID": "0x2700",
Jim Wrightc1ba04f2021-11-12 15:31:32 -06004422 "Severity": "critical",
Jim Wright7f678902020-11-30 16:03:57 -06004423
4424 "SRC": {
4425 "Type": "11",
4426 "ReasonCode": "0xD002",
4427 "Words6To9": {}
4428 },
4429
4430 "Callouts": [
4431 {
Patrick Williams26919f02022-12-08 06:12:43 -06004432 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Jim Wright7f678902020-11-30 16:03:57 -06004433 }
4434 ],
4435
4436 "Documentation": {
Jim Wrightc1ba04f2021-11-12 15:31:32 -06004437 "Description": "System power failed to turn on within timeout period",
4438 "Message": "System power failed to turn on within timeout period",
Patrick Williams26919f02022-12-08 06:12:43 -06004439 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06004440 },
4441
4442 "JournalCapture": {
4443 "Sections": [
4444 {
4445 "SyslogID": "phosphor-psu-monitor",
4446 "NumLines": 30
4447 },
4448 {
4449 "SyslogID": "phosphor-power-control",
4450 "NumLines": 30
4451 },
4452 {
4453 "SyslogID": "phosphor-chassis-state-manager",
4454 "NumLines": 15
4455 },
4456 {
4457 "SyslogID": "systemd",
4458 "NumLines": 15
4459 },
4460 {
4461 "SyslogID": "phosphor-regulators",
4462 "NumLines": 5
4463 }
4464 ]
Jim Wrightc1ba04f2021-11-12 15:31:32 -06004465 }
4466 },
4467
4468 {
4469 "Name": "xyz.openbmc_project.Power.Error.PowerOffTimeout",
4470 "Subsystem": "power_sequencer",
4471 "ComponentID": "0x2700",
4472 "Severity": "critical",
4473
4474 "SRC": {
4475 "Type": "11",
4476 "ReasonCode": "0xD008",
4477 "Words6To9": {}
4478 },
4479
4480 "Callouts": [
4481 {
Patrick Williams26919f02022-12-08 06:12:43 -06004482 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Jim Wrightc1ba04f2021-11-12 15:31:32 -06004483 }
4484 ],
4485
4486 "Documentation": {
4487 "Description": "System power failed to turn off within timeout period",
4488 "Message": "System power failed to turn off within timeout period",
Patrick Williams26919f02022-12-08 06:12:43 -06004489 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06004490 },
4491
4492 "JournalCapture": {
4493 "Sections": [
4494 {
4495 "SyslogID": "phosphor-psu-monitor",
4496 "NumLines": 30
4497 },
4498 {
4499 "SyslogID": "phosphor-power-control",
4500 "NumLines": 30
4501 },
4502 {
4503 "SyslogID": "phosphor-chassis-state-manager",
4504 "NumLines": 15
4505 },
4506 {
4507 "SyslogID": "systemd",
4508 "NumLines": 15
4509 },
4510 {
4511 "SyslogID": "phosphor-regulators",
4512 "NumLines": 5
4513 }
4514 ]
Jim Wright7f678902020-11-30 16:03:57 -06004515 }
4516 },
4517
4518 {
Shawn McCarney01648f52020-06-25 11:42:02 -05004519 "Name": "xyz.openbmc_project.Power.Error.Internal",
4520 "Subsystem": "power",
4521 "ComponentID": "0x2700",
4522
4523 "SRC": {
4524 "Type": "11",
4525 "ReasonCode": "0xE000",
4526 "Words6To9": {}
4527 },
4528
4529 "Callouts": [
4530 {
4531 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06004532 { "Priority": "high", "Procedure": "BMC0001" }
Shawn McCarney01648f52020-06-25 11:42:02 -05004533 ]
4534 }
4535 ],
4536
4537 "Documentation": {
4538 "Description": "An internal firmware error occurred",
4539 "Message": "An internal firmware error occurred",
4540 "Notes": [
4541 "The error details must be provided in the AdditionalData ",
4542 "property of the event log."
4543 ]
4544 }
4545 },
4546
4547 {
4548 "Name": "xyz.openbmc_project.Power.Error.I2C",
4549 "Subsystem": "cec_i2c",
4550 "ComponentID": "0x2700",
4551
4552 "SRC": {
4553 "Type": "11",
4554 "ReasonCode": "0xE100",
Matt Spinler04ac4e32023-04-14 14:16:37 -05004555 "Words6To9": {},
4556 "DeconfigFlag": true
Shawn McCarney01648f52020-06-25 11:42:02 -05004557 },
4558
4559 "Documentation": {
4560 "Description": "An I2C error occurred communicating with a device",
4561 "Message": "An I2C error occurred communicating with a device",
4562 "Notes": [
4563 "The device should be identified using the ",
4564 "CALLOUT_DEVICE_PATH or CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR ",
4565 "keywords in the AdditionalData property of the event ",
4566 "log. This will cause the device and the hardware in the ",
4567 "communication path to be called out."
4568 ]
4569 }
4570 },
4571
4572 {
4573 "Name": "xyz.openbmc_project.Power.Error.PMBus",
4574 "Subsystem": "power",
4575 "ComponentID": "0x2700",
4576
4577 "SRC": {
4578 "Type": "11",
4579 "ReasonCode": "0xE200",
Matt Spinler04ac4e32023-04-14 14:16:37 -05004580 "Words6To9": {},
4581 "DeconfigFlag": true
Shawn McCarney01648f52020-06-25 11:42:02 -05004582 },
4583
4584 "Documentation": {
4585 "Description": "A PMBus error occurred on a device",
4586 "Message": "A PMBus error occurred on a device",
4587 "Notes": [
4588 "This error occurs when the I2C communication was ",
4589 "successful, but the PMBus value read is invalid or ",
4590 "unsupported. CALLOUT_INVENTORY_PATH should be specified ",
4591 "in the AdditionalData property of the event log so that ",
4592 "the device is called out but not the communication path."
4593 ]
4594 }
4595 },
4596
4597 {
4598 "Name": "xyz.openbmc_project.Power.Error.DBus",
4599 "Subsystem": "power",
4600 "ComponentID": "0x2700",
4601
4602 "SRC": {
4603 "Type": "11",
4604 "ReasonCode": "0xE300",
4605 "Words6To9": {}
4606 },
4607
4608 "Callouts": [
4609 {
4610 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06004611 { "Priority": "high", "Procedure": "BMC0001" }
Shawn McCarney01648f52020-06-25 11:42:02 -05004612 ]
4613 }
4614 ],
4615
4616 "Documentation": {
4617 "Description": "A firmware inter-process communication (D-Bus) error occurred",
4618 "Message": "A firmware inter-process communication (D-Bus) error occurred"
4619 }
Matt Spinler60d1c392020-09-23 15:23:24 -05004620 },
4621
4622 {
Matt Spinler7c9c07e2020-10-22 10:16:37 -05004623 "Name": "xyz.openbmc_project.Fan.Error.Fault",
4624 "Subsystem": "power_fans",
4625 "ComponentID": "0x2800",
4626
4627 "SRC": {
4628 "Type": "11",
4629 "ReasonCode": "0x76F0",
Matt Spinler04ac4e32023-04-14 14:16:37 -05004630 "Words6To9": {},
4631 "DeconfigFlag": true
Matt Spinler7c9c07e2020-10-22 10:16:37 -05004632 },
4633
4634 "Documentation": {
4635 "Description": "Fan rotor fault",
4636 "Message": "Fan rotor fault",
4637 "Notes": [
4638 "This error occurs when a fan rotor has been faulted for a ",
4639 "certain amount of time. The callout is the fan which is ",
4640 "passed in with CALLOUT_INVENTORY_PATH. The severity is ",
4641 "passed in during creation and will be either informational ",
4642 "or unrecoverable. The action flags use the defaults and ",
4643 "vary based on the severity."
4644 ]
4645 }
4646 },
4647
4648 {
Matt Spinler60d1c392020-09-23 15:23:24 -05004649 "Name": "xyz.openbmc_project.Fan.Error.Missing",
4650 "Subsystem": "power_fans",
4651 "ComponentID": "0x2800",
4652 "Severity": "unrecoverable_redundancy_loss",
4653 "ActionFlags": ["service_action", "report", "call_home"],
4654
4655 "SRC": {
4656 "Type": "11",
4657 "ReasonCode": "0x76F1",
Matt Spinler04ac4e32023-04-14 14:16:37 -05004658 "Words6To9": {},
4659 "DeconfigFlag": true
Matt Spinler60d1c392020-09-23 15:23:24 -05004660 },
4661
4662 "Callouts": [
4663 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05004664 "System": "com.ibm.Hardware.Chassis.Model.Rainier",
Matt Spinler60d1c392020-09-23 15:23:24 -05004665 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -05004666 {
Patrick Williams26919f02022-12-08 06:12:43 -06004667 "Priority": "high",
4668 "SymbolicFRUTrusted": "air_mover",
4669 "UseInventoryLocCode": true
Matt Spinler80600192020-10-23 09:29:33 -05004670 },
4671 {
4672 "Priority": "low",
4673 "LocCode": "P0"
4674 }
Matt Spinler60d1c392020-09-23 15:23:24 -05004675 ]
Matt Spinler938ac792021-05-12 10:46:44 -05004676 },
4677 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05004678 "System": "com.ibm.Hardware.Chassis.Model.Everest",
Matt Spinler938ac792021-05-12 10:46:44 -05004679 "CalloutList": [
4680 {
Patrick Williams26919f02022-12-08 06:12:43 -06004681 "Priority": "high",
4682 "SymbolicFRUTrusted": "air_mover",
4683 "UseInventoryLocCode": true
Matt Spinler938ac792021-05-12 10:46:44 -05004684 },
4685 {
4686 "Priority": "low",
4687 "LocCode": "P1"
4688 }
4689 ]
Matt Spinler0600cf72023-04-10 11:22:33 -05004690 },
4691 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05004692 "System": "com.ibm.Hardware.Chassis.Model.Bonnell",
Matt Spinler0600cf72023-04-10 11:22:33 -05004693 "CalloutList": [
4694 {
4695 "Priority": "high",
4696 "SymbolicFRUTrusted": "air_mover",
4697 "UseInventoryLocCode": true
4698 },
4699 {
4700 "Priority": "low",
4701 "LocCode": "P0"
4702 }
4703 ]
Matt Spinler60d1c392020-09-23 15:23:24 -05004704 }
4705 ],
4706
4707 "Documentation": {
4708 "Description": "A fan is missing",
4709 "Message": "A fan is missing",
4710 "Notes": [
4711 "This error occurs when a fan has been missing for a ",
Matt Spinler80600192020-10-23 09:29:33 -05004712 "certain amount of time. The first callout is the ",
4713 "symbolic FRU AIR_MOVR that has the trusted fan location ",
4714 "code, which it gets using the passed in ",
4715 "CALLOUT_INVENTORY_PATH. The second callout is the FRU ",
Matt Spinler938ac792021-05-12 10:46:44 -05004716 "where the controller and GPIO expander are."
Matt Spinler60d1c392020-09-23 15:23:24 -05004717 ]
4718 }
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004719 },
4720
4721 {
Matt Spinleradf070b2021-04-21 13:39:45 -05004722 "Name": "xyz.openbmc_project.Fan.Presence.Error.Detection",
4723 "ComponentID": "0x2800",
4724 "Subsystem": "power_fans",
4725 "Severity": "non_error",
4726 "ActionFlags": ["report"],
4727 "MfgSeverity": "predictive",
4728 "MfgActionFlags": ["service_action", "report"],
4729
4730 "SRC": {
4731 "Type": "11",
4732 "ReasonCode": "0x76F2",
4733 "Words6To9": {}
4734 },
4735
4736 "Callouts": [
4737 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05004738 "System": "com.ibm.Hardware.Chassis.Model.Rainier",
Patrick Williams26919f02022-12-08 06:12:43 -06004739 "CalloutList": [{ "Priority": "medium", "LocCode": "P0" }]
Matt Spinleradf070b2021-04-21 13:39:45 -05004740 },
4741 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05004742 "System": "com.ibm.Hardware.Chassis.Model.Everest",
Patrick Williams26919f02022-12-08 06:12:43 -06004743 "CalloutList": [{ "Priority": "medium", "LocCode": "P1" }]
Matt Spinler0600cf72023-04-10 11:22:33 -05004744 },
4745 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05004746 "System": "com.ibm.Hardware.Chassis.Model.Bonnell",
Matt Spinler0600cf72023-04-10 11:22:33 -05004747 "CalloutList": [{ "Priority": "medium", "LocCode": "P0" }]
Matt Spinleradf070b2021-04-21 13:39:45 -05004748 }
4749 ],
4750
4751 "Documentation": {
4752 "Description": "Presence detect methods for the same fan disagree",
4753 "Message": "Presence detect methods for the same fan disagree",
4754 "Notes": [
4755 "This error occurs when there is more than one way to detect",
4756 "fan presence, and they don't all agree. For example, the",
4757 "GPIO says a fan isn't present, but the tach readings are",
4758 "nonzero. This is informational, unless in manufacturing.",
4759 "The fan FRU is passed in as a high priority callout.",
4760 "The FRU the GPIO source is on is called out medium."
4761 ]
4762 }
4763 },
4764
4765 {
Matt Spinlerdde99202021-06-14 12:15:59 -06004766 "Name": "xyz.openbmc_project.Fan.Error.FanControllerOffline",
4767 "ComponentID": "0x2800",
4768 "Subsystem": "power_fans",
4769 "Severity": "critical_system_term",
4770 "ActionFlags": ["service_action", "report", "call_home"],
4771
4772 "SRC": {
4773 "Type": "11",
4774 "ReasonCode": "0x76F3",
Mike Cappsa2d7b772022-03-07 15:47:48 -05004775 "Words6To9": {}
Matt Spinlerdde99202021-06-14 12:15:59 -06004776 },
4777
4778 "Callouts": [
4779 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05004780 "System": "com.ibm.Hardware.Chassis.Model.Rainier",
Matt Spinlerdde99202021-06-14 12:15:59 -06004781 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004782 { "Priority": "high", "LocCode": "P0-C5" },
4783 {
4784 "Priority": "medium_group_a",
4785 "LocCode": "P0-T12",
4786 "SymbolicFRUTrusted": "fan_cable"
4787 },
4788 {
4789 "Priority": "medium_group_a",
4790 "LocCode": "P0-T17",
4791 "SymbolicFRUTrusted": "cable_continued"
4792 },
4793 { "Priority": "low", "LocCode": "P0" }
Matt Spinlerdde99202021-06-14 12:15:59 -06004794 ]
4795 },
4796 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05004797 "System": "com.ibm.Hardware.Chassis.Model.Everest",
Matt Spinlerdde99202021-06-14 12:15:59 -06004798 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004799 { "Priority": "high", "LocCode": "P0-C0" },
4800 { "Priority": "medium", "LocCode": "P1" },
4801 { "Priority": "low", "LocCode": "P0" }
Matt Spinlerdde99202021-06-14 12:15:59 -06004802 ]
Matt Spinler0600cf72023-04-10 11:22:33 -05004803 },
4804 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05004805 "System": "com.ibm.Hardware.Chassis.Model.Bonnell",
Matt Spinler0600cf72023-04-10 11:22:33 -05004806 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Matt Spinlerdde99202021-06-14 12:15:59 -06004807 }
4808 ],
4809
4810 "Documentation": {
4811 "Description": "The fan controller device is offline",
4812 "Message": "The fan controller is offline. The system must be powered off.",
4813 "Notes": [
4814 "The device that controls the fans is offline so the fan",
4815 "targets and speeds are unknown. The system will be shut",
4816 "down to preserve thermal safety. There may be an I2C",
4817 "or power problem with the device."
4818 ]
4819 }
4820 },
4821
4822 {
Patrick Williams26919f02022-12-08 06:12:43 -06004823 "Name": "xyz.openbmc_project.Fan.Presence.Error.GPIODeviceUnavailable",
4824 "Subsystem": "power_fans",
4825 "ComponentID": "0x2800",
4826 "Severity": "unrecoverable_redundancy_loss",
4827 "ActionFlags": ["service_action", "report", "call_home"],
Mike Cappsabc276e2021-06-18 16:41:30 -04004828
Patrick Williams26919f02022-12-08 06:12:43 -06004829 "SRC": {
4830 "Type": "11",
4831 "ReasonCode": "0x76F4",
4832 "Words6To9": {}
4833 },
Mike Cappsabc276e2021-06-18 16:41:30 -04004834
Patrick Williams26919f02022-12-08 06:12:43 -06004835 "Callouts": [
4836 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05004837 "System": "com.ibm.Hardware.Chassis.Model.Rainier",
Patrick Williams26919f02022-12-08 06:12:43 -06004838 "CalloutList": [
4839 { "Priority": "high", "LocCode": "P0-C5" },
4840 {
4841 "Priority": "medium_group_a",
4842 "LocCode": "P0-T12",
4843 "SymbolicFRUTrusted": "fan_cable"
4844 },
4845 {
4846 "Priority": "medium_group_a",
4847 "LocCode": "P0-T17",
4848 "SymbolicFRUTrusted": "cable_continued"
4849 },
4850 { "Priority": "low", "LocCode": "P0" }
4851 ]
4852 },
4853 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05004854 "System": "com.ibm.Hardware.Chassis.Model.Everest",
Patrick Williams26919f02022-12-08 06:12:43 -06004855 "CalloutList": [
4856 { "Priority": "high", "LocCode": "P0-C0" },
4857 { "Priority": "medium", "LocCode": "P1" },
4858 { "Priority": "low", "LocCode": "P0" }
4859 ]
Matt Spinler0600cf72023-04-10 11:22:33 -05004860 },
4861 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05004862 "System": "com.ibm.Hardware.Chassis.Model.Bonnell",
Matt Spinler0600cf72023-04-10 11:22:33 -05004863 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Patrick Williams26919f02022-12-08 06:12:43 -06004864 }
4865 ],
Mike Cappsabc276e2021-06-18 16:41:30 -04004866
Patrick Williams26919f02022-12-08 06:12:43 -06004867 "Documentation": {
4868 "Description": "Fan GPIO sensors not present",
4869 "Message": "Fan GPIO sensors not present",
4870 "Notes": [
4871 "The device that reports fan presence is not functioning."
4872 ]
4873 }
Mike Cappsabc276e2021-06-18 16:41:30 -04004874 },
4875
4876 {
Matt Spinler86e40dd2021-01-29 11:19:36 -06004877 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHigh",
4878 "Subsystem": "power",
4879 "ComponentID": "0x2800",
4880 "Severity": "predictive",
4881 "ActionFlags": ["service_action", "report"],
4882
4883 "SRC": {
4884 "ReasonCode": "0x2801",
4885 "Words6To9": {}
4886 },
4887
4888 "CalloutsUsingAD": {
4889 "ADName": "SENSOR_NAME",
4890 "CalloutsWithTheirADValues": [
4891 {
4892 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4893 "Callouts": [
4894 {
4895 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004896 {
4897 "Priority": "high",
4898 "SymbolicFRU": "ambient_temp"
4899 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004900 ]
4901 }
4902 ]
4903 }
Matt Spinlerc13bb1c2022-08-01 10:33:09 -05004904 ],
4905 "CalloutsWhenNoADMatch": [
4906 {
4907 "CalloutList": [
4908 {
4909 "Priority": "high",
4910 "SymbolicFRU": "overtemp"
4911 }
4912 ]
4913 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004914 ]
4915 },
4916
4917 "Documentation": {
4918 "Description": "A temperature sensor exceeded its performance loss threshold.",
4919 "Message": "A temperature sensor exceeded its performance loss threshold.",
4920 "Notes": [
4921 "A temperature sensor crossed its performance loss threshold value",
4922 "If it is the ambient sensor, then a symbolic FRU will be added.",
4923 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
4924 "a FRU callout."
4925 ]
4926 }
4927 },
4928
4929 {
4930 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHighClear",
4931 "Subsystem": "power",
4932 "ComponentID": "0x2800",
4933 "Severity": "non_error",
4934 "ActionFlags": ["report"],
4935 "EventType": "env_normal",
4936
4937 "SRC": {
4938 "ReasonCode": "0x2802",
4939 "Words6To9": {}
4940 },
4941
4942 "CalloutsUsingAD": {
4943 "ADName": "SENSOR_NAME",
4944 "CalloutsWithTheirADValues": [
4945 {
4946 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4947 "Callouts": [
4948 {
4949 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004950 {
4951 "Priority": "high",
4952 "SymbolicFRU": "ambient_temp_back"
4953 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004954 ]
4955 }
4956 ]
4957 }
4958 ]
4959 },
4960
4961 "Documentation": {
4962 "Description": "A temperature sensor is under its performance loss threshold.",
4963 "Message": "A temperature sensor is under its performance loss threshold.",
4964 "Notes": [
4965 "A temperature sensor crossed under its performance loss threshold value",
4966 "If it is the ambient sensor, then a symbolic FRU will be added."
4967 ]
4968 }
4969 },
4970
4971 {
4972 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHigh",
4973 "Subsystem": "power",
4974 "ComponentID": "0x2800",
4975 "Severity": "predictive",
4976 "ActionFlags": ["service_action", "report"],
4977
4978 "SRC": {
4979 "ReasonCode": "0x2803",
4980 "Words6To9": {}
4981 },
4982
4983 "CalloutsUsingAD": {
4984 "ADName": "SENSOR_NAME",
4985 "CalloutsWithTheirADValues": [
4986 {
4987 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4988 "Callouts": [
4989 {
4990 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004991 {
4992 "Priority": "high",
4993 "SymbolicFRU": "ambient_temp"
4994 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004995 ]
4996 }
4997 ]
4998 }
Matt Spinlerc13bb1c2022-08-01 10:33:09 -05004999 ],
5000 "CalloutsWhenNoADMatch": [
5001 {
5002 "CalloutList": [
5003 {
5004 "Priority": "high",
5005 "SymbolicFRU": "overtemp"
5006 }
5007 ]
5008 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06005009 ]
5010 },
5011
5012 "Documentation": {
5013 "Description": "A temperature sensor exceeded its warning threshold.",
5014 "Message": "A temperature sensor exceeded its warning threshold.",
5015 "Notes": [
5016 "A temperature sensor crossed its warning threshold value",
5017 "If it is the ambient sensor, then a symbolic FRU will be added.",
5018 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
5019 "a FRU callout."
5020 ]
5021 }
5022 },
5023
5024 {
5025 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHighClear",
5026 "Subsystem": "power",
5027 "ComponentID": "0x2800",
5028 "Severity": "non_error",
5029 "ActionFlags": ["report"],
5030 "EventType": "env_normal",
5031
5032 "SRC": {
5033 "ReasonCode": "0x2804",
5034 "Words6To9": {}
5035 },
5036
5037 "CalloutsUsingAD": {
5038 "ADName": "SENSOR_NAME",
5039 "CalloutsWithTheirADValues": [
5040 {
5041 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
5042 "Callouts": [
5043 {
5044 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06005045 {
5046 "Priority": "high",
5047 "SymbolicFRU": "ambient_temp_back"
5048 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06005049 ]
5050 }
5051 ]
5052 }
5053 ]
5054 },
5055
5056 "Documentation": {
5057 "Description": "A temperature sensor is under its warning threshold.",
5058 "Message": "A temperature sensor is under its warning threshold.",
5059 "Notes": [
5060 "A temperature sensor crossed under its warning threshold value",
5061 "If it is the ambient sensor, then a symbolic FRU will be added."
5062 ]
5063 }
5064 },
5065
5066 {
5067 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHigh",
5068 "Subsystem": "power",
5069 "ComponentID": "0x2800",
Matt Spinlerfe2a3842024-02-06 08:58:09 -06005070 "Severity": "unrecoverable",
Matt Spinler86e40dd2021-01-29 11:19:36 -06005071 "ActionFlags": ["service_action", "report"],
5072
5073 "SRC": {
5074 "ReasonCode": "0x2805",
5075 "Words6To9": {}
5076 },
5077
5078 "CalloutsUsingAD": {
5079 "ADName": "SENSOR_NAME",
5080 "CalloutsWithTheirADValues": [
5081 {
5082 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
5083 "Callouts": [
5084 {
5085 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06005086 {
5087 "Priority": "high",
5088 "SymbolicFRU": "ambient_temp"
5089 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06005090 ]
5091 }
5092 ]
5093 }
Matt Spinlerc13bb1c2022-08-01 10:33:09 -05005094 ],
5095 "CalloutsWhenNoADMatch": [
5096 {
5097 "CalloutList": [
5098 {
5099 "Priority": "high",
5100 "SymbolicFRU": "overtemp"
5101 }
5102 ]
5103 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06005104 ]
5105 },
5106
5107 "Documentation": {
5108 "Description": "A temperature sensor exceeded its critical threshold.",
5109 "Message": "A temperature sensor exceeded its critical threshold.",
5110 "Notes": [
5111 "A temperature sensor crossed its critical threshold value",
5112 "If it is the ambient sensor, then a symbolic FRU will be added.",
5113 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
5114 "a FRU callout."
5115 ]
5116 }
5117 },
5118
5119 {
5120 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHighClear",
5121 "Subsystem": "power",
5122 "ComponentID": "0x2800",
5123 "Severity": "non_error",
5124 "ActionFlags": ["report"],
5125 "EventType": "env_normal",
5126
5127 "SRC": {
5128 "ReasonCode": "0x2806",
5129 "Words6To9": {}
5130 },
5131
5132 "CalloutsUsingAD": {
5133 "ADName": "SENSOR_NAME",
5134 "CalloutsWithTheirADValues": [
5135 {
5136 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
5137 "Callouts": [
5138 {
5139 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06005140 {
5141 "Priority": "high",
5142 "SymbolicFRU": "ambient_temp_back"
5143 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06005144 ]
5145 }
5146 ]
5147 }
5148 ]
5149 },
5150
5151 "Documentation": {
5152 "Description": "A temperature sensor is under its critical threshold.",
5153 "Message": "A temperature sensor is under its critical threshold.",
5154 "Notes": [
5155 "A temperature sensor crossed under its critical threshold value",
5156 "If it is the ambient sensor, then a symbolic FRU will be added."
5157 ]
5158 }
5159 },
5160
5161 {
Matt Spinler6b3490a2021-01-20 10:48:26 -06005162 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHigh",
5163 "Subsystem": "power",
5164 "ComponentID": "0x2800",
5165 "Severity": "predictive",
5166 "ActionFlags": ["service_action", "report"],
5167
5168 "SRC": {
5169 "ReasonCode": "0x2807",
5170 "Words6To9": {}
5171 },
5172
5173 "Callouts": [
5174 {
5175 "CalloutList": [
5176 {
Patrick Williams26919f02022-12-08 06:12:43 -06005177 "Priority": "high",
5178 "SymbolicFRU": "ambient_temp"
Matt Spinler6b3490a2021-01-20 10:48:26 -06005179 }
5180 ]
5181 }
5182 ],
5183
5184 "Documentation": {
5185 "Description": "The ambient temperature passed the EPOW3 limit.",
5186 "Message": "The ambient temperature passed the EPOW3 limit. The system will shut down if temp doesn't decrease.",
5187 "Notes": [
5188 "This error occurs when the ambient temperature surpassed",
5189 "the EPOW3 shutdown limit."
5190 ]
5191 }
5192 },
5193
5194 {
5195 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHighClear",
5196 "Subsystem": "power",
5197 "ComponentID": "0x2800",
5198 "Severity": "non_error",
5199 "ActionFlags": ["report"],
5200 "EventType": "env_normal",
5201
5202 "SRC": {
5203 "ReasonCode": "0x2808",
5204 "Words6To9": {}
5205 },
5206
5207 "Callouts": [
5208 {
5209 "CalloutList": [
5210 {
Patrick Williams26919f02022-12-08 06:12:43 -06005211 "Priority": "high",
5212 "SymbolicFRU": "ambient_temp_back"
Matt Spinler6b3490a2021-01-20 10:48:26 -06005213 }
5214 ]
5215 }
5216 ],
5217
5218 "Documentation": {
5219 "Description": "The ambient temperature is back under the EPOW3 limit.",
5220 "Message": "The ambient temperature is back under the EPOW3 limit."
5221 }
5222 },
5223
5224 {
5225 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.HardShutdownAlarmHigh",
5226 "Subsystem": "power",
5227 "ComponentID": "0x2800",
Matt Spinler6b3490a2021-01-20 10:48:26 -06005228 "ActionFlags": ["service_action", "report"],
5229
5230 "SRC": {
5231 "ReasonCode": "0x2809",
5232 "Words6To9": {}
5233 },
5234
5235 "Callouts": [
5236 {
5237 "CalloutList": [
5238 {
Patrick Williams26919f02022-12-08 06:12:43 -06005239 "Priority": "high",
5240 "SymbolicFRU": "ambient_temp"
Matt Spinler6b3490a2021-01-20 10:48:26 -06005241 }
5242 ]
5243 }
5244 ],
5245
5246 "Documentation": {
5247 "Description": "The ambient temperature passed the EPOW4 limit.",
5248 "Message": "The ambient temperature passed the EPOW4 limit. The system will shut down",
5249 "Notes": [
5250 "This error occurs when the ambient temperature surpassed",
5251 "the EPOW4 shutdown limit."
5252 ]
5253 }
5254 },
5255
5256 {
Rashmica Guptab63f75b2021-08-18 20:54:21 +10005257 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHigh",
5258 "Subsystem": "ext_env",
5259 "ComponentID": "0x2800",
5260 "Severity": "predictive",
5261 "ActionFlags": ["service_action", "report"],
5262
5263 "SRC": {
5264 "ReasonCode": "0x280A",
5265 "Words6To9": {}
5266 },
5267
5268 "CalloutsUsingAD": {
5269 "ADName": "SENSOR_NAME",
5270 "CalloutsWithTheirADValues": [
5271 {
5272 "ADValue": "/xyz/openbmc_project/sensors/altitude/Altitude",
5273 "Callouts": [
5274 {
5275 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06005276 {
5277 "Priority": "high",
5278 "SymbolicFRU": "altitude"
5279 }
Rashmica Guptab63f75b2021-08-18 20:54:21 +10005280 ]
5281 }
5282 ]
5283 }
5284 ]
5285 },
5286
5287 "Documentation": {
5288 "Description": "An altitude sensor exceeded its warning threshold.",
5289 "Message": "An altitude sensor exceeded its warning threshold.",
5290 "Notes": [
5291 "The virtual altitude sensor crossed its warning threshold value",
5292 " and a symbolic FRU will be added."
5293 ]
5294 }
5295 },
5296
5297 {
5298 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHighClear",
5299 "Subsystem": "ext_env",
5300 "ComponentID": "0x2800",
5301 "Severity": "non_error",
5302 "ActionFlags": ["report"],
5303 "EventType": "env_normal",
5304
5305 "SRC": {
5306 "ReasonCode": "0x280B",
5307 "Words6To9": {}
5308 },
5309
5310 "Documentation": {
5311 "Description": "An altitude sensor is under its warning threshold.",
5312 "Message": "An altitude sensor is under its warning threshold.",
5313 "Notes": [
5314 "The virtual altitude sensor is under its warning threshold value",
5315 " and a symbolic FRU will be added."
5316 ]
5317 }
5318 },
5319
5320 {
Matt Spinler81331342021-10-05 14:09:56 -05005321 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLow",
5322 "Subsystem": "cec_tod",
5323 "ComponentID": "0x2800",
Matt Spinlerfe2a3842024-02-06 08:58:09 -06005324 "Severity": "unrecoverable",
Matt Spinler81331342021-10-05 14:09:56 -05005325 "ActionFlags": ["service_action", "report"],
5326
5327 "SRC": {
5328 "ReasonCode": "0x280C",
5329 "Words6To9": {}
5330 },
5331
Matt Spinler81331342021-10-05 14:09:56 -05005332 "Documentation": {
5333 "Description": "A voltage sensor went below its critical low threshold.",
5334 "Message": "A voltage sensor went below its critical low threshold."
5335 }
5336 },
5337
5338 {
5339 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLowClear",
5340 "Subsystem": "cec_tod",
5341 "ComponentID": "0x2800",
5342 "Severity": "non_error",
5343 "ActionFlags": ["report"],
5344
5345 "SRC": {
5346 "ReasonCode": "0x280D",
5347 "Words6To9": {}
5348 },
5349
5350 "Documentation": {
5351 "Description": "A voltage sensor is over its critical low threshold.",
5352 "Message": "A voltage sensor is over its critical low threshold."
5353 }
5354 },
5355
5356 {
Matt Spinler1e792db2022-01-07 14:06:06 -06005357 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLow",
5358 "Subsystem": "power",
5359 "ComponentID": "0x2800",
5360 "Severity": "predictive",
5361 "ActionFlags": ["service_action", "report"],
5362
5363 "SRC": {
5364 "ReasonCode": "0x280E",
5365 "Words6To9": {}
5366 },
5367
5368 "Documentation": {
5369 "Description": "A temperature sensor is under its low warning threshold.",
5370 "Message": "A temperature sensor is under its low warning threshold.",
5371 "Notes": [
5372 "A temperature sensor crossed its low warning threshold value",
5373 "CALLOUT_INVENTORY_PATH will be passed in to add a FRU callout."
5374 ]
5375 }
5376 },
5377
5378 {
5379 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLowClear",
5380 "Subsystem": "power",
5381 "ComponentID": "0x2800",
5382 "Severity": "non_error",
5383 "ActionFlags": ["report"],
5384 "EventType": "env_normal",
5385
5386 "SRC": {
5387 "ReasonCode": "0x280F",
5388 "Words6To9": {}
5389 },
5390
5391 "Documentation": {
5392 "Description": "A temperature sensor is above its low warning threshold.",
5393 "Message": "A temperature sensor is above its low warning threshold.",
5394 "Notes": [
5395 "A temperature sensor crossed above its low warning threshold value."
5396 ]
5397 }
5398 },
5399
5400 {
5401 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalLow",
5402 "Subsystem": "power",
5403 "ComponentID": "0x2800",
Matt Spinlerfe2a3842024-02-06 08:58:09 -06005404 "Severity": "unrecoverable",
Matt Spinler1e792db2022-01-07 14:06:06 -06005405 "ActionFlags": ["service_action", "report"],
5406
5407 "SRC": {
5408 "ReasonCode": "0x2810",
5409 "Words6To9": {}
5410 },
5411
5412 "Documentation": {
5413 "Description": "A temperature sensor is under its low critical threshold.",
5414 "Message": "A temperature sensor is under its low critical threshold.",
5415 "Notes": [
5416 "A temperature sensor crossed its low critical threshold value",
5417 "CALLOUT_INVENTORY_PATH will be passed in to add a FRU callout."
5418 ]
5419 }
5420 },
5421
5422 {
5423 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalLowClear",
5424 "Subsystem": "power",
5425 "ComponentID": "0x2800",
5426 "Severity": "non_error",
5427 "ActionFlags": ["report"],
5428 "EventType": "env_normal",
5429
5430 "SRC": {
5431 "ReasonCode": "0x2811",
5432 "Words6To9": {}
5433 },
5434
5435 "Documentation": {
5436 "Description": "A temperature sensor is over its low critical threshold.",
5437 "Message": "A temperature sensor is over its low critical threshold.",
5438 "Notes": [
5439 "A temperature sensor crossed above its critical threshold value"
5440 ]
5441 }
5442 },
5443
5444 {
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005445 "Name": "com.ibm.VPD.Error.InvalidEepromPath",
5446 "Subsystem": "cec_vpd",
5447 "ComponentID": "0x4000",
5448
5449 "SRC": {
5450 "ReasonCode": "0x4000",
Patrick Williams26919f02022-12-08 06:12:43 -06005451 "Words6To9": {
5452 "6": {
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005453 "Description": "Errno of the failure.",
5454 "AdditionalDataPropSource": "CALLOUT_ERRNO"
5455 }
5456 }
5457 },
5458
5459 "Documentation": {
Michael Limb264f062022-03-29 16:25:33 -05005460 "Description": "A path access error occurred",
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005461 "Message": "An EEPROM path access error occurred.",
5462 "Notes": [
5463 "This error occurs when parser is unable to access",
5464 "EEPROM path. Errno and device path are captured as",
5465 "additional data."
5466 ]
5467 }
5468 },
5469
5470 {
5471 "Name": "com.ibm.VPD.Error.InvalidVPD",
5472 "Subsystem": "cec_vpd",
5473 "ComponentID": "0x4000",
5474
5475 "SRC": {
5476 "ReasonCode": "0x4001",
Patrick Williams26919f02022-12-08 06:12:43 -06005477 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005478 },
5479
5480 "Documentation": {
5481 "Description": "Invalid VPD data.",
5482 "Message": "A VPD data exception occurred.",
5483 "Notes": [
5484 "This error occurs when VPD data is found to be",
5485 "invalid. This can be when VPD file is missing out",
5486 "mandatory records.Inventory path is captured in",
5487 "additional data."
5488 ]
5489 }
5490 },
5491
5492 {
5493 "Name": "com.ibm.VPD.Error.EccCheckFailed",
5494 "Subsystem": "cec_vpd",
5495 "ComponentID": "0x4000",
5496
5497 "SRC": {
5498 "ReasonCode": "0x4002",
Patrick Williams26919f02022-12-08 06:12:43 -06005499 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005500 },
5501
5502 "Documentation": {
5503 "Description": "Invalid VPD ecc data.",
5504 "Message": "A VPD ecc exception occurred.",
5505 "Notes": [
5506 "This error occurs when VPD ecc check fails for the FRU.",
5507 "Inventory path for the failed FRU is captured in additonal",
5508 "data."
5509 ]
5510 }
5511 },
5512
5513 {
5514 "Name": "com.ibm.VPD.Error.InvalidJson",
5515 "Subsystem": "cec_vpd",
5516 "ComponentID": "0x4000",
5517
5518 "SRC": {
5519 "ReasonCode": "0x4003",
Patrick Williams26919f02022-12-08 06:12:43 -06005520 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005521 },
5522
Matt Spinler834f3ed2022-01-26 16:18:02 -06005523 "Callouts": [
5524 {
5525 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005526 { "Priority": "high", "Procedure": "BMC0001" }
Matt Spinler834f3ed2022-01-26 16:18:02 -06005527 ]
5528 }
5529 ],
5530
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005531 "Documentation": {
5532 "Description": "Invalid Json",
5533 "Message": "A Json failure occurred.",
5534 "Notes": [
5535 "This error occurs when parser fails to access",
5536 "Json file or there is any issue with Json data.",
5537 "Failed Json path and cause of failure is captured",
5538 "in additional data."
5539 ]
5540 }
5541 },
5542
5543 {
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005544 "Name": "com.ibm.VPD.Error.DefaultValue",
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005545 "Subsystem": "cec_vpd",
5546 "ComponentID": "0x4000",
5547
5548 "SRC": {
5549 "ReasonCode": "0x4004",
Patrick Williams26919f02022-12-08 06:12:43 -06005550 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005551 },
5552
Priyanga Ramasamy134e1e12022-12-02 07:03:39 -06005553 "Callouts": [
5554 {
5555 "CalloutList": [
5556 {
5557 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06005558 "Procedure": "BMC0007"
Priyanga Ramasamy134e1e12022-12-02 07:03:39 -06005559 }
5560 ]
5561 }
5562 ],
5563
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005564 "Documentation": {
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005565 "Description": "Default value found on VPD.",
5566 "Message": "Found default VPD.",
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005567 "Notes": [
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005568 "This error occurs when a default value found on VPD.",
5569 "Details regarding failure are captured in additional data."
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005570 ]
5571 }
5572 },
5573
5574 {
5575 "Name": "com.ibm.VPD.Error.DbusFailure",
5576 "Subsystem": "cec_vpd",
5577 "ComponentID": "0x4000",
5578
5579 "SRC": {
5580 "ReasonCode": "0x4005",
Patrick Williams26919f02022-12-08 06:12:43 -06005581 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005582 },
5583
Matt Spinler834f3ed2022-01-26 16:18:02 -06005584 "Callouts": [
5585 {
5586 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005587 { "Priority": "high", "Procedure": "BMC0001" }
Matt Spinler834f3ed2022-01-26 16:18:02 -06005588 ]
5589 }
5590 ],
5591
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005592 "Documentation": {
5593 "Description": "Dbus exception",
5594 "Message": "A Dbus internal error occurred.",
5595 "Notes": [
5596 "This error occurs when Dbus operation fails.",
5597 "Exceptions details are captured in additonal",
5598 "data."
5599 ]
5600 }
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005601 },
5602
5603 {
Alpana Kumari081cfd42021-12-07 04:14:57 -06005604 "Name": "com.ibm.VPD.Error.UnknownSystemType",
5605 "Subsystem": "cec_vpd",
5606 "ComponentID": "0x4000",
5607
5608 "SRC": {
5609 "ReasonCode": "0x4006",
Patrick Williams26919f02022-12-08 06:12:43 -06005610 "Words6To9": {}
Alpana Kumari081cfd42021-12-07 04:14:57 -06005611 },
5612
5613 "Callouts": [
5614 {
Patrick Williams26919f02022-12-08 06:12:43 -06005615 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Alpana Kumari081cfd42021-12-07 04:14:57 -06005616 }
5617 ],
5618
5619 "Documentation": {
5620 "Description": "Unknown System Type",
5621 "Message": "System type not supported in DTB table.",
5622 "Notes": [
5623 "System type comes from combination of HW and IM value of system VPD.",
5624 "If anything gets changed in that combination, then it can't determine",
5625 "the appropriate DTB for that system. Need to check HW and IM keywords."
5626 ]
5627 }
5628 },
5629
5630 {
Alpana Kumari074ec5b2022-02-20 22:48:57 -06005631 "Name": "com.ibm.VPD.Error.GPIOError",
5632 "Subsystem": "cec_vpd",
5633 "ComponentID": "0x4000",
5634
5635 "SRC": {
5636 "ReasonCode": "0x4007",
Patrick Williams26919f02022-12-08 06:12:43 -06005637 "Words6To9": {}
Alpana Kumari074ec5b2022-02-20 22:48:57 -06005638 },
5639
Sunny Srivastava17586b42022-06-20 01:06:58 -05005640 "Callouts": [
5641 {
5642 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005643 { "Priority": "high", "Procedure": "BMC0001" }
Sunny Srivastava17586b42022-06-20 01:06:58 -05005644 ]
5645 }
5646 ],
5647
Alpana Kumari074ec5b2022-02-20 22:48:57 -06005648 "Documentation": {
5649 "Description": "GPIO line error",
5650 "Message": "GPIO line couldn't be found or read.",
5651 "Notes": [
Sunny Srivastava17586b42022-06-20 01:06:58 -05005652 "The BMC could not access a GPIO line. This can be a hardware issue",
5653 " or driver issue. Since a hardware or a software issue cannot be",
5654 " differentiated, the BMC code will be called out."
Alpana Kumari074ec5b2022-02-20 22:48:57 -06005655 ]
5656 }
5657 },
5658
5659 {
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005660 "Name": "com.ibm.VPD.Error.Mismatch",
Sunny Srivastavad29837f2022-04-20 01:37:07 -05005661 "Subsystem": "cec_vpd",
5662 "ComponentID": "0x4000",
5663
5664 "SRC": {
5665 "ReasonCode": "0x4008",
Patrick Williams26919f02022-12-08 06:12:43 -06005666 "Words6To9": {}
Sunny Srivastavad29837f2022-04-20 01:37:07 -05005667 },
5668
5669 "Callouts": [
5670 {
5671 "CalloutList": [
Priyanga Ramasamy134e1e12022-12-02 07:03:39 -06005672 {
5673 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06005674 "Procedure": "BMC0007"
Priyanga Ramasamy134e1e12022-12-02 07:03:39 -06005675 }
Sunny Srivastavad29837f2022-04-20 01:37:07 -05005676 ]
5677 }
5678 ],
5679
5680 "Documentation": {
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005681 "Description": "VPD mismatch found between primary and backup",
5682 "Message": "Error occurred due to VPD mismatch between primary and backup.",
Sunny Srivastavad29837f2022-04-20 01:37:07 -05005683 "Notes": [
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005684 "This error occurs when there is a data mismatch between ",
5685 "primary and backup VPD.",
5686 "Details regarding the failure are captured in additional data."
Sunny Srivastavad29837f2022-04-20 01:37:07 -05005687 ]
5688 }
5689 },
5690
5691 {
Sunny Srivastava17586b42022-06-20 01:06:58 -05005692 "Name": "com.ibm.VPD.Error.RequiredFRUMissing",
5693 "Subsystem": "cec_vpd",
5694 "ComponentID": "0x4000",
5695
5696 "SRC": {
5697 "ReasonCode": "0x4009",
Patrick Williams26919f02022-12-08 06:12:43 -06005698 "Words6To9": {}
Sunny Srivastava17586b42022-06-20 01:06:58 -05005699 },
5700
5701 "Documentation": {
5702 "Description": "Essential FRU check.",
5703 "Message": "Essential FRU check failed",
5704 "Notes": [
5705 "This error occurs when VPD manager service detects any",
5706 "missing essential FRU. These are FRUs which are required",
5707 "to be present in the system at the time of power on.",
5708 "The inventory path is captured in additional data."
5709 ]
5710 }
5711 },
5712
5713 {
gikrish1c0cc7ec2022-02-24 12:40:51 -06005714 "Name": "com.ibm.Panel.Error.InputDevPathFailure",
5715 "Subsystem": "cec_op_panel",
5716 "ComponentID": "0x5000",
5717
5718 "SRC": {
5719 "ReasonCode": "0x5001",
5720 "Words6To9": {}
5721 },
5722
5723 "Documentation": {
5724 "Description": "Button Handler Failure",
5725 "Message": "Input Device path failure",
Patrick Williams26919f02022-12-08 06:12:43 -06005726 "Notes": ["Button events will not be processed."]
gikrish1c0cc7ec2022-02-24 12:40:51 -06005727 }
5728 },
5729
5730 {
5731 "Name": "com.ibm.Panel.Error.I2CSetupFailure",
5732 "Subsystem": "cec_op_panel",
5733 "ComponentID": "0x5000",
5734
5735 "SRC": {
5736 "ReasonCode": "0x5002",
5737 "Words6To9": {}
5738 },
5739
5740 "Documentation": {
5741 "Description": "Panel I2C setup failure",
5742 "Message": "Unable to open device path or ioctl failure",
5743 "Notes": [
5744 "The Panel is unable to open device",
5745 " path or ioctl failure"
5746 ]
5747 }
5748 },
5749
5750 {
5751 "Name": "com.ibm.Panel.Error.HostCommunicationError",
5752 "Subsystem": "cec_op_panel",
5753 "ComponentID": "0x5000",
5754
5755 "SRC": {
5756 "ReasonCode": "0x5003",
5757 "Words6To9": {}
5758 },
5759
Patrick Williams26919f02022-12-08 06:12:43 -06005760 "Callouts": [
5761 {
5762 "CalloutList": [
5763 {
5764 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06005765 "Procedure": "BMC0001"
Patrick Williams26919f02022-12-08 06:12:43 -06005766 }
5767 ]
5768 }
5769 ],
gikrish1c0cc7ec2022-02-24 12:40:51 -06005770
5771 "Documentation": {
5772 "Description": "Host Communication failure",
5773 "Message": "Error in sending message to host",
Patrick Williams26919f02022-12-08 06:12:43 -06005774 "Notes": ["Failure from PLDM sending message to", "Host"]
gikrish1c0cc7ec2022-02-24 12:40:51 -06005775 }
5776 },
5777
5778 {
5779 "Name": "com.ibm.Panel.Error.DbusError",
5780 "Subsystem": "cec_op_panel",
5781 "ComponentID": "0x5000",
5782
5783 "SRC": {
5784 "ReasonCode": "0x5004",
5785 "Words6To9": {}
5786 },
5787
Patrick Williams26919f02022-12-08 06:12:43 -06005788 "Callouts": [
5789 {
5790 "CalloutList": [
5791 {
5792 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06005793 "Procedure": "BMC0001"
Patrick Williams26919f02022-12-08 06:12:43 -06005794 }
5795 ]
5796 }
5797 ],
gikrish1c0cc7ec2022-02-24 12:40:51 -06005798
5799 "Documentation": {
5800 "Description": "Dbus exception",
5801 "Message": "A Dbus internal error occurred.",
5802 "Notes": [
5803 "This error occurs when Dbus operation fails.",
5804 "Exceptions details are captured in additional",
5805 "data."
5806 ]
5807 }
5808 },
5809
5810 {
Priyanga Ramasamy3aa27082022-08-24 06:34:38 -05005811 "Name": "com.ibm.Panel.Error.CodeUpdateFailure",
5812 "Subsystem": "cec_op_panel",
5813 "ComponentID": "0x5000",
5814
5815 "SRC": {
5816 "ReasonCode": "0x5005",
5817 "Words6To9": {}
5818 },
5819
5820 "Documentation": {
5821 "Description": "LCD/Bootfail PIC code update failure.",
5822 "Message": "Error while doing LCD/bootfail PIC code update.",
5823 "Notes": [
Priyanga Ramasamyfdd1dc02022-09-21 02:41:32 -05005824 "Panel firmware(LCD/bootfail PIC) update fails due to ",
5825 "unsupportable firmware version. Inventory path to the",
5826 "FRU on which PIC controller is physically present will",
5827 "be called out."
Priyanga Ramasamy3aa27082022-08-24 06:34:38 -05005828 ]
5829 }
5830 },
5831
5832 {
deepae3403252023-04-25 04:55:54 -05005833 "Name": "org.open_power.Host.Boot.Error.WatchdogTimedOut",
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005834 "Subsystem": "cec_sp_hostboot_iface",
Andrew Geisslerc31afd62023-11-13 11:05:45 -06005835 "ComponentID": "0xC100",
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005836
Patrick Williams26919f02022-12-08 06:12:43 -06005837 "SRC": {
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005838 "ReasonCode": "0xC101",
Patrick Williams26919f02022-12-08 06:12:43 -06005839 "Words6To9": {}
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005840 },
5841
Patrick Williams26919f02022-12-08 06:12:43 -06005842 "Documentation": {
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005843 "Description": "Host did not respond within the watchdog timeout interval",
5844 "Message": "Host did not respond before the watchdog timeout interval expired",
5845 "Notes": [
5846 "Host did not respond before the expiry of the watchdog timeout interval.",
5847 "Collecting hostboot dump."
5848 ]
5849 }
zamiseckbf61a982022-01-13 08:27:50 -06005850 },
5851
5852 {
Andrew Geissler2abca8f2023-11-13 11:12:21 -06005853 "Name": "xyz.openbmc_project.Dump.Error.Ramoops",
5854 "Subsystem": "bmc_firmware",
5855 "ComponentID": "0xC200",
5856
5857 "SRC": {
5858 "ReasonCode": "0xC201",
5859 "Words6To9": {}
5860 },
5861
5862 "Callouts": [
5863 {
5864 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005865 { "Priority": "high", "Procedure": "BMC0001" }
Andrew Geissler2abca8f2023-11-13 11:12:21 -06005866 ]
5867 }
5868 ],
5869
5870 "Documentation": {
5871 "Description": "BMC rebooted unexpectedly due to kernel panic",
5872 "Message": "BMC rebooted unexpectedly resulting in a ramoops dump being collected",
5873 "Notes": [
5874 "Investigate the collected BMC dump to identify the reason for the BMC reboot."
5875 ]
5876 }
5877 },
5878
5879 {
zamiseckbf61a982022-01-13 08:27:50 -06005880 "Name": "xyz.openbmc_project.Software.Version.Error.Incompatible",
5881 "Subsystem": "bmc_firmware",
5882 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005883 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005884 "ReasonCode": "0x3601",
Patrick Williams26919f02022-12-08 06:12:43 -06005885 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005886 },
5887
5888 "Callouts": [
5889 {
5890 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005891 { "Priority": "high", "Procedure": "BMC0001" }
zamiseckbf61a982022-01-13 08:27:50 -06005892 ]
5893 }
5894 ],
5895
Patrick Williams26919f02022-12-08 06:12:43 -06005896 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005897 "Description": "A system component has a software version that is incompatible.",
5898 "Message": "A system component has a software version that is incompatible."
5899 }
5900 },
5901
5902 {
5903 "Name": "xyz.openbmc_project.Software.Version.Error.AlreadyExists",
5904 "Subsystem": "bmc_firmware",
5905 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005906 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005907 "ReasonCode": "0x3602",
Patrick Williams26919f02022-12-08 06:12:43 -06005908 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005909 },
5910
5911 "Callouts": [
5912 {
5913 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005914 { "Priority": "high", "Procedure": "BMC0001" }
zamiseckbf61a982022-01-13 08:27:50 -06005915 ]
5916 }
5917 ],
5918
Patrick Williams26919f02022-12-08 06:12:43 -06005919 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005920 "Description": "This image version already exists on the device.",
5921 "Message": "This image version already exists on the device."
5922 }
5923 },
5924
5925 {
5926 "Name": "xyz.openbmc_project.Software.Image.Error.UnTarFailure",
5927 "Subsystem": "bmc_firmware",
5928 "ComponentID": "0x3600",
Adriana Kobylak7ef3b9e2023-01-04 13:20:36 -06005929 "ActionFlags": ["report"],
Patrick Williams26919f02022-12-08 06:12:43 -06005930 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005931 "ReasonCode": "0x3603",
Patrick Williams26919f02022-12-08 06:12:43 -06005932 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005933 },
5934
5935 "Callouts": [
5936 {
5937 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005938 { "Priority": "high", "Procedure": "BMC0001" }
zamiseckbf61a982022-01-13 08:27:50 -06005939 ]
5940 }
5941 ],
5942
Patrick Williams26919f02022-12-08 06:12:43 -06005943 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005944 "Description": "An error occurred during untar.",
5945 "Message": "An error occurred during untar."
5946 }
5947 },
5948
5949 {
5950 "Name": "xyz.openbmc_project.Software.Image.Error.ManifestFileFailure",
5951 "Subsystem": "bmc_firmware",
5952 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005953 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005954 "ReasonCode": "0x3604",
Patrick Williams26919f02022-12-08 06:12:43 -06005955 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005956 },
5957
5958 "Callouts": [
5959 {
5960 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005961 { "Priority": "high", "Procedure": "BMC0001" }
zamiseckbf61a982022-01-13 08:27:50 -06005962 ]
5963 }
5964 ],
5965
Patrick Williams26919f02022-12-08 06:12:43 -06005966 "Documentation": {
zamiseck21de9f02022-03-23 13:41:31 -05005967 "Description": "An error occurred when reading the software image Manifest file.",
5968 "Message": "An error occurred when reading the software image Manifest file."
zamiseckbf61a982022-01-13 08:27:50 -06005969 }
5970 },
5971
5972 {
5973 "Name": "xyz.openbmc_project.Software.Image.Error.InternalFailure",
5974 "Subsystem": "bmc_firmware",
5975 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005976 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005977 "ReasonCode": "0x3605",
Patrick Williams26919f02022-12-08 06:12:43 -06005978 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005979 },
5980
5981 "Callouts": [
5982 {
5983 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005984 { "Priority": "high", "Procedure": "BMC0001" }
zamiseckbf61a982022-01-13 08:27:50 -06005985 ]
5986 }
5987 ],
5988
Patrick Williams26919f02022-12-08 06:12:43 -06005989 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005990 "Description": "The operation failed internally during processing the image.",
5991 "Message": "The operation failed internally during processing the image."
5992 }
5993 },
5994
5995 {
5996 "Name": "xyz.openbmc_project.Software.Image.Error.ImageFailure",
5997 "Subsystem": "bmc_firmware",
5998 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005999 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06006000 "ReasonCode": "0x3606",
Patrick Williams26919f02022-12-08 06:12:43 -06006001 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06006002 },
6003
6004 "Callouts": [
6005 {
6006 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06006007 { "Priority": "high", "Procedure": "BMC0001" }
zamiseckbf61a982022-01-13 08:27:50 -06006008 ]
6009 }
6010 ],
6011
Patrick Williams26919f02022-12-08 06:12:43 -06006012 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06006013 "Description": "An error occurred processing the image.",
6014 "Message": "An error occurred processing the image."
6015 }
6016 },
6017
6018 {
6019 "Name": "xyz.openbmc_project.Software.Image.Error.BusyFailure",
6020 "Subsystem": "bmc_firmware",
6021 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06006022 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06006023 "ReasonCode": "0x3607",
Patrick Williams26919f02022-12-08 06:12:43 -06006024 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06006025 },
6026
6027 "Callouts": [
6028 {
6029 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06006030 { "Priority": "high", "Procedure": "BMC0001" }
zamiseckbf61a982022-01-13 08:27:50 -06006031 ]
6032 }
6033 ],
6034
Patrick Williams26919f02022-12-08 06:12:43 -06006035 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06006036 "Description": "The device is busy during the update.",
6037 "Message": "The device is busy during the update."
6038 }
zamiseck21de9f02022-03-23 13:41:31 -05006039 },
6040
6041 {
6042 "Name": "xyz.openbmc_project.Software.Version.Error.ExpiredAccessKey",
6043 "Subsystem": "bmc_firmware",
6044 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06006045 "SRC": {
zamiseck21de9f02022-03-23 13:41:31 -05006046 "ReasonCode": "0x3608",
Patrick Williams26919f02022-12-08 06:12:43 -06006047 "Words6To9": {}
zamiseck21de9f02022-03-23 13:41:31 -05006048 },
6049
6050 "Callouts": [
6051 {
6052 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06006053 { "Priority": "high", "Procedure": "BMC0001" }
zamiseck21de9f02022-03-23 13:41:31 -05006054 ]
6055 }
6056 ],
6057
Patrick Williams26919f02022-12-08 06:12:43 -06006058 "Documentation": {
zamiseck21de9f02022-03-23 13:41:31 -05006059 "Description": "The Update Access Key has expired.",
6060 "Message": "The Update Access Key has expired."
6061 }
6062 },
6063
6064 {
6065 "Name": "xyz.openbmc_project.Software.Version.Error.InvalidSignature",
6066 "Subsystem": "bmc_firmware",
6067 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06006068 "SRC": {
zamiseck21de9f02022-03-23 13:41:31 -05006069 "ReasonCode": "0x3609",
Patrick Williams26919f02022-12-08 06:12:43 -06006070 "Words6To9": {}
zamiseck21de9f02022-03-23 13:41:31 -05006071 },
6072
6073 "Callouts": [
6074 {
6075 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06006076 { "Priority": "high", "Procedure": "BMC0001" }
zamiseck21de9f02022-03-23 13:41:31 -05006077 ]
6078 }
6079 ],
6080
Patrick Williams26919f02022-12-08 06:12:43 -06006081 "Documentation": {
zamiseck21de9f02022-03-23 13:41:31 -05006082 "Description": "The software image has an invalid signature.",
6083 "Message": "The software image has an invalid signature"
6084 }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006085 },
zamiseck0ad7a822022-05-24 17:25:58 -05006086
6087 {
Patrick Williams26919f02022-12-08 06:12:43 -06006088 "Name": "xyz.openbmc_project.Software.Version.Error.HostFile",
6089 "Subsystem": "bmc_firmware",
6090 "ComponentID": "0x3600",
zamiseck0ad7a822022-05-24 17:25:58 -05006091
Patrick Williams26919f02022-12-08 06:12:43 -06006092 "SRC": {
6093 "ReasonCode": "0x360A",
6094 "Words6To9": {
6095 "6": {
6096 "Description": "Size of the current running partition",
6097 "AdditionalDataPropSource": "CURRENT_FILE_SIZE"
zamiseck0ad7a822022-05-24 17:25:58 -05006098 },
Patrick Williams26919f02022-12-08 06:12:43 -06006099 "7": {
6100 "Description": "Size of the read only partition",
6101 "AdditionalDataPropSource": "EXPECTED_FILE_SIZE"
zamiseck0ad7a822022-05-24 17:25:58 -05006102 }
6103 }
6104 },
6105 "Callouts": [
6106 {
6107 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06006108 { "Priority": "high", "Procedure": "BMC0001" }
zamiseck0ad7a822022-05-24 17:25:58 -05006109 ]
6110 }
6111 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006112 "Documentation": {
6113 "Description": "Corrupted or changed preserved file",
6114 "Message": "Partition was not preserved on reboot",
6115 "Notes": [
zamiseck0ad7a822022-05-24 17:25:58 -05006116 "This error may occur if one of the partitions marked",
6117 "PRESERVED is either corrupted, or a change of size is ",
6118 "desired for a particular partition."
6119 ]
6120 }
6121 },
6122
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006123 {
6124 "Name": "xyz.openbmc_project.PLDM.Error.findDumpObjPath.GetManagedObjectsFail",
6125 "Subsystem": "bmc_firmware",
6126 "ComponentID": "0x6000",
6127 "Severity": "predictive",
Patrick Williams26919f02022-12-08 06:12:43 -06006128 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006129 "ReasonCode": "0x6001",
Patrick Williams26919f02022-12-08 06:12:43 -06006130 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006131 },
6132 "Callouts": [
6133 {
6134 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06006135 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006136 ]
6137 }
6138 ],
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05006139
Patrick Williams26919f02022-12-08 06:12:43 -06006140 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006141 "Description": "Failed to get the requested dump object path.",
6142 "Message": "Failed to get the requested dump object path from the system."
6143 }
6144 },
6145 {
6146 "Name": "xyz.openbmc_project.PLDM.Error.newFileAvailable.NewDumpNotifyFail",
6147 "Subsystem": "bmc_firmware",
6148 "ComponentID": "0x6000",
6149 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006150 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006151 "ReasonCode": "0x6002",
Patrick Williams26919f02022-12-08 06:12:43 -06006152 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006153 },
6154 "Callouts": [
6155 {
6156 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06006157 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006158 ]
6159 }
6160 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006161 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006162 "Description": "Failed to make a new dump notify request to the dump manager application.",
6163 "Message": "Failed to make a new dump notify request to the dump manager application."
6164 }
6165 },
6166 {
6167 "Name": "xyz.openbmc_project.PLDM.Error.DumpHandler.getOffloadUriFail",
6168 "Subsystem": "bmc_firmware",
6169 "ComponentID": "0x6000",
6170 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006171 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006172 "ReasonCode": "0x6003",
Patrick Williams26919f02022-12-08 06:12:43 -06006173 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006174 },
6175 "Callouts": [
6176 {
6177 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06006178 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006179 ]
6180 }
6181 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006182 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006183 "Description": "Failed to get the dump offload URI path from the dump entry.",
6184 "Message": "Failed to get the dump offload URI path from the dump entry."
6185 }
6186 },
6187 {
6188 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.ResourceDumpFileAckFail",
6189 "Subsystem": "bmc_firmware",
6190 "ComponentID": "0x6000",
6191 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -06006192 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006193 "ReasonCode": "0x6004",
Patrick Williams26919f02022-12-08 06:12:43 -06006194 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006195 },
6196 "Callouts": [
6197 {
6198 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06006199 { "Priority": "medium", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006200 ]
6201 }
6202 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006203 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006204 "Description": "The hypervisor rejected the request to initiate a new resource dump.",
6205 "Message": "The hypervisor rejected the request to initiate a new resource dump."
6206 }
6207 },
6208 {
6209 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.SourceDumpIdResetFail",
6210 "Subsystem": "bmc_firmware",
6211 "ComponentID": "0x6000",
6212 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006213 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006214 "ReasonCode": "0x6005",
Patrick Williams26919f02022-12-08 06:12:43 -06006215 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006216 },
6217 "Callouts": [
6218 {
6219 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06006220 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006221 ]
6222 }
6223 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006224 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006225 "Description": "Failed to reset the dump ID, due to this requested dump will not be deleted.",
6226 "Message": "Failed to reset the dump ID, due to this requested dump will not be deleted."
6227 }
6228 },
6229 {
6230 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryDeleteFail",
6231 "Subsystem": "bmc_firmware",
6232 "ComponentID": "0x6000",
6233 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006234 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006235 "ReasonCode": "0x6006",
Patrick Williams26919f02022-12-08 06:12:43 -06006236 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006237 },
6238 "Callouts": [
6239 {
6240 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06006241 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006242 ]
6243 }
6244 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006245 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006246 "Description": "Failed to carry out the dump delete request from the hypervisor.",
6247 "Message": "Failed to carry out the dump delete request from the hypervisor."
6248 }
6249 },
6250 {
6251 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryOffloadedSetFail",
6252 "Subsystem": "bmc_firmware",
6253 "ComponentID": "0x6000",
6254 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006255 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006256 "ReasonCode": "0x6007",
Patrick Williams26919f02022-12-08 06:12:43 -06006257 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006258 },
6259 "Callouts": [
6260 {
6261 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06006262 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006263 ]
6264 }
6265 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006266 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006267 "Description": "Failed to set the dump offloaded completion flag in the dump entry.",
6268 "Message": "Failed to set the dump offloaded completion flag in the dump entry."
6269 }
6270 },
6271 {
6272 "Name": "xyz.openbmc_project.PLDM.Error.readIntoMemory.GetFilepathFail",
6273 "Subsystem": "bmc_firmware",
6274 "ComponentID": "0x6000",
6275 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006276 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006277 "ReasonCode": "0x6008",
Patrick Williams26919f02022-12-08 06:12:43 -06006278 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006279 },
6280 "Callouts": [
6281 {
6282 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06006283 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006284 ]
6285 }
6286 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006287 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006288 "Description": "Failed to get the file path for the BMC dump and offload to the hypervisor.",
6289 "Message": "Failed to get the file path for the BMC dump and offload to the hypervisor."
6290 }
6291 },
6292 {
6293 "Name": "xyz.openbmc_project.PLDM.Error.read.GetFilepathFail",
6294 "Subsystem": "bmc_firmware",
6295 "ComponentID": "0x6000",
6296 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006297 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006298 "ReasonCode": "0x6009",
Patrick Williams26919f02022-12-08 06:12:43 -06006299 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006300 },
6301 "Callouts": [
6302 {
6303 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06006304 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006305 ]
6306 }
6307 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006308 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006309 "Description": "Failed to get the file path for the BMC dump and offload to the hypervisor.",
6310 "Message": "Failed to get the file path for the BMC dump and offload to the hypervisor."
6311 }
6312 },
6313 {
6314 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.ResourceDumpFileAckWithMetaDataFail",
6315 "Subsystem": "bmc_firmware",
6316 "ComponentID": "0x6000",
6317 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -06006318 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006319 "ReasonCode": "0x6010",
Patrick Williams26919f02022-12-08 06:12:43 -06006320 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006321 },
6322 "Callouts": [
6323 {
6324 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06006325 { "Priority": "medium", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006326 ]
6327 }
6328 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006329 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006330 "Description": "Could not create a new resource dump due to hypervisor verification failed.",
6331 "Message": "Could not create a new resource dump due to hypervisor verification failed."
6332 }
6333 },
6334 {
6335 "Name": "xyz.openbmc_project.PLDM.Error.fileAckWithMetaData.DumpEntryOffloadedSetFail",
6336 "Subsystem": "bmc_firmware",
6337 "ComponentID": "0x6000",
6338 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006339 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006340 "ReasonCode": "0x6011",
Patrick Williams26919f02022-12-08 06:12:43 -06006341 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006342 },
6343 "Callouts": [
6344 {
6345 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06006346 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006347 ]
6348 }
6349 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006350 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006351 "Description": "Failed to set the dump offload completion flag in the dump entry details.",
6352 "Message": "Failed to set the dump offload completion flag in the dump entry details."
6353 }
6354 },
6355 {
6356 "Name": "xyz.openbmc_project.PLDM.Error.newFileAvailableWithMetaData.NewDumpNotifyFail",
6357 "Subsystem": "bmc_firmware",
6358 "ComponentID": "0x6000",
6359 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006360 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006361 "ReasonCode": "0x6012",
Patrick Williams26919f02022-12-08 06:12:43 -06006362 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006363 },
6364 "Callouts": [
6365 {
6366 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06006367 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006368 ]
6369 }
6370 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006371 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006372 "Description": "Failed to notify a new dump available request.",
6373 "Message": "Failed to notify a new dump available request."
6374 }
6375 },
6376 {
6377 "Name": "xyz.openbmc_project.PLDM.Error.sendNewFileAvailableCmd.SendDumpParametersFail",
6378 "Subsystem": "bmc_firmware",
6379 "ComponentID": "0x6000",
6380 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006381 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006382 "ReasonCode": "0x6013",
Patrick Williams26919f02022-12-08 06:12:43 -06006383 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006384 },
6385 "Callouts": [
6386 {
6387 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06006388 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006389 ]
6390 }
6391 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006392 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006393 "Description": "Failed to send the resource dump parameters for a new dump initiation.",
6394 "Message": "Failed to send the resource dump parameters for a new dump initiation."
6395 }
6396 },
6397 {
6398 "Name": "xyz.openbmc_project.PLDM.Error.SendFileToHostFail",
6399 "Subsystem": "bmc_firmware",
6400 "ComponentID": "0x6000",
6401 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006402 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006403 "ReasonCode": "0x6014",
Patrick Williams26919f02022-12-08 06:12:43 -06006404 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006405 },
6406 "Callouts": [
6407 {
6408 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06006409 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006410 ]
6411 }
6412 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006413 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006414 "Description": "Failed to send the certificate/license file to the host.",
6415 "Message": "Failed to send the certificate/license file to the host."
6416 }
6417 },
6418 {
6419 "Name": "xyz.openbmc_project.PLDM.Error.DecodeNewFileResponseFail",
6420 "Subsystem": "bmc_firmware",
6421 "ComponentID": "0x6000",
6422 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006423 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006424 "ReasonCode": "0x6015",
Patrick Williams26919f02022-12-08 06:12:43 -06006425 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006426 },
6427 "Callouts": [
6428 {
6429 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06006430 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006431 ]
6432 }
6433 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006434 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006435 "Description": "Failed to decode the response of certificate/license file sent to the host.",
6436 "Message": "Failed to decode the response of certificate/license file sent to the host."
6437 }
6438 },
6439 {
6440 "Name": "xyz.openbmc_project.PLDM.Error.NewFileAvailableRequestFail",
6441 "Subsystem": "bmc_firmware",
6442 "ComponentID": "0x6000",
6443 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006444 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006445 "ReasonCode": "0x6016",
Patrick Williams26919f02022-12-08 06:12:43 -06006446 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006447 },
6448 "Callouts": [
6449 {
6450 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06006451 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006452 ]
6453 }
6454 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006455 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006456 "Description": "Failed to send the new certificate/license file to the host.",
6457 "Message": "Failed to send the new certificate/license file to the host."
6458 }
6459 },
6460 {
6461 "Name": "xyz.openbmc_project.PLDM.Error.SetHostEffecterFailed",
6462 "Subsystem": "bmc_firmware",
6463 "ComponentID": "0x6000",
6464 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006465 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006466 "ReasonCode": "0x6017",
Patrick Williams26919f02022-12-08 06:12:43 -06006467 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006468 },
6469
6470 "Callouts": [
6471 {
6472 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06006473 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006474 ]
6475 }
6476 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006477 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006478 "Description": "Failed to set state effecter states.",
6479 "Message": "Failed to set state effecter states."
6480 }
6481 },
6482 {
6483 "Name": "xyz.openbmc_project.PLDM.Error.Generate.PDRJsonFileParseFail",
6484 "Subsystem": "bmc_firmware",
6485 "ComponentID": "0x6000",
6486 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006487 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006488 "ReasonCode": "0x6018",
Patrick Williams26919f02022-12-08 06:12:43 -06006489 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006490 },
6491 "Callouts": [
6492 {
6493 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06006494 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006495 ]
6496 }
6497 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006498 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006499 "Description": "Failed to parse PDR JSON file.",
6500 "Message": "Failed to parse PDR JSON file."
6501 }
6502 },
6503 {
6504 "Name": "xyz.openbmc_project.PLDM.Error.SetHostSensorState.GetStateSensorPDRFail",
6505 "Subsystem": "bmc_firmware",
6506 "ComponentID": "0x6000",
6507 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006508 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006509 "ReasonCode": "0x6019",
Patrick Williams26919f02022-12-08 06:12:43 -06006510 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006511 },
6512 "Callouts": [
6513 {
6514 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06006515 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006516 ]
6517 }
6518 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006519 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006520 "Description": "Failed to get state sensor PDR state.",
6521 "Message": "Failed to get state sensor PDR state."
6522 }
6523 },
6524 {
6525 "Name": "xyz.openbmc_project.PLDM.Error.SetHostSensorState.EncodeStateSensorFail",
6526 "Subsystem": "bmc_firmware",
6527 "ComponentID": "0x6000",
6528 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006529 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006530 "ReasonCode": "0x6020",
Patrick Williams26919f02022-12-08 06:12:43 -06006531 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006532 },
6533 "Callouts": [
6534 {
6535 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06006536 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006537 ]
6538 }
6539 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006540 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006541 "Description": "Failed to encode state sensor request.",
6542 "Message": "Failed to encode state sensor request."
6543 }
6544 },
6545 {
6546 "Name": "xyz.openbmc_project.PLDM.Error.CMsubscribeFailure",
6547 "Subsystem": "bmc_firmware",
6548 "ComponentID": "0x6000",
6549 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006550 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006551 "ReasonCode": "0x6021",
Patrick Williams26919f02022-12-08 06:12:43 -06006552 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006553 },
6554 "Callouts": [
6555 {
6556 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06006557 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006558 ]
6559 }
6560 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006561 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006562 "Description": "Failed to subscribe for concurrent maintenance of FRU.",
6563 "Message": "Failed to subscribe for concurrent maintenance of FRU."
6564 }
6565 },
6566 {
6567 "Name": "xyz.openbmc_project.PLDM.Error.setSurvTimer.RecvSurveillancePingFail",
6568 "Subsystem": "bmc_firmware",
6569 "ComponentID": "0x6000",
6570 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -06006571 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006572 "ReasonCode": "0x6022",
Patrick Williams26919f02022-12-08 06:12:43 -06006573 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006574 },
6575 "Callouts": [
6576 {
6577 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06006578 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006579 ]
6580 }
6581 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006582 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006583 "Description": "Host did not send a surveillance ping within stipulated timeout interval.",
6584 "Message": "Host did not send a surveillance ping within stipulated timeout interval."
6585 }
6586 },
6587 {
6588 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryOffloadUriSetFail",
6589 "Subsystem": "bmc_firmware",
6590 "ComponentID": "0x6000",
6591 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006592 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006593 "ReasonCode": "0x6023",
Patrick Williams26919f02022-12-08 06:12:43 -06006594 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006595 },
6596 "Callouts": [
6597 {
6598 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06006599 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006600 ]
6601 }
6602 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006603 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006604 "Description": "Failed to reset the dump offload URI path from the dump entry.",
6605 "Message": "Failed to reset the dump offload URI path from the dump entry."
6606 }
6607 },
6608 {
6609 "Name": "xyz.openbmc_project.PLDM.Error.SoftPowerOff.HostSoftOffTimeOut",
6610 "Subsystem": "bmc_firmware",
6611 "ComponentID": "0x6000",
6612 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006613 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006614 "ReasonCode": "0x6024",
Patrick Williams26919f02022-12-08 06:12:43 -06006615 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006616 },
6617 "Callouts": [
6618 {
6619 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06006620 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006621 ]
6622 }
6623 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006624 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006625 "Description": "Host failed to complete the power off gracefully within the timeout.",
6626 "Message": "Host failed to complete the power off gracefully within the timeout."
6627 }
Swarnendu Roy Chowdhury86cdcd52023-01-17 11:17:12 +05306628 },
6629 {
6630 "Name": "xyz.openbmc_project.Dump.Error.Invalidate",
6631 "Subsystem": "bmc_firmware",
6632 "ComponentID": "0x6000",
6633 "SRC": {
6634 "ReasonCode": "0x6025",
6635 "Words6To9": {}
6636 },
6637 "Documentation": {
6638 "Description": "Dump has been deleted/offloaded",
6639 "Message": "BMC/System/Resource dump has been deleted/offloaded"
6640 }
Lakshmi Yadlapati36a82eb2023-06-22 16:38:11 -05006641 },
6642 {
6643 "Name": "xyz.openbmc_project.Memory.MemoryECC.Error.CEThresholdReached",
6644 "Subsystem": "cec_hardware",
6645 "ComponentID": "0xF300",
6646 "Severity": "predictive",
6647
6648 "SRC": {
6649 "ReasonCode": "0xF301",
6650 "Words6To9": {}
6651 },
6652
6653 "Callouts": [
6654 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05006655 "System": "com.ibm.Hardware.Chassis.Model.Rainier",
Lakshmi Yadlapati36a82eb2023-06-22 16:38:11 -05006656 "CalloutList": [
6657 {
6658 "Priority": "high",
6659 "LocCode": "P0-C5"
6660 }
6661 ]
6662 },
6663 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05006664 "System": "com.ibm.Hardware.Chassis.Model.Everest",
Lakshmi Yadlapati36a82eb2023-06-22 16:38:11 -05006665 "CalloutList": [
6666 {
6667 "Priority": "high",
6668 "LocCode": "P0-C0"
6669 }
6670 ]
6671 },
6672 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05006673 "System": "com.ibm.Hardware.Chassis.Model.Bonnell",
Lakshmi Yadlapati36a82eb2023-06-22 16:38:11 -05006674 "CalloutList": [
6675 {
6676 "Priority": "high",
6677 "LocCode": "P0"
6678 }
6679 ]
6680 }
6681 ],
6682
6683 "Documentation": {
6684 "Description": "Correctable ECC memory error collection limit is reached.",
6685 "Message": "Correctable ECC memory error collection limit is reached."
6686 }
6687 },
6688 {
6689 "Name": "xyz.openbmc_project.Memory.MemoryECC.Error.CE",
6690 "Subsystem": "cec_hardware",
6691 "ComponentID": "0xF300",
6692 "Severity": "non_error",
6693
6694 "SRC": {
6695 "ReasonCode": "0xF302",
6696 "Words6To9": {}
6697 },
6698
6699 "Documentation": {
6700 "Description": "Correctable ECC/other correctable memory error.",
6701 "Message": "Correctable ECC/other correctable memory error."
6702 }
6703 },
6704 {
6705 "Name": "xyz.openbmc_project.Memory.MemoryECC.Error.UE",
6706 "Subsystem": "cec_hardware",
6707 "ComponentID": "0xF300",
6708 "Severity": "predictive",
6709
6710 "SRC": {
6711 "ReasonCode": "0xF303",
6712 "Words6To9": {}
6713 },
6714
6715 "Callouts": [
6716 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05006717 "System": "com.ibm.Hardware.Chassis.Model.Rainier",
Lakshmi Yadlapati36a82eb2023-06-22 16:38:11 -05006718 "CalloutList": [
6719 {
6720 "Priority": "high",
6721 "LocCode": "P0-C5"
6722 }
6723 ]
6724 },
6725 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05006726 "System": "com.ibm.Hardware.Chassis.Model.Everest",
Lakshmi Yadlapati36a82eb2023-06-22 16:38:11 -05006727 "CalloutList": [
6728 {
6729 "Priority": "high",
6730 "LocCode": "P0-C0"
6731 }
6732 ]
6733 },
6734 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05006735 "System": "com.ibm.Hardware.Chassis.Model.Bonnell",
Lakshmi Yadlapati36a82eb2023-06-22 16:38:11 -05006736 "CalloutList": [
6737 {
6738 "Priority": "high",
6739 "LocCode": "P0"
6740 }
6741 ]
6742 }
6743 ],
6744
6745 "Documentation": {
6746 "Description": "Uncorrectable ECC/other uncorrectable memory error.",
6747 "Message": "Uncorrectable ECC/other uncorrectable memory error."
6748 }
devenrao4d7f9432024-02-07 14:20:10 +05306749 },
6750
6751 {
6752 "Name": "org.open_power.OCMB.Error.SbeChipOpFailure",
6753 "Subsystem": "memory",
SwethaParasa49f32442024-03-19 02:55:32 -05006754 "ComponentID": "0x4500",
devenrao4d7f9432024-02-07 14:20:10 +05306755
6756 "SRC": {
SwethaParasa49f32442024-03-19 02:55:32 -05006757 "ReasonCode": "0x4501",
devenrao4d7f9432024-02-07 14:20:10 +05306758 "Words6To9": {
6759 "6": {
6760 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
6761 "AdditionalDataPropSource": "SRC6"
6762 },
6763 "7": {
6764 "Description": "Chip Type",
6765 "AdditionalDataPropSource": "CHIP_TYPE"
6766 }
6767 }
6768 },
6769
6770 "Documentation": {
6771 "Description": "chipop failure with OCMB SBE provided FFDC",
6772 "Message": "chipop request failure reported by OCMB SBE",
6773 "Notes": [
6774 "The severity is set by the creator.",
6775 "Callouts added based on OCMB SBE provided FFDC.",
6776 "OCMB SBE provided additional debug data included as part of the",
6777 "additional user data section."
6778 ]
6779 }
6780 },
6781
6782 {
6783 "Name": "org.open_power.OCMB.Error.SbeChipOpTimeout",
6784 "Subsystem": "memory",
SwethaParasa49f32442024-03-19 02:55:32 -05006785 "ComponentID": "0x4500",
devenrao4d7f9432024-02-07 14:20:10 +05306786
6787 "SRC": {
SwethaParasa49f32442024-03-19 02:55:32 -05006788 "ReasonCode": "0x4502",
devenrao4d7f9432024-02-07 14:20:10 +05306789 "Words6To9": {
6790 "6": {
6791 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
6792 "AdditionalDataPropSource": "SRC6"
6793 },
6794 "7": {
6795 "Description": "Chip Type",
6796 "AdditionalDataPropSource": "CHIP_TYPE"
6797 }
6798 }
6799 },
6800
6801 "Callouts": [
6802 {
6803 "CalloutList": [
6804 {
6805 "Priority": "high",
6806 "Procedure": "next_level_support"
6807 }
6808 ]
6809 }
6810 ],
6811
6812 "Documentation": {
6813 "Description": "OCMB SBE chipop timeout",
6814 "Message": "OCMB chipop timeout reported during SBE communication",
6815 "Notes": [
6816 "The severity is set by the creator.",
6817 "Check OCMB SBE Dump associated to this error to debug the failure."
6818 ]
6819 }
devenrao041054a2024-04-02 12:09:13 +05306820 },
6821 {
6822 "Name": "org.open_power.OCMB.Error.SbeInternalFFDCData",
6823 "Subsystem": "memory",
6824 "ComponentID": "0x4500",
6825
6826 "SRC": {
6827 "ReasonCode": "0x4503",
6828 "Words6To9": {
6829 "6": {
6830 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
6831 "AdditionalDataPropSource": "SRC6"
6832 },
6833 "7": {
6834 "Description": "Chip Type",
6835 "AdditionalDataPropSource": "CHIP_TYPE"
6836 }
6837 }
6838 },
6839
6840 "Documentation": {
6841 "Description": "SBE internal FFDC data after SBE chipop success",
6842 "Message": "SBE internal FFDC data after SBE chipop success",
6843 "Notes": [
6844 "The severity is set by the creator.",
6845 "Callouts added based on OCMB SBE provided FFDC.",
6846 "OCMB SBE provided additional debug data included as part of ",
6847 "the additional user data section."
6848 ]
6849 }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006850 }
Matt Spinler44792fd2019-09-26 15:58:58 -05006851 ]
6852}