]> git.ipfire.org Git - thirdparty/linux-firmware.git/blame - WHENCE
fix permissions on qed_init_values_zipped-8.4.2.0.bin
[thirdparty/linux-firmware.git] / WHENCE
CommitLineData
2507663c
DW
1 **********
2 * WHENCE *
3 **********
4
5This file attempts to document the origin and licensing information,
6if known, for each piece of firmware distributed for use with the Linux
7kernel.
8
9--------------------------------------------------------------------------
10
43e79a44
DW
11Driver: ambassador -- Madge Ambassador (Collage PCI 155 Server) ATM NIC.
12
305a70e8 13File: atmsar11.fw
43e79a44
DW
14
15Licence: Allegedly GPLv2+, but no source visible. Marked:
16
17 Madge Ambassador ATM Adapter microcode.
18 Copyright (C) 1995-1999 Madge Networks Ltd.
19
20 This microcode data is placed under the terms of the GNU General
21 Public License. The GPL is contained in /usr/doc/copyright/GPL on a
22 Debian system and in the file COPYING in the Linux kernel source.
23
24 We would prefer you not to distribute modified versions without
25 consultation and not to ask for assembly/other microcode source.
26
27--------------------------------------------------------------------------
28
859754a1 29Driver: snd-korg1212 -- Korg 1212 IO audio device
2507663c
DW
30
31File: korg/k1212.dsp
32
33Licence: Unknown
34
35Found in alsa-firmware package in hex form; no licensing information.
36
37--------------------------------------------------------------------------
eff4c1c2 38
859754a1 39Driver: snd-maestro3 -- ESS Allegro Maestro3 audio device
eff4c1c2
DW
40
41File: ess/maestro3_assp_kernel.fw
42File: ess/maestro3_assp_minisrc.fw
43
44Licence: Unknown
45
46Found in alsa-firmware package in hex form with a comment claiming to
47be GPLv2+, but without source -- and with another comment saying "ESS
48drops binary dsp code images on our heads, but we don't get to see
49specs on the dsp."
50
51--------------------------------------------------------------------------
543cbf03 52
859754a1 53Driver: snd-ymfpci -- Yamaha YMF724/740/744/754 audio devices
543cbf03
DW
54
55File: yamaha/ds1_ctrl.fw
56File: yamaha/ds1_dsp.fw
57File: yamaha/ds1e_ctrl.fw
58
59Licence: Unknown
60
61Found alsa-firmware package in hex form, with the following comment:
62 Copyright (c) 1997-1999 Yamaha Corporation. All Rights Reserved.
63
64--------------------------------------------------------------------------
d4ea0a04 65
859754a1 66Driver: advansys - AdvanSys SCSI
9873bf8d
JSR
67
68File: advansys/mcode.bin
69File: advansys/3550.bin
70File: advansys/38C0800.bin
71File: advansys/38C1600.bin
72
73Licence: BSD, no source available.
74
75Found in hex form in kernel source.
76
77--------------------------------------------------------------------------
78
859754a1 79Driver: qla1280 - Qlogic QLA 1240/1x80/1x160 SCSI support
a923dad9
JSR
80
81File: qlogic/1040.bin
82File: qlogic/1280.bin
83File: qlogic/12160.bin
84
a817a9b8 85Licence: Redistributable. See LICENCE.qla1280 for details
a923dad9
JSR
86
87--------------------------------------------------------------------------
a652b079 88
d4ea0a04
DW
89Driver: smctr -- SMC ISA/MCA Token Ring adapter
90
91File: tr_smctr.bin
4bd6c56f 92Version: 6.3C1
d4ea0a04
DW
93Info: MCT.BIN v6.3C1 03/01/95
94
95Original licence info:
96
97 * This firmware is licensed to you strictly for use in conjunction
98 * with the use of SMC TokenRing adapters. There is no waranty
99 * expressed or implied about its fitness for any purpose.
100
101--------------------------------------------------------------------------
924483e7
DW
102
103Driver: kaweth -- USB KLSI KL5USB101-based Ethernet device
104
105File: kaweth/new_code.bin
106File: kaweth/new_code_fix.bin
107File: kaweth/trigger_code.bin
108File: kaweth/trigger_code_fix.bin
109
8c01d464 110Licence: Redistributable. See LICENCE.kaweth for details
924483e7
DW
111
112Found in hex form in the kernel source.
113
114--------------------------------------------------------------------------
1b1e5936 115
859754a1 116Driver: dvb-ttusb-budget -- Technotrend/Hauppauge Nova-USB devices
1b1e5936
DW
117
118File: ttusb-budget/dspbootcode.bin
119
120Licence: Unknown
121
122Found in hex form in the kernel source.
123
124--------------------------------------------------------------------------
9adcf922
DW
125
126Driver: keyspan -- USB Keyspan USA-xxx serial device
127
128File: keyspan/mpr.fw
129File: keyspan/usa18x.fw
130File: keyspan/usa19.fw
131File: keyspan/usa19qi.fw
132File: keyspan/usa19qw.fw
133File: keyspan/usa19w.fw
134File: keyspan/usa28.fw
135File: keyspan/usa28xa.fw
136File: keyspan/usa28xb.fw
137File: keyspan/usa28x.fw
138File: keyspan/usa49w.fw
139File: keyspan/usa49wlc.fw
140
141Converted from Intel HEX files, used in our binary representation of ihex.
142
143Original licence information:
144
145 Copyright (C) 1999-2001
146 Keyspan, A division of InnoSys Incorporated ("Keyspan")
147
148 as an unpublished work. This notice does not imply unrestricted or
149 public access to the source code from which this firmware image is
150 derived. Except as noted below this firmware image may not be
151 reproduced, used, sold or transferred to any third party without
152 Keyspan's prior written consent. All Rights Reserved.
153
154 Permission is hereby granted for the distribution of this firmware
155 image as part of a Linux or other Open Source operating system kernel
156 in text or binary form as required.
157
158 This firmware may not be modified and may only be used with
159 Keyspan hardware. Distribution and/or Modification of the
160 keyspan.c driver which includes this firmware, in whole or in
161 part, requires the inclusion of this statement."
162
163--------------------------------------------------------------------------
eb8491a0
DW
164
165Driver: keyspan_pda -- USB Keyspan PDA single-port serial device
166
167File: keyspan_pda/keyspan_pda.fw
168Source: keyspan_pda/keyspan_pda.S
169
170File: keyspan_pda/xircom_pgs.fw
171Source: keyspan_pda/xircom_pgs.S
172
7ee581d8
BH
173Source: keyspan_pda/Makefile
174
eb8491a0
DW
175Licence: GPLv2+
176
177Compiled from original 8051 source into Intel HEX, used in our binary ihex form.
178
179--------------------------------------------------------------------------
b45deb58
DW
180
181Driver: emi26 -- EMI 2|6 USB Audio interface
182
183File: emi26/bitstream.fw
4bd6c56f
BH
184Version: 1.1.1.131
185Info: DATE=2001dec06
b45deb58
DW
186
187File: emi26/firmware.fw
4bd6c56f
BH
188Version: 1.0.2.916
189Info: DATE=12.02.2002
b45deb58
DW
190
191File: emi26/loader.fw
192
193Converted from Intel HEX files, used in our binary representation of ihex.
194
195Original licence information:
196/*
197 * This firmware is for the Emagic EMI 2|6 Audio Interface
198 *
199 * The firmware contained herein is Copyright (c) 1999-2002 Emagic
200 * as an unpublished work. This notice does not imply unrestricted
201 * or public access to this firmware which is a trade secret of Emagic,
202 * and which may not be reproduced, used, sold or transferred to
203 * any third party without Emagic's written consent. All Rights Reserved.
204 *
205 * Permission is hereby granted for the distribution of this firmware
206 * image as part of a Linux or other Open Source operating system kernel
207 * in text or binary form as required.
208 *
209 * This firmware may not be modified and may only be used with the
210 * Emagic EMI 2|6 Audio Interface. Distribution and/or Modification of
211 * any driver which includes this firmware, in whole or in part,
212 * requires the inclusion of this statement.
213 */
214
215--------------------------------------------------------------------------
17880cf6
DW
216
217Driver: emi62 -- EMI 6|2m USB Audio interface
218
219File: emi62/bitstream.fw
4bd6c56f
BH
220Version: 1.0.0.191
221Info: DATE= 2002oct28
17880cf6
DW
222
223File: emi62/loader.fw
224Source: EMILOAD.HEX
4bd6c56f
BH
225Version: 1.0.2.002
226Info: DATE=10.01.2002
17880cf6
DW
227
228File: emi62/midi.fw
229Source: EMI62MFW.HEX
4bd6c56f
BH
230Version: 1.04.062
231Info: DATE=16.10.2002
17880cf6
DW
232
233File: emi62/spdif.fw
234Source: EMI62SFW.HEX
4bd6c56f
BH
235Version: 1.04.062
236Info: DATE=16.10.2002
17880cf6
DW
237
238Converted from Intel HEX files, used in our binary representation of ihex.
239
240Original licence information: None
241
242--------------------------------------------------------------------------
9abb8873 243
e301324f 244Driver: ti_usb_3410_5052 -- USB TI 3410/5052 serial device
9abb8873
DW
245
246File: ti_3410.fw
247Info: firmware 9/10/04 FW3410_Special_StartWdogOnStartPort
248
249File: ti_5052.fw
250Info: firmware 9/18/04
251
252Licence: Allegedly GPLv2+, but no source visible. Marked:
253 Copyright (C) 2004 Texas Instruments
254
255Found in hex form in kernel source.
256
257--------------------------------------------------------------------------
0189189a 258
e301324f
CA
259Driver: ti_usb_3410_5052 -- Multi-Tech USB cell modems
260
261File: mts_cdma.fw
262File: mts_gsm.fw
263File: mts_edge.fw
264
265Licence: "all firmware components are redistributable in binary form"
266 per support@multitech.com
267 Copyright (C) 2005 Multi-Tech Systems, Inc.
268
269Found in hex form in ftp://ftp.multitech.com/wireless/wireless_linux.zip
270
271--------------------------------------------------------------------------
272
9a45f6c1
BH
273Driver: ti_usb_3410_5052 -- Multi-Tech USB fax modems
274
275File: mts_mt9234mu.fw
276File: mts_mt9234zba.fw
277
278Licence: Unknown
279
280--------------------------------------------------------------------------
281
0189189a
DW
282Driver: whiteheat -- USB ConnectTech WhiteHEAT serial device
283
284File: whiteheat.fw
285Version: 4.06
286
287File: whiteheat_loader.fw
0189189a
DW
288
289Licence: Allegedly GPLv2, but no source visible. Marked:
290 Copyright (C) 2000-2002 ConnectTech Inc
291
292Debug loader claims the following behaviour:
293 Port 1 LED flashes when the vend_ax program is running
294 Port 2 LED flashes when any SETUP command arrives
295 Port 3 LED flashes when any valid VENDOR request occurs
296 Port 4 LED flashes when the EXTERNAL RAM DOWNLOAD request occurs
297
298Converted from Intel HEX files, used in our binary representation of ihex.
299
300--------------------------------------------------------------------------
73bc148a
DW
301
302Driver: ip2 -- Computone IntelliPort Plus serial device
303
304File: intelliport2.bin
305
306Licence: Unknown
307
308Found in hex form in kernel source.
309
310--------------------------------------------------------------------------
edc44dda 311
859754a1 312Driver: cpia2 -- cameras based on Vision's CPiA2
edc44dda
DW
313
314File: cpia2/stv0672_vp4.bin
315
316Licence: Allegedly GPLv2+, but no source visible. Marked:
317 Copyright (C) 2001 STMicroelectronics, Inc.
318 Contact: steve.miller@st.com
319 Description: This file contains patch data for the CPiA2 (stv0672) VP4.
320
321Found in hex form in kernel source.
322
323--------------------------------------------------------------------------
225e3125 324
859754a1 325Driver: dabusb -- Digital Audio Broadcasting (DAB) Receiver for USB and Linux
225e3125
DW
326
327File: dabusb/firmware.fw
328File: dabusb/bitstream.bin
329
330Licence: Distributable
331
332 * Copyright (C) 1999 BayCom GmbH
333 *
334 * Redistribution and use in source and binary forms, with or without
335 * modification, are permitted provided that redistributions of source
336 * code retain the above copyright notice and this comment without
337 * modification.
338
339--------------------------------------------------------------------------
5c5a083a 340
859754a1 341Driver: vicam -- USB 3com HomeConnect (aka vicam)
5c5a083a
JS
342
343File: vicam/firmware.fw
344
345Licence: Unknown
346
347Found in hex form in kernel source.
348
349--------------------------------------------------------------------------
3ab8dfb9 350
859754a1 351Driver: io_edgeport - USB Inside Out Edgeport Serial Driver
3ab8dfb9
JS
352
353File: edgeport/boot.fw
354File: edgeport/boot2.fw
355File: edgeport/down.fw
356File: edgeport/down2.fw
357
358Licence: Allegedly GPLv2+, but no source visible. Marked:
359//**************************************************************
360//* Edgeport/4 Binary Image
361//* Generated by HEX2C v1.06
362//* Copyright (C) 1998 Inside Out Networks, All rights reserved.
363//**************************************************************
364
365Found in hex form in kernel source.
366
367--------------------------------------------------------------------------
942b3216 368
859754a1 369Driver: io_ti - USB Inside Out Edgeport Serial Driver
942b3216
JS
370(TI Devices)
371
372File: edgeport/down3.bin
373
374Licence:
375//**************************************************************
376//* Edgeport Binary Image (for TI based products)
377//* Generated by TIBin2C v2.00 (watchport)
378//* Copyright (C) 2001 Inside Out Networks, All rights reserved.
379//**************************************************************
380
381Found in hex form in kernel source.
382
383--------------------------------------------------------------------------
68c4f016 384
859754a1 385Driver: dsp56k - Atari DSP56k support
68c4f016
JS
386
387File: dsp56k/bootstrap.bin
388Source: dsp56k/bootstrap.asm
25145003
BH
389Source: dsp56k/Makefile
390Source: dsp56k/concat-bootstrap.pl
68c4f016
JS
391
392Licence: GPLv2 or later
393
25145003 394DSP56001 assembler, buildable with a56 from
68c4f016
JS
395http://www.zdomain.com/a56.html
396
397--------------------------------------------------------------------------
b213a921 398
859754a1 399Driver: snd-sb16-csp - Sound Blaster 16/AWE CSP support
b213a921
JS
400
401File: sb16/mulaw_main.csp
402File: sb16/alaw_main.csp
403File: sb16/ima_adpcm_init.csp
404File: sb16/ima_adpcm_playback.csp
405File: sb16/ima_adpcm_capture.csp
406
407Licence: Allegedly GPLv2+, but no source visible. Marked:
408/*
409 * Copyright (c) 1994 Creative Technology Ltd.
410 * Microcode files for SB16 Advanced Signal Processor
411 */
412
413Found in hex form in kernel source.
414
415--------------------------------------------------------------------------
439c03cf 416
859754a1 417Driver: qla2xxx - QLogic QLA2XXX Fibre Channel
439c03cf 418
b217ed59
BH
419File: ql2100_fw.bin
420Version: 1.19.38 TP
421File: ql2200_fw.bin
422Version: 2.02.08 TP
423File: ql2300_fw.bin
424Version: 3.03.28 IPX
425File: ql2322_fw.bin
426Version: 3.03.28 IPX
427File: ql2400_fw.bin
4957f4b3 428Version: 8.03.00 MID
b217ed59 429File: ql2500_fw.bin
4957f4b3 430Version: 8.03.00 MIDQ
439c03cf
DW
431
432Licence: Redistributable. See LICENCE.qla2xxx for details
433
9d39be9f 434Available from http://ldriver.qlogic.com/firmware/
d10bf8bb
DK
435
436--------------------------------------------------------------------------
437
859754a1 438Driver: orinoco - Agere/Prism/Symbol Orinoco support
d10bf8bb 439
b217ed59
BH
440File: agere_sta_fw.bin
441Version: 9.48 Hermes I
442File: agere_ap_fw.bin
443Version: 9.48 Hermes I
d10bf8bb
DK
444
445Licence: Redistributable. See LICENCE.agere for details
b66ece11
LR
446
447--------------------------------------------------------------------------
448
859754a1 449Driver: ar9170 - Atheros 802.11n "otus" USB
b66ece11
LR
450
451File: ar9170-1.fw
452File: ar9170-2.fw
453
224d4493 454Licence: Redistributable. See LICENCE.atheros_firmware for details
20d34dd4
DW
455
456--------------------------------------------------------------------------
457
1b7c9544 458Driver: ath9k_htc - Atheros HTC devices (USB)
35b30840
S
459
460File: ar9271.fw
1b7c9544
S
461File: ar7010.fw
462File: ar7010_1_1.fw
bb190f3f 463File: htc_9271.fw
5aefb4c4 464Version: 1.3.1
fe2c912a 465File: htc_7010.fw
5aefb4c4 466Version: 1.3.1
3de1c437
AC
467File: ath9k_htc/htc_7010-1.4.0.fw
468Version: 1.4.0
469File: ath9k_htc/htc_9271-1.4.0.fw
470Version: 1.4.0
35b30840
S
471
472Licence: Redistributable. See LICENCE.atheros_firmware for details
473
474--------------------------------------------------------------------------
475
859754a1 476Driver: cassini - Sun Cassini
a9dce495
JS
477
478File: sun/cassini.bin
479
480Licence: Unknown
481
482Found in hex form in kernel source.
483
484--------------------------------------------------------------------------
94cebd28 485
859754a1 486Driver: slicoss - Alacritech IS-NIC products
bb759d64 487
e99eb076
DW
488File: slicoss/gbdownload.sys
489File: slicoss/gbrcvucode.sys
490File: slicoss/oasisdbgdownload.sys
491File: slicoss/oasisdownload.sys
492File: slicoss/oasisrcvucode.sys
bb759d64 493
358e9077
MT
494Licence:
495 Copyright (C) 1999-2009 Alacritech, Inc.
496
497 as an unpublished work. This notice does not imply unrestricted or
498 public access to the source code from which this firmware image is
499 derived. Except as noted below this firmware image may not be
500 reproduced, used, sold or transferred to any third party without
501 Alacritech's prior written consent. All Rights Reserved.
502
503 Permission is hereby granted for the distribution of this firmware
504 image as part of a Linux or other Open Source operating system kernel
505 in text or binary form as required.
506
6c850e37 507 This firmware may not be modified.
bb759d64
LD
508
509Found in hex form in kernel source.
510
511--------------------------------------------------------------------------
a66a29b1 512
859754a1 513Driver: sxg - Alacritech IS-NIC products
a66a29b1 514
e99eb076
DW
515File: sxg/saharadownloadB.sys
516File: sxg/saharadbgdownloadB.sys
a66a29b1 517
358e9077
MT
518Licence:
519 Copyright (C) 1999-2009 Alacritech, Inc.
520
521 as an unpublished work. This notice does not imply unrestricted or
522 public access to the source code from which this firmware image is
523 derived. Except as noted below this firmware image may not be
524 reproduced, used, sold or transferred to any third party without
525 Alacritech's prior written consent. All Rights Reserved.
526
527 Permission is hereby granted for the distribution of this firmware
528 image as part of a Linux or other Open Source operating system kernel
529 in text or binary form as required.
530
6c850e37 531 This firmware may not be modified.
a66a29b1
MT
532
533Found in hex form in kernel source.
a66a29b1
MT
534
535--------------------------------------------------------------------------
94cebd28
DLR
536
537Driver: cxgb3 - Chelsio Terminator 3 1G/10G Ethernet adapter
538
cc8127f1
DW
539File: cxgb3/t3b_psram-1.1.0.bin
540File: cxgb3/t3c_psram-1.1.0.bin
541File: cxgb3/t3fw-7.0.0.bin
542File: cxgb3/t3fw-7.1.0.bin
56cda01b 543File: cxgb3/t3fw-7.4.0.bin
9a45f6c1 544File: cxgb3/t3fw-7.10.0.bin
07af67ca 545File: cxgb3/t3fw-7.12.0.bin
94cebd28 546
224d4493 547Licence: GPLv2 or OpenIB.org BSD license, no source visible
94cebd28
DLR
548
549--------------------------------------------------------------------------
550
10719d6d
DLR
551Driver: cxgb3 - Chelsio Terminator 3 1G/10G Ethernet adapter
552
305a70e8
BH
553File: cxgb3/ael2005_opt_edc.bin
554File: cxgb3/ael2005_twx_edc.bin
555File: cxgb3/ael2020_twx_edc.bin
10719d6d
DLR
556
557Licence:
558 * Copyright (c) 2007-2009 NetLogic Microsystems, Inc.
559 *
560 * Permission is hereby granted for the distribution of this firmware
561 * data in hexadecimal or equivalent format, provided this copyright
562 * notice is accompanying it.
563
564Found in hex form in kernel source.
565
566--------------------------------------------------------------------------
567
33bebd0e 568Driver: cxgb4 - Chelsio Terminator 4/5 1G/10/40G Ethernet adapter
6431c559 569
8bc2d075
HS
570File: cxgb4/t4fw-1.14.4.0.bin
571Link: cxgb4/t4fw.bin -> t4fw-1.14.4.0.bin
572File: cxgb4/t5fw-1.14.4.0.bin
573Link: cxgb4/t5fw.bin -> t5fw-1.14.4.0.bin
a2586e1f
HS
574File: cxgb4/aq1202_fw.cld
575File: cxgb4/bcm8483.bin
6431c559
DLR
576
577Licence: Redistributable. See LICENCE.chelsio_firmware for details
578
579--------------------------------------------------------------------------
10719d6d 580
f2002e2d
JSR
581Driver: e100 -- Intel PRO/100 Ethernet NIC
582
583File: e100/d101m_ucode.bin
584File: e100/d101s_ucode.bin
585File: e100/d102e_ucode.bin
586
9a92b3c2 587Licence: Redistributable. See LICENCE.e100 for details
f2002e2d
JSR
588
589--------------------------------------------------------------------------
590
31797a1c
JS
591Driver: acenic -- Alteon AceNIC Gigabit Ethernet card
592
593File: acenic/tg1.bin
594File: acenic/tg2.bin
595
596Licence: Unknown
597
598Found in hex form in kernel source, but source allegedly available at
599http://alteon.shareable.org/
600
601--------------------------------------------------------------------------
fee37e0d 602
859754a1 603Driver: tg3 -- Broadcom Tigon3 based gigabit Ethernet cards
fee37e0d
JSR
604
605File: tigon/tg3.bin
606File: tigon/tg3_tso.bin
607File: tigon/tg3_tso5.bin
e5c4e54e 608File: tigon/tg357766.bin
fee37e0d
JSR
609
610Licence:
611 * Firmware is:
612 * Derived from proprietary unpublished source code,
e5c4e54e 613 * Copyright (C) 2000-2013 Broadcom Corporation.
fee37e0d
JSR
614 *
615 * Permission is hereby granted for the distribution of this firmware
616 * data in hexadecimal or equivalent format, provided this copyright
617 * notice is accompanying it.
618
619Found in hex form in kernel source.
620
621--------------------------------------------------------------------------
e1cd8d9e 622
859754a1 623Driver: starfire - Adaptec Starfire/DuraLAN support
e1cd8d9e
JSR
624
625File: adaptec/starfire_rx.bin
626File: adaptec/starfire_tx.bin
627
628Licence: Allegedly GPLv2, but no source visible.
629
630Found in hex form in kernel source, with the following notice:
631
632 BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE IT IS LICENSED "AS IS" AND
633 THERE IS NO WARRANTY FOR THE PROGRAM, INCLUDING BUT NOT LIMITED TO THE
634 IMPLIED WARRANTIES OF MERCHANTIBILITY OR FITNESS FOR A PARTICULAR PURPOSE
635 (TO THE EXTENT PERMITTED BY APPLICABLE LAW). USE OF THE PROGRAM IS AT YOUR
636 OWN RISK. IN NO EVENT WILL ADAPTEC OR ITS LICENSORS BE LIABLE TO YOU FOR
637 DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES
638 ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM.
639
640--------------------------------------------------------------------------
55b6b25c 641
d4cfa9f1 642Driver: i2400m-usb - Intel 2400 Wireless WiMAX Connection over USB
6ac109ba 643
d4cfa9f1 644File: i2400m-fw-usb-1.4.sbcf
e9f9e3a9
IPG
645File: i2400m-fw-usb-1.5.sbcf
646File: i6050-fw-usb-1.5.sbcf
6ac109ba 647
224d4493 648Licence: Redistributable. See LICENCE.i2400m for details
6ac109ba
IPG
649
650Also available from http://linuxwimax.org/Download
55b6b25c
DW
651
652--------------------------------------------------------------------------
bdd4d91e
DW
653
654Driver: libertas - Marvell Libertas fullmac-type 802.11b/g cards
655
d6940ed0
DW
656File: libertas/cf8381.bin
657File: libertas/cf8381_helper.bin
305a70e8
BH
658File: libertas/cf8385.bin
659File: libertas/cf8385_helper.bin
660File: libertas/gspi8682.bin
661File: libertas/gspi8682_helper.bin
662File: libertas/gspi8686_v9.bin
663File: libertas/gspi8686_v9_helper.bin
664File: libertas/gspi8688.bin
665File: libertas/gspi8688_helper.bin
666File: libertas/sd8385.bin
667File: libertas/sd8385_helper.bin
668File: libertas/sd8682.bin
669File: libertas/sd8682_helper.bin
670File: libertas/sd8686_v8.bin
671File: libertas/sd8686_v8_helper.bin
672File: libertas/sd8686_v9.bin
673File: libertas/sd8686_v9_helper.bin
305a70e8
BH
674File: libertas/usb8388_v5.bin
675File: libertas/usb8388_v9.bin
676File: libertas/usb8682.bin
08967164 677File: mrvl/sd8688.bin
2892af06 678Link: libertas/sd8688.bin -> ../mrvl/sd8688.bin
08967164 679File: mrvl/sd8688_helper.bin
2892af06 680Link: libertas/sd8688_helper.bin -> ../mrvl/sd8688_helper.bin
bdd4d91e 681
2e79e60b 682Licence: Redistributable. See LICENCE.Marvell for details. Extracted from
bdd4d91e
DW
683Linux driver tarballs downloaded from Marvell's "Extranet" with permission.
684
685--------------------------------------------------------------------------
686
3c757c0b
AS
687Driver: libertas - Marvell Libertas 802.11b/g cards, OLPC firmware
688
689File: libertas/lbtf_sdio.bin
4bd6c56f 690Version: 9.0.7.p4
3c757c0b 691
ac879fea 692File: lbtf_usb.bin
4bd6c56f 693Version: 5.132.3.p1
3c757c0b
AS
694
695File: libertas/usb8388_olpc.bin
4bd6c56f 696Version: 5.110.22.p23
3c757c0b
AS
697
698Licence: Redistributable. See LICENCE.OLPC for details.
699
700Available from http://dev.laptop.org/pub/firmware/libertas/
701
702--------------------------------------------------------------------------
703
6942dba4 704Driver: mwl8k - Marvell Libertas softmac-type 802.11b/g/n cards
bdd4d91e 705
305a70e8
BH
706File: mwl8k/fmimage_8687.fw
707File: mwl8k/helper_8687.fw
829e0e36
BC
708File: mwl8k/fmimage_8366.fw
709File: mwl8k/fmimage_8366_ap-1.fw
e2958cc8 710File: mwl8k/fmimage_8366_ap-2.fw
6942dba4
YAP
711File: mwl8k/fmimage_8366_ap-3.fw
712Version: 5.2.8.16
829e0e36 713File: mwl8k/helper_8366.fw
bdd4d91e 714
c530a75c
YAP
715File: mwl8k/fmimage_8764_ap-1.fw
716Version: 7.4.0.9
717
829e0e36
BC
718Licence: Redistributable. See LICENCE.Marvell for details. 8687 images
719downloaded from Marvell's "Extranet" with permission. 8366 images contributed
720directly by Marvell.
bdd4d91e
DW
721
722--------------------------------------------------------------------------
723
009719f9 724Driver: mwifiex - Marvell Wi-Fi fullmac-type 802.11n/ac cards
4bd88f61
BZ
725
726File: mrvl/sd8787_uapsta.bin
690541ee 727Version: 14.66.35.p52
4bd88f61 728
3b779110
AP
729File: mrvl/usb8766_uapsta.bin
730Version: 14.68.22.p16
731
66a7be7f 732File: mrvl/sd8797_uapsta.bin
f87c5b8d 733Version: 14.66.11.p151
66a7be7f 734
f3ae9dd8
AP
735File: mrvl/usb8797_uapsta.bin
736Version: 14.68.29.p38
737
b7c84863 738File: mrvl/sd8897_uapsta.bin
7271c127 739Version: 15.68.4.p112
b7c84863 740
f905215b 741File: mrvl/usb8897_uapsta.bin
a5a39f34 742Version: 15.68.4.p103
f905215b 743
009719f9 744File: mrvl/pcie8897_uapsta.bin
7271c127 745Version: 15.68.4.p112
009719f9 746
8b98c3f1
AP
747File: mrvl/sd8887_uapsta.bin
748Version: 15.68.7.p5
749
bac3567c
DD
750Licence: Redistributable. See LICENCE.Marvell for details. Originates from
751http://git.marvell.com/?p=mwifiex-firmware.git
4bd88f61
BZ
752
753--------------------------------------------------------------------------
754
caef650a
CR
755
756Driver: iwlwifi - Intel Wireless Wifi
757
758File: iwlwifi-3945-2.ucode
4bd6c56f 759Version: 15.32.2.9
caef650a
CR
760
761File: iwlwifi-4965-2.ucode
4bd6c56f 762Version: 228.61.2.24
caef650a
CR
763
764File: iwlwifi-5000-1.ucode
4bd6c56f 765Version: 5.4.A.11 (aka 5.4.1.16)
caef650a 766
58013911 767File: iwlwifi-5000-2.ucode
4bd6c56f 768Version: 8.24.2.12
58013911 769
8654e2dd 770File: iwlwifi-5000-5.ucode
4bd6c56f 771Version: 8.83.5.1
8654e2dd 772
80a20327 773File: iwlwifi-5150-2.ucode
4bd6c56f 774Version: 8.24.2.2
80a20327 775
c296f41d 776File: iwlwifi-1000-3.ucode
4bd6c56f 777Version: 128.50.3.1
c296f41d 778
7522de5d 779File: iwlwifi-1000-5.ucode
4bd6c56f 780Version: 39.31.5.1
7522de5d 781
171dbc3d 782File: iwlwifi-6000-4.ucode
4bd6c56f 783Version: 9.221.4.1
171dbc3d 784
85212bf6 785File: iwlwifi-6050-4.ucode
4bd6c56f 786Version: 9.201.4.1
85212bf6 787
eb0ad4ff 788File: iwlwifi-6050-5.ucode
4bd6c56f 789Version: 41.28.5.1
eb0ad4ff 790
3feb2d95 791File: iwlwifi-6000g2a-5.ucode
4bd6c56f 792Version: 17.168.5.3
3feb2d95 793
bbede96f
JB
794File: iwlwifi-6000g2a-6.ucode
795Version: 18.168.6.1
796
dd6e5da9 797File: iwlwifi-6000g2b-5.ucode
4bd6c56f 798Version: 17.168.5.1
dd6e5da9 799
652fbb40 800File: iwlwifi-6000g2b-6.ucode
4bd6c56f 801Version: 18.168.6.1
652fbb40 802
5d1a03de 803File: iwlwifi-135-6.ucode
4bd6c56f 804Version: 18.168.6.1
5d1a03de 805
5890cd45 806File: iwlwifi-100-5.ucode
4bd6c56f 807Version: 39.31.5.1
5890cd45 808
5d1a03de 809File: iwlwifi-105-6.ucode
4bd6c56f 810Version: 18.168.6.1
5d1a03de 811
4ee709b2 812File: iwlwifi-2030-6.ucode
4bd6c56f 813Version: 18.168.6.1
4ee709b2 814
26be5d1c 815File: iwlwifi-2000-6.ucode
4bd6c56f 816Version: 18.168.6.1
26be5d1c 817
e982abf0 818File: iwlwifi-7260-7.ucode
82499471 819Version: 22.1.7.0
e982abf0 820
11fdbda7 821File: iwlwifi-7260-8.ucode
509a474f 822Version: 22.24.8.0
11fdbda7 823
7a67dbf9 824File: iwlwifi-7260-9.ucode
99b62571 825Version: 25.228.9.0
7a67dbf9 826
eaac0789 827File: iwlwifi-7260-10.ucode
d81bc142 828Version: 23.15.10.0
eaac0789 829
32c3d50a 830File: iwlwifi-7260-12.ucode
888ea193 831Version: 25.17.12.0
32c3d50a 832
c6c4150e
EG
833File: iwlwifi-7260-13.ucode
834Version: 25.30.13.0
835
7514f28c
EG
836File: iwlwifi-7260-16.ucode
837Version 16.242414.0
838
e982abf0 839File: iwlwifi-3160-7.ucode
82499471 840Version: 22.1.7.0
e982abf0 841
11fdbda7 842File: iwlwifi-3160-8.ucode
509a474f 843Version: 22.24.8.0
11fdbda7 844
7a67dbf9 845File: iwlwifi-3160-9.ucode
99b62571 846Version: 25.228.9.0
7a67dbf9 847
eaac0789 848File: iwlwifi-3160-10.ucode
d81bc142 849Version: 23.15.10.0
eaac0789 850
32c3d50a 851File: iwlwifi-3160-12.ucode
888ea193 852Version: 25.17.12.0
32c3d50a 853
c6c4150e
EG
854File: iwlwifi-3160-13.ucode
855Version: 25.30.13.0
856
7514f28c
EG
857File: iwlwifi-3160-16.ucode
858Version 16.242414.0
859
a205d6f5
EG
860File: iwlwifi-7265-8.ucode
861Version: 22.24.8.0
862
7a67dbf9 863File: iwlwifi-7265-9.ucode
99b62571 864Version: 25.228.9.0
7a67dbf9 865
eaac0789 866File: iwlwifi-7265-10.ucode
d81bc142 867Version: 23.15.10.0
eaac0789 868
32c3d50a 869File: iwlwifi-7265-12.ucode
888ea193 870Version: 25.17.12.0
32c3d50a 871
c6c4150e
EG
872File: iwlwifi-7265-13.ucode
873Version: 25.30.13.0
874
7514f28c
EG
875File: iwlwifi-7265-16.ucode
876Version 16.242414.0
877
eaac0789 878File: iwlwifi-7265D-10.ucode
d81bc142 879Version: 23.15.10.0
eaac0789 880
32c3d50a 881File: iwlwifi-7265D-12.ucode
888ea193 882Version: 25.17.12.0
32c3d50a 883
c6c4150e
EG
884File: iwlwifi-7265D-13.ucode
885Version: 25.30.13.0
886
7514f28c
EG
887File: iwlwifi-7265D-16.ucode
888Version 16.242414.0
889
c6c4150e
EG
890File: iwlwifi-8000C-13.ucode
891Version: 25.30.13.0
892
7514f28c
EG
893File: iwlwifi-8000C-16.ucode
894Version 16.242414.0
895
224d4493 896Licence: Redistributable. See LICENCE.iwlwifi_firmware for details
caef650a 897
7a67dbf9 898Also available from http://wireless.kernel.org/en/users/Drivers/iwlwifi#Firmware
caef650a
CR
899
900--------------------------------------------------------------------------
6b933a27 901
a699eb69 902Driver: cx231xx - Conexant Cx23100/101/102 USB broadcast A/V decoder
6b933a27
MCC
903
904File: v4l-cx231xx-avcore-01.fw
905
162cbfdf
BH
906Licence: Redistributable.
907
6b933a27
MCC
908 Conexant grants permission to use and redistribute these firmware
909 files for use with Conexant devices, but not as a part of the Linux
910 kernel or in any other form which would require these files themselves
911 to be covered by the terms of the GNU General Public License.
912 These firmware files are distributed in the hope that they will be
913 useful, but WITHOUT ANY WARRANTY; without even the implied warranty
914 of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
cc8127f1
DW
915
916--------------------------------------------------------------------------
917
859754a1 918Driver: tehuti - Tehuti Networks 10G Ethernet
8008f73c
BH
919
920File: tehuti/bdx.bin
921
922Licence:
923
924 Copyright (C) 2007 Tehuti Networks Ltd.
925
926 Permission is hereby granted for the distribution of this firmware data
927 in hexadecimal or equivalent format, provided this copyright notice is
928 accompanying it.
929
930Found in hex form in kernel source.
931
932--------------------------------------------------------------------------
6ebd5bee 933
859754a1 934Driver: typhoon - 3cr990 series Typhoon
6ebd5bee
BH
935
936File: 3com/typhoon.bin
937
938Licence:
939/*
940 * Copyright 1999-2004 3Com Corporation. All Rights Reserved.
941 *
942 * Redistribution and use in source and binary forms of the 3c990img.h
943 * microcode software are permitted provided that the following conditions
944 * are met:
945 * 1. Redistribution of source code must retain the above copyright
946 * notice, this list of conditions and the following disclaimer.
947 * 2. Redistribution in binary form must reproduce the above copyright
948 * notice, this list of conditions and the following disclaimer in the
949 * documentation and/or other materials provided with the distribution.
950 * 3. The name of 3Com may not be used to endorse or promote products
951 * derived from this software without specific prior written permission
952 *
953 * THIS SOFTWARE IS PROVIDED BY 3COM ``AS IS'' AND ANY EXPRESS OR
954 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
955 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
956 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
957 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
958 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
959 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
960 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
961 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
962 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
963 *
964 * USER ACKNOWLEDGES AND AGREES THAT PURCHASE OR USE OF THE 3c990img.h
965 * MICROCODE SOFTWARE WILL NOT CREATE OR GIVE GROUNDS FOR A LICENSE BY
966 * IMPLICATION, ESTOPPEL, OR OTHERWISE IN ANY INTELLECTUAL PROPERTY RIGHTS
967 * (PATENT, COPYRIGHT, TRADE SECRET, MASK WORK, OR OTHER PROPRIETARY RIGHT)
968 * EMBODIED IN ANY OTHER 3COM HARDWARE OR SOFTWARE EITHER SOLELY OR IN
969 * COMBINATION WITH THE 3c990img.h MICROCODE SOFTWARE
970 */
971
972Found in hex form in kernel source.
973
974--------------------------------------------------------------------------
a8f3ffd6 975
859754a1 976Driver: yam - YAM driver for AX.25
a8f3ffd6
JSR
977
978File: yam/1200.bin
979File: yam/9600.bin
980
981Licence:
982 * (C) F6FBB 1998
983
984Found in hex form in kernel source.
985
986--------------------------------------------------------------------------
de6f8d14 987
859754a1 988Driver: 3c359 - 3Com 3C359 Token Link Velocity XL adapter
de6f8d14
JSR
989
990File: 3com/3C359.bin
991
992Licence:
993/*
994 * The firmware this driver downloads into the tokenring card is a
995 * separate program and is not GPL'd source code, even though the Linux
996 * side driver and the routine that loads this data into the card are.
997 *
998 * This firmware is licensed to you strictly for use in conjunction
999 * with the use of 3Com 3C359 TokenRing adapters. There is no
1000 * waranty expressed or implied about its fitness for any purpose.
1001 */
1002/* 3c359_microcode.mac: 3Com 3C359 Tokenring microcode.
1003 *
1004 * Notes:
1005 * - Loaded from xl_init upon adapter initialization.
1006 *
1007 * Available from 3Com as part of their standard 3C359 driver.
1008 */
1009
1010Found in hex form in kernel source.
1011
1012--------------------------------------------------------------------------
b06e75fd 1013
859754a1 1014Driver: pcnet_cs - NE2000 compatible PCMCIA adapter
252dceb8
KK
1015
1016File: cis/LA-PCM.cis
56cda01b
BH
1017File: cis/PCMLM28.cis
1018File: cis/DP83903.cis
1019File: cis/NE2K.cis
1020File: cis/tamarack.cis
1021File: cis/PE-200.cis
2d07c7de 1022File: cis/PE520.cis
8adae7fc
BH
1023Source: cis/src/LA-PCM.cis
1024Source: cis/src/PCMLM28.cis
1025Source: cis/src/DP83903.cis
1026Source: cis/src/NE2K.cis
1027Source: cis/src/tamarack.cis
1028Source: cis/src/PE-200.cis
1029Source: cis/src/PE520.cis
252dceb8 1030
8adae7fc 1031Licence: Dual GPLv2/MPL
252dceb8
KK
1032
1033Originally developed by the pcmcia-cs project
8adae7fc 1034Copyright (C) 1998, 1999, 2000 David A. Hinds
252dceb8
KK
1035
1036--------------------------------------------------------------------------
1037
859754a1 1038Driver: 3c589_cs - 3Com PCMCIA adapter
5a6c8aff
KK
1039
1040File: cis/3CXEM556.cis
8adae7fc 1041Source: cis/src/3CXEM556.cis
5a6c8aff 1042
8adae7fc 1043Licence: Dual GPLv2/MPL
5a6c8aff
KK
1044
1045Originally developed by the pcmcia-cs project
8adae7fc 1046Copyright (C) 1998, 1999, 2000 David A. Hinds
5a6c8aff
KK
1047
1048--------------------------------------------------------------------------
1049
859754a1 1050Driver: 3c574_cs - 3Com PCMCIA adapter
5a6c8aff
KK
1051
1052File: cis/3CCFEM556.cis
8adae7fc 1053Source: cis/src/3CCFEM556.cis
5a6c8aff 1054
8adae7fc 1055Licence: Dual GPLv2/MPL
5a6c8aff
KK
1056
1057Originally developed by the pcmcia-cs project
8adae7fc 1058Copyright (C) 1998, 1999, 2000 David A. Hinds
5a6c8aff
KK
1059
1060--------------------------------------------------------------------------
1061
859754a1 1062Driver: serial_cs - Serial PCMCIA adapter
1ca52a49
KK
1063
1064File: cis/MT5634ZLX.cis
56cda01b
BH
1065File: cis/RS-COM-2P.cis
1066File: cis/COMpad2.cis
1067File: cis/COMpad4.cis
8adae7fc
BH
1068Source: cis/src/MT5634ZLX.cis
1069Source: cis/src/RS-COM-2P.cis
1070Source: cis/src/COMpad2.cis
1071Source: cis/src/COMpad4.cis
1ca52a49 1072
8adae7fc 1073Licence: Dual GPLv2/MPL
1ca52a49
KK
1074
1075Originally developed by the pcmcia-cs project
8adae7fc 1076Copyright (C) 1998, 1999, 2000 David A. Hinds
1ca52a49
KK
1077
1078--------------------------------------------------------------------------
1079
c69b9145
BH
1080Driver: serial_cs - Serial PCMCIA adapter
1081
56cda01b
BH
1082File: cis/SW_555_SER.cis
1083File: cis/SW_7xx_SER.cis
1084File: cis/SW_8xx_SER.cis
1ca52a49 1085
c69b9145 1086Licence: GPLv3
1ca52a49 1087
c69b9145 1088Copyright Sierra Wireless
1ca52a49
KK
1089
1090--------------------------------------------------------------------------
1091
859754a1 1092Driver: smc91c92_cs - SMC 91Cxx PCMCIA
b06e75fd
JSR
1093
1094File: ositech/Xilinx7OD.bin
1095
1096Licence: Allegedly GPL, but no source visible. Marked:
1097 This file contains the firmware of Seven of Diamonds from OSITECH.
1098 (Special thanks to Kevin MacPherson of OSITECH)
1099
1100Found in hex form in kernel source.
1101
1102--------------------------------------------------------------------------
c22feacf 1103
a699eb69
MCC
1104Driver: cx23418 - Conexant PCI Broadcast A/V with MPEG encoder
1105
1106File: v4l-cx23418-apu.fw
1107File: v4l-cx23418-cpu.fw
1108File: v4l-cx23418-dig.fw
1109
162cbfdf
BH
1110Licence: Redistributable.
1111
a699eb69
MCC
1112 Conexant grants permission to use and redistribute these firmware
1113 files for use with Conexant devices, but not as a part of the Linux
1114 kernel or in any other form which would require these files themselves
1115 to be covered by the terms of the GNU General Public License.
1116 These firmware files are distributed in the hope that they will be
1117 useful, but WITHOUT ANY WARRANTY; without even the implied warranty
1118 of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
1119
1120--------------------------------------------------------------------------
1121
1122Driver: cx23885 - Conexant PCI Express Broadcast A/V decoder
1123
1124File: v4l-cx23885-avcore-01.fw
a699eb69 1125
162cbfdf
BH
1126Licence: Redistributable.
1127
a699eb69
MCC
1128 Conexant grants permission to use and redistribute these firmware
1129 files for use with Conexant devices, but not as a part of the Linux
1130 kernel or in any other form which would require these files themselves
1131 to be covered by the terms of the GNU General Public License.
1132 These firmware files are distributed in the hope that they will be
1133 useful, but WITHOUT ANY WARRANTY; without even the implied warranty
1134 of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
1135
1136--------------------------------------------------------------------------
1137
1138Driver: cx23840 - Conexant sideport Broadcast A/V decoder
1139
1140File: v4l-cx25840.fw
1141
162cbfdf
BH
1142Licence: Redistributable.
1143
a699eb69
MCC
1144 Conexant grants permission to use and redistribute these firmware
1145 files for use with Conexant devices, but not as a part of the Linux
1146 kernel or in any other form which would require these files themselves
1147 to be covered by the terms of the GNU General Public License.
1148 These firmware files are distributed in the hope that they will be
1149 useful, but WITHOUT ANY WARRANTY; without even the implied warranty
1150 of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
c22feacf
DW
1151
1152--------------------------------------------------------------------------
a652b079 1153
859754a1 1154Driver: qlogicpti - PTI Qlogic, ISP Driver
761eb27e
JSR
1155
1156File: qlogic/isp1000.bin
1157
1158Licence: Unknown
1159
1160Found in hex form in kernel source.
1161
1162--------------------------------------------------------------------------
bfe8ff32 1163
859754a1 1164Driver: myri_sbus - MyriCOM Gigabit Ethernet
9ce2c73c
JSR
1165
1166File: myricom/lanai.bin
1167
1168Licence: Unknown
1169
0eae2a4d
VZ
1170Found in hex form in kernel source.
1171
1172--------------------------------------------------------------------------
1173
1174Driver: bnx2x: Broadcom Everest
1175
e99eb076
DW
1176File: bnx2x-e1-4.8.53.0.fw
1177File: bnx2x-e1h-4.8.53.0.fw
305a70e8
BH
1178File: bnx2x-e1-5.2.7.0.fw
1179File: bnx2x-e1h-5.2.7.0.fw
82af8beb
VZ
1180File: bnx2x-e1-5.2.13.0.fw
1181File: bnx2x-e1h-5.2.13.0.fw
b34ccef9
BH
1182File: bnx2x/bnx2x-e1-6.0.34.0.fw
1183File: bnx2x/bnx2x-e1h-6.0.34.0.fw
1184File: bnx2x/bnx2x-e2-6.0.34.0.fw
1185File: bnx2x/bnx2x-e1-6.2.5.0.fw
1186File: bnx2x/bnx2x-e1h-6.2.5.0.fw
1187File: bnx2x/bnx2x-e2-6.2.5.0.fw
286d0455
DK
1188File: bnx2x/bnx2x-e1-6.2.9.0.fw
1189File: bnx2x/bnx2x-e1h-6.2.9.0.fw
1190File: bnx2x/bnx2x-e2-6.2.9.0.fw
97649b1e
VZ
1191File: bnx2x/bnx2x-e2-7.0.20.0.fw
1192File: bnx2x/bnx2x-e1-7.0.20.0.fw
1193File: bnx2x/bnx2x-e1h-7.0.20.0.fw
c8958f5d
AE
1194File: bnx2x/bnx2x-e2-7.0.23.0.fw
1195File: bnx2x/bnx2x-e1-7.0.23.0.fw
1196File: bnx2x/bnx2x-e1h-7.0.23.0.fw
15888a2e
DK
1197File: bnx2x/bnx2x-e2-7.0.29.0.fw
1198File: bnx2x/bnx2x-e1-7.0.29.0.fw
1199File: bnx2x/bnx2x-e1h-7.0.29.0.fw
6f8990bc
BW
1200File: bnx2x/bnx2x-e2-7.2.16.0.fw
1201File: bnx2x/bnx2x-e1-7.2.16.0.fw
1202File: bnx2x/bnx2x-e1h-7.2.16.0.fw
1a9f168b
BW
1203File: bnx2x/bnx2x-e2-7.2.51.0.fw
1204File: bnx2x/bnx2x-e1-7.2.51.0.fw
1205File: bnx2x/bnx2x-e1h-7.2.51.0.fw
236367db
YM
1206File: bnx2x/bnx2x-e1-7.8.2.0.fw
1207File: bnx2x/bnx2x-e1h-7.8.2.0.fw
1208File: bnx2x/bnx2x-e2-7.8.2.0.fw
72524b4f
DK
1209File: bnx2x/bnx2x-e1-7.8.17.0.fw
1210File: bnx2x/bnx2x-e1h-7.8.17.0.fw
1211File: bnx2x/bnx2x-e2-7.8.17.0.fw
9f464219
YM
1212File: bnx2x/bnx2x-e1-7.8.19.0.fw
1213File: bnx2x/bnx2x-e1h-7.8.19.0.fw
1214File: bnx2x/bnx2x-e2-7.8.19.0.fw
ce64fa89
YM
1215File: bnx2x/bnx2x-e1-7.10.51.0.fw
1216File: bnx2x/bnx2x-e1h-7.10.51.0.fw
1217File: bnx2x/bnx2x-e2-7.10.51.0.fw
e10097aa
YM
1218File: bnx2x/bnx2x-e1-7.12.30.0.fw
1219File: bnx2x/bnx2x-e1h-7.12.30.0.fw
1220File: bnx2x/bnx2x-e2-7.12.30.0.fw
46e8a249
YM
1221File: bnx2x/bnx2x-e1-7.13.1.0.fw
1222File: bnx2x/bnx2x-e1h-7.13.1.0.fw
1223File: bnx2x/bnx2x-e2-7.13.1.0.fw
e10097aa 1224
0eae2a4d
VZ
1225
1226License:
15888a2e 1227 Copyright (c) 2007-2011 Broadcom Corporation
0eae2a4d
VZ
1228
1229 This file contains firmware data derived from proprietary unpublished
15888a2e 1230 source code, Copyright (c) 2007-2011 Broadcom Corporation.
0eae2a4d
VZ
1231
1232 Permission is hereby granted for the distribution of this firmware data
1233 in hexadecimal or equivalent format, provided this copyright notice is
1234 accompanying it.
1235
1236
9ce2c73c
JSR
1237Found in hex form in kernel source.
1238
1239--------------------------------------------------------------------------
aaba5f25 1240
859754a1 1241Driver: bnx2 - Broadcom NetXtremeII
aaba5f25
MC
1242
1243File: bnx2/bnx2-mips-06-4.6.16.fw
c103430a 1244File: bnx2/bnx2-mips-06-5.0.0.j3.fw
2d07c7de 1245File: bnx2/bnx2-mips-06-5.0.0.j6.fw
c9cbafa5 1246File: bnx2/bnx2-mips-06-6.0.15.fw
7b3d6e71 1247File: bnx2/bnx2-mips-06-6.2.1.fw
9897fdba 1248File: bnx2/bnx2-mips-06-6.2.3.fw
aaba5f25 1249File: bnx2/bnx2-mips-09-4.6.17.fw
c103430a 1250File: bnx2/bnx2-mips-09-5.0.0.j3.fw
2d07c7de 1251File: bnx2/bnx2-mips-09-5.0.0.j9.fw
9a45f6c1 1252File: bnx2/bnx2-mips-09-5.0.0.j15.fw
c9cbafa5 1253File: bnx2/bnx2-mips-09-6.0.17.fw
7b3d6e71 1254File: bnx2/bnx2-mips-09-6.2.1.fw
82273130 1255File: bnx2/bnx2-mips-09-6.2.1a.fw
9897fdba 1256File: bnx2/bnx2-mips-09-6.2.1b.fw
c103430a
DW
1257File: bnx2/bnx2-rv2p-06-4.6.16.fw
1258File: bnx2/bnx2-rv2p-06-5.0.0.j3.fw
c9cbafa5 1259File: bnx2/bnx2-rv2p-06-6.0.15.fw
aaba5f25 1260File: bnx2/bnx2-rv2p-09-4.6.15.fw
c103430a 1261File: bnx2/bnx2-rv2p-09-5.0.0.j3.fw
2d07c7de 1262File: bnx2/bnx2-rv2p-09-5.0.0.j10.fw
c9cbafa5 1263File: bnx2/bnx2-rv2p-09-6.0.17.fw
c103430a 1264File: bnx2/bnx2-rv2p-09ax-5.0.0.j3.fw
2d07c7de 1265File: bnx2/bnx2-rv2p-09ax-5.0.0.j10.fw
c9cbafa5 1266File: bnx2/bnx2-rv2p-09ax-6.0.17.fw
aaba5f25
MC
1267
1268Licence:
1269
1270 This file contains firmware data derived from proprietary unpublished
2d07c7de 1271 source code, Copyright (c) 2004 - 2010 Broadcom Corporation.
aaba5f25
MC
1272
1273 Permission is hereby granted for the distribution of this firmware data
1274 in hexadecimal or equivalent format, provided this copyright notice is
1275 accompanying it.
1276
1277Found in hex form in kernel source.
1278
1279--------------------------------------------------------------------------
aeb537e9 1280
1533edfa 1281Driver: netxen_nic - NetXen Multi port (1/10) Gigabit Ethernet NIC
1282
1283File: phanfw.bin
b0e5040c 1284Version: 4.0.590
1533edfa 1285
1286Licence: Redistributable. See LICENCE.phanfw for details.
1287
b584174f
SS
1288Available from http://ldriver.qlogic.com/firmware/netxen_nic/new/
1289
1533edfa 1290--------------------------------------------------------------------------
1291
859754a1 1292Driver: dvb-ttpci -- AV7110 cards
f14750df
JS
1293
1294File: av7110/bootcode.bin
5cbed982
BH
1295Source: av7110/Boot.S
1296Source: av7110/Makefile
f14750df
JS
1297
1298Licence: GPLv2 or later
1299
5cbed982 1300ARM assembly source code from http://www.linuxtv.org/downloads/firmware/Boot.S
f14750df
JS
1301
1302--------------------------------------------------------------------------
8bb3b685 1303
859754a1 1304Driver: snd-wavefront - ISA WaveFront sound card
8bb3b685
TI
1305
1306File: yamaha/yss225_registers.bin
1307
1308Licence: Allegedly GPLv2+, but no source visible.
1309
1310Found in hex form in kernel source, with the following comment:
1311 Copyright (c) 1998-2002 by Paul Davis <pbd@op.net>
1312
8bb3b685 1313--------------------------------------------------------------------------
a1b8f9ee 1314
4618e53c
BH
1315Driver: rt61pci - Ralink RT2561, RT2561S, RT2661 wireless MACs
1316
85fbcaa8
BH
1317File: rt2561.bin
1318File: rt2561s.bin
1319File: rt2661.bin
4618e53c 1320
bfdde6b0 1321Licence: Redistributable. See LICENCE.ralink-firmware.txt for details
4618e53c
BH
1322
1323Downloaded from http://www.ralinktech.com/ralink/Home/Support/Linux.html
1324
1325--------------------------------------------------------------------------
1326
1327Driver: rt73usb - Ralink RT2571W, RT2671 wireless MACs
1328
1329File: rt73.bin
1330
bfdde6b0 1331Licence: Redistributable. See LICENCE.ralink-firmware.txt for details
4618e53c
BH
1332
1333Downloaded from http://www.ralinktech.com/ralink/Home/Support/Linux.html
1334
1335--------------------------------------------------------------------------
1336
e98750f0 1337Driver: rt2800pci - Ralink RT2860, RT2890, RT3090, RT3290, RT5390 wireless MACs
4618e53c
BH
1338
1339File: rt2860.bin
e98750f0 1340File: rt3290.bin
4618e53c 1341
bfdde6b0 1342Licence: Redistributable. See LICENCE.ralink-firmware.txt for details
4618e53c 1343
5c10f3d6 1344Binary file supplied by Shiang Tu <shiang_tu@ralinktech.com>. Firmware Version 34
e98750f0 1345rt3290.bin is a specific firmware support the RT3290 chip. Firmware Version 37
4618e53c
BH
1346
1347--------------------------------------------------------------------------
1348
a513267c
BH
1349Driver: rt2860sta - Ralink RT3090 wireless MACs
1350
2892af06 1351Link: rt3090.bin -> rt2860.bin
a513267c
BH
1352
1353Licence: Redistributable. See LICENCE.ralink-firmware.txt for details
1354
a513267c
BH
1355--------------------------------------------------------------------------
1356
5c10f3d6 1357Driver: rt2800usb - Ralink RT2870, RT3070, RT3071, RT3072, RT5370 wireless MACs
4618e53c
BH
1358
1359File: rt2870.bin
ae524638
BH
1360
1361Licence: Redistributable. See LICENCE.ralink-firmware.txt for details
1362
1363Binary file supplied by Shiang Tu <shiang_tu@ralinktech.com>. Firmware Version 29
1364
1365--------------------------------------------------------------------------
1366
1367Driver: rt2870sta - Ralink RT2870, RT3070, RT3071 wireless MACs
1368
2892af06 1369Link: rt3070.bin -> rt2870.bin
a1deff1f 1370File: rt3071.bin
4618e53c 1371
bfdde6b0 1372Licence: Redistributable. See LICENCE.ralink-firmware.txt for details
4618e53c 1373
ae524638 1374rt3071.bin is a copy of bytes 4096-8191 of rt2870.bin for compatibility.
4618e53c 1375
9627a3b8
BP
1376--------------------------------------------------------------------------
1377
09c949f6 1378Driver: usbdux/usbduxfast/usbduxsigma - usbdux data acquisition cards
9627a3b8
BP
1379
1380File: usbdux_firmware.bin
305a70e8 1381File: usbduxfast_firmware.bin
09c949f6 1382File: usbduxsigma_firmware.bin
dd0ea3aa
DW
1383Source: usbdux/fx2-include.asm
1384Source: usbdux/usbduxfast_firmware.asm
1385Source: usbdux/usbdux_firmware.asm
09c949f6 1386Source: usbdux/usbduxsigma_firmware.asm
9627a3b8
BP
1387
1388Licence: GPLv2. See source code in usbdux/ subdirectory.
1389
1390Provided from the author, Bernd Porr <BerndPorr@f2s.com>
8620e8b6
DW
1391
1392--------------------------------------------------------------------------
1393
330e6abe
MCC
1394Driver: xc4000 - Xceive 4000 Tuner driver
1395
1396File: dvb-fe-xc4000-1.4.1.fw
1397Version: 1.4.1
1398
1399Licence: Redistributable. See LICENCE.xc4000 for details
1400
1401--------------------------------------------------------------------------
ae6c3532
MCC
1402Driver: xc5000 - Xceive 5000 Tuner driver
1403
1404File: dvb-fe-xc5000-1.6.114.fw
4bd6c56f 1405Version: 1.6.114
ae6c3532 1406
738aaa56
MCC
1407File: dvb-fe-xc5000c-4.1.30.7.fw
1408Version: 4.1.30.7
1409
1410Licence: Redistributable. See LICENCE.xc5000 and LICENCE.xc5000c for details
ae6c3532 1411
f20b0674
DH
1412--------------------------------------------------------------------------
1413
1414Driver: dib0700 - DiBcom dib0700 USB DVB bridge driver
1415
1416File: dvb-usb-dib0700-1.20.fw
4bd6c56f 1417Version: 1.20
f20b0674 1418
3a21320e 1419Licence: Redistributable. See LICENSE.dib0700 for details
c103430a 1420
7a035410
KV
1421--------------------------------------------------------------------------
1422
859754a1 1423Driver: ath3k - DFU Driver for Atheros bluetooth chipset AR3011
7a035410
KV
1424
1425File: ath3k-1.fw
4bd6c56f 1426Version: 1.0
7a035410 1427
9cab998b
BS
1428Fix EEPROM radio table issue and change PID to 3005
1429
7a035410 1430Licence: Redistributable. See LICENCE.atheros_firmware for details
c103430a
DW
1431
1432--------------------------------------------------------------------------
1433
4fb42e30
BH
1434Driver: mga - Matrox G200/G400/G550
1435
1436File: matrox/g200_warp.fw
1437File: matrox/g400_warp.fw
1438
1439Licence:
1440
1441Copyright 1999 Matrox Graphics Inc.
1442All Rights Reserved.
1443
1444Permission is hereby granted, free of charge, to any person obtaining a
1445copy of this software and associated documentation files (the "Software"),
1446to deal in the Software without restriction, including without limitation
1447the rights to use, copy, modify, merge, publish, distribute, sublicense,
1448and/or sell copies of the Software, and to permit persons to whom the
1449Software is furnished to do so, subject to the following conditions:
1450
1451The above copyright notice and this permission notice shall be included
1452in all copies or substantial portions of the Software.
1453
1454THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
1455OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1456FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
1457MATROX GRAPHICS INC., OR ANY OTHER CONTRIBUTORS BE LIABLE FOR ANY CLAIM,
1458DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
1459OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
1460OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1461
1462Found in hex form in kernel source.
1463
1464--------------------------------------------------------------------------
5d46d0e9
BH
1465
1466Driver: r128 - ATI Rage 128
1467
1468File: r128/r128_cce.bin
1469
1470Licence:
1471
1472Copyright 2000 Advanced Micro Devices, Inc.
1473
1474 * Permission is hereby granted, free of charge, to any person obtaining a
1475 * copy of this software and associated documentation files (the "Software"),
1476 * to deal in the Software without restriction, including without limitation
1477 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
1478 * and/or sell copies of the Software, and to permit persons to whom the
1479 * Software is furnished to do so, subject to the following conditions:
1480 *
1481 * The above copyright notice and this permission notice (including the next
1482 * paragraph) shall be included in all copies or substantial portions of the
1483 * Software.
1484 *
1485 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1486 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1487 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
1488 * PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
1489 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
1490 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1491 * DEALINGS IN THE SOFTWARE.
1492
1493Found in decimal form in kernel source.
1494
1495--------------------------------------------------------------------------
9715b36e
BH
1496
1497Driver: radeon - ATI Radeon
1498
1499File: radeon/R100_cp.bin
1500File: radeon/R200_cp.bin
1501File: radeon/R300_cp.bin
1502File: radeon/R420_cp.bin
1503File: radeon/RS600_cp.bin
1504File: radeon/RS690_cp.bin
1505File: radeon/R520_cp.bin
1506File: radeon/R600_pfp.bin
1507File: radeon/R600_me.bin
1508File: radeon/RV610_pfp.bin
1509File: radeon/RV610_me.bin
1510File: radeon/RV630_pfp.bin
1511File: radeon/RV630_me.bin
1512File: radeon/RV620_pfp.bin
1513File: radeon/RV620_me.bin
1514File: radeon/RV635_pfp.bin
1515File: radeon/RV635_me.bin
1516File: radeon/RV670_pfp.bin
1517File: radeon/RV670_me.bin
1518File: radeon/RS780_pfp.bin
1519File: radeon/RS780_me.bin
1520File: radeon/RV770_pfp.bin
1521File: radeon/RV770_me.bin
1522File: radeon/RV730_pfp.bin
1523File: radeon/RV730_me.bin
1524File: radeon/RV710_pfp.bin
1525File: radeon/RV710_me.bin
1526
1527Licence:
1528
1529 * Copyright 2007-2009 Advanced Micro Devices, Inc.
1530 * All Rights Reserved.
1531 *
1532 * Permission is hereby granted, free of charge, to any person obtaining a
1533 * copy of this software and associated documentation files (the "Software"),
1534 * to deal in the Software without restriction, including without limitation
1535 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
1536 * and/or sell copies of the Software, and to permit persons to whom the
1537 * Software is furnished to do so, subject to the following conditions:
1538 *
1539 * The above copyright notice and this permission notice (including the next
1540 * paragraph) shall be included in all copies or substantial portions of the
1541 * Software.
1542 *
1543 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1544 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1545 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
1546 * IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE
1547 * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1548 * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1549 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1550
1551Found in hex form in kernel source.
1552
1553--------------------------------------------------------------------------
c103430a 1554
d9076a54
DA
1555Driver: radeon - ATI Radeon
1556
1557File: radeon/R600_rlc.bin
365e80cc
AD
1558File: radeon/R600_uvd.bin
1559File: radeon/RS780_uvd.bin
d9076a54 1560File: radeon/R700_rlc.bin
efe904b8 1561File: radeon/RV710_uvd.bin
e2b52bb0
AD
1562File: radeon/RV710_smc.bin
1563File: radeon/RV730_smc.bin
1564File: radeon/RV740_smc.bin
1565File: radeon/RV770_smc.bin
365e80cc 1566File: radeon/RV770_uvd.bin
c4fc1f5b
DA
1567File: radeon/CEDAR_me.bin
1568File: radeon/CEDAR_pfp.bin
1569File: radeon/CEDAR_rlc.bin
e2b52bb0 1570File: radeon/CEDAR_smc.bin
c4fc1f5b
DA
1571File: radeon/CYPRESS_me.bin
1572File: radeon/CYPRESS_pfp.bin
1573File: radeon/CYPRESS_rlc.bin
efe904b8 1574File: radeon/CYPRESS_uvd.bin
e2b52bb0 1575File: radeon/CYPRESS_smc.bin
c4fc1f5b
DA
1576File: radeon/JUNIPER_me.bin
1577File: radeon/JUNIPER_pfp.bin
1578File: radeon/JUNIPER_rlc.bin
e2b52bb0 1579File: radeon/JUNIPER_smc.bin
c4fc1f5b
DA
1580File: radeon/REDWOOD_me.bin
1581File: radeon/REDWOOD_pfp.bin
1582File: radeon/REDWOOD_rlc.bin
e2b52bb0 1583File: radeon/REDWOOD_smc.bin
ea30bee8
DA
1584File: radeon/PALM_me.bin
1585File: radeon/PALM_pfp.bin
1586File: radeon/SUMO_rlc.bin
efe904b8 1587File: radeon/SUMO_uvd.bin
bce93b43
DA
1588File: radeon/BARTS_mc.bin
1589File: radeon/BARTS_me.bin
1590File: radeon/BARTS_pfp.bin
e2b52bb0 1591File: radeon/BARTS_smc.bin
bce93b43
DA
1592File: radeon/BTC_rlc.bin
1593File: radeon/CAICOS_mc.bin
1594File: radeon/CAICOS_me.bin
1595File: radeon/CAICOS_pfp.bin
e2b52bb0 1596File: radeon/CAICOS_smc.bin
bce93b43
DA
1597File: radeon/TURKS_mc.bin
1598File: radeon/TURKS_me.bin
1599File: radeon/TURKS_pfp.bin
e2b52bb0 1600File: radeon/TURKS_smc.bin
c2e530ab
DA
1601File: radeon/CAYMAN_mc.bin
1602File: radeon/CAYMAN_me.bin
1603File: radeon/CAYMAN_pfp.bin
1604File: radeon/CAYMAN_rlc.bin
e2b52bb0 1605File: radeon/CAYMAN_smc.bin
be09d5d9
DA
1606File: radeon/SUMO_pfp.bin
1607File: radeon/SUMO_me.bin
1608File: radeon/SUMO2_pfp.bin
1609File: radeon/SUMO2_me.bin
375e9548
AD
1610File: radeon/ARUBA_me.bin
1611File: radeon/ARUBA_pfp.bin
1612File: radeon/ARUBA_rlc.bin
1613File: radeon/PITCAIRN_ce.bin
1614File: radeon/PITCAIRN_mc.bin
4848a1e0 1615File: radeon/PITCAIRN_mc2.bin
375e9548
AD
1616File: radeon/PITCAIRN_me.bin
1617File: radeon/PITCAIRN_pfp.bin
1618File: radeon/PITCAIRN_rlc.bin
e2b52bb0 1619File: radeon/PITCAIRN_smc.bin
375e9548
AD
1620File: radeon/TAHITI_ce.bin
1621File: radeon/TAHITI_mc.bin
4848a1e0 1622File: radeon/TAHITI_mc2.bin
375e9548
AD
1623File: radeon/TAHITI_me.bin
1624File: radeon/TAHITI_pfp.bin
1625File: radeon/TAHITI_rlc.bin
efe904b8 1626File: radeon/TAHITI_uvd.bin
e2b52bb0 1627File: radeon/TAHITI_smc.bin
6f7e8cce 1628File: radeon/TAHITI_vce.bin
375e9548
AD
1629File: radeon/VERDE_ce.bin
1630File: radeon/VERDE_mc.bin
4848a1e0 1631File: radeon/VERDE_mc2.bin
375e9548
AD
1632File: radeon/VERDE_me.bin
1633File: radeon/VERDE_pfp.bin
1634File: radeon/VERDE_rlc.bin
e2b52bb0 1635File: radeon/VERDE_smc.bin
305bc66f
AD
1636File: radeon/OLAND_ce.bin
1637File: radeon/OLAND_mc.bin
4848a1e0 1638File: radeon/OLAND_mc2.bin
305bc66f
AD
1639File: radeon/OLAND_me.bin
1640File: radeon/OLAND_pfp.bin
1641File: radeon/OLAND_rlc.bin
e2b52bb0 1642File: radeon/OLAND_smc.bin
d583cfea
AD
1643File: radeon/HAINAN_ce.bin
1644File: radeon/HAINAN_mc.bin
4848a1e0 1645File: radeon/HAINAN_mc2.bin
d583cfea
AD
1646File: radeon/HAINAN_me.bin
1647File: radeon/HAINAN_pfp.bin
1648File: radeon/HAINAN_rlc.bin
e2b52bb0 1649File: radeon/HAINAN_smc.bin
79fb9b9c
AD
1650File: radeon/BONAIRE_ce.bin
1651File: radeon/BONAIRE_mc.bin
4848a1e0 1652File: radeon/BONAIRE_mc2.bin
79fb9b9c
AD
1653File: radeon/BONAIRE_me.bin
1654File: radeon/BONAIRE_mec.bin
1655File: radeon/BONAIRE_pfp.bin
1656File: radeon/BONAIRE_rlc.bin
1657File: radeon/BONAIRE_sdma.bin
1658File: radeon/BONAIRE_uvd.bin
66f87a22 1659File: radeon/BONAIRE_smc.bin
4a050f55 1660File: radeon/BONAIRE_vce.bin
931e4469
AD
1661File: radeon/KABINI_ce.bin
1662File: radeon/KABINI_me.bin
1663File: radeon/KABINI_mec.bin
1664File: radeon/KABINI_pfp.bin
1665File: radeon/KABINI_rlc.bin
1666File: radeon/KABINI_sdma.bin
1461bed1
AD
1667File: radeon/KAVERI_ce.bin
1668File: radeon/KAVERI_me.bin
1669File: radeon/KAVERI_mec.bin
1670File: radeon/KAVERI_pfp.bin
1671File: radeon/KAVERI_rlc.bin
1672File: radeon/KAVERI_sdma.bin
418320bd
AD
1673File: radeon/HAWAII_ce.bin
1674File: radeon/HAWAII_mc.bin
4848a1e0 1675File: radeon/HAWAII_mc2.bin
418320bd
AD
1676File: radeon/HAWAII_me.bin
1677File: radeon/HAWAII_mec.bin
1678File: radeon/HAWAII_pfp.bin
1679File: radeon/HAWAII_rlc.bin
1680File: radeon/HAWAII_sdma.bin
1681File: radeon/HAWAII_smc.bin
4d1151d3
AD
1682File: radeon/MULLINS_ce.bin
1683File: radeon/MULLINS_me.bin
1684File: radeon/MULLINS_mec.bin
1685File: radeon/MULLINS_pfp.bin
1686File: radeon/MULLINS_rlc.bin
1687File: radeon/MULLINS_sdma.bin
f333bd43
AD
1688File: radeon/pitcairn_ce.bin
1689File: radeon/pitcairn_mc.bin
1690File: radeon/pitcairn_me.bin
1691File: radeon/pitcairn_pfp.bin
1692File: radeon/pitcairn_rlc.bin
1693File: radeon/pitcairn_smc.bin
1694File: radeon/tahiti_ce.bin
1695File: radeon/tahiti_mc.bin
1696File: radeon/tahiti_me.bin
1697File: radeon/tahiti_pfp.bin
1698File: radeon/tahiti_rlc.bin
1699File: radeon/tahiti_smc.bin
1700File: radeon/verde_ce.bin
1701File: radeon/verde_mc.bin
1702File: radeon/verde_me.bin
1703File: radeon/verde_pfp.bin
1704File: radeon/verde_rlc.bin
1705File: radeon/verde_smc.bin
1706File: radeon/oland_ce.bin
1707File: radeon/oland_mc.bin
1708File: radeon/oland_me.bin
1709File: radeon/oland_pfp.bin
1710File: radeon/oland_rlc.bin
1711File: radeon/oland_smc.bin
1712File: radeon/hainan_ce.bin
1713File: radeon/hainan_mc.bin
1714File: radeon/hainan_me.bin
1715File: radeon/hainan_pfp.bin
1716File: radeon/hainan_rlc.bin
1717File: radeon/hainan_smc.bin
1718File: radeon/bonaire_ce.bin
1719File: radeon/bonaire_mc.bin
1720File: radeon/bonaire_me.bin
1721File: radeon/bonaire_mec.bin
1722File: radeon/bonaire_pfp.bin
1723File: radeon/bonaire_rlc.bin
1724File: radeon/bonaire_sdma.bin
90d3de63 1725File: radeon/bonaire_sdma1.bin
f333bd43 1726File: radeon/bonaire_smc.bin
90d3de63
AD
1727File: radeon/bonaire_uvd.bin
1728File: radeon/bonaire_vce.bin
f333bd43
AD
1729File: radeon/kabini_ce.bin
1730File: radeon/kabini_me.bin
1731File: radeon/kabini_mec.bin
1732File: radeon/kabini_pfp.bin
1733File: radeon/kabini_rlc.bin
1734File: radeon/kabini_sdma.bin
90d3de63
AD
1735File: radeon/kabini_sdma1.bin
1736File: radeon/kabini_uvd.bin
1737File: radeon/kabini_vce.bin
f333bd43
AD
1738File: radeon/kaveri_ce.bin
1739File: radeon/kaveri_me.bin
1740File: radeon/kaveri_mec.bin
1741File: radeon/kaveri_mec2.bin
1742File: radeon/kaveri_pfp.bin
1743File: radeon/kaveri_rlc.bin
1744File: radeon/kaveri_sdma.bin
90d3de63
AD
1745File: radeon/kaveri_sdma1.bin
1746File: radeon/kaveri_uvd.bin
1747File: radeon/kaveri_vce.bin
f333bd43
AD
1748File: radeon/hawaii_ce.bin
1749File: radeon/hawaii_mc.bin
1750File: radeon/hawaii_me.bin
1751File: radeon/hawaii_mec.bin
1752File: radeon/hawaii_pfp.bin
1753File: radeon/hawaii_rlc.bin
1754File: radeon/hawaii_sdma.bin
90d3de63 1755File: radeon/hawaii_sdma1.bin
f333bd43 1756File: radeon/hawaii_smc.bin
90d3de63
AD
1757File: radeon/hawaii_uvd.bin
1758File: radeon/hawaii_vce.bin
f333bd43
AD
1759File: radeon/mullins_ce.bin
1760File: radeon/mullins_me.bin
1761File: radeon/mullins_mec.bin
1762File: radeon/mullins_pfp.bin
1763File: radeon/mullins_rlc.bin
1764File: radeon/mullins_sdma.bin
90d3de63
AD
1765File: radeon/mullins_sdma1.bin
1766File: radeon/mullins_uvd.bin
1767File: radeon/mullins_vce.bin
375e9548
AD
1768
1769Licence: Redistributable. See LICENSE.radeon for details.
d9076a54
DA
1770
1771--------------------------------------------------------------------------
8c3ff02a 1772
6ebf5d57
AD
1773Driver: amdgpu - AMD Radeon
1774
1775File: amdgpu/topaz_ce.bin
1776File: amdgpu/topaz_mc.bin
1777File: amdgpu/topaz_me.bin
1778File: amdgpu/topaz_mec2.bin
1779File: amdgpu/topaz_mec.bin
1780File: amdgpu/topaz_pfp.bin
1781File: amdgpu/topaz_rlc.bin
1782File: amdgpu/topaz_sdma1.bin
1783File: amdgpu/topaz_sdma.bin
1784File: amdgpu/topaz_smc.bin
1785File: amdgpu/tonga_ce.bin
1786File: amdgpu/tonga_mc.bin
1787File: amdgpu/tonga_me.bin
1788File: amdgpu/tonga_mec2.bin
1789File: amdgpu/tonga_mec.bin
1790File: amdgpu/tonga_pfp.bin
1791File: amdgpu/tonga_rlc.bin
1792File: amdgpu/tonga_sdma1.bin
1793File: amdgpu/tonga_sdma.bin
1794File: amdgpu/tonga_smc.bin
1795File: amdgpu/tonga_uvd.bin
1796File: amdgpu/tonga_vce.bin
1797File: amdgpu/carrizo_ce.bin
1798File: amdgpu/carrizo_me.bin
1799File: amdgpu/carrizo_mec2.bin
1800File: amdgpu/carrizo_mec.bin
1801File: amdgpu/carrizo_pfp.bin
1802File: amdgpu/carrizo_rlc.bin
1803File: amdgpu/carrizo_sdma1.bin
1804File: amdgpu/carrizo_sdma.bin
1805File: amdgpu/carrizo_uvd.bin
1806File: amdgpu/carrizo_vce.bin
1807File: amdgpu/fiji_ce.bin
1808File: amdgpu/fiji_mc.bin
1809File: amdgpu/fiji_me.bin
1810File: amdgpu/fiji_mec2.bin
1811File: amdgpu/fiji_mec.bin
1812File: amdgpu/fiji_pfp.bin
1813File: amdgpu/fiji_rlc.bin
1814File: amdgpu/fiji_sdma1.bin
1815File: amdgpu/fiji_sdma.bin
1816File: amdgpu/fiji_smc.bin
1817File: amdgpu/fiji_uvd.bin
1818File: amdgpu/fiji_vce.bin
90d3de63
AD
1819File: amdgpu/stoney_ce.bin
1820File: amdgpu/stoney_me.bin
1821File: amdgpu/stoney_mec.bin
1822File: amdgpu/stoney_pfp.bin
1823File: amdgpu/stoney_rlc.bin
1824File: amdgpu/stoney_sdma.bin
1825File: amdgpu/stoney_uvd.bin
1826File: amdgpu/stoney_vce.bin
6ebf5d57
AD
1827
1828Licence: Redistributable. See LICENSE.amdgpu for details.
1829
1830--------------------------------------------------------------------------
1831
a142b9f0
MCC
1832Driver: s2255drv
1833
8c3ff02a 1834File: f2255usb.bin
a142b9f0 1835
162cbfdf
BH
1836Licence: Redistributable.
1837
a142b9f0
MCC
1838 Sensoray grants permission to use and redistribute these firmware
1839 files for use with Sensoray devices, but not as a part of the Linux
1840 kernel or in any other form which would require these files themselves
1841 to be covered by the terms of the GNU General Public License.
1842 These firmware files are distributed in the hope that they will be
1843 useful, but WITHOUT ANY WARRANTY; without even the implied warranty
1844 of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
8c3ff02a 1845
a9799c6d
GKH
1846--------------------------------------------------------------------------
1847
5af5b3eb 1848Driver: rtl8192e - Realtek 8192 PCI wireless driver
a9799c6d 1849
f33f88f6
BH
1850File: RTL8192E/boot.img
1851File: RTL8192E/data.img
1852File: RTL8192E/main.img
1853
a9799c6d
GKH
1854Licence: Redistributable, provided by Realtek in their driver
1855 source download.
1856
1857--------------------------------------------------------------------------
909d91fc 1858
61b5e101
BH
1859Driver: lgs8gxx - Legend Silicon GB20600 demodulator driver
1860
1861File: lgs8g75.fw
1862
1863Licence: Unknown
1864
72cf26d5
DW
1865--------------------------------------------------------------------------
1866
c1cc7baf
BH
1867Driver: ib_qib - QLogic Infiniband
1868
1869File: qlogic/sd7220.fw
1870
1871Licence:
1872
1873 * Copyright (c) 2007, 2008 QLogic Corporation. All rights reserved.
1874 *
1875 * This software is available to you under a choice of one of two
1876 * licenses. You may choose to be licensed under the terms of the GNU
1877 * General Public License (GPL) Version 2, available from the file
1878 * COPYING in the main directory of this source tree, or the
1879 * OpenIB.org BSD license below:
1880 *
1881 * Redistribution and use in source and binary forms, with or
1882 * without modification, are permitted provided that the following
1883 * conditions are met:
1884 *
1885 * - Redistributions of source code must retain the above
1886 * copyright notice, this list of conditions and the following
1887 * disclaimer.
1888 *
1889 * - Redistributions in binary form must reproduce the above
1890 * copyright notice, this list of conditions and the following
1891 * disclaimer in the documentation and/or other materials
1892 * provided with the distribution.
1893 *
1894 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1895 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1896 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1897 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
1898 * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
1899 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1900 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1901 * SOFTWARE.
1902
61b5e101
BH
1903Found in hex form in kernel source.
1904
1905--------------------------------------------------------------------------
370066f0 1906
9d0546a9
SK
1907Driver: qed - QLogic 4xxxx Ethernet Driver Core Module.
1908
1909File: qed_init_values_zipped-8.4.2.0.bin
1910
1911Licence:
1912 This file contains firmware data derived from proprietary unpublished
1913 source code.
1914 Copyright (c) 2015 QLogic Corporation.
1915
1916 Permission is hereby granted for the distribution of this firmware data
1917 in hexadecimal or equivalent format, provided this copyright notice is
1918 accompanying it.
1919
1920Found in hex form in kernel source.
1921--------------------------------------------------------------------------
1922
370066f0
HH
1923Driver: ueagle-atm - Driver for USB ADSL Modems based on Eagle IV Chipset
1924
1925File: ueagle-atm/CMV4p.bin.v2
1926File: ueagle-atm/DSP4p.bin
1927File: ueagle-atm/eagleIV.fw
4bd6c56f 1928Version: 1.0
370066f0
HH
1929
1930Licence: Redistributable. See LICENCE.ueagle-atm4-firmware for details
1931
1932--------------------------------------------------------------------------
1933
1934Driver: ueagle-atm - Driver for USB ADSL Modems based on Eagle I,II,III
1935
370066f0
HH
1936File: ueagle-atm/930-fpga.bin
1937File: ueagle-atm/CMVeiWO.bin
1938File: ueagle-atm/CMVepFR10.bin
1939File: ueagle-atm/DSP9p.bin
1940File: ueagle-atm/eagleIII.fw
1941File: ueagle-atm/adi930.fw
1942File: ueagle-atm/CMVep.bin
1943File: ueagle-atm/CMVepFR.bin
1944File: ueagle-atm/DSPei.bin
1945File: ueagle-atm/CMV9i.bin
1946File: ueagle-atm/CMVepES03.bin
1947File: ueagle-atm/CMVepIT.bin
1948File: ueagle-atm/DSPep.bin
1949File: ueagle-atm/CMV9p.bin
1950File: ueagle-atm/CMVepES.bin
1951File: ueagle-atm/CMVepWO.bin
1952File: ueagle-atm/eagleI.fw
1953File: ueagle-atm/CMVei.bin
1954File: ueagle-atm/CMVepFR04.bin
1955File: ueagle-atm/DSP9i.bin
1956File: ueagle-atm/eagleII.fw
4bd6c56f 1957Version: 1.1
370066f0
HH
1958
1959Licence: Redistributable. Based on
1960 https://mail.gna.org/public/eagleusb-dev/2004-11/msg00172.html
e7fb8010
JM
1961
1962--------------------------------------------------------------------------
1963
1964Driver: vxge - Exar X3100 Series 10GbE PCIe I/O Virtualized Server Adapter
1965
1966File: vxge/X3fw.ncf
1967File: vxge/X3fw-pxe.ncf
0892c5ad 1968Version: 1.8.1
e7fb8010
JM
1969
1970Licence:
1971
1972 This file contains firmware data derived from proprietary unpublished
1973 source code, Copyright (c) 2010 Exar Corporation.
1974
1975 Permission is hereby granted for the distribution of this firmware data
1976 in hexadecimal or equivalent format, provided this copyright notice is
1977 accompanying it.
8ce599d7
HP
1978
1979--------------------------------------------------------------------------
1980
a531257c 1981Driver: brcmsmac - Broadcom 802.11n softmac wireless LAN driver.
8ce599d7 1982
a531257c
HP
1983File: brcm/bcm43xx-0.fw
1984File: brcm/bcm43xx_hdr-0.fw
bda53ca9 1985Version: 610.812
8ce599d7
HP
1986
1987Licence: Redistributable. See LICENCE.broadcom_bcm43xx for details.
28f8f084
HP
1988
1989--------------------------------------------------------------------------
1990
a531257c 1991Driver: brcmfmac - Broadcom 802.11n fullmac wireless LAN driver.
28f8f084 1992
a531257c 1993File: brcm/bcm4329-fullmac-4.bin
e15feb99 1994File: brcm/brcmfmac43236b.bin
dc957644
AS
1995File: brcm/brcmfmac4329-sdio.bin
1996File: brcm/brcmfmac4330-sdio.bin
1997File: brcm/brcmfmac4334-sdio.bin
fa723d90 1998File: brcm/brcmfmac43340-sdio.bin
fc70339e 1999File: brcm/brcmfmac4335-sdio.bin
af2a88b9 2000File: brcm/brcmfmac43362-sdio.bin
a869ebeb 2001File: brcm/brcmfmac4339-sdio.bin
5a717d1a 2002File: brcm/brcmfmac43241b0-sdio.bin
ec24832c 2003File: brcm/brcmfmac43241b4-sdio.bin
7c5a548a 2004File: brcm/brcmfmac43241b5-sdio.bin
b63c1be4 2005File: brcm/brcmfmac43242a.bin
52250f23 2006File: brcm/brcmfmac43143.bin
f10317d1 2007File: brcm/brcmfmac43143-sdio.bin
b9a38d04 2008File: brcm/brcmfmac43455-sdio.bin
d19609d9 2009File: brcm/brcmfmac4350-pcie.bin
b00f4d74 2010File: brcm/brcmfmac4354-sdio.bin
64444e07 2011File: brcm/brcmfmac4356-pcie.bin
e7bd289a 2012File: brcm/brcmfmac43569.bin
2709f564 2013File: brcm/brcmfmac43570-pcie.bin
bebb2c06
AS
2014File: brcm/brcmfmac43602-pcie.bin
2015File: brcm/brcmfmac43602-pcie.ap.bin
28f8f084
HP
2016
2017Licence: Redistributable. See LICENCE.broadcom_bcm43xx for details.
af4d39ea
SL
2018
2019--------------------------------------------------------------------------
2020
981d5d70
GA
2021Driver: tda7706 - FM radio Highly integrated tuner for AM/FM car-radio
2022
2023File: TDA7706_OM_v2.5.1_boot.txt
2024File: TDA7706_OM_v3.0.2_boot.txt
2025
2026Licence: Redistributable. See LICENCE.tda7706-firmware.txt for details.
2027 Copyright © 2010 STMicroelectronics
2028
2029--------------------------------------------------------------------------
2030
d726804d
FB
2031Driver: wl1251 - Texas Instruments 802.11 WLAN driver for WiLink4 chips
2032
2033File: ti-connectivity/wl1251-fw.bin
2034Version: 4.0.4.3.7
2035
2036File: ti-connectivity/wl1251-nvs.bin
2037
162cbfdf 2038Licence: Redistributable. See LICENCE.wl1251 for details.
d726804d
FB
2039
2040The published NVS files are for testing only. Every device needs to
2041have a unique NVS which is properly calibrated for best results.
2042
2043The driver expects to find the firmwares under a ti-connectivity subdirectory.
2044So if your system looks for firmwares in /lib/firmware, the firmwares for
2045wl12xx chips must be located in /lib/firmware/ti-connectivity/.
2046
2047--------------------------------------------------------------------------
2048
4384c8a7 2049Driver: wl12xx - Texas Instruments 802.11 WLAN driver for WiLink6/7 chips
af4d39ea 2050
d70ea985 2051File: ti-connectivity/wl1271-fw.bin
cfa526bd 2052Version: 6.1.0.50.350 (STA-only)
d70ea985 2053File: ti-connectivity/wl1271-fw-2.bin
cfa526bd 2054Version: 6.1.5.50.74 (STA-only)
d70ea985 2055File: ti-connectivity/wl1271-fw-ap.bin
cfa526bd 2056Version: 6.2.1.0.54 (AP-only)
d70ea985 2057File: ti-connectivity/wl127x-fw-3.bin
cfa526bd 2058Version: 6.3.0.0.77
d70ea985 2059File: ti-connectivity/wl127x-fw-plt-3.bin
cfa526bd 2060Version: 6.3.0.0.77 (PLT-only)
d70ea985 2061File: ti-connectivity/wl127x-fw-4-sr.bin
f268e392 2062Version: 6.3.5.0.98 (Single-role)
d70ea985 2063File: ti-connectivity/wl127x-fw-4-mr.bin
f268e392 2064Version: 6.5.2.0.15 (Multi-role)
d70ea985 2065File: ti-connectivity/wl127x-fw-4-plt.bin
f268e392 2066Version: 6.3.5.0.98 (PLT-only)
629bb880 2067File: ti-connectivity/wl127x-fw-5-sr.bin
97788061 2068Version: 6.3.10.0.133 (Single-role)
629bb880 2069File: ti-connectivity/wl127x-fw-5-mr.bin
97788061 2070Version: 6.5.7.0.42 (Multi-role)
629bb880 2071File: ti-connectivity/wl127x-fw-5-plt.bin
97788061 2072Version: 6.3.10.0.133 (PLT-only)
14f515de 2073
d70ea985 2074File: ti-connectivity/wl128x-fw.bin
cfa526bd 2075Version: 7.1.5.50.74 (STA-only)
d70ea985 2076File: ti-connectivity/wl128x-fw-ap.bin
cfa526bd 2077Version: 7.2.1.0.54 (AP-only)
d70ea985 2078File: ti-connectivity/wl128x-fw-3.bin
cfa526bd 2079Version: 7.3.0.0.77
d70ea985 2080File: ti-connectivity/wl128x-fw-plt-3.bin
cfa526bd 2081Version: 7.3.0.0.77
d70ea985 2082File: ti-connectivity/wl128x-fw-4-sr.bin
f268e392 2083Version: 7.3.5.0.98 (Single-role)
d70ea985 2084File: ti-connectivity/wl128x-fw-4-mr.bin
f268e392 2085Version: 7.5.2.0.15 (Multi-role)
d70ea985 2086File: ti-connectivity/wl128x-fw-4-plt.bin
f268e392 2087Version: 7.3.5.0.98 (PLT)
629bb880 2088File: ti-connectivity/wl128x-fw-5-sr.bin
97788061 2089Version: 7.3.10.0.133 (Single-role)
629bb880 2090File: ti-connectivity/wl128x-fw-5-mr.bin
97788061 2091Version: 7.5.7.0.42 (Multi-role)
629bb880 2092File: ti-connectivity/wl128x-fw-5-plt.bin
97788061 2093Version: 7.3.10.2.133 (PLT-only)
14f515de 2094
d70ea985
BH
2095File: ti-connectivity/wl127x-nvs.bin
2096File: ti-connectivity/wl128x-nvs.bin
2892af06
BH
2097Link: ti-connectivity/wl12xx-nvs.bin -> wl127x-nvs.bin
2098Link: ti-connectivity/wl1271-nvs.bin -> wl127x-nvs.bin
14f515de 2099
162cbfdf 2100Licence: Redistributable. See LICENCE.ti-connectivity for details.
af4d39ea 2101
cfa526bd 2102The NVS file includes two parts:
e9a798bf 2103 - radio calibration
cfa526bd 2104 - HW configuration parameters (aka. INI values)
e9a798bf 2105
cfa526bd
LC
2106The published NVS files are for testing only. Every device needs to
2107hava a unique NVS which is properly calibrated for best results. You
2108can find more information about NVS generation for your device here:
a472d49f 2109
cfa526bd 2110http://wireless.kernel.org/en/users/Drivers/wl12xx/calibrator
a472d49f 2111
cfa526bd
LC
2112If you're using a wl127x based device, use a symbolic link called
2113wl1271-nvs.bin that links to the wl127x-nvs.bin file. If you are
2114using wl128x, link to wl128x-nvs.bin instead.
2115
2116The driver expects to find the firmwares under a ti-connectivity
2117subdirectory. So if your system looks for firmwares in /lib/firmware,
2118the firmwares for wl12xx chips must be located in
14f515de 2119/lib/firmware/ti-connectivity/.
af4d39ea
SL
2120
2121--------------------------------------------------------------------------
cb6d7df4 2122
4384c8a7
LC
2123Driver: wl18xx - Texas Instruments 802.11 WLAN driver for WiLink8 chips
2124
2125File: ti-connectivity/wl18xx-fw.bin
2126Version: 8.2.0.0.100
69d81c7e
LC
2127File: ti-connectivity/wl18xx-fw-2.bin
2128Version: 8.5.0.0.55
7f9cf6eb
AN
2129File: ti-connectivity/wl18xx-fw-3.bin
2130Version: 8.8.0.0.13
dab4b79b 2131File: ti-connectivity/wl18xx-fw-4.bin
dbe3f134 2132Version: 8.9.0.0.39
4384c8a7 2133
162cbfdf 2134Licence: Redistributable. See LICENCE.ti-connectivity for details.
4384c8a7
LC
2135
2136The driver expects to find the firmwares under a ti-connectivity
2137subdirectory. So if your system looks for firmwares in /lib/firmware,
2138the firmwares for wl18xx chips must be located in
2139/lib/firmware/ti-connectivity/.
2140
2141--------------------------------------------------------------------------
2142
14e41391
GK
2143Driver: TI_ST - Texas Instruments bluetooth driver
2144
d70ea985 2145File: ti-connectivity/TIInit_7.2.31.bts
14e41391 2146
162cbfdf 2147Licence: Redistributable. See LICENCE.ti-connectivity for details.
14e41391
GK
2148
2149 TIInit_7.2.31.bts version 7.2.31
2150
2151 In order to use that file copy it to /lib/firmware/ti-connectivity.
2152
2153--------------------------------------------------------------------------
2154
89c6da31
MCC
2155Driver: tlg2300 - Telgent 2300 V4L/DVB driver.
2156
2157File: tlg2300_firmware.bin
2158
162cbfdf
BH
2159Licence: Redistributable.
2160
89c6da31
MCC
2161 Telegent System grants permission to use and redistribute these
2162 firmware files for use with devices containing the chip tlg2300, but
2163 not as a part of the Linux kernel or in any other form which would
2164 require these files themselves to be covered by the terms of the GNU
2165 General Public License. These firmware files are distributed in the
2166 hope that they will be useful, but WITHOUT ANY WARRANTY; without even
2167 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
2168 PURPOSE.
cb6d7df4
DW
2169
2170--------------------------------------------------------------------------
8f919160 2171
1fbf358d 2172Driver: r8712u - Realtek 802.11n WLAN driver for RTL8712U
8f919160 2173
b217ed59 2174File: rtlwifi/rtl8712u.bin
d92576c7
LF
2175Info: From Vendor's rtl8712_8188_8191_8192SU_usb_linux_v7_0.20100831
2176 Reverted rtl8188C_8192C_8192D_usb_linux_v3.4.2_3727.20120404
8f919160 2177
1fbf358d 2178Licence: Redistributable. See LICENCE.rtlwifi_firmware.txt for details.
8f919160
LF
2179
2180--------------------------------------------------------------------------
2181
1fbf358d 2182Driver: rtl8192ce - Realtek 802.11n WLAN driver for RTL8192CE
8f919160 2183
4844fa16 2184File: rtlwifi/rtl8192cfw.bin
e0836e6e
LF
2185File: rtlwifi/rtl8192cfwU.bin
2186File: rtlwifi/rtl8192cfwU_B.bin
9396e3dd 2187Info: From Vendor's realtek/rtlwifi_linux_mac80211_0019.0320.2014V628 driver
4844fa16 2188
1fbf358d 2189Licence: Redistributable. See LICENCE.rtlwifi_firmware.txt for details.
4844fa16
LF
2190
2191--------------------------------------------------------------------------
2192
2193Driver: rtl8192cu - Realtek 802.11n WLAN driver for RTL8192CU
2194
2195File: rtlwifi/rtl8192cufw.bin
f8c22c69
BH
2196File: rtlwifi/rtl8192cufw_A.bin
2197File: rtlwifi/rtl8192cufw_B.bin
2198File: rtlwifi/rtl8192cufw_TMSC.bin
8f919160 2199
1fbf358d 2200Licence: Redistributable. See LICENCE.rtlwifi_firmware.txt for details.
8f919160
LF
2201
2202--------------------------------------------------------------------------
2203
39cd7bc4
LF
2204Driver: rtl8192se - Realtek 802.11n WLAN driver for RTL8192SE
2205
e0836e6e 2206Info: updated from rtl_92ce_92se_92de_linux_mac80211_0004.0816.2011 driver version
39cd7bc4
LF
2207File: rtlwifi/rtl8192sefw.bin
2208
1fbf358d 2209Licence: Redistributable. See LICENCE.rtlwifi_firmware.txt for details.
39cd7bc4
LF
2210
2211--------------------------------------------------------------------------
2212
2fab4839
LF
2213Driver: rtl8192de - Realtek 802.11n WLAN driver for RTL8192DE
2214
5100f81f 2215Info: Updated from Realtek version rtl_92ce_92se_92de_8723ae_linux_mac80211_0007.0809.2012
2fab4839
LF
2216File: rtlwifi/rtl8192defw.bin
2217
1fbf358d 2218Licence: Redistributable. See LICENCE.rtlwifi_firmware.txt for details.
adb6547d
LF
2219
2220--------------------------------------------------------------------------
2221
2222Driver: rtl8723e - Realtek 802.11n WLAN driver for RTL8723E
2223
2224Info: Taken from Realtek version rtl_92ce_92se_92de_8723ae_linux_mac80211_0007.0809.2012
2225File: rtlwifi/rtl8723fw.bin
2226File: rtlwifi/rtl8723fw_B.bin
2227
2228Licence: Redistributable. See LICENCE.rtlwifi_firmware.txt for details.
2fab4839
LF
2229
2230--------------------------------------------------------------------------
2231
9341fb9c
LF
2232Driver: rtl8723be - Realtek 802.11n WLAN driver for RTL8723BE
2233
be225d6c 2234Info: From Vendor's realtek/rtlwifi_linux_mac80211_0019.0320.2014V628 driver
9341fb9c
LF
2235File: rtlwifi/rtl8723befw.bin
2236
2237Licence: Redistributable. See LICENCE.rtlwifi_firmware.txt for details.
2238
2239--------------------------------------------------------------------------
2240
e05f16ef
LF
2241Driver: r8723au - Realtek 802.11n WLAN driver for RTL8723AU
2242
2243Info: Taken from Realtek driver rtl8723A_WiFi_linux_v4.1.3_6044.20121224
2244 Firmware is embedded in the driver as data statements. This info
2245 has been extracted into a binary file.
2246File: rtlwifi/rtl8723aufw_A.bin
2247File: rtlwifi/rtl8723aufw_B.bin
2248File: rtlwifi/rtl8723aufw_B_NoBT.bin
2249
2250Licence: Redistributable. See LICENCE.rtlwifi_firmware.txt for details.
2251
2252--------------------------------------------------------------------------
2253
27f516c5
LF
2254Driver: rtl8188ee - Realtek 802.11n WLAN driver for RTL8188EE
2255
2256Info: Taken from Realtek version rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0010.0109.2013
2257File: rtlwifi/rtl8188efw.bin
2258
2259Licence: Redistributable. See LICENCE.rtlwifi_firmware.txt for details.
ffc47f18
LF
2260
2261--------------------------------------------------------------------------
2262
2263Driver: rtl8188eu - Realtek 802.11n WLAN driver for RTL8188EU
2264
2265Info: Taken from Realtek version RTL8188EUS_linux_v4.1.4_6773.20130222
2266File: rtlwifi/rtl8188eufw.bin
2267
2268Licence: Redistributable. See LICENCE.rtlwifi_firmware.txt for details.
27f516c5
LF
2269
2270--------------------------------------------------------------------------
4c7327a3
GKH
2271
2272Driver: rtl8821ae - Realtek 802.11n WLAN driver for RTL8821AE
2273
f6629139 2274Info: From Vendor's realtek/rtlwifi_linux_mac80211_0019.0320.2014V628 driver
4c7327a3 2275File: rtlwifi/rtl8821aefw.bin
f6629139 2276File: rtlwifi/rtl8821aefw_wowlan.bin
4c7327a3
GKH
2277
2278Licence: Redistributable. See LICENCE.rtlwifi_firmware.txt for details.
2279
2280--------------------------------------------------------------------------
39cd7bc4 2281
4164c23d
LF
2282Driver: rtl8192ee - Realtek 802.11n WLAN driver for RTL8192EE
2283
93c893e5
TT
2284Info: Initial version taken from Realtek version
2285 rtl_92ce_92se_92de_8723ae_88ee_8723be_92ee_linux_mac80211_0017.1224.2013
2286 Updated Jan. 14, 2015 with file added by Realtek to
2287 http://github.com/lwfinger/rtlwifi_new.git.
4164c23d
LF
2288File: rtlwifi/rtl8192eefw.bin
2289
2290Licence: Redistributable. See LICENCE.rtlwifi_firmware.txt for details.
2291
2292--------------------------------------------------------------------------
2293
40c0f950
HW
2294Driver: r8169 - RealTek 8169/8168/8101 ethernet driver.
2295
2296File: rtl_nic/rtl8168d-1.fw
2297File: rtl_nic/rtl8168d-2.fw
063e9215 2298File: rtl_nic/rtl8105e-1.fw
7d68cb64
HW
2299File: rtl_nic/rtl8168e-1.fw
2300File: rtl_nic/rtl8168e-2.fw
7f17329d 2301
7293f35d 2302File: rtl_nic/rtl8168e-3.fw
942e656f 2303Version: 0.0.4
40c0f950 2304
98a1c68c 2305File: rtl_nic/rtl8168f-1.fw
95cdda3f 2306Version: 0.0.5
98a1c68c
HW
2307
2308File: rtl_nic/rtl8168f-2.fw
3c11cda9 2309Version: 0.0.4
98a1c68c 2310
f57991bb 2311File: rtl_nic/rtl8411-1.fw
744d47ee 2312Version: 0.0.3
f57991bb 2313
123cd38e
HW
2314File: rtl_nic/rtl8411-2.fw
2315Version: 0.0.1
2316
4969d2da
HW
2317File: rtl_nic/rtl8402-1.fw
2318Version: 0.0.1
2319
4c48ce90
HW
2320File: rtl_nic/rtl8106e-1.fw
2321Version: 0.0.1
2322
cd0e2ba7
HW
2323File: rtl_nic/rtl8106e-2.fw
2324Version: 0.0.1
2325
f1f86bba 2326File: rtl_nic/rtl8168g-1.fw
fae71211 2327Version: 0.0.3
f1f86bba 2328
c5edd97d
HW
2329File: rtl_nic/rtl8168g-2.fw
2330Version: 0.0.1
2331
8c9844c2
HW
2332File: rtl_nic/rtl8168g-3.fw
2333Version: 0.0.1
2334
98982e8d 2335File: rtl_nic/rtl8168h-1.fw
cef33368 2336Version: 0.0.2
98982e8d
HW
2337
2338File: rtl_nic/rtl8168h-2.fw
cef33368 2339Version: 0.0.2
98982e8d
HW
2340
2341File: rtl_nic/rtl8107e-1.fw
cef33368 2342Version: 0.0.2
98982e8d
HW
2343
2344File: rtl_nic/rtl8107e-2.fw
cef33368 2345Version: 0.0.2
98982e8d 2346
40c0f950 2347Licence:
8c9844c2 2348 * Copyright © 2011-2013, Realtek Semiconductor Corporation
40c0f950
HW
2349 *
2350 * Permission is hereby granted for the distribution of this firmware
2351 * data in hexadecimal or equivalent format, provided this copyright
2352 * notice is accompanying it.
2353
2354--------------------------------------------------------------------------
2355
0daab4fa
BH
2356Driver: vt6656 - VIA VT6656 USB wireless driver
2357
2358File: vntwusb.fw
2359
2360Licence: Redistributable. See LICENCE.via_vt6656 for details.
e3883d93
BS
2361
2362--------------------------------------------------------------------------
2363
2364Driver: DFU Driver for Atheros bluetooth chipset AR3012
2365
2366File: ar3k/AthrBT_0x01020001.dfu
2367File: ar3k/ramps_0x01020001_26.dfu
ccd71001
JM
2368File: ar3k/AthrBT_0x01020200.dfu
2369File: ar3k/ramps_0x01020200_26.dfu
ec15d5cc 2370File: ar3k/ramps_0x01020200_40.dfu
e50d0d4a
CY
2371File: ar3k/AthrBT_0x31010000.dfu
2372File: ar3k/ramps_0x31010000_40.dfu
0a9640c8
CY
2373File: ar3k/AthrBT_0x11020000.dfu
2374File: ar3k/ramps_0x11020000_40.dfu
7560108a
PC
2375File: ar3k/ramps_0x01020201_26.dfu
2376File: ar3k/ramps_0x01020201_40.dfu
8f0ce37c
CC
2377File: ar3k/AthrBT_0x41020000.dfu
2378File: ar3k/ramps_0x41020000_40.dfu
12bd5dfd
BYTK
2379File: ar3k/AthrBT_0x11020100.dfu
2380File: ar3k/ramps_0x11020100_40.dfu
e3883d93
BS
2381
2382Licence: Redistributable. See LICENCE.atheros_firmware for details
5d6e01c4
SS
2383
2384--------------------------------------------------------------------------
2385
41d6728c
KV
2386Driver: DFU Driver for Atheros bluetooth chipset AR3012
2387
2388File: ar3k/AthrBT_0x01020201.dfu
2389File: ar3k/1020201coex/ramps_0x01020201_26_HighPriority.dfu
2390
2391Licence: Redistributable. See LICENSE.QualcommAtheros_ar3k for details
2392
2393--------------------------------------------------------------------------
2394
5d6e01c4
SS
2395Driver:Atheros AR300x UART HCI Bluetooth Chip driver
2396
643b5422
PC
2397File: ar3k/1020201/PS_ASIC.pst
2398File: ar3k/1020201/RamPatch.txt
5d6e01c4
SS
2399File: ar3k/1020200/ar3kbdaddr.pst
2400File: ar3k/1020200/PS_ASIC.pst
2401File: ar3k/1020200/RamPatch.txt
2402File: ar3k/30101/ar3kbdaddr.pst
2403File: ar3k/30101/PS_ASIC.pst
2404File: ar3k/30101/RamPatch.txt
2405File: ar3k/30000/ar3kbdaddr.pst
2406File: ar3k/30000/PS_ASIC.pst
2407File: ar3k/30000/RamPatch.txt
2408
2409Licence: Redistributable. See LICENCE.atheros_firmware for details
cafa05f5
LR
2410
2411--------------------------------------------------------------------------
2412
2413Driver: ath6kl - Atheros support for AR6003
2414
4e17394e
RC
2415File: ath6k/AR6004/hw1.3/fw-3.bin
2416File: ath6k/AR6004/hw1.3/bdata.bin
e47f996a
KV
2417File: ath6k/AR6004/hw1.2/fw-2.bin
2418File: ath6k/AR6004/hw1.2/bdata.bin
cafa05f5
LR
2419File: ath6k/AR6003/hw1.0/otp.bin.z77
2420File: ath6k/AR6003/hw1.0/bdata.SD31.bin
2421File: ath6k/AR6003/hw1.0/bdata.SD32.bin
2422File: ath6k/AR6003/hw1.0/data.patch.bin
2423File: ath6k/AR6003/hw1.0/bdata.WB31.bin
2424File: ath6k/AR6003/hw1.0/athwlan.bin.z77
d543c1d9 2425File: ath6k/AR6003/hw2.1.1/fw-2.bin
3726c5b5 2426File: ath6k/AR6003/hw2.1.1/fw-3.bin
cafa05f5
LR
2427File: ath6k/AR6003/hw2.1.1/otp.bin
2428File: ath6k/AR6003/hw2.1.1/athwlan.bin
2429File: ath6k/AR6003/hw2.1.1/endpointping.bin
2430File: ath6k/AR6003/hw2.1.1/bdata.SD31.bin
2431File: ath6k/AR6003/hw2.1.1/bdata.SD32.bin
2432File: ath6k/AR6003/hw2.1.1/data.patch.bin
2433File: ath6k/AR6003/hw2.1.1/bdata.WB31.bin
cafa05f5
LR
2434File: ath6k/AR6003/hw2.0/otp.bin.z77
2435File: ath6k/AR6003/hw2.0/bdata.SD31.bin
2436File: ath6k/AR6003/hw2.0/bdata.SD32.bin
2437File: ath6k/AR6003/hw2.0/data.patch.bin
2438File: ath6k/AR6003/hw2.0/bdata.WB31.bin
2439File: ath6k/AR6003/hw2.0/athwlan.bin.z77
cafa05f5 2440File: ath6k/AR6002/eeprom.data
cafa05f5
LR
2441File: ath6k/AR6002/eeprom.bin
2442File: ath6k/AR6002/athwlan.bin.z77
2443File: ath6k/AR6002/data.patch.hw2_0.bin
2444
2445Licence: Redistributable. See LICENCE.atheros_firmware for details
d1cadcf6
AG
2446
2447--------------------------------------------------------------------------
40d14143
KV
2448
2449Driver: ath10k - Qualcomm Atheros support for QCA988x family of chips
2450
2451File: ath10k/QCA988X/hw2.0/board.bin
2452File: ath10k/QCA988X/hw2.0/firmware-4.bin
a9526824 2453Version: 10.2.4.45
aa57476f 2454Licence: ath10k/QCA988X/hw2.0/notice_ath10k_firmware-4.txt
371fe038
KV
2455File: ath10k/QCA988X/hw2.0/firmware-5.bin
2456Version: 10.2.4.70.9-2
aa57476f 2457Licence: ath10k/QCA988X/hw2.0/notice_ath10k_firmware-5.txt
aab28b04
KV
2458File: ath10k/QCA6174/hw2.1/board.bin
2459File: ath10k/QCA6174/hw2.1/firmware-5.bin
2460Version: WLAN.RM.1.1-00141
aa57476f 2461Licence: ath10k/QCA6174/hw2.1/notice_ath10k_firmware-5.txt
002384ac
KV
2462File: ath10k/QCA6174/hw3.0/board.bin
2463File: ath10k/QCA6174/hw3.0/firmware-4.bin
2464Version: WLAN.RM.2.0-00180-QCARMSWPZ-1
aa57476f 2465Licence: ath10k/QCA6174/hw3.0/notice_ath10k_firmware-4.txt
d6255c76
KV
2466File: ath10k/QCA99X0/hw2.0/board.bin
2467File: ath10k/QCA99X0/hw2.0/firmware-5.bin
2468Version: 10.4.1.00030-1
aa57476f 2469Licence: ath10k/QCA99X0/hw2.0/notice_ath10k_firmware-5.txt
40d14143
KV
2470
2471Licence: Redistributable. See LICENSE.QualcommAtheros_ath10k for details
2472
2473--------------------------------------------------------------------------
d1cadcf6
AG
2474
2475Driver: myri10ge - Myri10GE 10GbE NIC driver
2476
2477File: myri10ge_eth_z8e.dat
2478File: myri10ge_ethp_z8e.dat
2479File: myri10ge_rss_eth_z8e.dat
2480File: myri10ge_rss_ethp_z8e.dat
503ebce4
HYK
2481File: myri10ge_eth_big_z8e.dat
2482File: myri10ge_ethp_big_z8e.dat
2483File: myri10ge_rss_eth_big_z8e.dat
2484File: myri10ge_rss_ethp_big_z8e.dat
2485Version: 1.4.57
d1cadcf6
AG
2486
2487License: Redistributable. See LICENCE.myri10ge_firmware for details.
f4b4c46a
BC
2488
2489--------------------------------------------------------------------------
2490
2491Driver: ath6kl - Atheros support for AR6003 WiFi-Bluetooth combo module
2492
f4b4c46a
BC
2493File: ath6k/AR6003.1/hw2.1.1/athwlan.bin
2494File: ath6k/AR6003.1/hw2.1.1/bdata.SD31.bin
2495File: ath6k/AR6003.1/hw2.1.1/bdata.SD32.bin
2496File: ath6k/AR6003.1/hw2.1.1/bdata.WB31.bin
2497File: ath6k/AR6003.1/hw2.1.1/data.patch.bin
2498File: ath6k/AR6003.1/hw2.1.1/endpointping.bin
2499File: ath6k/AR6003.1/hw2.1.1/otp.bin
2500
2501License: Redistributable. See LICENCE.atheros_firmware for details
0f221ddf
BC
2502
2503--------------------------------------------------------------------------
2504
2505Driver: ath6kl - Atheros support for AR3001 WiFi-Bluetooth combo module
2506
0f221ddf
BC
2507File: ar3k/30101coex/ar3kbdaddr.pst
2508File: ar3k/30101coex/PS_ASIC_aclLowPri.pst
2509File: ar3k/30101coex/PS_ASIC_aclHighPri.pst
2510File: ar3k/30101coex/PS_ASIC.pst
2511File: ar3k/30101coex/RamPatch.txt
2512
2513License: Redistributable. See LICENCE.atheros_firmware for details
3c18048f
DW
2514
2515--------------------------------------------------------------------------
2516
4d8eabd6
MCC
2517Driver: drxk - Micronas DRX-K demodulator driver
2518
2519File: dvb-usb-terratec-h5-drxk.fw
2520
162cbfdf
BH
2521Licence: Redistributable.
2522
4d8eabd6
MCC
2523TERRATEC grants permission to use and redistribute these firmware
2524files for use with TERRATEC devices, but not as part of the Linux
2525kernel or in any other form which would require these files themselves
2526to be covered by the terms of the GNU General Public License.
2527
2528These firmware files are distributed in the hope that they will be
2529useful, but WITHOUT ANY WARRANTY; without even the implied warranty
2530of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
fc2b8658
CYC
2531
2532--------------------------------------------------------------------------
2533
2534Driver: ene-ub6250 -- ENE UB6250 SD card reader driver
2535
2536File: ene-ub6250/sd_init1.bin
2537File: ene-ub6250/sd_init2.bin
2538File: ene-ub6250/sd_rdwr.bin
2539File: ene-ub6250/ms_init.bin
2540File: ene-ub6250/msp_rdwr.bin
2541File: ene-ub6250/ms_rdwr.bin
2542
2543Licence: Redistributable. See LICENCE.ene_firmware for details.
2544
2545--------------------------------------------------------------------------
de960e50
BH
2546
2547Driver: isci -- Intel C600 SAS controller driver
2548
2549File: isci/isci_firmware.bin
2550Source: isci/create_fw.c
2551Source: isci/create_fw.h
2552Source: isci/probe_roms.h
2553Source: isci/Makefile
2554
2555Licence: GPLv2
2556
2557--------------------------------------------------------------------------
0735e331
PF
2558
2559Driver: ar5523 -- Atheros AR5523 based USB Wifi dongles
2560
2561File: ar5523.bin
2562
2563Licence: Redistributable. See LICENCE.atheros_firmware for details
2564
2565--------------------------------------------------------------------------
fb5cda9c
AK
2566
2567Driver: s5p-mfc - Samsung MFC video encoder/decoder driver
2568
7f388b48
BH
2569File: s5p-mfc.fw
2570File: s5p-mfc-v6.fw
2571File: s5p-mfc-v6-v2.fw
2572File: s5p-mfc-v7.fw
2573File: s5p-mfc-v8.fw
fb5cda9c 2574
162cbfdf
BH
2575Licence: Redistributable.
2576
a31518c4
AK
2577Samsung grants permission to use and redistribute aforementioned firmware
2578files for the use with Exynos series devices, but not as part of the Linux
2579kernel, or in any other form which would require these files themselves
fb5cda9c
AK
2580to be covered by the terms of the GNU General Public License.
2581
2582These firmware files are distributed in the hope that they will be
2583useful, but WITHOUT ANY WARRANTY; without even the implied warranty
2584of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
2585
2586--------------------------------------------------------------------------
32eb7c73
XVP
2587
2588Driver: carl9170 -- Atheros AR9170 802.11 draft-n USB driver
2589
2590File: carl9170-1.fw
2591Version: 1.9.6
2592Source: carl9170fw/
2593
2594Downloaded from http://linuxwireless.org/en/users/Drivers/carl9170
2595
18b3046a 2596Licence: GPLv2. Some build scripts use the New BSD (3-clause) licence.
32eb7c73
XVP
2597
2598--------------------------------------------------------------------------
e944f30f
IM
2599
2600Driver: snd-hda-codec-ca0132 - Creative Sound Core3D codec
2601
2602File: ctefx.bin
2603File: ctspeq.bin
2604
2605Licence: Redistributable. See LICENCE.ca0132 for details
2606
2607Found also in alsa-firmware package.
2608
2609--------------------------------------------------------------------------
120a97ff
THJA
2610
2611Driver: btusb - Bluetooth USB driver
2612
3fe01af2 2613File: intel/ibt-hw-37.7.bseq
fbc6222c 2614Version: 1316.02.00
120a97ff 2615File: intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq
01f57c63 2616Version: WP_1303_02_patch_0.0.83.1
74ed3155 2617File: intel/ibt-hw-37.7.10-fw-1.0.2.3.d.bseq
01f57c63 2618Version: WP_1303_02_patch_0.0.83.1
6c2381e8 2619File: intel/ibt-hw-37.7.10-fw-1.80.1.2d.d.bseq
05af03fe 2620Version: WP_1345_01_patch_0.0.34.1
a2ff576c 2621File: intel/ibt-hw-37.7.10-fw-1.0.1.2d.d.bseq
05af03fe 2622Version: WP_1345_01_patch_0.0.34.1
01ca0001
THJA
2623File: intel/ibt-hw-37.8.bseq
2624Version: 1339_02.00
2625File: intel/ibt-hw-37.8.10-fw-1.10.2.27.d.bseq
1406ec11 2626Version: BT_StonePeak_C0_REL_55_0001
0e5f6377 2627File: intel/ibt-hw-37.8.10-fw-1.10.3.11.e.bseq
1406ec11 2628Version: BT_StonePeak_D0_REL_32_0002
d82d3c1e
THJA
2629File: intel/ibt-hw-37.8.10-fw-22.50.19.14.f.bseq
2630Version: STP_D1_REL_9
69640304
THJA
2631File: intel/ibt-11-5.ddc
2632Version: LnP/SfP_REL0190
2633File: intel/ibt-11-5.sfi
2634Version: LnP/SfP_REL0190
120a97ff
THJA
2635
2636Licence: Redistributable. See LICENCE.ibt_firmware for details
2637
8e181320
DD
2638File: rtl_bt/rtl8192ee_fw.bin
2639File: rtl_bt/rtl8192eu_fw.bin
2640File: rtl_bt/rtl8723a_fw.bin
2641File: rtl_bt/rtl8723b_fw.bin
2642File: rtl_bt/rtl8761a_fw.bin
2643File: rtl_bt/rtl8812ae_fw.bin
2644File: rtl_bt/rtl8821a_fw.bin
2645
2646Licence: Redistributable. See LICENCE.rtlwifi_firmware.txt for details.
2647
2648Found in vendor driver, linux_bt_usb_2.11.20140423_8723be.rar
2649From https://github.com/troy-tan/driver_store
2650
120a97ff 2651--------------------------------------------------------------------------
8267525f
JH
2652
2653Driver: btmtk_usb - Bluetooth USB driver
2654
2655File: mt7650.bin
2656
2657Licence: Redistributable. See LICENCE.ralink_a_mediatek_company_firmware for details
2658
2659--------------------------------------------------------------------------
94f39039
KC
2660
2661Driver: rp2 -- Comtrol RocketPort 2 serial driver
2662
2663File: rp2.fw
2664
162cbfdf
BH
2665Licence: Redistributable.
2666
94f39039
KC
2667Copyright (C) 2013 Comtrol Corporation
2668
2669Comtrol grants permission to use and redistribute these firmware
2670files for use with Comtrol devices, but not as part of the Linux
2671kernel or in any other form which would require these files themselves
2672to be covered by the terms of the GNU General Public License.
2673
2674These firmware files are distributed in the hope that they will be
2675useful, but WITHOUT ANY WARRANTY; without even the implied warranty
2676of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
2677
2678--------------------------------------------------------------------------
b5aaee4c 2679
88512c91
HV
2680Driver: go7007
2681
2682File: go7007/s2250-1.fw
2683File: go7007/s2250-2.fw
2892af06
BH
2684Link: s2250.fw -> go7007/s2250-2.fw
2685Link: s2250_loader.fw -> go7007/s2250-1.fw
88512c91
HV
2686
2687Licence:
2688 Sensoray grants permission to use and redistribute these firmware
2689 files for use with Sensoray devices, but not as a part of the Linux
2690 kernel or in any other form which would require these files themselves
2691 to be covered by the terms of the GNU General Public License.
2692 These firmware files are distributed in the hope that they will be
2693 useful, but WITHOUT ANY WARRANTY; without even the implied warranty
2694 of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
2695
2696File: go7007/go7007fw.bin
2697File: go7007/go7007tv.bin
2698File: go7007/lr192.fw
2699File: go7007/px-m402u.fw
2700File: go7007/px-tv402u.fw
2701File: go7007/wis-startrek.fw
2702
3a21320e 2703Licence: Redistributable. See LICENCE.go7007 for details
b5aaee4c
BH
2704
2705--------------------------------------------------------------------------
31f6b307
SS
2706
2707Driver: microcode_amd - AMD CPU Microcode Update Driver for Linux
2708
2709File: amd-ucode/microcode_amd.bin
2710Version: 2013-07-10
2711File: amd-ucode/microcode_amd_fam15h.bin
8ac569dd
SH
2712Version: 2014-10-28
2713File: amd-ucode/microcode_amd_fam16h.bin
2714Version: 2014-10-28
31f6b307
SS
2715
2716License: Redistributable. See LICENSE.amd-ucode for details
2717
2718--------------------------------------------------------------------------
6eed67a9
AL
2719
2720Driver: mxuport - MOXA UPort USB Serial hub driver
2721
e7c85b24
AL
2722File: moxa/moxa-1250.fw
2723File: moxa/moxa-1251.fw
2724File: moxa/moxa-1410.fw
2725File: moxa/moxa-1450.fw
2726File: moxa/moxa-1451.fw
2727File: moxa/moxa-1613.fw
2728File: moxa/moxa-1618.fw
2729File: moxa/moxa-1653.fw
2730File: moxa/moxa-1658.fw
6eed67a9 2731
162cbfdf
BH
2732License: Redistributable.
2733
6eed67a9
AL
2734The software accompanying this license statement (the “Software”)
2735is the property of Moxa Inc. (the “Moxa”), and is protected by
2736United States and International Copyright Laws and International
2737treaty provisions. No ownership rights are granted by this
2738Agreement or possession of the Software. Therefore, you must treat
2739the Licensed Software like any other copyrighted material. Your
2740rights and obligations in its use are described as follows:
2741
27421. You may freely redistribute this software under this license.
27432. You may freely download and use this software on Moxa's device.
27443. You may not modify or attempt to reverse engineer the software, or
2745 make any attempt to change or even examine the source code of the
2746 software.
27474. You may not re-license or sub-license the software to any person or
2748 business, using any other license.
27495. Moxa(r) is worldwide registered trademark.
2750
2751--------------------------------------------------------------------------
321bd6d9
SP
2752
2753Driver: cw1200 - ST-E CW1100/CW1200 WLAN driver
2754
a54a760d
SP
2755File: wsm_22.bin
2756Version: WSM395
3a21320e 2757Licence: Redistributable. See LICENCE.cw1200 for details.
a54a760d 2758
321bd6d9
SP
2759File: sdd_sagrad_1091_1098.bin
2760
2761License:
2762 Copyright (c) 2011-2013 Sagrad, Inc.
2763
2764 This SDD ("Static Dynamic Data") file is licensed strictly for use with
2765 the Sagrad WiFi modules (such as the SG901-1091/1098) that utilize the
2766 cw1200 driver. There is no warranty expressed or implied about its
2767 fitness for any purpose.
2768
2769 Permission is hereby granted for the distribution of this SDD file as
2770 part of Linux or other Open Source operating system kernel in text or
2771 binary form as required.
2772
a54a760d 2773 (Please note that the actual device firmware is separately licensed)
321bd6d9
SP
2774
2775--------------------------------------------------------------------------
2776
0ab54ff1 2777Driver: BFA/BNA - QLogic BR-series Adapter FC/FCOE drivers
b8ac7c7e
RM
2778
2779File: cbfw-3.2.1.1.bin
f8c22c69
BH
2780File: ctfw-3.2.1.1.bin
2781File: ct2fw-3.2.1.1.bin
76b366df 2782File: cbfw-3.2.3.0.bin
f8c22c69
BH
2783File: ctfw-3.2.3.0.bin
2784File: ct2fw-3.2.3.0.bin
0ab54ff1
RM
2785File: cbfw-3.2.5.1.bin
2786File: ctfw-3.2.5.1.bin
2787File: ct2fw-3.2.5.1.bin
b8ac7c7e
RM
2788
2789Licence:
2790
2791This file contains firmware data derived from proprietary unpublished
0ab54ff1
RM
2792source code.
2793Copyright (c) 2013-2014 Brocade Communications Systems, Inc.
2794Copyright (c) 2014-2015 QLogic Corporation.
b8ac7c7e
RM
2795
2796Permission is hereby granted for the distribution of this firmware data
2797in hexadecimal or equivalent format, provided this copyright notice is
2798accompanying it.
2799
2800Found in hex form in kernel source.
2801
0ab54ff1
RM
2802QLogic grants permission to use and redistribute these firmware files
2803for use with QLogic BR-series devices, but not as a part of the Linux
b8ac7c7e
RM
2804kernel or in any other form which would require these files themselves
2805to be covered by the terms of the GNU General Public License.
2806These firmware files are distributed in the hope that they will be
2807useful, but WITHOUT ANY WARRANTY; without even the implied warranty
2808of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
2809
02b418b2
TS
2810--------------------------------------------------------------------------
2811Driver: qat_dh895xxcc - Intel(R) QAT crypto accelerator
2812
2813File: qat_895xcc.bin
1900994a 2814File: qat_mmp.bin
02b418b2 2815
1900994a
TS
2816Licence: Redistributable. See LICENCE.qat_dh895xcc_firmware and
2817 LICENCE.qat_mmp_firmware for details.
b8ac7c7e
RM
2818--------------------------------------------------------------------------
2819
b11ec337
FF
2820Driver: rsi -- Redpine Signals Inc 91x driver
2821
2822File: rsi_91x.fw
2823
2824Licence:
2825 * Firmware is:
2826 * Derived from proprietary unpublished source code,
2827 * Copyright (C) 2014 Redpine Signals Inc.
2828 *
2829 * Permission is hereby granted for the distribution of this firmware
2830 * as part of Linux or other Open Source operating system kernel
2831 * provided this copyright notice is accompanying it.
2832
2833--------------------------------------------------------------------------
1cafe232 2834
98d922b9 2835Driver: xhci-rcar -- Renesas R-Car H2/M2/H3 USB 3.0 host controller driver
1cafe232
YS
2836
2837File: r8a779x_usb3_v1.dlmem
98d922b9 2838File: r8a779x_usb3_v2.dlmem
1cafe232
YS
2839
2840Licence: Redistributable. See LICENCE.r8a779x_usb3 for details.
2841
2842--------------------------------------------------------------------------
83b97f58
BH
2843
2844Driver: snd_soc_sst_acpi
2845
2846File: intel/fw_sst_0f28.bin-48kHz_i2s_master
2847
2848License: Redistributable. See LICENCE.fw_sst_0f28 for details
2849
2850--------------------------------------------------------------------------
7e925d92
MCC
2851
2852Driver: as102 - Abilis Systems Single DVB-T Receiver
2853
2854File: as102_data1_st.hex
2855File: as102_data2_st.hex
2856
2857License: Redistributable. See LICENCE.Abilis for details
a6815d5a
BC
2858
2859--------------------------------------------------------------------------
2860
2861Driver: it9135 -- ITEtech IT913x DVB-T USB driver
2862
2863File: dvb-usb-it9135-01.fw
2864File: dvb-usb-it9135-02.fw
2865
2866Licence: Redistributable. See LICENCE.it913x for details
2867
2868--------------------------------------------------------------------------
8dd1b22d
JY
2869
2870Driver: snd_soc_sst_acpi
2871
2872File: intel/IntcSST2.bin
479a3333 2873Version: 8.4.1.77
8dd1b22d
JY
2874
2875License: Redistributable. See LICENCE.IntcSST2 for details
2876
2877--------------------------------------------------------------------------
d562a3b6
VK
2878
2879Driver: snd_intel_sst_core
2880
2881File: intel/fw_sst_0f28.bin
2882
2883License: Redistributable. See LICENCE.fw_sst_0f28 for details
2884
2885--------------------------------------------------------------------------
d2adbb0b 2886
e7ef6730
VK
2887Driver: snd_intel_sst_core
2888
2889File: intel/fw_sst_22a8.bin
e567d777 2890Version: 01.0B.02.01
e7ef6730
VK
2891
2892License: Redistributable. See LICENCE.fw_sst_0f28 for details
2893
2894--------------------------------------------------------------------------
2895
33a1bc51
VK
2896Driver: snd-soc-skl
2897
2898File: intel/dsp_fw_release.bin
2899Version: 8.20.00.669
2900md5sum: 039c718077ea3c3a4253110a0554f422
2901
2902License: Redistributable. See LICENCE.adsp_sst for details
2903
2904--------------------------------------------------------------------------
2905
b181fc33 2906Driver: smsmdtv - Siano MDTV Core module
d2adbb0b
MCC
2907
2908File: cmmb_vega_12mhz.inp
2909File: cmmb_venice_12mhz.inp
2910File: dvb_nova_12mhz.inp
2911File: dvb_nova_12mhz_b0.inp
2912File: isdbt_nova_12mhz.inp
2913File: isdbt_nova_12mhz_b0.inp
2914File: isdbt_rio.inp
2915File: sms1xxx-hcw-55xxx-dvbt-02.fw
2916File: sms1xxx-hcw-55xxx-isdbt-02.fw
2917File: sms1xxx-nova-a-dvbt-01.fw
2918File: sms1xxx-nova-b-dvbt-01.fw
2919File: sms1xxx-stellar-dvbt-01.fw
2920File: tdmb_nova_12mhz.inp
2921
2922Licence: Redistributable. See LICENCE.siano for details
c91690d6
AC
2923
2924--------------------------------------------------------------------------
2925
86f4dcab 2926Driver: xhci-tegra -- NVIDIA Tegra XHCI driver
c91690d6
AC
2927
2928File: nvidia/tegra124/xusb.bin
ec89525b
KM
2929Version: v45.46
2930
86f4dcab 2931File: nvidia/tegra210/xusb.bin
38358cfc 2932Version: v50.10
c91690d6
AC
2933
2934Licence: Redistributable. See LICENCE.nvidia for details
7d9dd88b
SS
2935
2936--------------------------------------------------------------------------
2937
2938Driver: atusb - ATUSB IEEE 802.15.4 transceiver driver
2939
2940File: atusb/atusb-0.2.dfu
2941Version: 0.2
2942Info: atusb/ChangeLog
2943
2944Licence: GPLv2+
23d13405
BYTK
2945
2946--------------------------------------------------------------------------
2947
2948Driver: qca - Qualcomm Atheros Bluetooth support for QCA61x4 chips
2949
2950File: qca/nvm_usb_00000201.bin
2951File: qca/nvm_usb_00000200.bin
2952File: qca/nvm_usb_00000300.bin
2953File: qca/nvm_usb_00000302.bin
2954File: qca/nvm_00130300.bin
2955File: qca/nvm_00130302.bin
2956File: qca/rampatch_usb_00000200.bin
2957File: qca/rampatch_usb_00000201.bin
2958File: qca/rampatch_usb_00000300.bin
2959File: qca/rampatch_usb_00000302.bin
2960File: qca/rampatch_00130300.bin
2961File: qca/rampatch_00130302.bin
2962
2963Licence: Redistributable. See LICENSE.QualcommAtheros_ath10k for details
2964
2965--------------------------------------------------------------------------
26556b64
DC
2966
2967Driver: liquidio -- Cavium LiquidIO driver
2968
2969File: liquidio/lio_210nv_nic.bin
2970Version: v1.1.9
2971
2972File: liquidio/lio_210sv_nic.bin
2973Version: v1.1.9
2974
2975File: liquidio/lio_410nv_nic.bin
2976Version: v1.1.9
2977
2978Licence: Redistributable. See LICENCE.cavium for details
e1da99a8
KM
2979
2980--------------------------------------------------------------------------
2981
b693dacc
RV
2982Driver: i915 -- Intel Integrated Graphics driver
2983
182a82e6 2984File: i915/skl_dmc_ver1_23.bin
b693dacc
RV
2985
2986File: i915/skl_dmc_ver1.bin
182a82e6 2987Version: DMC API/ABI ver 1 - release 23 for Skylake
b693dacc 2988
d8d78870 2989File: i915/bxt_dmc_ver1_04.bin
b56286ba 2990File: i915/bxt_dmc_ver1_05.bin
76dbdf5d 2991File: i915/bxt_dmc_ver1_06.bin
d8d78870
RV
2992
2993File: i915/bxt_dmc_ver1.bin
76dbdf5d 2994Version: DMC API/ABI ver 1 - release 06 for Broxton
d8d78870 2995
4e279504 2996File: i915/skl_guc_ver1_1059.bin
d1fa230a 2997File: i915/skl_guc_ver4_3.bin
4e279504
RV
2998
2999File: i915/skl_guc_ver1.bin
3000Version: Guc API/ABI ver 1 - release 1059 for Skylake
3001
d1fa230a
RV
3002File: i915/skl_guc_ver4.bin
3003Version: Guc API/ABI ver 4 - release 3 for Skylake
3004
b693dacc 3005License: Redistributable. See LICENSE.i915 for details
899ebcb6
AC
3006
3007--------------------------------------------------------------------------
3008
3009Driver: nouveau - NVIDIA GK20A GPU driver
3010
3011File: nvidia/gk20a/fecs_data.bin
3012File: nvidia/gk20a/fecs_inst.bin
3013File: nvidia/gk20a/gpccs_data.bin
3014File: nvidia/gk20a/gpccs_inst.bin
3015File: nvidia/gk20a/sw_bundle_init.bin
3016File: nvidia/gk20a/sw_ctx.bin
3017File: nvidia/gk20a/sw_method_init.bin
3018File: nvidia/gk20a/sw_nonctx.bin
3019
3020Licence: Redistributable. See LICENCE.nvidia for details
3021
dc00519d
JK
3022--------------------------------------------------------------------------
3023
3024Driver: wilc1000 - Atmel 802.11n WLAN driver for WILC1000
3025
3026File: atmel/wilc1000_fw.bin
3027File: atmel/wilc1000_ap_fw.bin
3028File: atmel/wilc1000_p2p_fw.bin
3029
3a21320e 3030License: Redistributable. See LICENSE.atmel for details
dc00519d 3031
5bc50e9b
IW
3032--------------------------------------------------------------------------
3033
3034Driver: hfi1 - Intel OPA Gen 1 adapter
3035
3036File: hfi1_dc8051.fw
3037File: hfi1_fabric.fw
3038File: hfi1_pcie.fw
3039File: hfi1_sbus.fw
3040
3a21320e 3041Licence: Redistributable. See LICENSE.hfi1_firmware for details
5bc50e9b 3042
cc427ee7
MK
3043--------------------------------------------------------------------------
3044
3045Driver: knav_qmss_queue - TI Keystone 2 QMSS driver
3046
3047File: ti-keystone/ks2_qmss_pdsp_acc48_k2_le_1_0_0_9.bin
3048
162cbfdf 3049Licence: Redistributable. See LICENCE.ti-keystone for details.
66d3d8d7
DL
3050
3051--------------------------------------------------------------------------
3052
3053Driver: mwlwifi - Marvell mac80211 driver for 80211ac cards.
3054
3055File: mwlwifi/88W8864.bin
3056Version: 7.2.8.6
3057
3058File: mwlwifi/88W8897.bin
3059Version: 8.2.0.10
3060
3061Licence: Redistributable. See LICENCE.Marvell for details.