Compare commits
No commits in common. "c8" and "imports/c8-beta/linux-firmware-20210702-103.gitd79c2677.el8" have entirely different histories.
c8
...
imports/c8
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/linux-firmware-20240827.tar.xz
|
SOURCES/linux-firmware-20210702.tar.xz
|
||||||
|
@ -1 +1 @@
|
|||||||
02d5f70045c58f61637ad752a686559cb0a88869 SOURCES/linux-firmware-20240827.tar.xz
|
91675ece058a35bda93cfc2dfa741f86042e5a39 SOURCES/linux-firmware-20210702.tar.xz
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
%global checkout 3cff7109
|
%global checkout d79c2677
|
||||||
|
|
||||||
%global firmware_release 124
|
%global firmware_release 103
|
||||||
|
|
||||||
%global _firmwarepath /usr/lib/firmware
|
%global _firmwarepath /usr/lib/firmware
|
||||||
%define _binaries_in_noarch_packages_terminate_build 0
|
%define _binaries_in_noarch_packages_terminate_build 0
|
||||||
|
|
||||||
Name: linux-firmware
|
Name: linux-firmware
|
||||||
Version: 20240827
|
Version: 20210702
|
||||||
Release: %{firmware_release}.git%{checkout}%{?dist}
|
Release: %{firmware_release}.git%{checkout}%{?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
|
License: GPL+ and GPLv2+ and MIT and Redistributable, no modification permitted
|
||||||
@ -16,7 +16,7 @@ BuildArch: noarch
|
|||||||
# Tarball created from upstream git checkout using the following steps:
|
# Tarball created from upstream git checkout using the following steps:
|
||||||
# 1) echo "/liquidio/lio_23xx_vsw.bin export-ignore" > .gitattributes # (GPL violation, see bug 1637694)
|
# 1) echo "/liquidio/lio_23xx_vsw.bin export-ignore" > .gitattributes # (GPL violation, see bug 1637694)
|
||||||
# This is still causing problems in RHEL9 (see bug 1959913) and because of that we should keep out of RHEL8 too
|
# This is still causing problems in RHEL9 (see bug 1959913) and because of that we should keep out of RHEL8 too
|
||||||
# 2) git archive --worktree-attributes --format=tar --prefix=linux-firmware-%%{checkout}/ %%{checkout} | xz > linux-firmware-%%{version}.tar.xz
|
# 2) git archive --worktree-attributes --format=tar --prefix=linux-firmware-%{checkout}/ %{checkout} | xz > linux-firmware-%{version}.tar.xz
|
||||||
Source0: %{name}-%{version}.tar.xz
|
Source0: %{name}-%{version}.tar.xz
|
||||||
|
|
||||||
Provides: kernel-firmware = %{version} xorg-x11-drv-ati-firmware = 7.0
|
Provides: kernel-firmware = %{version} xorg-x11-drv-ati-firmware = 7.0
|
||||||
@ -276,13 +276,7 @@ git am %{patches}
|
|||||||
%install
|
%install
|
||||||
mkdir -p $RPM_BUILD_ROOT/%{_firmwarepath}
|
mkdir -p $RPM_BUILD_ROOT/%{_firmwarepath}
|
||||||
mkdir -p $RPM_BUILD_ROOT/%{_firmwarepath}/updates
|
mkdir -p $RPM_BUILD_ROOT/%{_firmwarepath}/updates
|
||||||
|
make DESTDIR=%{buildroot}/ FIRMWAREDIR=%{_firmwarepath} install
|
||||||
# Move amd-ucode readme to docs directory due to dracut issue (RHEL-16799)
|
|
||||||
mkdir -p %{buildroot}/%{_defaultdocdir}/%{name}/amd-ucode
|
|
||||||
mv -f amd-ucode/README %{buildroot}/%{_defaultdocdir}/%{name}/amd-ucode
|
|
||||||
|
|
||||||
# copy-firmware.sh requires rdfind unless we pass --ignore-duplicates.
|
|
||||||
make DESTDIR=%{buildroot}/ FIRMWAREDIR=%{_firmwarepath} COPYOPTS="--ignore-duplicates" install
|
|
||||||
|
|
||||||
pushd $RPM_BUILD_ROOT/%{_firmwarepath}
|
pushd $RPM_BUILD_ROOT/%{_firmwarepath}
|
||||||
# Remove firmware shipped in separate packages already
|
# Remove firmware shipped in separate packages already
|
||||||
@ -304,9 +298,6 @@ rm -f ctefx.bin ctspeq.bin
|
|||||||
# Remove cxgb3 (T3 adapter) firmware (see bug 1503721)
|
# Remove cxgb3 (T3 adapter) firmware (see bug 1503721)
|
||||||
rm -rf cxgb3
|
rm -rf cxgb3
|
||||||
|
|
||||||
# Remove obsolete and password-protected vgxe firmware (see bug 2108051)
|
|
||||||
rm -rf vxge
|
|
||||||
|
|
||||||
# Remove superfluous infra files
|
# Remove superfluous infra files
|
||||||
rm -f check_whence.py configure Makefile README
|
rm -f check_whence.py configure Makefile README
|
||||||
|
|
||||||
@ -405,12 +396,6 @@ sed -e 's/^/%%dir /' linux-firmware.dirs >> linux-firmware.files
|
|||||||
%{_firmwarepath}/iwlwifi-Qu*.ucode
|
%{_firmwarepath}/iwlwifi-Qu*.ucode
|
||||||
%{_firmwarepath}/iwlwifi-ty-a0-gf-a0-*.ucode
|
%{_firmwarepath}/iwlwifi-ty-a0-gf-a0-*.ucode
|
||||||
%{_firmwarepath}/iwlwifi-ty-a0-gf-a0*.pnvm
|
%{_firmwarepath}/iwlwifi-ty-a0-gf-a0*.pnvm
|
||||||
%{_firmwarepath}/iwlwifi-so-a0-*.ucode
|
|
||||||
%{_firmwarepath}/iwlwifi-so-a0-*.pnvm
|
|
||||||
%{_firmwarepath}/iwlwifi-gl-*.ucode
|
|
||||||
%{_firmwarepath}/iwlwifi-gl-*.pnvm
|
|
||||||
%{_firmwarepath}/iwlwifi-ma-*.ucode
|
|
||||||
%{_firmwarepath}/iwlwifi-ma-*.pnvm
|
|
||||||
|
|
||||||
%files -n libertas-usb8388-firmware
|
%files -n libertas-usb8388-firmware
|
||||||
%license WHENCE LICENCE.Marvell
|
%license WHENCE LICENCE.Marvell
|
||||||
@ -434,554 +419,10 @@ sed -e 's/^/%%dir /' linux-firmware.dirs >> linux-firmware.files
|
|||||||
|
|
||||||
%files -f linux-firmware.files
|
%files -f linux-firmware.files
|
||||||
%dir %{_firmwarepath}
|
%dir %{_firmwarepath}
|
||||||
%doc %{_defaultdocdir}/%{name}
|
|
||||||
%license WHENCE LICENCE.*
|
%license WHENCE LICENCE.*
|
||||||
%config(noreplace) %{_firmwarepath}/netronome/nic_AMDA*
|
%config(noreplace) %{_firmwarepath}/netronome/nic_AMDA*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Aug 27 2024 Denys Vlasenko <dvlasenk@redhat.com> - 20240827-124.git3cff7109
|
|
||||||
- AMD SEV: IOMMU improperly handles certain special address leading to a loss of guest integrity (RHEL-54256)
|
|
||||||
- AMD SEV: Incomplete system memory cleanup in SEV firmware corrupt guest private memory (RHEL-54237)
|
|
||||||
Changes since the last update are noted on items below, copied from
|
|
||||||
the git changelog of upstream linux-firmware repository.
|
|
||||||
- amdgpu: DMCUB updates forvarious AMDGPU ASICs
|
|
||||||
- rtw89: 8922a: add fw format-1 v0.35.41.0
|
|
||||||
- linux-firmware: update firmware for MT7925 WiFi device
|
|
||||||
- linux-firmware: update firmware for mediatek bluetooth chip (MT7925)
|
|
||||||
- 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
|
|
||||||
- linux-firmware: Update AMD SEV firmware
|
|
||||||
- linux-firmware: update firmware for MT7996
|
|
||||||
- Revert "i915: Update MTL DMC v2.22"
|
|
||||||
- Merge tag 'amd-2024-08-12' of https://gitlab.freedesktop.org/drm/firmware into amd-2024-08-12
|
|
||||||
- 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
|
|
||||||
- qcom: update path for video firmware for vpu-1/2/3.0
|
|
||||||
- Merge https://github.com/zijun-hu/qca_btfw into qca_btfw
|
|
||||||
- Merge tag 'rtw-fw-2024-08-08' of https://github.com/pkshih/linux-firmware into rtw89
|
|
||||||
- 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: Update ISP FW for isp v4.1.1
|
|
||||||
- Merge tag 'intel-2024-08-02' of https://gitlab.freedesktop.org/drm/firmware into intel-20240805
|
|
||||||
- Merge https://github.com/zijun-hu/qca_btfw into list-20240802
|
|
||||||
- mediatek: Update mt8195 SOF firmware
|
|
||||||
- Merge tag 'amd-2024-08-02' of https://gitlab.freedesktop.org/drm/firmware into amd-20240802
|
|
||||||
- amdgpu: DMCUB updates for DCN314
|
|
||||||
- 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
|
|
||||||
- i915: update MTL GSC to v102.0.10.1878
|
|
||||||
- xe: Add BMG HuC 8.2.10
|
|
||||||
- xe: Add GSC 104.0.0.1161 for LNL
|
|
||||||
- xe: Add LNL HuC 9.4.13
|
|
||||||
- i915: update DG2 HuC to v7.10.16
|
|
||||||
- amdgpu: Update ISP FW for isp v4.1.1
|
|
||||||
- amdgpu: Update ISP FW for isp v4.1.1
|
|
||||||
- amdgpu: add new ISP 4.1.1 firmware
|
|
||||||
- QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00641
|
|
||||||
- amdgpu: update DMCUB to v0.0.227.0 for DCN35 and DCN351
|
|
||||||
- Merge tag 'iwlwifi-fw-2024-07-25' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/iwlwifi/linux-firmware into iwlfifi-fw-2024-07
|
|
||||||
- Revert "iwlwifi: update ty/So/Ma firmwares for core89-58 release"
|
|
||||||
- linux-firmware: update firmware for MT7922 WiFi device
|
|
||||||
- linux-firmware: update firmware for MT7921 WiFi device
|
|
||||||
- linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
|
|
||||||
- linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
|
|
||||||
- iwlwifi: add gl FW for core89-58 release
|
|
||||||
- iwlwifi: update ty/So/Ma firmwares 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
|
|
||||||
- .gitignore: Ignore intermediate files
|
|
||||||
- i915: Update Xe2LPD DMC to v2.21
|
|
||||||
Resolves: RHEL-54256, RHEL-54237
|
|
||||||
|
|
||||||
* Tue Jul 16 2024 Denys Vlasenko <dvlasenk@redhat.com> - 20240715-123.git4c8fb21e
|
|
||||||
- [Intel 8.10 FEAT] [SRF] QAT_402XX firmware update (RHEL-47353)
|
|
||||||
Changes since the last update are noted on items below, copied from
|
|
||||||
the git changelog of upstream linux-firmware repository.
|
|
||||||
- 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
|
|
||||||
- linux-firmware: add firmware for qat_402xx devices
|
|
||||||
- amdgpu: update raven firmware
|
|
||||||
- amdgpu: update SMU 13.0.10 firmware
|
|
||||||
- amdgpu: update SDMA 6.0.3 firmware
|
|
||||||
- amdgpu: update PSP 13.0.10 firmware
|
|
||||||
- amdgpu: update GC 11.0.3 firmware
|
|
||||||
- amdgpu: update vega20 firmware
|
|
||||||
- amdgpu: update PSP 13.0.5 firmware
|
|
||||||
- amdgpu: update PSP 13.0.8 firmware
|
|
||||||
- amdgpu: update vega12 firmware
|
|
||||||
- amdgpu: update vega10 firmware
|
|
||||||
- amdgpu: update VCN 4.0.0 firmware
|
|
||||||
- amdgpu: update SDMA 6.0.0 firmware
|
|
||||||
- amdgpu: update PSP 13.0.0 firmware
|
|
||||||
- amdgpu: update GC 11.0.0 firmware
|
|
||||||
- amdgpu: update picasso firmware
|
|
||||||
- amdgpu: update beige goby firmware
|
|
||||||
- amdgpu: update vangogh firmware
|
|
||||||
- amdgpu: update dimgrey cavefish firmware
|
|
||||||
- amdgpu: update navy flounder firmware
|
|
||||||
- amdgpu: update PSP 13.0.11 firmware
|
|
||||||
- amdgpu: update GC 11.0.4 firmware
|
|
||||||
- amdgpu: update green sardine firmware
|
|
||||||
- amdgpu: update VCN 4.0.2 firmware
|
|
||||||
- amdgpu: update SDMA 6.0.1 firmware
|
|
||||||
- amdgpu: update PSP 13.0.4 firmware
|
|
||||||
- amdgpu: update GC 11.0.1 firmware
|
|
||||||
- amdgpu: update sienna cichlid firmware
|
|
||||||
- amdgpu: update VPE 6.1.1 firmware
|
|
||||||
- amdgpu: update VCN 4.0.6 firmware
|
|
||||||
- amdgpu: update SDMA 6.1.1 firmware
|
|
||||||
- amdgpu: update PSP 14.0.1 firmware
|
|
||||||
- amdgpu: update GC 11.5.1 firmware
|
|
||||||
- amdgpu: update VCN 4.0.5 firmware
|
|
||||||
- amdgpu: update SDMA 6.1.0 firmware
|
|
||||||
- amdgpu: update PSP 14.0.0 firmware
|
|
||||||
- amdgpu: update GC 11.5.0 firmware
|
|
||||||
- amdgpu: update navi14 firmware
|
|
||||||
- amdgpu: update renoir firmware
|
|
||||||
- amdgpu: update navi12 firmware
|
|
||||||
- amdgpu: update PSP 13.0.6 firmware
|
|
||||||
- amdgpu: update GC 9.4.3 firmware
|
|
||||||
- amdgpu: update yellow carp firmware
|
|
||||||
- amdgpu: update VCN 4.0.4 firmware
|
|
||||||
- amdgpu: update SMU 13.0.7 firmware
|
|
||||||
- amdgpu: update SDMA 6.0.2 firmware
|
|
||||||
- amdgpu: update PSP 13.0.7 firmware
|
|
||||||
- amdgpu: update GC 11.0.2 firmware
|
|
||||||
- amdgpu: update navi10 firmware
|
|
||||||
- amdgpu: update raven2 firmware
|
|
||||||
- amdgpu: update aldebaran firmware
|
|
||||||
- linux-firmware: Update AMD cpu microcode
|
|
||||||
- intel: avs: Add topology file for I2S Analog Devices 4567
|
|
||||||
- intel: avs: Add topology file for I2S Nuvoton 8825
|
|
||||||
- intel: avs: Add topology file for I2S Maxim 98927
|
|
||||||
- intel: avs: Add topology file for I2S Maxim 98373
|
|
||||||
- intel: avs: Add topology file for I2S Maxim 98357a
|
|
||||||
- intel: avs: Add topology file for I2S Dialog 7219
|
|
||||||
- intel: avs: Add topology file for I2S Realtek 5663
|
|
||||||
- intel: avs: Add topology file for I2S Realtek 5640
|
|
||||||
- intel: avs: Add topology file for I2S Realtek 5514
|
|
||||||
- intel: avs: Add topology file for I2S Realtek 298
|
|
||||||
- intel: avs: Add topology file for I2S Realtek 286
|
|
||||||
- intel: avs: Add topology file for I2S Realtek 274
|
|
||||||
- intel: avs: Add topology file for Digital Microphone Array
|
|
||||||
- intel: avs: Add topology file for HDMI codecs
|
|
||||||
- intel: avs: Add topology file for HDAudio codecs
|
|
||||||
- Add a copy of Apache-2.0
|
|
||||||
- intel: avs: Update AudioDSP base firmware for APL-based platforms
|
|
||||||
- linux-firmware: Add ISH firmware file for Intel Lunar Lake platform
|
|
||||||
- amdgpu: update DMCUB to v0.0.224.0 for Various AMDGPU Asics
|
|
||||||
- cirrus: cs35l41: Update various firmware for ASUS laptops using CS35L41
|
|
||||||
- amdgpu: Update ISP FW for isp v4.1.1
|
|
||||||
- linux-firmware: mediatek: Update MT8173 VPU firmware to v1.2.0
|
|
||||||
- qcom: Add AIC100 firmware files
|
|
||||||
- amlogic: Update bluetooth firmware binary
|
|
||||||
- linux-firmware: Update firmware file for Intel BlazarU core
|
|
||||||
- linux-firmware: Update firmware file for Intel Bluetooth Magnetor core
|
|
||||||
- linux-firmware: Update firmware file for Intel Bluetooth Solar core
|
|
||||||
- linux-firmware: Update firmware file for Intel Bluetooth Pulsar core
|
|
||||||
- rtl_bt: Update RTL8822C BT UART firmware to 0xB5D6_6DCB
|
|
||||||
- rtl_bt: Update RTL8822C BT USB firmware to 0xAED6_6DCB
|
|
||||||
- amdgpu: update DMCUB to v0.0.222.0 for DCN314
|
|
||||||
- iwlwifi: add ty/So/Ma firmwares for core88-87 release
|
|
||||||
- iwlwifi: update cc/Qu/QuZ firmwares for core88-87 release
|
|
||||||
- linux-firmware: add new cc33xx firmware for cc33xx chips
|
|
||||||
- cirrus: cs35l56: Update firmware for Cirrus CS35L56 for ASUS UM5606 laptop
|
|
||||||
- cirrus: cs35l56: Update firmware for Cirrus CS35L56 for various ASUS laptops
|
|
||||||
- Merge https://github.com/zijun-hu/qca_btfw into qca
|
|
||||||
Resolves: RHEL-47353
|
|
||||||
|
|
||||||
* Mon Jun 10 2024 Denys Vlasenko <dvlasenk@redhat.com> - 20240610-122.git90df68d2
|
|
||||||
- [Intel 8.10 FEAT] [SPR][EMR] QAT firmware update available (RHEL-15607)
|
|
||||||
- CVE-2023-31346 AMD SEV: Reserved fields in guest message responses may not be zero initialized [rhel-8.10.0] (RHEL-35596)
|
|
||||||
- amd-ucode early loading broken [rhel-8] (RHEL-16799)
|
|
||||||
Changes since the last update are noted on items below, copied from
|
|
||||||
the git changelog of upstream linux-firmware repository.
|
|
||||||
- linux-firmware: Add firmware for Lenovo Thinkbooks
|
|
||||||
- amdgpu: update yellow carp firmware
|
|
||||||
- amdgpu: update VCN 4.0.4 firmware
|
|
||||||
- amdgpu: update SDMA 6.0.2 firmware
|
|
||||||
- amdgpu: update PSP 13.0.7 firmware
|
|
||||||
- amdgpu: update GC 11.0.2 firmware
|
|
||||||
- amdgpu: update navi10 firmware
|
|
||||||
- amdgpu: update raven2 firmware
|
|
||||||
- amdgpu: update raven firmware
|
|
||||||
- amdgpu: update SMU 13.0.10 firmware
|
|
||||||
- amdgpu: update SDMA 6.0.3 firmware
|
|
||||||
- amdgpu: update PSP 13.0.10 firmware
|
|
||||||
- amdgpu: update GC 11.0.3 firmware
|
|
||||||
- amdgpu: update VCN 3.1.2 firmware
|
|
||||||
- amdgpu: update PSP 13.0.5 firmware
|
|
||||||
- amdgpu: update psp 13.0.8 firmware
|
|
||||||
- amdgpu: update vega20 firmware
|
|
||||||
- amdgpu: update vega12 firmware
|
|
||||||
- amdgpu: update vega10 firmware
|
|
||||||
- amdgpu: update VCN 4.0.0 firmware
|
|
||||||
- amdgpu: update smu 13.0.0 firmware
|
|
||||||
- amdgpu: update SDMA 6.0.0 firmware
|
|
||||||
- amdgpu: update PSP 13.0.0 firmware
|
|
||||||
- amdgpu: update GC 11.0.0 firmware
|
|
||||||
- amdgpu: update picasso firmware
|
|
||||||
- amdgpu: update beige goby firmware
|
|
||||||
- amdgpu: update vangogh firmware
|
|
||||||
- amdgpu: update dimgrey cavefish firmware
|
|
||||||
- amdgpu: update green sardine firmware
|
|
||||||
- amdgpu: update navy flounder firmware
|
|
||||||
- amdgpu: update PSP 13.0.11 firmware
|
|
||||||
- amdgpu: update GC 11.0.4 firmware
|
|
||||||
- amdgpu: update VCN 4.0.2 firmware
|
|
||||||
- amdgpu: update SDMA 6.0.1 firmware
|
|
||||||
- amdgpu: update PSP 13.0.4 firmware
|
|
||||||
- amdgpu: update GC 11.0.1 firmware
|
|
||||||
- amdgpu: update sienna cichlid firmware
|
|
||||||
- amdgpu: update VCN 4.0.5 firmware
|
|
||||||
- amdgpu: update PSP 14.0.0 firmware
|
|
||||||
- amdgpu: update GC 11.5.0 firmware
|
|
||||||
- amdgpu: update navi14 firmware
|
|
||||||
- amdgpu: update SMU 13.0.6 firmware
|
|
||||||
- amdgpu: update PSP 13.0.6 firmware
|
|
||||||
- amdgpu: update GC 9.4.3 firmware
|
|
||||||
- amdgpu: update renoir firmware
|
|
||||||
- amdgpu: update navi12 firmware
|
|
||||||
- amdgpu: update aldebaran firmware
|
|
||||||
- amdgpu: add support for PSP 14.0.1
|
|
||||||
- amdgpu: add support for VPE 6.1.1
|
|
||||||
- amdgpu: add support for VCN 4.0.6
|
|
||||||
- amdgpu: add support for SDMA 6.1.1
|
|
||||||
- amdgpu: add support for GC 11.5.1
|
|
||||||
- amdgpu: Add support for DCN 3.5.1
|
|
||||||
- cnm: update chips&media wave521c firmware.
|
|
||||||
- linux-firmware: Add ordinary firmware for RTL8821AU device
|
|
||||||
- amdgpu: add new ISP 4.1.1 firmware
|
|
||||||
- amdgpu: DMCUB updates for various AMDGPU ASICs
|
|
||||||
- linux-firmware: Amphion: Update vpu firmware
|
|
||||||
- linux-firmware: Update firmware file for Intel BlazarU core
|
|
||||||
- linux-firmware: Update firmware file for Intel Bluetooth Magnetor core
|
|
||||||
- linux-firmware: Update firmware file for Intel Bluetooth Solar core
|
|
||||||
- linux-firmware: Update firmware file for Intel Bluetooth Solar core
|
|
||||||
- i915: Add BMG DMC v2.06
|
|
||||||
- linux-firmware: Add CS35L41 HDA Firmware for Asus HN7306
|
|
||||||
- linux-firmware: Update firmware tuning for HP Consumer Laptop
|
|
||||||
- amdgpu: DMCUB updates for various AMDGPU ASICs
|
|
||||||
- rtl_bt: Update RTL8822C BT UART firmware to 0x0FD6_407B
|
|
||||||
- rtl_bt: Update RTL8822C BT USB firmware to 0x0ED6_407B
|
|
||||||
- cirrus: cs35l56: Add firmware for Cirrus CS35L56 for various ASUS laptops
|
|
||||||
- linux-firmware: Add firmware and tuning for Lenovo Y770S
|
|
||||||
- amdgpu: DMCUB updates for various AMDGPU ASICs
|
|
||||||
- linux-firmware: Add firmware for Cirrus CS35L56 for various HP laptops
|
|
||||||
- i915: Update Xe2LPD DMC to v2.20
|
|
||||||
- linux-firmware: Remove Calibration Firmware and Tuning for CS35L41
|
|
||||||
- linux-firmware: Add firmware for Lenovo Thinkbook 13X
|
|
||||||
- ASoC: tas2781: Add dsp firmware for Thinkpad ICE-1 laptop
|
|
||||||
- amdgpu: add DMCUB 3.5 firmware
|
|
||||||
- amdgpu: add VPE 6.1.0 firmware
|
|
||||||
- amdgpu: add VCN 4.0.5 firmware
|
|
||||||
- amdgpu: add UMSCH 4.0.0 firmware
|
|
||||||
- amdgpu: add SDMA 6.1.0 firmware
|
|
||||||
- amdgpu: add PSP 14.0.0 firmware
|
|
||||||
- amdgpu: add GC 11.5.0 firmware
|
|
||||||
- amdgpu: update license date
|
|
||||||
- Montage: update firmware for Mont-TSSE
|
|
||||||
- linux-firmware: Add tuning parameter configs for CS35L41 Firmware
|
|
||||||
- linux-firmware: Fix firmware names for Laptop SSID 104316a3
|
|
||||||
- linux-firmware: Add CS35L41 HDA Firmware for Lenovo Legion Slim 7 16ARHA7
|
|
||||||
- linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
|
|
||||||
- linux-firmware: update firmware for MT7922 WiFi device
|
|
||||||
- iwlwifi: add gl FW for core87-44 release
|
|
||||||
- iwlwifi: add ty/So/Ma firmwares for core87-44 release
|
|
||||||
- iwlwifi: update cc/Qu/QuZ firmwares for core87-44 release
|
|
||||||
- nvidia: Update Tegra210 XUSB firmware to v50.29
|
|
||||||
- amdgpu: update beige goby firmware
|
|
||||||
- amdgpu: update dimgrey cavefish firmware
|
|
||||||
- amdgpu: update psp 13.0.11 firmware
|
|
||||||
- amdgpu: update gc 11.0.4 firmware
|
|
||||||
- amdgpu: update navy flounder firmware
|
|
||||||
- amdgpu: update renoir firmware
|
|
||||||
- amdgpu: update vcn 4.0.2 firmware
|
|
||||||
- amdgpu: update sdma 6.0.1 firmware
|
|
||||||
- amdgpu: update psp 13.0.4 firmware
|
|
||||||
- amdgpu: update gc 11.0.1 firmware
|
|
||||||
- amdgpu: update sienna cichlid firmware
|
|
||||||
- amdgpu: update vega20 firmware
|
|
||||||
- amdgpu: update yellow carp firmware
|
|
||||||
- amdgpu: update green sardine firmware
|
|
||||||
- amdgpu: update vega12 firmware
|
|
||||||
- amdgpu: update raven2 firmware
|
|
||||||
- amdgpu: update vcn 4.0.4 firmware
|
|
||||||
- amdgpu: update smu 13.0.7 firmware
|
|
||||||
- amdgpu: update sdma 6.0.2 firmware
|
|
||||||
- amdgpu: update ipsp 13.0.7 firmware
|
|
||||||
- amdgpu: update gc 11.0.2 firmware
|
|
||||||
- amdgpu: update vega10 firmware
|
|
||||||
- amdgpu: update raven firmware
|
|
||||||
- amdgpu: update navi14 firmware
|
|
||||||
- amdgpu: update smu 13.0.10 firmware
|
|
||||||
- amdgpu: update sdma 6.0.3 firmware
|
|
||||||
- amdgpu: update psp 13.0.10 firmware
|
|
||||||
- amdgpu: update gc 11.0.3 firmware
|
|
||||||
- amdgpu: update vcn 3.1.2 firmware
|
|
||||||
- amdgpu: update psp 13.0.5 firmware
|
|
||||||
- amdgpu: update gc 10.3.6 firmware
|
|
||||||
- amdgpu: update navi12 firmware
|
|
||||||
- amdgpu: update arcturus firmware
|
|
||||||
- amdgpu: update vangogh firmware
|
|
||||||
- amdgpu: update navi10 firmware
|
|
||||||
- amdgpu: update vcn 4.0.3 firmware
|
|
||||||
- amdgpu: update smu 13.0.6 firmware
|
|
||||||
- amdgpu: update psp 13.0.6 firmware
|
|
||||||
- amdgpu: update gc 9.4.3 firmware
|
|
||||||
- amdgpu: update vcn 4.0.0 firmware
|
|
||||||
- amdgpu: update smu 13.0.0 firmware
|
|
||||||
- amdgpu: update sdma 6.0.0 firmware
|
|
||||||
- amdgpu: update psp 13.0.0 firmware
|
|
||||||
- amdgpu: update gc 11.0.0 firmware
|
|
||||||
- amdgpu: update firmware
|
|
||||||
- amdgpu: update aldebaran firmware
|
|
||||||
- amdgpu: update psp 13.0.8 firmware
|
|
||||||
- amdgpu: update gc 10.3.7 firmware
|
|
||||||
- linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.9
|
|
||||||
- Merge https://github.com/pkshih/linux-firmware into rtw
|
|
||||||
- ath10k: WCN3990: hw1.0: add qcm2290 firmware API file
|
|
||||||
- ath10k: WCN3990: hw1.0: move firmware back from qcom/ location
|
|
||||||
- i915: Add DG2 HuC 7.10.15
|
|
||||||
- amdgpu: DMCUB updates for various AMDGPU ASICs
|
|
||||||
- linux-firmware: update firmware for en8811h 2.5G ethernet phy
|
|
||||||
- mekdiatek: Update mt8186 SOF firmware to v2.0.1
|
|
||||||
- rtw89: 8852c: update fw to v0.27.56.14
|
|
||||||
- rtw89: 8922a: add firmware v0.35.18.0
|
|
||||||
- rtw88: Add RTL8703B firmware v11.0.0
|
|
||||||
- linux-firmware: Add firmware for Cirrus CS35L56 for Dell laptops
|
|
||||||
- Montage: update firmware for Mont-TSSE
|
|
||||||
- WHENCE: Link the Raspberry Pi CM4 and 5B to the 4B
|
|
||||||
- Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
|
|
||||||
- Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
|
|
||||||
- Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
|
|
||||||
- Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
|
|
||||||
- Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX101
|
|
||||||
- Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
|
|
||||||
- Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
|
|
||||||
- Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
|
|
||||||
- Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
|
|
||||||
- Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
|
|
||||||
- Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210
|
|
||||||
- Intel Bluetooth: Update firmware file for Intel Bluetooth AX200
|
|
||||||
- Intel Bluetooth: Update firmware file for Intel Bluetooth AX201
|
|
||||||
- Intel Bluetooth: Update firmware file for Intel Bluetooth 9560
|
|
||||||
- Intel Bluetooth: Update firmware file for Intel Bluetooth 9260
|
|
||||||
- amdgpu: DMCUB updates for various AMDGPU ASICs
|
|
||||||
- linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.8
|
|
||||||
- imx: sdma: update firmware to v3.6/v4.6
|
|
||||||
- linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
|
|
||||||
- iwlwifi: update 9000-family firmwares to core85-89
|
|
||||||
- rtl_bt: Update RTL8852A BT USB firmware to 0xD9D6_17DA
|
|
||||||
- linux-firmware: update firmware for MT7921 WiFi device
|
|
||||||
- linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
|
|
||||||
- linux-firmware: update firmware for MT7922 WiFi device
|
|
||||||
- linux-firmware: Add CS35L41 HDA Firmware for Lenovo Thinkbook 16P Laptops
|
|
||||||
- amdgpu: Update VCN firmware binaries
|
|
||||||
- Intel IPU2: Add firmware files
|
|
||||||
- brcm: Add nvram for the Acer Iconia One 7 B1-750 tablet
|
|
||||||
- i915: Add Xe2LPD DMC v2.18
|
|
||||||
- i915: Update MTL DMC v2.21
|
|
||||||
- linux-firmware: update firmware for en8811h 2.5G ethernet phy
|
|
||||||
- linux-firmware: add firmware for MT7996
|
|
||||||
- xe: First GuC release for LNL and Xe
|
|
||||||
- i915: Add GuC v70.20.0 for ADL-P, DG1, DG2, MTL and TGL
|
|
||||||
- linux-firmware: Add CS35L41 firmware for Lenovo Legion 7i gen7 laptop (16IAX7)
|
|
||||||
- brcm: Add nvram for the Asus Memo Pad 7 ME176C tablet
|
|
||||||
- ice: update ice DDP package to 1.3.36.0
|
|
||||||
- Intel IPU3 ImgU: Move firmware file under intel/ipu
|
|
||||||
- Intel IPU6: Move firmware binaries under ipu/
|
|
||||||
- check_whence: Add a check for duplicate link entries
|
|
||||||
- WHENCE: Clean up section separators
|
|
||||||
- linux-firmware: Add CS35L41 firmware for additional ASUS Zenbook 2023 models
|
|
||||||
- panthor: Add initial firmware for Gen10 Arm Mali GPUs
|
|
||||||
- amdgpu: DMCUB Updates for DCN321: 7.0.38.0
|
|
||||||
- amdgpu: DMCUB updates for Yellow Carp: 4.0.68.0
|
|
||||||
- qcom: update venus firmware file for v5.4
|
|
||||||
- Montage: add firmware for Mont-TSSE
|
|
||||||
- amdgpu: update DMCUB to v0.0.203.0 for DCN314 and DCN32
|
|
||||||
- linux-firmware: Remove 2 HP laptops using CS35L41 Audio Firmware
|
|
||||||
- linux-firmware: Fix filenames for some CS35L41 firmwares for HP
|
|
||||||
- linux-firmware: wilc1000: update WILC1000 firmware to v16.1.2
|
|
||||||
- rtl_nic: add firmware for RTL8126A
|
|
||||||
- linux-firmware: intel: Add IPU6 firmware binaries
|
|
||||||
- ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.37
|
|
||||||
- qcom: Add Audio firmware for SM8550 HDK
|
|
||||||
- Merge tag 'amd-2024-01-30.2' into mlimonci/amd-2024-01-30.2
|
|
||||||
- Revert "amdgpu: DMCUB updates for various AMDGPU ASICs"
|
|
||||||
- amdgpu: update SMU 13.0.0 firmware
|
|
||||||
- amdgpu: update PSP 13.0.0 firmware
|
|
||||||
- amdgpu: update GC 11.0.0 firmware
|
|
||||||
- brcm: Add brcmfmac43430-sdio.xxx.txt nvram for the Chuwi Hi8 (CWI509) tablet
|
|
||||||
- amdgpu: DMCUB updates for various AMDGPU ASICs
|
|
||||||
- qcom: Add Audio firmware for SM8650 MTP
|
|
||||||
- linux-firmware: Add firmware for Cirrus CS35L41 on HP Consumer Laptops
|
|
||||||
- Intel Bluetooth: Make spacing consistent with rest of WHENCE
|
|
||||||
- amdgpu: update raven2 firmware
|
|
||||||
- amdgpu: update raven firmware
|
|
||||||
- amdgpu: update SDMA 5.2.7 firmware
|
|
||||||
- amdgpu: update PSP 13.0.8 firmware
|
|
||||||
- amdgpu: update VCN 3.1.2 firmware
|
|
||||||
- amdgpu: update SDMA 5.2.6 firmware
|
|
||||||
- amdgpu: update PSP 13.0.5 firmware
|
|
||||||
- amdgpu: update GC 10.3.6 firmware
|
|
||||||
- amdgpu: add GC 11.0.1 rlc_1 firmware
|
|
||||||
- amdgpu: update vega20 firmware
|
|
||||||
- amdgpu: update VCN 4.0.0 firmware
|
|
||||||
- amdgpu: update SMU 13.0.0 firmware
|
|
||||||
- amdgpu: update PSP 13.0.0 firmware
|
|
||||||
- amdgpu: update GC 11.0.0 firmware
|
|
||||||
- amdgpu: update vega12 firmware
|
|
||||||
- amdgpu: update vega10 firmware
|
|
||||||
- amdgpu: update beige goby firmware
|
|
||||||
- amdgpu: update picasso firmware
|
|
||||||
- amdgpu: update dimgrey cavefish firmware
|
|
||||||
- amdgpu: update vangogh firmware
|
|
||||||
- amdgpu: update navy flounder firmware
|
|
||||||
- amdgpu: update green sardine firmware
|
|
||||||
- amdgpu: update sienna cichlid firmware
|
|
||||||
- amdgpu: update PSP 13.0.11 firmware
|
|
||||||
- amdgpu: update GC 11.0.4 firmware
|
|
||||||
- amdgpu: update VCN 4.0.2 firmware
|
|
||||||
- amdgpu: update PSP 13.0.4 firmware
|
|
||||||
- amdgpu: update GC 11.0.1 firmware
|
|
||||||
- amdgpu: update arcturus firmware
|
|
||||||
- amdgpu: update navi14 firmware
|
|
||||||
- amdgpu: add VCN 4.0.3 firmware
|
|
||||||
- amdgpu: add SDMA 4.4.2 firmware
|
|
||||||
- amdgpu: add SMU 13.0.6 firmware
|
|
||||||
- amdgpu: add PSP 13.0.6 firmware
|
|
||||||
- amdgpu: Add GC 9.4.3 firmware
|
|
||||||
- amdgpu: update renoir firmware
|
|
||||||
- amdgpu: update VCN 4.0.4 firmware
|
|
||||||
- amdgpu: update SMU 13.0.7 firmware
|
|
||||||
- amdgpu: update PSP 13.0.7 firmware
|
|
||||||
- amdgpu: update GC 11.0.2 firmware
|
|
||||||
- amdgpu: update navi12 firmware
|
|
||||||
- amdgpu: update yellow carp firmware
|
|
||||||
- amdgpu: update SMU 13.0.10 firmware
|
|
||||||
- amdgpu: update SDMA 6.0.3 firmware
|
|
||||||
- amdgpu: update PSP 13.0.10 firmware
|
|
||||||
- amdgpu: update GC 11.0.3 firmware
|
|
||||||
- amdgpu: update navi10 firmware
|
|
||||||
- amdgpu: update aldebaran firmware
|
|
||||||
- linux-firmware: Update AMD cpu microcode
|
|
||||||
- RTL8192E: Remove old realtek WiFi firmware
|
|
||||||
- Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
|
|
||||||
- Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
|
|
||||||
- Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
|
|
||||||
- Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
|
|
||||||
- Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
|
|
||||||
- amdgpu: DMCUB updates for DCN314
|
|
||||||
- qcom: Update the firmware for Adreno a630 family of GPUs
|
|
||||||
- cirrus: Add CS35L41 firmware for Legion Slim 7 Gen 8 laptops
|
|
||||||
- linux-firmware: Add firmware for Cirrus CS35L41 for various Dell laptops
|
|
||||||
- linux-firmware: update firmware for qat_4xxx devices
|
|
||||||
Resolves: RHEL-35596, RHEL-16799, RHEL-15607
|
|
||||||
|
|
||||||
* Thu Jan 11 2024 Denys Vlasenko <dvlasenk@redhat.com> - 20240111-121.gitb3132c18
|
|
||||||
- Pass --ignore-duplicates to copy-firmware.sh
|
|
||||||
- AMD Zen3 and Zen4: fix for INVD instruction causing loss of SEV-ES guest machine memory integrity
|
|
||||||
Resolves: RHEL-13982
|
|
||||||
|
|
||||||
* Wed Nov 22 2023 Denys Vlasenko <dvlasenk@redhat.com> - 20231121-120.git9552083a
|
|
||||||
- Work around absense of rdfind during build
|
|
||||||
- Add file directives for new iwlwifi files
|
|
||||||
Resolves: RHEL-16721, RHEL-14260
|
|
||||||
|
|
||||||
* Tue Nov 21 2023 Denys Vlasenko <dvlasenk@redhat.com> - 20231121-119.git9552083a
|
|
||||||
- Update to latest upstream linux-firmware image for assorted updates
|
|
||||||
- Update AMD cpu microcode
|
|
||||||
- hw: intel: Fix protection mechanism failure for some Intel(R) PROSet/Wireless WiFi
|
|
||||||
Resolves: RHEL-16721, RHEL-14260
|
|
||||||
|
|
||||||
* Thu Aug 24 2023 Denys Vlasenko <dvlasenk@redhat.com> - 20230824-118.git0e048b06
|
|
||||||
- Update to latest upstream linux-firmware image for assorted updates
|
|
||||||
- AMD Zen3 and Zen4 firmware update for return address predictor velunerability
|
|
||||||
Resolves: rhbz#2230415
|
|
||||||
|
|
||||||
* Tue Aug 08 2023 Denys Vlasenko <dvlasenk@redhat.com> - 20230808-117.git0ab353f8
|
|
||||||
- Update to latest upstream linux-firmware image for assorted updates
|
|
||||||
- Navi32 dGPU firmware
|
|
||||||
- Update to fix multi monitor behind TBT3 dock & random flickers
|
|
||||||
- AMD Zen2 firmware update for cross-process information leak
|
|
||||||
Resolves: rhbz#2047482, rhbz#2227846, rhbz#2227153
|
|
||||||
|
|
||||||
* Tue Jul 11 2023 Denys Vlasenko <dvlasenk@redhat.com> - 20230711-116.gitd3f66064
|
|
||||||
- Update to latest upstream linux-firmware image for assorted updates
|
|
||||||
- AMD GPU firmware update: fix PSR-SU issues with kernel 6.2 or later
|
|
||||||
Resolves: rhbz#2218670
|
|
||||||
|
|
||||||
* Mon May 15 2023 Denys Vlasenko <dvlasenk@redhat.com> - 20230515-115.gitd1962891
|
|
||||||
- Update to latest upstream linux-firmware image for assorted updates
|
|
||||||
- [RHEL8] Add latest NVIDIA signed firmware for Turing GPUs and later
|
|
||||||
Resolves: rhbz#2183606
|
|
||||||
|
|
||||||
* Wed Apr 05 2023 Patrick Talbert <ptalbert@redhat.com> - 20230404-114.git2e92a49f
|
|
||||||
- Update to latest upstream linux-firmware image for assorted updates
|
|
||||||
- Intel QAT Update - firmware for QAT (rhbz 2030316)
|
|
||||||
|
|
||||||
* Fri Feb 17 2023 Lucas Zampieri <lzampier@redhat.com> - 20230217-113.git83f1d778
|
|
||||||
- Update to latest upstream linux-firmware image for assorted updates
|
|
||||||
- Qualcomm Wi-Fi - Disconnecting power cable during suspend wakes up the laptop (rhbz 2169012)
|
|
||||||
|
|
||||||
* Wed Jan 11 2023 Lucas Zampieri <lzampier@redhat.com> - 20230111-112.gita1ad1d5b
|
|
||||||
- Update to latest upstream linux-firmware image for assorted updates
|
|
||||||
- Navi33 dGPU firmware (rhbz 2047480)
|
|
||||||
- Navi31 dGPU firmware (rhbz 2047483)
|
|
||||||
|
|
||||||
* Wed Nov 02 2022 Lucas Zampieri <lzampier@redhat.com> - 20221102-111.git8bb75626
|
|
||||||
- Update to latest upstream linux-firmware image for assorted updates
|
|
||||||
- amdgpu firmware update to fix certain "multiple monitor scenarios" (rhbz 2130707)
|
|
||||||
|
|
||||||
* Tue Jul 26 2022 Jarod Wilson <jarod@redhat.com> - 20220726-110.git150864a4
|
|
||||||
- Omit unused password-protected vxge firmware files from package (rhbz 2108051)
|
|
||||||
- Pick up latest AMD GPU firmwares
|
|
||||||
|
|
||||||
* Wed Jul 13 2022 Jarod Wilson <jarod@redhat.com> - 20220713-109.gitdfa29317
|
|
||||||
- Update to latest upstream linux-firmware image for assorted updates
|
|
||||||
- Include even newer qed firmware update (rhbz 2040269)
|
|
||||||
|
|
||||||
* Fri Jun 03 2022 Jarod Wilson <jarod@redhat.com> - 20220517-108.git251d2900
|
|
||||||
- Bump NVR due to conflict with late 8.6 iwl firmware package versioning
|
|
||||||
|
|
||||||
* Wed May 18 2022 Jarod Wilson <jarod@redhat.com> - 20220517-107.git251d2900
|
|
||||||
- Update to latest upstream linux-firmware image for assorted updates
|
|
||||||
- Include latest qed firmware update (rhbz 2040269)
|
|
||||||
- Include latest bnx2x firmware update (rhbz 2040273)
|
|
||||||
- Include latest ice firmware update (rhbz 2059384, rhbz 2081543)
|
|
||||||
- Include latest Qualcomm firmware update (rhbz 2062871)
|
|
||||||
|
|
||||||
* Thu Feb 10 2022 Augusto Caringi <acaringi@redhat.com> - 20220209-106.git6342082c
|
|
||||||
- Update to latest upstream linux-firmware image for assorted updates
|
|
||||||
- Include AMD GPU firmware fix (rhbz 2031172)
|
|
||||||
- Support QCA WCN6856 v2.1 Module: Bluetooth firmware (rhbz 2007904)
|
|
||||||
|
|
||||||
* Mon Dec 06 2021 Bruno Meneguele <bmeneg@redhat.com> - 20211119-105.gitf5d51956
|
|
||||||
- Update to latest upstream linux-firmware image for assorted updates
|
|
||||||
- Update to latest AMD GPU firmware (rhbz 1986660)
|
|
||||||
|
|
||||||
* Thu Oct 07 2021 Bruno Meneguele <bmeneg@redhat.com> - 20211007-104.git7a300505
|
|
||||||
- Update to latest upstream linux-firmware image for assorted updates
|
|
||||||
- Certain amdgpu firmware files cause random hangs with AMD Picasso/Raven Ridge APUs (rhbz 2000879)
|
|
||||||
- Support Intel CNVi AX211 Garfield Peak2 on ADL - Bluetooth (rhbz 1923179)
|
|
||||||
- Support Intel CNVi AX211 Garfield Peak2 on ADL - WIFI (rhbz 1923175)
|
|
||||||
|
|
||||||
* Fri Jul 02 2021 Bruno Meneguele <bmeneg@redhat.com> - 20210702-103.gitd79c2677
|
* Fri Jul 02 2021 Bruno Meneguele <bmeneg@redhat.com> - 20210702-103.gitd79c2677
|
||||||
- Update to latest upstream linux-firmware image for assorted updates
|
- Update to latest upstream linux-firmware image for assorted updates
|
||||||
- Include support for the Qualcomm AX500-DBS (QCA6390) 802.11ax Wireless (rhbz 1725913)
|
- Include support for the Qualcomm AX500-DBS (QCA6390) 802.11ax Wireless (rhbz 1725913)
|
||||||
|
Loading…
Reference in New Issue
Block a user