summaryrefslogtreecommitdiff
path: root/tools/binman/etype/cbfs.py
AgeCommit message (Expand)Author
2025-07-22binman: Fix typing for python >= 3.7Yannic Moog
2025-06-26binman: rework dropping absent entries from packaged imageYannic Moog
2024-09-26binman: Avoid setting the image_pos attribute directlySimon Glass
2023-03-08binman: Support updating section contentsSimon Glass
2022-08-20binman: Forward AddBintools calls to sub entries in cbfs_utilStefan Herbrechtsmeier
2022-03-02binman: Correct pylint errorsSimon Glass
2021-12-05binman: Allow extracting a file in an alternative formatSimon Glass
2021-12-02binman: cfbs: Refactor ObtainContents() for consistencySimon Glass
2021-12-02binman: cbfs: Refactor the init processSimon Glass
2021-12-02binman: Use normal entries in cbfsSimon Glass
2021-12-02binman: Move cbfs.ObtainContents() down a bitSimon Glass
2021-12-02binman: Drop the underscore in _ReadEntries()Simon Glass
2021-03-27binman: Support default alignment for sectionsSimon Glass
2021-03-26binman: Drop repetitive heading for each entrySimon Glass
2021-03-26binman: Incorporate entry documentationSimon Glass
2020-10-29binman: Avoid reporting image-pos with compressionSimon Glass
2020-07-25binman: Use super() instead of specifying parent typeSimon Glass
2020-07-24binman: cbfs: Fix IFWI typoSimon Glass
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini
2020-07-20binman: Use super() instead of specifying parent typeSimon Glass
2020-07-20binman: cbfs: Fix IFWI typoSimon Glass
2020-04-26binman: Move to absolute importsSimon Glass
2019-10-15binman: Allow use of help and entry-docs without libfdtSimon Glass
2019-07-29binman: Support replacing data in a cbfsSimon Glass
2019-07-29binman: Update Entry.WriteData() to handle special sectionsSimon Glass
2019-07-29binman: Update Entry.ReadEntry() to work through classesSimon Glass
2019-07-29binman: Adjust Entry to read the node in a separate callSimon Glass
2019-07-24binman: Support reading from CBFS entriesSimon Glass
2019-07-24binman: Allow listing the entries in an imageSimon Glass
2019-07-24binman: Detect bad CBFS file typesSimon Glass
2019-07-24binman: Support FDT update for CBFSSimon Glass
2019-07-24binman: Add support for fixed-offset files in CBFSSimon Glass
2019-07-24binman: Add support for CBFS entriesSimon Glass