summaryrefslogtreecommitdiffstats
path: root/util/cbfstool/cbfstool.c
Commit message (Expand)AuthorAgeFilesLines
* util/cbfstool: Fix truncate command error handling and cbfs_image_from_buffer()Jakub Czapiga2022-08-031-2/+3
* commonlib: Substitude macro "__unused" in compiler.hBill XIE2022-07-141-1/+1
* cbfstool: Expand CBFS verification validity checkJulius Werner2022-06-071-8/+29
* cbfs: Add CBFS_TYPE_INTEL_FIT and exclude it from CBFS verificationJulius Werner2022-06-011-1/+13
* cbfs: Rename TYPE_FIT to TYPE_FIT_PAYLOADJulius Werner2022-06-011-1/+1
* commonlib/bsd: Remove cb_err_tJulius Werner2022-03-091-4/+4
* util/cbfstool: Replace swab.h with commonlib/bsd/sysincludes.hAlex James2022-01-101-20/+20
* cbfstool: Clean up remnants of locate actionJulius Werner2021-12-141-6/+1
* cbfstool: Use converted buffer size for do_cbfs_locate()Julius Werner2021-12-141-18/+6
* cbfstool: Do host space address conversion earlier when adding filesJulius Werner2021-12-131-24/+16
* cbfstool: Fix offset calculation for aligned filesJulius Werner2021-12-071-68/+82
* util/cbfstool: Remove unused pagesize parameterArthur Heymans2021-07-171-18/+5
* util/cbfstool: Allow setting alignment for payloadRaul E Rangel2021-07-021-1/+1
* cbfstool/cbfs-mkstage.c: Change signature of parse_elf_to_xip_stage()Arthur Heymans2021-07-011-1/+1
* cbfs: Move stage header into a CBFS attributeJulius Werner2021-03-171-18/+56
* cbfstool: Move alignment/baseaddress handling into cbfs_add_component()Julius Werner2021-03-161-60/+57
* cbfstool: Add support for platform "fixups" when modifying bootblockJulius Werner2021-03-131-0/+5
* cbfstool: Support CONFIG_CBFS_VERIFICATION and metadata hash anchorJulius Werner2021-03-131-18/+229
* cbfstool: Replace FILENAME_ALIGN 16 with ATTRIBUTE_ALIGN 4Julius Werner2021-02-181-1/+2
* cbfstool: Remove location pointer from parse_elf_to_stage()Julius Werner2021-02-181-2/+3
* util/cbfstool: Fix build in 32-bit userspaceKyösti Mälkki2021-02-141-1/+2
* util/cbfstool: Add support for mapping extended window for x86 platformsFurquan Shaikh2020-12-081-8/+93
* util/cbfstool: Introduce concept of mmap_windowFurquan Shaikh2020-12-081-14/+140
* util/cbfstool: Rename IS_TOP_ALIGNED_ADDRESS to IS_HOST_SPACE_ADDRESSFurquan Shaikh2020-12-081-2/+2
* util/cbfstool: Treat region offsets differently than absolute addressesFurquan Shaikh2020-12-081-35/+73
* cbfstool: Hide hash printing behind -v and add to parseable outputJulius Werner2020-12-031-4/+8
* cbfstool: Use cbfs_serialized.h and standard vboot helpersJulius Werner2020-12-031-17/+15
* cbfstool: Don't add compression attribute for uncompressed filesJulius Werner2020-11-251-1/+5
* util/cbfstool: Add option --pow2pageKyösti Mälkki2020-06-151-2/+20
* util/cbfstool: Drop IS_TOP_ALIGNED_ADDRESS() check in cbfstool_convert_fspFurquan Shaikh2020-06-131-13/+10
* util/: Replace GPLv2 boiler plate with SPDX headerPatrick Georgi2020-05-091-10/+1
* AUTHORS, util/: Drop individual copyright noticesPatrick Georgi2020-05-091-9/+1
* util/cbfstool: Allow use of non-ASCII longoptFurquan Shaikh2020-04-201-4/+22
* util/cbfstool: Add optional argument ibbPhilipp Deppenwiese2019-10-181-5/+30
* cbfstool: show "preserved" flag in cbfstool layout outputPatrick Georgi2019-07-021-0/+2
* cbfstool: Drop update-fit optionPatrick Rudolph2019-06-241-69/+0
* util/cbfstool/cbfstool.c: Fix typoFrans Hendriks2018-12-241-1/+1
* cbfstool: add unprocessed flag for file exportingJoel Kitching2018-11-161-4/+10
* cbfstool: make comments more consistentJoel Kitching2018-10-141-16/+15
* cbfstool: Show current FMAP region in printPatrick Rudolph2018-07-131-1/+3
* cbfstool: Update FIT entries in the second bootblockRizwan Qureshi2018-06-261-4/+31
* cbfstool: add an option for creating a topswap bootblockRizwan Qureshi2018-06-261-10/+128
* util/cbfstool: Support FIT payloadsPatrick Rudolph2018-06-151-1/+8
* util/cbfstool: Remove whitespace before tabElyes HAOUAS2018-06-041-1/+1
* cbfstool: Drop `-t` parsing for `add-payload` commandNico Huber2018-05-181-1/+1
* cbfs: Rename CBFS_TYPE_PAYLOAD to CBFS_TYPE_SELFPatrick Rudolph2018-05-041-3/+3
* cbfstool: Add region offset information to layout commandWerner Zeh2018-04-301-1/+2
* util/cbfstool: Print all supported architecturesJonathan Neuschäfer2018-04-111-3/+4
* util/cbfstool: calculate cbfs file size for xip stagesAaron Durbin2017-12-191-9/+23
* cbfstool: Add '-p' option for paddingDaisuke Nojiri2017-12-081-5/+27