Commit Graph

2990 Commits

Author SHA1 Message Date
Josh Boyer
66c1db8224
Merge https://github.com/pkshih/linux-firmware
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-08-04 06:33:19 -04:00
Petr Machata
5046942287
Mellanox: Add new mlxsw_spectrum firmware xx.2012.1012
Add latest verified version of Nvidia Spectrum-family switch firmware,
for Spectrum (13.2012.1012), Spectrum-2 (29.2012.1012), Spectrum-3
(30.2012.1012) and Spectrum-4 (34.2012.1012).

Among a number of fixes and new features that this FW release brings, the
following are specifically relevant for the mlxsw driver:

- includes support for ACL IGNORE action's disable_security bit
- includes FW for the Spectrum-4 ASIC

Signed-off-by: Petr Machata <petrm@nvidia.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-08-04 06:32:21 -04:00
Neeraj Kale
5c7b67f912
linux-firmware: Add URL for latest FW binaries for NXP BT chipsets
Adding URL to find latest FW binaries for btnxpuart driver.

Signed-off-by: Neeraj Sanjay Kale <neeraj.sanjaykale@nxp.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-08-04 06:31:33 -04:00
Chin-Yen Lee
29f185d75c rtw89: 8851b: update firmware to v0.29.41.1
Support P2P NoA and formatted firmware log

Signed-off-by: Chin-Yen Lee <timlee@realtek.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
2023-08-02 10:41:59 +08:00
Aurabindo Pillai
253cc179d8
amdgpu: Update DMCUB for DCN314 & Yellow Carp
DC Firmware update v0.0.175.0, comprising of:

Release 8.0.30.0 for DCN314
Contains fixes for ABM, Z10, PSR-SU, TBT

Release 4.0.62.0 for Yellow Carp
Fixes a randon screen freeze for a vendor specific TCON, and TBT fixes.

Signed-off-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-07-31 11:22:02 -04:00
Josh Boyer
07f05b0c97
Merge branch 'dmc-adlp_2.20-mtl_2.13' of git://anongit.freedesktop.org/drm/drm-firmware
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-07-28 14:16:07 -04:00
Josh Boyer
5a251eda99
Merge branch 'for-upstream' of https://github.com/CirrusLogic/linux-firmware
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-07-28 14:15:01 -04:00
Przemek Kitszel
6c8ce49d35
ice: add LAG-supporting DDP package
Add the ddp-lag package, to be loaded by ice driver
in Link Aggregation (LAG) use case.

Signed-off-by: Przemek Kitszel <przemyslaw.kitszel@intel.com>
Tested-by: Pucha Himasekhar Reddy <himasekharx.reddy.pucha@intel.com> (A Contingent worker at Intel)
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-07-28 14:14:18 -04:00
Gustavo Sousa
fd6e13ca2a i915: Update MTL DMC to v2.13
Release notes:

  1. Pipe scanline counter hang issue fix.
  2. Fix for noclaim generated during Dcstate entry.
  3. HRR and Debugabilty DCN enabled.

Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
2023-07-26 13:59:54 -03:00
Gustavo Sousa
41e615cf34 i915: Update ADLP DMC to v2.20
Release notes:

  1. Pipe scanline counter hang issue fix.
  2. Fix for DC6v aggresive re-entry.

Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
2023-07-26 13:51:44 -03:00
Stefan Binding
c8424cf03d cirrus: Add CS35L41 firmware for Dell Oasis Models
Signed-off-by: Stefan Binding <sbinding@opensource.cirrus.com>
2023-07-26 13:43:05 +01:00
Benjamin Drung
b6ea35ff6b
copy-firmware: Fix linking directories when using compression
When `copy-firmware` is called with `--xz` or `--zstd` it will create
broken symlinks for directories:

```
$ ./copy-firmware -v --zstd $dir
[...]
creating link qcom/LENOVO/21BX.zst -> ../sc8280xp/LENOVO/21BX.zst
```

The original target `../sc8280xp/LENOVO/21BX` is a directory. Adding the
compression extension to the directory name breaks the link. The
directory `qcom/sc8280xp/LENOVO/21BX` exists but
`qcom/sc8280xp/LENOVO/21BX.zst` does not exist.

The relative symlink needs to be resolved. If it points to a directory,
create the symlink without the compression extension.

