summaryrefslogtreecommitdiffstats
path: root/util/cbfstool
Commit message (Expand)AuthorAgeFilesLines
* util/cbfstool: Port elogtool to libflashromEdward O'Callaghan2022-01-144-11/+254
* util/cbfstool: Do minor fixesAlex James2022-01-122-7/+4
* util/cbfstool: Replace swab.h with commonlib/bsd/sysincludes.hAlex James2022-01-108-179/+111
* cbfstool: Avoid defining _XOPEN_SOURCEAlex James2022-01-041-4/+0
* util/cbfstool: Remove redundant endian.h includeAlex James2022-01-041-1/+0
* 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: Ensure that htole32 et al are visible when buildingPatrick Georgi2021-12-061-2/+1
* util/cbfstool/.gitignore: Add CSE tool executablesAngel Pons2021-11-291-0/+2
* util/cbfstool/flashmap/fmap.c: fix fmaptool endianness bugs on BEMarek Kasiewicz2021-11-221-32/+33
* eventlog: Add a log type for Chrome OS diagnosticsHsuan Ting Chen2021-11-221-0/+10
* elogtool: add pytest for elogtoolRicardo Quesada2021-10-253-0/+188
* util/cbfstool/rmodule: Omit undefined extern symbols from reloc tableRaul E Rangel2021-10-201-0/+16
* util/cse_serger: Add command `create-cse-region`Furquan Shaikh2021-10-191-0/+100
* util/cse_serger: Replace cse_layout_regions with array of regionsFurquan Shaikh2021-10-194-38/+49
* util/cse*: Add cse_helpers.{c,h}Furquan Shaikh2021-10-197-84/+76
* util/cse_serger: Add a new tool for stitching CSE componentsFurquan Shaikh2021-10-1910-2/+1957
* 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