VirtualBox

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

Last change on this file since 108802 was 108794, checked in by vboxsync, 3 weeks ago

Devices/EFI/FirmwareNew: Merge edk2-stable202502 from the vendor branch and make it build for the important platforms, bugref:4643

  • Property svn:eol-style set to native
File size: 23.8 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 Obsolete: Old code. Something tagged obsolete generally means
35 it has been replaced by a better system and you
36 should be using that.
37 F: Files and directories with wildcard patterns.
38 A trailing slash includes all files and subdirectory files.
39 F: MdeModulePkg/ all files in and below MdeModulePkg
40 F: MdeModulePkg/* all files in MdeModulePkg, but not below
41 F: */Pci/* all files in a directory called Pci, at any depth in
42 the hierarchy, but not below
43 One pattern per line. Multiple F: lines per section acceptable.
44 X: Files and directories that are NOT maintained, same rules as F:
45 Files exclusions are tested after file matches.
46 Can be useful for excluding a specific subdirectory, for instance:
47 F: NetworkPkg/
48 X: NetworkPkg/Ip6Dxe/
49 matches all files in and below NetworkPkg excluding NetworkPkg/Ip6Dxe/
50 Filenames not caught by any F: rule get matched as being located in the top-
51 level directory. (Internally, the script looks for a match called '<default>',
52 so please don't add a file called that in the top-level directory.)
53
54EDK II
55------
56W: http://www.tianocore.org/edk2/
57L: https://edk2.groups.io/g/devel/
58T: git - https://github.com/tianocore/edk2.git
59T: git (mirror) - https://bitbucket.org/tianocore/edk2.git
60
61All patches CC:d here
62L: [email protected]
63F: *
64F: */
65
66Tianocore Stewards
67------------------
68F: *
69M: Andrew Fish <[email protected]> [ajfish]
70M: Ard Biesheuvel <[email protected]> [ardbiesheuvel]
71M: Leif Lindholm <[email protected]> [leiflindholm]
72M: Michael D Kinney <[email protected]> [mdkinney]
73M: Michael Kubacki <[email protected]> [makubacki]
74
75Responsible Disclosure, Reporting Security Issues
76-------------------------------------------------
77W: https://github.com/tianocore/tianocore.github.io/wiki/Security
78
79EDK II Releases:
80----------------
81W: https://github.com/tianocore/tianocore.github.io/wiki/EDK-II-Release-Planning
82M: Liming Gao <[email protected]> [lgao4]
83
84EDK II Architectures:
85---------------------
86ARM, AARCH64
87F: */AArch64/
88F: */Arm/
89M: Leif Lindholm <[email protected]> [leiflindholm]
90M: Ard Biesheuvel <[email protected]> [ardbiesheuvel]
91M: Sami Mujawar <[email protected]> [samimujawar]
92
93RISCV64
94F: */RiscV64/
95M: Sunil V L <[email protected]> [vlsunil]
96R: Andrei Warkentin <[email protected]> [andreiw]
97
98LOONGARCH64
99F: */LoongArch64/
100M: Chao Li <[email protected]> [kilaterlee]
101M: Baoqi Zhang <[email protected]> [zhangbaoqi-ls]
102R: Dongyan Qian <[email protected]> [MarsDoge]
103R: Xiangdong Meng <[email protected]> [AydenMeng]
104
105EDK II Continuous Integration:
106------------------------------
107.azurepipelines/
108F: .azurepipelines/
109M: Sean Brogan <[email protected]> [spbrogan]
110M: Joey Vagedes <[email protected]> [javagedes]
111R: Michael D Kinney <[email protected]> [mdkinney]
112R: Liming Gao <[email protected]> [lgao4]
113
114.devcontainer/
115F: .devcontainer/
116M: Joey Vagedes <[email protected]> [javagedes]
117R: Chris Fernald <[email protected]> [cfernald]
118
119.github/
120F: .github/
121M: Sean Brogan <[email protected]> [spbrogan]
122M: Joey Vagedes <[email protected]> [javagedes]
123R: Michael D Kinney <[email protected]> [mdkinney]
124
125.mergify/
126F: .mergify/
127M: Michael D Kinney <[email protected]> [mdkinney]
128M: Liming Gao <[email protected]> [lgao4]
129R: Sean Brogan <[email protected]> [spbrogan]
130
131.pytool/
132F: .pytool/
133M: Sean Brogan <[email protected]> [spbrogan]
134M: Joey Vagedes <[email protected]> [javagedes]
135R: Michael D Kinney <[email protected]> [mdkinney]
136R: Liming Gao <[email protected]> [lgao4]
137
138EDK II Contributed Files:
139-------------------------
140VS Code PR Dashboard Notebook
141F: contrib/PullRequests.github-issues
142M: Michael Kubacki <[email protected]> [makubacki]
143
144EDK II Packages:
145----------------
146ArmPkg
147F: ArmPkg/
148W: https://github.com/tianocore/tianocore.github.io/wiki/ArmPkg
149M: Leif Lindholm <[email protected]> [leiflindholm]
150M: Ard Biesheuvel <[email protected]> [ardbiesheuvel]
151M: Sami Mujawar <[email protected]> [samimujawar]
152
153ArmPlatformPkg
154F: ArmPlatformPkg/
155W: https://github.com/tianocore/tianocore.github.io/wiki/ArmPlatformPkg
156M: Leif Lindholm <[email protected]> [leiflindholm]
157M: Ard Biesheuvel <[email protected]> [ardbiesheuvel]
158M: Sami Mujawar <[email protected]> [samimujawar]
159
160ArmVirtPkg
161F: ArmVirtPkg/
162W: https://github.com/tianocore/tianocore.github.io/wiki/ArmVirtPkg
163M: Ard Biesheuvel <[email protected]> [ardbiesheuvel]
164M: Sami Mujawar <[email protected]> [samimujawar]
165R: Leif Lindholm <[email protected]> [leiflindholm]
166R: Gerd Hoffmann <[email protected]> [kraxel]
167
168BaseTools
169F: BaseTools/
170W: https://github.com/tianocore/tianocore.github.io/wiki/BaseTools
171M: Rebecca Cran <[email protected]> [bexcran]
172M: Liming Gao <[email protected]> [lgao4]
173R: Bob Feng <[email protected]> [BobCF]
174R: Yuwei Chen <[email protected]> [YuweiChen1110]
175
176BaseTools: Plugins
177F: BaseTools/Plugin/
178M: Sean Brogan <[email protected]> [spbrogan]
179M: Joey Vagedes <[email protected]> [javagedes]
180R: Michael D Kinney <[email protected]> [mdkinney]
181R: Liming Gao <[email protected]> [lgao4]
182
183CryptoPkg
184F: CryptoPkg/
185W: https://github.com/tianocore/tianocore.github.io/wiki/CryptoPkg
186M: Jiewen Yao <[email protected]> [jyao1]
187M: Yi Li <[email protected]> [liyi77]
188
189DynamicTablesPkg
190F: DynamicTablesPkg/
191W: https://github.com/tianocore/tianocore.github.io/wiki/DynamicTablesPkg
192M: Sami Mujawar <[email protected]> [samimujawar]
193M: Pierre Gondois <[email protected]> [pierregondois]
194
195EmbeddedPkg
196F: EmbeddedPkg/
197W: https://github.com/tianocore/tianocore.github.io/wiki/EmbeddedPkg
198M: Leif Lindholm <[email protected]> [leiflindholm]
199M: Ard Biesheuvel <[email protected]> [ardbiesheuvel]
200M: Abner Chang <[email protected]> [changab]
201
202EmulatorPkg
203F: EmulatorPkg/
204W: https://github.com/tianocore/tianocore.github.io/wiki/EmulatorPkg
205M: Oliver Smith-Denny <[email protected]> [os-d]
206M: Andrew Fish <[email protected]> [ajfish]
207M: Michael Kubacki <[email protected]> [makubacki]
208M: Ray Ni <[email protected]> [niruiyu]
209S: Maintained
210
211EmulatorPkg: Redfish-related modules
212F: EmulatorPkg/*Redfish*
213M: Abner Chang <[email protected]> [changab]
214M: Nickle Wang <[email protected]> [nicklela]
215
216FatPkg
217F: FatPkg/
218W: https://github.com/tianocore/tianocore.github.io/wiki/Edk2-fat-driver
219M: Oliver Smith-Denny <[email protected]> [os-d]
220T: svn - https://svn.code.sf.net/p/edk2-fatdriver2/code/trunk/EnhancedFat
221T: git - https://github.com/tianocore/edk2-FatPkg.git
222
223FmpDevicePkg
224F: FmpDevicePkg/
225W: https://github.com/tianocore/tianocore.github.io/wiki/FmpDevicePkg
226M: Liming Gao <[email protected]> [lgao4]
227M: Michael D Kinney <[email protected]> [mdkinney]
228R: Wei6 Xu <[email protected]> [xuweiintel]
229
230IntelFsp2Pkg
231F: IntelFsp2Pkg/
232W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFsp2Pkg
233M: Chasel Chiu <[email protected]> [ChaselChiu]
234M: Nate DeSimone <[email protected]> [nate-desimone]
235M: Duggapu Chinni B <[email protected]> [cbduggap]
236R: Star Zeng <[email protected]> [lzeng14]
237R: Ted Kuo <[email protected]> [tedkuo1]
238R: Ashraf Ali S <[email protected]> [AshrafAliS]
239
240IntelFsp2WrapperPkg
241F: IntelFsp2WrapperPkg/
242W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFsp2WrapperPkg
243M: Chasel Chiu <[email protected]> [ChaselChiu]
244M: Nate DeSimone <[email protected]> [nate-desimone]
245M: Duggapu Chinni B <[email protected]> [cbduggap]
246R: Star Zeng <[email protected]> [lzeng14]
247R: Ted Kuo <[email protected]> [tedkuo1]
248R: Ashraf Ali S <[email protected]> [AshrafAliS]
249
250MdeModulePkg
251F: MdeModulePkg/
252W: https://github.com/tianocore/tianocore.github.io/wiki/MdeModulePkg
253M: Liming Gao <[email protected]> [lgao4]
254
255MdeModulePkg: ACPI modules
256F: MdeModulePkg/Include/*Acpi*.h
257F: MdeModulePkg/Universal/Acpi/
258R: Zhiguang Liu <[email protected]> [LiuZhiguang001]
259R: Dandan Bi <[email protected]> [dandanbi]
260R: Liming Gao <[email protected]> [lgao4]
261
262MdeModulePkg: BDS modules
263F: MdeModulePkg/*BootManager*/
264F: MdeModulePkg/Include/Library/UefiBootManagerLib.h
265F: MdeModulePkg/Universal/BdsDxe/
266F: MdeModulePkg/Universal/DevicePathDxe/
267F: MdeModulePkg/Universal/DriverHealthManagerDxe/
268F: MdeModulePkg/Universal/LoadFileOnFv2/
269F: MdeModulePkg/Universal/SecurityStubDxe/Defer3rdPartyImageLoad.*
270R: Ray Ni <[email protected]> [niruiyu]
271
272MdeModulePkg: Core services (PEI, DXE and Runtime) modules
273F: MdeModulePkg/*Mem*/
274F: MdeModulePkg/*SectionExtract*/
275F: MdeModulePkg/*StatusCode*/
276F: MdeModulePkg/Application/DumpDynPcd/
277F: MdeModulePkg/Core/Dxe/
278F: MdeModulePkg/Core/DxeIplPeim/
279F: MdeModulePkg/Core/RuntimeDxe/
280F: MdeModulePkg/Include/*Mem*.h
281F: MdeModulePkg/Include/*Pcd*.h
282F: MdeModulePkg/Include/*Perf*.h
283F: MdeModulePkg/Include/*StatusCode*.h
284F: MdeModulePkg/Include/Guid/Crc32GuidedSectionExtraction.h
285F: MdeModulePkg/Include/Guid/EventExitBootServiceFailed.h
286F: MdeModulePkg/Include/Guid/IdleLoopEvent.h
287F: MdeModulePkg/Include/Guid/LoadModuleAtFixedAddress.h
288F: MdeModulePkg/Include/Guid/LzmaDecompress.h
289F: MdeModulePkg/Include/Library/SecurityManagementLib.h
290F: MdeModulePkg/Library/*Decompress*/
291F: MdeModulePkg/Library/*Perf*/
292F: MdeModulePkg/Library/DxeSecurityManagementLib/
293F: MdeModulePkg/Universal/PCD/
294F: MdeModulePkg/Universal/PlatformDriOverrideDxe/
295F: MdeModulePkg/Universal/SecurityStubDxe/SecurityStub.c
296R: Liming Gao <[email protected]> [lgao4]
297
298MdeModulePkg: Device and Peripheral modules
299F: MdeModulePkg/*PciHostBridge*/
300F: MdeModulePkg/Bus/
301F: MdeModulePkg/Include/*Ata*.h
302F: MdeModulePkg/Include/*IoMmu*.h
303F: MdeModulePkg/Include/*NonDiscoverableDevice*.h
304F: MdeModulePkg/Include/*NvmExpress*.h
305F: MdeModulePkg/Include/*SdMmc*.h
306F: MdeModulePkg/Include/*Ufs*.h
307F: MdeModulePkg/Include/*Usb*.h
308F: MdeModulePkg/Include/Guid/RecoveryDevice.h
309F: MdeModulePkg/Include/Guid/S3StorageDeviceInitList.h
310F: MdeModulePkg/Include/Library/PciHostBridgeLib.h
311F: MdeModulePkg/Include/Ppi/StorageSecurityCommand.h
312F: MdeModulePkg/Include/Protocol/Ps2Policy.h
313F: MdeModulePkg/Library/NonDiscoverableDeviceRegistrationLib/
314F: MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/
315R: Ray Ni <[email protected]> [niruiyu]
316
317MdeModulePkg: Disk modules
318F: MdeModulePkg/Universal/Disk/
319R: Ray Ni <[email protected]> [niruiyu]
320
321MdeModulePkg: Firmware Update modules
322F: MdeModulePkg/*Capsule*/
323F: MdeModulePkg/Include/*Capsule*.h
324F: MdeModulePkg/Include/Library/DisplayUpdateProgressLib.h
325F: MdeModulePkg/Include/Library/FmpAuthenticationLib.h
326F: MdeModulePkg/Include/Protocol/EsrtManagement.h
327F: MdeModulePkg/Include/Protocol/FirmwareManagementProgress.h
328F: MdeModulePkg/Library/DisplayUpdateProgressLib*/
329F: MdeModulePkg/Library/FmpAuthenticationLibNull/
330F: MdeModulePkg/Universal/Esrt*/
331R: Liming Gao <[email protected]> [lgao4]
332
333MdeModulePkg: HII and UI modules
334F: MdeModulePkg/*FileExplorer*/
335F: MdeModulePkg/*Hii*/
336F: MdeModulePkg/*Ui*/
337F: MdeModulePkg/Application/BootManagerMenuApp/
338F: MdeModulePkg/Include/*FileExplorer*.h
339F: MdeModulePkg/Include/*FormBrowser*.h
340F: MdeModulePkg/Include/*Hii*.h
341F: MdeModulePkg/Include/Library/CustomizedDisplayLib.h
342F: MdeModulePkg/Include/Protocol/DisplayProtocol.h
343F: MdeModulePkg/Library/CustomizedDisplayLib/
344F: MdeModulePkg/Universal/DisplayEngineDxe/
345F: MdeModulePkg/Universal/DriverSampleDxe/
346F: MdeModulePkg/Universal/SetupBrowserDxe/
347R: Dandan Bi <[email protected]> [dandanbi]
348
349MdeModulePkg: Management Mode (MM, SMM) modules
350F: MdeModulePkg/*Smi*/
351F: MdeModulePkg/*Smm*/
352F: MdeModulePkg/Include/*Smi*.h
353F: MdeModulePkg/Include/*Smm*.h
354R: Jiaxin Wu <[email protected]> [jiaxinwu]
355R: Ray Ni <[email protected]> [niruiyu]
356
357MdeModulePkg: Pei Core
358F: MdeModulePkg/Core/Pei/
359R: Liming Gao <[email protected]> [lgao4]
360
361MdeModulePkg: SMBIOS modules
362F: MdeModulePkg/Universal/Smbios*/
363R: Zhiguang Liu <[email protected]> [LiuZhiguang001]
364R: Dandan Bi <[email protected]> [dandanbi]
365R: Star Zeng <[email protected]> [lzeng14]
366
367MdeModulePkg: UEFI Variable modules
368F: MdeModulePkg/*Var*/
369F: MdeModulePkg/Include/*/*FaultTolerantWrite*.h
370F: MdeModulePkg/Include/*/*Var*.h
371F: MdeModulePkg/Include/Guid/SystemNvDataGuid.h
372F: MdeModulePkg/Include/Protocol/SwapAddressRange.h
373F: MdeModulePkg/Universal/FaultTolerantWrite*/
374R: Liming Gao <[email protected]> [lgao4]
375
376MdeModulePkg: Universal Payload definitions
377F: MdeModulePkg/Include/UniversalPayload/
378R: Gua Guo <[email protected]> [gguo11837463]
379
380MdeModulePkg: Trace Hub debug message related library instance
381F: MdeModulePkg/Library/TraceHubDebugSysTLib/
382F: MdeModulePkg/Include/Guid/TraceHubDebugInfoHob.h
383M: Gua Guo <[email protected]> [gguo11837463]
384M: Prakashan Krishnadas Veliyathuparambil <[email protected]> [kprakas2]
385R: K N Karthik <[email protected]> [karthikkabbigere1]
386
387MdeModulePkg: USB Network modules
388F: MdeModulePkg/Bus/Usb/UsbNetwork
389F: MdeModulePkg/Include/Protocol/UsbEthernetProtocol.h
390M: Richard Ho <[email protected]> [richardho]
391R: Rebecca Cran <[email protected]> [bexcran]
392
393MdeModulePkg: Manageability modules
394F: MdeModulePkg/Include/*Ipmi*.*
395F: MdeModulePkg/Library/*Ipmi*.*
396M: Abner Chang <[email protected]> [changab]
397R: Abdul Lateef Attar <[email protected]> [abdattar]
398R: Nickle Wang <[email protected]> [nicklela]
399
400MdeModulePkg: SPI driver stack
401F: MdeModulePkg/Bus/Spi/
402M: Abner Chang <[email protected]> [changab]
403R: Brit Chesley <[email protected]> [BritChesley]
404
405MdePkg
406F: MdePkg/
407W: https://github.com/tianocore/tianocore.github.io/wiki/MdePkg
408M: Michael D Kinney <[email protected]> [mdkinney]
409M: Liming Gao <[email protected]> [lgao4]
410
411MdePkg: Trace Hub debug message related library instance
412F: MdePkg/Library/TraceHubDebugSysTLibNull/
413F: MdePkg/Library/MipiSysTLib/
414F: MdePkg/Include/Library/TraceHubDebugSysTLib.h
415F: MdePkg/Include/Library/MipiSysTLib.h
416M: Gua Guo <[email protected]> [gguo11837463]
417M: Prakashan Krishnadas Veliyathuparambil <[email protected]> [kprakas2]
418R: K N Karthik <[email protected]> [karthikkabbigere1]
419
420MdePkg: FDT related library instance
421F: MdePkg/Library/BaseFdtLib/*
422F: MdePkg/Include/Library/FdtLib.h
423M: Benny Lin <[email protected]> [Benny3345678]
424M: Leif Lindholm <[email protected]> [leiflindholm]
425R: Gua Guo <[email protected]> [gguo11837463]
426R: Chasel Chiu <[email protected]> [ChaselChiu]
427R: James Lu <[email protected]> [jameslu8]
428
429MdePkg: Manageability industryStandard standard C header files
430F: MdePkg/Include/IndustryStandard/*Ipmi*.h
431F: MdePkg/Include/IndustryStandard/*Mctp*.h
432F: MdePkg/Include/IndustryStandard/*Pldm*.h
433M: Abner Chang <[email protected]> [changab]
434R: Abdul Lateef Attar <[email protected]> [abdattar]
435R: Nickle Wang <[email protected]> [nicklela]
436
437MdePkg: SPI related C header files
438F: MdePkg/Include/Protocol/Spi*.h
439F: MdePkg/Include/IndustryStandard/SpiNorFlashJedecSfdp.h
440M: Abner Chang <[email protected]> [changab]
441R: Brit Chesley <[email protected]> [BritChesley]
442
443MdePkg: ARM/AARCH64 standard interfaces
444F: MdePkg/Include/Library/ArmLib.h
445M: Leif Lindholm <[email protected]> [leiflindholm]
446M: Ard Biesheuvel <[email protected]> [ardbiesheuvel]
447M: Sami Mujawar <[email protected]> [samimujawar]
448
449NetworkPkg
450F: NetworkPkg/
451W: https://github.com/tianocore/tianocore.github.io/wiki/NetworkPkg
452R: Saloni Kasbekar <[email protected]> [SaloniKasbekar]
453R: Zachary Clark-williams <[email protected]> [Zclarkwilliams]
454
455OvmfPkg
456F: OvmfPkg/
457W: http://www.tianocore.org/ovmf/
458M: Ard Biesheuvel <[email protected]> [ardbiesheuvel]
459M: Jiewen Yao <[email protected]> [jyao1]
460R: Gerd Hoffmann <[email protected]> [kraxel]
461S: Maintained
462
463OvmfPkg: bhyve-related modules
464F: OvmfPkg/Bhyve/
465F: OvmfPkg/Include/IndustryStandard/Bhyve.h
466F: OvmfPkg/Include/Library/BhyveFwCtlLib.h
467F: OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLibBhyve.c
468F: OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLibBhyve.inf
469F: OvmfPkg/Library/BhyveFwCtlLib/
470F: OvmfPkg/Library/PciHostBridgeLibScan/
471F: OvmfPkg/Library/PlatformBootManagerLibBhyve/
472F: OvmfPkg/Library/ResetSystemLib/BaseResetShutdownBhyve.c
473F: OvmfPkg/Library/ResetSystemLib/BaseResetSystemLibBhyve.inf
474R: Rebecca Cran <[email protected]> [bexcran]
475R: Corvin Köhne <[email protected]> [corvink]
476
477OvmfPkg: cloudhv-related modules
478F: OvmfPkg/CloudHv/
479F: OvmfPkg/Include/IndustryStandard/CloudHv.h
480R: Jianyong Wu <[email protected]> [jongwu]
481R: Anatol Belski <[email protected]> [weltling]
482
483OvmfPkg: microvm-related modules
484F: OvmfPkg/Microvm/
485F: OvmfPkg/Include/IndustryStandard/Microvm.h
486F: OvmfPkg/Library/ResetSystemLib/*Microvm.*
487R: Gerd Hoffmann <[email protected]> [kraxel]
488
489OvmfPkg: Confidential Computing
490F: OvmfPkg/AmdSev/
491F: OvmfPkg/AmdSevDxe/
492F: OvmfPkg/Include/Guid/ConfidentialComputingSecret.h
493F: OvmfPkg/Include/Library/MemEncryptSevLib.h
494F: OvmfPkg/IoMmuDxe/CcIoMmu.*
495F: OvmfPkg/Library/BaseMemEncryptSevLib/
496F: OvmfPkg/Library/CcExitLib/
497F: OvmfPkg/PlatformPei/AmdSev.c
498F: OvmfPkg/ResetVector/
499F: OvmfPkg/Sec/
500R: Erdem Aktas <[email protected]> [ruleof2]
501R: Jiewen Yao <[email protected]> [jyao1]
502R: Min Xu <[email protected]> [mxu9]
503R: Tom Lendacky <[email protected]> [tlendacky]
504R: Michael Roth <[email protected]> [mdroth]
505
506OvmfPkg: FDT related modules
507F: OvmfPkg/Fdt
508R: Leif Lindholm <[email protected]> [leiflindholm]
509R: Gerd Hoffmann <[email protected]> [kraxel]
510R: Abner Chang <[email protected]> [changab]
511
512OvmfPkg: LsiScsi driver
513F: OvmfPkg/LsiScsiDxe/
514R: Gary Lin <[email protected]> [lcp]
515
516OvmfPkg: MptScsi and PVSCSI driver
517F: OvmfPkg/MptScsiDxe/
518F: OvmfPkg/PvScsiDxe/
519R: Aaron Young <[email protected]> [ajyoung-oracle]
520
521OvmfPkg: TCG- and TPM2-related modules
522F: OvmfPkg/Include/IndustryStandard/QemuTpm.h
523F: OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c
524F: OvmfPkg/Library/Tcg2PhysicalPresenceLib*/
525F: OvmfPkg/PlatformPei/ClearCache.c
526F: OvmfPkg/Tcg/
527R: Marc-André Lureau <[email protected]> [elmarco]
528
529OvmfPkg: Xen-related modules
530F: OvmfPkg/Include/Guid/XenBusRootDevice.h
531F: OvmfPkg/Include/Guid/XenInfo.h
532F: OvmfPkg/Include/IndustryStandard/Xen/
533F: OvmfPkg/Include/Library/XenHypercallLib.h
534F: OvmfPkg/Include/Library/XenIoMmioLib.h
535F: OvmfPkg/Include/Library/XenPlatformLib.h
536F: OvmfPkg/Include/Protocol/XenBus.h
537F: OvmfPkg/Include/Protocol/XenIo.h
538F: OvmfPkg/Library/PciHostBridgeLibScan/
539F: OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c
540F: OvmfPkg/Library/XenConsoleSerialPortLib/
541F: OvmfPkg/Library/XenHypercallLib/
542F: OvmfPkg/Library/XenIoMmioLib/
543F: OvmfPkg/Library/XenPlatformLib/
544F: OvmfPkg/Library/XenRealTimeClockLib/
545F: OvmfPkg/OvmfXen.*
546F: OvmfPkg/OvmfXenElfHeaderGenerator.c
547F: OvmfPkg/SmbiosPlatformDxe/*Xen*
548F: OvmfPkg/XenAcpiPlatformDxe/
549F: OvmfPkg/XenBusDxe/
550F: OvmfPkg/XenIoPciDxe/
551F: OvmfPkg/XenIoPvhDxe/
552F: OvmfPkg/XenPlatformPei/
553F: OvmfPkg/XenPvBlkDxe/
554F: OvmfPkg/XenResetVector/
555R: Anthony Perard <[email protected]> [tperard]
556
557OvmfPkg: RISC-V Qemu Virt Platform
558F: OvmfPkg/RiscVVirt
559M: Sunil V L <[email protected]> [vlsunil]
560R: Andrei Warkentin <[email protected]> [andreiw]
561
562OvmfPkg: LOONGARCH Qemu Virt Platform
563F: OvmfPkg/LoongArchVirt
564M: Chao Li <[email protected]> [kilaterlee]
565M: Bibo Mao <[email protected]> [bibo-mao]
566R: Xianglai Li <[email protected]> [lixianglai]
567
568PcAtChipsetPkg
569F: PcAtChipsetPkg/
570W: https://github.com/tianocore/tianocore.github.io/wiki/PcAtChipsetPkg
571M: Ray Ni <[email protected]> [niruiyu]
572
573PrmPkg
574F: PrmPkg/
575M: Michael Kubacki <[email protected]> [makubacki]
576M: Nate DeSimone <[email protected]> [nate-desimone]
577M: Aaron Li <[email protected]> [Li-Aaron]
578
579PrmPkg: ACPI related modules
580R: Ankit Sinha <[email protected]> [ankit13s]
581R: Aaron Li <[email protected]> [Li-Aaron]
582
583RedfishPkg: Redfish related modules
584F: RedfishPkg/
585M: Abner Chang <[email protected]> [changab]
586M: Nickle Wang <[email protected]> [nicklela]
587R: Igor Kulchytskyy <[email protected]> [igorkulchytskyy]
588
589SecurityPkg
590F: SecurityPkg/
591W: https://github.com/tianocore/tianocore.github.io/wiki/SecurityPkg
592M: Jiewen Yao <[email protected]> [jyao1]
593
594SecurityPkg: Secure boot related modules
595F: SecurityPkg/Library/DxeImageVerificationLib/
596F: SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
597F: SecurityPkg/Library/AuthVariableLib/
598R: Min Xu <[email protected]> [mxu9]
599
600SecurityPkg: Tcg related modules
601F: SecurityPkg/Tcg/
602R: Rahul Kumar <[email protected]> [rahul1-kumar]
603
604ShellPkg
605F: ShellPkg/
606W: https://github.com/tianocore/tianocore.github.io/wiki/ShellPkg
607R: Pierre Gondois <[email protected]> [pierregondois]
608
609SignedCapsulePkg
610F: SignedCapsulePkg/
611W: https://github.com/tianocore/tianocore.github.io/wiki/SignedCapsulePkg
612
613SourceLevelDebugPkg
614F: SourceLevelDebugPkg/
615W: https://github.com/tianocore/tianocore.github.io/wiki/SourceLevelDebugPkg
616
617StandaloneMmPkg
618F: StandaloneMmPkg/
619M: Ard Biesheuvel <[email protected]> [ardbiesheuvel]
620M: Sami Mujawar <[email protected]> [samimujawar]
621M: Ray Ni <[email protected]> [niruiyu]
622R: Jiaxin Wu <[email protected]> [jiaxinwu]
623R: Dun Tan <[email protected]> [td36]
624
625UefiCpuPkg
626F: UefiCpuPkg/
627W: https://github.com/tianocore/tianocore.github.io/wiki/UefiCpuPkg
628M: Ray Ni <[email protected]> [niruiyu]
629M: Jiaxin Wu <[email protected]> [jiaxinwu]
630R: Zhiguang Liu <[email protected]> [LiuZhiguang001]
631R: Dun Tan <[email protected]> [td36]
632R: Rahul Kumar <[email protected]> [rahul1-kumar]
633R: Gerd Hoffmann <[email protected]> [kraxel]
634R: Star Zeng <[email protected]> [lzeng14]
635
636UefiCpuPkg: AMD related files
637F: UefiCpuPkg/Library/MmSaveStateLib/*Amd*.*
638F: UefiCpuPkg/Library/SmmCpuFeaturesLib/*Amd*.*
639M: Abdul Lateef Attar <[email protected]> [abdattar]
640R: Abner Chang <[email protected]> [changab]
641
642UefiPayloadPkg
643F: UefiPayloadPkg/
644W: https://github.com/tianocore/tianocore.github.io/wiki/UefiPayloadPkg
645M: Guo Dong <[email protected]> [gdong1]
646M: Sean Rhodes <[email protected]> [Sean-StarLabs]
647M: James Lu <[email protected]> [jameslu8]
648M: Benjamin Doron <[email protected]> [benjamindoron]
649M: Linus Liu <[email protected]> [LinusvPelt]
650R: Gua Guo <[email protected]> [gguo11837463]
651M: Chasel Chiu <[email protected]> [ChaselChiu]
652S: Maintained
653
654UnitTestFrameworkPkg
655F: UnitTestFrameworkPkg/
656M: Michael D Kinney <[email protected]> [mdkinney]
657M: Michael Kubacki <[email protected]> [makubacki]
658R: Sean Brogan <[email protected]> [spbrogan]
659S: Maintained
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