VirtualBox

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

Last change on this file since 108794 was 108794, checked in by vboxsync, 7 days 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: devel@edk2.groups.io
63F: *
64F: */
65
66Tianocore Stewards
67------------------
68F: *
69M: Andrew Fish <afish@apple.com> [ajfish]
70M: Ard Biesheuvel <ardb+tianocore@kernel.org> [ardbiesheuvel]
71M: Leif Lindholm <leif.lindholm@oss.qualcomm.com> [leiflindholm]
72M: Michael D Kinney <michael.d.kinney@intel.com> [mdkinney]
73M: Michael Kubacki <mikuback@linux.microsoft.com> [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 <gaoliming@byosoft.com.cn> [lgao4]
83
84EDK II Architectures:
85---------------------
86ARM, AARCH64
87F: */AArch64/
88F: */Arm/
89M: Leif Lindholm <leif.lindholm@oss.qualcomm.com> [leiflindholm]
90M: Ard Biesheuvel <ardb+tianocore@kernel.org> [ardbiesheuvel]
91M: Sami Mujawar <sami.mujawar@arm.com> [samimujawar]
92
93RISCV64
94F: */RiscV64/
95M: Sunil V L <sunilvl@ventanamicro.com> [vlsunil]
96R: Andrei Warkentin <andyw@imsa.edu> [andreiw]
97
98LOONGARCH64
99F: */LoongArch64/
100M: Chao Li <lichao@loongson.cn> [kilaterlee]
101M: Baoqi Zhang <zhangbaoqi@loongson.cn> [zhangbaoqi-ls]
102R: Dongyan Qian <qiandongyan@loongson.cn> [MarsDoge]
103R: Xiangdong Meng <mengxiangdong@loongson.cn> [AydenMeng]
104
105EDK II Continuous Integration:
106------------------------------
107.azurepipelines/
108F: .azurepipelines/
109M: Sean Brogan <sean.brogan@microsoft.com> [spbrogan]
110M: Joey Vagedes <joey.vagedes@gmail.com> [javagedes]
111R: Michael D Kinney <michael.d.kinney@intel.com> [mdkinney]
112R: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
113
114.devcontainer/
115F: .devcontainer/
116M: Joey Vagedes <joey.vagedes@gmail.com> [javagedes]
117R: Chris Fernald <chris.fernald@outlook.com> [cfernald]
118
119.github/
120F: .github/
121M: Sean Brogan <sean.brogan@microsoft.com> [spbrogan]
122M: Joey Vagedes <joey.vagedes@gmail.com> [javagedes]
123R: Michael D Kinney <michael.d.kinney@intel.com> [mdkinney]
124
125.mergify/
126F: .mergify/
127M: Michael D Kinney <michael.d.kinney@intel.com> [mdkinney]
128M: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
129R: Sean Brogan <sean.brogan@microsoft.com> [spbrogan]
130
131.pytool/
132F: .pytool/
133M: Sean Brogan <sean.brogan@microsoft.com> [spbrogan]
134M: Joey Vagedes <joey.vagedes@gmail.com> [javagedes]
135R: Michael D Kinney <michael.d.kinney@intel.com> [mdkinney]
136R: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
137
138EDK II Contributed Files:
139-------------------------
140VS Code PR Dashboard Notebook
141F: contrib/PullRequests.github-issues
142M: Michael Kubacki <mikuback@linux.microsoft.com> [makubacki]
143
144EDK II Packages:
145----------------
146ArmPkg
147F: ArmPkg/
148W: https://github.com/tianocore/tianocore.github.io/wiki/ArmPkg
149M: Leif Lindholm <leif.lindholm@oss.qualcomm.com> [leiflindholm]
150M: Ard Biesheuvel <ardb+tianocore@kernel.org> [ardbiesheuvel]
151M: Sami Mujawar <sami.mujawar@arm.com> [samimujawar]
152
153ArmPlatformPkg
154F: ArmPlatformPkg/
155W: https://github.com/tianocore/tianocore.github.io/wiki/ArmPlatformPkg
156M: Leif Lindholm <leif.lindholm@oss.qualcomm.com> [leiflindholm]
157M: Ard Biesheuvel <ardb+tianocore@kernel.org> [ardbiesheuvel]
158M: Sami Mujawar <sami.mujawar@arm.com> [samimujawar]
159
160ArmVirtPkg
161F: ArmVirtPkg/
162W: https://github.com/tianocore/tianocore.github.io/wiki/ArmVirtPkg
163M: Ard Biesheuvel <ardb+tianocore@kernel.org> [ardbiesheuvel]
164M: Sami Mujawar <sami.mujawar@arm.com> [samimujawar]
165R: Leif Lindholm <leif.lindholm@oss.qualcomm.com> [leiflindholm]
166R: Gerd Hoffmann <kraxel@redhat.com> [kraxel]
167
168BaseTools
169F: BaseTools/
170W: https://github.com/tianocore/tianocore.github.io/wiki/BaseTools
171M: Rebecca Cran <rebecca@bsdio.com> [bexcran]
172M: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
173R: Bob Feng <bob.c.feng@intel.com> [BobCF]
174R: Yuwei Chen <yuwei.chen@intel.com> [YuweiChen1110]
175
176BaseTools: Plugins
177F: BaseTools/Plugin/
178M: Sean Brogan <sean.brogan@microsoft.com> [spbrogan]
179M: Joey Vagedes <joey.vagedes@gmail.com> [javagedes]
180R: Michael D Kinney <michael.d.kinney@intel.com> [mdkinney]
181R: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
182
183CryptoPkg
184F: CryptoPkg/
185W: https://github.com/tianocore/tianocore.github.io/wiki/CryptoPkg
186M: Jiewen Yao <jiewen.yao@intel.com> [jyao1]
187M: Yi Li <yi1.li@intel.com> [liyi77]
188
189DynamicTablesPkg
190F: DynamicTablesPkg/
191W: https://github.com/tianocore/tianocore.github.io/wiki/DynamicTablesPkg
192M: Sami Mujawar <Sami.Mujawar@arm.com> [samimujawar]
193M: Pierre Gondois <pierre.gondois@arm.com> [pierregondois]
194
195EmbeddedPkg
196F: EmbeddedPkg/
197W: https://github.com/tianocore/tianocore.github.io/wiki/EmbeddedPkg
198M: Leif Lindholm <leif.lindholm@oss.qualcomm.com> [leiflindholm]
199M: Ard Biesheuvel <ardb+tianocore@kernel.org> [ardbiesheuvel]
200M: Abner Chang <abner.chang@amd.com> [changab]
201
202EmulatorPkg
203F: EmulatorPkg/
204W: https://github.com/tianocore/tianocore.github.io/wiki/EmulatorPkg
205M: Oliver Smith-Denny <osde@microsoft.com> [os-d]
206M: Andrew Fish <afish@apple.com> [ajfish]
207M: Michael Kubacki <mikuback@linux.microsoft.com> [makubacki]
208M: Ray Ni <ray.ni@intel.com> [niruiyu]
209S: Maintained
210
211EmulatorPkg: Redfish-related modules
212F: EmulatorPkg/*Redfish*
213M: Abner Chang <abner.chang@amd.com> [changab]
214M: Nickle Wang <nicklew@nvidia.com> [nicklela]
215
216FatPkg
217F: FatPkg/
218W: https://github.com/tianocore/tianocore.github.io/wiki/Edk2-fat-driver
219M: Oliver Smith-Denny <osde@microsoft.com> [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 <gaoliming@byosoft.com.cn> [lgao4]
227M: Michael D Kinney <michael.d.kinney@intel.com> [mdkinney]
228R: Wei6 Xu <wei6.xu@intel.com> [xuweiintel]
229
230IntelFsp2Pkg
231F: IntelFsp2Pkg/
232W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFsp2Pkg
233M: Chasel Chiu <chasel.chiu@intel.com> [ChaselChiu]
234M: Nate DeSimone <nathaniel.l.desimone@intel.com> [nate-desimone]
235M: Duggapu Chinni B <chinni.b.duggapu@intel.com> [cbduggap]
236R: Star Zeng <star.zeng@intel.com> [lzeng14]
237R: Ted Kuo <ted.kuo@intel.com> [tedkuo1]
238R: Ashraf Ali S <ashraf.ali.s@intel.com> [AshrafAliS]
239
240IntelFsp2WrapperPkg
241F: IntelFsp2WrapperPkg/
242W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFsp2WrapperPkg
243M: Chasel Chiu <chasel.chiu@intel.com> [ChaselChiu]
244M: Nate DeSimone <nathaniel.l.desimone@intel.com> [nate-desimone]
245M: Duggapu Chinni B <chinni.b.duggapu@intel.com> [cbduggap]
246R: Star Zeng <star.zeng@intel.com> [lzeng14]
247R: Ted Kuo <ted.kuo@intel.com> [tedkuo1]
248R: Ashraf Ali S <ashraf.ali.s@intel.com> [AshrafAliS]
249
250MdeModulePkg
251F: MdeModulePkg/
252W: https://github.com/tianocore/tianocore.github.io/wiki/MdeModulePkg
253M: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
254
255MdeModulePkg: ACPI modules
256F: MdeModulePkg/Include/*Acpi*.h
257F: MdeModulePkg/Universal/Acpi/
258R: Zhiguang Liu <zhiguang.liu@intel.com> [LiuZhiguang001]
259R: Dandan Bi <dandan.bi@intel.com> [dandanbi]
260R: Liming Gao <gaoliming@byosoft.com.cn> [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 <ray.ni@intel.com> [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 <gaoliming@byosoft.com.cn> [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 <ray.ni@intel.com> [niruiyu]
316
317MdeModulePkg: Disk modules
318F: MdeModulePkg/Universal/Disk/
319R: Ray Ni <ray.ni@intel.com> [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 <gaoliming@byosoft.com.cn> [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 <dandan.bi@intel.com> [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 <jiaxin.wu@intel.com> [jiaxinwu]
355R: Ray Ni <ray.ni@intel.com> [niruiyu]
356
357MdeModulePkg: Pei Core
358F: MdeModulePkg/Core/Pei/
359R: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
360
361MdeModulePkg: SMBIOS modules
362F: MdeModulePkg/Universal/Smbios*/
363R: Zhiguang Liu <zhiguang.liu@intel.com> [LiuZhiguang001]
364R: Dandan Bi <dandan.bi@intel.com> [dandanbi]
365R: Star Zeng <star.zeng@intel.com> [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 <gaoliming@byosoft.com.cn> [lgao4]
375
376MdeModulePkg: Universal Payload definitions
377F: MdeModulePkg/Include/UniversalPayload/
378R: Gua Guo <gua.guo@intel.com> [gguo11837463]
379
380MdeModulePkg: Trace Hub debug message related library instance
381F: MdeModulePkg/Library/TraceHubDebugSysTLib/
382F: MdeModulePkg/Include/Guid/TraceHubDebugInfoHob.h
383M: Gua Guo <gua.guo@intel.com> [gguo11837463]
384M: Prakashan Krishnadas Veliyathuparambil <krishnadas.veliyathuparambil.prakashan@intel.com> [kprakas2]
385R: K N Karthik <karthik.k.n@intel.com> [karthikkabbigere1]
386
387MdeModulePkg: USB Network modules
388F: MdeModulePkg/Bus/Usb/UsbNetwork
389F: MdeModulePkg/Include/Protocol/UsbEthernetProtocol.h
390M: Richard Ho <richardho@ami.com> [richardho]
391R: Rebecca Cran <rebecca@bsdio.com> [bexcran]
392
393MdeModulePkg: Manageability modules
394F: MdeModulePkg/Include/*Ipmi*.*
395F: MdeModulePkg/Library/*Ipmi*.*
396M: Abner Chang <abner.chang@amd.com> [changab]
397R: Abdul Lateef Attar <AbdulLateef.Attar@amd.com> [abdattar]
398R: Nickle Wang <nicklew@nvidia.com> [nicklela]
399
400MdeModulePkg: SPI driver stack
401F: MdeModulePkg/Bus/Spi/
402M: Abner Chang <abner.chang@amd.com> [changab]
403R: Brit Chesley <brit.chesley@amd.com> [BritChesley]
404
405MdePkg
406F: MdePkg/
407W: https://github.com/tianocore/tianocore.github.io/wiki/MdePkg
408M: Michael D Kinney <michael.d.kinney@intel.com> [mdkinney]
409M: Liming Gao <gaoliming@byosoft.com.cn> [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 <gua.guo@intel.com> [gguo11837463]
417M: Prakashan Krishnadas Veliyathuparambil <krishnadas.veliyathuparambil.prakashan@intel.com> [kprakas2]
418R: K N Karthik <karthik.k.n@intel.com> [karthikkabbigere1]
419
420MdePkg: FDT related library instance
421F: MdePkg/Library/BaseFdtLib/*
422F: MdePkg/Include/Library/FdtLib.h
423M: Benny Lin <benny.lin@intel.com> [Benny3345678]
424M: Leif Lindholm <leif.lindholm@oss.qualcomm.com> [leiflindholm]
425R: Gua Guo <gua.guo@intel.com> [gguo11837463]
426R: Chasel Chiu <chasel.chiu@intel.com> [ChaselChiu]
427R: James Lu <james.lu@intel.com> [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 <abner.chang@amd.com> [changab]
434R: Abdul Lateef Attar <AbdulLateef.Attar@amd.com> [abdattar]
435R: Nickle Wang <nicklew@nvidia.com> [nicklela]
436
437MdePkg: SPI related C header files
438F: MdePkg/Include/Protocol/Spi*.h
439F: MdePkg/Include/IndustryStandard/SpiNorFlashJedecSfdp.h
440M: Abner Chang <abner.chang@amd.com> [changab]
441R: Brit Chesley <brit.chesley@amd.com> [BritChesley]
442
443MdePkg: ARM/AARCH64 standard interfaces
444F: MdePkg/Include/Library/ArmLib.h
445M: Leif Lindholm <leif.lindholm@oss.qualcomm.com> [leiflindholm]
446M: Ard Biesheuvel <ardb+tianocore@kernel.org> [ardbiesheuvel]
447M: Sami Mujawar <sami.mujawar@arm.com> [samimujawar]
448
449NetworkPkg
450F: NetworkPkg/
451W: https://github.com/tianocore/tianocore.github.io/wiki/NetworkPkg
452R: Saloni Kasbekar <saloni.kasbekar@intel.com> [SaloniKasbekar]
453R: Zachary Clark-williams <zachary.clark-williams@intel.com> [Zclarkwilliams]
454
455OvmfPkg
456F: OvmfPkg/
457W: http://www.tianocore.org/ovmf/
458M: Ard Biesheuvel <ardb+tianocore@kernel.org> [ardbiesheuvel]
459M: Jiewen Yao <jiewen.yao@intel.com> [jyao1]
460R: Gerd Hoffmann <kraxel@redhat.com> [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 <rebecca@bsdio.com> [bexcran]
475R: Corvin Köhne <corvink@freebsd.org> [corvink]
476
477OvmfPkg: cloudhv-related modules
478F: OvmfPkg/CloudHv/
479F: OvmfPkg/Include/IndustryStandard/CloudHv.h
480R: Jianyong Wu <jianyong.wu@arm.com> [jongwu]
481R: Anatol Belski <anbelski@linux.microsoft.com> [weltling]
482
483OvmfPkg: microvm-related modules
484F: OvmfPkg/Microvm/
485F: OvmfPkg/Include/IndustryStandard/Microvm.h
486F: OvmfPkg/Library/ResetSystemLib/*Microvm.*
487R: Gerd Hoffmann <kraxel@redhat.com> [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 <erdemaktas@google.com> [ruleof2]
501R: Jiewen Yao <jiewen.yao@intel.com> [jyao1]
502R: Min Xu <min.m.xu@intel.com> [mxu9]
503R: Tom Lendacky <thomas.lendacky@amd.com> [tlendacky]
504R: Michael Roth <michael.roth@amd.com> [mdroth]
505
506OvmfPkg: FDT related modules
507F: OvmfPkg/Fdt
508R: Leif Lindholm <leif.lindholm@oss.qualcomm.com> [leiflindholm]
509R: Gerd Hoffmann <kraxel@redhat.com> [kraxel]
510R: Abner Chang <abner.chang@amd.com> [changab]
511
512OvmfPkg: LsiScsi driver
513F: OvmfPkg/LsiScsiDxe/
514R: Gary Lin <glin@suse.com> [lcp]
515
516OvmfPkg: MptScsi and PVSCSI driver
517F: OvmfPkg/MptScsiDxe/
518F: OvmfPkg/PvScsiDxe/
519R: Aaron Young <aaron.young@oracle.com> [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 <marcandre.lureau@redhat.com> [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 <anthony@xenproject.org> [tperard]
556
557OvmfPkg: RISC-V Qemu Virt Platform
558F: OvmfPkg/RiscVVirt
559M: Sunil V L <sunilvl@ventanamicro.com> [vlsunil]
560R: Andrei Warkentin <andyw@imsa.edu> [andreiw]
561
562OvmfPkg: LOONGARCH Qemu Virt Platform
563F: OvmfPkg/LoongArchVirt
564M: Chao Li <lichao@loongson.cn> [kilaterlee]
565M: Bibo Mao <maobibo@loongson.cn> [bibo-mao]
566R: Xianglai Li <lixianglai@loongson.cn> [lixianglai]
567
568PcAtChipsetPkg
569F: PcAtChipsetPkg/
570W: https://github.com/tianocore/tianocore.github.io/wiki/PcAtChipsetPkg
571M: Ray Ni <ray.ni@intel.com> [niruiyu]
572
573PrmPkg
574F: PrmPkg/
575M: Michael Kubacki <mikuback@linux.microsoft.com> [makubacki]
576M: Nate DeSimone <nathaniel.l.desimone@intel.com> [nate-desimone]
577M: Aaron Li <aaron.li@intel.com> [Li-Aaron]
578
579PrmPkg: ACPI related modules
580R: Ankit Sinha <ankit.sinha@intel.com> [ankit13s]
581R: Aaron Li <aaron.li@intel.com> [Li-Aaron]
582
583RedfishPkg: Redfish related modules
584F: RedfishPkg/
585M: Abner Chang <abner.chang@amd.com> [changab]
586M: Nickle Wang <nicklew@nvidia.com> [nicklela]
587R: Igor Kulchytskyy <igork@ami.com> [igorkulchytskyy]
588
589SecurityPkg
590F: SecurityPkg/
591W: https://github.com/tianocore/tianocore.github.io/wiki/SecurityPkg
592M: Jiewen Yao <jiewen.yao@intel.com> [jyao1]
593
594SecurityPkg: Secure boot related modules
595F: SecurityPkg/Library/DxeImageVerificationLib/
596F: SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
597F: SecurityPkg/Library/AuthVariableLib/
598R: Min Xu <min.m.xu@intel.com> [mxu9]
599
600SecurityPkg: Tcg related modules
601F: SecurityPkg/Tcg/
602R: Rahul Kumar <rahul1.kumar@intel.com> [rahul1-kumar]
603
604ShellPkg
605F: ShellPkg/
606W: https://github.com/tianocore/tianocore.github.io/wiki/ShellPkg
607R: Pierre Gondois <pierre.gondois@arm.com> [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 <ardb+tianocore@kernel.org> [ardbiesheuvel]
620M: Sami Mujawar <sami.mujawar@arm.com> [samimujawar]
621M: Ray Ni <ray.ni@intel.com> [niruiyu]
622R: Jiaxin Wu <jiaxin.wu@intel.com> [jiaxinwu]
623R: Dun Tan <dun.tan@intel.com> [td36]
624
625UefiCpuPkg
626F: UefiCpuPkg/
627W: https://github.com/tianocore/tianocore.github.io/wiki/UefiCpuPkg
628M: Ray Ni <ray.ni@intel.com> [niruiyu]
629M: Jiaxin Wu <jiaxin.wu@intel.com> [jiaxinwu]
630R: Zhiguang Liu <zhiguang.liu@intel.com> [LiuZhiguang001]
631R: Dun Tan <dun.tan@intel.com> [td36]
632R: Rahul Kumar <rahul1.kumar@intel.com> [rahul1-kumar]
633R: Gerd Hoffmann <kraxel@redhat.com> [kraxel]
634R: Star Zeng <star.zeng@intel.com> [lzeng14]
635
636UefiCpuPkg: AMD related files
637F: UefiCpuPkg/Library/MmSaveStateLib/*Amd*.*
638F: UefiCpuPkg/Library/SmmCpuFeaturesLib/*Amd*.*
639M: Abdul Lateef Attar <AbdulLateef.Attar@amd.com> [abdattar]
640R: Abner Chang <abner.chang@amd.com> [changab]
641
642UefiPayloadPkg
643F: UefiPayloadPkg/
644W: https://github.com/tianocore/tianocore.github.io/wiki/UefiPayloadPkg
645M: Guo Dong <guo.dong@intel.com> [gdong1]
646M: Sean Rhodes <sean@starlabs.systems> [Sean-StarLabs]
647M: James Lu <james.lu@intel.com> [jameslu8]
648M: Benjamin Doron <benjamin.doron@9elements.com> [benjamindoron]
649M: Linus Liu <linus.liu@intel.com> [LinusvPelt]
650R: Gua Guo <gua.guo@intel.com> [gguo11837463]
651M: Chasel Chiu <chasel.chiu@intel.com> [ChaselChiu]
652S: Maintained
653
654UnitTestFrameworkPkg
655F: UnitTestFrameworkPkg/
656M: Michael D Kinney <michael.d.kinney@intel.com> [mdkinney]
657M: Michael Kubacki <mikuback@linux.microsoft.com> [makubacki]
658R: Sean Brogan <sean.brogan@microsoft.com> [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