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
/
common.c
Age
Commit message (
Expand
)
Author
2011-01-17
cbfstool: When extracting, refer to files in CBFS as file instead of payload
Peter Stuge
2011-01-14
Allow coreboot to initialize CMOS if checksum is invalid.
Patrick Georgi
2011-01-13
Add "cbfstool extract" function.
Aurelien Guillaume
2010-06-24
fix return value checks of cbfstool's writerom
Stefan Reinauer
2010-04-27
Since some people disapprove of white space cleanups mixed in regular commits
Stefan Reinauer
2010-04-24
print the known cbfs types in cbfstool "usage"
Stefan Reinauer
2010-03-01
This patch implements MBI (modular bios interface) support to the i830 chipset.
Stefan Reinauer
2010-02-10
Do not print the full path name to coreboot.rom in "cbfstool print" (trivial).
Uwe Hermann
2010-01-07
Print (empty) instead of nothing at all for empty
Maciej Pijanka
2009-12-06
cbfstool: Fill memory allocated in create_cbfs_file() with 0xff
Peter Stuge
2009-11-12
Cosmetics (trivial).
Uwe Hermann
2009-11-12
Print size of file on cbfs_add_file failure. The size of the file after
Myles Watson
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
* guard all mallocs in cbfstool
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