core.c 53.8 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
/*
 * Copyright (c) 2005-2011 Atheros Communications Inc.
 * Copyright (c) 2011-2013 Qualcomm Atheros, Inc.
 *
 * Permission to use, copy, modify, and/or distribute this software for any
 * purpose with or without fee is hereby granted, provided that the above
 * copyright notice and this permission notice appear in all copies.
 *
 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 */

#include <linux/module.h>
#include <linux/firmware.h>
20
#include <linux/of.h>
21 22 23 24 25 26 27 28 29

#include "core.h"
#include "mac.h"
#include "htc.h"
#include "hif.h"
#include "wmi.h"
#include "bmi.h"
#include "debug.h"
#include "htt.h"
K
Kalle Valo 已提交
30
#include "testmode.h"
M
Michal Kazior 已提交
31
#include "wmi-ops.h"
32 33

unsigned int ath10k_debug_mask;
34
static unsigned int ath10k_cryptmode_param;
35
static bool uart_print;
36
static bool skip_otp;
B
Bob Copeland 已提交
37
static bool rawmode;
38

39
module_param_named(debug_mask, ath10k_debug_mask, uint, 0644);
40
module_param_named(cryptmode, ath10k_cryptmode_param, uint, 0644);
41
module_param(uart_print, bool, 0644);
42
module_param(skip_otp, bool, 0644);
B
Bob Copeland 已提交
43
module_param(rawmode, bool, 0644);
44

45 46
MODULE_PARM_DESC(debug_mask, "Debugging mask");
MODULE_PARM_DESC(uart_print, "Uart target debugging");
47
MODULE_PARM_DESC(skip_otp, "Skip otp failure for calibration in testmode");
48
MODULE_PARM_DESC(cryptmode, "Crypto mode: 0-hardware, 1-software");
B
Bob Copeland 已提交
49
MODULE_PARM_DESC(rawmode, "Use raw 802.11 frame datapath");
50 51 52 53

static const struct ath10k_hw_params ath10k_hw_params_list[] = {
	{
		.id = QCA988X_HW_2_0_VERSION,
54
		.dev_id = QCA988X_2_0_DEVICE_ID,
55 56
		.name = "qca988x hw2.0",
		.patch_load_addr = QCA988X_HW_2_0_PATCH_LOAD_ADDR,
57
		.uart_pin = 7,
58
		.has_shifted_cc_wraparound = true,
59
		.otp_exe_param = 0,
60
		.channel_counters_freq_hz = 88000,
61
		.max_probe_resp_desc_thres = 0,
62
		.hw_4addr_pad = ATH10K_HW_4ADDR_PAD_AFTER,
63
		.cal_data_len = 2116,
64 65 66
		.fw = {
			.dir = QCA988X_HW_2_0_FW_DIR,
			.board = QCA988X_HW_2_0_BOARD_DATA_FILE,
67 68
			.board_size = QCA988X_BOARD_DATA_SZ,
			.board_ext_size = QCA988X_BOARD_EXT_DATA_SZ,
69 70
		},
	},
M
Michal Kazior 已提交
71 72
	{
		.id = QCA6174_HW_2_1_VERSION,
73 74 75 76 77 78 79
		.dev_id = QCA6164_2_1_DEVICE_ID,
		.name = "qca6164 hw2.1",
		.patch_load_addr = QCA6174_HW_2_1_PATCH_LOAD_ADDR,
		.uart_pin = 6,
		.otp_exe_param = 0,
		.channel_counters_freq_hz = 88000,
		.max_probe_resp_desc_thres = 0,
80
		.cal_data_len = 8124,
81 82 83 84 85 86 87 88 89 90
		.fw = {
			.dir = QCA6174_HW_2_1_FW_DIR,
			.board = QCA6174_HW_2_1_BOARD_DATA_FILE,
			.board_size = QCA6174_BOARD_DATA_SZ,
			.board_ext_size = QCA6174_BOARD_EXT_DATA_SZ,
		},
	},
	{
		.id = QCA6174_HW_2_1_VERSION,
		.dev_id = QCA6174_2_1_DEVICE_ID,
M
Michal Kazior 已提交
91 92 93
		.name = "qca6174 hw2.1",
		.patch_load_addr = QCA6174_HW_2_1_PATCH_LOAD_ADDR,
		.uart_pin = 6,
94
		.otp_exe_param = 0,
95
		.channel_counters_freq_hz = 88000,
96
		.max_probe_resp_desc_thres = 0,
97
		.hw_4addr_pad = ATH10K_HW_4ADDR_PAD_AFTER,
98
		.cal_data_len = 8124,
M
Michal Kazior 已提交
99 100 101 102 103 104 105 106 107
		.fw = {
			.dir = QCA6174_HW_2_1_FW_DIR,
			.board = QCA6174_HW_2_1_BOARD_DATA_FILE,
			.board_size = QCA6174_BOARD_DATA_SZ,
			.board_ext_size = QCA6174_BOARD_EXT_DATA_SZ,
		},
	},
	{
		.id = QCA6174_HW_3_0_VERSION,
108
		.dev_id = QCA6174_2_1_DEVICE_ID,
M
Michal Kazior 已提交
109 110 111
		.name = "qca6174 hw3.0",
		.patch_load_addr = QCA6174_HW_3_0_PATCH_LOAD_ADDR,
		.uart_pin = 6,
112
		.otp_exe_param = 0,
113
		.channel_counters_freq_hz = 88000,
114
		.max_probe_resp_desc_thres = 0,
115
		.hw_4addr_pad = ATH10K_HW_4ADDR_PAD_AFTER,
116
		.cal_data_len = 8124,
M
Michal Kazior 已提交
117 118 119 120 121 122 123
		.fw = {
			.dir = QCA6174_HW_3_0_FW_DIR,
			.board = QCA6174_HW_3_0_BOARD_DATA_FILE,
			.board_size = QCA6174_BOARD_DATA_SZ,
			.board_ext_size = QCA6174_BOARD_EXT_DATA_SZ,
		},
	},
M
Michal Kazior 已提交
124 125
	{
		.id = QCA6174_HW_3_2_VERSION,
126
		.dev_id = QCA6174_2_1_DEVICE_ID,
M
Michal Kazior 已提交
127 128 129
		.name = "qca6174 hw3.2",
		.patch_load_addr = QCA6174_HW_3_0_PATCH_LOAD_ADDR,
		.uart_pin = 6,
130
		.otp_exe_param = 0,
131
		.channel_counters_freq_hz = 88000,
132
		.max_probe_resp_desc_thres = 0,
133
		.hw_4addr_pad = ATH10K_HW_4ADDR_PAD_AFTER,
134
		.cal_data_len = 8124,
M
Michal Kazior 已提交
135 136 137 138 139 140 141 142
		.fw = {
			/* uses same binaries as hw3.0 */
			.dir = QCA6174_HW_3_0_FW_DIR,
			.board = QCA6174_HW_3_0_BOARD_DATA_FILE,
			.board_size = QCA6174_BOARD_DATA_SZ,
			.board_ext_size = QCA6174_BOARD_EXT_DATA_SZ,
		},
	},
143 144
	{
		.id = QCA99X0_HW_2_0_DEV_VERSION,
145
		.dev_id = QCA99X0_2_0_DEVICE_ID,
146 147 148
		.name = "qca99x0 hw2.0",
		.patch_load_addr = QCA99X0_HW_2_0_PATCH_LOAD_ADDR,
		.uart_pin = 7,
149
		.otp_exe_param = 0x00000700,
150
		.continuous_frag_desc = true,
151
		.channel_counters_freq_hz = 150000,
152
		.max_probe_resp_desc_thres = 24,
153
		.hw_4addr_pad = ATH10K_HW_4ADDR_PAD_BEFORE,
154 155 156
		.tx_chain_mask = 0xf,
		.rx_chain_mask = 0xf,
		.max_spatial_stream = 4,
157
		.cal_data_len = 12064,
158 159 160 161 162 163 164
		.fw = {
			.dir = QCA99X0_HW_2_0_FW_DIR,
			.board = QCA99X0_HW_2_0_BOARD_DATA_FILE,
			.board_size = QCA99X0_BOARD_DATA_SZ,
			.board_ext_size = QCA99X0_BOARD_EXT_DATA_SZ,
		},
	},
165 166 167 168 169 170 171 172 173
	{
		.id = QCA9377_HW_1_0_DEV_VERSION,
		.dev_id = QCA9377_1_0_DEVICE_ID,
		.name = "qca9377 hw1.0",
		.patch_load_addr = QCA9377_HW_1_0_PATCH_LOAD_ADDR,
		.uart_pin = 6,
		.otp_exe_param = 0,
		.channel_counters_freq_hz = 88000,
		.max_probe_resp_desc_thres = 0,
174
		.cal_data_len = 8124,
175 176 177 178 179 180 181
		.fw = {
			.dir = QCA9377_HW_1_0_FW_DIR,
			.board = QCA9377_HW_1_0_BOARD_DATA_FILE,
			.board_size = QCA9377_BOARD_DATA_SZ,
			.board_ext_size = QCA9377_BOARD_EXT_DATA_SZ,
		},
	},
182
	{
183
		.id = QCA9377_HW_1_1_DEV_VERSION,
184
		.dev_id = QCA9377_1_0_DEVICE_ID,
185
		.name = "qca9377 hw1.1",
186
		.patch_load_addr = QCA9377_HW_1_0_PATCH_LOAD_ADDR,
187
		.uart_pin = 6,
188
		.otp_exe_param = 0,
189 190
		.channel_counters_freq_hz = 88000,
		.max_probe_resp_desc_thres = 0,
191
		.cal_data_len = 8124,
192 193 194 195 196 197 198
		.fw = {
			.dir = QCA9377_HW_1_0_FW_DIR,
			.board = QCA9377_HW_1_0_BOARD_DATA_FILE,
			.board_size = QCA9377_BOARD_DATA_SZ,
			.board_ext_size = QCA9377_BOARD_EXT_DATA_SZ,
		},
	},
R
Raja Mani 已提交
199 200 201 202 203 204 205 206 207 208 209
	{
		.id = QCA4019_HW_1_0_DEV_VERSION,
		.dev_id = 0,
		.name = "qca4019 hw1.0",
		.patch_load_addr = QCA4019_HW_1_0_PATCH_LOAD_ADDR,
		.uart_pin = 7,
		.otp_exe_param = 0x0010000,
		.continuous_frag_desc = true,
		.channel_counters_freq_hz = 125000,
		.max_probe_resp_desc_thres = 24,
		.hw_4addr_pad = ATH10K_HW_4ADDR_PAD_BEFORE,
210 211 212
		.tx_chain_mask = 0x3,
		.rx_chain_mask = 0x3,
		.max_spatial_stream = 2,
213
		.cal_data_len = 12064,
R
Raja Mani 已提交
214 215 216 217 218 219 220
		.fw = {
			.dir = QCA4019_HW_1_0_FW_DIR,
			.board = QCA4019_HW_1_0_BOARD_DATA_FILE,
			.board_size = QCA4019_BOARD_DATA_SZ,
			.board_ext_size = QCA4019_BOARD_EXT_DATA_SZ,
		},
	},
221 222
};

