2 * capture_commands.sh - Write all commands from the build to a file.
4 * _config_ - Manipulate options in a .config file from the command
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
18 * _gerrit-rebase_ - Applies all commits that from-branch has over
19 to-branch, based on a common ancestor and gerrit
21 * _get_maintainer.pl_ - Print selected MAINTAINERS information for
22 the files modified in a patch or for a file
24 * _maintainers.go_ - Build subsystem Maintainers `Go`
25 * _no-fsf-addresses.sh_ - Removes various FSF addresses from license
27 * _parse-maintainers.pl_ - Script to alphabetize MAINTAINERS file
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
34 * _ucode_h_to_bin.sh_ - Microcode conversion tool `Bash`
35 * _update_submodules_ - Check all submodules for updates `Bash`