aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2022-01-25binman: Correct path for fip_utilSimon Glass
2022-01-25binman: Allow faked blobs in blob-ext-listSimon Glass
2022-01-25binman: Drop the image name from the fake-blob messageSimon Glass
2022-01-25patman: Add a function to find a tool on the pathSimon Glass
2022-01-25patman: Tidy up the download function a littleSimon Glass
2022-01-25buildman: Move the download function to toolsSimon Glass
2022-01-25patman: Allow running a tool and returning the full resultSimon Glass
2022-01-25binman: Expand the external FIT test a littleSimon Glass
2022-01-25mkimage: Show the external-offset errorSimon Glass
2022-01-25binman: Tweak elf tests for a toolchain changeSimon Glass
2022-01-24moveconfig: Fix some pylint errorsSimon Glass
2022-01-24moveconfig: Use a function to read filesSimon Glass
2022-01-24moveconfig: Use a function to write filesSimon Glass
2022-01-24moveconfig: Drop check for old PythonSimon Glass
2022-01-24moveconfig: Convert to ArgumentParserSimon Glass
2022-01-24moveconfig: Use single quotesSimon Glass
2022-01-24moveconfig: Allow querying board configurationSimon Glass
2022-01-24moveconfig: Allow adding unit testsSimon Glass
2022-01-24moveconfig: Sort the optionsSimon Glass
2022-01-24moveconfig: Read the database in a separate functionSimon Glass
2022-01-24moveconfig: Correct operation of the 'imply' featureSimon Glass
2022-01-24tools: Add init files for Python toolsSimon Glass
2022-01-24patman: Update the list of modulesSimon Glass
2022-01-24dtoc: Fix up a code comment that confuses pylintSimon Glass
2022-01-24mkimage: struct stat.st_size may not be longHeinrich Schuchardt
2022-01-24mkimage: Allow to specify the signature algorithm on the command lineJan Kiszka
2022-01-24mkimage: Drop unused OPT_STRING constantJan Kiszka
2022-01-24image-fit: Make string of algo parameter constantJan Kiszka
2022-01-24tools/fitimage: make sure dumpimage still works when "@" are detectedStefan Eichenberger
2022-01-24tools/fitimage: remove redundant format checkStefan Eichenberger
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2022-01-14tools: kwbimage: Fix mkimage/dumpimage -l argumentPali Rohár
2022-01-14tools: kwbimage: Extract main data image without -p arg for dumpimagePali Rohár
2022-01-14tools: kwbimage/kwboot: Check ext field for non-zero valuePali Rohár
2022-01-14tools: kwbimage: Do not cast const pointers to non-const pointersPali Rohár
2022-01-14tools: kwbimage: Dump kwbimage config file on '-p -1' optionPali Rohár
2022-01-14tools: kwbimage: Show binary image offset in mkimage -l, in addition to sizePali Rohár
2022-01-14tools: kwbimage: Add missing check for maximal value for DATA_DELAYPali Rohár
2022-01-14tools: kwbimage: Enforce 128-bit boundary alignment only for Sheeva CPUPali Rohár
2022-01-14tools: kwbimage: Check for maximal kwbimage header sizePali Rohár
2022-01-14tools: kwbimage: Check the return value of image_headersz_v1()Pali Rohár
2022-01-14tools: kwbimage: Add support for specifying LOAD_ADDRESS for BINARY commandPali Rohár
2022-01-14tools: kwbimage: Add support for specifying CPU corePali Rohár
2022-01-14tools: kwbimage: Preserve order of BINARY, DATA and DATA_DELAY commandsPali Rohár
2022-01-14tools: kwbimage: Fix generating image with multiple DATA_DELAY commandsPali Rohár
2022-01-14tools: kwbimage: Deduplicate v1 regtype header finishingPali Rohár
2022-01-14tools: kwbimage: Mark all local functions as staticPali Rohár
2022-01-13genboardscfg: limit to 240 jobsAndre Przywara
2022-01-13patman: Support absolute and ~user-relative alias filesBrian Norris
2022-01-12binman: Write fake blobs to the output directorySimon Glass