aboutsummaryrefslogtreecommitdiff
path: root/tools/binman/etype/intel_ifwi.py
AgeCommit message (Expand)AuthorFilesLines
2022-08-20binman: Forward AddBintools calls to base classStefan Herbrechtsmeier1-0/+1
2022-03-18binman: Rename tools parameter to btoolsSimon Glass1-2/+2
2022-02-09patman: Convert camel case in tools.pySimon Glass1-6/+6
2022-01-25binman: Convert to using the ifwitool bintoolSimon Glass1-6/+19
2021-12-05binman: Rename _ReadSubnodes() to ReadEntries()Simon Glass1-2/+2
2021-03-26binman: Drop repetitive heading for each entrySimon Glass1-1/+1
2021-03-26binman: Incorporate entry documentationSimon Glass1-4/+4
2020-11-05binman: Update intel_ifwi to store padded sectionSimon Glass1-1/+1
2020-07-25binman: Allow missing Intel blobsSimon Glass1-4/+13
2020-07-25binman: Convert existing binary blobs to blob_extSimon Glass1-2/+2
2020-07-25binman: Use super() instead of specifying parent typeSimon Glass1-2/+2
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini1-17/+8
2020-07-20binman: Allow missing Intel blobsSimon Glass1-4/+13
2020-07-20binman: Convert existing binary blobs to blob_extSimon Glass1-2/+2
2020-07-20binman: Use super() instead of specifying parent typeSimon Glass1-2/+2
2020-04-26patman: Move to absolute importsSimon Glass1-1/+1
2020-04-26binman: Move to absolute importsSimon Glass1-3/+3
2019-10-15binman: Support writing symbols into entries within an IFWISimon Glass1-0/+5
2019-10-15binman: Update IFWI entry to support updatesSimon Glass1-18/+28
2019-10-15binman: Update IFWI entry to read entries outside constructorSimon Glass1-0/+3
2019-10-15binman: Fix IFWI output when using an Intel FIT imageSimon Glass1-3/+3
2019-10-15binman: Correct use of 'replace' in IFWI testsSimon Glass1-1/+7
2019-07-29binman: Adjust Entry to read the node in a separate callSimon Glass1-0/+1
2019-07-24binman: Add support for Intel IFWI entriesSimon Glass1-0/+100