Commit Graph

3052 Commits

Author SHA1 Message Date
Dmitry Baryshkov
9f3ec3a802 qcom: add GPU firmware for QCM2290 / QRB2210
Adds and a702_sqe.fw (v0.47) firmware blob required for QRB2210 SoC
(used e.g. on Qualcomm Robotics RB1 platform).

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2023-09-06 14:25:12 +03:00
Josh Boyer
20d250e3e9
Merge branch 'mlimonci/make-dist' into 'main'
Add new `make dist` target

See merge request kernel-firmware/linux-firmware!4
2023-09-06 11:15:24 +00:00
Josh Boyer
fe85b0c786
Merge branch 'qcom' into 'main'
ath10k/WCN3990: move wlanmdsp to qcom/sdm845

See merge request kernel-firmware/linux-firmware!9
2023-09-06 11:13:15 +00:00
Dmitry Baryshkov
a0142c5704
ath10k/WCN3990: move wlanmdsp to qcom/sdm845
The firmware file ath10k/WCN3990/hw1.0/wlanmdsp.mbn is platform-specific
(rather than being specific to the WiFi chip itself) and can be used
only on the Qualcomm SDM845 platform and close relatives. Other
platforms (e.g. Qualcomm QCM2290, QRB4210) are going to provie their own
copies of the wlanmdsp.mbn firmware.

As discussed with Kalle, move this file to the platform-specific folder,
providing the backwards-compatibility symlink.

Cc: Kalle Valo <kvalo@qca.qualcomm.com>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-09-06 07:08:10 -04:00
Josh Boyer
7d8f2d95c2
Merge branch 'RawFile' into 'main'
check_whence: Recognize RawFile keyword

See merge request kernel-firmware/linux-firmware!8
2023-09-06 10:51:33 +00:00
Juerg Haefliger
e805619f93
WHENCE: Don't compress qcom json files
Don't compress qcom json files. They are loaded by the pd-mapper userspace
app which doesn't know about compression.

Signed-off-by: Juerg Haefliger <juerg.haefliger@canonical.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-09-05 12:51:52 -04:00
Juerg Haefliger
c6ce6ac0ac
WHENCE: amd-ucode: Use new RawFile keyword
Replace old File/Raw entries with a single RawFile entry now that
copy-firmware and check_whence supports that.

Signed-off-by: Juerg Haefliger <juerg.haefliger@canonical.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-09-05 12:51:25 -04:00
Juerg Haefliger
80de4d8a41
check_whence: Recognize RawFile keyword
WHENCE and copy_firmware.sh now support a new keyword RawFile to list
files that must not be compressed. Update check_whence.py to recognize
that.

Signed-off-by: Juerg Haefliger <juerg.haefliger@canonical.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-09-05 12:51:05 -04:00
Josh Boyer
c57a9388c1
Merge https://github.com/tjiang1234/btfw-wcn6855-605
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-09-05 12:48:54 -04:00
Josh Boyer
bb4f658908
Merge branch 'mlimonci/skip-ci-fairy-for-main' into 'main'
Only run ci-fairy on merge requests

See merge request kernel-firmware/linux-firmware!6
2023-09-01 11:25:10 +00:00
Mario Limonciello
d5c485f997 Only run ci-fairy on merge requests
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
2023-08-31 11:21:51 -05:00
Mario Limonciello
f12059b76a Capture artifacts from make dist to save at release time.
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
2023-08-31 10:26:05 -05:00
Mario Limonciello
bcc397d610 Add new toplevel 'make dist' target.
This target produces a tarball following the most recent git tag.
The tarball contains firmware binaries that have been de-duped.

Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
2023-08-31 10:15:45 -05:00
Mario Limonciello
3e79f6b83b Create symlinks for all firmware that is duplicate using rdfind
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
2023-08-31 10:15:45 -05:00
Josh Boyer
6c09731441
Merge branch 'mlimonci/shellcheck' into 'main'
Enable shellcheck for pre-commit

See merge request kernel-firmware/linux-firmware!5
2023-08-31 13:44:32 +00:00
Josh Boyer
61501389c4
Merge branch 'mlimonci/enable-pre-commit-ci' into 'main'
Enable CI jobs for merge requests

See merge request kernel-firmware/linux-firmware!3
2023-08-31 13:39:48 +00:00
tjiang1234
1edd2d6faa
QCA: Update Bluetooth WCN685x 2.1 firmware to 2.1.0-00605
This commit will update WCN685x 2.1 Bluetoth firmware files
to 2.1.0-00605.
    
