From e513c530c4884855094c6e6cbbef168b310b1005 Mon Sep 17 00:00:00 2001 From: Oleksandr Suvorov Date: Tue, 18 Apr 2023 20:12:01 +0300 Subject: firmware-nxp-wifi: Update lf-5.15.71-2.2.0 to lf-6.1.1_1.0.0 Add installing firmware for IW416 and IW612. Relevant changes: - bacbeb4 MA-2102-1 [Android-powersave-image] Remove android_wifi_mod_para_powersave.conf - 09b5e3d FwImage: update firmware to mxm5x17368.p2 - 6b9248a FwImage: IW612: rename the IW612 firmware subdirectory - 87d2442 FwImage: update firmware to mxm5x17368 - 6fa6713 EULA.txt: update Software License to v40 - 5c66cfa FwImage: SD8801: change the ed_mac value for muRata 2DS module Signed-off-by: Oleksandr Suvorov --- recipes-bsp/firmware-imx/firmware-nxp-wifi_1.0.bb | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'recipes-bsp') diff --git a/recipes-bsp/firmware-imx/firmware-nxp-wifi_1.0.bb b/recipes-bsp/firmware-imx/firmware-nxp-wifi_1.0.bb index a3fa3dd8..3b4714ee 100644 --- a/recipes-bsp/firmware-imx/firmware-nxp-wifi_1.0.bb +++ b/recipes-bsp/firmware-imx/firmware-nxp-wifi_1.0.bb @@ -11,8 +11,8 @@ LICENSE = "Proprietary" LIC_FILES_CHKSUM = "file://EULA.txt;md5=be5ff43682ed6c57dfcbeb97651c2829" SRC_URI = "git://github.com/NXP/imx-firmware.git;protocol=https;branch=${SRCBRANCH}" -SRCBRANCH = "lf-5.15.71_2.2.0" -SRCREV = "982bb10dfabfb9e7b9dc106c59a4fbb2c45bfb44" +SRCBRANCH = "lf-6.1.1_1.0.0" +SRCREV = "bacbeb4789c1b13d13aab12ada29217ce8c3e905" S = "${WORKDIR}/git" @@ -60,6 +60,12 @@ do_install() { # Install NXP Connectivity SDIO9098 firmware install -m 0644 nxp/FwImage_9098_SD/sdiouart9098_combo_v1.bin ${D}${nonarch_base_libdir}/firmware/nxp + + # Install NXP Connectivity IW416 firmware + install -m 0644 nxp/FwImage_IW416_SD/sdiouartiw416_combo_v0.bin ${D}${nonarch_base_libdir}/firmware/nxp + + # Install NXP Connectivity IW612 firmware + install -m 0644 nxp/FwImage_IW612_SD/sduart_nw61x_v1.bin.se ${D}${nonarch_base_libdir}/firmware/nxp } PACKAGES =+ " \ -- cgit v1.2.3-54-g00ecf