summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * | | binman: Allow preserving the output dir when replacingSimon Glass2023-03-083-7/+20
| * | | buildman: Correct CROSS_COMPILE output for sandboxSimon Glass2023-03-081-2/+1
| * | | patman: Check patches in parallelSimon Glass2023-03-081-20/+26
| * | | patman: Run get_maintainer.pl in parallelSimon Glass2023-03-082-3/+32
| * | | patman: Refactor MakeCcFile() into two functionsSimon Glass2023-03-081-24/+57
| * | | patman: Drop an incorrect comment about git amSimon Glass2023-03-081-1/+1
| * | | doc: Add notes on how to install patman and binmanSimon Glass2023-03-082-0/+25
| * | | binman: Add support for building a binmanu PyPi packageSimon Glass2023-03-081-0/+29
| * | | binman: Use importlib to find the helpSimon Glass2023-03-081-3/+3
| * | | binman: Hide the 'test' command unless test code is availableSimon Glass2023-03-081-13/+21
| * | | binman: Move the main code into a functionSimon Glass2023-03-081-4/+8
| * | | dtoc: Add support for building a dtoc PyPi packageSimon Glass2023-03-082-0/+41
| * | | dtoc: Use pathlib to find the test directorySimon Glass2023-03-081-2/+4
| * | | dtoc: Move the main code into a functionSimon Glass2023-03-081-48/+52
| * | | dtoc: Hide the test options unless test code is availableSimon Glass2023-03-081-6/+13
| * | | buildman: Add support for building a buildman PyPi packageSimon Glass2023-03-081-0/+29
| * | | buildman: Use importlib to find the helpSimon Glass2023-03-081-3/+3
| * | | buildman: Fix use of a type as a variableSimon Glass2023-03-081-2/+2
| * | | buildman: Hide the test options unless test code is availableSimon Glass2023-03-081-4/+10
| * | | buildman: Move the main code into a functionSimon Glass2023-03-081-11/+16
| * | | patman: Add support for building a patman PyPi packageSimon Glass2023-03-081-0/+29
| * | | patman: Avoid importing test_checkpatch before it is neededSimon Glass2023-03-081-1/+1
| * | | patman: Add support for building a u_boot_tools PyPi packageSimon Glass2023-03-083-0/+376
| * | | patman: Move library functions into a library directorySimon Glass2023-03-0885-150/+180
| * | | Remove concurrencytestSimon Glass2023-03-085-221/+2
| * | | Revert "patman: test_util: Print test stdout/stderr within test summaries"Simon Glass2023-03-082-112/+4
| * | | binman: Avoid unwanted output in testFitFirmwareLoadables()Simon Glass2023-03-081-4/+5
| * | | binman: Make the tooldir configurableSimon Glass2023-03-086-14/+64
| * | | binman: Use a private directory for bintoolsSimon Glass2023-03-082-1/+3
| * | | binman: Move the tools directory into the Bintool classSimon Glass2023-03-082-5/+6
| * | | binman: Update bintools documentationSimon Glass2023-03-081-0/+70
| * | | binman: Correct an 'aot' typoSimon Glass2023-03-081-1/+1
| * | | buildman: Add a flag for reproducible buildsSimon Glass2023-03-086-12/+54
| * | | buildman: Support disabling LTOSimon Glass2023-03-086-6/+44
| * | | buildman: Write out the build command usedSimon Glass2023-03-083-0/+34
| * | | buildman: Add a note about the out-env fileSimon Glass2023-03-081-0/+2
| * | | binman: Use correct argument name in docstringsJonas Karlman2023-03-083-4/+4
| * | | binman: Fix spelling of nodes in code commentsJonas Karlman2023-03-083-3/+3
| * | | binman: Remove redundant SetAllowFakeBlob from blob-ext entryJonas Karlman2023-03-081-8/+0
| * | | binman: Support marking FMAP areas as preservedSimon Glass2023-03-087-3/+38
| * | | binman: Avoid requiring a home directory on startupSimon Glass2023-03-081-1/+1
| | |/ | |/|
| * | tools: kwbimage: Add support for creating an image with no dataPali Rohár2023-03-011-3/+25
| * | tools: mkimage: Do not try to open datafile when it is skippedPali Rohár2023-03-011-1/+1
| * | tools: mkimage: Print human readable error when -d is not specifiedPali Rohár2023-03-011-0/+5
| * | tools: kwbimage: Add support for XIP SPI/NOR imagesPali Rohár2023-03-011-7/+89
| * | tools: mkimage: Do not fill legacy_img_hdr for non-legacy XIP imagesPali Rohár2023-03-011-1/+3
| * | tools: kwbimage: Fix invalid secure boot header signaturePali Rohár2023-03-011-27/+14
| * | tools: kwbimage: Fix generating secure boot data image signaturePali Rohár2023-03-011-1/+1
| * | tools: kwbimage: Rename imagesz to dataoffPali Rohár2023-03-011-10/+10
| * | tools: kwbimage: Simplify add_secure_header_v1()Pali Rohár2023-03-011-10/+5