aboutsummaryrefslogtreecommitdiff
path: root/util/cbfstool/common.h
AgeCommit message (Expand)Author
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
2013-02-05cbfstool: support parsing UEFI firmware volumesStefan Reinauer
2013-02-05cbfstool: Use cbfs_image API for "add-*" (add-payload, add-stage, ...) commands.Hung-Te Lin
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: move flat-binary parsing to cbfs-mkpayload.Hung-Te Lin
2013-02-01cbfstool: Add -v (verbose) output.Hung-Te Lin
2013-01-04cbfstool: Fix warnings on OS XStefan Reinauer
2012-11-30Add multi-architecture support to cbfstoolDavid Hendricks
2012-11-12cbfstool: Rework to use getopt style parametersStefan Reinauer
2012-11-08cbfstool: add offset parameter to create commandStefan Reinauer
2012-07-18cbfstool: provide a prototype for remove_file_from_cbfsMathias Krause
2011-10-24Various fixes to cbfstool.Stefan Reinauer
2011-01-13Add "cbfstool extract" function.Aurelien Guillaume
2010-06-24fix return value checks of cbfstool's writeromStefan Reinauer
2010-04-24print the known cbfs types in cbfstool "usage"Stefan Reinauer
2009-11-21Make the kconfig-style build work in mingw:Patrick Georgi
2009-11-09Add a "locate" function cbfstool, which helps you findPatrick Georgi
2009-09-22* guard all mallocs in cbfstoolStefan Reinauer
2009-09-14New cbfstool. Works without mmap or fork/exec andPatrick Georgi