summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2021-01-05dtoc: Allow specifying the base directory for testsSimon Glass2-6/+46
2021-01-05dtoc: Add the method for each command to OutputFileSimon Glass1-26/+16
2021-01-05dtoc: Rename dt-platdata.c to dt-plat.cSimon Glass2-4/+4
2021-01-05dtoc: Add a header comment to each generated fileSimon Glass2-12/+24
2021-01-05dtoc: Run tests using test_utilSimon Glass1-21/+10
2021-01-05concurrencytest: Fix Python3 warningSimon Glass1-2/+2
2021-01-05dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIASSimon Glass2-4/+4
2021-01-05dm: Rename DM_GET_DEVICE() to DM_DRVINFO_GET()Simon Glass1-2/+2
2021-01-05dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass2-37/+37
2021-01-05dtoc: Add an 'all' commandSimon Glass4-10/+51
2021-01-05dtoc: Allow outputing to multiple filesSimon Glass2-10/+94
2021-01-05dtoc: Allow providing a directory to write files toSimon Glass3-10/+19
2021-01-05dtoc: Test the stdout outputSimon Glass1-15/+22
2021-01-05dtoc: Use None to mean stdoutSimon Glass3-7/+7
2021-01-05dtoc: Tidy up pylint warnings in testSimon Glass1-71/+85
2021-01-05dtoc: Convert _drivers to a dictSimon Glass2-4/+32
2021-01-05dtoc: Output the struct values in a separate functionSimon Glass1-16/+34
2021-01-05dtoc: Output the device in a separate functionSimon Glass1-11/+22
2021-01-05dtoc: Make _output_list a top-level functionSimon Glass1-40/+40
2021-01-05dtoc: Fix a few pylint warnings in dtb_platdataSimon Glass1-15/+16
2021-01-05sandbox: Drop unnecessary test nodeSimon Glass2-17/+0
2021-01-04tools: zynqmp: Fix regex expression around XPm_ConfigObjectAdrian Fiergolski1-1/+1
2020-12-31mkeficapsule: Add support for embedding public key in a dtbSughosh Ganu2-12/+222
2020-12-23buildman: Remove output binaries before buildingSimon Glass1-1/+13
2020-12-23patman: Add project-default for 'gcc'Philipp Tomsich1-1/+6
2020-12-23patman: Add --no-signoff to suppress adding signoffsPhilipp Tomsich4-8/+12
2020-12-20tools: add a simple script to generate EFI variablesPaulo Alcantara1-0/+380
2020-12-14checkpatch: Add warnings for unexpected struct namesSimon Glass1-0/+28
2020-12-14dm: Rename 'platdata_size' to 'plat_size'Simon Glass2-34/+34
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2-34/+34
2020-12-13dtoc: Tidy up more Python style in dtb_platdataSimon Glass1-45/+46
2020-12-13dtoc: Tidy up Python style in dtb_platdataSimon Glass1-29/+42
2020-12-13patman: Drop tools.ToChar() and ToChars()Simon Glass3-28/+5
2020-12-13patman: Drop tools.ToByte()Simon Glass3-19/+4
2020-12-13patman: Drop unicode helper functionsSimon Glass8-63/+17
2020-12-13fdt: Use an Enum for the data typeSimon Glass5-59/+77
2020-12-03test/py: efi_capsule: test for FIT image capsuleAKASHI Takahiro1-1/+2
2020-12-03tools: add mkeficapsule command for UEFI capsule updateAKASHI Takahiro2-0/+238
2020-12-02Merge tag 'dm-pull-30nov20' of git://git.denx.de/u-boot-dmTom Rini1-0/+1
2020-11-30binman: Handle tool paths containing '~' correctlySimon Glass1-0/+1
2020-11-30mips: octeon: tools: Add update_octeon_header toolStefan Roese3-0/+460
2020-11-19tools: dumpimage: Remove remaining mentions of the -i optionTyler Hicks1-3/+3
2020-11-19tools: image-host.c: use correct variable for strerrnoPhilippe Reynes1-1/+1
2020-11-19tools: image-host.c: use random instead of randPhilippe Reynes1-2/+2
2020-11-15patman: Add a Series-patchwork-url optionSimon Glass3-2/+13
2020-11-15patman: Add a setting for the Patchwork URLSimon Glass2-2/+5
2020-11-15patman: Allow specifying the patchwork URLSimon Glass4-27/+48
2020-11-15patman: Update defaults in subparsersSimon Glass1-6/+22
2020-11-15patman: Correct Change-Ids error message argsSimon Glass1-2/+2
2020-11-15patman: Refactor how the default subcommand worksSimon Glass3-33/+38