aboutsummaryrefslogtreecommitdiff
path: root/tools/binman/entry.py
AgeCommit message (Expand)AuthorFilesLines
2023-07-20binman: Support writing symbols inside a mkimage imageSimon Glass1-2/+0
2023-07-20binman: Convert mkimage to Entry_sectionMarek Vasut1-4/+2
2023-07-20binman: Add more detail on how ObtainContents() worksSimon Glass1-0/+3
2023-07-20binman: Allow disabling symbol writingSimon Glass1-1/+3
2023-03-14binman: add tests for sign optionIvan Mikhaylov1-0/+3
2023-03-08binman: Support updating section contentsSimon Glass1-0/+22
2023-03-08patman: Move library functions into a library directorySimon Glass1-3/+3
2023-03-08binman: Use correct argument name in docstringsJonas Karlman1-1/+1
2023-03-08binman: Support marking FMAP areas as preservedSimon Glass1-0/+7
2023-01-26binman: Add 'min-size' entry propertySamuel Holland1-0/+4
2023-01-18binman: Support positioning an entry by and ELF symbolSimon Glass1-1/+18
2023-01-18binman: Provide general support for updating ELF symbolsSimon Glass1-1/+2
2023-01-18binman: Support overlapping entriesSimon Glass1-0/+5
2023-01-18binman: Add a null entrySimon Glass1-2/+3
2023-01-18binman: 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-20binman: Add zstd bintoolStefan Herbrechtsmeier1-1/+1
2022-08-20binman: Add xz bintoolStefan Herbrechtsmeier1-1/+1
2022-08-20binman: Add lzop bintoolStefan Herbrechtsmeier1-2/+2
2022-08-20binman: Add gzip bintoolStefan Herbrechtsmeier1-1/+1
2022-08-20binman: Add bzip2 bintoolStefan Herbrechtsmeier1-1/+1
2022-08-20binman: Support missing compression toolsStefan Herbrechtsmeier1-3/+11
2022-08-20binman: Move compression bintool management into entry classStefan Herbrechtsmeier1-4/+19
2022-08-20binman: Remove obsolete compressed data header handlingStefan Herbrechtsmeier1-3/+3
2022-08-20binman: Disable compressed data headerStefan Herbrechtsmeier1-2/+2
2022-08-20binman: Add DecompressData function to entry classStefan Herbrechtsmeier1-0/+15
2022-08-20binman: Avoid duplicates in bintool listsStefan Herbrechtsmeier1-2/+6
2022-08-20binman: Allow collection to use entries from other sectionsSimon Glass1-0/+23
2022-08-20binman: Add a way to check for missing propertiesSimon Glass1-0/+20
2022-08-20binman: 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-18binman: Allow mkimage to use a non-zero fake-blob sizeSimon Glass1-3/+8
2022-03-18binman: Make fake blobs zero-sized by defaultSimon Glass1-2/+3
2022-03-18binman: Change how faked blobs are createdSimon Glass1-3/+6
2022-03-18binman: Rename tools parameter to btoolsSimon Glass1-2/+2
2022-03-18binman: Rename ExpandEntries to gen_entriesSimon Glass1-2/+2
2022-03-18binman: Rename ExpandToLimit to extend_to_limitSimon Glass1-4/+6
2022-03-18binman: 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