aboutsummaryrefslogtreecommitdiff
path: root/tools/binman/image.py
AgeCommit message (Expand)AuthorFilesLines
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini1-6/+6
2020-07-20binman: Use super() instead of specifying parent typeSimon Glass1-6/+6
2020-04-26patman: Move to absolute importsSimon Glass1-2/+2
2020-04-26binman: Move to absolute importsSimon Glass1-6/+6
2020-04-26patman: Drop references to __future__Simon Glass1-2/+0
2019-10-08binman: Handle reading data for end-at-4gb sectionsSimon Glass1-0/+2
2019-07-29binman: Allow updating entries that change sizeSimon Glass1-1/+2
2019-07-29binman: Move Image.BuildImage() into a single functionSimon Glass1-6/+4
2019-07-29binman: Write the original input fdtmap to a fileSimon Glass1-1/+4
2019-07-29binman: Add info to allow safely repacking an image laterSimon Glass1-3/+10
2019-07-29binman: Support updating entries in an existing imageSimon Glass1-0/+3
2019-07-29binman: Add a function to obtain the image for an EntrySimon Glass1-1/+0
2019-07-29binman: Adjust Entry to read the node in a separate callSimon Glass1-3/+7
2019-07-29binman: Store image fdtmap when loading from a fileSimon Glass1-1/+10
2019-07-24binman: Allow reading an entry from an imageSimon Glass1-1/+3
2019-07-24binman: Allow for logging information to be displayedSimon Glass1-1/+2
2019-07-24binman: Support listing an imageSimon Glass1-0/+150
2019-07-24binman: Convert Image to a subclass of EntrySimon Glass1-96/+33
2019-07-24binman: Support reading an image into an Image objectSimon Glass1-0/+38
2019-07-24binman: Allow listing the entries in an imageSimon Glass1-0/+10
2019-07-24binman: Allow entries to expand after packingSimon Glass1-0/+8
2019-07-24binman: Add a return value to ProcessContentsUpdate()Simon Glass1-1/+4
2018-09-29binman: Allow writing a map file when something goes wrongSimon Glass1-1/+6
2018-09-29binman: Record the parent section of each sectionSimon Glass1-2/+3
2018-09-29binman: Support adding filesSimon Glass1-0/+9
2018-09-28binman: Support updating all device tree filesSimon Glass1-0/+5
2018-09-28binman: Obtain the list of device trees from the configSimon Glass1-0/+4
2018-08-01binman: Show the image position in the mapSimon Glass1-1/+2
2018-08-01binman: Add a new 'image-pos' propertySimon Glass1-0/+3
2018-08-01binman: Rename 'position' to 'offset'Simon Glass1-6/+6
2018-07-09binman: Add a SetCalculatedProperties() methodSimon Glass1-0/+14
2018-07-09binman: Add a ProcessFdt() methodSimon Glass1-0/+3
2018-06-07binman: Add support for outputing a map fileSimon Glass1-0/+8
2018-06-07binman: Tidy up some docs and commentsSimon Glass1-0/+5
2018-06-07binman: Refactor much of the image code into 'section'Simon Glass1-228/+19
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-12-12binman: Support accessing binman tables at run timeSimon Glass1-3/+76
2017-11-22binman: Set up 'entry' to permit full test coverageSimon Glass1-2/+5
2016-12-20binman: Introduce binman, a tool for building binary imagesSimon Glass1-0/+229