blob: 970b70e02588bea94d79c4633ae42e5b1395b074 [file] [log] [blame]
Matt Spinler44792fd2019-09-26 15:58:58 -05001{
Patrick Williams26919f02022-12-08 06:12:43 -06002 "PELs": [
Matt Spinler3fd08d62019-10-22 14:25:33 -05003 {
4 "Name": "xyz.openbmc_project.Common.Error.Timeout",
5 "Subsystem": "bmc_firmware",
Matt Spinler216999f2022-01-12 11:22:40 -06006 "Severity": "non_error",
Matt Spinler44792fd2019-09-26 15:58:58 -05007
Patrick Williams26919f02022-12-08 06:12:43 -06008 "SRC": {
Matt Spinler3fd08d62019-10-22 14:25:33 -05009 "ReasonCode": "0x1001",
Patrick Williams26919f02022-12-08 06:12:43 -060010 "Words6To9": {
11 "6": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050012 "Description": "Timeout in ms",
13 "AdditionalDataPropSource": "TIMEOUT_IN_MSEC"
14 }
15 }
16 },
17
Patrick Williams26919f02022-12-08 06:12:43 -060018 "Documentation": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050019 "Description": "This is a generic timeout error",
20 "Message": "An operation timed out",
Patrick Williams26919f02022-12-08 06:12:43 -060021 "Notes": ["The journal should contain more information"]
Matt Spinler3fd08d62019-10-22 14:25:33 -050022 }
23 },
24
25 {
26 "Name": "xyz.openbmc_project.Common.Error.InternalFailure",
27 "Subsystem": "bmc_firmware",
Matt Spinler216999f2022-01-12 11:22:40 -060028 "Severity": "non_error",
Matt Spinler3fd08d62019-10-22 14:25:33 -050029
Patrick Williams26919f02022-12-08 06:12:43 -060030 "SRC": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050031 "ReasonCode": "0x1002",
Patrick Williams26919f02022-12-08 06:12:43 -060032 "Words6To9": {}
Matt Spinler3fd08d62019-10-22 14:25:33 -050033 },
34
Patrick Williams26919f02022-12-08 06:12:43 -060035 "Documentation": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050036 "Description": "BMC code had a generic internal failure",
37 "Message": "An application had an internal failure",
Patrick Williams26919f02022-12-08 06:12:43 -060038 "Notes": ["The journal should contain more information"]
Matt Spinler288f4322023-01-05 12:54:22 -060039 },
40
41 "JournalCapture": {
42 "NumLines": 30
Matt Spinler3fd08d62019-10-22 14:25:33 -050043 }
44 },
45
46 {
47 "Name": "xyz.openbmc_project.Common.Error.InvalidArgument",
48 "Subsystem": "user_error",
Matt Spinler216999f2022-01-12 11:22:40 -060049 "Severity": "non_error",
Matt Spinler3fd08d62019-10-22 14:25:33 -050050
Patrick Williams26919f02022-12-08 06:12:43 -060051 "SRC": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050052 "ReasonCode": "0x1003",
Patrick Williams26919f02022-12-08 06:12:43 -060053 "Words6To9": {}
Matt Spinler3fd08d62019-10-22 14:25:33 -050054 },
55
Patrick Williams26919f02022-12-08 06:12:43 -060056 "Documentation": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050057 "Description": "BMC code was given an invalid argument",
58 "Message": "Code was given an invalid argument",
Patrick Williams26919f02022-12-08 06:12:43 -060059 "Notes": ["The journal should contain more information"]
Matt Spinler3fd08d62019-10-22 14:25:33 -050060 }
61 },
62 {
63 "Name": "xyz.openbmc_project.Common.Error.InsufficientPermission",
64 "Subsystem": "user_error",
Matt Spinler216999f2022-01-12 11:22:40 -060065 "Severity": "non_error",
Matt Spinler3fd08d62019-10-22 14:25:33 -050066
Patrick Williams26919f02022-12-08 06:12:43 -060067 "SRC": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050068 "ReasonCode": "0x1004",
Patrick Williams26919f02022-12-08 06:12:43 -060069 "Words6To9": {}
Matt Spinler3fd08d62019-10-22 14:25:33 -050070 },
71
Patrick Williams26919f02022-12-08 06:12:43 -060072 "Documentation": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050073 "Description": "An operation failed due to insufficient permission",
74 "Message": "An operation failed due to unsufficient permission",
Patrick Williams26919f02022-12-08 06:12:43 -060075 "Notes": ["The journal should contain more information"]
Matt Spinler3fd08d62019-10-22 14:25:33 -050076 }
77 },
78
79 {
80 "Name": "xyz.openbmc_project.Common.Error.NotAllowed",
81 "Subsystem": "user_error",
Matt Spinler216999f2022-01-12 11:22:40 -060082 "Severity": "non_error",
Matt Spinler3fd08d62019-10-22 14:25:33 -050083
Patrick Williams26919f02022-12-08 06:12:43 -060084 "SRC": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050085 "ReasonCode": "0x1005",
Patrick Williams26919f02022-12-08 06:12:43 -060086 "Words6To9": {}
Matt Spinler3fd08d62019-10-22 14:25:33 -050087 },
88
Patrick Williams26919f02022-12-08 06:12:43 -060089 "Documentation": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050090 "Description": "An operation failed because it isn't allowed",
Matt Spinler26958762020-08-27 13:21:23 -050091 "Message": "An operation failed because it isn't allowed",
Patrick Williams26919f02022-12-08 06:12:43 -060092 "Notes": ["The journal should contain more information"]
Matt Spinler3fd08d62019-10-22 14:25:33 -050093 }
94 },
95
96 {
97 "Name": "xyz.openbmc_project.Common.Error.NoCACertificate",
98 "Subsystem": "user_error",
Matt Spinler216999f2022-01-12 11:22:40 -060099 "Severity": "non_error",
Matt Spinler3fd08d62019-10-22 14:25:33 -0500100
Patrick Williams26919f02022-12-08 06:12:43 -0600101 "SRC": {
Matt Spinler3fd08d62019-10-22 14:25:33 -0500102 "ReasonCode": "0x1006",
Patrick Williams26919f02022-12-08 06:12:43 -0600103 "Words6To9": {}
Matt Spinler3fd08d62019-10-22 14:25:33 -0500104 },
105
Patrick Williams26919f02022-12-08 06:12:43 -0600106 "Documentation": {
Matt Spinler3fd08d62019-10-22 14:25:33 -0500107 "Description": "The server's CA certificate has not been provided",
108 "Message": "The server's CA certificate has not been provided"
109 }
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600110 },
111
112 {
Matt Spinleraf036b12020-06-25 10:53:52 -0500113 "Name": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure",
Matt Spinlerf24746c2022-01-31 10:40:13 -0600114 "Subsystem": "cec_i2c",
Matt Spinleraf036b12020-06-25 10:53:52 -0500115
Patrick Williams26919f02022-12-08 06:12:43 -0600116 "SRC": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500117 "ReasonCode": "0x1007",
Patrick Williams26919f02022-12-08 06:12:43 -0600118 "Words6To9": {
119 "6": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500120 "Description": "errno of the failure",
121 "AdditionalDataPropSource": "CALLOUT_ERRNO"
122 }
123 }
124 },
125
Patrick Williams26919f02022-12-08 06:12:43 -0600126 "Documentation": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500127 "Description": "Sensor device read failure",
128 "Message": "There was a failure when reading a sensor device",
129 "Notes": [
130 "The severity is set by the creator.",
131 "The action flags are set automatically by the code.",
132 "Callouts added based on CALLOUT_DEVICE_PATH."
133 ]
Matt Spinler288f4322023-01-05 12:54:22 -0600134 },
135
136 "JournalCapture": {
137 "NumLines": 30
Matt Spinleraf036b12020-06-25 10:53:52 -0500138 }
139 },
140
141 {
142 "Name": "xyz.openbmc_project.Common.Device.Error.ReadFailure",
Matt Spinlerf24746c2022-01-31 10:40:13 -0600143 "Subsystem": "cec_i2c",
Matt Spinleraf036b12020-06-25 10:53:52 -0500144
Patrick Williams26919f02022-12-08 06:12:43 -0600145 "SRC": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500146 "ReasonCode": "0x1008",
Patrick Williams26919f02022-12-08 06:12:43 -0600147 "Words6To9": {
148 "6": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500149 "Description": "errno of the failure",
150 "AdditionalDataPropSource": "CALLOUT_ERRNO"
151 }
152 }
153 },
154
Patrick Williams26919f02022-12-08 06:12:43 -0600155 "Documentation": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500156 "Description": "Device read failure",
157 "Message": "There was a failure when reading a hardware device",
158 "Notes": [
159 "The severity is set by the creator.",
160 "The action flags are set automatically by the code.",
161 "Callouts added based on CALLOUT_DEVICE_PATH."
162 ]
Matt Spinler288f4322023-01-05 12:54:22 -0600163 },
164
165 "JournalCapture": {
166 "NumLines": 30
Matt Spinleraf036b12020-06-25 10:53:52 -0500167 }
168 },
169
170 {
171 "Name": "xyz.openbmc_project.Control.Device.Error.WriteFailure",
Matt Spinlerf24746c2022-01-31 10:40:13 -0600172 "Subsystem": "cec_i2c",
Matt Spinleraf036b12020-06-25 10:53:52 -0500173
Patrick Williams26919f02022-12-08 06:12:43 -0600174 "SRC": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500175 "ReasonCode": "0x1009",
Patrick Williams26919f02022-12-08 06:12:43 -0600176 "Words6To9": {
177 "6": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500178 "Description": "errno of the failure",
179 "AdditionalDataPropSource": "CALLOUT_ERRNO"
180 }
181 }
182 },
183
Patrick Williams26919f02022-12-08 06:12:43 -0600184 "Documentation": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500185 "Description": "Device write failure",
186 "Message": "There was a failure when writing to a hardware device",
187 "Notes": [
188 "The severity is set by the creator.",
189 "The action flags are set automatically by the code.",
190 "Callouts added based on CALLOUT_DEVICE_PATH"
191 ]
Matt Spinler288f4322023-01-05 12:54:22 -0600192 },
193
194 "JournalCapture": {
195 "NumLines": 30
Matt Spinleraf036b12020-06-25 10:53:52 -0500196 }
197 },
198
199 {
200 "Name": "xyz.openbmc_project.Common.Device.Error.WriteFailure",
Matt Spinlerf24746c2022-01-31 10:40:13 -0600201 "Subsystem": "cec_i2c",
Matt Spinleraf036b12020-06-25 10:53:52 -0500202
Patrick Williams26919f02022-12-08 06:12:43 -0600203 "SRC": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500204 "ReasonCode": "0x100A",
Patrick Williams26919f02022-12-08 06:12:43 -0600205 "Words6To9": {
206 "6": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500207 "Description": "errno of the failure",
208 "AdditionalDataPropSource": "CALLOUT_ERRNO"
209 }
210 }
211 },
212
Patrick Williams26919f02022-12-08 06:12:43 -0600213 "Documentation": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500214 "Description": "Device write failure",
215 "Message": "There was a failure when writing to a hardware device",
216 "Notes": [
217 "The severity is set by the creator.",
218 "The action flags are set automatically by the code.",
219 "Callouts added based on CALLOUT_DEVICE_PATH"
220 ]
Matt Spinler288f4322023-01-05 12:54:22 -0600221 },
222
223 "JournalCapture": {
224 "NumLines": 30
Matt Spinleraf036b12020-06-25 10:53:52 -0500225 }
226 },
Jayanth Othayothbd0a7522021-05-03 02:05:36 -0500227
Matt Spinleraf036b12020-06-25 10:53:52 -0500228 {
Chirag Sharma11cf0322022-04-20 08:48:52 -0500229 "Name": "xyz.openbmc_project.Common.File.Error.Write",
230 "Subsystem": "bmc_firmware",
231 "ComponentID": "0x1000",
Patrick Williams26919f02022-12-08 06:12:43 -0600232 "SRC": {
Chirag Sharma11cf0322022-04-20 08:48:52 -0500233 "ReasonCode": "0x100B",
Patrick Williams26919f02022-12-08 06:12:43 -0600234 "Words6To9": {}
Chirag Sharma11cf0322022-04-20 08:48:52 -0500235 },
236
237 "Callouts": [
238 {
239 "CalloutList": [
240 { "Priority": "high", "Procedure": "bmc_code" }
241 ]
242 }
243 ],
244
Patrick Williams26919f02022-12-08 06:12:43 -0600245 "Documentation": {
Chirag Sharma11cf0322022-04-20 08:48:52 -0500246 "Description": "Failed to write to a file",
247 "Message": "Failed to write to a file",
248 "Notes": [
249 "The severity is set by the creator.",
250 "The journal should contain more information"
251 ]
252 }
253 },
254
255 {
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600256 "Name": "org.open_power.Logging.Error.SentBadPELToHost",
257 "Subsystem": "bmc_firmware",
258 "Severity": "non_error",
259
Patrick Williams26919f02022-12-08 06:12:43 -0600260 "SRC": {
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600261 "ReasonCode": "0x2001",
Patrick Williams26919f02022-12-08 06:12:43 -0600262 "Words6To9": {
263 "6": {
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600264 "Description": "The bad PEL ID",
265 "AdditionalDataPropSource": "BAD_ID"
266 }
267 }
268 },
269
Patrick Williams26919f02022-12-08 06:12:43 -0600270 "Documentation": {
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600271 "Description": "The BMC sent the host a malformed PEL",
272 "Message": "The BMC sent the host a malformed PEL",
Patrick Williams26919f02022-12-08 06:12:43 -0600273 "Notes": ["The host firmware rejected that PEL."]
Matt Spinler288f4322023-01-05 12:54:22 -0600274 },
275
276 "JournalCapture": {
277 "Sections": [
278 {
279 "SyslogID": "phosphor-log-manager",
280 "NumLines": 20
281 },
282 {
283 "SyslogID": "systemd",
284 "NumLines": 30
285 }
286 ]
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600287 }
Matt Spinlere95fd012020-01-07 12:53:16 -0600288 },
289
290 {
291 "Name": "org.open_power.Logging.Error.BadHostPEL",
292 "Subsystem": "platform_firmware",
293 "Severity": "unrecoverable",
294
Patrick Williams26919f02022-12-08 06:12:43 -0600295 "SRC": {
Matt Spinlere95fd012020-01-07 12:53:16 -0600296 "ReasonCode": "0x2002",
Patrick Williams26919f02022-12-08 06:12:43 -0600297 "Words6To9": {
298 "6": {
Matt Spinlere95fd012020-01-07 12:53:16 -0600299 "Description": "The PLID of the invalid PEL",
300 "AdditionalDataPropSource": "PLID"
301 },
Patrick Williams26919f02022-12-08 06:12:43 -0600302 "7": {
Matt Spinlere95fd012020-01-07 12:53:16 -0600303 "Description": "The corresponding OpenBMC event log ID",
304 "AdditionalDataPropSource": "OBMC_LOG_ID"
305 },
Patrick Williams26919f02022-12-08 06:12:43 -0600306 "8": {
Matt Spinlere95fd012020-01-07 12:53:16 -0600307 "Description": "The size of the invalid PEL",
308 "AdditionalDataPropSource": "PEL_SIZE"
309 }
310 }
311 },
312
Matt Spinler834f3ed2022-01-26 16:18:02 -0600313 "Callouts": [
314 {
315 "CalloutList": [
316 { "Priority": "high", "Procedure": "bmc_code" }
317 ]
318 }
319 ],
320
Patrick Williams26919f02022-12-08 06:12:43 -0600321 "Documentation": {
Matt Spinlere95fd012020-01-07 12:53:16 -0600322 "Description": "The host sent the BMC an invalid PEL",
323 "Message": "The host sent the BMC an invalid PEL",
Patrick Williams26919f02022-12-08 06:12:43 -0600324 "Notes": []
Matt Spinler288f4322023-01-05 12:54:22 -0600325 },
326
327 "JournalCapture": {
328 "Sections": [
329 {
330 "SyslogID": "phosphor-log-manager",
331 "NumLines": 20
332 },
333 {
334 "SyslogID": "systemd",
335 "NumLines": 20
336 },
337 {
338 "SyslogID": "pldmd",
339 "NumLines": 20
340 }
341 ]
Matt Spinlere95fd012020-01-07 12:53:16 -0600342 }
Marri Devender Raoead1be22020-03-28 05:50:59 -0500343 },
344
345 {
Matt Spinler3477ce92020-07-08 14:49:25 -0500346 "Name": "org.open_power.Logging.Error.TestError1",
347 "Subsystem": "platform_firmware",
348 "Severity": "unrecoverable",
349
Patrick Williams26919f02022-12-08 06:12:43 -0600350 "SRC": {
Matt Spinler3477ce92020-07-08 14:49:25 -0500351 "ReasonCode": "0x2003",
Patrick Williams26919f02022-12-08 06:12:43 -0600352 "Words6To9": {}
Matt Spinler3477ce92020-07-08 14:49:25 -0500353 },
354
355 "Callouts": [
356 {
357 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -0600358 { "Priority": "high", "Procedure": "bmc_code" },
359 { "Priority": "medium", "SymbolicFRU": "service_docs" }
Matt Spinler3477ce92020-07-08 14:49:25 -0500360 ]
361 }
362 ],
363
Patrick Williams26919f02022-12-08 06:12:43 -0600364 "Documentation": {
Matt Spinler3477ce92020-07-08 14:49:25 -0500365 "Description": "An error for testing",
366 "Message": "This is a test error"
367 }
368 },
369
370 {
Matt Spinler30ddc9f2020-07-16 15:39:59 -0500371 "Name": "xyz.openbmc_project.Logging.Error.Default",
372 "Subsystem": "other_na",
373
Patrick Williams26919f02022-12-08 06:12:43 -0600374 "SRC": {
Matt Spinler30ddc9f2020-07-16 15:39:59 -0500375 "ReasonCode": "0x2004",
Patrick Williams26919f02022-12-08 06:12:43 -0600376 "Words6To9": {}
Matt Spinler30ddc9f2020-07-16 15:39:59 -0500377 },
378
Matt Spinler834f3ed2022-01-26 16:18:02 -0600379 "Callouts": [
380 {
381 "CalloutList": [
382 { "Priority": "high", "Procedure": "bmc_code" }
383 ]
384 }
385 ],
386
Patrick Williams26919f02022-12-08 06:12:43 -0600387 "Documentation": {
Matt Spinler30ddc9f2020-07-16 15:39:59 -0500388 "Description": "This entry is used when no other matching entry is found",
389 "Message": "Unknown (Original event not in message registry)",
390 "Notes": [
391 "This is used when the actual error name isn't found in ",
392 "the registry. The original error name will be stored ",
393 "in the UserData section that contains the AdditionalData ",
394 "properties using the key ERROR_NAME.",
395 "This error may contain callouts if the creator passed ",
396 "them in.",
397 "The severity is set by the creator.",
398 "If this error is seen, then a code change needs to be ",
399 "made to add the missing error entry to this registry."
400 ]
Matt Spinler288f4322023-01-05 12:54:22 -0600401 },
402
403 "JournalCapture": {
404 "NumLines": 30
Matt Spinler30ddc9f2020-07-16 15:39:59 -0500405 }
406 },
407
408 {
Matt Spinlerc865ed92022-02-16 14:07:32 -0600409 "Name": "org.open_power.Logging.Error.TestError2",
410 "Subsystem": "bmc_firmware",
411 "Severity": "recovered",
412 "ActionFlags": ["report"],
413
Patrick Williams26919f02022-12-08 06:12:43 -0600414 "SRC": {
Matt Spinlerc865ed92022-02-16 14:07:32 -0600415 "ReasonCode": "0x2005",
Patrick Williams26919f02022-12-08 06:12:43 -0600416 "Words6To9": {}
Matt Spinlerc865ed92022-02-16 14:07:32 -0600417 },
418
419 "Callouts": [
420 {
Patrick Williams26919f02022-12-08 06:12:43 -0600421 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Matt Spinlerc865ed92022-02-16 14:07:32 -0600422 }
423 ],
424
Patrick Williams26919f02022-12-08 06:12:43 -0600425 "Documentation": {
Matt Spinlerc865ed92022-02-16 14:07:32 -0600426 "Description": "An error for testing",
427 "Message": "This is a test recoverable error",
428 "Notes": [
429 "This error is not created by BMC code and is ",
430 "only used for error injection tests."
431 ]
432 }
433 },
434
435 {
Matt Spinler87408a42022-07-29 16:12:07 -0500436 "Name": "org.open_power.Logging.Error.TestError3",
437 "Subsystem": "bmc_firmware",
438 "Severity": "predictive",
439
Patrick Williams26919f02022-12-08 06:12:43 -0600440 "SRC": {
Matt Spinler87408a42022-07-29 16:12:07 -0500441 "ReasonCode": "0x2006",
Patrick Williams26919f02022-12-08 06:12:43 -0600442 "Words6To9": {}
Matt Spinler87408a42022-07-29 16:12:07 -0500443 },
444
Patrick Williams26919f02022-12-08 06:12:43 -0600445 "Documentation": {
Matt Spinler87408a42022-07-29 16:12:07 -0500446 "Description": "This is an error used for testing only",
447 "Message": "This is a test predictive error",
448 "Notes": [
449 "This error is not created by BMC code and is ",
450 "only used for error injection tests."
451 ]
452 }
453 },
454
455 {
Marri Devender Raoead1be22020-03-28 05:50:59 -0500456 "Name": "org.open_power.PHAL.Error.Boot",
457 "Subsystem": "cec_hardware",
Ramesh Iyyar41e79dc2020-12-22 06:27:48 -0600458 "ComponentID": "0x3000",
Marri Devender Raoead1be22020-03-28 05:50:59 -0500459
Patrick Williams26919f02022-12-08 06:12:43 -0600460 "SRC": {
Ramesh Iyyar41e79dc2020-12-22 06:27:48 -0600461 "ReasonCode": "0x3001",
Patrick Williams26919f02022-12-08 06:12:43 -0600462 "Words6To9": {}
Marri Devender Raoead1be22020-03-28 05:50:59 -0500463 },
464
Patrick Williams26919f02022-12-08 06:12:43 -0600465 "Documentation": {
Michael Lim12429892022-03-10 16:11:25 -0600466 "Description": "Failure occurred during boot process",
467 "Message": "Failure occurred during boot process",
Marri Devender Raoead1be22020-03-28 05:50:59 -0500468 "Notes": [
469 "Debug traces will be captured in AdditionalData section"
470 ]
471 }
Ben Tyner34836322020-04-15 17:01:48 -0500472 },
473
474 {
Ramesh Iyyar78be2a22020-12-22 06:22:55 -0600475 "Name": "org.open_power.PHAL.Error.PrePowerOff",
476 "Subsystem": "cec_hardware",
477 "ComponentID": "0x3000",
478
Patrick Williams26919f02022-12-08 06:12:43 -0600479 "SRC": {
Ramesh Iyyar78be2a22020-12-22 06:22:55 -0600480 "ReasonCode": "0x3002",
Patrick Williams26919f02022-12-08 06:12:43 -0600481 "Words6To9": {}
Ramesh Iyyar78be2a22020-12-22 06:22:55 -0600482 },
483
Patrick Williams26919f02022-12-08 06:12:43 -0600484 "Documentation": {
Ramesh Iyyar78be2a22020-12-22 06:22:55 -0600485 "Description": "Failure occurred during PHAL pre-poweroff operations",
486 "Message": "Failure occurred during PHAL pre-poweroff operations",
487 "Notes": [
488 "Severity needs to be set based on needs for this registry.",
489 "FFDC (First Failure Data Collection) will be collected ",
490 "and added into PEL."
491 ]
492 }
493 },
494
495 {
Jayanth Othayothdb00d762021-07-13 02:48:19 -0500496 "Name": "org.open_power.PHAL.Error.devtreeSync",
497 "Subsystem": "cec_hardware",
498 "ComponentID": "0x3000",
499 "Severity": "unrecoverable",
500
Patrick Williams26919f02022-12-08 06:12:43 -0600501 "SRC": {
Jayanth Othayothdb00d762021-07-13 02:48:19 -0500502 "ReasonCode": "0x3003",
Patrick Williams26919f02022-12-08 06:12:43 -0600503 "Words6To9": {}
Jayanth Othayothdb00d762021-07-13 02:48:19 -0500504 },
505
Patrick Williams26919f02022-12-08 06:12:43 -0600506 "Documentation": {
Jayanth Othayothdb00d762021-07-13 02:48:19 -0500507 "Description": "Failure occurred during PHAL devtree sync ",
508 "Message": "Failure occurred during PHAL devtree sync",
Patrick Williams26919f02022-12-08 06:12:43 -0600509 "Notes": ["The journal should contain more information"]
Jayanth Othayothdb00d762021-07-13 02:48:19 -0500510 }
511 },
512
513 {
Jayanth Othayothf3e619a2021-07-13 03:58:06 -0500514 "Name": "org.open_power.PHAL.Error.devtreeBackup",
515 "Subsystem": "cec_hardware",
516 "ComponentID": "0x3000",
517 "Severity": "unrecoverable",
518
Patrick Williams26919f02022-12-08 06:12:43 -0600519 "SRC": {
Jayanth Othayothf3e619a2021-07-13 03:58:06 -0500520 "ReasonCode": "0x3004",
Patrick Williams26919f02022-12-08 06:12:43 -0600521 "Words6To9": {}
Jayanth Othayothf3e619a2021-07-13 03:58:06 -0500522 },
523
Patrick Williams26919f02022-12-08 06:12:43 -0600524 "Documentation": {
Jayanth Othayothf3e619a2021-07-13 03:58:06 -0500525 "Description": "Failure occurred during PHAL devtree backup ",
526 "Message": "Failure occurred during PHAL devtree backup",
Patrick Williams26919f02022-12-08 06:12:43 -0600527 "Notes": ["The journal should contain more information"]
Jayanth Othayothf3e619a2021-07-13 03:58:06 -0500528 }
529 },
530
531 {
Andrew Geisslerd54fd732021-07-20 14:07:12 -0400532 "Name": "org.open_power.PHAL.Error.HostRunning",
NodeMan970f57ddc2022-04-29 23:14:41 +0000533 "Subsystem": "cec_sp_hyp_iface",
Andrew Geisslerd54fd732021-07-20 14:07:12 -0400534 "ComponentID": "0x3000",
535
Patrick Williams26919f02022-12-08 06:12:43 -0600536 "SRC": {
Andrew Geisslerd54fd732021-07-20 14:07:12 -0400537 "ReasonCode": "0x3005",
Patrick Williams26919f02022-12-08 06:12:43 -0600538 "Words6To9": {}
Andrew Geisslerd54fd732021-07-20 14:07:12 -0400539 },
540
Patrick Williams26919f02022-12-08 06:12:43 -0600541 "Documentation": {
Andrew Geisslerd54fd732021-07-20 14:07:12 -0400542 "Description": "Host did not respond to BMC after a BMC reset",
543 "Message": "Host did not respond to BMC after a BMC reset but hardware indicates it is running",
544 "Notes": [
545 "System will be left in its current state to ensure host ",
546 "is not unexpectedly taken down. There is most likely an ",
547 "issue in the software or hardware communication path ",
548 "between the BMC and the Host firmware.",
549 "A BMC dump will be collected with relevant FFDC."
550 ]
551 }
552 },
553
554 {
Jayanth Othayoth7d2bea72021-11-29 07:26:34 -0600555 "Name": "org.open_power.PHAL.Error.devtreeReinit",
556 "Subsystem": "cec_hardware",
557 "ComponentID": "0x3000",
558 "Severity": "unrecoverable",
559
Patrick Williams26919f02022-12-08 06:12:43 -0600560 "SRC": {
Jayanth Othayoth7d2bea72021-11-29 07:26:34 -0600561 "ReasonCode": "0x3006",
Patrick Williams26919f02022-12-08 06:12:43 -0600562 "Words6To9": {}
Jayanth Othayoth7d2bea72021-11-29 07:26:34 -0600563 },
564
Patrick Williams26919f02022-12-08 06:12:43 -0600565 "Documentation": {
Jayanth Othayoth7d2bea72021-11-29 07:26:34 -0600566 "Description": "Failure re-initializing BMC to Host data structure",
567 "Message": "Failure occurred during re-initializing BMC to Host data structure",
Patrick Williams26919f02022-12-08 06:12:43 -0600568 "Notes": ["The journal should contain more information"]
Jayanth Othayoth7d2bea72021-11-29 07:26:34 -0600569 }
570 },
571
572 {
Jayanth Othayothe52dd952022-03-09 02:11:41 -0600573 "Name": "org.open_power.PHAL.Error.NonFunctionalBootProc",
574 "Subsystem": "cec_hardware",
575 "ComponentID": "0x3000",
576 "Severity": "unrecoverable",
577
Patrick Williams26919f02022-12-08 06:12:43 -0600578 "SRC": {
Jayanth Othayothe52dd952022-03-09 02:11:41 -0600579 "ReasonCode": "0x3007",
Patrick Williams26919f02022-12-08 06:12:43 -0600580 "Words6To9": {}
Jayanth Othayothe52dd952022-03-09 02:11:41 -0600581 },
582
Patrick Williams26919f02022-12-08 06:12:43 -0600583 "Documentation": {
Jayanth Othayothe52dd952022-03-09 02:11:41 -0600584 "Description": "Non functional boot processor",
585 "Message": "Non functional boot processor",
586 "Notes": [
587 "BMC firmware couldn't find functional primary processor",
588 "required to boot the host",
589 "Debug traces will be captured in AdditionalData section"
590 ]
591 }
592 },
593
594 {
Marri Devender Rao116428e2022-06-09 07:33:38 -0500595 "Name": "org.open_power.PHAL.Error.MPReboot",
596 "Subsystem": "cec_hardware",
597 "ComponentID": "0x3000",
598 "Severity": "unrecoverable",
599
Patrick Williams26919f02022-12-08 06:12:43 -0600600 "SRC": {
Marri Devender Rao116428e2022-06-09 07:33:38 -0500601 "ReasonCode": "0x3008",
Patrick Williams26919f02022-12-08 06:12:43 -0600602 "Words6To9": {}
Marri Devender Rao116428e2022-06-09 07:33:38 -0500603 },
604
605 "Callouts": [
606 {
Patrick Williams26919f02022-12-08 06:12:43 -0600607 "CalloutList": [
608 { "Priority": "high", "Procedure": "bmc_code" }
Marri Devender Rao116428e2022-06-09 07:33:38 -0500609 ]
610 }
611 ],
612
Patrick Williams26919f02022-12-08 06:12:43 -0600613 "Documentation": {
Marri Devender Rao116428e2022-06-09 07:33:38 -0500614 "Description": "Error during memory preserving reboot",
615 "Message": "Error during memory preserving reboot",
616 "Notes": [
617 "Software error occured during memory preserving reboot"
618 ]
619 }
Patrick Williams26919f02022-12-08 06:12:43 -0600620 },
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500621 {
622 "Name": "org.open_power.PHAL.Error.SpareClock",
623 "Subsystem": "cec_hardware",
624 "ComponentID": "0x3000",
625 "Severity": "non_error",
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500626
Patrick Williams26919f02022-12-08 06:12:43 -0600627 "SRC": {
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500628 "ReasonCode": "0x3009",
Patrick Williams26919f02022-12-08 06:12:43 -0600629 "Words6To9": {}
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500630 },
631
Jayanth Othayothb0820142022-10-27 02:16:48 -0500632 "Callouts": [
633 {
634 "System": "ibm,rainier",
635 "CalloutList": [
636 {
637 "Priority": "high",
638 "LocCode": "P0"
639 },
640 {
641 "Priority": "low",
642 "LocCode": "P0-C15"
643 }
644 ]
645 },
646 {
647 "System": "ibm,everest",
648 "CalloutList": [
649 {
650 "Priority": "high",
651 "LocCode": "P0"
652 },
653 {
654 "Priority": "low",
655 "LocCode": "P0-C61"
656 }
657 ]
658 }
659 ],
660
Patrick Williams26919f02022-12-08 06:12:43 -0600661 "Documentation": {
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500662 "Description": "Error during Spare clock initialisation",
663 "Message": "Error during Spare clock initialisation",
664 "Notes": [
Jayanth Othayothb0820142022-10-27 02:16:48 -0500665 "The clock symbolic FRU in the CalloutList provides the",
666 "reference to clock unit."
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500667 ]
668 }
Marri Devender Rao116428e2022-06-09 07:33:38 -0500669 },
670
671 {
Jayanth Othayoth21c1a5a2022-09-07 01:24:05 -0500672 "Name": "org.open_power.PHAL.Info.ClockDailyLog",
673 "Subsystem": "cec_clocks",
674 "ComponentID": "0x3000",
675 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -0600676 "ActionFlags": ["report", "call_home"],
Jayanth Othayoth21c1a5a2022-09-07 01:24:05 -0500677
Patrick Williams26919f02022-12-08 06:12:43 -0600678 "SRC": {
Jayanth Othayoth21c1a5a2022-09-07 01:24:05 -0500679 "ReasonCode": "0x300A",
Patrick Williams26919f02022-12-08 06:12:43 -0600680 "Words6To9": {}
Jayanth Othayoth21c1a5a2022-09-07 01:24:05 -0500681 },
682
Patrick Williams26919f02022-12-08 06:12:43 -0600683 "Documentation": {
Jayanth Othayoth21c1a5a2022-09-07 01:24:05 -0500684 "Description": "Informational error to house clock debug info",
685 "Message": "Informational error to house clock debug info",
686 "Notes": [
687 "User data includes processor and clock register state information."
688 ]
689 }
690 },
691
692 {
deepakala-kb1b342a2022-10-05 11:17:16 -0500693 "Name": "org.open_power.PHAL.Error.GuardPartitionAccess",
694 "Subsystem": "bmc_firmware",
695 "ComponentID": "0x3000",
696 "Severity": "predictive",
697
Patrick Williams26919f02022-12-08 06:12:43 -0600698 "SRC": {
deepakala-kb1b342a2022-10-05 11:17:16 -0500699 "ReasonCode": "0x300B",
Patrick Williams26919f02022-12-08 06:12:43 -0600700 "Words6To9": {}
deepakala-kb1b342a2022-10-05 11:17:16 -0500701 },
702
703 "Callouts": [
704 {
705 "CalloutList": [
706 { "Priority": "high", "Procedure": "bmc_code" }
707 ]
708 }
709 ],
710
Patrick Williams26919f02022-12-08 06:12:43 -0600711 "Documentation": {
deepakala-kb1b342a2022-10-05 11:17:16 -0500712 "Description": "Guard partition access failure",
713 "Message": "Guard partition access failure",
714 "Notes": [
715 "User data and journal should contain more information"
716 ]
717 }
718 },
719
720 {
Eddie James62464b12022-05-25 15:47:15 -0500721 "Name": "org.open_power.OCC.Firmware.PresenceMismatch",
722 "Subsystem": "bmc_firmware",
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500723 "ComponentID": "0x2600",
Eddie James62464b12022-05-25 15:47:15 -0500724 "Severity": "predictive",
725
Patrick Williams26919f02022-12-08 06:12:43 -0600726 "SRC": {
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500727 "ReasonCode": "0x2681",
Patrick Williams26919f02022-12-08 06:12:43 -0600728 "Words6To9": {}
Eddie James62464b12022-05-25 15:47:15 -0500729 },
730
731 "Callouts": [
732 {
733 "CalloutList": [
734 { "Priority": "medium", "Procedure": "bmc_code" }
735 ]
736 }
737 ],
738
Patrick Williams26919f02022-12-08 06:12:43 -0600739 "Documentation": {
Eddie James62464b12022-05-25 15:47:15 -0500740 "Description": "OCC presence mismatch",
741 "Message": "BMC firmware detected incorrect number of OCCs",
742 "Notes": [
743 "The number of OCCs detected by the BMC does not match the number of OCCs detected by the OCC.",
744 "The BMC requests that the OCC reset."
745 ]
746 }
747 },
748
749 {
750 "Name": "org.open_power.OCC.Device.SafeState",
751 "Subsystem": "processor_chip",
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500752 "ComponentID": "0x2600",
Eddie James62464b12022-05-25 15:47:15 -0500753 "Severity": "non_error",
754
Patrick Williams26919f02022-12-08 06:12:43 -0600755 "SRC": {
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500756 "ReasonCode": "0x2682",
Patrick Williams26919f02022-12-08 06:12:43 -0600757 "Words6To9": {}
Eddie James62464b12022-05-25 15:47:15 -0500758 },
759
Patrick Williams26919f02022-12-08 06:12:43 -0600760 "Documentation": {
Eddie James62464b12022-05-25 15:47:15 -0500761 "Description": "OCC safe state",
762 "Message": "OCC in safe state while active for one minute",
763 "Notes": [
764 "The BMC detected that the OCC was in safe state for one minute while active.",
765 "The BMC requests that the OCC reset."
766 ]
767 }
768 },
769
770 {
771 "Name": "org.open_power.OCC.Device.ReadFailure",
772 "Subsystem": "cec_chip_iface",
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500773 "ComponentID": "0x2600",
Eddie James62464b12022-05-25 15:47:15 -0500774 "Severity": "predictive",
775
Patrick Williams26919f02022-12-08 06:12:43 -0600776 "SRC": {
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500777 "ReasonCode": "0x2683",
Patrick Williams26919f02022-12-08 06:12:43 -0600778 "Words6To9": {}
Eddie James62464b12022-05-25 15:47:15 -0500779 },
780
Patrick Williams26919f02022-12-08 06:12:43 -0600781 "Documentation": {
Eddie James62464b12022-05-25 15:47:15 -0500782 "Description": "OCC communication failure",
783 "Message": "BMC failed to communicate with the OCC",
784 "Notes": [
785 "The BMC failed to communicate with the OCC and retried three times.",
786 "The BMC requests that the OCC reset."
787 ]
788 }
789 },
790
791 {
Ramesh Iyyarb3d45ed2021-12-07 09:18:19 -0600792 "Name": "org.open_power.HardwareIsolation.Error",
793 "Subsystem": "cec_hardware",
794 "ComponentID": "0x3100",
795
Patrick Williams26919f02022-12-08 06:12:43 -0600796 "SRC": {
Ramesh Iyyarb3d45ed2021-12-07 09:18:19 -0600797 "ReasonCode": "0x3101",
Patrick Williams26919f02022-12-08 06:12:43 -0600798 "Words6To9": {}
Ramesh Iyyarb3d45ed2021-12-07 09:18:19 -0600799 },
800
Patrick Williams26919f02022-12-08 06:12:43 -0600801 "Documentation": {
Michael Lim12429892022-03-10 16:11:25 -0600802 "Description": "Failure occurred during hardware isolation operations",
803 "Message": "Failure occurred during hardware isolation operations",
Ramesh Iyyarb3d45ed2021-12-07 09:18:19 -0600804 "Notes": [
805 "Severity needs to be set based on needs for this registry.",
806 "Debug traces will be captured in AdditionalData section"
807 ]
808 }
809 },
810
811 {
Andrew Geissler8034dde2021-09-10 14:43:03 -0500812 "Name": "xyz.openbmc_project.State.Error.HostNotRunning",
813 "Subsystem": "cec_sp_hostboot_iface",
814 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -0600815 "SRC": {
Andrew Geissler8034dde2021-09-10 14:43:03 -0500816 "ReasonCode": "0x3401",
Patrick Williams26919f02022-12-08 06:12:43 -0600817 "Words6To9": {}
Andrew Geissler8034dde2021-09-10 14:43:03 -0500818 },
Patrick Williams26919f02022-12-08 06:12:43 -0600819 "Documentation": {
Andrew Geissler8034dde2021-09-10 14:43:03 -0500820 "Description": "Host was booting or booted before BMC reset but is now unresponsive",
821 "Message": "Host did not respond to BMC after a BMC reset but it was booting or booted prior to the BMC reboot",
822 "Notes": [
823 "System will follow recovery policy, resulting in this ",
824 "error and most likely a a reboot of the host. The issue ",
825 "is most likely the result of the BMC rebooting while the ",
826 "host was booting and in a state where it still needed ",
827 "the BMC to complete its boot."
828 ]
Matt Spinler288f4322023-01-05 12:54:22 -0600829 },
830
831 "JournalCapture": {
832 "NumLines": 30
Andrew Geissler8034dde2021-09-10 14:43:03 -0500833 }
834 },
835
836 {
Andrew Geissler808f6302022-02-24 13:55:18 -0600837 "Name": "xyz.openbmc_project.State.ChassisPowerBad",
838 "Subsystem": "input_power_source",
839 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -0600840 "SRC": {
Andrew Geissler808f6302022-02-24 13:55:18 -0600841 "ReasonCode": "0x3402",
Patrick Williams26919f02022-12-08 06:12:43 -0600842 "Words6To9": {}
Andrew Geissler808f6302022-02-24 13:55:18 -0600843 },
844 "Callouts": [
845 {
Patrick Williams26919f02022-12-08 06:12:43 -0600846 "CalloutList": [
847 {
848 "Priority": "high",
849 "Procedure": "next_level_support"
850 }
851 ]
Andrew Geissler808f6302022-02-24 13:55:18 -0600852 }
853 ],
Patrick Williams26919f02022-12-08 06:12:43 -0600854 "Documentation": {
Andrew Geissler808f6302022-02-24 13:55:18 -0600855 "Description": "Chassis input power is in a bad state",
856 "Message": "Chassis input power is in a bad state, look for other logs with more details",
857 "Notes": [
858 "The system is most likely in a limited power situation. ",
859 "There is enough power for the BMC to operate but not the ",
860 "CEC hardware. Check for UPS or brownout logs."
861 ]
Matt Spinler288f4322023-01-05 12:54:22 -0600862 },
863
864 "JournalCapture": {
865 "NumLines": 30
Andrew Geissler808f6302022-02-24 13:55:18 -0600866 }
867 },
868
869 {
Andrew Geissler4c360ec2022-02-24 14:09:37 -0600870 "Name": "xyz.openbmc_project.State.PinholeReset",
871 "Subsystem": "cec_op_panel",
872 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -0600873 "SRC": {
Andrew Geissler4c360ec2022-02-24 14:09:37 -0600874 "ReasonCode": "0x3403",
Patrick Williams26919f02022-12-08 06:12:43 -0600875 "Words6To9": {}
Andrew Geissler4c360ec2022-02-24 14:09:37 -0600876 },
Patrick Williams26919f02022-12-08 06:12:43 -0600877 "Documentation": {
Andrew Geissler4c360ec2022-02-24 14:09:37 -0600878 "Description": "User initiated a pinhole reset via the op-panel",
879 "Message": "User initiated a pinhole reset via the op-panel",
880 "Notes": [
881 "This is a notification log to record the fact that a ",
882 "pinhole reset was performed on the BMC, resulting in a ",
883 "hard reset of the BMC."
884 ]
885 }
886 },
887
888 {
Andrew Geisslerfbb18242022-02-24 14:30:02 -0600889 "Name": "xyz.openbmc_project.State.Error.CriticalServiceFailure",
890 "Subsystem": "bmc_firmware",
891 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -0600892 "SRC": {
Andrew Geisslerfbb18242022-02-24 14:30:02 -0600893 "ReasonCode": "0x3404",
Patrick Williams26919f02022-12-08 06:12:43 -0600894 "Words6To9": {}
Andrew Geisslerfbb18242022-02-24 14:30:02 -0600895 },
896 "Callouts": [
897 {
Patrick Williams26919f02022-12-08 06:12:43 -0600898 "CalloutList": [
899 {
900 "Priority": "high",
901 "Procedure": "next_level_support"
902 }
903 ]
Andrew Geisslerfbb18242022-02-24 14:30:02 -0600904 }
905 ],
Patrick Williams26919f02022-12-08 06:12:43 -0600906 "Documentation": {
Andrew Geisslerfbb18242022-02-24 14:30:02 -0600907 "Description": "A critical BMC application has failed on the system",
908 "Message": "A critical BMC application has failed on the system, the BMC is in an undefined state",
909 "Notes": [
910 "As a part of generating this error log, a BMC dump has ",
911 "also been generated. Please collect this dump if possible. ",
912 "The BMC state is undefined but basic services could still ",
913 "be available. Usually an AC cycle of the entire system is ",
914 "the best recovery option from this error."
915 ]
Matt Spinler288f4322023-01-05 12:54:22 -0600916 },
917
918 "JournalCapture": {
919 "NumLines": 30
Andrew Geisslerfbb18242022-02-24 14:30:02 -0600920 }
921 },
922
923 {
Andrew Geisslerf83efe92022-03-10 15:06:17 -0600924 "Name": "xyz.openbmc_project.State.Error.SecurityCheckFail",
925 "Subsystem": "bmc_firmware",
926 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -0600927 "SRC": {
Andrew Geisslerf83efe92022-03-10 15:06:17 -0600928 "ReasonCode": "0x3405",
Patrick Williams26919f02022-12-08 06:12:43 -0600929 "Words6To9": {}
Andrew Geisslerf83efe92022-03-10 15:06:17 -0600930 },
931 "Callouts": [
932 {
Patrick Williams26919f02022-12-08 06:12:43 -0600933 "CalloutList": [
934 {
935 "Priority": "high",
936 "Procedure": "next_level_support"
937 }
938 ]
Andrew Geisslerf83efe92022-03-10 15:06:17 -0600939 }
940 ],
Patrick Williams26919f02022-12-08 06:12:43 -0600941 "Documentation": {
Andrew Geisslerf83efe92022-03-10 15:06:17 -0600942 "Description": "A firmware security check has failed",
943 "Message": "A firmware security check has failed, most likely something is not configured correctly",
944 "Notes": [
945 "This log is only generated in the manufacturing ",
946 "environment and it indicates that something has not ",
947 "been configured correctly. Use the data in the PEL to ",
948 "determine what that is."
949 ]
950 }
951 },
952
953 {
Andrew Geissler8bafa992022-03-10 15:20:52 -0600954 "Name": "xyz.openbmc_project.State.BMC.Error.MultiUserTargetFailure",
955 "Subsystem": "bmc_firmware",
956 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -0600957 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -0600958 "ReasonCode": "0x3406",
Patrick Williams26919f02022-12-08 06:12:43 -0600959 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -0600960 },
961 "Callouts": [
962 {
Patrick Williams26919f02022-12-08 06:12:43 -0600963 "CalloutList": [
964 {
965 "Priority": "high",
966 "Procedure": "next_level_support"
967 }
968 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -0600969 }
970 ],
Patrick Williams26919f02022-12-08 06:12:43 -0600971 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -0600972 "Description": "The system has failed to reach BMC Ready state",
973 "Message": "The system has failed to reach BMC Ready state, look for other errors",
974 "Notes": [
975 "This log indicates a critical BMC application required ",
976 "for the BMC to reach Ready state has failed to start ",
977 "successfully. Look in the log for other errors indicating ",
978 "what has failed."
979 ]
Matt Spinler288f4322023-01-05 12:54:22 -0600980 },
981
982 "JournalCapture": {
983 "NumLines": 30
Andrew Geissler8bafa992022-03-10 15:20:52 -0600984 }
985 },
986
987 {
988 "Name": "xyz.openbmc_project.State.Chassis.Error.PowerOnFailure",
989 "Subsystem": "bmc_firmware",
990 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -0600991 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -0600992 "ReasonCode": "0x3407",
Patrick Williams26919f02022-12-08 06:12:43 -0600993 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -0600994 },
995 "Callouts": [
996 {
Patrick Williams26919f02022-12-08 06:12:43 -0600997 "CalloutList": [
998 {
999 "Priority": "high",
1000 "Procedure": "next_level_support"
1001 }
1002 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001003 }
1004 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001005 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001006 "Description": "The system has failed to reach chassis power on state",
1007 "Message": "The system has failed to reach chassis power on state, look for other errors",
1008 "Notes": [
1009 "This log indicates a critical BMC application required ",
1010 "for the BMC to power on the chassis has failed to start ",
1011 "successfully. Look in the log for other errors indicating ",
1012 "what has failed."
1013 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001014 },
1015
1016 "JournalCapture": {
1017 "NumLines": 30
Andrew Geissler8bafa992022-03-10 15:20:52 -06001018 }
1019 },
1020
1021 {
1022 "Name": "xyz.openbmc_project.State.Chassis.Error.PowerOffFailure",
1023 "Subsystem": "bmc_firmware",
1024 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001025 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001026 "ReasonCode": "0x3408",
Patrick Williams26919f02022-12-08 06:12:43 -06001027 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001028 },
1029 "Callouts": [
1030 {
Patrick Williams26919f02022-12-08 06:12:43 -06001031 "CalloutList": [
1032 {
1033 "Priority": "high",
1034 "Procedure": "next_level_support"
1035 }
1036 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001037 }
1038 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001039 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001040 "Description": "The system has failed to reach chassis power off state",
1041 "Message": "The system has failed to reach chassis power off state, look for other errors",
1042 "Notes": [
1043 "This log indicates a critical BMC application required ",
1044 "for the BMC to power off the chassis has failed to start ",
1045 "successfully. Look in the log for other errors indicating ",
1046 "what has failed."
1047 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001048 },
1049
1050 "JournalCapture": {
1051 "NumLines": 30
Andrew Geissler8bafa992022-03-10 15:20:52 -06001052 }
1053 },
1054
1055 {
1056 "Name": "xyz.openbmc_project.State.Host.Error.HostStartFailure",
1057 "Subsystem": "bmc_firmware",
1058 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001059 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001060 "ReasonCode": "0x3409",
Patrick Williams26919f02022-12-08 06:12:43 -06001061 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001062 },
1063 "Callouts": [
1064 {
Patrick Williams26919f02022-12-08 06:12:43 -06001065 "CalloutList": [
1066 {
1067 "Priority": "high",
1068 "Procedure": "next_level_support"
1069 }
1070 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001071 }
1072 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001073 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001074 "Description": "The system has failed to start the host firmware",
1075 "Message": "The system has failed to start the host firmware, look for other errors",
1076 "Notes": [
1077 "This log indicates a critical BMC application required ",
1078 "for the BMC to start the host has failed to start ",
1079 "successfully. Look in the log for other errors indicating ",
1080 "what has failed."
1081 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001082 },
1083
1084 "JournalCapture": {
1085 "NumLines": 30
Andrew Geissler8bafa992022-03-10 15:20:52 -06001086 }
1087 },
1088
1089 {
1090 "Name": "xyz.openbmc_project.State.Host.Error.HostStartMinFailure",
1091 "Subsystem": "bmc_firmware",
1092 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001093 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001094 "ReasonCode": "0x3410",
Patrick Williams26919f02022-12-08 06:12:43 -06001095 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001096 },
1097 "Callouts": [
1098 {
Patrick Williams26919f02022-12-08 06:12:43 -06001099 "CalloutList": [
1100 {
1101 "Priority": "high",
1102 "Procedure": "next_level_support"
1103 }
1104 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001105 }
1106 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001107 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001108 "Description": "The system has failed to start the host firmware",
1109 "Message": "The system has failed to start the host firmware, look for other errors",
1110 "Notes": [
1111 "This log indicates a critical BMC application required ",
1112 "for the BMC to start the host has failed to start ",
1113 "successfully. Look in the log for other errors indicating ",
1114 "what has failed."
1115 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001116 },
1117
1118 "JournalCapture": {
1119 "NumLines": 30
Andrew Geissler8bafa992022-03-10 15:20:52 -06001120 }
1121 },
1122
1123 {
1124 "Name": "xyz.openbmc_project.State.Host.Error.HostShutdownFailure",
1125 "Subsystem": "bmc_firmware",
1126 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001127 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001128 "ReasonCode": "0x3411",
Patrick Williams26919f02022-12-08 06:12:43 -06001129 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001130 },
1131 "Callouts": [
1132 {
Patrick Williams26919f02022-12-08 06:12:43 -06001133 "CalloutList": [
1134 {
1135 "Priority": "high",
1136 "Procedure": "next_level_support"
1137 }
1138 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001139 }
1140 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001141 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001142 "Description": "The system has failed to shutdown the host firmware",
1143 "Message": "The system has failed to shutdown the host firmware, look for other errors",
1144 "Notes": [
1145 "This log indicates a critical BMC application required ",
1146 "to shutdown the host firmware has failed to start ",
1147 "successfully. Look in the log for other errors indicating ",
1148 "what has failed."
1149 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001150 },
1151
1152 "JournalCapture": {
1153 "NumLines": 30
Andrew Geissler8bafa992022-03-10 15:20:52 -06001154 }
1155 },
1156
1157 {
1158 "Name": "xyz.openbmc_project.State.Host.Error.HostStopFailure",
1159 "Subsystem": "bmc_firmware",
1160 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001161 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001162 "ReasonCode": "0x3412",
Patrick Williams26919f02022-12-08 06:12:43 -06001163 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001164 },
1165 "Callouts": [
1166 {
Patrick Williams26919f02022-12-08 06:12:43 -06001167 "CalloutList": [
1168 {
1169 "Priority": "high",
1170 "Procedure": "next_level_support"
1171 }
1172 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001173 }
1174 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001175 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001176 "Description": "The system has failed to stop the host firmware",
1177 "Message": "The system has failed to stop the host firmware, look for other errors",
1178 "Notes": [
1179 "This log indicates a critical BMC application required ",
1180 "to stop the host firmware has failed to start ",
1181 "successfully. Look in the log for other errors indicating ",
1182 "what has failed."
1183 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001184 },
1185
1186 "JournalCapture": {
1187 "NumLines": 30
Andrew Geissler8bafa992022-03-10 15:20:52 -06001188 }
1189 },
1190
1191 {
1192 "Name": "xyz.openbmc_project.State.Host.Error.HostRebootFailure",
1193 "Subsystem": "bmc_firmware",
1194 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001195 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001196 "ReasonCode": "0x3413",
Patrick Williams26919f02022-12-08 06:12:43 -06001197 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001198 },
1199 "Callouts": [
1200 {
Patrick Williams26919f02022-12-08 06:12:43 -06001201 "CalloutList": [
1202 {
1203 "Priority": "high",
1204 "Procedure": "next_level_support"
1205 }
1206 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001207 }
1208 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001209 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001210 "Description": "The system has failed to reboot the host firmware",
1211 "Message": "The system has failed to reboot the host firmware, look for other errors",
1212 "Notes": [
1213 "This log indicates a critical BMC application required ",
1214 "to reboot the host firmware has failed to start ",
1215 "successfully. Look in the log for other errors indicating ",
1216 "what has failed."
1217 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001218 },
1219
1220 "JournalCapture": {
1221 "NumLines": 30
Andrew Geissler8bafa992022-03-10 15:20:52 -06001222 }
1223 },
1224
1225 {
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001226 "Name": "xyz.openbmc_project.State.Error.HostQuiesce",
1227 "Subsystem": "bmc_firmware",
1228 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001229 "SRC": {
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001230 "ReasonCode": "0x3414",
Patrick Williams26919f02022-12-08 06:12:43 -06001231 "Words6To9": {}
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001232 },
1233 "Callouts": [
1234 {
Patrick Williams26919f02022-12-08 06:12:43 -06001235 "CalloutList": [
1236 {
1237 "Priority": "high",
1238 "Procedure": "next_level_support"
1239 }
1240 ]
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001241 }
1242 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001243 "Documentation": {
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001244 "Description": "The host firmware has failed to boot",
1245 "Message": "The host firmware has failed to boot and has entered a Quiesce state. Look for other errors.",
1246 "Notes": [
1247 "This log indicates that the host firmware has failed to ",
1248 "boot and all retries have been exhausted. There should be ",
1249 "other logs with more details on the boot failure reason. "
1250 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001251 },
1252
1253 "JournalCapture": {
1254 "NumLines": 30
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001255 }
1256 },
1257
1258 {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -05001259 "Name": "org.open_power.Processor.Error.SbeChipOpFailure",
1260 "Subsystem": "processor_chip",
1261 "ComponentID": "0x3500",
1262
Patrick Williams26919f02022-12-08 06:12:43 -06001263 "SRC": {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -05001264 "ReasonCode": "0x3500",
Patrick Williams26919f02022-12-08 06:12:43 -06001265 "Words6To9": {
1266 "6": {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -05001267 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
1268 "AdditionalDataPropSource": "SRC6"
1269 }
1270 }
1271 },
1272
Patrick Williams26919f02022-12-08 06:12:43 -06001273 "Documentation": {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -05001274 "Description": "chipop failure with SBE provided FFDC",
1275 "Message": "chipop request failure reported by SBE",
1276 "Notes": [
1277 "The severity is set by the creator.",
1278 "Callouts added based on SBE provided FFDC.",
1279 "SBE provided additional debug data included as part of the",
1280 "additional user data section."
1281 ]
1282 }
1283 },
1284
1285 {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -05001286 "Name": "org.open_power.Processor.Error.SbeChipOpTimeout",
1287 "Subsystem": "processor_chip",
1288 "ComponentID": "0x3500",
1289
Patrick Williams26919f02022-12-08 06:12:43 -06001290 "SRC": {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -05001291 "ReasonCode": "0x3501",
Patrick Williams26919f02022-12-08 06:12:43 -06001292 "Words6To9": {
1293 "6": {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -05001294 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
1295 "AdditionalDataPropSource": "SRC6"
1296 }
1297 }
1298 },
1299
Jayanth Othayothe4acc8d2022-06-02 02:32:08 -05001300 "Callouts": [
1301 {
1302 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06001303 {
1304 "Priority": "high",
1305 "Procedure": "next_level_support"
1306 }
Jayanth Othayothe4acc8d2022-06-02 02:32:08 -05001307 ]
1308 }
1309 ],
1310
Patrick Williams26919f02022-12-08 06:12:43 -06001311 "Documentation": {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -05001312 "Description": "SBE chipop timeout",
1313 "Message": "chipop timeout reported during SBE communication",
1314 "Notes": [
1315 "The severity is set by the creator.",
1316 "Check SBE Dump associated to this error to debug the failure."
1317 ]
1318 }
1319 },
1320
1321 {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001322 "Name": "org.open_power.Processor.Error.SbeChipOpInvalidState",
1323 "Subsystem": "processor_chip",
1324 "ComponentID": "0x3500",
1325
Patrick Williams26919f02022-12-08 06:12:43 -06001326 "SRC": {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001327 "ReasonCode": "0x3502",
Patrick Williams26919f02022-12-08 06:12:43 -06001328 "Words6To9": {
1329 "6": {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001330 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
1331 "AdditionalDataPropSource": "SRC6"
1332 },
Patrick Williams26919f02022-12-08 06:12:43 -06001333 "7": {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001334 "Description": "Value of SBE state",
1335 "AdditionalDataPropSource": "SRC7"
1336 }
1337 }
1338 },
1339
Patrick Williams26919f02022-12-08 06:12:43 -06001340 "Documentation": {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001341 "Description": "The SBE on this processor is not in a state where chipOps can be issued",
1342 "Message": "SBE Chipop is not allowed due to invalid SBE state ",
Patrick Williams26919f02022-12-08 06:12:43 -06001343 "Notes": ["The severity is set by the creator."]
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001344 }
1345 },
1346
1347 {
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001348 "Name": "org.open_power.Processor.Error.SbeBootFailure",
1349 "Subsystem": "processor_chip",
1350 "ComponentID": "0x3500",
Patrick Williams26919f02022-12-08 06:12:43 -06001351 "ActionFlags": ["service_action", "report", "call_home"],
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001352
Patrick Williams26919f02022-12-08 06:12:43 -06001353 "SRC": {
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001354 "ReasonCode": "0x3503",
Patrick Williams26919f02022-12-08 06:12:43 -06001355 "Words6To9": {
1356 "6": {
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001357 "Description": "[0:15] chip position",
1358 "AdditionalDataPropSource": "SRC6"
1359 }
1360 }
1361 },
1362
Patrick Williams26919f02022-12-08 06:12:43 -06001363 "Documentation": {
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001364 "Description": "Boot failure with SBE provided FFDC",
1365 "Message": "Boot failure reported by SBE",
1366 "Notes": [
1367 "The severity is set by the creator.",
1368 "Callouts added based on SBE provided FFDC.",
1369 "SBE provided additional debug data included as part of the",
1370 "additional user data section."
1371 ]
1372 }
1373 },
1374
1375 {
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001376 "Name": "org.open_power.Processor.Error.SbeBootTimeout",
1377 "Subsystem": "processor_chip",
1378 "ComponentID": "0x3500",
1379
Patrick Williams26919f02022-12-08 06:12:43 -06001380 "SRC": {
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001381 "ReasonCode": "0x3504",
Patrick Williams26919f02022-12-08 06:12:43 -06001382 "Words6To9": {}
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001383 },
1384
Jayanth Othayothf5cd2a42022-05-31 02:54:10 -05001385 "Callouts": [
1386 {
1387 "System": "ibm,rainier",
1388 "CalloutList": [
1389 {
1390 "Priority": "low",
1391 "LocCode": "P0"
1392 },
1393 {
1394 "Priority": "low",
1395 "LocCode": "P0-C22"
1396 }
1397 ]
1398 },
1399 {
1400 "System": "ibm,everest",
1401 "CalloutList": [
1402 {
1403 "Priority": "low",
1404 "LocCode": "P0"
1405 },
1406 {
1407 "Priority": "low",
1408 "LocCode": "P0-C96"
1409 }
1410 ]
1411 }
1412 ],
1413
Patrick Williams26919f02022-12-08 06:12:43 -06001414 "Documentation": {
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001415 "Description": "SBE Boot timeout",
1416 "Message": "timeout reported during SBE boot process",
1417 "Notes": [
1418 "The severity is set by the creator.",
1419 "Check SBE Dump associated to this error to debug the failure."
1420 ]
1421 }
1422 },
1423
1424 {
Ben Tyner34836322020-04-15 17:01:48 -05001425 "Name": "org.open_power.Attn.Error.Terminate",
Ben Tyner808e29f2021-04-16 08:32:23 -05001426 "Subsystem": "cec_hardware",
1427 "Severity": "non_error",
Ben Tyner34836322020-04-15 17:01:48 -05001428
Patrick Williams26919f02022-12-08 06:12:43 -06001429 "SRC": {
Ben Tyner34836322020-04-15 17:01:48 -05001430 "ReasonCode": "0xD138",
Patrick Williams26919f02022-12-08 06:12:43 -06001431 "SymptomIDFields": [
1432 "SRCWord3",
1433 "SRCWord4",
1434 "SRCWord5",
1435 "SRCWord6",
1436 "SRCWord7",
1437 "SRCWord8",
1438 "SRCWord9"
1439 ],
1440 "Words6To9": {}
Ben Tyner34836322020-04-15 17:01:48 -05001441 },
1442
Patrick Williams26919f02022-12-08 06:12:43 -06001443 "Documentation": {
Ben Tyner34836322020-04-15 17:01:48 -05001444 "Description": "Status shows TI special attention active",
1445 "Message": "TI special attention detected",
1446 "Notes": [
1447 "This entry is for any TI special attention event ",
1448 "reported by the attention handler component"
1449 ]
1450 }
1451 },
1452
1453 {
1454 "Name": "org.open_power.Attn.Error.Fail",
1455 "Subsystem": "bmc_firmware",
1456 "Severity": "unrecoverable_loss_of_function",
1457
Patrick Williams26919f02022-12-08 06:12:43 -06001458 "SRC": {
Ben Tyner34836322020-04-15 17:01:48 -05001459 "ReasonCode": "0xD13E",
Patrick Williams26919f02022-12-08 06:12:43 -06001460 "Words6To9": {
1461 "6": {
Ben Tyner34836322020-04-15 17:01:48 -05001462 "Description": "Error code from attention handler",
1463 "AdditionalDataPropSource": "ERROR_CODE"
1464 }
1465 }
1466 },
Patrick Williams26919f02022-12-08 06:12:43 -06001467 "Documentation": {
Ben Tyner34836322020-04-15 17:01:48 -05001468 "Description": "The attention handler encountered an error",
Patrick Williams26919f02022-12-08 06:12:43 -06001469 "MessageArgSources": ["SRCWord6"],
Ben Tyner34836322020-04-15 17:01:48 -05001470 "Message": "Attention handler error %1",
Patrick Williams26919f02022-12-08 06:12:43 -06001471 "Notes": ["Attention handler will provide error code"]
Ben Tyner34836322020-04-15 17:01:48 -05001472 }
1473 },
1474
1475 {
1476 "Name": "org.open_power.Attn.Error.Vital",
1477 "Subsystem": "processor_chip",
Ben Tyner34836322020-04-15 17:01:48 -05001478
Patrick Williams26919f02022-12-08 06:12:43 -06001479 "SRC": {
Ben Tyner34836322020-04-15 17:01:48 -05001480 "ReasonCode": "0xD16D",
Patrick Williams26919f02022-12-08 06:12:43 -06001481 "Words6To9": {}
Ben Tyner34836322020-04-15 17:01:48 -05001482 },
1483
Patrick Williams26919f02022-12-08 06:12:43 -06001484 "Documentation": {
Ben Tyner34836322020-04-15 17:01:48 -05001485 "Description": "Status shows SBE vital attention active",
1486 "Message": "SBE vital attention detected",
1487 "Notes": [
1488 "This entry is for any SBE vital attention event ",
1489 "reported by the attention handler component"
1490 ]
1491 }
1492 },
1493
1494 {
1495 "Name": "org.open_power.HwDiags.Error.Checkstop",
Zane Shelley4e6355d2022-02-24 15:28:08 -06001496 "PossibleSubsystems": [
Patrick Williams26919f02022-12-08 06:12:43 -06001497 "processor",
1498 "processor_fru",
1499 "processor_unit",
1500 "processor_bus",
1501 "memory_ctlr",
1502 "memory_bus",
1503 "memory_dimm",
1504 "memory_fru",
1505 "phb",
1506 "cec_hardware",
1507 "cec_clocks",
1508 "cec_tod",
1509 "others"
Zane Shelley4e6355d2022-02-24 15:28:08 -06001510 ],
1511 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06001512 "ActionFlags": ["service_action", "report", "call_home"],
Ben Tyner34836322020-04-15 17:01:48 -05001513
Patrick Williams26919f02022-12-08 06:12:43 -06001514 "SRC": {
Zane Shelley561c0382020-11-17 13:20:05 -06001515 "ReasonCode": "0xE510",
Patrick Williams26919f02022-12-08 06:12:43 -06001516 "SymptomIDFields": ["SRCWord6", "SRCWord7", "SRCWord8"],
1517 "Words6To9": {
1518 "6": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001519 "AdditionalDataPropSource": "SRC6"
1520 },
Patrick Williams26919f02022-12-08 06:12:43 -06001521 "7": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001522 "AdditionalDataPropSource": "SRC7"
1523 },
Patrick Williams26919f02022-12-08 06:12:43 -06001524 "8": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001525 "AdditionalDataPropSource": "SRC8"
1526 }
Ben Tyner34836322020-04-15 17:01:48 -05001527 }
1528 },
1529
Patrick Williams26919f02022-12-08 06:12:43 -06001530 "Documentation": {
Zane Shelley561c0382020-11-17 13:20:05 -06001531 "Description": "A system checkstop attention has occurred",
Patrick Williams26919f02022-12-08 06:12:43 -06001532 "MessageArgSources": ["SRCWord6", "SRCWord7", "SRCWord8"],
Zane Shelley45ab43a2021-11-13 16:16:57 -06001533 "Message": "Error Signature: %1 %2 %3"
Ben Tyner34836322020-04-15 17:01:48 -05001534 }
1535 },
1536
1537 {
Zane Shelley561c0382020-11-17 13:20:05 -06001538 "Name": "org.open_power.HwDiags.Error.Predictive",
Zane Shelley4e6355d2022-02-24 15:28:08 -06001539 "PossibleSubsystems": [
Patrick Williams26919f02022-12-08 06:12:43 -06001540 "processor",
1541 "processor_fru",
1542 "processor_unit",
1543 "processor_bus",
1544 "memory_ctlr",
1545 "memory_bus",
1546 "memory_dimm",
1547 "memory_fru",
1548 "phb",
1549 "cec_hardware",
1550 "cec_clocks",
1551 "cec_tod",
1552 "others"
Zane Shelley4e6355d2022-02-24 15:28:08 -06001553 ],
1554 "Severity": "predictive",
Patrick Williams26919f02022-12-08 06:12:43 -06001555 "ActionFlags": ["service_action", "report", "call_home"],
Ben Tyner34836322020-04-15 17:01:48 -05001556
Patrick Williams26919f02022-12-08 06:12:43 -06001557 "SRC": {
Zane Shelley561c0382020-11-17 13:20:05 -06001558 "ReasonCode": "0xE511",
Patrick Williams26919f02022-12-08 06:12:43 -06001559 "SymptomIDFields": ["SRCWord6", "SRCWord7", "SRCWord8"],
1560 "Words6To9": {
1561 "6": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001562 "AdditionalDataPropSource": "SRC6"
1563 },
Patrick Williams26919f02022-12-08 06:12:43 -06001564 "7": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001565 "AdditionalDataPropSource": "SRC7"
1566 },
Patrick Williams26919f02022-12-08 06:12:43 -06001567 "8": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001568 "AdditionalDataPropSource": "SRC8"
1569 }
Ben Tyner34836322020-04-15 17:01:48 -05001570 }
1571 },
Zane Shelley561c0382020-11-17 13:20:05 -06001572
Patrick Williams26919f02022-12-08 06:12:43 -06001573 "Documentation": {
Zane Shelley561c0382020-11-17 13:20:05 -06001574 "Description": "A hardware attention requiring service has occurred",
Patrick Williams26919f02022-12-08 06:12:43 -06001575 "MessageArgSources": ["SRCWord6", "SRCWord7", "SRCWord8"],
Zane Shelley45ab43a2021-11-13 16:16:57 -06001576 "Message": "Error Signature: %1 %2 %3"
Ben Tyner34836322020-04-15 17:01:48 -05001577 }
Shawn McCarney01648f52020-06-25 11:42:02 -05001578 },
1579
1580 {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001581 "Name": "org.open_power.HwDiags.Error.Informational",
Zane Shelley4e6355d2022-02-24 15:28:08 -06001582 "PossibleSubsystems": [
Patrick Williams26919f02022-12-08 06:12:43 -06001583 "processor",
1584 "processor_fru",
1585 "processor_unit",
1586 "processor_bus",
1587 "memory_ctlr",
1588 "memory_bus",
1589 "memory_dimm",
1590 "memory_fru",
1591 "phb",
1592 "cec_hardware",
1593 "cec_clocks",
1594 "cec_tod",
1595 "others"
Zane Shelley4e6355d2022-02-24 15:28:08 -06001596 ],
1597 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -06001598 "ActionFlags": ["hidden", "dont_report"],
Zane Shelleydd4bd482021-12-08 09:12:51 -06001599
Patrick Williams26919f02022-12-08 06:12:43 -06001600 "SRC": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001601 "ReasonCode": "0xE512",
Patrick Williams26919f02022-12-08 06:12:43 -06001602 "SymptomIDFields": ["SRCWord6", "SRCWord7", "SRCWord8"],
1603 "Words6To9": {
1604 "6": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001605 "AdditionalDataPropSource": "SRC6"
1606 },
Patrick Williams26919f02022-12-08 06:12:43 -06001607 "7": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001608 "AdditionalDataPropSource": "SRC7"
1609 },
Patrick Williams26919f02022-12-08 06:12:43 -06001610 "8": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001611 "AdditionalDataPropSource": "SRC8"
1612 }
1613 }
1614 },
1615
Patrick Williams26919f02022-12-08 06:12:43 -06001616 "Documentation": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001617 "Description": "Manual analysis was initiated via the command line. FFDC only.",
Patrick Williams26919f02022-12-08 06:12:43 -06001618 "MessageArgSources": ["SRCWord6", "SRCWord7", "SRCWord8"],
Zane Shelleydd4bd482021-12-08 09:12:51 -06001619 "Message": "Error Signature: %1 %2 %3"
1620 }
1621 },
1622
1623 {
Brandon Wyman38caaf02020-09-01 16:07:42 -05001624 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.InputFault",
1625 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001626 "ActionFlags": ["service_action", "report"],
1627 "ComponentID": "0x2700",
1628
1629 "SRC": {
1630 "Type": "11",
1631 "ReasonCode": "0x15F0",
1632 "Words6To9": {}
1633 },
1634
1635 "Callouts": [
1636 {
1637 "CalloutList": [
1638 { "Priority": "high", "SymbolicFRU": "pwrsply" }
1639 ]
1640 }
1641 ],
1642
1643 "Documentation": {
1644 "Description": "Power Supply input power fault",
1645 "Message": "A power supply has indicated an input or under voltage condition.",
1646 "Notes": [
1647 "Check the power supply cabling and/or input power ",
1648 "source. The PWRSPLY procedure is used rather than ",
1649 "calling out a location code, as typically these faults ",
1650 "are related to the supplied power, the cable, or the ",
1651 "cable connectors. If the input fault resolves down to an ",
1652 "issue with the power supply itself, the power supply ",
1653 "indicating this input fault should be called out. Add the ",
1654 "CALLOUT_INVENTORY_PATH to the additional data, and set the",
1655 "CALLOUT_PRIORITY to something other than high."
1656 ]
1657 }
1658 },
1659
1660 {
1661 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Fault",
1662 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001663 "ActionFlags": ["service_action", "report", "call_home"],
1664 "ComponentID": "0x2700",
1665
1666 "SRC": {
1667 "Type": "11",
1668 "ReasonCode": "0x15F1",
1669 "Words6To9": {}
1670 },
1671
Jim Wright006dafd2022-05-27 12:09:43 -05001672 "Callouts": [
1673 {
1674 "CalloutList": [
1675 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
1676 ]
1677 }
1678 ],
1679
Brandon Wyman38caaf02020-09-01 16:07:42 -05001680 "Documentation": {
1681 "Description": "Power Supply power fault",
1682 "Message": "The power supply detected a fault condition, see AdditionalData for further details.",
1683 "Notes": [
1684 "The power supply reporting the fault should be called ",
1685 "out using the CALLOUT_INVENTORY_PATH keyword. Include ",
1686 "specific fault, STATUS_* details, and code level in the ",
1687 "AdditionalData section."
1688 ]
1689 }
1690 },
1691
1692 {
1693 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.CommFault",
1694 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001695 "ActionFlags": ["service_action", "report", "call_home"],
1696 "ComponentID": "0x2700",
1697
1698 "SRC": {
1699 "Type": "11",
1700 "ReasonCode": "0x15F2",
1701 "Words6To9": {}
1702 },
1703
Jim Wright006dafd2022-05-27 12:09:43 -05001704 "Callouts": [
1705 {
1706 "CalloutList": [
1707 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
1708 ]
1709 }
1710 ],
1711
Brandon Wyman38caaf02020-09-01 16:07:42 -05001712 "Documentation": {
1713 "Description": "Power Supply non-power fault",
1714 "Message": "A communication failure occurred talking to the power supply",
1715 "Notes": [
1716 "Communication problems with the power supply could be ",
1717 "the power supply, or any hardware between it and the ",
1718 "BMC. Reporting the error should be passing in a call ",
1719 "out using CALLOUT_DEVICE_PATH."
1720 ]
1721 }
1722 },
1723
1724 {
1725 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Missing",
1726 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001727 "ActionFlags": ["service_action", "report", "call_home"],
1728 "ComponentID": "0x2700",
1729
1730 "SRC": {
1731 "Type": "11",
1732 "ReasonCode": "0x15F6",
1733 "Words6To9": {}
1734 },
1735
1736 "Callouts": [
1737 {
1738 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -05001739 {
1740 "Priority": "high",
1741 "SymbolicFRUTrusted": "pwrsply",
1742 "UseInventoryLocCode": true
1743 }
Brandon Wyman38caaf02020-09-01 16:07:42 -05001744 ]
1745 }
1746 ],
1747
1748 "Documentation": {
1749 "Description": "Power Supply is missing",
1750 "Message": "A power supply that should be present is missing",
1751 "Notes": [
1752 "The CalloutList should use the PWRSPLY symbolic FRU ",
Matt Spinler80600192020-10-23 09:29:33 -05001753 "with the trusted location code property. The ",
1754 "location code in this callout is obtained from ",
1755 "the passed in CALLOUT_INVENTORY_PATH value."
Brandon Wyman38caaf02020-09-01 16:07:42 -05001756 ]
1757 }
1758 },
1759
1760 {
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00001761 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.NotSupported",
1762 "Subsystem": "power_supply",
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00001763 "ActionFlags": ["service_action", "report", "call_home"],
1764 "ComponentID": "0x2700",
1765
1766 "SRC": {
1767 "Type": "11",
1768 "ReasonCode": "0x15F7",
1769 "Words6To9": {}
1770 },
1771
Jim Wright006dafd2022-05-27 12:09:43 -05001772 "Callouts": [
1773 {
1774 "CalloutList": [
1775 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
1776 ]
1777 }
1778 ],
1779
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00001780 "Documentation": {
1781 "Description": "Power Supply configuration is not supported",
1782 "Message": "The power supply configuration is not supported",
1783 "Notes": [
1784 "The combination of power supplies detected in the ",
1785 "system is not supported. This could be caused by ",
1786 "mismatched models, less than expected number of power ",
1787 "supplies, or other unsupported characteristics."
1788 ]
1789 }
1790 },
1791
1792 {
Brandon Wymanc30f00a2021-11-18 21:10:04 +00001793 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.FanFault",
1794 "Subsystem": "power_supply",
Brandon Wymanc30f00a2021-11-18 21:10:04 +00001795 "ActionFlags": ["service_action", "report", "call_home"],
1796 "ComponentID": "0x2700",
1797
1798 "SRC": {
1799 "Type": "11",
1800 "ReasonCode": "0x15FF",
1801 "Words6To9": {}
1802 },
1803
Jim Wright006dafd2022-05-27 12:09:43 -05001804 "Callouts": [
1805 {
1806 "CalloutList": [
1807 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
1808 ]
1809 }
1810 ],
1811
Brandon Wymanc30f00a2021-11-18 21:10:04 +00001812 "Documentation": {
1813 "Description": "Power Supply fan fault",
1814 "Message": "A power supply indicated a fan fault has occurred",
1815 "Notes": [
1816 "The power supply reporting the fault should be called ",
1817 "out using the CALLOUT_INVENTORY_PATH keyword. Include ",
1818 "specific fault, STATUS_* details, and code level in the ",
1819 "AdditionalData section."
1820 ]
1821 }
1822 },
1823
1824 {
Brandon Wyman90c88402021-11-16 20:34:49 +00001825 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.IoutOCFault",
1826 "Subsystem": "power_supply",
Brandon Wyman90c88402021-11-16 20:34:49 +00001827 "ActionFlags": ["service_action", "report", "call_home"],
1828 "ComponentID": "0x2700",
1829
1830 "SRC": {
1831 "Type": "11",
1832 "ReasonCode": "0x1B01",
1833 "Words6To9": {}
1834 },
1835
1836 "Callouts": [
1837 {
1838 "CalloutList": [
1839 { "Priority": "high", "Procedure": "power_overcurrent" }
1840 ]
1841 }
1842 ],
1843
1844 "Documentation": {
1845 "Description": "Power Supply output over-current power fault",
1846 "Message": "A power supply has indicated an output over-current condition."
1847 }
1848 },
1849
1850 {
Jay Meyer54ff54e2021-03-14 20:18:41 -05001851 "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Blackout",
1852 "Subsystem": "power",
Patrick Williams26919f02022-12-08 06:12:43 -06001853 "ActionFlags": ["report", "service_action"],
Jay Meyer54ff54e2021-03-14 20:18:41 -05001854 "ComponentID": "0x2700",
1855
Patrick Williams26919f02022-12-08 06:12:43 -06001856 "SRC": {
Jay Meyer54ff54e2021-03-14 20:18:41 -05001857 "Type": "11",
1858 "ReasonCode": "0x00AC",
Mike Cappsa2d7b772022-03-07 15:47:48 -05001859 "Words6To9": {}
Jay Meyer54ff54e2021-03-14 20:18:41 -05001860 },
1861
1862 "Callouts": [
1863 {
1864 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06001865 { "Priority": "high", "SymbolicFRU": "ac_module" }
Jay Meyer54ff54e2021-03-14 20:18:41 -05001866 ]
1867 }
1868 ],
1869
1870 "Documentation": {
1871 "Description": "Input power was lost while the system was powered on.",
1872 "Message": "Input power was lost while the system was powered on.",
1873 "Notes": [
1874 "Input power was lost while system powered on.",
1875 "The CalloutList should use the ACMODUL symbolic FRU."
1876 ]
1877 }
1878 },
1879
1880 {
Patrick Williams26919f02022-12-08 06:12:43 -06001881 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.PSKillFault",
Brandon Wyman002d8cf2021-12-01 23:05:11 +00001882 "Subsystem": "power_supply",
Brandon Wyman002d8cf2021-12-01 23:05:11 +00001883 "ActionFlags": ["service_action", "report", "call_home"],
1884 "ComponentID": "0x2700",
1885
1886 "SRC": {
1887 "Type": "11",
1888 "ReasonCode": "0x2500",
Mike Cappsa2d7b772022-03-07 15:47:48 -05001889 "Words6To9": {}
Brandon Wyman002d8cf2021-12-01 23:05:11 +00001890 },
1891
1892 "Callouts": [
1893 {
1894 "CalloutList": [
1895 { "Priority": "high", "Procedure": "power_overcurrent" }
1896 ]
1897 }
1898 ],
1899
1900 "Documentation": {
1901 "Description": "A power supply fault is potentially preventing the power supply from allowing the system to power on.",
1902 "Message": "Power supply PSKill_fault",
Patrick Williams26919f02022-12-08 06:12:43 -06001903 "Notes": []
Brandon Wyman002d8cf2021-12-01 23:05:11 +00001904 }
1905 },
1906
1907 {
Jim Wright7f678902020-11-30 16:03:57 -06001908 "Name": "xyz.openbmc_project.Power.Error.Shutdown",
1909 "Subsystem": "power_sequencer",
1910 "ComponentID": "0x2700",
1911
1912 "SRC": {
1913 "Type": "11",
1914 "ReasonCode": "0x2600",
1915 "Words6To9": {}
1916 },
1917
1918 "Callouts": [
1919 {
1920 "CalloutList": [
1921 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1922 ]
1923 }
1924 ],
1925
1926 "Documentation": {
1927 "Description": "A power off was issued because a power fault was detected",
1928 "Message": "A power off was issued because a power fault was detected",
Patrick Williams26919f02022-12-08 06:12:43 -06001929 "Notes": []
Jim Wright7f678902020-11-30 16:03:57 -06001930 }
1931 },
1932
1933 {
Ben Tyner0273a222021-07-12 15:18:13 -05001934 "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Regulator",
1935 "Subsystem": "power_control_hw",
Mike Capps2a2d0ae2022-03-16 18:09:00 -04001936 "Severity": "critical_system_term",
Ben Tyner0273a222021-07-12 15:18:13 -05001937 "ComponentID": "0x2700",
1938
1939 "SRC": {
1940 "Type": "11",
1941 "ReasonCode": "0x2602",
Mike Cappsa2d7b772022-03-07 15:47:48 -05001942 "Words6To9": {}
Ben Tyner0273a222021-07-12 15:18:13 -05001943 },
1944
1945 "Callouts": [
1946 {
1947 "System": "ibm,rainier",
1948 "CalloutList": [
1949 {
1950 "Priority": "high",
1951 "LocCode": "P0-C5"
1952 },
1953 {
1954 "Priority": "medium",
1955 "LocCode": "P0"
1956 }
1957 ]
1958 },
1959 {
1960 "System": "ibm,everest",
1961 "CalloutList": [
1962 {
1963 "Priority": "high",
1964 "LocCode": "P0-C59"
1965 },
1966 {
1967 "Priority": "medium",
1968 "LocCode": "P0"
1969 }
1970 ]
1971 }
1972 ],
1973
1974 "Documentation": {
1975 "Description": "A power off was issued because a regulator for standby power faulted",
1976 "Message": "A power off was issued because a regulator for standby power faulted",
Patrick Williams26919f02022-12-08 06:12:43 -06001977 "Notes": []
Ben Tyner0273a222021-07-12 15:18:13 -05001978 }
1979 },
1980
1981 {
Jim Wright7f678902020-11-30 16:03:57 -06001982 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerPGOODFault",
1983 "Subsystem": "power_sequencer",
1984 "ComponentID": "0x2700",
1985
1986 "SRC": {
1987 "Type": "11",
1988 "ReasonCode": "0x2610",
1989 "Words6To9": {}
1990 },
1991
1992 "CalloutsUsingAD": {
Patrick Williams26919f02022-12-08 06:12:43 -06001993 "ADName": "INPUT_NAME",
1994 "CalloutsWithTheirADValues": [
Jim Wright7f678902020-11-30 16:03:57 -06001995 {
Patrick Williams26919f02022-12-08 06:12:43 -06001996 "ADValue": "PGOOD_12A",
1997 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06001998 {
1999 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002000 {
2001 "Priority": "high",
2002 "SymbolicFRU": "pgood_part"
2003 }
Jim Wright7f678902020-11-30 16:03:57 -06002004 ]
2005 }
2006 ]
2007 },
2008 {
Patrick Williams26919f02022-12-08 06:12:43 -06002009 "ADValue": "PGOOD_12B",
2010 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002011 {
2012 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002013 {
2014 "Priority": "high",
2015 "SymbolicFRU": "pgood_part"
2016 }
Jim Wright7f678902020-11-30 16:03:57 -06002017 ]
2018 }
2019 ]
2020 },
2021 {
Patrick Williams26919f02022-12-08 06:12:43 -06002022 "ADValue": "PGOOD_12C",
2023 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002024 {
2025 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002026 {
2027 "Priority": "high",
2028 "SymbolicFRU": "pgood_part"
2029 }
Jim Wright7f678902020-11-30 16:03:57 -06002030 ]
2031 }
2032 ]
2033 },
2034 {
Patrick Williams26919f02022-12-08 06:12:43 -06002035 "ADValue": "PGOOD_12D",
2036 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002037 {
2038 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002039 {
2040 "Priority": "high",
2041 "SymbolicFRU": "pgood_part"
2042 }
Jim Wright7f678902020-11-30 16:03:57 -06002043 ]
2044 }
2045 ]
2046 },
2047 {
Patrick Williams26919f02022-12-08 06:12:43 -06002048 "ADValue": "PGOOD_12L",
2049 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002050 {
2051 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002052 {
2053 "Priority": "high",
2054 "SymbolicFRU": "pgood_part"
2055 }
Jim Wright7f678902020-11-30 16:03:57 -06002056 ]
2057 }
2058 ]
2059 },
2060 {
Patrick Williams26919f02022-12-08 06:12:43 -06002061 "ADValue": "PGOOD_12M",
2062 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002063 {
2064 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002065 {
2066 "Priority": "high",
2067 "SymbolicFRU": "pgood_part"
2068 }
Jim Wright7f678902020-11-30 16:03:57 -06002069 ]
2070 }
2071 ]
2072 },
2073 {
Patrick Williams26919f02022-12-08 06:12:43 -06002074 "ADValue": "PGOOD_12N",
2075 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002076 {
2077 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002078 {
2079 "Priority": "high",
2080 "SymbolicFRU": "pgood_part"
2081 }
Jim Wright7f678902020-11-30 16:03:57 -06002082 ]
2083 }
2084 ]
2085 },
2086 {
Patrick Williams26919f02022-12-08 06:12:43 -06002087 "ADValue": "PGOOD_12PCIE",
2088 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002089 {
2090 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002091 {
2092 "Priority": "high",
2093 "SymbolicFRU": "pgood_part"
2094 }
Jim Wright7f678902020-11-30 16:03:57 -06002095 ]
2096 }
2097 ]
2098 },
2099 {
Patrick Williams26919f02022-12-08 06:12:43 -06002100 "ADValue": "PGOOD_12Q",
2101 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002102 {
2103 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002104 {
2105 "Priority": "high",
2106 "SymbolicFRU": "pgood_part"
2107 }
Jim Wright7f678902020-11-30 16:03:57 -06002108 ]
2109 }
2110 ]
2111 },
2112 {
Patrick Williams26919f02022-12-08 06:12:43 -06002113 "ADValue": "PGOOD_VDN_DCM0",
2114 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002115 {
2116 "CalloutList": [
2117 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002118 {
2119 "Priority": "medium",
2120 "LocCode": "P0-C15"
2121 },
Jim Wright7f678902020-11-30 16:03:57 -06002122 { "Priority": "low", "LocCode": "P0" }
2123 ]
2124 }
2125 ]
2126 },
2127 {
Patrick Williams26919f02022-12-08 06:12:43 -06002128 "ADValue": "PGOOD_VDN_DCM1",
2129 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002130 {
2131 "CalloutList": [
2132 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002133 {
2134 "Priority": "medium",
2135 "LocCode": "P0-C24"
2136 },
Jim Wright7f678902020-11-30 16:03:57 -06002137 { "Priority": "low", "LocCode": "P0" }
2138 ]
2139 }
2140 ]
2141 },
2142 {
Patrick Williams26919f02022-12-08 06:12:43 -06002143 "ADValue": "PGOOD_VCS_DCM0",
2144 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002145 {
2146 "CalloutList": [
2147 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002148 {
2149 "Priority": "medium",
2150 "LocCode": "P0-C15"
2151 },
Jim Wright7f678902020-11-30 16:03:57 -06002152 { "Priority": "low", "LocCode": "P0" }
2153 ]
2154 }
2155 ]
2156 },
2157 {
Patrick Williams26919f02022-12-08 06:12:43 -06002158 "ADValue": "PGOOD_VCS_DCM1",
2159 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002160 {
2161 "CalloutList": [
2162 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002163 {
2164 "Priority": "medium",
2165 "LocCode": "P0-C24"
2166 },
Jim Wright7f678902020-11-30 16:03:57 -06002167 { "Priority": "low", "LocCode": "P0" }
2168 ]
2169 }
2170 ]
2171 },
2172 {
Patrick Williams26919f02022-12-08 06:12:43 -06002173 "ADValue": "PGOOD_VIO_DCM0",
2174 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002175 {
2176 "CalloutList": [
2177 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002178 {
2179 "Priority": "medium",
2180 "LocCode": "P0-C15"
2181 },
Jim Wright7f678902020-11-30 16:03:57 -06002182 { "Priority": "low", "LocCode": "P0" }
2183 ]
2184 }
2185 ]
2186 },
2187 {
Patrick Williams26919f02022-12-08 06:12:43 -06002188 "ADValue": "PGOOD_VIO_DCM1",
2189 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002190 {
2191 "CalloutList": [
2192 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002193 {
2194 "Priority": "medium",
2195 "LocCode": "P0-C24"
2196 },
Jim Wright7f678902020-11-30 16:03:57 -06002197 { "Priority": "low", "LocCode": "P0" }
2198 ]
2199 }
2200 ]
2201 },
2202 {
Patrick Williams26919f02022-12-08 06:12:43 -06002203 "ADValue": "PGOOD_VPCIE_DCM0",
2204 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002205 {
2206 "CalloutList": [
2207 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002208 {
2209 "Priority": "medium",
2210 "LocCode": "P0-C15"
2211 },
Jim Wright7f678902020-11-30 16:03:57 -06002212 { "Priority": "low", "LocCode": "P0" }
2213 ]
2214 }
2215 ]
2216 },
2217 {
Patrick Williams26919f02022-12-08 06:12:43 -06002218 "ADValue": "PGOOD_VPCIE_DCM1",
2219 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002220 {
2221 "CalloutList": [
2222 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002223 {
2224 "Priority": "medium",
2225 "LocCode": "P0-C24"
2226 },
Jim Wright7f678902020-11-30 16:03:57 -06002227 { "Priority": "low", "LocCode": "P0" }
2228 ]
2229 }
2230 ]
Jim Wright2e4eb072022-02-03 14:43:46 -06002231 },
2232 {
Patrick Williams26919f02022-12-08 06:12:43 -06002233 "ADValue": "CP0_VPCIE",
2234 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002235 {
2236 "CalloutList": [
2237 { "Priority": "high", "LocCode": "P0-C58" },
Patrick Williams26919f02022-12-08 06:12:43 -06002238 {
2239 "Priority": "medium",
2240 "LocCode": "P0-C61"
2241 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002242 { "Priority": "low", "LocCode": "P0" }
2243 ]
2244 }
2245 ]
2246 },
2247 {
Patrick Williams26919f02022-12-08 06:12:43 -06002248 "ADValue": "CP1_VPCIE",
2249 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002250 {
2251 "CalloutList": [
2252 { "Priority": "high", "LocCode": "P0-C16" },
Patrick Williams26919f02022-12-08 06:12:43 -06002253 {
2254 "Priority": "medium",
2255 "LocCode": "P0-C14"
2256 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002257 { "Priority": "low", "LocCode": "P0" }
2258 ]
2259 }
2260 ]
2261 },
2262 {
Patrick Williams26919f02022-12-08 06:12:43 -06002263 "ADValue": "CP2_VPCIE",
2264 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002265 {
2266 "CalloutList": [
2267 { "Priority": "high", "LocCode": "P0-C16" },
Patrick Williams26919f02022-12-08 06:12:43 -06002268 {
2269 "Priority": "medium",
2270 "LocCode": "P0-C19"
2271 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002272 { "Priority": "low", "LocCode": "P0" }
2273 ]
2274 }
2275 ]
2276 },
2277 {
Patrick Williams26919f02022-12-08 06:12:43 -06002278 "ADValue": "CP3_VPCIE",
2279 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002280 {
2281 "CalloutList": [
2282 { "Priority": "high", "LocCode": "P0-C58" },
Patrick Williams26919f02022-12-08 06:12:43 -06002283 {
2284 "Priority": "medium",
2285 "LocCode": "P0-C56"
2286 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002287 { "Priority": "low", "LocCode": "P0" }
2288 ]
2289 }
2290 ]
2291 },
2292 {
Patrick Williams26919f02022-12-08 06:12:43 -06002293 "ADValue": "5.0V_USB_front",
2294 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002295 {
2296 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002297 {
2298 "Priority": "high",
2299 "SymbolicFRU": "usb_pgood"
2300 },
Jim Wrightace33db2022-04-19 14:33:37 -05002301 { "Priority": "low", "LocCode": "P1" },
2302 { "Priority": "low", "LocCode": "P0" }
Jim Wright2e4eb072022-02-03 14:43:46 -06002303 ]
2304 }
2305 ]
2306 },
2307 {
Patrick Williams26919f02022-12-08 06:12:43 -06002308 "ADValue": "CP0_VDN",
2309 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002310 {
2311 "CalloutList": [
2312 { "Priority": "high", "LocCode": "P0-C63" },
Patrick Williams26919f02022-12-08 06:12:43 -06002313 {
2314 "Priority": "medium",
2315 "LocCode": "P0-C61"
2316 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002317 { "Priority": "low", "LocCode": "P0" }
2318 ]
2319 }
2320 ]
2321 },
2322 {
Patrick Williams26919f02022-12-08 06:12:43 -06002323 "ADValue": "CP1_VDN",
2324 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002325 {
2326 "CalloutList": [
2327 { "Priority": "high", "LocCode": "P0-C12" },
Patrick Williams26919f02022-12-08 06:12:43 -06002328 {
2329 "Priority": "medium",
2330 "LocCode": "P0-C14"
2331 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002332 { "Priority": "low", "LocCode": "P0" }
2333 ]
2334 }
2335 ]
2336 },
2337 {
Patrick Williams26919f02022-12-08 06:12:43 -06002338 "ADValue": "CP2_VDN",
2339 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002340 {
2341 "CalloutList": [
2342 { "Priority": "high", "LocCode": "P0-C21" },
Patrick Williams26919f02022-12-08 06:12:43 -06002343 {
2344 "Priority": "medium",
2345 "LocCode": "P0-C19"
2346 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002347 { "Priority": "low", "LocCode": "P0" }
2348 ]
2349 }
2350 ]
2351 },
2352 {
Patrick Williams26919f02022-12-08 06:12:43 -06002353 "ADValue": "CP3_VDN",
2354 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002355 {
2356 "CalloutList": [
2357 { "Priority": "high", "LocCode": "P0-C54" },
Patrick Williams26919f02022-12-08 06:12:43 -06002358 {
2359 "Priority": "medium",
2360 "LocCode": "P0-C56"
2361 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002362 { "Priority": "low", "LocCode": "P0" }
2363 ]
2364 }
2365 ]
2366 },
2367 {
Patrick Williams26919f02022-12-08 06:12:43 -06002368 "ADValue": "CP0_VIO",
2369 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002370 {
2371 "CalloutList": [
2372 { "Priority": "high", "LocCode": "P0-C63" },
Patrick Williams26919f02022-12-08 06:12:43 -06002373 {
2374 "Priority": "medium",
2375 "LocCode": "P0-C61"
2376 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002377 { "Priority": "low", "LocCode": "P0" }
2378 ]
2379 }
2380 ]
2381 },
2382 {
Patrick Williams26919f02022-12-08 06:12:43 -06002383 "ADValue": "CP1_VIO",
2384 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002385 {
2386 "CalloutList": [
2387 { "Priority": "high", "LocCode": "P0-C12" },
Patrick Williams26919f02022-12-08 06:12:43 -06002388 {
2389 "Priority": "medium",
2390 "LocCode": "P0-C14"
2391 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002392 { "Priority": "low", "LocCode": "P0" }
2393 ]
2394 }
2395 ]
2396 },
2397 {
Patrick Williams26919f02022-12-08 06:12:43 -06002398 "ADValue": "CP2_VIO",
2399 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002400 {
2401 "CalloutList": [
2402 { "Priority": "high", "LocCode": "P0-C21" },
Patrick Williams26919f02022-12-08 06:12:43 -06002403 {
2404 "Priority": "medium",
2405 "LocCode": "P0-C19"
2406 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002407 { "Priority": "low", "LocCode": "P0" }
2408 ]
2409 }
2410 ]
2411 },
2412 {
Patrick Williams26919f02022-12-08 06:12:43 -06002413 "ADValue": "CP3_VIO",
2414 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002415 {
2416 "CalloutList": [
2417 { "Priority": "high", "LocCode": "P0-C54" },
Patrick Williams26919f02022-12-08 06:12:43 -06002418 {
2419 "Priority": "medium",
2420 "LocCode": "P0-C56"
2421 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002422 { "Priority": "low", "LocCode": "P0" }
2423 ]
2424 }
2425 ]
Jim Wright9b779e42022-12-16 17:50:23 -06002426 },
2427 {
2428 "ADValue": "12P0VB_PG_OK",
2429 "Callouts": [
2430 {
2431 "CalloutList": [
2432 {
2433 "Priority": "high",
2434 "SymbolicFRU": "pgood_part"
2435 }
2436 ]
2437 }
2438 ]
2439 },
2440 {
2441 "ADValue": "12P0VA_PG_OK",
2442 "Callouts": [
2443 {
2444 "CalloutList": [
2445 {
2446 "Priority": "high",
2447 "SymbolicFRU": "pgood_part"
2448 }
2449 ]
2450 }
2451 ]
Jim Wright7f678902020-11-30 16:03:57 -06002452 }
2453 ]
2454 },
2455
2456 "Documentation": {
2457 "Description": "The power sequencer chip detected a PGOOD fault",
2458 "Message": "The power sequencer chip detected a PGOOD fault",
Patrick Williams26919f02022-12-08 06:12:43 -06002459 "Notes": []
Jim Wright7f678902020-11-30 16:03:57 -06002460 }
2461 },
2462
2463 {
2464 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerVoltageFault",
2465 "Subsystem": "power_sequencer",
2466 "ComponentID": "0x2700",
2467
2468 "SRC": {
2469 "Type": "11",
2470 "ReasonCode": "0x2620",
2471 "Words6To9": {}
2472 },
2473
2474 "CalloutsUsingAD": {
Patrick Williams26919f02022-12-08 06:12:43 -06002475 "ADName": "RAIL_NAME",
2476 "CalloutsWithTheirADValues": [
Jim Wright7f678902020-11-30 16:03:57 -06002477 {
Patrick Williams26919f02022-12-08 06:12:43 -06002478 "ADValue": "12.0V",
2479 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002480 {
2481 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002482 {
2483 "Priority": "high",
2484 "SymbolicFRU": "pgood_part"
2485 }
Jim Wright7f678902020-11-30 16:03:57 -06002486 ]
2487 }
2488 ]
2489 },
2490 {
Patrick Williams26919f02022-12-08 06:12:43 -06002491 "ADValue": "5.0V_USB",
2492 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002493 {
2494 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002495 {
2496 "Priority": "high",
2497 "SymbolicFRU": "usb_pgood"
2498 },
Jim Wright7f678902020-11-30 16:03:57 -06002499 { "Priority": "medium", "LocCode": "P0" }
2500 ]
2501 }
2502 ]
2503 },
2504 {
Patrick Williams26919f02022-12-08 06:12:43 -06002505 "ADValue": "5.0V_DASD",
2506 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002507 {
2508 "CalloutList": [
2509 { "Priority": "medium", "LocCode": "P1" },
2510 { "Priority": "medium", "LocCode": "P2" },
Jim Wright7f678902020-11-30 16:03:57 -06002511 { "Priority": "low", "LocCode": "P0" }
2512 ]
2513 }
2514 ]
2515 },
2516 {
Patrick Williams26919f02022-12-08 06:12:43 -06002517 "ADValue": "3.3VA",
2518 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002519 {
2520 "CalloutList": [
2521 { "Priority": "high", "LocCode": "P0" }
2522 ]
2523 }
2524 ]
2525 },
2526 {
Patrick Williams26919f02022-12-08 06:12:43 -06002527 "ADValue": "3.3VB",
2528 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002529 {
2530 "CalloutList": [
2531 { "Priority": "high", "LocCode": "P0" }
2532 ]
2533 }
2534 ]
2535 },
2536 {
Patrick Williams26919f02022-12-08 06:12:43 -06002537 "ADValue": "1.5V",
2538 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002539 {
2540 "CalloutList": [
2541 { "Priority": "high", "LocCode": "P0" }
2542 ]
2543 }
2544 ]
2545 },
2546 {
Patrick Williams26919f02022-12-08 06:12:43 -06002547 "ADValue": "1.1V",
2548 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002549 {
2550 "CalloutList": [
2551 { "Priority": "high", "LocCode": "P0" }
2552 ]
2553 }
2554 ]
2555 },
2556 {
Patrick Williams26919f02022-12-08 06:12:43 -06002557 "ADValue": "VDDA_DCM0",
2558 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002559 {
2560 "CalloutList": [
2561 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002562 {
2563 "Priority": "medium",
2564 "LocCode": "P0-C15"
2565 },
Jim Wright7f678902020-11-30 16:03:57 -06002566 { "Priority": "low", "LocCode": "P0" }
2567 ]
2568 }
2569 ]
2570 },
2571 {
Patrick Williams26919f02022-12-08 06:12:43 -06002572 "ADValue": "VDDB_DCM0",
2573 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002574 {
2575 "CalloutList": [
2576 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002577 {
2578 "Priority": "medium",
2579 "LocCode": "P0-C15"
2580 },
Jim Wright7f678902020-11-30 16:03:57 -06002581 { "Priority": "low", "LocCode": "P0" }
2582 ]
2583 }
2584 ]
2585 },
2586 {
Patrick Williams26919f02022-12-08 06:12:43 -06002587 "ADValue": "VDDA_DCM1",
2588 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002589 {
2590 "CalloutList": [
2591 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002592 {
2593 "Priority": "medium",
2594 "LocCode": "P0-C24"
2595 },
Jim Wright7f678902020-11-30 16:03:57 -06002596 { "Priority": "low", "LocCode": "P0" }
2597 ]
2598 }
2599 ]
2600 },
2601 {
Patrick Williams26919f02022-12-08 06:12:43 -06002602 "ADValue": "VDDB_DCM1",
2603 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002604 {
2605 "CalloutList": [
2606 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002607 {
2608 "Priority": "medium",
2609 "LocCode": "P0-C24"
2610 },
Jim Wright7f678902020-11-30 16:03:57 -06002611 { "Priority": "low", "LocCode": "P0" }
2612 ]
2613 }
2614 ]
2615 },
2616 {
Patrick Williams26919f02022-12-08 06:12:43 -06002617 "ADValue": "12.0VCS",
2618 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002619 {
2620 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002621 {
2622 "Priority": "high",
2623 "SymbolicFRU": "pgood_part"
2624 }
Jim Wright7f678902020-11-30 16:03:57 -06002625 ]
2626 }
2627 ]
2628 },
2629 {
Patrick Williams26919f02022-12-08 06:12:43 -06002630 "ADValue": "3.3VCS",
2631 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002632 {
2633 "CalloutList": [
2634 { "Priority": "high", "LocCode": "P0" }
2635 ]
2636 }
2637 ]
2638 },
2639 {
Patrick Williams26919f02022-12-08 06:12:43 -06002640 "ADValue": "1.1V_Current",
2641 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002642 {
2643 "CalloutList": [
2644 { "Priority": "high", "LocCode": "P0" }
2645 ]
2646 }
2647 ]
2648 },
2649 {
Patrick Williams26919f02022-12-08 06:12:43 -06002650 "ADValue": "5.0V_USB_Current",
2651 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002652 {
2653 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002654 {
2655 "Priority": "high",
2656 "SymbolicFRU": "usb_pgood"
2657 },
Jim Wright7f678902020-11-30 16:03:57 -06002658 { "Priority": "medium", "LocCode": "P0" }
2659 ]
2660 }
2661 ]
2662 },
2663 {
Patrick Williams26919f02022-12-08 06:12:43 -06002664 "ADValue": "5.0V_DASD_Current",
2665 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002666 {
2667 "CalloutList": [
2668 { "Priority": "medium", "LocCode": "P1" },
2669 { "Priority": "medium", "LocCode": "P2" },
Jim Wright7f678902020-11-30 16:03:57 -06002670 { "Priority": "low", "LocCode": "P0" }
2671 ]
2672 }
2673 ]
2674 },
2675 {
Patrick Williams26919f02022-12-08 06:12:43 -06002676 "ADValue": "12.0VN",
2677 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002678 {
2679 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002680 {
2681 "Priority": "high",
2682 "SymbolicFRU": "pgood_part"
2683 }
Jim Wright7f678902020-11-30 16:03:57 -06002684 ]
2685 }
2686 ]
2687 },
2688 {
Patrick Williams26919f02022-12-08 06:12:43 -06002689 "ADValue": "12.0VP",
2690 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002691 {
2692 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002693 {
2694 "Priority": "high",
2695 "SymbolicFRU": "pgood_part"
2696 }
Jim Wright7f678902020-11-30 16:03:57 -06002697 ]
2698 }
2699 ]
2700 },
2701 {
Patrick Williams26919f02022-12-08 06:12:43 -06002702 "ADValue": "12.0VQ",
2703 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002704 {
2705 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002706 {
2707 "Priority": "high",
2708 "SymbolicFRU": "pgood_part"
2709 }
Jim Wright7f678902020-11-30 16:03:57 -06002710 ]
2711 }
2712 ]
2713 },
2714 {
Patrick Williams26919f02022-12-08 06:12:43 -06002715 "ADValue": "12.0VR",
2716 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002717 {
2718 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002719 {
2720 "Priority": "high",
2721 "SymbolicFRU": "pgood_part"
2722 }
Jim Wright7f678902020-11-30 16:03:57 -06002723 ]
2724 }
2725 ]
2726 },
2727 {
Patrick Williams26919f02022-12-08 06:12:43 -06002728 "ADValue": "ThermalDiode1",
2729 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002730 {
2731 "CalloutList": [
2732 { "Priority": "high", "LocCode": "P0" }
2733 ]
2734 }
2735 ]
2736 },
2737 {
Patrick Williams26919f02022-12-08 06:12:43 -06002738 "ADValue": "ThermalDiode2",
2739 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002740 {
2741 "CalloutList": [
2742 { "Priority": "high", "LocCode": "P0" }
2743 ]
2744 }
2745 ]
2746 },
2747 {
Patrick Williams26919f02022-12-08 06:12:43 -06002748 "ADValue": "ThermalDiode3",
2749 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002750 {
2751 "CalloutList": [
2752 { "Priority": "high", "LocCode": "P0" }
2753 ]
2754 }
2755 ]
2756 },
2757 {
Patrick Williams26919f02022-12-08 06:12:43 -06002758 "ADValue": "ThermalDiode4",
2759 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002760 {
2761 "CalloutList": [
2762 { "Priority": "high", "LocCode": "P0" }
2763 ]
2764 }
2765 ]
Jim Wrightae1738c2022-05-02 09:57:45 -05002766 },
2767 {
Patrick Williams26919f02022-12-08 06:12:43 -06002768 "ADValue": "VDN_DCM0",
2769 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05002770 {
2771 "CalloutList": [
2772 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002773 {
2774 "Priority": "medium",
2775 "LocCode": "P0-C15"
2776 },
Jim Wrightae1738c2022-05-02 09:57:45 -05002777 { "Priority": "low", "LocCode": "P0" }
2778 ]
2779 }
2780 ]
2781 },
2782 {
Patrick Williams26919f02022-12-08 06:12:43 -06002783 "ADValue": "VDN_DCM1",
2784 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05002785 {
2786 "CalloutList": [
2787 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002788 {
2789 "Priority": "medium",
2790 "LocCode": "P0-C24"
2791 },
Jim Wrightae1738c2022-05-02 09:57:45 -05002792 { "Priority": "low", "LocCode": "P0" }
2793 ]
2794 }
2795 ]
2796 },
2797 {
Patrick Williams26919f02022-12-08 06:12:43 -06002798 "ADValue": "VCS_DCM0",
2799 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05002800 {
2801 "CalloutList": [
2802 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002803 {
2804 "Priority": "medium",
2805 "LocCode": "P0-C15"
2806 },
Jim Wrightae1738c2022-05-02 09:57:45 -05002807 { "Priority": "low", "LocCode": "P0" }
2808 ]
2809 }
2810 ]
2811 },
2812 {
Patrick Williams26919f02022-12-08 06:12:43 -06002813 "ADValue": "VCS_DCM1",
2814 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05002815 {
2816 "CalloutList": [
2817 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002818 {
2819 "Priority": "medium",
2820 "LocCode": "P0-C24"
2821 },
Jim Wrightae1738c2022-05-02 09:57:45 -05002822 { "Priority": "low", "LocCode": "P0" }
2823 ]
2824 }
2825 ]
2826 },
2827 {
Patrick Williams26919f02022-12-08 06:12:43 -06002828 "ADValue": "VIO_DCM0",
2829 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05002830 {
2831 "CalloutList": [
2832 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002833 {
2834 "Priority": "medium",
2835 "LocCode": "P0-C15"
2836 },
Jim Wrightae1738c2022-05-02 09:57:45 -05002837 { "Priority": "low", "LocCode": "P0" }
2838 ]
2839 }
2840 ]
2841 },
2842 {
Patrick Williams26919f02022-12-08 06:12:43 -06002843 "ADValue": "VIO_DCM1",
2844 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05002845 {
2846 "CalloutList": [
2847 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002848 {
2849 "Priority": "medium",
2850 "LocCode": "P0-C24"
2851 },
Jim Wrightae1738c2022-05-02 09:57:45 -05002852 { "Priority": "low", "LocCode": "P0" }
2853 ]
2854 }
2855 ]
2856 },
2857 {
Patrick Williams26919f02022-12-08 06:12:43 -06002858 "ADValue": "VPCIE_DCM0",
2859 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05002860 {
2861 "CalloutList": [
2862 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002863 {
2864 "Priority": "medium",
2865 "LocCode": "P0-C15"
2866 },
Jim Wrightae1738c2022-05-02 09:57:45 -05002867 { "Priority": "low", "LocCode": "P0" }
2868 ]
2869 }
2870 ]
2871 },
2872 {
Patrick Williams26919f02022-12-08 06:12:43 -06002873 "ADValue": "VPCIE_DCM1",
2874 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05002875 {
2876 "CalloutList": [
2877 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002878 {
2879 "Priority": "medium",
2880 "LocCode": "P0-C24"
2881 },
Jim Wrightae1738c2022-05-02 09:57:45 -05002882 { "Priority": "low", "LocCode": "P0" }
2883 ]
2884 }
2885 ]
Jim Wright452d46d2022-12-16 16:56:21 -06002886 },
2887 {
2888 "ADValue": "3V3IO",
2889 "Callouts": [
2890 {
2891 "CalloutList": [
2892 { "Priority": "high", "LocCode": "P0-C17" },
2893 {
2894 "Priority": "medium",
2895 "LocCode": "P0-C96"
2896 },
2897 {
2898 "Priority": "medium",
2899 "LocCode": "P0-C0"
2900 },
2901 {
2902 "Priority": "medium",
2903 "SymbolicFRU": "pcie_hot_plug"
2904 },
2905 { "Priority": "low", "LocCode": "P0" }
2906 ]
2907 }
2908 ]
2909 },
2910 {
2911 "ADValue": "CP0_VDD0",
2912 "Callouts": [
2913 {
2914 "CalloutList": [
2915 { "Priority": "high", "LocCode": "P0-C62" },
2916 {
2917 "Priority": "medium",
2918 "LocCode": "P0-C61"
2919 },
2920 { "Priority": "low", "LocCode": "P0" }
2921 ]
2922 }
2923 ]
2924 },
2925 {
2926 "ADValue": "CP0_VDD1",
2927 "Callouts": [
2928 {
2929 "CalloutList": [
2930 { "Priority": "high", "LocCode": "P0-C60" },
2931 {
2932 "Priority": "medium",
2933 "LocCode": "P0-C61"
2934 },
2935 { "Priority": "low", "LocCode": "P0" }
2936 ]
2937 }
2938 ]
2939 },
2940 {
2941 "ADValue": "CP1_VDD0",
2942 "Callouts": [
2943 {
2944 "CalloutList": [
2945 { "Priority": "high", "LocCode": "P0-C13" },
2946 {
2947 "Priority": "medium",
2948 "LocCode": "P0-C14"
2949 },
2950 { "Priority": "low", "LocCode": "P0" }
2951 ]
2952 }
2953 ]
2954 },
2955 {
2956 "ADValue": "CP1_VDD1",
2957 "Callouts": [
2958 {
2959 "CalloutList": [
2960 { "Priority": "high", "LocCode": "P0-C15" },
2961 {
2962 "Priority": "medium",
2963 "LocCode": "P0-C14"
2964 },
2965 { "Priority": "low", "LocCode": "P0" }
2966 ]
2967 }
2968 ]
2969 },
2970 {
2971 "ADValue": "CP2_VDD0",
2972 "Callouts": [
2973 {
2974 "CalloutList": [
2975 { "Priority": "high", "LocCode": "P0-C18" },
2976 {
2977 "Priority": "medium",
2978 "LocCode": "P0-C19"
2979 },
2980 { "Priority": "low", "LocCode": "P0" }
2981 ]
2982 }
2983 ]
2984 },
2985 {
2986 "ADValue": "CP2_VDD1",
2987 "Callouts": [
2988 {
2989 "CalloutList": [
2990 { "Priority": "high", "LocCode": "P0-C20" },
2991 {
2992 "Priority": "medium",
2993 "LocCode": "P0-C19"
2994 },
2995 { "Priority": "low", "LocCode": "P0" }
2996 ]
2997 }
2998 ]
2999 },
3000 {
3001 "ADValue": "CP3_VDD0",
3002 "Callouts": [
3003 {
3004 "CalloutList": [
3005 { "Priority": "high", "LocCode": "P0-C57" },
3006 {
3007 "Priority": "medium",
3008 "LocCode": "P0-C56"
3009 },
3010 { "Priority": "low", "LocCode": "P0" }
3011 ]
3012 }
3013 ]
3014 },
3015 {
3016 "ADValue": "CP3_VDD1",
3017 "Callouts": [
3018 {
3019 "CalloutList": [
3020 { "Priority": "high", "LocCode": "P0-C55" },
3021 {
3022 "Priority": "medium",
3023 "LocCode": "P0-C56"
3024 },
3025 { "Priority": "low", "LocCode": "P0" }
3026 ]
3027 }
3028 ]
3029 },
3030 {
3031 "ADValue": "CP0_VCS0",
3032 "Callouts": [
3033 {
3034 "CalloutList": [
3035 { "Priority": "high", "LocCode": "P0-C63" },
3036 {
3037 "Priority": "medium",
3038 "LocCode": "P0-C61"
3039 },
3040 { "Priority": "low", "LocCode": "P0" }
3041 ]
3042 }
3043 ]
3044 },
3045 {
3046 "ADValue": "CP0_VCS1",
3047 "Callouts": [
3048 {
3049 "CalloutList": [
3050 { "Priority": "high", "LocCode": "P0-C59" },
3051 {
3052 "Priority": "medium",
3053 "LocCode": "P0-C61"
3054 },
3055 { "Priority": "low", "LocCode": "P0" }
3056 ]
3057 }
3058 ]
3059 },
3060 {
3061 "ADValue": "CP1_VCS0",
3062 "Callouts": [
3063 {
3064 "CalloutList": [
3065 { "Priority": "high", "LocCode": "P0-C12" },
3066 {
3067 "Priority": "medium",
3068 "LocCode": "P0-C14"
3069 },
3070 { "Priority": "low", "LocCode": "P0" }
3071 ]
3072 }
3073 ]
3074 },
3075 {
3076 "ADValue": "CP1_VCS1",
3077 "Callouts": [
3078 {
3079 "CalloutList": [
3080 { "Priority": "high", "LocCode": "P0-C16" },
3081 {
3082 "Priority": "medium",
3083 "LocCode": "P0-C14"
3084 },
3085 { "Priority": "low", "LocCode": "P0" }
3086 ]
3087 }
3088 ]
3089 },
3090 {
3091 "ADValue": "CP2_VCS0",
3092 "Callouts": [
3093 {
3094 "CalloutList": [
3095 { "Priority": "high", "LocCode": "P0-C17" },
3096 {
3097 "Priority": "medium",
3098 "LocCode": "P0-C19"
3099 },
3100 { "Priority": "low", "LocCode": "P0" }
3101 ]
3102 }
3103 ]
3104 },
3105 {
3106 "ADValue": "CP2_VCS1",
3107 "Callouts": [
3108 {
3109 "CalloutList": [
3110 { "Priority": "high", "LocCode": "P0-C21" },
3111 {
3112 "Priority": "medium",
3113 "LocCode": "P0-C19"
3114 },
3115 { "Priority": "low", "LocCode": "P0" }
3116 ]
3117 }
3118 ]
3119 },
3120 {
3121 "ADValue": "CP3_VCS0",
3122 "Callouts": [
3123 {
3124 "CalloutList": [
3125 { "Priority": "high", "LocCode": "P0-C58" },
3126 {
3127 "Priority": "medium",
3128 "LocCode": "P0-C56"
3129 },
3130 { "Priority": "low", "LocCode": "P0" }
3131 ]
3132 }
3133 ]
3134 },
3135 {
3136 "ADValue": "CP3_VCS1",
3137 "Callouts": [
3138 {
3139 "CalloutList": [
3140 { "Priority": "high", "LocCode": "P0-C54" },
3141 {
3142 "Priority": "medium",
3143 "LocCode": "P0-C56"
3144 },
3145 { "Priority": "low", "LocCode": "P0" }
3146 ]
3147 }
3148 ]
3149 },
3150 {
3151 "ADValue": "CP03_AVDD",
3152 "Callouts": [
3153 {
3154 "CalloutList": [
3155 { "Priority": "high", "LocCode": "P0-C58" },
3156 {
3157 "Priority": "medium",
3158 "LocCode": "P0-C61"
3159 },
3160 {
3161 "Priority": "medium",
3162 "LocCode": "P0-C56"
3163 },
3164 { "Priority": "low", "LocCode": "P0" }
3165 ]
3166 }
3167 ]
3168 },
3169 {
3170 "ADValue": "CP12_AVDD",
3171 "Callouts": [
3172 {
3173 "CalloutList": [
3174 { "Priority": "high", "LocCode": "P0-C16" },
3175 {
3176 "Priority": "medium",
3177 "LocCode": "P0-C14"
3178 },
3179 {
3180 "Priority": "medium",
3181 "LocCode": "P0-C19"
3182 },
3183 { "Priority": "low", "LocCode": "P0" }
3184 ]
3185 }
3186 ]
3187 },
3188 {
3189 "ADValue": "CP0_VDN",
3190 "Callouts": [
3191 {
3192 "CalloutList": [
3193 { "Priority": "high", "LocCode": "P0-C63" },
3194 {
3195 "Priority": "medium",
3196 "LocCode": "P0-C61"
3197 },
3198 { "Priority": "low", "LocCode": "P0" }
3199 ]
3200 }
3201 ]
3202 },
3203 {
3204 "ADValue": "CP1_VDN",
3205 "Callouts": [
3206 {
3207 "CalloutList": [
3208 { "Priority": "high", "LocCode": "P0-C12" },
3209 {
3210 "Priority": "medium",
3211 "LocCode": "P0-C14"
3212 },
3213 { "Priority": "low", "LocCode": "P0" }
3214 ]
3215 }
3216 ]
3217 },
3218 {
3219 "ADValue": "CP2_VDN",
3220 "Callouts": [
3221 {
3222 "CalloutList": [
3223 { "Priority": "high", "LocCode": "P0-C21" },
3224 {
3225 "Priority": "medium",
3226 "LocCode": "P0-C19"
3227 },
3228 { "Priority": "low", "LocCode": "P0" }
3229 ]
3230 }
3231 ]
3232 },
3233 {
3234 "ADValue": "CP3_VDN",
3235 "Callouts": [
3236 {
3237 "CalloutList": [
3238 { "Priority": "high", "LocCode": "P0-C54" },
3239 {
3240 "Priority": "medium",
3241 "LocCode": "P0-C56"
3242 },
3243 { "Priority": "low", "LocCode": "P0" }
3244 ]
3245 }
3246 ]
3247 },
3248 {
3249 "ADValue": "CP0_VIO",
3250 "Callouts": [
3251 {
3252 "CalloutList": [
3253 { "Priority": "high", "LocCode": "P0-C63" },
3254 {
3255 "Priority": "medium",
3256 "LocCode": "P0-C61"
3257 },
3258 { "Priority": "low", "LocCode": "P0" }
3259 ]
3260 }
3261 ]
3262 },
3263 {
3264 "ADValue": "CP1_VIO",
3265 "Callouts": [
3266 {
3267 "CalloutList": [
3268 { "Priority": "high", "LocCode": "P0-C12" },
3269 {
3270 "Priority": "medium",
3271 "LocCode": "P0-C14"
3272 },
3273 { "Priority": "low", "LocCode": "P0" }
3274 ]
3275 }
3276 ]
3277 },
3278 {
3279 "ADValue": "CP2_VIO",
3280 "Callouts": [
3281 {
3282 "CalloutList": [
3283 { "Priority": "high", "LocCode": "P0-C21" },
3284 {
3285 "Priority": "medium",
3286 "LocCode": "P0-C19"
3287 },
3288 { "Priority": "low", "LocCode": "P0" }
3289 ]
3290 }
3291 ]
3292 },
3293 {
3294 "ADValue": "CP3_VIO",
3295 "Callouts": [
3296 {
3297 "CalloutList": [
3298 { "Priority": "high", "LocCode": "P0-C54" },
3299 {
3300 "Priority": "medium",
3301 "LocCode": "P0-C56"
3302 },
3303 { "Priority": "low", "LocCode": "P0" }
3304 ]
3305 }
3306 ]
3307 },
3308 {
3309 "ADValue": "CP0_VPCIE",
3310 "Callouts": [
3311 {
3312 "CalloutList": [
3313 { "Priority": "high", "LocCode": "P0-C58" },
3314 {
3315 "Priority": "medium",
3316 "LocCode": "P0-C61"
3317 },
3318 { "Priority": "low", "LocCode": "P0" }
3319 ]
3320 }
3321 ]
3322 },
3323 {
3324 "ADValue": "CP1_VPCIE",
3325 "Callouts": [
3326 {
3327 "CalloutList": [
3328 { "Priority": "high", "LocCode": "P0-C16" },
3329 {
3330 "Priority": "medium",
3331 "LocCode": "P0-C14"
3332 },
3333 { "Priority": "low", "LocCode": "P0" }
3334 ]
3335 }
3336 ]
3337 },
3338 {
3339 "ADValue": "CP2_VPCIE",
3340 "Callouts": [
3341 {
3342 "CalloutList": [
3343 { "Priority": "high", "LocCode": "P0-C16" },
3344 {
3345 "Priority": "medium",
3346 "LocCode": "P0-C19"
3347 },
3348 { "Priority": "low", "LocCode": "P0" }
3349 ]
3350 }
3351 ]
3352 },
3353 {
3354 "ADValue": "CP3_VPCIE",
3355 "Callouts": [
3356 {
3357 "CalloutList": [
3358 { "Priority": "high", "LocCode": "P0-C58" },
3359 {
3360 "Priority": "medium",
3361 "LocCode": "P0-C56"
3362 },
3363 { "Priority": "low", "LocCode": "P0" }
3364 ]
3365 }
3366 ]
Jim Wright9b779e42022-12-16 17:50:23 -06003367 },
3368 {
3369 "ADValue": "5.0VCS",
3370 "Callouts": [
3371 {
3372 "CalloutList": [
3373 { "Priority": "high", "LocCode": "P0" }
3374 ]
3375 }
3376 ]
3377 },
3378 {
3379 "ADValue": "PCIE_VDD0",
3380 "Callouts": [
3381 {
3382 "CalloutList": [
3383 {
3384 "Priority": "high",
3385 "SymbolicFRU": "pcie_hot_plug"
3386 },
3387 { "Priority": "medium", "LocCode": "P0" }
3388 ]
3389 }
3390 ]
3391 },
3392 {
3393 "ADValue": "PCIE_CORE",
3394 "Callouts": [
3395 {
3396 "CalloutList": [
3397 {
3398 "Priority": "high",
3399 "SymbolicFRU": "pcie_hot_plug"
3400 },
3401 { "Priority": "medium", "LocCode": "P0" }
3402 ]
3403 }
3404 ]
3405 },
3406 {
3407 "ADValue": "AVDD",
3408 "Callouts": [
3409 {
3410 "CalloutList": [
3411 { "Priority": "high", "LocCode": "P0-C5" },
3412 { "Priority": "medium", "LocCode": "P0" }
3413 ]
3414 }
3415 ]
3416 },
3417 {
3418 "ADValue": "VDN",
3419 "Callouts": [
3420 {
3421 "CalloutList": [
3422 { "Priority": "high", "LocCode": "P0-C5" },
3423 { "Priority": "medium", "LocCode": "P0" }
3424 ]
3425 }
3426 ]
3427 },
3428 {
3429 "ADValue": "VDDA",
3430 "Callouts": [
3431 {
3432 "CalloutList": [
3433 { "Priority": "high", "LocCode": "P0-C5" },
3434 { "Priority": "medium", "LocCode": "P0" }
3435 ]
3436 }
3437 ]
3438 },
3439 {
3440 "ADValue": "VDDB",
3441 "Callouts": [
3442 {
3443 "CalloutList": [
3444 { "Priority": "high", "LocCode": "P0-C5" },
3445 { "Priority": "medium", "LocCode": "P0" }
3446 ]
3447 }
3448 ]
3449 },
3450 {
3451 "ADValue": "VCS",
3452 "Callouts": [
3453 {
3454 "CalloutList": [
3455 { "Priority": "high", "LocCode": "P0-C5" },
3456 { "Priority": "medium", "LocCode": "P0" }
3457 ]
3458 }
3459 ]
3460 },
3461 {
3462 "ADValue": "VIO",
3463 "Callouts": [
3464 {
3465 "CalloutList": [
3466 { "Priority": "high", "LocCode": "P0-C5" },
3467 { "Priority": "medium", "LocCode": "P0" }
3468 ]
3469 }
3470 ]
3471 },
3472 {
3473 "ADValue": "VPCIE",
3474 "Callouts": [
3475 {
3476 "CalloutList": [
3477 { "Priority": "high", "LocCode": "P0-C5" },
3478 { "Priority": "medium", "LocCode": "P0" }
3479 ]
3480 }
3481 ]
3482 },
3483 {
3484 "ADValue": "PMIC2",
3485 "Callouts": [
3486 {
3487 "CalloutList": [
3488 { "Priority": "high", "LocCode": "P0" },
3489 {
3490 "Priority": "medium",
3491 "LocCode": "memory_dimm"
3492 }
3493 ]
3494 }
3495 ]
3496 },
3497 {
3498 "ADValue": "PMIC3",
3499 "Callouts": [
3500 {
3501 "CalloutList": [
3502 { "Priority": "high", "LocCode": "P0" },
3503 {
3504 "Priority": "medium",
3505 "LocCode": "memory_dimm"
3506 }
3507 ]
3508 }
3509 ]
3510 },
3511 {
3512 "ADValue": "VDDR1",
3513 "Callouts": [
3514 {
3515 "CalloutList": [
3516 { "Priority": "high", "LocCode": "P0" },
3517 {
3518 "Priority": "medium",
3519 "LocCode": "memory_dimm"
3520 }
3521 ]
3522 }
3523 ]
3524 },
3525 {
3526 "ADValue": "VDDR0",
3527 "Callouts": [
3528 {
3529 "CalloutList": [
3530 { "Priority": "high", "LocCode": "P0" },
3531 {
3532 "Priority": "medium",
3533 "LocCode": "memory_dimm"
3534 }
3535 ]
3536 }
3537 ]
Jim Wright7f678902020-11-30 16:03:57 -06003538 }
3539 ]
3540 },
3541
3542 "Documentation": {
3543 "Description": "The power sequencer chip detected a voltage fault",
3544 "Message": "The power sequencer chip detected a voltage fault",
Patrick Williams26919f02022-12-08 06:12:43 -06003545 "Notes": []
Jim Wright7f678902020-11-30 16:03:57 -06003546 }
3547 },
3548
3549 {
Shawn McCarney7f1ec942021-07-28 13:33:34 -05003550 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.N",
3551 "Subsystem": "power",
3552 "Severity": "predictive_redundancy_loss",
3553 "ComponentID": "0x2700",
3554
3555 "SRC": {
3556 "Type": "11",
3557 "ReasonCode": "0x2700",
3558 "Words6To9": {}
3559 },
3560
3561 "Documentation": {
3562 "Description": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
3563 "Message": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
3564 "Notes": [
3565 "CALLOUT_INVENTORY_PATH should be specified in the ",
3566 "AdditionalData property of the event log so that ",
3567 "the device is called out but not the communication path."
3568 ]
3569 }
3570 },
3571
3572 {
3573 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.NPlus1",
3574 "Subsystem": "power",
3575 "Severity": "non_error",
3576 "MfgSeverity": "predictive_redundancy_loss",
3577 "ActionFlags": ["report"],
3578 "MfgActionFlags": ["service_action", "report", "call_home"],
3579 "ComponentID": "0x2700",
3580
3581 "SRC": {
3582 "Type": "11",
3583 "ReasonCode": "0x2701",
3584 "Words6To9": {}
3585 },
3586
3587 "Documentation": {
3588 "Description": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
3589 "Message": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
3590 "Notes": [
3591 "CALLOUT_INVENTORY_PATH should be specified in the ",
3592 "AdditionalData property of the event log so that ",
3593 "the device is called out but not the communication path."
3594 ]
3595 }
3596 },
3597
3598 {
Shawn McCarney01648f52020-06-25 11:42:02 -05003599 "Name": "xyz.openbmc_project.Power.Regulators.Error.WriteVerification",
3600 "Subsystem": "power",
3601 "ComponentID": "0x2700",
3602
3603 "SRC": {
3604 "Type": "11",
3605 "ReasonCode": "0x2900",
3606 "Words6To9": {}
3607 },
3608
3609 "Documentation": {
3610 "Description": "A write verification error occurred on a device",
3611 "Message": "A write verification error occurred on a device",
3612 "Notes": [
3613 "This error occurs when a device register is written, ",
3614 "read back, and the two values do not match. This is ",
3615 "also called a read-back error. The device should be ",
3616 "identified using the CALLOUT_DEVICE_PATH or ",
3617 "CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR keywords in the ",
3618 "AdditionalData property of the event log. This will ",
3619 "cause the device and the hardware in the communication ",
3620 "path to be called out."
3621 ]
3622 }
3623 },
3624
3625 {
Shawn McCarneye4022182022-01-31 19:09:01 -06003626 "Name": "xyz.openbmc_project.Power.UPS.Error.Battery.Discharging",
3627 "Subsystem": "power",
3628 "Severity": "non_error",
3629 "ActionFlags": ["report"],
3630 "ComponentID": "0x2700",
3631
3632 "SRC": {
3633 "Type": "11",
3634 "ReasonCode": "0x4201",
3635 "Words6To9": {}
3636 },
3637
3638 "Documentation": {
3639 "Description": "The Uninterruptible Power Supply (UPS) battery is discharging and providing power to the system due to a utility failure",
3640 "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 -06003641 "Notes": []
Shawn McCarneye4022182022-01-31 19:09:01 -06003642 }
3643 },
3644
3645 {
3646 "Name": "xyz.openbmc_project.Power.UPS.Error.Battery.Low",
3647 "Subsystem": "power",
3648 "Severity": "non_error",
3649 "ActionFlags": ["report"],
3650 "ComponentID": "0x2700",
3651
3652 "SRC": {
3653 "Type": "11",
3654 "ReasonCode": "0x4203",
3655 "Words6To9": {}
3656 },
3657
3658 "Documentation": {
3659 "Description": "The Uninterruptible Power Supply (UPS) battery level is low",
3660 "Message": "The Uninterruptible Power Supply (UPS) battery level is low",
Patrick Williams26919f02022-12-08 06:12:43 -06003661 "Notes": []
Shawn McCarneye4022182022-01-31 19:09:01 -06003662 }
3663 },
3664
3665 {
Shawn McCarney01648f52020-06-25 11:42:02 -05003666 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile",
3667 "Subsystem": "power",
3668 "ComponentID": "0x2700",
3669
3670 "SRC": {
3671 "Type": "11",
3672 "ReasonCode": "0xA013",
3673 "Words6To9": {}
3674 },
3675
3676 "Callouts": [
3677 {
3678 "CalloutList": [
3679 { "Priority": "high", "Procedure": "bmc_code" }
3680 ]
3681 }
3682 ],
3683
3684 "Documentation": {
3685 "Description": "A regulators configuration file error occurred",
3686 "Message": "A regulators configuration file error occurred",
3687 "Notes": [
3688 "The regulators configuration file could not be found, ",
3689 "could not be read, or had invalid contents."
3690 ]
3691 }
3692 },
3693
3694 {
Shawn McCarney82e31d82021-02-19 16:25:55 -06003695 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile.Critical",
3696 "Subsystem": "power",
3697 "Severity": "critical_system_term",
3698 "ComponentID": "0x2700",
3699
3700 "SRC": {
3701 "Type": "11",
3702 "ReasonCode": "0xA014",
Mike Cappsa2d7b772022-03-07 15:47:48 -05003703 "Words6To9": {}
Shawn McCarney82e31d82021-02-19 16:25:55 -06003704 },
3705
3706 "Callouts": [
3707 {
3708 "CalloutList": [
3709 { "Priority": "high", "Procedure": "bmc_code" }
3710 ]
3711 }
3712 ],
3713
3714 "Documentation": {
3715 "Description": "A critical regulators configuration file error occurred",
3716 "Message": "A critical regulators configuration file error occurred",
3717 "Notes": [
3718 "The regulators configuration file could not be found, ",
3719 "could not be read, or had invalid contents. As a result ",
3720 "voltage regulators could not be configured, and the ",
3721 "chassis could not be powered on."
3722 ]
3723 }
3724 },
3725
3726 {
Jim Wright7f678902020-11-30 16:03:57 -06003727 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerFault",
3728 "Subsystem": "power_sequencer",
3729 "ComponentID": "0x2700",
3730
3731 "SRC": {
3732 "Type": "11",
3733 "ReasonCode": "0xD000",
3734 "Words6To9": {}
3735 },
3736
3737 "Callouts": [
3738 {
Patrick Williams26919f02022-12-08 06:12:43 -06003739 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Jim Wright7f678902020-11-30 16:03:57 -06003740 }
3741 ],
3742
3743 "Documentation": {
3744 "Description": "The power sequencer chip detected a fault",
3745 "Message": "The power sequencer chip detected a fault",
Patrick Williams26919f02022-12-08 06:12:43 -06003746 "Notes": []
Jim Wright7f678902020-11-30 16:03:57 -06003747 }
3748 },
3749
3750 {
Jim Wrightc1ba04f2021-11-12 15:31:32 -06003751 "Name": "xyz.openbmc_project.Power.Error.PowerOnTimeout",
Jim Wright7f678902020-11-30 16:03:57 -06003752 "Subsystem": "power_sequencer",
3753 "ComponentID": "0x2700",
Jim Wrightc1ba04f2021-11-12 15:31:32 -06003754 "Severity": "critical",
Jim Wright7f678902020-11-30 16:03:57 -06003755
3756 "SRC": {
3757 "Type": "11",
3758 "ReasonCode": "0xD002",
3759 "Words6To9": {}
3760 },
3761
3762 "Callouts": [
3763 {
Patrick Williams26919f02022-12-08 06:12:43 -06003764 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Jim Wright7f678902020-11-30 16:03:57 -06003765 }
3766 ],
3767
3768 "Documentation": {
Jim Wrightc1ba04f2021-11-12 15:31:32 -06003769 "Description": "System power failed to turn on within timeout period",
3770 "Message": "System power failed to turn on within timeout period",
Patrick Williams26919f02022-12-08 06:12:43 -06003771 "Notes": []
Jim Wrightc1ba04f2021-11-12 15:31:32 -06003772 }
3773 },
3774
3775 {
3776 "Name": "xyz.openbmc_project.Power.Error.PowerOffTimeout",
3777 "Subsystem": "power_sequencer",
3778 "ComponentID": "0x2700",
3779 "Severity": "critical",
3780
3781 "SRC": {
3782 "Type": "11",
3783 "ReasonCode": "0xD008",
3784 "Words6To9": {}
3785 },
3786
3787 "Callouts": [
3788 {
Patrick Williams26919f02022-12-08 06:12:43 -06003789 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Jim Wrightc1ba04f2021-11-12 15:31:32 -06003790 }
3791 ],
3792
3793 "Documentation": {
3794 "Description": "System power failed to turn off within timeout period",
3795 "Message": "System power failed to turn off within timeout period",
Patrick Williams26919f02022-12-08 06:12:43 -06003796 "Notes": []
Jim Wright7f678902020-11-30 16:03:57 -06003797 }
3798 },
3799
3800 {
Shawn McCarney01648f52020-06-25 11:42:02 -05003801 "Name": "xyz.openbmc_project.Power.Error.Internal",
3802 "Subsystem": "power",
3803 "ComponentID": "0x2700",
3804
3805 "SRC": {
3806 "Type": "11",
3807 "ReasonCode": "0xE000",
3808 "Words6To9": {}
3809 },
3810
3811 "Callouts": [
3812 {
3813 "CalloutList": [
3814 { "Priority": "high", "Procedure": "bmc_code" }
3815 ]
3816 }
3817 ],
3818
3819 "Documentation": {
3820 "Description": "An internal firmware error occurred",
3821 "Message": "An internal firmware error occurred",
3822 "Notes": [
3823 "The error details must be provided in the AdditionalData ",
3824 "property of the event log."
3825 ]
3826 }
3827 },
3828
3829 {
3830 "Name": "xyz.openbmc_project.Power.Error.I2C",
3831 "Subsystem": "cec_i2c",
3832 "ComponentID": "0x2700",
3833
3834 "SRC": {
3835 "Type": "11",
3836 "ReasonCode": "0xE100",
3837 "Words6To9": {}
3838 },
3839
3840 "Documentation": {
3841 "Description": "An I2C error occurred communicating with a device",
3842 "Message": "An I2C error occurred communicating with a device",
3843 "Notes": [
3844 "The device should be identified using the ",
3845 "CALLOUT_DEVICE_PATH or CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR ",
3846 "keywords in the AdditionalData property of the event ",
3847 "log. This will cause the device and the hardware in the ",
3848 "communication path to be called out."
3849 ]
3850 }
3851 },
3852
3853 {
3854 "Name": "xyz.openbmc_project.Power.Error.PMBus",
3855 "Subsystem": "power",
3856 "ComponentID": "0x2700",
3857
3858 "SRC": {
3859 "Type": "11",
3860 "ReasonCode": "0xE200",
3861 "Words6To9": {}
3862 },
3863
3864 "Documentation": {
3865 "Description": "A PMBus error occurred on a device",
3866 "Message": "A PMBus error occurred on a device",
3867 "Notes": [
3868 "This error occurs when the I2C communication was ",
3869 "successful, but the PMBus value read is invalid or ",
3870 "unsupported. CALLOUT_INVENTORY_PATH should be specified ",
3871 "in the AdditionalData property of the event log so that ",
3872 "the device is called out but not the communication path."
3873 ]
3874 }
3875 },
3876
3877 {
3878 "Name": "xyz.openbmc_project.Power.Error.DBus",
3879 "Subsystem": "power",
3880 "ComponentID": "0x2700",
3881
3882 "SRC": {
3883 "Type": "11",
3884 "ReasonCode": "0xE300",
3885 "Words6To9": {}
3886 },
3887
3888 "Callouts": [
3889 {
3890 "CalloutList": [
3891 { "Priority": "high", "Procedure": "bmc_code" }
3892 ]
3893 }
3894 ],
3895
3896 "Documentation": {
3897 "Description": "A firmware inter-process communication (D-Bus) error occurred",
3898 "Message": "A firmware inter-process communication (D-Bus) error occurred"
3899 }
Matt Spinler60d1c392020-09-23 15:23:24 -05003900 },
3901
3902 {
Matt Spinler7c9c07e2020-10-22 10:16:37 -05003903 "Name": "xyz.openbmc_project.Fan.Error.Fault",
3904 "Subsystem": "power_fans",
3905 "ComponentID": "0x2800",
3906
3907 "SRC": {
3908 "Type": "11",
3909 "ReasonCode": "0x76F0",
3910 "Words6To9": {}
3911 },
3912
3913 "Documentation": {
3914 "Description": "Fan rotor fault",
3915 "Message": "Fan rotor fault",
3916 "Notes": [
3917 "This error occurs when a fan rotor has been faulted for a ",
3918 "certain amount of time. The callout is the fan which is ",
3919 "passed in with CALLOUT_INVENTORY_PATH. The severity is ",
3920 "passed in during creation and will be either informational ",
3921 "or unrecoverable. The action flags use the defaults and ",
3922 "vary based on the severity."
3923 ]
3924 }
3925 },
3926
3927 {
Matt Spinler60d1c392020-09-23 15:23:24 -05003928 "Name": "xyz.openbmc_project.Fan.Error.Missing",
3929 "Subsystem": "power_fans",
3930 "ComponentID": "0x2800",
3931 "Severity": "unrecoverable_redundancy_loss",
3932 "ActionFlags": ["service_action", "report", "call_home"],
3933
3934 "SRC": {
3935 "Type": "11",
3936 "ReasonCode": "0x76F1",
3937 "Words6To9": {}
3938 },
3939
3940 "Callouts": [
3941 {
Matt Spinler938ac792021-05-12 10:46:44 -05003942 "System": "ibm,rainier",
Matt Spinler60d1c392020-09-23 15:23:24 -05003943 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -05003944 {
Patrick Williams26919f02022-12-08 06:12:43 -06003945 "Priority": "high",
3946 "SymbolicFRUTrusted": "air_mover",
3947 "UseInventoryLocCode": true
Matt Spinler80600192020-10-23 09:29:33 -05003948 },
3949 {
3950 "Priority": "low",
3951 "LocCode": "P0"
3952 }
Matt Spinler60d1c392020-09-23 15:23:24 -05003953 ]
Matt Spinler938ac792021-05-12 10:46:44 -05003954 },
3955 {
3956 "System": "ibm,everest",
3957 "CalloutList": [
3958 {
Patrick Williams26919f02022-12-08 06:12:43 -06003959 "Priority": "high",
3960 "SymbolicFRUTrusted": "air_mover",
3961 "UseInventoryLocCode": true
Matt Spinler938ac792021-05-12 10:46:44 -05003962 },
3963 {
3964 "Priority": "low",
3965 "LocCode": "P1"
3966 }
3967 ]
Matt Spinler60d1c392020-09-23 15:23:24 -05003968 }
3969 ],
3970
3971 "Documentation": {
3972 "Description": "A fan is missing",
3973 "Message": "A fan is missing",
3974 "Notes": [
3975 "This error occurs when a fan has been missing for a ",
Matt Spinler80600192020-10-23 09:29:33 -05003976 "certain amount of time. The first callout is the ",
3977 "symbolic FRU AIR_MOVR that has the trusted fan location ",
3978 "code, which it gets using the passed in ",
3979 "CALLOUT_INVENTORY_PATH. The second callout is the FRU ",
Matt Spinler938ac792021-05-12 10:46:44 -05003980 "where the controller and GPIO expander are."
Matt Spinler60d1c392020-09-23 15:23:24 -05003981 ]
3982 }
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05003983 },
3984
3985 {
Matt Spinleradf070b2021-04-21 13:39:45 -05003986 "Name": "xyz.openbmc_project.Fan.Presence.Error.Detection",
3987 "ComponentID": "0x2800",
3988 "Subsystem": "power_fans",
3989 "Severity": "non_error",
3990 "ActionFlags": ["report"],
3991 "MfgSeverity": "predictive",
3992 "MfgActionFlags": ["service_action", "report"],
3993
3994 "SRC": {
3995 "Type": "11",
3996 "ReasonCode": "0x76F2",
3997 "Words6To9": {}
3998 },
3999
4000 "Callouts": [
4001 {
4002 "System": "ibm,rainier",
Patrick Williams26919f02022-12-08 06:12:43 -06004003 "CalloutList": [{ "Priority": "medium", "LocCode": "P0" }]
Matt Spinleradf070b2021-04-21 13:39:45 -05004004 },
4005 {
4006 "System": "ibm,everest",
Patrick Williams26919f02022-12-08 06:12:43 -06004007 "CalloutList": [{ "Priority": "medium", "LocCode": "P1" }]
Matt Spinleradf070b2021-04-21 13:39:45 -05004008 }
4009 ],
4010
4011 "Documentation": {
4012 "Description": "Presence detect methods for the same fan disagree",
4013 "Message": "Presence detect methods for the same fan disagree",
4014 "Notes": [
4015 "This error occurs when there is more than one way to detect",
4016 "fan presence, and they don't all agree. For example, the",
4017 "GPIO says a fan isn't present, but the tach readings are",
4018 "nonzero. This is informational, unless in manufacturing.",
4019 "The fan FRU is passed in as a high priority callout.",
4020 "The FRU the GPIO source is on is called out medium."
4021 ]
4022 }
4023 },
4024
4025 {
Matt Spinlerdde99202021-06-14 12:15:59 -06004026 "Name": "xyz.openbmc_project.Fan.Error.FanControllerOffline",
4027 "ComponentID": "0x2800",
4028 "Subsystem": "power_fans",
4029 "Severity": "critical_system_term",
4030 "ActionFlags": ["service_action", "report", "call_home"],
4031
4032 "SRC": {
4033 "Type": "11",
4034 "ReasonCode": "0x76F3",
Mike Cappsa2d7b772022-03-07 15:47:48 -05004035 "Words6To9": {}
Matt Spinlerdde99202021-06-14 12:15:59 -06004036 },
4037
4038 "Callouts": [
4039 {
4040 "System": "ibm,rainier",
4041 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004042 { "Priority": "high", "LocCode": "P0-C5" },
4043 {
4044 "Priority": "medium_group_a",
4045 "LocCode": "P0-T12",
4046 "SymbolicFRUTrusted": "fan_cable"
4047 },
4048 {
4049 "Priority": "medium_group_a",
4050 "LocCode": "P0-T17",
4051 "SymbolicFRUTrusted": "cable_continued"
4052 },
4053 { "Priority": "low", "LocCode": "P0" }
Matt Spinlerdde99202021-06-14 12:15:59 -06004054 ]
4055 },
4056 {
4057 "System": "ibm,everest",
4058 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004059 { "Priority": "high", "LocCode": "P0-C0" },
4060 { "Priority": "medium", "LocCode": "P1" },
4061 { "Priority": "low", "LocCode": "P0" }
Matt Spinlerdde99202021-06-14 12:15:59 -06004062 ]
4063 }
4064 ],
4065
4066 "Documentation": {
4067 "Description": "The fan controller device is offline",
4068 "Message": "The fan controller is offline. The system must be powered off.",
4069 "Notes": [
4070 "The device that controls the fans is offline so the fan",
4071 "targets and speeds are unknown. The system will be shut",
4072 "down to preserve thermal safety. There may be an I2C",
4073 "or power problem with the device."
4074 ]
4075 }
4076 },
4077
4078 {
Patrick Williams26919f02022-12-08 06:12:43 -06004079 "Name": "xyz.openbmc_project.Fan.Presence.Error.GPIODeviceUnavailable",
4080 "Subsystem": "power_fans",
4081 "ComponentID": "0x2800",
4082 "Severity": "unrecoverable_redundancy_loss",
4083 "ActionFlags": ["service_action", "report", "call_home"],
Mike Cappsabc276e2021-06-18 16:41:30 -04004084
Patrick Williams26919f02022-12-08 06:12:43 -06004085 "SRC": {
4086 "Type": "11",
4087 "ReasonCode": "0x76F4",
4088 "Words6To9": {}
4089 },
Mike Cappsabc276e2021-06-18 16:41:30 -04004090
Patrick Williams26919f02022-12-08 06:12:43 -06004091 "Callouts": [
4092 {
4093 "System": "ibm,rainier",
4094 "CalloutList": [
4095 { "Priority": "high", "LocCode": "P0-C5" },
4096 {
4097 "Priority": "medium_group_a",
4098 "LocCode": "P0-T12",
4099 "SymbolicFRUTrusted": "fan_cable"
4100 },
4101 {
4102 "Priority": "medium_group_a",
4103 "LocCode": "P0-T17",
4104 "SymbolicFRUTrusted": "cable_continued"
4105 },
4106 { "Priority": "low", "LocCode": "P0" }
4107 ]
4108 },
4109 {
4110 "System": "ibm,everest",
4111 "CalloutList": [
4112 { "Priority": "high", "LocCode": "P0-C0" },
4113 { "Priority": "medium", "LocCode": "P1" },
4114 { "Priority": "low", "LocCode": "P0" }
4115 ]
4116 }
4117 ],
Mike Cappsabc276e2021-06-18 16:41:30 -04004118
Patrick Williams26919f02022-12-08 06:12:43 -06004119 "Documentation": {
4120 "Description": "Fan GPIO sensors not present",
4121 "Message": "Fan GPIO sensors not present",
4122 "Notes": [
4123 "The device that reports fan presence is not functioning."
4124 ]
4125 }
Mike Cappsabc276e2021-06-18 16:41:30 -04004126 },
4127
4128 {
Matt Spinler86e40dd2021-01-29 11:19:36 -06004129 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHigh",
4130 "Subsystem": "power",
4131 "ComponentID": "0x2800",
4132 "Severity": "predictive",
4133 "ActionFlags": ["service_action", "report"],
4134
4135 "SRC": {
4136 "ReasonCode": "0x2801",
4137 "Words6To9": {}
4138 },
4139
4140 "CalloutsUsingAD": {
4141 "ADName": "SENSOR_NAME",
4142 "CalloutsWithTheirADValues": [
4143 {
4144 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4145 "Callouts": [
4146 {
4147 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004148 {
4149 "Priority": "high",
4150 "SymbolicFRU": "ambient_temp"
4151 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004152 ]
4153 }
4154 ]
4155 }
Matt Spinlerc13bb1c2022-08-01 10:33:09 -05004156 ],
4157 "CalloutsWhenNoADMatch": [
4158 {
4159 "CalloutList": [
4160 {
4161 "Priority": "high",
4162 "SymbolicFRU": "overtemp"
4163 }
4164 ]
4165 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004166 ]
4167 },
4168
4169 "Documentation": {
4170 "Description": "A temperature sensor exceeded its performance loss threshold.",
4171 "Message": "A temperature sensor exceeded its performance loss threshold.",
4172 "Notes": [
4173 "A temperature sensor crossed its performance loss threshold value",
4174 "If it is the ambient sensor, then a symbolic FRU will be added.",
4175 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
4176 "a FRU callout."
4177 ]
4178 }
4179 },
4180
4181 {
4182 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHighClear",
4183 "Subsystem": "power",
4184 "ComponentID": "0x2800",
4185 "Severity": "non_error",
4186 "ActionFlags": ["report"],
4187 "EventType": "env_normal",
4188
4189 "SRC": {
4190 "ReasonCode": "0x2802",
4191 "Words6To9": {}
4192 },
4193
4194 "CalloutsUsingAD": {
4195 "ADName": "SENSOR_NAME",
4196 "CalloutsWithTheirADValues": [
4197 {
4198 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4199 "Callouts": [
4200 {
4201 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004202 {
4203 "Priority": "high",
4204 "SymbolicFRU": "ambient_temp_back"
4205 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004206 ]
4207 }
4208 ]
4209 }
4210 ]
4211 },
4212
4213 "Documentation": {
4214 "Description": "A temperature sensor is under its performance loss threshold.",
4215 "Message": "A temperature sensor is under its performance loss threshold.",
4216 "Notes": [
4217 "A temperature sensor crossed under its performance loss threshold value",
4218 "If it is the ambient sensor, then a symbolic FRU will be added."
4219 ]
4220 }
4221 },
4222
4223 {
4224 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHigh",
4225 "Subsystem": "power",
4226 "ComponentID": "0x2800",
4227 "Severity": "predictive",
4228 "ActionFlags": ["service_action", "report"],
4229
4230 "SRC": {
4231 "ReasonCode": "0x2803",
4232 "Words6To9": {}
4233 },
4234
4235 "CalloutsUsingAD": {
4236 "ADName": "SENSOR_NAME",
4237 "CalloutsWithTheirADValues": [
4238 {
4239 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4240 "Callouts": [
4241 {
4242 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004243 {
4244 "Priority": "high",
4245 "SymbolicFRU": "ambient_temp"
4246 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004247 ]
4248 }
4249 ]
4250 }
Matt Spinlerc13bb1c2022-08-01 10:33:09 -05004251 ],
4252 "CalloutsWhenNoADMatch": [
4253 {
4254 "CalloutList": [
4255 {
4256 "Priority": "high",
4257 "SymbolicFRU": "overtemp"
4258 }
4259 ]
4260 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004261 ]
4262 },
4263
4264 "Documentation": {
4265 "Description": "A temperature sensor exceeded its warning threshold.",
4266 "Message": "A temperature sensor exceeded its warning threshold.",
4267 "Notes": [
4268 "A temperature sensor crossed its warning threshold value",
4269 "If it is the ambient sensor, then a symbolic FRU will be added.",
4270 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
4271 "a FRU callout."
4272 ]
4273 }
4274 },
4275
4276 {
4277 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHighClear",
4278 "Subsystem": "power",
4279 "ComponentID": "0x2800",
4280 "Severity": "non_error",
4281 "ActionFlags": ["report"],
4282 "EventType": "env_normal",
4283
4284 "SRC": {
4285 "ReasonCode": "0x2804",
4286 "Words6To9": {}
4287 },
4288
4289 "CalloutsUsingAD": {
4290 "ADName": "SENSOR_NAME",
4291 "CalloutsWithTheirADValues": [
4292 {
4293 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4294 "Callouts": [
4295 {
4296 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004297 {
4298 "Priority": "high",
4299 "SymbolicFRU": "ambient_temp_back"
4300 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004301 ]
4302 }
4303 ]
4304 }
4305 ]
4306 },
4307
4308 "Documentation": {
4309 "Description": "A temperature sensor is under its warning threshold.",
4310 "Message": "A temperature sensor is under its warning threshold.",
4311 "Notes": [
4312 "A temperature sensor crossed under its warning threshold value",
4313 "If it is the ambient sensor, then a symbolic FRU will be added."
4314 ]
4315 }
4316 },
4317
4318 {
4319 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHigh",
4320 "Subsystem": "power",
4321 "ComponentID": "0x2800",
4322 "Severity": "predictive",
4323 "ActionFlags": ["service_action", "report"],
4324
4325 "SRC": {
4326 "ReasonCode": "0x2805",
4327 "Words6To9": {}
4328 },
4329
4330 "CalloutsUsingAD": {
4331 "ADName": "SENSOR_NAME",
4332 "CalloutsWithTheirADValues": [
4333 {
4334 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4335 "Callouts": [
4336 {
4337 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004338 {
4339 "Priority": "high",
4340 "SymbolicFRU": "ambient_temp"
4341 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004342 ]
4343 }
4344 ]
4345 }
Matt Spinlerc13bb1c2022-08-01 10:33:09 -05004346 ],
4347 "CalloutsWhenNoADMatch": [
4348 {
4349 "CalloutList": [
4350 {
4351 "Priority": "high",
4352 "SymbolicFRU": "overtemp"
4353 }
4354 ]
4355 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004356 ]
4357 },
4358
4359 "Documentation": {
4360 "Description": "A temperature sensor exceeded its critical threshold.",
4361 "Message": "A temperature sensor exceeded its critical threshold.",
4362 "Notes": [
4363 "A temperature sensor crossed its critical threshold value",
4364 "If it is the ambient sensor, then a symbolic FRU will be added.",
4365 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
4366 "a FRU callout."
4367 ]
4368 }
4369 },
4370
4371 {
4372 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHighClear",
4373 "Subsystem": "power",
4374 "ComponentID": "0x2800",
4375 "Severity": "non_error",
4376 "ActionFlags": ["report"],
4377 "EventType": "env_normal",
4378
4379 "SRC": {
4380 "ReasonCode": "0x2806",
4381 "Words6To9": {}
4382 },
4383
4384 "CalloutsUsingAD": {
4385 "ADName": "SENSOR_NAME",
4386 "CalloutsWithTheirADValues": [
4387 {
4388 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4389 "Callouts": [
4390 {
4391 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004392 {
4393 "Priority": "high",
4394 "SymbolicFRU": "ambient_temp_back"
4395 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004396 ]
4397 }
4398 ]
4399 }
4400 ]
4401 },
4402
4403 "Documentation": {
4404 "Description": "A temperature sensor is under its critical threshold.",
4405 "Message": "A temperature sensor is under its critical threshold.",
4406 "Notes": [
4407 "A temperature sensor crossed under its critical threshold value",
4408 "If it is the ambient sensor, then a symbolic FRU will be added."
4409 ]
4410 }
4411 },
4412
4413 {
Matt Spinler6b3490a2021-01-20 10:48:26 -06004414 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHigh",
4415 "Subsystem": "power",
4416 "ComponentID": "0x2800",
4417 "Severity": "predictive",
4418 "ActionFlags": ["service_action", "report"],
4419
4420 "SRC": {
4421 "ReasonCode": "0x2807",
4422 "Words6To9": {}
4423 },
4424
4425 "Callouts": [
4426 {
4427 "CalloutList": [
4428 {
Patrick Williams26919f02022-12-08 06:12:43 -06004429 "Priority": "high",
4430 "SymbolicFRU": "ambient_temp"
Matt Spinler6b3490a2021-01-20 10:48:26 -06004431 }
4432 ]
4433 }
4434 ],
4435
4436 "Documentation": {
4437 "Description": "The ambient temperature passed the EPOW3 limit.",
4438 "Message": "The ambient temperature passed the EPOW3 limit. The system will shut down if temp doesn't decrease.",
4439 "Notes": [
4440 "This error occurs when the ambient temperature surpassed",
4441 "the EPOW3 shutdown limit."
4442 ]
4443 }
4444 },
4445
4446 {
4447 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHighClear",
4448 "Subsystem": "power",
4449 "ComponentID": "0x2800",
4450 "Severity": "non_error",
4451 "ActionFlags": ["report"],
4452 "EventType": "env_normal",
4453
4454 "SRC": {
4455 "ReasonCode": "0x2808",
4456 "Words6To9": {}
4457 },
4458
4459 "Callouts": [
4460 {
4461 "CalloutList": [
4462 {
Patrick Williams26919f02022-12-08 06:12:43 -06004463 "Priority": "high",
4464 "SymbolicFRU": "ambient_temp_back"
Matt Spinler6b3490a2021-01-20 10:48:26 -06004465 }
4466 ]
4467 }
4468 ],
4469
4470 "Documentation": {
4471 "Description": "The ambient temperature is back under the EPOW3 limit.",
4472 "Message": "The ambient temperature is back under the EPOW3 limit."
4473 }
4474 },
4475
4476 {
4477 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.HardShutdownAlarmHigh",
4478 "Subsystem": "power",
4479 "ComponentID": "0x2800",
Matt Spinler6b3490a2021-01-20 10:48:26 -06004480 "ActionFlags": ["service_action", "report"],
4481
4482 "SRC": {
4483 "ReasonCode": "0x2809",
4484 "Words6To9": {}
4485 },
4486
4487 "Callouts": [
4488 {
4489 "CalloutList": [
4490 {
Patrick Williams26919f02022-12-08 06:12:43 -06004491 "Priority": "high",
4492 "SymbolicFRU": "ambient_temp"
Matt Spinler6b3490a2021-01-20 10:48:26 -06004493 }
4494 ]
4495 }
4496 ],
4497
4498 "Documentation": {
4499 "Description": "The ambient temperature passed the EPOW4 limit.",
4500 "Message": "The ambient temperature passed the EPOW4 limit. The system will shut down",
4501 "Notes": [
4502 "This error occurs when the ambient temperature surpassed",
4503 "the EPOW4 shutdown limit."
4504 ]
4505 }
4506 },
4507
4508 {
Rashmica Guptab63f75b2021-08-18 20:54:21 +10004509 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHigh",
4510 "Subsystem": "ext_env",
4511 "ComponentID": "0x2800",
4512 "Severity": "predictive",
4513 "ActionFlags": ["service_action", "report"],
4514
4515 "SRC": {
4516 "ReasonCode": "0x280A",
4517 "Words6To9": {}
4518 },
4519
4520 "CalloutsUsingAD": {
4521 "ADName": "SENSOR_NAME",
4522 "CalloutsWithTheirADValues": [
4523 {
4524 "ADValue": "/xyz/openbmc_project/sensors/altitude/Altitude",
4525 "Callouts": [
4526 {
4527 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004528 {
4529 "Priority": "high",
4530 "SymbolicFRU": "altitude"
4531 }
Rashmica Guptab63f75b2021-08-18 20:54:21 +10004532 ]
4533 }
4534 ]
4535 }
4536 ]
4537 },
4538
4539 "Documentation": {
4540 "Description": "An altitude sensor exceeded its warning threshold.",
4541 "Message": "An altitude sensor exceeded its warning threshold.",
4542 "Notes": [
4543 "The virtual altitude sensor crossed its warning threshold value",
4544 " and a symbolic FRU will be added."
4545 ]
4546 }
4547 },
4548
4549 {
4550 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHighClear",
4551 "Subsystem": "ext_env",
4552 "ComponentID": "0x2800",
4553 "Severity": "non_error",
4554 "ActionFlags": ["report"],
4555 "EventType": "env_normal",
4556
4557 "SRC": {
4558 "ReasonCode": "0x280B",
4559 "Words6To9": {}
4560 },
4561
4562 "Documentation": {
4563 "Description": "An altitude sensor is under its warning threshold.",
4564 "Message": "An altitude sensor is under its warning threshold.",
4565 "Notes": [
4566 "The virtual altitude sensor is under its warning threshold value",
4567 " and a symbolic FRU will be added."
4568 ]
4569 }
4570 },
4571
4572 {
Matt Spinler81331342021-10-05 14:09:56 -05004573 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLow",
4574 "Subsystem": "cec_tod",
4575 "ComponentID": "0x2800",
4576 "Severity": "predictive",
4577 "ActionFlags": ["service_action", "report"],
4578
4579 "SRC": {
4580 "ReasonCode": "0x280C",
4581 "Words6To9": {}
4582 },
4583
Matt Spinler81331342021-10-05 14:09:56 -05004584 "Documentation": {
4585 "Description": "A voltage sensor went below its critical low threshold.",
4586 "Message": "A voltage sensor went below its critical low threshold."
4587 }
4588 },
4589
4590 {
4591 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLowClear",
4592 "Subsystem": "cec_tod",
4593 "ComponentID": "0x2800",
4594 "Severity": "non_error",
4595 "ActionFlags": ["report"],
4596
4597 "SRC": {
4598 "ReasonCode": "0x280D",
4599 "Words6To9": {}
4600 },
4601
4602 "Documentation": {
4603 "Description": "A voltage sensor is over its critical low threshold.",
4604 "Message": "A voltage sensor is over its critical low threshold."
4605 }
4606 },
4607
4608 {
Matt Spinler1e792db2022-01-07 14:06:06 -06004609 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLow",
4610 "Subsystem": "power",
4611 "ComponentID": "0x2800",
4612 "Severity": "predictive",
4613 "ActionFlags": ["service_action", "report"],
4614
4615 "SRC": {
4616 "ReasonCode": "0x280E",
4617 "Words6To9": {}
4618 },
4619
4620 "Documentation": {
4621 "Description": "A temperature sensor is under its low warning threshold.",
4622 "Message": "A temperature sensor is under its low warning threshold.",
4623 "Notes": [
4624 "A temperature sensor crossed its low warning threshold value",
4625 "CALLOUT_INVENTORY_PATH will be passed in to add a FRU callout."
4626 ]
4627 }
4628 },
4629
4630 {
4631 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLowClear",
4632 "Subsystem": "power",
4633 "ComponentID": "0x2800",
4634 "Severity": "non_error",
4635 "ActionFlags": ["report"],
4636 "EventType": "env_normal",
4637
4638 "SRC": {
4639 "ReasonCode": "0x280F",
4640 "Words6To9": {}
4641 },
4642
4643 "Documentation": {
4644 "Description": "A temperature sensor is above its low warning threshold.",
4645 "Message": "A temperature sensor is above its low warning threshold.",
4646 "Notes": [
4647 "A temperature sensor crossed above its low warning threshold value."
4648 ]
4649 }
4650 },
4651
4652 {
4653 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalLow",
4654 "Subsystem": "power",
4655 "ComponentID": "0x2800",
4656 "Severity": "predictive",
4657 "ActionFlags": ["service_action", "report"],
4658
4659 "SRC": {
4660 "ReasonCode": "0x2810",
4661 "Words6To9": {}
4662 },
4663
4664 "Documentation": {
4665 "Description": "A temperature sensor is under its low critical threshold.",
4666 "Message": "A temperature sensor is under its low critical threshold.",
4667 "Notes": [
4668 "A temperature sensor crossed its low critical threshold value",
4669 "CALLOUT_INVENTORY_PATH will be passed in to add a FRU callout."
4670 ]
4671 }
4672 },
4673
4674 {
4675 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalLowClear",
4676 "Subsystem": "power",
4677 "ComponentID": "0x2800",
4678 "Severity": "non_error",
4679 "ActionFlags": ["report"],
4680 "EventType": "env_normal",
4681
4682 "SRC": {
4683 "ReasonCode": "0x2811",
4684 "Words6To9": {}
4685 },
4686
4687 "Documentation": {
4688 "Description": "A temperature sensor is over its low critical threshold.",
4689 "Message": "A temperature sensor is over its low critical threshold.",
4690 "Notes": [
4691 "A temperature sensor crossed above its critical threshold value"
4692 ]
4693 }
4694 },
4695
4696 {
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004697 "Name": "com.ibm.VPD.Error.InvalidEepromPath",
4698 "Subsystem": "cec_vpd",
4699 "ComponentID": "0x4000",
4700
4701 "SRC": {
4702 "ReasonCode": "0x4000",
Patrick Williams26919f02022-12-08 06:12:43 -06004703 "Words6To9": {
4704 "6": {
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004705 "Description": "Errno of the failure.",
4706 "AdditionalDataPropSource": "CALLOUT_ERRNO"
4707 }
4708 }
4709 },
4710
4711 "Documentation": {
Michael Limb264f062022-03-29 16:25:33 -05004712 "Description": "A path access error occurred",
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004713 "Message": "An EEPROM path access error occurred.",
4714 "Notes": [
4715 "This error occurs when parser is unable to access",
4716 "EEPROM path. Errno and device path are captured as",
4717 "additional data."
4718 ]
4719 }
4720 },
4721
4722 {
4723 "Name": "com.ibm.VPD.Error.InvalidVPD",
4724 "Subsystem": "cec_vpd",
4725 "ComponentID": "0x4000",
4726
4727 "SRC": {
4728 "ReasonCode": "0x4001",
Patrick Williams26919f02022-12-08 06:12:43 -06004729 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004730 },
4731
4732 "Documentation": {
4733 "Description": "Invalid VPD data.",
4734 "Message": "A VPD data exception occurred.",
4735 "Notes": [
4736 "This error occurs when VPD data is found to be",
4737 "invalid. This can be when VPD file is missing out",
4738 "mandatory records.Inventory path is captured in",
4739 "additional data."
4740 ]
4741 }
4742 },
4743
4744 {
4745 "Name": "com.ibm.VPD.Error.EccCheckFailed",
4746 "Subsystem": "cec_vpd",
4747 "ComponentID": "0x4000",
4748
4749 "SRC": {
4750 "ReasonCode": "0x4002",
Patrick Williams26919f02022-12-08 06:12:43 -06004751 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004752 },
4753
4754 "Documentation": {
4755 "Description": "Invalid VPD ecc data.",
4756 "Message": "A VPD ecc exception occurred.",
4757 "Notes": [
4758 "This error occurs when VPD ecc check fails for the FRU.",
4759 "Inventory path for the failed FRU is captured in additonal",
4760 "data."
4761 ]
4762 }
4763 },
4764
4765 {
4766 "Name": "com.ibm.VPD.Error.InvalidJson",
4767 "Subsystem": "cec_vpd",
4768 "ComponentID": "0x4000",
4769
4770 "SRC": {
4771 "ReasonCode": "0x4003",
Patrick Williams26919f02022-12-08 06:12:43 -06004772 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004773 },
4774
Matt Spinler834f3ed2022-01-26 16:18:02 -06004775 "Callouts": [
4776 {
4777 "CalloutList": [
4778 { "Priority": "high", "Procedure": "bmc_code" }
4779 ]
4780 }
4781 ],
4782
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004783 "Documentation": {
4784 "Description": "Invalid Json",
4785 "Message": "A Json failure occurred.",
4786 "Notes": [
4787 "This error occurs when parser fails to access",
4788 "Json file or there is any issue with Json data.",
4789 "Failed Json path and cause of failure is captured",
4790 "in additional data."
4791 ]
4792 }
4793 },
4794
4795 {
4796 "Name": "com.ibm.VPD.Error.BlankSystemVPD",
4797 "Subsystem": "cec_vpd",
4798 "ComponentID": "0x4000",
4799
4800 "SRC": {
4801 "ReasonCode": "0x4004",
Patrick Williams26919f02022-12-08 06:12:43 -06004802 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004803 },
4804
Priyanga Ramasamy134e1e12022-12-02 07:03:39 -06004805 "Callouts": [
4806 {
4807 "CalloutList": [
4808 {
4809 "Priority": "high",
4810 "Procedure": "system_vpd_correction"
4811 }
4812 ]
4813 }
4814 ],
4815
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004816 "Documentation": {
4817 "Description": "System VPD restore failed",
4818 "Message": "A system VPD restoration error occurred.",
4819 "Notes": [
4820 "This error occurs when restoring of system VPD fails.",
4821 "The FRU path and reason for failure is captured in",
4822 "additional data."
4823 ]
4824 }
4825 },
4826
4827 {
4828 "Name": "com.ibm.VPD.Error.DbusFailure",
4829 "Subsystem": "cec_vpd",
4830 "ComponentID": "0x4000",
4831
4832 "SRC": {
4833 "ReasonCode": "0x4005",
Patrick Williams26919f02022-12-08 06:12:43 -06004834 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004835 },
4836
Matt Spinler834f3ed2022-01-26 16:18:02 -06004837 "Callouts": [
4838 {
4839 "CalloutList": [
4840 { "Priority": "high", "Procedure": "bmc_code" }
4841 ]
4842 }
4843 ],
4844
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004845 "Documentation": {
4846 "Description": "Dbus exception",
4847 "Message": "A Dbus internal error occurred.",
4848 "Notes": [
4849 "This error occurs when Dbus operation fails.",
4850 "Exceptions details are captured in additonal",
4851 "data."
4852 ]
4853 }
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05004854 },
4855
4856 {
Alpana Kumari081cfd42021-12-07 04:14:57 -06004857 "Name": "com.ibm.VPD.Error.UnknownSystemType",
4858 "Subsystem": "cec_vpd",
4859 "ComponentID": "0x4000",
4860
4861 "SRC": {
4862 "ReasonCode": "0x4006",
Patrick Williams26919f02022-12-08 06:12:43 -06004863 "Words6To9": {}
Alpana Kumari081cfd42021-12-07 04:14:57 -06004864 },
4865
4866 "Callouts": [
4867 {
Patrick Williams26919f02022-12-08 06:12:43 -06004868 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Alpana Kumari081cfd42021-12-07 04:14:57 -06004869 }
4870 ],
4871
4872 "Documentation": {
4873 "Description": "Unknown System Type",
4874 "Message": "System type not supported in DTB table.",
4875 "Notes": [
4876 "System type comes from combination of HW and IM value of system VPD.",
4877 "If anything gets changed in that combination, then it can't determine",
4878 "the appropriate DTB for that system. Need to check HW and IM keywords."
4879 ]
4880 }
4881 },
4882
4883 {
Alpana Kumari074ec5b2022-02-20 22:48:57 -06004884 "Name": "com.ibm.VPD.Error.GPIOError",
4885 "Subsystem": "cec_vpd",
4886 "ComponentID": "0x4000",
4887
4888 "SRC": {
4889 "ReasonCode": "0x4007",
Patrick Williams26919f02022-12-08 06:12:43 -06004890 "Words6To9": {}
Alpana Kumari074ec5b2022-02-20 22:48:57 -06004891 },
4892
Sunny Srivastava17586b42022-06-20 01:06:58 -05004893 "Callouts": [
4894 {
4895 "CalloutList": [
4896 { "Priority": "high", "Procedure": "bmc_code" }
4897 ]
4898 }
4899 ],
4900
Alpana Kumari074ec5b2022-02-20 22:48:57 -06004901 "Documentation": {
4902 "Description": "GPIO line error",
4903 "Message": "GPIO line couldn't be found or read.",
4904 "Notes": [
Sunny Srivastava17586b42022-06-20 01:06:58 -05004905 "The BMC could not access a GPIO line. This can be a hardware issue",
4906 " or driver issue. Since a hardware or a software issue cannot be",
4907 " differentiated, the BMC code will be called out."
Alpana Kumari074ec5b2022-02-20 22:48:57 -06004908 ]
4909 }
4910 },
4911
4912 {
Sunny Srivastavad29837f2022-04-20 01:37:07 -05004913 "Name": "com.ibm.VPD.Error.SystemVPDMismatch",
4914 "Subsystem": "cec_vpd",
4915 "ComponentID": "0x4000",
4916
4917 "SRC": {
4918 "ReasonCode": "0x4008",
Patrick Williams26919f02022-12-08 06:12:43 -06004919 "Words6To9": {}
Sunny Srivastavad29837f2022-04-20 01:37:07 -05004920 },
4921
4922 "Callouts": [
4923 {
4924 "CalloutList": [
Priyanga Ramasamy134e1e12022-12-02 07:03:39 -06004925 {
4926 "Priority": "high",
4927 "Procedure": "system_vpd_correction"
4928 }
Sunny Srivastavad29837f2022-04-20 01:37:07 -05004929 ]
4930 }
4931 ],
4932
4933 "Documentation": {
4934 "Description": "System VPD restore failed",
4935 "Message": "A system VPD restoration error occurred.",
4936 "Notes": [
4937 "This error occurs when restoring of system VPD fails due to",
4938 "mismatch in cache data and hardware data.",
4939 "The record and keyword causing the failure is captured in",
4940 "additional data."
4941 ]
4942 }
4943 },
4944
4945 {
Sunny Srivastava17586b42022-06-20 01:06:58 -05004946 "Name": "com.ibm.VPD.Error.RequiredFRUMissing",
4947 "Subsystem": "cec_vpd",
4948 "ComponentID": "0x4000",
4949
4950 "SRC": {
4951 "ReasonCode": "0x4009",
Patrick Williams26919f02022-12-08 06:12:43 -06004952 "Words6To9": {}
Sunny Srivastava17586b42022-06-20 01:06:58 -05004953 },
4954
4955 "Documentation": {
4956 "Description": "Essential FRU check.",
4957 "Message": "Essential FRU check failed",
4958 "Notes": [
4959 "This error occurs when VPD manager service detects any",
4960 "missing essential FRU. These are FRUs which are required",
4961 "to be present in the system at the time of power on.",
4962 "The inventory path is captured in additional data."
4963 ]
4964 }
4965 },
4966
4967 {
gikrish1c0cc7ec2022-02-24 12:40:51 -06004968 "Name": "com.ibm.Panel.Error.InputDevPathFailure",
4969 "Subsystem": "cec_op_panel",
4970 "ComponentID": "0x5000",
4971
4972 "SRC": {
4973 "ReasonCode": "0x5001",
4974 "Words6To9": {}
4975 },
4976
4977 "Documentation": {
4978 "Description": "Button Handler Failure",
4979 "Message": "Input Device path failure",
Patrick Williams26919f02022-12-08 06:12:43 -06004980 "Notes": ["Button events will not be processed."]
gikrish1c0cc7ec2022-02-24 12:40:51 -06004981 }
4982 },
4983
4984 {
4985 "Name": "com.ibm.Panel.Error.I2CSetupFailure",
4986 "Subsystem": "cec_op_panel",
4987 "ComponentID": "0x5000",
4988
4989 "SRC": {
4990 "ReasonCode": "0x5002",
4991 "Words6To9": {}
4992 },
4993
4994 "Documentation": {
4995 "Description": "Panel I2C setup failure",
4996 "Message": "Unable to open device path or ioctl failure",
4997 "Notes": [
4998 "The Panel is unable to open device",
4999 " path or ioctl failure"
5000 ]
5001 }
5002 },
5003
5004 {
5005 "Name": "com.ibm.Panel.Error.HostCommunicationError",
5006 "Subsystem": "cec_op_panel",
5007 "ComponentID": "0x5000",
5008
5009 "SRC": {
5010 "ReasonCode": "0x5003",
5011 "Words6To9": {}
5012 },
5013
Patrick Williams26919f02022-12-08 06:12:43 -06005014 "Callouts": [
5015 {
5016 "CalloutList": [
5017 {
5018 "Priority": "high",
5019 "Procedure": "bmc_code"
5020 }
5021 ]
5022 }
5023 ],
gikrish1c0cc7ec2022-02-24 12:40:51 -06005024
5025 "Documentation": {
5026 "Description": "Host Communication failure",
5027 "Message": "Error in sending message to host",
Patrick Williams26919f02022-12-08 06:12:43 -06005028 "Notes": ["Failure from PLDM sending message to", "Host"]
gikrish1c0cc7ec2022-02-24 12:40:51 -06005029 }
5030 },
5031
5032 {
5033 "Name": "com.ibm.Panel.Error.DbusError",
5034 "Subsystem": "cec_op_panel",
5035 "ComponentID": "0x5000",
5036
5037 "SRC": {
5038 "ReasonCode": "0x5004",
5039 "Words6To9": {}
5040 },
5041
Patrick Williams26919f02022-12-08 06:12:43 -06005042 "Callouts": [
5043 {
5044 "CalloutList": [
5045 {
5046 "Priority": "high",
5047 "Procedure": "bmc_code"
5048 }
5049 ]
5050 }
5051 ],
gikrish1c0cc7ec2022-02-24 12:40:51 -06005052
5053 "Documentation": {
5054 "Description": "Dbus exception",
5055 "Message": "A Dbus internal error occurred.",
5056 "Notes": [
5057 "This error occurs when Dbus operation fails.",
5058 "Exceptions details are captured in additional",
5059 "data."
5060 ]
5061 }
5062 },
5063
5064 {
Priyanga Ramasamy3aa27082022-08-24 06:34:38 -05005065 "Name": "com.ibm.Panel.Error.CodeUpdateFailure",
5066 "Subsystem": "cec_op_panel",
5067 "ComponentID": "0x5000",
5068
5069 "SRC": {
5070 "ReasonCode": "0x5005",
5071 "Words6To9": {}
5072 },
5073
5074 "Documentation": {
5075 "Description": "LCD/Bootfail PIC code update failure.",
5076 "Message": "Error while doing LCD/bootfail PIC code update.",
5077 "Notes": [
Priyanga Ramasamyfdd1dc02022-09-21 02:41:32 -05005078 "Panel firmware(LCD/bootfail PIC) update fails due to ",
5079 "unsupportable firmware version. Inventory path to the",
5080 "FRU on which PIC controller is physically present will",
5081 "be called out."
Priyanga Ramasamy3aa27082022-08-24 06:34:38 -05005082 ]
5083 }
5084 },
5085
5086 {
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005087 "Name": "org.open_power.Host.Boot.Error.WatchdogTimeout",
5088 "Subsystem": "cec_sp_hostboot_iface",
5089
Patrick Williams26919f02022-12-08 06:12:43 -06005090 "SRC": {
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005091 "ReasonCode": "0xC101",
Patrick Williams26919f02022-12-08 06:12:43 -06005092 "Words6To9": {}
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005093 },
5094
Patrick Williams26919f02022-12-08 06:12:43 -06005095 "Documentation": {
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005096 "Description": "Host did not respond within the watchdog timeout interval",
5097 "Message": "Host did not respond before the watchdog timeout interval expired",
5098 "Notes": [
5099 "Host did not respond before the expiry of the watchdog timeout interval.",
5100 "Collecting hostboot dump."
5101 ]
5102 }
zamiseckbf61a982022-01-13 08:27:50 -06005103 },
5104
5105 {
5106 "Name": "xyz.openbmc_project.Software.Version.Error.Incompatible",
5107 "Subsystem": "bmc_firmware",
5108 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005109 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005110 "ReasonCode": "0x3601",
Patrick Williams26919f02022-12-08 06:12:43 -06005111 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005112 },
5113
5114 "Callouts": [
5115 {
5116 "CalloutList": [
5117 { "Priority": "high", "Procedure": "bmc_code" }
5118 ]
5119 }
5120 ],
5121
Patrick Williams26919f02022-12-08 06:12:43 -06005122 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005123 "Description": "A system component has a software version that is incompatible.",
5124 "Message": "A system component has a software version that is incompatible."
5125 }
5126 },
5127
5128 {
5129 "Name": "xyz.openbmc_project.Software.Version.Error.AlreadyExists",
5130 "Subsystem": "bmc_firmware",
5131 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005132 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005133 "ReasonCode": "0x3602",
Patrick Williams26919f02022-12-08 06:12:43 -06005134 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005135 },
5136
5137 "Callouts": [
5138 {
5139 "CalloutList": [
5140 { "Priority": "high", "Procedure": "bmc_code" }
5141 ]
5142 }
5143 ],
5144
Patrick Williams26919f02022-12-08 06:12:43 -06005145 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005146 "Description": "This image version already exists on the device.",
5147 "Message": "This image version already exists on the device."
5148 }
5149 },
5150
5151 {
5152 "Name": "xyz.openbmc_project.Software.Image.Error.UnTarFailure",
5153 "Subsystem": "bmc_firmware",
5154 "ComponentID": "0x3600",
Adriana Kobylak7ef3b9e2023-01-04 13:20:36 -06005155 "ActionFlags": ["report"],
Patrick Williams26919f02022-12-08 06:12:43 -06005156 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005157 "ReasonCode": "0x3603",
Patrick Williams26919f02022-12-08 06:12:43 -06005158 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005159 },
5160
5161 "Callouts": [
5162 {
5163 "CalloutList": [
5164 { "Priority": "high", "Procedure": "bmc_code" }
5165 ]
5166 }
5167 ],
5168
Patrick Williams26919f02022-12-08 06:12:43 -06005169 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005170 "Description": "An error occurred during untar.",
5171 "Message": "An error occurred during untar."
5172 }
5173 },
5174
5175 {
5176 "Name": "xyz.openbmc_project.Software.Image.Error.ManifestFileFailure",
5177 "Subsystem": "bmc_firmware",
5178 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005179 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005180 "ReasonCode": "0x3604",
Patrick Williams26919f02022-12-08 06:12:43 -06005181 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005182 },
5183
5184 "Callouts": [
5185 {
5186 "CalloutList": [
5187 { "Priority": "high", "Procedure": "bmc_code" }
5188 ]
5189 }
5190 ],
5191
Patrick Williams26919f02022-12-08 06:12:43 -06005192 "Documentation": {
zamiseck21de9f02022-03-23 13:41:31 -05005193 "Description": "An error occurred when reading the software image Manifest file.",
5194 "Message": "An error occurred when reading the software image Manifest file."
zamiseckbf61a982022-01-13 08:27:50 -06005195 }
5196 },
5197
5198 {
5199 "Name": "xyz.openbmc_project.Software.Image.Error.InternalFailure",
5200 "Subsystem": "bmc_firmware",
5201 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005202 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005203 "ReasonCode": "0x3605",
Patrick Williams26919f02022-12-08 06:12:43 -06005204 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005205 },
5206
5207 "Callouts": [
5208 {
5209 "CalloutList": [
5210 { "Priority": "high", "Procedure": "bmc_code" }
5211 ]
5212 }
5213 ],
5214
Patrick Williams26919f02022-12-08 06:12:43 -06005215 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005216 "Description": "The operation failed internally during processing the image.",
5217 "Message": "The operation failed internally during processing the image."
5218 }
5219 },
5220
5221 {
5222 "Name": "xyz.openbmc_project.Software.Image.Error.ImageFailure",
5223 "Subsystem": "bmc_firmware",
5224 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005225 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005226 "ReasonCode": "0x3606",
Patrick Williams26919f02022-12-08 06:12:43 -06005227 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005228 },
5229
5230 "Callouts": [
5231 {
5232 "CalloutList": [
5233 { "Priority": "high", "Procedure": "bmc_code" }
5234 ]
5235 }
5236 ],
5237
Patrick Williams26919f02022-12-08 06:12:43 -06005238 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005239 "Description": "An error occurred processing the image.",
5240 "Message": "An error occurred processing the image."
5241 }
5242 },
5243
5244 {
5245 "Name": "xyz.openbmc_project.Software.Image.Error.BusyFailure",
5246 "Subsystem": "bmc_firmware",
5247 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005248 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005249 "ReasonCode": "0x3607",
Patrick Williams26919f02022-12-08 06:12:43 -06005250 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005251 },
5252
5253 "Callouts": [
5254 {
5255 "CalloutList": [
5256 { "Priority": "high", "Procedure": "bmc_code" }
5257 ]
5258 }
5259 ],
5260
Patrick Williams26919f02022-12-08 06:12:43 -06005261 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005262 "Description": "The device is busy during the update.",
5263 "Message": "The device is busy during the update."
5264 }
zamiseck21de9f02022-03-23 13:41:31 -05005265 },
5266
5267 {
5268 "Name": "xyz.openbmc_project.Software.Version.Error.ExpiredAccessKey",
5269 "Subsystem": "bmc_firmware",
5270 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005271 "SRC": {
zamiseck21de9f02022-03-23 13:41:31 -05005272 "ReasonCode": "0x3608",
Patrick Williams26919f02022-12-08 06:12:43 -06005273 "Words6To9": {}
zamiseck21de9f02022-03-23 13:41:31 -05005274 },
5275
5276 "Callouts": [
5277 {
5278 "CalloutList": [
5279 { "Priority": "high", "Procedure": "bmc_code" }
5280 ]
5281 }
5282 ],
5283
Patrick Williams26919f02022-12-08 06:12:43 -06005284 "Documentation": {
zamiseck21de9f02022-03-23 13:41:31 -05005285 "Description": "The Update Access Key has expired.",
5286 "Message": "The Update Access Key has expired."
5287 }
5288 },
5289
5290 {
5291 "Name": "xyz.openbmc_project.Software.Version.Error.InvalidSignature",
5292 "Subsystem": "bmc_firmware",
5293 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005294 "SRC": {
zamiseck21de9f02022-03-23 13:41:31 -05005295 "ReasonCode": "0x3609",
Patrick Williams26919f02022-12-08 06:12:43 -06005296 "Words6To9": {}
zamiseck21de9f02022-03-23 13:41:31 -05005297 },
5298
5299 "Callouts": [
5300 {
5301 "CalloutList": [
5302 { "Priority": "high", "Procedure": "bmc_code" }
5303 ]
5304 }
5305 ],
5306
Patrick Williams26919f02022-12-08 06:12:43 -06005307 "Documentation": {
zamiseck21de9f02022-03-23 13:41:31 -05005308 "Description": "The software image has an invalid signature.",
5309 "Message": "The software image has an invalid signature"
5310 }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005311 },
zamiseck0ad7a822022-05-24 17:25:58 -05005312
5313 {
Patrick Williams26919f02022-12-08 06:12:43 -06005314 "Name": "xyz.openbmc_project.Software.Version.Error.HostFile",
5315 "Subsystem": "bmc_firmware",
5316 "ComponentID": "0x3600",
zamiseck0ad7a822022-05-24 17:25:58 -05005317
Patrick Williams26919f02022-12-08 06:12:43 -06005318 "SRC": {
5319 "ReasonCode": "0x360A",
5320 "Words6To9": {
5321 "6": {
5322 "Description": "Size of the current running partition",
5323 "AdditionalDataPropSource": "CURRENT_FILE_SIZE"
zamiseck0ad7a822022-05-24 17:25:58 -05005324 },
Patrick Williams26919f02022-12-08 06:12:43 -06005325 "7": {
5326 "Description": "Size of the read only partition",
5327 "AdditionalDataPropSource": "EXPECTED_FILE_SIZE"
zamiseck0ad7a822022-05-24 17:25:58 -05005328 }
5329 }
5330 },
5331 "Callouts": [
5332 {
5333 "CalloutList": [
5334 { "Priority": "high", "Procedure": "bmc_code" }
5335 ]
5336 }
5337 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005338 "Documentation": {
5339 "Description": "Corrupted or changed preserved file",
5340 "Message": "Partition was not preserved on reboot",
5341 "Notes": [
zamiseck0ad7a822022-05-24 17:25:58 -05005342 "This error may occur if one of the partitions marked",
5343 "PRESERVED is either corrupted, or a change of size is ",
5344 "desired for a particular partition."
5345 ]
5346 }
5347 },
5348
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005349 {
5350 "Name": "xyz.openbmc_project.PLDM.Error.findDumpObjPath.GetManagedObjectsFail",
5351 "Subsystem": "bmc_firmware",
5352 "ComponentID": "0x6000",
5353 "Severity": "predictive",
Patrick Williams26919f02022-12-08 06:12:43 -06005354 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005355 "ReasonCode": "0x6001",
Patrick Williams26919f02022-12-08 06:12:43 -06005356 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005357 },
5358 "Callouts": [
5359 {
5360 "CalloutList": [
5361 { "Priority": "high", "Procedure": "bmc_code" }
5362 ]
5363 }
5364 ],
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005365
Patrick Williams26919f02022-12-08 06:12:43 -06005366 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005367 "Description": "Failed to get the requested dump object path.",
5368 "Message": "Failed to get the requested dump object path from the system."
5369 }
5370 },
5371 {
5372 "Name": "xyz.openbmc_project.PLDM.Error.newFileAvailable.NewDumpNotifyFail",
5373 "Subsystem": "bmc_firmware",
5374 "ComponentID": "0x6000",
5375 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005376 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005377 "ReasonCode": "0x6002",
Patrick Williams26919f02022-12-08 06:12:43 -06005378 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005379 },
5380 "Callouts": [
5381 {
5382 "CalloutList": [
5383 { "Priority": "high", "Procedure": "bmc_code" }
5384 ]
5385 }
5386 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005387 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005388 "Description": "Failed to make a new dump notify request to the dump manager application.",
5389 "Message": "Failed to make a new dump notify request to the dump manager application."
5390 }
5391 },
5392 {
5393 "Name": "xyz.openbmc_project.PLDM.Error.DumpHandler.getOffloadUriFail",
5394 "Subsystem": "bmc_firmware",
5395 "ComponentID": "0x6000",
5396 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005397 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005398 "ReasonCode": "0x6003",
Patrick Williams26919f02022-12-08 06:12:43 -06005399 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005400 },
5401 "Callouts": [
5402 {
5403 "CalloutList": [
5404 { "Priority": "high", "Procedure": "bmc_code" }
5405 ]
5406 }
5407 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005408 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005409 "Description": "Failed to get the dump offload URI path from the dump entry.",
5410 "Message": "Failed to get the dump offload URI path from the dump entry."
5411 }
5412 },
5413 {
5414 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.ResourceDumpFileAckFail",
5415 "Subsystem": "bmc_firmware",
5416 "ComponentID": "0x6000",
5417 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -06005418 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005419 "ReasonCode": "0x6004",
Patrick Williams26919f02022-12-08 06:12:43 -06005420 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005421 },
5422 "Callouts": [
5423 {
5424 "CalloutList": [
5425 { "Priority": "medium", "Procedure": "bmc_code" }
5426 ]
5427 }
5428 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005429 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005430 "Description": "The hypervisor rejected the request to initiate a new resource dump.",
5431 "Message": "The hypervisor rejected the request to initiate a new resource dump."
5432 }
5433 },
5434 {
5435 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.SourceDumpIdResetFail",
5436 "Subsystem": "bmc_firmware",
5437 "ComponentID": "0x6000",
5438 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005439 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005440 "ReasonCode": "0x6005",
Patrick Williams26919f02022-12-08 06:12:43 -06005441 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005442 },
5443 "Callouts": [
5444 {
5445 "CalloutList": [
5446 { "Priority": "high", "Procedure": "bmc_code" }
5447 ]
5448 }
5449 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005450 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005451 "Description": "Failed to reset the dump ID, due to this requested dump will not be deleted.",
5452 "Message": "Failed to reset the dump ID, due to this requested dump will not be deleted."
5453 }
5454 },
5455 {
5456 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryDeleteFail",
5457 "Subsystem": "bmc_firmware",
5458 "ComponentID": "0x6000",
5459 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005460 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005461 "ReasonCode": "0x6006",
Patrick Williams26919f02022-12-08 06:12:43 -06005462 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005463 },
5464 "Callouts": [
5465 {
5466 "CalloutList": [
5467 { "Priority": "high", "Procedure": "bmc_code" }
5468 ]
5469 }
5470 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005471 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005472 "Description": "Failed to carry out the dump delete request from the hypervisor.",
5473 "Message": "Failed to carry out the dump delete request from the hypervisor."
5474 }
5475 },
5476 {
5477 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryOffloadedSetFail",
5478 "Subsystem": "bmc_firmware",
5479 "ComponentID": "0x6000",
5480 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005481 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005482 "ReasonCode": "0x6007",
Patrick Williams26919f02022-12-08 06:12:43 -06005483 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005484 },
5485 "Callouts": [
5486 {
5487 "CalloutList": [
5488 { "Priority": "high", "Procedure": "bmc_code" }
5489 ]
5490 }
5491 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005492 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005493 "Description": "Failed to set the dump offloaded completion flag in the dump entry.",
5494 "Message": "Failed to set the dump offloaded completion flag in the dump entry."
5495 }
5496 },
5497 {
5498 "Name": "xyz.openbmc_project.PLDM.Error.readIntoMemory.GetFilepathFail",
5499 "Subsystem": "bmc_firmware",
5500 "ComponentID": "0x6000",
5501 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005502 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005503 "ReasonCode": "0x6008",
Patrick Williams26919f02022-12-08 06:12:43 -06005504 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005505 },
5506 "Callouts": [
5507 {
5508 "CalloutList": [
5509 { "Priority": "high", "Procedure": "bmc_code" }
5510 ]
5511 }
5512 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005513 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005514 "Description": "Failed to get the file path for the BMC dump and offload to the hypervisor.",
5515 "Message": "Failed to get the file path for the BMC dump and offload to the hypervisor."
5516 }
5517 },
5518 {
5519 "Name": "xyz.openbmc_project.PLDM.Error.read.GetFilepathFail",
5520 "Subsystem": "bmc_firmware",
5521 "ComponentID": "0x6000",
5522 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005523 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005524 "ReasonCode": "0x6009",
Patrick Williams26919f02022-12-08 06:12:43 -06005525 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005526 },
5527 "Callouts": [
5528 {
5529 "CalloutList": [
5530 { "Priority": "high", "Procedure": "bmc_code" }
5531 ]
5532 }
5533 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005534 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005535 "Description": "Failed to get the file path for the BMC dump and offload to the hypervisor.",
5536 "Message": "Failed to get the file path for the BMC dump and offload to the hypervisor."
5537 }
5538 },
5539 {
5540 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.ResourceDumpFileAckWithMetaDataFail",
5541 "Subsystem": "bmc_firmware",
5542 "ComponentID": "0x6000",
5543 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -06005544 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005545 "ReasonCode": "0x6010",
Patrick Williams26919f02022-12-08 06:12:43 -06005546 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005547 },
5548 "Callouts": [
5549 {
5550 "CalloutList": [
5551 { "Priority": "medium", "Procedure": "bmc_code" }
5552 ]
5553 }
5554 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005555 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005556 "Description": "Could not create a new resource dump due to hypervisor verification failed.",
5557 "Message": "Could not create a new resource dump due to hypervisor verification failed."
5558 }
5559 },
5560 {
5561 "Name": "xyz.openbmc_project.PLDM.Error.fileAckWithMetaData.DumpEntryOffloadedSetFail",
5562 "Subsystem": "bmc_firmware",
5563 "ComponentID": "0x6000",
5564 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005565 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005566 "ReasonCode": "0x6011",
Patrick Williams26919f02022-12-08 06:12:43 -06005567 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005568 },
5569 "Callouts": [
5570 {
5571 "CalloutList": [
5572 { "Priority": "high", "Procedure": "bmc_code" }
5573 ]
5574 }
5575 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005576 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005577 "Description": "Failed to set the dump offload completion flag in the dump entry details.",
5578 "Message": "Failed to set the dump offload completion flag in the dump entry details."
5579 }
5580 },
5581 {
5582 "Name": "xyz.openbmc_project.PLDM.Error.newFileAvailableWithMetaData.NewDumpNotifyFail",
5583 "Subsystem": "bmc_firmware",
5584 "ComponentID": "0x6000",
5585 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005586 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005587 "ReasonCode": "0x6012",
Patrick Williams26919f02022-12-08 06:12:43 -06005588 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005589 },
5590 "Callouts": [
5591 {
5592 "CalloutList": [
5593 { "Priority": "high", "Procedure": "bmc_code" }
5594 ]
5595 }
5596 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005597 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005598 "Description": "Failed to notify a new dump available request.",
5599 "Message": "Failed to notify a new dump available request."
5600 }
5601 },
5602 {
5603 "Name": "xyz.openbmc_project.PLDM.Error.sendNewFileAvailableCmd.SendDumpParametersFail",
5604 "Subsystem": "bmc_firmware",
5605 "ComponentID": "0x6000",
5606 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005607 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005608 "ReasonCode": "0x6013",
Patrick Williams26919f02022-12-08 06:12:43 -06005609 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005610 },
5611 "Callouts": [
5612 {
5613 "CalloutList": [
5614 { "Priority": "high", "Procedure": "bmc_code" }
5615 ]
5616 }
5617 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005618 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005619 "Description": "Failed to send the resource dump parameters for a new dump initiation.",
5620 "Message": "Failed to send the resource dump parameters for a new dump initiation."
5621 }
5622 },
5623 {
5624 "Name": "xyz.openbmc_project.PLDM.Error.SendFileToHostFail",
5625 "Subsystem": "bmc_firmware",
5626 "ComponentID": "0x6000",
5627 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005628 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005629 "ReasonCode": "0x6014",
Patrick Williams26919f02022-12-08 06:12:43 -06005630 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005631 },
5632 "Callouts": [
5633 {
5634 "CalloutList": [
5635 { "Priority": "high", "Procedure": "bmc_code" }
5636 ]
5637 }
5638 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005639 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005640 "Description": "Failed to send the certificate/license file to the host.",
5641 "Message": "Failed to send the certificate/license file to the host."
5642 }
5643 },
5644 {
5645 "Name": "xyz.openbmc_project.PLDM.Error.DecodeNewFileResponseFail",
5646 "Subsystem": "bmc_firmware",
5647 "ComponentID": "0x6000",
5648 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005649 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005650 "ReasonCode": "0x6015",
Patrick Williams26919f02022-12-08 06:12:43 -06005651 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005652 },
5653 "Callouts": [
5654 {
5655 "CalloutList": [
5656 { "Priority": "high", "Procedure": "bmc_code" }
5657 ]
5658 }
5659 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005660 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005661 "Description": "Failed to decode the response of certificate/license file sent to the host.",
5662 "Message": "Failed to decode the response of certificate/license file sent to the host."
5663 }
5664 },
5665 {
5666 "Name": "xyz.openbmc_project.PLDM.Error.NewFileAvailableRequestFail",
5667 "Subsystem": "bmc_firmware",
5668 "ComponentID": "0x6000",
5669 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005670 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005671 "ReasonCode": "0x6016",
Patrick Williams26919f02022-12-08 06:12:43 -06005672 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005673 },
5674 "Callouts": [
5675 {
5676 "CalloutList": [
5677 { "Priority": "high", "Procedure": "bmc_code" }
5678 ]
5679 }
5680 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005681 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005682 "Description": "Failed to send the new certificate/license file to the host.",
5683 "Message": "Failed to send the new certificate/license file to the host."
5684 }
5685 },
5686 {
5687 "Name": "xyz.openbmc_project.PLDM.Error.SetHostEffecterFailed",
5688 "Subsystem": "bmc_firmware",
5689 "ComponentID": "0x6000",
5690 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005691 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005692 "ReasonCode": "0x6017",
Patrick Williams26919f02022-12-08 06:12:43 -06005693 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005694 },
5695
5696 "Callouts": [
5697 {
5698 "CalloutList": [
5699 { "Priority": "high", "Procedure": "bmc_code" }
5700 ]
5701 }
5702 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005703 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005704 "Description": "Failed to set state effecter states.",
5705 "Message": "Failed to set state effecter states."
5706 }
5707 },
5708 {
5709 "Name": "xyz.openbmc_project.PLDM.Error.Generate.PDRJsonFileParseFail",
5710 "Subsystem": "bmc_firmware",
5711 "ComponentID": "0x6000",
5712 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005713 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005714 "ReasonCode": "0x6018",
Patrick Williams26919f02022-12-08 06:12:43 -06005715 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005716 },
5717 "Callouts": [
5718 {
5719 "CalloutList": [
5720 { "Priority": "high", "Procedure": "bmc_code" }
5721 ]
5722 }
5723 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005724 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005725 "Description": "Failed to parse PDR JSON file.",
5726 "Message": "Failed to parse PDR JSON file."
5727 }
5728 },
5729 {
5730 "Name": "xyz.openbmc_project.PLDM.Error.SetHostSensorState.GetStateSensorPDRFail",
5731 "Subsystem": "bmc_firmware",
5732 "ComponentID": "0x6000",
5733 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005734 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005735 "ReasonCode": "0x6019",
Patrick Williams26919f02022-12-08 06:12:43 -06005736 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005737 },
5738 "Callouts": [
5739 {
5740 "CalloutList": [
5741 { "Priority": "high", "Procedure": "bmc_code" }
5742 ]
5743 }
5744 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005745 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005746 "Description": "Failed to get state sensor PDR state.",
5747 "Message": "Failed to get state sensor PDR state."
5748 }
5749 },
5750 {
5751 "Name": "xyz.openbmc_project.PLDM.Error.SetHostSensorState.EncodeStateSensorFail",
5752 "Subsystem": "bmc_firmware",
5753 "ComponentID": "0x6000",
5754 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005755 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005756 "ReasonCode": "0x6020",
Patrick Williams26919f02022-12-08 06:12:43 -06005757 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005758 },
5759 "Callouts": [
5760 {
5761 "CalloutList": [
5762 { "Priority": "high", "Procedure": "bmc_code" }
5763 ]
5764 }
5765 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005766 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005767 "Description": "Failed to encode state sensor request.",
5768 "Message": "Failed to encode state sensor request."
5769 }
5770 },
5771 {
5772 "Name": "xyz.openbmc_project.PLDM.Error.CMsubscribeFailure",
5773 "Subsystem": "bmc_firmware",
5774 "ComponentID": "0x6000",
5775 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005776 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005777 "ReasonCode": "0x6021",
Patrick Williams26919f02022-12-08 06:12:43 -06005778 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005779 },
5780 "Callouts": [
5781 {
5782 "CalloutList": [
5783 { "Priority": "high", "Procedure": "bmc_code" }
5784 ]
5785 }
5786 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005787 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005788 "Description": "Failed to subscribe for concurrent maintenance of FRU.",
5789 "Message": "Failed to subscribe for concurrent maintenance of FRU."
5790 }
5791 },
5792 {
5793 "Name": "xyz.openbmc_project.PLDM.Error.setSurvTimer.RecvSurveillancePingFail",
5794 "Subsystem": "bmc_firmware",
5795 "ComponentID": "0x6000",
5796 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -06005797 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005798 "ReasonCode": "0x6022",
Patrick Williams26919f02022-12-08 06:12:43 -06005799 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005800 },
5801 "Callouts": [
5802 {
5803 "CalloutList": [
5804 { "Priority": "high", "Procedure": "bmc_code" }
5805 ]
5806 }
5807 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005808 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005809 "Description": "Host did not send a surveillance ping within stipulated timeout interval.",
5810 "Message": "Host did not send a surveillance ping within stipulated timeout interval."
5811 }
5812 },
5813 {
5814 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryOffloadUriSetFail",
5815 "Subsystem": "bmc_firmware",
5816 "ComponentID": "0x6000",
5817 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005818 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005819 "ReasonCode": "0x6023",
Patrick Williams26919f02022-12-08 06:12:43 -06005820 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005821 },
5822 "Callouts": [
5823 {
5824 "CalloutList": [
5825 { "Priority": "high", "Procedure": "bmc_code" }
5826 ]
5827 }
5828 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005829 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005830 "Description": "Failed to reset the dump offload URI path from the dump entry.",
5831 "Message": "Failed to reset the dump offload URI path from the dump entry."
5832 }
5833 },
5834 {
5835 "Name": "xyz.openbmc_project.PLDM.Error.SoftPowerOff.HostSoftOffTimeOut",
5836 "Subsystem": "bmc_firmware",
5837 "ComponentID": "0x6000",
5838 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005839 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005840 "ReasonCode": "0x6024",
Patrick Williams26919f02022-12-08 06:12:43 -06005841 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005842 },
5843 "Callouts": [
5844 {
5845 "CalloutList": [
5846 { "Priority": "high", "Procedure": "bmc_code" }
5847 ]
5848 }
5849 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005850 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005851 "Description": "Host failed to complete the power off gracefully within the timeout.",
5852 "Message": "Host failed to complete the power off gracefully within the timeout."
5853 }
5854 }
Matt Spinler44792fd2019-09-26 15:58:58 -05005855 ]
5856}