aboutsummaryrefslogtreecommitdiff
path: root/util/cbfstool
AgeCommit message (Expand)Author
2015-09-14cbfstool: drop extra copy of filetype->string mapPatrick Georgi
2015-09-09rmodtool: make rmodule parameter section optionalAaron Durbin
2015-09-09rmodule: use program.ld for linkingAaron Durbin
2015-09-07cbfstool: Allow adding file with specific alignment requirementAlexandru Gagniuc
2015-09-01cbfstool: off-by-one on the gcc version that provides _Static_assertPatrick Georgi
2015-09-01cbfstool: guard _Static_assertPatrick Georgi
2015-09-01cbfstool: implement decompression support for cbfstool extractPatrick Georgi
2015-09-01cbfstool: add decompression wrappersPatrick Georgi
2015-09-01cbfstool: factor out parsing compression file attributesPatrick Georgi
2015-09-01cbfstool: support compressed files in cbfstool printPatrick Georgi
2015-09-01cbfstool: allow compression at file header levelDaisuke Nojiri
2015-09-01cbfstool: add extended file attributes for cbfs_filePatrick Georgi
2015-08-27cbfstool: update warning on cbfstool extractPatrick Georgi
2015-08-27cbfstool: update help textPatrick Georgi
2015-08-27cbfstool: don't pass header_size as separate argument (part 2)Patrick Georgi
2015-08-27cbfstool: don't pass header_size as separate argumentPatrick Georgi
2015-08-27cbfstool: use struct cbfs_file * instead of void *Patrick Georgi
2015-08-27cbfstool: passing a header is now mandatory for convertersPatrick Georgi
2015-08-27cbfstool: cbfs_add_entry() doesn't need to know filename or typePatrick Georgi
2015-08-26cbfstool: move cbfs_file header creation further up the call chainPatrick Georgi
2015-08-26cbfstool: pass cbfs_file header into "compress" functionsPatrick Georgi
2015-08-26cbfstool: drop size argument to cbfs_add_entry_atPatrick Georgi
2015-08-26cbfstool: cut down on the debug outputPatrick Georgi
2015-08-26cbfstool: Don't patch cbfs_file->len, it's already set correctlyPatrick Georgi
2015-08-26cbfstool: drop unused arguments in internal functionPatrick Georgi
2015-08-26cbfstool: start moving cbfs_file header creation up the call chainPatrick Georgi
2015-08-26cbfstool: more descriptive variable namePatrick Georgi
2015-08-13cbfstool: unify actual file creationPatrick Georgi
2015-08-13cbfstool: move tests for fixed-location files earlierPatrick Georgi
2015-08-13cbfstool: prepare moving tests earlierPatrick Georgi
2015-08-13cbfstool: factor out creating a cbfs file headerPatrick Georgi
2015-08-13cbfstool: Make cbfs_create_empty_entry build a more complete headerPatrick Georgi
2015-08-13cbfstool: honor larger-than-usual header sizes in cbfs_add_entry_at()Patrick Georgi
2015-08-13cbfstool: allow file data converters to modify the header sizePatrick Georgi
2015-08-13cbfstool: calculate header size in cbfs_add_component()Patrick Georgi
2015-08-13cbfstool: expose cbfs_calculate_file_header_size()Patrick Georgi
2015-08-13cbfstool: allow passing a precalculated header size into cbfs_add_entry()Patrick Georgi
2015-08-13cbfstool: test for duplicate files earlierPatrick Georgi
2015-08-13cbfstool: add cbfs file attribute structurePatrick Georgi
2015-07-18cbfstool: Deduplicate code to merge empty filesPatrick Georgi
2015-07-18cbfstool: rename checksum to attributes_offsetPatrick Georgi
2015-07-18cbfstool: move fill value to cbfs.hPatrick Georgi
2015-07-16cbfstool: Remove extra comma after {0, NULL} list elementSol Boucher
2015-07-16cbfstool: Factor out compression algorithm listSol Boucher
2015-07-16cbfstool: rename fieldSol Boucher
2015-07-16cbfstool: move bit swapping macros to swab.hSol Boucher
2015-07-16cbfstool: use variable length array to model cbfs_file's filenamePatrick Georgi
2015-07-16cbfstool: improve specification of struct cbfs_filePatrick Georgi
2015-07-15cbfstool: fix alignment to 64 bytePatrick Georgi
2015-07-11Fix GCC 5.1 compile issue seen at Linux ArchAnatol Pomozov
2015-07-07cbfstool: Make sure CBFS data structures are packed gcc styleStefan Reinauer
2015-07-07cbfstool: Fix kv_pair on WindowsStefan Reinauer
2015-07-07util/cbfstool: use _XOPEN_SOURCE=700 to find strdup(3)Jonathan A. Kollasch
2015-07-06util/cbfstool: don't override ntohl(3) and htonl(3) on NetBSDJonathan A. Kollasch
2015-06-30cbfstool: Handle elf with different virtual and physical addressFurquan Shaikh
2015-06-10ARM64 rmodule: Add new reloc type R_AARCH64_CONDBR19Furquan Shaikh
2015-06-08Remove empty lines at end of fileElyes HAOUAS
2015-05-26cbfstool: update fmd_scanner.c_shippedPatrick Georgi
2015-05-26cbfstool: Make update-fit action work on new-style imagesSol Boucher
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-05-19cbfstool: Copy generated files to the build hierarchy before usePatrick Georgi
2015-05-19cbfstool: clarify dependencies in MakefilePatrick Georgi
2015-05-19cbfstool: Rename autogenerated targetsKyösti Mälkki
2015-05-19cbfstool: Fix fmd_scanner build compatibilityKyösti Mälkki
2015-05-17cbfstool: Fix shadowed global indexKyösti Mälkki
2015-05-13cbfstool: Don't typedef the comp_algo enumSol Boucher
2015-05-13cbfstool: Support top-aligned addresses for new-format imagesSol Boucher
2015-05-13cbfstool: New image format w/ required FMAP and w/o CBFS master headerSol Boucher
2015-05-09cbfstool: fix 32bit host issuePatrick Georgi
2015-05-09fmap: request libc compatibility level that includes memccpyPatrick Georgi
2015-05-08fmaptool: Add listing of annotated CBFS sections and generate headerSol Boucher
2015-05-08fmaptool: Conform to cbfstool's error message formatSol Boucher
2015-05-08cbfstool: Restructure around support for reading/writing portions of filesSol Boucher
2015-05-08cbfstool: Add offset field to cbfstool directory's struct bufferSol Boucher
2015-05-08cbfstool: Simplify the common buffer_splice() function's interfaceSol Boucher
2015-05-08cbfstool: Eliminate useless cbfs_image_create() local variableSol Boucher
2015-05-08cbfstool: Fix leak in cbfs_image struct initializationSol Boucher
2015-05-08cbfstool: Fix cbfs_copy_instance()'s master header endiannessSol Boucher
2015-05-08fmaptool: Introduce the fmd ("flashmap descriptor") language and compilerSol Boucher
2015-05-08cbfstool: Fix strange flashmap whitespaceSol Boucher
2015-05-08cbfstool: Import minimal set of files from flashmapSol Boucher
2015-05-08cbfstool: Make the add action choose an aligned entries capacitySol Boucher
2015-05-04cbfstool/Makefile*: Use `LDFLAGS` instead of `LINKFLAGS`Paul Menzel
2015-04-28cbfstool: compare pointer difference with ptrdiff_t valuePatrick Georgi
2015-04-27cbfstool: remove gcc-specific -Og flagStefan Tauner
2015-04-25cbfstool: Fix ability to add files at offsets near the end of empty spacesSol Boucher
2015-04-25cbfstool: Clean up in preparation for adding new filesSol Boucher
2015-04-18cbfstool: clean up source codeVadim Bendebury
2015-04-18cbfstool: add the missing 'break'Vadim Bendebury
2015-04-18cbfstool: add a command to duplicate a cbfs instanceVadim Bendebury
2015-04-18cbfstool: allow user to explicitly specify header locationVadim Bendebury
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