Dominique Leuenberger 2020-10-08 11:09:25 +00:00 committed by Git OBS Bridge
commit 4a0abc60a9
8 changed files with 61 additions and 14 deletions

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git</param>
<param name="changesrevision">00a84c516078defb76fbd57543b8d5c674a9a2be</param></service></servicedata>
<param name="changesrevision">58d41d0facca2478d3e45f6321224361519aee96</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d6b17cadeeff6e31fdee362562a86acce9f4ec7d10c1e2e4271df6c1092a2858
size 310940

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bdbe347d16f505fe56ac5c7e84102300ad11f7d37763015004ea12adfcb7c4d7
size 128504172

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:595bc9e229beaddf707c40dd2e02e5ab22eccb49ee46bb28da6c1141b6f64987
size 131799256

View File

@ -1,3 +1,48 @@
-------------------------------------------------------------------
Mon Oct 5 19:34:51 CEST 2020 - tiwai@suse.de
- Placeholder for SLE15-SP3 package sync:
bsc#1143331, bsc#1160204, bsc#1154395 bsc#1155307, jsc#SLE-8379
-------------------------------------------------------------------
Mon Oct 05 17:23:04 UTC 2020 - tiwai@suse.com
- Update to version 20201005 (git commit 58d41d0facca):
* ice: Add comms package file for Intel E800 series driver
* copy-firmware: Always write Link: entries
* amdgpu: update vega20 firmware for 20.40
* amdgpu: update vega12 firmware for 20.40
* amdgpu: update vega10 firmware for 20.40
* amdgpu: update renoir firmware for 20.40
* amdgpu: update raven2 firmware for 20.40
* amdgpu: update raven firmware for 20.40
* amdgpu: update picasso firmware for 20.40
* amdgpu: update navi14 firmware for 20.40
* amdgpu: update navi12 firmware for 20.40
* amdgpu: update navi10 firmware for 20.40
* linux-firmware: Add new VPDMA firmware 1b8.bin
* QCA : Updated firmware files for WCN3991
- Drop the AMDGPU Picasso workaround (bsc#1174278)
-------------------------------------------------------------------
Thu Oct 01 08:53:02 UTC 2020 - tiwai@suse.com
- Update to version 20200928 (git commit b78a66c909c7):
* linux-firmware: Update firmware for Cadence MHDP8546 DP bridge
* linux-firmware: Update firmware patch for Intel Bluetooth 7265 (D1)
* Mellanox: Add new mlxsw_spectrum firmware xx.2008.1312
* linux-firmware: nvidia: move firmware symlinks to WHENCE
* linux-firmware: move i915 firmware symlinks to WHENCE
* linux-firmware: move iwlwifi-7265D-10.ucode symlink to WHENCE
* linux-firmware: Update Marvell Switchdev firmware with ABI changes
-------------------------------------------------------------------
Fri Sep 25 19:06:56 CEST 2020 - tiwai@suse.de
- Force bzip2 compression for compatibility (boo#1176981):
for keeping the compatibility with older distros (like Leap 15.1)
that can't deal with lzma-compressed rpm files
-------------------------------------------------------------------
Mon Sep 21 09:30:03 UTC 2020 - tiwai@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package kernel-firmware
#
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -19,10 +19,10 @@
%global flavor @BUILD_FLAVOR@%{nil}
%define __ksyms_path ^/lib/firmware
%define version_unconverted 20200916
%define version_unconverted 20201005
Name: kernel-firmware
Version: 20200916
Version: 20201005
Release: 0
Summary: Linux kernel firmware files
License: SUSE-Firmware AND GPL-2.0-only AND GPL-2.0-or-later AND MIT
@ -40,8 +40,6 @@ Source8: ql2600_fw.bin
Source9: ql2700_fw.bin
Source10: ql8300_fw.bin
Source99: %{name}-rpmlintrc
# Revert AMDGPU Picasso firmware due to regression (bsc#1174278)
Source100: amdgpu-picasso-887d2a103c2b.tar.xz
# install / build infrastructure
Source1001: install-split.sh
Source1002: list-license.sh
@ -92,6 +90,9 @@ Obsoletes: qlogic-firmware
Provides: compat-wireless-firmware = 4.4
Obsoletes: compat-wireless-firmware < 4.4
# Force bzip2 instead of lzma compression (bsc#1176981)
%define _binary_payload w9.bzdio
%description
This package contains the raw uncompressed firmware files for Linux kernel
drivers. This package is provided only for compatibility with older kernels
@ -122,8 +123,8 @@ Conflicts: kernel < 5.3
Provides: compat-wireless-firmware = 4.4
Obsoletes: compat-wireless-firmware < 4.4
Requires: %{name}-amdgpu = %{version}
Requires: %{name}-ath10k = %{version}
Requires: %{name}-atheros = %{version}
Requires: %{name}-ath10k = %{version}
Requires: %{name}-bluetooth = %{version}
Requires: %{name}-bnx2 = %{version}
Requires: %{name}-brcm = %{version}
@ -5675,7 +5676,7 @@ various USB WiFi / Ethernet drivers.
%prep
%setup -q -a 100
%setup -q
# additional firmwares
cat %{SOURCE1} >> WHENCE
cp %{SOURCE2} %{SOURCE8} %{SOURCE9} %{SOURCE10} .

View File

@ -64,6 +64,9 @@ BuildArch: noarch
Provides: compat-wireless-firmware = 4.4
Obsoletes: compat-wireless-firmware < 4.4
# Force bzip2 instead of lzma compression (bsc#1176981)
%define _binary_payload w9.bzdio
%description
This package contains the raw uncompressed firmware files for Linux kernel
drivers. This package is provided only for compatibility with older kernels

View File

@ -88,6 +88,7 @@ vxge: network
brcmsmac: brcm
brcmfmac: brcm
tda7706: media
ti-vpe: media
wl1251: ti
wl12xx: ti wl12xx wl12xx_sdio wl12xx_spi
wl18xx: ti wl18xx wlcore