summaryrefslogtreecommitdiff
path: root/tools/binman/control.py
AgeCommit message (Expand)Author
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
2018-08-01binman: Allow creation of entry documentationSimon Glass
2018-08-01binman: Allow help to work without libfdtSimon Glass
2018-08-01binman: Add support for passing arguments to entriesSimon Glass
2018-08-01binman: Add a new 'image-pos' propertySimon Glass
2018-08-01binman: Rename 'position' to 'offset'Simon Glass
2018-07-09binman: Support updating the device tree with calc'd infoSimon Glass
2018-07-09binman: Add a SetCalculatedProperties() methodSimon Glass
2018-07-09binman: Add a ProcessFdt() methodSimon Glass
2018-06-07binman: Add support for outputing a map fileSimon Glass
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-12-12binman: Support accessing binman tables at run timeSimon Glass
2017-12-12binman: Support enabling debug in testsSimon Glass
2017-06-02fdt: Drop fdt_select.pySimon Glass