summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* binman: Don't assume there is an ME regionSimon Glass2019-07-234-3/+20
* binman: Assume Intel descriptor is at the start of the imageSimon Glass2019-07-232-0/+10
* binman: Ensure that coverage has access to site packagesSimon Glass2019-07-231-0/+8
* binman: Add a function to decode an ELF fileSimon Glass2019-07-233-0/+102
* binman: Add a function to create a sample ELF fileSimon Glass2019-07-232-0/+117
* binman: Detect skipped testsSimon Glass2019-07-231-2/+7
* binman: Use a better error for missing Intel descriptorSimon Glass2019-07-232-3/+3
* binman: Tidy up help for --indirSimon Glass2019-07-231-1/+1
* binman: Add missing comments toentrySimon Glass2019-07-231-0/+15
* binman: Add missing comments to bsectionSimon Glass2019-07-231-0/+23
* binman: Add a --toolpath option to set the tool search pathSimon Glass2019-07-233-0/+13
* patman: Add a way to set the search path for toolsSimon Glass2019-07-231-5/+37
* binman: Add coverage tools info for Python 3Simon Glass2019-07-231-1/+1
* binman: Correct two typos in function names in ftestSimon Glass2019-07-231-2/+2
* binman: Fix comment in bsection.GetEntries()Simon Glass2019-07-231-2/+2
* tools: Drop duplicate raise_on_error argumentSimon Glass2019-07-231-2/+2
* x86: Add ifwitool for Intel Integrated Firmware ImageSimon Glass2019-07-232-0/+2307
* 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