aboutsummaryrefslogtreecommitdiff
path: root/tools/aisimage.c
AgeCommit message (Collapse)AuthorFilesLines
2011-12-05Fix tsize warning in tools/aisimage.cSimon Glass1-3/+3
This fixes the following warning with gcc 4.4.3. aisimage.c: In function 'aisimage_generate': aisimage.c:365: warning: 'tsize' may be used uninitialized in this function Signed-off-by: Simon Glass <sjg@chromium.org>
2011-10-23mkimage: adding support for Davinci AIS imageStefano Babic1-0/+451
Some Davinci processors supports the Application Image Script (AIS) boot process. The patch adds the generation of the AIS image inside the mkimage tool to make possible to generate a bootable U-boot without external tools (TI Davinci AIS Generator). Signed-off-by: Stefano Babic <sbabic@denx.de> CC: Wolfgang Denk <wd@denx.de>