Commit Graph

1224 Commits (379551b14e9f34236d0746c46f89935dc2e237b1)

Author SHA1 Message Date
Thierry Reding c054c535b8
nvidia: Add XUSB firmware for Tegra194
Add a firmware file for the XUSB controller found on Tegra194. This is
version 60.06 of the Tegra194 XUSB firmware.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2019-10-04 18:42:44 -04:00
Thierry Reding 9cfefbd7fb
Remove duplicate symlinks
Now that the copy-firmware.sh script can create symlinks from the Link:
entries in the WHENCE file on the fly, remove the duplicate symlinks
from the filesystem.

One odd entry was intel/dsp_fw_cnl.bin which was listed both as symlink
and as a regular file. Both entries can be removed since the it's really
a symlink, so it will be recreated at installation time.

While at it, update the check_whence.py script to not look for the
existence of symlinks in the filesystem because they are created on the
fly at installation time by the copy_firmware.sh script.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2019-10-04 18:34:07 -04:00
Thierry Reding 2116bcd7af
Make symlinks consistent
The symbolic links in the filesystem sometimes don't match the Link:
tags in the WHENCE file. Update the WHENCE file to contain the right
symlinks.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2019-10-04 18:33:46 -04:00
Alex Deucher f25a39cbba
amdgpu: add new raven rlc firmware
Needed for new raven variants.

From internel git commit:
a9f00864087575da562cd5cc50a04a0af376e14f

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2019-09-26 11:12:29 -04:00
Tony Nguyen 9ae61e7d86 ice: Add package file for Intel E800 series driver
The ice driver must load a package file to the firmware to utilize full
functionality; add the package file to /lib/firmware/intel/ice/ddp. Also
add a symlink, ice.pkg, so the driver can refer to the package by a
consistent name.

Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
2019-09-23 08:58:07 -07:00
Alex Deucher 417a9c6e19
amdgpu: add initial navi10 firmware
Navi10 is a new dGPU from AMD.

From internal git commit:
a9f00864087575da562cd5cc50a04a0af376e14f

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2019-09-23 07:23:40 -04:00
Josh Boyer 702cc6338a
Merge branch 'cml_tgl-icl-dmc_huc_updates' of git://anongit.freedesktop.org/drm/drm-firmware
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2019-09-23 07:22:26 -04:00
Anusha Srivatsa 3ea84e5230 drm/i915/firmware: Add v9.0.0 of HuC for Icelake
Add Support for the latest version of ICL.

Signed-off-by: Anusha Srivatsa <anusha.srivatsa@intel.com>
2019-09-13 14:48:47 -07:00
Anusha Srivatsa 60ddd0e3e2 drm/i915/firmware: Add v4.0.0 of HuC for Cometlake
Add Support for the latest version of CML.

Signed-off-by: Anusha Srivatsa <anusha.srivatsa@intel.com>
2019-09-13 14:47:01 -07:00
Anusha Srivatsa c47d8f800b drm/i915/firmware: Add v4.0.0 of HuC for Geminilake
Add Support for the latest version of GLK.

Signed-off-by: Anusha Srivatsa <anusha.srivatsa@intel.com>
2019-09-13 14:46:40 -07:00
Anusha Srivatsa 2cdb78cfed drm/i915/firmware: Add v2.0.0 of HuC for Broxton
Add Support for the latest version of BXT.

Signed-off-by: Anusha Srivatsa <anusha.srivatsa@intel.com>
2019-09-13 14:45:07 -07:00
Anusha Srivatsa 38965af5a9 drm/i915/firmware: Add v4.0.0 of HuC for Kabylake
Add Support for the latest version of KBL.

Signed-off-by: Anusha Srivatsa <anusha.srivatsa@intel.com>
2019-09-13 14:44:07 -07:00
Anusha Srivatsa 8d127affd1 drm/i915/firmware: Add v2.0.0 of HuC for Skylake
Add Support for the latest version of SKL.

Signed-off-by: Anusha Srivatsa <anusha.srivatsa@intel.com>
2019-09-13 14:44:02 -07:00
Anusha Srivatsa e7b6fa7529 drm/i915/firmware: Add v33 of GuC for CML
Add support for loading v33 of GuC on CML.

