summaryrefslogtreecommitdiffstats
path: root/util/cbfstool/cbfs_image.c
Commit message (Expand)AuthorAgeFilesLines
* util/cbfstool: Fix truncate command error handling and cbfs_image_from_buffer()Jakub Czapiga2022-08-031-4/+3
* util/cbfstool: Do minor fixesAlex James2022-01-121-6/+3
* util/cbfstool: Replace swab.h with commonlib/bsd/sysincludes.hAlex James2022-01-101-83/+83
* cbfs: Move stage header into a CBFS attributeJulius Werner2021-03-171-92/+50
* cbfstool: Replace FILENAME_ALIGN 16 with ATTRIBUTE_ALIGN 4Julius Werner2021-02-181-5/+2
* cbfstool: Ensure attributes always come last in the metadataJulius Werner2021-02-181-6/+19
* util/cbfstool: Rename IS_TOP_ALIGNED_ADDRESS to IS_HOST_SPACE_ADDRESSFurquan Shaikh2020-12-081-1/+1
* util/cbfstool: Treat region offsets differently than absolute addressesFurquan Shaikh2020-12-081-8/+0
* cbfstool: Hide hash printing behind -v and add to parseable outputJulius Werner2020-12-031-8/+31
* cbfstool: Rename cbfs_walk() to cbfs_legacy_walk()Julius Werner2020-12-031-8/+8
* cbfstool: Use cbfs_serialized.h and standard vboot helpersJulius Werner2020-12-031-75/+53
* util/: Replace GPLv2 boiler plate with SPDX headerPatrick Georgi2020-05-091-10/+1
* AUTHORS, util/: Drop individual copyright noticesPatrick Georgi2020-05-091-7/+1
* util/cbfstool: Fix typosPatrick Georgi2020-01-301-1/+1
* util/cbfstool: Add optional argument ibbPhilipp Deppenwiese2019-10-181-3/+14
* vboot: include vb2_sha.h when requiredJoel Kitching2019-05-091-0/+1
* cbfstool: Fix cbfs_file_next_attrPatrick Rudolph2019-04-231-1/+1
* util/cbfstool: Fix GCC error due to a shadowed declarationWerner Zeh2018-11-231-5/+5
* cbfstool: add unprocessed flag for file exportingJoel Kitching2018-11-161-17/+34
* util/cbfstool/cbfs_image.c: Get rid of void pointer mathRichard Spiegel2018-11-161-10/+13
* cbfstool: Clear entry being removed in all casesDaisuke Nojiri2018-10-041-37/+28
* util/cbfstool: Fix typosElyes HAOUAS2018-08-281-3/+3
* cbfstool/extract: ignore compression field for some payload segmentsJoel Kitching2018-07-241-8/+8
* cbfs: Rename CBFS_TYPE_PAYLOAD to CBFS_TYPE_SELFPatrick Rudolph2018-05-041-2/+2
* cbfstool: Print compression algorithmDaisuke Nojiri2017-10-281-10/+12
* util/cbfstool: Add "truncate" commandPatrick Georgi2017-10-101-0/+38
* util/cbfstool: Add "expand" command to make CBFS span an fmap regionPatrick Georgi2017-09-201-0/+38
* util/cbfstool: avoid memleaks and off-by-onesPatrick Georgi2017-03-201-0/+15
* util/cbfstool: Add cbfs-compression-toolPatrick Georgi2017-01-121-9/+0
* util/cbfstool: Fix memory leakPatrick Georgi2016-12-151-0/+1
* util/cbfstool: Add NULL-ptr checkPatrick Georgi2016-12-151-1/+2
* cbfstool: Fix off-by-one error in checking hash_typeFurquan Shaikh2016-12-041-1/+1
* util/cbfstool: Initialize elf_writer pointer to avoid crashJonathan Neuschäfer2016-08-101-1/+1
* cbfstool/cbfs_image: Fix resource leak for tbuffFurquan Shaikh2016-08-081-0/+1
* cbfstool/cbfs_image: Check for return value of buffer_createFurquan Shaikh2016-08-081-2/+6
* cbfstool/cbfs_image: Fix resource leak for segsFurquan Shaikh2016-08-081-16/+14
* cbfstool/cbfs_image: Initialze empty_sz to 0Furquan Shaikh2016-08-081-1/+1
* cbfstool: Require "-m ARCH" to extract payloads and stagesAntonello Dettori2016-07-021-0/+10
* cbfstool: Extract payload in ELFAntonello Dettori2016-06-171-4/+242
* util/cbfstool: Include commonlib/helpers.h in common.hFurquan Shaikh2016-05-281-1/+1
* cbfs: Add LZ4 in-place decompression support for pre-RAM stagesJulius Werner2016-02-221-1/+2
* util/cbfstool: Improve heuristic for cbfs header pointer protectionPatrick Georgi2016-02-121-0/+7
* util/cbfstool: add 'compact' commandAaron Durbin2016-01-281-0/+121
* util/cbfstool: add machine parseable printAaron Durbin2016-01-281-0/+55
* cbfstool: Fix broken alignment because of flashmapWerner Zeh2016-01-271-3/+14
* cbfstool: keep cbfs master header pointerPatrick Georgi2016-01-061-0/+5
* cbfstool: Adapt "cbfstool copy" to only use fmap regions.Patrick Georgi2016-01-061-20/+9
* cbfstool: Use buffer over offset/size pair for cbfs_copy_instancePatrick Georgi2016-01-061-28/+13
* cbfstool: Fix build error with clang when comparing enumzbao2015-11-201-1/+3
* cbfstool: Allows mixed-state fmap regions to workPatrick Georgi2015-11-131-8/+13