aboutsummaryrefslogtreecommitdiff
path: root/tools/binman
AgeCommit message (Expand)Author
2022-08-20binman: Allow passing entries using -nSimon Glass
2022-08-20binman: Allow the image name to be the data fileSimon Glass
2022-08-20binman: Improve mkimage documentationSimon Glass
2022-08-20binman: Avoid use of expected failureSimon Glass
2022-08-20binman: Adjust mkimage etype node readingSimon Glass
2022-08-20binman: Add a way to check for missing propertiesSimon Glass
2022-08-20binman: Fix up the entry-docs for Entry_pre_loadSimon Glass
2022-08-20binman: Put fake files in a subdirectorySimon Glass
2022-08-13binman: Add more documentation about binman usageSimon Glass
2022-08-13binman: Add rST references for binman entry typesSimon Glass
2022-07-26binman: Increase default fitImage data section resize step from 1k to 64kMarek Vasut
2022-06-28spl: binman: Check at runtime if binman symbols were filled inAlper Nebi Yasak
2022-06-28spl: binman: Split binman symbols support from enabling binmanAlper Nebi Yasak
2022-06-28patman: test_util: Use unittest text runner to print test resultsAlper Nebi Yasak
2022-06-16tools: binman: install btoolPeng Fan
2022-04-25binman: don't import deprecated distutils packageHeinrich Schuchardt
2022-04-25binman: Refuse to replace sections for nowAlper Nebi Yasak
2022-04-25binman: Test replacing non-section entries in FIT subsectionsAlper Nebi Yasak
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-04-25binman: Don't reset offset/size if image doesn't allow repackingAlper Nebi Yasak
2022-04-25binman: Collect bintools for images when replacing entriesAlper Nebi Yasak
2022-04-25binman: Fix unique names having '/.' for images read from filesAlper Nebi Yasak
2022-04-06binman: Correct Chromium OS entry typesSimon Glass
2022-03-31tools: binman: add support for pre-load headerPhilippe Reynes
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: Allow mkimage to use a non-zero fake-blob sizeSimon Glass
2022-03-18binman: Make fake blobs zero-sized by defaultSimon Glass
2022-03-18binman: Change how faked blobs are createdSimon 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: Rename ExpandEntries to gen_entriesSimon Glass
2022-03-18binman: Rename ExpandToLimit to extend_to_limitSimon Glass
2022-03-18binman: Tweak collect_contents_to_file() and docsSimon Glass
2022-03-18elf: Rename load_segments() and module failureSimon Glass
2022-03-18binman: Include also subnodes in generator nodesJan Kiszka
2022-03-18tools: binman: main.py: add build-sandbox in sys.pathPhilippe Reynes
2022-03-18binman: Complete elf test coverageSimon Glass
2022-03-10binman: Expand elf support a littleSimon Glass
2022-03-02binman: Correct pylint errorsSimon Glass
2022-02-22binman: Allow different operations in FIT generator nodesSimon Glass
2022-02-22binman: Tidy up the docs a little with fitSimon Glass
2022-02-22binman: fit: Refactor to reduce function sizeSimon Glass
2022-02-22binman: Move entry-data collection into a Entry methodSimon Glass