import CS linux-firmware-20251111-158.el9_3
This commit is contained in:
parent
57f8950b0a
commit
57e169d676
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/linux-firmware-20251008.tar.xz
|
||||
SOURCES/linux-firmware-20251111.tar.xz
|
||||
|
||||
@ -1 +1 @@
|
||||
c48bb1e02b6b6044c1527ae2bbf6d1359fc8b509 SOURCES/linux-firmware-20251008.tar.xz
|
||||
c1c5532e4aa9b4afb48c89c018147af1cf04c2b9 SOURCES/linux-firmware-20251111.tar.xz
|
||||
|
||||
@ -1,11 +1,11 @@
|
||||
%global debug_package %{nil}
|
||||
%global firmware_release 151.5
|
||||
%global firmware_release 158
|
||||
|
||||
%global _firmwarepath /usr/lib/firmware
|
||||
%define _binaries_in_noarch_packages_terminate_build 0
|
||||
|
||||
Name: linux-firmware
|
||||
Version: 20251008
|
||||
Version: 20251111
|
||||
Release: %{firmware_release}%{?dist}
|
||||
Summary: Firmware files used by the Linux kernel
|
||||
License: GPL+ and GPLv2+ and MIT and Redistributable, no modification permitted
|
||||
@ -330,7 +330,9 @@ find . \! -type d > $FILEDIR/linux-firmware.files
|
||||
find . -type d | sed -e '/^.$/d' > $FILEDIR/linux-firmware.dirs
|
||||
popd
|
||||
sed -i -e 's:^./::' linux-firmware.{files,dirs}
|
||||
sed -i -e '/^iwlwifi/d' \
|
||||
sed \
|
||||
-i -e '/^iwlwifi/d' \
|
||||
-i -e '/^intel\/iwlwifi\/iwlwifi/d' \
|
||||
-i -e '/^libertas\/sd8686/d' \
|
||||
-i -e '/^libertas\/usb8388/d' \
|
||||
-i -e '/^mrvl\/sd8787/d' \
|
||||
@ -352,63 +354,79 @@ sed -e 's/^/%%dir /' linux-firmware.dirs >> linux-firmware.files
|
||||
%files -n iwl100-firmware
|
||||
%license LICENCE.iwlwifi_firmware
|
||||
%{_firmwarepath}/iwlwifi-100-5.ucode*
|
||||
%{_firmwarepath}/intel/iwlwifi/iwlwifi-100-5.ucode*
|
||||
|
||||
%files -n iwl105-firmware
|
||||
%license LICENCE.iwlwifi_firmware
|
||||
%{_firmwarepath}/iwlwifi-105-*.ucode*
|
||||
%{_firmwarepath}/intel/iwlwifi/iwlwifi-105-*.ucode*
|
||||
|
||||
%files -n iwl135-firmware
|
||||
%license LICENCE.iwlwifi_firmware
|
||||
%{_firmwarepath}/iwlwifi-135-*.ucode*
|
||||
%{_firmwarepath}/intel/iwlwifi/iwlwifi-135-*.ucode*
|
||||
|
||||
%files -n iwl1000-firmware
|
||||
%license LICENCE.iwlwifi_firmware
|
||||
%{_firmwarepath}/iwlwifi-1000-*.ucode*
|
||||
%{_firmwarepath}/intel/iwlwifi/iwlwifi-1000-*.ucode*
|
||||
|
||||
%files -n iwl2000-firmware
|
||||
%license LICENCE.iwlwifi_firmware
|
||||
%{_firmwarepath}/iwlwifi-2000-*.ucode*
|
||||
%{_firmwarepath}/intel/iwlwifi/iwlwifi-2000-*.ucode*
|
||||
|
||||
%files -n iwl2030-firmware
|
||||
%license LICENCE.iwlwifi_firmware
|
||||
%{_firmwarepath}/iwlwifi-2030-*.ucode*
|
||||
%{_firmwarepath}/intel/iwlwifi/iwlwifi-2030-*.ucode*
|
||||
|
||||
%files -n iwl3160-firmware
|
||||
%license LICENCE.iwlwifi_firmware
|
||||
%{_firmwarepath}/iwlwifi-3160-*.ucode*
|
||||
%{_firmwarepath}/iwlwifi-3168-*.ucode*
|
||||
%{_firmwarepath}/intel/iwlwifi/iwlwifi-3160-*.ucode*
|
||||
%{_firmwarepath}/intel/iwlwifi/iwlwifi-3168-*.ucode*
|
||||
|
||||
%files -n iwl3945-firmware
|
||||
%license LICENCE.iwlwifi_firmware
|
||||
%{_firmwarepath}/iwlwifi-3945-*.ucode*
|
||||
%{_firmwarepath}/intel/iwlwifi/iwlwifi-3945-*.ucode*
|
||||
|
||||
%files -n iwl4965-firmware
|
||||
%license LICENCE.iwlwifi_firmware
|
||||
%{_firmwarepath}/iwlwifi-4965-*.ucode*
|
||||
%{_firmwarepath}/intel/iwlwifi/iwlwifi-4965-*.ucode*
|
||||
|
||||
%files -n iwl5000-firmware
|
||||
%license LICENCE.iwlwifi_firmware
|
||||
%{_firmwarepath}/iwlwifi-5000-*.ucode*
|
||||
%{_firmwarepath}/intel/iwlwifi/iwlwifi-5000-*.ucode*
|
||||
|
||||
%files -n iwl5150-firmware
|
||||
%license LICENCE.iwlwifi_firmware
|
||||
%{_firmwarepath}/iwlwifi-5150-*.ucode*
|
||||
%{_firmwarepath}/intel/iwlwifi/iwlwifi-5150-*.ucode*
|
||||
|
||||
%files -n iwl6000-firmware
|
||||
%license LICENCE.iwlwifi_firmware
|
||||
%{_firmwarepath}/iwlwifi-6000-*.ucode*
|
||||
%{_firmwarepath}/intel/iwlwifi/iwlwifi-6000-*.ucode*
|
||||
|
||||
%files -n iwl6000g2a-firmware
|
||||
%license LICENCE.iwlwifi_firmware
|
||||
%{_firmwarepath}/iwlwifi-6000g2a-*.ucode*
|
||||
%{_firmwarepath}/intel/iwlwifi/iwlwifi-6000g2a-*.ucode*
|
||||
|
||||
%files -n iwl6000g2b-firmware
|
||||
%license LICENCE.iwlwifi_firmware
|
||||
%{_firmwarepath}/iwlwifi-6000g2b-*.ucode*
|
||||
%{_firmwarepath}/intel/iwlwifi/iwlwifi-6000g2b-*.ucode*
|
||||
|
||||
%files -n iwl6050-firmware
|
||||
%license LICENCE.iwlwifi_firmware
|
||||
%{_firmwarepath}/iwlwifi-6050-*.ucode*
|
||||
%{_firmwarepath}/intel/iwlwifi/iwlwifi-6050-*.ucode*
|
||||
|
||||
%files -n iwl7260-firmware
|
||||
%license LICENCE.iwlwifi_firmware
|
||||
@ -419,6 +437,13 @@ sed -e 's/^/%%dir /' linux-firmware.dirs >> linux-firmware.files
|
||||
%{_firmwarepath}/iwlwifi-8265-*.ucode*
|
||||
%{_firmwarepath}/iwlwifi-9000-*.ucode*
|
||||
%{_firmwarepath}/iwlwifi-9260-*.ucode*
|
||||
%{_firmwarepath}/intel/iwlwifi/iwlwifi-7260-*.ucode*
|
||||
%{_firmwarepath}/intel/iwlwifi/iwlwifi-7265-*.ucode*
|
||||
%{_firmwarepath}/intel/iwlwifi/iwlwifi-7265D-*.ucode*
|
||||
%{_firmwarepath}/intel/iwlwifi/iwlwifi-8000C-*.ucode*
|
||||
%{_firmwarepath}/intel/iwlwifi/iwlwifi-8265-*.ucode*
|
||||
%{_firmwarepath}/intel/iwlwifi/iwlwifi-9000-*.ucode*
|
||||
%{_firmwarepath}/intel/iwlwifi/iwlwifi-9260-*.ucode*
|
||||
%{_firmwarepath}/iwlwifi-cc-a0-*.ucode*
|
||||
%{_firmwarepath}/iwlwifi-gl-c0*
|
||||
%{_firmwarepath}/iwlwifi-ma-b0*
|
||||
@ -429,6 +454,13 @@ sed -e 's/^/%%dir /' linux-firmware.dirs >> linux-firmware.files
|
||||
%{_firmwarepath}/iwlwifi-so-a0-*.pnvm*
|
||||
%{_firmwarepath}/iwlwifi-bz-b0-*.ucode*
|
||||
%{_firmwarepath}/iwlwifi-bz-b0-*.pnvm*
|
||||
%{_firmwarepath}/intel/iwlwifi/iwlwifi-cc-a0-*.ucode*
|
||||
%{_firmwarepath}/intel/iwlwifi/iwlwifi-gl-c0*
|
||||
%{_firmwarepath}/intel/iwlwifi/iwlwifi-ma-b0*
|
||||
%{_firmwarepath}/intel/iwlwifi/iwlwifi-Qu*.ucode*
|
||||
%{_firmwarepath}/intel/iwlwifi/iwlwifi-ty-a0*
|
||||
%{_firmwarepath}/intel/iwlwifi/iwlwifi-so-a0*
|
||||
%{_firmwarepath}/intel/iwlwifi/iwlwifi-bz-b0*
|
||||
|
||||
%files -n libertas-usb8388-firmware
|
||||
%license LICENCE.Marvell
|
||||
@ -516,10 +548,226 @@ if st and st.type == "directory" then
|
||||
end
|
||||
|
||||
%changelog
|
||||
* Wed Nov 05 2025 Eduard Abdullin <eabdullin@almalinux.org> - 20251008-151.5
|
||||
- Update linux-firmware to 20251008
|
||||
* Sat Nov 15 2025 Denys Vlasenko <dvlasenk@redhat.com> - 20251111-158
|
||||
- Fix placement of several iwlwifi files in iwl*-firmware
|
||||
- Correct changelog dates
|
||||
Resolves: RHEL-128087
|
||||
|
||||
* Tue Aug 12 2025 Denys Vlasenko <dvlasenk@redhat.com> - 20250812-151.4
|
||||
* Fri Nov 14 2025 Denys Vlasenko <dvlasenk@redhat.com> - 20251111-157
|
||||
- Fix duplicate iwlwifi files in iwl*-firmware and linux-firmware packages
|
||||
Resolves: RHEL-128087
|
||||
|
||||
* Tue Nov 11 2025 Denys Vlasenko <dvlasenk@redhat.com> - 20251111-156
|
||||
- Update linux-firmware to latest upstream (RHEL-128087)
|
||||
Changes since the last update are noted on items below, copied from
|
||||
the git changelog of upstream linux-firmware repository.
|
||||
- rtl_bt: Update RTL8922A BT USB firmware to 0x41C0_C905
|
||||
- linux-firmware: add firmware for mt7987 internal 2.5G ethernet phy
|
||||
- rtw88: 8822b: Update firmware to v30.20.0
|
||||
- rtl_nic: add firmware rtl8125k-1
|
||||
- ASoC: tas2781: Update dsp firmware for HP and ASUS projects
|
||||
- ASoC: tas2781: Update dsp firmware for HP and ASUS projects
|
||||
- amdgpu: DMCUB updates for various ASICs
|
||||
- amdgpu: DMCUB updates for various ASICs
|
||||
- qcom: add SOCCP firmware for kaanapali platform
|
||||
- xe: Update GUC to v70.53.0 for BMG, LNL, PTL
|
||||
- i915: Update GUC to v70.53.0 for DG2, MTL
|
||||
- rtw89: 8851b: update fw to v0.29.41.5
|
||||
- rtw89: 8852b: update fw to v0.29.128.0 with format suffix -2
|
||||
- rtw89: 8852b: update fw to v0.29.29.14
|
||||
- Revert "rtw89: 8852b: update fw to v0.29.128.0"
|
||||
- rtw89: 8852bt: update fw to v0.29.127.0 with format suffix -1
|
||||
- rtw89: 8852bt: update fw to v0.29.122.1
|
||||
- Revert "rtw89: 8852bt: update fw to v0.29.127.0"
|
||||
- linux-firmware: Update firmware file for Intel BlazarU core
|
||||
- linux-firmware: Update firmware file for Intel BlazarI core
|
||||
- linux-firmware: Create audio folder in ti folder, and move all the audio firmwares into it
|
||||
- amdgpu: DMCUB updates for various ASICs
|
||||
- linux-firmware: Update WHENCE for microcode_amd_fam19h.bin
|
||||
- linux-firmware: Update AMD cpu microcode
|
||||
- linux-firmware: update firmware for MT7925 WiFi device
|
||||
- mediatek MT7925: update bluetooth firmware to 20251015213201
|
||||
- rtl_bt: Add firmware and config files for RTL8761CUV
|
||||
- linux-firmware: Update AMD cpu microcode
|
||||
- qcom: add ADSP firmware for kaanapali platform
|
||||
- amdgpu: DMCUB updates for various ASICs
|
||||
- linux-firmware: Renaming the file to cover a wide range of HP Lunar Lake system.
|
||||
- mediatek MT7920: update bluetooth firmware to 20251020151255
|
||||
- linux-firmware: update firmware for MT7922 WiFi device
|
||||
- linux-firmware: update firmware for MT7920 WiFi device
|
||||
- amd-ucode: Fix minimum revisions in README
|
||||
- cirrus: cs35l41: Rename various Asus Laptop firmware files to not have Speaker ID
|
||||
- mediatek MT7922: update bluetooth firmware to 20251020143443
|
||||
- Revert "linux-firmware: update firmware for MT7922 WiFi device"
|
||||
- QCA: Update Bluetooth WCN6856 firmware 2.1.0-00653 to 2.1.0-00659
|
||||
- iwlwifi: add Bz/Fm and gl FW for core98-161 release
|
||||
- iwlwifi: update Bz/Hr and Bz/Gf firmwares for core98-161 release
|
||||
- iwlwifi: update ty/So/Ma firmwares for core98-161 release
|
||||
- iwlwifi: update cc/Qu/QuZ firmwares for core98-161 release
|
||||
- intel: qat: Fix missing link
|
||||
- amdgpu: DMCUB updates for various ASICs
|
||||
- nvidia: add generic bootloader for GSP-enabled systems
|
||||
- linux-firmware: qcom: sync audioreach firmwares from v1.0.0 build
|
||||
- qcom: vpu: rename firmware binaries
|
||||
- Intel IPU7: Update product signed firmware binary
|
||||
- i915: Xe2LPD DMC v2.29
|
||||
- i915: Xe3LPD DMC v2.32
|
||||
- i915: Xe3LPD_3002 DMC v2.27
|
||||
- WHENCE: nvidia: rearrange GSP-RM firmware lines
|
||||
- linux-firmware: Add ISH firmware file for Intel Pather Lake platform
|
||||
- linux-firmware: Update firmware file for Intel Magnetar core
|
||||
- linux-firmware: Update firmware file for Intel BlazarU core
|
||||
- linux-firmware: Update firmware file for Intel BlazarI core
|
||||
- qcom: add CDSP firmware for kaanapali platform
|
||||
- qcom: add version for A650 GMU firmware
|
||||
- qca: Update Bluetooth WCN6750 1.1.3-00091 firmware to 1.1.3-00100
|
||||
- qcom: Add firmwares for Kaanapali GPU
|
||||
- qcom: Update A623 GMU fw
|
||||
- qcom: Fix QCS615 chipset's GPU secure fw
|
||||
- qcom: Update DSP firmware for sa8775p platform
|
||||
- amdgpu: DMCUB updates for various ASICs
|
||||
- WHENCE: remove link for Kaanapali video firmware
|
||||
- intel_vpu: Update NPU firmware
|
||||
- linux-firmware: Add Dell ISH firmware for Intel Lunar Lake systems
|
||||
- Update VCN for Navi1x, Green Sardine and Renoir
|
||||
- WHENCE: extract multitech license text
|
||||
- WHENCE: extract ueagle license
|
||||
- WHENCE: use LICENCE.sensoray for s2255drv
|
||||
- WHENCE: rename LICENCE.go7007-s2250 to LICENCE.sensoray
|
||||
- WHENCE: clean up emi62 and yam license statements
|
||||
- qcom: vpu: update video firmware binary for SM8550
|
||||
- rtl_bt: Update RTL8852BT/RTL8852BE-VT BT USB FW to 0x3BAC_ADBA
|
||||
- qcom: vpu: add video firmware for Kaanapali
|
||||
- qcom: Update DSP firmware for qcs8300 platform.
|
||||
- qcom: Add Audio topology for HAMOA-EVK
|
||||
- intel/ish:Add ISH firmware file for Intel Lunar Lake platform
|
||||
- mediatek: update firmware version info for MT7986/81/16
|
||||
- linux-firmware: ql2500_fw: update ISP25xx Firmware
|
||||
- qcom: Update aic100 firmware files
|
||||
- qcom: Add audio topology and ADSP firmware for qcs6490-radxa-dragon-q6a
|
||||
- amdgpu: DMCUB updates for various ASICs
|
||||
- mediatek: mtk_wed: drop links for mt7988
|
||||
- Revert "amdgpu: update gc 10.3.6 firmware"
|
||||
- qcom: Update DSP firmware for qcs8300 platform.
|
||||
- powervr: update firmware for Imagination Technologies BXS-4-64 GPU
|
||||
- qcom: Update DSP firmware for sa8775p platform.
|
||||
- amdgpu: DMCUB updates for various ASICs
|
||||
- ath12k: WCN7850 hw2.0: update board-2.bin
|
||||
- qcom: move LEMANS EVK firmware to correct location
|
||||
- amdgpu: update PSP 14.0.3 kicker firmware
|
||||
- amdgpu: update vega20 firmware
|
||||
- amdgpu: update vega12 firmware
|
||||
- amdgpu: update vega10 firmware
|
||||
- amdgpu: update vangogh firmware
|
||||
- amdgpu: update VCN 4.0.6 firmware
|
||||
- amdgpu: update PSP 14.0.1 firmware
|
||||
- amdgpu: update GC 11.5.1 firmware
|
||||
- amdgpu: update VCN 4.0.5 firmware
|
||||
- amdgpu: update VPE 6.1.0 firmware
|
||||
- amdgpu: update PSP 14.0.0 firmware
|
||||
- amdgpu: update GC 11.5.0 firmware
|
||||
- amdgpu: update renoir firmware
|
||||
- amdgpu: update yellow carp firmware
|
||||
- amdgpu: update VCN 3.1.2 firmware
|
||||
- amdgpu: update PSP 13.0.5 firmware
|
||||
- amdgpu: update GC 10.3.6 firmware
|
||||
- amdgpu: update PSP 13.0.11 firmware
|
||||
- amdgpu: update GC 11.0.4 firmware
|
||||
- amdgpu: update VCN 4.0.2 firmware
|
||||
- amdgpu: update PSP 13.0.4 firmware
|
||||
- amdgpu: update GC 11.0.1 firmware
|
||||
- amdgpu: update VCN 5.0.0 firmware
|
||||
- amdgpu: update PSP 14.0.3 firmware
|
||||
- amdgpu: update GC 12.0.1 firmware
|
||||
- amdgpu: update SMU 14.0.2 firmware
|
||||
- amdgpu: update PSP 14.0.2 firmware
|
||||
- amdgpu: update GC 12.0.0 firmware
|
||||
- amdgpu: update VCN 4.0.4 firmware
|
||||
- amdgpu: update PSP 13.0.7 firmware
|
||||
- amdgpu: update GC 11.0.2 firmware
|
||||
- amdgpu: update SMU 13.0.10 firmware
|
||||
- amdgpu: update PSP 13.0.10 firmware
|
||||
- amdgpu: update GC 11.0.3 firmware
|
||||
- amdgpu: update SMU 13.0.0 kicker firmware
|
||||
- amdgpu: update PSP 13.0.0 kicker firmware
|
||||
- amdgpu: update VCN 4.0.0 firmware
|
||||
- amdgpu: update SDMA 6.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 beige goby firmware
|
||||
- amdgpu: update dimgrey cavefish firmware
|
||||
- amdgpu: update navy flounder firmware
|
||||
- amdgpu: update sienna cichlid firmware
|
||||
- amdgpu: update navi14 firmware
|
||||
- amdgpu: update navi12 firmware
|
||||
- amdgpu: update navi10 firmware
|
||||
- amdgpu: update VCN 5.0.1 firmware
|
||||
- amdgpu: update PSP 13.0.12 firmware
|
||||
- amdgpu: update GC 9.5.0 firmware
|
||||
- amdgpu: update PSP 13.0.14 firmware
|
||||
- amdgpu: update GC 9.4.4 firmware
|
||||
- amdgpu: update SDMA 6.1.3 firmware
|
||||
- amdgpu: update PSP 14.0.5 firmware
|
||||
- amdgpu: update GC 11.5.3 firmware
|
||||
- amdgpu: update VPE 6.1.3 firmware
|
||||
- amdgpu: update PSP 14.0.4 firmware
|
||||
- amdgpu: update GC 11.5.2 firmware
|
||||
- amdgpu: update green sardine firmware
|
||||
- amdgpu: update VCN 4.0.3 firmware
|
||||
- amdgpu: update PSP 13.0.6 firmware
|
||||
- amdgpu: update GC 9.4.3 firmware
|
||||
- linux-firmware: update firmware for en8811h 2.5G ethernet phy
|
||||
- amdgpu: DMCUB updates for various ASICs
|
||||
- intel/ish: Add firmware for LENOVO THINKPAD X1 2-in-1 Gen 10
|
||||
- mediatek MT7922: update bluetooth firmware to 20250903123504
|
||||
- linux-firmware: update firmware for MT7922 WiFi device
|
||||
- qcom: move Monaco EVK topology from qcs8275 to qcs8300 subdir
|
||||
- qcom: Add Audio topology for MONACO-EVK
|
||||
- qcom: add CDSP firmware for qcs615 platform
|
||||
- qcom: Add Audio topology for LEMANS-EVK
|
||||
- ath12k: WCN7850 hw2.0@ncm865: add to WLAN.IOE_HMT.1.1-00018-QCAHMTSWPL_V1.0_V2.0_SILICONZ-1
|
||||
- linux-firmware: update firmware for MT7925 WiFi device
|
||||
- mediatek MT7925:update bluetooth firmware to 20250825220109 Update binary firmware for MT7925 BT devices.
|
||||
- qcom: vpu: update firmware binaries to fix encoder drain handling
|
||||
- intel_vpu: Update NPU firmware
|
||||
- Revert "cs35l56: Rename firmware for Thinkbook 16P Gen6 (17AA3921) without multiple speakers"
|
||||
- cs35l56: Rename firmware for Thinkbook 16P Gen6 (17AA3921) without multiple speakers
|
||||
- xe: Update GUC to v70.49.4 for BMG, LNL, PTL
|
||||
- i915: Update GUC to v70.49.4 for ADL-P, DG1, DG2, MTL, TGL
|
||||
- qcom: add ADSP firmware for qcs615 platform
|
||||
- rtl_bt: Update RTL8822C BT USB firmware to 0x2B66_D962
|
||||
- iwlwifi: add Bz-HR FW for core90-93 release
|
||||
- Fix link entry for qat_895xcc.bin
|
||||
- Move QAT firmware to intel/ subdirectory
|
||||
- Move all iwlwifi top level files to intel/ directory
|
||||
- Revert "intel/ish: Add firmware for LENOVO THINKPAD X1 2-in-1 Gen 10"
|
||||
- ath11k: Support WCN6855 hw2.1 with NFA firmware variant
|
||||
- amdgpu: Update ISP FW for isp v4.1.1
|
||||
- Update README.md to clarify S-o-b requirements
|
||||
- firmware: qcom: Reorder VPU firmware entries in WHENCE
|
||||
- intel_vpu: Update NPU firmware
|
||||
- amdgpu: DMCUB updates for various ASICs
|
||||
- intel/ish: Add firmware for LENOVO THINKPAD X1 2-in-1 Gen 10
|
||||
- cirrus: cs35l41: Move entries to correct driver section in WHENCE
|
||||
- cirrus: cs35l56: Update firmware for Cirrus Amps for some Lenovo laptops
|
||||
- ath11k: WCN6855 hw2.0@nfa765: add to WLAN.HSP.1.1-04685-QCAHSPSWPL_V1_V2_SILICONZ_IOE-1
|
||||
- cirrus: cs35l56: Add firmware for Cirrus Amps for some Lenovo laptops
|
||||
- qcom: Add firmware binary for SM8650.
|
||||
- Link rtl8723b_config.bin to rtl8723bs
|
||||
- rtw89: 8922a: update fw to v0.35.80.3
|
||||
- rtw89: 8852c: update fw to v0.27.129.4
|
||||
- rtw89: 8852c: update fw to v0.27.129.3
|
||||
- qcom: add CDSP firmware for x1e80100 platform
|
||||
- iwlwifi: add Bz/gl FW for core97-84 release
|
||||
- iwlwifi: update ty/So/Ma firmwares for core97-84 release
|
||||
- iwlwifi: update cc/Qu/QuZ firmwares for core97-84 release
|
||||
- amdgpu: DMCUB updates for various ASICs
|
||||
- realtek: rt1321: Add patch firmware of MCU
|
||||
- mediatek: Add MT8189 SCP firmware
|
||||
Resolves: RHEL-128087
|
||||
|
||||
* Tue Aug 12 2025 Denys Vlasenko <dvlasenk@redhat.com> - 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.
|
||||
@ -622,7 +870,7 @@ end
|
||||
- amdgpu: Update GC 11.5.1 microcode
|
||||
Resolves: RHEL-108845
|
||||
|
||||
* Wed Jul 16 2025 Denys Vlasenko <dvlasenk@redhat.com> - 20250716-151.3
|
||||
* Wed Jul 16 2025 Denys Vlasenko <dvlasenk@redhat.com> - 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.
|
||||
@ -744,7 +992,7 @@ Resolves: RHEL-108845
|
||||
- linux-firmware: update firmware for MT7921 WiFi device
|
||||
Resolves: RHEL-95338
|
||||
|
||||
* Wed Jun 04 2025 Denys Vlasenko <dvlasenk@redhat.com> - 20250604-151.2
|
||||
* Wed Jun 04 2025 Denys Vlasenko <dvlasenk@redhat.com> - 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.
|
||||
@ -789,7 +1037,7 @@ Resolves: RHEL-95338
|
||||
- cnm: update chips&media wave521c firmware.
|
||||
Resolves: RHEL-95338
|
||||
|
||||
* Wed May 14 2025 Denys Vlasenko <dvlasenk@redhat.com> - 20250513-151.1
|
||||
* Wed May 14 2025 Denys Vlasenko <dvlasenk@redhat.com> - 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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user