soc/mediatek: move functions of mmu operation to common folder
[coreboot.git] / util / scripts / description.md
bloba08771d48d47d9ae3d2733aa3010a6d48b1125cf
1 __scripts__
2   * _config_ - Manipulate options in a .config file from the command
3               line `Bash`
4   * _cross-repo-cherrypick_ - Pull in patches from another tree from a
5                               gerrit repository. `Shell`
6   * _decode_spd.sh_ - Decodes Serial Presence Detect (SPD) files into
7                       various human readable formats.
8   * _dts-to-fmd.sh_ -Converts a depthcharge fmap.dts into an fmaptool
9                      compatible .fmd format `Bash`
10   * _find-unused-kconfig-symbols.sh_ - Points out Kconfig variables
11                                        that may be unused. There are
12                                        some false positives, but it
13                                        serves as a starting point
14                                        `Shell`
15   * _gerrit-rebase_ - Applies all commits that from-branch has over
16                       to-branch, based on a common ancestor and gerrit
17                       meta-data `Bash`
18   * _get_maintainer.pl_ - Print selected MAINTAINERS information for
19                           the files modified in a patch or for a file
20                           `Perl`
21   * _maintainers.go_ - Build subsystem Maintainers `Go`
22   * _no-fsf-addresses.sh_ - Removes various FSF addresses from license
23                             headers `Shell`
24   * _parse-maintainers.pl_ - Script to alphabetize MAINTAINERS file
25                              `Perl`
26   * _ucode_h_to_bin.sh_ - Microcode conversion tool `Bash`
27   * _update_submodules_ - Check all submodules for updates `Bash`