Add below required Bluetooth firmware files for Qualcomm SoC WCN785x
which uses UART as HCI transport, and the firmware version is 2.0.1-00349.
qca/hmtbtfw20.tlv : RAMPATCH
qca/hmtnv20.b10f : NVM
qca/hmtnv20.b112 : NVM
qca/hmtnv20.bin : NVM
Signed-off-by: Zijun Hu <quic_zijuhu@quicinc.com>
This commit adds 2 required bluetoth firmware nvm files for QCA2066.
The image version is 2.1.0-00629.
hpnv21.309 : NVM dump
hpnv21g.309 : NVM dump
Signed-off-by: Zijun Hu <quic_zijuhu@quicinc.com>
The WCN3988 Bluetooth/WiFi chip requires its own version of the
firmware. Use the firmware files released for the Qualcomm Robotics RB3
platform to support this bluetooth chip.
apbtfw10 has version BTFM.CHE.2.0.0-00082-QCACHROMZ-1
apbtfw11 has version BTFM.CHE.2.1.3-00357-QCACHROMZ-1
Cc: Luca Weiss <luca.weiss@fairphone.com>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
This commit will add required Bluetooth firmware files for QCA WCN785x.
The image version is 2.0.0-00515.
rampatch_usb_00190200.bin : RAM FW dump
nvm_usb_00190200.bin : NVM dump.
Signed-off-by: Rocky Liao <quic_rjliao@quicinc.com>
This commit will update required firmware files for WCN6750.
msbtfw11.mbn :RAM FW dump
msbtfw11.tlv :RAM FW dump
msnv11.bin :NVM dump
Updated firmware files with:
Add on Features support for QHS and QCM
Bug Fix for RSSI calculation
IOT bug fixes related to power level during streaming
Braktooth issue fix
Signed-off-by: Suraj Magar <quic_smagar@quicinc.com>
This commit will add required firmware files for WCN6750.
msbtfw11.mbn :RAM FW dump
msbtfw11.tlv :RAM FW dump
msnv11.bin :NVM dump
Updated firmware files with:
BLE audio
ASD algorithm improvements
LPAPC related optimizations
LE power control changes
A2DP+LE concurrency improvements
ETSI related changes for QHS
Signed-off-by: Suraj Magar <quic_smagar@quicinc.com>
This commit will add required Bluetoth firmware files for WCN685x.
The image version is 2.1.0-00324.
nvm_usb_00130201*.bin : NVM dump
Signed-off-by: Zijun Hu <quic_zijuhu@quicinc.com>
This commit will update WCN685x Bluetoth firmware files
to 2.1.0-00298.
nvm_usb_00130201*.bin : NVM dump
Signed-off-by: Zijun Hu <quic_zijuhu@quicinc.com>
This commit will add required Bluetoth default nvm file for WCN685x.
The image version is 2.1.0-00252
nvm_usb_00130201.bin : NVM dump
Signed-off-by: Tim Jiang <tjiang@codeaurora.org>
This commit will add required Bluetoth firmware files for WCN685x.
The image version is 2.1.0-00252
rampatch_usb_00130201.bin : RAM FW dump
nvm_usb_00130201_010a.bin : NVM dump
Signed-off-by: Tim Jiang <tjiang@codeaurora.org>
This commit will add required Bluetooth firmware files for QCA WCN685x.
The image version is 2.0.0-00580.
rampatch_usb_00130200.bin : RAM FW dump
nvm_usb_00130200*.bin : NVM dump.
Signed-off-by: Rocky Liao <rjliao@codeaurora.org>
Following changes included in this commit:
1. Added stats for A2DP glitch report, BQR quality monitor report for
SCO and transmit power level change event.
2. Added adaptive power control feature which takes RSSI & NACKs into
consideration while updating the power level beyond PL9
3. Minor bug fixes, patch space optimizations and fixes for KW warnings.
4. Added a new bin file: qca/crnv32u.bin , which will be downloaded
based on SoC ID.
Signed-off-by: Asit Shah <asitshah@codeaurora.org>
This commit holds below enhancements for WCN3991.
1. Added Erroneous Data reporting support.
2. Increased SCO data buffer count from 4 to 8.
Signed-off-by: Balakrishna Godavarthi <bgodavar@codeaurora.org>
This commit will add required Bluetooth firmware files for QCA9377. Files
are from the Boundary Devices repo [1] and are covered under the existing
QCA redistributable license, but need renaming to align with the upstream
driver firmware naming convention.
tfbtfw11.tlv > rampatch_00230302.bin
tfbtnv11.bin > nvm_00230302.bin
Support for QCA9377 Bluetooth is now merged in bluetooth-next [2].
[1] https://github.com/boundarydevices/qca-firmware/tree/bd-sdmac-ath10k
[2] https://patchwork.kernel.org/cover/11504823/
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
The rampatch_00440302.tlv and rampatch_usb_00000302.tlv are wrong names
for QCA6174 Bluetooth driver, remove them and make the update to the
correct files rampatch_00440302.bin and rampatch_usb_00000302.bin.
Fixes: 30550605b7 ("qca: update bluetooth firmware for QCA6174")
Signed-off-by: Rocky Liao <rjliao@codeaurora.org>