summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2020-07-20binman: Use super() instead of specifying parent typeSimon Glass57-87/+86
2020-07-20binman: Re-enable concurrent testsSimon Glass1-1/+3
2020-07-20binman: Fix a few typos in the entry docsSimon Glass2-2/+2
2020-07-20binman: Add support for calling mkimageSimon Glass5-0/+120
2020-07-20binman: Set a default toolpathSimon Glass1-0/+5
2020-07-20binman: Specify the toolpath when running test coverageSimon Glass2-6/+13
2020-07-20binman: Correct the search patch for pylibfdtSimon Glass1-0/+1
2020-07-20binman: cbfs: Fix IFWI typoSimon Glass1-1/+1
2020-07-20binman: Output errors to stderrSimon Glass1-1/+1
2020-07-20patman: Add a -D option to enable debuggingSimon Glass1-0/+6
2020-07-20patman: Support collecting response tags in PatchstreamSimon Glass2-5/+30
2020-07-20patman: Allow disabling 'bright' mode with Print outputSimon Glass1-2/+2
2020-07-20patman: Add a 'test' subcommandSimon Glass2-36/+41
2020-07-20patman: Allow different commandsSimon Glass1-36/+41
2020-07-20patman: Convert to ArgumentParserSimon Glass3-64/+65
2020-07-20patman: Allow skipping patches at the endSimon Glass3-5/+18
2020-07-20patman: Allow creating patches for another branchSimon Glass5-15/+40
2020-07-20patman: Add a test that uses gitpythonSimon Glass2-3/+152
2020-07-20patman: Move main code out to a control moduleSimon Glass5-57/+182
2020-07-20patman: Use test_util to show test resultsSimon Glass2-9/+5
2020-07-17mkimage: Fix error message if write less data then expectedMylène Josserand1-4/+11
2020-07-17dtoc: Support ACPI paths in of-platdataSimon Glass3-1/+7
2020-07-10dtoc: add test for cd-gpiosWalter Lozano2-0/+109
2020-07-10dtoc: update dtb_platdata to support cd-gpiosWalter Lozano2-7/+11
2020-07-10dtoc: extend dtoc to use struct driver_info when linking nodesWalter Lozano2-46/+84
2020-07-10dtoc: add option to disable warningsWalter Lozano3-34/+85
2020-07-10dtoc: add support to scan driversWalter Lozano3-4/+145
2020-07-10dtoc: add missing code commentsWalter Lozano1-0/+3
2020-07-10checkpatch: Don't warn about PREFER_IF in headers/DT filesSimon Glass1-0/+2
2020-07-10patman: Add tests for the rest of the checkpatch checksSimon Glass1-4/+43
2020-07-10patman: Decode output from the '--show-types' optionSimon Glass2-11/+17
2020-07-10patman: Add a test for the 'possible new uclass' checkSimon Glass1-0/+77
2020-07-10patman: Rename test.py to test_checkpatch.pySimon Glass2-6/+5
2020-07-10patman: Drop import of test_util in test_utilSimon Glass1-1/+0
2020-07-10patman: Avoid importing gitutil in settingsSimon Glass2-5/+4
2020-07-10patman: Pass in maintainer dirs to avoid and importSimon Glass2-8/+9
2020-07-10patman: Use a dict in gitutil to avoid importing seriesSimon Glass1-5/+4
2020-07-10patman: Avoid circular dependency between command and toolsSimon Glass1-4/+3
2020-07-10patman: Drop unnecessary import in gitutilSimon Glass1-1/+0
2020-07-01kconfiglib: Update to the 14.1.0 releaseTom Rini1-242/+372
2020-06-30Merge tag 'mips-pull-2020-06-29' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini1-0/+55
2020-06-29tools: add script for byte endianness swappingDaniel Schwierzeck1-0/+55
2020-06-18Merge tag 'ti-v2020.10-next' of https://gitlab.denx.de/u-boot/custodians/u-bo...Tom Rini1-3/+11
2020-06-13tools: k3_gen_x509_cert: Set default early HS JTAG access to disabledAndrew F. Davis1-2/+2
2020-06-13tools: k3_gen_x509_cert: Allow selecting early JTAG debug valueAndrew F. Davis1-3/+11
2020-06-13Merge tag 'dm-pull-12jun20' of git://git.denx.de/u-boot-dm into nextTom Rini3-18/+43
2020-06-12Add support for SHA384 and SHA512Reuben Dowle1-0/+2
2020-06-12buildman: Remove _of_#_ from results directory pathsOvidiu Panait2-9/+9
2020-06-12patman: Complain if a checkpatch line is not understoodSimon Glass1-0/+2
2020-06-12patman: Support warnings in the patch subjectSimon Glass1-1/+6