summaryrefslogtreecommitdiff
path: root/tools/binman/cbfs_util.py
Commit message (Expand)AuthorAgeFilesLines
* patman: Move library functions into a library directorySimon Glass2023-03-081-2/+2
* binman: Select compression bintools in cbfs_util classStefan Herbrechtsmeier2022-08-201-9/+11
* binman: Remove obsolete compressed data header handlingStefan Herbrechtsmeier2022-08-201-4/+4
* patman: Convert camel case in tools.pySimon Glass2022-02-091-6/+6
* binman: Tidy up pylint warnings in comp_utilSimon Glass2022-01-251-4/+4
* binman: Move compression into binmanSimon Glass2022-01-251-4/+5
* binman: Convert to using the CBFS bintoolSimon Glass2022-01-251-24/+0
* patman: Move to absolute importsSimon Glass2020-04-261-2/+2
* binman: Move to absolute importsSimon Glass2020-04-261-1/+1
* patman: Drop references to __future__Simon Glass2020-04-261-2/+0
* binman: Support replacing data in a cbfsSimon Glass2019-07-291-4/+6
* binman: Add a prefix before CBFS hex offsetsSimon Glass2019-07-291-2/+2
* binman: Support reading from CBFS entriesSimon Glass2019-07-241-0/+14
* binman: Use the cbfs memlen field only for uncompressed lengthSimon Glass2019-07-241-4/+7
* binman: Provide the actual data address for cbfs filesSimon Glass2019-07-241-11/+20
* binman: Add support for fixed-offset files in CBFSSimon Glass2019-07-241-23/+102
* binman: Pad empty areas of the CBFS with filesSimon Glass2019-07-241-3/+65
* binman: Add a utility library for coreboot CBFSSimon Glass2019-07-241-0/+720