summaryrefslogtreecommitdiff
path: root/tools/binman/state.py
AgeCommit message (Expand)AuthorFilesLines
2021-12-02binman: Add a way to obtain the versionSimon Glass1-0/+18
2021-07-21binman: Add basic support for debugging performanceSimon Glass1-0/+72
2021-07-21binman: Support multithreading for building imagesSimon Glass1-0/+23
2021-03-26binman: Automatically expand phase binaries into sectionsSimon Glass1-1/+18
2021-03-26binman: Use standard filenames for SPL/TPL devicetreeSimon Glass1-11/+10
2021-03-26binman: Drop unnecessary field in output_fdt_infoSimon Glass1-12/+10
2021-03-26binman: Use the fake SPL/TPL only if requestedSimon Glass1-8/+15
2021-01-31binman: Support alignment of filesSimon Glass1-0/+10
2020-04-26patman: Move to absolute importsSimon Glass1-2/+2
2020-04-26binman: Move to absolute importsSimon Glass1-3/+3
2019-07-29binman: Update state when replacing device-tree entriesSimon Glass1-0/+16
2019-07-29binman: Support shrinking a entry after packingSimon Glass1-0/+27
2019-07-29binman: Allow updating entries that change sizeSimon Glass1-1/+2
2019-07-29binman: Add info to allow safely repacking an image laterSimon Glass1-6/+15
2019-07-29binman: Support updating entries in an existing imageSimon Glass1-21/+53
2019-07-29binman: Store the entry in output_fdt_filesSimon Glass1-15/+34
2019-07-29binman: Allow state functions to fail to return dataSimon Glass1-2/+7
2019-07-29binman: Drop state.fdt_set as this is not neededSimon Glass1-10/+3
2019-07-29binman: Simplify state.fdt_subsetSimon Glass1-10/+11
2019-07-29binman: Adjust state.fdt_files to be keyed by entry typeSimon Glass1-24/+33
2019-07-29binman: Adjust GetFdt() to be keyed by etypeSimon Glass1-5/+9
2019-07-29binman: Rename state.GetFdt()Simon Glass1-3/+4
2019-07-29binman: Rename state.GetFdts()Simon Glass1-3/+3
2019-07-29binman: Convert GetFdtSet() to use a dictSimon Glass1-8/+6
2019-07-24binman: Add a control for post-pack entry expansionSimon Glass1-0/+24
2019-07-24binman: Add an FDT mapSimon Glass1-1/+1
2019-07-11binman: Remove use of Set()Simon Glass1-4/+3
2018-09-29binman: Support hashing entriesSimon Glass1-0/+25
2018-09-29binman: Support adding filesSimon Glass1-0/+27
2018-09-28binman: Support updating all device tree filesSimon Glass1-0/+30
2018-09-28binman: Allow control of whether a fake DT is usedSimon Glass1-1/+1
2018-09-28binman: Obtain the list of device trees from the configSimon Glass1-2/+18
2018-09-28binman: Centralise device-tree updates within binmanSimon Glass1-0/+35
2018-09-28binman: Move state logic into the state moduleSimon Glass1-0/+43
2018-09-28binman: Move state information into a new moduleSimon Glass1-0/+77