oleavr-rgl-a500-mini-linux-.../firmware
Ole André Vadla Ravnås 169c65d57e Initial commit
2022-05-07 01:01:45 +02:00
..
3com Initial commit 2022-05-07 01:01:45 +02:00
acenic Initial commit 2022-05-07 01:01:45 +02:00
adaptec Initial commit 2022-05-07 01:01:45 +02:00
advansys Initial commit 2022-05-07 01:01:45 +02:00
av7110 Initial commit 2022-05-07 01:01:45 +02:00
bnx2 Initial commit 2022-05-07 01:01:45 +02:00
bnx2x Initial commit 2022-05-07 01:01:45 +02:00
cis Initial commit 2022-05-07 01:01:45 +02:00
cpia2 Initial commit 2022-05-07 01:01:45 +02:00
cxgb3 Initial commit 2022-05-07 01:01:45 +02:00
dsp56k Initial commit 2022-05-07 01:01:45 +02:00
e100 Initial commit 2022-05-07 01:01:45 +02:00
edgeport Initial commit 2022-05-07 01:01:45 +02:00
emi26 Initial commit 2022-05-07 01:01:45 +02:00
emi62 Initial commit 2022-05-07 01:01:45 +02:00
ess Initial commit 2022-05-07 01:01:45 +02:00
kaweth Initial commit 2022-05-07 01:01:45 +02:00
keyspan Initial commit 2022-05-07 01:01:45 +02:00
keyspan_pda Initial commit 2022-05-07 01:01:45 +02:00
korg Initial commit 2022-05-07 01:01:45 +02:00
matrox Initial commit 2022-05-07 01:01:45 +02:00
myricom Initial commit 2022-05-07 01:01:45 +02:00
ositech Initial commit 2022-05-07 01:01:45 +02:00
qlogic Initial commit 2022-05-07 01:01:45 +02:00
r128 Initial commit 2022-05-07 01:01:45 +02:00
radeon Initial commit 2022-05-07 01:01:45 +02:00
sb16 Initial commit 2022-05-07 01:01:45 +02:00
sun Initial commit 2022-05-07 01:01:45 +02:00
tehuti Initial commit 2022-05-07 01:01:45 +02:00
tigon Initial commit 2022-05-07 01:01:45 +02:00
ttusb-budget Initial commit 2022-05-07 01:01:45 +02:00
vicam Initial commit 2022-05-07 01:01:45 +02:00
yam Initial commit 2022-05-07 01:01:45 +02:00
yamaha Initial commit 2022-05-07 01:01:45 +02:00
.gitignore Initial commit 2022-05-07 01:01:45 +02:00
atmsar11.HEX Initial commit 2022-05-07 01:01:45 +02:00
ihex2fw.c Initial commit 2022-05-07 01:01:45 +02:00
Makefile Initial commit 2022-05-07 01:01:45 +02:00
mts_cdma.fw.ihex Initial commit 2022-05-07 01:01:45 +02:00
mts_edge.fw.ihex Initial commit 2022-05-07 01:01:45 +02:00
mts_gsm.fw.ihex Initial commit 2022-05-07 01:01:45 +02:00
README.AddingFirmware Initial commit 2022-05-07 01:01:45 +02:00
ti_3410.fw.ihex Initial commit 2022-05-07 01:01:45 +02:00
ti_5052.fw.ihex Initial commit 2022-05-07 01:01:45 +02:00
WHENCE Initial commit 2022-05-07 01:01:45 +02:00
whiteheat.HEX Initial commit 2022-05-07 01:01:45 +02:00
whiteheat_loader.HEX Initial commit 2022-05-07 01:01:45 +02:00
whiteheat_loader_debug.HEX Initial commit 2022-05-07 01:01:45 +02:00

	DO NOT ADD FIRMWARE TO THIS DIRECTORY.
	======================================

This directory is only here to contain firmware images extracted from old
device drivers which predate the common use of request_firmware().

As we update those drivers to use request_firmware() and keep a clean
separation between code and firmware, we put the extracted firmware
here.

This directory is _NOT_ for adding arbitrary new firmware images. The
place to add those is the separate linux-firmware repository:

    git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git

That repository contains all these firmware images which have been
extracted from older drivers, as well various new firmware images which
we were never permitted to include in a GPL'd work, but which we _have_
been permitted to redistribute under separate cover.

To submit firmware to that repository, please send either a git binary
diff or preferably a git pull request to:
      David Woodhouse <dwmw2@infradead.org>
      Ben Hutchings <ben@decadent.org.uk>

Your commit should include an update to the WHENCE file clearly
identifying the licence under which the firmware is available, and
that it is redistributable. If the licence is long and involved, it's
permitted to include it in a separate file and refer to it from the
WHENCE file.

Ideally, your commit should contain a Signed-Off-By: from someone
authoritative on the licensing of the firmware in question (i.e. from
within the company that owns the code).