summaryrefslogtreecommitdiff
path: root/tools/binman/etype/section.py
AgeCommit message (Expand)Author
2020-04-26patman: Move to absolute importsSimon Glass
2020-04-26binman: Move to absolute importsSimon Glass
2020-04-26patman: Drop references to __future__Simon Glass
2019-11-11binman: tegra: Adjust symbol calculation depending on end-at-4gbSimon Glass
2019-10-15binman: Allow support for writing a size symbol to binariesSimon Glass
2019-10-15binman: Avoid needing the section size in advanceSimon Glass
2019-10-08binman: Handle reading data for end-at-4gb sectionsSimon Glass
2019-07-29binman: Update Entry.WriteData() to handle special sectionsSimon Glass
2019-07-29binman: Update Entry.ReadEntry() to work through classesSimon Glass
2019-07-29binman: Add more tests for image header positionSimon Glass
2019-07-29binman: Add a function to obtain the image for an EntrySimon Glass
2019-07-29binman: Adjust Entry to read the node in a separate callSimon Glass
2019-07-29binman: Support loading entry data from a fileSimon Glass
2019-07-29binman: Add a bit of logging in entries when packingSimon Glass
2019-07-29binman: Convert GetFdtSet() to use a dictSimon Glass
2019-07-24binman: Convert Image to a subclass of EntrySimon Glass
2019-07-24binman: Allow listing the entries in an imageSimon Glass
2019-07-24binman: Allow entries to expand after packingSimon Glass
2019-07-24binman: Add a return value to ProcessContentsUpdate()Simon Glass
2019-05-08binman: Allow sections to have an offsetSimon Glass
2018-09-29binman: Record the parent section of each sectionSimon Glass
2018-09-29binman: Support expanding entriesSimon Glass
2018-09-28binman: Support updating all device tree filesSimon Glass
2018-08-01binman: Add support for flashrom FMAPSimon Glass
2018-08-01binman: Expand documentation for entriesSimon Glass
2018-08-01binman: Add a new 'image-pos' propertySimon Glass
2018-08-01binman: Enhance the map and fdt-update outputSimon Glass
2018-08-01binman: Rename 'position' to 'offset'Simon Glass
2018-07-09binman: Add a SetCalculatedProperties() methodSimon Glass
2018-07-09binman: Add a ProcessFdt() methodSimon Glass
2018-07-09binman: Correct operation of ObtainContents()Simon Glass
2018-06-07binman: Add support for outputing a map fileSimon Glass
2018-06-07binman: Add support for sectionsSimon Glass