aboutsummaryrefslogtreecommitdiff
path: root/tools/binman/entry.py
AgeCommit message (Expand)AuthorFilesLines
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
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-12binman: Write fake blobs to the output directorySimon Glass1-0/+20
2022-01-10Merge branch 'next'WIP/10Jan2022Tom 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
2021-12-02binman: Correct init of entry in Entry classSimon Glass1-1/+1
2021-03-27binman: Support default alignment for sectionsSimon Glass1-0/+2
2021-03-27binman: Support obtaining section contents immediatelySimon Glass1-1/+5
2021-03-27binman: Add support for a collection of entriesSimon Glass1-0/+5
2021-03-27binman: Allow disabling expanding an entrySimon Glass1-1/+2
2021-03-26binman: Allow using an an 'expanded' entry typeSimon Glass1-9/+51
2021-03-26binman: Move the comment for GetFdts() to the base classSimon Glass1-1/+1
2021-03-26binman: Document ExpandEntries() in the base classSimon Glass1-0/+11
2021-01-30binman: Support reading an image with entry argsSimon Glass1-2/+1
2020-11-05binman: Correct calculation for image-posSimon Glass1-1/+1
2020-11-05binman: Update intel_ifwi to store padded sectionSimon Glass1-0/+16