aboutsummaryrefslogtreecommitdiff
path: root/util/cbfstool
AgeCommit message (Expand)Author
2015-04-14CBFS: Automate ROM image layout and remove hardcoded offsetsJulius Werner
2015-03-30cbfstool: add filetypes for FSP, MRC, SPC and MRC_CACHEMartin Roth
2015-03-21ARM64 rmodule: Add new reloc type R_AARCH64_LDST8_ABS_LO12_NCFurquan Shaikh
2015-03-21cbfstool: Remove empty line that looks out of placeJulius Werner
2015-03-21rmodtool: add another aarch64 relocationAaron Durbin
2015-03-21rmodtool: Add support for aarch64Furquan Shaikh
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
2014-03-11cbfstool: add bputs() to store a byte stream to a bufferAaron Durbin
2014-03-11cbfstool: add get8/put8 variants to xdr structuresAaron Durbin
2014-03-11cbfstool: move verbose to common.cAaron Durbin
2014-03-02cbfstool/lzma: Remove dead code under #ifdefsAlexandru Gagniuc
2014-02-11cbfstool/lzma: Remove code which depends on commented out definesAlexandru Gagniuc
2014-02-11cbfstool: Deserialize CBFS master header when reading imageAlexandru Gagniuc
2014-02-10cbfstool/lzma: Remove LITTLE_ENDIAN_AND_UNALIGNED_ACCESS_OKAlexandru Gagniuc
2014-02-10cbfstool: Fix LzmaEnc.c and build with -WshadowAlexandru Gagniuc
2014-02-10cbfstool: Fix build errors when building with clangAlexandru Gagniuc
2014-02-05Add an xdr function for the cbfs_file headerRonald G. Minnich
2014-02-05Change the linux payload generator to use the standard header generatorRonald G. Minnich
2014-02-04cbfstool: Eliminate global variable "arch"Alexandru Gagniuc
2014-02-04cbfstool: Remove more unused functions from common.cAlexandru Gagniuc
2014-02-04cbfstool: Hide cbfstool_offset from the global namespaceAlexandru Gagniuc
2014-02-03cbfstool: remove unused function create_cbfs_image()Alexandru Gagniuc
2014-02-02cbfstool: add code to serialize the header using the new xdr functionsRonald G. Minnich
2014-02-02Add section header parsing and use it in the mk-payload stepRonald G. Minnich
2014-01-29cbfstool/lzma: Avoid use of typedef with structs and enumsAlexandru Gagniuc
2014-01-29cbfstool: Don't assume compiler is gcc, and use $(CC)Alexandru Gagniuc
2014-01-29cbfstool/lzma: Remove windows-specific remnantsAlexandru Gagniuc
2014-01-29cbfstool/lzma: Remove C++ remnantsAlexandru Gagniuc
2014-01-29cbfstool/lzma: Use stdint and stdbool typesAlexandru Gagniuc
2014-01-29cbfs: fix issues with word size and endianness.Ronald G. Minnich
2014-01-24cbfstool: correct size left calculation for "empty" entriesAaron Durbin
2014-01-21cbfstool: cleaner filling fieldsPatrick Georgi
2013-12-09cbfstool: Properly handle EOF in update_fit stepAlexandru Gagniuc
2013-11-25cbfstool: check potential microcode update earlierAaron Durbin
2013-11-18cbfstool: add a constant for the aarch64Ronald G. Minnich
2013-09-17Fix whitespace leaked into treeKyösti Mälkki
2013-08-31Add a (b)zImage parser to cbfstoolPatrick Georgi
2013-08-16Correct spelling of shadow, setting and memoryPaul Menzel
2013-08-15cbfstool: Add an add-int command that adds a raw 64-bit integer CBFS filePeter Stuge
2013-04-12cbfstool: cbfs-mkstage.c: Free `buffer` on error pathPaul Menzel
2013-04-08cbfstool: completely initialize input and output streamsStefan Reinauer
2013-04-03cbfstool: Replace C++ code with C codeStefan Reinauer
2013-04-02cbfstool: fix --machineStefan Reinauer
2013-03-27cbfstool: Add update-fit commandAaron Durbin
2013-03-27cbfstool: Fix cbfs_image.cStefan Reinauer
2013-03-22cbfstool: Fix initial empty space in image creation.Hung-Te Lin
2013-03-20cbfstool locate: Implement alignment switch --align/-aHung-Te Lin
2013-03-19cbfstool locate: Rename -a align switch to -P for page sizeHung-Te Lin
2013-03-01GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel
2013-02-18cbfstool: Fix compile warnings caused by incorrect data types.Hung-Te Lin
2013-02-18cbfstool: Add `-Werror` to make all warnings into errorsPaul Menzel