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. `Bash` 8 * _dts-to-fmd.sh_ -Converts a depthcharge fmap.dts into an fmaptool 9 compatible .fmd format `Bash` 10 * _find_new_user_commits.sh_ - Finds new gerrit committers `Bash` 11 * _find-unused-kconfig-symbols.sh_ - Points out Kconfig variables 12 that may be unused. There are 13 some false positives, but it 14 serves as a starting point 15 `Shell` 16 * _gerrit-rebase_ - Applies all commits that from-branch has over 17 to-branch, based on a common ancestor and gerrit 18 meta-data `Bash` 19 * _get_maintainer.pl_ - Print selected MAINTAINERS information for 20 the files modified in a patch or for a file 21 `Perl` 22 * _maintainers.go_ - Build subsystem Maintainers `Go` 23 * _no-fsf-addresses.sh_ - Removes various FSF addresses from license 24 headers `Shell` 25 * _parse-maintainers.pl_ - Script to alphabetize MAINTAINERS file 26 `Perl` 27 * _rm_unused_code_ - Remove all code not used for a platform from the local 28 git repository for auditing or release `Bash` 29 * _show_platforms.sh_ - Makes a list of platforms in the tree. Does 30 not show variants. 31 `Shell` 32 * _ucode_h_to_bin.sh_ - Microcode conversion tool `Bash` 33 * _update_submodules_ - Check all submodules for updates `Bash` 34