summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeLines
* pbl: use "wait" command instead of "flush" commandZhao Qiang2016-10-14-1/+1
* tools: buildman: Add compiler wrapperYork Sun2016-10-09-2/+25
* tools: buildman: Remove duplicated codeYork Sun2016-10-09-4/+0
* dtoc: Make integer division python 3.x safePaul Burton2016-10-09-1/+1
* dtoc: Decode strings for struct.unpack on python 3.xPaul Burton2016-10-09-0/+3
* dtoc: Use items() to iterate over dictionaries in python 3.xPaul Burton2016-10-09-5/+5
* patman: Fix doctest StringIO import for python 3.xPaul Burton2016-10-09-5/+8
* patman: Use items() to iterate over dictionariesPaul Burton2016-10-09-1/+1
* patman: Import 'configparser' lower case to be python 3.x safePaul Burton2016-10-09-1/+5
* patman: Make exception handling python 3.x safePaul Burton2016-10-09-8/+8
* patman: Make print statements python 3.x safePaul Burton2016-10-09-52/+58
* patman: Replace tabs with spacesPaul Burton2016-10-09-2/+2
* dtoc: Add a way for tests to request the fallback librarySimon Glass2016-10-09-3/+13
* dtoc: Adjust GetProps() in fdt_normal to use the node pathSimon Glass2016-10-09-6/+3
* dtoc: Fix bug in GetProp()Simon Glass2016-10-09-1/+1
* buildman: Drop the 'alive' flag in BuilderThreadSimon Glass2016-10-09-3/+1
* buildman: Don't show a stacktrace on Ctrl-CSimon Glass2016-10-09-0/+7
* buildman: Drop the 'active' flag in the builderSimon Glass2016-10-09-16/+1
* buildman: Allow builds to terminate cleanlySimon Glass2016-10-09-2/+6
* buildman: Put our local libraries first in the pathSimon Glass2016-10-09-1/+1
* buildman: Print a message indicating the build is startingSimon Glass2016-10-09-2/+3
* buildman: Print a message when removing old directoriesSimon Glass2016-10-09-0/+6
* buildman: Tidy up the 'cloning' messageSimon Glass2016-10-09-1/+3
* patman: Flush output when there is no newlineSimon Glass2016-10-09-0/+2
* Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2016-10-08-0/+165
|\
| * tools: mkimage: add support for Vybrid image formatAlbert ARIBAUD \(3ADEV\)2016-10-06-0/+165
* | env: tool: add command line option to input lockfile pathB, Ravi2016-10-08-6/+30
* | Various, accumulated typos collected from around the tree.Robert P. J. Day2016-10-06-1/+1
* | Suspected Spam: Do not open attachements![PATCH 4/6] tools/env: flash_write_b...Andreas Fenkart2016-10-06-7/+8
* | tools/env: lookup dev_type directly from flash_read_buf/flash_write_bufAndreas Fenkart2016-10-06-15/+13
* | tools/env: pass bad block offset by valueAndreas Fenkart2016-10-06-5/+5
* | tools/env: factor out environment_end functionAndreas Fenkart2016-10-06-17/+15
|/
* dtoc: Add methods for reading data from propertiesSimon Glass2016-09-18-0/+25
* dtoc: Correct quotes in fdt_utilSimon Glass2016-09-18-1/+1
* dtoc: Support finding the offset of a propertySimon Glass2016-09-18-0/+29
* dtoc: Support packing the device treeSimon Glass2016-09-18-0/+27
* dtoc: Support deleting device tree propertiesSimon Glass2016-09-18-0/+43
* dtoc: Move to using bytearraySimon Glass2016-09-18-1/+1
* dtoc: Prepare for supporting changing of device treesSimon Glass2016-09-18-4/+42
* dtoc: Drop the convert_dash parameter to GetProps()Simon Glass2016-09-18-4/+1
* dtoc: Allow the device tree to be compiled from sourceSimon Glass2016-09-18-2/+48
* patman: Add a library to handle logging and progressSimon Glass2016-09-18-0/+166
* patman: Add a tools library for using temporary filesSimon Glass2016-09-18-0/+120
* dtoc: Move a few more common functions into fdt.pySimon Glass2016-09-18-32/+57
* dtoc: Move Widen() and GetPhandle() into the base classSimon Glass2016-09-18-83/+41
* dtoc: Move BytesToValue() and GetEmpty() into PropBaseSimon Glass2016-09-18-79/+80
* dtoc: Create a base class for FdtSimon Glass2016-09-18-48/+148
* dtoc: Rename fdt.py to fdt_normal.pySimon Glass2016-09-18-1/+1
* dtoc: Move the fdt library selection into fdt_selectSimon Glass2016-09-18-15/+26
* dtoc: Move the struct import into the correct orderSimon Glass2016-09-18-2/+1