summaryrefslogtreecommitdiff
path: root/tools/binman/cbfs_util.py
AgeCommit message (Expand)AuthorFilesLines
2020-04-26patman: Move to absolute importsSimon Glass1-2/+2
2020-04-26binman: Move to absolute importsSimon Glass1-1/+1
2020-04-26patman: Drop references to __future__Simon Glass1-2/+0
2019-07-29binman: Support replacing data in a cbfsSimon Glass1-4/+6
2019-07-29binman: Add a prefix before CBFS hex offsetsSimon Glass1-2/+2
2019-07-24binman: Support reading from CBFS entriesSimon Glass1-0/+14
2019-07-24binman: Use the cbfs memlen field only for uncompressed lengthSimon Glass1-4/+7
2019-07-24binman: Provide the actual data address for cbfs filesSimon Glass1-11/+20
2019-07-24binman: Add support for fixed-offset files in CBFSSimon Glass1-23/+102
2019-07-24binman: Pad empty areas of the CBFS with filesSimon Glass1-3/+65
2019-07-24binman: Add a utility library for coreboot CBFSSimon Glass1-0/+720