index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util
/
cbfstool
/
cbfstool.c
Age
Commit message (
Expand
)
Author
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