]> git.proxmox.com Git - mirror_edk2.git/blob - Maintainers.txt
Revert "OvmfPkg/PlatformPei: hoist PciBase assignment above the i440fx/q35 branching"
[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 M: NetworkPkg maintainers
165 (Universal/Network and related libraries, header files)
166 R: Ray Ni <ray.ni@intel.com>
167 (especially for Bus, Universal/Console, Universal/Disk,
168 Universal/BdsDxe and related libraries, header files)
169 R: Star Zeng <star.zeng@intel.com>
170
171 MdePkg
172 W: https://github.com/tianocore/tianocore.github.io/wiki/MdePkg
173 M: Michael D Kinney <michael.d.kinney@intel.com>
174 M: Liming Gao <liming.gao@intel.com>
175
176 NetworkPkg
177 W: https://github.com/tianocore/tianocore.github.io/wiki/NetworkPkg
178 M: Siyuan Fu <siyuan.fu@intel.com>
179 M: Jiaxin Wu <jiaxin.wu@intel.com>
180
181 OvmfPkg
182 W: http://www.tianocore.org/ovmf/
183 M: Jordan Justen <jordan.l.justen@intel.com>
184 M: Laszlo Ersek <lersek@redhat.com>
185 M: Ard Biesheuvel <ard.biesheuvel@linaro.org>
186 R: Anthony Perard <anthony.perard@citrix.com>
187 (Xen modules)
188 R: Julien Grall <julien.grall@arm.com>
189 (Xen modules)
190 R: Marc-André Lureau <marcandre.lureau@redhat.com>
191 (TPM2 modules)
192 R: Stefan Berger <stefanb@linux.ibm.com>
193 (TPM2 modules)
194 S: Maintained
195
196 PcAtChipsetPkg
197 W: https://github.com/tianocore/tianocore.github.io/wiki/PcAtChipsetPkg
198 M: Ray Ni <ray.ni@intel.com>
199
200 SecurityPkg
201 W: https://github.com/tianocore/tianocore.github.io/wiki/SecurityPkg
202 M: Chao Zhang <chao.b.zhang@intel.com>
203 M: Jiewen Yao <jiewen.yao@intel.com>
204 M: Jian Wang <jian.j.wang@intel.com>
205
206 ShellPkg
207 W: https://github.com/tianocore/tianocore.github.io/wiki/ShellPkg
208 M: Jaben Carsey <jaben.carsey@intel.com>
209 M: Ray Ni <ray.ni@intel.com>
210 R: Zhichao Gao <zhichao.gao@intel.com>
211
212 Maintainers for stable Shell binaries generation
213 when need to publish Shell binaries with edk2 release:
214 M: Jaben Carsey <jaben.carsey@intel.com> (Ia32/X64)
215 M: Ray Ni <ray.ni@intel.com> (Ia32/X64)
216 M: Leif Lindholm <leif.lindholm@linaro.org> (ARM/AArch64)
217 M: Ard Biesheuvel <ard.biesheuvel@linaro.org> (ARM/AArch64)
218
219 SignedCapsulePkg
220 W: https://github.com/tianocore/tianocore.github.io/wiki/SignedCapsulePkg
221 M: Jiewen Yao <jiewen.yao@intel.com>
222 M: Chao Zhang <chao.b.zhang@intel.com>
223
224 SourceLevelDebugPkg
225 W: https://github.com/tianocore/tianocore.github.io/wiki/SourceLevelDebugPkg
226 M: Hao A Wu <hao.a.wu@intel.com>
227
228 UefiCpuPkg
229 W: https://github.com/tianocore/tianocore.github.io/wiki/UefiCpuPkg
230 M: Eric Dong <eric.dong@intel.com>
231 M: Ray Ni <ray.ni@intel.com>
232 R: Laszlo Ersek <lersek@redhat.com>
233
234 UefiPayloadPkg
235 W: https://github.com/tianocore/tianocore.github.io/wiki/UefiPayloadPkg
236 M: Maurice Ma <maurice.ma@intel.com>
237 M: Guo Dong <guo.dong@intel.com>
238 M: Benjamin You <benjamin.you@intel.com>
239 S: Maintained
240
241 StandaloneMmPkg
242 M: Achin Gupta <achin.gupta@arm.com>
243 M: Jiewen Yao <jiewen.yao@intel.com>
244 R: Supreeth Venkatesh <supreeth.venkatesh@arm.com>