]> git.proxmox.com Git - mirror_edk2.git/blob - Maintainers.txt
Maintainers.txt: Remove MptScsi and PvScsi reviewers
[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: Abner Chang <abner.chang@hpe.com> [changab]
103 R: Daniel Schaefer <daniel.schaefer@hpe.com> [JohnAZoidberg]
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 <quic_llindhol@quicinc.com> [leiflindholm]
134 M: Ard Biesheuvel <ardb+tianocore@kernel.org> [ardbiesheuvel]
135 R: Sami Mujawar <sami.mujawar@arm.com> [samimujawar]
136
137 ArmPlatformPkg
138 F: ArmPlatformPkg/
139 W: https://github.com/tianocore/tianocore.github.io/wiki/ArmPlatformPkg
140 M: Leif Lindholm <quic_llindhol@quicinc.com> [leiflindholm]
141 M: Ard Biesheuvel <ardb+tianocore@kernel.org> [ardbiesheuvel]
142
143 ArmVirtPkg
144 F: ArmVirtPkg/
145 W: https://github.com/tianocore/tianocore.github.io/wiki/ArmVirtPkg
146 M: Ard Biesheuvel <ardb+tianocore@kernel.org> [ardbiesheuvel]
147 R: Leif Lindholm <quic_llindhol@quicinc.com> [leiflindholm]
148 R: Sami Mujawar <sami.mujawar@arm.com> [samimujawar]
149 R: Gerd Hoffmann <kraxel@redhat.com> [kraxel]
150
151 ArmVirtPkg: modules used on Xen
152 F: ArmVirtPkg/ArmVirtXen.*
153 F: ArmVirtPkg/Library/XenArmGenericTimerVirtCounterLib/
154 F: ArmVirtPkg/Library/XenVirtMemInfoLib/
155 F: ArmVirtPkg/PrePi/
156 F: ArmVirtPkg/XenAcpiPlatformDxe/
157 F: ArmVirtPkg/XenPlatformHasAcpiDtDxe/
158 F: ArmVirtPkg/XenioFdtDxe/
159 R: Julien Grall <julien@xen.org> [jgrall]
160
161 BaseTools
162 F: BaseTools/
163 W: https://github.com/tianocore/tianocore.github.io/wiki/BaseTools
164 M: Bob Feng <bob.c.feng@intel.com> [BobCF]
165 M: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
166 R: Yuwei Chen <yuwei.chen@intel.com> [YuweiChen1110]
167
168 CryptoPkg
169 F: CryptoPkg/
170 W: https://github.com/tianocore/tianocore.github.io/wiki/CryptoPkg
171 M: Jiewen Yao <jiewen.yao@intel.com> [jyao1]
172 M: Jian J Wang <jian.j.wang@intel.com> [jwang36]
173 R: Xiaoyu Lu <xiaoyu1.lu@intel.com> [xiaoyuxlu]
174 R: Guomin Jiang <guomin.jiang@intel.com> [guominjia]
175
176 DynamicTablesPkg
177 F: DynamicTablesPkg/
178 W: https://github.com/tianocore/tianocore.github.io/wiki/DynamicTablesPkg
179 M: Sami Mujawar <Sami.Mujawar@arm.com> [samimujawar]
180 M: Alexei Fedorov <Alexei.Fedorov@arm.com> [AlexeiFedorov]
181
182 EmbeddedPkg
183 F: EmbeddedPkg/
184 W: https://github.com/tianocore/tianocore.github.io/wiki/EmbeddedPkg
185 M: Leif Lindholm <quic_llindhol@quicinc.com> [leiflindholm]
186 M: Ard Biesheuvel <ardb+tianocore@kernel.org> [ardbiesheuvel]
187 M: Abner Chang <abner.chang@amd.com> [changab]
188 R: Daniel Schaefer <daniel.schaefer@hpe.com> [JohnAZoidberg]
189
190 EmulatorPkg
191 F: EmulatorPkg/
192 W: https://github.com/tianocore/tianocore.github.io/wiki/EmulatorPkg
193 M: Andrew Fish <afish@apple.com> [ajfish]
194 M: Ray Ni <ray.ni@intel.com> [niruiyu]
195 S: Maintained
196
197 EmulatorPkg: Redfish-related modules
198 F: EmulatorPkg/*Redfish*
199 M: Abner Chang <abner.chang@amd.com> [changab]
200 R: Nickle Wang <nickle.wang@hpe.com> [nicklela]
201
202 FatPkg
203 F: FatPkg/
204 W: https://github.com/tianocore/tianocore.github.io/wiki/Edk2-fat-driver
205 M: Ray Ni <ray.ni@intel.com> [niruiyu]
206 T: svn - https://svn.code.sf.net/p/edk2-fatdriver2/code/trunk/EnhancedFat
207 T: git - https://github.com/tianocore/edk2-FatPkg.git
208
209 FmpDevicePkg
210 F: FmpDevicePkg/
211 W: https://github.com/tianocore/tianocore.github.io/wiki/FmpDevicePkg
212 M: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
213 M: Michael D Kinney <michael.d.kinney@intel.com> [mdkinney]
214 R: Guomin Jiang <guomin.jiang@intel.com> [guominjia]
215 R: Wei6 Xu <wei6.xu@intel.com> [xuweiintel]
216
217 IntelFsp2Pkg
218 F: IntelFsp2Pkg/
219 W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFsp2Pkg
220 M: Chasel Chiu <chasel.chiu@intel.com> [ChaselChiu]
221 M: Nate DeSimone <nathaniel.l.desimone@intel.com> [nate-desimone]
222 R: Star Zeng <star.zeng@intel.com> [lzeng14]
223
224 IntelFsp2WrapperPkg
225 F: IntelFsp2WrapperPkg/
226 W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFsp2WrapperPkg
227 M: Chasel Chiu <chasel.chiu@intel.com> [ChaselChiu]
228 M: Nate DeSimone <nathaniel.l.desimone@intel.com> [nate-desimone]
229 R: Star Zeng <star.zeng@intel.com> [lzeng14]
230
231 MdeModulePkg
232 F: MdeModulePkg/
233 W: https://github.com/tianocore/tianocore.github.io/wiki/MdeModulePkg
234 M: Jian J Wang <jian.j.wang@intel.com> [jwang36]
235 M: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
236
237 MdeModulePkg: ACPI modules
238 F: MdeModulePkg/Include/*Acpi*.h
239 F: MdeModulePkg/Universal/Acpi/
240 R: Zhiguang Liu <zhiguang.liu@intel.com> [LiuZhiguang001]
241 R: Dandan Bi <dandan.bi@intel.com> [dandanbi]
242 R: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
243
244 MdeModulePkg: ACPI modules related to S3
245 F: MdeModulePkg/*LockBox*/
246 F: MdeModulePkg/Include/*BootScript*.h
247 F: MdeModulePkg/Include/*LockBox*.h
248 F: MdeModulePkg/Include/*S3*.h
249 F: MdeModulePkg/Library/*S3*/
250 R: Hao A Wu <hao.a.wu@intel.com> [hwu25]
251 R: Eric Dong <eric.dong@intel.com> [ydong10]
252
253 MdeModulePkg: BDS modules
254 F: MdeModulePkg/*BootManager*/
255 F: MdeModulePkg/Include/Library/UefiBootManagerLib.h
256 F: MdeModulePkg/Universal/BdsDxe/
257 F: MdeModulePkg/Universal/DevicePathDxe/
258 F: MdeModulePkg/Universal/DriverHealthManagerDxe/
259 F: MdeModulePkg/Universal/LoadFileOnFv2/
260 F: MdeModulePkg/Universal/SecurityStubDxe/Defer3rdPartyImageLoad.*
261 R: Zhichao Gao <zhichao.gao@intel.com> [ZhichaoGao]
262 R: Ray Ni <ray.ni@intel.com> [niruiyu]
263
264 MdeModulePkg: Console and Graphics modules
265 F: MdeModulePkg/*Logo*/
266 F: MdeModulePkg/Include/*Logo*.h
267 F: MdeModulePkg/Include/Guid/ConnectConInEvent.h
268 F: MdeModulePkg/Include/Guid/Console*.h
269 F: MdeModulePkg/Include/Guid/StandardErrorDevice.h
270 F: MdeModulePkg/Include/Guid/TtyTerm.h
271 F: MdeModulePkg/Include/Library/BmpSupportLib.h
272 F: MdeModulePkg/Include/Library/FrameBufferBltLib.h
273 F: MdeModulePkg/Library/BaseBmpSupportLib/
274 F: MdeModulePkg/Library/FrameBufferBltLib/
275 F: MdeModulePkg/Universal/Console/
276 R: Zhichao Gao <zhichao.gao@intel.com> [ZhichaoGao]
277 R: Ray Ni <ray.ni@intel.com> [niruiyu]
278
279 MdeModulePkg: Core services (PEI, DXE and Runtime) modules
280 F: MdeModulePkg/*Mem*/
281 F: MdeModulePkg/*SectionExtract*/
282 F: MdeModulePkg/*StatusCode*/
283 F: MdeModulePkg/Application/DumpDynPcd/
284 F: MdeModulePkg/Core/Dxe/
285 F: MdeModulePkg/Core/DxeIplPeim/
286 F: MdeModulePkg/Core/RuntimeDxe/
287 F: MdeModulePkg/Include/*Mem*.h
288 F: MdeModulePkg/Include/*Pcd*.h
289 F: MdeModulePkg/Include/*Perf*.h
290 F: MdeModulePkg/Include/*StatusCode*.h
291 F: MdeModulePkg/Include/Guid/Crc32GuidedSectionExtraction.h
292 F: MdeModulePkg/Include/Guid/EventExitBootServiceFailed.h
293 F: MdeModulePkg/Include/Guid/IdleLoopEvent.h
294 F: MdeModulePkg/Include/Guid/LoadModuleAtFixedAddress.h
295 F: MdeModulePkg/Include/Guid/LzmaDecompress.h
296 F: MdeModulePkg/Include/Library/SecurityManagementLib.h
297 F: MdeModulePkg/Library/*Decompress*/
298 F: MdeModulePkg/Library/*Perf*/
299 F: MdeModulePkg/Library/DxeSecurityManagementLib/
300 F: MdeModulePkg/Universal/PCD/
301 F: MdeModulePkg/Universal/PlatformDriOverrideDxe/
302 F: MdeModulePkg/Universal/SecurityStubDxe/SecurityStub.c
303 R: Dandan Bi <dandan.bi@intel.com> [dandanbi]
304 R: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
305
306 MdeModulePkg: Device and Peripheral modules
307 F: MdeModulePkg/*PciHostBridge*/
308 F: MdeModulePkg/Bus/
309 F: MdeModulePkg/Include/*Ata*.h
310 F: MdeModulePkg/Include/*IoMmu*.h
311 F: MdeModulePkg/Include/*NonDiscoverableDevice*.h
312 F: MdeModulePkg/Include/*NvmExpress*.h
313 F: MdeModulePkg/Include/*SdMmc*.h
314 F: MdeModulePkg/Include/*Ufs*.h
315 F: MdeModulePkg/Include/*Usb*.h
316 F: MdeModulePkg/Include/Guid/RecoveryDevice.h
317 F: MdeModulePkg/Include/Guid/S3StorageDeviceInitList.h
318 F: MdeModulePkg/Include/Library/PciHostBridgeLib.h
319 F: MdeModulePkg/Include/Ppi/StorageSecurityCommand.h
320 F: MdeModulePkg/Include/Protocol/Ps2Policy.h
321 F: MdeModulePkg/Library/NonDiscoverableDeviceRegistrationLib/
322 F: MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/
323 R: Hao A Wu <hao.a.wu@intel.com> [hwu25]
324 R: Ray Ni <ray.ni@intel.com> [niruiyu]
325
326 MdeModulePkg: Disk modules
327 F: MdeModulePkg/Universal/Disk/
328 R: Hao A Wu <hao.a.wu@intel.com> [hwu25]
329 R: Ray Ni <ray.ni@intel.com> [niruiyu]
330 R: Zhichao Gao <zhichao.gao@intel.com> [ZhichaoGao]
331
332 MdeModulePkg: Firmware Update modules
333 F: MdeModulePkg/*Capsule*/
334 F: MdeModulePkg/Include/*Capsule*.h
335 F: MdeModulePkg/Include/Library/DisplayUpdateProgressLib.h
336 F: MdeModulePkg/Include/Library/FmpAuthenticationLib.h
337 F: MdeModulePkg/Include/Protocol/EsrtManagement.h
338 F: MdeModulePkg/Include/Protocol/FirmwareManagementProgress.h
339 F: MdeModulePkg/Library/DisplayUpdateProgressLib*/
340 F: MdeModulePkg/Library/FmpAuthenticationLibNull/
341 F: MdeModulePkg/Universal/Esrt*/
342 R: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
343 R: Guomin Jiang <guomin.jiang@intel.com> [guominjia]
344
345 MdeModulePkg: HII and UI modules
346 F: MdeModulePkg/*FileExplorer*/
347 F: MdeModulePkg/*Hii*/
348 F: MdeModulePkg/*Ui*/
349 F: MdeModulePkg/Application/BootManagerMenuApp/
350 F: MdeModulePkg/Include/*FileExplorer*.h
351 F: MdeModulePkg/Include/*FormBrowser*.h
352 F: MdeModulePkg/Include/*Hii*.h
353 F: MdeModulePkg/Include/Library/CustomizedDisplayLib.h
354 F: MdeModulePkg/Include/Protocol/DisplayProtocol.h
355 F: MdeModulePkg/Library/CustomizedDisplayLib/
356 F: MdeModulePkg/Universal/DisplayEngineDxe/
357 F: MdeModulePkg/Universal/DriverSampleDxe/
358 F: MdeModulePkg/Universal/SetupBrowserDxe/
359 R: Dandan Bi <dandan.bi@intel.com> [dandanbi]
360 R: Eric Dong <eric.dong@intel.com> [ydong10]
361
362 MdeModulePkg: Management Mode (MM, SMM) modules
363 F: MdeModulePkg/*Smi*/
364 F: MdeModulePkg/*Smm*/
365 F: MdeModulePkg/Include/*Smi*.h
366 F: MdeModulePkg/Include/*Smm*.h
367 R: Eric Dong <eric.dong@intel.com> [ydong10]
368 R: Ray Ni <ray.ni@intel.com> [niruiyu]
369
370 MdeModulePkg: Pei Core
371 F: MdeModulePkg/Core/Pei/
372 R: Dandan Bi <dandan.bi@intel.com> [dandanbi]
373 R: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
374 R: Debkumar De <debkumar.de@intel.com> [dde01]
375 R: Catharine West <catharine.west@intel.com> [catharine-intl]
376
377 MdeModulePkg: Reset modules
378 F: MdeModulePkg/*Reset*/
379 F: MdeModulePkg/Include/*Reset*.h
380 R: Zhichao Gao <zhichao.gao@intel.com> [ZhichaoGao]
381 R: Ray Ni <ray.ni@intel.com> [niruiyu]
382
383 MdeModulePkg: Serial modules
384 F: MdeModulePkg/*Serial*/
385 F: MdeModulePkg/Include/*SerialPort*.h
386 R: Ray Ni <ray.ni@intel.com> [niruiyu]
387 R: Zhichao Gao <zhichao.gao@intel.com> [ZhichaoGao]
388
389 MdeModulePkg: SMBIOS modules
390 F: MdeModulePkg/Universal/Smbios*/
391 R: Zhiguang Liu <zhiguang.liu@intel.com> [LiuZhiguang001]
392 R: Dandan Bi <dandan.bi@intel.com> [dandanbi]
393 R: Star Zeng <star.zeng@intel.com> [lzeng14]
394 R: Zhichao Gao <zhichao.gao@intel.com> [ZhichaoGao]
395
396 MdeModulePkg: UEFI Variable modules
397 F: MdeModulePkg/*Var*/
398 F: MdeModulePkg/Include/*/*FaultTolerantWrite*.h
399 F: MdeModulePkg/Include/*/*Var*.h
400 F: MdeModulePkg/Include/Guid/SystemNvDataGuid.h
401 F: MdeModulePkg/Include/Protocol/SwapAddressRange.h
402 F: MdeModulePkg/Universal/FaultTolerantWrite*/
403 R: Hao A Wu <hao.a.wu@intel.com> [hwu25]
404 R: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
405
406 MdeModulePkg: Universal Payload definitions
407 F: MdeModulePkg/Include/UniversalPayload/
408 R: Zhiguang Liu <zhiguang.liu@intel.com> [LiuZhiguang001]
409 R: Ray Ni <ray.ni@intel.com> [niruiyu]
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>
499 R: Stefan Berger <stefanb@linux.ibm.com>
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 R: Nickle Wang <nickle.wang@hpe.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 S: Maintained
608
609 UnitTestFrameworkPkg
610 F: UnitTestFrameworkPkg/
611 M: Michael D Kinney <michael.d.kinney@intel.com> [mdkinney]
612 M: Michael Kubacki <mikuback@linux.microsoft.com> [makubacki]
613 R: Sean Brogan <sean.brogan@microsoft.com> [spbrogan]
614 R: Bret Barkelew <Bret.Barkelew@microsoft.com> [corthon]
615 S: Maintained