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