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