aboutsummaryrefslogtreecommitdiff
path: root/util/cbfstool/cbfs_image.c
AgeCommit message (Expand)Author
2018-05-04cbfs: Rename CBFS_TYPE_PAYLOAD to CBFS_TYPE_SELFPatrick Rudolph
2017-10-28cbfstool: Print compression algorithmDaisuke Nojiri
2017-10-10util/cbfstool: Add "truncate" commandPatrick Georgi
2017-09-20util/cbfstool: Add "expand" command to make CBFS span an fmap regionPatrick Georgi
2017-03-20util/cbfstool: avoid memleaks and off-by-onesPatrick Georgi
2017-01-12util/cbfstool: Add cbfs-compression-toolPatrick Georgi
2016-12-15util/cbfstool: Fix memory leakPatrick Georgi
2016-12-15util/cbfstool: Add NULL-ptr checkPatrick Georgi
2016-12-04cbfstool: Fix off-by-one error in checking hash_typeFurquan Shaikh
2016-08-10util/cbfstool: Initialize elf_writer pointer to avoid crashJonathan Neuschäfer
2016-08-08cbfstool/cbfs_image: Fix resource leak for tbuffFurquan Shaikh
2016-08-08cbfstool/cbfs_image: Check for return value of buffer_createFurquan Shaikh
2016-08-08cbfstool/cbfs_image: Fix resource leak for segsFurquan Shaikh
2016-08-08cbfstool/cbfs_image: Initialze empty_sz to 0Furquan Shaikh
2016-07-02cbfstool: Require "-m ARCH" to extract payloads and stagesAntonello Dettori
2016-06-17cbfstool: Extract payload in ELFAntonello Dettori
2016-05-28util/cbfstool: Include commonlib/helpers.h in common.hFurquan Shaikh
2016-02-22cbfs: Add LZ4 in-place decompression support for pre-RAM stagesJulius Werner
2016-02-12util/cbfstool: Improve heuristic for cbfs header pointer protectionPatrick Georgi
2016-01-28util/cbfstool: add 'compact' commandAaron Durbin
2016-01-28util/cbfstool: add machine parseable printAaron Durbin
2016-01-27cbfstool: Fix broken alignment because of flashmapWerner Zeh
2016-01-06cbfstool: keep cbfs master header pointerPatrick Georgi
2016-01-06cbfstool: Adapt "cbfstool copy" to only use fmap regions.Patrick Georgi
2016-01-06cbfstool: Use buffer over offset/size pair for cbfs_copy_instancePatrick Georgi
2015-11-20cbfstool: Fix build error with clang when comparing enumzbao
2015-11-13cbfstool: Allows mixed-state fmap regions to workPatrick Georgi
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-10-29cbfstool: extract rmodules as ELFs properlyAaron Durbin
2015-10-29cbfstool: create ELF files when extracting stagesAaron Durbin
2015-10-29cbfstool: add optional -m ARCH to extractAaron Durbin
2015-10-27cbfstool: decompress stage files on extractionAaron Durbin
2015-10-25cbfstool: have decompress functions provide ouput data sizeAaron Durbin
2015-10-17cbfstool: Fix removing and adding file with same nameAaron Durbin
2015-10-17cbfstool/cbfs_image.c: Just use one space before `=`Paul Menzel
2015-10-01cbfstool: Add support for hashes as file metadataPatrick Georgi
2015-09-28cbfstool: prefer fmap data over cbfs master header if it existsPatrick Georgi
2015-09-16cbfstool: provide metadata size to cbfs_locate_entry()Aaron Durbin
2015-09-14cbfstool: drop extra copy of filetype->string mapPatrick Georgi
2015-09-01cbfstool: implement decompression support for cbfstool extractPatrick Georgi
2015-09-01cbfstool: factor out parsing compression file attributesPatrick Georgi
2015-09-01cbfstool: support compressed files in cbfstool printPatrick Georgi
2015-09-01cbfstool: add extended file attributes for cbfs_filePatrick Georgi
2015-08-27cbfstool: update warning on cbfstool extractPatrick Georgi
2015-08-27cbfstool: don't pass header_size as separate argument (part 2)Patrick Georgi
2015-08-27cbfstool: don't pass header_size as separate argumentPatrick Georgi
2015-08-27cbfstool: use struct cbfs_file * instead of void *Patrick Georgi
2015-08-27cbfstool: cbfs_add_entry() doesn't need to know filename or typePatrick Georgi
2015-08-26cbfstool: move cbfs_file header creation further up the call chainPatrick Georgi
2015-08-26cbfstool: drop size argument to cbfs_add_entry_atPatrick Georgi
2015-08-26cbfstool: cut down on the debug outputPatrick Georgi
2015-08-26cbfstool: Don't patch cbfs_file->len, it's already set correctlyPatrick Georgi
2015-08-26cbfstool: drop unused arguments in internal functionPatrick Georgi
2015-08-26cbfstool: start moving cbfs_file header creation up the call chainPatrick Georgi
2015-08-26cbfstool: more descriptive variable namePatrick Georgi
2015-08-13cbfstool: unify actual file creationPatrick Georgi
2015-08-13cbfstool: move tests for fixed-location files earlierPatrick Georgi
2015-08-13cbfstool: prepare moving tests earlierPatrick Georgi
2015-08-13cbfstool: factor out creating a cbfs file headerPatrick Georgi
2015-08-13cbfstool: Make cbfs_create_empty_entry build a more complete headerPatrick Georgi
2015-08-13cbfstool: honor larger-than-usual header sizes in cbfs_add_entry_at()Patrick Georgi
2015-08-13cbfstool: expose cbfs_calculate_file_header_size()Patrick Georgi
2015-08-13cbfstool: allow passing a precalculated header size into cbfs_add_entry()Patrick Georgi
2015-07-18cbfstool: Deduplicate code to merge empty filesPatrick Georgi
2015-07-18cbfstool: rename checksum to attributes_offsetPatrick Georgi
2015-07-18cbfstool: move fill value to cbfs.hPatrick Georgi
2015-07-16cbfstool: Remove extra comma after {0, NULL} list elementSol Boucher
2015-07-16cbfstool: Factor out compression algorithm listSol Boucher
2015-07-16cbfstool: use variable length array to model cbfs_file's filenamePatrick Georgi
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-05-13cbfstool: Support top-aligned addresses for new-format imagesSol Boucher
2015-05-13cbfstool: New image format w/ required FMAP and w/o CBFS master headerSol Boucher
2015-05-08cbfstool: Restructure around support for reading/writing portions of filesSol Boucher
2015-05-08cbfstool: Eliminate useless cbfs_image_create() local variableSol Boucher
2015-05-08cbfstool: Fix leak in cbfs_image struct initializationSol Boucher
2015-05-08cbfstool: Fix cbfs_copy_instance()'s master header endiannessSol Boucher
2015-05-08cbfstool: Make the add action choose an aligned entries capacitySol Boucher
2015-04-28cbfstool: compare pointer difference with ptrdiff_t valuePatrick Georgi
2015-04-25cbfstool: Fix ability to add files at offsets near the end of empty spacesSol Boucher
2015-04-25cbfstool: Clean up in preparation for adding new filesSol Boucher
2015-04-18cbfstool: clean up source codeVadim Bendebury
2015-04-18cbfstool: add a command to duplicate a cbfs instanceVadim Bendebury
2015-04-18cbfstool: allow user to explicitly specify header locationVadim Bendebury
2015-04-14CBFS: Automate ROM image layout and remove hardcoded offsetsJulius Werner
2015-03-30cbfstool: add filetypes for FSP, MRC, SPC and MRC_CACHEMartin Roth
2015-03-04cbfstool: Clean up codeStefan Reinauer
2015-01-03util/cbfstool: Fix byte-ordering for payload type field.Hung-Te Lin
2014-09-12cbfstool: Fix architecture check when adding payloadStefan Reinauer
2014-08-07cbfstool: process cbfs_payload_segment(s) in host byte orderAaron Durbin
2014-04-07util/cbfstool: Make cbfs_image_delete() NULL-tolerant.Edward O'Callaghan
2014-03-13cbfstool: add eflparsing.hAaron Durbin
2014-02-11cbfstool: Deserialize CBFS master header when reading imageAlexandru Gagniuc
2014-02-02cbfstool: add code to serialize the header using the new xdr functionsRonald G. Minnich
2014-02-02Add section header parsing and use it in the mk-payload stepRonald G. Minnich
2014-01-29cbfs: fix issues with word size and endianness.Ronald G. Minnich
2014-01-24cbfstool: correct size left calculation for "empty" entriesAaron Durbin
2013-08-16Correct spelling of shadow, setting and memoryPaul Menzel
2013-03-27cbfstool: Fix cbfs_image.cStefan Reinauer
2013-03-22cbfstool: Fix initial empty space in image creation.Hung-Te Lin
2013-03-20cbfstool locate: Implement alignment switch --align/-aHung-Te Lin