summaryrefslogtreecommitdiffstats
path: root/util/cbfstool
Commit message (Expand)AuthorAgeFilesLines
...
* 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-013-4/+4
* cbfstool: Unset ${DEBUG} when making vboot hostlibNico Huber2021-06-261-0/+1
* cbfstool: Make use of spurious null-terminationNico Huber2021-06-251-4/+4
* treewide: Disable R_AMD64_32S relocation supportPatrick Rudolph2021-06-151-3/+12
* util/cbfstool/linux_trampoline.h: Fix typo in commentAngel Pons2021-06-041-1/+1
* cbfstool/linux_trampoline.S: Fix up the e820 tableArthur Heymans2021-06-022-6/+21
* util/cbfstool/Makefile: Check out vboot before trying to use itPatrick Georgi2021-06-011-0/+5
* util/cbfstool/fit.c: Fix getting the topswap tableArthur Heymans2021-05-271-13/+1
* util/cbfstool: Do not set -D_XOPEN_SOURCE on FreeBSDIdwer Vollering2021-05-101-1/+4
* 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