summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* tools, scripts: refactor error-out statements of Python scriptsMasahiro Yamada2014-08-214-26/+13
* patman: Only use git's --no-decorate when availableSimon Glass2014-08-131-1/+8
* patman: Move the 'git log' command into a functionSimon Glass2014-08-132-13/+31
* buildman: Allow selection of the number of commits to buildSimon Glass2014-08-131-12/+19
* buildman: Introduce an 'and' operator for board selectionSimon Glass2014-08-133-17/+184
* buildman: Add a few more toolchain examples to the READMESimon Glass2014-08-131-0/+2
* buildman: Add a message indicating there are no errorsSimon Glass2014-08-131-0/+7
* buildman: Add an option to specify the buildman config fileSimon Glass2014-08-132-1/+3
* buildman: Remove unused non-incremental build method codeSimon Glass2014-08-132-35/+0
* buildman: Add verbose option to display errors as they happenSimon Glass2014-08-135-15/+56
* buildman: Refactor output optionsSimon Glass2014-08-133-26/+34
* buildman: Sort command line optionsSimon Glass2014-08-131-6/+6
* buildman: Move BuilderThread code to its own fileSimon Glass2014-08-132-431/+442
* buildman: Allow building of current source treeSimon Glass2014-08-132-54/+108
* buildman: Add some notes about moving from MAKEALLSimon Glass2014-08-131-0/+92
* buildman: Fix a few typosSimon Glass2014-08-131-6/+6
* buildman: adjust for KconfigMasahiro Yamada2014-07-303-4/+14
* tools: add genboardscfg.pyMasahiro Yamada2014-07-301-0/+504
* kconfig: switch to KconfigMasahiro Yamada2014-07-302-2/+2
* buildman: make sure to invoke GNU MakeMasahiro Yamada2014-07-292-3/+12
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2014-07-291-6/+4
|\
| * Merge branch 'u-boot-sunxi/master' into 'u-boot-arm/master'Albert ARIBAUD2014-07-281-6/+4
| |\
| | * sunxi: mksunxiboot: Fix loading of files with a size which is not a multiple ...Hans de Goede2014-07-061-6/+4
* | | patman: make "No recipient" checking more tolerantMasahiro Yamada2014-07-281-3/+8
* | | buildman: Support in-tree buildsSimon Glass2014-07-283-2/+16
* | | buildman: Add -C option to force a reconfigure for each commitSimon Glass2014-07-283-1/+13
|/ /
* | buildman: Avoid retrying a build if it definitely failedSimon Glass2014-07-231-1/+3
* | buildman: Add -F flag to retry failed buildsSimon Glass2014-07-233-5/+22
* | buildman: fix toolchain priority_listMasahiro Yamada2014-07-071-1/+1
* | buildman: fix to display warning message for missing [toolchain] sectionMasahiro Yamada2014-07-071-1/+1
* | patman: Only apply patches when we know the original HEADSimon Glass2014-07-071-0/+4
|/
* lib, fdt: move fdtdec_get_int() out of lib/fdtdec.cHeiko Schocher2014-06-231-0/+1
* includes: move openssl headers to include/u-bootJeroen Hofstee2014-06-195-5/+4
* Enhance fit_check_sign to check all imagesSimon Glass2014-06-192-5/+14
* Allow compiling common/bootm.c on with HOSTCCSimon Glass2014-06-191-0/+1
* Reverse the meaning of the fit_config_verify() return codeSimon Glass2014-06-191-2/+1
* tools: Check arguments in fit_check_sign/fit_infoSimon Glass2014-06-192-0/+21
* mkimage: Automatically expand FDT in more casesSimon Glass2014-06-191-1/+3
* .gitignore: move *.exe pattern to the top gitignore for CygwinMasahiro Yamada2014-06-111-1/+0
* kbuild: remove unnecessary adjustment for CygwinMasahiro Yamada2014-06-111-49/+40
* kbuild, tools: generate wrapper C sources automatically by MakefileMasahiro Yamada2014-06-1119-30/+26
* mkimage: Automatically make space in FDT when fullSimon Glass2014-06-116-60/+114
* Improve error handling in fit_commonSimon Glass2014-06-114-19/+29
* tools: include u-boot version of sha256.hJeroen Hofstee2014-06-111-0/+1
* tools: refactor HOSTLOADLIBES_* optionsMasahiro Yamada2014-06-051-10/+9
* Prevent a stack overflow in fit_check_signMichael van der Westhuizen2014-06-051-2/+3
* tools: Refactor mxsimage to use pbl_crc32Charles Manning2014-06-051-25/+7
* mkimage : Split out and clean pbl_crc32 for use by other image typesCharles Manning2014-06-054-46/+71
* arm:at91: enable ROM loadable atmel imageAndreas Bießmann2014-05-272-0/+53
* mkimage: add atmelimageAndreas Bießmann2014-05-274-0/+346
OpenPOWER on IntegriCloud