summaryrefslogtreecommitdiffstats
path: root/util/cbfstool/cbfs_image.c
Commit message (Expand)AuthorAgeFilesLines
* cbfstool: Print compression algorithmDaisuke Nojiri2017-10-281-10/+12
* util/cbfstool: Add "truncate" commandPatrick Georgi2017-10-101-0/+38
* util/cbfstool: Add "expand" command to make CBFS span an fmap regionPatrick Georgi2017-09-201-0/+38
* util/cbfstool: avoid memleaks and off-by-onesPatrick Georgi2017-03-201-0/+15
* util/cbfstool: Add cbfs-compression-toolPatrick Georgi2017-01-121-9/+0
* util/cbfstool: Fix memory leakPatrick Georgi2016-12-151-0/+1
* util/cbfstool: Add NULL-ptr checkPatrick Georgi2016-12-151-1/+2
* cbfstool: Fix off-by-one error in checking hash_typeFurquan Shaikh2016-12-041-1/+1
* util/cbfstool: Initialize elf_writer pointer to avoid crashJonathan Neuschäfer2016-08-101-1/+1
* cbfstool/cbfs_image: Fix resource leak for tbuffFurquan Shaikh2016-08-081-0/+1
* cbfstool/cbfs_image: Check for return value of buffer_createFurquan Shaikh2016-08-081-2/+6
* cbfstool/cbfs_image: Fix resource leak for segsFurquan Shaikh2016-08-081-16/+14
* cbfstool/cbfs_image: Initialze empty_sz to 0Furquan Shaikh2016-08-081-1/+1
* cbfstool: Require "-m ARCH" to extract payloads and stagesAntonello Dettori2016-07-021-0/+10
* cbfstool: Extract payload in ELFAntonello Dettori2016-06-171-4/+242
* util/cbfstool: Include commonlib/helpers.h in common.hFurquan Shaikh2016-05-281-1/+1
* cbfs: Add LZ4 in-place decompression support for pre-RAM stagesJulius Werner2016-02-221-1/+2
* util/cbfstool: Improve heuristic for cbfs header pointer protectionPatrick Georgi2016-02-121-0/+7
* util/cbfstool: add 'compact' commandAaron Durbin2016-01-281-0/+121
* util/cbfstool: add machine parseable printAaron Durbin2016-01-281-0/+55
* cbfstool: Fix broken alignment because of flashmapWerner Zeh2016-01-271-3/+14
* cbfstool: keep cbfs master header pointerPatrick Georgi2016-01-061-0/+5
* cbfstool: Adapt "cbfstool copy" to only use fmap regions.Patrick Georgi2016-01-061-20/+9
* cbfstool: Use buffer over offset/size pair for cbfs_copy_instancePatrick Georgi2016-01-061-28/+13
* cbfstool: Fix build error with clang when comparing enumzbao2015-11-201-1/+3
* cbfstool: Allows mixed-state fmap regions to workPatrick Georgi2015-11-131-8/+13
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* cbfstool: extract rmodules as ELFs properlyAaron Durbin2015-10-291-0/+13
* cbfstool: create ELF files when extracting stagesAaron Durbin2015-10-291-36/+137
* cbfstool: add optional -m ARCH to extractAaron Durbin2015-10-291-1/+1
* cbfstool: decompress stage files on extractionAaron Durbin2015-10-271-4/+89
* cbfstool: have decompress functions provide ouput data sizeAaron Durbin2015-10-251-1/+1
* cbfstool: Fix removing and adding file with same nameAaron Durbin2015-10-171-0/+4
* cbfstool/cbfs_image.c: Just use one space before `=`Paul Menzel2015-10-171-1/+1
* cbfstool: Add support for hashes as file metadataPatrick Georgi2015-10-011-0/+79
* cbfstool: prefer fmap data over cbfs master header if it existsPatrick Georgi2015-09-281-5/+7
* cbfstool: provide metadata size to cbfs_locate_entry()Aaron Durbin2015-09-161-24/+17
* cbfstool: drop extra copy of filetype->string mapPatrick Georgi2015-09-141-26/+1
* cbfstool: implement decompression support for cbfstool extractPatrick Georgi2015-09-011-3/+20
* cbfstool: factor out parsing compression file attributesPatrick Georgi2015-09-011-11/+22
* cbfstool: support compressed files in cbfstool printPatrick Georgi2015-09-011-5/+30
* cbfstool: add extended file attributes for cbfs_filePatrick Georgi2015-09-011-5/+82
* cbfstool: update warning on cbfstool extractPatrick Georgi2015-08-271-2/+6
* cbfstool: don't pass header_size as separate argument (part 2)Patrick Georgi2015-08-271-1/+2
* cbfstool: don't pass header_size as separate argumentPatrick Georgi2015-08-271-5/+4
* cbfstool: use struct cbfs_file * instead of void *Patrick Georgi2015-08-271-4/+4
* cbfstool: cbfs_add_entry() doesn't need to know filename or typePatrick Georgi2015-08-271-6/+3
* cbfstool: move cbfs_file header creation further up the call chainPatrick Georgi2015-08-261-6/+2
* cbfstool: drop size argument to cbfs_add_entry_atPatrick Georgi2015-08-261-4/+2
* cbfstool: cut down on the debug outputPatrick Georgi2015-08-261-4/+2