blob: ce95b5a35ed2a3879901b3f17b25b87736d7e86d [file] [log] [blame]
Stephen Warren2065a9d2015-02-24 15:32:55 -07001Introduction
2============
3
4This project provides a tool which compiles BCT (Boot Configuration Table)
5images to place into the boot flash of a Tegra-based device.
6
7The tool will either:
8
9a) Compile a textual representation of a BCT into a binary image.
10
11b) Generate an entire boot image from a previously compiled BCT and a
12 bootloader binary.
13
14Submitting Changes
15==================
16
17To submit patches to this project, please use the following commands:
18
19* git format-patch --subject-prefix="cbootimage PATCH"
20
21 Creates a patch file from your git commit.
22
23* git send-email --to linux-tegra@vger.kernel.org *.patch
24
25 Sends the patch by email to the Tegra mailing list.
26
27Even though the primary upstream repository for this project is hosted on
28github, contributions aren't accepted via github pull requests. Github pull
29requests would bypass public code review on the project mailing list.
30
31Patches should be signed off (include a signed-off-by line) to indicate your
32acceptance of the code's license (see COPYING and the license header in each
33file). See http://developercertificate.org/ for details of what signed-off-by
34implies.