File: description.md

package info (click to toggle)
coreboot 25.09%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 217,084 kB
  • sloc: ansic: 1,685,313; sh: 15,803; python: 11,200; perl: 10,186; asm: 8,519; makefile: 5,179; cpp: 4,724; pascal: 2,327; ada: 1,985; yacc: 1,264; lex: 731; sed: 75; ruby: 5; lisp: 5; awk: 4
file content (35 lines) | stat: -rw-r--r-- 2,018 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
__scripts__
  * capture_commands.sh - Write all commands from the build to a file.
                          `Shell`
  * _config_ - Manipulate options in a .config file from the command
              line `Bash`
  * _cross-repo-cherrypick_ - Pull in patches from another tree from a
                              gerrit repository. `Shell`
  * _decode_spd.sh_ - Decodes Serial Presence Detect (SPD) files into
                      various human readable formats. `Bash`
  * _dts-to-fmd.sh_ -Converts a depthcharge fmap.dts into an fmaptool
                     compatible .fmd format `Bash`
  * _find_new_user_commits.sh_ - Finds new gerrit committers `Bash`
  * _find-unused-kconfig-symbols.sh_ - Points out Kconfig variables
                                       that may be unused. There are
                                       some false positives, but it
                                       serves as a starting point
                                       `Shell`
  * _gerrit-rebase_ - Applies all commits that from-branch has over
                      to-branch, based on a common ancestor and gerrit
                      meta-data `Bash`
  * _get_maintainer.pl_ - Print selected MAINTAINERS information for
                          the files modified in a patch or for a file
                          `Perl`
  * _maintainers.go_ - Build subsystem Maintainers `Go`
  * _no-fsf-addresses.sh_ - Removes various FSF addresses from license
                            headers `Shell`
  * _parse-maintainers.pl_ - Script to alphabetize MAINTAINERS file
                             `Perl`
  * _rm_unused_code_ - Remove all code not used for a platform from the local
                 git repository for auditing or release `Bash`
  * _show_platforms.sh_ - Makes a list of platforms in the tree. Does
                          not show variants.
                          `Shell`
  * _ucode_h_to_bin.sh_ - Microcode conversion tool `Bash`
  * _update_submodules_ - Check all submodules for updates `Bash`