Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 1 | /****************************************************************************** |
| 2 | * |
| 3 | * This file is provided under a dual BSD/GPLv2 license. When using or |
| 4 | * redistributing this file, you may do so under either license. |
| 5 | * |
| 6 | * GPL LICENSE SUMMARY |
| 7 | * |
Emmanuel Grumbach | 51368bf | 2013-12-30 13:15:54 +0200 | [diff] [blame] | 8 | * Copyright(c) 2012 - 2014 Intel Corporation. All rights reserved. |
Eran Harary | 4fb0628 | 2015-04-19 10:05:18 +0300 | [diff] [blame] | 9 | * Copyright(c) 2013 - 2015 Intel Mobile Communications GmbH |
Matti Gottlieb | 6fa5243 | 2016-01-04 13:38:41 +0200 | [diff] [blame^] | 10 | * Copyright(c) 2016 Intel Deutschland GmbH |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 11 | * |
| 12 | * This program is free software; you can redistribute it and/or modify |
| 13 | * it under the terms of version 2 of the GNU General Public License as |
| 14 | * published by the Free Software Foundation. |
| 15 | * |
| 16 | * This program is distributed in the hope that it will be useful, but |
| 17 | * WITHOUT ANY WARRANTY; without even the implied warranty of |
| 18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 19 | * General Public License for more details. |
| 20 | * |
| 21 | * You should have received a copy of the GNU General Public License |
| 22 | * along with this program; if not, write to the Free Software |
| 23 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, |
| 24 | * USA |
| 25 | * |
| 26 | * The full GNU General Public License is included in this distribution |
Emmanuel Grumbach | 410dc5a | 2013-02-18 09:22:28 +0200 | [diff] [blame] | 27 | * in the file called COPYING. |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 28 | * |
| 29 | * Contact Information: |
Emmanuel Grumbach | cb2f827 | 2015-11-17 15:39:56 +0200 | [diff] [blame] | 30 | * Intel Linux Wireless <linuxwifi@intel.com> |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 31 | * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 |
| 32 | * |
| 33 | * BSD LICENSE |
| 34 | * |
Emmanuel Grumbach | 51368bf | 2013-12-30 13:15:54 +0200 | [diff] [blame] | 35 | * Copyright(c) 2012 - 2014 Intel Corporation. All rights reserved. |
Eran Harary | 4fb0628 | 2015-04-19 10:05:18 +0300 | [diff] [blame] | 36 | * Copyright(c) 2013 - 2015 Intel Mobile Communications GmbH |
Matti Gottlieb | 6fa5243 | 2016-01-04 13:38:41 +0200 | [diff] [blame^] | 37 | * Copyright(c) 2016 Intel Deutschland GmbH |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 38 | * All rights reserved. |
| 39 | * |
| 40 | * Redistribution and use in source and binary forms, with or without |
| 41 | * modification, are permitted provided that the following conditions |
| 42 | * are met: |
| 43 | * |
| 44 | * * Redistributions of source code must retain the above copyright |
| 45 | * notice, this list of conditions and the following disclaimer. |
| 46 | * * Redistributions in binary form must reproduce the above copyright |
| 47 | * notice, this list of conditions and the following disclaimer in |
| 48 | * the documentation and/or other materials provided with the |
| 49 | * distribution. |
| 50 | * * Neither the name Intel Corporation nor the names of its |
| 51 | * contributors may be used to endorse or promote products derived |
| 52 | * from this software without specific prior written permission. |
| 53 | * |
| 54 | * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 55 | * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 56 | * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 57 | * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 58 | * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 59 | * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 60 | * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 61 | * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 62 | * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 63 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 64 | * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 65 | * |
| 66 | *****************************************************************************/ |
Eran Harary | 1214755 | 2013-05-09 08:07:59 +0300 | [diff] [blame] | 67 | #include <linux/firmware.h> |
Arik Nemtsov | 90d4f7d | 2014-03-04 19:58:46 +0200 | [diff] [blame] | 68 | #include <linux/rtnetlink.h> |
Jonathan Doron | 7f0344c | 2014-11-27 16:57:55 +0200 | [diff] [blame] | 69 | #include <linux/pci.h> |
| 70 | #include <linux/acpi.h> |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 71 | #include "iwl-trans.h" |
Liad Kaufman | c2a2b28 | 2014-09-07 11:41:05 +0300 | [diff] [blame] | 72 | #include "iwl-csr.h" |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 73 | #include "mvm.h" |
| 74 | #include "iwl-eeprom-parse.h" |
| 75 | #include "iwl-eeprom-read.h" |
| 76 | #include "iwl-nvm-parse.h" |
Eran Harary | 8ba2d7a | 2015-02-08 11:41:43 +0200 | [diff] [blame] | 77 | #include "iwl-prph.h" |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 78 | |
Dor Shaish | 1fd4afe | 2013-02-27 10:18:07 +0200 | [diff] [blame] | 79 | /* Default NVM size to read */ |
Eran Harary | 1214755 | 2013-05-09 08:07:59 +0300 | [diff] [blame] | 80 | #define IWL_NVM_DEFAULT_CHUNK_SIZE (2*1024) |
Liad Kaufman | f251c07 | 2014-04-28 14:42:04 +0300 | [diff] [blame] | 81 | #define IWL_MAX_NVM_SECTION_SIZE 0x1b58 |
Emmanuel Grumbach | 5dd9c68 | 2015-03-05 13:06:13 +0200 | [diff] [blame] | 82 | #define IWL_MAX_NVM_8000_SECTION_SIZE 0x1ffc |
Dor Shaish | 1fd4afe | 2013-02-27 10:18:07 +0200 | [diff] [blame] | 83 | |
Eran Harary | 1214755 | 2013-05-09 08:07:59 +0300 | [diff] [blame] | 84 | #define NVM_WRITE_OPCODE 1 |
| 85 | #define NVM_READ_OPCODE 0 |
| 86 | |
Eran Harary | d6aeb35 | 2014-05-11 09:44:17 +0300 | [diff] [blame] | 87 | /* load nvm chunk response */ |
| 88 | enum { |
| 89 | READ_NVM_CHUNK_SUCCEED = 0, |
| 90 | READ_NVM_CHUNK_NOT_VALID_ADDRESS = 1 |
| 91 | }; |
| 92 | |
Eran Harary | 1214755 | 2013-05-09 08:07:59 +0300 | [diff] [blame] | 93 | /* |
| 94 | * prepare the NVM host command w/ the pointers to the nvm buffer |
| 95 | * and send it to fw |
| 96 | */ |
| 97 | static int iwl_nvm_write_chunk(struct iwl_mvm *mvm, u16 section, |
| 98 | u16 offset, u16 length, const u8 *data) |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 99 | { |
Eran Harary | 1214755 | 2013-05-09 08:07:59 +0300 | [diff] [blame] | 100 | struct iwl_nvm_access_cmd nvm_access_cmd = { |
| 101 | .offset = cpu_to_le16(offset), |
| 102 | .length = cpu_to_le16(length), |
| 103 | .type = cpu_to_le16(section), |
| 104 | .op_code = NVM_WRITE_OPCODE, |
| 105 | }; |
| 106 | struct iwl_host_cmd cmd = { |
| 107 | .id = NVM_ACCESS_CMD, |
| 108 | .len = { sizeof(struct iwl_nvm_access_cmd), length }, |
Matti Gottlieb | 9a57f65 | 2015-11-02 13:01:54 +0200 | [diff] [blame] | 109 | .flags = CMD_WANT_SKB | CMD_SEND_IN_RFKILL, |
Eran Harary | 1214755 | 2013-05-09 08:07:59 +0300 | [diff] [blame] | 110 | .data = { &nvm_access_cmd, data }, |
| 111 | /* data may come from vmalloc, so use _DUP */ |
| 112 | .dataflags = { 0, IWL_HCMD_DFL_DUP }, |
| 113 | }; |
Matti Gottlieb | 9a57f65 | 2015-11-02 13:01:54 +0200 | [diff] [blame] | 114 | struct iwl_rx_packet *pkt; |
| 115 | struct iwl_nvm_access_resp *nvm_resp; |
| 116 | int ret; |
Eran Harary | 1214755 | 2013-05-09 08:07:59 +0300 | [diff] [blame] | 117 | |
Matti Gottlieb | 9a57f65 | 2015-11-02 13:01:54 +0200 | [diff] [blame] | 118 | ret = iwl_mvm_send_cmd(mvm, &cmd); |
| 119 | if (ret) |
| 120 | return ret; |
| 121 | |
| 122 | pkt = cmd.resp_pkt; |
| 123 | if (!pkt) { |
| 124 | IWL_ERR(mvm, "Error in NVM_ACCESS response\n"); |
| 125 | return -EINVAL; |
| 126 | } |
| 127 | /* Extract & check NVM write response */ |
| 128 | nvm_resp = (void *)pkt->data; |
| 129 | if (le16_to_cpu(nvm_resp->status) != READ_NVM_CHUNK_SUCCEED) { |
| 130 | IWL_ERR(mvm, |
| 131 | "NVM access write command failed for section %u (status = 0x%x)\n", |
| 132 | section, le16_to_cpu(nvm_resp->status)); |
| 133 | ret = -EIO; |
| 134 | } |
| 135 | |
| 136 | iwl_free_resp(&cmd); |
| 137 | return ret; |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 138 | } |
| 139 | |
| 140 | static int iwl_nvm_read_chunk(struct iwl_mvm *mvm, u16 section, |
| 141 | u16 offset, u16 length, u8 *data) |
| 142 | { |
Eran Harary | 1214755 | 2013-05-09 08:07:59 +0300 | [diff] [blame] | 143 | struct iwl_nvm_access_cmd nvm_access_cmd = { |
| 144 | .offset = cpu_to_le16(offset), |
| 145 | .length = cpu_to_le16(length), |
| 146 | .type = cpu_to_le16(section), |
| 147 | .op_code = NVM_READ_OPCODE, |
| 148 | }; |
Emmanuel Grumbach | b9545b4 | 2013-03-06 11:34:44 +0200 | [diff] [blame] | 149 | struct iwl_nvm_access_resp *nvm_resp; |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 150 | struct iwl_rx_packet *pkt; |
| 151 | struct iwl_host_cmd cmd = { |
| 152 | .id = NVM_ACCESS_CMD, |
Emmanuel Grumbach | a102292 | 2014-05-12 11:36:41 +0300 | [diff] [blame] | 153 | .flags = CMD_WANT_SKB | CMD_SEND_IN_RFKILL, |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 154 | .data = { &nvm_access_cmd, }, |
| 155 | }; |
| 156 | int ret, bytes_read, offset_read; |
| 157 | u8 *resp_data; |
| 158 | |
Emmanuel Grumbach | b9545b4 | 2013-03-06 11:34:44 +0200 | [diff] [blame] | 159 | cmd.len[0] = sizeof(struct iwl_nvm_access_cmd); |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 160 | |
| 161 | ret = iwl_mvm_send_cmd(mvm, &cmd); |
| 162 | if (ret) |
| 163 | return ret; |
| 164 | |
| 165 | pkt = cmd.resp_pkt; |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 166 | |
| 167 | /* Extract NVM response */ |
| 168 | nvm_resp = (void *)pkt->data; |
Emmanuel Grumbach | b9545b4 | 2013-03-06 11:34:44 +0200 | [diff] [blame] | 169 | ret = le16_to_cpu(nvm_resp->status); |
| 170 | bytes_read = le16_to_cpu(nvm_resp->length); |
| 171 | offset_read = le16_to_cpu(nvm_resp->offset); |
| 172 | resp_data = nvm_resp->data; |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 173 | if (ret) { |
Eran Harary | d6aeb35 | 2014-05-11 09:44:17 +0300 | [diff] [blame] | 174 | if ((offset != 0) && |
| 175 | (ret == READ_NVM_CHUNK_NOT_VALID_ADDRESS)) { |
| 176 | /* |
| 177 | * meaning of NOT_VALID_ADDRESS: |
| 178 | * driver try to read chunk from address that is |
| 179 | * multiple of 2K and got an error since addr is empty. |
| 180 | * meaning of (offset != 0): driver already |
| 181 | * read valid data from another chunk so this case |
| 182 | * is not an error. |
| 183 | */ |
| 184 | IWL_DEBUG_EEPROM(mvm->trans->dev, |
| 185 | "NVM access command failed on offset 0x%x since that section size is multiple 2K\n", |
| 186 | offset); |
| 187 | ret = 0; |
| 188 | } else { |
| 189 | IWL_DEBUG_EEPROM(mvm->trans->dev, |
| 190 | "NVM access command failed with status %d (device: %s)\n", |
| 191 | ret, mvm->cfg->name); |
| 192 | ret = -EIO; |
| 193 | } |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 194 | goto exit; |
| 195 | } |
| 196 | |
| 197 | if (offset_read != offset) { |
| 198 | IWL_ERR(mvm, "NVM ACCESS response with invalid offset %d\n", |
| 199 | offset_read); |
| 200 | ret = -EINVAL; |
| 201 | goto exit; |
| 202 | } |
| 203 | |
| 204 | /* Write data to NVM */ |
| 205 | memcpy(data + offset, resp_data, bytes_read); |
| 206 | ret = bytes_read; |
| 207 | |
| 208 | exit: |
| 209 | iwl_free_resp(&cmd); |
| 210 | return ret; |
| 211 | } |
| 212 | |
Eran Harary | 1214755 | 2013-05-09 08:07:59 +0300 | [diff] [blame] | 213 | static int iwl_nvm_write_section(struct iwl_mvm *mvm, u16 section, |
| 214 | const u8 *data, u16 length) |
| 215 | { |
| 216 | int offset = 0; |
| 217 | |
| 218 | /* copy data in chunks of 2k (and remainder if any) */ |
| 219 | |
| 220 | while (offset < length) { |
| 221 | int chunk_size, ret; |
| 222 | |
| 223 | chunk_size = min(IWL_NVM_DEFAULT_CHUNK_SIZE, |
| 224 | length - offset); |
| 225 | |
| 226 | ret = iwl_nvm_write_chunk(mvm, section, offset, |
| 227 | chunk_size, data + offset); |
| 228 | if (ret < 0) |
| 229 | return ret; |
| 230 | |
| 231 | offset += chunk_size; |
| 232 | } |
| 233 | |
| 234 | return 0; |
| 235 | } |
| 236 | |
Johannes Berg | 7d16204 | 2015-09-17 15:54:47 +0200 | [diff] [blame] | 237 | static void iwl_mvm_nvm_fixups(struct iwl_mvm *mvm, unsigned int section, |
| 238 | u8 *data, unsigned int len) |
| 239 | { |
| 240 | #define IWL_4165_DEVICE_ID 0x5501 |
| 241 | #define NVM_SKU_CAP_MIMO_DISABLE BIT(5) |
| 242 | |
| 243 | if (section == NVM_SECTION_TYPE_PHY_SKU && |
| 244 | mvm->trans->hw_id == IWL_4165_DEVICE_ID && data && len >= 5 && |
| 245 | (data[4] & NVM_SKU_CAP_MIMO_DISABLE)) |
| 246 | /* OTP 0x52 bug work around: it's a 1x1 device */ |
| 247 | data[3] = ANT_B | (ANT_B << 4); |
| 248 | } |
| 249 | |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 250 | /* |
| 251 | * Reads an NVM section completely. |
| 252 | * NICs prior to 7000 family doesn't have a real NVM, but just read |
| 253 | * section 0 which is the EEPROM. Because the EEPROM reading is unlimited |
| 254 | * by uCode, we need to manually check in this case that we don't |
| 255 | * overflow and try to read more than the EEPROM size. |
| 256 | * For 7000 family NICs, we supply the maximal size we can read, and |
| 257 | * the uCode fills the response with as much data as we can, |
| 258 | * without overflowing, so no check is needed. |
| 259 | */ |
| 260 | static int iwl_nvm_read_section(struct iwl_mvm *mvm, u16 section, |
Liad Kaufman | 5daddc9 | 2014-05-21 14:37:00 +0300 | [diff] [blame] | 261 | u8 *data, u32 size_read) |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 262 | { |
| 263 | u16 length, offset = 0; |
| 264 | int ret; |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 265 | |
Dor Shaish | 1fd4afe | 2013-02-27 10:18:07 +0200 | [diff] [blame] | 266 | /* Set nvm section read length */ |
| 267 | length = IWL_NVM_DEFAULT_CHUNK_SIZE; |
| 268 | |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 269 | ret = length; |
| 270 | |
| 271 | /* Read the NVM until exhausted (reading less than requested) */ |
| 272 | while (ret == length) { |
Liad Kaufman | 5daddc9 | 2014-05-21 14:37:00 +0300 | [diff] [blame] | 273 | /* Check no memory assumptions fail and cause an overflow */ |
| 274 | if ((size_read + offset + length) > |
| 275 | mvm->cfg->base_params->eeprom_size) { |
| 276 | IWL_ERR(mvm, "EEPROM size is too small for NVM\n"); |
| 277 | return -ENOBUFS; |
| 278 | } |
| 279 | |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 280 | ret = iwl_nvm_read_chunk(mvm, section, offset, length, data); |
| 281 | if (ret < 0) { |
Eran Harary | d6aeb35 | 2014-05-11 09:44:17 +0300 | [diff] [blame] | 282 | IWL_DEBUG_EEPROM(mvm->trans->dev, |
| 283 | "Cannot read NVM from section %d offset %d, length %d\n", |
| 284 | section, offset, length); |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 285 | return ret; |
| 286 | } |
| 287 | offset += ret; |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 288 | } |
| 289 | |
Johannes Berg | 7d16204 | 2015-09-17 15:54:47 +0200 | [diff] [blame] | 290 | iwl_mvm_nvm_fixups(mvm, section, data, offset); |
| 291 | |
Johannes Berg | 07fd7d2 | 2013-05-15 14:38:25 +0200 | [diff] [blame] | 292 | IWL_DEBUG_EEPROM(mvm->trans->dev, |
| 293 | "NVM section %d read completed\n", section); |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 294 | return offset; |
| 295 | } |
| 296 | |
| 297 | static struct iwl_nvm_data * |
| 298 | iwl_parse_nvm_sections(struct iwl_mvm *mvm) |
| 299 | { |
| 300 | struct iwl_nvm_section *sections = mvm->nvm_sections; |
Eran Harary | ce50007 | 2014-12-01 17:53:53 +0200 | [diff] [blame] | 301 | const __le16 *hw, *sw, *calib, *regulatory, *mac_override, *phy_sku; |
Emmanuel Grumbach | 5dd9c68 | 2015-03-05 13:06:13 +0200 | [diff] [blame] | 302 | bool lar_enabled; |
Eran Harary | 8ba2d7a | 2015-02-08 11:41:43 +0200 | [diff] [blame] | 303 | u32 mac_addr0, mac_addr1; |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 304 | |
| 305 | /* Checking for required sections */ |
Eran Harary | 77db0a3 | 2014-02-04 14:21:38 +0200 | [diff] [blame] | 306 | if (mvm->trans->cfg->device_family != IWL_DEVICE_FAMILY_8000) { |
| 307 | if (!mvm->nvm_sections[NVM_SECTION_TYPE_SW].data || |
| 308 | !mvm->nvm_sections[mvm->cfg->nvm_hw_section_num].data) { |
Eran Harary | abf09c5 | 2014-07-01 17:33:29 +0300 | [diff] [blame] | 309 | IWL_ERR(mvm, "Can't parse empty OTP/NVM sections\n"); |
Eran Harary | 77db0a3 | 2014-02-04 14:21:38 +0200 | [diff] [blame] | 310 | return NULL; |
| 311 | } |
| 312 | } else { |
Eran Harary | 9f32e01 | 2014-04-28 15:22:40 +0300 | [diff] [blame] | 313 | /* SW and REGULATORY sections are mandatory */ |
Eran Harary | 77db0a3 | 2014-02-04 14:21:38 +0200 | [diff] [blame] | 314 | if (!mvm->nvm_sections[NVM_SECTION_TYPE_SW].data || |
Eran Harary | 77db0a3 | 2014-02-04 14:21:38 +0200 | [diff] [blame] | 315 | !mvm->nvm_sections[NVM_SECTION_TYPE_REGULATORY].data) { |
| 316 | IWL_ERR(mvm, |
Eran Harary | abf09c5 | 2014-07-01 17:33:29 +0300 | [diff] [blame] | 317 | "Can't parse empty family 8000 OTP/NVM sections\n"); |
Eran Harary | 77db0a3 | 2014-02-04 14:21:38 +0200 | [diff] [blame] | 318 | return NULL; |
| 319 | } |
Eran Harary | 9f32e01 | 2014-04-28 15:22:40 +0300 | [diff] [blame] | 320 | /* MAC_OVERRIDE or at least HW section must exist */ |
Eran Harary | bb92692 | 2014-04-30 15:31:59 +0300 | [diff] [blame] | 321 | if (!mvm->nvm_sections[mvm->cfg->nvm_hw_section_num].data && |
Eran Harary | 9f32e01 | 2014-04-28 15:22:40 +0300 | [diff] [blame] | 322 | !mvm->nvm_sections[NVM_SECTION_TYPE_MAC_OVERRIDE].data) { |
| 323 | IWL_ERR(mvm, |
| 324 | "Can't parse mac_address, empty sections\n"); |
| 325 | return NULL; |
| 326 | } |
Eran Harary | ce50007 | 2014-12-01 17:53:53 +0200 | [diff] [blame] | 327 | |
Eran Harary | ce50007 | 2014-12-01 17:53:53 +0200 | [diff] [blame] | 328 | /* PHY_SKU section is mandatory in B0 */ |
Emmanuel Grumbach | 5dd9c68 | 2015-03-05 13:06:13 +0200 | [diff] [blame] | 329 | if (!mvm->nvm_sections[NVM_SECTION_TYPE_PHY_SKU].data) { |
Eran Harary | ce50007 | 2014-12-01 17:53:53 +0200 | [diff] [blame] | 330 | IWL_ERR(mvm, |
| 331 | "Can't parse phy_sku in B0, empty sections\n"); |
| 332 | return NULL; |
| 333 | } |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 334 | } |
| 335 | |
| 336 | if (WARN_ON(!mvm->cfg)) |
| 337 | return NULL; |
| 338 | |
Eran Harary | 8ba2d7a | 2015-02-08 11:41:43 +0200 | [diff] [blame] | 339 | /* read the mac address from WFMP registers */ |
| 340 | mac_addr0 = iwl_trans_read_prph(mvm->trans, WFMP_MAC_ADDR_0); |
| 341 | mac_addr1 = iwl_trans_read_prph(mvm->trans, WFMP_MAC_ADDR_1); |
| 342 | |
Eran Harary | ae2b21b | 2014-01-09 08:08:24 +0200 | [diff] [blame] | 343 | hw = (const __le16 *)sections[mvm->cfg->nvm_hw_section_num].data; |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 344 | sw = (const __le16 *)sections[NVM_SECTION_TYPE_SW].data; |
| 345 | calib = (const __le16 *)sections[NVM_SECTION_TYPE_CALIBRATION].data; |
Eran Harary | 77db0a3 | 2014-02-04 14:21:38 +0200 | [diff] [blame] | 346 | regulatory = (const __le16 *)sections[NVM_SECTION_TYPE_REGULATORY].data; |
| 347 | mac_override = |
| 348 | (const __le16 *)sections[NVM_SECTION_TYPE_MAC_OVERRIDE].data; |
Eran Harary | ce50007 | 2014-12-01 17:53:53 +0200 | [diff] [blame] | 349 | phy_sku = (const __le16 *)sections[NVM_SECTION_TYPE_PHY_SKU].data; |
Eran Harary | 77db0a3 | 2014-02-04 14:21:38 +0200 | [diff] [blame] | 350 | |
Arik Nemtsov | 5711cac | 2014-12-28 09:23:16 +0200 | [diff] [blame] | 351 | lar_enabled = !iwlwifi_mod_params.lar_disable && |
Johannes Berg | 859d914 | 2015-06-01 17:11:11 +0200 | [diff] [blame] | 352 | fw_has_capa(&mvm->fw->ucode_capa, |
| 353 | IWL_UCODE_TLV_CAPA_LAR_SUPPORT); |
Arik Nemtsov | 5711cac | 2014-12-28 09:23:16 +0200 | [diff] [blame] | 354 | |
Emmanuel Grumbach | 9ce4fa7 | 2013-05-22 13:16:23 +0300 | [diff] [blame] | 355 | return iwl_parse_nvm_data(mvm->trans->dev, mvm->cfg, hw, sw, calib, |
Eran Harary | ce50007 | 2014-12-01 17:53:53 +0200 | [diff] [blame] | 356 | regulatory, mac_override, phy_sku, |
Arik Nemtsov | 5711cac | 2014-12-28 09:23:16 +0200 | [diff] [blame] | 357 | mvm->fw->valid_tx_ant, mvm->fw->valid_rx_ant, |
Johannes Berg | 7d16204 | 2015-09-17 15:54:47 +0200 | [diff] [blame] | 358 | lar_enabled, mac_addr0, mac_addr1); |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 359 | } |
| 360 | |
Eran Harary | 1214755 | 2013-05-09 08:07:59 +0300 | [diff] [blame] | 361 | #define MAX_NVM_FILE_LEN 16384 |
| 362 | |
| 363 | /* |
Eytan Lifshitz | 81a67e3 | 2013-09-11 12:39:18 +0200 | [diff] [blame] | 364 | * Reads external NVM from a file into mvm->nvm_sections |
| 365 | * |
Eran Harary | 1214755 | 2013-05-09 08:07:59 +0300 | [diff] [blame] | 366 | * HOW TO CREATE THE NVM FILE FORMAT: |
| 367 | * ------------------------------ |
| 368 | * 1. create hex file, format: |
| 369 | * 3800 -> header |
| 370 | * 0000 -> header |
| 371 | * 5a40 -> data |
| 372 | * |
| 373 | * rev - 6 bit (word1) |
| 374 | * len - 10 bit (word1) |
| 375 | * id - 4 bit (word2) |
| 376 | * rsv - 12 bit (word2) |
| 377 | * |
| 378 | * 2. flip 8bits with 8 bits per line to get the right NVM file format |
| 379 | * |
| 380 | * 3. create binary file from the hex file |
| 381 | * |
| 382 | * 4. save as "iNVM_xxx.bin" under /lib/firmware |
| 383 | */ |
Eytan Lifshitz | 81a67e3 | 2013-09-11 12:39:18 +0200 | [diff] [blame] | 384 | static int iwl_mvm_read_external_nvm(struct iwl_mvm *mvm) |
Eran Harary | 1214755 | 2013-05-09 08:07:59 +0300 | [diff] [blame] | 385 | { |
Eytan Lifshitz | 81a67e3 | 2013-09-11 12:39:18 +0200 | [diff] [blame] | 386 | int ret, section_size; |
| 387 | u16 section_id; |
Eran Harary | 1214755 | 2013-05-09 08:07:59 +0300 | [diff] [blame] | 388 | const struct firmware *fw_entry; |
| 389 | const struct { |
| 390 | __le16 word1; |
| 391 | __le16 word2; |
| 392 | u8 data[]; |
| 393 | } *file_sec; |
Johannes Berg | 7d16204 | 2015-09-17 15:54:47 +0200 | [diff] [blame] | 394 | const u8 *eof; |
| 395 | u8 *temp; |
Liad Kaufman | f251c07 | 2014-04-28 14:42:04 +0300 | [diff] [blame] | 396 | int max_section_size; |
Idan Kahlon | a4e5df2 | 2014-11-13 15:47:20 +0200 | [diff] [blame] | 397 | const __le32 *dword_buff; |
Eran Harary | 1214755 | 2013-05-09 08:07:59 +0300 | [diff] [blame] | 398 | |
| 399 | #define NVM_WORD1_LEN(x) (8 * (x & 0x03FF)) |
| 400 | #define NVM_WORD2_ID(x) (x >> 12) |
Eran Harary | 77db0a3 | 2014-02-04 14:21:38 +0200 | [diff] [blame] | 401 | #define NVM_WORD2_LEN_FAMILY_8000(x) (2 * ((x & 0xFF) << 8 | x >> 8)) |
| 402 | #define NVM_WORD1_ID_FAMILY_8000(x) (x >> 4) |
Idan Kahlon | a4e5df2 | 2014-11-13 15:47:20 +0200 | [diff] [blame] | 403 | #define NVM_HEADER_0 (0x2A504C54) |
| 404 | #define NVM_HEADER_1 (0x4E564D2A) |
| 405 | #define NVM_HEADER_SIZE (4 * sizeof(u32)) |
Eran Harary | 1214755 | 2013-05-09 08:07:59 +0300 | [diff] [blame] | 406 | |
Eytan Lifshitz | 81a67e3 | 2013-09-11 12:39:18 +0200 | [diff] [blame] | 407 | IWL_DEBUG_EEPROM(mvm->trans->dev, "Read from external NVM\n"); |
| 408 | |
Liad Kaufman | f251c07 | 2014-04-28 14:42:04 +0300 | [diff] [blame] | 409 | /* Maximal size depends on HW family and step */ |
| 410 | if (mvm->trans->cfg->device_family != IWL_DEVICE_FAMILY_8000) |
| 411 | max_section_size = IWL_MAX_NVM_SECTION_SIZE; |
Emmanuel Grumbach | 5dd9c68 | 2015-03-05 13:06:13 +0200 | [diff] [blame] | 412 | else |
| 413 | max_section_size = IWL_MAX_NVM_8000_SECTION_SIZE; |
Liad Kaufman | f251c07 | 2014-04-28 14:42:04 +0300 | [diff] [blame] | 414 | |
Eran Harary | 1214755 | 2013-05-09 08:07:59 +0300 | [diff] [blame] | 415 | /* |
| 416 | * Obtain NVM image via request_firmware. Since we already used |
| 417 | * request_firmware_nowait() for the firmware binary load and only |
| 418 | * get here after that we assume the NVM request can be satisfied |
| 419 | * synchronously. |
| 420 | */ |
Eran Harary | e02a9d6 | 2014-05-07 12:27:10 +0300 | [diff] [blame] | 421 | ret = request_firmware(&fw_entry, mvm->nvm_file_name, |
Eran Harary | 1214755 | 2013-05-09 08:07:59 +0300 | [diff] [blame] | 422 | mvm->trans->dev); |
| 423 | if (ret) { |
| 424 | IWL_ERR(mvm, "ERROR: %s isn't available %d\n", |
Eran Harary | e02a9d6 | 2014-05-07 12:27:10 +0300 | [diff] [blame] | 425 | mvm->nvm_file_name, ret); |
Eran Harary | 1214755 | 2013-05-09 08:07:59 +0300 | [diff] [blame] | 426 | return ret; |
| 427 | } |
| 428 | |
| 429 | IWL_INFO(mvm, "Loaded NVM file %s (%zu bytes)\n", |
Eran Harary | e02a9d6 | 2014-05-07 12:27:10 +0300 | [diff] [blame] | 430 | mvm->nvm_file_name, fw_entry->size); |
Eran Harary | 1214755 | 2013-05-09 08:07:59 +0300 | [diff] [blame] | 431 | |
Eran Harary | 1214755 | 2013-05-09 08:07:59 +0300 | [diff] [blame] | 432 | if (fw_entry->size > MAX_NVM_FILE_LEN) { |
| 433 | IWL_ERR(mvm, "NVM file too large\n"); |
| 434 | ret = -EINVAL; |
| 435 | goto out; |
| 436 | } |
| 437 | |
| 438 | eof = fw_entry->data + fw_entry->size; |
Idan Kahlon | a4e5df2 | 2014-11-13 15:47:20 +0200 | [diff] [blame] | 439 | dword_buff = (__le32 *)fw_entry->data; |
Eran Harary | 1214755 | 2013-05-09 08:07:59 +0300 | [diff] [blame] | 440 | |
Idan Kahlon | a4e5df2 | 2014-11-13 15:47:20 +0200 | [diff] [blame] | 441 | /* some NVM file will contain a header. |
| 442 | * The header is identified by 2 dwords header as follow: |
| 443 | * dword[0] = 0x2A504C54 |
| 444 | * dword[1] = 0x4E564D2A |
| 445 | * |
| 446 | * This header must be skipped when providing the NVM data to the FW. |
| 447 | */ |
| 448 | if (fw_entry->size > NVM_HEADER_SIZE && |
| 449 | dword_buff[0] == cpu_to_le32(NVM_HEADER_0) && |
| 450 | dword_buff[1] == cpu_to_le32(NVM_HEADER_1)) { |
| 451 | file_sec = (void *)(fw_entry->data + NVM_HEADER_SIZE); |
| 452 | IWL_INFO(mvm, "NVM Version %08X\n", le32_to_cpu(dword_buff[2])); |
| 453 | IWL_INFO(mvm, "NVM Manufacturing date %08X\n", |
| 454 | le32_to_cpu(dword_buff[3])); |
Eran Harary | d383c74 | 2015-03-24 10:59:46 +0200 | [diff] [blame] | 455 | |
| 456 | /* nvm file validation, dword_buff[2] holds the file version */ |
| 457 | if ((CSR_HW_REV_STEP(mvm->trans->hw_rev) == SILICON_C_STEP && |
| 458 | le32_to_cpu(dword_buff[2]) < 0xE4A) || |
| 459 | (CSR_HW_REV_STEP(mvm->trans->hw_rev) == SILICON_B_STEP && |
| 460 | le32_to_cpu(dword_buff[2]) >= 0xE4A)) { |
| 461 | ret = -EFAULT; |
| 462 | goto out; |
| 463 | } |
Idan Kahlon | a4e5df2 | 2014-11-13 15:47:20 +0200 | [diff] [blame] | 464 | } else { |
| 465 | file_sec = (void *)fw_entry->data; |
| 466 | } |
Eran Harary | 1214755 | 2013-05-09 08:07:59 +0300 | [diff] [blame] | 467 | |
| 468 | while (true) { |
| 469 | if (file_sec->data > eof) { |
| 470 | IWL_ERR(mvm, |
| 471 | "ERROR - NVM file too short for section header\n"); |
| 472 | ret = -EINVAL; |
| 473 | break; |
| 474 | } |
| 475 | |
| 476 | /* check for EOF marker */ |
| 477 | if (!file_sec->word1 && !file_sec->word2) { |
| 478 | ret = 0; |
| 479 | break; |
| 480 | } |
| 481 | |
Eran Harary | 77db0a3 | 2014-02-04 14:21:38 +0200 | [diff] [blame] | 482 | if (mvm->trans->cfg->device_family != IWL_DEVICE_FAMILY_8000) { |
| 483 | section_size = |
| 484 | 2 * NVM_WORD1_LEN(le16_to_cpu(file_sec->word1)); |
| 485 | section_id = NVM_WORD2_ID(le16_to_cpu(file_sec->word2)); |
| 486 | } else { |
| 487 | section_size = 2 * NVM_WORD2_LEN_FAMILY_8000( |
| 488 | le16_to_cpu(file_sec->word2)); |
| 489 | section_id = NVM_WORD1_ID_FAMILY_8000( |
| 490 | le16_to_cpu(file_sec->word1)); |
| 491 | } |
Eran Harary | 1214755 | 2013-05-09 08:07:59 +0300 | [diff] [blame] | 492 | |
Liad Kaufman | f251c07 | 2014-04-28 14:42:04 +0300 | [diff] [blame] | 493 | if (section_size > max_section_size) { |
Eran Harary | 1214755 | 2013-05-09 08:07:59 +0300 | [diff] [blame] | 494 | IWL_ERR(mvm, "ERROR - section too large (%d)\n", |
| 495 | section_size); |
| 496 | ret = -EINVAL; |
| 497 | break; |
| 498 | } |
| 499 | |
| 500 | if (!section_size) { |
| 501 | IWL_ERR(mvm, "ERROR - section empty\n"); |
| 502 | ret = -EINVAL; |
| 503 | break; |
| 504 | } |
| 505 | |
| 506 | if (file_sec->data + section_size > eof) { |
| 507 | IWL_ERR(mvm, |
| 508 | "ERROR - NVM file too short for section (%d bytes)\n", |
| 509 | section_size); |
| 510 | ret = -EINVAL; |
| 511 | break; |
| 512 | } |
| 513 | |
Eran Harary | ae2b21b | 2014-01-09 08:08:24 +0200 | [diff] [blame] | 514 | if (WARN(section_id >= NVM_MAX_NUM_SECTIONS, |
Eytan Lifshitz | a4a1247 | 2013-12-18 23:05:06 +0200 | [diff] [blame] | 515 | "Invalid NVM section ID %d\n", section_id)) { |
| 516 | ret = -EINVAL; |
| 517 | break; |
| 518 | } |
| 519 | |
Eytan Lifshitz | 81a67e3 | 2013-09-11 12:39:18 +0200 | [diff] [blame] | 520 | temp = kmemdup(file_sec->data, section_size, GFP_KERNEL); |
| 521 | if (!temp) { |
| 522 | ret = -ENOMEM; |
Eran Harary | 1214755 | 2013-05-09 08:07:59 +0300 | [diff] [blame] | 523 | break; |
| 524 | } |
Johannes Berg | 7d16204 | 2015-09-17 15:54:47 +0200 | [diff] [blame] | 525 | |
| 526 | iwl_mvm_nvm_fixups(mvm, section_id, temp, section_size); |
| 527 | |
Moshe Harel | 2edb7a3 | 2015-09-10 15:29:09 +0300 | [diff] [blame] | 528 | kfree(mvm->nvm_sections[section_id].data); |
Eytan Lifshitz | 81a67e3 | 2013-09-11 12:39:18 +0200 | [diff] [blame] | 529 | mvm->nvm_sections[section_id].data = temp; |
| 530 | mvm->nvm_sections[section_id].length = section_size; |
Eran Harary | 1214755 | 2013-05-09 08:07:59 +0300 | [diff] [blame] | 531 | |
| 532 | /* advance to the next section */ |
| 533 | file_sec = (void *)(file_sec->data + section_size); |
| 534 | } |
| 535 | out: |
| 536 | release_firmware(fw_entry); |
| 537 | return ret; |
| 538 | } |
| 539 | |
Eytan Lifshitz | 81a67e3 | 2013-09-11 12:39:18 +0200 | [diff] [blame] | 540 | /* Loads the NVM data stored in mvm->nvm_sections into the NIC */ |
| 541 | int iwl_mvm_load_nvm_to_nic(struct iwl_mvm *mvm) |
| 542 | { |
Eytan Lifshitz | 05159fc | 2014-01-07 12:50:45 +0200 | [diff] [blame] | 543 | int i, ret = 0; |
Eytan Lifshitz | 81a67e3 | 2013-09-11 12:39:18 +0200 | [diff] [blame] | 544 | struct iwl_nvm_section *sections = mvm->nvm_sections; |
| 545 | |
| 546 | IWL_DEBUG_EEPROM(mvm->trans->dev, "'Write to NVM\n"); |
| 547 | |
Emmanuel Grumbach | 099d8f2 | 2014-01-05 15:09:44 +0200 | [diff] [blame] | 548 | for (i = 0; i < ARRAY_SIZE(mvm->nvm_sections); i++) { |
| 549 | if (!mvm->nvm_sections[i].data || !mvm->nvm_sections[i].length) |
| 550 | continue; |
| 551 | ret = iwl_nvm_write_section(mvm, i, sections[i].data, |
| 552 | sections[i].length); |
Eytan Lifshitz | 81a67e3 | 2013-09-11 12:39:18 +0200 | [diff] [blame] | 553 | if (ret < 0) { |
| 554 | IWL_ERR(mvm, "iwl_mvm_send_cmd failed: %d\n", ret); |
| 555 | break; |
| 556 | } |
| 557 | } |
| 558 | return ret; |
| 559 | } |
| 560 | |
Eran Harary | 14b485f | 2014-04-23 10:46:09 +0300 | [diff] [blame] | 561 | int iwl_nvm_init(struct iwl_mvm *mvm, bool read_nvm_from_nic) |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 562 | { |
Eran Harary | d6aeb35 | 2014-05-11 09:44:17 +0300 | [diff] [blame] | 563 | int ret, section; |
Liad Kaufman | 5daddc9 | 2014-05-21 14:37:00 +0300 | [diff] [blame] | 564 | u32 size_read = 0; |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 565 | u8 *nvm_buffer, *temp; |
Eran Harary | d383c74 | 2015-03-24 10:59:46 +0200 | [diff] [blame] | 566 | const char *nvm_file_B = mvm->cfg->default_nvm_file_B_step; |
| 567 | const char *nvm_file_C = mvm->cfg->default_nvm_file_C_step; |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 568 | |
Eran Harary | ae2b21b | 2014-01-09 08:08:24 +0200 | [diff] [blame] | 569 | if (WARN_ON_ONCE(mvm->cfg->nvm_hw_section_num >= NVM_MAX_NUM_SECTIONS)) |
| 570 | return -EINVAL; |
| 571 | |
Eran Harary | 26481bf | 2014-03-25 14:14:44 +0200 | [diff] [blame] | 572 | /* load NVM values from nic */ |
Eran Harary | 14b485f | 2014-04-23 10:46:09 +0300 | [diff] [blame] | 573 | if (read_nvm_from_nic) { |
Eytan Lifshitz | 81a67e3 | 2013-09-11 12:39:18 +0200 | [diff] [blame] | 574 | /* Read From FW NVM */ |
| 575 | IWL_DEBUG_EEPROM(mvm->trans->dev, "Read from NVM\n"); |
Eran Harary | 1214755 | 2013-05-09 08:07:59 +0300 | [diff] [blame] | 576 | |
Eytan Lifshitz | 81a67e3 | 2013-09-11 12:39:18 +0200 | [diff] [blame] | 577 | nvm_buffer = kmalloc(mvm->cfg->base_params->eeprom_size, |
| 578 | GFP_KERNEL); |
| 579 | if (!nvm_buffer) |
| 580 | return -ENOMEM; |
Eran Harary | d6aeb35 | 2014-05-11 09:44:17 +0300 | [diff] [blame] | 581 | for (section = 0; section < NVM_MAX_NUM_SECTIONS; section++) { |
Eytan Lifshitz | 81a67e3 | 2013-09-11 12:39:18 +0200 | [diff] [blame] | 582 | /* we override the constness for initial read */ |
Liad Kaufman | 5daddc9 | 2014-05-21 14:37:00 +0300 | [diff] [blame] | 583 | ret = iwl_nvm_read_section(mvm, section, nvm_buffer, |
| 584 | size_read); |
Eytan Lifshitz | 81a67e3 | 2013-09-11 12:39:18 +0200 | [diff] [blame] | 585 | if (ret < 0) |
Eran Harary | d6aeb35 | 2014-05-11 09:44:17 +0300 | [diff] [blame] | 586 | continue; |
Liad Kaufman | 5daddc9 | 2014-05-21 14:37:00 +0300 | [diff] [blame] | 587 | size_read += ret; |
Eytan Lifshitz | 81a67e3 | 2013-09-11 12:39:18 +0200 | [diff] [blame] | 588 | temp = kmemdup(nvm_buffer, ret, GFP_KERNEL); |
| 589 | if (!temp) { |
| 590 | ret = -ENOMEM; |
| 591 | break; |
| 592 | } |
Johannes Berg | 7d16204 | 2015-09-17 15:54:47 +0200 | [diff] [blame] | 593 | |
| 594 | iwl_mvm_nvm_fixups(mvm, section, temp, ret); |
| 595 | |
Eytan Lifshitz | 81a67e3 | 2013-09-11 12:39:18 +0200 | [diff] [blame] | 596 | mvm->nvm_sections[section].data = temp; |
| 597 | mvm->nvm_sections[section].length = ret; |
Emmanuel Grumbach | 086f736 | 2013-11-18 17:00:03 +0200 | [diff] [blame] | 598 | |
| 599 | #ifdef CONFIG_IWLWIFI_DEBUGFS |
| 600 | switch (section) { |
Emmanuel Grumbach | 086f736 | 2013-11-18 17:00:03 +0200 | [diff] [blame] | 601 | case NVM_SECTION_TYPE_SW: |
| 602 | mvm->nvm_sw_blob.data = temp; |
| 603 | mvm->nvm_sw_blob.size = ret; |
| 604 | break; |
| 605 | case NVM_SECTION_TYPE_CALIBRATION: |
| 606 | mvm->nvm_calib_blob.data = temp; |
| 607 | mvm->nvm_calib_blob.size = ret; |
| 608 | break; |
| 609 | case NVM_SECTION_TYPE_PRODUCTION: |
| 610 | mvm->nvm_prod_blob.data = temp; |
| 611 | mvm->nvm_prod_blob.size = ret; |
| 612 | break; |
Moshe Harel | 91fac94 | 2015-09-02 12:45:12 +0300 | [diff] [blame] | 613 | case NVM_SECTION_TYPE_PHY_SKU: |
| 614 | mvm->nvm_phy_sku_blob.data = temp; |
| 615 | mvm->nvm_phy_sku_blob.size = ret; |
| 616 | break; |
Emmanuel Grumbach | 086f736 | 2013-11-18 17:00:03 +0200 | [diff] [blame] | 617 | default: |
Eran Harary | ae2b21b | 2014-01-09 08:08:24 +0200 | [diff] [blame] | 618 | if (section == mvm->cfg->nvm_hw_section_num) { |
| 619 | mvm->nvm_hw_blob.data = temp; |
| 620 | mvm->nvm_hw_blob.size = ret; |
| 621 | break; |
| 622 | } |
Emmanuel Grumbach | 086f736 | 2013-11-18 17:00:03 +0200 | [diff] [blame] | 623 | } |
| 624 | #endif |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 625 | } |
Eran Harary | bdce40f | 2014-07-01 17:31:38 +0300 | [diff] [blame] | 626 | if (!size_read) |
| 627 | IWL_ERR(mvm, "OTP is blank\n"); |
Eytan Lifshitz | 81a67e3 | 2013-09-11 12:39:18 +0200 | [diff] [blame] | 628 | kfree(nvm_buffer); |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 629 | } |
| 630 | |
Eran Harary | 4fb0628 | 2015-04-19 10:05:18 +0300 | [diff] [blame] | 631 | /* Only if PNVM selected in the mod param - load external NVM */ |
Eran Harary | e02a9d6 | 2014-05-07 12:27:10 +0300 | [diff] [blame] | 632 | if (mvm->nvm_file_name) { |
Eran Harary | 4fb0628 | 2015-04-19 10:05:18 +0300 | [diff] [blame] | 633 | /* read External NVM file from the mod param */ |
Eran Harary | 26481bf | 2014-03-25 14:14:44 +0200 | [diff] [blame] | 634 | ret = iwl_mvm_read_external_nvm(mvm); |
Eran Harary | d383c74 | 2015-03-24 10:59:46 +0200 | [diff] [blame] | 635 | if (ret) { |
| 636 | /* choose the nvm_file name according to the |
| 637 | * HW step |
| 638 | */ |
| 639 | if (CSR_HW_REV_STEP(mvm->trans->hw_rev) == |
| 640 | SILICON_B_STEP) |
| 641 | mvm->nvm_file_name = nvm_file_B; |
| 642 | else |
| 643 | mvm->nvm_file_name = nvm_file_C; |
| 644 | |
| 645 | if (ret == -EFAULT && mvm->nvm_file_name) { |
| 646 | /* in case nvm file was failed try again */ |
| 647 | ret = iwl_mvm_read_external_nvm(mvm); |
| 648 | if (ret) |
| 649 | return ret; |
| 650 | } else { |
| 651 | return ret; |
| 652 | } |
| 653 | } |
Eran Harary | 26481bf | 2014-03-25 14:14:44 +0200 | [diff] [blame] | 654 | } |
| 655 | |
| 656 | /* parse the relevant nvm sections */ |
Emmanuel Grumbach | b9545b4 | 2013-03-06 11:34:44 +0200 | [diff] [blame] | 657 | mvm->nvm_data = iwl_parse_nvm_sections(mvm); |
Johannes Berg | 82598b4 | 2013-05-13 21:44:42 +0200 | [diff] [blame] | 658 | if (!mvm->nvm_data) |
| 659 | return -ENODATA; |
Eran Harary | 2a831e0 | 2014-12-29 13:02:13 +0200 | [diff] [blame] | 660 | IWL_DEBUG_EEPROM(mvm->trans->dev, "nvm version = %x\n", |
| 661 | mvm->nvm_data->nvm_version); |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 662 | |
Johannes Berg | 82598b4 | 2013-05-13 21:44:42 +0200 | [diff] [blame] | 663 | return 0; |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 664 | } |
Arik Nemtsov | dcaf9f5 | 2014-03-04 19:54:12 +0200 | [diff] [blame] | 665 | |
| 666 | struct iwl_mcc_update_resp * |
Eran Harary | 8ba2d7a | 2015-02-08 11:41:43 +0200 | [diff] [blame] | 667 | iwl_mvm_update_mcc(struct iwl_mvm *mvm, const char *alpha2, |
| 668 | enum iwl_mcc_source src_id) |
Arik Nemtsov | dcaf9f5 | 2014-03-04 19:54:12 +0200 | [diff] [blame] | 669 | { |
| 670 | struct iwl_mcc_update_cmd mcc_update_cmd = { |
| 671 | .mcc = cpu_to_le16(alpha2[0] << 8 | alpha2[1]), |
Eran Harary | 8ba2d7a | 2015-02-08 11:41:43 +0200 | [diff] [blame] | 672 | .source_id = (u8)src_id, |
Arik Nemtsov | dcaf9f5 | 2014-03-04 19:54:12 +0200 | [diff] [blame] | 673 | }; |
| 674 | struct iwl_mcc_update_resp *mcc_resp, *resp_cp = NULL; |
Matti Gottlieb | 6fa5243 | 2016-01-04 13:38:41 +0200 | [diff] [blame^] | 675 | struct iwl_mcc_update_resp_v1 *mcc_resp_v1 = NULL; |
Arik Nemtsov | dcaf9f5 | 2014-03-04 19:54:12 +0200 | [diff] [blame] | 676 | struct iwl_rx_packet *pkt; |
| 677 | struct iwl_host_cmd cmd = { |
| 678 | .id = MCC_UPDATE_CMD, |
| 679 | .flags = CMD_WANT_SKB, |
| 680 | .data = { &mcc_update_cmd }, |
| 681 | }; |
| 682 | |
| 683 | int ret; |
| 684 | u32 status; |
| 685 | int resp_len, n_channels; |
| 686 | u16 mcc; |
Matti Gottlieb | 6fa5243 | 2016-01-04 13:38:41 +0200 | [diff] [blame^] | 687 | bool resp_v2 = fw_has_capa(&mvm->fw->ucode_capa, |
| 688 | IWL_UCODE_TLV_CAPA_LAR_SUPPORT_V2); |
Arik Nemtsov | dcaf9f5 | 2014-03-04 19:54:12 +0200 | [diff] [blame] | 689 | |
| 690 | if (WARN_ON_ONCE(!iwl_mvm_is_lar_supported(mvm))) |
| 691 | return ERR_PTR(-EOPNOTSUPP); |
| 692 | |
| 693 | cmd.len[0] = sizeof(struct iwl_mcc_update_cmd); |
Matti Gottlieb | 6fa5243 | 2016-01-04 13:38:41 +0200 | [diff] [blame^] | 694 | if (!resp_v2) |
| 695 | cmd.len[0] = sizeof(struct iwl_mcc_update_cmd_v1); |
Arik Nemtsov | dcaf9f5 | 2014-03-04 19:54:12 +0200 | [diff] [blame] | 696 | |
Eran Harary | 8ba2d7a | 2015-02-08 11:41:43 +0200 | [diff] [blame] | 697 | IWL_DEBUG_LAR(mvm, "send MCC update to FW with '%c%c' src = %d\n", |
| 698 | alpha2[0], alpha2[1], src_id); |
Arik Nemtsov | dcaf9f5 | 2014-03-04 19:54:12 +0200 | [diff] [blame] | 699 | |
| 700 | ret = iwl_mvm_send_cmd(mvm, &cmd); |
| 701 | if (ret) |
| 702 | return ERR_PTR(ret); |
| 703 | |
| 704 | pkt = cmd.resp_pkt; |
Arik Nemtsov | dcaf9f5 | 2014-03-04 19:54:12 +0200 | [diff] [blame] | 705 | |
| 706 | /* Extract MCC response */ |
Matti Gottlieb | 6fa5243 | 2016-01-04 13:38:41 +0200 | [diff] [blame^] | 707 | if (resp_v2) { |
| 708 | mcc_resp = (void *)pkt->data; |
| 709 | n_channels = __le32_to_cpu(mcc_resp->n_channels); |
| 710 | } else { |
| 711 | mcc_resp_v1 = (void *)pkt->data; |
| 712 | n_channels = __le32_to_cpu(mcc_resp_v1->n_channels); |
Arik Nemtsov | dcaf9f5 | 2014-03-04 19:54:12 +0200 | [diff] [blame] | 713 | } |
| 714 | |
Matti Gottlieb | 6fa5243 | 2016-01-04 13:38:41 +0200 | [diff] [blame^] | 715 | resp_len = sizeof(struct iwl_mcc_update_resp) + n_channels * |
| 716 | sizeof(__le32); |
Arik Nemtsov | dcaf9f5 | 2014-03-04 19:54:12 +0200 | [diff] [blame] | 717 | |
Matti Gottlieb | 6fa5243 | 2016-01-04 13:38:41 +0200 | [diff] [blame^] | 718 | resp_cp = kzalloc(resp_len, GFP_KERNEL); |
Arik Nemtsov | dcaf9f5 | 2014-03-04 19:54:12 +0200 | [diff] [blame] | 719 | if (!resp_cp) { |
| 720 | ret = -ENOMEM; |
| 721 | goto exit; |
| 722 | } |
| 723 | |
Matti Gottlieb | 6fa5243 | 2016-01-04 13:38:41 +0200 | [diff] [blame^] | 724 | if (resp_v2) { |
| 725 | memcpy(resp_cp, mcc_resp, resp_len); |
| 726 | } else { |
| 727 | resp_cp->status = mcc_resp_v1->status; |
| 728 | resp_cp->mcc = mcc_resp_v1->mcc; |
| 729 | resp_cp->cap = mcc_resp_v1->cap; |
| 730 | resp_cp->source_id = mcc_resp_v1->source_id; |
| 731 | resp_cp->n_channels = mcc_resp_v1->n_channels; |
| 732 | memcpy(resp_cp->channels, mcc_resp_v1->channels, |
| 733 | n_channels * sizeof(__le32)); |
| 734 | } |
| 735 | |
| 736 | status = le32_to_cpu(resp_cp->status); |
| 737 | |
| 738 | mcc = le16_to_cpu(resp_cp->mcc); |
| 739 | |
| 740 | /* W/A for a FW/NVM issue - returns 0x00 for the world domain */ |
| 741 | if (mcc == 0) { |
| 742 | mcc = 0x3030; /* "00" - world */ |
| 743 | resp_cp->mcc = cpu_to_le16(mcc); |
| 744 | } |
| 745 | |
| 746 | IWL_DEBUG_LAR(mvm, |
| 747 | "MCC response status: 0x%x. new MCC: 0x%x ('%c%c') change: %d n_chans: %d\n", |
| 748 | status, mcc, mcc >> 8, mcc & 0xff, |
| 749 | !!(status == MCC_RESP_NEW_CHAN_PROFILE), n_channels); |
| 750 | |
Arik Nemtsov | dcaf9f5 | 2014-03-04 19:54:12 +0200 | [diff] [blame] | 751 | exit: |
| 752 | iwl_free_resp(&cmd); |
| 753 | if (ret) |
| 754 | return ERR_PTR(ret); |
| 755 | return resp_cp; |
| 756 | } |
Arik Nemtsov | 90d4f7d | 2014-03-04 19:58:46 +0200 | [diff] [blame] | 757 | |
Jonathan Doron | 7f0344c | 2014-11-27 16:57:55 +0200 | [diff] [blame] | 758 | #ifdef CONFIG_ACPI |
| 759 | #define WRD_METHOD "WRDD" |
| 760 | #define WRDD_WIFI (0x07) |
| 761 | #define WRDD_WIGIG (0x10) |
| 762 | |
| 763 | static u32 iwl_mvm_wrdd_get_mcc(struct iwl_mvm *mvm, union acpi_object *wrdd) |
| 764 | { |
| 765 | union acpi_object *mcc_pkg, *domain_type, *mcc_value; |
| 766 | u32 i; |
| 767 | |
| 768 | if (wrdd->type != ACPI_TYPE_PACKAGE || |
| 769 | wrdd->package.count < 2 || |
| 770 | wrdd->package.elements[0].type != ACPI_TYPE_INTEGER || |
| 771 | wrdd->package.elements[0].integer.value != 0) { |
| 772 | IWL_DEBUG_LAR(mvm, "Unsupported wrdd structure\n"); |
| 773 | return 0; |
| 774 | } |
| 775 | |
| 776 | for (i = 1 ; i < wrdd->package.count ; ++i) { |
| 777 | mcc_pkg = &wrdd->package.elements[i]; |
| 778 | |
| 779 | if (mcc_pkg->type != ACPI_TYPE_PACKAGE || |
| 780 | mcc_pkg->package.count < 2 || |
| 781 | mcc_pkg->package.elements[0].type != ACPI_TYPE_INTEGER || |
| 782 | mcc_pkg->package.elements[1].type != ACPI_TYPE_INTEGER) { |
| 783 | mcc_pkg = NULL; |
| 784 | continue; |
| 785 | } |
| 786 | |
| 787 | domain_type = &mcc_pkg->package.elements[0]; |
| 788 | if (domain_type->integer.value == WRDD_WIFI) |
| 789 | break; |
| 790 | |
| 791 | mcc_pkg = NULL; |
| 792 | } |
| 793 | |
| 794 | if (mcc_pkg) { |
| 795 | mcc_value = &mcc_pkg->package.elements[1]; |
| 796 | return mcc_value->integer.value; |
| 797 | } |
| 798 | |
| 799 | return 0; |
| 800 | } |
| 801 | |
| 802 | static int iwl_mvm_get_bios_mcc(struct iwl_mvm *mvm, char *mcc) |
| 803 | { |
| 804 | acpi_handle root_handle; |
| 805 | acpi_handle handle; |
| 806 | struct acpi_buffer wrdd = {ACPI_ALLOCATE_BUFFER, NULL}; |
| 807 | acpi_status status; |
| 808 | u32 mcc_val; |
| 809 | struct pci_dev *pdev = to_pci_dev(mvm->dev); |
| 810 | |
| 811 | root_handle = ACPI_HANDLE(&pdev->dev); |
| 812 | if (!root_handle) { |
| 813 | IWL_DEBUG_LAR(mvm, |
| 814 | "Could not retrieve root port ACPI handle\n"); |
| 815 | return -ENOENT; |
| 816 | } |
| 817 | |
| 818 | /* Get the method's handle */ |
| 819 | status = acpi_get_handle(root_handle, (acpi_string)WRD_METHOD, &handle); |
| 820 | if (ACPI_FAILURE(status)) { |
| 821 | IWL_DEBUG_LAR(mvm, "WRD method not found\n"); |
| 822 | return -ENOENT; |
| 823 | } |
| 824 | |
| 825 | /* Call WRDD with no arguments */ |
| 826 | status = acpi_evaluate_object(handle, NULL, NULL, &wrdd); |
| 827 | if (ACPI_FAILURE(status)) { |
| 828 | IWL_DEBUG_LAR(mvm, "WRDC invocation failed (0x%x)\n", status); |
| 829 | return -ENOENT; |
| 830 | } |
| 831 | |
| 832 | mcc_val = iwl_mvm_wrdd_get_mcc(mvm, wrdd.pointer); |
| 833 | kfree(wrdd.pointer); |
| 834 | if (!mcc_val) |
| 835 | return -ENOENT; |
| 836 | |
| 837 | mcc[0] = (mcc_val >> 8) & 0xff; |
| 838 | mcc[1] = mcc_val & 0xff; |
| 839 | mcc[2] = '\0'; |
| 840 | return 0; |
| 841 | } |
| 842 | #else /* CONFIG_ACPI */ |
| 843 | static int iwl_mvm_get_bios_mcc(struct iwl_mvm *mvm, char *mcc) |
| 844 | { |
| 845 | return -ENOENT; |
| 846 | } |
| 847 | #endif |
| 848 | |
Arik Nemtsov | 90d4f7d | 2014-03-04 19:58:46 +0200 | [diff] [blame] | 849 | int iwl_mvm_init_mcc(struct iwl_mvm *mvm) |
| 850 | { |
Matti Gottlieb | d0d1519 | 2014-07-31 09:16:25 +0300 | [diff] [blame] | 851 | bool tlv_lar; |
| 852 | bool nvm_lar; |
Eran Harary | 8ba2d7a | 2015-02-08 11:41:43 +0200 | [diff] [blame] | 853 | int retval; |
| 854 | struct ieee80211_regdomain *regd; |
Jonathan Doron | 7f0344c | 2014-11-27 16:57:55 +0200 | [diff] [blame] | 855 | char mcc[3]; |
Matti Gottlieb | d0d1519 | 2014-07-31 09:16:25 +0300 | [diff] [blame] | 856 | |
| 857 | if (mvm->cfg->device_family == IWL_DEVICE_FAMILY_8000) { |
Johannes Berg | 859d914 | 2015-06-01 17:11:11 +0200 | [diff] [blame] | 858 | tlv_lar = fw_has_capa(&mvm->fw->ucode_capa, |
| 859 | IWL_UCODE_TLV_CAPA_LAR_SUPPORT); |
Matti Gottlieb | d0d1519 | 2014-07-31 09:16:25 +0300 | [diff] [blame] | 860 | nvm_lar = mvm->nvm_data->lar_enabled; |
| 861 | if (tlv_lar != nvm_lar) |
| 862 | IWL_INFO(mvm, |
| 863 | "Conflict between TLV & NVM regarding enabling LAR (TLV = %s NVM =%s)\n", |
| 864 | tlv_lar ? "enabled" : "disabled", |
| 865 | nvm_lar ? "enabled" : "disabled"); |
| 866 | } |
| 867 | |
Arik Nemtsov | 90d4f7d | 2014-03-04 19:58:46 +0200 | [diff] [blame] | 868 | if (!iwl_mvm_is_lar_supported(mvm)) |
| 869 | return 0; |
| 870 | |
| 871 | /* |
Arik Nemtsov | b6e160a | 2015-03-23 14:32:53 +0200 | [diff] [blame] | 872 | * try to replay the last set MCC to FW. If it doesn't exist, |
Arik Nemtsov | 90d4f7d | 2014-03-04 19:58:46 +0200 | [diff] [blame] | 873 | * queue an update to cfg80211 to retrieve the default alpha2 from FW. |
| 874 | */ |
Arik Nemtsov | b6e160a | 2015-03-23 14:32:53 +0200 | [diff] [blame] | 875 | retval = iwl_mvm_init_fw_regd(mvm); |
| 876 | if (retval != -ENOENT) |
| 877 | return retval; |
Arik Nemtsov | 90d4f7d | 2014-03-04 19:58:46 +0200 | [diff] [blame] | 878 | |
| 879 | /* |
Eran Harary | 8ba2d7a | 2015-02-08 11:41:43 +0200 | [diff] [blame] | 880 | * Driver regulatory hint for initial update, this also informs the |
| 881 | * firmware we support wifi location updates. |
Arik Nemtsov | 88931cc | 2014-03-05 12:26:15 +0200 | [diff] [blame] | 882 | * Disallow scans that might crash the FW while the LAR regdomain |
| 883 | * is not set. |
Arik Nemtsov | 90d4f7d | 2014-03-04 19:58:46 +0200 | [diff] [blame] | 884 | */ |
Arik Nemtsov | 88931cc | 2014-03-05 12:26:15 +0200 | [diff] [blame] | 885 | mvm->lar_regdom_set = false; |
Eran Harary | 8ba2d7a | 2015-02-08 11:41:43 +0200 | [diff] [blame] | 886 | |
Jonathan Doron | 47c8b15 | 2014-11-27 16:55:25 +0200 | [diff] [blame] | 887 | regd = iwl_mvm_get_current_regdomain(mvm, NULL); |
Eran Harary | 8ba2d7a | 2015-02-08 11:41:43 +0200 | [diff] [blame] | 888 | if (IS_ERR_OR_NULL(regd)) |
| 889 | return -EIO; |
| 890 | |
Jonathan Doron | 7f0344c | 2014-11-27 16:57:55 +0200 | [diff] [blame] | 891 | if (iwl_mvm_is_wifi_mcc_supported(mvm) && |
| 892 | !iwl_mvm_get_bios_mcc(mvm, mcc)) { |
| 893 | kfree(regd); |
| 894 | regd = iwl_mvm_get_regdomain(mvm->hw->wiphy, mcc, |
Jonathan Doron | 47c8b15 | 2014-11-27 16:55:25 +0200 | [diff] [blame] | 895 | MCC_SOURCE_BIOS, NULL); |
Jonathan Doron | 7f0344c | 2014-11-27 16:57:55 +0200 | [diff] [blame] | 896 | if (IS_ERR_OR_NULL(regd)) |
| 897 | return -EIO; |
| 898 | } |
| 899 | |
Eran Harary | 8ba2d7a | 2015-02-08 11:41:43 +0200 | [diff] [blame] | 900 | retval = regulatory_set_wiphy_regd_sync_rtnl(mvm->hw->wiphy, regd); |
| 901 | kfree(regd); |
| 902 | return retval; |
Arik Nemtsov | 88931cc | 2014-03-05 12:26:15 +0200 | [diff] [blame] | 903 | } |
| 904 | |
Johannes Berg | 0416841 | 2015-06-23 21:22:09 +0200 | [diff] [blame] | 905 | void iwl_mvm_rx_chub_update_mcc(struct iwl_mvm *mvm, |
| 906 | struct iwl_rx_cmd_buffer *rxb) |
Arik Nemtsov | 88931cc | 2014-03-05 12:26:15 +0200 | [diff] [blame] | 907 | { |
| 908 | struct iwl_rx_packet *pkt = rxb_addr(rxb); |
| 909 | struct iwl_mcc_chub_notif *notif = (void *)pkt->data; |
Eran Harary | 8ba2d7a | 2015-02-08 11:41:43 +0200 | [diff] [blame] | 910 | enum iwl_mcc_source src; |
Arik Nemtsov | 88931cc | 2014-03-05 12:26:15 +0200 | [diff] [blame] | 911 | char mcc[3]; |
Eran Harary | 8ba2d7a | 2015-02-08 11:41:43 +0200 | [diff] [blame] | 912 | struct ieee80211_regdomain *regd; |
| 913 | |
| 914 | lockdep_assert_held(&mvm->mutex); |
Arik Nemtsov | 88931cc | 2014-03-05 12:26:15 +0200 | [diff] [blame] | 915 | |
| 916 | if (WARN_ON_ONCE(!iwl_mvm_is_lar_supported(mvm))) |
Johannes Berg | 0416841 | 2015-06-23 21:22:09 +0200 | [diff] [blame] | 917 | return; |
Arik Nemtsov | 88931cc | 2014-03-05 12:26:15 +0200 | [diff] [blame] | 918 | |
| 919 | mcc[0] = notif->mcc >> 8; |
| 920 | mcc[1] = notif->mcc & 0xff; |
| 921 | mcc[2] = '\0'; |
Eran Harary | 8ba2d7a | 2015-02-08 11:41:43 +0200 | [diff] [blame] | 922 | src = notif->source_id; |
Arik Nemtsov | 88931cc | 2014-03-05 12:26:15 +0200 | [diff] [blame] | 923 | |
| 924 | IWL_DEBUG_LAR(mvm, |
Eran Harary | 8ba2d7a | 2015-02-08 11:41:43 +0200 | [diff] [blame] | 925 | "RX: received chub update mcc cmd (mcc '%s' src %d)\n", |
| 926 | mcc, src); |
Jonathan Doron | 47c8b15 | 2014-11-27 16:55:25 +0200 | [diff] [blame] | 927 | regd = iwl_mvm_get_regdomain(mvm->hw->wiphy, mcc, src, NULL); |
Eran Harary | 8ba2d7a | 2015-02-08 11:41:43 +0200 | [diff] [blame] | 928 | if (IS_ERR_OR_NULL(regd)) |
Johannes Berg | 0416841 | 2015-06-23 21:22:09 +0200 | [diff] [blame] | 929 | return; |
Eran Harary | 8ba2d7a | 2015-02-08 11:41:43 +0200 | [diff] [blame] | 930 | |
| 931 | regulatory_set_wiphy_regd(mvm->hw->wiphy, regd); |
| 932 | kfree(regd); |
Arik Nemtsov | 90d4f7d | 2014-03-04 19:58:46 +0200 | [diff] [blame] | 933 | } |