Signed-off-by: Benjamin Drung <benjamin.drung@canonical.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-07-25 06:53:30 -04:00
Benjamin Drung
0a51959c6f
copy-firmware: Fix test: unexpected operator
dash is the default /bin/sh on Debian based system.

```
dash ./copy-firmware.sh --zstd example
./copy-firmware.sh: 37: test: unexpected operator
```

`=` should be used with the test command for POSIX conformance.

Signed-off-by: Benjamin Drung <benjamin.drung@canonical.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-07-25 06:53:21 -04:00
Peter Robinson
b602d438fb
qcom: sc8280xp: LENOVO: remove directory sym link
The firmware was only ever referenced in the 6.0 kernel by
two firmware, for less than a month, by the 6.1 LTS kernel
those references had been updated to the new location.

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-07-25 06:51:17 -04:00
Peter Robinson
e0bad5e7f3
qcom: sc8280xp: LENOVO: Remove execute bits
Remove the execute bits of the Lenovo x13s mbn firmware.

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-07-25 06:50:58 -04:00
Alex Deucher
59fbffa9ec
amdgpu: update VCN 4.0.0 firmware
From internal git commit:
2ca390cfa8b01eb962e82d686088f6ee6550a596

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-07-24 10:45:59 -04:00
Alex Deucher
22fb12f2f6
amdgpu: add initial SMU 13.0.10 firmware
From internal git commit:
2ca390cfa8b01eb962e82d686088f6ee6550a596

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-07-24 10:45:58 -04:00
Alex Deucher
b3f512fb53
amdgpu: add initial SDMA 6.0.3 firmware
From internal git commit:
2ca390cfa8b01eb962e82d686088f6ee6550a596

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-07-24 10:45:58 -04:00
Alex Deucher
b1a7d7624f
amdgpu: add initial PSP 13.0.10 firmware
From internal git commit:
2ca390cfa8b01eb962e82d686088f6ee6550a596

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-07-24 10:45:58 -04:00
Alex Deucher
d6d655ade8
amdgpu: add initial GC 11.0.3 firmware
From internal git commit:
2ca390cfa8b01eb962e82d686088f6ee6550a596

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-07-24 10:45:53 -04:00
Josh Boyer
c7824580d3
Merge branch 'v2.0.21961' of https://github.com/yunfei-mtk/linux_fw_10bit
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-07-24 08:30:51 -04:00
Josh Boyer
ca9086f8f6
Merge branch 'dg2_mtl_guc_70.8' of git://anongit.freedesktop.org/drm/drm-firmware
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-07-24 08:29:56 -04:00
John Allen
0bc3126c9c
linux-firmware: Update AMD fam17h cpu microcode
* Update AMD cpu microcode for processor family 17h

Key Name        = AMD Microcode Signing Key (for signing microcode container files only)
Key ID          = F328AE73
Key Fingerprint = FC7C 6C50 5DAF CC14 7183 57CA E4BE 5339 F328 AE73

Signed-off-by: John Allen <john.allen@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-07-24 08:29:07 -04:00
John Allen
b250b32ab1
linux-firmware: Update AMD cpu microcode
* Update AMD cpu microcode for processor family 19h

Key Name        = AMD Microcode Signing Key (for signing microcode container files only)
Key ID          = F328AE73
Key Fingerprint = FC7C 6C50 5DAF CC14 7183 57CA E4BE 5339 F328 AE73

Signed-off-by: John Allen <john.allen@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-07-24 08:28:54 -04:00
Alex Deucher
9dfcacec0e
amdgpu: update green sardine VCN firmware
From internal git commit:
e2256eb46a774495ad0eb9d309f8b127bb0b2091

Version ENC: 1.20 DEC: 6 VEP: 0 Revision: 0

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-07-24 08:27:41 -04:00
Alex Deucher
b51983210c
amdgpu: update renoir VCN firmware
From internal git commit:
b55365e1fb73c8ad88cca5f37bc8dc8121abb449

Version ENC: 1.20 DEC: 6 VEP: 0 Revision: 0

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-07-24 08:27:40 -04:00
Alex Deucher
5f569aa8d2
amdgpu: update raven VCN firmware
From internal git commit:
93b21f3bf3083a180e98e5aa5bae4fbb366674b8

