summaryrefslogtreecommitdiff
path: root/tools/binman/cbfs_util.py
AgeCommit message (Expand)Author
2023-11-02binman: Move stage header into a CBFS attributeSimon Glass
2023-11-02binman: Rename TYPE_STAGE to TYPE_LEGACY_STAGESimon Glass
2023-11-02binman: Replace FILENAME_ALIGN 16 with ATTRIBUTE_ALIGN 4Simon Glass
2023-11-02binman: Ensure attributes always come last in the metadataSimon Glass
2023-11-02binman: Don't add compression attribute for uncompressed filesSimon Glass
2023-03-08patman: Move library functions into a library directorySimon Glass
2022-08-20binman: Select compression bintools in cbfs_util classStefan Herbrechtsmeier
2022-08-20binman: Remove obsolete compressed data header handlingStefan Herbrechtsmeier
2022-02-09patman: Convert camel case in tools.pySimon Glass
2022-01-25binman: Tidy up pylint warnings in comp_utilSimon Glass
2022-01-25binman: Move compression into binmanSimon Glass
2022-01-25binman: Convert to using the CBFS bintoolSimon Glass
2020-04-26patman: Move to absolute importsSimon Glass
2020-04-26binman: Move to absolute importsSimon Glass
2020-04-26patman: Drop references to __future__Simon Glass
2019-07-29binman: Support replacing data in a cbfsSimon Glass
2019-07-29binman: Add a prefix before CBFS hex offsetsSimon Glass
2019-07-24binman: Support reading from CBFS entriesSimon Glass
2019-07-24binman: Use the cbfs memlen field only for uncompressed lengthSimon Glass
2019-07-24binman: Provide the actual data address for cbfs filesSimon Glass
2019-07-24binman: Add support for fixed-offset files in CBFSSimon Glass
2019-07-24binman: Pad empty areas of the CBFS with filesSimon Glass
2019-07-24binman: Add a utility library for coreboot CBFSSimon Glass