summaryrefslogtreecommitdiff
path: root/tools/binman/etype/section.py
AgeCommit message (Expand)AuthorFilesLines
2023-09-23binman: Fix SyntaxWarning: invalid escape sequence '\('Rong Tao1-1/+1
2023-07-24binman: Allow cipher node as special sectionChristian Taedcke1-1/+1
2023-07-20binman: Support simple templatesSimon Glass1-1/+2
2023-07-20binman: Add more detail on how ObtainContents() worksSimon Glass1-1/+31
2023-07-20binman: Use GetEntries() to obtain section contentsSimon Glass1-9/+9
2023-07-20binman: Init align_default in entry_SectionSimon Glass1-0/+1
2023-03-09binman: Support updating section contentsSimon Glass1-8/+22
2023-03-08patman: Move library functions into a library directorySimon Glass1-3/+3
2023-03-08binman: Use correct argument name in docstringsJonas Karlman1-2/+2
2023-03-08binman: Fix spelling of nodes in code commentsJonas Karlman1-1/+1
2023-01-19binman: Support overlapping entriesSimon Glass1-9/+22
2023-01-19binman: Add a function to check for special section nodesSimon Glass1-1/+12
2023-01-19binman: Add a null entrySimon Glass1-0/+6
2023-01-19binman: Clarify use of False when obtaining dataSimon Glass1-1/+2
2023-01-18binman: Support optional external blobsSimon Glass1-1/+13
2023-01-18binman: Support new op-tee binary formatSimon Glass1-0/+9
2023-01-18binman: Support optional entriesSimon Glass1-0/+7
2023-01-18binman: Allow writing section contents to a fileSimon Glass1-1/+11
2022-10-31binman: Support writing symbols into ELF filesSimon Glass1-1/+1
2022-10-31binman: Split out looking up a symbol into a functionSimon Glass1-15/+45
2022-08-21binman: Add DecompressData function to entry classStefan Herbrechtsmeier1-2/+1
2022-08-21binman: Forward AddBintools calls to base classStefan Herbrechtsmeier1-0/+1
2022-08-21binman: Allow collection to use entries from other sectionsSimon Glass1-4/+4
2022-04-25binman: Refuse to replace sections for nowAlper Nebi Yasak1-0/+3
2022-03-19binman: Allow mkimage to use a non-zero fake-blob sizeSimon Glass1-1/+1
2022-03-19binman: Rename tools parameter to btoolsSimon Glass1-2/+2
2022-03-19binman: Rename ExpandEntries to gen_entriesSimon Glass1-3/+3
2022-03-19binman: Rename ExpandToLimit to extend_to_limitSimon Glass1-6/+6
2022-03-02binman: Correct pylint errorsSimon Glass1-0/+1
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