Highlights of changes since 1.3.1.0:
- Add support for Intel E830 series SR-IOV Link Aggregation (LAG) in
active-active mode. This uses a dual-segment package with one segment
for E810 and one for E830, which increases package size.
Signed-off-by: Marcin Szycik <marcin.szycik@linux.intel.com>
Tested-by: Rinitha S <sx.rinitha@intel.com> (A Contingent worker at Intel)
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Linux kernel v6.18 added support for the cs35l56 amplifier family to
retrieve the speaker set ID from an EFI variable on Lenovo systems.
This allows different firmware files to be selected for different
speaker hardware variants.
The 17aa233c product uses a single firmware set and exposes this EFI
variable with a value indicating that speaker set ID 0 should be used.
This patch adds WHENCE Link: entries to alias the spkid0 firmware files
to the firmware that was previously published.
Change-Id: I822239c8f509a2ceea4b6cb3bafe70c23c211d41
Signed-off-by: Simon Trimmer <simont@opensource.cirrus.com>
Update along internal REGD table R73-R08, TX power table R46, and
the element of diag MAC to assisting in debugging.
Signed-off-by: Zong-Zhe Yang <kevin_yang@realtek.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Update along internal REGD table R73-R60, TX power table R82, and
the element of diag MAC to assisting in debugging.
Signed-off-by: Zong-Zhe Yang <kevin_yang@realtek.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Add firmware for the Intel Integrated Sensor Hub (ISH)
used on the following Lenovo platforms:
- ThinkPad X12-in-1 Gen 10
- ThinkPad X1 Carbon Gen 13
- ThinkPad X9-14 Gen 1
The firmware is installed under LENOVO/ish and documented
in the WHENCE file.
Signed-off-by: Vishnu Sankar <vishnuocv@gmail.com>
Signed-off-by: Vishnu Sankar <vsankar@lenovo.com>
Tested-by: Ryan Jayme <rjayme2@lenovo.com>
Add SDCA bin files for following SSIDs:
0x2352
0x2353
Signed-off-by: Maciej Strozek <mstrozek@opensource.cirrus.com>
Signed-off-by: Simon Trimmer <simont@opensource.cirrus.com>
Update file with new FW release for db3.
Delete file for db9 and link it from db3 since they are now identical.
Add file for dba (identical as for db3).
Signed-off-by: Maciej Strozek <mstrozek@opensource.cirrus.com>
Signed-off-by: Simon Trimmer <simont@opensource.cirrus.com>
This patch adds and updates the firmware files for the Cirrus CS35L56
and CS35L57 smart amplifiers used in some Dell laptops.
Signed-off-by: Simon Trimmer <simont@opensource.cirrus.com>
Update the IPU7 firmware to 1.2.1.20251215_224531 version
for Panther Lake, this new firmware includes some updates:
- New signing key to support PRQ-ed Panther Lake chips
- Add some new features
- Fix some bugs
Signed-off-by: Hao Yao <hao.yao@intel.com>
Signed-off-by: Bingbu Cao <bingbu.cao@intel.com>
DMCUB updates for DCN31, DCN35, DCN351, and DCN36.
From internal commit cfe53847d770d4075c2fd573fc480eba15ff449c
Firmware release 0.1.43.0
Tested with DC 3.2.366
Release notes:
- Fix logic error when enabling SYMCLK
- Fix SYMCLK_FE programming when disabling DIG
Signed-off-by: Matthew Stewart <Matthew.Stewart2@amd.com>
First GSC release for PTL.
Release: 105.0.2.1301
Compatibility (API) Version: 1.0
SVN: 1
The firmware file is named after the compatibility version, because
that is what the kernel driver cares about.
Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
The MT8188 device tree (DTS) is configured for dual core SCP, and the
driver by default attempts to load "scp_c0.img" as the core 0 firmware.
To conform with upstream naming conventions, this patch renames the
existing firmware file "scp.img" to "scp_c0.img" to ensure proper firmware
loading for dual core SCP.
Signed-off-by: Moudy Ho <moudy.ho@mediatek.com>