Commit Graph

2420 Commits

Author SHA1 Message Date
Emil Velikov
8a507494f3 check_whence.py: ban link-to-a-link
Using link-to-a-link reduces legibility and changes to the root link,
also changes the leafs. Where the latter may be undesired and in some
cases just wrong.

We have a couple of instances in-tree, so fix them up and ban the
combination.

One particularly good example, why we'd want this is:
https://gitlab.com/kernel-firmware/linux-firmware/-/merge_requests/272

In there we have the following:

    File: ti/tas2781/TAS2XXX1EB30.bin
    [snip]
    Link: TAS2XXX1EB3.bin -> ti/tas2781/TAS2XXX1EB3.bin
    Link: ti/tas2781/TAS2XXX1EB3.bin -> TAS2XXX1EB30.bin
    Link: TAS2XXX1EB30.bin -> ti/tas2781/TAS2XXX1EB30.bin

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
2024-10-10 14:33:32 +00:00
Mario Limonciello
e1bd5010f8 Add a link from TAS2XXX1EB3.bin -> ti/tas2781/TAS2XXX1EB30.bin
This allows compatibility with old and new TAS drivers.

Suggested-by: Antheas Kapenekakis <lkml@antheas.dev>
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
2024-10-10 09:10:50 -05:00
Shenghao Ding
4cbaca8d27 tas2781: Upload dsp firmware for ASUS laptop 1EB30 & 1EB31
Signed-off-by: Shenghao Ding <shenghao-ding@ti.com>
[superm1: Squash and rebase]
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
2024-10-10 08:33:27 -05:00
Bitterblue Smith
d4e688aa74 rtlwifi: Add firmware v39.0 for RTL8192DU
The new rtl8192du driver will support this chip.

Signed-off-by: Bitterblue Smith <rtl8821cerfe2@gmail.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
2024-10-10 03:18:01 +00:00
Peter Robinson
19624c7141 brcm: Add BCM4354 NVRAM for Jetson TX1
Add a NVRAM file for the BCM4354 Wifi/BT module used on the
NVIDIA p2371-2180, AKA Jetson TX1.

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2024-10-04 17:32:47 +01:00
Peter Robinson
de6690f81d brcm: Link FriendlyElec NanoPi M4 to AP6356S nvram
The FriendlyElec NanoPi M4 has a AP6356S WiFi/BT module
so we can reuse the NVRAM like devices with the same
module.

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2024-10-04 16:33:14 +01:00
Josh Boyer
51e5af813e Merge branch 'mt76-20240926' of https://github.com/csyuanc/linux-firmware into mt76
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2024-10-01 07:40:33 -04:00
Chris Lu
7f9c1f1b1c linux-firmware: add firmware for MediaTek Bluetooth chip (MT7920)
File: mediatek/BT_RAM_CODE_MT7961_1a_2_hdr.bin
Version: 20240930111457

Signed-off-by: Chris Lu <chris.lu@mediatek.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2024-10-01 07:37:05 -04:00
Deren Wu
3ce84a8dbf linux-firmware: add firmware for MT7920
Add binary firmware for MT7920 based devices

File: mediatek/WIFI_MT7961_patch_mcu_1a_2_hdr.bin
Version: 20240930111002a
File: mediatek/WIFI_RAM_CODE_MT7961_1a.bin
Version: 20240930111041

Signed-off-by: Deren Wu <deren.wu@mediatek.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2024-10-01 07:37:00 -04:00
Akhil P Oommen
2aded3b604 qcom: update gpu firmwares for qcm6490 chipset
Add the secure firmware and also update the following gpu firmwares:

qcom/a660_gmu.bin: v3.01.0B
qcom/a660_sqe.fw: v1.12
qcom/qcm6490/a660_zap.mbn: v0.09

Signed-off-by: Akhil P Oommen <quic_akhilpo@quicinc.com>
2024-09-26 20:47:08 +05:30
Shayne Chen
85ce6f7afd mt76: mt7996: add firmware files for mt7992 chipset
Signed-off-by: Shayne Chen <shayne.chen@mediatek.com>
2024-09-26 00:59:54 +08:00
Shayne Chen
a1c9e3bf32 mt76: mt7996: add firmware files for mt7996 chipset variants
Signed-off-by: Shayne Chen <shayne.chen@mediatek.com>
2024-09-26 00:59:43 +08:00
Josh Boyer
a305ade8fe Merge tag 'rtw-fw-2024-09-13' of https://github.com/pkshih/linux-firmware into 8922a
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2024-09-23 08:34:01 -04:00
Akhil P Oommen
43c971bcd7 qcom: add gpu firmwares for sa8775p chipset
Add the following gpu related firmwares for SA8775P chipset:

