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