summaryrefslogtreecommitdiffstats
path: root/util/cbfstool
Commit message (Expand)AuthorAgeFilesLines
* 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
* cbfstool: Fix potential error when using hash attributeWerner Zeh2016-01-231-0/+4
* cbfstool: Add attributes for position and alignment constraints.Werner Zeh2016-01-222-6/+73
* cbfstool: don't rewrite param.baseaddress in cbfs_addPatrick Georgi2016-01-211-2/+3
* fmaptool: emit list of CBFS regions on requestPatrick Georgi2016-01-211-8/+22
* cbfstool: Add header file for ntohl & htonl on Applezbao2016-01-201-1/+1
* cbfstool: accept read-only files when possibleVadim Bendebury2016-01-193-10/+22
* cbfstool: Change FMAP granularity to 16 bytesStefan Reinauer2016-01-141-1/+1
* cbfstool: fix address truncated problemHC Yen2016-01-141-3/+3
* cbfstool: reorder help textPatrick Georgi2016-01-141-1/+1
* cbfstool: Remove duplicate code lineWerner Zeh2016-01-131-1/+0
* cbfstool: correct add-master-header logic to match runtime expectationsAaron Durbin2016-01-061-4/+12
* cbfstool: Add 'hashcbfs' command to compute hash of CBFS region.Aaron Durbin2016-01-063-0/+97
* cbfstool: keep cbfs master header pointerPatrick Georgi2016-01-061-0/+5
* cbfstool: Adapt "cbfstool copy" to only use fmap regions.Patrick Georgi2016-01-062-52/+29
* cbfstool: Use buffer over offset/size pair for cbfs_copy_instancePatrick Georgi2016-01-063-43/+34
* cbfstool: add ppc64 supportRonald G. Minnich2015-12-124-0/+170
* build system: Switch to fmap based firmware layoutPatrick Georgi2015-12-112-0/+33
* cbfstool: make top-aligned address work per-regionPatrick Georgi2015-12-091-1/+9
* cbfstool: Re-align help textMartin Roth2015-12-061-8/+8
* cbfstool: Fix checkpatch errorStefan Reinauer2015-12-021-1/+1
* cbfstool: remove trampoline_start and trampoline_sizeStefan Reinauer2015-12-023-11/+6
* cbfstool: autocreate trampolineStefan Reinauer2015-12-023-160/+159
* cbfstool: Add .SILENT: to MakefileStefan Reinauer2015-11-261-0/+2
* cbfstool: Add EFI and MMA file typesPratik Prajapati2015-11-201-0/+4
* cbfstool: Fix build error with clang when comparing enumzbao2015-11-201-1/+3
* cbfstool: Allows mixed-state fmap regions to workPatrick Georgi2015-11-131-8/+13
* cbfstool: Add way to access entire backing data for a bufferPatrick Georgi2015-11-132-1/+9
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-3138-152/+1
* cbfstool: avoid naming variables "index"Patrick Georgi2015-10-311-11/+11
* cbfstool: extract rmodules as ELFs properlyAaron Durbin2015-10-293-0/+190
* cbfstool: add ELF symbol, relocation, and string table supportAaron Durbin2015-10-292-12/+430
* cbfstool: merge consecutive elf sections in program segmentsAaron Durbin2015-10-291-17/+78
* cbfstool: create ELF files when extracting stagesAaron Durbin2015-10-291-36/+137
* cbfstool: add ELF header initialization helperAaron Durbin2015-10-292-0/+35
* cbfstool: add optional -m ARCH to extractAaron Durbin2015-10-293-5/+6