qcom/a663_gmu.bin: v3.05.01
qcom/sa8775p/a663_zap.mbn: v0.09

Signed-off-by: Akhil P Oommen <quic_akhilpo@quicinc.com>
2024-09-17 11:57:51 +05:30
Chin-Yen Lee
5685e14f2a rtw89: 8922a: add fw format-2 v0.35.42.1
* Fix disconnect from AP after resuming from wowlan mode.
* Add rtw8922a_fw-2.bin for format change of RX DCK

Signed-off-by: Chin-Yen Lee <timlee@realtek.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
2024-09-13 15:28:58 +08:00
Juerg Haefliger
590d8aa4e3 WHENCE: Fix battmgr.jsn entry type
Qcom jsons must not be compressed.

Fixes: 541f96c0fa ("qcom: qcm6490: add ADSP and CDSP firmware")
Signed-off-by: Juerg Haefliger <juerg.haefliger@canonical.com>
2024-09-13 07:49:54 +02:00
Mario Limonciello
47c72fee8f amdgpu: Add VPE 6.1.3 microcode
from internal git commit 4502e7a096cf682e3a4dd1d5adab6b12d59795bf

Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
2024-09-12 16:03:12 +00:00
Mario Limonciello
1343055c07 amdgpu: add SDMA 6.1.2 microcode
from internal git commit 4502e7a096cf682e3a4dd1d5adab6b12d59795bf

Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
2024-09-12 16:03:12 +00:00
Mario Limonciello
5f3b798851 amdgpu: Add support for PSP 14.0.4
from internal git commit 4502e7a096cf682e3a4dd1d5adab6b12d59795bf

Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
2024-09-12 16:03:12 +00:00
Mario Limonciello
9419b0a001 amdgpu: add GC 11.5.2 microcode
from internal git commit 4502e7a096cf682e3a4dd1d5adab6b12d59795bf

Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
2024-09-12 16:03:12 +00:00
Dmitry Baryshkov
541f96c0fa qcom: qcm6490: add ADSP and CDSP firmware
Add Linux firmware to be used for Qualcomm QCM6490 IDP and
Qualcomm RB3 Gen 2 Development Kit. Most of the firmware files are
common, IPA block is only present on the QCM6490 hardware.

- ADSP.HT.5.5.c8-00149-KODIAK-1
- CDSP.HT.2.5.c3-00077-KODIAK-1

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2024-09-12 11:27:27 +00:00
Kiran K
aa5bbc8564 linux-firmware: Update firmware file for Intel Bluetooth Magnetor core
This patch contains firmware files for,
- Garfield Peak2 (GfP2) - AX211
- Johnson Peak2 (JnP2)  - AX203
- Harrison Peak1 (HrP1) - AX101

FW Build: BT_Magnetar_REL103427_23.50.24332.103427
Release Version: 23.80.0.3
FSEQ: 0x0.0.3.94

Signed-off-by: Kiran K <kiran.k@intel.com>
2024-09-12 12:51:56 +05:30
Kiran K
299fe5853c linux-firmware: Update firmware file for Intel BlazarU core
This patch contains firmware files for BlazarU core -
1. Gale Peak2 (BE200)

FW Build: BT_BlazarU_S_REL64815_23.80.24332.64815

Release Version: 23.80.0.3
FSEQ:  0x0.0.4.164

Signed-off-by: Kiran K <kiran.k@intel.com>
2024-09-12 12:49:27 +05:30
Kiran K
bf24e495b1 linux-firmware: Update firmware file for Intel Bluetooth Solar core
This patch contains firmware files for,
- Typhoon Peak2 (TyP2) - AX210
- Garfield Peak2 (GfP2) - AX211
- Johnson Peak2 (JnP2) - AX203

FW Build: BT_Solar_REL81755_23.50.24332.81755
Release Version: 23.80.0.3
FSEQ: 0.0.2.41

Signed-off-by: Kiran K <kiran.k@intel.com>
2024-09-12 12:47:55 +05:30
Shuming Fan
2a7b69a3fa realtek: rt1320: Add patch firmware of MCU
This patch added the patch firmware of rt1320 MCU.

