Accepting request 184280 from Kernel:HEAD

This package update makes sense when combined with:
SR 184279 -- removes microcode_ctl, has a conflict with ucode-amd.
SR 184278 -- creates ucode-intel, which contains the ucode from microcode_ctl for intel CPUs


- Moved amd-ucode from microcode_ctl into new ucode-amd package.

- Remove carl9170fw source files from package

- Updated to git snapshot 2013/7/10
  - Add AMD microcode patch firmware files
  - Add Intel Bluetooth firmware patch files
  - Add firmware files for Creative CA0132 HD-audio codec
  - Add firmware files for mtk mt7630/mt7650 chipsets
  - Add firmware for mwl8k 8764 chip
  - Add go7007 firmware.
  - Add symlinks for old go7007 firmware filenames
  - Fix formatting of LICENCE.ca0132
  - Increment ap firmware API for mwl8k 8366 chip
  - Move sd8688*.bin images into mrvl/ tree
  - Revert "carl9170: Add checksum during installation, as preferred by the driver"
  - add Marvell PCIe8897-B0 WLAN firmware image
  - add Marvell SD8797-B0 firmware image
  - ar3k: add Bluetooth support for QCA98XX/QCA24XX
  - bnx2x: update fw to 7.8.17
  - cx231xx/cx23885: Remove incorrect Conexant CX23885 firmware
  - iwlwifi: add firmware for 7260 / 3160 devices
  - netxen_nic: Add FTP location of phanfw.bin in WHENCE file
  - netxen_nic: Update QLogic phanfw.bin to version 4.0.590
  - radeon: add ucode for OLAND GPUs
  - radeon: add ucode for SUN/HAINAN GPUs
  - radeon: add updated ucode for UVD
  - rp2: Initial commit of Comtrol RocketPort 2 microcode
  - rtl_nic: Add firmware rtl8168g-3
  - rtl_nic: add firmware rtl8106e-2

OBS-URL: https://build.opensuse.org/request/show/184280
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kernel-firmware?expand=0&rev=38
This commit is contained in:
Stephan Kulow 2013-07-25 18:28:22 +00:00 committed by Git OBS Bridge
commit b82d15f3e3
4 changed files with 70 additions and 4 deletions

View File

@ -1,4 +1,51 @@
-------------------------------------------------------------------
Wed Jul 24 23:21:22 UTC 2013 - jeffm@suse.com
- Moved amd-ucode from microcode_ctl into new ucode-amd package.
-------------------------------------------------------------------
Fri Jul 19 13:21:50 UTC 2013 - jeffm@suse.com
- Remove carl9170fw source files from package
-------------------------------------------------------------------
Mon Jul 15 15:20:25 UTC 2013 - jeffm@suse.com
- Updated to git snapshot 2013/7/10
- Add AMD microcode patch firmware files
- Add Intel Bluetooth firmware patch files
- Add firmware files for Creative CA0132 HD-audio codec
- Add firmware files for mtk mt7630/mt7650 chipsets
- Add firmware for mwl8k 8764 chip
- Add go7007 firmware.
- Add symlinks for old go7007 firmware filenames
- Fix formatting of LICENCE.ca0132
- Increment ap firmware API for mwl8k 8366 chip
- Move sd8688*.bin images into mrvl/ tree
- Revert "carl9170: Add checksum during installation, as preferred by the driver"
- add Marvell PCIe8897-B0 WLAN firmware image
- add Marvell SD8797-B0 firmware image
- ar3k: add Bluetooth support for QCA98XX/QCA24XX
- bnx2x: update fw to 7.8.17
- cx231xx/cx23885: Remove incorrect Conexant CX23885 firmware
- iwlwifi: add firmware for 7260 / 3160 devices
- netxen_nic: Add FTP location of phanfw.bin in WHENCE file
- netxen_nic: Update QLogic phanfw.bin to version 4.0.590
- radeon: add ucode for OLAND GPUs
- radeon: add ucode for SUN/HAINAN GPUs
- radeon: add updated ucode for UVD
- rp2: Initial commit of Comtrol RocketPort 2 microcode
- rtl_nic: Add firmware rtl8168g-3
- rtl_nic: add firmware rtl8106e-2
- rtl_nic: add firmware rtl8411-2
- rtl_nic: update firmware for RTL8168G
- rtlwifi/rtl8188ee: Add firmware for new driver
- tg3: Add EEE support firmware for 57766 cards
- update Marvell SD8797-B0 firmware image
- wl127x/wl128x: update firmwares
- wl18xx: add default configuration binary
- wl18xx: add version 2 of the wl18xx firmware
-------------------------------------------------------------------
Thu Feb 21 09:24:39 UTC 2013 - Larry.Finger@lwfinger.net
- fix previous fix to build on factory/12.3

View File

@ -19,7 +19,7 @@
Name: kernel-firmware
BuildRequires: fdupes
BuildRequires: kernel-default
Version: 20130114git
Version: 20130710git
Release: 0
Summary: Linux kernel firmware files
License: SUSE-Firmware and GPL-2.0 and GPL-2.0+ and MIT
@ -71,7 +71,14 @@ This package contains the firmware for in-kernel drivers that was
previously included in the kernel. It is shared by all kernels >=
2.6.27-rc1.
%package -n ucode-amd
Supplements: modalias(x86cpu:vendor:0002:family:*:model:*:feature:*)
Summary: Microcode updates for AMD CPUs
Group: System/Kernel
%description -n ucode-amd
This package contains the microcode files used by AMD CPUs.
%prep
%setup -q -c kernel-firmware -a 2
@ -88,6 +95,11 @@ rm -f %{buildroot}/lib/firmware/WHENCE
bash %_sourcedir/firmware.sh --kill-duplicates %buildroot/lib/firmware/
%fdupes %{buildroot}
rm -f find_supplements.cache
# In alsa-firmware
rm -f %{buildroot}/lib/firmware/ctefx.bin
rm -f %{buildroot}/lib/firmware/ctspeq.bin
# Devel files
rm -rf %{buildroot}/lib/firmware/carl9170fw
%clean
rm -rf %{buildroot}
@ -95,6 +107,13 @@ rm -rf %{buildroot}
%files
%defattr(0644,root,root,0755)
%doc WHENCE README GPL-3 LICENCE.*
%exclude /lib/firmware/amd-ucode/microcode_amd.bin
%exclude /lib/firmware/amd-ucode/microcode_amd_fam15h.bin
/lib/firmware/*
%files -n ucode-amd
%defattr(0644,root,root,0755)
/lib/firmware/amd-ucode/microcode_amd.bin
/lib/firmware/amd-ucode/microcode_amd_fam15h.bin
%changelog

View File

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

View File

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