3 * Copyright (c) 2011 Atheros Communications Inc.
4 * Copyright (c) 2011-2012 Qualcomm Atheros, Inc.
6 * Permission to use, copy, modify, and/or distribute this software for any
7 * purpose with or without fee is hereby granted, provided that the above
8 * copyright notice and this permission notice appear in all copies.
10 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
11 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
12 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
13 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
14 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
19 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
21 #include <linux/moduleparam.h>
22 #include <linux/errno.h>
23 #include <linux/export.h>
25 #include <linux/mmc/sdio_func.h>
26 #include <linux/vmalloc.h>
35 static const struct ath6kl_hw hw_list
[] = {
37 .id
= AR6003_HW_2_0_VERSION
,
38 .name
= "ar6003 hw 2.0",
39 .dataset_patch_addr
= 0x57e884,
40 .app_load_addr
= 0x543180,
41 .board_ext_data_addr
= 0x57e500,
42 .reserved_ram_size
= 6912,
43 .refclk_hz
= 26000000,
45 .flags
= ATH6KL_HW_SDIO_CRC_ERROR_WAR
,
47 /* hw2.0 needs override address hardcoded */
48 .app_start_override_addr
= 0x944C00,
51 .dir
= AR6003_HW_2_0_FW_DIR
,
52 .otp
= AR6003_HW_2_0_OTP_FILE
,
53 .fw
= AR6003_HW_2_0_FIRMWARE_FILE
,
54 .tcmd
= AR6003_HW_2_0_TCMD_FIRMWARE_FILE
,
55 .patch
= AR6003_HW_2_0_PATCH_FILE
,
58 .fw_board
= AR6003_HW_2_0_BOARD_DATA_FILE
,
59 .fw_default_board
= AR6003_HW_2_0_DEFAULT_BOARD_DATA_FILE
,
62 .id
= AR6003_HW_2_1_1_VERSION
,
63 .name
= "ar6003 hw 2.1.1",
64 .dataset_patch_addr
= 0x57ff74,
65 .app_load_addr
= 0x1234,
66 .board_ext_data_addr
= 0x542330,
67 .reserved_ram_size
= 512,
68 .refclk_hz
= 26000000,
70 .testscript_addr
= 0x57ef74,
71 .flags
= ATH6KL_HW_SDIO_CRC_ERROR_WAR
,
74 .dir
= AR6003_HW_2_1_1_FW_DIR
,
75 .otp
= AR6003_HW_2_1_1_OTP_FILE
,
76 .fw
= AR6003_HW_2_1_1_FIRMWARE_FILE
,
77 .tcmd
= AR6003_HW_2_1_1_TCMD_FIRMWARE_FILE
,
78 .patch
= AR6003_HW_2_1_1_PATCH_FILE
,
79 .utf
= AR6003_HW_2_1_1_UTF_FIRMWARE_FILE
,
80 .testscript
= AR6003_HW_2_1_1_TESTSCRIPT_FILE
,
83 .fw_board
= AR6003_HW_2_1_1_BOARD_DATA_FILE
,
84 .fw_default_board
= AR6003_HW_2_1_1_DEFAULT_BOARD_DATA_FILE
,
87 .id
= AR6004_HW_1_0_VERSION
,
88 .name
= "ar6004 hw 1.0",
89 .dataset_patch_addr
= 0x57e884,
90 .app_load_addr
= 0x1234,
91 .board_ext_data_addr
= 0x437000,
92 .reserved_ram_size
= 19456,
93 .board_addr
= 0x433900,
94 .refclk_hz
= 26000000,
99 .dir
= AR6004_HW_1_0_FW_DIR
,
100 .fw
= AR6004_HW_1_0_FIRMWARE_FILE
,
103 .fw_board
= AR6004_HW_1_0_BOARD_DATA_FILE
,
104 .fw_default_board
= AR6004_HW_1_0_DEFAULT_BOARD_DATA_FILE
,
107 .id
= AR6004_HW_1_1_VERSION
,
108 .name
= "ar6004 hw 1.1",
109 .dataset_patch_addr
= 0x57e884,
110 .app_load_addr
= 0x1234,
111 .board_ext_data_addr
= 0x437000,
112 .reserved_ram_size
= 11264,
113 .board_addr
= 0x43d400,
114 .refclk_hz
= 40000000,
118 .dir
= AR6004_HW_1_1_FW_DIR
,
119 .fw
= AR6004_HW_1_1_FIRMWARE_FILE
,
122 .fw_board
= AR6004_HW_1_1_BOARD_DATA_FILE
,
123 .fw_default_board
= AR6004_HW_1_1_DEFAULT_BOARD_DATA_FILE
,
126 .id
= AR6004_HW_1_2_VERSION
,
127 .name
= "ar6004 hw 1.2",
128 .dataset_patch_addr
= 0x436ecc,
129 .app_load_addr
= 0x1234,
130 .board_ext_data_addr
= 0x437000,
131 .reserved_ram_size
= 9216,
132 .board_addr
= 0x435c00,
133 .refclk_hz
= 40000000,
138 .dir
= AR6004_HW_1_2_FW_DIR
,
139 .fw
= AR6004_HW_1_2_FIRMWARE_FILE
,
141 .fw_board
= AR6004_HW_1_2_BOARD_DATA_FILE
,
142 .fw_default_board
= AR6004_HW_1_2_DEFAULT_BOARD_DATA_FILE
,
145 .id
= AR6004_HW_1_3_VERSION
,
146 .name
= "ar6004 hw 1.3",
147 .dataset_patch_addr
= 0x437860,
148 .app_load_addr
= 0x1234,
149 .board_ext_data_addr
= 0x437000,
150 .reserved_ram_size
= 7168,
151 .board_addr
= 0x436400,
157 .dir
= AR6004_HW_1_3_FW_DIR
,
158 .fw
= AR6004_HW_1_3_FIRMWARE_FILE
,
159 .tcmd
= AR6004_HW_1_3_TCMD_FIRMWARE_FILE
,
160 .utf
= AR6004_HW_1_3_UTF_FIRMWARE_FILE
,
161 .testscript
= AR6004_HW_1_3_TESTSCRIPT_FILE
,
164 .fw_board
= AR6004_HW_1_3_BOARD_DATA_FILE
,
165 .fw_default_board
= AR6004_HW_1_3_DEFAULT_BOARD_DATA_FILE
,
168 .id
= AR6004_HW_3_0_VERSION
,
169 .name
= "ar6004 hw 3.0",
170 .dataset_patch_addr
= 0,
171 .app_load_addr
= 0x1234,
172 .board_ext_data_addr
= 0,
173 .reserved_ram_size
= 7168,
174 .board_addr
= 0x436400,
175 .testscript_addr
= 0,
180 .dir
= AR6004_HW_3_0_FW_DIR
,
181 .fw
= AR6004_HW_3_0_FIRMWARE_FILE
,
182 .tcmd
= AR6004_HW_3_0_TCMD_FIRMWARE_FILE
,
183 .utf
= AR6004_HW_3_0_UTF_FIRMWARE_FILE
,
184 .testscript
= AR6004_HW_3_0_TESTSCRIPT_FILE
,
187 .fw_board
= AR6004_HW_3_0_BOARD_DATA_FILE
,
188 .fw_default_board
= AR6004_HW_3_0_DEFAULT_BOARD_DATA_FILE
,
193 * Include definitions here that can be used to tune the WLAN module
194 * behavior. Different customers can tune the behavior as per their needs,
199 * This configuration item enable/disable keepalive support.
200 * Keepalive support: In the absence of any data traffic to AP, null
201 * frames will be sent to the AP at periodic interval, to keep the association
202 * active. This configuration item defines the periodic interval.
203 * Use value of zero to disable keepalive support
204 * Default: 60 seconds
206 #define WLAN_CONFIG_KEEP_ALIVE_INTERVAL 60
209 * This configuration item sets the value of disconnect timeout
210 * Firmware delays sending the disconnec event to the host for this
211 * timeout after is gets disconnected from the current AP.
212 * If the firmware successly roams within the disconnect timeout
213 * it sends a new connect event
215 #define WLAN_CONFIG_DISCONNECT_TIMEOUT 10
218 #define ATH6KL_DATA_OFFSET 64
219 struct sk_buff
*ath6kl_buf_alloc(int size
)
224 /* Add chacheline space at front and back of buffer */
225 reserved
= roundup((2 * L1_CACHE_BYTES
) + ATH6KL_DATA_OFFSET
+
226 sizeof(struct htc_packet
) + ATH6KL_HTC_ALIGN_BYTES
, 4);
227 skb
= dev_alloc_skb(size
+ reserved
);
230 skb_reserve(skb
, reserved
- L1_CACHE_BYTES
);
234 void ath6kl_init_profile_info(struct ath6kl_vif
*vif
)
237 memset(vif
->ssid
, 0, sizeof(vif
->ssid
));
239 vif
->dot11_auth_mode
= OPEN_AUTH
;
240 vif
->auth_mode
= NONE_AUTH
;
241 vif
->prwise_crypto
= NONE_CRYPT
;
242 vif
->prwise_crypto_len
= 0;
243 vif
->grp_crypto
= NONE_CRYPT
;
244 vif
->grp_crypto_len
= 0;
245 memset(vif
->wep_key_list
, 0, sizeof(vif
->wep_key_list
));
246 memset(vif
->req_bssid
, 0, sizeof(vif
->req_bssid
));
247 memset(vif
->bssid
, 0, sizeof(vif
->bssid
));
251 static int ath6kl_set_host_app_area(struct ath6kl
*ar
)
254 struct host_app_area host_app_area
;
256 /* Fetch the address of the host_app_area_s
257 * instance in the host interest area */
258 address
= ath6kl_get_hi_item_addr(ar
, HI_ITEM(hi_app_host_interest
));
259 address
= TARG_VTOP(ar
->target_type
, address
);
261 if (ath6kl_diag_read32(ar
, address
, &data
))
264 address
= TARG_VTOP(ar
->target_type
, data
);
265 host_app_area
.wmi_protocol_ver
= cpu_to_le32(WMI_PROTOCOL_VERSION
);
266 if (ath6kl_diag_write(ar
, address
, (u8
*) &host_app_area
,
267 sizeof(struct host_app_area
)))
273 static inline void set_ac2_ep_map(struct ath6kl
*ar
,
275 enum htc_endpoint_id ep
)
277 ar
->ac2ep_map
[ac
] = ep
;
278 ar
->ep2ac_map
[ep
] = ac
;
281 /* connect to a service */
282 static int ath6kl_connectservice(struct ath6kl
*ar
,
283 struct htc_service_connect_req
*con_req
,
287 struct htc_service_connect_resp response
;
289 memset(&response
, 0, sizeof(response
));
291 status
= ath6kl_htc_conn_service(ar
->htc_target
, con_req
, &response
);
293 ath6kl_err("failed to connect to %s service status:%d\n",
298 switch (con_req
->svc_id
) {
299 case WMI_CONTROL_SVC
:
300 if (test_bit(WMI_ENABLED
, &ar
->flag
))
301 ath6kl_wmi_set_control_ep(ar
->wmi
, response
.endpoint
);
302 ar
->ctrl_ep
= response
.endpoint
;
304 case WMI_DATA_BE_SVC
:
305 set_ac2_ep_map(ar
, WMM_AC_BE
, response
.endpoint
);
307 case WMI_DATA_BK_SVC
:
308 set_ac2_ep_map(ar
, WMM_AC_BK
, response
.endpoint
);
310 case WMI_DATA_VI_SVC
:
311 set_ac2_ep_map(ar
, WMM_AC_VI
, response
.endpoint
);
313 case WMI_DATA_VO_SVC
:
314 set_ac2_ep_map(ar
, WMM_AC_VO
, response
.endpoint
);
317 ath6kl_err("service id is not mapped %d\n", con_req
->svc_id
);
324 static int ath6kl_init_service_ep(struct ath6kl
*ar
)
326 struct htc_service_connect_req connect
;
328 memset(&connect
, 0, sizeof(connect
));
330 /* these fields are the same for all service endpoints */
331 connect
.ep_cb
.tx_comp_multi
= ath6kl_tx_complete
;
332 connect
.ep_cb
.rx
= ath6kl_rx
;
333 connect
.ep_cb
.rx_refill
= ath6kl_rx_refill
;
334 connect
.ep_cb
.tx_full
= ath6kl_tx_queue_full
;
337 * Set the max queue depth so that our ath6kl_tx_queue_full handler
340 connect
.max_txq_depth
= MAX_DEFAULT_SEND_QUEUE_DEPTH
;
341 connect
.ep_cb
.rx_refill_thresh
= ATH6KL_MAX_RX_BUFFERS
/ 4;
342 if (!connect
.ep_cb
.rx_refill_thresh
)
343 connect
.ep_cb
.rx_refill_thresh
++;
345 /* connect to control service */
346 connect
.svc_id
= WMI_CONTROL_SVC
;
347 if (ath6kl_connectservice(ar
, &connect
, "WMI CONTROL"))
350 connect
.flags
|= HTC_FLGS_TX_BNDL_PAD_EN
;
353 * Limit the HTC message size on the send path, although e can
354 * receive A-MSDU frames of 4K, we will only send ethernet-sized
355 * (802.3) frames on the send path.
357 connect
.max_rxmsg_sz
= WMI_MAX_TX_DATA_FRAME_LENGTH
;
360 * To reduce the amount of committed memory for larger A_MSDU
361 * frames, use the recv-alloc threshold mechanism for larger
364 connect
.ep_cb
.rx_alloc_thresh
= ATH6KL_BUFFER_SIZE
;
365 connect
.ep_cb
.rx_allocthresh
= ath6kl_alloc_amsdu_rxbuf
;
368 * For the remaining data services set the connection flag to
369 * reduce dribbling, if configured to do so.
371 connect
.conn_flags
|= HTC_CONN_FLGS_REDUCE_CRED_DRIB
;
372 connect
.conn_flags
&= ~HTC_CONN_FLGS_THRESH_MASK
;
373 connect
.conn_flags
|= HTC_CONN_FLGS_THRESH_LVL_HALF
;
375 connect
.svc_id
= WMI_DATA_BE_SVC
;
377 if (ath6kl_connectservice(ar
, &connect
, "WMI DATA BE"))
380 /* connect to back-ground map this to WMI LOW_PRI */
381 connect
.svc_id
= WMI_DATA_BK_SVC
;
382 if (ath6kl_connectservice(ar
, &connect
, "WMI DATA BK"))
385 /* connect to Video service, map this to HI PRI */
386 connect
.svc_id
= WMI_DATA_VI_SVC
;
387 if (ath6kl_connectservice(ar
, &connect
, "WMI DATA VI"))
391 * Connect to VO service, this is currently not mapped to a WMI
392 * priority stream due to historical reasons. WMI originally
393 * defined 3 priorities over 3 mailboxes We can change this when
394 * WMI is reworked so that priorities are not dependent on
397 connect
.svc_id
= WMI_DATA_VO_SVC
;
398 if (ath6kl_connectservice(ar
, &connect
, "WMI DATA VO"))
404 void ath6kl_init_control_info(struct ath6kl_vif
*vif
)
406 ath6kl_init_profile_info(vif
);
407 vif
->def_txkey_index
= 0;
408 memset(vif
->wep_key_list
, 0, sizeof(vif
->wep_key_list
));
413 * Set HTC/Mbox operational parameters, this can only be called when the
414 * target is in the BMI phase.
416 static int ath6kl_set_htc_params(struct ath6kl
*ar
, u32 mbox_isr_yield_val
,
422 blk_size
= ar
->mbox_info
.block_size
;
425 blk_size
|= ((u32
)htc_ctrl_buf
) << 16;
427 /* set the host interest area for the block size */
428 status
= ath6kl_bmi_write_hi32(ar
, hi_mbox_io_block_sz
, blk_size
);
430 ath6kl_err("bmi_write_memory for IO block size failed\n");
434 ath6kl_dbg(ATH6KL_DBG_TRC
, "block size set: %d (target addr:0x%X)\n",
436 ath6kl_get_hi_item_addr(ar
, HI_ITEM(hi_mbox_io_block_sz
)));
438 if (mbox_isr_yield_val
) {
439 /* set the host interest area for the mbox ISR yield limit */
440 status
= ath6kl_bmi_write_hi32(ar
, hi_mbox_isr_yield_limit
,
443 ath6kl_err("bmi_write_memory for yield limit failed\n");
452 static int ath6kl_target_config_wlan_params(struct ath6kl
*ar
, int idx
)
457 * Configure the device for rx dot11 header rules. "0,0" are the
458 * default values. Required if checksum offload is needed. Set
459 * RxMetaVersion to 2.
461 ret
= ath6kl_wmi_set_rx_frame_format_cmd(ar
->wmi
, idx
,
462 ar
->rx_meta_ver
, 0, 0);
464 ath6kl_err("unable to set the rx frame format: %d\n", ret
);
468 if (ar
->conf_flags
& ATH6KL_CONF_IGNORE_PS_FAIL_EVT_IN_SCAN
) {
469 ret
= ath6kl_wmi_pmparams_cmd(ar
->wmi
, idx
, 0, 1, 0, 0, 1,
470 IGNORE_PS_FAIL_DURING_SCAN
);
472 ath6kl_err("unable to set power save fail event policy: %d\n",
478 if (!(ar
->conf_flags
& ATH6KL_CONF_IGNORE_ERP_BARKER
)) {
479 ret
= ath6kl_wmi_set_lpreamble_cmd(ar
->wmi
, idx
, 0,
480 WMI_FOLLOW_BARKER_IN_ERP
);
482 ath6kl_err("unable to set barker preamble policy: %d\n",
488 ret
= ath6kl_wmi_set_keepalive_cmd(ar
->wmi
, idx
,
489 WLAN_CONFIG_KEEP_ALIVE_INTERVAL
);
491 ath6kl_err("unable to set keep alive interval: %d\n", ret
);
495 ret
= ath6kl_wmi_disctimeout_cmd(ar
->wmi
, idx
,
496 WLAN_CONFIG_DISCONNECT_TIMEOUT
);
498 ath6kl_err("unable to set disconnect timeout: %d\n", ret
);
502 if (!(ar
->conf_flags
& ATH6KL_CONF_ENABLE_TX_BURST
)) {
503 ret
= ath6kl_wmi_set_wmm_txop(ar
->wmi
, idx
, WMI_TXOP_DISABLED
);
505 ath6kl_err("unable to set txop bursting: %d\n", ret
);
510 if (ar
->p2p
&& (ar
->vif_max
== 1 || idx
)) {
511 ret
= ath6kl_wmi_info_req_cmd(ar
->wmi
, idx
,
512 P2P_FLAG_CAPABILITIES_REQ
|
513 P2P_FLAG_MACADDR_REQ
|
514 P2P_FLAG_HMODEL_REQ
);
516 ath6kl_dbg(ATH6KL_DBG_TRC
,
517 "failed to request P2P capabilities (%d) - assuming P2P not supported\n",
523 if (ar
->p2p
&& (ar
->vif_max
== 1 || idx
)) {
524 /* Enable Probe Request reporting for P2P */
525 ret
= ath6kl_wmi_probe_report_req_cmd(ar
->wmi
, idx
, true);
527 ath6kl_dbg(ATH6KL_DBG_TRC
,
528 "failed to enable Probe Request reporting (%d)\n",
536 int ath6kl_configure_target(struct ath6kl
*ar
)
538 u32 param
, ram_reserved_size
;
539 u8 fw_iftype
, fw_mode
= 0, fw_submode
= 0;
542 param
= !!(ar
->conf_flags
& ATH6KL_CONF_UART_DEBUG
);
543 if (ath6kl_bmi_write_hi32(ar
, hi_serial_enable
, param
)) {
544 ath6kl_err("bmi_write_memory for uart debug failed\n");
549 * Note: Even though the firmware interface type is
550 * chosen as BSS_STA for all three interfaces, can
551 * be configured to IBSS/AP as long as the fw submode
552 * remains normal mode (0 - AP, STA and IBSS). But
553 * due to an target assert in firmware only one interface is
554 * configured for now.
556 fw_iftype
= HI_OPTION_FW_MODE_BSS_STA
;
558 for (i
= 0; i
< ar
->vif_max
; i
++)
559 fw_mode
|= fw_iftype
<< (i
* HI_OPTION_FW_MODE_BITS
);
562 * Submodes when fw does not support dynamic interface
564 * vif[0] - AP/STA/IBSS
565 * vif[1] - "P2P dev"/"P2P GO"/"P2P Client"
566 * vif[2] - "P2P dev"/"P2P GO"/"P2P Client"
567 * Otherwise, All the interface are initialized to p2p dev.
570 if (test_bit(ATH6KL_FW_CAPABILITY_STA_P2PDEV_DUPLEX
,
571 ar
->fw_capabilities
)) {
572 for (i
= 0; i
< ar
->vif_max
; i
++)
573 fw_submode
|= HI_OPTION_FW_SUBMODE_P2PDEV
<<
574 (i
* HI_OPTION_FW_SUBMODE_BITS
);
576 for (i
= 0; i
< ar
->max_norm_iface
; i
++)
577 fw_submode
|= HI_OPTION_FW_SUBMODE_NONE
<<
578 (i
* HI_OPTION_FW_SUBMODE_BITS
);
580 for (i
= ar
->max_norm_iface
; i
< ar
->vif_max
; i
++)
581 fw_submode
|= HI_OPTION_FW_SUBMODE_P2PDEV
<<
582 (i
* HI_OPTION_FW_SUBMODE_BITS
);
584 if (ar
->p2p
&& ar
->vif_max
== 1)
585 fw_submode
= HI_OPTION_FW_SUBMODE_P2PDEV
;
588 if (ath6kl_bmi_write_hi32(ar
, hi_app_host_interest
,
589 HTC_PROTOCOL_VERSION
) != 0) {
590 ath6kl_err("bmi_write_memory for htc version failed\n");
594 /* set the firmware mode to STA/IBSS/AP */
597 if (ath6kl_bmi_read_hi32(ar
, hi_option_flag
, ¶m
) != 0) {
598 ath6kl_err("bmi_read_memory for setting fwmode failed\n");
602 param
|= (ar
->vif_max
<< HI_OPTION_NUM_DEV_SHIFT
);
603 param
|= fw_mode
<< HI_OPTION_FW_MODE_SHIFT
;
604 param
|= fw_submode
<< HI_OPTION_FW_SUBMODE_SHIFT
;
606 param
|= (0 << HI_OPTION_MAC_ADDR_METHOD_SHIFT
);
607 param
|= (0 << HI_OPTION_FW_BRIDGE_SHIFT
);
609 if (ath6kl_bmi_write_hi32(ar
, hi_option_flag
, param
) != 0) {
610 ath6kl_err("bmi_write_memory for setting fwmode failed\n");
614 ath6kl_dbg(ATH6KL_DBG_TRC
, "firmware mode set\n");
617 * Hardcode the address use for the extended board data
618 * Ideally this should be pre-allocate by the OS at boot time
619 * But since it is a new feature and board data is loaded
620 * at init time, we have to workaround this from host.
621 * It is difficult to patch the firmware boot code,
622 * but possible in theory.
625 if ((ar
->target_type
== TARGET_TYPE_AR6003
) ||
626 (ar
->version
.target_ver
== AR6004_HW_1_3_VERSION
) ||
627 (ar
->version
.target_ver
== AR6004_HW_3_0_VERSION
)) {
628 param
= ar
->hw
.board_ext_data_addr
;
629 ram_reserved_size
= ar
->hw
.reserved_ram_size
;
631 if (ath6kl_bmi_write_hi32(ar
, hi_board_ext_data
, param
) != 0) {
632 ath6kl_err("bmi_write_memory for hi_board_ext_data failed\n");
636 if (ath6kl_bmi_write_hi32(ar
, hi_end_ram_reserve_sz
,
637 ram_reserved_size
) != 0) {
638 ath6kl_err("bmi_write_memory for hi_end_ram_reserve_sz failed\n");
643 /* set the block size for the target */
644 if (ath6kl_set_htc_params(ar
, MBOX_YIELD_LIMIT
, 0))
645 /* use default number of control buffers */
648 /* Configure GPIO AR600x UART */
649 status
= ath6kl_bmi_write_hi32(ar
, hi_dbg_uart_txpin
,
654 /* Only set the baud rate if we're actually doing debug */
655 if (ar
->conf_flags
& ATH6KL_CONF_UART_DEBUG
) {
656 status
= ath6kl_bmi_write_hi32(ar
, hi_desired_baud_rate
,
662 /* Configure target refclk_hz */
663 if (ar
->hw
.refclk_hz
!= 0) {
664 status
= ath6kl_bmi_write_hi32(ar
, hi_refclk_hz
,
673 /* firmware upload */
674 static int ath6kl_get_fw(struct ath6kl
*ar
, const char *filename
,
675 u8
**fw
, size_t *fw_len
)
677 const struct firmware
*fw_entry
;
680 ret
= request_firmware(&fw_entry
, filename
, ar
->dev
);
684 *fw_len
= fw_entry
->size
;
685 *fw
= kmemdup(fw_entry
->data
, fw_entry
->size
, GFP_KERNEL
);
690 release_firmware(fw_entry
);
697 * Check the device tree for a board-id and use it to construct
698 * the pathname to the firmware file. Used (for now) to find a
699 * fallback to the "bdata.bin" file--typically a symlink to the
700 * appropriate board-specific file.
702 static bool check_device_tree(struct ath6kl
*ar
)
704 static const char *board_id_prop
= "atheros,board-id";
705 struct device_node
*node
;
706 char board_filename
[64];
707 const char *board_id
;
710 for_each_compatible_node(node
, NULL
, "atheros,ath6kl") {
711 board_id
= of_get_property(node
, board_id_prop
, NULL
);
712 if (board_id
== NULL
) {
713 ath6kl_warn("No \"%s\" property on %s node.\n",
714 board_id_prop
, node
->name
);
717 snprintf(board_filename
, sizeof(board_filename
),
718 "%s/bdata.%s.bin", ar
->hw
.fw
.dir
, board_id
);
720 ret
= ath6kl_get_fw(ar
, board_filename
, &ar
->fw_board
,
723 ath6kl_err("Failed to get DT board file %s: %d\n",
724 board_filename
, ret
);
733 static bool check_device_tree(struct ath6kl
*ar
)
737 #endif /* CONFIG_OF */
739 static int ath6kl_fetch_board_file(struct ath6kl
*ar
)
741 const char *filename
;
744 if (ar
->fw_board
!= NULL
)
747 if (WARN_ON(ar
->hw
.fw_board
== NULL
))
750 filename
= ar
->hw
.fw_board
;
752 ret
= ath6kl_get_fw(ar
, filename
, &ar
->fw_board
,
755 /* managed to get proper board file */
759 if (check_device_tree(ar
)) {
760 /* got board file from device tree */
764 /* there was no proper board file, try to use default instead */
765 ath6kl_warn("Failed to get board file %s (%d), trying to find default board file.\n",
768 filename
= ar
->hw
.fw_default_board
;
770 ret
= ath6kl_get_fw(ar
, filename
, &ar
->fw_board
,
773 ath6kl_err("Failed to get default board file %s: %d\n",
778 ath6kl_warn("WARNING! No proper board file was not found, instead using a default board file.\n");
779 ath6kl_warn("Most likely your hardware won't work as specified. Install correct board file!\n");
784 static int ath6kl_fetch_otp_file(struct ath6kl
*ar
)
789 if (ar
->fw_otp
!= NULL
)
792 if (ar
->hw
.fw
.otp
== NULL
) {
793 ath6kl_dbg(ATH6KL_DBG_BOOT
,
794 "no OTP file configured for this hw\n");
798 snprintf(filename
, sizeof(filename
), "%s/%s",
799 ar
->hw
.fw
.dir
, ar
->hw
.fw
.otp
);
801 ret
= ath6kl_get_fw(ar
, filename
, &ar
->fw_otp
,
804 ath6kl_err("Failed to get OTP file %s: %d\n",
812 static int ath6kl_fetch_testmode_file(struct ath6kl
*ar
)
817 if (ar
->testmode
== 0)
820 ath6kl_dbg(ATH6KL_DBG_BOOT
, "testmode %d\n", ar
->testmode
);
822 if (ar
->testmode
== 2) {
823 if (ar
->hw
.fw
.utf
== NULL
) {
824 ath6kl_warn("testmode 2 not supported\n");
828 snprintf(filename
, sizeof(filename
), "%s/%s",
829 ar
->hw
.fw
.dir
, ar
->hw
.fw
.utf
);
831 if (ar
->hw
.fw
.tcmd
== NULL
) {
832 ath6kl_warn("testmode 1 not supported\n");
836 snprintf(filename
, sizeof(filename
), "%s/%s",
837 ar
->hw
.fw
.dir
, ar
->hw
.fw
.tcmd
);
840 set_bit(TESTMODE
, &ar
->flag
);
842 ret
= ath6kl_get_fw(ar
, filename
, &ar
->fw
, &ar
->fw_len
);
844 ath6kl_err("Failed to get testmode %d firmware file %s: %d\n",
845 ar
->testmode
, filename
, ret
);
852 static int ath6kl_fetch_fw_file(struct ath6kl
*ar
)
860 /* FIXME: remove WARN_ON() as we won't support FW API 1 for long */
861 if (WARN_ON(ar
->hw
.fw
.fw
== NULL
))
864 snprintf(filename
, sizeof(filename
), "%s/%s",
865 ar
->hw
.fw
.dir
, ar
->hw
.fw
.fw
);
867 ret
= ath6kl_get_fw(ar
, filename
, &ar
->fw
, &ar
->fw_len
);
869 ath6kl_err("Failed to get firmware file %s: %d\n",
877 static int ath6kl_fetch_patch_file(struct ath6kl
*ar
)
882 if (ar
->fw_patch
!= NULL
)
885 if (ar
->hw
.fw
.patch
== NULL
)
888 snprintf(filename
, sizeof(filename
), "%s/%s",
889 ar
->hw
.fw
.dir
, ar
->hw
.fw
.patch
);
891 ret
= ath6kl_get_fw(ar
, filename
, &ar
->fw_patch
,
894 ath6kl_err("Failed to get patch file %s: %d\n",
902 static int ath6kl_fetch_testscript_file(struct ath6kl
*ar
)
907 if (ar
->testmode
!= 2)
910 if (ar
->fw_testscript
!= NULL
)
913 if (ar
->hw
.fw
.testscript
== NULL
)
916 snprintf(filename
, sizeof(filename
), "%s/%s",
917 ar
->hw
.fw
.dir
, ar
->hw
.fw
.testscript
);
919 ret
= ath6kl_get_fw(ar
, filename
, &ar
->fw_testscript
,
920 &ar
->fw_testscript_len
);
922 ath6kl_err("Failed to get testscript file %s: %d\n",
930 static int ath6kl_fetch_fw_api1(struct ath6kl
*ar
)
934 ret
= ath6kl_fetch_otp_file(ar
);
938 ret
= ath6kl_fetch_fw_file(ar
);
942 ret
= ath6kl_fetch_patch_file(ar
);
946 ret
= ath6kl_fetch_testscript_file(ar
);
953 static int ath6kl_fetch_fw_apin(struct ath6kl
*ar
, const char *name
)
955 size_t magic_len
, len
, ie_len
;
956 const struct firmware
*fw
;
957 struct ath6kl_fw_ie
*hdr
;
960 int ret
, ie_id
, i
, index
, bit
;
963 snprintf(filename
, sizeof(filename
), "%s/%s", ar
->hw
.fw
.dir
, name
);
965 ret
= request_firmware(&fw
, filename
, ar
->dev
);
967 ath6kl_err("Failed request firmware, rv: %d\n", ret
);
974 /* magic also includes the null byte, check that as well */
975 magic_len
= strlen(ATH6KL_FIRMWARE_MAGIC
) + 1;
977 if (len
< magic_len
) {
978 ath6kl_err("Magic length is invalid, len: %zd magic_len: %zd\n",
984 if (memcmp(data
, ATH6KL_FIRMWARE_MAGIC
, magic_len
) != 0) {
985 ath6kl_err("Magic is invalid, magic_len: %zd\n",
995 while (len
> sizeof(struct ath6kl_fw_ie
)) {
996 /* hdr is unaligned! */
997 hdr
= (struct ath6kl_fw_ie
*) data
;
999 ie_id
= le32_to_cpup(&hdr
->id
);
1000 ie_len
= le32_to_cpup(&hdr
->len
);
1002 len
-= sizeof(*hdr
);
1003 data
+= sizeof(*hdr
);
1005 ath6kl_dbg(ATH6KL_DBG_BOOT
, "ie-id: %d len: %zd (0x%zx)\n",
1006 ie_id
, ie_len
, ie_len
);
1009 ath6kl_err("IE len is invalid, len: %zd ie_len: %zd ie-id: %d\n",
1010 len
, ie_len
, ie_id
);
1016 case ATH6KL_FW_IE_FW_VERSION
:
1017 strlcpy(ar
->wiphy
->fw_version
, data
,
1018 min(sizeof(ar
->wiphy
->fw_version
), ie_len
+1));
1020 ath6kl_dbg(ATH6KL_DBG_BOOT
,
1021 "found fw version %s\n",
1022 ar
->wiphy
->fw_version
);
1024 case ATH6KL_FW_IE_OTP_IMAGE
:
1025 ath6kl_dbg(ATH6KL_DBG_BOOT
, "found otp image ie (%zd B)\n",
1028 ar
->fw_otp
= kmemdup(data
, ie_len
, GFP_KERNEL
);
1030 if (ar
->fw_otp
== NULL
) {
1031 ath6kl_err("fw_otp cannot be allocated\n");
1036 ar
->fw_otp_len
= ie_len
;
1038 case ATH6KL_FW_IE_FW_IMAGE
:
1039 ath6kl_dbg(ATH6KL_DBG_BOOT
, "found fw image ie (%zd B)\n",
1042 /* in testmode we already might have a fw file */
1046 ar
->fw
= vmalloc(ie_len
);
1048 if (ar
->fw
== NULL
) {
1049 ath6kl_err("fw storage cannot be allocated, len: %zd\n", ie_len
);
1054 memcpy(ar
->fw
, data
, ie_len
);
1055 ar
->fw_len
= ie_len
;
1057 case ATH6KL_FW_IE_PATCH_IMAGE
:
1058 ath6kl_dbg(ATH6KL_DBG_BOOT
, "found patch image ie (%zd B)\n",
1061 ar
->fw_patch
= kmemdup(data
, ie_len
, GFP_KERNEL
);
1063 if (ar
->fw_patch
== NULL
) {
1064 ath6kl_err("fw_patch storage cannot be allocated, len: %zd\n", ie_len
);
1069 ar
->fw_patch_len
= ie_len
;
1071 case ATH6KL_FW_IE_RESERVED_RAM_SIZE
:
1072 val
= (__le32
*) data
;
1073 ar
->hw
.reserved_ram_size
= le32_to_cpup(val
);
1075 ath6kl_dbg(ATH6KL_DBG_BOOT
,
1076 "found reserved ram size ie %d\n",
1077 ar
->hw
.reserved_ram_size
);
1079 case ATH6KL_FW_IE_CAPABILITIES
:
1080 ath6kl_dbg(ATH6KL_DBG_BOOT
,
1081 "found firmware capabilities ie (%zd B)\n",
1084 for (i
= 0; i
< ATH6KL_FW_CAPABILITY_MAX
; i
++) {
1088 if (index
== ie_len
)
1091 if (data
[index
] & (1 << bit
))
1092 __set_bit(i
, ar
->fw_capabilities
);
1095 ath6kl_dbg_dump(ATH6KL_DBG_BOOT
, "capabilities", "",
1096 ar
->fw_capabilities
,
1097 sizeof(ar
->fw_capabilities
));
1099 case ATH6KL_FW_IE_PATCH_ADDR
:
1100 if (ie_len
!= sizeof(*val
))
1103 val
= (__le32
*) data
;
1104 ar
->hw
.dataset_patch_addr
= le32_to_cpup(val
);
1106 ath6kl_dbg(ATH6KL_DBG_BOOT
,
1107 "found patch address ie 0x%x\n",
1108 ar
->hw
.dataset_patch_addr
);
1110 case ATH6KL_FW_IE_BOARD_ADDR
:
1111 if (ie_len
!= sizeof(*val
))
1114 val
= (__le32
*) data
;
1115 ar
->hw
.board_addr
= le32_to_cpup(val
);
1117 ath6kl_dbg(ATH6KL_DBG_BOOT
,
1118 "found board address ie 0x%x\n",
1121 case ATH6KL_FW_IE_VIF_MAX
:
1122 if (ie_len
!= sizeof(*val
))
1125 val
= (__le32
*) data
;
1126 ar
->vif_max
= min_t(unsigned int, le32_to_cpup(val
),
1129 if (ar
->vif_max
> 1 && !ar
->p2p
)
1130 ar
->max_norm_iface
= 2;
1132 ath6kl_dbg(ATH6KL_DBG_BOOT
,
1133 "found vif max ie %d\n", ar
->vif_max
);
1136 ath6kl_dbg(ATH6KL_DBG_BOOT
, "Unknown fw ie: %u\n",
1137 le32_to_cpup(&hdr
->id
));
1147 release_firmware(fw
);
1152 int ath6kl_init_fetch_firmwares(struct ath6kl
*ar
)
1156 ret
= ath6kl_fetch_board_file(ar
);
1160 ret
= ath6kl_fetch_testmode_file(ar
);
1164 ret
= ath6kl_fetch_fw_apin(ar
, ATH6KL_FW_API5_FILE
);
1170 ret
= ath6kl_fetch_fw_apin(ar
, ATH6KL_FW_API4_FILE
);
1176 ret
= ath6kl_fetch_fw_apin(ar
, ATH6KL_FW_API3_FILE
);
1182 ret
= ath6kl_fetch_fw_apin(ar
, ATH6KL_FW_API2_FILE
);
1188 ret
= ath6kl_fetch_fw_api1(ar
);
1195 ath6kl_dbg(ATH6KL_DBG_BOOT
, "using fw api %d\n", ar
->fw_api
);
1200 static int ath6kl_upload_board_file(struct ath6kl
*ar
)
1202 u32 board_address
, board_ext_address
, param
;
1203 u32 board_data_size
, board_ext_data_size
;
1206 if (WARN_ON(ar
->fw_board
== NULL
))
1210 * Determine where in Target RAM to write Board Data.
1211 * For AR6004, host determine Target RAM address for
1212 * writing board data.
1214 if (ar
->hw
.board_addr
!= 0) {
1215 board_address
= ar
->hw
.board_addr
;
1216 ath6kl_bmi_write_hi32(ar
, hi_board_data
,
1219 ret
= ath6kl_bmi_read_hi32(ar
, hi_board_data
, &board_address
);
1221 ath6kl_err("Failed to get board file target address.\n");
1226 /* determine where in target ram to write extended board data */
1227 ret
= ath6kl_bmi_read_hi32(ar
, hi_board_ext_data
, &board_ext_address
);
1229 ath6kl_err("Failed to get extended board file target address.\n");
1233 if (ar
->target_type
== TARGET_TYPE_AR6003
&&
1234 board_ext_address
== 0) {
1235 ath6kl_err("Failed to get board file target address.\n");
1239 switch (ar
->target_type
) {
1240 case TARGET_TYPE_AR6003
:
1241 board_data_size
= AR6003_BOARD_DATA_SZ
;
1242 board_ext_data_size
= AR6003_BOARD_EXT_DATA_SZ
;
1243 if (ar
->fw_board_len
> (board_data_size
+ board_ext_data_size
))
1244 board_ext_data_size
= AR6003_BOARD_EXT_DATA_SZ_V2
;
1246 case TARGET_TYPE_AR6004
:
1247 board_data_size
= AR6004_BOARD_DATA_SZ
;
1248 board_ext_data_size
= AR6004_BOARD_EXT_DATA_SZ
;
1255 if (board_ext_address
&&
1256 ar
->fw_board_len
== (board_data_size
+ board_ext_data_size
)) {
1257 /* write extended board data */
1258 ath6kl_dbg(ATH6KL_DBG_BOOT
,
1259 "writing extended board data to 0x%x (%d B)\n",
1260 board_ext_address
, board_ext_data_size
);
1262 ret
= ath6kl_bmi_write(ar
, board_ext_address
,
1263 ar
->fw_board
+ board_data_size
,
1264 board_ext_data_size
);
1266 ath6kl_err("Failed to write extended board data: %d\n",
1271 /* record that extended board data is initialized */
1272 param
= (board_ext_data_size
<< 16) | 1;
1274 ath6kl_bmi_write_hi32(ar
, hi_board_ext_data_config
, param
);
1277 if (ar
->fw_board_len
< board_data_size
) {
1278 ath6kl_err("Too small board file: %zu\n", ar
->fw_board_len
);
1283 ath6kl_dbg(ATH6KL_DBG_BOOT
, "writing board file to 0x%x (%d B)\n",
1284 board_address
, board_data_size
);
1286 ret
= ath6kl_bmi_write(ar
, board_address
, ar
->fw_board
,
1290 ath6kl_err("Board file bmi write failed: %d\n", ret
);
1294 /* record the fact that Board Data IS initialized */
1295 if ((ar
->version
.target_ver
== AR6004_HW_1_3_VERSION
) ||
1296 (ar
->version
.target_ver
== AR6004_HW_3_0_VERSION
))
1297 param
= board_data_size
;
1301 ath6kl_bmi_write_hi32(ar
, hi_board_data_initialized
, param
);
1306 static int ath6kl_upload_otp(struct ath6kl
*ar
)
1309 bool from_hw
= false;
1312 if (ar
->fw_otp
== NULL
)
1315 address
= ar
->hw
.app_load_addr
;
1317 ath6kl_dbg(ATH6KL_DBG_BOOT
, "writing otp to 0x%x (%zd B)\n", address
,
1320 ret
= ath6kl_bmi_fast_download(ar
, address
, ar
->fw_otp
,
1323 ath6kl_err("Failed to upload OTP file: %d\n", ret
);
1327 /* read firmware start address */
1328 ret
= ath6kl_bmi_read_hi32(ar
, hi_app_start
, &address
);
1331 ath6kl_err("Failed to read hi_app_start: %d\n", ret
);
1335 if (ar
->hw
.app_start_override_addr
== 0) {
1336 ar
->hw
.app_start_override_addr
= address
;
1340 ath6kl_dbg(ATH6KL_DBG_BOOT
, "app_start_override_addr%s 0x%x\n",
1341 from_hw
? " (from hw)" : "",
1342 ar
->hw
.app_start_override_addr
);
1344 /* execute the OTP code */
1345 ath6kl_dbg(ATH6KL_DBG_BOOT
, "executing OTP at 0x%x\n",
1346 ar
->hw
.app_start_override_addr
);
1348 ath6kl_bmi_execute(ar
, ar
->hw
.app_start_override_addr
, ¶m
);
1353 static int ath6kl_upload_firmware(struct ath6kl
*ar
)
1358 if (WARN_ON(ar
->fw
== NULL
))
1361 address
= ar
->hw
.app_load_addr
;
1363 ath6kl_dbg(ATH6KL_DBG_BOOT
, "writing firmware to 0x%x (%zd B)\n",
1364 address
, ar
->fw_len
);
1366 ret
= ath6kl_bmi_fast_download(ar
, address
, ar
->fw
, ar
->fw_len
);
1369 ath6kl_err("Failed to write firmware: %d\n", ret
);
1374 * Set starting address for firmware
1375 * Don't need to setup app_start override addr on AR6004
1377 if (ar
->target_type
!= TARGET_TYPE_AR6004
) {
1378 address
= ar
->hw
.app_start_override_addr
;
1379 ath6kl_bmi_set_app_start(ar
, address
);
1384 static int ath6kl_upload_patch(struct ath6kl
*ar
)
1389 if (ar
->fw_patch
== NULL
)
1392 address
= ar
->hw
.dataset_patch_addr
;
1394 ath6kl_dbg(ATH6KL_DBG_BOOT
, "writing patch to 0x%x (%zd B)\n",
1395 address
, ar
->fw_patch_len
);
1397 ret
= ath6kl_bmi_write(ar
, address
, ar
->fw_patch
, ar
->fw_patch_len
);
1399 ath6kl_err("Failed to write patch file: %d\n", ret
);
1403 ath6kl_bmi_write_hi32(ar
, hi_dset_list_head
, address
);
1408 static int ath6kl_upload_testscript(struct ath6kl
*ar
)
1413 if (ar
->testmode
!= 2)
1416 if (ar
->fw_testscript
== NULL
)
1419 address
= ar
->hw
.testscript_addr
;
1421 ath6kl_dbg(ATH6KL_DBG_BOOT
, "writing testscript to 0x%x (%zd B)\n",
1422 address
, ar
->fw_testscript_len
);
1424 ret
= ath6kl_bmi_write(ar
, address
, ar
->fw_testscript
,
1425 ar
->fw_testscript_len
);
1427 ath6kl_err("Failed to write testscript file: %d\n", ret
);
1431 ath6kl_bmi_write_hi32(ar
, hi_ota_testscript
, address
);
1433 if ((ar
->version
.target_ver
!= AR6004_HW_1_3_VERSION
) &&
1434 (ar
->version
.target_ver
!= AR6004_HW_3_0_VERSION
))
1435 ath6kl_bmi_write_hi32(ar
, hi_end_ram_reserve_sz
, 4096);
1437 ath6kl_bmi_write_hi32(ar
, hi_test_apps_related
, 1);
1442 static int ath6kl_init_upload(struct ath6kl
*ar
)
1444 u32 param
, options
, sleep
, address
;
1447 if (ar
->target_type
!= TARGET_TYPE_AR6003
&&
1448 ar
->target_type
!= TARGET_TYPE_AR6004
)
1451 /* temporarily disable system sleep */
1452 address
= MBOX_BASE_ADDRESS
+ LOCAL_SCRATCH_ADDRESS
;
1453 status
= ath6kl_bmi_reg_read(ar
, address
, ¶m
);
1459 param
|= ATH6KL_OPTION_SLEEP_DISABLE
;
1460 status
= ath6kl_bmi_reg_write(ar
, address
, param
);
1464 address
= RTC_BASE_ADDRESS
+ SYSTEM_SLEEP_ADDRESS
;
1465 status
= ath6kl_bmi_reg_read(ar
, address
, ¶m
);
1471 param
|= SM(SYSTEM_SLEEP_DISABLE
, 1);
1472 status
= ath6kl_bmi_reg_write(ar
, address
, param
);
1476 ath6kl_dbg(ATH6KL_DBG_TRC
, "old options: %d, old sleep: %d\n",
1479 /* program analog PLL register */
1480 /* no need to control 40/44MHz clock on AR6004 */
1481 if (ar
->target_type
!= TARGET_TYPE_AR6004
) {
1482 status
= ath6kl_bmi_reg_write(ar
, ATH6KL_ANALOG_PLL_REGISTER
,
1488 /* Run at 80/88MHz by default */
1489 param
= SM(CPU_CLOCK_STANDARD
, 1);
1491 address
= RTC_BASE_ADDRESS
+ CPU_CLOCK_ADDRESS
;
1492 status
= ath6kl_bmi_reg_write(ar
, address
, param
);
1498 address
= RTC_BASE_ADDRESS
+ LPO_CAL_ADDRESS
;
1499 param
= SM(LPO_CAL_ENABLE
, 1);
1500 status
= ath6kl_bmi_reg_write(ar
, address
, param
);
1504 /* WAR to avoid SDIO CRC err */
1505 if (ar
->hw
.flags
& ATH6KL_HW_SDIO_CRC_ERROR_WAR
) {
1506 ath6kl_err("temporary war to avoid sdio crc error\n");
1509 address
= GPIO_BASE_ADDRESS
+ GPIO_PIN9_ADDRESS
;
1510 status
= ath6kl_bmi_reg_write(ar
, address
, param
);
1516 address
= GPIO_BASE_ADDRESS
+ GPIO_PIN10_ADDRESS
;
1517 status
= ath6kl_bmi_reg_write(ar
, address
, param
);
1521 address
= GPIO_BASE_ADDRESS
+ GPIO_PIN11_ADDRESS
;
1522 status
= ath6kl_bmi_reg_write(ar
, address
, param
);
1526 address
= GPIO_BASE_ADDRESS
+ GPIO_PIN12_ADDRESS
;
1527 status
= ath6kl_bmi_reg_write(ar
, address
, param
);
1531 address
= GPIO_BASE_ADDRESS
+ GPIO_PIN13_ADDRESS
;
1532 status
= ath6kl_bmi_reg_write(ar
, address
, param
);
1537 /* write EEPROM data to Target RAM */
1538 status
= ath6kl_upload_board_file(ar
);
1542 /* transfer One time Programmable data */
1543 status
= ath6kl_upload_otp(ar
);
1547 /* Download Target firmware */
1548 status
= ath6kl_upload_firmware(ar
);
1552 status
= ath6kl_upload_patch(ar
);
1556 /* Download the test script */
1557 status
= ath6kl_upload_testscript(ar
);
1561 /* Restore system sleep */
1562 address
= RTC_BASE_ADDRESS
+ SYSTEM_SLEEP_ADDRESS
;
1563 status
= ath6kl_bmi_reg_write(ar
, address
, sleep
);
1567 address
= MBOX_BASE_ADDRESS
+ LOCAL_SCRATCH_ADDRESS
;
1568 param
= options
| 0x20;
1569 status
= ath6kl_bmi_reg_write(ar
, address
, param
);
1576 int ath6kl_init_hw_params(struct ath6kl
*ar
)
1578 const struct ath6kl_hw
*uninitialized_var(hw
);
1581 for (i
= 0; i
< ARRAY_SIZE(hw_list
); i
++) {
1584 if (hw
->id
== ar
->version
.target_ver
)
1588 if (i
== ARRAY_SIZE(hw_list
)) {
1589 ath6kl_err("Unsupported hardware version: 0x%x\n",
1590 ar
->version
.target_ver
);
1596 ath6kl_dbg(ATH6KL_DBG_BOOT
,
1597 "target_ver 0x%x target_type 0x%x dataset_patch 0x%x app_load_addr 0x%x\n",
1598 ar
->version
.target_ver
, ar
->target_type
,
1599 ar
->hw
.dataset_patch_addr
, ar
->hw
.app_load_addr
);
1600 ath6kl_dbg(ATH6KL_DBG_BOOT
,
1601 "app_start_override_addr 0x%x board_ext_data_addr 0x%x reserved_ram_size 0x%x",
1602 ar
->hw
.app_start_override_addr
, ar
->hw
.board_ext_data_addr
,
1603 ar
->hw
.reserved_ram_size
);
1604 ath6kl_dbg(ATH6KL_DBG_BOOT
,
1605 "refclk_hz %d uarttx_pin %d",
1606 ar
->hw
.refclk_hz
, ar
->hw
.uarttx_pin
);
1611 static const char *ath6kl_init_get_hif_name(enum ath6kl_hif_type type
)
1614 case ATH6KL_HIF_TYPE_SDIO
:
1616 case ATH6KL_HIF_TYPE_USB
:
1624 static const struct fw_capa_str_map
{
1628 { ATH6KL_FW_CAPABILITY_HOST_P2P
, "host-p2p" },
1629 { ATH6KL_FW_CAPABILITY_SCHED_SCAN
, "sched-scan" },
1630 { ATH6KL_FW_CAPABILITY_STA_P2PDEV_DUPLEX
, "sta-p2pdev-duplex" },
1631 { ATH6KL_FW_CAPABILITY_INACTIVITY_TIMEOUT
, "inactivity-timeout" },
1632 { ATH6KL_FW_CAPABILITY_RSN_CAP_OVERRIDE
, "rsn-cap-override" },
1633 { ATH6KL_FW_CAPABILITY_WOW_MULTICAST_FILTER
, "wow-mc-filter" },
1634 { ATH6KL_FW_CAPABILITY_BMISS_ENHANCE
, "bmiss-enhance" },
1635 { ATH6KL_FW_CAPABILITY_SCHED_SCAN_MATCH_LIST
, "sscan-match-list" },
1636 { ATH6KL_FW_CAPABILITY_RSSI_SCAN_THOLD
, "rssi-scan-thold" },
1637 { ATH6KL_FW_CAPABILITY_CUSTOM_MAC_ADDR
, "custom-mac-addr" },
1638 { ATH6KL_FW_CAPABILITY_TX_ERR_NOTIFY
, "tx-err-notify" },
1639 { ATH6KL_FW_CAPABILITY_REGDOMAIN
, "regdomain" },
1640 { ATH6KL_FW_CAPABILITY_SCHED_SCAN_V2
, "sched-scan-v2" },
1641 { ATH6KL_FW_CAPABILITY_HEART_BEAT_POLL
, "hb-poll" },
1642 { ATH6KL_FW_CAPABILITY_64BIT_RATES
, "64bit-rates" },
1643 { ATH6KL_FW_CAPABILITY_AP_INACTIVITY_MINS
, "ap-inactivity-mins" },
1644 { ATH6KL_FW_CAPABILITY_MAP_LP_ENDPOINT
, "map-lp-endpoint" },
1645 { ATH6KL_FW_CAPABILITY_RATETABLE_MCS15
, "ratetable-mcs15" },
1646 { ATH6KL_FW_CAPABILITY_NO_IP_CHECKSUM
, "no-ip-checksum" },
1649 static const char *ath6kl_init_get_fw_capa_name(unsigned int id
)
1653 for (i
= 0; i
< ARRAY_SIZE(fw_capa_map
); i
++) {
1654 if (fw_capa_map
[i
].id
== id
)
1655 return fw_capa_map
[i
].name
;
1661 static void ath6kl_init_get_fwcaps(struct ath6kl
*ar
, char *buf
, size_t buf_len
)
1663 u8
*data
= (u8
*) ar
->fw_capabilities
;
1664 size_t trunc_len
, len
= 0;
1666 char *trunc
= "...";
1668 for (i
= 0; i
< ATH6KL_FW_CAPABILITY_MAX
; i
++) {
1672 if (index
>= sizeof(ar
->fw_capabilities
) * 4)
1675 if (buf_len
- len
< 4) {
1676 ath6kl_warn("firmware capability buffer too small!\n");
1678 /* add "..." to the end of string */
1679 trunc_len
= strlen(trunc
) + 1;
1680 strncpy(buf
+ buf_len
- trunc_len
, trunc
, trunc_len
);
1685 if (data
[index
] & (1 << bit
)) {
1686 len
+= scnprintf(buf
+ len
, buf_len
- len
, "%s,",
1687 ath6kl_init_get_fw_capa_name(i
));
1691 /* overwrite the last comma */
1698 static int ath6kl_init_hw_reset(struct ath6kl
*ar
)
1700 ath6kl_dbg(ATH6KL_DBG_BOOT
, "cold resetting the device");
1702 return ath6kl_diag_write32(ar
, RESET_CONTROL_ADDRESS
,
1703 cpu_to_le32(RESET_CONTROL_COLD_RST
));
1706 static int __ath6kl_init_hw_start(struct ath6kl
*ar
)
1712 ath6kl_dbg(ATH6KL_DBG_BOOT
, "hw start\n");
1714 ret
= ath6kl_hif_power_on(ar
);
1718 ret
= ath6kl_configure_target(ar
);
1722 ret
= ath6kl_init_upload(ar
);
1726 /* Do we need to finish the BMI phase */
1727 ret
= ath6kl_bmi_done(ar
);
1732 * The reason we have to wait for the target here is that the
1733 * driver layer has to init BMI in order to set the host block
1736 ret
= ath6kl_htc_wait_target(ar
->htc_target
);
1738 if (ret
== -ETIMEDOUT
) {
1740 * Most likely USB target is in odd state after reboot and
1741 * needs a reset. A cold reset makes the whole device
1742 * disappear from USB bus and initialisation starts from
1745 ath6kl_warn("htc wait target timed out, resetting device\n");
1746 ath6kl_init_hw_reset(ar
);
1749 ath6kl_err("htc wait target failed: %d\n", ret
);
1753 ret
= ath6kl_init_service_ep(ar
);
1755 ath6kl_err("Endpoint service initilisation failed: %d\n", ret
);
1756 goto err_cleanup_scatter
;
1759 /* setup credit distribution */
1760 ath6kl_htc_credit_setup(ar
->htc_target
, &ar
->credit_state_info
);
1763 ret
= ath6kl_htc_start(ar
->htc_target
);
1765 /* FIXME: call this */
1766 ath6kl_cookie_cleanup(ar
);
1767 goto err_cleanup_scatter
;
1770 /* Wait for Wmi event to be ready */
1771 timeleft
= wait_event_interruptible_timeout(ar
->event_wq
,
1775 if (timeleft
<= 0) {
1776 clear_bit(WMI_READY
, &ar
->flag
);
1777 ath6kl_err("wmi is not ready or wait was interrupted: %ld\n",
1783 ath6kl_dbg(ATH6KL_DBG_BOOT
, "firmware booted\n");
1785 if (test_and_clear_bit(FIRST_BOOT
, &ar
->flag
)) {
1786 ath6kl_info("%s %s fw %s api %d%s\n",
1788 ath6kl_init_get_hif_name(ar
->hif_type
),
1789 ar
->wiphy
->fw_version
,
1791 test_bit(TESTMODE
, &ar
->flag
) ? " testmode" : "");
1792 ath6kl_init_get_fwcaps(ar
, buf
, sizeof(buf
));
1793 ath6kl_info("firmware supports: %s\n", buf
);
1796 if (ar
->version
.abi_ver
!= ATH6KL_ABI_VERSION
) {
1797 ath6kl_err("abi version mismatch: host(0x%x), target(0x%x)\n",
1798 ATH6KL_ABI_VERSION
, ar
->version
.abi_ver
);
1803 ath6kl_dbg(ATH6KL_DBG_TRC
, "%s: wmi is ready\n", __func__
);
1805 /* communicate the wmi protocol verision to the target */
1806 /* FIXME: return error */
1807 if ((ath6kl_set_host_app_area(ar
)) != 0)
1808 ath6kl_err("unable to set the host app area\n");
1810 for (i
= 0; i
< ar
->vif_max
; i
++) {
1811 ret
= ath6kl_target_config_wlan_params(ar
, i
);
1819 ath6kl_htc_stop(ar
->htc_target
);
1820 err_cleanup_scatter
:
1821 ath6kl_hif_cleanup_scatter(ar
);
1823 ath6kl_hif_power_off(ar
);
1828 int ath6kl_init_hw_start(struct ath6kl
*ar
)
1832 err
= __ath6kl_init_hw_start(ar
);
1835 ar
->state
= ATH6KL_STATE_ON
;
1839 static int __ath6kl_init_hw_stop(struct ath6kl
*ar
)
1843 ath6kl_dbg(ATH6KL_DBG_BOOT
, "hw stop\n");
1845 ath6kl_htc_stop(ar
->htc_target
);
1847 ath6kl_hif_stop(ar
);
1849 ath6kl_bmi_reset(ar
);
1851 ret
= ath6kl_hif_power_off(ar
);
1853 ath6kl_warn("failed to power off hif: %d\n", ret
);
1858 int ath6kl_init_hw_stop(struct ath6kl
*ar
)
1862 err
= __ath6kl_init_hw_stop(ar
);
1865 ar
->state
= ATH6KL_STATE_OFF
;
1869 void ath6kl_init_hw_restart(struct ath6kl
*ar
)
1871 clear_bit(WMI_READY
, &ar
->flag
);
1873 ath6kl_cfg80211_stop_all(ar
);
1875 if (__ath6kl_init_hw_stop(ar
)) {
1876 ath6kl_dbg(ATH6KL_DBG_RECOVERY
, "Failed to stop during fw error recovery\n");
1880 if (__ath6kl_init_hw_start(ar
)) {
1881 ath6kl_dbg(ATH6KL_DBG_RECOVERY
, "Failed to restart during fw error recovery\n");
1886 void ath6kl_stop_txrx(struct ath6kl
*ar
)
1888 struct ath6kl_vif
*vif
, *tmp_vif
;
1891 set_bit(DESTROY_IN_PROGRESS
, &ar
->flag
);
1893 if (down_interruptible(&ar
->sem
)) {
1894 ath6kl_err("down_interruptible failed\n");
1898 for (i
= 0; i
< AP_MAX_NUM_STA
; i
++)
1899 aggr_reset_state(ar
->sta_list
[i
].aggr_conn
);
1901 spin_lock_bh(&ar
->list_lock
);
1902 list_for_each_entry_safe(vif
, tmp_vif
, &ar
->vif_list
, list
) {
1903 list_del(&vif
->list
);
1904 spin_unlock_bh(&ar
->list_lock
);
1905 ath6kl_cfg80211_vif_stop(vif
, test_bit(WMI_READY
, &ar
->flag
));
1907 ath6kl_cfg80211_vif_cleanup(vif
);
1909 spin_lock_bh(&ar
->list_lock
);
1911 spin_unlock_bh(&ar
->list_lock
);
1913 clear_bit(WMI_READY
, &ar
->flag
);
1915 if (ar
->fw_recovery
.enable
)
1916 del_timer_sync(&ar
->fw_recovery
.hb_timer
);
1919 * After wmi_shudown all WMI events will be dropped. We
1920 * need to cleanup the buffers allocated in AP mode and
1921 * give disconnect notification to stack, which usually
1922 * happens in the disconnect_event. Simulate the disconnect
1923 * event by calling the function directly. Sometimes
1924 * disconnect_event will be received when the debug logs
1927 ath6kl_wmi_shutdown(ar
->wmi
);
1929 clear_bit(WMI_ENABLED
, &ar
->flag
);
1930 if (ar
->htc_target
) {
1931 ath6kl_dbg(ATH6KL_DBG_TRC
, "%s: shut down htc\n", __func__
);
1932 ath6kl_htc_stop(ar
->htc_target
);
1936 * Try to reset the device if we can. The driver may have been
1937 * configure NOT to reset the target during a debug session.
1939 ath6kl_init_hw_reset(ar
);
1943 EXPORT_SYMBOL(ath6kl_stop_txrx
);