aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* tools: mkeficapsule: rework the code a little bitAKASHI Takahiro2022-01-291-72/+167
* tools: mkeficapsule: output messages to stderr instead of stdoutAKASHI Takahiro2022-01-291-13/+14
* tools: mkimage: Show where signatures/keys are writtenSimon Glass2022-01-266-6/+50
* tools: Pass public-key node through to callerSimon Glass2022-01-261-3/+25
* image: Return destination node for add_verify_data() methodSimon Glass2022-01-261-3/+2
* tools: Drop unused name in image-hostSimon Glass2022-01-261-4/+1
* tools: Improve comments in signing functionsSimon Glass2022-01-262-22/+84
* tools: Avoid leaving extra data at the end of copied filesSimon Glass2022-01-262-1/+3
* tools: Move copyfile() into a common fileSimon Glass2022-01-263-56/+67
* fit_check_sign: Update help to mention the key is in a dtbSimon Glass2022-01-261-2/+2
* binman: doc: fix typo for u-boot-tplHeiko Thiery2022-01-251-1/+1
* binman: Document the __bss_size symbol errorSimon Glass2022-01-251-0/+29
* binman: Add documentation for bintoolsSimon Glass2022-01-252-0/+186
* binman: Add a command to generate bintool docsSimon Glass2022-01-255-1/+80
* binman: Complete test coverage of comp_utilSimon Glass2022-01-252-14/+11
* binman: Plumb in support for missing bintoolsSimon Glass2022-01-255-2/+103
* binman: Convert to using the lzma_alone bintoolSimon Glass2022-01-251-8/+5
* binman: Add a bintool implementation for lzma_aloneSimon Glass2022-01-251-0/+126
* binman: Convert to using the lz4 bintoolSimon Glass2022-01-253-16/+10
* binman: Add a bintool implementation for lz4Simon Glass2022-01-251-0/+140
* binman: Tidy up pylint warnings in comp_utilSimon Glass2022-01-255-20/+19
* binman: Move compression into binmanSimon Glass2022-01-256-89/+102
* binman: Convert to using the mkimage bintoolSimon Glass2022-01-252-6/+27
* binman: Convert to using the ifwitool bintoolSimon Glass2022-01-253-39/+21
* binman: Convert to using the futility bintoolSimon Glass2022-01-252-28/+41
* binman: Convert to using the FIP bintoolSimon Glass2022-01-252-41/+8
* binman: Convert to using the CBFS bintoolSimon Glass2022-01-252-56/+19
* binman: Enable bintool tests including cmdline processingSimon Glass2022-01-252-3/+36
* binman: Add a bintool implementation for mkimageSimon Glass2022-01-251-0/+80
* binman: Add a bintool implementation for ifwitoolSimon Glass2022-01-251-0/+166
* binman: Add a bintool implementation for futilitySimon Glass2022-01-251-0/+178
* binman: Add a bintool implementation for fiptoolSimon Glass2022-01-251-0/+123
* binman: Add a bintool implementation for cbfstoolSimon Glass2022-01-251-0/+219
* binman: Add tests for bintoolSimon Glass2022-01-252-0/+389
* binman: Plumb in support for bintoolsSimon Glass2022-01-256-1/+64
* binman: Add support for bintoolsSimon Glass2022-01-251-0/+421
* binman: Add installation instructionsSimon Glass2022-01-251-2/+25
* binman: Correct path for fip_utilSimon Glass2022-01-251-1/+1
* binman: Allow faked blobs in blob-ext-listSimon Glass2022-01-255-1/+25
* binman: Drop the image name from the fake-blob messageSimon Glass2022-01-251-4/+3
* patman: Add a function to find a tool on the pathSimon Glass2022-01-251-0/+23
* patman: Tidy up the download function a littleSimon Glass2022-01-252-7/+11
* buildman: Move the download function to toolsSimon Glass2022-01-252-45/+46
* patman: Allow running a tool and returning the full resultSimon Glass2022-01-251-10/+46
* binman: Expand the external FIT test a littleSimon Glass2022-01-252-1/+18
* mkimage: Show the external-offset errorSimon Glass2022-01-251-2/+3
* binman: Tweak elf tests for a toolchain changeSimon Glass2022-01-251-4/+4
* moveconfig: Fix some pylint errorsSimon Glass2022-01-241-96/+110
* moveconfig: Use a function to read filesSimon Glass2022-01-241-50/+63
* moveconfig: Use a function to write filesSimon Glass2022-01-241-18/+23