Commit Graph

1638 Commits (2ae99744efc14e5329a551251e22b33213224f11)

Author SHA1 Message Date
Luca Coelho 2ae99744ef iwlwifi: update FWs to core47-142 release
Build number: Core_build_core47-142
Revision: 09bd31e1 (7265D, 3168)
	  952d9faa (8000C, 8265)
	  ceaaecdc (9000, 9260)
	  3e391d3e (cc, Qu)

Change-Id: I81f0730763759f809808f9c9ef275b71100579a0
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
2020-05-18 15:50:38 +03:00
Luca Coelho 50c1340bef iwlwifi: update 8265 FW
Build number: Core_build_nightly-1771
Revision: 2bba151d (8265)

Change-Id: I0703cd8e6e42e447cc2c3302fb49b433cffabd7a
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
2020-05-18 15:50:38 +03:00
Yan-Hsuan Chuang f8d32e4cc9
rtw88: update firmware information and README
The rtw88/README should claim support for RTL8723DE devices, add them.

And also there will have confusion that the 802.11ac driver rtw88
supports an 802.11n device RTL8723DE, add the information to WHENCE.

To prevent some fo the distros not including WOW firmware but have WOW
support and cannot load firmware at the end, add a note for it.

Signed-off-by: Yan-Hsuan Chuang <yhchuang@realtek.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2020-05-17 14:50:01 -04:00
Ryder Lee 412f95a77a
linux-firmware: add firmware for MT7915E
Add binary firmware v19530513 for MT7915E based devices

Signed-off-by: Ryder Lee <ryder.lee@mediatek.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2020-05-17 14:47:42 -04:00
Christian Hewitt 619d33958d
QCA: Add Bluetooth firmware for QCA9377
This commit will add required Bluetooth firmware files for QCA9377. Files
are from the Boundary Devices repo [1] and are covered under the existing
QCA redistributable license, but need renaming to align with the upstream
driver firmware naming convention.

tfbtfw11.tlv > rampatch_00230302.bin
tfbtnv11.bin > nvm_00230302.bin

Support for QCA9377 Bluetooth is now merged in bluetooth-next [2].

[1] https://github.com/boundarydevices/qca-firmware/tree/bd-sdmac-ath10k
[2] https://patchwork.kernel.org/cover/11504823/

Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2020-05-17 14:42:59 -04:00
Lorenzo Bianconi 13925915e9
linux-firmware: add rebb firmware for mt7663
Add binary rebb rom patch and n9 firmware for mt7663 based devices

Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2020-05-17 14:41:18 -04:00
Amit K Bag b2cad6a2d7
linux-firmware: Update firmware file for Intel Bluetooth AX200
This patch updates new firmware file for Intel Bluetooth AX200
Also it is known as Intel CyclonePeak (CcP).

FW Build: REL6356

Release Version: 21.90.0.3

Signed-off-by: Amit K Bag <amit.k.bag@intel.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2020-04-24 08:11:03 -04:00
Amit K Bag c5ac1add86
linux-firmware: Update firmware file for Intel Bluetooth AX201
This patch updates new firmware file for Intel Bluetooth AX201
Also it is known as Intel HarrisonPeak (HrP).

FW Build: REL6356

Release Version: 21.90.0.3

Signed-off-by: Amit K Bag <amit.k.bag@intel.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2020-04-24 08:11:03 -04:00
Amit K Bag 642d11556c
linux-firmware: Update firmware file for Intel Bluetooth 9560
This patch updates the firmware file for Intel Bluetooth 9560
Also it is known as Intel JeffersonPeak (JfP).

FW Build: REL6412

Release Version: 21.90.0.3

Signed-off-by: Amit K Bag <amit.k.bag@intel.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2020-04-24 08:11:03 -04:00
Amit K Bag dc3047c536
linux-firmware: Update firmware file for Intel Bluetooth 9260
This patch updates the firmware file for Intel Bluetooth 9260
Also it is known as Intel ThunderPeak (THP).

