]> git.apps.os.sepia.ceph.com Git - linux-firmware.git/log
linux-firmware.git
6 months agoMerge branch 'robot/patch-1-1742367326' into 'main'
Josh Boyer [Wed, 19 Mar 2025 11:10:14 +0000 (11:10 +0000)]
Merge branch 'robot/patch-1-1742367326' into 'main'

robot/patch-1-1742367326

See merge request kernel-firmware/linux-firmware!493

6 months agomediatek: Add MT8188 SCP firmware
Moudy Ho [Wed, 19 Mar 2025 06:51:56 +0000 (14:51 +0800)]
mediatek: Add MT8188 SCP firmware

System Control Processor is an RISC-V processor in MediaTek MT8188 SoC.
It supports vedio encode/decode, MDP and CrOS EC host command.

Internal version: geralt_scp_v2.0.27748+eb0d73d0d
Release version: v2.0.27748
Signed-off-by: Moudy Ho <moudy.ho@mediatek.com>
6 months agoMerge branch 'copy-firmware' into 'main'
Mario Limonciello [Tue, 18 Mar 2025 00:45:21 +0000 (00:45 +0000)]
Merge branch 'copy-firmware' into 'main'

copy-firmware: various improvements

See merge request kernel-firmware/linux-firmware!487

6 months agocopy-firmware: fail gracefully if moreutils parallel is installed
Timur Tabi [Mon, 17 Mar 2025 19:01:02 +0000 (14:01 -0500)]
copy-firmware: fail gracefully if moreutils parallel is installed

The copy-firmware.sh script can use the "parallel" command to
parallelize some operations, but it needs the GNU version of
parallel.  There is another, simpler version of parallel that is part
of the moreutils package, but that version confuses the
has_gnu_parallel() function.  So first test to make sure that
the --version parameter is even recognized before trying to use it.

If in the future, moreutils parallel adds support for --version, this
script should still work because that version should never report
"GNU parallel".

Signed-off-by: Timur Tabi <ttabi@nvidia.com>
6 months agocopy-firmware: make script smarter about bad parameters
Timur Tabi [Mon, 17 Mar 2025 18:32:15 +0000 (13:32 -0500)]
copy-firmware: make script smarter about bad parameters

Two improvements to copy-firmware.sh that make it more friendly
when passed unknown or not exactly correct command-line parameters.

1) Don't fail with a weird error if there's a space between -j and
   the number.

2) Ignore any command-line unsupported parameters that start with
   a dash.  This is necessary because otherwise the script will
   assume the option is actually a destination directory, and then
   the "test" command will get confused.  Drawback is that we don't
   support any more destination directories that start with a dash,
   but no one does that.

Signed-off-by: Timur Tabi <ttabi@nvidia.com>
6 months agocopy-firmware: add usage help text
Timur Tabi [Mon, 17 Mar 2025 18:32:15 +0000 (13:32 -0500)]
copy-firmware: add usage help text

Add a -h/--help command-line option to show some usage help text.
Also display that usage whenever an error occurs.

Signed-off-by: Timur Tabi <ttabi@nvidia.com>
6 months agoMerge branch '23.120.0.4' into 'main'
Mario Limonciello [Mon, 17 Mar 2025 14:03:37 +0000 (14:03 +0000)]
Merge branch '23.120.0.4' into 'main'

linux-firmware: Update firmware file for Intel BlazarI core

See merge request kernel-firmware/linux-firmware!482

6 months agolinux-firmware: Update firmware file for Intel BlazarI core
Vijay Satija [Fri, 14 Mar 2025 03:03:33 +0000 (08:33 +0530)]
linux-firmware: Update firmware file for Intel BlazarI core

This patch contains firmware files for BlazarI core for
usb and pci based products-

1. Garfield Peak2 (AX211)
2. Filmore Peak2 (BE201)

FW Build: BT_BlazarI_S_REL82746_23.120.25071.82746

Release Version: 23.120.0.4
FSEQ: 0x0.0.4.195

Signed-off-by: Vijay Satija <vijay.satija@intel.com>
6 months agoMerge branch 'x1e80100' into 'main'
Mario Limonciello [Mon, 17 Mar 2025 13:57:19 +0000 (13:57 +0000)]
Merge branch 'x1e80100' into 'main'

qcom: Add Audio firmware for Lenovo T14s and Slim7x

See merge request kernel-firmware/linux-firmware!484

6 months agoqcom: Add Audio firmware for Lenovo Slim 7x
Srinivas Kandagatla [Fri, 14 Mar 2025 17:02:10 +0000 (17:02 +0000)]
qcom: Add Audio firmware for Lenovo Slim 7x

