VirtualBox

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

Last change on this file was 101291, checked in by vboxsync, 8 months ago

EFI/FirmwareNew: Make edk2-stable202308 build on all supported platforms (using gcc at least, msvc not tested yet), bugref:4643

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

© 2023 Oracle
ContactPrivacy policyTerms of Use