summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoman Shaposhnikov2013-03-20 10:57:57 -0500
committerRoman Shaposhnikov2013-03-20 10:57:57 -0500
commitb195e580f9b5cd2af39dd9d2492184750a6194a1 (patch)
treea672b6f26f9d2c6603c65e12f67a599ac9609c05
parent9c72d65e856f3232288d5fcaff9236afe8bcb193 (diff)
parente55416bf647b0333b37731f11c5b86ad9129f742 (diff)
downloaddevice-ti-proprietary-open-b195e580f9b5cd2af39dd9d2492184750a6194a1.tar.gz
device-ti-proprietary-open-b195e580f9b5cd2af39dd9d2492184750a6194a1.tar.xz
device-ti-proprietary-open-b195e580f9b5cd2af39dd9d2492184750a6194a1.zip
Merge omap-mirror/p-jb-mr1-release into omap-mirror/d-jb-mr1-release
-rw-r--r--Android.mk187
-rw-r--r--wl12xx/Android.mk23
-rw-r--r--wl12xx/wlan/Android.mk133
-rw-r--r--wl12xx/wpan/Android.mk20
-rw-r--r--wl12xx/wpan/License_for_WPAN_Binary_Images.txt (renamed from wl12xx/License_for_WPAN_Binary_Images.txt)0
-rw-r--r--wl12xx/wpan/bluetooth/Android.mk96
-rw-r--r--wl12xx/wpan/bluetooth/wl12xx-wpan-bt-fw-products.mk24
-rw-r--r--wl12xx/wpan/fm/Android.mk204
-rw-r--r--wl12xx/wpan/fm/wl12xx-wpan-fm-fw-products.mk35
-rw-r--r--wl12xx/wpan/nfc/Android.mk69
-rw-r--r--wl12xx/wpan/nfc/wl12xx-wpan-nfc-fw-products.mk18
-rw-r--r--wl12xx/wpan/wl12xx-wpan-fw-products.mk20
-rw-r--r--wl12xx/wpan/wpan.tgz (renamed from wl12xx/wpan.tgz)bin268152 -> 268152 bytes
13 files changed, 642 insertions, 187 deletions
diff --git a/Android.mk b/Android.mk
index 4d1cd36..5934899 100644
--- a/Android.mk
+++ b/Android.mk
@@ -71,190 +71,3 @@ $(LOCAL_BUILT_MODULE) : $(ti-tesla.untarred_timestamp) | $(ACP)
71endif 71endif
72 72
73############################################# 73#############################################
74
75###############################################################################
76# Install WLAN firmware files
77###############################################################################
78
79ifneq ($(WLAN_TGZ),)
80wl12xx-wlan.untarred_intermediates := $(call intermediates-dir-for, FAKE, wl12xx-wlan.untarred)
81wl12xx-wlan.untarred_timestamp := $(wl12xx-wlan.untarred_intermediates)/stamp
82
83$(wl12xx-wlan.untarred_timestamp) : $(WLAN_TGZ)
84 @echo "Unzip $(dir $@) <- $<)"
85 $(hide) rm -rf $(dir $@) && mkdir -p $(dir $@)
86 $(hide) tar -C $(dir $@) -zxf $<
87 $(hide) touch $@
88
89include $(CLEAR_VARS)
90LOCAL_MODULE := wl1271-nvs.bin
91LOCAL_MODULE_CLASS := FAKE
92LOCAL_MODULE_TAGS := optional
93LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)/firmware/ti-connectivity
94
95include $(BUILD_SYSTEM)/base_rules.mk
96
97$(LOCAL_BUILT_MODULE) : PRIVATE_SRC := $(wl12xx-wlan.untarred_intermediates)/wlan/wl1271-nvs.bin
98$(LOCAL_BUILT_MODULE) : $(wl12xx-wlan.untarred_timestamp) | $(ACP)
99 @echo "Copy $@ <- $(PRIVATE_SRC)"
100 @mkdir -p $(dir $@)
101 $(hide) $(ACP) -fp $(PRIVATE_SRC) $@
102
103include $(CLEAR_VARS)
104LOCAL_MODULE := wl1271-nvs_127x.bin
105LOCAL_MODULE_CLASS := FAKE
106LOCAL_MODULE_TAGS := optional
107LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)/firmware/ti-connectivity
108
109include $(BUILD_SYSTEM)/base_rules.mk
110
111$(LOCAL_BUILT_MODULE) : PRIVATE_SRC := $(wl12xx-wlan.untarred_intermediates)/wlan/wl1271-nvs_127x.bin
112$(LOCAL_BUILT_MODULE) : $(wl12xx-wlan.untarred_timestamp) | $(ACP)
113 @echo "Copy $@ <- $(PRIVATE_SRC)"
114 @mkdir -p $(dir $@)
115 $(hide) $(ACP) -fp $(PRIVATE_SRC) $@
116
117include $(CLEAR_VARS)
118LOCAL_MODULE := wl128x-fw-4-sr.bin
119LOCAL_MODULE_CLASS := FAKE
120LOCAL_MODULE_TAGS := optional
121LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)/firmware/ti-connectivity
122
123include $(BUILD_SYSTEM)/base_rules.mk
124
125$(LOCAL_BUILT_MODULE) : PRIVATE_SRC := $(wl12xx-wlan.untarred_intermediates)/wlan/wl128x-fw-4-sr.bin
126$(LOCAL_BUILT_MODULE) : $(wl12xx-wlan.untarred_timestamp) | $(ACP)
127 @echo "Copy $@ <- $(PRIVATE_SRC)"
128 @mkdir -p $(dir $@)
129 $(hide) $(ACP) -fp $(PRIVATE_SRC) $@
130
131include $(CLEAR_VARS)
132LOCAL_MODULE := wl128x-fw-4-mr.bin
133LOCAL_MODULE_CLASS := FAKE
134LOCAL_MODULE_TAGS := optional
135LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)/firmware/ti-connectivity
136
137include $(BUILD_SYSTEM)/base_rules.mk
138
139$(LOCAL_BUILT_MODULE) : PRIVATE_SRC := $(wl12xx-wlan.untarred_intermediates)/wlan/wl128x-fw-4-mr.bin
140$(LOCAL_BUILT_MODULE) : $(wl12xx-wlan.untarred_timestamp) | $(ACP)
141 @echo "Copy $@ <- $(PRIVATE_SRC)"
142 @mkdir -p $(dir $@)
143 $(hide) $(ACP) -fp $(PRIVATE_SRC) $@
144
145include $(CLEAR_VARS)
146LOCAL_MODULE := wl128x-fw-4-plt.bin
147LOCAL_MODULE_CLASS := FAKE
148LOCAL_MODULE_TAGS := optional
149LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)/firmware/ti-connectivity
150
151include $(BUILD_SYSTEM)/base_rules.mk
152
153$(LOCAL_BUILT_MODULE) : PRIVATE_SRC := $(wl12xx-wlan.untarred_intermediates)/wlan/wl128x-fw-4-plt.bin
154$(LOCAL_BUILT_MODULE) : $(wl12xx-wlan.untarred_timestamp) | $(ACP)
155 @echo "Copy $@ <- $(PRIVATE_SRC)"
156 @mkdir -p $(dir $@)
157 $(hide) $(ACP) -fp $(PRIVATE_SRC) $@
158
159include $(CLEAR_VARS)
160LOCAL_MODULE := wl127x-fw-4-sr.bin
161LOCAL_MODULE_CLASS := FAKE
162LOCAL_MODULE_TAGS := optional
163LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)/firmware/ti-connectivity
164
165include $(BUILD_SYSTEM)/base_rules.mk
166
167$(LOCAL_BUILT_MODULE) : PRIVATE_SRC := $(wl12xx-wlan.untarred_intermediates)/wlan/wl127x-fw-4-sr.bin
168$(LOCAL_BUILT_MODULE) : $(wl12xx-wlan.untarred_timestamp) | $(ACP)
169 @echo "Copy $@ <- $(PRIVATE_SRC)"
170 @mkdir -p $(dir $@)
171 $(hide) $(ACP) -fp $(PRIVATE_SRC) $@
172
173include $(CLEAR_VARS)
174LOCAL_MODULE := wl127x-fw-4-mr.bin
175LOCAL_MODULE_CLASS := FAKE
176LOCAL_MODULE_TAGS := optional
177LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)/firmware/ti-connectivity
178
179include $(BUILD_SYSTEM)/base_rules.mk
180
181$(LOCAL_BUILT_MODULE) : PRIVATE_SRC := $(wl12xx-wlan.untarred_intermediates)/wlan/wl127x-fw-4-mr.bin
182$(LOCAL_BUILT_MODULE) : $(wl12xx-wlan.untarred_timestamp) | $(ACP)
183 @echo "Copy $@ <- $(PRIVATE_SRC)"
184 @mkdir -p $(dir $@)
185 $(hide) $(ACP) -fp $(PRIVATE_SRC) $@
186
187include $(CLEAR_VARS)
188LOCAL_MODULE := wl127x-fw-4-plt.bin
189LOCAL_MODULE_CLASS := FAKE
190LOCAL_MODULE_TAGS := optional
191LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)/firmware/ti-connectivity
192
193include $(BUILD_SYSTEM)/base_rules.mk
194
195$(LOCAL_BUILT_MODULE) : PRIVATE_SRC := $(wl12xx-wlan.untarred_intermediates)/wlan/wl127x-fw-4-plt.bin
196$(LOCAL_BUILT_MODULE) : $(wl12xx-wlan.untarred_timestamp) | $(ACP)
197 @echo "Copy $@ <- $(PRIVATE_SRC)"
198 @mkdir -p $(dir $@)
199 $(hide) $(ACP) -fp $(PRIVATE_SRC) $@
200
201include $(CLEAR_VARS)
202LOCAL_MODULE := wl18xx-fw-mc.bin
203LOCAL_MODULE_CLASS := FAKE
204LOCAL_MODULE_TAGS := optional
205LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)/firmware/ti-connectivity
206
207include $(BUILD_SYSTEM)/base_rules.mk
208
209$(LOCAL_BUILT_MODULE) : PRIVATE_SRC := $(wl12xx-wlan.untarred_intermediates)/wlan/wl18xx-fw-mc.bin
210$(LOCAL_BUILT_MODULE) : $(wl12xx-wlan.untarred_timestamp) | $(ACP)
211 @echo "Copy $@ <- $(PRIVATE_SRC)"
212 @mkdir -p $(dir $@)
213 $(hide) $(ACP) -fp $(PRIVATE_SRC) $@
214
215include $(CLEAR_VARS)
216LOCAL_MODULE := wl18xx-conf.bin
217LOCAL_MODULE_CLASS := FAKE
218LOCAL_MODULE_TAGS := optional
219LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)/firmware/ti-connectivity
220
221include $(BUILD_SYSTEM)/base_rules.mk
222
223$(LOCAL_BUILT_MODULE) : PRIVATE_SRC := $(wl12xx-wlan.untarred_intermediates)/wlan/wl18xx-conf.bin
224$(LOCAL_BUILT_MODULE) : $(wl12xx-wlan.untarred_timestamp) | $(ACP)
225 @echo "Copy $@ <- $(PRIVATE_SRC)"
226 @mkdir -p $(dir $@)
227 $(hide) $(ACP) -fp $(PRIVATE_SRC) $@
228
229endif
230
231################################################################################
232# Install WPAN firmware files
233###############################################################################
234WPAN_TGZ := device/ti/proprietary-open/wl12xx/wpan.tgz
235
236ifneq ($(WPAN_TGZ),)
237include $(CLEAR_VARS)
238
239wpan.untarred_intermediates := $(call intermediates-dir-for, FAKE, wpan.untarred)
240wpan.untarred_timestamp := $(wpan.untarred_intermediates)/stamp
241
242WPAN_FW_LOCAL_PATH:= device/ti/proprietary-open/wl12xx/
243LOCAL_MODULE := ti-wpan-fw
244LOCAL_MODULE_CLASS := FAKE
245LOCAL_MODULE_TAGS := optional
246
247include $(BUILD_SYSTEM)/base_rules.mk
248
249$(LOCAL_BUILT_MODULE) : $(WPAN_TGZ)
250 echo "Unzip $(wpan.untarred_intermediates) <- $<"
251 $(hide) rm -rvf $(wpan.untarred_intermediates)/wpan
252 $(hide) mkdir -p $(wpan.untarred_intermediates)
253 $(hide) tar -C $(wpan.untarred_intermediates) -zvxf $<
254 $(hide) touch $(wpan.untarred_intermediates)
255
256$(LOCAL_INSTALLED_MODULE) : $(LOCAL_BUILT_MODULE) | $(ACP)
257 @echo "Copying wpan firmware ..."
258 @mkdir -p $(PRODUCT_OUT)/system/etc/firmware
259 $(hide) $(ACP) -rfpv $(wpan.untarred_intermediates)/wpan/*/*.bts $(PRODUCT_OUT)/system/etc/firmware/
260endif
diff --git a/wl12xx/Android.mk b/wl12xx/Android.mk
new file mode 100644
index 0000000..f24f118
--- /dev/null
+++ b/wl12xx/Android.mk
@@ -0,0 +1,23 @@
1# Copyright (C) 2011 The Android Open Source Project
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14#
15
16LOCAL_PATH := $(call my-dir)
17
18TARGET_EXTRACTED_FW := $(PRODUCT_OUT)/extracted_firmwares
19
20ifeq ($(strip $(USES_TI_MAC80211)),true)
21include $(call all-makefiles-under, $(LOCAL_PATH))
22endif
23
diff --git a/wl12xx/wlan/Android.mk b/wl12xx/wlan/Android.mk
new file mode 100644
index 0000000..30465f7
--- /dev/null
+++ b/wl12xx/wlan/Android.mk
@@ -0,0 +1,133 @@
1# Copyright (C) 2008 The Android Open Source Project
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
15LOCAL_PATH := $(call my-dir)
16
17ifeq ($(strip $(BOARD_WLAN_DEVICE)),wl12xx_mac80211)
18
19TI_WILINK_FW_PATH := $(TARGET_OUT_ETC)/firmware/ti-connectivity
20
21WLAN_FW_BINS := \
22 wl128x-fw-4-mr.bin \
23 wl128x-fw-4-plt.bin \
24 wl128x-fw-4-sr.bin \
25 wl127x-fw-4-mr.bin \
26 wl127x-fw-4-plt.bin \
27 wl127x-fw-4-sr.bin \
28 wl18xx-fw-mc.bin \
29 wl18xx-conf.bin \
30 wl1271-nvs.bin \
31 wl1271-nvs_127x.bin
32
33# path to FM fws (related to top dir)
34FW_WLAN_PATH := $(TARGET_EXTRACTED_FW)/wlan
35
36# path related to current location
37FW_WLAN_FULL_PATH := ../../../../../$(FW_WLAN_PATH)
38
39include $(CLEAR_VARS)
40LOCAL_MODULE := wl128x-fw-4-mr.bin
41LOCAL_SRC_FILES := $(FW_WLAN_FULL_PATH)/wl128x-fw-4-mr.bin
42LOCAL_MODULE_CLASS := FIRMWARE
43LOCAL_MODULE_PATH := $(TI_WILINK_FW_PATH)
44LOCAL_MODULE_TAGS := optional
45LOCAL_MODULE_OWNER := ti
46include $(BUILD_PREBUILT)
47include $(CLEAR_VARS)
48LOCAL_MODULE := wl128x-fw-4-plt.bin
49LOCAL_SRC_FILES := $(FW_WLAN_FULL_PATH)/wl128x-fw-4-plt.bin
50LOCAL_MODULE_CLASS := FIRMWARE
51LOCAL_MODULE_PATH := $(TI_WILINK_FW_PATH)
52LOCAL_MODULE_TAGS := optional
53LOCAL_MODULE_OWNER := ti
54include $(BUILD_PREBUILT)
55include $(CLEAR_VARS)
56LOCAL_MODULE := wl128x-fw-4-sr.bin
57LOCAL_SRC_FILES := $(FW_WLAN_FULL_PATH)/wl128x-fw-4-sr.bin
58LOCAL_MODULE_CLASS := FIRMWARE
59LOCAL_MODULE_PATH := $(TI_WILINK_FW_PATH)
60LOCAL_MODULE_TAGS := optional
61LOCAL_MODULE_OWNER := ti
62include $(BUILD_PREBUILT)
63
64include $(CLEAR_VARS)
65LOCAL_MODULE := wl127x-fw-4-mr.bin
66LOCAL_SRC_FILES := $(FW_WLAN_FULL_PATH)/wl127x-fw-4-mr.bin
67LOCAL_MODULE_CLASS := FIRMWARE
68LOCAL_MODULE_PATH := $(TI_WILINK_FW_PATH)
69LOCAL_MODULE_TAGS := optional
70LOCAL_MODULE_OWNER := ti
71include $(BUILD_PREBUILT)
72include $(CLEAR_VARS)
73LOCAL_MODULE := wl127x-fw-4-plt.bin
74LOCAL_SRC_FILES := $(FW_WLAN_FULL_PATH)/wl127x-fw-4-plt.bin
75LOCAL_MODULE_CLASS := FIRMWARE
76LOCAL_MODULE_PATH := $(TI_WILINK_FW_PATH)
77LOCAL_MODULE_TAGS := optional
78LOCAL_MODULE_OWNER := ti
79include $(BUILD_PREBUILT)
80include $(CLEAR_VARS)
81LOCAL_MODULE := wl127x-fw-4-sr.bin
82LOCAL_SRC_FILES := $(FW_WLAN_FULL_PATH)/wl127x-fw-4-sr.bin
83LOCAL_MODULE_CLASS := FIRMWARE
84LOCAL_MODULE_PATH := $(TI_WILINK_FW_PATH)
85LOCAL_MODULE_TAGS := optional
86LOCAL_MODULE_OWNER := ti
87include $(BUILD_PREBUILT)
88
89include $(CLEAR_VARS)
90LOCAL_MODULE := wl18xx-fw-mc.bin
91LOCAL_SRC_FILES := $(FW_WLAN_FULL_PATH)/wl18xx-fw-mc.bin
92LOCAL_MODULE_CLASS := FIRMWARE
93LOCAL_MODULE_PATH := $(TI_WILINK_FW_PATH)
94LOCAL_MODULE_TAGS := optional
95LOCAL_MODULE_OWNER := ti
96include $(BUILD_PREBUILT)
97include $(CLEAR_VARS)
98LOCAL_MODULE := wl18xx-conf.bin
99LOCAL_SRC_FILES := $(FW_WLAN_FULL_PATH)/wl18xx-conf.bin
100LOCAL_MODULE_CLASS := FIRMWARE
101LOCAL_MODULE_PATH := $(TI_WILINK_FW_PATH)
102LOCAL_MODULE_TAGS := optional
103LOCAL_MODULE_OWNER := ti
104include $(BUILD_PREBUILT)
105
106include $(CLEAR_VARS)
107LOCAL_MODULE := wl1271-nvs.bin
108LOCAL_SRC_FILES := $(FW_WLAN_FULL_PATH)/wl1271-nvs.bin
109LOCAL_MODULE_CLASS := FIRMWARE
110LOCAL_MODULE_PATH := $(TI_WILINK_FW_PATH)
111LOCAL_MODULE_TAGS := optional
112LOCAL_MODULE_OWNER := ti
113include $(BUILD_PREBUILT)
114include $(CLEAR_VARS)
115LOCAL_MODULE := wl1271-nvs_127x.bin
116LOCAL_SRC_FILES := $(FW_WLAN_FULL_PATH)/wl1271-nvs_127x.bin
117LOCAL_MODULE_CLASS := FIRMWARE
118LOCAL_MODULE_PATH := $(TI_WILINK_FW_PATH)
119LOCAL_MODULE_TAGS := optional
120LOCAL_MODULE_OWNER := ti
121include $(BUILD_PREBUILT)
122
123WLAN_FW_FILES := $(addprefix $(LOCAL_PATH)/$(FW_WLAN_FULL_PATH)/, $(WLAN_FW_BINS))
124.PHONY: $(WLAN_FW_FILES)
125$(WLAN_FW_FILES): $(FW_WLAN_FULL_PATH)
126 $(hide) tar -C $(FW_WLAN_PATH) --strip-components=1 \
127 -f $(WLAN_TGZ) -xzp wlan/$(notdir $@)
128
129$(FW_WLAN_FULL_PATH):
130 $(hide) mkdir -p $(FW_WLAN_PATH)
131
132endif
133
diff --git a/wl12xx/wpan/Android.mk b/wl12xx/wpan/Android.mk
new file mode 100644
index 0000000..a47f6c0
--- /dev/null
+++ b/wl12xx/wpan/Android.mk
@@ -0,0 +1,20 @@
1# Copyright (C) 2013 The Android Open Source Project
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14#
15
16LOCAL_PATH := $(call my-dir)
17
18WPAN_TGZ := device/ti/proprietary-open/wl12xx/wpan/wpan.tgz
19
20include $(call all-makefiles-under, $(LOCAL_PATH))
diff --git a/wl12xx/License_for_WPAN_Binary_Images.txt b/wl12xx/wpan/License_for_WPAN_Binary_Images.txt
index 606c12d..606c12d 100644
--- a/wl12xx/License_for_WPAN_Binary_Images.txt
+++ b/wl12xx/wpan/License_for_WPAN_Binary_Images.txt
diff --git a/wl12xx/wpan/bluetooth/Android.mk b/wl12xx/wpan/bluetooth/Android.mk
new file mode 100644
index 0000000..db63840
--- /dev/null
+++ b/wl12xx/wpan/bluetooth/Android.mk
@@ -0,0 +1,96 @@
1# Copyright (C) 2013 The Android Open Source Project
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
15LOCAL_PATH := $(call my-dir)
16
17ifeq ($(strip $(BOARD_HAVE_BLUETOOTH_TI)),true)
18
19TI_WILINK_BT_FW_PATH := $(TARGET_OUT_ETC)/firmware
20
21WPAN_BT_FW_BINS := \
22 TIInit_7.2.31.bts \
23 TIInit_7.6.15.bts \
24 TIInit_10.6.15.bts \
25 TIInit_11.8.32.bts \
26 TIInit_12.7.27.bts \
27 TIInit_12.8.32.bts
28
29# path to BT fws (related to top dir)
30FW_BT_PATH := $(TARGET_EXTRACTED_FW)/bt
31
32# path related to current location
33FW_BT_FULL_PATH := ../../../../../../$(FW_BT_PATH)
34
35include $(CLEAR_VARS)
36LOCAL_MODULE := TIInit_7.2.31.bts
37LOCAL_SRC_FILES := $(FW_BT_FULL_PATH)/TIInit_7.2.31.bts
38LOCAL_MODULE_CLASS := FIRMWARE
39LOCAL_MODULE_PATH := $(TI_WILINK_BT_FW_PATH)
40LOCAL_MODULE_TAGS := optional
41LOCAL_MODULE_OWNER := ti
42include $(BUILD_PREBUILT)
43include $(CLEAR_VARS)
44LOCAL_MODULE := TIInit_7.6.15.bts
45LOCAL_SRC_FILES := $(FW_BT_FULL_PATH)/TIInit_7.6.15.bts
46LOCAL_MODULE_CLASS := FIRMWARE
47LOCAL_MODULE_PATH := $(TI_WILINK_BT_FW_PATH)
48LOCAL_MODULE_TAGS := optional
49LOCAL_MODULE_OWNER := ti
50include $(BUILD_PREBUILT)
51
52include $(CLEAR_VARS)
53LOCAL_MODULE := TIInit_10.6.15.bts
54LOCAL_SRC_FILES := $(FW_BT_FULL_PATH)/TIInit_10.6.15.bts
55LOCAL_MODULE_CLASS := FIRMWARE
56LOCAL_MODULE_PATH := $(TI_WILINK_BT_FW_PATH)
57LOCAL_MODULE_TAGS := optional
58LOCAL_MODULE_OWNER := ti
59include $(BUILD_PREBUILT)
60
61include $(CLEAR_VARS)
62LOCAL_MODULE := TIInit_11.8.32.bts
63LOCAL_SRC_FILES := $(FW_BT_FULL_PATH)/TIInit_11.8.32.bts
64LOCAL_MODULE_CLASS := FIRMWARE
65LOCAL_MODULE_PATH := $(TI_WILINK_BT_FW_PATH)
66LOCAL_MODULE_TAGS := optional
67LOCAL_MODULE_OWNER := ti
68include $(BUILD_PREBUILT)
69
70include $(CLEAR_VARS)
71LOCAL_MODULE := TIInit_12.7.27.bts
72LOCAL_SRC_FILES := $(FW_BT_FULL_PATH)/TIInit_12.7.27.bts
73LOCAL_MODULE_CLASS := FIRMWARE
74LOCAL_MODULE_PATH := $(TI_WILINK_BT_FW_PATH)
75LOCAL_MODULE_TAGS := optional
76LOCAL_MODULE_OWNER := ti
77include $(BUILD_PREBUILT)
78include $(CLEAR_VARS)
79LOCAL_MODULE := TIInit_12.8.32.bts
80LOCAL_SRC_FILES := $(FW_BT_FULL_PATH)/TIInit_12.8.32.bts
81LOCAL_MODULE_CLASS := FIRMWARE
82LOCAL_MODULE_PATH := $(TI_WILINK_BT_FW_PATH)
83LOCAL_MODULE_TAGS := optional
84LOCAL_MODULE_OWNER := ti
85include $(BUILD_PREBUILT)
86
87WPAN_BT_FW_FILES := $(addprefix $(LOCAL_PATH)/$(FW_BT_FULL_PATH)/, $(WPAN_BT_FW_BINS))
88.PHONY: $(WPAN_BT_FW_FILES)
89$(WPAN_BT_FW_FILES): $(FW_BT_FULL_PATH)
90 $(hide) tar -C $(FW_BT_PATH) --strip-components=2 \
91 -f $(WPAN_TGZ) -xzp wpan/bluetooth/$(notdir $@)
92
93$(FW_BT_FULL_PATH):
94 $(hide) mkdir -p $(FW_BT_PATH)
95
96endif
diff --git a/wl12xx/wpan/bluetooth/wl12xx-wpan-bt-fw-products.mk b/wl12xx/wpan/bluetooth/wl12xx-wpan-bt-fw-products.mk
new file mode 100644
index 0000000..1a73115
--- /dev/null
+++ b/wl12xx/wpan/bluetooth/wl12xx-wpan-bt-fw-products.mk
@@ -0,0 +1,24 @@
1# Copyright (C) 2013 The Android Open Source Project
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14#
15
16# Add Bluetooth firmware
17
18PRODUCT_PACKAGES += \
19 TIInit_7.2.31.bts \
20 TIInit_7.6.15.bts \
21 TIInit_10.6.15.bts \
22 TIInit_11.8.32.bts \
23 TIInit_12.7.27.bts \
24 TIInit_12.8.32.bts \ No newline at end of file
diff --git a/wl12xx/wpan/fm/Android.mk b/wl12xx/wpan/fm/Android.mk
new file mode 100644
index 0000000..caa7690
--- /dev/null
+++ b/wl12xx/wpan/fm/Android.mk
@@ -0,0 +1,204 @@
1# Copyright (C) 2013 The Android Open Source Project
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
15LOCAL_PATH := $(call my-dir)
16
17TI_WILINK_FM_FW_PATH := $(TARGET_OUT_ETC)/firmware
18
19WPAN_FM_FW_BINS := \
20 fmc_ch8_1283.2.bts \
21 fmc_ch8_1853.3.bts \
22 fmc_ch8_1893.2.bts \
23 fmc_ch8_1893.3.bts \
24 fmc_init_1273.2.bts \
25 fm_rx_ch8_1283.2.bts \
26 fm_rx_ch8_1853.3.bts \
27 fm_rx_ch8_1893.2.bts \
28 fm_rx_ch8_1893.3.bts \
29 fm_rx_init_1273.2.bts \
30 fm_tx_ch8_1273.1.bts \
31 fm_tx_ch8_1273.2.bts \
32 fm_tx_ch8_1283.2.bts \
33 fm_tx_ch8_1853.3.bts \
34 fm_tx_ch8_1893.2.bts \
35 fm_tx_ch8_1893.3.bts \
36 fm_tx_init_1273.2.bts
37
38# path to NFC fws (related to top dir)
39FW_FM_PATH := $(TARGET_EXTRACTED_FW)/fm
40
41# path related to current location
42FW_FM_FULL_PATH := ../../../../../../$(FW_FM_PATH)
43
44include $(CLEAR_VARS)
45LOCAL_MODULE := fmc_ch8_1283.2.bts
46LOCAL_SRC_FILES := $(FW_FM_FULL_PATH)/fmc_ch8_1283.2.bts
47LOCAL_MODULE_CLASS := FIRMWARE
48LOCAL_MODULE_PATH := $(TI_WILINK_FM_FW_PATH)
49LOCAL_MODULE_TAGS := optional
50LOCAL_MODULE_OWNER := ti
51include $(BUILD_PREBUILT)
52
53include $(CLEAR_VARS)
54LOCAL_MODULE := fmc_ch8_1853.3.bts
55LOCAL_SRC_FILES := $(FW_FM_FULL_PATH)/fmc_ch8_1853.3.bts
56LOCAL_MODULE_CLASS := FIRMWARE
57LOCAL_MODULE_PATH := $(TI_WILINK_FM_FW_PATH)
58LOCAL_MODULE_TAGS := optional
59LOCAL_MODULE_OWNER := ti
60include $(BUILD_PREBUILT)
61
62include $(CLEAR_VARS)
63LOCAL_MODULE := fmc_ch8_1893.2.bts
64LOCAL_SRC_FILES := $(FW_FM_FULL_PATH)/fmc_ch8_1893.2.bts
65LOCAL_MODULE_CLASS := FIRMWARE
66LOCAL_MODULE_PATH := $(TI_WILINK_FM_FW_PATH)
67LOCAL_MODULE_TAGS := optional
68LOCAL_MODULE_OWNER := ti
69include $(BUILD_PREBUILT)
70
71include $(CLEAR_VARS)
72LOCAL_MODULE := fmc_ch8_1893.3.bts
73LOCAL_SRC_FILES := $(FW_FM_FULL_PATH)/fmc_ch8_1893.3.bts
74LOCAL_MODULE_CLASS := FIRMWARE
75LOCAL_MODULE_PATH := $(TI_WILINK_FM_FW_PATH)
76LOCAL_MODULE_TAGS := optional
77LOCAL_MODULE_OWNER := ti
78include $(BUILD_PREBUILT)
79
80include $(CLEAR_VARS)
81LOCAL_MODULE := fmc_init_1273.2.bts
82LOCAL_SRC_FILES := $(FW_FM_FULL_PATH)/fmc_init_1273.2.bts
83LOCAL_MODULE_CLASS := FIRMWARE
84LOCAL_MODULE_PATH := $(TI_WILINK_FM_FW_PATH)
85LOCAL_MODULE_TAGS := optional
86LOCAL_MODULE_OWNER := ti
87include $(BUILD_PREBUILT)
88
89include $(CLEAR_VARS)
90LOCAL_MODULE := fm_rx_ch8_1283.2.bts
91LOCAL_SRC_FILES := $(FW_FM_FULL_PATH)/fm_rx_ch8_1283.2.bts
92LOCAL_MODULE_CLASS := FIRMWARE
93LOCAL_MODULE_PATH := $(TI_WILINK_FM_FW_PATH)
94LOCAL_MODULE_TAGS := optional
95LOCAL_MODULE_OWNER := ti
96include $(BUILD_PREBUILT)
97
98include $(CLEAR_VARS)
99LOCAL_MODULE := fm_rx_ch8_1853.3.bts
100LOCAL_SRC_FILES := $(FW_FM_FULL_PATH)/fm_rx_ch8_1853.3.bts
101LOCAL_MODULE_CLASS := FIRMWARE
102LOCAL_MODULE_PATH := $(TI_WILINK_FM_FW_PATH)
103LOCAL_MODULE_TAGS := optional
104LOCAL_MODULE_OWNER := ti
105include $(BUILD_PREBUILT)
106
107include $(CLEAR_VARS)
108LOCAL_MODULE := fm_rx_ch8_1893.2.bts
109LOCAL_SRC_FILES := $(FW_FM_FULL_PATH)/fm_rx_ch8_1893.2.bts
110LOCAL_MODULE_CLASS := FIRMWARE
111LOCAL_MODULE_PATH := $(TI_WILINK_FM_FW_PATH)
112LOCAL_MODULE_TAGS := optional
113LOCAL_MODULE_OWNER := ti
114include $(BUILD_PREBUILT)
115
116include $(CLEAR_VARS)
117LOCAL_MODULE := fm_rx_ch8_1893.3.bts
118LOCAL_SRC_FILES := $(FW_FM_FULL_PATH)/fm_rx_ch8_1893.3.bts
119LOCAL_MODULE_CLASS := FIRMWARE
120LOCAL_MODULE_PATH := $(TI_WILINK_FM_FW_PATH)
121LOCAL_MODULE_TAGS := optional
122LOCAL_MODULE_OWNER := ti
123include $(BUILD_PREBUILT)
124
125include $(CLEAR_VARS)
126LOCAL_MODULE := fm_rx_init_1273.2.bts
127LOCAL_SRC_FILES := $(FW_FM_FULL_PATH)/fm_rx_init_1273.2.bts
128LOCAL_MODULE_CLASS := FIRMWARE
129LOCAL_MODULE_PATH := $(TI_WILINK_FM_FW_PATH)
130LOCAL_MODULE_TAGS := optional
131LOCAL_MODULE_OWNER := ti
132include $(BUILD_PREBUILT)
133
134include $(CLEAR_VARS)
135LOCAL_MODULE := fm_tx_ch8_1273.1.bts
136LOCAL_SRC_FILES := $(FW_FM_FULL_PATH)/fm_tx_ch8_1273.1.bts
137LOCAL_MODULE_CLASS := FIRMWARE
138LOCAL_MODULE_PATH := $(TI_WILINK_FM_FW_PATH)
139LOCAL_MODULE_TAGS := optional
140LOCAL_MODULE_OWNER := ti
141include $(BUILD_PREBUILT)
142
143include $(CLEAR_VARS)
144LOCAL_MODULE := fm_tx_ch8_1273.2.bts
145LOCAL_SRC_FILES := $(FW_FM_FULL_PATH)/fm_tx_ch8_1273.2.bts
146LOCAL_MODULE_CLASS := FIRMWARE
147LOCAL_MODULE_PATH := $(TI_WILINK_FM_FW_PATH)
148LOCAL_MODULE_TAGS := optional
149LOCAL_MODULE_OWNER := ti
150include $(BUILD_PREBUILT)
151
152include $(CLEAR_VARS)
153LOCAL_MODULE := fm_tx_ch8_1283.2.bts
154LOCAL_SRC_FILES := $(FW_FM_FULL_PATH)/fm_tx_ch8_1283.2.bts
155LOCAL_MODULE_CLASS := FIRMWARE
156LOCAL_MODULE_PATH := $(TI_WILINK_FM_FW_PATH)
157LOCAL_MODULE_TAGS := optional
158LOCAL_MODULE_OWNER := ti
159include $(BUILD_PREBUILT)
160
161include $(CLEAR_VARS)
162LOCAL_MODULE := fm_tx_ch8_1853.3.bts
163LOCAL_SRC_FILES := $(FW_FM_FULL_PATH)/fm_tx_ch8_1853.3.bts
164LOCAL_MODULE_CLASS := FIRMWARE
165LOCAL_MODULE_PATH := $(TI_WILINK_FM_FW_PATH)
166LOCAL_MODULE_TAGS := optional
167LOCAL_MODULE_OWNER := ti
168include $(BUILD_PREBUILT)
169
170include $(CLEAR_VARS)
171LOCAL_MODULE := fm_tx_ch8_1893.2.bts
172LOCAL_SRC_FILES := $(FW_FM_FULL_PATH)/fm_tx_ch8_1893.2.bts
173LOCAL_MODULE_CLASS := FIRMWARE
174LOCAL_MODULE_PATH := $(TI_WILINK_FM_FW_PATH)
175LOCAL_MODULE_TAGS := optional
176LOCAL_MODULE_OWNER := ti
177include $(BUILD_PREBUILT)
178
179include $(CLEAR_VARS)
180LOCAL_MODULE := fm_tx_ch8_1893.3.bts
181LOCAL_SRC_FILES := $(FW_FM_FULL_PATH)/fm_tx_ch8_1893.3.bts
182LOCAL_MODULE_CLASS := FIRMWARE
183LOCAL_MODULE_PATH := $(TI_WILINK_FM_FW_PATH)
184LOCAL_MODULE_TAGS := optional
185LOCAL_MODULE_OWNER := ti
186include $(BUILD_PREBUILT)
187
188include $(CLEAR_VARS)
189LOCAL_MODULE := fm_tx_init_1273.2.bts
190LOCAL_SRC_FILES := $(FW_FM_FULL_PATH)/fm_tx_init_1273.2.bts
191LOCAL_MODULE_CLASS := FIRMWARE
192LOCAL_MODULE_PATH := $(TI_WILINK_FM_FW_PATH)
193LOCAL_MODULE_TAGS := optional
194LOCAL_MODULE_OWNER := ti
195include $(BUILD_PREBUILT)
196
197WPAN_FM_FW_FILES := $(addprefix $(LOCAL_PATH)/$(FW_FM_FULL_PATH)/, $(WPAN_FM_FW_BINS))
198.PHONY: $(WPAN_FM_FW_FILES)
199$(WPAN_FM_FW_FILES): $(FW_FM_FULL_PATH)
200 $(hide) tar -C $(FW_FM_PATH) --strip-components=2 \
201 -f $(WPAN_TGZ) -xzp wpan/fmradio/$(notdir $@)
202
203$(FW_FM_FULL_PATH):
204 $(hide) mkdir -p $(FW_FM_PATH)
diff --git a/wl12xx/wpan/fm/wl12xx-wpan-fm-fw-products.mk b/wl12xx/wpan/fm/wl12xx-wpan-fm-fw-products.mk
new file mode 100644
index 0000000..43d11e7
--- /dev/null
+++ b/wl12xx/wpan/fm/wl12xx-wpan-fm-fw-products.mk
@@ -0,0 +1,35 @@
1# Copyright (C) 2013 The Android Open Source Project
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14#
15
16# Add FM radio firmware
17
18PRODUCT_PACKAGES += \
19 fmc_ch8_1283.2.bts \
20 fmc_ch8_1853.3.bts \
21 fmc_ch8_1893.2.bts \
22 fmc_ch8_1893.3.bts \
23 fmc_init_1273.2.bts \
24 fm_rx_ch8_1283.2.bts \
25 fm_rx_ch8_1853.3.bts \
26 fm_rx_ch8_1893.2.bts \
27 fm_rx_ch8_1893.3.bts \
28 fm_rx_init_1273.2.bts \
29 fm_tx_ch8_1273.1.bts \
30 fm_tx_ch8_1273.2.bts \
31 fm_tx_ch8_1283.2.bts \
32 fm_tx_ch8_1853.3.bts \
33 fm_tx_ch8_1893.2.bts \
34 fm_tx_ch8_1893.3.bts \
35 fm_tx_init_1273.2.bts \ No newline at end of file
diff --git a/wl12xx/wpan/nfc/Android.mk b/wl12xx/wpan/nfc/Android.mk
new file mode 100644
index 0000000..6929d13
--- /dev/null
+++ b/wl12xx/wpan/nfc/Android.mk
@@ -0,0 +1,69 @@
1# Copyright (C) 2013 The Android Open Source Project
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
15LOCAL_PATH := $(call my-dir)
16
17ifeq ($(strip $(NFC_TI_DEVICE)),true)
18
19TI_WILINK_NFC_FW_PATH := $(TARGET_OUT_ETC)/firmware
20
21WPAN_NFC_FW_BINS := \
22 TIInit_11.7.27.bts \
23 TINfcInit_12.8.32.72.bts \
24 TINfcInit_12.8.32.80.bts
25
26# path to NFC fws (related to top dir)
27FW_NFC_PATH := $(TARGET_EXTRACTED_FW)/nfc
28
29# path related to current location
30FW_NFC_FULL_PATH := ../../../../../../$(FW_NFC_PATH)
31
32include $(CLEAR_VARS)
33LOCAL_MODULE := TIInit_11.7.27.bts
34LOCAL_SRC_FILES := $(FW_NFC_FULL_PATH)/TIInit_11.7.27.bts
35LOCAL_MODULE_CLASS := FIRMWARE
36LOCAL_MODULE_PATH := $(TI_WILINK_NFC_FW_PATH)
37LOCAL_MODULE_TAGS := optional
38LOCAL_MODULE_OWNER := ti
39include $(BUILD_PREBUILT)
40
41include $(CLEAR_VARS)
42LOCAL_MODULE := TINfcInit_12.8.32.72.bts
43LOCAL_SRC_FILES := $(FW_NFC_FULL_PATH)/TINfcInit_12.8.32.72.bts
44LOCAL_MODULE_CLASS := FIRMWARE
45LOCAL_MODULE_PATH := $(TI_WILINK_NFC_FW_PATH)
46LOCAL_MODULE_TAGS := optional
47LOCAL_MODULE_OWNER := ti
48include $(BUILD_PREBUILT)
49
50include $(CLEAR_VARS)
51LOCAL_MODULE := TINfcInit_12.8.32.80.bts
52LOCAL_SRC_FILES := $(FW_NFC_FULL_PATH)/TINfcInit_12.8.32.80.bts
53LOCAL_MODULE_CLASS := FIRMWARE
54LOCAL_MODULE_PATH := $(TI_WILINK_NFC_FW_PATH)
55LOCAL_MODULE_TAGS := optional
56LOCAL_MODULE_OWNER := ti
57include $(BUILD_PREBUILT)
58
59WPAN_NFC_FW_FILES := $(addprefix $(LOCAL_PATH)/$(FW_NFC_FULL_PATH)/, $(WPAN_NFC_FW_BINS))
60.PHONY: $(WPAN_NFC_FW_FILES)
61$(WPAN_NFC_FW_FILES): $(FW_NFC_FULL_PATH)
62 $(hide) tar -C $(FW_NFC_PATH) --strip-components=2 \
63 -f $(WPAN_TGZ) -xzp wpan/nfc/$(notdir $@)
64
65$(FW_NFC_FULL_PATH):
66 $(hide) mkdir -p $(FW_NFC_PATH)
67
68endif
69
diff --git a/wl12xx/wpan/nfc/wl12xx-wpan-nfc-fw-products.mk b/wl12xx/wpan/nfc/wl12xx-wpan-nfc-fw-products.mk
new file mode 100644
index 0000000..9c54ea6
--- /dev/null
+++ b/wl12xx/wpan/nfc/wl12xx-wpan-nfc-fw-products.mk
@@ -0,0 +1,18 @@
1# Copyright (C) 2013 The Android Open Source Project
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
15PRODUCT_PACKAGES += \
16 TIInit_11.7.27.bts \
17 TINfcInit_12.8.32.72.bts \
18 TINfcInit_12.8.32.80.bts \ No newline at end of file
diff --git a/wl12xx/wpan/wl12xx-wpan-fw-products.mk b/wl12xx/wpan/wl12xx-wpan-fw-products.mk
new file mode 100644
index 0000000..9a919b8
--- /dev/null
+++ b/wl12xx/wpan/wl12xx-wpan-fw-products.mk
@@ -0,0 +1,20 @@
1# Copyright (C) 2012 The Android Open Source Project
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14#
15
16WPAN_FW_TOP := device/ti/proprietary-open/wl12xx/wpan
17
18$(call inherit-product, $(WPAN_FW_TOP)/bluetooth/wl12xx-wpan-bt-fw-products.mk)
19$(call inherit-product, $(WPAN_FW_TOP)/fm/wl12xx-wpan-fm-fw-products.mk)
20$(call inherit-product, $(WPAN_FW_TOP)/nfc/wl12xx-wpan-nfc-fw-products.mk)
diff --git a/wl12xx/wpan.tgz b/wl12xx/wpan/wpan.tgz
index 639a2f6..639a2f6 100644
--- a/wl12xx/wpan.tgz
+++ b/wl12xx/wpan/wpan.tgz
Binary files differ