summaryrefslogtreecommitdiffstats
path: root/util/cbfstool
Commit message (Expand)AuthorAgeFilesLines
* cbfstool: signed vs. unsigned fixesMathias Krause2012-07-182-6/+6
* cbfstool: provide a prototype for remove_file_from_cbfsMathias Krause2012-07-181-0/+1
* cbfstool: make endian detection code more robustMathias Krause2012-07-181-3/+3
* chromeos: Fix compilation of coreboot-utils packageStefan Reinauer2012-05-241-1/+1
* cbfstool: pretty print cmos layout filesMathias Krause2012-04-121-1/+2
* Add a "remove" command to cbfstoolGabe Black2012-04-022-0/+86
* correctly mark code segments as code in SELFStefan Reinauer2012-03-071-1/+4
* Exit building if romstage.bin is larger than size of XIPzbao2012-02-171-2/+3
* remove trailing whitespaceStefan Reinauer2011-11-011-1/+1
* Various fixes to cbfstool.Stefan Reinauer2011-10-248-58/+110
* cbfstool: improve error messagesStefan Reinauer2011-10-171-3/+9
* Move option table (cmos.layout's binary representation)Patrick Georgi2011-01-181-0/+1
* cbfstool: When extracting, refer to files in CBFS as file instead of payloadPeter Stuge2011-01-171-2/+2
* cbfstool: Trivial move of newline after commands in usagePeter Stuge2011-01-171-1/+2
* Allow coreboot to initialize CMOS if checksum is invalid.Patrick Georgi2011-01-142-0/+2
* Add "cbfstool extract" function.Aurelien Guillaume2011-01-133-3/+90
* fix typo in minilzma.cc, found by Idwer.Stefan Reinauer2010-10-101-1/+1
* minor include cleanupsStefan Reinauer2010-09-271-1/+0
* fix return value checks of cbfstool's writeromStefan Reinauer2010-06-243-6/+21
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-2737-250/+250
* print the known cbfs types in cbfstool "usage"Stefan Reinauer2010-04-243-10/+26
* Build utils into their source directory equivalent inPatrick Georgi2010-04-161-18/+18
* make only needs to read Makefile.incs once, thanks to thePatrick Georgi2010-03-271-5/+0
* This patch implements MBI (modular bios interface) support to the i830 chipset.Stefan Reinauer2010-03-012-3/+13
* Do not print the full path name to coreboot.rom in "cbfstool print" (trivial).Uwe Hermann2010-02-101-1/+2
* Guards against errors that are hard to track down:Patrick Georgi2010-02-031-0/+5
* Print (empty) instead of nothing at all for emptyMaciej Pijanka2010-01-071-3/+5
* Tiny Bootblock, step 1/n.Patrick Georgi2009-12-231-3/+14
* make strcmp happy by including string.h (trivial)Stefan Reinauer2009-12-211-0/+1
* Allow user to specify the size of a newly created cbfs imagePatrick Georgi2009-12-211-1/+8
* cbfstool: Fill memory allocated in create_cbfs_file() with 0xffPeter Stuge2009-12-061-0/+1
* Make the kconfig-style build work in mingw:Patrick Georgi2009-11-213-2/+7
* Cosmetics (trivial).Uwe Hermann2009-11-121-1/+1
* Print size of file on cbfs_add_file failure. The size of the file afterMyles Watson2009-11-121-0/+1
* Rework bootblock size handling:Patrick Georgi2009-11-111-6/+5
* Add a "locate" function cbfstool, which helps you findPatrick Georgi2009-11-093-2/+90
* Remove all build/ prefixes in the build output.Uwe Hermann2009-10-281-8/+8
* Prefix all build output file names of files which end up in the buildUwe Hermann2009-10-271-8/+8
* Drop duplicate version of the documentation/cbfs.txt file as discussed.Uwe Hermann2009-10-161-337/+0
* Fix endless loop when trying to add a too large file to CBFS,Patrick Georgi2009-09-302-32/+37
* check for ELF payloads in cbfstoolCristi Magherusan2009-09-251-0/+6
* fix some wrong versions of the FSF's address (trivial)Stefan Reinauer2009-09-232-4/+4
* This separates the code for each command in cbfstool. For the good and for theStefan Reinauer2009-09-221-80/+200
* * guard all mallocs in cbfstoolStefan Reinauer2009-09-222-4/+27
* There was a missing addition of the size of the .notes.pinfo Ronald G. Minnich2009-09-172-1/+5
* Build cbfstool with debug flags and don't strip the executablePatrick Georgi2009-09-162-5/+4
* More error checking when trying to open files inPatrick Georgi2009-09-152-2/+14
* Build cbfstool with native data size. Trivial change.Patrick Georgi2009-09-142-4/+4
* New cbfstool. Works without mmap or fork/exec andPatrick Georgi2009-09-1476-2439/+650
* Use the gnu make .SILENT: mechanism instead of requiringPatrick Georgi2009-08-253-28/+28