Age | Commit message (Expand) | Author |
2014-02-05 | Change the linux payload generator to use the standard header generator | Ronald G. Minnich |
2014-02-04 | cbfstool: Eliminate global variable "arch" | Alexandru Gagniuc |
2014-02-04 | cbfstool: Remove more unused functions from common.c | Alexandru Gagniuc |
2014-02-04 | cbfstool: Hide cbfstool_offset from the global namespace | Alexandru Gagniuc |
2014-02-03 | cbfstool: remove unused function create_cbfs_image() | Alexandru Gagniuc |
2014-02-02 | cbfstool: add code to serialize the header using the new xdr functions | Ronald G. Minnich |
2014-02-02 | Add section header parsing and use it in the mk-payload step | Ronald G. Minnich |
2014-01-29 | cbfstool/lzma: Avoid use of typedef with structs and enums | Alexandru Gagniuc |
2014-01-29 | cbfstool: Don't assume compiler is gcc, and use $(CC) | Alexandru Gagniuc |
2014-01-29 | cbfstool/lzma: Remove windows-specific remnants | Alexandru Gagniuc |
2014-01-29 | cbfstool/lzma: Remove C++ remnants | Alexandru Gagniuc |
2014-01-29 | cbfstool/lzma: Use stdint and stdbool types | Alexandru Gagniuc |
2014-01-29 | cbfs: fix issues with word size and endianness. | Ronald G. Minnich |
2014-01-24 | cbfstool: correct size left calculation for "empty" entries | Aaron Durbin |
2014-01-21 | cbfstool: cleaner filling fields | Patrick Georgi |
2013-12-09 | cbfstool: Properly handle EOF in update_fit step | Alexandru Gagniuc |
2013-11-25 | cbfstool: check potential microcode update earlier | Aaron Durbin |
2013-11-18 | cbfstool: add a constant for the aarch64 | Ronald G. Minnich |
2013-09-17 | Fix whitespace leaked into tree | Kyösti Mälkki |
2013-08-31 | Add a (b)zImage parser to cbfstool | Patrick Georgi |
2013-08-16 | Correct spelling of shadow, setting and memory | Paul Menzel |
2013-08-15 | cbfstool: Add an add-int command that adds a raw 64-bit integer CBFS file | Peter Stuge |
2013-04-12 | cbfstool: cbfs-mkstage.c: Free `buffer` on error path | Paul Menzel |
2013-04-08 | cbfstool: completely initialize input and output streams | Stefan Reinauer |
2013-04-03 | cbfstool: Replace C++ code with C code | Stefan Reinauer |
2013-04-02 | cbfstool: fix --machine | Stefan Reinauer |
2013-03-27 | cbfstool: Add update-fit command | Aaron Durbin |
2013-03-27 | cbfstool: Fix cbfs_image.c | Stefan Reinauer |
2013-03-22 | cbfstool: Fix initial empty space in image creation. | Hung-Te Lin |
2013-03-20 | cbfstool locate: Implement alignment switch --align/-a | Hung-Te Lin |
2013-03-19 | cbfstool locate: Rename -a align switch to -P for page size | Hung-Te Lin |
2013-03-01 | GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« | Paul Menzel |
2013-02-18 | cbfstool: Fix compile warnings caused by incorrect data types. | Hung-Te Lin |
2013-02-18 | cbfstool: Add `-Werror` to make all warnings into errors | Paul Menzel |
2013-02-09 | cbfstool: Handle alignment in UEFI payloads | Patrick Georgi |
2013-02-09 | cbfstool: Fix crash on image without bootblock in end of ROM. | Hung-Te Lin |
2013-02-06 | armv7: Prevent CBFS data overlapping bootblock. | Hung-Te Lin |
2013-02-06 | cbfstool: Add support for 64bit UEFI | Stefan Reinauer |
2013-02-05 | cbfstool: support parsing UEFI firmware volumes | Stefan Reinauer |
2013-02-05 | cbfstool: Use cbfs_image API for "add-*" (add-payload, add-stage, ...) commands. | Hung-Te Lin |
2013-02-05 | cbfstool: Use cbfs_image api for "add" command. | Hung-Te Lin |
2013-02-05 | cbfstool: Use cbfs_image API for "create" command. | Hung-Te Lin |
2013-02-05 | cbfstool: Use cbfs_image API for "locate" command. | Hung-Te Lin |
2013-02-05 | cbfstool: Fix incorrect CBFS free space by old cbfstool. | Hung-Te Lin |
2013-02-05 | cbfstool: Use cbfs_image API for "remove" command. | Hung-Te Lin |
2013-02-05 | cbfstool: Use cbfs_image API for "extract" command. | Hung-Te Lin |
2013-02-05 | cbfstool: Use cbfs_image API for "print" command. | Hung-Te Lin |
2013-02-05 | cbfstool: Add cbfs_image new CBFS image manipulation API. | Hung-Te Lin |
2013-02-05 | cbfstool: Add buffer management API. | Hung-Te Lin |
2013-02-04 | cbfstool: Update example file. | Hung-Te Lin |
2013-02-01 | cbfstool: Make endian detection functions to work without prior setup. | Hung-Te Lin |
2013-02-01 | cbfstool: move flat-binary parsing to cbfs-mkpayload. | Hung-Te Lin |
2013-02-01 | cbfstool: Add -v (verbose) output. | Hung-Te Lin |
2013-01-30 | cbfstool: Prevent file name to be corrupted by basename(). | Hung-Te Lin |
2013-01-29 | cbfstool: Change "locate" output to prefix "0x". | Hung-Te Lin |
2013-01-29 | cbfstool: Remove unused header files. | Hung-Te Lin |
2013-01-28 | cbfstool: Store global variables into struct. | Hung-Te Lin |
2013-01-19 | Add more information to the cbfstool print | Stefan Reinauer |
2013-01-17 | armv7: Place reset vector + CBFS header + bootblock dynamically | David Hendricks |
2013-01-10 | armv7: dynamically calculate the branch offset in cbfstool | David Hendricks |
2013-01-08 | cbfstool: index is replaced by strchr. | zbao |
2013-01-04 | cbfstool: Fix warnings on OS X | Stefan Reinauer |
2013-01-04 | Change "VERSION*" to more determined name "CBFS_HEADER_VERSION*". | Hung-Te Lin |
2013-01-03 | add user-specified offset when creating armv7 cbfs image | David Hendricks |
2012-12-14 | cbfstool: Align the column of build hint message. | Zheng Bao |
2012-12-12 | cbfstool: Catch failing parse_elf_to_payload() | Stefan Reinauer |
2012-12-09 | Revert "armv7: use __cpu_to_le32 for endianness of reset vector instruction" | Stefan Reinauer |
2012-12-07 | armv7: use __cpu_to_le32 for endianness of reset vector instruction | David Hendricks |
2012-11-30 | cbfstool: Clean up messages | Stefan Reinauer |
2012-11-30 | Add multi-architecture support to cbfstool | David Hendricks |
2012-11-12 | cbfstool: Rework to use getopt style parameters | Stefan Reinauer |
2012-11-12 | cbfstool: Update LZMA encoder to LZMA SDK 9.12 | Stefan Reinauer |
2012-11-12 | cbfstool: Remove unused cmd_t | Stefan Reinauer |
2012-11-12 | cbfstool: add add-flat-binary command to add raw executables | Stefan Reinauer |
2012-11-08 | cbfstool: add offset parameter to create command | Stefan Reinauer |
2012-11-07 | cbfstool: respect dependencies when building locally | Stefan Reinauer |
2012-10-22 | cbfstool: Add -mno-ms-bitfields on (mingw) | Zheng Bao |
2012-07-18 | cbfstool: signed vs. unsigned fixes | Mathias Krause |
2012-07-18 | cbfstool: provide a prototype for remove_file_from_cbfs | Mathias Krause |
2012-07-18 | cbfstool: make endian detection code more robust | Mathias Krause |
2012-05-24 | chromeos: Fix compilation of coreboot-utils package | Stefan Reinauer |
2012-04-12 | cbfstool: pretty print cmos layout files | Mathias Krause |
2012-04-02 | Add a "remove" command to cbfstool | Gabe Black |
2012-03-07 | correctly mark code segments as code in SELF | Stefan Reinauer |
2012-02-17 | Exit building if romstage.bin is larger than size of XIP | zbao |
2011-11-01 | remove trailing whitespace | Stefan Reinauer |
2011-10-24 | Various fixes to cbfstool. | Stefan Reinauer |
2011-10-17 | cbfstool: improve error messages | Stefan Reinauer |
2011-01-18 | Move option table (cmos.layout's binary representation) | Patrick Georgi |
2011-01-17 | cbfstool: When extracting, refer to files in CBFS as file instead of payload | Peter Stuge |
2011-01-17 | cbfstool: Trivial move of newline after commands in usage | 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-10-10 | fix typo in minilzma.cc, found by Idwer. | Stefan Reinauer |
2010-09-27 | minor include cleanups | Stefan Reinauer |
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-04-16 | Build utils into their source directory equivalent in | Patrick Georgi |
2010-03-27 | make only needs to read Makefile.incs once, thanks to the | Patrick Georgi |