From: Sabeeh Khan Date: Wed, 12 Jun 2024 22:14:59 +0000 (-0500) Subject: linux-firmware: add new cc33xx firmware for cc33xx chips X-Git-Tag: 20240709~12^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=330277599d2748dc20f55200ca27b7a10a332483;p=thirdparty%2Flinux-firmware.git linux-firmware: add new cc33xx firmware for cc33xx chips This patch includes the required binaries in order to use cc33xx chips and driver. Update the WHENCE to include these additions. Also update the LICENSE.ti-connectivity for the new year. FW Version: 1.7.0.120 Signed-off-by: Sabeeh Khan --- diff --git a/LICENCE.ti-connectivity b/LICENCE.ti-connectivity index 22f617ff..ffa211e5 100644 --- a/LICENCE.ti-connectivity +++ b/LICENCE.ti-connectivity @@ -1,4 +1,4 @@ -Copyright (c) 2016 Texas Instruments Incorporated +Copyright (c) 2016-2024 Texas Instruments Incorporated All rights reserved not granted herein. diff --git a/WHENCE b/WHENCE index 0777e562..84b5d4a9 100644 --- a/WHENCE +++ b/WHENCE @@ -3078,6 +3078,30 @@ the firmwares for wl18xx chips must be located in -------------------------------------------------------------------------- +Driver: cc33xx - Texas Instruments 802.11 WLAN driver for CC33xx chips + +File: ti-connectivity/cc33xx_2nd_loader.bin +Version: 1.0.0.23 +File: ti-connectivity/cc33xx_fw.bin +Version: 1.7.0.120 +File: ti-connectivity/cc33xx-conf.bin +Version: 1.7.0.120 + +Licence: Redistributable. See LICENCE.ti-connectivity for details. + +The cc33xx-conf.bin is a binary containing two parts: radio calibration +and hardware configuration. The binary can be modified using the tool +cc33conf which can be found in the CC33XX Linux SDK here: + +https://www.ti.com/tool/CC33XX-SOFTWARE + +The driver expects to find the firmwares under a ti-connectivity +subdirectory. So if your system looks for firmwares in /lib/firmware, +the firmwares for cc33xx chips must be located in +/lib/firmware/ti-connectivity/. + +-------------------------------------------------------------------------- + Driver: TI_ST - Texas Instruments bluetooth driver File: ti-connectivity/TIInit_6.2.31.bts diff --git a/ti-connectivity/cc33xx-conf.bin b/ti-connectivity/cc33xx-conf.bin new file mode 100644 index 00000000..d0f035b4 Binary files /dev/null and b/ti-connectivity/cc33xx-conf.bin differ diff --git a/ti-connectivity/cc33xx_2nd_loader.bin b/ti-connectivity/cc33xx_2nd_loader.bin new file mode 100644 index 00000000..077a7f83 Binary files /dev/null and b/ti-connectivity/cc33xx_2nd_loader.bin differ diff --git a/ti-connectivity/cc33xx_fw.bin b/ti-connectivity/cc33xx_fw.bin new file mode 100644 index 00000000..bd6044e4 Binary files /dev/null and b/ti-connectivity/cc33xx_fw.bin differ