Signed-off-by: Anusha Srivatsa <anusha.srivatsa@intel.com>
2019-09-13 14:43:46 -07:00
Anusha Srivatsa e4ea25f513 drm/i915/firmware: Add v2.04 of DMC for TGL
Add support for loading DMC v2.04 for Tigerlake.

Signed-off-by: Anusha Srivatsa <anusha.srivatsa@intel.com>
2019-09-13 14:43:36 -07:00
Anusha Srivatsa 51deca67a4 drm/i915/firmware: Add v1.09 of DMC for ICL
Add support for loading DMC v1.09 for Icelake.

Signed-off-by: Anusha Srivatsa <anusha.srivatsa@intel.com>
2019-09-13 14:43:36 -07:00
Nicolas Dechesne 88ea23e7ee qcom: add firmware files for Adreno a630
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2019-09-09 18:13:55 +02:00
Josh Boyer 6ddb9d9704
Merge branch 'for-upstream' of git://git.chelsio.net/pub/git/linux-firmware
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2019-09-04 07:13:26 -04:00
Thierry Reding d45c950c9c
nvidia: Add XUSB firmware for Tegra186
Add a firmware file for the XUSB controller found on Tegra186.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2019-09-04 07:11:05 -04:00
Thierry Reding 65c6595f8f
Add symlinks for Tegra VIC firmware binaries
Create additional symlinks for these firmware binaries so that the Linux
drivers can refer to them by a more consistent name.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2019-09-04 07:09:00 -04:00
Heiner Kallweit f667c00560
rtl_nic: add firmware rtl8125a-3
This adds firmware rtl8125a-3 for Realtek's 2.5Gbps chip RTL8125.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: Chunhao Lin <hau@realtek.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2019-09-04 07:04:25 -04:00
Amit K Bag fe1ae0d2ce
linux-firmware: Add firmware file for Intel Bluetooth AX201
This patch adds new firmware file for Intel Bluetooth AX201
Also it is known as Intel HarrisonPeak (HrP).

FW Build: REL0318

Release Version: 21.40.0.1

Signed-off-by: Amit K Bag <amit.k.bag@intel.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2019-09-04 07:00:45 -04:00
Vishal Kulkarni 2f885ba53d Chelsio driver loads firmware configuration file to allow
firmware to distribute resources before chip bring up. Chelsio NIC
driver, cxgb4 searches for firmware config file at /lib/firmware/cxgb4/
directory.

Two predefined configuration files are available – default and
hashfilter. Default configuration file equally distributes
resources across all features, such as iSCSI, iWARP, Crypto, etc.
On the other hand, hashfilter configuration file borrows some
resources by disabling the iSCSI, iWARP, Crypto, etc. features,
and redistributes them to increase offloading more number of flows
to hardware via tc-flower.

Signed-off-by: Vishal Kulkarni <vishal@chelsio.com>
2019-08-29 05:40:00 -07:00
Hans de Goede 7307a29961
brcm: Add 43455 based AP6255 NVRAM for the Minix Neo Z83-4 Mini PC
Add a NVRAM file for the Ampak AP6255 Wifi/BT module as used on the
Minix Neo Z83-4 Mini PC. This file is based on the existing
brvm/brcmfmac4356-pcie.gpd-win-pocket.txt NVRAM file with some of the
values adjusted for the Minix Neo Z83-4 Mini PC.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2019-08-27 08:04:55 -04:00
Hans de Goede 65d02cd902
brcm: Add 43340 based AP6234 NVRAM for the PoV TAB-P1006W-232 tablet
Add a NVRAM file for the Ampak AP6234 Wifi/BT module as used on the
Point of View TAB-P1006W-232 tablet. This file is based on the existing
brcm/brcmfmac43340-sdio.meegopad-t08.txt NVRAM file with some of the
values adjusted for the Point of View TAB-P1006W-232 tablet.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2019-08-27 08:04:41 -04:00
Luca Coelho 40e4162adf iwlwifi: update FWs to core45-152 release
Build number: Core_build_core45-152
Revision: 77d01142 (8000, 8265)
	  6bf1df06 (9000, 9260)
	  4fa0041f (cc, Qu)

Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
2019-08-23 07:35:14 +03:00
Amit K Bag 665001af2d
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: REL0318

Release Version: 21.40.0.1

