coreboot-kgpe-d16/util/scripts/description.md
Martin Roth 74129e5141 util: Update description files
- Spelling fix
- Add languages
- Update formatting
- Move notes that shouldn't be in the description file to a README

Change-Id: I4af37327d5834f8546a3f967585658fb5686f17a
Signed-off-by: Martin Roth <gaumless@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/64581
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Reviewed-by: Maxim Polyakov <max.senia.poliak@gmail.com>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
2022-05-30 13:05:21 +00:00

1.5 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
  • decode_spd.sh - Decodes Serial Presence Detect (SPD) files into various human readable formats. Bash
  • 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