summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
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-07Various, accumulated typos collected from around the tree.Robert P. J. Day1-1/+1
2016-10-07Suspected Spam: Do not open attachements![PATCH 4/6] tools/env: flash_write_b...Andreas Fenkart1-7/+8
2016-10-07tools/env: lookup dev_type directly from flash_read_buf/flash_write_bufAndreas Fenkart1-15/+13
2016-10-07tools/env: pass bad block offset by valueAndreas Fenkart1-5/+5
2016-10-07tools/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-19dtoc: Add methods for reading data from propertiesSimon Glass1-0/+25
2016-09-19dtoc: Correct quotes in fdt_utilSimon Glass1-1/+1
2016-09-19dtoc: Support finding the offset of a propertySimon Glass2-0/+29
2016-09-19dtoc: Support packing the device treeSimon Glass2-0/+27
2016-09-19dtoc: Support deleting device tree propertiesSimon Glass3-0/+43
2016-09-19dtoc: Move to using bytearraySimon Glass1-1/+1
2016-09-19dtoc: Prepare for supporting changing of device treesSimon Glass1-4/+42
2016-09-19dtoc: Drop the convert_dash parameter to GetProps()Simon Glass1-4/+1
2016-09-19dtoc: Allow the device tree to be compiled from sourceSimon Glass3-2/+48
2016-09-19patman: Add a library to handle logging and progressSimon Glass1-0/+166
2016-09-19patman: Add a tools library for using temporary filesSimon Glass1-0/+120
2016-09-19dtoc: Move a few more common functions into fdt.pySimon Glass3-32/+57
2016-09-19dtoc: Move Widen() and GetPhandle() into the base classSimon Glass3-83/+41
2016-09-19dtoc: Move BytesToValue() and GetEmpty() into PropBaseSimon Glass5-79/+80
2016-09-19dtoc: Create a base class for FdtSimon Glass4-48/+148
2016-09-19dtoc: Rename fdt.py to fdt_normal.pySimon Glass2-1/+1
2016-09-19dtoc: Move the fdt library selection into fdt_selectSimon Glass2-15/+26
2016-09-19dtoc: Move the struct import into the correct orderSimon Glass1-2/+1