Datei suchen
Edward Betts 80c499ebbe Correct spelling mistakes
Signed-off-by: Edward Betts <edward@4angle.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
2019-09-19 12:41:46 -06:00
samples sign.sh: Add more features 2016-04-12 11:59:42 -06:00
src Correct spelling mistakes 2019-09-19 12:41:46 -06:00
.dir-locals.el Fix tab stops to be 8-spaces instead of 4. 2011-03-02 09:22:25 -08:00
.gitignore Add man pages 2015-10-08 16:20:30 -06:00
COPYING Switch to GPL-v2-only license 2012-11-30 13:05:29 -08:00
CREDITS Add NVIDIA to CREDITS file 2012-11-29 17:30:40 -08:00
Makefile.am Add autotools support 2013-04-09 11:18:26 -07:00
README.txt Add a README file 2015-02-24 15:34:02 -07:00
autogen.sh autogen.sh: allow spaces in configure arguments 2013-08-26 14:02:57 -06:00
configure.ac Bump to version 1.8 2018-06-18 10:55:49 -06:00

README.txt

Introduction
============

This project provides a tool which compiles BCT (Boot Configuration Table)
images to place into the boot flash of a Tegra-based device.

The tool will either:

a) Compile a textual representation of a BCT into a binary image.

b) Generate an entire boot image from a previously compiled BCT and a
   bootloader binary.

Submitting Changes
==================

To submit patches to this project, please use the following commands:

* git format-patch --subject-prefix="cbootimage PATCH"

  Creates a patch file from your git commit.

* git send-email --to linux-tegra@vger.kernel.org *.patch

  Sends the patch by email to the Tegra mailing list.

Even though the primary upstream repository for this project is hosted on
github, contributions aren't accepted via github pull requests. Github pull
requests would bypass public code review on the project mailing list.

Patches should be signed off (include a signed-off-by line) to indicate your
acceptance of the code's license (see COPYING and the license header in each
file). See http://developercertificate.org/ for details of what signed-off-by
implies.