diff options
author | Eyal Reizer | 2014-08-21 07:01:10 -0500 |
---|---|---|
committer | Vishal Mahaveer | 2014-09-01 14:16:00 -0500 |
commit | 8d7920c57d2333fc68015032874777250c6a35bf (patch) | |
tree | fc8e1c8f421ced711ef2b7c7b9a712a7915507ac | |
parent | 7fdc00ce1cfd063181cca6562a411e7a2b920586 (diff) | |
download | device-ti-proprietary-open-8d7920c57d2333fc68015032874777250c6a35bf.tar.gz device-ti-proprietary-open-8d7920c57d2333fc68015032874777250c6a35bf.tar.xz device-ti-proprietary-open-8d7920c57d2333fc68015032874777250c6a35bf.zip |
wl18xx: bluetooth: add firmware for pg 1.11
Add bluetooth firmware files for wl18xx pg 1.11
Change-Id: I802c0463a6210b84354249ffdeb9ce6d459b5ed6
Signed-off-by: Eyal Reizer <eyalr@ti.com>
-rw-r--r-- | wl12xx/wpan/bluetooth/Android.mk | 13 | ||||
-rw-r--r-- | wl12xx/wpan/bluetooth/wl12xx-wpan-bt-fw-products.mk | 4 | ||||
-rw-r--r-- | wl12xx/wpan/wpan.tgz | bin | 185991 -> 191436 bytes |
3 files changed, 15 insertions, 2 deletions
diff --git a/wl12xx/wpan/bluetooth/Android.mk b/wl12xx/wpan/bluetooth/Android.mk index db63840..c991578 100644 --- a/wl12xx/wpan/bluetooth/Android.mk +++ b/wl12xx/wpan/bluetooth/Android.mk | |||
@@ -24,7 +24,8 @@ WPAN_BT_FW_BINS := \ | |||
24 | TIInit_10.6.15.bts \ | 24 | TIInit_10.6.15.bts \ |
25 | TIInit_11.8.32.bts \ | 25 | TIInit_11.8.32.bts \ |
26 | TIInit_12.7.27.bts \ | 26 | TIInit_12.7.27.bts \ |
27 | TIInit_12.8.32.bts | 27 | TIInit_12.8.32.bts \ |
28 | TIInit_12.10.28.bts | ||
28 | 29 | ||
29 | # path to BT fws (related to top dir) | 30 | # path to BT fws (related to top dir) |
30 | FW_BT_PATH := $(TARGET_EXTRACTED_FW)/bt | 31 | FW_BT_PATH := $(TARGET_EXTRACTED_FW)/bt |
@@ -75,6 +76,7 @@ LOCAL_MODULE_PATH := $(TI_WILINK_BT_FW_PATH) | |||
75 | LOCAL_MODULE_TAGS := optional | 76 | LOCAL_MODULE_TAGS := optional |
76 | LOCAL_MODULE_OWNER := ti | 77 | LOCAL_MODULE_OWNER := ti |
77 | include $(BUILD_PREBUILT) | 78 | include $(BUILD_PREBUILT) |
79 | |||
78 | include $(CLEAR_VARS) | 80 | include $(CLEAR_VARS) |
79 | LOCAL_MODULE := TIInit_12.8.32.bts | 81 | LOCAL_MODULE := TIInit_12.8.32.bts |
80 | LOCAL_SRC_FILES := $(FW_BT_FULL_PATH)/TIInit_12.8.32.bts | 82 | LOCAL_SRC_FILES := $(FW_BT_FULL_PATH)/TIInit_12.8.32.bts |
@@ -84,6 +86,15 @@ LOCAL_MODULE_TAGS := optional | |||
84 | LOCAL_MODULE_OWNER := ti | 86 | LOCAL_MODULE_OWNER := ti |
85 | include $(BUILD_PREBUILT) | 87 | include $(BUILD_PREBUILT) |
86 | 88 | ||
89 | include $(CLEAR_VARS) | ||
90 | LOCAL_MODULE := TIInit_12.10.28.bts | ||
91 | LOCAL_SRC_FILES := $(FW_BT_FULL_PATH)/TIInit_12.10.28.bts | ||
92 | LOCAL_MODULE_CLASS := FIRMWARE | ||
93 | LOCAL_MODULE_PATH := $(TI_WILINK_BT_FW_PATH) | ||
94 | LOCAL_MODULE_TAGS := optional | ||
95 | LOCAL_MODULE_OWNER := ti | ||
96 | include $(BUILD_PREBUILT) | ||
97 | |||
87 | WPAN_BT_FW_FILES := $(addprefix $(LOCAL_PATH)/$(FW_BT_FULL_PATH)/, $(WPAN_BT_FW_BINS)) | 98 | WPAN_BT_FW_FILES := $(addprefix $(LOCAL_PATH)/$(FW_BT_FULL_PATH)/, $(WPAN_BT_FW_BINS)) |
88 | .PHONY: $(WPAN_BT_FW_FILES) | 99 | .PHONY: $(WPAN_BT_FW_FILES) |
89 | $(WPAN_BT_FW_FILES): $(FW_BT_FULL_PATH) | 100 | $(WPAN_BT_FW_FILES): $(FW_BT_FULL_PATH) |
diff --git a/wl12xx/wpan/bluetooth/wl12xx-wpan-bt-fw-products.mk b/wl12xx/wpan/bluetooth/wl12xx-wpan-bt-fw-products.mk index 1a73115..56e62e8 100644 --- a/wl12xx/wpan/bluetooth/wl12xx-wpan-bt-fw-products.mk +++ b/wl12xx/wpan/bluetooth/wl12xx-wpan-bt-fw-products.mk | |||
@@ -21,4 +21,6 @@ PRODUCT_PACKAGES += \ | |||
21 | TIInit_10.6.15.bts \ | 21 | TIInit_10.6.15.bts \ |
22 | TIInit_11.8.32.bts \ | 22 | TIInit_11.8.32.bts \ |
23 | TIInit_12.7.27.bts \ | 23 | TIInit_12.7.27.bts \ |
24 | TIInit_12.8.32.bts \ No newline at end of file | 24 | TIInit_12.8.32.bts \ |
25 | TIInit_12.10.28.bts | ||
26 | |||
diff --git a/wl12xx/wpan/wpan.tgz b/wl12xx/wpan/wpan.tgz index a4268b3..191aa71 100644 --- a/wl12xx/wpan/wpan.tgz +++ b/wl12xx/wpan/wpan.tgz | |||
Binary files differ | |||