summaryrefslogtreecommitdiff
path: root/tools/binman/state.py
AgeCommit message (Expand)Author
2025-04-11binman: Drop algo check in CheckSetHashValue()Simon Glass
2025-02-21tools: Fix pylint 3.3.4 errorsSimon Glass
2023-07-20binman: Reduce state.SetInt and bintool cmd to debug levelSimon Glass
2023-03-08patman: Move library functions into a library directorySimon Glass
2023-03-08binman: Fix spelling of nodes in code commentsJonas Karlman
2022-09-12binman: Add VPL supportSimon Glass
2022-02-22binman: Correct the error message for a bad hash algorithmSimon Glass
2022-02-09patman: Convert camel case in tout.pySimon Glass
2022-02-09patman: Convert camel case in tools.pySimon Glass
2021-12-02binman: Add a way to obtain the versionSimon Glass
2021-07-21binman: Add basic support for debugging performanceSimon Glass
2021-07-21binman: Support multithreading for building imagesSimon Glass
2021-03-26binman: Automatically expand phase binaries into sectionsSimon Glass
2021-03-26binman: Use standard filenames for SPL/TPL devicetreeSimon Glass
2021-03-26binman: Drop unnecessary field in output_fdt_infoSimon Glass
2021-03-26binman: Use the fake SPL/TPL only if requestedSimon Glass
2021-01-30binman: Support alignment of filesSimon Glass
2020-04-26patman: Move to absolute importsSimon Glass
2020-04-26binman: Move to absolute importsSimon Glass
2019-07-29binman: Update state when replacing device-tree entriesSimon Glass
2019-07-29binman: Support shrinking a entry after packingSimon Glass
2019-07-29binman: Allow updating entries that change sizeSimon Glass
2019-07-29binman: Add info to allow safely repacking an image laterSimon Glass
2019-07-29binman: Support updating entries in an existing imageSimon Glass
2019-07-29binman: Store the entry in output_fdt_filesSimon Glass
2019-07-29binman: Allow state functions to fail to return dataSimon Glass
2019-07-29binman: Drop state.fdt_set as this is not neededSimon Glass
2019-07-29binman: Simplify state.fdt_subsetSimon Glass
2019-07-29binman: Adjust state.fdt_files to be keyed by entry typeSimon Glass
2019-07-29binman: Adjust GetFdt() to be keyed by etypeSimon Glass
2019-07-29binman: Rename state.GetFdt()Simon Glass
2019-07-29binman: Rename state.GetFdts()Simon Glass
2019-07-29binman: Convert GetFdtSet() to use a dictSimon Glass
2019-07-24binman: Add a control for post-pack entry expansionSimon Glass
2019-07-24binman: Add an FDT mapSimon Glass
2019-07-10binman: Remove use of Set()Simon Glass
2018-09-29binman: Support hashing entriesSimon Glass
2018-09-29binman: Support adding filesSimon Glass
2018-09-28binman: Support updating all device tree filesSimon Glass
2018-09-28binman: Allow control of whether a fake DT is usedSimon Glass
2018-09-28binman: Obtain the list of device trees from the configSimon Glass
2018-09-28binman: Centralise device-tree updates within binmanSimon Glass
2018-09-28binman: Move state logic into the state moduleSimon Glass
2018-09-28binman: Move state information into a new moduleSimon Glass