Add ASoC topology firmware for Lenovo Slim 7x based on Qualcomm
X1E80100.

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
6 months agoqcom: Add Audio firmware for Lenovo T14s
Srinivas Kandagatla [Fri, 14 Mar 2025 16:54:24 +0000 (16:54 +0000)]
qcom: Add Audio firmware for Lenovo T14s

Add ASoC topology firmware for Lenovo T14s based on Qualcomm X1E80100.

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
6 months agoMerge branch 'amd-staging' into 'main'
Mario Limonciello [Mon, 17 Mar 2025 13:44:42 +0000 (13:44 +0000)]
Merge branch 'amd-staging' into 'main'

amdgpu: update aldebaran firmware

See merge request kernel-firmware/linux-firmware!483

6 months agoamdgpu: DMCUB updates for various ASICs
Alex Hung [Fri, 14 Mar 2025 16:02:55 +0000 (10:02 -0600)]
amdgpu: DMCUB updates for various ASICs

DMCUB updates for DCN351, DCN35 and DCN401.
From internal git commit 25e630edda5228577e7a1e40cea196e5988cb0b6

Firmware release 0.1.2.0
Tested with DC 3.2.325

Release Notes:
- Fix initialization logic
- Revise Replay residency calculation
- Fix USB4 issues

Signed-off-by: Alex Hung <alex.hung@amd.com>
6 months agoMerge branch 'robot/patch-0-1741843253' into 'main'
Josh Boyer [Thu, 13 Mar 2025 11:18:04 +0000 (11:18 +0000)]
Merge branch 'robot/patch-0-1741843253' into 'main'

robot/patch-0-1741843253

See merge request kernel-firmware/linux-firmware!481

6 months agortw88: Add firmware v33.6.0 for RTL8814AE/RTL8814AU
Zenm Chen [Thu, 13 Mar 2025 05:15:01 +0000 (13:15 +0800)]
rtw88: Add firmware v33.6.0 for RTL8814AE/RTL8814AU

This file contains the firmware v33.6.0 for RTL8814AE/RTL8814AU and
was extracted from the vendor driver v5.8.5.1_35583.20191029 from
https://github.com/morrownr/8814au

Signed-off-by: Zenm Chen <zenmchen@gmail.com>
6 months agoMerge branch 'robot/pr-0-1741834975' into 'main'
Josh Boyer [Thu, 13 Mar 2025 11:13:55 +0000 (11:13 +0000)]
Merge branch 'robot/pr-0-1741834975' into 'main'

robot/pr-0-1741834975

See merge request kernel-firmware/linux-firmware!480

6 months agortw89: 8922a: update fw to v0.35.64.0
Kuan-Chung Chen [Mon, 17 Feb 2025 02:51:46 +0000 (10:51 +0800)]
rtw89: 8922a: update fw to v0.35.64.0

Support different TX power between RF path.

Signed-off-by: Kuan-Chung Chen <damon.chen@realtek.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
6 months agortw89: 8922a: update fw to v0.35.63.0
Ping-Ke Shih [Thu, 16 Jan 2025 08:56:54 +0000 (16:56 +0800)]
rtw89: 8922a: update fw to v0.35.63.0

Support 8922AE/8922AE-VS secure boot.

Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
6 months agortw89: 8852c: update fw to v0.27.125.0
Ping-Ke Shih [Fri, 21 Feb 2025 05:08:50 +0000 (13:08 +0800)]
rtw89: 8852c: update fw to v0.27.125.0

Support secure boot with anti-rollback.

Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
6 months agoMerge branch 'robot/pr-0-1741722400' into 'main'
Josh Boyer [Wed, 12 Mar 2025 13:09:10 +0000 (13:09 +0000)]
Merge branch 'robot/pr-0-1741722400' into 'main'

robot/pr-0-1741722400

See merge request kernel-firmware/linux-firmware!479

6 months agoiwlwifi: add Bz/gl FW for core94-91 release
Miri Korenblit [Tue, 11 Mar 2025 19:37:12 +0000 (21:37 +0200)]
iwlwifi: add Bz/gl FW for core94-91 release

Add the -97 ucode firmware for Bz/gl device.

Build number: Core_manual_signed_core94-91
Revision: 8049d69b (bz, gl)

Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
6 months agoiwlwifi: update ty/So/Ma firmwares for core94-91 release
Miri Korenblit [Tue, 11 Mar 2025 19:33:29 +0000 (21:33 +0200)]
iwlwifi: update ty/So/Ma firmwares for core94-91 release

Update -89.ucode firmwares for ty/So/Ma devices,
and update the PNVM files.

Build number: Core_manual_signed_core94-91
Revision: 1a492d28 (ty, so, ma)

Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
6 months agoiwlwifi: update cc/Qu/QuZ firmwares for core94-91 release
Miri Korenblit [Tue, 11 Mar 2025 19:28:02 +0000 (21:28 +0200)]
iwlwifi: update cc/Qu/QuZ firmwares for core94-91 release

