Commit Graph

4095 Commits

Author SHA1 Message Date
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
Mario Limonciello
7a7a88fe1a Merge branch 'amd-staging' into 'main'
amdgpu: Revert sienna cichlid dmcub firmware update

See merge request kernel-firmware/linux-firmware!289
2024-09-03 16:49:10 +00:00
Mario Limonciello
96af55bd3d amdgpu: Revert sienna cichlid dmcub firmware update
commit bec4fd18 ("amdgpu: DMCUB updates forvarious AMDGPU ASICs")
changed ucode version from 0x2020020 to 0x1000000 and has caused
regressions for users with a crash on boot.

Revert this binary to previous version.

Link: https://gitlab.freedesktop.org/drm/amd/-/issues/3595
Fixes: bec4fd18 ("amdgpu: DMCUB updates forvarious AMDGPU ASICs")
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
2024-09-03 16:43:23 +00:00
Josh Boyer
5ae7f66d88 Merge branch 'iwlwifi-20240903' into 'main'
iwlwifi: add Bz FW for core89-58 release

See merge request kernel-firmware/linux-firmware!288
2024-09-03 14:48:09 +00:00
Josh Boyer
a0b4b0f51b core89 bz
-----BEGIN PGP SIGNATURE-----
 
 iHUEABYIAB0WIQQM3A3Pv7vbm9vtjWbacY7uyt+OfQUCZtcadQAKCRDacY7uyt+O
 fUz0AQCR44jO6OvcG2yM15JJsLjtpoZw7tMC+0eV0BUUEJ3jcAD+P55R7PE8JYv3
 Ykd39cQJQvWEPTJu8q0qyo9ra+LG3gc=
 =Lw4N
 -----END PGP SIGNATURE-----

Merge tag 'iwlwifi-fw-2024-09-03' of http://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/linux-firmware into iwlwifi-20240903

core89 bz

Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2024-09-03 10:45:40 -04: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
Josh Boyer
a0ff525ced Merge branch 'rtl81261-3' into 'main'
rtl_nic: add firmware rtl8126a-3

See merge request kernel-firmware/linux-firmware!287
2024-09-03 11:24:33 +00: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
Josh Boyer
564faa76c4 Merge branch 'mt7921' into 'main'
linux-firmware: update firmware for mediatek bluetooth chip (MT7921)

See merge request kernel-firmware/linux-firmware!286
2024-09-03 11:20:43 +00: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
Mario Limonciello
f4c18f9f29 Merge branch 'amd-staging' into 'main'
amdgpu: update DMCUB firmware to v0.0.232.0

See merge request kernel-firmware/linux-firmware!285
2024-08-30 02:52:11 +00:00
Hamza Mahfooz
d6c600d469
amdgpu: update DMCUB to v0.0.232.0 for DCN314 and DCN351
From internal git commit 844f3ef055abc4c8cdbf28ca8f8f60c9252ccd0d.

Tested with DC 3.2.299

Release notes:
- Cable discovery fix
- IPS fixes
- PSR fixes

Signed-off-by: Hamza Mahfooz <hamza.mahfooz@amd.com>
2024-08-29 17:37:32 -04:00
Josh Boyer
335a1deca1 Merge branch 'qcom-restore' into 'main'
qcom: vpu: restore compatibility with kernels before 6.6

See merge request kernel-firmware/linux-firmware!284
2024-08-28 12:35:48 +00: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
Mario Limonciello
3cff7109c7 Merge branch 'amd-staging' into 'main'
amdgpu: DMCUB updates forvarious AMDGPU ASICs

See merge request kernel-firmware/linux-firmware!283
2024-08-26 19:58:17 +00:00
Zaeem Mohamed
bec4fd18cc amdgpu: DMCUB updates forvarious AMDGPU ASICs
DMCUB updaes for DCN314, DCN315, DCN316, DCN351, DCN35, Green Sardine,
Renoir, Sienna Cichlid
From internal git commit d8987008c1738e76de1eaa73b36e9f976d0fc893

Firmware release 0.0.231.0
Tested with DC 3.2.298

Release notes:
- Various fixes

