aboutsummaryrefslogtreecommitdiff
path: root/tools/binman
AgeCommit message (Expand)AuthorFilesLines
2022-03-18binman: Update fit to use node instead of subnodeSimon Glass1-8/+8
2022-03-18binman: Add a consistent way to report errors with fitSimon Glass2-9/+24
2022-03-18binman: Fix some pylint warnings in fitSimon Glass1-25/+25
2022-03-18binman: Update fit to move node reading into the ReadNode() methodSimon Glass1-6/+4
2022-03-18binman: Read the fit entries only onceSimon Glass1-1/+0
2022-03-18binman: Allow mkimage to use a non-zero fake-blob sizeSimon Glass7-8/+53
2022-03-18binman: Make fake blobs zero-sized by defaultSimon Glass1-2/+3
2022-03-18binman: Change how faked blobs are createdSimon Glass4-8/+13
2022-03-18binman: Rename tools parameter to btoolsSimon Glass7-15/+15
2022-03-18binman: Refactor fit to generate output at the endSimon Glass3-84/+109
2022-03-18binman: Rename ExpandEntries to gen_entriesSimon Glass5-8/+8
2022-03-18binman: Rename ExpandToLimit to extend_to_limitSimon Glass10-31/+51
2022-03-18binman: Tweak collect_contents_to_file() and docsSimon Glass3-15/+20
2022-03-18elf: Rename load_segments() and module failureSimon Glass2-12/+12
2022-03-18binman: Include also subnodes in generator nodesJan Kiszka3-0/+8
2022-03-18tools: binman: main.py: add build-sandbox in sys.pathPhilippe Reynes1-0/+1
2022-03-18binman: 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
2022-02-09patman: Convert camel case in test_util.pySimon Glass1-3/+3
2022-02-09patman: Convert camel case in command.pySimon Glass4-4/+4
2022-02-09patman: Convert camel case in tools.pySimon Glass38-360/+360
2022-01-30binman: Skip node generation for images read from filesJan Kiszka4-3/+52
2022-01-25binman: doc: fix typo for u-boot-tplHeiko Thiery1-1/+1
2022-01-25binman: Document the __bss_size symbol errorSimon Glass1-0/+29
2022-01-25binman: Add documentation for bintoolsSimon Glass2-0/+186
2022-01-25binman: Add a command to generate bintool docsSimon Glass5-1/+80
2022-01-25binman: Complete test coverage of comp_utilSimon Glass2-14/+11
2022-01-25binman: Plumb in support for missing bintoolsSimon Glass5-2/+103
2022-01-25binman: Convert to using the lzma_alone bintoolSimon Glass1-8/+5
2022-01-25binman: Add a bintool implementation for lzma_aloneSimon Glass1-0/+126