summaryrefslogtreecommitdiffstats
path: root/util/cbfstool/cbfs_image.h
Commit message (Expand)AuthorAgeFilesLines
* util/cbfstool: Fix truncate command error handling and cbfs_image_from_buffer()Jakub Czapiga2022-08-031-0/+3
* cbfstool: Hide hash printing behind -v and add to parseable outputJulius Werner2020-12-031-2/+2
* cbfstool: Rename cbfs_walk() to cbfs_legacy_walk()Julius Werner2020-12-031-3/+5
* cbfstool: Use cbfs_serialized.h and standard vboot helpersJulius Werner2020-12-031-1/+1
* util/: Replace GPLv2 boiler plate with SPDX headerPatrick Georgi2020-05-091-10/+1
* AUTHORS, util/: Drop individual copyright noticesPatrick Georgi2020-05-091-4/+1
* util/cbfstool: Add optional argument ibbPhilipp Deppenwiese2019-10-181-1/+2
* cbfstool: add unprocessed flag for file exportingJoel Kitching2018-11-161-2/+3
* util/cbfstool: Add "truncate" commandPatrick Georgi2017-10-101-0/+5
* util/cbfstool: Add "expand" command to make CBFS span an fmap regionPatrick Georgi2017-09-201-0/+4
* util/cbfstool: add 'compact' commandAaron Durbin2016-01-281-0/+4
* util/cbfstool: add machine parseable printAaron Durbin2016-01-281-0/+1
* cbfstool: Use buffer over offset/size pair for cbfs_copy_instancePatrick Georgi2016-01-061-2/+1
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* cbfstool: add optional -m ARCH to extractAaron Durbin2015-10-291-1/+1
* cbfstool: Add support for hashes as file metadataPatrick Georgi2015-10-011-0/+10
* cbfstool: provide metadata size to cbfs_locate_entry()Aaron Durbin2015-09-161-2/+2
* cbfstool: add extended file attributes for cbfs_filePatrick Georgi2015-09-011-0/+14
* cbfstool: don't pass header_size as separate argument (part 2)Patrick Georgi2015-08-271-2/+1
* cbfstool: use struct cbfs_file * instead of void *Patrick Georgi2015-08-271-1/+1
* cbfstool: cbfs_add_entry() doesn't need to know filename or typePatrick Georgi2015-08-271-1/+1
* cbfstool: move cbfs_file header creation further up the call chainPatrick Georgi2015-08-261-1/+1
* cbfstool: factor out creating a cbfs file headerPatrick Georgi2015-08-131-0/+5
* cbfstool: Make cbfs_create_empty_entry build a more complete headerPatrick Georgi2015-08-131-1/+1
* cbfstool: expose cbfs_calculate_file_header_size()Patrick Georgi2015-08-131-0/+2
* cbfstool: allow passing a precalculated header size into cbfs_add_entry()Patrick Georgi2015-08-131-1/+2
* cbfstool: Factor out compression algorithm listSol Boucher2015-07-161-0/+4
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* cbfstool: Support top-aligned addresses for new-format imagesSol Boucher2015-05-131-3/+1
* cbfstool: New image format w/ required FMAP and w/o CBFS master headerSol Boucher2015-05-131-9/+30
* cbfstool: Restructure around support for reading/writing portions of filesSol Boucher2015-05-081-8/+7
* 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-4/+4
* cbfstool: clean up source codeVadim Bendebury2015-04-181-1/+1
* cbfstool: add a command to duplicate a cbfs instanceVadim Bendebury2015-04-181-0/+4
* cbfstool: allow user to explicitly specify header locationVadim Bendebury2015-04-181-2/+4
* cbfstool: Deserialize CBFS master header when reading imageAlexandru Gagniuc2014-02-111-0/+2
* cbfstool: add code to serialize the header using the new xdr functionsRonald G. Minnich2014-02-021-0/+4
* cbfstool locate: Implement alignment switch --align/-aHung-Te Lin2013-03-201-2/+4
* cbfstool: Fix crash on image without bootblock in end of ROM.Hung-Te Lin2013-02-091-1/+1
* cbfstool: Use cbfs_image api for "add" command.Hung-Te Lin2013-02-051-0/+6
* cbfstool: Use cbfs_image API for "create" command.Hung-Te Lin2013-02-051-0/+16
* cbfstool: Use cbfs_image API for "locate" command.Hung-Te Lin2013-02-051-0/+15
* cbfstool: Use cbfs_image API for "remove" command.Hung-Te Lin2013-02-051-0/+3
* cbfstool: Use cbfs_image API for "extract" command.Hung-Te Lin2013-02-051-0/+8
* cbfstool: Use cbfs_image API for "print" command.Hung-Te Lin2013-02-051-0/+17
* cbfstool: Add cbfs_image new CBFS image manipulation API.Hung-Te Lin2013-02-051-0/+65