Signed-off-by: Amit K Bag <amit.k.bag@intel.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2019-08-21 07:26:06 -04:00
Amit K Bag c0ca980cee
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: REL0318

Release Version: 21.40.0.1

Signed-off-by: Amit K Bag <amit.k.bag@intel.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2019-08-21 07:25:55 -04:00
Amit K Bag b6427bf4fa
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: REL0482

Release Version: 21.40.0.1

Signed-off-by: Amit K Bag <amit.k.bag@intel.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2019-08-21 07:25:39 -04:00
Amit K Bag fe48882708
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: REL0482

Release Version: 21.40.0.1

Signed-off-by: Amit K Bag <amit.k.bag@intel.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2019-08-21 07:25:02 -04:00
Ido Schimmel ebd40c6630
Mellanox: Add new mlxsw_spectrum firmware 13.2000.1886
The new firmware contains:
* Support for extended error reporting via a new TLV in the EMAD packet.
Similar to netlink extended ack.
* Fix for an issue in the PCI code that can result in false AER errors
under high Tx rate.

Signed-off-by: Ido Schimmel <idosch@mellanox.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2019-08-21 07:14:02 -04:00
Yan-Hsuan Chuang 5621bfcde3
rtw88: add a README file
Add a README to describe the firmware usage, and support status

[Added to WHENCE by Josh Boyer <jwboyer@kernel.org>]

Signed-off-by: Yan-Hsuan Chuang <yhchuang@realtek.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2019-08-15 07:40:56 -04:00
Yan-Hsuan Chuang 7e431c5dee
rtw88: RTL8822C: add WoW firmware v7.3
Add WoW firmware to support entering Wake on WirelessLAN mode

Signed-off-by: Yan-Hsuan Chuang <yhchuang@realtek.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2019-08-15 07:34:47 -04:00
Josh Boyer d3d000d3db
Merge branch 'ath10k-20190808' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/linux-firmware
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2019-08-15 07:29:16 -04:00
Josh Boyer d3e17e9ab6
Merge branch 'for-upstream' of git://git.chelsio.net/pub/git/linux-firmware
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2019-08-15 07:26:41 -04:00
Kalle Valo 49c11871a8 ath10k: QCA9984 hw1.0: update firmware-5.bin to 10.4-3.9.0.2-00046
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
2019-08-08 12:39:06 +03:00
Kalle Valo 1031f012de ath10k: QCA988X hw2.0: update firmware-5.bin to 10.2.4-1.0-00045
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
2019-08-08 12:39:06 +03:00
Kalle Valo 81e2e77e15 ath10k: QCA9888 hw2.0: update firmware-5.bin to 10.4-3.9.0.2-00040
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
2019-08-08 12:39:06 +03:00
Kalle Valo 8dc2dfb235 ath10k: QCA9887 hw1.0: update firmware-5.bin to 10.2.4-1.0-00045
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
2019-08-08 12:39:06 +03:00
Kalle Valo 1bd3ef2e02 ath10k: QCA6174 hw3.0: update firmware-6.bin to WLAN.RM.4.4.1-00140-QCARMSWPZ-1
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
2019-08-08 12:39:06 +03:00
Vishal Kulkarni b1e26aaebf cxgb4: update firmware to revision 1.24.3.0
Signed-off-by: Vishal Kulkarni <vishal@chelsio.com>
2019-08-06 00:33:02 -07:00
Louis Peens 70af908f4a nfp: update Agilio SmartNIC flower firmware to rev AOTC-2.10.A.38
New in this release:
  - Support for tunnels over vlans.

Improvements:
  - Fix hashing when using more than two ports in a bond.

Signed-off-by: Louis Peens <louis.peens@netronome.com>
Tested-by: Charles Murcott <charles.murcott@netronome.com>
Reviewed-by: Simon Horman <simon.horman@netronome.com>
2019-08-05 14:30:52 +02:00
Josh Boyer dff98c6c57
Merge branch 'master' of git://github.com/skeggsb/linux-firmware
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2019-07-26 07:32:37 -04:00
Ben Skeggs 2a3b75dd05 nvidia: add missing entries in WHENCE
Fixes: 93d56c0a0c1fa79b("nvidia: update GP10[2467] SEC2 RTOS with the one already used on GP108")
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
2019-07-26 15:48:54 +10:00
Cristian Sovaiala 6fc1eb1112 linux-firmware: Update NXP Management Complex firmware to version 10.16.2
Supported SoC families: LS108x, LS208x, LX2160.