Signed-off-by: Tim Jiang <quic_tjiang@quicinc.com>
2023-08-31 17:37:21 +08:00
Mario Limonciello
8976d8c34d Add shellcheck pre-commit target
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
2023-08-30 23:03:50 -05:00
Mario Limonciello
c79933a830 Fix carl9170fw shell scripts for shellcheck errors
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
2023-08-30 23:03:50 -05:00
Mario Limonciello
b2f03c845a Add a rule for automatic tagging releases by pipeline schedule
This requires a personal access token with write repository permissions
to be created and a pipeline scheduled with the RELEASE_TOKEN masked
variable set.

When that combination is done, a tag is automatically created following
`YYYYMMDD` syntax when the pipeline runs.

Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
2023-08-30 22:58:36 -05:00
Mario Limonciello
69e68cde08 Add gitlab ci for calling pre-commit and ci-fairy
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
2023-08-30 22:58:36 -05:00
Mario Limonciello
792115b20c Add Dockerfile used to build CI image
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
2023-08-30 22:58:36 -05:00
Josh Boyer
5ebb5914a3 Merge branch 'mlimonci/update-ci' into 'main'
Some improvements for hosting at gitlab.com

See merge request kernel-firmware/linux-firmware!1
2023-08-30 17:57:37 +00:00
Mario Limonciello
408eb34a78 Rewrite README in markdown
This will make it render more nicely if linux-firmware.git moves
to Gitlab or a fork of it is hosted in Gitlab.

Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
2023-08-30 07:54:49 -05:00
Mario Limonciello
5e2367f8ea Wire up pre-commit to make check
This will let `make check` cover more things than just `WHENCE`.

Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
2023-08-29 20:51:24 -05:00
Mario Limonciello
c442a5002c Add pre-commit hooks and codespell template
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
2023-08-29 17:02:23 -05:00
Mario Limonciello
27fb2f6368 check_whence: reformat using python black
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
2023-08-29 16:57:24 -05:00
Josh Boyer
8e1fe1bd71
Merge branch 'dmc-mtl_2.16' of git://anongit.freedesktop.org/drm/drm-firmware
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-08-29 10:45:14 -04:00
Gustavo Sousa
49f9e3479f i915: Update MTL DMC to v2.16
There were some releases of MTL DMC since the last update. We are
updating to v2.16 here, but see below release notes for each release.

Release notes for v2.16:

    1. Bug fix for Debuggability DCN.

Release notes for v2.15:

    1. Bug fix for HRR.