Signed-off-by: Shuming Fan <shumingf@realtek.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2024-09-10 07:55:12 -04:00
Dnyaneshwar Bhadane
6528c34461 i915: Update MTL DMC v2.23
Release notes:

  MTL FW 2.23

  Date : 08/20/2024
  Notes:

  1. Fix in Pushing PIPEB PSR/SRD status to Debug Queue
  2. changing the subroutine ids

Signed-off-by: Dnyaneshwar Bhadane <dnyaneshwar.bhadane@intel.com>
Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
2024-09-05 13:09:16 -03:00
Simon Trimmer
a9c9dbf495 cirrus: cs35l56: Add firmware for Cirrus CS35L54 for some HP laptops
This patch adds the firmware files for the Cirrus CS35L54 smart
amplifier used in two HP laptops.

- 103c8d01
- 103c8d08

Signed-off-by: Simon Trimmer <simont@opensource.cirrus.com>
2024-09-04 16:05:13 +00:00
Miri Korenblit
a19bb447e5 iwlwifi: add Bz FW for core89-58 release
Add the -92 ucode firmware and the pnvm binary
for Bz device.

Build number: Core_manual_signed_core89-58
Revision: 67ce4588 (bz)

Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
2024-09-03 17:16:20 +03:00
ChunHao Lin
d75c2bd6f2 rtl_nic: add firmware rtl8126a-3
This adds firmware rtl8126a-3 for RTL8126A rev.b.

Signed-off-by: ChunHao Lin <hau@realtek.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2024-09-03 07:21:41 -04:00
Deren Wu
3afaa60ab4 linux-firmware: update firmware for MT7921 WiFi device
Update binary firmware for MT7921 WiFi devices

File: mediatek/WIFI_MT7961_patch_mcu_1_2_hdr.bin
Version: 20240826150948a
File: mediatek/WIFI_RAM_CODE_MT7961_1.bin
Version: 20240826151030

Signed-off-by: Deren Wu <deren.wu@mediatek.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2024-09-03 07:17:35 -04:00
Chris Lu
0dc08118bd linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
Update binary firmware for MT7921 BT devices.

File: mediatek/BT_RAM_CODE_MT7961_1_2_hdr.bin
Version: 20240826151221

