Commit Graph

2993 Commits

Author SHA1 Message Date
Tom Chung
fd44bdae45 amdgpu: DMCUB updates for various AMDGPU asics
DMCUB Updates for Navi2x, DCN321, DCN32, DCN314, DCN315
From internal git commit 5978ee2031cdd5a9f584d106adc57588214f49ed

Firmware release 0.0.178.0
Tested with DC 3.2.246

- Nv3 SWIP MES SCHQ Support MES_VERSION_NUMBER = 0x47
- GFXOFF VF changes for DC

Signed-off-by: Tom Chung <chiahsuan.chung@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-08-08 06:53:54 -04:00
Josh Boyer
7be2766de1 Merge branch 'rb3-update' of https://github.com/lumag/linux-firmware
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
20230804
2023-08-04 06:33:54 -04:00
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
Dmitry Baryshkov
742bf577e1 qcom: sdm845: add RB3 sensors DSP firmware
Add the firmware for the sensors DSP found on Qualcomm SDM845/SDA845.
Unlike the rest of DSP firmware, this particular firmware is
device-specific. This firmware was published for the Thundercomm RB3
board aka db845c.

Firmware version:
- SLPI.HY.1.0-00365-SDM845AZL-1

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2023-08-02 03:42:15 +03: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 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