tools: add cbootimage for tegra
authorTomasz Maciej Nowak <tomek_n@o2.pl>
Mon, 1 Apr 2019 17:25:39 +0000 (19:25 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 6 Apr 2019 12:48:46 +0000 (14:48 +0200)
commit8595bb0b17e62c2e1badfc64aab5ea5703e22bb9
tree2dc05ef6a7af5a601e4c3e3909e204c2466d4bdd
parent42f96ed9413a3483b0448581374feeb3343f6f6a
tools: add cbootimage for tegra

Tegra BCT and bootable flash image generator/compiler

>From documentation:
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.

Signed-off-by: Tomasz Maciej Nowak <tomek_n@o2.pl>
tools/Makefile
tools/cbootimage/Makefile [new file with mode: 0644]