Commit Graph

1274 Commits

Author SHA1 Message Date
Alex Deucher 0f22c85274 Revert "amdgpu: update vega10 fw for 18.50 release"
This reverts commit ec4b0cd394.

This causes GPU hangs for some users.  Let's revert for now
while we try and root cause the issue.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2018-12-18 15:38:53 -05:00
Hans de Goede 117d21157c brcm: Add 4330 NVRAM for the Prowise PT301 tablet
Add a NVRAM file for the Ampak AP6330 Wifi/BT module as used on the
Prowise PT301 tablet. This file is based on the existing
brcm/brcmfmac43430-sdio.AP6212.txt NVRAM file with the values adjusted
for the Prowise PT301 tablet.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2018-12-18 15:36:45 -05:00
Hans de Goede 912d6a5a46 brcm: Add 43430 NVRAM for the Chuwi Vi8 Plus tablet
Add a NVRAM file for the Broadcom 43430 WiFi/BT chip as found on the
Chuwi Vi8 Plus tablet's mainboard. This file is based on the existing
brcm/brcmfmac43430-sdio.AP6212.txt NVRAM file with the values adjusted
for the Chuwi Vi8 Plus tablet.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2018-12-18 15:35:55 -05:00
Hans de Goede f16cf5efcc brcm: Add 43340 based AP6234 NVRAM for the Meegopad T08 HDMI stick
Add a NVRAM file for the Ampak AP6234 Wifi/BT module as used on the
Meegopad T08 HDMI stick. This file is based on the existing
brcm/brcmfmac43430-sdio.AP6212.txt NVRAM file with the values adjusted
for the Meegopad T08 HDMI stick.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2018-12-18 15:35:55 -05:00
Hans de Goede 5a2766c17f brcm: Add 43430a0 based AP6212 NVRAM for the Jumper EZpad mini 3 tablet
Add a NVRAM file for the Ampak AP6212 Wifi/BT module as used on the
Jumper EZpad mini 3 tablet. This file is based on the existing
brcm/brcmfmac43430-sdio.AP6212.txt NVRAM file with the values adjusted
for the Jumper EZpad mini 3 tablet.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2018-12-18 15:35:55 -05:00
Hans de Goede 867ac13777 brcm: Add 43430a0 based AP6212 NVRAM for the Onda V80 Plus tablet
Add a NVRAM file for the Ampak AP6212 Wifi/BT module as used on the
ONDA V80 Plus tablet. This file is based on the existing
brcm/brcmfmac43430-sdio.AP6212.txt NVRAM file with the values adjusted
for the ONDA V80 Plus tablet.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2018-12-18 15:35:55 -05:00
Hans de Goede a5662fb7e9 brcm: Add 4356 based AP6356 NVRAM for the GPD win handheld
Add a NVRAM file for the Ampak AP6356 Wifi/BT module as used in the
GPD win handheld. This file is based on the existing
brcm/brcmfmac43430-sdio.AP6212.txt NVRAM file with the values adjusted
for the GPD win handheld.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2018-12-18 15:35:55 -05:00
Hans de Goede f055ceb8bd brcm: Add brcmfmac43362-sdio.lemaker,bananapro.txt symlink
Lemaker, the manufacturer of the Banana Pro board has always shipped
the NVRAM file from the Cubietech Cubietruck wifi for use with the
Ampak AP6181 43362 WiFi/BT module on the Banana Pro.

This commit adds a symlink from brcmfmac43362-sdio.lemaker,bananapro.txt
to brcm/brcmfmac43362-sdio.cubietech,cubietruck.txt to match this, making
the Wifi on the Banana Pro work OOTB.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2018-12-18 15:35:55 -05:00
Hans de Goede d9430acf46 brcm: Add 43362 based AP6210 NVRAM for the Cubietech Cubietruck
Add a NVRAM file for the Ampak AP6210 Wifi/BT module as found on the
Cubietech Cubietruck board. This file is based on the existing
brcm/brcmfmac43430-sdio.AP6212.txt NVRAM file with the values adjusted
for the Cubietech Cubietruck board.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2018-12-18 15:35:55 -05:00
Hans de Goede eb345627b0 WHENCE: Put quotes around brcmfmac NVRAM filenames
We are going to add more brcmfmac NVRAM files and some of these will have
spaces in their names, lets be consistens and use quotes around the
filenames of all brcmfmac NVRAM files.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2018-12-18 15:35:55 -05:00
Hans de Goede be15035deb check_whence.py: Add support for filenames with spaces in them
Some vendors save a couple of cents by not including an eeprom for
wifi parameters on their boards. Instead the driver loads these board
specific parameters through the request_firmware mechanism.

