summaryrefslogtreecommitdiff
path: root/util/cbfstool
AgeCommit message (Expand)Author
2015-03-17cbfstool: Add relocation codes for arm modeFurquan Shaikh
2015-03-04cbfstool: Clean up codeStefan Reinauer
2015-03-03cbfstool: Add the MIPS architecturePaul Burton
2015-01-13cbfstool: Remove arch check for different stagesFurquan Shaikh
2015-01-09cbfstool: Fix help display messageFurquan Shaikh
2015-01-03util/cbfstool: Fix byte-ordering for payload type field.Hung-Te Lin
2014-12-28cbfstool: Fix update-fit commandKyösti Mälkki
2014-12-09aarch64: Add ELF supportMarcelo Povoa
2014-11-21util/cbfstool/cbfs-mkstage.c: Fix build issue on 32-bit x86Francis Rowe
2014-11-04cbfstool: Add option to ignore section in add-stageFurquan Shaikh
2014-11-04cbfstool: Convert cbfs-mkstage.c into pelfFurquan Shaikh
2014-10-28rmodtool: add support for ARMAaron Durbin
2014-10-28cbfstool: If compression fails, warn and use the uncompressed data.Gabe Black
2014-10-18cbfstool: free memoryPatrick Georgi
2014-10-16RISCV: add this architecture to cbfstoolRonald G. Minnich
2014-09-25cbfstool: Propogate compression errors back to the caller.Gabe Black
2014-09-23cbfstool: Add AARCH64 reloc types to elf.hFurquan Shaikh
2014-09-23rmodtool: Allow rmodules with 0 relocationsFurquan Shaikh
2014-09-23coreboot arm64: Add support for arm64 into coreboot frameworkFurquan Shaikh
2014-09-15cbfstool: add aarch64 as a nameRonald G. Minnich
2014-09-12cbfstool: Fix architecture check when adding payloadStefan Reinauer
2014-09-08ARM: Generalize armv7 as arm.Gabe Black
2014-09-04cbfstool:linux_trampoline: config CS and DS segment descriptorsCurt Brune
2014-08-27rmodtool: correct final memory size calculationAaron Durbin
2014-08-22elfheaders: fix 64-bit ELF writingAaron Durbin
2014-08-12util: replace fseek/ftell/rewind with fstatPatrick Georgi
2014-08-10cbfstool: free stale memoryPatrick Georgi
2014-08-09cbfstool: fix option parsingPatrick Georgi
2014-08-07cbfstool: process cbfs_payload_segment(s) in host byte orderAaron Durbin
2014-07-30util/cbfstool: free buffer on error pathDaniele Forsi
2014-07-15build system: fix another cbfstool racePatrick Georgi
2014-06-29utils/cbfstool: No need to pass -g flag twiceEdward O'Callaghan
2014-05-27util/cbfstool: Use `%zu` instead of `%ld` for size_t argumentsPaul Menzel
2014-05-09cbfstool: account for the trampoline code in bzImage payloadAaron Durbin
2014-04-18util/cbfstool: Fix "Bad segment type 53534220 Could not load payload".Wei Hu
2014-04-07util/cbfstool: Make cbfs_image_delete() NULL-tolerant.Edward O'Callaghan
2014-03-28cbfstool: provide structure to linux payload builderAaron Durbin
2014-03-20util: add rmodtool for parsing ELF files to rmodulesAaron Durbin
2014-03-18cbfstool: add ELF writing supportAaron Durbin
2014-03-14cbfstool: add symbol table parsing to the ELF parserAaron Durbin
2014-03-14cbfstool: add string table parsing to ELF parserAaron Durbin
2014-03-14cbfstool: add relocation parsing to ELF parserAaron Durbin
2014-03-14cbfstool: introduce struct parsed_elf and parse_elf()Aaron Durbin
2014-03-13cbfstool: remove incorrect section size checkAaron Durbin
2014-03-13cbfstool: elfparsing: check segment and section regionsAaron Durbin
2014-03-13cbfstool: elfheaders: use proper parameters to calloc()Aaron Durbin
2014-03-13cbfstool: add eflparsing.hAaron Durbin
2014-03-13cbfstool: move iself() to eflheaders.cAaron Durbin
2014-03-13cbfstool: elfheaders: use common checks and buffer helpersAaron Durbin
2014-03-11cbfstool: add struct buffer helper routinesAaron Durbin