summaryrefslogtreecommitdiffstats
path: root/util/cbfstool
Commit message (Expand)AuthorAgeFilesLines
* util/ifittool: Add an option to set the FIT pointer a CBFS fileArthur Heymans2021-03-193-30/+105
* cbfs: Move stage header into a CBFS attributeJulius Werner2021-03-175-229/+143
* cbfstool: Move alignment/baseaddress handling into cbfs_add_component()Julius Werner2021-03-161-60/+57
* util/cbfstool/ifittool: Remove dead codeArthur Heymans2021-03-161-30/+0
* cbfstool: Add support for platform "fixups" when modifying bootblockJulius Werner2021-03-135-0/+134
* cbfstool: Support CONFIG_CBFS_VERIFICATION and metadata hash anchorJulius Werner2021-03-134-18/+261
* util/cbfstool: Update MakefilesMartin Roth2021-02-252-2/+14
* cbfstool: Replace FILENAME_ALIGN 16 with ATTRIBUTE_ALIGN 4Julius Werner2021-02-182-6/+4
* cbfstool: Ensure attributes always come last in the metadataJulius Werner2021-02-181-6/+19
* cbfstool: Remove location pointer from parse_elf_to_stage()Julius Werner2021-02-183-26/+9
* rmodtool: Make memlayout symbols absolute and do not relocate themJulius Werner2021-02-182-29/+43
* treewide: Remove trailing whitespaceMartin Roth2021-02-172-42/+42
* util/cbfstool: Fix build in 32-bit userspaceKyösti Mälkki2021-02-141-1/+2
* util/cbfstool: unbreak compilation on FreeBSDIdwer Vollering2021-01-131-0/+2
* cbfstool: Use flock() when accessing CBFS filesJulius Werner2021-01-081-2/+4
* drivers/vpd: Add VPD region to default FMAP when selectedMatt DeVillier2021-01-041-0/+1
* src/lib: Add Kconfig option for SPD cache in FMAPMatt DeVillier2020-12-141-0/+1
* util/cbfstool/fit.c: Add support for adding Boot Guard manifestsMichał Żygowski2020-12-111-2/+45
* util/cbfstool/fmaptool: Generate list of terminal sectionsFurquan Shaikh2020-12-081-0/+24
* 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-083-4/+9
* util/cbfstool: Treat region offsets differently than absolute addressesFurquan Shaikh2020-12-082-43/+73
* util/cbfstool/.gitignore: Add ifittoolArthur Heymans2020-12-071-0/+1
* cbfs: Add verification for RO CBFS metadata hashJulius Werner2020-12-031-0/+5
* cbfstool: Hide hash printing behind -v and add to parseable outputJulius Werner2020-12-033-14/+41
* cbfstool: Rename cbfs_walk() to cbfs_legacy_walk()Julius Werner2020-12-032-11/+13
* cbfstool: Use cbfs_serialized.h and standard vboot helpersJulius Werner2020-12-0311-345/+129
* cbfstool: Don't add compression attribute for uncompressed filesJulius Werner2020-11-251-1/+5
* util/cbfstool/amdcompress: fix argument requirementFelix Held2020-11-151-2/+2
* util/cbfstool/amdcompress: fix short option for maxsizeFelix Held2020-11-151-1/+1
* .gitignore: Ignore .test/.dependencies globallyPatrick Georgi2020-10-311-2/+0
* .gitignore: Split into subdirectory filesPatrick Georgi2020-10-301-0/+7
* cbfstool: Don't build unneeded commonlib sourcesJulius Werner2020-10-261-11/+0
* util/cbfstool/fmaptool: generate defines for all fmap sectionsFelix Held2020-09-231-0/+26
* util/cbfstool/fmd: make flashmap_flags bitfield struct elements unsignedFelix Held2020-09-231-2/+2
* util/cbfstool: Defuse vboot's openssl linkingPatrick Georgi2020-07-011-1/+1
* 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/cbfstool: fix buffer over-readPhilipp Bartsch2020-05-181-1/+2
* util/cbfstool: Add SPDX header to generated linux_trampoline code, tooPatrick Georgi2020-05-112-0/+2
* util: Use SPDX headersPatrick Georgi2020-05-116-149/+6
* treewide: Replace BSD-3-Clause and ISC headers with SPDX headersPatrick Georgi2020-05-112-54/+2
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-115-5/+0
* util/: Replace GPLv2 boiler plate with SPDX headerPatrick Georgi2020-05-0941-410/+41
* AUTHORS, util/: Drop individual copyright noticesPatrick Georgi2020-05-0948-201/+35
* treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi2020-05-061-11/+1
* treewide: move copyrights and authors to AUTHORSPatrick Georgi2020-05-061-5/+1
* treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi2020-05-063-6/+3
* util/cbfstool: Allow use of non-ASCII longoptFurquan Shaikh2020-04-201-4/+22