Update -77.ucode firmwares for cc/Qu/QuZ devices.

Build number: Core_manual_signed_core94-91
Revision: 2753b721 (Qu, QuZ, cc)

Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
6 months agoMerge branch 'robot/pr-0-1741706740' into 'main' 20250311
Josh Boyer [Tue, 11 Mar 2025 18:34:30 +0000 (18:34 +0000)]
Merge branch 'robot/pr-0-1741706740' into 'main'

robot/pr-0-1741706740

See merge request kernel-firmware/linux-firmware!478

6 months agoamdgpu: update psp 14.0.0 firmware
Alex Deucher [Mon, 10 Mar 2025 16:32:00 +0000 (12:32 -0400)]
amdgpu: update psp 14.0.0 firmware

From internal git commit:
dd2d23de3aafd5f22b4c76ba925737695f7f82db

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
6 months agoamdgpu: update gc 11.5.0 firmware
Alex Deucher [Mon, 10 Mar 2025 16:31:42 +0000 (12:31 -0400)]
amdgpu: update gc 11.5.0 firmware

From internal git commit:
dd2d23de3aafd5f22b4c76ba925737695f7f82db

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
6 months agoamdgpu: update vcn 4.0.2 firmware
Alex Deucher [Mon, 10 Mar 2025 16:30:43 +0000 (12:30 -0400)]
amdgpu: update vcn 4.0.2 firmware

From internal git commit:
dd2d23de3aafd5f22b4c76ba925737695f7f82db

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
6 months agoamdgpu: update psp 13.0.4 firmware
Alex Deucher [Mon, 10 Mar 2025 16:30:24 +0000 (12:30 -0400)]
amdgpu: update psp 13.0.4 firmware

From internal git commit:
dd2d23de3aafd5f22b4c76ba925737695f7f82db

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
6 months agoamdgpu: update gc 11.0.1 firmware
Alex Deucher [Mon, 10 Mar 2025 16:30:02 +0000 (12:30 -0400)]
amdgpu: update gc 11.0.1 firmware

From internal git commit:
dd2d23de3aafd5f22b4c76ba925737695f7f82db

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
6 months agoamdgpu: update navy flounder firmware
Alex Deucher [Mon, 10 Mar 2025 16:29:09 +0000 (12:29 -0400)]
amdgpu: update navy flounder firmware

From internal git commit:
dd2d23de3aafd5f22b4c76ba925737695f7f82db

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
6 months agoamdgpu: update gc 11.5.2 firmware
Alex Deucher [Mon, 10 Mar 2025 16:28:31 +0000 (12:28 -0400)]
amdgpu: update gc 11.5.2 firmware

From internal git commit:
dd2d23de3aafd5f22b4c76ba925737695f7f82db

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
6 months agoamdgpu: update vcn 5.0.0 firmware
Alex Deucher [Mon, 10 Mar 2025 16:27:27 +0000 (12:27 -0400)]
amdgpu: update vcn 5.0.0 firmware

From internal git commit:
dd2d23de3aafd5f22b4c76ba925737695f7f82db

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
6 months agoamdgpu: update smu 14.0.3 firmware
Alex Deucher [Mon, 10 Mar 2025 16:27:07 +0000 (12:27 -0400)]
amdgpu: update smu 14.0.3 firmware

From internal git commit:
dd2d23de3aafd5f22b4c76ba925737695f7f82db

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
6 months agoamdgpu: update sdma 7.0.1 firmware
Alex Deucher [Mon, 10 Mar 2025 16:26:44 +0000 (12:26 -0400)]
amdgpu: update sdma 7.0.1 firmware

From internal git commit:
dd2d23de3aafd5f22b4c76ba925737695f7f82db

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
6 months agoamdgpu: update gc 14.0.3 firmware
Alex Deucher [Mon, 10 Mar 2025 16:26:19 +0000 (12:26 -0400)]
amdgpu: update gc 14.0.3 firmware

From internal git commit:
dd2d23de3aafd5f22b4c76ba925737695f7f82db

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
6 months agoamdgpu: update gc 12.0.1 firmware
Alex Deucher [Mon, 10 Mar 2025 16:25:42 +0000 (12:25 -0400)]
amdgpu: update gc 12.0.1 firmware

From internal git commit:
dd2d23de3aafd5f22b4c76ba925737695f7f82db

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
6 months agoamdgpu: update sienna cichlid firmware
Alex Deucher [Mon, 10 Mar 2025 16:24:39 +0000 (12:24 -0400)]
amdgpu: update sienna cichlid firmware

