summaryrefslogtreecommitdiff
path: root/util/cbfstool/common.c
AgeCommit message (Expand)Author
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-04-11util/cbfstool: Print all supported architecturesJonathan Neuschäfer
2018-04-11util/cbfstool: Print types on stdoutJonathan Neuschäfer
2016-12-15util/cbfstool: Handle error condition more carefullyPatrick Georgi
2016-05-28util/cbfstool: Include commonlib/helpers.h in common.hFurquan Shaikh
2016-05-26cbfstool: Move cbfs_file_get_header to fit.cFurquan Shaikh
2015-12-12cbfstool: add ppc64 supportRonald G. Minnich
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-01cbfstool: Add bintohex functionPatrick Georgi
2015-09-17cbfstool: Don't use fileno() to get file sizeStefan Reinauer
2015-09-14cbfstool: drop extra copy of filetype->string mapPatrick Georgi
2015-07-18cbfstool: rename checksum to attributes_offsetPatrick Georgi
2015-05-21Remove address from GPLv2 headersPatrick Georgi
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-04-25cbfstool: Clean up in preparation for adding new filesSol Boucher
2015-03-30cbfstool: add filetypes for FSP, MRC, SPC and MRC_CACHEMartin Roth
2015-03-04cbfstool: Clean up codeStefan Reinauer
2015-03-03cbfstool: Add the MIPS architecturePaul Burton
2014-10-16RISCV: add this architecture to cbfstoolRonald G. Minnich
2014-09-23coreboot arm64: Add support for arm64 into coreboot frameworkFurquan Shaikh
2014-09-15cbfstool: add aarch64 as a nameRonald G. Minnich
2014-09-12cbfstool: Fix architecture check when adding payloadStefan Reinauer
2014-09-08ARM: Generalize armv7 as arm.Gabe Black
2014-08-12util: replace fseek/ftell/rewind with fstatPatrick Georgi
2014-03-13cbfstool: move iself() to eflheaders.cAaron Durbin
2014-03-11cbfstool: move verbose to common.cAaron 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
2014-01-21cbfstool: cleaner filling fieldsPatrick Georgi
2013-02-05cbfstool: Add buffer management API.Hung-Te Lin
2013-02-01cbfstool: Make endian detection functions to work without prior setup.Hung-Te Lin
2013-02-01cbfstool: Add -v (verbose) output.Hung-Te Lin
2013-01-30cbfstool: Prevent file name to be corrupted by basename().Hung-Te Lin
2013-01-19Add more information to the cbfstool printStefan Reinauer
2013-01-17armv7: Place reset vector + CBFS header + bootblock dynamicallyDavid Hendricks
2013-01-10armv7: dynamically calculate the branch offset in cbfstoolDavid Hendricks
2013-01-04Change "VERSION*" to more determined name "CBFS_HEADER_VERSION*".Hung-Te Lin
2013-01-03add user-specified offset when creating armv7 cbfs imageDavid Hendricks
2012-12-09Revert "armv7: use __cpu_to_le32 for endianness of reset vector instruction"Stefan Reinauer
2012-12-07armv7: use __cpu_to_le32 for endianness of reset vector instructionDavid Hendricks
2012-11-30cbfstool: Clean up messagesStefan Reinauer