]> git.proxmox.com Git - mirror_edk2.git/blob - Maintainers.txt
Maintainers.txt: split out section "OvmfPkg: TCG- and TPM2-related modules"
[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: Leif Lindholm <leif.lindholm@linaro.org>
113
114 ArmVirtPkg: modules used on Xen
115 F: ArmVirtPkg/ArmVirtXen.*
116 F: ArmVirtPkg/Library/XenArmGenericTimerVirtCounterLib/
117 F: ArmVirtPkg/Library/XenRealTimeClockLib/
118 F: ArmVirtPkg/Library/XenVirtMemInfoLib/
119 F: ArmVirtPkg/PrePi/
120 F: ArmVirtPkg/XenAcpiPlatformDxe/
121 F: ArmVirtPkg/XenPlatformHasAcpiDtDxe/
122 F: ArmVirtPkg/XenioFdtDxe/
123 R: Julien Grall <julien.grall@arm.com>
124
125 BaseTools
126 F: BaseTools/
127 W: https://github.com/tianocore/tianocore.github.io/wiki/BaseTools
128 M: Bob Feng <bob.c.feng@intel.com>
129 M: Liming Gao <liming.gao@intel.com>
130
131 CryptoPkg
132 F: CryptoPkg/
133 W: https://github.com/tianocore/tianocore.github.io/wiki/CryptoPkg
134 M: Jian Wang <jian.j.wang@intel.com>
135 R: Ting Ye <ting.ye@intel.com>
136
137 DynamicTablesPkg
138 F: DynamicTablesPkg/
139 W: https://github.com/tianocore/tianocore.github.io/wiki/DynamicTablesPkg
140 M: Sami Mujawar <Sami.Mujawar@arm.com>
141 M: Alexei Fedorov <Alexei.Fedorov@arm.com>
142
143 EmbeddedPkg
144 F: EmbeddedPkg/
145 W: https://github.com/tianocore/tianocore.github.io/wiki/EmbeddedPkg
146 M: Leif Lindholm <leif.lindholm@linaro.org>
147 M: Ard Biesheuvel <ard.biesheuvel@linaro.org>
148
149 EmulatorPkg
150 F: EmulatorPkg/
151 W: https://github.com/tianocore/tianocore.github.io/wiki/EmulatorPkg
152 M: Jordan Justen <jordan.l.justen@intel.com>
153 M: Andrew Fish <afish@apple.com>
154 M: Ray Ni <ray.ni@intel.com>
155 S: Maintained
156
157 FatPkg
158 F: FatPkg/
159 W: https://github.com/tianocore/tianocore.github.io/wiki/Edk2-fat-driver
160 M: Ray Ni <ray.ni@intel.com>
161 T: svn - https://svn.code.sf.net/p/edk2-fatdriver2/code/trunk/EnhancedFat
162 T: git - https://github.com/tianocore/edk2-FatPkg.git
163
164 FmpDevicePkg
165 F: FmpDevicePkg/
166 W: https://github.com/tianocore/tianocore.github.io/wiki/FmpDevicePkg
167 M: Liming Gao <liming.gao@intel.com>
168 M: Michael D Kinney <michael.d.kinney@intel.com>
169
170 IntelFsp2Pkg
171 F: IntelFsp2Pkg/
172 W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFsp2Pkg
173 M: Chasel Chiu <chasel.chiu@intel.com>
174 R: Nate DeSimone <nathaniel.l.desimone@intel.com>
175 R: Star Zeng <star.zeng@intel.com>
176
177 IntelFsp2WrapperPkg
178 F: IntelFsp2WrapperPkg/
179 W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFsp2WrapperPkg
180 M: Chasel Chiu <chasel.chiu@intel.com>
181 R: Nate DeSimone <nathaniel.l.desimone@intel.com>
182 R: Star Zeng <star.zeng@intel.com>
183
184 MdeModulePkg
185 F: MdeModulePkg/
186 W: https://github.com/tianocore/tianocore.github.io/wiki/MdeModulePkg
187 M: Jian J Wang <jian.j.wang@intel.com>
188 M: Hao A Wu <hao.a.wu@intel.com>
189 R: Ray Ni <ray.ni@intel.com>
190 (especially for Bus, Universal/Console, Universal/Disk,
191 Universal/BdsDxe and related libraries, header files)
192 R: Star Zeng <star.zeng@intel.com>
193
194 MdePkg
195 F: MdePkg/
196 W: https://github.com/tianocore/tianocore.github.io/wiki/MdePkg
197 M: Michael D Kinney <michael.d.kinney@intel.com>
198 M: Liming Gao <liming.gao@intel.com>
199
200 NetworkPkg
201 F: NetworkPkg/
202 W: https://github.com/tianocore/tianocore.github.io/wiki/NetworkPkg
203 M: Siyuan Fu <siyuan.fu@intel.com>
204 M: Jiaxin Wu <jiaxin.wu@intel.com>
205
206 OvmfPkg
207 F: OvmfPkg/
208 W: http://www.tianocore.org/ovmf/
209 M: Jordan Justen <jordan.l.justen@intel.com>
210 M: Laszlo Ersek <lersek@redhat.com>
211 M: Ard Biesheuvel <ard.biesheuvel@linaro.org>
212 R: David Woodhouse <dwmw2@infradead.org>
213 (CSM modules)
214 S: Maintained
215
216 OvmfPkg: Xen-related modules
217 F: OvmfPkg/AcpiPlatformDxe/Xen.c
218 F: OvmfPkg/Include/Guid/XenBusRootDevice.h
219 F: OvmfPkg/Include/Guid/XenInfo.h
220 F: OvmfPkg/Include/IndustryStandard/Xen/
221 F: OvmfPkg/Include/Library/XenHypercallLib.h
222 F: OvmfPkg/Include/Library/XenIoMmioLib.h
223 F: OvmfPkg/Include/Protocol/XenBus.h
224 F: OvmfPkg/Include/Protocol/XenIo.h
225 F: OvmfPkg/Library/PciHostBridgeLib/XenSupport.c
226 F: OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c
227 F: OvmfPkg/Library/XenConsoleSerialPortLib/
228 F: OvmfPkg/Library/XenHypercallLib/
229 F: OvmfPkg/Library/XenIoMmioLib/
230 F: OvmfPkg/PlatformPei/MemDetect.c
231 F: OvmfPkg/PlatformPei/Platform.*
232 F: OvmfPkg/PlatformPei/Xen.*
233 F: OvmfPkg/SmbiosPlatformDxe/*Xen.c
234 F: OvmfPkg/XenBusDxe/
235 F: OvmfPkg/XenIoPciDxe/
236 F: OvmfPkg/XenPvBlkDxe/
237 R: Anthony Perard <anthony.perard@citrix.com>
238 R: Julien Grall <julien.grall@arm.com>
239
240 OvmfPkg: TCG- and TPM2-related modules
241 F: OvmfPkg/Include/IndustryStandard/QemuTpm.h
242 F: OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c
243 F: OvmfPkg/Library/Tcg2PhysicalPresenceLib*/
244 F: OvmfPkg/PlatformPei/ClearCache.c
245 F: OvmfPkg/Tcg/
246 R: Marc-André Lureau <marcandre.lureau@redhat.com>
247 R: Stefan Berger <stefanb@linux.ibm.com>
248
249 PcAtChipsetPkg
250 F: PcAtChipsetPkg/
251 W: https://github.com/tianocore/tianocore.github.io/wiki/PcAtChipsetPkg
252 M: Ray Ni <ray.ni@intel.com>
253
254 SecurityPkg
255 F: SecurityPkg/
256 W: https://github.com/tianocore/tianocore.github.io/wiki/SecurityPkg
257 M: Jiewen Yao <jiewen.yao@intel.com>
258 M: Jian Wang <jian.j.wang@intel.com>
259 R: Chao Zhang <chao.b.zhang@intel.com>
260
261 ShellPkg
262 F: ShellPkg/
263 W: https://github.com/tianocore/tianocore.github.io/wiki/ShellPkg
264 M: Jaben Carsey <jaben.carsey@intel.com>
265 M: Ray Ni <ray.ni@intel.com>
266 R: Zhichao Gao <zhichao.gao@intel.com>
267
268 Maintainers for stable Shell binaries generation
269 when need to publish Shell binaries with edk2 release:
270 M: Jaben Carsey <jaben.carsey@intel.com> (Ia32/X64)
271 M: Ray Ni <ray.ni@intel.com> (Ia32/X64)
272 M: Leif Lindholm <leif.lindholm@linaro.org> (ARM/AArch64)
273 M: Ard Biesheuvel <ard.biesheuvel@linaro.org> (ARM/AArch64)
274
275 SignedCapsulePkg
276 F: SignedCapsulePkg/
277 W: https://github.com/tianocore/tianocore.github.io/wiki/SignedCapsulePkg
278 M: Jiewen Yao <jiewen.yao@intel.com>
279 M: Chao Zhang <chao.b.zhang@intel.com>
280
281 SourceLevelDebugPkg
282 F: SourceLevelDebugPkg/
283 W: https://github.com/tianocore/tianocore.github.io/wiki/SourceLevelDebugPkg
284 M: Hao A Wu <hao.a.wu@intel.com>
285
286 UefiCpuPkg
287 F: UefiCpuPkg/
288 W: https://github.com/tianocore/tianocore.github.io/wiki/UefiCpuPkg
289 M: Eric Dong <eric.dong@intel.com>
290 M: Ray Ni <ray.ni@intel.com>
291 R: Laszlo Ersek <lersek@redhat.com>
292
293 UefiPayloadPkg
294 F: UefiPayloadPkg/
295 W: https://github.com/tianocore/tianocore.github.io/wiki/UefiPayloadPkg
296 M: Maurice Ma <maurice.ma@intel.com>
297 M: Guo Dong <guo.dong@intel.com>
298 M: Benjamin You <benjamin.you@intel.com>
299 S: Maintained
300
301 StandaloneMmPkg
302 F: StandaloneMmPkg/
303 M: Achin Gupta <achin.gupta@arm.com>
304 M: Jiewen Yao <jiewen.yao@intel.com>
305 R: Supreeth Venkatesh <supreeth.venkatesh@arm.com>