Matt Spinler | 44792fd | 2019-09-26 15:58:58 -0500 | [diff] [blame] | 1 | { |
| 2 | "PELs": |
| 3 | [ |
Matt Spinler | 3fd08d6 | 2019-10-22 14:25:33 -0500 | [diff] [blame] | 4 | { |
| 5 | "Name": "xyz.openbmc_project.Common.Error.Timeout", |
| 6 | "Subsystem": "bmc_firmware", |
Matt Spinler | 216999f | 2022-01-12 11:22:40 -0600 | [diff] [blame] | 7 | "Severity": "non_error", |
Matt Spinler | 44792fd | 2019-09-26 15:58:58 -0500 | [diff] [blame] | 8 | |
Matt Spinler | 3fd08d6 | 2019-10-22 14:25:33 -0500 | [diff] [blame] | 9 | "SRC": |
| 10 | { |
| 11 | "ReasonCode": "0x1001", |
| 12 | "Words6To9": |
| 13 | { |
| 14 | "6": |
| 15 | { |
| 16 | "Description": "Timeout in ms", |
| 17 | "AdditionalDataPropSource": "TIMEOUT_IN_MSEC" |
| 18 | } |
| 19 | } |
| 20 | }, |
| 21 | |
| 22 | "Documentation": |
| 23 | { |
| 24 | "Description": "This is a generic timeout error", |
| 25 | "Message": "An operation timed out", |
| 26 | "Notes": [ |
| 27 | "The journal should contain more information" |
| 28 | ] |
| 29 | } |
| 30 | }, |
| 31 | |
| 32 | { |
| 33 | "Name": "xyz.openbmc_project.Common.Error.InternalFailure", |
| 34 | "Subsystem": "bmc_firmware", |
Matt Spinler | 216999f | 2022-01-12 11:22:40 -0600 | [diff] [blame] | 35 | "Severity": "non_error", |
Matt Spinler | 3fd08d6 | 2019-10-22 14:25:33 -0500 | [diff] [blame] | 36 | |
| 37 | "SRC": |
| 38 | { |
| 39 | "ReasonCode": "0x1002", |
| 40 | "Words6To9": |
| 41 | { |
| 42 | } |
| 43 | }, |
| 44 | |
| 45 | "Documentation": |
| 46 | { |
| 47 | "Description": "BMC code had a generic internal failure", |
| 48 | "Message": "An application had an internal failure", |
| 49 | "Notes": [ |
| 50 | "The journal should contain more information" |
| 51 | ] |
| 52 | } |
| 53 | }, |
| 54 | |
| 55 | { |
| 56 | "Name": "xyz.openbmc_project.Common.Error.InvalidArgument", |
| 57 | "Subsystem": "user_error", |
Matt Spinler | 216999f | 2022-01-12 11:22:40 -0600 | [diff] [blame] | 58 | "Severity": "non_error", |
Matt Spinler | 3fd08d6 | 2019-10-22 14:25:33 -0500 | [diff] [blame] | 59 | |
| 60 | "SRC": |
| 61 | { |
| 62 | "ReasonCode": "0x1003", |
| 63 | "Words6To9": |
| 64 | { |
| 65 | } |
| 66 | }, |
| 67 | |
| 68 | "Documentation": |
| 69 | { |
| 70 | "Description": "BMC code was given an invalid argument", |
| 71 | "Message": "Code was given an invalid argument", |
| 72 | "Notes": [ |
| 73 | "The journal should contain more information" |
| 74 | ] |
| 75 | } |
| 76 | }, |
| 77 | { |
| 78 | "Name": "xyz.openbmc_project.Common.Error.InsufficientPermission", |
| 79 | "Subsystem": "user_error", |
Matt Spinler | 216999f | 2022-01-12 11:22:40 -0600 | [diff] [blame] | 80 | "Severity": "non_error", |
Matt Spinler | 3fd08d6 | 2019-10-22 14:25:33 -0500 | [diff] [blame] | 81 | |
| 82 | "SRC": |
| 83 | { |
| 84 | "ReasonCode": "0x1004", |
| 85 | "Words6To9": |
| 86 | { |
| 87 | } |
| 88 | }, |
| 89 | |
| 90 | "Documentation": |
| 91 | { |
| 92 | "Description": "An operation failed due to insufficient permission", |
| 93 | "Message": "An operation failed due to unsufficient permission", |
| 94 | "Notes": [ |
| 95 | "The journal should contain more information" |
| 96 | ] |
| 97 | } |
| 98 | }, |
| 99 | |
| 100 | { |
| 101 | "Name": "xyz.openbmc_project.Common.Error.NotAllowed", |
| 102 | "Subsystem": "user_error", |
Matt Spinler | 216999f | 2022-01-12 11:22:40 -0600 | [diff] [blame] | 103 | "Severity": "non_error", |
Matt Spinler | 3fd08d6 | 2019-10-22 14:25:33 -0500 | [diff] [blame] | 104 | |
| 105 | "SRC": |
| 106 | { |
| 107 | "ReasonCode": "0x1005", |
| 108 | "Words6To9": |
| 109 | { |
| 110 | } |
| 111 | }, |
| 112 | |
| 113 | "Documentation": |
| 114 | { |
| 115 | "Description": "An operation failed because it isn't allowed", |
Matt Spinler | 2695876 | 2020-08-27 13:21:23 -0500 | [diff] [blame] | 116 | "Message": "An operation failed because it isn't allowed", |
Matt Spinler | 3fd08d6 | 2019-10-22 14:25:33 -0500 | [diff] [blame] | 117 | "Notes": [ |
| 118 | "The journal should contain more information" |
| 119 | ] |
| 120 | } |
| 121 | }, |
| 122 | |
| 123 | { |
| 124 | "Name": "xyz.openbmc_project.Common.Error.NoCACertificate", |
| 125 | "Subsystem": "user_error", |
Matt Spinler | 216999f | 2022-01-12 11:22:40 -0600 | [diff] [blame] | 126 | "Severity": "non_error", |
Matt Spinler | 3fd08d6 | 2019-10-22 14:25:33 -0500 | [diff] [blame] | 127 | |
| 128 | "SRC": |
| 129 | { |
| 130 | "ReasonCode": "0x1006", |
| 131 | "Words6To9": |
| 132 | { |
| 133 | } |
| 134 | }, |
| 135 | |
| 136 | "Documentation": |
| 137 | { |
| 138 | "Description": "The server's CA certificate has not been provided", |
| 139 | "Message": "The server's CA certificate has not been provided" |
| 140 | } |
Matt Spinler | 05c2c6c | 2019-12-18 14:02:09 -0600 | [diff] [blame] | 141 | }, |
| 142 | |
| 143 | { |
Matt Spinler | af036b1 | 2020-06-25 10:53:52 -0500 | [diff] [blame] | 144 | "Name": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", |
Matt Spinler | f24746c | 2022-01-31 10:40:13 -0600 | [diff] [blame] | 145 | "Subsystem": "cec_i2c", |
Matt Spinler | af036b1 | 2020-06-25 10:53:52 -0500 | [diff] [blame] | 146 | |
| 147 | "SRC": |
| 148 | { |
| 149 | "ReasonCode": "0x1007", |
| 150 | "Words6To9": |
| 151 | { |
| 152 | "6": |
| 153 | { |
| 154 | "Description": "errno of the failure", |
| 155 | "AdditionalDataPropSource": "CALLOUT_ERRNO" |
| 156 | } |
| 157 | } |
| 158 | }, |
| 159 | |
| 160 | "Documentation": |
| 161 | { |
| 162 | "Description": "Sensor device read failure", |
| 163 | "Message": "There was a failure when reading a sensor device", |
| 164 | "Notes": [ |
| 165 | "The severity is set by the creator.", |
| 166 | "The action flags are set automatically by the code.", |
| 167 | "Callouts added based on CALLOUT_DEVICE_PATH." |
| 168 | ] |
| 169 | } |
| 170 | }, |
| 171 | |
| 172 | { |
| 173 | "Name": "xyz.openbmc_project.Common.Device.Error.ReadFailure", |
Matt Spinler | f24746c | 2022-01-31 10:40:13 -0600 | [diff] [blame] | 174 | "Subsystem": "cec_i2c", |
Matt Spinler | af036b1 | 2020-06-25 10:53:52 -0500 | [diff] [blame] | 175 | |
| 176 | "SRC": |
| 177 | { |
| 178 | "ReasonCode": "0x1008", |
| 179 | "Words6To9": |
| 180 | { |
| 181 | "6": |
| 182 | { |
| 183 | "Description": "errno of the failure", |
| 184 | "AdditionalDataPropSource": "CALLOUT_ERRNO" |
| 185 | } |
| 186 | } |
| 187 | }, |
| 188 | |
| 189 | "Documentation": |
| 190 | { |
| 191 | "Description": "Device read failure", |
| 192 | "Message": "There was a failure when reading a hardware device", |
| 193 | "Notes": [ |
| 194 | "The severity is set by the creator.", |
| 195 | "The action flags are set automatically by the code.", |
| 196 | "Callouts added based on CALLOUT_DEVICE_PATH." |
| 197 | ] |
| 198 | } |
| 199 | }, |
| 200 | |
| 201 | { |
| 202 | "Name": "xyz.openbmc_project.Control.Device.Error.WriteFailure", |
Matt Spinler | f24746c | 2022-01-31 10:40:13 -0600 | [diff] [blame] | 203 | "Subsystem": "cec_i2c", |
Matt Spinler | af036b1 | 2020-06-25 10:53:52 -0500 | [diff] [blame] | 204 | |
| 205 | "SRC": |
| 206 | { |
| 207 | "ReasonCode": "0x1009", |
| 208 | "Words6To9": |
| 209 | { |
| 210 | "6": |
| 211 | { |
| 212 | "Description": "errno of the failure", |
| 213 | "AdditionalDataPropSource": "CALLOUT_ERRNO" |
| 214 | } |
| 215 | } |
| 216 | }, |
| 217 | |
| 218 | "Documentation": |
| 219 | { |
| 220 | "Description": "Device write failure", |
| 221 | "Message": "There was a failure when writing to a hardware device", |
| 222 | "Notes": [ |
| 223 | "The severity is set by the creator.", |
| 224 | "The action flags are set automatically by the code.", |
| 225 | "Callouts added based on CALLOUT_DEVICE_PATH" |
| 226 | ] |
| 227 | } |
| 228 | }, |
| 229 | |
| 230 | { |
| 231 | "Name": "xyz.openbmc_project.Common.Device.Error.WriteFailure", |
Matt Spinler | f24746c | 2022-01-31 10:40:13 -0600 | [diff] [blame] | 232 | "Subsystem": "cec_i2c", |
Matt Spinler | af036b1 | 2020-06-25 10:53:52 -0500 | [diff] [blame] | 233 | |
| 234 | "SRC": |
| 235 | { |
| 236 | "ReasonCode": "0x100A", |
| 237 | "Words6To9": |
| 238 | { |
| 239 | "6": |
| 240 | { |
| 241 | "Description": "errno of the failure", |
| 242 | "AdditionalDataPropSource": "CALLOUT_ERRNO" |
| 243 | } |
| 244 | } |
| 245 | }, |
| 246 | |
| 247 | "Documentation": |
| 248 | { |
| 249 | "Description": "Device write failure", |
| 250 | "Message": "There was a failure when writing to a hardware device", |
| 251 | "Notes": [ |
| 252 | "The severity is set by the creator.", |
| 253 | "The action flags are set automatically by the code.", |
| 254 | "Callouts added based on CALLOUT_DEVICE_PATH" |
| 255 | ] |
| 256 | } |
| 257 | }, |
Jayanth Othayoth | bd0a752 | 2021-05-03 02:05:36 -0500 | [diff] [blame] | 258 | |
Matt Spinler | af036b1 | 2020-06-25 10:53:52 -0500 | [diff] [blame] | 259 | { |
Matt Spinler | 05c2c6c | 2019-12-18 14:02:09 -0600 | [diff] [blame] | 260 | "Name": "org.open_power.Logging.Error.SentBadPELToHost", |
| 261 | "Subsystem": "bmc_firmware", |
| 262 | "Severity": "non_error", |
| 263 | |
| 264 | "SRC": |
| 265 | { |
| 266 | "ReasonCode": "0x2001", |
| 267 | "Words6To9": |
| 268 | { |
| 269 | "6": |
| 270 | { |
| 271 | "Description": "The bad PEL ID", |
| 272 | "AdditionalDataPropSource": "BAD_ID" |
| 273 | } |
| 274 | } |
| 275 | }, |
| 276 | |
| 277 | "Documentation": |
| 278 | { |
| 279 | "Description": "The BMC sent the host a malformed PEL", |
| 280 | "Message": "The BMC sent the host a malformed PEL", |
| 281 | "Notes": [ |
| 282 | "The host firmware rejected that PEL." |
| 283 | ] |
| 284 | } |
Matt Spinler | e95fd01 | 2020-01-07 12:53:16 -0600 | [diff] [blame] | 285 | }, |
| 286 | |
| 287 | { |
| 288 | "Name": "org.open_power.Logging.Error.BadHostPEL", |
| 289 | "Subsystem": "platform_firmware", |
| 290 | "Severity": "unrecoverable", |
| 291 | |
| 292 | "SRC": |
| 293 | { |
| 294 | "ReasonCode": "0x2002", |
| 295 | "Words6To9": |
| 296 | { |
| 297 | "6": |
| 298 | { |
| 299 | "Description": "The PLID of the invalid PEL", |
| 300 | "AdditionalDataPropSource": "PLID" |
| 301 | }, |
| 302 | "7": |
| 303 | { |
| 304 | "Description": "The corresponding OpenBMC event log ID", |
| 305 | "AdditionalDataPropSource": "OBMC_LOG_ID" |
| 306 | }, |
| 307 | "8": |
| 308 | { |
| 309 | "Description": "The size of the invalid PEL", |
| 310 | "AdditionalDataPropSource": "PEL_SIZE" |
| 311 | } |
| 312 | } |
| 313 | }, |
| 314 | |
Matt Spinler | 834f3ed | 2022-01-26 16:18:02 -0600 | [diff] [blame] | 315 | "Callouts": [ |
| 316 | { |
| 317 | "CalloutList": [ |
| 318 | { "Priority": "high", "Procedure": "bmc_code" } |
| 319 | ] |
| 320 | } |
| 321 | ], |
| 322 | |
Matt Spinler | e95fd01 | 2020-01-07 12:53:16 -0600 | [diff] [blame] | 323 | "Documentation": |
| 324 | { |
| 325 | "Description": "The host sent the BMC an invalid PEL", |
| 326 | "Message": "The host sent the BMC an invalid PEL", |
| 327 | "Notes": [ |
| 328 | ] |
| 329 | } |
Marri Devender Rao | ead1be2 | 2020-03-28 05:50:59 -0500 | [diff] [blame] | 330 | }, |
| 331 | |
| 332 | { |
Matt Spinler | 3477ce9 | 2020-07-08 14:49:25 -0500 | [diff] [blame] | 333 | "Name": "org.open_power.Logging.Error.TestError1", |
| 334 | "Subsystem": "platform_firmware", |
| 335 | "Severity": "unrecoverable", |
| 336 | |
| 337 | "SRC": |
| 338 | { |
| 339 | "ReasonCode": "0x2003", |
| 340 | "Words6To9": |
| 341 | { |
| 342 | } |
| 343 | }, |
| 344 | |
| 345 | "Callouts": [ |
| 346 | { |
| 347 | "CalloutList": [ |
| 348 | {"Priority": "high", "Procedure": "bmc_code"}, |
| 349 | {"Priority": "medium", "SymbolicFRU": "service_docs"} |
| 350 | ] |
| 351 | } |
| 352 | ], |
| 353 | |
| 354 | "Documentation": |
| 355 | { |
| 356 | "Description": "An error for testing", |
| 357 | "Message": "This is a test error" |
| 358 | } |
| 359 | }, |
| 360 | |
| 361 | { |
Matt Spinler | 30ddc9f | 2020-07-16 15:39:59 -0500 | [diff] [blame] | 362 | "Name": "xyz.openbmc_project.Logging.Error.Default", |
| 363 | "Subsystem": "other_na", |
| 364 | |
| 365 | "SRC": |
| 366 | { |
| 367 | "ReasonCode": "0x2004", |
| 368 | "Words6To9": |
| 369 | { |
| 370 | } |
| 371 | }, |
| 372 | |
Matt Spinler | 834f3ed | 2022-01-26 16:18:02 -0600 | [diff] [blame] | 373 | "Callouts": [ |
| 374 | { |
| 375 | "CalloutList": [ |
| 376 | { "Priority": "high", "Procedure": "bmc_code" } |
| 377 | ] |
| 378 | } |
| 379 | ], |
| 380 | |
Matt Spinler | 30ddc9f | 2020-07-16 15:39:59 -0500 | [diff] [blame] | 381 | "Documentation": |
| 382 | { |
| 383 | "Description": "This entry is used when no other matching entry is found", |
| 384 | "Message": "Unknown (Original event not in message registry)", |
| 385 | "Notes": [ |
| 386 | "This is used when the actual error name isn't found in ", |
| 387 | "the registry. The original error name will be stored ", |
| 388 | "in the UserData section that contains the AdditionalData ", |
| 389 | "properties using the key ERROR_NAME.", |
| 390 | "This error may contain callouts if the creator passed ", |
| 391 | "them in.", |
| 392 | "The severity is set by the creator.", |
| 393 | "If this error is seen, then a code change needs to be ", |
| 394 | "made to add the missing error entry to this registry." |
| 395 | ] |
| 396 | } |
| 397 | }, |
| 398 | |
| 399 | { |
Matt Spinler | c865ed9 | 2022-02-16 14:07:32 -0600 | [diff] [blame] | 400 | "Name": "org.open_power.Logging.Error.TestError2", |
| 401 | "Subsystem": "bmc_firmware", |
| 402 | "Severity": "recovered", |
| 403 | "ActionFlags": ["report"], |
| 404 | |
| 405 | "SRC": |
| 406 | { |
| 407 | "ReasonCode": "0x2005", |
| 408 | "Words6To9": |
| 409 | { |
| 410 | } |
| 411 | }, |
| 412 | |
| 413 | "Callouts": [ |
| 414 | { |
| 415 | "CalloutList": [ |
| 416 | { "Priority": "high", "LocCode": "P0" } |
| 417 | ] |
| 418 | } |
| 419 | ], |
| 420 | |
| 421 | "Documentation": |
| 422 | { |
| 423 | "Description": "An error for testing", |
| 424 | "Message": "This is a test recoverable error", |
| 425 | "Notes": [ |
| 426 | "This error is not created by BMC code and is ", |
| 427 | "only used for error injection tests." |
| 428 | ] |
| 429 | } |
| 430 | }, |
| 431 | |
| 432 | { |
Marri Devender Rao | ead1be2 | 2020-03-28 05:50:59 -0500 | [diff] [blame] | 433 | "Name": "org.open_power.PHAL.Error.Boot", |
| 434 | "Subsystem": "cec_hardware", |
Ramesh Iyyar | 41e79dc | 2020-12-22 06:27:48 -0600 | [diff] [blame] | 435 | "ComponentID": "0x3000", |
Marri Devender Rao | ead1be2 | 2020-03-28 05:50:59 -0500 | [diff] [blame] | 436 | "Severity": "unrecoverable", |
| 437 | |
| 438 | "SRC": |
| 439 | { |
Ramesh Iyyar | 41e79dc | 2020-12-22 06:27:48 -0600 | [diff] [blame] | 440 | "ReasonCode": "0x3001", |
Marri Devender Rao | ead1be2 | 2020-03-28 05:50:59 -0500 | [diff] [blame] | 441 | "Words6To9": |
| 442 | { |
| 443 | } |
| 444 | }, |
| 445 | |
| 446 | "Documentation": |
| 447 | { |
Michael Lim | 1242989 | 2022-03-10 16:11:25 -0600 | [diff] [blame] | 448 | "Description": "Failure occurred during boot process", |
| 449 | "Message": "Failure occurred during boot process", |
Marri Devender Rao | ead1be2 | 2020-03-28 05:50:59 -0500 | [diff] [blame] | 450 | "Notes": [ |
| 451 | "Debug traces will be captured in AdditionalData section" |
| 452 | ] |
| 453 | } |
Ben Tyner | 3483632 | 2020-04-15 17:01:48 -0500 | [diff] [blame] | 454 | }, |
| 455 | |
| 456 | { |
Ramesh Iyyar | 78be2a2 | 2020-12-22 06:22:55 -0600 | [diff] [blame] | 457 | "Name": "org.open_power.PHAL.Error.PrePowerOff", |
| 458 | "Subsystem": "cec_hardware", |
| 459 | "ComponentID": "0x3000", |
| 460 | |
| 461 | "SRC": |
| 462 | { |
| 463 | "ReasonCode": "0x3002", |
| 464 | "Words6To9": |
| 465 | { |
| 466 | } |
| 467 | }, |
| 468 | |
| 469 | "Documentation": |
| 470 | { |
| 471 | "Description": "Failure occurred during PHAL pre-poweroff operations", |
| 472 | "Message": "Failure occurred during PHAL pre-poweroff operations", |
| 473 | "Notes": [ |
| 474 | "Severity needs to be set based on needs for this registry.", |
| 475 | "FFDC (First Failure Data Collection) will be collected ", |
| 476 | "and added into PEL." |
| 477 | ] |
| 478 | } |
| 479 | }, |
| 480 | |
| 481 | { |
Jayanth Othayoth | db00d76 | 2021-07-13 02:48:19 -0500 | [diff] [blame] | 482 | "Name": "org.open_power.PHAL.Error.devtreeSync", |
| 483 | "Subsystem": "cec_hardware", |
| 484 | "ComponentID": "0x3000", |
| 485 | "Severity": "unrecoverable", |
| 486 | |
| 487 | "SRC": |
| 488 | { |
| 489 | "ReasonCode": "0x3003", |
| 490 | "Words6To9": |
| 491 | { |
| 492 | } |
| 493 | }, |
| 494 | |
| 495 | "Documentation": |
| 496 | { |
| 497 | "Description": "Failure occurred during PHAL devtree sync ", |
| 498 | "Message": "Failure occurred during PHAL devtree sync", |
| 499 | "Notes": [ |
| 500 | "The journal should contain more information" |
| 501 | ] |
| 502 | } |
| 503 | }, |
| 504 | |
| 505 | { |
Jayanth Othayoth | f3e619a | 2021-07-13 03:58:06 -0500 | [diff] [blame] | 506 | "Name": "org.open_power.PHAL.Error.devtreeBackup", |
| 507 | "Subsystem": "cec_hardware", |
| 508 | "ComponentID": "0x3000", |
| 509 | "Severity": "unrecoverable", |
| 510 | |
| 511 | "SRC": |
| 512 | { |
| 513 | "ReasonCode": "0x3004", |
| 514 | "Words6To9": |
| 515 | { |
| 516 | } |
| 517 | }, |
| 518 | |
| 519 | "Documentation": |
| 520 | { |
| 521 | "Description": "Failure occurred during PHAL devtree backup ", |
| 522 | "Message": "Failure occurred during PHAL devtree backup", |
| 523 | "Notes": [ |
| 524 | "The journal should contain more information" |
| 525 | ] |
| 526 | } |
| 527 | }, |
| 528 | |
| 529 | { |
Andrew Geissler | d54fd73 | 2021-07-20 14:07:12 -0400 | [diff] [blame] | 530 | "Name": "org.open_power.PHAL.Error.HostRunning", |
| 531 | "Subsystem": "cec_sp_hostboot_iface", |
| 532 | "ComponentID": "0x3000", |
| 533 | |
| 534 | "SRC": |
| 535 | { |
| 536 | "ReasonCode": "0x3005", |
| 537 | "Words6To9": |
| 538 | { |
| 539 | } |
| 540 | }, |
| 541 | |
| 542 | "Documentation": |
| 543 | { |
| 544 | "Description": "Host did not respond to BMC after a BMC reset", |
| 545 | "Message": "Host did not respond to BMC after a BMC reset but hardware indicates it is running", |
| 546 | "Notes": [ |
| 547 | "System will be left in its current state to ensure host ", |
| 548 | "is not unexpectedly taken down. There is most likely an ", |
| 549 | "issue in the software or hardware communication path ", |
| 550 | "between the BMC and the Host firmware.", |
| 551 | "A BMC dump will be collected with relevant FFDC." |
| 552 | ] |
| 553 | } |
| 554 | }, |
| 555 | |
| 556 | { |
Jayanth Othayoth | 7d2bea7 | 2021-11-29 07:26:34 -0600 | [diff] [blame] | 557 | "Name": "org.open_power.PHAL.Error.devtreeReinit", |
| 558 | "Subsystem": "cec_hardware", |
| 559 | "ComponentID": "0x3000", |
| 560 | "Severity": "unrecoverable", |
| 561 | |
| 562 | "SRC": |
| 563 | { |
| 564 | "ReasonCode": "0x3006", |
| 565 | "Words6To9": |
| 566 | { |
| 567 | } |
| 568 | }, |
| 569 | |
| 570 | "Documentation": |
| 571 | { |
| 572 | "Description": "Failure re-initializing BMC to Host data structure", |
| 573 | "Message": "Failure occurred during re-initializing BMC to Host data structure", |
| 574 | "Notes": [ |
| 575 | "The journal should contain more information" |
| 576 | ] |
| 577 | } |
| 578 | }, |
| 579 | |
| 580 | { |
Jayanth Othayoth | e52dd95 | 2022-03-09 02:11:41 -0600 | [diff] [blame] | 581 | "Name": "org.open_power.PHAL.Error.NonFunctionalBootProc", |
| 582 | "Subsystem": "cec_hardware", |
| 583 | "ComponentID": "0x3000", |
| 584 | "Severity": "unrecoverable", |
| 585 | |
| 586 | "SRC": |
| 587 | { |
| 588 | "ReasonCode": "0x3007", |
| 589 | "Words6To9": |
| 590 | { |
| 591 | } |
| 592 | }, |
| 593 | |
| 594 | "Documentation": |
| 595 | { |
| 596 | "Description": "Non functional boot processor", |
| 597 | "Message": "Non functional boot processor", |
| 598 | "Notes": [ |
| 599 | "BMC firmware couldn't find functional primary processor", |
| 600 | "required to boot the host", |
| 601 | "Debug traces will be captured in AdditionalData section" |
| 602 | ] |
| 603 | } |
| 604 | }, |
| 605 | |
| 606 | { |
Ramesh Iyyar | b3d45ed | 2021-12-07 09:18:19 -0600 | [diff] [blame] | 607 | "Name": "org.open_power.HardwareIsolation.Error", |
| 608 | "Subsystem": "cec_hardware", |
| 609 | "ComponentID": "0x3100", |
| 610 | |
| 611 | "SRC": |
| 612 | { |
| 613 | "ReasonCode": "0x3101", |
| 614 | "Words6To9": |
| 615 | { |
| 616 | } |
| 617 | }, |
| 618 | |
| 619 | "Documentation": |
| 620 | { |
Michael Lim | 1242989 | 2022-03-10 16:11:25 -0600 | [diff] [blame] | 621 | "Description": "Failure occurred during hardware isolation operations", |
| 622 | "Message": "Failure occurred during hardware isolation operations", |
Ramesh Iyyar | b3d45ed | 2021-12-07 09:18:19 -0600 | [diff] [blame] | 623 | "Notes": [ |
| 624 | "Severity needs to be set based on needs for this registry.", |
| 625 | "Debug traces will be captured in AdditionalData section" |
| 626 | ] |
| 627 | } |
| 628 | }, |
| 629 | |
| 630 | { |
Andrew Geissler | 8034dde | 2021-09-10 14:43:03 -0500 | [diff] [blame] | 631 | "Name": "xyz.openbmc_project.State.Error.HostNotRunning", |
| 632 | "Subsystem": "cec_sp_hostboot_iface", |
| 633 | "ComponentID": "0x3400", |
| 634 | "SRC": |
| 635 | { |
| 636 | "ReasonCode": "0x3401", |
| 637 | "Words6To9": |
| 638 | { |
| 639 | } |
| 640 | }, |
| 641 | "Documentation": |
| 642 | { |
| 643 | "Description": "Host was booting or booted before BMC reset but is now unresponsive", |
| 644 | "Message": "Host did not respond to BMC after a BMC reset but it was booting or booted prior to the BMC reboot", |
| 645 | "Notes": [ |
| 646 | "System will follow recovery policy, resulting in this ", |
| 647 | "error and most likely a a reboot of the host. The issue ", |
| 648 | "is most likely the result of the BMC rebooting while the ", |
| 649 | "host was booting and in a state where it still needed ", |
| 650 | "the BMC to complete its boot." |
| 651 | ] |
| 652 | } |
| 653 | }, |
| 654 | |
| 655 | { |
Andrew Geissler | 808f630 | 2022-02-24 13:55:18 -0600 | [diff] [blame] | 656 | "Name": "xyz.openbmc_project.State.ChassisPowerBad", |
| 657 | "Subsystem": "input_power_source", |
| 658 | "ComponentID": "0x3400", |
| 659 | "SRC": |
| 660 | { |
| 661 | "ReasonCode": "0x3402", |
| 662 | "Words6To9": |
| 663 | { |
| 664 | } |
| 665 | }, |
| 666 | "Callouts": [ |
| 667 | { |
| 668 | "CalloutList": [{"Priority": "high", "Procedure": "next_level_support"}] |
| 669 | } |
| 670 | ], |
| 671 | "Documentation": |
| 672 | { |
| 673 | "Description": "Chassis input power is in a bad state", |
| 674 | "Message": "Chassis input power is in a bad state, look for other logs with more details", |
| 675 | "Notes": [ |
| 676 | "The system is most likely in a limited power situation. ", |
| 677 | "There is enough power for the BMC to operate but not the ", |
| 678 | "CEC hardware. Check for UPS or brownout logs." |
| 679 | ] |
| 680 | } |
| 681 | }, |
| 682 | |
| 683 | { |
Andrew Geissler | 4c360ec | 2022-02-24 14:09:37 -0600 | [diff] [blame] | 684 | "Name": "xyz.openbmc_project.State.PinholeReset", |
| 685 | "Subsystem": "cec_op_panel", |
| 686 | "ComponentID": "0x3400", |
| 687 | "SRC": |
| 688 | { |
| 689 | "ReasonCode": "0x3403", |
| 690 | "Words6To9": |
| 691 | { |
| 692 | } |
| 693 | }, |
| 694 | "Documentation": |
| 695 | { |
| 696 | "Description": "User initiated a pinhole reset via the op-panel", |
| 697 | "Message": "User initiated a pinhole reset via the op-panel", |
| 698 | "Notes": [ |
| 699 | "This is a notification log to record the fact that a ", |
| 700 | "pinhole reset was performed on the BMC, resulting in a ", |
| 701 | "hard reset of the BMC." |
| 702 | ] |
| 703 | } |
| 704 | }, |
| 705 | |
| 706 | { |
Andrew Geissler | fbb1824 | 2022-02-24 14:30:02 -0600 | [diff] [blame] | 707 | "Name": "xyz.openbmc_project.State.Error.CriticalServiceFailure", |
| 708 | "Subsystem": "bmc_firmware", |
| 709 | "ComponentID": "0x3400", |
| 710 | "SRC": |
| 711 | { |
| 712 | "ReasonCode": "0x3404", |
| 713 | "Words6To9": |
| 714 | { |
| 715 | } |
| 716 | }, |
| 717 | "Callouts": [ |
| 718 | { |
| 719 | "CalloutList": [{"Priority": "high", "Procedure": "next_level_support"}] |
| 720 | } |
| 721 | ], |
| 722 | "Documentation": |
| 723 | { |
| 724 | "Description": "A critical BMC application has failed on the system", |
| 725 | "Message": "A critical BMC application has failed on the system, the BMC is in an undefined state", |
| 726 | "Notes": [ |
| 727 | "As a part of generating this error log, a BMC dump has ", |
| 728 | "also been generated. Please collect this dump if possible. ", |
| 729 | "The BMC state is undefined but basic services could still ", |
| 730 | "be available. Usually an AC cycle of the entire system is ", |
| 731 | "the best recovery option from this error." |
| 732 | ] |
| 733 | } |
| 734 | }, |
| 735 | |
| 736 | { |
Andrew Geissler | f83efe9 | 2022-03-10 15:06:17 -0600 | [diff] [blame] | 737 | "Name": "xyz.openbmc_project.State.Error.SecurityCheckFail", |
| 738 | "Subsystem": "bmc_firmware", |
| 739 | "ComponentID": "0x3400", |
| 740 | "SRC": |
| 741 | { |
| 742 | "ReasonCode": "0x3405", |
| 743 | "Words6To9": |
| 744 | { |
| 745 | } |
| 746 | }, |
| 747 | "Callouts": [ |
| 748 | { |
| 749 | "CalloutList": [{"Priority": "high", "Procedure": "next_level_support"}] |
| 750 | } |
| 751 | ], |
| 752 | "Documentation": |
| 753 | { |
| 754 | "Description": "A firmware security check has failed", |
| 755 | "Message": "A firmware security check has failed, most likely something is not configured correctly", |
| 756 | "Notes": [ |
| 757 | "This log is only generated in the manufacturing ", |
| 758 | "environment and it indicates that something has not ", |
| 759 | "been configured correctly. Use the data in the PEL to ", |
| 760 | "determine what that is." |
| 761 | ] |
| 762 | } |
| 763 | }, |
| 764 | |
| 765 | { |
Andrew Geissler | 8bafa99 | 2022-03-10 15:20:52 -0600 | [diff] [blame] | 766 | "Name": "xyz.openbmc_project.State.BMC.Error.MultiUserTargetFailure", |
| 767 | "Subsystem": "bmc_firmware", |
| 768 | "ComponentID": "0x3400", |
| 769 | "SRC": |
| 770 | { |
| 771 | "ReasonCode": "0x3406", |
| 772 | "Words6To9": |
| 773 | { |
| 774 | } |
| 775 | }, |
| 776 | "Callouts": [ |
| 777 | { |
| 778 | "CalloutList": [{"Priority": "high", "Procedure": "next_level_support"}] |
| 779 | } |
| 780 | ], |
| 781 | "Documentation": |
| 782 | { |
| 783 | "Description": "The system has failed to reach BMC Ready state", |
| 784 | "Message": "The system has failed to reach BMC Ready state, look for other errors", |
| 785 | "Notes": [ |
| 786 | "This log indicates a critical BMC application required ", |
| 787 | "for the BMC to reach Ready state has failed to start ", |
| 788 | "successfully. Look in the log for other errors indicating ", |
| 789 | "what has failed." |
| 790 | ] |
| 791 | } |
| 792 | }, |
| 793 | |
| 794 | { |
| 795 | "Name": "xyz.openbmc_project.State.Chassis.Error.PowerOnFailure", |
| 796 | "Subsystem": "bmc_firmware", |
| 797 | "ComponentID": "0x3400", |
| 798 | "SRC": |
| 799 | { |
| 800 | "ReasonCode": "0x3407", |
| 801 | "Words6To9": |
| 802 | { |
| 803 | } |
| 804 | }, |
| 805 | "Callouts": [ |
| 806 | { |
| 807 | "CalloutList": [{"Priority": "high", "Procedure": "next_level_support"}] |
| 808 | } |
| 809 | ], |
| 810 | "Documentation": |
| 811 | { |
| 812 | "Description": "The system has failed to reach chassis power on state", |
| 813 | "Message": "The system has failed to reach chassis power on state, look for other errors", |
| 814 | "Notes": [ |
| 815 | "This log indicates a critical BMC application required ", |
| 816 | "for the BMC to power on the chassis has failed to start ", |
| 817 | "successfully. Look in the log for other errors indicating ", |
| 818 | "what has failed." |
| 819 | ] |
| 820 | } |
| 821 | }, |
| 822 | |
| 823 | { |
| 824 | "Name": "xyz.openbmc_project.State.Chassis.Error.PowerOffFailure", |
| 825 | "Subsystem": "bmc_firmware", |
| 826 | "ComponentID": "0x3400", |
| 827 | "SRC": |
| 828 | { |
| 829 | "ReasonCode": "0x3408", |
| 830 | "Words6To9": |
| 831 | { |
| 832 | } |
| 833 | }, |
| 834 | "Callouts": [ |
| 835 | { |
| 836 | "CalloutList": [{"Priority": "high", "Procedure": "next_level_support"}] |
| 837 | } |
| 838 | ], |
| 839 | "Documentation": |
| 840 | { |
| 841 | "Description": "The system has failed to reach chassis power off state", |
| 842 | "Message": "The system has failed to reach chassis power off state, look for other errors", |
| 843 | "Notes": [ |
| 844 | "This log indicates a critical BMC application required ", |
| 845 | "for the BMC to power off the chassis has failed to start ", |
| 846 | "successfully. Look in the log for other errors indicating ", |
| 847 | "what has failed." |
| 848 | ] |
| 849 | } |
| 850 | }, |
| 851 | |
| 852 | { |
| 853 | "Name": "xyz.openbmc_project.State.Host.Error.HostStartFailure", |
| 854 | "Subsystem": "bmc_firmware", |
| 855 | "ComponentID": "0x3400", |
| 856 | "SRC": |
| 857 | { |
| 858 | "ReasonCode": "0x3409", |
| 859 | "Words6To9": |
| 860 | { |
| 861 | } |
| 862 | }, |
| 863 | "Callouts": [ |
| 864 | { |
| 865 | "CalloutList": [{"Priority": "high", "Procedure": "next_level_support"}] |
| 866 | } |
| 867 | ], |
| 868 | "Documentation": |
| 869 | { |
| 870 | "Description": "The system has failed to start the host firmware", |
| 871 | "Message": "The system has failed to start the host firmware, look for other errors", |
| 872 | "Notes": [ |
| 873 | "This log indicates a critical BMC application required ", |
| 874 | "for the BMC to start the host has failed to start ", |
| 875 | "successfully. Look in the log for other errors indicating ", |
| 876 | "what has failed." |
| 877 | ] |
| 878 | } |
| 879 | }, |
| 880 | |
| 881 | { |
| 882 | "Name": "xyz.openbmc_project.State.Host.Error.HostStartMinFailure", |
| 883 | "Subsystem": "bmc_firmware", |
| 884 | "ComponentID": "0x3400", |
| 885 | "SRC": |
| 886 | { |
| 887 | "ReasonCode": "0x3410", |
| 888 | "Words6To9": |
| 889 | { |
| 890 | } |
| 891 | }, |
| 892 | "Callouts": [ |
| 893 | { |
| 894 | "CalloutList": [{"Priority": "high", "Procedure": "next_level_support"}] |
| 895 | } |
| 896 | ], |
| 897 | "Documentation": |
| 898 | { |
| 899 | "Description": "The system has failed to start the host firmware", |
| 900 | "Message": "The system has failed to start the host firmware, look for other errors", |
| 901 | "Notes": [ |
| 902 | "This log indicates a critical BMC application required ", |
| 903 | "for the BMC to start the host has failed to start ", |
| 904 | "successfully. Look in the log for other errors indicating ", |
| 905 | "what has failed." |
| 906 | ] |
| 907 | } |
| 908 | }, |
| 909 | |
| 910 | { |
| 911 | "Name": "xyz.openbmc_project.State.Host.Error.HostShutdownFailure", |
| 912 | "Subsystem": "bmc_firmware", |
| 913 | "ComponentID": "0x3400", |
| 914 | "SRC": |
| 915 | { |
| 916 | "ReasonCode": "0x3411", |
| 917 | "Words6To9": |
| 918 | { |
| 919 | } |
| 920 | }, |
| 921 | "Callouts": [ |
| 922 | { |
| 923 | "CalloutList": [{"Priority": "high", "Procedure": "next_level_support"}] |
| 924 | } |
| 925 | ], |
| 926 | "Documentation": |
| 927 | { |
| 928 | "Description": "The system has failed to shutdown the host firmware", |
| 929 | "Message": "The system has failed to shutdown the host firmware, look for other errors", |
| 930 | "Notes": [ |
| 931 | "This log indicates a critical BMC application required ", |
| 932 | "to shutdown the host firmware has failed to start ", |
| 933 | "successfully. Look in the log for other errors indicating ", |
| 934 | "what has failed." |
| 935 | ] |
| 936 | } |
| 937 | }, |
| 938 | |
| 939 | { |
| 940 | "Name": "xyz.openbmc_project.State.Host.Error.HostStopFailure", |
| 941 | "Subsystem": "bmc_firmware", |
| 942 | "ComponentID": "0x3400", |
| 943 | "SRC": |
| 944 | { |
| 945 | "ReasonCode": "0x3412", |
| 946 | "Words6To9": |
| 947 | { |
| 948 | } |
| 949 | }, |
| 950 | "Callouts": [ |
| 951 | { |
| 952 | "CalloutList": [{"Priority": "high", "Procedure": "next_level_support"}] |
| 953 | } |
| 954 | ], |
| 955 | "Documentation": |
| 956 | { |
| 957 | "Description": "The system has failed to stop the host firmware", |
| 958 | "Message": "The system has failed to stop the host firmware, look for other errors", |
| 959 | "Notes": [ |
| 960 | "This log indicates a critical BMC application required ", |
| 961 | "to stop the host firmware has failed to start ", |
| 962 | "successfully. Look in the log for other errors indicating ", |
| 963 | "what has failed." |
| 964 | ] |
| 965 | } |
| 966 | }, |
| 967 | |
| 968 | { |
| 969 | "Name": "xyz.openbmc_project.State.Host.Error.HostRebootFailure", |
| 970 | "Subsystem": "bmc_firmware", |
| 971 | "ComponentID": "0x3400", |
| 972 | "SRC": |
| 973 | { |
| 974 | "ReasonCode": "0x3413", |
| 975 | "Words6To9": |
| 976 | { |
| 977 | } |
| 978 | }, |
| 979 | "Callouts": [ |
| 980 | { |
| 981 | "CalloutList": [{"Priority": "high", "Procedure": "next_level_support"}] |
| 982 | } |
| 983 | ], |
| 984 | "Documentation": |
| 985 | { |
| 986 | "Description": "The system has failed to reboot the host firmware", |
| 987 | "Message": "The system has failed to reboot the host firmware, look for other errors", |
| 988 | "Notes": [ |
| 989 | "This log indicates a critical BMC application required ", |
| 990 | "to reboot the host firmware has failed to start ", |
| 991 | "successfully. Look in the log for other errors indicating ", |
| 992 | "what has failed." |
| 993 | ] |
| 994 | } |
| 995 | }, |
| 996 | |
| 997 | { |
Andrew Geissler | b2b7ef4 | 2022-03-11 11:27:00 -0600 | [diff] [blame] | 998 | "Name": "xyz.openbmc_project.State.Error.HostQuiesce", |
| 999 | "Subsystem": "bmc_firmware", |
| 1000 | "ComponentID": "0x3400", |
| 1001 | "SRC": |
| 1002 | { |
| 1003 | "ReasonCode": "0x3414", |
| 1004 | "Words6To9": |
| 1005 | { |
| 1006 | } |
| 1007 | }, |
| 1008 | "Callouts": [ |
| 1009 | { |
| 1010 | "CalloutList": [{"Priority": "high", "Procedure": "next_level_support"}] |
| 1011 | } |
| 1012 | ], |
| 1013 | "Documentation": |
| 1014 | { |
| 1015 | "Description": "The host firmware has failed to boot", |
| 1016 | "Message": "The host firmware has failed to boot and has entered a Quiesce state. Look for other errors.", |
| 1017 | "Notes": [ |
| 1018 | "This log indicates that the host firmware has failed to ", |
| 1019 | "boot and all retries have been exhausted. There should be ", |
| 1020 | "other logs with more details on the boot failure reason. " |
| 1021 | ] |
| 1022 | } |
| 1023 | }, |
| 1024 | |
| 1025 | { |
Jayanth Othayoth | bd0a752 | 2021-05-03 02:05:36 -0500 | [diff] [blame] | 1026 | "Name": "org.open_power.Processor.Error.SbeChipOpFailure", |
| 1027 | "Subsystem": "processor_chip", |
| 1028 | "ComponentID": "0x3500", |
| 1029 | |
| 1030 | "SRC": |
| 1031 | { |
| 1032 | "ReasonCode": "0x3500", |
| 1033 | "Words6To9": |
| 1034 | { |
| 1035 | "6": |
| 1036 | { |
| 1037 | "Description": "[0:15] chip position, [16:23] command class, [24:31] command type", |
| 1038 | "AdditionalDataPropSource": "SRC6" |
| 1039 | } |
| 1040 | } |
| 1041 | }, |
| 1042 | |
| 1043 | "Documentation": |
| 1044 | { |
| 1045 | "Description": "chipop failure with SBE provided FFDC", |
| 1046 | "Message": "chipop request failure reported by SBE", |
| 1047 | "Notes": [ |
| 1048 | "The severity is set by the creator.", |
| 1049 | "Callouts added based on SBE provided FFDC.", |
| 1050 | "SBE provided additional debug data included as part of the", |
| 1051 | "additional user data section." |
| 1052 | ] |
| 1053 | } |
| 1054 | }, |
| 1055 | |
| 1056 | { |
Jayanth Othayoth | 4f6b763 | 2021-05-03 02:36:18 -0500 | [diff] [blame] | 1057 | "Name": "org.open_power.Processor.Error.SbeChipOpTimeout", |
| 1058 | "Subsystem": "processor_chip", |
| 1059 | "ComponentID": "0x3500", |
| 1060 | |
| 1061 | "SRC": |
| 1062 | { |
| 1063 | "ReasonCode": "0x3501", |
| 1064 | "Words6To9": |
| 1065 | { |
| 1066 | "6": |
| 1067 | { |
| 1068 | "Description": "[0:15] chip position, [16:23] command class, [24:31] command type", |
| 1069 | "AdditionalDataPropSource": "SRC6" |
| 1070 | } |
| 1071 | } |
| 1072 | }, |
| 1073 | |
| 1074 | "Documentation": |
| 1075 | { |
| 1076 | "Description": "SBE chipop timeout", |
| 1077 | "Message": "chipop timeout reported during SBE communication", |
| 1078 | "Notes": [ |
| 1079 | "The severity is set by the creator.", |
| 1080 | "Check SBE Dump associated to this error to debug the failure." |
| 1081 | ] |
| 1082 | } |
| 1083 | }, |
| 1084 | |
| 1085 | { |
Jayanth Othayoth | 6c60183 | 2021-05-03 02:56:04 -0500 | [diff] [blame] | 1086 | "Name": "org.open_power.Processor.Error.SbeChipOpInvalidState", |
| 1087 | "Subsystem": "processor_chip", |
| 1088 | "ComponentID": "0x3500", |
| 1089 | |
| 1090 | "SRC": |
| 1091 | { |
| 1092 | "ReasonCode": "0x3502", |
| 1093 | "Words6To9": |
| 1094 | { |
| 1095 | "6": |
| 1096 | { |
| 1097 | "Description": "[0:15] chip position, [16:23] command class, [24:31] command type", |
| 1098 | "AdditionalDataPropSource": "SRC6" |
| 1099 | }, |
| 1100 | "7": |
| 1101 | { |
| 1102 | "Description": "Value of SBE state", |
| 1103 | "AdditionalDataPropSource": "SRC7" |
| 1104 | } |
| 1105 | } |
| 1106 | }, |
| 1107 | |
| 1108 | "Documentation": |
| 1109 | { |
| 1110 | "Description": "The SBE on this processor is not in a state where chipOps can be issued", |
| 1111 | "Message": "SBE Chipop is not allowed due to invalid SBE state ", |
| 1112 | "Notes": [ |
| 1113 | "The severity is set by the creator." |
| 1114 | ] |
| 1115 | } |
| 1116 | }, |
| 1117 | |
| 1118 | { |
Jayanth Othayoth | abc88b0 | 2021-09-19 06:07:22 -0500 | [diff] [blame] | 1119 | "Name": "org.open_power.Processor.Error.SbeBootFailure", |
| 1120 | "Subsystem": "processor_chip", |
| 1121 | "ComponentID": "0x3500", |
| 1122 | |
| 1123 | "SRC": |
| 1124 | { |
| 1125 | "ReasonCode": "0x3503", |
| 1126 | "Words6To9": |
| 1127 | { |
| 1128 | "6": |
| 1129 | { |
| 1130 | "Description": "[0:15] chip position", |
| 1131 | "AdditionalDataPropSource": "SRC6" |
| 1132 | } |
| 1133 | } |
| 1134 | }, |
| 1135 | |
| 1136 | "Documentation": |
| 1137 | { |
| 1138 | "Description": "Boot failure with SBE provided FFDC", |
| 1139 | "Message": "Boot failure reported by SBE", |
| 1140 | "Notes": [ |
| 1141 | "The severity is set by the creator.", |
| 1142 | "Callouts added based on SBE provided FFDC.", |
| 1143 | "SBE provided additional debug data included as part of the", |
| 1144 | "additional user data section." |
| 1145 | ] |
| 1146 | } |
| 1147 | }, |
| 1148 | |
| 1149 | { |
Jayanth Othayoth | fd0cf4f | 2021-09-19 06:16:54 -0500 | [diff] [blame] | 1150 | "Name": "org.open_power.Processor.Error.SbeBootTimeout", |
| 1151 | "Subsystem": "processor_chip", |
| 1152 | "ComponentID": "0x3500", |
| 1153 | |
| 1154 | "SRC": |
| 1155 | { |
| 1156 | "ReasonCode": "0x3504", |
| 1157 | "Words6To9": |
| 1158 | { |
| 1159 | } |
| 1160 | }, |
| 1161 | |
| 1162 | "Documentation": |
| 1163 | { |
| 1164 | "Description": "SBE Boot timeout", |
| 1165 | "Message": "timeout reported during SBE boot process", |
| 1166 | "Notes": [ |
| 1167 | "The severity is set by the creator.", |
| 1168 | "Check SBE Dump associated to this error to debug the failure." |
| 1169 | ] |
| 1170 | } |
| 1171 | }, |
| 1172 | |
| 1173 | { |
Ben Tyner | 3483632 | 2020-04-15 17:01:48 -0500 | [diff] [blame] | 1174 | "Name": "org.open_power.Attn.Error.Terminate", |
Ben Tyner | 808e29f | 2021-04-16 08:32:23 -0500 | [diff] [blame] | 1175 | "Subsystem": "cec_hardware", |
| 1176 | "Severity": "non_error", |
Ben Tyner | 3483632 | 2020-04-15 17:01:48 -0500 | [diff] [blame] | 1177 | |
| 1178 | "SRC": |
| 1179 | { |
| 1180 | "ReasonCode": "0xD138", |
Ben Tyner | 808e29f | 2021-04-16 08:32:23 -0500 | [diff] [blame] | 1181 | "SymptomIDFields": [ "SRCWord3", "SRCWord4", "SRCWord5", "SRCWord6", "SRCWord7", "SRCWord8", "SRCWord9" ], |
Ben Tyner | 3483632 | 2020-04-15 17:01:48 -0500 | [diff] [blame] | 1182 | "Words6To9": |
| 1183 | { |
| 1184 | } |
| 1185 | }, |
| 1186 | |
| 1187 | "Documentation": |
| 1188 | { |
| 1189 | "Description": "Status shows TI special attention active", |
| 1190 | "Message": "TI special attention detected", |
| 1191 | "Notes": [ |
| 1192 | "This entry is for any TI special attention event ", |
| 1193 | "reported by the attention handler component" |
| 1194 | ] |
| 1195 | } |
| 1196 | }, |
| 1197 | |
| 1198 | { |
| 1199 | "Name": "org.open_power.Attn.Error.Fail", |
| 1200 | "Subsystem": "bmc_firmware", |
| 1201 | "Severity": "unrecoverable_loss_of_function", |
| 1202 | |
| 1203 | "SRC": |
| 1204 | { |
| 1205 | "ReasonCode": "0xD13E", |
| 1206 | "Words6To9": |
| 1207 | { |
| 1208 | "6": |
| 1209 | { |
| 1210 | "Description": "Error code from attention handler", |
| 1211 | "AdditionalDataPropSource": "ERROR_CODE" |
| 1212 | } |
| 1213 | } |
| 1214 | }, |
| 1215 | "Documentation": |
| 1216 | { |
| 1217 | "Description": "The attention handler encountered an error", |
| 1218 | "MessageArgSources" : ["SRCWord6"], |
| 1219 | "Message": "Attention handler error %1", |
| 1220 | "Notes": [ |
| 1221 | "Attention handler will provide error code" |
| 1222 | ] |
| 1223 | } |
| 1224 | }, |
| 1225 | |
| 1226 | { |
| 1227 | "Name": "org.open_power.Attn.Error.Vital", |
| 1228 | "Subsystem": "processor_chip", |
| 1229 | "Severity": "critical", |
| 1230 | |
| 1231 | "SRC": |
| 1232 | { |
| 1233 | "ReasonCode": "0xD16D", |
| 1234 | "Words6To9": |
| 1235 | { |
| 1236 | } |
| 1237 | }, |
| 1238 | |
| 1239 | "Documentation": |
| 1240 | { |
| 1241 | "Description": "Status shows SBE vital attention active", |
| 1242 | "Message": "SBE vital attention detected", |
| 1243 | "Notes": [ |
| 1244 | "This entry is for any SBE vital attention event ", |
| 1245 | "reported by the attention handler component" |
| 1246 | ] |
| 1247 | } |
| 1248 | }, |
| 1249 | |
| 1250 | { |
| 1251 | "Name": "org.open_power.HwDiags.Error.Checkstop", |
Zane Shelley | 4e6355d | 2022-02-24 15:28:08 -0600 | [diff] [blame] | 1252 | "PossibleSubsystems": [ |
| 1253 | "processor", "processor_fru", "processor_unit", "processor_bus", |
| 1254 | "memory_ctlr", "memory_bus", "memory_dimm", "memory_fru", |
| 1255 | "phb", "cec_hardware", "cec_clocks", "cec_tod", "others" |
| 1256 | ], |
| 1257 | "Severity": "unrecoverable", |
Zane Shelley | 561c038 | 2020-11-17 13:20:05 -0600 | [diff] [blame] | 1258 | "ActionFlags": [ "service_action", "report", "call_home" ], |
Ben Tyner | 3483632 | 2020-04-15 17:01:48 -0500 | [diff] [blame] | 1259 | |
| 1260 | "SRC": |
| 1261 | { |
Zane Shelley | 561c038 | 2020-11-17 13:20:05 -0600 | [diff] [blame] | 1262 | "ReasonCode": "0xE510", |
| 1263 | "SymptomIDFields": [ "SRCWord6", "SRCWord7", "SRCWord8" ], |
Ben Tyner | 3483632 | 2020-04-15 17:01:48 -0500 | [diff] [blame] | 1264 | "Words6To9": |
| 1265 | { |
Zane Shelley | 45ab43a | 2021-11-13 16:16:57 -0600 | [diff] [blame] | 1266 | "6": |
| 1267 | { |
| 1268 | "AdditionalDataPropSource": "SRC6" |
| 1269 | }, |
| 1270 | "7": |
| 1271 | { |
| 1272 | "AdditionalDataPropSource": "SRC7" |
| 1273 | }, |
| 1274 | "8": |
| 1275 | { |
| 1276 | "AdditionalDataPropSource": "SRC8" |
| 1277 | } |
Ben Tyner | 3483632 | 2020-04-15 17:01:48 -0500 | [diff] [blame] | 1278 | } |
| 1279 | }, |
| 1280 | |
| 1281 | "Documentation": |
| 1282 | { |
Zane Shelley | 561c038 | 2020-11-17 13:20:05 -0600 | [diff] [blame] | 1283 | "Description": "A system checkstop attention has occurred", |
| 1284 | "MessageArgSources" : [ "SRCWord6", "SRCWord7", "SRCWord8" ], |
Zane Shelley | 45ab43a | 2021-11-13 16:16:57 -0600 | [diff] [blame] | 1285 | "Message": "Error Signature: %1 %2 %3" |
Ben Tyner | 3483632 | 2020-04-15 17:01:48 -0500 | [diff] [blame] | 1286 | } |
| 1287 | }, |
| 1288 | |
| 1289 | { |
Zane Shelley | 561c038 | 2020-11-17 13:20:05 -0600 | [diff] [blame] | 1290 | "Name": "org.open_power.HwDiags.Error.Predictive", |
Zane Shelley | 4e6355d | 2022-02-24 15:28:08 -0600 | [diff] [blame] | 1291 | "PossibleSubsystems": [ |
| 1292 | "processor", "processor_fru", "processor_unit", "processor_bus", |
| 1293 | "memory_ctlr", "memory_bus", "memory_dimm", "memory_fru", |
| 1294 | "phb", "cec_hardware", "cec_clocks", "cec_tod", "others" |
| 1295 | ], |
| 1296 | "Severity": "predictive", |
Zane Shelley | 561c038 | 2020-11-17 13:20:05 -0600 | [diff] [blame] | 1297 | "ActionFlags": [ "service_action", "report", "call_home" ], |
Ben Tyner | 3483632 | 2020-04-15 17:01:48 -0500 | [diff] [blame] | 1298 | |
| 1299 | "SRC": |
| 1300 | { |
Zane Shelley | 561c038 | 2020-11-17 13:20:05 -0600 | [diff] [blame] | 1301 | "ReasonCode": "0xE511", |
| 1302 | "SymptomIDFields": [ "SRCWord6", "SRCWord7", "SRCWord8" ], |
Ben Tyner | 3483632 | 2020-04-15 17:01:48 -0500 | [diff] [blame] | 1303 | "Words6To9": |
| 1304 | { |
Zane Shelley | 45ab43a | 2021-11-13 16:16:57 -0600 | [diff] [blame] | 1305 | "6": |
| 1306 | { |
| 1307 | "AdditionalDataPropSource": "SRC6" |
| 1308 | }, |
| 1309 | "7": |
| 1310 | { |
| 1311 | "AdditionalDataPropSource": "SRC7" |
| 1312 | }, |
| 1313 | "8": |
| 1314 | { |
| 1315 | "AdditionalDataPropSource": "SRC8" |
| 1316 | } |
Ben Tyner | 3483632 | 2020-04-15 17:01:48 -0500 | [diff] [blame] | 1317 | } |
| 1318 | }, |
Zane Shelley | 561c038 | 2020-11-17 13:20:05 -0600 | [diff] [blame] | 1319 | |
Ben Tyner | 3483632 | 2020-04-15 17:01:48 -0500 | [diff] [blame] | 1320 | "Documentation": |
| 1321 | { |
Zane Shelley | 561c038 | 2020-11-17 13:20:05 -0600 | [diff] [blame] | 1322 | "Description": "A hardware attention requiring service has occurred", |
| 1323 | "MessageArgSources" : [ "SRCWord6", "SRCWord7", "SRCWord8" ], |
Zane Shelley | 45ab43a | 2021-11-13 16:16:57 -0600 | [diff] [blame] | 1324 | "Message": "Error Signature: %1 %2 %3" |
Ben Tyner | 3483632 | 2020-04-15 17:01:48 -0500 | [diff] [blame] | 1325 | } |
Shawn McCarney | 01648f5 | 2020-06-25 11:42:02 -0500 | [diff] [blame] | 1326 | }, |
| 1327 | |
| 1328 | { |
Zane Shelley | dd4bd48 | 2021-12-08 09:12:51 -0600 | [diff] [blame] | 1329 | "Name": "org.open_power.HwDiags.Error.Informational", |
Zane Shelley | 4e6355d | 2022-02-24 15:28:08 -0600 | [diff] [blame] | 1330 | "PossibleSubsystems": [ |
| 1331 | "processor", "processor_fru", "processor_unit", "processor_bus", |
| 1332 | "memory_ctlr", "memory_bus", "memory_dimm", "memory_fru", |
| 1333 | "phb", "cec_hardware", "cec_clocks", "cec_tod", "others" |
| 1334 | ], |
| 1335 | "Severity": "non_error", |
Zane Shelley | dd4bd48 | 2021-12-08 09:12:51 -0600 | [diff] [blame] | 1336 | "ActionFlags": [ "hidden", "dont_report" ], |
| 1337 | |
| 1338 | "SRC": |
| 1339 | { |
| 1340 | "ReasonCode": "0xE512", |
| 1341 | "SymptomIDFields": [ "SRCWord6", "SRCWord7", "SRCWord8" ], |
| 1342 | "Words6To9": |
| 1343 | { |
| 1344 | "6": |
| 1345 | { |
| 1346 | "AdditionalDataPropSource": "SRC6" |
| 1347 | }, |
| 1348 | "7": |
| 1349 | { |
| 1350 | "AdditionalDataPropSource": "SRC7" |
| 1351 | }, |
| 1352 | "8": |
| 1353 | { |
| 1354 | "AdditionalDataPropSource": "SRC8" |
| 1355 | } |
| 1356 | } |
| 1357 | }, |
| 1358 | |
| 1359 | "Documentation": |
| 1360 | { |
| 1361 | "Description": "Manual analysis was initiated via the command line. FFDC only.", |
| 1362 | "MessageArgSources" : [ "SRCWord6", "SRCWord7", "SRCWord8" ], |
| 1363 | "Message": "Error Signature: %1 %2 %3" |
| 1364 | } |
| 1365 | }, |
| 1366 | |
| 1367 | { |
Brandon Wyman | 38caaf0 | 2020-09-01 16:07:42 -0500 | [diff] [blame] | 1368 | "Name": "xyz.openbmc_project.Power.PowerSupply.Error.InputFault", |
| 1369 | "Subsystem": "power_supply", |
Brandon Wyman | 38caaf0 | 2020-09-01 16:07:42 -0500 | [diff] [blame] | 1370 | "ActionFlags": ["service_action", "report"], |
| 1371 | "ComponentID": "0x2700", |
| 1372 | |
| 1373 | "SRC": { |
| 1374 | "Type": "11", |
| 1375 | "ReasonCode": "0x15F0", |
| 1376 | "Words6To9": {} |
| 1377 | }, |
| 1378 | |
| 1379 | "Callouts": [ |
| 1380 | { |
| 1381 | "CalloutList": [ |
| 1382 | { "Priority": "high", "SymbolicFRU": "pwrsply" } |
| 1383 | ] |
| 1384 | } |
| 1385 | ], |
| 1386 | |
| 1387 | "Documentation": { |
| 1388 | "Description": "Power Supply input power fault", |
| 1389 | "Message": "A power supply has indicated an input or under voltage condition.", |
| 1390 | "Notes": [ |
| 1391 | "Check the power supply cabling and/or input power ", |
| 1392 | "source. The PWRSPLY procedure is used rather than ", |
| 1393 | "calling out a location code, as typically these faults ", |
| 1394 | "are related to the supplied power, the cable, or the ", |
| 1395 | "cable connectors. If the input fault resolves down to an ", |
| 1396 | "issue with the power supply itself, the power supply ", |
| 1397 | "indicating this input fault should be called out. Add the ", |
| 1398 | "CALLOUT_INVENTORY_PATH to the additional data, and set the", |
| 1399 | "CALLOUT_PRIORITY to something other than high." |
| 1400 | ] |
| 1401 | } |
| 1402 | }, |
| 1403 | |
| 1404 | { |
| 1405 | "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Fault", |
| 1406 | "Subsystem": "power_supply", |
Brandon Wyman | 38caaf0 | 2020-09-01 16:07:42 -0500 | [diff] [blame] | 1407 | "ActionFlags": ["service_action", "report", "call_home"], |
| 1408 | "ComponentID": "0x2700", |
| 1409 | |
| 1410 | "SRC": { |
| 1411 | "Type": "11", |
| 1412 | "ReasonCode": "0x15F1", |
| 1413 | "Words6To9": {} |
| 1414 | }, |
| 1415 | |
| 1416 | "Documentation": { |
| 1417 | "Description": "Power Supply power fault", |
| 1418 | "Message": "The power supply detected a fault condition, see AdditionalData for further details.", |
| 1419 | "Notes": [ |
| 1420 | "The power supply reporting the fault should be called ", |
| 1421 | "out using the CALLOUT_INVENTORY_PATH keyword. Include ", |
| 1422 | "specific fault, STATUS_* details, and code level in the ", |
| 1423 | "AdditionalData section." |
| 1424 | ] |
| 1425 | } |
| 1426 | }, |
| 1427 | |
| 1428 | { |
| 1429 | "Name": "xyz.openbmc_project.Power.PowerSupply.Error.CommFault", |
| 1430 | "Subsystem": "power_supply", |
Brandon Wyman | 38caaf0 | 2020-09-01 16:07:42 -0500 | [diff] [blame] | 1431 | "ActionFlags": ["service_action", "report", "call_home"], |
| 1432 | "ComponentID": "0x2700", |
| 1433 | |
| 1434 | "SRC": { |
| 1435 | "Type": "11", |
| 1436 | "ReasonCode": "0x15F2", |
| 1437 | "Words6To9": {} |
| 1438 | }, |
| 1439 | |
| 1440 | "Documentation": { |
| 1441 | "Description": "Power Supply non-power fault", |
| 1442 | "Message": "A communication failure occurred talking to the power supply", |
| 1443 | "Notes": [ |
| 1444 | "Communication problems with the power supply could be ", |
| 1445 | "the power supply, or any hardware between it and the ", |
| 1446 | "BMC. Reporting the error should be passing in a call ", |
| 1447 | "out using CALLOUT_DEVICE_PATH." |
| 1448 | ] |
| 1449 | } |
| 1450 | }, |
| 1451 | |
| 1452 | { |
| 1453 | "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Missing", |
| 1454 | "Subsystem": "power_supply", |
Brandon Wyman | 38caaf0 | 2020-09-01 16:07:42 -0500 | [diff] [blame] | 1455 | "ActionFlags": ["service_action", "report", "call_home"], |
| 1456 | "ComponentID": "0x2700", |
| 1457 | |
| 1458 | "SRC": { |
| 1459 | "Type": "11", |
| 1460 | "ReasonCode": "0x15F6", |
| 1461 | "Words6To9": {} |
| 1462 | }, |
| 1463 | |
| 1464 | "Callouts": [ |
| 1465 | { |
| 1466 | "CalloutList": [ |
Matt Spinler | 8060019 | 2020-10-23 09:29:33 -0500 | [diff] [blame] | 1467 | { |
| 1468 | "Priority": "high", |
| 1469 | "SymbolicFRUTrusted": "pwrsply", |
| 1470 | "UseInventoryLocCode": true |
| 1471 | } |
Brandon Wyman | 38caaf0 | 2020-09-01 16:07:42 -0500 | [diff] [blame] | 1472 | ] |
| 1473 | } |
| 1474 | ], |
| 1475 | |
| 1476 | "Documentation": { |
| 1477 | "Description": "Power Supply is missing", |
| 1478 | "Message": "A power supply that should be present is missing", |
| 1479 | "Notes": [ |
| 1480 | "The CalloutList should use the PWRSPLY symbolic FRU ", |
Matt Spinler | 8060019 | 2020-10-23 09:29:33 -0500 | [diff] [blame] | 1481 | "with the trusted location code property. The ", |
| 1482 | "location code in this callout is obtained from ", |
| 1483 | "the passed in CALLOUT_INVENTORY_PATH value." |
Brandon Wyman | 38caaf0 | 2020-09-01 16:07:42 -0500 | [diff] [blame] | 1484 | ] |
| 1485 | } |
| 1486 | }, |
| 1487 | |
| 1488 | { |
Adriana Kobylak | 5c0c917 | 2021-04-07 18:26:56 +0000 | [diff] [blame] | 1489 | "Name": "xyz.openbmc_project.Power.PowerSupply.Error.NotSupported", |
| 1490 | "Subsystem": "power_supply", |
Adriana Kobylak | 5c0c917 | 2021-04-07 18:26:56 +0000 | [diff] [blame] | 1491 | "ActionFlags": ["service_action", "report", "call_home"], |
| 1492 | "ComponentID": "0x2700", |
| 1493 | |
| 1494 | "SRC": { |
| 1495 | "Type": "11", |
| 1496 | "ReasonCode": "0x15F7", |
| 1497 | "Words6To9": {} |
| 1498 | }, |
| 1499 | |
| 1500 | "Documentation": { |
| 1501 | "Description": "Power Supply configuration is not supported", |
| 1502 | "Message": "The power supply configuration is not supported", |
| 1503 | "Notes": [ |
| 1504 | "The combination of power supplies detected in the ", |
| 1505 | "system is not supported. This could be caused by ", |
| 1506 | "mismatched models, less than expected number of power ", |
| 1507 | "supplies, or other unsupported characteristics." |
| 1508 | ] |
| 1509 | } |
| 1510 | }, |
| 1511 | |
| 1512 | { |
Brandon Wyman | c30f00a | 2021-11-18 21:10:04 +0000 | [diff] [blame] | 1513 | "Name": "xyz.openbmc_project.Power.PowerSupply.Error.FanFault", |
| 1514 | "Subsystem": "power_supply", |
Brandon Wyman | c30f00a | 2021-11-18 21:10:04 +0000 | [diff] [blame] | 1515 | "ActionFlags": ["service_action", "report", "call_home"], |
| 1516 | "ComponentID": "0x2700", |
| 1517 | |
| 1518 | "SRC": { |
| 1519 | "Type": "11", |
| 1520 | "ReasonCode": "0x15FF", |
| 1521 | "Words6To9": {} |
| 1522 | }, |
| 1523 | |
| 1524 | "Documentation": { |
| 1525 | "Description": "Power Supply fan fault", |
| 1526 | "Message": "A power supply indicated a fan fault has occurred", |
| 1527 | "Notes": [ |
| 1528 | "The power supply reporting the fault should be called ", |
| 1529 | "out using the CALLOUT_INVENTORY_PATH keyword. Include ", |
| 1530 | "specific fault, STATUS_* details, and code level in the ", |
| 1531 | "AdditionalData section." |
| 1532 | ] |
| 1533 | } |
| 1534 | }, |
| 1535 | |
| 1536 | { |
Brandon Wyman | 90c8840 | 2021-11-16 20:34:49 +0000 | [diff] [blame] | 1537 | "Name": "xyz.openbmc_project.Power.PowerSupply.Error.IoutOCFault", |
| 1538 | "Subsystem": "power_supply", |
Brandon Wyman | 90c8840 | 2021-11-16 20:34:49 +0000 | [diff] [blame] | 1539 | "ActionFlags": ["service_action", "report", "call_home"], |
| 1540 | "ComponentID": "0x2700", |
| 1541 | |
| 1542 | "SRC": { |
| 1543 | "Type": "11", |
| 1544 | "ReasonCode": "0x1B01", |
| 1545 | "Words6To9": {} |
| 1546 | }, |
| 1547 | |
| 1548 | "Callouts": [ |
| 1549 | { |
| 1550 | "CalloutList": [ |
| 1551 | { "Priority": "high", "Procedure": "power_overcurrent" } |
| 1552 | ] |
| 1553 | } |
| 1554 | ], |
| 1555 | |
| 1556 | "Documentation": { |
| 1557 | "Description": "Power Supply output over-current power fault", |
| 1558 | "Message": "A power supply has indicated an output over-current condition." |
| 1559 | } |
| 1560 | }, |
| 1561 | |
| 1562 | { |
Jay Meyer | 54ff54e | 2021-03-14 20:18:41 -0500 | [diff] [blame] | 1563 | "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Blackout", |
| 1564 | "Subsystem": "power", |
| 1565 | "ActionFlags": [ "report", "service_action" ], |
Jay Meyer | 54ff54e | 2021-03-14 20:18:41 -0500 | [diff] [blame] | 1566 | "ComponentID": "0x2700", |
| 1567 | |
| 1568 | "SRC": |
| 1569 | { |
| 1570 | "Type": "11", |
| 1571 | "ReasonCode": "0x00AC", |
Mike Capps | a2d7b77 | 2022-03-07 15:47:48 -0500 | [diff] [blame] | 1572 | "Words6To9": {} |
Jay Meyer | 54ff54e | 2021-03-14 20:18:41 -0500 | [diff] [blame] | 1573 | }, |
| 1574 | |
| 1575 | "Callouts": [ |
| 1576 | { |
| 1577 | "CalloutList": [ |
| 1578 | { "Priority": "high", "SymbolicFRU": "ac_module"} |
| 1579 | ] |
| 1580 | } |
| 1581 | ], |
| 1582 | |
| 1583 | "Documentation": { |
| 1584 | "Description": "Input power was lost while the system was powered on.", |
| 1585 | "Message": "Input power was lost while the system was powered on.", |
| 1586 | "Notes": [ |
| 1587 | "Input power was lost while system powered on.", |
| 1588 | "The CalloutList should use the ACMODUL symbolic FRU." |
| 1589 | ] |
| 1590 | } |
| 1591 | }, |
| 1592 | |
| 1593 | { |
Brandon Wyman | 002d8cf | 2021-12-01 23:05:11 +0000 | [diff] [blame] | 1594 | "Name": "xyz.openbmc_project.Power.PowerSupply.Error.PSKillFault", |
| 1595 | "Subsystem": "power_supply", |
Brandon Wyman | 002d8cf | 2021-12-01 23:05:11 +0000 | [diff] [blame] | 1596 | "ActionFlags": ["service_action", "report", "call_home"], |
| 1597 | "ComponentID": "0x2700", |
| 1598 | |
| 1599 | "SRC": { |
| 1600 | "Type": "11", |
| 1601 | "ReasonCode": "0x2500", |
Mike Capps | a2d7b77 | 2022-03-07 15:47:48 -0500 | [diff] [blame] | 1602 | "Words6To9": {} |
Brandon Wyman | 002d8cf | 2021-12-01 23:05:11 +0000 | [diff] [blame] | 1603 | }, |
| 1604 | |
| 1605 | "Callouts": [ |
| 1606 | { |
| 1607 | "CalloutList": [ |
| 1608 | { "Priority": "high", "Procedure": "power_overcurrent" } |
| 1609 | ] |
| 1610 | } |
| 1611 | ], |
| 1612 | |
| 1613 | "Documentation": { |
| 1614 | "Description": "A power supply fault is potentially preventing the power supply from allowing the system to power on.", |
| 1615 | "Message": "Power supply PSKill_fault", |
| 1616 | "Notes": [ |
| 1617 | ] |
| 1618 | } |
| 1619 | }, |
| 1620 | |
| 1621 | { |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 1622 | "Name": "xyz.openbmc_project.Power.Error.Shutdown", |
| 1623 | "Subsystem": "power_sequencer", |
| 1624 | "ComponentID": "0x2700", |
| 1625 | |
| 1626 | "SRC": { |
| 1627 | "Type": "11", |
| 1628 | "ReasonCode": "0x2600", |
| 1629 | "Words6To9": {} |
| 1630 | }, |
| 1631 | |
| 1632 | "Callouts": [ |
| 1633 | { |
| 1634 | "CalloutList": [ |
| 1635 | { "Priority": "high", "SymbolicFRU": "pgood_part" } |
| 1636 | ] |
| 1637 | } |
| 1638 | ], |
| 1639 | |
| 1640 | "Documentation": { |
| 1641 | "Description": "A power off was issued because a power fault was detected", |
| 1642 | "Message": "A power off was issued because a power fault was detected", |
| 1643 | "Notes": [ |
| 1644 | ] |
| 1645 | } |
| 1646 | }, |
| 1647 | |
| 1648 | { |
Ben Tyner | 0273a22 | 2021-07-12 15:18:13 -0500 | [diff] [blame] | 1649 | "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Regulator", |
| 1650 | "Subsystem": "power_control_hw", |
Mike Capps | 2a2d0ae | 2022-03-16 18:09:00 -0400 | [diff] [blame] | 1651 | "Severity": "critical_system_term", |
Ben Tyner | 0273a22 | 2021-07-12 15:18:13 -0500 | [diff] [blame] | 1652 | "ComponentID": "0x2700", |
| 1653 | |
| 1654 | "SRC": { |
| 1655 | "Type": "11", |
| 1656 | "ReasonCode": "0x2602", |
Mike Capps | a2d7b77 | 2022-03-07 15:47:48 -0500 | [diff] [blame] | 1657 | "Words6To9": {} |
Ben Tyner | 0273a22 | 2021-07-12 15:18:13 -0500 | [diff] [blame] | 1658 | }, |
| 1659 | |
| 1660 | "Callouts": [ |
| 1661 | { |
| 1662 | "System": "ibm,rainier", |
| 1663 | "CalloutList": [ |
| 1664 | { |
| 1665 | "Priority": "high", |
| 1666 | "LocCode": "P0-C5" |
| 1667 | }, |
| 1668 | { |
| 1669 | "Priority": "medium", |
| 1670 | "LocCode": "P0" |
| 1671 | } |
| 1672 | ] |
| 1673 | }, |
| 1674 | { |
| 1675 | "System": "ibm,everest", |
| 1676 | "CalloutList": [ |
| 1677 | { |
| 1678 | "Priority": "high", |
| 1679 | "LocCode": "P0-C59" |
| 1680 | }, |
| 1681 | { |
| 1682 | "Priority": "medium", |
| 1683 | "LocCode": "P0" |
| 1684 | } |
| 1685 | ] |
| 1686 | } |
| 1687 | ], |
| 1688 | |
| 1689 | "Documentation": { |
| 1690 | "Description": "A power off was issued because a regulator for standby power faulted", |
| 1691 | "Message": "A power off was issued because a regulator for standby power faulted", |
| 1692 | "Notes": [ |
| 1693 | ] |
| 1694 | } |
| 1695 | }, |
| 1696 | |
| 1697 | { |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 1698 | "Name": "xyz.openbmc_project.Power.Error.PowerSequencerPGOODFault", |
| 1699 | "Subsystem": "power_sequencer", |
| 1700 | "ComponentID": "0x2700", |
| 1701 | |
| 1702 | "SRC": { |
| 1703 | "Type": "11", |
| 1704 | "ReasonCode": "0x2610", |
| 1705 | "Words6To9": {} |
| 1706 | }, |
| 1707 | |
| 1708 | "CalloutsUsingAD": { |
| 1709 | "ADName": "INPUT_NAME", "CalloutsWithTheirADValues": [ |
| 1710 | { |
| 1711 | "ADValue": "PCIE_SLOT0", "Callouts": [ |
| 1712 | { |
| 1713 | "CalloutList": [ |
| 1714 | { "Priority": "high", "LocCode": "P0-C0" }, |
| 1715 | { "Priority": "medium", "LocCode": "P0" } |
| 1716 | ] |
| 1717 | } |
| 1718 | ] |
| 1719 | }, |
| 1720 | { |
| 1721 | "ADValue": "PCIE_SLOT1", "Callouts": [ |
| 1722 | { |
| 1723 | "CalloutList": [ |
| 1724 | { "Priority": "high", "LocCode": "P0-C1" }, |
| 1725 | { "Priority": "medium", "LocCode": "P0" } |
| 1726 | ] |
| 1727 | } |
| 1728 | ] |
| 1729 | }, |
| 1730 | { |
| 1731 | "ADValue": "PCIE_SLOT2", "Callouts": [ |
| 1732 | { |
| 1733 | "CalloutList": [ |
| 1734 | { "Priority": "high", "LocCode": "P0-C2" }, |
| 1735 | { "Priority": "medium", "LocCode": "P0" } |
| 1736 | ] |
| 1737 | } |
| 1738 | ] |
| 1739 | }, |
| 1740 | { |
| 1741 | "ADValue": "PCIE_SLOT3", "Callouts": [ |
| 1742 | { |
| 1743 | "CalloutList": [ |
| 1744 | { "Priority": "high", "LocCode": "P0-C3" }, |
| 1745 | { "Priority": "medium", "LocCode": "P0" } |
| 1746 | ] |
| 1747 | } |
| 1748 | ] |
| 1749 | }, |
| 1750 | { |
| 1751 | "ADValue": "PCIE_SLOT4", "Callouts": [ |
| 1752 | { |
| 1753 | "CalloutList": [ |
| 1754 | { "Priority": "high", "LocCode": "P0-C4" }, |
| 1755 | { "Priority": "medium", "LocCode": "P0" } |
| 1756 | ] |
| 1757 | } |
| 1758 | ] |
| 1759 | }, |
| 1760 | { |
Jim Wright | 2e4eb07 | 2022-02-03 14:43:46 -0600 | [diff] [blame] | 1761 | "ADValue": "PCIE_SLOT5", "Callouts": [ |
| 1762 | { |
| 1763 | "CalloutList": [ |
| 1764 | { "Priority": "high", "LocCode": "P0-C5" }, |
| 1765 | { "Priority": "medium", "LocCode": "P0" } |
| 1766 | ] |
| 1767 | } |
| 1768 | ] |
| 1769 | }, |
| 1770 | { |
| 1771 | "ADValue": "PCIE_SLOT6", "Callouts": [ |
| 1772 | { |
| 1773 | "CalloutList": [ |
| 1774 | { "Priority": "high", "LocCode": "P0-C6" }, |
| 1775 | { "Priority": "medium", "LocCode": "P0" } |
| 1776 | ] |
| 1777 | } |
| 1778 | ] |
| 1779 | }, |
| 1780 | { |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 1781 | "ADValue": "PCIE_SLOT7", "Callouts": [ |
| 1782 | { |
| 1783 | "CalloutList": [ |
| 1784 | { "Priority": "high", "LocCode": "P0-C7" }, |
| 1785 | { "Priority": "medium", "LocCode": "P0" } |
| 1786 | ] |
| 1787 | } |
| 1788 | ] |
| 1789 | }, |
| 1790 | { |
| 1791 | "ADValue": "PCIE_SLOT8", "Callouts": [ |
| 1792 | { |
| 1793 | "CalloutList": [ |
| 1794 | { "Priority": "high", "LocCode": "P0-C8" }, |
| 1795 | { "Priority": "medium", "LocCode": "P0" } |
| 1796 | ] |
| 1797 | } |
| 1798 | ] |
| 1799 | }, |
| 1800 | { |
| 1801 | "ADValue": "PCIE_SLOT9", "Callouts": [ |
| 1802 | { |
| 1803 | "CalloutList": [ |
| 1804 | { "Priority": "high", "LocCode": "P0-C9" }, |
| 1805 | { "Priority": "medium", "LocCode": "P0" } |
| 1806 | ] |
| 1807 | } |
| 1808 | ] |
| 1809 | }, |
| 1810 | { |
| 1811 | "ADValue": "PCIE_SLOT10", "Callouts": [ |
| 1812 | { |
| 1813 | "CalloutList": [ |
| 1814 | { "Priority": "high", "LocCode": "P0-C10" }, |
| 1815 | { "Priority": "medium", "LocCode": "P0" } |
| 1816 | ] |
| 1817 | } |
| 1818 | ] |
| 1819 | }, |
| 1820 | { |
| 1821 | "ADValue": "PCIE_SLOT11", "Callouts": [ |
| 1822 | { |
| 1823 | "CalloutList": [ |
| 1824 | { "Priority": "high", "LocCode": "P0-C11" }, |
| 1825 | { "Priority": "medium", "LocCode": "P0" } |
| 1826 | ] |
| 1827 | } |
| 1828 | ] |
| 1829 | }, |
| 1830 | { |
| 1831 | "ADValue": "PGOOD_12A", "Callouts": [ |
| 1832 | { |
| 1833 | "CalloutList": [ |
| 1834 | { "Priority": "high", "SymbolicFRU": "pgood_part" } |
| 1835 | ] |
| 1836 | } |
| 1837 | ] |
| 1838 | }, |
| 1839 | { |
| 1840 | "ADValue": "PGOOD_12B", "Callouts": [ |
| 1841 | { |
| 1842 | "CalloutList": [ |
| 1843 | { "Priority": "high", "SymbolicFRU": "pgood_part" } |
| 1844 | ] |
| 1845 | } |
| 1846 | ] |
| 1847 | }, |
| 1848 | { |
| 1849 | "ADValue": "PGOOD_12C", "Callouts": [ |
| 1850 | { |
| 1851 | "CalloutList": [ |
| 1852 | { "Priority": "high", "SymbolicFRU": "pgood_part" } |
| 1853 | ] |
| 1854 | } |
| 1855 | ] |
| 1856 | }, |
| 1857 | { |
| 1858 | "ADValue": "PGOOD_12D", "Callouts": [ |
| 1859 | { |
| 1860 | "CalloutList": [ |
| 1861 | { "Priority": "high", "SymbolicFRU": "pgood_part" } |
| 1862 | ] |
| 1863 | } |
| 1864 | ] |
| 1865 | }, |
| 1866 | { |
| 1867 | "ADValue": "PGOOD_12L", "Callouts": [ |
| 1868 | { |
| 1869 | "CalloutList": [ |
| 1870 | { "Priority": "high", "SymbolicFRU": "pgood_part" } |
| 1871 | ] |
| 1872 | } |
| 1873 | ] |
| 1874 | }, |
| 1875 | { |
| 1876 | "ADValue": "PGOOD_12M", "Callouts": [ |
| 1877 | { |
| 1878 | "CalloutList": [ |
| 1879 | { "Priority": "high", "SymbolicFRU": "pgood_part" } |
| 1880 | ] |
| 1881 | } |
| 1882 | ] |
| 1883 | }, |
| 1884 | { |
| 1885 | "ADValue": "PGOOD_12N", "Callouts": [ |
| 1886 | { |
| 1887 | "CalloutList": [ |
| 1888 | { "Priority": "high", "SymbolicFRU": "pgood_part" } |
| 1889 | ] |
| 1890 | } |
| 1891 | ] |
| 1892 | }, |
| 1893 | { |
| 1894 | "ADValue": "PGOOD_12P", "Callouts": [ |
| 1895 | { |
| 1896 | "CalloutList": [ |
| 1897 | { "Priority": "high", "SymbolicFRU": "pgood_part" } |
| 1898 | ] |
| 1899 | } |
| 1900 | ] |
| 1901 | }, |
| 1902 | { |
| 1903 | "ADValue": "PGOOD_12PCIE", "Callouts": [ |
| 1904 | { |
| 1905 | "CalloutList": [ |
| 1906 | { "Priority": "high", "SymbolicFRU": "pgood_part" } |
| 1907 | ] |
| 1908 | } |
| 1909 | ] |
| 1910 | }, |
| 1911 | { |
| 1912 | "ADValue": "PGOOD_12Q", "Callouts": [ |
| 1913 | { |
| 1914 | "CalloutList": [ |
| 1915 | { "Priority": "high", "SymbolicFRU": "pgood_part" } |
| 1916 | ] |
| 1917 | } |
| 1918 | ] |
| 1919 | }, |
| 1920 | { |
| 1921 | "ADValue": "PGOOD_12R", "Callouts": [ |
| 1922 | { |
| 1923 | "CalloutList": [ |
| 1924 | { "Priority": "high", "SymbolicFRU": "pgood_part" } |
| 1925 | ] |
| 1926 | } |
| 1927 | ] |
| 1928 | }, |
| 1929 | { |
| 1930 | "ADValue": "PGOOD_VDN_DCM0", "Callouts": [ |
| 1931 | { |
| 1932 | "CalloutList": [ |
| 1933 | { "Priority": "high", "LocCode": "P0-C14" }, |
| 1934 | { "Priority": "medium", "LocCode": "P0-C15" }, |
| 1935 | { "Priority": "low", "LocCode": "P0" } |
| 1936 | ] |
| 1937 | } |
| 1938 | ] |
| 1939 | }, |
| 1940 | { |
| 1941 | "ADValue": "PGOOD_VDN_DCM1", "Callouts": [ |
| 1942 | { |
| 1943 | "CalloutList": [ |
| 1944 | { "Priority": "high", "LocCode": "P0-C23" }, |
| 1945 | { "Priority": "medium", "LocCode": "P0-C24" }, |
| 1946 | { "Priority": "low", "LocCode": "P0" } |
| 1947 | ] |
| 1948 | } |
| 1949 | ] |
| 1950 | }, |
| 1951 | { |
| 1952 | "ADValue": "PGOOD_VCS_DCM0", "Callouts": [ |
| 1953 | { |
| 1954 | "CalloutList": [ |
| 1955 | { "Priority": "high", "LocCode": "P0-C14" }, |
| 1956 | { "Priority": "medium", "LocCode": "P0-C15" }, |
| 1957 | { "Priority": "low", "LocCode": "P0" } |
| 1958 | ] |
| 1959 | } |
| 1960 | ] |
| 1961 | }, |
| 1962 | { |
| 1963 | "ADValue": "PGOOD_VCS_DCM1", "Callouts": [ |
| 1964 | { |
| 1965 | "CalloutList": [ |
| 1966 | { "Priority": "high", "LocCode": "P0-C23" }, |
| 1967 | { "Priority": "medium", "LocCode": "P0-C24" }, |
| 1968 | { "Priority": "low", "LocCode": "P0" } |
| 1969 | ] |
| 1970 | } |
| 1971 | ] |
| 1972 | }, |
| 1973 | { |
| 1974 | "ADValue": "PGOOD_VIO_DCM0", "Callouts": [ |
| 1975 | { |
| 1976 | "CalloutList": [ |
| 1977 | { "Priority": "high", "LocCode": "P0-C14" }, |
| 1978 | { "Priority": "medium", "LocCode": "P0-C15" }, |
| 1979 | { "Priority": "low", "LocCode": "P0" } |
| 1980 | ] |
| 1981 | } |
| 1982 | ] |
| 1983 | }, |
| 1984 | { |
| 1985 | "ADValue": "PGOOD_VIO_DCM1", "Callouts": [ |
| 1986 | { |
| 1987 | "CalloutList": [ |
| 1988 | { "Priority": "high", "LocCode": "P0-C23" }, |
| 1989 | { "Priority": "medium", "LocCode": "P0-C24" }, |
| 1990 | { "Priority": "low", "LocCode": "P0" } |
| 1991 | ] |
| 1992 | } |
| 1993 | ] |
| 1994 | }, |
| 1995 | { |
| 1996 | "ADValue": "PGOOD_VPCIE_DCM0", "Callouts": [ |
| 1997 | { |
| 1998 | "CalloutList": [ |
| 1999 | { "Priority": "high", "LocCode": "P0-C14" }, |
| 2000 | { "Priority": "medium", "LocCode": "P0-C15" }, |
| 2001 | { "Priority": "low", "LocCode": "P0" } |
| 2002 | ] |
| 2003 | } |
| 2004 | ] |
| 2005 | }, |
| 2006 | { |
| 2007 | "ADValue": "PGOOD_VPCIE_DCM1", "Callouts": [ |
| 2008 | { |
| 2009 | "CalloutList": [ |
| 2010 | { "Priority": "high", "LocCode": "P0-C23" }, |
| 2011 | { "Priority": "medium", "LocCode": "P0-C24" }, |
| 2012 | { "Priority": "low", "LocCode": "P0" } |
| 2013 | ] |
| 2014 | } |
| 2015 | ] |
Jim Wright | 2e4eb07 | 2022-02-03 14:43:46 -0600 | [diff] [blame] | 2016 | }, |
| 2017 | { |
| 2018 | "ADValue": "CP0_VPCIE", "Callouts": [ |
| 2019 | { |
| 2020 | "CalloutList": [ |
| 2021 | { "Priority": "high", "LocCode": "P0-C58" }, |
| 2022 | { "Priority": "medium", "LocCode": "P0-C60" }, |
| 2023 | { "Priority": "low", "LocCode": "P0" } |
| 2024 | ] |
| 2025 | } |
| 2026 | ] |
| 2027 | }, |
| 2028 | { |
| 2029 | "ADValue": "CP1_VPCIE", "Callouts": [ |
| 2030 | { |
| 2031 | "CalloutList": [ |
| 2032 | { "Priority": "high", "LocCode": "P0-C16" }, |
| 2033 | { "Priority": "medium", "LocCode": "P0-C13" }, |
| 2034 | { "Priority": "low", "LocCode": "P0" } |
| 2035 | ] |
| 2036 | } |
| 2037 | ] |
| 2038 | }, |
| 2039 | { |
| 2040 | "ADValue": "CP2_VPCIE", "Callouts": [ |
| 2041 | { |
| 2042 | "CalloutList": [ |
| 2043 | { "Priority": "high", "LocCode": "P0-C16" }, |
| 2044 | { "Priority": "medium", "LocCode": "P0-C20" }, |
| 2045 | { "Priority": "low", "LocCode": "P0" } |
| 2046 | ] |
| 2047 | } |
| 2048 | ] |
| 2049 | }, |
| 2050 | { |
| 2051 | "ADValue": "CP3_VPCIE", "Callouts": [ |
| 2052 | { |
| 2053 | "CalloutList": [ |
| 2054 | { "Priority": "high", "LocCode": "P0-C58" }, |
| 2055 | { "Priority": "medium", "LocCode": "P0-C56" }, |
| 2056 | { "Priority": "low", "LocCode": "P0" } |
| 2057 | ] |
| 2058 | } |
| 2059 | ] |
| 2060 | }, |
| 2061 | { |
| 2062 | "ADValue": "0V_USB_front", "Callouts": [ |
| 2063 | { |
| 2064 | "CalloutList": [ |
| 2065 | { "Priority": "high", "SymbolicFRU": "usb_pgood" }, |
| 2066 | { "Priority": "medium", "LocCode": "P0" } |
| 2067 | ] |
| 2068 | } |
| 2069 | ] |
| 2070 | }, |
| 2071 | { |
| 2072 | "ADValue": "CP0_VDN", "Callouts": [ |
| 2073 | { |
| 2074 | "CalloutList": [ |
| 2075 | { "Priority": "high", "LocCode": "P0-C63" }, |
| 2076 | { "Priority": "medium", "LocCode": "P0-C60" }, |
| 2077 | { "Priority": "low", "LocCode": "P0" } |
| 2078 | ] |
| 2079 | } |
| 2080 | ] |
| 2081 | }, |
| 2082 | { |
| 2083 | "ADValue": "CP1_VDN", "Callouts": [ |
| 2084 | { |
| 2085 | "CalloutList": [ |
| 2086 | { "Priority": "high", "LocCode": "P0-C12" }, |
| 2087 | { "Priority": "medium", "LocCode": "P0-C13" }, |
| 2088 | { "Priority": "low", "LocCode": "P0" } |
| 2089 | ] |
| 2090 | } |
| 2091 | ] |
| 2092 | }, |
| 2093 | { |
| 2094 | "ADValue": "CP2_VDN", "Callouts": [ |
| 2095 | { |
| 2096 | "CalloutList": [ |
| 2097 | { "Priority": "high", "LocCode": "P0-C21" }, |
| 2098 | { "Priority": "medium", "LocCode": "P0-C20" }, |
| 2099 | { "Priority": "low", "LocCode": "P0" } |
| 2100 | ] |
| 2101 | } |
| 2102 | ] |
| 2103 | }, |
| 2104 | { |
| 2105 | "ADValue": "CP3_VDN", "Callouts": [ |
| 2106 | { |
| 2107 | "CalloutList": [ |
| 2108 | { "Priority": "high", "LocCode": "P0-C54" }, |
| 2109 | { "Priority": "medium", "LocCode": "P0-C56" }, |
| 2110 | { "Priority": "low", "LocCode": "P0" } |
| 2111 | ] |
| 2112 | } |
| 2113 | ] |
| 2114 | }, |
| 2115 | { |
| 2116 | "ADValue": "CP0_VIO", "Callouts": [ |
| 2117 | { |
| 2118 | "CalloutList": [ |
| 2119 | { "Priority": "high", "LocCode": "P0-C63" }, |
| 2120 | { "Priority": "medium", "LocCode": "P0-C60" }, |
| 2121 | { "Priority": "low", "LocCode": "P0" } |
| 2122 | ] |
| 2123 | } |
| 2124 | ] |
| 2125 | }, |
| 2126 | { |
| 2127 | "ADValue": "CP1_VIO", "Callouts": [ |
| 2128 | { |
| 2129 | "CalloutList": [ |
| 2130 | { "Priority": "high", "LocCode": "P0-C12" }, |
| 2131 | { "Priority": "medium", "LocCode": "P0-C13" }, |
| 2132 | { "Priority": "low", "LocCode": "P0" } |
| 2133 | ] |
| 2134 | } |
| 2135 | ] |
| 2136 | }, |
| 2137 | { |
| 2138 | "ADValue": "CP2_VIO", "Callouts": [ |
| 2139 | { |
| 2140 | "CalloutList": [ |
| 2141 | { "Priority": "high", "LocCode": "P0-C21" }, |
| 2142 | { "Priority": "medium", "LocCode": "P0-C20" }, |
| 2143 | { "Priority": "low", "LocCode": "P0" } |
| 2144 | ] |
| 2145 | } |
| 2146 | ] |
| 2147 | }, |
| 2148 | { |
| 2149 | "ADValue": "CP3_VIO", "Callouts": [ |
| 2150 | { |
| 2151 | "CalloutList": [ |
| 2152 | { "Priority": "high", "LocCode": "P0-C54" }, |
| 2153 | { "Priority": "medium", "LocCode": "P0-C56" }, |
| 2154 | { "Priority": "low", "LocCode": "P0" } |
| 2155 | ] |
| 2156 | } |
| 2157 | ] |
| 2158 | }, |
| 2159 | { |
| 2160 | "ADValue": "PGOOD_PSU1", "Callouts": [ |
| 2161 | { |
| 2162 | "CalloutList": [ |
| 2163 | { "Priority": "high", "LocCode": "E0" } |
| 2164 | ] |
| 2165 | } |
| 2166 | ] |
| 2167 | }, |
| 2168 | { |
| 2169 | "ADValue": "PGOOD_PSU2", "Callouts": [ |
| 2170 | { |
| 2171 | "CalloutList": [ |
| 2172 | { "Priority": "high", "LocCode": "E1" } |
| 2173 | ] |
| 2174 | } |
| 2175 | ] |
| 2176 | }, |
| 2177 | { |
| 2178 | "ADValue": "PGOOD_PSU3", "Callouts": [ |
| 2179 | { |
| 2180 | "CalloutList": [ |
| 2181 | { "Priority": "high", "LocCode": "E2" } |
| 2182 | ] |
| 2183 | } |
| 2184 | ] |
| 2185 | }, |
| 2186 | { |
| 2187 | "ADValue": "PGOOD_PSU4", "Callouts": [ |
| 2188 | { |
| 2189 | "CalloutList": [ |
| 2190 | { "Priority": "high", "LocCode": "E3" } |
| 2191 | ] |
| 2192 | } |
| 2193 | ] |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 2194 | } |
| 2195 | ] |
| 2196 | }, |
| 2197 | |
| 2198 | "Documentation": { |
| 2199 | "Description": "The power sequencer chip detected a PGOOD fault", |
| 2200 | "Message": "The power sequencer chip detected a PGOOD fault", |
| 2201 | "Notes": [ |
| 2202 | ] |
| 2203 | } |
| 2204 | }, |
| 2205 | |
| 2206 | { |
| 2207 | "Name": "xyz.openbmc_project.Power.Error.PowerSequencerVoltageFault", |
| 2208 | "Subsystem": "power_sequencer", |
| 2209 | "ComponentID": "0x2700", |
| 2210 | |
| 2211 | "SRC": { |
| 2212 | "Type": "11", |
| 2213 | "ReasonCode": "0x2620", |
| 2214 | "Words6To9": {} |
| 2215 | }, |
| 2216 | |
| 2217 | "CalloutsUsingAD": { |
| 2218 | "ADName": "RAIL_NAME", "CalloutsWithTheirADValues": [ |
| 2219 | { |
| 2220 | "ADValue": "12.0V", "Callouts": [ |
| 2221 | { |
| 2222 | "CalloutList": [ |
| 2223 | { "Priority": "high", "SymbolicFRU": "pgood_part" } |
| 2224 | ] |
| 2225 | } |
| 2226 | ] |
| 2227 | }, |
| 2228 | { |
| 2229 | "ADValue": "5.0V_USB", "Callouts": [ |
| 2230 | { |
| 2231 | "CalloutList": [ |
| 2232 | { "Priority": "high", "SymbolicFRU": "usb_pgood" }, |
| 2233 | { "Priority": "medium", "LocCode": "P0" } |
| 2234 | ] |
| 2235 | } |
| 2236 | ] |
| 2237 | }, |
| 2238 | { |
| 2239 | "ADValue": "5.0V_DASD", "Callouts": [ |
| 2240 | { |
| 2241 | "CalloutList": [ |
| 2242 | { "Priority": "medium", "LocCode": "P1" }, |
| 2243 | { "Priority": "medium", "LocCode": "P2" }, |
| 2244 | { "Priority": "medium", "LocCode": "P3" }, |
| 2245 | { "Priority": "low", "LocCode": "P0" } |
| 2246 | ] |
| 2247 | } |
| 2248 | ] |
| 2249 | }, |
| 2250 | { |
| 2251 | "ADValue": "3.3VA", "Callouts": [ |
| 2252 | { |
| 2253 | "CalloutList": [ |
| 2254 | { "Priority": "high", "LocCode": "P0" } |
| 2255 | ] |
| 2256 | } |
| 2257 | ] |
| 2258 | }, |
| 2259 | { |
| 2260 | "ADValue": "3.3VB", "Callouts": [ |
| 2261 | { |
| 2262 | "CalloutList": [ |
| 2263 | { "Priority": "high", "LocCode": "P0" } |
| 2264 | ] |
| 2265 | } |
| 2266 | ] |
| 2267 | }, |
| 2268 | { |
Jim Wright | 2e4eb07 | 2022-02-03 14:43:46 -0600 | [diff] [blame] | 2269 | "ADValue": "3V3IO", "Callouts": [ |
| 2270 | { |
| 2271 | "CalloutList": [ |
| 2272 | { "Priority": "high", "LocCode": "P0-C17" } |
| 2273 | ] |
| 2274 | } |
| 2275 | ] |
| 2276 | }, |
| 2277 | { |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 2278 | "ADValue": "1.5V", "Callouts": [ |
| 2279 | { |
| 2280 | "CalloutList": [ |
| 2281 | { "Priority": "high", "LocCode": "P0" } |
| 2282 | ] |
| 2283 | } |
| 2284 | ] |
| 2285 | }, |
| 2286 | { |
| 2287 | "ADValue": "1.1V", "Callouts": [ |
| 2288 | { |
| 2289 | "CalloutList": [ |
| 2290 | { "Priority": "high", "LocCode": "P0" } |
| 2291 | ] |
| 2292 | } |
| 2293 | ] |
| 2294 | }, |
| 2295 | { |
| 2296 | "ADValue": "VDDA_DCM0", "Callouts": [ |
| 2297 | { |
| 2298 | "CalloutList": [ |
| 2299 | { "Priority": "high", "LocCode": "P0-C14" }, |
| 2300 | { "Priority": "medium", "LocCode": "P0-C15" }, |
| 2301 | { "Priority": "low", "LocCode": "P0" } |
| 2302 | ] |
| 2303 | } |
| 2304 | ] |
| 2305 | }, |
| 2306 | { |
| 2307 | "ADValue": "VDDB_DCM0", "Callouts": [ |
| 2308 | { |
| 2309 | "CalloutList": [ |
| 2310 | { "Priority": "high", "LocCode": "P0-C14" }, |
| 2311 | { "Priority": "medium", "LocCode": "P0-C15" }, |
| 2312 | { "Priority": "low", "LocCode": "P0" } |
| 2313 | ] |
| 2314 | } |
| 2315 | ] |
| 2316 | }, |
| 2317 | { |
| 2318 | "ADValue": "VDDA_DCM1", "Callouts": [ |
| 2319 | { |
| 2320 | "CalloutList": [ |
| 2321 | { "Priority": "high", "LocCode": "P0-C23" }, |
| 2322 | { "Priority": "medium", "LocCode": "P0-C24" }, |
| 2323 | { "Priority": "low", "LocCode": "P0" } |
| 2324 | ] |
| 2325 | } |
| 2326 | ] |
| 2327 | }, |
| 2328 | { |
| 2329 | "ADValue": "VDDB_DCM1", "Callouts": [ |
| 2330 | { |
| 2331 | "CalloutList": [ |
| 2332 | { "Priority": "high", "LocCode": "P0-C23" }, |
| 2333 | { "Priority": "medium", "LocCode": "P0-C24" }, |
| 2334 | { "Priority": "low", "LocCode": "P0" } |
| 2335 | ] |
| 2336 | } |
| 2337 | ] |
| 2338 | }, |
| 2339 | { |
Jim Wright | 2e4eb07 | 2022-02-03 14:43:46 -0600 | [diff] [blame] | 2340 | "ADValue": "CP03_AVDD", "Callouts": [ |
| 2341 | { |
| 2342 | "CalloutList": [ |
| 2343 | { "Priority": "high", "LocCode": "P0-C58" }, |
| 2344 | { "Priority": "medium", "LocCode": "P0-C56" }, |
| 2345 | { "Priority": "medium", "LocCode": "P0-C61" }, |
| 2346 | { "Priority": "low", "LocCode": "P0" } |
| 2347 | ] |
| 2348 | } |
| 2349 | ] |
| 2350 | }, |
| 2351 | { |
| 2352 | "ADValue": "CP12_AVDD", "Callouts": [ |
| 2353 | { |
| 2354 | "CalloutList": [ |
| 2355 | { "Priority": "high", "LocCode": "P0-C16" }, |
| 2356 | { "Priority": "medium", "LocCode": "P0-C14" }, |
| 2357 | { "Priority": "medium", "LocCode": "P0-C19" }, |
| 2358 | { "Priority": "low", "LocCode": "P0" } |
| 2359 | ] |
| 2360 | } |
| 2361 | ] |
| 2362 | }, |
| 2363 | { |
| 2364 | "ADValue": "CP0_VDD0", "Callouts": [ |
| 2365 | { |
| 2366 | "CalloutList": [ |
| 2367 | { "Priority": "high", "LocCode": "P0-C62" }, |
| 2368 | { "Priority": "medium", "LocCode": "P0-C61" }, |
| 2369 | { "Priority": "low", "LocCode": "P0" } |
| 2370 | ] |
| 2371 | } |
| 2372 | ] |
| 2373 | }, |
| 2374 | { |
| 2375 | "ADValue": "CP0_VDD1", "Callouts": [ |
| 2376 | { |
| 2377 | "CalloutList": [ |
| 2378 | { "Priority": "high", "LocCode": "P0-C60" }, |
| 2379 | { "Priority": "medium", "LocCode": "P0-C61" }, |
| 2380 | { "Priority": "low", "LocCode": "P0" } |
| 2381 | ] |
| 2382 | } |
| 2383 | ] |
| 2384 | }, |
| 2385 | { |
| 2386 | "ADValue": "CP1_VDD0", "Callouts": [ |
| 2387 | { |
| 2388 | "CalloutList": [ |
| 2389 | { "Priority": "high", "LocCode": "P0-C13" }, |
| 2390 | { "Priority": "medium", "LocCode": "P0-C14" }, |
| 2391 | { "Priority": "low", "LocCode": "P0" } |
| 2392 | ] |
| 2393 | } |
| 2394 | ] |
| 2395 | }, |
| 2396 | { |
| 2397 | "ADValue": "CP1_VDD1", "Callouts": [ |
| 2398 | { |
| 2399 | "CalloutList": [ |
| 2400 | { "Priority": "high", "LocCode": "P0-C15" }, |
| 2401 | { "Priority": "medium", "LocCode": "P0-C14" }, |
| 2402 | { "Priority": "low", "LocCode": "P0" } |
| 2403 | ] |
| 2404 | } |
| 2405 | ] |
| 2406 | }, |
| 2407 | { |
| 2408 | "ADValue": "CP2_VDD0", "Callouts": [ |
| 2409 | { |
| 2410 | "CalloutList": [ |
| 2411 | { "Priority": "high", "LocCode": "P0-C18" }, |
| 2412 | { "Priority": "medium", "LocCode": "P0-C19" }, |
| 2413 | { "Priority": "low", "LocCode": "P0" } |
| 2414 | ] |
| 2415 | } |
| 2416 | ] |
| 2417 | }, |
| 2418 | { |
| 2419 | "ADValue": "CP2_VDD1", "Callouts": [ |
| 2420 | { |
| 2421 | "CalloutList": [ |
| 2422 | { "Priority": "high", "LocCode": "P0-C20" }, |
| 2423 | { "Priority": "medium", "LocCode": "P0-C19" }, |
| 2424 | { "Priority": "low", "LocCode": "P0" } |
| 2425 | ] |
| 2426 | } |
| 2427 | ] |
| 2428 | }, |
| 2429 | { |
| 2430 | "ADValue": "CP3_VDD0", "Callouts": [ |
| 2431 | { |
| 2432 | "CalloutList": [ |
| 2433 | { "Priority": "high", "LocCode": "P0-C57" }, |
| 2434 | { "Priority": "medium", "LocCode": "P0-C56" }, |
| 2435 | { "Priority": "low", "LocCode": "P0" } |
| 2436 | ] |
| 2437 | } |
| 2438 | ] |
| 2439 | }, |
| 2440 | { |
| 2441 | "ADValue": "CP3_VDD1", "Callouts": [ |
| 2442 | { |
| 2443 | "CalloutList": [ |
| 2444 | { "Priority": "high", "LocCode": "P0-C55" }, |
| 2445 | { "Priority": "medium", "LocCode": "P0-C56" }, |
| 2446 | { "Priority": "low", "LocCode": "P0" } |
| 2447 | ] |
| 2448 | } |
| 2449 | ] |
| 2450 | }, |
| 2451 | { |
| 2452 | "ADValue": "CP0_VCS0", "Callouts": [ |
| 2453 | { |
| 2454 | "CalloutList": [ |
| 2455 | { "Priority": "high", "LocCode": "P0-C63" }, |
| 2456 | { "Priority": "medium", "LocCode": "P0-C61" }, |
| 2457 | { "Priority": "low", "LocCode": "P0" } |
| 2458 | ] |
| 2459 | } |
| 2460 | ] |
| 2461 | }, |
| 2462 | { |
| 2463 | "ADValue": "CP0_VCS1", "Callouts": [ |
| 2464 | { |
| 2465 | "CalloutList": [ |
| 2466 | { "Priority": "high", "LocCode": "P0-C59" }, |
| 2467 | { "Priority": "medium", "LocCode": "P0-C61" }, |
| 2468 | { "Priority": "low", "LocCode": "P0" } |
| 2469 | ] |
| 2470 | } |
| 2471 | ] |
| 2472 | }, |
| 2473 | { |
| 2474 | "ADValue": "CP1_VCS0", "Callouts": [ |
| 2475 | { |
| 2476 | "CalloutList": [ |
| 2477 | { "Priority": "high", "LocCode": "P0-C12" }, |
| 2478 | { "Priority": "medium", "LocCode": "P0-C14" }, |
| 2479 | { "Priority": "low", "LocCode": "P0" } |
| 2480 | ] |
| 2481 | } |
| 2482 | ] |
| 2483 | }, |
| 2484 | { |
| 2485 | "ADValue": "CP1_VCS1", "Callouts": [ |
| 2486 | { |
| 2487 | "CalloutList": [ |
| 2488 | { "Priority": "high", "LocCode": "P0-C16" }, |
| 2489 | { "Priority": "medium", "LocCode": "P0-C14" }, |
| 2490 | { "Priority": "low", "LocCode": "P0" } |
| 2491 | ] |
| 2492 | } |
| 2493 | ] |
| 2494 | }, |
| 2495 | { |
| 2496 | "ADValue": "CP2_VCS0", "Callouts": [ |
| 2497 | { |
| 2498 | "CalloutList": [ |
| 2499 | { "Priority": "high", "LocCode": "P0-C17" }, |
| 2500 | { "Priority": "medium", "LocCode": "P0-C19" }, |
| 2501 | { "Priority": "low", "LocCode": "P0" } |
| 2502 | ] |
| 2503 | } |
| 2504 | ] |
| 2505 | }, |
| 2506 | { |
| 2507 | "ADValue": "CP2_VCS1", "Callouts": [ |
| 2508 | { |
| 2509 | "CalloutList": [ |
| 2510 | { "Priority": "high", "LocCode": "P0-C21" }, |
| 2511 | { "Priority": "medium", "LocCode": "P0-C19" }, |
| 2512 | { "Priority": "low", "LocCode": "P0" } |
| 2513 | ] |
| 2514 | } |
| 2515 | ] |
| 2516 | }, |
| 2517 | { |
| 2518 | "ADValue": "CP3_VCS0", "Callouts": [ |
| 2519 | { |
| 2520 | "CalloutList": [ |
| 2521 | { "Priority": "high", "LocCode": "P0-C58" }, |
| 2522 | { "Priority": "medium", "LocCode": "P0-C56" }, |
| 2523 | { "Priority": "low", "LocCode": "P0" } |
| 2524 | ] |
| 2525 | } |
| 2526 | ] |
| 2527 | }, |
| 2528 | { |
| 2529 | "ADValue": "CP3_VCS1", "Callouts": [ |
| 2530 | { |
| 2531 | "CalloutList": [ |
| 2532 | { "Priority": "high", "LocCode": "P0-C54" }, |
| 2533 | { "Priority": "medium", "LocCode": "P0-C56" }, |
| 2534 | { "Priority": "low", "LocCode": "P0" } |
| 2535 | ] |
| 2536 | } |
| 2537 | ] |
| 2538 | }, |
| 2539 | { |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 2540 | "ADValue": "12.0VCS", "Callouts": [ |
| 2541 | { |
| 2542 | "CalloutList": [ |
| 2543 | { "Priority": "high", "SymbolicFRU": "pgood_part" } |
| 2544 | ] |
| 2545 | } |
| 2546 | ] |
| 2547 | }, |
| 2548 | { |
| 2549 | "ADValue": "3.3VCS", "Callouts": [ |
| 2550 | { |
| 2551 | "CalloutList": [ |
| 2552 | { "Priority": "high", "LocCode": "P0" } |
| 2553 | ] |
| 2554 | } |
| 2555 | ] |
| 2556 | }, |
| 2557 | { |
| 2558 | "ADValue": "1.1V_Current", "Callouts": [ |
| 2559 | { |
| 2560 | "CalloutList": [ |
| 2561 | { "Priority": "high", "LocCode": "P0" } |
| 2562 | ] |
| 2563 | } |
| 2564 | ] |
| 2565 | }, |
| 2566 | { |
| 2567 | "ADValue": "5.0V_USB_Current", "Callouts": [ |
| 2568 | { |
| 2569 | "CalloutList": [ |
| 2570 | { "Priority": "high", "SymbolicFRU": "usb_pgood" }, |
| 2571 | { "Priority": "medium", "LocCode": "P0" } |
| 2572 | ] |
| 2573 | } |
| 2574 | ] |
| 2575 | }, |
| 2576 | { |
| 2577 | "ADValue": "5.0V_DASD_Current", "Callouts": [ |
| 2578 | { |
| 2579 | "CalloutList": [ |
| 2580 | { "Priority": "medium", "LocCode": "P1" }, |
| 2581 | { "Priority": "medium", "LocCode": "P2" }, |
| 2582 | { "Priority": "medium", "LocCode": "P3" }, |
| 2583 | { "Priority": "low", "LocCode": "P0" } |
| 2584 | ] |
| 2585 | } |
| 2586 | ] |
| 2587 | }, |
| 2588 | { |
| 2589 | "ADValue": "12.0VN", "Callouts": [ |
| 2590 | { |
| 2591 | "CalloutList": [ |
| 2592 | { "Priority": "high", "SymbolicFRU": "pgood_part" } |
| 2593 | ] |
| 2594 | } |
| 2595 | ] |
| 2596 | }, |
| 2597 | { |
| 2598 | "ADValue": "12.0VP", "Callouts": [ |
| 2599 | { |
| 2600 | "CalloutList": [ |
| 2601 | { "Priority": "high", "SymbolicFRU": "pgood_part" } |
| 2602 | ] |
| 2603 | } |
| 2604 | ] |
| 2605 | }, |
| 2606 | { |
| 2607 | "ADValue": "12.0VQ", "Callouts": [ |
| 2608 | { |
| 2609 | "CalloutList": [ |
| 2610 | { "Priority": "high", "SymbolicFRU": "pgood_part" } |
| 2611 | ] |
| 2612 | } |
| 2613 | ] |
| 2614 | }, |
| 2615 | { |
| 2616 | "ADValue": "12.0VR", "Callouts": [ |
| 2617 | { |
| 2618 | "CalloutList": [ |
| 2619 | { "Priority": "high", "SymbolicFRU": "pgood_part" } |
| 2620 | ] |
| 2621 | } |
| 2622 | ] |
| 2623 | }, |
| 2624 | { |
| 2625 | "ADValue": "ThermalDiode1", "Callouts": [ |
| 2626 | { |
| 2627 | "CalloutList": [ |
| 2628 | { "Priority": "high", "LocCode": "P0" } |
| 2629 | ] |
| 2630 | } |
| 2631 | ] |
| 2632 | }, |
| 2633 | { |
| 2634 | "ADValue": "ThermalDiode2", "Callouts": [ |
| 2635 | { |
| 2636 | "CalloutList": [ |
| 2637 | { "Priority": "high", "LocCode": "P0" } |
| 2638 | ] |
| 2639 | } |
| 2640 | ] |
| 2641 | }, |
| 2642 | { |
| 2643 | "ADValue": "ThermalDiode3", "Callouts": [ |
| 2644 | { |
| 2645 | "CalloutList": [ |
| 2646 | { "Priority": "high", "LocCode": "P0" } |
| 2647 | ] |
| 2648 | } |
| 2649 | ] |
| 2650 | }, |
| 2651 | { |
| 2652 | "ADValue": "ThermalDiode4", "Callouts": [ |
| 2653 | { |
| 2654 | "CalloutList": [ |
| 2655 | { "Priority": "high", "LocCode": "P0" } |
| 2656 | ] |
| 2657 | } |
| 2658 | ] |
| 2659 | } |
| 2660 | ] |
| 2661 | }, |
| 2662 | |
| 2663 | "Documentation": { |
| 2664 | "Description": "The power sequencer chip detected a voltage fault", |
| 2665 | "Message": "The power sequencer chip detected a voltage fault", |
| 2666 | "Notes": [ |
| 2667 | ] |
| 2668 | } |
| 2669 | }, |
| 2670 | |
| 2671 | { |
Shawn McCarney | 7f1ec94 | 2021-07-28 13:33:34 -0500 | [diff] [blame] | 2672 | "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.N", |
| 2673 | "Subsystem": "power", |
| 2674 | "Severity": "predictive_redundancy_loss", |
| 2675 | "ComponentID": "0x2700", |
| 2676 | |
| 2677 | "SRC": { |
| 2678 | "Type": "11", |
| 2679 | "ReasonCode": "0x2700", |
| 2680 | "Words6To9": {} |
| 2681 | }, |
| 2682 | |
| 2683 | "Documentation": { |
| 2684 | "Description": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)", |
| 2685 | "Message": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)", |
| 2686 | "Notes": [ |
| 2687 | "CALLOUT_INVENTORY_PATH should be specified in the ", |
| 2688 | "AdditionalData property of the event log so that ", |
| 2689 | "the device is called out but not the communication path." |
| 2690 | ] |
| 2691 | } |
| 2692 | }, |
| 2693 | |
| 2694 | { |
| 2695 | "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.NPlus1", |
| 2696 | "Subsystem": "power", |
| 2697 | "Severity": "non_error", |
| 2698 | "MfgSeverity": "predictive_redundancy_loss", |
| 2699 | "ActionFlags": ["report"], |
| 2700 | "MfgActionFlags": ["service_action", "report", "call_home"], |
| 2701 | "ComponentID": "0x2700", |
| 2702 | |
| 2703 | "SRC": { |
| 2704 | "Type": "11", |
| 2705 | "ReasonCode": "0x2701", |
| 2706 | "Words6To9": {} |
| 2707 | }, |
| 2708 | |
| 2709 | "Documentation": { |
| 2710 | "Description": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)", |
| 2711 | "Message": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)", |
| 2712 | "Notes": [ |
| 2713 | "CALLOUT_INVENTORY_PATH should be specified in the ", |
| 2714 | "AdditionalData property of the event log so that ", |
| 2715 | "the device is called out but not the communication path." |
| 2716 | ] |
| 2717 | } |
| 2718 | }, |
| 2719 | |
| 2720 | { |
Shawn McCarney | 01648f5 | 2020-06-25 11:42:02 -0500 | [diff] [blame] | 2721 | "Name": "xyz.openbmc_project.Power.Regulators.Error.WriteVerification", |
| 2722 | "Subsystem": "power", |
| 2723 | "ComponentID": "0x2700", |
| 2724 | |
| 2725 | "SRC": { |
| 2726 | "Type": "11", |
| 2727 | "ReasonCode": "0x2900", |
| 2728 | "Words6To9": {} |
| 2729 | }, |
| 2730 | |
| 2731 | "Documentation": { |
| 2732 | "Description": "A write verification error occurred on a device", |
| 2733 | "Message": "A write verification error occurred on a device", |
| 2734 | "Notes": [ |
| 2735 | "This error occurs when a device register is written, ", |
| 2736 | "read back, and the two values do not match. This is ", |
| 2737 | "also called a read-back error. The device should be ", |
| 2738 | "identified using the CALLOUT_DEVICE_PATH or ", |
| 2739 | "CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR keywords in the ", |
| 2740 | "AdditionalData property of the event log. This will ", |
| 2741 | "cause the device and the hardware in the communication ", |
| 2742 | "path to be called out." |
| 2743 | ] |
| 2744 | } |
| 2745 | }, |
| 2746 | |
| 2747 | { |
Shawn McCarney | e402218 | 2022-01-31 19:09:01 -0600 | [diff] [blame] | 2748 | "Name": "xyz.openbmc_project.Power.UPS.Error.Battery.Discharging", |
| 2749 | "Subsystem": "power", |
| 2750 | "Severity": "non_error", |
| 2751 | "ActionFlags": ["report"], |
| 2752 | "ComponentID": "0x2700", |
| 2753 | |
| 2754 | "SRC": { |
| 2755 | "Type": "11", |
| 2756 | "ReasonCode": "0x4201", |
| 2757 | "Words6To9": {} |
| 2758 | }, |
| 2759 | |
| 2760 | "Documentation": { |
| 2761 | "Description": "The Uninterruptible Power Supply (UPS) battery is discharging and providing power to the system due to a utility failure", |
| 2762 | "Message": "The Uninterruptible Power Supply (UPS) battery is discharging and providing power to the system due to a utility failure", |
| 2763 | "Notes": [ |
| 2764 | ] |
| 2765 | } |
| 2766 | }, |
| 2767 | |
| 2768 | { |
| 2769 | "Name": "xyz.openbmc_project.Power.UPS.Error.Battery.Low", |
| 2770 | "Subsystem": "power", |
| 2771 | "Severity": "non_error", |
| 2772 | "ActionFlags": ["report"], |
| 2773 | "ComponentID": "0x2700", |
| 2774 | |
| 2775 | "SRC": { |
| 2776 | "Type": "11", |
| 2777 | "ReasonCode": "0x4203", |
| 2778 | "Words6To9": {} |
| 2779 | }, |
| 2780 | |
| 2781 | "Documentation": { |
| 2782 | "Description": "The Uninterruptible Power Supply (UPS) battery level is low", |
| 2783 | "Message": "The Uninterruptible Power Supply (UPS) battery level is low", |
| 2784 | "Notes": [ |
| 2785 | ] |
| 2786 | } |
| 2787 | }, |
| 2788 | |
| 2789 | { |
Shawn McCarney | 01648f5 | 2020-06-25 11:42:02 -0500 | [diff] [blame] | 2790 | "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile", |
| 2791 | "Subsystem": "power", |
| 2792 | "ComponentID": "0x2700", |
| 2793 | |
| 2794 | "SRC": { |
| 2795 | "Type": "11", |
| 2796 | "ReasonCode": "0xA013", |
| 2797 | "Words6To9": {} |
| 2798 | }, |
| 2799 | |
| 2800 | "Callouts": [ |
| 2801 | { |
| 2802 | "CalloutList": [ |
| 2803 | { "Priority": "high", "Procedure": "bmc_code" } |
| 2804 | ] |
| 2805 | } |
| 2806 | ], |
| 2807 | |
| 2808 | "Documentation": { |
| 2809 | "Description": "A regulators configuration file error occurred", |
| 2810 | "Message": "A regulators configuration file error occurred", |
| 2811 | "Notes": [ |
| 2812 | "The regulators configuration file could not be found, ", |
| 2813 | "could not be read, or had invalid contents." |
| 2814 | ] |
| 2815 | } |
| 2816 | }, |
| 2817 | |
| 2818 | { |
Shawn McCarney | 82e31d8 | 2021-02-19 16:25:55 -0600 | [diff] [blame] | 2819 | "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile.Critical", |
| 2820 | "Subsystem": "power", |
| 2821 | "Severity": "critical_system_term", |
| 2822 | "ComponentID": "0x2700", |
| 2823 | |
| 2824 | "SRC": { |
| 2825 | "Type": "11", |
| 2826 | "ReasonCode": "0xA014", |
Mike Capps | a2d7b77 | 2022-03-07 15:47:48 -0500 | [diff] [blame] | 2827 | "Words6To9": {} |
Shawn McCarney | 82e31d8 | 2021-02-19 16:25:55 -0600 | [diff] [blame] | 2828 | }, |
| 2829 | |
| 2830 | "Callouts": [ |
| 2831 | { |
| 2832 | "CalloutList": [ |
| 2833 | { "Priority": "high", "Procedure": "bmc_code" } |
| 2834 | ] |
| 2835 | } |
| 2836 | ], |
| 2837 | |
| 2838 | "Documentation": { |
| 2839 | "Description": "A critical regulators configuration file error occurred", |
| 2840 | "Message": "A critical regulators configuration file error occurred", |
| 2841 | "Notes": [ |
| 2842 | "The regulators configuration file could not be found, ", |
| 2843 | "could not be read, or had invalid contents. As a result ", |
| 2844 | "voltage regulators could not be configured, and the ", |
| 2845 | "chassis could not be powered on." |
| 2846 | ] |
| 2847 | } |
| 2848 | }, |
| 2849 | |
| 2850 | { |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 2851 | "Name": "xyz.openbmc_project.Power.Error.PowerSequencerFault", |
| 2852 | "Subsystem": "power_sequencer", |
| 2853 | "ComponentID": "0x2700", |
| 2854 | |
| 2855 | "SRC": { |
| 2856 | "Type": "11", |
| 2857 | "ReasonCode": "0xD000", |
| 2858 | "Words6To9": {} |
| 2859 | }, |
| 2860 | |
| 2861 | "Callouts": [ |
| 2862 | { |
| 2863 | "CalloutList": [ |
| 2864 | { "Priority": "high", "LocCode": "P0" } |
| 2865 | ] |
| 2866 | } |
| 2867 | ], |
| 2868 | |
| 2869 | "Documentation": { |
| 2870 | "Description": "The power sequencer chip detected a fault", |
| 2871 | "Message": "The power sequencer chip detected a fault", |
| 2872 | "Notes": [ |
| 2873 | ] |
| 2874 | } |
| 2875 | }, |
| 2876 | |
| 2877 | { |
Jim Wright | c1ba04f | 2021-11-12 15:31:32 -0600 | [diff] [blame] | 2878 | "Name": "xyz.openbmc_project.Power.Error.PowerOnTimeout", |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 2879 | "Subsystem": "power_sequencer", |
| 2880 | "ComponentID": "0x2700", |
Jim Wright | c1ba04f | 2021-11-12 15:31:32 -0600 | [diff] [blame] | 2881 | "Severity": "critical", |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 2882 | |
| 2883 | "SRC": { |
| 2884 | "Type": "11", |
| 2885 | "ReasonCode": "0xD002", |
| 2886 | "Words6To9": {} |
| 2887 | }, |
| 2888 | |
| 2889 | "Callouts": [ |
| 2890 | { |
| 2891 | "CalloutList": [ |
| 2892 | { "Priority": "high", "LocCode": "P0" } |
| 2893 | ] |
| 2894 | } |
| 2895 | ], |
| 2896 | |
| 2897 | "Documentation": { |
Jim Wright | c1ba04f | 2021-11-12 15:31:32 -0600 | [diff] [blame] | 2898 | "Description": "System power failed to turn on within timeout period", |
| 2899 | "Message": "System power failed to turn on within timeout period", |
| 2900 | "Notes": [ |
| 2901 | ] |
| 2902 | } |
| 2903 | }, |
| 2904 | |
| 2905 | { |
| 2906 | "Name": "xyz.openbmc_project.Power.Error.PowerOffTimeout", |
| 2907 | "Subsystem": "power_sequencer", |
| 2908 | "ComponentID": "0x2700", |
| 2909 | "Severity": "critical", |
| 2910 | |
| 2911 | "SRC": { |
| 2912 | "Type": "11", |
| 2913 | "ReasonCode": "0xD008", |
| 2914 | "Words6To9": {} |
| 2915 | }, |
| 2916 | |
| 2917 | "Callouts": [ |
| 2918 | { |
| 2919 | "CalloutList": [ |
| 2920 | { "Priority": "high", "LocCode": "P0" } |
| 2921 | ] |
| 2922 | } |
| 2923 | ], |
| 2924 | |
| 2925 | "Documentation": { |
| 2926 | "Description": "System power failed to turn off within timeout period", |
| 2927 | "Message": "System power failed to turn off within timeout period", |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 2928 | "Notes": [ |
| 2929 | ] |
| 2930 | } |
| 2931 | }, |
| 2932 | |
| 2933 | { |
Shawn McCarney | 01648f5 | 2020-06-25 11:42:02 -0500 | [diff] [blame] | 2934 | "Name": "xyz.openbmc_project.Power.Error.Internal", |
| 2935 | "Subsystem": "power", |
| 2936 | "ComponentID": "0x2700", |
| 2937 | |
| 2938 | "SRC": { |
| 2939 | "Type": "11", |
| 2940 | "ReasonCode": "0xE000", |
| 2941 | "Words6To9": {} |
| 2942 | }, |
| 2943 | |
| 2944 | "Callouts": [ |
| 2945 | { |
| 2946 | "CalloutList": [ |
| 2947 | { "Priority": "high", "Procedure": "bmc_code" } |
| 2948 | ] |
| 2949 | } |
| 2950 | ], |
| 2951 | |
| 2952 | "Documentation": { |
| 2953 | "Description": "An internal firmware error occurred", |
| 2954 | "Message": "An internal firmware error occurred", |
| 2955 | "Notes": [ |
| 2956 | "The error details must be provided in the AdditionalData ", |
| 2957 | "property of the event log." |
| 2958 | ] |
| 2959 | } |
| 2960 | }, |
| 2961 | |
| 2962 | { |
| 2963 | "Name": "xyz.openbmc_project.Power.Error.I2C", |
| 2964 | "Subsystem": "cec_i2c", |
| 2965 | "ComponentID": "0x2700", |
| 2966 | |
| 2967 | "SRC": { |
| 2968 | "Type": "11", |
| 2969 | "ReasonCode": "0xE100", |
| 2970 | "Words6To9": {} |
| 2971 | }, |
| 2972 | |
| 2973 | "Documentation": { |
| 2974 | "Description": "An I2C error occurred communicating with a device", |
| 2975 | "Message": "An I2C error occurred communicating with a device", |
| 2976 | "Notes": [ |
| 2977 | "The device should be identified using the ", |
| 2978 | "CALLOUT_DEVICE_PATH or CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR ", |
| 2979 | "keywords in the AdditionalData property of the event ", |
| 2980 | "log. This will cause the device and the hardware in the ", |
| 2981 | "communication path to be called out." |
| 2982 | ] |
| 2983 | } |
| 2984 | }, |
| 2985 | |
| 2986 | { |
| 2987 | "Name": "xyz.openbmc_project.Power.Error.PMBus", |
| 2988 | "Subsystem": "power", |
| 2989 | "ComponentID": "0x2700", |
| 2990 | |
| 2991 | "SRC": { |
| 2992 | "Type": "11", |
| 2993 | "ReasonCode": "0xE200", |
| 2994 | "Words6To9": {} |
| 2995 | }, |
| 2996 | |
| 2997 | "Documentation": { |
| 2998 | "Description": "A PMBus error occurred on a device", |
| 2999 | "Message": "A PMBus error occurred on a device", |
| 3000 | "Notes": [ |
| 3001 | "This error occurs when the I2C communication was ", |
| 3002 | "successful, but the PMBus value read is invalid or ", |
| 3003 | "unsupported. CALLOUT_INVENTORY_PATH should be specified ", |
| 3004 | "in the AdditionalData property of the event log so that ", |
| 3005 | "the device is called out but not the communication path." |
| 3006 | ] |
| 3007 | } |
| 3008 | }, |
| 3009 | |
| 3010 | { |
| 3011 | "Name": "xyz.openbmc_project.Power.Error.DBus", |
| 3012 | "Subsystem": "power", |
| 3013 | "ComponentID": "0x2700", |
| 3014 | |
| 3015 | "SRC": { |
| 3016 | "Type": "11", |
| 3017 | "ReasonCode": "0xE300", |
| 3018 | "Words6To9": {} |
| 3019 | }, |
| 3020 | |
| 3021 | "Callouts": [ |
| 3022 | { |
| 3023 | "CalloutList": [ |
| 3024 | { "Priority": "high", "Procedure": "bmc_code" } |
| 3025 | ] |
| 3026 | } |
| 3027 | ], |
| 3028 | |
| 3029 | "Documentation": { |
| 3030 | "Description": "A firmware inter-process communication (D-Bus) error occurred", |
| 3031 | "Message": "A firmware inter-process communication (D-Bus) error occurred" |
| 3032 | } |
Matt Spinler | 60d1c39 | 2020-09-23 15:23:24 -0500 | [diff] [blame] | 3033 | }, |
| 3034 | |
| 3035 | { |
Matt Spinler | 7c9c07e | 2020-10-22 10:16:37 -0500 | [diff] [blame] | 3036 | "Name": "xyz.openbmc_project.Fan.Error.Fault", |
| 3037 | "Subsystem": "power_fans", |
| 3038 | "ComponentID": "0x2800", |
| 3039 | |
| 3040 | "SRC": { |
| 3041 | "Type": "11", |
| 3042 | "ReasonCode": "0x76F0", |
| 3043 | "Words6To9": {} |
| 3044 | }, |
| 3045 | |
| 3046 | "Documentation": { |
| 3047 | "Description": "Fan rotor fault", |
| 3048 | "Message": "Fan rotor fault", |
| 3049 | "Notes": [ |
| 3050 | "This error occurs when a fan rotor has been faulted for a ", |
| 3051 | "certain amount of time. The callout is the fan which is ", |
| 3052 | "passed in with CALLOUT_INVENTORY_PATH. The severity is ", |
| 3053 | "passed in during creation and will be either informational ", |
| 3054 | "or unrecoverable. The action flags use the defaults and ", |
| 3055 | "vary based on the severity." |
| 3056 | ] |
| 3057 | } |
| 3058 | }, |
| 3059 | |
| 3060 | { |
Matt Spinler | 60d1c39 | 2020-09-23 15:23:24 -0500 | [diff] [blame] | 3061 | "Name": "xyz.openbmc_project.Fan.Error.Missing", |
| 3062 | "Subsystem": "power_fans", |
| 3063 | "ComponentID": "0x2800", |
| 3064 | "Severity": "unrecoverable_redundancy_loss", |
| 3065 | "ActionFlags": ["service_action", "report", "call_home"], |
| 3066 | |
| 3067 | "SRC": { |
| 3068 | "Type": "11", |
| 3069 | "ReasonCode": "0x76F1", |
| 3070 | "Words6To9": {} |
| 3071 | }, |
| 3072 | |
| 3073 | "Callouts": [ |
| 3074 | { |
Matt Spinler | 938ac79 | 2021-05-12 10:46:44 -0500 | [diff] [blame] | 3075 | "System": "ibm,rainier", |
Matt Spinler | 60d1c39 | 2020-09-23 15:23:24 -0500 | [diff] [blame] | 3076 | "CalloutList": [ |
Matt Spinler | 8060019 | 2020-10-23 09:29:33 -0500 | [diff] [blame] | 3077 | { |
| 3078 | "Priority": "high", |
| 3079 | "SymbolicFRUTrusted": "air_mover", |
| 3080 | "UseInventoryLocCode": true |
| 3081 | }, |
| 3082 | { |
| 3083 | "Priority": "low", |
| 3084 | "LocCode": "P0" |
| 3085 | } |
Matt Spinler | 60d1c39 | 2020-09-23 15:23:24 -0500 | [diff] [blame] | 3086 | ] |
Matt Spinler | 938ac79 | 2021-05-12 10:46:44 -0500 | [diff] [blame] | 3087 | }, |
| 3088 | { |
| 3089 | "System": "ibm,everest", |
| 3090 | "CalloutList": [ |
| 3091 | { |
| 3092 | "Priority": "high", |
| 3093 | "SymbolicFRUTrusted": "air_mover", |
| 3094 | "UseInventoryLocCode": true |
| 3095 | }, |
| 3096 | { |
| 3097 | "Priority": "low", |
| 3098 | "LocCode": "P1" |
| 3099 | } |
| 3100 | ] |
Matt Spinler | 60d1c39 | 2020-09-23 15:23:24 -0500 | [diff] [blame] | 3101 | } |
| 3102 | ], |
| 3103 | |
| 3104 | "Documentation": { |
| 3105 | "Description": "A fan is missing", |
| 3106 | "Message": "A fan is missing", |
| 3107 | "Notes": [ |
| 3108 | "This error occurs when a fan has been missing for a ", |
Matt Spinler | 8060019 | 2020-10-23 09:29:33 -0500 | [diff] [blame] | 3109 | "certain amount of time. The first callout is the ", |
| 3110 | "symbolic FRU AIR_MOVR that has the trusted fan location ", |
| 3111 | "code, which it gets using the passed in ", |
| 3112 | "CALLOUT_INVENTORY_PATH. The second callout is the FRU ", |
Matt Spinler | 938ac79 | 2021-05-12 10:46:44 -0500 | [diff] [blame] | 3113 | "where the controller and GPIO expander are." |
Matt Spinler | 60d1c39 | 2020-09-23 15:23:24 -0500 | [diff] [blame] | 3114 | ] |
| 3115 | } |
SunnySrivastava1984 | 1ec60ea | 2020-09-03 07:07:25 -0500 | [diff] [blame] | 3116 | }, |
| 3117 | |
| 3118 | { |
Matt Spinler | adf070b | 2021-04-21 13:39:45 -0500 | [diff] [blame] | 3119 | "Name": "xyz.openbmc_project.Fan.Presence.Error.Detection", |
| 3120 | "ComponentID": "0x2800", |
| 3121 | "Subsystem": "power_fans", |
| 3122 | "Severity": "non_error", |
| 3123 | "ActionFlags": ["report"], |
| 3124 | "MfgSeverity": "predictive", |
| 3125 | "MfgActionFlags": ["service_action", "report"], |
| 3126 | |
| 3127 | "SRC": { |
| 3128 | "Type": "11", |
| 3129 | "ReasonCode": "0x76F2", |
| 3130 | "Words6To9": {} |
| 3131 | }, |
| 3132 | |
| 3133 | "Callouts": [ |
| 3134 | { |
| 3135 | "System": "ibm,rainier", |
| 3136 | "CalloutList": [ |
| 3137 | {"Priority": "medium", "LocCode": "P0"} |
| 3138 | ] |
| 3139 | }, |
| 3140 | { |
| 3141 | "System": "ibm,everest", |
| 3142 | "CalloutList": [ |
| 3143 | {"Priority": "medium", "LocCode": "P1"} |
| 3144 | ] |
| 3145 | } |
| 3146 | ], |
| 3147 | |
| 3148 | "Documentation": { |
| 3149 | "Description": "Presence detect methods for the same fan disagree", |
| 3150 | "Message": "Presence detect methods for the same fan disagree", |
| 3151 | "Notes": [ |
| 3152 | "This error occurs when there is more than one way to detect", |
| 3153 | "fan presence, and they don't all agree. For example, the", |
| 3154 | "GPIO says a fan isn't present, but the tach readings are", |
| 3155 | "nonzero. This is informational, unless in manufacturing.", |
| 3156 | "The fan FRU is passed in as a high priority callout.", |
| 3157 | "The FRU the GPIO source is on is called out medium." |
| 3158 | ] |
| 3159 | } |
| 3160 | }, |
| 3161 | |
| 3162 | { |
Matt Spinler | dde9920 | 2021-06-14 12:15:59 -0600 | [diff] [blame] | 3163 | "Name": "xyz.openbmc_project.Fan.Error.FanControllerOffline", |
| 3164 | "ComponentID": "0x2800", |
| 3165 | "Subsystem": "power_fans", |
| 3166 | "Severity": "critical_system_term", |
| 3167 | "ActionFlags": ["service_action", "report", "call_home"], |
| 3168 | |
| 3169 | "SRC": { |
| 3170 | "Type": "11", |
| 3171 | "ReasonCode": "0x76F3", |
Mike Capps | a2d7b77 | 2022-03-07 15:47:48 -0500 | [diff] [blame] | 3172 | "Words6To9": {} |
Matt Spinler | dde9920 | 2021-06-14 12:15:59 -0600 | [diff] [blame] | 3173 | }, |
| 3174 | |
| 3175 | "Callouts": [ |
| 3176 | { |
| 3177 | "System": "ibm,rainier", |
| 3178 | "CalloutList": [ |
| 3179 | {"Priority": "high", "LocCode": "P0-C5"}, |
| 3180 | {"Priority": "medium_group_a", "LocCode": "P0-T12", "SymbolicFRUTrusted": "fan_cable"}, |
| 3181 | {"Priority": "medium_group_a", "LocCode": "P0-T17", "SymbolicFRUTrusted": "cable_continued"}, |
| 3182 | {"Priority": "low", "LocCode": "P0"} |
| 3183 | ] |
| 3184 | }, |
| 3185 | { |
| 3186 | "System": "ibm,everest", |
| 3187 | "CalloutList": [ |
| 3188 | {"Priority": "high", "LocCode": "P0-C0"}, |
| 3189 | {"Priority": "medium", "LocCode": "P1"}, |
| 3190 | {"Priority": "low", "LocCode": "P0"} |
| 3191 | ] |
| 3192 | } |
| 3193 | ], |
| 3194 | |
| 3195 | "Documentation": { |
| 3196 | "Description": "The fan controller device is offline", |
| 3197 | "Message": "The fan controller is offline. The system must be powered off.", |
| 3198 | "Notes": [ |
| 3199 | "The device that controls the fans is offline so the fan", |
| 3200 | "targets and speeds are unknown. The system will be shut", |
| 3201 | "down to preserve thermal safety. There may be an I2C", |
| 3202 | "or power problem with the device." |
| 3203 | ] |
| 3204 | } |
| 3205 | }, |
| 3206 | |
| 3207 | { |
Mike Capps | abc276e | 2021-06-18 16:41:30 -0400 | [diff] [blame] | 3208 | "Name": "xyz.openbmc_project.Fan.Presence.Error.GPIODeviceUnavailable", |
| 3209 | "Subsystem": "power_fans", |
| 3210 | "ComponentID": "0x2800", |
| 3211 | "Severity": "unrecoverable_redundancy_loss", |
| 3212 | "ActionFlags": ["service_action", "report", "call_home"], |
| 3213 | |
| 3214 | "SRC": { |
| 3215 | "Type": "11", |
| 3216 | "ReasonCode": "0x76F4", |
| 3217 | "Words6To9": {} |
| 3218 | }, |
| 3219 | |
| 3220 | "Callouts": [ |
| 3221 | { |
| 3222 | "System" : "ibm,rainier", |
| 3223 | "CalloutList": [ |
| 3224 | {"Priority": "high", "LocCode": "P0-C5"}, |
| 3225 | {"Priority": "medium_group_a", "LocCode": "P0-T12","SymbolicFRUTrusted": "fan_cable"}, |
| 3226 | {"Priority": "medium_group_a", "LocCode": "P0-T17","SymbolicFRUTrusted": "cable_continued"}, |
| 3227 | {"Priority": "low", "LocCode": "P0"} |
| 3228 | ] |
| 3229 | }, |
| 3230 | { |
| 3231 | "System" : "ibm,everest", |
| 3232 | "CalloutList": [ |
| 3233 | {"Priority": "high", "LocCode": "P0-C0"}, |
| 3234 | {"Priority": "medium", "LocCode": "P1"}, |
| 3235 | {"Priority": "low", "LocCode": "P0"} |
| 3236 | ] |
| 3237 | } |
| 3238 | ], |
| 3239 | |
| 3240 | "Documentation": { |
| 3241 | "Description": "Fan GPIO sensors not present", |
| 3242 | "Message": "Fan GPIO sensors not present", |
| 3243 | "Notes": [ |
| 3244 | "The device that reports fan presence is not functioning." |
| 3245 | ] |
| 3246 | } |
| 3247 | }, |
| 3248 | |
| 3249 | { |
Matt Spinler | 86e40dd | 2021-01-29 11:19:36 -0600 | [diff] [blame] | 3250 | "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHigh", |
| 3251 | "Subsystem": "power", |
| 3252 | "ComponentID": "0x2800", |
| 3253 | "Severity": "predictive", |
| 3254 | "ActionFlags": ["service_action", "report"], |
| 3255 | |
| 3256 | "SRC": { |
| 3257 | "ReasonCode": "0x2801", |
| 3258 | "Words6To9": {} |
| 3259 | }, |
| 3260 | |
| 3261 | "CalloutsUsingAD": { |
| 3262 | "ADName": "SENSOR_NAME", |
| 3263 | "CalloutsWithTheirADValues": [ |
| 3264 | { |
| 3265 | "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp", |
| 3266 | "Callouts": [ |
| 3267 | { |
| 3268 | "CalloutList": [ |
| 3269 | { "Priority": "high", "SymbolicFRU": "ambient_temp" } |
| 3270 | ] |
| 3271 | } |
| 3272 | ] |
| 3273 | } |
| 3274 | ] |
| 3275 | }, |
| 3276 | |
| 3277 | "Documentation": { |
| 3278 | "Description": "A temperature sensor exceeded its performance loss threshold.", |
| 3279 | "Message": "A temperature sensor exceeded its performance loss threshold.", |
| 3280 | "Notes": [ |
| 3281 | "A temperature sensor crossed its performance loss threshold value", |
| 3282 | "If it is the ambient sensor, then a symbolic FRU will be added.", |
| 3283 | "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add", |
| 3284 | "a FRU callout." |
| 3285 | ] |
| 3286 | } |
| 3287 | }, |
| 3288 | |
| 3289 | { |
| 3290 | "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHighClear", |
| 3291 | "Subsystem": "power", |
| 3292 | "ComponentID": "0x2800", |
| 3293 | "Severity": "non_error", |
| 3294 | "ActionFlags": ["report"], |
| 3295 | "EventType": "env_normal", |
| 3296 | |
| 3297 | "SRC": { |
| 3298 | "ReasonCode": "0x2802", |
| 3299 | "Words6To9": {} |
| 3300 | }, |
| 3301 | |
| 3302 | "CalloutsUsingAD": { |
| 3303 | "ADName": "SENSOR_NAME", |
| 3304 | "CalloutsWithTheirADValues": [ |
| 3305 | { |
| 3306 | "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp", |
| 3307 | "Callouts": [ |
| 3308 | { |
| 3309 | "CalloutList": [ |
| 3310 | { "Priority": "high", "SymbolicFRU": "ambient_temp_back" } |
| 3311 | ] |
| 3312 | } |
| 3313 | ] |
| 3314 | } |
| 3315 | ] |
| 3316 | }, |
| 3317 | |
| 3318 | "Documentation": { |
| 3319 | "Description": "A temperature sensor is under its performance loss threshold.", |
| 3320 | "Message": "A temperature sensor is under its performance loss threshold.", |
| 3321 | "Notes": [ |
| 3322 | "A temperature sensor crossed under its performance loss threshold value", |
| 3323 | "If it is the ambient sensor, then a symbolic FRU will be added." |
| 3324 | ] |
| 3325 | } |
| 3326 | }, |
| 3327 | |
| 3328 | { |
| 3329 | "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHigh", |
| 3330 | "Subsystem": "power", |
| 3331 | "ComponentID": "0x2800", |
| 3332 | "Severity": "predictive", |
| 3333 | "ActionFlags": ["service_action", "report"], |
| 3334 | |
| 3335 | "SRC": { |
| 3336 | "ReasonCode": "0x2803", |
| 3337 | "Words6To9": {} |
| 3338 | }, |
| 3339 | |
| 3340 | "CalloutsUsingAD": { |
| 3341 | "ADName": "SENSOR_NAME", |
| 3342 | "CalloutsWithTheirADValues": [ |
| 3343 | { |
| 3344 | "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp", |
| 3345 | "Callouts": [ |
| 3346 | { |
| 3347 | "CalloutList": [ |
| 3348 | { "Priority": "high", "SymbolicFRU": "ambient_temp" } |
| 3349 | ] |
| 3350 | } |
| 3351 | ] |
| 3352 | } |
| 3353 | ] |
| 3354 | }, |
| 3355 | |
| 3356 | "Documentation": { |
| 3357 | "Description": "A temperature sensor exceeded its warning threshold.", |
| 3358 | "Message": "A temperature sensor exceeded its warning threshold.", |
| 3359 | "Notes": [ |
| 3360 | "A temperature sensor crossed its warning threshold value", |
| 3361 | "If it is the ambient sensor, then a symbolic FRU will be added.", |
| 3362 | "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add", |
| 3363 | "a FRU callout." |
| 3364 | ] |
| 3365 | } |
| 3366 | }, |
| 3367 | |
| 3368 | { |
| 3369 | "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHighClear", |
| 3370 | "Subsystem": "power", |
| 3371 | "ComponentID": "0x2800", |
| 3372 | "Severity": "non_error", |
| 3373 | "ActionFlags": ["report"], |
| 3374 | "EventType": "env_normal", |
| 3375 | |
| 3376 | "SRC": { |
| 3377 | "ReasonCode": "0x2804", |
| 3378 | "Words6To9": {} |
| 3379 | }, |
| 3380 | |
| 3381 | "CalloutsUsingAD": { |
| 3382 | "ADName": "SENSOR_NAME", |
| 3383 | "CalloutsWithTheirADValues": [ |
| 3384 | { |
| 3385 | "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp", |
| 3386 | "Callouts": [ |
| 3387 | { |
| 3388 | "CalloutList": [ |
| 3389 | { "Priority": "high", "SymbolicFRU": "ambient_temp_back" } |
| 3390 | ] |
| 3391 | } |
| 3392 | ] |
| 3393 | } |
| 3394 | ] |
| 3395 | }, |
| 3396 | |
| 3397 | "Documentation": { |
| 3398 | "Description": "A temperature sensor is under its warning threshold.", |
| 3399 | "Message": "A temperature sensor is under its warning threshold.", |
| 3400 | "Notes": [ |
| 3401 | "A temperature sensor crossed under its warning threshold value", |
| 3402 | "If it is the ambient sensor, then a symbolic FRU will be added." |
| 3403 | ] |
| 3404 | } |
| 3405 | }, |
| 3406 | |
| 3407 | { |
| 3408 | "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHigh", |
| 3409 | "Subsystem": "power", |
| 3410 | "ComponentID": "0x2800", |
| 3411 | "Severity": "predictive", |
| 3412 | "ActionFlags": ["service_action", "report"], |
| 3413 | |
| 3414 | "SRC": { |
| 3415 | "ReasonCode": "0x2805", |
| 3416 | "Words6To9": {} |
| 3417 | }, |
| 3418 | |
| 3419 | "CalloutsUsingAD": { |
| 3420 | "ADName": "SENSOR_NAME", |
| 3421 | "CalloutsWithTheirADValues": [ |
| 3422 | { |
| 3423 | "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp", |
| 3424 | "Callouts": [ |
| 3425 | { |
| 3426 | "CalloutList": [ |
| 3427 | { "Priority": "high", "SymbolicFRU": "ambient_temp" } |
| 3428 | ] |
| 3429 | } |
| 3430 | ] |
| 3431 | } |
| 3432 | ] |
| 3433 | }, |
| 3434 | |
| 3435 | "Documentation": { |
| 3436 | "Description": "A temperature sensor exceeded its critical threshold.", |
| 3437 | "Message": "A temperature sensor exceeded its critical threshold.", |
| 3438 | "Notes": [ |
| 3439 | "A temperature sensor crossed its critical threshold value", |
| 3440 | "If it is the ambient sensor, then a symbolic FRU will be added.", |
| 3441 | "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add", |
| 3442 | "a FRU callout." |
| 3443 | ] |
| 3444 | } |
| 3445 | }, |
| 3446 | |
| 3447 | { |
| 3448 | "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHighClear", |
| 3449 | "Subsystem": "power", |
| 3450 | "ComponentID": "0x2800", |
| 3451 | "Severity": "non_error", |
| 3452 | "ActionFlags": ["report"], |
| 3453 | "EventType": "env_normal", |
| 3454 | |
| 3455 | "SRC": { |
| 3456 | "ReasonCode": "0x2806", |
| 3457 | "Words6To9": {} |
| 3458 | }, |
| 3459 | |
| 3460 | "CalloutsUsingAD": { |
| 3461 | "ADName": "SENSOR_NAME", |
| 3462 | "CalloutsWithTheirADValues": [ |
| 3463 | { |
| 3464 | "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp", |
| 3465 | "Callouts": [ |
| 3466 | { |
| 3467 | "CalloutList": [ |
| 3468 | { "Priority": "high", "SymbolicFRU": "ambient_temp_back" } |
| 3469 | ] |
| 3470 | } |
| 3471 | ] |
| 3472 | } |
| 3473 | ] |
| 3474 | }, |
| 3475 | |
| 3476 | "Documentation": { |
| 3477 | "Description": "A temperature sensor is under its critical threshold.", |
| 3478 | "Message": "A temperature sensor is under its critical threshold.", |
| 3479 | "Notes": [ |
| 3480 | "A temperature sensor crossed under its critical threshold value", |
| 3481 | "If it is the ambient sensor, then a symbolic FRU will be added." |
| 3482 | ] |
| 3483 | } |
| 3484 | }, |
| 3485 | |
| 3486 | { |
Matt Spinler | 6b3490a | 2021-01-20 10:48:26 -0600 | [diff] [blame] | 3487 | "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHigh", |
| 3488 | "Subsystem": "power", |
| 3489 | "ComponentID": "0x2800", |
| 3490 | "Severity": "predictive", |
| 3491 | "ActionFlags": ["service_action", "report"], |
| 3492 | |
| 3493 | "SRC": { |
| 3494 | "ReasonCode": "0x2807", |
| 3495 | "Words6To9": {} |
| 3496 | }, |
| 3497 | |
| 3498 | "Callouts": [ |
| 3499 | { |
| 3500 | "CalloutList": [ |
| 3501 | { |
| 3502 | "Priority": "high", |
| 3503 | "SymbolicFRU": "ambient_temp" |
| 3504 | } |
| 3505 | ] |
| 3506 | } |
| 3507 | ], |
| 3508 | |
| 3509 | "Documentation": { |
| 3510 | "Description": "The ambient temperature passed the EPOW3 limit.", |
| 3511 | "Message": "The ambient temperature passed the EPOW3 limit. The system will shut down if temp doesn't decrease.", |
| 3512 | "Notes": [ |
| 3513 | "This error occurs when the ambient temperature surpassed", |
| 3514 | "the EPOW3 shutdown limit." |
| 3515 | ] |
| 3516 | } |
| 3517 | }, |
| 3518 | |
| 3519 | { |
| 3520 | "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHighClear", |
| 3521 | "Subsystem": "power", |
| 3522 | "ComponentID": "0x2800", |
| 3523 | "Severity": "non_error", |
| 3524 | "ActionFlags": ["report"], |
| 3525 | "EventType": "env_normal", |
| 3526 | |
| 3527 | "SRC": { |
| 3528 | "ReasonCode": "0x2808", |
| 3529 | "Words6To9": {} |
| 3530 | }, |
| 3531 | |
| 3532 | "Callouts": [ |
| 3533 | { |
| 3534 | "CalloutList": [ |
| 3535 | { |
| 3536 | "Priority": "high", |
| 3537 | "SymbolicFRU": "ambient_temp_back" |
| 3538 | } |
| 3539 | ] |
| 3540 | } |
| 3541 | ], |
| 3542 | |
| 3543 | "Documentation": { |
| 3544 | "Description": "The ambient temperature is back under the EPOW3 limit.", |
| 3545 | "Message": "The ambient temperature is back under the EPOW3 limit." |
| 3546 | } |
| 3547 | }, |
| 3548 | |
| 3549 | { |
| 3550 | "Name": "xyz.openbmc_project.Sensor.Threshold.Error.HardShutdownAlarmHigh", |
| 3551 | "Subsystem": "power", |
| 3552 | "ComponentID": "0x2800", |
Matt Spinler | 6b3490a | 2021-01-20 10:48:26 -0600 | [diff] [blame] | 3553 | "ActionFlags": ["service_action", "report"], |
| 3554 | |
| 3555 | "SRC": { |
| 3556 | "ReasonCode": "0x2809", |
| 3557 | "Words6To9": {} |
| 3558 | }, |
| 3559 | |
| 3560 | "Callouts": [ |
| 3561 | { |
| 3562 | "CalloutList": [ |
| 3563 | { |
| 3564 | "Priority": "high", |
| 3565 | "SymbolicFRU": "ambient_temp" |
| 3566 | } |
| 3567 | ] |
| 3568 | } |
| 3569 | ], |
| 3570 | |
| 3571 | "Documentation": { |
| 3572 | "Description": "The ambient temperature passed the EPOW4 limit.", |
| 3573 | "Message": "The ambient temperature passed the EPOW4 limit. The system will shut down", |
| 3574 | "Notes": [ |
| 3575 | "This error occurs when the ambient temperature surpassed", |
| 3576 | "the EPOW4 shutdown limit." |
| 3577 | ] |
| 3578 | } |
| 3579 | }, |
| 3580 | |
| 3581 | { |
Rashmica Gupta | b63f75b | 2021-08-18 20:54:21 +1000 | [diff] [blame] | 3582 | "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHigh", |
| 3583 | "Subsystem": "ext_env", |
| 3584 | "ComponentID": "0x2800", |
| 3585 | "Severity": "predictive", |
| 3586 | "ActionFlags": ["service_action", "report"], |
| 3587 | |
| 3588 | "SRC": { |
| 3589 | "ReasonCode": "0x280A", |
| 3590 | "Words6To9": {} |
| 3591 | }, |
| 3592 | |
| 3593 | "CalloutsUsingAD": { |
| 3594 | "ADName": "SENSOR_NAME", |
| 3595 | "CalloutsWithTheirADValues": [ |
| 3596 | { |
| 3597 | "ADValue": "/xyz/openbmc_project/sensors/altitude/Altitude", |
| 3598 | "Callouts": [ |
| 3599 | { |
| 3600 | "CalloutList": [ |
| 3601 | { "Priority": "high", "SymbolicFRU": "altitude" } |
| 3602 | ] |
| 3603 | } |
| 3604 | ] |
| 3605 | } |
| 3606 | ] |
| 3607 | }, |
| 3608 | |
| 3609 | "Documentation": { |
| 3610 | "Description": "An altitude sensor exceeded its warning threshold.", |
| 3611 | "Message": "An altitude sensor exceeded its warning threshold.", |
| 3612 | "Notes": [ |
| 3613 | "The virtual altitude sensor crossed its warning threshold value", |
| 3614 | " and a symbolic FRU will be added." |
| 3615 | ] |
| 3616 | } |
| 3617 | }, |
| 3618 | |
| 3619 | { |
| 3620 | "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHighClear", |
| 3621 | "Subsystem": "ext_env", |
| 3622 | "ComponentID": "0x2800", |
| 3623 | "Severity": "non_error", |
| 3624 | "ActionFlags": ["report"], |
| 3625 | "EventType": "env_normal", |
| 3626 | |
| 3627 | "SRC": { |
| 3628 | "ReasonCode": "0x280B", |
| 3629 | "Words6To9": {} |
| 3630 | }, |
| 3631 | |
| 3632 | "Documentation": { |
| 3633 | "Description": "An altitude sensor is under its warning threshold.", |
| 3634 | "Message": "An altitude sensor is under its warning threshold.", |
| 3635 | "Notes": [ |
| 3636 | "The virtual altitude sensor is under its warning threshold value", |
| 3637 | " and a symbolic FRU will be added." |
| 3638 | ] |
| 3639 | } |
| 3640 | }, |
| 3641 | |
| 3642 | { |
Matt Spinler | 8133134 | 2021-10-05 14:09:56 -0500 | [diff] [blame] | 3643 | "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLow", |
| 3644 | "Subsystem": "cec_tod", |
| 3645 | "ComponentID": "0x2800", |
| 3646 | "Severity": "predictive", |
| 3647 | "ActionFlags": ["service_action", "report"], |
| 3648 | |
| 3649 | "SRC": { |
| 3650 | "ReasonCode": "0x280C", |
| 3651 | "Words6To9": {} |
| 3652 | }, |
| 3653 | |
Matt Spinler | 8133134 | 2021-10-05 14:09:56 -0500 | [diff] [blame] | 3654 | "Documentation": { |
| 3655 | "Description": "A voltage sensor went below its critical low threshold.", |
| 3656 | "Message": "A voltage sensor went below its critical low threshold." |
| 3657 | } |
| 3658 | }, |
| 3659 | |
| 3660 | { |
| 3661 | "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLowClear", |
| 3662 | "Subsystem": "cec_tod", |
| 3663 | "ComponentID": "0x2800", |
| 3664 | "Severity": "non_error", |
| 3665 | "ActionFlags": ["report"], |
| 3666 | |
| 3667 | "SRC": { |
| 3668 | "ReasonCode": "0x280D", |
| 3669 | "Words6To9": {} |
| 3670 | }, |
| 3671 | |
| 3672 | "Documentation": { |
| 3673 | "Description": "A voltage sensor is over its critical low threshold.", |
| 3674 | "Message": "A voltage sensor is over its critical low threshold." |
| 3675 | } |
| 3676 | }, |
| 3677 | |
| 3678 | { |
Matt Spinler | 1e792db | 2022-01-07 14:06:06 -0600 | [diff] [blame] | 3679 | "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLow", |
| 3680 | "Subsystem": "power", |
| 3681 | "ComponentID": "0x2800", |
| 3682 | "Severity": "predictive", |
| 3683 | "ActionFlags": ["service_action", "report"], |
| 3684 | |
| 3685 | "SRC": { |
| 3686 | "ReasonCode": "0x280E", |
| 3687 | "Words6To9": {} |
| 3688 | }, |
| 3689 | |
| 3690 | "Documentation": { |
| 3691 | "Description": "A temperature sensor is under its low warning threshold.", |
| 3692 | "Message": "A temperature sensor is under its low warning threshold.", |
| 3693 | "Notes": [ |
| 3694 | "A temperature sensor crossed its low warning threshold value", |
| 3695 | "CALLOUT_INVENTORY_PATH will be passed in to add a FRU callout." |
| 3696 | ] |
| 3697 | } |
| 3698 | }, |
| 3699 | |
| 3700 | { |
| 3701 | "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLowClear", |
| 3702 | "Subsystem": "power", |
| 3703 | "ComponentID": "0x2800", |
| 3704 | "Severity": "non_error", |
| 3705 | "ActionFlags": ["report"], |
| 3706 | "EventType": "env_normal", |
| 3707 | |
| 3708 | "SRC": { |
| 3709 | "ReasonCode": "0x280F", |
| 3710 | "Words6To9": {} |
| 3711 | }, |
| 3712 | |
| 3713 | "Documentation": { |
| 3714 | "Description": "A temperature sensor is above its low warning threshold.", |
| 3715 | "Message": "A temperature sensor is above its low warning threshold.", |
| 3716 | "Notes": [ |
| 3717 | "A temperature sensor crossed above its low warning threshold value." |
| 3718 | ] |
| 3719 | } |
| 3720 | }, |
| 3721 | |
| 3722 | { |
| 3723 | "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalLow", |
| 3724 | "Subsystem": "power", |
| 3725 | "ComponentID": "0x2800", |
| 3726 | "Severity": "predictive", |
| 3727 | "ActionFlags": ["service_action", "report"], |
| 3728 | |
| 3729 | "SRC": { |
| 3730 | "ReasonCode": "0x2810", |
| 3731 | "Words6To9": {} |
| 3732 | }, |
| 3733 | |
| 3734 | "Documentation": { |
| 3735 | "Description": "A temperature sensor is under its low critical threshold.", |
| 3736 | "Message": "A temperature sensor is under its low critical threshold.", |
| 3737 | "Notes": [ |
| 3738 | "A temperature sensor crossed its low critical threshold value", |
| 3739 | "CALLOUT_INVENTORY_PATH will be passed in to add a FRU callout." |
| 3740 | ] |
| 3741 | } |
| 3742 | }, |
| 3743 | |
| 3744 | { |
| 3745 | "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalLowClear", |
| 3746 | "Subsystem": "power", |
| 3747 | "ComponentID": "0x2800", |
| 3748 | "Severity": "non_error", |
| 3749 | "ActionFlags": ["report"], |
| 3750 | "EventType": "env_normal", |
| 3751 | |
| 3752 | "SRC": { |
| 3753 | "ReasonCode": "0x2811", |
| 3754 | "Words6To9": {} |
| 3755 | }, |
| 3756 | |
| 3757 | "Documentation": { |
| 3758 | "Description": "A temperature sensor is over its low critical threshold.", |
| 3759 | "Message": "A temperature sensor is over its low critical threshold.", |
| 3760 | "Notes": [ |
| 3761 | "A temperature sensor crossed above its critical threshold value" |
| 3762 | ] |
| 3763 | } |
| 3764 | }, |
| 3765 | |
| 3766 | { |
SunnySrivastava1984 | 1ec60ea | 2020-09-03 07:07:25 -0500 | [diff] [blame] | 3767 | "Name": "com.ibm.VPD.Error.InvalidEepromPath", |
| 3768 | "Subsystem": "cec_vpd", |
| 3769 | "ComponentID": "0x4000", |
| 3770 | |
| 3771 | "SRC": { |
| 3772 | "ReasonCode": "0x4000", |
| 3773 | "Words6To9": |
| 3774 | { |
| 3775 | "6": |
| 3776 | { |
| 3777 | "Description": "Errno of the failure.", |
| 3778 | "AdditionalDataPropSource": "CALLOUT_ERRNO" |
| 3779 | } |
| 3780 | } |
| 3781 | }, |
| 3782 | |
| 3783 | "Documentation": { |
| 3784 | "Description": "A path access error ocurred", |
| 3785 | "Message": "An EEPROM path access error occurred.", |
| 3786 | "Notes": [ |
| 3787 | "This error occurs when parser is unable to access", |
| 3788 | "EEPROM path. Errno and device path are captured as", |
| 3789 | "additional data." |
| 3790 | ] |
| 3791 | } |
| 3792 | }, |
| 3793 | |
| 3794 | { |
| 3795 | "Name": "com.ibm.VPD.Error.InvalidVPD", |
| 3796 | "Subsystem": "cec_vpd", |
| 3797 | "ComponentID": "0x4000", |
| 3798 | |
| 3799 | "SRC": { |
| 3800 | "ReasonCode": "0x4001", |
| 3801 | "Words6To9": |
| 3802 | { |
| 3803 | } |
| 3804 | }, |
| 3805 | |
| 3806 | "Documentation": { |
| 3807 | "Description": "Invalid VPD data.", |
| 3808 | "Message": "A VPD data exception occurred.", |
| 3809 | "Notes": [ |
| 3810 | "This error occurs when VPD data is found to be", |
| 3811 | "invalid. This can be when VPD file is missing out", |
| 3812 | "mandatory records.Inventory path is captured in", |
| 3813 | "additional data." |
| 3814 | ] |
| 3815 | } |
| 3816 | }, |
| 3817 | |
| 3818 | { |
| 3819 | "Name": "com.ibm.VPD.Error.EccCheckFailed", |
| 3820 | "Subsystem": "cec_vpd", |
| 3821 | "ComponentID": "0x4000", |
| 3822 | |
| 3823 | "SRC": { |
| 3824 | "ReasonCode": "0x4002", |
| 3825 | "Words6To9": |
| 3826 | { |
| 3827 | } |
| 3828 | }, |
| 3829 | |
| 3830 | "Documentation": { |
| 3831 | "Description": "Invalid VPD ecc data.", |
| 3832 | "Message": "A VPD ecc exception occurred.", |
| 3833 | "Notes": [ |
| 3834 | "This error occurs when VPD ecc check fails for the FRU.", |
| 3835 | "Inventory path for the failed FRU is captured in additonal", |
| 3836 | "data." |
| 3837 | ] |
| 3838 | } |
| 3839 | }, |
| 3840 | |
| 3841 | { |
| 3842 | "Name": "com.ibm.VPD.Error.InvalidJson", |
| 3843 | "Subsystem": "cec_vpd", |
| 3844 | "ComponentID": "0x4000", |
| 3845 | |
| 3846 | "SRC": { |
| 3847 | "ReasonCode": "0x4003", |
| 3848 | "Words6To9": |
| 3849 | { |
| 3850 | } |
| 3851 | }, |
| 3852 | |
Matt Spinler | 834f3ed | 2022-01-26 16:18:02 -0600 | [diff] [blame] | 3853 | "Callouts": [ |
| 3854 | { |
| 3855 | "CalloutList": [ |
| 3856 | { "Priority": "high", "Procedure": "bmc_code" } |
| 3857 | ] |
| 3858 | } |
| 3859 | ], |
| 3860 | |
SunnySrivastava1984 | 1ec60ea | 2020-09-03 07:07:25 -0500 | [diff] [blame] | 3861 | "Documentation": { |
| 3862 | "Description": "Invalid Json", |
| 3863 | "Message": "A Json failure occurred.", |
| 3864 | "Notes": [ |
| 3865 | "This error occurs when parser fails to access", |
| 3866 | "Json file or there is any issue with Json data.", |
| 3867 | "Failed Json path and cause of failure is captured", |
| 3868 | "in additional data." |
| 3869 | ] |
| 3870 | } |
| 3871 | }, |
| 3872 | |
| 3873 | { |
| 3874 | "Name": "com.ibm.VPD.Error.BlankSystemVPD", |
| 3875 | "Subsystem": "cec_vpd", |
| 3876 | "ComponentID": "0x4000", |
| 3877 | |
| 3878 | "SRC": { |
| 3879 | "ReasonCode": "0x4004", |
| 3880 | "Words6To9": |
| 3881 | { |
| 3882 | } |
| 3883 | }, |
| 3884 | |
| 3885 | "Documentation": { |
| 3886 | "Description": "System VPD restore failed", |
| 3887 | "Message": "A system VPD restoration error occurred.", |
| 3888 | "Notes": [ |
| 3889 | "This error occurs when restoring of system VPD fails.", |
| 3890 | "The FRU path and reason for failure is captured in", |
| 3891 | "additional data." |
| 3892 | ] |
| 3893 | } |
| 3894 | }, |
| 3895 | |
| 3896 | { |
| 3897 | "Name": "com.ibm.VPD.Error.DbusFailure", |
| 3898 | "Subsystem": "cec_vpd", |
| 3899 | "ComponentID": "0x4000", |
| 3900 | |
| 3901 | "SRC": { |
| 3902 | "ReasonCode": "0x4005", |
| 3903 | "Words6To9": |
| 3904 | { |
| 3905 | } |
| 3906 | }, |
| 3907 | |
Matt Spinler | 834f3ed | 2022-01-26 16:18:02 -0600 | [diff] [blame] | 3908 | "Callouts": [ |
| 3909 | { |
| 3910 | "CalloutList": [ |
| 3911 | { "Priority": "high", "Procedure": "bmc_code" } |
| 3912 | ] |
| 3913 | } |
| 3914 | ], |
| 3915 | |
SunnySrivastava1984 | 1ec60ea | 2020-09-03 07:07:25 -0500 | [diff] [blame] | 3916 | "Documentation": { |
| 3917 | "Description": "Dbus exception", |
| 3918 | "Message": "A Dbus internal error occurred.", |
| 3919 | "Notes": [ |
| 3920 | "This error occurs when Dbus operation fails.", |
| 3921 | "Exceptions details are captured in additonal", |
| 3922 | "data." |
| 3923 | ] |
| 3924 | } |
Shantappa Teekappanavar | c3c96d9 | 2021-06-09 23:30:47 -0500 | [diff] [blame] | 3925 | }, |
| 3926 | |
| 3927 | { |
Alpana Kumari | 081cfd4 | 2021-12-07 04:14:57 -0600 | [diff] [blame] | 3928 | "Name": "com.ibm.VPD.Error.UnknownSystemType", |
| 3929 | "Subsystem": "cec_vpd", |
| 3930 | "ComponentID": "0x4000", |
| 3931 | |
| 3932 | "SRC": { |
| 3933 | "ReasonCode": "0x4006", |
| 3934 | "Words6To9": |
| 3935 | { |
| 3936 | } |
| 3937 | }, |
| 3938 | |
| 3939 | "Callouts": [ |
| 3940 | { |
| 3941 | "CalloutList": [ |
| 3942 | { "Priority": "high", "LocCode": "P0" } |
| 3943 | ] |
| 3944 | } |
| 3945 | ], |
| 3946 | |
| 3947 | "Documentation": { |
| 3948 | "Description": "Unknown System Type", |
| 3949 | "Message": "System type not supported in DTB table.", |
| 3950 | "Notes": [ |
| 3951 | "System type comes from combination of HW and IM value of system VPD.", |
| 3952 | "If anything gets changed in that combination, then it can't determine", |
| 3953 | "the appropriate DTB for that system. Need to check HW and IM keywords." |
| 3954 | ] |
| 3955 | } |
| 3956 | }, |
| 3957 | |
| 3958 | { |
Alpana Kumari | 074ec5b | 2022-02-20 22:48:57 -0600 | [diff] [blame] | 3959 | "Name": "com.ibm.VPD.Error.GPIOError", |
| 3960 | "Subsystem": "cec_vpd", |
| 3961 | "ComponentID": "0x4000", |
| 3962 | |
| 3963 | "SRC": { |
| 3964 | "ReasonCode": "0x4007", |
| 3965 | "Words6To9": |
| 3966 | { |
| 3967 | } |
| 3968 | }, |
| 3969 | |
| 3970 | "Documentation": { |
| 3971 | "Description": "GPIO line error", |
| 3972 | "Message": "GPIO line couldn't be found or read.", |
| 3973 | "Notes": [ |
| 3974 | "The BMC could not access a GPIO line. This generally means that the", |
| 3975 | " hardware had issues toggling the line and/or the device driver has", |
| 3976 | " not exposed the GPIO line to userspace due to underlying I2C issues.", |
| 3977 | " The I2C path will be called out." |
| 3978 | ] |
| 3979 | } |
| 3980 | }, |
| 3981 | |
| 3982 | { |
Shantappa Teekappanavar | c3c96d9 | 2021-06-09 23:30:47 -0500 | [diff] [blame] | 3983 | "Name": "org.open_power.Host.Boot.Error.WatchdogTimeout", |
| 3984 | "Subsystem": "cec_sp_hostboot_iface", |
| 3985 | |
| 3986 | "SRC": |
| 3987 | { |
| 3988 | "ReasonCode": "0xC101", |
| 3989 | "Words6To9": |
| 3990 | { |
| 3991 | } |
| 3992 | }, |
| 3993 | |
| 3994 | "Documentation": |
| 3995 | { |
| 3996 | "Description": "Host did not respond within the watchdog timeout interval", |
| 3997 | "Message": "Host did not respond before the watchdog timeout interval expired", |
| 3998 | "Notes": [ |
| 3999 | "Host did not respond before the expiry of the watchdog timeout interval.", |
| 4000 | "Collecting hostboot dump." |
| 4001 | ] |
| 4002 | } |
zamiseck | bf61a98 | 2022-01-13 08:27:50 -0600 | [diff] [blame] | 4003 | }, |
| 4004 | |
| 4005 | { |
| 4006 | "Name": "xyz.openbmc_project.Software.Version.Error.Incompatible", |
| 4007 | "Subsystem": "bmc_firmware", |
| 4008 | "ComponentID": "0x3600", |
| 4009 | "SRC": |
| 4010 | { |
| 4011 | "ReasonCode": "0x3601", |
| 4012 | "Words6To9": |
| 4013 | { |
| 4014 | } |
| 4015 | }, |
| 4016 | |
| 4017 | "Callouts": [ |
| 4018 | { |
| 4019 | "CalloutList": [ |
| 4020 | { "Priority": "high", "Procedure": "bmc_code" } |
| 4021 | ] |
| 4022 | } |
| 4023 | ], |
| 4024 | |
| 4025 | "Documentation": |
| 4026 | { |
| 4027 | "Description": "A system component has a software version that is incompatible.", |
| 4028 | "Message": "A system component has a software version that is incompatible." |
| 4029 | } |
| 4030 | }, |
| 4031 | |
| 4032 | { |
| 4033 | "Name": "xyz.openbmc_project.Software.Version.Error.AlreadyExists", |
| 4034 | "Subsystem": "bmc_firmware", |
| 4035 | "ComponentID": "0x3600", |
| 4036 | "SRC": |
| 4037 | { |
| 4038 | "ReasonCode": "0x3602", |
| 4039 | "Words6To9": |
| 4040 | { |
| 4041 | } |
| 4042 | }, |
| 4043 | |
| 4044 | "Callouts": [ |
| 4045 | { |
| 4046 | "CalloutList": [ |
| 4047 | { "Priority": "high", "Procedure": "bmc_code" } |
| 4048 | ] |
| 4049 | } |
| 4050 | ], |
| 4051 | |
| 4052 | "Documentation": |
| 4053 | { |
| 4054 | "Description": "This image version already exists on the device.", |
| 4055 | "Message": "This image version already exists on the device." |
| 4056 | } |
| 4057 | }, |
| 4058 | |
| 4059 | { |
| 4060 | "Name": "xyz.openbmc_project.Software.Image.Error.UnTarFailure", |
| 4061 | "Subsystem": "bmc_firmware", |
| 4062 | "ComponentID": "0x3600", |
| 4063 | "SRC": |
| 4064 | { |
| 4065 | "ReasonCode": "0x3603", |
| 4066 | "Words6To9": |
| 4067 | { |
| 4068 | } |
| 4069 | }, |
| 4070 | |
| 4071 | "Callouts": [ |
| 4072 | { |
| 4073 | "CalloutList": [ |
| 4074 | { "Priority": "high", "Procedure": "bmc_code" } |
| 4075 | ] |
| 4076 | } |
| 4077 | ], |
| 4078 | |
| 4079 | "Documentation": |
| 4080 | { |
| 4081 | "Description": "An error occurred during untar.", |
| 4082 | "Message": "An error occurred during untar." |
| 4083 | } |
| 4084 | }, |
| 4085 | |
| 4086 | { |
| 4087 | "Name": "xyz.openbmc_project.Software.Image.Error.ManifestFileFailure", |
| 4088 | "Subsystem": "bmc_firmware", |
| 4089 | "ComponentID": "0x3600", |
| 4090 | "SRC": |
| 4091 | { |
| 4092 | "ReasonCode": "0x3604", |
| 4093 | "Words6To9": |
| 4094 | { |
| 4095 | } |
| 4096 | }, |
| 4097 | |
| 4098 | "Callouts": [ |
| 4099 | { |
| 4100 | "CalloutList": [ |
| 4101 | { "Priority": "high", "Procedure": "bmc_code" } |
| 4102 | ] |
| 4103 | } |
| 4104 | ], |
| 4105 | |
| 4106 | "Documentation": |
| 4107 | { |
| 4108 | "Description": "An error when reading the Manifest file..", |
| 4109 | "Message": "An error when reading the Manifest file.." |
| 4110 | } |
| 4111 | }, |
| 4112 | |
| 4113 | { |
| 4114 | "Name": "xyz.openbmc_project.Software.Image.Error.InternalFailure", |
| 4115 | "Subsystem": "bmc_firmware", |
| 4116 | "ComponentID": "0x3600", |
| 4117 | "SRC": |
| 4118 | { |
| 4119 | "ReasonCode": "0x3605", |
| 4120 | "Words6To9": |
| 4121 | { |
| 4122 | } |
| 4123 | }, |
| 4124 | |
| 4125 | "Callouts": [ |
| 4126 | { |
| 4127 | "CalloutList": [ |
| 4128 | { "Priority": "high", "Procedure": "bmc_code" } |
| 4129 | ] |
| 4130 | } |
| 4131 | ], |
| 4132 | |
| 4133 | "Documentation": |
| 4134 | { |
| 4135 | "Description": "The operation failed internally during processing the image.", |
| 4136 | "Message": "The operation failed internally during processing the image." |
| 4137 | } |
| 4138 | }, |
| 4139 | |
| 4140 | { |
| 4141 | "Name": "xyz.openbmc_project.Software.Image.Error.ImageFailure", |
| 4142 | "Subsystem": "bmc_firmware", |
| 4143 | "ComponentID": "0x3600", |
| 4144 | "SRC": |
| 4145 | { |
| 4146 | "ReasonCode": "0x3606", |
| 4147 | "Words6To9": |
| 4148 | { |
| 4149 | } |
| 4150 | }, |
| 4151 | |
| 4152 | "Callouts": [ |
| 4153 | { |
| 4154 | "CalloutList": [ |
| 4155 | { "Priority": "high", "Procedure": "bmc_code" } |
| 4156 | ] |
| 4157 | } |
| 4158 | ], |
| 4159 | |
| 4160 | "Documentation": |
| 4161 | { |
| 4162 | "Description": "An error occurred processing the image.", |
| 4163 | "Message": "An error occurred processing the image." |
| 4164 | } |
| 4165 | }, |
| 4166 | |
| 4167 | { |
| 4168 | "Name": "xyz.openbmc_project.Software.Image.Error.BusyFailure", |
| 4169 | "Subsystem": "bmc_firmware", |
| 4170 | "ComponentID": "0x3600", |
| 4171 | "SRC": |
| 4172 | { |
| 4173 | "ReasonCode": "0x3607", |
| 4174 | "Words6To9": |
| 4175 | { |
| 4176 | } |
| 4177 | }, |
| 4178 | |
| 4179 | "Callouts": [ |
| 4180 | { |
| 4181 | "CalloutList": [ |
| 4182 | { "Priority": "high", "Procedure": "bmc_code" } |
| 4183 | ] |
| 4184 | } |
| 4185 | ], |
| 4186 | |
| 4187 | "Documentation": |
| 4188 | { |
| 4189 | "Description": "The device is busy during the update.", |
| 4190 | "Message": "The device is busy during the update." |
| 4191 | } |
Matt Spinler | 3fd08d6 | 2019-10-22 14:25:33 -0500 | [diff] [blame] | 4192 | } |
Shantappa Teekappanavar | c3c96d9 | 2021-06-09 23:30:47 -0500 | [diff] [blame] | 4193 | |
Matt Spinler | 44792fd | 2019-09-26 15:58:58 -0500 | [diff] [blame] | 4194 | ] |
| 4195 | } |