Age | Commit message (Expand) | Author |
2023-10-29 | cbfstool: Fix CBFS header buffer overflow | Jeremy Compostella |
2023-09-14 | cbfstool: Make add-stage support multiple ignore sections | Jeremy Compostella |
2023-03-28 | util/cbfstool: Add usage information about verbose output | Maximilian Brune |
2022-12-17 | util/cbfstool: Change %lu to %zu for size_t argument | Reka Norman |
2022-12-14 | util/cbfstool: Fix building with clang & -Wshadow | Arthur Heymans |
2022-12-06 | util/cbfstool: Add a new mechanism to provide a memory map | Arthur Heymans |
2022-11-09 | cbfstool: Fix possible memory leak | Shaik Shahina |
2022-10-26 | util/cbfstool: Check for metadata hash in verstage | Karthikeyan Ramasubramanian |
2022-09-02 | cbfs/vboot: Adapt to new vb2_digest API | Julius Werner |
2022-08-03 | util/cbfstool: Fix truncate command error handling and cbfs_image_from_buffer() | Jakub Czapiga |
2022-07-14 | commonlib: Substitude macro "__unused" in compiler.h | Bill XIE |
2022-06-07 | cbfstool: Expand CBFS verification validity check | Julius Werner |
2022-06-01 | cbfs: Add CBFS_TYPE_INTEL_FIT and exclude it from CBFS verification | Julius Werner |
2022-06-01 | cbfs: Rename TYPE_FIT to TYPE_FIT_PAYLOAD | Julius Werner |
2022-03-09 | commonlib/bsd: Remove cb_err_t | Julius Werner |
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 |