summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2012-10-26Merge remote-tracking branch 'u-boot-ti/master'Albert ARIBAUD1-18/+65
2012-10-25omapimage: Add support for byteswapped SPI imagesTom Rini1-18/+65
2012-10-20patman: force git log commands to not use colorAlbert ARIBAUD2-2/+3
2012-10-20env: cosmetic: Consilidate the default env definitionJoe Hershberger1-96/+2
2012-10-16tools/env: Improve debug printsJoe Hershberger1-5/+22
2012-10-16tools/env: Fix variable delete operationJoe Hershberger1-2/+3
2012-10-16tools/env: Fix build failure from missing header includeJoe Hershberger1-0/+1
2012-10-15kerneldoc: Implement "Example" section handlingMarek Vasut1-0/+3
2012-10-15kerneldoc: Implant DocBook from Linux kernelMarek Vasut5-1/+3170
2012-10-15tools: Add a README note about fw_printenv lock fileJoe Hershberger1-0/+4
2012-10-15env: Check for NULL pointer in envmatch()Joe Hershberger1-0/+2
2012-10-15tools/env: Serialize calls to fw_*envJoe Hershberger1-22/+37
2012-10-15tools/env: Don't call env_init() in fw_getenv()Joe Hershberger1-3/+0
2012-10-15tools/env: Remove unneeded complexityJoe Hershberger1-20/+13
2012-10-15tools/env: Use a board-specific default envJoe Hershberger3-17/+35
2012-10-15tools: Add cleanpatchFabio Estevam1-0/+258
2012-10-15patman: Handle checkpatch.pl not providing file/line infoSimon Glass1-2/+3
2012-10-15patman: Support Series-name tag to name a seriesSimon Glass2-2/+7
2012-10-15COMMON: Use __stringify() instead of MK_STR()Marek Vasut1-20/+17
2012-10-04tools, config.mk: add binutils-versionAllen Martin1-0/+20
2012-09-27Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini1-7/+11
2012-09-26patman: Use reverse order for changelogOtavio Salvador1-4/+4
2012-09-25Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini5-0/+387
2012-09-24net: Make netconsole src and dest ports configurableJoe Hershberger1-7/+11
2012-09-18fw_env: Add env vars describing U-Boot target boardBenoît Thébaudeau1-0/+11
2012-09-02patman: Do not Cc addresses included in To listOtavio Salvador1-0/+7
2012-09-02patman: Allow for changelog use in first version of a seriesOtavio Salvador1-3/+4
2012-09-02patman: don't mess with signoffsIlya Yanok1-11/+2
2012-09-02patman: don't mess with changelogIlya Yanok1-3/+2
2012-09-02patman: don't pick changes while processing patchesIlya Yanok1-1/+2
2012-09-02patman: fix end of changes detectionIlya Yanok1-0/+6
2012-08-23powerpc/CoreNet: add tool to support pbl image build.Shaohui Xie5-0/+387
2012-08-11tools: add kwboot binary to .gitignore fileLuka Perkov1-0/+1
2012-07-28MIPS: fix renaming of inca-swap-bytes to xway-swap-bytesDaniel Schwierzeck1-1/+1
2012-07-20tools: clean up mingw ifdefsMike Frysinger2-8/+10
2012-07-09tools: Fix mingw tools buildVladimir Yakovlev2-3/+10
2012-07-07kwboot: boot kirkwood SoCs over a serial linkLuka Perkov2-0/+748
2012-07-02tools/mkenvimage.c: fix basename(3) usageAndreas Bießmann1-0/+1
2012-06-21checkpatch: add check for whitespace before semicolon at end-of-lineEric Nelson1-0/+6
2012-06-21Strip fw_printenv like the other toolsLoïc Minier1-0/+1
2012-06-20patman: Handle creation of patman config fileVikram Narayanan3-3/+55
2012-06-20patman: Change the location of patman config fileVikram Narayanan2-2/+2
2012-06-20easylogo: add lzma supportMike Frysinger1-29/+56
2012-05-15tools, config.mk: Add gcc-version.sh, cc-version test from LinuxTom Rini1-0/+32
2012-04-30patman: Change the location of patman pathVikram Narayanan1-3/+3
2012-04-30patman: Fix a typo errorVikram Narayanan1-1/+1
2012-04-21Prepare v2012.04Wolfgang Denk1-34/+34
2012-04-21Add 'patman' patch generation, checking and submission scriptSimon Glass13-0/+2354
2012-04-11mkenvimage: Fix compiler warningDirk Behme1-2/+2
2012-03-30Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingWolfgang Denk1-57/+81