VirtualBox

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

Last change on this file since 106901 was 105670, checked in by vboxsync, 6 months ago

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