223 224 225 226 227 228 229 230 231 232 233
static const char *const ath10k_core_fw_feature_str[] = {
	[ATH10K_FW_FEATURE_EXT_WMI_MGMT_RX] = "wmi-mgmt-rx",
	[ATH10K_FW_FEATURE_WMI_10X] = "wmi-10.x",
	[ATH10K_FW_FEATURE_HAS_WMI_MGMT_TX] = "has-wmi-mgmt-tx",
	[ATH10K_FW_FEATURE_NO_P2P] = "no-p2p",
	[ATH10K_FW_FEATURE_WMI_10_2] = "wmi-10.2",
	[ATH10K_FW_FEATURE_MULTI_VIF_PS_SUPPORT] = "multi-vif-ps",
	[ATH10K_FW_FEATURE_WOWLAN_SUPPORT] = "wowlan",
	[ATH10K_FW_FEATURE_IGNORE_OTP_RESULT] = "ignore-otp",
	[ATH10K_FW_FEATURE_NO_NWIFI_DECAP_4ADDR_PADDING] = "no-4addr-pad",
	[ATH10K_FW_FEATURE_SUPPORTS_SKIP_CLOCK_INIT] = "skip-clock-init",
234
	[ATH10K_FW_FEATURE_RAW_MODE_SUPPORT] = "raw-mode",
M
Maharaja 已提交
235
	[ATH10K_FW_FEATURE_SUPPORTS_ADAPTIVE_CCA] = "adaptive-cca",
236
	[ATH10K_FW_FEATURE_MFP_SUPPORT] = "mfp",
237
	[ATH10K_FW_FEATURE_PEER_FLOW_CONTROL] = "peer-flow-ctrl",
238 239 240 241 242 243
};

static unsigned int ath10k_core_get_fw_feature_str(char *buf,
						   size_t buf_len,
						   enum ath10k_fw_features feat)
{
244 245 246 247
	/* make sure that ath10k_core_fw_feature_str[] gets updated */
	BUILD_BUG_ON(ARRAY_SIZE(ath10k_core_fw_feature_str) !=
		     ATH10K_FW_FEATURE_COUNT);

248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263
	if (feat >= ARRAY_SIZE(ath10k_core_fw_feature_str) ||
	    WARN_ON(!ath10k_core_fw_feature_str[feat])) {
		return scnprintf(buf, buf_len, "bit%d", feat);
	}

	return scnprintf(buf, buf_len, "%s", ath10k_core_fw_feature_str[feat]);
}

void ath10k_core_get_fw_features_str(struct ath10k *ar,
				     char *buf,
				     size_t buf_len)
{
	unsigned int len = 0;
	int i;

	for (i = 0; i < ATH10K_FW_FEATURE_COUNT; i++) {
264
		if (test_bit(i, ar->normal_mode_fw.fw_file.fw_features)) {
265 266 267 268 269 270 271 272 273 274
			if (len > 0)
				len += scnprintf(buf + len, buf_len - len, ",");

			len += ath10k_core_get_fw_feature_str(buf + len,
							      buf_len - len,
							      i);
		}
	}
}

275 276
static void ath10k_send_suspend_complete(struct ath10k *ar)
{
277
	ath10k_dbg(ar, ATH10K_DBG_BOOT, "boot suspend complete\n");
278

279
	complete(&ar->target_suspend);
280 281 282 283 284 285 286 287 288 289 290
}

static int ath10k_init_configure_target(struct ath10k *ar)
{
	u32 param_host;
	int ret;

	/* tell target which HTC version it is used*/
	ret = ath10k_bmi_write32(ar, hi_app_host_interest,
				 HTC_PROTOCOL_VERSION);
	if (ret) {
291
		ath10k_err(ar, "settings HTC version failed\n");
292 293 294 295 296 297
		return ret;
	}

	/* set the firmware mode to STA/IBSS/AP */
	ret = ath10k_bmi_read32(ar, hi_option_flag, &param_host);
	if (ret) {
298
		ath10k_err(ar, "setting firmware mode (1/2) failed\n");
299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316
		return ret;
	}

	/* TODO following parameters need to be re-visited. */
	/* num_device */
	param_host |= (1 << HI_OPTION_NUM_DEV_SHIFT);
	/* Firmware mode */
	/* FIXME: Why FW_MODE_AP ??.*/
	param_host |= (HI_OPTION_FW_MODE_AP << HI_OPTION_FW_MODE_SHIFT);
	/* mac_addr_method */
	param_host |= (1 << HI_OPTION_MAC_ADDR_METHOD_SHIFT);
	/* firmware_bridge */
	param_host |= (0 << HI_OPTION_FW_BRIDGE_SHIFT);
	/* fwsubmode */
	param_host |= (0 << HI_OPTION_FW_SUBMODE_SHIFT);

	ret = ath10k_bmi_write32(ar, hi_option_flag, param_host);
	if (ret) {
317
		ath10k_err(ar, "setting firmware mode (2/2) failed\n");
318 319 320 321 322 323
		return ret;
	}

	/* We do all byte-swapping on the host */
	ret = ath10k_bmi_write32(ar, hi_be, 0);
	if (ret) {
324
		ath10k_err(ar, "setting host CPU BE mode failed\n");
325 326 327 328 329 330 331
		return ret;
	}

	/* FW descriptor/Data swap flags */
	ret = ath10k_bmi_write32(ar, hi_fw_swap, 0);

	if (ret) {
332
		ath10k_err(ar, "setting FW data/desc swap flags failed\n");
333 334 335
		return ret;
	}

M
Michal Kazior 已提交
336 337 338 339 340 341 342 343 344 345 346
	/* Some devices have a special sanity check that verifies the PCI
	 * Device ID is written to this host interest var. It is known to be
	 * required to boot QCA6164.
	 */
	ret = ath10k_bmi_write32(ar, hi_hci_uart_pwr_mgmt_params_ext,
				 ar->dev_id);
	if (ret) {
		ath10k_err(ar, "failed to set pwr_mgmt_params: %d\n", ret);
		return ret;
	}

347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371
	return 0;
}

static const struct firmware *ath10k_fetch_fw_file(struct ath10k *ar,
						   const char *dir,
						   const char *file)
{
	char filename[100];
	const struct firmware *fw;
	int ret;

	if (file == NULL)
		return ERR_PTR(-ENOENT);

	if (dir == NULL)
		dir = ".";

	snprintf(filename, sizeof(filename), "%s/%s", dir, file);
	ret = request_firmware(&fw, filename, ar->dev);
	if (ret)
		return ERR_PTR(ret);

	return fw;
}

372 373
static int ath10k_push_board_ext_data(struct ath10k *ar, const void *data,
				      size_t data_len)
374
{
375 376
	u32 board_data_size = ar->hw_params.fw.board_size;
	u32 board_ext_data_size = ar->hw_params.fw.board_ext_size;
377 378 379 380 381
	u32 board_ext_data_addr;
	int ret;

	ret = ath10k_bmi_read32(ar, hi_board_ext_data, &board_ext_data_addr);
	if (ret) {
382 383
		ath10k_err(ar, "could not read board ext data addr (%d)\n",
			   ret);
384 385 386
		return ret;
	}

387
	ath10k_dbg(ar, ATH10K_DBG_BOOT,
388
		   "boot push board extended data addr 0x%x\n",
389 390 391 392 393
		   board_ext_data_addr);

	if (board_ext_data_addr == 0)
		return 0;

394
	if (data_len != (board_data_size + board_ext_data_size)) {
395
		ath10k_err(ar, "invalid board (ext) data sizes %zu != %d+%d\n",
396
			   data_len, board_data_size, board_ext_data_size);
397 398 399 400
		return -EINVAL;
	}

	ret = ath10k_bmi_write_memory(ar, board_ext_data_addr,
401
				      data + board_data_size,
402 403
				      board_ext_data_size);
	if (ret) {
404
		ath10k_err(ar, "could not write board ext data (%d)\n", ret);
405 406 407 408 409 410
		return ret;
	}

	ret = ath10k_bmi_write32(ar, hi_board_ext_data_config,
				 (board_ext_data_size << 16) | 1);
	if (ret) {
411 412
		ath10k_err(ar, "could not write board ext data bit (%d)\n",
			   ret);
413 414 415 416 417 418
		return ret;
	}

	return 0;
}

419 420
static int ath10k_download_board_data(struct ath10k *ar, const void *data,
				      size_t data_len)
421
{
422
	u32 board_data_size = ar->hw_params.fw.board_size;
423 424 425
	u32 address;
	int ret;

426
	ret = ath10k_push_board_ext_data(ar, data, data_len);
427
	if (ret) {
428
		ath10k_err(ar, "could not push board ext data (%d)\n", ret);
429 430 431 432 433
		goto exit;
	}

	ret = ath10k_bmi_read32(ar, hi_board_data, &address);
	if (ret) {
434
		ath10k_err(ar, "could not read board data addr (%d)\n", ret);
435 436 437
		goto exit;
	}

438
	ret = ath10k_bmi_write_memory(ar, address, data,
439
				      min_t(u32, board_data_size,
440
					    data_len));
441
	if (ret) {
442
		ath10k_err(ar, "could not write board data (%d)\n", ret);
443 444 445 446 447
		goto exit;
	}

	ret = ath10k_bmi_write32(ar, hi_board_data_initialized, 1);
	if (ret) {
448
		ath10k_err(ar, "could not write board data bit (%d)\n", ret);
449 450 451 452 453 454 455
		goto exit;
	}

exit:
	return ret;
}

456 457
static int ath10k_download_cal_file(struct ath10k *ar,
				    const struct firmware *file)
458 459 460
{
	int ret;

461
	if (!file)
462 463
		return -ENOENT;

464 465
	if (IS_ERR(file))
		return PTR_ERR(file);
466

467
	ret = ath10k_download_board_data(ar, file->data, file->size);
468 469 470 471 472 473 474 475 476 477
	if (ret) {
		ath10k_err(ar, "failed to download cal_file data: %d\n", ret);
		return ret;
	}

	ath10k_dbg(ar, ATH10K_DBG_BOOT, "boot cal file downloaded\n");

	return 0;
}

478
static int ath10k_download_cal_dt(struct ath10k *ar, const char *dt_name)
479 480 481 482 483 484 485 486 487 488 489 490 491
{
	struct device_node *node;
	int data_len;
	void *data;
	int ret;

	node = ar->dev->of_node;
	if (!node)
		/* Device Tree is optional, don't print any warnings if
		 * there's no node for ath10k.
		 */
		return -ENOENT;

492
	if (!of_get_property(node, dt_name, &data_len)) {
493 494 495 496
		/* The calibration data node is optional */
		return -ENOENT;
	}

497
	if (data_len != ar->hw_params.cal_data_len) {
498 499 500 501 502 503 504 505 506 507 508 509
		ath10k_warn(ar, "invalid calibration data length in DT: %d\n",
			    data_len);
		ret = -EMSGSIZE;
		goto out;
	}

	data = kmalloc(data_len, GFP_KERNEL);
	if (!data) {
		ret = -ENOMEM;
		goto out;
	}

510
	ret = of_property_read_u8_array(node, dt_name, data, data_len);
511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532
	if (ret) {
		ath10k_warn(ar, "failed to read calibration data from DT: %d\n",
			    ret);
		goto out_free;
	}

	ret = ath10k_download_board_data(ar, data, data_len);
	if (ret) {
		ath10k_warn(ar, "failed to download calibration data from Device Tree: %d\n",
			    ret);
		goto out_free;
	}

	ret = 0;

out_free:
	kfree(data);

out:
	return ret;
}

