diff --git a/.gitignore b/.gitignore index e05b406..371d0c8 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/linux-firmware-20250314.tar.xz +SOURCES/linux-firmware-20250812.tar.xz diff --git a/.linux-firmware.metadata b/.linux-firmware.metadata index 78e3181..31a5655 100644 --- a/.linux-firmware.metadata +++ b/.linux-firmware.metadata @@ -1 +1 @@ -5fbd02d8644b60c7d7be478c183d38ac8e8b1272 SOURCES/linux-firmware-20250314.tar.xz +f1777111d0f1a0a750f0ebd8437ddc2cc646fca6 SOURCES/linux-firmware-20250812.tar.xz diff --git a/SPECS/linux-firmware.spec b/SPECS/linux-firmware.spec index 3983d00..dd2d1f4 100644 --- a/SPECS/linux-firmware.spec +++ b/SPECS/linux-firmware.spec @@ -1,11 +1,11 @@ %global debug_package %{nil} -%global firmware_release 151 +%global firmware_release 155 %global _firmwarepath /usr/lib/firmware %define _binaries_in_noarch_packages_terminate_build 0 Name: linux-firmware -Version: 20250314 +Version: 20250812 Release: %{firmware_release}%{?dist} Summary: Firmware files used by the Linux kernel License: GPL+ and GPLv2+ and MIT and Redistributable, no modification permitted @@ -336,7 +336,7 @@ sed -i -e '/^iwlwifi/d' \ -i -e '/^mrvl\/sd8787/d' \ -i -e '/^liquidio/d' \ -i -e '/^netronome/d' \ - linux-firmware.files + linux-firmware.{files,dirs} sed -i -e 's!^!/usr/lib/firmware/!' linux-firmware.{files,dirs} sed -i -e 's/^/"/;s/$/"/' linux-firmware.files sed -e 's/^/%%dir /' linux-firmware.dirs >> linux-firmware.files @@ -460,7 +460,471 @@ sed -e 's/^/%%dir /' linux-firmware.dirs >> linux-firmware.files %dir %{_firmwarepath}/netronome %{_firmwarepath}/netronome/* +# workaround for directory->symlink changes +%pretrans -n linux-firmware -p +path = "/usr/lib/firmware/nvidia/ad103" +st = posix.stat(path) +if st and st.type == "directory" then + status = os.rename(path, path .. ".rpmmoved") + if not status then + suffix = 0 + while not status do + suffix = suffix + 1 + status = os.rename(path .. ".rpmmoved", path .. ".rpmmoved." .. suffix) + end + os.rename(path, path .. ".rpmmoved") + end +end +path = "/usr/lib/firmware/nvidia/ad104" +st = posix.stat(path) +if st and st.type == "directory" then + status = os.rename(path, path .. ".rpmmoved") + if not status then + suffix = 0 + while not status do + suffix = suffix + 1 + status = os.rename(path .. ".rpmmoved", path .. ".rpmmoved." .. suffix) + end + os.rename(path, path .. ".rpmmoved") + end +end +path = "/usr/lib/firmware/nvidia/ad106" +st = posix.stat(path) +if st and st.type == "directory" then + status = os.rename(path, path .. ".rpmmoved") + if not status then + suffix = 0 + while not status do + suffix = suffix + 1 + status = os.rename(path .. ".rpmmoved", path .. ".rpmmoved." .. suffix) + end + os.rename(path, path .. ".rpmmoved") + end +end +path = "/usr/lib/firmware/nvidia/ad107" +st = posix.stat(path) +if st and st.type == "directory" then + status = os.rename(path, path .. ".rpmmoved") + if not status then + suffix = 0 + while not status do + suffix = suffix + 1 + status = os.rename(path .. ".rpmmoved", path .. ".rpmmoved." .. suffix) + end + os.rename(path, path .. ".rpmmoved") + end +end + %changelog +* Tue Aug 12 2025 Denys Vlasenko - 20250812-155 +- Update linux-firmware to latest upstream (RHEL-108845) + Changes since the last update are noted on items below, copied from + the git changelog of upstream linux-firmware repository. +- amdgpu: DMCUB updates for various ASICs +- panthor: Add firmware for more Mali GPUs +- amdgpu: update renoir firmware +- amdgpu: add SMU 14.0.3 kicker firmware +- amdgpu: add PSP 14.0.3 firmware +- amdgpu: add GC 12.0.1 kicker firmware +- amdgpu: update navy flounder firmware +- amdgpu: update SDMA 6.1.2 firmware +- amdgpu: update PSP 14.0.4 firmware +- amdgpu: update GC 11.5.2 firmware +- amdgpu: update yellow carp firmware +- amdgpu: update VCN 5.0.0 firmware +- amdgpu: update SDMA 7.0.1 firmware +- amdgpu: update PSP 14.0.3 firmware +- amdgpu: update GC 12.0.1 firmware +- amdgpu: update sienna cichlid firmware +- amdgpu: update vega20 firmware +- amdgpu: update SDMA 7.0.0 firmware +- amdgpu: update PSP 14.0.2 firmware +- amdgpu: update GC 12.0.0 firmware +- amdgpu: update vega12 firmware +- amdgpu: update vega10 firmware +- amdgpu: update VCN 3.1.2 firmware +- amdgpu: update PSP 13.0.5 firmware +- amdgpu: update GC 10.3.6 firmware +- amdgpu: update VCN 4.0.4 firmware +- amdgpu: update SDMA 6.0.2 firmware +- amdgpu: update PSP 13.0.7 firmware +- amdgpu: update GC 11.0.2 firmware +- amdgpu: update navi14 firmware +- amdgpu: update SDMA 6.0.3 firmware +- amdgpu: update PSP 13.0.10 firmware +- amdgpu: update GC 11.0.3 firmware +- amdgpu: update navi12 firmware +- amdgpu: update vangogh firmware +- amdgpu: update navi10 firmware +- amdgpu: update PSP 13.0.0 kicker firmware +- amdgpu: update VCN 5.0.1 firmware +- amdgpu: update PSP 13.0.12 firmware +- amdgpu: update GC 9.5.0 firmware +- amdgpu: update VCN 4.0.0 firmware +- amdgpu: update SDMA 6.0.0 firmware +- amdgpu: update GC 11.0.0 firmware +- amdgpu: update PSP 13.0.14 firmware +- amdgpu: update PSP 13.0.6 firmware +- amdgpu: update GC 9.4.3 firmware +- amdgpu: update vpe 6.1.1 firmware +- amdgpu: update VCN 4.0.6 firmware +- amdgpu: update SDMA 6.1.1 firmware +- amdgpu: update PSP 14.0.1 firmware +- amdgpu: update GC 11.5.1 firmware +- amdgpu: update PSP 13.0.11 firmware +- amdgpu: update GC 11.0.4 firmware +- amdgpu: update beige goby firmware +- amdgpu: update PSP 13.0.8 firmware +- amdgpu: update GC 10.3.7 firmware +- amdgpu: update VCN 4.0.5 firmware +- amdgpu: update PSP 14.0.0 firmware +- amdgpu: update GC 11.5.0 firmware +- amdgpu: update VCN 4.0.2 firmware +- amdgpu: update SDMA 6.0.1 firmware +- amdgpu: update PSP 13.0.4 firmware +- amdgpu: update GC 11.0.1 firmware +- amdgpu: update dimgrey_cavefish firmware +- amdgpu: update aldebaran firmware +- qca: Update Bluetooth WCN6750 1.1.3-00069 firmware to 1.1.3-00091 +- qcom: Add QDSP firmware file for Qualcomm QDU100 device. +- ath12k: WCN7850 hw2.0: update to WLAN.HMT.1.1.c5-00302-QCAHMTSWPL_V1.0_V2.0_SILICONZ-1.115823.3 +- ath12k: QCN9274 hw2.0: update to WLAN.WBE.1.5-01651-QCAHKSWPL_SILICONZ-1 +- ath11k: WCN6855 hw2.0: update board-2.bin +- ath11k: QCA6698AQ hw2.1: update to WLAN.HSP.1.1-04650-QCAHSPSWPL_V1_V2_SILICONZ_IOE-2 +- ath11k: QCA2066 hw2.1: update to WLAN.HSP.1.1-03926.13-QCAHSPSWPL_V2_SILICONZ_CE-2.52297.9 +- ath11k: QCA2066 hw2.1: update board-2.bin +- qcom: Update xbl_config firmware file. +- amdgpu: Update GCN 4.0.5 microcode +- amdgpu: Update SDMA 6.1.0 microcode +- amdgpu: Update GC 11.5.0 microcode +- qcom: Add QDU100 firmware image files required for booting. +- linux-firmware: Add firmware for airoha-npu driver +- linux-firmware: update firmware for MT7925 WiFi device +- mediatek MT7925: update bluetooth firmware to 20250721233113 +- qcom: Update DSP firmware for qcm6490 platform +- qcom: update Venus firmware file for v6.0 +- i915: Xe3LPD DMC v2.29 +- linux-firmware: Update AMD cpu microcode +- qcom: Add QCS6490 symlink for QUPv3 firmware +- qcom: Add firmware binary for SM8750. +- amdgpu: update dmcub fw for dcn314 +- cirrus: cs35l41: Add Firmware for various ASUS commercial Laptops using CS35L41 HDA +- cirrus: cs35l41: Update Firmware for Dell Oasis +- cirrus: cs35l56: Add firmware for Cirrus CS35L56 for various Dell laptops +- qcom: Add Audio topology for QCS6490 RB3Gen2 +- intel_vpu: Update NPU firmware +- amdgpu: update dmcub fw for various DCN version +- WHENCE: extract more license statements +- WHENCE: clarify io_ti origin +- amdgpu: Update GC 11.5.1 microcode +Resolves: RHEL-108845 + +* Wed Jul 16 2025 Denys Vlasenko - 20250716-154 +- Update linux-firmware to latest upstream (RHEL-95338) + Changes since the last update are noted on items below, copied from + the git changelog of upstream linux-firmware repository. +- rtw89: 8852b: update fw to v0.29.128.0 +- rtw89: 8852bt: update fw to v0.29.127.0 +- rtw89: 8922a: add regd fw element with version R72-R6 +- rtw89: 8852c: add regd fw element with version R72-R57 +- rtw89: 8922a: update BB parameter V49 +- qcom: Update gpu firmwares of QCS615 chipset +- linux-firmware: Update firmware file for Intel Solar core +- linux-firmware: Update firmware file for Intel BlazarU core +- linux-firmware: Update firmware file for Intel BlazarI core +- xe: Add fan_control v203.0.0.0 for BMG +- linux-firmware: Update AMD cpu microcode +- amdgpu: Add DCN 3.6 +- amdgpu: Add PSP 14.0.5 +- amdgpu: Add SDMA 6.1.3 +- amdgpu: Add GC 11.5.3 +- mediatek MT7921: update bluetooth firmware to 20250625154126 +- qcom/adreno: document firmware revisions +- qcom/adreno: move A610 and A702 ZAP files to Adreno driver section +- qcom: Add sdx61 Foxconn vendor firmware image file +- Revert "linux-firmware: Update firmware file for Intel Pulsar core" +- qcom/adreno: sort entries in WHENCE +- xe: First HuC release for Pantherlake +- xe: First GuC release for Pantherlake +- linux-firmware: update firmware for MT7921 WiFi device +- rtw89: 8922a: update fw to v0.35.80.0 +- rtw89: 8852c: update fw to v0.27.129.1 +- rtw89: 8852c: update fw to v0.27.128.0 +- WHENCE: extract license texts +- WHENCE: expand the advansys license statement +- WHENCE: some older AMD drivers are MIT licensed +- qcom: update firmware binary for SM8550 +- amdgpu: DMCUB updates for DCN401 +- qcom: venus-5.4: add the firmware binary for qcs615 +- Revert "qcom: Add sdx61 Foxconn vendor firmware image file" +- amdgpu: update dmcub fw for dcn401 +- qcom: Add sdx61 Foxconn vendor firmware image file +- brcm: Fix symlinks for Khadas VIM SDIO wifi config +- amdgpu: update renoir firmware +- amdgpu: update vcn 5.0.0 firmware +- amdgpu: update smu 14.0.3 firmware +- amdgpu: update sdma 7.0.1 firmware +- amdgpu: update psp 14.0.3 firmware +- amdgpu: update gc 12.0.1 firmware +- amdgpu: update navy flounder firmware +- amdgpu: update psp 14.0.4 firmware +- amdgpu: update gc 11.5.2 firmware +- amdgpu: update sienna cichlid firmware +- amdgpu: add raven2 ip discovery firmware +- amdgpu: update smu 14.0.2 firmware +- amdgpu: update sdma 7.0.0 firmware +- amdgpu: update psp 14.0.2 firmware +- amdgpu: update gc 12.0.0 firmware +- amdgpu: update vcn 4.0.6 firmware +- amdgpu: update psp 14.0.1 firmware +- amdgpu: update gc 11.5.1 firmware +- amdgpu: update psp 13.0.11 firmware +- amdgpu: update gc 11.0.4 firmware +- amdgpu: add picasso ip discovery firmware +- amdgpu: add raven ip discovery firmware +- amdgpu: update vega20 firmware +- amdgpu: update vega12 firmware +- amdgpu: update smu 13.0.7 firmware +- amdgpu: update vcn 4.0.4 firmware +- amdgpu: update psp 13.0.7 firmware +- amdgpu: update gc 11.0.2 firmware +- amdgpu: update navi14 firmware +- amdgpu: update vega10 firmware +- amdgpu: update gc 10.3.6 firmware +- amdgpu: update smu 13.0.10 firmware +- amdgpu: update psp 13.0.10 firmware +- amdgpu: update gc 11.0.3 firmware +- amdgpu: update navi12 firmware +- amdgpu: update vangogh firmware +- amdgpu: update navi10 firmware +- amdgpu: add smu 13.0.0 kicker firmware +- amdgpu: add psp 13.0.0 kicker firmware +- amdgpu: add gc 11.0.0 kicker firmware +- amdgpu: add vcn 5.0.1 firmware +- amdgpu: add sdma 4.4.4 firmware +- amdgpu: add psp 13.0.12 firmware +- amdgpu: add gc 9.5.0 firmware +- amdgpu: add arcturus IP discovery firmware +- amdgpu: update vcn 4.0.0 firmware +- amdgpu: update smu 13.0.0 firmware +- amdgpu: update psp 13.0.0 firmware +- amdgpu: update gc 11.0.0 firmware +- amdgpu: update psp 13.0.14 firmware +- amdgpu: update gc 9.4.4 firmware +- amdgpu: update psp 13.0.6 firmware +- amdgpu: update gc 9.4.3 firmware +- amdgpu: update beige_goby firmware +- amdgpu: update vcn 4.0.5 firmware +- amdgpu: update gc 11.5.0 firmware +- amdgpu: update vcn 4.0.2 firmware +- amdgpu: update gc 11.0.1 firmware +- amdgpu: update dimgrey_cavefish firmware +- amdgpu: update aldebaran firmware +- WHENCE: fix subtly incorrect licensing +- amdgpu: update dmcub fw for dcn32 and dcn401 +- mediatek: Update mt8186 SCP firmware +- amdgpu: Update DMCUB fw for DCN401 & DCN315 +- WHENCE: unify Driver statements +- qcom: add gpu firmwares for X1P42100 chipset +- QCA: Update WCN785x btusb firmware to 2.0.0-00799-5 +- rtl_nic: update firmware of RTL8153A +- qcom: sc8280xp: Updated power FW for X13s +- linux-firmware: update firmware for MT7986 +- linux-firmware: update firmware for MT7981 +- linux-firmware: update firmware for MT7916 +- cirrus: cs35l41: Add Firmware for ASUS NUC using CS35L41 +- Revert "iwlwifi: add Bz/gl FW for core96-76 release" +- amdgpu: DMCUB updates for various ASICs +- mediatek MT7922: update bluetooth firmware to 20250523103438 +- mediatek MT7921: update bluetooth firmware to 20250523111333 +- linux-firmware: update firmware for MT7922 WiFi device +- linux-firmware: update firmware for MT7921 WiFi device +Resolves: RHEL-95338 + +* Wed Jun 04 2025 Denys Vlasenko - 20250604-153 +- Update linux-firmware to latest upstream (RHEL-95338) + Changes since the last update are noted on items below, copied from + the git changelog of upstream linux-firmware repository. +- xe: Update GUC to v70.45.2 for BMG, LNL +- i915: Update GUC to v70.45.2 for DG2 +- xe: Update LNL GSC to v104.0.5.1429 +- amdgpu: DMCUB updates for various ASICs +- qcom: add QUPv3 firmware for QCS8300 platform +- Intel IPU7: Add firmware binary files +- ice: update wireless_edge package to 1.3.23.0 +- ice: update comms package to 1.3.55.0 +- ice: update package to 1.3.43.0 +- linux-firmware: Update firmware file for Intel Pulsar core +- linux-firmware: Update firmware file for Intel BlazarI core +- linux-firmware: Update firmware file for Intel Quasar core +- linux-firmware: Update firmware file for Intel Solar core +- linux-firmware: Update firmware file for Intel Magnetar core +- linux-firmware: Update firmware file for Intel BlazarU core +- iwlwifi: add Bz/gl FW for core96-76 release +- iwlwifi: update ty/So/Ma firmwares for core96-76 release +- iwlwifi: update cc/Qu/QuZ firmwares for core96-76 release +- iwlwifi: update firmwares for 8000 series +- iwlwifi: update 7265D firmware +- mediatek MT7925: update bluetooth firmware to 20250526153203 +- linux-firmware: update firmware for MT7925 WiFi device +- qcom: sc8280xp: FW blob updates for X13s +- brcm: Add symlinks for Khadas VIM SDIO wifi config to AW-CM256SM.txt +- ath12k: WCN7850 hw2.0: update to WLAN.HMT.1.1.c5-00284.1-QCAHMTSWPL_V1.0_V2.0_SILICONZ-3 +- cirrus: cs35l41: Fix firmware links for several ASUS laptops +- cirrus: cs35l41: Add Firmware for various HP Agusta Laptops using CS35L41 HDA +- Adjust QUPv3 driver name +- cnm: Add Chips&Media wave633c firmware for NXP i.MX9 +- qcom: add QUPv3 firmware for QCM6490 platform +- mediatek: Add mt8196 VCP firmware +- cirrus: cs35l41: Add Firmware for various ACER Laptops using CS35L41 HDA +- nvidia: add GSP-RM version 570.144 firmware images +- amdgpu: DMCUB updates for various ASICs +- powervr: add firmware for Imagination Technologies BXS-4-64 GPU +- rtl_bt: Update RTL8822C BT USB and UART firmware to 0x7C20 +- brcmfmac: Add a couple of NanoPi devices +- rtl_nic: add firmware rtl8127a-1 +- cnm: update chips&media wave521c firmware. +Resolves: RHEL-95338 + +* Wed May 14 2025 Denys Vlasenko - 20250513-152 +- Update linux-firmware to latest upstream (RHEL-87565) + Changes since the last update are noted on items below, copied from + the git changelog of upstream linux-firmware repository. +- intel_vpu: Update NPU firmware +- intel: avs: Update topology file for Digital Microphone Array +- amdgpu: updates for dcn 3.20 and dcn 4.01 firmware to 0.1.10.0 +- linux-firmware: Amphion: Update vpu firmware +- amd_pmf: Update AMD PMF TA Firmware to v3.1 +- amdgpu: update dcn 4.01 firmware to 0.1.8.0 +- qcom: Add link for SM8350 GPU firmware +- cirrus: cs35l56: Add firmware for Cirrus Amps for some Lenovo laptops +- cirrus: cs35l56: Add firmware for Cirrus Amps for some ASUS laptops +- cirrus: cs35l56: Update firmware for Cirrus Amps for some Lenovo laptops +- cirrus: cs35l56: Update firmware for Cirrus Amps for some Dell laptops +- linux-firmware: update firmware for MT7925 WiFi device +- mediatek MT7925: update bluetooth firmware to 20250425073330 +- rtw89: 8852c: add tables for dynamic antenna TXPWR +- rtw89: 8922a: update fw to v0.35.71.0 +- brcm: Add NVRAM file for Radxa Rock Pi X mini PC +- i915: Update Xe3LPD DMC to v2.23 +- rtl_bt: Update RTL8852B BT USB FW to 0x098B_154B +- ath11k: WCN6855 hw2.0: update board-2.bin +- ath11k: IPQ5018 hw1.0: update to WLAN.HK.2.6.0.1-01300-QCAHKSWPL_SILICONZ-1 +- ath12k: WCN7850 hw2.0: update to WLAN.HMT.1.1.c5-00284-QCAHMTSWPL_V1.0_V2.0_SILICONZ-3 +- ath12k: QCN9274 hw2.0: update board-2.bin +- qcom: vpu: update video firmware binary for SA8775p +- iwlwifi: add Bz/gl FW for core95-82 release +- iwlwifi: update ty/So/Ma firmwares for core95-82 release +- iwlwifi: update cc/Qu/QuZ firmwares for core95-82 release +- iwlwifi: add Bz-hr FW for core93-123 release +- qcom: add QUPv3 firmware for QCS9100 platform +- ASoC: tas2781: Swap channel for SPI projects. +- bmi260: Add BMI260 IMU initial configuration data file +- rtl_bt: Update RTL8852BT/RTL8852BE-VT BT USB FW to 0x1881_BA06 +- rtw89: 8922a: update element RF TXPWR to R40 +- rtw89: 8852c: update element RF TXPWR to R78 +- rtw89: 8852c: add fw v0.27.125.0 with format version 2 +- Revert "rtw89: 8852c: update fw to v0.27.125.0" +- qcom: vpu: add video firmware binary for qcm6490 +- contrib: process_linux_firmware: set user agent +- amdgpu: update vcn 4.0.5 firmware +- amdgpu: update psp 14.0.0 firmware +- amdgpu: update vcn 4.0.2 firmware +- amdgpu: update psp 13.0.4 firmware +- amdgpu: update gc 11.0.1 firmware +- amdgpu: update navy flounder firmware +- amdgpu: update psp 14.0.4 firmware +- amdgpu: update gc 11.5.2 firmware +- amdgpu: update vcn 5.0.0 firmware +- amdgpu: update smu 14.0.3 firmware +- amdgpu: update psp 14.0.3 firmware +- amdgpu: update gc 12.0.1 firmware +- amdgpu: update sienna cichlid firmware +- amdgpu: update yellow carp firmware +- amdgpu: update smu 14.0.2 firmware +- amdgpu: update psp 14.0.2 firmware +- amdgpu: update gc 12.0.0 firmware +- amdgpu: update vega20 firmware +- amdgpu: update navi14 firmware +- amdgpu: update vega12 firmware +- amdgpu: update vcn 4.0.4 firmware +- amdgpu: update smu 13.0.7 firmware +- amdgpu: update psp 13.0.7 firmware +- amdgpu: update gc 11.0.2 firmware +- amdgpu: update vega10 firmware +- amdgpu: update psp 13.0.5 firmware +- amdgpu: update navi12 firmware +- amdgpu: update psp 13.0.10 firmware +- amdgpu: update gc 11.0.3 firmware +- amdgpu: update navi10 firmware +- amdgpu: update vangogh firmware +- amdgpu: update picasso firmware +- amdgpu: update vcn 4.0.0 firmware +- amdgpu: update psp 13.0.0 firmware +- amdgpu: update gc 11.0.0 firmware +- amdgpu: update psp 13.0.14 firmware +- amdgpu: update gc 9.4.4 firmware +- amdgpu: update arcturus firmware +- amdgpu: update psp 13.0.6 firmware +- amdgpu: update gc 9.4.3 firmware +- amdgpu: update beige goby firmware +- amdgpu: update psp 13.0.8 firmware +- amdgpu: update psp 14.0.1 firmware +- amdgpu: update gc 11.5.1 firmware +- amdgpu: update psp 13.0.11 firmware +- amdgpu: update gc 11.0.4 firmware +- amdgpu: update dimgrey cavefish firmware +- amdgpu: update aldebaran firmware +- amdgpu: update dcn 4.01 frmware to 0.1.6.0 +- intel: ish: Update license file for ISH +- intel: avs: Update topology file for I2S Analog Devices 4567 +- intel: avs: Update topology file for I2S Realtek 5663 +- intel: avs: Update topology file for I2S Realtek 5640 +- intel: avs: Update topology file for I2S Realtek 5514 +- intel: avs: Update topology file for I2S Realtek 298 +- intel: avs: Update topology file for I2S Realtek 286 +- intel: avs: Update topology file for I2S Realtek 274 +- intel: avs: Update topology file for I2S Nuvoton 8825 +- intel: avs: Update topology file for I2S Maxim 98927 +- intel: avs: Update topology file for I2S Maxim 98373 +- intel: avs: Update topology file for I2S Maxim 98357a +- intel: avs: Update topology file for HDAudio codecs +- intel: avs: Update topology file for HDMI codecs +- intel: avs: Update topology file for Digital Microphone Array +- intel: avs: Update topology file for I2S Dialog 7219 +- xe: Update GUC to v70.44.1 for BMG and LNL +- i915: Update GUC to v70.44.1 for i915 platforms +- qcom:x1e80100: Iris Support for Lenovo T14s G6 Qualcomm platform +- qcom:x1e80100: Support for Lenovo Yoga Slim 7 Snapdragon platform +- Mellanox: Add new mlxsw_spectrum firmware xx.2014.4012 +- linux-firmware: add firmware for Aeonsemi AS21x1x 1G/2.5G/5G/10G Ethernet Phy +- QCA: Add 8 bluetooth nvm files for WCN785x btusb +- QCA: Update WCN785x btusb firmware to 2.0.0-00790-3 +- qcom: update firmware binary for SM8250 +- mediatek: Add new mt8195 SOF firmware +- mediatek: Add new mt8188 SOF firmware +- rtl_bt: Update RTL8852BT/RTL8852BE-VT BT USB FW to 0x17E9_16ED +- Revert "rtl_bt: Update RTL8852BT/RTL8852BE-VT BT USB FW to 0x0471_70A6" +- intel_vpu: Update NPU firmware +- cirrus: cs35l56: Correct filenames of SSID 103c8e1b and 103c8e1c +- rtl_bt: Update RTL8852BT/RTL8852BE-VT BT USB FW to 0x0471_70A6 +- amdgpu: update dcn 3.5 and dcn 3.5.1 firmware to 9.0.27.0 +- amdgpu: update dcn 3.1.4 firmware to 8.0.78.0 +- amdgpu: update dcn 4.01 firmware to 0.1.3.0 +- amdgpu: update dcn 3.5 firmware to 0.1.0.0 +- cirrus: cs35l41: Add Firmware for various HP Laptops using CS35L41 HDA +- cirrus: Add cs35l56 firmware symlinks for Asus UM5606KA +- qcom: Add DSP firmware for QCS8300 platform +- mediatek: Add MT8188 SCP firmware +- copy-firmware: fail gracefully if moreutils parallel is installed +- copy-firmware: make script smarter about bad parameters +- copy-firmware: add usage help text +- linux-firmware: Update firmware file for Intel BlazarI core +- qcom: Add Audio firmware for Lenovo Slim 7x +- qcom: Add Audio firmware for Lenovo T14s +- amdgpu: DMCUB updates for various ASICs +Resolves: RHEL-87565 + * Fri Mar 14 2025 Denys Vlasenko - 20250314-151 - accel: ivpu: Update firmware for NPU (RHEL-38587) Changes since the last update are noted on items below, copied from