import linux-firmware-20220726-110.git150864a4.el8
This commit is contained in:
parent
93c9377354
commit
b00872cfd4
7
.gitignore
vendored
7
.gitignore
vendored
@ -1,6 +1 @@
|
|||||||
SOURCES/amss.bin
|
SOURCES/linux-firmware-20220726.tar.xz
|
||||||
SOURCES/board-2.bin
|
|
||||||
SOURCES/linux-firmware-20220210.tar.xz
|
|
||||||
SOURCES/m3.bin
|
|
||||||
SOURCES/qed_init_values_zipped-8.59.1.0.bin
|
|
||||||
SOURCES/regdb.bin
|
|
||||||
|
@ -1,6 +1 @@
|
|||||||
cd411becc8cf1cf849e76ba9163505a5916d0783 SOURCES/amss.bin
|
f5ea7c14f9f3fdd302f23834871a1c2d43ac2a15 SOURCES/linux-firmware-20220726.tar.xz
|
||||||
83905fb1f7427021130d8b84e4bbade6cca9077a SOURCES/board-2.bin
|
|
||||||
c5ca044176cc43d8a2eb1b742eb3e9a5e1978db3 SOURCES/linux-firmware-20220210.tar.xz
|
|
||||||
e1cb30e71a2da11b20e9e8f359c1bba99a8084a5 SOURCES/m3.bin
|
|
||||||
a8e4b76e2414edc5bfc16c6591beaad538b1504f SOURCES/qed_init_values_zipped-8.59.1.0.bin
|
|
||||||
d8c56239c5adff3881ba0a5e770961fb63cad41d SOURCES/regdb.bin
|
|
||||||
|
3658
SOURCES/Notice.txt
3658
SOURCES/Notice.txt
File diff suppressed because it is too large
Load Diff
5890
SOURCES/WHENCE
5890
SOURCES/WHENCE
File diff suppressed because it is too large
Load Diff
@ -1,12 +1,12 @@
|
|||||||
%global checkout 6342082c
|
%global checkout 150864a4
|
||||||
|
|
||||||
%global firmware_release 108
|
%global firmware_release 110
|
||||||
|
|
||||||
%global _firmwarepath /usr/lib/firmware
|
%global _firmwarepath /usr/lib/firmware
|
||||||
%define _binaries_in_noarch_packages_terminate_build 0
|
%define _binaries_in_noarch_packages_terminate_build 0
|
||||||
|
|
||||||
Name: linux-firmware
|
Name: linux-firmware
|
||||||
Version: 20220210
|
Version: 20220726
|
||||||
Release: %{firmware_release}.git%{checkout}%{?dist}
|
Release: %{firmware_release}.git%{checkout}%{?dist}
|
||||||
Summary: Firmware files used by the Linux kernel
|
Summary: Firmware files used by the Linux kernel
|
||||||
License: GPL+ and GPLv2+ and MIT and Redistributable, no modification permitted
|
License: GPL+ and GPLv2+ and MIT and Redistributable, no modification permitted
|
||||||
@ -19,19 +19,6 @@ BuildArch: noarch
|
|||||||
# 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
|
Source0: %{name}-%{version}.tar.xz
|
||||||
|
|
||||||
# zstream (or post-beta) requests
|
|
||||||
# We usually update the whole tarball, pulling all changes from upstream.
|
|
||||||
# But zstream requests should be handled only by updating the specific firmwares.
|
|
||||||
# BZ#2007902 request
|
|
||||||
Source1: regdb.bin
|
|
||||||
Source2: board-2.bin
|
|
||||||
Source3: amss.bin
|
|
||||||
Source4: m3.bin
|
|
||||||
Source5: Notice.txt
|
|
||||||
Source6: WHENCE
|
|
||||||
# BZ#2121415 request
|
|
||||||
Source7: qed_init_values_zipped-8.59.1.0.bin
|
|
||||||
|
|
||||||
Provides: kernel-firmware = %{version} xorg-x11-drv-ati-firmware = 7.0
|
Provides: kernel-firmware = %{version} xorg-x11-drv-ati-firmware = 7.0
|
||||||
Obsoletes: kernel-firmware < %{version} xorg-x11-drv-ati-firmware < 6.13.0-0.22
|
Obsoletes: kernel-firmware < %{version} xorg-x11-drv-ati-firmware < 6.13.0-0.22
|
||||||
Obsoletes: ueagle-atm4-firmware < 1.0-5
|
Obsoletes: ueagle-atm4-firmware < 1.0-5
|
||||||
@ -271,18 +258,6 @@ Firmware for Marvell Libertas SD 8787 Network Adapter
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n linux-firmware-%{checkout}
|
%setup -q -n linux-firmware-%{checkout}
|
||||||
|
|
||||||
# BZ#2007902 post-beta request
|
|
||||||
mkdir -p ath11k/WCN6855/hw2.0/
|
|
||||||
cp %{_sourcedir}/regdb.bin ath11k/WCN6855/hw2.0/regdb.bin
|
|
||||||
cp %{_sourcedir}/board-2.bin ath11k/WCN6855/hw2.0/board-2.bin
|
|
||||||
cp %{_sourcedir}/amss.bin ath11k/WCN6855/hw2.0/amss.bin
|
|
||||||
cp %{_sourcedir}/m3.bin ath11k/WCN6855/hw2.0/m3.bin
|
|
||||||
cp %{_sourcedir}/Notice.txt ath11k/WCN6855/hw2.0/Notice.txt
|
|
||||||
cp %{_sourcedir}/WHENCE WHENCE
|
|
||||||
# BZ#2121415 z-stream request
|
|
||||||
cp %{_sourcedir}/qed_init_values_zipped-8.59.1.0.bin qed/qed_init_values_zipped-8.59.1.0.bin
|
|
||||||
|
|
||||||
%if 0
|
%if 0
|
||||||
git init .
|
git init .
|
||||||
if [ -z "$GIT_COMMITTER_NAME" ]; then
|
if [ -z "$GIT_COMMITTER_NAME" ]; then
|
||||||
@ -323,6 +298,9 @@ rm -f ctefx.bin ctspeq.bin
|
|||||||
# Remove cxgb3 (T3 adapter) firmware (see bug 1503721)
|
# Remove cxgb3 (T3 adapter) firmware (see bug 1503721)
|
||||||
rm -rf cxgb3
|
rm -rf cxgb3
|
||||||
|
|
||||||
|
# Remove obsolete and password-protected vgxe firmware (see bug 2108051)
|
||||||
|
rm -rf vxge
|
||||||
|
|
||||||
# Remove superfluous infra files
|
# Remove superfluous infra files
|
||||||
rm -f check_whence.py configure Makefile README
|
rm -f check_whence.py configure Makefile README
|
||||||
|
|
||||||
@ -450,12 +428,23 @@ sed -e 's/^/%%dir /' linux-firmware.dirs >> linux-firmware.files
|
|||||||
%config(noreplace) %{_firmwarepath}/netronome/nic_AMDA*
|
%config(noreplace) %{_firmwarepath}/netronome/nic_AMDA*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Aug 31 2022 Augusto Caringi <acaringi@redhat.com> - 20220210-108.git6342082c
|
* Tue Jul 26 2022 Jarod Wilson <jarod@redhat.com> - 20220726-110.git150864a4
|
||||||
- Update Marvel QED firmware to version 8.59.1.0
|
- Omit unused password-protected vxge firmware files from package (rhbz 2108051)
|
||||||
- Fixes rhbz 2121415
|
- Pick up latest AMD GPU firmwares
|
||||||
|
|
||||||
* Sun Apr 03 2022 Augusto Caringi <acaringi@redhat.com> - 20220209-107.git6342082c
|
* Wed Jul 13 2022 Jarod Wilson <jarod@redhat.com> - 20220713-109.gitdfa29317
|
||||||
- Support QCA WCN6856 v2.1 Module: WIFI firmware (rhbz 2007902)
|
- Update to latest upstream linux-firmware image for assorted updates
|
||||||
|
- Include even newer qed firmware update (rhbz 2040269)
|
||||||
|
|
||||||
|
* Fri Jun 03 2022 Jarod Wilson <jarod@redhat.com> - 20220517-108.git251d2900
|
||||||
|
- Bump NVR due to conflict with late 8.6 iwl firmware package versioning
|
||||||
|
|
||||||
|
* Wed May 18 2022 Jarod Wilson <jarod@redhat.com> - 20220517-107.git251d2900
|
||||||
|
- Update to latest upstream linux-firmware image for assorted updates
|
||||||
|
- Include latest qed firmware update (rhbz 2040269)
|
||||||
|
- Include latest bnx2x firmware update (rhbz 2040273)
|
||||||
|
- Include latest ice firmware update (rhbz 2059384, rhbz 2081543)
|
||||||
|
- Include latest Qualcomm firmware update (rhbz 2062871)
|
||||||
|
|
||||||
* Thu Feb 10 2022 Augusto Caringi <acaringi@redhat.com> - 20220209-106.git6342082c
|
* Thu Feb 10 2022 Augusto Caringi <acaringi@redhat.com> - 20220209-106.git6342082c
|
||||||
- Update to latest upstream linux-firmware image for assorted updates
|
- Update to latest upstream linux-firmware image for assorted updates
|
||||||
|
Loading…
Reference in New Issue
Block a user