aboutsummaryrefslogtreecommitdiff
path: root/tools/binman/etype/blob.py
AgeCommit message (Expand)AuthorFilesLines
2022-03-18binman: Allow mkimage to use a non-zero fake-blob sizeSimon Glass1-2/+3
2022-03-18binman: Change how faked blobs are createdSimon Glass1-3/+4
2022-02-09patman: Convert camel case in tools.pySimon Glass1-2/+2
2022-01-12binman: Write fake blobs to the output directorySimon Glass1-7/+1
2022-01-10Merge branch 'next'WIP/10Jan2022Tom Rini1-3/+13
2022-01-07binman: add support for creating dummy files for external blobsHeiko Thiery1-0/+18
2021-12-05binman: Support lists of external blobsSimon Glass1-3/+13
2021-07-21binman: Add basic support for debugging performanceSimon Glass1-0/+5
2021-03-26binman: Drop repetitive heading for each entrySimon Glass1-1/+1
2021-03-26binman: Tidy up underscores in entry documentationSimon Glass1-1/+1
2021-01-30binman: Allow vblock to include devicetree blobsSimon Glass1-0/+4
2020-10-29binman: Move CompressData() into Entry base classSimon Glass1-7/+0
2020-09-25binman: Show an error when a file is missingSimon Glass1-2/+3
2020-09-22binman: Move 'external' support into base classSimon Glass1-1/+7
2020-07-25binman: Use super() instead of specifying parent typeSimon Glass1-1/+1
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini1-1/+1
2020-07-20binman: Use super() instead of specifying parent typeSimon Glass1-1/+1
2020-04-26patman: Move to absolute importsSimon Glass1-2/+2
2020-04-26binman: Move to absolute importsSimon Glass1-2/+2
2019-10-15binman: Allow use of help and entry-docs without libfdtSimon Glass1-1/+0
2019-07-29binman: Update Entry.ReadEntry() to work through classesSimon Glass1-12/+0
2019-07-24binman: Allow reading an entry from an imageSimon Glass1-0/+13
2019-07-24binman: Allow device-tree entries to be compressedSimon Glass1-8/+17
2019-07-24binman: Move compression into the Entry base classSimon Glass1-15/+4
2019-07-23binman: Use tools compression function for blob handlingSimon Glass1-12/+4
2019-07-10binman: Use binary mode when compressing dataSimon Glass1-1/+1
2018-11-20binman: Drop an unnecessary comma in blob handlingSimon Glass1-1/+1
2018-09-29binman: Support compressed entriesSimon Glass1-9/+40
2018-08-01binman: Rename ReadContents() to ReadBlobContents()Simon Glass1-2/+2
2018-08-01binman: Expand documentation for entriesSimon Glass1-0/+12
2018-07-09binman: Tidy up setting of entry contentsSimon Glass1-2/+1
2018-06-07binman: Rename Entry property to 'section'Simon Glass1-2/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2016-12-20binman: Add basic entry types for U-BootSimon Glass1-0/+37