Stephen Warren | 2065a9d | 2015-02-24 15:32:55 -0700 | [diff] [blame] | 1 | Introduction |
| 2 | ============ |
| 3 | |
| 4 | This project provides a tool which compiles BCT (Boot Configuration Table) |
| 5 | images to place into the boot flash of a Tegra-based device. |
| 6 | |
| 7 | The tool will either: |
| 8 | |
| 9 | a) Compile a textual representation of a BCT into a binary image. |
| 10 | |
| 11 | b) Generate an entire boot image from a previously compiled BCT and a |
| 12 | bootloader binary. |
| 13 | |
| 14 | Submitting Changes |
| 15 | ================== |
| 16 | |
| 17 | To 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 | |
| 27 | Even though the primary upstream repository for this project is hosted on |
| 28 | github, contributions aren't accepted via github pull requests. Github pull |
| 29 | requests would bypass public code review on the project mailing list. |
| 30 | |
| 31 | Patches should be signed off (include a signed-off-by line) to indicate your |
| 32 | acceptance of the code's license (see COPYING and the license header in each |
| 33 | file). See http://developercertificate.org/ for details of what signed-off-by |
| 34 | implies. |