VirtualBox

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

Last change on this file since 101283 was 99404, checked in by vboxsync, 14 months ago

Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643

  • Property svn:eol-style set to native
File size: 22.9 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: devel@edk2.groups.io
65F: *
66F: */
67
68Tianocore Stewards
69------------------
70F: *
71M: Andrew Fish <afish@apple.com> [ajfish]
72M: Leif Lindholm <quic_llindhol@quicinc.com> [leiflindholm]
73M: Michael D Kinney <michael.d.kinney@intel.com> [mdkinney]
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
84UEFI Shell Binaries (ShellBinPkg.zip) from EDK II Releases:
85-----------------------------------------------------------
86W: https://github.com/tianocore/edk2/releases/
87M: Ray Ni <ray.ni@intel.com> [niruiyu] (Ia32/X64)
88M: Zhichao Gao <zhichao.gao@intel.com> [ZhichaoGao] (Ia32/X64)
89M: Leif Lindholm <quic_llindhol@quicinc.com> [leiflindholm] (ARM/AArch64)
90M: Ard Biesheuvel <ardb+tianocore@kernel.org> [ardbiesheuvel] (ARM/AArch64)
91
92EDK II Architectures:
93---------------------
94ARM, AARCH64
95F: */AArch64/
96F: */Arm/
97M: Leif Lindholm <quic_llindhol@quicinc.com> [leiflindholm]
98M: Ard Biesheuvel <ardb+tianocore@kernel.org> [ardbiesheuvel]
99
100RISCV64
101F: */RiscV64/
102M: Sunil V L <sunilvl@ventanamicro.com> [vlsunil]
103R: Daniel Schaefer <git@danielschaefer.me> [JohnAZoidberg]
104
105LOONGARCH64
106F: */LoongArch64/
107M: Chao Li <lichao@loongson.cn> [kilaterlee]
108M: Baoqi Zhang <zhangbaoqi@loongson.cn> [zhangbaoqi-ls]
109R: Dongyan Qian <qiandongyan@loongson.cn> [MarsDoge]
110
111EDK II Continuous Integration:
112------------------------------
113.azurepipelines/
114F: .azurepipelines/
115M: Sean Brogan <sean.brogan@microsoft.com> [spbrogan]
116M: Michael Kubacki <mikuback@linux.microsoft.com> [makubacki]
117R: Michael D Kinney <michael.d.kinney@intel.com> [mdkinney]
118R: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
119
120.devcontainer/
121F: .devcontainer/
122M: Michael Kubacki <mikuback@linux.microsoft.com> [makubacki]
123R: Chris Fernald <chris.fernald@outlook.com> [cfernald]
124
125.github/
126F: .github/
127M: Sean Brogan <sean.brogan@microsoft.com> [spbrogan]
128M: Michael Kubacki <mikuback@linux.microsoft.com> [makubacki]
129R: Michael D Kinney <michael.d.kinney@intel.com> [mdkinney]
130
131.mergify/
132F: .mergify/
133M: Michael D Kinney <michael.d.kinney@intel.com> [mdkinney]
134M: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
135R: Sean Brogan <sean.brogan@microsoft.com> [spbrogan]
136
137.pytool/
138F: .pytool/
139M: Sean Brogan <sean.brogan@microsoft.com> [spbrogan]
140M: Michael Kubacki <mikuback@linux.microsoft.com> [makubacki]
141R: Michael D Kinney <michael.d.kinney@intel.com> [mdkinney]
142R: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
143
144EDK II Packages:
145----------------
146ArmPkg
147F: ArmPkg/
148W: https://github.com/tianocore/tianocore.github.io/wiki/ArmPkg
149M: Leif Lindholm <quic_llindhol@quicinc.com> [leiflindholm]
150M: Ard Biesheuvel <ardb+tianocore@kernel.org> [ardbiesheuvel]
151R: Sami Mujawar <sami.mujawar@arm.com> [samimujawar]
152
153ArmPlatformPkg
154F: ArmPlatformPkg/
155W: https://github.com/tianocore/tianocore.github.io/wiki/ArmPlatformPkg
156M: Leif Lindholm <quic_llindhol@quicinc.com> [leiflindholm]
157M: Ard Biesheuvel <ardb+tianocore@kernel.org> [ardbiesheuvel]
158
159ArmVirtPkg
160F: ArmVirtPkg/
161W: https://github.com/tianocore/tianocore.github.io/wiki/ArmVirtPkg
162M: Ard Biesheuvel <ardb+tianocore@kernel.org> [ardbiesheuvel]
163R: Leif Lindholm <quic_llindhol@quicinc.com> [leiflindholm]
164R: Sami Mujawar <sami.mujawar@arm.com> [samimujawar]
165R: Gerd Hoffmann <kraxel@redhat.com> [kraxel]
166
167ArmVirtPkg: modules used on Xen
168F: ArmVirtPkg/ArmVirtXen.*
169F: ArmVirtPkg/Library/XenArmGenericTimerVirtCounterLib/
170F: ArmVirtPkg/Library/XenVirtMemInfoLib/
171F: ArmVirtPkg/PrePi/
172F: ArmVirtPkg/XenAcpiPlatformDxe/
173F: ArmVirtPkg/XenPlatformHasAcpiDtDxe/
174F: ArmVirtPkg/XenioFdtDxe/
175R: Julien Grall <julien@xen.org> [jgrall]
176
177BaseTools
178F: BaseTools/
179W: https://github.com/tianocore/tianocore.github.io/wiki/BaseTools
180M: Bob Feng <bob.c.feng@intel.com> [BobCF]
181M: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
182R: Yuwei Chen <yuwei.chen@intel.com> [YuweiChen1110]
183
184CryptoPkg
185F: CryptoPkg/
186W: https://github.com/tianocore/tianocore.github.io/wiki/CryptoPkg
187M: Jiewen Yao <jiewen.yao@intel.com> [jyao1]
188M: Jian J Wang <jian.j.wang@intel.com> [jwang36]
189R: Xiaoyu Lu <xiaoyu1.lu@intel.com> [xiaoyuxlu]
190R: Guomin Jiang <guomin.jiang@intel.com> [guominjia]
191
192DynamicTablesPkg
193F: DynamicTablesPkg/
194W: https://github.com/tianocore/tianocore.github.io/wiki/DynamicTablesPkg
195M: Sami Mujawar <Sami.Mujawar@arm.com> [samimujawar]
196M: Alexei Fedorov <Alexei.Fedorov@arm.com> [AlexeiFedorov]
197R: Pierre Gondois <pierre.gondois@arm.com> [pierregondois]
198
199EmbeddedPkg
200F: EmbeddedPkg/
201W: https://github.com/tianocore/tianocore.github.io/wiki/EmbeddedPkg
202M: Leif Lindholm <quic_llindhol@quicinc.com> [leiflindholm]
203M: Ard Biesheuvel <ardb+tianocore@kernel.org> [ardbiesheuvel]
204M: Abner Chang <abner.chang@amd.com> [changab]
205R: Daniel Schaefer <git@danielschaefer.me> [JohnAZoidberg]
206
207EmulatorPkg
208F: EmulatorPkg/
209W: https://github.com/tianocore/tianocore.github.io/wiki/EmulatorPkg
210M: Andrew Fish <afish@apple.com> [ajfish]
211M: Ray Ni <ray.ni@intel.com> [niruiyu]
212S: Maintained
213
214EmulatorPkg: Redfish-related modules
215F: EmulatorPkg/*Redfish*
216M: Abner Chang <abner.chang@amd.com> [changab]
217M: Nickle Wang <nicklew@nvidia.com> [nicklela]
218
219FatPkg
220F: FatPkg/
221W: https://github.com/tianocore/tianocore.github.io/wiki/Edk2-fat-driver
222M: Ray Ni <ray.ni@intel.com> [niruiyu]
223T: svn - https://svn.code.sf.net/p/edk2-fatdriver2/code/trunk/EnhancedFat
224T: git - https://github.com/tianocore/edk2-FatPkg.git
225
226FmpDevicePkg
227F: FmpDevicePkg/
228W: https://github.com/tianocore/tianocore.github.io/wiki/FmpDevicePkg
229M: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
230M: Michael D Kinney <michael.d.kinney@intel.com> [mdkinney]
231R: Guomin Jiang <guomin.jiang@intel.com> [guominjia]
232R: Wei6 Xu <wei6.xu@intel.com> [xuweiintel]
233
234IntelFsp2Pkg
235F: IntelFsp2Pkg/
236W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFsp2Pkg
237M: Chasel Chiu <chasel.chiu@intel.com> [ChaselChiu]
238M: Nate DeSimone <nathaniel.l.desimone@intel.com> [nate-desimone]
239R: Star Zeng <star.zeng@intel.com> [lzeng14]
240
241IntelFsp2WrapperPkg
242F: IntelFsp2WrapperPkg/
243W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFsp2WrapperPkg
244M: Chasel Chiu <chasel.chiu@intel.com> [ChaselChiu]
245M: Nate DeSimone <nathaniel.l.desimone@intel.com> [nate-desimone]
246R: Star Zeng <star.zeng@intel.com> [lzeng14]
247
248MdeModulePkg
249F: MdeModulePkg/
250W: https://github.com/tianocore/tianocore.github.io/wiki/MdeModulePkg
251M: Jian J Wang <jian.j.wang@intel.com> [jwang36]
252M: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
253
254MdeModulePkg: ACPI modules
255F: MdeModulePkg/Include/*Acpi*.h
256F: MdeModulePkg/Universal/Acpi/
257R: Zhiguang Liu <zhiguang.liu@intel.com> [LiuZhiguang001]
258R: Dandan Bi <dandan.bi@intel.com> [dandanbi]
259R: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
260
261MdeModulePkg: ACPI modules related to S3
262F: MdeModulePkg/*LockBox*/
263F: MdeModulePkg/Include/*BootScript*.h
264F: MdeModulePkg/Include/*LockBox*.h
265F: MdeModulePkg/Include/*S3*.h
266F: MdeModulePkg/Library/*S3*/
267R: Hao A Wu <hao.a.wu@intel.com> [hwu25]
268R: Eric Dong <eric.dong@intel.com> [ydong10]
269
270MdeModulePkg: BDS modules
271F: MdeModulePkg/*BootManager*/
272F: MdeModulePkg/Include/Library/UefiBootManagerLib.h
273F: MdeModulePkg/Universal/BdsDxe/
274F: MdeModulePkg/Universal/DevicePathDxe/
275F: MdeModulePkg/Universal/DriverHealthManagerDxe/
276F: MdeModulePkg/Universal/LoadFileOnFv2/
277F: MdeModulePkg/Universal/SecurityStubDxe/Defer3rdPartyImageLoad.*
278R: Zhichao Gao <zhichao.gao@intel.com> [ZhichaoGao]
279R: Ray Ni <ray.ni@intel.com> [niruiyu]
280
281MdeModulePkg: Console and Graphics modules
282F: MdeModulePkg/*Logo*/
283F: MdeModulePkg/Include/*Logo*.h
284F: MdeModulePkg/Include/Guid/ConnectConInEvent.h
285F: MdeModulePkg/Include/Guid/Console*.h
286F: MdeModulePkg/Include/Guid/StandardErrorDevice.h
287F: MdeModulePkg/Include/Guid/TtyTerm.h
288F: MdeModulePkg/Include/Library/BmpSupportLib.h
289F: MdeModulePkg/Include/Library/FrameBufferBltLib.h
290F: MdeModulePkg/Library/BaseBmpSupportLib/
291F: MdeModulePkg/Library/FrameBufferBltLib/
292F: MdeModulePkg/Universal/Console/
293R: Zhichao Gao <zhichao.gao@intel.com> [ZhichaoGao]
294R: Ray Ni <ray.ni@intel.com> [niruiyu]
295
296MdeModulePkg: Core services (PEI, DXE and Runtime) modules
297F: MdeModulePkg/*Mem*/
298F: MdeModulePkg/*SectionExtract*/
299F: MdeModulePkg/*StatusCode*/
300F: MdeModulePkg/Application/DumpDynPcd/
301F: MdeModulePkg/Core/Dxe/
302F: MdeModulePkg/Core/DxeIplPeim/
303F: MdeModulePkg/Core/RuntimeDxe/
304F: MdeModulePkg/Include/*Mem*.h
305F: MdeModulePkg/Include/*Pcd*.h
306F: MdeModulePkg/Include/*Perf*.h
307F: MdeModulePkg/Include/*StatusCode*.h
308F: MdeModulePkg/Include/Guid/Crc32GuidedSectionExtraction.h
309F: MdeModulePkg/Include/Guid/EventExitBootServiceFailed.h
310F: MdeModulePkg/Include/Guid/IdleLoopEvent.h
311F: MdeModulePkg/Include/Guid/LoadModuleAtFixedAddress.h
312F: MdeModulePkg/Include/Guid/LzmaDecompress.h
313F: MdeModulePkg/Include/Library/SecurityManagementLib.h
314F: MdeModulePkg/Library/*Decompress*/
315F: MdeModulePkg/Library/*Perf*/
316F: MdeModulePkg/Library/DxeSecurityManagementLib/
317F: MdeModulePkg/Universal/PCD/
318F: MdeModulePkg/Universal/PlatformDriOverrideDxe/
319F: MdeModulePkg/Universal/SecurityStubDxe/SecurityStub.c
320R: Dandan Bi <dandan.bi@intel.com> [dandanbi]
321R: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
322
323MdeModulePkg: Device and Peripheral modules
324F: MdeModulePkg/*PciHostBridge*/
325F: MdeModulePkg/Bus/
326F: MdeModulePkg/Include/*Ata*.h
327F: MdeModulePkg/Include/*IoMmu*.h
328F: MdeModulePkg/Include/*NonDiscoverableDevice*.h
329F: MdeModulePkg/Include/*NvmExpress*.h
330F: MdeModulePkg/Include/*SdMmc*.h
331F: MdeModulePkg/Include/*Ufs*.h
332F: MdeModulePkg/Include/*Usb*.h
333F: MdeModulePkg/Include/Guid/RecoveryDevice.h
334F: MdeModulePkg/Include/Guid/S3StorageDeviceInitList.h
335F: MdeModulePkg/Include/Library/PciHostBridgeLib.h
336F: MdeModulePkg/Include/Ppi/StorageSecurityCommand.h
337F: MdeModulePkg/Include/Protocol/Ps2Policy.h
338F: MdeModulePkg/Library/NonDiscoverableDeviceRegistrationLib/
339F: MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/
340R: Hao A Wu <hao.a.wu@intel.com> [hwu25]
341R: Ray Ni <ray.ni@intel.com> [niruiyu]
342
343MdeModulePkg: Disk modules
344F: MdeModulePkg/Universal/Disk/
345R: Hao A Wu <hao.a.wu@intel.com> [hwu25]
346R: Ray Ni <ray.ni@intel.com> [niruiyu]
347R: Zhichao Gao <zhichao.gao@intel.com> [ZhichaoGao]
348
349MdeModulePkg: Firmware Update modules
350F: MdeModulePkg/*Capsule*/
351F: MdeModulePkg/Include/*Capsule*.h
352F: MdeModulePkg/Include/Library/DisplayUpdateProgressLib.h
353F: MdeModulePkg/Include/Library/FmpAuthenticationLib.h
354F: MdeModulePkg/Include/Protocol/EsrtManagement.h
355F: MdeModulePkg/Include/Protocol/FirmwareManagementProgress.h
356F: MdeModulePkg/Library/DisplayUpdateProgressLib*/
357F: MdeModulePkg/Library/FmpAuthenticationLibNull/
358F: MdeModulePkg/Universal/Esrt*/
359R: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
360R: Guomin Jiang <guomin.jiang@intel.com> [guominjia]
361
362MdeModulePkg: HII and UI modules
363F: MdeModulePkg/*FileExplorer*/
364F: MdeModulePkg/*Hii*/
365F: MdeModulePkg/*Ui*/
366F: MdeModulePkg/Application/BootManagerMenuApp/
367F: MdeModulePkg/Include/*FileExplorer*.h
368F: MdeModulePkg/Include/*FormBrowser*.h
369F: MdeModulePkg/Include/*Hii*.h
370F: MdeModulePkg/Include/Library/CustomizedDisplayLib.h
371F: MdeModulePkg/Include/Protocol/DisplayProtocol.h
372F: MdeModulePkg/Library/CustomizedDisplayLib/
373F: MdeModulePkg/Universal/DisplayEngineDxe/
374F: MdeModulePkg/Universal/DriverSampleDxe/
375F: MdeModulePkg/Universal/SetupBrowserDxe/
376R: Dandan Bi <dandan.bi@intel.com> [dandanbi]
377R: Eric Dong <eric.dong@intel.com> [ydong10]
378
379MdeModulePkg: Management Mode (MM, SMM) modules
380F: MdeModulePkg/*Smi*/
381F: MdeModulePkg/*Smm*/
382F: MdeModulePkg/Include/*Smi*.h
383F: MdeModulePkg/Include/*Smm*.h
384R: Jiaxin Wu <jiaxin.wu@intel.com> [jiaxinwu]
385R: Ray Ni <ray.ni@intel.com> [niruiyu]
386
387MdeModulePkg: Pei Core
388F: MdeModulePkg/Core/Pei/
389R: Dandan Bi <dandan.bi@intel.com> [dandanbi]
390R: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
391R: Debkumar De <debkumar.de@intel.com> [dde01]
392R: Catharine West <catharine.west@intel.com> [catharine-intl]
393
394MdeModulePkg: Reset modules
395F: MdeModulePkg/*Reset*/
396F: MdeModulePkg/Include/*Reset*.h
397R: Zhichao Gao <zhichao.gao@intel.com> [ZhichaoGao]
398R: Ray Ni <ray.ni@intel.com> [niruiyu]
399
400MdeModulePkg: Serial modules
401F: MdeModulePkg/*Serial*/
402F: MdeModulePkg/Include/*SerialPort*.h
403R: Ray Ni <ray.ni@intel.com> [niruiyu]
404R: Zhichao Gao <zhichao.gao@intel.com> [ZhichaoGao]
405
406MdeModulePkg: SMBIOS modules
407F: MdeModulePkg/Universal/Smbios*/
408R: Zhiguang Liu <zhiguang.liu@intel.com> [LiuZhiguang001]
409R: Dandan Bi <dandan.bi@intel.com> [dandanbi]
410R: Star Zeng <star.zeng@intel.com> [lzeng14]
411R: Zhichao Gao <zhichao.gao@intel.com> [ZhichaoGao]
412
413MdeModulePkg: UEFI Variable modules
414F: MdeModulePkg/*Var*/
415F: MdeModulePkg/Include/*/*FaultTolerantWrite*.h
416F: MdeModulePkg/Include/*/*Var*.h
417F: MdeModulePkg/Include/Guid/SystemNvDataGuid.h
418F: MdeModulePkg/Include/Protocol/SwapAddressRange.h
419F: MdeModulePkg/Universal/FaultTolerantWrite*/
420R: Hao A Wu <hao.a.wu@intel.com> [hwu25]
421R: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
422
423MdeModulePkg: Universal Payload definitions
424F: MdeModulePkg/Include/UniversalPayload/
425R: Zhiguang Liu <zhiguang.liu@intel.com> [LiuZhiguang001]
426R: Ray Ni <ray.ni@intel.com> [niruiyu]
427R: Gua Guo <gua.guo@intel.com> [gguo11837463]
428
429MdePkg
430F: MdePkg/
431W: https://github.com/tianocore/tianocore.github.io/wiki/MdePkg
432M: Michael D Kinney <michael.d.kinney@intel.com> [mdkinney]
433M: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
434R: Zhiguang Liu <zhiguang.liu@intel.com> [LiuZhiguang001]
435
436NetworkPkg
437F: NetworkPkg/
438W: https://github.com/tianocore/tianocore.github.io/wiki/NetworkPkg
439M: Maciej Rabeda <maciej.rabeda@linux.intel.com> [mrabeda]
440R: Siyuan Fu <siyuan.fu@intel.com> [sfu5]
441
442OvmfPkg
443F: OvmfPkg/
444W: http://www.tianocore.org/ovmf/
445M: Ard Biesheuvel <ardb+tianocore@kernel.org> [ardbiesheuvel]
446M: Jiewen Yao <jiewen.yao@intel.com> [jyao1]
447R: Jordan Justen <jordan.l.justen@intel.com> [jljusten]
448R: Gerd Hoffmann <kraxel@redhat.com> [kraxel]
449S: Maintained
450
451OvmfPkg: bhyve-related modules
452F: OvmfPkg/Bhyve/
453F: OvmfPkg/Include/IndustryStandard/Bhyve.h
454F: OvmfPkg/Include/Library/BhyveFwCtlLib.h
455F: OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLibBhyve.c
456F: OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLibBhyve.inf
457F: OvmfPkg/Library/BhyveFwCtlLib/
458F: OvmfPkg/Library/PciHostBridgeLibScan/
459F: OvmfPkg/Library/PlatformBootManagerLibBhyve/
460F: OvmfPkg/Library/ResetSystemLib/BaseResetShutdownBhyve.c
461F: OvmfPkg/Library/ResetSystemLib/BaseResetSystemLibBhyve.inf
462R: Rebecca Cran <rebecca@bsdio.com> [bcran]
463R: Peter Grehan <grehan@freebsd.org> [grehan-freebsd]
464
465OvmfPkg: cloudhv-related modules
466F: OvmfPkg/CloudHv/
467F: OvmfPkg/Include/IndustryStandard/CloudHv.h
468R: Sebastien Boeuf <sebastien.boeuf@intel.com> [sboeuf]
469
470OvmfPkg: microvm-related modules
471F: OvmfPkg/Microvm/
472F: OvmfPkg/Include/IndustryStandard/Microvm.h
473F: OvmfPkg/Library/ResetSystemLib/*Microvm.*
474R: Gerd Hoffmann <kraxel@redhat.com> [kraxel]
475
476OvmfPkg: CSM modules
477F: OvmfPkg/Csm/
478R: David Woodhouse <dwmw2@infradead.org> [dwmw2]
479
480OvmfPkg: Confidential Computing
481F: OvmfPkg/AmdSev/
482F: OvmfPkg/AmdSevDxe/
483F: OvmfPkg/Include/Guid/ConfidentialComputingSecret.h
484F: OvmfPkg/Include/Library/MemEncryptSevLib.h
485F: OvmfPkg/IoMmuDxe/CcIoMmu.*
486F: OvmfPkg/Library/BaseMemEncryptSevLib/
487F: OvmfPkg/Library/PlatformBootManagerLibGrub/
488F: OvmfPkg/Library/CcExitLib/
489F: OvmfPkg/PlatformPei/AmdSev.c
490F: OvmfPkg/ResetVector/
491F: OvmfPkg/Sec/
492R: Erdem Aktas <erdemaktas@google.com> [ruleof2]
493R: James Bottomley <jejb@linux.ibm.com> [jejb]
494R: Jiewen Yao <jiewen.yao@intel.com> [jyao1]
495R: Min Xu <min.m.xu@intel.com> [mxu9]
496R: Tom Lendacky <thomas.lendacky@amd.com> [tlendacky]
497R: Michael Roth <michael.roth@amd.com> [mdroth]
498
499OvmfPkg: FDT related modules
500F: OvmfPkg/Fdt
501R: Leif Lindholm <quic_llindhol@quicinc.com> [leiflindholm]
502R: Gerd Hoffmann <kraxel@redhat.com> [kraxel]
503R: Abner Chang <abner.chang@amd.com> [changab]
504
505OvmfPkg: LsiScsi driver
506F: OvmfPkg/LsiScsiDxe/
507R: Gary Lin <gary.lin@hpe.com> [lcp]
508
509OvmfPkg: TCG- and TPM2-related modules
510F: OvmfPkg/Include/IndustryStandard/QemuTpm.h
511F: OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c
512F: OvmfPkg/Library/Tcg2PhysicalPresenceLib*/
513F: OvmfPkg/PlatformPei/ClearCache.c
514F: OvmfPkg/Tcg/
515R: Marc-André Lureau <marcandre.lureau@redhat.com> [elmarco]
516R: Stefan Berger <stefanb@linux.ibm.com> [stefanberger]
517
518OvmfPkg: Xen-related modules
519F: OvmfPkg/Include/Guid/XenBusRootDevice.h
520F: OvmfPkg/Include/Guid/XenInfo.h
521F: OvmfPkg/Include/IndustryStandard/Xen/
522F: OvmfPkg/Include/Library/XenHypercallLib.h
523F: OvmfPkg/Include/Library/XenIoMmioLib.h
524F: OvmfPkg/Include/Library/XenPlatformLib.h
525F: OvmfPkg/Include/Protocol/XenBus.h
526F: OvmfPkg/Include/Protocol/XenIo.h
527F: OvmfPkg/Library/PciHostBridgeLibScan/
528F: OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c
529F: OvmfPkg/Library/XenConsoleSerialPortLib/
530F: OvmfPkg/Library/XenHypercallLib/
531F: OvmfPkg/Library/XenIoMmioLib/
532F: OvmfPkg/Library/XenPlatformLib/
533F: OvmfPkg/Library/XenRealTimeClockLib/
534F: OvmfPkg/OvmfXen.*
535F: OvmfPkg/OvmfXenElfHeaderGenerator.c
536F: OvmfPkg/SmbiosPlatformDxe/*Xen*
537F: OvmfPkg/XenAcpiPlatformDxe/
538F: OvmfPkg/XenBusDxe/
539F: OvmfPkg/XenIoPciDxe/
540F: OvmfPkg/XenIoPvhDxe/
541F: OvmfPkg/XenPlatformPei/
542F: OvmfPkg/XenPvBlkDxe/
543F: OvmfPkg/XenResetVector/
544R: Anthony Perard <anthony.perard@citrix.com> [tperard]
545R: Julien Grall <julien@xen.org> [jgrall]
546
547OvmfPkg: RISC-V Qemu Virt Platform
548F: OvmfPkg/RiscVVirt
549R: Sunil V L <sunilvl@ventanamicro.com> [vlsunil]
550R: Andrei Warkentin <andrei.warkentin@intel.com> [andreiw]
551
552PcAtChipsetPkg
553F: PcAtChipsetPkg/
554W: https://github.com/tianocore/tianocore.github.io/wiki/PcAtChipsetPkg
555M: Ray Ni <ray.ni@intel.com> [niruiyu]
556
557PrmPkg
558F: PrmPkg/
559M: Michael Kubacki <mikuback@linux.microsoft.com> [makubacki]
560M: Nate DeSimone <nathaniel.l.desimone@intel.com> [nate-desimone]
561
562PrmPkg: ACPI related modules
563R: Ankit Sinha <ankit.sinha@intel.com> [ankit13s]
564
565RedfishPkg: Redfish related modules
566F: RedfishPkg/
567M: Abner Chang <abner.chang@amd.com> [changab]
568M: Nickle Wang <nicklew@nvidia.com> [nicklela]
569R: Igor Kulchytskyy <igork@ami.com> [igorkulchytskyy]
570
571SecurityPkg
572F: SecurityPkg/
573W: https://github.com/tianocore/tianocore.github.io/wiki/SecurityPkg
574M: Jiewen Yao <jiewen.yao@intel.com> [jyao1]
575M: Jian J Wang <jian.j.wang@intel.com> [jwang36]
576
577SecurityPkg: Secure boot related modules
578F: SecurityPkg/Library/DxeImageVerificationLib/
579F: SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
580F: SecurityPkg/Library/AuthVariableLib/
581R: Min Xu <min.m.xu@intel.com> [mxu9]
582
583SecurityPkg: Tcg related modules
584F: SecurityPkg/Tcg/
585R: Qi Zhang <qi1.zhang@intel.com> [qizhangz]
586R: Rahul Kumar <rahul1.kumar@intel.com> [rahul1-kumar]
587
588ShellPkg
589F: ShellPkg/
590W: https://github.com/tianocore/tianocore.github.io/wiki/ShellPkg
591M: Ray Ni <ray.ni@intel.com> [niruiyu]
592M: Zhichao Gao <zhichao.gao@intel.com> [ZhichaoGao]
593
594SignedCapsulePkg
595F: SignedCapsulePkg/
596W: https://github.com/tianocore/tianocore.github.io/wiki/SignedCapsulePkg
597M: Jian J Wang <jian.j.wang@intel.com> [jwang36]
598
599SourceLevelDebugPkg
600F: SourceLevelDebugPkg/
601W: https://github.com/tianocore/tianocore.github.io/wiki/SourceLevelDebugPkg
602M: Hao A Wu <hao.a.wu@intel.com> [hwu25]
603
604StandaloneMmPkg
605F: StandaloneMmPkg/
606M: Ard Biesheuvel <ardb+tianocore@kernel.org> [ardbiesheuvel]
607M: Sami Mujawar <sami.mujawar@arm.com> [samimujawar]
608M: Jiewen Yao <jiewen.yao@intel.com> [jyao1]
609R: Supreeth Venkatesh <supreeth.venkatesh@arm.com> [supven01]
610
611UefiCpuPkg
612F: UefiCpuPkg/
613W: https://github.com/tianocore/tianocore.github.io/wiki/UefiCpuPkg
614M: Eric Dong <eric.dong@intel.com> [ydong10]
615M: Ray Ni <ray.ni@intel.com> [niruiyu]
616R: Rahul Kumar <rahul1.kumar@intel.com> [rahul1-kumar]
617R: Gerd Hoffmann <kraxel@redhat.com> [kraxel]
618
619UefiCpuPkg: Sec related modules
620F: UefiCpuPkg/SecCore/
621F: UefiCpuPkg/ResetVector/
622R: Debkumar De <debkumar.de@intel.com> [dde01]
623R: Catharine West <catharine.west@intel.com> [catharine-intl]
624
625UefiPayloadPkg
626F: UefiPayloadPkg/
627W: https://github.com/tianocore/tianocore.github.io/wiki/UefiPayloadPkg
628M: Guo Dong <guo.dong@intel.com> [gdong1]
629M: Ray Ni <ray.ni@intel.com> [niruiyu]
630M: Sean Rhodes <sean@starlabs.systems> [Sean-StarLabs]
631M: James Lu <james.lu@intel.com> [jameslu8]
632R: Gua Guo <gua.guo@intel.com> [gguo11837463]
633S: Maintained
634
635UnitTestFrameworkPkg
636F: UnitTestFrameworkPkg/
637M: Michael D Kinney <michael.d.kinney@intel.com> [mdkinney]
638M: Michael Kubacki <mikuback@linux.microsoft.com> [makubacki]
639R: Sean Brogan <sean.brogan@microsoft.com> [spbrogan]
640S: Maintained
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use