aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2021-01-05dtoc: Convert _drivers to a dictSimon Glass
2021-01-05dtoc: Output the struct values in a separate functionSimon Glass
2021-01-05dtoc: Output the device in a separate functionSimon Glass
2021-01-05dtoc: Make _output_list a top-level functionSimon Glass
2021-01-05dtoc: Fix a few pylint warnings in dtb_platdataSimon Glass
2021-01-05sandbox: Drop unnecessary test nodeSimon Glass
2020-12-31mkeficapsule: Add support for embedding public key in a dtbSughosh Ganu
2020-12-22buildman: Remove output binaries before buildingSimon Glass
2020-12-22patman: Add project-default for 'gcc'Philipp Tomsich
2020-12-22patman: Add --no-signoff to suppress adding signoffsPhilipp Tomsich
2020-12-13checkpatch: Add warnings for unexpected struct namesSimon Glass
2020-12-13dm: Rename 'platdata_size' to 'plat_size'Simon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dtoc: Tidy up more Python style in dtb_platdataSimon Glass
2020-12-13dtoc: Tidy up Python style in dtb_platdataSimon Glass
2020-12-13patman: Drop tools.ToChar() and ToChars()Simon Glass
2020-12-13patman: Drop tools.ToByte()Simon Glass
2020-12-13patman: Drop unicode helper functionsSimon Glass
2020-12-13fdt: Use an Enum for the data typeSimon Glass
2020-12-03test/py: efi_capsule: test for FIT image capsuleAKASHI Takahiro
2020-12-03tools: add mkeficapsule command for UEFI capsule updateAKASHI Takahiro
2020-11-19tools: dumpimage: Remove remaining mentions of the -i optionTyler Hicks
2020-11-19tools: image-host.c: use correct variable for strerrnoPhilippe Reynes
2020-11-19tools: image-host.c: use random instead of randPhilippe Reynes
2020-11-14patman: Add a Series-patchwork-url optionSimon Glass
2020-11-14patman: Add a setting for the Patchwork URLSimon Glass
2020-11-14patman: Allow specifying the patchwork URLSimon Glass
2020-11-14patman: Update defaults in subparsersSimon Glass
2020-11-14patman: Correct Change-Ids error message argsSimon Glass
2020-11-14patman: Refactor how the default subcommand worksSimon Glass
2020-11-05patman: Support listing comments from patchworkSimon Glass
2020-11-05patman: Support parsing of review snippetsSimon Glass
2020-11-05patman: Support updating a branch with review tagsSimon Glass
2020-11-05patman: Support checking for review tags in patchworkSimon Glass
2020-11-05patman: Detect missing upstream in CountCommitsToBranchSimon Glass
2020-11-05patman: Improve handling of filesSimon Glass
2020-11-05patman: Allow showing a Commit as a stringSimon Glass
2020-11-05patman: Don't ignore lines starting with hashSimon Glass
2020-11-05patman: Fix spelling of plural for warningSimon Glass
2020-11-05patman: Convert testBasic() to use an interatorSimon Glass
2020-11-05patman: Add some tests for warningsSimon Glass
2020-11-05patman: Add a test for PatchStream tagsSimon Glass
2020-11-05patman: Drop unused signoff memberSimon Glass
2020-11-05patman: Convert 'Series-xxx' tag errors into warningsSimon Glass
2020-11-05patman: Attach warnings to individual patchesSimon Glass
2020-11-05patman: Move warning collection to a functionSimon Glass
2020-11-05patman: Fix up argument/return docs in patchstreamSimon Glass
2020-11-05patman: Drop unused args in patchstreamSimon Glass
2020-11-05patman: Rename variables in patchstreamSimon Glass
2020-11-05patman: Rename functions in patchstreamSimon Glass