aboutsummaryrefslogtreecommitdiff
path: root/util/cbfstool
AgeCommit message (Expand)Author
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
2015-09-16cbfstool: prepare for exposing rmodule logicAaron Durbin
2015-09-14cbfstool: drop extra copy of filetype->string mapPatrick Georgi
2015-09-09rmodtool: make rmodule parameter section optionalAaron Durbin
2015-09-09rmodule: use program.ld for linkingAaron Durbin
2015-09-07cbfstool: Allow adding file with specific alignment requirementAlexandru Gagniuc
2015-09-01cbfstool: off-by-one on the gcc version that provides _Static_assertPatrick Georgi
2015-09-01cbfstool: guard _Static_assertPatrick Georgi
2015-09-01cbfstool: implement decompression support for cbfstool extractPatrick Georgi
2015-09-01cbfstool: add decompression wrappersPatrick Georgi
2015-09-01cbfstool: factor out parsing compression file attributesPatrick Georgi
2015-09-01cbfstool: support compressed files in cbfstool printPatrick Georgi
2015-09-01cbfstool: allow compression at file header levelDaisuke Nojiri
2015-09-01cbfstool: add extended file attributes for cbfs_filePatrick Georgi
2015-08-27cbfstool: update warning on cbfstool extractPatrick Georgi
2015-08-27cbfstool: update help textPatrick Georgi
2015-08-27cbfstool: don't pass header_size as separate argument (part 2)Patrick Georgi
2015-08-27cbfstool: don't pass header_size as separate argumentPatrick Georgi
2015-08-27cbfstool: use struct cbfs_file * instead of void *Patrick Georgi
2015-08-27cbfstool: passing a header is now mandatory for convertersPatrick Georgi
2015-08-27cbfstool: cbfs_add_entry() doesn't need to know filename or typePatrick Georgi
2015-08-26cbfstool: move cbfs_file header creation further up the call chainPatrick Georgi
2015-08-26cbfstool: pass cbfs_file header into "compress" functionsPatrick Georgi
2015-08-26cbfstool: drop size argument to cbfs_add_entry_atPatrick Georgi
2015-08-26cbfstool: cut down on the debug outputPatrick Georgi
2015-08-26cbfstool: Don't patch cbfs_file->len, it's already set correctlyPatrick Georgi
2015-08-26cbfstool: drop unused arguments in internal functionPatrick Georgi
2015-08-26cbfstool: start moving cbfs_file header creation up the call chainPatrick Georgi
2015-08-26cbfstool: more descriptive variable namePatrick Georgi
2015-08-13cbfstool: unify actual file creationPatrick Georgi
2015-08-13cbfstool: move tests for fixed-location files earlierPatrick Georgi
2015-08-13cbfstool: prepare moving tests earlierPatrick Georgi
2015-08-13cbfstool: factor out creating a cbfs file headerPatrick Georgi
2015-08-13cbfstool: Make cbfs_create_empty_entry build a more complete headerPatrick Georgi
2015-08-13cbfstool: honor larger-than-usual header sizes in cbfs_add_entry_at()Patrick Georgi
2015-08-13cbfstool: allow file data converters to modify the header sizePatrick Georgi
2015-08-13cbfstool: calculate header size in cbfs_add_component()Patrick Georgi
2015-08-13cbfstool: expose cbfs_calculate_file_header_size()Patrick Georgi
2015-08-13cbfstool: allow passing a precalculated header size into cbfs_add_entry()Patrick Georgi
2015-08-13cbfstool: test for duplicate files earlierPatrick Georgi
2015-08-13cbfstool: add cbfs file attribute structurePatrick Georgi
2015-07-18cbfstool: Deduplicate code to merge empty filesPatrick Georgi
2015-07-18cbfstool: rename checksum to attributes_offsetPatrick Georgi
2015-07-18cbfstool: move fill value to cbfs.hPatrick Georgi
2015-07-16cbfstool: Remove extra comma after {0, NULL} list elementSol Boucher
2015-07-16cbfstool: Factor out compression algorithm listSol Boucher
2015-07-16cbfstool: rename fieldSol Boucher
2015-07-16cbfstool: move bit swapping macros to swab.hSol Boucher
2015-07-16cbfstool: use variable length array to model cbfs_file's filenamePatrick Georgi
2015-07-16cbfstool: improve specification of struct cbfs_filePatrick Georgi
2015-07-15cbfstool: fix alignment to 64 bytePatrick Georgi
2015-07-11Fix GCC 5.1 compile issue seen at Linux ArchAnatol Pomozov
2015-07-07cbfstool: Make sure CBFS data structures are packed gcc styleStefan Reinauer
2015-07-07cbfstool: Fix kv_pair on WindowsStefan Reinauer
2015-07-07util/cbfstool: use _XOPEN_SOURCE=700 to find strdup(3)Jonathan A. Kollasch
2015-07-06util/cbfstool: don't override ntohl(3) and htonl(3) on NetBSDJonathan A. Kollasch
2015-06-30cbfstool: Handle elf with different virtual and physical addressFurquan Shaikh
2015-06-10ARM64 rmodule: Add new reloc type R_AARCH64_CONDBR19Furquan Shaikh
2015-06-08Remove empty lines at end of fileElyes HAOUAS