huawei-mrd-kernel/firmware
2024-01-30 13:14:49 +00:00
..
3com feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
acenic feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
adaptec feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
advansys feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
av7110 feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
bnx2 feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
bnx2x feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
cis feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
cpia2 feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
cxgb3 feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
dsp56k feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
e100 feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
edgeport feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
emi26 feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
emi62 feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
ess feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
kaweth feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
keyspan feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
keyspan_pda feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
korg feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
matrox feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
myricom feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
ositech feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
qlogic feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
r128 feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
radeon feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
sb16 feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
sun feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
tehuti feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
tigon feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
ttusb-budget feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
vicam feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
yam feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
yamaha feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
atmsar11.HEX feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
ihex2fw.c feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
Makefile feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
mts_cdma.fw.ihex feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
mts_edge.fw.ihex feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
mts_gsm.fw.ihex feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
README.AddingFirmware feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
ti_3410.fw.ihex feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
ti_5052.fw.ihex feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
WHENCE feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
whiteheat.HEX feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
whiteheat_loader.HEX feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
whiteheat_loader_debug.HEX feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00: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:
      linux-firmware@kernel.org
and also cc: to related mailing lists.

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.
And if it were possible, a changelog of the firmware itself.

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


WARNING:
=======

Don't send any "CONFIDENTIALITY STATEMENT" in your e-mail, patch or
request. Otherwise your firmware _will never be accepted_.

Maintainers are really busy, so don't expect a prompt reply.