summaryrefslogtreecommitdiff
path: root/tools/binman/etype/blob_dtb.py
AgeCommit message (Expand)AuthorFilesLines
2021-03-26binman: Move the comment for GetFdts() to the base classSimon Glass1-9/+0
2020-07-25binman: Use super() instead of specifying parent typeSimon Glass1-3/+3
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini1-3/+3
2020-07-20binman: Use super() instead of specifying parent typeSimon Glass1-3/+3
2020-04-26binman: Move to absolute importsSimon Glass1-3/+3
2019-10-15binman: Allow use of help and entry-docs without libfdtSimon Glass1-2/+4
2019-07-29binman: Update state when replacing device-tree entriesSimon Glass1-0/+9
2019-07-29binman: Adjust state.fdt_files to be keyed by entry typeSimon Glass1-2/+2
2019-07-29binman: Adjust GetFdt() to be keyed by etypeSimon Glass1-2/+14
2019-07-29binman: Convert GetFdtSet() to use a dictSimon Glass1-5/+6
2019-07-29binman: Move GetFdtSet() into blob_dtbSimon Glass1-0/+9
2019-07-24binman: Allow device-tree entries to be compressedSimon Glass1-4/+4
2019-07-24binman: Add a return value to ProcessContentsUpdate()Simon Glass1-1/+1
2019-07-24binman: Call ProcessUpdateContents() consistentlySimon Glass1-1/+1
2018-09-28binman: Support updating all device tree filesSimon Glass1-0/+33