blob: 5255f8d5666262d1301de5021f7a9d223184f94a [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 Spinler3fd08d62019-10-22 14:25:33 -050039 }
40 },
41
42 {
43 "Name": "xyz.openbmc_project.Common.Error.InvalidArgument",
44 "Subsystem": "user_error",
Matt Spinler216999f2022-01-12 11:22:40 -060045 "Severity": "non_error",
Matt Spinler3fd08d62019-10-22 14:25:33 -050046
Patrick Williams26919f02022-12-08 06:12:43 -060047 "SRC": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050048 "ReasonCode": "0x1003",
Patrick Williams26919f02022-12-08 06:12:43 -060049 "Words6To9": {}
Matt Spinler3fd08d62019-10-22 14:25:33 -050050 },
51
Patrick Williams26919f02022-12-08 06:12:43 -060052 "Documentation": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050053 "Description": "BMC code was given an invalid argument",
54 "Message": "Code was given an invalid argument",
Patrick Williams26919f02022-12-08 06:12:43 -060055 "Notes": ["The journal should contain more information"]
Matt Spinler3fd08d62019-10-22 14:25:33 -050056 }
57 },
58 {
59 "Name": "xyz.openbmc_project.Common.Error.InsufficientPermission",
60 "Subsystem": "user_error",
Matt Spinler216999f2022-01-12 11:22:40 -060061 "Severity": "non_error",
Matt Spinler3fd08d62019-10-22 14:25:33 -050062
Patrick Williams26919f02022-12-08 06:12:43 -060063 "SRC": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050064 "ReasonCode": "0x1004",
Patrick Williams26919f02022-12-08 06:12:43 -060065 "Words6To9": {}
Matt Spinler3fd08d62019-10-22 14:25:33 -050066 },
67
Patrick Williams26919f02022-12-08 06:12:43 -060068 "Documentation": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050069 "Description": "An operation failed due to insufficient permission",
70 "Message": "An operation failed due to unsufficient permission",
Patrick Williams26919f02022-12-08 06:12:43 -060071 "Notes": ["The journal should contain more information"]
Matt Spinler3fd08d62019-10-22 14:25:33 -050072 }
73 },
74
75 {
76 "Name": "xyz.openbmc_project.Common.Error.NotAllowed",
77 "Subsystem": "user_error",
Matt Spinler216999f2022-01-12 11:22:40 -060078 "Severity": "non_error",
Matt Spinler3fd08d62019-10-22 14:25:33 -050079
Patrick Williams26919f02022-12-08 06:12:43 -060080 "SRC": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050081 "ReasonCode": "0x1005",
Patrick Williams26919f02022-12-08 06:12:43 -060082 "Words6To9": {}
Matt Spinler3fd08d62019-10-22 14:25:33 -050083 },
84
Patrick Williams26919f02022-12-08 06:12:43 -060085 "Documentation": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050086 "Description": "An operation failed because it isn't allowed",
Matt Spinler26958762020-08-27 13:21:23 -050087 "Message": "An operation failed because it isn't allowed",
Patrick Williams26919f02022-12-08 06:12:43 -060088 "Notes": ["The journal should contain more information"]
Matt Spinler3fd08d62019-10-22 14:25:33 -050089 }
90 },
91
92 {
93 "Name": "xyz.openbmc_project.Common.Error.NoCACertificate",
94 "Subsystem": "user_error",
Matt Spinler216999f2022-01-12 11:22:40 -060095 "Severity": "non_error",
Matt Spinler3fd08d62019-10-22 14:25:33 -050096
Patrick Williams26919f02022-12-08 06:12:43 -060097 "SRC": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050098 "ReasonCode": "0x1006",
Patrick Williams26919f02022-12-08 06:12:43 -060099 "Words6To9": {}
Matt Spinler3fd08d62019-10-22 14:25:33 -0500100 },
101
Patrick Williams26919f02022-12-08 06:12:43 -0600102 "Documentation": {
Matt Spinler3fd08d62019-10-22 14:25:33 -0500103 "Description": "The server's CA certificate has not been provided",
104 "Message": "The server's CA certificate has not been provided"
105 }
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600106 },
107
108 {
Matt Spinleraf036b12020-06-25 10:53:52 -0500109 "Name": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure",
Matt Spinlerf24746c2022-01-31 10:40:13 -0600110 "Subsystem": "cec_i2c",
Matt Spinleraf036b12020-06-25 10:53:52 -0500111
Patrick Williams26919f02022-12-08 06:12:43 -0600112 "SRC": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500113 "ReasonCode": "0x1007",
Patrick Williams26919f02022-12-08 06:12:43 -0600114 "Words6To9": {
115 "6": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500116 "Description": "errno of the failure",
117 "AdditionalDataPropSource": "CALLOUT_ERRNO"
118 }
119 }
120 },
121
Patrick Williams26919f02022-12-08 06:12:43 -0600122 "Documentation": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500123 "Description": "Sensor device read failure",
124 "Message": "There was a failure when reading a sensor device",
125 "Notes": [
126 "The severity is set by the creator.",
127 "The action flags are set automatically by the code.",
128 "Callouts added based on CALLOUT_DEVICE_PATH."
129 ]
130 }
131 },
132
133 {
134 "Name": "xyz.openbmc_project.Common.Device.Error.ReadFailure",
Matt Spinlerf24746c2022-01-31 10:40:13 -0600135 "Subsystem": "cec_i2c",
Matt Spinleraf036b12020-06-25 10:53:52 -0500136
Patrick Williams26919f02022-12-08 06:12:43 -0600137 "SRC": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500138 "ReasonCode": "0x1008",
Patrick Williams26919f02022-12-08 06:12:43 -0600139 "Words6To9": {
140 "6": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500141 "Description": "errno of the failure",
142 "AdditionalDataPropSource": "CALLOUT_ERRNO"
143 }
144 }
145 },
146
Patrick Williams26919f02022-12-08 06:12:43 -0600147 "Documentation": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500148 "Description": "Device read failure",
149 "Message": "There was a failure when reading a hardware device",
150 "Notes": [
151 "The severity is set by the creator.",
152 "The action flags are set automatically by the code.",
153 "Callouts added based on CALLOUT_DEVICE_PATH."
154 ]
155 }
156 },
157
158 {
159 "Name": "xyz.openbmc_project.Control.Device.Error.WriteFailure",
Matt Spinlerf24746c2022-01-31 10:40:13 -0600160 "Subsystem": "cec_i2c",
Matt Spinleraf036b12020-06-25 10:53:52 -0500161
Patrick Williams26919f02022-12-08 06:12:43 -0600162 "SRC": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500163 "ReasonCode": "0x1009",
Patrick Williams26919f02022-12-08 06:12:43 -0600164 "Words6To9": {
165 "6": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500166 "Description": "errno of the failure",
167 "AdditionalDataPropSource": "CALLOUT_ERRNO"
168 }
169 }
170 },
171
Patrick Williams26919f02022-12-08 06:12:43 -0600172 "Documentation": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500173 "Description": "Device write failure",
174 "Message": "There was a failure when writing to a hardware device",
175 "Notes": [
176 "The severity is set by the creator.",
177 "The action flags are set automatically by the code.",
178 "Callouts added based on CALLOUT_DEVICE_PATH"
179 ]
180 }
181 },
182
183 {
184 "Name": "xyz.openbmc_project.Common.Device.Error.WriteFailure",
Matt Spinlerf24746c2022-01-31 10:40:13 -0600185 "Subsystem": "cec_i2c",
Matt Spinleraf036b12020-06-25 10:53:52 -0500186
Patrick Williams26919f02022-12-08 06:12:43 -0600187 "SRC": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500188 "ReasonCode": "0x100A",
Patrick Williams26919f02022-12-08 06:12:43 -0600189 "Words6To9": {
190 "6": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500191 "Description": "errno of the failure",
192 "AdditionalDataPropSource": "CALLOUT_ERRNO"
193 }
194 }
195 },
196
Patrick Williams26919f02022-12-08 06:12:43 -0600197 "Documentation": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500198 "Description": "Device write failure",
199 "Message": "There was a failure when writing to a hardware device",
200 "Notes": [
201 "The severity is set by the creator.",
202 "The action flags are set automatically by the code.",
203 "Callouts added based on CALLOUT_DEVICE_PATH"
204 ]
205 }
206 },
Jayanth Othayothbd0a7522021-05-03 02:05:36 -0500207
Matt Spinleraf036b12020-06-25 10:53:52 -0500208 {
Chirag Sharma11cf0322022-04-20 08:48:52 -0500209 "Name": "xyz.openbmc_project.Common.File.Error.Write",
210 "Subsystem": "bmc_firmware",
211 "ComponentID": "0x1000",
Patrick Williams26919f02022-12-08 06:12:43 -0600212 "SRC": {
Chirag Sharma11cf0322022-04-20 08:48:52 -0500213 "ReasonCode": "0x100B",
Patrick Williams26919f02022-12-08 06:12:43 -0600214 "Words6To9": {}
Chirag Sharma11cf0322022-04-20 08:48:52 -0500215 },
216
217 "Callouts": [
218 {
219 "CalloutList": [
220 { "Priority": "high", "Procedure": "bmc_code" }
221 ]
222 }
223 ],
224
Patrick Williams26919f02022-12-08 06:12:43 -0600225 "Documentation": {
Chirag Sharma11cf0322022-04-20 08:48:52 -0500226 "Description": "Failed to write to a file",
227 "Message": "Failed to write to a file",
228 "Notes": [
229 "The severity is set by the creator.",
230 "The journal should contain more information"
231 ]
232 }
233 },
234
235 {
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600236 "Name": "org.open_power.Logging.Error.SentBadPELToHost",
237 "Subsystem": "bmc_firmware",
238 "Severity": "non_error",
239
Patrick Williams26919f02022-12-08 06:12:43 -0600240 "SRC": {
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600241 "ReasonCode": "0x2001",
Patrick Williams26919f02022-12-08 06:12:43 -0600242 "Words6To9": {
243 "6": {
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600244 "Description": "The bad PEL ID",
245 "AdditionalDataPropSource": "BAD_ID"
246 }
247 }
248 },
249
Patrick Williams26919f02022-12-08 06:12:43 -0600250 "Documentation": {
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600251 "Description": "The BMC sent the host a malformed PEL",
252 "Message": "The BMC sent the host a malformed PEL",
Patrick Williams26919f02022-12-08 06:12:43 -0600253 "Notes": ["The host firmware rejected that PEL."]
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600254 }
Matt Spinlere95fd012020-01-07 12:53:16 -0600255 },
256
257 {
258 "Name": "org.open_power.Logging.Error.BadHostPEL",
259 "Subsystem": "platform_firmware",
260 "Severity": "unrecoverable",
261
Patrick Williams26919f02022-12-08 06:12:43 -0600262 "SRC": {
Matt Spinlere95fd012020-01-07 12:53:16 -0600263 "ReasonCode": "0x2002",
Patrick Williams26919f02022-12-08 06:12:43 -0600264 "Words6To9": {
265 "6": {
Matt Spinlere95fd012020-01-07 12:53:16 -0600266 "Description": "The PLID of the invalid PEL",
267 "AdditionalDataPropSource": "PLID"
268 },
Patrick Williams26919f02022-12-08 06:12:43 -0600269 "7": {
Matt Spinlere95fd012020-01-07 12:53:16 -0600270 "Description": "The corresponding OpenBMC event log ID",
271 "AdditionalDataPropSource": "OBMC_LOG_ID"
272 },
Patrick Williams26919f02022-12-08 06:12:43 -0600273 "8": {
Matt Spinlere95fd012020-01-07 12:53:16 -0600274 "Description": "The size of the invalid PEL",
275 "AdditionalDataPropSource": "PEL_SIZE"
276 }
277 }
278 },
279
Matt Spinler834f3ed2022-01-26 16:18:02 -0600280 "Callouts": [
281 {
282 "CalloutList": [
283 { "Priority": "high", "Procedure": "bmc_code" }
284 ]
285 }
286 ],
287
Patrick Williams26919f02022-12-08 06:12:43 -0600288 "Documentation": {
Matt Spinlere95fd012020-01-07 12:53:16 -0600289 "Description": "The host sent the BMC an invalid PEL",
290 "Message": "The host sent the BMC an invalid PEL",
Patrick Williams26919f02022-12-08 06:12:43 -0600291 "Notes": []
Matt Spinlere95fd012020-01-07 12:53:16 -0600292 }
Marri Devender Raoead1be22020-03-28 05:50:59 -0500293 },
294
295 {
Matt Spinler3477ce92020-07-08 14:49:25 -0500296 "Name": "org.open_power.Logging.Error.TestError1",
297 "Subsystem": "platform_firmware",
298 "Severity": "unrecoverable",
299
Patrick Williams26919f02022-12-08 06:12:43 -0600300 "SRC": {
Matt Spinler3477ce92020-07-08 14:49:25 -0500301 "ReasonCode": "0x2003",
Patrick Williams26919f02022-12-08 06:12:43 -0600302 "Words6To9": {}
Matt Spinler3477ce92020-07-08 14:49:25 -0500303 },
304
305 "Callouts": [
306 {
307 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -0600308 { "Priority": "high", "Procedure": "bmc_code" },
309 { "Priority": "medium", "SymbolicFRU": "service_docs" }
Matt Spinler3477ce92020-07-08 14:49:25 -0500310 ]
311 }
312 ],
313
Patrick Williams26919f02022-12-08 06:12:43 -0600314 "Documentation": {
Matt Spinler3477ce92020-07-08 14:49:25 -0500315 "Description": "An error for testing",
316 "Message": "This is a test error"
317 }
318 },
319
320 {
Matt Spinler30ddc9f2020-07-16 15:39:59 -0500321 "Name": "xyz.openbmc_project.Logging.Error.Default",
322 "Subsystem": "other_na",
323
Patrick Williams26919f02022-12-08 06:12:43 -0600324 "SRC": {
Matt Spinler30ddc9f2020-07-16 15:39:59 -0500325 "ReasonCode": "0x2004",
Patrick Williams26919f02022-12-08 06:12:43 -0600326 "Words6To9": {}
Matt Spinler30ddc9f2020-07-16 15:39:59 -0500327 },
328
Matt Spinler834f3ed2022-01-26 16:18:02 -0600329 "Callouts": [
330 {
331 "CalloutList": [
332 { "Priority": "high", "Procedure": "bmc_code" }
333 ]
334 }
335 ],
336
Patrick Williams26919f02022-12-08 06:12:43 -0600337 "Documentation": {
Matt Spinler30ddc9f2020-07-16 15:39:59 -0500338 "Description": "This entry is used when no other matching entry is found",
339 "Message": "Unknown (Original event not in message registry)",
340 "Notes": [
341 "This is used when the actual error name isn't found in ",
342 "the registry. The original error name will be stored ",
343 "in the UserData section that contains the AdditionalData ",
344 "properties using the key ERROR_NAME.",
345 "This error may contain callouts if the creator passed ",
346 "them in.",
347 "The severity is set by the creator.",
348 "If this error is seen, then a code change needs to be ",
349 "made to add the missing error entry to this registry."
350 ]
351 }
352 },
353
354 {
Matt Spinlerc865ed92022-02-16 14:07:32 -0600355 "Name": "org.open_power.Logging.Error.TestError2",
356 "Subsystem": "bmc_firmware",
357 "Severity": "recovered",
358 "ActionFlags": ["report"],
359
Patrick Williams26919f02022-12-08 06:12:43 -0600360 "SRC": {
Matt Spinlerc865ed92022-02-16 14:07:32 -0600361 "ReasonCode": "0x2005",
Patrick Williams26919f02022-12-08 06:12:43 -0600362 "Words6To9": {}
Matt Spinlerc865ed92022-02-16 14:07:32 -0600363 },
364
365 "Callouts": [
366 {
Patrick Williams26919f02022-12-08 06:12:43 -0600367 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Matt Spinlerc865ed92022-02-16 14:07:32 -0600368 }
369 ],
370
Patrick Williams26919f02022-12-08 06:12:43 -0600371 "Documentation": {
Matt Spinlerc865ed92022-02-16 14:07:32 -0600372 "Description": "An error for testing",
373 "Message": "This is a test recoverable error",
374 "Notes": [
375 "This error is not created by BMC code and is ",
376 "only used for error injection tests."
377 ]
378 }
379 },
380
381 {
Matt Spinler87408a42022-07-29 16:12:07 -0500382 "Name": "org.open_power.Logging.Error.TestError3",
383 "Subsystem": "bmc_firmware",
384 "Severity": "predictive",
385
Patrick Williams26919f02022-12-08 06:12:43 -0600386 "SRC": {
Matt Spinler87408a42022-07-29 16:12:07 -0500387 "ReasonCode": "0x2006",
Patrick Williams26919f02022-12-08 06:12:43 -0600388 "Words6To9": {}
Matt Spinler87408a42022-07-29 16:12:07 -0500389 },
390
Patrick Williams26919f02022-12-08 06:12:43 -0600391 "Documentation": {
Matt Spinler87408a42022-07-29 16:12:07 -0500392 "Description": "This is an error used for testing only",
393 "Message": "This is a test predictive error",
394 "Notes": [
395 "This error is not created by BMC code and is ",
396 "only used for error injection tests."
397 ]
398 }
399 },
400
401 {
Marri Devender Raoead1be22020-03-28 05:50:59 -0500402 "Name": "org.open_power.PHAL.Error.Boot",
403 "Subsystem": "cec_hardware",
Ramesh Iyyar41e79dc2020-12-22 06:27:48 -0600404 "ComponentID": "0x3000",
Marri Devender Raoead1be22020-03-28 05:50:59 -0500405
Patrick Williams26919f02022-12-08 06:12:43 -0600406 "SRC": {
Ramesh Iyyar41e79dc2020-12-22 06:27:48 -0600407 "ReasonCode": "0x3001",
Patrick Williams26919f02022-12-08 06:12:43 -0600408 "Words6To9": {}
Marri Devender Raoead1be22020-03-28 05:50:59 -0500409 },
410
Patrick Williams26919f02022-12-08 06:12:43 -0600411 "Documentation": {
Michael Lim12429892022-03-10 16:11:25 -0600412 "Description": "Failure occurred during boot process",
413 "Message": "Failure occurred during boot process",
Marri Devender Raoead1be22020-03-28 05:50:59 -0500414 "Notes": [
415 "Debug traces will be captured in AdditionalData section"
416 ]
417 }
Ben Tyner34836322020-04-15 17:01:48 -0500418 },
419
420 {
Ramesh Iyyar78be2a22020-12-22 06:22:55 -0600421 "Name": "org.open_power.PHAL.Error.PrePowerOff",
422 "Subsystem": "cec_hardware",
423 "ComponentID": "0x3000",
424
Patrick Williams26919f02022-12-08 06:12:43 -0600425 "SRC": {
Ramesh Iyyar78be2a22020-12-22 06:22:55 -0600426 "ReasonCode": "0x3002",
Patrick Williams26919f02022-12-08 06:12:43 -0600427 "Words6To9": {}
Ramesh Iyyar78be2a22020-12-22 06:22:55 -0600428 },
429
Patrick Williams26919f02022-12-08 06:12:43 -0600430 "Documentation": {
Ramesh Iyyar78be2a22020-12-22 06:22:55 -0600431 "Description": "Failure occurred during PHAL pre-poweroff operations",
432 "Message": "Failure occurred during PHAL pre-poweroff operations",
433 "Notes": [
434 "Severity needs to be set based on needs for this registry.",
435 "FFDC (First Failure Data Collection) will be collected ",
436 "and added into PEL."
437 ]
438 }
439 },
440
441 {
Jayanth Othayothdb00d762021-07-13 02:48:19 -0500442 "Name": "org.open_power.PHAL.Error.devtreeSync",
443 "Subsystem": "cec_hardware",
444 "ComponentID": "0x3000",
445 "Severity": "unrecoverable",
446
Patrick Williams26919f02022-12-08 06:12:43 -0600447 "SRC": {
Jayanth Othayothdb00d762021-07-13 02:48:19 -0500448 "ReasonCode": "0x3003",
Patrick Williams26919f02022-12-08 06:12:43 -0600449 "Words6To9": {}
Jayanth Othayothdb00d762021-07-13 02:48:19 -0500450 },
451
Patrick Williams26919f02022-12-08 06:12:43 -0600452 "Documentation": {
Jayanth Othayothdb00d762021-07-13 02:48:19 -0500453 "Description": "Failure occurred during PHAL devtree sync ",
454 "Message": "Failure occurred during PHAL devtree sync",
Patrick Williams26919f02022-12-08 06:12:43 -0600455 "Notes": ["The journal should contain more information"]
Jayanth Othayothdb00d762021-07-13 02:48:19 -0500456 }
457 },
458
459 {
Jayanth Othayothf3e619a2021-07-13 03:58:06 -0500460 "Name": "org.open_power.PHAL.Error.devtreeBackup",
461 "Subsystem": "cec_hardware",
462 "ComponentID": "0x3000",
463 "Severity": "unrecoverable",
464
Patrick Williams26919f02022-12-08 06:12:43 -0600465 "SRC": {
Jayanth Othayothf3e619a2021-07-13 03:58:06 -0500466 "ReasonCode": "0x3004",
Patrick Williams26919f02022-12-08 06:12:43 -0600467 "Words6To9": {}
Jayanth Othayothf3e619a2021-07-13 03:58:06 -0500468 },
469
Patrick Williams26919f02022-12-08 06:12:43 -0600470 "Documentation": {
Jayanth Othayothf3e619a2021-07-13 03:58:06 -0500471 "Description": "Failure occurred during PHAL devtree backup ",
472 "Message": "Failure occurred during PHAL devtree backup",
Patrick Williams26919f02022-12-08 06:12:43 -0600473 "Notes": ["The journal should contain more information"]
Jayanth Othayothf3e619a2021-07-13 03:58:06 -0500474 }
475 },
476
477 {
Andrew Geisslerd54fd732021-07-20 14:07:12 -0400478 "Name": "org.open_power.PHAL.Error.HostRunning",
NodeMan970f57ddc2022-04-29 23:14:41 +0000479 "Subsystem": "cec_sp_hyp_iface",
Andrew Geisslerd54fd732021-07-20 14:07:12 -0400480 "ComponentID": "0x3000",
481
Patrick Williams26919f02022-12-08 06:12:43 -0600482 "SRC": {
Andrew Geisslerd54fd732021-07-20 14:07:12 -0400483 "ReasonCode": "0x3005",
Patrick Williams26919f02022-12-08 06:12:43 -0600484 "Words6To9": {}
Andrew Geisslerd54fd732021-07-20 14:07:12 -0400485 },
486
Patrick Williams26919f02022-12-08 06:12:43 -0600487 "Documentation": {
Andrew Geisslerd54fd732021-07-20 14:07:12 -0400488 "Description": "Host did not respond to BMC after a BMC reset",
489 "Message": "Host did not respond to BMC after a BMC reset but hardware indicates it is running",
490 "Notes": [
491 "System will be left in its current state to ensure host ",
492 "is not unexpectedly taken down. There is most likely an ",
493 "issue in the software or hardware communication path ",
494 "between the BMC and the Host firmware.",
495 "A BMC dump will be collected with relevant FFDC."
496 ]
497 }
498 },
499
500 {
Jayanth Othayoth7d2bea72021-11-29 07:26:34 -0600501 "Name": "org.open_power.PHAL.Error.devtreeReinit",
502 "Subsystem": "cec_hardware",
503 "ComponentID": "0x3000",
504 "Severity": "unrecoverable",
505
Patrick Williams26919f02022-12-08 06:12:43 -0600506 "SRC": {
Jayanth Othayoth7d2bea72021-11-29 07:26:34 -0600507 "ReasonCode": "0x3006",
Patrick Williams26919f02022-12-08 06:12:43 -0600508 "Words6To9": {}
Jayanth Othayoth7d2bea72021-11-29 07:26:34 -0600509 },
510
Patrick Williams26919f02022-12-08 06:12:43 -0600511 "Documentation": {
Jayanth Othayoth7d2bea72021-11-29 07:26:34 -0600512 "Description": "Failure re-initializing BMC to Host data structure",
513 "Message": "Failure occurred during re-initializing BMC to Host data structure",
Patrick Williams26919f02022-12-08 06:12:43 -0600514 "Notes": ["The journal should contain more information"]
Jayanth Othayoth7d2bea72021-11-29 07:26:34 -0600515 }
516 },
517
518 {
Jayanth Othayothe52dd952022-03-09 02:11:41 -0600519 "Name": "org.open_power.PHAL.Error.NonFunctionalBootProc",
520 "Subsystem": "cec_hardware",
521 "ComponentID": "0x3000",
522 "Severity": "unrecoverable",
523
Patrick Williams26919f02022-12-08 06:12:43 -0600524 "SRC": {
Jayanth Othayothe52dd952022-03-09 02:11:41 -0600525 "ReasonCode": "0x3007",
Patrick Williams26919f02022-12-08 06:12:43 -0600526 "Words6To9": {}
Jayanth Othayothe52dd952022-03-09 02:11:41 -0600527 },
528
Patrick Williams26919f02022-12-08 06:12:43 -0600529 "Documentation": {
Jayanth Othayothe52dd952022-03-09 02:11:41 -0600530 "Description": "Non functional boot processor",
531 "Message": "Non functional boot processor",
532 "Notes": [
533 "BMC firmware couldn't find functional primary processor",
534 "required to boot the host",
535 "Debug traces will be captured in AdditionalData section"
536 ]
537 }
538 },
539
540 {
Marri Devender Rao116428e2022-06-09 07:33:38 -0500541 "Name": "org.open_power.PHAL.Error.MPReboot",
542 "Subsystem": "cec_hardware",
543 "ComponentID": "0x3000",
544 "Severity": "unrecoverable",
545
Patrick Williams26919f02022-12-08 06:12:43 -0600546 "SRC": {
Marri Devender Rao116428e2022-06-09 07:33:38 -0500547 "ReasonCode": "0x3008",
Patrick Williams26919f02022-12-08 06:12:43 -0600548 "Words6To9": {}
Marri Devender Rao116428e2022-06-09 07:33:38 -0500549 },
550
551 "Callouts": [
552 {
Patrick Williams26919f02022-12-08 06:12:43 -0600553 "CalloutList": [
554 { "Priority": "high", "Procedure": "bmc_code" }
Marri Devender Rao116428e2022-06-09 07:33:38 -0500555 ]
556 }
557 ],
558
Patrick Williams26919f02022-12-08 06:12:43 -0600559 "Documentation": {
Marri Devender Rao116428e2022-06-09 07:33:38 -0500560 "Description": "Error during memory preserving reboot",
561 "Message": "Error during memory preserving reboot",
562 "Notes": [
563 "Software error occured during memory preserving reboot"
564 ]
565 }
Patrick Williams26919f02022-12-08 06:12:43 -0600566 },
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500567 {
568 "Name": "org.open_power.PHAL.Error.SpareClock",
569 "Subsystem": "cec_hardware",
570 "ComponentID": "0x3000",
571 "Severity": "non_error",
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500572
Patrick Williams26919f02022-12-08 06:12:43 -0600573 "SRC": {
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500574 "ReasonCode": "0x3009",
Patrick Williams26919f02022-12-08 06:12:43 -0600575 "Words6To9": {}
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500576 },
577
Jayanth Othayothb0820142022-10-27 02:16:48 -0500578 "Callouts": [
579 {
580 "System": "ibm,rainier",
581 "CalloutList": [
582 {
583 "Priority": "high",
584 "LocCode": "P0"
585 },
586 {
587 "Priority": "low",
588 "LocCode": "P0-C15"
589 }
590 ]
591 },
592 {
593 "System": "ibm,everest",
594 "CalloutList": [
595 {
596 "Priority": "high",
597 "LocCode": "P0"
598 },
599 {
600 "Priority": "low",
601 "LocCode": "P0-C61"
602 }
603 ]
604 }
605 ],
606
Patrick Williams26919f02022-12-08 06:12:43 -0600607 "Documentation": {
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500608 "Description": "Error during Spare clock initialisation",
609 "Message": "Error during Spare clock initialisation",
610 "Notes": [
Jayanth Othayothb0820142022-10-27 02:16:48 -0500611 "The clock symbolic FRU in the CalloutList provides the",
612 "reference to clock unit."
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500613 ]
614 }
Marri Devender Rao116428e2022-06-09 07:33:38 -0500615 },
616
617 {
Jayanth Othayoth21c1a5a2022-09-07 01:24:05 -0500618 "Name": "org.open_power.PHAL.Info.ClockDailyLog",
619 "Subsystem": "cec_clocks",
620 "ComponentID": "0x3000",
621 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -0600622 "ActionFlags": ["report", "call_home"],
Jayanth Othayoth21c1a5a2022-09-07 01:24:05 -0500623
Patrick Williams26919f02022-12-08 06:12:43 -0600624 "SRC": {
Jayanth Othayoth21c1a5a2022-09-07 01:24:05 -0500625 "ReasonCode": "0x300A",
Patrick Williams26919f02022-12-08 06:12:43 -0600626 "Words6To9": {}
Jayanth Othayoth21c1a5a2022-09-07 01:24:05 -0500627 },
628
Patrick Williams26919f02022-12-08 06:12:43 -0600629 "Documentation": {
Jayanth Othayoth21c1a5a2022-09-07 01:24:05 -0500630 "Description": "Informational error to house clock debug info",
631 "Message": "Informational error to house clock debug info",
632 "Notes": [
633 "User data includes processor and clock register state information."
634 ]
635 }
636 },
637
638 {
deepakala-kb1b342a2022-10-05 11:17:16 -0500639 "Name": "org.open_power.PHAL.Error.GuardPartitionAccess",
640 "Subsystem": "bmc_firmware",
641 "ComponentID": "0x3000",
642 "Severity": "predictive",
643
Patrick Williams26919f02022-12-08 06:12:43 -0600644 "SRC": {
deepakala-kb1b342a2022-10-05 11:17:16 -0500645 "ReasonCode": "0x300B",
Patrick Williams26919f02022-12-08 06:12:43 -0600646 "Words6To9": {}
deepakala-kb1b342a2022-10-05 11:17:16 -0500647 },
648
649 "Callouts": [
650 {
651 "CalloutList": [
652 { "Priority": "high", "Procedure": "bmc_code" }
653 ]
654 }
655 ],
656
Patrick Williams26919f02022-12-08 06:12:43 -0600657 "Documentation": {
deepakala-kb1b342a2022-10-05 11:17:16 -0500658 "Description": "Guard partition access failure",
659 "Message": "Guard partition access failure",
660 "Notes": [
661 "User data and journal should contain more information"
662 ]
663 }
664 },
665
666 {
Eddie James62464b12022-05-25 15:47:15 -0500667 "Name": "org.open_power.OCC.Firmware.PresenceMismatch",
668 "Subsystem": "bmc_firmware",
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500669 "ComponentID": "0x2600",
Eddie James62464b12022-05-25 15:47:15 -0500670 "Severity": "predictive",
671
Patrick Williams26919f02022-12-08 06:12:43 -0600672 "SRC": {
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500673 "ReasonCode": "0x2681",
Patrick Williams26919f02022-12-08 06:12:43 -0600674 "Words6To9": {}
Eddie James62464b12022-05-25 15:47:15 -0500675 },
676
677 "Callouts": [
678 {
679 "CalloutList": [
680 { "Priority": "medium", "Procedure": "bmc_code" }
681 ]
682 }
683 ],
684
Patrick Williams26919f02022-12-08 06:12:43 -0600685 "Documentation": {
Eddie James62464b12022-05-25 15:47:15 -0500686 "Description": "OCC presence mismatch",
687 "Message": "BMC firmware detected incorrect number of OCCs",
688 "Notes": [
689 "The number of OCCs detected by the BMC does not match the number of OCCs detected by the OCC.",
690 "The BMC requests that the OCC reset."
691 ]
692 }
693 },
694
695 {
696 "Name": "org.open_power.OCC.Device.SafeState",
697 "Subsystem": "processor_chip",
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500698 "ComponentID": "0x2600",
Eddie James62464b12022-05-25 15:47:15 -0500699 "Severity": "non_error",
700
Patrick Williams26919f02022-12-08 06:12:43 -0600701 "SRC": {
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500702 "ReasonCode": "0x2682",
Patrick Williams26919f02022-12-08 06:12:43 -0600703 "Words6To9": {}
Eddie James62464b12022-05-25 15:47:15 -0500704 },
705
Patrick Williams26919f02022-12-08 06:12:43 -0600706 "Documentation": {
Eddie James62464b12022-05-25 15:47:15 -0500707 "Description": "OCC safe state",
708 "Message": "OCC in safe state while active for one minute",
709 "Notes": [
710 "The BMC detected that the OCC was in safe state for one minute while active.",
711 "The BMC requests that the OCC reset."
712 ]
713 }
714 },
715
716 {
717 "Name": "org.open_power.OCC.Device.ReadFailure",
718 "Subsystem": "cec_chip_iface",
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500719 "ComponentID": "0x2600",
Eddie James62464b12022-05-25 15:47:15 -0500720 "Severity": "predictive",
721
Patrick Williams26919f02022-12-08 06:12:43 -0600722 "SRC": {
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500723 "ReasonCode": "0x2683",
Patrick Williams26919f02022-12-08 06:12:43 -0600724 "Words6To9": {}
Eddie James62464b12022-05-25 15:47:15 -0500725 },
726
Patrick Williams26919f02022-12-08 06:12:43 -0600727 "Documentation": {
Eddie James62464b12022-05-25 15:47:15 -0500728 "Description": "OCC communication failure",
729 "Message": "BMC failed to communicate with the OCC",
730 "Notes": [
731 "The BMC failed to communicate with the OCC and retried three times.",
732 "The BMC requests that the OCC reset."
733 ]
734 }
735 },
736
737 {
Ramesh Iyyarb3d45ed2021-12-07 09:18:19 -0600738 "Name": "org.open_power.HardwareIsolation.Error",
739 "Subsystem": "cec_hardware",
740 "ComponentID": "0x3100",
741
Patrick Williams26919f02022-12-08 06:12:43 -0600742 "SRC": {
Ramesh Iyyarb3d45ed2021-12-07 09:18:19 -0600743 "ReasonCode": "0x3101",
Patrick Williams26919f02022-12-08 06:12:43 -0600744 "Words6To9": {}
Ramesh Iyyarb3d45ed2021-12-07 09:18:19 -0600745 },
746
Patrick Williams26919f02022-12-08 06:12:43 -0600747 "Documentation": {
Michael Lim12429892022-03-10 16:11:25 -0600748 "Description": "Failure occurred during hardware isolation operations",
749 "Message": "Failure occurred during hardware isolation operations",
Ramesh Iyyarb3d45ed2021-12-07 09:18:19 -0600750 "Notes": [
751 "Severity needs to be set based on needs for this registry.",
752 "Debug traces will be captured in AdditionalData section"
753 ]
754 }
755 },
756
757 {
Andrew Geissler8034dde2021-09-10 14:43:03 -0500758 "Name": "xyz.openbmc_project.State.Error.HostNotRunning",
759 "Subsystem": "cec_sp_hostboot_iface",
760 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -0600761 "SRC": {
Andrew Geissler8034dde2021-09-10 14:43:03 -0500762 "ReasonCode": "0x3401",
Patrick Williams26919f02022-12-08 06:12:43 -0600763 "Words6To9": {}
Andrew Geissler8034dde2021-09-10 14:43:03 -0500764 },
Patrick Williams26919f02022-12-08 06:12:43 -0600765 "Documentation": {
Andrew Geissler8034dde2021-09-10 14:43:03 -0500766 "Description": "Host was booting or booted before BMC reset but is now unresponsive",
767 "Message": "Host did not respond to BMC after a BMC reset but it was booting or booted prior to the BMC reboot",
768 "Notes": [
769 "System will follow recovery policy, resulting in this ",
770 "error and most likely a a reboot of the host. The issue ",
771 "is most likely the result of the BMC rebooting while the ",
772 "host was booting and in a state where it still needed ",
773 "the BMC to complete its boot."
774 ]
775 }
776 },
777
778 {
Andrew Geissler808f6302022-02-24 13:55:18 -0600779 "Name": "xyz.openbmc_project.State.ChassisPowerBad",
780 "Subsystem": "input_power_source",
781 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -0600782 "SRC": {
Andrew Geissler808f6302022-02-24 13:55:18 -0600783 "ReasonCode": "0x3402",
Patrick Williams26919f02022-12-08 06:12:43 -0600784 "Words6To9": {}
Andrew Geissler808f6302022-02-24 13:55:18 -0600785 },
786 "Callouts": [
787 {
Patrick Williams26919f02022-12-08 06:12:43 -0600788 "CalloutList": [
789 {
790 "Priority": "high",
791 "Procedure": "next_level_support"
792 }
793 ]
Andrew Geissler808f6302022-02-24 13:55:18 -0600794 }
795 ],
Patrick Williams26919f02022-12-08 06:12:43 -0600796 "Documentation": {
Andrew Geissler808f6302022-02-24 13:55:18 -0600797 "Description": "Chassis input power is in a bad state",
798 "Message": "Chassis input power is in a bad state, look for other logs with more details",
799 "Notes": [
800 "The system is most likely in a limited power situation. ",
801 "There is enough power for the BMC to operate but not the ",
802 "CEC hardware. Check for UPS or brownout logs."
803 ]
804 }
805 },
806
807 {
Andrew Geissler4c360ec2022-02-24 14:09:37 -0600808 "Name": "xyz.openbmc_project.State.PinholeReset",
809 "Subsystem": "cec_op_panel",
810 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -0600811 "SRC": {
Andrew Geissler4c360ec2022-02-24 14:09:37 -0600812 "ReasonCode": "0x3403",
Patrick Williams26919f02022-12-08 06:12:43 -0600813 "Words6To9": {}
Andrew Geissler4c360ec2022-02-24 14:09:37 -0600814 },
Patrick Williams26919f02022-12-08 06:12:43 -0600815 "Documentation": {
Andrew Geissler4c360ec2022-02-24 14:09:37 -0600816 "Description": "User initiated a pinhole reset via the op-panel",
817 "Message": "User initiated a pinhole reset via the op-panel",
818 "Notes": [
819 "This is a notification log to record the fact that a ",
820 "pinhole reset was performed on the BMC, resulting in a ",
821 "hard reset of the BMC."
822 ]
823 }
824 },
825
826 {
Andrew Geisslerfbb18242022-02-24 14:30:02 -0600827 "Name": "xyz.openbmc_project.State.Error.CriticalServiceFailure",
828 "Subsystem": "bmc_firmware",
829 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -0600830 "SRC": {
Andrew Geisslerfbb18242022-02-24 14:30:02 -0600831 "ReasonCode": "0x3404",
Patrick Williams26919f02022-12-08 06:12:43 -0600832 "Words6To9": {}
Andrew Geisslerfbb18242022-02-24 14:30:02 -0600833 },
834 "Callouts": [
835 {
Patrick Williams26919f02022-12-08 06:12:43 -0600836 "CalloutList": [
837 {
838 "Priority": "high",
839 "Procedure": "next_level_support"
840 }
841 ]
Andrew Geisslerfbb18242022-02-24 14:30:02 -0600842 }
843 ],
Patrick Williams26919f02022-12-08 06:12:43 -0600844 "Documentation": {
Andrew Geisslerfbb18242022-02-24 14:30:02 -0600845 "Description": "A critical BMC application has failed on the system",
846 "Message": "A critical BMC application has failed on the system, the BMC is in an undefined state",
847 "Notes": [
848 "As a part of generating this error log, a BMC dump has ",
849 "also been generated. Please collect this dump if possible. ",
850 "The BMC state is undefined but basic services could still ",
851 "be available. Usually an AC cycle of the entire system is ",
852 "the best recovery option from this error."
853 ]
854 }
855 },
856
857 {
Andrew Geisslerf83efe92022-03-10 15:06:17 -0600858 "Name": "xyz.openbmc_project.State.Error.SecurityCheckFail",
859 "Subsystem": "bmc_firmware",
860 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -0600861 "SRC": {
Andrew Geisslerf83efe92022-03-10 15:06:17 -0600862 "ReasonCode": "0x3405",
Patrick Williams26919f02022-12-08 06:12:43 -0600863 "Words6To9": {}
Andrew Geisslerf83efe92022-03-10 15:06:17 -0600864 },
865 "Callouts": [
866 {
Patrick Williams26919f02022-12-08 06:12:43 -0600867 "CalloutList": [
868 {
869 "Priority": "high",
870 "Procedure": "next_level_support"
871 }
872 ]
Andrew Geisslerf83efe92022-03-10 15:06:17 -0600873 }
874 ],
Patrick Williams26919f02022-12-08 06:12:43 -0600875 "Documentation": {
Andrew Geisslerf83efe92022-03-10 15:06:17 -0600876 "Description": "A firmware security check has failed",
877 "Message": "A firmware security check has failed, most likely something is not configured correctly",
878 "Notes": [
879 "This log is only generated in the manufacturing ",
880 "environment and it indicates that something has not ",
881 "been configured correctly. Use the data in the PEL to ",
882 "determine what that is."
883 ]
884 }
885 },
886
887 {
Andrew Geissler8bafa992022-03-10 15:20:52 -0600888 "Name": "xyz.openbmc_project.State.BMC.Error.MultiUserTargetFailure",
889 "Subsystem": "bmc_firmware",
890 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -0600891 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -0600892 "ReasonCode": "0x3406",
Patrick Williams26919f02022-12-08 06:12:43 -0600893 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -0600894 },
895 "Callouts": [
896 {
Patrick Williams26919f02022-12-08 06:12:43 -0600897 "CalloutList": [
898 {
899 "Priority": "high",
900 "Procedure": "next_level_support"
901 }
902 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -0600903 }
904 ],
Patrick Williams26919f02022-12-08 06:12:43 -0600905 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -0600906 "Description": "The system has failed to reach BMC Ready state",
907 "Message": "The system has failed to reach BMC Ready state, look for other errors",
908 "Notes": [
909 "This log indicates a critical BMC application required ",
910 "for the BMC to reach Ready state has failed to start ",
911 "successfully. Look in the log for other errors indicating ",
912 "what has failed."
913 ]
914 }
915 },
916
917 {
918 "Name": "xyz.openbmc_project.State.Chassis.Error.PowerOnFailure",
919 "Subsystem": "bmc_firmware",
920 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -0600921 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -0600922 "ReasonCode": "0x3407",
Patrick Williams26919f02022-12-08 06:12:43 -0600923 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -0600924 },
925 "Callouts": [
926 {
Patrick Williams26919f02022-12-08 06:12:43 -0600927 "CalloutList": [
928 {
929 "Priority": "high",
930 "Procedure": "next_level_support"
931 }
932 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -0600933 }
934 ],
Patrick Williams26919f02022-12-08 06:12:43 -0600935 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -0600936 "Description": "The system has failed to reach chassis power on state",
937 "Message": "The system has failed to reach chassis power on state, look for other errors",
938 "Notes": [
939 "This log indicates a critical BMC application required ",
940 "for the BMC to power on the chassis has failed to start ",
941 "successfully. Look in the log for other errors indicating ",
942 "what has failed."
943 ]
944 }
945 },
946
947 {
948 "Name": "xyz.openbmc_project.State.Chassis.Error.PowerOffFailure",
949 "Subsystem": "bmc_firmware",
950 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -0600951 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -0600952 "ReasonCode": "0x3408",
Patrick Williams26919f02022-12-08 06:12:43 -0600953 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -0600954 },
955 "Callouts": [
956 {
Patrick Williams26919f02022-12-08 06:12:43 -0600957 "CalloutList": [
958 {
959 "Priority": "high",
960 "Procedure": "next_level_support"
961 }
962 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -0600963 }
964 ],
Patrick Williams26919f02022-12-08 06:12:43 -0600965 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -0600966 "Description": "The system has failed to reach chassis power off state",
967 "Message": "The system has failed to reach chassis power off state, look for other errors",
968 "Notes": [
969 "This log indicates a critical BMC application required ",
970 "for the BMC to power off the chassis has failed to start ",
971 "successfully. Look in the log for other errors indicating ",
972 "what has failed."
973 ]
974 }
975 },
976
977 {
978 "Name": "xyz.openbmc_project.State.Host.Error.HostStartFailure",
979 "Subsystem": "bmc_firmware",
980 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -0600981 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -0600982 "ReasonCode": "0x3409",
Patrick Williams26919f02022-12-08 06:12:43 -0600983 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -0600984 },
985 "Callouts": [
986 {
Patrick Williams26919f02022-12-08 06:12:43 -0600987 "CalloutList": [
988 {
989 "Priority": "high",
990 "Procedure": "next_level_support"
991 }
992 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -0600993 }
994 ],
Patrick Williams26919f02022-12-08 06:12:43 -0600995 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -0600996 "Description": "The system has failed to start the host firmware",
997 "Message": "The system has failed to start the host firmware, look for other errors",
998 "Notes": [
999 "This log indicates a critical BMC application required ",
1000 "for the BMC to start the host has failed to start ",
1001 "successfully. Look in the log for other errors indicating ",
1002 "what has failed."
1003 ]
1004 }
1005 },
1006
1007 {
1008 "Name": "xyz.openbmc_project.State.Host.Error.HostStartMinFailure",
1009 "Subsystem": "bmc_firmware",
1010 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001011 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001012 "ReasonCode": "0x3410",
Patrick Williams26919f02022-12-08 06:12:43 -06001013 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001014 },
1015 "Callouts": [
1016 {
Patrick Williams26919f02022-12-08 06:12:43 -06001017 "CalloutList": [
1018 {
1019 "Priority": "high",
1020 "Procedure": "next_level_support"
1021 }
1022 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001023 }
1024 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001025 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001026 "Description": "The system has failed to start the host firmware",
1027 "Message": "The system has failed to start the host firmware, look for other errors",
1028 "Notes": [
1029 "This log indicates a critical BMC application required ",
1030 "for the BMC to start the host has failed to start ",
1031 "successfully. Look in the log for other errors indicating ",
1032 "what has failed."
1033 ]
1034 }
1035 },
1036
1037 {
1038 "Name": "xyz.openbmc_project.State.Host.Error.HostShutdownFailure",
1039 "Subsystem": "bmc_firmware",
1040 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001041 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001042 "ReasonCode": "0x3411",
Patrick Williams26919f02022-12-08 06:12:43 -06001043 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001044 },
1045 "Callouts": [
1046 {
Patrick Williams26919f02022-12-08 06:12:43 -06001047 "CalloutList": [
1048 {
1049 "Priority": "high",
1050 "Procedure": "next_level_support"
1051 }
1052 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001053 }
1054 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001055 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001056 "Description": "The system has failed to shutdown the host firmware",
1057 "Message": "The system has failed to shutdown the host firmware, look for other errors",
1058 "Notes": [
1059 "This log indicates a critical BMC application required ",
1060 "to shutdown the host firmware has failed to start ",
1061 "successfully. Look in the log for other errors indicating ",
1062 "what has failed."
1063 ]
1064 }
1065 },
1066
1067 {
1068 "Name": "xyz.openbmc_project.State.Host.Error.HostStopFailure",
1069 "Subsystem": "bmc_firmware",
1070 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001071 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001072 "ReasonCode": "0x3412",
Patrick Williams26919f02022-12-08 06:12:43 -06001073 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001074 },
1075 "Callouts": [
1076 {
Patrick Williams26919f02022-12-08 06:12:43 -06001077 "CalloutList": [
1078 {
1079 "Priority": "high",
1080 "Procedure": "next_level_support"
1081 }
1082 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001083 }
1084 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001085 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001086 "Description": "The system has failed to stop the host firmware",
1087 "Message": "The system has failed to stop the host firmware, look for other errors",
1088 "Notes": [
1089 "This log indicates a critical BMC application required ",
1090 "to stop the host firmware has failed to start ",
1091 "successfully. Look in the log for other errors indicating ",
1092 "what has failed."
1093 ]
1094 }
1095 },
1096
1097 {
1098 "Name": "xyz.openbmc_project.State.Host.Error.HostRebootFailure",
1099 "Subsystem": "bmc_firmware",
1100 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001101 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001102 "ReasonCode": "0x3413",
Patrick Williams26919f02022-12-08 06:12:43 -06001103 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001104 },
1105 "Callouts": [
1106 {
Patrick Williams26919f02022-12-08 06:12:43 -06001107 "CalloutList": [
1108 {
1109 "Priority": "high",
1110 "Procedure": "next_level_support"
1111 }
1112 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001113 }
1114 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001115 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001116 "Description": "The system has failed to reboot the host firmware",
1117 "Message": "The system has failed to reboot the host firmware, look for other errors",
1118 "Notes": [
1119 "This log indicates a critical BMC application required ",
1120 "to reboot the host firmware has failed to start ",
1121 "successfully. Look in the log for other errors indicating ",
1122 "what has failed."
1123 ]
1124 }
1125 },
1126
1127 {
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001128 "Name": "xyz.openbmc_project.State.Error.HostQuiesce",
1129 "Subsystem": "bmc_firmware",
1130 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001131 "SRC": {
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001132 "ReasonCode": "0x3414",
Patrick Williams26919f02022-12-08 06:12:43 -06001133 "Words6To9": {}
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001134 },
1135 "Callouts": [
1136 {
Patrick Williams26919f02022-12-08 06:12:43 -06001137 "CalloutList": [
1138 {
1139 "Priority": "high",
1140 "Procedure": "next_level_support"
1141 }
1142 ]
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001143 }
1144 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001145 "Documentation": {
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001146 "Description": "The host firmware has failed to boot",
1147 "Message": "The host firmware has failed to boot and has entered a Quiesce state. Look for other errors.",
1148 "Notes": [
1149 "This log indicates that the host firmware has failed to ",
1150 "boot and all retries have been exhausted. There should be ",
1151 "other logs with more details on the boot failure reason. "
1152 ]
1153 }
1154 },
1155
1156 {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -05001157 "Name": "org.open_power.Processor.Error.SbeChipOpFailure",
1158 "Subsystem": "processor_chip",
1159 "ComponentID": "0x3500",
1160
Patrick Williams26919f02022-12-08 06:12:43 -06001161 "SRC": {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -05001162 "ReasonCode": "0x3500",
Patrick Williams26919f02022-12-08 06:12:43 -06001163 "Words6To9": {
1164 "6": {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -05001165 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
1166 "AdditionalDataPropSource": "SRC6"
1167 }
1168 }
1169 },
1170
Patrick Williams26919f02022-12-08 06:12:43 -06001171 "Documentation": {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -05001172 "Description": "chipop failure with SBE provided FFDC",
1173 "Message": "chipop request failure reported by SBE",
1174 "Notes": [
1175 "The severity is set by the creator.",
1176 "Callouts added based on SBE provided FFDC.",
1177 "SBE provided additional debug data included as part of the",
1178 "additional user data section."
1179 ]
1180 }
1181 },
1182
1183 {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -05001184 "Name": "org.open_power.Processor.Error.SbeChipOpTimeout",
1185 "Subsystem": "processor_chip",
1186 "ComponentID": "0x3500",
1187
Patrick Williams26919f02022-12-08 06:12:43 -06001188 "SRC": {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -05001189 "ReasonCode": "0x3501",
Patrick Williams26919f02022-12-08 06:12:43 -06001190 "Words6To9": {
1191 "6": {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -05001192 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
1193 "AdditionalDataPropSource": "SRC6"
1194 }
1195 }
1196 },
1197
Jayanth Othayothe4acc8d2022-06-02 02:32:08 -05001198 "Callouts": [
1199 {
1200 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06001201 {
1202 "Priority": "high",
1203 "Procedure": "next_level_support"
1204 }
Jayanth Othayothe4acc8d2022-06-02 02:32:08 -05001205 ]
1206 }
1207 ],
1208
Patrick Williams26919f02022-12-08 06:12:43 -06001209 "Documentation": {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -05001210 "Description": "SBE chipop timeout",
1211 "Message": "chipop timeout reported during SBE communication",
1212 "Notes": [
1213 "The severity is set by the creator.",
1214 "Check SBE Dump associated to this error to debug the failure."
1215 ]
1216 }
1217 },
1218
1219 {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001220 "Name": "org.open_power.Processor.Error.SbeChipOpInvalidState",
1221 "Subsystem": "processor_chip",
1222 "ComponentID": "0x3500",
1223
Patrick Williams26919f02022-12-08 06:12:43 -06001224 "SRC": {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001225 "ReasonCode": "0x3502",
Patrick Williams26919f02022-12-08 06:12:43 -06001226 "Words6To9": {
1227 "6": {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001228 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
1229 "AdditionalDataPropSource": "SRC6"
1230 },
Patrick Williams26919f02022-12-08 06:12:43 -06001231 "7": {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001232 "Description": "Value of SBE state",
1233 "AdditionalDataPropSource": "SRC7"
1234 }
1235 }
1236 },
1237
Patrick Williams26919f02022-12-08 06:12:43 -06001238 "Documentation": {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001239 "Description": "The SBE on this processor is not in a state where chipOps can be issued",
1240 "Message": "SBE Chipop is not allowed due to invalid SBE state ",
Patrick Williams26919f02022-12-08 06:12:43 -06001241 "Notes": ["The severity is set by the creator."]
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001242 }
1243 },
1244
1245 {
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001246 "Name": "org.open_power.Processor.Error.SbeBootFailure",
1247 "Subsystem": "processor_chip",
1248 "ComponentID": "0x3500",
Patrick Williams26919f02022-12-08 06:12:43 -06001249 "ActionFlags": ["service_action", "report", "call_home"],
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001250
Patrick Williams26919f02022-12-08 06:12:43 -06001251 "SRC": {
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001252 "ReasonCode": "0x3503",
Patrick Williams26919f02022-12-08 06:12:43 -06001253 "Words6To9": {
1254 "6": {
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001255 "Description": "[0:15] chip position",
1256 "AdditionalDataPropSource": "SRC6"
1257 }
1258 }
1259 },
1260
Patrick Williams26919f02022-12-08 06:12:43 -06001261 "Documentation": {
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001262 "Description": "Boot failure with SBE provided FFDC",
1263 "Message": "Boot failure reported by SBE",
1264 "Notes": [
1265 "The severity is set by the creator.",
1266 "Callouts added based on SBE provided FFDC.",
1267 "SBE provided additional debug data included as part of the",
1268 "additional user data section."
1269 ]
1270 }
1271 },
1272
1273 {
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001274 "Name": "org.open_power.Processor.Error.SbeBootTimeout",
1275 "Subsystem": "processor_chip",
1276 "ComponentID": "0x3500",
1277
Patrick Williams26919f02022-12-08 06:12:43 -06001278 "SRC": {
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001279 "ReasonCode": "0x3504",
Patrick Williams26919f02022-12-08 06:12:43 -06001280 "Words6To9": {}
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001281 },
1282
Jayanth Othayothf5cd2a42022-05-31 02:54:10 -05001283 "Callouts": [
1284 {
1285 "System": "ibm,rainier",
1286 "CalloutList": [
1287 {
1288 "Priority": "low",
1289 "LocCode": "P0"
1290 },
1291 {
1292 "Priority": "low",
1293 "LocCode": "P0-C22"
1294 }
1295 ]
1296 },
1297 {
1298 "System": "ibm,everest",
1299 "CalloutList": [
1300 {
1301 "Priority": "low",
1302 "LocCode": "P0"
1303 },
1304 {
1305 "Priority": "low",
1306 "LocCode": "P0-C96"
1307 }
1308 ]
1309 }
1310 ],
1311
Patrick Williams26919f02022-12-08 06:12:43 -06001312 "Documentation": {
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001313 "Description": "SBE Boot timeout",
1314 "Message": "timeout reported during SBE boot process",
1315 "Notes": [
1316 "The severity is set by the creator.",
1317 "Check SBE Dump associated to this error to debug the failure."
1318 ]
1319 }
1320 },
1321
1322 {
Ben Tyner34836322020-04-15 17:01:48 -05001323 "Name": "org.open_power.Attn.Error.Terminate",
Ben Tyner808e29f2021-04-16 08:32:23 -05001324 "Subsystem": "cec_hardware",
1325 "Severity": "non_error",
Ben Tyner34836322020-04-15 17:01:48 -05001326
Patrick Williams26919f02022-12-08 06:12:43 -06001327 "SRC": {
Ben Tyner34836322020-04-15 17:01:48 -05001328 "ReasonCode": "0xD138",
Patrick Williams26919f02022-12-08 06:12:43 -06001329 "SymptomIDFields": [
1330 "SRCWord3",
1331 "SRCWord4",
1332 "SRCWord5",
1333 "SRCWord6",
1334 "SRCWord7",
1335 "SRCWord8",
1336 "SRCWord9"
1337 ],
1338 "Words6To9": {}
Ben Tyner34836322020-04-15 17:01:48 -05001339 },
1340
Patrick Williams26919f02022-12-08 06:12:43 -06001341 "Documentation": {
Ben Tyner34836322020-04-15 17:01:48 -05001342 "Description": "Status shows TI special attention active",
1343 "Message": "TI special attention detected",
1344 "Notes": [
1345 "This entry is for any TI special attention event ",
1346 "reported by the attention handler component"
1347 ]
1348 }
1349 },
1350
1351 {
1352 "Name": "org.open_power.Attn.Error.Fail",
1353 "Subsystem": "bmc_firmware",
1354 "Severity": "unrecoverable_loss_of_function",
1355
Patrick Williams26919f02022-12-08 06:12:43 -06001356 "SRC": {
Ben Tyner34836322020-04-15 17:01:48 -05001357 "ReasonCode": "0xD13E",
Patrick Williams26919f02022-12-08 06:12:43 -06001358 "Words6To9": {
1359 "6": {
Ben Tyner34836322020-04-15 17:01:48 -05001360 "Description": "Error code from attention handler",
1361 "AdditionalDataPropSource": "ERROR_CODE"
1362 }
1363 }
1364 },
Patrick Williams26919f02022-12-08 06:12:43 -06001365 "Documentation": {
Ben Tyner34836322020-04-15 17:01:48 -05001366 "Description": "The attention handler encountered an error",
Patrick Williams26919f02022-12-08 06:12:43 -06001367 "MessageArgSources": ["SRCWord6"],
Ben Tyner34836322020-04-15 17:01:48 -05001368 "Message": "Attention handler error %1",
Patrick Williams26919f02022-12-08 06:12:43 -06001369 "Notes": ["Attention handler will provide error code"]
Ben Tyner34836322020-04-15 17:01:48 -05001370 }
1371 },
1372
1373 {
1374 "Name": "org.open_power.Attn.Error.Vital",
1375 "Subsystem": "processor_chip",
Ben Tyner34836322020-04-15 17:01:48 -05001376
Patrick Williams26919f02022-12-08 06:12:43 -06001377 "SRC": {
Ben Tyner34836322020-04-15 17:01:48 -05001378 "ReasonCode": "0xD16D",
Patrick Williams26919f02022-12-08 06:12:43 -06001379 "Words6To9": {}
Ben Tyner34836322020-04-15 17:01:48 -05001380 },
1381
Patrick Williams26919f02022-12-08 06:12:43 -06001382 "Documentation": {
Ben Tyner34836322020-04-15 17:01:48 -05001383 "Description": "Status shows SBE vital attention active",
1384 "Message": "SBE vital attention detected",
1385 "Notes": [
1386 "This entry is for any SBE vital attention event ",
1387 "reported by the attention handler component"
1388 ]
1389 }
1390 },
1391
1392 {
1393 "Name": "org.open_power.HwDiags.Error.Checkstop",
Zane Shelley4e6355d2022-02-24 15:28:08 -06001394 "PossibleSubsystems": [
Patrick Williams26919f02022-12-08 06:12:43 -06001395 "processor",
1396 "processor_fru",
1397 "processor_unit",
1398 "processor_bus",
1399 "memory_ctlr",
1400 "memory_bus",
1401 "memory_dimm",
1402 "memory_fru",
1403 "phb",
1404 "cec_hardware",
1405 "cec_clocks",
1406 "cec_tod",
1407 "others"
Zane Shelley4e6355d2022-02-24 15:28:08 -06001408 ],
1409 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06001410 "ActionFlags": ["service_action", "report", "call_home"],
Ben Tyner34836322020-04-15 17:01:48 -05001411
Patrick Williams26919f02022-12-08 06:12:43 -06001412 "SRC": {
Zane Shelley561c0382020-11-17 13:20:05 -06001413 "ReasonCode": "0xE510",
Patrick Williams26919f02022-12-08 06:12:43 -06001414 "SymptomIDFields": ["SRCWord6", "SRCWord7", "SRCWord8"],
1415 "Words6To9": {
1416 "6": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001417 "AdditionalDataPropSource": "SRC6"
1418 },
Patrick Williams26919f02022-12-08 06:12:43 -06001419 "7": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001420 "AdditionalDataPropSource": "SRC7"
1421 },
Patrick Williams26919f02022-12-08 06:12:43 -06001422 "8": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001423 "AdditionalDataPropSource": "SRC8"
1424 }
Ben Tyner34836322020-04-15 17:01:48 -05001425 }
1426 },
1427
Patrick Williams26919f02022-12-08 06:12:43 -06001428 "Documentation": {
Zane Shelley561c0382020-11-17 13:20:05 -06001429 "Description": "A system checkstop attention has occurred",
Patrick Williams26919f02022-12-08 06:12:43 -06001430 "MessageArgSources": ["SRCWord6", "SRCWord7", "SRCWord8"],
Zane Shelley45ab43a2021-11-13 16:16:57 -06001431 "Message": "Error Signature: %1 %2 %3"
Ben Tyner34836322020-04-15 17:01:48 -05001432 }
1433 },
1434
1435 {
Zane Shelley561c0382020-11-17 13:20:05 -06001436 "Name": "org.open_power.HwDiags.Error.Predictive",
Zane Shelley4e6355d2022-02-24 15:28:08 -06001437 "PossibleSubsystems": [
Patrick Williams26919f02022-12-08 06:12:43 -06001438 "processor",
1439 "processor_fru",
1440 "processor_unit",
1441 "processor_bus",
1442 "memory_ctlr",
1443 "memory_bus",
1444 "memory_dimm",
1445 "memory_fru",
1446 "phb",
1447 "cec_hardware",
1448 "cec_clocks",
1449 "cec_tod",
1450 "others"
Zane Shelley4e6355d2022-02-24 15:28:08 -06001451 ],
1452 "Severity": "predictive",
Patrick Williams26919f02022-12-08 06:12:43 -06001453 "ActionFlags": ["service_action", "report", "call_home"],
Ben Tyner34836322020-04-15 17:01:48 -05001454
Patrick Williams26919f02022-12-08 06:12:43 -06001455 "SRC": {
Zane Shelley561c0382020-11-17 13:20:05 -06001456 "ReasonCode": "0xE511",
Patrick Williams26919f02022-12-08 06:12:43 -06001457 "SymptomIDFields": ["SRCWord6", "SRCWord7", "SRCWord8"],
1458 "Words6To9": {
1459 "6": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001460 "AdditionalDataPropSource": "SRC6"
1461 },
Patrick Williams26919f02022-12-08 06:12:43 -06001462 "7": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001463 "AdditionalDataPropSource": "SRC7"
1464 },
Patrick Williams26919f02022-12-08 06:12:43 -06001465 "8": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001466 "AdditionalDataPropSource": "SRC8"
1467 }
Ben Tyner34836322020-04-15 17:01:48 -05001468 }
1469 },
Zane Shelley561c0382020-11-17 13:20:05 -06001470
Patrick Williams26919f02022-12-08 06:12:43 -06001471 "Documentation": {
Zane Shelley561c0382020-11-17 13:20:05 -06001472 "Description": "A hardware attention requiring service has occurred",
Patrick Williams26919f02022-12-08 06:12:43 -06001473 "MessageArgSources": ["SRCWord6", "SRCWord7", "SRCWord8"],
Zane Shelley45ab43a2021-11-13 16:16:57 -06001474 "Message": "Error Signature: %1 %2 %3"
Ben Tyner34836322020-04-15 17:01:48 -05001475 }
Shawn McCarney01648f52020-06-25 11:42:02 -05001476 },
1477
1478 {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001479 "Name": "org.open_power.HwDiags.Error.Informational",
Zane Shelley4e6355d2022-02-24 15:28:08 -06001480 "PossibleSubsystems": [
Patrick Williams26919f02022-12-08 06:12:43 -06001481 "processor",
1482 "processor_fru",
1483 "processor_unit",
1484 "processor_bus",
1485 "memory_ctlr",
1486 "memory_bus",
1487 "memory_dimm",
1488 "memory_fru",
1489 "phb",
1490 "cec_hardware",
1491 "cec_clocks",
1492 "cec_tod",
1493 "others"
Zane Shelley4e6355d2022-02-24 15:28:08 -06001494 ],
1495 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -06001496 "ActionFlags": ["hidden", "dont_report"],
Zane Shelleydd4bd482021-12-08 09:12:51 -06001497
Patrick Williams26919f02022-12-08 06:12:43 -06001498 "SRC": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001499 "ReasonCode": "0xE512",
Patrick Williams26919f02022-12-08 06:12:43 -06001500 "SymptomIDFields": ["SRCWord6", "SRCWord7", "SRCWord8"],
1501 "Words6To9": {
1502 "6": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001503 "AdditionalDataPropSource": "SRC6"
1504 },
Patrick Williams26919f02022-12-08 06:12:43 -06001505 "7": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001506 "AdditionalDataPropSource": "SRC7"
1507 },
Patrick Williams26919f02022-12-08 06:12:43 -06001508 "8": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001509 "AdditionalDataPropSource": "SRC8"
1510 }
1511 }
1512 },
1513
Patrick Williams26919f02022-12-08 06:12:43 -06001514 "Documentation": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001515 "Description": "Manual analysis was initiated via the command line. FFDC only.",
Patrick Williams26919f02022-12-08 06:12:43 -06001516 "MessageArgSources": ["SRCWord6", "SRCWord7", "SRCWord8"],
Zane Shelleydd4bd482021-12-08 09:12:51 -06001517 "Message": "Error Signature: %1 %2 %3"
1518 }
1519 },
1520
1521 {
Brandon Wyman38caaf02020-09-01 16:07:42 -05001522 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.InputFault",
1523 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001524 "ActionFlags": ["service_action", "report"],
1525 "ComponentID": "0x2700",
1526
1527 "SRC": {
1528 "Type": "11",
1529 "ReasonCode": "0x15F0",
1530 "Words6To9": {}
1531 },
1532
1533 "Callouts": [
1534 {
1535 "CalloutList": [
1536 { "Priority": "high", "SymbolicFRU": "pwrsply" }
1537 ]
1538 }
1539 ],
1540
1541 "Documentation": {
1542 "Description": "Power Supply input power fault",
1543 "Message": "A power supply has indicated an input or under voltage condition.",
1544 "Notes": [
1545 "Check the power supply cabling and/or input power ",
1546 "source. The PWRSPLY procedure is used rather than ",
1547 "calling out a location code, as typically these faults ",
1548 "are related to the supplied power, the cable, or the ",
1549 "cable connectors. If the input fault resolves down to an ",
1550 "issue with the power supply itself, the power supply ",
1551 "indicating this input fault should be called out. Add the ",
1552 "CALLOUT_INVENTORY_PATH to the additional data, and set the",
1553 "CALLOUT_PRIORITY to something other than high."
1554 ]
1555 }
1556 },
1557
1558 {
1559 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Fault",
1560 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001561 "ActionFlags": ["service_action", "report", "call_home"],
1562 "ComponentID": "0x2700",
1563
1564 "SRC": {
1565 "Type": "11",
1566 "ReasonCode": "0x15F1",
1567 "Words6To9": {}
1568 },
1569
Jim Wright006dafd2022-05-27 12:09:43 -05001570 "Callouts": [
1571 {
1572 "CalloutList": [
1573 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
1574 ]
1575 }
1576 ],
1577
Brandon Wyman38caaf02020-09-01 16:07:42 -05001578 "Documentation": {
1579 "Description": "Power Supply power fault",
1580 "Message": "The power supply detected a fault condition, see AdditionalData for further details.",
1581 "Notes": [
1582 "The power supply reporting the fault should be called ",
1583 "out using the CALLOUT_INVENTORY_PATH keyword. Include ",
1584 "specific fault, STATUS_* details, and code level in the ",
1585 "AdditionalData section."
1586 ]
1587 }
1588 },
1589
1590 {
1591 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.CommFault",
1592 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001593 "ActionFlags": ["service_action", "report", "call_home"],
1594 "ComponentID": "0x2700",
1595
1596 "SRC": {
1597 "Type": "11",
1598 "ReasonCode": "0x15F2",
1599 "Words6To9": {}
1600 },
1601
Jim Wright006dafd2022-05-27 12:09:43 -05001602 "Callouts": [
1603 {
1604 "CalloutList": [
1605 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
1606 ]
1607 }
1608 ],
1609
Brandon Wyman38caaf02020-09-01 16:07:42 -05001610 "Documentation": {
1611 "Description": "Power Supply non-power fault",
1612 "Message": "A communication failure occurred talking to the power supply",
1613 "Notes": [
1614 "Communication problems with the power supply could be ",
1615 "the power supply, or any hardware between it and the ",
1616 "BMC. Reporting the error should be passing in a call ",
1617 "out using CALLOUT_DEVICE_PATH."
1618 ]
1619 }
1620 },
1621
1622 {
1623 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Missing",
1624 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001625 "ActionFlags": ["service_action", "report", "call_home"],
1626 "ComponentID": "0x2700",
1627
1628 "SRC": {
1629 "Type": "11",
1630 "ReasonCode": "0x15F6",
1631 "Words6To9": {}
1632 },
1633
1634 "Callouts": [
1635 {
1636 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -05001637 {
1638 "Priority": "high",
1639 "SymbolicFRUTrusted": "pwrsply",
1640 "UseInventoryLocCode": true
1641 }
Brandon Wyman38caaf02020-09-01 16:07:42 -05001642 ]
1643 }
1644 ],
1645
1646 "Documentation": {
1647 "Description": "Power Supply is missing",
1648 "Message": "A power supply that should be present is missing",
1649 "Notes": [
1650 "The CalloutList should use the PWRSPLY symbolic FRU ",
Matt Spinler80600192020-10-23 09:29:33 -05001651 "with the trusted location code property. The ",
1652 "location code in this callout is obtained from ",
1653 "the passed in CALLOUT_INVENTORY_PATH value."
Brandon Wyman38caaf02020-09-01 16:07:42 -05001654 ]
1655 }
1656 },
1657
1658 {
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00001659 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.NotSupported",
1660 "Subsystem": "power_supply",
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00001661 "ActionFlags": ["service_action", "report", "call_home"],
1662 "ComponentID": "0x2700",
1663
1664 "SRC": {
1665 "Type": "11",
1666 "ReasonCode": "0x15F7",
1667 "Words6To9": {}
1668 },
1669
Jim Wright006dafd2022-05-27 12:09:43 -05001670 "Callouts": [
1671 {
1672 "CalloutList": [
1673 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
1674 ]
1675 }
1676 ],
1677
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00001678 "Documentation": {
1679 "Description": "Power Supply configuration is not supported",
1680 "Message": "The power supply configuration is not supported",
1681 "Notes": [
1682 "The combination of power supplies detected in the ",
1683 "system is not supported. This could be caused by ",
1684 "mismatched models, less than expected number of power ",
1685 "supplies, or other unsupported characteristics."
1686 ]
1687 }
1688 },
1689
1690 {
Brandon Wymanc30f00a2021-11-18 21:10:04 +00001691 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.FanFault",
1692 "Subsystem": "power_supply",
Brandon Wymanc30f00a2021-11-18 21:10:04 +00001693 "ActionFlags": ["service_action", "report", "call_home"],
1694 "ComponentID": "0x2700",
1695
1696 "SRC": {
1697 "Type": "11",
1698 "ReasonCode": "0x15FF",
1699 "Words6To9": {}
1700 },
1701
Jim Wright006dafd2022-05-27 12:09:43 -05001702 "Callouts": [
1703 {
1704 "CalloutList": [
1705 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
1706 ]
1707 }
1708 ],
1709
Brandon Wymanc30f00a2021-11-18 21:10:04 +00001710 "Documentation": {
1711 "Description": "Power Supply fan fault",
1712 "Message": "A power supply indicated a fan fault has occurred",
1713 "Notes": [
1714 "The power supply reporting the fault should be called ",
1715 "out using the CALLOUT_INVENTORY_PATH keyword. Include ",
1716 "specific fault, STATUS_* details, and code level in the ",
1717 "AdditionalData section."
1718 ]
1719 }
1720 },
1721
1722 {
Brandon Wyman90c88402021-11-16 20:34:49 +00001723 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.IoutOCFault",
1724 "Subsystem": "power_supply",
Brandon Wyman90c88402021-11-16 20:34:49 +00001725 "ActionFlags": ["service_action", "report", "call_home"],
1726 "ComponentID": "0x2700",
1727
1728 "SRC": {
1729 "Type": "11",
1730 "ReasonCode": "0x1B01",
1731 "Words6To9": {}
1732 },
1733
1734 "Callouts": [
1735 {
1736 "CalloutList": [
1737 { "Priority": "high", "Procedure": "power_overcurrent" }
1738 ]
1739 }
1740 ],
1741
1742 "Documentation": {
1743 "Description": "Power Supply output over-current power fault",
1744 "Message": "A power supply has indicated an output over-current condition."
1745 }
1746 },
1747
1748 {
Jay Meyer54ff54e2021-03-14 20:18:41 -05001749 "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Blackout",
1750 "Subsystem": "power",
Patrick Williams26919f02022-12-08 06:12:43 -06001751 "ActionFlags": ["report", "service_action"],
Jay Meyer54ff54e2021-03-14 20:18:41 -05001752 "ComponentID": "0x2700",
1753
Patrick Williams26919f02022-12-08 06:12:43 -06001754 "SRC": {
Jay Meyer54ff54e2021-03-14 20:18:41 -05001755 "Type": "11",
1756 "ReasonCode": "0x00AC",
Mike Cappsa2d7b772022-03-07 15:47:48 -05001757 "Words6To9": {}
Jay Meyer54ff54e2021-03-14 20:18:41 -05001758 },
1759
1760 "Callouts": [
1761 {
1762 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06001763 { "Priority": "high", "SymbolicFRU": "ac_module" }
Jay Meyer54ff54e2021-03-14 20:18:41 -05001764 ]
1765 }
1766 ],
1767
1768 "Documentation": {
1769 "Description": "Input power was lost while the system was powered on.",
1770 "Message": "Input power was lost while the system was powered on.",
1771 "Notes": [
1772 "Input power was lost while system powered on.",
1773 "The CalloutList should use the ACMODUL symbolic FRU."
1774 ]
1775 }
1776 },
1777
1778 {
Patrick Williams26919f02022-12-08 06:12:43 -06001779 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.PSKillFault",
Brandon Wyman002d8cf2021-12-01 23:05:11 +00001780 "Subsystem": "power_supply",
Brandon Wyman002d8cf2021-12-01 23:05:11 +00001781 "ActionFlags": ["service_action", "report", "call_home"],
1782 "ComponentID": "0x2700",
1783
1784 "SRC": {
1785 "Type": "11",
1786 "ReasonCode": "0x2500",
Mike Cappsa2d7b772022-03-07 15:47:48 -05001787 "Words6To9": {}
Brandon Wyman002d8cf2021-12-01 23:05:11 +00001788 },
1789
1790 "Callouts": [
1791 {
1792 "CalloutList": [
1793 { "Priority": "high", "Procedure": "power_overcurrent" }
1794 ]
1795 }
1796 ],
1797
1798 "Documentation": {
1799 "Description": "A power supply fault is potentially preventing the power supply from allowing the system to power on.",
1800 "Message": "Power supply PSKill_fault",
Patrick Williams26919f02022-12-08 06:12:43 -06001801 "Notes": []
Brandon Wyman002d8cf2021-12-01 23:05:11 +00001802 }
1803 },
1804
1805 {
Jim Wright7f678902020-11-30 16:03:57 -06001806 "Name": "xyz.openbmc_project.Power.Error.Shutdown",
1807 "Subsystem": "power_sequencer",
1808 "ComponentID": "0x2700",
1809
1810 "SRC": {
1811 "Type": "11",
1812 "ReasonCode": "0x2600",
1813 "Words6To9": {}
1814 },
1815
1816 "Callouts": [
1817 {
1818 "CalloutList": [
1819 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1820 ]
1821 }
1822 ],
1823
1824 "Documentation": {
1825 "Description": "A power off was issued because a power fault was detected",
1826 "Message": "A power off was issued because a power fault was detected",
Patrick Williams26919f02022-12-08 06:12:43 -06001827 "Notes": []
Jim Wright7f678902020-11-30 16:03:57 -06001828 }
1829 },
1830
1831 {
Ben Tyner0273a222021-07-12 15:18:13 -05001832 "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Regulator",
1833 "Subsystem": "power_control_hw",
Mike Capps2a2d0ae2022-03-16 18:09:00 -04001834 "Severity": "critical_system_term",
Ben Tyner0273a222021-07-12 15:18:13 -05001835 "ComponentID": "0x2700",
1836
1837 "SRC": {
1838 "Type": "11",
1839 "ReasonCode": "0x2602",
Mike Cappsa2d7b772022-03-07 15:47:48 -05001840 "Words6To9": {}
Ben Tyner0273a222021-07-12 15:18:13 -05001841 },
1842
1843 "Callouts": [
1844 {
1845 "System": "ibm,rainier",
1846 "CalloutList": [
1847 {
1848 "Priority": "high",
1849 "LocCode": "P0-C5"
1850 },
1851 {
1852 "Priority": "medium",
1853 "LocCode": "P0"
1854 }
1855 ]
1856 },
1857 {
1858 "System": "ibm,everest",
1859 "CalloutList": [
1860 {
1861 "Priority": "high",
1862 "LocCode": "P0-C59"
1863 },
1864 {
1865 "Priority": "medium",
1866 "LocCode": "P0"
1867 }
1868 ]
1869 }
1870 ],
1871
1872 "Documentation": {
1873 "Description": "A power off was issued because a regulator for standby power faulted",
1874 "Message": "A power off was issued because a regulator for standby power faulted",
Patrick Williams26919f02022-12-08 06:12:43 -06001875 "Notes": []
Ben Tyner0273a222021-07-12 15:18:13 -05001876 }
1877 },
1878
1879 {
Jim Wright7f678902020-11-30 16:03:57 -06001880 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerPGOODFault",
1881 "Subsystem": "power_sequencer",
1882 "ComponentID": "0x2700",
1883
1884 "SRC": {
1885 "Type": "11",
1886 "ReasonCode": "0x2610",
1887 "Words6To9": {}
1888 },
1889
1890 "CalloutsUsingAD": {
Patrick Williams26919f02022-12-08 06:12:43 -06001891 "ADName": "INPUT_NAME",
1892 "CalloutsWithTheirADValues": [
Jim Wright7f678902020-11-30 16:03:57 -06001893 {
Patrick Williams26919f02022-12-08 06:12:43 -06001894 "ADValue": "PGOOD_12A",
1895 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06001896 {
1897 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06001898 {
1899 "Priority": "high",
1900 "SymbolicFRU": "pgood_part"
1901 }
Jim Wright7f678902020-11-30 16:03:57 -06001902 ]
1903 }
1904 ]
1905 },
1906 {
Patrick Williams26919f02022-12-08 06:12:43 -06001907 "ADValue": "PGOOD_12B",
1908 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06001909 {
1910 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06001911 {
1912 "Priority": "high",
1913 "SymbolicFRU": "pgood_part"
1914 }
Jim Wright7f678902020-11-30 16:03:57 -06001915 ]
1916 }
1917 ]
1918 },
1919 {
Patrick Williams26919f02022-12-08 06:12:43 -06001920 "ADValue": "PGOOD_12C",
1921 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06001922 {
1923 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06001924 {
1925 "Priority": "high",
1926 "SymbolicFRU": "pgood_part"
1927 }
Jim Wright7f678902020-11-30 16:03:57 -06001928 ]
1929 }
1930 ]
1931 },
1932 {
Patrick Williams26919f02022-12-08 06:12:43 -06001933 "ADValue": "PGOOD_12D",
1934 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06001935 {
1936 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06001937 {
1938 "Priority": "high",
1939 "SymbolicFRU": "pgood_part"
1940 }
Jim Wright7f678902020-11-30 16:03:57 -06001941 ]
1942 }
1943 ]
1944 },
1945 {
Patrick Williams26919f02022-12-08 06:12:43 -06001946 "ADValue": "PGOOD_12L",
1947 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06001948 {
1949 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06001950 {
1951 "Priority": "high",
1952 "SymbolicFRU": "pgood_part"
1953 }
Jim Wright7f678902020-11-30 16:03:57 -06001954 ]
1955 }
1956 ]
1957 },
1958 {
Patrick Williams26919f02022-12-08 06:12:43 -06001959 "ADValue": "PGOOD_12M",
1960 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06001961 {
1962 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06001963 {
1964 "Priority": "high",
1965 "SymbolicFRU": "pgood_part"
1966 }
Jim Wright7f678902020-11-30 16:03:57 -06001967 ]
1968 }
1969 ]
1970 },
1971 {
Patrick Williams26919f02022-12-08 06:12:43 -06001972 "ADValue": "PGOOD_12N",
1973 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06001974 {
1975 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06001976 {
1977 "Priority": "high",
1978 "SymbolicFRU": "pgood_part"
1979 }
Jim Wright7f678902020-11-30 16:03:57 -06001980 ]
1981 }
1982 ]
1983 },
1984 {
Patrick Williams26919f02022-12-08 06:12:43 -06001985 "ADValue": "PGOOD_12PCIE",
1986 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06001987 {
1988 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06001989 {
1990 "Priority": "high",
1991 "SymbolicFRU": "pgood_part"
1992 }
Jim Wright7f678902020-11-30 16:03:57 -06001993 ]
1994 }
1995 ]
1996 },
1997 {
Patrick Williams26919f02022-12-08 06:12:43 -06001998 "ADValue": "PGOOD_12Q",
1999 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002000 {
2001 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002002 {
2003 "Priority": "high",
2004 "SymbolicFRU": "pgood_part"
2005 }
Jim Wright7f678902020-11-30 16:03:57 -06002006 ]
2007 }
2008 ]
2009 },
2010 {
Patrick Williams26919f02022-12-08 06:12:43 -06002011 "ADValue": "PGOOD_VDN_DCM0",
2012 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002013 {
2014 "CalloutList": [
2015 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002016 {
2017 "Priority": "medium",
2018 "LocCode": "P0-C15"
2019 },
Jim Wright7f678902020-11-30 16:03:57 -06002020 { "Priority": "low", "LocCode": "P0" }
2021 ]
2022 }
2023 ]
2024 },
2025 {
Patrick Williams26919f02022-12-08 06:12:43 -06002026 "ADValue": "PGOOD_VDN_DCM1",
2027 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002028 {
2029 "CalloutList": [
2030 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002031 {
2032 "Priority": "medium",
2033 "LocCode": "P0-C24"
2034 },
Jim Wright7f678902020-11-30 16:03:57 -06002035 { "Priority": "low", "LocCode": "P0" }
2036 ]
2037 }
2038 ]
2039 },
2040 {
Patrick Williams26919f02022-12-08 06:12:43 -06002041 "ADValue": "PGOOD_VCS_DCM0",
2042 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002043 {
2044 "CalloutList": [
2045 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002046 {
2047 "Priority": "medium",
2048 "LocCode": "P0-C15"
2049 },
Jim Wright7f678902020-11-30 16:03:57 -06002050 { "Priority": "low", "LocCode": "P0" }
2051 ]
2052 }
2053 ]
2054 },
2055 {
Patrick Williams26919f02022-12-08 06:12:43 -06002056 "ADValue": "PGOOD_VCS_DCM1",
2057 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002058 {
2059 "CalloutList": [
2060 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002061 {
2062 "Priority": "medium",
2063 "LocCode": "P0-C24"
2064 },
Jim Wright7f678902020-11-30 16:03:57 -06002065 { "Priority": "low", "LocCode": "P0" }
2066 ]
2067 }
2068 ]
2069 },
2070 {
Patrick Williams26919f02022-12-08 06:12:43 -06002071 "ADValue": "PGOOD_VIO_DCM0",
2072 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002073 {
2074 "CalloutList": [
2075 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002076 {
2077 "Priority": "medium",
2078 "LocCode": "P0-C15"
2079 },
Jim Wright7f678902020-11-30 16:03:57 -06002080 { "Priority": "low", "LocCode": "P0" }
2081 ]
2082 }
2083 ]
2084 },
2085 {
Patrick Williams26919f02022-12-08 06:12:43 -06002086 "ADValue": "PGOOD_VIO_DCM1",
2087 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002088 {
2089 "CalloutList": [
2090 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002091 {
2092 "Priority": "medium",
2093 "LocCode": "P0-C24"
2094 },
Jim Wright7f678902020-11-30 16:03:57 -06002095 { "Priority": "low", "LocCode": "P0" }
2096 ]
2097 }
2098 ]
2099 },
2100 {
Patrick Williams26919f02022-12-08 06:12:43 -06002101 "ADValue": "PGOOD_VPCIE_DCM0",
2102 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002103 {
2104 "CalloutList": [
2105 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002106 {
2107 "Priority": "medium",
2108 "LocCode": "P0-C15"
2109 },
Jim Wright7f678902020-11-30 16:03:57 -06002110 { "Priority": "low", "LocCode": "P0" }
2111 ]
2112 }
2113 ]
2114 },
2115 {
Patrick Williams26919f02022-12-08 06:12:43 -06002116 "ADValue": "PGOOD_VPCIE_DCM1",
2117 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002118 {
2119 "CalloutList": [
2120 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002121 {
2122 "Priority": "medium",
2123 "LocCode": "P0-C24"
2124 },
Jim Wright7f678902020-11-30 16:03:57 -06002125 { "Priority": "low", "LocCode": "P0" }
2126 ]
2127 }
2128 ]
Jim Wright2e4eb072022-02-03 14:43:46 -06002129 },
2130 {
Patrick Williams26919f02022-12-08 06:12:43 -06002131 "ADValue": "CP0_VPCIE",
2132 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002133 {
2134 "CalloutList": [
2135 { "Priority": "high", "LocCode": "P0-C58" },
Patrick Williams26919f02022-12-08 06:12:43 -06002136 {
2137 "Priority": "medium",
2138 "LocCode": "P0-C61"
2139 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002140 { "Priority": "low", "LocCode": "P0" }
2141 ]
2142 }
2143 ]
2144 },
2145 {
Patrick Williams26919f02022-12-08 06:12:43 -06002146 "ADValue": "CP1_VPCIE",
2147 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002148 {
2149 "CalloutList": [
2150 { "Priority": "high", "LocCode": "P0-C16" },
Patrick Williams26919f02022-12-08 06:12:43 -06002151 {
2152 "Priority": "medium",
2153 "LocCode": "P0-C14"
2154 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002155 { "Priority": "low", "LocCode": "P0" }
2156 ]
2157 }
2158 ]
2159 },
2160 {
Patrick Williams26919f02022-12-08 06:12:43 -06002161 "ADValue": "CP2_VPCIE",
2162 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002163 {
2164 "CalloutList": [
2165 { "Priority": "high", "LocCode": "P0-C16" },
Patrick Williams26919f02022-12-08 06:12:43 -06002166 {
2167 "Priority": "medium",
2168 "LocCode": "P0-C19"
2169 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002170 { "Priority": "low", "LocCode": "P0" }
2171 ]
2172 }
2173 ]
2174 },
2175 {
Patrick Williams26919f02022-12-08 06:12:43 -06002176 "ADValue": "CP3_VPCIE",
2177 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002178 {
2179 "CalloutList": [
2180 { "Priority": "high", "LocCode": "P0-C58" },
Patrick Williams26919f02022-12-08 06:12:43 -06002181 {
2182 "Priority": "medium",
2183 "LocCode": "P0-C56"
2184 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002185 { "Priority": "low", "LocCode": "P0" }
2186 ]
2187 }
2188 ]
2189 },
2190 {
Patrick Williams26919f02022-12-08 06:12:43 -06002191 "ADValue": "5.0V_USB_front",
2192 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002193 {
2194 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002195 {
2196 "Priority": "high",
2197 "SymbolicFRU": "usb_pgood"
2198 },
Jim Wrightace33db2022-04-19 14:33:37 -05002199 { "Priority": "low", "LocCode": "P1" },
2200 { "Priority": "low", "LocCode": "P0" }
Jim Wright2e4eb072022-02-03 14:43:46 -06002201 ]
2202 }
2203 ]
2204 },
2205 {
Patrick Williams26919f02022-12-08 06:12:43 -06002206 "ADValue": "CP0_VDN",
2207 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002208 {
2209 "CalloutList": [
2210 { "Priority": "high", "LocCode": "P0-C63" },
Patrick Williams26919f02022-12-08 06:12:43 -06002211 {
2212 "Priority": "medium",
2213 "LocCode": "P0-C61"
2214 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002215 { "Priority": "low", "LocCode": "P0" }
2216 ]
2217 }
2218 ]
2219 },
2220 {
Patrick Williams26919f02022-12-08 06:12:43 -06002221 "ADValue": "CP1_VDN",
2222 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002223 {
2224 "CalloutList": [
2225 { "Priority": "high", "LocCode": "P0-C12" },
Patrick Williams26919f02022-12-08 06:12:43 -06002226 {
2227 "Priority": "medium",
2228 "LocCode": "P0-C14"
2229 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002230 { "Priority": "low", "LocCode": "P0" }
2231 ]
2232 }
2233 ]
2234 },
2235 {
Patrick Williams26919f02022-12-08 06:12:43 -06002236 "ADValue": "CP2_VDN",
2237 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002238 {
2239 "CalloutList": [
2240 { "Priority": "high", "LocCode": "P0-C21" },
Patrick Williams26919f02022-12-08 06:12:43 -06002241 {
2242 "Priority": "medium",
2243 "LocCode": "P0-C19"
2244 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002245 { "Priority": "low", "LocCode": "P0" }
2246 ]
2247 }
2248 ]
2249 },
2250 {
Patrick Williams26919f02022-12-08 06:12:43 -06002251 "ADValue": "CP3_VDN",
2252 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002253 {
2254 "CalloutList": [
2255 { "Priority": "high", "LocCode": "P0-C54" },
Patrick Williams26919f02022-12-08 06:12:43 -06002256 {
2257 "Priority": "medium",
2258 "LocCode": "P0-C56"
2259 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002260 { "Priority": "low", "LocCode": "P0" }
2261 ]
2262 }
2263 ]
2264 },
2265 {
Patrick Williams26919f02022-12-08 06:12:43 -06002266 "ADValue": "CP0_VIO",
2267 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002268 {
2269 "CalloutList": [
2270 { "Priority": "high", "LocCode": "P0-C63" },
Patrick Williams26919f02022-12-08 06:12:43 -06002271 {
2272 "Priority": "medium",
2273 "LocCode": "P0-C61"
2274 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002275 { "Priority": "low", "LocCode": "P0" }
2276 ]
2277 }
2278 ]
2279 },
2280 {
Patrick Williams26919f02022-12-08 06:12:43 -06002281 "ADValue": "CP1_VIO",
2282 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002283 {
2284 "CalloutList": [
2285 { "Priority": "high", "LocCode": "P0-C12" },
Patrick Williams26919f02022-12-08 06:12:43 -06002286 {
2287 "Priority": "medium",
2288 "LocCode": "P0-C14"
2289 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002290 { "Priority": "low", "LocCode": "P0" }
2291 ]
2292 }
2293 ]
2294 },
2295 {
Patrick Williams26919f02022-12-08 06:12:43 -06002296 "ADValue": "CP2_VIO",
2297 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002298 {
2299 "CalloutList": [
2300 { "Priority": "high", "LocCode": "P0-C21" },
Patrick Williams26919f02022-12-08 06:12:43 -06002301 {
2302 "Priority": "medium",
2303 "LocCode": "P0-C19"
2304 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002305 { "Priority": "low", "LocCode": "P0" }
2306 ]
2307 }
2308 ]
2309 },
2310 {
Patrick Williams26919f02022-12-08 06:12:43 -06002311 "ADValue": "CP3_VIO",
2312 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002313 {
2314 "CalloutList": [
2315 { "Priority": "high", "LocCode": "P0-C54" },
Patrick Williams26919f02022-12-08 06:12:43 -06002316 {
2317 "Priority": "medium",
2318 "LocCode": "P0-C56"
2319 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002320 { "Priority": "low", "LocCode": "P0" }
2321 ]
2322 }
2323 ]
Jim Wright9b779e42022-12-16 17:50:23 -06002324 },
2325 {
2326 "ADValue": "12P0VB_PG_OK",
2327 "Callouts": [
2328 {
2329 "CalloutList": [
2330 {
2331 "Priority": "high",
2332 "SymbolicFRU": "pgood_part"
2333 }
2334 ]
2335 }
2336 ]
2337 },
2338 {
2339 "ADValue": "12P0VA_PG_OK",
2340 "Callouts": [
2341 {
2342 "CalloutList": [
2343 {
2344 "Priority": "high",
2345 "SymbolicFRU": "pgood_part"
2346 }
2347 ]
2348 }
2349 ]
Jim Wright7f678902020-11-30 16:03:57 -06002350 }
2351 ]
2352 },
2353
2354 "Documentation": {
2355 "Description": "The power sequencer chip detected a PGOOD fault",
2356 "Message": "The power sequencer chip detected a PGOOD fault",
Patrick Williams26919f02022-12-08 06:12:43 -06002357 "Notes": []
Jim Wright7f678902020-11-30 16:03:57 -06002358 }
2359 },
2360
2361 {
2362 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerVoltageFault",
2363 "Subsystem": "power_sequencer",
2364 "ComponentID": "0x2700",
2365
2366 "SRC": {
2367 "Type": "11",
2368 "ReasonCode": "0x2620",
2369 "Words6To9": {}
2370 },
2371
2372 "CalloutsUsingAD": {
Patrick Williams26919f02022-12-08 06:12:43 -06002373 "ADName": "RAIL_NAME",
2374 "CalloutsWithTheirADValues": [
Jim Wright7f678902020-11-30 16:03:57 -06002375 {
Patrick Williams26919f02022-12-08 06:12:43 -06002376 "ADValue": "12.0V",
2377 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002378 {
2379 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002380 {
2381 "Priority": "high",
2382 "SymbolicFRU": "pgood_part"
2383 }
Jim Wright7f678902020-11-30 16:03:57 -06002384 ]
2385 }
2386 ]
2387 },
2388 {
Patrick Williams26919f02022-12-08 06:12:43 -06002389 "ADValue": "5.0V_USB",
2390 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002391 {
2392 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002393 {
2394 "Priority": "high",
2395 "SymbolicFRU": "usb_pgood"
2396 },
Jim Wright7f678902020-11-30 16:03:57 -06002397 { "Priority": "medium", "LocCode": "P0" }
2398 ]
2399 }
2400 ]
2401 },
2402 {
Patrick Williams26919f02022-12-08 06:12:43 -06002403 "ADValue": "5.0V_DASD",
2404 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002405 {
2406 "CalloutList": [
2407 { "Priority": "medium", "LocCode": "P1" },
2408 { "Priority": "medium", "LocCode": "P2" },
Jim Wright7f678902020-11-30 16:03:57 -06002409 { "Priority": "low", "LocCode": "P0" }
2410 ]
2411 }
2412 ]
2413 },
2414 {
Patrick Williams26919f02022-12-08 06:12:43 -06002415 "ADValue": "3.3VA",
2416 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002417 {
2418 "CalloutList": [
2419 { "Priority": "high", "LocCode": "P0" }
2420 ]
2421 }
2422 ]
2423 },
2424 {
Patrick Williams26919f02022-12-08 06:12:43 -06002425 "ADValue": "3.3VB",
2426 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002427 {
2428 "CalloutList": [
2429 { "Priority": "high", "LocCode": "P0" }
2430 ]
2431 }
2432 ]
2433 },
2434 {
Patrick Williams26919f02022-12-08 06:12:43 -06002435 "ADValue": "1.5V",
2436 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002437 {
2438 "CalloutList": [
2439 { "Priority": "high", "LocCode": "P0" }
2440 ]
2441 }
2442 ]
2443 },
2444 {
Patrick Williams26919f02022-12-08 06:12:43 -06002445 "ADValue": "1.1V",
2446 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002447 {
2448 "CalloutList": [
2449 { "Priority": "high", "LocCode": "P0" }
2450 ]
2451 }
2452 ]
2453 },
2454 {
Patrick Williams26919f02022-12-08 06:12:43 -06002455 "ADValue": "VDDA_DCM0",
2456 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002457 {
2458 "CalloutList": [
2459 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002460 {
2461 "Priority": "medium",
2462 "LocCode": "P0-C15"
2463 },
Jim Wright7f678902020-11-30 16:03:57 -06002464 { "Priority": "low", "LocCode": "P0" }
2465 ]
2466 }
2467 ]
2468 },
2469 {
Patrick Williams26919f02022-12-08 06:12:43 -06002470 "ADValue": "VDDB_DCM0",
2471 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002472 {
2473 "CalloutList": [
2474 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002475 {
2476 "Priority": "medium",
2477 "LocCode": "P0-C15"
2478 },
Jim Wright7f678902020-11-30 16:03:57 -06002479 { "Priority": "low", "LocCode": "P0" }
2480 ]
2481 }
2482 ]
2483 },
2484 {
Patrick Williams26919f02022-12-08 06:12:43 -06002485 "ADValue": "VDDA_DCM1",
2486 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002487 {
2488 "CalloutList": [
2489 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002490 {
2491 "Priority": "medium",
2492 "LocCode": "P0-C24"
2493 },
Jim Wright7f678902020-11-30 16:03:57 -06002494 { "Priority": "low", "LocCode": "P0" }
2495 ]
2496 }
2497 ]
2498 },
2499 {
Patrick Williams26919f02022-12-08 06:12:43 -06002500 "ADValue": "VDDB_DCM1",
2501 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002502 {
2503 "CalloutList": [
2504 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002505 {
2506 "Priority": "medium",
2507 "LocCode": "P0-C24"
2508 },
Jim Wright7f678902020-11-30 16:03:57 -06002509 { "Priority": "low", "LocCode": "P0" }
2510 ]
2511 }
2512 ]
2513 },
2514 {
Patrick Williams26919f02022-12-08 06:12:43 -06002515 "ADValue": "12.0VCS",
2516 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002517 {
2518 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002519 {
2520 "Priority": "high",
2521 "SymbolicFRU": "pgood_part"
2522 }
Jim Wright7f678902020-11-30 16:03:57 -06002523 ]
2524 }
2525 ]
2526 },
2527 {
Patrick Williams26919f02022-12-08 06:12:43 -06002528 "ADValue": "3.3VCS",
2529 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002530 {
2531 "CalloutList": [
2532 { "Priority": "high", "LocCode": "P0" }
2533 ]
2534 }
2535 ]
2536 },
2537 {
Patrick Williams26919f02022-12-08 06:12:43 -06002538 "ADValue": "1.1V_Current",
2539 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002540 {
2541 "CalloutList": [
2542 { "Priority": "high", "LocCode": "P0" }
2543 ]
2544 }
2545 ]
2546 },
2547 {
Patrick Williams26919f02022-12-08 06:12:43 -06002548 "ADValue": "5.0V_USB_Current",
2549 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002550 {
2551 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002552 {
2553 "Priority": "high",
2554 "SymbolicFRU": "usb_pgood"
2555 },
Jim Wright7f678902020-11-30 16:03:57 -06002556 { "Priority": "medium", "LocCode": "P0" }
2557 ]
2558 }
2559 ]
2560 },
2561 {
Patrick Williams26919f02022-12-08 06:12:43 -06002562 "ADValue": "5.0V_DASD_Current",
2563 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002564 {
2565 "CalloutList": [
2566 { "Priority": "medium", "LocCode": "P1" },
2567 { "Priority": "medium", "LocCode": "P2" },
Jim Wright7f678902020-11-30 16:03:57 -06002568 { "Priority": "low", "LocCode": "P0" }
2569 ]
2570 }
2571 ]
2572 },
2573 {
Patrick Williams26919f02022-12-08 06:12:43 -06002574 "ADValue": "12.0VN",
2575 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002576 {
2577 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002578 {
2579 "Priority": "high",
2580 "SymbolicFRU": "pgood_part"
2581 }
Jim Wright7f678902020-11-30 16:03:57 -06002582 ]
2583 }
2584 ]
2585 },
2586 {
Patrick Williams26919f02022-12-08 06:12:43 -06002587 "ADValue": "12.0VP",
2588 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002589 {
2590 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002591 {
2592 "Priority": "high",
2593 "SymbolicFRU": "pgood_part"
2594 }
Jim Wright7f678902020-11-30 16:03:57 -06002595 ]
2596 }
2597 ]
2598 },
2599 {
Patrick Williams26919f02022-12-08 06:12:43 -06002600 "ADValue": "12.0VQ",
2601 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002602 {
2603 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002604 {
2605 "Priority": "high",
2606 "SymbolicFRU": "pgood_part"
2607 }
Jim Wright7f678902020-11-30 16:03:57 -06002608 ]
2609 }
2610 ]
2611 },
2612 {
Patrick Williams26919f02022-12-08 06:12:43 -06002613 "ADValue": "12.0VR",
2614 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002615 {
2616 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002617 {
2618 "Priority": "high",
2619 "SymbolicFRU": "pgood_part"
2620 }
Jim Wright7f678902020-11-30 16:03:57 -06002621 ]
2622 }
2623 ]
2624 },
2625 {
Patrick Williams26919f02022-12-08 06:12:43 -06002626 "ADValue": "ThermalDiode1",
2627 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002628 {
2629 "CalloutList": [
2630 { "Priority": "high", "LocCode": "P0" }
2631 ]
2632 }
2633 ]
2634 },
2635 {
Patrick Williams26919f02022-12-08 06:12:43 -06002636 "ADValue": "ThermalDiode2",
2637 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002638 {
2639 "CalloutList": [
2640 { "Priority": "high", "LocCode": "P0" }
2641 ]
2642 }
2643 ]
2644 },
2645 {
Patrick Williams26919f02022-12-08 06:12:43 -06002646 "ADValue": "ThermalDiode3",
2647 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002648 {
2649 "CalloutList": [
2650 { "Priority": "high", "LocCode": "P0" }
2651 ]
2652 }
2653 ]
2654 },
2655 {
Patrick Williams26919f02022-12-08 06:12:43 -06002656 "ADValue": "ThermalDiode4",
2657 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002658 {
2659 "CalloutList": [
2660 { "Priority": "high", "LocCode": "P0" }
2661 ]
2662 }
2663 ]
Jim Wrightae1738c2022-05-02 09:57:45 -05002664 },
2665 {
Patrick Williams26919f02022-12-08 06:12:43 -06002666 "ADValue": "VDN_DCM0",
2667 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05002668 {
2669 "CalloutList": [
2670 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002671 {
2672 "Priority": "medium",
2673 "LocCode": "P0-C15"
2674 },
Jim Wrightae1738c2022-05-02 09:57:45 -05002675 { "Priority": "low", "LocCode": "P0" }
2676 ]
2677 }
2678 ]
2679 },
2680 {
Patrick Williams26919f02022-12-08 06:12:43 -06002681 "ADValue": "VDN_DCM1",
2682 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05002683 {
2684 "CalloutList": [
2685 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002686 {
2687 "Priority": "medium",
2688 "LocCode": "P0-C24"
2689 },
Jim Wrightae1738c2022-05-02 09:57:45 -05002690 { "Priority": "low", "LocCode": "P0" }
2691 ]
2692 }
2693 ]
2694 },
2695 {
Patrick Williams26919f02022-12-08 06:12:43 -06002696 "ADValue": "VCS_DCM0",
2697 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05002698 {
2699 "CalloutList": [
2700 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002701 {
2702 "Priority": "medium",
2703 "LocCode": "P0-C15"
2704 },
Jim Wrightae1738c2022-05-02 09:57:45 -05002705 { "Priority": "low", "LocCode": "P0" }
2706 ]
2707 }
2708 ]
2709 },
2710 {
Patrick Williams26919f02022-12-08 06:12:43 -06002711 "ADValue": "VCS_DCM1",
2712 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05002713 {
2714 "CalloutList": [
2715 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002716 {
2717 "Priority": "medium",
2718 "LocCode": "P0-C24"
2719 },
Jim Wrightae1738c2022-05-02 09:57:45 -05002720 { "Priority": "low", "LocCode": "P0" }
2721 ]
2722 }
2723 ]
2724 },
2725 {
Patrick Williams26919f02022-12-08 06:12:43 -06002726 "ADValue": "VIO_DCM0",
2727 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05002728 {
2729 "CalloutList": [
2730 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002731 {
2732 "Priority": "medium",
2733 "LocCode": "P0-C15"
2734 },
Jim Wrightae1738c2022-05-02 09:57:45 -05002735 { "Priority": "low", "LocCode": "P0" }
2736 ]
2737 }
2738 ]
2739 },
2740 {
Patrick Williams26919f02022-12-08 06:12:43 -06002741 "ADValue": "VIO_DCM1",
2742 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05002743 {
2744 "CalloutList": [
2745 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002746 {
2747 "Priority": "medium",
2748 "LocCode": "P0-C24"
2749 },
Jim Wrightae1738c2022-05-02 09:57:45 -05002750 { "Priority": "low", "LocCode": "P0" }
2751 ]
2752 }
2753 ]
2754 },
2755 {
Patrick Williams26919f02022-12-08 06:12:43 -06002756 "ADValue": "VPCIE_DCM0",
2757 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05002758 {
2759 "CalloutList": [
2760 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002761 {
2762 "Priority": "medium",
2763 "LocCode": "P0-C15"
2764 },
Jim Wrightae1738c2022-05-02 09:57:45 -05002765 { "Priority": "low", "LocCode": "P0" }
2766 ]
2767 }
2768 ]
2769 },
2770 {
Patrick Williams26919f02022-12-08 06:12:43 -06002771 "ADValue": "VPCIE_DCM1",
2772 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05002773 {
2774 "CalloutList": [
2775 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002776 {
2777 "Priority": "medium",
2778 "LocCode": "P0-C24"
2779 },
Jim Wrightae1738c2022-05-02 09:57:45 -05002780 { "Priority": "low", "LocCode": "P0" }
2781 ]
2782 }
2783 ]
Jim Wright452d46d2022-12-16 16:56:21 -06002784 },
2785 {
2786 "ADValue": "3V3IO",
2787 "Callouts": [
2788 {
2789 "CalloutList": [
2790 { "Priority": "high", "LocCode": "P0-C17" },
2791 {
2792 "Priority": "medium",
2793 "LocCode": "P0-C96"
2794 },
2795 {
2796 "Priority": "medium",
2797 "LocCode": "P0-C0"
2798 },
2799 {
2800 "Priority": "medium",
2801 "SymbolicFRU": "pcie_hot_plug"
2802 },
2803 { "Priority": "low", "LocCode": "P0" }
2804 ]
2805 }
2806 ]
2807 },
2808 {
2809 "ADValue": "CP0_VDD0",
2810 "Callouts": [
2811 {
2812 "CalloutList": [
2813 { "Priority": "high", "LocCode": "P0-C62" },
2814 {
2815 "Priority": "medium",
2816 "LocCode": "P0-C61"
2817 },
2818 { "Priority": "low", "LocCode": "P0" }
2819 ]
2820 }
2821 ]
2822 },
2823 {
2824 "ADValue": "CP0_VDD1",
2825 "Callouts": [
2826 {
2827 "CalloutList": [
2828 { "Priority": "high", "LocCode": "P0-C60" },
2829 {
2830 "Priority": "medium",
2831 "LocCode": "P0-C61"
2832 },
2833 { "Priority": "low", "LocCode": "P0" }
2834 ]
2835 }
2836 ]
2837 },
2838 {
2839 "ADValue": "CP1_VDD0",
2840 "Callouts": [
2841 {
2842 "CalloutList": [
2843 { "Priority": "high", "LocCode": "P0-C13" },
2844 {
2845 "Priority": "medium",
2846 "LocCode": "P0-C14"
2847 },
2848 { "Priority": "low", "LocCode": "P0" }
2849 ]
2850 }
2851 ]
2852 },
2853 {
2854 "ADValue": "CP1_VDD1",
2855 "Callouts": [
2856 {
2857 "CalloutList": [
2858 { "Priority": "high", "LocCode": "P0-C15" },
2859 {
2860 "Priority": "medium",
2861 "LocCode": "P0-C14"
2862 },
2863 { "Priority": "low", "LocCode": "P0" }
2864 ]
2865 }
2866 ]
2867 },
2868 {
2869 "ADValue": "CP2_VDD0",
2870 "Callouts": [
2871 {
2872 "CalloutList": [
2873 { "Priority": "high", "LocCode": "P0-C18" },
2874 {
2875 "Priority": "medium",
2876 "LocCode": "P0-C19"
2877 },
2878 { "Priority": "low", "LocCode": "P0" }
2879 ]
2880 }
2881 ]
2882 },
2883 {
2884 "ADValue": "CP2_VDD1",
2885 "Callouts": [
2886 {
2887 "CalloutList": [
2888 { "Priority": "high", "LocCode": "P0-C20" },
2889 {
2890 "Priority": "medium",
2891 "LocCode": "P0-C19"
2892 },
2893 { "Priority": "low", "LocCode": "P0" }
2894 ]
2895 }
2896 ]
2897 },
2898 {
2899 "ADValue": "CP3_VDD0",
2900 "Callouts": [
2901 {
2902 "CalloutList": [
2903 { "Priority": "high", "LocCode": "P0-C57" },
2904 {
2905 "Priority": "medium",
2906 "LocCode": "P0-C56"
2907 },
2908 { "Priority": "low", "LocCode": "P0" }
2909 ]
2910 }
2911 ]
2912 },
2913 {
2914 "ADValue": "CP3_VDD1",
2915 "Callouts": [
2916 {
2917 "CalloutList": [
2918 { "Priority": "high", "LocCode": "P0-C55" },
2919 {
2920 "Priority": "medium",
2921 "LocCode": "P0-C56"
2922 },
2923 { "Priority": "low", "LocCode": "P0" }
2924 ]
2925 }
2926 ]
2927 },
2928 {
2929 "ADValue": "CP0_VCS0",
2930 "Callouts": [
2931 {
2932 "CalloutList": [
2933 { "Priority": "high", "LocCode": "P0-C63" },
2934 {
2935 "Priority": "medium",
2936 "LocCode": "P0-C61"
2937 },
2938 { "Priority": "low", "LocCode": "P0" }
2939 ]
2940 }
2941 ]
2942 },
2943 {
2944 "ADValue": "CP0_VCS1",
2945 "Callouts": [
2946 {
2947 "CalloutList": [
2948 { "Priority": "high", "LocCode": "P0-C59" },
2949 {
2950 "Priority": "medium",
2951 "LocCode": "P0-C61"
2952 },
2953 { "Priority": "low", "LocCode": "P0" }
2954 ]
2955 }
2956 ]
2957 },
2958 {
2959 "ADValue": "CP1_VCS0",
2960 "Callouts": [
2961 {
2962 "CalloutList": [
2963 { "Priority": "high", "LocCode": "P0-C12" },
2964 {
2965 "Priority": "medium",
2966 "LocCode": "P0-C14"
2967 },
2968 { "Priority": "low", "LocCode": "P0" }
2969 ]
2970 }
2971 ]
2972 },
2973 {
2974 "ADValue": "CP1_VCS1",
2975 "Callouts": [
2976 {
2977 "CalloutList": [
2978 { "Priority": "high", "LocCode": "P0-C16" },
2979 {
2980 "Priority": "medium",
2981 "LocCode": "P0-C14"
2982 },
2983 { "Priority": "low", "LocCode": "P0" }
2984 ]
2985 }
2986 ]
2987 },
2988 {
2989 "ADValue": "CP2_VCS0",
2990 "Callouts": [
2991 {
2992 "CalloutList": [
2993 { "Priority": "high", "LocCode": "P0-C17" },
2994 {
2995 "Priority": "medium",
2996 "LocCode": "P0-C19"
2997 },
2998 { "Priority": "low", "LocCode": "P0" }
2999 ]
3000 }
3001 ]
3002 },
3003 {
3004 "ADValue": "CP2_VCS1",
3005 "Callouts": [
3006 {
3007 "CalloutList": [
3008 { "Priority": "high", "LocCode": "P0-C21" },
3009 {
3010 "Priority": "medium",
3011 "LocCode": "P0-C19"
3012 },
3013 { "Priority": "low", "LocCode": "P0" }
3014 ]
3015 }
3016 ]
3017 },
3018 {
3019 "ADValue": "CP3_VCS0",
3020 "Callouts": [
3021 {
3022 "CalloutList": [
3023 { "Priority": "high", "LocCode": "P0-C58" },
3024 {
3025 "Priority": "medium",
3026 "LocCode": "P0-C56"
3027 },
3028 { "Priority": "low", "LocCode": "P0" }
3029 ]
3030 }
3031 ]
3032 },
3033 {
3034 "ADValue": "CP3_VCS1",
3035 "Callouts": [
3036 {
3037 "CalloutList": [
3038 { "Priority": "high", "LocCode": "P0-C54" },
3039 {
3040 "Priority": "medium",
3041 "LocCode": "P0-C56"
3042 },
3043 { "Priority": "low", "LocCode": "P0" }
3044 ]
3045 }
3046 ]
3047 },
3048 {
3049 "ADValue": "CP03_AVDD",
3050 "Callouts": [
3051 {
3052 "CalloutList": [
3053 { "Priority": "high", "LocCode": "P0-C58" },
3054 {
3055 "Priority": "medium",
3056 "LocCode": "P0-C61"
3057 },
3058 {
3059 "Priority": "medium",
3060 "LocCode": "P0-C56"
3061 },
3062 { "Priority": "low", "LocCode": "P0" }
3063 ]
3064 }
3065 ]
3066 },
3067 {
3068 "ADValue": "CP12_AVDD",
3069 "Callouts": [
3070 {
3071 "CalloutList": [
3072 { "Priority": "high", "LocCode": "P0-C16" },
3073 {
3074 "Priority": "medium",
3075 "LocCode": "P0-C14"
3076 },
3077 {
3078 "Priority": "medium",
3079 "LocCode": "P0-C19"
3080 },
3081 { "Priority": "low", "LocCode": "P0" }
3082 ]
3083 }
3084 ]
3085 },
3086 {
3087 "ADValue": "CP0_VDN",
3088 "Callouts": [
3089 {
3090 "CalloutList": [
3091 { "Priority": "high", "LocCode": "P0-C63" },
3092 {
3093 "Priority": "medium",
3094 "LocCode": "P0-C61"
3095 },
3096 { "Priority": "low", "LocCode": "P0" }
3097 ]
3098 }
3099 ]
3100 },
3101 {
3102 "ADValue": "CP1_VDN",
3103 "Callouts": [
3104 {
3105 "CalloutList": [
3106 { "Priority": "high", "LocCode": "P0-C12" },
3107 {
3108 "Priority": "medium",
3109 "LocCode": "P0-C14"
3110 },
3111 { "Priority": "low", "LocCode": "P0" }
3112 ]
3113 }
3114 ]
3115 },
3116 {
3117 "ADValue": "CP2_VDN",
3118 "Callouts": [
3119 {
3120 "CalloutList": [
3121 { "Priority": "high", "LocCode": "P0-C21" },
3122 {
3123 "Priority": "medium",
3124 "LocCode": "P0-C19"
3125 },
3126 { "Priority": "low", "LocCode": "P0" }
3127 ]
3128 }
3129 ]
3130 },
3131 {
3132 "ADValue": "CP3_VDN",
3133 "Callouts": [
3134 {
3135 "CalloutList": [
3136 { "Priority": "high", "LocCode": "P0-C54" },
3137 {
3138 "Priority": "medium",
3139 "LocCode": "P0-C56"
3140 },
3141 { "Priority": "low", "LocCode": "P0" }
3142 ]
3143 }
3144 ]
3145 },
3146 {
3147 "ADValue": "CP0_VIO",
3148 "Callouts": [
3149 {
3150 "CalloutList": [
3151 { "Priority": "high", "LocCode": "P0-C63" },
3152 {
3153 "Priority": "medium",
3154 "LocCode": "P0-C61"
3155 },
3156 { "Priority": "low", "LocCode": "P0" }
3157 ]
3158 }
3159 ]
3160 },
3161 {
3162 "ADValue": "CP1_VIO",
3163 "Callouts": [
3164 {
3165 "CalloutList": [
3166 { "Priority": "high", "LocCode": "P0-C12" },
3167 {
3168 "Priority": "medium",
3169 "LocCode": "P0-C14"
3170 },
3171 { "Priority": "low", "LocCode": "P0" }
3172 ]
3173 }
3174 ]
3175 },
3176 {
3177 "ADValue": "CP2_VIO",
3178 "Callouts": [
3179 {
3180 "CalloutList": [
3181 { "Priority": "high", "LocCode": "P0-C21" },
3182 {
3183 "Priority": "medium",
3184 "LocCode": "P0-C19"
3185 },
3186 { "Priority": "low", "LocCode": "P0" }
3187 ]
3188 }
3189 ]
3190 },
3191 {
3192 "ADValue": "CP3_VIO",
3193 "Callouts": [
3194 {
3195 "CalloutList": [
3196 { "Priority": "high", "LocCode": "P0-C54" },
3197 {
3198 "Priority": "medium",
3199 "LocCode": "P0-C56"
3200 },
3201 { "Priority": "low", "LocCode": "P0" }
3202 ]
3203 }
3204 ]
3205 },
3206 {
3207 "ADValue": "CP0_VPCIE",
3208 "Callouts": [
3209 {
3210 "CalloutList": [
3211 { "Priority": "high", "LocCode": "P0-C58" },
3212 {
3213 "Priority": "medium",
3214 "LocCode": "P0-C61"
3215 },
3216 { "Priority": "low", "LocCode": "P0" }
3217 ]
3218 }
3219 ]
3220 },
3221 {
3222 "ADValue": "CP1_VPCIE",
3223 "Callouts": [
3224 {
3225 "CalloutList": [
3226 { "Priority": "high", "LocCode": "P0-C16" },
3227 {
3228 "Priority": "medium",
3229 "LocCode": "P0-C14"
3230 },
3231 { "Priority": "low", "LocCode": "P0" }
3232 ]
3233 }
3234 ]
3235 },
3236 {
3237 "ADValue": "CP2_VPCIE",
3238 "Callouts": [
3239 {
3240 "CalloutList": [
3241 { "Priority": "high", "LocCode": "P0-C16" },
3242 {
3243 "Priority": "medium",
3244 "LocCode": "P0-C19"
3245 },
3246 { "Priority": "low", "LocCode": "P0" }
3247 ]
3248 }
3249 ]
3250 },
3251 {
3252 "ADValue": "CP3_VPCIE",
3253 "Callouts": [
3254 {
3255 "CalloutList": [
3256 { "Priority": "high", "LocCode": "P0-C58" },
3257 {
3258 "Priority": "medium",
3259 "LocCode": "P0-C56"
3260 },
3261 { "Priority": "low", "LocCode": "P0" }
3262 ]
3263 }
3264 ]
Jim Wright9b779e42022-12-16 17:50:23 -06003265 },
3266 {
3267 "ADValue": "5.0VCS",
3268 "Callouts": [
3269 {
3270 "CalloutList": [
3271 { "Priority": "high", "LocCode": "P0" }
3272 ]
3273 }
3274 ]
3275 },
3276 {
3277 "ADValue": "PCIE_VDD0",
3278 "Callouts": [
3279 {
3280 "CalloutList": [
3281 {
3282 "Priority": "high",
3283 "SymbolicFRU": "pcie_hot_plug"
3284 },
3285 { "Priority": "medium", "LocCode": "P0" }
3286 ]
3287 }
3288 ]
3289 },
3290 {
3291 "ADValue": "PCIE_CORE",
3292 "Callouts": [
3293 {
3294 "CalloutList": [
3295 {
3296 "Priority": "high",
3297 "SymbolicFRU": "pcie_hot_plug"
3298 },
3299 { "Priority": "medium", "LocCode": "P0" }
3300 ]
3301 }
3302 ]
3303 },
3304 {
3305 "ADValue": "AVDD",
3306 "Callouts": [
3307 {
3308 "CalloutList": [
3309 { "Priority": "high", "LocCode": "P0-C5" },
3310 { "Priority": "medium", "LocCode": "P0" }
3311 ]
3312 }
3313 ]
3314 },
3315 {
3316 "ADValue": "VDN",
3317 "Callouts": [
3318 {
3319 "CalloutList": [
3320 { "Priority": "high", "LocCode": "P0-C5" },
3321 { "Priority": "medium", "LocCode": "P0" }
3322 ]
3323 }
3324 ]
3325 },
3326 {
3327 "ADValue": "VDDA",
3328 "Callouts": [
3329 {
3330 "CalloutList": [
3331 { "Priority": "high", "LocCode": "P0-C5" },
3332 { "Priority": "medium", "LocCode": "P0" }
3333 ]
3334 }
3335 ]
3336 },
3337 {
3338 "ADValue": "VDDB",
3339 "Callouts": [
3340 {
3341 "CalloutList": [
3342 { "Priority": "high", "LocCode": "P0-C5" },
3343 { "Priority": "medium", "LocCode": "P0" }
3344 ]
3345 }
3346 ]
3347 },
3348 {
3349 "ADValue": "VCS",
3350 "Callouts": [
3351 {
3352 "CalloutList": [
3353 { "Priority": "high", "LocCode": "P0-C5" },
3354 { "Priority": "medium", "LocCode": "P0" }
3355 ]
3356 }
3357 ]
3358 },
3359 {
3360 "ADValue": "VIO",
3361 "Callouts": [
3362 {
3363 "CalloutList": [
3364 { "Priority": "high", "LocCode": "P0-C5" },
3365 { "Priority": "medium", "LocCode": "P0" }
3366 ]
3367 }
3368 ]
3369 },
3370 {
3371 "ADValue": "VPCIE",
3372 "Callouts": [
3373 {
3374 "CalloutList": [
3375 { "Priority": "high", "LocCode": "P0-C5" },
3376 { "Priority": "medium", "LocCode": "P0" }
3377 ]
3378 }
3379 ]
3380 },
3381 {
3382 "ADValue": "PMIC2",
3383 "Callouts": [
3384 {
3385 "CalloutList": [
3386 { "Priority": "high", "LocCode": "P0" },
3387 {
3388 "Priority": "medium",
3389 "LocCode": "memory_dimm"
3390 }
3391 ]
3392 }
3393 ]
3394 },
3395 {
3396 "ADValue": "PMIC3",
3397 "Callouts": [
3398 {
3399 "CalloutList": [
3400 { "Priority": "high", "LocCode": "P0" },
3401 {
3402 "Priority": "medium",
3403 "LocCode": "memory_dimm"
3404 }
3405 ]
3406 }
3407 ]
3408 },
3409 {
3410 "ADValue": "VDDR1",
3411 "Callouts": [
3412 {
3413 "CalloutList": [
3414 { "Priority": "high", "LocCode": "P0" },
3415 {
3416 "Priority": "medium",
3417 "LocCode": "memory_dimm"
3418 }
3419 ]
3420 }
3421 ]
3422 },
3423 {
3424 "ADValue": "VDDR0",
3425 "Callouts": [
3426 {
3427 "CalloutList": [
3428 { "Priority": "high", "LocCode": "P0" },
3429 {
3430 "Priority": "medium",
3431 "LocCode": "memory_dimm"
3432 }
3433 ]
3434 }
3435 ]
Jim Wright7f678902020-11-30 16:03:57 -06003436 }
3437 ]
3438 },
3439
3440 "Documentation": {
3441 "Description": "The power sequencer chip detected a voltage fault",
3442 "Message": "The power sequencer chip detected a voltage fault",
Patrick Williams26919f02022-12-08 06:12:43 -06003443 "Notes": []
Jim Wright7f678902020-11-30 16:03:57 -06003444 }
3445 },
3446
3447 {
Shawn McCarney7f1ec942021-07-28 13:33:34 -05003448 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.N",
3449 "Subsystem": "power",
3450 "Severity": "predictive_redundancy_loss",
3451 "ComponentID": "0x2700",
3452
3453 "SRC": {
3454 "Type": "11",
3455 "ReasonCode": "0x2700",
3456 "Words6To9": {}
3457 },
3458
3459 "Documentation": {
3460 "Description": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
3461 "Message": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
3462 "Notes": [
3463 "CALLOUT_INVENTORY_PATH should be specified in the ",
3464 "AdditionalData property of the event log so that ",
3465 "the device is called out but not the communication path."
3466 ]
3467 }
3468 },
3469
3470 {
3471 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.NPlus1",
3472 "Subsystem": "power",
3473 "Severity": "non_error",
3474 "MfgSeverity": "predictive_redundancy_loss",
3475 "ActionFlags": ["report"],
3476 "MfgActionFlags": ["service_action", "report", "call_home"],
3477 "ComponentID": "0x2700",
3478
3479 "SRC": {
3480 "Type": "11",
3481 "ReasonCode": "0x2701",
3482 "Words6To9": {}
3483 },
3484
3485 "Documentation": {
3486 "Description": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
3487 "Message": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
3488 "Notes": [
3489 "CALLOUT_INVENTORY_PATH should be specified in the ",
3490 "AdditionalData property of the event log so that ",
3491 "the device is called out but not the communication path."
3492 ]
3493 }
3494 },
3495
3496 {
Shawn McCarney01648f52020-06-25 11:42:02 -05003497 "Name": "xyz.openbmc_project.Power.Regulators.Error.WriteVerification",
3498 "Subsystem": "power",
3499 "ComponentID": "0x2700",
3500
3501 "SRC": {
3502 "Type": "11",
3503 "ReasonCode": "0x2900",
3504 "Words6To9": {}
3505 },
3506
3507 "Documentation": {
3508 "Description": "A write verification error occurred on a device",
3509 "Message": "A write verification error occurred on a device",
3510 "Notes": [
3511 "This error occurs when a device register is written, ",
3512 "read back, and the two values do not match. This is ",
3513 "also called a read-back error. The device should be ",
3514 "identified using the CALLOUT_DEVICE_PATH or ",
3515 "CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR keywords in the ",
3516 "AdditionalData property of the event log. This will ",
3517 "cause the device and the hardware in the communication ",
3518 "path to be called out."
3519 ]
3520 }
3521 },
3522
3523 {
Shawn McCarneye4022182022-01-31 19:09:01 -06003524 "Name": "xyz.openbmc_project.Power.UPS.Error.Battery.Discharging",
3525 "Subsystem": "power",
3526 "Severity": "non_error",
3527 "ActionFlags": ["report"],
3528 "ComponentID": "0x2700",
3529
3530 "SRC": {
3531 "Type": "11",
3532 "ReasonCode": "0x4201",
3533 "Words6To9": {}
3534 },
3535
3536 "Documentation": {
3537 "Description": "The Uninterruptible Power Supply (UPS) battery is discharging and providing power to the system due to a utility failure",
3538 "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 -06003539 "Notes": []
Shawn McCarneye4022182022-01-31 19:09:01 -06003540 }
3541 },
3542
3543 {
3544 "Name": "xyz.openbmc_project.Power.UPS.Error.Battery.Low",
3545 "Subsystem": "power",
3546 "Severity": "non_error",
3547 "ActionFlags": ["report"],
3548 "ComponentID": "0x2700",
3549
3550 "SRC": {
3551 "Type": "11",
3552 "ReasonCode": "0x4203",
3553 "Words6To9": {}
3554 },
3555
3556 "Documentation": {
3557 "Description": "The Uninterruptible Power Supply (UPS) battery level is low",
3558 "Message": "The Uninterruptible Power Supply (UPS) battery level is low",
Patrick Williams26919f02022-12-08 06:12:43 -06003559 "Notes": []
Shawn McCarneye4022182022-01-31 19:09:01 -06003560 }
3561 },
3562
3563 {
Shawn McCarney01648f52020-06-25 11:42:02 -05003564 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile",
3565 "Subsystem": "power",
3566 "ComponentID": "0x2700",
3567
3568 "SRC": {
3569 "Type": "11",
3570 "ReasonCode": "0xA013",
3571 "Words6To9": {}
3572 },
3573
3574 "Callouts": [
3575 {
3576 "CalloutList": [
3577 { "Priority": "high", "Procedure": "bmc_code" }
3578 ]
3579 }
3580 ],
3581
3582 "Documentation": {
3583 "Description": "A regulators configuration file error occurred",
3584 "Message": "A regulators configuration file error occurred",
3585 "Notes": [
3586 "The regulators configuration file could not be found, ",
3587 "could not be read, or had invalid contents."
3588 ]
3589 }
3590 },
3591
3592 {
Shawn McCarney82e31d82021-02-19 16:25:55 -06003593 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile.Critical",
3594 "Subsystem": "power",
3595 "Severity": "critical_system_term",
3596 "ComponentID": "0x2700",
3597
3598 "SRC": {
3599 "Type": "11",
3600 "ReasonCode": "0xA014",
Mike Cappsa2d7b772022-03-07 15:47:48 -05003601 "Words6To9": {}
Shawn McCarney82e31d82021-02-19 16:25:55 -06003602 },
3603
3604 "Callouts": [
3605 {
3606 "CalloutList": [
3607 { "Priority": "high", "Procedure": "bmc_code" }
3608 ]
3609 }
3610 ],
3611
3612 "Documentation": {
3613 "Description": "A critical regulators configuration file error occurred",
3614 "Message": "A critical regulators configuration file error occurred",
3615 "Notes": [
3616 "The regulators configuration file could not be found, ",
3617 "could not be read, or had invalid contents. As a result ",
3618 "voltage regulators could not be configured, and the ",
3619 "chassis could not be powered on."
3620 ]
3621 }
3622 },
3623
3624 {
Jim Wright7f678902020-11-30 16:03:57 -06003625 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerFault",
3626 "Subsystem": "power_sequencer",
3627 "ComponentID": "0x2700",
3628
3629 "SRC": {
3630 "Type": "11",
3631 "ReasonCode": "0xD000",
3632 "Words6To9": {}
3633 },
3634
3635 "Callouts": [
3636 {
Patrick Williams26919f02022-12-08 06:12:43 -06003637 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Jim Wright7f678902020-11-30 16:03:57 -06003638 }
3639 ],
3640
3641 "Documentation": {
3642 "Description": "The power sequencer chip detected a fault",
3643 "Message": "The power sequencer chip detected a fault",
Patrick Williams26919f02022-12-08 06:12:43 -06003644 "Notes": []
Jim Wright7f678902020-11-30 16:03:57 -06003645 }
3646 },
3647
3648 {
Jim Wrightc1ba04f2021-11-12 15:31:32 -06003649 "Name": "xyz.openbmc_project.Power.Error.PowerOnTimeout",
Jim Wright7f678902020-11-30 16:03:57 -06003650 "Subsystem": "power_sequencer",
3651 "ComponentID": "0x2700",
Jim Wrightc1ba04f2021-11-12 15:31:32 -06003652 "Severity": "critical",
Jim Wright7f678902020-11-30 16:03:57 -06003653
3654 "SRC": {
3655 "Type": "11",
3656 "ReasonCode": "0xD002",
3657 "Words6To9": {}
3658 },
3659
3660 "Callouts": [
3661 {
Patrick Williams26919f02022-12-08 06:12:43 -06003662 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Jim Wright7f678902020-11-30 16:03:57 -06003663 }
3664 ],
3665
3666 "Documentation": {
Jim Wrightc1ba04f2021-11-12 15:31:32 -06003667 "Description": "System power failed to turn on within timeout period",
3668 "Message": "System power failed to turn on within timeout period",
Patrick Williams26919f02022-12-08 06:12:43 -06003669 "Notes": []
Jim Wrightc1ba04f2021-11-12 15:31:32 -06003670 }
3671 },
3672
3673 {
3674 "Name": "xyz.openbmc_project.Power.Error.PowerOffTimeout",
3675 "Subsystem": "power_sequencer",
3676 "ComponentID": "0x2700",
3677 "Severity": "critical",
3678
3679 "SRC": {
3680 "Type": "11",
3681 "ReasonCode": "0xD008",
3682 "Words6To9": {}
3683 },
3684
3685 "Callouts": [
3686 {
Patrick Williams26919f02022-12-08 06:12:43 -06003687 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Jim Wrightc1ba04f2021-11-12 15:31:32 -06003688 }
3689 ],
3690
3691 "Documentation": {
3692 "Description": "System power failed to turn off within timeout period",
3693 "Message": "System power failed to turn off within timeout period",
Patrick Williams26919f02022-12-08 06:12:43 -06003694 "Notes": []
Jim Wright7f678902020-11-30 16:03:57 -06003695 }
3696 },
3697
3698 {
Shawn McCarney01648f52020-06-25 11:42:02 -05003699 "Name": "xyz.openbmc_project.Power.Error.Internal",
3700 "Subsystem": "power",
3701 "ComponentID": "0x2700",
3702
3703 "SRC": {
3704 "Type": "11",
3705 "ReasonCode": "0xE000",
3706 "Words6To9": {}
3707 },
3708
3709 "Callouts": [
3710 {
3711 "CalloutList": [
3712 { "Priority": "high", "Procedure": "bmc_code" }
3713 ]
3714 }
3715 ],
3716
3717 "Documentation": {
3718 "Description": "An internal firmware error occurred",
3719 "Message": "An internal firmware error occurred",
3720 "Notes": [
3721 "The error details must be provided in the AdditionalData ",
3722 "property of the event log."
3723 ]
3724 }
3725 },
3726
3727 {
3728 "Name": "xyz.openbmc_project.Power.Error.I2C",
3729 "Subsystem": "cec_i2c",
3730 "ComponentID": "0x2700",
3731
3732 "SRC": {
3733 "Type": "11",
3734 "ReasonCode": "0xE100",
3735 "Words6To9": {}
3736 },
3737
3738 "Documentation": {
3739 "Description": "An I2C error occurred communicating with a device",
3740 "Message": "An I2C error occurred communicating with a device",
3741 "Notes": [
3742 "The device should be identified using the ",
3743 "CALLOUT_DEVICE_PATH or CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR ",
3744 "keywords in the AdditionalData property of the event ",
3745 "log. This will cause the device and the hardware in the ",
3746 "communication path to be called out."
3747 ]
3748 }
3749 },
3750
3751 {
3752 "Name": "xyz.openbmc_project.Power.Error.PMBus",
3753 "Subsystem": "power",
3754 "ComponentID": "0x2700",
3755
3756 "SRC": {
3757 "Type": "11",
3758 "ReasonCode": "0xE200",
3759 "Words6To9": {}
3760 },
3761
3762 "Documentation": {
3763 "Description": "A PMBus error occurred on a device",
3764 "Message": "A PMBus error occurred on a device",
3765 "Notes": [
3766 "This error occurs when the I2C communication was ",
3767 "successful, but the PMBus value read is invalid or ",
3768 "unsupported. CALLOUT_INVENTORY_PATH should be specified ",
3769 "in the AdditionalData property of the event log so that ",
3770 "the device is called out but not the communication path."
3771 ]
3772 }
3773 },
3774
3775 {
3776 "Name": "xyz.openbmc_project.Power.Error.DBus",
3777 "Subsystem": "power",
3778 "ComponentID": "0x2700",
3779
3780 "SRC": {
3781 "Type": "11",
3782 "ReasonCode": "0xE300",
3783 "Words6To9": {}
3784 },
3785
3786 "Callouts": [
3787 {
3788 "CalloutList": [
3789 { "Priority": "high", "Procedure": "bmc_code" }
3790 ]
3791 }
3792 ],
3793
3794 "Documentation": {
3795 "Description": "A firmware inter-process communication (D-Bus) error occurred",
3796 "Message": "A firmware inter-process communication (D-Bus) error occurred"
3797 }
Matt Spinler60d1c392020-09-23 15:23:24 -05003798 },
3799
3800 {
Matt Spinler7c9c07e2020-10-22 10:16:37 -05003801 "Name": "xyz.openbmc_project.Fan.Error.Fault",
3802 "Subsystem": "power_fans",
3803 "ComponentID": "0x2800",
3804
3805 "SRC": {
3806 "Type": "11",
3807 "ReasonCode": "0x76F0",
3808 "Words6To9": {}
3809 },
3810
3811 "Documentation": {
3812 "Description": "Fan rotor fault",
3813 "Message": "Fan rotor fault",
3814 "Notes": [
3815 "This error occurs when a fan rotor has been faulted for a ",
3816 "certain amount of time. The callout is the fan which is ",
3817 "passed in with CALLOUT_INVENTORY_PATH. The severity is ",
3818 "passed in during creation and will be either informational ",
3819 "or unrecoverable. The action flags use the defaults and ",
3820 "vary based on the severity."
3821 ]
3822 }
3823 },
3824
3825 {
Matt Spinler60d1c392020-09-23 15:23:24 -05003826 "Name": "xyz.openbmc_project.Fan.Error.Missing",
3827 "Subsystem": "power_fans",
3828 "ComponentID": "0x2800",
3829 "Severity": "unrecoverable_redundancy_loss",
3830 "ActionFlags": ["service_action", "report", "call_home"],
3831
3832 "SRC": {
3833 "Type": "11",
3834 "ReasonCode": "0x76F1",
3835 "Words6To9": {}
3836 },
3837
3838 "Callouts": [
3839 {
Matt Spinler938ac792021-05-12 10:46:44 -05003840 "System": "ibm,rainier",
Matt Spinler60d1c392020-09-23 15:23:24 -05003841 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -05003842 {
Patrick Williams26919f02022-12-08 06:12:43 -06003843 "Priority": "high",
3844 "SymbolicFRUTrusted": "air_mover",
3845 "UseInventoryLocCode": true
Matt Spinler80600192020-10-23 09:29:33 -05003846 },
3847 {
3848 "Priority": "low",
3849 "LocCode": "P0"
3850 }
Matt Spinler60d1c392020-09-23 15:23:24 -05003851 ]
Matt Spinler938ac792021-05-12 10:46:44 -05003852 },
3853 {
3854 "System": "ibm,everest",
3855 "CalloutList": [
3856 {
Patrick Williams26919f02022-12-08 06:12:43 -06003857 "Priority": "high",
3858 "SymbolicFRUTrusted": "air_mover",
3859 "UseInventoryLocCode": true
Matt Spinler938ac792021-05-12 10:46:44 -05003860 },
3861 {
3862 "Priority": "low",
3863 "LocCode": "P1"
3864 }
3865 ]
Matt Spinler60d1c392020-09-23 15:23:24 -05003866 }
3867 ],
3868
3869 "Documentation": {
3870 "Description": "A fan is missing",
3871 "Message": "A fan is missing",
3872 "Notes": [
3873 "This error occurs when a fan has been missing for a ",
Matt Spinler80600192020-10-23 09:29:33 -05003874 "certain amount of time. The first callout is the ",
3875 "symbolic FRU AIR_MOVR that has the trusted fan location ",
3876 "code, which it gets using the passed in ",
3877 "CALLOUT_INVENTORY_PATH. The second callout is the FRU ",
Matt Spinler938ac792021-05-12 10:46:44 -05003878 "where the controller and GPIO expander are."
Matt Spinler60d1c392020-09-23 15:23:24 -05003879 ]
3880 }
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05003881 },
3882
3883 {
Matt Spinleradf070b2021-04-21 13:39:45 -05003884 "Name": "xyz.openbmc_project.Fan.Presence.Error.Detection",
3885 "ComponentID": "0x2800",
3886 "Subsystem": "power_fans",
3887 "Severity": "non_error",
3888 "ActionFlags": ["report"],
3889 "MfgSeverity": "predictive",
3890 "MfgActionFlags": ["service_action", "report"],
3891
3892 "SRC": {
3893 "Type": "11",
3894 "ReasonCode": "0x76F2",
3895 "Words6To9": {}
3896 },
3897
3898 "Callouts": [
3899 {
3900 "System": "ibm,rainier",
Patrick Williams26919f02022-12-08 06:12:43 -06003901 "CalloutList": [{ "Priority": "medium", "LocCode": "P0" }]
Matt Spinleradf070b2021-04-21 13:39:45 -05003902 },
3903 {
3904 "System": "ibm,everest",
Patrick Williams26919f02022-12-08 06:12:43 -06003905 "CalloutList": [{ "Priority": "medium", "LocCode": "P1" }]
Matt Spinleradf070b2021-04-21 13:39:45 -05003906 }
3907 ],
3908
3909 "Documentation": {
3910 "Description": "Presence detect methods for the same fan disagree",
3911 "Message": "Presence detect methods for the same fan disagree",
3912 "Notes": [
3913 "This error occurs when there is more than one way to detect",
3914 "fan presence, and they don't all agree. For example, the",
3915 "GPIO says a fan isn't present, but the tach readings are",
3916 "nonzero. This is informational, unless in manufacturing.",
3917 "The fan FRU is passed in as a high priority callout.",
3918 "The FRU the GPIO source is on is called out medium."
3919 ]
3920 }
3921 },
3922
3923 {
Matt Spinlerdde99202021-06-14 12:15:59 -06003924 "Name": "xyz.openbmc_project.Fan.Error.FanControllerOffline",
3925 "ComponentID": "0x2800",
3926 "Subsystem": "power_fans",
3927 "Severity": "critical_system_term",
3928 "ActionFlags": ["service_action", "report", "call_home"],
3929
3930 "SRC": {
3931 "Type": "11",
3932 "ReasonCode": "0x76F3",
Mike Cappsa2d7b772022-03-07 15:47:48 -05003933 "Words6To9": {}
Matt Spinlerdde99202021-06-14 12:15:59 -06003934 },
3935
3936 "Callouts": [
3937 {
3938 "System": "ibm,rainier",
3939 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003940 { "Priority": "high", "LocCode": "P0-C5" },
3941 {
3942 "Priority": "medium_group_a",
3943 "LocCode": "P0-T12",
3944 "SymbolicFRUTrusted": "fan_cable"
3945 },
3946 {
3947 "Priority": "medium_group_a",
3948 "LocCode": "P0-T17",
3949 "SymbolicFRUTrusted": "cable_continued"
3950 },
3951 { "Priority": "low", "LocCode": "P0" }
Matt Spinlerdde99202021-06-14 12:15:59 -06003952 ]
3953 },
3954 {
3955 "System": "ibm,everest",
3956 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003957 { "Priority": "high", "LocCode": "P0-C0" },
3958 { "Priority": "medium", "LocCode": "P1" },
3959 { "Priority": "low", "LocCode": "P0" }
Matt Spinlerdde99202021-06-14 12:15:59 -06003960 ]
3961 }
3962 ],
3963
3964 "Documentation": {
3965 "Description": "The fan controller device is offline",
3966 "Message": "The fan controller is offline. The system must be powered off.",
3967 "Notes": [
3968 "The device that controls the fans is offline so the fan",
3969 "targets and speeds are unknown. The system will be shut",
3970 "down to preserve thermal safety. There may be an I2C",
3971 "or power problem with the device."
3972 ]
3973 }
3974 },
3975
3976 {
Patrick Williams26919f02022-12-08 06:12:43 -06003977 "Name": "xyz.openbmc_project.Fan.Presence.Error.GPIODeviceUnavailable",
3978 "Subsystem": "power_fans",
3979 "ComponentID": "0x2800",
3980 "Severity": "unrecoverable_redundancy_loss",
3981 "ActionFlags": ["service_action", "report", "call_home"],
Mike Cappsabc276e2021-06-18 16:41:30 -04003982
Patrick Williams26919f02022-12-08 06:12:43 -06003983 "SRC": {
3984 "Type": "11",
3985 "ReasonCode": "0x76F4",
3986 "Words6To9": {}
3987 },
Mike Cappsabc276e2021-06-18 16:41:30 -04003988
Patrick Williams26919f02022-12-08 06:12:43 -06003989 "Callouts": [
3990 {
3991 "System": "ibm,rainier",
3992 "CalloutList": [
3993 { "Priority": "high", "LocCode": "P0-C5" },
3994 {
3995 "Priority": "medium_group_a",
3996 "LocCode": "P0-T12",
3997 "SymbolicFRUTrusted": "fan_cable"
3998 },
3999 {
4000 "Priority": "medium_group_a",
4001 "LocCode": "P0-T17",
4002 "SymbolicFRUTrusted": "cable_continued"
4003 },
4004 { "Priority": "low", "LocCode": "P0" }
4005 ]
4006 },
4007 {
4008 "System": "ibm,everest",
4009 "CalloutList": [
4010 { "Priority": "high", "LocCode": "P0-C0" },
4011 { "Priority": "medium", "LocCode": "P1" },
4012 { "Priority": "low", "LocCode": "P0" }
4013 ]
4014 }
4015 ],
Mike Cappsabc276e2021-06-18 16:41:30 -04004016
Patrick Williams26919f02022-12-08 06:12:43 -06004017 "Documentation": {
4018 "Description": "Fan GPIO sensors not present",
4019 "Message": "Fan GPIO sensors not present",
4020 "Notes": [
4021 "The device that reports fan presence is not functioning."
4022 ]
4023 }
Mike Cappsabc276e2021-06-18 16:41:30 -04004024 },
4025
4026 {
Matt Spinler86e40dd2021-01-29 11:19:36 -06004027 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHigh",
4028 "Subsystem": "power",
4029 "ComponentID": "0x2800",
4030 "Severity": "predictive",
4031 "ActionFlags": ["service_action", "report"],
4032
4033 "SRC": {
4034 "ReasonCode": "0x2801",
4035 "Words6To9": {}
4036 },
4037
4038 "CalloutsUsingAD": {
4039 "ADName": "SENSOR_NAME",
4040 "CalloutsWithTheirADValues": [
4041 {
4042 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4043 "Callouts": [
4044 {
4045 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004046 {
4047 "Priority": "high",
4048 "SymbolicFRU": "ambient_temp"
4049 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004050 ]
4051 }
4052 ]
4053 }
Matt Spinlerc13bb1c2022-08-01 10:33:09 -05004054 ],
4055 "CalloutsWhenNoADMatch": [
4056 {
4057 "CalloutList": [
4058 {
4059 "Priority": "high",
4060 "SymbolicFRU": "overtemp"
4061 }
4062 ]
4063 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004064 ]
4065 },
4066
4067 "Documentation": {
4068 "Description": "A temperature sensor exceeded its performance loss threshold.",
4069 "Message": "A temperature sensor exceeded its performance loss threshold.",
4070 "Notes": [
4071 "A temperature sensor crossed its performance loss threshold value",
4072 "If it is the ambient sensor, then a symbolic FRU will be added.",
4073 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
4074 "a FRU callout."
4075 ]
4076 }
4077 },
4078
4079 {
4080 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHighClear",
4081 "Subsystem": "power",
4082 "ComponentID": "0x2800",
4083 "Severity": "non_error",
4084 "ActionFlags": ["report"],
4085 "EventType": "env_normal",
4086
4087 "SRC": {
4088 "ReasonCode": "0x2802",
4089 "Words6To9": {}
4090 },
4091
4092 "CalloutsUsingAD": {
4093 "ADName": "SENSOR_NAME",
4094 "CalloutsWithTheirADValues": [
4095 {
4096 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4097 "Callouts": [
4098 {
4099 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004100 {
4101 "Priority": "high",
4102 "SymbolicFRU": "ambient_temp_back"
4103 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004104 ]
4105 }
4106 ]
4107 }
4108 ]
4109 },
4110
4111 "Documentation": {
4112 "Description": "A temperature sensor is under its performance loss threshold.",
4113 "Message": "A temperature sensor is under its performance loss threshold.",
4114 "Notes": [
4115 "A temperature sensor crossed under its performance loss threshold value",
4116 "If it is the ambient sensor, then a symbolic FRU will be added."
4117 ]
4118 }
4119 },
4120
4121 {
4122 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHigh",
4123 "Subsystem": "power",
4124 "ComponentID": "0x2800",
4125 "Severity": "predictive",
4126 "ActionFlags": ["service_action", "report"],
4127
4128 "SRC": {
4129 "ReasonCode": "0x2803",
4130 "Words6To9": {}
4131 },
4132
4133 "CalloutsUsingAD": {
4134 "ADName": "SENSOR_NAME",
4135 "CalloutsWithTheirADValues": [
4136 {
4137 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4138 "Callouts": [
4139 {
4140 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004141 {
4142 "Priority": "high",
4143 "SymbolicFRU": "ambient_temp"
4144 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004145 ]
4146 }
4147 ]
4148 }
Matt Spinlerc13bb1c2022-08-01 10:33:09 -05004149 ],
4150 "CalloutsWhenNoADMatch": [
4151 {
4152 "CalloutList": [
4153 {
4154 "Priority": "high",
4155 "SymbolicFRU": "overtemp"
4156 }
4157 ]
4158 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004159 ]
4160 },
4161
4162 "Documentation": {
4163 "Description": "A temperature sensor exceeded its warning threshold.",
4164 "Message": "A temperature sensor exceeded its warning threshold.",
4165 "Notes": [
4166 "A temperature sensor crossed its warning threshold value",
4167 "If it is the ambient sensor, then a symbolic FRU will be added.",
4168 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
4169 "a FRU callout."
4170 ]
4171 }
4172 },
4173
4174 {
4175 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHighClear",
4176 "Subsystem": "power",
4177 "ComponentID": "0x2800",
4178 "Severity": "non_error",
4179 "ActionFlags": ["report"],
4180 "EventType": "env_normal",
4181
4182 "SRC": {
4183 "ReasonCode": "0x2804",
4184 "Words6To9": {}
4185 },
4186
4187 "CalloutsUsingAD": {
4188 "ADName": "SENSOR_NAME",
4189 "CalloutsWithTheirADValues": [
4190 {
4191 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4192 "Callouts": [
4193 {
4194 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004195 {
4196 "Priority": "high",
4197 "SymbolicFRU": "ambient_temp_back"
4198 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004199 ]
4200 }
4201 ]
4202 }
4203 ]
4204 },
4205
4206 "Documentation": {
4207 "Description": "A temperature sensor is under its warning threshold.",
4208 "Message": "A temperature sensor is under its warning threshold.",
4209 "Notes": [
4210 "A temperature sensor crossed under its warning threshold value",
4211 "If it is the ambient sensor, then a symbolic FRU will be added."
4212 ]
4213 }
4214 },
4215
4216 {
4217 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHigh",
4218 "Subsystem": "power",
4219 "ComponentID": "0x2800",
4220 "Severity": "predictive",
4221 "ActionFlags": ["service_action", "report"],
4222
4223 "SRC": {
4224 "ReasonCode": "0x2805",
4225 "Words6To9": {}
4226 },
4227
4228 "CalloutsUsingAD": {
4229 "ADName": "SENSOR_NAME",
4230 "CalloutsWithTheirADValues": [
4231 {
4232 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4233 "Callouts": [
4234 {
4235 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004236 {
4237 "Priority": "high",
4238 "SymbolicFRU": "ambient_temp"
4239 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004240 ]
4241 }
4242 ]
4243 }
Matt Spinlerc13bb1c2022-08-01 10:33:09 -05004244 ],
4245 "CalloutsWhenNoADMatch": [
4246 {
4247 "CalloutList": [
4248 {
4249 "Priority": "high",
4250 "SymbolicFRU": "overtemp"
4251 }
4252 ]
4253 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004254 ]
4255 },
4256
4257 "Documentation": {
4258 "Description": "A temperature sensor exceeded its critical threshold.",
4259 "Message": "A temperature sensor exceeded its critical threshold.",
4260 "Notes": [
4261 "A temperature sensor crossed its critical threshold value",
4262 "If it is the ambient sensor, then a symbolic FRU will be added.",
4263 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
4264 "a FRU callout."
4265 ]
4266 }
4267 },
4268
4269 {
4270 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHighClear",
4271 "Subsystem": "power",
4272 "ComponentID": "0x2800",
4273 "Severity": "non_error",
4274 "ActionFlags": ["report"],
4275 "EventType": "env_normal",
4276
4277 "SRC": {
4278 "ReasonCode": "0x2806",
4279 "Words6To9": {}
4280 },
4281
4282 "CalloutsUsingAD": {
4283 "ADName": "SENSOR_NAME",
4284 "CalloutsWithTheirADValues": [
4285 {
4286 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4287 "Callouts": [
4288 {
4289 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004290 {
4291 "Priority": "high",
4292 "SymbolicFRU": "ambient_temp_back"
4293 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004294 ]
4295 }
4296 ]
4297 }
4298 ]
4299 },
4300
4301 "Documentation": {
4302 "Description": "A temperature sensor is under its critical threshold.",
4303 "Message": "A temperature sensor is under its critical threshold.",
4304 "Notes": [
4305 "A temperature sensor crossed under its critical threshold value",
4306 "If it is the ambient sensor, then a symbolic FRU will be added."
4307 ]
4308 }
4309 },
4310
4311 {
Matt Spinler6b3490a2021-01-20 10:48:26 -06004312 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHigh",
4313 "Subsystem": "power",
4314 "ComponentID": "0x2800",
4315 "Severity": "predictive",
4316 "ActionFlags": ["service_action", "report"],
4317
4318 "SRC": {
4319 "ReasonCode": "0x2807",
4320 "Words6To9": {}
4321 },
4322
4323 "Callouts": [
4324 {
4325 "CalloutList": [
4326 {
Patrick Williams26919f02022-12-08 06:12:43 -06004327 "Priority": "high",
4328 "SymbolicFRU": "ambient_temp"
Matt Spinler6b3490a2021-01-20 10:48:26 -06004329 }
4330 ]
4331 }
4332 ],
4333
4334 "Documentation": {
4335 "Description": "The ambient temperature passed the EPOW3 limit.",
4336 "Message": "The ambient temperature passed the EPOW3 limit. The system will shut down if temp doesn't decrease.",
4337 "Notes": [
4338 "This error occurs when the ambient temperature surpassed",
4339 "the EPOW3 shutdown limit."
4340 ]
4341 }
4342 },
4343
4344 {
4345 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHighClear",
4346 "Subsystem": "power",
4347 "ComponentID": "0x2800",
4348 "Severity": "non_error",
4349 "ActionFlags": ["report"],
4350 "EventType": "env_normal",
4351
4352 "SRC": {
4353 "ReasonCode": "0x2808",
4354 "Words6To9": {}
4355 },
4356
4357 "Callouts": [
4358 {
4359 "CalloutList": [
4360 {
Patrick Williams26919f02022-12-08 06:12:43 -06004361 "Priority": "high",
4362 "SymbolicFRU": "ambient_temp_back"
Matt Spinler6b3490a2021-01-20 10:48:26 -06004363 }
4364 ]
4365 }
4366 ],
4367
4368 "Documentation": {
4369 "Description": "The ambient temperature is back under the EPOW3 limit.",
4370 "Message": "The ambient temperature is back under the EPOW3 limit."
4371 }
4372 },
4373
4374 {
4375 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.HardShutdownAlarmHigh",
4376 "Subsystem": "power",
4377 "ComponentID": "0x2800",
Matt Spinler6b3490a2021-01-20 10:48:26 -06004378 "ActionFlags": ["service_action", "report"],
4379
4380 "SRC": {
4381 "ReasonCode": "0x2809",
4382 "Words6To9": {}
4383 },
4384
4385 "Callouts": [
4386 {
4387 "CalloutList": [
4388 {
Patrick Williams26919f02022-12-08 06:12:43 -06004389 "Priority": "high",
4390 "SymbolicFRU": "ambient_temp"
Matt Spinler6b3490a2021-01-20 10:48:26 -06004391 }
4392 ]
4393 }
4394 ],
4395
4396 "Documentation": {
4397 "Description": "The ambient temperature passed the EPOW4 limit.",
4398 "Message": "The ambient temperature passed the EPOW4 limit. The system will shut down",
4399 "Notes": [
4400 "This error occurs when the ambient temperature surpassed",
4401 "the EPOW4 shutdown limit."
4402 ]
4403 }
4404 },
4405
4406 {
Rashmica Guptab63f75b2021-08-18 20:54:21 +10004407 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHigh",
4408 "Subsystem": "ext_env",
4409 "ComponentID": "0x2800",
4410 "Severity": "predictive",
4411 "ActionFlags": ["service_action", "report"],
4412
4413 "SRC": {
4414 "ReasonCode": "0x280A",
4415 "Words6To9": {}
4416 },
4417
4418 "CalloutsUsingAD": {
4419 "ADName": "SENSOR_NAME",
4420 "CalloutsWithTheirADValues": [
4421 {
4422 "ADValue": "/xyz/openbmc_project/sensors/altitude/Altitude",
4423 "Callouts": [
4424 {
4425 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004426 {
4427 "Priority": "high",
4428 "SymbolicFRU": "altitude"
4429 }
Rashmica Guptab63f75b2021-08-18 20:54:21 +10004430 ]
4431 }
4432 ]
4433 }
4434 ]
4435 },
4436
4437 "Documentation": {
4438 "Description": "An altitude sensor exceeded its warning threshold.",
4439 "Message": "An altitude sensor exceeded its warning threshold.",
4440 "Notes": [
4441 "The virtual altitude sensor crossed its warning threshold value",
4442 " and a symbolic FRU will be added."
4443 ]
4444 }
4445 },
4446
4447 {
4448 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHighClear",
4449 "Subsystem": "ext_env",
4450 "ComponentID": "0x2800",
4451 "Severity": "non_error",
4452 "ActionFlags": ["report"],
4453 "EventType": "env_normal",
4454
4455 "SRC": {
4456 "ReasonCode": "0x280B",
4457 "Words6To9": {}
4458 },
4459
4460 "Documentation": {
4461 "Description": "An altitude sensor is under its warning threshold.",
4462 "Message": "An altitude sensor is under its warning threshold.",
4463 "Notes": [
4464 "The virtual altitude sensor is under its warning threshold value",
4465 " and a symbolic FRU will be added."
4466 ]
4467 }
4468 },
4469
4470 {
Matt Spinler81331342021-10-05 14:09:56 -05004471 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLow",
4472 "Subsystem": "cec_tod",
4473 "ComponentID": "0x2800",
4474 "Severity": "predictive",
4475 "ActionFlags": ["service_action", "report"],
4476
4477 "SRC": {
4478 "ReasonCode": "0x280C",
4479 "Words6To9": {}
4480 },
4481
Matt Spinler81331342021-10-05 14:09:56 -05004482 "Documentation": {
4483 "Description": "A voltage sensor went below its critical low threshold.",
4484 "Message": "A voltage sensor went below its critical low threshold."
4485 }
4486 },
4487
4488 {
4489 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLowClear",
4490 "Subsystem": "cec_tod",
4491 "ComponentID": "0x2800",
4492 "Severity": "non_error",
4493 "ActionFlags": ["report"],
4494
4495 "SRC": {
4496 "ReasonCode": "0x280D",
4497 "Words6To9": {}
4498 },
4499
4500 "Documentation": {
4501 "Description": "A voltage sensor is over its critical low threshold.",
4502 "Message": "A voltage sensor is over its critical low threshold."
4503 }
4504 },
4505
4506 {
Matt Spinler1e792db2022-01-07 14:06:06 -06004507 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLow",
4508 "Subsystem": "power",
4509 "ComponentID": "0x2800",
4510 "Severity": "predictive",
4511 "ActionFlags": ["service_action", "report"],
4512
4513 "SRC": {
4514 "ReasonCode": "0x280E",
4515 "Words6To9": {}
4516 },
4517
4518 "Documentation": {
4519 "Description": "A temperature sensor is under its low warning threshold.",
4520 "Message": "A temperature sensor is under its low warning threshold.",
4521 "Notes": [
4522 "A temperature sensor crossed its low warning threshold value",
4523 "CALLOUT_INVENTORY_PATH will be passed in to add a FRU callout."
4524 ]
4525 }
4526 },
4527
4528 {
4529 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLowClear",
4530 "Subsystem": "power",
4531 "ComponentID": "0x2800",
4532 "Severity": "non_error",
4533 "ActionFlags": ["report"],
4534 "EventType": "env_normal",
4535
4536 "SRC": {
4537 "ReasonCode": "0x280F",
4538 "Words6To9": {}
4539 },
4540
4541 "Documentation": {
4542 "Description": "A temperature sensor is above its low warning threshold.",
4543 "Message": "A temperature sensor is above its low warning threshold.",
4544 "Notes": [
4545 "A temperature sensor crossed above its low warning threshold value."
4546 ]
4547 }
4548 },
4549
4550 {
4551 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalLow",
4552 "Subsystem": "power",
4553 "ComponentID": "0x2800",
4554 "Severity": "predictive",
4555 "ActionFlags": ["service_action", "report"],
4556
4557 "SRC": {
4558 "ReasonCode": "0x2810",
4559 "Words6To9": {}
4560 },
4561
4562 "Documentation": {
4563 "Description": "A temperature sensor is under its low critical threshold.",
4564 "Message": "A temperature sensor is under its low critical threshold.",
4565 "Notes": [
4566 "A temperature sensor crossed its low critical threshold value",
4567 "CALLOUT_INVENTORY_PATH will be passed in to add a FRU callout."
4568 ]
4569 }
4570 },
4571
4572 {
4573 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalLowClear",
4574 "Subsystem": "power",
4575 "ComponentID": "0x2800",
4576 "Severity": "non_error",
4577 "ActionFlags": ["report"],
4578 "EventType": "env_normal",
4579
4580 "SRC": {
4581 "ReasonCode": "0x2811",
4582 "Words6To9": {}
4583 },
4584
4585 "Documentation": {
4586 "Description": "A temperature sensor is over its low critical threshold.",
4587 "Message": "A temperature sensor is over its low critical threshold.",
4588 "Notes": [
4589 "A temperature sensor crossed above its critical threshold value"
4590 ]
4591 }
4592 },
4593
4594 {
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004595 "Name": "com.ibm.VPD.Error.InvalidEepromPath",
4596 "Subsystem": "cec_vpd",
4597 "ComponentID": "0x4000",
4598
4599 "SRC": {
4600 "ReasonCode": "0x4000",
Patrick Williams26919f02022-12-08 06:12:43 -06004601 "Words6To9": {
4602 "6": {
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004603 "Description": "Errno of the failure.",
4604 "AdditionalDataPropSource": "CALLOUT_ERRNO"
4605 }
4606 }
4607 },
4608
4609 "Documentation": {
Michael Limb264f062022-03-29 16:25:33 -05004610 "Description": "A path access error occurred",
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004611 "Message": "An EEPROM path access error occurred.",
4612 "Notes": [
4613 "This error occurs when parser is unable to access",
4614 "EEPROM path. Errno and device path are captured as",
4615 "additional data."
4616 ]
4617 }
4618 },
4619
4620 {
4621 "Name": "com.ibm.VPD.Error.InvalidVPD",
4622 "Subsystem": "cec_vpd",
4623 "ComponentID": "0x4000",
4624
4625 "SRC": {
4626 "ReasonCode": "0x4001",
Patrick Williams26919f02022-12-08 06:12:43 -06004627 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004628 },
4629
4630 "Documentation": {
4631 "Description": "Invalid VPD data.",
4632 "Message": "A VPD data exception occurred.",
4633 "Notes": [
4634 "This error occurs when VPD data is found to be",
4635 "invalid. This can be when VPD file is missing out",
4636 "mandatory records.Inventory path is captured in",
4637 "additional data."
4638 ]
4639 }
4640 },
4641
4642 {
4643 "Name": "com.ibm.VPD.Error.EccCheckFailed",
4644 "Subsystem": "cec_vpd",
4645 "ComponentID": "0x4000",
4646
4647 "SRC": {
4648 "ReasonCode": "0x4002",
Patrick Williams26919f02022-12-08 06:12:43 -06004649 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004650 },
4651
4652 "Documentation": {
4653 "Description": "Invalid VPD ecc data.",
4654 "Message": "A VPD ecc exception occurred.",
4655 "Notes": [
4656 "This error occurs when VPD ecc check fails for the FRU.",
4657 "Inventory path for the failed FRU is captured in additonal",
4658 "data."
4659 ]
4660 }
4661 },
4662
4663 {
4664 "Name": "com.ibm.VPD.Error.InvalidJson",
4665 "Subsystem": "cec_vpd",
4666 "ComponentID": "0x4000",
4667
4668 "SRC": {
4669 "ReasonCode": "0x4003",
Patrick Williams26919f02022-12-08 06:12:43 -06004670 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004671 },
4672
Matt Spinler834f3ed2022-01-26 16:18:02 -06004673 "Callouts": [
4674 {
4675 "CalloutList": [
4676 { "Priority": "high", "Procedure": "bmc_code" }
4677 ]
4678 }
4679 ],
4680
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004681 "Documentation": {
4682 "Description": "Invalid Json",
4683 "Message": "A Json failure occurred.",
4684 "Notes": [
4685 "This error occurs when parser fails to access",
4686 "Json file or there is any issue with Json data.",
4687 "Failed Json path and cause of failure is captured",
4688 "in additional data."
4689 ]
4690 }
4691 },
4692
4693 {
4694 "Name": "com.ibm.VPD.Error.BlankSystemVPD",
4695 "Subsystem": "cec_vpd",
4696 "ComponentID": "0x4000",
4697
4698 "SRC": {
4699 "ReasonCode": "0x4004",
Patrick Williams26919f02022-12-08 06:12:43 -06004700 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004701 },
4702
Priyanga Ramasamy134e1e12022-12-02 07:03:39 -06004703 "Callouts": [
4704 {
4705 "CalloutList": [
4706 {
4707 "Priority": "high",
4708 "Procedure": "system_vpd_correction"
4709 }
4710 ]
4711 }
4712 ],
4713
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004714 "Documentation": {
4715 "Description": "System VPD restore failed",
4716 "Message": "A system VPD restoration error occurred.",
4717 "Notes": [
4718 "This error occurs when restoring of system VPD fails.",
4719 "The FRU path and reason for failure is captured in",
4720 "additional data."
4721 ]
4722 }
4723 },
4724
4725 {
4726 "Name": "com.ibm.VPD.Error.DbusFailure",
4727 "Subsystem": "cec_vpd",
4728 "ComponentID": "0x4000",
4729
4730 "SRC": {
4731 "ReasonCode": "0x4005",
Patrick Williams26919f02022-12-08 06:12:43 -06004732 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004733 },
4734
Matt Spinler834f3ed2022-01-26 16:18:02 -06004735 "Callouts": [
4736 {
4737 "CalloutList": [
4738 { "Priority": "high", "Procedure": "bmc_code" }
4739 ]
4740 }
4741 ],
4742
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004743 "Documentation": {
4744 "Description": "Dbus exception",
4745 "Message": "A Dbus internal error occurred.",
4746 "Notes": [
4747 "This error occurs when Dbus operation fails.",
4748 "Exceptions details are captured in additonal",
4749 "data."
4750 ]
4751 }
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05004752 },
4753
4754 {
Alpana Kumari081cfd42021-12-07 04:14:57 -06004755 "Name": "com.ibm.VPD.Error.UnknownSystemType",
4756 "Subsystem": "cec_vpd",
4757 "ComponentID": "0x4000",
4758
4759 "SRC": {
4760 "ReasonCode": "0x4006",
Patrick Williams26919f02022-12-08 06:12:43 -06004761 "Words6To9": {}
Alpana Kumari081cfd42021-12-07 04:14:57 -06004762 },
4763
4764 "Callouts": [
4765 {
Patrick Williams26919f02022-12-08 06:12:43 -06004766 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Alpana Kumari081cfd42021-12-07 04:14:57 -06004767 }
4768 ],
4769
4770 "Documentation": {
4771 "Description": "Unknown System Type",
4772 "Message": "System type not supported in DTB table.",
4773 "Notes": [
4774 "System type comes from combination of HW and IM value of system VPD.",
4775 "If anything gets changed in that combination, then it can't determine",
4776 "the appropriate DTB for that system. Need to check HW and IM keywords."
4777 ]
4778 }
4779 },
4780
4781 {
Alpana Kumari074ec5b2022-02-20 22:48:57 -06004782 "Name": "com.ibm.VPD.Error.GPIOError",
4783 "Subsystem": "cec_vpd",
4784 "ComponentID": "0x4000",
4785
4786 "SRC": {
4787 "ReasonCode": "0x4007",
Patrick Williams26919f02022-12-08 06:12:43 -06004788 "Words6To9": {}
Alpana Kumari074ec5b2022-02-20 22:48:57 -06004789 },
4790
Sunny Srivastava17586b42022-06-20 01:06:58 -05004791 "Callouts": [
4792 {
4793 "CalloutList": [
4794 { "Priority": "high", "Procedure": "bmc_code" }
4795 ]
4796 }
4797 ],
4798
Alpana Kumari074ec5b2022-02-20 22:48:57 -06004799 "Documentation": {
4800 "Description": "GPIO line error",
4801 "Message": "GPIO line couldn't be found or read.",
4802 "Notes": [
Sunny Srivastava17586b42022-06-20 01:06:58 -05004803 "The BMC could not access a GPIO line. This can be a hardware issue",
4804 " or driver issue. Since a hardware or a software issue cannot be",
4805 " differentiated, the BMC code will be called out."
Alpana Kumari074ec5b2022-02-20 22:48:57 -06004806 ]
4807 }
4808 },
4809
4810 {
Sunny Srivastavad29837f2022-04-20 01:37:07 -05004811 "Name": "com.ibm.VPD.Error.SystemVPDMismatch",
4812 "Subsystem": "cec_vpd",
4813 "ComponentID": "0x4000",
4814
4815 "SRC": {
4816 "ReasonCode": "0x4008",
Patrick Williams26919f02022-12-08 06:12:43 -06004817 "Words6To9": {}
Sunny Srivastavad29837f2022-04-20 01:37:07 -05004818 },
4819
4820 "Callouts": [
4821 {
4822 "CalloutList": [
Priyanga Ramasamy134e1e12022-12-02 07:03:39 -06004823 {
4824 "Priority": "high",
4825 "Procedure": "system_vpd_correction"
4826 }
Sunny Srivastavad29837f2022-04-20 01:37:07 -05004827 ]
4828 }
4829 ],
4830
4831 "Documentation": {
4832 "Description": "System VPD restore failed",
4833 "Message": "A system VPD restoration error occurred.",
4834 "Notes": [
4835 "This error occurs when restoring of system VPD fails due to",
4836 "mismatch in cache data and hardware data.",
4837 "The record and keyword causing the failure is captured in",
4838 "additional data."
4839 ]
4840 }
4841 },
4842
4843 {
Sunny Srivastava17586b42022-06-20 01:06:58 -05004844 "Name": "com.ibm.VPD.Error.RequiredFRUMissing",
4845 "Subsystem": "cec_vpd",
4846 "ComponentID": "0x4000",
4847
4848 "SRC": {
4849 "ReasonCode": "0x4009",
Patrick Williams26919f02022-12-08 06:12:43 -06004850 "Words6To9": {}
Sunny Srivastava17586b42022-06-20 01:06:58 -05004851 },
4852
4853 "Documentation": {
4854 "Description": "Essential FRU check.",
4855 "Message": "Essential FRU check failed",
4856 "Notes": [
4857 "This error occurs when VPD manager service detects any",
4858 "missing essential FRU. These are FRUs which are required",
4859 "to be present in the system at the time of power on.",
4860 "The inventory path is captured in additional data."
4861 ]
4862 }
4863 },
4864
4865 {
gikrish1c0cc7ec2022-02-24 12:40:51 -06004866 "Name": "com.ibm.Panel.Error.InputDevPathFailure",
4867 "Subsystem": "cec_op_panel",
4868 "ComponentID": "0x5000",
4869
4870 "SRC": {
4871 "ReasonCode": "0x5001",
4872 "Words6To9": {}
4873 },
4874
4875 "Documentation": {
4876 "Description": "Button Handler Failure",
4877 "Message": "Input Device path failure",
Patrick Williams26919f02022-12-08 06:12:43 -06004878 "Notes": ["Button events will not be processed."]
gikrish1c0cc7ec2022-02-24 12:40:51 -06004879 }
4880 },
4881
4882 {
4883 "Name": "com.ibm.Panel.Error.I2CSetupFailure",
4884 "Subsystem": "cec_op_panel",
4885 "ComponentID": "0x5000",
4886
4887 "SRC": {
4888 "ReasonCode": "0x5002",
4889 "Words6To9": {}
4890 },
4891
4892 "Documentation": {
4893 "Description": "Panel I2C setup failure",
4894 "Message": "Unable to open device path or ioctl failure",
4895 "Notes": [
4896 "The Panel is unable to open device",
4897 " path or ioctl failure"
4898 ]
4899 }
4900 },
4901
4902 {
4903 "Name": "com.ibm.Panel.Error.HostCommunicationError",
4904 "Subsystem": "cec_op_panel",
4905 "ComponentID": "0x5000",
4906
4907 "SRC": {
4908 "ReasonCode": "0x5003",
4909 "Words6To9": {}
4910 },
4911
Patrick Williams26919f02022-12-08 06:12:43 -06004912 "Callouts": [
4913 {
4914 "CalloutList": [
4915 {
4916 "Priority": "high",
4917 "Procedure": "bmc_code"
4918 }
4919 ]
4920 }
4921 ],
gikrish1c0cc7ec2022-02-24 12:40:51 -06004922
4923 "Documentation": {
4924 "Description": "Host Communication failure",
4925 "Message": "Error in sending message to host",
Patrick Williams26919f02022-12-08 06:12:43 -06004926 "Notes": ["Failure from PLDM sending message to", "Host"]
gikrish1c0cc7ec2022-02-24 12:40:51 -06004927 }
4928 },
4929
4930 {
4931 "Name": "com.ibm.Panel.Error.DbusError",
4932 "Subsystem": "cec_op_panel",
4933 "ComponentID": "0x5000",
4934
4935 "SRC": {
4936 "ReasonCode": "0x5004",
4937 "Words6To9": {}
4938 },
4939
Patrick Williams26919f02022-12-08 06:12:43 -06004940 "Callouts": [
4941 {
4942 "CalloutList": [
4943 {
4944 "Priority": "high",
4945 "Procedure": "bmc_code"
4946 }
4947 ]
4948 }
4949 ],
gikrish1c0cc7ec2022-02-24 12:40:51 -06004950
4951 "Documentation": {
4952 "Description": "Dbus exception",
4953 "Message": "A Dbus internal error occurred.",
4954 "Notes": [
4955 "This error occurs when Dbus operation fails.",
4956 "Exceptions details are captured in additional",
4957 "data."
4958 ]
4959 }
4960 },
4961
4962 {
Priyanga Ramasamy3aa27082022-08-24 06:34:38 -05004963 "Name": "com.ibm.Panel.Error.CodeUpdateFailure",
4964 "Subsystem": "cec_op_panel",
4965 "ComponentID": "0x5000",
4966
4967 "SRC": {
4968 "ReasonCode": "0x5005",
4969 "Words6To9": {}
4970 },
4971
4972 "Documentation": {
4973 "Description": "LCD/Bootfail PIC code update failure.",
4974 "Message": "Error while doing LCD/bootfail PIC code update.",
4975 "Notes": [
Priyanga Ramasamyfdd1dc02022-09-21 02:41:32 -05004976 "Panel firmware(LCD/bootfail PIC) update fails due to ",
4977 "unsupportable firmware version. Inventory path to the",
4978 "FRU on which PIC controller is physically present will",
4979 "be called out."
Priyanga Ramasamy3aa27082022-08-24 06:34:38 -05004980 ]
4981 }
4982 },
4983
4984 {
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05004985 "Name": "org.open_power.Host.Boot.Error.WatchdogTimeout",
4986 "Subsystem": "cec_sp_hostboot_iface",
4987
Patrick Williams26919f02022-12-08 06:12:43 -06004988 "SRC": {
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05004989 "ReasonCode": "0xC101",
Patrick Williams26919f02022-12-08 06:12:43 -06004990 "Words6To9": {}
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05004991 },
4992
Patrick Williams26919f02022-12-08 06:12:43 -06004993 "Documentation": {
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05004994 "Description": "Host did not respond within the watchdog timeout interval",
4995 "Message": "Host did not respond before the watchdog timeout interval expired",
4996 "Notes": [
4997 "Host did not respond before the expiry of the watchdog timeout interval.",
4998 "Collecting hostboot dump."
4999 ]
5000 }
zamiseckbf61a982022-01-13 08:27:50 -06005001 },
5002
5003 {
5004 "Name": "xyz.openbmc_project.Software.Version.Error.Incompatible",
5005 "Subsystem": "bmc_firmware",
5006 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005007 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005008 "ReasonCode": "0x3601",
Patrick Williams26919f02022-12-08 06:12:43 -06005009 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005010 },
5011
5012 "Callouts": [
5013 {
5014 "CalloutList": [
5015 { "Priority": "high", "Procedure": "bmc_code" }
5016 ]
5017 }
5018 ],
5019
Patrick Williams26919f02022-12-08 06:12:43 -06005020 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005021 "Description": "A system component has a software version that is incompatible.",
5022 "Message": "A system component has a software version that is incompatible."
5023 }
5024 },
5025
5026 {
5027 "Name": "xyz.openbmc_project.Software.Version.Error.AlreadyExists",
5028 "Subsystem": "bmc_firmware",
5029 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005030 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005031 "ReasonCode": "0x3602",
Patrick Williams26919f02022-12-08 06:12:43 -06005032 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005033 },
5034
5035 "Callouts": [
5036 {
5037 "CalloutList": [
5038 { "Priority": "high", "Procedure": "bmc_code" }
5039 ]
5040 }
5041 ],
5042
Patrick Williams26919f02022-12-08 06:12:43 -06005043 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005044 "Description": "This image version already exists on the device.",
5045 "Message": "This image version already exists on the device."
5046 }
5047 },
5048
5049 {
5050 "Name": "xyz.openbmc_project.Software.Image.Error.UnTarFailure",
5051 "Subsystem": "bmc_firmware",
5052 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005053 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005054 "ReasonCode": "0x3603",
Patrick Williams26919f02022-12-08 06:12:43 -06005055 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005056 },
5057
5058 "Callouts": [
5059 {
5060 "CalloutList": [
5061 { "Priority": "high", "Procedure": "bmc_code" }
5062 ]
5063 }
5064 ],
5065
Patrick Williams26919f02022-12-08 06:12:43 -06005066 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005067 "Description": "An error occurred during untar.",
5068 "Message": "An error occurred during untar."
5069 }
5070 },
5071
5072 {
5073 "Name": "xyz.openbmc_project.Software.Image.Error.ManifestFileFailure",
5074 "Subsystem": "bmc_firmware",
5075 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005076 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005077 "ReasonCode": "0x3604",
Patrick Williams26919f02022-12-08 06:12:43 -06005078 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005079 },
5080
5081 "Callouts": [
5082 {
5083 "CalloutList": [
5084 { "Priority": "high", "Procedure": "bmc_code" }
5085 ]
5086 }
5087 ],
5088
Patrick Williams26919f02022-12-08 06:12:43 -06005089 "Documentation": {
zamiseck21de9f02022-03-23 13:41:31 -05005090 "Description": "An error occurred when reading the software image Manifest file.",
5091 "Message": "An error occurred when reading the software image Manifest file."
zamiseckbf61a982022-01-13 08:27:50 -06005092 }
5093 },
5094
5095 {
5096 "Name": "xyz.openbmc_project.Software.Image.Error.InternalFailure",
5097 "Subsystem": "bmc_firmware",
5098 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005099 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005100 "ReasonCode": "0x3605",
Patrick Williams26919f02022-12-08 06:12:43 -06005101 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005102 },
5103
5104 "Callouts": [
5105 {
5106 "CalloutList": [
5107 { "Priority": "high", "Procedure": "bmc_code" }
5108 ]
5109 }
5110 ],
5111
Patrick Williams26919f02022-12-08 06:12:43 -06005112 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005113 "Description": "The operation failed internally during processing the image.",
5114 "Message": "The operation failed internally during processing the image."
5115 }
5116 },
5117
5118 {
5119 "Name": "xyz.openbmc_project.Software.Image.Error.ImageFailure",
5120 "Subsystem": "bmc_firmware",
5121 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005122 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005123 "ReasonCode": "0x3606",
Patrick Williams26919f02022-12-08 06:12:43 -06005124 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005125 },
5126
5127 "Callouts": [
5128 {
5129 "CalloutList": [
5130 { "Priority": "high", "Procedure": "bmc_code" }
5131 ]
5132 }
5133 ],
5134
Patrick Williams26919f02022-12-08 06:12:43 -06005135 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005136 "Description": "An error occurred processing the image.",
5137 "Message": "An error occurred processing the image."
5138 }
5139 },
5140
5141 {
5142 "Name": "xyz.openbmc_project.Software.Image.Error.BusyFailure",
5143 "Subsystem": "bmc_firmware",
5144 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005145 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005146 "ReasonCode": "0x3607",
Patrick Williams26919f02022-12-08 06:12:43 -06005147 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005148 },
5149
5150 "Callouts": [
5151 {
5152 "CalloutList": [
5153 { "Priority": "high", "Procedure": "bmc_code" }
5154 ]
5155 }
5156 ],
5157
Patrick Williams26919f02022-12-08 06:12:43 -06005158 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005159 "Description": "The device is busy during the update.",
5160 "Message": "The device is busy during the update."
5161 }
zamiseck21de9f02022-03-23 13:41:31 -05005162 },
5163
5164 {
5165 "Name": "xyz.openbmc_project.Software.Version.Error.ExpiredAccessKey",
5166 "Subsystem": "bmc_firmware",
5167 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005168 "SRC": {
zamiseck21de9f02022-03-23 13:41:31 -05005169 "ReasonCode": "0x3608",
Patrick Williams26919f02022-12-08 06:12:43 -06005170 "Words6To9": {}
zamiseck21de9f02022-03-23 13:41:31 -05005171 },
5172
5173 "Callouts": [
5174 {
5175 "CalloutList": [
5176 { "Priority": "high", "Procedure": "bmc_code" }
5177 ]
5178 }
5179 ],
5180
Patrick Williams26919f02022-12-08 06:12:43 -06005181 "Documentation": {
zamiseck21de9f02022-03-23 13:41:31 -05005182 "Description": "The Update Access Key has expired.",
5183 "Message": "The Update Access Key has expired."
5184 }
5185 },
5186
5187 {
5188 "Name": "xyz.openbmc_project.Software.Version.Error.InvalidSignature",
5189 "Subsystem": "bmc_firmware",
5190 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005191 "SRC": {
zamiseck21de9f02022-03-23 13:41:31 -05005192 "ReasonCode": "0x3609",
Patrick Williams26919f02022-12-08 06:12:43 -06005193 "Words6To9": {}
zamiseck21de9f02022-03-23 13:41:31 -05005194 },
5195
5196 "Callouts": [
5197 {
5198 "CalloutList": [
5199 { "Priority": "high", "Procedure": "bmc_code" }
5200 ]
5201 }
5202 ],
5203
Patrick Williams26919f02022-12-08 06:12:43 -06005204 "Documentation": {
zamiseck21de9f02022-03-23 13:41:31 -05005205 "Description": "The software image has an invalid signature.",
5206 "Message": "The software image has an invalid signature"
5207 }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005208 },
zamiseck0ad7a822022-05-24 17:25:58 -05005209
5210 {
Patrick Williams26919f02022-12-08 06:12:43 -06005211 "Name": "xyz.openbmc_project.Software.Version.Error.HostFile",
5212 "Subsystem": "bmc_firmware",
5213 "ComponentID": "0x3600",
zamiseck0ad7a822022-05-24 17:25:58 -05005214
Patrick Williams26919f02022-12-08 06:12:43 -06005215 "SRC": {
5216 "ReasonCode": "0x360A",
5217 "Words6To9": {
5218 "6": {
5219 "Description": "Size of the current running partition",
5220 "AdditionalDataPropSource": "CURRENT_FILE_SIZE"
zamiseck0ad7a822022-05-24 17:25:58 -05005221 },
Patrick Williams26919f02022-12-08 06:12:43 -06005222 "7": {
5223 "Description": "Size of the read only partition",
5224 "AdditionalDataPropSource": "EXPECTED_FILE_SIZE"
zamiseck0ad7a822022-05-24 17:25:58 -05005225 }
5226 }
5227 },
5228 "Callouts": [
5229 {
5230 "CalloutList": [
5231 { "Priority": "high", "Procedure": "bmc_code" }
5232 ]
5233 }
5234 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005235 "Documentation": {
5236 "Description": "Corrupted or changed preserved file",
5237 "Message": "Partition was not preserved on reboot",
5238 "Notes": [
zamiseck0ad7a822022-05-24 17:25:58 -05005239 "This error may occur if one of the partitions marked",
5240 "PRESERVED is either corrupted, or a change of size is ",
5241 "desired for a particular partition."
5242 ]
5243 }
5244 },
5245
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005246 {
5247 "Name": "xyz.openbmc_project.PLDM.Error.findDumpObjPath.GetManagedObjectsFail",
5248 "Subsystem": "bmc_firmware",
5249 "ComponentID": "0x6000",
5250 "Severity": "predictive",
Patrick Williams26919f02022-12-08 06:12:43 -06005251 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005252 "ReasonCode": "0x6001",
Patrick Williams26919f02022-12-08 06:12:43 -06005253 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005254 },
5255 "Callouts": [
5256 {
5257 "CalloutList": [
5258 { "Priority": "high", "Procedure": "bmc_code" }
5259 ]
5260 }
5261 ],
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005262
Patrick Williams26919f02022-12-08 06:12:43 -06005263 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005264 "Description": "Failed to get the requested dump object path.",
5265 "Message": "Failed to get the requested dump object path from the system."
5266 }
5267 },
5268 {
5269 "Name": "xyz.openbmc_project.PLDM.Error.newFileAvailable.NewDumpNotifyFail",
5270 "Subsystem": "bmc_firmware",
5271 "ComponentID": "0x6000",
5272 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005273 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005274 "ReasonCode": "0x6002",
Patrick Williams26919f02022-12-08 06:12:43 -06005275 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005276 },
5277 "Callouts": [
5278 {
5279 "CalloutList": [
5280 { "Priority": "high", "Procedure": "bmc_code" }
5281 ]
5282 }
5283 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005284 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005285 "Description": "Failed to make a new dump notify request to the dump manager application.",
5286 "Message": "Failed to make a new dump notify request to the dump manager application."
5287 }
5288 },
5289 {
5290 "Name": "xyz.openbmc_project.PLDM.Error.DumpHandler.getOffloadUriFail",
5291 "Subsystem": "bmc_firmware",
5292 "ComponentID": "0x6000",
5293 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005294 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005295 "ReasonCode": "0x6003",
Patrick Williams26919f02022-12-08 06:12:43 -06005296 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005297 },
5298 "Callouts": [
5299 {
5300 "CalloutList": [
5301 { "Priority": "high", "Procedure": "bmc_code" }
5302 ]
5303 }
5304 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005305 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005306 "Description": "Failed to get the dump offload URI path from the dump entry.",
5307 "Message": "Failed to get the dump offload URI path from the dump entry."
5308 }
5309 },
5310 {
5311 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.ResourceDumpFileAckFail",
5312 "Subsystem": "bmc_firmware",
5313 "ComponentID": "0x6000",
5314 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -06005315 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005316 "ReasonCode": "0x6004",
Patrick Williams26919f02022-12-08 06:12:43 -06005317 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005318 },
5319 "Callouts": [
5320 {
5321 "CalloutList": [
5322 { "Priority": "medium", "Procedure": "bmc_code" }
5323 ]
5324 }
5325 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005326 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005327 "Description": "The hypervisor rejected the request to initiate a new resource dump.",
5328 "Message": "The hypervisor rejected the request to initiate a new resource dump."
5329 }
5330 },
5331 {
5332 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.SourceDumpIdResetFail",
5333 "Subsystem": "bmc_firmware",
5334 "ComponentID": "0x6000",
5335 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005336 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005337 "ReasonCode": "0x6005",
Patrick Williams26919f02022-12-08 06:12:43 -06005338 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005339 },
5340 "Callouts": [
5341 {
5342 "CalloutList": [
5343 { "Priority": "high", "Procedure": "bmc_code" }
5344 ]
5345 }
5346 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005347 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005348 "Description": "Failed to reset the dump ID, due to this requested dump will not be deleted.",
5349 "Message": "Failed to reset the dump ID, due to this requested dump will not be deleted."
5350 }
5351 },
5352 {
5353 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryDeleteFail",
5354 "Subsystem": "bmc_firmware",
5355 "ComponentID": "0x6000",
5356 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005357 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005358 "ReasonCode": "0x6006",
Patrick Williams26919f02022-12-08 06:12:43 -06005359 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005360 },
5361 "Callouts": [
5362 {
5363 "CalloutList": [
5364 { "Priority": "high", "Procedure": "bmc_code" }
5365 ]
5366 }
5367 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005368 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005369 "Description": "Failed to carry out the dump delete request from the hypervisor.",
5370 "Message": "Failed to carry out the dump delete request from the hypervisor."
5371 }
5372 },
5373 {
5374 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryOffloadedSetFail",
5375 "Subsystem": "bmc_firmware",
5376 "ComponentID": "0x6000",
5377 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005378 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005379 "ReasonCode": "0x6007",
Patrick Williams26919f02022-12-08 06:12:43 -06005380 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005381 },
5382 "Callouts": [
5383 {
5384 "CalloutList": [
5385 { "Priority": "high", "Procedure": "bmc_code" }
5386 ]
5387 }
5388 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005389 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005390 "Description": "Failed to set the dump offloaded completion flag in the dump entry.",
5391 "Message": "Failed to set the dump offloaded completion flag in the dump entry."
5392 }
5393 },
5394 {
5395 "Name": "xyz.openbmc_project.PLDM.Error.readIntoMemory.GetFilepathFail",
5396 "Subsystem": "bmc_firmware",
5397 "ComponentID": "0x6000",
5398 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005399 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005400 "ReasonCode": "0x6008",
Patrick Williams26919f02022-12-08 06:12:43 -06005401 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005402 },
5403 "Callouts": [
5404 {
5405 "CalloutList": [
5406 { "Priority": "high", "Procedure": "bmc_code" }
5407 ]
5408 }
5409 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005410 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005411 "Description": "Failed to get the file path for the BMC dump and offload to the hypervisor.",
5412 "Message": "Failed to get the file path for the BMC dump and offload to the hypervisor."
5413 }
5414 },
5415 {
5416 "Name": "xyz.openbmc_project.PLDM.Error.read.GetFilepathFail",
5417 "Subsystem": "bmc_firmware",
5418 "ComponentID": "0x6000",
5419 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005420 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005421 "ReasonCode": "0x6009",
Patrick Williams26919f02022-12-08 06:12:43 -06005422 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005423 },
5424 "Callouts": [
5425 {
5426 "CalloutList": [
5427 { "Priority": "high", "Procedure": "bmc_code" }
5428 ]
5429 }
5430 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005431 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005432 "Description": "Failed to get the file path for the BMC dump and offload to the hypervisor.",
5433 "Message": "Failed to get the file path for the BMC dump and offload to the hypervisor."
5434 }
5435 },
5436 {
5437 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.ResourceDumpFileAckWithMetaDataFail",
5438 "Subsystem": "bmc_firmware",
5439 "ComponentID": "0x6000",
5440 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -06005441 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005442 "ReasonCode": "0x6010",
Patrick Williams26919f02022-12-08 06:12:43 -06005443 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005444 },
5445 "Callouts": [
5446 {
5447 "CalloutList": [
5448 { "Priority": "medium", "Procedure": "bmc_code" }
5449 ]
5450 }
5451 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005452 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005453 "Description": "Could not create a new resource dump due to hypervisor verification failed.",
5454 "Message": "Could not create a new resource dump due to hypervisor verification failed."
5455 }
5456 },
5457 {
5458 "Name": "xyz.openbmc_project.PLDM.Error.fileAckWithMetaData.DumpEntryOffloadedSetFail",
5459 "Subsystem": "bmc_firmware",
5460 "ComponentID": "0x6000",
5461 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005462 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005463 "ReasonCode": "0x6011",
Patrick Williams26919f02022-12-08 06:12:43 -06005464 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005465 },
5466 "Callouts": [
5467 {
5468 "CalloutList": [
5469 { "Priority": "high", "Procedure": "bmc_code" }
5470 ]
5471 }
5472 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005473 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005474 "Description": "Failed to set the dump offload completion flag in the dump entry details.",
5475 "Message": "Failed to set the dump offload completion flag in the dump entry details."
5476 }
5477 },
5478 {
5479 "Name": "xyz.openbmc_project.PLDM.Error.newFileAvailableWithMetaData.NewDumpNotifyFail",
5480 "Subsystem": "bmc_firmware",
5481 "ComponentID": "0x6000",
5482 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005483 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005484 "ReasonCode": "0x6012",
Patrick Williams26919f02022-12-08 06:12:43 -06005485 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005486 },
5487 "Callouts": [
5488 {
5489 "CalloutList": [
5490 { "Priority": "high", "Procedure": "bmc_code" }
5491 ]
5492 }
5493 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005494 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005495 "Description": "Failed to notify a new dump available request.",
5496 "Message": "Failed to notify a new dump available request."
5497 }
5498 },
5499 {
5500 "Name": "xyz.openbmc_project.PLDM.Error.sendNewFileAvailableCmd.SendDumpParametersFail",
5501 "Subsystem": "bmc_firmware",
5502 "ComponentID": "0x6000",
5503 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005504 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005505 "ReasonCode": "0x6013",
Patrick Williams26919f02022-12-08 06:12:43 -06005506 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005507 },
5508 "Callouts": [
5509 {
5510 "CalloutList": [
5511 { "Priority": "high", "Procedure": "bmc_code" }
5512 ]
5513 }
5514 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005515 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005516 "Description": "Failed to send the resource dump parameters for a new dump initiation.",
5517 "Message": "Failed to send the resource dump parameters for a new dump initiation."
5518 }
5519 },
5520 {
5521 "Name": "xyz.openbmc_project.PLDM.Error.SendFileToHostFail",
5522 "Subsystem": "bmc_firmware",
5523 "ComponentID": "0x6000",
5524 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005525 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005526 "ReasonCode": "0x6014",
Patrick Williams26919f02022-12-08 06:12:43 -06005527 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005528 },
5529 "Callouts": [
5530 {
5531 "CalloutList": [
5532 { "Priority": "high", "Procedure": "bmc_code" }
5533 ]
5534 }
5535 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005536 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005537 "Description": "Failed to send the certificate/license file to the host.",
5538 "Message": "Failed to send the certificate/license file to the host."
5539 }
5540 },
5541 {
5542 "Name": "xyz.openbmc_project.PLDM.Error.DecodeNewFileResponseFail",
5543 "Subsystem": "bmc_firmware",
5544 "ComponentID": "0x6000",
5545 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005546 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005547 "ReasonCode": "0x6015",
Patrick Williams26919f02022-12-08 06:12:43 -06005548 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005549 },
5550 "Callouts": [
5551 {
5552 "CalloutList": [
5553 { "Priority": "high", "Procedure": "bmc_code" }
5554 ]
5555 }
5556 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005557 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005558 "Description": "Failed to decode the response of certificate/license file sent to the host.",
5559 "Message": "Failed to decode the response of certificate/license file sent to the host."
5560 }
5561 },
5562 {
5563 "Name": "xyz.openbmc_project.PLDM.Error.NewFileAvailableRequestFail",
5564 "Subsystem": "bmc_firmware",
5565 "ComponentID": "0x6000",
5566 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005567 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005568 "ReasonCode": "0x6016",
Patrick Williams26919f02022-12-08 06:12:43 -06005569 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005570 },
5571 "Callouts": [
5572 {
5573 "CalloutList": [
5574 { "Priority": "high", "Procedure": "bmc_code" }
5575 ]
5576 }
5577 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005578 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005579 "Description": "Failed to send the new certificate/license file to the host.",
5580 "Message": "Failed to send the new certificate/license file to the host."
5581 }
5582 },
5583 {
5584 "Name": "xyz.openbmc_project.PLDM.Error.SetHostEffecterFailed",
5585 "Subsystem": "bmc_firmware",
5586 "ComponentID": "0x6000",
5587 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005588 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005589 "ReasonCode": "0x6017",
Patrick Williams26919f02022-12-08 06:12:43 -06005590 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005591 },
5592
5593 "Callouts": [
5594 {
5595 "CalloutList": [
5596 { "Priority": "high", "Procedure": "bmc_code" }
5597 ]
5598 }
5599 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005600 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005601 "Description": "Failed to set state effecter states.",
5602 "Message": "Failed to set state effecter states."
5603 }
5604 },
5605 {
5606 "Name": "xyz.openbmc_project.PLDM.Error.Generate.PDRJsonFileParseFail",
5607 "Subsystem": "bmc_firmware",
5608 "ComponentID": "0x6000",
5609 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005610 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005611 "ReasonCode": "0x6018",
Patrick Williams26919f02022-12-08 06:12:43 -06005612 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005613 },
5614 "Callouts": [
5615 {
5616 "CalloutList": [
5617 { "Priority": "high", "Procedure": "bmc_code" }
5618 ]
5619 }
5620 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005621 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005622 "Description": "Failed to parse PDR JSON file.",
5623 "Message": "Failed to parse PDR JSON file."
5624 }
5625 },
5626 {
5627 "Name": "xyz.openbmc_project.PLDM.Error.SetHostSensorState.GetStateSensorPDRFail",
5628 "Subsystem": "bmc_firmware",
5629 "ComponentID": "0x6000",
5630 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005631 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005632 "ReasonCode": "0x6019",
Patrick Williams26919f02022-12-08 06:12:43 -06005633 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005634 },
5635 "Callouts": [
5636 {
5637 "CalloutList": [
5638 { "Priority": "high", "Procedure": "bmc_code" }
5639 ]
5640 }
5641 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005642 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005643 "Description": "Failed to get state sensor PDR state.",
5644 "Message": "Failed to get state sensor PDR state."
5645 }
5646 },
5647 {
5648 "Name": "xyz.openbmc_project.PLDM.Error.SetHostSensorState.EncodeStateSensorFail",
5649 "Subsystem": "bmc_firmware",
5650 "ComponentID": "0x6000",
5651 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005652 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005653 "ReasonCode": "0x6020",
Patrick Williams26919f02022-12-08 06:12:43 -06005654 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005655 },
5656 "Callouts": [
5657 {
5658 "CalloutList": [
5659 { "Priority": "high", "Procedure": "bmc_code" }
5660 ]
5661 }
5662 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005663 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005664 "Description": "Failed to encode state sensor request.",
5665 "Message": "Failed to encode state sensor request."
5666 }
5667 },
5668 {
5669 "Name": "xyz.openbmc_project.PLDM.Error.CMsubscribeFailure",
5670 "Subsystem": "bmc_firmware",
5671 "ComponentID": "0x6000",
5672 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005673 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005674 "ReasonCode": "0x6021",
Patrick Williams26919f02022-12-08 06:12:43 -06005675 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005676 },
5677 "Callouts": [
5678 {
5679 "CalloutList": [
5680 { "Priority": "high", "Procedure": "bmc_code" }
5681 ]
5682 }
5683 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005684 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005685 "Description": "Failed to subscribe for concurrent maintenance of FRU.",
5686 "Message": "Failed to subscribe for concurrent maintenance of FRU."
5687 }
5688 },
5689 {
5690 "Name": "xyz.openbmc_project.PLDM.Error.setSurvTimer.RecvSurveillancePingFail",
5691 "Subsystem": "bmc_firmware",
5692 "ComponentID": "0x6000",
5693 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -06005694 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005695 "ReasonCode": "0x6022",
Patrick Williams26919f02022-12-08 06:12:43 -06005696 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005697 },
5698 "Callouts": [
5699 {
5700 "CalloutList": [
5701 { "Priority": "high", "Procedure": "bmc_code" }
5702 ]
5703 }
5704 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005705 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005706 "Description": "Host did not send a surveillance ping within stipulated timeout interval.",
5707 "Message": "Host did not send a surveillance ping within stipulated timeout interval."
5708 }
5709 },
5710 {
5711 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryOffloadUriSetFail",
5712 "Subsystem": "bmc_firmware",
5713 "ComponentID": "0x6000",
5714 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005715 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005716 "ReasonCode": "0x6023",
Patrick Williams26919f02022-12-08 06:12:43 -06005717 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005718 },
5719 "Callouts": [
5720 {
5721 "CalloutList": [
5722 { "Priority": "high", "Procedure": "bmc_code" }
5723 ]
5724 }
5725 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005726 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005727 "Description": "Failed to reset the dump offload URI path from the dump entry.",
5728 "Message": "Failed to reset the dump offload URI path from the dump entry."
5729 }
5730 },
5731 {
5732 "Name": "xyz.openbmc_project.PLDM.Error.SoftPowerOff.HostSoftOffTimeOut",
5733 "Subsystem": "bmc_firmware",
5734 "ComponentID": "0x6000",
5735 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005736 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005737 "ReasonCode": "0x6024",
Patrick Williams26919f02022-12-08 06:12:43 -06005738 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005739 },
5740 "Callouts": [
5741 {
5742 "CalloutList": [
5743 { "Priority": "high", "Procedure": "bmc_code" }
5744 ]
5745 }
5746 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005747 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005748 "Description": "Host failed to complete the power off gracefully within the timeout.",
5749 "Message": "Host failed to complete the power off gracefully within the timeout."
5750 }
5751 }
Matt Spinler44792fd2019-09-26 15:58:58 -05005752 ]
5753}