summaryrefslogtreecommitdiffstats
path: root/util/cbfstool
Commit message (Expand)AuthorAgeFilesLines
* util/cbfstool: Qualify struct e820entry as packedBill XIE2023-04-161-1/+1
* cbfstool: Add comment to define stability rules for cbfstool print -kJulius Werner2023-04-131-0/+32
* Revert "cbfstool/default-x86.fmd: Rename BIOS -> SI_BIOS"Arthur Heymans2023-04-071-1/+1
* util/cbfstool: Add usage information about verbose outputMaximilian Brune2023-03-282-2/+2
* cbfstool/default-x86.fmd: Rename BIOS -> SI_BIOSMaximilian Brune2023-03-281-1/+1
* util/cbfstool/eventlog: Use LocalTime or UTC timestampsWojciech Macek2023-03-023-15/+44
* util/cbfstool: Add eventLog support for ELOG_TYPE_FW_EARLY_SOLTarun Tuli2023-02-021-1/+13
* elogtool: Fix potential buffer overrunKapil Porwal2023-01-272-3/+38
* util/cbfstool: Change %lu to %zu for size_t argumentReka Norman2022-12-171-1/+1
* util/cbfstool: Fix building with clang & -WshadowArthur Heymans2022-12-141-6/+6
* util/cbfstool: Add a new mechanism to provide a memory mapArthur Heymans2022-12-061-77/+93
* util: Add SPDX license headers to MakefilesMartin Roth2022-11-225-44/+5
* treewide: Replace ALIGN(x, a) by ALIGN_UP(x, a) for clarityElyes Haouas2022-11-123-10/+11
* cbfstool: Fix possible memory leakShaik Shahina2022-11-092-3/+8
* util/cbfstool/bpdt_formats: Fix memory leak issuesSolomon Alan-Dei2022-11-081-2/+2
* util/eventlog: Correct the capitalization for diagnostics typesHsuan Ting Chen2022-11-021-1/+1
* util/cbfstool: fix memory leak in compress.cSolomon Alan-Dei2022-11-021-1/+4
* util/cbfstool: Check for metadata hash in verstageKarthikeyan Ramasubramanian2022-10-262-9/+17
* util/elogtool: Add support for parsing CrOS diagnostics logHsuan Ting Chen2022-10-141-5/+59
* util/cbfstool: Wrap logging macros in do - whileFred Reitberger2022-10-133-9/+9
* util/ifittool: Error out if microcodes do not fit the FIT tableJeremy Compostella2022-09-151-11/+8
* util/ifittool: Fix buffer overflow with padded microcode patchesJeremy Compostella2022-09-121-1/+2
* cbfs/vboot: Adapt to new vb2_digest APIJulius Werner2022-09-024-10/+11
* 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