summaryrefslogtreecommitdiffstats
path: root/util/cbfstool
Commit message (Expand)AuthorAgeFilesLines
* cbfstool: fix 32bit host issuePatrick Georgi2015-05-091-1/+1
* fmap: request libc compatibility level that includes memccpyPatrick Georgi2015-05-091-0/+2
* fmaptool: Add listing of annotated CBFS sections and generate headerSol Boucher2015-05-085-29/+337
* fmaptool: Conform to cbfstool's error message formatSol Boucher2015-05-085-76/+68
* cbfstool: Restructure around support for reading/writing portions of filesSol Boucher2015-05-0811-174/+742
* cbfstool: Add offset field to cbfstool directory's struct bufferSol Boucher2015-05-082-5/+22
* cbfstool: Simplify the common buffer_splice() function's interfaceSol Boucher2015-05-081-9/+5
* cbfstool: Eliminate useless cbfs_image_create() local variableSol Boucher2015-05-081-5/+4
* cbfstool: Fix leak in cbfs_image struct initializationSol Boucher2015-05-083-36/+30
* cbfstool: Fix cbfs_copy_instance()'s master header endiannessSol Boucher2015-05-081-14/+5
* fmaptool: Introduce the fmd ("flashmap descriptor") language and compilerSol Boucher2015-05-0822-160/+5240
* cbfstool: Fix strange flashmap whitespaceSol Boucher2015-05-086-73/+73
* cbfstool: Import minimal set of files from flashmapSol Boucher2015-05-086-0/+1457
* cbfstool: Make the add action choose an aligned entries capacitySol Boucher2015-05-081-3/+39
* cbfstool/Makefile*: Use `LDFLAGS` instead of `LINKFLAGS`Paul Menzel2015-05-042-5/+5
* cbfstool: compare pointer difference with ptrdiff_t valuePatrick Georgi2015-04-281-1/+2
* cbfstool: remove gcc-specific -Og flagStefan Tauner2015-04-271-1/+1
* cbfstool: Fix ability to add files at offsets near the end of empty spacesSol Boucher2015-04-251-1/+3
* cbfstool: Clean up in preparation for adding new filesSol Boucher2015-04-2514-89/+121
* cbfstool: clean up source codeVadim Bendebury2015-04-183-61/+40
* cbfstool: add the missing 'break'Vadim Bendebury2015-04-181-0/+1
* cbfstool: add a command to duplicate a cbfs instanceVadim Bendebury2015-04-183-0/+122
* cbfstool: allow user to explicitly specify header locationVadim Bendebury2015-04-183-35/+69
* CBFS: Automate ROM image layout and remove hardcoded offsetsJulius Werner2015-04-143-74/+107
* cbfstool: add filetypes for FSP, MRC, SPC and MRC_CACHEMartin Roth2015-03-303-0/+12
* ARM64 rmodule: Add new reloc type R_AARCH64_LDST8_ABS_LO12_NCFurquan Shaikh2015-03-211-0/+1
* cbfstool: Remove empty line that looks out of placeJulius Werner2015-03-211-1/+0
* rmodtool: add another aarch64 relocationAaron Durbin2015-03-211-0/+1
* rmodtool: Add support for aarch64Furquan Shaikh2015-03-211-0/+30
* cbfstool: Add relocation codes for arm modeFurquan Shaikh2015-03-172-2/+6
* cbfstool: Clean up codeStefan Reinauer2015-03-047-44/+32
* cbfstool: Add the MIPS architecturePaul Burton2015-03-033-1/+3
* 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