FW Build: REL6412

Release Version: 21.90.0.3

Signed-off-by: Amit K Bag <amit.k.bag@intel.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2020-04-24 08:10:59 -04:00
Josh Boyer 78c0348458
Use Link function for brcmfmac43362-sdio.lemaker,bananapro.txt
This removes the in-repo symlink and uses Link in WHENCE to create
it at installation time.

Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2020-04-21 07:45:26 -04:00
Hans de Goede f2df706a2e
Add symlink for Dell XPS 15 9550 Broadcom Bluetooth patch-ram file
The linux-firmware repo does not contain many Broadcom (now Cypress)
Bluetooth patch-ram files, because we have never been able to get
permission to re-distribute those.

We do have one file for the for HTC Vive, which was submitted by HTC
themselves with permission from Cypress.

That file contain a "BCM20703A1 Generic USB 20Mhz fcbga_BU" patch-ram
build. The patch-ram files used by Windows for the Bluetooth module
in the XPS 15 9550, USB-id 0a5c:6410 is also a "BCM20703A1 Generic
USB 20Mhz fcbga_BU" patch-ram build. Since the build-parameters
(crystal MHz, package/module type used) between the 2 builds are an
exact match we can also use the HTC submitted patch-ram for the
XPS 15 9550. So lets add a symlink for this.

This will make the Bluetooth on the XPS 15 9550 work out of the box,
when linux-firmware is installed, without the user needing to go and
find a suitable patch-ram file themselves.

This has been tested on a XPS 15 9550 with both Bluetooth HID and
Bluetooth audio devices.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>

[Modified to use Link function in WHENCE by Josh Boyer <jwboyer@kernel.org]

Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2020-04-21 07:43:56 -04:00
Max Chou 87dcb0e544
rtl_bt: Update RTL8822C BT FW to 0x0999_3AA1
This firmware patch update for Realtek RTL8822C BT controller.

Release Version: 0x0999_3AA1

Signed-off-by: Max Chou <max.chou@realtek.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2020-04-21 06:57:47 -04:00
Josh Boyer 3aa3ae460b
Merge branch 'for-upstream' of git://git.chelsio.net/pub/git/linux-firmware
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2020-04-20 11:47:22 -04:00
Vishal Kulkarni 8aa36f57ec cxgb4: Update T6 config file
Modify ddp, pbl and tls resources

Signed-off-by: Vishal Kulkarni <vishal@chelsio.com>
2020-04-20 00:27:18 -07:00
Alex Deucher 6314fa0cad
amdgpu: update vega20 firmware for 20.10
From internal commit:
cf61009c632768f6ca80f62a8506fd0b236d0cb6

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2020-04-17 11:26:39 -04:00
Alex Deucher 1f308f17e3
amdgpu: update vega12 firmware for 20.10
From internal commit:
cf61009c632768f6ca80f62a8506fd0b236d0cb6

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2020-04-17 11:26:31 -04:00
Alex Deucher 1ffd569fcc
amdgpu: update vega10 firmware for 20.10
From internal commit:
cf61009c632768f6ca80f62a8506fd0b236d0cb6

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2020-04-17 11:26:24 -04:00
Alex Deucher 9a0b0f49c3
amdgpu: update renoir firmware for 20.10
From internal commit:
cf61009c632768f6ca80f62a8506fd0b236d0cb6

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2020-04-17 11:26:16 -04:00
Alex Deucher 428a747365
amdgpu: update raven2 firmware for 20.10
From internal commit:
cf61009c632768f6ca80f62a8506fd0b236d0cb6

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2020-04-17 11:26:10 -04:00
Alex Deucher 624ecdfb17
amdgpu: update raven firmware for 20.10
From internal commit:
cf61009c632768f6ca80f62a8506fd0b236d0cb6

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2020-04-17 11:26:03 -04:00
Alex Deucher 7532f50e88
amdgpu: update picasso firmware for 20.10
From internal commit:
cf61009c632768f6ca80f62a8506fd0b236d0cb6

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2020-04-17 11:25:56 -04:00
Alex Deucher 75e352e674
amdgpu: update navi10 firmware for 20.10
From internal commit:
cf61009c632768f6ca80f62a8506fd0b236d0cb6

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2020-04-17 11:25:48 -04:00
Alex Deucher 3c175d1064
amdgpu: update navi14 firmware for 20.10
From internal commit:
cf61009c632768f6ca80f62a8506fd0b236d0cb6

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2020-04-17 11:25:37 -04:00
Alex Deucher 8d7ac32602
amdgpu: add navi14 TA firmware from 20.10
This adds the navi14 trusted application firmware.

