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