VirtualBox

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

Last change on this file since 81519 was 80721, checked in by vboxsync, 5 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: [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
85EDK II Architectures:
86---------------------
87ARM, AARCH64
88F: */AArch64/
89F: */Arm/
90M: Leif Lindholm <[email protected]>
91M: Ard Biesheuvel <[email protected]>
92
93EDK II Packages:
94----------------
95ArmPkg
96F: ArmPkg/
97W: https://github.com/tianocore/tianocore.github.io/wiki/ArmPkg
98M: Leif Lindholm <[email protected]>
99M: Ard Biesheuvel <[email protected]>
100
101ArmPlatformPkg
102F: ArmPlatformPkg/
103W: https://github.com/tianocore/tianocore.github.io/wiki/ArmPlatformPkg
104M: Leif Lindholm <[email protected]>
105M: Ard Biesheuvel <[email protected]>
106
107ArmVirtPkg
108F: ArmVirtPkg/
109W: https://github.com/tianocore/tianocore.github.io/wiki/ArmVirtPkg
110M: Laszlo Ersek <[email protected]>
111M: Ard Biesheuvel <[email protected]>
112R: Leif Lindholm <[email protected]>
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 <[email protected]>
123
124BaseTools
125F: BaseTools/
126W: https://github.com/tianocore/tianocore.github.io/wiki/BaseTools
127M: Bob Feng <[email protected]>
128M: Liming Gao <[email protected]>
129
130CryptoPkg
131F: CryptoPkg/
132W: https://github.com/tianocore/tianocore.github.io/wiki/CryptoPkg
133M: Jian Wang <[email protected]>
134R: Ting Ye <[email protected]>
135
136DynamicTablesPkg
137F: DynamicTablesPkg/
138W: https://github.com/tianocore/tianocore.github.io/wiki/DynamicTablesPkg
139M: Sami Mujawar <[email protected]>
140M: Alexei Fedorov <[email protected]>
141
142EmbeddedPkg
143F: EmbeddedPkg/
144W: https://github.com/tianocore/tianocore.github.io/wiki/EmbeddedPkg
145M: Leif Lindholm <[email protected]>
146M: Ard Biesheuvel <[email protected]>
147
148EmulatorPkg
149F: EmulatorPkg/
150W: https://github.com/tianocore/tianocore.github.io/wiki/EmulatorPkg
151M: Jordan Justen <[email protected]>
152M: Andrew Fish <[email protected]>
153M: Ray Ni <[email protected]>
154S: Maintained
155
156FatPkg
157F: FatPkg/
158W: https://github.com/tianocore/tianocore.github.io/wiki/Edk2-fat-driver
159M: Ray Ni <[email protected]>
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 <[email protected]>
167M: Michael D Kinney <[email protected]>
168
169IntelFsp2Pkg
170F: IntelFsp2Pkg/
171W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFsp2Pkg
172M: Chasel Chiu <[email protected]>
173R: Nate DeSimone <[email protected]>
174R: Star Zeng <[email protected]>
175
176IntelFsp2WrapperPkg
177F: IntelFsp2WrapperPkg/
178W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFsp2WrapperPkg
179M: Chasel Chiu <[email protected]>
180R: Nate DeSimone <[email protected]>
181R: Star Zeng <[email protected]>
182
183MdeModulePkg
184F: MdeModulePkg/
185W: https://github.com/tianocore/tianocore.github.io/wiki/MdeModulePkg
186M: Jian J Wang <[email protected]>
187M: Hao A Wu <[email protected]>
188
189MdeModulePkg: ACPI modules
190F: MdeModulePkg/Include/*Acpi*.h
191F: MdeModulePkg/Universal/Acpi/
192R: Dandan Bi <[email protected]>
193R: Liming Gao <[email protected]>
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 <[email protected]>
202R: Eric Dong <[email protected]>
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 <[email protected]>
213R: Ray Ni <[email protected]>
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 <[email protected]>
228R: Ray Ni <[email protected]>
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 <[email protected]>
256R: Liming Gao <[email protected]>
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 <[email protected]>
279R: Ray Ni <[email protected]>
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 <[email protected]>
292R: Liming Gao <[email protected]>
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 <[email protected]>
309R: Eric Dong <[email protected]>
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 <[email protected]>
317R: Ray Ni <[email protected]>
318
319MdeModulePkg: Reset modules
320F: MdeModulePkg/*Reset*/
321F: MdeModulePkg/Include/*Reset*.h
322R: Zhichao Gao <[email protected]>
323R: Ray Ni <[email protected]>
324
325MdeModulePkg: SMBIOS modules
326F: MdeModulePkg/Universal/Smbios*/
327R: Dandan Bi <[email protected]>
328R: Star Zeng <[email protected]>
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 <[email protected]>
338R: Liming Gao <[email protected]>
339
340MdePkg
341F: MdePkg/
342W: https://github.com/tianocore/tianocore.github.io/wiki/MdePkg
343M: Michael D Kinney <[email protected]>
344M: Liming Gao <[email protected]>
345
346NetworkPkg
347F: NetworkPkg/
348W: https://github.com/tianocore/tianocore.github.io/wiki/NetworkPkg
349M: Siyuan Fu <[email protected]>
350M: Jiaxin Wu <[email protected]>
351
352OvmfPkg
353F: OvmfPkg/
354W: http://www.tianocore.org/ovmf/
355M: Jordan Justen <[email protected]>
356M: Laszlo Ersek <[email protected]>
357M: Ard Biesheuvel <[email protected]>
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 <[email protected]>
391R: Julien Grall <[email protected]>
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 <[email protected]>
400R: Stefan Berger <[email protected]>
401
402OvmfPkg: CSM modules
403F: OvmfPkg/Csm/
404R: David Woodhouse <[email protected]>
405
406PcAtChipsetPkg
407F: PcAtChipsetPkg/
408W: https://github.com/tianocore/tianocore.github.io/wiki/PcAtChipsetPkg
409M: Ray Ni <[email protected]>
410
411SecurityPkg
412F: SecurityPkg/
413W: https://github.com/tianocore/tianocore.github.io/wiki/SecurityPkg
414M: Jiewen Yao <[email protected]>
415M: Jian Wang <[email protected]>
416R: Chao Zhang <[email protected]>
417
418ShellPkg
419F: ShellPkg/
420W: https://github.com/tianocore/tianocore.github.io/wiki/ShellPkg
421M: Jaben Carsey <[email protected]>
422M: Ray Ni <[email protected]>
423R: Zhichao Gao <[email protected]>
424
425Maintainers for stable Shell binaries generation
426when need to publish Shell binaries with edk2 release:
427M: Jaben Carsey <[email protected]> (Ia32/X64)
428M: Ray Ni <[email protected]> (Ia32/X64)
429M: Leif Lindholm <[email protected]> (ARM/AArch64)
430M: Ard Biesheuvel <[email protected]> (ARM/AArch64)
431
432SignedCapsulePkg
433F: SignedCapsulePkg/
434W: https://github.com/tianocore/tianocore.github.io/wiki/SignedCapsulePkg
435M: Jiewen Yao <[email protected]>
436M: Chao Zhang <[email protected]>
437
438SourceLevelDebugPkg
439F: SourceLevelDebugPkg/
440W: https://github.com/tianocore/tianocore.github.io/wiki/SourceLevelDebugPkg
441M: Hao A Wu <[email protected]>
442
443UefiCpuPkg
444F: UefiCpuPkg/
445W: https://github.com/tianocore/tianocore.github.io/wiki/UefiCpuPkg
446M: Eric Dong <[email protected]>
447M: Ray Ni <[email protected]>
448R: Laszlo Ersek <[email protected]>
449
450UefiPayloadPkg
451F: UefiPayloadPkg/
452W: https://github.com/tianocore/tianocore.github.io/wiki/UefiPayloadPkg
453M: Maurice Ma <[email protected]>
454M: Guo Dong <[email protected]>
455M: Benjamin You <[email protected]>
456S: Maintained
457
458StandaloneMmPkg
459F: StandaloneMmPkg/
460M: Achin Gupta <[email protected]>
461M: Jiewen Yao <[email protected]>
462R: 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