summaryrefslogtreecommitdiffstats
path: root/util/cbfstool
Commit message (Expand)AuthorAgeFilesLines
* Guards against errors that are hard to track down:Patrick Georgi2010-02-031-0/+5
* Print (empty) instead of nothing at all for emptyMaciej Pijanka2010-01-071-3/+5
* Tiny Bootblock, step 1/n.Patrick Georgi2009-12-231-3/+14
* make strcmp happy by including string.h (trivial)Stefan Reinauer2009-12-211-0/+1
* Allow user to specify the size of a newly created cbfs imagePatrick Georgi2009-12-211-1/+8
* cbfstool: Fill memory allocated in create_cbfs_file() with 0xffPeter Stuge2009-12-061-0/+1
* Make the kconfig-style build work in mingw:Patrick Georgi2009-11-213-2/+7
* Cosmetics (trivial).Uwe Hermann2009-11-121-1/+1
* Print size of file on cbfs_add_file failure. The size of the file afterMyles Watson2009-11-121-0/+1
* Rework bootblock size handling:Patrick Georgi2009-11-111-6/+5
* Add a "locate" function cbfstool, which helps you findPatrick Georgi2009-11-093-2/+90
* Remove all build/ prefixes in the build output.Uwe Hermann2009-10-281-8/+8
* Prefix all build output file names of files which end up in the buildUwe Hermann2009-10-271-8/+8
* Drop duplicate version of the documentation/cbfs.txt file as discussed.Uwe Hermann2009-10-161-337/+0
* Fix endless loop when trying to add a too large file to CBFS,Patrick Georgi2009-09-302-32/+37
* check for ELF payloads in cbfstoolCristi Magherusan2009-09-251-0/+6
* fix some wrong versions of the FSF's address (trivial)Stefan Reinauer2009-09-232-4/+4
* This separates the code for each command in cbfstool. For the good and for theStefan Reinauer2009-09-221-80/+200
* * guard all mallocs in cbfstoolStefan Reinauer2009-09-222-4/+27
* There was a missing addition of the size of the .notes.pinfo Ronald G. Minnich2009-09-172-1/+5
* Build cbfstool with debug flags and don't strip the executablePatrick Georgi2009-09-162-5/+4
* More error checking when trying to open files inPatrick Georgi2009-09-152-2/+14
* Build cbfstool with native data size. Trivial change.Patrick Georgi2009-09-142-4/+4
* New cbfstool. Works without mmap or fork/exec andPatrick Georgi2009-09-1476-2439/+650
* Use the gnu make .SILENT: mechanism instead of requiringPatrick Georgi2009-08-253-28/+28
* Various Kconfig and Makefile.inc fixes and cosmetics.Uwe Hermann2009-08-251-4/+0
* 20090819-2-trim-down-cbfs:Patrick Georgi2009-08-201-10/+34
* Move CBFS header to a safer place.Thomas Jourdan2009-08-171-2/+2
* - AMD selected a couple of options that are incompatible with QEmu (andPatrick Georgi2009-08-131-1/+1
* Kconfig!Patrick Georgi2009-08-123-0/+122
* drop dead nested assignment (trivial)Stefan Reinauer2009-07-261-3/+1
* CBFS stuff:Stefan Reinauer2009-07-231-1/+64
* the tool chain settings should not be in renamed (as they will never live inStefan Reinauer2009-06-302-4/+4
* This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer2009-06-302-4/+4
* The problem is that the check to see if we're at the end is never reached. IMyles Watson2009-06-251-2/+2
* Make sure the address variable is initialized to zero - it is only set when aWard Vandewege2009-06-181-1/+1
* This is transition code for cbfs to implementRonald G. Minnich2009-06-084-9/+151
* cbfstool reacts to a too large bootblock file by stopping Patrick Georgi2009-06-011-1/+2
* Cosmetic cbfstool update (trivial)Stefan Reinauer2009-05-267-19/+18
* This patch implements a "flash friendly" value for initialized areas of flash. Ronald G. Minnich2009-05-162-0/+11
* The cbfstool print command should pretty-print the type of components that areWard Vandewege2009-05-141-0/+3
* This patch fixes a segfault when a file too large to fit is added to a romWard Vandewege2009-05-131-1/+1
* Add support for human-friendly component string types for the cbfstool addWard Vandewege2009-05-131-2/+38
* Remove a shadowed variable and an unnecessary local variable in cbfstool/fs.c.Myles Watsonmylesgw2009-05-131-8/+2
* This fixes a rather silly bug in cbfs with filenames > 16 characters. Ronald G. Minnich2009-05-121-19/+19
* Trivial clean up of print usage and parameter checking.Myles Watson2009-05-081-2/+5
* Add -Werror to help us keep the code clean.Myles Watson2009-05-0810-31/+37
* I have made a very simple mod to cbfstool that is compatible with theRonald G. Minnich2009-05-084-59/+177
* Run dos2unix on all files:Stefan Reinauer2009-05-0243-5407/+5407
* Remove warnings from compilation of the s2892 with and without CBFS.Myles Watson2009-04-302-3/+2
OpenPOWER on IntegriCloud