From internal git commit:
dd2d23de3aafd5f22b4c76ba925737695f7f82db

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
6 months agoamdgpu: update yellow carp firmware
Alex Deucher [Mon, 10 Mar 2025 16:23:56 +0000 (12:23 -0400)]
amdgpu: update yellow carp firmware

From internal git commit:
dd2d23de3aafd5f22b4c76ba925737695f7f82db

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
6 months agoamdgpu: update smu 14.0.2 firmware
Alex Deucher [Mon, 10 Mar 2025 16:22:58 +0000 (12:22 -0400)]
amdgpu: update smu 14.0.2 firmware

From internal git commit:
dd2d23de3aafd5f22b4c76ba925737695f7f82db

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
6 months agoamdgpu: update psp 14.0.2 firmware
Alex Deucher [Mon, 10 Mar 2025 16:22:25 +0000 (12:22 -0400)]
amdgpu: update psp 14.0.2 firmware

From internal git commit:
dd2d23de3aafd5f22b4c76ba925737695f7f82db

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
6 months agoamdgpu: update gc 12.0.0 firmware
Alex Deucher [Mon, 10 Mar 2025 16:21:47 +0000 (12:21 -0400)]
amdgpu: update gc 12.0.0 firmware

From internal git commit:
dd2d23de3aafd5f22b4c76ba925737695f7f82db

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
6 months agoamdgpu: update vega20 firmware
Alex Deucher [Mon, 10 Mar 2025 16:20:49 +0000 (12:20 -0400)]
amdgpu: update vega20 firmware

From internal git commit:
dd2d23de3aafd5f22b4c76ba925737695f7f82db

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
6 months agoamdgpu: update navi14 firmware
Alex Deucher [Mon, 10 Mar 2025 16:19:55 +0000 (12:19 -0400)]
amdgpu: update navi14 firmware

From internal git commit:
dd2d23de3aafd5f22b4c76ba925737695f7f82db

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
6 months agoamdgpu: update vega12 firmware
Alex Deucher [Mon, 10 Mar 2025 16:19:15 +0000 (12:19 -0400)]
amdgpu: update vega12 firmware

From internal git commit:
dd2d23de3aafd5f22b4c76ba925737695f7f82db

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
6 months agoamdgpu: update vcn 4.0.4 firmware
Alex Deucher [Mon, 10 Mar 2025 16:17:33 +0000 (12:17 -0400)]
amdgpu: update vcn 4.0.4 firmware

From internal git commit:
dd2d23de3aafd5f22b4c76ba925737695f7f82db

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
6 months agoamdgpu: update psp 13.0.7 firmware
Alex Deucher [Mon, 10 Mar 2025 16:17:12 +0000 (12:17 -0400)]
amdgpu: update psp 13.0.7 firmware

From internal git commit:
dd2d23de3aafd5f22b4c76ba925737695f7f82db

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
6 months agoamdgpu: update gc 11.0.2 firmware
Alex Deucher [Mon, 10 Mar 2025 16:16:42 +0000 (12:16 -0400)]
amdgpu: update gc 11.0.2 firmware

From internal git commit:
dd2d23de3aafd5f22b4c76ba925737695f7f82db

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
6 months agoamdgpu: update vega10 firmware
Alex Deucher [Mon, 10 Mar 2025 16:15:50 +0000 (12:15 -0400)]
amdgpu: update vega10 firmware

From internal git commit:
dd2d23de3aafd5f22b4c76ba925737695f7f82db

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
6 months agoamdgpu: update vcn 3.1.2 firmware
Alex Deucher [Mon, 10 Mar 2025 16:13:09 +0000 (12:13 -0400)]
amdgpu: update vcn 3.1.2 firmware

From internal git commit:
dd2d23de3aafd5f22b4c76ba925737695f7f82db

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
6 months agoamdgpu: update gc 10.3.6 firmware
Alex Deucher [Mon, 10 Mar 2025 16:12:47 +0000 (12:12 -0400)]
amdgpu: update gc 10.3.6 firmware

From internal git commit:
dd2d23de3aafd5f22b4c76ba925737695f7f82db

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
6 months agoamdgpu: update navi10 firmware
Alex Deucher [Mon, 10 Mar 2025 16:11:45 +0000 (12:11 -0400)]
amdgpu: update navi10 firmware

From internal git commit:
dd2d23de3aafd5f22b4c76ba925737695f7f82db

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
6 months agoamdgpu: update navi12 firmware
Alex Deucher [Mon, 10 Mar 2025 16:11:04 +0000 (12:11 -0400)]
amdgpu: update navi12 firmware

From internal git commit:
dd2d23de3aafd5f22b4c76ba925737695f7f82db

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
6 months agoamdgpu: update psp 13.0.10 firmware
Alex Deucher [Mon, 10 Mar 2025 16:10:19 +0000 (12:10 -0400)]
amdgpu: update psp 13.0.10 firmware

