Age | Commit message (Expand) | Author |
2016-01-28 | util/cbfstool: add 'compact' command | Aaron Durbin |
2016-01-28 | util/cbfstool: add machine parseable print | Aaron Durbin |
2016-01-27 | cbfstool: Fix broken alignment because of flashmap | Werner Zeh |
2016-01-06 | cbfstool: keep cbfs master header pointer | Patrick Georgi |
2016-01-06 | cbfstool: Adapt "cbfstool copy" to only use fmap regions. | Patrick Georgi |
2016-01-06 | cbfstool: Use buffer over offset/size pair for cbfs_copy_instance | Patrick Georgi |
2015-11-20 | cbfstool: Fix build error with clang when comparing enum | zbao |
2015-11-13 | cbfstool: Allows mixed-state fmap regions to work | Patrick Georgi |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-10-29 | cbfstool: extract rmodules as ELFs properly | Aaron Durbin |
2015-10-29 | cbfstool: create ELF files when extracting stages | Aaron Durbin |
2015-10-29 | cbfstool: add optional -m ARCH to extract | Aaron Durbin |
2015-10-27 | cbfstool: decompress stage files on extraction | Aaron Durbin |
2015-10-25 | cbfstool: have decompress functions provide ouput data size | Aaron Durbin |
2015-10-17 | cbfstool: Fix removing and adding file with same name | Aaron Durbin |
2015-10-17 | cbfstool/cbfs_image.c: Just use one space before `=` | Paul Menzel |
2015-10-01 | cbfstool: Add support for hashes as file metadata | Patrick Georgi |
2015-09-28 | cbfstool: prefer fmap data over cbfs master header if it exists | Patrick Georgi |
2015-09-16 | cbfstool: provide metadata size to cbfs_locate_entry() | Aaron Durbin |
2015-09-14 | cbfstool: drop extra copy of filetype->string map | Patrick Georgi |
2015-09-01 | cbfstool: implement decompression support for cbfstool extract | Patrick Georgi |
2015-09-01 | cbfstool: factor out parsing compression file attributes | Patrick Georgi |
2015-09-01 | cbfstool: support compressed files in cbfstool print | Patrick Georgi |
2015-09-01 | cbfstool: add extended file attributes for cbfs_file | Patrick Georgi |
2015-08-27 | cbfstool: update warning on cbfstool extract | Patrick Georgi |
2015-08-27 | cbfstool: don't pass header_size as separate argument (part 2) | Patrick Georgi |
2015-08-27 | cbfstool: don't pass header_size as separate argument | Patrick Georgi |
2015-08-27 | cbfstool: use struct cbfs_file * instead of void * | Patrick Georgi |
2015-08-27 | cbfstool: cbfs_add_entry() doesn't need to know filename or type | Patrick Georgi |
2015-08-26 | cbfstool: move cbfs_file header creation further up the call chain | Patrick Georgi |
2015-08-26 | cbfstool: drop size argument to cbfs_add_entry_at | Patrick Georgi |
2015-08-26 | cbfstool: cut down on the debug output | Patrick Georgi |
2015-08-26 | cbfstool: Don't patch cbfs_file->len, it's already set correctly | Patrick Georgi |
2015-08-26 | cbfstool: drop unused arguments in internal function | Patrick Georgi |
2015-08-26 | cbfstool: start moving cbfs_file header creation up the call chain | Patrick Georgi |
2015-08-26 | cbfstool: more descriptive variable name | Patrick Georgi |
2015-08-13 | cbfstool: unify actual file creation | Patrick Georgi |
2015-08-13 | cbfstool: move tests for fixed-location files earlier | Patrick Georgi |
2015-08-13 | cbfstool: prepare moving tests earlier | Patrick Georgi |
2015-08-13 | cbfstool: factor out creating a cbfs file header | Patrick Georgi |
2015-08-13 | cbfstool: Make cbfs_create_empty_entry build a more complete header | Patrick Georgi |
2015-08-13 | cbfstool: honor larger-than-usual header sizes in cbfs_add_entry_at() | Patrick Georgi |
2015-08-13 | cbfstool: expose cbfs_calculate_file_header_size() | Patrick Georgi |
2015-08-13 | cbfstool: allow passing a precalculated header size into cbfs_add_entry() | Patrick Georgi |
2015-07-18 | cbfstool: Deduplicate code to merge empty files | Patrick Georgi |
2015-07-18 | cbfstool: rename checksum to attributes_offset | Patrick Georgi |
2015-07-18 | cbfstool: move fill value to cbfs.h | Patrick Georgi |
2015-07-16 | cbfstool: Remove extra comma after {0, NULL} list element | Sol Boucher |
2015-07-16 | cbfstool: Factor out compression algorithm list | Sol Boucher |
2015-07-16 | cbfstool: use variable length array to model cbfs_file's filename | Patrick Georgi |