Matt Spinler | 44792fd | 2019-09-26 15:58:58 -0500 | [diff] [blame] | 1 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2 | "PELs": [ |
Matt Spinler | 3fd08d6 | 2019-10-22 14:25:33 -0500 | [diff] [blame] | 3 | { |
| 4 | "Name": "xyz.openbmc_project.Common.Error.Timeout", |
| 5 | "Subsystem": "bmc_firmware", |
Matt Spinler | 216999f | 2022-01-12 11:22:40 -0600 | [diff] [blame] | 6 | "Severity": "non_error", |
Matt Spinler | 44792fd | 2019-09-26 15:58:58 -0500 | [diff] [blame] | 7 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 8 | "SRC": { |
Matt Spinler | 3fd08d6 | 2019-10-22 14:25:33 -0500 | [diff] [blame] | 9 | "ReasonCode": "0x1001", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 10 | "Words6To9": { |
| 11 | "6": { |
Matt Spinler | 3fd08d6 | 2019-10-22 14:25:33 -0500 | [diff] [blame] | 12 | "Description": "Timeout in ms", |
| 13 | "AdditionalDataPropSource": "TIMEOUT_IN_MSEC" |
| 14 | } |
| 15 | } |
| 16 | }, |
| 17 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 18 | "Documentation": { |
Matt Spinler | 3fd08d6 | 2019-10-22 14:25:33 -0500 | [diff] [blame] | 19 | "Description": "This is a generic timeout error", |
| 20 | "Message": "An operation timed out", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 21 | "Notes": ["The journal should contain more information"] |
Matt Spinler | 3fd08d6 | 2019-10-22 14:25:33 -0500 | [diff] [blame] | 22 | } |
| 23 | }, |
| 24 | |
| 25 | { |
| 26 | "Name": "xyz.openbmc_project.Common.Error.InternalFailure", |
| 27 | "Subsystem": "bmc_firmware", |
Matt Spinler | 216999f | 2022-01-12 11:22:40 -0600 | [diff] [blame] | 28 | "Severity": "non_error", |
Matt Spinler | 3fd08d6 | 2019-10-22 14:25:33 -0500 | [diff] [blame] | 29 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 30 | "SRC": { |
Matt Spinler | 3fd08d6 | 2019-10-22 14:25:33 -0500 | [diff] [blame] | 31 | "ReasonCode": "0x1002", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 32 | "Words6To9": {} |
Matt Spinler | 3fd08d6 | 2019-10-22 14:25:33 -0500 | [diff] [blame] | 33 | }, |
| 34 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 35 | "Documentation": { |
Matt Spinler | 3fd08d6 | 2019-10-22 14:25:33 -0500 | [diff] [blame] | 36 | "Description": "BMC code had a generic internal failure", |
| 37 | "Message": "An application had an internal failure", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 38 | "Notes": ["The journal should contain more information"] |
Matt Spinler | 288f432 | 2023-01-05 12:54:22 -0600 | [diff] [blame] | 39 | }, |
| 40 | |
| 41 | "JournalCapture": { |
| 42 | "NumLines": 30 |
Matt Spinler | 3fd08d6 | 2019-10-22 14:25:33 -0500 | [diff] [blame] | 43 | } |
| 44 | }, |
| 45 | |
| 46 | { |
| 47 | "Name": "xyz.openbmc_project.Common.Error.InvalidArgument", |
| 48 | "Subsystem": "user_error", |
Matt Spinler | 216999f | 2022-01-12 11:22:40 -0600 | [diff] [blame] | 49 | "Severity": "non_error", |
Matt Spinler | 3fd08d6 | 2019-10-22 14:25:33 -0500 | [diff] [blame] | 50 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 51 | "SRC": { |
Matt Spinler | 3fd08d6 | 2019-10-22 14:25:33 -0500 | [diff] [blame] | 52 | "ReasonCode": "0x1003", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 53 | "Words6To9": {} |
Matt Spinler | 3fd08d6 | 2019-10-22 14:25:33 -0500 | [diff] [blame] | 54 | }, |
| 55 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 56 | "Documentation": { |
Matt Spinler | 3fd08d6 | 2019-10-22 14:25:33 -0500 | [diff] [blame] | 57 | "Description": "BMC code was given an invalid argument", |
| 58 | "Message": "Code was given an invalid argument", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 59 | "Notes": ["The journal should contain more information"] |
Matt Spinler | 3fd08d6 | 2019-10-22 14:25:33 -0500 | [diff] [blame] | 60 | } |
| 61 | }, |
| 62 | { |
| 63 | "Name": "xyz.openbmc_project.Common.Error.InsufficientPermission", |
| 64 | "Subsystem": "user_error", |
Matt Spinler | 216999f | 2022-01-12 11:22:40 -0600 | [diff] [blame] | 65 | "Severity": "non_error", |
Matt Spinler | 3fd08d6 | 2019-10-22 14:25:33 -0500 | [diff] [blame] | 66 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 67 | "SRC": { |
Matt Spinler | 3fd08d6 | 2019-10-22 14:25:33 -0500 | [diff] [blame] | 68 | "ReasonCode": "0x1004", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 69 | "Words6To9": {} |
Matt Spinler | 3fd08d6 | 2019-10-22 14:25:33 -0500 | [diff] [blame] | 70 | }, |
| 71 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 72 | "Documentation": { |
Matt Spinler | 3fd08d6 | 2019-10-22 14:25:33 -0500 | [diff] [blame] | 73 | "Description": "An operation failed due to insufficient permission", |
| 74 | "Message": "An operation failed due to unsufficient permission", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 75 | "Notes": ["The journal should contain more information"] |
Matt Spinler | 3fd08d6 | 2019-10-22 14:25:33 -0500 | [diff] [blame] | 76 | } |
| 77 | }, |
| 78 | |
| 79 | { |
| 80 | "Name": "xyz.openbmc_project.Common.Error.NotAllowed", |
| 81 | "Subsystem": "user_error", |
Matt Spinler | 216999f | 2022-01-12 11:22:40 -0600 | [diff] [blame] | 82 | "Severity": "non_error", |
Matt Spinler | 3fd08d6 | 2019-10-22 14:25:33 -0500 | [diff] [blame] | 83 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 84 | "SRC": { |
Matt Spinler | 3fd08d6 | 2019-10-22 14:25:33 -0500 | [diff] [blame] | 85 | "ReasonCode": "0x1005", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 86 | "Words6To9": {} |
Matt Spinler | 3fd08d6 | 2019-10-22 14:25:33 -0500 | [diff] [blame] | 87 | }, |
| 88 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 89 | "Documentation": { |
Matt Spinler | 3fd08d6 | 2019-10-22 14:25:33 -0500 | [diff] [blame] | 90 | "Description": "An operation failed because it isn't allowed", |
Matt Spinler | 2695876 | 2020-08-27 13:21:23 -0500 | [diff] [blame] | 91 | "Message": "An operation failed because it isn't allowed", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 92 | "Notes": ["The journal should contain more information"] |
Matt Spinler | 3fd08d6 | 2019-10-22 14:25:33 -0500 | [diff] [blame] | 93 | } |
| 94 | }, |
| 95 | |
| 96 | { |
| 97 | "Name": "xyz.openbmc_project.Common.Error.NoCACertificate", |
| 98 | "Subsystem": "user_error", |
Matt Spinler | 216999f | 2022-01-12 11:22:40 -0600 | [diff] [blame] | 99 | "Severity": "non_error", |
Matt Spinler | 3fd08d6 | 2019-10-22 14:25:33 -0500 | [diff] [blame] | 100 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 101 | "SRC": { |
Matt Spinler | 3fd08d6 | 2019-10-22 14:25:33 -0500 | [diff] [blame] | 102 | "ReasonCode": "0x1006", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 103 | "Words6To9": {} |
Matt Spinler | 3fd08d6 | 2019-10-22 14:25:33 -0500 | [diff] [blame] | 104 | }, |
| 105 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 106 | "Documentation": { |
Matt Spinler | 3fd08d6 | 2019-10-22 14:25:33 -0500 | [diff] [blame] | 107 | "Description": "The server's CA certificate has not been provided", |
| 108 | "Message": "The server's CA certificate has not been provided" |
| 109 | } |
Matt Spinler | 05c2c6c | 2019-12-18 14:02:09 -0600 | [diff] [blame] | 110 | }, |
| 111 | |
| 112 | { |
Matt Spinler | af036b1 | 2020-06-25 10:53:52 -0500 | [diff] [blame] | 113 | "Name": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", |
Matt Spinler | f24746c | 2022-01-31 10:40:13 -0600 | [diff] [blame] | 114 | "Subsystem": "cec_i2c", |
Matt Spinler | af036b1 | 2020-06-25 10:53:52 -0500 | [diff] [blame] | 115 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 116 | "SRC": { |
Matt Spinler | af036b1 | 2020-06-25 10:53:52 -0500 | [diff] [blame] | 117 | "ReasonCode": "0x1007", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 118 | "Words6To9": { |
| 119 | "6": { |
Matt Spinler | af036b1 | 2020-06-25 10:53:52 -0500 | [diff] [blame] | 120 | "Description": "errno of the failure", |
| 121 | "AdditionalDataPropSource": "CALLOUT_ERRNO" |
| 122 | } |
| 123 | } |
| 124 | }, |
| 125 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 126 | "Documentation": { |
Matt Spinler | af036b1 | 2020-06-25 10:53:52 -0500 | [diff] [blame] | 127 | "Description": "Sensor device read failure", |
| 128 | "Message": "There was a failure when reading a sensor device", |
| 129 | "Notes": [ |
| 130 | "The severity is set by the creator.", |
| 131 | "The action flags are set automatically by the code.", |
| 132 | "Callouts added based on CALLOUT_DEVICE_PATH." |
| 133 | ] |
Matt Spinler | 288f432 | 2023-01-05 12:54:22 -0600 | [diff] [blame] | 134 | }, |
| 135 | |
| 136 | "JournalCapture": { |
| 137 | "NumLines": 30 |
Matt Spinler | af036b1 | 2020-06-25 10:53:52 -0500 | [diff] [blame] | 138 | } |
| 139 | }, |
| 140 | |
| 141 | { |
| 142 | "Name": "xyz.openbmc_project.Common.Device.Error.ReadFailure", |
Matt Spinler | f24746c | 2022-01-31 10:40:13 -0600 | [diff] [blame] | 143 | "Subsystem": "cec_i2c", |
Matt Spinler | af036b1 | 2020-06-25 10:53:52 -0500 | [diff] [blame] | 144 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 145 | "SRC": { |
Matt Spinler | af036b1 | 2020-06-25 10:53:52 -0500 | [diff] [blame] | 146 | "ReasonCode": "0x1008", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 147 | "Words6To9": { |
| 148 | "6": { |
Matt Spinler | af036b1 | 2020-06-25 10:53:52 -0500 | [diff] [blame] | 149 | "Description": "errno of the failure", |
| 150 | "AdditionalDataPropSource": "CALLOUT_ERRNO" |
| 151 | } |
| 152 | } |
| 153 | }, |
| 154 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 155 | "Documentation": { |
Matt Spinler | af036b1 | 2020-06-25 10:53:52 -0500 | [diff] [blame] | 156 | "Description": "Device read failure", |
| 157 | "Message": "There was a failure when reading a hardware device", |
| 158 | "Notes": [ |
| 159 | "The severity is set by the creator.", |
| 160 | "The action flags are set automatically by the code.", |
| 161 | "Callouts added based on CALLOUT_DEVICE_PATH." |
| 162 | ] |
Matt Spinler | 288f432 | 2023-01-05 12:54:22 -0600 | [diff] [blame] | 163 | }, |
| 164 | |
| 165 | "JournalCapture": { |
| 166 | "NumLines": 30 |
Matt Spinler | af036b1 | 2020-06-25 10:53:52 -0500 | [diff] [blame] | 167 | } |
| 168 | }, |
| 169 | |
| 170 | { |
| 171 | "Name": "xyz.openbmc_project.Control.Device.Error.WriteFailure", |
Matt Spinler | f24746c | 2022-01-31 10:40:13 -0600 | [diff] [blame] | 172 | "Subsystem": "cec_i2c", |
Matt Spinler | af036b1 | 2020-06-25 10:53:52 -0500 | [diff] [blame] | 173 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 174 | "SRC": { |
Matt Spinler | af036b1 | 2020-06-25 10:53:52 -0500 | [diff] [blame] | 175 | "ReasonCode": "0x1009", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 176 | "Words6To9": { |
| 177 | "6": { |
Matt Spinler | af036b1 | 2020-06-25 10:53:52 -0500 | [diff] [blame] | 178 | "Description": "errno of the failure", |
| 179 | "AdditionalDataPropSource": "CALLOUT_ERRNO" |
| 180 | } |
| 181 | } |
| 182 | }, |
| 183 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 184 | "Documentation": { |
Matt Spinler | af036b1 | 2020-06-25 10:53:52 -0500 | [diff] [blame] | 185 | "Description": "Device write failure", |
| 186 | "Message": "There was a failure when writing to a hardware device", |
| 187 | "Notes": [ |
| 188 | "The severity is set by the creator.", |
| 189 | "The action flags are set automatically by the code.", |
| 190 | "Callouts added based on CALLOUT_DEVICE_PATH" |
| 191 | ] |
Matt Spinler | 288f432 | 2023-01-05 12:54:22 -0600 | [diff] [blame] | 192 | }, |
| 193 | |
| 194 | "JournalCapture": { |
| 195 | "NumLines": 30 |
Matt Spinler | af036b1 | 2020-06-25 10:53:52 -0500 | [diff] [blame] | 196 | } |
| 197 | }, |
| 198 | |
| 199 | { |
| 200 | "Name": "xyz.openbmc_project.Common.Device.Error.WriteFailure", |
Matt Spinler | f24746c | 2022-01-31 10:40:13 -0600 | [diff] [blame] | 201 | "Subsystem": "cec_i2c", |
Matt Spinler | af036b1 | 2020-06-25 10:53:52 -0500 | [diff] [blame] | 202 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 203 | "SRC": { |
Matt Spinler | af036b1 | 2020-06-25 10:53:52 -0500 | [diff] [blame] | 204 | "ReasonCode": "0x100A", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 205 | "Words6To9": { |
| 206 | "6": { |
Matt Spinler | af036b1 | 2020-06-25 10:53:52 -0500 | [diff] [blame] | 207 | "Description": "errno of the failure", |
| 208 | "AdditionalDataPropSource": "CALLOUT_ERRNO" |
| 209 | } |
| 210 | } |
| 211 | }, |
| 212 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 213 | "Documentation": { |
Matt Spinler | af036b1 | 2020-06-25 10:53:52 -0500 | [diff] [blame] | 214 | "Description": "Device write failure", |
| 215 | "Message": "There was a failure when writing to a hardware device", |
| 216 | "Notes": [ |
| 217 | "The severity is set by the creator.", |
| 218 | "The action flags are set automatically by the code.", |
| 219 | "Callouts added based on CALLOUT_DEVICE_PATH" |
| 220 | ] |
Matt Spinler | 288f432 | 2023-01-05 12:54:22 -0600 | [diff] [blame] | 221 | }, |
| 222 | |
| 223 | "JournalCapture": { |
| 224 | "NumLines": 30 |
Matt Spinler | af036b1 | 2020-06-25 10:53:52 -0500 | [diff] [blame] | 225 | } |
| 226 | }, |
Jayanth Othayoth | bd0a752 | 2021-05-03 02:05:36 -0500 | [diff] [blame] | 227 | |
Matt Spinler | af036b1 | 2020-06-25 10:53:52 -0500 | [diff] [blame] | 228 | { |
Chirag Sharma | 11cf032 | 2022-04-20 08:48:52 -0500 | [diff] [blame] | 229 | "Name": "xyz.openbmc_project.Common.File.Error.Write", |
| 230 | "Subsystem": "bmc_firmware", |
| 231 | "ComponentID": "0x1000", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 232 | "SRC": { |
Chirag Sharma | 11cf032 | 2022-04-20 08:48:52 -0500 | [diff] [blame] | 233 | "ReasonCode": "0x100B", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 234 | "Words6To9": {} |
Chirag Sharma | 11cf032 | 2022-04-20 08:48:52 -0500 | [diff] [blame] | 235 | }, |
| 236 | |
| 237 | "Callouts": [ |
| 238 | { |
| 239 | "CalloutList": [ |
| 240 | { "Priority": "high", "Procedure": "bmc_code" } |
| 241 | ] |
| 242 | } |
| 243 | ], |
| 244 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 245 | "Documentation": { |
Chirag Sharma | 11cf032 | 2022-04-20 08:48:52 -0500 | [diff] [blame] | 246 | "Description": "Failed to write to a file", |
| 247 | "Message": "Failed to write to a file", |
| 248 | "Notes": [ |
| 249 | "The severity is set by the creator.", |
| 250 | "The journal should contain more information" |
| 251 | ] |
| 252 | } |
| 253 | }, |
| 254 | |
| 255 | { |
Jayanth Othayoth | 1500677 | 2023-03-29 03:34:40 -0500 | [diff] [blame] | 256 | "Name": "xyz.openbmc_project.Certs.Error.InvalidCertificate", |
| 257 | "Subsystem": "user_error", |
| 258 | "Severity": "predictive", |
| 259 | |
| 260 | "SRC": { |
| 261 | "ReasonCode": "0x100C", |
| 262 | "Words6To9": {} |
| 263 | }, |
| 264 | |
| 265 | "Callouts": [ |
| 266 | { |
| 267 | "CalloutList": [ |
| 268 | { |
| 269 | "Priority": "high", |
| 270 | "Procedure": "next_level_support" |
| 271 | } |
| 272 | ] |
| 273 | } |
| 274 | ], |
| 275 | |
| 276 | "Documentation": { |
| 277 | "Description": "Certificate verification failed", |
| 278 | "Message": "Certificate verification failed" |
| 279 | } |
| 280 | }, |
| 281 | |
| 282 | { |
Matt Spinler | 05c2c6c | 2019-12-18 14:02:09 -0600 | [diff] [blame] | 283 | "Name": "org.open_power.Logging.Error.SentBadPELToHost", |
| 284 | "Subsystem": "bmc_firmware", |
| 285 | "Severity": "non_error", |
| 286 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 287 | "SRC": { |
Matt Spinler | 05c2c6c | 2019-12-18 14:02:09 -0600 | [diff] [blame] | 288 | "ReasonCode": "0x2001", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 289 | "Words6To9": { |
| 290 | "6": { |
Matt Spinler | 05c2c6c | 2019-12-18 14:02:09 -0600 | [diff] [blame] | 291 | "Description": "The bad PEL ID", |
| 292 | "AdditionalDataPropSource": "BAD_ID" |
| 293 | } |
| 294 | } |
| 295 | }, |
| 296 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 297 | "Documentation": { |
Matt Spinler | 05c2c6c | 2019-12-18 14:02:09 -0600 | [diff] [blame] | 298 | "Description": "The BMC sent the host a malformed PEL", |
| 299 | "Message": "The BMC sent the host a malformed PEL", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 300 | "Notes": ["The host firmware rejected that PEL."] |
Matt Spinler | 288f432 | 2023-01-05 12:54:22 -0600 | [diff] [blame] | 301 | }, |
| 302 | |
| 303 | "JournalCapture": { |
| 304 | "Sections": [ |
| 305 | { |
| 306 | "SyslogID": "phosphor-log-manager", |
| 307 | "NumLines": 20 |
| 308 | }, |
| 309 | { |
| 310 | "SyslogID": "systemd", |
| 311 | "NumLines": 30 |
| 312 | } |
| 313 | ] |
Matt Spinler | 05c2c6c | 2019-12-18 14:02:09 -0600 | [diff] [blame] | 314 | } |
Matt Spinler | e95fd01 | 2020-01-07 12:53:16 -0600 | [diff] [blame] | 315 | }, |
| 316 | |
| 317 | { |
| 318 | "Name": "org.open_power.Logging.Error.BadHostPEL", |
| 319 | "Subsystem": "platform_firmware", |
| 320 | "Severity": "unrecoverable", |
| 321 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 322 | "SRC": { |
Matt Spinler | e95fd01 | 2020-01-07 12:53:16 -0600 | [diff] [blame] | 323 | "ReasonCode": "0x2002", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 324 | "Words6To9": { |
| 325 | "6": { |
Matt Spinler | e95fd01 | 2020-01-07 12:53:16 -0600 | [diff] [blame] | 326 | "Description": "The PLID of the invalid PEL", |
| 327 | "AdditionalDataPropSource": "PLID" |
| 328 | }, |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 329 | "7": { |
Matt Spinler | e95fd01 | 2020-01-07 12:53:16 -0600 | [diff] [blame] | 330 | "Description": "The corresponding OpenBMC event log ID", |
| 331 | "AdditionalDataPropSource": "OBMC_LOG_ID" |
| 332 | }, |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 333 | "8": { |
Matt Spinler | e95fd01 | 2020-01-07 12:53:16 -0600 | [diff] [blame] | 334 | "Description": "The size of the invalid PEL", |
| 335 | "AdditionalDataPropSource": "PEL_SIZE" |
| 336 | } |
| 337 | } |
| 338 | }, |
| 339 | |
Matt Spinler | 834f3ed | 2022-01-26 16:18:02 -0600 | [diff] [blame] | 340 | "Callouts": [ |
| 341 | { |
| 342 | "CalloutList": [ |
| 343 | { "Priority": "high", "Procedure": "bmc_code" } |
| 344 | ] |
| 345 | } |
| 346 | ], |
| 347 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 348 | "Documentation": { |
Matt Spinler | e95fd01 | 2020-01-07 12:53:16 -0600 | [diff] [blame] | 349 | "Description": "The host sent the BMC an invalid PEL", |
| 350 | "Message": "The host sent the BMC an invalid PEL", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 351 | "Notes": [] |
Matt Spinler | 288f432 | 2023-01-05 12:54:22 -0600 | [diff] [blame] | 352 | }, |
| 353 | |
| 354 | "JournalCapture": { |
| 355 | "Sections": [ |
| 356 | { |
| 357 | "SyslogID": "phosphor-log-manager", |
| 358 | "NumLines": 20 |
| 359 | }, |
| 360 | { |
| 361 | "SyslogID": "systemd", |
| 362 | "NumLines": 20 |
| 363 | }, |
| 364 | { |
| 365 | "SyslogID": "pldmd", |
| 366 | "NumLines": 20 |
| 367 | } |
| 368 | ] |
Matt Spinler | e95fd01 | 2020-01-07 12:53:16 -0600 | [diff] [blame] | 369 | } |
Marri Devender Rao | ead1be2 | 2020-03-28 05:50:59 -0500 | [diff] [blame] | 370 | }, |
| 371 | |
| 372 | { |
Matt Spinler | 3477ce9 | 2020-07-08 14:49:25 -0500 | [diff] [blame] | 373 | "Name": "org.open_power.Logging.Error.TestError1", |
| 374 | "Subsystem": "platform_firmware", |
| 375 | "Severity": "unrecoverable", |
| 376 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 377 | "SRC": { |
Matt Spinler | 3477ce9 | 2020-07-08 14:49:25 -0500 | [diff] [blame] | 378 | "ReasonCode": "0x2003", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 379 | "Words6To9": {} |
Matt Spinler | 3477ce9 | 2020-07-08 14:49:25 -0500 | [diff] [blame] | 380 | }, |
| 381 | |
| 382 | "Callouts": [ |
| 383 | { |
| 384 | "CalloutList": [ |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 385 | { "Priority": "high", "Procedure": "bmc_code" }, |
| 386 | { "Priority": "medium", "SymbolicFRU": "service_docs" } |
Matt Spinler | 3477ce9 | 2020-07-08 14:49:25 -0500 | [diff] [blame] | 387 | ] |
| 388 | } |
| 389 | ], |
| 390 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 391 | "Documentation": { |
Matt Spinler | 3477ce9 | 2020-07-08 14:49:25 -0500 | [diff] [blame] | 392 | "Description": "An error for testing", |
| 393 | "Message": "This is a test error" |
| 394 | } |
| 395 | }, |
| 396 | |
| 397 | { |
Matt Spinler | 30ddc9f | 2020-07-16 15:39:59 -0500 | [diff] [blame] | 398 | "Name": "xyz.openbmc_project.Logging.Error.Default", |
| 399 | "Subsystem": "other_na", |
| 400 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 401 | "SRC": { |
Matt Spinler | 30ddc9f | 2020-07-16 15:39:59 -0500 | [diff] [blame] | 402 | "ReasonCode": "0x2004", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 403 | "Words6To9": {} |
Matt Spinler | 30ddc9f | 2020-07-16 15:39:59 -0500 | [diff] [blame] | 404 | }, |
| 405 | |
Matt Spinler | 834f3ed | 2022-01-26 16:18:02 -0600 | [diff] [blame] | 406 | "Callouts": [ |
| 407 | { |
| 408 | "CalloutList": [ |
| 409 | { "Priority": "high", "Procedure": "bmc_code" } |
| 410 | ] |
| 411 | } |
| 412 | ], |
| 413 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 414 | "Documentation": { |
Matt Spinler | 30ddc9f | 2020-07-16 15:39:59 -0500 | [diff] [blame] | 415 | "Description": "This entry is used when no other matching entry is found", |
| 416 | "Message": "Unknown (Original event not in message registry)", |
| 417 | "Notes": [ |
| 418 | "This is used when the actual error name isn't found in ", |
| 419 | "the registry. The original error name will be stored ", |
| 420 | "in the UserData section that contains the AdditionalData ", |
| 421 | "properties using the key ERROR_NAME.", |
| 422 | "This error may contain callouts if the creator passed ", |
| 423 | "them in.", |
| 424 | "The severity is set by the creator.", |
| 425 | "If this error is seen, then a code change needs to be ", |
| 426 | "made to add the missing error entry to this registry." |
| 427 | ] |
Matt Spinler | 288f432 | 2023-01-05 12:54:22 -0600 | [diff] [blame] | 428 | }, |
| 429 | |
| 430 | "JournalCapture": { |
| 431 | "NumLines": 30 |
Matt Spinler | 30ddc9f | 2020-07-16 15:39:59 -0500 | [diff] [blame] | 432 | } |
| 433 | }, |
| 434 | |
| 435 | { |
Matt Spinler | c865ed9 | 2022-02-16 14:07:32 -0600 | [diff] [blame] | 436 | "Name": "org.open_power.Logging.Error.TestError2", |
| 437 | "Subsystem": "bmc_firmware", |
| 438 | "Severity": "recovered", |
| 439 | "ActionFlags": ["report"], |
| 440 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 441 | "SRC": { |
Matt Spinler | c865ed9 | 2022-02-16 14:07:32 -0600 | [diff] [blame] | 442 | "ReasonCode": "0x2005", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 443 | "Words6To9": {} |
Matt Spinler | c865ed9 | 2022-02-16 14:07:32 -0600 | [diff] [blame] | 444 | }, |
| 445 | |
| 446 | "Callouts": [ |
| 447 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 448 | "CalloutList": [{ "Priority": "high", "LocCode": "P0" }] |
Matt Spinler | c865ed9 | 2022-02-16 14:07:32 -0600 | [diff] [blame] | 449 | } |
| 450 | ], |
| 451 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 452 | "Documentation": { |
Matt Spinler | c865ed9 | 2022-02-16 14:07:32 -0600 | [diff] [blame] | 453 | "Description": "An error for testing", |
| 454 | "Message": "This is a test recoverable error", |
| 455 | "Notes": [ |
| 456 | "This error is not created by BMC code and is ", |
| 457 | "only used for error injection tests." |
| 458 | ] |
| 459 | } |
| 460 | }, |
| 461 | |
| 462 | { |
Matt Spinler | 87408a4 | 2022-07-29 16:12:07 -0500 | [diff] [blame] | 463 | "Name": "org.open_power.Logging.Error.TestError3", |
| 464 | "Subsystem": "bmc_firmware", |
| 465 | "Severity": "predictive", |
| 466 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 467 | "SRC": { |
Matt Spinler | 87408a4 | 2022-07-29 16:12:07 -0500 | [diff] [blame] | 468 | "ReasonCode": "0x2006", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 469 | "Words6To9": {} |
Matt Spinler | 87408a4 | 2022-07-29 16:12:07 -0500 | [diff] [blame] | 470 | }, |
| 471 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 472 | "Documentation": { |
Matt Spinler | 87408a4 | 2022-07-29 16:12:07 -0500 | [diff] [blame] | 473 | "Description": "This is an error used for testing only", |
| 474 | "Message": "This is a test predictive error", |
| 475 | "Notes": [ |
| 476 | "This error is not created by BMC code and is ", |
| 477 | "only used for error injection tests." |
| 478 | ] |
| 479 | } |
| 480 | }, |
| 481 | |
| 482 | { |
Marri Devender Rao | ead1be2 | 2020-03-28 05:50:59 -0500 | [diff] [blame] | 483 | "Name": "org.open_power.PHAL.Error.Boot", |
| 484 | "Subsystem": "cec_hardware", |
Ramesh Iyyar | 41e79dc | 2020-12-22 06:27:48 -0600 | [diff] [blame] | 485 | "ComponentID": "0x3000", |
Marri Devender Rao | ead1be2 | 2020-03-28 05:50:59 -0500 | [diff] [blame] | 486 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 487 | "SRC": { |
Ramesh Iyyar | 41e79dc | 2020-12-22 06:27:48 -0600 | [diff] [blame] | 488 | "ReasonCode": "0x3001", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 489 | "Words6To9": {} |
Marri Devender Rao | ead1be2 | 2020-03-28 05:50:59 -0500 | [diff] [blame] | 490 | }, |
| 491 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 492 | "Documentation": { |
Michael Lim | 1242989 | 2022-03-10 16:11:25 -0600 | [diff] [blame] | 493 | "Description": "Failure occurred during boot process", |
| 494 | "Message": "Failure occurred during boot process", |
Marri Devender Rao | ead1be2 | 2020-03-28 05:50:59 -0500 | [diff] [blame] | 495 | "Notes": [ |
| 496 | "Debug traces will be captured in AdditionalData section" |
| 497 | ] |
| 498 | } |
Ben Tyner | 3483632 | 2020-04-15 17:01:48 -0500 | [diff] [blame] | 499 | }, |
| 500 | |
| 501 | { |
Ramesh Iyyar | 78be2a2 | 2020-12-22 06:22:55 -0600 | [diff] [blame] | 502 | "Name": "org.open_power.PHAL.Error.PrePowerOff", |
| 503 | "Subsystem": "cec_hardware", |
| 504 | "ComponentID": "0x3000", |
| 505 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 506 | "SRC": { |
Ramesh Iyyar | 78be2a2 | 2020-12-22 06:22:55 -0600 | [diff] [blame] | 507 | "ReasonCode": "0x3002", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 508 | "Words6To9": {} |
Ramesh Iyyar | 78be2a2 | 2020-12-22 06:22:55 -0600 | [diff] [blame] | 509 | }, |
| 510 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 511 | "Documentation": { |
Ramesh Iyyar | 78be2a2 | 2020-12-22 06:22:55 -0600 | [diff] [blame] | 512 | "Description": "Failure occurred during PHAL pre-poweroff operations", |
| 513 | "Message": "Failure occurred during PHAL pre-poweroff operations", |
| 514 | "Notes": [ |
| 515 | "Severity needs to be set based on needs for this registry.", |
| 516 | "FFDC (First Failure Data Collection) will be collected ", |
| 517 | "and added into PEL." |
| 518 | ] |
| 519 | } |
| 520 | }, |
| 521 | |
| 522 | { |
Jayanth Othayoth | db00d76 | 2021-07-13 02:48:19 -0500 | [diff] [blame] | 523 | "Name": "org.open_power.PHAL.Error.devtreeSync", |
| 524 | "Subsystem": "cec_hardware", |
| 525 | "ComponentID": "0x3000", |
| 526 | "Severity": "unrecoverable", |
| 527 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 528 | "SRC": { |
Jayanth Othayoth | db00d76 | 2021-07-13 02:48:19 -0500 | [diff] [blame] | 529 | "ReasonCode": "0x3003", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 530 | "Words6To9": {} |
Jayanth Othayoth | db00d76 | 2021-07-13 02:48:19 -0500 | [diff] [blame] | 531 | }, |
| 532 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 533 | "Documentation": { |
Jayanth Othayoth | db00d76 | 2021-07-13 02:48:19 -0500 | [diff] [blame] | 534 | "Description": "Failure occurred during PHAL devtree sync ", |
| 535 | "Message": "Failure occurred during PHAL devtree sync", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 536 | "Notes": ["The journal should contain more information"] |
Jayanth Othayoth | db00d76 | 2021-07-13 02:48:19 -0500 | [diff] [blame] | 537 | } |
| 538 | }, |
| 539 | |
| 540 | { |
Jayanth Othayoth | f3e619a | 2021-07-13 03:58:06 -0500 | [diff] [blame] | 541 | "Name": "org.open_power.PHAL.Error.devtreeBackup", |
| 542 | "Subsystem": "cec_hardware", |
| 543 | "ComponentID": "0x3000", |
| 544 | "Severity": "unrecoverable", |
| 545 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 546 | "SRC": { |
Jayanth Othayoth | f3e619a | 2021-07-13 03:58:06 -0500 | [diff] [blame] | 547 | "ReasonCode": "0x3004", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 548 | "Words6To9": {} |
Jayanth Othayoth | f3e619a | 2021-07-13 03:58:06 -0500 | [diff] [blame] | 549 | }, |
| 550 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 551 | "Documentation": { |
Jayanth Othayoth | f3e619a | 2021-07-13 03:58:06 -0500 | [diff] [blame] | 552 | "Description": "Failure occurred during PHAL devtree backup ", |
| 553 | "Message": "Failure occurred during PHAL devtree backup", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 554 | "Notes": ["The journal should contain more information"] |
Jayanth Othayoth | f3e619a | 2021-07-13 03:58:06 -0500 | [diff] [blame] | 555 | } |
| 556 | }, |
| 557 | |
| 558 | { |
Andrew Geissler | d54fd73 | 2021-07-20 14:07:12 -0400 | [diff] [blame] | 559 | "Name": "org.open_power.PHAL.Error.HostRunning", |
NodeMan97 | 0f57ddc | 2022-04-29 23:14:41 +0000 | [diff] [blame] | 560 | "Subsystem": "cec_sp_hyp_iface", |
Andrew Geissler | d54fd73 | 2021-07-20 14:07:12 -0400 | [diff] [blame] | 561 | "ComponentID": "0x3000", |
| 562 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 563 | "SRC": { |
Andrew Geissler | d54fd73 | 2021-07-20 14:07:12 -0400 | [diff] [blame] | 564 | "ReasonCode": "0x3005", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 565 | "Words6To9": {} |
Andrew Geissler | d54fd73 | 2021-07-20 14:07:12 -0400 | [diff] [blame] | 566 | }, |
| 567 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 568 | "Documentation": { |
Andrew Geissler | d54fd73 | 2021-07-20 14:07:12 -0400 | [diff] [blame] | 569 | "Description": "Host did not respond to BMC after a BMC reset", |
| 570 | "Message": "Host did not respond to BMC after a BMC reset but hardware indicates it is running", |
| 571 | "Notes": [ |
| 572 | "System will be left in its current state to ensure host ", |
| 573 | "is not unexpectedly taken down. There is most likely an ", |
| 574 | "issue in the software or hardware communication path ", |
| 575 | "between the BMC and the Host firmware.", |
| 576 | "A BMC dump will be collected with relevant FFDC." |
| 577 | ] |
| 578 | } |
| 579 | }, |
| 580 | |
| 581 | { |
Jayanth Othayoth | 7d2bea7 | 2021-11-29 07:26:34 -0600 | [diff] [blame] | 582 | "Name": "org.open_power.PHAL.Error.devtreeReinit", |
| 583 | "Subsystem": "cec_hardware", |
| 584 | "ComponentID": "0x3000", |
| 585 | "Severity": "unrecoverable", |
| 586 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 587 | "SRC": { |
Jayanth Othayoth | 7d2bea7 | 2021-11-29 07:26:34 -0600 | [diff] [blame] | 588 | "ReasonCode": "0x3006", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 589 | "Words6To9": {} |
Jayanth Othayoth | 7d2bea7 | 2021-11-29 07:26:34 -0600 | [diff] [blame] | 590 | }, |
| 591 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 592 | "Documentation": { |
Jayanth Othayoth | 7d2bea7 | 2021-11-29 07:26:34 -0600 | [diff] [blame] | 593 | "Description": "Failure re-initializing BMC to Host data structure", |
| 594 | "Message": "Failure occurred during re-initializing BMC to Host data structure", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 595 | "Notes": ["The journal should contain more information"] |
Jayanth Othayoth | 7d2bea7 | 2021-11-29 07:26:34 -0600 | [diff] [blame] | 596 | } |
| 597 | }, |
| 598 | |
| 599 | { |
Jayanth Othayoth | e52dd95 | 2022-03-09 02:11:41 -0600 | [diff] [blame] | 600 | "Name": "org.open_power.PHAL.Error.NonFunctionalBootProc", |
| 601 | "Subsystem": "cec_hardware", |
| 602 | "ComponentID": "0x3000", |
| 603 | "Severity": "unrecoverable", |
| 604 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 605 | "SRC": { |
Jayanth Othayoth | e52dd95 | 2022-03-09 02:11:41 -0600 | [diff] [blame] | 606 | "ReasonCode": "0x3007", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 607 | "Words6To9": {} |
Jayanth Othayoth | e52dd95 | 2022-03-09 02:11:41 -0600 | [diff] [blame] | 608 | }, |
| 609 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 610 | "Documentation": { |
Jayanth Othayoth | e52dd95 | 2022-03-09 02:11:41 -0600 | [diff] [blame] | 611 | "Description": "Non functional boot processor", |
| 612 | "Message": "Non functional boot processor", |
| 613 | "Notes": [ |
| 614 | "BMC firmware couldn't find functional primary processor", |
| 615 | "required to boot the host", |
| 616 | "Debug traces will be captured in AdditionalData section" |
| 617 | ] |
| 618 | } |
| 619 | }, |
| 620 | |
| 621 | { |
Marri Devender Rao | 116428e | 2022-06-09 07:33:38 -0500 | [diff] [blame] | 622 | "Name": "org.open_power.PHAL.Error.MPReboot", |
| 623 | "Subsystem": "cec_hardware", |
| 624 | "ComponentID": "0x3000", |
| 625 | "Severity": "unrecoverable", |
| 626 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 627 | "SRC": { |
Marri Devender Rao | 116428e | 2022-06-09 07:33:38 -0500 | [diff] [blame] | 628 | "ReasonCode": "0x3008", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 629 | "Words6To9": {} |
Marri Devender Rao | 116428e | 2022-06-09 07:33:38 -0500 | [diff] [blame] | 630 | }, |
| 631 | |
| 632 | "Callouts": [ |
| 633 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 634 | "CalloutList": [ |
| 635 | { "Priority": "high", "Procedure": "bmc_code" } |
Marri Devender Rao | 116428e | 2022-06-09 07:33:38 -0500 | [diff] [blame] | 636 | ] |
| 637 | } |
| 638 | ], |
| 639 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 640 | "Documentation": { |
Marri Devender Rao | 116428e | 2022-06-09 07:33:38 -0500 | [diff] [blame] | 641 | "Description": "Error during memory preserving reboot", |
| 642 | "Message": "Error during memory preserving reboot", |
| 643 | "Notes": [ |
| 644 | "Software error occured during memory preserving reboot" |
| 645 | ] |
| 646 | } |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 647 | }, |
Jayanth Othayoth | 0babc76 | 2022-06-27 00:32:38 -0500 | [diff] [blame] | 648 | { |
| 649 | "Name": "org.open_power.PHAL.Error.SpareClock", |
| 650 | "Subsystem": "cec_hardware", |
| 651 | "ComponentID": "0x3000", |
| 652 | "Severity": "non_error", |
Jayanth Othayoth | 0babc76 | 2022-06-27 00:32:38 -0500 | [diff] [blame] | 653 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 654 | "SRC": { |
Jayanth Othayoth | 0babc76 | 2022-06-27 00:32:38 -0500 | [diff] [blame] | 655 | "ReasonCode": "0x3009", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 656 | "Words6To9": {} |
Jayanth Othayoth | 0babc76 | 2022-06-27 00:32:38 -0500 | [diff] [blame] | 657 | }, |
| 658 | |
Jayanth Othayoth | b082014 | 2022-10-27 02:16:48 -0500 | [diff] [blame] | 659 | "Callouts": [ |
| 660 | { |
| 661 | "System": "ibm,rainier", |
| 662 | "CalloutList": [ |
| 663 | { |
| 664 | "Priority": "high", |
| 665 | "LocCode": "P0" |
| 666 | }, |
| 667 | { |
| 668 | "Priority": "low", |
| 669 | "LocCode": "P0-C15" |
| 670 | } |
| 671 | ] |
| 672 | }, |
| 673 | { |
| 674 | "System": "ibm,everest", |
| 675 | "CalloutList": [ |
| 676 | { |
| 677 | "Priority": "high", |
| 678 | "LocCode": "P0" |
| 679 | }, |
| 680 | { |
| 681 | "Priority": "low", |
| 682 | "LocCode": "P0-C61" |
| 683 | } |
| 684 | ] |
| 685 | } |
| 686 | ], |
| 687 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 688 | "Documentation": { |
Jayanth Othayoth | 0babc76 | 2022-06-27 00:32:38 -0500 | [diff] [blame] | 689 | "Description": "Error during Spare clock initialisation", |
| 690 | "Message": "Error during Spare clock initialisation", |
| 691 | "Notes": [ |
Jayanth Othayoth | b082014 | 2022-10-27 02:16:48 -0500 | [diff] [blame] | 692 | "The clock symbolic FRU in the CalloutList provides the", |
| 693 | "reference to clock unit." |
Jayanth Othayoth | 0babc76 | 2022-06-27 00:32:38 -0500 | [diff] [blame] | 694 | ] |
| 695 | } |
Marri Devender Rao | 116428e | 2022-06-09 07:33:38 -0500 | [diff] [blame] | 696 | }, |
| 697 | |
| 698 | { |
Jayanth Othayoth | 21c1a5a | 2022-09-07 01:24:05 -0500 | [diff] [blame] | 699 | "Name": "org.open_power.PHAL.Info.ClockDailyLog", |
| 700 | "Subsystem": "cec_clocks", |
| 701 | "ComponentID": "0x3000", |
| 702 | "Severity": "non_error", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 703 | "ActionFlags": ["report", "call_home"], |
Jayanth Othayoth | 21c1a5a | 2022-09-07 01:24:05 -0500 | [diff] [blame] | 704 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 705 | "SRC": { |
Jayanth Othayoth | 21c1a5a | 2022-09-07 01:24:05 -0500 | [diff] [blame] | 706 | "ReasonCode": "0x300A", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 707 | "Words6To9": {} |
Jayanth Othayoth | 21c1a5a | 2022-09-07 01:24:05 -0500 | [diff] [blame] | 708 | }, |
| 709 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 710 | "Documentation": { |
Jayanth Othayoth | 21c1a5a | 2022-09-07 01:24:05 -0500 | [diff] [blame] | 711 | "Description": "Informational error to house clock debug info", |
| 712 | "Message": "Informational error to house clock debug info", |
| 713 | "Notes": [ |
| 714 | "User data includes processor and clock register state information." |
| 715 | ] |
| 716 | } |
| 717 | }, |
| 718 | |
| 719 | { |
deepakala-k | b1b342a | 2022-10-05 11:17:16 -0500 | [diff] [blame] | 720 | "Name": "org.open_power.PHAL.Error.GuardPartitionAccess", |
| 721 | "Subsystem": "bmc_firmware", |
| 722 | "ComponentID": "0x3000", |
| 723 | "Severity": "predictive", |
| 724 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 725 | "SRC": { |
deepakala-k | b1b342a | 2022-10-05 11:17:16 -0500 | [diff] [blame] | 726 | "ReasonCode": "0x300B", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 727 | "Words6To9": {} |
deepakala-k | b1b342a | 2022-10-05 11:17:16 -0500 | [diff] [blame] | 728 | }, |
| 729 | |
| 730 | "Callouts": [ |
| 731 | { |
| 732 | "CalloutList": [ |
| 733 | { "Priority": "high", "Procedure": "bmc_code" } |
| 734 | ] |
| 735 | } |
| 736 | ], |
| 737 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 738 | "Documentation": { |
deepakala-k | b1b342a | 2022-10-05 11:17:16 -0500 | [diff] [blame] | 739 | "Description": "Guard partition access failure", |
| 740 | "Message": "Guard partition access failure", |
| 741 | "Notes": [ |
| 742 | "User data and journal should contain more information" |
| 743 | ] |
| 744 | } |
| 745 | }, |
| 746 | |
| 747 | { |
Eddie James | 62464b1 | 2022-05-25 15:47:15 -0500 | [diff] [blame] | 748 | "Name": "org.open_power.OCC.Firmware.PresenceMismatch", |
| 749 | "Subsystem": "bmc_firmware", |
Sheldon Bailey | ca91ce5 | 2022-06-23 10:16:58 -0500 | [diff] [blame] | 750 | "ComponentID": "0x2600", |
Eddie James | 62464b1 | 2022-05-25 15:47:15 -0500 | [diff] [blame] | 751 | "Severity": "predictive", |
| 752 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 753 | "SRC": { |
Sheldon Bailey | ca91ce5 | 2022-06-23 10:16:58 -0500 | [diff] [blame] | 754 | "ReasonCode": "0x2681", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 755 | "Words6To9": {} |
Eddie James | 62464b1 | 2022-05-25 15:47:15 -0500 | [diff] [blame] | 756 | }, |
| 757 | |
| 758 | "Callouts": [ |
| 759 | { |
| 760 | "CalloutList": [ |
| 761 | { "Priority": "medium", "Procedure": "bmc_code" } |
| 762 | ] |
| 763 | } |
| 764 | ], |
| 765 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 766 | "Documentation": { |
Eddie James | 62464b1 | 2022-05-25 15:47:15 -0500 | [diff] [blame] | 767 | "Description": "OCC presence mismatch", |
| 768 | "Message": "BMC firmware detected incorrect number of OCCs", |
| 769 | "Notes": [ |
| 770 | "The number of OCCs detected by the BMC does not match the number of OCCs detected by the OCC.", |
| 771 | "The BMC requests that the OCC reset." |
| 772 | ] |
| 773 | } |
| 774 | }, |
| 775 | |
| 776 | { |
| 777 | "Name": "org.open_power.OCC.Device.SafeState", |
| 778 | "Subsystem": "processor_chip", |
Sheldon Bailey | ca91ce5 | 2022-06-23 10:16:58 -0500 | [diff] [blame] | 779 | "ComponentID": "0x2600", |
Eddie James | 62464b1 | 2022-05-25 15:47:15 -0500 | [diff] [blame] | 780 | "Severity": "non_error", |
| 781 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 782 | "SRC": { |
Sheldon Bailey | ca91ce5 | 2022-06-23 10:16:58 -0500 | [diff] [blame] | 783 | "ReasonCode": "0x2682", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 784 | "Words6To9": {} |
Eddie James | 62464b1 | 2022-05-25 15:47:15 -0500 | [diff] [blame] | 785 | }, |
| 786 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 787 | "Documentation": { |
Eddie James | 62464b1 | 2022-05-25 15:47:15 -0500 | [diff] [blame] | 788 | "Description": "OCC safe state", |
| 789 | "Message": "OCC in safe state while active for one minute", |
| 790 | "Notes": [ |
| 791 | "The BMC detected that the OCC was in safe state for one minute while active.", |
| 792 | "The BMC requests that the OCC reset." |
| 793 | ] |
| 794 | } |
| 795 | }, |
| 796 | |
| 797 | { |
| 798 | "Name": "org.open_power.OCC.Device.ReadFailure", |
| 799 | "Subsystem": "cec_chip_iface", |
Sheldon Bailey | ca91ce5 | 2022-06-23 10:16:58 -0500 | [diff] [blame] | 800 | "ComponentID": "0x2600", |
Eddie James | 62464b1 | 2022-05-25 15:47:15 -0500 | [diff] [blame] | 801 | "Severity": "predictive", |
| 802 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 803 | "SRC": { |
Sheldon Bailey | ca91ce5 | 2022-06-23 10:16:58 -0500 | [diff] [blame] | 804 | "ReasonCode": "0x2683", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 805 | "Words6To9": {} |
Eddie James | 62464b1 | 2022-05-25 15:47:15 -0500 | [diff] [blame] | 806 | }, |
| 807 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 808 | "Documentation": { |
Eddie James | 62464b1 | 2022-05-25 15:47:15 -0500 | [diff] [blame] | 809 | "Description": "OCC communication failure", |
| 810 | "Message": "BMC failed to communicate with the OCC", |
| 811 | "Notes": [ |
| 812 | "The BMC failed to communicate with the OCC and retried three times.", |
| 813 | "The BMC requests that the OCC reset." |
| 814 | ] |
| 815 | } |
| 816 | }, |
| 817 | |
| 818 | { |
Ramesh Iyyar | b3d45ed | 2021-12-07 09:18:19 -0600 | [diff] [blame] | 819 | "Name": "org.open_power.HardwareIsolation.Error", |
| 820 | "Subsystem": "cec_hardware", |
| 821 | "ComponentID": "0x3100", |
| 822 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 823 | "SRC": { |
Ramesh Iyyar | b3d45ed | 2021-12-07 09:18:19 -0600 | [diff] [blame] | 824 | "ReasonCode": "0x3101", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 825 | "Words6To9": {} |
Ramesh Iyyar | b3d45ed | 2021-12-07 09:18:19 -0600 | [diff] [blame] | 826 | }, |
| 827 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 828 | "Documentation": { |
Michael Lim | 1242989 | 2022-03-10 16:11:25 -0600 | [diff] [blame] | 829 | "Description": "Failure occurred during hardware isolation operations", |
| 830 | "Message": "Failure occurred during hardware isolation operations", |
Ramesh Iyyar | b3d45ed | 2021-12-07 09:18:19 -0600 | [diff] [blame] | 831 | "Notes": [ |
| 832 | "Severity needs to be set based on needs for this registry.", |
| 833 | "Debug traces will be captured in AdditionalData section" |
| 834 | ] |
| 835 | } |
| 836 | }, |
| 837 | |
| 838 | { |
Marri Devender Rao | 385446b | 2023-04-14 00:16:35 -0500 | [diff] [blame] | 839 | "Name": "org.open_power.Faultlog.Error.DeconfiguredHW", |
| 840 | "Subsystem": "cec_hardware", |
| 841 | "Severity": "predictive", |
| 842 | "ComponentID": "0xf100", |
| 843 | "SRC": { |
| 844 | "ReasonCode": "0xf138", |
| 845 | "Words6To9": { |
| 846 | "6": { |
| 847 | "Description": "Number of guard records with error object", |
| 848 | "AdditionalDataPropSource": "GUARD_WITH_ASSOC_ERROR_COUNT" |
| 849 | }, |
| 850 | "7": { |
| 851 | "Description": "Number of guard records with no error object", |
| 852 | "AdditionalDataPropSource": "GUARD_WITH_NO_ASSOC_ERROR_COUNT" |
| 853 | }, |
| 854 | "8": { |
| 855 | "Description": "Number of deconfigured records", |
| 856 | "AdditionalDataPropSource": "DECONFIG_RECORD_COUNT" |
| 857 | }, |
| 858 | "9": { |
| 859 | "Description": "Number of unresolved pels count", |
| 860 | "AdditionalDataPropSource": "UNRESOLVED_PEL_WITH_DECONFIG_BIT_COUNT" |
| 861 | } |
| 862 | } |
| 863 | }, |
| 864 | "Callouts": [ |
| 865 | { |
| 866 | "CalloutList": [ |
| 867 | { |
| 868 | "Priority": "high", |
| 869 | "Procedure": "detected_issue_need_service" |
| 870 | } |
| 871 | ] |
| 872 | } |
| 873 | ], |
| 874 | "Documentation": { |
| 875 | "Description": "Firmware detected either a FRU deconfigured And/Or guard record", |
| 876 | "Message": "Firmware detected either a FRU deconfigured And/Or guard record", |
| 877 | "Notes": [ |
| 878 | "Either Guard And/Or Deconfiguration records found during periodic check ", |
| 879 | "as part of the NAG event. Look into the BMC Nag dump for more details. ", |
| 880 | "This is a reminder for servicing faulty hardware pending service present ", |
| 881 | "in the system." |
| 882 | ] |
| 883 | } |
| 884 | }, |
| 885 | |
| 886 | { |
Andrew Geissler | 8034dde | 2021-09-10 14:43:03 -0500 | [diff] [blame] | 887 | "Name": "xyz.openbmc_project.State.Error.HostNotRunning", |
| 888 | "Subsystem": "cec_sp_hostboot_iface", |
| 889 | "ComponentID": "0x3400", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 890 | "SRC": { |
Andrew Geissler | 8034dde | 2021-09-10 14:43:03 -0500 | [diff] [blame] | 891 | "ReasonCode": "0x3401", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 892 | "Words6To9": {} |
Andrew Geissler | 8034dde | 2021-09-10 14:43:03 -0500 | [diff] [blame] | 893 | }, |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 894 | "Documentation": { |
Andrew Geissler | 8034dde | 2021-09-10 14:43:03 -0500 | [diff] [blame] | 895 | "Description": "Host was booting or booted before BMC reset but is now unresponsive", |
| 896 | "Message": "Host did not respond to BMC after a BMC reset but it was booting or booted prior to the BMC reboot", |
| 897 | "Notes": [ |
| 898 | "System will follow recovery policy, resulting in this ", |
| 899 | "error and most likely a a reboot of the host. The issue ", |
| 900 | "is most likely the result of the BMC rebooting while the ", |
| 901 | "host was booting and in a state where it still needed ", |
| 902 | "the BMC to complete its boot." |
| 903 | ] |
Matt Spinler | 288f432 | 2023-01-05 12:54:22 -0600 | [diff] [blame] | 904 | }, |
| 905 | |
| 906 | "JournalCapture": { |
| 907 | "NumLines": 30 |
Andrew Geissler | 8034dde | 2021-09-10 14:43:03 -0500 | [diff] [blame] | 908 | } |
| 909 | }, |
| 910 | |
| 911 | { |
Andrew Geissler | 808f630 | 2022-02-24 13:55:18 -0600 | [diff] [blame] | 912 | "Name": "xyz.openbmc_project.State.ChassisPowerBad", |
| 913 | "Subsystem": "input_power_source", |
| 914 | "ComponentID": "0x3400", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 915 | "SRC": { |
Andrew Geissler | 808f630 | 2022-02-24 13:55:18 -0600 | [diff] [blame] | 916 | "ReasonCode": "0x3402", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 917 | "Words6To9": {} |
Andrew Geissler | 808f630 | 2022-02-24 13:55:18 -0600 | [diff] [blame] | 918 | }, |
| 919 | "Callouts": [ |
| 920 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 921 | "CalloutList": [ |
| 922 | { |
| 923 | "Priority": "high", |
| 924 | "Procedure": "next_level_support" |
| 925 | } |
| 926 | ] |
Andrew Geissler | 808f630 | 2022-02-24 13:55:18 -0600 | [diff] [blame] | 927 | } |
| 928 | ], |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 929 | "Documentation": { |
Andrew Geissler | 808f630 | 2022-02-24 13:55:18 -0600 | [diff] [blame] | 930 | "Description": "Chassis input power is in a bad state", |
| 931 | "Message": "Chassis input power is in a bad state, look for other logs with more details", |
| 932 | "Notes": [ |
| 933 | "The system is most likely in a limited power situation. ", |
| 934 | "There is enough power for the BMC to operate but not the ", |
| 935 | "CEC hardware. Check for UPS or brownout logs." |
| 936 | ] |
Matt Spinler | 288f432 | 2023-01-05 12:54:22 -0600 | [diff] [blame] | 937 | }, |
| 938 | |
| 939 | "JournalCapture": { |
| 940 | "NumLines": 30 |
Andrew Geissler | 808f630 | 2022-02-24 13:55:18 -0600 | [diff] [blame] | 941 | } |
| 942 | }, |
| 943 | |
| 944 | { |
Andrew Geissler | 4c360ec | 2022-02-24 14:09:37 -0600 | [diff] [blame] | 945 | "Name": "xyz.openbmc_project.State.PinholeReset", |
| 946 | "Subsystem": "cec_op_panel", |
| 947 | "ComponentID": "0x3400", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 948 | "SRC": { |
Andrew Geissler | 4c360ec | 2022-02-24 14:09:37 -0600 | [diff] [blame] | 949 | "ReasonCode": "0x3403", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 950 | "Words6To9": {} |
Andrew Geissler | 4c360ec | 2022-02-24 14:09:37 -0600 | [diff] [blame] | 951 | }, |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 952 | "Documentation": { |
Andrew Geissler | 4c360ec | 2022-02-24 14:09:37 -0600 | [diff] [blame] | 953 | "Description": "User initiated a pinhole reset via the op-panel", |
| 954 | "Message": "User initiated a pinhole reset via the op-panel", |
| 955 | "Notes": [ |
| 956 | "This is a notification log to record the fact that a ", |
| 957 | "pinhole reset was performed on the BMC, resulting in a ", |
| 958 | "hard reset of the BMC." |
| 959 | ] |
| 960 | } |
| 961 | }, |
| 962 | |
| 963 | { |
Andrew Geissler | fbb1824 | 2022-02-24 14:30:02 -0600 | [diff] [blame] | 964 | "Name": "xyz.openbmc_project.State.Error.CriticalServiceFailure", |
| 965 | "Subsystem": "bmc_firmware", |
| 966 | "ComponentID": "0x3400", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 967 | "SRC": { |
Andrew Geissler | fbb1824 | 2022-02-24 14:30:02 -0600 | [diff] [blame] | 968 | "ReasonCode": "0x3404", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 969 | "Words6To9": {} |
Andrew Geissler | fbb1824 | 2022-02-24 14:30:02 -0600 | [diff] [blame] | 970 | }, |
| 971 | "Callouts": [ |
| 972 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 973 | "CalloutList": [ |
| 974 | { |
| 975 | "Priority": "high", |
| 976 | "Procedure": "next_level_support" |
| 977 | } |
| 978 | ] |
Andrew Geissler | fbb1824 | 2022-02-24 14:30:02 -0600 | [diff] [blame] | 979 | } |
| 980 | ], |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 981 | "Documentation": { |
Andrew Geissler | fbb1824 | 2022-02-24 14:30:02 -0600 | [diff] [blame] | 982 | "Description": "A critical BMC application has failed on the system", |
| 983 | "Message": "A critical BMC application has failed on the system, the BMC is in an undefined state", |
| 984 | "Notes": [ |
| 985 | "As a part of generating this error log, a BMC dump has ", |
| 986 | "also been generated. Please collect this dump if possible. ", |
| 987 | "The BMC state is undefined but basic services could still ", |
| 988 | "be available. Usually an AC cycle of the entire system is ", |
| 989 | "the best recovery option from this error." |
| 990 | ] |
Matt Spinler | 288f432 | 2023-01-05 12:54:22 -0600 | [diff] [blame] | 991 | }, |
| 992 | |
| 993 | "JournalCapture": { |
| 994 | "NumLines": 30 |
Andrew Geissler | fbb1824 | 2022-02-24 14:30:02 -0600 | [diff] [blame] | 995 | } |
| 996 | }, |
| 997 | |
| 998 | { |
Andrew Geissler | f83efe9 | 2022-03-10 15:06:17 -0600 | [diff] [blame] | 999 | "Name": "xyz.openbmc_project.State.Error.SecurityCheckFail", |
| 1000 | "Subsystem": "bmc_firmware", |
| 1001 | "ComponentID": "0x3400", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1002 | "SRC": { |
Andrew Geissler | f83efe9 | 2022-03-10 15:06:17 -0600 | [diff] [blame] | 1003 | "ReasonCode": "0x3405", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1004 | "Words6To9": {} |
Andrew Geissler | f83efe9 | 2022-03-10 15:06:17 -0600 | [diff] [blame] | 1005 | }, |
| 1006 | "Callouts": [ |
| 1007 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1008 | "CalloutList": [ |
| 1009 | { |
| 1010 | "Priority": "high", |
| 1011 | "Procedure": "next_level_support" |
| 1012 | } |
| 1013 | ] |
Andrew Geissler | f83efe9 | 2022-03-10 15:06:17 -0600 | [diff] [blame] | 1014 | } |
| 1015 | ], |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1016 | "Documentation": { |
Andrew Geissler | f83efe9 | 2022-03-10 15:06:17 -0600 | [diff] [blame] | 1017 | "Description": "A firmware security check has failed", |
| 1018 | "Message": "A firmware security check has failed, most likely something is not configured correctly", |
| 1019 | "Notes": [ |
| 1020 | "This log is only generated in the manufacturing ", |
| 1021 | "environment and it indicates that something has not ", |
| 1022 | "been configured correctly. Use the data in the PEL to ", |
| 1023 | "determine what that is." |
| 1024 | ] |
| 1025 | } |
| 1026 | }, |
| 1027 | |
| 1028 | { |
Andrew Geissler | 8bafa99 | 2022-03-10 15:20:52 -0600 | [diff] [blame] | 1029 | "Name": "xyz.openbmc_project.State.BMC.Error.MultiUserTargetFailure", |
| 1030 | "Subsystem": "bmc_firmware", |
| 1031 | "ComponentID": "0x3400", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1032 | "SRC": { |
Andrew Geissler | 8bafa99 | 2022-03-10 15:20:52 -0600 | [diff] [blame] | 1033 | "ReasonCode": "0x3406", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1034 | "Words6To9": {} |
Andrew Geissler | 8bafa99 | 2022-03-10 15:20:52 -0600 | [diff] [blame] | 1035 | }, |
| 1036 | "Callouts": [ |
| 1037 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1038 | "CalloutList": [ |
| 1039 | { |
| 1040 | "Priority": "high", |
| 1041 | "Procedure": "next_level_support" |
| 1042 | } |
| 1043 | ] |
Andrew Geissler | 8bafa99 | 2022-03-10 15:20:52 -0600 | [diff] [blame] | 1044 | } |
| 1045 | ], |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1046 | "Documentation": { |
Andrew Geissler | 8bafa99 | 2022-03-10 15:20:52 -0600 | [diff] [blame] | 1047 | "Description": "The system has failed to reach BMC Ready state", |
| 1048 | "Message": "The system has failed to reach BMC Ready state, look for other errors", |
| 1049 | "Notes": [ |
| 1050 | "This log indicates a critical BMC application required ", |
| 1051 | "for the BMC to reach Ready state has failed to start ", |
| 1052 | "successfully. Look in the log for other errors indicating ", |
| 1053 | "what has failed." |
| 1054 | ] |
Matt Spinler | 288f432 | 2023-01-05 12:54:22 -0600 | [diff] [blame] | 1055 | }, |
| 1056 | |
| 1057 | "JournalCapture": { |
| 1058 | "NumLines": 30 |
Andrew Geissler | 8bafa99 | 2022-03-10 15:20:52 -0600 | [diff] [blame] | 1059 | } |
| 1060 | }, |
| 1061 | |
| 1062 | { |
| 1063 | "Name": "xyz.openbmc_project.State.Chassis.Error.PowerOnFailure", |
| 1064 | "Subsystem": "bmc_firmware", |
| 1065 | "ComponentID": "0x3400", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1066 | "SRC": { |
Andrew Geissler | 8bafa99 | 2022-03-10 15:20:52 -0600 | [diff] [blame] | 1067 | "ReasonCode": "0x3407", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1068 | "Words6To9": {} |
Andrew Geissler | 8bafa99 | 2022-03-10 15:20:52 -0600 | [diff] [blame] | 1069 | }, |
| 1070 | "Callouts": [ |
| 1071 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1072 | "CalloutList": [ |
| 1073 | { |
| 1074 | "Priority": "high", |
| 1075 | "Procedure": "next_level_support" |
| 1076 | } |
| 1077 | ] |
Andrew Geissler | 8bafa99 | 2022-03-10 15:20:52 -0600 | [diff] [blame] | 1078 | } |
| 1079 | ], |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1080 | "Documentation": { |
Andrew Geissler | 8bafa99 | 2022-03-10 15:20:52 -0600 | [diff] [blame] | 1081 | "Description": "The system has failed to reach chassis power on state", |
| 1082 | "Message": "The system has failed to reach chassis power on state, look for other errors", |
| 1083 | "Notes": [ |
| 1084 | "This log indicates a critical BMC application required ", |
| 1085 | "for the BMC to power on the chassis has failed to start ", |
| 1086 | "successfully. Look in the log for other errors indicating ", |
| 1087 | "what has failed." |
| 1088 | ] |
Matt Spinler | 288f432 | 2023-01-05 12:54:22 -0600 | [diff] [blame] | 1089 | }, |
| 1090 | |
| 1091 | "JournalCapture": { |
| 1092 | "NumLines": 30 |
Andrew Geissler | 8bafa99 | 2022-03-10 15:20:52 -0600 | [diff] [blame] | 1093 | } |
| 1094 | }, |
| 1095 | |
| 1096 | { |
| 1097 | "Name": "xyz.openbmc_project.State.Chassis.Error.PowerOffFailure", |
| 1098 | "Subsystem": "bmc_firmware", |
| 1099 | "ComponentID": "0x3400", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1100 | "SRC": { |
Andrew Geissler | 8bafa99 | 2022-03-10 15:20:52 -0600 | [diff] [blame] | 1101 | "ReasonCode": "0x3408", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1102 | "Words6To9": {} |
Andrew Geissler | 8bafa99 | 2022-03-10 15:20:52 -0600 | [diff] [blame] | 1103 | }, |
| 1104 | "Callouts": [ |
| 1105 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1106 | "CalloutList": [ |
| 1107 | { |
| 1108 | "Priority": "high", |
| 1109 | "Procedure": "next_level_support" |
| 1110 | } |
| 1111 | ] |
Andrew Geissler | 8bafa99 | 2022-03-10 15:20:52 -0600 | [diff] [blame] | 1112 | } |
| 1113 | ], |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1114 | "Documentation": { |
Andrew Geissler | 8bafa99 | 2022-03-10 15:20:52 -0600 | [diff] [blame] | 1115 | "Description": "The system has failed to reach chassis power off state", |
| 1116 | "Message": "The system has failed to reach chassis power off state, look for other errors", |
| 1117 | "Notes": [ |
| 1118 | "This log indicates a critical BMC application required ", |
| 1119 | "for the BMC to power off the chassis has failed to start ", |
| 1120 | "successfully. Look in the log for other errors indicating ", |
| 1121 | "what has failed." |
| 1122 | ] |
Matt Spinler | 288f432 | 2023-01-05 12:54:22 -0600 | [diff] [blame] | 1123 | }, |
| 1124 | |
| 1125 | "JournalCapture": { |
| 1126 | "NumLines": 30 |
Andrew Geissler | 8bafa99 | 2022-03-10 15:20:52 -0600 | [diff] [blame] | 1127 | } |
| 1128 | }, |
| 1129 | |
| 1130 | { |
| 1131 | "Name": "xyz.openbmc_project.State.Host.Error.HostStartFailure", |
| 1132 | "Subsystem": "bmc_firmware", |
| 1133 | "ComponentID": "0x3400", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1134 | "SRC": { |
Andrew Geissler | 8bafa99 | 2022-03-10 15:20:52 -0600 | [diff] [blame] | 1135 | "ReasonCode": "0x3409", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1136 | "Words6To9": {} |
Andrew Geissler | 8bafa99 | 2022-03-10 15:20:52 -0600 | [diff] [blame] | 1137 | }, |
| 1138 | "Callouts": [ |
| 1139 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1140 | "CalloutList": [ |
| 1141 | { |
| 1142 | "Priority": "high", |
| 1143 | "Procedure": "next_level_support" |
| 1144 | } |
| 1145 | ] |
Andrew Geissler | 8bafa99 | 2022-03-10 15:20:52 -0600 | [diff] [blame] | 1146 | } |
| 1147 | ], |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1148 | "Documentation": { |
Andrew Geissler | 8bafa99 | 2022-03-10 15:20:52 -0600 | [diff] [blame] | 1149 | "Description": "The system has failed to start the host firmware", |
| 1150 | "Message": "The system has failed to start the host firmware, look for other errors", |
| 1151 | "Notes": [ |
| 1152 | "This log indicates a critical BMC application required ", |
| 1153 | "for the BMC to start the host has failed to start ", |
| 1154 | "successfully. Look in the log for other errors indicating ", |
| 1155 | "what has failed." |
| 1156 | ] |
Matt Spinler | 288f432 | 2023-01-05 12:54:22 -0600 | [diff] [blame] | 1157 | }, |
| 1158 | |
| 1159 | "JournalCapture": { |
| 1160 | "NumLines": 30 |
Andrew Geissler | 8bafa99 | 2022-03-10 15:20:52 -0600 | [diff] [blame] | 1161 | } |
| 1162 | }, |
| 1163 | |
| 1164 | { |
| 1165 | "Name": "xyz.openbmc_project.State.Host.Error.HostStartMinFailure", |
| 1166 | "Subsystem": "bmc_firmware", |
| 1167 | "ComponentID": "0x3400", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1168 | "SRC": { |
Andrew Geissler | 8bafa99 | 2022-03-10 15:20:52 -0600 | [diff] [blame] | 1169 | "ReasonCode": "0x3410", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1170 | "Words6To9": {} |
Andrew Geissler | 8bafa99 | 2022-03-10 15:20:52 -0600 | [diff] [blame] | 1171 | }, |
| 1172 | "Callouts": [ |
| 1173 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1174 | "CalloutList": [ |
| 1175 | { |
| 1176 | "Priority": "high", |
| 1177 | "Procedure": "next_level_support" |
| 1178 | } |
| 1179 | ] |
Andrew Geissler | 8bafa99 | 2022-03-10 15:20:52 -0600 | [diff] [blame] | 1180 | } |
| 1181 | ], |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1182 | "Documentation": { |
Andrew Geissler | 8bafa99 | 2022-03-10 15:20:52 -0600 | [diff] [blame] | 1183 | "Description": "The system has failed to start the host firmware", |
| 1184 | "Message": "The system has failed to start the host firmware, look for other errors", |
| 1185 | "Notes": [ |
| 1186 | "This log indicates a critical BMC application required ", |
| 1187 | "for the BMC to start the host has failed to start ", |
| 1188 | "successfully. Look in the log for other errors indicating ", |
| 1189 | "what has failed." |
| 1190 | ] |
Matt Spinler | 288f432 | 2023-01-05 12:54:22 -0600 | [diff] [blame] | 1191 | }, |
| 1192 | |
| 1193 | "JournalCapture": { |
| 1194 | "NumLines": 30 |
Andrew Geissler | 8bafa99 | 2022-03-10 15:20:52 -0600 | [diff] [blame] | 1195 | } |
| 1196 | }, |
| 1197 | |
| 1198 | { |
| 1199 | "Name": "xyz.openbmc_project.State.Host.Error.HostShutdownFailure", |
| 1200 | "Subsystem": "bmc_firmware", |
| 1201 | "ComponentID": "0x3400", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1202 | "SRC": { |
Andrew Geissler | 8bafa99 | 2022-03-10 15:20:52 -0600 | [diff] [blame] | 1203 | "ReasonCode": "0x3411", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1204 | "Words6To9": {} |
Andrew Geissler | 8bafa99 | 2022-03-10 15:20:52 -0600 | [diff] [blame] | 1205 | }, |
| 1206 | "Callouts": [ |
| 1207 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1208 | "CalloutList": [ |
| 1209 | { |
| 1210 | "Priority": "high", |
| 1211 | "Procedure": "next_level_support" |
| 1212 | } |
| 1213 | ] |
Andrew Geissler | 8bafa99 | 2022-03-10 15:20:52 -0600 | [diff] [blame] | 1214 | } |
| 1215 | ], |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1216 | "Documentation": { |
Andrew Geissler | 8bafa99 | 2022-03-10 15:20:52 -0600 | [diff] [blame] | 1217 | "Description": "The system has failed to shutdown the host firmware", |
| 1218 | "Message": "The system has failed to shutdown the host firmware, look for other errors", |
| 1219 | "Notes": [ |
| 1220 | "This log indicates a critical BMC application required ", |
| 1221 | "to shutdown the host firmware has failed to start ", |
| 1222 | "successfully. Look in the log for other errors indicating ", |
| 1223 | "what has failed." |
| 1224 | ] |
Matt Spinler | 288f432 | 2023-01-05 12:54:22 -0600 | [diff] [blame] | 1225 | }, |
| 1226 | |
| 1227 | "JournalCapture": { |
| 1228 | "NumLines": 30 |
Andrew Geissler | 8bafa99 | 2022-03-10 15:20:52 -0600 | [diff] [blame] | 1229 | } |
| 1230 | }, |
| 1231 | |
| 1232 | { |
| 1233 | "Name": "xyz.openbmc_project.State.Host.Error.HostStopFailure", |
| 1234 | "Subsystem": "bmc_firmware", |
| 1235 | "ComponentID": "0x3400", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1236 | "SRC": { |
Andrew Geissler | 8bafa99 | 2022-03-10 15:20:52 -0600 | [diff] [blame] | 1237 | "ReasonCode": "0x3412", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1238 | "Words6To9": {} |
Andrew Geissler | 8bafa99 | 2022-03-10 15:20:52 -0600 | [diff] [blame] | 1239 | }, |
| 1240 | "Callouts": [ |
| 1241 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1242 | "CalloutList": [ |
| 1243 | { |
| 1244 | "Priority": "high", |
| 1245 | "Procedure": "next_level_support" |
| 1246 | } |
| 1247 | ] |
Andrew Geissler | 8bafa99 | 2022-03-10 15:20:52 -0600 | [diff] [blame] | 1248 | } |
| 1249 | ], |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1250 | "Documentation": { |
Andrew Geissler | 8bafa99 | 2022-03-10 15:20:52 -0600 | [diff] [blame] | 1251 | "Description": "The system has failed to stop the host firmware", |
| 1252 | "Message": "The system has failed to stop the host firmware, look for other errors", |
| 1253 | "Notes": [ |
| 1254 | "This log indicates a critical BMC application required ", |
| 1255 | "to stop the host firmware has failed to start ", |
| 1256 | "successfully. Look in the log for other errors indicating ", |
| 1257 | "what has failed." |
| 1258 | ] |
Matt Spinler | 288f432 | 2023-01-05 12:54:22 -0600 | [diff] [blame] | 1259 | }, |
| 1260 | |
| 1261 | "JournalCapture": { |
| 1262 | "NumLines": 30 |
Andrew Geissler | 8bafa99 | 2022-03-10 15:20:52 -0600 | [diff] [blame] | 1263 | } |
| 1264 | }, |
| 1265 | |
| 1266 | { |
| 1267 | "Name": "xyz.openbmc_project.State.Host.Error.HostRebootFailure", |
| 1268 | "Subsystem": "bmc_firmware", |
| 1269 | "ComponentID": "0x3400", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1270 | "SRC": { |
Andrew Geissler | 8bafa99 | 2022-03-10 15:20:52 -0600 | [diff] [blame] | 1271 | "ReasonCode": "0x3413", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1272 | "Words6To9": {} |
Andrew Geissler | 8bafa99 | 2022-03-10 15:20:52 -0600 | [diff] [blame] | 1273 | }, |
| 1274 | "Callouts": [ |
| 1275 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1276 | "CalloutList": [ |
| 1277 | { |
| 1278 | "Priority": "high", |
| 1279 | "Procedure": "next_level_support" |
| 1280 | } |
| 1281 | ] |
Andrew Geissler | 8bafa99 | 2022-03-10 15:20:52 -0600 | [diff] [blame] | 1282 | } |
| 1283 | ], |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1284 | "Documentation": { |
Andrew Geissler | 8bafa99 | 2022-03-10 15:20:52 -0600 | [diff] [blame] | 1285 | "Description": "The system has failed to reboot the host firmware", |
| 1286 | "Message": "The system has failed to reboot the host firmware, look for other errors", |
| 1287 | "Notes": [ |
| 1288 | "This log indicates a critical BMC application required ", |
| 1289 | "to reboot the host firmware has failed to start ", |
| 1290 | "successfully. Look in the log for other errors indicating ", |
| 1291 | "what has failed." |
| 1292 | ] |
Matt Spinler | 288f432 | 2023-01-05 12:54:22 -0600 | [diff] [blame] | 1293 | }, |
| 1294 | |
| 1295 | "JournalCapture": { |
| 1296 | "NumLines": 30 |
Andrew Geissler | 8bafa99 | 2022-03-10 15:20:52 -0600 | [diff] [blame] | 1297 | } |
| 1298 | }, |
| 1299 | |
| 1300 | { |
Andrew Geissler | b2b7ef4 | 2022-03-11 11:27:00 -0600 | [diff] [blame] | 1301 | "Name": "xyz.openbmc_project.State.Error.HostQuiesce", |
| 1302 | "Subsystem": "bmc_firmware", |
| 1303 | "ComponentID": "0x3400", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1304 | "SRC": { |
Andrew Geissler | b2b7ef4 | 2022-03-11 11:27:00 -0600 | [diff] [blame] | 1305 | "ReasonCode": "0x3414", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1306 | "Words6To9": {} |
Andrew Geissler | b2b7ef4 | 2022-03-11 11:27:00 -0600 | [diff] [blame] | 1307 | }, |
| 1308 | "Callouts": [ |
| 1309 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1310 | "CalloutList": [ |
| 1311 | { |
| 1312 | "Priority": "high", |
| 1313 | "Procedure": "next_level_support" |
| 1314 | } |
| 1315 | ] |
Andrew Geissler | b2b7ef4 | 2022-03-11 11:27:00 -0600 | [diff] [blame] | 1316 | } |
| 1317 | ], |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1318 | "Documentation": { |
Andrew Geissler | b2b7ef4 | 2022-03-11 11:27:00 -0600 | [diff] [blame] | 1319 | "Description": "The host firmware has failed to boot", |
| 1320 | "Message": "The host firmware has failed to boot and has entered a Quiesce state. Look for other errors.", |
| 1321 | "Notes": [ |
| 1322 | "This log indicates that the host firmware has failed to ", |
| 1323 | "boot and all retries have been exhausted. There should be ", |
| 1324 | "other logs with more details on the boot failure reason. " |
| 1325 | ] |
Matt Spinler | 288f432 | 2023-01-05 12:54:22 -0600 | [diff] [blame] | 1326 | }, |
| 1327 | |
| 1328 | "JournalCapture": { |
| 1329 | "NumLines": 30 |
Andrew Geissler | b2b7ef4 | 2022-03-11 11:27:00 -0600 | [diff] [blame] | 1330 | } |
| 1331 | }, |
| 1332 | |
| 1333 | { |
Lakshmi Yadlapati | 95788fe | 2023-03-24 14:39:32 -0500 | [diff] [blame] | 1334 | "Name": "xyz.openbmc_project.State.Error.TpmMeasurementFail", |
| 1335 | "Subsystem": "bmc_firmware", |
| 1336 | "ComponentID": "0x3400", |
| 1337 | "SRC": { |
| 1338 | "ReasonCode": "0x3415", |
| 1339 | "Words6To9": {} |
| 1340 | }, |
| 1341 | "Callouts": [ |
| 1342 | { |
| 1343 | "CalloutList": [ |
| 1344 | { |
| 1345 | "Priority": "high", |
| 1346 | "Procedure": "next_level_support" |
| 1347 | } |
| 1348 | ] |
| 1349 | } |
| 1350 | ], |
| 1351 | "Documentation": { |
| 1352 | "Description": "TPM measurement failed", |
| 1353 | "Message": "The system has detected a failure in the TPM measurement.", |
| 1354 | "Notes": [ |
| 1355 | "This error occurs when /sys/class/tpm/tpm0/pcr-sha256/0", |
| 1356 | "is missing or has a value of 0, indicating a potential compromise", |
| 1357 | "of the system's boot process.", |
| 1358 | "Please contact your system administrator or next level support", |
| 1359 | "to investigate and resolve the issue." |
| 1360 | ] |
| 1361 | } |
| 1362 | }, |
| 1363 | |
| 1364 | { |
Andrew Geissler | 730935f | 2023-04-26 13:26:16 -0600 | [diff] [blame^] | 1365 | "Name": "xyz.openbmc_project.State.Info.ChassisPowerOnStarted", |
| 1366 | "Subsystem": "bmc_firmware", |
| 1367 | "ComponentID": "0x3400", |
| 1368 | "Severity": "non_error", |
| 1369 | "SRC": { |
| 1370 | "ReasonCode": "0x3416", |
| 1371 | "Words6To9": {} |
| 1372 | }, |
| 1373 | "Documentation": { |
| 1374 | "Description": "A power on of the chassis has been started", |
| 1375 | "Message": "The chassis is powering on.", |
| 1376 | "Notes": [ |
| 1377 | "This informational error is logged each time the chassis", |
| 1378 | "is powered on." |
| 1379 | ] |
| 1380 | } |
| 1381 | }, |
| 1382 | |
| 1383 | { |
Jayanth Othayoth | bd0a752 | 2021-05-03 02:05:36 -0500 | [diff] [blame] | 1384 | "Name": "org.open_power.Processor.Error.SbeChipOpFailure", |
| 1385 | "Subsystem": "processor_chip", |
| 1386 | "ComponentID": "0x3500", |
| 1387 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1388 | "SRC": { |
Jayanth Othayoth | bd0a752 | 2021-05-03 02:05:36 -0500 | [diff] [blame] | 1389 | "ReasonCode": "0x3500", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1390 | "Words6To9": { |
| 1391 | "6": { |
Jayanth Othayoth | bd0a752 | 2021-05-03 02:05:36 -0500 | [diff] [blame] | 1392 | "Description": "[0:15] chip position, [16:23] command class, [24:31] command type", |
| 1393 | "AdditionalDataPropSource": "SRC6" |
| 1394 | } |
| 1395 | } |
| 1396 | }, |
| 1397 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1398 | "Documentation": { |
Jayanth Othayoth | bd0a752 | 2021-05-03 02:05:36 -0500 | [diff] [blame] | 1399 | "Description": "chipop failure with SBE provided FFDC", |
| 1400 | "Message": "chipop request failure reported by SBE", |
| 1401 | "Notes": [ |
| 1402 | "The severity is set by the creator.", |
| 1403 | "Callouts added based on SBE provided FFDC.", |
| 1404 | "SBE provided additional debug data included as part of the", |
| 1405 | "additional user data section." |
| 1406 | ] |
| 1407 | } |
| 1408 | }, |
| 1409 | |
| 1410 | { |
Jayanth Othayoth | 4f6b763 | 2021-05-03 02:36:18 -0500 | [diff] [blame] | 1411 | "Name": "org.open_power.Processor.Error.SbeChipOpTimeout", |
| 1412 | "Subsystem": "processor_chip", |
| 1413 | "ComponentID": "0x3500", |
| 1414 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1415 | "SRC": { |
Jayanth Othayoth | 4f6b763 | 2021-05-03 02:36:18 -0500 | [diff] [blame] | 1416 | "ReasonCode": "0x3501", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1417 | "Words6To9": { |
| 1418 | "6": { |
Jayanth Othayoth | 4f6b763 | 2021-05-03 02:36:18 -0500 | [diff] [blame] | 1419 | "Description": "[0:15] chip position, [16:23] command class, [24:31] command type", |
| 1420 | "AdditionalDataPropSource": "SRC6" |
| 1421 | } |
| 1422 | } |
| 1423 | }, |
| 1424 | |
Jayanth Othayoth | e4acc8d | 2022-06-02 02:32:08 -0500 | [diff] [blame] | 1425 | "Callouts": [ |
| 1426 | { |
| 1427 | "CalloutList": [ |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1428 | { |
| 1429 | "Priority": "high", |
| 1430 | "Procedure": "next_level_support" |
| 1431 | } |
Jayanth Othayoth | e4acc8d | 2022-06-02 02:32:08 -0500 | [diff] [blame] | 1432 | ] |
| 1433 | } |
| 1434 | ], |
| 1435 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1436 | "Documentation": { |
Jayanth Othayoth | 4f6b763 | 2021-05-03 02:36:18 -0500 | [diff] [blame] | 1437 | "Description": "SBE chipop timeout", |
| 1438 | "Message": "chipop timeout reported during SBE communication", |
| 1439 | "Notes": [ |
| 1440 | "The severity is set by the creator.", |
| 1441 | "Check SBE Dump associated to this error to debug the failure." |
| 1442 | ] |
| 1443 | } |
| 1444 | }, |
| 1445 | |
| 1446 | { |
Jayanth Othayoth | 6c60183 | 2021-05-03 02:56:04 -0500 | [diff] [blame] | 1447 | "Name": "org.open_power.Processor.Error.SbeChipOpInvalidState", |
| 1448 | "Subsystem": "processor_chip", |
| 1449 | "ComponentID": "0x3500", |
| 1450 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1451 | "SRC": { |
Jayanth Othayoth | 6c60183 | 2021-05-03 02:56:04 -0500 | [diff] [blame] | 1452 | "ReasonCode": "0x3502", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1453 | "Words6To9": { |
| 1454 | "6": { |
Jayanth Othayoth | 6c60183 | 2021-05-03 02:56:04 -0500 | [diff] [blame] | 1455 | "Description": "[0:15] chip position, [16:23] command class, [24:31] command type", |
| 1456 | "AdditionalDataPropSource": "SRC6" |
| 1457 | }, |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1458 | "7": { |
Jayanth Othayoth | 6c60183 | 2021-05-03 02:56:04 -0500 | [diff] [blame] | 1459 | "Description": "Value of SBE state", |
| 1460 | "AdditionalDataPropSource": "SRC7" |
| 1461 | } |
| 1462 | } |
| 1463 | }, |
| 1464 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1465 | "Documentation": { |
Jayanth Othayoth | 6c60183 | 2021-05-03 02:56:04 -0500 | [diff] [blame] | 1466 | "Description": "The SBE on this processor is not in a state where chipOps can be issued", |
| 1467 | "Message": "SBE Chipop is not allowed due to invalid SBE state ", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1468 | "Notes": ["The severity is set by the creator."] |
Jayanth Othayoth | 6c60183 | 2021-05-03 02:56:04 -0500 | [diff] [blame] | 1469 | } |
| 1470 | }, |
| 1471 | |
| 1472 | { |
Jayanth Othayoth | abc88b0 | 2021-09-19 06:07:22 -0500 | [diff] [blame] | 1473 | "Name": "org.open_power.Processor.Error.SbeBootFailure", |
| 1474 | "Subsystem": "processor_chip", |
| 1475 | "ComponentID": "0x3500", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1476 | "ActionFlags": ["service_action", "report", "call_home"], |
Jayanth Othayoth | abc88b0 | 2021-09-19 06:07:22 -0500 | [diff] [blame] | 1477 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1478 | "SRC": { |
Jayanth Othayoth | abc88b0 | 2021-09-19 06:07:22 -0500 | [diff] [blame] | 1479 | "ReasonCode": "0x3503", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1480 | "Words6To9": { |
| 1481 | "6": { |
Jayanth Othayoth | abc88b0 | 2021-09-19 06:07:22 -0500 | [diff] [blame] | 1482 | "Description": "[0:15] chip position", |
| 1483 | "AdditionalDataPropSource": "SRC6" |
| 1484 | } |
| 1485 | } |
| 1486 | }, |
| 1487 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1488 | "Documentation": { |
Jayanth Othayoth | abc88b0 | 2021-09-19 06:07:22 -0500 | [diff] [blame] | 1489 | "Description": "Boot failure with SBE provided FFDC", |
| 1490 | "Message": "Boot failure reported by SBE", |
| 1491 | "Notes": [ |
| 1492 | "The severity is set by the creator.", |
| 1493 | "Callouts added based on SBE provided FFDC.", |
| 1494 | "SBE provided additional debug data included as part of the", |
| 1495 | "additional user data section." |
| 1496 | ] |
| 1497 | } |
| 1498 | }, |
| 1499 | |
| 1500 | { |
Jayanth Othayoth | fd0cf4f | 2021-09-19 06:16:54 -0500 | [diff] [blame] | 1501 | "Name": "org.open_power.Processor.Error.SbeBootTimeout", |
| 1502 | "Subsystem": "processor_chip", |
| 1503 | "ComponentID": "0x3500", |
| 1504 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1505 | "SRC": { |
Jayanth Othayoth | fd0cf4f | 2021-09-19 06:16:54 -0500 | [diff] [blame] | 1506 | "ReasonCode": "0x3504", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1507 | "Words6To9": {} |
Jayanth Othayoth | fd0cf4f | 2021-09-19 06:16:54 -0500 | [diff] [blame] | 1508 | }, |
| 1509 | |
Jayanth Othayoth | f5cd2a4 | 2022-05-31 02:54:10 -0500 | [diff] [blame] | 1510 | "Callouts": [ |
| 1511 | { |
| 1512 | "System": "ibm,rainier", |
| 1513 | "CalloutList": [ |
| 1514 | { |
| 1515 | "Priority": "low", |
| 1516 | "LocCode": "P0" |
| 1517 | }, |
| 1518 | { |
| 1519 | "Priority": "low", |
| 1520 | "LocCode": "P0-C22" |
| 1521 | } |
| 1522 | ] |
| 1523 | }, |
| 1524 | { |
| 1525 | "System": "ibm,everest", |
| 1526 | "CalloutList": [ |
| 1527 | { |
| 1528 | "Priority": "low", |
| 1529 | "LocCode": "P0" |
| 1530 | }, |
| 1531 | { |
| 1532 | "Priority": "low", |
| 1533 | "LocCode": "P0-C96" |
| 1534 | } |
| 1535 | ] |
Matt Spinler | bc56098 | 2023-04-10 11:16:42 -0500 | [diff] [blame] | 1536 | }, |
| 1537 | { |
| 1538 | "System": "ibm,bonnell", |
| 1539 | "CalloutList": [ |
| 1540 | { |
| 1541 | "Priority": "low", |
| 1542 | "LocCode": "P0" |
| 1543 | }, |
| 1544 | { |
| 1545 | "Priority": "low", |
| 1546 | "LocCode": "P0-C5" |
| 1547 | } |
| 1548 | ] |
Jayanth Othayoth | f5cd2a4 | 2022-05-31 02:54:10 -0500 | [diff] [blame] | 1549 | } |
| 1550 | ], |
| 1551 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1552 | "Documentation": { |
Jayanth Othayoth | fd0cf4f | 2021-09-19 06:16:54 -0500 | [diff] [blame] | 1553 | "Description": "SBE Boot timeout", |
| 1554 | "Message": "timeout reported during SBE boot process", |
| 1555 | "Notes": [ |
| 1556 | "The severity is set by the creator.", |
| 1557 | "Check SBE Dump associated to this error to debug the failure." |
| 1558 | ] |
| 1559 | } |
| 1560 | }, |
| 1561 | |
| 1562 | { |
Ben Tyner | 3483632 | 2020-04-15 17:01:48 -0500 | [diff] [blame] | 1563 | "Name": "org.open_power.Attn.Error.Terminate", |
Ben Tyner | 808e29f | 2021-04-16 08:32:23 -0500 | [diff] [blame] | 1564 | "Subsystem": "cec_hardware", |
| 1565 | "Severity": "non_error", |
Ben Tyner | 3483632 | 2020-04-15 17:01:48 -0500 | [diff] [blame] | 1566 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1567 | "SRC": { |
Ben Tyner | 3483632 | 2020-04-15 17:01:48 -0500 | [diff] [blame] | 1568 | "ReasonCode": "0xD138", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1569 | "SymptomIDFields": [ |
| 1570 | "SRCWord3", |
| 1571 | "SRCWord4", |
| 1572 | "SRCWord5", |
| 1573 | "SRCWord6", |
| 1574 | "SRCWord7", |
| 1575 | "SRCWord8", |
| 1576 | "SRCWord9" |
| 1577 | ], |
| 1578 | "Words6To9": {} |
Ben Tyner | 3483632 | 2020-04-15 17:01:48 -0500 | [diff] [blame] | 1579 | }, |
| 1580 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1581 | "Documentation": { |
Ben Tyner | 3483632 | 2020-04-15 17:01:48 -0500 | [diff] [blame] | 1582 | "Description": "Status shows TI special attention active", |
| 1583 | "Message": "TI special attention detected", |
| 1584 | "Notes": [ |
| 1585 | "This entry is for any TI special attention event ", |
| 1586 | "reported by the attention handler component" |
| 1587 | ] |
| 1588 | } |
| 1589 | }, |
| 1590 | |
| 1591 | { |
| 1592 | "Name": "org.open_power.Attn.Error.Fail", |
| 1593 | "Subsystem": "bmc_firmware", |
| 1594 | "Severity": "unrecoverable_loss_of_function", |
| 1595 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1596 | "SRC": { |
Ben Tyner | 3483632 | 2020-04-15 17:01:48 -0500 | [diff] [blame] | 1597 | "ReasonCode": "0xD13E", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1598 | "Words6To9": { |
| 1599 | "6": { |
Ben Tyner | 3483632 | 2020-04-15 17:01:48 -0500 | [diff] [blame] | 1600 | "Description": "Error code from attention handler", |
| 1601 | "AdditionalDataPropSource": "ERROR_CODE" |
| 1602 | } |
| 1603 | } |
| 1604 | }, |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1605 | "Documentation": { |
Ben Tyner | 3483632 | 2020-04-15 17:01:48 -0500 | [diff] [blame] | 1606 | "Description": "The attention handler encountered an error", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1607 | "MessageArgSources": ["SRCWord6"], |
Ben Tyner | 3483632 | 2020-04-15 17:01:48 -0500 | [diff] [blame] | 1608 | "Message": "Attention handler error %1", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1609 | "Notes": ["Attention handler will provide error code"] |
Ben Tyner | 3483632 | 2020-04-15 17:01:48 -0500 | [diff] [blame] | 1610 | } |
| 1611 | }, |
| 1612 | |
| 1613 | { |
| 1614 | "Name": "org.open_power.Attn.Error.Vital", |
| 1615 | "Subsystem": "processor_chip", |
Ben Tyner | 3483632 | 2020-04-15 17:01:48 -0500 | [diff] [blame] | 1616 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1617 | "SRC": { |
Ben Tyner | 3483632 | 2020-04-15 17:01:48 -0500 | [diff] [blame] | 1618 | "ReasonCode": "0xD16D", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1619 | "Words6To9": {} |
Ben Tyner | 3483632 | 2020-04-15 17:01:48 -0500 | [diff] [blame] | 1620 | }, |
| 1621 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1622 | "Documentation": { |
Ben Tyner | 3483632 | 2020-04-15 17:01:48 -0500 | [diff] [blame] | 1623 | "Description": "Status shows SBE vital attention active", |
| 1624 | "Message": "SBE vital attention detected", |
| 1625 | "Notes": [ |
| 1626 | "This entry is for any SBE vital attention event ", |
| 1627 | "reported by the attention handler component" |
| 1628 | ] |
| 1629 | } |
| 1630 | }, |
| 1631 | |
| 1632 | { |
| 1633 | "Name": "org.open_power.HwDiags.Error.Checkstop", |
Zane Shelley | 4e6355d | 2022-02-24 15:28:08 -0600 | [diff] [blame] | 1634 | "PossibleSubsystems": [ |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1635 | "processor", |
| 1636 | "processor_fru", |
| 1637 | "processor_unit", |
| 1638 | "processor_bus", |
| 1639 | "memory_ctlr", |
| 1640 | "memory_bus", |
| 1641 | "memory_dimm", |
| 1642 | "memory_fru", |
| 1643 | "phb", |
| 1644 | "cec_hardware", |
| 1645 | "cec_clocks", |
| 1646 | "cec_tod", |
| 1647 | "others" |
Zane Shelley | 4e6355d | 2022-02-24 15:28:08 -0600 | [diff] [blame] | 1648 | ], |
| 1649 | "Severity": "unrecoverable", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1650 | "ActionFlags": ["service_action", "report", "call_home"], |
Ben Tyner | 3483632 | 2020-04-15 17:01:48 -0500 | [diff] [blame] | 1651 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1652 | "SRC": { |
Zane Shelley | 561c038 | 2020-11-17 13:20:05 -0600 | [diff] [blame] | 1653 | "ReasonCode": "0xE510", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1654 | "SymptomIDFields": ["SRCWord6", "SRCWord7", "SRCWord8"], |
| 1655 | "Words6To9": { |
| 1656 | "6": { |
Zane Shelley | 45ab43a | 2021-11-13 16:16:57 -0600 | [diff] [blame] | 1657 | "AdditionalDataPropSource": "SRC6" |
| 1658 | }, |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1659 | "7": { |
Zane Shelley | 45ab43a | 2021-11-13 16:16:57 -0600 | [diff] [blame] | 1660 | "AdditionalDataPropSource": "SRC7" |
| 1661 | }, |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1662 | "8": { |
Zane Shelley | 45ab43a | 2021-11-13 16:16:57 -0600 | [diff] [blame] | 1663 | "AdditionalDataPropSource": "SRC8" |
| 1664 | } |
Ben Tyner | 3483632 | 2020-04-15 17:01:48 -0500 | [diff] [blame] | 1665 | } |
| 1666 | }, |
| 1667 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1668 | "Documentation": { |
Zane Shelley | 561c038 | 2020-11-17 13:20:05 -0600 | [diff] [blame] | 1669 | "Description": "A system checkstop attention has occurred", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1670 | "MessageArgSources": ["SRCWord6", "SRCWord7", "SRCWord8"], |
Zane Shelley | 45ab43a | 2021-11-13 16:16:57 -0600 | [diff] [blame] | 1671 | "Message": "Error Signature: %1 %2 %3" |
Ben Tyner | 3483632 | 2020-04-15 17:01:48 -0500 | [diff] [blame] | 1672 | } |
| 1673 | }, |
| 1674 | |
| 1675 | { |
Zane Shelley | 561c038 | 2020-11-17 13:20:05 -0600 | [diff] [blame] | 1676 | "Name": "org.open_power.HwDiags.Error.Predictive", |
Zane Shelley | 4e6355d | 2022-02-24 15:28:08 -0600 | [diff] [blame] | 1677 | "PossibleSubsystems": [ |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1678 | "processor", |
| 1679 | "processor_fru", |
| 1680 | "processor_unit", |
| 1681 | "processor_bus", |
| 1682 | "memory_ctlr", |
| 1683 | "memory_bus", |
| 1684 | "memory_dimm", |
| 1685 | "memory_fru", |
| 1686 | "phb", |
| 1687 | "cec_hardware", |
| 1688 | "cec_clocks", |
| 1689 | "cec_tod", |
| 1690 | "others" |
Zane Shelley | 4e6355d | 2022-02-24 15:28:08 -0600 | [diff] [blame] | 1691 | ], |
| 1692 | "Severity": "predictive", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1693 | "ActionFlags": ["service_action", "report", "call_home"], |
Ben Tyner | 3483632 | 2020-04-15 17:01:48 -0500 | [diff] [blame] | 1694 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1695 | "SRC": { |
Zane Shelley | 561c038 | 2020-11-17 13:20:05 -0600 | [diff] [blame] | 1696 | "ReasonCode": "0xE511", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1697 | "SymptomIDFields": ["SRCWord6", "SRCWord7", "SRCWord8"], |
| 1698 | "Words6To9": { |
| 1699 | "6": { |
Zane Shelley | 45ab43a | 2021-11-13 16:16:57 -0600 | [diff] [blame] | 1700 | "AdditionalDataPropSource": "SRC6" |
| 1701 | }, |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1702 | "7": { |
Zane Shelley | 45ab43a | 2021-11-13 16:16:57 -0600 | [diff] [blame] | 1703 | "AdditionalDataPropSource": "SRC7" |
| 1704 | }, |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1705 | "8": { |
Zane Shelley | 45ab43a | 2021-11-13 16:16:57 -0600 | [diff] [blame] | 1706 | "AdditionalDataPropSource": "SRC8" |
| 1707 | } |
Ben Tyner | 3483632 | 2020-04-15 17:01:48 -0500 | [diff] [blame] | 1708 | } |
| 1709 | }, |
Zane Shelley | 561c038 | 2020-11-17 13:20:05 -0600 | [diff] [blame] | 1710 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1711 | "Documentation": { |
Zane Shelley | 561c038 | 2020-11-17 13:20:05 -0600 | [diff] [blame] | 1712 | "Description": "A hardware attention requiring service has occurred", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1713 | "MessageArgSources": ["SRCWord6", "SRCWord7", "SRCWord8"], |
Zane Shelley | 45ab43a | 2021-11-13 16:16:57 -0600 | [diff] [blame] | 1714 | "Message": "Error Signature: %1 %2 %3" |
Ben Tyner | 3483632 | 2020-04-15 17:01:48 -0500 | [diff] [blame] | 1715 | } |
Shawn McCarney | 01648f5 | 2020-06-25 11:42:02 -0500 | [diff] [blame] | 1716 | }, |
| 1717 | |
| 1718 | { |
Zane Shelley | dd4bd48 | 2021-12-08 09:12:51 -0600 | [diff] [blame] | 1719 | "Name": "org.open_power.HwDiags.Error.Informational", |
Zane Shelley | 4e6355d | 2022-02-24 15:28:08 -0600 | [diff] [blame] | 1720 | "PossibleSubsystems": [ |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1721 | "processor", |
| 1722 | "processor_fru", |
| 1723 | "processor_unit", |
| 1724 | "processor_bus", |
| 1725 | "memory_ctlr", |
| 1726 | "memory_bus", |
| 1727 | "memory_dimm", |
| 1728 | "memory_fru", |
| 1729 | "phb", |
| 1730 | "cec_hardware", |
| 1731 | "cec_clocks", |
| 1732 | "cec_tod", |
| 1733 | "others" |
Zane Shelley | 4e6355d | 2022-02-24 15:28:08 -0600 | [diff] [blame] | 1734 | ], |
| 1735 | "Severity": "non_error", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1736 | "ActionFlags": ["hidden", "dont_report"], |
Zane Shelley | dd4bd48 | 2021-12-08 09:12:51 -0600 | [diff] [blame] | 1737 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1738 | "SRC": { |
Zane Shelley | dd4bd48 | 2021-12-08 09:12:51 -0600 | [diff] [blame] | 1739 | "ReasonCode": "0xE512", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1740 | "SymptomIDFields": ["SRCWord6", "SRCWord7", "SRCWord8"], |
| 1741 | "Words6To9": { |
| 1742 | "6": { |
Zane Shelley | dd4bd48 | 2021-12-08 09:12:51 -0600 | [diff] [blame] | 1743 | "AdditionalDataPropSource": "SRC6" |
| 1744 | }, |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1745 | "7": { |
Zane Shelley | dd4bd48 | 2021-12-08 09:12:51 -0600 | [diff] [blame] | 1746 | "AdditionalDataPropSource": "SRC7" |
| 1747 | }, |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1748 | "8": { |
Zane Shelley | dd4bd48 | 2021-12-08 09:12:51 -0600 | [diff] [blame] | 1749 | "AdditionalDataPropSource": "SRC8" |
| 1750 | } |
| 1751 | } |
| 1752 | }, |
| 1753 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1754 | "Documentation": { |
Zane Shelley | dd4bd48 | 2021-12-08 09:12:51 -0600 | [diff] [blame] | 1755 | "Description": "Manual analysis was initiated via the command line. FFDC only.", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 1756 | "MessageArgSources": ["SRCWord6", "SRCWord7", "SRCWord8"], |
Zane Shelley | dd4bd48 | 2021-12-08 09:12:51 -0600 | [diff] [blame] | 1757 | "Message": "Error Signature: %1 %2 %3" |
| 1758 | } |
| 1759 | }, |
| 1760 | |
| 1761 | { |
Brandon Wyman | 38caaf0 | 2020-09-01 16:07:42 -0500 | [diff] [blame] | 1762 | "Name": "xyz.openbmc_project.Power.PowerSupply.Error.InputFault", |
| 1763 | "Subsystem": "power_supply", |
Brandon Wyman | 38caaf0 | 2020-09-01 16:07:42 -0500 | [diff] [blame] | 1764 | "ActionFlags": ["service_action", "report"], |
| 1765 | "ComponentID": "0x2700", |
| 1766 | |
| 1767 | "SRC": { |
| 1768 | "Type": "11", |
| 1769 | "ReasonCode": "0x15F0", |
| 1770 | "Words6To9": {} |
| 1771 | }, |
| 1772 | |
| 1773 | "Callouts": [ |
| 1774 | { |
| 1775 | "CalloutList": [ |
| 1776 | { "Priority": "high", "SymbolicFRU": "pwrsply" } |
| 1777 | ] |
| 1778 | } |
| 1779 | ], |
| 1780 | |
| 1781 | "Documentation": { |
| 1782 | "Description": "Power Supply input power fault", |
| 1783 | "Message": "A power supply has indicated an input or under voltage condition.", |
| 1784 | "Notes": [ |
| 1785 | "Check the power supply cabling and/or input power ", |
| 1786 | "source. The PWRSPLY procedure is used rather than ", |
| 1787 | "calling out a location code, as typically these faults ", |
| 1788 | "are related to the supplied power, the cable, or the ", |
| 1789 | "cable connectors. If the input fault resolves down to an ", |
| 1790 | "issue with the power supply itself, the power supply ", |
| 1791 | "indicating this input fault should be called out. Add the ", |
| 1792 | "CALLOUT_INVENTORY_PATH to the additional data, and set the", |
| 1793 | "CALLOUT_PRIORITY to something other than high." |
| 1794 | ] |
Faisal Awada | 8d2b242 | 2023-03-03 15:48:09 -0600 | [diff] [blame] | 1795 | }, |
| 1796 | |
| 1797 | "JournalCapture": { |
| 1798 | "Sections": [ |
| 1799 | { |
| 1800 | "SyslogID": "phosphor-psu-monitor", |
| 1801 | "NumLines": 30 |
| 1802 | }, |
| 1803 | { |
| 1804 | "SyslogID": "phosphor-power-control", |
| 1805 | "NumLines": 30 |
| 1806 | }, |
| 1807 | { |
| 1808 | "SyslogID": "phosphor-chassis-state-manager", |
| 1809 | "NumLines": 15 |
| 1810 | }, |
| 1811 | { |
| 1812 | "SyslogID": "systemd", |
| 1813 | "NumLines": 15 |
| 1814 | } |
| 1815 | ] |
Brandon Wyman | 38caaf0 | 2020-09-01 16:07:42 -0500 | [diff] [blame] | 1816 | } |
| 1817 | }, |
| 1818 | |
| 1819 | { |
| 1820 | "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Fault", |
| 1821 | "Subsystem": "power_supply", |
Brandon Wyman | 38caaf0 | 2020-09-01 16:07:42 -0500 | [diff] [blame] | 1822 | "ActionFlags": ["service_action", "report", "call_home"], |
| 1823 | "ComponentID": "0x2700", |
| 1824 | |
| 1825 | "SRC": { |
| 1826 | "Type": "11", |
| 1827 | "ReasonCode": "0x15F1", |
Matt Spinler | 04ac4e3 | 2023-04-14 14:16:37 -0500 | [diff] [blame] | 1828 | "Words6To9": {}, |
| 1829 | "DeconfigFlag": true |
Brandon Wyman | 38caaf0 | 2020-09-01 16:07:42 -0500 | [diff] [blame] | 1830 | }, |
| 1831 | |
Jim Wright | 006dafd | 2022-05-27 12:09:43 -0500 | [diff] [blame] | 1832 | "Callouts": [ |
| 1833 | { |
| 1834 | "CalloutList": [ |
| 1835 | { "Priority": "medium", "SymbolicFRU": "pwrsply" } |
| 1836 | ] |
| 1837 | } |
| 1838 | ], |
| 1839 | |
Brandon Wyman | 38caaf0 | 2020-09-01 16:07:42 -0500 | [diff] [blame] | 1840 | "Documentation": { |
| 1841 | "Description": "Power Supply power fault", |
| 1842 | "Message": "The power supply detected a fault condition, see AdditionalData for further details.", |
| 1843 | "Notes": [ |
| 1844 | "The power supply reporting the fault should be called ", |
| 1845 | "out using the CALLOUT_INVENTORY_PATH keyword. Include ", |
| 1846 | "specific fault, STATUS_* details, and code level in the ", |
| 1847 | "AdditionalData section." |
| 1848 | ] |
Faisal Awada | 8d2b242 | 2023-03-03 15:48:09 -0600 | [diff] [blame] | 1849 | }, |
| 1850 | |
| 1851 | "JournalCapture": { |
| 1852 | "Sections": [ |
| 1853 | { |
| 1854 | "SyslogID": "phosphor-psu-monitor", |
| 1855 | "NumLines": 30 |
| 1856 | }, |
| 1857 | { |
| 1858 | "SyslogID": "phosphor-power-control", |
| 1859 | "NumLines": 30 |
| 1860 | }, |
| 1861 | { |
| 1862 | "SyslogID": "phosphor-chassis-state-manager", |
| 1863 | "NumLines": 15 |
| 1864 | }, |
| 1865 | { |
| 1866 | "SyslogID": "systemd", |
| 1867 | "NumLines": 15 |
| 1868 | } |
| 1869 | ] |
Brandon Wyman | 38caaf0 | 2020-09-01 16:07:42 -0500 | [diff] [blame] | 1870 | } |
| 1871 | }, |
| 1872 | |
| 1873 | { |
| 1874 | "Name": "xyz.openbmc_project.Power.PowerSupply.Error.CommFault", |
| 1875 | "Subsystem": "power_supply", |
Brandon Wyman | 38caaf0 | 2020-09-01 16:07:42 -0500 | [diff] [blame] | 1876 | "ActionFlags": ["service_action", "report", "call_home"], |
| 1877 | "ComponentID": "0x2700", |
| 1878 | |
| 1879 | "SRC": { |
| 1880 | "Type": "11", |
| 1881 | "ReasonCode": "0x15F2", |
Matt Spinler | 04ac4e3 | 2023-04-14 14:16:37 -0500 | [diff] [blame] | 1882 | "Words6To9": {}, |
| 1883 | "DeconfigFlag": true |
Brandon Wyman | 38caaf0 | 2020-09-01 16:07:42 -0500 | [diff] [blame] | 1884 | }, |
| 1885 | |
Jim Wright | 006dafd | 2022-05-27 12:09:43 -0500 | [diff] [blame] | 1886 | "Callouts": [ |
| 1887 | { |
| 1888 | "CalloutList": [ |
| 1889 | { "Priority": "medium", "SymbolicFRU": "pwrsply" } |
| 1890 | ] |
| 1891 | } |
| 1892 | ], |
| 1893 | |
Brandon Wyman | 38caaf0 | 2020-09-01 16:07:42 -0500 | [diff] [blame] | 1894 | "Documentation": { |
| 1895 | "Description": "Power Supply non-power fault", |
| 1896 | "Message": "A communication failure occurred talking to the power supply", |
| 1897 | "Notes": [ |
| 1898 | "Communication problems with the power supply could be ", |
| 1899 | "the power supply, or any hardware between it and the ", |
| 1900 | "BMC. Reporting the error should be passing in a call ", |
| 1901 | "out using CALLOUT_DEVICE_PATH." |
| 1902 | ] |
Faisal Awada | 8d2b242 | 2023-03-03 15:48:09 -0600 | [diff] [blame] | 1903 | }, |
| 1904 | "JournalCapture": { |
| 1905 | "Sections": [ |
| 1906 | { |
| 1907 | "SyslogID": "phosphor-psu-monitor", |
| 1908 | "NumLines": 30 |
| 1909 | }, |
| 1910 | { |
| 1911 | "SyslogID": "phosphor-power-control", |
| 1912 | "NumLines": 30 |
| 1913 | }, |
| 1914 | { |
| 1915 | "SyslogID": "phosphor-chassis-state-manager", |
| 1916 | "NumLines": 15 |
| 1917 | }, |
| 1918 | { |
| 1919 | "SyslogID": "systemd", |
| 1920 | "NumLines": 15 |
| 1921 | } |
| 1922 | ] |
Brandon Wyman | 38caaf0 | 2020-09-01 16:07:42 -0500 | [diff] [blame] | 1923 | } |
| 1924 | }, |
| 1925 | |
| 1926 | { |
| 1927 | "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Missing", |
| 1928 | "Subsystem": "power_supply", |
Brandon Wyman | 38caaf0 | 2020-09-01 16:07:42 -0500 | [diff] [blame] | 1929 | "ActionFlags": ["service_action", "report", "call_home"], |
| 1930 | "ComponentID": "0x2700", |
| 1931 | |
| 1932 | "SRC": { |
| 1933 | "Type": "11", |
| 1934 | "ReasonCode": "0x15F6", |
Matt Spinler | 04ac4e3 | 2023-04-14 14:16:37 -0500 | [diff] [blame] | 1935 | "Words6To9": {}, |
| 1936 | "DeconfigFlag": true |
Brandon Wyman | 38caaf0 | 2020-09-01 16:07:42 -0500 | [diff] [blame] | 1937 | }, |
| 1938 | |
| 1939 | "Callouts": [ |
| 1940 | { |
| 1941 | "CalloutList": [ |
Matt Spinler | 8060019 | 2020-10-23 09:29:33 -0500 | [diff] [blame] | 1942 | { |
| 1943 | "Priority": "high", |
| 1944 | "SymbolicFRUTrusted": "pwrsply", |
| 1945 | "UseInventoryLocCode": true |
| 1946 | } |
Brandon Wyman | 38caaf0 | 2020-09-01 16:07:42 -0500 | [diff] [blame] | 1947 | ] |
| 1948 | } |
| 1949 | ], |
| 1950 | |
| 1951 | "Documentation": { |
| 1952 | "Description": "Power Supply is missing", |
| 1953 | "Message": "A power supply that should be present is missing", |
| 1954 | "Notes": [ |
| 1955 | "The CalloutList should use the PWRSPLY symbolic FRU ", |
Matt Spinler | 8060019 | 2020-10-23 09:29:33 -0500 | [diff] [blame] | 1956 | "with the trusted location code property. The ", |
| 1957 | "location code in this callout is obtained from ", |
| 1958 | "the passed in CALLOUT_INVENTORY_PATH value." |
Brandon Wyman | 38caaf0 | 2020-09-01 16:07:42 -0500 | [diff] [blame] | 1959 | ] |
Faisal Awada | 8d2b242 | 2023-03-03 15:48:09 -0600 | [diff] [blame] | 1960 | }, |
| 1961 | |
| 1962 | "JournalCapture": { |
| 1963 | "Sections": [ |
| 1964 | { |
| 1965 | "SyslogID": "phosphor-psu-monitor", |
| 1966 | "NumLines": 30 |
| 1967 | }, |
| 1968 | { |
| 1969 | "SyslogID": "phosphor-power-control", |
| 1970 | "NumLines": 30 |
| 1971 | }, |
| 1972 | { |
| 1973 | "SyslogID": "phosphor-chassis-state-manager", |
| 1974 | "NumLines": 15 |
| 1975 | }, |
| 1976 | { |
| 1977 | "SyslogID": "systemd", |
| 1978 | "NumLines": 15 |
| 1979 | } |
| 1980 | ] |
Brandon Wyman | 38caaf0 | 2020-09-01 16:07:42 -0500 | [diff] [blame] | 1981 | } |
| 1982 | }, |
| 1983 | |
| 1984 | { |
Adriana Kobylak | 5c0c917 | 2021-04-07 18:26:56 +0000 | [diff] [blame] | 1985 | "Name": "xyz.openbmc_project.Power.PowerSupply.Error.NotSupported", |
| 1986 | "Subsystem": "power_supply", |
Adriana Kobylak | 5c0c917 | 2021-04-07 18:26:56 +0000 | [diff] [blame] | 1987 | "ActionFlags": ["service_action", "report", "call_home"], |
| 1988 | "ComponentID": "0x2700", |
| 1989 | |
| 1990 | "SRC": { |
| 1991 | "Type": "11", |
| 1992 | "ReasonCode": "0x15F7", |
| 1993 | "Words6To9": {} |
| 1994 | }, |
| 1995 | |
Jim Wright | 006dafd | 2022-05-27 12:09:43 -0500 | [diff] [blame] | 1996 | "Callouts": [ |
| 1997 | { |
| 1998 | "CalloutList": [ |
| 1999 | { "Priority": "medium", "SymbolicFRU": "pwrsply" } |
| 2000 | ] |
| 2001 | } |
| 2002 | ], |
| 2003 | |
Adriana Kobylak | 5c0c917 | 2021-04-07 18:26:56 +0000 | [diff] [blame] | 2004 | "Documentation": { |
| 2005 | "Description": "Power Supply configuration is not supported", |
| 2006 | "Message": "The power supply configuration is not supported", |
| 2007 | "Notes": [ |
| 2008 | "The combination of power supplies detected in the ", |
| 2009 | "system is not supported. This could be caused by ", |
| 2010 | "mismatched models, less than expected number of power ", |
| 2011 | "supplies, or other unsupported characteristics." |
| 2012 | ] |
Faisal Awada | 8d2b242 | 2023-03-03 15:48:09 -0600 | [diff] [blame] | 2013 | }, |
| 2014 | |
| 2015 | "JournalCapture": { |
| 2016 | "Sections": [ |
| 2017 | { |
| 2018 | "SyslogID": "phosphor-psu-monitor", |
| 2019 | "NumLines": 30 |
| 2020 | }, |
| 2021 | { |
| 2022 | "SyslogID": "phosphor-power-control", |
| 2023 | "NumLines": 30 |
| 2024 | }, |
| 2025 | { |
| 2026 | "SyslogID": "phosphor-chassis-state-manager", |
| 2027 | "NumLines": 15 |
| 2028 | }, |
| 2029 | { |
| 2030 | "SyslogID": "systemd", |
| 2031 | "NumLines": 15 |
| 2032 | } |
| 2033 | ] |
Adriana Kobylak | 5c0c917 | 2021-04-07 18:26:56 +0000 | [diff] [blame] | 2034 | } |
| 2035 | }, |
| 2036 | |
| 2037 | { |
Brandon Wyman | c30f00a | 2021-11-18 21:10:04 +0000 | [diff] [blame] | 2038 | "Name": "xyz.openbmc_project.Power.PowerSupply.Error.FanFault", |
| 2039 | "Subsystem": "power_supply", |
Brandon Wyman | c30f00a | 2021-11-18 21:10:04 +0000 | [diff] [blame] | 2040 | "ActionFlags": ["service_action", "report", "call_home"], |
| 2041 | "ComponentID": "0x2700", |
| 2042 | |
| 2043 | "SRC": { |
| 2044 | "Type": "11", |
| 2045 | "ReasonCode": "0x15FF", |
Matt Spinler | 04ac4e3 | 2023-04-14 14:16:37 -0500 | [diff] [blame] | 2046 | "Words6To9": {}, |
| 2047 | "DeconfigFlag": true |
Brandon Wyman | c30f00a | 2021-11-18 21:10:04 +0000 | [diff] [blame] | 2048 | }, |
| 2049 | |
Jim Wright | 006dafd | 2022-05-27 12:09:43 -0500 | [diff] [blame] | 2050 | "Callouts": [ |
| 2051 | { |
| 2052 | "CalloutList": [ |
| 2053 | { "Priority": "medium", "SymbolicFRU": "pwrsply" } |
| 2054 | ] |
| 2055 | } |
| 2056 | ], |
| 2057 | |
Brandon Wyman | c30f00a | 2021-11-18 21:10:04 +0000 | [diff] [blame] | 2058 | "Documentation": { |
| 2059 | "Description": "Power Supply fan fault", |
| 2060 | "Message": "A power supply indicated a fan fault has occurred", |
| 2061 | "Notes": [ |
| 2062 | "The power supply reporting the fault should be called ", |
| 2063 | "out using the CALLOUT_INVENTORY_PATH keyword. Include ", |
| 2064 | "specific fault, STATUS_* details, and code level in the ", |
| 2065 | "AdditionalData section." |
| 2066 | ] |
Faisal Awada | 8d2b242 | 2023-03-03 15:48:09 -0600 | [diff] [blame] | 2067 | }, |
| 2068 | |
| 2069 | "JournalCapture": { |
| 2070 | "Sections": [ |
| 2071 | { |
| 2072 | "SyslogID": "phosphor-psu-monitor", |
| 2073 | "NumLines": 30 |
| 2074 | }, |
| 2075 | { |
| 2076 | "SyslogID": "phosphor-power-control", |
| 2077 | "NumLines": 30 |
| 2078 | }, |
| 2079 | { |
| 2080 | "SyslogID": "phosphor-chassis-state-manager", |
| 2081 | "NumLines": 15 |
| 2082 | }, |
| 2083 | { |
| 2084 | "SyslogID": "systemd", |
| 2085 | "NumLines": 15 |
| 2086 | } |
| 2087 | ] |
Brandon Wyman | c30f00a | 2021-11-18 21:10:04 +0000 | [diff] [blame] | 2088 | } |
| 2089 | }, |
| 2090 | |
| 2091 | { |
Brandon Wyman | 90c8840 | 2021-11-16 20:34:49 +0000 | [diff] [blame] | 2092 | "Name": "xyz.openbmc_project.Power.PowerSupply.Error.IoutOCFault", |
| 2093 | "Subsystem": "power_supply", |
Brandon Wyman | 90c8840 | 2021-11-16 20:34:49 +0000 | [diff] [blame] | 2094 | "ActionFlags": ["service_action", "report", "call_home"], |
| 2095 | "ComponentID": "0x2700", |
| 2096 | |
| 2097 | "SRC": { |
| 2098 | "Type": "11", |
| 2099 | "ReasonCode": "0x1B01", |
| 2100 | "Words6To9": {} |
| 2101 | }, |
| 2102 | |
| 2103 | "Callouts": [ |
| 2104 | { |
| 2105 | "CalloutList": [ |
| 2106 | { "Priority": "high", "Procedure": "power_overcurrent" } |
| 2107 | ] |
| 2108 | } |
| 2109 | ], |
| 2110 | |
| 2111 | "Documentation": { |
| 2112 | "Description": "Power Supply output over-current power fault", |
| 2113 | "Message": "A power supply has indicated an output over-current condition." |
Faisal Awada | 8d2b242 | 2023-03-03 15:48:09 -0600 | [diff] [blame] | 2114 | }, |
| 2115 | |
| 2116 | "JournalCapture": { |
| 2117 | "Sections": [ |
| 2118 | { |
| 2119 | "SyslogID": "phosphor-psu-monitor", |
| 2120 | "NumLines": 30 |
| 2121 | }, |
| 2122 | { |
| 2123 | "SyslogID": "phosphor-power-control", |
| 2124 | "NumLines": 30 |
| 2125 | }, |
| 2126 | { |
| 2127 | "SyslogID": "phosphor-chassis-state-manager", |
| 2128 | "NumLines": 15 |
| 2129 | }, |
| 2130 | { |
| 2131 | "SyslogID": "systemd", |
| 2132 | "NumLines": 15 |
| 2133 | } |
| 2134 | ] |
Brandon Wyman | 90c8840 | 2021-11-16 20:34:49 +0000 | [diff] [blame] | 2135 | } |
| 2136 | }, |
| 2137 | |
| 2138 | { |
Jay Meyer | 54ff54e | 2021-03-14 20:18:41 -0500 | [diff] [blame] | 2139 | "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Blackout", |
| 2140 | "Subsystem": "power", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2141 | "ActionFlags": ["report", "service_action"], |
Jay Meyer | 54ff54e | 2021-03-14 20:18:41 -0500 | [diff] [blame] | 2142 | "ComponentID": "0x2700", |
| 2143 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2144 | "SRC": { |
Jay Meyer | 54ff54e | 2021-03-14 20:18:41 -0500 | [diff] [blame] | 2145 | "Type": "11", |
| 2146 | "ReasonCode": "0x00AC", |
Mike Capps | a2d7b77 | 2022-03-07 15:47:48 -0500 | [diff] [blame] | 2147 | "Words6To9": {} |
Jay Meyer | 54ff54e | 2021-03-14 20:18:41 -0500 | [diff] [blame] | 2148 | }, |
| 2149 | |
| 2150 | "Callouts": [ |
| 2151 | { |
| 2152 | "CalloutList": [ |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2153 | { "Priority": "high", "SymbolicFRU": "ac_module" } |
Jay Meyer | 54ff54e | 2021-03-14 20:18:41 -0500 | [diff] [blame] | 2154 | ] |
| 2155 | } |
| 2156 | ], |
| 2157 | |
| 2158 | "Documentation": { |
| 2159 | "Description": "Input power was lost while the system was powered on.", |
| 2160 | "Message": "Input power was lost while the system was powered on.", |
| 2161 | "Notes": [ |
| 2162 | "Input power was lost while system powered on.", |
| 2163 | "The CalloutList should use the ACMODUL symbolic FRU." |
| 2164 | ] |
Faisal Awada | 8d2b242 | 2023-03-03 15:48:09 -0600 | [diff] [blame] | 2165 | }, |
| 2166 | |
| 2167 | "JournalCapture": { |
| 2168 | "Sections": [ |
| 2169 | { |
| 2170 | "SyslogID": "phosphor-psu-monitor", |
| 2171 | "NumLines": 30 |
| 2172 | }, |
| 2173 | { |
| 2174 | "SyslogID": "phosphor-power-control", |
| 2175 | "NumLines": 30 |
| 2176 | }, |
| 2177 | { |
| 2178 | "SyslogID": "phosphor-chassis-state-manager", |
| 2179 | "NumLines": 15 |
| 2180 | }, |
| 2181 | { |
| 2182 | "SyslogID": "systemd", |
| 2183 | "NumLines": 15 |
| 2184 | } |
| 2185 | ] |
Jay Meyer | 54ff54e | 2021-03-14 20:18:41 -0500 | [diff] [blame] | 2186 | } |
| 2187 | }, |
| 2188 | |
| 2189 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2190 | "Name": "xyz.openbmc_project.Power.PowerSupply.Error.PSKillFault", |
Brandon Wyman | 002d8cf | 2021-12-01 23:05:11 +0000 | [diff] [blame] | 2191 | "Subsystem": "power_supply", |
Brandon Wyman | 002d8cf | 2021-12-01 23:05:11 +0000 | [diff] [blame] | 2192 | "ActionFlags": ["service_action", "report", "call_home"], |
| 2193 | "ComponentID": "0x2700", |
| 2194 | |
| 2195 | "SRC": { |
| 2196 | "Type": "11", |
| 2197 | "ReasonCode": "0x2500", |
Mike Capps | a2d7b77 | 2022-03-07 15:47:48 -0500 | [diff] [blame] | 2198 | "Words6To9": {} |
Brandon Wyman | 002d8cf | 2021-12-01 23:05:11 +0000 | [diff] [blame] | 2199 | }, |
| 2200 | |
| 2201 | "Callouts": [ |
| 2202 | { |
| 2203 | "CalloutList": [ |
| 2204 | { "Priority": "high", "Procedure": "power_overcurrent" } |
| 2205 | ] |
| 2206 | } |
| 2207 | ], |
| 2208 | |
| 2209 | "Documentation": { |
| 2210 | "Description": "A power supply fault is potentially preventing the power supply from allowing the system to power on.", |
| 2211 | "Message": "Power supply PSKill_fault", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2212 | "Notes": [] |
Faisal Awada | 8d2b242 | 2023-03-03 15:48:09 -0600 | [diff] [blame] | 2213 | }, |
| 2214 | |
| 2215 | "JournalCapture": { |
| 2216 | "Sections": [ |
| 2217 | { |
| 2218 | "SyslogID": "phosphor-psu-monitor", |
| 2219 | "NumLines": 30 |
| 2220 | }, |
| 2221 | { |
| 2222 | "SyslogID": "phosphor-power-control", |
| 2223 | "NumLines": 30 |
| 2224 | }, |
| 2225 | { |
| 2226 | "SyslogID": "phosphor-chassis-state-manager", |
| 2227 | "NumLines": 15 |
| 2228 | }, |
| 2229 | { |
| 2230 | "SyslogID": "systemd", |
| 2231 | "NumLines": 15 |
| 2232 | } |
| 2233 | ] |
Brandon Wyman | 002d8cf | 2021-12-01 23:05:11 +0000 | [diff] [blame] | 2234 | } |
| 2235 | }, |
| 2236 | |
| 2237 | { |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 2238 | "Name": "xyz.openbmc_project.Power.Error.Shutdown", |
| 2239 | "Subsystem": "power_sequencer", |
| 2240 | "ComponentID": "0x2700", |
| 2241 | |
| 2242 | "SRC": { |
| 2243 | "Type": "11", |
| 2244 | "ReasonCode": "0x2600", |
| 2245 | "Words6To9": {} |
| 2246 | }, |
| 2247 | |
| 2248 | "Callouts": [ |
| 2249 | { |
| 2250 | "CalloutList": [ |
| 2251 | { "Priority": "high", "SymbolicFRU": "pgood_part" } |
| 2252 | ] |
| 2253 | } |
| 2254 | ], |
| 2255 | |
| 2256 | "Documentation": { |
| 2257 | "Description": "A power off was issued because a power fault was detected", |
| 2258 | "Message": "A power off was issued because a power fault was detected", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2259 | "Notes": [] |
Faisal Awada | 8d2b242 | 2023-03-03 15:48:09 -0600 | [diff] [blame] | 2260 | }, |
| 2261 | |
| 2262 | "JournalCapture": { |
| 2263 | "Sections": [ |
| 2264 | { |
| 2265 | "SyslogID": "phosphor-psu-monitor", |
| 2266 | "NumLines": 30 |
| 2267 | }, |
| 2268 | { |
| 2269 | "SyslogID": "phosphor-power-control", |
| 2270 | "NumLines": 30 |
| 2271 | }, |
| 2272 | { |
| 2273 | "SyslogID": "phosphor-chassis-state-manager", |
| 2274 | "NumLines": 15 |
| 2275 | }, |
| 2276 | { |
| 2277 | "SyslogID": "systemd", |
| 2278 | "NumLines": 15 |
| 2279 | }, |
| 2280 | { |
| 2281 | "SyslogID": "phosphor-regulators", |
| 2282 | "NumLines": 5 |
| 2283 | } |
| 2284 | ] |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 2285 | } |
| 2286 | }, |
| 2287 | |
| 2288 | { |
Ben Tyner | 0273a22 | 2021-07-12 15:18:13 -0500 | [diff] [blame] | 2289 | "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Regulator", |
| 2290 | "Subsystem": "power_control_hw", |
Mike Capps | 2a2d0ae | 2022-03-16 18:09:00 -0400 | [diff] [blame] | 2291 | "Severity": "critical_system_term", |
Ben Tyner | 0273a22 | 2021-07-12 15:18:13 -0500 | [diff] [blame] | 2292 | "ComponentID": "0x2700", |
| 2293 | |
| 2294 | "SRC": { |
| 2295 | "Type": "11", |
| 2296 | "ReasonCode": "0x2602", |
Mike Capps | a2d7b77 | 2022-03-07 15:47:48 -0500 | [diff] [blame] | 2297 | "Words6To9": {} |
Ben Tyner | 0273a22 | 2021-07-12 15:18:13 -0500 | [diff] [blame] | 2298 | }, |
| 2299 | |
| 2300 | "Callouts": [ |
| 2301 | { |
| 2302 | "System": "ibm,rainier", |
| 2303 | "CalloutList": [ |
| 2304 | { |
| 2305 | "Priority": "high", |
| 2306 | "LocCode": "P0-C5" |
| 2307 | }, |
| 2308 | { |
| 2309 | "Priority": "medium", |
| 2310 | "LocCode": "P0" |
| 2311 | } |
| 2312 | ] |
| 2313 | }, |
| 2314 | { |
| 2315 | "System": "ibm,everest", |
| 2316 | "CalloutList": [ |
| 2317 | { |
| 2318 | "Priority": "high", |
| 2319 | "LocCode": "P0-C59" |
| 2320 | }, |
| 2321 | { |
| 2322 | "Priority": "medium", |
| 2323 | "LocCode": "P0" |
| 2324 | } |
| 2325 | ] |
Matt Spinler | 0600cf7 | 2023-04-10 11:22:33 -0500 | [diff] [blame] | 2326 | }, |
| 2327 | { |
| 2328 | "System": "ibm,bonnell", |
| 2329 | "CalloutList": [ |
| 2330 | { |
| 2331 | "Priority": "high", |
| 2332 | "LocCode": "P0" |
| 2333 | } |
| 2334 | ] |
Ben Tyner | 0273a22 | 2021-07-12 15:18:13 -0500 | [diff] [blame] | 2335 | } |
| 2336 | ], |
| 2337 | |
| 2338 | "Documentation": { |
| 2339 | "Description": "A power off was issued because a regulator for standby power faulted", |
| 2340 | "Message": "A power off was issued because a regulator for standby power faulted", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2341 | "Notes": [] |
Faisal Awada | 8d2b242 | 2023-03-03 15:48:09 -0600 | [diff] [blame] | 2342 | }, |
| 2343 | |
| 2344 | "JournalCapture": { |
| 2345 | "Sections": [ |
| 2346 | { |
| 2347 | "SyslogID": "phosphor-psu-monitor", |
| 2348 | "NumLines": 30 |
| 2349 | }, |
| 2350 | { |
| 2351 | "SyslogID": "phosphor-power-control", |
| 2352 | "NumLines": 30 |
| 2353 | }, |
| 2354 | { |
| 2355 | "SyslogID": "phosphor-chassis-state-manager", |
| 2356 | "NumLines": 15 |
| 2357 | }, |
| 2358 | { |
| 2359 | "SyslogID": "systemd", |
| 2360 | "NumLines": 15 |
| 2361 | }, |
| 2362 | { |
| 2363 | "SyslogID": "phosphor-regulators", |
| 2364 | "NumLines": 5 |
| 2365 | } |
| 2366 | ] |
Ben Tyner | 0273a22 | 2021-07-12 15:18:13 -0500 | [diff] [blame] | 2367 | } |
| 2368 | }, |
| 2369 | |
| 2370 | { |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 2371 | "Name": "xyz.openbmc_project.Power.Error.PowerSequencerPGOODFault", |
| 2372 | "Subsystem": "power_sequencer", |
| 2373 | "ComponentID": "0x2700", |
| 2374 | |
| 2375 | "SRC": { |
| 2376 | "Type": "11", |
| 2377 | "ReasonCode": "0x2610", |
| 2378 | "Words6To9": {} |
| 2379 | }, |
| 2380 | |
| 2381 | "CalloutsUsingAD": { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2382 | "ADName": "INPUT_NAME", |
| 2383 | "CalloutsWithTheirADValues": [ |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 2384 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2385 | "ADValue": "PGOOD_12A", |
| 2386 | "Callouts": [ |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 2387 | { |
| 2388 | "CalloutList": [ |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2389 | { |
| 2390 | "Priority": "high", |
| 2391 | "SymbolicFRU": "pgood_part" |
| 2392 | } |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 2393 | ] |
| 2394 | } |
| 2395 | ] |
| 2396 | }, |
| 2397 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2398 | "ADValue": "PGOOD_12B", |
| 2399 | "Callouts": [ |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 2400 | { |
| 2401 | "CalloutList": [ |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2402 | { |
| 2403 | "Priority": "high", |
| 2404 | "SymbolicFRU": "pgood_part" |
| 2405 | } |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 2406 | ] |
| 2407 | } |
| 2408 | ] |
| 2409 | }, |
| 2410 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2411 | "ADValue": "PGOOD_12C", |
| 2412 | "Callouts": [ |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 2413 | { |
| 2414 | "CalloutList": [ |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2415 | { |
| 2416 | "Priority": "high", |
| 2417 | "SymbolicFRU": "pgood_part" |
| 2418 | } |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 2419 | ] |
| 2420 | } |
| 2421 | ] |
| 2422 | }, |
| 2423 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2424 | "ADValue": "PGOOD_12D", |
| 2425 | "Callouts": [ |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 2426 | { |
| 2427 | "CalloutList": [ |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2428 | { |
| 2429 | "Priority": "high", |
| 2430 | "SymbolicFRU": "pgood_part" |
| 2431 | } |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 2432 | ] |
| 2433 | } |
| 2434 | ] |
| 2435 | }, |
| 2436 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2437 | "ADValue": "PGOOD_12L", |
| 2438 | "Callouts": [ |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 2439 | { |
| 2440 | "CalloutList": [ |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2441 | { |
| 2442 | "Priority": "high", |
| 2443 | "SymbolicFRU": "pgood_part" |
| 2444 | } |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 2445 | ] |
| 2446 | } |
| 2447 | ] |
| 2448 | }, |
| 2449 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2450 | "ADValue": "PGOOD_12M", |
| 2451 | "Callouts": [ |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 2452 | { |
| 2453 | "CalloutList": [ |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2454 | { |
| 2455 | "Priority": "high", |
| 2456 | "SymbolicFRU": "pgood_part" |
| 2457 | } |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 2458 | ] |
| 2459 | } |
| 2460 | ] |
| 2461 | }, |
| 2462 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2463 | "ADValue": "PGOOD_12N", |
| 2464 | "Callouts": [ |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 2465 | { |
| 2466 | "CalloutList": [ |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2467 | { |
| 2468 | "Priority": "high", |
| 2469 | "SymbolicFRU": "pgood_part" |
| 2470 | } |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 2471 | ] |
| 2472 | } |
| 2473 | ] |
| 2474 | }, |
| 2475 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2476 | "ADValue": "PGOOD_12PCIE", |
| 2477 | "Callouts": [ |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 2478 | { |
| 2479 | "CalloutList": [ |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2480 | { |
| 2481 | "Priority": "high", |
| 2482 | "SymbolicFRU": "pgood_part" |
| 2483 | } |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 2484 | ] |
| 2485 | } |
| 2486 | ] |
| 2487 | }, |
| 2488 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2489 | "ADValue": "PGOOD_12Q", |
| 2490 | "Callouts": [ |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 2491 | { |
| 2492 | "CalloutList": [ |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2493 | { |
| 2494 | "Priority": "high", |
| 2495 | "SymbolicFRU": "pgood_part" |
| 2496 | } |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 2497 | ] |
| 2498 | } |
| 2499 | ] |
| 2500 | }, |
| 2501 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2502 | "ADValue": "PGOOD_VDN_DCM0", |
| 2503 | "Callouts": [ |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 2504 | { |
| 2505 | "CalloutList": [ |
| 2506 | { "Priority": "high", "LocCode": "P0-C14" }, |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2507 | { |
| 2508 | "Priority": "medium", |
| 2509 | "LocCode": "P0-C15" |
| 2510 | }, |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 2511 | { "Priority": "low", "LocCode": "P0" } |
| 2512 | ] |
| 2513 | } |
| 2514 | ] |
| 2515 | }, |
| 2516 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2517 | "ADValue": "PGOOD_VDN_DCM1", |
| 2518 | "Callouts": [ |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 2519 | { |
| 2520 | "CalloutList": [ |
| 2521 | { "Priority": "high", "LocCode": "P0-C23" }, |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2522 | { |
| 2523 | "Priority": "medium", |
| 2524 | "LocCode": "P0-C24" |
| 2525 | }, |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 2526 | { "Priority": "low", "LocCode": "P0" } |
| 2527 | ] |
| 2528 | } |
| 2529 | ] |
| 2530 | }, |
| 2531 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2532 | "ADValue": "PGOOD_VCS_DCM0", |
| 2533 | "Callouts": [ |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 2534 | { |
| 2535 | "CalloutList": [ |
| 2536 | { "Priority": "high", "LocCode": "P0-C14" }, |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2537 | { |
| 2538 | "Priority": "medium", |
| 2539 | "LocCode": "P0-C15" |
| 2540 | }, |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 2541 | { "Priority": "low", "LocCode": "P0" } |
| 2542 | ] |
| 2543 | } |
| 2544 | ] |
| 2545 | }, |
| 2546 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2547 | "ADValue": "PGOOD_VCS_DCM1", |
| 2548 | "Callouts": [ |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 2549 | { |
| 2550 | "CalloutList": [ |
| 2551 | { "Priority": "high", "LocCode": "P0-C23" }, |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2552 | { |
| 2553 | "Priority": "medium", |
| 2554 | "LocCode": "P0-C24" |
| 2555 | }, |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 2556 | { "Priority": "low", "LocCode": "P0" } |
| 2557 | ] |
| 2558 | } |
| 2559 | ] |
| 2560 | }, |
| 2561 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2562 | "ADValue": "PGOOD_VIO_DCM0", |
| 2563 | "Callouts": [ |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 2564 | { |
| 2565 | "CalloutList": [ |
| 2566 | { "Priority": "high", "LocCode": "P0-C14" }, |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2567 | { |
| 2568 | "Priority": "medium", |
| 2569 | "LocCode": "P0-C15" |
| 2570 | }, |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 2571 | { "Priority": "low", "LocCode": "P0" } |
| 2572 | ] |
| 2573 | } |
| 2574 | ] |
| 2575 | }, |
| 2576 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2577 | "ADValue": "PGOOD_VIO_DCM1", |
| 2578 | "Callouts": [ |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 2579 | { |
| 2580 | "CalloutList": [ |
| 2581 | { "Priority": "high", "LocCode": "P0-C23" }, |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2582 | { |
| 2583 | "Priority": "medium", |
| 2584 | "LocCode": "P0-C24" |
| 2585 | }, |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 2586 | { "Priority": "low", "LocCode": "P0" } |
| 2587 | ] |
| 2588 | } |
| 2589 | ] |
| 2590 | }, |
| 2591 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2592 | "ADValue": "PGOOD_VPCIE_DCM0", |
| 2593 | "Callouts": [ |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 2594 | { |
| 2595 | "CalloutList": [ |
| 2596 | { "Priority": "high", "LocCode": "P0-C14" }, |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2597 | { |
| 2598 | "Priority": "medium", |
| 2599 | "LocCode": "P0-C15" |
| 2600 | }, |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 2601 | { "Priority": "low", "LocCode": "P0" } |
| 2602 | ] |
| 2603 | } |
| 2604 | ] |
| 2605 | }, |
| 2606 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2607 | "ADValue": "PGOOD_VPCIE_DCM1", |
| 2608 | "Callouts": [ |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 2609 | { |
| 2610 | "CalloutList": [ |
| 2611 | { "Priority": "high", "LocCode": "P0-C23" }, |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2612 | { |
| 2613 | "Priority": "medium", |
| 2614 | "LocCode": "P0-C24" |
| 2615 | }, |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 2616 | { "Priority": "low", "LocCode": "P0" } |
| 2617 | ] |
| 2618 | } |
| 2619 | ] |
Jim Wright | 2e4eb07 | 2022-02-03 14:43:46 -0600 | [diff] [blame] | 2620 | }, |
| 2621 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2622 | "ADValue": "CP0_VPCIE", |
| 2623 | "Callouts": [ |
Jim Wright | 2e4eb07 | 2022-02-03 14:43:46 -0600 | [diff] [blame] | 2624 | { |
| 2625 | "CalloutList": [ |
| 2626 | { "Priority": "high", "LocCode": "P0-C58" }, |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2627 | { |
| 2628 | "Priority": "medium", |
| 2629 | "LocCode": "P0-C61" |
| 2630 | }, |
Jim Wright | 2e4eb07 | 2022-02-03 14:43:46 -0600 | [diff] [blame] | 2631 | { "Priority": "low", "LocCode": "P0" } |
| 2632 | ] |
| 2633 | } |
| 2634 | ] |
| 2635 | }, |
| 2636 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2637 | "ADValue": "CP1_VPCIE", |
| 2638 | "Callouts": [ |
Jim Wright | 2e4eb07 | 2022-02-03 14:43:46 -0600 | [diff] [blame] | 2639 | { |
| 2640 | "CalloutList": [ |
| 2641 | { "Priority": "high", "LocCode": "P0-C16" }, |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2642 | { |
| 2643 | "Priority": "medium", |
| 2644 | "LocCode": "P0-C14" |
| 2645 | }, |
Jim Wright | 2e4eb07 | 2022-02-03 14:43:46 -0600 | [diff] [blame] | 2646 | { "Priority": "low", "LocCode": "P0" } |
| 2647 | ] |
| 2648 | } |
| 2649 | ] |
| 2650 | }, |
| 2651 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2652 | "ADValue": "CP2_VPCIE", |
| 2653 | "Callouts": [ |
Jim Wright | 2e4eb07 | 2022-02-03 14:43:46 -0600 | [diff] [blame] | 2654 | { |
| 2655 | "CalloutList": [ |
| 2656 | { "Priority": "high", "LocCode": "P0-C16" }, |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2657 | { |
| 2658 | "Priority": "medium", |
| 2659 | "LocCode": "P0-C19" |
| 2660 | }, |
Jim Wright | 2e4eb07 | 2022-02-03 14:43:46 -0600 | [diff] [blame] | 2661 | { "Priority": "low", "LocCode": "P0" } |
| 2662 | ] |
| 2663 | } |
| 2664 | ] |
| 2665 | }, |
| 2666 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2667 | "ADValue": "CP3_VPCIE", |
| 2668 | "Callouts": [ |
Jim Wright | 2e4eb07 | 2022-02-03 14:43:46 -0600 | [diff] [blame] | 2669 | { |
| 2670 | "CalloutList": [ |
| 2671 | { "Priority": "high", "LocCode": "P0-C58" }, |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2672 | { |
| 2673 | "Priority": "medium", |
| 2674 | "LocCode": "P0-C56" |
| 2675 | }, |
Jim Wright | 2e4eb07 | 2022-02-03 14:43:46 -0600 | [diff] [blame] | 2676 | { "Priority": "low", "LocCode": "P0" } |
| 2677 | ] |
| 2678 | } |
| 2679 | ] |
| 2680 | }, |
| 2681 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2682 | "ADValue": "5.0V_USB_front", |
| 2683 | "Callouts": [ |
Jim Wright | 2e4eb07 | 2022-02-03 14:43:46 -0600 | [diff] [blame] | 2684 | { |
| 2685 | "CalloutList": [ |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2686 | { |
| 2687 | "Priority": "high", |
| 2688 | "SymbolicFRU": "usb_pgood" |
| 2689 | }, |
Jim Wright | ace33db | 2022-04-19 14:33:37 -0500 | [diff] [blame] | 2690 | { "Priority": "low", "LocCode": "P1" }, |
| 2691 | { "Priority": "low", "LocCode": "P0" } |
Jim Wright | 2e4eb07 | 2022-02-03 14:43:46 -0600 | [diff] [blame] | 2692 | ] |
| 2693 | } |
| 2694 | ] |
| 2695 | }, |
| 2696 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2697 | "ADValue": "CP0_VDN", |
| 2698 | "Callouts": [ |
Jim Wright | 2e4eb07 | 2022-02-03 14:43:46 -0600 | [diff] [blame] | 2699 | { |
| 2700 | "CalloutList": [ |
| 2701 | { "Priority": "high", "LocCode": "P0-C63" }, |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2702 | { |
| 2703 | "Priority": "medium", |
| 2704 | "LocCode": "P0-C61" |
| 2705 | }, |
Jim Wright | 2e4eb07 | 2022-02-03 14:43:46 -0600 | [diff] [blame] | 2706 | { "Priority": "low", "LocCode": "P0" } |
| 2707 | ] |
| 2708 | } |
| 2709 | ] |
| 2710 | }, |
| 2711 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2712 | "ADValue": "CP1_VDN", |
| 2713 | "Callouts": [ |
Jim Wright | 2e4eb07 | 2022-02-03 14:43:46 -0600 | [diff] [blame] | 2714 | { |
| 2715 | "CalloutList": [ |
| 2716 | { "Priority": "high", "LocCode": "P0-C12" }, |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2717 | { |
| 2718 | "Priority": "medium", |
| 2719 | "LocCode": "P0-C14" |
| 2720 | }, |
Jim Wright | 2e4eb07 | 2022-02-03 14:43:46 -0600 | [diff] [blame] | 2721 | { "Priority": "low", "LocCode": "P0" } |
| 2722 | ] |
| 2723 | } |
| 2724 | ] |
| 2725 | }, |
| 2726 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2727 | "ADValue": "CP2_VDN", |
| 2728 | "Callouts": [ |
Jim Wright | 2e4eb07 | 2022-02-03 14:43:46 -0600 | [diff] [blame] | 2729 | { |
| 2730 | "CalloutList": [ |
| 2731 | { "Priority": "high", "LocCode": "P0-C21" }, |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2732 | { |
| 2733 | "Priority": "medium", |
| 2734 | "LocCode": "P0-C19" |
| 2735 | }, |
Jim Wright | 2e4eb07 | 2022-02-03 14:43:46 -0600 | [diff] [blame] | 2736 | { "Priority": "low", "LocCode": "P0" } |
| 2737 | ] |
| 2738 | } |
| 2739 | ] |
| 2740 | }, |
| 2741 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2742 | "ADValue": "CP3_VDN", |
| 2743 | "Callouts": [ |
Jim Wright | 2e4eb07 | 2022-02-03 14:43:46 -0600 | [diff] [blame] | 2744 | { |
| 2745 | "CalloutList": [ |
| 2746 | { "Priority": "high", "LocCode": "P0-C54" }, |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2747 | { |
| 2748 | "Priority": "medium", |
| 2749 | "LocCode": "P0-C56" |
| 2750 | }, |
Jim Wright | 2e4eb07 | 2022-02-03 14:43:46 -0600 | [diff] [blame] | 2751 | { "Priority": "low", "LocCode": "P0" } |
| 2752 | ] |
| 2753 | } |
| 2754 | ] |
| 2755 | }, |
| 2756 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2757 | "ADValue": "CP0_VIO", |
| 2758 | "Callouts": [ |
Jim Wright | 2e4eb07 | 2022-02-03 14:43:46 -0600 | [diff] [blame] | 2759 | { |
| 2760 | "CalloutList": [ |
| 2761 | { "Priority": "high", "LocCode": "P0-C63" }, |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2762 | { |
| 2763 | "Priority": "medium", |
| 2764 | "LocCode": "P0-C61" |
| 2765 | }, |
Jim Wright | 2e4eb07 | 2022-02-03 14:43:46 -0600 | [diff] [blame] | 2766 | { "Priority": "low", "LocCode": "P0" } |
| 2767 | ] |
| 2768 | } |
| 2769 | ] |
| 2770 | }, |
| 2771 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2772 | "ADValue": "CP1_VIO", |
| 2773 | "Callouts": [ |
Jim Wright | 2e4eb07 | 2022-02-03 14:43:46 -0600 | [diff] [blame] | 2774 | { |
| 2775 | "CalloutList": [ |
| 2776 | { "Priority": "high", "LocCode": "P0-C12" }, |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2777 | { |
| 2778 | "Priority": "medium", |
| 2779 | "LocCode": "P0-C14" |
| 2780 | }, |
Jim Wright | 2e4eb07 | 2022-02-03 14:43:46 -0600 | [diff] [blame] | 2781 | { "Priority": "low", "LocCode": "P0" } |
| 2782 | ] |
| 2783 | } |
| 2784 | ] |
| 2785 | }, |
| 2786 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2787 | "ADValue": "CP2_VIO", |
| 2788 | "Callouts": [ |
Jim Wright | 2e4eb07 | 2022-02-03 14:43:46 -0600 | [diff] [blame] | 2789 | { |
| 2790 | "CalloutList": [ |
| 2791 | { "Priority": "high", "LocCode": "P0-C21" }, |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2792 | { |
| 2793 | "Priority": "medium", |
| 2794 | "LocCode": "P0-C19" |
| 2795 | }, |
Jim Wright | 2e4eb07 | 2022-02-03 14:43:46 -0600 | [diff] [blame] | 2796 | { "Priority": "low", "LocCode": "P0" } |
| 2797 | ] |
| 2798 | } |
| 2799 | ] |
| 2800 | }, |
| 2801 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2802 | "ADValue": "CP3_VIO", |
| 2803 | "Callouts": [ |
Jim Wright | 2e4eb07 | 2022-02-03 14:43:46 -0600 | [diff] [blame] | 2804 | { |
| 2805 | "CalloutList": [ |
| 2806 | { "Priority": "high", "LocCode": "P0-C54" }, |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2807 | { |
| 2808 | "Priority": "medium", |
| 2809 | "LocCode": "P0-C56" |
| 2810 | }, |
Jim Wright | 2e4eb07 | 2022-02-03 14:43:46 -0600 | [diff] [blame] | 2811 | { "Priority": "low", "LocCode": "P0" } |
| 2812 | ] |
| 2813 | } |
| 2814 | ] |
Jim Wright | 9b779e4 | 2022-12-16 17:50:23 -0600 | [diff] [blame] | 2815 | }, |
| 2816 | { |
| 2817 | "ADValue": "12P0VB_PG_OK", |
| 2818 | "Callouts": [ |
| 2819 | { |
| 2820 | "CalloutList": [ |
| 2821 | { |
| 2822 | "Priority": "high", |
| 2823 | "SymbolicFRU": "pgood_part" |
| 2824 | } |
| 2825 | ] |
| 2826 | } |
| 2827 | ] |
| 2828 | }, |
| 2829 | { |
| 2830 | "ADValue": "12P0VA_PG_OK", |
| 2831 | "Callouts": [ |
| 2832 | { |
| 2833 | "CalloutList": [ |
| 2834 | { |
| 2835 | "Priority": "high", |
| 2836 | "SymbolicFRU": "pgood_part" |
| 2837 | } |
| 2838 | ] |
| 2839 | } |
| 2840 | ] |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 2841 | } |
| 2842 | ] |
| 2843 | }, |
| 2844 | |
| 2845 | "Documentation": { |
| 2846 | "Description": "The power sequencer chip detected a PGOOD fault", |
| 2847 | "Message": "The power sequencer chip detected a PGOOD fault", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2848 | "Notes": [] |
Faisal Awada | 8d2b242 | 2023-03-03 15:48:09 -0600 | [diff] [blame] | 2849 | }, |
| 2850 | |
| 2851 | "JournalCapture": { |
| 2852 | "Sections": [ |
| 2853 | { |
| 2854 | "SyslogID": "phosphor-psu-monitor", |
| 2855 | "NumLines": 30 |
| 2856 | }, |
| 2857 | { |
| 2858 | "SyslogID": "phosphor-power-control", |
| 2859 | "NumLines": 30 |
| 2860 | }, |
| 2861 | { |
| 2862 | "SyslogID": "phosphor-chassis-state-manager", |
| 2863 | "NumLines": 15 |
| 2864 | }, |
| 2865 | { |
| 2866 | "SyslogID": "systemd", |
| 2867 | "NumLines": 15 |
| 2868 | }, |
| 2869 | { |
| 2870 | "SyslogID": "phosphor-regulators", |
| 2871 | "NumLines": 5 |
| 2872 | } |
| 2873 | ] |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 2874 | } |
| 2875 | }, |
| 2876 | |
| 2877 | { |
| 2878 | "Name": "xyz.openbmc_project.Power.Error.PowerSequencerVoltageFault", |
| 2879 | "Subsystem": "power_sequencer", |
| 2880 | "ComponentID": "0x2700", |
| 2881 | |
| 2882 | "SRC": { |
| 2883 | "Type": "11", |
| 2884 | "ReasonCode": "0x2620", |
| 2885 | "Words6To9": {} |
| 2886 | }, |
| 2887 | |
| 2888 | "CalloutsUsingAD": { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2889 | "ADName": "RAIL_NAME", |
| 2890 | "CalloutsWithTheirADValues": [ |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 2891 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2892 | "ADValue": "12.0V", |
| 2893 | "Callouts": [ |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 2894 | { |
| 2895 | "CalloutList": [ |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2896 | { |
| 2897 | "Priority": "high", |
| 2898 | "SymbolicFRU": "pgood_part" |
| 2899 | } |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 2900 | ] |
| 2901 | } |
| 2902 | ] |
| 2903 | }, |
| 2904 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2905 | "ADValue": "5.0V_USB", |
| 2906 | "Callouts": [ |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 2907 | { |
| 2908 | "CalloutList": [ |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2909 | { |
| 2910 | "Priority": "high", |
| 2911 | "SymbolicFRU": "usb_pgood" |
| 2912 | }, |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 2913 | { "Priority": "medium", "LocCode": "P0" } |
| 2914 | ] |
| 2915 | } |
| 2916 | ] |
| 2917 | }, |
| 2918 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2919 | "ADValue": "5.0V_DASD", |
| 2920 | "Callouts": [ |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 2921 | { |
| 2922 | "CalloutList": [ |
| 2923 | { "Priority": "medium", "LocCode": "P1" }, |
| 2924 | { "Priority": "medium", "LocCode": "P2" }, |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 2925 | { "Priority": "low", "LocCode": "P0" } |
| 2926 | ] |
| 2927 | } |
| 2928 | ] |
| 2929 | }, |
| 2930 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2931 | "ADValue": "3.3VA", |
| 2932 | "Callouts": [ |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 2933 | { |
| 2934 | "CalloutList": [ |
| 2935 | { "Priority": "high", "LocCode": "P0" } |
| 2936 | ] |
| 2937 | } |
| 2938 | ] |
| 2939 | }, |
| 2940 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2941 | "ADValue": "3.3VB", |
| 2942 | "Callouts": [ |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 2943 | { |
| 2944 | "CalloutList": [ |
| 2945 | { "Priority": "high", "LocCode": "P0" } |
| 2946 | ] |
| 2947 | } |
| 2948 | ] |
| 2949 | }, |
| 2950 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2951 | "ADValue": "1.5V", |
| 2952 | "Callouts": [ |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 2953 | { |
| 2954 | "CalloutList": [ |
| 2955 | { "Priority": "high", "LocCode": "P0" } |
| 2956 | ] |
| 2957 | } |
| 2958 | ] |
| 2959 | }, |
| 2960 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2961 | "ADValue": "1.1V", |
| 2962 | "Callouts": [ |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 2963 | { |
| 2964 | "CalloutList": [ |
| 2965 | { "Priority": "high", "LocCode": "P0" } |
| 2966 | ] |
| 2967 | } |
| 2968 | ] |
| 2969 | }, |
| 2970 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2971 | "ADValue": "VDDA_DCM0", |
| 2972 | "Callouts": [ |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 2973 | { |
| 2974 | "CalloutList": [ |
| 2975 | { "Priority": "high", "LocCode": "P0-C14" }, |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2976 | { |
| 2977 | "Priority": "medium", |
| 2978 | "LocCode": "P0-C15" |
| 2979 | }, |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 2980 | { "Priority": "low", "LocCode": "P0" } |
| 2981 | ] |
| 2982 | } |
| 2983 | ] |
| 2984 | }, |
| 2985 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2986 | "ADValue": "VDDB_DCM0", |
| 2987 | "Callouts": [ |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 2988 | { |
| 2989 | "CalloutList": [ |
| 2990 | { "Priority": "high", "LocCode": "P0-C14" }, |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 2991 | { |
| 2992 | "Priority": "medium", |
| 2993 | "LocCode": "P0-C15" |
| 2994 | }, |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 2995 | { "Priority": "low", "LocCode": "P0" } |
| 2996 | ] |
| 2997 | } |
| 2998 | ] |
| 2999 | }, |
| 3000 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 3001 | "ADValue": "VDDA_DCM1", |
| 3002 | "Callouts": [ |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 3003 | { |
| 3004 | "CalloutList": [ |
| 3005 | { "Priority": "high", "LocCode": "P0-C23" }, |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 3006 | { |
| 3007 | "Priority": "medium", |
| 3008 | "LocCode": "P0-C24" |
| 3009 | }, |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 3010 | { "Priority": "low", "LocCode": "P0" } |
| 3011 | ] |
| 3012 | } |
| 3013 | ] |
| 3014 | }, |
| 3015 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 3016 | "ADValue": "VDDB_DCM1", |
| 3017 | "Callouts": [ |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 3018 | { |
| 3019 | "CalloutList": [ |
| 3020 | { "Priority": "high", "LocCode": "P0-C23" }, |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 3021 | { |
| 3022 | "Priority": "medium", |
| 3023 | "LocCode": "P0-C24" |
| 3024 | }, |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 3025 | { "Priority": "low", "LocCode": "P0" } |
| 3026 | ] |
| 3027 | } |
| 3028 | ] |
| 3029 | }, |
| 3030 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 3031 | "ADValue": "12.0VCS", |
| 3032 | "Callouts": [ |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 3033 | { |
| 3034 | "CalloutList": [ |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 3035 | { |
| 3036 | "Priority": "high", |
| 3037 | "SymbolicFRU": "pgood_part" |
| 3038 | } |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 3039 | ] |
| 3040 | } |
| 3041 | ] |
| 3042 | }, |
| 3043 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 3044 | "ADValue": "3.3VCS", |
| 3045 | "Callouts": [ |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 3046 | { |
| 3047 | "CalloutList": [ |
| 3048 | { "Priority": "high", "LocCode": "P0" } |
| 3049 | ] |
| 3050 | } |
| 3051 | ] |
| 3052 | }, |
| 3053 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 3054 | "ADValue": "1.1V_Current", |
| 3055 | "Callouts": [ |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 3056 | { |
| 3057 | "CalloutList": [ |
| 3058 | { "Priority": "high", "LocCode": "P0" } |
| 3059 | ] |
| 3060 | } |
| 3061 | ] |
| 3062 | }, |
| 3063 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 3064 | "ADValue": "5.0V_USB_Current", |
| 3065 | "Callouts": [ |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 3066 | { |
| 3067 | "CalloutList": [ |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 3068 | { |
| 3069 | "Priority": "high", |
| 3070 | "SymbolicFRU": "usb_pgood" |
| 3071 | }, |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 3072 | { "Priority": "medium", "LocCode": "P0" } |
| 3073 | ] |
| 3074 | } |
| 3075 | ] |
| 3076 | }, |
| 3077 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 3078 | "ADValue": "5.0V_DASD_Current", |
| 3079 | "Callouts": [ |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 3080 | { |
| 3081 | "CalloutList": [ |
| 3082 | { "Priority": "medium", "LocCode": "P1" }, |
| 3083 | { "Priority": "medium", "LocCode": "P2" }, |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 3084 | { "Priority": "low", "LocCode": "P0" } |
| 3085 | ] |
| 3086 | } |
| 3087 | ] |
| 3088 | }, |
| 3089 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 3090 | "ADValue": "12.0VN", |
| 3091 | "Callouts": [ |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 3092 | { |
| 3093 | "CalloutList": [ |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 3094 | { |
| 3095 | "Priority": "high", |
| 3096 | "SymbolicFRU": "pgood_part" |
| 3097 | } |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 3098 | ] |
| 3099 | } |
| 3100 | ] |
| 3101 | }, |
| 3102 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 3103 | "ADValue": "12.0VP", |
| 3104 | "Callouts": [ |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 3105 | { |
| 3106 | "CalloutList": [ |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 3107 | { |
| 3108 | "Priority": "high", |
| 3109 | "SymbolicFRU": "pgood_part" |
| 3110 | } |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 3111 | ] |
| 3112 | } |
| 3113 | ] |
| 3114 | }, |
| 3115 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 3116 | "ADValue": "12.0VQ", |
| 3117 | "Callouts": [ |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 3118 | { |
| 3119 | "CalloutList": [ |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 3120 | { |
| 3121 | "Priority": "high", |
| 3122 | "SymbolicFRU": "pgood_part" |
| 3123 | } |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 3124 | ] |
| 3125 | } |
| 3126 | ] |
| 3127 | }, |
| 3128 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 3129 | "ADValue": "12.0VR", |
| 3130 | "Callouts": [ |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 3131 | { |
| 3132 | "CalloutList": [ |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 3133 | { |
| 3134 | "Priority": "high", |
| 3135 | "SymbolicFRU": "pgood_part" |
| 3136 | } |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 3137 | ] |
| 3138 | } |
| 3139 | ] |
| 3140 | }, |
| 3141 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 3142 | "ADValue": "ThermalDiode1", |
| 3143 | "Callouts": [ |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 3144 | { |
| 3145 | "CalloutList": [ |
| 3146 | { "Priority": "high", "LocCode": "P0" } |
| 3147 | ] |
| 3148 | } |
| 3149 | ] |
| 3150 | }, |
| 3151 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 3152 | "ADValue": "ThermalDiode2", |
| 3153 | "Callouts": [ |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 3154 | { |
| 3155 | "CalloutList": [ |
| 3156 | { "Priority": "high", "LocCode": "P0" } |
| 3157 | ] |
| 3158 | } |
| 3159 | ] |
| 3160 | }, |
| 3161 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 3162 | "ADValue": "ThermalDiode3", |
| 3163 | "Callouts": [ |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 3164 | { |
| 3165 | "CalloutList": [ |
| 3166 | { "Priority": "high", "LocCode": "P0" } |
| 3167 | ] |
| 3168 | } |
| 3169 | ] |
| 3170 | }, |
| 3171 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 3172 | "ADValue": "ThermalDiode4", |
| 3173 | "Callouts": [ |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 3174 | { |
| 3175 | "CalloutList": [ |
| 3176 | { "Priority": "high", "LocCode": "P0" } |
| 3177 | ] |
| 3178 | } |
| 3179 | ] |
Jim Wright | ae1738c | 2022-05-02 09:57:45 -0500 | [diff] [blame] | 3180 | }, |
| 3181 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 3182 | "ADValue": "VDN_DCM0", |
| 3183 | "Callouts": [ |
Jim Wright | ae1738c | 2022-05-02 09:57:45 -0500 | [diff] [blame] | 3184 | { |
| 3185 | "CalloutList": [ |
| 3186 | { "Priority": "high", "LocCode": "P0-C14" }, |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 3187 | { |
| 3188 | "Priority": "medium", |
| 3189 | "LocCode": "P0-C15" |
| 3190 | }, |
Jim Wright | ae1738c | 2022-05-02 09:57:45 -0500 | [diff] [blame] | 3191 | { "Priority": "low", "LocCode": "P0" } |
| 3192 | ] |
| 3193 | } |
| 3194 | ] |
| 3195 | }, |
| 3196 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 3197 | "ADValue": "VDN_DCM1", |
| 3198 | "Callouts": [ |
Jim Wright | ae1738c | 2022-05-02 09:57:45 -0500 | [diff] [blame] | 3199 | { |
| 3200 | "CalloutList": [ |
| 3201 | { "Priority": "high", "LocCode": "P0-C23" }, |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 3202 | { |
| 3203 | "Priority": "medium", |
| 3204 | "LocCode": "P0-C24" |
| 3205 | }, |
Jim Wright | ae1738c | 2022-05-02 09:57:45 -0500 | [diff] [blame] | 3206 | { "Priority": "low", "LocCode": "P0" } |
| 3207 | ] |
| 3208 | } |
| 3209 | ] |
| 3210 | }, |
| 3211 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 3212 | "ADValue": "VCS_DCM0", |
| 3213 | "Callouts": [ |
Jim Wright | ae1738c | 2022-05-02 09:57:45 -0500 | [diff] [blame] | 3214 | { |
| 3215 | "CalloutList": [ |
| 3216 | { "Priority": "high", "LocCode": "P0-C14" }, |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 3217 | { |
| 3218 | "Priority": "medium", |
| 3219 | "LocCode": "P0-C15" |
| 3220 | }, |
Jim Wright | ae1738c | 2022-05-02 09:57:45 -0500 | [diff] [blame] | 3221 | { "Priority": "low", "LocCode": "P0" } |
| 3222 | ] |
| 3223 | } |
| 3224 | ] |
| 3225 | }, |
| 3226 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 3227 | "ADValue": "VCS_DCM1", |
| 3228 | "Callouts": [ |
Jim Wright | ae1738c | 2022-05-02 09:57:45 -0500 | [diff] [blame] | 3229 | { |
| 3230 | "CalloutList": [ |
| 3231 | { "Priority": "high", "LocCode": "P0-C23" }, |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 3232 | { |
| 3233 | "Priority": "medium", |
| 3234 | "LocCode": "P0-C24" |
| 3235 | }, |
Jim Wright | ae1738c | 2022-05-02 09:57:45 -0500 | [diff] [blame] | 3236 | { "Priority": "low", "LocCode": "P0" } |
| 3237 | ] |
| 3238 | } |
| 3239 | ] |
| 3240 | }, |
| 3241 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 3242 | "ADValue": "VIO_DCM0", |
| 3243 | "Callouts": [ |
Jim Wright | ae1738c | 2022-05-02 09:57:45 -0500 | [diff] [blame] | 3244 | { |
| 3245 | "CalloutList": [ |
| 3246 | { "Priority": "high", "LocCode": "P0-C14" }, |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 3247 | { |
| 3248 | "Priority": "medium", |
| 3249 | "LocCode": "P0-C15" |
| 3250 | }, |
Jim Wright | ae1738c | 2022-05-02 09:57:45 -0500 | [diff] [blame] | 3251 | { "Priority": "low", "LocCode": "P0" } |
| 3252 | ] |
| 3253 | } |
| 3254 | ] |
| 3255 | }, |
| 3256 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 3257 | "ADValue": "VIO_DCM1", |
| 3258 | "Callouts": [ |
Jim Wright | ae1738c | 2022-05-02 09:57:45 -0500 | [diff] [blame] | 3259 | { |
| 3260 | "CalloutList": [ |
| 3261 | { "Priority": "high", "LocCode": "P0-C23" }, |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 3262 | { |
| 3263 | "Priority": "medium", |
| 3264 | "LocCode": "P0-C24" |
| 3265 | }, |
Jim Wright | ae1738c | 2022-05-02 09:57:45 -0500 | [diff] [blame] | 3266 | { "Priority": "low", "LocCode": "P0" } |
| 3267 | ] |
| 3268 | } |
| 3269 | ] |
| 3270 | }, |
| 3271 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 3272 | "ADValue": "VPCIE_DCM0", |
| 3273 | "Callouts": [ |
Jim Wright | ae1738c | 2022-05-02 09:57:45 -0500 | [diff] [blame] | 3274 | { |
| 3275 | "CalloutList": [ |
| 3276 | { "Priority": "high", "LocCode": "P0-C14" }, |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 3277 | { |
| 3278 | "Priority": "medium", |
| 3279 | "LocCode": "P0-C15" |
| 3280 | }, |
Jim Wright | ae1738c | 2022-05-02 09:57:45 -0500 | [diff] [blame] | 3281 | { "Priority": "low", "LocCode": "P0" } |
| 3282 | ] |
| 3283 | } |
| 3284 | ] |
| 3285 | }, |
| 3286 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 3287 | "ADValue": "VPCIE_DCM1", |
| 3288 | "Callouts": [ |
Jim Wright | ae1738c | 2022-05-02 09:57:45 -0500 | [diff] [blame] | 3289 | { |
| 3290 | "CalloutList": [ |
| 3291 | { "Priority": "high", "LocCode": "P0-C23" }, |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 3292 | { |
| 3293 | "Priority": "medium", |
| 3294 | "LocCode": "P0-C24" |
| 3295 | }, |
Jim Wright | ae1738c | 2022-05-02 09:57:45 -0500 | [diff] [blame] | 3296 | { "Priority": "low", "LocCode": "P0" } |
| 3297 | ] |
| 3298 | } |
| 3299 | ] |
Jim Wright | 452d46d | 2022-12-16 16:56:21 -0600 | [diff] [blame] | 3300 | }, |
| 3301 | { |
| 3302 | "ADValue": "3V3IO", |
| 3303 | "Callouts": [ |
| 3304 | { |
| 3305 | "CalloutList": [ |
| 3306 | { "Priority": "high", "LocCode": "P0-C17" }, |
| 3307 | { |
| 3308 | "Priority": "medium", |
| 3309 | "LocCode": "P0-C96" |
| 3310 | }, |
| 3311 | { |
| 3312 | "Priority": "medium", |
| 3313 | "LocCode": "P0-C0" |
| 3314 | }, |
| 3315 | { |
| 3316 | "Priority": "medium", |
| 3317 | "SymbolicFRU": "pcie_hot_plug" |
| 3318 | }, |
| 3319 | { "Priority": "low", "LocCode": "P0" } |
| 3320 | ] |
| 3321 | } |
| 3322 | ] |
| 3323 | }, |
| 3324 | { |
| 3325 | "ADValue": "CP0_VDD0", |
| 3326 | "Callouts": [ |
| 3327 | { |
| 3328 | "CalloutList": [ |
| 3329 | { "Priority": "high", "LocCode": "P0-C62" }, |
| 3330 | { |
| 3331 | "Priority": "medium", |
| 3332 | "LocCode": "P0-C61" |
| 3333 | }, |
| 3334 | { "Priority": "low", "LocCode": "P0" } |
| 3335 | ] |
| 3336 | } |
| 3337 | ] |
| 3338 | }, |
| 3339 | { |
| 3340 | "ADValue": "CP0_VDD1", |
| 3341 | "Callouts": [ |
| 3342 | { |
| 3343 | "CalloutList": [ |
| 3344 | { "Priority": "high", "LocCode": "P0-C60" }, |
| 3345 | { |
| 3346 | "Priority": "medium", |
| 3347 | "LocCode": "P0-C61" |
| 3348 | }, |
| 3349 | { "Priority": "low", "LocCode": "P0" } |
| 3350 | ] |
| 3351 | } |
| 3352 | ] |
| 3353 | }, |
| 3354 | { |
| 3355 | "ADValue": "CP1_VDD0", |
| 3356 | "Callouts": [ |
| 3357 | { |
| 3358 | "CalloutList": [ |
| 3359 | { "Priority": "high", "LocCode": "P0-C13" }, |
| 3360 | { |
| 3361 | "Priority": "medium", |
| 3362 | "LocCode": "P0-C14" |
| 3363 | }, |
| 3364 | { "Priority": "low", "LocCode": "P0" } |
| 3365 | ] |
| 3366 | } |
| 3367 | ] |
| 3368 | }, |
| 3369 | { |
| 3370 | "ADValue": "CP1_VDD1", |
| 3371 | "Callouts": [ |
| 3372 | { |
| 3373 | "CalloutList": [ |
| 3374 | { "Priority": "high", "LocCode": "P0-C15" }, |
| 3375 | { |
| 3376 | "Priority": "medium", |
| 3377 | "LocCode": "P0-C14" |
| 3378 | }, |
| 3379 | { "Priority": "low", "LocCode": "P0" } |
| 3380 | ] |
| 3381 | } |
| 3382 | ] |
| 3383 | }, |
| 3384 | { |
| 3385 | "ADValue": "CP2_VDD0", |
| 3386 | "Callouts": [ |
| 3387 | { |
| 3388 | "CalloutList": [ |
| 3389 | { "Priority": "high", "LocCode": "P0-C18" }, |
| 3390 | { |
| 3391 | "Priority": "medium", |
| 3392 | "LocCode": "P0-C19" |
| 3393 | }, |
| 3394 | { "Priority": "low", "LocCode": "P0" } |
| 3395 | ] |
| 3396 | } |
| 3397 | ] |
| 3398 | }, |
| 3399 | { |
| 3400 | "ADValue": "CP2_VDD1", |
| 3401 | "Callouts": [ |
| 3402 | { |
| 3403 | "CalloutList": [ |
| 3404 | { "Priority": "high", "LocCode": "P0-C20" }, |
| 3405 | { |
| 3406 | "Priority": "medium", |
| 3407 | "LocCode": "P0-C19" |
| 3408 | }, |
| 3409 | { "Priority": "low", "LocCode": "P0" } |
| 3410 | ] |
| 3411 | } |
| 3412 | ] |
| 3413 | }, |
| 3414 | { |
| 3415 | "ADValue": "CP3_VDD0", |
| 3416 | "Callouts": [ |
| 3417 | { |
| 3418 | "CalloutList": [ |
| 3419 | { "Priority": "high", "LocCode": "P0-C57" }, |
| 3420 | { |
| 3421 | "Priority": "medium", |
| 3422 | "LocCode": "P0-C56" |
| 3423 | }, |
| 3424 | { "Priority": "low", "LocCode": "P0" } |
| 3425 | ] |
| 3426 | } |
| 3427 | ] |
| 3428 | }, |
| 3429 | { |
| 3430 | "ADValue": "CP3_VDD1", |
| 3431 | "Callouts": [ |
| 3432 | { |
| 3433 | "CalloutList": [ |
| 3434 | { "Priority": "high", "LocCode": "P0-C55" }, |
| 3435 | { |
| 3436 | "Priority": "medium", |
| 3437 | "LocCode": "P0-C56" |
| 3438 | }, |
| 3439 | { "Priority": "low", "LocCode": "P0" } |
| 3440 | ] |
| 3441 | } |
| 3442 | ] |
| 3443 | }, |
| 3444 | { |
| 3445 | "ADValue": "CP0_VCS0", |
| 3446 | "Callouts": [ |
| 3447 | { |
| 3448 | "CalloutList": [ |
| 3449 | { "Priority": "high", "LocCode": "P0-C63" }, |
| 3450 | { |
| 3451 | "Priority": "medium", |
| 3452 | "LocCode": "P0-C61" |
| 3453 | }, |
| 3454 | { "Priority": "low", "LocCode": "P0" } |
| 3455 | ] |
| 3456 | } |
| 3457 | ] |
| 3458 | }, |
| 3459 | { |
| 3460 | "ADValue": "CP0_VCS1", |
| 3461 | "Callouts": [ |
| 3462 | { |
| 3463 | "CalloutList": [ |
| 3464 | { "Priority": "high", "LocCode": "P0-C59" }, |
| 3465 | { |
| 3466 | "Priority": "medium", |
| 3467 | "LocCode": "P0-C61" |
| 3468 | }, |
| 3469 | { "Priority": "low", "LocCode": "P0" } |
| 3470 | ] |
| 3471 | } |
| 3472 | ] |
| 3473 | }, |
| 3474 | { |
| 3475 | "ADValue": "CP1_VCS0", |
| 3476 | "Callouts": [ |
| 3477 | { |
| 3478 | "CalloutList": [ |
| 3479 | { "Priority": "high", "LocCode": "P0-C12" }, |
| 3480 | { |
| 3481 | "Priority": "medium", |
| 3482 | "LocCode": "P0-C14" |
| 3483 | }, |
| 3484 | { "Priority": "low", "LocCode": "P0" } |
| 3485 | ] |
| 3486 | } |
| 3487 | ] |
| 3488 | }, |
| 3489 | { |
| 3490 | "ADValue": "CP1_VCS1", |
| 3491 | "Callouts": [ |
| 3492 | { |
| 3493 | "CalloutList": [ |
| 3494 | { "Priority": "high", "LocCode": "P0-C16" }, |
| 3495 | { |
| 3496 | "Priority": "medium", |
| 3497 | "LocCode": "P0-C14" |
| 3498 | }, |
| 3499 | { "Priority": "low", "LocCode": "P0" } |
| 3500 | ] |
| 3501 | } |
| 3502 | ] |
| 3503 | }, |
| 3504 | { |
| 3505 | "ADValue": "CP2_VCS0", |
| 3506 | "Callouts": [ |
| 3507 | { |
| 3508 | "CalloutList": [ |
| 3509 | { "Priority": "high", "LocCode": "P0-C17" }, |
| 3510 | { |
| 3511 | "Priority": "medium", |
| 3512 | "LocCode": "P0-C19" |
| 3513 | }, |
| 3514 | { "Priority": "low", "LocCode": "P0" } |
| 3515 | ] |
| 3516 | } |
| 3517 | ] |
| 3518 | }, |
| 3519 | { |
| 3520 | "ADValue": "CP2_VCS1", |
| 3521 | "Callouts": [ |
| 3522 | { |
| 3523 | "CalloutList": [ |
| 3524 | { "Priority": "high", "LocCode": "P0-C21" }, |
| 3525 | { |
| 3526 | "Priority": "medium", |
| 3527 | "LocCode": "P0-C19" |
| 3528 | }, |
| 3529 | { "Priority": "low", "LocCode": "P0" } |
| 3530 | ] |
| 3531 | } |
| 3532 | ] |
| 3533 | }, |
| 3534 | { |
| 3535 | "ADValue": "CP3_VCS0", |
| 3536 | "Callouts": [ |
| 3537 | { |
| 3538 | "CalloutList": [ |
| 3539 | { "Priority": "high", "LocCode": "P0-C58" }, |
| 3540 | { |
| 3541 | "Priority": "medium", |
| 3542 | "LocCode": "P0-C56" |
| 3543 | }, |
| 3544 | { "Priority": "low", "LocCode": "P0" } |
| 3545 | ] |
| 3546 | } |
| 3547 | ] |
| 3548 | }, |
| 3549 | { |
| 3550 | "ADValue": "CP3_VCS1", |
| 3551 | "Callouts": [ |
| 3552 | { |
| 3553 | "CalloutList": [ |
| 3554 | { "Priority": "high", "LocCode": "P0-C54" }, |
| 3555 | { |
| 3556 | "Priority": "medium", |
| 3557 | "LocCode": "P0-C56" |
| 3558 | }, |
| 3559 | { "Priority": "low", "LocCode": "P0" } |
| 3560 | ] |
| 3561 | } |
| 3562 | ] |
| 3563 | }, |
| 3564 | { |
| 3565 | "ADValue": "CP03_AVDD", |
| 3566 | "Callouts": [ |
| 3567 | { |
| 3568 | "CalloutList": [ |
| 3569 | { "Priority": "high", "LocCode": "P0-C58" }, |
| 3570 | { |
| 3571 | "Priority": "medium", |
| 3572 | "LocCode": "P0-C61" |
| 3573 | }, |
| 3574 | { |
| 3575 | "Priority": "medium", |
| 3576 | "LocCode": "P0-C56" |
| 3577 | }, |
| 3578 | { "Priority": "low", "LocCode": "P0" } |
| 3579 | ] |
| 3580 | } |
| 3581 | ] |
| 3582 | }, |
| 3583 | { |
| 3584 | "ADValue": "CP12_AVDD", |
| 3585 | "Callouts": [ |
| 3586 | { |
| 3587 | "CalloutList": [ |
| 3588 | { "Priority": "high", "LocCode": "P0-C16" }, |
| 3589 | { |
| 3590 | "Priority": "medium", |
| 3591 | "LocCode": "P0-C14" |
| 3592 | }, |
| 3593 | { |
| 3594 | "Priority": "medium", |
| 3595 | "LocCode": "P0-C19" |
| 3596 | }, |
| 3597 | { "Priority": "low", "LocCode": "P0" } |
| 3598 | ] |
| 3599 | } |
| 3600 | ] |
| 3601 | }, |
| 3602 | { |
| 3603 | "ADValue": "CP0_VDN", |
| 3604 | "Callouts": [ |
| 3605 | { |
| 3606 | "CalloutList": [ |
| 3607 | { "Priority": "high", "LocCode": "P0-C63" }, |
| 3608 | { |
| 3609 | "Priority": "medium", |
| 3610 | "LocCode": "P0-C61" |
| 3611 | }, |
| 3612 | { "Priority": "low", "LocCode": "P0" } |
| 3613 | ] |
| 3614 | } |
| 3615 | ] |
| 3616 | }, |
| 3617 | { |
| 3618 | "ADValue": "CP1_VDN", |
| 3619 | "Callouts": [ |
| 3620 | { |
| 3621 | "CalloutList": [ |
| 3622 | { "Priority": "high", "LocCode": "P0-C12" }, |
| 3623 | { |
| 3624 | "Priority": "medium", |
| 3625 | "LocCode": "P0-C14" |
| 3626 | }, |
| 3627 | { "Priority": "low", "LocCode": "P0" } |
| 3628 | ] |
| 3629 | } |
| 3630 | ] |
| 3631 | }, |
| 3632 | { |
| 3633 | "ADValue": "CP2_VDN", |
| 3634 | "Callouts": [ |
| 3635 | { |
| 3636 | "CalloutList": [ |
| 3637 | { "Priority": "high", "LocCode": "P0-C21" }, |
| 3638 | { |
| 3639 | "Priority": "medium", |
| 3640 | "LocCode": "P0-C19" |
| 3641 | }, |
| 3642 | { "Priority": "low", "LocCode": "P0" } |
| 3643 | ] |
| 3644 | } |
| 3645 | ] |
| 3646 | }, |
| 3647 | { |
| 3648 | "ADValue": "CP3_VDN", |
| 3649 | "Callouts": [ |
| 3650 | { |
| 3651 | "CalloutList": [ |
| 3652 | { "Priority": "high", "LocCode": "P0-C54" }, |
| 3653 | { |
| 3654 | "Priority": "medium", |
| 3655 | "LocCode": "P0-C56" |
| 3656 | }, |
| 3657 | { "Priority": "low", "LocCode": "P0" } |
| 3658 | ] |
| 3659 | } |
| 3660 | ] |
| 3661 | }, |
| 3662 | { |
| 3663 | "ADValue": "CP0_VIO", |
| 3664 | "Callouts": [ |
| 3665 | { |
| 3666 | "CalloutList": [ |
| 3667 | { "Priority": "high", "LocCode": "P0-C63" }, |
| 3668 | { |
| 3669 | "Priority": "medium", |
| 3670 | "LocCode": "P0-C61" |
| 3671 | }, |
| 3672 | { "Priority": "low", "LocCode": "P0" } |
| 3673 | ] |
| 3674 | } |
| 3675 | ] |
| 3676 | }, |
| 3677 | { |
| 3678 | "ADValue": "CP1_VIO", |
| 3679 | "Callouts": [ |
| 3680 | { |
| 3681 | "CalloutList": [ |
| 3682 | { "Priority": "high", "LocCode": "P0-C12" }, |
| 3683 | { |
| 3684 | "Priority": "medium", |
| 3685 | "LocCode": "P0-C14" |
| 3686 | }, |
| 3687 | { "Priority": "low", "LocCode": "P0" } |
| 3688 | ] |
| 3689 | } |
| 3690 | ] |
| 3691 | }, |
| 3692 | { |
| 3693 | "ADValue": "CP2_VIO", |
| 3694 | "Callouts": [ |
| 3695 | { |
| 3696 | "CalloutList": [ |
| 3697 | { "Priority": "high", "LocCode": "P0-C21" }, |
| 3698 | { |
| 3699 | "Priority": "medium", |
| 3700 | "LocCode": "P0-C19" |
| 3701 | }, |
| 3702 | { "Priority": "low", "LocCode": "P0" } |
| 3703 | ] |
| 3704 | } |
| 3705 | ] |
| 3706 | }, |
| 3707 | { |
| 3708 | "ADValue": "CP3_VIO", |
| 3709 | "Callouts": [ |
| 3710 | { |
| 3711 | "CalloutList": [ |
| 3712 | { "Priority": "high", "LocCode": "P0-C54" }, |
| 3713 | { |
| 3714 | "Priority": "medium", |
| 3715 | "LocCode": "P0-C56" |
| 3716 | }, |
| 3717 | { "Priority": "low", "LocCode": "P0" } |
| 3718 | ] |
| 3719 | } |
| 3720 | ] |
| 3721 | }, |
| 3722 | { |
| 3723 | "ADValue": "CP0_VPCIE", |
| 3724 | "Callouts": [ |
| 3725 | { |
| 3726 | "CalloutList": [ |
| 3727 | { "Priority": "high", "LocCode": "P0-C58" }, |
| 3728 | { |
| 3729 | "Priority": "medium", |
| 3730 | "LocCode": "P0-C61" |
| 3731 | }, |
| 3732 | { "Priority": "low", "LocCode": "P0" } |
| 3733 | ] |
| 3734 | } |
| 3735 | ] |
| 3736 | }, |
| 3737 | { |
| 3738 | "ADValue": "CP1_VPCIE", |
| 3739 | "Callouts": [ |
| 3740 | { |
| 3741 | "CalloutList": [ |
| 3742 | { "Priority": "high", "LocCode": "P0-C16" }, |
| 3743 | { |
| 3744 | "Priority": "medium", |
| 3745 | "LocCode": "P0-C14" |
| 3746 | }, |
| 3747 | { "Priority": "low", "LocCode": "P0" } |
| 3748 | ] |
| 3749 | } |
| 3750 | ] |
| 3751 | }, |
| 3752 | { |
| 3753 | "ADValue": "CP2_VPCIE", |
| 3754 | "Callouts": [ |
| 3755 | { |
| 3756 | "CalloutList": [ |
| 3757 | { "Priority": "high", "LocCode": "P0-C16" }, |
| 3758 | { |
| 3759 | "Priority": "medium", |
| 3760 | "LocCode": "P0-C19" |
| 3761 | }, |
| 3762 | { "Priority": "low", "LocCode": "P0" } |
| 3763 | ] |
| 3764 | } |
| 3765 | ] |
| 3766 | }, |
| 3767 | { |
| 3768 | "ADValue": "CP3_VPCIE", |
| 3769 | "Callouts": [ |
| 3770 | { |
| 3771 | "CalloutList": [ |
| 3772 | { "Priority": "high", "LocCode": "P0-C58" }, |
| 3773 | { |
| 3774 | "Priority": "medium", |
| 3775 | "LocCode": "P0-C56" |
| 3776 | }, |
| 3777 | { "Priority": "low", "LocCode": "P0" } |
| 3778 | ] |
| 3779 | } |
| 3780 | ] |
Jim Wright | 9b779e4 | 2022-12-16 17:50:23 -0600 | [diff] [blame] | 3781 | }, |
| 3782 | { |
| 3783 | "ADValue": "5.0VCS", |
| 3784 | "Callouts": [ |
| 3785 | { |
| 3786 | "CalloutList": [ |
| 3787 | { "Priority": "high", "LocCode": "P0" } |
| 3788 | ] |
| 3789 | } |
| 3790 | ] |
| 3791 | }, |
| 3792 | { |
| 3793 | "ADValue": "PCIE_VDD0", |
| 3794 | "Callouts": [ |
| 3795 | { |
| 3796 | "CalloutList": [ |
| 3797 | { |
| 3798 | "Priority": "high", |
| 3799 | "SymbolicFRU": "pcie_hot_plug" |
| 3800 | }, |
| 3801 | { "Priority": "medium", "LocCode": "P0" } |
| 3802 | ] |
| 3803 | } |
| 3804 | ] |
| 3805 | }, |
| 3806 | { |
| 3807 | "ADValue": "PCIE_CORE", |
| 3808 | "Callouts": [ |
| 3809 | { |
| 3810 | "CalloutList": [ |
| 3811 | { |
| 3812 | "Priority": "high", |
| 3813 | "SymbolicFRU": "pcie_hot_plug" |
| 3814 | }, |
| 3815 | { "Priority": "medium", "LocCode": "P0" } |
| 3816 | ] |
| 3817 | } |
| 3818 | ] |
| 3819 | }, |
| 3820 | { |
| 3821 | "ADValue": "AVDD", |
| 3822 | "Callouts": [ |
| 3823 | { |
| 3824 | "CalloutList": [ |
| 3825 | { "Priority": "high", "LocCode": "P0-C5" }, |
| 3826 | { "Priority": "medium", "LocCode": "P0" } |
| 3827 | ] |
| 3828 | } |
| 3829 | ] |
| 3830 | }, |
| 3831 | { |
| 3832 | "ADValue": "VDN", |
| 3833 | "Callouts": [ |
| 3834 | { |
| 3835 | "CalloutList": [ |
| 3836 | { "Priority": "high", "LocCode": "P0-C5" }, |
| 3837 | { "Priority": "medium", "LocCode": "P0" } |
| 3838 | ] |
| 3839 | } |
| 3840 | ] |
| 3841 | }, |
| 3842 | { |
| 3843 | "ADValue": "VDDA", |
| 3844 | "Callouts": [ |
| 3845 | { |
| 3846 | "CalloutList": [ |
| 3847 | { "Priority": "high", "LocCode": "P0-C5" }, |
| 3848 | { "Priority": "medium", "LocCode": "P0" } |
| 3849 | ] |
| 3850 | } |
| 3851 | ] |
| 3852 | }, |
| 3853 | { |
| 3854 | "ADValue": "VDDB", |
| 3855 | "Callouts": [ |
| 3856 | { |
| 3857 | "CalloutList": [ |
| 3858 | { "Priority": "high", "LocCode": "P0-C5" }, |
| 3859 | { "Priority": "medium", "LocCode": "P0" } |
| 3860 | ] |
| 3861 | } |
| 3862 | ] |
| 3863 | }, |
| 3864 | { |
| 3865 | "ADValue": "VCS", |
| 3866 | "Callouts": [ |
| 3867 | { |
| 3868 | "CalloutList": [ |
| 3869 | { "Priority": "high", "LocCode": "P0-C5" }, |
| 3870 | { "Priority": "medium", "LocCode": "P0" } |
| 3871 | ] |
| 3872 | } |
| 3873 | ] |
| 3874 | }, |
| 3875 | { |
| 3876 | "ADValue": "VIO", |
| 3877 | "Callouts": [ |
| 3878 | { |
| 3879 | "CalloutList": [ |
| 3880 | { "Priority": "high", "LocCode": "P0-C5" }, |
| 3881 | { "Priority": "medium", "LocCode": "P0" } |
| 3882 | ] |
| 3883 | } |
| 3884 | ] |
| 3885 | }, |
| 3886 | { |
| 3887 | "ADValue": "VPCIE", |
| 3888 | "Callouts": [ |
| 3889 | { |
| 3890 | "CalloutList": [ |
| 3891 | { "Priority": "high", "LocCode": "P0-C5" }, |
| 3892 | { "Priority": "medium", "LocCode": "P0" } |
| 3893 | ] |
| 3894 | } |
| 3895 | ] |
| 3896 | }, |
| 3897 | { |
| 3898 | "ADValue": "PMIC2", |
| 3899 | "Callouts": [ |
| 3900 | { |
| 3901 | "CalloutList": [ |
| 3902 | { "Priority": "high", "LocCode": "P0" }, |
| 3903 | { |
| 3904 | "Priority": "medium", |
| 3905 | "LocCode": "memory_dimm" |
| 3906 | } |
| 3907 | ] |
| 3908 | } |
| 3909 | ] |
| 3910 | }, |
| 3911 | { |
| 3912 | "ADValue": "PMIC3", |
| 3913 | "Callouts": [ |
| 3914 | { |
| 3915 | "CalloutList": [ |
| 3916 | { "Priority": "high", "LocCode": "P0" }, |
| 3917 | { |
| 3918 | "Priority": "medium", |
| 3919 | "LocCode": "memory_dimm" |
| 3920 | } |
| 3921 | ] |
| 3922 | } |
| 3923 | ] |
| 3924 | }, |
| 3925 | { |
| 3926 | "ADValue": "VDDR1", |
| 3927 | "Callouts": [ |
| 3928 | { |
| 3929 | "CalloutList": [ |
| 3930 | { "Priority": "high", "LocCode": "P0" }, |
| 3931 | { |
| 3932 | "Priority": "medium", |
| 3933 | "LocCode": "memory_dimm" |
| 3934 | } |
| 3935 | ] |
| 3936 | } |
| 3937 | ] |
| 3938 | }, |
| 3939 | { |
| 3940 | "ADValue": "VDDR0", |
| 3941 | "Callouts": [ |
| 3942 | { |
| 3943 | "CalloutList": [ |
| 3944 | { "Priority": "high", "LocCode": "P0" }, |
| 3945 | { |
| 3946 | "Priority": "medium", |
| 3947 | "LocCode": "memory_dimm" |
| 3948 | } |
| 3949 | ] |
| 3950 | } |
| 3951 | ] |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 3952 | } |
| 3953 | ] |
| 3954 | }, |
| 3955 | |
| 3956 | "Documentation": { |
| 3957 | "Description": "The power sequencer chip detected a voltage fault", |
| 3958 | "Message": "The power sequencer chip detected a voltage fault", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 3959 | "Notes": [] |
Faisal Awada | 8d2b242 | 2023-03-03 15:48:09 -0600 | [diff] [blame] | 3960 | }, |
| 3961 | |
| 3962 | "JournalCapture": { |
| 3963 | "Sections": [ |
| 3964 | { |
| 3965 | "SyslogID": "phosphor-psu-monitor", |
| 3966 | "NumLines": 30 |
| 3967 | }, |
| 3968 | { |
| 3969 | "SyslogID": "phosphor-power-control", |
| 3970 | "NumLines": 30 |
| 3971 | }, |
| 3972 | { |
| 3973 | "SyslogID": "phosphor-chassis-state-manager", |
| 3974 | "NumLines": 15 |
| 3975 | }, |
| 3976 | { |
| 3977 | "SyslogID": "systemd", |
| 3978 | "NumLines": 15 |
| 3979 | }, |
| 3980 | { |
| 3981 | "SyslogID": "phosphor-regulators", |
| 3982 | "NumLines": 5 |
| 3983 | } |
| 3984 | ] |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 3985 | } |
| 3986 | }, |
| 3987 | |
| 3988 | { |
Shawn McCarney | 7f1ec94 | 2021-07-28 13:33:34 -0500 | [diff] [blame] | 3989 | "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.N", |
| 3990 | "Subsystem": "power", |
| 3991 | "Severity": "predictive_redundancy_loss", |
| 3992 | "ComponentID": "0x2700", |
| 3993 | |
| 3994 | "SRC": { |
| 3995 | "Type": "11", |
| 3996 | "ReasonCode": "0x2700", |
Matt Spinler | 04ac4e3 | 2023-04-14 14:16:37 -0500 | [diff] [blame] | 3997 | "Words6To9": {}, |
| 3998 | "DeconfigFlag": true |
Shawn McCarney | 7f1ec94 | 2021-07-28 13:33:34 -0500 | [diff] [blame] | 3999 | }, |
| 4000 | |
| 4001 | "Documentation": { |
| 4002 | "Description": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)", |
| 4003 | "Message": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)", |
| 4004 | "Notes": [ |
| 4005 | "CALLOUT_INVENTORY_PATH should be specified in the ", |
| 4006 | "AdditionalData property of the event log so that ", |
| 4007 | "the device is called out but not the communication path." |
| 4008 | ] |
| 4009 | } |
| 4010 | }, |
| 4011 | |
| 4012 | { |
| 4013 | "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.NPlus1", |
| 4014 | "Subsystem": "power", |
| 4015 | "Severity": "non_error", |
| 4016 | "MfgSeverity": "predictive_redundancy_loss", |
| 4017 | "ActionFlags": ["report"], |
| 4018 | "MfgActionFlags": ["service_action", "report", "call_home"], |
| 4019 | "ComponentID": "0x2700", |
| 4020 | |
| 4021 | "SRC": { |
| 4022 | "Type": "11", |
| 4023 | "ReasonCode": "0x2701", |
| 4024 | "Words6To9": {} |
| 4025 | }, |
| 4026 | |
| 4027 | "Documentation": { |
| 4028 | "Description": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)", |
| 4029 | "Message": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)", |
| 4030 | "Notes": [ |
| 4031 | "CALLOUT_INVENTORY_PATH should be specified in the ", |
| 4032 | "AdditionalData property of the event log so that ", |
| 4033 | "the device is called out but not the communication path." |
| 4034 | ] |
| 4035 | } |
| 4036 | }, |
| 4037 | |
| 4038 | { |
Shawn McCarney | 01648f5 | 2020-06-25 11:42:02 -0500 | [diff] [blame] | 4039 | "Name": "xyz.openbmc_project.Power.Regulators.Error.WriteVerification", |
| 4040 | "Subsystem": "power", |
| 4041 | "ComponentID": "0x2700", |
| 4042 | |
| 4043 | "SRC": { |
| 4044 | "Type": "11", |
| 4045 | "ReasonCode": "0x2900", |
Matt Spinler | 04ac4e3 | 2023-04-14 14:16:37 -0500 | [diff] [blame] | 4046 | "Words6To9": {}, |
| 4047 | "DeconfigFlag": true |
Shawn McCarney | 01648f5 | 2020-06-25 11:42:02 -0500 | [diff] [blame] | 4048 | }, |
| 4049 | |
| 4050 | "Documentation": { |
| 4051 | "Description": "A write verification error occurred on a device", |
| 4052 | "Message": "A write verification error occurred on a device", |
| 4053 | "Notes": [ |
| 4054 | "This error occurs when a device register is written, ", |
| 4055 | "read back, and the two values do not match. This is ", |
| 4056 | "also called a read-back error. The device should be ", |
| 4057 | "identified using the CALLOUT_DEVICE_PATH or ", |
| 4058 | "CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR keywords in the ", |
| 4059 | "AdditionalData property of the event log. This will ", |
| 4060 | "cause the device and the hardware in the communication ", |
| 4061 | "path to be called out." |
| 4062 | ] |
| 4063 | } |
| 4064 | }, |
| 4065 | |
| 4066 | { |
Shawn McCarney | e402218 | 2022-01-31 19:09:01 -0600 | [diff] [blame] | 4067 | "Name": "xyz.openbmc_project.Power.UPS.Error.Battery.Discharging", |
| 4068 | "Subsystem": "power", |
| 4069 | "Severity": "non_error", |
| 4070 | "ActionFlags": ["report"], |
| 4071 | "ComponentID": "0x2700", |
| 4072 | |
| 4073 | "SRC": { |
| 4074 | "Type": "11", |
| 4075 | "ReasonCode": "0x4201", |
| 4076 | "Words6To9": {} |
| 4077 | }, |
| 4078 | |
| 4079 | "Documentation": { |
| 4080 | "Description": "The Uninterruptible Power Supply (UPS) battery is discharging and providing power to the system due to a utility failure", |
| 4081 | "Message": "The Uninterruptible Power Supply (UPS) battery is discharging and providing power to the system due to a utility failure", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 4082 | "Notes": [] |
Shawn McCarney | e402218 | 2022-01-31 19:09:01 -0600 | [diff] [blame] | 4083 | } |
| 4084 | }, |
| 4085 | |
| 4086 | { |
| 4087 | "Name": "xyz.openbmc_project.Power.UPS.Error.Battery.Low", |
| 4088 | "Subsystem": "power", |
| 4089 | "Severity": "non_error", |
| 4090 | "ActionFlags": ["report"], |
| 4091 | "ComponentID": "0x2700", |
| 4092 | |
| 4093 | "SRC": { |
| 4094 | "Type": "11", |
| 4095 | "ReasonCode": "0x4203", |
| 4096 | "Words6To9": {} |
| 4097 | }, |
| 4098 | |
| 4099 | "Documentation": { |
| 4100 | "Description": "The Uninterruptible Power Supply (UPS) battery level is low", |
| 4101 | "Message": "The Uninterruptible Power Supply (UPS) battery level is low", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 4102 | "Notes": [] |
Shawn McCarney | e402218 | 2022-01-31 19:09:01 -0600 | [diff] [blame] | 4103 | } |
| 4104 | }, |
| 4105 | |
| 4106 | { |
Shawn McCarney | 01648f5 | 2020-06-25 11:42:02 -0500 | [diff] [blame] | 4107 | "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile", |
| 4108 | "Subsystem": "power", |
| 4109 | "ComponentID": "0x2700", |
| 4110 | |
| 4111 | "SRC": { |
| 4112 | "Type": "11", |
| 4113 | "ReasonCode": "0xA013", |
| 4114 | "Words6To9": {} |
| 4115 | }, |
| 4116 | |
| 4117 | "Callouts": [ |
| 4118 | { |
| 4119 | "CalloutList": [ |
| 4120 | { "Priority": "high", "Procedure": "bmc_code" } |
| 4121 | ] |
| 4122 | } |
| 4123 | ], |
| 4124 | |
| 4125 | "Documentation": { |
| 4126 | "Description": "A regulators configuration file error occurred", |
| 4127 | "Message": "A regulators configuration file error occurred", |
| 4128 | "Notes": [ |
| 4129 | "The regulators configuration file could not be found, ", |
| 4130 | "could not be read, or had invalid contents." |
| 4131 | ] |
| 4132 | } |
| 4133 | }, |
| 4134 | |
| 4135 | { |
Shawn McCarney | 82e31d8 | 2021-02-19 16:25:55 -0600 | [diff] [blame] | 4136 | "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile.Critical", |
| 4137 | "Subsystem": "power", |
| 4138 | "Severity": "critical_system_term", |
| 4139 | "ComponentID": "0x2700", |
| 4140 | |
| 4141 | "SRC": { |
| 4142 | "Type": "11", |
| 4143 | "ReasonCode": "0xA014", |
Mike Capps | a2d7b77 | 2022-03-07 15:47:48 -0500 | [diff] [blame] | 4144 | "Words6To9": {} |
Shawn McCarney | 82e31d8 | 2021-02-19 16:25:55 -0600 | [diff] [blame] | 4145 | }, |
| 4146 | |
| 4147 | "Callouts": [ |
| 4148 | { |
| 4149 | "CalloutList": [ |
| 4150 | { "Priority": "high", "Procedure": "bmc_code" } |
| 4151 | ] |
| 4152 | } |
| 4153 | ], |
| 4154 | |
| 4155 | "Documentation": { |
| 4156 | "Description": "A critical regulators configuration file error occurred", |
| 4157 | "Message": "A critical regulators configuration file error occurred", |
| 4158 | "Notes": [ |
| 4159 | "The regulators configuration file could not be found, ", |
| 4160 | "could not be read, or had invalid contents. As a result ", |
| 4161 | "voltage regulators could not be configured, and the ", |
| 4162 | "chassis could not be powered on." |
| 4163 | ] |
| 4164 | } |
| 4165 | }, |
| 4166 | |
| 4167 | { |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 4168 | "Name": "xyz.openbmc_project.Power.Error.PowerSequencerFault", |
| 4169 | "Subsystem": "power_sequencer", |
| 4170 | "ComponentID": "0x2700", |
| 4171 | |
| 4172 | "SRC": { |
| 4173 | "Type": "11", |
| 4174 | "ReasonCode": "0xD000", |
| 4175 | "Words6To9": {} |
| 4176 | }, |
| 4177 | |
| 4178 | "Callouts": [ |
| 4179 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 4180 | "CalloutList": [{ "Priority": "high", "LocCode": "P0" }] |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 4181 | } |
| 4182 | ], |
| 4183 | |
| 4184 | "Documentation": { |
| 4185 | "Description": "The power sequencer chip detected a fault", |
| 4186 | "Message": "The power sequencer chip detected a fault", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 4187 | "Notes": [] |
Faisal Awada | 8d2b242 | 2023-03-03 15:48:09 -0600 | [diff] [blame] | 4188 | }, |
| 4189 | |
| 4190 | "JournalCapture": { |
| 4191 | "Sections": [ |
| 4192 | { |
| 4193 | "SyslogID": "phosphor-psu-monitor", |
| 4194 | "NumLines": 30 |
| 4195 | }, |
| 4196 | { |
| 4197 | "SyslogID": "phosphor-power-control", |
| 4198 | "NumLines": 30 |
| 4199 | }, |
| 4200 | { |
| 4201 | "SyslogID": "phosphor-chassis-state-manager", |
| 4202 | "NumLines": 15 |
| 4203 | }, |
| 4204 | { |
| 4205 | "SyslogID": "systemd", |
| 4206 | "NumLines": 15 |
| 4207 | }, |
| 4208 | { |
| 4209 | "SyslogID": "phosphor-regulators", |
| 4210 | "NumLines": 5 |
| 4211 | } |
| 4212 | ] |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 4213 | } |
| 4214 | }, |
| 4215 | |
| 4216 | { |
Jim Wright | c1ba04f | 2021-11-12 15:31:32 -0600 | [diff] [blame] | 4217 | "Name": "xyz.openbmc_project.Power.Error.PowerOnTimeout", |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 4218 | "Subsystem": "power_sequencer", |
| 4219 | "ComponentID": "0x2700", |
Jim Wright | c1ba04f | 2021-11-12 15:31:32 -0600 | [diff] [blame] | 4220 | "Severity": "critical", |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 4221 | |
| 4222 | "SRC": { |
| 4223 | "Type": "11", |
| 4224 | "ReasonCode": "0xD002", |
| 4225 | "Words6To9": {} |
| 4226 | }, |
| 4227 | |
| 4228 | "Callouts": [ |
| 4229 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 4230 | "CalloutList": [{ "Priority": "high", "LocCode": "P0" }] |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 4231 | } |
| 4232 | ], |
| 4233 | |
| 4234 | "Documentation": { |
Jim Wright | c1ba04f | 2021-11-12 15:31:32 -0600 | [diff] [blame] | 4235 | "Description": "System power failed to turn on within timeout period", |
| 4236 | "Message": "System power failed to turn on within timeout period", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 4237 | "Notes": [] |
Faisal Awada | 8d2b242 | 2023-03-03 15:48:09 -0600 | [diff] [blame] | 4238 | }, |
| 4239 | |
| 4240 | "JournalCapture": { |
| 4241 | "Sections": [ |
| 4242 | { |
| 4243 | "SyslogID": "phosphor-psu-monitor", |
| 4244 | "NumLines": 30 |
| 4245 | }, |
| 4246 | { |
| 4247 | "SyslogID": "phosphor-power-control", |
| 4248 | "NumLines": 30 |
| 4249 | }, |
| 4250 | { |
| 4251 | "SyslogID": "phosphor-chassis-state-manager", |
| 4252 | "NumLines": 15 |
| 4253 | }, |
| 4254 | { |
| 4255 | "SyslogID": "systemd", |
| 4256 | "NumLines": 15 |
| 4257 | }, |
| 4258 | { |
| 4259 | "SyslogID": "phosphor-regulators", |
| 4260 | "NumLines": 5 |
| 4261 | } |
| 4262 | ] |
Jim Wright | c1ba04f | 2021-11-12 15:31:32 -0600 | [diff] [blame] | 4263 | } |
| 4264 | }, |
| 4265 | |
| 4266 | { |
| 4267 | "Name": "xyz.openbmc_project.Power.Error.PowerOffTimeout", |
| 4268 | "Subsystem": "power_sequencer", |
| 4269 | "ComponentID": "0x2700", |
| 4270 | "Severity": "critical", |
| 4271 | |
| 4272 | "SRC": { |
| 4273 | "Type": "11", |
| 4274 | "ReasonCode": "0xD008", |
| 4275 | "Words6To9": {} |
| 4276 | }, |
| 4277 | |
| 4278 | "Callouts": [ |
| 4279 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 4280 | "CalloutList": [{ "Priority": "high", "LocCode": "P0" }] |
Jim Wright | c1ba04f | 2021-11-12 15:31:32 -0600 | [diff] [blame] | 4281 | } |
| 4282 | ], |
| 4283 | |
| 4284 | "Documentation": { |
| 4285 | "Description": "System power failed to turn off within timeout period", |
| 4286 | "Message": "System power failed to turn off within timeout period", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 4287 | "Notes": [] |
Faisal Awada | 8d2b242 | 2023-03-03 15:48:09 -0600 | [diff] [blame] | 4288 | }, |
| 4289 | |
| 4290 | "JournalCapture": { |
| 4291 | "Sections": [ |
| 4292 | { |
| 4293 | "SyslogID": "phosphor-psu-monitor", |
| 4294 | "NumLines": 30 |
| 4295 | }, |
| 4296 | { |
| 4297 | "SyslogID": "phosphor-power-control", |
| 4298 | "NumLines": 30 |
| 4299 | }, |
| 4300 | { |
| 4301 | "SyslogID": "phosphor-chassis-state-manager", |
| 4302 | "NumLines": 15 |
| 4303 | }, |
| 4304 | { |
| 4305 | "SyslogID": "systemd", |
| 4306 | "NumLines": 15 |
| 4307 | }, |
| 4308 | { |
| 4309 | "SyslogID": "phosphor-regulators", |
| 4310 | "NumLines": 5 |
| 4311 | } |
| 4312 | ] |
Jim Wright | 7f67890 | 2020-11-30 16:03:57 -0600 | [diff] [blame] | 4313 | } |
| 4314 | }, |
| 4315 | |
| 4316 | { |
Shawn McCarney | 01648f5 | 2020-06-25 11:42:02 -0500 | [diff] [blame] | 4317 | "Name": "xyz.openbmc_project.Power.Error.Internal", |
| 4318 | "Subsystem": "power", |
| 4319 | "ComponentID": "0x2700", |
| 4320 | |
| 4321 | "SRC": { |
| 4322 | "Type": "11", |
| 4323 | "ReasonCode": "0xE000", |
| 4324 | "Words6To9": {} |
| 4325 | }, |
| 4326 | |
| 4327 | "Callouts": [ |
| 4328 | { |
| 4329 | "CalloutList": [ |
| 4330 | { "Priority": "high", "Procedure": "bmc_code" } |
| 4331 | ] |
| 4332 | } |
| 4333 | ], |
| 4334 | |
| 4335 | "Documentation": { |
| 4336 | "Description": "An internal firmware error occurred", |
| 4337 | "Message": "An internal firmware error occurred", |
| 4338 | "Notes": [ |
| 4339 | "The error details must be provided in the AdditionalData ", |
| 4340 | "property of the event log." |
| 4341 | ] |
| 4342 | } |
| 4343 | }, |
| 4344 | |
| 4345 | { |
| 4346 | "Name": "xyz.openbmc_project.Power.Error.I2C", |
| 4347 | "Subsystem": "cec_i2c", |
| 4348 | "ComponentID": "0x2700", |
| 4349 | |
| 4350 | "SRC": { |
| 4351 | "Type": "11", |
| 4352 | "ReasonCode": "0xE100", |
Matt Spinler | 04ac4e3 | 2023-04-14 14:16:37 -0500 | [diff] [blame] | 4353 | "Words6To9": {}, |
| 4354 | "DeconfigFlag": true |
Shawn McCarney | 01648f5 | 2020-06-25 11:42:02 -0500 | [diff] [blame] | 4355 | }, |
| 4356 | |
| 4357 | "Documentation": { |
| 4358 | "Description": "An I2C error occurred communicating with a device", |
| 4359 | "Message": "An I2C error occurred communicating with a device", |
| 4360 | "Notes": [ |
| 4361 | "The device should be identified using the ", |
| 4362 | "CALLOUT_DEVICE_PATH or CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR ", |
| 4363 | "keywords in the AdditionalData property of the event ", |
| 4364 | "log. This will cause the device and the hardware in the ", |
| 4365 | "communication path to be called out." |
| 4366 | ] |
| 4367 | } |
| 4368 | }, |
| 4369 | |
| 4370 | { |
| 4371 | "Name": "xyz.openbmc_project.Power.Error.PMBus", |
| 4372 | "Subsystem": "power", |
| 4373 | "ComponentID": "0x2700", |
| 4374 | |
| 4375 | "SRC": { |
| 4376 | "Type": "11", |
| 4377 | "ReasonCode": "0xE200", |
Matt Spinler | 04ac4e3 | 2023-04-14 14:16:37 -0500 | [diff] [blame] | 4378 | "Words6To9": {}, |
| 4379 | "DeconfigFlag": true |
Shawn McCarney | 01648f5 | 2020-06-25 11:42:02 -0500 | [diff] [blame] | 4380 | }, |
| 4381 | |
| 4382 | "Documentation": { |
| 4383 | "Description": "A PMBus error occurred on a device", |
| 4384 | "Message": "A PMBus error occurred on a device", |
| 4385 | "Notes": [ |
| 4386 | "This error occurs when the I2C communication was ", |
| 4387 | "successful, but the PMBus value read is invalid or ", |
| 4388 | "unsupported. CALLOUT_INVENTORY_PATH should be specified ", |
| 4389 | "in the AdditionalData property of the event log so that ", |
| 4390 | "the device is called out but not the communication path." |
| 4391 | ] |
| 4392 | } |
| 4393 | }, |
| 4394 | |
| 4395 | { |
| 4396 | "Name": "xyz.openbmc_project.Power.Error.DBus", |
| 4397 | "Subsystem": "power", |
| 4398 | "ComponentID": "0x2700", |
| 4399 | |
| 4400 | "SRC": { |
| 4401 | "Type": "11", |
| 4402 | "ReasonCode": "0xE300", |
| 4403 | "Words6To9": {} |
| 4404 | }, |
| 4405 | |
| 4406 | "Callouts": [ |
| 4407 | { |
| 4408 | "CalloutList": [ |
| 4409 | { "Priority": "high", "Procedure": "bmc_code" } |
| 4410 | ] |
| 4411 | } |
| 4412 | ], |
| 4413 | |
| 4414 | "Documentation": { |
| 4415 | "Description": "A firmware inter-process communication (D-Bus) error occurred", |
| 4416 | "Message": "A firmware inter-process communication (D-Bus) error occurred" |
| 4417 | } |
Matt Spinler | 60d1c39 | 2020-09-23 15:23:24 -0500 | [diff] [blame] | 4418 | }, |
| 4419 | |
| 4420 | { |
Matt Spinler | 7c9c07e | 2020-10-22 10:16:37 -0500 | [diff] [blame] | 4421 | "Name": "xyz.openbmc_project.Fan.Error.Fault", |
| 4422 | "Subsystem": "power_fans", |
| 4423 | "ComponentID": "0x2800", |
| 4424 | |
| 4425 | "SRC": { |
| 4426 | "Type": "11", |
| 4427 | "ReasonCode": "0x76F0", |
Matt Spinler | 04ac4e3 | 2023-04-14 14:16:37 -0500 | [diff] [blame] | 4428 | "Words6To9": {}, |
| 4429 | "DeconfigFlag": true |
Matt Spinler | 7c9c07e | 2020-10-22 10:16:37 -0500 | [diff] [blame] | 4430 | }, |
| 4431 | |
| 4432 | "Documentation": { |
| 4433 | "Description": "Fan rotor fault", |
| 4434 | "Message": "Fan rotor fault", |
| 4435 | "Notes": [ |
| 4436 | "This error occurs when a fan rotor has been faulted for a ", |
| 4437 | "certain amount of time. The callout is the fan which is ", |
| 4438 | "passed in with CALLOUT_INVENTORY_PATH. The severity is ", |
| 4439 | "passed in during creation and will be either informational ", |
| 4440 | "or unrecoverable. The action flags use the defaults and ", |
| 4441 | "vary based on the severity." |
| 4442 | ] |
| 4443 | } |
| 4444 | }, |
| 4445 | |
| 4446 | { |
Matt Spinler | 60d1c39 | 2020-09-23 15:23:24 -0500 | [diff] [blame] | 4447 | "Name": "xyz.openbmc_project.Fan.Error.Missing", |
| 4448 | "Subsystem": "power_fans", |
| 4449 | "ComponentID": "0x2800", |
| 4450 | "Severity": "unrecoverable_redundancy_loss", |
| 4451 | "ActionFlags": ["service_action", "report", "call_home"], |
| 4452 | |
| 4453 | "SRC": { |
| 4454 | "Type": "11", |
| 4455 | "ReasonCode": "0x76F1", |
Matt Spinler | 04ac4e3 | 2023-04-14 14:16:37 -0500 | [diff] [blame] | 4456 | "Words6To9": {}, |
| 4457 | "DeconfigFlag": true |
Matt Spinler | 60d1c39 | 2020-09-23 15:23:24 -0500 | [diff] [blame] | 4458 | }, |
| 4459 | |
| 4460 | "Callouts": [ |
| 4461 | { |
Matt Spinler | 938ac79 | 2021-05-12 10:46:44 -0500 | [diff] [blame] | 4462 | "System": "ibm,rainier", |
Matt Spinler | 60d1c39 | 2020-09-23 15:23:24 -0500 | [diff] [blame] | 4463 | "CalloutList": [ |
Matt Spinler | 8060019 | 2020-10-23 09:29:33 -0500 | [diff] [blame] | 4464 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 4465 | "Priority": "high", |
| 4466 | "SymbolicFRUTrusted": "air_mover", |
| 4467 | "UseInventoryLocCode": true |
Matt Spinler | 8060019 | 2020-10-23 09:29:33 -0500 | [diff] [blame] | 4468 | }, |
| 4469 | { |
| 4470 | "Priority": "low", |
| 4471 | "LocCode": "P0" |
| 4472 | } |
Matt Spinler | 60d1c39 | 2020-09-23 15:23:24 -0500 | [diff] [blame] | 4473 | ] |
Matt Spinler | 938ac79 | 2021-05-12 10:46:44 -0500 | [diff] [blame] | 4474 | }, |
| 4475 | { |
| 4476 | "System": "ibm,everest", |
| 4477 | "CalloutList": [ |
| 4478 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 4479 | "Priority": "high", |
| 4480 | "SymbolicFRUTrusted": "air_mover", |
| 4481 | "UseInventoryLocCode": true |
Matt Spinler | 938ac79 | 2021-05-12 10:46:44 -0500 | [diff] [blame] | 4482 | }, |
| 4483 | { |
| 4484 | "Priority": "low", |
| 4485 | "LocCode": "P1" |
| 4486 | } |
| 4487 | ] |
Matt Spinler | 0600cf7 | 2023-04-10 11:22:33 -0500 | [diff] [blame] | 4488 | }, |
| 4489 | { |
| 4490 | "System": "ibm,bonnell", |
| 4491 | "CalloutList": [ |
| 4492 | { |
| 4493 | "Priority": "high", |
| 4494 | "SymbolicFRUTrusted": "air_mover", |
| 4495 | "UseInventoryLocCode": true |
| 4496 | }, |
| 4497 | { |
| 4498 | "Priority": "low", |
| 4499 | "LocCode": "P0" |
| 4500 | } |
| 4501 | ] |
Matt Spinler | 60d1c39 | 2020-09-23 15:23:24 -0500 | [diff] [blame] | 4502 | } |
| 4503 | ], |
| 4504 | |
| 4505 | "Documentation": { |
| 4506 | "Description": "A fan is missing", |
| 4507 | "Message": "A fan is missing", |
| 4508 | "Notes": [ |
| 4509 | "This error occurs when a fan has been missing for a ", |
Matt Spinler | 8060019 | 2020-10-23 09:29:33 -0500 | [diff] [blame] | 4510 | "certain amount of time. The first callout is the ", |
| 4511 | "symbolic FRU AIR_MOVR that has the trusted fan location ", |
| 4512 | "code, which it gets using the passed in ", |
| 4513 | "CALLOUT_INVENTORY_PATH. The second callout is the FRU ", |
Matt Spinler | 938ac79 | 2021-05-12 10:46:44 -0500 | [diff] [blame] | 4514 | "where the controller and GPIO expander are." |
Matt Spinler | 60d1c39 | 2020-09-23 15:23:24 -0500 | [diff] [blame] | 4515 | ] |
| 4516 | } |
SunnySrivastava1984 | 1ec60ea | 2020-09-03 07:07:25 -0500 | [diff] [blame] | 4517 | }, |
| 4518 | |
| 4519 | { |
Matt Spinler | adf070b | 2021-04-21 13:39:45 -0500 | [diff] [blame] | 4520 | "Name": "xyz.openbmc_project.Fan.Presence.Error.Detection", |
| 4521 | "ComponentID": "0x2800", |
| 4522 | "Subsystem": "power_fans", |
| 4523 | "Severity": "non_error", |
| 4524 | "ActionFlags": ["report"], |
| 4525 | "MfgSeverity": "predictive", |
| 4526 | "MfgActionFlags": ["service_action", "report"], |
| 4527 | |
| 4528 | "SRC": { |
| 4529 | "Type": "11", |
| 4530 | "ReasonCode": "0x76F2", |
| 4531 | "Words6To9": {} |
| 4532 | }, |
| 4533 | |
| 4534 | "Callouts": [ |
| 4535 | { |
| 4536 | "System": "ibm,rainier", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 4537 | "CalloutList": [{ "Priority": "medium", "LocCode": "P0" }] |
Matt Spinler | adf070b | 2021-04-21 13:39:45 -0500 | [diff] [blame] | 4538 | }, |
| 4539 | { |
| 4540 | "System": "ibm,everest", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 4541 | "CalloutList": [{ "Priority": "medium", "LocCode": "P1" }] |
Matt Spinler | 0600cf7 | 2023-04-10 11:22:33 -0500 | [diff] [blame] | 4542 | }, |
| 4543 | { |
| 4544 | "System": "ibm,bonnell", |
| 4545 | "CalloutList": [{ "Priority": "medium", "LocCode": "P0" }] |
Matt Spinler | adf070b | 2021-04-21 13:39:45 -0500 | [diff] [blame] | 4546 | } |
| 4547 | ], |
| 4548 | |
| 4549 | "Documentation": { |
| 4550 | "Description": "Presence detect methods for the same fan disagree", |
| 4551 | "Message": "Presence detect methods for the same fan disagree", |
| 4552 | "Notes": [ |
| 4553 | "This error occurs when there is more than one way to detect", |
| 4554 | "fan presence, and they don't all agree. For example, the", |
| 4555 | "GPIO says a fan isn't present, but the tach readings are", |
| 4556 | "nonzero. This is informational, unless in manufacturing.", |
| 4557 | "The fan FRU is passed in as a high priority callout.", |
| 4558 | "The FRU the GPIO source is on is called out medium." |
| 4559 | ] |
| 4560 | } |
| 4561 | }, |
| 4562 | |
| 4563 | { |
Matt Spinler | dde9920 | 2021-06-14 12:15:59 -0600 | [diff] [blame] | 4564 | "Name": "xyz.openbmc_project.Fan.Error.FanControllerOffline", |
| 4565 | "ComponentID": "0x2800", |
| 4566 | "Subsystem": "power_fans", |
| 4567 | "Severity": "critical_system_term", |
| 4568 | "ActionFlags": ["service_action", "report", "call_home"], |
| 4569 | |
| 4570 | "SRC": { |
| 4571 | "Type": "11", |
| 4572 | "ReasonCode": "0x76F3", |
Mike Capps | a2d7b77 | 2022-03-07 15:47:48 -0500 | [diff] [blame] | 4573 | "Words6To9": {} |
Matt Spinler | dde9920 | 2021-06-14 12:15:59 -0600 | [diff] [blame] | 4574 | }, |
| 4575 | |
| 4576 | "Callouts": [ |
| 4577 | { |
| 4578 | "System": "ibm,rainier", |
| 4579 | "CalloutList": [ |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 4580 | { "Priority": "high", "LocCode": "P0-C5" }, |
| 4581 | { |
| 4582 | "Priority": "medium_group_a", |
| 4583 | "LocCode": "P0-T12", |
| 4584 | "SymbolicFRUTrusted": "fan_cable" |
| 4585 | }, |
| 4586 | { |
| 4587 | "Priority": "medium_group_a", |
| 4588 | "LocCode": "P0-T17", |
| 4589 | "SymbolicFRUTrusted": "cable_continued" |
| 4590 | }, |
| 4591 | { "Priority": "low", "LocCode": "P0" } |
Matt Spinler | dde9920 | 2021-06-14 12:15:59 -0600 | [diff] [blame] | 4592 | ] |
| 4593 | }, |
| 4594 | { |
| 4595 | "System": "ibm,everest", |
| 4596 | "CalloutList": [ |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 4597 | { "Priority": "high", "LocCode": "P0-C0" }, |
| 4598 | { "Priority": "medium", "LocCode": "P1" }, |
| 4599 | { "Priority": "low", "LocCode": "P0" } |
Matt Spinler | dde9920 | 2021-06-14 12:15:59 -0600 | [diff] [blame] | 4600 | ] |
Matt Spinler | 0600cf7 | 2023-04-10 11:22:33 -0500 | [diff] [blame] | 4601 | }, |
| 4602 | { |
| 4603 | "System": "ibm,bonnell", |
| 4604 | "CalloutList": [{ "Priority": "high", "LocCode": "P0" }] |
Matt Spinler | dde9920 | 2021-06-14 12:15:59 -0600 | [diff] [blame] | 4605 | } |
| 4606 | ], |
| 4607 | |
| 4608 | "Documentation": { |
| 4609 | "Description": "The fan controller device is offline", |
| 4610 | "Message": "The fan controller is offline. The system must be powered off.", |
| 4611 | "Notes": [ |
| 4612 | "The device that controls the fans is offline so the fan", |
| 4613 | "targets and speeds are unknown. The system will be shut", |
| 4614 | "down to preserve thermal safety. There may be an I2C", |
| 4615 | "or power problem with the device." |
| 4616 | ] |
| 4617 | } |
| 4618 | }, |
| 4619 | |
| 4620 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 4621 | "Name": "xyz.openbmc_project.Fan.Presence.Error.GPIODeviceUnavailable", |
| 4622 | "Subsystem": "power_fans", |
| 4623 | "ComponentID": "0x2800", |
| 4624 | "Severity": "unrecoverable_redundancy_loss", |
| 4625 | "ActionFlags": ["service_action", "report", "call_home"], |
Mike Capps | abc276e | 2021-06-18 16:41:30 -0400 | [diff] [blame] | 4626 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 4627 | "SRC": { |
| 4628 | "Type": "11", |
| 4629 | "ReasonCode": "0x76F4", |
| 4630 | "Words6To9": {} |
| 4631 | }, |
Mike Capps | abc276e | 2021-06-18 16:41:30 -0400 | [diff] [blame] | 4632 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 4633 | "Callouts": [ |
| 4634 | { |
| 4635 | "System": "ibm,rainier", |
| 4636 | "CalloutList": [ |
| 4637 | { "Priority": "high", "LocCode": "P0-C5" }, |
| 4638 | { |
| 4639 | "Priority": "medium_group_a", |
| 4640 | "LocCode": "P0-T12", |
| 4641 | "SymbolicFRUTrusted": "fan_cable" |
| 4642 | }, |
| 4643 | { |
| 4644 | "Priority": "medium_group_a", |
| 4645 | "LocCode": "P0-T17", |
| 4646 | "SymbolicFRUTrusted": "cable_continued" |
| 4647 | }, |
| 4648 | { "Priority": "low", "LocCode": "P0" } |
| 4649 | ] |
| 4650 | }, |
| 4651 | { |
| 4652 | "System": "ibm,everest", |
| 4653 | "CalloutList": [ |
| 4654 | { "Priority": "high", "LocCode": "P0-C0" }, |
| 4655 | { "Priority": "medium", "LocCode": "P1" }, |
| 4656 | { "Priority": "low", "LocCode": "P0" } |
| 4657 | ] |
Matt Spinler | 0600cf7 | 2023-04-10 11:22:33 -0500 | [diff] [blame] | 4658 | }, |
| 4659 | { |
| 4660 | "System": "ibm,bonnell", |
| 4661 | "CalloutList": [{ "Priority": "high", "LocCode": "P0" }] |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 4662 | } |
| 4663 | ], |
Mike Capps | abc276e | 2021-06-18 16:41:30 -0400 | [diff] [blame] | 4664 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 4665 | "Documentation": { |
| 4666 | "Description": "Fan GPIO sensors not present", |
| 4667 | "Message": "Fan GPIO sensors not present", |
| 4668 | "Notes": [ |
| 4669 | "The device that reports fan presence is not functioning." |
| 4670 | ] |
| 4671 | } |
Mike Capps | abc276e | 2021-06-18 16:41:30 -0400 | [diff] [blame] | 4672 | }, |
| 4673 | |
| 4674 | { |
Matt Spinler | 86e40dd | 2021-01-29 11:19:36 -0600 | [diff] [blame] | 4675 | "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHigh", |
| 4676 | "Subsystem": "power", |
| 4677 | "ComponentID": "0x2800", |
| 4678 | "Severity": "predictive", |
| 4679 | "ActionFlags": ["service_action", "report"], |
| 4680 | |
| 4681 | "SRC": { |
| 4682 | "ReasonCode": "0x2801", |
| 4683 | "Words6To9": {} |
| 4684 | }, |
| 4685 | |
| 4686 | "CalloutsUsingAD": { |
| 4687 | "ADName": "SENSOR_NAME", |
| 4688 | "CalloutsWithTheirADValues": [ |
| 4689 | { |
| 4690 | "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp", |
| 4691 | "Callouts": [ |
| 4692 | { |
| 4693 | "CalloutList": [ |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 4694 | { |
| 4695 | "Priority": "high", |
| 4696 | "SymbolicFRU": "ambient_temp" |
| 4697 | } |
Matt Spinler | 86e40dd | 2021-01-29 11:19:36 -0600 | [diff] [blame] | 4698 | ] |
| 4699 | } |
| 4700 | ] |
| 4701 | } |
Matt Spinler | c13bb1c | 2022-08-01 10:33:09 -0500 | [diff] [blame] | 4702 | ], |
| 4703 | "CalloutsWhenNoADMatch": [ |
| 4704 | { |
| 4705 | "CalloutList": [ |
| 4706 | { |
| 4707 | "Priority": "high", |
| 4708 | "SymbolicFRU": "overtemp" |
| 4709 | } |
| 4710 | ] |
| 4711 | } |
Matt Spinler | 86e40dd | 2021-01-29 11:19:36 -0600 | [diff] [blame] | 4712 | ] |
| 4713 | }, |
| 4714 | |
| 4715 | "Documentation": { |
| 4716 | "Description": "A temperature sensor exceeded its performance loss threshold.", |
| 4717 | "Message": "A temperature sensor exceeded its performance loss threshold.", |
| 4718 | "Notes": [ |
| 4719 | "A temperature sensor crossed its performance loss threshold value", |
| 4720 | "If it is the ambient sensor, then a symbolic FRU will be added.", |
| 4721 | "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add", |
| 4722 | "a FRU callout." |
| 4723 | ] |
| 4724 | } |
| 4725 | }, |
| 4726 | |
| 4727 | { |
| 4728 | "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHighClear", |
| 4729 | "Subsystem": "power", |
| 4730 | "ComponentID": "0x2800", |
| 4731 | "Severity": "non_error", |
| 4732 | "ActionFlags": ["report"], |
| 4733 | "EventType": "env_normal", |
| 4734 | |
| 4735 | "SRC": { |
| 4736 | "ReasonCode": "0x2802", |
| 4737 | "Words6To9": {} |
| 4738 | }, |
| 4739 | |
| 4740 | "CalloutsUsingAD": { |
| 4741 | "ADName": "SENSOR_NAME", |
| 4742 | "CalloutsWithTheirADValues": [ |
| 4743 | { |
| 4744 | "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp", |
| 4745 | "Callouts": [ |
| 4746 | { |
| 4747 | "CalloutList": [ |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 4748 | { |
| 4749 | "Priority": "high", |
| 4750 | "SymbolicFRU": "ambient_temp_back" |
| 4751 | } |
Matt Spinler | 86e40dd | 2021-01-29 11:19:36 -0600 | [diff] [blame] | 4752 | ] |
| 4753 | } |
| 4754 | ] |
| 4755 | } |
| 4756 | ] |
| 4757 | }, |
| 4758 | |
| 4759 | "Documentation": { |
| 4760 | "Description": "A temperature sensor is under its performance loss threshold.", |
| 4761 | "Message": "A temperature sensor is under its performance loss threshold.", |
| 4762 | "Notes": [ |
| 4763 | "A temperature sensor crossed under its performance loss threshold value", |
| 4764 | "If it is the ambient sensor, then a symbolic FRU will be added." |
| 4765 | ] |
| 4766 | } |
| 4767 | }, |
| 4768 | |
| 4769 | { |
| 4770 | "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHigh", |
| 4771 | "Subsystem": "power", |
| 4772 | "ComponentID": "0x2800", |
| 4773 | "Severity": "predictive", |
| 4774 | "ActionFlags": ["service_action", "report"], |
| 4775 | |
| 4776 | "SRC": { |
| 4777 | "ReasonCode": "0x2803", |
| 4778 | "Words6To9": {} |
| 4779 | }, |
| 4780 | |
| 4781 | "CalloutsUsingAD": { |
| 4782 | "ADName": "SENSOR_NAME", |
| 4783 | "CalloutsWithTheirADValues": [ |
| 4784 | { |
| 4785 | "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp", |
| 4786 | "Callouts": [ |
| 4787 | { |
| 4788 | "CalloutList": [ |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 4789 | { |
| 4790 | "Priority": "high", |
| 4791 | "SymbolicFRU": "ambient_temp" |
| 4792 | } |
Matt Spinler | 86e40dd | 2021-01-29 11:19:36 -0600 | [diff] [blame] | 4793 | ] |
| 4794 | } |
| 4795 | ] |
| 4796 | } |
Matt Spinler | c13bb1c | 2022-08-01 10:33:09 -0500 | [diff] [blame] | 4797 | ], |
| 4798 | "CalloutsWhenNoADMatch": [ |
| 4799 | { |
| 4800 | "CalloutList": [ |
| 4801 | { |
| 4802 | "Priority": "high", |
| 4803 | "SymbolicFRU": "overtemp" |
| 4804 | } |
| 4805 | ] |
| 4806 | } |
Matt Spinler | 86e40dd | 2021-01-29 11:19:36 -0600 | [diff] [blame] | 4807 | ] |
| 4808 | }, |
| 4809 | |
| 4810 | "Documentation": { |
| 4811 | "Description": "A temperature sensor exceeded its warning threshold.", |
| 4812 | "Message": "A temperature sensor exceeded its warning threshold.", |
| 4813 | "Notes": [ |
| 4814 | "A temperature sensor crossed its warning threshold value", |
| 4815 | "If it is the ambient sensor, then a symbolic FRU will be added.", |
| 4816 | "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add", |
| 4817 | "a FRU callout." |
| 4818 | ] |
| 4819 | } |
| 4820 | }, |
| 4821 | |
| 4822 | { |
| 4823 | "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHighClear", |
| 4824 | "Subsystem": "power", |
| 4825 | "ComponentID": "0x2800", |
| 4826 | "Severity": "non_error", |
| 4827 | "ActionFlags": ["report"], |
| 4828 | "EventType": "env_normal", |
| 4829 | |
| 4830 | "SRC": { |
| 4831 | "ReasonCode": "0x2804", |
| 4832 | "Words6To9": {} |
| 4833 | }, |
| 4834 | |
| 4835 | "CalloutsUsingAD": { |
| 4836 | "ADName": "SENSOR_NAME", |
| 4837 | "CalloutsWithTheirADValues": [ |
| 4838 | { |
| 4839 | "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp", |
| 4840 | "Callouts": [ |
| 4841 | { |
| 4842 | "CalloutList": [ |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 4843 | { |
| 4844 | "Priority": "high", |
| 4845 | "SymbolicFRU": "ambient_temp_back" |
| 4846 | } |
Matt Spinler | 86e40dd | 2021-01-29 11:19:36 -0600 | [diff] [blame] | 4847 | ] |
| 4848 | } |
| 4849 | ] |
| 4850 | } |
| 4851 | ] |
| 4852 | }, |
| 4853 | |
| 4854 | "Documentation": { |
| 4855 | "Description": "A temperature sensor is under its warning threshold.", |
| 4856 | "Message": "A temperature sensor is under its warning threshold.", |
| 4857 | "Notes": [ |
| 4858 | "A temperature sensor crossed under its warning threshold value", |
| 4859 | "If it is the ambient sensor, then a symbolic FRU will be added." |
| 4860 | ] |
| 4861 | } |
| 4862 | }, |
| 4863 | |
| 4864 | { |
| 4865 | "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHigh", |
| 4866 | "Subsystem": "power", |
| 4867 | "ComponentID": "0x2800", |
| 4868 | "Severity": "predictive", |
| 4869 | "ActionFlags": ["service_action", "report"], |
| 4870 | |
| 4871 | "SRC": { |
| 4872 | "ReasonCode": "0x2805", |
| 4873 | "Words6To9": {} |
| 4874 | }, |
| 4875 | |
| 4876 | "CalloutsUsingAD": { |
| 4877 | "ADName": "SENSOR_NAME", |
| 4878 | "CalloutsWithTheirADValues": [ |
| 4879 | { |
| 4880 | "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp", |
| 4881 | "Callouts": [ |
| 4882 | { |
| 4883 | "CalloutList": [ |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 4884 | { |
| 4885 | "Priority": "high", |
| 4886 | "SymbolicFRU": "ambient_temp" |
| 4887 | } |
Matt Spinler | 86e40dd | 2021-01-29 11:19:36 -0600 | [diff] [blame] | 4888 | ] |
| 4889 | } |
| 4890 | ] |
| 4891 | } |
Matt Spinler | c13bb1c | 2022-08-01 10:33:09 -0500 | [diff] [blame] | 4892 | ], |
| 4893 | "CalloutsWhenNoADMatch": [ |
| 4894 | { |
| 4895 | "CalloutList": [ |
| 4896 | { |
| 4897 | "Priority": "high", |
| 4898 | "SymbolicFRU": "overtemp" |
| 4899 | } |
| 4900 | ] |
| 4901 | } |
Matt Spinler | 86e40dd | 2021-01-29 11:19:36 -0600 | [diff] [blame] | 4902 | ] |
| 4903 | }, |
| 4904 | |
| 4905 | "Documentation": { |
| 4906 | "Description": "A temperature sensor exceeded its critical threshold.", |
| 4907 | "Message": "A temperature sensor exceeded its critical threshold.", |
| 4908 | "Notes": [ |
| 4909 | "A temperature sensor crossed its critical threshold value", |
| 4910 | "If it is the ambient sensor, then a symbolic FRU will be added.", |
| 4911 | "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add", |
| 4912 | "a FRU callout." |
| 4913 | ] |
| 4914 | } |
| 4915 | }, |
| 4916 | |
| 4917 | { |
| 4918 | "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHighClear", |
| 4919 | "Subsystem": "power", |
| 4920 | "ComponentID": "0x2800", |
| 4921 | "Severity": "non_error", |
| 4922 | "ActionFlags": ["report"], |
| 4923 | "EventType": "env_normal", |
| 4924 | |
| 4925 | "SRC": { |
| 4926 | "ReasonCode": "0x2806", |
| 4927 | "Words6To9": {} |
| 4928 | }, |
| 4929 | |
| 4930 | "CalloutsUsingAD": { |
| 4931 | "ADName": "SENSOR_NAME", |
| 4932 | "CalloutsWithTheirADValues": [ |
| 4933 | { |
| 4934 | "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp", |
| 4935 | "Callouts": [ |
| 4936 | { |
| 4937 | "CalloutList": [ |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 4938 | { |
| 4939 | "Priority": "high", |
| 4940 | "SymbolicFRU": "ambient_temp_back" |
| 4941 | } |
Matt Spinler | 86e40dd | 2021-01-29 11:19:36 -0600 | [diff] [blame] | 4942 | ] |
| 4943 | } |
| 4944 | ] |
| 4945 | } |
| 4946 | ] |
| 4947 | }, |
| 4948 | |
| 4949 | "Documentation": { |
| 4950 | "Description": "A temperature sensor is under its critical threshold.", |
| 4951 | "Message": "A temperature sensor is under its critical threshold.", |
| 4952 | "Notes": [ |
| 4953 | "A temperature sensor crossed under its critical threshold value", |
| 4954 | "If it is the ambient sensor, then a symbolic FRU will be added." |
| 4955 | ] |
| 4956 | } |
| 4957 | }, |
| 4958 | |
| 4959 | { |
Matt Spinler | 6b3490a | 2021-01-20 10:48:26 -0600 | [diff] [blame] | 4960 | "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHigh", |
| 4961 | "Subsystem": "power", |
| 4962 | "ComponentID": "0x2800", |
| 4963 | "Severity": "predictive", |
| 4964 | "ActionFlags": ["service_action", "report"], |
| 4965 | |
| 4966 | "SRC": { |
| 4967 | "ReasonCode": "0x2807", |
| 4968 | "Words6To9": {} |
| 4969 | }, |
| 4970 | |
| 4971 | "Callouts": [ |
| 4972 | { |
| 4973 | "CalloutList": [ |
| 4974 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 4975 | "Priority": "high", |
| 4976 | "SymbolicFRU": "ambient_temp" |
Matt Spinler | 6b3490a | 2021-01-20 10:48:26 -0600 | [diff] [blame] | 4977 | } |
| 4978 | ] |
| 4979 | } |
| 4980 | ], |
| 4981 | |
| 4982 | "Documentation": { |
| 4983 | "Description": "The ambient temperature passed the EPOW3 limit.", |
| 4984 | "Message": "The ambient temperature passed the EPOW3 limit. The system will shut down if temp doesn't decrease.", |
| 4985 | "Notes": [ |
| 4986 | "This error occurs when the ambient temperature surpassed", |
| 4987 | "the EPOW3 shutdown limit." |
| 4988 | ] |
| 4989 | } |
| 4990 | }, |
| 4991 | |
| 4992 | { |
| 4993 | "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHighClear", |
| 4994 | "Subsystem": "power", |
| 4995 | "ComponentID": "0x2800", |
| 4996 | "Severity": "non_error", |
| 4997 | "ActionFlags": ["report"], |
| 4998 | "EventType": "env_normal", |
| 4999 | |
| 5000 | "SRC": { |
| 5001 | "ReasonCode": "0x2808", |
| 5002 | "Words6To9": {} |
| 5003 | }, |
| 5004 | |
| 5005 | "Callouts": [ |
| 5006 | { |
| 5007 | "CalloutList": [ |
| 5008 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 5009 | "Priority": "high", |
| 5010 | "SymbolicFRU": "ambient_temp_back" |
Matt Spinler | 6b3490a | 2021-01-20 10:48:26 -0600 | [diff] [blame] | 5011 | } |
| 5012 | ] |
| 5013 | } |
| 5014 | ], |
| 5015 | |
| 5016 | "Documentation": { |
| 5017 | "Description": "The ambient temperature is back under the EPOW3 limit.", |
| 5018 | "Message": "The ambient temperature is back under the EPOW3 limit." |
| 5019 | } |
| 5020 | }, |
| 5021 | |
| 5022 | { |
| 5023 | "Name": "xyz.openbmc_project.Sensor.Threshold.Error.HardShutdownAlarmHigh", |
| 5024 | "Subsystem": "power", |
| 5025 | "ComponentID": "0x2800", |
Matt Spinler | 6b3490a | 2021-01-20 10:48:26 -0600 | [diff] [blame] | 5026 | "ActionFlags": ["service_action", "report"], |
| 5027 | |
| 5028 | "SRC": { |
| 5029 | "ReasonCode": "0x2809", |
| 5030 | "Words6To9": {} |
| 5031 | }, |
| 5032 | |
| 5033 | "Callouts": [ |
| 5034 | { |
| 5035 | "CalloutList": [ |
| 5036 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 5037 | "Priority": "high", |
| 5038 | "SymbolicFRU": "ambient_temp" |
Matt Spinler | 6b3490a | 2021-01-20 10:48:26 -0600 | [diff] [blame] | 5039 | } |
| 5040 | ] |
| 5041 | } |
| 5042 | ], |
| 5043 | |
| 5044 | "Documentation": { |
| 5045 | "Description": "The ambient temperature passed the EPOW4 limit.", |
| 5046 | "Message": "The ambient temperature passed the EPOW4 limit. The system will shut down", |
| 5047 | "Notes": [ |
| 5048 | "This error occurs when the ambient temperature surpassed", |
| 5049 | "the EPOW4 shutdown limit." |
| 5050 | ] |
| 5051 | } |
| 5052 | }, |
| 5053 | |
| 5054 | { |
Rashmica Gupta | b63f75b | 2021-08-18 20:54:21 +1000 | [diff] [blame] | 5055 | "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHigh", |
| 5056 | "Subsystem": "ext_env", |
| 5057 | "ComponentID": "0x2800", |
| 5058 | "Severity": "predictive", |
| 5059 | "ActionFlags": ["service_action", "report"], |
| 5060 | |
| 5061 | "SRC": { |
| 5062 | "ReasonCode": "0x280A", |
| 5063 | "Words6To9": {} |
| 5064 | }, |
| 5065 | |
| 5066 | "CalloutsUsingAD": { |
| 5067 | "ADName": "SENSOR_NAME", |
| 5068 | "CalloutsWithTheirADValues": [ |
| 5069 | { |
| 5070 | "ADValue": "/xyz/openbmc_project/sensors/altitude/Altitude", |
| 5071 | "Callouts": [ |
| 5072 | { |
| 5073 | "CalloutList": [ |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 5074 | { |
| 5075 | "Priority": "high", |
| 5076 | "SymbolicFRU": "altitude" |
| 5077 | } |
Rashmica Gupta | b63f75b | 2021-08-18 20:54:21 +1000 | [diff] [blame] | 5078 | ] |
| 5079 | } |
| 5080 | ] |
| 5081 | } |
| 5082 | ] |
| 5083 | }, |
| 5084 | |
| 5085 | "Documentation": { |
| 5086 | "Description": "An altitude sensor exceeded its warning threshold.", |
| 5087 | "Message": "An altitude sensor exceeded its warning threshold.", |
| 5088 | "Notes": [ |
| 5089 | "The virtual altitude sensor crossed its warning threshold value", |
| 5090 | " and a symbolic FRU will be added." |
| 5091 | ] |
| 5092 | } |
| 5093 | }, |
| 5094 | |
| 5095 | { |
| 5096 | "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHighClear", |
| 5097 | "Subsystem": "ext_env", |
| 5098 | "ComponentID": "0x2800", |
| 5099 | "Severity": "non_error", |
| 5100 | "ActionFlags": ["report"], |
| 5101 | "EventType": "env_normal", |
| 5102 | |
| 5103 | "SRC": { |
| 5104 | "ReasonCode": "0x280B", |
| 5105 | "Words6To9": {} |
| 5106 | }, |
| 5107 | |
| 5108 | "Documentation": { |
| 5109 | "Description": "An altitude sensor is under its warning threshold.", |
| 5110 | "Message": "An altitude sensor is under its warning threshold.", |
| 5111 | "Notes": [ |
| 5112 | "The virtual altitude sensor is under its warning threshold value", |
| 5113 | " and a symbolic FRU will be added." |
| 5114 | ] |
| 5115 | } |
| 5116 | }, |
| 5117 | |
| 5118 | { |
Matt Spinler | 8133134 | 2021-10-05 14:09:56 -0500 | [diff] [blame] | 5119 | "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLow", |
| 5120 | "Subsystem": "cec_tod", |
| 5121 | "ComponentID": "0x2800", |
| 5122 | "Severity": "predictive", |
| 5123 | "ActionFlags": ["service_action", "report"], |
| 5124 | |
| 5125 | "SRC": { |
| 5126 | "ReasonCode": "0x280C", |
| 5127 | "Words6To9": {} |
| 5128 | }, |
| 5129 | |
Matt Spinler | 8133134 | 2021-10-05 14:09:56 -0500 | [diff] [blame] | 5130 | "Documentation": { |
| 5131 | "Description": "A voltage sensor went below its critical low threshold.", |
| 5132 | "Message": "A voltage sensor went below its critical low threshold." |
| 5133 | } |
| 5134 | }, |
| 5135 | |
| 5136 | { |
| 5137 | "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLowClear", |
| 5138 | "Subsystem": "cec_tod", |
| 5139 | "ComponentID": "0x2800", |
| 5140 | "Severity": "non_error", |
| 5141 | "ActionFlags": ["report"], |
| 5142 | |
| 5143 | "SRC": { |
| 5144 | "ReasonCode": "0x280D", |
| 5145 | "Words6To9": {} |
| 5146 | }, |
| 5147 | |
| 5148 | "Documentation": { |
| 5149 | "Description": "A voltage sensor is over its critical low threshold.", |
| 5150 | "Message": "A voltage sensor is over its critical low threshold." |
| 5151 | } |
| 5152 | }, |
| 5153 | |
| 5154 | { |
Matt Spinler | 1e792db | 2022-01-07 14:06:06 -0600 | [diff] [blame] | 5155 | "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLow", |
| 5156 | "Subsystem": "power", |
| 5157 | "ComponentID": "0x2800", |
| 5158 | "Severity": "predictive", |
| 5159 | "ActionFlags": ["service_action", "report"], |
| 5160 | |
| 5161 | "SRC": { |
| 5162 | "ReasonCode": "0x280E", |
| 5163 | "Words6To9": {} |
| 5164 | }, |
| 5165 | |
| 5166 | "Documentation": { |
| 5167 | "Description": "A temperature sensor is under its low warning threshold.", |
| 5168 | "Message": "A temperature sensor is under its low warning threshold.", |
| 5169 | "Notes": [ |
| 5170 | "A temperature sensor crossed its low warning threshold value", |
| 5171 | "CALLOUT_INVENTORY_PATH will be passed in to add a FRU callout." |
| 5172 | ] |
| 5173 | } |
| 5174 | }, |
| 5175 | |
| 5176 | { |
| 5177 | "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLowClear", |
| 5178 | "Subsystem": "power", |
| 5179 | "ComponentID": "0x2800", |
| 5180 | "Severity": "non_error", |
| 5181 | "ActionFlags": ["report"], |
| 5182 | "EventType": "env_normal", |
| 5183 | |
| 5184 | "SRC": { |
| 5185 | "ReasonCode": "0x280F", |
| 5186 | "Words6To9": {} |
| 5187 | }, |
| 5188 | |
| 5189 | "Documentation": { |
| 5190 | "Description": "A temperature sensor is above its low warning threshold.", |
| 5191 | "Message": "A temperature sensor is above its low warning threshold.", |
| 5192 | "Notes": [ |
| 5193 | "A temperature sensor crossed above its low warning threshold value." |
| 5194 | ] |
| 5195 | } |
| 5196 | }, |
| 5197 | |
| 5198 | { |
| 5199 | "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalLow", |
| 5200 | "Subsystem": "power", |
| 5201 | "ComponentID": "0x2800", |
| 5202 | "Severity": "predictive", |
| 5203 | "ActionFlags": ["service_action", "report"], |
| 5204 | |
| 5205 | "SRC": { |
| 5206 | "ReasonCode": "0x2810", |
| 5207 | "Words6To9": {} |
| 5208 | }, |
| 5209 | |
| 5210 | "Documentation": { |
| 5211 | "Description": "A temperature sensor is under its low critical threshold.", |
| 5212 | "Message": "A temperature sensor is under its low critical threshold.", |
| 5213 | "Notes": [ |
| 5214 | "A temperature sensor crossed its low critical threshold value", |
| 5215 | "CALLOUT_INVENTORY_PATH will be passed in to add a FRU callout." |
| 5216 | ] |
| 5217 | } |
| 5218 | }, |
| 5219 | |
| 5220 | { |
| 5221 | "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalLowClear", |
| 5222 | "Subsystem": "power", |
| 5223 | "ComponentID": "0x2800", |
| 5224 | "Severity": "non_error", |
| 5225 | "ActionFlags": ["report"], |
| 5226 | "EventType": "env_normal", |
| 5227 | |
| 5228 | "SRC": { |
| 5229 | "ReasonCode": "0x2811", |
| 5230 | "Words6To9": {} |
| 5231 | }, |
| 5232 | |
| 5233 | "Documentation": { |
| 5234 | "Description": "A temperature sensor is over its low critical threshold.", |
| 5235 | "Message": "A temperature sensor is over its low critical threshold.", |
| 5236 | "Notes": [ |
| 5237 | "A temperature sensor crossed above its critical threshold value" |
| 5238 | ] |
| 5239 | } |
| 5240 | }, |
| 5241 | |
| 5242 | { |
SunnySrivastava1984 | 1ec60ea | 2020-09-03 07:07:25 -0500 | [diff] [blame] | 5243 | "Name": "com.ibm.VPD.Error.InvalidEepromPath", |
| 5244 | "Subsystem": "cec_vpd", |
| 5245 | "ComponentID": "0x4000", |
| 5246 | |
| 5247 | "SRC": { |
| 5248 | "ReasonCode": "0x4000", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 5249 | "Words6To9": { |
| 5250 | "6": { |
SunnySrivastava1984 | 1ec60ea | 2020-09-03 07:07:25 -0500 | [diff] [blame] | 5251 | "Description": "Errno of the failure.", |
| 5252 | "AdditionalDataPropSource": "CALLOUT_ERRNO" |
| 5253 | } |
| 5254 | } |
| 5255 | }, |
| 5256 | |
| 5257 | "Documentation": { |
Michael Lim | b264f06 | 2022-03-29 16:25:33 -0500 | [diff] [blame] | 5258 | "Description": "A path access error occurred", |
SunnySrivastava1984 | 1ec60ea | 2020-09-03 07:07:25 -0500 | [diff] [blame] | 5259 | "Message": "An EEPROM path access error occurred.", |
| 5260 | "Notes": [ |
| 5261 | "This error occurs when parser is unable to access", |
| 5262 | "EEPROM path. Errno and device path are captured as", |
| 5263 | "additional data." |
| 5264 | ] |
| 5265 | } |
| 5266 | }, |
| 5267 | |
| 5268 | { |
| 5269 | "Name": "com.ibm.VPD.Error.InvalidVPD", |
| 5270 | "Subsystem": "cec_vpd", |
| 5271 | "ComponentID": "0x4000", |
| 5272 | |
| 5273 | "SRC": { |
| 5274 | "ReasonCode": "0x4001", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 5275 | "Words6To9": {} |
SunnySrivastava1984 | 1ec60ea | 2020-09-03 07:07:25 -0500 | [diff] [blame] | 5276 | }, |
| 5277 | |
| 5278 | "Documentation": { |
| 5279 | "Description": "Invalid VPD data.", |
| 5280 | "Message": "A VPD data exception occurred.", |
| 5281 | "Notes": [ |
| 5282 | "This error occurs when VPD data is found to be", |
| 5283 | "invalid. This can be when VPD file is missing out", |
| 5284 | "mandatory records.Inventory path is captured in", |
| 5285 | "additional data." |
| 5286 | ] |
| 5287 | } |
| 5288 | }, |
| 5289 | |
| 5290 | { |
| 5291 | "Name": "com.ibm.VPD.Error.EccCheckFailed", |
| 5292 | "Subsystem": "cec_vpd", |
| 5293 | "ComponentID": "0x4000", |
| 5294 | |
| 5295 | "SRC": { |
| 5296 | "ReasonCode": "0x4002", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 5297 | "Words6To9": {} |
SunnySrivastava1984 | 1ec60ea | 2020-09-03 07:07:25 -0500 | [diff] [blame] | 5298 | }, |
| 5299 | |
| 5300 | "Documentation": { |
| 5301 | "Description": "Invalid VPD ecc data.", |
| 5302 | "Message": "A VPD ecc exception occurred.", |
| 5303 | "Notes": [ |
| 5304 | "This error occurs when VPD ecc check fails for the FRU.", |
| 5305 | "Inventory path for the failed FRU is captured in additonal", |
| 5306 | "data." |
| 5307 | ] |
| 5308 | } |
| 5309 | }, |
| 5310 | |
| 5311 | { |
| 5312 | "Name": "com.ibm.VPD.Error.InvalidJson", |
| 5313 | "Subsystem": "cec_vpd", |
| 5314 | "ComponentID": "0x4000", |
| 5315 | |
| 5316 | "SRC": { |
| 5317 | "ReasonCode": "0x4003", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 5318 | "Words6To9": {} |
SunnySrivastava1984 | 1ec60ea | 2020-09-03 07:07:25 -0500 | [diff] [blame] | 5319 | }, |
| 5320 | |
Matt Spinler | 834f3ed | 2022-01-26 16:18:02 -0600 | [diff] [blame] | 5321 | "Callouts": [ |
| 5322 | { |
| 5323 | "CalloutList": [ |
| 5324 | { "Priority": "high", "Procedure": "bmc_code" } |
| 5325 | ] |
| 5326 | } |
| 5327 | ], |
| 5328 | |
SunnySrivastava1984 | 1ec60ea | 2020-09-03 07:07:25 -0500 | [diff] [blame] | 5329 | "Documentation": { |
| 5330 | "Description": "Invalid Json", |
| 5331 | "Message": "A Json failure occurred.", |
| 5332 | "Notes": [ |
| 5333 | "This error occurs when parser fails to access", |
| 5334 | "Json file or there is any issue with Json data.", |
| 5335 | "Failed Json path and cause of failure is captured", |
| 5336 | "in additional data." |
| 5337 | ] |
| 5338 | } |
| 5339 | }, |
| 5340 | |
| 5341 | { |
Priyanga Ramasamy | 8d6a1f1 | 2023-01-05 02:49:04 -0600 | [diff] [blame] | 5342 | "Name": "com.ibm.VPD.Error.DefaultValue", |
SunnySrivastava1984 | 1ec60ea | 2020-09-03 07:07:25 -0500 | [diff] [blame] | 5343 | "Subsystem": "cec_vpd", |
| 5344 | "ComponentID": "0x4000", |
| 5345 | |
| 5346 | "SRC": { |
| 5347 | "ReasonCode": "0x4004", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 5348 | "Words6To9": {} |
SunnySrivastava1984 | 1ec60ea | 2020-09-03 07:07:25 -0500 | [diff] [blame] | 5349 | }, |
| 5350 | |
Priyanga Ramasamy | 134e1e1 | 2022-12-02 07:03:39 -0600 | [diff] [blame] | 5351 | "Callouts": [ |
| 5352 | { |
| 5353 | "CalloutList": [ |
| 5354 | { |
| 5355 | "Priority": "high", |
| 5356 | "Procedure": "system_vpd_correction" |
| 5357 | } |
| 5358 | ] |
| 5359 | } |
| 5360 | ], |
| 5361 | |
SunnySrivastava1984 | 1ec60ea | 2020-09-03 07:07:25 -0500 | [diff] [blame] | 5362 | "Documentation": { |
Priyanga Ramasamy | 8d6a1f1 | 2023-01-05 02:49:04 -0600 | [diff] [blame] | 5363 | "Description": "Default value found on VPD.", |
| 5364 | "Message": "Found default VPD.", |
SunnySrivastava1984 | 1ec60ea | 2020-09-03 07:07:25 -0500 | [diff] [blame] | 5365 | "Notes": [ |
Priyanga Ramasamy | 8d6a1f1 | 2023-01-05 02:49:04 -0600 | [diff] [blame] | 5366 | "This error occurs when a default value found on VPD.", |
| 5367 | "Details regarding failure are captured in additional data." |
SunnySrivastava1984 | 1ec60ea | 2020-09-03 07:07:25 -0500 | [diff] [blame] | 5368 | ] |
| 5369 | } |
| 5370 | }, |
| 5371 | |
| 5372 | { |
| 5373 | "Name": "com.ibm.VPD.Error.DbusFailure", |
| 5374 | "Subsystem": "cec_vpd", |
| 5375 | "ComponentID": "0x4000", |
| 5376 | |
| 5377 | "SRC": { |
| 5378 | "ReasonCode": "0x4005", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 5379 | "Words6To9": {} |
SunnySrivastava1984 | 1ec60ea | 2020-09-03 07:07:25 -0500 | [diff] [blame] | 5380 | }, |
| 5381 | |
Matt Spinler | 834f3ed | 2022-01-26 16:18:02 -0600 | [diff] [blame] | 5382 | "Callouts": [ |
| 5383 | { |
| 5384 | "CalloutList": [ |
| 5385 | { "Priority": "high", "Procedure": "bmc_code" } |
| 5386 | ] |
| 5387 | } |
| 5388 | ], |
| 5389 | |
SunnySrivastava1984 | 1ec60ea | 2020-09-03 07:07:25 -0500 | [diff] [blame] | 5390 | "Documentation": { |
| 5391 | "Description": "Dbus exception", |
| 5392 | "Message": "A Dbus internal error occurred.", |
| 5393 | "Notes": [ |
| 5394 | "This error occurs when Dbus operation fails.", |
| 5395 | "Exceptions details are captured in additonal", |
| 5396 | "data." |
| 5397 | ] |
| 5398 | } |
Shantappa Teekappanavar | c3c96d9 | 2021-06-09 23:30:47 -0500 | [diff] [blame] | 5399 | }, |
| 5400 | |
| 5401 | { |
Alpana Kumari | 081cfd4 | 2021-12-07 04:14:57 -0600 | [diff] [blame] | 5402 | "Name": "com.ibm.VPD.Error.UnknownSystemType", |
| 5403 | "Subsystem": "cec_vpd", |
| 5404 | "ComponentID": "0x4000", |
| 5405 | |
| 5406 | "SRC": { |
| 5407 | "ReasonCode": "0x4006", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 5408 | "Words6To9": {} |
Alpana Kumari | 081cfd4 | 2021-12-07 04:14:57 -0600 | [diff] [blame] | 5409 | }, |
| 5410 | |
| 5411 | "Callouts": [ |
| 5412 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 5413 | "CalloutList": [{ "Priority": "high", "LocCode": "P0" }] |
Alpana Kumari | 081cfd4 | 2021-12-07 04:14:57 -0600 | [diff] [blame] | 5414 | } |
| 5415 | ], |
| 5416 | |
| 5417 | "Documentation": { |
| 5418 | "Description": "Unknown System Type", |
| 5419 | "Message": "System type not supported in DTB table.", |
| 5420 | "Notes": [ |
| 5421 | "System type comes from combination of HW and IM value of system VPD.", |
| 5422 | "If anything gets changed in that combination, then it can't determine", |
| 5423 | "the appropriate DTB for that system. Need to check HW and IM keywords." |
| 5424 | ] |
| 5425 | } |
| 5426 | }, |
| 5427 | |
| 5428 | { |
Alpana Kumari | 074ec5b | 2022-02-20 22:48:57 -0600 | [diff] [blame] | 5429 | "Name": "com.ibm.VPD.Error.GPIOError", |
| 5430 | "Subsystem": "cec_vpd", |
| 5431 | "ComponentID": "0x4000", |
| 5432 | |
| 5433 | "SRC": { |
| 5434 | "ReasonCode": "0x4007", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 5435 | "Words6To9": {} |
Alpana Kumari | 074ec5b | 2022-02-20 22:48:57 -0600 | [diff] [blame] | 5436 | }, |
| 5437 | |
Sunny Srivastava | 17586b4 | 2022-06-20 01:06:58 -0500 | [diff] [blame] | 5438 | "Callouts": [ |
| 5439 | { |
| 5440 | "CalloutList": [ |
| 5441 | { "Priority": "high", "Procedure": "bmc_code" } |
| 5442 | ] |
| 5443 | } |
| 5444 | ], |
| 5445 | |
Alpana Kumari | 074ec5b | 2022-02-20 22:48:57 -0600 | [diff] [blame] | 5446 | "Documentation": { |
| 5447 | "Description": "GPIO line error", |
| 5448 | "Message": "GPIO line couldn't be found or read.", |
| 5449 | "Notes": [ |
Sunny Srivastava | 17586b4 | 2022-06-20 01:06:58 -0500 | [diff] [blame] | 5450 | "The BMC could not access a GPIO line. This can be a hardware issue", |
| 5451 | " or driver issue. Since a hardware or a software issue cannot be", |
| 5452 | " differentiated, the BMC code will be called out." |
Alpana Kumari | 074ec5b | 2022-02-20 22:48:57 -0600 | [diff] [blame] | 5453 | ] |
| 5454 | } |
| 5455 | }, |
| 5456 | |
| 5457 | { |
Priyanga Ramasamy | 8d6a1f1 | 2023-01-05 02:49:04 -0600 | [diff] [blame] | 5458 | "Name": "com.ibm.VPD.Error.Mismatch", |
Sunny Srivastava | d29837f | 2022-04-20 01:37:07 -0500 | [diff] [blame] | 5459 | "Subsystem": "cec_vpd", |
| 5460 | "ComponentID": "0x4000", |
| 5461 | |
| 5462 | "SRC": { |
| 5463 | "ReasonCode": "0x4008", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 5464 | "Words6To9": {} |
Sunny Srivastava | d29837f | 2022-04-20 01:37:07 -0500 | [diff] [blame] | 5465 | }, |
| 5466 | |
| 5467 | "Callouts": [ |
| 5468 | { |
| 5469 | "CalloutList": [ |
Priyanga Ramasamy | 134e1e1 | 2022-12-02 07:03:39 -0600 | [diff] [blame] | 5470 | { |
| 5471 | "Priority": "high", |
| 5472 | "Procedure": "system_vpd_correction" |
| 5473 | } |
Sunny Srivastava | d29837f | 2022-04-20 01:37:07 -0500 | [diff] [blame] | 5474 | ] |
| 5475 | } |
| 5476 | ], |
| 5477 | |
| 5478 | "Documentation": { |
Priyanga Ramasamy | 8d6a1f1 | 2023-01-05 02:49:04 -0600 | [diff] [blame] | 5479 | "Description": "VPD mismatch found between primary and backup", |
| 5480 | "Message": "Error occurred due to VPD mismatch between primary and backup.", |
Sunny Srivastava | d29837f | 2022-04-20 01:37:07 -0500 | [diff] [blame] | 5481 | "Notes": [ |
Priyanga Ramasamy | 8d6a1f1 | 2023-01-05 02:49:04 -0600 | [diff] [blame] | 5482 | "This error occurs when there is a data mismatch between ", |
| 5483 | "primary and backup VPD.", |
| 5484 | "Details regarding the failure are captured in additional data." |
Sunny Srivastava | d29837f | 2022-04-20 01:37:07 -0500 | [diff] [blame] | 5485 | ] |
| 5486 | } |
| 5487 | }, |
| 5488 | |
| 5489 | { |
Sunny Srivastava | 17586b4 | 2022-06-20 01:06:58 -0500 | [diff] [blame] | 5490 | "Name": "com.ibm.VPD.Error.RequiredFRUMissing", |
| 5491 | "Subsystem": "cec_vpd", |
| 5492 | "ComponentID": "0x4000", |
| 5493 | |
| 5494 | "SRC": { |
| 5495 | "ReasonCode": "0x4009", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 5496 | "Words6To9": {} |
Sunny Srivastava | 17586b4 | 2022-06-20 01:06:58 -0500 | [diff] [blame] | 5497 | }, |
| 5498 | |
| 5499 | "Documentation": { |
| 5500 | "Description": "Essential FRU check.", |
| 5501 | "Message": "Essential FRU check failed", |
| 5502 | "Notes": [ |
| 5503 | "This error occurs when VPD manager service detects any", |
| 5504 | "missing essential FRU. These are FRUs which are required", |
| 5505 | "to be present in the system at the time of power on.", |
| 5506 | "The inventory path is captured in additional data." |
| 5507 | ] |
| 5508 | } |
| 5509 | }, |
| 5510 | |
| 5511 | { |
gikrish1 | c0cc7ec | 2022-02-24 12:40:51 -0600 | [diff] [blame] | 5512 | "Name": "com.ibm.Panel.Error.InputDevPathFailure", |
| 5513 | "Subsystem": "cec_op_panel", |
| 5514 | "ComponentID": "0x5000", |
| 5515 | |
| 5516 | "SRC": { |
| 5517 | "ReasonCode": "0x5001", |
| 5518 | "Words6To9": {} |
| 5519 | }, |
| 5520 | |
| 5521 | "Documentation": { |
| 5522 | "Description": "Button Handler Failure", |
| 5523 | "Message": "Input Device path failure", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 5524 | "Notes": ["Button events will not be processed."] |
gikrish1 | c0cc7ec | 2022-02-24 12:40:51 -0600 | [diff] [blame] | 5525 | } |
| 5526 | }, |
| 5527 | |
| 5528 | { |
| 5529 | "Name": "com.ibm.Panel.Error.I2CSetupFailure", |
| 5530 | "Subsystem": "cec_op_panel", |
| 5531 | "ComponentID": "0x5000", |
| 5532 | |
| 5533 | "SRC": { |
| 5534 | "ReasonCode": "0x5002", |
| 5535 | "Words6To9": {} |
| 5536 | }, |
| 5537 | |
| 5538 | "Documentation": { |
| 5539 | "Description": "Panel I2C setup failure", |
| 5540 | "Message": "Unable to open device path or ioctl failure", |
| 5541 | "Notes": [ |
| 5542 | "The Panel is unable to open device", |
| 5543 | " path or ioctl failure" |
| 5544 | ] |
| 5545 | } |
| 5546 | }, |
| 5547 | |
| 5548 | { |
| 5549 | "Name": "com.ibm.Panel.Error.HostCommunicationError", |
| 5550 | "Subsystem": "cec_op_panel", |
| 5551 | "ComponentID": "0x5000", |
| 5552 | |
| 5553 | "SRC": { |
| 5554 | "ReasonCode": "0x5003", |
| 5555 | "Words6To9": {} |
| 5556 | }, |
| 5557 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 5558 | "Callouts": [ |
| 5559 | { |
| 5560 | "CalloutList": [ |
| 5561 | { |
| 5562 | "Priority": "high", |
| 5563 | "Procedure": "bmc_code" |
| 5564 | } |
| 5565 | ] |
| 5566 | } |
| 5567 | ], |
gikrish1 | c0cc7ec | 2022-02-24 12:40:51 -0600 | [diff] [blame] | 5568 | |
| 5569 | "Documentation": { |
| 5570 | "Description": "Host Communication failure", |
| 5571 | "Message": "Error in sending message to host", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 5572 | "Notes": ["Failure from PLDM sending message to", "Host"] |
gikrish1 | c0cc7ec | 2022-02-24 12:40:51 -0600 | [diff] [blame] | 5573 | } |
| 5574 | }, |
| 5575 | |
| 5576 | { |
| 5577 | "Name": "com.ibm.Panel.Error.DbusError", |
| 5578 | "Subsystem": "cec_op_panel", |
| 5579 | "ComponentID": "0x5000", |
| 5580 | |
| 5581 | "SRC": { |
| 5582 | "ReasonCode": "0x5004", |
| 5583 | "Words6To9": {} |
| 5584 | }, |
| 5585 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 5586 | "Callouts": [ |
| 5587 | { |
| 5588 | "CalloutList": [ |
| 5589 | { |
| 5590 | "Priority": "high", |
| 5591 | "Procedure": "bmc_code" |
| 5592 | } |
| 5593 | ] |
| 5594 | } |
| 5595 | ], |
gikrish1 | c0cc7ec | 2022-02-24 12:40:51 -0600 | [diff] [blame] | 5596 | |
| 5597 | "Documentation": { |
| 5598 | "Description": "Dbus exception", |
| 5599 | "Message": "A Dbus internal error occurred.", |
| 5600 | "Notes": [ |
| 5601 | "This error occurs when Dbus operation fails.", |
| 5602 | "Exceptions details are captured in additional", |
| 5603 | "data." |
| 5604 | ] |
| 5605 | } |
| 5606 | }, |
| 5607 | |
| 5608 | { |
Priyanga Ramasamy | 3aa2708 | 2022-08-24 06:34:38 -0500 | [diff] [blame] | 5609 | "Name": "com.ibm.Panel.Error.CodeUpdateFailure", |
| 5610 | "Subsystem": "cec_op_panel", |
| 5611 | "ComponentID": "0x5000", |
| 5612 | |
| 5613 | "SRC": { |
| 5614 | "ReasonCode": "0x5005", |
| 5615 | "Words6To9": {} |
| 5616 | }, |
| 5617 | |
| 5618 | "Documentation": { |
| 5619 | "Description": "LCD/Bootfail PIC code update failure.", |
| 5620 | "Message": "Error while doing LCD/bootfail PIC code update.", |
| 5621 | "Notes": [ |
Priyanga Ramasamy | fdd1dc0 | 2022-09-21 02:41:32 -0500 | [diff] [blame] | 5622 | "Panel firmware(LCD/bootfail PIC) update fails due to ", |
| 5623 | "unsupportable firmware version. Inventory path to the", |
| 5624 | "FRU on which PIC controller is physically present will", |
| 5625 | "be called out." |
Priyanga Ramasamy | 3aa2708 | 2022-08-24 06:34:38 -0500 | [diff] [blame] | 5626 | ] |
| 5627 | } |
| 5628 | }, |
| 5629 | |
| 5630 | { |
deepa | e340325 | 2023-04-25 04:55:54 -0500 | [diff] [blame] | 5631 | "Name": "org.open_power.Host.Boot.Error.WatchdogTimedOut", |
Shantappa Teekappanavar | c3c96d9 | 2021-06-09 23:30:47 -0500 | [diff] [blame] | 5632 | "Subsystem": "cec_sp_hostboot_iface", |
| 5633 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 5634 | "SRC": { |
Shantappa Teekappanavar | c3c96d9 | 2021-06-09 23:30:47 -0500 | [diff] [blame] | 5635 | "ReasonCode": "0xC101", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 5636 | "Words6To9": {} |
Shantappa Teekappanavar | c3c96d9 | 2021-06-09 23:30:47 -0500 | [diff] [blame] | 5637 | }, |
| 5638 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 5639 | "Documentation": { |
Shantappa Teekappanavar | c3c96d9 | 2021-06-09 23:30:47 -0500 | [diff] [blame] | 5640 | "Description": "Host did not respond within the watchdog timeout interval", |
| 5641 | "Message": "Host did not respond before the watchdog timeout interval expired", |
| 5642 | "Notes": [ |
| 5643 | "Host did not respond before the expiry of the watchdog timeout interval.", |
| 5644 | "Collecting hostboot dump." |
| 5645 | ] |
| 5646 | } |
zamiseck | bf61a98 | 2022-01-13 08:27:50 -0600 | [diff] [blame] | 5647 | }, |
| 5648 | |
| 5649 | { |
| 5650 | "Name": "xyz.openbmc_project.Software.Version.Error.Incompatible", |
| 5651 | "Subsystem": "bmc_firmware", |
| 5652 | "ComponentID": "0x3600", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 5653 | "SRC": { |
zamiseck | bf61a98 | 2022-01-13 08:27:50 -0600 | [diff] [blame] | 5654 | "ReasonCode": "0x3601", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 5655 | "Words6To9": {} |
zamiseck | bf61a98 | 2022-01-13 08:27:50 -0600 | [diff] [blame] | 5656 | }, |
| 5657 | |
| 5658 | "Callouts": [ |
| 5659 | { |
| 5660 | "CalloutList": [ |
| 5661 | { "Priority": "high", "Procedure": "bmc_code" } |
| 5662 | ] |
| 5663 | } |
| 5664 | ], |
| 5665 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 5666 | "Documentation": { |
zamiseck | bf61a98 | 2022-01-13 08:27:50 -0600 | [diff] [blame] | 5667 | "Description": "A system component has a software version that is incompatible.", |
| 5668 | "Message": "A system component has a software version that is incompatible." |
| 5669 | } |
| 5670 | }, |
| 5671 | |
| 5672 | { |
| 5673 | "Name": "xyz.openbmc_project.Software.Version.Error.AlreadyExists", |
| 5674 | "Subsystem": "bmc_firmware", |
| 5675 | "ComponentID": "0x3600", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 5676 | "SRC": { |
zamiseck | bf61a98 | 2022-01-13 08:27:50 -0600 | [diff] [blame] | 5677 | "ReasonCode": "0x3602", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 5678 | "Words6To9": {} |
zamiseck | bf61a98 | 2022-01-13 08:27:50 -0600 | [diff] [blame] | 5679 | }, |
| 5680 | |
| 5681 | "Callouts": [ |
| 5682 | { |
| 5683 | "CalloutList": [ |
| 5684 | { "Priority": "high", "Procedure": "bmc_code" } |
| 5685 | ] |
| 5686 | } |
| 5687 | ], |
| 5688 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 5689 | "Documentation": { |
zamiseck | bf61a98 | 2022-01-13 08:27:50 -0600 | [diff] [blame] | 5690 | "Description": "This image version already exists on the device.", |
| 5691 | "Message": "This image version already exists on the device." |
| 5692 | } |
| 5693 | }, |
| 5694 | |
| 5695 | { |
| 5696 | "Name": "xyz.openbmc_project.Software.Image.Error.UnTarFailure", |
| 5697 | "Subsystem": "bmc_firmware", |
| 5698 | "ComponentID": "0x3600", |
Adriana Kobylak | 7ef3b9e | 2023-01-04 13:20:36 -0600 | [diff] [blame] | 5699 | "ActionFlags": ["report"], |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 5700 | "SRC": { |
zamiseck | bf61a98 | 2022-01-13 08:27:50 -0600 | [diff] [blame] | 5701 | "ReasonCode": "0x3603", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 5702 | "Words6To9": {} |
zamiseck | bf61a98 | 2022-01-13 08:27:50 -0600 | [diff] [blame] | 5703 | }, |
| 5704 | |
| 5705 | "Callouts": [ |
| 5706 | { |
| 5707 | "CalloutList": [ |
| 5708 | { "Priority": "high", "Procedure": "bmc_code" } |
| 5709 | ] |
| 5710 | } |
| 5711 | ], |
| 5712 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 5713 | "Documentation": { |
zamiseck | bf61a98 | 2022-01-13 08:27:50 -0600 | [diff] [blame] | 5714 | "Description": "An error occurred during untar.", |
| 5715 | "Message": "An error occurred during untar." |
| 5716 | } |
| 5717 | }, |
| 5718 | |
| 5719 | { |
| 5720 | "Name": "xyz.openbmc_project.Software.Image.Error.ManifestFileFailure", |
| 5721 | "Subsystem": "bmc_firmware", |
| 5722 | "ComponentID": "0x3600", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 5723 | "SRC": { |
zamiseck | bf61a98 | 2022-01-13 08:27:50 -0600 | [diff] [blame] | 5724 | "ReasonCode": "0x3604", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 5725 | "Words6To9": {} |
zamiseck | bf61a98 | 2022-01-13 08:27:50 -0600 | [diff] [blame] | 5726 | }, |
| 5727 | |
| 5728 | "Callouts": [ |
| 5729 | { |
| 5730 | "CalloutList": [ |
| 5731 | { "Priority": "high", "Procedure": "bmc_code" } |
| 5732 | ] |
| 5733 | } |
| 5734 | ], |
| 5735 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 5736 | "Documentation": { |
zamiseck | 21de9f0 | 2022-03-23 13:41:31 -0500 | [diff] [blame] | 5737 | "Description": "An error occurred when reading the software image Manifest file.", |
| 5738 | "Message": "An error occurred when reading the software image Manifest file." |
zamiseck | bf61a98 | 2022-01-13 08:27:50 -0600 | [diff] [blame] | 5739 | } |
| 5740 | }, |
| 5741 | |
| 5742 | { |
| 5743 | "Name": "xyz.openbmc_project.Software.Image.Error.InternalFailure", |
| 5744 | "Subsystem": "bmc_firmware", |
| 5745 | "ComponentID": "0x3600", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 5746 | "SRC": { |
zamiseck | bf61a98 | 2022-01-13 08:27:50 -0600 | [diff] [blame] | 5747 | "ReasonCode": "0x3605", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 5748 | "Words6To9": {} |
zamiseck | bf61a98 | 2022-01-13 08:27:50 -0600 | [diff] [blame] | 5749 | }, |
| 5750 | |
| 5751 | "Callouts": [ |
| 5752 | { |
| 5753 | "CalloutList": [ |
| 5754 | { "Priority": "high", "Procedure": "bmc_code" } |
| 5755 | ] |
| 5756 | } |
| 5757 | ], |
| 5758 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 5759 | "Documentation": { |
zamiseck | bf61a98 | 2022-01-13 08:27:50 -0600 | [diff] [blame] | 5760 | "Description": "The operation failed internally during processing the image.", |
| 5761 | "Message": "The operation failed internally during processing the image." |
| 5762 | } |
| 5763 | }, |
| 5764 | |
| 5765 | { |
| 5766 | "Name": "xyz.openbmc_project.Software.Image.Error.ImageFailure", |
| 5767 | "Subsystem": "bmc_firmware", |
| 5768 | "ComponentID": "0x3600", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 5769 | "SRC": { |
zamiseck | bf61a98 | 2022-01-13 08:27:50 -0600 | [diff] [blame] | 5770 | "ReasonCode": "0x3606", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 5771 | "Words6To9": {} |
zamiseck | bf61a98 | 2022-01-13 08:27:50 -0600 | [diff] [blame] | 5772 | }, |
| 5773 | |
| 5774 | "Callouts": [ |
| 5775 | { |
| 5776 | "CalloutList": [ |
| 5777 | { "Priority": "high", "Procedure": "bmc_code" } |
| 5778 | ] |
| 5779 | } |
| 5780 | ], |
| 5781 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 5782 | "Documentation": { |
zamiseck | bf61a98 | 2022-01-13 08:27:50 -0600 | [diff] [blame] | 5783 | "Description": "An error occurred processing the image.", |
| 5784 | "Message": "An error occurred processing the image." |
| 5785 | } |
| 5786 | }, |
| 5787 | |
| 5788 | { |
| 5789 | "Name": "xyz.openbmc_project.Software.Image.Error.BusyFailure", |
| 5790 | "Subsystem": "bmc_firmware", |
| 5791 | "ComponentID": "0x3600", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 5792 | "SRC": { |
zamiseck | bf61a98 | 2022-01-13 08:27:50 -0600 | [diff] [blame] | 5793 | "ReasonCode": "0x3607", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 5794 | "Words6To9": {} |
zamiseck | bf61a98 | 2022-01-13 08:27:50 -0600 | [diff] [blame] | 5795 | }, |
| 5796 | |
| 5797 | "Callouts": [ |
| 5798 | { |
| 5799 | "CalloutList": [ |
| 5800 | { "Priority": "high", "Procedure": "bmc_code" } |
| 5801 | ] |
| 5802 | } |
| 5803 | ], |
| 5804 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 5805 | "Documentation": { |
zamiseck | bf61a98 | 2022-01-13 08:27:50 -0600 | [diff] [blame] | 5806 | "Description": "The device is busy during the update.", |
| 5807 | "Message": "The device is busy during the update." |
| 5808 | } |
zamiseck | 21de9f0 | 2022-03-23 13:41:31 -0500 | [diff] [blame] | 5809 | }, |
| 5810 | |
| 5811 | { |
| 5812 | "Name": "xyz.openbmc_project.Software.Version.Error.ExpiredAccessKey", |
| 5813 | "Subsystem": "bmc_firmware", |
| 5814 | "ComponentID": "0x3600", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 5815 | "SRC": { |
zamiseck | 21de9f0 | 2022-03-23 13:41:31 -0500 | [diff] [blame] | 5816 | "ReasonCode": "0x3608", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 5817 | "Words6To9": {} |
zamiseck | 21de9f0 | 2022-03-23 13:41:31 -0500 | [diff] [blame] | 5818 | }, |
| 5819 | |
| 5820 | "Callouts": [ |
| 5821 | { |
| 5822 | "CalloutList": [ |
| 5823 | { "Priority": "high", "Procedure": "bmc_code" } |
| 5824 | ] |
| 5825 | } |
| 5826 | ], |
| 5827 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 5828 | "Documentation": { |
zamiseck | 21de9f0 | 2022-03-23 13:41:31 -0500 | [diff] [blame] | 5829 | "Description": "The Update Access Key has expired.", |
| 5830 | "Message": "The Update Access Key has expired." |
| 5831 | } |
| 5832 | }, |
| 5833 | |
| 5834 | { |
| 5835 | "Name": "xyz.openbmc_project.Software.Version.Error.InvalidSignature", |
| 5836 | "Subsystem": "bmc_firmware", |
| 5837 | "ComponentID": "0x3600", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 5838 | "SRC": { |
zamiseck | 21de9f0 | 2022-03-23 13:41:31 -0500 | [diff] [blame] | 5839 | "ReasonCode": "0x3609", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 5840 | "Words6To9": {} |
zamiseck | 21de9f0 | 2022-03-23 13:41:31 -0500 | [diff] [blame] | 5841 | }, |
| 5842 | |
| 5843 | "Callouts": [ |
| 5844 | { |
| 5845 | "CalloutList": [ |
| 5846 | { "Priority": "high", "Procedure": "bmc_code" } |
| 5847 | ] |
| 5848 | } |
| 5849 | ], |
| 5850 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 5851 | "Documentation": { |
zamiseck | 21de9f0 | 2022-03-23 13:41:31 -0500 | [diff] [blame] | 5852 | "Description": "The software image has an invalid signature.", |
| 5853 | "Message": "The software image has an invalid signature" |
| 5854 | } |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 5855 | }, |
zamiseck | 0ad7a82 | 2022-05-24 17:25:58 -0500 | [diff] [blame] | 5856 | |
| 5857 | { |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 5858 | "Name": "xyz.openbmc_project.Software.Version.Error.HostFile", |
| 5859 | "Subsystem": "bmc_firmware", |
| 5860 | "ComponentID": "0x3600", |
zamiseck | 0ad7a82 | 2022-05-24 17:25:58 -0500 | [diff] [blame] | 5861 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 5862 | "SRC": { |
| 5863 | "ReasonCode": "0x360A", |
| 5864 | "Words6To9": { |
| 5865 | "6": { |
| 5866 | "Description": "Size of the current running partition", |
| 5867 | "AdditionalDataPropSource": "CURRENT_FILE_SIZE" |
zamiseck | 0ad7a82 | 2022-05-24 17:25:58 -0500 | [diff] [blame] | 5868 | }, |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 5869 | "7": { |
| 5870 | "Description": "Size of the read only partition", |
| 5871 | "AdditionalDataPropSource": "EXPECTED_FILE_SIZE" |
zamiseck | 0ad7a82 | 2022-05-24 17:25:58 -0500 | [diff] [blame] | 5872 | } |
| 5873 | } |
| 5874 | }, |
| 5875 | "Callouts": [ |
| 5876 | { |
| 5877 | "CalloutList": [ |
| 5878 | { "Priority": "high", "Procedure": "bmc_code" } |
| 5879 | ] |
| 5880 | } |
| 5881 | ], |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 5882 | "Documentation": { |
| 5883 | "Description": "Corrupted or changed preserved file", |
| 5884 | "Message": "Partition was not preserved on reboot", |
| 5885 | "Notes": [ |
zamiseck | 0ad7a82 | 2022-05-24 17:25:58 -0500 | [diff] [blame] | 5886 | "This error may occur if one of the partitions marked", |
| 5887 | "PRESERVED is either corrupted, or a change of size is ", |
| 5888 | "desired for a particular partition." |
| 5889 | ] |
| 5890 | } |
| 5891 | }, |
| 5892 | |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 5893 | { |
| 5894 | "Name": "xyz.openbmc_project.PLDM.Error.findDumpObjPath.GetManagedObjectsFail", |
| 5895 | "Subsystem": "bmc_firmware", |
| 5896 | "ComponentID": "0x6000", |
| 5897 | "Severity": "predictive", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 5898 | "SRC": { |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 5899 | "ReasonCode": "0x6001", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 5900 | "Words6To9": {} |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 5901 | }, |
| 5902 | "Callouts": [ |
| 5903 | { |
| 5904 | "CalloutList": [ |
| 5905 | { "Priority": "high", "Procedure": "bmc_code" } |
| 5906 | ] |
| 5907 | } |
| 5908 | ], |
Shantappa Teekappanavar | c3c96d9 | 2021-06-09 23:30:47 -0500 | [diff] [blame] | 5909 | |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 5910 | "Documentation": { |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 5911 | "Description": "Failed to get the requested dump object path.", |
| 5912 | "Message": "Failed to get the requested dump object path from the system." |
| 5913 | } |
| 5914 | }, |
| 5915 | { |
| 5916 | "Name": "xyz.openbmc_project.PLDM.Error.newFileAvailable.NewDumpNotifyFail", |
| 5917 | "Subsystem": "bmc_firmware", |
| 5918 | "ComponentID": "0x6000", |
| 5919 | "Severity": "unrecoverable", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 5920 | "SRC": { |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 5921 | "ReasonCode": "0x6002", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 5922 | "Words6To9": {} |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 5923 | }, |
| 5924 | "Callouts": [ |
| 5925 | { |
| 5926 | "CalloutList": [ |
| 5927 | { "Priority": "high", "Procedure": "bmc_code" } |
| 5928 | ] |
| 5929 | } |
| 5930 | ], |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 5931 | "Documentation": { |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 5932 | "Description": "Failed to make a new dump notify request to the dump manager application.", |
| 5933 | "Message": "Failed to make a new dump notify request to the dump manager application." |
| 5934 | } |
| 5935 | }, |
| 5936 | { |
| 5937 | "Name": "xyz.openbmc_project.PLDM.Error.DumpHandler.getOffloadUriFail", |
| 5938 | "Subsystem": "bmc_firmware", |
| 5939 | "ComponentID": "0x6000", |
| 5940 | "Severity": "unrecoverable", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 5941 | "SRC": { |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 5942 | "ReasonCode": "0x6003", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 5943 | "Words6To9": {} |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 5944 | }, |
| 5945 | "Callouts": [ |
| 5946 | { |
| 5947 | "CalloutList": [ |
| 5948 | { "Priority": "high", "Procedure": "bmc_code" } |
| 5949 | ] |
| 5950 | } |
| 5951 | ], |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 5952 | "Documentation": { |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 5953 | "Description": "Failed to get the dump offload URI path from the dump entry.", |
| 5954 | "Message": "Failed to get the dump offload URI path from the dump entry." |
| 5955 | } |
| 5956 | }, |
| 5957 | { |
| 5958 | "Name": "xyz.openbmc_project.PLDM.Error.fileAck.ResourceDumpFileAckFail", |
| 5959 | "Subsystem": "bmc_firmware", |
| 5960 | "ComponentID": "0x6000", |
| 5961 | "Severity": "non_error", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 5962 | "SRC": { |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 5963 | "ReasonCode": "0x6004", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 5964 | "Words6To9": {} |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 5965 | }, |
| 5966 | "Callouts": [ |
| 5967 | { |
| 5968 | "CalloutList": [ |
| 5969 | { "Priority": "medium", "Procedure": "bmc_code" } |
| 5970 | ] |
| 5971 | } |
| 5972 | ], |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 5973 | "Documentation": { |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 5974 | "Description": "The hypervisor rejected the request to initiate a new resource dump.", |
| 5975 | "Message": "The hypervisor rejected the request to initiate a new resource dump." |
| 5976 | } |
| 5977 | }, |
| 5978 | { |
| 5979 | "Name": "xyz.openbmc_project.PLDM.Error.fileAck.SourceDumpIdResetFail", |
| 5980 | "Subsystem": "bmc_firmware", |
| 5981 | "ComponentID": "0x6000", |
| 5982 | "Severity": "unrecoverable", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 5983 | "SRC": { |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 5984 | "ReasonCode": "0x6005", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 5985 | "Words6To9": {} |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 5986 | }, |
| 5987 | "Callouts": [ |
| 5988 | { |
| 5989 | "CalloutList": [ |
| 5990 | { "Priority": "high", "Procedure": "bmc_code" } |
| 5991 | ] |
| 5992 | } |
| 5993 | ], |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 5994 | "Documentation": { |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 5995 | "Description": "Failed to reset the dump ID, due to this requested dump will not be deleted.", |
| 5996 | "Message": "Failed to reset the dump ID, due to this requested dump will not be deleted." |
| 5997 | } |
| 5998 | }, |
| 5999 | { |
| 6000 | "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryDeleteFail", |
| 6001 | "Subsystem": "bmc_firmware", |
| 6002 | "ComponentID": "0x6000", |
| 6003 | "Severity": "unrecoverable", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 6004 | "SRC": { |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 6005 | "ReasonCode": "0x6006", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 6006 | "Words6To9": {} |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 6007 | }, |
| 6008 | "Callouts": [ |
| 6009 | { |
| 6010 | "CalloutList": [ |
| 6011 | { "Priority": "high", "Procedure": "bmc_code" } |
| 6012 | ] |
| 6013 | } |
| 6014 | ], |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 6015 | "Documentation": { |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 6016 | "Description": "Failed to carry out the dump delete request from the hypervisor.", |
| 6017 | "Message": "Failed to carry out the dump delete request from the hypervisor." |
| 6018 | } |
| 6019 | }, |
| 6020 | { |
| 6021 | "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryOffloadedSetFail", |
| 6022 | "Subsystem": "bmc_firmware", |
| 6023 | "ComponentID": "0x6000", |
| 6024 | "Severity": "unrecoverable", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 6025 | "SRC": { |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 6026 | "ReasonCode": "0x6007", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 6027 | "Words6To9": {} |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 6028 | }, |
| 6029 | "Callouts": [ |
| 6030 | { |
| 6031 | "CalloutList": [ |
| 6032 | { "Priority": "high", "Procedure": "bmc_code" } |
| 6033 | ] |
| 6034 | } |
| 6035 | ], |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 6036 | "Documentation": { |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 6037 | "Description": "Failed to set the dump offloaded completion flag in the dump entry.", |
| 6038 | "Message": "Failed to set the dump offloaded completion flag in the dump entry." |
| 6039 | } |
| 6040 | }, |
| 6041 | { |
| 6042 | "Name": "xyz.openbmc_project.PLDM.Error.readIntoMemory.GetFilepathFail", |
| 6043 | "Subsystem": "bmc_firmware", |
| 6044 | "ComponentID": "0x6000", |
| 6045 | "Severity": "unrecoverable", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 6046 | "SRC": { |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 6047 | "ReasonCode": "0x6008", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 6048 | "Words6To9": {} |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 6049 | }, |
| 6050 | "Callouts": [ |
| 6051 | { |
| 6052 | "CalloutList": [ |
| 6053 | { "Priority": "high", "Procedure": "bmc_code" } |
| 6054 | ] |
| 6055 | } |
| 6056 | ], |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 6057 | "Documentation": { |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 6058 | "Description": "Failed to get the file path for the BMC dump and offload to the hypervisor.", |
| 6059 | "Message": "Failed to get the file path for the BMC dump and offload to the hypervisor." |
| 6060 | } |
| 6061 | }, |
| 6062 | { |
| 6063 | "Name": "xyz.openbmc_project.PLDM.Error.read.GetFilepathFail", |
| 6064 | "Subsystem": "bmc_firmware", |
| 6065 | "ComponentID": "0x6000", |
| 6066 | "Severity": "unrecoverable", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 6067 | "SRC": { |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 6068 | "ReasonCode": "0x6009", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 6069 | "Words6To9": {} |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 6070 | }, |
| 6071 | "Callouts": [ |
| 6072 | { |
| 6073 | "CalloutList": [ |
| 6074 | { "Priority": "high", "Procedure": "bmc_code" } |
| 6075 | ] |
| 6076 | } |
| 6077 | ], |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 6078 | "Documentation": { |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 6079 | "Description": "Failed to get the file path for the BMC dump and offload to the hypervisor.", |
| 6080 | "Message": "Failed to get the file path for the BMC dump and offload to the hypervisor." |
| 6081 | } |
| 6082 | }, |
| 6083 | { |
| 6084 | "Name": "xyz.openbmc_project.PLDM.Error.fileAck.ResourceDumpFileAckWithMetaDataFail", |
| 6085 | "Subsystem": "bmc_firmware", |
| 6086 | "ComponentID": "0x6000", |
| 6087 | "Severity": "non_error", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 6088 | "SRC": { |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 6089 | "ReasonCode": "0x6010", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 6090 | "Words6To9": {} |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 6091 | }, |
| 6092 | "Callouts": [ |
| 6093 | { |
| 6094 | "CalloutList": [ |
| 6095 | { "Priority": "medium", "Procedure": "bmc_code" } |
| 6096 | ] |
| 6097 | } |
| 6098 | ], |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 6099 | "Documentation": { |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 6100 | "Description": "Could not create a new resource dump due to hypervisor verification failed.", |
| 6101 | "Message": "Could not create a new resource dump due to hypervisor verification failed." |
| 6102 | } |
| 6103 | }, |
| 6104 | { |
| 6105 | "Name": "xyz.openbmc_project.PLDM.Error.fileAckWithMetaData.DumpEntryOffloadedSetFail", |
| 6106 | "Subsystem": "bmc_firmware", |
| 6107 | "ComponentID": "0x6000", |
| 6108 | "Severity": "unrecoverable", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 6109 | "SRC": { |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 6110 | "ReasonCode": "0x6011", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 6111 | "Words6To9": {} |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 6112 | }, |
| 6113 | "Callouts": [ |
| 6114 | { |
| 6115 | "CalloutList": [ |
| 6116 | { "Priority": "high", "Procedure": "bmc_code" } |
| 6117 | ] |
| 6118 | } |
| 6119 | ], |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 6120 | "Documentation": { |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 6121 | "Description": "Failed to set the dump offload completion flag in the dump entry details.", |
| 6122 | "Message": "Failed to set the dump offload completion flag in the dump entry details." |
| 6123 | } |
| 6124 | }, |
| 6125 | { |
| 6126 | "Name": "xyz.openbmc_project.PLDM.Error.newFileAvailableWithMetaData.NewDumpNotifyFail", |
| 6127 | "Subsystem": "bmc_firmware", |
| 6128 | "ComponentID": "0x6000", |
| 6129 | "Severity": "unrecoverable", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 6130 | "SRC": { |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 6131 | "ReasonCode": "0x6012", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 6132 | "Words6To9": {} |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 6133 | }, |
| 6134 | "Callouts": [ |
| 6135 | { |
| 6136 | "CalloutList": [ |
| 6137 | { "Priority": "high", "Procedure": "bmc_code" } |
| 6138 | ] |
| 6139 | } |
| 6140 | ], |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 6141 | "Documentation": { |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 6142 | "Description": "Failed to notify a new dump available request.", |
| 6143 | "Message": "Failed to notify a new dump available request." |
| 6144 | } |
| 6145 | }, |
| 6146 | { |
| 6147 | "Name": "xyz.openbmc_project.PLDM.Error.sendNewFileAvailableCmd.SendDumpParametersFail", |
| 6148 | "Subsystem": "bmc_firmware", |
| 6149 | "ComponentID": "0x6000", |
| 6150 | "Severity": "unrecoverable", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 6151 | "SRC": { |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 6152 | "ReasonCode": "0x6013", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 6153 | "Words6To9": {} |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 6154 | }, |
| 6155 | "Callouts": [ |
| 6156 | { |
| 6157 | "CalloutList": [ |
| 6158 | { "Priority": "high", "Procedure": "bmc_code" } |
| 6159 | ] |
| 6160 | } |
| 6161 | ], |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 6162 | "Documentation": { |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 6163 | "Description": "Failed to send the resource dump parameters for a new dump initiation.", |
| 6164 | "Message": "Failed to send the resource dump parameters for a new dump initiation." |
| 6165 | } |
| 6166 | }, |
| 6167 | { |
| 6168 | "Name": "xyz.openbmc_project.PLDM.Error.SendFileToHostFail", |
| 6169 | "Subsystem": "bmc_firmware", |
| 6170 | "ComponentID": "0x6000", |
| 6171 | "Severity": "unrecoverable", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 6172 | "SRC": { |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 6173 | "ReasonCode": "0x6014", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 6174 | "Words6To9": {} |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 6175 | }, |
| 6176 | "Callouts": [ |
| 6177 | { |
| 6178 | "CalloutList": [ |
| 6179 | { "Priority": "high", "Procedure": "bmc_code" } |
| 6180 | ] |
| 6181 | } |
| 6182 | ], |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 6183 | "Documentation": { |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 6184 | "Description": "Failed to send the certificate/license file to the host.", |
| 6185 | "Message": "Failed to send the certificate/license file to the host." |
| 6186 | } |
| 6187 | }, |
| 6188 | { |
| 6189 | "Name": "xyz.openbmc_project.PLDM.Error.DecodeNewFileResponseFail", |
| 6190 | "Subsystem": "bmc_firmware", |
| 6191 | "ComponentID": "0x6000", |
| 6192 | "Severity": "unrecoverable", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 6193 | "SRC": { |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 6194 | "ReasonCode": "0x6015", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 6195 | "Words6To9": {} |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 6196 | }, |
| 6197 | "Callouts": [ |
| 6198 | { |
| 6199 | "CalloutList": [ |
| 6200 | { "Priority": "high", "Procedure": "bmc_code" } |
| 6201 | ] |
| 6202 | } |
| 6203 | ], |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 6204 | "Documentation": { |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 6205 | "Description": "Failed to decode the response of certificate/license file sent to the host.", |
| 6206 | "Message": "Failed to decode the response of certificate/license file sent to the host." |
| 6207 | } |
| 6208 | }, |
| 6209 | { |
| 6210 | "Name": "xyz.openbmc_project.PLDM.Error.NewFileAvailableRequestFail", |
| 6211 | "Subsystem": "bmc_firmware", |
| 6212 | "ComponentID": "0x6000", |
| 6213 | "Severity": "unrecoverable", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 6214 | "SRC": { |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 6215 | "ReasonCode": "0x6016", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 6216 | "Words6To9": {} |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 6217 | }, |
| 6218 | "Callouts": [ |
| 6219 | { |
| 6220 | "CalloutList": [ |
| 6221 | { "Priority": "high", "Procedure": "bmc_code" } |
| 6222 | ] |
| 6223 | } |
| 6224 | ], |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 6225 | "Documentation": { |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 6226 | "Description": "Failed to send the new certificate/license file to the host.", |
| 6227 | "Message": "Failed to send the new certificate/license file to the host." |
| 6228 | } |
| 6229 | }, |
| 6230 | { |
| 6231 | "Name": "xyz.openbmc_project.PLDM.Error.SetHostEffecterFailed", |
| 6232 | "Subsystem": "bmc_firmware", |
| 6233 | "ComponentID": "0x6000", |
| 6234 | "Severity": "unrecoverable", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 6235 | "SRC": { |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 6236 | "ReasonCode": "0x6017", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 6237 | "Words6To9": {} |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 6238 | }, |
| 6239 | |
| 6240 | "Callouts": [ |
| 6241 | { |
| 6242 | "CalloutList": [ |
| 6243 | { "Priority": "high", "Procedure": "bmc_code" } |
| 6244 | ] |
| 6245 | } |
| 6246 | ], |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 6247 | "Documentation": { |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 6248 | "Description": "Failed to set state effecter states.", |
| 6249 | "Message": "Failed to set state effecter states." |
| 6250 | } |
| 6251 | }, |
| 6252 | { |
| 6253 | "Name": "xyz.openbmc_project.PLDM.Error.Generate.PDRJsonFileParseFail", |
| 6254 | "Subsystem": "bmc_firmware", |
| 6255 | "ComponentID": "0x6000", |
| 6256 | "Severity": "unrecoverable", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 6257 | "SRC": { |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 6258 | "ReasonCode": "0x6018", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 6259 | "Words6To9": {} |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 6260 | }, |
| 6261 | "Callouts": [ |
| 6262 | { |
| 6263 | "CalloutList": [ |
| 6264 | { "Priority": "high", "Procedure": "bmc_code" } |
| 6265 | ] |
| 6266 | } |
| 6267 | ], |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 6268 | "Documentation": { |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 6269 | "Description": "Failed to parse PDR JSON file.", |
| 6270 | "Message": "Failed to parse PDR JSON file." |
| 6271 | } |
| 6272 | }, |
| 6273 | { |
| 6274 | "Name": "xyz.openbmc_project.PLDM.Error.SetHostSensorState.GetStateSensorPDRFail", |
| 6275 | "Subsystem": "bmc_firmware", |
| 6276 | "ComponentID": "0x6000", |
| 6277 | "Severity": "unrecoverable", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 6278 | "SRC": { |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 6279 | "ReasonCode": "0x6019", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 6280 | "Words6To9": {} |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 6281 | }, |
| 6282 | "Callouts": [ |
| 6283 | { |
| 6284 | "CalloutList": [ |
| 6285 | { "Priority": "high", "Procedure": "bmc_code" } |
| 6286 | ] |
| 6287 | } |
| 6288 | ], |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 6289 | "Documentation": { |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 6290 | "Description": "Failed to get state sensor PDR state.", |
| 6291 | "Message": "Failed to get state sensor PDR state." |
| 6292 | } |
| 6293 | }, |
| 6294 | { |
| 6295 | "Name": "xyz.openbmc_project.PLDM.Error.SetHostSensorState.EncodeStateSensorFail", |
| 6296 | "Subsystem": "bmc_firmware", |
| 6297 | "ComponentID": "0x6000", |
| 6298 | "Severity": "unrecoverable", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 6299 | "SRC": { |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 6300 | "ReasonCode": "0x6020", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 6301 | "Words6To9": {} |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 6302 | }, |
| 6303 | "Callouts": [ |
| 6304 | { |
| 6305 | "CalloutList": [ |
| 6306 | { "Priority": "high", "Procedure": "bmc_code" } |
| 6307 | ] |
| 6308 | } |
| 6309 | ], |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 6310 | "Documentation": { |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 6311 | "Description": "Failed to encode state sensor request.", |
| 6312 | "Message": "Failed to encode state sensor request." |
| 6313 | } |
| 6314 | }, |
| 6315 | { |
| 6316 | "Name": "xyz.openbmc_project.PLDM.Error.CMsubscribeFailure", |
| 6317 | "Subsystem": "bmc_firmware", |
| 6318 | "ComponentID": "0x6000", |
| 6319 | "Severity": "unrecoverable", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 6320 | "SRC": { |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 6321 | "ReasonCode": "0x6021", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 6322 | "Words6To9": {} |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 6323 | }, |
| 6324 | "Callouts": [ |
| 6325 | { |
| 6326 | "CalloutList": [ |
| 6327 | { "Priority": "high", "Procedure": "bmc_code" } |
| 6328 | ] |
| 6329 | } |
| 6330 | ], |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 6331 | "Documentation": { |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 6332 | "Description": "Failed to subscribe for concurrent maintenance of FRU.", |
| 6333 | "Message": "Failed to subscribe for concurrent maintenance of FRU." |
| 6334 | } |
| 6335 | }, |
| 6336 | { |
| 6337 | "Name": "xyz.openbmc_project.PLDM.Error.setSurvTimer.RecvSurveillancePingFail", |
| 6338 | "Subsystem": "bmc_firmware", |
| 6339 | "ComponentID": "0x6000", |
| 6340 | "Severity": "non_error", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 6341 | "SRC": { |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 6342 | "ReasonCode": "0x6022", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 6343 | "Words6To9": {} |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 6344 | }, |
| 6345 | "Callouts": [ |
| 6346 | { |
| 6347 | "CalloutList": [ |
| 6348 | { "Priority": "high", "Procedure": "bmc_code" } |
| 6349 | ] |
| 6350 | } |
| 6351 | ], |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 6352 | "Documentation": { |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 6353 | "Description": "Host did not send a surveillance ping within stipulated timeout interval.", |
| 6354 | "Message": "Host did not send a surveillance ping within stipulated timeout interval." |
| 6355 | } |
| 6356 | }, |
| 6357 | { |
| 6358 | "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryOffloadUriSetFail", |
| 6359 | "Subsystem": "bmc_firmware", |
| 6360 | "ComponentID": "0x6000", |
| 6361 | "Severity": "unrecoverable", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 6362 | "SRC": { |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 6363 | "ReasonCode": "0x6023", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 6364 | "Words6To9": {} |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 6365 | }, |
| 6366 | "Callouts": [ |
| 6367 | { |
| 6368 | "CalloutList": [ |
| 6369 | { "Priority": "high", "Procedure": "bmc_code" } |
| 6370 | ] |
| 6371 | } |
| 6372 | ], |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 6373 | "Documentation": { |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 6374 | "Description": "Failed to reset the dump offload URI path from the dump entry.", |
| 6375 | "Message": "Failed to reset the dump offload URI path from the dump entry." |
| 6376 | } |
| 6377 | }, |
| 6378 | { |
| 6379 | "Name": "xyz.openbmc_project.PLDM.Error.SoftPowerOff.HostSoftOffTimeOut", |
| 6380 | "Subsystem": "bmc_firmware", |
| 6381 | "ComponentID": "0x6000", |
| 6382 | "Severity": "unrecoverable", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 6383 | "SRC": { |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 6384 | "ReasonCode": "0x6024", |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 6385 | "Words6To9": {} |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 6386 | }, |
| 6387 | "Callouts": [ |
| 6388 | { |
| 6389 | "CalloutList": [ |
| 6390 | { "Priority": "high", "Procedure": "bmc_code" } |
| 6391 | ] |
| 6392 | } |
| 6393 | ], |
Patrick Williams | 26919f0 | 2022-12-08 06:12:43 -0600 | [diff] [blame] | 6394 | "Documentation": { |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 6395 | "Description": "Host failed to complete the power off gracefully within the timeout.", |
| 6396 | "Message": "Host failed to complete the power off gracefully within the timeout." |
| 6397 | } |
Swarnendu Roy Chowdhury | 86cdcd5 | 2023-01-17 11:17:12 +0530 | [diff] [blame] | 6398 | }, |
| 6399 | { |
| 6400 | "Name": "xyz.openbmc_project.Dump.Error.Invalidate", |
| 6401 | "Subsystem": "bmc_firmware", |
| 6402 | "ComponentID": "0x6000", |
| 6403 | "SRC": { |
| 6404 | "ReasonCode": "0x6025", |
| 6405 | "Words6To9": {} |
| 6406 | }, |
| 6407 | "Documentation": { |
| 6408 | "Description": "Dump has been deleted/offloaded", |
| 6409 | "Message": "BMC/System/Resource dump has been deleted/offloaded" |
| 6410 | } |
Sridevi Ramesh | 8c330e4 | 2022-05-11 08:26:52 -0500 | [diff] [blame] | 6411 | } |
Matt Spinler | 44792fd | 2019-09-26 15:58:58 -0500 | [diff] [blame] | 6412 | ] |
| 6413 | } |