summaryrefslogtreecommitdiff
path: root/tools/binman
AgeCommit message (Expand)AuthorFilesLines
2022-04-25binman: don't import deprecated distutils packageHeinrich Schuchardt1-7/+0
2022-04-25binman: Refuse to replace sections for nowAlper Nebi Yasak3-0/+35
2022-04-25binman: Test replacing non-section entries in FIT subsectionsAlper Nebi Yasak1-0/+38
2022-04-25binman: Create FIT subentries in the FIT section, not its parentAlper Nebi Yasak3-1/+110
2022-04-25binman: Remove '/images/' fragment from FIT subentry pathsAlper Nebi Yasak2-5/+15
2022-04-25binman: Don't reset offset/size if image doesn't allow repackingAlper Nebi Yasak2-1/+22
2022-04-25binman: Collect bintools for images when replacing entriesAlper Nebi Yasak4-0/+115
2022-04-25binman: Fix unique names having '/.' for images read from filesAlper Nebi Yasak4-1/+104
2022-04-06binman: Correct Chromium OS entry typesSimon Glass2-3/+3
2022-03-31tools: binman: add support for pre-load headerPhilippe Reynes11-0/+439
2022-03-19binman: Support splitting an ELF file into multiple nodesSimon Glass6-10/+597
2022-03-19binman: Keep a separate list of entries for fitSimon Glass1-5/+28
2022-03-19binman: Update fit to use node instead of subnodeSimon Glass1-8/+8
2022-03-19binman: Add a consistent way to report errors with fitSimon Glass2-9/+24
2022-03-19binman: Fix some pylint warnings in fitSimon Glass1-25/+25
2022-03-19binman: Update fit to move node reading into the ReadNode() methodSimon Glass1-6/+4
2022-03-19binman: Read the fit entries only onceSimon Glass1-1/+0
2022-03-19binman: Allow mkimage to use a non-zero fake-blob sizeSimon Glass7-8/+53
2022-03-19binman: Make fake blobs zero-sized by defaultSimon Glass1-2/+3
2022-03-19binman: Change how faked blobs are createdSimon Glass4-8/+13
2022-03-19binman: Rename tools parameter to btoolsSimon Glass7-15/+15
2022-03-19binman: Refactor fit to generate output at the endSimon Glass3-84/+109
2022-03-19binman: Rename ExpandEntries to gen_entriesSimon Glass5-8/+8
2022-03-19binman: Rename ExpandToLimit to extend_to_limitSimon Glass10-31/+51
2022-03-19binman: Tweak collect_contents_to_file() and docsSimon Glass3-15/+20
2022-03-19elf: Rename load_segments() and module failureSimon Glass2-12/+12
2022-03-19binman: Include also subnodes in generator nodesJan Kiszka3-0/+8
2022-03-19tools: binman: main.py: add build-sandbox in sys.pathPhilippe Reynes1-0/+1
2022-03-19binman: Complete elf test coverageSimon Glass2-2/+50
2022-03-10binman: Expand elf support a littleSimon Glass1-7/+51
2022-03-02binman: Correct pylint errorsSimon Glass13-32/+39
2022-02-22binman: Allow different operations in FIT generator nodesSimon Glass5-49/+274
2022-02-22binman: Tidy up the docs a little with fitSimon Glass2-14/+16
2022-02-22binman: fit: Refactor to reduce function sizeSimon Glass1-43/+71
2022-02-22binman: Move entry-data collection into a Entry methodSimon Glass3-10/+118
2022-02-22binman: Add a ELF test file with disjoint text sectionsSimon Glass3-1/+56
2022-02-22binman: Support a list of strings with the mkimage etypeSimon Glass3-4/+26
2022-02-22binman: Add to the TODOSimon Glass1-0/+8
2022-02-22binman: Add support for TEE BL32Roger Quadros5-0/+61
2022-02-22elf: Add a way to read segment information from an ELF fileSimon Glass2-2/+66
2022-02-22binman: Update docs to indicate mkimage is supportedSimon Glass1-2/+2
2022-02-22binman: Correct the error message for a bad hash algorithmSimon Glass2-2/+2
2022-02-22binman: Update image positions of FIT subentriesAlper Nebi Yasak2-0/+163
2022-02-22binman: Skip processing "hash" subnodes of FIT subsectionsAlper Nebi Yasak4-14/+97
2022-02-09binman: Convert FIT entry type to a subclass of Section entry typeAlper Nebi Yasak2-51/+30
2022-02-09binman: Check missing bintools of Section subclassesAlper Nebi Yasak1-0/+1
2022-02-09binman: Register and check bintools from FIT subentriesAlper Nebi Yasak3-0/+78
2022-02-09binman: Fix subentry expansion for FIT entry typeAlper Nebi Yasak2-9/+29
2022-02-09patman: Rename Color() method to build()Simon Glass1-4/+4
2022-02-09patman: Convert camel case in tout.pySimon Glass12-57/+57