]> code.ossystems Code Review - meta-freescale.git/commitdiff
qcacld: Drop BSP support 861/head
authorTom Hochstein <tom.hochstein@nxp.com>
Thu, 9 Sep 2021 21:30:50 +0000 (16:30 -0500)
committerTom Hochstein <tom.hochstein@nxp.com>
Thu, 9 Sep 2021 21:30:50 +0000 (16:30 -0500)
NXP has dropped support for qcacld, plus the code is not compatible
with 5.10, so drop BSP support.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
recipes-bsp/firmware-qca/firmware-qca.inc [deleted file]
recipes-bsp/firmware-qca/firmware-qca6174_3.0.2.bb [deleted file]
recipes-bsp/firmware-qca/firmware-qca9377_3.0.2.bb [deleted file]
recipes-bsp/firmware-qca/qca-tools_3.0.2.bb [deleted file]
recipes-fsl/packagegroups/packagegroup-fsl-qca6174.bb [deleted file]
recipes-fsl/packagegroups/packagegroup-fsl-qca9377.bb [deleted file]
recipes-kernel/kernel-modules/kernel-module-qca6174_3.0.bb [deleted file]
recipes-kernel/kernel-modules/kernel-module-qca9377_3.1.bb [deleted file]
recipes-kernel/kernel-modules/kernel-module-qcacld-lea.inc [deleted file]

