summaryrefslogtreecommitdiffstats
path: root/util/cbfstool
Commit message (Expand)AuthorAgeFilesLines
* cbfstool: Fix typo in help textPatrick Georgi2016-10-171-1/+1
* util/cbfstool: Allow overwriting CBFS regions with raw data on requestPatrick Georgi2016-10-171-4/+10
* cbfstool: set init_size for linux payloads.Ronald G. Minnich2016-09-282-2/+19
* cbfs: Add "struct" file type and associated helpersJulius Werner2016-08-271-0/+2
* util/cbfstool: Initialize elf_writer pointer to avoid crashJonathan Neuschäfer2016-08-101-1/+1
* flashmap: Allocate at least one entry in kv_pair_new()Stefan Reinauer2016-08-091-1/+1
* cbfstool/cbfs_image: Fix resource leak for tbuffFurquan Shaikh2016-08-081-0/+1
* cbfstool/cbfs_image: Check for return value of buffer_createFurquan Shaikh2016-08-081-2/+6
* cbfstool/cbfs_image: Fix resource leak for segsFurquan Shaikh2016-08-081-16/+14
* cbfstool/elfheaders: Make elf_writer_destroy NULL-safeFurquan Shaikh2016-08-082-0/+6
* cbfstool/cbfs_image: Initialze empty_sz to 0Furquan Shaikh2016-08-081-1/+1
* Use VBOOT_SOURCE instead of hardcoding vboot pathPaul Kocialkowski2016-08-082-3/+5
* cbfstool: Check for excessive argumentsNico Huber2016-08-031-1/+7
* cbfstool: Check arguments to strtoul() where appropriateNico Huber2016-08-031-12/+70
* util/cbfstool: Increase initrd offset to 64MTimothy Pearson2016-08-011-1/+1
* Remove extra newlines from the end of all coreboot files.Martin Roth2016-07-312-2/+0
* fmaptool: Accept hex values with uppercase lettersPatrick Georgi2016-07-044-97/+114
* cbfstool: Require "-m ARCH" to extract payloads and stagesAntonello Dettori2016-07-021-0/+10
* ifwitool: Fix gcc error due to shadowed global declarationWerner Zeh2016-06-261-3/+3
* cbfstool: Change CONFIG_FMD_GENPARSER if not set to nAlexander Couzens2016-06-211-1/+1
* fmaptool: Make base offsets absolute in fmap_config.hJulius Werner2016-06-211-1/+2
* cbfstool: Extract payload in ELFAntonello Dettori2016-06-171-4/+242
* elfwriter: Fix multi-phdrs ELFs parsingAntonello Dettori2016-06-171-2/+8
* ifwitool: Calculate checksum for subpart_dirFurquan Shaikh2016-06-161-6/+50
* ifwitool: Fix calculation of dst_sizeRolf Evers-Fischer2016-06-151-2/+2
* ifwitool: Do not calculate checksum for subpart_dirFurquan Shaikh2016-06-121-49/+6
* ifwitool: Correct pack order and header orderFurquan Shaikh2016-06-121-11/+15
* cbfstool: Allow to easily build the individual toolsAntonello Dettori2016-06-081-5/+10
* ifwitool: Fix syntax issues with ifwitoolFurquan Shaikh2016-06-011-23/+24
* ifwitool: Add new tool for managing IFWI imagesFurquan Shaikh2016-05-303-0/+1985
* util/cbfstool: Include commonlib/helpers.h in common.hFurquan Shaikh2016-05-284-10/+5
* cbfstool: Move cbfs_file_get_header to fit.cFurquan Shaikh2016-05-263-12/+9
* util/cbfstool: allow option to honor FSP modules' linked addressAaron Durbin2016-05-181-6/+13
* cbfstool/fsp: Rename fsp1_1_relocateFurquan Shaikh2016-05-112-4/+5
* util/cbfstool: Allow xip/non-xip relocation for FSP componentFurquan Shaikh2016-05-111-6/+39
* util/cbfstool: fix x86 execute-in-place semantics for all fmd regionsAaron Durbin2016-05-061-7/+25
* fmaptool: Export some fmap knowledge to the build environmentPatrick Georgi2016-05-031-0/+14
* fmaptool: Make sure strings are not destroyed on hdestroy()Stefan Reinauer2016-04-221-1/+14
* Revert "cbfstool: Add 'hashcbfs' command to compute hash of CBFS region."Aaron Durbin2016-04-073-90/+0
* cbfstool: Use fixed width data types for e820entry struct.Werner Zeh2016-03-031-3/+3
* cbfstool: Initialize contents of linux_params to 0Werner Zeh2016-03-031-0/+2
* Revert "cbfstool: Silence LZ4 -Wsign-compare warnings"Paul Menzel2016-02-241-1/+0
* cbfstool: Silence LZ4 -Wsign-compare warningsJulius Werner2016-02-231-0/+1
* cbfs: Add LZ4 in-place decompression support for pre-RAM stagesJulius Werner2016-02-2223-5/+7066
* util/cbfstool: Improve heuristic for cbfs header pointer protectionPatrick Georgi2016-02-121-0/+7
* util/cbfstool: add 'compact' commandAaron Durbin2016-01-283-0/+138
* util/cbfstool: add machine parseable printAaron Durbin2016-01-283-3/+66
* cbfstool: Fix broken alignment because of flashmapWerner Zeh2016-01-271-3/+14
* cbfstool: provide buffer_offset()Aaron Durbin2016-01-261-1/+6
* cbfstool: Fix compile issue for older gcc versionsWerner Zeh2016-01-261-1/+1