summaryrefslogtreecommitdiffstats
path: root/util/cbfstool
Commit message (Expand)AuthorAgeFilesLines
* cbfs-compression-tool: Add raw compression supportJulius Werner2018-05-221-20/+21
* cbfs-compression-tool: Fix minor edge cases in algorithm type parsingJulius Werner2018-05-211-1/+2
* cbfstool: Drop `-t` parsing for `add-payload` commandNico Huber2018-05-181-1/+1
* Revert "cbfs/payload type: Fix build warning and whitespace in name"Ronald G. Minnich2018-05-161-1/+1
* cbfs/payload type: Fix build warning and whitespace in namePaul Menzel2018-05-151-1/+1
* cbfs: Rename CBFS_TYPE_PAYLOAD to CBFS_TYPE_SELFPatrick Rudolph2018-05-043-7/+7
* cbfstool: Add region offset information to layout commandWerner Zeh2018-04-301-1/+2
* util/cbfstool: Print all supported architecturesJonathan Neuschäfer2018-04-113-3/+17
* util/cbfstool: Print types on stdoutJonathan Neuschäfer2018-04-111-2/+2
* cbfstool: Add install target to MakefileDenis 'GNUtoo' Carikli2018-03-061-0/+12
* drivers/mrc_cache: Always generate an FMAP regionArthur Heymans2018-01-202-0/+2
* util/cbfstool: Check for NULL before dereferenceMartin Roth2017-12-201-0/+4
* util/cbfstool: calculate cbfs file size for xip stagesAaron Durbin2017-12-193-9/+52
* cbfstool: Add '-p' option for paddingDaisuke Nojiri2017-12-082-6/+29
* cbfstool: Print compression algorithmDaisuke Nojiri2017-10-281-10/+12
* util/cbfstool: Add "truncate" commandPatrick Georgi2017-10-103-0/+63
* util/cbfstool: Add "expand" command to make CBFS span an fmap regionPatrick Georgi2017-09-203-0/+59
* rmodtool: Increase limit on number of symbolsDamien Zammit2017-09-131-5/+6
* util/cbmem, util/cbfstool: resolve macro errors on FreeBSDIdwer Vollering2017-08-111-0/+4
* add __must_check to */compiler.hCaveh Jalali2017-08-081-0/+1
* util/cbfstool: Fix build with armv7-eabi cross compilerPatrick Georgi2017-08-021-1/+1
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-138-34/+59
* util/cbfstool: demote FV handling errors to debugPatrick Georgi2017-07-071-2/+2
* util/cbfstool: demote not-ELF error to debugPatrick Georgi2017-07-071-1/+1
* util: change coreboot to lowercaseMartin Roth2017-06-271-1/+1
* util/cbfstool/lz4frame.c: Add comment to fall throughArthur Heymans2017-06-061-1/+1
* console/flashsconsole: Add spi flash console for debuggingYouness Alaoui2017-06-042-0/+2
* cbfscomptool: fix display of time_tMike Frysinger2017-05-271-1/+1
* cbfstool/ifwitool: Remove unnecessary assignmentPaul Menzel2017-03-291-2/+2
* util/cbfstool: avoid memleaks and off-by-onesPatrick Georgi2017-03-203-1/+21
* cbfs-compression-tool: catch compression failuresPatrick Georgi2017-01-241-1/+6
* cbfstool: Don't use le32toh(), it's non-standardNico Huber2017-01-181-2/+3
* util/cbfstool: Enable adding precompressed files to cbfsPatrick Georgi2017-01-131-22/+45
* util/cbfstool: Add cbfs-compression-toolPatrick Georgi2017-01-126-28/+230
* util/cbfstool: compile with -O2 by defaultPatrick Georgi2017-01-121-0/+1
* util/cbfstool: Fix to build with latest llvmManoj Gupta2017-01-041-1/+1
* util/cbfstool: Don't print region information on stderr by defaultPatrick Georgi2017-01-021-1/+1
* util/cbfstool: Handle error condition more carefullyPatrick Georgi2016-12-151-2/+3
* util/cbfstool: check that buffer_create workedPatrick Georgi2016-12-151-1/+2
* util/cbfstool: Fix memory leakPatrick Georgi2016-12-151-0/+1
* util/cbfstool: Add NULL-ptr checkPatrick Georgi2016-12-151-1/+2
* util/cbfstool: Enable filling fmap regions with a given valuePatrick Georgi2016-12-131-4/+15
* util/cbfstool: require -i argument for cbfstool add-intPatrick Georgi2016-12-131-0/+6
* cbfstool: Fix off-by-one error in checking hash_typeFurquan Shaikh2016-12-041-1/+1
* cbfstool: Fix typo in help textPatrick Georgi2016-10-171-1/+1
* util/cbfstool: Allow overwriting CBFS regions with raw data on requestPatrick Georgi2016-10-171-4/+10
* cbfstool: set init_size for linux payloads.Ronald G. Minnich2016-09-282-2/+19
* cbfs: Add "struct" file type and associated helpersJulius Werner2016-08-271-0/+2
* util/cbfstool: Initialize elf_writer pointer to avoid crashJonathan Neuschäfer2016-08-101-1/+1
* flashmap: Allocate at least one entry in kv_pair_new()Stefan Reinauer2016-08-091-1/+1