summaryrefslogtreecommitdiff
path: root/tools/binman/bsection.py
Commit message (Expand)AuthorAgeFilesLines
* binman: Convert Image to a subclass of EntrySimon Glass2019-07-241-523/+0
* binman: Allow listing the entries in an imageSimon Glass2019-07-241-0/+9
* binman: Allow entries to expand after packingSimon Glass2019-07-241-0/+12
* binman: Add a return value to ProcessContentsUpdate()Simon Glass2019-07-241-1/+7
* binman: Update entry.SetOffsetSize to be optionalSimon Glass2019-07-231-3/+4
* binman: Assume Intel descriptor is at the start of the imageSimon Glass2019-07-231-0/+8
* binman: Add missing comments to bsectionSimon Glass2019-07-231-0/+23
* binman: Fix comment in bsection.GetEntries()Simon Glass2019-07-231-2/+2
* binman: Handle repeated bytes for Python 3Simon Glass2019-07-101-1/+1
* binman: Use items() instead of iteritems()Simon Glass2019-07-101-1/+1
* binman: Remove use of Set()Simon Glass2019-07-101-2/+1
* binman: Allow sections to have an offsetSimon Glass2019-05-081-4/+5
* Merge git://git.denx.de/u-boot-dmTom Rini2018-09-301-10/+59
|\
| * binman: Correct fmap output on x86Simon Glass2018-09-291-4/+14
| * binman: Record the parent section of each sectionSimon Glass2018-09-291-1/+4
| * binman: Support hashing entriesSimon Glass2018-09-291-0/+3
| * binman: Support expanding entriesSimon Glass2018-09-291-1/+21
| * binman: Support adding filesSimon Glass2018-09-291-0/+4
| * binman: Allow zero-size sectionsSimon Glass2018-09-291-1/+1
| * binman: Obtain the list of device trees from the configSimon Glass2018-09-281-0/+8
| * binman: Centralise device-tree updates within binmanSimon Glass2018-09-281-4/+5
* | binman: Add a new "skip-at-start" property in Section classJagdish Gediya2018-09-271-4/+11
|/
* binman: Show the image position in the mapSimon Glass2018-08-011-1/+2
* binman: Add an entry for a Chromium vblockSimon Glass2018-08-011-0/+24
* binman: Add a new 'image-pos' propertySimon Glass2018-08-011-1/+9
* binman: Enhance the map and fdt-update outputSimon Glass2018-08-011-2/+30
* binman: Rename 'position' to 'offset'Simon Glass2018-08-011-43/+45
* binman: Add a SetCalculatedProperties() methodSimon Glass2018-07-091-0/+8
* binman: Add a ProcessFdt() methodSimon Glass2018-07-091-0/+15
* binman: Correct operation of ObtainContents()Simon Glass2018-07-091-0/+4
* binman: Add support for adding a name prefix to entriesSimon Glass2018-06-071-1/+7
* binman: Add support for outputing a map fileSimon Glass2018-06-071-0/+9
* binman: Add support for sectionsSimon Glass2018-06-071-0/+1
* binman: Refactor much of the image code into 'section'Simon Glass2018-06-071-0/+302