summaryrefslogtreecommitdiffstats
path: root/util/cbfstool
Commit message (Expand)AuthorAgeFilesLines
* util/elogtool: Mark redundant boot mode event type as `deprecated`Subrata Banik2022-08-061-108/+9
* util/cbfstool: Fix truncate command error handling and cbfs_image_from_buffer()Jakub Czapiga2022-08-034-7/+10
* util/cbfstool/elogtool: Support logging FW vboot info in elogSubrata Banik2022-08-021-0/+19
* commonlib: Substitude macro "__unused" in compiler.hBill XIE2022-07-141-1/+1
* treewide: Unify Google brandingJon Murphy2022-07-043-4/+4
* util/cbfstool: Set `USE_FLASHROM=0` to build vbootAngel Pons2022-06-191-0/+1
* util/cbfstool/common.c: Deduplicate buffer_create() logicEdward O'Callaghan2022-06-161-5/+5
* util/cbfstool: Decouple elogtool from vboot_ref flashrom codeEdward O'Callaghan2022-06-164-10/+181
* 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-012-1/+14
* cbfs: Rename TYPE_FIT to TYPE_FIT_PAYLOADJulius Werner2022-06-012-2/+2
* util: Fix a few spelling mistakesMartin Roth2022-05-301-1/+1
* cbfstool: MediaTek: Hash bootblock.bin for CBFS_VERIFICATIONYu-Ping Wu2022-05-051-0/+96
* utils/cbfstool: Disable Wstrict-prototypes warningManoj Gupta2022-05-021-1/+3
* util/ifittool: Fix clearing FIT when setting the pointerArthur Heymans2022-04-011-7/+15
* cbfstool/linux_trampoline: Fill the ACPI RSDP entryArthur Heymans2022-03-092-9/+22
* commonlib/bsd: Remove cb_err_tJulius Werner2022-03-091-4/+4
* utils/cbfstool: Fix building with `make test-tools`Felix Singer2022-02-271-11/+13
* Revert "util/cbfstool: Port elogtool to libflashrom"4.164.16_branchMartin Roth2022-02-264-254/+11
* 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