Linux-libre 2.6.32.6-gnu1
[librecmc/linux-libre.git] / firmware / README.AddingFirmware
1
2         DO NOT ADD FIRMWARE TO THIS DIRECTORY.
3         ======================================
4
5 This directory is only here to contain firmware images extracted from old
6 device drivers which predate the common use of request_firmware().
7
8 As we update those drivers to use request_firmware() and keep a clean
9 separation between code and firmware, we put the extracted firmware
10 here.
11
12 /*(DEBLOBBED)*/
13
14 Your commit should include an update to the WHENCE file clearly
15 identifying the licence under which the firmware is available, and
16 that it is redistributable. If the licence is long and involved, it's
17 permitted to include it in a separate file and refer to it from the
18 WHENCE file.
19
20 Ideally, your commit should contain a Signed-Off-By: from someone
21 authoritative on the licensing of the firmware in question (i.e. from
22 within the company that owns the code).