[openwrt/openwrt] linux-firmware: update to 20250808

LEDE Commits lede-commits at lists.infradead.org
Mon Aug 11 05:57:00 PDT 2025


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/6152381880c57cd4dbfec3185342d52f44d57cf5

commit 6152381880c57cd4dbfec3185342d52f44d57cf5
Author: John Audia <therealgraysky at proton.me>
AuthorDate: Tue Jul 8 15:55:35 2025 -0400

    linux-firmware: update to 20250808
    
    % git log --no-merges --pretty=oneline --abbrev-commit 20250708...20250808
    53f89ed819bc qcom: Add QDSP firmware file for Qualcomm QDU100 device.
    35abebaa15c1 ath12k: WCN7850 hw2.0: update to WLAN.HMT.1.1.c5-00302-QCAHMTSWPL_V1.0_V2.0_SILICONZ-1.115823.3
    7aa2aba3a90e ath12k: QCN9274 hw2.0: update to WLAN.WBE.1.5-01651-QCAHKSWPL_SILICONZ-1
    db7327128eff ath11k: WCN6855 hw2.0: update board-2.bin
    14794133088c ath11k: QCA6698AQ hw2.1: update to WLAN.HSP.1.1-04650-QCAHSPSWPL_V1_V2_SILICONZ_IOE-2
    effe7d041975 ath11k: QCA2066 hw2.1: update to WLAN.HSP.1.1-03926.13-QCAHSPSWPL_V2_SILICONZ_CE-2.52297.9
    d4fde9ca4ecb ath11k: QCA2066 hw2.1: update board-2.bin
    9188b156478e qcom: Update xbl_config firmware file.
    ba2549fc9730 amdgpu: Update GCN 4.0.5 microcode
    61d6a5f9f1e8 amdgpu: Update SDMA 6.1.0 microcode
    67ee1b80467c amdgpu: Update GC 11.5.0 microcode
    b2acd913eb00 qcom: Add QDU100 firmware image files required for booting.
    224186ce2e8e linux-firmware: Add firmware for airoha-npu driver
    ebf45cd0f8d0 linux-firmware: update firmware for MT7925 WiFi device
    2ccae12c4f73 mediatek MT7925: update bluetooth firmware to 20250721233113
    1d2771d839ba qcom: Update DSP firmware for qcm6490 platform
    8ecf764788f8 qcom: update Venus firmware file for v6.0
    c3855905442a i915: Xe3LPD DMC v2.29
    3768c184de68 linux-firmware: Update AMD cpu microcode
    02ad2a17abc4 qcom: Add QCS6490 symlink for QUPv3 firmware
    530f28320603 qcom: Add firmware binary for SM8750.
    dce0f1f8a3d2 amdgpu: update dmcub fw for dcn314
    53d585cd763b cirrus: cs35l41: Add Firmware for various ASUS commercial Laptops using CS35L41 HDA
    28964e023a39 cirrus: cs35l41: Update Firmware for Dell Oasis
    5be0792a63e9 cirrus: cs35l56: Add firmware for Cirrus CS35L56 for various Dell laptops
    b4cd8b7e766a qcom: Add Audio topology for QCS6490 RB3Gen2
    dcd36f8607e5 intel_vpu: Update NPU firmware
    43c969c12234 amdgpu: update dmcub fw for various DCN version
    2aaf3bf0702c WHENCE: extract more license statements
    f62714f9a0ac WHENCE: clarify io_ti origin
    e2c1b151087b amdgpu: Update GC 11.5.1 microcode
    eb03c8ce595d rtw89: 8852b: update fw to v0.29.128.0
    351eb5c7643f rtw89: 8852bt: update fw to v0.29.127.0
    ee12f2433585 rtw89: 8922a: add regd fw element with version R72-R6
    75e7b2b760ae rtw89: 8852c: add regd fw element with version R72-R57
    d300c8670364 rtw89: 8922a: update BB parameter V49
    5bcef62c4107 qcom: Update gpu firmwares of QCS615 chipset
    40c52dd245b4 linux-firmware: Update firmware file for Intel Solar core
    a7be448d356e linux-firmware: Update firmware file for Intel BlazarU core
    9ec63315f4c1 linux-firmware: Update firmware file for Intel BlazarI core
    
    Build system: x86/64
    Build-tested: x86/64-glibc
    Run-tested: x86/64-glibc (Intel N150-based system)
    
    Signed-off-by: John Audia <therealgraysky at proton.me>
    Link: https://github.com/openwrt/openwrt/pull/19721
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 package/firmware/linux-firmware/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/firmware/linux-firmware/Makefile b/package/firmware/linux-firmware/Makefile
index 0b1eb1b56f..190703b78a 100644
--- a/package/firmware/linux-firmware/Makefile
+++ b/package/firmware/linux-firmware/Makefile
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=linux-firmware
-PKG_VERSION:=20250708
+PKG_VERSION:=20250808
 PKG_RELEASE:=1
 
 PKG_SOURCE_URL:=@KERNEL/linux/kernel/firmware
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
-PKG_HASH:=6f3efee7f600c201f9b2d675889a4ccdb8cfe56e0d283641796ed10e64c72047
+PKG_HASH:=c029551b45a15926c9d7a5df1a0b540044064f19157c57fc11d91fd0aade837f
 
 PKG_MAINTAINER:=Felix Fietkau <nbd at nbd.name>
 




More information about the lede-commits mailing list