summaryrefslogtreecommitdiffstats
path: root/util/cbfstool
Commit message (Expand)AuthorAgeFilesLines
* cbfstool: update fmd_scanner.c_shippedPatrick Georgi2015-05-261-6/+6
* cbfstool: Make update-fit action work on new-style imagesSol Boucher2015-05-263-29/+65
* Remove address from GPLv2 headersPatrick Georgi2015-05-2138-39/+38
* cbfstool: Copy generated files to the build hierarchy before usePatrick Georgi2015-05-191-3/+9
* cbfstool: clarify dependencies in MakefilePatrick Georgi2015-05-191-2/+6
* cbfstool: Rename autogenerated targetsKyösti Mälkki2015-05-195-10/+21
* cbfstool: Fix fmd_scanner build compatibilityKyösti Mälkki2015-05-193-8/+11
* cbfstool: Fix shadowed global indexKyösti Mälkki2015-05-172-7/+7
* cbfstool: Don't typedef the comp_algo enumSol Boucher2015-05-136-18/+18
* cbfstool: Support top-aligned addresses for new-format imagesSol Boucher2015-05-136-26/+52
* cbfstool: New image format w/ required FMAP and w/o CBFS master headerSol Boucher2015-05-135-154/+563
* 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