aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2015-01-14buildman: Add an option to write the full build outputSimon Glass4-3/+9
2015-01-14buildman: Add the option to download toolchains from kernel.orgSimon Glass6-13/+303
2015-01-14buildman: Allow architecture to alias to multiple toolchainsSimon Glass3-5/+23
2015-01-14buildman: Don't use the local settings when running testsSimon Glass1-1/+14
2015-01-14buildman: Don't complain about missing sections in ~/.buildmanSimon Glass1-1/+0
2015-01-14buildman: Add documentation about the .buildman fileSimon Glass1-20/+53
2015-01-14buildman: Add a note about Python pre-requisitesSimon Glass1-1/+10
2015-01-14buildman: Add an option to use the full tool chain pathSimon Glass5-10/+25
2015-01-14buildman: Put the toolchain path first instead of last in PATHSimon Glass1-1/+1
2015-01-14buildman: Try to avoid hard-coded string parsingSimon Glass1-1/+8
2015-01-14buildman: Allow specifying a range of commits to buildSimon Glass3-9/+45
2015-01-14buildman: Don't remove entire output directory when testingSimon Glass1-1/+2
2015-01-14buildman: Add an option to flatten output directory treesSimon Glass4-6/+24
2015-01-14buildman: Try to guess the upstream commitSimon Glass3-16/+67
2015-01-14buildman: Don't prune output space for 'current source' buildSimon Glass1-0/+2
2015-01-14buildman: Put build in 'current', not 'current/current'Simon Glass1-4/+3
2015-01-14buildman: Add tests that check the correct output directory is usedSimon Glass1-0/+31
2015-01-14Merge branch 'buildman' of git://git.denx.de/u-boot-x86Tom Rini1-0/+2
2015-01-13x86: Correct ifdtool microcode calculationSimon Glass1-2/+2
2015-01-11tools/kwbimage.c: fix parser error handlingAndreas Bießmann1-6/+8
2015-01-10fix: tools: kwbimage.c: Initialize headersz to suppress warningŁukasz Majewski1-1/+1
2014-12-29buildman: Fix some typos in READMEDirk Behme1-7/+7
2014-12-18x86: Add a script to process Intel microcode filesSimon Glass2-0/+254
2014-12-18x86: ifdtool: Add support for early microcode accessSimon Glass2-8/+103
2014-12-18x86: ifdtool: Use a structure for the file/address listSimon Glass1-6/+18
2014-12-18x86: ifdtool: Display filename when file errors are reportedSimon Glass1-12/+18
2014-12-18x86: ifdtool: Correct a debug() missing parameterSimon Glass1-1/+2
2014-12-13x86: ifdtool: Separate out filenames for -D and -iSimon Glass1-6/+6
2014-12-13tools/ifdtool: Support writing multiple files (-w) simultaneouslyBin Meng2-7/+26
2014-12-11ls102xa: pblimage: Add pblimage tool support for LS102xAAlison Wang1-35/+75
2014-12-04Merge branch 'sandbox' of git://git.denx.de/u-boot-x86Tom Rini5-19/+17
2014-11-26buildman: Don't default to -e when building current sourceSimon Glass2-14/+12
2014-11-26buildman: Fix repeating board list with -lSimon Glass1-1/+2
2014-11-26patman: Use the full commit hash for 'git checkout'Simon Glass2-3/+2
2014-11-26buildman: Save *.img files tooTom Rini1-1/+1
2014-11-25tools: Add ifdtool to .gitignoreBin Meng1-0/+1
2014-11-24Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2-9/+16
2014-11-21x86: ifdtool: Allow creation of an empty ROMSimon Glass1-1/+1
2014-11-21x86: Add ifdtool for working with Intel Flash Descriptor ROM imagesSimon Glass3-0/+1129
2014-11-20tools/msximage.c: fix warning about nptr possibly uninitializedAlbert ARIBAUD1-1/+1
2014-11-20ARM: mxs: tools: Add support for boot progress display flagAlexey Ignatov2-8/+15
2014-11-10Added support for comments in input to mkenvimage.Dominik Muth1-3/+8
2014-11-07tools/env: Fix environment size and CRC on 64-bit hostsDominic Sacré1-1/+1
2014-11-07kbuild: sync top Makefile with Linux 3.18-rc1Masahiro Yamada1-1/+1
2014-11-05Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini1-1/+1
2014-11-04ARM: kwimage: fix v0 formatGerald Kerma1-4/+6
2014-11-03patman: Use the full commit hash for 'git checkout'Simon Glass2-3/+2
2014-11-03buildman: Don't default to -e when using -sSimon Glass1-1/+2
2014-11-03buildman: Fix repeating board list with -lSimon Glass1-1/+2
2014-11-03imximage: Fix the bootdata.size calculationYe.Li1-1/+1