aboutsummaryrefslogtreecommitdiff
path: root/tools/binman/control.py
AgeCommit message (Expand)Author
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
2019-05-08binman: Don't show image-skip message by defaultSimon Glass
2018-09-29binman: Allow writing a map file when something goes wrongSimon Glass
2018-09-29binman: Support adding filesSimon Glass
2018-09-28binman: Support updating all device tree filesSimon Glass
2018-09-28binman: Allow control of whether a fake DT is usedSimon Glass
2018-09-28binman: Obtain the list of device trees from the configSimon Glass
2018-09-28binman: Move state logic into the state moduleSimon Glass
2018-09-28binman: Move state information into a new moduleSimon Glass
2018-09-28dtoc: Allow syncing of the device tree back to a fileSimon Glass
2018-09-28binman: Support building a selection of imagesSimon Glass