summaryrefslogtreecommitdiffstats
path: root/util/cbfstool/cbfs_image.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* cbfstool: Don't patch cbfs_file->len, it's already set correctlyPatrick Georgi2015-08-261-4/+7
* cbfstool: drop unused arguments in internal functionPatrick Georgi2015-08-261-3/+1
* cbfstool: start moving cbfs_file header creation up the call chainPatrick Georgi2015-08-261-4/+10
* cbfstool: more descriptive variable namePatrick Georgi2015-08-261-7/+7
* cbfstool: unify actual file creationPatrick Georgi2015-08-131-32/+5
* cbfstool: move tests for fixed-location files earlierPatrick Georgi2015-08-131-21/+20
* cbfstool: prepare moving tests earlierPatrick Georgi2015-08-131-12/+14
* cbfstool: factor out creating a cbfs file headerPatrick Georgi2015-08-131-2/+15
* cbfstool: Make cbfs_create_empty_entry build a more complete headerPatrick Georgi2015-08-131-12/+13
* cbfstool: honor larger-than-usual header sizes in cbfs_add_entry_at()Patrick Georgi2015-08-131-4/+5
* cbfstool: expose cbfs_calculate_file_header_size()Patrick Georgi2015-08-131-1/+1
* cbfstool: allow passing a precalculated header size into cbfs_add_entry()Patrick Georgi2015-08-131-3/+5
* cbfstool: Deduplicate code to merge empty filesPatrick Georgi2015-07-181-11/+2
* cbfstool: rename checksum to attributes_offsetPatrick Georgi2015-07-181-1/+1
* cbfstool: move fill value to cbfs.hPatrick Georgi2015-07-181-3/+0
* cbfstool: Remove extra comma after {0, NULL} list elementSol Boucher2015-07-161-2/+2
* cbfstool: Factor out compression algorithm listSol Boucher2015-07-161-0/+12
* cbfstool: use variable length array to model cbfs_file's filenamePatrick Georgi2015-07-161-6/+6
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* cbfstool: Support top-aligned addresses for new-format imagesSol Boucher2015-05-131-13/+6
* cbfstool: New image format w/ required FMAP and w/o CBFS master headerSol Boucher2015-05-131-43/+111
* cbfstool: Restructure around support for reading/writing portions of filesSol Boucher2015-05-081-43/+32
* cbfstool: Eliminate useless cbfs_image_create() local variableSol Boucher2015-05-081-5/+4
* cbfstool: Fix leak in cbfs_image struct initializationSol Boucher2015-05-081-34/+28
* cbfstool: Fix cbfs_copy_instance()'s master header endiannessSol Boucher2015-05-081-14/+5
* cbfstool: Make the add action choose an aligned entries capacitySol Boucher2015-05-081-3/+39