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