soc/intel/ptl: Update ME specification version to 21
[coreboot.git] / util / scripts / description.md
blob91a108cfafdf8ead7bb9c5012efc5b741bce5044
1 __scripts__
2   * capture_commands.sh - Write all commands from the build to a file.
3                           `Shell`
4   * _config_ - Manipulate options in a .config file from the command
5               line `Bash`
6   * _cross-repo-cherrypick_ - Pull in patches from another tree from a
7                               gerrit repository. `Shell`
8   * _decode_spd.sh_ - Decodes Serial Presence Detect (SPD) files into
9                       various human readable formats. `Bash`
10   * _dts-to-fmd.sh_ -Converts a depthcharge fmap.dts into an fmaptool
11                      compatible .fmd format `Bash`
12   * _find_new_user_commits.sh_ - Finds new gerrit committers `Bash`
13   * _find-unused-kconfig-symbols.sh_ - Points out Kconfig variables
14                                        that may be unused. There are
15                                        some false positives, but it
16                                        serves as a starting point
17                                        `Shell`
18   * _gerrit-rebase_ - Applies all commits that from-branch has over
19                       to-branch, based on a common ancestor and gerrit
20                       meta-data `Bash`
21   * _get_maintainer.pl_ - Print selected MAINTAINERS information for
22                           the files modified in a patch or for a file
23                           `Perl`
24   * _maintainers.go_ - Build subsystem Maintainers `Go`
25   * _no-fsf-addresses.sh_ - Removes various FSF addresses from license
26                             headers `Shell`
27   * _parse-maintainers.pl_ - Script to alphabetize MAINTAINERS file
28                              `Perl`
29   * _rm_unused_code_ - Remove all code not used for a platform from the local
30                  git repository for auditing or release `Bash`
31   * _show_platforms.sh_ - Makes a list of platforms in the tree. Does
32                           not show variants.
33                           `Shell`
34   * _ucode_h_to_bin.sh_ - Microcode conversion tool `Bash`
35   * _update_submodules_ - Check all submodules for updates `Bash`