Accepting request 1074118 from home:tiwai:branches:Kernel:HEAD
- Update to version 20230320 (git commit bcdcfbcf0a8f): * linux-firmware: Update firmware file for Intel Bluetooth AX101 * linux-firmware: Update firmware file for Intel Bluetooth 9462 * linux-firmware: Update firmware file for Intel Bluetooth 9462 * linux-firmware: Update firmware file for Intel Bluetooth 9560 * linux-firmware: Update firmware file for Intel Bluetooth 9560 * linux-firmware: Update firmware file for Intel Bluetooth AX203 * linux-firmware: Update firmware file for Intel Bluetooth AX203 * linux-firmware: Update firmware file for Intel Bluetooth AX211 * linux-firmware: Update firmware file for Intel Bluetooth AX211 * linux-firmware: Update firmware file for Intel Bluetooth AX210 * linux-firmware: 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 - Update topics list - Drop the manual revert of 8852b firmware file, as it's merged into the upstream OBS-URL: https://build.opensuse.org/request/show/1074118 OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-firmware?expand=0&rev=418
This commit is contained in:
parent
8f58e4e80d
commit
7b07114f52
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -27,4 +27,3 @@ ql2600_fw.bin filter=lfs diff=lfs merge=lfs -text
|
|||||||
ql2700_fw.bin filter=lfs diff=lfs merge=lfs -text
|
ql2700_fw.bin filter=lfs diff=lfs merge=lfs -text
|
||||||
ql8300_fw.bin filter=lfs diff=lfs merge=lfs -text
|
ql8300_fw.bin filter=lfs diff=lfs merge=lfs -text
|
||||||
rtw8822c_fw.bin filter=lfs diff=lfs merge=lfs -text
|
rtw8822c_fw.bin filter=lfs diff=lfs merge=lfs -text
|
||||||
rtw8852b_fw.bin filter=lfs diff=lfs merge=lfs -text
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git</param>
|
<param name="url">https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git</param>
|
||||||
<param name="changesrevision">5bc279fb161d529baaf8e837d900235fbbe9bf2f</param></service></servicedata>
|
<param name="changesrevision">bcdcfbcf0a8f24a914b8c163906e6ce93d7f8897</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2606f159eb2a8601b4e82cc107318ce21976a1da7e01f01e231eda4255bb86ba
|
|
||||||
size 265708100
|
|
3
kernel-firmware-20230320.tar.xz
Normal file
3
kernel-firmware-20230320.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cded5b89bc9efeae434c196dced65c12cac818f321e0e58152368ea5423d4196
|
||||||
|
size 266375688
|
@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 24 08:22:16 UTC 2023 - tiwai@suse.com
|
||||||
|
|
||||||
|
- Update to version 20230320 (git commit bcdcfbcf0a8f):
|
||||||
|
* linux-firmware: Update firmware file for Intel Bluetooth AX101
|
||||||
|
* linux-firmware: Update firmware file for Intel Bluetooth 9462
|
||||||
|
* linux-firmware: Update firmware file for Intel Bluetooth 9462
|
||||||
|
* linux-firmware: Update firmware file for Intel Bluetooth 9560
|
||||||
|
* linux-firmware: Update firmware file for Intel Bluetooth 9560
|
||||||
|
* linux-firmware: Update firmware file for Intel Bluetooth AX203
|
||||||
|
* linux-firmware: Update firmware file for Intel Bluetooth AX203
|
||||||
|
* linux-firmware: Update firmware file for Intel Bluetooth AX211
|
||||||
|
* linux-firmware: Update firmware file for Intel Bluetooth AX211
|
||||||
|
* linux-firmware: Update firmware file for Intel Bluetooth AX210
|
||||||
|
* linux-firmware: 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
|
||||||
|
- Update topics list
|
||||||
|
- Drop the manual revert of 8852b firmware file, as it's merged into
|
||||||
|
the upstream
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 21 06:01:37 UTC 2023 - Takashi Iwai <tiwai@suse.com>
|
Tue Mar 21 06:01:37 UTC 2023 - Takashi Iwai <tiwai@suse.com>
|
||||||
|
|
||||||
|
@ -21,11 +21,11 @@
|
|||||||
%define _firmwaredir /lib/firmware
|
%define _firmwaredir /lib/firmware
|
||||||
%endif
|
%endif
|
||||||
%define __ksyms_path ^%{_firmwaredir}
|
%define __ksyms_path ^%{_firmwaredir}
|
||||||
%define version_unconverted 20230313
|
%define version_unconverted 20230320
|
||||||
# Force bzip2 instead of lzma compression (bsc#1176981)
|
# Force bzip2 instead of lzma compression (bsc#1176981)
|
||||||
%define _binary_payload w9.bzdio
|
%define _binary_payload w9.bzdio
|
||||||
Name: kernel-firmware
|
Name: kernel-firmware
|
||||||
Version: 20230313
|
Version: 20230320
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Linux kernel firmware files
|
Summary: Linux kernel firmware files
|
||||||
License: GPL-2.0-only AND SUSE-Firmware AND GPL-2.0-or-later AND MIT
|
License: GPL-2.0-only AND SUSE-Firmware AND GPL-2.0-or-later AND MIT
|
||||||
@ -45,8 +45,6 @@ Source10: ql8300_fw.bin
|
|||||||
Source99: kernel-firmware-rpmlintrc
|
Source99: kernel-firmware-rpmlintrc
|
||||||
# temporary revert (bsc#1202152): taken from upstream commit 06acb465d80b
|
# temporary revert (bsc#1202152): taken from upstream commit 06acb465d80b
|
||||||
Source100: rtw8822c_fw.bin
|
Source100: rtw8822c_fw.bin
|
||||||
# temporary revert (bsc#1209449): taken from upstream commit dae5d4603b07
|
|
||||||
Source101: rtw8852b_fw.bin
|
|
||||||
# install / build infrastructure
|
# install / build infrastructure
|
||||||
Source1001: install-split.sh
|
Source1001: install-split.sh
|
||||||
Source1002: list-license.sh
|
Source1002: list-license.sh
|
||||||
@ -6327,8 +6325,6 @@ cat %{SOURCE1} >> WHENCE
|
|||||||
cp %{SOURCE2} %{SOURCE8} %{SOURCE9} %{SOURCE10} .
|
cp %{SOURCE2} %{SOURCE8} %{SOURCE9} %{SOURCE10} .
|
||||||
# temporary revert (bsc#1202152)
|
# temporary revert (bsc#1202152)
|
||||||
install -c -m 0644 %{SOURCE100} rtw88/rtw8822c_fw.bin
|
install -c -m 0644 %{SOURCE100} rtw88/rtw8822c_fw.bin
|
||||||
# temporary revert of rtw89/rtw8852b_fw.bin (bsc#1209449)
|
|
||||||
install -c -m 0644 %{SOURCE101} rtw89/rtw8852b_fw.bin
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# nothing to do
|
# nothing to do
|
||||||
|
@ -183,3 +183,4 @@ amphion: platform LICENSE.amphion_vpu
|
|||||||
cs35l41_hda: sound LICENSE.cirrus
|
cs35l41_hda: sound LICENSE.cirrus
|
||||||
mtk-sof: sound LICENCE.mediatek
|
mtk-sof: sound LICENCE.mediatek
|
||||||
nxp-sr1xx: platform LICENSE.nxp
|
nxp-sr1xx: platform LICENSE.nxp
|
||||||
|
btnxpuart: platform LICENSE.nxp
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5b9c224ae014e0aeade8701412d820e213c8880e08615b3905dba89659f21baf
|
|
||||||
size 1035232
|
|
@ -192,4 +192,5 @@ amphion: platform
|
|||||||
cs35l41_hda: sound snd-hda-scodec-cs35l41-i2c snd-hda-scodec-cs35l41-spi
|
cs35l41_hda: sound snd-hda-scodec-cs35l41-i2c snd-hda-scodec-cs35l41-spi
|
||||||
mtk-sof: sound snd-sof-mt8186 snd-sof-mt8195
|
mtk-sof: sound snd-sof-mt8186 snd-sof-mt8195
|
||||||
nxp-sr1xx: platform
|
nxp-sr1xx: platform
|
||||||
|
btnxpuart: platform
|
||||||
ast: platform
|
ast: platform
|
||||||
|
Loading…
Reference in New Issue
Block a user