summaryrefslogtreecommitdiffstats
path: root/util/cbfstool
Commit message (Expand)AuthorAgeFilesLines
* cbfstool: decompress stage files on extractionAaron Durbin2015-10-271-4/+89
* cbfstool: have decompress functions provide ouput data sizeAaron Durbin2015-10-254-7/+17
* cbfstool: initialize offset field in buffer_init()Aaron Durbin2015-10-251-0/+1
* cbfstool: Make sure fileno is available on CygwinStefan Reinauer2015-10-231-1/+7
* cbfstool: Fix tolower() calls on CygwinStefan Reinauer2015-10-231-2/+2
* cbfstool/Makefile: Also rm fmd_(parser|scanner).[ch] in cleanNico Huber2015-10-221-0/+1
* cbfstool/Makefile: Drop unused, irritating definition of `obj`Nico Huber2015-10-221-1/+0
* cbfstool: Fix typo in error messagePatrick Georgi2015-10-191-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: allow printable characters in image nameAndrey Petrov2015-10-081-4/+4
* cbfstool: relocate FSP blobs on cbfstool addAaron Durbin2015-10-023-1/+158
* cbfstool: provide printk() to cbfstool codeAaron Durbin2015-10-022-8/+51
* cbfstool: Allow anonymous structs/unions for older gcc versionsWerner Zeh2015-10-021-0/+1
* cbfstool: Add support for hashes as file metadataPatrick Georgi2015-10-015-8/+163
* cbfstool: Add bintohex functionPatrick Georgi2015-10-012-0/+24
* cbfstool: prefer fmap data over cbfs master header if it existsPatrick Georgi2015-09-284-46/+14
* cbfstool: have update-fit always work from CBFSPatrick Georgi2015-09-281-9/+2
* cbfstool: Proper commonlib include path with no dependency on $(src)Paul Kocialkowski2015-09-241-1/+1
* coreboot: introduce commonlibAaron Durbin2015-09-222-1/+2
* cbfstool: don't use endian to fix BSD hostsAaron Durbin2015-09-211-2/+1
* cbfstool: make fmap search more strictPatrick Georgi2015-09-211-6/+39
* cbfstool: add new add-master-header commandPatrick Georgi2015-09-211-0/+74
* cbfstool: introduce new file typesPatrick Georgi2015-09-191-0/+4
* cbfstool: Don't use fileno() to get file sizeStefan Reinauer2015-09-171-6/+6
* cbfstool: deduplicate MakefilesPatrick Georgi2015-09-171-99/+12
* cbfstool: actually use no-ms-bitfields flag on mingwPatrick Georgi2015-09-171-1/+1
* cbfstool: remove locate commandAaron Durbin2015-09-161-31/+3
* cbfstool: add --xip support to add-stage for x86Aaron Durbin2015-09-165-59/+251
* cbfstool: provide metadata size to cbfs_locate_entry()Aaron Durbin2015-09-163-31/+37
* cbfstool: expose rmodule logicAaron Durbin2015-09-162-43/+82
* cbfstool: prepare for exposing rmodule logicAaron Durbin2015-09-161-32/+37
* cbfstool: drop extra copy of filetype->string mapPatrick Georgi2015-09-143-49/+26
* rmodtool: make rmodule parameter section optionalAaron Durbin2015-09-091-5/+12
* rmodule: use program.ld for linkingAaron Durbin2015-09-091-4/+4
* cbfstool: Allow adding file with specific alignment requirementAlexandru Gagniuc2015-09-071-37/+61
* cbfstool: off-by-one on the gcc version that provides _Static_assertPatrick Georgi2015-09-011-1/+1
* cbfstool: guard _Static_assertPatrick Georgi2015-09-011-0/+2
* cbfstool: implement decompression support for cbfstool extractPatrick Georgi2015-09-011-3/+20
* cbfstool: add decompression wrappersPatrick Georgi2015-09-012-1/+42
* 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: allow compression at file header levelDaisuke Nojiri2015-09-012-3/+46
* cbfstool: add extended file attributes for cbfs_filePatrick Georgi2015-09-013-5/+107
* cbfstool: update warning on cbfstool extractPatrick Georgi2015-08-271-2/+6
* cbfstool: update help textPatrick Georgi2015-08-271-2/+1
* cbfstool: don't pass header_size as separate argument (part 2)Patrick Georgi2015-08-273-10/+5
* 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-272-5/+5
* cbfstool: passing a header is now mandatory for convertersPatrick Georgi2015-08-271-6/+3