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