From internal git commit:
dd2d23de3aafd5f22b4c76ba925737695f7f82db

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
6 months agoamdgpu: update gc 11.0.3 firmware
Alex Deucher [Mon, 10 Mar 2025 16:09:58 +0000 (12:09 -0400)]
amdgpu: update gc 11.0.3 firmware

From internal git commit:
dd2d23de3aafd5f22b4c76ba925737695f7f82db

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
6 months agoamdgpu: update vangogh firmware
Alex Deucher [Mon, 10 Mar 2025 16:08:32 +0000 (12:08 -0400)]
amdgpu: update vangogh firmware

From internal git commit:
dd2d23de3aafd5f22b4c76ba925737695f7f82db

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
6 months agoamdgpu: update picasso firmware
Alex Deucher [Mon, 10 Mar 2025 16:06:35 +0000 (12:06 -0400)]
amdgpu: update picasso firmware

From internal git commit:
dd2d23de3aafd5f22b4c76ba925737695f7f82db

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
6 months agoamdgpu: update vcn 4.0.0 firmware
Alex Deucher [Mon, 10 Mar 2025 16:05:06 +0000 (12:05 -0400)]
amdgpu: update vcn 4.0.0 firmware

From internal git commit:
dd2d23de3aafd5f22b4c76ba925737695f7f82db

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
6 months agoamdgpu: update psp 13.0.0 firmware
Alex Deucher [Mon, 10 Mar 2025 16:04:46 +0000 (12:04 -0400)]
amdgpu: update psp 13.0.0 firmware

From internal git commit:
dd2d23de3aafd5f22b4c76ba925737695f7f82db

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
6 months agoamdgpu: update gc 11.0.0 firmware
Alex Deucher [Mon, 10 Mar 2025 16:04:19 +0000 (12:04 -0400)]
amdgpu: update gc 11.0.0 firmware

From internal git commit:
dd2d23de3aafd5f22b4c76ba925737695f7f82db

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
6 months agoamdgpu: update psp 13.0.14 firmware
Alex Deucher [Mon, 10 Mar 2025 16:02:44 +0000 (12:02 -0400)]
amdgpu: update psp 13.0.14 firmware

From internal git commit:
dd2d23de3aafd5f22b4c76ba925737695f7f82db

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
6 months agoamdgpu: update gc 9.4.4 firmware
Alex Deucher [Mon, 10 Mar 2025 16:02:24 +0000 (12:02 -0400)]
amdgpu: update gc 9.4.4 firmware

From internal git commit:
dd2d23de3aafd5f22b4c76ba925737695f7f82db

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
6 months agoamdgpu: update psp 13.0.6 firmware
Alex Deucher [Mon, 10 Mar 2025 16:01:21 +0000 (12:01 -0400)]
amdgpu: update psp 13.0.6 firmware

From internal git commit:
dd2d23de3aafd5f22b4c76ba925737695f7f82db

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
6 months agoamdgpu: update gc 9.4.3 firmware
Alex Deucher [Mon, 10 Mar 2025 16:01:01 +0000 (12:01 -0400)]
amdgpu: update gc 9.4.3 firmware

From internal git commit:
dd2d23de3aafd5f22b4c76ba925737695f7f82db

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
6 months agoamdgpu: update beige goby firmware
Alex Deucher [Mon, 10 Mar 2025 15:59:56 +0000 (11:59 -0400)]
amdgpu: update beige goby firmware

From internal git commit:
dd2d23de3aafd5f22b4c76ba925737695f7f82db

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
6 months agoamdgpu: update gc 10.3.7 firmware
Alex Deucher [Mon, 10 Mar 2025 15:58:38 +0000 (11:58 -0400)]
amdgpu: update gc 10.3.7 firmware

From internal git commit:
dd2d23de3aafd5f22b4c76ba925737695f7f82db

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
6 months agoamdgpu: update psp 14.0.1 firmware
Alex Deucher [Mon, 10 Mar 2025 15:57:45 +0000 (11:57 -0400)]
amdgpu: update psp 14.0.1 firmware

From internal git commit:
dd2d23de3aafd5f22b4c76ba925737695f7f82db

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
6 months agoamdgpu: update gc 11.5.1 firmware
Alex Deucher [Mon, 10 Mar 2025 15:57:07 +0000 (11:57 -0400)]
amdgpu: update gc 11.5.1 firmware

From internal git commit:
dd2d23de3aafd5f22b4c76ba925737695f7f82db

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
6 months agoamdgpu: update gc 11.0.4 firmware
Alex Deucher [Mon, 10 Mar 2025 15:55:59 +0000 (11:55 -0400)]
amdgpu: update gc 11.0.4 firmware