533 534 535 536 537 538 539 540
static int ath10k_core_get_board_id_from_otp(struct ath10k *ar)
{
	u32 result, address;
	u8 board_id, chip_id;
	int ret;

	address = ar->hw_params.patch_load_addr;

541 542
	if (!ar->normal_mode_fw.fw_file.otp_data ||
	    !ar->normal_mode_fw.fw_file.otp_len) {
543 544 545 546 547 548 549
		ath10k_warn(ar,
			    "failed to retrieve board id because of invalid otp\n");
		return -ENODATA;
	}

	ath10k_dbg(ar, ATH10K_DBG_BOOT,
		   "boot upload otp to 0x%x len %zd for board id\n",
550
		   address, ar->normal_mode_fw.fw_file.otp_len);
551

552 553 554
	ret = ath10k_bmi_fast_download(ar, address,
				       ar->normal_mode_fw.fw_file.otp_data,
				       ar->normal_mode_fw.fw_file.otp_len);
555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585
	if (ret) {
		ath10k_err(ar, "could not write otp for board id check: %d\n",
			   ret);
		return ret;
	}

	ret = ath10k_bmi_execute(ar, address, BMI_PARAM_GET_EEPROM_BOARD_ID,
				 &result);
	if (ret) {
		ath10k_err(ar, "could not execute otp for board id check: %d\n",
			   ret);
		return ret;
	}

	board_id = MS(result, ATH10K_BMI_BOARD_ID_FROM_OTP);
	chip_id = MS(result, ATH10K_BMI_CHIP_ID_FROM_OTP);

	ath10k_dbg(ar, ATH10K_DBG_BOOT,
		   "boot get otp board id result 0x%08x board_id %d chip_id %d\n",
		   result, board_id, chip_id);

	if ((result & ATH10K_BMI_BOARD_ID_STATUS_MASK) != 0)
		return -EOPNOTSUPP;

	ar->id.bmi_ids_valid = true;
	ar->id.bmi_board_id = board_id;
	ar->id.bmi_chip_id = chip_id;

	return 0;
}

586 587
static int ath10k_download_and_run_otp(struct ath10k *ar)
{
588
	u32 result, address = ar->hw_params.patch_load_addr;
589
	u32 bmi_otp_exe_param = ar->hw_params.otp_exe_param;
590 591
	int ret;

592 593 594
	ret = ath10k_download_board_data(ar,
					 ar->running_fw->board_data,
					 ar->running_fw->board_len);
595 596 597 598 599
	if (ret) {
		ath10k_err(ar, "failed to download board data: %d\n", ret);
		return ret;
	}

600 601
	/* OTP is optional */

602 603
	if (!ar->running_fw->fw_file.otp_data ||
	    !ar->running_fw->fw_file.otp_len) {
604
		ath10k_warn(ar, "Not running otp, calibration will be incorrect (otp-data %p otp_len %zd)!\n",
605 606
			    ar->running_fw->fw_file.otp_data,
			    ar->running_fw->fw_file.otp_len);
607
		return 0;
K
Kalle Valo 已提交
608 609
	}

610
	ath10k_dbg(ar, ATH10K_DBG_BOOT, "boot upload otp to 0x%x len %zd\n",
611
		   address, ar->running_fw->fw_file.otp_len);
612

613 614 615
	ret = ath10k_bmi_fast_download(ar, address,
				       ar->running_fw->fw_file.otp_data,
				       ar->running_fw->fw_file.otp_len);
616
	if (ret) {
617
		ath10k_err(ar, "could not write otp (%d)\n", ret);
K
Kalle Valo 已提交
618
		return ret;
619 620
	}

621
	ret = ath10k_bmi_execute(ar, address, bmi_otp_exe_param, &result);
622
	if (ret) {
623
		ath10k_err(ar, "could not execute otp (%d)\n", ret);
K
Kalle Valo 已提交
624
		return ret;
625 626
	}

627
	ath10k_dbg(ar, ATH10K_DBG_BOOT, "boot otp execute result %d\n", result);
K
Kalle Valo 已提交
628

629
	if (!(skip_otp || test_bit(ATH10K_FW_FEATURE_IGNORE_OTP_RESULT,
630
				   ar->running_fw->fw_file.fw_features)) &&
631
	    result != 0) {
632
		ath10k_err(ar, "otp calibration failed: %d", result);
K
Kalle Valo 已提交
633 634 635 636
		return -EINVAL;
	}

	return 0;
637 638
}

639
static int ath10k_download_fw(struct ath10k *ar)
640
{
K
Kalle Valo 已提交
641 642
	u32 address, data_len;
	const void *data;
643 644 645 646
	int ret;

	address = ar->hw_params.patch_load_addr;

647 648 649
	data = ar->running_fw->fw_file.firmware_data;
	data_len = ar->running_fw->fw_file.firmware_len;

650
	ret = ath10k_swap_code_seg_configure(ar);
651 652 653 654
	if (ret) {
		ath10k_err(ar, "failed to configure fw code swap: %d\n",
			   ret);
		return ret;
K
Kalle Valo 已提交
655 656 657
	}

	ath10k_dbg(ar, ATH10K_DBG_BOOT,
658 659
		   "boot uploading firmware image %p len %d\n",
		   data, data_len);
K
Kalle Valo 已提交
660 661

	ret = ath10k_bmi_fast_download(ar, address, data, data_len);
662
	if (ret) {
663 664
		ath10k_err(ar, "failed to download firmware: %d\n",
			   ret);
K
Kalle Valo 已提交
665
		return ret;
666 667
	}

668 669 670
	return ret;
}

671
static void ath10k_core_free_board_files(struct ath10k *ar)
672
{
673 674
	if (!IS_ERR(ar->normal_mode_fw.board))
		release_firmware(ar->normal_mode_fw.board);
675

676 677 678
	ar->normal_mode_fw.board = NULL;
	ar->normal_mode_fw.board_data = NULL;
	ar->normal_mode_fw.board_len = 0;
679 680 681 682
}

static void ath10k_core_free_firmware_files(struct ath10k *ar)
{
683 684
	if (!IS_ERR(ar->normal_mode_fw.fw_file.firmware))
		release_firmware(ar->normal_mode_fw.fw_file.firmware);
685

686
	if (!IS_ERR(ar->cal_file))
687 688
		release_firmware(ar->cal_file);

689 690
	ath10k_swap_code_seg_release(ar);

691 692
	ar->normal_mode_fw.fw_file.otp_data = NULL;
	ar->normal_mode_fw.fw_file.otp_len = 0;
693

694 695 696
	ar->normal_mode_fw.fw_file.firmware = NULL;
	ar->normal_mode_fw.fw_file.firmware_data = NULL;
	ar->normal_mode_fw.fw_file.firmware_len = 0;
697 698 699 700 701 702 703 704

	ar->cal_file = NULL;
}

static int ath10k_fetch_cal_file(struct ath10k *ar)
{
	char filename[100];

705 706 707 708 709 710 711 712
	/* pre-cal-<bus>-<id>.bin */
	scnprintf(filename, sizeof(filename), "pre-cal-%s-%s.bin",
		  ath10k_bus_str(ar->hif.bus), dev_name(ar->dev));

	ar->pre_cal_file = ath10k_fetch_fw_file(ar, ATH10K_FW_DIR, filename);
	if (!IS_ERR(ar->pre_cal_file))
		goto success;

713 714 715 716 717 718 719 720
	/* cal-<bus>-<id>.bin */
	scnprintf(filename, sizeof(filename), "cal-%s-%s.bin",
		  ath10k_bus_str(ar->hif.bus), dev_name(ar->dev));

	ar->cal_file = ath10k_fetch_fw_file(ar, ATH10K_FW_DIR, filename);
	if (IS_ERR(ar->cal_file))
		/* calibration file is optional, don't print any warnings */
		return PTR_ERR(ar->cal_file);
721
success:
722 723 724 725
	ath10k_dbg(ar, ATH10K_DBG_BOOT, "found calibration file %s/%s\n",
		   ATH10K_FW_DIR, filename);

	return 0;
726 727
}

728
static int ath10k_core_fetch_board_data_api_1(struct ath10k *ar)
729
{
730 731 732 733
	if (!ar->hw_params.fw.board) {
		ath10k_err(ar, "failed to find board file fw entry\n");
		return -EINVAL;
	}
734

735 736 737 738 739
	ar->normal_mode_fw.board = ath10k_fetch_fw_file(ar,
							ar->hw_params.fw.dir,
							ar->hw_params.fw.board);
	if (IS_ERR(ar->normal_mode_fw.board))
		return PTR_ERR(ar->normal_mode_fw.board);
740

741 742
	ar->normal_mode_fw.board_data = ar->normal_mode_fw.board->data;
	ar->normal_mode_fw.board_len = ar->normal_mode_fw.board->size;
743

744 745 746
	return 0;
}

747 748 749
static int ath10k_core_parse_bd_ie_board(struct ath10k *ar,
					 const void *buf, size_t buf_len,
					 const char *boardname)
750
{
751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801
	const struct ath10k_fw_ie *hdr;
	bool name_match_found;
	int ret, board_ie_id;
	size_t board_ie_len;
	const void *board_ie_data;

	name_match_found = false;

	/* go through ATH10K_BD_IE_BOARD_ elements */
	while (buf_len > sizeof(struct ath10k_fw_ie)) {
		hdr = buf;
		board_ie_id = le32_to_cpu(hdr->id);
		board_ie_len = le32_to_cpu(hdr->len);
		board_ie_data = hdr->data;

		buf_len -= sizeof(*hdr);
		buf += sizeof(*hdr);

		if (buf_len < ALIGN(board_ie_len, 4)) {
			ath10k_err(ar, "invalid ATH10K_BD_IE_BOARD length: %zu < %zu\n",
				   buf_len, ALIGN(board_ie_len, 4));
			ret = -EINVAL;
			goto out;
		}

		switch (board_ie_id) {
		case ATH10K_BD_IE_BOARD_NAME:
			ath10k_dbg_dump(ar, ATH10K_DBG_BOOT, "board name", "",
					board_ie_data, board_ie_len);

			if (board_ie_len != strlen(boardname))
				break;

			ret = memcmp(board_ie_data, boardname, strlen(boardname));
			if (ret)
				break;

			name_match_found = true;
			ath10k_dbg(ar, ATH10K_DBG_BOOT,
				   "boot found match for name '%s'",
				   boardname);
			break;
		case ATH10K_BD_IE_BOARD_DATA:
			if (!name_match_found)
				/* no match found */
				break;

			ath10k_dbg(ar, ATH10K_DBG_BOOT,
				   "boot found board data for '%s'",
				   boardname);

802 803
			ar->normal_mode_fw.board_data = board_ie_data;
			ar->normal_mode_fw.board_len = board_ie_len;
804 805 806 807 808 809 810 811 812 813 814 815 816 817

			ret = 0;
			goto out;
		default:
			ath10k_warn(ar, "unknown ATH10K_BD_IE_BOARD found: %d\n",
				    board_ie_id);
			break;
		}

		/* jump over the padding */
		board_ie_len = ALIGN(board_ie_len, 4);

		buf_len -= board_ie_len;
		buf += board_ie_len;
818 819
	}

820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835
	/* no match found */
	ret = -ENOENT;

out:
	return ret;
}

