1
0
Fork 0
Commit Graph

607 Commits (b2deae592adde46eadfc8fe1f7841d0f13f16ee5)

Author SHA1 Message Date
Dmitry Tunin b2deae592a linux-firmware: Add AR3012 firmware
Signed-off-by: Dmitry Tunin <hanipouspilot@gmail.com>
Signed-off-by: Kyle McMartin <kyle@kernel.org>
2016-02-11 10:55:05 -08:00
Kyle McMartin 4f11252709 Merge branch 'master' of git://people.freedesktop.org/~vivijim/linux-firmware-i915
Signed-off-by: Kyle McMartin <kyle@kernel.org>
2016-02-11 10:54:32 -08:00
Kyle McMartin 2394c7dc6e Merge branch 'skl' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/firmware
Signed-off-by: Kyle McMartin <kyle@kernel.org>
2016-02-11 10:53:30 -08:00
Rodrigo Vivi c44bc5b13e linux-firmware: New minor DMC release for Skylake - ver1_26
Version: 1.26
Date   : 02/01/2016
Notes:
Following additions from ver1.26
1. WA for NV12 flicker issues. Fixed HTP for restore program

Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
2016-02-10 13:44:37 -08:00
Vinod Koul f7996657e8 linux-firmware: intel: Update Skylake audio firmware
This updates Skylake audio dsp firmware, this version contains
odd bug fixes and update on some thord party modules

The version of this firmware release is 8.20.00.869

The md5sum of this firmware binary is 146ab54050e720c35e03e8f264ac3459

Signed-off-by: Vinod Koul <vinod.koul@intel.com>
2016-02-04 10:36:52 +05:30
Jes Sorensen 91d5dd1361 rtlwifi: v19 firmware for rtl8192eu
This is v19 firmware for the rtl8192u. Support for this device is
currently under development and will be added to the rtl8xxxu driver.
This firmware occurs as data statements in Realtek vendor driver
rtl8192EU_linux_v4.3.1.1_11320.20140505

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Kyle McMartin <kyle@kernel.org>
2016-02-03 10:50:47 -05:00
Tedd Ho-Jeong An 7b1a5cb6a2 linux-firmware: Update firmware patch for Intel Bluetooth 7260 (B3/B4)
This patch updates the firmware patch for Intel Bluetooth 7260 (B3/B4)
also known as Intel WP2 B3 and WP1 B4.

Patch Version: 85

Release Version: 18.15

Signed-off-by: Tedd Ho-Jeong An <tedd.an@intel.com>
Signed-off-by: Kyle McMartin <kyle@kernel.org>
2016-02-03 10:50:46 -05:00
Tedd Ho-Jeong An ede3068ff6 linux-firmware: Update firmware patch for Intel Bluetooth 7260 (B5/B6)
This patch updates the firmware patch for Intel Bluetooth 7260 (B5/B6)
also known as Intel WP2 B5 and WP1 B6.

Patch Version: 37

Release Version: 18.15

Signed-off-by: Tedd Ho-Jeong An <tedd.an@intel.com>
Signed-off-by: Kyle McMartin <kyle@kernel.org>
2016-02-03 10:50:45 -05:00
Tedd Ho-Jeong An 4592e376eb linux-firmware: Update firmware patch for Intel Bluetooth 7265 (C0/D0)
This patch updates the firmware patch for Intel Bluetooth 7265 (C0/D0)
also known as Intel StP C0 and StP D0

C0 Patch Version: 57
D0 Patch Version: 35

Release Version: 18.15

Signed-off-by: Tedd Ho-Jeong An <tedd.an@intel.com>
Signed-off-by: Kyle McMartin <kyle@kernel.org>
2016-02-03 10:50:44 -05:00
Arend van Spriel 52442afee9 brcm: add firmware for bcm4366 device
This patch adds firmware for the bcm4366 11ac wlan device which
is supported by the brcmfmac driver since commit 55acca90da52
("brcmfmac: Add support for the BCM4365 and BCM4366 PCIE devices").

Cc: Rafal Milecki <zajec5@gmail.com>
Signed-off-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: Kyle McMartin <kyle@kernel.org>
2016-01-25 15:15:34 -08:00
Tedd Ho-Jeong An 40e9ae8430 linux-firmware: Update firmware patch for Intel Bluetooth 7265 (D1)
This patch updates the firmware patch for Intel Bluetooth 7265 (D1)
Also, this device is known as Intel StP D1

StP D1 FW Patch Version: 13

Release Version: 18.15

