summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* util/board_status: Only pass switch `-a` once to `git commit`Paul Menzel2014-04-161-1/+1
* sconfig: Fix build dependenciesPatrick Georgi2014-04-161-0/+2
* abuild: break early if building tools failsPatrick Georgi2014-04-161-1/+1
* abuild: more verbose configuration stepPatrick Georgi2014-04-161-1/+1
* util/cbfstool: Make cbfs_image_delete() NULL-tolerant.Edward O'Callaghan2014-04-071-0/+3
* util/cbmem: handle larger than 1MiB mappings for consoleAaron Durbin2014-04-021-14/+36
* cbfstool: provide structure to linux payload builderAaron Durbin2014-03-282-116/+208
* util/superiotool: Add initial support for Fintek F71869ED.Wilbert Duijvenvoorde2014-03-272-2/+50
* util/superiotool: Register fix for Fintek F71869ADWilbert Duijvenvoorde2014-03-241-16/+26
* util: add rmodtool for parsing ELF files to rmodulesAaron Durbin2014-03-205-16/+800
* cbfstool: add ELF writing supportAaron Durbin2014-03-182-0/+350
* romcc.c: Fixes warning about unused function from unused macros.Edward O'Callaghan2014-03-171-13/+0
* 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
* Revert "boardstatus/towiki: Declare southbridge=northbridge=cpu on SOCs"Alexandru Gagniuc2014-03-121-23/+1
* 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
* lbtdump: Dump forwarded tables.Vladimir Serbinenko2014-03-091-5/+50
* utils/romcc.c: Fix spurious unsigned integer comparisons.Edward O'Callaghan2014-03-081-5/+5
* cbfstool/lzma: Remove dead code under #ifdefsAlexandru Gagniuc2014-03-023-129/+2
* util/ifdtool: cleanup some magic numbersChris Douglass2014-02-281-15/+17
* util/ifdtool: add option to change flash layoutChris Douglass2014-02-281-4/+234
* util/ifdtool: add option to dump flashrom layoutChris Douglass2014-02-282-13/+90
* boardstatus/towiki: Skip OVERRIDE_FANCTLVladimir Serbinenko2014-02-281-1/+1
* boardstatus/towiki: Skip comments after options.Vladimir Serbinenko2014-02-281-1/+1
* boardstatus/to-wiki.sh: Accept Kconfig with non-tab separators.Vladimir Serbinenko2014-02-281-2/+2
* crossgcc: Update IASL to latest version (20140114)Alexandru Gagniuc2014-02-141-3/+3
* utils/crossgcc: Refactor Makefiles for separate arm/i386.Edward O'Callaghan2014-02-121-4/+9
* 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
* boardstatus/towiki: Fix 1st gen i3/i5/i7 codenameVladimir Serbinenko2014-02-071-1/+1
* boardstatus/towiki: Declare southbridge=northbridge=cpu on SOCsVladimir Serbinenko2014-02-071-1/+23
* 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