coreboot-kgpe-d16/util/scripts/description.md
Tom Hiller 8ba9e8cf63 util: Add description.md to each util
Descriptions are taken from the files themselves or READMEs. Description
followed by a space with the language in marked up as code.

Change-Id: I5f91e85d1034736289aedf27de00df00db3ff19c
Signed-off-by: Tom Hiller <thrilleratplay@gmail.com>
Reviewed-on: https://review.coreboot.org/27563
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
2018-07-26 13:26:50 +00:00

1.4 KiB

scripts

  • config - Manipulate options in a .config file from the command line Bash
  • cross-repo-cherrypick - Pull in patches from another tree from a gerrit repository. Shell
  • dts-to-fmd.sh -Converts a depthcharge fmap.dts into an fmaptool compatible .fmd format Bash
  • find-unused-kconfig-symbols.sh - Points out Kconfig variables that may be unused. There are some false positives, but it serves as a starting point Shell
  • gerrit-rebase - Applies all commits that from-branch has over to-branch, based on a common ancestor and gerrit meta-data Bash
  • get_maintainer.pl - Print selected MAINTAINERS information for the files modified in a patch or for a file Perl
  • maintainers.go - Build subsystem Maintainers Go
  • no-fsf-addresses.sh - Removes various FSF addresses from license headers Shell
  • parse-maintainers.pl - Script to alphabetize MAINTAINERS file Perl
  • ucode_h_to_bin.sh - Microcode conversion tool Bash
  • update_submodules - Check all submodules for updates Bash