blob: 335fae7882c0f62c1748e48da19b816f9cdaaa21 [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",
1376 "Severity": "critical",
1377
Patrick Williams26919f02022-12-08 06:12:43 -06001378 "SRC": {
Ben Tyner34836322020-04-15 17:01:48 -05001379 "ReasonCode": "0xD16D",
Patrick Williams26919f02022-12-08 06:12:43 -06001380 "Words6To9": {}
Ben Tyner34836322020-04-15 17:01:48 -05001381 },
1382
Patrick Williams26919f02022-12-08 06:12:43 -06001383 "Documentation": {
Ben Tyner34836322020-04-15 17:01:48 -05001384 "Description": "Status shows SBE vital attention active",
1385 "Message": "SBE vital attention detected",
1386 "Notes": [
1387 "This entry is for any SBE vital attention event ",
1388 "reported by the attention handler component"
1389 ]
1390 }
1391 },
1392
1393 {
1394 "Name": "org.open_power.HwDiags.Error.Checkstop",
Zane Shelley4e6355d2022-02-24 15:28:08 -06001395 "PossibleSubsystems": [
Patrick Williams26919f02022-12-08 06:12:43 -06001396 "processor",
1397 "processor_fru",
1398 "processor_unit",
1399 "processor_bus",
1400 "memory_ctlr",
1401 "memory_bus",
1402 "memory_dimm",
1403 "memory_fru",
1404 "phb",
1405 "cec_hardware",
1406 "cec_clocks",
1407 "cec_tod",
1408 "others"
Zane Shelley4e6355d2022-02-24 15:28:08 -06001409 ],
1410 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06001411 "ActionFlags": ["service_action", "report", "call_home"],
Ben Tyner34836322020-04-15 17:01:48 -05001412
Patrick Williams26919f02022-12-08 06:12:43 -06001413 "SRC": {
Zane Shelley561c0382020-11-17 13:20:05 -06001414 "ReasonCode": "0xE510",
Patrick Williams26919f02022-12-08 06:12:43 -06001415 "SymptomIDFields": ["SRCWord6", "SRCWord7", "SRCWord8"],
1416 "Words6To9": {
1417 "6": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001418 "AdditionalDataPropSource": "SRC6"
1419 },
Patrick Williams26919f02022-12-08 06:12:43 -06001420 "7": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001421 "AdditionalDataPropSource": "SRC7"
1422 },
Patrick Williams26919f02022-12-08 06:12:43 -06001423 "8": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001424 "AdditionalDataPropSource": "SRC8"
1425 }
Ben Tyner34836322020-04-15 17:01:48 -05001426 }
1427 },
1428
Patrick Williams26919f02022-12-08 06:12:43 -06001429 "Documentation": {
Zane Shelley561c0382020-11-17 13:20:05 -06001430 "Description": "A system checkstop attention has occurred",
Patrick Williams26919f02022-12-08 06:12:43 -06001431 "MessageArgSources": ["SRCWord6", "SRCWord7", "SRCWord8"],
Zane Shelley45ab43a2021-11-13 16:16:57 -06001432 "Message": "Error Signature: %1 %2 %3"
Ben Tyner34836322020-04-15 17:01:48 -05001433 }
1434 },
1435
1436 {
Zane Shelley561c0382020-11-17 13:20:05 -06001437 "Name": "org.open_power.HwDiags.Error.Predictive",
Zane Shelley4e6355d2022-02-24 15:28:08 -06001438 "PossibleSubsystems": [
Patrick Williams26919f02022-12-08 06:12:43 -06001439 "processor",
1440 "processor_fru",
1441 "processor_unit",
1442 "processor_bus",
1443 "memory_ctlr",
1444 "memory_bus",
1445 "memory_dimm",
1446 "memory_fru",
1447 "phb",
1448 "cec_hardware",
1449 "cec_clocks",
1450 "cec_tod",
1451 "others"
Zane Shelley4e6355d2022-02-24 15:28:08 -06001452 ],
1453 "Severity": "predictive",
Patrick Williams26919f02022-12-08 06:12:43 -06001454 "ActionFlags": ["service_action", "report", "call_home"],
Ben Tyner34836322020-04-15 17:01:48 -05001455
Patrick Williams26919f02022-12-08 06:12:43 -06001456 "SRC": {
Zane Shelley561c0382020-11-17 13:20:05 -06001457 "ReasonCode": "0xE511",
Patrick Williams26919f02022-12-08 06:12:43 -06001458 "SymptomIDFields": ["SRCWord6", "SRCWord7", "SRCWord8"],
1459 "Words6To9": {
1460 "6": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001461 "AdditionalDataPropSource": "SRC6"
1462 },
Patrick Williams26919f02022-12-08 06:12:43 -06001463 "7": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001464 "AdditionalDataPropSource": "SRC7"
1465 },
Patrick Williams26919f02022-12-08 06:12:43 -06001466 "8": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001467 "AdditionalDataPropSource": "SRC8"
1468 }
Ben Tyner34836322020-04-15 17:01:48 -05001469 }
1470 },
Zane Shelley561c0382020-11-17 13:20:05 -06001471
Patrick Williams26919f02022-12-08 06:12:43 -06001472 "Documentation": {
Zane Shelley561c0382020-11-17 13:20:05 -06001473 "Description": "A hardware attention requiring service has occurred",
Patrick Williams26919f02022-12-08 06:12:43 -06001474 "MessageArgSources": ["SRCWord6", "SRCWord7", "SRCWord8"],
Zane Shelley45ab43a2021-11-13 16:16:57 -06001475 "Message": "Error Signature: %1 %2 %3"
Ben Tyner34836322020-04-15 17:01:48 -05001476 }
Shawn McCarney01648f52020-06-25 11:42:02 -05001477 },
1478
1479 {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001480 "Name": "org.open_power.HwDiags.Error.Informational",
Zane Shelley4e6355d2022-02-24 15:28:08 -06001481 "PossibleSubsystems": [
Patrick Williams26919f02022-12-08 06:12:43 -06001482 "processor",
1483 "processor_fru",
1484 "processor_unit",
1485 "processor_bus",
1486 "memory_ctlr",
1487 "memory_bus",
1488 "memory_dimm",
1489 "memory_fru",
1490 "phb",
1491 "cec_hardware",
1492 "cec_clocks",
1493 "cec_tod",
1494 "others"
Zane Shelley4e6355d2022-02-24 15:28:08 -06001495 ],
1496 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -06001497 "ActionFlags": ["hidden", "dont_report"],
Zane Shelleydd4bd482021-12-08 09:12:51 -06001498
Patrick Williams26919f02022-12-08 06:12:43 -06001499 "SRC": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001500 "ReasonCode": "0xE512",
Patrick Williams26919f02022-12-08 06:12:43 -06001501 "SymptomIDFields": ["SRCWord6", "SRCWord7", "SRCWord8"],
1502 "Words6To9": {
1503 "6": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001504 "AdditionalDataPropSource": "SRC6"
1505 },
Patrick Williams26919f02022-12-08 06:12:43 -06001506 "7": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001507 "AdditionalDataPropSource": "SRC7"
1508 },
Patrick Williams26919f02022-12-08 06:12:43 -06001509 "8": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001510 "AdditionalDataPropSource": "SRC8"
1511 }
1512 }
1513 },
1514
Patrick Williams26919f02022-12-08 06:12:43 -06001515 "Documentation": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001516 "Description": "Manual analysis was initiated via the command line. FFDC only.",
Patrick Williams26919f02022-12-08 06:12:43 -06001517 "MessageArgSources": ["SRCWord6", "SRCWord7", "SRCWord8"],
Zane Shelleydd4bd482021-12-08 09:12:51 -06001518 "Message": "Error Signature: %1 %2 %3"
1519 }
1520 },
1521
1522 {
Brandon Wyman38caaf02020-09-01 16:07:42 -05001523 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.InputFault",
1524 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001525 "ActionFlags": ["service_action", "report"],
1526 "ComponentID": "0x2700",
1527
1528 "SRC": {
1529 "Type": "11",
1530 "ReasonCode": "0x15F0",
1531 "Words6To9": {}
1532 },
1533
1534 "Callouts": [
1535 {
1536 "CalloutList": [
1537 { "Priority": "high", "SymbolicFRU": "pwrsply" }
1538 ]
1539 }
1540 ],
1541
1542 "Documentation": {
1543 "Description": "Power Supply input power fault",
1544 "Message": "A power supply has indicated an input or under voltage condition.",
1545 "Notes": [
1546 "Check the power supply cabling and/or input power ",
1547 "source. The PWRSPLY procedure is used rather than ",
1548 "calling out a location code, as typically these faults ",
1549 "are related to the supplied power, the cable, or the ",
1550 "cable connectors. If the input fault resolves down to an ",
1551 "issue with the power supply itself, the power supply ",
1552 "indicating this input fault should be called out. Add the ",
1553 "CALLOUT_INVENTORY_PATH to the additional data, and set the",
1554 "CALLOUT_PRIORITY to something other than high."
1555 ]
1556 }
1557 },
1558
1559 {
1560 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Fault",
1561 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001562 "ActionFlags": ["service_action", "report", "call_home"],
1563 "ComponentID": "0x2700",
1564
1565 "SRC": {
1566 "Type": "11",
1567 "ReasonCode": "0x15F1",
1568 "Words6To9": {}
1569 },
1570
Jim Wright006dafd2022-05-27 12:09:43 -05001571 "Callouts": [
1572 {
1573 "CalloutList": [
1574 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
1575 ]
1576 }
1577 ],
1578
Brandon Wyman38caaf02020-09-01 16:07:42 -05001579 "Documentation": {
1580 "Description": "Power Supply power fault",
1581 "Message": "The power supply detected a fault condition, see AdditionalData for further details.",
1582 "Notes": [
1583 "The power supply reporting the fault should be called ",
1584 "out using the CALLOUT_INVENTORY_PATH keyword. Include ",
1585 "specific fault, STATUS_* details, and code level in the ",
1586 "AdditionalData section."
1587 ]
1588 }
1589 },
1590
1591 {
1592 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.CommFault",
1593 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001594 "ActionFlags": ["service_action", "report", "call_home"],
1595 "ComponentID": "0x2700",
1596
1597 "SRC": {
1598 "Type": "11",
1599 "ReasonCode": "0x15F2",
1600 "Words6To9": {}
1601 },
1602
Jim Wright006dafd2022-05-27 12:09:43 -05001603 "Callouts": [
1604 {
1605 "CalloutList": [
1606 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
1607 ]
1608 }
1609 ],
1610
Brandon Wyman38caaf02020-09-01 16:07:42 -05001611 "Documentation": {
1612 "Description": "Power Supply non-power fault",
1613 "Message": "A communication failure occurred talking to the power supply",
1614 "Notes": [
1615 "Communication problems with the power supply could be ",
1616 "the power supply, or any hardware between it and the ",
1617 "BMC. Reporting the error should be passing in a call ",
1618 "out using CALLOUT_DEVICE_PATH."
1619 ]
1620 }
1621 },
1622
1623 {
1624 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Missing",
1625 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05001626 "ActionFlags": ["service_action", "report", "call_home"],
1627 "ComponentID": "0x2700",
1628
1629 "SRC": {
1630 "Type": "11",
1631 "ReasonCode": "0x15F6",
1632 "Words6To9": {}
1633 },
1634
1635 "Callouts": [
1636 {
1637 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -05001638 {
1639 "Priority": "high",
1640 "SymbolicFRUTrusted": "pwrsply",
1641 "UseInventoryLocCode": true
1642 }
Brandon Wyman38caaf02020-09-01 16:07:42 -05001643 ]
1644 }
1645 ],
1646
1647 "Documentation": {
1648 "Description": "Power Supply is missing",
1649 "Message": "A power supply that should be present is missing",
1650 "Notes": [
1651 "The CalloutList should use the PWRSPLY symbolic FRU ",
Matt Spinler80600192020-10-23 09:29:33 -05001652 "with the trusted location code property. The ",
1653 "location code in this callout is obtained from ",
1654 "the passed in CALLOUT_INVENTORY_PATH value."
Brandon Wyman38caaf02020-09-01 16:07:42 -05001655 ]
1656 }
1657 },
1658
1659 {
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00001660 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.NotSupported",
1661 "Subsystem": "power_supply",
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00001662 "ActionFlags": ["service_action", "report", "call_home"],
1663 "ComponentID": "0x2700",
1664
1665 "SRC": {
1666 "Type": "11",
1667 "ReasonCode": "0x15F7",
1668 "Words6To9": {}
1669 },
1670
Jim Wright006dafd2022-05-27 12:09:43 -05001671 "Callouts": [
1672 {
1673 "CalloutList": [
1674 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
1675 ]
1676 }
1677 ],
1678
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00001679 "Documentation": {
1680 "Description": "Power Supply configuration is not supported",
1681 "Message": "The power supply configuration is not supported",
1682 "Notes": [
1683 "The combination of power supplies detected in the ",
1684 "system is not supported. This could be caused by ",
1685 "mismatched models, less than expected number of power ",
1686 "supplies, or other unsupported characteristics."
1687 ]
1688 }
1689 },
1690
1691 {
Brandon Wymanc30f00a2021-11-18 21:10:04 +00001692 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.FanFault",
1693 "Subsystem": "power_supply",
Brandon Wymanc30f00a2021-11-18 21:10:04 +00001694 "ActionFlags": ["service_action", "report", "call_home"],
1695 "ComponentID": "0x2700",
1696
1697 "SRC": {
1698 "Type": "11",
1699 "ReasonCode": "0x15FF",
1700 "Words6To9": {}
1701 },
1702
Jim Wright006dafd2022-05-27 12:09:43 -05001703 "Callouts": [
1704 {
1705 "CalloutList": [
1706 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
1707 ]
1708 }
1709 ],
1710
Brandon Wymanc30f00a2021-11-18 21:10:04 +00001711 "Documentation": {
1712 "Description": "Power Supply fan fault",
1713 "Message": "A power supply indicated a fan fault has occurred",
1714 "Notes": [
1715 "The power supply reporting the fault should be called ",
1716 "out using the CALLOUT_INVENTORY_PATH keyword. Include ",
1717 "specific fault, STATUS_* details, and code level in the ",
1718 "AdditionalData section."
1719 ]
1720 }
1721 },
1722
1723 {
Brandon Wyman90c88402021-11-16 20:34:49 +00001724 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.IoutOCFault",
1725 "Subsystem": "power_supply",
Brandon Wyman90c88402021-11-16 20:34:49 +00001726 "ActionFlags": ["service_action", "report", "call_home"],
1727 "ComponentID": "0x2700",
1728
1729 "SRC": {
1730 "Type": "11",
1731 "ReasonCode": "0x1B01",
1732 "Words6To9": {}
1733 },
1734
1735 "Callouts": [
1736 {
1737 "CalloutList": [
1738 { "Priority": "high", "Procedure": "power_overcurrent" }
1739 ]
1740 }
1741 ],
1742
1743 "Documentation": {
1744 "Description": "Power Supply output over-current power fault",
1745 "Message": "A power supply has indicated an output over-current condition."
1746 }
1747 },
1748
1749 {
Jay Meyer54ff54e2021-03-14 20:18:41 -05001750 "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Blackout",
1751 "Subsystem": "power",
Patrick Williams26919f02022-12-08 06:12:43 -06001752 "ActionFlags": ["report", "service_action"],
Jay Meyer54ff54e2021-03-14 20:18:41 -05001753 "ComponentID": "0x2700",
1754
Patrick Williams26919f02022-12-08 06:12:43 -06001755 "SRC": {
Jay Meyer54ff54e2021-03-14 20:18:41 -05001756 "Type": "11",
1757 "ReasonCode": "0x00AC",
Mike Cappsa2d7b772022-03-07 15:47:48 -05001758 "Words6To9": {}
Jay Meyer54ff54e2021-03-14 20:18:41 -05001759 },
1760
1761 "Callouts": [
1762 {
1763 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06001764 { "Priority": "high", "SymbolicFRU": "ac_module" }
Jay Meyer54ff54e2021-03-14 20:18:41 -05001765 ]
1766 }
1767 ],
1768
1769 "Documentation": {
1770 "Description": "Input power was lost while the system was powered on.",
1771 "Message": "Input power was lost while the system was powered on.",
1772 "Notes": [
1773 "Input power was lost while system powered on.",
1774 "The CalloutList should use the ACMODUL symbolic FRU."
1775 ]
1776 }
1777 },
1778
1779 {
Patrick Williams26919f02022-12-08 06:12:43 -06001780 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.PSKillFault",
Brandon Wyman002d8cf2021-12-01 23:05:11 +00001781 "Subsystem": "power_supply",
Brandon Wyman002d8cf2021-12-01 23:05:11 +00001782 "ActionFlags": ["service_action", "report", "call_home"],
1783 "ComponentID": "0x2700",
1784
1785 "SRC": {
1786 "Type": "11",
1787 "ReasonCode": "0x2500",
Mike Cappsa2d7b772022-03-07 15:47:48 -05001788 "Words6To9": {}
Brandon Wyman002d8cf2021-12-01 23:05:11 +00001789 },
1790
1791 "Callouts": [
1792 {
1793 "CalloutList": [
1794 { "Priority": "high", "Procedure": "power_overcurrent" }
1795 ]
1796 }
1797 ],
1798
1799 "Documentation": {
1800 "Description": "A power supply fault is potentially preventing the power supply from allowing the system to power on.",
1801 "Message": "Power supply PSKill_fault",
Patrick Williams26919f02022-12-08 06:12:43 -06001802 "Notes": []
Brandon Wyman002d8cf2021-12-01 23:05:11 +00001803 }
1804 },
1805
1806 {
Jim Wright7f678902020-11-30 16:03:57 -06001807 "Name": "xyz.openbmc_project.Power.Error.Shutdown",
1808 "Subsystem": "power_sequencer",
1809 "ComponentID": "0x2700",
1810
1811 "SRC": {
1812 "Type": "11",
1813 "ReasonCode": "0x2600",
1814 "Words6To9": {}
1815 },
1816
1817 "Callouts": [
1818 {
1819 "CalloutList": [
1820 { "Priority": "high", "SymbolicFRU": "pgood_part" }
1821 ]
1822 }
1823 ],
1824
1825 "Documentation": {
1826 "Description": "A power off was issued because a power fault was detected",
1827 "Message": "A power off was issued because a power fault was detected",
Patrick Williams26919f02022-12-08 06:12:43 -06001828 "Notes": []
Jim Wright7f678902020-11-30 16:03:57 -06001829 }
1830 },
1831
1832 {
Ben Tyner0273a222021-07-12 15:18:13 -05001833 "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Regulator",
1834 "Subsystem": "power_control_hw",
Mike Capps2a2d0ae2022-03-16 18:09:00 -04001835 "Severity": "critical_system_term",
Ben Tyner0273a222021-07-12 15:18:13 -05001836 "ComponentID": "0x2700",
1837
1838 "SRC": {
1839 "Type": "11",
1840 "ReasonCode": "0x2602",
Mike Cappsa2d7b772022-03-07 15:47:48 -05001841 "Words6To9": {}
Ben Tyner0273a222021-07-12 15:18:13 -05001842 },
1843
1844 "Callouts": [
1845 {
1846 "System": "ibm,rainier",
1847 "CalloutList": [
1848 {
1849 "Priority": "high",
1850 "LocCode": "P0-C5"
1851 },
1852 {
1853 "Priority": "medium",
1854 "LocCode": "P0"
1855 }
1856 ]
1857 },
1858 {
1859 "System": "ibm,everest",
1860 "CalloutList": [
1861 {
1862 "Priority": "high",
1863 "LocCode": "P0-C59"
1864 },
1865 {
1866 "Priority": "medium",
1867 "LocCode": "P0"
1868 }
1869 ]
1870 }
1871 ],
1872
1873 "Documentation": {
1874 "Description": "A power off was issued because a regulator for standby power faulted",
1875 "Message": "A power off was issued because a regulator for standby power faulted",
Patrick Williams26919f02022-12-08 06:12:43 -06001876 "Notes": []
Ben Tyner0273a222021-07-12 15:18:13 -05001877 }
1878 },
1879
1880 {
Jim Wright7f678902020-11-30 16:03:57 -06001881 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerPGOODFault",
1882 "Subsystem": "power_sequencer",
1883 "ComponentID": "0x2700",
1884
1885 "SRC": {
1886 "Type": "11",
1887 "ReasonCode": "0x2610",
1888 "Words6To9": {}
1889 },
1890
1891 "CalloutsUsingAD": {
Patrick Williams26919f02022-12-08 06:12:43 -06001892 "ADName": "INPUT_NAME",
1893 "CalloutsWithTheirADValues": [
Jim Wright7f678902020-11-30 16:03:57 -06001894 {
Patrick Williams26919f02022-12-08 06:12:43 -06001895 "ADValue": "PCIE_SLOT0",
1896 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06001897 {
1898 "CalloutList": [
1899 { "Priority": "high", "LocCode": "P0-C0" },
1900 { "Priority": "medium", "LocCode": "P0" }
1901 ]
1902 }
1903 ]
1904 },
1905 {
Patrick Williams26919f02022-12-08 06:12:43 -06001906 "ADValue": "PCIE_SLOT1",
1907 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06001908 {
1909 "CalloutList": [
1910 { "Priority": "high", "LocCode": "P0-C1" },
1911 { "Priority": "medium", "LocCode": "P0" }
1912 ]
1913 }
1914 ]
1915 },
1916 {
Patrick Williams26919f02022-12-08 06:12:43 -06001917 "ADValue": "PCIE_SLOT2",
1918 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06001919 {
1920 "CalloutList": [
1921 { "Priority": "high", "LocCode": "P0-C2" },
1922 { "Priority": "medium", "LocCode": "P0" }
1923 ]
1924 }
1925 ]
1926 },
1927 {
Patrick Williams26919f02022-12-08 06:12:43 -06001928 "ADValue": "PCIE_SLOT3",
1929 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06001930 {
1931 "CalloutList": [
1932 { "Priority": "high", "LocCode": "P0-C3" },
1933 { "Priority": "medium", "LocCode": "P0" }
1934 ]
1935 }
1936 ]
1937 },
1938 {
Patrick Williams26919f02022-12-08 06:12:43 -06001939 "ADValue": "PCIE_SLOT4",
1940 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06001941 {
1942 "CalloutList": [
1943 { "Priority": "high", "LocCode": "P0-C4" },
1944 { "Priority": "medium", "LocCode": "P0" }
1945 ]
1946 }
1947 ]
1948 },
1949 {
Patrick Williams26919f02022-12-08 06:12:43 -06001950 "ADValue": "PCIE_SLOT5",
1951 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06001952 {
1953 "CalloutList": [
1954 { "Priority": "high", "LocCode": "P0-C5" },
1955 { "Priority": "medium", "LocCode": "P0" }
1956 ]
1957 }
1958 ]
1959 },
1960 {
Patrick Williams26919f02022-12-08 06:12:43 -06001961 "ADValue": "PCIE_SLOT6",
1962 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06001963 {
1964 "CalloutList": [
1965 { "Priority": "high", "LocCode": "P0-C6" },
1966 { "Priority": "medium", "LocCode": "P0" }
1967 ]
1968 }
1969 ]
1970 },
1971 {
Patrick Williams26919f02022-12-08 06:12:43 -06001972 "ADValue": "PCIE_SLOT7",
1973 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06001974 {
1975 "CalloutList": [
1976 { "Priority": "high", "LocCode": "P0-C7" },
1977 { "Priority": "medium", "LocCode": "P0" }
1978 ]
1979 }
1980 ]
1981 },
1982 {
Patrick Williams26919f02022-12-08 06:12:43 -06001983 "ADValue": "PCIE_SLOT8",
1984 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06001985 {
1986 "CalloutList": [
1987 { "Priority": "high", "LocCode": "P0-C8" },
1988 { "Priority": "medium", "LocCode": "P0" }
1989 ]
1990 }
1991 ]
1992 },
1993 {
Patrick Williams26919f02022-12-08 06:12:43 -06001994 "ADValue": "PCIE_SLOT9",
1995 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06001996 {
1997 "CalloutList": [
1998 { "Priority": "high", "LocCode": "P0-C9" },
1999 { "Priority": "medium", "LocCode": "P0" }
2000 ]
2001 }
2002 ]
2003 },
2004 {
Patrick Williams26919f02022-12-08 06:12:43 -06002005 "ADValue": "PCIE_SLOT10",
2006 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002007 {
2008 "CalloutList": [
2009 { "Priority": "high", "LocCode": "P0-C10" },
2010 { "Priority": "medium", "LocCode": "P0" }
2011 ]
2012 }
2013 ]
2014 },
2015 {
Patrick Williams26919f02022-12-08 06:12:43 -06002016 "ADValue": "PCIE_SLOT11",
2017 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002018 {
2019 "CalloutList": [
2020 { "Priority": "high", "LocCode": "P0-C11" },
2021 { "Priority": "medium", "LocCode": "P0" }
2022 ]
2023 }
2024 ]
2025 },
2026 {
Patrick Williams26919f02022-12-08 06:12:43 -06002027 "ADValue": "PGOOD_12A",
2028 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002029 {
2030 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002031 {
2032 "Priority": "high",
2033 "SymbolicFRU": "pgood_part"
2034 }
Jim Wright7f678902020-11-30 16:03:57 -06002035 ]
2036 }
2037 ]
2038 },
2039 {
Patrick Williams26919f02022-12-08 06:12:43 -06002040 "ADValue": "PGOOD_12B",
2041 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002042 {
2043 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002044 {
2045 "Priority": "high",
2046 "SymbolicFRU": "pgood_part"
2047 }
Jim Wright7f678902020-11-30 16:03:57 -06002048 ]
2049 }
2050 ]
2051 },
2052 {
Patrick Williams26919f02022-12-08 06:12:43 -06002053 "ADValue": "PGOOD_12C",
2054 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002055 {
2056 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002057 {
2058 "Priority": "high",
2059 "SymbolicFRU": "pgood_part"
2060 }
Jim Wright7f678902020-11-30 16:03:57 -06002061 ]
2062 }
2063 ]
2064 },
2065 {
Patrick Williams26919f02022-12-08 06:12:43 -06002066 "ADValue": "PGOOD_12D",
2067 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002068 {
2069 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002070 {
2071 "Priority": "high",
2072 "SymbolicFRU": "pgood_part"
2073 }
Jim Wright7f678902020-11-30 16:03:57 -06002074 ]
2075 }
2076 ]
2077 },
2078 {
Patrick Williams26919f02022-12-08 06:12:43 -06002079 "ADValue": "PGOOD_12L",
2080 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002081 {
2082 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002083 {
2084 "Priority": "high",
2085 "SymbolicFRU": "pgood_part"
2086 }
Jim Wright7f678902020-11-30 16:03:57 -06002087 ]
2088 }
2089 ]
2090 },
2091 {
Patrick Williams26919f02022-12-08 06:12:43 -06002092 "ADValue": "PGOOD_12M",
2093 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002094 {
2095 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002096 {
2097 "Priority": "high",
2098 "SymbolicFRU": "pgood_part"
2099 }
Jim Wright7f678902020-11-30 16:03:57 -06002100 ]
2101 }
2102 ]
2103 },
2104 {
Patrick Williams26919f02022-12-08 06:12:43 -06002105 "ADValue": "PGOOD_12N",
2106 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002107 {
2108 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002109 {
2110 "Priority": "high",
2111 "SymbolicFRU": "pgood_part"
2112 }
Jim Wright7f678902020-11-30 16:03:57 -06002113 ]
2114 }
2115 ]
2116 },
2117 {
Patrick Williams26919f02022-12-08 06:12:43 -06002118 "ADValue": "PGOOD_12P",
2119 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002120 {
2121 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002122 {
2123 "Priority": "high",
2124 "SymbolicFRU": "pgood_part"
2125 }
Jim Wright7f678902020-11-30 16:03:57 -06002126 ]
2127 }
2128 ]
2129 },
2130 {
Patrick Williams26919f02022-12-08 06:12:43 -06002131 "ADValue": "PGOOD_12PCIE",
2132 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002133 {
2134 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002135 {
2136 "Priority": "high",
2137 "SymbolicFRU": "pgood_part"
2138 }
Jim Wright7f678902020-11-30 16:03:57 -06002139 ]
2140 }
2141 ]
2142 },
2143 {
Patrick Williams26919f02022-12-08 06:12:43 -06002144 "ADValue": "PGOOD_12Q",
2145 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002146 {
2147 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002148 {
2149 "Priority": "high",
2150 "SymbolicFRU": "pgood_part"
2151 }
Jim Wright7f678902020-11-30 16:03:57 -06002152 ]
2153 }
2154 ]
2155 },
2156 {
Patrick Williams26919f02022-12-08 06:12:43 -06002157 "ADValue": "PGOOD_12R",
2158 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002159 {
2160 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002161 {
2162 "Priority": "high",
2163 "SymbolicFRU": "pgood_part"
2164 }
Jim Wright7f678902020-11-30 16:03:57 -06002165 ]
2166 }
2167 ]
2168 },
2169 {
Patrick Williams26919f02022-12-08 06:12:43 -06002170 "ADValue": "PGOOD_VDN_DCM0",
2171 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002172 {
2173 "CalloutList": [
2174 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002175 {
2176 "Priority": "medium",
2177 "LocCode": "P0-C15"
2178 },
Jim Wright7f678902020-11-30 16:03:57 -06002179 { "Priority": "low", "LocCode": "P0" }
2180 ]
2181 }
2182 ]
2183 },
2184 {
Patrick Williams26919f02022-12-08 06:12:43 -06002185 "ADValue": "PGOOD_VDN_DCM1",
2186 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002187 {
2188 "CalloutList": [
2189 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002190 {
2191 "Priority": "medium",
2192 "LocCode": "P0-C24"
2193 },
Jim Wright7f678902020-11-30 16:03:57 -06002194 { "Priority": "low", "LocCode": "P0" }
2195 ]
2196 }
2197 ]
2198 },
2199 {
Patrick Williams26919f02022-12-08 06:12:43 -06002200 "ADValue": "PGOOD_VCS_DCM0",
2201 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002202 {
2203 "CalloutList": [
2204 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002205 {
2206 "Priority": "medium",
2207 "LocCode": "P0-C15"
2208 },
Jim Wright7f678902020-11-30 16:03:57 -06002209 { "Priority": "low", "LocCode": "P0" }
2210 ]
2211 }
2212 ]
2213 },
2214 {
Patrick Williams26919f02022-12-08 06:12:43 -06002215 "ADValue": "PGOOD_VCS_DCM1",
2216 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002217 {
2218 "CalloutList": [
2219 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002220 {
2221 "Priority": "medium",
2222 "LocCode": "P0-C24"
2223 },
Jim Wright7f678902020-11-30 16:03:57 -06002224 { "Priority": "low", "LocCode": "P0" }
2225 ]
2226 }
2227 ]
2228 },
2229 {
Patrick Williams26919f02022-12-08 06:12:43 -06002230 "ADValue": "PGOOD_VIO_DCM0",
2231 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002232 {
2233 "CalloutList": [
2234 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002235 {
2236 "Priority": "medium",
2237 "LocCode": "P0-C15"
2238 },
Jim Wright7f678902020-11-30 16:03:57 -06002239 { "Priority": "low", "LocCode": "P0" }
2240 ]
2241 }
2242 ]
2243 },
2244 {
Patrick Williams26919f02022-12-08 06:12:43 -06002245 "ADValue": "PGOOD_VIO_DCM1",
2246 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002247 {
2248 "CalloutList": [
2249 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002250 {
2251 "Priority": "medium",
2252 "LocCode": "P0-C24"
2253 },
Jim Wright7f678902020-11-30 16:03:57 -06002254 { "Priority": "low", "LocCode": "P0" }
2255 ]
2256 }
2257 ]
2258 },
2259 {
Patrick Williams26919f02022-12-08 06:12:43 -06002260 "ADValue": "PGOOD_VPCIE_DCM0",
2261 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002262 {
2263 "CalloutList": [
2264 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002265 {
2266 "Priority": "medium",
2267 "LocCode": "P0-C15"
2268 },
Jim Wright7f678902020-11-30 16:03:57 -06002269 { "Priority": "low", "LocCode": "P0" }
2270 ]
2271 }
2272 ]
2273 },
2274 {
Patrick Williams26919f02022-12-08 06:12:43 -06002275 "ADValue": "PGOOD_VPCIE_DCM1",
2276 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002277 {
2278 "CalloutList": [
2279 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002280 {
2281 "Priority": "medium",
2282 "LocCode": "P0-C24"
2283 },
Jim Wright7f678902020-11-30 16:03:57 -06002284 { "Priority": "low", "LocCode": "P0" }
2285 ]
2286 }
2287 ]
Jim Wright2e4eb072022-02-03 14:43:46 -06002288 },
2289 {
Patrick Williams26919f02022-12-08 06:12:43 -06002290 "ADValue": "CP0_VPCIE",
2291 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002292 {
2293 "CalloutList": [
2294 { "Priority": "high", "LocCode": "P0-C58" },
Patrick Williams26919f02022-12-08 06:12:43 -06002295 {
2296 "Priority": "medium",
2297 "LocCode": "P0-C61"
2298 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002299 { "Priority": "low", "LocCode": "P0" }
2300 ]
2301 }
2302 ]
2303 },
2304 {
Patrick Williams26919f02022-12-08 06:12:43 -06002305 "ADValue": "CP1_VPCIE",
2306 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002307 {
2308 "CalloutList": [
2309 { "Priority": "high", "LocCode": "P0-C16" },
Patrick Williams26919f02022-12-08 06:12:43 -06002310 {
2311 "Priority": "medium",
2312 "LocCode": "P0-C14"
2313 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002314 { "Priority": "low", "LocCode": "P0" }
2315 ]
2316 }
2317 ]
2318 },
2319 {
Patrick Williams26919f02022-12-08 06:12:43 -06002320 "ADValue": "CP2_VPCIE",
2321 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002322 {
2323 "CalloutList": [
2324 { "Priority": "high", "LocCode": "P0-C16" },
Patrick Williams26919f02022-12-08 06:12:43 -06002325 {
2326 "Priority": "medium",
2327 "LocCode": "P0-C19"
2328 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002329 { "Priority": "low", "LocCode": "P0" }
2330 ]
2331 }
2332 ]
2333 },
2334 {
Patrick Williams26919f02022-12-08 06:12:43 -06002335 "ADValue": "CP3_VPCIE",
2336 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002337 {
2338 "CalloutList": [
2339 { "Priority": "high", "LocCode": "P0-C58" },
Patrick Williams26919f02022-12-08 06:12:43 -06002340 {
2341 "Priority": "medium",
2342 "LocCode": "P0-C56"
2343 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002344 { "Priority": "low", "LocCode": "P0" }
2345 ]
2346 }
2347 ]
2348 },
2349 {
Patrick Williams26919f02022-12-08 06:12:43 -06002350 "ADValue": "5.0V_USB_front",
2351 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002352 {
2353 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002354 {
2355 "Priority": "high",
2356 "SymbolicFRU": "usb_pgood"
2357 },
Jim Wrightace33db2022-04-19 14:33:37 -05002358 { "Priority": "low", "LocCode": "P1" },
2359 { "Priority": "low", "LocCode": "P0" }
Jim Wright2e4eb072022-02-03 14:43:46 -06002360 ]
2361 }
2362 ]
2363 },
2364 {
Patrick Williams26919f02022-12-08 06:12:43 -06002365 "ADValue": "CP0_VDN",
2366 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002367 {
2368 "CalloutList": [
2369 { "Priority": "high", "LocCode": "P0-C63" },
Patrick Williams26919f02022-12-08 06:12:43 -06002370 {
2371 "Priority": "medium",
2372 "LocCode": "P0-C61"
2373 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002374 { "Priority": "low", "LocCode": "P0" }
2375 ]
2376 }
2377 ]
2378 },
2379 {
Patrick Williams26919f02022-12-08 06:12:43 -06002380 "ADValue": "CP1_VDN",
2381 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002382 {
2383 "CalloutList": [
2384 { "Priority": "high", "LocCode": "P0-C12" },
Patrick Williams26919f02022-12-08 06:12:43 -06002385 {
2386 "Priority": "medium",
2387 "LocCode": "P0-C14"
2388 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002389 { "Priority": "low", "LocCode": "P0" }
2390 ]
2391 }
2392 ]
2393 },
2394 {
Patrick Williams26919f02022-12-08 06:12:43 -06002395 "ADValue": "CP2_VDN",
2396 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002397 {
2398 "CalloutList": [
2399 { "Priority": "high", "LocCode": "P0-C21" },
Patrick Williams26919f02022-12-08 06:12:43 -06002400 {
2401 "Priority": "medium",
2402 "LocCode": "P0-C19"
2403 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002404 { "Priority": "low", "LocCode": "P0" }
2405 ]
2406 }
2407 ]
2408 },
2409 {
Patrick Williams26919f02022-12-08 06:12:43 -06002410 "ADValue": "CP3_VDN",
2411 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002412 {
2413 "CalloutList": [
2414 { "Priority": "high", "LocCode": "P0-C54" },
Patrick Williams26919f02022-12-08 06:12:43 -06002415 {
2416 "Priority": "medium",
2417 "LocCode": "P0-C56"
2418 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002419 { "Priority": "low", "LocCode": "P0" }
2420 ]
2421 }
2422 ]
2423 },
2424 {
Patrick Williams26919f02022-12-08 06:12:43 -06002425 "ADValue": "CP0_VIO",
2426 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002427 {
2428 "CalloutList": [
2429 { "Priority": "high", "LocCode": "P0-C63" },
Patrick Williams26919f02022-12-08 06:12:43 -06002430 {
2431 "Priority": "medium",
2432 "LocCode": "P0-C61"
2433 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002434 { "Priority": "low", "LocCode": "P0" }
2435 ]
2436 }
2437 ]
2438 },
2439 {
Patrick Williams26919f02022-12-08 06:12:43 -06002440 "ADValue": "CP1_VIO",
2441 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002442 {
2443 "CalloutList": [
2444 { "Priority": "high", "LocCode": "P0-C12" },
Patrick Williams26919f02022-12-08 06:12:43 -06002445 {
2446 "Priority": "medium",
2447 "LocCode": "P0-C14"
2448 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002449 { "Priority": "low", "LocCode": "P0" }
2450 ]
2451 }
2452 ]
2453 },
2454 {
Patrick Williams26919f02022-12-08 06:12:43 -06002455 "ADValue": "CP2_VIO",
2456 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002457 {
2458 "CalloutList": [
2459 { "Priority": "high", "LocCode": "P0-C21" },
Patrick Williams26919f02022-12-08 06:12:43 -06002460 {
2461 "Priority": "medium",
2462 "LocCode": "P0-C19"
2463 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002464 { "Priority": "low", "LocCode": "P0" }
2465 ]
2466 }
2467 ]
2468 },
2469 {
Patrick Williams26919f02022-12-08 06:12:43 -06002470 "ADValue": "CP3_VIO",
2471 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002472 {
2473 "CalloutList": [
2474 { "Priority": "high", "LocCode": "P0-C54" },
Patrick Williams26919f02022-12-08 06:12:43 -06002475 {
2476 "Priority": "medium",
2477 "LocCode": "P0-C56"
2478 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002479 { "Priority": "low", "LocCode": "P0" }
2480 ]
2481 }
2482 ]
2483 },
2484 {
Patrick Williams26919f02022-12-08 06:12:43 -06002485 "ADValue": "PGOOD_PSU1",
2486 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002487 {
2488 "CalloutList": [
2489 { "Priority": "high", "LocCode": "E0" }
2490 ]
2491 }
2492 ]
2493 },
2494 {
Patrick Williams26919f02022-12-08 06:12:43 -06002495 "ADValue": "PGOOD_PSU2",
2496 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002497 {
2498 "CalloutList": [
2499 { "Priority": "high", "LocCode": "E1" }
2500 ]
2501 }
2502 ]
2503 },
2504 {
Patrick Williams26919f02022-12-08 06:12:43 -06002505 "ADValue": "PGOOD_PSU3",
2506 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002507 {
2508 "CalloutList": [
2509 { "Priority": "high", "LocCode": "E2" }
2510 ]
2511 }
2512 ]
2513 },
2514 {
Patrick Williams26919f02022-12-08 06:12:43 -06002515 "ADValue": "PGOOD_PSU4",
2516 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002517 {
2518 "CalloutList": [
2519 { "Priority": "high", "LocCode": "E3" }
2520 ]
2521 }
2522 ]
Jim Wright7f678902020-11-30 16:03:57 -06002523 }
2524 ]
2525 },
2526
2527 "Documentation": {
2528 "Description": "The power sequencer chip detected a PGOOD fault",
2529 "Message": "The power sequencer chip detected a PGOOD fault",
Patrick Williams26919f02022-12-08 06:12:43 -06002530 "Notes": []
Jim Wright7f678902020-11-30 16:03:57 -06002531 }
2532 },
2533
2534 {
2535 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerVoltageFault",
2536 "Subsystem": "power_sequencer",
2537 "ComponentID": "0x2700",
2538
2539 "SRC": {
2540 "Type": "11",
2541 "ReasonCode": "0x2620",
2542 "Words6To9": {}
2543 },
2544
2545 "CalloutsUsingAD": {
Patrick Williams26919f02022-12-08 06:12:43 -06002546 "ADName": "RAIL_NAME",
2547 "CalloutsWithTheirADValues": [
Jim Wright7f678902020-11-30 16:03:57 -06002548 {
Patrick Williams26919f02022-12-08 06:12:43 -06002549 "ADValue": "12.0V",
2550 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002551 {
2552 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002553 {
2554 "Priority": "high",
2555 "SymbolicFRU": "pgood_part"
2556 }
Jim Wright7f678902020-11-30 16:03:57 -06002557 ]
2558 }
2559 ]
2560 },
2561 {
Patrick Williams26919f02022-12-08 06:12:43 -06002562 "ADValue": "5.0V_USB",
2563 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002564 {
2565 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002566 {
2567 "Priority": "high",
2568 "SymbolicFRU": "usb_pgood"
2569 },
Jim Wright7f678902020-11-30 16:03:57 -06002570 { "Priority": "medium", "LocCode": "P0" }
2571 ]
2572 }
2573 ]
2574 },
2575 {
Patrick Williams26919f02022-12-08 06:12:43 -06002576 "ADValue": "5.0V_DASD",
2577 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002578 {
2579 "CalloutList": [
2580 { "Priority": "medium", "LocCode": "P1" },
2581 { "Priority": "medium", "LocCode": "P2" },
Jim Wright7f678902020-11-30 16:03:57 -06002582 { "Priority": "low", "LocCode": "P0" }
2583 ]
2584 }
2585 ]
2586 },
2587 {
Patrick Williams26919f02022-12-08 06:12:43 -06002588 "ADValue": "3.3VA",
2589 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002590 {
2591 "CalloutList": [
2592 { "Priority": "high", "LocCode": "P0" }
2593 ]
2594 }
2595 ]
2596 },
2597 {
Patrick Williams26919f02022-12-08 06:12:43 -06002598 "ADValue": "3.3VB",
2599 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002600 {
2601 "CalloutList": [
2602 { "Priority": "high", "LocCode": "P0" }
2603 ]
2604 }
2605 ]
2606 },
2607 {
Patrick Williams26919f02022-12-08 06:12:43 -06002608 "ADValue": "3V3IO",
2609 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002610 {
2611 "CalloutList": [
Jim Wrightace33db2022-04-19 14:33:37 -05002612 { "Priority": "high", "LocCode": "P0-C17" },
Patrick Williams26919f02022-12-08 06:12:43 -06002613 {
2614 "Priority": "medium",
2615 "LocCode": "P0-C96"
2616 },
2617 {
2618 "Priority": "medium",
2619 "LocCode": "P0-C0"
2620 },
2621 {
2622 "Priority": "medium",
2623 "SymbolicFRU": "pcie_hot_plug"
2624 },
Jim Wrightace33db2022-04-19 14:33:37 -05002625 { "Priority": "low", "LocCode": "P0" }
Jim Wright2e4eb072022-02-03 14:43:46 -06002626 ]
2627 }
2628 ]
2629 },
2630 {
Patrick Williams26919f02022-12-08 06:12:43 -06002631 "ADValue": "1.5V",
2632 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002633 {
2634 "CalloutList": [
2635 { "Priority": "high", "LocCode": "P0" }
2636 ]
2637 }
2638 ]
2639 },
2640 {
Patrick Williams26919f02022-12-08 06:12:43 -06002641 "ADValue": "1.1V",
2642 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002643 {
2644 "CalloutList": [
2645 { "Priority": "high", "LocCode": "P0" }
2646 ]
2647 }
2648 ]
2649 },
2650 {
Patrick Williams26919f02022-12-08 06:12:43 -06002651 "ADValue": "VDDA_DCM0",
2652 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002653 {
2654 "CalloutList": [
2655 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002656 {
2657 "Priority": "medium",
2658 "LocCode": "P0-C15"
2659 },
Jim Wright7f678902020-11-30 16:03:57 -06002660 { "Priority": "low", "LocCode": "P0" }
2661 ]
2662 }
2663 ]
2664 },
2665 {
Patrick Williams26919f02022-12-08 06:12:43 -06002666 "ADValue": "VDDB_DCM0",
2667 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002668 {
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 Wright7f678902020-11-30 16:03:57 -06002675 { "Priority": "low", "LocCode": "P0" }
2676 ]
2677 }
2678 ]
2679 },
2680 {
Patrick Williams26919f02022-12-08 06:12:43 -06002681 "ADValue": "VDDA_DCM1",
2682 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002683 {
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 Wright7f678902020-11-30 16:03:57 -06002690 { "Priority": "low", "LocCode": "P0" }
2691 ]
2692 }
2693 ]
2694 },
2695 {
Patrick Williams26919f02022-12-08 06:12:43 -06002696 "ADValue": "VDDB_DCM1",
2697 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002698 {
2699 "CalloutList": [
2700 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002701 {
2702 "Priority": "medium",
2703 "LocCode": "P0-C24"
2704 },
Jim Wright7f678902020-11-30 16:03:57 -06002705 { "Priority": "low", "LocCode": "P0" }
2706 ]
2707 }
2708 ]
2709 },
2710 {
Patrick Williams26919f02022-12-08 06:12:43 -06002711 "ADValue": "CP03_AVDD",
2712 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002713 {
2714 "CalloutList": [
2715 { "Priority": "high", "LocCode": "P0-C58" },
Patrick Williams26919f02022-12-08 06:12:43 -06002716 {
2717 "Priority": "medium",
2718 "LocCode": "P0-C61"
2719 },
2720 {
2721 "Priority": "medium",
2722 "LocCode": "P0-C56"
2723 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002724 { "Priority": "low", "LocCode": "P0" }
2725 ]
2726 }
2727 ]
2728 },
2729 {
Patrick Williams26919f02022-12-08 06:12:43 -06002730 "ADValue": "CP12_AVDD",
2731 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002732 {
2733 "CalloutList": [
2734 { "Priority": "high", "LocCode": "P0-C16" },
Patrick Williams26919f02022-12-08 06:12:43 -06002735 {
2736 "Priority": "medium",
2737 "LocCode": "P0-C14"
2738 },
2739 {
2740 "Priority": "medium",
2741 "LocCode": "P0-C19"
2742 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002743 { "Priority": "low", "LocCode": "P0" }
2744 ]
2745 }
2746 ]
2747 },
2748 {
Patrick Williams26919f02022-12-08 06:12:43 -06002749 "ADValue": "CP0_VDD0",
2750 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002751 {
2752 "CalloutList": [
2753 { "Priority": "high", "LocCode": "P0-C62" },
Patrick Williams26919f02022-12-08 06:12:43 -06002754 {
2755 "Priority": "medium",
2756 "LocCode": "P0-C61"
2757 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002758 { "Priority": "low", "LocCode": "P0" }
2759 ]
2760 }
2761 ]
2762 },
2763 {
Patrick Williams26919f02022-12-08 06:12:43 -06002764 "ADValue": "CP0_VDD1",
2765 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002766 {
2767 "CalloutList": [
2768 { "Priority": "high", "LocCode": "P0-C60" },
Patrick Williams26919f02022-12-08 06:12:43 -06002769 {
2770 "Priority": "medium",
2771 "LocCode": "P0-C61"
2772 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002773 { "Priority": "low", "LocCode": "P0" }
2774 ]
2775 }
2776 ]
2777 },
2778 {
Patrick Williams26919f02022-12-08 06:12:43 -06002779 "ADValue": "CP1_VDD0",
2780 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002781 {
2782 "CalloutList": [
2783 { "Priority": "high", "LocCode": "P0-C13" },
Patrick Williams26919f02022-12-08 06:12:43 -06002784 {
2785 "Priority": "medium",
2786 "LocCode": "P0-C14"
2787 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002788 { "Priority": "low", "LocCode": "P0" }
2789 ]
2790 }
2791 ]
2792 },
2793 {
Patrick Williams26919f02022-12-08 06:12:43 -06002794 "ADValue": "CP1_VDD1",
2795 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002796 {
2797 "CalloutList": [
2798 { "Priority": "high", "LocCode": "P0-C15" },
Patrick Williams26919f02022-12-08 06:12:43 -06002799 {
2800 "Priority": "medium",
2801 "LocCode": "P0-C14"
2802 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002803 { "Priority": "low", "LocCode": "P0" }
2804 ]
2805 }
2806 ]
2807 },
2808 {
Patrick Williams26919f02022-12-08 06:12:43 -06002809 "ADValue": "CP2_VDD0",
2810 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002811 {
2812 "CalloutList": [
2813 { "Priority": "high", "LocCode": "P0-C18" },
Patrick Williams26919f02022-12-08 06:12:43 -06002814 {
2815 "Priority": "medium",
2816 "LocCode": "P0-C19"
2817 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002818 { "Priority": "low", "LocCode": "P0" }
2819 ]
2820 }
2821 ]
2822 },
2823 {
Patrick Williams26919f02022-12-08 06:12:43 -06002824 "ADValue": "CP2_VDD1",
2825 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002826 {
2827 "CalloutList": [
2828 { "Priority": "high", "LocCode": "P0-C20" },
Patrick Williams26919f02022-12-08 06:12:43 -06002829 {
2830 "Priority": "medium",
2831 "LocCode": "P0-C19"
2832 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002833 { "Priority": "low", "LocCode": "P0" }
2834 ]
2835 }
2836 ]
2837 },
2838 {
Patrick Williams26919f02022-12-08 06:12:43 -06002839 "ADValue": "CP3_VDD0",
2840 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002841 {
2842 "CalloutList": [
2843 { "Priority": "high", "LocCode": "P0-C57" },
Patrick Williams26919f02022-12-08 06:12:43 -06002844 {
2845 "Priority": "medium",
2846 "LocCode": "P0-C56"
2847 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002848 { "Priority": "low", "LocCode": "P0" }
2849 ]
2850 }
2851 ]
2852 },
2853 {
Patrick Williams26919f02022-12-08 06:12:43 -06002854 "ADValue": "CP3_VDD1",
2855 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002856 {
2857 "CalloutList": [
2858 { "Priority": "high", "LocCode": "P0-C55" },
Patrick Williams26919f02022-12-08 06:12:43 -06002859 {
2860 "Priority": "medium",
2861 "LocCode": "P0-C56"
2862 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002863 { "Priority": "low", "LocCode": "P0" }
2864 ]
2865 }
2866 ]
2867 },
2868 {
Patrick Williams26919f02022-12-08 06:12:43 -06002869 "ADValue": "CP0_VCS0",
2870 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002871 {
2872 "CalloutList": [
2873 { "Priority": "high", "LocCode": "P0-C63" },
Patrick Williams26919f02022-12-08 06:12:43 -06002874 {
2875 "Priority": "medium",
2876 "LocCode": "P0-C61"
2877 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002878 { "Priority": "low", "LocCode": "P0" }
2879 ]
2880 }
2881 ]
2882 },
2883 {
Patrick Williams26919f02022-12-08 06:12:43 -06002884 "ADValue": "CP0_VCS1",
2885 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002886 {
2887 "CalloutList": [
2888 { "Priority": "high", "LocCode": "P0-C59" },
Patrick Williams26919f02022-12-08 06:12:43 -06002889 {
2890 "Priority": "medium",
2891 "LocCode": "P0-C61"
2892 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002893 { "Priority": "low", "LocCode": "P0" }
2894 ]
2895 }
2896 ]
2897 },
2898 {
Patrick Williams26919f02022-12-08 06:12:43 -06002899 "ADValue": "CP1_VCS0",
2900 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002901 {
2902 "CalloutList": [
2903 { "Priority": "high", "LocCode": "P0-C12" },
Patrick Williams26919f02022-12-08 06:12:43 -06002904 {
2905 "Priority": "medium",
2906 "LocCode": "P0-C14"
2907 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002908 { "Priority": "low", "LocCode": "P0" }
2909 ]
2910 }
2911 ]
2912 },
2913 {
Patrick Williams26919f02022-12-08 06:12:43 -06002914 "ADValue": "CP1_VCS1",
2915 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002916 {
2917 "CalloutList": [
2918 { "Priority": "high", "LocCode": "P0-C16" },
Patrick Williams26919f02022-12-08 06:12:43 -06002919 {
2920 "Priority": "medium",
2921 "LocCode": "P0-C14"
2922 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002923 { "Priority": "low", "LocCode": "P0" }
2924 ]
2925 }
2926 ]
2927 },
2928 {
Patrick Williams26919f02022-12-08 06:12:43 -06002929 "ADValue": "CP2_VCS0",
2930 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002931 {
2932 "CalloutList": [
2933 { "Priority": "high", "LocCode": "P0-C17" },
Patrick Williams26919f02022-12-08 06:12:43 -06002934 {
2935 "Priority": "medium",
2936 "LocCode": "P0-C19"
2937 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002938 { "Priority": "low", "LocCode": "P0" }
2939 ]
2940 }
2941 ]
2942 },
2943 {
Patrick Williams26919f02022-12-08 06:12:43 -06002944 "ADValue": "CP2_VCS1",
2945 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002946 {
2947 "CalloutList": [
2948 { "Priority": "high", "LocCode": "P0-C21" },
Patrick Williams26919f02022-12-08 06:12:43 -06002949 {
2950 "Priority": "medium",
2951 "LocCode": "P0-C19"
2952 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002953 { "Priority": "low", "LocCode": "P0" }
2954 ]
2955 }
2956 ]
2957 },
2958 {
Patrick Williams26919f02022-12-08 06:12:43 -06002959 "ADValue": "CP3_VCS0",
2960 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002961 {
2962 "CalloutList": [
2963 { "Priority": "high", "LocCode": "P0-C58" },
Patrick Williams26919f02022-12-08 06:12:43 -06002964 {
2965 "Priority": "medium",
2966 "LocCode": "P0-C56"
2967 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002968 { "Priority": "low", "LocCode": "P0" }
2969 ]
2970 }
2971 ]
2972 },
2973 {
Patrick Williams26919f02022-12-08 06:12:43 -06002974 "ADValue": "CP3_VCS1",
2975 "Callouts": [
Jim Wright2e4eb072022-02-03 14:43:46 -06002976 {
2977 "CalloutList": [
2978 { "Priority": "high", "LocCode": "P0-C54" },
Patrick Williams26919f02022-12-08 06:12:43 -06002979 {
2980 "Priority": "medium",
2981 "LocCode": "P0-C56"
2982 },
Jim Wright2e4eb072022-02-03 14:43:46 -06002983 { "Priority": "low", "LocCode": "P0" }
2984 ]
2985 }
2986 ]
2987 },
2988 {
Patrick Williams26919f02022-12-08 06:12:43 -06002989 "ADValue": "CP0_VDN",
2990 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05002991 {
2992 "CalloutList": [
2993 { "Priority": "high", "LocCode": "P0-C63" },
Patrick Williams26919f02022-12-08 06:12:43 -06002994 {
2995 "Priority": "medium",
2996 "LocCode": "P0-C61"
2997 },
Jim Wrightae1738c2022-05-02 09:57:45 -05002998 { "Priority": "low", "LocCode": "P0" }
2999 ]
3000 }
3001 ]
3002 },
3003 {
Patrick Williams26919f02022-12-08 06:12:43 -06003004 "ADValue": "CP1_VDN",
3005 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003006 {
3007 "CalloutList": [
3008 { "Priority": "high", "LocCode": "P0-C12" },
Patrick Williams26919f02022-12-08 06:12:43 -06003009 {
3010 "Priority": "medium",
3011 "LocCode": "P0-C14"
3012 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003013 { "Priority": "low", "LocCode": "P0" }
3014 ]
3015 }
3016 ]
3017 },
3018 {
Patrick Williams26919f02022-12-08 06:12:43 -06003019 "ADValue": "CP2_VDN",
3020 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003021 {
3022 "CalloutList": [
3023 { "Priority": "high", "LocCode": "P0-C21" },
Patrick Williams26919f02022-12-08 06:12:43 -06003024 {
3025 "Priority": "medium",
3026 "LocCode": "P0-C19"
3027 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003028 { "Priority": "low", "LocCode": "P0" }
3029 ]
3030 }
3031 ]
3032 },
3033 {
Patrick Williams26919f02022-12-08 06:12:43 -06003034 "ADValue": "CP3_VDN",
3035 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003036 {
3037 "CalloutList": [
3038 { "Priority": "high", "LocCode": "P0-C54" },
Patrick Williams26919f02022-12-08 06:12:43 -06003039 {
3040 "Priority": "medium",
3041 "LocCode": "P0-C56"
3042 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003043 { "Priority": "low", "LocCode": "P0" }
3044 ]
3045 }
3046 ]
3047 },
3048 {
Patrick Williams26919f02022-12-08 06:12:43 -06003049 "ADValue": "CP0_VIO",
3050 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003051 {
3052 "CalloutList": [
3053 { "Priority": "high", "LocCode": "P0-C63" },
Patrick Williams26919f02022-12-08 06:12:43 -06003054 {
3055 "Priority": "medium",
3056 "LocCode": "P0-C61"
3057 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003058 { "Priority": "low", "LocCode": "P0" }
3059 ]
3060 }
3061 ]
3062 },
3063 {
Patrick Williams26919f02022-12-08 06:12:43 -06003064 "ADValue": "CP1_VIO",
3065 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003066 {
3067 "CalloutList": [
3068 { "Priority": "high", "LocCode": "P0-C12" },
Patrick Williams26919f02022-12-08 06:12:43 -06003069 {
3070 "Priority": "medium",
3071 "LocCode": "P0-C14"
3072 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003073 { "Priority": "low", "LocCode": "P0" }
3074 ]
3075 }
3076 ]
3077 },
3078 {
Patrick Williams26919f02022-12-08 06:12:43 -06003079 "ADValue": "CP2_VIO",
3080 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003081 {
3082 "CalloutList": [
3083 { "Priority": "high", "LocCode": "P0-C21" },
Patrick Williams26919f02022-12-08 06:12:43 -06003084 {
3085 "Priority": "medium",
3086 "LocCode": "P0-C19"
3087 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003088 { "Priority": "low", "LocCode": "P0" }
3089 ]
3090 }
3091 ]
3092 },
3093 {
Patrick Williams26919f02022-12-08 06:12:43 -06003094 "ADValue": "CP3_VIO",
3095 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003096 {
3097 "CalloutList": [
3098 { "Priority": "high", "LocCode": "P0-C54" },
Patrick Williams26919f02022-12-08 06:12:43 -06003099 {
3100 "Priority": "medium",
3101 "LocCode": "P0-C56"
3102 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003103 { "Priority": "low", "LocCode": "P0" }
3104 ]
3105 }
3106 ]
3107 },
3108 {
Patrick Williams26919f02022-12-08 06:12:43 -06003109 "ADValue": "CP0_VPCIE",
3110 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003111 {
3112 "CalloutList": [
3113 { "Priority": "high", "LocCode": "P0-C58" },
Patrick Williams26919f02022-12-08 06:12:43 -06003114 {
3115 "Priority": "medium",
3116 "LocCode": "P0-C61"
3117 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003118 { "Priority": "low", "LocCode": "P0" }
3119 ]
3120 }
3121 ]
3122 },
3123 {
Patrick Williams26919f02022-12-08 06:12:43 -06003124 "ADValue": "CP1_VPCIE",
3125 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003126 {
3127 "CalloutList": [
3128 { "Priority": "high", "LocCode": "P0-C16" },
Patrick Williams26919f02022-12-08 06:12:43 -06003129 {
3130 "Priority": "medium",
3131 "LocCode": "P0-C14"
3132 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003133 { "Priority": "low", "LocCode": "P0" }
3134 ]
3135 }
3136 ]
3137 },
3138 {
Patrick Williams26919f02022-12-08 06:12:43 -06003139 "ADValue": "CP2_VPCIE",
3140 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003141 {
3142 "CalloutList": [
3143 { "Priority": "high", "LocCode": "P0-C16" },
Patrick Williams26919f02022-12-08 06:12:43 -06003144 {
3145 "Priority": "medium",
3146 "LocCode": "P0-C19"
3147 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003148 { "Priority": "low", "LocCode": "P0" }
3149 ]
3150 }
3151 ]
3152 },
3153 {
Patrick Williams26919f02022-12-08 06:12:43 -06003154 "ADValue": "CP3_VPCIE",
3155 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003156 {
3157 "CalloutList": [
3158 { "Priority": "high", "LocCode": "P0-C58" },
Patrick Williams26919f02022-12-08 06:12:43 -06003159 {
3160 "Priority": "medium",
3161 "LocCode": "P0-C56"
3162 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003163 { "Priority": "low", "LocCode": "P0" }
3164 ]
3165 }
3166 ]
3167 },
3168 {
Patrick Williams26919f02022-12-08 06:12:43 -06003169 "ADValue": "12.0VCS",
3170 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003171 {
3172 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003173 {
3174 "Priority": "high",
3175 "SymbolicFRU": "pgood_part"
3176 }
Jim Wright7f678902020-11-30 16:03:57 -06003177 ]
3178 }
3179 ]
3180 },
3181 {
Patrick Williams26919f02022-12-08 06:12:43 -06003182 "ADValue": "3.3VCS",
3183 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003184 {
3185 "CalloutList": [
3186 { "Priority": "high", "LocCode": "P0" }
3187 ]
3188 }
3189 ]
3190 },
3191 {
Patrick Williams26919f02022-12-08 06:12:43 -06003192 "ADValue": "1.1V_Current",
3193 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003194 {
3195 "CalloutList": [
3196 { "Priority": "high", "LocCode": "P0" }
3197 ]
3198 }
3199 ]
3200 },
3201 {
Patrick Williams26919f02022-12-08 06:12:43 -06003202 "ADValue": "5.0V_USB_Current",
3203 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003204 {
3205 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003206 {
3207 "Priority": "high",
3208 "SymbolicFRU": "usb_pgood"
3209 },
Jim Wright7f678902020-11-30 16:03:57 -06003210 { "Priority": "medium", "LocCode": "P0" }
3211 ]
3212 }
3213 ]
3214 },
3215 {
Patrick Williams26919f02022-12-08 06:12:43 -06003216 "ADValue": "5.0V_DASD_Current",
3217 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003218 {
3219 "CalloutList": [
3220 { "Priority": "medium", "LocCode": "P1" },
3221 { "Priority": "medium", "LocCode": "P2" },
Jim Wright7f678902020-11-30 16:03:57 -06003222 { "Priority": "low", "LocCode": "P0" }
3223 ]
3224 }
3225 ]
3226 },
3227 {
Patrick Williams26919f02022-12-08 06:12:43 -06003228 "ADValue": "12.0VN",
3229 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003230 {
3231 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003232 {
3233 "Priority": "high",
3234 "SymbolicFRU": "pgood_part"
3235 }
Jim Wright7f678902020-11-30 16:03:57 -06003236 ]
3237 }
3238 ]
3239 },
3240 {
Patrick Williams26919f02022-12-08 06:12:43 -06003241 "ADValue": "12.0VP",
3242 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003243 {
3244 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003245 {
3246 "Priority": "high",
3247 "SymbolicFRU": "pgood_part"
3248 }
Jim Wright7f678902020-11-30 16:03:57 -06003249 ]
3250 }
3251 ]
3252 },
3253 {
Patrick Williams26919f02022-12-08 06:12:43 -06003254 "ADValue": "12.0VQ",
3255 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003256 {
3257 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003258 {
3259 "Priority": "high",
3260 "SymbolicFRU": "pgood_part"
3261 }
Jim Wright7f678902020-11-30 16:03:57 -06003262 ]
3263 }
3264 ]
3265 },
3266 {
Patrick Williams26919f02022-12-08 06:12:43 -06003267 "ADValue": "12.0VR",
3268 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003269 {
3270 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003271 {
3272 "Priority": "high",
3273 "SymbolicFRU": "pgood_part"
3274 }
Jim Wright7f678902020-11-30 16:03:57 -06003275 ]
3276 }
3277 ]
3278 },
3279 {
Patrick Williams26919f02022-12-08 06:12:43 -06003280 "ADValue": "ThermalDiode1",
3281 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003282 {
3283 "CalloutList": [
3284 { "Priority": "high", "LocCode": "P0" }
3285 ]
3286 }
3287 ]
3288 },
3289 {
Patrick Williams26919f02022-12-08 06:12:43 -06003290 "ADValue": "ThermalDiode2",
3291 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003292 {
3293 "CalloutList": [
3294 { "Priority": "high", "LocCode": "P0" }
3295 ]
3296 }
3297 ]
3298 },
3299 {
Patrick Williams26919f02022-12-08 06:12:43 -06003300 "ADValue": "ThermalDiode3",
3301 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003302 {
3303 "CalloutList": [
3304 { "Priority": "high", "LocCode": "P0" }
3305 ]
3306 }
3307 ]
3308 },
3309 {
Patrick Williams26919f02022-12-08 06:12:43 -06003310 "ADValue": "ThermalDiode4",
3311 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06003312 {
3313 "CalloutList": [
3314 { "Priority": "high", "LocCode": "P0" }
3315 ]
3316 }
3317 ]
Jim Wrightae1738c2022-05-02 09:57:45 -05003318 },
3319 {
Patrick Williams26919f02022-12-08 06:12:43 -06003320 "ADValue": "VDN_DCM0",
3321 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003322 {
3323 "CalloutList": [
3324 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06003325 {
3326 "Priority": "medium",
3327 "LocCode": "P0-C15"
3328 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003329 { "Priority": "low", "LocCode": "P0" }
3330 ]
3331 }
3332 ]
3333 },
3334 {
Patrick Williams26919f02022-12-08 06:12:43 -06003335 "ADValue": "VDN_DCM1",
3336 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003337 {
3338 "CalloutList": [
3339 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06003340 {
3341 "Priority": "medium",
3342 "LocCode": "P0-C24"
3343 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003344 { "Priority": "low", "LocCode": "P0" }
3345 ]
3346 }
3347 ]
3348 },
3349 {
Patrick Williams26919f02022-12-08 06:12:43 -06003350 "ADValue": "VCS_DCM0",
3351 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003352 {
3353 "CalloutList": [
3354 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06003355 {
3356 "Priority": "medium",
3357 "LocCode": "P0-C15"
3358 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003359 { "Priority": "low", "LocCode": "P0" }
3360 ]
3361 }
3362 ]
3363 },
3364 {
Patrick Williams26919f02022-12-08 06:12:43 -06003365 "ADValue": "VCS_DCM1",
3366 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003367 {
3368 "CalloutList": [
3369 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06003370 {
3371 "Priority": "medium",
3372 "LocCode": "P0-C24"
3373 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003374 { "Priority": "low", "LocCode": "P0" }
3375 ]
3376 }
3377 ]
3378 },
3379 {
Patrick Williams26919f02022-12-08 06:12:43 -06003380 "ADValue": "VIO_DCM0",
3381 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003382 {
3383 "CalloutList": [
3384 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06003385 {
3386 "Priority": "medium",
3387 "LocCode": "P0-C15"
3388 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003389 { "Priority": "low", "LocCode": "P0" }
3390 ]
3391 }
3392 ]
3393 },
3394 {
Patrick Williams26919f02022-12-08 06:12:43 -06003395 "ADValue": "VIO_DCM1",
3396 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003397 {
3398 "CalloutList": [
3399 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06003400 {
3401 "Priority": "medium",
3402 "LocCode": "P0-C24"
3403 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003404 { "Priority": "low", "LocCode": "P0" }
3405 ]
3406 }
3407 ]
3408 },
3409 {
Patrick Williams26919f02022-12-08 06:12:43 -06003410 "ADValue": "VPCIE_DCM0",
3411 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003412 {
3413 "CalloutList": [
3414 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06003415 {
3416 "Priority": "medium",
3417 "LocCode": "P0-C15"
3418 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003419 { "Priority": "low", "LocCode": "P0" }
3420 ]
3421 }
3422 ]
3423 },
3424 {
Patrick Williams26919f02022-12-08 06:12:43 -06003425 "ADValue": "VPCIE_DCM1",
3426 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05003427 {
3428 "CalloutList": [
3429 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06003430 {
3431 "Priority": "medium",
3432 "LocCode": "P0-C24"
3433 },
Jim Wrightae1738c2022-05-02 09:57:45 -05003434 { "Priority": "low", "LocCode": "P0" }
3435 ]
3436 }
3437 ]
Jim Wright7f678902020-11-30 16:03:57 -06003438 }
3439 ]
3440 },
3441
3442 "Documentation": {
3443 "Description": "The power sequencer chip detected a voltage fault",
3444 "Message": "The power sequencer chip detected a voltage fault",
Patrick Williams26919f02022-12-08 06:12:43 -06003445 "Notes": []
Jim Wright7f678902020-11-30 16:03:57 -06003446 }
3447 },
3448
3449 {
Shawn McCarney7f1ec942021-07-28 13:33:34 -05003450 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.N",
3451 "Subsystem": "power",
3452 "Severity": "predictive_redundancy_loss",
3453 "ComponentID": "0x2700",
3454
3455 "SRC": {
3456 "Type": "11",
3457 "ReasonCode": "0x2700",
3458 "Words6To9": {}
3459 },
3460
3461 "Documentation": {
3462 "Description": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
3463 "Message": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
3464 "Notes": [
3465 "CALLOUT_INVENTORY_PATH should be specified in the ",
3466 "AdditionalData property of the event log so that ",
3467 "the device is called out but not the communication path."
3468 ]
3469 }
3470 },
3471
3472 {
3473 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.NPlus1",
3474 "Subsystem": "power",
3475 "Severity": "non_error",
3476 "MfgSeverity": "predictive_redundancy_loss",
3477 "ActionFlags": ["report"],
3478 "MfgActionFlags": ["service_action", "report", "call_home"],
3479 "ComponentID": "0x2700",
3480
3481 "SRC": {
3482 "Type": "11",
3483 "ReasonCode": "0x2701",
3484 "Words6To9": {}
3485 },
3486
3487 "Documentation": {
3488 "Description": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
3489 "Message": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
3490 "Notes": [
3491 "CALLOUT_INVENTORY_PATH should be specified in the ",
3492 "AdditionalData property of the event log so that ",
3493 "the device is called out but not the communication path."
3494 ]
3495 }
3496 },
3497
3498 {
Shawn McCarney01648f52020-06-25 11:42:02 -05003499 "Name": "xyz.openbmc_project.Power.Regulators.Error.WriteVerification",
3500 "Subsystem": "power",
3501 "ComponentID": "0x2700",
3502
3503 "SRC": {
3504 "Type": "11",
3505 "ReasonCode": "0x2900",
3506 "Words6To9": {}
3507 },
3508
3509 "Documentation": {
3510 "Description": "A write verification error occurred on a device",
3511 "Message": "A write verification error occurred on a device",
3512 "Notes": [
3513 "This error occurs when a device register is written, ",
3514 "read back, and the two values do not match. This is ",
3515 "also called a read-back error. The device should be ",
3516 "identified using the CALLOUT_DEVICE_PATH or ",
3517 "CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR keywords in the ",
3518 "AdditionalData property of the event log. This will ",
3519 "cause the device and the hardware in the communication ",
3520 "path to be called out."
3521 ]
3522 }
3523 },
3524
3525 {
Shawn McCarneye4022182022-01-31 19:09:01 -06003526 "Name": "xyz.openbmc_project.Power.UPS.Error.Battery.Discharging",
3527 "Subsystem": "power",
3528 "Severity": "non_error",
3529 "ActionFlags": ["report"],
3530 "ComponentID": "0x2700",
3531
3532 "SRC": {
3533 "Type": "11",
3534 "ReasonCode": "0x4201",
3535 "Words6To9": {}
3536 },
3537
3538 "Documentation": {
3539 "Description": "The Uninterruptible Power Supply (UPS) battery is discharging and providing power to the system due to a utility failure",
3540 "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 -06003541 "Notes": []
Shawn McCarneye4022182022-01-31 19:09:01 -06003542 }
3543 },
3544
3545 {
3546 "Name": "xyz.openbmc_project.Power.UPS.Error.Battery.Low",
3547 "Subsystem": "power",
3548 "Severity": "non_error",
3549 "ActionFlags": ["report"],
3550 "ComponentID": "0x2700",
3551
3552 "SRC": {
3553 "Type": "11",
3554 "ReasonCode": "0x4203",
3555 "Words6To9": {}
3556 },
3557
3558 "Documentation": {
3559 "Description": "The Uninterruptible Power Supply (UPS) battery level is low",
3560 "Message": "The Uninterruptible Power Supply (UPS) battery level is low",
Patrick Williams26919f02022-12-08 06:12:43 -06003561 "Notes": []
Shawn McCarneye4022182022-01-31 19:09:01 -06003562 }
3563 },
3564
3565 {
Shawn McCarney01648f52020-06-25 11:42:02 -05003566 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile",
3567 "Subsystem": "power",
3568 "ComponentID": "0x2700",
3569
3570 "SRC": {
3571 "Type": "11",
3572 "ReasonCode": "0xA013",
3573 "Words6To9": {}
3574 },
3575
3576 "Callouts": [
3577 {
3578 "CalloutList": [
3579 { "Priority": "high", "Procedure": "bmc_code" }
3580 ]
3581 }
3582 ],
3583
3584 "Documentation": {
3585 "Description": "A regulators configuration file error occurred",
3586 "Message": "A regulators configuration file error occurred",
3587 "Notes": [
3588 "The regulators configuration file could not be found, ",
3589 "could not be read, or had invalid contents."
3590 ]
3591 }
3592 },
3593
3594 {
Shawn McCarney82e31d82021-02-19 16:25:55 -06003595 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile.Critical",
3596 "Subsystem": "power",
3597 "Severity": "critical_system_term",
3598 "ComponentID": "0x2700",
3599
3600 "SRC": {
3601 "Type": "11",
3602 "ReasonCode": "0xA014",
Mike Cappsa2d7b772022-03-07 15:47:48 -05003603 "Words6To9": {}
Shawn McCarney82e31d82021-02-19 16:25:55 -06003604 },
3605
3606 "Callouts": [
3607 {
3608 "CalloutList": [
3609 { "Priority": "high", "Procedure": "bmc_code" }
3610 ]
3611 }
3612 ],
3613
3614 "Documentation": {
3615 "Description": "A critical regulators configuration file error occurred",
3616 "Message": "A critical regulators configuration file error occurred",
3617 "Notes": [
3618 "The regulators configuration file could not be found, ",
3619 "could not be read, or had invalid contents. As a result ",
3620 "voltage regulators could not be configured, and the ",
3621 "chassis could not be powered on."
3622 ]
3623 }
3624 },
3625
3626 {
Jim Wright7f678902020-11-30 16:03:57 -06003627 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerFault",
3628 "Subsystem": "power_sequencer",
3629 "ComponentID": "0x2700",
3630
3631 "SRC": {
3632 "Type": "11",
3633 "ReasonCode": "0xD000",
3634 "Words6To9": {}
3635 },
3636
3637 "Callouts": [
3638 {
Patrick Williams26919f02022-12-08 06:12:43 -06003639 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Jim Wright7f678902020-11-30 16:03:57 -06003640 }
3641 ],
3642
3643 "Documentation": {
3644 "Description": "The power sequencer chip detected a fault",
3645 "Message": "The power sequencer chip detected a fault",
Patrick Williams26919f02022-12-08 06:12:43 -06003646 "Notes": []
Jim Wright7f678902020-11-30 16:03:57 -06003647 }
3648 },
3649
3650 {
Jim Wrightc1ba04f2021-11-12 15:31:32 -06003651 "Name": "xyz.openbmc_project.Power.Error.PowerOnTimeout",
Jim Wright7f678902020-11-30 16:03:57 -06003652 "Subsystem": "power_sequencer",
3653 "ComponentID": "0x2700",
Jim Wrightc1ba04f2021-11-12 15:31:32 -06003654 "Severity": "critical",
Jim Wright7f678902020-11-30 16:03:57 -06003655
3656 "SRC": {
3657 "Type": "11",
3658 "ReasonCode": "0xD002",
3659 "Words6To9": {}
3660 },
3661
3662 "Callouts": [
3663 {
Patrick Williams26919f02022-12-08 06:12:43 -06003664 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Jim Wright7f678902020-11-30 16:03:57 -06003665 }
3666 ],
3667
3668 "Documentation": {
Jim Wrightc1ba04f2021-11-12 15:31:32 -06003669 "Description": "System power failed to turn on within timeout period",
3670 "Message": "System power failed to turn on within timeout period",
Patrick Williams26919f02022-12-08 06:12:43 -06003671 "Notes": []
Jim Wrightc1ba04f2021-11-12 15:31:32 -06003672 }
3673 },
3674
3675 {
3676 "Name": "xyz.openbmc_project.Power.Error.PowerOffTimeout",
3677 "Subsystem": "power_sequencer",
3678 "ComponentID": "0x2700",
3679 "Severity": "critical",
3680
3681 "SRC": {
3682 "Type": "11",
3683 "ReasonCode": "0xD008",
3684 "Words6To9": {}
3685 },
3686
3687 "Callouts": [
3688 {
Patrick Williams26919f02022-12-08 06:12:43 -06003689 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Jim Wrightc1ba04f2021-11-12 15:31:32 -06003690 }
3691 ],
3692
3693 "Documentation": {
3694 "Description": "System power failed to turn off within timeout period",
3695 "Message": "System power failed to turn off within timeout period",
Patrick Williams26919f02022-12-08 06:12:43 -06003696 "Notes": []
Jim Wright7f678902020-11-30 16:03:57 -06003697 }
3698 },
3699
3700 {
Shawn McCarney01648f52020-06-25 11:42:02 -05003701 "Name": "xyz.openbmc_project.Power.Error.Internal",
3702 "Subsystem": "power",
3703 "ComponentID": "0x2700",
3704
3705 "SRC": {
3706 "Type": "11",
3707 "ReasonCode": "0xE000",
3708 "Words6To9": {}
3709 },
3710
3711 "Callouts": [
3712 {
3713 "CalloutList": [
3714 { "Priority": "high", "Procedure": "bmc_code" }
3715 ]
3716 }
3717 ],
3718
3719 "Documentation": {
3720 "Description": "An internal firmware error occurred",
3721 "Message": "An internal firmware error occurred",
3722 "Notes": [
3723 "The error details must be provided in the AdditionalData ",
3724 "property of the event log."
3725 ]
3726 }
3727 },
3728
3729 {
3730 "Name": "xyz.openbmc_project.Power.Error.I2C",
3731 "Subsystem": "cec_i2c",
3732 "ComponentID": "0x2700",
3733
3734 "SRC": {
3735 "Type": "11",
3736 "ReasonCode": "0xE100",
3737 "Words6To9": {}
3738 },
3739
3740 "Documentation": {
3741 "Description": "An I2C error occurred communicating with a device",
3742 "Message": "An I2C error occurred communicating with a device",
3743 "Notes": [
3744 "The device should be identified using the ",
3745 "CALLOUT_DEVICE_PATH or CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR ",
3746 "keywords in the AdditionalData property of the event ",
3747 "log. This will cause the device and the hardware in the ",
3748 "communication path to be called out."
3749 ]
3750 }
3751 },
3752
3753 {
3754 "Name": "xyz.openbmc_project.Power.Error.PMBus",
3755 "Subsystem": "power",
3756 "ComponentID": "0x2700",
3757
3758 "SRC": {
3759 "Type": "11",
3760 "ReasonCode": "0xE200",
3761 "Words6To9": {}
3762 },
3763
3764 "Documentation": {
3765 "Description": "A PMBus error occurred on a device",
3766 "Message": "A PMBus error occurred on a device",
3767 "Notes": [
3768 "This error occurs when the I2C communication was ",
3769 "successful, but the PMBus value read is invalid or ",
3770 "unsupported. CALLOUT_INVENTORY_PATH should be specified ",
3771 "in the AdditionalData property of the event log so that ",
3772 "the device is called out but not the communication path."
3773 ]
3774 }
3775 },
3776
3777 {
3778 "Name": "xyz.openbmc_project.Power.Error.DBus",
3779 "Subsystem": "power",
3780 "ComponentID": "0x2700",
3781
3782 "SRC": {
3783 "Type": "11",
3784 "ReasonCode": "0xE300",
3785 "Words6To9": {}
3786 },
3787
3788 "Callouts": [
3789 {
3790 "CalloutList": [
3791 { "Priority": "high", "Procedure": "bmc_code" }
3792 ]
3793 }
3794 ],
3795
3796 "Documentation": {
3797 "Description": "A firmware inter-process communication (D-Bus) error occurred",
3798 "Message": "A firmware inter-process communication (D-Bus) error occurred"
3799 }
Matt Spinler60d1c392020-09-23 15:23:24 -05003800 },
3801
3802 {
Matt Spinler7c9c07e2020-10-22 10:16:37 -05003803 "Name": "xyz.openbmc_project.Fan.Error.Fault",
3804 "Subsystem": "power_fans",
3805 "ComponentID": "0x2800",
3806
3807 "SRC": {
3808 "Type": "11",
3809 "ReasonCode": "0x76F0",
3810 "Words6To9": {}
3811 },
3812
3813 "Documentation": {
3814 "Description": "Fan rotor fault",
3815 "Message": "Fan rotor fault",
3816 "Notes": [
3817 "This error occurs when a fan rotor has been faulted for a ",
3818 "certain amount of time. The callout is the fan which is ",
3819 "passed in with CALLOUT_INVENTORY_PATH. The severity is ",
3820 "passed in during creation and will be either informational ",
3821 "or unrecoverable. The action flags use the defaults and ",
3822 "vary based on the severity."
3823 ]
3824 }
3825 },
3826
3827 {
Matt Spinler60d1c392020-09-23 15:23:24 -05003828 "Name": "xyz.openbmc_project.Fan.Error.Missing",
3829 "Subsystem": "power_fans",
3830 "ComponentID": "0x2800",
3831 "Severity": "unrecoverable_redundancy_loss",
3832 "ActionFlags": ["service_action", "report", "call_home"],
3833
3834 "SRC": {
3835 "Type": "11",
3836 "ReasonCode": "0x76F1",
3837 "Words6To9": {}
3838 },
3839
3840 "Callouts": [
3841 {
Matt Spinler938ac792021-05-12 10:46:44 -05003842 "System": "ibm,rainier",
Matt Spinler60d1c392020-09-23 15:23:24 -05003843 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -05003844 {
Patrick Williams26919f02022-12-08 06:12:43 -06003845 "Priority": "high",
3846 "SymbolicFRUTrusted": "air_mover",
3847 "UseInventoryLocCode": true
Matt Spinler80600192020-10-23 09:29:33 -05003848 },
3849 {
3850 "Priority": "low",
3851 "LocCode": "P0"
3852 }
Matt Spinler60d1c392020-09-23 15:23:24 -05003853 ]
Matt Spinler938ac792021-05-12 10:46:44 -05003854 },
3855 {
3856 "System": "ibm,everest",
3857 "CalloutList": [
3858 {
Patrick Williams26919f02022-12-08 06:12:43 -06003859 "Priority": "high",
3860 "SymbolicFRUTrusted": "air_mover",
3861 "UseInventoryLocCode": true
Matt Spinler938ac792021-05-12 10:46:44 -05003862 },
3863 {
3864 "Priority": "low",
3865 "LocCode": "P1"
3866 }
3867 ]
Matt Spinler60d1c392020-09-23 15:23:24 -05003868 }
3869 ],
3870
3871 "Documentation": {
3872 "Description": "A fan is missing",
3873 "Message": "A fan is missing",
3874 "Notes": [
3875 "This error occurs when a fan has been missing for a ",
Matt Spinler80600192020-10-23 09:29:33 -05003876 "certain amount of time. The first callout is the ",
3877 "symbolic FRU AIR_MOVR that has the trusted fan location ",
3878 "code, which it gets using the passed in ",
3879 "CALLOUT_INVENTORY_PATH. The second callout is the FRU ",
Matt Spinler938ac792021-05-12 10:46:44 -05003880 "where the controller and GPIO expander are."
Matt Spinler60d1c392020-09-23 15:23:24 -05003881 ]
3882 }
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05003883 },
3884
3885 {
Matt Spinleradf070b2021-04-21 13:39:45 -05003886 "Name": "xyz.openbmc_project.Fan.Presence.Error.Detection",
3887 "ComponentID": "0x2800",
3888 "Subsystem": "power_fans",
3889 "Severity": "non_error",
3890 "ActionFlags": ["report"],
3891 "MfgSeverity": "predictive",
3892 "MfgActionFlags": ["service_action", "report"],
3893
3894 "SRC": {
3895 "Type": "11",
3896 "ReasonCode": "0x76F2",
3897 "Words6To9": {}
3898 },
3899
3900 "Callouts": [
3901 {
3902 "System": "ibm,rainier",
Patrick Williams26919f02022-12-08 06:12:43 -06003903 "CalloutList": [{ "Priority": "medium", "LocCode": "P0" }]
Matt Spinleradf070b2021-04-21 13:39:45 -05003904 },
3905 {
3906 "System": "ibm,everest",
Patrick Williams26919f02022-12-08 06:12:43 -06003907 "CalloutList": [{ "Priority": "medium", "LocCode": "P1" }]
Matt Spinleradf070b2021-04-21 13:39:45 -05003908 }
3909 ],
3910
3911 "Documentation": {
3912 "Description": "Presence detect methods for the same fan disagree",
3913 "Message": "Presence detect methods for the same fan disagree",
3914 "Notes": [
3915 "This error occurs when there is more than one way to detect",
3916 "fan presence, and they don't all agree. For example, the",
3917 "GPIO says a fan isn't present, but the tach readings are",
3918 "nonzero. This is informational, unless in manufacturing.",
3919 "The fan FRU is passed in as a high priority callout.",
3920 "The FRU the GPIO source is on is called out medium."
3921 ]
3922 }
3923 },
3924
3925 {
Matt Spinlerdde99202021-06-14 12:15:59 -06003926 "Name": "xyz.openbmc_project.Fan.Error.FanControllerOffline",
3927 "ComponentID": "0x2800",
3928 "Subsystem": "power_fans",
3929 "Severity": "critical_system_term",
3930 "ActionFlags": ["service_action", "report", "call_home"],
3931
3932 "SRC": {
3933 "Type": "11",
3934 "ReasonCode": "0x76F3",
Mike Cappsa2d7b772022-03-07 15:47:48 -05003935 "Words6To9": {}
Matt Spinlerdde99202021-06-14 12:15:59 -06003936 },
3937
3938 "Callouts": [
3939 {
3940 "System": "ibm,rainier",
3941 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003942 { "Priority": "high", "LocCode": "P0-C5" },
3943 {
3944 "Priority": "medium_group_a",
3945 "LocCode": "P0-T12",
3946 "SymbolicFRUTrusted": "fan_cable"
3947 },
3948 {
3949 "Priority": "medium_group_a",
3950 "LocCode": "P0-T17",
3951 "SymbolicFRUTrusted": "cable_continued"
3952 },
3953 { "Priority": "low", "LocCode": "P0" }
Matt Spinlerdde99202021-06-14 12:15:59 -06003954 ]
3955 },
3956 {
3957 "System": "ibm,everest",
3958 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06003959 { "Priority": "high", "LocCode": "P0-C0" },
3960 { "Priority": "medium", "LocCode": "P1" },
3961 { "Priority": "low", "LocCode": "P0" }
Matt Spinlerdde99202021-06-14 12:15:59 -06003962 ]
3963 }
3964 ],
3965
3966 "Documentation": {
3967 "Description": "The fan controller device is offline",
3968 "Message": "The fan controller is offline. The system must be powered off.",
3969 "Notes": [
3970 "The device that controls the fans is offline so the fan",
3971 "targets and speeds are unknown. The system will be shut",
3972 "down to preserve thermal safety. There may be an I2C",
3973 "or power problem with the device."
3974 ]
3975 }
3976 },
3977
3978 {
Patrick Williams26919f02022-12-08 06:12:43 -06003979 "Name": "xyz.openbmc_project.Fan.Presence.Error.GPIODeviceUnavailable",
3980 "Subsystem": "power_fans",
3981 "ComponentID": "0x2800",
3982 "Severity": "unrecoverable_redundancy_loss",
3983 "ActionFlags": ["service_action", "report", "call_home"],
Mike Cappsabc276e2021-06-18 16:41:30 -04003984
Patrick Williams26919f02022-12-08 06:12:43 -06003985 "SRC": {
3986 "Type": "11",
3987 "ReasonCode": "0x76F4",
3988 "Words6To9": {}
3989 },
Mike Cappsabc276e2021-06-18 16:41:30 -04003990
Patrick Williams26919f02022-12-08 06:12:43 -06003991 "Callouts": [
3992 {
3993 "System": "ibm,rainier",
3994 "CalloutList": [
3995 { "Priority": "high", "LocCode": "P0-C5" },
3996 {
3997 "Priority": "medium_group_a",
3998 "LocCode": "P0-T12",
3999 "SymbolicFRUTrusted": "fan_cable"
4000 },
4001 {
4002 "Priority": "medium_group_a",
4003 "LocCode": "P0-T17",
4004 "SymbolicFRUTrusted": "cable_continued"
4005 },
4006 { "Priority": "low", "LocCode": "P0" }
4007 ]
4008 },
4009 {
4010 "System": "ibm,everest",
4011 "CalloutList": [
4012 { "Priority": "high", "LocCode": "P0-C0" },
4013 { "Priority": "medium", "LocCode": "P1" },
4014 { "Priority": "low", "LocCode": "P0" }
4015 ]
4016 }
4017 ],
Mike Cappsabc276e2021-06-18 16:41:30 -04004018
Patrick Williams26919f02022-12-08 06:12:43 -06004019 "Documentation": {
4020 "Description": "Fan GPIO sensors not present",
4021 "Message": "Fan GPIO sensors not present",
4022 "Notes": [
4023 "The device that reports fan presence is not functioning."
4024 ]
4025 }
Mike Cappsabc276e2021-06-18 16:41:30 -04004026 },
4027
4028 {
Matt Spinler86e40dd2021-01-29 11:19:36 -06004029 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHigh",
4030 "Subsystem": "power",
4031 "ComponentID": "0x2800",
4032 "Severity": "predictive",
4033 "ActionFlags": ["service_action", "report"],
4034
4035 "SRC": {
4036 "ReasonCode": "0x2801",
4037 "Words6To9": {}
4038 },
4039
4040 "CalloutsUsingAD": {
4041 "ADName": "SENSOR_NAME",
4042 "CalloutsWithTheirADValues": [
4043 {
4044 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4045 "Callouts": [
4046 {
4047 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004048 {
4049 "Priority": "high",
4050 "SymbolicFRU": "ambient_temp"
4051 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004052 ]
4053 }
4054 ]
4055 }
Matt Spinlerc13bb1c2022-08-01 10:33:09 -05004056 ],
4057 "CalloutsWhenNoADMatch": [
4058 {
4059 "CalloutList": [
4060 {
4061 "Priority": "high",
4062 "SymbolicFRU": "overtemp"
4063 }
4064 ]
4065 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004066 ]
4067 },
4068
4069 "Documentation": {
4070 "Description": "A temperature sensor exceeded its performance loss threshold.",
4071 "Message": "A temperature sensor exceeded its performance loss threshold.",
4072 "Notes": [
4073 "A temperature sensor crossed its performance loss threshold value",
4074 "If it is the ambient sensor, then a symbolic FRU will be added.",
4075 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
4076 "a FRU callout."
4077 ]
4078 }
4079 },
4080
4081 {
4082 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHighClear",
4083 "Subsystem": "power",
4084 "ComponentID": "0x2800",
4085 "Severity": "non_error",
4086 "ActionFlags": ["report"],
4087 "EventType": "env_normal",
4088
4089 "SRC": {
4090 "ReasonCode": "0x2802",
4091 "Words6To9": {}
4092 },
4093
4094 "CalloutsUsingAD": {
4095 "ADName": "SENSOR_NAME",
4096 "CalloutsWithTheirADValues": [
4097 {
4098 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4099 "Callouts": [
4100 {
4101 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004102 {
4103 "Priority": "high",
4104 "SymbolicFRU": "ambient_temp_back"
4105 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004106 ]
4107 }
4108 ]
4109 }
4110 ]
4111 },
4112
4113 "Documentation": {
4114 "Description": "A temperature sensor is under its performance loss threshold.",
4115 "Message": "A temperature sensor is under its performance loss threshold.",
4116 "Notes": [
4117 "A temperature sensor crossed under its performance loss threshold value",
4118 "If it is the ambient sensor, then a symbolic FRU will be added."
4119 ]
4120 }
4121 },
4122
4123 {
4124 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHigh",
4125 "Subsystem": "power",
4126 "ComponentID": "0x2800",
4127 "Severity": "predictive",
4128 "ActionFlags": ["service_action", "report"],
4129
4130 "SRC": {
4131 "ReasonCode": "0x2803",
4132 "Words6To9": {}
4133 },
4134
4135 "CalloutsUsingAD": {
4136 "ADName": "SENSOR_NAME",
4137 "CalloutsWithTheirADValues": [
4138 {
4139 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4140 "Callouts": [
4141 {
4142 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004143 {
4144 "Priority": "high",
4145 "SymbolicFRU": "ambient_temp"
4146 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004147 ]
4148 }
4149 ]
4150 }
Matt Spinlerc13bb1c2022-08-01 10:33:09 -05004151 ],
4152 "CalloutsWhenNoADMatch": [
4153 {
4154 "CalloutList": [
4155 {
4156 "Priority": "high",
4157 "SymbolicFRU": "overtemp"
4158 }
4159 ]
4160 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004161 ]
4162 },
4163
4164 "Documentation": {
4165 "Description": "A temperature sensor exceeded its warning threshold.",
4166 "Message": "A temperature sensor exceeded its warning threshold.",
4167 "Notes": [
4168 "A temperature sensor crossed its warning threshold value",
4169 "If it is the ambient sensor, then a symbolic FRU will be added.",
4170 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
4171 "a FRU callout."
4172 ]
4173 }
4174 },
4175
4176 {
4177 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHighClear",
4178 "Subsystem": "power",
4179 "ComponentID": "0x2800",
4180 "Severity": "non_error",
4181 "ActionFlags": ["report"],
4182 "EventType": "env_normal",
4183
4184 "SRC": {
4185 "ReasonCode": "0x2804",
4186 "Words6To9": {}
4187 },
4188
4189 "CalloutsUsingAD": {
4190 "ADName": "SENSOR_NAME",
4191 "CalloutsWithTheirADValues": [
4192 {
4193 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4194 "Callouts": [
4195 {
4196 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004197 {
4198 "Priority": "high",
4199 "SymbolicFRU": "ambient_temp_back"
4200 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004201 ]
4202 }
4203 ]
4204 }
4205 ]
4206 },
4207
4208 "Documentation": {
4209 "Description": "A temperature sensor is under its warning threshold.",
4210 "Message": "A temperature sensor is under its warning threshold.",
4211 "Notes": [
4212 "A temperature sensor crossed under its warning threshold value",
4213 "If it is the ambient sensor, then a symbolic FRU will be added."
4214 ]
4215 }
4216 },
4217
4218 {
4219 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHigh",
4220 "Subsystem": "power",
4221 "ComponentID": "0x2800",
4222 "Severity": "predictive",
4223 "ActionFlags": ["service_action", "report"],
4224
4225 "SRC": {
4226 "ReasonCode": "0x2805",
4227 "Words6To9": {}
4228 },
4229
4230 "CalloutsUsingAD": {
4231 "ADName": "SENSOR_NAME",
4232 "CalloutsWithTheirADValues": [
4233 {
4234 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4235 "Callouts": [
4236 {
4237 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004238 {
4239 "Priority": "high",
4240 "SymbolicFRU": "ambient_temp"
4241 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004242 ]
4243 }
4244 ]
4245 }
Matt Spinlerc13bb1c2022-08-01 10:33:09 -05004246 ],
4247 "CalloutsWhenNoADMatch": [
4248 {
4249 "CalloutList": [
4250 {
4251 "Priority": "high",
4252 "SymbolicFRU": "overtemp"
4253 }
4254 ]
4255 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004256 ]
4257 },
4258
4259 "Documentation": {
4260 "Description": "A temperature sensor exceeded its critical threshold.",
4261 "Message": "A temperature sensor exceeded its critical threshold.",
4262 "Notes": [
4263 "A temperature sensor crossed its critical threshold value",
4264 "If it is the ambient sensor, then a symbolic FRU will be added.",
4265 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
4266 "a FRU callout."
4267 ]
4268 }
4269 },
4270
4271 {
4272 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHighClear",
4273 "Subsystem": "power",
4274 "ComponentID": "0x2800",
4275 "Severity": "non_error",
4276 "ActionFlags": ["report"],
4277 "EventType": "env_normal",
4278
4279 "SRC": {
4280 "ReasonCode": "0x2806",
4281 "Words6To9": {}
4282 },
4283
4284 "CalloutsUsingAD": {
4285 "ADName": "SENSOR_NAME",
4286 "CalloutsWithTheirADValues": [
4287 {
4288 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4289 "Callouts": [
4290 {
4291 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004292 {
4293 "Priority": "high",
4294 "SymbolicFRU": "ambient_temp_back"
4295 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004296 ]
4297 }
4298 ]
4299 }
4300 ]
4301 },
4302
4303 "Documentation": {
4304 "Description": "A temperature sensor is under its critical threshold.",
4305 "Message": "A temperature sensor is under its critical threshold.",
4306 "Notes": [
4307 "A temperature sensor crossed under its critical threshold value",
4308 "If it is the ambient sensor, then a symbolic FRU will be added."
4309 ]
4310 }
4311 },
4312
4313 {
Matt Spinler6b3490a2021-01-20 10:48:26 -06004314 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHigh",
4315 "Subsystem": "power",
4316 "ComponentID": "0x2800",
4317 "Severity": "predictive",
4318 "ActionFlags": ["service_action", "report"],
4319
4320 "SRC": {
4321 "ReasonCode": "0x2807",
4322 "Words6To9": {}
4323 },
4324
4325 "Callouts": [
4326 {
4327 "CalloutList": [
4328 {
Patrick Williams26919f02022-12-08 06:12:43 -06004329 "Priority": "high",
4330 "SymbolicFRU": "ambient_temp"
Matt Spinler6b3490a2021-01-20 10:48:26 -06004331 }
4332 ]
4333 }
4334 ],
4335
4336 "Documentation": {
4337 "Description": "The ambient temperature passed the EPOW3 limit.",
4338 "Message": "The ambient temperature passed the EPOW3 limit. The system will shut down if temp doesn't decrease.",
4339 "Notes": [
4340 "This error occurs when the ambient temperature surpassed",
4341 "the EPOW3 shutdown limit."
4342 ]
4343 }
4344 },
4345
4346 {
4347 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHighClear",
4348 "Subsystem": "power",
4349 "ComponentID": "0x2800",
4350 "Severity": "non_error",
4351 "ActionFlags": ["report"],
4352 "EventType": "env_normal",
4353
4354 "SRC": {
4355 "ReasonCode": "0x2808",
4356 "Words6To9": {}
4357 },
4358
4359 "Callouts": [
4360 {
4361 "CalloutList": [
4362 {
Patrick Williams26919f02022-12-08 06:12:43 -06004363 "Priority": "high",
4364 "SymbolicFRU": "ambient_temp_back"
Matt Spinler6b3490a2021-01-20 10:48:26 -06004365 }
4366 ]
4367 }
4368 ],
4369
4370 "Documentation": {
4371 "Description": "The ambient temperature is back under the EPOW3 limit.",
4372 "Message": "The ambient temperature is back under the EPOW3 limit."
4373 }
4374 },
4375
4376 {
4377 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.HardShutdownAlarmHigh",
4378 "Subsystem": "power",
4379 "ComponentID": "0x2800",
Matt Spinler6b3490a2021-01-20 10:48:26 -06004380 "ActionFlags": ["service_action", "report"],
4381
4382 "SRC": {
4383 "ReasonCode": "0x2809",
4384 "Words6To9": {}
4385 },
4386
4387 "Callouts": [
4388 {
4389 "CalloutList": [
4390 {
Patrick Williams26919f02022-12-08 06:12:43 -06004391 "Priority": "high",
4392 "SymbolicFRU": "ambient_temp"
Matt Spinler6b3490a2021-01-20 10:48:26 -06004393 }
4394 ]
4395 }
4396 ],
4397
4398 "Documentation": {
4399 "Description": "The ambient temperature passed the EPOW4 limit.",
4400 "Message": "The ambient temperature passed the EPOW4 limit. The system will shut down",
4401 "Notes": [
4402 "This error occurs when the ambient temperature surpassed",
4403 "the EPOW4 shutdown limit."
4404 ]
4405 }
4406 },
4407
4408 {
Rashmica Guptab63f75b2021-08-18 20:54:21 +10004409 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHigh",
4410 "Subsystem": "ext_env",
4411 "ComponentID": "0x2800",
4412 "Severity": "predictive",
4413 "ActionFlags": ["service_action", "report"],
4414
4415 "SRC": {
4416 "ReasonCode": "0x280A",
4417 "Words6To9": {}
4418 },
4419
4420 "CalloutsUsingAD": {
4421 "ADName": "SENSOR_NAME",
4422 "CalloutsWithTheirADValues": [
4423 {
4424 "ADValue": "/xyz/openbmc_project/sensors/altitude/Altitude",
4425 "Callouts": [
4426 {
4427 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004428 {
4429 "Priority": "high",
4430 "SymbolicFRU": "altitude"
4431 }
Rashmica Guptab63f75b2021-08-18 20:54:21 +10004432 ]
4433 }
4434 ]
4435 }
4436 ]
4437 },
4438
4439 "Documentation": {
4440 "Description": "An altitude sensor exceeded its warning threshold.",
4441 "Message": "An altitude sensor exceeded its warning threshold.",
4442 "Notes": [
4443 "The virtual altitude sensor crossed its warning threshold value",
4444 " and a symbolic FRU will be added."
4445 ]
4446 }
4447 },
4448
4449 {
4450 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHighClear",
4451 "Subsystem": "ext_env",
4452 "ComponentID": "0x2800",
4453 "Severity": "non_error",
4454 "ActionFlags": ["report"],
4455 "EventType": "env_normal",
4456
4457 "SRC": {
4458 "ReasonCode": "0x280B",
4459 "Words6To9": {}
4460 },
4461
4462 "Documentation": {
4463 "Description": "An altitude sensor is under its warning threshold.",
4464 "Message": "An altitude sensor is under its warning threshold.",
4465 "Notes": [
4466 "The virtual altitude sensor is under its warning threshold value",
4467 " and a symbolic FRU will be added."
4468 ]
4469 }
4470 },
4471
4472 {
Matt Spinler81331342021-10-05 14:09:56 -05004473 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLow",
4474 "Subsystem": "cec_tod",
4475 "ComponentID": "0x2800",
4476 "Severity": "predictive",
4477 "ActionFlags": ["service_action", "report"],
4478
4479 "SRC": {
4480 "ReasonCode": "0x280C",
4481 "Words6To9": {}
4482 },
4483
Matt Spinler81331342021-10-05 14:09:56 -05004484 "Documentation": {
4485 "Description": "A voltage sensor went below its critical low threshold.",
4486 "Message": "A voltage sensor went below its critical low threshold."
4487 }
4488 },
4489
4490 {
4491 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLowClear",
4492 "Subsystem": "cec_tod",
4493 "ComponentID": "0x2800",
4494 "Severity": "non_error",
4495 "ActionFlags": ["report"],
4496
4497 "SRC": {
4498 "ReasonCode": "0x280D",
4499 "Words6To9": {}
4500 },
4501
4502 "Documentation": {
4503 "Description": "A voltage sensor is over its critical low threshold.",
4504 "Message": "A voltage sensor is over its critical low threshold."
4505 }
4506 },
4507
4508 {
Matt Spinler1e792db2022-01-07 14:06:06 -06004509 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLow",
4510 "Subsystem": "power",
4511 "ComponentID": "0x2800",
4512 "Severity": "predictive",
4513 "ActionFlags": ["service_action", "report"],
4514
4515 "SRC": {
4516 "ReasonCode": "0x280E",
4517 "Words6To9": {}
4518 },
4519
4520 "Documentation": {
4521 "Description": "A temperature sensor is under its low warning threshold.",
4522 "Message": "A temperature sensor is under its low warning threshold.",
4523 "Notes": [
4524 "A temperature sensor crossed its low warning threshold value",
4525 "CALLOUT_INVENTORY_PATH will be passed in to add a FRU callout."
4526 ]
4527 }
4528 },
4529
4530 {
4531 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLowClear",
4532 "Subsystem": "power",
4533 "ComponentID": "0x2800",
4534 "Severity": "non_error",
4535 "ActionFlags": ["report"],
4536 "EventType": "env_normal",
4537
4538 "SRC": {
4539 "ReasonCode": "0x280F",
4540 "Words6To9": {}
4541 },
4542
4543 "Documentation": {
4544 "Description": "A temperature sensor is above its low warning threshold.",
4545 "Message": "A temperature sensor is above its low warning threshold.",
4546 "Notes": [
4547 "A temperature sensor crossed above its low warning threshold value."
4548 ]
4549 }
4550 },
4551
4552 {
4553 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalLow",
4554 "Subsystem": "power",
4555 "ComponentID": "0x2800",
4556 "Severity": "predictive",
4557 "ActionFlags": ["service_action", "report"],
4558
4559 "SRC": {
4560 "ReasonCode": "0x2810",
4561 "Words6To9": {}
4562 },
4563
4564 "Documentation": {
4565 "Description": "A temperature sensor is under its low critical threshold.",
4566 "Message": "A temperature sensor is under its low critical threshold.",
4567 "Notes": [
4568 "A temperature sensor crossed its low critical threshold value",
4569 "CALLOUT_INVENTORY_PATH will be passed in to add a FRU callout."
4570 ]
4571 }
4572 },
4573
4574 {
4575 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalLowClear",
4576 "Subsystem": "power",
4577 "ComponentID": "0x2800",
4578 "Severity": "non_error",
4579 "ActionFlags": ["report"],
4580 "EventType": "env_normal",
4581
4582 "SRC": {
4583 "ReasonCode": "0x2811",
4584 "Words6To9": {}
4585 },
4586
4587 "Documentation": {
4588 "Description": "A temperature sensor is over its low critical threshold.",
4589 "Message": "A temperature sensor is over its low critical threshold.",
4590 "Notes": [
4591 "A temperature sensor crossed above its critical threshold value"
4592 ]
4593 }
4594 },
4595
4596 {
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004597 "Name": "com.ibm.VPD.Error.InvalidEepromPath",
4598 "Subsystem": "cec_vpd",
4599 "ComponentID": "0x4000",
4600
4601 "SRC": {
4602 "ReasonCode": "0x4000",
Patrick Williams26919f02022-12-08 06:12:43 -06004603 "Words6To9": {
4604 "6": {
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004605 "Description": "Errno of the failure.",
4606 "AdditionalDataPropSource": "CALLOUT_ERRNO"
4607 }
4608 }
4609 },
4610
4611 "Documentation": {
Michael Limb264f062022-03-29 16:25:33 -05004612 "Description": "A path access error occurred",
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004613 "Message": "An EEPROM path access error occurred.",
4614 "Notes": [
4615 "This error occurs when parser is unable to access",
4616 "EEPROM path. Errno and device path are captured as",
4617 "additional data."
4618 ]
4619 }
4620 },
4621
4622 {
4623 "Name": "com.ibm.VPD.Error.InvalidVPD",
4624 "Subsystem": "cec_vpd",
4625 "ComponentID": "0x4000",
4626
4627 "SRC": {
4628 "ReasonCode": "0x4001",
Patrick Williams26919f02022-12-08 06:12:43 -06004629 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004630 },
4631
4632 "Documentation": {
4633 "Description": "Invalid VPD data.",
4634 "Message": "A VPD data exception occurred.",
4635 "Notes": [
4636 "This error occurs when VPD data is found to be",
4637 "invalid. This can be when VPD file is missing out",
4638 "mandatory records.Inventory path is captured in",
4639 "additional data."
4640 ]
4641 }
4642 },
4643
4644 {
4645 "Name": "com.ibm.VPD.Error.EccCheckFailed",
4646 "Subsystem": "cec_vpd",
4647 "ComponentID": "0x4000",
4648
4649 "SRC": {
4650 "ReasonCode": "0x4002",
Patrick Williams26919f02022-12-08 06:12:43 -06004651 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004652 },
4653
4654 "Documentation": {
4655 "Description": "Invalid VPD ecc data.",
4656 "Message": "A VPD ecc exception occurred.",
4657 "Notes": [
4658 "This error occurs when VPD ecc check fails for the FRU.",
4659 "Inventory path for the failed FRU is captured in additonal",
4660 "data."
4661 ]
4662 }
4663 },
4664
4665 {
4666 "Name": "com.ibm.VPD.Error.InvalidJson",
4667 "Subsystem": "cec_vpd",
4668 "ComponentID": "0x4000",
4669
4670 "SRC": {
4671 "ReasonCode": "0x4003",
Patrick Williams26919f02022-12-08 06:12:43 -06004672 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004673 },
4674
Matt Spinler834f3ed2022-01-26 16:18:02 -06004675 "Callouts": [
4676 {
4677 "CalloutList": [
4678 { "Priority": "high", "Procedure": "bmc_code" }
4679 ]
4680 }
4681 ],
4682
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004683 "Documentation": {
4684 "Description": "Invalid Json",
4685 "Message": "A Json failure occurred.",
4686 "Notes": [
4687 "This error occurs when parser fails to access",
4688 "Json file or there is any issue with Json data.",
4689 "Failed Json path and cause of failure is captured",
4690 "in additional data."
4691 ]
4692 }
4693 },
4694
4695 {
4696 "Name": "com.ibm.VPD.Error.BlankSystemVPD",
4697 "Subsystem": "cec_vpd",
4698 "ComponentID": "0x4000",
4699
4700 "SRC": {
4701 "ReasonCode": "0x4004",
Patrick Williams26919f02022-12-08 06:12:43 -06004702 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004703 },
4704
4705 "Documentation": {
4706 "Description": "System VPD restore failed",
4707 "Message": "A system VPD restoration error occurred.",
4708 "Notes": [
4709 "This error occurs when restoring of system VPD fails.",
4710 "The FRU path and reason for failure is captured in",
4711 "additional data."
4712 ]
4713 }
4714 },
4715
4716 {
4717 "Name": "com.ibm.VPD.Error.DbusFailure",
4718 "Subsystem": "cec_vpd",
4719 "ComponentID": "0x4000",
4720
4721 "SRC": {
4722 "ReasonCode": "0x4005",
Patrick Williams26919f02022-12-08 06:12:43 -06004723 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004724 },
4725
Matt Spinler834f3ed2022-01-26 16:18:02 -06004726 "Callouts": [
4727 {
4728 "CalloutList": [
4729 { "Priority": "high", "Procedure": "bmc_code" }
4730 ]
4731 }
4732 ],
4733
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004734 "Documentation": {
4735 "Description": "Dbus exception",
4736 "Message": "A Dbus internal error occurred.",
4737 "Notes": [
4738 "This error occurs when Dbus operation fails.",
4739 "Exceptions details are captured in additonal",
4740 "data."
4741 ]
4742 }
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05004743 },
4744
4745 {
Alpana Kumari081cfd42021-12-07 04:14:57 -06004746 "Name": "com.ibm.VPD.Error.UnknownSystemType",
4747 "Subsystem": "cec_vpd",
4748 "ComponentID": "0x4000",
4749
4750 "SRC": {
4751 "ReasonCode": "0x4006",
Patrick Williams26919f02022-12-08 06:12:43 -06004752 "Words6To9": {}
Alpana Kumari081cfd42021-12-07 04:14:57 -06004753 },
4754
4755 "Callouts": [
4756 {
Patrick Williams26919f02022-12-08 06:12:43 -06004757 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Alpana Kumari081cfd42021-12-07 04:14:57 -06004758 }
4759 ],
4760
4761 "Documentation": {
4762 "Description": "Unknown System Type",
4763 "Message": "System type not supported in DTB table.",
4764 "Notes": [
4765 "System type comes from combination of HW and IM value of system VPD.",
4766 "If anything gets changed in that combination, then it can't determine",
4767 "the appropriate DTB for that system. Need to check HW and IM keywords."
4768 ]
4769 }
4770 },
4771
4772 {
Alpana Kumari074ec5b2022-02-20 22:48:57 -06004773 "Name": "com.ibm.VPD.Error.GPIOError",
4774 "Subsystem": "cec_vpd",
4775 "ComponentID": "0x4000",
4776
4777 "SRC": {
4778 "ReasonCode": "0x4007",
Patrick Williams26919f02022-12-08 06:12:43 -06004779 "Words6To9": {}
Alpana Kumari074ec5b2022-02-20 22:48:57 -06004780 },
4781
Sunny Srivastava17586b42022-06-20 01:06:58 -05004782 "Callouts": [
4783 {
4784 "CalloutList": [
4785 { "Priority": "high", "Procedure": "bmc_code" }
4786 ]
4787 }
4788 ],
4789
Alpana Kumari074ec5b2022-02-20 22:48:57 -06004790 "Documentation": {
4791 "Description": "GPIO line error",
4792 "Message": "GPIO line couldn't be found or read.",
4793 "Notes": [
Sunny Srivastava17586b42022-06-20 01:06:58 -05004794 "The BMC could not access a GPIO line. This can be a hardware issue",
4795 " or driver issue. Since a hardware or a software issue cannot be",
4796 " differentiated, the BMC code will be called out."
Alpana Kumari074ec5b2022-02-20 22:48:57 -06004797 ]
4798 }
4799 },
4800
4801 {
Sunny Srivastavad29837f2022-04-20 01:37:07 -05004802 "Name": "com.ibm.VPD.Error.SystemVPDMismatch",
4803 "Subsystem": "cec_vpd",
4804 "ComponentID": "0x4000",
4805
4806 "SRC": {
4807 "ReasonCode": "0x4008",
Patrick Williams26919f02022-12-08 06:12:43 -06004808 "Words6To9": {}
Sunny Srivastavad29837f2022-04-20 01:37:07 -05004809 },
4810
4811 "Callouts": [
4812 {
4813 "CalloutList": [
4814 { "Priority": "high", "Procedure": "bmc_code" }
4815 ]
4816 }
4817 ],
4818
4819 "Documentation": {
4820 "Description": "System VPD restore failed",
4821 "Message": "A system VPD restoration error occurred.",
4822 "Notes": [
4823 "This error occurs when restoring of system VPD fails due to",
4824 "mismatch in cache data and hardware data.",
4825 "The record and keyword causing the failure is captured in",
4826 "additional data."
4827 ]
4828 }
4829 },
4830
4831 {
Sunny Srivastava17586b42022-06-20 01:06:58 -05004832 "Name": "com.ibm.VPD.Error.RequiredFRUMissing",
4833 "Subsystem": "cec_vpd",
4834 "ComponentID": "0x4000",
4835
4836 "SRC": {
4837 "ReasonCode": "0x4009",
Patrick Williams26919f02022-12-08 06:12:43 -06004838 "Words6To9": {}
Sunny Srivastava17586b42022-06-20 01:06:58 -05004839 },
4840
4841 "Documentation": {
4842 "Description": "Essential FRU check.",
4843 "Message": "Essential FRU check failed",
4844 "Notes": [
4845 "This error occurs when VPD manager service detects any",
4846 "missing essential FRU. These are FRUs which are required",
4847 "to be present in the system at the time of power on.",
4848 "The inventory path is captured in additional data."
4849 ]
4850 }
4851 },
4852
4853 {
gikrish1c0cc7ec2022-02-24 12:40:51 -06004854 "Name": "com.ibm.Panel.Error.InputDevPathFailure",
4855 "Subsystem": "cec_op_panel",
4856 "ComponentID": "0x5000",
4857
4858 "SRC": {
4859 "ReasonCode": "0x5001",
4860 "Words6To9": {}
4861 },
4862
4863 "Documentation": {
4864 "Description": "Button Handler Failure",
4865 "Message": "Input Device path failure",
Patrick Williams26919f02022-12-08 06:12:43 -06004866 "Notes": ["Button events will not be processed."]
gikrish1c0cc7ec2022-02-24 12:40:51 -06004867 }
4868 },
4869
4870 {
4871 "Name": "com.ibm.Panel.Error.I2CSetupFailure",
4872 "Subsystem": "cec_op_panel",
4873 "ComponentID": "0x5000",
4874
4875 "SRC": {
4876 "ReasonCode": "0x5002",
4877 "Words6To9": {}
4878 },
4879
4880 "Documentation": {
4881 "Description": "Panel I2C setup failure",
4882 "Message": "Unable to open device path or ioctl failure",
4883 "Notes": [
4884 "The Panel is unable to open device",
4885 " path or ioctl failure"
4886 ]
4887 }
4888 },
4889
4890 {
4891 "Name": "com.ibm.Panel.Error.HostCommunicationError",
4892 "Subsystem": "cec_op_panel",
4893 "ComponentID": "0x5000",
4894
4895 "SRC": {
4896 "ReasonCode": "0x5003",
4897 "Words6To9": {}
4898 },
4899
Patrick Williams26919f02022-12-08 06:12:43 -06004900 "Callouts": [
4901 {
4902 "CalloutList": [
4903 {
4904 "Priority": "high",
4905 "Procedure": "bmc_code"
4906 }
4907 ]
4908 }
4909 ],
gikrish1c0cc7ec2022-02-24 12:40:51 -06004910
4911 "Documentation": {
4912 "Description": "Host Communication failure",
4913 "Message": "Error in sending message to host",
Patrick Williams26919f02022-12-08 06:12:43 -06004914 "Notes": ["Failure from PLDM sending message to", "Host"]
gikrish1c0cc7ec2022-02-24 12:40:51 -06004915 }
4916 },
4917
4918 {
4919 "Name": "com.ibm.Panel.Error.DbusError",
4920 "Subsystem": "cec_op_panel",
4921 "ComponentID": "0x5000",
4922
4923 "SRC": {
4924 "ReasonCode": "0x5004",
4925 "Words6To9": {}
4926 },
4927
Patrick Williams26919f02022-12-08 06:12:43 -06004928 "Callouts": [
4929 {
4930 "CalloutList": [
4931 {
4932 "Priority": "high",
4933 "Procedure": "bmc_code"
4934 }
4935 ]
4936 }
4937 ],
gikrish1c0cc7ec2022-02-24 12:40:51 -06004938
4939 "Documentation": {
4940 "Description": "Dbus exception",
4941 "Message": "A Dbus internal error occurred.",
4942 "Notes": [
4943 "This error occurs when Dbus operation fails.",
4944 "Exceptions details are captured in additional",
4945 "data."
4946 ]
4947 }
4948 },
4949
4950 {
Priyanga Ramasamy3aa27082022-08-24 06:34:38 -05004951 "Name": "com.ibm.Panel.Error.CodeUpdateFailure",
4952 "Subsystem": "cec_op_panel",
4953 "ComponentID": "0x5000",
4954
4955 "SRC": {
4956 "ReasonCode": "0x5005",
4957 "Words6To9": {}
4958 },
4959
4960 "Documentation": {
4961 "Description": "LCD/Bootfail PIC code update failure.",
4962 "Message": "Error while doing LCD/bootfail PIC code update.",
4963 "Notes": [
Priyanga Ramasamyfdd1dc02022-09-21 02:41:32 -05004964 "Panel firmware(LCD/bootfail PIC) update fails due to ",
4965 "unsupportable firmware version. Inventory path to the",
4966 "FRU on which PIC controller is physically present will",
4967 "be called out."
Priyanga Ramasamy3aa27082022-08-24 06:34:38 -05004968 ]
4969 }
4970 },
4971
4972 {
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05004973 "Name": "org.open_power.Host.Boot.Error.WatchdogTimeout",
4974 "Subsystem": "cec_sp_hostboot_iface",
4975
Patrick Williams26919f02022-12-08 06:12:43 -06004976 "SRC": {
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05004977 "ReasonCode": "0xC101",
Patrick Williams26919f02022-12-08 06:12:43 -06004978 "Words6To9": {}
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05004979 },
4980
Patrick Williams26919f02022-12-08 06:12:43 -06004981 "Documentation": {
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05004982 "Description": "Host did not respond within the watchdog timeout interval",
4983 "Message": "Host did not respond before the watchdog timeout interval expired",
4984 "Notes": [
4985 "Host did not respond before the expiry of the watchdog timeout interval.",
4986 "Collecting hostboot dump."
4987 ]
4988 }
zamiseckbf61a982022-01-13 08:27:50 -06004989 },
4990
4991 {
4992 "Name": "xyz.openbmc_project.Software.Version.Error.Incompatible",
4993 "Subsystem": "bmc_firmware",
4994 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06004995 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06004996 "ReasonCode": "0x3601",
Patrick Williams26919f02022-12-08 06:12:43 -06004997 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06004998 },
4999
5000 "Callouts": [
5001 {
5002 "CalloutList": [
5003 { "Priority": "high", "Procedure": "bmc_code" }
5004 ]
5005 }
5006 ],
5007
Patrick Williams26919f02022-12-08 06:12:43 -06005008 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005009 "Description": "A system component has a software version that is incompatible.",
5010 "Message": "A system component has a software version that is incompatible."
5011 }
5012 },
5013
5014 {
5015 "Name": "xyz.openbmc_project.Software.Version.Error.AlreadyExists",
5016 "Subsystem": "bmc_firmware",
5017 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005018 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005019 "ReasonCode": "0x3602",
Patrick Williams26919f02022-12-08 06:12:43 -06005020 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005021 },
5022
5023 "Callouts": [
5024 {
5025 "CalloutList": [
5026 { "Priority": "high", "Procedure": "bmc_code" }
5027 ]
5028 }
5029 ],
5030
Patrick Williams26919f02022-12-08 06:12:43 -06005031 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005032 "Description": "This image version already exists on the device.",
5033 "Message": "This image version already exists on the device."
5034 }
5035 },
5036
5037 {
5038 "Name": "xyz.openbmc_project.Software.Image.Error.UnTarFailure",
5039 "Subsystem": "bmc_firmware",
5040 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005041 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005042 "ReasonCode": "0x3603",
Patrick Williams26919f02022-12-08 06:12:43 -06005043 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005044 },
5045
5046 "Callouts": [
5047 {
5048 "CalloutList": [
5049 { "Priority": "high", "Procedure": "bmc_code" }
5050 ]
5051 }
5052 ],
5053
Patrick Williams26919f02022-12-08 06:12:43 -06005054 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005055 "Description": "An error occurred during untar.",
5056 "Message": "An error occurred during untar."
5057 }
5058 },
5059
5060 {
5061 "Name": "xyz.openbmc_project.Software.Image.Error.ManifestFileFailure",
5062 "Subsystem": "bmc_firmware",
5063 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005064 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005065 "ReasonCode": "0x3604",
Patrick Williams26919f02022-12-08 06:12:43 -06005066 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005067 },
5068
5069 "Callouts": [
5070 {
5071 "CalloutList": [
5072 { "Priority": "high", "Procedure": "bmc_code" }
5073 ]
5074 }
5075 ],
5076
Patrick Williams26919f02022-12-08 06:12:43 -06005077 "Documentation": {
zamiseck21de9f02022-03-23 13:41:31 -05005078 "Description": "An error occurred when reading the software image Manifest file.",
5079 "Message": "An error occurred when reading the software image Manifest file."
zamiseckbf61a982022-01-13 08:27:50 -06005080 }
5081 },
5082
5083 {
5084 "Name": "xyz.openbmc_project.Software.Image.Error.InternalFailure",
5085 "Subsystem": "bmc_firmware",
5086 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005087 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005088 "ReasonCode": "0x3605",
Patrick Williams26919f02022-12-08 06:12:43 -06005089 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005090 },
5091
5092 "Callouts": [
5093 {
5094 "CalloutList": [
5095 { "Priority": "high", "Procedure": "bmc_code" }
5096 ]
5097 }
5098 ],
5099
Patrick Williams26919f02022-12-08 06:12:43 -06005100 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005101 "Description": "The operation failed internally during processing the image.",
5102 "Message": "The operation failed internally during processing the image."
5103 }
5104 },
5105
5106 {
5107 "Name": "xyz.openbmc_project.Software.Image.Error.ImageFailure",
5108 "Subsystem": "bmc_firmware",
5109 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005110 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005111 "ReasonCode": "0x3606",
Patrick Williams26919f02022-12-08 06:12:43 -06005112 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005113 },
5114
5115 "Callouts": [
5116 {
5117 "CalloutList": [
5118 { "Priority": "high", "Procedure": "bmc_code" }
5119 ]
5120 }
5121 ],
5122
Patrick Williams26919f02022-12-08 06:12:43 -06005123 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005124 "Description": "An error occurred processing the image.",
5125 "Message": "An error occurred processing the image."
5126 }
5127 },
5128
5129 {
5130 "Name": "xyz.openbmc_project.Software.Image.Error.BusyFailure",
5131 "Subsystem": "bmc_firmware",
5132 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005133 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005134 "ReasonCode": "0x3607",
Patrick Williams26919f02022-12-08 06:12:43 -06005135 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005136 },
5137
5138 "Callouts": [
5139 {
5140 "CalloutList": [
5141 { "Priority": "high", "Procedure": "bmc_code" }
5142 ]
5143 }
5144 ],
5145
Patrick Williams26919f02022-12-08 06:12:43 -06005146 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005147 "Description": "The device is busy during the update.",
5148 "Message": "The device is busy during the update."
5149 }
zamiseck21de9f02022-03-23 13:41:31 -05005150 },
5151
5152 {
5153 "Name": "xyz.openbmc_project.Software.Version.Error.ExpiredAccessKey",
5154 "Subsystem": "bmc_firmware",
5155 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005156 "SRC": {
zamiseck21de9f02022-03-23 13:41:31 -05005157 "ReasonCode": "0x3608",
Patrick Williams26919f02022-12-08 06:12:43 -06005158 "Words6To9": {}
zamiseck21de9f02022-03-23 13:41:31 -05005159 },
5160
5161 "Callouts": [
5162 {
5163 "CalloutList": [
5164 { "Priority": "high", "Procedure": "bmc_code" }
5165 ]
5166 }
5167 ],
5168
Patrick Williams26919f02022-12-08 06:12:43 -06005169 "Documentation": {
zamiseck21de9f02022-03-23 13:41:31 -05005170 "Description": "The Update Access Key has expired.",
5171 "Message": "The Update Access Key has expired."
5172 }
5173 },
5174
5175 {
5176 "Name": "xyz.openbmc_project.Software.Version.Error.InvalidSignature",
5177 "Subsystem": "bmc_firmware",
5178 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005179 "SRC": {
zamiseck21de9f02022-03-23 13:41:31 -05005180 "ReasonCode": "0x3609",
Patrick Williams26919f02022-12-08 06:12:43 -06005181 "Words6To9": {}
zamiseck21de9f02022-03-23 13:41:31 -05005182 },
5183
5184 "Callouts": [
5185 {
5186 "CalloutList": [
5187 { "Priority": "high", "Procedure": "bmc_code" }
5188 ]
5189 }
5190 ],
5191
Patrick Williams26919f02022-12-08 06:12:43 -06005192 "Documentation": {
zamiseck21de9f02022-03-23 13:41:31 -05005193 "Description": "The software image has an invalid signature.",
5194 "Message": "The software image has an invalid signature"
5195 }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005196 },
zamiseck0ad7a822022-05-24 17:25:58 -05005197
5198 {
Patrick Williams26919f02022-12-08 06:12:43 -06005199 "Name": "xyz.openbmc_project.Software.Version.Error.HostFile",
5200 "Subsystem": "bmc_firmware",
5201 "ComponentID": "0x3600",
zamiseck0ad7a822022-05-24 17:25:58 -05005202
Patrick Williams26919f02022-12-08 06:12:43 -06005203 "SRC": {
5204 "ReasonCode": "0x360A",
5205 "Words6To9": {
5206 "6": {
5207 "Description": "Size of the current running partition",
5208 "AdditionalDataPropSource": "CURRENT_FILE_SIZE"
zamiseck0ad7a822022-05-24 17:25:58 -05005209 },
Patrick Williams26919f02022-12-08 06:12:43 -06005210 "7": {
5211 "Description": "Size of the read only partition",
5212 "AdditionalDataPropSource": "EXPECTED_FILE_SIZE"
zamiseck0ad7a822022-05-24 17:25:58 -05005213 }
5214 }
5215 },
5216 "Callouts": [
5217 {
5218 "CalloutList": [
5219 { "Priority": "high", "Procedure": "bmc_code" }
5220 ]
5221 }
5222 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005223 "Documentation": {
5224 "Description": "Corrupted or changed preserved file",
5225 "Message": "Partition was not preserved on reboot",
5226 "Notes": [
zamiseck0ad7a822022-05-24 17:25:58 -05005227 "This error may occur if one of the partitions marked",
5228 "PRESERVED is either corrupted, or a change of size is ",
5229 "desired for a particular partition."
5230 ]
5231 }
5232 },
5233
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005234 {
5235 "Name": "xyz.openbmc_project.PLDM.Error.findDumpObjPath.GetManagedObjectsFail",
5236 "Subsystem": "bmc_firmware",
5237 "ComponentID": "0x6000",
5238 "Severity": "predictive",
Patrick Williams26919f02022-12-08 06:12:43 -06005239 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005240 "ReasonCode": "0x6001",
Patrick Williams26919f02022-12-08 06:12:43 -06005241 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005242 },
5243 "Callouts": [
5244 {
5245 "CalloutList": [
5246 { "Priority": "high", "Procedure": "bmc_code" }
5247 ]
5248 }
5249 ],
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005250
Patrick Williams26919f02022-12-08 06:12:43 -06005251 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005252 "Description": "Failed to get the requested dump object path.",
5253 "Message": "Failed to get the requested dump object path from the system."
5254 }
5255 },
5256 {
5257 "Name": "xyz.openbmc_project.PLDM.Error.newFileAvailable.NewDumpNotifyFail",
5258 "Subsystem": "bmc_firmware",
5259 "ComponentID": "0x6000",
5260 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005261 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005262 "ReasonCode": "0x6002",
Patrick Williams26919f02022-12-08 06:12:43 -06005263 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005264 },
5265 "Callouts": [
5266 {
5267 "CalloutList": [
5268 { "Priority": "high", "Procedure": "bmc_code" }
5269 ]
5270 }
5271 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005272 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005273 "Description": "Failed to make a new dump notify request to the dump manager application.",
5274 "Message": "Failed to make a new dump notify request to the dump manager application."
5275 }
5276 },
5277 {
5278 "Name": "xyz.openbmc_project.PLDM.Error.DumpHandler.getOffloadUriFail",
5279 "Subsystem": "bmc_firmware",
5280 "ComponentID": "0x6000",
5281 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005282 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005283 "ReasonCode": "0x6003",
Patrick Williams26919f02022-12-08 06:12:43 -06005284 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005285 },
5286 "Callouts": [
5287 {
5288 "CalloutList": [
5289 { "Priority": "high", "Procedure": "bmc_code" }
5290 ]
5291 }
5292 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005293 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005294 "Description": "Failed to get the dump offload URI path from the dump entry.",
5295 "Message": "Failed to get the dump offload URI path from the dump entry."
5296 }
5297 },
5298 {
5299 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.ResourceDumpFileAckFail",
5300 "Subsystem": "bmc_firmware",
5301 "ComponentID": "0x6000",
5302 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -06005303 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005304 "ReasonCode": "0x6004",
Patrick Williams26919f02022-12-08 06:12:43 -06005305 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005306 },
5307 "Callouts": [
5308 {
5309 "CalloutList": [
5310 { "Priority": "medium", "Procedure": "bmc_code" }
5311 ]
5312 }
5313 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005314 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005315 "Description": "The hypervisor rejected the request to initiate a new resource dump.",
5316 "Message": "The hypervisor rejected the request to initiate a new resource dump."
5317 }
5318 },
5319 {
5320 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.SourceDumpIdResetFail",
5321 "Subsystem": "bmc_firmware",
5322 "ComponentID": "0x6000",
5323 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005324 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005325 "ReasonCode": "0x6005",
Patrick Williams26919f02022-12-08 06:12:43 -06005326 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005327 },
5328 "Callouts": [
5329 {
5330 "CalloutList": [
5331 { "Priority": "high", "Procedure": "bmc_code" }
5332 ]
5333 }
5334 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005335 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005336 "Description": "Failed to reset the dump ID, due to this requested dump will not be deleted.",
5337 "Message": "Failed to reset the dump ID, due to this requested dump will not be deleted."
5338 }
5339 },
5340 {
5341 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryDeleteFail",
5342 "Subsystem": "bmc_firmware",
5343 "ComponentID": "0x6000",
5344 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005345 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005346 "ReasonCode": "0x6006",
Patrick Williams26919f02022-12-08 06:12:43 -06005347 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005348 },
5349 "Callouts": [
5350 {
5351 "CalloutList": [
5352 { "Priority": "high", "Procedure": "bmc_code" }
5353 ]
5354 }
5355 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005356 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005357 "Description": "Failed to carry out the dump delete request from the hypervisor.",
5358 "Message": "Failed to carry out the dump delete request from the hypervisor."
5359 }
5360 },
5361 {
5362 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryOffloadedSetFail",
5363 "Subsystem": "bmc_firmware",
5364 "ComponentID": "0x6000",
5365 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005366 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005367 "ReasonCode": "0x6007",
Patrick Williams26919f02022-12-08 06:12:43 -06005368 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005369 },
5370 "Callouts": [
5371 {
5372 "CalloutList": [
5373 { "Priority": "high", "Procedure": "bmc_code" }
5374 ]
5375 }
5376 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005377 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005378 "Description": "Failed to set the dump offloaded completion flag in the dump entry.",
5379 "Message": "Failed to set the dump offloaded completion flag in the dump entry."
5380 }
5381 },
5382 {
5383 "Name": "xyz.openbmc_project.PLDM.Error.readIntoMemory.GetFilepathFail",
5384 "Subsystem": "bmc_firmware",
5385 "ComponentID": "0x6000",
5386 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005387 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005388 "ReasonCode": "0x6008",
Patrick Williams26919f02022-12-08 06:12:43 -06005389 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005390 },
5391 "Callouts": [
5392 {
5393 "CalloutList": [
5394 { "Priority": "high", "Procedure": "bmc_code" }
5395 ]
5396 }
5397 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005398 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005399 "Description": "Failed to get the file path for the BMC dump and offload to the hypervisor.",
5400 "Message": "Failed to get the file path for the BMC dump and offload to the hypervisor."
5401 }
5402 },
5403 {
5404 "Name": "xyz.openbmc_project.PLDM.Error.read.GetFilepathFail",
5405 "Subsystem": "bmc_firmware",
5406 "ComponentID": "0x6000",
5407 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005408 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005409 "ReasonCode": "0x6009",
Patrick Williams26919f02022-12-08 06:12:43 -06005410 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005411 },
5412 "Callouts": [
5413 {
5414 "CalloutList": [
5415 { "Priority": "high", "Procedure": "bmc_code" }
5416 ]
5417 }
5418 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005419 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005420 "Description": "Failed to get the file path for the BMC dump and offload to the hypervisor.",
5421 "Message": "Failed to get the file path for the BMC dump and offload to the hypervisor."
5422 }
5423 },
5424 {
5425 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.ResourceDumpFileAckWithMetaDataFail",
5426 "Subsystem": "bmc_firmware",
5427 "ComponentID": "0x6000",
5428 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -06005429 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005430 "ReasonCode": "0x6010",
Patrick Williams26919f02022-12-08 06:12:43 -06005431 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005432 },
5433 "Callouts": [
5434 {
5435 "CalloutList": [
5436 { "Priority": "medium", "Procedure": "bmc_code" }
5437 ]
5438 }
5439 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005440 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005441 "Description": "Could not create a new resource dump due to hypervisor verification failed.",
5442 "Message": "Could not create a new resource dump due to hypervisor verification failed."
5443 }
5444 },
5445 {
5446 "Name": "xyz.openbmc_project.PLDM.Error.fileAckWithMetaData.DumpEntryOffloadedSetFail",
5447 "Subsystem": "bmc_firmware",
5448 "ComponentID": "0x6000",
5449 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005450 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005451 "ReasonCode": "0x6011",
Patrick Williams26919f02022-12-08 06:12:43 -06005452 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005453 },
5454 "Callouts": [
5455 {
5456 "CalloutList": [
5457 { "Priority": "high", "Procedure": "bmc_code" }
5458 ]
5459 }
5460 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005461 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005462 "Description": "Failed to set the dump offload completion flag in the dump entry details.",
5463 "Message": "Failed to set the dump offload completion flag in the dump entry details."
5464 }
5465 },
5466 {
5467 "Name": "xyz.openbmc_project.PLDM.Error.newFileAvailableWithMetaData.NewDumpNotifyFail",
5468 "Subsystem": "bmc_firmware",
5469 "ComponentID": "0x6000",
5470 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005471 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005472 "ReasonCode": "0x6012",
Patrick Williams26919f02022-12-08 06:12:43 -06005473 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005474 },
5475 "Callouts": [
5476 {
5477 "CalloutList": [
5478 { "Priority": "high", "Procedure": "bmc_code" }
5479 ]
5480 }
5481 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005482 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005483 "Description": "Failed to notify a new dump available request.",
5484 "Message": "Failed to notify a new dump available request."
5485 }
5486 },
5487 {
5488 "Name": "xyz.openbmc_project.PLDM.Error.sendNewFileAvailableCmd.SendDumpParametersFail",
5489 "Subsystem": "bmc_firmware",
5490 "ComponentID": "0x6000",
5491 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005492 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005493 "ReasonCode": "0x6013",
Patrick Williams26919f02022-12-08 06:12:43 -06005494 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005495 },
5496 "Callouts": [
5497 {
5498 "CalloutList": [
5499 { "Priority": "high", "Procedure": "bmc_code" }
5500 ]
5501 }
5502 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005503 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005504 "Description": "Failed to send the resource dump parameters for a new dump initiation.",
5505 "Message": "Failed to send the resource dump parameters for a new dump initiation."
5506 }
5507 },
5508 {
5509 "Name": "xyz.openbmc_project.PLDM.Error.SendFileToHostFail",
5510 "Subsystem": "bmc_firmware",
5511 "ComponentID": "0x6000",
5512 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005513 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005514 "ReasonCode": "0x6014",
Patrick Williams26919f02022-12-08 06:12:43 -06005515 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005516 },
5517 "Callouts": [
5518 {
5519 "CalloutList": [
5520 { "Priority": "high", "Procedure": "bmc_code" }
5521 ]
5522 }
5523 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005524 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005525 "Description": "Failed to send the certificate/license file to the host.",
5526 "Message": "Failed to send the certificate/license file to the host."
5527 }
5528 },
5529 {
5530 "Name": "xyz.openbmc_project.PLDM.Error.DecodeNewFileResponseFail",
5531 "Subsystem": "bmc_firmware",
5532 "ComponentID": "0x6000",
5533 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005534 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005535 "ReasonCode": "0x6015",
Patrick Williams26919f02022-12-08 06:12:43 -06005536 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005537 },
5538 "Callouts": [
5539 {
5540 "CalloutList": [
5541 { "Priority": "high", "Procedure": "bmc_code" }
5542 ]
5543 }
5544 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005545 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005546 "Description": "Failed to decode the response of certificate/license file sent to the host.",
5547 "Message": "Failed to decode the response of certificate/license file sent to the host."
5548 }
5549 },
5550 {
5551 "Name": "xyz.openbmc_project.PLDM.Error.NewFileAvailableRequestFail",
5552 "Subsystem": "bmc_firmware",
5553 "ComponentID": "0x6000",
5554 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005555 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005556 "ReasonCode": "0x6016",
Patrick Williams26919f02022-12-08 06:12:43 -06005557 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005558 },
5559 "Callouts": [
5560 {
5561 "CalloutList": [
5562 { "Priority": "high", "Procedure": "bmc_code" }
5563 ]
5564 }
5565 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005566 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005567 "Description": "Failed to send the new certificate/license file to the host.",
5568 "Message": "Failed to send the new certificate/license file to the host."
5569 }
5570 },
5571 {
5572 "Name": "xyz.openbmc_project.PLDM.Error.SetHostEffecterFailed",
5573 "Subsystem": "bmc_firmware",
5574 "ComponentID": "0x6000",
5575 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005576 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005577 "ReasonCode": "0x6017",
Patrick Williams26919f02022-12-08 06:12:43 -06005578 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005579 },
5580
5581 "Callouts": [
5582 {
5583 "CalloutList": [
5584 { "Priority": "high", "Procedure": "bmc_code" }
5585 ]
5586 }
5587 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005588 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005589 "Description": "Failed to set state effecter states.",
5590 "Message": "Failed to set state effecter states."
5591 }
5592 },
5593 {
5594 "Name": "xyz.openbmc_project.PLDM.Error.Generate.PDRJsonFileParseFail",
5595 "Subsystem": "bmc_firmware",
5596 "ComponentID": "0x6000",
5597 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005598 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005599 "ReasonCode": "0x6018",
Patrick Williams26919f02022-12-08 06:12:43 -06005600 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005601 },
5602 "Callouts": [
5603 {
5604 "CalloutList": [
5605 { "Priority": "high", "Procedure": "bmc_code" }
5606 ]
5607 }
5608 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005609 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005610 "Description": "Failed to parse PDR JSON file.",
5611 "Message": "Failed to parse PDR JSON file."
5612 }
5613 },
5614 {
5615 "Name": "xyz.openbmc_project.PLDM.Error.SetHostSensorState.GetStateSensorPDRFail",
5616 "Subsystem": "bmc_firmware",
5617 "ComponentID": "0x6000",
5618 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005619 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005620 "ReasonCode": "0x6019",
Patrick Williams26919f02022-12-08 06:12:43 -06005621 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005622 },
5623 "Callouts": [
5624 {
5625 "CalloutList": [
5626 { "Priority": "high", "Procedure": "bmc_code" }
5627 ]
5628 }
5629 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005630 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005631 "Description": "Failed to get state sensor PDR state.",
5632 "Message": "Failed to get state sensor PDR state."
5633 }
5634 },
5635 {
5636 "Name": "xyz.openbmc_project.PLDM.Error.SetHostSensorState.EncodeStateSensorFail",
5637 "Subsystem": "bmc_firmware",
5638 "ComponentID": "0x6000",
5639 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005640 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005641 "ReasonCode": "0x6020",
Patrick Williams26919f02022-12-08 06:12:43 -06005642 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005643 },
5644 "Callouts": [
5645 {
5646 "CalloutList": [
5647 { "Priority": "high", "Procedure": "bmc_code" }
5648 ]
5649 }
5650 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005651 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005652 "Description": "Failed to encode state sensor request.",
5653 "Message": "Failed to encode state sensor request."
5654 }
5655 },
5656 {
5657 "Name": "xyz.openbmc_project.PLDM.Error.CMsubscribeFailure",
5658 "Subsystem": "bmc_firmware",
5659 "ComponentID": "0x6000",
5660 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005661 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005662 "ReasonCode": "0x6021",
Patrick Williams26919f02022-12-08 06:12:43 -06005663 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005664 },
5665 "Callouts": [
5666 {
5667 "CalloutList": [
5668 { "Priority": "high", "Procedure": "bmc_code" }
5669 ]
5670 }
5671 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005672 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005673 "Description": "Failed to subscribe for concurrent maintenance of FRU.",
5674 "Message": "Failed to subscribe for concurrent maintenance of FRU."
5675 }
5676 },
5677 {
5678 "Name": "xyz.openbmc_project.PLDM.Error.setSurvTimer.RecvSurveillancePingFail",
5679 "Subsystem": "bmc_firmware",
5680 "ComponentID": "0x6000",
5681 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -06005682 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005683 "ReasonCode": "0x6022",
Patrick Williams26919f02022-12-08 06:12:43 -06005684 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005685 },
5686 "Callouts": [
5687 {
5688 "CalloutList": [
5689 { "Priority": "high", "Procedure": "bmc_code" }
5690 ]
5691 }
5692 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005693 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005694 "Description": "Host did not send a surveillance ping within stipulated timeout interval.",
5695 "Message": "Host did not send a surveillance ping within stipulated timeout interval."
5696 }
5697 },
5698 {
5699 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryOffloadUriSetFail",
5700 "Subsystem": "bmc_firmware",
5701 "ComponentID": "0x6000",
5702 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005703 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005704 "ReasonCode": "0x6023",
Patrick Williams26919f02022-12-08 06:12:43 -06005705 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005706 },
5707 "Callouts": [
5708 {
5709 "CalloutList": [
5710 { "Priority": "high", "Procedure": "bmc_code" }
5711 ]
5712 }
5713 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005714 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005715 "Description": "Failed to reset the dump offload URI path from the dump entry.",
5716 "Message": "Failed to reset the dump offload URI path from the dump entry."
5717 }
5718 },
5719 {
5720 "Name": "xyz.openbmc_project.PLDM.Error.SoftPowerOff.HostSoftOffTimeOut",
5721 "Subsystem": "bmc_firmware",
5722 "ComponentID": "0x6000",
5723 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005724 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005725 "ReasonCode": "0x6024",
Patrick Williams26919f02022-12-08 06:12:43 -06005726 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005727 },
5728 "Callouts": [
5729 {
5730 "CalloutList": [
5731 { "Priority": "high", "Procedure": "bmc_code" }
5732 ]
5733 }
5734 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005735 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005736 "Description": "Host failed to complete the power off gracefully within the timeout.",
5737 "Message": "Host failed to complete the power off gracefully within the timeout."
5738 }
5739 }
Matt Spinler44792fd2019-09-26 15:58:58 -05005740 ]
5741}