summaryrefslogtreecommitdiff
path: root/tools/binman/etype/section.py
AgeCommit message (Expand)AuthorFilesLines
2022-02-09binman: Check missing bintools of Section subclassesAlper Nebi Yasak1-0/+1
2022-02-09patman: Convert camel case in tout.pySimon Glass1-5/+5
2022-02-09patman: Convert camel case in tools.pySimon Glass1-8/+8
2022-01-25binman: Plumb in support for missing bintoolsSimon Glass1-0/+11
2022-01-25binman: Tidy up pylint warnings in comp_utilSimon Glass1-1/+1
2022-01-25binman: Move compression into binmanSimon Glass1-1/+2
2022-01-25binman: Plumb in support for bintoolsSimon Glass1-0/+4
2022-01-25binman: Allow faked blobs in blob-ext-listSimon Glass1-0/+1
2022-01-10Merge branch 'next'Tom Rini1-49/+165
2022-01-07binman: add support for creating dummy files for external blobsHeiko Thiery1-0/+20
2021-12-05binman: Allow extracting a file in an alternative formatSimon Glass1-5/+18
2021-12-05binman: Allow listing an image created by a newer versionSimon Glass1-1/+2
2021-12-02binman: Update the section documentationSimon Glass1-26/+122
2021-12-02binman: Allow control of which entries to readSimon Glass1-6/+7
2021-12-02binman: Allow overriding BuildSectionData()Simon Glass1-4/+12
2021-12-02binman: Drop the filename property in entry_SectionSimon Glass1-4/+1
2021-12-02binman: Drop the underscore in _ReadEntries()Simon Glass1-4/+4
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