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