Age | Commit message (Expand) | Author |
2013-08-31 | Add a (b)zImage parser to cbfstool | Patrick Georgi |
2013-08-15 | cbfstool: Add an add-int command that adds a raw 64-bit integer CBFS file | Peter Stuge |
2013-04-02 | cbfstool: fix --machine | Stefan Reinauer |
2013-03-27 | cbfstool: Add update-fit command | Aaron Durbin |
2013-03-20 | cbfstool locate: Implement alignment switch --align/-a | Hung-Te Lin |
2013-03-19 | cbfstool locate: Rename -a align switch to -P for page size | Hung-Te Lin |
2013-02-05 | cbfstool: support parsing UEFI firmware volumes | Stefan Reinauer |
2013-02-05 | cbfstool: Use cbfs_image API for "add-*" (add-payload, add-stage, ...) commands. | Hung-Te Lin |
2013-02-05 | cbfstool: Use cbfs_image api for "add" command. | Hung-Te Lin |
2013-02-05 | cbfstool: Use cbfs_image API for "create" command. | Hung-Te Lin |
2013-02-05 | cbfstool: Use cbfs_image API for "locate" command. | Hung-Te Lin |
2013-02-05 | cbfstool: Use cbfs_image API for "remove" command. | Hung-Te Lin |
2013-02-05 | cbfstool: Use cbfs_image API for "extract" command. | Hung-Te Lin |
2013-02-05 | cbfstool: Use cbfs_image API for "print" command. | Hung-Te Lin |
2013-02-01 | cbfstool: Make endian detection functions to work without prior setup. | Hung-Te Lin |
2013-02-01 | cbfstool: move flat-binary parsing to cbfs-mkpayload. | Hung-Te Lin |
2013-02-01 | cbfstool: Add -v (verbose) output. | Hung-Te Lin |
2013-01-29 | cbfstool: Change "locate" output to prefix "0x". | Hung-Te Lin |
2013-01-28 | cbfstool: Store global variables into struct. | Hung-Te Lin |
2013-01-08 | cbfstool: index is replaced by strchr. | zbao |
2012-12-12 | cbfstool: Catch failing parse_elf_to_payload() | Stefan Reinauer |
2012-11-30 | cbfstool: Clean up messages | Stefan Reinauer |
2012-11-30 | Add multi-architecture support to cbfstool | David Hendricks |
2012-11-12 | cbfstool: Rework to use getopt style parameters | Stefan Reinauer |
2012-11-12 | cbfstool: Remove unused cmd_t | Stefan Reinauer |
2012-11-12 | cbfstool: add add-flat-binary command to add raw executables | Stefan Reinauer |
2012-11-08 | cbfstool: add offset parameter to create command | Stefan Reinauer |
2012-07-18 | cbfstool: signed vs. unsigned fixes | Mathias Krause |
2012-07-18 | cbfstool: make endian detection code more robust | Mathias Krause |
2012-04-02 | Add a "remove" command to cbfstool | Gabe Black |
2012-02-17 | Exit building if romstage.bin is larger than size of XIP | zbao |
2011-10-24 | Various fixes to cbfstool. | Stefan Reinauer |
2011-10-17 | cbfstool: improve error messages | Stefan Reinauer |
2011-01-17 | cbfstool: Trivial move of newline after commands in usage | Peter Stuge |
2011-01-13 | Add "cbfstool extract" function. | Aurelien Guillaume |
2010-09-27 | minor include cleanups | Stefan Reinauer |
2010-06-24 | fix return value checks of cbfstool's writerom | Stefan Reinauer |
2010-04-24 | print the known cbfs types in cbfstool "usage" | Stefan Reinauer |
2009-12-21 | make strcmp happy by including string.h (trivial) | Stefan Reinauer |
2009-12-21 | Allow user to specify the size of a newly created cbfs image | Patrick Georgi |
2009-11-11 | Rework bootblock size handling: | Patrick Georgi |
2009-11-09 | Add a "locate" function cbfstool, which helps you find | Patrick Georgi |
2009-09-30 | Fix endless loop when trying to add a too large file to CBFS, | Patrick Georgi |
2009-09-22 | This separates the code for each command in cbfstool. For the good and for the | Stefan Reinauer |
2009-09-15 | More error checking when trying to open files in | Patrick Georgi |
2009-09-14 | New cbfstool. Works without mmap or fork/exec and | Patrick Georgi |
2009-05-08 | Add -Werror to help us keep the code clean. | Myles Watson |
2009-04-20 | This patch adds | Myles Watson |
2009-04-14 | v2/util: romfs -> cbfs rename | Peter Stuge |