summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2015-04-03Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini1-1/+1
2015-03-30ARM: tegra: rename colibri_t20 board/configuration/device-treeMarcel Ziswiler1-1/+1
2015-03-28Patch to mkenvimage to handle text files with length that exceed env sizeBrian McFarland1-7/+22
2015-03-06Merge branch 'buildman' of git://git.denx.de/u-boot-x86Tom Rini3-5/+9
2015-03-06buildman: Add a space before the list of boardsSimon Glass2-2/+2
2015-03-06buildman: Correct toolchain download featureSimon Glass1-3/+7
2015-03-06kwbimage: align v1 binary header to 4BChris Packham1-0/+1
2015-02-17add example for file on VFAT filesystem usageWaldemar Brodkorb1-0/+3
2015-02-17Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini1-6/+8
2015-02-16tools: mksunxiboot: Fix problems on big endian systemsSiarhei Siamashka1-6/+8
2015-02-16tools/imagetool: remove linker scriptAndreas Bießmann4-55/+62
2015-02-16buildman: allow multiple toolchains in a single pathAlbert ARIBAUD1-4/+5
2015-02-16patman: Read in the git-mailrc alias fileSimon Glass1-0/+27
2015-02-16buildman: Fix incorrect arguemnt in GetUpstream()Simon Glass1-1/+1
2015-02-10Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini1-20/+70
2015-02-10Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini4-0/+10
2015-02-10imx: imximage: Add QuadSPI boot supportYe.Li2-0/+4
2015-02-07kwbimage: Make the Makefile pass in CONFIG_SYS_SPI_U_BOOT_OFFSTom Rini2-1/+4
2015-02-06tools: kwbimage: Support u-boot.img padding to CONFIG_SYS_SPI_U_BOOT_OFFSStefan Roese1-0/+11
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-29arm: mx6: cm-fx6: display compulab logoNikita Kiryanov1-0/+0
2015-01-19mxsboot : Support of 224-bytes OOB area lengthAlexandre Coffignal1-0/+6
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