summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
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
2022-01-25binman: Add a bintool implementation for futilitySimon Glass1-0/+178
2022-01-25binman: Add a bintool implementation for fiptoolSimon Glass1-0/+123
2022-01-25binman: Add a bintool implementation for cbfstoolSimon Glass1-0/+219
2022-01-25binman: Add tests for bintoolSimon Glass2-0/+389
2022-01-25binman: Plumb in support for bintoolsSimon Glass6-1/+64
2022-01-25binman: Add support for bintoolsSimon Glass1-0/+421
2022-01-25binman: Add installation instructionsSimon Glass1-2/+25
2022-01-25binman: Correct path for fip_utilSimon Glass1-1/+1
2022-01-25binman: Allow faked blobs in blob-ext-listSimon Glass5-1/+25
2022-01-25binman: Drop the image name from the fake-blob messageSimon Glass1-4/+3
2022-01-25patman: Add a function to find a tool on the pathSimon Glass1-0/+23
2022-01-25patman: Tidy up the download function a littleSimon Glass2-7/+11
2022-01-25buildman: Move the download function to toolsSimon Glass2-45/+46
2022-01-25patman: Allow running a tool and returning the full resultSimon Glass1-10/+46
2022-01-25binman: Expand the external FIT test a littleSimon Glass2-1/+18
2022-01-25mkimage: Show the external-offset errorSimon Glass1-2/+3
2022-01-25binman: Tweak elf tests for a toolchain changeSimon Glass1-4/+4
2022-01-25moveconfig: Fix some pylint errorsSimon Glass1-96/+110
2022-01-25moveconfig: Use a function to read filesSimon Glass1-50/+63
2022-01-25moveconfig: Use a function to write filesSimon Glass1-18/+23
2022-01-25moveconfig: Drop check for old PythonSimon Glass1-9/+1
2022-01-25moveconfig: Convert to ArgumentParserSimon Glass1-109/+112
2022-01-25moveconfig: Use single quotesSimon Glass1-36/+36
2022-01-25moveconfig: Allow querying board configurationSimon Glass1-4/+82
2022-01-25moveconfig: Allow adding unit testsSimon Glass1-0/+9
2022-01-25moveconfig: Sort the optionsSimon Glass1-10/+12
2022-01-25moveconfig: Read the database in a separate functionSimon Glass1-29/+49
2022-01-25moveconfig: Correct operation of the 'imply' featureSimon Glass1-4/+5
2022-01-25tools: Add init files for Python toolsSimon Glass3-0/+0
2022-01-25patman: Update the list of modulesSimon Glass1-3/+6
2022-01-25dtoc: Fix up a code comment that confuses pylintSimon Glass1-1/+1
2022-01-24mkimage: struct stat.st_size may not be longHeinrich Schuchardt1-3/+4
2022-01-24mkimage: Allow to specify the signature algorithm on the command lineJan Kiszka4-22/+35
2022-01-24mkimage: Drop unused OPT_STRING constantJan Kiszka1-1/+0
2022-01-24image-fit: Make string of algo parameter constantJan Kiszka1-2/+2
2022-01-24tools/fitimage: make sure dumpimage still works when "@" are detectedStefan Eichenberger1-2/+10
2022-01-24tools/fitimage: remove redundant format checkStefan Eichenberger1-5/+0
2022-01-19doc: replace @return by Return:Heinrich Schuchardt5-21/+21
2022-01-14tools: kwbimage: Fix mkimage/dumpimage -l argumentPali Rohár1-1/+2
2022-01-14tools: kwbimage: Extract main data image without -p arg for dumpimagePali Rohár1-27/+40
2022-01-14tools: kwbimage/kwboot: Check ext field for non-zero valuePali Rohár3-6/+6
2022-01-14tools: kwbimage: Do not cast const pointers to non-const pointersPali Rohár1-2/+2
2022-01-14tools: kwbimage: Dump kwbimage config file on '-p -1' optionPali Rohár1-0/+176
2022-01-14tools: kwbimage: Show binary image offset in mkimage -l, in addition to sizePali Rohár1-1/+4
2022-01-14tools: kwbimage: Add missing check for maximal value for DATA_DELAYPali Rohár1-0/+4
2022-01-14tools: kwbimage: Enforce 128-bit boundary alignment only for Sheeva CPUPali Rohár1-4/+8
2022-01-14tools: kwbimage: Check for maximal kwbimage header sizePali Rohár1-0/+5