MC firmware version: 10.16.2

Signed-off-by: Cristian Sovaiala <cristian.sovaiala@nxp.com>
2019-07-22 17:50:32 +03:00
Josh Boyer bf13a71b18
Merge branch 'guc_v33' of git://anongit.freedesktop.org/drm/drm-firmware
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2019-07-17 09:05:52 -04:00
Amit K Bag d52556e459
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: REL0310

Release Version: 21.30.0.4

Signed-off-by: Amit K Bag <amit.k.bag@intel.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2019-07-12 12:03:50 -04:00
Amit K Bag dbcc2fb9a1
linux-firmware: Update firmware file for Intel Bluetooth 22161
This patch updates new firmware file for Intel Bluetooth 22161
Also it is known as Intel CyclonePeak (CcP).

FW Build: REL0310

Release Version: 21.30.0.4

Signed-off-by: Amit K Bag <amit.k.bag@intel.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2019-07-12 12:03:38 -04:00
Amit K Bag a5ee41544a
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: REL0472

Release Version: 21.30.0.4

Signed-off-by: Amit K Bag <amit.k.bag@intel.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2019-07-12 12:03:28 -04:00
Amit K Bag 7444ca4008
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: REL0472

Release Version: 21.30.0.4

Signed-off-by: Amit K Bag <amit.k.bag@intel.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2019-07-12 12:03:13 -04:00
Anusha Srivatsa 05dbae6639 drm/i915/firmware: Add v33 of GuC for ICL
Add support for loading v33 of GuC on ICL.

Signed-off-by: Anusha Srivatsa <anusha.srivatsa@intel.com>
2019-07-08 14:40:55 -07:00
Anusha Srivatsa 786f17a3f4 drm/i915/firmware: Add v33 of GuC for KBL
Add support for loading v33 of GuC on KBL.

Signed-off-by: Anusha Srivatsa <anusha.srivatsa@intel.com>
2019-07-08 14:40:50 -07:00
Anusha Srivatsa aae0eb58bf drm/i915/firmware: Add v33 of GuC for SKL
Add support for loading v33 of GuC on SKL.

Signed-off-by: Anusha Srivatsa <anusha.srivatsa@intel.com>
2019-07-08 14:40:45 -07:00
Anusha Srivatsa 9cf240f6ea drm/i915/firmware: Add v33 of GuC for GLK
Add support for loading v33 of GuC on GLK.

Signed-off-by: Anusha Srivatsa <anusha.srivatsa@intel.com>
2019-07-08 14:40:39 -07:00
Anusha Srivatsa 8a0a6a6481 drm/i915/firmware: Add v33 of GuC for BXT
Add support for loading v33 of GuC on BXT.

Signed-off-by: Anusha Srivatsa <anusha.srivatsa@intel.com>
2019-07-08 14:40:34 -07:00
Siva Rebbagondla 70e43940b0
linux-firmware: rsi: add firmware image for redpine 9116 chipset
These images will be loaded by rsi driver based on operating mode for
RS9116 chipset. Firmware version is 1.0.5b.

Added entry in WHENCE and updated copyright year.

Signed-off-by: Siva Rebbagondla <siva8118@gmail.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2019-06-28 07:41:20 -04:00
Bag, Amit K fd69a5dc34
linux-firmware: Add firmware file for Intel Bluetooth AX201
This patch adds new firmware file for Intel Bluetooth AX201
Also it is known as Intel HarrisonPeak (HrP).

FW Build: REL0282

Release Version: 21.20.0.4

Signed-off-by: Amit K Bag <amit.k.bag@intel.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2019-06-28 07:39:18 -04:00
Luca Coelho 90e6845190 iwlwifi: add new firmwares for integrated 22000 series
Build number: Core_build_core45-96
Revision number: 13675109

Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
2019-06-20 10:41:13 +03:00
Luca Coelho 71ef30cd7f iwlwifi: update FW for 22000 to Core45-96
Build number: Core_build_core45-96
Revision number: 13675109

Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
2019-06-20 10:38:56 +03:00
Luca Coelho e58cbf7867 iwlwifi: update FWs for 9000 series to Core45-96
Build number: Core_build_core45-96
Revision number: a41adfe7 (9000, 9260)

Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
2019-06-20 10:37:43 +03:00
Luca Coelho b443218043 iwlwifi: update Core45 FWs for 22260, 9000 and 9260
Build number: Core_build_core45-66

