README.AddingFirmware 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. DO NOT ADD FIRMWARE TO THIS DIRECTORY.
  2. ======================================
  3. This directory is only here to contain firmware images extracted from old
  4. device drivers which predate the common use of request_firmware().
  5. As we update those drivers to use request_firmware() and keep a clean
  6. separation between code and firmware, we put the extracted firmware
  7. here.
  8. This directory is _NOT_ for adding arbitrary new firmware images. The
  9. place to add those is the separate linux-firmware repository:
  10. git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
  11. That repository contains all these firmware images which have been
  12. extracted from older drivers, as well various new firmware images which
  13. we were never permitted to include in a GPL'd work, but which we _have_
  14. been permitted to redistribute under separate cover.
  15. To submit firmware to that repository, please send either a git binary
  16. diff or preferably a git pull request to:
  17. linux-firmware@kernel.org
  18. and also cc: to related mailing lists.
  19. Your commit should include an update to the WHENCE file clearly
  20. identifying the licence under which the firmware is available, and
  21. that it is redistributable. If the licence is long and involved, it's
  22. permitted to include it in a separate file and refer to it from the
  23. WHENCE file.
  24. And if it were possible, a changelog of the firmware itself.
  25. Ideally, your commit should contain a Signed-Off-By: from someone
  26. authoritative on the licensing of the firmware in question (i.e. from
  27. within the company that owns the code).
  28. WARNING:
  29. =======
  30. Don't send any "CONFIDENTIALITY STATEMENT" in your e-mail, patch or
  31. request. Otherwise your firmware _will never be accepted_.
  32. Maintainers are really busy, so don't expect a prompt reply.