summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
2014-07-15build system: fix another cbfstool racePatrick Georgi
2014-07-15build system: create .xcompile dependencyPatrick Georgi
2014-07-15util/xcompile: Print fatal error messages to stderr instead of stdoutDaniele Forsi
2014-07-15board_status.sh add non-fatal test_cmdMartin Roth
2014-06-29utils/cbfstool: No need to pass -g flag twiceEdward O'Callaghan
2014-06-20util/cbmem: Workaround for IS_ENABLED()Kyösti Mälkki
2014-06-11util/inteltool: Add pci ids for 4 northbridge models instead of 1.Damien Zammit
2014-05-31util/board_status/board_status.sh: Move `cbfs.txt` to results directoryPaul Menzel
2014-05-28util/board_status/board_status.sh: Save ROM contents in `cbfs.txt`Paul Menzel
2014-05-27util/cbfstool: Use `%zu` instead of `%ld` for size_t argumentsPaul Menzel
2014-05-23abuild: make build directory configurable with a variablePatrick Georgi
2014-05-23abuild: update version and copyrightPatrick Georgi
2014-05-23abuild: allow build results outside the source treePatrick Georgi
2014-05-23abuild: allow deleting the work directories immediatelyPatrick Georgi
2014-05-19Board-status: Add second vendor lineKyösti Mälkki
2014-05-19abuild: Only build boards with KconfigPatrick Georgi
2014-05-17build: make scan-build work againPatrick Georgi
2014-05-17abuild: replace hardcoded values by their variablesPatrick Georgi
2014-05-17build: break compiler flags out of $(CC)Patrick Georgi
2014-05-17build: get rid of a special casePatrick Georgi
2014-05-15xcompile: ABIs are really architecture specificPatrick Georgi
2014-05-15xcompile: break out big loop content into functionPatrick Georgi
2014-05-15xcompile: move tempfile cleanup closer togetherPatrick Georgi
2014-05-15xcompile: actually use "special compile flags" ideaPatrick Georgi
2014-05-15xcompile: fail earlier on missing host toolsPatrick Georgi
2014-05-15xcompile: slightly refactor variable expansion magicPatrick Georgi
2014-05-15xcompile: use bashPatrick Georgi
2014-05-15abuild: add -L|--clang to enable clang buildsPatrick Georgi
2014-05-09cbfstool: account for the trampoline code in bzImage payloadAaron Durbin
2014-05-07kconfig: update to follow upstream more closelyPatrick Georgi
2014-05-03Move ARCH_* from board/Kconfig to cpu or soc Kconfig.Furquan Shaikh
2014-04-29towiki.sh Move vendor link to the first column.Rudolf Marek
2014-04-29crossgcc: Support OSX 10.9 built-in tar utility program.Andrew Wu
2014-04-29util/board_status/board_status.sh: set its executable flagPaul Menzel
2014-04-26Rename coreboot_ram stage to ramstageFurquan Shaikh
2014-04-18util/cbfstool: Fix "Bad segment type 53534220 Could not load payload".Wei Hu
2014-04-16util/board_status: Only pass switch `-a` once to `git commit`Paul Menzel
2014-04-16sconfig: Fix build dependenciesPatrick Georgi
2014-04-16abuild: break early if building tools failsPatrick Georgi
2014-04-16abuild: more verbose configuration stepPatrick Georgi
2014-04-07util/cbfstool: Make cbfs_image_delete() NULL-tolerant.Edward O'Callaghan
2014-04-02util/cbmem: handle larger than 1MiB mappings for consoleAaron Durbin
2014-03-28cbfstool: provide structure to linux payload builderAaron Durbin
2014-03-27util/superiotool: Add initial support for Fintek F71869ED.Wilbert Duijvenvoorde
2014-03-24util/superiotool: Register fix for Fintek F71869ADWilbert Duijvenvoorde
2014-03-20util: add rmodtool for parsing ELF files to rmodulesAaron Durbin
2014-03-18cbfstool: add ELF writing supportAaron Durbin
2014-03-17romcc.c: Fixes warning about unused function from unused macros.Edward O'Callaghan
2014-03-14cbfstool: add symbol table parsing to the ELF parserAaron Durbin
2014-03-14cbfstool: add string table parsing to ELF parserAaron Durbin