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