Age | Commit message (Expand) | Author |
2022-01-12 | util/cbfstool: Do minor fixes | Alex James |
2022-01-10 | util/cbfstool: Replace swab.h with commonlib/bsd/sysincludes.h | Alex James |
2021-03-17 | cbfs: Move stage header into a CBFS attribute | Julius Werner |
2021-02-18 | cbfstool: Replace FILENAME_ALIGN 16 with ATTRIBUTE_ALIGN 4 | Julius Werner |
2021-02-18 | cbfstool: Ensure attributes always come last in the metadata | Julius Werner |
2020-12-08 | util/cbfstool: Rename IS_TOP_ALIGNED_ADDRESS to IS_HOST_SPACE_ADDRESS | Furquan Shaikh |
2020-12-08 | util/cbfstool: Treat region offsets differently than absolute addresses | Furquan Shaikh |
2020-12-03 | cbfstool: Hide hash printing behind -v and add to parseable output | Julius Werner |
2020-12-03 | cbfstool: Rename cbfs_walk() to cbfs_legacy_walk() | Julius Werner |
2020-12-03 | cbfstool: Use cbfs_serialized.h and standard vboot helpers | Julius Werner |
2020-05-09 | util/: Replace GPLv2 boiler plate with SPDX header | Patrick Georgi |
2020-05-09 | AUTHORS, util/: Drop individual copyright notices | Patrick Georgi |
2020-01-30 | util/cbfstool: Fix typos | Patrick Georgi |
2019-10-18 | util/cbfstool: Add optional argument ibb | Philipp Deppenwiese |
2019-05-09 | vboot: include vb2_sha.h when required | Joel Kitching |
2019-04-23 | cbfstool: Fix cbfs_file_next_attr | Patrick Rudolph |
2018-11-23 | util/cbfstool: Fix GCC error due to a shadowed declaration | Werner Zeh |
2018-11-16 | cbfstool: add unprocessed flag for file exporting | Joel Kitching |
2018-11-16 | util/cbfstool/cbfs_image.c: Get rid of void pointer math | Richard Spiegel |
2018-10-04 | cbfstool: Clear entry being removed in all cases | Daisuke Nojiri |
2018-08-28 | util/cbfstool: Fix typos | Elyes HAOUAS |
2018-07-24 | cbfstool/extract: ignore compression field for some payload segments | Joel Kitching |
2018-05-04 | cbfs: Rename CBFS_TYPE_PAYLOAD to CBFS_TYPE_SELF | Patrick Rudolph |
2017-10-28 | cbfstool: Print compression algorithm | Daisuke Nojiri |
2017-10-10 | util/cbfstool: Add "truncate" command | Patrick Georgi |
2017-09-20 | util/cbfstool: Add "expand" command to make CBFS span an fmap region | Patrick Georgi |
2017-03-20 | util/cbfstool: avoid memleaks and off-by-ones | Patrick Georgi |
2017-01-12 | util/cbfstool: Add cbfs-compression-tool | Patrick Georgi |
2016-12-15 | util/cbfstool: Fix memory leak | Patrick Georgi |
2016-12-15 | util/cbfstool: Add NULL-ptr check | Patrick Georgi |
2016-12-04 | cbfstool: Fix off-by-one error in checking hash_type | Furquan Shaikh |
2016-08-10 | util/cbfstool: Initialize elf_writer pointer to avoid crash | Jonathan Neuschäfer |
2016-08-08 | cbfstool/cbfs_image: Fix resource leak for tbuff | Furquan Shaikh |
2016-08-08 | cbfstool/cbfs_image: Check for return value of buffer_create | Furquan Shaikh |
2016-08-08 | cbfstool/cbfs_image: Fix resource leak for segs | Furquan Shaikh |
2016-08-08 | cbfstool/cbfs_image: Initialze empty_sz to 0 | Furquan Shaikh |
2016-07-02 | cbfstool: Require "-m ARCH" to extract payloads and stages | Antonello Dettori |
2016-06-17 | cbfstool: Extract payload in ELF | Antonello Dettori |
2016-05-28 | util/cbfstool: Include commonlib/helpers.h in common.h | Furquan Shaikh |
2016-02-22 | cbfs: Add LZ4 in-place decompression support for pre-RAM stages | Julius Werner |
2016-02-12 | util/cbfstool: Improve heuristic for cbfs header pointer protection | Patrick Georgi |
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 |
2015-05-21 | Remove address from GPLv2 headers | Patrick Georgi |
2015-05-13 | cbfstool: Support top-aligned addresses for new-format images | Sol Boucher |
2015-05-13 | cbfstool: New image format w/ required FMAP and w/o CBFS master header | Sol Boucher |
2015-05-08 | cbfstool: Restructure around support for reading/writing portions of files | Sol Boucher |
2015-05-08 | cbfstool: Eliminate useless cbfs_image_create() local variable | Sol Boucher |
2015-05-08 | cbfstool: Fix leak in cbfs_image struct initialization | Sol Boucher |
2015-05-08 | cbfstool: Fix cbfs_copy_instance()'s master header endianness | Sol Boucher |
2015-05-08 | cbfstool: Make the add action choose an aligned entries capacity | Sol Boucher |
2015-04-28 | cbfstool: compare pointer difference with ptrdiff_t value | Patrick Georgi |