Revision number: 0e6a7071 (9000, 9260)
	 	 cf26e080 (22000)

Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
2019-06-20 10:30:09 +03:00
Emmanuel Grumbach 5157165f22 iwlwifi: udpate -36 firmware for 8000 series
Update the -36 firmware for the 8000 device series.

Build number: Core_build_nightly-1580-CORE-33
Revision number: 8fd77bb3c

Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
2019-06-20 10:30:03 +03:00
Phani Kiran Hemadri acb56f2fae
cavium: Add firmware for CNN55XX crypto driver.
This patchset adds the firmware for CNN55XX crypto driver,
which supports Asymmetric crypto operations.

Firmware Details
    Name    : cnn55xx_ae.fw
    Version : 01

Signed-off-by: Phani Kiran Hemadri <phemadri@marvell.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2019-06-18 09:12:52 -04:00
Amit K Bag a03f1a0aa9
linux-firmware: Update firmware file for Intel Bluetooth 22161
This patch adds new firmware file for Intel Bluetooth 22161
Also it is known as Intel CyclonePeak (CcP).

FW Build: REL0282

Release Version: 21.20.0.4

Signed-off-by: Amit K Bag <amit.k.bag@intel.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2019-06-18 08:55:57 -04:00
Amit K Bag abb7cb6465
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: REL0450

Release Version: 21.20.0.4

Signed-off-by: Amit K Bag <amit.k.bag@intel.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2019-06-18 08:55:44 -04:00
Amit K Bag 1e8253bbaa
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: REL0450

Release Version: 21.20.0.4

Signed-off-by: Amit K Bag <amit.k.bag@intel.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2019-06-18 08:55:30 -04:00
Damian Kos 1884732e01
linux-firmware: update firmware for mhdp8546
This patch updates mhdp8546 firmware from v1.2.12 to v1.2.15.

Added support for performing arbitrary I2C-over-AUX transactions.
Corrected handling of erroneous requests for reading/writing 0 bytes over DPCD.
Add mailbox message to force uCPU fatal error.

Signed-off-by: Damian Kos <dkos@cadence.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2019-06-07 07:41:14 -04:00
Josh Boyer 711d3297ba
Merge branch 'amlogic-vdec' of https://github.com/Elyotna/linux-firmware
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2019-05-14 07:06:43 -04:00
Amit K Bag 1f8ebdfc26
linux-firmware: Update firmware file for Intel Bluetooth 8265
This patch updates the firmware file for Intel Bluetooth 8265
Also it is known as Intel WindStormPeak (WsP).

FW Build: REL0306

Release Version: 21.10.0.6

Signed-off-by: Amit K Bag <amit.k.bag@intel.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2019-05-14 06:58:04 -04:00
Amit K Bag bccb385e07
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: REL0440

Release Version: 21.10.0.6

Signed-off-by: Amit K Bag <amit.k.bag@intel.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2019-05-14 06:56:59 -04:00
Amit K Bag 29a536a02c
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: REL0440

Release Version: 21.10.0.6

Signed-off-by: Amit K Bag <amit.k.bag@intel.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2019-05-14 06:56:44 -04:00
Amit K Bag cedd50026c
linux-firmware: Update firmware file for Intel Bluetooth 22161
This patch adds new firmware file for Intel Bluetooth 22161
Also it is known as Intel CyclonePeak (CcP).

FW Build: REL0275

Release Version: 21.10.0.6

Signed-off-by: Amit K Bag <amit.k.bag@intel.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2019-05-14 06:56:25 -04:00
Maxime Jourdan e04cc56d0e amlogic: add video decoder firmwares
Add the firmwares for various video compression standards that are
required to decode video on Amlogic SoCs using hardware acceleration.

They are listed under a custom redistributable license provided by
Amlogic.

Although the filelist is not complete yet (there are a _lot_ of
different codec/SoC combinations), the firmwares added here are
supported and tested with the work-in-progress mainline driver.

