]> git.proxmox.com Git - mirror_edk2.git/blob - Maintainers.txt
MdePkg: Add MmAccess and MmControl definition.
[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
190 MdeModulePkg: ACPI modules
191 F: MdeModulePkg/Include/*Acpi*.h
192 F: MdeModulePkg/Universal/Acpi/
193 R: Dandan Bi <dandan.bi@intel.com>
194 R: Liming Gao <liming.gao@intel.com>
195
196 MdeModulePkg: ACPI S3 modules
197 F: MdeModulePkg/*LockBox*/
198 F: MdeModulePkg/Include/*BootScript*.h
199 F: MdeModulePkg/Include/*LockBox*.h
200 F: MdeModulePkg/Include/*S3*.h
201 F: MdeModulePkg/Library/*S3*/
202 R: Hao A Wu <hao.a.wu@intel.com>
203 R: Eric Dong <eric.dong@intel.com>
204
205 MdeModulePkg: BDS modules
206 F: MdeModulePkg/*BootManager*/
207 F: MdeModulePkg/Include/Library/UefiBootManagerLib.h
208 F: MdeModulePkg/Universal/BdsDxe/
209 F: MdeModulePkg/Universal/DevicePathDxe/
210 F: MdeModulePkg/Universal/DriverHealthManagerDxe/
211 F: MdeModulePkg/Universal/LoadFileOnFv2/
212 F: MdeModulePkg/Universal/SecurityStubDxe/Defer3rdPartyImageLoad.*
213 R: Zhichao Gao <zhichao.gao@intel.com>
214 R: Ray Ni <ray.ni@intel.com>
215
216 MdeModulePkg: Console and Graphics modules
217 F: MdeModulePkg/*Logo*/
218 F: MdeModulePkg/Include/*Logo*.h
219 F: MdeModulePkg/Include/Guid/ConnectConInEvent.h
220 F: MdeModulePkg/Include/Guid/Console*.h
221 F: MdeModulePkg/Include/Guid/StandardErrorDevice.h
222 F: MdeModulePkg/Include/Guid/TtyTerm.h
223 F: MdeModulePkg/Include/Library/BmpSupportLib.h
224 F: MdeModulePkg/Include/Library/FrameBufferBltLib.h
225 F: MdeModulePkg/Library/BaseBmpSupportLib/
226 F: MdeModulePkg/Library/FrameBufferBltLib/
227 F: MdeModulePkg/Universal/Console/
228 R: Zhichao Gao <zhichao.gao@intel.com>
229 R: Ray Ni <ray.ni@intel.com>
230
231 MdeModulePkg: Core services (PEI, DXE and Runtime) modules
232 F: MdeModulePkg/*Mem*/
233 F: MdeModulePkg/*SectionExtract*/
234 F: MdeModulePkg/*StatusCode*/
235 F: MdeModulePkg/Application/DumpDynPcd/
236 F: MdeModulePkg/Core/Dxe/
237 F: MdeModulePkg/Core/DxeIplPeim/
238 F: MdeModulePkg/Core/Pei/
239 F: MdeModulePkg/Core/RuntimeDxe/
240 F: MdeModulePkg/Include/*Mem*.h
241 F: MdeModulePkg/Include/*Pcd*.h
242 F: MdeModulePkg/Include/*Perf*.h
243 F: MdeModulePkg/Include/*StatusCode*.h
244 F: MdeModulePkg/Include/Guid/Crc32GuidedSectionExtraction.h
245 F: MdeModulePkg/Include/Guid/EventExitBootServiceFailed.h
246 F: MdeModulePkg/Include/Guid/IdleLoopEvent.h
247 F: MdeModulePkg/Include/Guid/LoadModuleAtFixedAddress.h
248 F: MdeModulePkg/Include/Guid/LzmaDecompress.h
249 F: MdeModulePkg/Include/Library/SecurityManagementLib.h
250 F: MdeModulePkg/Library/*Decompress*/
251 F: MdeModulePkg/Library/*Perf*/
252 F: MdeModulePkg/Library/DxeSecurityManagementLib/
253 F: MdeModulePkg/Universal/PCD/
254 F: MdeModulePkg/Universal/PlatformDriOverrideDxe/
255 F: MdeModulePkg/Universal/SecurityStubDxe/SecurityStub.c
256 R: Dandan Bi <dandan.bi@intel.com>
257 R: Liming Gao <liming.gao@intel.com>
258
259 MdeModulePkg: Device and Peripheral modules
260 F: MdeModulePkg/*PciHostBridge*/
261 F: MdeModulePkg/*Serial*/
262 F: MdeModulePkg/Bus/
263 F: MdeModulePkg/Include/*Ata*.h
264 F: MdeModulePkg/Include/*IoMmu*.h
265 F: MdeModulePkg/Include/*NonDiscoverableDevice*.h
266 F: MdeModulePkg/Include/*NvmExpress*.h
267 F: MdeModulePkg/Include/*SdMmc*.h
268 F: MdeModulePkg/Include/*SerialPort*.h
269 F: MdeModulePkg/Include/*Ufs*.h
270 F: MdeModulePkg/Include/*Usb*.h
271 F: MdeModulePkg/Include/Guid/RecoveryDevice.h
272 F: MdeModulePkg/Include/Guid/S3StorageDeviceInitList.h
273 F: MdeModulePkg/Include/Library/PciHostBridgeLib.h
274 F: MdeModulePkg/Include/Ppi/StorageSecurityCommand.h
275 F: MdeModulePkg/Include/Protocol/Ps2Policy.h
276 F: MdeModulePkg/Library/NonDiscoverableDeviceRegistrationLib/
277 F: MdeModulePkg/Universal/Disk/
278 F: MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/
279 R: Hao A Wu <hao.a.wu@intel.com>
280 R: Ray Ni <ray.ni@intel.com>
281
282 MdeModulePkg: Firmware Update modules
283 F: MdeModulePkg/*Capsule*/
284 F: MdeModulePkg/Include/*Capsule*.h
285 F: MdeModulePkg/Include/Library/DisplayUpdateProgressLib.h
286 F: MdeModulePkg/Include/Library/FmpAuthenticationLib.h
287 F: MdeModulePkg/Include/Protocol/EsrtManagement.h
288 F: MdeModulePkg/Include/Protocol/FirmwareManagementProgress.h
289 F: MdeModulePkg/Library/DisplayUpdateProgressLib*/
290 F: MdeModulePkg/Library/FmpAuthenticationLibNull/
291 F: MdeModulePkg/Universal/Esrt*/
292 R: Hao A Wu <hao.a.wu@intel.com>
293 R: Liming Gao <liming.gao@intel.com>
294
295 MdeModulePkg: HII and UI modules
296 F: MdeModulePkg/*FileExplorer*/
297 F: MdeModulePkg/*Hii*/
298 F: MdeModulePkg/*Ui*/
299 F: MdeModulePkg/Application/BootManagerMenuApp/
300 F: MdeModulePkg/Include/*FileExplorer*.h
301 F: MdeModulePkg/Include/*FormBrowser*.h
302 F: MdeModulePkg/Include/*Hii*.h
303 F: MdeModulePkg/Include/Library/CustomizedDisplayLib.h
304 F: MdeModulePkg/Include/Protocol/DisplayProtocol.h
305 F: MdeModulePkg/Library/CustomizedDisplayLib/
306 F: MdeModulePkg/Universal/DisplayEngineDxe/
307 F: MdeModulePkg/Universal/DriverSampleDxe/
308 F: MdeModulePkg/Universal/SetupBrowserDxe/
309 R: Dandan Bi <dandan.bi@intel.com>
310 R: Eric Dong <eric.dong@intel.com>
311
312 MdeModulePkg: Management Mode (MM, SMM) modules
313 F: MdeModulePkg/*Smi*/
314 F: MdeModulePkg/*Smm*/
315 F: MdeModulePkg/Include/*Smi*.h
316 F: MdeModulePkg/Include/*Smm*.h
317 R: Eric Dong <eric.dong@intel.com>
318 R: Ray Ni <ray.ni@intel.com>
319
320 MdeModulePkg: Reset modules
321 F: MdeModulePkg/*Reset*/
322 F: MdeModulePkg/Include/*Reset*.h
323 R: Zhichao Gao <zhichao.gao@intel.com>
324 R: Ray Ni <ray.ni@intel.com>
325
326 MdeModulePkg: SMBIOS modules
327 F: MdeModulePkg/Universal/Smbios*/
328 R: Dandan Bi <dandan.bi@intel.com>
329 R: Star Zeng <star.zeng@intel.com>
330
331 MdeModulePkg: UEFI Variable modules
332 F: MdeModulePkg/*Var*/
333 F: MdeModulePkg/Include/*/*FaultTolerantWrite*.h
334 F: MdeModulePkg/Include/*/*Var*.h
335 F: MdeModulePkg/Include/Guid/SystemNvDataGuid.h
336 F: MdeModulePkg/Include/Protocol/SwapAddressRange.h
337 F: MdeModulePkg/Universal/FaultTolerantWrite*/
338 R: Hao A Wu <hao.a.wu@intel.com>
339 R: Liming Gao <liming.gao@intel.com>
340
341 MdePkg
342 F: MdePkg/
343 W: https://github.com/tianocore/tianocore.github.io/wiki/MdePkg
344 M: Michael D Kinney <michael.d.kinney@intel.com>
345 M: Liming Gao <liming.gao@intel.com>
346
347 NetworkPkg
348 F: NetworkPkg/
349 W: https://github.com/tianocore/tianocore.github.io/wiki/NetworkPkg
350 M: Siyuan Fu <siyuan.fu@intel.com>
351 M: Jiaxin Wu <jiaxin.wu@intel.com>
352
353 OvmfPkg
354 F: OvmfPkg/
355 W: http://www.tianocore.org/ovmf/
356 M: Jordan Justen <jordan.l.justen@intel.com>
357 M: Laszlo Ersek <lersek@redhat.com>
358 M: Ard Biesheuvel <ard.biesheuvel@linaro.org>
359 S: Maintained
360
361 OvmfPkg: Xen-related modules
362 F: OvmfPkg/AcpiPlatformDxe/Xen.c
363 F: OvmfPkg/Include/Guid/XenBusRootDevice.h
364 F: OvmfPkg/Include/Guid/XenInfo.h
365 F: OvmfPkg/Include/IndustryStandard/Xen/
366 F: OvmfPkg/Include/Library/XenHypercallLib.h
367 F: OvmfPkg/Include/Library/XenIoMmioLib.h
368 F: OvmfPkg/Include/Protocol/XenBus.h
369 F: OvmfPkg/Include/Protocol/XenIo.h
370 F: OvmfPkg/Library/PciHostBridgeLib/XenSupport.c
371 F: OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c
372 F: OvmfPkg/Library/XenConsoleSerialPortLib/
373 F: OvmfPkg/Library/XenHypercallLib/
374 F: OvmfPkg/Library/XenIoMmioLib/
375 F: OvmfPkg/PlatformPei/MemDetect.c
376 F: OvmfPkg/PlatformPei/Platform.*
377 F: OvmfPkg/PlatformPei/Xen.*
378 F: OvmfPkg/SmbiosPlatformDxe/*Xen.c
379 F: OvmfPkg/XenBusDxe/
380 F: OvmfPkg/XenIoPciDxe/
381 F: OvmfPkg/XenPvBlkDxe/
382 R: Anthony Perard <anthony.perard@citrix.com>
383 R: Julien Grall <julien.grall@arm.com>
384
385 OvmfPkg: TCG- and TPM2-related modules
386 F: OvmfPkg/Include/IndustryStandard/QemuTpm.h
387 F: OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c
388 F: OvmfPkg/Library/Tcg2PhysicalPresenceLib*/
389 F: OvmfPkg/PlatformPei/ClearCache.c
390 F: OvmfPkg/Tcg/
391 R: Marc-André Lureau <marcandre.lureau@redhat.com>
392 R: Stefan Berger <stefanb@linux.ibm.com>
393
394 OvmfPkg: CSM modules
395 F: OvmfPkg/Csm/
396 R: David Woodhouse <dwmw2@infradead.org>
397
398 PcAtChipsetPkg
399 F: PcAtChipsetPkg/
400 W: https://github.com/tianocore/tianocore.github.io/wiki/PcAtChipsetPkg
401 M: Ray Ni <ray.ni@intel.com>
402
403 SecurityPkg
404 F: SecurityPkg/
405 W: https://github.com/tianocore/tianocore.github.io/wiki/SecurityPkg
406 M: Jiewen Yao <jiewen.yao@intel.com>
407 M: Jian Wang <jian.j.wang@intel.com>
408 R: Chao Zhang <chao.b.zhang@intel.com>
409
410 ShellPkg
411 F: ShellPkg/
412 W: https://github.com/tianocore/tianocore.github.io/wiki/ShellPkg
413 M: Jaben Carsey <jaben.carsey@intel.com>
414 M: Ray Ni <ray.ni@intel.com>
415 R: Zhichao Gao <zhichao.gao@intel.com>
416
417 Maintainers for stable Shell binaries generation
418 when need to publish Shell binaries with edk2 release:
419 M: Jaben Carsey <jaben.carsey@intel.com> (Ia32/X64)
420 M: Ray Ni <ray.ni@intel.com> (Ia32/X64)
421 M: Leif Lindholm <leif.lindholm@linaro.org> (ARM/AArch64)
422 M: Ard Biesheuvel <ard.biesheuvel@linaro.org> (ARM/AArch64)
423
424 SignedCapsulePkg
425 F: SignedCapsulePkg/
426 W: https://github.com/tianocore/tianocore.github.io/wiki/SignedCapsulePkg
427 M: Jiewen Yao <jiewen.yao@intel.com>
428 M: Chao Zhang <chao.b.zhang@intel.com>
429
430 SourceLevelDebugPkg
431 F: SourceLevelDebugPkg/
432 W: https://github.com/tianocore/tianocore.github.io/wiki/SourceLevelDebugPkg
433 M: Hao A Wu <hao.a.wu@intel.com>
434
435 UefiCpuPkg
436 F: UefiCpuPkg/
437 W: https://github.com/tianocore/tianocore.github.io/wiki/UefiCpuPkg
438 M: Eric Dong <eric.dong@intel.com>
439 M: Ray Ni <ray.ni@intel.com>
440 R: Laszlo Ersek <lersek@redhat.com>
441
442 UefiPayloadPkg
443 F: UefiPayloadPkg/
444 W: https://github.com/tianocore/tianocore.github.io/wiki/UefiPayloadPkg
445 M: Maurice Ma <maurice.ma@intel.com>
446 M: Guo Dong <guo.dong@intel.com>
447 M: Benjamin You <benjamin.you@intel.com>
448 S: Maintained
449
450 StandaloneMmPkg
451 F: StandaloneMmPkg/
452 M: Achin Gupta <achin.gupta@arm.com>
453 M: Jiewen Yao <jiewen.yao@intel.com>
454 R: Supreeth Venkatesh <supreeth.venkatesh@arm.com>