Commit Graph

1184 Commits (2b016afc348ba4b5fb2016ffcb2822f4a293da0c)

Author SHA1 Message Date
Allen, John 2b016afc34
linux-firmware: Update AMD cpu microcode
* Update AMD cpu microcode for processor family 17h

Key Name        = AMD Microcode Signing Key (for signing microcode container files only)
Key ID          = F328AE73
Key Fingerprint = FC7C 6C50 5DAF CC14 7183 57CA E4BE 5339 F328 AE73

Signed-off-by: John Allen <john.allen@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2019-10-22 07:29:00 -04:00
Amit K Bag 4c3e853c75
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: REL0333

Release Version: 21.50.0.1

Signed-off-by: Amit K Bag <amit.k.bag@intel.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2019-10-14 07:12:16 -04:00
Amit K Bag 7a79d2208c
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: REL0333

Release Version: 21.50.0.1

Signed-off-by: Amit K Bag <amit.k.bag@intel.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2019-10-14 07:12:11 -04:00
Amit K Bag fdab23aa4d
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: REL0489

Release Version: 21.50.0.1

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

Release Version: 21.50.0.1

Signed-off-by: Amit K Bag <amit.k.bag@intel.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2019-10-14 07:11:53 -04:00
Alex Deucher aa95e90b2c
amdgpu: add initial navi14 firmware form 19.30
from internal git commit:
a9f00864087575da562cd5cc50a04a0af376e14f

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2019-10-08 07:23:03 -04:00
Larry Finger c1ce20e56e
rtlwifi: rtl8821ae: Add firmware for the RTL8812AE variant.
Although the RTL8812AE uses the same driver as the RTL8821AE, it uses
slightly different firmware, which was never sent to linux-firmware before.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2019-10-08 07:17:38 -04:00
Josh Boyer 7d187acb33
ice: Fix up WHENCE entry and symlink
Commit 2de7abd480 reworked how we
handle symlinks.  Remove the in-repo symlink as that will be
created on during installation, and adjust the WHENCE file.

Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2019-10-04 18:54:44 -04:00
Josh Boyer 4c55b9793d
Merge branch 'dev-queue' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/firmware
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2019-10-04 18:45:09 -04:00
Thierry Reding 7c4db737da
nvidia: Update Tegra210 XUSB firmware to v50.24
This version of the Tegra210 XUSB firmware contains a number of fixes to
improve compatibility with various devices.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2019-10-04 18:42:49 -04:00
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