Signed-off-by: Zaeem Mohamed <zaeem.mohamed@amd.com>
2024-08-26 19:56:35 +00:00
Josh Boyer
73dd3094cd Merge branch 'rtw-fw-2024-08-26' into 'main'
rtw89: 8922a: add fw format-1 v0.35.41.0

See merge request kernel-firmware/linux-firmware!282
2024-08-26 11:32:30 +00: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
Josh Boyer
2cdc11a7b3 Merge branch 'mt7925' into 'main'
linux-firmware: update firmware for mediatek bluetooth chip (MT7925)

See merge request kernel-firmware/linux-firmware!280
2024-08-23 11:31:09 +00: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
Josh Boyer
c514191280 Merge branch 'rtl8922a' into 'main'
rtl_bt: Add firmware and config files for RTL8922A

See merge request kernel-firmware/linux-firmware!279
2024-08-22 14:21:57 +00: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
Josh Boyer
d296acf74d Merge branch 'rtl8723x-bt' into 'main'
rtl_bt: some small cleanups and a new addition for rtl8723cs

See merge request kernel-firmware/linux-firmware!270
2024-08-22 11:22:17 +00: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
Josh Boyer
72fdcfd651 Merge branch 'amd-sev' into 'main'
linux-firmware: Update AMD SEV firmware

See merge request kernel-firmware/linux-firmware!278
2024-08-21 12:34:44 +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
Josh Boyer
e0a8877f43 Merge branch 'mt7996' into 'main'
linux-firmware: update firmware for MT7996

See merge request kernel-firmware/linux-firmware!277
2024-08-21 12:30:26 +00: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
Josh Boyer
5649ca751a Merge branch 'intel-revert' into 'main'
Revert "i915: Update MTL DMC v2.22"

See merge request kernel-firmware/linux-firmware!276
2024-08-16 18:27:08 +00: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
b1de0237a7 Merge branch 'ath-20240813' into 'main'
ath11k: IPQ5018 hw1.0: update to WLAN.HK.2.6.0.1-01291-QCAHKSWPL_SILICONZ-1

See merge request kernel-firmware/linux-firmware!275
2024-08-15 13:43:05 +00: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
Josh Boyer
056314b86b Merge branch 'video-fw-SA8775p' into 'main'
qcom: vpu: add video firmware for sa8775p

See merge request kernel-firmware/linux-firmware!274
2024-08-15 13:39:16 +00:00
Josh Boyer
5f5d5c0642 Merge branch 'video-fw-SA8775p' of https://git.codelinaro.org/clo/linux-kernel/linux-firmware into video-fw-SA8775p
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2024-08-15 09:36:37 -04:00
Josh Boyer
2a9131b0e3 Merge branch 'amd-2024-08-12' into 'main'
amdgpu: DMCUB updates for various AMDGPU ASICs

See merge request kernel-firmware/linux-firmware!273
2024-08-15 13:35:08 +00:00
Josh Boyer
ea750aed88 Merge tag 'amd-2024-08-12' of https://gitlab.freedesktop.org/drm/firmware into amd-2024-08-12
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2024-08-15 09:32:49 -04:00
Kalle Valo
82318c966f ath12k: WCN7850 hw2.0: update board-2.bin
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
2024-08-13 19:36:13 +03: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
e7a1bfd709 ath11k: WCN6855 hw2.0: update board-2.bin
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
Tom Chung
0600ef249c amdgpu: DMCUB updates for various AMDGPU ASICs
DMCUB updates for DCN314, DCN35 and DCN351
From internal git commit 9a49f77cb0bd191c4da3a45fe569eed985810e36

Firmware release 0.0.229.0
Tested with DC 3.2.296

Release notes:
- Update power state
- Fix coverity issues

Signed-off-by: Tom Chung <chiahsuan.chung@amd.com>
2024-08-12 13:43:13 +08:00
Josh Boyer
5946007629 Merge branch 'vpu' into 'main'
qcom: update path for video firmware for vpu-1/2/3.0

See merge request kernel-firmware/linux-firmware!271
2024-08-09 13:02:09 +00:00
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