summaryrefslogtreecommitdiff
path: root/tools/binman/etype/fit.py
AgeCommit message (Expand)Author
2025-12-06tools: binman: fit: add support for OpenSSL enginesQuentin Schulz
2025-07-01Merge patch series "binman: properly error out if path provided to key-name-h...Tom Rini
2025-07-01binman: etype: fit: raise ValueError if key-name-hint is a pathQuentin Schulz
2025-04-11binman: fit: Drop unused codeSimon Glass
2024-12-19tools: binman: etype: fit: Append DTB directory to the list of input directoriesPaul HENRYS
2024-12-19tools: binman: etype: Allow to replace 'NAME' in node namesPaul HENRYS
2024-12-19tools: binman: add 'fit, encrypt' property to pass keys directory to mkimagePaul HENRYS
2024-10-18binman: implement signing FIT images during image buildAlexander Kochetkov
2024-10-18binman: fix passing loadables to mkimage on first runAlexander Kochetkov
2024-09-26binman: fit: Refine handling of devicetrees for OF_UPSTREAMSimon Glass
2024-09-26binman: fit: Set the image_pos attributes only onceSimon Glass
2024-09-26binman: fit: Avoid assuming that a FIT member is a sectionSimon Glass
2024-09-26binman: Update fdt-list-dir to use the provided directorySimon Glass
2024-09-26binman: Tidy up comments and pylint warnings in fitSimon Glass
2024-09-26binman: Correct the comment for fdtgrepSimon Glass
2024-07-29Makefile: Pass OF_SPL_REMOVE_PROPS to binmanSimon Glass
2024-07-29binman: fit: Allow running fdtgrep on devicetree blobsSimon Glass
2024-07-29binman: fit: Write the compatible string to configurationSimon Glass
2024-07-29binman: fit: Allow providing FDT filenames in a directorySimon Glass
2023-08-02binman: Override CheckOptional in fit entryJonas Karlman
2023-07-20binman: Provide a way to specify the fdt-list directlySimon Glass
2023-03-14binman: add tests for sign optionIvan Mikhaylov
2023-03-14binman: add sign option for binmanIvan Mikhaylov
2023-03-08binman: Support updating section contentsSimon Glass
2023-03-08binman: Handle missing bintools correctly in fitSimon Glass
2023-03-08patman: Move library functions into a library directorySimon Glass
2023-03-08binman: Fix spelling of nodes in code commentsJonas Karlman
2023-01-26binman: Add support for selecting firmware to use with split-elfJonas Karlman
2023-01-26binman: Add special subnodes to the nodes generated by split-elfJonas Karlman
2023-01-26binman: Add support for align argument to mkimage toolJonas Karlman
2023-01-18binman: Add a function to check for special section nodesSimon Glass
2023-01-18binman: Support optional external blobsSimon Glass
2023-01-18binman: Support new op-tee binary formatSimon Glass
2023-01-18binman: Tidy up comment in fit _gen_nodeSimon Glass
2022-10-31Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass
2022-07-26binman: Increase default fitImage data section resize step from 1k to 64kMarek Vasut
2022-04-25binman: Create FIT subentries in the FIT section, not its parentAlper Nebi Yasak
2022-04-25binman: Remove '/images/' fragment from FIT subentry pathsAlper Nebi Yasak
2022-03-18binman: Support splitting an ELF file into multiple nodesSimon Glass
2022-03-18binman: Keep a separate list of entries for fitSimon Glass
2022-03-18binman: Update fit to use node instead of subnodeSimon Glass
2022-03-18binman: Add a consistent way to report errors with fitSimon Glass
2022-03-18binman: Fix some pylint warnings in fitSimon Glass
2022-03-18binman: Update fit to move node reading into the ReadNode() methodSimon Glass
2022-03-18binman: Read the fit entries only onceSimon Glass
2022-03-18binman: Rename tools parameter to btoolsSimon Glass
2022-03-18binman: Refactor fit to generate output at the endSimon Glass
2022-03-18binman: Include also subnodes in generator nodesJan Kiszka
2022-02-22binman: Allow different operations in FIT generator nodesSimon Glass
2022-02-22binman: Tidy up the docs a little with fitSimon Glass