]> git.proxmox.com Git - mirror_edk2.git/blob - Maintainers.txt
Maintainers.txt: Add 'Pierre Gondois' as DynamicTablesPkg reviewer
[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 R: Pierre Gondois <pierre.gondois@arm.com> [pierregondois]
187
188 EmbeddedPkg
189 F: EmbeddedPkg/
190 W: https://github.com/tianocore/tianocore.github.io/wiki/EmbeddedPkg
191 M: Leif Lindholm <quic_llindhol@quicinc.com> [leiflindholm]
192 M: Ard Biesheuvel <ardb+tianocore@kernel.org> [ardbiesheuvel]
193 M: Abner Chang <abner.chang@amd.com> [changab]
194 R: Daniel Schaefer <git@danielschaefer.me> [JohnAZoidberg]
195
196 EmulatorPkg
197 F: EmulatorPkg/
198 W: https://github.com/tianocore/tianocore.github.io/wiki/EmulatorPkg
199 M: Andrew Fish <afish@apple.com> [ajfish]
200 M: Ray Ni <ray.ni@intel.com> [niruiyu]
201 S: Maintained
202
203 EmulatorPkg: Redfish-related modules
204 F: EmulatorPkg/*Redfish*
205 M: Abner Chang <abner.chang@amd.com> [changab]
206 M: Nickle Wang <nicklew@nvidia.com> [nicklela]
207
208 FatPkg
209 F: FatPkg/
210 W: https://github.com/tianocore/tianocore.github.io/wiki/Edk2-fat-driver
211 M: Ray Ni <ray.ni@intel.com> [niruiyu]
212 T: svn - https://svn.code.sf.net/p/edk2-fatdriver2/code/trunk/EnhancedFat
213 T: git - https://github.com/tianocore/edk2-FatPkg.git
214
215 FmpDevicePkg
216 F: FmpDevicePkg/
217 W: https://github.com/tianocore/tianocore.github.io/wiki/FmpDevicePkg
218 M: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
219 M: Michael D Kinney <michael.d.kinney@intel.com> [mdkinney]
220 R: Guomin Jiang <guomin.jiang@intel.com> [guominjia]
221 R: Wei6 Xu <wei6.xu@intel.com> [xuweiintel]
222
223 IntelFsp2Pkg
224 F: IntelFsp2Pkg/
225 W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFsp2Pkg
226 M: Chasel Chiu <chasel.chiu@intel.com> [ChaselChiu]
227 M: Nate DeSimone <nathaniel.l.desimone@intel.com> [nate-desimone]
228 R: Star Zeng <star.zeng@intel.com> [lzeng14]
229
230 IntelFsp2WrapperPkg
231 F: IntelFsp2WrapperPkg/
232 W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFsp2WrapperPkg
233 M: Chasel Chiu <chasel.chiu@intel.com> [ChaselChiu]
234 M: Nate DeSimone <nathaniel.l.desimone@intel.com> [nate-desimone]
235 R: Star Zeng <star.zeng@intel.com> [lzeng14]
236
237 MdeModulePkg
238 F: MdeModulePkg/
239 W: https://github.com/tianocore/tianocore.github.io/wiki/MdeModulePkg
240 M: Jian J Wang <jian.j.wang@intel.com> [jwang36]
241 M: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
242
243 MdeModulePkg: ACPI modules
244 F: MdeModulePkg/Include/*Acpi*.h
245 F: MdeModulePkg/Universal/Acpi/
246 R: Zhiguang Liu <zhiguang.liu@intel.com> [LiuZhiguang001]
247 R: Dandan Bi <dandan.bi@intel.com> [dandanbi]
248 R: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
249
250 MdeModulePkg: ACPI modules related to S3
251 F: MdeModulePkg/*LockBox*/
252 F: MdeModulePkg/Include/*BootScript*.h
253 F: MdeModulePkg/Include/*LockBox*.h
254 F: MdeModulePkg/Include/*S3*.h
255 F: MdeModulePkg/Library/*S3*/
256 R: Hao A Wu <hao.a.wu@intel.com> [hwu25]
257 R: Eric Dong <eric.dong@intel.com> [ydong10]
258
259 MdeModulePkg: BDS modules
260 F: MdeModulePkg/*BootManager*/
261 F: MdeModulePkg/Include/Library/UefiBootManagerLib.h
262 F: MdeModulePkg/Universal/BdsDxe/
263 F: MdeModulePkg/Universal/DevicePathDxe/
264 F: MdeModulePkg/Universal/DriverHealthManagerDxe/
265 F: MdeModulePkg/Universal/LoadFileOnFv2/
266 F: MdeModulePkg/Universal/SecurityStubDxe/Defer3rdPartyImageLoad.*
267 R: Zhichao Gao <zhichao.gao@intel.com> [ZhichaoGao]
268 R: Ray Ni <ray.ni@intel.com> [niruiyu]
269
270 MdeModulePkg: Console and Graphics modules
271 F: MdeModulePkg/*Logo*/
272 F: MdeModulePkg/Include/*Logo*.h
273 F: MdeModulePkg/Include/Guid/ConnectConInEvent.h
274 F: MdeModulePkg/Include/Guid/Console*.h
275 F: MdeModulePkg/Include/Guid/StandardErrorDevice.h
276 F: MdeModulePkg/Include/Guid/TtyTerm.h
277 F: MdeModulePkg/Include/Library/BmpSupportLib.h
278 F: MdeModulePkg/Include/Library/FrameBufferBltLib.h
279 F: MdeModulePkg/Library/BaseBmpSupportLib/
280 F: MdeModulePkg/Library/FrameBufferBltLib/
281 F: MdeModulePkg/Universal/Console/
282 R: Zhichao Gao <zhichao.gao@intel.com> [ZhichaoGao]
283 R: Ray Ni <ray.ni@intel.com> [niruiyu]
284
285 MdeModulePkg: Core services (PEI, DXE and Runtime) modules
286 F: MdeModulePkg/*Mem*/
287 F: MdeModulePkg/*SectionExtract*/
288 F: MdeModulePkg/*StatusCode*/
289 F: MdeModulePkg/Application/DumpDynPcd/
290 F: MdeModulePkg/Core/Dxe/
291 F: MdeModulePkg/Core/DxeIplPeim/
292 F: MdeModulePkg/Core/RuntimeDxe/
293 F: MdeModulePkg/Include/*Mem*.h
294 F: MdeModulePkg/Include/*Pcd*.h
295 F: MdeModulePkg/Include/*Perf*.h
296 F: MdeModulePkg/Include/*StatusCode*.h
297 F: MdeModulePkg/Include/Guid/Crc32GuidedSectionExtraction.h
298 F: MdeModulePkg/Include/Guid/EventExitBootServiceFailed.h
299 F: MdeModulePkg/Include/Guid/IdleLoopEvent.h
300 F: MdeModulePkg/Include/Guid/LoadModuleAtFixedAddress.h
301 F: MdeModulePkg/Include/Guid/LzmaDecompress.h
302 F: MdeModulePkg/Include/Library/SecurityManagementLib.h
303 F: MdeModulePkg/Library/*Decompress*/
304 F: MdeModulePkg/Library/*Perf*/
305 F: MdeModulePkg/Library/DxeSecurityManagementLib/
306 F: MdeModulePkg/Universal/PCD/
307 F: MdeModulePkg/Universal/PlatformDriOverrideDxe/
308 F: MdeModulePkg/Universal/SecurityStubDxe/SecurityStub.c
309 R: Dandan Bi <dandan.bi@intel.com> [dandanbi]
310 R: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
311
312 MdeModulePkg: Device and Peripheral modules
313 F: MdeModulePkg/*PciHostBridge*/
314 F: MdeModulePkg/Bus/
315 F: MdeModulePkg/Include/*Ata*.h
316 F: MdeModulePkg/Include/*IoMmu*.h
317 F: MdeModulePkg/Include/*NonDiscoverableDevice*.h
318 F: MdeModulePkg/Include/*NvmExpress*.h
319 F: MdeModulePkg/Include/*SdMmc*.h
320 F: MdeModulePkg/Include/*Ufs*.h
321 F: MdeModulePkg/Include/*Usb*.h
322 F: MdeModulePkg/Include/Guid/RecoveryDevice.h
323 F: MdeModulePkg/Include/Guid/S3StorageDeviceInitList.h
324 F: MdeModulePkg/Include/Library/PciHostBridgeLib.h
325 F: MdeModulePkg/Include/Ppi/StorageSecurityCommand.h
326 F: MdeModulePkg/Include/Protocol/Ps2Policy.h
327 F: MdeModulePkg/Library/NonDiscoverableDeviceRegistrationLib/
328 F: MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/
329 R: Hao A Wu <hao.a.wu@intel.com> [hwu25]
330 R: Ray Ni <ray.ni@intel.com> [niruiyu]
331
332 MdeModulePkg: Disk modules
333 F: MdeModulePkg/Universal/Disk/
334 R: Hao A Wu <hao.a.wu@intel.com> [hwu25]
335 R: Ray Ni <ray.ni@intel.com> [niruiyu]
336 R: Zhichao Gao <zhichao.gao@intel.com> [ZhichaoGao]
337
338 MdeModulePkg: Firmware Update modules
339 F: MdeModulePkg/*Capsule*/
340 F: MdeModulePkg/Include/*Capsule*.h
341 F: MdeModulePkg/Include/Library/DisplayUpdateProgressLib.h
342 F: MdeModulePkg/Include/Library/FmpAuthenticationLib.h
343 F: MdeModulePkg/Include/Protocol/EsrtManagement.h
344 F: MdeModulePkg/Include/Protocol/FirmwareManagementProgress.h
345 F: MdeModulePkg/Library/DisplayUpdateProgressLib*/
346 F: MdeModulePkg/Library/FmpAuthenticationLibNull/
347 F: MdeModulePkg/Universal/Esrt*/
348 R: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
349 R: Guomin Jiang <guomin.jiang@intel.com> [guominjia]
350
351 MdeModulePkg: HII and UI modules
352 F: MdeModulePkg/*FileExplorer*/
353 F: MdeModulePkg/*Hii*/
354 F: MdeModulePkg/*Ui*/
355 F: MdeModulePkg/Application/BootManagerMenuApp/
356 F: MdeModulePkg/Include/*FileExplorer*.h
357 F: MdeModulePkg/Include/*FormBrowser*.h
358 F: MdeModulePkg/Include/*Hii*.h
359 F: MdeModulePkg/Include/Library/CustomizedDisplayLib.h
360 F: MdeModulePkg/Include/Protocol/DisplayProtocol.h
361 F: MdeModulePkg/Library/CustomizedDisplayLib/
362 F: MdeModulePkg/Universal/DisplayEngineDxe/
363 F: MdeModulePkg/Universal/DriverSampleDxe/
364 F: MdeModulePkg/Universal/SetupBrowserDxe/
365 R: Dandan Bi <dandan.bi@intel.com> [dandanbi]
366 R: Eric Dong <eric.dong@intel.com> [ydong10]
367
368 MdeModulePkg: Management Mode (MM, SMM) modules
369 F: MdeModulePkg/*Smi*/
370 F: MdeModulePkg/*Smm*/
371 F: MdeModulePkg/Include/*Smi*.h
372 F: MdeModulePkg/Include/*Smm*.h
373 R: Eric Dong <eric.dong@intel.com> [ydong10]
374 R: Ray Ni <ray.ni@intel.com> [niruiyu]
375
376 MdeModulePkg: Pei Core
377 F: MdeModulePkg/Core/Pei/
378 R: Dandan Bi <dandan.bi@intel.com> [dandanbi]
379 R: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
380 R: Debkumar De <debkumar.de@intel.com> [dde01]
381 R: Catharine West <catharine.west@intel.com> [catharine-intl]
382
383 MdeModulePkg: Reset modules
384 F: MdeModulePkg/*Reset*/
385 F: MdeModulePkg/Include/*Reset*.h
386 R: Zhichao Gao <zhichao.gao@intel.com> [ZhichaoGao]
387 R: Ray Ni <ray.ni@intel.com> [niruiyu]
388
389 MdeModulePkg: Serial modules
390 F: MdeModulePkg/*Serial*/
391 F: MdeModulePkg/Include/*SerialPort*.h
392 R: Ray Ni <ray.ni@intel.com> [niruiyu]
393 R: Zhichao Gao <zhichao.gao@intel.com> [ZhichaoGao]
394
395 MdeModulePkg: SMBIOS modules
396 F: MdeModulePkg/Universal/Smbios*/
397 R: Zhiguang Liu <zhiguang.liu@intel.com> [LiuZhiguang001]
398 R: Dandan Bi <dandan.bi@intel.com> [dandanbi]
399 R: Star Zeng <star.zeng@intel.com> [lzeng14]
400 R: Zhichao Gao <zhichao.gao@intel.com> [ZhichaoGao]
401
402 MdeModulePkg: UEFI Variable modules
403 F: MdeModulePkg/*Var*/
404 F: MdeModulePkg/Include/*/*FaultTolerantWrite*.h
405 F: MdeModulePkg/Include/*/*Var*.h
406 F: MdeModulePkg/Include/Guid/SystemNvDataGuid.h
407 F: MdeModulePkg/Include/Protocol/SwapAddressRange.h
408 F: MdeModulePkg/Universal/FaultTolerantWrite*/
409 R: Hao A Wu <hao.a.wu@intel.com> [hwu25]
410 R: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
411
412 MdeModulePkg: Universal Payload definitions
413 F: MdeModulePkg/Include/UniversalPayload/
414 R: Zhiguang Liu <zhiguang.liu@intel.com> [LiuZhiguang001]
415 R: Ray Ni <ray.ni@intel.com> [niruiyu]
416 R: Gua Guo <gua.guo@intel.com> [gguo11837463]
417
418 MdePkg
419 F: MdePkg/
420 W: https://github.com/tianocore/tianocore.github.io/wiki/MdePkg
421 M: Michael D Kinney <michael.d.kinney@intel.com> [mdkinney]
422 M: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
423 R: Zhiguang Liu <zhiguang.liu@intel.com> [LiuZhiguang001]
424
425 NetworkPkg
426 F: NetworkPkg/
427 W: https://github.com/tianocore/tianocore.github.io/wiki/NetworkPkg
428 M: Maciej Rabeda <maciej.rabeda@linux.intel.com> [mrabeda]
429 R: Jiaxin Wu <jiaxin.wu@intel.com> [jiaxinwu]
430 R: Siyuan Fu <siyuan.fu@intel.com> [sfu5]
431
432 OvmfPkg
433 F: OvmfPkg/
434 W: http://www.tianocore.org/ovmf/
435 M: Ard Biesheuvel <ardb+tianocore@kernel.org> [ardbiesheuvel]
436 M: Jiewen Yao <jiewen.yao@intel.com> [jyao1]
437 R: Jordan Justen <jordan.l.justen@intel.com> [jljusten]
438 R: Gerd Hoffmann <kraxel@redhat.com> [kraxel]
439 S: Maintained
440
441 OvmfPkg: bhyve-related modules
442 F: OvmfPkg/Bhyve/
443 F: OvmfPkg/Include/IndustryStandard/Bhyve.h
444 F: OvmfPkg/Include/Library/BhyveFwCtlLib.h
445 F: OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLibBhyve.c
446 F: OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLibBhyve.inf
447 F: OvmfPkg/Library/BhyveFwCtlLib/
448 F: OvmfPkg/Library/PciHostBridgeLibScan/
449 F: OvmfPkg/Library/PlatformBootManagerLibBhyve/
450 F: OvmfPkg/Library/ResetSystemLib/BaseResetShutdownBhyve.c
451 F: OvmfPkg/Library/ResetSystemLib/BaseResetSystemLibBhyve.inf
452 R: Rebecca Cran <rebecca@bsdio.com> [bcran]
453 R: Peter Grehan <grehan@freebsd.org> [grehan-freebsd]
454
455 OvmfPkg: cloudhv-related modules
456 F: OvmfPkg/CloudHv/
457 F: OvmfPkg/Include/IndustryStandard/CloudHv.h
458 R: Sebastien Boeuf <sebastien.boeuf@intel.com> [sboeuf]
459
460 OvmfPkg: microvm-related modules
461 F: OvmfPkg/Microvm/
462 F: OvmfPkg/Include/IndustryStandard/Microvm.h
463 F: OvmfPkg/Library/ResetSystemLib/*Microvm.*
464 R: Gerd Hoffmann <kraxel@redhat.com> [kraxel]
465
466 OvmfPkg: CSM modules
467 F: OvmfPkg/Csm/
468 R: David Woodhouse <dwmw2@infradead.org> [dwmw2]
469
470 OvmfPkg: Confidential Computing
471 F: OvmfPkg/AmdSev/
472 F: OvmfPkg/AmdSevDxe/
473 F: OvmfPkg/Include/Guid/ConfidentialComputingSecret.h
474 F: OvmfPkg/Include/Library/MemEncryptSevLib.h
475 F: OvmfPkg/IoMmuDxe/AmdSevIoMmu.*
476 F: OvmfPkg/Library/BaseMemEncryptSevLib/
477 F: OvmfPkg/Library/PlatformBootManagerLibGrub/
478 F: OvmfPkg/Library/VmgExitLib/
479 F: OvmfPkg/PlatformPei/AmdSev.c
480 F: OvmfPkg/ResetVector/
481 F: OvmfPkg/Sec/
482 R: Brijesh Singh <brijesh.singh@amd.com> [codomania]
483 R: Erdem Aktas <erdemaktas@google.com> [ruleof2]
484 R: James Bottomley <jejb@linux.ibm.com> [jejb]
485 R: Jiewen Yao <jiewen.yao@intel.com> [jyao1]
486 R: Min Xu <min.m.xu@intel.com> [mxu9]
487 R: Tom Lendacky <thomas.lendacky@amd.com> [tlendacky]
488
489 OvmfPkg: FDT related modules
490 F: OvmfPkg/Fdt
491 R: Leif Lindholm <quic_llindhol@quicinc.com> [leiflindholm]
492 R: Gerd Hoffmann <kraxel@redhat.com> [kraxel]
493 R: Abner Chang <abner.chang@amd.com> [changab]
494
495 OvmfPkg: LsiScsi driver
496 F: OvmfPkg/LsiScsiDxe/
497 R: Gary Lin <gary.lin@hpe.com> [lcp]
498
499 OvmfPkg: TCG- and TPM2-related modules
500 F: OvmfPkg/Include/IndustryStandard/QemuTpm.h
501 F: OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c
502 F: OvmfPkg/Library/Tcg2PhysicalPresenceLib*/
503 F: OvmfPkg/PlatformPei/ClearCache.c
504 F: OvmfPkg/Tcg/
505 R: Marc-André Lureau <marcandre.lureau@redhat.com> [elmarco]
506 R: Stefan Berger <stefanb@linux.ibm.com> [stefanberger]
507
508 OvmfPkg: Xen-related modules
509 F: OvmfPkg/Include/Guid/XenBusRootDevice.h
510 F: OvmfPkg/Include/Guid/XenInfo.h
511 F: OvmfPkg/Include/IndustryStandard/Xen/
512 F: OvmfPkg/Include/Library/XenHypercallLib.h
513 F: OvmfPkg/Include/Library/XenIoMmioLib.h
514 F: OvmfPkg/Include/Library/XenPlatformLib.h
515 F: OvmfPkg/Include/Protocol/XenBus.h
516 F: OvmfPkg/Include/Protocol/XenIo.h
517 F: OvmfPkg/Library/PciHostBridgeLibScan/
518 F: OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c
519 F: OvmfPkg/Library/XenConsoleSerialPortLib/
520 F: OvmfPkg/Library/XenHypercallLib/
521 F: OvmfPkg/Library/XenIoMmioLib/
522 F: OvmfPkg/Library/XenPlatformLib/
523 F: OvmfPkg/Library/XenRealTimeClockLib/
524 F: OvmfPkg/OvmfXen.*
525 F: OvmfPkg/OvmfXenElfHeaderGenerator.c
526 F: OvmfPkg/SmbiosPlatformDxe/*Xen*
527 F: OvmfPkg/XenAcpiPlatformDxe/
528 F: OvmfPkg/XenBusDxe/
529 F: OvmfPkg/XenIoPciDxe/
530 F: OvmfPkg/XenIoPvhDxe/
531 F: OvmfPkg/XenPlatformPei/
532 F: OvmfPkg/XenPvBlkDxe/
533 F: OvmfPkg/XenResetVector/
534 R: Anthony Perard <anthony.perard@citrix.com> [sheep]
535 R: Julien Grall <julien@xen.org> [jgrall]
536
537 PcAtChipsetPkg
538 F: PcAtChipsetPkg/
539 W: https://github.com/tianocore/tianocore.github.io/wiki/PcAtChipsetPkg
540 M: Ray Ni <ray.ni@intel.com> [niruiyu]
541
542 PrmPkg
543 F: PrmPkg/
544 M: Michael Kubacki <mikuback@linux.microsoft.com> [makubacki]
545 M: Nate DeSimone <nathaniel.l.desimone@intel.com> [nate-desimone]
546
547 PrmPkg: ACPI related modules
548 R: Ankit Sinha <ankit.sinha@intel.com> [ankit13s]
549
550 RedfishPkg: Redfish related modules
551 F: RedfishPkg/
552 M: Abner Chang <abner.chang@amd.com> [changab]
553 M: Nickle Wang <nicklew@nvidia.com> [nicklela]
554 R: Igor Kulchytskyy <igork@ami.com> [igorkulchytskyy]
555
556 SecurityPkg
557 F: SecurityPkg/
558 W: https://github.com/tianocore/tianocore.github.io/wiki/SecurityPkg
559 M: Jiewen Yao <jiewen.yao@intel.com> [jyao1]
560 M: Jian J Wang <jian.j.wang@intel.com> [jwang36]
561
562 SecurityPkg: Secure boot related modules
563 F: SecurityPkg/Library/DxeImageVerificationLib/
564 F: SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
565 F: SecurityPkg/Library/AuthVariableLib/
566 R: Min Xu <min.m.xu@intel.com> [mxu9]
567
568 SecurityPkg: Tcg related modules
569 F: SecurityPkg/Tcg/
570 R: Qi Zhang <qi1.zhang@intel.com> [qizhangz]
571 R: Rahul Kumar <rahul1.kumar@intel.com> [rahul1-kumar]
572
573 ShellPkg
574 F: ShellPkg/
575 W: https://github.com/tianocore/tianocore.github.io/wiki/ShellPkg
576 M: Ray Ni <ray.ni@intel.com> [niruiyu]
577 M: Zhichao Gao <zhichao.gao@intel.com> [ZhichaoGao]
578
579 SignedCapsulePkg
580 F: SignedCapsulePkg/
581 W: https://github.com/tianocore/tianocore.github.io/wiki/SignedCapsulePkg
582 M: Jian J Wang <jian.j.wang@intel.com> [jwang36]
583
584 SourceLevelDebugPkg
585 F: SourceLevelDebugPkg/
586 W: https://github.com/tianocore/tianocore.github.io/wiki/SourceLevelDebugPkg
587 M: Hao A Wu <hao.a.wu@intel.com> [hwu25]
588
589 StandaloneMmPkg
590 F: StandaloneMmPkg/
591 M: Ard Biesheuvel <ardb+tianocore@kernel.org> [ardbiesheuvel]
592 M: Sami Mujawar <sami.mujawar@arm.com> [samimujawar]
593 M: Jiewen Yao <jiewen.yao@intel.com> [jyao1]
594 R: Supreeth Venkatesh <supreeth.venkatesh@arm.com> [supven01]
595
596 UefiCpuPkg
597 F: UefiCpuPkg/
598 W: https://github.com/tianocore/tianocore.github.io/wiki/UefiCpuPkg
599 M: Eric Dong <eric.dong@intel.com> [ydong10]
600 M: Ray Ni <ray.ni@intel.com> [niruiyu]
601 R: Rahul Kumar <rahul1.kumar@intel.com> [rahul1-kumar]
602
603 UefiCpuPkg: Sec related modules
604 F: UefiCpuPkg/SecCore/
605 F: UefiCpuPkg/ResetVector/
606 R: Debkumar De <debkumar.de@intel.com> [dde01]
607 R: Catharine West <catharine.west@intel.com> [catharine-intl]
608
609 UefiPayloadPkg
610 F: UefiPayloadPkg/
611 W: https://github.com/tianocore/tianocore.github.io/wiki/UefiPayloadPkg
612 M: Guo Dong <guo.dong@intel.com> [gdong1]
613 M: Ray Ni <ray.ni@intel.com> [niruiyu]
614 M: Sean Rhodes <sean@starlabs.systems> [Sean-StarLabs]
615 M: James Lu <james.lu@intel.com> [jameslu8]
616 R: Gua Guo <gua.guo@intel.com> [gguo11837463]
617 S: Maintained
618
619 UnitTestFrameworkPkg
620 F: UnitTestFrameworkPkg/
621 M: Michael D Kinney <michael.d.kinney@intel.com> [mdkinney]
622 M: Michael Kubacki <mikuback@linux.microsoft.com> [makubacki]
623 R: Sean Brogan <sean.brogan@microsoft.com> [spbrogan]
624 S: Maintained