static int ath10k_core_fetch_board_data_api_n(struct ath10k *ar,
					      const char *boardname,
					      const char *filename)
{
	size_t len, magic_len, ie_len;
	struct ath10k_fw_ie *hdr;
	const u8 *data;
	int ret, ie_id;

836 837 838 839 840
	ar->normal_mode_fw.board = ath10k_fetch_fw_file(ar,
							ar->hw_params.fw.dir,
							filename);
	if (IS_ERR(ar->normal_mode_fw.board))
		return PTR_ERR(ar->normal_mode_fw.board);
841

842 843
	data = ar->normal_mode_fw.board->data;
	len = ar->normal_mode_fw.board->size;
844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909

	/* magic has extra null byte padded */
	magic_len = strlen(ATH10K_BOARD_MAGIC) + 1;
	if (len < magic_len) {
		ath10k_err(ar, "failed to find magic value in %s/%s, file too short: %zu\n",
			   ar->hw_params.fw.dir, filename, len);
		ret = -EINVAL;
		goto err;
	}

	if (memcmp(data, ATH10K_BOARD_MAGIC, magic_len)) {
		ath10k_err(ar, "found invalid board magic\n");
		ret = -EINVAL;
		goto err;
	}

	/* magic is padded to 4 bytes */
	magic_len = ALIGN(magic_len, 4);
	if (len < magic_len) {
		ath10k_err(ar, "failed: %s/%s too small to contain board data, len: %zu\n",
			   ar->hw_params.fw.dir, filename, len);
		ret = -EINVAL;
		goto err;
	}

	data += magic_len;
	len -= magic_len;

	while (len > sizeof(struct ath10k_fw_ie)) {
		hdr = (struct ath10k_fw_ie *)data;
		ie_id = le32_to_cpu(hdr->id);
		ie_len = le32_to_cpu(hdr->len);

		len -= sizeof(*hdr);
		data = hdr->data;

		if (len < ALIGN(ie_len, 4)) {
			ath10k_err(ar, "invalid length for board ie_id %d ie_len %zu len %zu\n",
				   ie_id, ie_len, len);
			ret = -EINVAL;
			goto err;
		}

		switch (ie_id) {
		case ATH10K_BD_IE_BOARD:
			ret = ath10k_core_parse_bd_ie_board(ar, data, ie_len,
							    boardname);
			if (ret == -ENOENT)
				/* no match found, continue */
				break;
			else if (ret)
				/* there was an error, bail out */
				goto err;

			/* board data found */
			goto out;
		}

		/* jump over the padding */
		ie_len = ALIGN(ie_len, 4);

		len -= ie_len;
		data += ie_len;
	}

out:
910
	if (!ar->normal_mode_fw.board_data || !ar->normal_mode_fw.board_len) {
911 912
		ath10k_err(ar,
			   "failed to fetch board data for %s from %s/%s\n",
913
			   boardname, ar->hw_params.fw.dir, filename);
914 915 916 917 918 919 920 921 922 923 924 925 926 927
		ret = -ENODATA;
		goto err;
	}

	return 0;

err:
	ath10k_core_free_board_files(ar);
	return ret;
}

static int ath10k_core_create_board_name(struct ath10k *ar, char *name,
					 size_t name_len)
{
928 929 930 931 932 933 934 935 936
	if (ar->id.bmi_ids_valid) {
		scnprintf(name, name_len,
			  "bus=%s,bmi-chip-id=%d,bmi-board-id=%d",
			  ath10k_bus_str(ar->hif.bus),
			  ar->id.bmi_chip_id,
			  ar->id.bmi_board_id);
		goto out;
	}

937 938 939 940 941 942
	scnprintf(name, name_len,
		  "bus=%s,vendor=%04x,device=%04x,subsystem-vendor=%04x,subsystem-device=%04x",
		  ath10k_bus_str(ar->hif.bus),
		  ar->id.vendor, ar->id.device,
		  ar->id.subsystem_vendor, ar->id.subsystem_device);

943
out:
944
	ath10k_dbg(ar, ATH10K_DBG_BOOT, "boot using board name '%s'\n", name);
945 946 947 948 949 950

	return 0;
}

static int ath10k_core_fetch_board_file(struct ath10k *ar)
{
951
	char boardname[100];
952 953
	int ret;

954 955 956 957
	ret = ath10k_core_create_board_name(ar, boardname, sizeof(boardname));
	if (ret) {
		ath10k_err(ar, "failed to create board name: %d", ret);
		return ret;
958 959
	}

960 961 962 963 964 965 966 967
	ar->bd_api = 2;
	ret = ath10k_core_fetch_board_data_api_n(ar, boardname,
						 ATH10K_BOARD_API2_FILE);
	if (!ret)
		goto success;

	ar->bd_api = 1;
	ret = ath10k_core_fetch_board_data_api_1(ar);
968
	if (ret) {
969
		ath10k_err(ar, "failed to fetch board data\n");
970 971
		return ret;
	}
972

973 974
success:
	ath10k_dbg(ar, ATH10K_DBG_BOOT, "using board api %d\n", ar->bd_api);
975 976 977
	return 0;
}

978 979
int ath10k_core_fetch_firmware_api_n(struct ath10k *ar, const char *name,
				     struct ath10k_fw_file *fw_file)
980 981 982 983 984
{
	size_t magic_len, len, ie_len;
	int ie_id, i, index, bit, ret;
	struct ath10k_fw_ie *hdr;
	const u8 *data;
985
	__le32 *timestamp, *version;
986 987

	/* first fetch the firmware file (firmware-*.bin) */
988 989 990
	fw_file->firmware = ath10k_fetch_fw_file(ar, ar->hw_params.fw.dir,
						 name);
	if (IS_ERR(fw_file->firmware)) {
991
		ath10k_err(ar, "could not fetch firmware file '%s/%s': %ld\n",
992 993 994
			   ar->hw_params.fw.dir, name,
			   PTR_ERR(fw_file->firmware));
		return PTR_ERR(fw_file->firmware);
995 996
	}

997 998
	data = fw_file->firmware->data;
	len = fw_file->firmware->size;
999 1000 1001 1002 1003

	/* magic also includes the null byte, check that as well */
	magic_len = strlen(ATH10K_FIRMWARE_MAGIC) + 1;

	if (len < magic_len) {
1004
		ath10k_err(ar, "firmware file '%s/%s' too small to contain magic: %zu\n",
1005
			   ar->hw_params.fw.dir, name, len);
1006 1007
		ret = -EINVAL;
		goto err;
1008 1009 1010
	}

	if (memcmp(data, ATH10K_FIRMWARE_MAGIC, magic_len) != 0) {
1011
		ath10k_err(ar, "invalid firmware magic\n");
1012 1013
		ret = -EINVAL;
		goto err;
1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032
	}

	/* jump over the padding */
	magic_len = ALIGN(magic_len, 4);

	len -= magic_len;
	data += magic_len;

	/* loop elements */
	while (len > sizeof(struct ath10k_fw_ie)) {
		hdr = (struct ath10k_fw_ie *)data;

		ie_id = le32_to_cpu(hdr->id);
		ie_len = le32_to_cpu(hdr->len);

		len -= sizeof(*hdr);
		data += sizeof(*hdr);

		if (len < ie_len) {
1033
			ath10k_err(ar, "invalid length for FW IE %d (%zu < %zu)\n",
1034
				   ie_id, len, ie_len);
1035 1036
			ret = -EINVAL;
			goto err;
1037 1038 1039 1040
		}

		switch (ie_id) {
		case ATH10K_FW_IE_FW_VERSION:
1041
			if (ie_len > sizeof(fw_file->fw_version) - 1)
1042 1043
				break;

1044 1045
			memcpy(fw_file->fw_version, data, ie_len);
			fw_file->fw_version[ie_len] = '\0';
1046

1047
			ath10k_dbg(ar, ATH10K_DBG_BOOT,
1048
				   "found fw version %s\n",
1049
				    fw_file->fw_version);
1050 1051 1052 1053 1054 1055 1056
			break;
		case ATH10K_FW_IE_TIMESTAMP:
			if (ie_len != sizeof(u32))
				break;

			timestamp = (__le32 *)data;

1057
			ath10k_dbg(ar, ATH10K_DBG_BOOT, "found fw timestamp %d\n",
1058 1059 1060
				   le32_to_cpup(timestamp));
			break;
		case ATH10K_FW_IE_FEATURES:
1061
			ath10k_dbg(ar, ATH10K_DBG_BOOT,
1062 1063 1064 1065 1066 1067 1068 1069 1070 1071
				   "found firmware features ie (%zd B)\n",
				   ie_len);

			for (i = 0; i < ATH10K_FW_FEATURE_COUNT; i++) {
				index = i / 8;
				bit = i % 8;

				if (index == ie_len)
					break;

1072
				if (data[index] & (1 << bit)) {
1073
					ath10k_dbg(ar, ATH10K_DBG_BOOT,
1074 1075
						   "Enabling feature bit: %i\n",
						   i);
1076
					__set_bit(i, fw_file->fw_features);
1077
				}
1078 1079
			}

1080
			ath10k_dbg_dump(ar, ATH10K_DBG_BOOT, "features", "",
1081 1082
					ar->running_fw->fw_file.fw_features,
					sizeof(fw_file->fw_features));
1083 1084
			break;
		case ATH10K_FW_IE_FW_IMAGE:
1085
			ath10k_dbg(ar, ATH10K_DBG_BOOT,
1086 1087 1088
				   "found fw image ie (%zd B)\n",
				   ie_len);

1089 1090
			fw_file->firmware_data = data;
			fw_file->firmware_len = ie_len;
1091 1092 1093

			break;
		case ATH10K_FW_IE_OTP_IMAGE:
1094
			ath10k_dbg(ar, ATH10K_DBG_BOOT,
1095 1096 1097
				   "found otp image ie (%zd B)\n",
				   ie_len);

1098 1099
			fw_file->otp_data = data;
			fw_file->otp_len = ie_len;
1100 1101

			break;
1102 1103 1104 1105 1106 1107
		case ATH10K_FW_IE_WMI_OP_VERSION:
			if (ie_len != sizeof(u32))
				break;

			version = (__le32 *)data;

1108
			fw_file->wmi_op_version = le32_to_cpup(version);
1109 1110

			ath10k_dbg(ar, ATH10K_DBG_BOOT, "found fw ie wmi op version %d\n",
1111
				   fw_file->wmi_op_version);
1112
			break;
1113 1114 1115 1116 1117 1118
		case ATH10K_FW_IE_HTT_OP_VERSION:
			if (ie_len != sizeof(u32))
				break;

			version = (__le32 *)data;

1119
			fw_file->htt_op_version = le32_to_cpup(version);
1120 1121

			ath10k_dbg(ar, ATH10K_DBG_BOOT, "found fw ie htt op version %d\n",
1122
				   fw_file->htt_op_version);
1123
			break;
1124 1125 1126 1127
		case ATH10K_FW_IE_FW_CODE_SWAP_IMAGE:
			ath10k_dbg(ar, ATH10K_DBG_BOOT,
				   "found fw code swap image ie (%zd B)\n",
				   ie_len);
1128 1129
			fw_file->codeswap_data = data;
			fw_file->codeswap_len = ie_len;
1130
			break;
1131
		default:
1132
			ath10k_warn(ar, "Unknown FW IE: %u\n",
1133 1134 1135 1136 1137 1138 1139 1140 1141
				    le32_to_cpu(hdr->id));
			break;
		}

		/* jump over the padding */
		ie_len = ALIGN(ie_len, 4);

		len -= ie_len;
		data += ie_len;
1142
	}
1143

1144 1145
	if (!fw_file->firmware_data ||
	    !fw_file->firmware_len) {
1146
		ath10k_warn(ar, "No ATH10K_FW_IE_FW_IMAGE found from '%s/%s', skipping\n",
1147
			    ar->hw_params.fw.dir, name);
1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162
		ret = -ENOMEDIUM;
		goto err;
	}

	return 0;

err:
	ath10k_core_free_firmware_files(ar);
	return ret;
}

