aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2016-11-23tools/env: Correct include kconfigYork Sun1-0/+2
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
2016-10-09buildman: Allow builds to terminate cleanlySimon Glass1-2/+6
2016-10-09buildman: Put our local libraries first in the pathSimon Glass1-1/+1
2016-10-09buildman: Print a message indicating the build is startingSimon Glass2-2/+3
2016-10-09buildman: Print a message when removing old directoriesSimon Glass1-0/+6
2016-10-09buildman: Tidy up the 'cloning' messageSimon Glass1-1/+3
2016-10-09patman: Flush output when there is no newlineSimon Glass1-0/+2
2016-10-08Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2-0/+165
2016-10-08env: tool: add command line option to input lockfile pathB, Ravi2-6/+30
2016-10-06Various, accumulated typos collected from around the tree.Robert P. J. Day1-1/+1
2016-10-06Suspected Spam: Do not open attachements![PATCH 4/6] tools/env: flash_write_b...Andreas Fenkart1-7/+8
2016-10-06tools/env: lookup dev_type directly from flash_read_buf/flash_write_bufAndreas Fenkart1-15/+13
2016-10-06tools/env: pass bad block offset by valueAndreas Fenkart1-5/+5
2016-10-06tools/env: factor out environment_end functionAndreas Fenkart1-17/+15
2016-10-06tools: mkimage: add support for Vybrid image formatAlbert ARIBAUD \(3ADEV\)2-0/+165
2016-09-18dtoc: Add methods for reading data from propertiesSimon Glass1-0/+25
2016-09-18dtoc: Correct quotes in fdt_utilSimon Glass1-1/+1
2016-09-18dtoc: Support finding the offset of a propertySimon Glass2-0/+29
2016-09-18dtoc: Support packing the device treeSimon Glass2-0/+27