summaryrefslogtreecommitdiffstats
path: root/util/cbfstool/common.c
Commit message (Expand)AuthorAgeFilesLines
* util/cbfstool/common.c: Deduplicate buffer_create() logicEdward O'Callaghan2022-06-161-5/+5
* util/cbfstool: Replace swab.h with commonlib/bsd/sysincludes.hAlex James2022-01-101-11/+0
* cbfstool: Add helper function `buffer_from_file_aligned_size`Furquan Shaikh2021-10-181-3/+13
* cbfstool: Make use of spurious null-terminationNico Huber2021-06-251-4/+4
* util/: Replace GPLv2 boiler plate with SPDX headerPatrick Georgi2020-05-091-10/+1
* AUTHORS, util/: Drop individual copyright noticesPatrick Georgi2020-05-091-6/+1
* util/cbfstool: Fix typosElyes HAOUAS2018-08-281-1/+1
* util/cbfstool: Print all supported architecturesJonathan Neuschäfer2018-04-111-0/+12
* util/cbfstool: Print types on stdoutJonathan Neuschäfer2018-04-111-2/+2
* util/cbfstool: Handle error condition more carefullyPatrick Georgi2016-12-151-2/+3
* util/cbfstool: Include commonlib/helpers.h in common.hFurquan Shaikh2016-05-281-2/+2
* cbfstool: Move cbfs_file_get_header to fit.cFurquan Shaikh2016-05-261-9/+0
* cbfstool: add ppc64 supportRonald G. Minnich2015-12-121-0/+3
* cbfstool: Add way to access entire backing data for a bufferPatrick Georgi2015-11-131-1/+1
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* cbfstool: Add bintohex functionPatrick Georgi2015-10-011-0/+17
* cbfstool: Don't use fileno() to get file sizeStefan Reinauer2015-09-171-6/+6
* cbfstool: drop extra copy of filetype->string mapPatrick Georgi2015-09-141-23/+1
* cbfstool: rename checksum to attributes_offsetPatrick Georgi2015-07-181-1/+1
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* cbfstool: Restructure around support for reading/writing portions of filesSol Boucher2015-05-081-0/+1
* cbfstool: Add offset field to cbfstool directory's struct bufferSol Boucher2015-05-081-1/+4
* cbfstool: Clean up in preparation for adding new filesSol Boucher2015-04-251-2/+3
* cbfstool: add filetypes for FSP, MRC, SPC and MRC_CACHEMartin Roth2015-03-301-0/+4
* cbfstool: Clean up codeStefan Reinauer2015-03-041-4/+8
* cbfstool: Add the MIPS architecturePaul Burton2015-03-031-0/+1
* RISCV: add this architecture to cbfstoolRonald G. Minnich2014-10-161-0/+1
* coreboot arm64: Add support for arm64 into coreboot frameworkFurquan Shaikh2014-09-231-1/+1
* cbfstool: add aarch64 as a nameRonald G. Minnich2014-09-151-0/+1
* cbfstool: Fix architecture check when adding payloadStefan Reinauer2014-09-121-0/+15
* ARM: Generalize armv7 as arm.Gabe Black2014-09-081-1/+1
* util: replace fseek/ftell/rewind with fstatPatrick Georgi2014-08-121-3/+17
* cbfstool: move iself() to eflheaders.cAaron Durbin2014-03-131-7/+0
* cbfstool: move verbose to common.cAaron Durbin2014-03-111-0/+1
* Add an xdr function for the cbfs_file headerRonald G. Minnich2014-02-051-0/+9
* cbfstool: Eliminate global variable "arch"Alexandru Gagniuc2014-02-041-3/+0
* cbfstool: Remove more unused functions from common.cAlexandru Gagniuc2014-02-041-577/+1
* cbfstool: Hide cbfstool_offset from the global namespaceAlexandru Gagniuc2014-02-041-1/+11
* cbfstool: remove unused function create_cbfs_image()Alexandru Gagniuc2014-02-031-120/+0
* Add section header parsing and use it in the mk-payload stepRonald G. Minnich2014-02-021-1/+1
* cbfs: fix issues with word size and endianness.Ronald G. Minnich2014-01-291-24/+27
* cbfstool: cleaner filling fieldsPatrick Georgi2014-01-211-2/+2
* cbfstool: Add buffer management API.Hung-Te Lin2013-02-051-0/+63
* cbfstool: Make endian detection functions to work without prior setup.Hung-Te Lin2013-02-011-0/+13
* cbfstool: Add -v (verbose) output.Hung-Te Lin2013-02-011-42/+37
* cbfstool: Prevent file name to be corrupted by basename().Hung-Te Lin2013-01-301-1/+3
* Add more information to the cbfstool printStefan Reinauer2013-01-191-5/+63
* armv7: Place reset vector + CBFS header + bootblock dynamicallyDavid Hendricks2013-01-171-14/+23
* armv7: dynamically calculate the branch offset in cbfstoolDavid Hendricks2013-01-101-7/+8
* Change "VERSION*" to more determined name "CBFS_HEADER_VERSION*".Hung-Te Lin2013-01-041-3/+3