summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2016-10-28Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini
2016-10-24tools: moveconfig: support wildcards in --defconfigs fileMasahiro Yamada
2016-10-24tools: imximage: add plugin supportPeng Fan
2016-10-14pbl: use "wait" command instead of "flush" commandZhao Qiang
2016-10-09tools: buildman: Add compiler wrapperYork Sun
2016-10-09tools: buildman: Remove duplicated codeYork Sun
2016-10-09dtoc: Make integer division python 3.x safePaul Burton
2016-10-09dtoc: Decode strings for struct.unpack on python 3.xPaul Burton
2016-10-09dtoc: Use items() to iterate over dictionaries in python 3.xPaul Burton
2016-10-09patman: Fix doctest StringIO import for python 3.xPaul Burton
2016-10-09patman: Use items() to iterate over dictionariesPaul Burton
2016-10-09patman: Import 'configparser' lower case to be python 3.x safePaul Burton
2016-10-09patman: Make exception handling python 3.x safePaul Burton
2016-10-09patman: Make print statements python 3.x safePaul Burton
2016-10-09patman: Replace tabs with spacesPaul Burton
2016-10-09dtoc: Add a way for tests to request the fallback librarySimon Glass
2016-10-09dtoc: Adjust GetProps() in fdt_normal to use the node pathSimon Glass
2016-10-09dtoc: Fix bug in GetProp()Simon Glass
2016-10-09buildman: Drop the 'alive' flag in BuilderThreadSimon Glass
2016-10-09buildman: Don't show a stacktrace on Ctrl-CSimon Glass
2016-10-09buildman: Drop the 'active' flag in the builderSimon Glass
2016-10-09buildman: Allow builds to terminate cleanlySimon Glass
2016-10-09buildman: Put our local libraries first in the pathSimon Glass
2016-10-09buildman: Print a message indicating the build is startingSimon Glass
2016-10-09buildman: Print a message when removing old directoriesSimon Glass
2016-10-09buildman: Tidy up the 'cloning' messageSimon Glass
2016-10-09patman: Flush output when there is no newlineSimon Glass
2016-10-08Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini
2016-10-08env: tool: add command line option to input lockfile pathB, Ravi
2016-10-06Various, accumulated typos collected from around the tree.Robert P. J. Day
2016-10-06Suspected Spam: Do not open attachements![PATCH 4/6] tools/env: flash_write_b...Andreas Fenkart
2016-10-06tools/env: lookup dev_type directly from flash_read_buf/flash_write_bufAndreas Fenkart
2016-10-06tools/env: pass bad block offset by valueAndreas Fenkart
2016-10-06tools/env: factor out environment_end functionAndreas Fenkart
2016-10-06tools: mkimage: add support for Vybrid image formatAlbert ARIBAUD \(3ADEV\)
2016-09-18dtoc: Add methods for reading data from propertiesSimon Glass
2016-09-18dtoc: Correct quotes in fdt_utilSimon Glass
2016-09-18dtoc: Support finding the offset of a propertySimon Glass
2016-09-18dtoc: Support packing the device treeSimon Glass
2016-09-18dtoc: Support deleting device tree propertiesSimon Glass
2016-09-18dtoc: Move to using bytearraySimon Glass
2016-09-18dtoc: Prepare for supporting changing of device treesSimon Glass
2016-09-18dtoc: Drop the convert_dash parameter to GetProps()Simon Glass
2016-09-18dtoc: Allow the device tree to be compiled from sourceSimon Glass
2016-09-18patman: Add a library to handle logging and progressSimon Glass
2016-09-18patman: Add a tools library for using temporary filesSimon Glass
2016-09-18dtoc: Move a few more common functions into fdt.pySimon Glass
2016-09-18dtoc: Move Widen() and GetPhandle() into the base classSimon Glass
2016-09-18dtoc: Move BytesToValue() and GetEmpty() into PropBaseSimon Glass
2016-09-18dtoc: Create a base class for FdtSimon Glass