summaryrefslogtreecommitdiffstats
path: root/util/cbfstool
Commit message (Expand)AuthorAgeFilesLines
* cbfstool: Remove arch check for different stagesFurquan Shaikh2015-01-131-10/+0
* cbfstool: Fix help display messageFurquan Shaikh2015-01-091-1/+1
* util/cbfstool: Fix byte-ordering for payload type field.Hung-Te Lin2015-01-031-26/+38
* cbfstool: Fix update-fit commandKyösti Mälkki2014-12-281-1/+1
* aarch64: Add ELF supportMarcelo Povoa2014-12-091-0/+1
* util/cbfstool/cbfs-mkstage.c: Fix build issue on 32-bit x86Francis Rowe2014-11-211-1/+2
* cbfstool: Add option to ignore section in add-stageFurquan Shaikh2014-11-043-5/+87
* cbfstool: Convert cbfs-mkstage.c into pelfFurquan Shaikh2014-11-041-8/+21
* rmodtool: add support for ARMAaron Durbin2014-10-282-0/+27
* cbfstool: If compression fails, warn and use the uncompressed data.Gabe Black2014-10-282-33/+32
* cbfstool: free memoryPatrick Georgi2014-10-181-7/+18
* RISCV: add this architecture to cbfstoolRonald G. Minnich2014-10-164-0/+47
* cbfstool: Propogate compression errors back to the caller.Gabe Black2014-09-255-22/+38
* cbfstool: Add AARCH64 reloc types to elf.hFurquan Shaikh2014-09-231-0/+53
* rmodtool: Allow rmodules with 0 relocationsFurquan Shaikh2014-09-231-8/+9
* coreboot arm64: Add support for arm64 into coreboot frameworkFurquan Shaikh2014-09-231-1/+1
* cbfstool: add aarch64 as a nameRonald G. Minnich2014-09-153-1/+3
* cbfstool: Fix architecture check when adding payloadStefan Reinauer2014-09-124-8/+26
* ARM: Generalize armv7 as arm.Gabe Black2014-09-084-4/+4
* cbfstool:linux_trampoline: config CS and DS segment descriptorsCurt Brune2014-09-044-16/+79
* rmodtool: correct final memory size calculationAaron Durbin2014-08-271-3/+3
* elfheaders: fix 64-bit ELF writingAaron Durbin2014-08-221-1/+2
* util: replace fseek/ftell/rewind with fstatPatrick Georgi2014-08-121-3/+17
* cbfstool: free stale memoryPatrick Georgi2014-08-101-1/+4
* cbfstool: fix option parsingPatrick Georgi2014-08-091-0/+1
* cbfstool: process cbfs_payload_segment(s) in host byte orderAaron Durbin2014-08-073-20/+45
* util/cbfstool: free buffer on error pathDaniele Forsi2014-07-301-0/+1
* build system: fix another cbfstool racePatrick Georgi2014-07-151-5/+2
* utils/cbfstool: No need to pass -g flag twiceEdward O'Callaghan2014-06-292-4/+0
* util/cbfstool: Use `%zu` instead of `%ld` for size_t argumentsPaul Menzel2014-05-272-3/+3
* cbfstool: account for the trampoline code in bzImage payloadAaron Durbin2014-05-091-2/+9
* util/cbfstool: Fix "Bad segment type 53534220 Could not load payload".Wei Hu2014-04-181-1/+1
* util/cbfstool: Make cbfs_image_delete() NULL-tolerant.Edward O'Callaghan2014-04-071-0/+3
* cbfstool: provide structure to linux payload builderAaron Durbin2014-03-282-116/+208
* util: add rmodtool for parsing ELF files to rmodulesAaron Durbin2014-03-205-16/+800
* cbfstool: add ELF writing supportAaron Durbin2014-03-182-0/+350
* cbfstool: add symbol table parsing to the ELF parserAaron Durbin2014-03-142-0/+74
* cbfstool: add string table parsing to ELF parserAaron Durbin2014-03-142-4/+59
* cbfstool: add relocation parsing to ELF parserAaron Durbin2014-03-142-0/+97
* cbfstool: introduce struct parsed_elf and parse_elf()Aaron Durbin2014-03-142-31/+106
* cbfstool: remove incorrect section size checkAaron Durbin2014-03-131-5/+0
* cbfstool: elfparsing: check segment and section regionsAaron Durbin2014-03-131-2/+16
* cbfstool: elfheaders: use proper parameters to calloc()Aaron Durbin2014-03-131-2/+2
* cbfstool: add eflparsing.hAaron Durbin2014-03-138-15/+35
* cbfstool: move iself() to eflheaders.cAaron Durbin2014-03-133-9/+7
* cbfstool: elfheaders: use common checks and buffer helpersAaron Durbin2014-03-131-68/+79
* cbfstool: add struct buffer helper routinesAaron Durbin2014-03-111-0/+43
* cbfstool: add bputs() to store a byte stream to a bufferAaron Durbin2014-03-112-2/+10
* cbfstool: add get8/put8 variants to xdr structuresAaron Durbin2014-03-112-4/+6
* cbfstool: move verbose to common.cAaron Durbin2014-03-112-1/+1