aboutsummaryrefslogtreecommitdiff
path: root/util/cbfstool
AgeCommit message (Expand)Author
2016-07-04fmaptool: Accept hex values with uppercase lettersPatrick Georgi
2016-07-02cbfstool: Require "-m ARCH" to extract payloads and stagesAntonello Dettori
2016-06-26ifwitool: Fix gcc error due to shadowed global declarationWerner Zeh
2016-06-21cbfstool: Change CONFIG_FMD_GENPARSER if not set to nAlexander Couzens
2016-06-21fmaptool: Make base offsets absolute in fmap_config.hJulius Werner
2016-06-17cbfstool: Extract payload in ELFAntonello Dettori
2016-06-17elfwriter: Fix multi-phdrs ELFs parsingAntonello Dettori
2016-06-16ifwitool: Calculate checksum for subpart_dirFurquan Shaikh
2016-06-15ifwitool: Fix calculation of dst_sizeRolf Evers-Fischer
2016-06-12ifwitool: Do not calculate checksum for subpart_dirFurquan Shaikh
2016-06-12ifwitool: Correct pack order and header orderFurquan Shaikh
2016-06-08cbfstool: Allow to easily build the individual toolsAntonello Dettori
2016-06-01ifwitool: Fix syntax issues with ifwitoolFurquan Shaikh
2016-05-30ifwitool: Add new tool for managing IFWI imagesFurquan Shaikh
2016-05-28util/cbfstool: Include commonlib/helpers.h in common.hFurquan Shaikh
2016-05-26cbfstool: Move cbfs_file_get_header to fit.cFurquan Shaikh
2016-05-18util/cbfstool: allow option to honor FSP modules' linked addressAaron Durbin
2016-05-11cbfstool/fsp: Rename fsp1_1_relocateFurquan Shaikh
2016-05-11util/cbfstool: Allow xip/non-xip relocation for FSP componentFurquan Shaikh
2016-05-06util/cbfstool: fix x86 execute-in-place semantics for all fmd regionsAaron Durbin
2016-05-03fmaptool: Export some fmap knowledge to the build environmentPatrick Georgi
2016-04-22fmaptool: Make sure strings are not destroyed on hdestroy()Stefan Reinauer
2016-04-07Revert "cbfstool: Add 'hashcbfs' command to compute hash of CBFS region."Aaron Durbin
2016-03-03cbfstool: Use fixed width data types for e820entry struct.Werner Zeh
2016-03-03cbfstool: Initialize contents of linux_params to 0Werner Zeh
2016-02-24Revert "cbfstool: Silence LZ4 -Wsign-compare warnings"Paul Menzel
2016-02-23cbfstool: Silence LZ4 -Wsign-compare warningsJulius Werner
2016-02-22cbfs: Add LZ4 in-place decompression support for pre-RAM stagesJulius Werner
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
2015-10-17cbfstool/cbfs_image.c: Just use one space before `=`Paul Menzel
2015-10-08cbfstool: allow printable characters in image nameAndrey Petrov
2015-10-02cbfstool: relocate FSP blobs on cbfstool addAaron Durbin
2015-10-02cbfstool: provide printk() to cbfstool codeAaron Durbin
2015-10-02cbfstool: Allow anonymous structs/unions for older gcc versionsWerner Zeh
2015-10-01cbfstool: Add support for hashes as file metadataPatrick Georgi
2015-10-01cbfstool: Add bintohex functionPatrick Georgi
2015-09-28cbfstool: prefer fmap data over cbfs master header if it existsPatrick Georgi
2015-09-28cbfstool: have update-fit always work from CBFSPatrick Georgi
2015-09-24cbfstool: Proper commonlib include path with no dependency on $(src)Paul Kocialkowski
2015-09-22coreboot: introduce commonlibAaron Durbin
2015-09-21cbfstool: don't use endian to fix BSD hostsAaron Durbin
2015-09-21cbfstool: make fmap search more strictPatrick Georgi
2015-09-21cbfstool: add new add-master-header commandPatrick Georgi
2015-09-19cbfstool: introduce new file typesPatrick Georgi
2015-09-17cbfstool: Don't use fileno() to get file sizeStefan Reinauer
2015-09-17cbfstool: deduplicate MakefilesPatrick Georgi
2015-09-17cbfstool: actually use no-ms-bitfields flag on mingwPatrick Georgi
2015-09-16cbfstool: remove locate commandAaron Durbin
2015-09-16cbfstool: add --xip support to add-stage for x86Aaron Durbin
2015-09-16cbfstool: provide metadata size to cbfs_locate_entry()Aaron Durbin
2015-09-16cbfstool: expose rmodule logicAaron Durbin