Commit Graph

4133 Commits

Author SHA1 Message Date
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
Josh Boyer
4ca14e0ca7 Merge branch 'qca_btfw' into 'main'
QCA: Update Bluetooth WCN685x 2.1 firmware to 2.1.0-00642

See merge request kernel-firmware/linux-firmware!269
2024-08-08 11:59:16 +00:00
Josh Boyer
94b97c219c Merge https://github.com/zijun-hu/qca_btfw into qca_btfw
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2024-08-08 07:57:01 -04:00
Josh Boyer
3e67cd1318 Merge branch 'rtw89' into 'main'
rtw89: 8852bt: add firmware 0.29.91.0

See merge request kernel-firmware/linux-firmware!268
2024-08-08 11:51:47 +00:00
Josh Boyer
afaf0ec227 Merge tag 'rtw-fw-2024-08-08' of https://github.com/pkshih/linux-firmware into rtw89
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2024-08-08 07:49:39 -04:00
Josh Boyer
936052500c Merge branch 'amdgpu-202400808' into 'main'
amdgpu: Update ISP FW for isp v4.1.1

See merge request kernel-firmware/linux-firmware!267
2024-08-08 11:48:54 +00:00
Josh Boyer
83e8ff638e Merge branch 'amd-isp-staging' of https://gitlab.freedesktop.org/drm/firmware into amdgpu-20240808
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2024-08-08 07:46:36 -04:00
Zijun Hu
d6e21350fd QCA: Update Bluetooth WCN685x 2.1 firmware to 2.1.0-00642
This commit will update WCN685x 2.1 Bluetoth firmware files
to 2.1.0-00642.

Signed-off-by: Zijun Hu <quic_zijuhu@quicinc.com>
2024-08-08 14:28:20 +08: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
Ping-Ke Shih
bb88fb7406 rtw89: 8852bt: add firmware 0.29.91.0
Add firmware to support new WiFi 6 chip, RTL8852BE-VT.

Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
2024-08-08 09:34:07 +08:00
Pratap Nirujogi
4f13054485 amdgpu: Update ISP FW for isp v4.1.1
From internal git commit:
ac6a2bf31dc38d3ae91245f2db5747be8a0a0b4d

Signed-off-by: Pratap Nirujogi <pratap.nirujogi@amd.com>
2024-08-06 16:02:04 -04:00
Josh Boyer
e131a43705 Merge branch 'intel-20240805' into 'main'
i915: update DG2 HuC to v7.10.16

See merge request kernel-firmware/linux-firmware!266
2024-08-05 11:41:14 +00:00
Josh Boyer
b21598760d Merge tag 'intel-2024-08-02' of https://gitlab.freedesktop.org/drm/firmware into intel-20240805
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2024-08-05 07:38:50 -04:00