summaryrefslogtreecommitdiff
path: root/util/cbfstool/common.h
AgeCommit message (Expand)Author
2021-03-17cbfs: Move stage header into a CBFS attributeJulius Werner
2021-02-18cbfstool: Remove location pointer from parse_elf_to_stage()Julius Werner
2020-12-08util/cbfstool: Rename IS_TOP_ALIGNED_ADDRESS to IS_HOST_SPACE_ADDRESSFurquan Shaikh
2020-12-03cbfstool: Use cbfs_serialized.h and standard vboot helpersJulius Werner
2020-05-09util/: Replace GPLv2 boiler plate with SPDX headerPatrick Georgi
2020-05-09AUTHORS, util/: Drop individual copyright noticesPatrick Georgi
2018-08-28util/cbfstool: Fix typosElyes HAOUAS
2018-06-15util/cbfstool: Support FIT payloadsPatrick Rudolph
2018-04-11util/cbfstool: Print all supported architecturesJonathan Neuschäfer
2017-01-12util/cbfstool: Add cbfs-compression-toolPatrick Georgi
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-01-26cbfstool: provide buffer_offset()Aaron Durbin
2015-11-13cbfstool: Add way to access entire backing data for a bufferPatrick Georgi
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-10-25cbfstool: have decompress functions provide ouput data sizeAaron Durbin
2015-10-25cbfstool: initialize offset field in buffer_init()Aaron Durbin
2015-10-02cbfstool: provide printk() to cbfstool codeAaron Durbin
2015-10-01cbfstool: Add bintohex functionPatrick Georgi
2015-09-16cbfstool: add --xip support to add-stage for x86Aaron Durbin
2015-09-01cbfstool: add decompression wrappersPatrick Georgi
2015-07-16cbfstool: move bit swapping macros to swab.hSol Boucher
2015-07-06util/cbfstool: don't override ntohl(3) and htonl(3) on NetBSDJonathan A. Kollasch
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-05-13cbfstool: Don't typedef the comp_algo enumSol Boucher
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: Add offset field to cbfstool directory's struct bufferSol Boucher
2015-05-08cbfstool: Simplify the common buffer_splice() function's interfaceSol Boucher
2015-05-08fmaptool: Introduce the fmd ("flashmap descriptor") language and compilerSol Boucher
2015-04-25cbfstool: Clean up in preparation for adding new filesSol Boucher
2015-04-14CBFS: Automate ROM image layout and remove hardcoded offsetsJulius Werner
2015-03-04cbfstool: Clean up codeStefan Reinauer
2014-11-04cbfstool: Add option to ignore section in add-stageFurquan Shaikh
2014-09-25cbfstool: Propogate compression errors back to the caller.Gabe Black
2014-09-12cbfstool: Fix architecture check when adding payloadStefan Reinauer
2014-03-28cbfstool: provide structure to linux payload builderAaron Durbin
2014-03-13cbfstool: move iself() to eflheaders.cAaron Durbin
2014-03-11cbfstool: add struct buffer helper routinesAaron Durbin
2014-03-11cbfstool: add bputs() to store a byte stream to a bufferAaron Durbin
2014-03-11cbfstool: add get8/put8 variants to xdr structuresAaron Durbin
2014-02-05Add an xdr function for the cbfs_file headerRonald G. Minnich
2014-02-04cbfstool: Eliminate global variable "arch"Alexandru Gagniuc
2014-02-04cbfstool: Remove more unused functions from common.cAlexandru Gagniuc
2014-02-04cbfstool: Hide cbfstool_offset from the global namespaceAlexandru Gagniuc
2014-02-03cbfstool: remove unused function create_cbfs_image()Alexandru Gagniuc
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
2013-08-31Add a (b)zImage parser to cbfstoolPatrick Georgi