SOF version: mt8195/v2.8-505268c
Release version: v2.8
The firmware name has been changed from "sof-mt8195-mt6359-rt1019-
rt5682.tplg" to "sof-mt8195.tplg" to be applicable to the MediaTek
Genio-1200 EVK.
Signed-off-by: Zoran Zhan <zoran.zhan@mediatek.com>
This firmware is submitted for RTL8852BT/RTL8852BE-VT BT USB I/F.
Release Version: 0x17E9_16ED
Signed-off-by: Max Chou <max.chou@realtek.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Update firmware for Intel NPUs found in MTL, ARL and LNL platforms.
Version: ci_tag_ud202512_vpu_rc_20250306_1130
Signed-off-by: Jacek Lawrynowicz <jacek.lawrynowicz@linux.intel.com>
These laptops use a cs35l56 part rather than the cs35l54 used in many of
the other devices in that product family.
The content of the tuning file is correct, it is just named incorrectly.
Signed-off-by: Simon Trimmer <simont@opensource.cirrus.com>
From internal commit 0ec771f5755bb4cfe
Tested with DC v3.2.327
* Fix dpia not bypass lttpr aux to tbt3 device
* refine vupdate for PSR SU deadline missing
Signed-off-by: Fangzhi Zuo <Jerry.Zuo@amd.com>
From internal commit 0ec771f5755bb4cfe
Tested with DC v3.2.327
* Fix missing ALPM init when transit state 2A to 4 ditectly
Signed-off-by: Fangzhi Zuo <Jerry.Zuo@amd.com>
From internal commit cd1b753727d16b95f5e88ea490e78de4cc6a101c
Tested with DC v3.2.326
* Updated DCCG programming sequence
* Add read histogram
* Fix 24/30FPS full screen video low residency
* AUX channel default to I2C
Signed-off-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Add support for HP Cadet, Clipper OmniBook, Turbine OmniBook, Trekker,
Enstrom Onmibook, Piston Omnibook
Signed-off-by: Stefan Binding <sbinding@opensource.cirrus.com>
System Control Processor is an RISC-V processor in MediaTek MT8188 SoC.
It supports vedio encode/decode, MDP and CrOS EC host command.
Internal version: geralt_scp_v2.0.27748+eb0d73d0d
Release version: v2.0.27748
Signed-off-by: Moudy Ho <moudy.ho@mediatek.com>
The copy-firmware.sh script can use the "parallel" command to
parallelize some operations, but it needs the GNU version of
parallel. There is another, simpler version of parallel that is part
of the moreutils package, but that version confuses the
has_gnu_parallel() function. So first test to make sure that
the --version parameter is even recognized before trying to use it.
If in the future, moreutils parallel adds support for --version, this
script should still work because that version should never report
"GNU parallel".
Signed-off-by: Timur Tabi <ttabi@nvidia.com>
Two improvements to copy-firmware.sh that make it more friendly
when passed unknown or not exactly correct command-line parameters.
1) Don't fail with a weird error if there's a space between -j and
the number.
2) Ignore any command-line unsupported parameters that start with
a dash. This is necessary because otherwise the script will
assume the option is actually a destination directory, and then
the "test" command will get confused. Drawback is that we don't
support any more destination directories that start with a dash,
but no one does that.
Signed-off-by: Timur Tabi <ttabi@nvidia.com>
Add a -h/--help command-line option to show some usage help text.
Also display that usage whenever an error occurs.
Signed-off-by: Timur Tabi <ttabi@nvidia.com>
This file contains the firmware v33.6.0 for RTL8814AE/RTL8814AU and
was extracted from the vendor driver v5.8.5.1_35583.20191029 from
https://github.com/morrownr/8814au
Signed-off-by: Zenm Chen <zenmchen@gmail.com>