summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* autoport: Include 'default_irq_route.asl' into DSDTStefan Reinauer2015-06-241-0/+2
* buildgcc: Add list of valid platform to the help text.Martin Roth2015-06-221-0/+2
* buildgcc: Update clang search stringMarc Jones2015-06-201-1/+2
* xcompile: x86-64-elf wants -Wa,--divide, tooStefan Reinauer2015-06-201-0/+6
* buildgcc: Don't build iasl with gccStefan Reinauer2015-06-171-1/+1
* buildgcc: enable biarch support for x86_64-elfStefan Reinauer2015-06-172-5/+84
* buildgcc: Check for dependencies after printing bannerStefan Reinauer2015-06-171-15/+17
* buildgcc: Clarify required user actionStefan Reinauer2015-06-171-1/+13
* kconfig: allow specifying the target for savedefconfigPatrick Georgi2015-06-161-1/+3
* xcompile: Don't print error messagesStefan Reinauer2015-06-161-1/+1
* buildgcc: Define $CMAKE only if clang package is builtDavid Hendricks2015-06-161-1/+1
* xcompile: add support for x86-64Stefan Reinauer2015-06-161-1/+13
* bimgtool: initialize data headerPatrick Georgi2015-06-121-1/+1
* buildgcc: improve portability of 'type' usePatrick Georgi2015-06-121-1/+1
* to-wiki: Adjust nice name retrievals to match current tree.Vladimir Serbinenko2015-06-121-15/+20
* buildgcc: replace [[ ... == ... ]] with something more portablePatrick Georgi2015-06-121-2/+7
* kconfig: enforce stable sort orderPatrick Georgi2015-06-111-0/+3
* ARM64 rmodule: Add new reloc type R_AARCH64_CONDBR19Furquan Shaikh2015-06-101-0/+1
* buildgcc: build with bfd and gold linkerStefan Reinauer2015-06-101-7/+3
* buildgcc: move to a package centric user interfaceStefan Reinauer2015-06-101-34/+39
* buildgcc: fix compilation of IASLStefan Reinauer2015-06-101-1/+1
* buildgcc: Update and fix GDBStefan Reinauer2015-06-107-22/+23
* buildgcc: Reorder main programStefan Reinauer2015-06-101-24/+36
* buildgcc: Don't use BUILDDIRPREFIXStefan Reinauer2015-06-101-11/+10
* buildgcc: solidify and remove boilerplate codeStefan Reinauer2015-06-101-38/+33
* util/kconfig/Makefile: Add savedefconfig targetMartin Roth2015-06-101-1/+5
* buildgcc: use ${GDB_DIR} instead of gdb-${GDB_VERSION}Stefan Reinauer2015-06-091-1/+1
OpenPOWER on IntegriCloud