summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2016-12-16imx6: icorem6: Add custom splashscreen supportJagan Teki1-0/+0
2016-12-09tools: mkimage: Use fstat instead of stat to avoid malicious hacksMichal Simek2-8/+22
2016-12-09Revert "Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze"Tom Rini2-22/+8
2016-12-08tools: mkimage: Use fstat instead of stat to avoid malicious hacksMichal Simek2-8/+22
2016-12-03buildman: Rename do_build to config_onlySimon Glass1-5/+5
2016-12-02buildman: Clean up odd characters on the terminalSimon Glass1-1/+1
2016-12-02buildman: Squash useless output from -KSimon Glass4-13/+38
2016-12-02buildman: Add documentation for CONFIG checkingSimon Glass1-0/+37
2016-12-02buildman: Add an option to just create the configSimon Glass4-7/+17
2016-12-01tools/kwbimage: add DEBUG optionChris Packham2-1/+10
2016-12-01tools/kwbimage: add BAUDRATE optionChris Packham2-1/+44
2016-11-30Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini1-1/+9
2016-11-30Merge git://git.denx.de/u-boot-mpc85xxTom Rini1-0/+2
2016-11-29tools: imximage: display DCD block offset, lengthEric Nelson1-1/+9
2016-11-28tools/env: fix environment alignment tests for block devicesMax Krummenacher1-27/+33
2016-11-28tools/Makefile: suppress "which swig" error outputAndre Przywara1-1/+1
2016-11-24tools/env: Correct include kconfigYork Sun1-0/+2
2016-11-21image: Combine image_sig_algo with image_sign_infoAndrew Duda1-7/+9
2016-11-21image: Add crypto_algo struct for RSA infoAndrew Duda1-4/+5
2016-11-15tools: mkimage: Check if file is regular fileMichal Simek1-2/+8
2016-11-15tools: mkimage: Add support for initialization table for Zynq and ZynqMPMike Looijmans2-0/+56
2016-11-13tools: fix mksunxiboot build for tools-all targetAndre Przywara1-1/+1
2016-11-06mkimage: Allow including a ramdisk in FIT auto modeTomeu Vizoso3-4/+40
2016-11-06buildman: Fix building based on 'options' fieldTom Rini1-2/+2
2016-11-05tools: imximage: check return value when open the plugin filePeng Fan1-1/+8
2016-10-31mkimage: Fix missing free() in show_valid_options()Simon Glass1-0/+1
2016-10-31Fix spelling of "occur".Vagrant Cascadian1-1/+1
2016-10-30tools: add mksunxiboot to tools-all targetStefan BrĂ¼ns2-1/+2
2016-10-30sunxi: Rename CONFIG_SUNXI to CONFIG_ARCH_SUNXIJagan Teki1-1/+1
2016-10-28Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2-60/+230
2016-10-24tools: moveconfig: support wildcards in --defconfigs fileMasahiro Yamada1-8/+22
2016-10-24tools: imximage: add plugin supportPeng Fan2-60/+230
2016-10-14pbl: use "wait" command instead of "flush" commandZhao Qiang1-1/+1
2016-10-09tools: buildman: Add compiler wrapperYork Sun2-2/+25
2016-10-09tools: buildman: Remove duplicated codeYork Sun1-4/+0
2016-10-09dtoc: Make integer division python 3.x safePaul Burton1-1/+1
2016-10-09dtoc: Decode strings for struct.unpack on python 3.xPaul Burton1-0/+3
2016-10-09dtoc: Use items() to iterate over dictionaries in python 3.xPaul Burton2-5/+5
2016-10-09patman: Fix doctest StringIO import for python 3.xPaul Burton1-5/+8
2016-10-09patman: Use items() to iterate over dictionariesPaul Burton1-1/+1
2016-10-09patman: Import 'configparser' lower case to be python 3.x safePaul Burton1-1/+5
2016-10-09patman: Make exception handling python 3.x safePaul Burton3-8/+8
2016-10-09patman: Make print statements python 3.x safePaul Burton9-52/+58
2016-10-09patman: Replace tabs with spacesPaul Burton1-2/+2
2016-10-09dtoc: Add a way for tests to request the fallback librarySimon Glass1-3/+13
2016-10-09dtoc: Adjust GetProps() in fdt_normal to use the node pathSimon Glass1-6/+3
2016-10-09dtoc: Fix bug in GetProp()Simon Glass1-1/+1
2016-10-09buildman: Drop the 'alive' flag in BuilderThreadSimon Glass1-3/+1
2016-10-09buildman: Don't show a stacktrace on Ctrl-CSimon Glass1-0/+7
2016-10-09buildman: Drop the 'active' flag in the builderSimon Glass2-16/+1