Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/linux-firmware.git#0493f8c599f41df0e8ce5ab97180dcfdc866cee4
This commit is contained in:
parent
8615b4dd37
commit
d21c406818
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/linux-firmware-*.tar.xz
|
||||
/microcode_amd_fam17h.bin
|
||||
/navi-fw.tar.xz
|
||||
/updated-amdgpu-fw.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
%global debug_package %{nil}
|
||||
%global firmware_release 113
|
||||
%global firmware_release 114
|
||||
|
||||
%global _firmwarepath /usr/lib/firmware
|
||||
%define _binaries_in_noarch_packages_terminate_build 0
|
||||
@ -13,6 +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
|
||||
@ -265,6 +266,7 @@ Firmware for Netronome Smart NICs
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
tar xvf %{SOURCE1}
|
||||
%build
|
||||
|
||||
%install
|
||||
@ -434,6 +436,9 @@ sed -e 's/^/%%dir /' linux-firmware.dirs >> linux-firmware.files
|
||||
%{_firmwarepath}/netronome/*
|
||||
|
||||
%changelog
|
||||
* Thu Nov 19 2020 Dave Airlie <airlied@redhat.com> - 20201022-114
|
||||
- Update AMDGPU fw for 6800
|
||||
|
||||
* Fri Oct 23 2020 Peter Robinson <pbrobinson@fedoraproject.org> - 20201022-113
|
||||
- Update to upstream 20201023 release
|
||||
- All symlinks created using WHENCE links option
|
||||
|
1
sources
1
sources
@ -1 +1,2 @@
|
||||
SHA512 (linux-firmware-20201022.tar.xz) = d502000154483d4aa8274f851749c1da550f3e94152ae950c93b3577af72e8864b1884938b7b02c4ea832af4b3060bccea10fdee4cd1dd83cb3ca8edcbf2995e
|
||||
SHA512 (updated-amdgpu-fw.tar.gz) = 3b806fc5a80b73583bb76cc3191f02b068b39685b65de5b0c5905fc380a7a4a004ebc4abab999dbca7fc3df826bded25dbde4a5f6c6c701f14cfe2f6e6a49f09
|
||||
|
Loading…
Reference in New Issue
Block a user