summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* util/board_status/board_status.sh: Move `cbfs.txt` to results directoryPaul Menzel2014-05-311-0/+1
* util/board_status/board_status.sh: Save ROM contents in `cbfs.txt`Paul Menzel2014-05-281-0/+1
* util/cbfstool: Use `%zu` instead of `%ld` for size_t argumentsPaul Menzel2014-05-272-3/+3
* abuild: make build directory configurable with a variablePatrick Georgi2014-05-231-1/+1
* abuild: update version and copyrightPatrick Georgi2014-05-231-2/+3
* abuild: allow build results outside the source treePatrick Georgi2014-05-231-4/+15
* abuild: allow deleting the work directories immediatelyPatrick Georgi2014-05-231-5/+13
* Board-status: Add second vendor lineKyösti Mälkki2014-05-191-0/+6
* abuild: Only build boards with KconfigPatrick Georgi2014-05-191-2/+2
* build: make scan-build work againPatrick Georgi2014-05-172-9/+21
* abuild: replace hardcoded values by their variablesPatrick Georgi2014-05-171-3/+3
* build: break compiler flags out of $(CC)Patrick Georgi2014-05-171-1/+2
* build: get rid of a special casePatrick Georgi2014-05-171-1/+1
* xcompile: ABIs are really architecture specificPatrick Georgi2014-05-151-4/+5
* xcompile: break out big loop content into functionPatrick Georgi2014-05-151-2/+8
* xcompile: move tempfile cleanup closer togetherPatrick Georgi2014-05-151-5/+6
* xcompile: actually use "special compile flags" ideaPatrick Georgi2014-05-151-10/+4
* xcompile: fail earlier on missing host toolsPatrick Georgi2014-05-151-20/+27
* xcompile: slightly refactor variable expansion magicPatrick Georgi2014-05-151-23/+27
* xcompile: use bashPatrick Georgi2014-05-151-1/+1
* abuild: add -L|--clang to enable clang buildsPatrick Georgi2014-05-151-1/+6
* cbfstool: account for the trampoline code in bzImage payloadAaron Durbin2014-05-091-2/+9
* kconfig: update to follow upstream more closelyPatrick Georgi2014-05-0740-2619/+6815
* Move ARCH_* from board/Kconfig to cpu or soc Kconfig.Furquan Shaikh2014-05-031-74/+1
* towiki.sh Move vendor link to the first column.Rudolf Marek2014-04-291-4/+5
* crossgcc: Support OSX 10.9 built-in tar utility program.Andrew Wu2014-04-291-2/+3
* util/board_status/board_status.sh: set its executable flagPaul Menzel2014-04-291-0/+0
* Rename coreboot_ram stage to ramstageFurquan Shaikh2014-04-262-3/+3
* util/cbfstool: Fix "Bad segment type 53534220 Could not load payload".Wei Hu2014-04-181-1/+1
* 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