summaryrefslogtreecommitdiff
path: root/tools/binman/control.py
Commit message (Expand)AuthorAgeFilesLines
* binman: Fix up a few missing commentsSimon Glass2020-09-221-0/+5
* binman: Use pkg_resources to find resourcesSimon Glass2020-09-221-2/+4
* binman: Correct some import statementsSimon Glass2020-08-221-2/+2
* binman: Move GetEntryModules() to controlSimon Glass2020-08-221-0/+13
* binman: Detect when valid images are not producedSimon Glass2020-07-251-2/+14
* binman: Allow external binaries to be missingSimon Glass2020-07-251-2/+5
* Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-241-17/+2
* binman: Detect when valid images are not producedSimon Glass2020-07-201-2/+14
* binman: Allow external binaries to be missingSimon Glass2020-07-201-2/+5
* patman: Move to absolute importsSimon Glass2020-04-261-3/+3
* binman: Move to absolute importsSimon Glass2020-04-261-6/+6
* patman: Drop references to __future__Simon Glass2020-04-261-2/+0
* binman: Add logging for the number of pack passesSimon Glass2019-10-151-0/+1
* binman: Write symbol info before image inclusionSimon Glass2019-10-151-1/+1
* binman: Allow use of help and entry-docs without libfdtSimon Glass2019-10-151-2/+10
* binman: Allow verbose output with all commandsSimon Glass2019-10-081-21/+15
* binman: Add command-line support for replacing entriesSimon Glass2019-07-291-0/+75
* binman: Correct the error message for invalid pathSimon Glass2019-07-291-2/+2
* binman: Split control.WriteEntryToImage() into separate functionsSimon Glass2019-07-291-17/+59
* binman: Update control.WriteEntry() to support writing the mapSimon Glass2019-07-291-4/+6
* binman: Move control.WriteEntry further down the fileSimon Glass2019-07-291-41/+40
* binman: Support replacing data in a cbfsSimon Glass2019-07-291-1/+1
* binman: Support shrinking a entry after packingSimon Glass2019-07-291-1/+1
* binman: Allow updating entries that change sizeSimon Glass2019-07-291-5/+24
* binman: Write the original input fdtmap to a fileSimon Glass2019-07-291-1/+5
* binman: Support updating entries in an existing imageSimon Glass2019-07-291-2/+31
* binman: Rename state.GetFdts()Simon Glass2019-07-291-3/+3
* binman: Move image/fdt code into PrepareImagesAndDtbs()Simon Glass2019-07-291-54/+71
* binman: Move image-processing code into a functionSimon Glass2019-07-291-46/+57
* binman: Add an 'extract' commandSimon Glass2019-07-241-0/+60
* binman: Allow reading an entry from an imageSimon Glass2019-07-241-0/+20
* binman: Support listing an imageSimon Glass2019-07-241-0/+35
* binman: Allow entries to expand after packingSimon Glass2019-07-241-15/+36
* binman: Convert to use ArgumentParserSimon Glass2019-07-241-26/+25
* binman: Add support for CBFS entriesSimon Glass2019-07-241-0/+2
* binman: Add a --toolpath option to set the tool search pathSimon Glass2019-07-231-0/+1
* binman: Avoid changing a dict during iterationSimon Glass2019-07-101-2/+5
* binman: Use items() instead of iteritems()Simon Glass2019-07-101-1/+1
* binman: Convert print statements to Python 3Simon Glass2019-07-101-2/+4
* binman: Don't show image-skip message by defaultSimon Glass2019-05-081-2/+2
* binman: Allow writing a map file when something goes wrongSimon Glass2018-09-291-3/+9
* binman: Support adding filesSimon Glass2018-09-291-0/+1
* binman: Support updating all device tree filesSimon Glass2018-09-281-4/+2
* binman: Allow control of whether a fake DT is usedSimon Glass2018-09-281-0/+1
* binman: Obtain the list of device trees from the configSimon Glass2018-09-281-1/+1
* binman: Move state logic into the state moduleSimon Glass2018-09-281-8/+13
* binman: Move state information into a new moduleSimon Glass2018-09-281-41/+9
* dtoc: Allow syncing of the device tree back to a fileSimon Glass2018-09-281-0/+2
* binman: Support building a selection of imagesSimon Glass2018-09-281-0/+9
* binman: Allow creation of entry documentationSimon Glass2018-08-011-0/+4