summaryrefslogtreecommitdiff
path: root/tools/binman/image.py
AgeCommit message (Expand)AuthorFilesLines
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