In order to help distributions to package a proper set of QCA firmware,
split the single QCA61x4 section into two: one for serial-attached chips
and another one for the USB-attached chips.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Most likely because of the TZ differences, on QCM6490 / QCS6490 boards
the WPSS DSP can not work with the existing firmware (provided for
SC7280 platforms). Add device-specific firmware for these boards.
The firmware comes in the MBN format rather than the typical MDT + Bnn
as the firmware file is being loaded through the remoteproc / DSP.
Compatibility links are added to follow the names in the existing DTs
(qcom/qcm6490-idp.dts and qcom/qcs6490-rb3gen2.dts).
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Add bluetooth firmware for the WCN3950 family of chips. The firmware
comes from the RB1 firmware released through Linaro, so the firmware is
licensed under LICENSE.qcom terms instead of the typical
LICENSE.QualcommAtheros_ath10k.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Firmware for the UART-connected QCA6390 chip got lost in the middle of
the QCA61x4 section. Move it to a separate section.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Restore the License: string for the qca/WCN399x firmware, it was lost in
the process when the commit 5dd32d878e ("qca: Add firmware files for
BT chip WCN6750.") added additional firmware for WCN6750.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Updates from review for MR/430
- Used File instead of RawFile for .mbn and .elf files
- Add version where available
Signed-off-by: Mark Pearson <mpearson-lenovo@squebb.ca>
This updates the sdsd8997_combo_v4.bin and WHENCE file.
It contains a fix for BLE link loss issue due to connection timeout.
Signed-off-by: Neeraj Sanjay Kale <neeraj.sanjaykale@nxp.com>
Signed-off-by: Keyur Gandhi <keyur.gandhi@nxp.com>
This commit will add required Bluetooth firmware files for QCA6698
The image version is 2.1.2-00035.
The QCA6698 Bluetooth chip, while sharing the same IP core as the
WCN6855, has different RF components and RAM sizes. This means it
requires new firmware files. Use a different firmware directory
to save the NVM and rampatch files.
Currently there are two connectivity boards using QCA6698 for
sa8775p-ride platform, the board id are 206 and 207 respectively.
So add two board specific nvm files.
hpbtfw21.tlv : RAM FW dump
hpnv21.b206 : NVM dump
hpnv21.b207 : NVM dump
hpnv21.bin : NVM dump
Signed-off-by: Cheng Jiang <quic_chejiang@quicinc.com>
The licence file for SA8775P binaries should contain one extra clause
related to the export regulations. Add new licence text and use it for
SA8775P DSP binaries.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
New scan firmware command format
Update BB parameters to V41
Update RF parameters to R33
Update TX power table to R33
Signed-off-by: Kuan-Chung Chen <damon.chen@realtek.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
A number of the SSID aliases linked to amp1 when they should have linked
to amp2, this would manifest as both amplifiers playing the same audio
channel.
Signed-off-by: Simon Trimmer <simont@opensource.cirrus.com>
While RTL8723CS is able to start with RTL8723BS config, it doesn't
actually work. Powering on device with "power on" in bluetoothctl
and enabling scan via "scan on" doesn't find a single device.
Unfortunately, RealtekBluetoothUartPackage_2.17.119.0525 doesn't have
a config for RTL8723CS, so we have to resort to a known-working config
from armbian firmware repository [1]. Their commit history doesn't mention
its origin.
Closer inspection of the config reveals that indeed 8723CS uses different
entry offsets, e.g. 8723BT:
55ab 2387 # Magic
3a00 # Total len
2b00 06 0000 00aa bbcc # Offset = 0x002b, len = 0x06
f400 03 0100 00 # Offset = 0x00f4, len = 0x03
f800 02 8500 # Offset = 0x00f8, len = 0x02
2700 01 67 # Offset = 0x0027, len = 0x01
0c00 10 0280 9204 50c5 ea19 e11b f1af 5f01 a40b # Offset = 0x000c, len = 0x10
df01 01 01 # Offset = 0x01df, len = 0x01
fe00 01 01 # Offset = 0x00fe, len = 0x01
e301 01 00 # Offset = 0x01e3, len = 0x01
0000 00 # Offset = 0x0000, len = 0x00
8723CS:
55ab 2387 # Magic
3900 # Total len
f400 01 01 # Offset = 0x00f4, len = 0x01
f600 02 8100 # Offset = 0x00f6, len = 0x02
fa00 02 1280 # Offset = 0x00fa, len = 0x02
0c00 10 0280 9204 50c5 ea19 e11b fdaf 5f01 a40b # Offset = 0x000c, len = 0x10
2700 01 63 # Offset = 0x0027, len = 0x1
0001 01 01 # Offset = 0x0100, len = 01
5b01 04 0b0b0b0a # Offset = 0x015b, len = 0x04
4200 02 4150 # Offset = 0x0042, len = 0x02
e000 01 42 # Offset = 0x00e0, len = 0x01
The only known devices with mainline Linux support that use 8723CS are
Pine64's PineTab, PinePhone and Pinebook, all of them work with this config.
[1] https://github.com/armbian/firmware
Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
In general text that comes after "License:" but before any other tags
(or section separators) should be assumed to be part of the
license. However, in some cases random information is placed there
that really doesn't have anything to do with the license. Add an
"Info:" tag before this extra bit of information to make it easy for
tools to find the license from the WHENCE.
Signed-off-by: Douglas Anderson <dianders@chromium.org>
This adds firmware rtl8125bp-2 for rtl8125bp rev.b.
Signed-off-by: ChunHao Lin <hau@realtek.com>
[ml: change execute bit]
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
QCS615 uses the same video core as sc7180, so update the firmware binary
which can be used for both the SoCs.
Delete "venus_s6.mbn" since no SoC is currently using this.
Signed-off-by: Dikshita Agarwal <quic_dikshita@quicinc.com>
Acked-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
This laptop is a SoundWire cs42l43-bridge system and needs a slightly
different filename format that uses l and r rather than 1 and 2.
Signed-off-by: Simon Trimmer <simont@opensource.cirrus.com>
This patch adds and updates the firmware files for a number of products
using the Cirrus CS35L54 and CS35L56 smart amplifiers.
Signed-off-by: Simon Trimmer <simont@opensource.cirrus.com>
This adds firmware rtl8125d-2 for rtl8125d rev.b.
Signed-off-by: ChunHao Lin <hau@realtek.com>
[ML: adjust execute bit]
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
From internal commit 4e47be4578b8b55de72714d88ca393f5d2fd6ed0
Highlights:
* Update DCN35 & DCN351
* Fixes for certain panel flickering during resume from S0i3
* Fix an 8K monitor lightup issue on DP2
* Update DCN314
* Fix a PSR entry issue during DPMS resume.
* New: Add DCN401 firmware from internal commit:
64f16a26df9aaba1028589188907b01aeb03cac3
Signed-off-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
This commit will add 2 Bluetoth firmware files for WCN785x.
The image version is 2.0.0-00515-2.
qca/nvm_usb_00190200_010e.bin : NVM dump
qca/nvm_usb_00190200_0112.bin : NVM dump
Signed-off-by: Zijun Hu <quic_zijuhu@quicinc.com>
This patch adds the firmware files for the Cirrus CS35L56 smart
amplifier used in various Dell laptops.
Signed-off-by: Simon Trimmer <simont@opensource.cirrus.com>
Update ice DDP wireless_edge package file to the latest version: 1.3.20.0
Highlight of changes since 1.3.13.0:
- Add support for Intel E830 series driver using a dual segment package
with one segment for E810 and one for E830, which increases the package
size.
- Add support for 192B max header length.
Signed-off-by: Paul Greenwalt <paul.greenwalt@intel.com>
Tested-by: Pucha Himasekhar Reddy <himasekharx.reddy.pucha@intel.com> (A Contingent worker at Intel)
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Update ice DDP comms package file to the latest version: 1.3.52.0
Highlight of changes since 1.3.45.0:
- Add support for Intel E830 series driver using a dual segment package
with one segment for E810 and one for E830, which increases the package
size.
- Add support for 192B max header length.
Signed-off-by: Paul Greenwalt <paul.greenwalt@intel.com>
Tested-by: Pucha Himasekhar Reddy <himasekharx.reddy.pucha@intel.com> (A Contingent worker at Intel)
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Update ice DDP package file to the latest version: ice-1.3.41.0
Highlight of changes since ice-1.3.36.0:
- Add support for Intel E830 series driver using a dual segment package
with one segment for E810 and one for E830, which increases the package
size.
- Add support for 192B max header length.
Signed-off-by: Paul Greenwalt <paul.greenwalt@intel.com>
Tested-by: Pucha Himasekhar Reddy <himasekharx.reddy.pucha@intel.com> (A Contingent worker at Intel)
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Update firmware file to VIDEO.VPU.2.0-00055-PROD-1 for SC7280. This
includes below fixes:
- vdec: Fix for HEVC green frame corruption.
- venc: Add proper level setting for AVC High profile usecase for VP9
decoding compliance.
- venc: Fix for EOS handling.
- venc: Update min-max QP range for default case.
Update WHENCE version string to match with updated fw version string.
Signed-off-by: Dikshita Agarwal <quic_dikshita@quicinc.com>
Add firmware files for the Qualcomm DU product(QDU100). These files are consumed
by the MHI driver in the MHI subsystem.
Signed-off-by: Kishore Batta <quic_batta@quicinc.com>
This patch adds the firmware files for the Cirrus CS35L56 smart
amplifier used in various Dell laptops.
Signed-off-by: Simon Trimmer <simont@opensource.cirrus.com>
This file contains the firmware for RTL8812AU and was extracted from
the vendor driver v5.13.6-23-g232107d9b.20210820 from
https://github.com/morrownr/8812au-20210820
Signed-off-by: Zenm Chen <zenmchen@gmail.com>
Acked-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
As demonstrated by the inability to use existing WCN6750 firmware on
QCM6490 / QCS6490 devices, such firmware files are device-specific. As a
preparation to adding more device-specific firmware, move existing
firmware to the sc7280/ subdir, squashing it in proceess. Squashing it
simplifies loading (as it requires just a single file access / userspace
call) and also it requires just a single compatibility symlink instead
of ten.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
This version is required to support ARL-H.
Release: 102.1.15.1926
Compatibility (API) Version: 1.0
SVN: 1
Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
This firmware was extracted from the vendor driver
rtl8192FU_rtl8725AU_WiFi_linux_v5.15.2-53-g9bfbc74cf.20230615_COEX20220422-2b07
provided by Realtek developer.
Signed-off-by: Zenm Chen <zenmchen@gmail.com>
This patch adds the firmware files for the Cirrus CS35L56 smart
amplifier used in a Lenovo laptop.
- 17aa380e
Signed-off-by: Simon Trimmer <simont@opensource.cirrus.com>
This patch adds the firmware files for the Cirrus CS35L56 smart
amplifier used in two ASUS laptops.
- 10431e13
- 10431f43
Signed-off-by: Simon Trimmer <simont@opensource.cirrus.com>
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>
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>
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>
Add below required Bluetooth firmware files for Qualcomm SoC WCN785x
which uses UART as HCI transport, and the firmware version is 2.0.1-00349.
qca/hmtbtfw20.tlv : RAMPATCH
qca/hmtnv20.b10f : NVM
qca/hmtnv20.b112 : NVM
qca/hmtnv20.bin : NVM
Signed-off-by: Zijun Hu <quic_zijuhu@quicinc.com>
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>
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>
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>
* 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>
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>
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>
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>
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>
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>
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>
- 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>
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>
MTL FW 2.22
Date : 04/02/2024
Notes:
1. Checking Power Well Status before pushing the Registers Data to Debug Queue
Signed-off-by: Dnyaneshwar Bhadane <dnyaneshwar.bhadane@intel.com>
This version is required to support ARL-S.
Release: 102.0.10.1878
Compatibility (API) Version: 1.0
SVN: 1
Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
First GSC release for LNL.
Release: 104.0.0.1161
Compatibility (API) Version: 1.0
SVN: 1
The firmware file is named after the compatibility version, as that is
what the kernel driver cares about.
Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
This reverts commit ef7be90bbb.
An unexpected API change went in these firmwaress, that isn't actually
compatible with all drivers supporting this API version.
Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
Fix the license issue for tas781 firmware, which are shipped as .bin
opaque. Remove the GPL-2+, which imposes having the source code
available.
Signed-off-by: Shenghao Ding <shenghao-ding@ti.com>
The ZAP shader is signed and is specific for the particular SoC. As such
it should be put the corresponding subdir rather than the topdir.
Move it to the subdir (like all other zap.mbn files).
Cc: Akhil P Oommen <quic_akhilpo@quicinc.com>
Cc: Bjorn Andersson <andersson@kernel.org>
Cc: linux-arm-msm@vger.kernel.org
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
To be used on Qualcomm Snapdragon SM8550 based boards.
- VIDEO.VPU.3.1-0076
Signed-off-by: Dikshita Agarwal <quic_dikshita@quicinc.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Add the following gpu related firmwares for Snapdragon X1 Elite
chipset (x1e80100):
qcom/gen70500_gmu.bin: v4.03.11
qcom/gen70500_sqe.fw: v1.62
qcom/gen70500_zap.mbn: v0.15
Signed-off-by: Akhil P Oommen <quic_akhilpo@quicinc.com>
Add firmware images for Intel QAT 402xx crypto/compression accelerators.
This firmware is taken from Intel QuickAssist Technology Hardware
Version 2.0 package QAT20.L.1.2.30-00013.
Firmware version: 1.2.40
Release notes for this firmware are reported at [1].
$ sha256sum qat_402*
b82b6faf0d1da97b78d2ec3b78cbdb3f769cbb1339227b82025d0f2ca4857037 qat_402xx.bin
e08d6fa7ee7079e6eaa06f1b92dbfcf7cc60f8a6ec6894710ec1001388bd6d57 qat_402xx_mmp.bin
Link: https://intel.github.io/quickassist/RN/In-Tree/index.html [1]
Signed-off-by: Giovanni Cabiddu <giovanni.cabiddu@intel.com>