Version ENC: 1.14 DEC: 3 VEP: 0 Revision: 0

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-07-24 08:27:40 -04:00
Alex Deucher
868bb36349
amdgpu: update raven2 VCN firmware
From internal git commit:
5257b4995b746f26acd8fc421bbd1a15b917e97a

Version ENC: 1.14 DEC: 3 VEP: 0 Revision: 0

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-07-24 08:27:40 -04:00
Alex Deucher
6fa9a1756c
amdgpu: update Picasso VCN firmware
From internal git commit:
89723571587abf97e3cda313559ea3a8c48e388e

Version ENC: 1.14 DEC: 3 VEP: 0 Revision: 0

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-07-24 08:27:40 -04:00
Alan Liu
cd524606ce
amdgpu: update DMCUB to v0.0.175.0 for various AMDGPU ASICs
DMCUB updates for DCN314, DCN320, DCN321.
From internal git commit 93e49ca5cf4548c24125deacee7202b8d8570a02

Firmware release v0.0.175.0
Tested with DC v3.2.243

Release notes:
- DCN314
    - Fix intermittent replay desync error
    - Improvements in PSR, PSRSU
- DCN320, DCN321
    - Improvements in FPO

Signed-off-by: Alan Liu <haoping.liu@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-07-24 08:25:30 -04:00
Manjunatha Venkatesh
4ef75816b2
Updated NXP SR150 UWB firmware
Add verified version of SR150 firmware for Ultra Wide Band(UWB)
Subsystems

Signed-off-by: Manjunatha Venkatesh <manjunatha.venkatesh@nxp.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-07-24 08:21:55 -04:00
Josh Boyer
2514504cc9
Merge branch 'for-upstream' of https://github.com/CirrusLogic/linux-firmware
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-07-24 08:20:37 -04:00
Jérôme Pouiller
45f5ebf43e
wfx: update to firmware 3.16.1
The firmware 3.16.1 has been released the 2023-05-02.

Here the last modifications (only modifications tagged [LMAC] have an
impact on Linux):

  * [1670] - [LMAC] Fixed support for WDS 4 address frames
  * [1813] - [LMAC] Fixed an error that was causing the scan complete
                    indication to be blocked
  * [1832] - [UMAC] Fixed an issue blocking connection to specific Asus
                    routers
  * [1820] - [UMAC] Added a new API to obtain Wi-Fi diagnostics
                    information
  * [1825] - [UMAC] The TX rate mask can be applied in AP mode
  * [1822] - [UMAC] Fixed an error that was causing access point packets
                    to be encrypted multiple times

  * [1800] - [UMAC] Add an API to forward probe request when running in
                    AP mode

Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-07-24 08:18:24 -04:00
Yunfei Dong
f41d890ac9 mediatek: Update mt8195 SCP firmware to support 10bit mode
Internal version: cherry_scp_v2.0.21961+9474b1930 private-mt-scp:v0.0.127+e00cea1
                  cherry_scp_15268.0.23_07_21 2023-07-21 18:39:41
Release version: v2.0.21961

Signed-off-by: Yunfei Dong <yunfei.dong@mediatek.com>
2023-07-22 16:07:30 +08:00
Daniele Ceraolo Spurio
6f3a37f47d i915: update DG2 GuC to v70.8.0
Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
2023-07-20 10:14:57 -07:00
Daniele Ceraolo Spurio
0ee23bd11c i915: update to GuC 70.8.0 and HuC 8.5.1 for MTL
Due to changes in the HuC auth flow via GuC, both binaries need to be
updated at the same time to keep compatibility.

Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
2023-07-19 11:05:35 -07:00
Stefan Binding
1a76e8bb64 cirrus: Add CS35L41 firmware for ASUS ROG 2023 Models
Signed-off-by: Stefan Binding <sbinding@opensource.cirrus.com>
2023-07-13 13:56:15 +01:00
Hamza Mahfooz
d3f66064cf
Partially revert "amdgpu: DMCUB updates for DCN 3.1.4 and 3.1.5"
This partially reverts commit ade163aaae.

The DCN315 DMCUB firmware update provided by the aforementioned commit
wasn't thoroughly tested before being sent for public consumption and as
such there are a number of issues with it. So, revert to the previous
version until it can be fixed properly.

