summaryrefslogtreecommitdiffstats
path: root/util/cbfstool/cbfstool.c
Commit message (Expand)AuthorAgeFilesLines
* cbfstool: add optional -m ARCH to extractAaron Durbin2015-10-291-3/+4
* cbfstool: Fix tolower() calls on CygwinStefan Reinauer2015-10-231-2/+2
* cbfstool: Fix typo in error messagePatrick Georgi2015-10-191-1/+1
* cbfstool: relocate FSP blobs on cbfstool addAaron Durbin2015-10-021-1/+45
* cbfstool: Add support for hashes as file metadataPatrick Georgi2015-10-011-8/+30
* cbfstool: prefer fmap data over cbfs master header if it existsPatrick Georgi2015-09-281-8/+1
* cbfstool: have update-fit always work from CBFSPatrick Georgi2015-09-281-9/+2
* cbfstool: don't use endian to fix BSD hostsAaron Durbin2015-09-211-2/+1
* cbfstool: add new add-master-header commandPatrick Georgi2015-09-211-0/+74
* cbfstool: remove locate commandAaron Durbin2015-09-161-31/+3
* cbfstool: add --xip support to add-stage for x86Aaron Durbin2015-09-161-50/+86
* cbfstool: provide metadata size to cbfs_locate_entry()Aaron Durbin2015-09-161-5/+18
* cbfstool: Allow adding file with specific alignment requirementAlexandru Gagniuc2015-09-071-37/+61
* cbfstool: allow compression at file header levelDaisuke Nojiri2015-09-011-3/+37
* cbfstool: update help textPatrick Georgi2015-08-271-2/+1
* cbfstool: don't pass header_size as separate argument (part 2)Patrick Georgi2015-08-271-7/+2
* cbfstool: passing a header is now mandatory for convertersPatrick Georgi2015-08-271-6/+3
* cbfstool: cbfs_add_entry() doesn't need to know filename or typePatrick Georgi2015-08-271-2/+2
* cbfstool: move cbfs_file header creation further up the call chainPatrick Georgi2015-08-261-3/+13
* cbfstool: pass cbfs_file header into "compress" functionsPatrick Georgi2015-08-261-5/+11
* cbfstool: allow file data converters to modify the header sizePatrick Georgi2015-08-131-5/+7
* cbfstool: calculate header size in cbfs_add_component()Patrick Georgi2015-08-131-1/+4
* cbfstool: allow passing a precalculated header size into cbfs_add_entry()Patrick Georgi2015-08-131-3/+3
* cbfstool: test for duplicate files earlierPatrick Georgi2015-08-131-6/+5
* cbfstool: Factor out compression algorithm listSol Boucher2015-07-161-7/+7
* cbfstool: rename fieldSol Boucher2015-07-161-9/+9
* cbfstool: fix alignment to 64 bytePatrick Georgi2015-07-151-6/+5
* cbfstool: Make update-fit action work on new-style imagesSol Boucher2015-05-261-2/+21
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* cbfstool: Fix shadowed global indexKyösti Mälkki2015-05-171-5/+5
* cbfstool: Don't typedef the comp_algo enumSol Boucher2015-05-131-1/+1
* cbfstool: Support top-aligned addresses for new-format imagesSol Boucher2015-05-131-10/+33
* cbfstool: New image format w/ required FMAP and w/o CBFS master headerSol Boucher2015-05-131-102/+417
* cbfstool: Restructure around support for reading/writing portions of filesSol Boucher2015-05-081-119/+136
* cbfstool: Fix leak in cbfs_image struct initializationSol Boucher2015-05-081-1/+1
* cbfstool: Clean up in preparation for adding new filesSol Boucher2015-04-251-5/+13
* cbfstool: clean up source codeVadim Bendebury2015-04-181-49/+29
* cbfstool: add the missing 'break'Vadim Bendebury2015-04-181-0/+1
* cbfstool: add a command to duplicate a cbfs instanceVadim Bendebury2015-04-181-0/+36
* cbfstool: allow user to explicitly specify header locationVadim Bendebury2015-04-181-22/+36
* CBFS: Automate ROM image layout and remove hardcoded offsetsJulius Werner2015-04-141-49/+71
* cbfstool: Remove empty line that looks out of placeJulius Werner2015-03-211-1/+0
* cbfstool: Clean up codeStefan Reinauer2015-03-041-3/+7
* cbfstool: Add the MIPS architecturePaul Burton2015-03-031-1/+1
* cbfstool: Fix help display messageFurquan Shaikh2015-01-091-1/+1
* cbfstool: Add option to ignore section in add-stageFurquan Shaikh2014-11-041-3/+9
* cbfstool: add aarch64 as a nameRonald G. Minnich2014-09-151-1/+1
* cbfstool: Fix architecture check when adding payloadStefan Reinauer2014-09-121-6/+7
* ARM: Generalize armv7 as arm.Gabe Black2014-09-081-1/+1
* cbfstool: fix option parsingPatrick Georgi2014-08-091-0/+1