|
|
|
@ -1,11 +1,11 @@
@@ -1,11 +1,11 @@
|
|
|
|
|
%global debug_package %{nil} |
|
|
|
|
%global firmware_release 115 |
|
|
|
|
%global firmware_release 117 |
|
|
|
|
|
|
|
|
|
%global _firmwarepath /usr/lib/firmware |
|
|
|
|
%define _binaries_in_noarch_packages_terminate_build 0 |
|
|
|
|
|
|
|
|
|
Name: linux-firmware |
|
|
|
|
Version: 20201118 |
|
|
|
|
Version: 20210208 |
|
|
|
|
Release: %{firmware_release}%{?dist} |
|
|
|
|
Summary: Firmware files used by the Linux kernel |
|
|
|
|
License: GPL+ and GPLv2+ and MIT and Redistributable, no modification permitted |
|
|
|
@ -13,10 +13,7 @@ URL: http://www.kernel.org/
@@ -13,10 +13,7 @@ URL: http://www.kernel.org/
|
|
|
|
|
BuildArch: noarch |
|
|
|
|
|
|
|
|
|
Source0: https://www.kernel.org/pub/linux/kernel/firmware/%{name}-%{version}.tar.xz |
|
|
|
|
Source1: updated-amdgpu-fw.tar.gz |
|
|
|
|
|
|
|
|
|
Patch1: 0001-brcm-Raspberry-Pi-3A-WiFi-NVRAM-support.patch |
|
|
|
|
Patch2: 0002-brcm-Raspberry-Pi-Update-ccode-to-X2.patch |
|
|
|
|
Patch1: 0001-Add-support-for-compressing-firmware-in-copy-firmwar.patch |
|
|
|
|
|
|
|
|
|
BuildRequires: make |
|
|
|
|
Requires: linux-firmware-whence |
|
|
|
@ -265,14 +262,18 @@ Firmware for Netronome Smart NICs
@@ -265,14 +262,18 @@ Firmware for Netronome Smart NICs
|
|
|
|
|
|
|
|
|
|
%prep |
|
|
|
|
%autosetup -p1 |
|
|
|
|
tar xf %{SOURCE1} |
|
|
|
|
|
|
|
|
|
%build |
|
|
|
|
|
|
|
|
|
%install |
|
|
|
|
mkdir -p %{buildroot}/%{_firmwarepath} |
|
|
|
|
mkdir -p %{buildroot}/%{_firmwarepath}/updates |
|
|
|
|
|
|
|
|
|
%if 0%{?fedora} >= 34 || 0%{?rhel} >= 9 |
|
|
|
|
make DESTDIR=%{buildroot}/ FIRMWAREDIR=%{_firmwarepath} installcompress |
|
|
|
|
%else |
|
|
|
|
make DESTDIR=%{buildroot}/ FIRMWAREDIR=%{_firmwarepath} install |
|
|
|
|
%endif |
|
|
|
|
|
|
|
|
|
#Cleanup files we don't want to ship |
|
|
|
|
pushd %{buildroot}/%{_firmwarepath} |
|
|
|
@ -436,7 +437,30 @@ sed -e 's/^/%%dir /' linux-firmware.dirs >> linux-firmware.files
@@ -436,7 +437,30 @@ sed -e 's/^/%%dir /' linux-firmware.dirs >> linux-firmware.files
|
|
|
|
|
%{_firmwarepath}/netronome/* |
|
|
|
|
|
|
|
|
|
%changelog |
|
|
|
|
* Thu Nov 19 2020 Peter Robinson <pbrobinson@fedoraproject.org> - 20201128-115 |
|
|
|
|
* Mon Feb 8 2021 Peter Robinson <pbrobinson@fedoraproject.org> 20210208-117 |
|
|
|
|
- rtl_bt: Updates for RTL8822C, RTL8821C, added RTL8852A |
|
|
|
|
- Link Cypress brcmfmac firmwares to old brcm location |
|
|
|
|
- brcm NVRAM updates for Raspberry Pi, added 96boards Rock960 |
|
|
|
|
- QCom SM8250 (SD865) firmware for Compute, Audio DSPs, Adreno a650, venus VPU-1.0 |
|
|
|
|
- i915: Added firmware for DG1, ADL-S |
|
|
|
|
- Uodated bluetooth firmware for Intel Bluetooth AX200/201/210 |
|
|
|
|
- rtw88: RTL8821C: Update firmware to v24.8 |
|
|
|
|
- New MT7921 firmware |
|
|
|
|
- Mellanox: Add new mlxsw_spectrum firmware xx.2008.2304 |
|
|
|
|
|
|
|
|
|
* Sat Dec 19 2020 Peter Robinson <pbrobinson@fedoraproject.org> - 20201218-116 |
|
|
|
|
- Update to upstream 20201218 release |
|
|
|
|
- AMD gpu: Updates for vega10/12/20, renoir, navi10/12/14, raven1/2 |
|
|
|
|
- AMD gpuL add sienna cichlid |
|
|
|
|
- Update AMD SEV firmware |
|
|
|
|
- Add Mellanox mlxsw_spectrum xx.2008.2018 firmware |
|
|
|
|
- i915: Add GuC firmware v49.0.1 |
|
|
|
|
- Intel bluetooth updates for AX200/201/210, 9560, 9260 |
|
|
|
|
- Add Lontium LT9611UXC DSI to HDMI bridge firmware |
|
|
|
|
- Update QCA WCN3991 firmware |
|
|
|
|
- Update mediatek MT8173 VPU firmware to v1.1.6 |
|
|
|
|
|
|
|
|
|
* Thu Nov 19 2020 Peter Robinson <pbrobinson@fedoraproject.org> - 20201118-115 |
|
|
|
|
- Update to upstream 20201118 release |
|
|
|
|
- rtw88: RTL8822C: Update firmware to v9.9.4 |
|
|
|
|
- amdgpu: update picasso/raven/raven2 VCN firmware |
|
|
|
|