From internal git commit:
dd2d23de3aafd5f22b4c76ba925737695f7f82db

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
6 months agoamdgpu: update dimgrey cavefish firmware
Alex Deucher [Mon, 10 Mar 2025 15:55:10 +0000 (11:55 -0400)]
amdgpu: update dimgrey cavefish firmware

From internal git commit:
dd2d23de3aafd5f22b4c76ba925737695f7f82db

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
6 months agoamdgpu: update aldebaran firmware
Alex Deucher [Mon, 10 Mar 2025 15:52:31 +0000 (11:52 -0400)]
amdgpu: update aldebaran firmware

From internal git commit:
dd2d23de3aafd5f22b4c76ba925737695f7f82db

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
6 months agoMerge branch 'robot/pr-0-1741642048' into 'main'
Josh Boyer [Tue, 11 Mar 2025 16:01:47 +0000 (16:01 +0000)]
Merge branch 'robot/pr-0-1741642048' into 'main'

robot/pr-0-1741642048

See merge request kernel-firmware/linux-firmware!476

6 months agoqcom: Update gpu firmwares for qcs8300 chipset
Rajesh Kemisetti [Mon, 10 Mar 2025 21:04:23 +0000 (02:34 +0530)]
qcom: Update gpu firmwares for qcs8300 chipset

Add the gmu and zap firmware and bump the version of a650_sqe.fw file to
support the GPU present in QCS8300 chipset.

qcom/a650_sqe.fw: v1.12
qcom/a623_gmu.bin: v3.06.00
qcom/qcs8300/a623_zap.mbn: v0.12

Signed-off-by: Rajesh Kemisetti <quic_rajeshk@quicinc.com>
6 months agoMerge branch 'qat_420xx' into 'main'
Josh Boyer [Tue, 11 Mar 2025 11:04:23 +0000 (11:04 +0000)]
Merge branch 'qat_420xx' into 'main'

linux-firmware: add firmware for qat_420xx devices

See merge request kernel-firmware/linux-firmware!472

6 months agolinux-firmware: add firmware for qat_420xx devices
Nancy Garala [Mon, 10 Mar 2025 09:30:36 +0000 (05:30 -0400)]
linux-firmware: add firmware for qat_420xx devices

Add firmware images for Intel QAT 420xx crypto/compression accelerators.

Firmware version: 0.9.0

Release notes for this firmware are reported at [1].

$ sha256sum qat_420*
32f0d78fd739a392dc9cd1be0de1ad4f014137ed0cd44bcb1857101f80b681e8  qat_420xx.bin
db264ee400c2c42fb2b4ce0f7675e142810f3ce4a01da70a8ce91f5a0b838d6b  qat_420xx_mmp.bin

Link: https://intel.github.io/quickassist/RN/In-Tree/index.html
Signed-off-by: Nancy Garala <nancy.garala@intel.com>
6 months agoMerge branch 'amd-staging' into 'main'
Josh Boyer [Mon, 10 Mar 2025 17:46:53 +0000 (17:46 +0000)]
Merge branch 'amd-staging' into 'main'

amdgpu: DMCUB updates for various ASICs

See merge request kernel-firmware/linux-firmware!470

6 months agoamdgpu: DMCUB updates for various ASICs
Tom Chung [Mon, 10 Mar 2025 02:32:24 +0000 (10:32 +0800)]
amdgpu: DMCUB updates for various ASICs

DMCUB updates for DCN314 and DCN401.
From internal git commit ebdf068ceb4e026f95169957214eb53f188d02a6

Firmware release 0.1.1.0
Tested with DC 3.2.324

Release Notes:
- Fix coverity overflow error
- Fix problem with replay

Signed-off-by: Tom Chung <chiahsuan.chung@amd.com>
6 months agoMerge branch 'intel/dmc/xe3lpd/2.20' into 'main'
Josh Boyer [Mon, 10 Mar 2025 16:26:12 +0000 (16:26 +0000)]
Merge branch 'intel/dmc/xe3lpd/2.20' into 'main'

i915: Update Xe3LPD DMC to v2.20

See merge request kernel-firmware/linux-firmware!475

6 months agoi915: Update Xe3LPD DMC to v2.20
Gustavo Sousa [Mon, 10 Mar 2025 12:12:16 +0000 (09:12 -0300)]
i915: Update Xe3LPD DMC to v2.20

Release info:
    Xe3LPD FW 2.20

    Date : 02/25/2025
    Notes:

    1. Diverged firmware for Bstep release

Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
6 months agoMerge branch 'qca' into 'main'
Josh Boyer [Mon, 10 Mar 2025 12:00:32 +0000 (12:00 +0000)]
Merge branch 'qca' into 'main'

QCA: Update Bluetooth WCN685x 2.1 firmware to 2.1.0-00653

See merge request kernel-firmware/linux-firmware!474

