aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2014-07-07buildman: fix toolchain priority_listMasahiro Yamada1-1/+1
2014-07-07buildman: fix to display warning message for missing [toolchain] sectionMasahiro Yamada1-1/+1
2014-07-07patman: Only apply patches when we know the original HEADSimon Glass1-0/+4
2014-06-23lib, fdt: move fdtdec_get_int() out of lib/fdtdec.cHeiko Schocher1-0/+1
2014-06-19includes: move openssl headers to include/u-bootJeroen Hofstee5-5/+4
2014-06-19Enhance fit_check_sign to check all imagesSimon Glass2-5/+14
2014-06-19Allow compiling common/bootm.c on with HOSTCCSimon Glass1-0/+1
2014-06-19Reverse the meaning of the fit_config_verify() return codeSimon Glass1-2/+1
2014-06-19tools: Check arguments in fit_check_sign/fit_infoSimon Glass2-0/+21
2014-06-19mkimage: Automatically expand FDT in more casesSimon Glass1-1/+3
2014-06-11.gitignore: move *.exe pattern to the top gitignore for CygwinMasahiro Yamada1-1/+0
2014-06-11kbuild: remove unnecessary adjustment for CygwinMasahiro Yamada1-49/+40
2014-06-11kbuild, tools: generate wrapper C sources automatically by MakefileMasahiro Yamada19-30/+26
2014-06-11mkimage: Automatically make space in FDT when fullSimon Glass6-60/+114
2014-06-11Improve error handling in fit_commonSimon Glass4-19/+29
2014-06-11tools: include u-boot version of sha256.hJeroen Hofstee1-0/+1
2014-06-05tools: refactor HOSTLOADLIBES_* optionsMasahiro Yamada1-10/+9
2014-06-05Prevent a stack overflow in fit_check_signMichael van der Westhuizen1-2/+3
2014-06-05tools: Refactor mxsimage to use pbl_crc32Charles Manning1-25/+7
2014-06-05mkimage : Split out and clean pbl_crc32 for use by other image typesCharles Manning4-46/+71
2014-05-27arm:at91: enable ROM loadable atmel imageAndreas Bießmann2-0/+53
2014-05-27mkimage: add atmelimageAndreas Bießmann4-0/+346
2014-05-25sunxi: non-FEL SPL boot support for sun7iIan Campbell3-0/+145
2014-05-16patman: Suppress duplicate signoffs only for real patchesSimon Glass1-1/+2
2014-05-13Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini1-0/+0
2014-05-12tools: env: Add aes.c placeholderMarek Vasut1-0/+1
2014-05-09Merge branch 'tom' of git://git.denx.de/u-boot-x86Tom Rini4-4/+27
2014-05-09patman: Avoid duplicate sign-offsSimon Glass3-2/+23
2014-05-09patman: Deal with 'git apply' failures correctlySimon Glass1-2/+4
2014-05-09Merge branch 'u-boot/master'Albert ARIBAUD18-70/+473
2014-05-05logos: Update of the syteco company logoThomas Diener1-0/+0
2014-04-18buildman: make output dir configurableDaniel Schwierzeck2-1/+4
2014-04-18tools: fix Makefile to clean-up fit_info and fit_check_signMasahiro Yamada1-3/+1
2014-04-17tools: mkimage: add support for gpimage formatKaricheri, Muralidharan8-93/+218
2014-04-17fw_env.c: Switch get_config to use '%ms' in sscanfTom Rini1-5/+8
2014-04-17Merge branch 'next'Tom Rini16-69/+471
2014-03-22patman: Use Patch-cc: instead of Cc:Simon Glass2-11/+14
2014-03-21env: Implement support for AES encryption into fw_* toolsMarek Vasut3-8/+140
2014-03-21tools, fit_check_sign: verify a signed fit imageHeiko Schocher8-2/+111
2014-03-21tools, fit: add fit_info host commandHeiko Schocher6-58/+217
2014-03-21fit: add sha256 supportHeiko Schocher2-1/+3
2014-03-21tools/image-host: fix sign-images bugHeiko Schocher1-1/+1
2014-03-12kbuild: rename SRCTREE to srctreeMasahiro Yamada2-4/+4
2014-03-12fw_env: correct writes to devices with small erase blocksDustin Byford1-2/+2
2014-03-12fw_env: calculate default number of env sectorsDustin Byford2-7/+9
2014-03-04kbuild: tools: fix a bug that always builds Denx logoMasahiro Yamada1-2/+2
2014-03-04kbuild: add "cross_tools" target to build tools for the targetMasahiro Yamada1-0/+12
2014-02-25kbuild: move asm-offsets.h rules to ./KbuildMasahiro Yamada1-27/+0
2014-02-19kernel-doc: move kernel-doc tools to scripts/Masahiro Yamada5-3146/+0
2014-02-19tools/env: cross-compile fw_printenv without setting HOSTCCMasahiro Yamada4-7/+18