summaryrefslogtreecommitdiff
path: root/package/linux-firmware
AgeCommit message (Collapse)Author
2017-02-06linux-firmware: bump to version 6d3bc8886517d171068fd1263176b8b5c51df204Adam Duskett
Signed-off-by: Adam Duskett <aduskett@codeblue.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-01-20linux-firmware: install rtl8168h firmwareFrank Hunleth
Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-01-20linux-firmware: sort Realtek GigE firmwareFrank Hunleth
Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-01-19linux-firmware: add option for Intel i915 video cards firmwareWolfgang Grandegger
Signed-off-by: Wolfgang Grandegger <wg@grandegger.com> [Thomas: preserve alphabetic ordering.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-10-28linux-firmware: Include all bnx2x firmwaresJoel Stanley
Currently buildroot will create a broken system for any kernel version not between 3.18 and 4.1, as the bnx2x firmware it includes is only valid for that version of the upstream driver. This change modifies the build so that all versions are included as there was a strong preference for not adding options for each version, nor only supporting the latest kernel: On Fri, Feb 26, 2016 at 7:09 PM, Thomas Petazzoni wrote: > I think adding new config to chose between different versions of a > given firmware is going a bit too far. If we were to do that for all > firmwares in linux-firmware, it would really increase the number of > Config.in options too much. > > Shall I suggest to install both versions of the firmware? The firmware > files are not that large, and if filesystem size is really a strong > issue, it is always possible to clean up the non-required firmware > files in a post-build script. On Wed, Mar 2, 2016 at 7:47 AM, Arnout Vandecappelle wrote: > No, this is certainly not good, it fixes 4.2+ and simultaneously breaks 4.1-. > > What is wrong with Thomas's proposal to remove the unneeded versions in a > post-build script? If your size is so important that 640K matters, you would > probably anyway want to keep only one of the six binaries instead of three > different chip revisions. It is up to the user to ensure they remove the versions they don't want. Note that this increases the size of the root file system by about 8MB. Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-10-28linux-firmware: Bump versionJoel Stanley
Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-09-18linux-firmware: add option for Marvell usb8801 firmwareStefan Nickl
Signed-off-by: Stefan Nickl <Stefan.Nickl@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-09-15linux-firmware: bump versionGustavo Zacarias
And copy firmware for BCM43430 and BCM43438, hence rpi3 wifi support at last. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-09-11linux-firmware: bump versionGustavo Zacarias
Bump to the latest (as of this writing) linux-firmware git version. This adds support for newer iwlwifi firmware versions that are required for newer kernel series. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-09-11linux-firmware: add bluetooth firmware for intel chipsGustavo Zacarias
It probably makes no sense to try split them up by model since there aren't that big. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-04-24linux-firmware: add support for intel iwlwifi 6000g2bGustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-04-24linux-firmware: add support for intel iwlwifi 3168Gustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-04-24linux-firmware: add support for intel iwlwifi 8265Gustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-04-24linux-firmware: add support for intel iwlwifi 8000CGustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-04-24linux-firmware: bump versionGustavo Zacarias
Bump to the latest (as of this writing) linux-firmware git version. This adds support for newer iwlwifi firmware versions and new chipset support as well. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-04-24linux-firmware: add support for intel iwlwifi 7265DGustavo Zacarias
It selects 7265 non-D firmware since they share the same firmware for old kernel versions (rev 10 D-variant is the same as rev 10 non-D). Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> [Thomas: add a comment about the select in Config.in.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-04-24linux-firmware: drop revision handling for iwlwifiGustavo Zacarias
This avoids a lot of unnecessary complication with lots of revison knobs for different chipsets and it's consequence when bumping linux-firmware as well. Users can purge unwanted versions from a post processing script if target space is too constrained. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-04-24linux-firmware: allow LINUX_FIRMWARE_FILES to contain wildcardsGustavo Zacarias
This commit will allow the LINUX_FIRMWARE_FILES variable to contain wildcards, which will simplify the handling of firmware that are available in numerous revisions. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-03-15linux-firmware: ath9k_htc - use newer firmwareAlexey Brodkin
Existing blobs are of version ath9k-htc 1.3.1, see http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/commit/?id=21a6c3e55df956dd223279627685778268ede70f These are as said in the commit are left for compatibility with older kernels which [older kernels] will look for blobs in the root of "/lib/firmware". But there're newer v1.4 blobs in ath9k_htc folder. And newer kernels (>=4.4) look first in that new location "/lib/firmware/ath9k_htc". Note that even new kernels will fall back to previous location if new one doesn't exist. Tested with TP-LINK TL-WN722N (has Atheros AR9271 inside). Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: John Keeping <john@metanate.com> Cc: Matt Weber <matt@thewebers.ws> Cc: Alex Suykov <alex.suykov@gmail.com> Cc: Peter Korsgaard <peter@korsgaard.com> Cc: Gustavo Zacarias <gustavo@zacarias.com.ar> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-02-15linux-firmware: add support for MT7601uMatt Weber
MT7601u is a MediaTek Wifi 802.11n dongle (New chipset from the combined ralink/mediaTek company) Signed-off-by: Matt Weber <matt@thewebers.ws> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-12-12linux-firmware: update Broadcom 43xxx file listJohn Keeping
These files have been added upstream. Signed-off-by: John Keeping <john@metanate.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-12-10linux-firmware: update Broadcom 43xx file listJohn Keeping
These files have been added upstream. Signed-off-by: John Keeping <john@metanate.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2015-12-10linux-firmware: bump versionJohn Keeping
CXGB4 firmware files have been renamed upstream. Signed-off-by: John Keeping <john@metanate.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2015-11-12linux-firmware: adjust Config.in text for mwifiexAlex Suykov
With SD, USB and PCI-E variants available for several chips, bus-prefixed entries get mis-aligned badly. Rearrange them to use bus-suffixes instead. Config options and the files themselves remain bus-prefixed. Signed-off-by: Alex Suykov <alex.suykov@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2015-11-12linux-firmware: menu entries for mwifiex blobsAlex Suykov
Firmware blobs for Marvell WiFi-Ex 8797, 8887, 8897 were already there in linux-firmware tree but relevant options were not in Config.in. Signed-off-by: Alex Suykov <alex.suykov@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2015-10-20linux-firmware: rtl81xx: also install rtl8188eufw firmware variantPeter Korsgaard
As used by the rtl8188eu staging driver. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2015-07-22linux-firmware: add brcm43143 supportJordan Yelloz
Signed-off-by: Jordan Yelloz <jordan@yelloz.me> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-07-111/1] package/linux-firmware: add iwlwifi 6000g2a firmwareColleen
Signed-off-by: Colleen Twitty <colleen@skycatch.com> Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-07-11package/linux-firmware: add missing nvs file for the wl18xx firmwareMarc-André Chénier
The wl18xx shares the same wlcore as the wl1271 and needs the wl1271-nvs.bin file. Also, refactor some comments and list items. Signed-off-by: Marc-Andre Chenier <mac@vrvana.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-06-15linux-firmware: bump versionYegor Yefremov
Remove wl18xx-conf.bin as it was already removed from upstream repository. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2015-04-05package/linux-firmware: fix legal-infoYann E. MORIN
Sorry, I was not careful enough when reworking the radeon parts... Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-04-02package/linux-firmware: install AMD Radeon firmwaredavid.barbion@ext.leroymerlin.fr
Signed-off-by: David BARBION <david.barbion@ext.leroymerlin.fr> [yann.morin.1998@free.fr: - simplify by copying the full directory - fix title ] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-04-02package/linux-firmware: add support to copy entire directoriesYann E. MORIN
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: David BARBION <david.barbion@ext.leroymerlin.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2014-12-30package: indentation cleanupJerzy Grzegorek
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2014-11-02linux-firmware: add option for realtek 8169 gigabit nic firmwarePeter Korsgaard
Needed by E.G. minnowboard max. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2014-10-02package/linux-firmware: add option for ath6k chipsGustavo Zacarias
Add support for ath6k(l) driver firmware files (AR6002, AR6003 and AR6004). Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2014-09-21package/linux-firmware: install Xceive/Cresta xc4000 and xc5000cYann E. MORIN
Tweak the prompt, because Xceive is now part of Cresta, so the new xc5000c-based devices might be branded under either name. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2014-09-21package/linux-firmware: add option for Chelsio cxgb4 T5Yann E. MORIN
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2014-09-21package/linux-firmware: add option for iwl7265 firmwareYann E. MORIN
New firmware to support iwlwifi-7265. Only comes in rev-8 or rev-9 flavours, so hide rev-7 when iwlwifi-7265 is selected. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2014-09-21package/linux-firmware: add new revision for iwlwifi firmwareYann E. MORIN
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2014-09-21package/linux-firmware: prepare new firmware and new revision for iwlwifiYann E. MORIN
There is an upcoming new firmware file for a new chipset supported by iwlwifi, as well as a new revision of the iwlwifi firmware. The patch only prepares the iwlwifi entries so it is easier to add them. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2014-09-21package/linux-firmware: add option for Intel SST DSP (Baytrail audio)Yann E. MORIN
We introduce the new "Audio" firmware category for the firmware. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2014-09-21package/linux-firmware: add option for ITEtech it9135 firmwareYann E. MORIN
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2014-09-21package/linux-firmware: add option for Abilis Systems DVB-T as102Yann E. MORIN
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2014-09-21package/linux-firmware: use the new Chelsio cxgb4 firmwareYann E. MORIN
Fix prompt at the same time. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2014-09-21package/linux-firmware: add option for TI wl18xx firmwareYann E. MORIN
wl18xx are a familly of WLAN + BT chipsets. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2014-09-21package/linux-firmware: add option for Realtek rtl88xx firmwareYann E. MORIN
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2014-09-21package/linux-firmware: install firmware files for rtlwifi rtl8723beYann E. MORIN
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2014-09-21package/linux-firmware: use the new bnx2x firmware versionYann E. MORIN
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2014-09-21package/linux-firmware: split bcm43xx / bcm43xxxYann E. MORIN
linux-firmware has gained a few firmware files for Broadcom WiFi chipsets. Installing all of them takes a lot of place, when usually only one is really needed. Split the Broadcom BRCM drivers in two categories: bcm43xx and bcm43xxx, when they were previously a single config option, so as to reclaim a bit of space. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>