summaryrefslogtreecommitdiffstats
path: root/util/cbfstool
Commit message (Expand)AuthorAgeFilesLines
* 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
* cbfstool: decompress stage files on extractionAaron Durbin2015-10-271-4/+89
* cbfstool: have decompress functions provide ouput data sizeAaron Durbin2015-10-254-7/+17
* cbfstool: initialize offset field in buffer_init()Aaron Durbin2015-10-251-0/+1
* cbfstool: Make sure fileno is available on CygwinStefan Reinauer2015-10-231-1/+7
* cbfstool: Fix tolower() calls on CygwinStefan Reinauer2015-10-231-2/+2
* cbfstool/Makefile: Also rm fmd_(parser|scanner).[ch] in cleanNico Huber2015-10-221-0/+1
* cbfstool/Makefile: Drop unused, irritating definition of `obj`Nico Huber2015-10-221-1/+0
* cbfstool: Fix typo in error messagePatrick Georgi2015-10-191-1/+1
* cbfstool: Fix removing and adding file with same nameAaron Durbin2015-10-171-0/+4
* cbfstool/cbfs_image.c: Just use one space before `=`Paul Menzel2015-10-171-1/+1
* cbfstool: allow printable characters in image nameAndrey Petrov2015-10-081-4/+4
* cbfstool: relocate FSP blobs on cbfstool addAaron Durbin2015-10-023-1/+158
* cbfstool: provide printk() to cbfstool codeAaron Durbin2015-10-022-8/+51
* cbfstool: Allow anonymous structs/unions for older gcc versionsWerner Zeh2015-10-021-0/+1
* cbfstool: Add support for hashes as file metadataPatrick Georgi2015-10-015-8/+163
* cbfstool: Add bintohex functionPatrick Georgi2015-10-012-0/+24
* cbfstool: prefer fmap data over cbfs master header if it existsPatrick Georgi2015-09-284-46/+14
* cbfstool: have update-fit always work from CBFSPatrick Georgi2015-09-281-9/+2
* cbfstool: Proper commonlib include path with no dependency on $(src)Paul Kocialkowski2015-09-241-1/+1
* coreboot: introduce commonlibAaron Durbin2015-09-222-1/+2
* cbfstool: don't use endian to fix BSD hostsAaron Durbin2015-09-211-2/+1
* cbfstool: make fmap search more strictPatrick Georgi2015-09-211-6/+39
* cbfstool: add new add-master-header commandPatrick Georgi2015-09-211-0/+74
* cbfstool: introduce new file typesPatrick Georgi2015-09-191-0/+4
* cbfstool: Don't use fileno() to get file sizeStefan Reinauer2015-09-171-6/+6
* cbfstool: deduplicate MakefilesPatrick Georgi2015-09-171-99/+12
* cbfstool: actually use no-ms-bitfields flag on mingwPatrick Georgi2015-09-171-1/+1
* cbfstool: remove locate commandAaron Durbin2015-09-161-31/+3
* cbfstool: add --xip support to add-stage for x86Aaron Durbin2015-09-165-59/+251
* cbfstool: provide metadata size to cbfs_locate_entry()Aaron Durbin2015-09-163-31/+37
OpenPOWER on IntegriCloud