aboutsummaryrefslogtreecommitdiff
path: root/tools/binman/etype/blob.py
Commit message (Expand)AuthorAgeFilesLines
* patman: Move library functions into a library directorySimon Glass2023-03-081-2/+2
* binman: Use correct argument name in docstringsJonas Karlman2023-03-081-1/+1
* binman: Provide general support for updating ELF symbolsSimon Glass2023-01-181-0/+6
* binman: Support optional external blobsSimon Glass2023-01-181-1/+1
* binman: Handle writing ELF symbols in the Entry classSimon Glass2022-10-311-2/+3
* binman: Allow mkimage to use a non-zero fake-blob sizeSimon Glass2022-03-181-2/+3
* binman: Change how faked blobs are createdSimon Glass2022-03-181-3/+4
* patman: Convert camel case in tools.pySimon Glass2022-02-091-2/+2
* binman: Write fake blobs to the output directorySimon Glass2022-01-121-7/+1
* Merge branch 'next'Tom Rini2022-01-101-3/+13
|\
| * binman: Support lists of external blobsSimon Glass2021-12-051-3/+13
* | binman: add support for creating dummy files for external blobsHeiko Thiery2022-01-071-0/+18
|/
* binman: Add basic support for debugging performanceSimon Glass2021-07-211-0/+5
* binman: Drop repetitive heading for each entrySimon Glass2021-03-261-1/+1
* binman: Tidy up underscores in entry documentationSimon Glass2021-03-261-1/+1
* binman: Allow vblock to include devicetree blobsSimon Glass2021-01-301-0/+4
* binman: Move CompressData() into Entry base classSimon Glass2020-10-291-7/+0
* binman: Show an error when a file is missingSimon Glass2020-09-251-2/+3
* binman: Move 'external' support into base classSimon Glass2020-09-221-1/+7
* binman: Use super() instead of specifying parent typeSimon Glass2020-07-251-1/+1
* Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-241-1/+1
* binman: Use super() instead of specifying parent typeSimon Glass2020-07-201-1/+1
* patman: Move to absolute importsSimon Glass2020-04-261-2/+2
* binman: Move to absolute importsSimon Glass2020-04-261-2/+2
* binman: Allow use of help and entry-docs without libfdtSimon Glass2019-10-151-1/+0
* binman: Update Entry.ReadEntry() to work through classesSimon Glass2019-07-291-12/+0
* binman: Allow reading an entry from an imageSimon Glass2019-07-241-0/+13
* binman: Allow device-tree entries to be compressedSimon Glass2019-07-241-8/+17
* binman: Move compression into the Entry base classSimon Glass2019-07-241-15/+4
* binman: Use tools compression function for blob handlingSimon Glass2019-07-231-12/+4
* binman: Use binary mode when compressing dataSimon Glass2019-07-101-1/+1
* binman: Drop an unnecessary comma in blob handlingSimon Glass2018-11-201-1/+1
* binman: Support compressed entriesSimon Glass2018-09-291-9/+40
* binman: Rename ReadContents() to ReadBlobContents()Simon Glass2018-08-011-2/+2
* binman: Expand documentation for entriesSimon Glass2018-08-011-0/+12
* binman: Tidy up setting of entry contentsSimon Glass2018-07-091-2/+1
* binman: Rename Entry property to 'section'Simon Glass2018-06-071-2/+2
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* binman: Add basic entry types for U-BootSimon Glass2016-12-201-0/+37