Since these are board specific the filenames also must be board specific,
on x86 DMI strings are used for this and the wifi chipname is postfixed
with $sys_vendor-$product_name from the DMI tables. These DMi variables
may contain spaces.

This commit adds support to check_whence.py for filenames with spaces
in them, after this commit these can be specified by putting double-quotes
around them, e.g "name with spaces.bin".

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2018-12-18 15:35:55 -05:00
Hans de Goede e6b9001e91 rtl_bt: Add firmware and configuration files for the Bluetooth part of RTL8723BS
These files come from the RealtekBluetoothUartPackage_2.17.119.0525 file
which can be downloaded from realtek.com. The download is marked as version
1.0.245.3 / 05/08/2017 on the download page.

The added rtl_bt/rtl8723bs_fw.bin file is called
rtl8723b_mp_bt40_fw_asic_rom_patch.bin in the download.

The added rtl_bt/rtl8723bs_config-OBDA8723.bin file is the
rtl8723b_config_internal.bin file with the UART baudrate changed to
1500000 bps.

I've examined aprox. 20 different Intel BYT/CHT boards, with an RTL8723BS
with the OBDA8723 ACPI ID for the bluetooth part. On these boards the
original firmware image uses either 1500000 or 3000000 bps, so 1500000 bps
is chosen as the safe option which should work everywhere.

Cc: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2018-12-18 15:24:13 -05:00
Josh Boyer 3de2546b1a Merge git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/linux-firmware
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2018-12-17 07:38:24 -05:00
Josh Boyer 494709e866 Merge branch 'BXT_HUC' of git://anongit.freedesktop.org/drm/drm-firmware
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2018-12-17 07:36:12 -05:00
Emmanuel Grumbach 8707ef3313 iwlwifi: update firmwares for 8000 series
Add new versions of the firmwares for 8000C, 8265.

Build number: Core_build_core40-100
Revision numbers: 9f0a2d68 (8000C, 8265)

Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
2018-12-16 10:46:40 +02:00
Emmanuel Grumbach 156b549e41 iwlwifi: add -43.ucode for 9000 series
A new -43.ucode for 9000 series.

Build number: Core_build_core40-97
Revision number: c73114b3

Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
2018-12-16 10:36:18 +02:00
Emmanuel Grumbach 8a396b612b iwlwifi: update -41.ucode for 9000 series
A updated versions of the -41.ucode firmware.
Fix a typo in WHENCE.

Build number: Core_build_core38-94
Revision number: fc1a7aea

Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
2018-12-16 10:29:51 +02:00
Arend van Spriel 211de1679a brcm: provide new firmwares for BCM4366 chipset
These firmwares are for the BCM4366 3x3 802.11 ac chipsets, which also
comprise of BCM4366E or BCM43664 devices.

Edited to add WHENCE entry by Josh Boyer

Signed-off-by: Arend van Spriel <arend.vanspriel@broadcom.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2018-12-15 20:51:38 -05:00
Shalom Toledo 813fa1fc6f Mellanox: Add new mlxsw_spectrum firmware 13.1910.622
This new firmware contains:
 * New packet traps for discarded packets
 * Secure firmware flash bug fix
 * Fence mechanism bug fix
 * TCAM RMA bug fix

Signed-off-by: Shalom Toledo <shalomt@mellanox.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2018-12-14 08:19:16 -05:00
Josh Boyer a330ddbb98 Merge branch 'for-upstream' of https://github.com/crojewsk/linux-firmware
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2018-12-14 08:17:05 -05:00
Nagadheeraj, Rottela 8de1d8866e cavium: Update firmware for CNN55XX crypto driver
Firmware upgraded to v10

