]> git.proxmox.com Git - mirror_edk2.git/blob - Maintainers.txt
CryptoPkg: Add Null instance of the TlsLib class
[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 UEFI Shell Binaries (ShellBinPkg.zip) from EDK II Releases:
86 -----------------------------------------------------------
87 W: https://github.com/tianocore/edk2/releases/
88 M: Ray Ni <ray.ni@intel.com> (Ia32/X64)
89 M: Zhichao Gao <zhichao.gao@intel.com> (Ia32/X64)
90 M: Leif Lindholm <leif.lindholm@linaro.org> (ARM/AArch64)
91 M: Ard Biesheuvel <ard.biesheuvel@linaro.org> (ARM/AArch64)
92
93 EDK II Architectures:
94 ---------------------
95 ARM, AARCH64
96 F: */AArch64/
97 F: */Arm/
98 M: Leif Lindholm <leif.lindholm@linaro.org>
99 M: Ard Biesheuvel <ard.biesheuvel@linaro.org>
100
101 EDK II Packages:
102 ----------------
103 ArmPkg
104 F: ArmPkg/
105 W: https://github.com/tianocore/tianocore.github.io/wiki/ArmPkg
106 M: Leif Lindholm <leif.lindholm@linaro.org>
107 M: Ard Biesheuvel <ard.biesheuvel@linaro.org>
108
109 ArmPlatformPkg
110 F: ArmPlatformPkg/
111 W: https://github.com/tianocore/tianocore.github.io/wiki/ArmPlatformPkg
112 M: Leif Lindholm <leif.lindholm@linaro.org>
113 M: Ard Biesheuvel <ard.biesheuvel@linaro.org>
114
115 ArmVirtPkg
116 F: ArmVirtPkg/
117 W: https://github.com/tianocore/tianocore.github.io/wiki/ArmVirtPkg
118 M: Laszlo Ersek <lersek@redhat.com>
119 M: Ard Biesheuvel <ard.biesheuvel@linaro.org>
120 R: Leif Lindholm <leif.lindholm@linaro.org>
121
122 ArmVirtPkg: modules used on Xen
123 F: ArmVirtPkg/ArmVirtXen.*
124 F: ArmVirtPkg/Library/XenArmGenericTimerVirtCounterLib/
125 F: ArmVirtPkg/Library/XenVirtMemInfoLib/
126 F: ArmVirtPkg/PrePi/
127 F: ArmVirtPkg/XenAcpiPlatformDxe/
128 F: ArmVirtPkg/XenPlatformHasAcpiDtDxe/
129 F: ArmVirtPkg/XenioFdtDxe/
130 R: Julien Grall <julien.grall@arm.com>
131
132 BaseTools
133 F: BaseTools/
134 W: https://github.com/tianocore/tianocore.github.io/wiki/BaseTools
135 M: Bob Feng <bob.c.feng@intel.com>
136 M: Liming Gao <liming.gao@intel.com>
137
138 CryptoPkg
139 F: CryptoPkg/
140 W: https://github.com/tianocore/tianocore.github.io/wiki/CryptoPkg
141 M: Jian J Wang <jian.j.wang@intel.com>
142 R: Xiaoyu Lu <xiaoyux.lu@intel.com>
143
144 DynamicTablesPkg
145 F: DynamicTablesPkg/
146 W: https://github.com/tianocore/tianocore.github.io/wiki/DynamicTablesPkg
147 M: Sami Mujawar <Sami.Mujawar@arm.com>
148 M: Alexei Fedorov <Alexei.Fedorov@arm.com>
149
150 EmbeddedPkg
151 F: EmbeddedPkg/
152 W: https://github.com/tianocore/tianocore.github.io/wiki/EmbeddedPkg
153 M: Leif Lindholm <leif.lindholm@linaro.org>
154 M: Ard Biesheuvel <ard.biesheuvel@linaro.org>
155
156 EmulatorPkg
157 F: EmulatorPkg/
158 W: https://github.com/tianocore/tianocore.github.io/wiki/EmulatorPkg
159 M: Jordan Justen <jordan.l.justen@intel.com>
160 M: Andrew Fish <afish@apple.com>
161 M: Ray Ni <ray.ni@intel.com>
162 S: Maintained
163
164 FatPkg
165 F: FatPkg/
166 W: https://github.com/tianocore/tianocore.github.io/wiki/Edk2-fat-driver
167 M: Ray Ni <ray.ni@intel.com>
168 T: svn - https://svn.code.sf.net/p/edk2-fatdriver2/code/trunk/EnhancedFat
169 T: git - https://github.com/tianocore/edk2-FatPkg.git
170
171 FmpDevicePkg
172 F: FmpDevicePkg/
173 W: https://github.com/tianocore/tianocore.github.io/wiki/FmpDevicePkg
174 M: Liming Gao <liming.gao@intel.com>
175 M: Michael D Kinney <michael.d.kinney@intel.com>
176
177 IntelFsp2Pkg
178 F: IntelFsp2Pkg/
179 W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFsp2Pkg
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 IntelFsp2WrapperPkg
185 F: IntelFsp2WrapperPkg/
186 W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFsp2WrapperPkg
187 M: Chasel Chiu <chasel.chiu@intel.com>
188 R: Nate DeSimone <nathaniel.l.desimone@intel.com>
189 R: Star Zeng <star.zeng@intel.com>
190
191 MdeModulePkg
192 F: MdeModulePkg/
193 W: https://github.com/tianocore/tianocore.github.io/wiki/MdeModulePkg
194 M: Jian J Wang <jian.j.wang@intel.com>
195 M: Hao A Wu <hao.a.wu@intel.com>
196
197 MdeModulePkg: ACPI modules
198 F: MdeModulePkg/Include/*Acpi*.h
199 F: MdeModulePkg/Universal/Acpi/
200 R: Dandan Bi <dandan.bi@intel.com>
201 R: Liming Gao <liming.gao@intel.com>
202
203 MdeModulePkg: ACPI S3 modules
204 F: MdeModulePkg/*LockBox*/
205 F: MdeModulePkg/Include/*BootScript*.h
206 F: MdeModulePkg/Include/*LockBox*.h
207 F: MdeModulePkg/Include/*S3*.h
208 F: MdeModulePkg/Library/*S3*/
209 R: Hao A Wu <hao.a.wu@intel.com>
210 R: Eric Dong <eric.dong@intel.com>
211
212 MdeModulePkg: BDS modules
213 F: MdeModulePkg/*BootManager*/
214 F: MdeModulePkg/Include/Library/UefiBootManagerLib.h
215 F: MdeModulePkg/Universal/BdsDxe/
216 F: MdeModulePkg/Universal/DevicePathDxe/
217 F: MdeModulePkg/Universal/DriverHealthManagerDxe/
218 F: MdeModulePkg/Universal/LoadFileOnFv2/
219 F: MdeModulePkg/Universal/SecurityStubDxe/Defer3rdPartyImageLoad.*
220 R: Zhichao Gao <zhichao.gao@intel.com>
221 R: Ray Ni <ray.ni@intel.com>
222
223 MdeModulePkg: Console and Graphics modules
224 F: MdeModulePkg/*Logo*/
225 F: MdeModulePkg/Include/*Logo*.h
226 F: MdeModulePkg/Include/Guid/ConnectConInEvent.h
227 F: MdeModulePkg/Include/Guid/Console*.h
228 F: MdeModulePkg/Include/Guid/StandardErrorDevice.h
229 F: MdeModulePkg/Include/Guid/TtyTerm.h
230 F: MdeModulePkg/Include/Library/BmpSupportLib.h
231 F: MdeModulePkg/Include/Library/FrameBufferBltLib.h
232 F: MdeModulePkg/Library/BaseBmpSupportLib/
233 F: MdeModulePkg/Library/FrameBufferBltLib/
234 F: MdeModulePkg/Universal/Console/
235 R: Zhichao Gao <zhichao.gao@intel.com>
236 R: Ray Ni <ray.ni@intel.com>
237
238 MdeModulePkg: Core services (PEI, DXE and Runtime) modules
239 F: MdeModulePkg/*Mem*/
240 F: MdeModulePkg/*SectionExtract*/
241 F: MdeModulePkg/*StatusCode*/
242 F: MdeModulePkg/Application/DumpDynPcd/
243 F: MdeModulePkg/Core/Dxe/
244 F: MdeModulePkg/Core/DxeIplPeim/
245 F: MdeModulePkg/Core/Pei/
246 F: MdeModulePkg/Core/RuntimeDxe/
247 F: MdeModulePkg/Include/*Mem*.h
248 F: MdeModulePkg/Include/*Pcd*.h
249 F: MdeModulePkg/Include/*Perf*.h
250 F: MdeModulePkg/Include/*StatusCode*.h
251 F: MdeModulePkg/Include/Guid/Crc32GuidedSectionExtraction.h
252 F: MdeModulePkg/Include/Guid/EventExitBootServiceFailed.h
253 F: MdeModulePkg/Include/Guid/IdleLoopEvent.h
254 F: MdeModulePkg/Include/Guid/LoadModuleAtFixedAddress.h
255 F: MdeModulePkg/Include/Guid/LzmaDecompress.h
256 F: MdeModulePkg/Include/Library/SecurityManagementLib.h
257 F: MdeModulePkg/Library/*Decompress*/
258 F: MdeModulePkg/Library/*Perf*/
259 F: MdeModulePkg/Library/DxeSecurityManagementLib/
260 F: MdeModulePkg/Universal/PCD/
261 F: MdeModulePkg/Universal/PlatformDriOverrideDxe/
262 F: MdeModulePkg/Universal/SecurityStubDxe/SecurityStub.c
263 R: Dandan Bi <dandan.bi@intel.com>
264 R: Liming Gao <liming.gao@intel.com>
265
266 MdeModulePkg: Device and Peripheral modules
267 F: MdeModulePkg/*PciHostBridge*/
268 F: MdeModulePkg/*Serial*/
269 F: MdeModulePkg/Bus/
270 F: MdeModulePkg/Include/*Ata*.h
271 F: MdeModulePkg/Include/*IoMmu*.h
272 F: MdeModulePkg/Include/*NonDiscoverableDevice*.h
273 F: MdeModulePkg/Include/*NvmExpress*.h
274 F: MdeModulePkg/Include/*SdMmc*.h
275 F: MdeModulePkg/Include/*SerialPort*.h
276 F: MdeModulePkg/Include/*Ufs*.h
277 F: MdeModulePkg/Include/*Usb*.h
278 F: MdeModulePkg/Include/Guid/RecoveryDevice.h
279 F: MdeModulePkg/Include/Guid/S3StorageDeviceInitList.h
280 F: MdeModulePkg/Include/Library/PciHostBridgeLib.h
281 F: MdeModulePkg/Include/Ppi/StorageSecurityCommand.h
282 F: MdeModulePkg/Include/Protocol/Ps2Policy.h
283 F: MdeModulePkg/Library/NonDiscoverableDeviceRegistrationLib/
284 F: MdeModulePkg/Universal/Disk/
285 F: MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/
286 R: Hao A Wu <hao.a.wu@intel.com>
287 R: Ray Ni <ray.ni@intel.com>
288
289 MdeModulePkg: Firmware Update modules
290 F: MdeModulePkg/*Capsule*/
291 F: MdeModulePkg/Include/*Capsule*.h
292 F: MdeModulePkg/Include/Library/DisplayUpdateProgressLib.h
293 F: MdeModulePkg/Include/Library/FmpAuthenticationLib.h
294 F: MdeModulePkg/Include/Protocol/EsrtManagement.h
295 F: MdeModulePkg/Include/Protocol/FirmwareManagementProgress.h
296 F: MdeModulePkg/Library/DisplayUpdateProgressLib*/
297 F: MdeModulePkg/Library/FmpAuthenticationLibNull/
298 F: MdeModulePkg/Universal/Esrt*/
299 R: Hao A Wu <hao.a.wu@intel.com>
300 R: Liming Gao <liming.gao@intel.com>
301
302 MdeModulePkg: HII and UI modules
303 F: MdeModulePkg/*FileExplorer*/
304 F: MdeModulePkg/*Hii*/
305 F: MdeModulePkg/*Ui*/
306 F: MdeModulePkg/Application/BootManagerMenuApp/
307 F: MdeModulePkg/Include/*FileExplorer*.h
308 F: MdeModulePkg/Include/*FormBrowser*.h
309 F: MdeModulePkg/Include/*Hii*.h
310 F: MdeModulePkg/Include/Library/CustomizedDisplayLib.h
311 F: MdeModulePkg/Include/Protocol/DisplayProtocol.h
312 F: MdeModulePkg/Library/CustomizedDisplayLib/
313 F: MdeModulePkg/Universal/DisplayEngineDxe/
314 F: MdeModulePkg/Universal/DriverSampleDxe/
315 F: MdeModulePkg/Universal/SetupBrowserDxe/
316 R: Dandan Bi <dandan.bi@intel.com>
317 R: Eric Dong <eric.dong@intel.com>
318
319 MdeModulePkg: Management Mode (MM, SMM) modules
320 F: MdeModulePkg/*Smi*/
321 F: MdeModulePkg/*Smm*/
322 F: MdeModulePkg/Include/*Smi*.h
323 F: MdeModulePkg/Include/*Smm*.h
324 R: Eric Dong <eric.dong@intel.com>
325 R: Ray Ni <ray.ni@intel.com>
326
327 MdeModulePkg: Reset modules
328 F: MdeModulePkg/*Reset*/
329 F: MdeModulePkg/Include/*Reset*.h
330 R: Zhichao Gao <zhichao.gao@intel.com>
331 R: Ray Ni <ray.ni@intel.com>
332
333 MdeModulePkg: SMBIOS modules
334 F: MdeModulePkg/Universal/Smbios*/
335 R: Dandan Bi <dandan.bi@intel.com>
336 R: Star Zeng <star.zeng@intel.com>
337
338 MdeModulePkg: UEFI Variable modules
339 F: MdeModulePkg/*Var*/
340 F: MdeModulePkg/Include/*/*FaultTolerantWrite*.h
341 F: MdeModulePkg/Include/*/*Var*.h
342 F: MdeModulePkg/Include/Guid/SystemNvDataGuid.h
343 F: MdeModulePkg/Include/Protocol/SwapAddressRange.h
344 F: MdeModulePkg/Universal/FaultTolerantWrite*/
345 R: Hao A Wu <hao.a.wu@intel.com>
346 R: Liming Gao <liming.gao@intel.com>
347
348 MdePkg
349 F: MdePkg/
350 W: https://github.com/tianocore/tianocore.github.io/wiki/MdePkg
351 M: Michael D Kinney <michael.d.kinney@intel.com>
352 M: Liming Gao <liming.gao@intel.com>
353
354 NetworkPkg
355 F: NetworkPkg/
356 W: https://github.com/tianocore/tianocore.github.io/wiki/NetworkPkg
357 M: Siyuan Fu <siyuan.fu@intel.com>
358 M: Jiaxin Wu <jiaxin.wu@intel.com>
359
360 OvmfPkg
361 F: OvmfPkg/
362 W: http://www.tianocore.org/ovmf/
363 M: Jordan Justen <jordan.l.justen@intel.com>
364 M: Laszlo Ersek <lersek@redhat.com>
365 M: Ard Biesheuvel <ard.biesheuvel@linaro.org>
366 S: Maintained
367
368 OvmfPkg: Xen-related modules
369 F: OvmfPkg/AcpiPlatformDxe/Xen.c
370 F: OvmfPkg/Include/Guid/XenBusRootDevice.h
371 F: OvmfPkg/Include/Guid/XenInfo.h
372 F: OvmfPkg/Include/IndustryStandard/Xen/
373 F: OvmfPkg/Include/Library/XenHypercallLib.h
374 F: OvmfPkg/Include/Library/XenIoMmioLib.h
375 F: OvmfPkg/Include/Library/XenPlatformLib.h
376 F: OvmfPkg/Include/Protocol/XenBus.h
377 F: OvmfPkg/Include/Protocol/XenIo.h
378 F: OvmfPkg/Library/PciHostBridgeLib/XenSupport.c
379 F: OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c
380 F: OvmfPkg/Library/XenConsoleSerialPortLib/
381 F: OvmfPkg/Library/XenHypercallLib/
382 F: OvmfPkg/Library/XenIoMmioLib/
383 F: OvmfPkg/Library/XenPlatformLib/
384 F: OvmfPkg/Library/XenRealTimeClockLib/
385 F: OvmfPkg/OvmfXen.*
386 F: OvmfPkg/OvmfXenElfHeaderGenerator.c
387 F: OvmfPkg/PlatformPei/MemDetect.c
388 F: OvmfPkg/PlatformPei/Platform.*
389 F: OvmfPkg/PlatformPei/Xen.*
390 F: OvmfPkg/SmbiosPlatformDxe/*Xen.c
391 F: OvmfPkg/XenBusDxe/
392 F: OvmfPkg/XenIoPciDxe/
393 F: OvmfPkg/XenIoPvhDxe/
394 F: OvmfPkg/XenPlatformPei/
395 F: OvmfPkg/XenPvBlkDxe/
396 F: OvmfPkg/XenResetVector/
397 F: OvmfPkg/XenTimerDxe/
398 R: Anthony Perard <anthony.perard@citrix.com>
399 R: Julien Grall <julien.grall@arm.com>
400
401 OvmfPkg: TCG- and TPM2-related modules
402 F: OvmfPkg/Include/IndustryStandard/QemuTpm.h
403 F: OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c
404 F: OvmfPkg/Library/Tcg2PhysicalPresenceLib*/
405 F: OvmfPkg/PlatformPei/ClearCache.c
406 F: OvmfPkg/Tcg/
407 R: Marc-André Lureau <marcandre.lureau@redhat.com>
408 R: Stefan Berger <stefanb@linux.ibm.com>
409
410 OvmfPkg: CSM modules
411 F: OvmfPkg/Csm/
412 R: David Woodhouse <dwmw2@infradead.org>
413
414 PcAtChipsetPkg
415 F: PcAtChipsetPkg/
416 W: https://github.com/tianocore/tianocore.github.io/wiki/PcAtChipsetPkg
417 M: Ray Ni <ray.ni@intel.com>
418
419 SecurityPkg
420 F: SecurityPkg/
421 W: https://github.com/tianocore/tianocore.github.io/wiki/SecurityPkg
422 M: Jiewen Yao <jiewen.yao@intel.com>
423 M: Jian J Wang <jian.j.wang@intel.com>
424 R: Chao Zhang <chao.b.zhang@intel.com>
425
426 ShellPkg
427 F: ShellPkg/
428 W: https://github.com/tianocore/tianocore.github.io/wiki/ShellPkg
429 M: Ray Ni <ray.ni@intel.com>
430 M: Zhichao Gao <zhichao.gao@intel.com>
431
432 SignedCapsulePkg
433 F: SignedCapsulePkg/
434 W: https://github.com/tianocore/tianocore.github.io/wiki/SignedCapsulePkg
435 M: Jiewen Yao <jiewen.yao@intel.com>
436 M: Chao Zhang <chao.b.zhang@intel.com>
437
438 SourceLevelDebugPkg
439 F: SourceLevelDebugPkg/
440 W: https://github.com/tianocore/tianocore.github.io/wiki/SourceLevelDebugPkg
441 M: Hao A Wu <hao.a.wu@intel.com>
442
443 UefiCpuPkg
444 F: UefiCpuPkg/
445 W: https://github.com/tianocore/tianocore.github.io/wiki/UefiCpuPkg
446 M: Eric Dong <eric.dong@intel.com>
447 M: Ray Ni <ray.ni@intel.com>
448 R: Laszlo Ersek <lersek@redhat.com>
449
450 UefiPayloadPkg
451 F: UefiPayloadPkg/
452 W: https://github.com/tianocore/tianocore.github.io/wiki/UefiPayloadPkg
453 M: Maurice Ma <maurice.ma@intel.com>
454 M: Guo Dong <guo.dong@intel.com>
455 M: Benjamin You <benjamin.you@intel.com>
456 S: Maintained
457
458 StandaloneMmPkg
459 F: StandaloneMmPkg/
460 M: Achin Gupta <achin.gupta@arm.com>
461 M: Jiewen Yao <jiewen.yao@intel.com>
462 R: Supreeth Venkatesh <supreeth.venkatesh@arm.com>