summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEyal Reizer <eyalr@ti.com>2014-08-21 15:01:10 +0300
committerVishal Mahaveer <vishalm@ti.com>2014-09-01 14:16:00 -0500
commit8d7920c57d2333fc68015032874777250c6a35bf (patch)
treefc8e1c8f421ced711ef2b7c7b9a712a7915507ac
parent7fdc00ce1cfd063181cca6562a411e7a2b920586 (diff)
downloadproprietary-open-jacinto-8d7920c57d2333fc68015032874777250c6a35bf.tar.gz
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.mk13
-rw-r--r--wl12xx/wpan/bluetooth/wl12xx-wpan-bt-fw-products.mk4
-rw-r--r--wl12xx/wpan/wpan.tgzbin185991 -> 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 := \
TIInit_10.6.15.bts \
TIInit_11.8.32.bts \
TIInit_12.7.27.bts \
- TIInit_12.8.32.bts
+ TIInit_12.8.32.bts \
+ TIInit_12.10.28.bts
# path to BT fws (related to top dir)
FW_BT_PATH := $(TARGET_EXTRACTED_FW)/bt
@@ -75,6 +76,7 @@ LOCAL_MODULE_PATH := $(TI_WILINK_BT_FW_PATH)
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_OWNER := ti
include $(BUILD_PREBUILT)
+
include $(CLEAR_VARS)
LOCAL_MODULE := TIInit_12.8.32.bts
LOCAL_SRC_FILES := $(FW_BT_FULL_PATH)/TIInit_12.8.32.bts
@@ -84,6 +86,15 @@ LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_OWNER := ti
include $(BUILD_PREBUILT)
+include $(CLEAR_VARS)
+LOCAL_MODULE := TIInit_12.10.28.bts
+LOCAL_SRC_FILES := $(FW_BT_FULL_PATH)/TIInit_12.10.28.bts
+LOCAL_MODULE_CLASS := FIRMWARE
+LOCAL_MODULE_PATH := $(TI_WILINK_BT_FW_PATH)
+LOCAL_MODULE_TAGS := optional
+LOCAL_MODULE_OWNER := ti
+include $(BUILD_PREBUILT)
+
WPAN_BT_FW_FILES := $(addprefix $(LOCAL_PATH)/$(FW_BT_FULL_PATH)/, $(WPAN_BT_FW_BINS))
.PHONY: $(WPAN_BT_FW_FILES)
$(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 += \
TIInit_10.6.15.bts \
TIInit_11.8.32.bts \
TIInit_12.7.27.bts \
- TIInit_12.8.32.bts \ No newline at end of file
+ TIInit_12.8.32.bts \
+ TIInit_12.10.28.bts
+
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