This firmware is intended for the Qualcomm DSP firmware image for a hexagon
core on ARM based systems specifically used by QDU100 driver. The firmware
is compressed using XZ algorithm to meet linux firmware size policy.
Signed-off-by: Kishore Batta <kishore.batta@oss.qualcomm.com>
The firmware image files are specific to Qualcomm DU product(QDU100).
These files are consumed by Sahara driver during the device boot.
Signed-off-by: Kishore Batta <kishore.batta@oss.qualcomm.com>
Add binary firmware for airoha-npu driver available on EN7581 SoC.
Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Add a symlink entry in WHENCE for QCS6490 pointing to the existing QUPv3
firmware under QCM6490.
Signed-off-by: Viken Dadhaniya <viken.dadhaniya@oss.qualcomm.com>
Update tuning files and update firmware version to use 6.83.0.
All tunings use 16.5dB gain.
Signed-off-by: Stefan Binding <sbinding@opensource.cirrus.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>
Extract the last inline license statements into separate files, so the
WHENCE file is neater and the license texts can be used directly in
copyright notices.
Signed-off-by: Ross Burton <ross.burton@arm.com>
Add the RGMU firmware and also update the secure firmware with the one
generated with a newer security profile required for QCS615.
Signed-off-by: Akhil P Oommen <akhilpo@oss.qualcomm.com>
qcom/qrb4210/a610_zap.mbn and qcom/qcm2290/a702_zap.mbn are used by the
adreno driver (rather than PAS driver). Move them to the corresponding
section of the WHENCE file.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
This reverts commit ebea7801d5.
Regression issue reported by using this firmware.
below bug https://bugzilla.kernel.org/show_bug.cgi?id=220306
Revert this firmware until fixed.
Signed-off-by: Sai Teja Aluvala <aluvala.sai.teja@intel.com>
Fixes: ebea7801d5 ("linux-firmware: Update firmware file for Intel Pulsar core")
Sort entries following the GPU version. Lenovo X13s has Adreno A690,
so its ZAP file is between a663 and a702.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Start extracting license texts from WHENCE into separate LICENSE files.
There are several reasons to do this:
1) Long license texts in the WHENCE are distracting and make parsing the
file more complicated.
2) Some licenses state that the terms must accompany the firmware when
redistributed, which is neater when the licence text is isolated instead
of having to use the entire contents of WHENCE.
Signed-off-by: Ross Burton <ross.burton@arm.com>
The license statement on the original file (well, the original in git)
is BSD-like but is not a BSD license. Include a fragment of the original
comment for clarity in a separate LICENCE file so that it can be
distributed with the firmware.
Signed-off-by: Ross Burton <ross.burton@arm.com>
The r128 and RV710 firmware has a bespoke licence, but it's actually the
MIT text.
Include a canonical copy of the MIT text (from spdx.org) and refer to
that directly.
Signed-off-by: Ross Burton <ross.burton@arm.com>
Update firmware binary to VIDEO.VPU.3.1-0092 for SM8550.
This includes the handling of drain with only output buffer.
Update WHENCE version string to match with updated fw version string.
Signed-off-by: Dikshita Agarwal <quic_dikshita@quicinc.com>
Due to the TZ upgrade on QCS615, it is required firmware to use
Sectools v2 for signing. Therefore, the venus_s2.mbn file is added.
Signed-off-by: Renjiang Han <quic_renjiang@quicinc.com>