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