summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2015-02-06x86: Enhance the microcode tool to support header files as inputSimon Glass1-20/+70
2015-01-31Merge branch 'patman' of git://git.denx.de/u-boot-x86Tom Rini4-20/+21
2015-01-31patman: Explain how to make doc/git-mailrc workSimon Glass1-5/+8
2015-01-31patman: Check commit_match before stripping leading whitespaceScott Wood1-1/+3
2015-01-31patman: Make dry-run output match real functionalityPeter Tyser2-14/+10
2015-01-30Merge branch 'master' of git://git.denx.de/u-boot-dmTom Rini1-1/+3
2015-01-30Use hash.c in mkimageRuchika Gupta1-0/+1
2015-01-30rsa: Split the rsa-verify to separate the modular exponentiationRuchika Gupta1-1/+2
2015-01-29tools: do not print error messages in verify_header() functionsGuilherme Maciel Ferreira2-11/+12
2015-01-29dumpimage: fit: extract FIT imagesGuilherme Maciel Ferreira1-1/+92
2015-01-29dumpimage: replace the term "datafile" by "subimage"Guilherme Maciel Ferreira4-18/+19
2015-01-29dumpimage: add 'T' option to explicitly set the image typeGuilherme Maciel Ferreira3-39/+37
2015-01-29imagetool: replace image registration function by linker_lists featureGuilherme Maciel Ferreira18-376/+254
2015-01-29imagetool: make the image_save_datafile() available to all image typesGuilherme Maciel Ferreira3-27/+45
2015-01-29imagetool: move common code to imagetool moduleGuilherme Maciel Ferreira4-130/+90
2015-01-15buildman: Add an option to write the full build outputSimon Glass4-3/+9
2015-01-15buildman: Add the option to download toolchains from kernel.orgSimon Glass6-13/+303
2015-01-15buildman: Allow architecture to alias to multiple toolchainsSimon Glass3-5/+23
2015-01-15buildman: Don't use the local settings when running testsSimon Glass1-1/+14
2015-01-15buildman: Don't complain about missing sections in ~/.buildmanSimon Glass1-1/+0
2015-01-15buildman: Add documentation about the .buildman fileSimon Glass1-20/+53
2015-01-15buildman: Add a note about Python pre-requisitesSimon Glass1-1/+10
2015-01-15buildman: Add an option to use the full tool chain pathSimon Glass5-10/+25
2015-01-15buildman: Put the toolchain path first instead of last in PATHSimon Glass1-1/+1
2015-01-15buildman: Try to avoid hard-coded string parsingSimon Glass1-1/+8
2015-01-15buildman: Allow specifying a range of commits to buildSimon Glass3-9/+45
2015-01-15buildman: Don't remove entire output directory when testingSimon Glass1-1/+2
2015-01-15buildman: Add an option to flatten output directory treesSimon Glass4-6/+24
2015-01-15buildman: Try to guess the upstream commitSimon Glass3-16/+67
2015-01-15buildman: Don't prune output space for 'current source' buildSimon Glass1-0/+2
2015-01-15buildman: Put build in 'current', not 'current/current'Simon Glass1-4/+3
2015-01-15buildman: 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-30buildman: Fix some typos in READMEDirk Behme1-7/+7
2014-12-19x86: Add a script to process Intel microcode filesSimon Glass2-0/+254
2014-12-19x86: ifdtool: Add support for early microcode accessSimon Glass2-8/+103
2014-12-19x86: ifdtool: Use a structure for the file/address listSimon Glass1-6/+18
2014-12-19x86: ifdtool: Display filename when file errors are reportedSimon Glass1-12/+18
2014-12-19x86: ifdtool: Correct a debug() missing parameterSimon Glass1-1/+2
2014-12-14x86: ifdtool: Separate out filenames for -D and -iSimon Glass1-6/+6
2014-12-14tools/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-27buildman: Don't default to -e when building current sourceSimon Glass2-14/+12
2014-11-27buildman: Fix repeating board list with -lSimon Glass1-1/+2
2014-11-27patman: Use the full commit hash for 'git checkout'Simon Glass2-3/+2
2014-11-27buildman: Save *.img files tooTom Rini1-1/+1