VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/Maintainers.txt@ 85788

Last change on this file since 85788 was 85718, checked in by vboxsync, 4 years ago

Devices/EFI: Merge edk-stable202005 and make it build, bugref:4643

  • Property svn:eol-style set to native
File size: 16.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: [email protected]
65F: *
66F: */
67
68Tianocore Stewards
69------------------
70F: *
71M: Andrew Fish <[email protected]>
72M: Laszlo Ersek <[email protected]>
73M: Leif Lindholm <[email protected]>
74M: Michael D Kinney <[email protected]>
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 <[email protected]>
84
85UEFI Shell Binaries (ShellBinPkg.zip) from EDK II Releases:
86-----------------------------------------------------------
87W: https://github.com/tianocore/edk2/releases/
88M: Ray Ni <[email protected]> (Ia32/X64)
89M: Zhichao Gao <[email protected]> (Ia32/X64)
90M: Leif Lindholm <[email protected]> (ARM/AArch64)
91M: Ard Biesheuvel <[email protected]> (ARM/AArch64)
92
93EDK II Architectures:
94---------------------
95ARM, AARCH64
96F: */AArch64/
97F: */Arm/
98M: Leif Lindholm <[email protected]>
99M: Ard Biesheuvel <[email protected]>
100
101EDK II Continuous Integration:
102------------------------------
103.azurepipelines/
104F: .azurepipelines/
105M: Sean Brogan <[email protected]>
106M: Bret Barkelew <[email protected]>
107R: Michael D Kinney <[email protected]>
108R: Liming Gao <[email protected]>
109
110.mergify/
111F: .mergify/
112M: Michael D Kinney <[email protected]>
113M: Liming Gao <[email protected]>
114R: Sean Brogan <[email protected]>
115R: Bret Barkelew <[email protected]>
116
117.pytool/
118F: .pytool/
119M: Sean Brogan <[email protected]>
120M: Bret Barkelew <[email protected]>
121R: Michael D Kinney <[email protected]>
122R: Liming Gao <[email protected]>
123
124EDK II Packages:
125----------------
126ArmPkg
127F: ArmPkg/
128W: https://github.com/tianocore/tianocore.github.io/wiki/ArmPkg
129M: Leif Lindholm <[email protected]>
130M: Ard Biesheuvel <[email protected]>
131
132ArmPlatformPkg
133F: ArmPlatformPkg/
134W: https://github.com/tianocore/tianocore.github.io/wiki/ArmPlatformPkg
135M: Leif Lindholm <[email protected]>
136M: Ard Biesheuvel <[email protected]>
137
138ArmVirtPkg
139F: ArmVirtPkg/
140W: https://github.com/tianocore/tianocore.github.io/wiki/ArmVirtPkg
141M: Laszlo Ersek <[email protected]>
142M: Ard Biesheuvel <[email protected]>
143R: Leif Lindholm <[email protected]>
144
145ArmVirtPkg: modules used on Xen
146F: ArmVirtPkg/ArmVirtXen.*
147F: ArmVirtPkg/Library/XenArmGenericTimerVirtCounterLib/
148F: ArmVirtPkg/Library/XenVirtMemInfoLib/
149F: ArmVirtPkg/PrePi/
150F: ArmVirtPkg/XenAcpiPlatformDxe/
151F: ArmVirtPkg/XenPlatformHasAcpiDtDxe/
152F: ArmVirtPkg/XenioFdtDxe/
153R: Julien Grall <[email protected]>
154
155BaseTools
156F: BaseTools/
157W: https://github.com/tianocore/tianocore.github.io/wiki/BaseTools
158M: Bob Feng <[email protected]>
159M: Liming Gao <[email protected]>
160
161CryptoPkg
162F: CryptoPkg/
163W: https://github.com/tianocore/tianocore.github.io/wiki/CryptoPkg
164M: Jian J Wang <[email protected]>
165R: Xiaoyu Lu <[email protected]>
166
167DynamicTablesPkg
168F: DynamicTablesPkg/
169W: https://github.com/tianocore/tianocore.github.io/wiki/DynamicTablesPkg
170M: Sami Mujawar <[email protected]>
171M: Alexei Fedorov <[email protected]>
172
173EmbeddedPkg
174F: EmbeddedPkg/
175W: https://github.com/tianocore/tianocore.github.io/wiki/EmbeddedPkg
176M: Leif Lindholm <[email protected]>
177M: Ard Biesheuvel <[email protected]>
178
179EmulatorPkg
180F: EmulatorPkg/
181W: https://github.com/tianocore/tianocore.github.io/wiki/EmulatorPkg
182M: Jordan Justen <[email protected]>
183M: Andrew Fish <[email protected]>
184M: Ray Ni <[email protected]>
185S: Maintained
186
187FatPkg
188F: FatPkg/
189W: https://github.com/tianocore/tianocore.github.io/wiki/Edk2-fat-driver
190M: Ray Ni <[email protected]>
191T: svn - https://svn.code.sf.net/p/edk2-fatdriver2/code/trunk/EnhancedFat
192T: git - https://github.com/tianocore/edk2-FatPkg.git
193
194FmpDevicePkg
195F: FmpDevicePkg/
196W: https://github.com/tianocore/tianocore.github.io/wiki/FmpDevicePkg
197M: Liming Gao <[email protected]>
198M: Michael D Kinney <[email protected]>
199
200IntelFsp2Pkg
201F: IntelFsp2Pkg/
202W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFsp2Pkg
203M: Chasel Chiu <[email protected]>
204R: Nate DeSimone <[email protected]>
205R: Star Zeng <[email protected]>
206
207IntelFsp2WrapperPkg
208F: IntelFsp2WrapperPkg/
209W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFsp2WrapperPkg
210M: Chasel Chiu <[email protected]>
211R: Nate DeSimone <[email protected]>
212R: Star Zeng <[email protected]>
213
214MdeModulePkg
215F: MdeModulePkg/
216W: https://github.com/tianocore/tianocore.github.io/wiki/MdeModulePkg
217M: Jian J Wang <[email protected]>
218M: Hao A Wu <[email protected]>
219
220MdeModulePkg: ACPI modules
221F: MdeModulePkg/Include/*Acpi*.h
222F: MdeModulePkg/Universal/Acpi/
223R: Dandan Bi <[email protected]>
224R: Liming Gao <[email protected]>
225
226MdeModulePkg: ACPI S3 modules
227F: MdeModulePkg/*LockBox*/
228F: MdeModulePkg/Include/*BootScript*.h
229F: MdeModulePkg/Include/*LockBox*.h
230F: MdeModulePkg/Include/*S3*.h
231F: MdeModulePkg/Library/*S3*/
232R: Hao A Wu <[email protected]>
233R: Eric Dong <[email protected]>
234
235MdeModulePkg: BDS modules
236F: MdeModulePkg/*BootManager*/
237F: MdeModulePkg/Include/Library/UefiBootManagerLib.h
238F: MdeModulePkg/Universal/BdsDxe/
239F: MdeModulePkg/Universal/DevicePathDxe/
240F: MdeModulePkg/Universal/DriverHealthManagerDxe/
241F: MdeModulePkg/Universal/LoadFileOnFv2/
242F: MdeModulePkg/Universal/SecurityStubDxe/Defer3rdPartyImageLoad.*
243R: Zhichao Gao <[email protected]>
244R: Ray Ni <[email protected]>
245
246MdeModulePkg: Console and Graphics modules
247F: MdeModulePkg/*Logo*/
248F: MdeModulePkg/Include/*Logo*.h
249F: MdeModulePkg/Include/Guid/ConnectConInEvent.h
250F: MdeModulePkg/Include/Guid/Console*.h
251F: MdeModulePkg/Include/Guid/StandardErrorDevice.h
252F: MdeModulePkg/Include/Guid/TtyTerm.h
253F: MdeModulePkg/Include/Library/BmpSupportLib.h
254F: MdeModulePkg/Include/Library/FrameBufferBltLib.h
255F: MdeModulePkg/Library/BaseBmpSupportLib/
256F: MdeModulePkg/Library/FrameBufferBltLib/
257F: MdeModulePkg/Universal/Console/
258R: Zhichao Gao <[email protected]>
259R: Ray Ni <[email protected]>
260
261MdeModulePkg: Core services (PEI, DXE and Runtime) modules
262F: MdeModulePkg/*Mem*/
263F: MdeModulePkg/*SectionExtract*/
264F: MdeModulePkg/*StatusCode*/
265F: MdeModulePkg/Application/DumpDynPcd/
266F: MdeModulePkg/Core/Dxe/
267F: MdeModulePkg/Core/DxeIplPeim/
268F: MdeModulePkg/Core/Pei/
269F: MdeModulePkg/Core/RuntimeDxe/
270F: MdeModulePkg/Include/*Mem*.h
271F: MdeModulePkg/Include/*Pcd*.h
272F: MdeModulePkg/Include/*Perf*.h
273F: MdeModulePkg/Include/*StatusCode*.h
274F: MdeModulePkg/Include/Guid/Crc32GuidedSectionExtraction.h
275F: MdeModulePkg/Include/Guid/EventExitBootServiceFailed.h
276F: MdeModulePkg/Include/Guid/IdleLoopEvent.h
277F: MdeModulePkg/Include/Guid/LoadModuleAtFixedAddress.h
278F: MdeModulePkg/Include/Guid/LzmaDecompress.h
279F: MdeModulePkg/Include/Library/SecurityManagementLib.h
280F: MdeModulePkg/Library/*Decompress*/
281F: MdeModulePkg/Library/*Perf*/
282F: MdeModulePkg/Library/DxeSecurityManagementLib/
283F: MdeModulePkg/Universal/PCD/
284F: MdeModulePkg/Universal/PlatformDriOverrideDxe/
285F: MdeModulePkg/Universal/SecurityStubDxe/SecurityStub.c
286R: Dandan Bi <[email protected]>
287R: Liming Gao <[email protected]>
288
289MdeModulePkg: Device and Peripheral modules
290F: MdeModulePkg/*PciHostBridge*/
291F: MdeModulePkg/*Serial*/
292F: MdeModulePkg/Bus/
293F: MdeModulePkg/Include/*Ata*.h
294F: MdeModulePkg/Include/*IoMmu*.h
295F: MdeModulePkg/Include/*NonDiscoverableDevice*.h
296F: MdeModulePkg/Include/*NvmExpress*.h
297F: MdeModulePkg/Include/*SdMmc*.h
298F: MdeModulePkg/Include/*SerialPort*.h
299F: MdeModulePkg/Include/*Ufs*.h
300F: MdeModulePkg/Include/*Usb*.h
301F: MdeModulePkg/Include/Guid/RecoveryDevice.h
302F: MdeModulePkg/Include/Guid/S3StorageDeviceInitList.h
303F: MdeModulePkg/Include/Library/PciHostBridgeLib.h
304F: MdeModulePkg/Include/Ppi/StorageSecurityCommand.h
305F: MdeModulePkg/Include/Protocol/Ps2Policy.h
306F: MdeModulePkg/Library/NonDiscoverableDeviceRegistrationLib/
307F: MdeModulePkg/Universal/Disk/
308F: MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/
309R: Hao A Wu <[email protected]>
310R: Ray Ni <[email protected]>
311
312MdeModulePkg: Firmware Update modules
313F: MdeModulePkg/*Capsule*/
314F: MdeModulePkg/Include/*Capsule*.h
315F: MdeModulePkg/Include/Library/DisplayUpdateProgressLib.h
316F: MdeModulePkg/Include/Library/FmpAuthenticationLib.h
317F: MdeModulePkg/Include/Protocol/EsrtManagement.h
318F: MdeModulePkg/Include/Protocol/FirmwareManagementProgress.h
319F: MdeModulePkg/Library/DisplayUpdateProgressLib*/
320F: MdeModulePkg/Library/FmpAuthenticationLibNull/
321F: MdeModulePkg/Universal/Esrt*/
322R: Hao A Wu <[email protected]>
323R: Liming Gao <[email protected]>
324
325MdeModulePkg: HII and UI modules
326F: MdeModulePkg/*FileExplorer*/
327F: MdeModulePkg/*Hii*/
328F: MdeModulePkg/*Ui*/
329F: MdeModulePkg/Application/BootManagerMenuApp/
330F: MdeModulePkg/Include/*FileExplorer*.h
331F: MdeModulePkg/Include/*FormBrowser*.h
332F: MdeModulePkg/Include/*Hii*.h
333F: MdeModulePkg/Include/Library/CustomizedDisplayLib.h
334F: MdeModulePkg/Include/Protocol/DisplayProtocol.h
335F: MdeModulePkg/Library/CustomizedDisplayLib/
336F: MdeModulePkg/Universal/DisplayEngineDxe/
337F: MdeModulePkg/Universal/DriverSampleDxe/
338F: MdeModulePkg/Universal/SetupBrowserDxe/
339R: Dandan Bi <[email protected]>
340R: Eric Dong <[email protected]>
341
342MdeModulePkg: Management Mode (MM, SMM) modules
343F: MdeModulePkg/*Smi*/
344F: MdeModulePkg/*Smm*/
345F: MdeModulePkg/Include/*Smi*.h
346F: MdeModulePkg/Include/*Smm*.h
347R: Eric Dong <[email protected]>
348R: Ray Ni <[email protected]>
349
350MdeModulePkg: Reset modules
351F: MdeModulePkg/*Reset*/
352F: MdeModulePkg/Include/*Reset*.h
353R: Zhichao Gao <[email protected]>
354R: Ray Ni <[email protected]>
355
356MdeModulePkg: SMBIOS modules
357F: MdeModulePkg/Universal/Smbios*/
358R: Dandan Bi <[email protected]>
359R: Star Zeng <[email protected]>
360
361MdeModulePkg: UEFI Variable modules
362F: MdeModulePkg/*Var*/
363F: MdeModulePkg/Include/*/*FaultTolerantWrite*.h
364F: MdeModulePkg/Include/*/*Var*.h
365F: MdeModulePkg/Include/Guid/SystemNvDataGuid.h
366F: MdeModulePkg/Include/Protocol/SwapAddressRange.h
367F: MdeModulePkg/Universal/FaultTolerantWrite*/
368R: Hao A Wu <[email protected]>
369R: Liming Gao <[email protected]>
370
371MdePkg
372F: MdePkg/
373W: https://github.com/tianocore/tianocore.github.io/wiki/MdePkg
374M: Michael D Kinney <[email protected]>
375M: Liming Gao <[email protected]>
376
377NetworkPkg
378F: NetworkPkg/
379W: https://github.com/tianocore/tianocore.github.io/wiki/NetworkPkg
380M: Maciej Rabeda <[email protected]>
381R: Jiaxin Wu <[email protected]>
382R: Siyuan Fu <[email protected]>
383
384OvmfPkg
385F: OvmfPkg/
386W: http://www.tianocore.org/ovmf/
387M: Jordan Justen <[email protected]>
388M: Laszlo Ersek <[email protected]>
389M: Ard Biesheuvel <[email protected]>
390S: Maintained
391
392OvmfPkg: Xen-related modules
393F: OvmfPkg/AcpiPlatformDxe/Xen.c
394F: OvmfPkg/Include/Guid/XenBusRootDevice.h
395F: OvmfPkg/Include/Guid/XenInfo.h
396F: OvmfPkg/Include/IndustryStandard/Xen/
397F: OvmfPkg/Include/Library/XenHypercallLib.h
398F: OvmfPkg/Include/Library/XenIoMmioLib.h
399F: OvmfPkg/Include/Library/XenPlatformLib.h
400F: OvmfPkg/Include/Protocol/XenBus.h
401F: OvmfPkg/Include/Protocol/XenIo.h
402F: OvmfPkg/Library/PciHostBridgeLib/XenSupport.c
403F: OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c
404F: OvmfPkg/Library/XenConsoleSerialPortLib/
405F: OvmfPkg/Library/XenHypercallLib/
406F: OvmfPkg/Library/XenIoMmioLib/
407F: OvmfPkg/Library/XenPlatformLib/
408F: OvmfPkg/Library/XenRealTimeClockLib/
409F: OvmfPkg/OvmfXen.*
410F: OvmfPkg/OvmfXenElfHeaderGenerator.c
411F: OvmfPkg/PlatformPei/MemDetect.c
412F: OvmfPkg/PlatformPei/Platform.*
413F: OvmfPkg/PlatformPei/Xen.*
414F: OvmfPkg/SmbiosPlatformDxe/*Xen.c
415F: OvmfPkg/XenBusDxe/
416F: OvmfPkg/XenIoPciDxe/
417F: OvmfPkg/XenIoPvhDxe/
418F: OvmfPkg/XenPlatformPei/
419F: OvmfPkg/XenPvBlkDxe/
420F: OvmfPkg/XenResetVector/
421F: OvmfPkg/XenTimerDxe/
422R: Anthony Perard <[email protected]>
423R: Julien Grall <[email protected]>
424
425OvmfPkg: TCG- and TPM2-related modules
426F: OvmfPkg/Include/IndustryStandard/QemuTpm.h
427F: OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c
428F: OvmfPkg/Library/Tcg2PhysicalPresenceLib*/
429F: OvmfPkg/PlatformPei/ClearCache.c
430F: OvmfPkg/Tcg/
431R: Marc-André Lureau <[email protected]>
432R: Stefan Berger <[email protected]>
433
434OvmfPkg: CSM modules
435F: OvmfPkg/Csm/
436R: David Woodhouse <[email protected]>
437
438OvmfPkg: MptScsi and PVSCSI driver
439F: OvmfPkg/MptScsiDxe/
440F: OvmfPkg/PvScsiDxe/
441R: Liran Alon <[email protected]>
442R: Nikita Leshenko <[email protected]>
443
444PcAtChipsetPkg
445F: PcAtChipsetPkg/
446W: https://github.com/tianocore/tianocore.github.io/wiki/PcAtChipsetPkg
447M: Ray Ni <[email protected]>
448
449SecurityPkg
450F: SecurityPkg/
451W: https://github.com/tianocore/tianocore.github.io/wiki/SecurityPkg
452M: Jiewen Yao <[email protected]>
453M: Jian J Wang <[email protected]>
454R: Chao Zhang <[email protected]>
455
456ShellPkg
457F: ShellPkg/
458W: https://github.com/tianocore/tianocore.github.io/wiki/ShellPkg
459M: Ray Ni <[email protected]>
460M: Zhichao Gao <[email protected]>
461
462SignedCapsulePkg
463F: SignedCapsulePkg/
464W: https://github.com/tianocore/tianocore.github.io/wiki/SignedCapsulePkg
465M: Jiewen Yao <[email protected]>
466M: Chao Zhang <[email protected]>
467
468SourceLevelDebugPkg
469F: SourceLevelDebugPkg/
470W: https://github.com/tianocore/tianocore.github.io/wiki/SourceLevelDebugPkg
471M: Hao A Wu <[email protected]>
472
473UefiCpuPkg
474F: UefiCpuPkg/
475W: https://github.com/tianocore/tianocore.github.io/wiki/UefiCpuPkg
476M: Eric Dong <[email protected]>
477M: Ray Ni <[email protected]>
478R: Laszlo Ersek <[email protected]>
479
480UefiPayloadPkg
481F: UefiPayloadPkg/
482W: https://github.com/tianocore/tianocore.github.io/wiki/UefiPayloadPkg
483M: Maurice Ma <[email protected]>
484M: Guo Dong <[email protected]>
485M: Benjamin You <[email protected]>
486S: Maintained
487
488UnitTestFrameworkPkg
489F: UnitTestFrameworkPkg/
490M: Michael D Kinney <[email protected]>
491R: Sean Brogan <[email protected]>
492R: Bret Barkelew <[email protected]>
493S: Maintained
494
495StandaloneMmPkg
496F: StandaloneMmPkg/
497M: Ard Biesheuvel <[email protected]>
498M: Sami Mujawar <[email protected]>
499M: Jiewen Yao <[email protected]>
500R: Supreeth Venkatesh <[email protected]>
Note: See TracBrowser for help on using the repository browser.

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