]> git.proxmox.com Git - mirror_edk2.git/blob - Maintainers.txt
Maintainers.txt: Add the rule to hand over the package maintain role
[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.
24 W: Web-page with status/info
25 T: SCM tree type and location. Type is one of: git, svn.
26 S: Status, one of the following:
27 Supported: Someone is actually paid to look after this.
28 Maintained: Someone actually looks after it.
29 Odd Fixes: It has a maintainer but they don't have time to do
30 much other than throw the odd patch in. See below.
31 Orphan: No current maintainer [but maybe you could take the
32 role as you write your new code].
33 Obsolete: Old code. Something tagged obsolete generally means
34 it has been replaced by a better system and you
35 should be using that.
36
37 EDK II
38 ------
39 W: http://www.tianocore.org/edk2/
40 L: https://lists.sourceforge.net/lists/listinfo/edk2-devel
41 T: git - https://github.com/tianocore/edk2.git
42 T: git (mirror) - https://bitbucket.org/tianocore/edk2.git
43 T: git (mirror) - http://git.code.sf.net/p/tianocore/edk2
44 T: svn (read-only, deprecated) - https://svn.code.sf.net/p/edk2/code/trunk/edk2
45
46 Tianocore Stewards
47 ------------------
48 M: Andrew Fish <afish@apple.com>
49 M: Laszlo Ersek <lersek@redhat.com>
50 M: Leif Lindholm <leif.lindholm@linaro.org>
51 M: Michael D Kinney <michael.d.kinney@intel.com>
52
53 Responsible Disclosure, Reporting Security Issues
54 -------------------------------------------------
55 W: https://github.com/tianocore/tianocore.github.io/wiki/Security
56
57 EDK II Releases:
58 ----------------
59 W: https://github.com/tianocore/tianocore.github.io/wiki/EDK-II-Release-Planning
60 M: Liming Gao <liming.gao@intel.com>
61
62 EDK II Packages:
63 ----------------
64 AppPkg
65 W: https://github.com/tianocore/tianocore.github.io/wiki/AppPkg
66 M: Daryl McDaniel <edk2-lists@mc2research.org>
67 M: Jaben Carsey <jaben.carsey@intel.com>
68
69 ArmPkg
70 W: https://github.com/tianocore/tianocore.github.io/wiki/ArmPkg
71 M: Leif Lindholm <leif.lindholm@linaro.org>
72 M: Ard Biesheuvel <ard.biesheuvel@linaro.org>
73
74 ArmPlatformPkg
75 W: https://github.com/tianocore/tianocore.github.io/wiki/ArmPlatformPkg
76 M: Leif Lindholm <leif.lindholm@linaro.org>
77 M: Ard Biesheuvel <ard.biesheuvel@linaro.org>
78
79 ArmVirtPkg
80 W: https://github.com/tianocore/tianocore.github.io/wiki/ArmVirtPkg
81 M: Laszlo Ersek <lersek@redhat.com>
82 M: Ard Biesheuvel <ard.biesheuvel@linaro.org>
83 R: Julien Grall <julien.grall@linaro.org>
84
85 BaseTools
86 W: https://github.com/tianocore/tianocore.github.io/wiki/BaseTools
87 M: Yonghong Zhu <yonghong.zhu@intel.com>
88 M: Liming Gao <liming.gao@intel.com>
89
90 BeagleBoardPkg
91 W: https://github.com/tianocore/tianocore.github.io/wiki/BeagleBoardPkg
92 M: Leif Lindholm <leif.lindholm@linaro.org>
93 M: Ard Biesheuvel <ard.biesheuvel@linaro.org>
94
95 CorebootModulePkg, CorebootPayloadPkg
96 W: https://github.com/tianocore/tianocore.github.io/wiki/Coreboot_UEFI_payload
97 M: Maurice Ma <maurice.ma@intel.com>
98 M: Prince Agyeman <prince.agyeman@intel.com>
99 M: Benjamin You <benjamin.you@intel.com>
100 S: Maintained
101
102 CryptoPkg
103 W: https://github.com/tianocore/tianocore.github.io/wiki/CryptoPkg
104 M: Qin Long <qin.long@intel.com>
105 M: Ting Ye <ting.ye@intel.com>
106
107 DuetPkg
108 W: https://github.com/tianocore/tianocore.github.io/wiki/DuetPkg
109 M: Ruiyu Ni <ruiyu.ni@intel.com>
110 M: Hao Wu <hao.a.wu@intel.com>
111
112 DynamicTablesPkg
113 W: https://github.com/tianocore/tianocore.github.io/wiki/DynamicTablesPkg
114 M: Evan Lloyd <Evan.Lloyd@arm.com>
115 M: Sami Mujawar <Sami.Mujawar@arm.com>
116
117 EdkCompatibilityPkg
118 W: https://github.com/tianocore/tianocore.github.io/wiki/EdkCompatibilityPkg
119 M: Liming Gao <liming.gao@intel.com>
120
121 EmbeddedPkg
122 W: https://github.com/tianocore/tianocore.github.io/wiki/EmbeddedPkg
123 M: Leif Lindholm <leif.lindholm@linaro.org>
124 M: Ard Biesheuvel <ard.biesheuvel@linaro.org>
125
126 EmulatorPkg
127 W: https://github.com/tianocore/tianocore.github.io/wiki/EmulatorPkg
128 M: Jordan Justen <jordan.l.justen@intel.com>
129 M: Andrew Fish <afish@apple.com>
130 M: Ruiyu Ni <ruiyu.ni@intel.com>
131 S: Maintained
132
133 FatPkg
134 W: https://github.com/tianocore/tianocore.github.io/wiki/Edk2-fat-driver
135 M: Ruiyu Ni <ruiyu.ni@intel.com>
136 T: svn - https://svn.code.sf.net/p/edk2-fatdriver2/code/trunk/EnhancedFat
137 T: git - https://github.com/tianocore/edk2-FatPkg.git
138
139 FmpDevicePkg
140 W: https://github.com/tianocore/tianocore.github.io/wiki/FmpDevicePkg
141 M: Star Zeng <star.zeng@intel.com>
142 M: Michael D Kinney <michael.d.kinney@intel.com>
143
144 IntelFrameworkModulePkg
145 W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFrameworkModulePkg
146 M: Liming Gao <liming.gao@intel.com>
147
148 IntelFrameworkPkg
149 W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFrameworkPkg
150 M: Michael D Kinney <michael.d.kinney@intel.com>
151 M: Liming Gao <liming.gao@intel.com>
152
153 IntelFsp2Pkg
154 W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFsp2Pkg
155 M: Jiewen Yao <jiewen.yao@intel.com>
156 M: Chasel Chiu <chasel.chiu@intel.com>
157
158 IntelFsp2WrapperPkg
159 W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFsp2WrapperPkg
160 M: Jiewen Yao <jiewen.yao@intel.com>
161 M: Chasel Chiu <chasel.chiu@intel.com>
162
163 IntelFspPkg
164 W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFspPkg
165 M: Jiewen Yao <jiewen.yao@intel.com>
166
167 IntelFspWrapperPkg
168 W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFspWrapperPkg
169 M: Jiewen Yao <jiewen.yao@intel.com>
170
171 IntelSiliconPkg
172 W: https://github.com/tianocore/tianocore.github.io/wiki/IntelSiliconPkg
173 M: Ruiyu Ni <ruiyu.ni@intel.com>
174 M: Rangasai V Chaganty <rangasai.v.chaganty@intel.com>
175
176 MdeModulePkg
177 W: https://github.com/tianocore/tianocore.github.io/wiki/MdeModulePkg
178 M: Star Zeng <star.zeng@intel.com>
179 M: Jian J Wang <jian.j.wang@intel.com>
180 M: NetworkPkg maintainers
181 (Universal/Network and related libraries, header files)
182 R: Ruiyu Ni <ruiyu.ni@intel.com>
183 (especially for Bus, Universal/Console, Universal/Disk,
184 Universal/BdsDxe and related libraries, header files)
185
186 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 W: https://github.com/tianocore/tianocore.github.io/wiki/NetworkPkg
193 M: Siyuan Fu <siyuan.fu@intel.com>
194 M: Jiaxin Wu <jiaxin.wu@intel.com>
195
196 Nt32Pkg
197 W: https://github.com/tianocore/tianocore.github.io/wiki/Nt32Pkg
198 M: Ruiyu Ni <ruiyu.ni@intel.com>
199 M: Hao Wu <hao.a.wu@intel.com>
200
201 Omap35xxPkg
202 W: https://github.com/tianocore/tianocore.github.io/wiki/Omap35xxPkg
203 M: Leif Lindholm <leif.lindholm@linaro.org>
204 M: Ard Biesheuvel <ard.biesheuvel@linaro.org>
205
206 OptionRomPkg
207 W: https://github.com/tianocore/tianocore.github.io/wiki/OptionRomPkg
208 M: Ruiyu Ni <ruiyu.ni@intel.com>
209
210 OvmfPkg
211 W: http://www.tianocore.org/ovmf/
212 M: Jordan Justen <jordan.l.justen@intel.com>
213 M: Laszlo Ersek <lersek@redhat.com>
214 M: Ard Biesheuvel <ard.biesheuvel@linaro.org>
215 R: Anthony Perard <anthony.perard@citrix.com>
216 R: Julien Grall <julien.grall@linaro.org>
217 S: Maintained
218
219 PcAtChipsetPkg
220 W: https://github.com/tianocore/tianocore.github.io/wiki/PcAtChipsetPkg
221 M: Ruiyu Ni <ruiyu.ni@intel.com>
222
223 QuarkPlatformPkg, QuarkSocPkg
224 M: Michael D Kinney <michael.d.kinney@intel.com>
225 M: Kelly Steele <kelly.steele@intel.com>
226
227 SecurityPkg
228 W: https://github.com/tianocore/tianocore.github.io/wiki/SecurityPkg
229 M: Chao Zhang <chao.b.zhang@intel.com>
230 M: Jiewen Yao <jiewen.yao@intel.com>
231
232 ShellBinPkg
233 W: https://github.com/tianocore/tianocore.github.io/wiki/ShellPkg
234 M: Jaben Carsey <jaben.carsey@intel.com> (Ia32/X64)
235 M: Ruiyu Ni <ruiyu.ni@intel.com> (Ia32/X64)
236 M: Leif Lindholm <leif.lindholm@linaro.org> (ARM/AArch64)
237 M: Ard Biesheuvel <ard.biesheuvel@linaro.org> (ARM/AArch64)
238
239 ShellPkg
240 W: https://github.com/tianocore/tianocore.github.io/wiki/ShellPkg
241 M: Jaben Carsey <jaben.carsey@intel.com>
242 M: Ruiyu Ni <ruiyu.ni@intel.com>
243
244 SignedCapsulePkg
245 W: https://github.com/tianocore/tianocore.github.io/wiki/SignedCapsulePkg
246 M: Jiewen Yao <jiewen.yao@intel.com>
247 M: Chao Zhang <chao.b.zhang@intel.com>
248
249 SourceLevelDebugPkg
250 W: https://github.com/tianocore/tianocore.github.io/wiki/SourceLevelDebugPkg
251 M: Hao Wu <hao.a.wu@intel.com>
252
253 StdLib, StdLibPrivateInternalFiles
254 W: https://github.com/tianocore/tianocore.github.io/wiki/StdLib
255 M: Daryl McDaniel <edk2-lists@mc2research.org>
256 M: Jaben Carsey <jaben.carsey@intel.com>
257
258 UefiCpuPkg
259 W: https://github.com/tianocore/tianocore.github.io/wiki/UefiCpuPkg
260 M: Eric Dong <eric.dong@intel.com>
261 M: Ruiyu Ni <ruiyu.ni@intel.com>
262 R: Laszlo Ersek <lersek@redhat.com>
263
264 Vlv2DeviceRefCodePkg
265 M: Zailiang Sun <zailiang.sun@intel.com>
266 M: Yi Qian <yi.qian@intel.com>
267
268 Vlv2TbltDevicePkg
269 M: Zailiang Sun <zailiang.sun@intel.com>
270 M: Yi Qian <yi.qian@intel.com>
271
272 StandaloneMmPkg
273 M: Achin Gupta <achin.gupta@arm.com>
274 M: Jiewen Yao <jiewen.yao@intel.com>
275 R: Supreeth Venkatesh <supreeth.venkatesh@arm.com>