Signed-off-by: Chris Lu <chris.lu@mediatek.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2024-09-03 07:16:38 -04:00
Dmitry Baryshkov
91f955b730 qcom: vpu: restore compatibility with kernels before 6.6
Linux kernels before 6.6 used qcom/vpu-1.0/venus.mdt as a firmware
filename for Qualcomm SM8250 devices. Commit 36db650dae ("qcom: update
path for video firmware for vpu-1/2/3.0") moved the VPU firmware, added
the venus.mbn compatibility symlink, but at the same time it dropped
the venus.mdt symlink. Bring the historical name back to restore
compatibility with kernels older than 6.6.

Fixes: 36db650dae ("qcom: update path for video firmware for vpu-1/2/3.0")
Cc: Dikshita Agarwal <quic_dikshita@quicinc.com>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2024-08-28 07:30:40 -04:00
Chin-Yen Lee
80fa33b94a rtw89: 8922a: add fw format-1 v0.35.41.0
Fixed v0.35.18 TX/RX throughput reduction problem.
Fix WATCH_DOG SER happened in the suspend flow of net-detect function.

Use format-1 because of new register address of WoWLAN reason, and firmware
commmand format changed of hardware scan and RF calibration notification.

Signed-off-by: Chin-Yen Lee <timlee@realtek.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
2024-08-26 17:08:00 +08:00
Deren Wu
47c8a6053c 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: 20240816132951a
File: mediatek/mt7925/WIFI_RAM_CODE_MT7925_1_1.bin
Version: 20240816133044

Signed-off-by: Deren Wu <deren.wu@mediatek.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2024-08-23 07:28:47 -04:00
Chris Lu
79c19bb0cd linux-firmware: update firmware for mediatek bluetooth chip (MT7925)
Update binary firmware for MT7925 BT devices.

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

Signed-off-by: Chris Lu <chris.lu@mediatek.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2024-08-23 07:28:01 -04:00
Max Chou
239f04a85f rtl_bt: Add firmware and config files for RTL8922A
This firmware/config is submitted for RTL8922A BT USB I/F.

Version: 0x04fa9428

Signed-off-by: Max Chou <max.chou@realtek.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2024-08-22 10:19:17 -04:00
Peter Robinson
ed9c1349f8 rtl_bt: Add firmware file for the the RTL8723CS Bluetooth part
These files come from the RealtekBluetoothUartPackage_2.17.119.0525 file
which can be downloaded from realtek.com. The download is marked as version
1.0.245.3 / 05/08/2017 on the download page

The added rtl_bt/rtl8723cs_xx_fw.bin file is called
rtl8723c_mp_bt40_fw_asic_rom_patch.bin in the download.

The configuration file for the RTL8723BS part also works for the
CS variant so we add the appropriate link to use that.

Cc: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2024-08-22 11:20:11 +00:00
Peter Robinson
5a017996c6 rtl_bt: de-dupe identical config.bin files
A number of the rtl_bt files are identical according to sha256sum
so let's de-dupe them, and also remove a couple of entries in
the WHENCE file that are duplicates while we're at it.

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2024-08-22 11:20:11 +00:00
Peter Robinson
2bb8fb2659 rename rtl8723bs_config-OBDA8723.bin -> rtl_bt/rtl8723bs_config.bin
The setting works for numerous rtl8723 series of devices so let's use
the default naming so it works by default everywhere and link the
device specific names to the generic config.

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2024-08-22 11:20:11 +00:00
John Allen
ace84e6edc linux-firmware: Update AMD SEV firmware
Update AMD SEV firmware to version 0.24 build 20 for AMD family 17h processors
with models in the range 30h to 3fh.

Update AMD SEV firmware to version 1.55 build 21 for AMD family 19h processors
with models in the range 00h to 0fh.

Update AMD SEV firmware to version 1.55 build 37 for AMD family 19h processors
with models in the range 10h to 1fh.

Add AMD SEV firmware version 1.55 build 37 for AMD family 19h processors with
models in the range a0h to afh.

Signed-off-by: John Allen <john.allen@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2024-08-21 08:32:18 -04:00
Shayne Chen
2ebe7d6333 linux-firmware: update firmware for MT7996
This commit updates firmware files to 20240809 for MT7996 WiFi devices.

Signed-off-by: Shayne Chen <shayne.chen@mediatek.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2024-08-21 08:28:15 -04:00
Gustavo Sousa
ad8d5f76c4 Revert "i915: Update MTL DMC v2.22"
This reverts commit 8a9be67bd7.

We detected a regression associated with MTL DMC v2.22. So let's revert
it back to v2.21 until we have a new release with the fix.

Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
2024-08-15 18:10:27 -03:00
Josh Boyer
0e035ec7d5 Merge branch 'ath-20240813' of git://git.kernel.org/pub/scm/linux/kernel/git/ath/linux-firmware into ath-20240813
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2024-08-15 09:40:18 -04:00
Kalle Valo
c362cc882e ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.41
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
2024-08-13 19:34:36 +03:00
Kalle Valo
d081d228ef ath11k: QCA2066 hw2.1: add to WLAN.HSP.1.1-03926.13-QCAHSPSWPL_V2_SILICONZ_CE-2.52297.3
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
2024-08-13 19:34:36 +03:00
Kalle Valo
cb707be3bc ath11k: QCA2066 hw2.1: add board-2.bin
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
2024-08-13 19:34:36 +03:00
Kalle Valo
02973a45fe ath11k: IPQ5018 hw1.0: update to WLAN.HK.2.6.0.1-01291-QCAHKSWPL_SILICONZ-1
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
2024-08-13 19:34:36 +03:00
Dikshita Agarwal
a55d7a7508 qcom: vpu: add video firmware for sa8775p
Add video firmware binary for sa8775p.

Signed-off-by: Dikshita Agarwal <quic_dikshita@quicinc.com>
2024-08-13 11:28:02 +05:30
Dikshita Agarwal
36db650dae qcom: update path for video firmware for vpu-1/2/3.0
- Rename qcom/vpu-3.0/ to qcom/vpu/ to have common sub-folder for
  new firmware files.
- Move firmware files from vpu-1.0/ and vpu-2.0/ to vpu/ with
  proper names for firmware binaries and provide backwards-compatible
  links.

Signed-off-by: Dikshita Agarwal <quic_dikshita@quicinc.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2024-08-09 08:59:48 -04:00
Chin-Yen Lee
1a0cbeb753 rtw89: 8852c: add fw format-1 v0.27.97.0
Refine WoWLAN function, such as security and PNO.
Add register and power tables as known as fw elements.

Use format-1 because of new register address of WoWLAN reason and addition
of fw_elements.

Signed-off-by: Chin-Yen Lee <timlee@realtek.com>
Signed-off-by: Kuan-Chung Chen <damon.chen@realtek.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
2024-08-08 09:40:40 +08:00