Age | Commit message (Expand) | Author |
2022-01-10 | util/cbfstool: Replace swab.h with commonlib/bsd/sysincludes.h | Alex James |
2021-12-14 | cbfstool: Clean up remnants of locate action | Julius Werner |
2021-12-14 | cbfstool: Use converted buffer size for do_cbfs_locate() | Julius Werner |
2021-12-13 | cbfstool: Do host space address conversion earlier when adding files | Julius Werner |
2021-12-07 | cbfstool: Fix offset calculation for aligned files | Julius Werner |
2021-07-17 | util/cbfstool: Remove unused pagesize parameter | Arthur Heymans |
2021-07-02 | util/cbfstool: Allow setting alignment for payload | Raul E Rangel |
2021-07-01 | cbfstool/cbfs-mkstage.c: Change signature of parse_elf_to_xip_stage() | Arthur Heymans |
2021-03-17 | cbfs: Move stage header into a CBFS attribute | Julius Werner |
2021-03-16 | cbfstool: Move alignment/baseaddress handling into cbfs_add_component() | Julius Werner |
2021-03-13 | cbfstool: Add support for platform "fixups" when modifying bootblock | Julius Werner |
2021-03-13 | cbfstool: Support CONFIG_CBFS_VERIFICATION and metadata hash anchor | Julius Werner |
2021-02-18 | cbfstool: Replace FILENAME_ALIGN 16 with ATTRIBUTE_ALIGN 4 | Julius Werner |
2021-02-18 | cbfstool: Remove location pointer from parse_elf_to_stage() | Julius Werner |
2021-02-14 | util/cbfstool: Fix build in 32-bit userspace | Kyösti Mälkki |
2020-12-08 | util/cbfstool: Add support for mapping extended window for x86 platforms | Furquan Shaikh |
2020-12-08 | util/cbfstool: Introduce concept of mmap_window | Furquan Shaikh |
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: Use cbfs_serialized.h and standard vboot helpers | Julius Werner |
2020-11-25 | cbfstool: Don't add compression attribute for uncompressed files | Julius Werner |
2020-06-15 | util/cbfstool: Add option --pow2page | Kyösti Mälkki |
2020-06-13 | util/cbfstool: Drop IS_TOP_ALIGNED_ADDRESS() check in cbfstool_convert_fsp | Furquan Shaikh |
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-04-20 | util/cbfstool: Allow use of non-ASCII longopt | Furquan Shaikh |
2019-10-18 | util/cbfstool: Add optional argument ibb | Philipp Deppenwiese |
2019-07-02 | cbfstool: show "preserved" flag in cbfstool layout output | Patrick Georgi |
2019-06-24 | cbfstool: Drop update-fit option | Patrick Rudolph |
2018-12-24 | util/cbfstool/cbfstool.c: Fix typo | Frans Hendriks |
2018-11-16 | cbfstool: add unprocessed flag for file exporting | Joel Kitching |
2018-10-14 | cbfstool: make comments more consistent | Joel Kitching |
2018-07-13 | cbfstool: Show current FMAP region in print | Patrick Rudolph |
2018-06-26 | cbfstool: Update FIT entries in the second bootblock | Rizwan Qureshi |
2018-06-26 | cbfstool: add an option for creating a topswap bootblock | Rizwan Qureshi |
2018-06-15 | util/cbfstool: Support FIT payloads | Patrick Rudolph |
2018-06-04 | util/cbfstool: Remove whitespace before tab | Elyes HAOUAS |
2018-05-18 | cbfstool: Drop `-t` parsing for `add-payload` command | Nico Huber |
2018-05-04 | cbfs: Rename CBFS_TYPE_PAYLOAD to CBFS_TYPE_SELF | Patrick Rudolph |
2018-04-30 | cbfstool: Add region offset information to layout command | Werner Zeh |
2018-04-11 | util/cbfstool: Print all supported architectures | Jonathan Neuschäfer |
2017-12-19 | util/cbfstool: calculate cbfs file size for xip stages | Aaron Durbin |
2017-12-08 | cbfstool: Add '-p' option for padding | 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-01-18 | cbfstool: Don't use le32toh(), it's non-standard | Nico Huber |
2017-01-13 | util/cbfstool: Enable adding precompressed files to cbfs | Patrick Georgi |
2017-01-02 | util/cbfstool: Don't print region information on stderr by default | Patrick Georgi |
2016-12-15 | util/cbfstool: check that buffer_create worked | Patrick Georgi |
2016-12-13 | util/cbfstool: Enable filling fmap regions with a given value | Patrick Georgi |
2016-12-13 | util/cbfstool: require -i argument for cbfstool add-int | Patrick Georgi |
2016-10-17 | cbfstool: Fix typo in help text | Patrick Georgi |
2016-10-17 | util/cbfstool: Allow overwriting CBFS regions with raw data on request | Patrick Georgi |
2016-08-03 | cbfstool: Check for excessive arguments | Nico Huber |
2016-08-03 | cbfstool: Check arguments to strtoul() where appropriate | Nico Huber |
2016-05-18 | util/cbfstool: allow option to honor FSP modules' linked address | Aaron Durbin |
2016-05-11 | cbfstool/fsp: Rename fsp1_1_relocate | Furquan Shaikh |
2016-05-11 | util/cbfstool: Allow xip/non-xip relocation for FSP component | Furquan Shaikh |
2016-05-06 | util/cbfstool: fix x86 execute-in-place semantics for all fmd regions | Aaron Durbin |
2016-04-07 | Revert "cbfstool: Add 'hashcbfs' command to compute hash of CBFS region." | Aaron Durbin |
2016-01-28 | util/cbfstool: add 'compact' command | Aaron Durbin |
2016-01-28 | util/cbfstool: add machine parseable print | Aaron Durbin |
2016-01-23 | cbfstool: Fix potential error when using hash attribute | Werner Zeh |
2016-01-22 | cbfstool: Add attributes for position and alignment constraints. | Werner Zeh |
2016-01-21 | cbfstool: don't rewrite param.baseaddress in cbfs_add | Patrick Georgi |
2016-01-19 | cbfstool: accept read-only files when possible | Vadim Bendebury |
2016-01-14 | cbfstool: reorder help text | Patrick Georgi |
2016-01-13 | cbfstool: Remove duplicate code line | Werner Zeh |
2016-01-06 | cbfstool: correct add-master-header logic to match runtime expectations | Aaron Durbin |
2016-01-06 | cbfstool: Add 'hashcbfs' command to compute hash of CBFS region. | Aaron Durbin |
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-12-09 | cbfstool: make top-aligned address work per-region | Patrick Georgi |
2015-12-06 | cbfstool: Re-align help text | Martin Roth |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-10-29 | cbfstool: add optional -m ARCH to extract | Aaron Durbin |
2015-10-23 | cbfstool: Fix tolower() calls on Cygwin | Stefan Reinauer |
2015-10-19 | cbfstool: Fix typo in error message | Patrick Georgi |
2015-10-02 | cbfstool: relocate FSP blobs on cbfstool add | Aaron Durbin |
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-28 | cbfstool: have update-fit always work from CBFS | Patrick Georgi |
2015-09-21 | cbfstool: don't use endian to fix BSD hosts | Aaron Durbin |
2015-09-21 | cbfstool: add new add-master-header command | Patrick Georgi |
2015-09-16 | cbfstool: remove locate command | Aaron Durbin |
2015-09-16 | cbfstool: add --xip support to add-stage for x86 | Aaron Durbin |
2015-09-16 | cbfstool: provide metadata size to cbfs_locate_entry() | Aaron Durbin |
2015-09-07 | cbfstool: Allow adding file with specific alignment requirement | Alexandru Gagniuc |
2015-09-01 | cbfstool: allow compression at file header level | Daisuke Nojiri |
2015-08-27 | cbfstool: update help text | Patrick Georgi |
2015-08-27 | cbfstool: don't pass header_size as separate argument (part 2) | Patrick Georgi |
2015-08-27 | cbfstool: passing a header is now mandatory for converters | 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: pass cbfs_file header into "compress" functions | Patrick Georgi |
2015-08-13 | cbfstool: allow file data converters to modify the header size | Patrick Georgi |
2015-08-13 | cbfstool: calculate header size in cbfs_add_component() | Patrick Georgi |
2015-08-13 | cbfstool: allow passing a precalculated header size into cbfs_add_entry() | Patrick Georgi |
2015-08-13 | cbfstool: test for duplicate files earlier | Patrick Georgi |