summaryrefslogtreecommitdiffstats
path: root/util/cbfstool
Commit message (Expand)AuthorAgeFilesLines
* util/cbfstool: Close file on errorJacob Garber2019-07-101-1/+3
* util/cbfstool: Prevent overflow of 16 bit multiplicationsJacob Garber2019-07-071-6/+8
* util/cbfstool: Add AMD BIOS compression tool for PSPMarshall Dawson2019-07-032-0/+374
* cbfstool: show "preserved" flag in cbfstool layout outputPatrick Georgi2019-07-021-0/+2
* util/cbfstool/ifittool: use strtol function instead of atoiPandya, Varshit B2019-07-011-2/+2
* cbfstool/fit: need inttypes.h for PRIx64Joel Kitching2019-06-261-0/+1
* util/cbfstool/flashmap: Correct local includesElyes HAOUAS2019-06-241-3/+2
* cbfstool: Drop update-fit optionPatrick Rudolph2019-06-244-173/+0
* cbfstool: Add ifittoolPhilipp Deppenwiese2019-06-245-129/+1110
* vboot: include vb2_sha.h when requiredJoel Kitching2019-05-092-1/+1
* cbfstool: Fix cbfs_file_next_attrPatrick Rudolph2019-04-231-1/+1
* Klocwork: Fix the Null pointer derefernce found by klocworkThejaswani Putta2019-04-231-0/+5
* Documentation: Explain FMAP and FMDHung-Te Lin2019-04-111-69/+0
* cbfstool: Support new FMD flag "PRESERVE"Hung-Te Lin2019-03-058-150/+177
* rmodule: Add support for R_X86_64_PLT32Patrick Rudolph2019-03-051-2/+8
* cbfstool: Change FMD annotation to flagsHung-Te Lin2019-03-059-322/+366
* fmap: Add FMAP_AREA_PRESERVEHung-Te Lin2019-03-042-0/+2
* rmodule: Don't emit reloc for R_X86_64_PC64Patrick Rudolph2019-03-031-1/+0
* Makefile.inc: Create a default SMMSTORE regionArthur Heymans2019-02-061-0/+1
* Makefile.inc: Optimize generating the default x86 fmapArthur Heymans2019-02-061-1/+1
* util/cbfstool/cbfstool.c: Fix typoFrans Hendriks2018-12-241-1/+1
* util/cbfstool/cbfs-mkstage: Support x86_64Patrick Rudolph2018-12-191-4/+7
* util/cbfstool: Support AMD64 rmodulesPatrick Rudolph2018-12-193-0/+72
* util/cbfstool: Fix GCC error due to a shadowed declarationWerner Zeh2018-11-231-5/+5
* util/cbfstool/rmodule.{c,h}: Fix typo and correct headerFrans Hendriks2018-11-222-3/+5
* treewide: use /usr/bin/env where appropriateYegor Timoshenko2018-11-171-1/+1
* util/cbsftool: allow enabling verbose make outputVadim Bendebury2018-11-161-0/+2
* cbfstool: add unprocessed flag for file exportingJoel Kitching2018-11-163-23/+47
* util/cbfstool/cbfs_image.c: Get rid of void pointer mathRichard Spiegel2018-11-161-10/+13
* cbfstool: make comments more consistentJoel Kitching2018-10-141-16/+15
* Move compiler.h to commonlibNico Huber2018-10-086-43/+2
* cbfstool: Clear entry being removed in all casesDaisuke Nojiri2018-10-041-37/+28
* util/cbfstool: Fix typosElyes HAOUAS2018-08-2810-30/+30
* cbfstool: fix implicit declaration of strcasecmpFelix Held2018-07-271-0/+1
* util: Add description.md to each utilTom Hiller2018-07-261-0/+5
* cbfstool/extract: ignore compression field for some payload segmentsJoel Kitching2018-07-241-8/+8
* util/cbfstool: fix build with clangPatrick Georgi2018-07-201-2/+2
* cbfstool/add-payload: initialize segment headers to 0Joel Kitching2018-07-191-3/+3
* linux_trampoline: use trampoline RAM for the GDTRonald G. Minnich2018-07-182-14/+13
* cbfstool: Show current FMAP region in printPatrick Rudolph2018-07-131-1/+3
* util/cbfstool/compiler: __attribute redefinitionFrans Hendriks2018-07-061-0/+5
* cbfstool: fix FIT entry checksum type value for ucode entriesMatt DeVillier2018-06-301-2/+1
* cbfstool: Update FIT entries in the second bootblockRizwan Qureshi2018-06-263-42/+138
* cbfstool: add an option for creating a topswap bootblockRizwan Qureshi2018-06-261-10/+128
* cbfstool/fit.c: Fix for older CPUs without total_size in mcu_headerArthur Heymans2018-06-221-2/+7
* cbfstool: Use endian.h and functions from commonlibWerner Zeh2018-06-181-1/+2
* util/cbfstool: Support FIT payloadsPatrick Rudolph2018-06-155-1/+83
* util/cbfstool: Remove whitespace before tabElyes HAOUAS2018-06-042-2/+2
* cbfs-compression-tool: Add raw compression supportJulius Werner2018-05-221-20/+21
* cbfs-compression-tool: Fix minor edge cases in algorithm type parsingJulius Werner2018-05-211-1/+2