VirtualBox

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

Last change on this file since 91683 was 89983, checked in by vboxsync, 3 years ago

Devices/EFI: Merge edk-stable202105 and openssl 1.1.1j and make it build, bugref:4643

  • Property svn:eol-style set to native
File size: 19.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 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>
72M: Laszlo Ersek <lersek@redhat.com>
73M: Leif Lindholm <leif@nuviainc.com>
74M: Michael D Kinney <michael.d.kinney@intel.com>
75
76Responsible Disclosure, Reporting Security Issues
77-------------------------------------------------
78W: https://github.com/tianocore/tianocore.github.io/wiki/Security
79
80EDK II Releases:
81----------------
82W: https://github.com/tianocore/tianocore.github.io/wiki/EDK-II-Release-Planning
83M: Liming Gao <gaoliming@byosoft.com.cn>
84
85UEFI Shell Binaries (ShellBinPkg.zip) from EDK II Releases:
86-----------------------------------------------------------
87W: https://github.com/tianocore/edk2/releases/
88M: Ray Ni <ray.ni@intel.com> (Ia32/X64)
89M: Zhichao Gao <zhichao.gao@intel.com> (Ia32/X64)
90M: Leif Lindholm <leif@nuviainc.com> (ARM/AArch64)
91M: Ard Biesheuvel <ardb+tianocore@kernel.org> (ARM/AArch64)
92
93EDK II Architectures:
94---------------------
95ARM, AARCH64
96F: */AArch64/
97F: */Arm/
98M: Leif Lindholm <leif@nuviainc.com>
99M: Ard Biesheuvel <ardb+tianocore@kernel.org>
100
101RISCV64
102F: */RiscV64/
103M: Abner Chang <abner.chang@hpe.com>
104R: Daniel Schaefer <daniel.schaefer@hpe.com>
105
106EDK II Continuous Integration:
107------------------------------
108.azurepipelines/
109F: .azurepipelines/
110M: Sean Brogan <sean.brogan@microsoft.com>
111M: Bret Barkelew <Bret.Barkelew@microsoft.com>
112R: Michael D Kinney <michael.d.kinney@intel.com>
113R: Liming Gao <gaoliming@byosoft.com.cn>
114
115.mergify/
116F: .mergify/
117M: Michael D Kinney <michael.d.kinney@intel.com>
118M: Liming Gao <gaoliming@byosoft.com.cn>
119R: Sean Brogan <sean.brogan@microsoft.com>
120R: Bret Barkelew <Bret.Barkelew@microsoft.com>
121
122.pytool/
123F: .pytool/
124M: Sean Brogan <sean.brogan@microsoft.com>
125M: Bret Barkelew <Bret.Barkelew@microsoft.com>
126R: Michael D Kinney <michael.d.kinney@intel.com>
127R: Liming Gao <gaoliming@byosoft.com.cn>
128
129EDK II Packages:
130----------------
131ArmPkg
132F: ArmPkg/
133W: https://github.com/tianocore/tianocore.github.io/wiki/ArmPkg
134M: Leif Lindholm <leif@nuviainc.com>
135M: Ard Biesheuvel <ardb+tianocore@kernel.org>
136
137ArmPlatformPkg
138F: ArmPlatformPkg/
139W: https://github.com/tianocore/tianocore.github.io/wiki/ArmPlatformPkg
140M: Leif Lindholm <leif@nuviainc.com>
141M: Ard Biesheuvel <ardb+tianocore@kernel.org>
142
143ArmVirtPkg
144F: ArmVirtPkg/
145W: https://github.com/tianocore/tianocore.github.io/wiki/ArmVirtPkg
146M: Laszlo Ersek <lersek@redhat.com>
147M: Ard Biesheuvel <ardb+tianocore@kernel.org>
148R: Leif Lindholm <leif@nuviainc.com>
149
150ArmVirtPkg: modules used on Xen
151F: ArmVirtPkg/ArmVirtXen.*
152F: ArmVirtPkg/Library/XenArmGenericTimerVirtCounterLib/
153F: ArmVirtPkg/Library/XenVirtMemInfoLib/
154F: ArmVirtPkg/PrePi/
155F: ArmVirtPkg/XenAcpiPlatformDxe/
156F: ArmVirtPkg/XenPlatformHasAcpiDtDxe/
157F: ArmVirtPkg/XenioFdtDxe/
158R: Julien Grall <julien@xen.org>
159
160ArmVirtPkg: Kvmtool emulated platform support
161F: ArmVirtPkg/ArmVirtKvmTool.*
162F: ArmVirtPkg/KvmtoolPlatformDxe/
163F: ArmVirtPkg/Library/Fdt16550SerialPortHookLib/
164F: ArmVirtPkg/Library/KvmtoolPlatformPeiLib/
165F: ArmVirtPkg/Library/KvmtoolRtcFdtClientLib/
166F: ArmVirtPkg/Library/KvmtoolVirtMemInfoLib/
167F: ArmVirtPkg/Library/NorFlashKvmtoolLib/
168R: Sami Mujawar <sami.mujawar@arm.com>
169
170BaseTools
171F: BaseTools/
172W: https://github.com/tianocore/tianocore.github.io/wiki/BaseTools
173M: Bob Feng <bob.c.feng@intel.com>
174M: Liming Gao <gaoliming@byosoft.com.cn>
175R: Yuwei Chen <yuwei.chen@intel.com>
176
177CryptoPkg
178F: CryptoPkg/
179W: https://github.com/tianocore/tianocore.github.io/wiki/CryptoPkg
180M: Jiewen Yao <jiewen.yao@intel.com>
181M: Jian J Wang <jian.j.wang@intel.com>
182R: Xiaoyu Lu <xiaoyux.lu@intel.com>
183R: Guomin Jiang <guomin.jiang@intel.com>
184
185DynamicTablesPkg
186F: DynamicTablesPkg/
187W: https://github.com/tianocore/tianocore.github.io/wiki/DynamicTablesPkg
188M: Sami Mujawar <Sami.Mujawar@arm.com>
189M: Alexei Fedorov <Alexei.Fedorov@arm.com>
190
191EmbeddedPkg
192F: EmbeddedPkg/
193W: https://github.com/tianocore/tianocore.github.io/wiki/EmbeddedPkg
194M: Leif Lindholm <leif@nuviainc.com>
195M: Ard Biesheuvel <ardb+tianocore@kernel.org>
196
197EmulatorPkg
198F: EmulatorPkg/
199W: https://github.com/tianocore/tianocore.github.io/wiki/EmulatorPkg
200M: Andrew Fish <afish@apple.com>
201M: Ray Ni <ray.ni@intel.com>
202S: Maintained
203
204FatPkg
205F: FatPkg/
206W: https://github.com/tianocore/tianocore.github.io/wiki/Edk2-fat-driver
207M: Ray Ni <ray.ni@intel.com>
208T: svn - https://svn.code.sf.net/p/edk2-fatdriver2/code/trunk/EnhancedFat
209T: git - https://github.com/tianocore/edk2-FatPkg.git
210
211FmpDevicePkg
212F: FmpDevicePkg/
213W: https://github.com/tianocore/tianocore.github.io/wiki/FmpDevicePkg
214M: Liming Gao <gaoliming@byosoft.com.cn>
215M: Michael D Kinney <michael.d.kinney@intel.com>
216R: Guomin Jiang <guomin.jiang@intel.com>
217R: Wei6 Xu <wei6.xu@intel.com>
218
219IntelFsp2Pkg
220F: IntelFsp2Pkg/
221W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFsp2Pkg
222M: Chasel Chiu <chasel.chiu@intel.com>
223R: Nate DeSimone <nathaniel.l.desimone@intel.com>
224R: Star Zeng <star.zeng@intel.com>
225
226IntelFsp2WrapperPkg
227F: IntelFsp2WrapperPkg/
228W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFsp2WrapperPkg
229M: Chasel Chiu <chasel.chiu@intel.com>
230R: Nate DeSimone <nathaniel.l.desimone@intel.com>
231R: Star Zeng <star.zeng@intel.com>
232
233MdeModulePkg
234F: MdeModulePkg/
235W: https://github.com/tianocore/tianocore.github.io/wiki/MdeModulePkg
236M: Jian J Wang <jian.j.wang@intel.com>
237M: Hao A Wu <hao.a.wu@intel.com>
238
239MdeModulePkg: ACPI modules
240F: MdeModulePkg/Include/*Acpi*.h
241F: MdeModulePkg/Universal/Acpi/
242R: Dandan Bi <dandan.bi@intel.com>
243R: Liming Gao <gaoliming@byosoft.com.cn>
244
245MdeModulePkg: ACPI modules related to S3
246F: MdeModulePkg/*LockBox*/
247F: MdeModulePkg/Include/*BootScript*.h
248F: MdeModulePkg/Include/*LockBox*.h
249F: MdeModulePkg/Include/*S3*.h
250F: MdeModulePkg/Library/*S3*/
251R: Hao A Wu <hao.a.wu@intel.com>
252R: Eric Dong <eric.dong@intel.com>
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 <zhichao.gao@intel.com>
263R: Ray Ni <ray.ni@intel.com>
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 <zhichao.gao@intel.com>
278R: Ray Ni <ray.ni@intel.com>
279
280MdeModulePkg: Core services (PEI, DXE and Runtime) modules
281F: MdeModulePkg/*Mem*/
282F: MdeModulePkg/*SectionExtract*/
283F: MdeModulePkg/*StatusCode*/
284F: MdeModulePkg/Application/DumpDynPcd/
285F: MdeModulePkg/Core/Dxe/
286F: MdeModulePkg/Core/DxeIplPeim/
287F: MdeModulePkg/Core/RuntimeDxe/
288F: MdeModulePkg/Include/*Mem*.h
289F: MdeModulePkg/Include/*Pcd*.h
290F: MdeModulePkg/Include/*Perf*.h
291F: MdeModulePkg/Include/*StatusCode*.h
292F: MdeModulePkg/Include/Guid/Crc32GuidedSectionExtraction.h
293F: MdeModulePkg/Include/Guid/EventExitBootServiceFailed.h
294F: MdeModulePkg/Include/Guid/IdleLoopEvent.h
295F: MdeModulePkg/Include/Guid/LoadModuleAtFixedAddress.h
296F: MdeModulePkg/Include/Guid/LzmaDecompress.h
297F: MdeModulePkg/Include/Library/SecurityManagementLib.h
298F: MdeModulePkg/Library/*Decompress*/
299F: MdeModulePkg/Library/*Perf*/
300F: MdeModulePkg/Library/DxeSecurityManagementLib/
301F: MdeModulePkg/Universal/PCD/
302F: MdeModulePkg/Universal/PlatformDriOverrideDxe/
303F: MdeModulePkg/Universal/SecurityStubDxe/SecurityStub.c
304R: Dandan Bi <dandan.bi@intel.com>
305R: Liming Gao <gaoliming@byosoft.com.cn>
306
307MdeModulePkg: Device and Peripheral modules
308F: MdeModulePkg/*PciHostBridge*/
309F: MdeModulePkg/Bus/
310F: MdeModulePkg/Include/*Ata*.h
311F: MdeModulePkg/Include/*IoMmu*.h
312F: MdeModulePkg/Include/*NonDiscoverableDevice*.h
313F: MdeModulePkg/Include/*NvmExpress*.h
314F: MdeModulePkg/Include/*SdMmc*.h
315F: MdeModulePkg/Include/*Ufs*.h
316F: MdeModulePkg/Include/*Usb*.h
317F: MdeModulePkg/Include/Guid/RecoveryDevice.h
318F: MdeModulePkg/Include/Guid/S3StorageDeviceInitList.h
319F: MdeModulePkg/Include/Library/PciHostBridgeLib.h
320F: MdeModulePkg/Include/Ppi/StorageSecurityCommand.h
321F: MdeModulePkg/Include/Protocol/Ps2Policy.h
322F: MdeModulePkg/Library/NonDiscoverableDeviceRegistrationLib/
323F: MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/
324R: Hao A Wu <hao.a.wu@intel.com>
325R: Ray Ni <ray.ni@intel.com>
326
327MdeModulePkg: Disk modules
328F: MdeModulePkg/Universal/Disk/
329R: Hao A Wu <hao.a.wu@intel.com>
330R: Ray Ni <ray.ni@intel.com>
331R: Zhichao Gao <zhichao.gao@intel.com>
332
333MdeModulePkg: Firmware Update modules
334F: MdeModulePkg/*Capsule*/
335F: MdeModulePkg/Include/*Capsule*.h
336F: MdeModulePkg/Include/Library/DisplayUpdateProgressLib.h
337F: MdeModulePkg/Include/Library/FmpAuthenticationLib.h
338F: MdeModulePkg/Include/Protocol/EsrtManagement.h
339F: MdeModulePkg/Include/Protocol/FirmwareManagementProgress.h
340F: MdeModulePkg/Library/DisplayUpdateProgressLib*/
341F: MdeModulePkg/Library/FmpAuthenticationLibNull/
342F: MdeModulePkg/Universal/Esrt*/
343R: Hao A Wu <hao.a.wu@intel.com>
344R: Liming Gao <gaoliming@byosoft.com.cn>
345R: Guomin Jiang <guomin.jiang@intel.com>
346
347MdeModulePkg: HII and UI modules
348F: MdeModulePkg/*FileExplorer*/
349F: MdeModulePkg/*Hii*/
350F: MdeModulePkg/*Ui*/
351F: MdeModulePkg/Application/BootManagerMenuApp/
352F: MdeModulePkg/Include/*FileExplorer*.h
353F: MdeModulePkg/Include/*FormBrowser*.h
354F: MdeModulePkg/Include/*Hii*.h
355F: MdeModulePkg/Include/Library/CustomizedDisplayLib.h
356F: MdeModulePkg/Include/Protocol/DisplayProtocol.h
357F: MdeModulePkg/Library/CustomizedDisplayLib/
358F: MdeModulePkg/Universal/DisplayEngineDxe/
359F: MdeModulePkg/Universal/DriverSampleDxe/
360F: MdeModulePkg/Universal/SetupBrowserDxe/
361R: Dandan Bi <dandan.bi@intel.com>
362R: Eric Dong <eric.dong@intel.com>
363
364MdeModulePkg: Management Mode (MM, SMM) modules
365F: MdeModulePkg/*Smi*/
366F: MdeModulePkg/*Smm*/
367F: MdeModulePkg/Include/*Smi*.h
368F: MdeModulePkg/Include/*Smm*.h
369R: Eric Dong <eric.dong@intel.com>
370R: Ray Ni <ray.ni@intel.com>
371
372MdeModulePkg: Pei Core
373F: MdeModulePkg/Core/Pei/
374R: Dandan Bi <dandan.bi@intel.com>
375R: Liming Gao <gaoliming@byosoft.com.cn>
376R: Debkumar De <debkumar.de@intel.com>
377R: Harry Han <harry.han@intel.com>
378R: Catharine West <catharine.west@intel.com>
379
380MdeModulePkg: Reset modules
381F: MdeModulePkg/*Reset*/
382F: MdeModulePkg/Include/*Reset*.h
383R: Zhichao Gao <zhichao.gao@intel.com>
384R: Ray Ni <ray.ni@intel.com>
385
386MdeModulePkg: Serial modules
387F: MdeModulePkg/*Serial*/
388F: MdeModulePkg/Include/*SerialPort*.h
389R: Hao A Wu <hao.a.wu@intel.com>
390R: Ray Ni <ray.ni@intel.com>
391R: Zhichao Gao <zhichao.gao@intel.com>
392
393MdeModulePkg: SMBIOS modules
394F: MdeModulePkg/Universal/Smbios*/
395R: Dandan Bi <dandan.bi@intel.com>
396R: Star Zeng <star.zeng@intel.com>
397R: Zhichao Gao <zhichao.gao@intel.com>
398
399MdeModulePkg: UEFI Variable modules
400F: MdeModulePkg/*Var*/
401F: MdeModulePkg/Include/*/*FaultTolerantWrite*.h
402F: MdeModulePkg/Include/*/*Var*.h
403F: MdeModulePkg/Include/Guid/SystemNvDataGuid.h
404F: MdeModulePkg/Include/Protocol/SwapAddressRange.h
405F: MdeModulePkg/Universal/FaultTolerantWrite*/
406R: Hao A Wu <hao.a.wu@intel.com>
407R: Liming Gao <gaoliming@byosoft.com.cn>
408
409MdePkg
410F: MdePkg/
411W: https://github.com/tianocore/tianocore.github.io/wiki/MdePkg
412M: Michael D Kinney <michael.d.kinney@intel.com>
413M: Liming Gao <gaoliming@byosoft.com.cn>
414R: Zhiguang Liu <zhiguang.liu@intel.com>
415
416NetworkPkg
417F: NetworkPkg/
418W: https://github.com/tianocore/tianocore.github.io/wiki/NetworkPkg
419M: Maciej Rabeda <maciej.rabeda@linux.intel.com>
420R: Jiaxin Wu <jiaxin.wu@intel.com>
421R: Siyuan Fu <siyuan.fu@intel.com>
422
423OvmfPkg
424F: OvmfPkg/
425W: http://www.tianocore.org/ovmf/
426M: Laszlo Ersek <lersek@redhat.com>
427M: Ard Biesheuvel <ardb+tianocore@kernel.org>
428R: Jordan Justen <jordan.l.justen@intel.com>
429S: Maintained
430
431OvmfPkg: bhyve-related modules
432F: OvmfPkg/Bhyve/
433F: OvmfPkg/Include/IndustryStandard/Bhyve.h
434F: OvmfPkg/Include/Library/BhyveFwCtlLib.h
435F: OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLibBhyve.c
436F: OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLibBhyve.inf
437F: OvmfPkg/Library/BhyveFwCtlLib/
438F: OvmfPkg/Library/PlatformBootManagerLibBhyve/
439F: OvmfPkg/Library/ResetSystemLib/BaseResetShutdownBhyve.c
440F: OvmfPkg/Library/ResetSystemLib/BaseResetSystemLibBhyve.inf
441R: Rebecca Cran <rebecca@bsdio.com>
442R: Peter Grehan <grehan@freebsd.org>
443
444OvmfPkg: CSM modules
445F: OvmfPkg/Csm/
446R: David Woodhouse <dwmw2@infradead.org>
447
448OvmfPkg: Confidential Computing
449F: OvmfPkg/AmdSev/
450F: OvmfPkg/AmdSevDxe/
451F: OvmfPkg/Include/Guid/ConfidentialComputingSecret.h
452F: OvmfPkg/Include/Library/MemEncryptSevLib.h
453F: OvmfPkg/IoMmuDxe/AmdSevIoMmu.*
454F: OvmfPkg/Library/BaseMemEncryptSevLib/
455F: OvmfPkg/Library/PlatformBootManagerLibGrub/
456F: OvmfPkg/Library/VmgExitLib/
457F: OvmfPkg/PlatformPei/AmdSev.c
458F: OvmfPkg/ResetVector/
459F: OvmfPkg/Sec/
460R: Brijesh Singh <brijesh.singh@amd.com>
461R: Erdem Aktas <erdemaktas@google.com>
462R: James Bottomley <jejb@linux.ibm.com>
463R: Jiewen Yao <jiewen.yao@intel.com>
464R: Min Xu <min.m.xu@intel.com>
465R: Tom Lendacky <thomas.lendacky@amd.com>
466
467OvmfPkg: LsiScsi driver
468F: OvmfPkg/LsiScsiDxe/
469R: Gary Lin <glin@suse.com>
470
471OvmfPkg: MptScsi and PVSCSI driver
472F: OvmfPkg/MptScsiDxe/
473F: OvmfPkg/PvScsiDxe/
474R: Liran Alon <liran.alon@oracle.com>
475R: Nikita Leshenko <nikita.leshchenko@oracle.com>
476
477OvmfPkg: TCG- and TPM2-related modules
478F: OvmfPkg/Include/IndustryStandard/QemuTpm.h
479F: OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c
480F: OvmfPkg/Library/Tcg2PhysicalPresenceLib*/
481F: OvmfPkg/PlatformPei/ClearCache.c
482F: OvmfPkg/Tcg/
483R: Marc-André Lureau <marcandre.lureau@redhat.com>
484R: Stefan Berger <stefanb@linux.ibm.com>
485
486OvmfPkg: Xen-related modules
487F: OvmfPkg/AcpiPlatformDxe/Xen.c
488F: OvmfPkg/Include/Guid/XenBusRootDevice.h
489F: OvmfPkg/Include/Guid/XenInfo.h
490F: OvmfPkg/Include/IndustryStandard/Xen/
491F: OvmfPkg/Include/Library/XenHypercallLib.h
492F: OvmfPkg/Include/Library/XenIoMmioLib.h
493F: OvmfPkg/Include/Library/XenPlatformLib.h
494F: OvmfPkg/Include/Protocol/XenBus.h
495F: OvmfPkg/Include/Protocol/XenIo.h
496F: OvmfPkg/Library/PciHostBridgeLib/XenSupport.c
497F: OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c
498F: OvmfPkg/Library/XenConsoleSerialPortLib/
499F: OvmfPkg/Library/XenHypercallLib/
500F: OvmfPkg/Library/XenIoMmioLib/
501F: OvmfPkg/Library/XenPlatformLib/
502F: OvmfPkg/Library/XenRealTimeClockLib/
503F: OvmfPkg/OvmfXen.*
504F: OvmfPkg/OvmfXenElfHeaderGenerator.c
505F: OvmfPkg/PlatformPei/MemDetect.c
506F: OvmfPkg/PlatformPei/Platform.*
507F: OvmfPkg/PlatformPei/Xen.*
508F: OvmfPkg/SmbiosPlatformDxe/*Xen.c
509F: OvmfPkg/XenBusDxe/
510F: OvmfPkg/XenIoPciDxe/
511F: OvmfPkg/XenIoPvhDxe/
512F: OvmfPkg/XenPlatformPei/
513F: OvmfPkg/XenPvBlkDxe/
514F: OvmfPkg/XenResetVector/
515F: OvmfPkg/XenTimerDxe/
516R: Anthony Perard <anthony.perard@citrix.com>
517R: Julien Grall <julien@xen.org>
518
519PcAtChipsetPkg
520F: PcAtChipsetPkg/
521W: https://github.com/tianocore/tianocore.github.io/wiki/PcAtChipsetPkg
522M: Ray Ni <ray.ni@intel.com>
523
524RedfishPkg: Redfish related modules
525F: RedfishPkg/
526M: Abner Chang <abner.chang@hpe.com>
527R: Nickle Wang <nickle.wang@hpe.com>
528
529SecurityPkg
530F: SecurityPkg/
531W: https://github.com/tianocore/tianocore.github.io/wiki/SecurityPkg
532M: Jiewen Yao <jiewen.yao@intel.com>
533M: Jian J Wang <jian.j.wang@intel.com>
534
535SecurityPkg: Secure boot related modules
536F: SecurityPkg/Library/DxeImageVerificationLib/
537F: SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
538F: SecurityPkg/Library/AuthVariableLib/
539R: Min Xu <min.m.xu@intel.com>
540
541SecurityPkg: Tcg related modules
542F: SecurityPkg/Tcg/
543R: Qi Zhang <qi1.zhang@intel.com>
544R: Rahul Kumar <rahul1.kumar@intel.com>
545
546ShellPkg
547F: ShellPkg/
548W: https://github.com/tianocore/tianocore.github.io/wiki/ShellPkg
549M: Ray Ni <ray.ni@intel.com>
550M: Zhichao Gao <zhichao.gao@intel.com>
551
552SignedCapsulePkg
553F: SignedCapsulePkg/
554W: https://github.com/tianocore/tianocore.github.io/wiki/SignedCapsulePkg
555M: Jian J Wang <jian.j.wang@intel.com>
556
557SourceLevelDebugPkg
558F: SourceLevelDebugPkg/
559W: https://github.com/tianocore/tianocore.github.io/wiki/SourceLevelDebugPkg
560M: Hao A Wu <hao.a.wu@intel.com>
561
562StandaloneMmPkg
563F: StandaloneMmPkg/
564M: Ard Biesheuvel <ardb+tianocore@kernel.org>
565M: Sami Mujawar <sami.mujawar@arm.com>
566M: Jiewen Yao <jiewen.yao@intel.com>
567R: Supreeth Venkatesh <supreeth.venkatesh@arm.com>
568
569UefiCpuPkg
570F: UefiCpuPkg/
571W: https://github.com/tianocore/tianocore.github.io/wiki/UefiCpuPkg
572M: Eric Dong <eric.dong@intel.com>
573M: Ray Ni <ray.ni@intel.com>
574R: Laszlo Ersek <lersek@redhat.com>
575R: Rahul Kumar <rahul1.kumar@intel.com>
576
577UefiCpuPkg: Sec related modules
578F: UefiCpuPkg/SecCore/
579F: UefiCpuPkg/ResetVector/
580R: Debkumar De <debkumar.de@intel.com>
581R: Harry Han <harry.han@intel.com>
582R: Catharine West <catharine.west@intel.com>
583
584UefiPayloadPkg
585F: UefiPayloadPkg/
586W: https://github.com/tianocore/tianocore.github.io/wiki/UefiPayloadPkg
587M: Maurice Ma <maurice.ma@intel.com>
588M: Guo Dong <guo.dong@intel.com>
589M: Benjamin You <benjamin.you@intel.com>
590S: Maintained
591
592UnitTestFrameworkPkg
593F: UnitTestFrameworkPkg/
594M: Michael D Kinney <michael.d.kinney@intel.com>
595R: Sean Brogan <sean.brogan@microsoft.com>
596R: Bret Barkelew <Bret.Barkelew@microsoft.com>
597S: 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