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