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