summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* Kconfig: Add KCONFIG_STRICT modeStefan Reinauer2015-08-091-0/+8
* secimage: Use libz's crc32 functionStefan Reinauer2015-08-095-60/+4
* secimage: reformatStefan Reinauer2015-08-095-82/+48
* abuild: avoid hanging in oldconfig for parallel buildsPatrick Georgi2015-08-081-1/+1
* abuild: in junit output, name chromeos builds different from normal onesPatrick Georgi2015-08-081-1/+3
* abuild: when using --chromeos, skip boards with no Chrome OS supportPatrick Georgi2015-08-081-0/+9
* abuild: Make help text into a heredocPatrick Georgi2015-08-081-32/+35
* buildgcc: Deal with gmp on 32bit Cygwin on 64bit hostzbao2015-08-061-1/+1
* buildgcc: Get the clean and correct uname on Cygwinzbao2015-08-061-1/+1
* secimage: Don't link in gmp libraryStefan Reinauer2015-07-312-2/+2
* crossgcc: Support /bin/sh pointing to dashPatrick Georgi2015-07-221-1/+1
* cbfstool: Deduplicate code to merge empty filesPatrick Georgi2015-07-181-11/+2
* cbfstool: rename checksum to attributes_offsetPatrick Georgi2015-07-183-3/+3
* cbfstool: move fill value to cbfs.hPatrick Georgi2015-07-182-3/+3
* lint/gitconfig: Enable checkpatch.pl checking of commitsStefan Reinauer2015-07-172-1/+25
* release: add release scriptPatrick Georgi2015-07-161-0/+16
* cbfstool: Remove extra comma after {0, NULL} list elementSol Boucher2015-07-161-2/+2
* cbfstool: Factor out compression algorithm listSol Boucher2015-07-163-7/+23
* cbfstool: rename fieldSol Boucher2015-07-161-9/+9
* cbfstool: move bit swapping macros to swab.hSol Boucher2015-07-162-9/+12
* cbfstool: use variable length array to model cbfs_file's filenamePatrick Georgi2015-07-162-7/+7
* cbfstool: improve specification of struct cbfs_filePatrick Georgi2015-07-161-0/+4
* cbfstool: fix alignment to 64 bytePatrick Georgi2015-07-152-7/+8
* cbmem: export base_time in timestamp tableAaron Durbin2015-07-141-3/+15
* abuild: Allow disabling mainboardsPatrick Georgi2015-07-141-0/+6
* cbmem: convert x86 timestamps on OpenBSDPatrick Georgi2015-07-141-1/+18
* buildgcc: Show the archive URLPaul Menzel2015-07-141-1/+1
* Update crossgcc Makefile for new buildgcc argumentsMartin Roth2015-07-121-22/+55
* Fix GCC 5.1 compile issue seen at Linux ArchAnatol Pomozov2015-07-111-1/+1
* libpayload: Use top level xcompileStefan Reinauer2015-07-091-1/+1
* xcompile: switch around armv7 TCARCHesStefan Reinauer2015-07-091-1/+1
* cbfstool: Make sure CBFS data structures are packed gcc styleStefan Reinauer2015-07-071-5/+11
* cbfstool: Fix kv_pair on WindowsStefan Reinauer2015-07-071-0/+4
* Unconditionally compile romstage with -Wa,--divideStefan Reinauer2015-07-071-8/+0
* buildgcc: update IASL to version 20150619Stefan Reinauer2015-07-073-2/+2
* xcompile: Fix compiler invocation in testccStefan Reinauer2015-07-071-1/+1
* buildgcc: work around bug in --print-librt-file-nameStefan Reinauer2015-07-071-0/+7
* util/cbfstool: use _XOPEN_SOURCE=700 to find strdup(3)Jonathan A. Kollasch2015-07-071-1/+1
* util/ectool: don't dump the whole ram when writing to itAlexander Couzens2015-07-061-1/+1
* util/cbfstool: don't override ntohl(3) and htonl(3) on NetBSDJonathan A. Kollasch2015-07-061-1/+3
* util/xcompile/xcompile: use env(1) to find bashJonathan A. Kollasch2015-07-061-1/+1
* buildgcc: Deal with gmp on 32bit Linux on 64bit CPUsPatrick Georgi2015-07-041-0/+6
* xcompile: ask for compiler runtime using appropriate CFLAGSPatrick Georgi2015-07-041-2/+2
* crossgcc: Fix binutils for aarch64Patrick Georgi2015-07-041-0/+14
* kconfig: Fix defconfig targetsStefan Reinauer2015-06-301-3/+3
* libpayload: Drop duplicate copy of KconfigStefan Reinauer2015-06-303-1/+1
* util/scripts: add some support scriptsPatrick Georgi2015-06-302-0/+46
* cbfstool: Handle elf with different virtual and physical addressFurquan Shaikh2015-06-301-1/+9
* crossgcc/Makefile: Allow making toolchains using multiple coresMartin Roth2015-06-241-12/+12
* crossgcc/Makefile: clean more, add distclean targetMartin Roth2015-06-241-1/+9