]> git.proxmox.com Git - mirror_edk2.git/blob - Maintainers.txt
Maintainers.txt: add wildcard path association for Arm/AArch64
[mirror_edk2.git] / Maintainers.txt
1 EDK II Maintainers
2 ==================
3
4 This file provides information about the primary maintainers for
5 EDK II.
6
7 In general, you should not privately email the maintainer. You should
8 email the edk2-devel list, and Cc the package maintainers and
9 reviewers.
10
11 If the package maintainer wants to hand over the role to other people,
12 the package maintainer should send the patch to update Maintainers.txt
13 with new maintainer, and the new maintainer should follow up with
14 an Acked-by or a Reviewed-by.
15
16 Descriptions of section entries:
17
18 L: Mailing list that is relevant to this area (default is edk2-devel)
19 Patches and questions should be sent to the email list.
20 M: Package Maintainer: Cc address for patches and questions. Responsible
21 for reviewing and pushing package changes to source control.
22 R: Package Reviewer: Cc address for patches and questions. Reviewers help
23 maintainers review code, but don't have push access. A designated Package
24 Reviewer is reasonably familiar with the Package (or some modules
25 thereof), and/or provides testing or regression testing for the Package
26 (or some modules thereof), in certain platforms and environments.
27 W: Web-page with status/info
28 T: SCM tree type and location. Type is one of: git, svn.
29 S: Status, one of the following:
30 Supported: Someone is actually paid to look after this.
31 Maintained: Someone actually looks after it.
32 Odd Fixes: It has a maintainer but they don't have time to do
33 much other than throw the odd patch in. See below.
34 Orphan: No current maintainer [but maybe you could take the
35 role as you write your new code].
36 Obsolete: Old code. Something tagged obsolete generally means
37 it has been replaced by a better system and you
38 should be using that.
39 F: Files and directories with wildcard patterns.
40 A trailing slash includes all files and subdirectory files.
41 F: MdeModulePkg/ all files in and below MdeModulePkg
42 F: MdeModulePkg/* all files in MdeModulePkg, but not below
43 F: */Pci/* all files in a directory called Pci, at any depth in
44 the hierarchy, but not below
45 One pattern per line. Multiple F: lines per section acceptable.
46 X: Files and directories that are NOT maintained, same rules as F:
47 Files exclusions are tested after file matches.
48 Can be useful for excluding a specific subdirectory, for instance:
49 F: NetworkPkg/
50 X: NetworkPkg/Ip6Dxe/
51 matches all files in and below NetworkPkg excluding NetworkPkg/Ip6Dxe/
52 Filenames not caught by any F: rule get matched as being located in the top-
53 level directory. (Internally, the script looks for a match called '<default>',
54 so please don't add a file called that in the top-level directory.)
55
56 EDK II
57 ------
58 W: http://www.tianocore.org/edk2/
59 L: https://edk2.groups.io/g/devel/
60 T: git - https://github.com/tianocore/edk2.git
61 T: git (mirror) - https://bitbucket.org/tianocore/edk2.git
62
63 All patches CC:d here
64 L: devel@edk2.groups.io
65 F: *
66 F: */
67
68 Tianocore Stewards
69 ------------------
70 F: *
71 M: Andrew Fish <afish@apple.com>
72 M: Laszlo Ersek <lersek@redhat.com>
73 M: Leif Lindholm <leif.lindholm@linaro.org>
74 M: Michael D Kinney <michael.d.kinney@intel.com>
75
76 Responsible Disclosure, Reporting Security Issues
77 -------------------------------------------------
78 W: https://github.com/tianocore/tianocore.github.io/wiki/Security
79
80 EDK II Releases:
81 ----------------
82 W: https://github.com/tianocore/tianocore.github.io/wiki/EDK-II-Release-Planning
83 M: Liming Gao <liming.gao@intel.com>
84
85 EDK II Architectures:
86 ---------------------
87 ARM, AARCH64
88 F: */AArch64/
89 F: */Arm/
90 M: Leif Lindholm <leif.lindholm@linaro.org>
91 M: Ard Biesheuvel <ard.biesheuvel@linaro.org>
92
93 EDK II Packages:
94 ----------------
95 ArmPkg
96 F: ArmPkg/
97 W: https://github.com/tianocore/tianocore.github.io/wiki/ArmPkg
98 M: Leif Lindholm <leif.lindholm@linaro.org>
99 M: Ard Biesheuvel <ard.biesheuvel@linaro.org>
100
101 ArmPlatformPkg
102 F: ArmPlatformPkg/
103 W: https://github.com/tianocore/tianocore.github.io/wiki/ArmPlatformPkg
104 M: Leif Lindholm <leif.lindholm@linaro.org>
105 M: Ard Biesheuvel <ard.biesheuvel@linaro.org>
106
107 ArmVirtPkg
108 F: ArmVirtPkg/
109 W: https://github.com/tianocore/tianocore.github.io/wiki/ArmVirtPkg
110 M: Laszlo Ersek <lersek@redhat.com>
111 M: Ard Biesheuvel <ard.biesheuvel@linaro.org>
112 R: Julien Grall <julien.grall@arm.com>
113 (Xen modules)
114 R: Leif Lindholm <leif.lindholm@linaro.org>
115
116 BaseTools
117 F: BaseTools/
118 W: https://github.com/tianocore/tianocore.github.io/wiki/BaseTools
119 M: Bob Feng <bob.c.feng@intel.com>
120 M: Liming Gao <liming.gao@intel.com>
121
122 CryptoPkg
123 F: CryptoPkg/
124 W: https://github.com/tianocore/tianocore.github.io/wiki/CryptoPkg
125 M: Jian Wang <jian.j.wang@intel.com>
126 R: Ting Ye <ting.ye@intel.com>
127
128 DynamicTablesPkg
129 F: DynamicTablesPkg/
130 W: https://github.com/tianocore/tianocore.github.io/wiki/DynamicTablesPkg
131 M: Sami Mujawar <Sami.Mujawar@arm.com>
132 M: Alexei Fedorov <Alexei.Fedorov@arm.com>
133
134 EmbeddedPkg
135 F: EmbeddedPkg/
136 W: https://github.com/tianocore/tianocore.github.io/wiki/EmbeddedPkg
137 M: Leif Lindholm <leif.lindholm@linaro.org>
138 M: Ard Biesheuvel <ard.biesheuvel@linaro.org>
139
140 EmulatorPkg
141 F: EmulatorPkg/
142 W: https://github.com/tianocore/tianocore.github.io/wiki/EmulatorPkg
143 M: Jordan Justen <jordan.l.justen@intel.com>
144 M: Andrew Fish <afish@apple.com>
145 M: Ray Ni <ray.ni@intel.com>
146 S: Maintained
147
148 FatPkg
149 F: FatPkg/
150 W: https://github.com/tianocore/tianocore.github.io/wiki/Edk2-fat-driver
151 M: Ray Ni <ray.ni@intel.com>
152 T: svn - https://svn.code.sf.net/p/edk2-fatdriver2/code/trunk/EnhancedFat
153 T: git - https://github.com/tianocore/edk2-FatPkg.git
154
155 FmpDevicePkg
156 F: FmpDevicePkg/
157 W: https://github.com/tianocore/tianocore.github.io/wiki/FmpDevicePkg
158 M: Liming Gao <liming.gao@intel.com>
159 M: Michael D Kinney <michael.d.kinney@intel.com>
160
161 IntelFsp2Pkg
162 F: IntelFsp2Pkg/
163 W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFsp2Pkg
164 M: Chasel Chiu <chasel.chiu@intel.com>
165 R: Nate DeSimone <nathaniel.l.desimone@intel.com>
166 R: Star Zeng <star.zeng@intel.com>
167
168 IntelFsp2WrapperPkg
169 F: IntelFsp2WrapperPkg/
170 W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFsp2WrapperPkg
171 M: Chasel Chiu <chasel.chiu@intel.com>
172 R: Nate DeSimone <nathaniel.l.desimone@intel.com>
173 R: Star Zeng <star.zeng@intel.com>
174
175 MdeModulePkg
176 F: MdeModulePkg/
177 W: https://github.com/tianocore/tianocore.github.io/wiki/MdeModulePkg
178 M: Jian J Wang <jian.j.wang@intel.com>
179 M: Hao A Wu <hao.a.wu@intel.com>
180 R: Ray Ni <ray.ni@intel.com>
181 (especially for Bus, Universal/Console, Universal/Disk,
182 Universal/BdsDxe and related libraries, header files)
183 R: Star Zeng <star.zeng@intel.com>
184
185 MdePkg
186 F: MdePkg/
187 W: https://github.com/tianocore/tianocore.github.io/wiki/MdePkg
188 M: Michael D Kinney <michael.d.kinney@intel.com>
189 M: Liming Gao <liming.gao@intel.com>
190
191 NetworkPkg
192 F: NetworkPkg/
193 W: https://github.com/tianocore/tianocore.github.io/wiki/NetworkPkg
194 M: Siyuan Fu <siyuan.fu@intel.com>
195 M: Jiaxin Wu <jiaxin.wu@intel.com>
196
197 OvmfPkg
198 F: OvmfPkg/
199 W: http://www.tianocore.org/ovmf/
200 M: Jordan Justen <jordan.l.justen@intel.com>
201 M: Laszlo Ersek <lersek@redhat.com>
202 M: Ard Biesheuvel <ard.biesheuvel@linaro.org>
203 R: Anthony Perard <anthony.perard@citrix.com>
204 (Xen modules)
205 R: Julien Grall <julien.grall@arm.com>
206 (Xen modules)
207 R: Marc-André Lureau <marcandre.lureau@redhat.com>
208 (TPM2 modules)
209 R: Stefan Berger <stefanb@linux.ibm.com>
210 (TPM2 modules)
211 R: David Woodhouse <dwmw2@infradead.org>
212 (CSM modules)
213 S: Maintained
214
215 PcAtChipsetPkg
216 F: PcAtChipsetPkg/
217 W: https://github.com/tianocore/tianocore.github.io/wiki/PcAtChipsetPkg
218 M: Ray Ni <ray.ni@intel.com>
219
220 SecurityPkg
221 F: SecurityPkg/
222 W: https://github.com/tianocore/tianocore.github.io/wiki/SecurityPkg
223 M: Jiewen Yao <jiewen.yao@intel.com>
224 M: Jian Wang <jian.j.wang@intel.com>
225 R: Chao Zhang <chao.b.zhang@intel.com>
226
227 ShellPkg
228 F: ShellPkg/
229 W: https://github.com/tianocore/tianocore.github.io/wiki/ShellPkg
230 M: Jaben Carsey <jaben.carsey@intel.com>
231 M: Ray Ni <ray.ni@intel.com>
232 R: Zhichao Gao <zhichao.gao@intel.com>
233
234 Maintainers for stable Shell binaries generation
235 when need to publish Shell binaries with edk2 release:
236 M: Jaben Carsey <jaben.carsey@intel.com> (Ia32/X64)
237 M: Ray Ni <ray.ni@intel.com> (Ia32/X64)
238 M: Leif Lindholm <leif.lindholm@linaro.org> (ARM/AArch64)
239 M: Ard Biesheuvel <ard.biesheuvel@linaro.org> (ARM/AArch64)
240
241 SignedCapsulePkg
242 F: SignedCapsulePkg/
243 W: https://github.com/tianocore/tianocore.github.io/wiki/SignedCapsulePkg
244 M: Jiewen Yao <jiewen.yao@intel.com>
245 M: Chao Zhang <chao.b.zhang@intel.com>
246
247 SourceLevelDebugPkg
248 F: SourceLevelDebugPkg/
249 W: https://github.com/tianocore/tianocore.github.io/wiki/SourceLevelDebugPkg
250 M: Hao A Wu <hao.a.wu@intel.com>
251
252 UefiCpuPkg
253 F: UefiCpuPkg/
254 W: https://github.com/tianocore/tianocore.github.io/wiki/UefiCpuPkg
255 M: Eric Dong <eric.dong@intel.com>
256 M: Ray Ni <ray.ni@intel.com>
257 R: Laszlo Ersek <lersek@redhat.com>
258
259 UefiPayloadPkg
260 F: UefiPayloadPkg/
261 W: https://github.com/tianocore/tianocore.github.io/wiki/UefiPayloadPkg
262 M: Maurice Ma <maurice.ma@intel.com>
263 M: Guo Dong <guo.dong@intel.com>
264 M: Benjamin You <benjamin.you@intel.com>
265 S: Maintained
266
267 StandaloneMmPkg
268 F: StandaloneMmPkg/
269 M: Achin Gupta <achin.gupta@arm.com>
270 M: Jiewen Yao <jiewen.yao@intel.com>
271 R: Supreeth Venkatesh <supreeth.venkatesh@arm.com>