summaryrefslogtreecommitdiffstats
path: root/util/cbfstool/cbfstool.c
Commit message (Expand)AuthorAgeFilesLines
* util/cbfstool: Add optional argument ibbPhilipp Deppenwiese2019-10-181-5/+30
* cbfstool: show "preserved" flag in cbfstool layout outputPatrick Georgi2019-07-021-0/+2
* cbfstool: Drop update-fit optionPatrick Rudolph2019-06-241-69/+0
* util/cbfstool/cbfstool.c: Fix typoFrans Hendriks2018-12-241-1/+1
* cbfstool: add unprocessed flag for file exportingJoel Kitching2018-11-161-4/+10
* cbfstool: make comments more consistentJoel Kitching2018-10-141-16/+15
* cbfstool: Show current FMAP region in printPatrick Rudolph2018-07-131-1/+3
* cbfstool: Update FIT entries in the second bootblockRizwan Qureshi2018-06-261-4/+31
* cbfstool: add an option for creating a topswap bootblockRizwan Qureshi2018-06-261-10/+128
* util/cbfstool: Support FIT payloadsPatrick Rudolph2018-06-151-1/+8
* util/cbfstool: Remove whitespace before tabElyes HAOUAS2018-06-041-1/+1
* cbfstool: Drop `-t` parsing for `add-payload` commandNico Huber2018-05-181-1/+1
* cbfs: Rename CBFS_TYPE_PAYLOAD to CBFS_TYPE_SELFPatrick Rudolph2018-05-041-3/+3
* cbfstool: Add region offset information to layout commandWerner Zeh2018-04-301-1/+2
* util/cbfstool: Print all supported architecturesJonathan Neuschäfer2018-04-111-3/+4
* util/cbfstool: calculate cbfs file size for xip stagesAaron Durbin2017-12-191-9/+23
* cbfstool: Add '-p' option for paddingDaisuke Nojiri2017-12-081-5/+27
* util/cbfstool: Add "truncate" commandPatrick Georgi2017-10-101-0/+20
* util/cbfstool: Add "expand" command to make CBFS span an fmap regionPatrick Georgi2017-09-201-0/+17
* 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: Don't print region information on stderr by defaultPatrick Georgi2017-01-021-1/+1
* util/cbfstool: check that buffer_create workedPatrick 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 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: Check for excessive argumentsNico Huber2016-08-031-1/+7
* cbfstool: Check arguments to strtoul() where appropriateNico Huber2016-08-031-12/+70
* util/cbfstool: allow option to honor FSP modules' linked addressAaron Durbin2016-05-181-6/+13
* cbfstool/fsp: Rename fsp1_1_relocateFurquan Shaikh2016-05-111-3/+4
* util/cbfstool: Allow xip/non-xip relocation for FSP componentFurquan Shaikh2016-05-111-6/+39
* util/cbfstool: fix x86 execute-in-place semantics for all fmd regionsAaron Durbin2016-05-061-7/+25
* Revert "cbfstool: Add 'hashcbfs' command to compute hash of CBFS region."Aaron Durbin2016-04-071-56/+0
* util/cbfstool: add 'compact' commandAaron Durbin2016-01-281-0/+13
* util/cbfstool: add machine parseable printAaron Durbin2016-01-281-3/+10
* cbfstool: Fix potential error when using hash attributeWerner Zeh2016-01-231-0/+4
* cbfstool: Add attributes for position and alignment constraints.Werner Zeh2016-01-221-6/+58
* cbfstool: don't rewrite param.baseaddress in cbfs_addPatrick Georgi2016-01-211-2/+3
* cbfstool: accept read-only files when possibleVadim Bendebury2016-01-191-4/+9
* cbfstool: reorder help textPatrick Georgi2016-01-141-1/+1
* cbfstool: Remove duplicate code lineWerner Zeh2016-01-131-1/+0
* cbfstool: correct add-master-header logic to match runtime expectationsAaron Durbin2016-01-061-4/+12
* cbfstool: Add 'hashcbfs' command to compute hash of CBFS region.Aaron Durbin2016-01-061-0/+56
* cbfstool: Adapt "cbfstool copy" to only use fmap regions.Patrick Georgi2016-01-061-32/+20
* cbfstool: Use buffer over offset/size pair for cbfs_copy_instancePatrick Georgi2016-01-061-13/+20
* cbfstool: make top-aligned address work per-regionPatrick Georgi2015-12-091-1/+9
* cbfstool: Re-align help textMartin Roth2015-12-061-8/+8
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* cbfstool: add optional -m ARCH to extractAaron Durbin2015-10-291-3/+4