summaryrefslogtreecommitdiffstats
path: root/genimage.h
Commit message (Expand)AuthorAgeFilesLines
* make it easier to create empty filesystemsMichael Olbrich2019-09-221-0/+1
* Merge pull request #62 from michaelolbrich/hd-fillMichael Olbrich2019-05-111-0/+1
|\
| * util: add helper to extend images to a specified sizeMichael Olbrich2019-05-071-0/+1
* | genimage: allow percentages for image sizesMichael Olbrich2019-05-071-0/+1
* | util: add helper to calculate directory sizeMichael Olbrich2019-05-061-0/+2
* | config: allow parsing percentagesMichael Olbrich2019-05-061-1/+4
|/
* image-hd: re-read partition table for block devicesMichael Olbrich2019-03-011-0/+1
* pad_file/insert_data: support writing to block devicesMichael Olbrich2019-03-011-0/+2
* pad_file: use the imageoutfile()Michael Olbrich2019-03-011-1/+1
* hdimage: Add GPT supportStefan Sørensen2019-02-121-0/+11
* add qemu handlerAlexandre Fournier2018-03-191-0/+1
* Add FIT image supportSascha Hauer2018-03-191-0/+1
* cleanup loggingSascha Hauer2018-03-191-2/+4
* util: check asprintf()/vasprintf() return valuesMichael Olbrich2017-11-121-0/+1
* cramfs: add handler to create cramfs filesystem imagesJulien Viard de Galbert2016-09-131-0/+1
* add image type to create rauc bundlesMichael Olbrich2016-08-151-0/+1
* genimage: Add static UBI volumes supportLadislav Michl2016-01-121-0/+1
* genimage: constify image in imageoutfileVivien Didelot2015-09-141-1/+1
* cleanup loggingMichael Olbrich2014-08-121-0/+1
* squashfs: add handler to create squashfs filesystem imagesJuergen Beisert2014-03-101-0/+1
* cleanup error outputMichael Olbrich2013-05-021-4/+4
* sort image handlerMichael Olbrich2012-11-241-7/+8
* add cpio image supportMichael Olbrich2012-09-211-0/+1
* insert_data: fix warningMichael Olbrich2012-06-301-1/+1
* add vfat handlerMichael Olbrich2012-06-301-0/+1
* genimage: add parse function to the image handlerMichael Olbrich2012-06-261-0/+1
* image-hd: support extended patitionsMichael Olbrich2011-11-071-0/+1
* image-ext2: add support for ext3/ext4Michael Olbrich2011-10-121-0/+2
* add option to execute an arbitrary command before and after generating the imageMichael Olbrich2011-10-111-0/+2
* add option to make partitions bootableMichael Olbrich2011-10-111-0/+1
* image-hd: allow partitions that are not listed in the partition tableMichael Olbrich2011-10-111-0/+1
* add insert_data() functionMichael Olbrich2011-10-111-0/+2
* remove unused 'offset' entry from imagesSascha Hauer2011-06-271-1/+0
* detect recursive dependenciesSascha Hauer2011-06-271-0/+1
* add imageoutfile() function and use itSascha Hauer2011-06-271-0/+5
* move cfg_getint_suffix to config.cSascha Hauer2011-06-271-0/+2
* remove unused functionSascha Hauer2011-06-271-1/+0
* add commandline parsing, add some function documentationSascha Hauer2011-06-271-1/+1
* initial importSascha Hauer2011-06-271-0/+116