summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2019-07-24buildman: fix invocation examples typosBaruch Siach1-2/+2
2019-07-24binman: Add a test for nested and aligned sectionsSimon Glass2-1/+94
2019-07-24binman: Add an 'extract' commandSimon Glass4-1/+286
2019-07-24binman: Support reading from CBFS entriesSimon Glass2-0/+21
2019-07-24binman: Allow reading an entry from an imageSimon Glass5-1/+99
2019-07-24binman: Allow for logging information to be displayedSimon Glass4-4/+31
2019-07-24binman: Support listing an imageSimon Glass6-1/+352
2019-07-24binman: Convert Image to a subclass of EntrySimon Glass9-702/+462
2019-07-24binman: Support reading an image into an Image objectSimon Glass4-4/+111
2019-07-24binman: Support locating an image headerSimon Glass2-0/+50
2019-07-24binman: Support locating an FDT mapSimon Glass3-2/+74
2019-07-24binman: Allow listing the entries in an imageSimon Glass7-1/+174
2019-07-24binman: Detect bad CBFS file typesSimon Glass3-0/+26
2019-07-24binman: Support FDT update for CBFSSimon Glass3-3/+92
2019-07-24binman: Use the cbfs memlen field only for uncompressed lengthSimon Glass1-4/+7
2019-07-24binman: Provide the actual data address for cbfs filesSimon Glass1-11/+20
2019-07-24binman: Allow device-tree entries to be compressedSimon Glass4-12/+53
2019-07-24binman: Allow entries to expand after packingSimon Glass12-25/+184
2019-07-24binman: Add a control for post-pack entry expansionSimon Glass1-0/+24
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-24binman: Allow preserving test directoriesSimon Glass4-6/+50
2019-07-24binman: Allow verbosity control when running testsSimon Glass2-3/+22
2019-07-24binman: Fix up the _DoTestFile() function -u argumentSimon Glass1-1/+1
2019-07-24binman: Support ELF files for TPLSimon Glass4-0/+39
2019-07-24binman: Correct comment in u_boot_spl_elfSimon Glass2-2/+2
2019-07-24binman: Use tools compression function for blob handlingSimon Glass1-12/+4
2019-07-24binman: Drop unnecessary debug handlingSimon Glass1-5/+0
2019-07-24binman: Use the tools.Decompress methodSimon Glass1-11/+2
2019-07-24patman: Add functions to compress and decompress dataSimon Glass2-1/+68
2019-07-24binman: Allow text directly in the nodeSimon Glass4-5/+34
2019-07-24binman: Update entry.SetOffsetSize to be optionalSimon Glass2-7/+16