summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* dtoc: Allow specifying the base directory for testsSimon Glass2021-01-052-6/+46
* dtoc: Add the method for each command to OutputFileSimon Glass2021-01-051-26/+16
* dtoc: Rename dt-platdata.c to dt-plat.cSimon Glass2021-01-052-4/+4
* dtoc: Add a header comment to each generated fileSimon Glass2021-01-052-12/+24
* dtoc: Run tests using test_utilSimon Glass2021-01-051-21/+10
* concurrencytest: Fix Python3 warningSimon Glass2021-01-051-2/+2
* dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIASSimon Glass2021-01-052-4/+4
* dm: Rename DM_GET_DEVICE() to DM_DRVINFO_GET()Simon Glass2021-01-051-2/+2
* dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass2021-01-052-37/+37
* dtoc: Add an 'all' commandSimon Glass2021-01-054-10/+51
* dtoc: Allow outputing to multiple filesSimon Glass2021-01-052-10/+94
* dtoc: Allow providing a directory to write files toSimon Glass2021-01-053-10/+19
* dtoc: Test the stdout outputSimon Glass2021-01-051-15/+22
* dtoc: Use None to mean stdoutSimon Glass2021-01-053-7/+7
* dtoc: Tidy up pylint warnings in testSimon Glass2021-01-051-71/+85
* dtoc: Convert _drivers to a dictSimon Glass2021-01-052-4/+32
* dtoc: Output the struct values in a separate functionSimon Glass2021-01-051-16/+34
* dtoc: Output the device in a separate functionSimon Glass2021-01-051-11/+22
* dtoc: Make _output_list a top-level functionSimon Glass2021-01-051-40/+40
* dtoc: Fix a few pylint warnings in dtb_platdataSimon Glass2021-01-051-15/+16
* sandbox: Drop unnecessary test nodeSimon Glass2021-01-052-17/+0
* mkeficapsule: Add support for embedding public key in a dtbSughosh Ganu2020-12-312-12/+222
* buildman: Remove output binaries before buildingSimon Glass2020-12-221-1/+13
* patman: Add project-default for 'gcc'Philipp Tomsich2020-12-221-1/+6
* patman: Add --no-signoff to suppress adding signoffsPhilipp Tomsich2020-12-224-8/+12
* checkpatch: Add warnings for unexpected struct namesSimon Glass2020-12-131-0/+28
* dm: Rename 'platdata_size' to 'plat_size'Simon Glass2020-12-132-34/+34
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-132-34/+34
* dtoc: Tidy up more Python style in dtb_platdataSimon Glass2020-12-131-45/+46
* dtoc: Tidy up Python style in dtb_platdataSimon Glass2020-12-131-29/+42
* patman: Drop tools.ToChar() and ToChars()Simon Glass2020-12-133-28/+5
* patman: Drop tools.ToByte()Simon Glass2020-12-133-19/+4
* patman: Drop unicode helper functionsSimon Glass2020-12-138-63/+17
* fdt: Use an Enum for the data typeSimon Glass2020-12-135-59/+77
* test/py: efi_capsule: test for FIT image capsuleAKASHI Takahiro2020-12-031-1/+2
* tools: add mkeficapsule command for UEFI capsule updateAKASHI Takahiro2020-12-032-0/+238
* tools: dumpimage: Remove remaining mentions of the -i optionTyler Hicks2020-11-191-3/+3
* tools: image-host.c: use correct variable for strerrnoPhilippe Reynes2020-11-191-1/+1
* tools: image-host.c: use random instead of randPhilippe Reynes2020-11-191-2/+2
* patman: Add a Series-patchwork-url optionSimon Glass2020-11-143-2/+13
* patman: Add a setting for the Patchwork URLSimon Glass2020-11-142-2/+5
* patman: Allow specifying the patchwork URLSimon Glass2020-11-144-27/+48
* patman: Update defaults in subparsersSimon Glass2020-11-141-6/+22
* patman: Correct Change-Ids error message argsSimon Glass2020-11-141-2/+2
* patman: Refactor how the default subcommand worksSimon Glass2020-11-143-33/+38
* patman: Support listing comments from patchworkSimon Glass2020-11-056-36/+268
* patman: Support parsing of review snippetsSimon Glass2020-11-052-0/+168
* patman: Support updating a branch with review tagsSimon Glass2020-11-056-16/+289
* patman: Support checking for review tags in patchworkSimon Glass2020-11-056-6/+784
* patman: Detect missing upstream in CountCommitsToBranchSimon Glass2020-11-052-3/+26