diff --git a/download b/download index 89dda0f5d00298977b90a53734f8a95454783c70..6ade88d348ca0d241844e21c85c8b6d892074153 100644 --- a/download +++ b/download @@ -1 +1 @@ -2977565bf55c3bc108ad645a3027ee17 linux-firmware-20210702.tar.xz +6ae7b1e3f810540e704170e5fa85aaf9 linux-firmware-20220210.tar.xz diff --git a/linux-firmware.spec b/linux-firmware.spec index 743aeba6e9388ccadd662d9d342ca27ac3efe4a7..547e1ed8f39271ff88a190cfdf5d420f11b113a3 100644 --- a/linux-firmware.spec +++ b/linux-firmware.spec @@ -1,12 +1,12 @@ -%global checkout d79c2677 +%global checkout 6342082c -%global firmware_release 103 +%global firmware_release 106 %global _firmwarepath /usr/lib/firmware %define _binaries_in_noarch_packages_terminate_build 0 Name: linux-firmware -Version: 20210702 +Version: 20220210 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 @@ -16,7 +16,7 @@ BuildArch: noarch # Tarball created from upstream git checkout using the following steps: # 1) echo "/liquidio/lio_23xx_vsw.bin export-ignore" > .gitattributes # (GPL violation, see bug 1637694) # This is still causing problems in RHEL9 (see bug 1959913) and because of that we should keep out of RHEL8 too -# 2) git archive --worktree-attributes --format=tar --prefix=linux-firmware-%{checkout}/ %{checkout} | xz > linux-firmware-%{version}.tar.xz +# 2) git archive --worktree-attributes --format=tar --prefix=linux-firmware-%%{checkout}/ %%{checkout} | xz > linux-firmware-%%{version}.tar.xz Source0: %{name}-%{version}.tar.xz Provides: kernel-firmware = %{version} xorg-x11-drv-ati-firmware = 7.0 @@ -396,6 +396,8 @@ sed -e 's/^/%%dir /' linux-firmware.dirs >> linux-firmware.files %{_firmwarepath}/iwlwifi-Qu*.ucode %{_firmwarepath}/iwlwifi-ty-a0-gf-a0-*.ucode %{_firmwarepath}/iwlwifi-ty-a0-gf-a0*.pnvm +%{_firmwarepath}/iwlwifi-so-a0-*.ucode +%{_firmwarepath}/iwlwifi-so-a0-*.pnvm %files -n libertas-usb8388-firmware %license WHENCE LICENCE.Marvell @@ -423,6 +425,21 @@ sed -e 's/^/%%dir /' linux-firmware.dirs >> linux-firmware.files %config(noreplace) %{_firmwarepath}/netronome/nic_AMDA* %changelog +* Thu Feb 10 2022 Augusto Caringi - 20220209-106.git6342082c +- Update to latest upstream linux-firmware image for assorted updates +- Include AMD GPU firmware fix (rhbz 2031172) +- Support QCA WCN6856 v2.1 Module: Bluetooth firmware (rhbz 2007904) + +* Mon Dec 06 2021 Bruno Meneguele - 20211119-105.gitf5d51956 +- Update to latest upstream linux-firmware image for assorted updates +- Update to latest AMD GPU firmware (rhbz 1986660) + +* Thu Oct 07 2021 Bruno Meneguele - 20211007-104.git7a300505 +- Update to latest upstream linux-firmware image for assorted updates +- Certain amdgpu firmware files cause random hangs with AMD Picasso/Raven Ridge APUs (rhbz 2000879) +- Support Intel CNVi AX211 Garfield Peak2 on ADL - Bluetooth (rhbz 1923179) +- Support Intel CNVi AX211 Garfield Peak2 on ADL - WIFI (rhbz 1923175) + * Fri Jul 02 2021 Bruno Meneguele - 20210702-103.gitd79c2677 - Update to latest upstream linux-firmware image for assorted updates - Include support for the Qualcomm AX500-DBS (QCA6390) 802.11ax Wireless (rhbz 1725913)