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