aboutsummaryrefslogtreecommitdiff
path: root/tools/binman
AgeCommit message (Expand)AuthorFilesLines
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
2022-01-25binman: Convert to using the lz4 bintoolSimon Glass3-16/+10
2022-01-25binman: Add a bintool implementation for lz4Simon Glass1-0/+140
2022-01-25binman: Tidy up pylint warnings in comp_utilSimon Glass5-20/+19
2022-01-25binman: Move compression into binmanSimon Glass5-10/+102
2022-01-25binman: Convert to using the mkimage bintoolSimon Glass2-6/+27
2022-01-25binman: Convert to using the ifwitool bintoolSimon Glass2-8/+21
2022-01-25binman: Convert to using the futility bintoolSimon Glass2-28/+41
2022-01-25binman: Convert to using the FIP bintoolSimon Glass2-41/+8
2022-01-25binman: Convert to using the CBFS bintoolSimon Glass2-56/+19
2022-01-25binman: Enable bintool tests including cmdline processingSimon Glass2-3/+36
2022-01-25binman: Add a bintool implementation for mkimageSimon Glass1-0/+80
2022-01-25binman: Add a bintool implementation for ifwitoolSimon Glass1-0/+166