summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* cbfstool: free stale memoryPatrick Georgi2014-08-101-1/+4
* nvramtool: check for successful seekPatrick Georgi2014-08-101-2/+2
* romcc: properly check out-of-range unsigned longsPatrick Georgi2014-08-101-2/+2
* cbfstool: fix option parsingPatrick Georgi2014-08-091-0/+1
* cbfstool: process cbfs_payload_segment(s) in host byte orderAaron Durbin2014-08-073-20/+45
* sconfig: improve argument parsingPatrick Georgi2014-08-041-1/+4
* util/sconfig/main.c: Remove assigned but unused variable `link`Paul Menzel2014-08-041-1/+0
* sconfig: more careful string resource handlingPatrick Georgi2014-08-041-1/+2
* ifdtool: Check if file was openedPatrick Georgi2014-08-031-0/+8
* ifdtool: Avoid potential buffer overflowPatrick Georgi2014-08-031-1/+2
* nvramtool: Close file after usePatrick Georgi2014-08-031-0/+1
* build system: remove duplicate architecture listPatrick Georgi2014-07-301-0/+1
* util/sconfig: fix check for count of command line argumentsDaniele Forsi2014-07-301-1/+1
* util/i915tool: close the file also when fread() returned an errorDaniele Forsi2014-07-301-1/+1
* cbmem: Terminate the cbmem console at the cursor position.Gabe Black2014-07-301-2/+3
* util/cbfstool: free buffer on error pathDaniele Forsi2014-07-301-0/+1
* util/board_status: use the right location of cbfstoolIdwer Vollering2014-07-281-1/+4
* board_status.sh minor fixes - no functional changesMartin Roth2014-07-211-5/+8
* board_status.sh: Read coreboot boot log from a serial deviceMartin Roth2014-07-211-4/+64
* board_status.sh: name temp dir and print the nameMartin Roth2014-07-211-1/+4
* board_status.sh allow cmd() to not save outputMartin Roth2014-07-211-2/+8
* build system: fix another cbfstool racePatrick Georgi2014-07-151-5/+2
* build system: create .xcompile dependencyPatrick Georgi2014-07-151-0/+0
* util/xcompile: Print fatal error messages to stderr instead of stdoutDaniele Forsi2014-07-151-6/+3
* board_status.sh add non-fatal test_cmdMartin Roth2014-07-151-1/+9
* utils/cbfstool: No need to pass -g flag twiceEdward O'Callaghan2014-06-292-4/+0
* util/cbmem: Workaround for IS_ENABLED()Kyösti Mälkki2014-06-201-0/+1
* util/inteltool: Add pci ids for 4 northbridge models instead of 1.Damien Zammit2014-06-114-4/+16
* 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
OpenPOWER on IntegriCloud