Signed-off-by: Tedd Ho-Jeong An <tedd.an@intel.com>
Signed-off-by: Kyle McMartin <kyle@kernel.org>
2016-01-12 10:12:19 -08:00
Jes Sorensen c5456ddf22 rtlwifi: v35 firmware for rtl8723bu
This is v35 firmware for the rtl8723bu. Support for this device is
currently under development and will be added to the rtl8xxxu driver.
This firmware occurs as data statements in Realtek vendor driver
rtl8723BU_WiFi_linux_v4.3.16_14189.20150519_BTCOEX20150119-5844

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Kyle McMartin <kyle@kernel.org>
2016-01-11 15:46:23 -08:00
Sudarsana Reddy Kalluru 73b07a93ed qed: Add firmware 8.7.3.0.
This patch pushes the next firmware for the QED module.
This fixes numerous bugs, most notably:
  - FLR flow isn't properly working.
  - Chip might become unrespronsive after closing a vport.
  - Chip gets stuck when transmitting packet with length > mtu.

It would also allow us to push future features such as:
  - Vlan filter offload.
  - Encapsulation offload.
  - Single Root IOV support.
  - Timesync.
  - Non-L2 protocols.

>From L2 perspecitve, it's also note-worthy to state that it:
  - Changes fastpath HSI - fastpath will be moved to into using
    Jumbo-over-BD.
  - Improves throughput on single connection traffic.

Signed-off-by: Sudarsana Reddy Kalluru <Sudarsana.Kalluru@qlogic.com>
Signed-off-by: Yuval Mintz <Yuval.Mintz@qlogic.com>
Signed-off-by: Kyle McMartin <kyle@kernel.org>
2016-01-10 12:11:00 -08:00
Kyle McMartin f7c7657b9b Merge branch 'master' of git://git.marvell.com/mwifiex-firmware
Signed-off-by: Kyle McMartin <kyle@kernel.org>
2016-01-10 12:10:11 -08:00
Kyle McMartin 0555ae0ffc Merge branch 'moxa' of https://github.com/mathieu64200/linux-firmware
Signed-off-by: Kyle McMartin <kyle@kernel.org>
2016-01-10 12:09:24 -08:00
Paul Fertser 3f3aa3a12d Clarified licensing terms for the current ath9k_htc firmware
The 1.4.0 version of ath9k_htc firmware is the first built from the
free software sources.

