summaryrefslogtreecommitdiff
path: root/tools/binman/image.py
AgeCommit message (Expand)AuthorFilesLines
2021-12-05binman: Allow extracting a file in an alternative formatSimon Glass1-1/+1
2021-12-05binman: Allow listing an image created by a newer versionSimon Glass1-2/+8
2021-07-21binman: Support multithreading for building imagesSimon Glass1-0/+3
2021-03-26binman: Plumb expanded entries through fullySimon Glass1-1/+16
2021-01-31binman: Allow vblock to include devicetree blobsSimon Glass1-6/+1
2021-01-31binman: Support reading an image with entry argsSimon Glass1-2/+8
2021-01-31binman: Support finding symbols in sub-sectionsSimon Glass1-0/+45
2020-10-29binman: Refactor _BuildSectionData()Simon Glass1-1/+1
2020-07-25binman: Use super() instead of specifying parent typeSimon Glass1-6/+6
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-02binman: Show the image position in the mapSimon Glass1-1/+2
2018-08-02binman: Add a new 'image-pos' propertySimon Glass1-0/+3
2018-08-02binman: 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-13binman: Support accessing binman tables at run timeSimon Glass1-3/+76
2017-11-23binman: Set up 'entry' to permit full test coverageSimon Glass1-2/+5
2016-12-19binman: Introduce binman, a tool for building binary imagesSimon Glass1-0/+229