Release notes for v2.14:

    1. Fix for HRR feature.

Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
2023-08-29 09:49:34 -03:00
Josh Boyer
659dfe6435
Merge tag 'amd-2023-08-25' of https://gitlab.freedesktop.org/drm/firmware
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-08-29 07:27:29 -04:00
Josh Boyer
becc678d19
Merge tag 'amd-2023-08-18' of https://gitlab.freedesktop.org/drm/firmware
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-08-29 07:26:25 -04:00
Juerg Haefliger
db99828b24
copy-firmware: Introduce 'RawFile' keyword
Currently, 'Raw: <filename>' needs to be added to WHENCE for files that
must not be compressed. This means that such files need to be listed
twice ('File: <filename>' and 'Raw: <filename>') which is not pretty and
error prone. Also, the current implementation is broken for filenames
that contain quotes (") and it also requires grep'ing of WHENCE for every
processed line which slows things down.

Fix all of the above by introducing a new keyword 'RawFile' so that such
files are listed only once, quotes are handled correctly and grep is no
longer needed.

Signed-off-by: Juerg Haefliger <juerg.haefliger@canonical.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-08-28 07:18:15 -04:00
Juerg Haefliger
2bad80e7ed
copy-firmware: Support additional compressor options
Any options following the compressor option --zstd or --xz are passed on
to the compressor as additional options so that - for example - the
compression level can be specified:

  $ ./copy-firmware.sh --zst -19 <destdir>

Signed-off-by: Juerg Haefliger <juerg.haefliger@canonical.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-08-28 07:17:16 -04:00
Josh Boyer
58773db51e
Merge https://github.com/pkshih/linux-firmware
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-08-28 07:13:03 -04:00
Lokendra Singh
51e9ea589b
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: REL68350

Release Version: 22.250.0.2

Signed-off-by: Lokendra Singh <lokendra.singh@intel.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-08-28 07:01:16 -04:00
Lokendra Singh
e6c093976c
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: REL68350

Release Version: 22.250.0.2

Signed-off-by: Lokendra Singh <lokendra.singh@intel.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-08-28 07:01:16 -04:00
Lokendra Singh
904880ad68
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: REL68350

Release Version: 22.250.0.2

Signed-off-by: Lokendra Singh <lokendra.singh@intel.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-08-28 07:01:16 -04:00
Lokendra Singh
5554529979
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: REL68350

Release Version: 22.250.0.2

Signed-off-by: Lokendra Singh <lokendra.singh@intel.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-08-28 07:01:15 -04:00
Lokendra Singh
606a17b1d6
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: REL68350

Release Version: 22.250.0.2

Signed-off-by: Lokendra Singh <lokendra.singh@intel.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-08-28 07:01:15 -04:00
Lokendra Singh
3892dc0121
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: REL53497

Release Version: 22.250.0.2

Signed-off-by: Lokendra Singh <lokendra.singh@intel.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-08-28 07:01:15 -04:00
Lokendra Singh
fc45c42585
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: REL53497

Release Version: 22.250.0.2

Signed-off-by: Lokendra Singh <lokendra.singh@intel.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-08-28 07:01:15 -04:00
Josh Boyer
50da38eecf
Merge branch 'mtl_gsc_1655' of git://anongit.freedesktop.org/drm/drm-firmware
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-08-28 06:54:53 -04:00
Adam Guerin
d0172b89b6
linux-firmware: update firmware for qat_4xxx devices
Update firmware for Intel qat_4xxx devices.

This firmware is taken from Intel QuickAssist Technology Hardware
Version 2.0 package QAT20.L.1.0.50-00003 [1].

Release notes for this firmware are reported at [2].

$ sha256sum qat_4xxx.bin
893caab5ce46e590c89e1dc434a28cd24a4b2405c2e63ddde6185223a3d53fba qat_4xxx.bin

Link: https://downloadmirror.intel.com/783270/QAT20.L.1.0.50-00003.tar.gz [1]
Link: https://intel.github.io/quickassist/RN/In-Tree/index.html [2]
Signed-off-by: Adam Guerin <adam.guerin@intel.com>
Signed-off-by: Gavin Troy <gavin.troy@intel.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-08-28 06:53:46 -04:00
John Allen
97e88a0d70
linux-firmware: Update AMD SEV firmware
Update AMD SEV firmware version 1.55 build 8 for AMD family 19h processors
with models in the range 00h to 0fh.

Add AMD SEV firmware version 1.55 build 21 for AMD family 19h processors
with models in the range 10h to 1fh.

Signed-off-by: John Allen <john.allen@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-08-28 06:52:50 -04:00
Hamza Mahfooz
a33f8f1abd
amdgpu: update DMCUB to 0.0.181.0 for various AMDGPU ASICs
DMCUB updates for Navi2x, DCN314 and DCN32.
From internal git commit 4ad2a00530b57c10b3abb9f8d055d78c3188c97c.

Tested with DC v3.2.249

Release notes:

- Add the ability to check if replay is supported
- Fix a black screen issue that causes a hard hang after hotplugging
- Fix an issue that caused the screen to flash on shutdown
- Fix link loss observed during DP2.1 PHY compliance testing
- Replay fixes

Signed-off-by: Hamza Mahfooz <hamza.mahfooz@amd.com>
2023-08-25 15:25:00 -04:00
Chin-Yen Lee
ef41ae8f65 rtw89: 8852b: update fw to v0.29.29.3
Fix MBSSID number exceed array size and support firmware log format

Signed-off-by: Chin-Yen Lee <timlee@realtek.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
2023-08-25 14:29:52 +08:00
Chin-Yen Lee
ca49c8cfed rtw89: 8851b: update fw to v0.29.41.2
Fix MBSSID number exceed array size to avoid P2P SER

Signed-off-by: Chin-Yen Lee <timlee@realtek.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
2023-08-25 14:29:28 +08:00
Daniele Ceraolo Spurio
81caac98ed i915: add GSC 102.0.0.1655 for MTL
First GSC FW release for MTL.

Release: 102.0.0.1655
Compatibility (API) Version: 1.0
SVN: 1

The firmware file is named after the compatibility version, as that is
what the kernel driver cares about.

Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
2023-08-21 14:13:11 -07:00
Wayne Lin
5eeda20da0 amdgpu: DMCUB updates for various AMDGPU asics
DMCUB updates for Navi33
From internal git commit d132070e61f67284e84f106b8767ac05f342d9fe

Firmware release 0.0.180.0
Tested with DC 3.2.248.

- Adjust workflow for for subvp

Signed-off-by: Wayne Lin <Wayne.Lin@amd.com>
2023-08-18 10:59:22 +08:00
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