Update ADSP, CDSP firmware for Qualcomm kaanapali platform.
Move the firmware files for Kaanapali under LICENSE-qcom-2.
Signed-off-by: Venkata Kota <venkata.kota@oss.qualcomm.com>
[DB: adjusted order of entries]
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
This patch adds the Cirrus Logic CS42L45 SDCA codec firmware for some Dell
laptops.
Signed-off-by: Maciej Strozek <mstrozek@opensource.cirrus.com>
Signed-off-by: Simon Trimmer <simont@opensource.cirrus.com>
For MHI modems, it defines an edl firmware in kernel drivers/bus/
mhi/host/pci_generic.c file. According to the requirement of MHI
driver maintainer, we shall commit this firmware before commiting
kernel driver support.
Since different vendor use different firmwares, so we add a
vendor sub-folder under qcom/sdx35.
Similar commit please refer to qcom/sdx61/foxconn.
Signed-off-by: Slark Xiao <slark_xiao@163.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
UAPI compatibility version 1.26.0
Release latest recommended GUC release for DG2, MTL.
Signed-off-by: Julia Filipchuk <julia.filipchuk@intel.com>
(cherry picked from commit e2dd7bce4ebabd5b1828c43ca58c7f7bccc8e8a8)
Signed-off-by: Julia Filipchuk <julia.filipchuk@intel.com>
Support scan offload with extra OP chan.
Signed-off-by: Zong-Zhe Yang <kevin_yang@realtek.com>
Signed-off-by: Chin-Yen Lee <timlee@realtek.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Support scan offload with extra OP chan.
Signed-off-by: Zong-Zhe Yang <kevin_yang@realtek.com>
Signed-off-by: Chin-Yen Lee <timlee@realtek.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Several Asus laptops went to market without Speaker ID support, rename
their firmware files to match.
Laptops affected:
- 10431fb3
- 10433d78
- 10433d88
In addition, for 10433d78 and 10433d88 some of the firmware files were
mixed up and mis-named, so ensure the correct file is used for the
correct channel.
Fixes: 675b89218f ("cirrus: cs35l41: Add firmware and tuning for ASUS Consumer laptops")
Signed-off-by: Stefan Binding <sbinding@opensource.cirrus.com>
This reverts commit ba41835c21.
This update to the MT7922 WiFi firmware regresses the wifi module
and has been widely reported, revert the change until Mediatek
can investigate and push a new fix.
Cc: Allan Wang <allan.wang@mediatek.com>
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Add the -98 ucode firmware for Bz/Fm and gl devices.
Since core 97, pnvm files are no longer needed for those devices.
Build number: Core_manual_signed_core98-161
Revision: 6ef20b19 (bz, gl)
Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
When the QAT FW were in the root the qat_mmp.bin -> qat_895xcc_mmp.bin
was in place, that remains, but there isn't the equivilent of that in
the intel/qat directory so add in case the driver starts loading from
the new directory. Also group the links for this file close to the file.
Fixes: 06205c0e ("Move QAT firmware to intel/ subdirectory")
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Add the generic bootloader to the GSP directory so that Nouveau and
Nova can use it, instead of borrowing the booloader from the acr/
directory.
On Turing and GA100 systems that boot GSP-RM, the "generic bootloader"
is a small firmware image used to boot FWSEC firmware. To date, this
image is the same as the "ACR bootloader" in the gp102/acr/ directory.
Nouveau simply grabs that image when it needs to boot FWSEC, even though
it is technically in the wrong directory and not generated from the
OpenRM source files like all of the other firmware files that Nouveau
uses. All GSP-related firmware images should be in the gsp/ directory.
For the Nova GPU driver, this approach has two problems.
1. Although the generic bootloader hasn't changed since 2016, it is
packaged in OpenRM as a binhex array and could theoretically change
for any future version of GSP-RM. The current approach that Nouveau
takes would not support this.
2. Borrowing images in other directories is problematic, as the firmware
loading code in Nova expects all images to be in the gsp/ directory.
To remedy both issues, a new build of the generic firmware is introduced
for the 570.144 firmware and placed in the gsp/ directory. This image
is generated by the extract-firmware-nouveau.py script used to build all
the other linux-firmware images. This new image, although slightly
different in composition, is interchangeable with the acr/bl.bin image.
A generic bootloader for r535 is not included, because Nova does not
support r535 and that firmware version is also deprecated for Nouveau.
Signed-off-by: Timur Tabi <ttabi@nvidia.com>
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>