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