From internal commit:
cf61009c632768f6ca80f62a8506fd0b236d0cb6

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2020-04-17 11:25:27 -04:00
Josh Boyer dd6b4db1c3
Merge branch 'for-upstream' of git://git.chelsio.net/pub/git/linux-firmware
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2020-04-17 11:16:00 -04:00
Vishal Kulkarni 3afe520b44 cxgb4: Update firmware to revision 1.24.14.0
Signed-off-by: Vishal Kulkarni <vishal@chelsio.com>
2020-04-16 04:03:18 -07:00
Josh Boyer 64dba0fedb
Merge branch 'a630-zap' of https://github.com/andersson/linux-firmware
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2020-04-13 08:17:58 -04:00
Sean Wang 236ec4552a
linux-firmware: add firmware for MT7663 Wifi/BT combo device
Add binary firmware for MT7663 based devices

ROM patch version: 7663mp1802-2003211229
Firmware version: 7663mp1827-20200326130317

Signed-off-by: Sean Wang <sean.wang@mediatek.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2020-04-13 08:14:27 -04:00
Josh Boyer 107b9a25bb
Merge https://github.com/bgodavar/qca_bt_fw
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2020-04-13 07:55:56 -04:00
Josh Boyer 5b240e5e57
Merge https://github.com/rjliao-qca/qca-btfw
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2020-04-13 07:54:56 -04:00
Amit K Bag 47533bc283
linux-firmware: Update firmware file for Intel Bluetooth AX200
This patch updates new firmware file for Intel Bluetooth AX200
Also it is known as Intel CyclonePeak (CcP).

FW Build: REL0384

Release Version: 21.70.3.2

Signed-off-by: Amit K Bag <amit.k.bag@intel.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2020-04-13 07:49:24 -04:00
Amit K Bag 677930a7d7
linux-firmware: Update firmware file for Intel Bluetooth AX201
This patch updates new firmware file for Intel Bluetooth AX201
Also it is known as Intel HarrisonPeak (HrP).

FW Build: REL0384

Release Version: 21.70.3.2

Signed-off-by: Amit K Bag <amit.k.bag@intel.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2020-04-13 07:49:06 -04:00
Bjorn Andersson e6ff1e706e qcom: Add SDM845 Adreno ZAP shader firmware
The Adreno GPU found in SDM845 needs one more firmware file to be
operational in the SDM845 MTP and Dragonboard 845c, add this file.

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
2020-04-10 13:05:22 -07:00
Balakrishna Godavarthi 1a8b0dc00f qca: Enable transparent WBS for WCN3991
Updating .bin fw file to enable transparent WBS.

Signed-off-by: Balakrishna Godavarthi <bgodavar@codeaurora.org>
2020-04-03 14:15:42 +05:30
Rocky Liao 4921f73bc8 QCA: Add Bluetooth firmware for QCA6390
This commit will add required Bluetooth firmware files for QCA6390.

htbtfw20.tlv : RAM FW dump
htnv20.bin : NVM dump.

