]> git.proxmox.com Git - mirror_edk2.git/blob - Maintainers.txt
Revert "BaseTools/FMMT: Add a tool FMMT"
[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
40 EDK II
41 ------
42 W: http://www.tianocore.org/edk2/
43 L: https://edk2.groups.io/g/devel/
44 T: git - https://github.com/tianocore/edk2.git
45 T: git (mirror) - https://bitbucket.org/tianocore/edk2.git
46
47 Tianocore Stewards
48 ------------------
49 M: Andrew Fish <afish@apple.com>
50 M: Laszlo Ersek <lersek@redhat.com>
51 M: Leif Lindholm <leif.lindholm@linaro.org>
52 M: Michael D Kinney <michael.d.kinney@intel.com>
53
54 Responsible Disclosure, Reporting Security Issues
55 -------------------------------------------------
56 W: https://github.com/tianocore/tianocore.github.io/wiki/Security
57
58 EDK II Releases:
59 ----------------
60 W: https://github.com/tianocore/tianocore.github.io/wiki/EDK-II-Release-Planning
61 M: Liming Gao <liming.gao@intel.com>
62
63 EDK II Packages:
64 ----------------
65 ArmPkg
66 W: https://github.com/tianocore/tianocore.github.io/wiki/ArmPkg
67 M: Leif Lindholm <leif.lindholm@linaro.org>
68 M: Ard Biesheuvel <ard.biesheuvel@linaro.org>
69
70 ArmPlatformPkg
71 W: https://github.com/tianocore/tianocore.github.io/wiki/ArmPlatformPkg
72 M: Leif Lindholm <leif.lindholm@linaro.org>
73 M: Ard Biesheuvel <ard.biesheuvel@linaro.org>
74
75 ArmVirtPkg
76 W: https://github.com/tianocore/tianocore.github.io/wiki/ArmVirtPkg
77 M: Laszlo Ersek <lersek@redhat.com>
78 M: Ard Biesheuvel <ard.biesheuvel@linaro.org>
79 R: Julien Grall <julien.grall@arm.com>
80 (Xen modules)
81 R: Leif Lindholm <leif.lindholm@linaro.org>
82
83 BaseTools
84 W: https://github.com/tianocore/tianocore.github.io/wiki/BaseTools
85 M: Bob Feng <bob.c.feng@intel.com>
86 M: Liming Gao <liming.gao@intel.com>
87
88 CryptoPkg
89 W: https://github.com/tianocore/tianocore.github.io/wiki/CryptoPkg
90 M: Jian Wang <jian.j.wang@intel.com>
91 R: Ting Ye <ting.ye@intel.com>
92
93 DynamicTablesPkg
94 W: https://github.com/tianocore/tianocore.github.io/wiki/DynamicTablesPkg
95 M: Sami Mujawar <Sami.Mujawar@arm.com>
96 M: Alexei Fedorov <Alexei.Fedorov@arm.com>
97
98 EmbeddedPkg
99 W: https://github.com/tianocore/tianocore.github.io/wiki/EmbeddedPkg
100 M: Leif Lindholm <leif.lindholm@linaro.org>
101 M: Ard Biesheuvel <ard.biesheuvel@linaro.org>
102
103 EmulatorPkg
104 W: https://github.com/tianocore/tianocore.github.io/wiki/EmulatorPkg
105 M: Jordan Justen <jordan.l.justen@intel.com>
106 M: Andrew Fish <afish@apple.com>
107 M: Ray Ni <ray.ni@intel.com>
108 S: Maintained
109
110 FatPkg
111 W: https://github.com/tianocore/tianocore.github.io/wiki/Edk2-fat-driver
112 M: Ray Ni <ray.ni@intel.com>
113 T: svn - https://svn.code.sf.net/p/edk2-fatdriver2/code/trunk/EnhancedFat
114 T: git - https://github.com/tianocore/edk2-FatPkg.git
115
116 FmpDevicePkg
117 W: https://github.com/tianocore/tianocore.github.io/wiki/FmpDevicePkg
118 M: Liming Gao <liming.gao@intel.com>
119 M: Michael D Kinney <michael.d.kinney@intel.com>
120
121 IntelFsp2Pkg
122 W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFsp2Pkg
123 M: Chasel Chiu <chasel.chiu@intel.com>
124 R: Nate DeSimone <nathaniel.l.desimone@intel.com>
125 R: Star Zeng <star.zeng@intel.com>
126
127 IntelFsp2WrapperPkg
128 W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFsp2WrapperPkg
129 M: Chasel Chiu <chasel.chiu@intel.com>
130 R: Nate DeSimone <nathaniel.l.desimone@intel.com>
131 R: Star Zeng <star.zeng@intel.com>
132
133 IntelFspPkg
134 W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFspPkg
135 M: Chasel Chiu <chasel.chiu@intel.com>
136 R: Nate DeSimone <nathaniel.l.desimone@intel.com>
137 R: Star Zeng <star.zeng@intel.com>
138
139 IntelFspWrapperPkg
140 W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFspWrapperPkg
141 M: Chasel Chiu <chasel.chiu@intel.com>
142 R: Nate DeSimone <nathaniel.l.desimone@intel.com>
143 R: Star Zeng <star.zeng@intel.com>
144
145 MdeModulePkg
146 W: https://github.com/tianocore/tianocore.github.io/wiki/MdeModulePkg
147 M: Jian J Wang <jian.j.wang@intel.com>
148 M: Hao A Wu <hao.a.wu@intel.com>
149 R: Ray Ni <ray.ni@intel.com>
150 (especially for Bus, Universal/Console, Universal/Disk,
151 Universal/BdsDxe and related libraries, header files)
152 R: Star Zeng <star.zeng@intel.com>
153
154 MdePkg
155 W: https://github.com/tianocore/tianocore.github.io/wiki/MdePkg
156 M: Michael D Kinney <michael.d.kinney@intel.com>
157 M: Liming Gao <liming.gao@intel.com>
158
159 NetworkPkg
160 W: https://github.com/tianocore/tianocore.github.io/wiki/NetworkPkg
161 M: Siyuan Fu <siyuan.fu@intel.com>
162 M: Jiaxin Wu <jiaxin.wu@intel.com>
163
164 OvmfPkg
165 W: http://www.tianocore.org/ovmf/
166 M: Jordan Justen <jordan.l.justen@intel.com>
167 M: Laszlo Ersek <lersek@redhat.com>
168 M: Ard Biesheuvel <ard.biesheuvel@linaro.org>
169 R: Anthony Perard <anthony.perard@citrix.com>
170 (Xen modules)
171 R: Julien Grall <julien.grall@arm.com>
172 (Xen modules)
173 R: Marc-André Lureau <marcandre.lureau@redhat.com>
174 (TPM2 modules)
175 R: Stefan Berger <stefanb@linux.ibm.com>
176 (TPM2 modules)
177 R: David Woodhouse <dwmw2@infradead.org>
178 (CSM modules)
179 S: Maintained
180
181 PcAtChipsetPkg
182 W: https://github.com/tianocore/tianocore.github.io/wiki/PcAtChipsetPkg
183 M: Ray Ni <ray.ni@intel.com>
184
185 SecurityPkg
186 W: https://github.com/tianocore/tianocore.github.io/wiki/SecurityPkg
187 M: Jiewen Yao <jiewen.yao@intel.com>
188 M: Jian Wang <jian.j.wang@intel.com>
189 R: Chao Zhang <chao.b.zhang@intel.com>
190
191 ShellPkg
192 W: https://github.com/tianocore/tianocore.github.io/wiki/ShellPkg
193 M: Jaben Carsey <jaben.carsey@intel.com>
194 M: Ray Ni <ray.ni@intel.com>
195 R: Zhichao Gao <zhichao.gao@intel.com>
196
197 Maintainers for stable Shell binaries generation
198 when need to publish Shell binaries with edk2 release:
199 M: Jaben Carsey <jaben.carsey@intel.com> (Ia32/X64)
200 M: Ray Ni <ray.ni@intel.com> (Ia32/X64)
201 M: Leif Lindholm <leif.lindholm@linaro.org> (ARM/AArch64)
202 M: Ard Biesheuvel <ard.biesheuvel@linaro.org> (ARM/AArch64)
203
204 SignedCapsulePkg
205 W: https://github.com/tianocore/tianocore.github.io/wiki/SignedCapsulePkg
206 M: Jiewen Yao <jiewen.yao@intel.com>
207 M: Chao Zhang <chao.b.zhang@intel.com>
208
209 SourceLevelDebugPkg
210 W: https://github.com/tianocore/tianocore.github.io/wiki/SourceLevelDebugPkg
211 M: Hao A Wu <hao.a.wu@intel.com>
212
213 UefiCpuPkg
214 W: https://github.com/tianocore/tianocore.github.io/wiki/UefiCpuPkg
215 M: Eric Dong <eric.dong@intel.com>
216 M: Ray Ni <ray.ni@intel.com>
217 R: Laszlo Ersek <lersek@redhat.com>
218
219 UefiPayloadPkg
220 W: https://github.com/tianocore/tianocore.github.io/wiki/UefiPayloadPkg
221 M: Maurice Ma <maurice.ma@intel.com>
222 M: Guo Dong <guo.dong@intel.com>
223 M: Benjamin You <benjamin.you@intel.com>
224 S: Maintained
225
226 StandaloneMmPkg
227 M: Achin Gupta <achin.gupta@arm.com>
228 M: Jiewen Yao <jiewen.yao@intel.com>
229 R: Supreeth Venkatesh <supreeth.venkatesh@arm.com>