aboutsummaryrefslogtreecommitdiff
path: root/tools/binman/etype/cbfs.py
AgeCommit message (Expand)AuthorFilesLines
2021-12-05binman: Allow extracting a file in an alternative formatSimon Glass1-4/+4
2021-12-02binman: cfbs: Refactor ObtainContents() for consistencySimon Glass1-17/+23
2021-12-02binman: cbfs: Refactor the init processSimon Glass1-2/+6
2021-12-02binman: Use normal entries in cbfsSimon Glass1-8/+8
2021-12-02binman: Move cbfs.ObtainContents() down a bitSimon Glass1-15/+15
2021-12-02binman: Drop the underscore in _ReadEntries()Simon Glass1-2/+2
2021-03-27binman: Support default alignment for sectionsSimon Glass1-0/+1
2021-03-26binman: Drop repetitive heading for each entrySimon Glass1-1/+1
2021-03-26binman: Incorporate entry documentationSimon Glass1-5/+5
2020-10-29binman: Avoid reporting image-pos with compressionSimon Glass1-3/+3
2020-07-25binman: Use super() instead of specifying parent typeSimon Glass1-7/+7
2020-07-24binman: cbfs: Fix IFWI typoSimon Glass1-1/+1
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini1-8/+8
2020-07-20binman: Use super() instead of specifying parent typeSimon Glass1-7/+7
2020-07-20binman: cbfs: Fix IFWI typoSimon Glass1-1/+1
2020-04-26binman: Move to absolute importsSimon Glass1-5/+5
2019-10-15binman: Allow use of help and entry-docs without libfdtSimon Glass1-1/+4
2019-07-29binman: Support replacing data in a cbfsSimon Glass1-1/+2
2019-07-29binman: Update Entry.WriteData() to handle special sectionsSimon Glass1-2/+6
2019-07-29binman: Update Entry.ReadEntry() to work through classesSimon Glass1-0/+12
2019-07-29binman: Adjust Entry to read the node in a separate callSimon Glass1-0/+1
2019-07-24binman: Support reading from CBFS entriesSimon Glass1-0/+7
2019-07-24binman: Allow listing the entries in an imageSimon Glass1-1/+6
2019-07-24binman: Detect bad CBFS file typesSimon Glass1-0/+3
2019-07-24binman: Support FDT update for CBFSSimon Glass1-3/+46
2019-07-24binman: Add support for fixed-offset files in CBFSSimon Glass1-2/+14
2019-07-24binman: Add support for CBFS entriesSimon Glass1-0/+193