summaryrefslogtreecommitdiff
path: root/util/cbfstool/common.c
AgeCommit message (Expand)Author
2012-11-30Add multi-architecture support to cbfstoolDavid Hendricks
2012-11-12cbfstool: Rework to use getopt style parametersStefan Reinauer
2012-11-08cbfstool: add offset parameter to create commandStefan Reinauer
2012-07-18cbfstool: signed vs. unsigned fixesMathias Krause
2012-04-12cbfstool: pretty print cmos layout filesMathias Krause
2012-04-02Add a "remove" command to cbfstoolGabe Black
2011-10-24Various fixes to cbfstool.Stefan Reinauer
2011-01-17cbfstool: When extracting, refer to files in CBFS as file instead of payloadPeter Stuge
2011-01-14Allow coreboot to initialize CMOS if checksum is invalid.Patrick Georgi
2011-01-13Add "cbfstool extract" function.Aurelien Guillaume
2010-06-24fix return value checks of cbfstool's writeromStefan Reinauer
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2010-04-24print the known cbfs types in cbfstool "usage"Stefan Reinauer
2010-03-01This patch implements MBI (modular bios interface) support to the i830 chipset.Stefan Reinauer
2010-02-10Do not print the full path name to coreboot.rom in "cbfstool print" (trivial).Uwe Hermann
2010-01-07Print (empty) instead of nothing at all for emptyMaciej Pijanka
2009-12-06cbfstool: Fill memory allocated in create_cbfs_file() with 0xffPeter Stuge
2009-11-12Cosmetics (trivial).Uwe Hermann
2009-11-12Print size of file on cbfs_add_file failure. The size of the file afterMyles Watson
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-22* guard all mallocs in cbfstoolStefan 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