summaryrefslogtreecommitdiffstats
path: root/util/cbfstool/common.h
Commit message (Expand)AuthorAgeFilesLines
* util/cbfstool: Replace swab.h with commonlib/bsd/sysincludes.hAlex James2022-01-101-2/+1
* cbfstool: Add helper function `buffer_from_file_aligned_size`Furquan Shaikh2021-10-181-0/+5
* cbfstool: add buffer_end() to common.hRicardo Quesada2021-08-311-0/+5
* cbfstool/cbfs-mkstage.c: Change signature of parse_elf_to_xip_stage()Arthur Heymans2021-07-011-1/+1
* cbfs: Move stage header into a CBFS attributeJulius Werner2021-03-171-2/+4
* cbfstool: Remove location pointer from parse_elf_to_stage()Julius Werner2021-02-181-2/+1
* util/cbfstool: Rename IS_TOP_ALIGNED_ADDRESS to IS_HOST_SPACE_ADDRESSFurquan Shaikh2020-12-081-1/+6
* cbfstool: Use cbfs_serialized.h and standard vboot helpersJulius Werner2020-12-031-27/+9
* util/: Replace GPLv2 boiler plate with SPDX headerPatrick Georgi2020-05-091-10/+1
* AUTHORS, util/: Drop individual copyright noticesPatrick Georgi2020-05-091-4/+0
* util/cbfstool: Fix typosElyes HAOUAS2018-08-281-1/+1
* util/cbfstool: Support FIT payloadsPatrick Rudolph2018-06-151-0/+2
* util/cbfstool: Print all supported architecturesJonathan Neuschäfer2018-04-111-0/+1
* util/cbfstool: Add cbfs-compression-toolPatrick Georgi2017-01-121-0/+12
* util/cbfstool: Include commonlib/helpers.h in common.hFurquan Shaikh2016-05-281-6/+1
* cbfs: Add LZ4 in-place decompression support for pre-RAM stagesJulius Werner2016-02-221-1/+5
* cbfstool: provide buffer_offset()Aaron Durbin2016-01-261-1/+6
* cbfstool: Add way to access entire backing data for a bufferPatrick Georgi2015-11-131-0/+8
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* cbfstool: have decompress functions provide ouput data sizeAaron Durbin2015-10-251-2/+4
* cbfstool: initialize offset field in buffer_init()Aaron Durbin2015-10-251-0/+1
* cbfstool: provide printk() to cbfstool codeAaron Durbin2015-10-021-8/+2
* cbfstool: Add bintohex functionPatrick Georgi2015-10-011-0/+7
* cbfstool: add --xip support to add-stage for x86Aaron Durbin2015-09-161-0/+3
* cbfstool: add decompression wrappersPatrick Georgi2015-09-011-1/+15
* cbfstool: move bit swapping macros to swab.hSol Boucher2015-07-161-9/+0
* util/cbfstool: don't override ntohl(3) and htonl(3) on NetBSDJonathan A. Kollasch2015-07-061-1/+3
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* cbfstool: Don't typedef the comp_algo enumSol Boucher2015-05-131-8/+8
* cbfstool: Support top-aligned addresses for new-format imagesSol Boucher2015-05-131-0/+2
* cbfstool: New image format w/ required FMAP and w/o CBFS master headerSol Boucher2015-05-131-0/+2
* cbfstool: Restructure around support for reading/writing portions of filesSol Boucher2015-05-081-0/+11
* cbfstool: Add offset field to cbfstool directory's struct bufferSol Boucher2015-05-081-4/+18
* cbfstool: Simplify the common buffer_splice() function's interfaceSol Boucher2015-05-081-9/+5
* fmaptool: Introduce the fmd ("flashmap descriptor") language and compilerSol Boucher2015-05-081-0/+1
* cbfstool: Clean up in preparation for adding new filesSol Boucher2015-04-251-12/+12
* CBFS: Automate ROM image layout and remove hardcoded offsetsJulius Werner2015-04-141-0/+7
* cbfstool: Clean up codeStefan Reinauer2015-03-041-7/+9
* cbfstool: Add option to ignore section in add-stageFurquan Shaikh2014-11-041-1/+2
* cbfstool: Propogate compression errors back to the caller.Gabe Black2014-09-251-3/+3
* cbfstool: Fix architecture check when adding payloadStefan Reinauer2014-09-121-0/+1
* cbfstool: provide structure to linux payload builderAaron Durbin2014-03-281-3/+10
* cbfstool: move iself() to eflheaders.cAaron Durbin2014-03-131-2/+0
* cbfstool: add struct buffer helper routinesAaron Durbin2014-03-111-0/+43
* cbfstool: add bputs() to store a byte stream to a bufferAaron Durbin2014-03-111-1/+2
* cbfstool: add get8/put8 variants to xdr structuresAaron Durbin2014-03-111-0/+2
* Add an xdr function for the cbfs_file headerRonald G. Minnich2014-02-051-0/+1
* cbfstool: Eliminate global variable "arch"Alexandru Gagniuc2014-02-041-4/+2
* cbfstool: Remove more unused functions from common.cAlexandru Gagniuc2014-02-041-20/+0
* cbfstool: Hide cbfstool_offset from the global namespaceAlexandru Gagniuc2014-02-041-11/+0