summaryrefslogtreecommitdiffstats
path: root/common/uimage.c
Commit message (Expand)AuthorAgeFilesLines
* uimage: Fix lseek error check in uimage_load_to_buf()Andrey Smirnov2019-03-111-10/+7
* uimage: Fix lseek error check in uimage_load()Andrey Smirnov2019-03-111-4/+4
* uimage: Fix lseek error check in uimage_verify()Andrey Smirnov2019-03-111-3/+4
* uimage: Use is_tftp_fs() and cache_file() to ease TFTP workaroundSascha Hauer2018-01-251-25/+22
* uimage: fix memory leak in error pathSascha Hauer2018-01-251-0/+2
* uimage: fix: add can_lseek_backward and use in uimage_openMichael Grzeschik2017-11-101-2/+2
* bootm: Move bootm options to common/KconfigSascha Hauer2016-05-101-1/+1
* include: move crc specific stuff to crc.hSascha Hauer2016-04-151-0/+1
* Convert users of PRINTF_CONVERSION_RESOURCE to %paSascha Hauer2016-01-151-4/+3
* move file helper functions to separate fileSascha Hauer2014-08-071-0/+1
* fix format specifiersSascha Hauer2014-06-051-1/+3
* don't cast negative error codes to unsigned size_tLucas Stach2014-04-231-3/+3
* uimage: fix: fill size when no compression is usedJean-Christophe PLAGNIOL-VILLARD2013-08-121-0/+1
* uimage: fix: always support multi image supportJean-Christophe PLAGNIOL-VILLARD2013-08-121-7/+0
* treewide: fix format specifiersSascha Hauer2013-01-271-2/+3
* Merge branch 'for-next/tftp'Sascha Hauer2012-12-071-24/+0
|\
| * uimage: fix misunderstanding in common/uimage.cVicente Bergas2012-11-261-24/+0
* | filetype: Pass bufsizeSascha Hauer2012-12-031-1/+1
|/
* uimage: improve transfer speedVicente2012-11-161-2/+25
* Merge branch 'for-next/misc'Sascha Hauer2012-11-161-1/+1
|\
| * UIMAGE: improve transfer speedVicente Bergas2012-10-151-1/+1
* | uimage: Fix deleting of temporary fileSascha Hauer2012-10-301-2/+2
|/
* Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-4/+0
* uimage_laod: fix ramdisk supportJean-Christophe PLAGNIOL-VILLARD2012-08-131-1/+2
* uimage_sdram_flush: fix resource startJean-Christophe PLAGNIOL-VILLARD2012-08-131-1/+2
* resource: store 'end' instead of 'size' in struct resourceSascha Hauer2012-07-011-3/+3
* uimage/file_to_sdram: fix resource allocationSascha Hauer2012-05-021-1/+5
* make uimages work on tftpfsSascha Hauer2012-02-191-0/+25
* reimplement uImage codeSascha Hauer2011-12-151-0/+505