firmware-qualcomm: update wireless firmware from r10016.1

This commit updates the wireless firmware in order to work with the new Linux
qcacld-3.0 wireless driver.
Latest release "r10016.1 - Post-CS3 1.0.016.1" updates the following files from
"qca6574au-le-2-2-1_qca_oem" product branch:

    PCIe:
     - athwlan.bin  (b4fd36922625b7303d006581f6c7cd10)
     - utf.bin      (0d70048214fea05d1c40b3034e8107cd)

    SDIO:
     - qwlan30.bin  (342cb50ce5c6ff930a65f341c0dfbc77)
     - utf30.bin    (f94810be89cc2f3e979ab4a57243872b)

https://onedigi.atlassian.net/browse/DEL-7916

Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
Arturo Buzarra 2022-05-17 13:28:16 +02:00
parent 5bc574a8e9
commit 2c111a99f1
8 changed files with 8 additions and 9 deletions

View File

@ -1,4 +1,4 @@
# Copyright (C) 2016-2021 Digi International. # Copyright (C) 2016-2022 Digi International.
SUMMARY = "Qualcomm firmware files for Digi's platforms." SUMMARY = "Qualcomm firmware files for Digi's platforms."
SECTION = "base" SECTION = "base"
@ -38,10 +38,10 @@ FW_QCA65X4_SDIO_PROPRIETARY = " \
# Firmware files for QCA6574 (Qualcomm proprietary driver) # Firmware files for QCA6574 (Qualcomm proprietary driver)
FW_QCA65X4_PCIE_PROPRIETARY = " \ FW_QCA65X4_PCIE_PROPRIETARY = " \
file://bdwlan30_US.bin \ file://fakeboar_US.bin \
file://LICENCE.atheros_firmware \ file://LICENCE.atheros_firmware \
file://qca65X4_pcie_proprietary/otp30.bin \ file://qca65X4_pcie_proprietary/otp.bin \
file://qca65X4_pcie_proprietary/qwlan30.bin \ file://qca65X4_pcie_proprietary/athwlan.bin \
file://qca65X4_pcie_proprietary/utf.bin \ file://qca65X4_pcie_proprietary/utf.bin \
" "
@ -97,12 +97,11 @@ do_install() {
ln -s /proc/device-tree/wireless/mac-address3 ${D}${WIFI_FW_PATH}/wlan/wlan_mac3 ln -s /proc/device-tree/wireless/mac-address3 ${D}${WIFI_FW_PATH}/wlan/wlan_mac3
# Create symbolic links to the proper FW files depending on the country region # Create symbolic links to the proper FW files depending on the country region
if [ "${FW_QUALCOMM_WIFI}" = "${FW_QCA65X4_PCIE_PROPRIETARY}" ]; then
ln -s fakeboar_US.bin ${D}${WIFI_FW_PATH}/fakeboar.bin
else
ln -s bdwlan30_US.bin ${D}${WIFI_FW_PATH}/bdwlan30.bin ln -s bdwlan30_US.bin ${D}${WIFI_FW_PATH}/bdwlan30.bin
ln -s bdwlan30_US.bin ${D}${WIFI_FW_PATH}/utfbd30.bin ln -s bdwlan30_US.bin ${D}${WIFI_FW_PATH}/utfbd30.bin
if [ "${FW_QUALCOMM_WIFI}" = "${FW_QCA65X4_PCIE_PROPRIETARY}" ]; then
ln -s qwlan30.bin ${D}${WIFI_FW_PATH}/athwlan.bin
ln -s otp30.bin ${D}${WIFI_FW_PATH}/athsetup.bin
fi fi
fi fi