summaryrefslogtreecommitdiffstats
path: root/tools/binman
Commit message (Expand)AuthorAgeFilesLines
...
* binman: Support FDT update for CBFSSimon Glass2019-07-243-3/+92
* binman: Use the cbfs memlen field only for uncompressed lengthSimon Glass2019-07-241-4/+7
* binman: Provide the actual data address for cbfs filesSimon Glass2019-07-241-11/+20
* binman: Allow device-tree entries to be compressedSimon Glass2019-07-244-12/+53
* binman: Allow entries to expand after packingSimon Glass2019-07-2412-25/+184
* binman: Add a control for post-pack entry expansionSimon Glass2019-07-241-0/+24
* binman: Add a return value to ProcessContentsUpdate()Simon Glass2019-07-2410-15/+44
* binman: Call ProcessUpdateContents() consistentlySimon Glass2019-07-244-4/+4
* binman: Fix up ProcessUpdateContents error and commentsSimon Glass2019-07-242-5/+5
* binman: Allow easy importing of entry modulesSimon Glass2019-07-242-0/+2
* binman: Drop an unused arg in Entry.Lookup()Simon Glass2019-07-241-4/+3
* binman: Move compression into the Entry base classSimon Glass2019-07-243-18/+21
* binman: Convert to use ArgumentParserSimon Glass2019-07-245-129/+125
* binman: Add an image headerSimon Glass2019-07-2410-3/+242
* binman: Add an FDT mapSimon Glass2019-07-246-8/+211
* binman: Add a convenience functions for real-DTB testsSimon Glass2019-07-241-2/+12
* binman: Update help for new featuresSimon Glass2019-07-241-4/+3
* binman: Update future featuresSimon Glass2019-07-241-4/+8
* binman: Simplify the entry testSimon Glass2019-07-241-16/+16
* binman: Add support for fixed-offset files in CBFSSimon Glass2019-07-246-34/+276
* binman: Pad empty areas of the CBFS with filesSimon Glass2019-07-242-4/+87
* binman: Add support for Intel IFWI entriesSimon Glass2019-07-248-2/+245
* binman: Add support for CBFS entriesSimon Glass2019-07-2413-0/+620
* binman: Add a utility library for coreboot CBFSSimon Glass2019-07-243-1/+1263
* binman: Pass the toolpath to testsSimon Glass2019-07-242-4/+16
* binman: Allow preserving test directoriesSimon Glass2019-07-234-6/+50
* binman: Allow verbosity control when running testsSimon Glass2019-07-232-3/+22
* binman: Fix up the _DoTestFile() function -u argumentSimon Glass2019-07-231-1/+1
* binman: Support ELF files for TPLSimon Glass2019-07-234-0/+39
* binman: Correct comment in u_boot_spl_elfSimon Glass2019-07-232-2/+2
* binman: Use tools compression function for blob handlingSimon Glass2019-07-231-12/+4
* binman: Drop unnecessary debug handlingSimon Glass2019-07-231-5/+0
* binman: Use the tools.Decompress methodSimon Glass2019-07-231-11/+2
* patman: Add functions to compress and decompress dataSimon Glass2019-07-231-1/+2
* binman: Allow text directly in the nodeSimon Glass2019-07-234-5/+34
* binman: Update entry.SetOffsetSize to be optionalSimon Glass2019-07-232-7/+16
* 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
* 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