aboutsummaryrefslogtreecommitdiff
path: root/util/cbfstool
AgeCommit message (Expand)Author
2012-07-18cbfstool: signed vs. unsigned fixesMathias Krause
2012-07-18cbfstool: provide a prototype for remove_file_from_cbfsMathias Krause
2012-07-18cbfstool: make endian detection code more robustMathias Krause
2012-05-24chromeos: Fix compilation of coreboot-utils packageStefan Reinauer
2012-04-12cbfstool: pretty print cmos layout filesMathias Krause
2012-04-02Add a "remove" command to cbfstoolGabe Black
2012-03-07correctly mark code segments as code in SELFStefan Reinauer
2012-02-17Exit building if romstage.bin is larger than size of XIPzbao
2011-11-01remove trailing whitespaceStefan Reinauer
2011-10-24Various fixes to cbfstool.Stefan Reinauer
2011-10-17cbfstool: improve error messagesStefan Reinauer
2011-01-18Move option table (cmos.layout's binary representation)Patrick Georgi
2011-01-17cbfstool: When extracting, refer to files in CBFS as file instead of payloadPeter Stuge
2011-01-17cbfstool: Trivial move of newline after commands in usagePeter Stuge
2011-01-14Allow coreboot to initialize CMOS if checksum is invalid.Patrick Georgi
2011-01-13Add "cbfstool extract" function.Aurelien Guillaume
2010-10-10fix typo in minilzma.cc, found by Idwer.Stefan Reinauer
2010-09-27minor include cleanupsStefan Reinauer
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-04-16Build utils into their source directory equivalent inPatrick Georgi
2010-03-27make only needs to read Makefile.incs once, thanks to thePatrick Georgi
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-02-03Guards against errors that are hard to track down:Patrick Georgi
2010-01-07Print (empty) instead of nothing at all for emptyMaciej Pijanka
2009-12-23Tiny Bootblock, step 1/n.Patrick Georgi
2009-12-21make strcmp happy by including string.h (trivial)Stefan Reinauer
2009-12-21Allow user to specify the size of a newly created cbfs imagePatrick Georgi
2009-12-06cbfstool: Fill memory allocated in create_cbfs_file() with 0xffPeter Stuge
2009-11-21Make the kconfig-style build work in mingw:Patrick Georgi
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-11Rework bootblock size handling:Patrick Georgi
2009-11-09Add a "locate" function cbfstool, which helps you findPatrick Georgi
2009-10-28Remove all build/ prefixes in the build output.Uwe Hermann
2009-10-27Prefix all build output file names of files which end up in the buildUwe Hermann
2009-10-16Drop duplicate version of the documentation/cbfs.txt file as discussed.Uwe Hermann
2009-09-30Fix endless loop when trying to add a too large file to CBFS,Patrick Georgi
2009-09-25check for ELF payloads in cbfstoolCristi Magherusan
2009-09-23fix some wrong versions of the FSF's address (trivial)Stefan Reinauer
2009-09-22This separates the code for each command in cbfstool. For the good and for theStefan Reinauer
2009-09-22* guard all mallocs in cbfstoolStefan Reinauer
2009-09-17There was a missing addition of the size of the .notes.pinfo Ronald G. Minnich
2009-09-16Build cbfstool with debug flags and don't strip the executablePatrick Georgi
2009-09-15More error checking when trying to open files inPatrick Georgi
2009-09-14Build cbfstool with native data size. Trivial change.Patrick Georgi
2009-09-14New cbfstool. Works without mmap or fork/exec andPatrick Georgi
2009-08-25Use the gnu make .SILENT: mechanism instead of requiringPatrick Georgi
2009-08-25Various Kconfig and Makefile.inc fixes and cosmetics.Uwe Hermann
2009-08-2020090819-2-trim-down-cbfs:Patrick Georgi
2009-08-17Move CBFS header to a safer place.Thomas Jourdan
2009-08-13- AMD selected a couple of options that are incompatible with QEmu (andPatrick Georgi
2009-08-12Kconfig!Patrick Georgi
2009-07-26drop dead nested assignment (trivial)Stefan Reinauer
2009-07-23CBFS stuff:Stefan Reinauer
2009-06-30the tool chain settings should not be in renamed (as they will never live inStefan Reinauer
2009-06-30This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer
2009-06-25The problem is that the check to see if we're at the end is never reached. IMyles Watson
2009-06-18Make sure the address variable is initialized to zero - it is only set when aWard Vandewege
2009-06-08This is transition code for cbfs to implementRonald G. Minnich
2009-06-01cbfstool reacts to a too large bootblock file by stopping Patrick Georgi
2009-05-26Cosmetic cbfstool update (trivial)Stefan Reinauer
2009-05-16This patch implements a "flash friendly" value for initialized areas of flash. Ronald G. Minnich
2009-05-14The cbfstool print command should pretty-print the type of components that areWard Vandewege
2009-05-13This patch fixes a segfault when a file too large to fit is added to a romWard Vandewege
2009-05-13Add support for human-friendly component string types for the cbfstool addWard Vandewege
2009-05-13Remove a shadowed variable and an unnecessary local variable in cbfstool/fs.c.Myles Watsonmylesgw
2009-05-12This fixes a rather silly bug in cbfs with filenames > 16 characters. Ronald G. Minnich
2009-05-08Trivial clean up of print usage and parameter checking.Myles Watson
2009-05-08Add -Werror to help us keep the code clean.Myles Watson
2009-05-08I have made a very simple mod to cbfstool that is compatible with theRonald G. Minnich
2009-05-02Run dos2unix on all files:Stefan Reinauer
2009-04-30Remove warnings from compilation of the s2892 with and without CBFS.Myles Watson
2009-04-25The master cbfs record was located at the end of the flash and overwroteMyles Watson
2009-04-23Fix an uninitialized variable. If it didn't end up being zero it sometimesMyles Watson
2009-04-20This patch adds Myles Watson
2009-04-14util/cbfstool/tools/rom-mk*->cbfs-mk* renamePeter Stuge
2009-04-14util: romfs->cbfs renamePeter Stuge
2009-04-14v2/util: romfs -> cbfs renamePeter Stuge