aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2019-07-24binman: Add a return value to ProcessContentsUpdate()Simon Glass10-15/+44
2019-07-24binman: Call ProcessUpdateContents() consistentlySimon Glass4-4/+4
2019-07-24binman: Fix up ProcessUpdateContents error and commentsSimon Glass2-5/+5
2019-07-24binman: Allow easy importing of entry modulesSimon Glass3-0/+3
2019-07-24binman: Drop an unused arg in Entry.Lookup()Simon Glass1-4/+3
2019-07-24binman: Move compression into the Entry base classSimon Glass3-18/+21
2019-07-24binman: Convert to use ArgumentParserSimon Glass6-131/+128
2019-07-24binman: Add an image headerSimon Glass10-3/+242
2019-07-24binman: Add an FDT mapSimon Glass6-8/+211
2019-07-24binman: Add a convenience functions for real-DTB testsSimon Glass1-2/+12
2019-07-24binman: Update help for new featuresSimon Glass1-4/+3
2019-07-24binman: Update future featuresSimon Glass1-4/+8
2019-07-24binman: Simplify the entry testSimon Glass1-16/+16
2019-07-24binman: Add support for fixed-offset files in CBFSSimon Glass6-34/+276
2019-07-24binman: Pad empty areas of the CBFS with filesSimon Glass2-4/+87
2019-07-24binman: Add support for Intel IFWI entriesSimon Glass8-2/+245
2019-07-24binman: Add support for CBFS entriesSimon Glass13-0/+620
2019-07-24binman: Add a utility library for coreboot CBFSSimon Glass3-1/+1263
2019-07-24patman: Add a function to write ifwitoolSimon Glass1-0/+33
2019-07-24binman: Pass the toolpath to testsSimon Glass2-4/+16
2019-07-23binman: Allow preserving test directoriesSimon Glass4-6/+50
2019-07-23binman: Allow verbosity control when running testsSimon Glass2-3/+22
2019-07-23binman: Fix up the _DoTestFile() function -u argumentSimon Glass1-1/+1
2019-07-23binman: Support ELF files for TPLSimon Glass4-0/+39
2019-07-23binman: Correct comment in u_boot_spl_elfSimon Glass2-2/+2
2019-07-23binman: Use tools compression function for blob handlingSimon Glass1-12/+4
2019-07-23binman: Drop unnecessary debug handlingSimon Glass1-5/+0
2019-07-23binman: Use the tools.Decompress methodSimon Glass1-11/+2
2019-07-23patman: Add functions to compress and decompress dataSimon Glass2-1/+68
2019-07-23binman: Allow text directly in the nodeSimon Glass4-5/+34
2019-07-23binman: Update entry.SetOffsetSize to be optionalSimon Glass2-7/+16
2019-07-23binman: Don't assume there is an ME regionSimon Glass4-3/+20
2019-07-23binman: Assume Intel descriptor is at the start of the imageSimon Glass2-0/+10
2019-07-23binman: Ensure that coverage has access to site packagesSimon Glass1-0/+8
2019-07-23binman: Add a function to decode an ELF fileSimon Glass3-0/+102
2019-07-23binman: Add a function to create a sample ELF fileSimon Glass2-0/+117
2019-07-23binman: Detect skipped testsSimon Glass1-2/+7
2019-07-23binman: Use a better error for missing Intel descriptorSimon Glass2-3/+3
2019-07-23binman: Tidy up help for --indirSimon Glass1-1/+1
2019-07-23binman: Add missing comments toentrySimon Glass1-0/+15
2019-07-23binman: Add missing comments to bsectionSimon Glass1-0/+23
2019-07-23binman: Add a --toolpath option to set the tool search pathSimon Glass3-0/+13
2019-07-23patman: Add a way to set the search path for toolsSimon Glass1-5/+37
2019-07-23binman: Add coverage tools info for Python 3Simon Glass1-1/+1
2019-07-23binman: Correct two typos in function names in ftestSimon Glass1-2/+2
2019-07-23binman: Fix comment in bsection.GetEntries()Simon Glass1-2/+2
2019-07-23tools: Drop duplicate raise_on_error argumentSimon Glass1-2/+2
2019-07-23x86: Add ifwitool for Intel Integrated Firmware ImageSimon Glass2-0/+2307
2019-07-18tools: mkenvimage: Always consider non-regular filesAndre Przywara1-49/+21
2019-07-18tools: mkenvimage: Fix reading from slow pipeAndre Przywara1-2/+1