forked from makubacki/edk2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Maintainers.txt
159 lines (137 loc) · 6.03 KB
/
Maintainers.txt
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
EDK II Maintainers
==================
This file provides information about the primary maintainers for
EDK II.
In general, you should not privately email the maintainer. You should
email the edk2-devel list, and Cc the package maintainers and
reviewers.
If the package maintainer wants to hand over the role to other people,
the package maintainer should send the patch to update Maintainers.txt
with new maintainer, and the new maintainer should follow up with
an Acked-by or a Reviewed-by.
Descriptions of section entries:
L: Mailing list that is relevant to this area (default is edk2-devel)
Patches and questions should be sent to the email list.
M: Package Maintainer: Cc address for patches and questions. Responsible
for reviewing and pushing package changes to source control.
R: Package Reviewer: Cc address for patches and questions. Reviewers help
maintainers review code, but don't have push access. A designated Package
Reviewer is reasonably familiar with the Package (or some modules
thereof), and/or provides testing or regression testing for the Package
(or some modules thereof), in certain platforms and environments.
W: Web-page with status/info
T: SCM tree type and location. Type is one of: git, svn.
S: Status, one of the following:
Supported: Someone is actually paid to look after this.
Maintained: Someone actually looks after it.
Odd Fixes: It has a maintainer but they don't have time to do
much other than throw the odd patch in. See below.
Obsolete: Old code. Something tagged obsolete generally means
it has been replaced by a better system and you
should be using that.
F: Files and directories with wildcard patterns.
A trailing slash includes all files and subdirectory files.
F: MdeModulePkg/ all files in and below MdeModulePkg
F: MdeModulePkg/* all files in MdeModulePkg, but not below
F: */Pci/* all files in a directory called Pci, at any depth in
the hierarchy, but not below
One pattern per line. Multiple F: lines per section acceptable.
X: Files and directories that are NOT maintained, same rules as F:
Files exclusions are tested after file matches.
Can be useful for excluding a specific subdirectory, for instance:
F: NetworkPkg/
X: NetworkPkg/Ip6Dxe/
matches all files in and below NetworkPkg excluding NetworkPkg/Ip6Dxe/
Filenames not caught by any F: rule get matched as being located in the top-
level directory. (Internally, the script looks for a match called '<default>',
so please don't add a file called that in the top-level directory.)
EDK II
------
W: http://www.tianocore.org/edk2/
L: https://edk2.groups.io/g/devel/
T: git - https://github.com/tianocore/edk2.git
T: git (mirror) - https://bitbucket.org/tianocore/edk2.git
All patches CC:d here
F: *
F: */
Tianocore Stewards
------------------
F: *
M: Andrew Fish <[email protected]> [ajfish]
M: Leif Lindholm <[email protected]> [leiflindholm]
M: Michael D Kinney <[email protected]> [mdkinney]
Responsible Disclosure, Reporting Security Issues
-------------------------------------------------
W: https://github.com/tianocore/tianocore.github.io/wiki/Security
EDK II Releases:
----------------
W: https://github.com/tianocore/tianocore.github.io/wiki/EDK-II-Release-Planning
M: Liming Gao <[email protected]> [lgao4]
EDK II Architectures:
---------------------
ARM, AARCH64
F: */AArch64/
F: */Arm/
M: Leif Lindholm <[email protected]> [leiflindholm]
M: Ard Biesheuvel <[email protected]> [ardbiesheuvel]
M: Sami Mujawar <[email protected]> [samimujawar]
RISCV64
F: */RiscV64/
M: Sunil V L <[email protected]> [vlsunil]
R: Andrei Warkentin <[email protected]> [andreiw]
LOONGARCH64
F: */LoongArch64/
M: Chao Li <[email protected]> [kilaterlee]
M: Baoqi Zhang <[email protected]> [zhangbaoqi-ls]
R: Dongyan Qian <[email protected]> [MarsDoge]
EDK II Continuous Integration:
------------------------------
.azurepipelines/
F: .azurepipelines/
M: Sean Brogan <[email protected]> [spbrogan]
M: Joey Vagedes <[email protected]> [javagedes]
R: Michael D Kinney <[email protected]> [mdkinney]
R: Liming Gao <[email protected]> [lgao4]
.devcontainer/
F: .devcontainer/
M: Joey Vagedes <[email protected]> [javagedes]
R: Chris Fernald <[email protected]> [cfernald]
.github/
F: .github/
M: Sean Brogan <[email protected]> [spbrogan]
M: Joey Vagedes <[email protected]> [javagedes]
R: Michael D Kinney <[email protected]> [mdkinney]
.mergify/
F: .mergify/
M: Michael D Kinney <[email protected]> [mdkinney]
M: Liming Gao <[email protected]> [lgao4]
R: Sean Brogan <[email protected]> [spbrogan]
.pytool/
F: .pytool/
M: Sean Brogan <[email protected]> [spbrogan]
M: Joey Vagedes <[email protected]> [javagedes]
R: Michael D Kinney <[email protected]> [mdkinney]
R: Liming Gao <[email protected]> [lgao4]
EDK II Packages:
----------------
CryptoPkg
F: CryptoPkg/
W: https://github.com/tianocore/tianocore.github.io/wiki/CryptoPkg
M: Project Mu UEFI Bot <[email protected]> [uefibot]
M: Project Mu Bot <[email protected]> [ProjectMuBot]
R: Michael Kubacki <[email protected]> [makubacki]
MdeModulePkg
F: MdeModulePkg/
W: https://github.com/tianocore/tianocore.github.io/wiki/MdeModulePkg
M: Project Mu UEFI Bot <[email protected]> [uefibot]
PrmPkg
F: PrmPkg/
M: Michael Kubacki <[email protected]> [makubacki]
UefiCpuPkg
F: UefiCpuPkg/
W: https://github.com/tianocore/tianocore.github.io/wiki/UefiCpuPkg
M: Project Mu UEFI Bot <[email protected]> [uefibot]
R: Project Mu Bot <[email protected]> [ProjectMuBot]
R: Sean Brogan <[email protected]> [spbrogan]
R: Joey Vagedes <[email protected]> [javagedes]