The latest submission for the mainline driver can be found here[1], and
the development tree can be found here[2].

[1] https://patchwork.kernel.org/cover/10879959/
[2] https://github.com/Elyotna/linux

Cc: Arden Jin <Arden.Jin@amlogic.com>
Signed-off-by: Maxime Jourdan <mjourdan@baylibre.com>
2019-05-13 12:00:21 +02:00
Luca Coelho 95a93535b7 iwlwifi: update -46 firmwares for 22260 and 9000 series
Update the -46 firmwares for 22260 and the 9000 series.

Build number: Core_build_core43-116
Revision number: 3cfab8da (9000 series, 22260)

Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Change-Id: I8bbd696e57eb7fd135faf68bb0c4946732a2cd00
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
2019-05-03 19:33:53 +03:00
Luca Coelho 68040cebb9 iwlwifi: add firmware for 22260 and update 9000 series -46 firmwares
Add a new firmware binary for a new device (22260) and update the
existing -46.ucode firmwares for the 9000 series.

Build number: Core_build_core43-94
Revision number: c9682e2b (9000 series)
	 	 3cfab8da (22260)

Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
2019-05-03 19:11:47 +03:00
Luca Coelho fdfb1531c4 iwlwifi: add -46.ucode firmwares for 9000 series
Add a new API version of the 9000 series firmwares, namely 46.

Build number: Core_build_core43-74
Revision number: b20aefee

Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
2019-05-03 19:11:47 +03:00
Ido Schimmel cdef97132a
Mellanox: Add new mlxsw_spectrum firmware 13.2000.1122
The new firmware contains:
* Support for new firmware resources required for splitting a port into
two on Spectrum-2 systems
* Support for new register to query number of supported gearboxes

Signed-off-by: Ido Schimmel <idosch@mellanox.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2019-05-02 06:11:13 -04:00
Anusha Srivatsa 13d6bc8097 drm/i915/firmware: Add ICL HuC v8.4.3238
Add supoort for ICL HuC.

Signed-off-by: Anusha Srivatsa <anusha.srivatsa@intel.com>
2019-04-18 11:40:01 -07:00
Anusha Srivatsa 1dbb095b52 drm/i915/firmware: Add ICL GuC v32.0.3
Add support for guC v32.0.3 for ICL

Signed-off-by: Anusha Srivatsa <anusha.srivatsa@intel.com>
2019-04-18 11:34:22 -07:00
Anusha Srivatsa 77b6b40c63 drm/i915/firmware: Add GLK HuC v03.01.2893
Add support for HuC v03.01.2893 for GLK

Signed-off-by: Anusha Srivatsa <anusha.srivatsa@intel.com>
2019-04-18 11:34:18 -07:00
Anusha Srivatsa f8521cca79 drm/i915/firmware: Add GLK GuC v32.0.3
Add support for guC v32.0.3 for GLK

Signed-off-by: Anusha Srivatsa <anusha.srivatsa@intel.com>
2019-04-18 11:34:14 -07:00
Anusha Srivatsa 9fb9526ae8 drm/i915/firmware: Add KBL GuC v32.0.3
Add support for guC v32.0.3 for KBL.

Signed-off-by: Anusha Srivatsa <anusha.srivatsa@intel.com>
2019-04-18 11:34:11 -07:00
Anusha Srivatsa 3fbec60bd5 drm/i915/firmware: Add SKL GuC v32.0.3
Add support for guC v32.0.3 for SKL

Signed-off-by: Anusha Srivatsa <anusha.srivatsa@intel.com>
2019-04-18 11:34:08 -07:00
Anusha Srivatsa c7e32a1e40 drm/i915/firmware: Add BXT GuC v32.0.3
Add support for guC v32.0.3 for BXT.

Signed-off-by: Anusha Srivatsa <anusha.srivatsa@intel.com>
2019-04-18 11:34:04 -07:00
Josh Boyer 260cb35b11
Merge branch 'for-upstream' of git://git.chelsio.net/pub/git/linux-firmware
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2019-04-09 06:41:10 -04:00
Josh Boyer 15e4e443ba
Merge branch 'nxp_mc' of https://github.com/NXP/linux-firmware
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2019-04-09 06:38:49 -04:00
Amit K Bag 1b3456c336
linux-firmware: Add firmware file for Intel Bluetooth 22161
This patch adds new firmware file for Intel Bluetooth 22161
Also it is known as Intel CyclonePeak (CcP).

