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