static int ath10k_core_fetch_firmware_files(struct ath10k *ar)
{
	int ret;

1163 1164 1165
	/* calibration file is optional, don't check for any errors */
	ath10k_fetch_cal_file(ar);

K
Kalle Valo 已提交
1166 1167 1168
	ar->fw_api = 5;
	ath10k_dbg(ar, ATH10K_DBG_BOOT, "trying fw api %d\n", ar->fw_api);

1169 1170
	ret = ath10k_core_fetch_firmware_api_n(ar, ATH10K_FW_API5_FILE,
					       &ar->normal_mode_fw.fw_file);
K
Kalle Valo 已提交
1171 1172 1173
	if (ret == 0)
		goto success;

1174 1175 1176
	ar->fw_api = 4;
	ath10k_dbg(ar, ATH10K_DBG_BOOT, "trying fw api %d\n", ar->fw_api);

1177 1178
	ret = ath10k_core_fetch_firmware_api_n(ar, ATH10K_FW_API4_FILE,
					       &ar->normal_mode_fw.fw_file);
1179 1180 1181
	if (ret == 0)
		goto success;

1182
	ar->fw_api = 3;
1183
	ath10k_dbg(ar, ATH10K_DBG_BOOT, "trying fw api %d\n", ar->fw_api);
1184

1185 1186
	ret = ath10k_core_fetch_firmware_api_n(ar, ATH10K_FW_API3_FILE,
					       &ar->normal_mode_fw.fw_file);
1187 1188 1189
	if (ret == 0)
		goto success;

1190
	ar->fw_api = 2;
1191
	ath10k_dbg(ar, ATH10K_DBG_BOOT, "trying fw api %d\n", ar->fw_api);
1192

1193 1194
	ret = ath10k_core_fetch_firmware_api_n(ar, ATH10K_FW_API2_FILE,
					       &ar->normal_mode_fw.fw_file);
1195 1196 1197
	if (ret)
		return ret;

1198
success:
1199
	ath10k_dbg(ar, ATH10K_DBG_BOOT, "using fw api %d\n", ar->fw_api);
1200 1201 1202 1203

	return 0;
}

1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261
static int ath10k_core_pre_cal_download(struct ath10k *ar)
{
	int ret;

	ret = ath10k_download_cal_file(ar, ar->pre_cal_file);
	if (ret == 0) {
		ar->cal_mode = ATH10K_PRE_CAL_MODE_FILE;
		goto success;
	}

	ath10k_dbg(ar, ATH10K_DBG_BOOT,
		   "boot did not find a pre calibration file, try DT next: %d\n",
		   ret);

	ret = ath10k_download_cal_dt(ar, "qcom,ath10k-pre-calibration-data");
	if (ret) {
		ath10k_dbg(ar, ATH10K_DBG_BOOT,
			   "unable to load pre cal data from DT: %d\n", ret);
		return ret;
	}
	ar->cal_mode = ATH10K_PRE_CAL_MODE_DT;

success:
	ath10k_dbg(ar, ATH10K_DBG_BOOT, "boot using calibration mode %s\n",
		   ath10k_cal_mode_str(ar->cal_mode));

	return 0;
}

static int ath10k_core_pre_cal_config(struct ath10k *ar)
{
	int ret;

	ret = ath10k_core_pre_cal_download(ar);
	if (ret) {
		ath10k_dbg(ar, ATH10K_DBG_BOOT,
			   "failed to load pre cal data: %d\n", ret);
		return ret;
	}

	ret = ath10k_core_get_board_id_from_otp(ar);
	if (ret) {
		ath10k_err(ar, "failed to get board id: %d\n", ret);
		return ret;
	}

	ret = ath10k_download_and_run_otp(ar);
	if (ret) {
		ath10k_err(ar, "failed to run otp: %d\n", ret);
		return ret;
	}

	ath10k_dbg(ar, ATH10K_DBG_BOOT,
		   "pre cal configuration done successfully\n");

	return 0;
}

1262
static int ath10k_download_cal_data(struct ath10k *ar)
1263 1264 1265
{
	int ret;

1266 1267 1268 1269 1270 1271 1272 1273
	ret = ath10k_core_pre_cal_config(ar);
	if (ret == 0)
		return 0;

	ath10k_dbg(ar, ATH10K_DBG_BOOT,
		   "pre cal download procedure failed, try cal file: %d\n",
		   ret);

1274
	ret = ath10k_download_cal_file(ar, ar->cal_file);
1275 1276 1277 1278 1279 1280
	if (ret == 0) {
		ar->cal_mode = ATH10K_CAL_MODE_FILE;
		goto done;
	}

	ath10k_dbg(ar, ATH10K_DBG_BOOT,
1281 1282 1283
		   "boot did not find a calibration file, try DT next: %d\n",
		   ret);

1284
	ret = ath10k_download_cal_dt(ar, "qcom,ath10k-calibration-data");
1285 1286 1287 1288 1289 1290 1291
	if (ret == 0) {
		ar->cal_mode = ATH10K_CAL_MODE_DT;
		goto done;
	}

	ath10k_dbg(ar, ATH10K_DBG_BOOT,
		   "boot did not find DT entry, try OTP next: %d\n",
1292 1293
		   ret);

1294
	ret = ath10k_download_and_run_otp(ar);
1295
	if (ret) {
1296
		ath10k_err(ar, "failed to run otp: %d\n", ret);
1297
		return ret;
1298
	}
1299

1300 1301 1302 1303 1304 1305
	ar->cal_mode = ATH10K_CAL_MODE_OTP;

done:
	ath10k_dbg(ar, ATH10K_DBG_BOOT, "boot using calibration mode %s\n",
		   ath10k_cal_mode_str(ar->cal_mode));
	return 0;
1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317
}

static int ath10k_init_uart(struct ath10k *ar)
{
	int ret;

	/*
	 * Explicitly setting UART prints to zero as target turns it on
	 * based on scratch registers.
	 */
	ret = ath10k_bmi_write32(ar, hi_serial_enable, 0);
	if (ret) {
1318
		ath10k_warn(ar, "could not disable UART prints (%d)\n", ret);
1319 1320 1321
		return ret;
	}

1322
	if (!uart_print)
1323 1324
		return 0;

1325
	ret = ath10k_bmi_write32(ar, hi_dbg_uart_txpin, ar->hw_params.uart_pin);
1326
	if (ret) {
1327
		ath10k_warn(ar, "could not enable UART prints (%d)\n", ret);
1328 1329 1330 1331 1332
		return ret;
	}

	ret = ath10k_bmi_write32(ar, hi_serial_enable, 1);
	if (ret) {
1333
		ath10k_warn(ar, "could not enable UART prints (%d)\n", ret);
1334 1335 1336
		return ret;
	}

1337 1338 1339
	/* Set the UART baud rate to 19200. */
	ret = ath10k_bmi_write32(ar, hi_desired_baud_rate, 19200);
	if (ret) {
1340
		ath10k_warn(ar, "could not set the baud rate (%d)\n", ret);
1341 1342 1343
		return ret;
	}

1344
	ath10k_info(ar, "UART prints enabled\n");
1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355
	return 0;
}

static int ath10k_init_hw_params(struct ath10k *ar)
{
	const struct ath10k_hw_params *uninitialized_var(hw_params);
	int i;

	for (i = 0; i < ARRAY_SIZE(ath10k_hw_params_list); i++) {
		hw_params = &ath10k_hw_params_list[i];

1356 1357
		if (hw_params->id == ar->target_version &&
		    hw_params->dev_id == ar->dev_id)
1358 1359 1360 1361
			break;
	}

	if (i == ARRAY_SIZE(ath10k_hw_params_list)) {
1362
		ath10k_err(ar, "Unsupported hardware version: 0x%x\n",
1363 1364 1365 1366 1367 1368
			   ar->target_version);
		return -EINVAL;
	}

	ar->hw_params = *hw_params;

1369
	ath10k_dbg(ar, ATH10K_DBG_BOOT, "Hardware name %s version 0x%x\n",
1370
		   ar->hw_params.name, ar->target_version);
1371 1372 1373 1374

	return 0;
}

1375 1376 1377 1378
static void ath10k_core_restart(struct work_struct *work)
{
	struct ath10k *ar = container_of(work, struct ath10k, restart_work);

M
Michal Kazior 已提交
1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393
	set_bit(ATH10K_FLAG_CRASH_FLUSH, &ar->dev_flags);

	/* Place a barrier to make sure the compiler doesn't reorder
	 * CRASH_FLUSH and calling other functions.
	 */
	barrier();

	ieee80211_stop_queues(ar->hw);
	ath10k_drain_tx(ar);
	complete_all(&ar->scan.started);
	complete_all(&ar->scan.completed);
	complete_all(&ar->scan.on_channel);
	complete_all(&ar->offchan_tx_completed);
	complete_all(&ar->install_key_done);
	complete_all(&ar->vdev_setup_done);
1394
	complete_all(&ar->thermal.wmi_sync);
M
Michal Kazior 已提交
1395 1396 1397 1398
	wake_up(&ar->htt.empty_tx_wq);
	wake_up(&ar->wmi.tx_credits_wq);
	wake_up(&ar->peer_mapping_wq);

1399 1400 1401 1402 1403
	mutex_lock(&ar->conf_mutex);

	switch (ar->state) {
	case ATH10K_STATE_ON:
		ar->state = ATH10K_STATE_RESTARTING;
1404
		ath10k_hif_stop(ar);
1405
		ath10k_scan_finish(ar);
1406 1407 1408
		ieee80211_restart_hw(ar->hw);
		break;
	case ATH10K_STATE_OFF:
1409 1410
		/* this can happen if driver is being unloaded
		 * or if the crash happens during FW probing */
1411
		ath10k_warn(ar, "cannot restart a device that hasn't been started\n");
1412 1413
		break;
	case ATH10K_STATE_RESTARTING:
1414 1415
		/* hw restart might be requested from multiple places */
		break;
1416 1417 1418 1419
	case ATH10K_STATE_RESTARTED:
		ar->state = ATH10K_STATE_WEDGED;
		/* fall through */
	case ATH10K_STATE_WEDGED:
1420
		ath10k_warn(ar, "device is wedged, will not restart\n");
1421
		break;
K
Kalle Valo 已提交
1422 1423 1424
	case ATH10K_STATE_UTF:
		ath10k_warn(ar, "firmware restart in UTF mode not supported\n");
		break;
1425 1426 1427 1428 1429
	}

	mutex_unlock(&ar->conf_mutex);
}

