aboutsummaryrefslogtreecommitdiff
path: root/tools/binman/control.py
AgeCommit message (Expand)AuthorFilesLines
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-23binman: Add a --toolpath option to set the tool search pathSimon Glass1-0/+1
2019-07-10binman: Avoid changing a dict during iterationSimon Glass1-2/+5
2019-07-10binman: Use items() instead of iteritems()Simon Glass1-1/+1
2019-07-10binman: Convert print statements to Python 3Simon Glass1-2/+4
2019-05-08binman: Don't show image-skip message by defaultSimon Glass1-2/+2
2018-09-29binman: Allow writing a map file when something goes wrongSimon Glass1-3/+9
2018-09-29binman: Support adding filesSimon Glass1-0/+1
2018-09-28binman: Support updating all device tree filesSimon Glass1-4/+2
2018-09-28binman: Allow control of whether a fake DT is usedSimon Glass1-0/+1
2018-09-28binman: Obtain the list of device trees from the configSimon Glass1-1/+1
2018-09-28binman: Move state logic into the state moduleSimon Glass1-8/+13
2018-09-28binman: Move state information into a new moduleSimon Glass1-41/+9
2018-09-28dtoc: Allow syncing of the device tree back to a fileSimon Glass1-0/+2
2018-09-28binman: Support building a selection of imagesSimon Glass1-0/+9
2018-08-01binman: Allow creation of entry documentationSimon Glass1-0/+4
2018-08-01binman: Allow help to work without libfdtSimon Glass1-2/+5
2018-08-01binman: Add support for passing arguments to entriesSimon Glass1-0/+19
2018-08-01binman: Add a new 'image-pos' propertySimon Glass1-0/+1
2018-08-01binman: Rename 'position' to 'offset'Simon Glass1-2/+2
2018-07-09binman: Support updating the device tree with calc'd infoSimon Glass1-0/+2
2018-07-09binman: Add a SetCalculatedProperties() methodSimon Glass1-0/+4