aboutsummaryrefslogtreecommitdiff
path: root/tools/binman/etype/files.py
AgeCommit message (Expand)AuthorFilesLines
2022-03-18binman: Rename ExpandEntries to gen_entriesSimon Glass1-1/+1
2022-03-02binman: Correct pylint errorsSimon Glass1-0/+2
2022-02-09patman: Convert camel case in tools.pySimon Glass1-1/+1
2021-12-02binman: Drop the underscore in _ReadEntries()Simon Glass1-1/+1
2021-07-21binman: Split node-reading out from constructor in filesSimon Glass1-0/+3
2021-03-26binman: Drop repetitive heading for each entrySimon Glass1-1/+1
2021-01-30binman: Support alignment of filesSimon Glass1-0/+4
2020-10-29binman: Use 'files-compress' to set compression for filesSimon Glass1-3/+4
2020-07-25binman: Use super() instead of specifying parent typeSimon Glass1-1/+1
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini1-1/+1
2020-07-20binman: Use super() instead of specifying parent typeSimon Glass1-1/+1
2020-04-26patman: Move to absolute importsSimon Glass1-1/+1
2020-04-26binman: Move to absolute importsSimon Glass1-3/+3
2019-10-15binman: Allow use of help and entry-docs without libfdtSimon Glass1-1/+4
2019-07-24binman: Convert Image to a subclass of EntrySimon Glass1-2/+1
2018-09-29binman: Support adding filesSimon Glass1-0/+57