summaryrefslogtreecommitdiff
path: root/tools/binman/control.py
AgeCommit message (Expand)AuthorFilesLines
2021-11-14binman: Fix replace subcommand help and commentsJan Kiszka1-2/+2
2021-11-13binman: Support updating the dtb in an ELF fileSimon Glass1-0/+11
2021-09-24tools: Refactor full help printingPaul Barker1-6/+3
2021-07-21binman: Add basic support for debugging performanceSimon Glass1-0/+3
2021-07-21binman: Support multithreading for building imagesSimon Glass1-0/+4
2021-03-26binman: doc: Add documentation to htmldocsSimon Glass1-1/+1
2021-03-26binman: Plumb expanded entries through fullySimon Glass1-6/+18
2021-03-26binman: Allow extracting to current directorySimon Glass1-1/+1
2021-01-31binman: Show the size when writing entriesSimon Glass1-1/+2
2020-10-29binman: Drop CheckEntries()Simon Glass1-1/+0
2020-10-29binman: Drop the Entry.CheckSize() methodSimon Glass1-1/+0
2020-10-29binman: Avoid reporting image-pos with compressionSimon Glass1-1/+1
2020-09-22binman: Support help messages for missing blobsSimon Glass1-1/+68
2020-09-22binman: Fix up a few missing commentsSimon Glass1-0/+5
2020-09-22binman: Use pkg_resources to find resourcesSimon Glass1-2/+4
2020-08-22binman: Correct some import statementsSimon Glass1-2/+2
2020-08-22binman: Move GetEntryModules() to controlSimon Glass1-0/+13
2020-07-25binman: Detect when valid images are not producedSimon Glass1-2/+14
2020-07-25binman: Allow external binaries to be missingSimon Glass1-2/+5
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini1-17/+2
2020-07-20binman: Detect when valid images are not producedSimon Glass1-2/+14
2020-07-20binman: Allow external binaries to be missingSimon Glass1-2/+5
2020-04-26patman: Move to absolute importsSimon Glass1-3/+3
2020-04-26binman: Move to absolute importsSimon Glass1-6/+6
2020-04-26patman: Drop references to __future__Simon Glass1-2/+0
2019-10-15binman: Add logging for the number of pack passesSimon Glass1-0/+1
2019-10-15binman: Write symbol info before image inclusionSimon Glass1-1/+1
2019-10-15binman: Allow use of help and entry-docs without libfdtSimon Glass1-2/+10
2019-10-08binman: Allow verbose output with all commandsSimon Glass1-21/+15
2019-07-29binman: Add command-line support for replacing entriesSimon Glass1-0/+75
2019-07-29binman: Correct the error message for invalid pathSimon Glass1-2/+2
2019-07-29binman: Split control.WriteEntryToImage() into separate functionsSimon Glass1-17/+59
2019-07-29binman: Update control.WriteEntry() to support writing the mapSimon Glass1-4/+6
2019-07-29binman: Move control.WriteEntry further down the fileSimon Glass1-41/+40
2019-07-29binman: Support replacing data in a cbfsSimon Glass1-1/+1
2019-07-29binman: Support shrinking a entry after packingSimon Glass1-1/+1
2019-07-29binman: Allow updating entries that change sizeSimon Glass1-5/+24
2019-07-29binman: Write the original input fdtmap to a fileSimon Glass1-1/+5
2019-07-29binman: Support updating entries in an existing imageSimon Glass1-2/+31
2019-07-29binman: Rename state.GetFdts()Simon Glass1-3/+3
2019-07-29binman: Move image/fdt code into PrepareImagesAndDtbs()Simon Glass1-54/+71
2019-07-29binman: Move image-processing code into a functionSimon Glass1-46/+57
2019-07-24binman: Add an 'extract' commandSimon Glass1-0/+60
2019-07-24binman: Allow reading an entry from an imageSimon Glass1-0/+20
2019-07-24binman: Support listing an imageSimon Glass1-0/+35
2019-07-24binman: Allow entries to expand after packingSimon Glass1-15/+36
2019-07-24binman: Convert to use ArgumentParserSimon Glass1-26/+25
2019-07-24binman: Add support for CBFS entriesSimon Glass1-0/+2
2019-07-24binman: Add a --toolpath option to set the tool search pathSimon Glass1-0/+1
2019-07-11binman: Avoid changing a dict during iterationSimon Glass1-2/+5