summaryrefslogtreecommitdiffstats
path: root/util/cbfstool
Commit message (Expand)AuthorAgeFilesLines
* cbfstool: Support 64bit addresses for flat imagesPatrick Georgi2024-02-183-8/+8
* util/cbfstool/linux_trampoline: Support more e820 entriesPatrick Rudolph2024-02-182-21/+36
* util: Rename Makefiles from .inc to .mkMartin Roth2024-01-264-3/+3
* tree: Use accessor functions for struct region fieldsNico Huber2024-01-142-18/+18
* util/{cbfstool,nvramtool}: Use same indent levels for switch/caseFelix Singer2023-12-201-53/+53
* cbfstool: Fix CBFS header buffer overflowJeremy Compostella2023-10-292-12/+30
* util/cbfstool: Enable "ms-extensions" compiler flag on mingw onlyPatrick Georgi2023-10-281-1/+1
* cbfstool: Skip relocation entries pointing to undefined symbolJeremy Compostella2023-10-201-0/+16
* util/cbfstool: Revise lex/yacc (bison) generationHung-Te Lin2023-09-285-910/+769
* util: Drop flashrom -p host alias which equals to -p internalHsuan Ting Chen2023-09-251-1/+1
* cbfstool: Make add-stage support multiple loadable segmentsJeremy Compostella2023-09-143-21/+87
* cbfstool: Make add-stage support multiple ignore sectionsJeremy Compostella2023-09-142-52/+77
* util/cbfstool: Add eventLog support for ELOG_TYPE_FW_SPLASH_SCREENSubrata Banik2023-08-291-0/+7
* util/cbfstool: Add eventlog support for PSR data backup statusKrishna Prasad Bhat2023-08-251-0/+14
* linux_trampoline: Handle 64-bit framebuffer addressesNico Huber2023-08-033-16/+31
* linux_trampoline: Handle coreboot framebufferNico Huber2023-08-012-9/+43
* util: Use C99 flexible arraysElyes Haouas2023-08-011-2/+2
* commonlib/console/post_code.h: Change post code prefix to POSTCODElilacious2023-06-231-53/+53
* soc/intel/alderlake/hsphy: Add possibility to cache HSPHY in flashMichał Żygowski2023-06-231-0/+1
* util: Use common ARRAY_SIZE defineKonrad Adamczyk2023-05-221-2/+1
* 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