summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* tools: mkenvimage: Always consider non-regular filesAndre Przywara2019-07-181-49/+21
* tools: mkenvimage: Fix reading from slow pipeAndre Przywara2019-07-181-2/+1
* lib: rsa: add support to other openssl engine types than pkcs11Vesa Jääskeläinen2019-07-181-1/+1
* trace: do not limit trace buffer to 2GiBHeinrich Schuchardt2019-07-101-2/+2
* Add a simple script to remove boardsSimon Glass2019-07-101-0/+150
* patman: Update cover-coverage tests for Python 3Simon Glass2019-07-101-6/+9
* binman: Update the README.entries fileSimon Glass2019-07-101-0/+15
* binman: Document parallel testsSimon Glass2019-07-101-0/+14
* binman: Read map files as textSimon Glass2019-07-101-1/+1
* binman: Fix up a format string in AssertInList()Simon Glass2019-07-101-1/+1
* binman: Update 'text' entry for Python 3Simon Glass2019-07-101-3/+6
* patman: Update fmap code for Python 3Simon Glass2019-07-102-4/+11
* binman: Update entry_test to support Python 3Simon Glass2019-07-101-1/+5
* binman: Convert to use bytes typeSimon Glass2019-07-106-72/+77
* binman: Avoid changing a dict during iterationSimon Glass2019-07-101-2/+5
* patman: Allow reading files in text modeSimon Glass2019-07-101-2/+2
* dtoc: Update dtb_platdata to support Python 3Simon Glass2019-07-101-1/+2
* dtoc: Update fdt_util for Python 3Simon Glass2019-07-102-16/+2
* dtoc: Add a unit test for BytesToValue()Simon Glass2019-07-101-1/+5
* dtoc: Test full 64-bit properties with FdtCellsToCpu()Simon Glass2019-07-101-2/+9
* dtoc: Use binary mode for reading filesSimon Glass2019-07-101-3/+3
* dtoc: Convert the Fdt.Node class to Python 3Simon Glass2019-07-101-2/+5
* dtoc: Convert the Fdt.Prop class to Python 3Simon Glass2019-07-101-4/+4
* dtoc: Use byte type instead of str in fdtSimon Glass2019-07-103-14/+43
* dtoc: Updates BytesToValue() for Python 3Simon Glass2019-07-102-16/+52
* dtoc: Move BytesToValue() out of the Prop classSimon Glass2019-07-101-51/+53
* dtoc: Use GetBytes() to obtain repeating bytesSimon Glass2019-07-102-3/+5
* dtoc: Sort platdata output from dtocSimon Glass2019-07-102-7/+8
* dtoc: Adjust code for Python 3Simon Glass2019-07-104-9/+15
* patman: Don't require Python 2Simon Glass2019-07-101-1/+1
* patman: Tidy up a few more unicode conversionsSimon Glass2019-07-102-6/+3
* patman: Adjust functional tests for Python 3Simon Glass2019-07-101-11/+14
* patman: Avoid unicode type in settings unit testsSimon Glass2019-07-101-8/+8
* patman: Sort series output for repeatabilySimon Glass2019-07-102-12/+12
* patman: Move unicode helpers to toolsSimon Glass2019-07-104-16/+39
* patman: Support use of stringIO in Python 3Simon Glass2019-07-101-1/+6
* binman: Handle repeated bytes for Python 3Simon Glass2019-07-106-25/+50
* binman: Drop an unused input fileSimon Glass2019-07-101-1/+0
* binman: Use binary mode when compressing dataSimon Glass2019-07-102-2/+2
* patman: Provide a way to get program output in binary modeSimon Glass2019-07-102-3/+4
* tools: dtoc: Open all binary files in binary modeSimon Glass2019-07-101-1/+1
* tools: binman: Open all binary files in binary modeSimon Glass2019-07-101-15/+15
* binman: Use items() instead of iteritems()Simon Glass2019-07-105-6/+6
* patman: Use items() instead of iteritems()Simon Glass2019-07-101-1/+1
* binman: Remove use of Set()Simon Glass2019-07-103-9/+6
* binman: Don't show errors for failed testsSimon Glass2019-07-101-0/+12
* binman: Convert print statements to Python 3Simon Glass2019-07-102-8/+12
* patman: Convert print statements to Python 3Simon Glass2019-07-103-15/+14
* patman: Update cros_subprocess to use bytesSimon Glass2019-07-102-20/+29
* moveconfig: expand simple expressionsMarkus Klotzbuecher2019-07-091-0/+41