summaryrefslogtreecommitdiffstats
path: root/package/linux-firmware
Commit message (Collapse)AuthorAgeFilesLines
* linux-firmware: bump to version 6d3bc8886517d171068fd1263176b8b5c51df204Adam Duskett2017-02-062-1/+3
| | | | | Signed-off-by: Adam Duskett <aduskett@codeblue.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* linux-firmware: install rtl8168h firmwareFrank Hunleth2017-01-201-0/+2
| | | | | Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* linux-firmware: sort Realtek GigE firmwareFrank Hunleth2017-01-201-6/+6
| | | | | Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* linux-firmware: add option for Intel i915 video cards firmwareWolfgang Grandegger2017-01-192-0/+10
| | | | | | Signed-off-by: Wolfgang Grandegger <wg@grandegger.com> [Thomas: preserve alphabetic ordering.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* linux-firmware: Include all bnx2x firmwaresJoel Stanley2016-10-281-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* linux-firmware: Bump versionJoel Stanley2016-10-281-1/+1
| | | | | Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* linux-firmware: add option for Marvell usb8801 firmwareStefan Nickl2016-09-182-0/+11
| | | | | Signed-off-by: Stefan Nickl <Stefan.Nickl@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* linux-firmware: bump versionGustavo Zacarias2016-09-151-2/+3
| | | | | | | | 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>
* linux-firmware: bump versionGustavo Zacarias2016-09-111-1/+1
| | | | | | | | | 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>
* linux-firmware: add bluetooth firmware for intel chipsGustavo Zacarias2016-09-112-0/+16
| | | | | | | | 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>
* linux-firmware: add support for intel iwlwifi 6000g2bGustavo Zacarias2016-04-242-0/+11
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* linux-firmware: add support for intel iwlwifi 3168Gustavo Zacarias2016-04-242-0/+11
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* linux-firmware: add support for intel iwlwifi 8265Gustavo Zacarias2016-04-242-0/+11
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* linux-firmware: add support for intel iwlwifi 8000CGustavo Zacarias2016-04-242-0/+11
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* linux-firmware: bump versionGustavo Zacarias2016-04-241-1/+1
| | | | | | | | | 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>
* linux-firmware: add support for intel iwlwifi 7265DGustavo Zacarias2016-04-242-0/+14
| | | | | | | | | 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>
* linux-firmware: drop revision handling for iwlwifiGustavo Zacarias2016-04-242-44/+3
| | | | | | | | | | | | 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>
* linux-firmware: allow LINUX_FIRMWARE_FILES to contain wildcardsGustavo Zacarias2016-04-241-1/+2
| | | | | | | | | 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>
* linux-firmware: ath9k_htc - use newer firmwareAlexey Brodkin2016-03-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* linux-firmware: add support for MT7601uMatt Weber2016-02-152-0/+11
| | | | | | | | 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>
* linux-firmware: update Broadcom 43xxx file listJohn Keeping2015-12-121-1/+5
| | | | | | | These files have been added upstream. Signed-off-by: John Keeping <john@metanate.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* linux-firmware: update Broadcom 43xx file listJohn Keeping2015-12-101-1/+3
| | | | | | | These files have been added upstream. Signed-off-by: John Keeping <john@metanate.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* linux-firmware: bump versionJohn Keeping2015-12-101-5/+5
| | | | | | | CXGB4 firmware files have been renamed upstream. Signed-off-by: John Keeping <john@metanate.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* linux-firmware: adjust Config.in text for mwifiexAlex Suykov2015-11-121-7/+7
| | | | | | | | | | | 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>
* linux-firmware: menu entries for mwifiex blobsAlex Suykov2015-11-122-0/+66
| | | | | | | | 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>
* linux-firmware: rtl81xx: also install rtl8188eufw firmware variantPeter Korsgaard2015-10-201-1/+2
| | | | | | As used by the rtl8188eu staging driver. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* linux-firmware: add brcm43143 supportJordan Yelloz2015-07-221-0/+1
| | | | | Signed-off-by: Jordan Yelloz <jordan@yelloz.me> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* 1/1] package/linux-firmware: add iwlwifi 6000g2a firmwareColleen2015-07-112-0/+11
| | | | | | | 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>
* package/linux-firmware: add missing nvs file for the wl18xx firmwareMarc-André Chénier2015-07-111-2/+5
| | | | | | | | | | 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>
* linux-firmware: bump versionYegor Yefremov2015-06-151-2/+1
| | | | | | | | 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>
* package/linux-firmware: fix legal-infoYann E. MORIN2015-04-051-1/+1
| | | | | | | 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>
* package/linux-firmware: install AMD Radeon firmwaredavid.barbion@ext.leroymerlin.fr2015-04-022-0/+14
| | | | | | | | | | 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>
* package/linux-firmware: add support to copy entire directoriesYann E. MORIN2015-04-021-4/+21
| | | | | | | 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>
* package: indentation cleanupJerzy Grzegorek2014-12-301-15/+21
| | | | | Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* linux-firmware: add option for realtek 8169 gigabit nic firmwarePeter Korsgaard2014-11-022-0/+24
| | | | | | Needed by E.G. minnowboard max. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/linux-firmware: add option for ath6k chipsGustavo Zacarias2014-10-022-0/+33
| | | | | | | | 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>
* package/linux-firmware: install Xceive/Cresta xc4000 and xc5000cYann E. MORIN2014-09-212-6/+10
| | | | | | | | 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>
* package/linux-firmware: add option for Chelsio cxgb4 T5Yann E. MORIN2014-09-212-2/+14
| | | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/linux-firmware: add option for iwl7265 firmwareYann E. MORIN2014-09-212-0/+13
| | | | | | | | 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>
* package/linux-firmware: add new revision for iwlwifi firmwareYann E. MORIN2014-09-211-2/+9
| | | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/linux-firmware: prepare new firmware and new revision for iwlwifiYann E. MORIN2014-09-212-10/+14
| | | | | | | | | | 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>
* package/linux-firmware: add option for Intel SST DSP (Baytrail audio)Yann E. MORIN2014-09-212-0/+15
| | | | | | | 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>
* package/linux-firmware: add option for ITEtech it9135 firmwareYann E. MORIN2014-09-212-0/+10
| | | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/linux-firmware: add option for Abilis Systems DVB-T as102Yann E. MORIN2014-09-212-0/+10
| | | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/linux-firmware: use the new Chelsio cxgb4 firmwareYann E. MORIN2014-09-212-3/+3
| | | | | | | 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>
* package/linux-firmware: add option for TI wl18xx firmwareYann E. MORIN2014-09-212-2/+19
| | | | | | | 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>
* package/linux-firmware: add option for Realtek rtl88xx firmwareYann E. MORIN2014-09-212-0/+12
| | | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/linux-firmware: install firmware files for rtlwifi rtl8723beYann E. MORIN2014-09-212-2/+2
| | | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/linux-firmware: use the new bnx2x firmware versionYann E. MORIN2014-09-211-3/+3
| | | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/linux-firmware: split bcm43xx / bcm43xxxYann E. MORIN2014-09-212-9/+18
| | | | | | | | | | | | | 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>
OpenPOWER on IntegriCloud