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