summaryrefslogtreecommitdiffstats
path: root/util/cbfstool
Commit message (Expand)AuthorAgeFilesLines
* util/cse_fpt: Add a new tool for managing Intel CSE FPT binariesFurquan Shaikh2021-10-197-2/+715
* cbfstool: Add helper function `buffer_from_file_aligned_size`Furquan Shaikh2021-10-182-3/+18
* util/cbfstool: Add support for ARM64 UefiPayloadRex-BC Chen2021-10-042-2/+3
* elogtool: Fix off-by-one error in month in timestampRicardo Quesada2021-09-241-1/+2
* elogtool: compile in 32-bit platformsRicardo Quesada2021-09-211-2/+2
* elogtool: add "add" commandRicardo Quesada2021-09-161-3/+181
* elogtool: add next_available_event_offset functionRicardo Quesada2021-09-161-22/+32
* elogtool: add "clear" commandRicardo Quesada2021-09-103-45/+172
* util/cbftool: Fix the bug in parsing Uefipayload with extended headerDun Tan2021-09-022-0/+12
* cbfstool: add buffer_end() to common.hRicardo Quesada2021-08-311-0/+5
* elogtool: add to gitignoreJack Rosenthal2021-08-091-0/+1
* util/elogtool: add tool to print elog eventsRicardo Quesada2021-08-055-2/+827
* 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