• Home
Name Date Size #Lines LOC

..--

3com/08-May-2024-2,8202,819

acenic/08-May-2024-9,4199,417

adaptec/08-May-2024-108106

advansys/08-May-2024-1,2021,198

av7110/08-May-2024-12674

bnx2/08-May-2024-13,51813,513

bnx2x/08-May-2024-38,15238,149

cis/08-May-2024-211194

cpia2/08-May-2024-7468

cxgb3/08-May-2024-591586

dsp56k/08-May-2024-126112

e100/08-May-2024-117114

edgeport/08-May-2024-935930

emi26/08-May-2024-5,7715,768

emi62/08-May-2024-7,0067,002

ess/08-May-2024-173171

kaweth/08-May-2024-266262

keyspan/08-May-2024-1,6121,535

keyspan_pda/08-May-2024-2,4902,048

korg/08-May-2024-988987

matrox/08-May-2024-7472

myricom/08-May-2024-4,7724,771

ositech/08-May-2024-178177

qlogic/08-May-2024-7,5667,555

r128/08-May-2024-130129

radeon/08-May-2024-13,02913,002

sb16/08-May-2024-489484

sun/08-May-2024-144143

tehuti/08-May-2024-2,6792,678

tigon/08-May-2024-876873

ttusb-budget/08-May-2024-821820

vicam/08-May-2024-87

yam/08-May-2024-686684

yamaha/08-May-2024-2,5492,545

.gitignoreD08-May-202439 76

MakefileD08-May-202411.5 KiB252220

README.AddingFirmwareD08-May-20241.5 KiB3626

WHENCED08-May-202426.5 KiB865592

atmsar11.HEXD08-May-202418.7 KiB205201

ihex2fw.cD08-May-20246.6 KiB281216

mts_cdma.fw.ihexD08-May-202437.2 KiB868867

mts_edge.fw.ihexD08-May-202437.8 KiB882881

mts_gsm.fw.ihexD08-May-202437.2 KiB868867

ti_3410.fw.ihexD08-May-202437 KiB863862

ti_5052.fw.ihexD08-May-202437 KiB863862

whiteheat.HEXD08-May-202443.9 KiB1,0981,096

whiteheat_loader.HEXD08-May-202411.8 KiB315313

whiteheat_loader_debug.HEXD08-May-202417.2 KiB404402

README.AddingFirmware

1
2	DO NOT ADD FIRMWARE TO THIS DIRECTORY.
3	======================================
4
5This directory is only here to contain firmware images extracted from old
6device drivers which predate the common use of request_firmware().
7
8As we update those drivers to use request_firmware() and keep a clean
9separation between code and firmware, we put the extracted firmware
10here.
11
12This directory is _NOT_ for adding arbitrary new firmware images. The
13place to add those is the separate linux-firmware repository:
14
15    git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
16
17That repository contains all these firmware images which have been
18extracted from older drivers, as well various new firmware images which
19we were never permitted to include in a GPL'd work, but which we _have_
20been permitted to redistribute under separate cover.
21
22To submit firmware to that repository, please send either a git binary
23diff or preferably a git pull request to:
24      David Woodhouse <dwmw2@infradead.org>
25      Ben Hutchings <ben@decadent.org.uk>
26
27Your commit should include an update to the WHENCE file clearly
28identifying the licence under which the firmware is available, and
29that it is redistributable. If the licence is long and involved, it's
30permitted to include it in a separate file and refer to it from the
31WHENCE file.
32
33Ideally, your commit should contain a Signed-Off-By: from someone
34authoritative on the licensing of the firmware in question (i.e. from
35within the company that owns the code).
36