aboutsummaryrefslogtreecommitdiff
path: root/util/cbfstool/cbfstool.c
AgeCommit message (Expand)Author
2015-04-18cbfstool: allow user to explicitly specify header locationVadim Bendebury
2015-04-14CBFS: Automate ROM image layout and remove hardcoded offsetsJulius Werner
2015-03-21cbfstool: Remove empty line that looks out of placeJulius Werner
2015-03-04cbfstool: Clean up codeStefan Reinauer
2015-03-03cbfstool: Add the MIPS architecturePaul Burton
2015-01-09cbfstool: Fix help display messageFurquan Shaikh
2014-11-04cbfstool: Add option to ignore section in add-stageFurquan 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-09cbfstool: fix option parsingPatrick Georgi
2014-03-13cbfstool: add eflparsing.hAaron Durbin
2014-03-11cbfstool: move verbose to common.cAaron Durbin
2014-02-11cbfstool: Deserialize CBFS master header when reading imageAlexandru Gagniuc
2014-02-04cbfstool: Eliminate global variable "arch"Alexandru Gagniuc
2014-02-02Add section header parsing and use it in the mk-payload stepRonald G. Minnich
2013-08-31Add a (b)zImage parser to cbfstoolPatrick Georgi
2013-08-15cbfstool: Add an add-int command that adds a raw 64-bit integer CBFS filePeter Stuge
2013-04-02cbfstool: fix --machineStefan Reinauer
2013-03-27cbfstool: Add update-fit commandAaron Durbin
2013-03-20cbfstool locate: Implement alignment switch --align/-aHung-Te Lin
2013-03-19cbfstool locate: Rename -a align switch to -P for page sizeHung-Te Lin
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: Use cbfs_image api for "add" command.Hung-Te Lin
2013-02-05cbfstool: Use cbfs_image API for "create" command.Hung-Te Lin
2013-02-05cbfstool: Use cbfs_image API for "locate" command.Hung-Te Lin
2013-02-05cbfstool: Use cbfs_image API for "remove" command.Hung-Te Lin
2013-02-05cbfstool: Use cbfs_image API for "extract" command.Hung-Te Lin
2013-02-05cbfstool: Use cbfs_image API for "print" command.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-29cbfstool: Change "locate" output to prefix "0x".Hung-Te Lin
2013-01-28cbfstool: Store global variables into struct.Hung-Te Lin
2013-01-08cbfstool: index is replaced by strchr.zbao
2012-12-12cbfstool: Catch failing parse_elf_to_payload()Stefan Reinauer
2012-11-30cbfstool: Clean up messagesStefan Reinauer
2012-11-30Add multi-architecture support to cbfstoolDavid Hendricks
2012-11-12cbfstool: Rework to use getopt style parametersStefan Reinauer
2012-11-12cbfstool: Remove unused cmd_tStefan Reinauer
2012-11-12cbfstool: add add-flat-binary command to add raw executablesStefan Reinauer
2012-11-08cbfstool: add offset parameter to create commandStefan Reinauer
2012-07-18cbfstool: signed vs. unsigned fixesMathias Krause
2012-07-18cbfstool: make endian detection code more robustMathias Krause
2012-04-02Add a "remove" command to cbfstoolGabe Black
2012-02-17Exit building if romstage.bin is larger than size of XIPzbao
2011-10-24Various fixes to cbfstool.Stefan Reinauer
2011-10-17cbfstool: improve error messagesStefan Reinauer
2011-01-17cbfstool: Trivial move of newline after commands in usagePeter Stuge
2011-01-13Add "cbfstool extract" function.Aurelien Guillaume
2010-09-27minor include cleanupsStefan Reinauer
2010-06-24fix return value checks of cbfstool's writeromStefan Reinauer
2010-04-24print the known cbfs types in cbfstool "usage"Stefan Reinauer
2009-12-21make strcmp happy by including string.h (trivial)Stefan Reinauer
2009-12-21Allow user to specify the size of a newly created cbfs imagePatrick Georgi
2009-11-11Rework bootblock size handling:Patrick Georgi
2009-11-09Add a "locate" function cbfstool, which helps you findPatrick Georgi
2009-09-30Fix endless loop when trying to add a too large file to CBFS,Patrick Georgi
2009-09-22This separates the code for each command in cbfstool. For the good and for theStefan Reinauer
2009-09-15More error checking when trying to open files inPatrick Georgi
2009-09-14New cbfstool. Works without mmap or fork/exec andPatrick Georgi
2009-05-08Add -Werror to help us keep the code clean.Myles Watson
2009-04-20This patch adds Myles Watson
2009-04-14v2/util: romfs -> cbfs renamePeter Stuge