import CS git linux-firmware-20260708-141.git2c35b1ed.el8_10
This commit is contained in:
parent
60efc48423
commit
3c4e8b067a
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/linux-firmware-20260608.tar.xz
|
||||
SOURCES/linux-firmware-20260708.tar.xz
|
||||
|
||||
@ -1 +1 @@
|
||||
7f3a4a1cf5ea6af3cc54b812d43e96acb9c56799 SOURCES/linux-firmware-20260608.tar.xz
|
||||
a919952eb2996b2f76d2e486f6cfe6233cabd88a SOURCES/linux-firmware-20260708.tar.xz
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
%global checkout 4ae4d61b
|
||||
%global checkout 2c35b1ed
|
||||
|
||||
%global firmware_release 140
|
||||
%global firmware_release 141
|
||||
|
||||
%global _firmwarepath /usr/lib/firmware
|
||||
%define _binaries_in_noarch_packages_terminate_build 0
|
||||
|
||||
Name: linux-firmware
|
||||
Version: 20260608
|
||||
Version: 20260708
|
||||
Release: %{firmware_release}.git%{checkout}%{?dist}
|
||||
Summary: Firmware files used by the Linux kernel
|
||||
License: GPL+ and GPLv2+ and MIT and Redistributable, no modification permitted
|
||||
@ -328,84 +328,84 @@ sed -e 's/^/%%dir /' linux-firmware.dirs >> linux-firmware.files
|
||||
|
||||
|
||||
%files -n iwl100-firmware
|
||||
%license WHENCE LICENCE.iwlwifi_firmware
|
||||
%license WHENCE LICENSES/LICENCE.iwlwifi_firmware
|
||||
%{_firmwarepath}/iwlwifi-100-5.ucode
|
||||
%{_firmwarepath}/intel/iwlwifi/iwlwifi-100-5.ucode
|
||||
|
||||
%files -n iwl105-firmware
|
||||
%license WHENCE LICENCE.iwlwifi_firmware
|
||||
%license WHENCE LICENSES/LICENCE.iwlwifi_firmware
|
||||
%{_firmwarepath}/iwlwifi-105-*.ucode
|
||||
%{_firmwarepath}/intel/iwlwifi/iwlwifi-105-*.ucode
|
||||
|
||||
%files -n iwl135-firmware
|
||||
%license WHENCE LICENCE.iwlwifi_firmware
|
||||
%license WHENCE LICENSES/LICENCE.iwlwifi_firmware
|
||||
%{_firmwarepath}/iwlwifi-135-*.ucode
|
||||
%{_firmwarepath}/intel/iwlwifi/iwlwifi-135-*.ucode
|
||||
|
||||
%files -n iwl1000-firmware
|
||||
%license WHENCE LICENCE.iwlwifi_firmware
|
||||
%license WHENCE LICENSES/LICENCE.iwlwifi_firmware
|
||||
%{_firmwarepath}/iwlwifi-1000-*.ucode
|
||||
%{_firmwarepath}/intel/iwlwifi/iwlwifi-1000-*.ucode
|
||||
|
||||
%files -n iwl2000-firmware
|
||||
%license WHENCE LICENCE.iwlwifi_firmware
|
||||
%license WHENCE LICENSES/LICENCE.iwlwifi_firmware
|
||||
%{_firmwarepath}/iwlwifi-2000-*.ucode
|
||||
%{_firmwarepath}/intel/iwlwifi/iwlwifi-2000-*.ucode
|
||||
|
||||
%files -n iwl2030-firmware
|
||||
%license WHENCE LICENCE.iwlwifi_firmware
|
||||
%license WHENCE LICENSES/LICENCE.iwlwifi_firmware
|
||||
%{_firmwarepath}/iwlwifi-2030-*.ucode
|
||||
%{_firmwarepath}/intel/iwlwifi/iwlwifi-2030-*.ucode
|
||||
|
||||
%files -n iwl3160-firmware
|
||||
%license WHENCE LICENCE.iwlwifi_firmware
|
||||
%license WHENCE LICENSES/LICENCE.iwlwifi_firmware
|
||||
%{_firmwarepath}/iwlwifi-3160-*.ucode
|
||||
%{_firmwarepath}/iwlwifi-3168-*.ucode
|
||||
%{_firmwarepath}/intel/iwlwifi/iwlwifi-3160-*.ucode
|
||||
%{_firmwarepath}/intel/iwlwifi/iwlwifi-3168-*.ucode
|
||||
|
||||
%files -n iwl3945-firmware
|
||||
%license WHENCE LICENCE.iwlwifi_firmware
|
||||
%license WHENCE LICENSES/LICENCE.iwlwifi_firmware
|
||||
%{_firmwarepath}/iwlwifi-3945-*.ucode
|
||||
%{_firmwarepath}/intel/iwlwifi/iwlwifi-3945-*.ucode
|
||||
|
||||
%files -n iwl4965-firmware
|
||||
%license WHENCE LICENCE.iwlwifi_firmware
|
||||
%license WHENCE LICENSES/LICENCE.iwlwifi_firmware
|
||||
%{_firmwarepath}/iwlwifi-4965-*.ucode
|
||||
%{_firmwarepath}/intel/iwlwifi/iwlwifi-4965-*.ucode
|
||||
|
||||
%files -n iwl5000-firmware
|
||||
%license WHENCE LICENCE.iwlwifi_firmware
|
||||
%license WHENCE LICENSES/LICENCE.iwlwifi_firmware
|
||||
%{_firmwarepath}/iwlwifi-5000-*.ucode
|
||||
%{_firmwarepath}/intel/iwlwifi/iwlwifi-5000-*.ucode
|
||||
|
||||
%files -n iwl5150-firmware
|
||||
%license WHENCE LICENCE.iwlwifi_firmware
|
||||
%license WHENCE LICENSES/LICENCE.iwlwifi_firmware
|
||||
%{_firmwarepath}/iwlwifi-5150-*.ucode
|
||||
%{_firmwarepath}/intel/iwlwifi/iwlwifi-5150-*.ucode
|
||||
|
||||
%files -n iwl6000-firmware
|
||||
%license WHENCE LICENCE.iwlwifi_firmware
|
||||
%license WHENCE LICENSES/LICENCE.iwlwifi_firmware
|
||||
%{_firmwarepath}/iwlwifi-6000-*.ucode
|
||||
%{_firmwarepath}/intel/iwlwifi/iwlwifi-6000-*.ucode
|
||||
|
||||
%files -n iwl6000g2a-firmware
|
||||
%license WHENCE LICENCE.iwlwifi_firmware
|
||||
%license WHENCE LICENSES/LICENCE.iwlwifi_firmware
|
||||
%{_firmwarepath}/iwlwifi-6000g2a-*.ucode
|
||||
%{_firmwarepath}/intel/iwlwifi/iwlwifi-6000g2a-*.ucode
|
||||
|
||||
%files -n iwl6000g2b-firmware
|
||||
%license WHENCE LICENCE.iwlwifi_firmware
|
||||
%license WHENCE LICENSES/LICENCE.iwlwifi_firmware
|
||||
%{_firmwarepath}/iwlwifi-6000g2b-*.ucode
|
||||
%{_firmwarepath}/intel/iwlwifi/iwlwifi-6000g2b-*.ucode
|
||||
|
||||
%files -n iwl6050-firmware
|
||||
%license WHENCE LICENCE.iwlwifi_firmware
|
||||
%license WHENCE LICENSES/LICENCE.iwlwifi_firmware
|
||||
%{_firmwarepath}/iwlwifi-6050-*.ucode
|
||||
%{_firmwarepath}/intel/iwlwifi/iwlwifi-6050-*.ucode
|
||||
|
||||
%files -n iwl7260-firmware
|
||||
%license WHENCE LICENCE.iwlwifi_firmware
|
||||
%license WHENCE LICENSES/LICENCE.iwlwifi_firmware
|
||||
%{_firmwarepath}/iwlwifi-7260-*.ucode
|
||||
%{_firmwarepath}/iwlwifi-7265-*.ucode
|
||||
%{_firmwarepath}/iwlwifi-7265D-*.ucode
|
||||
@ -448,29 +448,29 @@ sed -e 's/^/%%dir /' linux-firmware.dirs >> linux-firmware.files
|
||||
%{_firmwarepath}/intel/iwlwifi/iwlwifi-sc-a0-*
|
||||
|
||||
%files -n libertas-usb8388-firmware
|
||||
%license WHENCE LICENCE.Marvell
|
||||
%license WHENCE LICENSES/LICENCE.Marvell
|
||||
%dir %{_firmwarepath}/libertas
|
||||
%{_firmwarepath}/libertas/usb8388_v9.bin
|
||||
|
||||
%files -n libertas-usb8388-olpc-firmware
|
||||
%license WHENCE LICENCE.Marvell
|
||||
%license WHENCE LICENSES/LICENCE.Marvell
|
||||
%dir %{_firmwarepath}/libertas
|
||||
%{_firmwarepath}/libertas/usb8388_olpc.bin
|
||||
|
||||
%files -n libertas-sd8686-firmware
|
||||
%license WHENCE LICENCE.Marvell
|
||||
%license WHENCE LICENSES/LICENCE.Marvell
|
||||
%dir %{_firmwarepath}/libertas
|
||||
%{_firmwarepath}/libertas/sd8686*
|
||||
|
||||
%files -n libertas-sd8787-firmware
|
||||
%license WHENCE LICENCE.Marvell
|
||||
%license WHENCE LICENSES/LICENCE.Marvell
|
||||
%dir %{_firmwarepath}/mrvl
|
||||
%{_firmwarepath}/mrvl/sd8787*
|
||||
|
||||
%files -f linux-firmware.files
|
||||
%dir %{_firmwarepath}
|
||||
%doc %{_defaultdocdir}/%{name}
|
||||
%license WHENCE LICENCE.*
|
||||
%license WHENCE LICENSES/LICENCE.*
|
||||
%config(noreplace) %{_firmwarepath}/netronome/nic_AMDA*
|
||||
|
||||
# workaround for directory->symlink changes
|
||||
@ -529,6 +529,71 @@ if st and st.type == "directory" then
|
||||
end
|
||||
|
||||
%changelog
|
||||
* Wed Jul 08 2026 Denys Vlasenko <dvlasenk@redhat.com> - 20260708-141.git2c35b1ed
|
||||
- Update linux-firmware to latest upstream (RHEL-188391)
|
||||
Changes since the last update are noted on items below, copied from
|
||||
the git changelog of upstream linux-firmware repository.
|
||||
- xe: Release GuC firmware for NVL-S
|
||||
- cirrus: cs35l56: Update firmware for the ASUS UX5406SA
|
||||
- qcom: vpu: add Gen2 firmware binary for Purwa
|
||||
- cirrus: cs42l45: Update CS42L45 SDCA codec firmware for Dell laptops
|
||||
- QCA: Add Bluetooth firmware for WCN6855 ROM 1.0
|
||||
- iwlwifi: add Bz/Sc FW for core24.60-33 release
|
||||
- iwlwifi: Add Hr/Gf firmware for core24.60-33 release
|
||||
- iwlwifi: update ty/So/Ma firmwares for core24.60-33 release
|
||||
- iwlwifi: update cc/Qu/QuZ firmwares for core24.60-33 release
|
||||
- cirrus: cs35l56: Add firmware for Cirrus Amps for a few Dell laptops
|
||||
- docs: address feedback on LICENSE-CRITERIA.md
|
||||
- Adjust statement on existing firmware
|
||||
- docs: add LICENSE-CRITERIA.md as project licensing policy
|
||||
- ueagle-atm: sadly drop unlicensed files
|
||||
- linux-firmware: qcom: sync audioreach firmwares from v1.0.4 build
|
||||
- QCA: Update Bluetooth QCA6698 firmware to 2.1.2-00072
|
||||
- amdgpu: DMCUB updates for various ASICs
|
||||
- linux-firmware: Add firmware for new projects
|
||||
- rtw89: 8852a: add TX power track R34
|
||||
- linux-firmware: Update AMD SEV firmware
|
||||
- nxp: add firmware for IW61x WiFi device
|
||||
- mediatek MT7922: update bluetooth firmware to 20260605203811
|
||||
- mediatek MT7925: update bluetooth firmware to 20260605184935
|
||||
- linux-firmware: update firmware for MT7925 WiFi device
|
||||
- linux-firmware: update firmware for MT7922 WiFi device
|
||||
- amdgpu: DMCUB updates for various ASICs
|
||||
- qcom: add LPAICP firmware for shikra platform
|
||||
- qcom: Add qdsp6sw firmware for shikra platform
|
||||
- linux-firmware: update firmware for MT7986
|
||||
- linux-firmware: update firmware for MT7981
|
||||
- linux-firmware: update firmware for MT7996
|
||||
- linux-firmware: update firmware for MT7992
|
||||
- linux-firmware: update firmware for MT7990
|
||||
- qcom: Update ADSP firmware for Kaanapali platform
|
||||
- qcom: update ADSP firmware for glymur platform
|
||||
- qcom: update CDSP firmware for glymur platform
|
||||
- QCA: Add bluetooth firmware nvm files for USI/NFA725B
|
||||
- linux-firmware: Add firmware file for Intel BlazarIW
|
||||
- linux-firmware: Update firmware file for Intel BlazarU core
|
||||
- linux-firmware: Update firmware file for Intel BlazarI core
|
||||
- linux-firmware: Update firmware file for Intel Scorpius core
|
||||
- qcom: update ADSP firmware for qcs615 platform
|
||||
- cirrus: cs42l45: Update CS42L45 SDCA codec firmware for Dell laptops
|
||||
- rtl_bt: Update RTL8852A BT USB firmware to 0x244F_91B6
|
||||
- realtek: rt1321: Update the patch code to v1.10
|
||||
- amdgpu: DMCUB updates for various ASICs
|
||||
- QCA: Update Bluetooth WCN3950 firmware 1.3.0-00108 to 1.3.0-00184
|
||||
- qcom: update CDSP firmware for shikra platform
|
||||
- qcom: Update ADSP firmware for Glymur platform
|
||||
- Remove any files with unknown licenses
|
||||
- AGENTS.md, README: address second round of MR review
|
||||
- README: document AI assisted contribution convention
|
||||
- AGENTS.md: clarify areas raised in MR review
|
||||
- Add AGENTS.md for AI coding agents
|
||||
- LICENSES: update GPL-2.0 text and references
|
||||
- LICENSES: rename GPL-3 to GPL-3.0-only
|
||||
- LICENSES: rename Apache-2 to Apache-2.0
|
||||
- Move firmware licenses to a LICENSES/ directory
|
||||
- qcom: update ADSP firmware for sm8750 platform
|
||||
Resolves: RHEL-188391
|
||||
|
||||
* Mon Jun 08 2026 Denys Vlasenko <dvlasenk@redhat.com> - 20260608-140.git4ae4d61b
|
||||
- Update linux-firmware to latest upstream (RHEL-179825)
|
||||
Changes since the last update are noted on items below, copied from
|
||||
|
||||
Loading…
Reference in New Issue
Block a user