Link: https://gitlab.freedesktop.org/drm/amd/-/issues/2666
Signed-off-by: Hamza Mahfooz <hamza.mahfooz@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-07-07 15:24:32 -04:00
Chris Lu
8917650bc3
linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
Update binary firmware for MT7922 BT devices.

File: mediatek/BT_RAM_CODE_MT7922_1_1_hdr.bin
Version: 20230627144220

Signed-off-by: Chris Lu <chris.lu@mediatek.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-07-07 15:23:19 -04:00
Deren Wu
7d9af0923a
linux-firmware: update firmware for MT7922 WiFi device
Update binary firmware for MT7922 WiFi devices

File: mediatek/WIFI_MT7922_patch_mcu_1_1_hdr.bin
Version: 20230627143702a
File: mediatek/WIFI_RAM_CODE_MT7922_1.bin
Version: 20230627143946

Signed-off-by: Deren Wu <deren.wu@mediatek.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-07-07 15:22:27 -04:00
Josh Boyer
0bab5dfb36 Update iwlwifi firmwares according to core80-39 release
* for cc/Qu/QuZ - update the existing firmwares
 * for ty/so add new firmware/PNVM
 -----BEGIN PGP SIGNATURE-----
 
 iQJPBAABCAA5FiEE9cg2NujikJ5EMZusCDCCYA5zdzwFAmSdTTkbHGdyZWdvcnku
 Z3JlZW5tYW5AaW50ZWwuY29tAAoJEAgwgmAOc3c81MAP/116oxv5D3PK5QY1bDCr
 QEOTTa8f04zyloMjDvgBcy8VW9sja1K51EoVaHt0YenjMpDy/of/wRmT66HUea7H
 YiLe0pzM8S+qll6/cTFW8hDhqDKLNKyqk0h7Ne7VVA84LYI0+u/kG3GTwsdY73nP
 Zh6919Q6aBXtv9R3Rlj4/m6FKlzbKXdL5DiLIIrUzpquvxwDvxuexGVoP118mklH
 BE5NIVS+XS+visaX125YJlKnx2UJx0cGrU+R+hGwe0f0ExnyhX/t79SJ/Ddq0aAT
 XG/FZL+iaFhIU7khElC9YOLsQ6/BvAImZOC2qNu0UHpiXKJ9RKJPtR/2UHRQ37t5
 pgnWxxoo8RoZmFh8K2cTPWIKEAh76ZhMreCPX6NV9+yM6mk5LtfkppHmPhZNftFq
 2kImQeslRnHXlnC0aJxXsAJd6mXJJL+rk/Ldp1gxCXaSgSvsZ67E0iwHXGGXK5M2
 rd/eyqXnlpV6Mg5VzZfJSbSjsncPPD4NQ4BMtpns8CWTy0InhBqFpKH1RQXujY+S
 S2HSWYikuXSr+5RcKkKoYi8dO+JjIe1d6tveEH6g2HtJkP8l1ySS2sLpcdij4c8f
 uRAdbZ2oJu71GYCQo+1TYLKRtXiXBnIQXquTwdSQIFns1PVCsgSkSztExBWbEF7t
 SbbjOJxsDR58AmrfHpqUGTF9
 =LVpq
 -----END PGP SIGNATURE-----
gpgsig -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCAAdFiEETN6FdeVHv4Nf4VgHoxtr1ySGz9YFAmSnGZYACgkQoxtr1ySG
 z9YiNxAAq4RLuQh/cfUxKfqavPo/4VJEKUfNWB5QZQJMHdDyeE8W508AZcMEmuNZ
 ZCzBM5k3Qkc5y6pJ59qLBw3Ms5iH0rcn+opkc+0bXZE7cD7+0Q3ElZe/LR91by65
 dnNk3o65pfDNmNSDiPW/aV2hAQqaUel07VmJQa0gIfoaWEZwl3CkfRUkAmAypIwh
 c2XSH1L1vdbOl/sr/MxHhxeIwI+T+BzPrL9cUi71mRrdiQ09sfqLRwJi9bU7ycDL
 MNrmmp3KI+tMpYxr7ELIAkCrliszB6mo/std4gAuMp+4GorzX+hJyeJWzJpUzz22
 /oJZgsQX2VJnieWW02AfLtnm33uLi4zm75EcBeMyIkDpNE1koaz9lkZmAZtmUg5b
 bq+x/mF1KR0HsY/bE5bN9BLN4r6avKJeAUUYkEXJVxyfhJLZdJoL0XoBKtFZ78qG
 71zWYF0S/qiNsimYwz8JdMUuSBM4GfOAkPpsG0Qq8Ssd3cVUULZpp8A88ml53GHt
 Z0+NN7vPczcx/ksuehmj0BO2mi2+FpwESuqdUt7IcMgvMfNO+00gvI5J5VX1uDB8
 9Ds9va+ADn59L2e2NDO30BpPrfa4b0Re4Keb/URhJtdtk8evfkKcKcxMyqNarDRj
 0rZY5MZnuVizQakjsODVyEmo+ItlG8H9S5eFoAl59u09EpV8WQQ=
 =OInU
 -----END PGP SIGNATURE-----

