summaryrefslogtreecommitdiff
path: root/util/cbfstool
AgeCommit message (Expand)Author
2016-02-12util/cbfstool: Improve heuristic for cbfs header pointer protectionPatrick Georgi
2016-01-28util/cbfstool: add 'compact' commandAaron Durbin
2016-01-28util/cbfstool: add machine parseable printAaron Durbin
2016-01-27cbfstool: Fix broken alignment because of flashmapWerner Zeh
2016-01-26cbfstool: provide buffer_offset()Aaron Durbin
2016-01-26cbfstool: Fix compile issue for older gcc versionsWerner Zeh
2016-01-23cbfstool: Fix potential error when using hash attributeWerner Zeh
2016-01-22cbfstool: Add attributes for position and alignment constraints.Werner Zeh
2016-01-21cbfstool: don't rewrite param.baseaddress in cbfs_addPatrick Georgi
2016-01-21fmaptool: emit list of CBFS regions on requestPatrick Georgi
2016-01-20cbfstool: Add header file for ntohl & htonl on Applezbao
2016-01-19cbfstool: accept read-only files when possibleVadim Bendebury
2016-01-14cbfstool: Change FMAP granularity to 16 bytesStefan Reinauer
2016-01-14cbfstool: fix address truncated problemHC Yen
2016-01-14cbfstool: reorder help textPatrick Georgi
2016-01-13cbfstool: Remove duplicate code lineWerner Zeh
2016-01-06cbfstool: correct add-master-header logic to match runtime expectationsAaron Durbin
2016-01-06cbfstool: Add 'hashcbfs' command to compute hash of CBFS region.Aaron Durbin
2016-01-06cbfstool: keep cbfs master header pointerPatrick Georgi
2016-01-06cbfstool: Adapt "cbfstool copy" to only use fmap regions.Patrick Georgi
2016-01-06cbfstool: Use buffer over offset/size pair for cbfs_copy_instancePatrick Georgi
2015-12-12cbfstool: add ppc64 supportRonald G. Minnich
2015-12-11build system: Switch to fmap based firmware layoutPatrick Georgi
2015-12-09cbfstool: make top-aligned address work per-regionPatrick Georgi
2015-12-06cbfstool: Re-align help textMartin Roth
2015-12-02cbfstool: Fix checkpatch errorStefan Reinauer
2015-12-02cbfstool: remove trampoline_start and trampoline_sizeStefan Reinauer
2015-12-02cbfstool: autocreate trampolineStefan Reinauer
2015-11-26cbfstool: Add .SILENT: to MakefileStefan Reinauer
2015-11-20cbfstool: Add EFI and MMA file typesPratik Prajapati
2015-11-20cbfstool: Fix build error with clang when comparing enumzbao
2015-11-13cbfstool: Allows mixed-state fmap regions to workPatrick Georgi
2015-11-13cbfstool: Add way to access entire backing data for a bufferPatrick Georgi
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-10-31cbfstool: avoid naming variables "index"Patrick Georgi
2015-10-29cbfstool: extract rmodules as ELFs properlyAaron Durbin
2015-10-29cbfstool: add ELF symbol, relocation, and string table supportAaron Durbin
2015-10-29cbfstool: merge consecutive elf sections in program segmentsAaron Durbin
2015-10-29cbfstool: create ELF files when extracting stagesAaron Durbin
2015-10-29cbfstool: add ELF header initialization helperAaron Durbin
2015-10-29cbfstool: add optional -m ARCH to extractAaron Durbin
2015-10-27cbfstool: decompress stage files on extractionAaron Durbin
2015-10-25cbfstool: have decompress functions provide ouput data sizeAaron Durbin
2015-10-25cbfstool: initialize offset field in buffer_init()Aaron Durbin
2015-10-23cbfstool: Make sure fileno is available on CygwinStefan Reinauer
2015-10-23cbfstool: Fix tolower() calls on CygwinStefan Reinauer
2015-10-22cbfstool/Makefile: Also rm fmd_(parser|scanner).[ch] in cleanNico Huber
2015-10-22cbfstool/Makefile: Drop unused, irritating definition of `obj`Nico Huber
2015-10-19cbfstool: Fix typo in error messagePatrick Georgi
2015-10-17cbfstool: Fix removing and adding file with same nameAaron Durbin