Signed-off-by: Rocky Liao <rjliao@codeaurora.org>
2020-04-01 19:39:13 +08:00
Josh Boyer edf390c23a
Merge branch 'v12573.77' of https://github.com/erinlo/linux_fw_scp
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2020-03-20 07:39:19 -04:00
Erin Lo 3c213aa596 mediatek: Add mt8183 SCP firmware
System Control Processor is an ARM CM4. It supports parts of
these features vedio encode/decode, camera, and CrOS EC host command.

Release Version: v12573.77

Signed-off-by: Erin Lo <erin.lo@mediatek.com>
2020-03-20 14:37:49 +08:00
Amit K Bag 8eb0b28151
linux-firmware: Update firmware file for Intel Bluetooth AX200
This patch updates new firmware file for Intel Bluetooth AX200
Also it is known as Intel CyclonePeak (CcP).

FW Build: REL0384

Release Version: 21.70.3.2

Signed-off-by: Amit K Bag <amit.k.bag@intel.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2020-03-16 07:42:52 -04:00
Amit K Bag b9f720f01f
linux-firmware: Update firmware file for Intel Bluetooth AX201
This patch updates new firmware file for Intel Bluetooth AX201
Also it is known as Intel HarrisonPeak (HrP).

FW Build: REL0384

Release Version: 21.70.3.2

Signed-off-by: Amit K Bag <amit.k.bag@intel.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2020-03-16 07:42:47 -04:00
Amit K Bag 426db502f7
linux-firmware: Update firmware file for Intel Bluetooth 9560
This patch updates the firmware file for Intel Bluetooth 9560
Also it is known as Intel JeffersonPeak (JfP).

FW Build: REL0538

Release Version: 21.70.3.2

Signed-off-by: Amit K Bag <amit.k.bag@intel.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2020-03-16 07:42:43 -04:00
Amit K Bag 9361709f41
linux-firmware: Update firmware file for Intel Bluetooth 9260
This patch updates the firmware file for Intel Bluetooth 9260
Also it is known as Intel ThunderPeak (THP).

FW Build: REL0538

Release Version: 21.70.3.2

Signed-off-by: Amit K Bag <amit.k.bag@intel.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2020-03-16 07:42:33 -04:00
Alex Deucher 3b3dd5abf0
amdgpu: update vega20 firmware from 19.50
Based on internal git commit:
ffbf997bdc3c9d8e4400ed5e6626c884bff44753

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2020-03-09 13:52:52 -04:00
Alex Deucher 4871e7a3e2
amdgpu: update vega12 firmware from 19.50
Based on internal git commit:
ffbf997bdc3c9d8e4400ed5e6626c884bff44753

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2020-03-09 13:52:47 -04:00
Alex Deucher 4e7f0f82ce
amdgpu: update vega10 firmware from 19.50
Based on internal git commit:
ffbf997bdc3c9d8e4400ed5e6626c884bff44753

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2020-03-09 13:52:42 -04:00
Hilda Wu fce60a9a81
rtl_bt: Add firmware and configuration files for RTL8822C BT UART chip
The firmware and config files are for RTL8822C BT controller with UART interface.
Version: 0x0599_0D54

Signed-off-by: Hilda Wu <hildawu@realtek.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2020-03-09 13:51:26 -04:00
Josh Boyer d553c05dd0
Merge branch 'tgl_huc_7.0.12_dmc_2.06' of git://anongit.freedesktop.org/drm/drm-firmware
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2020-03-09 13:49:12 -04:00
José Roberto de Souza fb83402c75 i915: Add DMC firmware v2.06 for TGL
Minor fixes around context restore.

Signed-off-by: José Roberto de Souza <jose.souza@intel.com>
2020-03-04 13:19:07 -08:00
Daniele Ceraolo Spurio 45d36b539d i915: add HuC firmware v7.0.12 for TGL
Minor upgrade of the TGL HuC binary

Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
2020-03-04 13:19:00 -08:00
Josh Boyer 0148cfefcb
Merge https://github.com/rjliao-qca/qca-btfw
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2020-03-02 08:08:15 -05:00