6 months agoMerge branch 'qca_btfw_0305-2' of https://github.com/zijun-hu/qca_btfw into qca
Josh Boyer [Mon, 10 Mar 2025 11:57:53 +0000 (07:57 -0400)]
Merge branch 'qca_btfw_0305-2' of https://github.com/zijun-hu/qca_btfw into qca

Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
6 months agoMerge branch 'mediatek' into 'main'
Josh Boyer [Mon, 10 Mar 2025 11:54:56 +0000 (11:54 +0000)]
Merge branch 'mediatek' into 'main'

mediatek MT7920: update bluetooth firmware to 20250210151502

See merge request kernel-firmware/linux-firmware!473

6 months agolinux-firmware: update firmware for MT7925 WiFi device
Allan Wang [Fri, 7 Mar 2025 06:07:48 +0000 (14:07 +0800)]
linux-firmware: update firmware for MT7925 WiFi device

Update binary firmware for MT7925 WiFi devices

File: mediatek/mt7925/WIFI_MT7925_PATCH_MCU_1_1_hdr.bin
Version: 20250305132908a
File: mediatek/mt7925/WIFI_RAM_CODE_MT7925_1_1.bin
Version: 20250305132802

Signed-off-by: Allan Wang <allan.wang@mediatek.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
6 months agomediatek MT7925: update bluetooth firmware to 20250305133215
Chris Lu [Fri, 7 Mar 2025 09:00:28 +0000 (17:00 +0800)]
mediatek MT7925: update bluetooth firmware to 20250305133215

Update binary firmware for MT7925 BT devices.

File: mediatek/mt7925/BT_RAM_CODE_MT7925_1_1_hdr.bin
Version: 20250305133215

Signed-off-by: Chris Lu <chris.lu@mediatek.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
6 months agomediatek MT7920: update bluetooth firmware to 20250210151502
Chris Lu [Thu, 20 Feb 2025 10:58:34 +0000 (18:58 +0800)]
mediatek MT7920: update bluetooth firmware to 20250210151502

Update binary firmware for MT7920 BT devices.

File: mediatek/BT_RAM_CODE_MT7961_1a_2_hdr.bin
Version: 20250210151502

Signed-off-by: Chris Lu <chris.lu@mediatek.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
6 months agoMerge branch '23.120.0.4' into 'main'
Josh Boyer [Mon, 10 Mar 2025 11:49:35 +0000 (11:49 +0000)]
Merge branch '23.120.0.4' into 'main'

linux-firmware: Update firmware file for Intel BlazarI core

See merge request kernel-firmware/linux-firmware!471

6 months agolinux-firmware: Update firmware file for Intel BlazarU core
Vijay Satija [Mon, 10 Mar 2025 09:22:26 +0000 (14:52 +0530)]
linux-firmware: Update firmware file for Intel BlazarU core

This patch contains firmware files for BlazarU core -
1. Harrison Peak2 (AX201)
2. Harrison Peak1 (AX101)

FW Build: BT_BlazarU_S_REL76693_23.120.25071.76693
Release Version: 23.120.0.4
FSEQ: 0x0.0.4.195

Signed-off-by: Vijay Satija <vijay.satija@intel.com>
6 months agolinux-firmware: Update firmware file for Intel BlazarI core
Vijay Satija [Mon, 10 Mar 2025 01:03:51 +0000 (06:33 +0530)]
linux-firmware: Update firmware file for Intel BlazarI core

This patch contains firmware files for BlazarI core -
1. Garfield Peak2 (AX211)
2. Filmore Peak2 (BE201)

FW Build: BT_BlazarI_S_REL82746_23.120.25071.82746

Release Version: 23.120.0.4
FSEQ: 0x0.0.4.195

Signed-off-by: Vijay Satija <vijay.satija@intel.com>
6 months agoMerge branch 'intel-vpu-initial' into 'main'
Mario Limonciello [Fri, 7 Mar 2025 16:02:53 +0000 (16:02 +0000)]
Merge branch 'intel-vpu-initial' into 'main'

intel_vpu: Add firmware for 37xx and 40xx NPUs

See merge request kernel-firmware/linux-firmware!469

6 months agointel_vpu: Add firmware for 37xx and 40xx NPUs
Jacek Lawrynowicz [Fri, 7 Mar 2025 10:06:34 +0000 (11:06 +0100)]
intel_vpu: Add firmware for 37xx and 40xx NPUs

Add initial firmware for NPUs found in Meteor Lake, Arrow Lake and
Lunar Lake platforms.

Signed-off-by: Jacek Lawrynowicz <jacek.lawrynowicz@linux.intel.com>
6 months agoMerge branch 'robot/pr-0-1741259588' into 'main'
Mario Limonciello [Thu, 6 Mar 2025 14:15:34 +0000 (14:15 +0000)]
Merge branch 'robot/pr-0-1741259588' into 'main'