FW Build: REL0246

Release Version: 21.0.0.4

Signed-off-by: Amit K Bag <amit.k.bag@intel.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2019-04-09 06:29:09 -04:00
Vishal Kulkarni ddde59823a cxgb4: update firmware to revision 1.23.4.0
Signed-off-by: Vishal Kulkarni <vishal@chelsio.com>
2019-04-09 02:43:33 -07:00
Cristian Sovaiala f21c0f5d9a linux-firmware: Update NXP Management Complex firmware to version 10.14.3
Supported SoC families: LS108x, LS208x, LX2160.

MC firmware version: 10.14.3

Signed-off-by: Cristian Sovaiala <cristian.sovaiala@nxp.com>
2019-04-02 18:42:23 +03:00
Ryder Lee 67b75798ea
linux-firmware: add firmware for MT7615E
Add binary firmware for MT7615E based devices

Signed-off-by: Ryder Lee <ryder.lee@mediatek.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2019-04-02 08:00:12 -04:00
Josh Boyer 2e0d56c252
Merge git://git.marvell.com/mwifiex-firmware
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2019-04-02 07:55:05 -04:00
Ganapathi Bhat d71dee4e5a linux-firmware: update Marvell 8797/8997 firmware images
SDSD-8797:
WLAN (SDIO) firmware version: W14.68.29.p59
Bluetooth (SDIO) firmware version: 14.68.29.p59
The combo image can be downloaded through either WLAN or
Bluetooth.

USBUSB-8797:
WLAN (USB) firmware version: W14.68.29.p60
Bluetooth (USB) firmware version: 14.68.29.p60
The combo image can be downloaded through WLAN only.

PCIEUART-8997:
WLAN (PCIE) firmware version: W16.68.1.p179
Bluetooth (UART) firmware version: 16.26.1.p179
The combo image can be downloaded through WLAN only.

Signed-off-by: Ganapathi Bhat <gbhat@marvell.com>
2019-03-15 21:02:17 +05:30
Louis Peens 7f4139400b nfp: update Agilio SmartNIC flower firmware to rev AOTC-2.10.A.23
New in this release:
  - Add support for Agilio LX cards

Improvements:
  - Improve tunnel setup time in low traffic rate scenarios

Signed-off-by: Louis Peens <louis.peens@netronome.com>
Tested-by: Charles Murcott <charles.murcott@netronome.com>
Acked-by: Simon Horman <simon.horman@netronome.com>
2019-03-15 10:14:52 +02:00
Vishal Kulkarni 283373fa11 cxgb4: update firmware to revision 1.23.3.0
Signed-off-by: Vishal Kulkarni <vishal@chelsio.com>
2019-03-14 03:02:52 -07:00
Amit K Bag efd2c1cc37
linux-firmware: Update firmware file for Intel Bluetooth 8265
This patch updates the firmware file for Intel Bluetooth 8265
Also it is known as Intel WindStormPeak (WsP).

FW Build: REL0299

Release Version: 21.0.0.4

Signed-off-by: Amit K Bag <amit.k.bag@intel.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2019-03-13 08:55:45 -04:00
Amit K Bag 046d1085b1
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: REL0420

Release Version: 21.0.0.4

Signed-off-by: Amit K Bag <amit.k.bag@intel.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2019-03-13 08:55:22 -04:00
Amit K Bag 1f5641cc74
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: REL0420

Release Version: 21.0.0.4

Signed-off-by: Amit K Bag <amit.k.bag@intel.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2019-03-13 08:54:49 -04:00
Josh Boyer 3531f69fc1
Merge https://github.com/bgodavar/qca6174_bt_fw
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2019-03-12 08:08:30 -04:00
Josh Boyer 9936d81aed
Merge git://git.marvell.com/mwifiex-firmware
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2019-03-12 08:03:54 -04:00
Josh Boyer 052a246ff2
Merge commit '450632bb7822f0be09474066f4fee2147acbd055' of https://github.com/Netronome/linux-firmware
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2019-03-12 08:01:18 -04:00