summaryrefslogtreecommitdiff
path: root/util/cbfstool/cbfs_image.c
AgeCommit message (Expand)Author
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
2013-02-09cbfstool: Fix crash on image without bootblock in end of ROM.Hung-Te Lin
2013-02-06armv7: Prevent CBFS data overlapping bootblock.Hung-Te Lin
2013-02-05cbfstool: Use cbfs_image api for "add" command.Hung-Te Lin
2013-02-05cbfstool: Use cbfs_image API for "create" command.Hung-Te Lin
2013-02-05cbfstool: Use cbfs_image API for "locate" command.Hung-Te Lin
2013-02-05cbfstool: Fix incorrect CBFS free space by old cbfstool.Hung-Te Lin
2013-02-05cbfstool: Use cbfs_image API for "remove" command.Hung-Te Lin
2013-02-05cbfstool: Use cbfs_image API for "extract" command.Hung-Te Lin
2013-02-05cbfstool: Use cbfs_image API for "print" command.Hung-Te Lin
2013-02-05cbfstool: Add cbfs_image new CBFS image manipulation API.Hung-Te Lin