Signed-off-by: Nagadheeraj Rottela <rottela.nagadheeraj@cavium.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2018-12-14 08:14:33 -05:00
Alex Deucher a7ea5a87ee amdgpu: update vega12 fw for 18.50 release
From internal git commit:
031c3840bbdbdc1cc9b2b480bb7d8344f72887ed

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2018-12-14 08:12:20 -05:00
Alex Deucher ec4b0cd394 amdgpu: update vega10 fw for 18.50 release
From internal git commit:
031c3840bbdbdc1cc9b2b480bb7d8344f72887ed

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2018-12-14 08:12:10 -05:00
Alex Deucher 1abe3c3caf amdgpu: update raven fw for 18.50 release
From internal git commit:
031c3840bbdbdc1cc9b2b480bb7d8344f72887ed

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2018-12-14 08:12:01 -05:00
Alex Deucher 6e38fef08d amdgpu: update polaris11 fw for 18.50 release
From internal git commit:
031c3840bbdbdc1cc9b2b480bb7d8344f72887ed

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2018-12-14 08:11:51 -05:00
Alex Deucher df8986481f amdgpu: update polaris10 fw for 18.50 release
From internal git commit:
031c3840bbdbdc1cc9b2b480bb7d8344f72887ed

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2018-12-14 08:11:37 -05:00
Alex Deucher a91e850a71 amdgpu: add firmware for vega12
From 18.40 release.

From internal git commit:
27b92ecf906ad48e017221fe062d5ab189f0d9dd

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2018-12-14 08:10:14 -05:00
Alex Deucher 6cca1381f3 amdgpu: Add new polaris MC firmwares
Required for new polaris variants.

From internal git commit:
95da68e1eaf8e41b295a06119d211a5c3da1dc96

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2018-12-14 08:08:30 -05:00
Alex Deucher e8404a6055 amdgpu: Add new polaris SMC firmwares
Required for new polaris variants.

From internal git commit:
95da68e1eaf8e41b295a06119d211a5c3da1dc96

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2018-12-14 08:07:59 -05:00
Allen, John 8aa9e3e388 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>
2018-12-14 08:05:34 -05:00
Josh Boyer f3f6adac35 Merge branch 'MSCC-PHYs' of https://github.com/QSchulz/linux-firmware
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2018-12-14 07:56:42 -05:00
Josh Boyer 4bbd950413 Merge branch 'for-upstream' of git://git.chelsio.net/pub/git/linux-firmware
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2018-12-14 07:52:43 -05:00
Louis Peens d9fb2ee680 nfp: update Agilio SmartNIC flower firmware to rev AOTC-2.10.A.13
New in this release:
  - Ingress rate limiting capability on SRIOV VFs.
  - LSO support on representor interfaces

Resolved bugs:
  - Creating/destroying VFs in a loop can lead to the control
    message handler hanging.

Signed-off-by: Louis Peens <louis.peens@netronome.com>
Tested-by: Charles Murcott <charles.murcott@netronome.com>
Acked-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Acked-by: Simon Horman <simon.horman@netronome.com>
2018-12-10 22:30:34 +02:00
Quentin Schulz 57d49d580a microchip: add firmware for VSC8574 and VSC8584 Ethernet PHYs
Both VSC8574 and VSC8584 Ethernet PHYs require a firmware patch to be
applied before making use of them.

This adds the firmware for each of them.

