aboutsummaryrefslogtreecommitdiff
path: root/util/cbfstool/cbfstool.c
AgeCommit message (Expand)Author
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