robot/pr-0-1741259588

See merge request kernel-firmware/linux-firmware!467

6 months agoQCA: Add Bluetooth firmwares for QCA2066 with USB transport
Zijun Hu [Wed, 5 Mar 2025 10:14:48 +0000 (18:14 +0800)]
QCA: Add Bluetooth firmwares for QCA2066 with USB transport

Add below required Bluetooth firmware files for Qualcomm SoC QCA2066
which uses USB as HCI transport, and the firmware version is 2.1.0-00653.

 qca/QCA2066/rampatch_usb_00130201.bin     : RAMPATCH
 qca/QCA2066/nvm_usb_00130201_030a.bin     : NVM
 qca/QCA2066/nvm_usb_00130201_gf_030a.bin  : NVM

Signed-off-by: Zijun Hu <quic_zijuhu@quicinc.com>
6 months agoQCA: Add two bluetooth firmware nvm files for QCA2066
Zijun Hu [Wed, 5 Mar 2025 09:18:55 +0000 (17:18 +0800)]
QCA: Add two bluetooth firmware nvm files for QCA2066

This commit adds 2 required bluetoth firmware nvm files for QCA2066.
The image version is 2.1.0-00653.

qca/hpnv21.30a  : NVM dump
qca/hpnv21g.30a : NVM dump

Signed-off-by: Zijun Hu <quic_zijuhu@quicinc.com>
6 months agoQCA: Update Bluetooth QCA2066 firmware to 2.1.0-00653
Zijun Hu [Wed, 5 Mar 2025 09:04:49 +0000 (17:04 +0800)]
QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00653

This commit will update QCA2066 Bluetoth firmware files
to 2.1.0-00653.

Signed-off-by: Zijun Hu <quic_zijuhu@quicinc.com>
6 months agoQCA: Update Bluetooth WCN685x 2.1 firmware to 2.1.0-00653
Zijun Hu [Wed, 5 Mar 2025 07:29:43 +0000 (15:29 +0800)]
QCA: Update Bluetooth WCN685x 2.1 firmware to 2.1.0-00653

This commit will update WCN685x 2.1 Bluetoth firmware files
to 2.1.0-00653.

Signed-off-by: Zijun Hu <quic_zijuhu@quicinc.com>
6 months agocirrus: cs35l41: Add firmware and tuning for ASUS Consumer laptops
Stefan Binding [Tue, 4 Mar 2025 14:34:20 +0000 (14:34 +0000)]
cirrus: cs35l41: Add firmware and tuning for ASUS Consumer laptops

Signed-off-by: Stefan Binding <sbinding@opensource.cirrus.com>
6 months agocirrus: cs35l41: Add Firmware for various ASUS Commercial laptops
Stefan Binding [Mon, 25 Nov 2024 17:06:54 +0000 (17:06 +0000)]
cirrus: cs35l41: Add Firmware for various ASUS Commercial laptops

Add support for vaious ASUS models using CS35L41:
104330c1
104331e1
104330e1
104331f1
10433011
10433fd0
10433071
104330d1
10433ff0
10433061
104312b4
10431294
10431f63

Signed-off-by: Stefan Binding <sbinding@opensource.cirrus.com>
6 months agoMerge branch 'robot/patch-0-1741163658' into 'main'
Josh Boyer [Wed, 5 Mar 2025 12:42:06 +0000 (12:42 +0000)]
Merge branch 'robot/patch-0-1741163658' into 'main'

robot/patch-0-1741163658

See merge request kernel-firmware/linux-firmware!465

6 months agoASoC: tas2781: Update dsp firmware for Gemtree project
Baojun Xu [Wed, 5 Mar 2025 08:31:03 +0000 (16:31 +0800)]
ASoC: tas2781: Update dsp firmware for Gemtree project

Update dsp firmware for Gemtree project,
Add symbol link for old patch compatible.

Signed-off-by: Baojun Xu <baojun.xu@ti.com>
7 months agoMerge branch 'intel/guc_70402' into 'main'
Mario Limonciello [Tue, 4 Mar 2025 19:09:49 +0000 (19:09 +0000)]
Merge branch 'intel/guc_70402' into 'main'

xe: Update GUC to v70.40.2 for BMG, LNL

See merge request kernel-firmware/linux-firmware!464

7 months agoxe: Update GUC to v70.40.2 for BMG, LNL
John Harrison [Tue, 4 Mar 2025 00:59:06 +0000 (16:59 -0800)]
xe: Update GUC to v70.40.2 for BMG, LNL

UAPI compatibility version 1.18.5

Release latest recommended GUC firmware for BMG, LNL.

Signed-off-by: John Harrison <John.C.Harrison@Intel.com>