aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-04-15linux-firmware: Add firmware files for Creative CA0132 HD-audio codecHEADca0132-fw-v2masterIan Minett4-0/+59
The recent snd-hda-codec-ca0132 driver supports the external firmware blobs since 3.9. The firmware files are copied from alsa-firmware 1.0.27 release. Signed-off-by: Ian Minett <ian_minett@creativelabs.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
2013-04-08netxen_nic: Add FTP location of phanfw.bin in WHENCE fileShahed Shaikh1-0/+2
Signed-off-by: Shahed Shaikh <shahed.shaikh@qlogic.com>
2013-04-08netxen_nic: Update QLogic phanfw.bin to version 4.0.590Shahed Shaikh3-2/+2
Signed-off-by: Shahed Shaikh <shahed.shaikh@qlogic.com>
2013-03-09linux-firmware: Add firmware for mwl8k 8764 chipYogesh Ashok Powar2-0/+3
The new firmware version is 7.4.0.9, API is 1. Signed-off-by: Nishant Sarmukadam <nishants@marvell.com> Signed-off-by: Yogesh Ashok Powar <yogeshp@marvell.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2013-03-09tg3: Add EEE support firmware for 57766 cardsNithin Nayak Sujir2-1/+2
57766 devices with no nvram need a service patch firmware for the boot code to support EEE. This patch adds the fw. Signed-off-by: Nithin Nayak Sujir <nsujir@broadcom.com> Signed-off-by: Michael Chan <mchan@broadcom.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2013-03-09bnx2x: update fw to 7.8.17Dmitry Kravkov4-0/+3
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. Signed-off-by: Dmitry Kravkov <dmitry@broadcom.com> Signed-off-by: Ariel Elior <ariele@broadcom.com> Signed-off-by: Eilon Greenstein <eilong@broadcom.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2013-02-24cx231xx/cx23885: Remove incorrect Conexant CX23885 firmwareBen Hutchings1-0/+0
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>
2013-02-18linux-firmware: Increment ap firmware API for mwl8k 8366 chipYogesh Ashok Powar2-1/+3
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> Signed-off-by: Nishant Sarmukadam <nishants@marvell.com> Signed-off-by: Yogesh Ashok Powar <yogeshp@marvell.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2013-02-18linux-firmware: update Marvell SD8797-B0 firmware imageBing Zhao2-1/+1
Version 14.66.11.p151 Signed-off-by: Bing Zhao <bzhao@marvell.com> Signed-off-by: Frank Huang <frankh@marvell.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2013-02-18linux-firmware: add Marvell SD8797-B0 firmware imageBing Zhao2-0/+3
Version 14.66.11.p100 Signed-off-by: Bing Zhao <bzhao@marvell.com> Signed-off-by: Frank Huang <frankh@marvell.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2013-02-18rtl_nic: update firmware for RTL8168GHayes Wang2-0/+3
File: rtl_nic/rtl8168g-2.fw Version: 0.0.1 This firmware supports new fw setting mothod for linux kernel. Add MAC OCP settings for: -phy reset -PXE in ALDPS -pwron sequence -OBFF Signed-off-by: Hayes Wang <hayeswang@realtek.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2013-02-18Merge branch 'sd8688-move' of git://github.com/lkundrak/linux-firmwareBen Hutchings5-2/+2
2013-01-27Move sd8688*.bin images into mrvl/ treeLubomir Rintel5-2/+2
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. Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
2013-01-21rtlwifi/rtl8188ee: Add firmware for new driverLarry Finger2-0/+8
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2013-01-17Revert "carl9170: Add checksum during installation, as preferred by the driver"Ben Hutchings1-2/+0
This reverts commit 27bfb9d84640bfbd2776eaa7136b164bd3881700. 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>
2013-01-14carl9170: Install binary in the parent directory, not /lib/firmwareBen Hutchings1-2/+2
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2013-01-14carl9170: Add checksum during installation, as preferred by the driverBen Hutchings1-0/+2
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2013-01-14carl9170: Add and check SHA-256 sums for the toolchain tarballsBen Hutchings2-0/+14
The sums for binutils and gcc are based on an HTTPS download (instead of the default HTTP). newlib doesn't seem to be available with any kind of signature, so I compared a tarball and CVS checkout; let's hope they weren't both compromised. Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2013-01-14carl9170: Fix minimum CMake versionBen Hutchings1-0/+2
The CMAKE_CURRENT_LIST_DIR command was added in version 2.8.4. Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2013-01-14carl9170: Add full licence texts to BSD-licenced CMake filesBen Hutchings5-28/+101
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2013-01-14linux-firmware: add carl9170 firmwareXose Vazquez Perez113-0/+26232
GPLv2 firmware for carl9170, Atheros AR9170 802.11 draft-n USB driver. Cc: Christian Lamparter <chunkeey@googlemail.com> Cc: David Woodhouse <dwmw2@infradead.org> Cc: Ben Hutchings <ben@decadent.org.uk> Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2012-12-25Merge branch 'for_upstream' of git://git.qlogic.com/linux-firmwareBen Hutchings3-3/+3
2012-12-14qla2xxx: Update qla2xxx firmware FTP site in WHENCE file.Chad Dupuis1-1/+1
Signed-off-by: Chad Dupuis <chad.dupuis@qlogic.com>
2012-12-14qla2xxx: Update ql2500_fw.bin to version 5.08.00.Chad Dupuis2-1/+1
Signed-off-by: Chad Dupuis <chad.dupuis@qlogic.com>
2012-12-14qla2xxx: Update ql2400_fw.bin to version 5.08.00.Chad Dupuis2-1/+1
Signed-off-by: Chad Dupuis <chad.dupuis@qlogic.com>
2012-12-03brcm: new firmware version for brcmsmacPiotr Haber3-0/+1
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>
2012-12-03linux-firmware: add Marvell USB8797-B0 firmware imageBing Zhao2-0/+3
Version 14.69.11.p179 This is for Marvell Avastar 88W8797 Rev B0 combo chip with USB interfaces for both WLAN and Bluetooth. Signed-off-by: Bing Zhao <bzhao@marvell.com> Signed-off-by: Frank Huang <frankh@marvell.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2012-12-03s5p-mfc: Adding firmware files for Samsung MFC device driverArun Kumar K3-0/+17
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>
2012-12-03ar5523: Add firmware for new driverPontus Fuchs2-0/+8
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>
2012-12-03Update patch and syscfg files for QCA9564.Peng Chen2-0/+0
Signed-off-by: Peng Chen <pengchen@qca.qualcomm.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2012-10-30rtl_nic: update firmware for RTL8168GHayes Wang2-1/+1
File: rtl_nic/rtl8168g-1.fw Version: 0.0.3 Signed-off-by: Hayes Wang <hayeswang@realtek.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2012-09-26cxgb4: update firmware to revision 1.6.2.0Divy Le Ray4-2/+2
Signed-off-by: Divy Le Ray <divy@chelsio.com>
2012-09-24bnx2x: update fw to 7.8.2Yuval Mintz4-0/+3
This new firmware fixes several minor bugs: 1. In switch dependent mode, DCB priority was used to override inner vlan priority. 2. In switch dependent mode, inner vlan was added in case of DCB priority even if outer vlan was present. 3. In switch dependent mode, outer vlan was overridden by DCB priority when working in STATIC COS mode while inner vlan was present. 4. iSCSI - under heavy iSCSI traffic, when TCP out-of-order condition occurred, it was possible for the connection to close and recover. 5. iSCSI - connections on-chip TCP establishment might have failed. 6. iSCSI - out-of-order isles might have caused on-chip TCP connections to fail in their graceful termination. 7. iSCSI - there was a theoretical race in which an RST packet sent from pure-ack queue in specific timing could cause a credit-return overflow. 8. iSCSI - not all packets were completed on a forward channel. 9. DCB - fixed for 4-port devices; Until now, wrong credit counters were used, causing dcb to fail. 10. Fixed false parity reported in CAM memories when operating near -5% on the 1.0V core supply. 11. ETS default settings are set to fairness between traffic classes (rather than strict priority), and uses the same chip receive buffer configuration for both PFC and pause. Signed-off-by: Yuval Mintz <yuvalmin@broadcom.com> Signed-off-by: Ariel Elior <ariele@broadcom.com> Signed-off-by: Eilon Goldstein <eilong@broadcom.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2012-09-24Merge branch 'for_nic_upstream' of git://git.qlogic.com/linux-firmwareBen Hutchings3-2/+2
2012-09-20rtlwifi/rtl8712u Revert firmwareLarry Finger2-1/+2
Although the newest firmware for the RTL8192SU, which is found in vendor driver rtl8188C_8192C_8192D_usb_linux_v3.4.2_3727.20120404, works with most devices, it causes drops of the wireless connection for the ASUS WL-167G V3 (USB ID 0b05:1791), the D-Link DWA131 (07d1:3303), and probably others. Tests show that the firmware from vendor driver rtl8712_8188_8191_8192SU_usb_linux_v7_0.20100831 works better. This commerts reverts to that older firmware. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2012-09-20Update rampatch file for AR9462.Peng Chen1-0/+0
Signed-off-by: Peng Chen <pengchen@qca.qualcomm.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2012-09-19netxen_nic: Update QLogic phanfw.bin to version 4.0.588Shahed Shaikh3-2/+2
Signed-off-by: Shahed Shaikh <shahed.shaikh@qlogic.com>
2012-09-09Merge branch 'master' of git://dev.laptop.org/users/dsd/linux-firmwareBen Hutchings3-3/+3
2012-09-09rtlwifi/rtl8723e: Add firmware for new driverLarry Finger3-0/+10
The driver and firmware are new additions to the rtlwifi family of drivers. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2012-09-09linux-firmware: ath6k: add firmware for AR6004 hw1.3Ray Chen3-0/+2
Signed-off-by: Ray Chen <raychen@qca.qualcomm.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2012-08-30Marvell SD8787: update to v14.66.9.p96Daniel Drake2-3/+3
New version. Submitted with permission from Marvell. Signed-off-by: Daniel Drake <dsd@laptop.org>
2012-08-30Marvell SD8686: update to v9.70.20.p0Daniel Drake1-0/+0
The existing version in the tree was v9.70.3.p36. The WHENCE file is still correct; this came from Marvell extranet, and is available under the same license. Signed-off-by: Daniel Drake <dsd@laptop.org>
2012-08-16iwlwifi: update firmware for 6205Johannes Berg2-0/+3
version 18.168.6.1 This adds support for WoWLAN and P2P, both of which are still experimental in the driver. Signed-off-by: Johannes Berg <johannes.berg@intel.com> [bwh: Do not remove the previous version] Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2012-07-19Add syscfg (different frequency) and patch for AR3002 2.2.1.Peng Chen4-0/+3
Signed-off-by: Peng Chen <pengchen@qca.qualcomm.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2012-07-19brcm: add bcm4334 firmware for brcmfmacFranky Lin2-1/+2
This is the initial version of bcm4334 SDIO interface firmware for brcmfmac. Signed-off-by: Franky Lin <frankyl@broadcom.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2012-07-19r8712u: Update to latest firmwareLarry Finger2-1/+1
A new firmware file is used in the vendor driver with name/version rtl8188C_8192C_8192D_usb_linux_v3.4.2_3727.20120404. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2012-07-19rtl_nic: update firmware for RTL8168GHayes Wang2-1/+1
File: rtl_nic/rtl8168g-1.fw Version: 0.0.2 Change the ocp_base of linux driver to OCP_STD_PHY_BASE after setting firmware. The firmware would modify the ocp_base, and that results the driver uses the wrong ocp_base to access standard phy after setting firmware. Signed-off-by: Hayes Wang <hayeswang@realtek.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2012-07-19Add syscfg and patch files for AR3002 2.2.1Peng Chen3-0/+31
Signed-off-by: Peng Chen <pengchen@qca.qualcomm.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2012-07-10rtl_nic: add new firmware for RTL8168GHayes Wang2-0/+3
File: rtl_nic/rtl8168g-1.fw Version: 0.0.1 Signed-off-by: Hayes Wang <hayeswang@realtek.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2012-07-10rtl_nic: add new firmware for RTL8106EHayes Wang2-0/+3
File: rtl_nic/rtl8106e-1.fw Version: 0.0.1 Signed-off-by: Hayes Wang <hayeswang@realtek.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2012-07-10rtl_nic: update firmware for RTL8411Hayes Wang2-1/+1
File: rtl_nic/rtl8411-1.fw Version: 0.0.3 Signed-off-by: Hayes Wang <hayeswang@realtek.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2012-07-10rtl_nic: update firmware for RTL8168FHayes Wang2-1/+1
File: rtl_nic/rtl8168f-1.fw Version: 0.0.5 Signed-off-by: Hayes Wang <hayeswang@realtek.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2012-07-10ar3k: add patch and sysconfig for Qualcomm Atheros AR9462Costa Yao3-0/+2
add patch and sysconfig for Qualcomm Atheros AR9462 Signed-off-by: Costa Yao <cqyao@qca.qualcomm.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2012-07-09rtlwifi: rtl8192ce: rtl8192se: rtl8192de: Update to ↵Larry Finger5-0/+4
rtl_92ce_92se_92de_linux_mac80211_0004.0816.2011 driver Realtek driver rtl_92ce_92se_92de_linux_mac80211_0004.0816.2011 introduced new versions of the firmware for rtl8192se, and rtl8192de. It also adds new firmware for new cuts of the RTL8192CE chips. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2012-07-08WHENCE: Move version strings from Info to Version fieldsBen Hutchings1-35/+42
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2012-07-08WHENCE: Move informational text from File to Info fieldsBen Hutchings1-9/+18
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2012-06-30Merge branch 'linux-firmware' of git://github.com/TI-OpenLink/firmwaresBen Hutchings8-2/+27
2012-06-30wl18xx: add firmware for WiLink8 WLAN chipsLuciano Coelho2-2/+15
This new firmware is used with the new wl18xx driver that has been recently added in the Linux kernel. It will be part of Linux v3.6. This new firmware's version is 8.2.0.0.100. Signed-off-by: Luciano Coelho <coelho@ti.com>
2012-06-27wl127x/wl128x: add new firmware series as version 5Luciano Coelho7-0/+12
There are some changes in the newer firmware versions that are not backwards compatible with older versions of the driver. Starting on Linux 3.6, we will need these new versions. The new versions are X.3.10.2.115 for single-role and X.5.7.0.27 for multi-role. Signed-off-by: Luciano Coelho <coelho@ti.com>
2012-06-15Merge branch 'for-upstream' of git://git.chelsio.net/pub/git/linux-firmwareBen Hutchings4-2/+2
2012-06-15rt2800pci:Firmware update v1Woody Hung2-1/+3
Update firmwrae that support the rt3290 chip. Signed-off-by: Woody Hung <Woody.Hung@mediatek.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2012-06-12cxgb4: update firmware to revision 1.4.23.0Divy Le Ray4-2/+2
Signed-off-by: Divy Le Ray <divy@chelsio.com>
2012-05-25build: Implement minimal GNOME Build APIColin Walters2-0/+16
One more step on the road to entirely eliminating the concept of packages. I adapted the installation rules from the Fedora spec file. They should clearly be less lame, but to do so we'd need more formal rules about which files should be installed. Maybe just limit it to things ending in ".bin" or ".fw"? See http://people.gnome.org/~walters/docs/build-api.txt Signed-off-by: Colin Walters <walters@verbum.org> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2012-05-16Merge branch 'for_upstream' of git://git.qlogic.com/linux-firmwareBen Hutchings5-4/+4
2012-05-16ar3k: add patch and sysconfig for QCA9564(Aphrodite)Costa Yao3-0/+2
add patch and sysconfig for Qualcomm Atheros QCA9564 Signed-off-by: Costa Yao <cqyao@qca.qualcomm.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2012-05-16linux-firmware: add READMEXose Vazquez Perez1-0/+38
basic info about how to submit files or patches. Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2012-05-02radeon: add new firmware for SI and TNAlex Deucher20-3/+21
This add firmware for the HD7xxx asics code- named Southern Islands and the trinity APU code- named Aruba. It also updates the dates on the license info. Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2012-04-27qla2xxx: Update ql2500_fw.bin to version 5.06.05.Chad Dupuis2-1/+1
Signed-off-by: Chad Dupuis <chad.dupuis@qlogic.com>
2012-04-27qla2xxx: Update ql2400_fw.bin to version 5.06.05.Chad Dupuis2-1/+1
Signed-off-by: Chad Dupuis <chad.dupuis@qlogic.com>
2012-04-27qla2xxx: Update ql2322_fw.bin to version 3.03.28.Chad Dupuis2-1/+1
Signed-off-by: Chad Dupuis <chad.dupuis@qlogic.com>
2012-04-27qla2xxx: Update ql2300_fw.bin to version 3.03.28.Chad Dupuis2-1/+1
Signed-off-by: Chad Dupuis <chad.dupuis@qlogic.com>
2012-04-21Remove unused 'mwl8335_duplex.fw'Ben Hutchings1-0/+0
This blob comes from the out-of-tree mwl8335 driver. It was intended that the driver would be cleaned up and added to mainline Linux, and would use this external firmware file. Unfortunately that has not been done and the file is redundant. Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2012-04-20bnx2x: adding fw 7.2.51Barak Witkowski4-0/+3
This new FW adds support in AFEX mode (multifunction using vntag header). It also fixes following issues: 1. Theoretical bug in GRO acceleration (only if the GRO Segment Length is a multiple of the SGE Size). This will allow removing the workaround from the driver. 2. When a TPA aggregation is open and a packet is accepted with timestamp OOO, the new packet begins a new aggregation instead of being indicated separately. Signed-off-by: Barak Witkowski <barak@broadcom.com> Signed-off-by: Eilon Greenstein <eilong@broadcom.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2012-04-16WHENCE: List each file on its own lineBen Hutchings1-1/+3
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2012-04-16WHENCE: Add currently undocumented firmware filesBen Hutchings1-0/+11
bnx2/bnx2-mips-09-5.0.0.j15.fw and cxgb3/t3fw-7.10.0.bin were added by the respective maintainers, so assume the same licence as for other versions of the firmware. mts_mt9234mu.fw and mts_mt9234zba.fw were added by a user, apparently with permission from the vendor but without any licence specified, so treat them as unknown for now. Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2012-04-16Add missing : in WHENCE filePascal Terjan1-1/+1
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2012-04-16WHENCE: Delete ath6kl's references to directories and non-existent filesBen Hutchings1-13/+0
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2012-04-16WHENCE: Fix ti-connectivity firmware filenamesBen Hutchings1-20/+20
All filenames must be specified relative to the repository root. Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2012-04-16linux-firmware: ath6k: add firmware for AR6004 hw1.2Kalle Valo3-0/+4
AR6004 only needs fw-2.bin and currently there's just one board file (bdata.bin). Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2012-04-16linux-firmware: ath6k: add AR6003 hw2.1.1 firmware version 3.2.0.144Kalle Valo2-0/+1
As there are ABI changes increase the API version to 3 and firmware file is named fw-3.bin. Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2012-04-02Merge branch 'linux-firmware' of git://github.com/TI-OpenLink/firmwaresBen Hutchings8-158/+69
2012-04-02rtl_nic: update firmware for RTL8411Hayes Wang2-1/+1
Updated firmware with stability fixes. Version: 0.0.2 Signed-off-by: Hayes Wang <hayeswang@realtek.com>
2012-04-02rtl_nic: update firmware for RTL8111FHayes Wang3-2/+2
Updated firmware with stability fixes. 1. rtl_nic/rtl8168f-1.fw Version: 0.0.4 1. rtl_nic/rtl8168f-2.fw Version: 0.0.4 Signed-off-by: Hayes Wang <hayeswang@realtek.com>
2012-04-02rtl_nic: update firmware for RTL8111E-VLHayes Wang2-1/+1
Updated firmware with stability fixes. Version: 0.0.4 Signed-off-by: Hayes Wang <hayeswang@realtek.com>
2012-02-22linux-firmware: ti-connectivity: update wl12xx firmwaresLuciano Coelho7-0/+12
The latest wl12xx driver version now requires a new firmware type with a different ABI. This patch adds the corresponding 6 firmware binaries. Three for wl127x and three for wl128x. Each set contains one firmware for single-role, one firmware for multi-role and one firmware for production testing and calibration. Signed-off-by: Luciano Coelho <coelho@ti.com>
2012-02-22linux-firmware: ti-connectivity: change fw version info to new styleLuciano Coelho1-18/+22
Use the new standard of having a Version field below each firmware filename instead of having a separate list. Additionally improve the NVS file description. Signed-off-by: Luciano Coelho <coelho@ti.com>
2012-02-22linux-firmware: update ti-connectivity licenceLuciano Coelho1-140/+35
Update the licence file for Texas Instruments connectivity binaries. Signed-off-by: Luciano Coelho <coelho@ti.com>
2012-02-19usbdux: Add usbduxsigma firmwareBernd Porr6-21/+1246
This adds the missing firmware for usbduxsigma. The driver is already part of the kernel 3.2. The firware was submitted with the initial driver submission but probably got lost when the kernel.org was attacked. Added usbduxsigma to the list of files in WHENCE Signed-off-by: Bernd Porr <berndporr@f2s.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2012-02-19Remove execute permissions from various blobsBen Hutchings5-0/+0
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2012-02-19bnx2x: adding fw 7.2.16Barak Witkowski4-0/+3
This new FW adds the ability to aggregate packets for GRO (and not just LRO) and also fixes some bugs. Please consider adding it to the FW tree: 1. Added new aggregation mode: GRO. In this mode packets are aggregated such that the original packets can be reconstructed by the O/S. 2. 57712 HW bug workaround - initialized all CAM TM registers to 0x32. 3. Adding the FCoE statistics structures to the BNX2X HSI. 4. Wrong configuration of TX HW input buffer size may cause theoretical performance effect. Performed configuration fix. 5. FCOE - Arrival of packets beyond task IO size can lead to crash. Fix firmware data-in flow. 6. iSCSI - In rare cases of on-chip termination the graceful termination timer hangs, and the termination doesn't complete. Firmware fix to MSL timer tolerance. 7. iSCSI - Chip hangs when target sends FIN out-of-order or with isles open at the initiator side. Firmware implementation corrected to drop FIN received out-of-order or with isles still open. 8. iSCSI - Chip hangs when in case of retransmission not aligned to 4-bytes from the beginning of iSCSI PDU. Firmware implementation corrected to support arbitrary aligned retransmissions. 9. iSCSI - Arrival of target-initiated NOP-IN during intense ISCSI traffic might lead to crash. Firmware fix to relevant flow. Signed-off-by: Barak Witkowski <barak@broadcom.com> Signed-off-by: Eilon Greenstein <eilong@broadcom.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2012-02-19cxgb4: Delete unused file cxgb4/t4fw-1.3.10.0.binBen Hutchings2-1/+0
There doesn't appear to be any driver version that will request the file "cxgb4/t4fw-1.3.10.0.bin". The current version requests "cxgb4/t4fw.bin" which remains as a symlink. Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2012-02-15linux-firmware: update cxgb3 driver firmware to revision 7.12.0Divy Le Ray2-0/+1
Signed-off-by: Divy Le Ray <divy@chelsio.com>
2012-02-15linux-firmware: add t4fw-1.4.16.0.bin firmware for cxgb4 driver.Divy Le Ray3-1/+2
Update t4fw.bin symlink to point the the latest firmware. Signed-off-by: Divy Le Ray <divy@chelsio.com>
2012-02-15linux-firmware: rename t4fw.binDivy Le Ray3-1/+1
Suffix the FW file name with its version number. The cxgb4 driver looks up t4fw.bin, so add this file as a symlink. Signed-off-by: Divy Le Ray <divy@chelsio.com>
2012-02-11linux-firmware: brcm: add firmware for bcm43236 usb deviceArend van Spriel2-0/+1
The brcmfmac driver located in drivers/net/wireless/brcm80211 has been extended with support for USB devices. This patch adds firmware for the bcm43236 device. Signed-off-by: Arend van Spriel <arend@broadcom.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2012-02-11linux-firmware: brcm: remove nvram file for bcm4329 development boardFranky Lin2-95/+0
The nvram file contains configuration info for firmware which varies with different hardware designs. The version currently in the repository is for a Broadcom-internal development board that is not available on the market. This file is not applicable for any exsisting end-user product. Users should use the nvram file that was shipped with their device to avoid unexpected or incorrect behavior. Remove the file from repository to avoid confusion. Signed-off-by: Franky Lin <frankyl@broadcom.com> Signed-off-by: Arend van Spriel <arend@broadcom.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2012-02-11linux-firmware: brcm: add bcm4330 firmware for brcmfmacFranky Lin2-0/+1
This is the initial version of bcm4330 firmware of brcmfmac Signed-off-by: Franky Lin <frankyl@broadcom.com> Signed-off-by: Arend van Spriel <arend@broadcom.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2012-02-11linux-firmware: brcm: add new bcm4329 firmware for brcmfmacFranky Lin2-0/+1
This patch adds new version of bcm4329 firmware image for brcmfmac from 3.3 or later kernel. Signed-off-by: Franky Lin <frankyl@broadcom.com> Signed-off-by: Arend van Spriel <arend@broadcom.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2012-01-25Update licence text for iwlwifi firmwareBen Hutchings1-1/+1
Just an extension of the copyright dates. Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2012-01-23iwlwifi: add new firmware for 6000g2b devicesTim Gardner2-0/+3
http://intellinuxwireless.org/iwlwifi/downloads/iwlwifi-6000g2b-ucode-18.168.6.1.tgz Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
2012-01-23iwlwifi: add new firmware for 2030 devicesTim Gardner2-0/+3
http://intellinuxwireless.org/iwlwifi/downloads/iwlwifi-2030-ucode-18.168.6.1.tgz Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
2012-01-23iwlwifi: add new firmware for 2000 devicesTim Gardner2-0/+3
http://intellinuxwireless.org/iwlwifi/downloads/iwlwifi-2000-ucode-18.168.6.1.tgz Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
2012-01-23iwlwifi: add new firmware for 135 devciesTim Gardner2-0/+6
http://intellinuxwireless.org/iwlwifi/downloads/iwlwifi-135-ucode-18.168.6.1.tgz Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
2012-01-23iwlwifi: add new firmware for 105 devicesTim Gardner1-0/+0
http://intellinuxwireless.org/iwlwifi/downloads/iwlwifi-105-ucode-18.168.6.1.tgz Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
2012-01-05firmware/isci: update to oem parameter format v1.3Dan Williams5-32/+125
v1.1 allows finer grained tuning of the SSC (spread-spectrum-clocking) settings for SAS and SATA. See notes in probe_roms.h v1.3 allows the attenuation of the attached cables to be specified to the driver in terms of 'short', 'medium', and 'long' (see probe_roms.h). These settings (per phy) are retrieved from the platform oem-parameters (BIOS rom), the fallback firmware blob, or via a module parameter override. Signed-off-by: Dan Williams <dan.j.williams@intel.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2012-01-04cis: Add makefile for building CIS files from text formatBen Hutchings1-0/+14
Most of the CIS files come from the pcmcia-cs project and are built from a text format using the pack_cis tool. In pcmcia-cs 3.2.8, apparently the last release, pack_cis had some bugs that are fatal when it is built with a current gcc and glibc. Therefore I refer to my own repackaged version that runs successfully and generates exactly the same binaries included here. Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2011-12-29isci: Add firmware blob and sourcesBen Hutchings7-0/+495
isci requires a parameter blob which is usually found in NVRAM, but it can fall back to loading with request_firmware(). These files are taken from the Linux source tree where they were wrongly added in Linux 3.0. Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2011-12-26linux-firmware: bnx2: Update mips firmware to fix iSCSI problemsMichael Chan3-0/+2
New firmware fixes iSCSI problems with some LeftHand targets that don't set TTT=0xffffffff for Data-In according to spec. Firmware generates exception warnings for this condition and becomes very slow. This is fixed by suppressing these warnings when using default error mask. Signed-off-by: Michael Chan <mchan@broadcom.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2011-12-17bnx2x: Update firmware to 6.2.9Dmitry Kravkov4-0/+3
To fix bugs when running offloaded FCoE/iSCSI traffic in multiple Class of Service environments. In some scenarios, traffic could stop on certain rings and eventually all traffic would stop. Signed-off-by: Dmitry Kravkov <dmitry@broadcom.com> Signed-off-by: Michael Chan <mchan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net> [bwh: Export the blobs to linux-firmware; keep the previous versions]
2011-12-17WHENCE: bnx2x: Add the version 6.x.y filesBen Hutchings1-0/+6
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2011-12-17bnx2x: replace FW to 6.2.5Vladislav Zolotarov3-0/+0
Includes FCoE releated fixes in FW flows Signed-off-by: Dmitry Kravkov <dmitry@broadcom.com> Signed-off-by: Eilon Greenstein <eilong@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net> [bwh: Export the blobs to linux-firmware]
2011-12-17bnx2x: Add 57712 supportDmitry Kravkov1-0/+0
57712 HW supported with same set of features as for 57710/57711 Signed-off-by: Dmitry Kravkov <dmitry@broadcom.com> Signed-off-by: Eilon Greenstein <eilong@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net> [bwh: Export the blob to linux-firmware]
2011-12-17bnx2x, cnic, bnx2i: use new FW/HSIDmitry Kravkov2-0/+0
This is the new FW HSI blob and the relevant definitions without logic changes. It also included code adaptation for new HSI. New features are not enabled. New FW/HSI includes: - Support for 57712 HW - Future support for VF (not used) - Improvements in FW interrupts scheme - FW FCoE hooks (stubs for future usage) Signed-off-by: Dmitry Kravkov <dmitry@broadcom.com> Signed-off-by: Michael Chan <mchan@broadcom.com> Signed-off-by: Eilon Greenstein <eilong@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net> [bwh: Export the blobs to linux-firmware]
2011-12-16keyspan_pda: Add makefile for building from sourceBen Hutchings2-0/+14
The commands given in the source aren't quite right, and don't cover use of ihex2fw. Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2011-12-16keyspan_pda: Fix parse error with as31 version 2.3.1Ben Hutchings1-1/+6
keyspan_pda.S has an out-of-range decimal constant that looks like it was really meant to be a binary constant. Comparing with the binary, it appears that as31 used to treat this as 0, so change the source to use 0 and add a comment on this. Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2011-12-16dvb-ttpci: Add source code and makefileBen Hutchings3-1/+123
Downstream commercial distributors need to distribute the source code as well as the binary. Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2011-12-16dsp56k: Add makefile for building from sourceBen Hutchings3-1/+42
Some small amount of postprocessing is required after assembling bootstrap.asm with a56. Add a script and makefile for this. Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2011-12-16rtl_nic: add new firmware for RTL8402Hayes Wang2-0/+3
Add new firmware: 1. rtl_nic/rtl8402-1.fw version: 0.0.1 Signed-off-by: Hayes Wang <hayeswang@realtek.com>
2011-12-16rtl_nic: add new firmware for RTL8411Hayes Wang2-0/+3
Add new firmware: 1. rtl_nic/rtl8411-1.fw version: 0.0.1 Signed-off-by: Hayes Wang <hayeswang@realtek.com>
2011-12-16rtl_nic: add new firmware for RTL8111FHayes Wang3-2/+2
Add new firmware: 1. rtl_nic/rtl8168f-1.fw version: 0.0.3 2. rtl_nic/rtl8168f-2.fw version: 0.0.3 Signed-off-by: Hayes Wang <hayeswang@realtek.com>
2011-12-16rtl_nic: update firmware for RTL8111E-VLHayes Wang2-1/+1
Updated firmware with stability fixes. Version: 0.0.3 Signed-off-by: Hayes Wang <hayeswang@realtek.com>
2011-12-16Merge branch 'master' of ↵Ben Hutchings7-3/+7
git://git.kernel.org/pub/scm/linux/kernel/git/dwmw2/linux-firmware.git
2011-10-24bnx2x: Adding FW 7.0.29.0Dmitry Kravkov4-2/+5
Includes fixes for the following issues: 1. (iSCSI) Arrival of un-solicited ASYNC message causes firmware to abort the connection with RST. 2. (FCoE) There is a probability that truncated FCoE packet on RX path won't get detected which might lead to FW assert. 3. (iSCSI) Arrival of target-initiated NOP-IN during intense ISCSI traffic might lead to FW assert. 4. (iSCSI) Chip hangs when in case of retransmission not aligned to 4-bytes from the beginning of iSCSI PDU. 5. (FCoE) Arrival of packets beyond task IO size can lead to crash. Signed-off-by: Dmitry Kravkov <dmitry@broadcom.com> Signed-off-by: Eilon Greenstein <eilong@broadcom.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2011-10-01linux-firmware: Add new firmware image for ath6kl driverSenthil Balasubramanian2-0/+1
This patch adds the inital version of newly formatted firmware for ath6kl driver. Signed-off-by: Senthil Balasubramanian <senthilb@qca.qualcomm.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2011-09-16Update QLogic phanfw.binSucheta Chakraborty2-1/+1
Update firmware for QLogic Intelligent Ethernet (3000 and 3100 Series) Adapters to revision 4.0.579. Signed-off-by: Sucheta Chakraborty <sucheta.chakraborty@qlogic.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2011-09-09libertas_tf_usb: Rename firmware to match path in driverBen Hutchings2-1/+1
The driver requests "lbtf_usb.bin". Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2011-09-02rtl_nic: add new firmware for RTL8111FHayes Wang3-0/+6
Add new firmware: 1. rtl_nic/rtl8168f-1.fw version: 0.0.2 2. rtl_nic/rtl8168f-2.fw version: 0.0.2 Signed-off-by: Hayes Wang <hayeswang@realtek.com>
2011-09-02rtl_nic: update firmware for RTL8111E-VLHayes Wang2-0/+2
Updated firmware with stability fixes. Version: 0.0.2 Signed-off-by: Hayes Wang <hayeswang@realtek.com>
2011-08-29linux-firmware: Update cxgb4 firmwareDivy Le Ray1-0/+0
Update cxgb4 firmware to revision 1.3.10.0 Signed-off-by: Divy Le Ray <divy@chelsio.com>
2011-08-17rtlwifi: rtl8712u: Upgrade to firmware found in vendor's V2.6.6Larry Finger2-1/+1
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2011-08-17Merge branch 'master' of git://lunge.queued.net/git/linux-firmwareDavid Woodhouse5-0/+50
2011-08-14linux-firmware: wl12xx: Updated STA & AP FW for wl12xx-fw-3Shahar Levi10-5/+20
The new wl12xx fw (ver 7.3.0.0.77) had some major api changes. The main change was the addition of multi-role concept. For each chip there are two FW kind: 1) A single FW for both STA and AP roles 2) PLT FW that support calibration process Update FW for WL128x chip to 7.3.0.0.77: STA & AP FW version PLT FW version Update FW for WL127x chip 6.3.0.0.77: STA & AP FW version PLT FW version Create a soft symbolic link wl12xx-nvs.bin that link to one of the examples NVF files (by default wl127x) Signed-off-by: Shahar Levi <shahar_levi@ti.com>
2011-08-11linux-firmware: wl12xx: Updated STA & AP FW for WL128x & wl127xShahar Levi5-4/+4
Update FW for WL128x chip: STA FW version 7.1.5.50.74 AP FW version 7.2.1.0.54 Update FW for WL127x chip: STA FW version 6.1.5.50.74 AP FW version 6.2.1.0.54 Signed-off-by: Shahar Levi <shahar_levi@ti.com>
2011-08-04libertas: add OLPC libertas blobsAndres Salomon5-0/+50
These blobs are released by the OLPC project, and drive Marvell libertas chips. OLPC hardware has additional features and quirks, which makes special firmware necessary. The 'lbtf' blobs are thin firmware, which allows the Linux drivers more control over the device's functionality. The firmware was downloaded from http://dev.laptop.org/pub/firmware/libertas/. Signed-off-by: Andres Salomon <dilinger@queued.net>
2011-07-31Merge git://anongit.freedesktop.org/~dcbw/linux-firmwareDavid Woodhouse3-0/+2
2011-07-30libertas: add cf8381 firmware v5.11.9p0Dan Williams3-0/+2
Signed-off-by: Dan Williams <dcbw@redhat.com>
2011-07-29Add ene-ub6250 SD card reader firmwareCho, Yu-Chen8-0/+29
Move ENE UB6250 SD/MS card firmware from driver/staging/keucr, and convert it from HEX to using request_firmware() Most for this patch is from huajun.li.lee@gmail.com sent at 2011-03-02,only added the ms card reader firmware and LICENCE of firmware from ENE. Signed-off-by: Cho, Yu-Chen <acho@novell.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2011-07-29Merge branch 'master' of ↵David Woodhouse2-0/+16
ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-firmware Conflicts: WHENCE
2011-07-29linux-firmware: update firmware for Intel 6205 Series Wi-Fi AdaptersGuy, Wey-Yi W2-1/+1
New version 17.168.5.3 Changelog - Add "low temperature" support Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2011-07-29Qualcomm Atheros adds Bluetooth firmware for WiFi-BT combo moduleBenny Chuang6-0/+295
Signed-off-by: Benny Chuang <bchuang@qca.qualcomm.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2011-07-29Qualcomm Atheros updates firmware for WiFi-BT combo moduleBenny Chuang8-0/+16
Signed-off-by: Benny Chuang <bchuang@qca.qualcomm.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2011-07-29linux-firmware: Update patch and sysconfig files for AR3012Steven.Li2-0/+0
The new AR3012 keeps same PID/VID after downloading the patch and sysconfig files. Signed-off-by: Steven.Li <yongli@qca.qualcomm.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2011-07-11Add license for Terratec H5 DRX-K firmwareMauro Carvalho Chehab2-0/+16
The drxk driver allows a per-device firmware, as it seems to be required. Terratec granted us permission to use the firmware found at H5 for their devices. Add it to the linux-firmware tree. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2011-07-08bnx2x: Adding FW 7.0.23.0Ariel Elior4-0/+3
This FW supports multiple concurrent classes of service in network traffic. Signed-off-by: Ariel Elior <ariele@broadcom.com> Signed-off-by: Eilon Greenstein <eilong@broadcom.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2011-06-25ath9k_htc: Update firmware to version 1.3Ben Hutchings3-0/+2
v1.1: * Revamp target capabilities. * Fix WEP/TKIP. * Fix BTCOEX. v1.2: * Remove TPC for UB94. * Increase TX buffers count to 48 for UB94/95 * Fix TX power for beacon frames * Add WMI_BITRATE_MASK_CMDID. * Fix minimum rate selection for management frames. * General code scrub. v1.3: * Remove unused PHY modes (TURBO etc.) * Remove unused MIMO PS code. * Cleanup node flags. * Remove FastFrame code. * Fix various bugs in management frame transmission. * Fix duration calculation. * Fix packet type calculation. * Enable CAB queue for UB94/95. * Fix sequence number assignment. * Remove vendor-specific hacks. * Add TX completion for multicast packets. * Various code cleanups. * Reduce credit size for UB94/95 to 45. Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2011-06-15linux-firmware: Add a new FW 7.0.20.0Vladislav Zolotarov4-0/+3
- Add a separate directory for the bnx2x FW. - Post a new FW version: 7.0.20.0 Signed-off-by: Vladislav Zolotarov <vladz@broadcom.com> Signed-off-by: Eilon Greenstein <eilong@broadcom.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2011-06-03iwlwifi: add updated firmware for 1000 devicesGuy, Wey-Yi W2-0/+3
update iwlwifi-1000-5.ucode for 1000 series devices version: 39.31.5.1 Changlog - fix "tid mismatch" issue Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2011-06-03linux-firmware: update for Intel 6000 series Wi-Fi AdaptersGuy, Wey-Yi W2-1/+1
Updated version 9.221.4.1 Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2011-06-01firmware: add SUMO + SUMO2 firmwares for llano APUs.Dave Airlie5-0/+4
Signed-off-by: Dave Airlie <airlied@redhat.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2011-05-17rt2870sta: Use latest firmware for RT3070 and RT3071Ben Hutchings3-1/+11
Ralink's original drivers for RT2800U-family chips used multiple different versions of the firmware for different chips. The rt2870sta driver in staging was briefly converted to load different files for different chips. However, the current rt2870.bin provides 2 images that are supposed to cover all of them, so: - Replace rt3070.bin with a symlink. The driver will use the first image and ignore the second. - Replace rt3071.bin with a copy of the second image in the current rt2870.bin. Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2011-05-17rt2860sta: Use latest firmware for RT3090Ben Hutchings2-1/+1
Ralink's original drivers for RT2800P/RT2800E-family chips used multiple different versions of the firmware for different chips. The rt2860sta driver in staging was briefly converted to load different files for different chips. However, the current rt2860.bin is supposed to work on all of them, so replace rt3090.bin with a symlink. Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2011-05-17Add source and copyright notice for CIS files from pcmcia-csBen Hutchings14-4/+285
The CIS files mostly come from pcmcia-cs releases, in which the source files were named etc/cis/*.cis and the binaries were named etc/cis/*.dat. However, the current drivers request the *binaries* as cis/*.cis. It's too late to fix that, so put the sources in a subdirectory here. Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2011-05-11linux-firmware: bnx2: Update firmware and versionMichael Chan2-0/+1
upstream kernel commit dc187cb381f1bceb30498861ece510245c43ed9f Update 5709 mips firmware to 6.2.1a to fix iSCSI performance regression. There was an unnecessary context read in the fast path affecting performance. Update bnx2 to 2.1.6. Signed-off-by: Michael Chan <mchan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2011-05-09linux-firmware: add new firmware for RTL8168E-VLHayes Wang2-0/+1
Add firmware: rtl_nic/rtl8168e-3.fw Signed-off-by: Hayes Wang <hayeswang@realtek.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2011-05-09linux-firmware: update firmware for RTL8111EHayes Wang2-0/+0
Updated firmware with stability fixes. Signed-off-by: Hayes Wang <hayeswang@realtek.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2011-04-29Merge git://git.chelsio.net/pub/git/linux-firmwareDavid Woodhouse3-0/+35
2011-04-29Update QLogic phanfw.binSucheta Chakraborty2-1/+1
Update firmware for QLogic Intelligent Ethernet (3000 and 3100 Series) Adapters to revision 4.0.550 Signed-off-by: Sucheta Chakraborty <sucheta.chakraborty@qlogic.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2011-04-27linux-firmware: update ap firmware for mwl8k 8366 chipNishant Sarmukadam1-0/+0
This firmware drops packets with size greater than the size defined in length field of the rx packet descriptor, which is filled by driver. The new firmware version is 5.2.6.14. Signed-off-by: Nishant Sarmukadam <nishants@marvell.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2011-04-26linux-firmware: add cxgb4 firmwareDivy Le Ray3-0/+35
Add firmware file for Chelsio Termninator 4 ethernet controller Signed-off-by: Divy Le Ray <divy@chelsio.com>
2011-04-26linux-firmware: Initial release for Bluetooth init scriptGery Kahn2-0/+12
This is a Bluetooth init script, which contains binary patches to the firmware that resides in ROM. v1 -> v2: correct the file path in the comment. Signed-off-by: Gery Kahn <geryk@ti.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2011-04-26linux-firmware: Add firmware for RTL8168/8111EHayes Wang3-0/+2
Add firmware: rtl_nic/rtl8168e-1.fw rtl_nic/rtl8168e-2.fw Signed-off-by: Hayes Wang <hayeswang@realtek.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2011-04-26linux-firmware: Add firmware for RTL8105EHayes Wang2-1/+2
Add firmware: rtl_nic/rtl8105e-1.fw Signed-off-by: Hayes Wang <hayeswang@realtek.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2011-04-26STMICROELECTRONICS TDA7706 FW for BC and CB revisionGiancarlo Asnaghi4-0/+170
STMICROELECTRONICS TDA7706 RADIO Highly integrated tuner for AM/FM car-radio Firmware release supporting the BC and CB chip revision. TDA7706_OM_v2.5.1_boot.txt is supporting the BC revision TDA7706_OM_v3.0.2_boot.txt is supporting the CB revision Signed-off-by: Giancarlo Asnaghi <giancarlo.asnaghi@st.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2011-04-26linux-firmware: wl12xx- New STA&AP FW support WL128x + Update STA&AP FW for ↵Shahar Levi6-6/+18
wl127x New FW support for WL128x chip: STA FW version 7.1.3.50.58 AP FW version 7.2.0.0.47 Update STA FW for WL127x chip: STA FW version 6.1.3.50.58 AP FW version 6.2.0.0.47 Example NVS files for WL127x and WL128x Signed-off-by: Shahar Levi <shahar_levi@ti.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2011-04-26linux-firmware: add myri10ge firmwareAndrew Gallatin6-0/+40
These are firmware images for the Myri10GE family of 10GbE NICs Signed-off-by: Andrew Gallatin <gallatin@myri.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2011-04-26s2255: updated firmware f2255usb.binSensoray Linux Development1-0/+0
Hi David, This is an update to the latest 2255 firmware f2255usb.bin. The WHENCE license is unchanged. Thanks, Signed-off-by: Dean Anderson <linux-dev@sensoray.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2011-04-26Add new firmware for AR7010 devices.Sujith Manoharan2-0/+1
This FW is at version 1.0 and adds AP mode support. Signed-off-by: Sujith Manoharan <Sujith.Manoharan@atheros.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2011-04-26Add new firmware for AR9271 devices.Sujith Manoharan2-0/+1
This FW is at version 1.0 and adds AP mode support. Signed-off-by: Sujith Manoharan <Sujith.Manoharan@atheros.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2011-04-26linux-firmware: add APIv2 AP firmware for marvell 8388Brian Cavagnolo2-0/+1
APIv2 adds the following enhancements: -- capabilities are reported by the firmware -- API supports up to 8 dedicated AMPDU streams -- optional packet timestamping and expiration can be enabled. Specifically, packets that are queued in firmware for longer than 500ms will be dropped if this option is used. Signed-off-by: Brian Cavagnolo <brian@cozybit.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2011-04-26linux-firmware: updated firmware for BCM4313, BCM43224, and BCM43225 chipsHenry Ptasinski2-0/+0
Updated firmware with stability fixes. Firmware version is now 610.811. Signed-off-by: Henry Ptasinski <henryp@broadcom.com> Signed-off-by: Roland Vossen <rvossen@broadcom.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2011-04-26linux-firmware: Removed codeversion from brcm firmware filenames.Henry Ptasinski5-6/+6
The basename-apiversion-codeversion construction for firmware filenames is not used by most other firmware files, adds complexity, and is not providing any value. Renamed the firmware files using just basename-apiversion and fixed WHENCE to have correct names and path to these files. Signed-off-by: Henry Ptasinski <henryp@broadcom.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2011-04-26linux-firmware: Simplified license file for brcm firmwareHenry Ptasinski1-201/+61
New, much shorter license for firmware files submitted by Broadcom to linux-firmware repository. Signed-off-by: Henry Ptasinski <henryp@broadcom.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2011-04-26linux-firmware: add ath6kl firmwareLuis R. Rodriguez24-0/+38
This adds the firmware for ath6kl. Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2011-04-26linux-firmware: update Atheros firmware licenseLuis R. Rodriguez1-3/+1
This makes the license Operating System agnostic and updates the patent license grant for use of the firmware license specifically on the Atheros chipsets. This allows us to share the same license between all Atheros chipsets, ath9k, ath9k_htc, ath6kl, and future chipsets. Cc: ath9k-devel@atheros.com Cc: Len Widra <len.widra@atheros.com> Cc: Brian Lee <briank.lee@atheros.com> Cc: Adam Tachner <atachner@atheros.com> Cc: Paul Lever <Paul.Lever@atheros.com> Cc: Vipin Mehta <vipin.mehta@atheros.com> Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2011-04-26linux-firmware: Add sysconfig fileJothikumar Mothilal2-0/+1
Added sysconfig file for new clock frequency. Signed-off-by: Jothikumar Mothilal <jkumar@atheros.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2011-04-26linux-firmware: Add patch and sysconfig filesJothikumar Mothilal3-0/+2
Added files for AR3012 version 2.2 Signed-off-by: Jothikumar Mothilal <jkumar@atheros.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2011-04-26linux-firmware: rt2800pci: rt2800usb: Firmware updateShiang Tu3-4/+4
Update firmware for rt2800pci to Version 34 and firmware for rt2800usb to Version 29. Signed-off-by: Shiang Tu <shiang_tu@ralinktech.com> Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2011-03-10linux-firmware: Add Patch and sysconfig files for AR300xSuraj Sumangala10-0/+288
This patch add patch files and configuration files for different versions of Atheros AR300x UART HCI Bluetooth chip. Signed-off-by: Suraj Sumangala <suraj@atheros.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2011-03-03linux-firmware: add cayman firmwares.Dave Airlie5-0/+4
These are firmware for the latest RadeonHD 69xx family of GPUs. Signed-off-by: Dave Airlie <airlied@redhat.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2011-03-03Update ar9271.fwVivek Natarajan1-0/+0
* Enable bluetooth coexistence. * Fix disconnection issue with WEP and TKIP noticed in some APs. Signed-off-by: Vivek Natarajan <vnatarajan@atheros.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2011-03-01linux-firmware: wl12xx-Update AP FirmwareShahar Levi2-1/+1
Update AP firmware to version 6.2.0.0.36 Signed-off-by: Shahar Levi <shahar_levi@ti.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2011-03-01linux-firmware: Add patch and sysconfig files for AR3012.Bala Shanmugam3-0/+9
Signed-off-by: Bala Shanmugam <sbalashanmugam@atheros.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2011-03-01linux-firmware: Remove ath3k-2.fwBala Shanmugam2-9/+0
ath3k-2.fw is obsolete and not use by Atheros chipsets anymore. Signed-off-by: Bala Shanmugam <sbalashanmugam@atheros.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2011-02-28linux-firmware: wl12xx-Update STA firmwareShahar Levi3-2/+4
Update STA firmware to version 6.1.3.50.55 via a new file (wl1271-fw-2.bin) that includs new API between driver and firmware. Remove AP NVS, the STA and the AP uses the same NVS file Signed-off-by: Shahar Levi <shahar_levi@ti.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2011-02-28linux-firmware: wl12xx-update STA FW supports 11n BA sessionsShahar Levi2-1/+1
Update STA FW to version 6.1.0.50.350 including 11n BA support. Signed-off-by: Shahar Levi <shahar_levi@ti.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2011-02-25iwlwifi: add updated firmware for 5000 devicesWey-Yi Guy2-0/+3
update iwlwifi-5000-5.ucode for 5000 series devices version: 8.83.5.1 Changelog - fix "tid mismatch" issue Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2011-02-24linux-firmware: add firmware files for Marvell 8366Brian Cavagnolo4-2/+6
These files are distributed here under the existing licence for the other Marvell firmwares in this tree and with permission from Marvell. Signed-off-by: Brian Cavagnolo <brian@cozybit.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2011-02-24linux-firmware: add Marvell SD8787 firmware imageBing Zhao2-1/+11
Version 14.57.5.p44 Signed-off-by: Bing Zhao <bzhao@marvell.com> Signed-off-by: Brian Cavagnolo <brian@cozybit.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2011-02-24linux-firmware: use single license file for Marvell firmwaresBing Zhao3-21/+2
Libertas and mwl8k firmware images are under the same license. Signed-off-by: Bing Zhao <bzhao@marvell.com> Signed-off-by: Brian Cavagnolo <brian@cozybit.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2011-02-21WHENCE: fix typos in "Realtek" and the filename containing its licence termsUwe Kleine-König1-7/+7
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2011-01-26linux-firmware: Add firmware file for Realtek RTL8192DELarry Finger2-0/+8
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2011-01-25linux-firmware: bnx2: Update firmware and versionMichael Chan3-0/+2
upstream kernel commit 0268102d53c872b42e214f95492065c8058b042e Update MIPS firmware to 6.2.1, with improved small packet performance in RSS mode, and iSCSI CID allocation bug fix on 5708. Update driver version to 2.0.21. Signed-off-by: Michael Chan <mchan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2011-01-25linux-firmware: bnx2: Update firmware to 6.0.x.Michael Chan6-0/+5
upstream kernel commit 22fa159d37efbfe781bbb99279efe83f58b87d29 - Improved flow control and simplified interface - Use hardware RSS indirection table instead of the slower firmware- based table - Lower latency interrupt on 5709 Signed-off-by: Michael Chan <mchan@broadcom.com> Reviewed-by: Benjamin Li <benli@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2011-01-23linux-firmware: Add firmware file for Realtek RTL8192SELarry Finger2-0/+9
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2011-01-23iwlwifi: add new firmware to 100 devicesWey-Yi Guy2-0/+3
New iwlwifi-100-5.ucode for 100 series devices version: 39.31.5.1 Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2011-01-09radeon: add new NI firmwares.Dave Airlie11-0/+10
This adds the firmware for the HD6xxx series of cards codenamed Nothern Islands. Signed-off-by: Dave Airlie <airlied@redhat.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2011-01-08Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/bwh/linux-firmwareDavid Woodhouse3-0/+30
Conflicts: WHENCE
2010-12-20rtl_nic: Add firmware for RTL8111D(L)Hayes Wang3-0/+14
Add firmware for r8169 of kernel for RTL8111D rtl_nic/rtl8168d-1.fw rtl_nic/rtl8168d-2.fw Signed-off-by: Hayes Wang <hayeswang@realtek.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2010-12-17iwlwifi: add updated firmware for 6050 devicesWey-Yi Guy2-0/+3
update iwlwifi-6050-5.ucode for 6050 series devices version: 41.28.5.1 Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2010-12-17iwlwifi: add new firmware for 6030 devicesWey-Yi Guy2-0/+3
New iwlwifi-6000g2b-5.ucode for 6030 series devices version: 17.168.5.1 Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>