summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* patman: Add a 'test' subcommandSimon Glass2020-07-202-36/+41
* patman: Allow different commandsSimon Glass2020-07-201-36/+41
* patman: Convert to ArgumentParserSimon Glass2020-07-203-64/+65
* patman: Allow skipping patches at the endSimon Glass2020-07-203-5/+18
* patman: Allow creating patches for another branchSimon Glass2020-07-205-15/+40
* patman: Add a test that uses gitpythonSimon Glass2020-07-202-3/+152
* patman: Move main code out to a control moduleSimon Glass2020-07-205-57/+182
* patman: Use test_util to show test resultsSimon Glass2020-07-202-9/+5
* mkimage: Fix error message if write less data then expectedMylène Josserand2020-07-171-4/+11
* dtoc: Support ACPI paths in of-platdataSimon Glass2020-07-173-1/+7
* dtoc: add test for cd-gpiosWalter Lozano2020-07-092-0/+109
* dtoc: update dtb_platdata to support cd-gpiosWalter Lozano2020-07-092-7/+11
* dtoc: extend dtoc to use struct driver_info when linking nodesWalter Lozano2020-07-092-46/+84
* dtoc: add option to disable warningsWalter Lozano2020-07-093-34/+85
* dtoc: add support to scan driversWalter Lozano2020-07-093-4/+145
* dtoc: add missing code commentsWalter Lozano2020-07-091-0/+3
* checkpatch: Don't warn about PREFER_IF in headers/DT filesSimon Glass2020-07-091-0/+2
* patman: Add tests for the rest of the checkpatch checksSimon Glass2020-07-091-4/+43
* patman: Decode output from the '--show-types' optionSimon Glass2020-07-092-11/+17
* patman: Add a test for the 'possible new uclass' checkSimon Glass2020-07-091-0/+77
* patman: Rename test.py to test_checkpatch.pySimon Glass2020-07-092-6/+5
* patman: Drop import of test_util in test_utilSimon Glass2020-07-091-1/+0
* patman: Avoid importing gitutil in settingsSimon Glass2020-07-092-5/+4
* patman: Pass in maintainer dirs to avoid and importSimon Glass2020-07-092-8/+9
* patman: Use a dict in gitutil to avoid importing seriesSimon Glass2020-07-091-5/+4
* patman: Avoid circular dependency between command and toolsSimon Glass2020-07-091-4/+3
* patman: Drop unnecessary import in gitutilSimon Glass2020-07-091-1/+0
* kconfiglib: Update to the 14.1.0 releaseTom Rini2020-07-011-242/+372
* Merge tag 'mips-pull-2020-06-29' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini2020-06-301-0/+55
|\
| * tools: add script for byte endianness swappingDaniel Schwierzeck2020-06-291-0/+55
* | Merge tag 'ti-v2020.10-next' of https://gitlab.denx.de/u-boot/custodians/u-bo...Tom Rini2020-06-181-3/+11
|\ \
| * | tools: k3_gen_x509_cert: Set default early HS JTAG access to disabledAndrew F. Davis2020-06-131-2/+2
| * | tools: k3_gen_x509_cert: Allow selecting early JTAG debug valueAndrew F. Davis2020-06-131-3/+11
| |/
* | Merge tag 'dm-pull-12jun20' of git://git.denx.de/u-boot-dm into nextWIP/13Jun2020Tom Rini2020-06-133-18/+43
|\ \
| * | buildman: Remove _of_#_ from results directory pathsOvidiu Panait2020-06-112-9/+9
| * | patman: Complain if a checkpatch line is not understoodSimon Glass2020-06-111-0/+2
| * | patman: Support warnings in the patch subjectSimon Glass2020-06-111-1/+6
| * | patman: Handle checkpatch output with notes and codeSimon Glass2020-06-111-1/+10
| * | patman: Don't try to process checkpatch lines twiceSimon Glass2020-06-111-3/+8
| * | patman: Support emacs mode with checkpatchSimon Glass2020-06-111-3/+7
| * | patman: Fix 'warning' typoSimon Glass2020-06-111-1/+1
| |/
* | Add support for SHA384 and SHA512Reuben Dowle2020-06-121-0/+2
|/
* mkimage: Default to adding a crc32 hash with '-f auto'Simon Glass2020-06-021-2/+16
* tools: fw_env: Fix warning when reading too littleHarald Seiler2020-06-021-1/+7
* patman: Modify functional tests for new behaviorSean Anderson2020-05-294-9/+79
* patman: Support multi-line changes in changelogsSean Anderson2020-05-292-10/+35
* patman: Add new tags for finer-grained changelog controlSean Anderson2020-05-294-32/+83
* patman: Suppress empty changelog entriesSean Anderson2020-05-292-12/+53
* patman: Add an option to create patches without binary contentsBin Meng2020-05-293-2/+12
* patman: Sort the command line optionsBin Meng2020-05-291-6/+6