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