summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* | | Merge tag 'v2021.01-rc5' into nextTom Rini2021-01-055-0/+841
|\ \ \ | |/ / |/| / | |/
| * tools: add a simple script to generate EFI variablesPaulo Alcantara2020-12-201-0/+380
| * Merge tag 'dm-pull-30nov20' of git://git.denx.de/u-boot-dmTom Rini2020-12-021-0/+1
| |\
| | * binman: Handle tool paths containing '~' correctlySimon Glass2020-11-301-0/+1
| * | mips: octeon: tools: Add update_octeon_header toolStefan Roese2020-11-303-0/+460
| |/
* | 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
* patman: Improve handling of filesSimon Glass2020-11-051-3/+8
* patman: Allow showing a Commit as a stringSimon Glass2020-11-051-0/+3
* patman: Don't ignore lines starting with hashSimon Glass2020-11-051-2/+5
* patman: Fix spelling of plural for warningSimon Glass2020-11-051-4/+5
* patman: Convert testBasic() to use an interatorSimon Glass2020-11-051-28/+27