summaryrefslogtreecommitdiffstats
path: root/util/cbfstool
Commit message (Expand)AuthorAgeFilesLines
* build system: fix another cbfstool racePatrick Georgi2014-07-151-5/+2
* utils/cbfstool: No need to pass -g flag twiceEdward O'Callaghan2014-06-292-4/+0
* util/cbfstool: Use `%zu` instead of `%ld` for size_t argumentsPaul Menzel2014-05-272-3/+3
* cbfstool: account for the trampoline code in bzImage payloadAaron Durbin2014-05-091-2/+9
* util/cbfstool: Fix "Bad segment type 53534220 Could not load payload".Wei Hu2014-04-181-1/+1
* util/cbfstool: Make cbfs_image_delete() NULL-tolerant.Edward O'Callaghan2014-04-071-0/+3
* cbfstool: provide structure to linux payload builderAaron Durbin2014-03-282-116/+208
* util: add rmodtool for parsing ELF files to rmodulesAaron Durbin2014-03-205-16/+800
* cbfstool: add ELF writing supportAaron Durbin2014-03-182-0/+350
* cbfstool: add symbol table parsing to the ELF parserAaron Durbin2014-03-142-0/+74
* cbfstool: add string table parsing to ELF parserAaron Durbin2014-03-142-4/+59
* cbfstool: add relocation parsing to ELF parserAaron Durbin2014-03-142-0/+97
* cbfstool: introduce struct parsed_elf and parse_elf()Aaron Durbin2014-03-142-31/+106
* cbfstool: remove incorrect section size checkAaron Durbin2014-03-131-5/+0
* cbfstool: elfparsing: check segment and section regionsAaron Durbin2014-03-131-2/+16
* cbfstool: elfheaders: use proper parameters to calloc()Aaron Durbin2014-03-131-2/+2
* cbfstool: add eflparsing.hAaron Durbin2014-03-138-15/+35
* cbfstool: move iself() to eflheaders.cAaron Durbin2014-03-133-9/+7
* cbfstool: elfheaders: use common checks and buffer helpersAaron Durbin2014-03-131-68/+79
* cbfstool: add struct buffer helper routinesAaron Durbin2014-03-111-0/+43
* cbfstool: add bputs() to store a byte stream to a bufferAaron Durbin2014-03-112-2/+10
* cbfstool: add get8/put8 variants to xdr structuresAaron Durbin2014-03-112-4/+6
* cbfstool: move verbose to common.cAaron Durbin2014-03-112-1/+1
* cbfstool/lzma: Remove dead code under #ifdefsAlexandru Gagniuc2014-03-023-129/+2
* cbfstool/lzma: Remove code which depends on commented out definesAlexandru Gagniuc2014-02-113-21/+3
* cbfstool: Deserialize CBFS master header when reading imageAlexandru Gagniuc2014-02-113-31/+58
* cbfstool/lzma: Remove LITTLE_ENDIAN_AND_UNALIGNED_ACCESS_OKAlexandru Gagniuc2014-02-101-16/+0
* cbfstool: Fix LzmaEnc.c and build with -WshadowAlexandru Gagniuc2014-02-102-14/+8
* cbfstool: Fix build errors when building with clangAlexandru Gagniuc2014-02-102-2/+2
* Add an xdr function for the cbfs_file headerRonald G. Minnich2014-02-055-4/+37
* Change the linux payload generator to use the standard header generatorRonald G. Minnich2014-02-053-29/+33
* cbfstool: Eliminate global variable "arch"Alexandru Gagniuc2014-02-047-18/+20
* cbfstool: Remove more unused functions from common.cAlexandru Gagniuc2014-02-043-604/+1
* cbfstool: Hide cbfstool_offset from the global namespaceAlexandru Gagniuc2014-02-042-12/+11
* cbfstool: remove unused function create_cbfs_image()Alexandru Gagniuc2014-02-032-123/+0
* cbfstool: add code to serialize the header using the new xdr functionsRonald G. Minnich2014-02-022-13/+32
* Add section header parsing and use it in the mk-payload stepRonald G. Minnich2014-02-0211-335/+474
* cbfstool/lzma: Avoid use of typedef with structs and enumsAlexandru Gagniuc2014-01-298-277/+277
* cbfstool: Don't assume compiler is gcc, and use $(CC)Alexandru Gagniuc2014-01-291-1/+1
* cbfstool/lzma: Remove windows-specific remnantsAlexandru Gagniuc2014-01-293-40/+6
* cbfstool/lzma: Remove C++ remnantsAlexandru Gagniuc2014-01-294-44/+0
* cbfstool/lzma: Use stdint and stdbool typesAlexandru Gagniuc2014-01-299-620/+580
* cbfs: fix issues with word size and endianness.Ronald G. Minnich2014-01-299-116/+505
* cbfstool: correct size left calculation for "empty" entriesAaron Durbin2014-01-241-0/+14
* cbfstool: cleaner filling fieldsPatrick Georgi2014-01-211-2/+2
* cbfstool: Properly handle EOF in update_fit stepAlexandru Gagniuc2013-12-091-1/+1
* cbfstool: check potential microcode update earlierAaron Durbin2013-11-251-4/+4
* cbfstool: add a constant for the aarch64Ronald G. Minnich2013-11-181-0/+1
* Fix whitespace leaked into treeKyösti Mälkki2013-09-174-31/+31
* Add a (b)zImage parser to cbfstoolPatrick Georgi2013-08-318-1/+597
OpenPOWER on IntegriCloud