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