summaryrefslogtreecommitdiffstats
path: root/util/cbfstool/common.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* add user-specified offset when creating armv7 cbfs imageDavid Hendricks2013-01-031-8/+7
* Revert "armv7: use __cpu_to_le32 for endianness of reset vector instruction"Stefan Reinauer2012-12-091-2/+1
* armv7: use __cpu_to_le32 for endianness of reset vector instructionDavid Hendricks2012-12-071-1/+2
* cbfstool: Clean up messagesStefan Reinauer2012-11-301-19/+13
* Add multi-architecture support to cbfstoolDavid Hendricks2012-11-301-34/+177
* cbfstool: Rework to use getopt style parametersStefan Reinauer2012-11-121-29/+66
* cbfstool: add offset parameter to create commandStefan Reinauer2012-11-081-4/+4
* cbfstool: signed vs. unsigned fixesMathias Krause2012-07-181-5/+5
* cbfstool: pretty print cmos layout filesMathias Krause2012-04-121-1/+2
* Add a "remove" command to cbfstoolGabe Black2012-04-021-0/+56
* Various fixes to cbfstool.Stefan Reinauer2011-10-241-9/+9
* cbfstool: When extracting, refer to files in CBFS as file instead of payloadPeter Stuge2011-01-171-2/+2
* Allow coreboot to initialize CMOS if checksum is invalid.Patrick Georgi2011-01-141-0/+1
* Add "cbfstool extract" function.Aurelien Guillaume2011-01-131-0/+63
* fix return value checks of cbfstool's writeromStefan Reinauer2010-06-241-2/+14