1430
static int ath10k_core_init_firmware_features(struct ath10k *ar)
1431
{
1432 1433 1434 1435
	struct ath10k_fw_file *fw_file = &ar->normal_mode_fw.fw_file;

	if (test_bit(ATH10K_FW_FEATURE_WMI_10_2, fw_file->fw_features) &&
	    !test_bit(ATH10K_FW_FEATURE_WMI_10X, fw_file->fw_features)) {
1436 1437 1438 1439
		ath10k_err(ar, "feature bits corrupted: 10.2 feature requires 10.x feature to be set as well");
		return -EINVAL;
	}

1440
	if (fw_file->wmi_op_version >= ATH10K_FW_WMI_OP_VERSION_MAX) {
1441
		ath10k_err(ar, "unsupported WMI OP version (max %d): %d\n",
1442
			   ATH10K_FW_WMI_OP_VERSION_MAX, fw_file->wmi_op_version);
1443 1444 1445
		return -EINVAL;
	}

1446 1447 1448 1449 1450 1451 1452 1453
	ar->wmi.rx_decap_mode = ATH10K_HW_TXRX_NATIVE_WIFI;
	switch (ath10k_cryptmode_param) {
	case ATH10K_CRYPT_MODE_HW:
		clear_bit(ATH10K_FLAG_RAW_MODE, &ar->dev_flags);
		clear_bit(ATH10K_FLAG_HW_CRYPTO_DISABLED, &ar->dev_flags);
		break;
	case ATH10K_CRYPT_MODE_SW:
		if (!test_bit(ATH10K_FW_FEATURE_RAW_MODE_SUPPORT,
1454
			      fw_file->fw_features)) {
1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470
			ath10k_err(ar, "cryptmode > 0 requires raw mode support from firmware");
			return -EINVAL;
		}

		set_bit(ATH10K_FLAG_RAW_MODE, &ar->dev_flags);
		set_bit(ATH10K_FLAG_HW_CRYPTO_DISABLED, &ar->dev_flags);
		break;
	default:
		ath10k_info(ar, "invalid cryptmode: %d\n",
			    ath10k_cryptmode_param);
		return -EINVAL;
	}

	ar->htt.max_num_amsdu = ATH10K_HTT_MAX_NUM_AMSDU_DEFAULT;
	ar->htt.max_num_ampdu = ATH10K_HTT_MAX_NUM_AMPDU_DEFAULT;

B
Bob Copeland 已提交
1471 1472
	if (rawmode) {
		if (!test_bit(ATH10K_FW_FEATURE_RAW_MODE_SUPPORT,
1473
			      fw_file->fw_features)) {
B
Bob Copeland 已提交
1474 1475 1476 1477 1478 1479
			ath10k_err(ar, "rawmode = 1 requires support from firmware");
			return -EINVAL;
		}
		set_bit(ATH10K_FLAG_RAW_MODE, &ar->dev_flags);
	}

1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494
	if (test_bit(ATH10K_FLAG_RAW_MODE, &ar->dev_flags)) {
		ar->wmi.rx_decap_mode = ATH10K_HW_TXRX_RAW;

		/* Workaround:
		 *
		 * Firmware A-MSDU aggregation breaks with RAW Tx encap mode
		 * and causes enormous performance issues (malformed frames,
		 * etc).
		 *
		 * Disabling A-MSDU makes RAW mode stable with heavy traffic
		 * albeit a bit slower compared to regular operation.
		 */
		ar->htt.max_num_amsdu = 1;
	}

1495 1496 1497
	/* Backwards compatibility for firmwares without
	 * ATH10K_FW_IE_WMI_OP_VERSION.
	 */
1498
	if (fw_file->wmi_op_version == ATH10K_FW_WMI_OP_VERSION_UNSET) {
1499
		if (test_bit(ATH10K_FW_FEATURE_WMI_10X, fw_file->fw_features)) {
1500
			if (test_bit(ATH10K_FW_FEATURE_WMI_10_2,
1501
				     fw_file->fw_features))
1502
				fw_file->wmi_op_version = ATH10K_FW_WMI_OP_VERSION_10_2;
1503
			else
1504
				fw_file->wmi_op_version = ATH10K_FW_WMI_OP_VERSION_10_1;
1505
		} else {
1506
			fw_file->wmi_op_version = ATH10K_FW_WMI_OP_VERSION_MAIN;
1507 1508 1509
		}
	}

1510
	switch (fw_file->wmi_op_version) {
1511
	case ATH10K_FW_WMI_OP_VERSION_MAIN:
1512 1513
		ar->max_num_peers = TARGET_NUM_PEERS;
		ar->max_num_stations = TARGET_NUM_STATIONS;
1514
		ar->max_num_vdevs = TARGET_NUM_VDEVS;
1515
		ar->htt.max_num_pending_tx = TARGET_NUM_MSDU_DESC;
1516 1517
		ar->fw_stats_req_mask = WMI_STAT_PDEV | WMI_STAT_VDEV |
			WMI_STAT_PEER;
1518
		ar->max_spatial_stream = WMI_MAX_SPATIAL_STREAM;
1519 1520 1521
		break;
	case ATH10K_FW_WMI_OP_VERSION_10_1:
	case ATH10K_FW_WMI_OP_VERSION_10_2:
1522
	case ATH10K_FW_WMI_OP_VERSION_10_2_4:
1523
		if (ath10k_peer_stats_enabled(ar)) {
1524 1525 1526 1527 1528 1529
			ar->max_num_peers = TARGET_10X_TX_STATS_NUM_PEERS;
			ar->max_num_stations = TARGET_10X_TX_STATS_NUM_STATIONS;
		} else {
			ar->max_num_peers = TARGET_10X_NUM_PEERS;
			ar->max_num_stations = TARGET_10X_NUM_STATIONS;
		}
1530
		ar->max_num_vdevs = TARGET_10X_NUM_VDEVS;
1531
		ar->htt.max_num_pending_tx = TARGET_10X_NUM_MSDU_DESC;
1532
		ar->fw_stats_req_mask = WMI_STAT_PEER;
1533
		ar->max_spatial_stream = WMI_MAX_SPATIAL_STREAM;
1534
		break;
M
Michal Kazior 已提交
1535 1536 1537
	case ATH10K_FW_WMI_OP_VERSION_TLV:
		ar->max_num_peers = TARGET_TLV_NUM_PEERS;
		ar->max_num_stations = TARGET_TLV_NUM_STATIONS;
1538
		ar->max_num_vdevs = TARGET_TLV_NUM_VDEVS;
1539
		ar->max_num_tdls_vdevs = TARGET_TLV_NUM_TDLS_VDEVS;
M
Michal Kazior 已提交
1540
		ar->htt.max_num_pending_tx = TARGET_TLV_NUM_MSDU_DESC;
1541
		ar->wow.max_num_patterns = TARGET_TLV_NUM_WOW_PATTERNS;
1542 1543
		ar->fw_stats_req_mask = WMI_STAT_PDEV | WMI_STAT_VDEV |
			WMI_STAT_PEER;
1544
		ar->max_spatial_stream = WMI_MAX_SPATIAL_STREAM;
M
Michal Kazior 已提交
1545
		break;
1546
	case ATH10K_FW_WMI_OP_VERSION_10_4:
1547 1548 1549 1550 1551
		ar->max_num_peers = TARGET_10_4_NUM_PEERS;
		ar->max_num_stations = TARGET_10_4_NUM_STATIONS;
		ar->num_active_peers = TARGET_10_4_ACTIVE_PEERS;
		ar->max_num_vdevs = TARGET_10_4_NUM_VDEVS;
		ar->num_tids = TARGET_10_4_TGT_NUM_TIDS;
1552 1553
		ar->fw_stats_req_mask = WMI_10_4_STAT_PEER |
					WMI_10_4_STAT_PEER_EXTD;
1554
		ar->max_spatial_stream = ar->hw_params.max_spatial_stream;
1555 1556

		if (test_bit(ATH10K_FW_FEATURE_PEER_FLOW_CONTROL,
1557
			     fw_file->fw_features))
1558 1559 1560
			ar->htt.max_num_pending_tx = TARGET_10_4_NUM_MSDU_DESC_PFC;
		else
			ar->htt.max_num_pending_tx = TARGET_10_4_NUM_MSDU_DESC;
1561
		break;
1562 1563 1564 1565
	case ATH10K_FW_WMI_OP_VERSION_UNSET:
	case ATH10K_FW_WMI_OP_VERSION_MAX:
		WARN_ON(1);
		return -EINVAL;
1566
	}
1567

1568 1569 1570
	/* Backwards compatibility for firmwares without
	 * ATH10K_FW_IE_HTT_OP_VERSION.
	 */
1571
	if (fw_file->htt_op_version == ATH10K_FW_HTT_OP_VERSION_UNSET) {
1572
		switch (fw_file->wmi_op_version) {
1573
		case ATH10K_FW_WMI_OP_VERSION_MAIN:
1574
			fw_file->htt_op_version = ATH10K_FW_HTT_OP_VERSION_MAIN;
1575 1576 1577 1578
			break;
		case ATH10K_FW_WMI_OP_VERSION_10_1:
		case ATH10K_FW_WMI_OP_VERSION_10_2:
		case ATH10K_FW_WMI_OP_VERSION_10_2_4:
1579
			fw_file->htt_op_version = ATH10K_FW_HTT_OP_VERSION_10_1;
1580 1581
			break;
		case ATH10K_FW_WMI_OP_VERSION_TLV:
1582
			fw_file->htt_op_version = ATH10K_FW_HTT_OP_VERSION_TLV;
1583
			break;
1584
		case ATH10K_FW_WMI_OP_VERSION_10_4:
1585 1586 1587 1588 1589 1590 1591
		case ATH10K_FW_WMI_OP_VERSION_UNSET:
		case ATH10K_FW_WMI_OP_VERSION_MAX:
			WARN_ON(1);
			return -EINVAL;
		}
	}

1592
	return 0;
1593 1594
}

1595 1596
int ath10k_core_start(struct ath10k *ar, enum ath10k_firmware_mode mode,
		      const struct ath10k_fw_components *fw)