Signed-off-by: Paul Fertser <fercerpav@gmail.com>
Cc: Adrian Chadd <adrian.chadd@gmail.com>
Cc: Oleksij Rempel <linux@rempel-privat.de>
Signed-off-by: Kyle McMartin <kyle@kernel.org>
2016-01-10 12:09:09 -08:00
Arend van Spriel e92017c4d5 brcm: add firmware for BCM4350 rev 5
Patch for brcmfmac has been submitted upstream and applied to the
wireless-drivers-next repo with commit fdf345642297 ("brcmfmac: Add
support for PCIE 4350 revision 5 device"). This patch adds the new
firmware file required for it.

Signed-off-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: Kyle McMartin <kyle@kernel.org>
2016-01-10 12:08:39 -08:00
Kyle McMartin 36cc174af0 Merge branch 'skl' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/firmware
Signed-off-by: Kyle McMartin <kyle@kernel.org>
2016-01-10 12:06:50 -08:00
Tadeusz Struk 8d1f7a1172 linux-firmware: add fw for new qat devices
Add new qat FW images for c3xxx and c6xxx device type.
Update qat_895xcc FW images with a new version.
Rename qat_mmp.bin to qat_895xcc_mmp.bin to make it consistent
with the rest.

Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com>
Signed-off-by: Kyle McMartin <kyle@kernel.org>
2016-01-10 12:05:14 -08:00
Ben Hutchings 1603ba6e02 WHENCE: Add version information for hfi1
Based on the previous commit message.

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2016-01-10 19:34:55 +00:00
Vinod Koul 177d9f030b linux-firmware: Update Skylake audio firmware
This updates Skylake audio dsp firmware, this version contains
odd bug fixes and support for mclk configuration thru SW

The version of this firmware release is 8.20.00.827

The md5sum of this firmware binary is 2a2166e169098c8620cb15ea0f850ed9

Signed-off-by: Vinod Koul <vinod.koul@intel.com>
2016-01-05 19:07:52 +05:30
Mathieu OTHACEHE edf313ca2c moxa: Refer to LICENCE.moxa for mxuport driver
Signed-off-by: Mathieu OTHACEHE <m.othacehe@gmail.com>
2015-12-28 19:38:36 +01:00
Mathieu OTHACEHE 850de370db moxa: Add firmware for Moxa 11x0 USB Serial devices
Add firmware for the following devices, controlled by mxu11x0 kernel
driver

- UPort 1110
- UPort 1130
- UPort 1130I
- UPort 1150
- UPort 1150I

Signed-off-by: Mathieu OTHACEHE <m.othacehe@gmail.com>
2015-12-28 19:38:10 +01:00
Mauro Carvalho Chehab bbe4917c05 WHENCE: use https://linuxtv.org for LinuxTV URLs
While https was always supported on linuxtv.org, only in
Dec 3 2015 the website is using valid certificates.

As we're planning to drop pure http support on some
future, change the http://linuxtv.org references at firmware/WHENCE
file to point to https://linuxtv.org instead.

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
[bwh: Adjust filename and context for the linux-firmware repository]
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2015-12-07 02:17:20 +00:00
Hua Shao (邵华) 9df5430a3c Add firmware for mt7601u. version 34.
Signed-off-by: Hua Shao <hua.shao@mediatek.com>
[bwh: Add the version to WHENCE]
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2015-12-07 02:09:06 +00:00
Arend van Spriel a109a8ffb6 brcm: add initial firmware for bcm4371 11ac wifi device
Signed-off-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2015-11-27 17:27:55 +00:00
Ben Hutchings 9e3a6d7751 WHENCE: Remove claim that qed and bfa/bna firmware came from kernel source
These have only been included in linux-firmware.git.

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2015-11-26 01:52:46 +00:00
Ben Hutchings c582662f36 WHENCE: Correct filename of qed firmware
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2015-11-26 01:51:33 +00:00
Himanshu Madhani 4957f4b393 qla2xxx: Update firmware version to 8.03.00
Signed-off-by: Himanshu Madhani <himanshu.madhani@qlogic.com>
Signed-off-by: Giridhar Malavali <giridhar.malavali@qlogic.com>
Signed-off-by: Kyle McMartin <kyle@kernel.org>
2015-11-20 11:37:54 -05:00
Yuval Mintz 46e8a24942 bnx2x: Add FW 7.13.1.0.
This adds new FW for bnx2x, which adds the following:
 - Ability to change outer vlan ID for some multi-function modes.
 - FW ability for Geneve RSS classification according to inner headers.
 - Prevent VFs from sending MAC control frames.

Signed-off-by: Yuval Mintz <Yuval.Mintz@qlogic.com>
Signed-off-by: Kyle McMartin <kyle@kernel.org>
2015-11-20 11:35:21 -05:00
Emmanuel Grumbach 7514f28c76 iwlwifi: add new -16 firmware for iwlmvm devices
Revision number: 242414
Build number: WFFW19679_R13

Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
2015-11-18 09:51:46 +02:00
Tedd Ho-Jeong An 1406ec1124 linux-firmware: Update firmware patch for Intel Bluetooth 7265 (C0/D0)
This patch updates the firmware patch for Intel Bluetooth 7265 (C0/D0)
also known as Intel StP C0 and StP D0

C0 Patch Version: 55
D0 Patch Version: 32

Signed-off-by: Tedd Ho-Jeong An <tedd.an@intel.com>
Signed-off-by: Kyle McMartin <kyle@kernel.org>
2015-11-11 16:18:35 -08:00
Sudarsana Kalluru 9d0546a9fe qed: Add FW 8.4.2.0.
This adds the first FW entry to the newly added
Qlogic Ethernet Driver product series.

Signed-off-by: Sudarsana Kalluru <Sudarsana.Kalluru@qlogic.com>
Signed-off-by: Yuval Mintz <Yuval.Mintz@qlogic.com>
Signed-off-by: Kyle McMartin <kyle@kernel.org>
2015-11-11 16:18:29 -08:00
Kyle McMartin bfeee58b50 fix WHENCE, which for some reason became executable...
Signed-off-by: Kyle McMartin <kyle@kernel.org>
2015-11-06 14:19:32 -08:00
Alex Deucher 90d3de6378 radeon/amdgpu: update to latest firmware
Internal commit:
89eb0443c30a5fb06291f922e2f784c01213da2f

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Kyle McMartin <kyle@kernel.org>
2015-11-06 14:15:49 -08:00
Kyle McMartin 3a1c117398 Merge branch 'skl' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/firmware
Signed-off-by: Kyle McMartin <kyle@kernel.org>
2015-11-04 08:42:53 -08:00
Vinod Koul 33a1bc51b6 linux-firmware: add Skylake audio firmware
This adds Skylake audio dsp firmware which will be used in Skylake systems
with adsp enabled.

The version of this firmware release is 8.20.00.669

The md5sum of this firmware binary is 039c718077ea3c3a4253110a0554f422

Signed-off-by: Vinod Koul <vinod.koul@intel.com>
2015-11-04 17:26:40 +05:30
Kalle Valo aa57476f3b ath10k: add notice.txt references to WHENCE
This is to make sure that the notice files get automatically included.

Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Signed-off-by: Kyle McMartin <jkkm@boosh.dhcp.thefacebook.com>
2015-11-03 15:57:52 -08:00
Arend van Spriel d19609d9c8 brcm: adding firmware for BCM4350 PCIe device
This patch adds firmware for the BCM4350 11ac PCIe device.

Signed-off-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: Kyle McMartin <jkkm@boosh.DHCP.thefacebook.com>
2015-11-03 15:57:49 -08:00
Amitkumar Karwar e92f8b3f65 linux-firmware: update Marvell USB8797-B0 firmware image
Version 14.68.29.p49

Signed-off-by: Amitkumar Karwar <akarwar@marvell.com>
Signed-off-by: Cathy Luo <cluo@marvell.com>
Signed-off-by: Frank Huang <frankh@marvell.com>
2015-11-02 06:25:05 -05:00
Amitkumar Karwar 495e89368e linux-firmware: update Marvell 8897-B0 firmware images to 7.p53
SD8897:
    WLAN (SDIO) firmware version: 15.68.7.p53
    Bluetooth (SDIO) firmware version: 15.68.7.p53
    The combo image can be downloaded through either WLAN or
    Bluetooth.

PCIe/USB-8897:
    WLAN (PCIe) firmware version: 15.68.7.p53
    Bluetooth (USB) firmware version: 15.68.7.p53
    The combo image will be downloaded through WLAN only.

Signed-off-by: Amitkumar Karwar <akarwar@marvell.com>
Signed-off-by: Cathy Luo <cluo@marvell.com>
Signed-off-by: Frank Huang <frankh@marvell.com>
2015-11-02 05:45:17 -05:00
Rodrigo Vivi 7dae4d9df0 linux-firmware/i915: Removing old Skylake DMC
This versions has the risk of  "DMC RAM corruption issue"
fixed on 1.23.

So let's remove old version and let only the latest one available
for now.

Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
2015-10-20 10:32:26 -07:00
Rodrigo Vivi 182a82e604 linux-firmware: New minor DMC release for Skylake - ver1_23
Version: 1.23
Date   : 10/19/2015
Notes:
Following additions from ver1.22
1. WA for Palette and DMC RAM corruption issue.

DC 5 and 6 count locations are in the below mentioned offsets - same as ver1.22
DC3_DC5_COUNT                  80030
DC5_DC6_COUNT                  8002C

Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
2015-10-20 10:30:11 -07:00
David Lin 66d3d8d760 Add FW binary used by mwlwifi driver.
Signed-off-by: David Lin <dlin@marvell.com>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2015-10-18 19:28:55 +01:00
Kalle Valo d6255c76ec ath10k: QCA99X0 hw2.0: add firmware 10.4.1.00030-1 and board.bin
Add initial firmware and board files for QCA99X0 hw2.0 family of chipsets.

Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
[bwh: Remove trailing whitespace from notice]
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2015-10-18 19:18:18 +01:00
Kalle Valo 002384aca9 ath10k: QCA6174 hw3.0: add WLAN.RM.2.0-00180-QCARMSWPZ-1
Add initial firmware and board files for QCA6174 hw3.0 family of chipsets.

Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
[bwh: Remove trailing whitespace from notice and convert it to UTF-8]
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2015-10-18 19:18:18 +01:00
Kalle Valo aab28b04bc ath10k: QCA6174 hw2.1: add firmware WLAN.RM.1.1-00141 and board.bin
Add initial firmware and board files for QCA6174 hw2.1 family of chipsets.

Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
[bwh: Remove trailing whitespace from notice and convert it to UTF-8]
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2015-10-18 19:18:05 +01:00
Kalle Valo 371fe038db ath10k: QCA988X hw2.0: add firmware 10.2.4.70.9-2
Add firmware 10.2.4.70.9-2 which uses FW API 5 so use name firmware-5.bin. Keep
firmware-4.bin for backwards compatibility with older ath10k versions.

Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
[bwh: Remove trailing whitespace from notice]
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2015-10-18 18:59:28 +01:00
Kalle Valo a9526824e9 ath10k: QCA988X hw2.0: add board.bin
In commit 40d14143b7 ("ath10k: add firmware 10.2.4.45 as firmware-4.bin") I
forgot to commit board.bin file and that's why it was not included in the
commit even I had added an entry to WHENCE. Add that now.

At the same time also add Version field for firmware-4.bin.

Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2015-10-18 18:58:16 +01:00
Ben Hutchings 162cbfdf9b WHENCE: Summarise several more custom licences as 'Redistributable'
This makes it easier for downstream distributors to check which files
are clearly distributable without unusual restrictions.

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2015-10-18 14:55:38 +01:00