summaryrefslogtreecommitdiff
path: root/tools/binman/etype/section.py
AgeCommit message (Expand)AuthorFilesLines
2021-07-21binman: Use bytearray instead of stringSimon Glass1-2/+2
2021-07-21binman: Support multithreading for building imagesSimon Glass1-3/+33
2021-03-27binman: Support default alignment for sectionsSimon Glass1-0/+3
2021-03-27binman: Support obtaining section contents immediatelySimon Glass1-8/+25
2021-03-26binman: Incorporate entry documentationSimon Glass1-2/+4
2021-03-26binman: Plumb expanded entries through fullySimon Glass1-1/+2
2021-03-26binman: Document ExpandEntries() in the base classSimon Glass1-6/+0
2021-01-31binman: Allow for skip_at_start when reading entriesSimon Glass1-4/+6
2021-01-31binman: Support reading an image with entry argsSimon Glass1-0/+15
2021-01-31binman: Support finding symbols in sub-sectionsSimon Glass1-5/+36
2020-10-29binman: Avoid calculated section data repeatedlySimon Glass1-11/+13
2020-10-29binman: Use the actual contents in CheckSize()Simon Glass1-7/+4
2020-10-29binman: Update CheckEntries() for compressed sectionsSimon Glass1-2/+4
2020-10-29binman: Drop CheckEntries()Simon Glass1-1/+3
2020-10-29binman: Call CheckSize() from the section's Pack() methodSimon Glass1-1/+4
2020-10-29binman: Move sort and expand to the main Pack() functionSimon Glass1-3/+4
2020-10-29binman: Drop Entry.CheckOffset()Simon Glass1-4/+1
2020-10-29binman: Avoid reporting image-pos with compressionSimon Glass1-5/+8
2020-10-29binman: Set section contents in GetData()Simon Glass1-1/+13
2020-10-29binman: Make section padding consistent with other entriesSimon Glass1-2/+2
2020-10-29binman: Move section padding to the parentSimon Glass1-8/+10
2020-10-29binman: Refactor _BuildSectionData()Simon Glass1-9/+50
2020-10-29binman: Move section-building code into a functionSimon Glass1-6/+29
2020-10-29binman: Use 'files-compress' to set compression for filesSimon Glass1-2/+2
2020-10-29binman: Expand the error message for breaching a sectionSimon Glass1-4/+6
2020-10-29binman: Remove references to 'image' in entry_SectionSimon Glass1-4/+4
2020-09-22binman: Move 'external' support into base classSimon Glass1-12/+2
2020-09-22binman: Respect pad-before property of section subentriesAlper Nebi Yasak1-1/+1
2020-09-22binman: Ignore hash*, signature* nodes in sectionsAlper Nebi Yasak1-1/+1
2020-07-25binman: Allow zero-length entries to overlapSimon Glass1-1/+1
2020-07-25binman: Allow missing Intel blobsSimon Glass1-2/+2
2020-07-25binman: Detect when valid images are not producedSimon Glass1-0/+12
2020-07-25binman: Allow external binaries to be missingSimon Glass1-0/+24
2020-07-25binman: Use super() instead of specifying parent typeSimon Glass1-8/+8
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini1-47/+11
2020-07-20binman: Allow zero-length entries to overlapSimon Glass1-1/+1
2020-07-20binman: Allow missing Intel blobsSimon Glass1-2/+2
2020-07-20binman: Detect when valid images are not producedSimon Glass1-0/+12
2020-07-20binman: Allow external binaries to be missingSimon Glass1-0/+24
2020-07-20binman: Use super() instead of specifying parent typeSimon Glass1-8/+8
2020-04-26patman: Move to absolute importsSimon Glass1-2/+2
2020-04-26binman: Move to absolute importsSimon Glass1-2/+2
2020-04-26patman: Drop references to __future__Simon Glass1-2/+0
2019-11-11binman: tegra: Adjust symbol calculation depending on end-at-4gbSimon Glass1-3/+15
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