aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2013-06-13Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2-17/+10
2013-06-08Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD2-17/+10
2013-06-06checkpatch.pl: Add 'printf' to logFunctionsTom Rini1-0/+1
2013-06-04mkimage: Add map_sysmem() and IH_ARCH_DEFAULT to simplfy buildingSimon Glass1-0/+12
2013-06-03wandboard: Add Boot Splash image with Wandboard logoOtavio Salvador1-0/+0
2013-06-03build: Use generic boot logo matchingOtavio Salvador1-17/+10
2013-05-30Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD9-49/+300
2013-05-14buildman: Produce a sensible error message when branch is missingSimon Glass2-6/+19
2013-05-14mkimage: Put FIT loading in function and tidy error handlingSimon Glass1-39/+57
2013-05-14image: Rename fit_add_hashes() to fit_add_verification_data()Simon Glass2-78/+67
2013-05-14image: Convert fit_image_hash_set_value() to static, and renameSimon Glass1-31/+31
2013-05-14image: Split hash node processing into its own functionSimon Glass1-39/+57
2013-05-14image: Move HOSTCC image code to tools/Simon Glass2-0/+203
2013-05-14image: Split FIT code into new image-fit.cSimon Glass1-0/+2
2013-05-14mkimage: Move ARRAY_SIZE to header fileSimon Glass2-1/+2
2013-05-11Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD3-9/+25
2013-05-09patman: Do not hardcode python pathMichal Simek1-1/+1
2013-05-09buildman: Allow conflicting tags to avoid spurious errorsSimon Glass2-1/+8
2013-05-05imx: Align the imximage header and payload to multiples of 4kMarek Vasut2-5/+9
2013-04-28tools: arm: imx: Implement BOOT_OFFSET command for imximageMarek Vasut2-0/+12
2013-04-26mxs: mxsboot: Move sdcard BCB header to 4 sectors offsetOtavio Salvador1-4/+4
2013-04-18patman: fix gitutil for decorationsAndreas Bießmann2-4/+7
2013-04-17fdt: Ensure that libfdt_env.h comes from U-BootSimon Glass1-1/+2
2013-04-12Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD22-152/+3917
2013-04-12autoconfig.mk: Make it possible to define configs from other configsBenoît Thébaudeau1-0/+2
2013-04-11env: Add redundant env support to UBI envJoe Hershberger1-0/+3
2013-04-11env: Add support for UBI environmentJoe Hershberger1-1/+2
2013-04-08patman: Add Series-process-log tag to sort/uniq change logsSimon Glass3-4/+16
2013-04-08patman: Add -a option to refrain from test-applying the patchesSimon Glass1-3/+7
2013-04-08patman: Don't barf if the word 'commit' starts a lineDoug Anderson1-1/+1
2013-04-08patman: Provide option to ignore bad aliasesSimon Glass3-24/+61
2013-04-05logo: update to the new logo for ATMELJosh Wu1-0/+0
2013-04-04buildman - U-Boot multi-threaded builder and summary toolSimon Glass10-0/+3030
2013-04-04patman: Ignore all Gerrit Commit-* tagsSimon Glass1-1/+1
2013-04-04patman: Minor help message/README fixesSimon Glass2-3/+3
2013-04-04patman: Fix the comment in CheckTags to mention multiple tagsSimon Glass1-2/+3
2013-04-04patman: Don't allow spaces in tagsSimon Glass1-1/+1
2013-04-04patman: Fix up checkpatch parsing to deal with 'CHECK' linesSimon Glass2-62/+112
2013-04-04patman: Add Cover-letter-cc tag to Cc cover letter to peopleSimon Glass3-4/+27
2013-04-04patman: Allow specifying the message ID your series is in reply toDoug Anderson2-2/+9
2013-04-04patman: Make "Reviewed-by" an important tagDoug Anderson2-4/+4
2013-04-04patman: Add additional git utiltiesSimon Glass1-1/+123
2013-04-04patman: Allow reading metadata from a list of commitsSimon Glass1-7/+29
2013-04-04patman: Allow commands to raise on error, or notSimon Glass2-7/+13
2013-04-04patman: Make command methods return a CommandResultSimon Glass3-24/+64
2013-04-04patman: Add cros_subprocess library to manage subprocessesSimon Glass1-0/+397
2013-04-04patman: Use bright ANSI colours by defaultSimon Glass1-8/+11
2013-04-04patman: Use ANSI colours only when outputting to a terminalSimon Glass1-2/+9
2013-03-27checkpatch.pl: Add 'debug' to the list of logFunctionsTom Rini1-0/+1
2013-03-11env: Allow accessing non-mtd devicesLubomir Rintel2-10/+27