1597 1598
{
	int status;
1599
	u32 val;
1600

1601 1602
	lockdep_assert_held(&ar->conf_mutex);

M
Michal Kazior 已提交
1603 1604
	clear_bit(ATH10K_FLAG_CRASH_FLUSH, &ar->dev_flags);

1605 1606
	ar->running_fw = fw;

1607 1608
	ath10k_bmi_start(ar);

1609 1610 1611 1612 1613
	if (ath10k_init_configure_target(ar)) {
		status = -EINVAL;
		goto err;
	}

1614 1615 1616 1617
	status = ath10k_download_cal_data(ar);
	if (status)
		goto err;

1618
	/* Some of of qca988x solutions are having global reset issue
K
Kalle Valo 已提交
1619 1620 1621 1622
	 * during target initialization. Bypassing PLL setting before
	 * downloading firmware and letting the SoC run on REF_CLK is
	 * fixing the problem. Corresponding firmware change is also needed
	 * to set the clock source once the target is initialized.
1623 1624
	 */
	if (test_bit(ATH10K_FW_FEATURE_SUPPORTS_SKIP_CLOCK_INIT,
1625
		     ar->running_fw->fw_file.fw_features)) {
1626 1627 1628 1629 1630 1631 1632 1633
		status = ath10k_bmi_write32(ar, hi_skip_clock_init, 1);
		if (status) {
			ath10k_err(ar, "could not write to skip_clock_init: %d\n",
				   status);
			goto err;
		}
	}

1634
	status = ath10k_download_fw(ar);
1635 1636 1637 1638 1639 1640 1641
	if (status)
		goto err;

	status = ath10k_init_uart(ar);
	if (status)
		goto err;

1642 1643
	ar->htc.htc_ops.target_send_suspend_complete =
		ath10k_send_suspend_complete;
1644

1645 1646
	status = ath10k_htc_init(ar);
	if (status) {
1647
		ath10k_err(ar, "could not init HTC (%d)\n", status);
1648 1649 1650 1651 1652
		goto err;
	}

	status = ath10k_bmi_done(ar);
	if (status)
1653
		goto err;
1654 1655 1656

	status = ath10k_wmi_attach(ar);
	if (status) {
1657
		ath10k_err(ar, "WMI attach failed: %d\n", status);
1658
		goto err;
1659 1660
	}

M
Michal Kazior 已提交
1661 1662
	status = ath10k_htt_init(ar);
	if (status) {
1663
		ath10k_err(ar, "failed to init htt: %d\n", status);
M
Michal Kazior 已提交
1664 1665 1666 1667 1668
		goto err_wmi_detach;
	}

	status = ath10k_htt_tx_alloc(&ar->htt);
	if (status) {
1669
		ath10k_err(ar, "failed to alloc htt tx: %d\n", status);
M
Michal Kazior 已提交
1670 1671 1672 1673 1674
		goto err_wmi_detach;
	}

	status = ath10k_htt_rx_alloc(&ar->htt);
	if (status) {
1675
		ath10k_err(ar, "failed to alloc htt rx: %d\n", status);
M
Michal Kazior 已提交
1676 1677 1678
		goto err_htt_tx_detach;
	}

M
Michal Kazior 已提交
1679 1680
	status = ath10k_hif_start(ar);
	if (status) {
1681
		ath10k_err(ar, "could not start HIF: %d\n", status);
M
Michal Kazior 已提交
1682
		goto err_htt_rx_detach;
M
Michal Kazior 已提交
1683 1684 1685 1686
	}

	status = ath10k_htc_wait_target(&ar->htc);
	if (status) {
1687
		ath10k_err(ar, "failed to connect to HTC: %d\n", status);
M
Michal Kazior 已提交
1688 1689
		goto err_hif_stop;
	}
1690

K
Kalle Valo 已提交
1691 1692 1693 1694 1695 1696
	if (mode == ATH10K_FIRMWARE_MODE_NORMAL) {
		status = ath10k_htt_connect(&ar->htt);
		if (status) {
			ath10k_err(ar, "failed to connect htt (%d)\n", status);
			goto err_hif_stop;
		}
1697 1698
	}

M
Michal Kazior 已提交
1699 1700
	status = ath10k_wmi_connect(ar);
	if (status) {
1701
		ath10k_err(ar, "could not connect wmi: %d\n", status);
M
Michal Kazior 已提交
1702 1703 1704 1705 1706
		goto err_hif_stop;
	}

	status = ath10k_htc_start(&ar->htc);
	if (status) {
1707
		ath10k_err(ar, "failed to start htc: %d\n", status);
M
Michal Kazior 已提交
1708 1709 1710
		goto err_hif_stop;
	}

K
Kalle Valo 已提交
1711 1712
	if (mode == ATH10K_FIRMWARE_MODE_NORMAL) {
		status = ath10k_wmi_wait_for_service_ready(ar);
1713
		if (status) {
K
Kalle Valo 已提交
1714 1715 1716
			ath10k_warn(ar, "wmi service ready event not received");
			goto err_hif_stop;
		}
M
Michal Kazior 已提交
1717
	}
1718

1719
	ath10k_dbg(ar, ATH10K_DBG_BOOT, "firmware %s booted\n",
1720
		   ar->hw->wiphy->fw_version);
1721

1722 1723 1724 1725 1726
	if (test_bit(WMI_SERVICE_EXT_RES_CFG_SUPPORT, ar->wmi.svc_map)) {
		val = 0;
		if (ath10k_peer_stats_enabled(ar))
			val = WMI_10_4_PEER_STATS;

1727
		status = ath10k_mac_ext_resource_config(ar, val);
1728 1729 1730 1731 1732 1733 1734 1735
		if (status) {
			ath10k_err(ar,
				   "failed to send ext resource cfg command : %d\n",
				   status);
			goto err_hif_stop;
		}
	}

1736 1737
	status = ath10k_wmi_cmd_init(ar);
	if (status) {
1738 1739
		ath10k_err(ar, "could not send WMI init command (%d)\n",
			   status);
M
Michal Kazior 已提交
1740
		goto err_hif_stop;
1741 1742 1743
	}

	status = ath10k_wmi_wait_for_unified_ready(ar);
1744
	if (status) {
1745
		ath10k_err(ar, "wmi unified ready event not received\n");
M
Michal Kazior 已提交
1746
		goto err_hif_stop;
1747 1748
	}

1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760
	/* If firmware indicates Full Rx Reorder support it must be used in a
	 * slightly different manner. Let HTT code know.
	 */
	ar->htt.rx_ring.in_ord_rx = !!(test_bit(WMI_SERVICE_RX_FULL_REORDER,
						ar->wmi.svc_map));

	status = ath10k_htt_rx_ring_refill(ar);
	if (status) {
		ath10k_err(ar, "failed to refill htt rx ring: %d\n", status);
		goto err_hif_stop;
	}

1761 1762 1763 1764
	ar->free_vdev_map = (1LL << ar->max_num_vdevs) - 1;

	INIT_LIST_HEAD(&ar->arvifs);

K
Kalle Valo 已提交
1765 1766 1767 1768 1769 1770 1771
	/* we don't care about HTT in UTF mode */
	if (mode == ATH10K_FIRMWARE_MODE_NORMAL) {
		status = ath10k_htt_setup(&ar->htt);
		if (status) {
			ath10k_err(ar, "failed to setup htt: %d\n", status);
			goto err_hif_stop;
		}
M
Michal Kazior 已提交
1772
	}
1773

1774 1775
	status = ath10k_debug_start(ar);
	if (status)
M
Michal Kazior 已提交
1776
		goto err_hif_stop;
1777

1778 1779
	return 0;

M
Michal Kazior 已提交
1780 1781
err_hif_stop:
	ath10k_hif_stop(ar);
M
Michal Kazior 已提交
1782 1783 1784 1785
err_htt_rx_detach:
	ath10k_htt_rx_free(&ar->htt);
err_htt_tx_detach:
	ath10k_htt_tx_free(&ar->htt);
1786 1787 1788 1789 1790
err_wmi_detach:
	ath10k_wmi_detach(ar);
err:
	return status;
}
1791
EXPORT_SYMBOL(ath10k_core_start);
1792

1793 1794 1795
int ath10k_wait_for_suspend(struct ath10k *ar, u32 suspend_opt)
{
	int ret;
1796
	unsigned long time_left;
1797 1798 1799 1800 1801

	reinit_completion(&ar->target_suspend);

	ret = ath10k_wmi_pdev_suspend_target(ar, suspend_opt);
	if (ret) {
1802
		ath10k_warn(ar, "could not suspend target (%d)\n", ret);
1803 1804 1805
		return ret;
	}

1806
	time_left = wait_for_completion_timeout(&ar->target_suspend, 1 * HZ);
1807

1808
	if (!time_left) {
1809
		ath10k_warn(ar, "suspend timed out - target pause event never came\n");
1810 1811 1812 1813 1814 1815
		return -ETIMEDOUT;
	}

	return 0;
}

1816 1817
void ath10k_core_stop(struct ath10k *ar)
{
1818
	lockdep_assert_held(&ar->conf_mutex);
1819
	ath10k_debug_stop(ar);
1820

1821
	/* try to suspend target */
K
Kalle Valo 已提交
1822 1823
	if (ar->state != ATH10K_STATE_RESTARTING &&
	    ar->state != ATH10K_STATE_UTF)
1824 1825
		ath10k_wait_for_suspend(ar, WMI_PDEV_SUSPEND_AND_DISABLE_INTR);

M
Michal Kazior 已提交
1826 1827 1828
	ath10k_hif_stop(ar);
	ath10k_htt_tx_free(&ar->htt);
	ath10k_htt_rx_free(&ar->htt);
1829 1830
	ath10k_wmi_detach(ar);
}
1831 1832 1833 1834 1835 1836 1837 1838
EXPORT_SYMBOL(ath10k_core_stop);

/* mac80211 manages fw/hw initialization through start/stop hooks. However in
 * order to know what hw capabilities should be advertised to mac80211 it is
 * necessary to load the firmware (and tear it down immediately since start
 * hook will try to init it again) before registering */
