android_kernel_lenovo_1050f/firmware
Maurizio Porrato 8773c99499 first commit 2020-06-06 18:20:15 +01:00
..
3com first commit 2020-06-06 18:20:15 +01:00
acenic first commit 2020-06-06 18:20:15 +01:00
adaptec first commit 2020-06-06 18:20:15 +01:00
advansys first commit 2020-06-06 18:20:15 +01:00
av7110 first commit 2020-06-06 18:20:15 +01:00
bnx2 first commit 2020-06-06 18:20:15 +01:00
bnx2x first commit 2020-06-06 18:20:15 +01:00
cis first commit 2020-06-06 18:20:15 +01:00
cpia2 first commit 2020-06-06 18:20:15 +01:00
cxgb3 first commit 2020-06-06 18:20:15 +01:00
dsp56k first commit 2020-06-06 18:20:15 +01:00
e100 first commit 2020-06-06 18:20:15 +01:00
edgeport first commit 2020-06-06 18:20:15 +01:00
emi26 first commit 2020-06-06 18:20:15 +01:00
emi62 first commit 2020-06-06 18:20:15 +01:00
ess first commit 2020-06-06 18:20:15 +01:00
intel_mid first commit 2020-06-06 18:20:15 +01:00
kaweth first commit 2020-06-06 18:20:15 +01:00
keyspan first commit 2020-06-06 18:20:15 +01:00
keyspan_pda first commit 2020-06-06 18:20:15 +01:00
korg first commit 2020-06-06 18:20:15 +01:00
matrox first commit 2020-06-06 18:20:15 +01:00
myricom first commit 2020-06-06 18:20:15 +01:00
ositech first commit 2020-06-06 18:20:15 +01:00
qlogic first commit 2020-06-06 18:20:15 +01:00
r128 first commit 2020-06-06 18:20:15 +01:00
radeon first commit 2020-06-06 18:20:15 +01:00
sb16 first commit 2020-06-06 18:20:15 +01:00
sun first commit 2020-06-06 18:20:15 +01:00
tehuti first commit 2020-06-06 18:20:15 +01:00
tigon first commit 2020-06-06 18:20:15 +01:00
ttusb-budget first commit 2020-06-06 18:20:15 +01:00
vicam first commit 2020-06-06 18:20:15 +01:00
yam first commit 2020-06-06 18:20:15 +01:00
yamaha first commit 2020-06-06 18:20:15 +01:00
.gitignore first commit 2020-06-06 18:20:15 +01:00
Makefile first commit 2020-06-06 18:20:15 +01:00
README.AddingFirmware first commit 2020-06-06 18:20:15 +01:00
WHENCE first commit 2020-06-06 18:20:15 +01:00
atmsar11.HEX first commit 2020-06-06 18:20:15 +01:00
blade2_8_g_gff.img.ihex first commit 2020-06-06 18:20:15 +01:00
blade2_8_o_gff.img.ihex first commit 2020-06-06 18:20:15 +01:00
blade2_10_g_gff.img.ihex first commit 2020-06-06 18:20:15 +01:00
blade2_10_g_gmf.img.ihex first commit 2020-06-06 18:20:15 +01:00
blade2_10_o_gff.img.ihex first commit 2020-06-06 18:20:15 +01:00
blade2_10_o_gmf.img.ihex first commit 2020-06-06 18:20:15 +01:00
blade2_13_g_gff.img.ihex first commit 2020-06-06 18:20:15 +01:00
blade2_13_o_gmf.img.ihex first commit 2020-06-06 18:20:15 +01:00
ihex2fw.c first commit 2020-06-06 18:20:15 +01:00
mts_cdma.fw.ihex first commit 2020-06-06 18:20:15 +01:00
mts_edge.fw.ihex first commit 2020-06-06 18:20:15 +01:00
mts_gsm.fw.ihex first commit 2020-06-06 18:20:15 +01:00
ti_3410.fw.ihex first commit 2020-06-06 18:20:15 +01:00
ti_5052.fw.ihex first commit 2020-06-06 18:20:15 +01:00
whiteheat.HEX first commit 2020-06-06 18:20:15 +01:00
whiteheat_loader.HEX first commit 2020-06-06 18:20:15 +01:00
whiteheat_loader_debug.HEX first commit 2020-06-06 18:20:15 +01:00

README.AddingFirmware

	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).