diff --git a/recipes-bsp/firmware-qca/firmware-qca.inc b/recipes-bsp/firmware-qca/firmware-qca.inc
deleted file mode 100644 (file)
index f33f4eb..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright (C) 2018-2020 NXP
-
-SUMMARY = "Qualcomm Wi-Fi and Bluetooth firmware"
-SECTION = "base"
-LICENSE = "Proprietary"
-LIC_FILES_CHKSUM = "file://COPYING;md5=fd4b227530cd88a82af6a5982cfb724d \
-                    file://QUALCOMM_ATHEROS_LICENSE_AGREEMENT.pdf;md5=e629669cf17f6a2a6872e067582986e3 \
-"
-
-SRC_URI = " ${FSL_MIRROR}/firmware-qca-${PV}.bin;fsl-eula=true"
-SRC_URI[md5sum] = "75b1b2a8dea8f81609ccfc072d42fa86"
-SRC_URI[sha256sum] = "6ad56ac1df841e252ac6db0a8966082715a3cb6dc7189426bade13333a16fd9d"
-S = "${WORKDIR}/firmware-qca-${PV}"
-
-inherit fsl-eula-unpack
diff --git a/recipes-bsp/firmware-qca/firmware-qca6174_3.0.2.bb b/recipes-bsp/firmware-qca/firmware-qca6174_3.0.2.bb
deleted file mode 100644 (file)
index a625a9d..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright (C) 2019-2020 NXP
-
-require firmware-qca.inc
-
-SUMMARY = "Qualcomm Wi-Fi and Bluetooth firmware"
-DESCRIPTION = "Qualcomm Wi-Fi and Bluetooth firmware for modules such as QCA6174A"
-SECTION = "base"
-LICENSE = "Proprietary"
-
-inherit allarch
-
-do_install () {
-    # Install firmware.conf for QCA modules
-    install -d ${D}${sysconfdir}/bluetooth
-    install -m 644 ${S}/1CQ_QCA6174A_LEA_2.0/etc/bluetooth/firmware.conf ${D}${sysconfdir}/bluetooth
-
-    # Install firmware files
-    install -d ${D}${base_libdir}
-    cp -r ${S}/1CQ_QCA6174A_LEA_2.0/lib/firmware ${D}${base_libdir}
-}
-
-FILES:${PN} = " \
-    ${sysconfdir}/bluetooth/firmware.conf \
-    ${base_libdir}/firmware/qca6174 \
-    ${base_libdir}/firmware/wlan \
-    ${base_libdir}/firmware/* \
-"
diff --git a/recipes-bsp/firmware-qca/firmware-qca9377_3.0.2.bb b/recipes-bsp/firmware-qca/firmware-qca9377_3.0.2.bb
deleted file mode 100644 (file)
index d6bf5ca..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright (C) 2018-2020 NXP
-
-require firmware-qca.inc
-
-SUMMARY = "Qualcomm Wi-Fi and Bluetooth firmware"
-DESCRIPTION = "Qualcomm Wi-Fi and Bluetooth firmware for modules such as QCA9377-3"
-SECTION = "base"
-LICENSE = "Proprietary"
-
-inherit allarch
-
-do_install () {
-    # Install firmware.conf for QCA modules
-    install -d ${D}${sysconfdir}/bluetooth
-    install -m 644 ${S}/1PJ_QCA9377-3_LEA_3.0/etc/bluetooth/firmware.conf ${D}${sysconfdir}/bluetooth
-
-    # Install firmware files
-    install -d ${D}${base_libdir}
-    cp -r ${S}/1PJ_QCA9377-3_LEA_3.0/lib/firmware ${D}${base_libdir}
-}
-
-FILES:${PN} = " \
-    ${sysconfdir}/bluetooth/firmware.conf \
-    ${base_libdir}/firmware/qca \
-    ${base_libdir}/firmware/qca9377 \
-    ${base_libdir}/firmware/wlan \
-"
diff --git a/recipes-bsp/firmware-qca/qca-tools_3.0.2.bb b/recipes-bsp/firmware-qca/qca-tools_3.0.2.bb
deleted file mode 100644 (file)
index fd0c2e7..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright (C) 2018-2020 NXP
-
-require firmware-qca.inc
-
-SUMMARY = "Qualcomm Wi-Fi and Bluetooth tools"
-DESCRIPTION = "Qualcomm Wi-Fi and Bluetooth tools for modules such as QCA6174A and QCA9377"
-LICENSE = "Proprietary"
-
-DEPENDS = "libnl zlib"
-
-FCC_TOOLS_FOLDER ?= "qca9377_qca6174_arm32"
-FCC_TOOLS_FOLDER:aarch64 = "qca9377_qca6174_arm64"
-
-do_install() {
-    install -d ${D}${sbindir}/fcc_tools
-    cp -r ${S}/fcc_tools/${FCC_TOOLS_FOLDER} ${D}${sbindir}/fcc_tools
-}
-
-COMPATIBLE_HOST = '(aarch64|arm).*-linux'
-COMPATIBLE_HOST:libc-musl = 'null'
diff --git a/recipes-fsl/packagegroups/packagegroup-fsl-qca6174.bb b/recipes-fsl/packagegroups/packagegroup-fsl-qca6174.bb
deleted file mode 100644 (file)
index 201f7d2..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 2019 NXP
-
-SUMMARY = "Qualcomm Wi-Fi support"
-
-inherit packagegroup
-
-RDEPENDS:${PN} = " \
-    kernel-module-qca6174 \
-    firmware-qca6174 \
-"
-
-COMPATIBLE_HOST = '(aarch64|arm).*-linux'
-COMPATIBLE_HOST:libc-musl = 'null'
diff --git a/recipes-fsl/packagegroups/packagegroup-fsl-qca9377.bb b/recipes-fsl/packagegroups/packagegroup-fsl-qca9377.bb
deleted file mode 100644 (file)
index 2e3e9ce..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 2019 NXP
-
-SUMMARY = "Qualcomm Wi-Fi support"
-
-inherit packagegroup
-
-RDEPENDS:${PN} = " \
-    kernel-module-qca9377 \
-    firmware-qca9377 \
-"
-COMPATIBLE_HOST = '(aarch64|arm).*-linux'
-COMPATIBLE_HOST:libc-musl = 'null'
diff --git a/recipes-kernel/kernel-modules/kernel-module-qca6174_3.0.bb b/recipes-kernel/kernel-modules/kernel-module-qca6174_3.0.bb
deleted file mode 100644 (file)
index 40eadef..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-require kernel-module-qcacld-lea.inc
-
-SUMMARY = "Qualcomm WiFi driver for QCA module 6174"
-
-EXTRA_OEMAKE += " \
-    CONFIG_ROME_IF=pci \
-    CONFIG_WLAN_FEATURE_11W=y \
-    CONFIG_WLAN_FEATURE_FILS=y \
-    CONFIG_WLAN_WAPI_MODE_11AC_DISABLE=y \
-    MODNAME=qca6174 \
-    CONFIG_WLAN_FEATURE_DSRC=y \
-"
-
-RDEPENDS:${PN} += "firmware-qca6174"
diff --git a/recipes-kernel/kernel-modules/kernel-module-qca9377_3.1.bb b/recipes-kernel/kernel-modules/kernel-module-qca9377_3.1.bb
deleted file mode 100644 (file)
index 92bc01f..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-require kernel-module-qcacld-lea.inc
-
-SUMMARY = "Qualcomm WiFi driver for QCA module 9377"
-
-EXTRA_OEMAKE += " \
-    CONFIG_CLD_HL_SDIO_CORE=y \
-    CONFIG_FEATURE_COEX_PTA_CONFIG_ENABLE=y \
-    CONFIG_PER_VDEV_TX_DESC_POOL=1 \
-    CONFIG_QCA_LL_TX_FLOW_CT=1 \
-    CONFIG_QCA_SUPPORT_TXRX_DRIVER_TCP_DEL_ACK=y \
-    CONFIG_WLAN_FEATURE_FILS=y \
-    CONFIG_WLAN_WAPI_MODE_11AC_DISABLE=y \
-    MODNAME=qca9377 \
-    SAP_AUTH_OFFLOAD=1 \
-"
-
-RDEPENDS:${PN} += "firmware-qca9377"
diff --git a/recipes-kernel/kernel-modules/kernel-module-qcacld-lea.inc b/recipes-kernel/kernel-modules/kernel-module-qcacld-lea.inc
deleted file mode 100644 (file)
index a7b8a4e..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-SUMMARY = "Qualcomm WiFi driver for QCA module 9377 and 6174"
-LICENSE = "BSD & GPLv2"
-LIC_FILES_CHKSUM = "file://CORE/HDD/src/wlan_hdd_main.c;beginline=1;endline=20;md5=ec8d62116b13db773825ebf7cf91be1d;"
-
-QCACLD_SRC ?= "git://source.codeaurora.org/external/imx/qcacld-2.0-imx.git;protocol=https"
-SRC_URI = "${QCACLD_SRC};branch=IMX_CNSS.LEA.NRT_3.0_KRL5.4"
-SRCREV = "7dc91e5977f31d60741c55682564788c0f930163"
-
-S = "${WORKDIR}/git"
-
-inherit module
-
-EXTRA_OEMAKE += " \
-    CONFIG_CFG80211_INTERNAL_REGDB=y \
-    CONFIG_HDD_WLAN_WAIT_TIME=10000 \
-    CONFIG_LINUX_QCMBR=y \
-    CONFIG_NON_QC_PLATFORM=y \
-    CONFIG_PMF_SUPPORT=y \
-    TARGET_BUILD_VARIANT=user \
-"
-
-COMPATIBLE_MACHINE = "(imx)"
-COMPATIBLE_HOST:libc-musl = 'null'