FW blob file needed for Iris support on T14s G6 Qualcomm platform
Tested-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: Mark Pearson <mpearson-lenovo@squebb.ca>
Add latest verified version of Nvidia Spectrum-family switch firmware,
for Spectrum (13.2014.4012), Spectrum-2 (29.2014.4012), Spectrum-3
(30.2014.4012) and Spectrum-4 (34.2014.4012).
Besides many changes and fixes, this version adds support for SN5400
systems.
Signed-off-by: Petr Machata <petrm@nvidia.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Add firmware for Aeonsemi AS21x1x 1G/2.5G/5G/10G Ethernet Phy.
Supported PHYs AS21011JB1, AS21011PB1, AS21010JB1, AS21010PB1,
AS21511JB1, AS21511PB1, AS21510JB1, AS21510PB1, AS21210JB1,
AS21210PB1.
Same firmware apply to the all these PHYs. The current version is 1.8.2.
Firmware provide version via IPC command and the PHY driver will
comunicate the version on PHY load.
Signed-off-by: Ryan Huang <xin.huang@aeonsemi.com>
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Update bluetooth WCN785x with USB interface firmware to 2.0.0-00790-3.
Signed-off-by: Zijun Hu <quic_zijuhu@quicinc.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Update firmware binary to VIDEO.VPU.1.0-00119-PROD-1 for SM8250.
This includes the fix to release all buffers held by firmware for
reference when HFI_CMD_STOP is queued to firmware.
Update WHENCE version string to match with updated fw version string.
Signed-off-by: Dikshita Agarwal <quic_dikshita@quicinc.com>
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>