aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2023-03-08binman: Allow preserving the output dir when replacingSimon Glass
2023-03-08buildman: Correct CROSS_COMPILE output for sandboxSimon Glass
2023-03-08patman: Check patches in parallelSimon Glass
2023-03-08patman: Run get_maintainer.pl in parallelSimon Glass
2023-03-08patman: Refactor MakeCcFile() into two functionsSimon Glass
2023-03-08patman: Drop an incorrect comment about git amSimon Glass
2023-03-08doc: Add notes on how to install patman and binmanSimon Glass
2023-03-08binman: Add support for building a binmanu PyPi packageSimon Glass
2023-03-08binman: Use importlib to find the helpSimon Glass
2023-03-08binman: Hide the 'test' command unless test code is availableSimon Glass
2023-03-08binman: Move the main code into a functionSimon Glass
2023-03-08dtoc: Add support for building a dtoc PyPi packageSimon Glass
2023-03-08dtoc: Use pathlib to find the test directorySimon Glass
2023-03-08dtoc: Move the main code into a functionSimon Glass
2023-03-08dtoc: Hide the test options unless test code is availableSimon Glass
2023-03-08buildman: Add support for building a buildman PyPi packageSimon Glass
2023-03-08buildman: Use importlib to find the helpSimon Glass
2023-03-08buildman: Fix use of a type as a variableSimon Glass
2023-03-08buildman: Hide the test options unless test code is availableSimon Glass
2023-03-08buildman: Move the main code into a functionSimon Glass
2023-03-08patman: Add support for building a patman PyPi packageSimon Glass
2023-03-08patman: Avoid importing test_checkpatch before it is neededSimon Glass
2023-03-08patman: Add support for building a u_boot_tools PyPi packageSimon Glass
2023-03-08patman: Move library functions into a library directorySimon Glass
2023-03-08Remove concurrencytestSimon Glass
2023-03-08Revert "patman: test_util: Print test stdout/stderr within test summaries"Simon Glass
2023-03-08binman: Avoid unwanted output in testFitFirmwareLoadables()Simon Glass
2023-03-08binman: Make the tooldir configurableSimon Glass
2023-03-08binman: Use a private directory for bintoolsSimon Glass
2023-03-08binman: Move the tools directory into the Bintool classSimon Glass
2023-03-08binman: Update bintools documentationSimon Glass
2023-03-08binman: Correct an 'aot' typoSimon Glass
2023-03-08buildman: Add a flag for reproducible buildsSimon Glass
2023-03-08buildman: Support disabling LTOSimon Glass
2023-03-08buildman: Write out the build command usedSimon Glass
2023-03-08buildman: Add a note about the out-env fileSimon Glass
2023-03-08binman: Use correct argument name in docstringsJonas Karlman
2023-03-08binman: Fix spelling of nodes in code commentsJonas Karlman
2023-03-08binman: Remove redundant SetAllowFakeBlob from blob-ext entryJonas Karlman
2023-03-08binman: Support marking FMAP areas as preservedSimon Glass
2023-03-08binman: Avoid requiring a home directory on startupSimon Glass
2023-03-01tools: binman: minor formatting fix in docsRalph Siemsen
2023-03-01tools: kwbimage: Add support for creating an image with no dataPali Rohár
2023-03-01tools: mkimage: Do not try to open datafile when it is skippedPali Rohár
2023-03-01tools: mkimage: Print human readable error when -d is not specifiedPali Rohár
2023-03-01tools: kwbimage: Add support for XIP SPI/NOR imagesPali Rohár
2023-03-01tools: mkimage: Do not fill legacy_img_hdr for non-legacy XIP imagesPali Rohár
2023-03-01tools: kwbimage: Fix invalid secure boot header signaturePali Rohár
2023-03-01tools: kwbimage: Fix generating secure boot data image signaturePali Rohár
2023-03-01tools: kwbimage: Rename imagesz to dataoffPali Rohár