diff --git a/linux-firmware.spec b/linux-firmware.spec index 44c87d6..e6e48a3 100644 --- a/linux-firmware.spec +++ b/linux-firmware.spec @@ -1,12 +1,12 @@ -%global checkout 06bad2f1 +%global checkout 79b5dac1 -%global firmware_release 125 +%global firmware_release 126 %global _firmwarepath /usr/lib/firmware %define _binaries_in_noarch_packages_terminate_build 0 Name: linux-firmware -Version: 20241014 +Version: 20241119 Release: %{firmware_release}.git%{checkout}%{?dist} Summary: Firmware files used by the Linux kernel License: GPL+ and GPLv2+ and MIT and Redistributable, no modification permitted @@ -265,14 +265,21 @@ Firmware for Marvell Libertas SD 8787 Network Adapter mkdir -p $RPM_BUILD_ROOT/%{_firmwarepath} mkdir -p $RPM_BUILD_ROOT/%{_firmwarepath}/updates -# Move amd-ucode readme to docs directory due to dracut issue (RHEL-16799) -mkdir -p %{buildroot}/%{_defaultdocdir}/%{name}/amd-ucode -mv -f amd-ucode/README %{buildroot}/%{_defaultdocdir}/%{name}/amd-ucode - -# install-nodedup: just "install" requires rdfind -make DESTDIR=%{buildroot}/ FIRMWAREDIR=%{_firmwarepath} install-nodedup +%if 0%{?fedora} >= 34 || 0%{?rhel} >= 9 +make DESTDIR=%{buildroot}/ FIRMWAREDIR=%{_firmwarepath} install-xz +%else +make DESTDIR=%{buildroot}/ FIRMWAREDIR=%{_firmwarepath} install +%endif +#Cleanup files we don't want to ship pushd $RPM_BUILD_ROOT/%{_firmwarepath} +# Move amd-ucode readme to docs directory due to dracut issue (RHEL-15387) +mkdir -p %{buildroot}/%{_defaultdocdir}/%{name}/amd-ucode +%if 0%{?fedora} >= 34 || 0%{?rhel} >= 9 +mv -f amd-ucode/README.xz %{buildroot}/%{_defaultdocdir}/%{name}/amd-ucode +%else +mv -f amd-ucode/README %{buildroot}/%{_defaultdocdir}/%{name}/amd-ucode +%endif # Remove firmware shipped in separate packages already # Perhaps these should be built as subpackages of linux-firmware? rm -rf ess korg sb16 yamaha @@ -429,6 +436,69 @@ sed -e 's/^/%%dir /' linux-firmware.dirs >> linux-firmware.files %config(noreplace) %{_firmwarepath}/netronome/nic_AMDA* %changelog +* Tue Nov 19 2024 Denys Vlasenko - 20241119-126.git79b5dac1 +- Update linux-firmware to latest upstream (RHEL-68279) +  Changes since the last update are noted on items below, copied from +  the git changelog of upstream linux-firmware repository. +- iwlwifi: add Bz-gf FW for core91-69 release +- Merge https://github.com/zijun-hu/qca_btfw into qca +- qcom: venus-5.4: add venus firmware file for qcs615 +- qcom: update venus firmware file for SC7280 +- QCA: Add 22 bluetooth firmware nvm files for QCA2066 +- mediatek MT7922: update bluetooth firmware to 20241106163512 +- mediatek MT7921: update bluetooth firmware to 20241106151414 +- linux-firmware: update firmware for MT7922 WiFi device +- linux-firmware: update firmware for MT7921 WiFi device +- qcom: Add QDU100 firmware image files. +- qcom: Update aic100 firmware files +- dedup-firmware.sh: fix infinite loop for --verbose +- rtl_bt: Update RTL8852BT/RTL8852BE-VT BT USB FW to 0x04D7_63F7 +- cnm: update chips&media wave521c firmware. +- mediatek MT7920: update bluetooth firmware to 20241104091246 +- linux-firmware: update firmware for MT7920 WiFi device +- copy-firmware.sh: Run check_whence.py only if in a git repo +- cirrus: cs35l56: Add firmware for Cirrus CS35L56 for various Dell laptops +- amdgpu: update DMCUB to v9.0.10.0 for DCN351 +- rtw89: 8852a: update fw to v0.13.36.2 +- rtw88: Add firmware v52.14.0 for RTL8812AU +- i915: Update Xe2LPD DMC to v2.23 +- linux-firmware: update firmware for mediatek bluetooth chip (MT7925) +- linux-firmware: update firmware for MT7925 WiFi device +- WHENCE: Add sof-tolg for mt8195 +- linux-firmware: Update firmware file for Intel BlazarI core +- qcom: Add link for QCS6490 GPU firmware +- qcom: update gpu firmwares for qcs615 chipset +- cirrus: cs35l56: Update firmware for Cirrus Amps for some HP laptops +- ath11k: move WCN6750 firmware to the device-specific subdir +- xe: Update LNL GSC to v104.0.0.1263 +- i915: Update MTL/ARL GSC to v102.1.15.1926 +- amdgpu: DMCUB updates for various AMDGPU ASICs +- mediatek: Add sof-tolg for mt8195 +- i915: Add Xe3LPD DMC +- cnm: update chips&media wave521c firmware. +- linux-firmware: Add firmware for Cirrus CS35L41 +- linux-firmware: Update firmware file for Intel BlazarU core +- Makefile: error out of 'install' if COPYOPTS is set +- check_whence.py: skip some validation if git ls-files fails +- qcom: Add Audio firmware for X1E80100 CRD/QCPs +- amdgpu: DMCUB updates forvarious AMDGPU ASICs +- brcm: replace NVRAM for Jetson TX1 +- rtlwifi: Update firmware for RTL8192FU to v7.3 +- make: separate installation and de-duplication targets +- check_whence.py: check the permissions +- Remove execute bit from firmware files +- configure: remove unused file +- rtl_nic: add firmware rtl8125d-1 +- iwlwifi: add gl/Bz FW for core91-69 release +- iwlwifi: update ty/So/Ma firmwares for core91-69 release +- iwlwifi: update cc/Qu/QuZ firmwares for core91-69 release +- Merge https://github.com/zijun-hu/qca_btfw into wcn785x +- cirrus: cs35l56: Add firmware for Cirrus CS35L56 for a Lenovo Laptop +- cirrus: cs35l56: Add firmware for Cirrus CS35L56 for some ASUS laptops +- cirrus: cs35l56: Add firmware for Cirrus Amps for some HP laptops +- linux-firmware: update firmware for en8811h 2.5G ethernet phy +Resolves: RHEL-68279 + * Mon Oct 14 2024 Denys Vlasenko - 20241014-125.git06bad2f1 - Update linux-firmware to latest upstream (RHEL-62359)   Changes since the last update are noted on items below, copied from diff --git a/sources b/sources index db3f3e9..26b6e52 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (linux-firmware-20241014.tar.xz) = 0ebd263a03e8da35e299e6e77b843f14997c30f3d76f8df44fa43e9ad2ba82c213223225480aff1fe4bc23e84d7fb18765f14f3bfcad769980013232f8285ba1 +SHA512 (linux-firmware-20241119.tar.xz) = 86c577204a0a547dfbd38fe4cae5f310bb3d350b350b4c3b256d80e174ee08607fcdb87e5749bc20802cdce5e61295d41534f2fef9b3d11d707eb3c6f8d093cd