Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Fix tsize warning in tools/aisimage.c | Simon Glass | 2011-12-05 | -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> | |||
* | mkimage: adding support for Davinci AIS image | Stefano Babic | 2011-10-23 | -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> |