Merge tag 'iwlwifi-fw-2023-06-29' of http://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/linux-firmware

Update iwlwifi firmwares according to core80-39 release

* for cc/Qu/QuZ - update the existing firmwares
* for ty/so add new firmware/PNVM

Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-07-06 15:44:20 -04:00
Lokendra Singh
3ec3817b83
linux-firmware: Update firmware file for Intel Bluetooth AX203
This patch updates the firmware file for Intel Bluetooth AX203
Also it is known as Intel JohnsonPeak (JnP2).

FW Build: REL67068

Release Version: 22.240.0.2

Signed-off-by: Lokendra Singh <lokendra.singh@intel.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-07-06 15:43:16 -04:00
Lokendra Singh
7db3ef9dde
linux-firmware: Update firmware file for Intel Bluetooth AX203
This patch updates the firmware file for Intel Bluetooth AX203
Also it is known as Intel JohnsonPeak (JnP2).

FW Build: REL67068

Release Version: 22.240.0.2

Signed-off-by: Lokendra Singh <lokendra.singh@intel.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-07-06 15:43:16 -04:00
Lokendra Singh
56840480f5
linux-firmware: Update firmware file for Intel Bluetooth AX211
This patch updates the firmware file for Intel Bluetooth AX211
Also it is known as Intel GarfieldPeak (GfP2).

FW Build: REL67068

Release Version: 22.240.0.2

Signed-off-by: Lokendra Singh <lokendra.singh@intel.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-07-06 15:43:16 -04:00
Lokendra Singh
3f7a24efa3
linux-firmware: Update firmware file for Intel Bluetooth AX211
This patch updates the firmware file for Intel Bluetooth AX211
Also it is known as Intel GarfieldPeak (GfP2).

FW Build: REL67068

Release Version: 22.240.0.2

Signed-off-by: Lokendra Singh <lokendra.singh@intel.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-07-06 15:43:16 -04:00
Lokendra Singh
eb2c745b2f
linux-firmware: Update firmware file for Intel Bluetooth AX210
This patch updates the firmware file for Intel Bluetooth AX210
Also it is known as Intel TyphoonPeak (TyP2).

FW Build: REL67068

Release Version: 22.240.0.2

Signed-off-by: Lokendra Singh <lokendra.singh@intel.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-07-06 15:43:16 -04:00
Lokendra Singh
4a3ff0afeb
linux-firmware: Update firmware file for Intel Bluetooth AX200
This patch updates the firmware file for Intel Bluetooth AX200
Also it is known as Intel CyclonePeak (CcP2).

FW Build: REL53454

Release Version: 22.240.0.2

Signed-off-by: Lokendra Singh <lokendra.singh@intel.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-07-06 15:43:16 -04:00
Lokendra Singh
1d1bad4ebe
linux-firmware: Update firmware file for Intel Bluetooth AX201
This patch updates the firmware file for Intel Bluetooth AX201
Also it is known as Intel HarrisonPeak (HrP2).

FW Build: REL53454

Release Version: 22.240.0.2

Signed-off-by: Lokendra Singh <lokendra.singh@intel.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-07-06 15:43:15 -04:00
Josh Boyer
db39dff6d2
Fix qcom ASoC tglp WHENCE entry
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-07-06 15:42:40 -04:00
Josh Boyer
a687f893a6
Merge branch 'sc8280xp-audio-fw' of git://git.kernel.org/pub/scm/linux/kernel/git/srini/linux-firmware
Acked-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-07-06 15:37:17 -04:00