Update IPU7 firmware binary, it is a product signed binary
used in latest Intel Pather Lake SOCs. Its version is same
as the old one, but it's product signed binary which can
be used in released product.
Signed-off-by: Bingbu Cao <bingbu.cao@intel.com>
Group the lines for each version set of GSP-RM firmware files together,
so that they can be more easily removed or updated.
This commit makes no functional changes: the same files are placed in the
same locations, and the same links are created.
Nouveau/Nova use the GSP-RM firmware file, along with several auxilliary
firmware files, to support Nvidia Turing and later GPUs. As new GPUs are
supported, newer versions of all files must be add to the repository.
Currently, two versions are present: 535.113.01 and 570.144.
To make it easier to add new versions, for distros to stop including older
versions, we regroup all of the relevant lines in the WHENCE file by
version, instead of by GPU.
Two things should be noted:
1. Some distros are apparently unable to handle changes to WHENCE where a
file is replaced with a symlink, or vice versa.
2. Most GPUs are just minor variants, and so these GPUs are represented
only by symlinks.
This means that care must be taken if a future firmware version includes
a new file for a GPU variant that was previously represented by a link.
Conversely, if a new version of file happens to be identical to another
file, it should not be replaced with a symlink.
Signed-off-by: Timur Tabi <ttabi@nvidia.com>
Set the Licence to the standard pattern, and use web.archive.org to
obtain the actual message which is being referenced.
Signed-off-by: Ross Burton <ross.burton@arm.com>
Update video firmware binary for SM8550 which includes:
- Fix for corruption caused by outdated parameters during input resume.
- Change to replace Assert with session error to unblock other session
Signed-off-by: Dikshita Agarwal <dikshita.agarwal@oss.qualcomm.com>
Add firmware binary for Kaanapali, update the WHENCE file with fw
version and symlink accordingly.
Signed-off-by: Dikshita Agarwal <dikshita.agarwal@oss.qualcomm.com>
The firmware for the mt7988 was added to the driver in 6.10
and but the driver was updated to load the firmware from the
mt7988 sub directory in 6.12. Neither the 6.10/11 kernels are
LTS so we no longer need to keep the link around so clean it up.
Cc: Shayne Chen <shayne.chen@mediatek.com>
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Update to 1.0.OS@6852738 to fix the device info header of the binary
as it was missing a quirks mask.
Signed-off-by: Alessio Belle <alessio.belle@imgtec.com>
All firmware for the Lemans platform is located under qcom/sa8775p/
subdir. Move audio topology for Lemans EVK to the same location and
provide (ugh) backwards-compatible symlink.
Cc: Mohammad Rafi Shaik <mohammad.rafi.shaik@oss.qualcomm.com>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Add firmware to support Lenovo ThinkPad X1 2-in-1 Gen10.
Version 5.8.4.7720.
A new LICENCE file LICENCE.lenovo is created.
Created a top-level directory for LENOVO firmwares.
Signed-off-by: Vishnu Sankar <vishnuocv@gmail.com>
Signed-off-by: Vishnu Sankar <vsankar@lenovo.com>
The rest of the firmware for Monaco is using qcs8300 subdir, the
top-level compatibility for the platform also declares qcom,qcs8300.
Be consistent and move audioreach topology file to qcom/qcs8300/ subdir.
Cc: Srinivas Kandagatla <srinivas.kandagatla@oss.qualcomm.com>
Cc: Mohammad Rafi Shaik <mohammad.rafi.shaik@oss.qualcomm.com>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
- Fix flag for drain response command.
- Retain seq_hdr flag to host set value.
- Add log to get 64-bit of playload data.
Signed-off-by: Dikshita Agarwal <dikshita.agarwal@oss.qualcomm.com>
Remove the 'spkid1' suffix from
cs35l56-b0-dsp1-misc-17aa3921-spkid1-amp*.bin and its corresponding
wmfw symlink, since Thinkbook 16P Gen6 (Subsystem ID 17AA3921) does
not have multiple speakers. The suffix prevents the kernel from
finding the correct firmware, which leads to very low speaker volume
and the error message: ".bin file required but not found".
Signed-off-by: Ziyu Zhou <jun@zzy040330.moe>