soc/{amd, intel}: Make use of common postcar_enable_tseg_cache() API
[coreboot.git] / util / scripts / description.md
blob1f4e7df0425672f2d169899917c84c8fa90c226c
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   * _dts-to-fmd.sh_ -Converts a depthcharge fmap.dts into an fmaptool
7                      compatible .fmd format `Bash`
8   * _find-unused-kconfig-symbols.sh_ - Points out Kconfig variables
9                                        that may be unused. There are
10                                        some false positives, but it
11                                        serves as a starting point
12                                        `Shell`
13   * _gerrit-rebase_ - Applies all commits that from-branch has over
14                       to-branch, based on a common ancestor and gerrit
15                       meta-data `Bash`
16   * _get_maintainer.pl_ - Print selected MAINTAINERS information for
17                           the files modified in a patch or for a file
18                           `Perl`
19   * _maintainers.go_ - Build subsystem Maintainers `Go`
20   * _no-fsf-addresses.sh_ - Removes various FSF addresses from license
21                             headers `Shell`
22   * _parse-maintainers.pl_ - Script to alphabetize MAINTAINERS file
23                              `Perl`
24   * _ucode_h_to_bin.sh_ - Microcode conversion tool `Bash`
25   * _update_submodules_ - Check all submodules for updates `Bash`