Larry Finger [Tue, 28 Jan 2014 21:30:43 +0000 (15:30 -0600)]
rtlwifi: Add firmware for rtl8192ee
This firmware is for a driver for the Realtek RTL8192EE PCI WIFI device.
It came from a tarball from Realtek named
rtl_92ce_92se_92de_8723ae_88ee_8723be_92ee_linux_mac80211_0017.1224.2013.tar.gz
and is allowed to be distributed under the LICENCE.rtlwifi_firmware.txt license.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Yuval Mintz [Tue, 28 Jan 2014 14:57:41 +0000 (16:57 +0200)]
bnx2x: Update to FW 7.8.19
This new firmware fixes several bugs:
1. HW attention appears and traffic stops when iSCSI firmware tries to
retransmit iSCSI login command when the iSCSI login is carrying data
not aligned to 4-bytes.
2. FCoE traffic fails to run when running in switch-independent multi-function
mode and there's more than one interface supporting FCoE on a given port.
3. While two ports are running FCoE with at least one of them has a function
number (>1) on the same engine in a 4-port device a zeroed CQE is given,
causing FCoE traffic to stop.
This firmware is for a driver for the Realtek 8821AE PCI WIFI device.
It came from a tarball from Realtek named
wifi_driver_8821ae_0018.1129.2013.tar.gz and is allowed to be
distributed under the LICENCE.rtlwifi_firmware.txt license.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Acked-by: Larry Finger <Larry.Finger@lwfinger.net>
[bwh: Fix filename in WHENCE] Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Larry Finger [Fri, 3 Jan 2014 00:42:09 +0000 (18:42 -0600)]
rtlwifi: Add firmware for r8723au
This firmware is for a driver that will soon be submitted to the kernel.
It occurs as data statements in Realtek driver rtl8723A_WiFi_linux_v4.1.3_6044.20121224.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Ben Hutchings [Sun, 19 Jan 2014 23:30:21 +0000 (23:30 +0000)]
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/egrumbach/linux-firmware
Emmanuel Grumbach says:
This is another pull request for another firmware. I am sorry not to
have put this together in the same pull request, but I just didn't know
when that new firmware would come out.
It doesn't replace the older one:
* iwlwifi-{7260,3160}-7.ucode is supported starting from 3.10
* iwlwifi-{7260,3160}-8.ucode is supported starting from 3.13
Tedd Ho-Jeong An [Thu, 14 Nov 2013 01:21:23 +0000 (17:21 -0800)]
linux-firmware: Update Intel Bluetooth devices firmware patch files
This patch updates firmware patch files for following Intel Bluetooth devices:
- Intel Wireless Bluetooth 7260
- Intel Wireless Bluetooth 3160
This patch fixes
- sometimes device doesn't response to HCI_reset after multiple reboot
- issue with HCI stress testing
- issue with some multi profile cases
Signed-off-by: Tedd Ho-Jeong An <tedd.an@intel.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Solomon Peachy [Wed, 13 Nov 2013 01:36:25 +0000 (20:36 -0500)]
firmware: cw1200: Add firmware for the ST-E CW1200 WLAN chipset.
This firmware file supports rev 2.2 of the CW1100/CW1200 family.
Signed-off-by: Jean Philippe PERRIN <j.p.perrin@st.com> Signed-off-by: Solomon Peachy <pizza@shaftnet.org> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Ben Hutchings [Wed, 11 Dec 2013 05:10:59 +0000 (05:10 +0000)]
emi62: Provide the correct bitstream
Commit b8e24bfabb03 ('emi62: use request_firmware()') made
emi62/bitstream.HEX a copy of emi26/bitstream.HEX. Re-do the
conversion from drivers/usb/misc/emi62_fw_{m,s}.h (these headers
contained the same bitstream but different firmware).
Larry Finger [Tue, 8 Oct 2013 23:28:25 +0000 (18:28 -0500)]
rtlwifi: Add new firmware files for rtl8188eu
The vendor driver RTL8188EUS_linux_v4.1.4_6773.20130222 contains
firmware in the form of data statements. This info has been extracted
into a binary file.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Larry Finger [Tue, 8 Oct 2013 23:27:23 +0000 (18:27 -0500)]
rtlwifi: Add new firmware files for rtl8192cu
The vendor driver rtl8188C_8192C_8192D_usb_linux_v3.4.2_3727.20120404
includes new firmware files. These were extracted from data statements
in that driver to form these files.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
brcm: rename firmware names expressing host interface type
The firmware name used in brcmfmac for SDIO devices was named
generically as brcmfmac-sdio.bin. To use the brcmfmac SDIO driver
the user had to copy the appropriate firmware to brcmfmac-sdio.bin.
This turned out to be inconvenient for developers switching different
devices on their system so brcmfmac was changed to use chip specific
filenames according format brcmfmac<chipid>-sdio.bin. This patch renames
the existing SDIO firmware files to match this format.
Signed-off-by: Arend van Spriel <arend@broadcom.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
cw1200: Add SDD file for the Sagrad SG901-1091/1098 WLAN modules.
Sagrad has granted permission to redistribute this file, which contains
calibration and initialization tables for for their WLAN modules.
Please note that the cw1200 driver still requires firmware files, which
are separately licensed by ST-E. When (if?) explicit permission is
obtained to redistribute the firmware, it will be added.
Signed-off-by: Solomon Peachy <pizza@shaftnet.org> Signed-off-by: Adam Harriman <adam@sagrad.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Andrew Lunn [Thu, 5 Sep 2013 11:12:15 +0000 (13:12 +0200)]
moxa: Fix firmware file names.
Too many decimal to hex converstions of the USB product ID resulted in
the firmware files having the wrong name. Rename them, and update the
WHENCE file with the new names.
Signed-off-by: Sherry Hurwitz <sherry.hurwitz@amd.com> Signed-off-by: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
[bwh: Include version in WHENCE and GPG signatures as separate files] Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Ben Hutchings [Thu, 30 May 2013 00:09:09 +0000 (01:09 +0100)]
Merge branch 'go7007' of git://linuxtv.org/hverkuil/linux-firmware
Hans Verkuil says:
The go7007 staging driver has been substantially overhauled for kernel 3.10.
As part of that process the firmware situation has been improved as well.
While Micronas allowed the firmware to be redistributed, it was never made
part of linux-firmware. Only the firmwares for the Sensoray S2250 were added
in the past, but those need the go7007*.bin firmwares as well to work.
This pull request collects all the firmwares necessary to support all the
go7007 devices into the go7007 directory. With this change the go7007 driver
will work out-of-the-box starting with kernel 3.10.
Kevin Cernekee [Fri, 24 May 2013 07:53:10 +0000 (00:53 -0700)]
rp2: Initial commit of Comtrol RocketPort 2 microcode
This is used by drivers/tty/serial/rp2.c.
Signed-off-by: Kevin Cernekee <cernekee@gmail.com> Signed-off-by: Grant Edwards <grant.edwards@comtrol.com> Signed-off-by: Nick Thompson <nick.thompson@comtrol.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Hans Verkuil [Sun, 17 Mar 2013 09:14:39 +0000 (10:14 +0100)]
Add go7007 firmware.
The go7007 staging driver has been overhauled and is now in decent shape. As
part of that work all related firmware files were collected into one place
(the /lib/firmware/go7007 directory) and the .hex firmwares were converted
into a binary format to make it easy to load for the kernel. It's now time
to add the firmware files here to get full support for this driver.
The original firmware came from Micronas. The initial driver package from
them can be found here:
Luciano Coelho [Wed, 28 Nov 2012 13:00:20 +0000 (15:00 +0200)]
wl18xx: add version 2 of the wl18xx firmware
There is a new API in the latest version of the wl18xx firmware. Add
the new firmware with a new filename (wl18xx-fw-2.bin), which
corresponds to firmware revision 8.5.0.0.55.
Dmitry Kravkov [Wed, 27 Feb 2013 19:24:07 +0000 (21:24 +0200)]
bnx2x: update fw to 7.8.17
This new firmware includes the following changes:
1. Several corner case bugs in iSCSI code.
2. Fixes for FCoE including support for 3PAR targets.
3. Fixes for SR-IOV behaviour including:
a. Remove FW assert erroneously triggered during FLR.
b. Several fixes in FLR flow.
c. Prevent VF crash when packet bigger than MTU arrives.
d. Improve security against malicious VF.
4. Added CSUM and TSO support for encapsulation protocols.
5. Added RSS capability for GRE traffic based on inner headers.
6. Added FCoE support for 4-port 57840 devices.
v4l-cx23885-enc.fw is a duplicate of v4l-cx23885-avcore-01.fw, but
should contain code for a different part of the chip. Unfortunately
the correct code does not seem to be available for redistribution.
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
linux-firmware: Increment ap firmware API for mwl8k 8366 chip
Set new API to 3 which adds following new features in the fw
a) Add support for additional ampdu streams
b) Handle corresponding watchdog events to destroy ampdu streams
The new firmware version is 5.2.8.16
v2: Added new fw file in WHENCE
Suggested by Ben Hutchings <ben@decadent.org.uk>
Lubomir Rintel [Wed, 16 Jan 2013 01:28:09 +0000 (02:28 +0100)]
Move sd8688*.bin images into mrvl/ tree
They are (unlike rest of sd8xxx images from libertas/ and mrvl/) not Libertas
WiFi specific and are used for the bluetooth controller (btmrvl) which does not
look for them in libertas/.
Provide a compatibility symbolic link to avoid breaking libertas_sdio drivers
that are already in use.
There is no need to explicitly add a checksum, as the miniboot tool
normally does this for us. I can't reproduce the behaviour where the
checksum was omitted.
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Piotr Haber [Fri, 30 Nov 2012 21:18:37 +0000 (22:18 +0100)]
brcm: new firmware version for brcmsmac
This version adds ucode support for bcm4313 iPA variant.
Signed-off-by: Piotr Haber <phaber@broadcom.com> Signed-off-by: Arend van Spriel <arend@broadcom.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Arun Kumar K [Wed, 28 Nov 2012 12:13:06 +0000 (17:43 +0530)]
s5p-mfc: Adding firmware files for Samsung MFC device driver
Multi format codec (MFC) is the IP present in Samsung Exynos
series SoCs for video encoding/decoding operations.
Two firmware files are added -
s5p-mfc.fw - For v5 firmware used in Exynos4 series
s5p-mfc-v6.fw - For v6 firmware used in Exynos5 series
Signed-off-by: Arun Kumar K <arun.kk@samsung.com>
[bwh: Include subdirectory name in WHENCE] Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Pontus Fuchs [Tue, 20 Nov 2012 21:11:12 +0000 (22:11 +0100)]
ar5523: Add firmware for new driver
AR5523 is a USB Wifi chipset that was popular circa 2005.
Better late then never.
Acked-by: Luis R. Rodriguez <mcgrof@qca.qualcomm.com> Signed-off-by: Pontus Fuchs <pontus.fuchs@gmail.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>