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>
From internal git commit 3a38247b2e891f0ed7bb6ccef6204e214718c36d.
Tested with DC 3.2.301
Release notes:
- IPS fixes
- dmu fixes
- other misc fixes
Signed-off-by: Alex Hung <alex.hung@amd.com>
If copy-firwmware is told to compress files, it blindly assumes that
the target is indeed compressed (unless it's a directory) and creates
any symlinks accordingly.
This leads to broken symlinks for links that point at RawFiles:
adspr.jsn.zst -> ../qcm6490/adspr.jsn.zst
adsps.jsn.zst -> ../qcm6490/adsps.jsn.zst
That should be:
adspr.jsn -> ../qcm6490/adspr.jsn
adsps.jsn -> ../qcm6490/adsps.jsn
Fix that by checking if the target (directory or file) exists. And while
at it, add a check for broken symlinks at the end.
Fixes: 541f96c0fa ("qcom: qcm6490: add ADSP and CDSP firmware")
Signed-off-by: Juerg Haefliger <juerg.haefliger@canonical.com>
Qcom jsons must not be compressed.
Fixes: 541f96c0fa ("qcom: qcm6490: add ADSP and CDSP firmware")
Signed-off-by: Juerg Haefliger <juerg.haefliger@canonical.com>
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>
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>
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>
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>
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>
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>
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>
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>