summaryrefslogtreecommitdiff
path: root/tools/binman/entry.py
AgeCommit message (Expand)AuthorFilesLines
2023-01-26binman: Add 'min-size' entry propertySamuel Holland1-0/+4
2023-01-19binman: Support positioning an entry by and ELF symbolSimon Glass1-1/+18
2023-01-19binman: Provide general support for updating ELF symbolsSimon Glass1-1/+2
2023-01-19binman: Support overlapping entriesSimon Glass1-0/+5
2023-01-19binman: Add a null entrySimon Glass1-2/+3
2023-01-19binman: Clarify use of False when obtaining dataSimon Glass1-1/+2
2023-01-18binman: Support optional external blobsSimon Glass1-4/+21
2023-01-18binman: Support new op-tee binary formatSimon Glass1-0/+13
2023-01-18binman: Support optional entriesSimon Glass1-0/+9
2022-10-31binman: Support writing symbols into ELF filesSimon Glass1-1/+4
2022-10-31binman: Handle writing ELF symbols in the Entry classSimon Glass1-2/+11
2022-08-21binman: Add zstd bintoolStefan Herbrechtsmeier1-1/+1
2022-08-21binman: Add xz bintoolStefan Herbrechtsmeier1-1/+1
2022-08-21binman: Add lzop bintoolStefan Herbrechtsmeier1-2/+2
2022-08-21binman: Add gzip bintoolStefan Herbrechtsmeier1-1/+1
2022-08-21binman: Add bzip2 bintoolStefan Herbrechtsmeier1-1/+1
2022-08-21binman: Support missing compression toolsStefan Herbrechtsmeier1-3/+11
2022-08-21binman: Move compression bintool management into entry classStefan Herbrechtsmeier1-4/+19
2022-08-21binman: Remove obsolete compressed data header handlingStefan Herbrechtsmeier1-3/+3
2022-08-21binman: Disable compressed data headerStefan Herbrechtsmeier1-2/+2
2022-08-21binman: Add DecompressData function to entry classStefan Herbrechtsmeier1-0/+15
2022-08-21binman: Avoid duplicates in bintool listsStefan Herbrechtsmeier1-2/+6
2022-08-21binman: Allow collection to use entries from other sectionsSimon Glass1-0/+23
2022-08-21binman: Add a way to check for missing propertiesSimon Glass1-0/+20
2022-08-21binman: Put fake files in a subdirectorySimon Glass1-5/+20
2022-08-13binman: Add rST references for binman entry typesSimon Glass1-0/+5
2022-04-25binman: Fix unique names having '/.' for images read from filesAlper Nebi Yasak1-1/+1
2022-03-19binman: Allow mkimage to use a non-zero fake-blob sizeSimon Glass1-3/+8
2022-03-19binman: Make fake blobs zero-sized by defaultSimon Glass1-2/+3
2022-03-19binman: Change how faked blobs are createdSimon Glass1-3/+6
2022-03-19binman: Rename tools parameter to btoolsSimon Glass1-2/+2
2022-03-19binman: Rename ExpandEntries to gen_entriesSimon Glass1-2/+2
2022-03-19binman: Rename ExpandToLimit to extend_to_limitSimon Glass1-4/+6
2022-03-19binman: Tweak collect_contents_to_file() and docsSimon Glass1-4/+4
2022-03-02binman: Correct pylint errorsSimon Glass1-0/+2
2022-02-22binman: Move entry-data collection into a Entry methodSimon Glass1-0/+28
2022-02-22binman: Skip processing "hash" subnodes of FIT subsectionsAlper Nebi Yasak1-4/+19
2022-02-09patman: Convert camel case in tout.pySimon Glass1-5/+5
2022-02-09patman: Convert camel case in tools.pySimon Glass1-16/+16
2022-01-25binman: Plumb in support for missing bintoolsSimon Glass1-0/+20
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/+22
2022-01-25binman: Allow faked blobs in blob-ext-listSimon Glass1-1/+1
2022-01-13binman: Write fake blobs to the output directorySimon Glass1-0/+20
2022-01-10Merge branch 'next'Tom Rini1-24/+85
2022-01-07binman: add support for creating dummy files for external blobsHeiko Thiery1-0/+23
2021-12-05binman: Allow extracting a file in an alternative formatSimon Glass1-6/+31
2021-12-05binman: Allow listing an image created by a newer versionSimon Glass1-15/+50
2021-12-02binman: Correct comments for ReadChildData()Simon Glass1-2/+3