VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/Maintainers.txt@ 85716

Last change on this file since 85716 was 80721, checked in by vboxsync, 6 years ago

Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643

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

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette