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