aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2023-09-06Merge branch 'mlimonci/make-dist' into 'main'HEADmainJosh Boyer4-0/+27
Add new `make dist` target See merge request kernel-firmware/linux-firmware!4
2023-09-06Merge branch 'qcom' into 'main'Josh Boyer3-3/+3
ath10k/WCN3990: move wlanmdsp to qcom/sdm845 See merge request kernel-firmware/linux-firmware!9
2023-09-06ath10k/WCN3990: move wlanmdsp to qcom/sdm845Dmitry Baryshkov3-3/+3
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-06Merge branch 'RawFile' into 'main'Josh Boyer2-29/+24
check_whence: Recognize RawFile keyword See merge request kernel-firmware/linux-firmware!8
2023-09-05WHENCE: Don't compress qcom json filesJuerg Haefliger1-16/+16
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-05WHENCE: amd-ucode: Use new RawFile keywordJuerg Haefliger1-10/+5
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-05check_whence: Recognize RawFile keywordJuerg Haefliger1-3/+3
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-05Merge https://github.com/tjiang1234/btfw-wcn6855-605Josh Boyer7-0/+0
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-09-01Merge branch 'mlimonci/skip-ci-fairy-for-main' into 'main'Josh Boyer1-0/+2
Only run ci-fairy on merge requests See merge request kernel-firmware/linux-firmware!6
2023-08-31Only run ci-fairy on merge requestsMario Limonciello1-0/+2
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
2023-08-31Capture artifacts from `make dist` to save at release time.Mario Limonciello1-0/+4
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
2023-08-31Add new toplevel 'make dist' target.Mario Limonciello2-0/+13
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-31Create symlinks for all firmware that is duplicate using rdfindMario Limonciello1-0/+10
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
2023-08-31Merge branch 'mlimonci/shellcheck' into 'main'Josh Boyer3-5/+10
Enable shellcheck for pre-commit See merge request kernel-firmware/linux-firmware!5
2023-08-31Merge branch 'mlimonci/enable-pre-commit-ci' into 'main'Josh Boyer3-0/+35
Enable CI jobs for merge requests See merge request kernel-firmware/linux-firmware!3
2023-08-31QCA: Update Bluetooth WCN685x 2.1 firmware to 2.1.0-00605tjiang12347-0/+0
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-30Add shellcheck pre-commit targetMario Limonciello1-0/+4
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
2023-08-30Fix carl9170fw shell scripts for shellcheck errorsMario Limonciello2-5/+6
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
2023-08-30Add a rule for automatic tagging releases by pipeline scheduleMario Limonciello1-1/+13
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-30Add gitlab ci for calling pre-commit and ci-fairyMario Limonciello2-0/+12
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
2023-08-30Add Dockerfile used to build CI imageMario Limonciello2-0/+11
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
2023-08-30Merge branch 'mlimonci/update-ci' into 'main'Josh Boyer7-79/+141
Some improvements for hosting at gitlab.com See merge request kernel-firmware/linux-firmware!1
2023-08-30Rewrite README in markdownMario Limonciello3-44/+53
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-29Wire up pre-commit to `make check`Mario Limonciello1-1/+5
This will let `make check` cover more things than just `WHENCE`. Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
2023-08-29Add pre-commit hooks and codespell templateMario Limonciello4-0/+34
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
2023-08-29check_whence: reformat using python blackMario Limonciello1-35/+50
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
2023-08-29Merge branch 'dmc-mtl_2.16' of git://anongit.freedesktop.org/drm/drm-firmwareJosh Boyer2-1/+1
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-08-29i915: Update MTL DMC to v2.16Gustavo Sousa2-1/+1
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-29Merge tag 'amd-2023-08-25' of https://gitlab.freedesktop.org/drm/firmwareJosh Boyer5-0/+0
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-08-29Merge tag 'amd-2023-08-18' of https://gitlab.freedesktop.org/drm/firmwareJosh Boyer1-0/+0
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-08-28copy-firmware: Introduce 'RawFile' keywordJuerg Haefliger1-2/+2
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-28copy-firmware: Support additional compressor optionsJuerg Haefliger1-0/+8
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-28Merge https://github.com/pkshih/linux-firmwareJosh Boyer2-0/+0
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-08-28linux-firmware: Update firmware file for Intel Bluetooth AX203Lokendra Singh2-2/+2
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-28linux-firmware: Update firmware file for Intel Bluetooth AX203Lokendra Singh2-2/+2
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-28linux-firmware: Update firmware file for Intel Bluetooth AX211Lokendra Singh2-2/+2
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-28linux-firmware: Update firmware file for Intel Bluetooth AX211Lokendra Singh2-2/+2
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-28linux-firmware: Update firmware file for Intel Bluetooth AX210Lokendra Singh2-2/+2
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-28linux-firmware: Update firmware file for Intel Bluetooth AX200Lokendra Singh4-6/+6
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-28linux-firmware: Update firmware file for Intel Bluetooth AX201Lokendra Singh10-18/+18
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-28Merge branch 'mtl_gsc_1655' of git://anongit.freedesktop.org/drm/drm-firmwareJosh Boyer2-0/+3
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-08-28linux-firmware: update firmware for qat_4xxx devicesAdam Guerin1-0/+0
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-28linux-firmware: Update AMD SEV firmwareJohn Allen3-1/+3
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-25amdgpu: update DMCUB to 0.0.181.0 for various AMDGPU ASICsHamza Mahfooz5-0/+0
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-25rtw89: 8852b: update fw to v0.29.29.3Chin-Yen Lee1-0/+0
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-25rtw89: 8851b: update fw to v0.29.41.2Chin-Yen Lee1-0/+0
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-21i915: add GSC 102.0.0.1655 for MTLDaniele Ceraolo Spurio2-0/+3
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-18amdgpu: DMCUB updates for various AMDGPU asicsWayne Lin1-0/+0
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-14Merge branch 'for-upstream' of https://github.com/CirrusLogic/linux-firmwareJosh Boyer10-0/+29
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-08-14amdgpu: DMCUB updates for various AMDGPU asicsStylon Wang2-0/+0
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-14Revert "amdgpu: partially revert firmware for GC 11.0.0 and GC 11.0.2"Mario Limonciello2-0/+0
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 789aa81504126c2b062d04aacea1570af950ad4f. 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-09amdgpu: partially revert firmware for GC 11.0.0 and GC 11.0.2Mario Limonciello2-0/+0
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-09cirrus: Add CS35L41 firmware for HP G11 modelsStefan Binding10-0/+29
Signed-off-by: Stefan Binding <sbinding@opensource.cirrus.com>
2023-08-09linux-firmware: Update AMD cpu microcodeJohn Allen4-9/+22
* 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-08Merge branch 'for-upstream' of http://git.chelsio.net/pub/git/linux-firmwareJosh Boyer4-6/+6
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-08-08rtl_bt: Add firmware v2 file for RTL8852CHilda Wu2-0/+1
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-08Revert "rtl_bt: Update RTL8852C BT USB firmware to 0x040D_7225"Hilda Wu1-0/+0
This reverts commit 55e7448533e774824cfb34a7eaeb9604608e1a4a. Commit 55e7448533e7 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-08amdgpu: DMCUB updates for various AMDGPU asicsTom Chung6-0/+0
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-07cxgb4: Update firmware to revision 1.27.4.0Rahul Lakkireddy4-6/+6
Signed-off-by: Rahul Lakkireddy <rahul.lakkireddy@chelsio.com>
2023-08-04Merge branch 'rb3-update' of https://github.com/lumag/linux-firmwareJosh Boyer4-0/+45
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-08-04Merge https://github.com/pkshih/linux-firmwareJosh Boyer1-0/+0
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-08-04Mellanox: Add new mlxsw_spectrum firmware xx.2012.1012Petr Machata5-0/+4
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-04linux-firmware: Add URL for latest FW binaries for NXP BT chipsetsNeeraj Kale1-0/+2
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-02rtw89: 8851b: update firmware to v0.29.41.1Chin-Yen Lee1-0/+0
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-02qcom: sdm845: add RB3 sensors DSP firmwareDmitry Baryshkov4-0/+45
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-07-31amdgpu: Update DMCUB for DCN314 & Yellow CarpAurabindo Pillai2-0/+0
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-28Merge branch 'dmc-adlp_2.20-mtl_2.13' of ↵Josh Boyer3-2/+2
git://anongit.freedesktop.org/drm/drm-firmware Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-07-28Merge branch 'for-upstream' of https://github.com/CirrusLogic/linux-firmwareJosh Boyer5-0/+42
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-07-28ice: add LAG-supporting DDP packagePrzemek Kitszel2-0/+1
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-26i915: Update MTL DMC to v2.13Gustavo Sousa2-1/+1
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-26i915: Update ADLP DMC to v2.20Gustavo Sousa2-1/+1
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-26cirrus: Add CS35L41 firmware for Dell Oasis ModelsStefan Binding5-0/+42
Signed-off-by: Stefan Binding <sbinding@opensource.cirrus.com>
2023-07-25copy-firmware: Fix linking directories when using compressionBenjamin Drung1-3/+10
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-25copy-firmware: Fix test: unexpected operatorBenjamin Drung1-2/+2
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-25qcom: sc8280xp: LENOVO: remove directory sym linkPeter Robinson1-1/+0
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-25qcom: sc8280xp: LENOVO: Remove execute bitsPeter Robinson4-0/+0
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-24amdgpu: update VCN 4.0.0 firmwareAlex Deucher1-0/+0
From internal git commit: 2ca390cfa8b01eb962e82d686088f6ee6550a596 Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-07-24amdgpu: add initial SMU 13.0.10 firmwareAlex Deucher2-0/+1
From internal git commit: 2ca390cfa8b01eb962e82d686088f6ee6550a596 Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-07-24amdgpu: add initial SDMA 6.0.3 firmwareAlex Deucher2-0/+1
From internal git commit: 2ca390cfa8b01eb962e82d686088f6ee6550a596 Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-07-24amdgpu: add initial PSP 13.0.10 firmwareAlex Deucher3-0/+2
From internal git commit: 2ca390cfa8b01eb962e82d686088f6ee6550a596 Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-07-24amdgpu: add initial GC 11.0.3 firmwareAlex Deucher8-0/+7
From internal git commit: 2ca390cfa8b01eb962e82d686088f6ee6550a596 Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-07-24Merge branch 'v2.0.21961' of https://github.com/yunfei-mtk/linux_fw_10bitJosh Boyer2-1/+1
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-07-24Merge branch 'dg2_mtl_guc_70.8' of ↵Josh Boyer4-3/+3
git://anongit.freedesktop.org/drm/drm-firmware Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-07-24linux-firmware: Update AMD fam17h cpu microcodeJohn Allen4-10/+11
* 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-24linux-firmware: Update AMD cpu microcodeJohn Allen4-12/+12
* 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-24amdgpu: update green sardine VCN firmwareAlex Deucher1-0/+0
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-24amdgpu: update renoir VCN firmwareAlex Deucher1-0/+0
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-24amdgpu: update raven VCN firmwareAlex Deucher1-0/+0
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-24amdgpu: update raven2 VCN firmwareAlex Deucher1-0/+0
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-24amdgpu: update Picasso VCN firmwareAlex Deucher1-0/+0
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-24amdgpu: update DMCUB to v0.0.175.0 for various AMDGPU ASICsAlan Liu3-0/+0
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-24Updated NXP SR150 UWB firmwareManjunatha Venkatesh2-1/+1
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-24Merge branch 'for-upstream' of https://github.com/CirrusLogic/linux-firmwareJosh Boyer98-0/+169
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-07-24wfx: update to firmware 3.16.1Jérôme Pouiller2-1/+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-22mediatek: Update mt8195 SCP firmware to support 10bit modeYunfei Dong2-1/+1
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-20i915: update DG2 GuC to v70.8.0Daniele Ceraolo Spurio2-1/+1
Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
2023-07-19i915: update to GuC 70.8.0 and HuC 8.5.1 for MTLDaniele Ceraolo Spurio3-2/+2
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-13cirrus: Add CS35L41 firmware for ASUS ROG 2023 ModelsStefan Binding98-0/+169
Signed-off-by: Stefan Binding <sbinding@opensource.cirrus.com>
2023-07-07Partially revert "amdgpu: DMCUB updates for DCN 3.1.4 and 3.1.5"Hamza Mahfooz1-0/+0
This partially reverts commit ade163aaaeae0c1ad20cb3dd8ce878bf61c91b3a. 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-07linux-firmware: update firmware for mediatek bluetooth chip (MT7922)Chris Lu2-1/+1
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-07linux-firmware: update firmware for MT7922 WiFi deviceDeren Wu3-2/+2
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-06Merge tag 'iwlwifi-fw-2023-06-29' of ↵Josh Boyer13-6/+15
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-06linux-firmware: Update firmware file for Intel Bluetooth AX203Lokendra Singh2-2/+2
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-06linux-firmware: Update firmware file for Intel Bluetooth AX203Lokendra Singh2-2/+2
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-06linux-firmware: Update firmware file for Intel Bluetooth AX211Lokendra Singh2-2/+2
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-06linux-firmware: Update firmware file for Intel Bluetooth AX211Lokendra Singh2-2/+2
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-06linux-firmware: Update firmware file for Intel Bluetooth AX210Lokendra Singh2-2/+2
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-06linux-firmware: Update firmware file for Intel Bluetooth AX200Lokendra Singh4-6/+6
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-06linux-firmware: Update firmware file for Intel Bluetooth AX201Lokendra Singh10-18/+18
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-06Fix qcom ASoC tglp WHENCE entryJosh Boyer1-2/+2
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-07-06Merge branch 'sc8280xp-audio-fw' of ↵Josh Boyer3-0/+38
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-06check_whence: Check link targets are validAdam Sampson1-0/+18
This should catch a couple of common errors: reversing the two arguments to Link, and not making the second argument relative to the first. Signed-off-by: Adam Sampson <ats@offog.org> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-06-29iwlwifi: add new FWs from core80-39 releaseGregory Greenman7-0/+9
Add the -83 ucode firmwares for the currently supported hardware and update the PNVM binaries. Build number: Core_build_core80-39 Revision: e8f84e98 (so, ty) Signed-off-by: Gregory Greenman <gregory.greenman@intel.com>
2023-06-29iwlwifi: update cc/Qu/QuZ firmwares for core80-39 releaseGregory Greenman7-6/+6
Update -77.ucode firmwares for cc/Qu/QuZ devices. Build number: Core_build_core80-39 Revision: 2df8986f (Qu, QuZ, cc, so, ty) Signed-off-by: Gregory Greenman <gregory.greenman@intel.com>
2023-06-28qcom: Add Audio firmware for SC8280XP X13ssc8280xp-audio-fwSrinivas Kandagatla3-0/+38
Add ASoC topology firmware for SC8280XP X13s. Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
2023-06-25Makefile, copy-firmware: support xz/zstd compressed firmwareEmil Velikov3-9/+51
The kernel has supported compressed firmware for quite some time. So let's add a couple of targets to produce that. In practical terms this means it we'll use ~5x times less space on disk. Reportedly the amd ucode, needs to be uncompressed _within_ the initrd in order to work. Using compressed ucode in late load just works. Ideally this will be addressed by the initrd generators, but considering the files are tiny in size let's skip the compression. v2 - commit message, skip compression for files annotated as Raw v3 - rebase [Drop extra verbose statement in zstd case, Josh Boyer <jwboyer@kernel.org>] Cc: David Woodhouse <dwmw2@infradead.org> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-06-25copy-firmware: silence the last shellcheck warningsEmil Velikov1-1/+4
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-06-25copy-firmware: drop obsolete backticks, quoteEmil Velikov1-1/+1
As mentioned by shellcheck backticks are considered legacy. Plus we should ensure the output is quoted, otherwise we'll get word splitting. Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-06-25copy-firmware: tweak sed invocationEmil Velikov1-2/+2
Add space between the arguments and pattern and combine patterns where possible. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-06-25copy-firmware: quote deskdir and dirnameEmil Velikov1-5/+5
Properly quote, otherwise we'll get word splitting. In other words: Files might end up installed to /some/foo/, where /some path/foo bar/ is expected. v2: - rebase/split && also quote the $() output Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-06-25check_whence: error if symlinks are in-treeEmil Velikov1-0/+22
Currently we have no symlinks in-tree. Add a simple check, ensuring they don't get added in the future. This allows us to remove the clunky symlink checking code in copy-firmware.sh v2: - tweak helper to produce link and target (based off Adam's patch) v3: - honour quoted target/linkname Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-06-25check_whence: error if File: is actually a linkEmil Velikov1-0/+5
Commits from a few years ago added support for Link entries, over having the symlinks in-tree. At the same time, it didn't add a check whether one didn't add a File entry that is actually a symlink. Do so now, to be on the safe side. v2: - drop copy-firmware.sh changes Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-06-25check_whence: strip quotation marksEmil Velikov1-1/+1
Earlier commit added check for duplicate entries. Although the commit was picked without one of its dependencies which removes the quotation marks in the File entries. Since the quotation marks are here to stay, escape them as needed in the script. Cc: Emil Velikov <emil.l.velikov@gmail.com> Fixes: 05183b7b ("check_whence: error on duplicate file entries") Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-06-25linux-firmware: wilc1000: update WILC1000 firmware to v16.0Ajay Singh2-1/+1
This patch updates the firmware version for WILC1000 FW version: 16.0 Signed-off-by: Ajay Singh <ajay.kathat@microchip.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-06-25ice: update ice DDP wireless_edge package to 1.3.10.0Shekhar Deb2-1/+1
Update ice DDP wireless_edge package file to the latest version: 1.3.10.0 Highlight of changes since 1.3.7.0: - Provide Separate IP Fragment Packet Type Groups for Receive Side Scaling (RSS) - Add support to allow Receive Side Scaling (RSS) and Flow Director (FD) on Multicast packets Signed-off-by: Shekhar Deb <shekhar.deb@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-06-25amdgpu: DMCUB updates for DCN 3.1.4 and 3.1.5Rodrigo Siqueira2-0/+0
DMCUB Updates for DCN 3.1.4 and DCN 3.1.5 From interal git commit fd9e0d6d24f1ce1c7322eeb0a8725327ac76161e. This firmware update bring improvements for: - DCN 3.1.4 (version 0x08001B00): Improve the HDCP transaction. - DCN 3.1.5 (version 0x05000F00): Improves the ABM ramping sequence with PSR/PR and fix incorrect abm inturrupt control. Signed-off-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-06-20amdgpu: update DMCUB to v0.0.172.0 for various AMDGPU ASICsHamza Mahfooz4-0/+0
DMCUB updates for Navi2x and DCN314. From internal git commit ba25ca4ddd66a74331bf460346bde045804bc75d Tested with DC v3.2.240 Release notes: - Fix hang observed during DP Link Layer compliance testing Signed-off-by: Hamza Mahfooz <hamza.mahfooz@amd.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-06-20Merge branch 'rb3-update' of https://github.com/lumag/linux-firmwareJosh Boyer7-3/+4
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-06-20fix broken cirrus firmware symlinksThomas Backlund1-16/+16
Commit: 244d6b5c2fdd ("cirrus: Add firmware for new Asus ROG Laptops") added several Link: entries for cirrus firmwares, but as link and target exists in the same directory, the extra "cirrus/" path gets them created as broken symlinks. Fix it up by removing the extra "cirrus/" path. Signed-off-by: Thomas Backlund <tmb@tmb.nu> Fixes: 244d6b5c2fdd ("cirrus: Add firmware for new Asus ROG Laptops") Reported-by: Bit Twister2 <bittwister2@gmail.com> Reported-by: David GEIGER <geiger.david68210@gmail.com> Cc: Stefan Binding <sbinding@opensource.cirrus.com> Cc: Josh Boyer <jwboyer@kernel.org> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-06-14qcom: Update the microcode files for Adreno a630 GPUs.Dmitry Baryshkov1-0/+0
Update qcom/a630_sqe.fw to version 1.89.01. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2023-06-14qcom: sdm845: rename the modem firmwareDmitry Baryshkov2-1/+2
The Qualcomm SDM845 platform has a modem-less version, called SDA845. It still has the modem DSP, which is used for WiFi, GNSS, etc. The firmware in the qcom/sdm845 dir comes from the Thundercomm RB3 board, which internally has the SDA845 SoC rather than the full SDM845. The SC8180X platform (not yet added to linux-firmware) started using modem.mbn and modem_nm.mbn, the latter being used for no-modem platforms. Follow this example and rename qcom/sdm845/modem.mbn firmware file to modem_nm.mbn. This commit adds a compatibility link for now, to let the device trees to be adapted to this change. It should be removed when the proper qcom/sdm845/modem.mbn is submitted. Cc: Caleb Connolly <caleb.connolly@linaro.org> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2023-06-13qcom: sdm845: update remoteproc firmwareDmitry Baryshkov6-2/+2
Update remoteproc firmware to the following versions: - ADSP.HT.4.0-00593-SDM845-1 - CDSP.HT.1.0-00559-SDM845-1 - MPSS.AT.4.0.c2-01365-SDM845_GEN_PACK-1 Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2023-06-12rtl_bt: Update RTL8852A BT USB firmware to 0xDAC7_480DHilda Wu1-0/+0
This firmware patch update for Realtek RTL8852A BT USB controller. Release Version: 0xDAC7_480D Signed-off-by: Hilda Wu <hildawu@realtek.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-06-12rtl_bt: Update RTL8852C BT USB firmware to 0x040D_7225Hilda Wu1-0/+0
This firmware patch update for Realtek RTL8852C BT USB controller Note: This firmware patch needs to be used with driver "btrtl: Firmware format v2 support". Please update the driver with this commit: 9a24ce5e29b15c4c6b0c89c04f9df6ce14addefa Release Version: 0x040D_7225 Signed-off-by: Hilda Wu <hildawu@realtek.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-06-12amdgpu: DMCUB updates for various AMDGPU asicsStylon Wang7-0/+0
DMCUB Updates for Navi2x, Yellow Carp, DCN321, DCN32, DCN314 From interal git commit 533a5940d7a5bc0d4ba3548eef131f1d5341fd5f Signed-off-by: Stylon Wang <stylon.wang@amd.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-06-12Merge branch 'mtl_huc_v8.5.0' of git://anongit.freedesktop.org/drm/drm-firmwareJosh Boyer2-0/+3
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-06-12linux-firmware: update firmware for MT7922 WiFi deviceDeren Wu3-2/+2
Update binary firmware for MT7922 WiFi devices File: mediatek/WIFI_MT7922_patch_mcu_1_1_hdr.bin Version: 20230530123154a File: mediatek/WIFI_RAM_CODE_MT7922_1.bin Version: 20230530123236 Signed-off-by: Deren Wu <deren.wu@mediatek.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-06-12linux-firmware: update firmware for MT7921 WiFi deviceDeren Wu3-2/+2
Update binary firmware for MT7921 WiFi devices File: mediatek/WIFI_MT7961_patch_mcu_1_2_hdr.bin Version: 20230526130917a File: mediatek/WIFI_RAM_CODE_MT7961_1.bin Version: 20230526130958 Signed-off-by: Deren Wu <deren.wu@mediatek.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-06-12linux-firmware: update firmware for mediatek bluetooth chip (MT7922)Chris.Lu2-1/+1
Update binary firmware for MT7922 BT devices. File: mediatek/BT_RAM_CODE_MT7922_1_1_hdr.bin Version: 20230530123531 Signed-off-by: Chris.Lu <chris.lu@mediatek.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-06-12linux-firmware: update firmware for mediatek bluetooth chip (MT7921)Chris.Lu2-1/+1
Update binary firmware for MT7921 BT devices. File: mediatek/BT_RAM_CODE_MT7961_1_2_hdr.bin Version: 20230526131214 Signed-off-by: Chris.Lu <chris.lu@mediatek.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-06-12Merge branch 'v2.0.21478' of https://github.com/yunfei-mtk/linux_fw_scpJosh Boyer2-1/+1
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-06-06i915: Add HuC v8.5.0 for MTLDaniele Ceraolo Spurio2-0/+3
Initial release of HuC firmware for MTL. Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
2023-06-01mediatek: Update mt8195 SCP firmware to support hevcYunfei Dong2-1/+1
Internal version: cherry_scp_v2.0.11966-84facae6e Release version: v2.0.11966 Signed-off-by: Yunfei Dong <yunfei.dong@mediatek.com>
2023-05-31Merge branch 'db410c' of https://github.com/lumag/linux-firmwareJosh Boyer5-0/+5
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-31qcom: apq8016: add Dragonboard 410c WiFi and modem firmwareDmitry Baryshkov5-0/+5
Add the modem DSP firmware for the Qualcomm APQ8016 boards. The files come from the redistributable linux-board-support-package-r1036.1.zip for the Dragonboard 410c. The file modem.mbn and wcnss.mbn files wer generated from segment files using the pil-squasher tool. Cc: Bjorn Andersson <andersson@kernel.org> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2023-05-30Merge branch 'for-upstream' of http://git.chelsio.net/pub/git/linux-firmwareJosh Boyer4-6/+6
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-30Merge branch 'for-upstream' of https://github.com/CirrusLogic/linux-firmwareJosh Boyer41-0/+60
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-26cirrus: Add firmware for new Asus ROG LaptopsStefan Binding41-0/+60
Signed-off-by: Stefan Binding <sbinding@opensource.cirrus.com>
2023-05-25brcm: Add symlinks from Pine64 devices to AW-CM256SM.txtDiederik de Haas1-0/+8
There are a number of Pine64 devices which all use the same wireless chipset, so add symlinks for those modules/(base)boards: - Pine64 RockPro64 v2.0 and v2.1 (via adapter board) - Pine64 RK3566 Quartz64-A Board (via adapter board) - Pine64 PineNote v1.1 and v1.2 - PINE64 RK3566 SOQuartz on Model A carrier board - Pine64 RK3566 SoQuartz with CM4-IO Carrier Board - PINE64 RK3566 SOQuartz on Blade carrier board Signed-off-by: Diederik de Haas <didi.debian@cknow.org> Tested-by: Maximilian Weigand <mweigand@mweigand.net> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-25amdgpu: Update GC 11.0.1 and 11.0.4Mario Limonciello15-0/+2
A major regression was reported on commit 60dc78a7 ("amdgpu: update GC 11.0.1 firmware for amd.5.5 release") where Phoenix integrated GPUs aren't able to boot up with `amdgpu` loaded. This is fixed internal commit 8b27b052488cee45b453dcab6d034bb80a964e61. To avoid another regression from a mismatch, pull in a whole snapshot of all GC firmware at this commit instead of just the one file. Reported-by: Adrien Aubry Closes: https://gitlab.freedesktop.org/drm/amd/-/issues/2575 Fixes: 60dc78a7 ("amdgpu: update GC 11.0.1 firmware for amd.5.5 release") Fixes: 31f8f526 ("amdgpu: update GC 11.0.4 firmware for amd.5.5 release") Signed-off-by: Mario Limonciello <mario.limonciello@amd.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-25Merge https://github.com/pkshih/linux-firmwareJosh Boyer2-1/+2
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-24rtw89: 8851b: add firmware v0.29.41.0Ping-Ke Shih2-1/+2
Initial firmware of 8851B, which supports hardware revision A and B. Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
2023-05-23Merge branch 'dev-queue' of ↵Josh Boyer2-1/+1
git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/firmware Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-23amdgpu: update yellow carp firmware for amd.5.5 releaseAlex Deucher7-0/+0
Based on internal git commit: 360b8377aa1224f44056e0c8e0ab4f8d92cab021 Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-23amdgpu: update navi14 firmware for amd.5.5 releaseAlex Deucher2-0/+0
Based on internal git commit: 360b8377aa1224f44056e0c8e0ab4f8d92cab021 Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-23amdgpu: update navi12 firmware for amd.5.5 releaseAlex Deucher3-0/+0
Based on internal git commit: 360b8377aa1224f44056e0c8e0ab4f8d92cab021 Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-23amdgpu: update vega20 firmware for amd.5.5 releaseAlex Deucher1-0/+0
Based on internal git commit: 360b8377aa1224f44056e0c8e0ab4f8d92cab021 Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-23amdgpu: update vega12 firmware for amd.5.5 releaseAlex Deucher6-0/+0
Based on internal git commit: 360b8377aa1224f44056e0c8e0ab4f8d92cab021 Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-23amdgpu: update navi10 firmware for amd.5.5 releaseAlex Deucher2-0/+0
Based on internal git commit: 360b8377aa1224f44056e0c8e0ab4f8d92cab021 Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-23amdgpu: update vega10 firmware for amd.5.5 releaseAlex Deucher1-0/+0
Based on internal git commit: 360b8377aa1224f44056e0c8e0ab4f8d92cab021 Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-23amdgpu: update PSP 13.0.11 firmware for amd.5.5 releaseAlex Deucher1-0/+0
Based on internal git commit: 360b8377aa1224f44056e0c8e0ab4f8d92cab021 Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-23amdgpu: update GC 11.0.4 firmware for amd.5.5 releaseAlex Deucher6-0/+0
Based on internal git commit: 360b8377aa1224f44056e0c8e0ab4f8d92cab021 Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-23amdgpu: update SDMA 6.0.1 firmware for amd.5.5 releaseAlex Deucher1-0/+0
Based on internal git commit: 360b8377aa1224f44056e0c8e0ab4f8d92cab021 Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-23amdgpu: update PSP 13.0.4 firmware for amd.5.5 releaseAlex Deucher1-0/+0
Based on internal git commit: 360b8377aa1224f44056e0c8e0ab4f8d92cab021 Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-23amdgpu: update GC 11.0.1 firmware for amd.5.5 releaseAlex Deucher6-0/+0
Based on internal git commit: 360b8377aa1224f44056e0c8e0ab4f8d92cab021 Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-23amdgpu: update 13.0.8 firmware for amd.5.5 releaseAlex Deucher1-0/+0
Based on internal git commit: 360b8377aa1224f44056e0c8e0ab4f8d92cab021 Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-23amdgpu: update GC 10.3.7 firmware for amd.5.5 releaseAlex Deucher5-0/+0
Based on internal git commit: 360b8377aa1224f44056e0c8e0ab4f8d92cab021 Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-23amdgpu: update vangogh firmware for amd.5.5 releaseAlex Deucher6-0/+0
Based on internal git commit: 360b8377aa1224f44056e0c8e0ab4f8d92cab021 Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-23amdgpu: update VCN 4.0.4 firmware for amd.5.5 releaseAlex Deucher1-0/+0
Based on internal git commit: 360b8377aa1224f44056e0c8e0ab4f8d92cab021 Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-23amdgpu: update SMU 13.0.7 firmware for amd.5.5 releaseAlex Deucher1-0/+0
Based on internal git commit: 360b8377aa1224f44056e0c8e0ab4f8d92cab021 Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-23amdgpu: update PSP 13.0.7 firmware for amd.5.5 releaseAlex Deucher2-0/+0
Based on internal git commit: 360b8377aa1224f44056e0c8e0ab4f8d92cab021 Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-23amdgpu: update GC 11.0.2 firmware for amd.5.5 releaseAlex Deucher8-0/+1
Based on internal git commit: 360b8377aa1224f44056e0c8e0ab4f8d92cab021 Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-23amdgpu: update renoir firmware for amd.5.5 releaseAlex Deucher3-0/+0
Based on internal git commit: 360b8377aa1224f44056e0c8e0ab4f8d92cab021 Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-23amdgpu: update VCN 4.0.0 firmware for amd.5.5 releaseAlex Deucher1-0/+0
Based on internal git commit: 360b8377aa1224f44056e0c8e0ab4f8d92cab021 Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-23amdgpu: update SMU 13.0.0 firmware for amd.5.5 releaseAlex Deucher1-0/+0
Based on internal git commit: 360b8377aa1224f44056e0c8e0ab4f8d92cab021 Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-23amdgpu: update PSP 13.0.0 firmware for amd.5.5 releaseAlex Deucher2-0/+0
Based on internal git commit: 360b8377aa1224f44056e0c8e0ab4f8d92cab021 Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-23amdgpu: update GC 11.0.0 firmware for amd.5.5 releaseAlex Deucher8-0/+1
Based on internal git commit: 360b8377aa1224f44056e0c8e0ab4f8d92cab021 Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-23amdgpu: update green sardine firmware for amd.5.5 releaseAlex Deucher4-0/+0
Based on internal git commit: 360b8377aa1224f44056e0c8e0ab4f8d92cab021 Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-23amdgpu: update beige goby firmware for amd.5.5 releaseAlex Deucher8-0/+0
Based on internal git commit: 360b8377aa1224f44056e0c8e0ab4f8d92cab021 Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-23amdgpu: update dimgrey cavefish firmware for amd.5.5 releaseAlex Deucher8-0/+0
Based on internal git commit: 360b8377aa1224f44056e0c8e0ab4f8d92cab021 Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-23amdgpu: update arcturus firmware for amd.5.5 releaseAlex Deucher2-0/+0
Based on internal git commit: 360b8377aa1224f44056e0c8e0ab4f8d92cab021 Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-23amdgpu: update vcn 3.1.2 firmware for amd.5.5 releaseAlex Deucher1-0/+0
Based on internal git commit: 360b8377aa1224f44056e0c8e0ab4f8d92cab021 Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-23amdgpu: update psp 13.0.5 firmware for amd.5.5 releaseAlex Deucher2-0/+0
Based on internal git commit: 360b8377aa1224f44056e0c8e0ab4f8d92cab021 Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-23amdgpu: update GC 10.3.6 firmware for amd.5.5 releaseAlex Deucher5-0/+0
Based on internal git commit: 360b8377aa1224f44056e0c8e0ab4f8d92cab021 Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-23amdgpu: update navy flounder firmware for amd.5.5 releaseAlex Deucher8-0/+0
Based on internal git commit: 360b8377aa1224f44056e0c8e0ab4f8d92cab021 Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-23amdgpu: update sienna cichlid firmware for amd.5.5 releaseAlex Deucher9-0/+0
Based on internal git commit: 360b8377aa1224f44056e0c8e0ab4f8d92cab021 Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-23amdgpu: update aldebaran firmware for amd.5.5 releaseAlex Deucher7-0/+0
Based on internal git commit: 360b8377aa1224f44056e0c8e0ab4f8d92cab021 Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-23amdgpu: DMCUB updates for various AMDGPU asicsAurabindo Pillai8-0/+0
DMCUB Updates for Navi2x, Yellow Carp, DCN321, DCN32, DCN314, DCN315 From interal git commit cb0677a0552d880383b1ab787377d26c550c32d6 Signed-off-by: Aurabindo Pillai <aurabindo.pillai@amd.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-17ice: update ice DDP comms package to 1.3.40.0Shekhar Deb2-1/+1
Update ice DDP comms package file to the latest version: 1.3.40.0 Highlight of changes since 1.3.31.0: - Add support for Security Group Tag (SGT) header - Provide Separate IP Fragment Packet Type Groups for Receive Side Scaling (RSS) - Add support to allow Receive Side Scaling (RSS) and Flow Director (FD) on Multicast packets - Add support for parsing SGT-PPPoE packets - Add support for PPPoE version 2 Signed-off-by: Shekhar Deb <shekhar.deb@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>
2023-05-17Merge https://github.com/pkshih/linux-firmwareJosh Boyer3-9/+14
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-17rtlwifi: Add firmware v6.0 for RTL8192FUBitterblue Smith2-0/+7
rtl8xxxu supports this chip now. The firmware was extracted from the vendor driver v5.8.6.2_35538.20191028_COEX20190910-0d02 from https://github.com/BrightX/rtl8192fu. Signed-off-by: Bitterblue Smith <rtl8821cerfe2@gmail.com> Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
2023-05-17rtlwifi: Update firmware for RTL8188EU to v28.0Bitterblue Smith2-9/+7
It seems this fixes some issues with rtl8xxxu in monitor mode. r8188eu from kernel 6.2.5 still works with this new firmware. This firmware was extracted from the vendor driver v5.2.2.4 from https://github.com/lwfinger/rtl8188eu/blob/v5.2.2.4/hal8188e_t_fw.c Also, move the entry in WHENCE under the rtl8xxxu driver, because that's the driver which handles this chip from kernel 6.3 onwards. Link: https://bugzilla.kernel.org/show_bug.cgi?id=217205 Signed-off-by: Bitterblue Smith <rtl8821cerfe2@gmail.com> Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
2023-05-15Merge branch 'main' of https://github.com/CirrusLogic/linux-firmwareJosh Boyer33-0/+86
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-15cirrus: Add firmware and tuning files for HP G10 series laptopsVitaly Rodionov25-0/+66
Signed-off-by: Vitaly Rodionov <vitalyr@opensource.cirrus.com>
2023-05-15linux-firmware: update firmware for mediatek bluetooth chip (MT7922)Chris.Lu2-1/+1
Update binary firmware for MT7922 BT devices. File: mediatek/BT_RAM_CODE_MT7922_1_1_hdr.bin Version: 20230509203838 Signed-off-by: Chris Lu <chris.lu@mediatek.com>
2023-05-15WHENCE: Cleanup Realtek BT firmware provenanceJuerg Haefliger1-8/+1
Over the years, Realtek has submitted updates of firmwares that were originally pulled out of vendor driver packages. Remove old and obsolete provenance notes for these blobs. Signed-off-by: Juerg Haefliger <juergh.haefliger@canonical.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-15linux-firmware: update firmware for MT7922 WiFi deviceDeren Wu3-2/+2
Update binary firmware for MT7922 WiFi devices File: mediatek/WIFI_MT7922_patch_mcu_1_1_hdr.bin Version: 20230509203612a File: mediatek/WIFI_RAM_CODE_MT7922_1.bin Version: 20230509203655 Signed-off-by: Deren Wu <deren.wu@mediatek.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-15cnm: update chips&media wave521c firmware.Nas Chung1-0/+0
Update the wave521c video IP firmware for K3 devices. FW version : 1.0.3 Signed-off-by: Nas Chung <nas.chung@chipsnmedia.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-15cirrus: Add firmware and tuning files for Lenovo ThinkPad P1 Gen 6Vitaly Rodionov9-0/+20
Signed-off-by: Vitaly Rodionov <vitalyr@opensource.cirrus.com>
2023-05-12cxgb4: Update firmware to revision 1.27.3.0Rahul Lakkireddy4-6/+6
Signed-off-by: Rahul Lakkireddy <rahul.lakkireddy@chelsio.com>