|
|
@ -4,10 +4,11 @@ |
|
|
|
%define _binaries_in_noarch_packages_terminate_build 0 |
|
|
|
%define _binaries_in_noarch_packages_terminate_build 0 |
|
|
|
|
|
|
|
|
|
|
|
Name: linux-firmware |
|
|
|
Name: linux-firmware |
|
|
|
Version: 20240709 |
|
|
|
Version: 20241210 |
|
|
|
Release: 1%{?dist} |
|
|
|
Release: 1%{?dist} |
|
|
|
Summary: Firmware files used by the Linux kernel |
|
|
|
Summary: Firmware files used by the Linux kernel |
|
|
|
License: GPL+ and GPLv2+ and MIT and Redistributable, no modification permitted |
|
|
|
# Automatically converted from old format: GPL+ and GPLv2+ and MIT and Redistributable, no modification permitted - review is highly recommended. |
|
|
|
|
|
|
|
License: GPL-1.0-or-later AND GPL-2.0-or-later AND LicenseRef-Callaway-MIT AND LicenseRef-Callaway-Redistributable-no-modification-permitted |
|
|
|
URL: http://www.kernel.org/ |
|
|
|
URL: http://www.kernel.org/ |
|
|
|
BuildArch: noarch |
|
|
|
BuildArch: noarch |
|
|
|
|
|
|
|
|
|
|
@ -15,7 +16,11 @@ Source0: https://www.kernel.org/pub/linux/kernel/firmware/%{name}-%{version}.tar |
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: make |
|
|
|
BuildRequires: make |
|
|
|
BuildRequires: git-core |
|
|
|
BuildRequires: git-core |
|
|
|
|
|
|
|
BuildRequires: python3 |
|
|
|
|
|
|
|
%if %{undefined rhel} |
|
|
|
|
|
|
|
# Not required but de-dupes FW so reduces size |
|
|
|
BuildRequires: rdfind |
|
|
|
BuildRequires: rdfind |
|
|
|
|
|
|
|
%endif |
|
|
|
|
|
|
|
|
|
|
|
Requires: linux-firmware-whence |
|
|
|
Requires: linux-firmware-whence |
|
|
|
Provides: kernel-firmware = %{version} |
|
|
|
Provides: kernel-firmware = %{version} |
|
|
@ -49,21 +54,24 @@ operate. |
|
|
|
|
|
|
|
|
|
|
|
%package whence |
|
|
|
%package whence |
|
|
|
Summary: WHENCE License file |
|
|
|
Summary: WHENCE License file |
|
|
|
License: GPL+ and GPLv2+ and MIT and Redistributable, no modification permitted |
|
|
|
# Automatically converted from old format: GPL+ and GPLv2+ and MIT and Redistributable, no modification permitted - review is highly recommended. |
|
|
|
|
|
|
|
License: GPL-1.0-or-later AND GPL-2.0-or-later AND LicenseRef-Callaway-MIT AND LicenseRef-Callaway-Redistributable-no-modification-permitted |
|
|
|
%description whence |
|
|
|
%description whence |
|
|
|
This package contains the WHENCE license file which documents the vendor license details. |
|
|
|
This package contains the WHENCE license file which documents the vendor license details. |
|
|
|
|
|
|
|
|
|
|
|
# GPU firmwares |
|
|
|
# GPU firmwares |
|
|
|
%package -n amd-gpu-firmware |
|
|
|
%package -n amd-gpu-firmware |
|
|
|
Summary: Firmware for AMD GPUs |
|
|
|
Summary: Firmware for AMD GPUs |
|
|
|
License: Redistributable, no modification permitted |
|
|
|
# Automatically converted from old format: Redistributable, no modification permitted - review is highly recommended. |
|
|
|
|
|
|
|
License: LicenseRef-Callaway-Redistributable-no-modification-permitted |
|
|
|
Requires: linux-firmware-whence |
|
|
|
Requires: linux-firmware-whence |
|
|
|
%description -n amd-gpu-firmware |
|
|
|
%description -n amd-gpu-firmware |
|
|
|
Firmware for AMD amdgpu and radeon GPUs. |
|
|
|
Firmware for AMD amdgpu and radeon GPUs. |
|
|
|
|
|
|
|
|
|
|
|
%package -n intel-gpu-firmware |
|
|
|
%package -n intel-gpu-firmware |
|
|
|
Summary: Firmware for Intel GPUs |
|
|
|
Summary: Firmware for Intel GPUs |
|
|
|
License: Redistributable, no modification permitted |
|
|
|
# Automatically converted from old format: Redistributable, no modification permitted - review is highly recommended. |
|
|
|
|
|
|
|
License: LicenseRef-Callaway-Redistributable-no-modification-permitted |
|
|
|
Requires: linux-firmware-whence |
|
|
|
Requires: linux-firmware-whence |
|
|
|
%description -n intel-gpu-firmware |
|
|
|
%description -n intel-gpu-firmware |
|
|
|
Firmware for Intel GPUs including GuC (Graphics Microcontroller), HuC (HEVC/H.265 |
|
|
|
Firmware for Intel GPUs including GuC (Graphics Microcontroller), HuC (HEVC/H.265 |
|
|
@ -72,7 +80,8 @@ platforms. |
|
|
|
|
|
|
|
|
|
|
|
%package -n nvidia-gpu-firmware |
|
|
|
%package -n nvidia-gpu-firmware |
|
|
|
Summary: Firmware for NVIDIA GPUs |
|
|
|
Summary: Firmware for NVIDIA GPUs |
|
|
|
License: Redistributable, no modification permitted |
|
|
|
# Automatically converted from old format: Redistributable, no modification permitted - review is highly recommended. |
|
|
|
|
|
|
|
License: LicenseRef-Callaway-Redistributable-no-modification-permitted |
|
|
|
Requires: linux-firmware-whence |
|
|
|
Requires: linux-firmware-whence |
|
|
|
%description -n nvidia-gpu-firmware |
|
|
|
%description -n nvidia-gpu-firmware |
|
|
|
Firmware for NVIDIA GPUs. |
|
|
|
Firmware for NVIDIA GPUs. |
|
|
@ -80,7 +89,8 @@ Firmware for NVIDIA GPUs. |
|
|
|
# Microcode updates |
|
|
|
# Microcode updates |
|
|
|
%package -n amd-ucode-firmware |
|
|
|
%package -n amd-ucode-firmware |
|
|
|
Summary: Microcode updates for AMD CPUs |
|
|
|
Summary: Microcode updates for AMD CPUs |
|
|
|
License: Redistributable, no modification permitted |
|
|
|
# Automatically converted from old format: Redistributable, no modification permitted - review is highly recommended. |
|
|
|
|
|
|
|
License: LicenseRef-Callaway-Redistributable-no-modification-permitted |
|
|
|
Requires: linux-firmware-whence |
|
|
|
Requires: linux-firmware-whence |
|
|
|
%description -n amd-ucode-firmware |
|
|
|
%description -n amd-ucode-firmware |
|
|
|
Microcode updates for AMD CPUs, AMD SEV and AMD TEE. |
|
|
|
Microcode updates for AMD CPUs, AMD SEV and AMD TEE. |
|
|
@ -88,21 +98,24 @@ Microcode updates for AMD CPUs, AMD SEV and AMD TEE. |
|
|
|
# WiFi/Bluetooth firmwares |
|
|
|
# WiFi/Bluetooth firmwares |
|
|
|
%package -n atheros-firmware |
|
|
|
%package -n atheros-firmware |
|
|
|
Summary: Firmware for Qualcomm Atheros WiFi/Bluetooth adapters |
|
|
|
Summary: Firmware for Qualcomm Atheros WiFi/Bluetooth adapters |
|
|
|
License: Redistributable, no modification permitted |
|
|
|
# Automatically converted from old format: Redistributable, no modification permitted - review is highly recommended. |
|
|
|
|
|
|
|
License: LicenseRef-Callaway-Redistributable-no-modification-permitted |
|
|
|
Requires: linux-firmware-whence |
|
|
|
Requires: linux-firmware-whence |
|
|
|
%description -n atheros-firmware |
|
|
|
%description -n atheros-firmware |
|
|
|
Firmware for Qualcomm Atheros ath6k/ath9k/ath10k/ath11k WiFi adapters. |
|
|
|
Firmware for Qualcomm Atheros ath6k/ath9k/ath10k/ath11k WiFi adapters. |
|
|
|
|
|
|
|
|
|
|
|
%package -n brcmfmac-firmware |
|
|
|
%package -n brcmfmac-firmware |
|
|
|
Summary: Firmware for Broadcom/Cypress brcmfmac WiFi/Bluetooth adapters |
|
|
|
Summary: Firmware for Broadcom/Cypress brcmfmac WiFi/Bluetooth adapters |
|
|
|
License: Redistributable, no modification permitted |
|
|
|
# Automatically converted from old format: Redistributable, no modification permitted - review is highly recommended. |
|
|
|
|
|
|
|
License: LicenseRef-Callaway-Redistributable-no-modification-permitted |
|
|
|
Requires: linux-firmware-whence |
|
|
|
Requires: linux-firmware-whence |
|
|
|
%description -n brcmfmac-firmware |
|
|
|
%description -n brcmfmac-firmware |
|
|
|
Firmware for Broadcom/Cypress brcmfmac WiFi/Bluetooth adapters. |
|
|
|
Firmware for Broadcom/Cypress brcmfmac WiFi/Bluetooth adapters. |
|
|
|
|
|
|
|
|
|
|
|
%package -n iwlegacy-firmware |
|
|
|
%package -n iwlegacy-firmware |
|
|
|
Summary: Firmware for Intel(R) Wireless WiFi Link 3945(A)BG and 4965AGN adapters |
|
|
|
Summary: Firmware for Intel(R) Wireless WiFi Link 3945(A)BG and 4965AGN adapters |
|
|
|
License: Redistributable, no modification permitted |
|
|
|
# Automatically converted from old format: Redistributable, no modification permitted - review is highly recommended. |
|
|
|
|
|
|
|
License: LicenseRef-Callaway-Redistributable-no-modification-permitted |
|
|
|
Requires: linux-firmware-whence |
|
|
|
Requires: linux-firmware-whence |
|
|
|
Obsoletes: iwl3945-firmware < %{version}-%{release} |
|
|
|
Obsoletes: iwl3945-firmware < %{version}-%{release} |
|
|
|
Obsoletes: iwl4965-firmware < %{version}-%{release} |
|
|
|
Obsoletes: iwl4965-firmware < %{version}-%{release} |
|
|
@ -116,7 +129,8 @@ inside the provided LICENSE file. Please read it carefully. |
|
|
|
|
|
|
|
|
|
|
|
%package -n iwlwifi-dvm-firmware |
|
|
|
%package -n iwlwifi-dvm-firmware |
|
|
|
Summary: DVM Firmware for Intel(R) Wireless WiFi adapters |
|
|
|
Summary: DVM Firmware for Intel(R) Wireless WiFi adapters |
|
|
|
License: Redistributable, no modification permitted |
|
|
|
# Automatically converted from old format: Redistributable, no modification permitted - review is highly recommended. |
|
|
|
|
|
|
|
License: LicenseRef-Callaway-Redistributable-no-modification-permitted |
|
|
|
Requires: linux-firmware-whence |
|
|
|
Requires: linux-firmware-whence |
|
|
|
Obsoletes: iwl100-firmware < %{version}-%{release} |
|
|
|
Obsoletes: iwl100-firmware < %{version}-%{release} |
|
|
|
Obsoletes: iwl105-firmware < %{version}-%{release} |
|
|
|
Obsoletes: iwl105-firmware < %{version}-%{release} |
|
|
@ -150,7 +164,8 @@ provided LICENSE file. Please read it carefully. |
|
|
|
|
|
|
|
|
|
|
|
%package -n iwlwifi-mvm-firmware |
|
|
|
%package -n iwlwifi-mvm-firmware |
|
|
|
Summary: MVM Firmware for Intel(R) Wireless WiFi adapters |
|
|
|
Summary: MVM Firmware for Intel(R) Wireless WiFi adapters |
|
|
|
License: Redistributable, no modification permitted |
|
|
|
# Automatically converted from old format: Redistributable, no modification permitted - review is highly recommended. |
|
|
|
|
|
|
|
License: LicenseRef-Callaway-Redistributable-no-modification-permitted |
|
|
|
Requires: linux-firmware-whence |
|
|
|
Requires: linux-firmware-whence |
|
|
|
Obsoletes: iwl3160-firmware < 1:%{version}-%{release} |
|
|
|
Obsoletes: iwl3160-firmware < 1:%{version}-%{release} |
|
|
|
Obsoletes: iwl7260-firmware < 1:%{version}-%{release} |
|
|
|
Obsoletes: iwl7260-firmware < 1:%{version}-%{release} |
|
|
@ -166,7 +181,8 @@ provided LICENSE file. Please read it carefully. |
|
|
|
|
|
|
|
|
|
|
|
%package -n libertas-firmware |
|
|
|
%package -n libertas-firmware |
|
|
|
Summary: Firmware for Marvell Libertas SD/USB WiFi Network Adapters |
|
|
|
Summary: Firmware for Marvell Libertas SD/USB WiFi Network Adapters |
|
|
|
License: Redistributable, no modification permitted |
|
|
|
# Automatically converted from old format: Redistributable, no modification permitted - review is highly recommended. |
|
|
|
|
|
|
|
License: LicenseRef-Callaway-Redistributable-no-modification-permitted |
|
|
|
Requires: linux-firmware-whence |
|
|
|
Requires: linux-firmware-whence |
|
|
|
Obsoletes: libertas-sd8686-firmware < %{version}-%{release} |
|
|
|
Obsoletes: libertas-sd8686-firmware < %{version}-%{release} |
|
|
|
Obsoletes: libertas-sd8787-firmware < %{version}-%{release} |
|
|
|
Obsoletes: libertas-sd8787-firmware < %{version}-%{release} |
|
|
@ -182,28 +198,32 @@ Including the SD 8686/8787 and USB 8388/8388. |
|
|
|
|
|
|
|
|
|
|
|
%package -n mt7xxx-firmware |
|
|
|
%package -n mt7xxx-firmware |
|
|
|
Summary: Firmware for Mediatek 7600/7900 series WiFi/Bluetooth adapters |
|
|
|
Summary: Firmware for Mediatek 7600/7900 series WiFi/Bluetooth adapters |
|
|
|
License: Redistributable, no modification permitted |
|
|
|
# Automatically converted from old format: Redistributable, no modification permitted - review is highly recommended. |
|
|
|
|
|
|
|
License: LicenseRef-Callaway-Redistributable-no-modification-permitted |
|
|
|
Requires: linux-firmware-whence |
|
|
|
Requires: linux-firmware-whence |
|
|
|
%description -n mt7xxx-firmware |
|
|
|
%description -n mt7xxx-firmware |
|
|
|
Firmware for Mediatek 7600/7900 series WiFi/Bluetooth adapters |
|
|
|
Firmware for Mediatek 7600/7900 series WiFi/Bluetooth adapters |
|
|
|
|
|
|
|
|
|
|
|
%package -n nxpwireless-firmware |
|
|
|
%package -n nxpwireless-firmware |
|
|
|
Summary: Firmware for NXP WiFi/Bluetooth/UWB adapters |
|
|
|
Summary: Firmware for NXP WiFi/Bluetooth/UWB adapters |
|
|
|
License: Redistributable, no modification permitted |
|
|
|
# Automatically converted from old format: Redistributable, no modification permitted - review is highly recommended. |
|
|
|
|
|
|
|
License: LicenseRef-Callaway-Redistributable-no-modification-permitted |
|
|
|
Requires: linux-firmware-whence |
|
|
|
Requires: linux-firmware-whence |
|
|
|
%description -n nxpwireless-firmware |
|
|
|
%description -n nxpwireless-firmware |
|
|
|
Firmware for NXP WiFi/Bluetooth/UWB adapters. |
|
|
|
Firmware for NXP WiFi/Bluetooth/UWB adapters. |
|
|
|
|
|
|
|
|
|
|
|
%package -n realtek-firmware |
|
|
|
%package -n realtek-firmware |
|
|
|
Summary: Firmware for Realtek WiFi/Bluetooth adapters |
|
|
|
Summary: Firmware for Realtek WiFi/Bluetooth adapters |
|
|
|
License: Redistributable, no modification permitted |
|
|
|
# Automatically converted from old format: Redistributable, no modification permitted - review is highly recommended. |
|
|
|
|
|
|
|
License: LicenseRef-Callaway-Redistributable-no-modification-permitted |
|
|
|
Requires: linux-firmware-whence |
|
|
|
Requires: linux-firmware-whence |
|
|
|
%description -n realtek-firmware |
|
|
|
%description -n realtek-firmware |
|
|
|
Firmware for Realtek WiFi/Bluetooth adapters |
|
|
|
Firmware for Realtek WiFi/Bluetooth adapters |
|
|
|
|
|
|
|
|
|
|
|
%package -n tiwilink-firmware |
|
|
|
%package -n tiwilink-firmware |
|
|
|
Summary: Firmware for Texas Instruments WiFi/Bluetooth adapters |
|
|
|
Summary: Firmware for Texas Instruments WiFi/Bluetooth adapters |
|
|
|
License: Redistributable, no modification permitted |
|
|
|
# Automatically converted from old format: Redistributable, no modification permitted - review is highly recommended. |
|
|
|
|
|
|
|
License: LicenseRef-Callaway-Redistributable-no-modification-permitted |
|
|
|
Requires: linux-firmware-whence |
|
|
|
Requires: linux-firmware-whence |
|
|
|
%description -n tiwilink-firmware |
|
|
|
%description -n tiwilink-firmware |
|
|
|
Firmware for Texas Instruments WiFi/Bluetooth adapters |
|
|
|
Firmware for Texas Instruments WiFi/Bluetooth adapters |
|
|
@ -211,35 +231,40 @@ Firmware for Texas Instruments WiFi/Bluetooth adapters |
|
|
|
# SMART NIC and network switch firmwares |
|
|
|
# SMART NIC and network switch firmwares |
|
|
|
%package -n liquidio-firmware |
|
|
|
%package -n liquidio-firmware |
|
|
|
Summary: Firmware for Cavium LiquidIO Intelligent Server Adapter |
|
|
|
Summary: Firmware for Cavium LiquidIO Intelligent Server Adapter |
|
|
|
License: Redistributable, no modification permitted |
|
|
|
# Automatically converted from old format: Redistributable, no modification permitted - review is highly recommended. |
|
|
|
|
|
|
|
License: LicenseRef-Callaway-Redistributable-no-modification-permitted |
|
|
|
Requires: linux-firmware-whence |
|
|
|
Requires: linux-firmware-whence |
|
|
|
%description -n liquidio-firmware |
|
|
|
%description -n liquidio-firmware |
|
|
|
Firmware for Cavium LiquidIO Intelligent Server Adapter |
|
|
|
Firmware for Cavium LiquidIO Intelligent Server Adapter |
|
|
|
|
|
|
|
|
|
|
|
%package -n mlxsw_spectrum-firmware |
|
|
|
%package -n mlxsw_spectrum-firmware |
|
|
|
Summary: Firmware for Mellanox Spectrum 1/2/3 Switches |
|
|
|
Summary: Firmware for Mellanox Spectrum 1/2/3 Switches |
|
|
|
License: Redistributable, no modification permitted |
|
|
|
# Automatically converted from old format: Redistributable, no modification permitted - review is highly recommended. |
|
|
|
|
|
|
|
License: LicenseRef-Callaway-Redistributable-no-modification-permitted |
|
|
|
Requires: linux-firmware-whence |
|
|
|
Requires: linux-firmware-whence |
|
|
|
%description -n mlxsw_spectrum-firmware |
|
|
|
%description -n mlxsw_spectrum-firmware |
|
|
|
Firmware for Mellanox Spectrumi series 1/2/3 ethernet switches. |
|
|
|
Firmware for Mellanox Spectrumi series 1/2/3 ethernet switches. |
|
|
|
|
|
|
|
|
|
|
|
%package -n mrvlprestera-firmware |
|
|
|
%package -n mrvlprestera-firmware |
|
|
|
Summary: Firmware for Marvell Prestera Switchdev/ASIC devices |
|
|
|
Summary: Firmware for Marvell Prestera Switchdev/ASIC devices |
|
|
|
License: Redistributable, no modification permitted |
|
|
|
# Automatically converted from old format: Redistributable, no modification permitted - review is highly recommended. |
|
|
|
|
|
|
|
License: LicenseRef-Callaway-Redistributable-no-modification-permitted |
|
|
|
Requires: linux-firmware-whence |
|
|
|
Requires: linux-firmware-whence |
|
|
|
%description -n mrvlprestera-firmware |
|
|
|
%description -n mrvlprestera-firmware |
|
|
|
Firmware for Marvell Prestera Switchdev/ASIC devices |
|
|
|
Firmware for Marvell Prestera Switchdev/ASIC devices |
|
|
|
|
|
|
|
|
|
|
|
%package -n netronome-firmware |
|
|
|
%package -n netronome-firmware |
|
|
|
Summary: Firmware for Netronome Smart NICs |
|
|
|
Summary: Firmware for Netronome Smart NICs |
|
|
|
License: Redistributable, no modification permitted |
|
|
|
# Automatically converted from old format: Redistributable, no modification permitted - review is highly recommended. |
|
|
|
|
|
|
|
License: LicenseRef-Callaway-Redistributable-no-modification-permitted |
|
|
|
Requires: linux-firmware-whence |
|
|
|
Requires: linux-firmware-whence |
|
|
|
%description -n netronome-firmware |
|
|
|
%description -n netronome-firmware |
|
|
|
Firmware for Netronome Smart NICs |
|
|
|
Firmware for Netronome Smart NICs |
|
|
|
|
|
|
|
|
|
|
|
%package -n qed-firmware |
|
|
|
%package -n qed-firmware |
|
|
|
Summary: Firmware for Marvell FastLinQ adapters family |
|
|
|
Summary: Firmware for Marvell FastLinQ adapters family |
|
|
|
License: Redistributable, no modification permitted |
|
|
|
# Automatically converted from old format: Redistributable, no modification permitted - review is highly recommended. |
|
|
|
|
|
|
|
License: LicenseRef-Callaway-Redistributable-no-modification-permitted |
|
|
|
Requires: linux-firmware-whence |
|
|
|
Requires: linux-firmware-whence |
|
|
|
%description -n qed-firmware |
|
|
|
%description -n qed-firmware |
|
|
|
Firmware for Marvell FastLinQ adapters family (QDE), this device |
|
|
|
Firmware for Marvell FastLinQ adapters family (QDE), this device |
|
|
@ -249,7 +274,8 @@ and ethernet including SRIOV, DCB etc. |
|
|
|
# Silicon Vendor specific |
|
|
|
# Silicon Vendor specific |
|
|
|
%package -n qcom-firmware |
|
|
|
%package -n qcom-firmware |
|
|
|
Summary: Firmware for Qualcomm SoCs |
|
|
|
Summary: Firmware for Qualcomm SoCs |
|
|
|
License: Redistributable, no modification permitted |
|
|
|
# Automatically converted from old format: Redistributable, no modification permitted - review is highly recommended. |
|
|
|
|
|
|
|
License: LicenseRef-Callaway-Redistributable-no-modification-permitted |
|
|
|
Requires: linux-firmware-whence |
|
|
|
Requires: linux-firmware-whence |
|
|
|
Requires: atheros-firmware = %{version}-%{release} |
|
|
|
Requires: atheros-firmware = %{version}-%{release} |
|
|
|
%description -n qcom-firmware |
|
|
|
%description -n qcom-firmware |
|
|
@ -260,7 +286,8 @@ modem, Sensor DSPs. |
|
|
|
# Vision and ISP hardware |
|
|
|
# Vision and ISP hardware |
|
|
|
%package -n intel-vsc-firmware |
|
|
|
%package -n intel-vsc-firmware |
|
|
|
Summary: Firmware files for Intel Visual Sensing Controller (IVSC) |
|
|
|
Summary: Firmware files for Intel Visual Sensing Controller (IVSC) |
|
|
|
License: Redistributable, no modification permitted |
|
|
|
# Automatically converted from old format: Redistributable, no modification permitted - review is highly recommended. |
|
|
|
|
|
|
|
License: LicenseRef-Callaway-Redistributable-no-modification-permitted |
|
|
|
Requires: linux-firmware-whence |
|
|
|
Requires: linux-firmware-whence |
|
|
|
%description -n intel-vsc-firmware |
|
|
|
%description -n intel-vsc-firmware |
|
|
|
Firmware files for Intel Visual Sensing Controller (IVSC) for |
|
|
|
Firmware files for Intel Visual Sensing Controller (IVSC) for |
|
|
@ -269,14 +296,16 @@ Tiger Lake, Alder Lake and Raptor Lake SoCs and the IPU3/6 firmware. |
|
|
|
# Sound codec hardware |
|
|
|
# Sound codec hardware |
|
|
|
%package -n cirrus-audio-firmware |
|
|
|
%package -n cirrus-audio-firmware |
|
|
|
Summary: Firmware for Cirrus audio amplifiers and codecs |
|
|
|
Summary: Firmware for Cirrus audio amplifiers and codecs |
|
|
|
License: Redistributable, no modification permitted |
|
|
|
# Automatically converted from old format: Redistributable, no modification permitted - review is highly recommended. |
|
|
|
|
|
|
|
License: LicenseRef-Callaway-Redistributable-no-modification-permitted |
|
|
|
Requires: linux-firmware-whence |
|
|
|
Requires: linux-firmware-whence |
|
|
|
%description -n cirrus-audio-firmware |
|
|
|
%description -n cirrus-audio-firmware |
|
|
|
Firmware for Cirrus audio amplifiers and codecs |
|
|
|
Firmware for Cirrus audio amplifiers and codecs |
|
|
|
|
|
|
|
|
|
|
|
%package -n intel-audio-firmware |
|
|
|
%package -n intel-audio-firmware |
|
|
|
Summary: Firmware for Intel audio DSP amplifiers and codecs |
|
|
|
Summary: Firmware for Intel audio DSP amplifiers and codecs |
|
|
|
License: Redistributable, no modification permitted |
|
|
|
# Automatically converted from old format: Redistributable, no modification permitted - review is highly recommended. |
|
|
|
|
|
|
|
License: LicenseRef-Callaway-Redistributable-no-modification-permitted |
|
|
|
Requires: linux-firmware-whence |
|
|
|
Requires: linux-firmware-whence |
|
|
|
%description -n intel-audio-firmware |
|
|
|
%description -n intel-audio-firmware |
|
|
|
Firmware for Intel audio DSP amplifiers and codecs |
|
|
|
Firmware for Intel audio DSP amplifiers and codecs |
|
|
@ -284,7 +313,8 @@ Firmware for Intel audio DSP amplifiers and codecs |
|
|
|
# Random other hardware |
|
|
|
# Random other hardware |
|
|
|
%package -n dvb-firmware |
|
|
|
%package -n dvb-firmware |
|
|
|
Summary: Firmware for various DVB broadcast receivers |
|
|
|
Summary: Firmware for various DVB broadcast receivers |
|
|
|
License: Redistributable, no modification permitted |
|
|
|
# Automatically converted from old format: Redistributable, no modification permitted - review is highly recommended. |
|
|
|
|
|
|
|
License: LicenseRef-Callaway-Redistributable-no-modification-permitted |
|
|
|
Requires: linux-firmware-whence |
|
|
|
Requires: linux-firmware-whence |
|
|
|
%description -n dvb-firmware |
|
|
|
%description -n dvb-firmware |
|
|
|
Firmware for various DVB broadcast receivers. These include the |
|
|
|
Firmware for various DVB broadcast receivers. These include the |
|
|
@ -301,8 +331,10 @@ Terratec H5 DRX-K, ITEtech IT9135 Ax and Bx, and av7110. |
|
|
|
mkdir -p %{buildroot}/%{_firmwarepath} |
|
|
|
mkdir -p %{buildroot}/%{_firmwarepath} |
|
|
|
mkdir -p %{buildroot}/%{_firmwarepath}/updates |
|
|
|
mkdir -p %{buildroot}/%{_firmwarepath}/updates |
|
|
|
|
|
|
|
|
|
|
|
make COPYOPTS="-v --xz" \ |
|
|
|
make DESTDIR=%{buildroot}/ FIRMWAREDIR=%{_firmwarepath} install-xz |
|
|
|
DESTDIR=%{buildroot}/ FIRMWAREDIR=%{_firmwarepath} install |
|
|
|
%if %{undefined rhel} |
|
|
|
|
|
|
|
make DESTDIR=%{buildroot}/ FIRMWAREDIR=%{_firmwarepath} dedup |
|
|
|
|
|
|
|
%endif |
|
|
|
|
|
|
|
|
|
|
|
#Cleanup files we don't want to ship |
|
|
|
#Cleanup files we don't want to ship |
|
|
|
pushd %{buildroot}/%{_firmwarepath} |
|
|
|
pushd %{buildroot}/%{_firmwarepath} |
|
|
@ -342,6 +374,7 @@ sed -i -e 's:^./::' linux-firmware.{files,dirs} |
|
|
|
sed \ |
|
|
|
sed \ |
|
|
|
-i -e '/^a300_p/d' \ |
|
|
|
-i -e '/^a300_p/d' \ |
|
|
|
-i -e '/^amdgpu/d' \ |
|
|
|
-i -e '/^amdgpu/d' \ |
|
|
|
|
|
|
|
-i -e '/^amdnpu/d' \ |
|
|
|
-i -e '/^amd/d' \ |
|
|
|
-i -e '/^amd/d' \ |
|
|
|
-i -e '/^amdtee/d' \ |
|
|
|
-i -e '/^amdtee/d' \ |
|
|
|
-i -e '/^amd-ucode/d' \ |
|
|
|
-i -e '/^amd-ucode/d' \ |
|
|
@ -412,8 +445,9 @@ sed -e 's/^/%%dir /' linux-firmware.dirs >> linux-firmware.files |
|
|
|
|
|
|
|
|
|
|
|
# GPU firmwares |
|
|
|
# GPU firmwares |
|
|
|
%files -n amd-gpu-firmware |
|
|
|
%files -n amd-gpu-firmware |
|
|
|
%license LICENSE.radeon LICENSE.amdgpu |
|
|
|
%license LICENSE.radeon LICENSE.amdgpu LICENSE.amdnpu |
|
|
|
%{_firmwarepath}/amdgpu/ |
|
|
|
%{_firmwarepath}/amdgpu/ |
|
|
|
|
|
|
|
%{_firmwarepath}/amdnpu/ |
|
|
|
%{_firmwarepath}/radeon/ |
|
|
|
%{_firmwarepath}/radeon/ |
|
|
|
|
|
|
|
|
|
|
|
%files -n intel-gpu-firmware |
|
|
|
%files -n intel-gpu-firmware |
|
|
@ -492,6 +526,7 @@ sed -e 's/^/%%dir /' linux-firmware.dirs >> linux-firmware.files |
|
|
|
%{_firmwarepath}/iwlwifi-Qu*.ucode* |
|
|
|
%{_firmwarepath}/iwlwifi-Qu*.ucode* |
|
|
|
%{_firmwarepath}/iwlwifi-ty-a0* |
|
|
|
%{_firmwarepath}/iwlwifi-ty-a0* |
|
|
|
%{_firmwarepath}/iwlwifi-so-a0* |
|
|
|
%{_firmwarepath}/iwlwifi-so-a0* |
|
|
|
|
|
|
|
%{_firmwarepath}/iwlwifi-bz-b0* |
|
|
|
|
|
|
|
|
|
|
|
%files -n libertas-firmware |
|
|
|
%files -n libertas-firmware |
|
|
|
%license LICENCE.Marvell LICENCE.OLPC |
|
|
|
%license LICENCE.Marvell LICENCE.OLPC |
|
|
@ -600,6 +635,168 @@ sed -e 's/^/%%dir /' linux-firmware.dirs >> linux-firmware.files |
|
|
|
%{_firmwarepath}/v4l-cx2* |
|
|
|
%{_firmwarepath}/v4l-cx2* |
|
|
|
|
|
|
|
|
|
|
|
%changelog |
|
|
|
%changelog |
|
|
|
|
|
|
|
* Tue Dec 10 2024 Peter Robinson <pbrobinson@fedoraproject.org> - 20241210-1 |
|
|
|
|
|
|
|
- Update to upstream 20241210 |
|
|
|
|
|
|
|
- Update firmware file for Intel BlazarU core |
|
|
|
|
|
|
|
- amdgpu: numerous firmware updates |
|
|
|
|
|
|
|
- upstream amdnpu firmware |
|
|
|
|
|
|
|
- QCA: Add Bluetooth nvm files for WCN785x |
|
|
|
|
|
|
|
- i915: Update Xe2LPD DMC to v2.24 |
|
|
|
|
|
|
|
- cirrus: cs35l56: Add firmware for Cirrus CS35L56 for various Dell laptops |
|
|
|
|
|
|
|
- iwlwifi: add Bz-gf FW for core89-91 release |
|
|
|
|
|
|
|
- QCA: Update Bluetooth WCN785x firmware to 2.0.0-00515-2 |
|
|
|
|
|
|
|
- ice: update ice DDP wireless_edge package to 1.3.20.0 |
|
|
|
|
|
|
|
- ice: update ice DDP comms package to 1.3.52.0 |
|
|
|
|
|
|
|
- ice: update ice DDP package to ice-1.3.41.0 |
|
|
|
|
|
|
|
- amdgpu: update DMCUB to v9.0.10.0 for DCN314/DCN351 |
|
|
|
|
|
|
|
- Update AMD cpu microcode |
|
|
|
|
|
|
|
- xe: Update GUC to v70.36.0 for BMG, LNL |
|
|
|
|
|
|
|
- i915: Update GUC to v70.36.0 for ADL-P, DG1, DG2, MTL, TGL |
|
|
|
|
|
|
|
- iwlwifi: add Bz-gf FW for core91-69 release |
|
|
|
|
|
|
|
- qcom: venus-5.4: add venus firmware file for qcs615 |
|
|
|
|
|
|
|
- qcom: update venus firmware file for SC7280 |
|
|
|
|
|
|
|
- QCA: Add 22 bluetooth firmware nvm files for QCA2066 |
|
|
|
|
|
|
|
- mediatek MT7921/MT7922: update bluetooth firmware |
|
|
|
|
|
|
|
- update for MT7921/MT7922 WiFi device |
|
|
|
|
|
|
|
- qcom: Add QDU100 firmware image files. |
|
|
|
|
|
|
|
- qcom: Update aic100 firmware files |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Nov 11 2024 Peter Robinson <pbrobinson@fedoraproject.org> - 20241110-1 |
|
|
|
|
|
|
|
- Update to upstream 20241110 |
|
|
|
|
|
|
|
- rtl_bt: Update RTL8852BT/RTL8852BE-VT BT USB FW to 0x04D7_63F7 |
|
|
|
|
|
|
|
- cnm: update chips&media wave521c firmware. |
|
|
|
|
|
|
|
- MT7920: update WiFi/bluetooth firmware |
|
|
|
|
|
|
|
- copy-firmware.sh: Run check_whence.py only if in a git repo |
|
|
|
|
|
|
|
- cirrus: cs35l56: Add firmware for Cirrus CS35L56 for various Dell laptops |
|
|
|
|
|
|
|
- amdgpu: update DMCUB to v9.0.10.0 for DCN351 |
|
|
|
|
|
|
|
- rtw89: 8852a: update fw to v0.13.36.2 |
|
|
|
|
|
|
|
- rtw88: Add firmware v52.14.0 for RTL8812AU |
|
|
|
|
|
|
|
- i915: Update Xe2LPD DMC to v2.23 |
|
|
|
|
|
|
|
- MT7925: update WiFi/bluetooth firmware |
|
|
|
|
|
|
|
- WHENCE: Add sof-tolg for mt8195 |
|
|
|
|
|
|
|
- Update firmware file for Intel BlazarI core |
|
|
|
|
|
|
|
- qcom: Add link for QCS6490 GPU firmware |
|
|
|
|
|
|
|
- qcom: update gpu firmwares for qcs615 chipset |
|
|
|
|
|
|
|
- cirrus: cs35l56: Update firmware for Cirrus Amps for some HP laptops |
|
|
|
|
|
|
|
- ath11k: move WCN6750 firmware to the device-specific subdir |
|
|
|
|
|
|
|
- xe: Update LNL GSC to v104.0.0.1263 |
|
|
|
|
|
|
|
- i915: Update MTL/ARL GSC to v102.1.15.1926 |
|
|
|
|
|
|
|
- amdgpu: DMCUB updates for various AMDGPU ASICs |
|
|
|
|
|
|
|
- mediatek: Add sof-tolg for mt8195 |
|
|
|
|
|
|
|
- i915: Add Xe3LPD DMC |
|
|
|
|
|
|
|
- Add firmware for Cirrus CS35L41 |
|
|
|
|
|
|
|
- Update firmware file for Intel BlazarU core |
|
|
|
|
|
|
|
- Makefile: error out of 'install' if COPYOPTS is set |
|
|
|
|
|
|
|
- check_whence.py: skip some validation if git ls-files fails |
|
|
|
|
|
|
|
- qcom: Add Audio firmware for X1E80100 CRD/QCPs |
|
|
|
|
|
|
|
- amdgpu: DMCUB updates forvarious AMDGPU ASICs |
|
|
|
|
|
|
|
- brcm: replace NVRAM for Jetson TX1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Oct 19 2024 Adam Williamson <awilliam@redhat.com> - 20241017-2 |
|
|
|
|
|
|
|
- Fix compression / deduplication for upstream changes in 20241017 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Oct 17 2024 Peter Robinson <pbrobinson@fedoraproject.org> - 20241017-1 |
|
|
|
|
|
|
|
- Update to upstream 20241017 |
|
|
|
|
|
|
|
- rtlwifi: Update firmware for RTL8192FU to v7.3 |
|
|
|
|
|
|
|
- Remove execute bit from firmware files |
|
|
|
|
|
|
|
- rtl_nic: add firmware rtl8125d-1 |
|
|
|
|
|
|
|
- iwlwifi: add gl/Bz FW for core91-69 release |
|
|
|
|
|
|
|
- iwlwifi: update ty/So/Ma firmwares for core91-69 release |
|
|
|
|
|
|
|
- iwlwifi: update cc/Qu/QuZ firmwares for core91-69 release |
|
|
|
|
|
|
|
- cirrus: cs35l56: Add firmware for Cirrus CS35L56 for somt7996me ASUS/HP/Lenovo Laptops |
|
|
|
|
|
|
|
- update firmware for en8811h 2.5G ethernet phy |
|
|
|
|
|
|
|
- mtk_wed: add firmware for mt7988 Wireless Ethernet Dispatcher |
|
|
|
|
|
|
|
- ath12k: WCN7850 hw2.0: update board-2.bin |
|
|
|
|
|
|
|
- ath12k: QCN9274 hw2.0: add to WLAN.WBE.1.3.1-00162-QCAHKSWPL_SILICONZ-1 |
|
|
|
|
|
|
|
- ath12k: QCN9274 hw2.0: add board-2.bin |
|
|
|
|
|
|
|
- Add a link from TAS2XXX1EB3.bin -> ti/tas2781/TAS2XXX1EB30.bin |
|
|
|
|
|
|
|
- tas2781: Upload dsp firmware for ASUS laptop 1EB30 & 1EB31 |
|
|
|
|
|
|
|
- rtlwifi: Add firmware v39.0 for RTL8192DU |
|
|
|
|
|
|
|
- Revert "ath12k: WCN7850 hw2.0: update board-2.bin" |
|
|
|
|
|
|
|
- QCA: Add Bluetooth firmwares for WCN785x with UART transport |
|
|
|
|
|
|
|
- amdgpu: DMCUB DCN35 update |
|
|
|
|
|
|
|
- brcm: Add BCM4354 NVRAM for Jetson TX1 |
|
|
|
|
|
|
|
- brcm: Link FriendlyElec NanoPi M4 to AP6356S nvram |
|
|
|
|
|
|
|
- add firmware for MediaTek Bluetooth chip (MT7920) |
|
|
|
|
|
|
|
- add firmware for MT7920 |
|
|
|
|
|
|
|
- amdgpu: update numerous firmware |
|
|
|
|
|
|
|
- qcom: update gpu firmwares for qcm6490 chipset |
|
|
|
|
|
|
|
- mt76: mt7996: add firmware files for mt7992/mt7996 chipset variants |
|
|
|
|
|
|
|
- qcom: add gpu firmwares for sa8775p chipset |
|
|
|
|
|
|
|
- rtw89: 8922a: add fw format-2 v0.35.42.1 |
|
|
|
|
|
|
|
- WHENCE: Fix battmgr.jsn entry type |
|
|
|
|
|
|
|
- qcom: qcm6490: add ADSP and CDSP firmware |
|
|
|
|
|
|
|
- Update firmware file for various Intel Bluetooth |
|
|
|
|
|
|
|
- rtl_bt: Update RTL8852B BT USB FW to 0x0447_9301 |
|
|
|
|
|
|
|
- realtek: rt1320: Add patch firmware of MCU |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Sep 9 2024 Peter Robinson <pbrobinson@fedoraproject.org> - 20240909-1 |
|
|
|
|
|
|
|
- Update to upstream 20240909 |
|
|
|
|
|
|
|
- i915: Update MTL DMC v2.23 |
|
|
|
|
|
|
|
- cirrus: cs35l56: Add firmware for Cirrus CS35L54 for some HP laptops |
|
|
|
|
|
|
|
- amdgpu: Revert sienna cichlid dmcub firmware update |
|
|
|
|
|
|
|
- iwlwifi: add Bz FW for core89-58 release |
|
|
|
|
|
|
|
- rtl_nic: add firmware rtl8126a-3 |
|
|
|
|
|
|
|
- update MT7921 WiFi/bluetooth device firmware |
|
|
|
|
|
|
|
- amdgpu: update DMCUB to v0.0.232.0 for DCN314 and DCN351 |
|
|
|
|
|
|
|
- amdgpu: DMCUB updates forvarious AMDGPU ASICs |
|
|
|
|
|
|
|
- rtw89: 8922a: add fw format-1 v0.35.41.0 |
|
|
|
|
|
|
|
- update MT7925 WiFi/bluetooth device firmware |
|
|
|
|
|
|
|
- rtl_bt: Add firmware and config files for RTL8922A |
|
|
|
|
|
|
|
- rtl_bt: Add firmware file for the the RTL8723CS Bluetooth part |
|
|
|
|
|
|
|
- rtl_bt: de-dupe identical config.bin files |
|
|
|
|
|
|
|
- rename rtl8723bs_config-OBDA8723.bin -> rtl_bt/rtl8723bs_config.bin |
|
|
|
|
|
|
|
- Update AMD SEV firmware |
|
|
|
|
|
|
|
- update firmware for MT7996 |
|
|
|
|
|
|
|
- Revert "i915: Update MTL DMC v2.22" |
|
|
|
|
|
|
|
- ath12k: WCN7850 hw2.0: update board-2.bin |
|
|
|
|
|
|
|
- ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.41 |
|
|
|
|
|
|
|
- ath11k: WCN6855 hw2.0: update board-2.bin |
|
|
|
|
|
|
|
- ath11k: QCA2066 hw2.1: add to WLAN.HSP.1.1-03926.13-QCAHSPSWPL_V2_SILICONZ_CE-2.52297.3 |
|
|
|
|
|
|
|
- ath11k: QCA2066 hw2.1: add board-2.bin |
|
|
|
|
|
|
|
- ath11k: IPQ5018 hw1.0: update to WLAN.HK.2.6.0.1-01291-QCAHKSWPL_SILICONZ-1 |
|
|
|
|
|
|
|
- qcom: vpu: add video firmware for sa8775p |
|
|
|
|
|
|
|
- amdgpu: DMCUB updates for various AMDGPU ASICs |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Sep 02 2024 Miroslav Suchý <msuchy@redhat.com> - 20240811-3 |
|
|
|
|
|
|
|
- convert license to SPDX |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Aug 16 2024 Peter Robinson <pbrobinson@fedoraproject.org> - 20240811-2 |
|
|
|
|
|
|
|
- Delete intel sound topology files - duped in alsa-sof-firmware |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 12 2024 Peter Robinson <pbrobinson@fedoraproject.org> - 20240811-1 |
|
|
|
|
|
|
|
- Update to upstream 20240811 |
|
|
|
|
|
|
|
- qcom: update path for video firmware for vpu-1/2/3.0 |
|
|
|
|
|
|
|
- QCA: Update Bluetooth WCN685x 2.1 firmware to 2.1.0-00642 |
|
|
|
|
|
|
|
- rtw89: 8852c: add fw format-1 v0.27.97.0 |
|
|
|
|
|
|
|
- rtw89: 8852bt: add firmware 0.29.91.0 |
|
|
|
|
|
|
|
- amdgpu: A lot of firmware updates |
|
|
|
|
|
|
|
- mediatek: Update mt8195 SOF firmware |
|
|
|
|
|
|
|
- xe: First GuC release v70.29.2 for BMG |
|
|
|
|
|
|
|
- xe: Add GuC v70.29.2 for LNL |
|
|
|
|
|
|
|
- i915: Add GuC v70.29.2 for ADL-P, DG1, DG2, MTL, and TGL |
|
|
|
|
|
|
|
- i915: Update MTL DMC v2.22, MTL GSC to v102.0.10.1878 |
|
|
|
|
|
|
|
- xe: Add BMG HuC 8.2.10, GSC 104.0.0.1161 for LNL, LNL HuC 9.4.13 |
|
|
|
|
|
|
|
- i915: update DG2 HuC to v7.10.16 |
|
|
|
|
|
|
|
- QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00641 |
|
|
|
|
|
|
|
- update firmware for MT7921/MT7922 WiFi device |
|
|
|
|
|
|
|
- update firmware for mediatek bluetooth chip (MT7921/MT7922) |
|
|
|
|
|
|
|
- iwlwifi: add gl FW for core89-58 release |
|
|
|
|
|
|
|
- iwlwifi: update cc/Qu/QuZ firmwares for core89-58 release |
|
|
|
|
|
|
|
- mediatek: Update mt8195 SOF firmware and sof-tplg |
|
|
|
|
|
|
|
- ASoC: tas2781: fix the license issue for tas781 firmware |
|
|
|
|
|
|
|
- rtl_bt: Update RTL8852B BT USB FW to 0x048F_4008 |
|
|
|
|
|
|
|
- i915: Update Xe2LPD DMC to v2.21 |
|
|
|
|
|
|
|
- qcom: move signed x1e80100 signed firmware to the SoC subdir |
|
|
|
|
|
|
|
- qcom: add video firmware file for vpu-3.0 |
|
|
|
|
|
|
|
- amdgpu: update DMCUB to v0.0.225.0 for Various AMDGPU Asics |
|
|
|
|
|
|
|
- qcom: add gpu firmwares for x1e80100 chipset |
|
|
|
|
|
|
|
- add firmware for qat_402xx devices |
|
|
|
|
|
|
|
- Update AMD cpu microcode |
|
|
|
|
|
|
|
- intel: avs: Add numerous sound topology files |
|
|
|
|
|
|
|
- Add a copy of Apache-2.0 |
|
|
|
|
|
|
|
- intel: avs: Update AudioDSP base firmware for APL-based platforms |
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 10 2024 Peter Robinson <pbrobinson@fedoraproject.org> - 20240709-1 |
|
|
|
* Wed Jul 10 2024 Peter Robinson <pbrobinson@fedoraproject.org> - 20240709-1 |
|
|
|
- Update to upstream 20240709 |
|
|
|
- Update to upstream 20240709 |
|
|
|
- Add ISH firmware file for Intel Lunar Lake platform |
|
|
|
- Add ISH firmware file for Intel Lunar Lake platform |
|
|
@ -743,327 +940,3 @@ sed -e 's/^/%%dir /' linux-firmware.dirs >> linux-firmware.files |
|
|
|
- QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00629 |
|
|
|
- QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00629 |
|
|
|
- amdgpu: DMCUB updates for various AMDGPU ASICs |
|
|
|
- amdgpu: DMCUB updates for various AMDGPU ASICs |
|
|
|
- qcom: Add Audio firmware for SM8550/SM8650 QRD |
|
|
|
- qcom: Add Audio firmware for SM8550/SM8650 QRD |
|
|
|
|
|
|
|
|
|
|
|
* Wed Dec 13 2023 Peter Robinson <pbrobinson@fedoraproject.org> - 20231211-1 |
|
|
|
|
|
|
|
- Update to upstream 20231211 release |
|
|
|
|
|
|
|
- wfx: update to firmware 3.17 |
|
|
|
|
|
|
|
- wfx: fix broken firmware |
|
|
|
|
|
|
|
- Update AMD cpu microcode |
|
|
|
|
|
|
|
- cxgb4: Update firmware to revision 1.27.5.0 |
|
|
|
|
|
|
|
- add firmware for en8811h 2.5G ethernet phy |
|
|
|
|
|
|
|
- s5p-mfc: Add MFC v12 Firmware |
|
|
|
|
|
|
|
- Add a COPYOPTS variable |
|
|
|
|
|
|
|
- rtl_bt: Update RTL8852A BT USB firmware to 0xDFC8_145F |
|
|
|
|
|
|
|
- ice: update ice DDP wireless_edge package to 1.3.13.0 |
|
|
|
|
|
|
|
- Update firmware for MT7921/MT7922 Bluetooth device |
|
|
|
|
|
|
|
- Update firmware for MT7921/MT7922 WiFi device |
|
|
|
|
|
|
|
- amdgpu: update DMCUB firmware to 0.0.194.0 for DCN321 and DCN32 |
|
|
|
|
|
|
|
- qcom: update qcm2290/qrb4210 firmware |
|
|
|
|
|
|
|
- qcom: update qcm2290/qrb4210 WiFi firmware file |
|
|
|
|
|
|
|
- qcom: update Venus firmware file for v6.0 |
|
|
|
|
|
|
|
- powervr: add firmware for Imagination Technologies AXE-1-16M GPU |
|
|
|
|
|
|
|
- ice: update ice DDP comms package to 1.3.45.0 |
|
|
|
|
|
|
|
- ice: update ice DDP package to 1.3.35.0 |
|
|
|
|
|
|
|
- mediatek: Remove an unused packed library |
|
|
|
|
|
|
|
- mediatek: Sync shared memory structure changes |
|
|
|
|
|
|
|
- Intel Bluetooth: Update firmware file for Intel Bluetooth BE200 |
|
|
|
|
|
|
|
- amdgpu: update DMCUB firmware to 0.0.193.0 for DCN31 and DCN314 |
|
|
|
|
|
|
|
- i915: Update MTL DMC to v2.19 |
|
|
|
|
|
|
|
- iwlwifi: fix for the new FWs from core83-55 release |
|
|
|
|
|
|
|
- iwlwifi: add new FWs from core83-55 release |
|
|
|
|
|
|
|
- iwlwifi: update cc/Qu/QuZ firmwares for core83-55 release |
|
|
|
|
|
|
|
- Add firmware for Cirrus CS35L41 for HP G11 Laptops/2024 ASUS Zenbook Laptops |
|
|
|
|
|
|
|
- add firmware for mt7988 internal 2.5G ethernet phy |
|
|
|
|
|
|
|
- Update firmware for Magnetor Intel Bluetooth AX101/AX203/AX211 |
|
|
|
|
|
|
|
- Update firmware for SolarF Intel Bluetooth AX101/AX203/AX211 |
|
|
|
|
|
|
|
- Update firmware for Solar Intel Bluetooth AX101/AX203/AX210/AX211 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Nov 14 2023 Peter Robinson <pbrobinson@fedoraproject.org> - 20231111-1 |
|
|
|
|
|
|
|
- Update to upstream 20231111 release |
|
|
|
|
|
|
|
- Move AMD SEV and TEE firmware to amd-ucode package |
|
|
|
|
|
|
|
- amdgpu: DMCUB updates for various AMDGPU ASICs |
|
|
|
|
|
|
|
- nvidia: add GSP-RM version 535.113.01 firmware images |
|
|
|
|
|
|
|
- Update firmware file for Intel Bluetooth AX101/AX203/AX210/AX211/BE200 |
|
|
|
|
|
|
|
- amdgpu: DMCUB updates for various AMDGPU ASICs |
|
|
|
|
|
|
|
- qca: add bluetooth firmware for WCN3988 |
|
|
|
|
|
|
|
- ixp4xx: Add the IXP4xx firmware |
|
|
|
|
|
|
|
- rtw89: 8852b: update fw to v0.29.29.5 |
|
|
|
|
|
|
|
- rtw89: 8851b: update fw to v0.29.41.3 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Oct 30 2023 Peter Robinson <pbrobinson@fedoraproject.org> - 20231030-1 |
|
|
|
|
|
|
|
- Update to upstream 20231030 release |
|
|
|
|
|
|
|
- Update firmware file for Intel Bluetooth AX203/AX210/AX211/ |
|
|
|
|
|
|
|
- Update firmware file for Intel Bluetooth Magnetor AX101/AX201/AX211 |
|
|
|
|
|
|
|
- rtl_nic: update firmware of RTL8156B |
|
|
|
|
|
|
|
- Update AMD cpu microcode |
|
|
|
|
|
|
|
- amdgpu: update SMU 13.0.0 firmware |
|
|
|
|
|
|
|
- add Amlogic bluetooth firmware |
|
|
|
|
|
|
|
- i915: Add GuC v70.13.1 for DG2, TGL, ADL-P and MTL |
|
|
|
|
|
|
|
- iwlwifi: add a missing FW from core80-39 release |
|
|
|
|
|
|
|
- WHENCE: add symlink for BananaPi M64 |
|
|
|
|
|
|
|
- i915: Update MTL DMC to v2.17 |
|
|
|
|
|
|
|
- amdgpu: update various firmware from 5.7 branch |
|
|
|
|
|
|
|
- iwlwifi: add FWs for new GL and MA device types with multiple RF modules |
|
|
|
|
|
|
|
- amd_pmf: Add initial PMF TA for Smart PC Solution Builder |
|
|
|
|
|
|
|
- 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 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Oct 17 2023 Michel Lind <salimma@fedoraproject.org> - 20230919-4 |
|
|
|
|
|
|
|
- Create amd-ucode-firmware subpackage |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Oct 16 2023 Michel Lind <salimma@fedoraproject.org> - 20230919-3 |
|
|
|
|
|
|
|
- Re-add recommended firmware accidentally dropped in -2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Oct 02 2023 Neal Gompa <ngompa@fedoraproject.org> - 20230919-2 |
|
|
|
|
|
|
|
- Flip conditional to make weak-installing firmware the default |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Sep 19 2023 Peter Robinson <pbrobinson@fedoraproject.org> - 20230919-1 |
|
|
|
|
|
|
|
- Update to upstream 20230919 release |
|
|
|
|
|
|
|
- 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 |
|
|
|
|
|
|
|
- qcom: 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 |
|
|
|
|
|
|
|
- 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 |
|
|
|
|
|
|
|
- Update firmware file for Intel Bluetooth AX200/AX201/AX203/AX210/AX211 |
|
|
|
|
|
|
|
- Update firmware for qat_4xxx devices |
|
|
|
|
|
|
|
- Update AMD SEV firmware |
|
|
|
|
|
|
|
- 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 |
|
|
|
|
|
|
|
- cirrus: Add CS35L41 firmware for HP G11 models |
|
|
|
|
|
|
|
- Update AMD cpu microcode |
|
|
|
|
|
|
|
- rtl_bt: Add firmware v2 file for RTL8852C |
|
|
|
|
|
|
|
- Revert "rtl_bt: Update RTL8852C BT USB firmware to 0x040D_7225" |
|
|
|
|
|
|
|
- cxgb4: Update firmware to revision 1.27.4.0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Aug 10 2023 Peter Robinson <pbrobinson@fedoraproject.org> - 20230804-153 |
|
|
|
|
|
|
|
- Update AMD cpu microcode |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Aug 06 2023 Peter Robinson <pbrobinson@fedoraproject.org> - 20230804-152 |
|
|
|
|
|
|
|
- Update to upstream 20230804 release |
|
|
|
|
|
|
|
- Split out QCom Arm IP firmware |
|
|
|
|
|
|
|
- Merge Marvell libertas WiFi firmware |
|
|
|
|
|
|
|
- Mellanox: Add new mlxsw_spectrum firmware xx.2012.1012 |
|
|
|
|
|
|
|
- Add URL for latest FW binaries for NXP BT chipsets |
|
|
|
|
|
|
|
- rtw89: 8851b: update firmware to v0.29.41.1 |
|
|
|
|
|
|
|
- qcom: sdm845: add RB3 sensors DSP firmware |
|
|
|
|
|
|
|
- amdgpu: Update DMCUB for DCN314 & Yellow Carp |
|
|
|
|
|
|
|
- ice: add LAG-supporting DDP package |
|
|
|
|
|
|
|
- i915: Update MTL DMC to v2.13 |
|
|
|
|
|
|
|
- i915: Update ADLP DMC to v2.20 |
|
|
|
|
|
|
|
- cirrus: Add CS35L41 firmware for Dell Oasis Models |
|
|
|
|
|
|
|
- copy-firmware: Fix linking directories when using compression |
|
|
|
|
|
|
|
- copy-firmware: Fix test: unexpected operator |
|
|
|
|
|
|
|
- qcom: sc8280xp: LENOVO: remove directory sym link |
|
|
|
|
|
|
|
- qcom: sc8280xp: LENOVO: Remove execute bits |
|
|
|
|
|
|
|
- amdgpu: update VCN 4.0.0 firmware |
|
|
|
|
|
|
|
- amdgpu: add initial SMU 13.0.10 firmware |
|
|
|
|
|
|
|
- amdgpu: add initial SDMA 6.0.3 firmware |
|
|
|
|
|
|
|
- amdgpu: add initial PSP 13.0.10 firmware |
|
|
|
|
|
|
|
- amdgpu: add initial GC 11.0.3 firmware |
|
|
|
|
|
|
|
- Update AMD fam17h cpu microcode |
|
|
|
|
|
|
|
- Update AMD cpu microcode |
|
|
|
|
|
|
|
- amdgpu: update various generation VCN firmware |
|
|
|
|
|
|
|
- amdgpu: update DMCUB to v0.0.175.0 for various AMDGPU ASICs |
|
|
|
|
|
|
|
- Updated NXP SR150 UWB firmware |
|
|
|
|
|
|
|
- wfx: update to firmware 3.16.1 |
|
|
|
|
|
|
|
- mediatek: Update mt8195 SCP firmware to support 10bit mode |
|
|
|
|
|
|
|
- i915: update DG2 GuC to v70.8.0 |
|
|
|
|
|
|
|
- i915: update to GuC 70.8.0 and HuC 8.5.1 for MTL |
|
|
|
|
|
|
|
- cirrus: Add CS35L41 firmware for ASUS ROG 2023 Models |
|
|
|
|
|
|
|
- Partially revert "amdgpu: DMCUB updates for DCN 3.1.4 and 3.1.5" |
|
|
|
|
|
|
|
- Update firmware for MT7922 WiFi/Bluetooth device |
|
|
|
|
|
|
|
- Update firmware file for Intel Bluetooth AX200/201/203/210/211 |
|
|
|
|
|
|
|
- Fix qcom ASoC tglp WHENCE entry |
|
|
|
|
|
|
|
- check_whence: Check link targets are valid |
|
|
|
|
|
|
|
- iwlwifi: add new FWs from core80-39 release |
|
|
|
|
|
|
|
- iwlwifi: update cc/Qu/QuZ firmwares for core80-39 release |
|
|
|
|
|
|
|
- qcom: Add Audio firmware for SC8280XP X13s |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Jul 02 2023 Peter Robinson <pbrobinson@fedoraproject.org> - 20230625-151 |
|
|
|
|
|
|
|
- Update to upstream 20230625 release |
|
|
|
|
|
|
|
- Move to upstreamed compression support |
|
|
|
|
|
|
|
- Minor spec cleanups |
|
|
|
|
|
|
|
- wilc1000: update WILC1000 firmware to v16.0 |
|
|
|
|
|
|
|
- ice: update ice DDP wireless_edge package to 1.3.10.0 |
|
|
|
|
|
|
|
- amdgpu: DMCUB updates for DCN 3.1.4 and 3.1.5 |
|
|
|
|
|
|
|
- amdgpu: update DMCUB to v0.0.172.0 for various AMDGPU ASICs |
|
|
|
|
|
|
|
- qcom: Update the microcode files for Adreno a630 GPUs. |
|
|
|
|
|
|
|
- qcom: sdm845: rename the modem firmware |
|
|
|
|
|
|
|
- qcom: sdm845: update remoteproc firmware |
|
|
|
|
|
|
|
- rtl_bt: Update RTL8852A BT USB firmware to 0xDAC7_480D |
|
|
|
|
|
|
|
- rtl_bt: Update RTL8852C BT USB firmware to 0x040D_7225 |
|
|
|
|
|
|
|
- update firmware for MT7921/MT7922 WiFi device |
|
|
|
|
|
|
|
- update firmware for mediatek MT7921/MT7922 bluetooth chip (MT7922) |
|
|
|
|
|
|
|
- i915: Add HuC v8.5.0 for MTL |
|
|
|
|
|
|
|
- mediatek: Update mt8195 SCP firmware to support hevc |
|
|
|
|
|
|
|
- qcom: apq8016: add Dragonboard 410c WiFi and modem firmware |
|
|
|
|
|
|
|
- cirrus: Add firmware for new Asus ROG Laptops |
|
|
|
|
|
|
|
- brcm: Add symlinks from Pine64 devices to AW-CM256SM.txt |
|
|
|
|
|
|
|
- amdgpu: Update GC 11.0.1 and 11.0.4 |
|
|
|
|
|
|
|
- rtw89: 8851b: add firmware v0.29.41.0 |
|
|
|
|
|
|
|
- amdgpu: various firmware updates for amd.5.5 release |
|
|
|
|
|
|
|
- ice: update ice DDP comms package to 1.3.40.0 |
|
|
|
|
|
|
|
- rtlwifi: Add firmware v6.0 for RTL8192FU |
|
|
|
|
|
|
|
- rtlwifi: Update firmware for RTL8188EU to v28.0 |
|
|
|
|
|
|
|
- cxgb4: Update firmware to revision 1.27.3.0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri May 26 2023 Herton R. Krzesinski <herton@redhat.com> |
|
|
|
|
|
|
|
- Join iwl3945-firmware and iwl4965-firmware into iwlegacy-firmware package. |
|
|
|
|
|
|
|
- Create iwlwifi-dvm-firmware subpackage and fold some subpackages into it. |
|
|
|
|
|
|
|
- Create iwlwifi-mvm-firmware subpackage and fold some subpackages into it. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue May 16 2023 Peter Robinson <pbrobinson@fedoraproject.org> - 20230515-150 |
|
|
|
|
|
|
|
- Update to upstream 20230515 release |
|
|
|
|
|
|
|
- Drop ancient iwlwifi versioning and use upstream date format version |
|
|
|
|
|
|
|
- cirrus: Add firmware and tuning files for HP G10 series laptops |
|
|
|
|
|
|
|
- update firmware for mediatek bluetooth chip (MT7922) |
|
|
|
|
|
|
|
- WHENCE: Cleanup Realtek BT firmware provenance |
|
|
|
|
|
|
|
- update firmware for MT7922 WiFi device |
|
|
|
|
|
|
|
- cnm: update chips&media wave521c firmware. |
|
|
|
|
|
|
|
- cirrus: Add firmware and tuning files for Lenovo ThinkPad P1 Gen 6 |
|
|
|
|
|
|
|
- i915: Add GuC v70.6.6 for MTL |
|
|
|
|
|
|
|
- amdgpu: update DCN 3.1.6 DMCUB firmware |
|
|
|
|
|
|
|
- rtl_bt: Update RTL8852B BT USB firmware to 0xDBC6_B20F |
|
|
|
|
|
|
|
- rtl_bt: Update RTL8761B BT USB firmware to 0xDFC6_D922 |
|
|
|
|
|
|
|
- rtl_bt: Update RTL8761B BT UART firmware to 0x9DC6_D922 |
|
|
|
|
|
|
|
- rtl_nic: update firmware of USB devices |
|
|
|
|
|
|
|
- Update firmware file for Intel Bluetooth AX20x/AX21x |
|
|
|
|
|
|
|
- update firmware for MT7981 |
|
|
|
|
|
|
|
- qca: Update firmware files for BT chip WCN6750 |
|
|
|
|
|
|
|
- mt76xx: Move the old Mediatek WiFi firmware to mediatek |
|
|
|
|
|
|
|
- rtl_bt: Add firmware and config files for RTL8851B |
|
|
|
|
|
|
|
- Update AMD cpu microcode |
|
|
|
|
|
|
|
- add firmware for MT7981 |
|
|
|
|
|
|
|
- update firmware for MT7921 WiFi device |
|
|
|
|
|
|
|
- update firmware for mediatek bluetooth chip (MT7921) |
|
|
|
|
|
|
|
- update Intel qat firmware |
|
|
|
|
|
|
|
- Add firmware for Cirrus CS35L41 on Lenovo Laptops |
|
|
|
|
|
|
|
- update firmware for MT7916 |
|
|
|
|
|
|
|
- rtw89: 8852b: update format-1 fw to v0.29.29.1 |
|
|
|
|
|
|
|
- rtw89: 8852c: update fw to v0.27.56.13 |
|
|
|
|
|
|
|
- ath11k: WCN6855 hw2.0: update board-2.bin |
|
|
|
|
|
|
|
- ath11k: WCN6750 hw1.0: update to WLAN.MSL.1.0.1-01160-QCAMSLSWPLZ-1 |
|
|
|
|
|
|
|
- ath11k: QCN9074 hw1.0: update to WLAN.HK.2.7.0.1-01744-QCAHKSWPL_SILICONZ-1 |
|
|
|
|
|
|
|
- ath11k: IPQ8074 hw2.0: update to WLAN.HK.2.7.0.1-01744-QCAHKSWPL_SILICONZ-1 |
|
|
|
|
|
|
|
- ath11k: IPQ8074 hw2.0: update board-2.bin |
|
|
|
|
|
|
|
- ath11k: IPQ6018 hw1.0: update to WLAN.HK.2.7.0.1-01744-QCAHKSWPL_SILICONZ-1 |
|
|
|
|
|
|
|
- ath11k: IPQ6018 hw1.0: update board-2.bin |
|
|
|
|
|
|
|
- ath10k: QCA99X0 hw2.0: update board-2.bin |
|
|
|
|
|
|
|
- ath10k: QCA9984 hw1.0: update board-2.bin |
|
|
|
|
|
|
|
- ath10k: QCA9888 hw2.0: update board-2.bin |
|
|
|
|
|
|
|
- ath10k: QCA6174 hw3.0: update board-2.bin |
|
|
|
|
|
|
|
- ath10k: QCA4019 hw1.0: update board-2.bin |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Apr 09 2023 Peter Robinson <pbrobinson@fedoraproject.org> - 20230404-149 |
|
|
|
|
|
|
|
- Split Realtek, Qcom Atheros, Mediatek, brcmfmac WiFi/BT firmwares to subpackages |
|
|
|
|
|
|
|
- Update to upstream 20230404 release |
|
|
|
|
|
|
|
- nvidia: update Tu10x and Tu11x signed firmware to support newer Turing HW |
|
|
|
|
|
|
|
- update firmware for MT7922 WiFi/Bluetooth device |
|
|
|
|
|
|
|
- Amphion: Update vpu firmware |
|
|
|
|
|
|
|
- iwlwifi: add new FWs from core78-32 release |
|
|
|
|
|
|
|
- iwlwifi: update 9000-family firmwares to core78-32 |
|
|
|
|
|
|
|
- amdgpu: Update SDMA 6.0.1 firmware |
|
|
|
|
|
|
|
- amdgpu: Add PSP 13.0.11 firmware |
|
|
|
|
|
|
|
- amdgpu: Update PSP 13.0.4 firmware |
|
|
|
|
|
|
|
- amdgpu: Update GC 11.0.1 firmware |
|
|
|
|
|
|
|
- amdgpu: Update DCN 3.1.4 firmware |
|
|
|
|
|
|
|
- amdgpu: Add GC 11.0.4 firmware |
|
|
|
|
|
|
|
- rtw88: 8822c: Update normal firmware to v9.9.15 |
|
|
|
|
|
|
|
- Update firmware for Intel Bluetooth 9462/9560/AX101/AX203/AX210/AX211 |
|
|
|
|
|
|
|
- add firmware files for NXP BT chipsets |
|
|
|
|
|
|
|
- rtw89: 8852b: update format-1 fw to v0.29.29.0 |
|
|
|
|
|
|
|
- rtw89: 8852b: add format-1 fw v0.29.26.0 |
|
|
|
|
|
|
|
- rtw89: 8852b: rollback firmware to v0.27.32.1 |
|
|
|
|
|
|
|
- i915: Update MTL DMC to v2.12 |
|
|
|
|
|
|
|
- i915: Update ADLP DMC to v2.19 |
|
|
|
|
|
|
|
- mediatek: Update mt8192/mt8195 SCP firmware to support MM21 and MT21 |
|
|
|
|
|
|
|
- iwlwifi: update core69 and core72 firmwares for So device |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Mar 12 2023 Peter Robinson <pbrobinson@fedoraproject.org> - 20230310-148 |
|
|
|
|
|
|
|
- Update to upstream 20230310 release |
|
|
|
|
|
|
|
- qat: update licence text |
|
|
|
|
|
|
|
- rtl_bt: Update RTL8822C BT USB firmware to 0x0CC6_D2E3 |
|
|
|
|
|
|
|
- rtl_bt: Update RTL8822C BT UART firmware to 0x05C6_D2E3 |
|
|
|
|
|
|
|
- add fw for qat_4xxx |
|
|
|
|
|
|
|
- Fix symlinks for Intel firmware |
|
|
|
|
|
|
|
- update firmware for mediatek bluetooth chip (MT7921) |
|
|
|
|
|
|
|
- update firmware for MT7921 WiFi device |
|
|
|
|
|
|
|
- iwlwifi: update core69 and core72 firmwares for Ty device |
|
|
|
|
|
|
|
- rtlwifi: Add firmware v16.0 for RTL8710BU aka RTL8188GU |
|
|
|
|
|
|
|
- brcm: Add nvram for the Lenovo Yoga Book X90F / X90L convertible |
|
|
|
|
|
|
|
- brcm: Fix Xiaomi Inc Mipad2 nvram/.txt file macaddr |
|
|
|
|
|
|
|
- brcm: Add nvram for the Advantech MICA-071 tablet |
|
|
|
|
|
|
|
- rtl_bt: Update RTL8852C BT USB firmware to 0xD7B8_FABF |
|
|
|
|
|
|
|
- rtl_bt: Add firmware and config files for RTL8821CS |
|
|
|
|
|
|
|
- rtw89: 8852b: update fw to v0.29.29.0 |
|
|
|
|
|
|
|
- liquidio: remove lio_23xx_vsw.bin |
|
|
|
|
|
|
|
- intel: avs: Add AudioDSP base firmware for CNL-based platforms |
|
|
|
|
|
|
|
- intel: avs: Add AudioDSP base firmware for APL-based platforms |
|
|
|
|
|
|
|
- intel: avs: Add AudioDSP base firmware for SKL-based platforms |
|
|
|
|
|
|
|
- ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.23 |
|
|
|
|
|
|
|
- ath11k: WCN6855 hw2.0: update board-2.bin |
|
|
|
|
|
|
|
- ath11k: WCN6750 hw1.0: update board-2.bin |
|
|
|
|
|
|
|
- ath11k: IPQ5018 hw1.0: add to WLAN.HK.2.6.0.1-00861-QCAHKSWPL_SILICONZ-1 |
|
|
|
|
|
|
|
- ath11k: IPQ5018 hw1.0: add board-2.bin |
|
|
|
|
|
|
|
- ath10k: QCA6174 hw3.0: update firmware-sdio-6.bin to version WLAN.RMH.4.4.1-00174 |
|
|
|
|
|
|
|
- ath10k: WCN3990 hw1.0: update board-2.bin |
|
|
|
|
|
|
|
- cnm: update chips&media wave521c firmware. |
|
|
|
|
|
|
|
- amdgpu: Update GC 11.0.1 firmware |
|
|
|
|
|
|
|
- intel: catpt: Add AudioDSP base firmware for BDW platforms |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Feb 12 2023 Peter Robinson <pbrobinson@fedoraproject.org> - 20230210-147 |
|
|
|
|
|
|
|
- Update to upstream 20230210 release |
|
|
|
|
|
|
|
- Update AMD cpu microcode |
|
|
|
|
|
|
|
- brcm: revert firmware files for Cypress devices |
|
|
|
|
|
|
|
- brcm: restore previous firmware file for BCM4329 device |
|
|
|
|
|
|
|
- rtw88: 8822c: Update normal firmware to v9.9.14 |
|
|
|
|
|
|
|
- i915: Add DMC v2.11 for MTL |
|
|
|
|
|
|
|
- Add firmware for Cirrus CS35L41 on UM3402 ASUS Laptop |
|
|
|
|
|
|
|
- Add missing tuning files for HP Laptops using Cirrus Amps |
|
|
|
|
|
|
|
- i915: Add DMC v2.18 for ADLP |
|
|
|
|
|
|
|
- amdgpu: Add VCN 4.0.2 firmware |
|
|
|
|
|
|
|
- amdgpu: Add PSP 13.0.4 firmware |
|
|
|
|
|
|
|
- amdgpu: Add SDMA 6.0.1 fimware |
|
|
|
|
|
|
|
- amdgpu: Add GC 11.0.1 firmware |
|
|
|
|
|
|
|
- amdgpu: Add DCN 3.1.4 firmware |
|
|
|
|
|
|
|
- iwlwifi: remove old intermediate 5.15+ firmwares |
|
|
|
|
|
|
|
- iwlwifi: remove 5.10 and 5.15 intermediate old firmwares |
|
|
|
|
|
|
|
- iwlwifi: remove 5.4 and 5.10 intermediate old firmwares |
|
|
|
|
|
|
|
- iwlwifi: remove 4.19 and 5.4 intermediate old firmwares |
|
|
|
|
|
|
|
- iwlwifi: remove old unsupported older than 4.14 LTS |
|
|
|
|
|
|
|
- update firmware for MT7921 WiFi device |
|
|
|
|
|
|
|
- update firmware for mediatek bluetooth chip (MT7921) |
|
|
|
|
|
|
|
- amdgpu: update vangogh firmware |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jan 23 2023 Peter Robinson <pbrobinson@fedoraproject.org> - 20230117-146 |
|
|
|
|
|
|
|
- Update to upstream 20230117 release |
|
|
|
|
|
|
|
- Update for Intel Bluetooth AX200/201/210/211/9260/9560 |
|
|
|
|
|
|
|
- brcm: add configuration files for CyberTan WC121 |
|
|
|
|
|
|
|
- qcom: add firmware files for Adreno A200 |
|
|
|
|
|
|
|
- rtw89: 8852c: update fw to v0.27.56.10 |
|
|
|
|
|
|
|
- QCA: Add Bluetooth firmware for QCA2066 |
|
|
|
|
|
|
|
- amdgpu: a bunch of additions/updates from amd-5.4 |
|
|
|
|
|
|
|
- iwlwifi: add/update new FWs from core76-35 release |
|
|
|
|
|
|
|
- iwlwifi: update cc/Qu/QuZ firmwares for core76-35 release |
|
|
|
|
|
|
|
- iwlwifi: add new FWs from core75-47 release |
|
|
|
|
|
|
|
- iwlwifi: update 9000-family firmwares to core75-47 |
|
|
|
|
|
|
|
- amdgpu: update renoir PSP/DMCUB firmware |
|
|
|
|
|
|
|
- amdgpu: update copyright date for LICENSE.amdgpu |
|
|
|
|
|
|
|
- update firmware for MT7921/MT7922 WiFi device |
|
|
|
|
|
|
|
- update firmware for mediatek bluetooth chip (MT7921/MT7922) |
|
|
|
|
|
|
|
- cxgb4: Update firmware to revision 1.27.1.0 |
|
|
|
|
|
|
|
- qca: Update firmware files for BT chip WCN6750 |
|
|
|
|
|
|
|