linux-firmware update 20230926
- [Intel 9.4 FEAT] [SPR][EMR] QAT firmware update available (rhbz 2238636) - [AMDCLIENT 9.4 Feature] Sub-Feature: AMD PMF Linux FW (rhbz 2227340) Changes since the last update are noted on items below, copied from the git changelog of upstream linux-firmware repository. - amd_pmf: Add initial PMF TA for Smart PC Solution Builder - linux-firmware: Update FW files for MRVL PCIE 8997 chipsets - rtl_bt: Update RTL8851B BT USB firmware to 0x048A_D230 - iwlwifi: add new FWs from core81-65 release - iwlwifi: update cc/Qu/QuZ firmwares for core81-65 release - linux-firmware: amd-ucode: Add note on fam19h warnings - i915: update MTL HuC to version 8.5.4 - amdgpu: update DMCUB to 0.0.183.0 for various AMDGPU ASICs - linux-firmware: add link to sc8280xp audioreach firmware - qcom: sm8250: add RB5 sensors DSP firmware - qcom: Update vpu-1.0 firmware - qcom: sm8250: update DSP firmware - qcom: add firmware for the onboard WiFi on qcm2290 / qrb4210 - qcom: add venus firmware files for v6.0 - qcom: add firmware for QRB4210 platforms - qcom: add firmware for QCM2290 platforms - qcom: add GPU firmware for QCM2290 / QRB2210 - ath10k/WCN3990: move wlanmdsp to qcom/sdm845 - WHENCE: Don't compress qcom json files - WHENCE: amd-ucode: Use new RawFile keyword - Create symlinks for all firmware that is duplicate using rdfind - QCA: Update Bluetooth WCN685x 2.1 firmware to 2.1.0-00605 - Fix carl9170fw shell scripts for shellcheck errors - i915: Update MTL DMC to v2.16 - copy-firmware: Introduce 'RawFile' keyword - copy-firmware: Support additional compressor options - linux-firmware: Update firmware file for Intel Bluetooth AX203 - linux-firmware: Update firmware file for Intel Bluetooth AX203 - linux-firmware: Update firmware file for Intel Bluetooth AX211 - linux-firmware: Update firmware file for Intel Bluetooth AX211 - linux-firmware: Update firmware file for Intel Bluetooth AX210 - linux-firmware: Update firmware file for Intel Bluetooth AX200 - linux-firmware: Update firmware file for Intel Bluetooth AX201 - linux-firmware: update firmware for qat_4xxx devices - linux-firmware: Update AMD SEV firmware - amdgpu: update DMCUB to 0.0.181.0 for various AMDGPU ASICs - rtw89: 8852b: update fw to v0.29.29.3 - rtw89: 8851b: update fw to v0.29.41.2 - i915: add GSC 102.0.0.1655 for MTL - amdgpu: DMCUB updates for various AMDGPU asics - amdgpu: DMCUB updates for various AMDGPU asics - cirrus: Add CS35L41 firmware for HP G11 models Also remove new infra files: README.md and Dockerfile Resolves: rhbz#2238636, rhbz#2227340 Signed-off-by: Scott Weaver <scweaver@redhat.com>
This commit is contained in:
parent
1d6e335c81
commit
cf28d4a4dc
@ -1,11 +1,11 @@
|
||||
%global debug_package %{nil}
|
||||
%global firmware_release 139
|
||||
%global firmware_release 140
|
||||
|
||||
%global _firmwarepath /usr/lib/firmware
|
||||
%define _binaries_in_noarch_packages_terminate_build 0
|
||||
|
||||
Name: linux-firmware
|
||||
Version: 20230814
|
||||
Version: 20230926
|
||||
Release: %{firmware_release}%{?dist}
|
||||
Summary: Firmware files used by the Linux kernel
|
||||
License: GPL+ and GPLv2+ and MIT and Redistributable, no modification permitted
|
||||
@ -301,7 +301,7 @@ rm -f libertas/usb8388_v5.bin*
|
||||
rm -f ctefx.bin* ctspeq.bin*
|
||||
|
||||
# Remove superfluous infra files
|
||||
rm -f check_whence.py configure Makefile README
|
||||
rm -f check_whence.py configure Makefile README.md Dockerfile
|
||||
|
||||
# Remove executable bits from random firmware
|
||||
find . -type f -executable -exec chmod -x {} \;
|
||||
@ -441,6 +441,54 @@ sed -e 's/^/%%dir /' linux-firmware.dirs >> linux-firmware.files
|
||||
%{_firmwarepath}/netronome/*
|
||||
|
||||
%changelog
|
||||
* Tue Sep 26 2023 Scott Weaver <scweaver@redhat.com> - 20230926-140
|
||||
- [Intel 9.4 FEAT] [SPR][EMR] QAT firmware update available (rhbz 2238636)
|
||||
- [AMDCLIENT 9.4 Feature] Sub-Feature: AMD PMF Linux FW (rhbz 2227340)
|
||||
Changes since the last update are noted on items below, copied from
|
||||
the git changelog of upstream linux-firmware repository.
|
||||
- amd_pmf: Add initial PMF TA for Smart PC Solution Builder
|
||||
- linux-firmware: Update FW files for MRVL PCIE 8997 chipsets
|
||||
- rtl_bt: Update RTL8851B BT USB firmware to 0x048A_D230
|
||||
- iwlwifi: add new FWs from core81-65 release
|
||||
- iwlwifi: update cc/Qu/QuZ firmwares for core81-65 release
|
||||
- linux-firmware: amd-ucode: Add note on fam19h warnings
|
||||
- i915: update MTL HuC to version 8.5.4
|
||||
- amdgpu: update DMCUB to 0.0.183.0 for various AMDGPU ASICs
|
||||
- linux-firmware: add link to sc8280xp audioreach firmware
|
||||
- qcom: sm8250: add RB5 sensors DSP firmware
|
||||
- qcom: Update vpu-1.0 firmware
|
||||
- qcom: sm8250: update DSP firmware
|
||||
- qcom: add firmware for the onboard WiFi on qcm2290 / qrb4210
|
||||
- qcom: add venus firmware files for v6.0
|
||||
- qcom: add firmware for QRB4210 platforms
|
||||
- qcom: add firmware for QCM2290 platforms
|
||||
- qcom: add GPU firmware for QCM2290 / QRB2210
|
||||
- ath10k/WCN3990: move wlanmdsp to qcom/sdm845
|
||||
- WHENCE: Don't compress qcom json files
|
||||
- WHENCE: amd-ucode: Use new RawFile keyword
|
||||
- Create symlinks for all firmware that is duplicate using rdfind
|
||||
- QCA: Update Bluetooth WCN685x 2.1 firmware to 2.1.0-00605
|
||||
- Fix carl9170fw shell scripts for shellcheck errors
|
||||
- i915: Update MTL DMC to v2.16
|
||||
- copy-firmware: Introduce 'RawFile' keyword
|
||||
- copy-firmware: Support additional compressor options
|
||||
- linux-firmware: Update firmware file for Intel Bluetooth AX203
|
||||
- linux-firmware: Update firmware file for Intel Bluetooth AX203
|
||||
- linux-firmware: Update firmware file for Intel Bluetooth AX211
|
||||
- linux-firmware: Update firmware file for Intel Bluetooth AX211
|
||||
- linux-firmware: Update firmware file for Intel Bluetooth AX210
|
||||
- linux-firmware: Update firmware file for Intel Bluetooth AX200
|
||||
- linux-firmware: Update firmware file for Intel Bluetooth AX201
|
||||
- linux-firmware: update firmware for qat_4xxx devices
|
||||
- linux-firmware: Update AMD SEV firmware
|
||||
- amdgpu: update DMCUB to 0.0.181.0 for various AMDGPU ASICs
|
||||
- rtw89: 8852b: update fw to v0.29.29.3
|
||||
- rtw89: 8851b: update fw to v0.29.41.2
|
||||
- i915: add GSC 102.0.0.1655 for MTL
|
||||
- amdgpu: DMCUB updates for various AMDGPU asics
|
||||
- amdgpu: DMCUB updates for various AMDGPU asics
|
||||
- cirrus: Add CS35L41 firmware for HP G11 models
|
||||
|
||||
* Mon Aug 14 2023 Jan Stancek <jstancek@redhat.com> - 20230814-139
|
||||
- CVE-2023-20569 linux-firmware: hw amd: Return Address Predictor velunerability leading to information disclosure (rhbz 2230418)
|
||||
- [AMDCLIENT 9.3 Bug] Linux FW update to fix multi monitor behind TBT3 dock & random flickers (rhbz 2227845)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (linux-firmware-20230814.tar.xz) = 51a7489d9f7ebcab12966699e8e9f27f8d8fc58de45f30e8989d48006842a6596c72771cc951100af748a675eab486486ac8334c7028d1036f2c736eaaa9aace
|
||||
SHA512 (linux-firmware-20230926.tar.xz) = c9a583808ca96d0f2a188ce8623ef681dec350ea6eb48dd002176153dc2752fa51120c41c0ffcbd735a80588d6bd74847922c5575e9580acd4e2458ca3f5ea6c
|
||||
|
Loading…
Reference in New Issue
Block a user