The Linux driver using the firmwares is already in Torvalds' tree:
[1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=a5afc1678044a3eea48f0295ae7bc2b13d59b128
[2] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=00d70d8e0e7811ed8acba24e04b9f193c3b84beb

Cc: Allan Nielsen <allan.nielsen@microchip.com>
Cc: Steen Hegelund <steen.hegelund@microchip.com>
Signed-off-by: Quentin Schulz <quentin.schulz@bootlin.com>
2018-12-06 11:02:51 +01:00
Cezary Rojewski 82f6dbf82d linux-firmware: intel: Update Cannonlake audio firmware.
This patch updates CNL ADSP firmware version to 10.23.00.1858.

Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com>
2018-12-03 03:43:31 +01:00
Anusha Srivatsa 69f153bbc2 firmware/huc/bxt: Add huC Update for BXT
Add support for v1.8.2893 for BXT huC.

Signed-off-by: Anusha Srivatsa <anusha.srivatsa@intel.com>
2018-11-28 10:33:57 -08:00
Ciaran Toal 5904eab2b7 nfp: update Agilio SmartNIC firmware to rev 2.1.16
Very late testing of the previous firmware revealed that some VFs were
locked out due to a multicast bug. The issue is resolved in this firmware.

Signed-off-by: Ciaran Toal <ciaran.toal@netronome.com>
Signed-off-by: Edwin Peer <edwin.peer@netronome.com>
Signed-off-by: Nic Viljoen <nick.viljoen@netronome.com>
Tested-by: Brendan Galloway <brendan.galloway@netronome.com>
Signed-off-by: Simon Horman <simon.horman@netronome.com>
2018-11-06 12:05:21 +01:00
Ganesh Goudar e7cdec4603 cxgb4: update firmware to revision 1.21.5.0
Signed-off-by: Ganesh Goudar <ganeshgr@chelsio.com>
2018-11-02 03:38:38 -07:00
Josh Boyer 1baa34868b Merge branch 'nxp_mc' of https://github.com/NXP/linux-firmware
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2018-10-26 08:13:19 -04:00
Mody, Rasesh c7ba355ef9 qed: Add 8.37.7.0 firmware image
This patch adds new 8.37.7.0 firmware image for qed* adpaters with
enhancements and fixes.

Signed-off-by: Rasesh Mody <rasesh.mody@cavium.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2018-10-26 08:11:56 -04:00
Alex Deucher 1cb4e51018 amdgpu: add raven dmcu firmware
This adds the display management controller firmware for
raven.

From internal git commit:
a22dd4994b810a141ba3cdc608d37eda8a206c1a

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2018-10-26 08:10:13 -04:00
Alex Deucher aa71b2d7db amdgpu: update raven firmware to 18.40
Based on internal git commit:
27b92ecf906ad48e017221fe062d5ab189f0d9dd

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2018-10-26 08:08:47 -04:00
Alex Deucher fcd5a5f14a amdgpu: update fiji firmware to 18.40
Based on internal git commit:
27b92ecf906ad48e017221fe062d5ab189f0d9dd

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2018-10-26 08:08:40 -04:00
Alex Deucher 453caa3d5b amdgpu: update tonga firmware to 18.40
Based on internal git commit:
27b92ecf906ad48e017221fe062d5ab189f0d9dd

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2018-10-26 08:08:33 -04:00
Alex Deucher 7ceb224ac7 amdgpu: update carrizo firmware to 18.40
Based on internal git commit:
27b92ecf906ad48e017221fe062d5ab189f0d9dd

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2018-10-26 08:08:27 -04:00
Alex Deucher a136e785a8 amdgpu: update polaris10 firmware to 18.40
Based on internal git commit:
27b92ecf906ad48e017221fe062d5ab189f0d9dd

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2018-10-26 08:08:20 -04:00
Alex Deucher ac5f8bdd1f amdgpu: update vega10 firmware to 18.40
Based on internal git commit:
27b92ecf906ad48e017221fe062d5ab189f0d9dd

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2018-10-26 08:07:36 -04:00
Stanislaw Gruszka 8d3825c4bf linux-firmware: add firmware for mt7650e
Add binary firmware for mt7650e based devices

Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2018-10-26 08:05:40 -04:00
Cristian Sovaiala 96d6db5167 linux-firmware: add MC firmware for NXP DPAA2 SoCs
Supported SoC families: LS108x, LS208x, LX2160.

MC firmware version: 10.10.0

MC: Management Complex
DPAA2: Data Path Acceleration Architecture Gen 2

Signed-off-by: Cristian Sovaiala <cristian.sovaiala@nxp.com>
2018-10-25 16:01:20 +03:00
Manlunas, Felix d87753369b linux-firmware: liquidio: fix GPL compliance issue
Part of the code inside the lio_vsw_23xx.bin firmware image is under GPL,
but the LICENCE.cavium file neglects to indicate that.  However,
LICENCE.cavium does correctly specify the license that covers the other
Cavium firmware images that do not contain any GPL code.

Fix the GPL compliance issue by adding a new file, LICENCE.cavium_liquidio,
which correctly shows the GPL boilerplate.  This new file specifies the
licenses for all liquidio firmware, including the ones that do not have
GPL code.

Change the liquidio section of WHENCE to point to LICENCE.cavium_liquidio.

Reported-by: Florian Weimer <fweimer@redhat.com>
Signed-off-by: Manish Awasthi <manish.awasthi@cavium.com>
Signed-off-by: Manoj Panicker <manojkumar.panicker@cavium.com>
Signed-off-by: Faisal Masood <faisal.masood@cavium.com>
Signed-off-by: Felix Manlunas <felix.manlunas@cavium.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2018-10-18 15:02:35 -04:00