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