aboutsummaryrefslogtreecommitdiff
path: root/tools/binman/etype/section.py
AgeCommit message (Expand)AuthorFilesLines
2019-10-15binman: Allow support for writing a size symbol to binariesSimon Glass1-0/+2
2019-10-15binman: Avoid needing the section size in advanceSimon Glass1-4/+10
2019-10-08binman: Handle reading data for end-at-4gb sectionsSimon Glass1-11/+5
2019-07-29binman: Update Entry.WriteData() to handle special sectionsSimon Glass1-0/+3
2019-07-29binman: Update Entry.ReadEntry() to work through classesSimon Glass1-0/+32
2019-07-29binman: Add more tests for image header positionSimon Glass1-0/+9
2019-07-29binman: Add a function to obtain the image for an EntrySimon Glass1-3/+14
2019-07-29binman: Adjust Entry to read the node in a separate callSimon Glass1-14/+15
2019-07-29binman: Support loading entry data from a fileSimon Glass1-0/+5
2019-07-29binman: Add a bit of logging in entries when packingSimon Glass1-0/+2
2019-07-29binman: Convert GetFdtSet() to use a dictSimon Glass1-4/+4
2019-07-24binman: Convert Image to a subclass of EntrySimon Glass1-43/+388
2019-07-24binman: Allow listing the entries in an imageSimon Glass1-0/+4
2019-07-24binman: Allow entries to expand after packingSimon Glass1-0/+5
2019-07-24binman: Add a return value to ProcessContentsUpdate()Simon Glass1-2/+3
2019-05-08binman: Allow sections to have an offsetSimon Glass1-1/+2
2018-09-29binman: Record the parent section of each sectionSimon Glass1-1/+2
2018-09-29binman: Support expanding entriesSimon Glass1-0/+8
2018-09-28binman: Support updating all device tree filesSimon Glass1-0/+3
2018-08-01binman: Add support for flashrom FMAPSimon Glass1-2/+5
2018-08-01binman: Expand documentation for entriesSimon Glass1-0/+17
2018-08-01binman: Add a new 'image-pos' propertySimon Glass1-0/+4
2018-08-01binman: Enhance the map and fdt-update outputSimon Glass1-3/+3
2018-08-01binman: Rename 'position' to 'offset'Simon Glass1-7/+7
2018-07-09binman: Add a SetCalculatedProperties() methodSimon Glass1-0/+8
2018-07-09binman: Add a ProcessFdt() methodSimon Glass1-0/+3
2018-07-09binman: Correct operation of ObtainContents()Simon Glass1-1/+1
2018-06-07binman: Add support for outputing a map fileSimon Glass1-0/+9
2018-06-07binman: Add support for sectionsSimon Glass1-0/+50