Commit Graph

3053 Commits (a32c856835b5ebdf901b857702cb02fc330ff5c6)

Author SHA1 Message Date
Josh Boyer 0e048b061b
Merge branch 'for-upstream' of https://github.com/CirrusLogic/linux-firmware
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-08-14 13:03:41 -04:00
Stylon Wang 6c089c10ee
amdgpu: DMCUB updates for various AMDGPU asics
DMCUB updates for Navi32, Navi33
From internal git commit ace3cf43fbba4398c0cf8a66a6977c208278a0df

DC Firmware update 0.0.179.0, tested with DC 3.2.247.

Fix intermittent flickering for 4K display

Signed-off-by: Stylon Wang <stylon.wang@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-08-14 13:03:07 -04:00
Mario Limonciello ae80f1f106
Revert "amdgpu: partially revert firmware for GC 11.0.0 and GC 11.0.2"
We tried to do a partial revert of commit a5d7b4df ("amdgpu: update GC
11.0.2 firmware for amd.5.5 release") and commit ffe1a41e ("amdgpu:
update GC 11.0.0 firmware for amd.5.5 release") to help with a
compatibility issue with EOL kernels that didn't pick up stable patches,
but this caused more problems.

It causes some systems to fail to resume from S3 and some systems to
fail to boot. Our priority should be making things work with kernels
that we can actively support, not EOL kernels. Stable kernels,
the LTS kernel, and development kernels all work with the latest
firmware.

This reverts commit 789aa81504.

Cc: alexander.deucher@amd.com
Reported-by: shtetldik@gmail.com
Link: https://gitlab.freedesktop.org/drm/amd/-/issues/2782
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-08-14 13:02:10 -04:00
Mario Limonciello 789aa81504
amdgpu: partially revert firmware for GC 11.0.0 and GC 11.0.2
When GC 11.0.0/11.0.2 firmware was updated it caused a regression where
kernels without the following commits wouldn't be able to boot properly:

ac2f5739fdca drm/amdgpu/mes11: enable reg active poll
a2fe4534bb38 drm/amd/amdgpu: update mes11 api def

The intention was that there was a fallback path and kernels with both
those commits and these commits:

da9a8dc33da2 drm/amdgpu: reserve the old gc_11_0_*_mes.bin
616843d5a11b drm/amd/amdgpu: introduce gc_*_mes_2.bin v2
09bf14907d86 drm/amdgpu: declare firmware for new MES 11.0.4

Would be able to work properly. The newer firmware that requires ac2f5739fdca
and a2fe4534bb38 would use `*mes_2.bin` and the older firmware that could
work without those commits would use `*_mes1.bin`.

This seems to have not panned out properly because users report that upgrading
to Ubuntu's 6.2 kernel that is missing the commits fails to boot. To fix the
issue, do a partial revert for those specific binaries.

Fixes: a5d7b4df ("amdgpu: update GC 11.0.2 firmware for amd.5.5 release")
Fixes: ffe1a41e ("amdgpu: update GC 11.0.0 firmware for amd.5.5 release")
Link: https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/2024427
Link: https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/2027959
Link: https://bugs.launchpad.net/linux-firmware/+bug/2029396
Link: https://gitlab.freedesktop.org/drm/amd/-/issues/2773
Link: https://gitlab.freedesktop.org/drm/amd/-/issues/2757
Link: https://gitlab.freedesktop.org/drm/amd/-/issues/2585
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-08-09 13:29:14 -04:00
Stefan Binding 980373f587 cirrus: Add CS35L41 firmware for HP G11 models
Signed-off-by: Stefan Binding <sbinding@opensource.cirrus.com>
2023-08-09 15:57:54 +01:00
John Allen f2eb058afc
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-08-09 07:59:05 -04:00
Josh Boyer 0ab353f8d8
Merge branch 'for-upstream' of http://git.chelsio.net/pub/git/linux-firmware
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-08-08 06:56:38 -04:00
Hilda Wu 42d31f8f6e
rtl_bt: Add firmware v2 file for RTL8852C
This firmware is submitted for RTL8852C BT USB I/F.

Release version is 0x040D_7225

Due to the follow-up RTL8852C firmware patch is format v2,
the RTL8852C BT USB firmware updates will be launched
with rtl8852cu_fw_v2.bin.

Suggested-by: Juerg Haefliger <juerg.haefliger@canonical.com>
Signed-off-by: Hilda Wu <hildawu@realtek.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-08-08 06:56:05 -04:00
Hilda Wu 7ed62638b5
Revert "rtl_bt: Update RTL8852C BT USB firmware to 0x040D_7225"
This reverts commit 55e7448533.

Commit 55e7448533 replaced rtl_bt firmware with a v2 binary which
is not compatible with older kernels and introduced a regression.
Undo that and add the v2 binary later using a different filename.

Let the rtl8852cu_fw.bin file keep the firmware format v1 and stay
at version 0xD7B8_FABF.
Subsequent RTL8852C BT USB firmware format v2 updates will be
launched with rtl8852cu_fw_v2.bin

Suggested-by: Juerg Haefliger <juerg.haefliger@canonical.com>
Signed-off-by: Hilda Wu <hildawu@realtek.com>
Reviewed-by: Juerg Haefliger <juerg.haefliger@canonical.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-08-08 06:54:54 -04:00
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
Rahul Lakkireddy 06fa7dd204 cxgb4: Update firmware to revision 1.27.4.0
Signed-off-by: Rahul Lakkireddy <rahul.lakkireddy@chelsio.com>
2023-08-07 12:32:53 +00:00
Josh Boyer 7be2766de1
Merge branch 'rb3-update' of https://github.com/lumag/linux-firmware
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
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