static int ath10k_core_probe_fw(struct ath10k *ar)
{
1839 1840
	struct bmi_target_info target_info;
	int ret = 0;
1841 1842 1843

	ret = ath10k_hif_power_up(ar);
	if (ret) {
1844
		ath10k_err(ar, "could not start pci hif (%d)\n", ret);
1845 1846 1847
		return ret;
	}

1848 1849 1850
	memset(&target_info, 0, sizeof(target_info));
	ret = ath10k_bmi_get_target_info(ar, &target_info);
	if (ret) {
1851
		ath10k_err(ar, "could not get target info (%d)\n", ret);
1852
		goto err_power_down;
1853 1854 1855 1856 1857 1858 1859
	}

	ar->target_version = target_info.version;
	ar->hw->wiphy->hw_version = target_info.version;

	ret = ath10k_init_hw_params(ar);
	if (ret) {
1860
		ath10k_err(ar, "could not get hw params (%d)\n", ret);
1861
		goto err_power_down;
1862 1863 1864 1865
	}

	ret = ath10k_core_fetch_firmware_files(ar);
	if (ret) {
1866
		ath10k_err(ar, "could not fetch firmware files (%d)\n", ret);
1867
		goto err_power_down;
1868 1869
	}

1870 1871 1872 1873 1874
	BUILD_BUG_ON(sizeof(ar->hw->wiphy->fw_version) !=
		     sizeof(ar->normal_mode_fw.fw_file.fw_version));
	memcpy(ar->hw->wiphy->fw_version, ar->normal_mode_fw.fw_file.fw_version,
	       sizeof(ar->hw->wiphy->fw_version));

1875 1876
	ath10k_debug_print_hwfw_info(ar);

1877 1878 1879 1880 1881 1882 1883 1884 1885
	ret = ath10k_core_pre_cal_download(ar);
	if (ret) {
		/* pre calibration data download is not necessary
		 * for all the chipsets. Ignore failures and continue.
		 */
		ath10k_dbg(ar, ATH10K_DBG_BOOT,
			   "could not load pre cal data: %d\n", ret);
	}

1886 1887
	ret = ath10k_core_get_board_id_from_otp(ar);
	if (ret && ret != -EOPNOTSUPP) {
1888
		ath10k_err(ar, "failed to get board id from otp: %d\n",
1889
			   ret);
1890
		goto err_free_firmware_files;
1891 1892 1893 1894 1895 1896 1897 1898
	}

	ret = ath10k_core_fetch_board_file(ar);
	if (ret) {
		ath10k_err(ar, "failed to fetch board file: %d\n", ret);
		goto err_free_firmware_files;
	}

1899 1900
	ath10k_debug_print_board_info(ar);

1901 1902 1903 1904 1905 1906
	ret = ath10k_core_init_firmware_features(ar);
	if (ret) {
		ath10k_err(ar, "fatal problem with firmware features: %d\n",
			   ret);
		goto err_free_firmware_files;
	}
1907

1908 1909 1910 1911 1912 1913 1914
	ret = ath10k_swap_code_seg_init(ar);
	if (ret) {
		ath10k_err(ar, "failed to initialize code swap segment: %d\n",
			   ret);
		goto err_free_firmware_files;
	}

1915 1916
	mutex_lock(&ar->conf_mutex);

1917 1918
	ret = ath10k_core_start(ar, ATH10K_FIRMWARE_MODE_NORMAL,
				&ar->normal_mode_fw);
1919
	if (ret) {
1920
		ath10k_err(ar, "could not init core (%d)\n", ret);
1921
		goto err_unlock;
1922 1923
	}

1924
	ath10k_debug_print_boot_info(ar);
1925
	ath10k_core_stop(ar);
1926 1927 1928

	mutex_unlock(&ar->conf_mutex);

1929 1930
	ath10k_hif_power_down(ar);
	return 0;
1931 1932 1933 1934

err_unlock:
	mutex_unlock(&ar->conf_mutex);

1935
err_free_firmware_files:
1936 1937 1938 1939 1940 1941
	ath10k_core_free_firmware_files(ar);

err_power_down:
	ath10k_hif_power_down(ar);

	return ret;
1942
}
1943

1944
static void ath10k_core_register_work(struct work_struct *work)
1945
{
1946
	struct ath10k *ar = container_of(work, struct ath10k, register_work);
1947 1948
	int status;

1949 1950
	status = ath10k_core_probe_fw(ar);
	if (status) {
1951
		ath10k_err(ar, "could not probe fw (%d)\n", status);
1952
		goto err;
1953
	}
1954

1955
	status = ath10k_mac_register(ar);
1956
	if (status) {
1957
		ath10k_err(ar, "could not register to mac80211 (%d)\n", status);
1958
		goto err_release_fw;
1959
	}
1960

1961
	status = ath10k_debug_register(ar);
1962
	if (status) {
1963
		ath10k_err(ar, "unable to initialize debugfs\n");
1964 1965 1966
		goto err_unregister_mac;
	}

1967 1968
	status = ath10k_spectral_create(ar);
	if (status) {
1969
		ath10k_err(ar, "failed to initialize spectral\n");
1970 1971 1972
		goto err_debug_destroy;
	}

1973 1974 1975 1976 1977 1978 1979
	status = ath10k_thermal_register(ar);
	if (status) {
		ath10k_err(ar, "could not register thermal device: %d\n",
			   status);
		goto err_spectral_destroy;
	}

1980 1981
	set_bit(ATH10K_FLAG_CORE_REGISTERED, &ar->dev_flags);
	return;
1982

1983 1984
err_spectral_destroy:
	ath10k_spectral_destroy(ar);
1985 1986
err_debug_destroy:
	ath10k_debug_destroy(ar);
1987 1988
err_unregister_mac:
	ath10k_mac_unregister(ar);
1989 1990
err_release_fw:
	ath10k_core_free_firmware_files(ar);
1991
err:
1992 1993 1994
	/* TODO: It's probably a good idea to release device from the driver
	 * but calling device_release_driver() here will cause a deadlock.
	 */
1995 1996 1997 1998 1999 2000 2001 2002 2003
	return;
}

int ath10k_core_register(struct ath10k *ar, u32 chip_id)
{
	ar->chip_id = chip_id;
	queue_work(ar->workqueue, &ar->register_work);

	return 0;
2004 2005 2006 2007 2008
}
EXPORT_SYMBOL(ath10k_core_register);

void ath10k_core_unregister(struct ath10k *ar)
{
2009 2010 2011 2012 2013
	cancel_work_sync(&ar->register_work);

	if (!test_bit(ATH10K_FLAG_CORE_REGISTERED, &ar->dev_flags))
		return;

2014
	ath10k_thermal_unregister(ar);
2015 2016 2017 2018 2019 2020
	/* Stop spectral before unregistering from mac80211 to remove the
	 * relayfs debugfs file cleanly. Otherwise the parent debugfs tree
	 * would be already be free'd recursively, leading to a double free.
	 */
	ath10k_spectral_destroy(ar);

2021 2022 2023 2024
	/* We must unregister from mac80211 before we stop HTC and HIF.
	 * Otherwise we will fail to submit commands to FW and mac80211 will be
	 * unhappy about callback failures. */
	ath10k_mac_unregister(ar);
2025

K
Kalle Valo 已提交
2026 2027
	ath10k_testmode_destroy(ar);

2028
	ath10k_core_free_firmware_files(ar);
2029
	ath10k_core_free_board_files(ar);
2030

2031
	ath10k_debug_unregister(ar);
2032 2033 2034
}
EXPORT_SYMBOL(ath10k_core_unregister);

M
Michal Kazior 已提交
2035
struct ath10k *ath10k_core_create(size_t priv_size, struct device *dev,
K
Kalle Valo 已提交
2036
				  enum ath10k_bus bus,
M
Michal Kazior 已提交
2037
				  enum ath10k_hw_rev hw_rev,
2038 2039 2040
				  const struct ath10k_hif_ops *hif_ops)
{
	struct ath10k *ar;
2041
	int ret;
2042

M
Michal Kazior 已提交
2043
	ar = ath10k_mac_create(priv_size);
2044 2045 2046 2047 2048 2049
	if (!ar)
		return NULL;

	ar->ath_common.priv = ar;
	ar->ath_common.hw = ar->hw;
	ar->dev = dev;
M
Michal Kazior 已提交
2050
	ar->hw_rev = hw_rev;
2051
	ar->hif.ops = hif_ops;
K
Kalle Valo 已提交
2052
	ar->hif.bus = bus;
2053

M
Michal Kazior 已提交
2054 2055 2056
	switch (hw_rev) {
	case ATH10K_HW_QCA988X:
		ar->regs = &qca988x_regs;
2057
		ar->hw_values = &qca988x_values;
M
Michal Kazior 已提交
2058 2059
		break;
	case ATH10K_HW_QCA6174:
2060
	case ATH10K_HW_QCA9377:
M
Michal Kazior 已提交
2061
		ar->regs = &qca6174_regs;
2062
		ar->hw_values = &qca6174_values;
M
Michal Kazior 已提交
2063
		break;
2064 2065 2066 2067
	case ATH10K_HW_QCA99X0:
		ar->regs = &qca99x0_regs;
		ar->hw_values = &qca99x0_values;
		break;
2068 2069 2070 2071
	case ATH10K_HW_QCA4019:
		ar->regs = &qca4019_regs;
		ar->hw_values = &qca4019_values;
		break;
M
Michal Kazior 已提交
2072 2073 2074 2075 2076 2077 2078
	default:
		ath10k_err(ar, "unsupported core hardware revision %d\n",
			   hw_rev);
		ret = -ENOTSUPP;
		goto err_free_mac;
	}

2079 2080 2081 2082
	init_completion(&ar->scan.started);
	init_completion(&ar->scan.completed);
	init_completion(&ar->scan.on_channel);
	init_completion(&ar->target_suspend);
2083
	init_completion(&ar->wow.wakeup_completed);
2084 2085 2086

	init_completion(&ar->install_key_done);
	init_completion(&ar->vdev_setup_done);
2087
	init_completion(&ar->thermal.wmi_sync);
2088

2089
	INIT_DELAYED_WORK(&ar->scan.timeout, ath10k_scan_timeout_work);
2090 2091 2092

	ar->workqueue = create_singlethread_workqueue("ath10k_wq");
	if (!ar->workqueue)
2093
		goto err_free_mac;
2094

2095 2096 2097 2098
	ar->workqueue_aux = create_singlethread_workqueue("ath10k_aux_wq");
	if (!ar->workqueue_aux)
		goto err_free_wq;

2099 2100
	mutex_init(&ar->conf_mutex);
	spin_lock_init(&ar->data_lock);
M
Michal Kazior 已提交
2101
	spin_lock_init(&ar->txqs_lock);
2102

M
Michal Kazior 已提交
2103
	INIT_LIST_HEAD(&ar->txqs);
2104 2105
	INIT_LIST_HEAD(&ar->peers);
	init_waitqueue_head(&ar->peer_mapping_wq);
M
Michal Kazior 已提交
2106 2107
	init_waitqueue_head(&ar->htt.empty_tx_wq);
	init_waitqueue_head(&ar->wmi.tx_credits_wq);
2108 2109 2110 2111 2112 2113 2114 2115

	init_completion(&ar->offchan_tx_completed);
	INIT_WORK(&ar->offchan_tx_work, ath10k_offchan_tx_work);
	skb_queue_head_init(&ar->offchan_tx_queue);

	INIT_WORK(&ar->wmi_mgmt_tx_work, ath10k_mgmt_over_wmi_tx_work);
	skb_queue_head_init(&ar->wmi_mgmt_tx_queue);

2116
	INIT_WORK(&ar->register_work, ath10k_core_register_work);
2117 2118
	INIT_WORK(&ar->restart_work, ath10k_core_restart);

2119 2120
	ret = ath10k_debug_create(ar);
	if (ret)
2121
		goto err_free_aux_wq;
2122

2123 2124
	return ar;

2125 2126
err_free_aux_wq:
	destroy_workqueue(ar->workqueue_aux);
2127 2128 2129 2130
err_free_wq:
	destroy_workqueue(ar->workqueue);

err_free_mac:
2131
	ath10k_mac_destroy(ar);
2132

2133 2134 2135 2136 2137 2138 2139 2140 2141
	return NULL;
}
EXPORT_SYMBOL(ath10k_core_create);

void ath10k_core_destroy(struct ath10k *ar)
{
	flush_workqueue(ar->workqueue);
	destroy_workqueue(ar->workqueue);

2142 2143 2144
	flush_workqueue(ar->workqueue_aux);
	destroy_workqueue(ar->workqueue_aux);

2145
	ath10k_debug_destroy(ar);
2146
	ath10k_wmi_free_host_mem(ar);
2147 2148 2149 2150
	ath10k_mac_destroy(ar);
}
EXPORT_SYMBOL(ath10k_core_destroy);

2151 2152 2153
MODULE_AUTHOR("Qualcomm Atheros");
MODULE_DESCRIPTION("Core module for QCA988X PCIe devices.");
MODULE_LICENSE("Dual BSD/GPL");