VirtualBox

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

Last change on this file was 105670, checked in by vboxsync, 5 weeks 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: devel@edk2.groups.io
63F: *
64F: */
65
66Tianocore Stewards
67------------------
68F: *
69M: Andrew Fish <afish@apple.com> [ajfish]
70M: Leif Lindholm <quic_llindhol@quicinc.com> [leiflindholm]
71M: Michael D Kinney <michael.d.kinney@intel.com> [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 <gaoliming@byosoft.com.cn> [lgao4]
81
82EDK II Architectures:
83---------------------
84ARM, AARCH64
85F: */AArch64/
86F: */Arm/
87M: Leif Lindholm <quic_llindhol@quicinc.com> [leiflindholm]
88M: Ard Biesheuvel <ardb+tianocore@kernel.org> [ardbiesheuvel]
89M: Sami Mujawar <sami.mujawar@arm.com> [samimujawar]
90
91RISCV64
92F: */RiscV64/
93M: Sunil V L <sunilvl@ventanamicro.com> [vlsunil]
94R: Andrei Warkentin <andrei.warkentin@intel.com> [andreiw]
95
96LOONGARCH64
97F: */LoongArch64/
98M: Chao Li <lichao@loongson.cn> [kilaterlee]
99M: Baoqi Zhang <zhangbaoqi@loongson.cn> [zhangbaoqi-ls]
100R: Dongyan Qian <qiandongyan@loongson.cn> [MarsDoge]
101
102EDK II Continuous Integration:
103------------------------------
104.azurepipelines/
105F: .azurepipelines/
106M: Sean Brogan <sean.brogan@microsoft.com> [spbrogan]
107M: Joey Vagedes <joey.vagedes@gmail.com> [javagedes]
108R: Michael D Kinney <michael.d.kinney@intel.com> [mdkinney]
109R: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
110
111.devcontainer/
112F: .devcontainer/
113M: Joey Vagedes <joey.vagedes@gmail.com> [javagedes]
114R: Chris Fernald <chris.fernald@outlook.com> [cfernald]
115
116.github/
117F: .github/
118M: Sean Brogan <sean.brogan@microsoft.com> [spbrogan]
119M: Joey Vagedes <joey.vagedes@gmail.com> [javagedes]
120R: Michael D Kinney <michael.d.kinney@intel.com> [mdkinney]
121
122.mergify/
123F: .mergify/
124M: Michael D Kinney <michael.d.kinney@intel.com> [mdkinney]
125M: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
126R: Sean Brogan <sean.brogan@microsoft.com> [spbrogan]
127
128.pytool/
129F: .pytool/
130M: Sean Brogan <sean.brogan@microsoft.com> [spbrogan]
131M: Joey Vagedes <joey.vagedes@gmail.com> [javagedes]
132R: Michael D Kinney <michael.d.kinney@intel.com> [mdkinney]
133R: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
134
135EDK II Packages:
136----------------
137ArmPkg
138F: ArmPkg/
139W: https://github.com/tianocore/tianocore.github.io/wiki/ArmPkg
140M: Leif Lindholm <quic_llindhol@quicinc.com> [leiflindholm]
141M: Ard Biesheuvel <ardb+tianocore@kernel.org> [ardbiesheuvel]
142R: Sami Mujawar <sami.mujawar@arm.com> [samimujawar]
143
144ArmPlatformPkg
145F: ArmPlatformPkg/
146W: https://github.com/tianocore/tianocore.github.io/wiki/ArmPlatformPkg
147M: Leif Lindholm <quic_llindhol@quicinc.com> [leiflindholm]
148M: Ard Biesheuvel <ardb+tianocore@kernel.org> [ardbiesheuvel]
149
150ArmVirtPkg
151F: ArmVirtPkg/
152W: https://github.com/tianocore/tianocore.github.io/wiki/ArmVirtPkg
153M: Ard Biesheuvel <ardb+tianocore@kernel.org> [ardbiesheuvel]
154R: Leif Lindholm <quic_llindhol@quicinc.com> [leiflindholm]
155R: Sami Mujawar <sami.mujawar@arm.com> [samimujawar]
156R: Gerd Hoffmann <kraxel@redhat.com> [kraxel]
157
158BaseTools
159F: BaseTools/
160W: https://github.com/tianocore/tianocore.github.io/wiki/BaseTools
161M: Rebecca Cran <rebecca@bsdio.com> [bcran]
162M: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
163R: Bob Feng <bob.c.feng@intel.com> [BobCF]
164R: Yuwei Chen <yuwei.chen@intel.com> [YuweiChen1110]
165
166BaseTools: Plugins
167F: BaseTools/Plugin/
168M: Sean Brogan <sean.brogan@microsoft.com> [spbrogan]
169M: Joey Vagedes <joey.vagedes@gmail.com> [javagedes]
170R: Michael D Kinney <michael.d.kinney@intel.com> [mdkinney]
171R: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
172
173CryptoPkg
174F: CryptoPkg/
175W: https://github.com/tianocore/tianocore.github.io/wiki/CryptoPkg
176M: Jiewen Yao <jiewen.yao@intel.com> [jyao1]
177M: Yi Li <yi1.li@intel.com> [liyi77]
178R: Wenxing Hou <wenxing.hou@intel.com> [Wenxing-hou]
179
180DynamicTablesPkg
181F: DynamicTablesPkg/
182W: https://github.com/tianocore/tianocore.github.io/wiki/DynamicTablesPkg
183M: Sami Mujawar <Sami.Mujawar@arm.com> [samimujawar]
184M: Pierre Gondois <pierre.gondois@arm.com> [pierregondois]
185
186EmbeddedPkg
187F: EmbeddedPkg/
188W: https://github.com/tianocore/tianocore.github.io/wiki/EmbeddedPkg
189M: Leif Lindholm <quic_llindhol@quicinc.com> [leiflindholm]
190M: Ard Biesheuvel <ardb+tianocore@kernel.org> [ardbiesheuvel]
191M: Abner Chang <abner.chang@amd.com> [changab]
192
193EmulatorPkg
194F: EmulatorPkg/
195W: https://github.com/tianocore/tianocore.github.io/wiki/EmulatorPkg
196M: Andrew Fish <afish@apple.com> [ajfish]
197M: Ray Ni <ray.ni@intel.com> [niruiyu]
198S: Maintained
199
200EmulatorPkg: Redfish-related modules
201F: EmulatorPkg/*Redfish*
202M: Abner Chang <abner.chang@amd.com> [changab]
203M: Nickle Wang <nicklew@nvidia.com> [nicklela]
204
205FatPkg
206F: FatPkg/
207W: https://github.com/tianocore/tianocore.github.io/wiki/Edk2-fat-driver
208M: Ray Ni <ray.ni@intel.com> [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 <gaoliming@byosoft.com.cn> [lgao4]
216M: Michael D Kinney <michael.d.kinney@intel.com> [mdkinney]
217R: Wei6 Xu <wei6.xu@intel.com> [xuweiintel]
218
219IntelFsp2Pkg
220F: IntelFsp2Pkg/
221W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFsp2Pkg
222M: Chasel Chiu <chasel.chiu@intel.com> [ChaselChiu]
223M: Nate DeSimone <nathaniel.l.desimone@intel.com> [nate-desimone]
224M: Duggapu Chinni B <chinni.b.duggapu@intel.com> [cbduggap]
225R: Star Zeng <star.zeng@intel.com> [lzeng14]
226R: Ted Kuo <ted.kuo@intel.com> [tedkuo1]
227R: Ashraf Ali S <ashraf.ali.s@intel.com> [AshrafAliS]
228R: Susovan Mohapatra <susovan.mohapatra@intel.com> [susovanmohapatra]
229
230IntelFsp2WrapperPkg
231F: IntelFsp2WrapperPkg/
232W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFsp2WrapperPkg
233M: Chasel Chiu <chasel.chiu@intel.com> [ChaselChiu]
234M: Nate DeSimone <nathaniel.l.desimone@intel.com> [nate-desimone]
235M: Duggapu Chinni B <chinni.b.duggapu@intel.com> [cbduggap]
236M: Chen Gang C <gang.c.chen@intel.com> [chengangc]
237R: Star Zeng <star.zeng@intel.com> [lzeng14]
238R: Ted Kuo <ted.kuo@intel.com> [tedkuo1]
239R: Ashraf Ali S <ashraf.ali.s@intel.com> [AshrafAliS]
240R: Susovan Mohapatra <susovan.mohapatra@intel.com> [susovanmohapatra]
241
242MdeModulePkg
243F: MdeModulePkg/
244W: https://github.com/tianocore/tianocore.github.io/wiki/MdeModulePkg
245M: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
246
247MdeModulePkg: ACPI modules
248F: MdeModulePkg/Include/*Acpi*.h
249F: MdeModulePkg/Universal/Acpi/
250R: Zhiguang Liu <zhiguang.liu@intel.com> [LiuZhiguang001]
251R: Dandan Bi <dandan.bi@intel.com> [dandanbi]
252R: Liming Gao <gaoliming@byosoft.com.cn> [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 <zhichao.gao@intel.com> [ZhichaoGao]
263R: Ray Ni <ray.ni@intel.com> [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 <zhichao.gao@intel.com> [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 <gaoliming@byosoft.com.cn> [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 <ray.ni@intel.com> [niruiyu]
323
324MdeModulePkg: Disk modules
325F: MdeModulePkg/Universal/Disk/
326R: Ray Ni <ray.ni@intel.com> [niruiyu]
327R: Zhichao Gao <zhichao.gao@intel.com> [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 <gaoliming@byosoft.com.cn> [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 <dandan.bi@intel.com> [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 <jiaxin.wu@intel.com> [jiaxinwu]
363R: Ray Ni <ray.ni@intel.com> [niruiyu]
364
365MdeModulePkg: Pei Core
366F: MdeModulePkg/Core/Pei/
367R: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
368
369MdeModulePkg: Reset modules
370F: MdeModulePkg/*Reset*/
371F: MdeModulePkg/Include/*Reset*.h
372R: Zhichao Gao <zhichao.gao@intel.com> [ZhichaoGao]
373
374MdeModulePkg: Serial modules
375F: MdeModulePkg/*Serial*/
376F: MdeModulePkg/Include/*SerialPort*.h
377R: Zhichao Gao <zhichao.gao@intel.com> [ZhichaoGao]
378
379MdeModulePkg: SMBIOS modules
380F: MdeModulePkg/Universal/Smbios*/
381R: Zhiguang Liu <zhiguang.liu@intel.com> [LiuZhiguang001]
382R: Dandan Bi <dandan.bi@intel.com> [dandanbi]
383R: Star Zeng <star.zeng@intel.com> [lzeng14]
384R: Zhichao Gao <zhichao.gao@intel.com> [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 <gaoliming@byosoft.com.cn> [lgao4]
394
395MdeModulePkg: Universal Payload definitions
396F: MdeModulePkg/Include/UniversalPayload/
397R: Zhiguang Liu <zhiguang.liu@intel.com> [LiuZhiguang001]
398R: Gua Guo <gua.guo@intel.com> [gguo11837463]
399
400MdeModulePkg: Trace Hub debug message related library instance
401F: MdeModulePkg/Library/TraceHubDebugSysTLib/
402F: MdeModulePkg/Include/Guid/TraceHubDebugInfoHob.h
403M: Gua Guo <gua.guo@intel.com> [gguo11837463]
404M: Prakashan Krishnadas Veliyathuparambil <krishnadas.veliyathuparambil.prakashan@intel.com> [kprakas2]
405R: K N Karthik <karthik.k.n@intel.com> [karthikkabbigere1]
406
407MdeModulePkg: USB Network modules
408F: MdeModulePkg/Bus/Usb/UsbNetwork
409F: MdeModulePkg/Include/Protocol/UsbEthernetProtocol.h
410M: Richard Ho <richardho@ami.com> [richardho]
411R: Rebecca Cran <rebecca@bsdio.com> [bcran]
412
413MdeModulePkg: Manageability modules
414F: MdeModulePkg/Include/*Ipmi*.*
415F: MdeModulePkg/Library/*Ipmi*.*
416M: Abner Chang <abner.chang@amd.com> [changab]
417R: Abdul Lateef Attar <AbdulLateef.Attar@amd.com> [abdattar]
418R: Nickle Wang <nicklew@nvidia.com> [nicklela]
419
420MdeModulePkg: SPI driver stack
421F: MdeModulePkg/Bus/Spi/
422M: Abner Chang <abner.chang@amd.com> [changab]
423R: Brit Chesley <brit.chesley@amd.com> [BritChesley]
424
425MdePkg
426F: MdePkg/
427W: https://github.com/tianocore/tianocore.github.io/wiki/MdePkg
428M: Michael D Kinney <michael.d.kinney@intel.com> [mdkinney]
429M: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
430R: Zhiguang Liu <zhiguang.liu@intel.com> [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 <gua.guo@intel.com> [gguo11837463]
438M: Prakashan Krishnadas Veliyathuparambil <krishnadas.veliyathuparambil.prakashan@intel.com> [kprakas2]
439R: Chan Laura <laura.chan@intel.com> [lauracha]
440R: K N Karthik <karthik.k.n@intel.com> [karthikkabbigere1]
441
442MdePkg: FDT related library instance
443F: MdePkg/Library/BaseFdtLib/FdtLib.c
444F: MdePkg/Include/Library/FdtLib.h
445M: Benny Lin <benny.lin@intel.com> [Benny3345678]
446R: Gua Guo <gua.guo@intel.com> [gguo11837463]
447R: Chasel Chiu <chasel.chiu@intel.com> [ChaselChiu]
448R: James Lu <james.lu@intel.com> [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 <abner.chang@amd.com> [changab]
455R: Abdul Lateef Attar <AbdulLateef.Attar@amd.com> [abdattar]
456R: Nickle Wang <nicklew@nvidia.com> [nicklela]
457
458MdePkg: SPI related C header files
459F: MdePkg/Include/Protocol/Spi*.h
460F: MdePkg/Include/IndustryStandard/SpiNorFlashJedecSfdp.h
461M: Abner Chang <abner.chang@amd.com> [changab]
462R: Brit Chesley <brit.chesley@amd.com> [BritChesley]
463
464NetworkPkg
465F: NetworkPkg/
466W: https://github.com/tianocore/tianocore.github.io/wiki/NetworkPkg
467R: Saloni Kasbekar <saloni.kasbekar@intel.com> [SaloniKasbekar]
468R: Zachary Clark-williams <zachary.clark-williams@intel.com> [Zclarkwilliams]
469
470OvmfPkg
471F: OvmfPkg/
472W: http://www.tianocore.org/ovmf/
473M: Ard Biesheuvel <ardb+tianocore@kernel.org> [ardbiesheuvel]
474M: Jiewen Yao <jiewen.yao@intel.com> [jyao1]
475R: Gerd Hoffmann <kraxel@redhat.com> [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 <rebecca@bsdio.com> [bcran]
490R: Corvin Köhne <corvink@freebsd.org> [corvink]
491
492OvmfPkg: cloudhv-related modules
493F: OvmfPkg/CloudHv/
494F: OvmfPkg/Include/IndustryStandard/CloudHv.h
495R: Jianyong Wu <jianyong.wu@arm.com> [jongwu]
496R: Anatol Belski <anbelski@linux.microsoft.com> [weltling]
497
498OvmfPkg: microvm-related modules
499F: OvmfPkg/Microvm/
500F: OvmfPkg/Include/IndustryStandard/Microvm.h
501F: OvmfPkg/Library/ResetSystemLib/*Microvm.*
502R: Gerd Hoffmann <kraxel@redhat.com> [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 <erdemaktas@google.com> [ruleof2]
516R: Jiewen Yao <jiewen.yao@intel.com> [jyao1]
517R: Min Xu <min.m.xu@intel.com> [mxu9]
518R: Tom Lendacky <thomas.lendacky@amd.com> [tlendacky]
519R: Michael Roth <michael.roth@amd.com> [mdroth]
520
521OvmfPkg: FDT related modules
522F: OvmfPkg/Fdt
523R: Leif Lindholm <quic_llindhol@quicinc.com> [leiflindholm]
524R: Gerd Hoffmann <kraxel@redhat.com> [kraxel]
525R: Abner Chang <abner.chang@amd.com> [changab]
526
527OvmfPkg: LsiScsi driver
528F: OvmfPkg/LsiScsiDxe/
529R: Gary Lin <glin@suse.com> [lcp]
530
531OvmfPkg: MptScsi and PVSCSI driver
532F: OvmfPkg/MptScsiDxe/
533F: OvmfPkg/PvScsiDxe/
534R: Aaron Young <aaron.young@oracle.com> [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 <marcandre.lureau@redhat.com> [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 <anthony@xenproject.org> [tperard]
571
572OvmfPkg: RISC-V Qemu Virt Platform
573F: OvmfPkg/RiscVVirt
574M: Sunil V L <sunilvl@ventanamicro.com> [vlsunil]
575R: Andrei Warkentin <andrei.warkentin@intel.com> [andreiw]
576
577PcAtChipsetPkg
578F: PcAtChipsetPkg/
579W: https://github.com/tianocore/tianocore.github.io/wiki/PcAtChipsetPkg
580M: Ray Ni <ray.ni@intel.com> [niruiyu]
581
582PrmPkg
583F: PrmPkg/
584M: Michael Kubacki <mikuback@linux.microsoft.com> [makubacki]
585M: Nate DeSimone <nathaniel.l.desimone@intel.com> [nate-desimone]
586
587PrmPkg: ACPI related modules
588R: Ankit Sinha <ankit.sinha@intel.com> [ankit13s]
589
590RedfishPkg: Redfish related modules
591F: RedfishPkg/
592M: Abner Chang <abner.chang@amd.com> [changab]
593M: Nickle Wang <nicklew@nvidia.com> [nicklela]
594R: Igor Kulchytskyy <igork@ami.com> [igorkulchytskyy]
595
596SecurityPkg
597F: SecurityPkg/
598W: https://github.com/tianocore/tianocore.github.io/wiki/SecurityPkg
599M: Jiewen Yao <jiewen.yao@intel.com> [jyao1]
600
601SecurityPkg: Secure boot related modules
602F: SecurityPkg/Library/DxeImageVerificationLib/
603F: SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
604F: SecurityPkg/Library/AuthVariableLib/
605R: Min Xu <min.m.xu@intel.com> [mxu9]
606
607SecurityPkg: Tcg related modules
608F: SecurityPkg/Tcg/
609R: Rahul Kumar <rahul1.kumar@intel.com> [rahul1-kumar]
610
611ShellPkg
612F: ShellPkg/
613W: https://github.com/tianocore/tianocore.github.io/wiki/ShellPkg
614M: Zhichao Gao <zhichao.gao@intel.com> [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 <ardb+tianocore@kernel.org> [ardbiesheuvel]
627M: Sami Mujawar <sami.mujawar@arm.com> [samimujawar]
628M: Ray Ni <ray.ni@intel.com> [niruiyu]
629R: Jiaxin Wu <jiaxin.wu@intel.com> [jiaxinwu]
630
631UefiCpuPkg
632F: UefiCpuPkg/
633W: https://github.com/tianocore/tianocore.github.io/wiki/UefiCpuPkg
634M: Ray Ni <ray.ni@intel.com> [niruiyu]
635R: Rahul Kumar <rahul1.kumar@intel.com> [rahul1-kumar]
636R: Gerd Hoffmann <kraxel@redhat.com> [kraxel]
637R: Jiaxin Wu <jiaxin.wu@intel.com> [jiaxinwu]
638
639UefiCpuPkg: Sec related modules
640F: UefiCpuPkg/SecCore/
641F: UefiCpuPkg/ResetVector/
642R: Catharine West <catharine.west@intel.com> [catharine-intl]
643
644UefiCpuPkg: AMD related files
645F: UefiCpuPkg/Library/MmSaveStateLib/*Amd*.*
646F: UefiCpuPkg/Library/SmmCpuFeaturesLib/*Amd*.*
647M: Abdul Lateef Attar <AbdulLateef.Attar@amd.com> [abdattar]
648R: Abner Chang <abner.chang@amd.com> [changab]
649
650UefiPayloadPkg
651F: UefiPayloadPkg/
652W: https://github.com/tianocore/tianocore.github.io/wiki/UefiPayloadPkg
653M: Guo Dong <guo.dong@intel.com> [gdong1]
654M: Sean Rhodes <sean@starlabs.systems> [Sean-StarLabs]
655M: James Lu <james.lu@intel.com> [jameslu8]
656R: Gua Guo <gua.guo@intel.com> [gguo11837463]
657S: Maintained
658
659UnitTestFrameworkPkg
660F: UnitTestFrameworkPkg/
661M: Michael D Kinney <michael.d.kinney@intel.com> [mdkinney]
662M: Michael Kubacki <mikuback@linux.microsoft.com> [makubacki]
663R: Sean Brogan <sean.brogan@microsoft.com> [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