]> git.proxmox.com Git - mirror_edk2.git/blob - Maintainers.txt
Maintainers.txt: Update email address
[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>
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>
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>
375 R: Harry Han <harry.han@intel.com>
376 R: Catharine West <catharine.west@intel.com> [catharine-intl]
377
378 MdeModulePkg: Reset modules
379 F: MdeModulePkg/*Reset*/
380 F: MdeModulePkg/Include/*Reset*.h
381 R: Zhichao Gao <zhichao.gao@intel.com> [ZhichaoGao]
382 R: Ray Ni <ray.ni@intel.com> [niruiyu]
383
384 MdeModulePkg: Serial modules
385 F: MdeModulePkg/*Serial*/
386 F: MdeModulePkg/Include/*SerialPort*.h
387 R: Ray Ni <ray.ni@intel.com> [niruiyu]
388 R: Zhichao Gao <zhichao.gao@intel.com> [ZhichaoGao]
389
390 MdeModulePkg: SMBIOS modules
391 F: MdeModulePkg/Universal/Smbios*/
392 R: Zhiguang Liu <zhiguang.liu@intel.com> [LiuZhiguang001]
393 R: Dandan Bi <dandan.bi@intel.com> [dandanbi]
394 R: Star Zeng <star.zeng@intel.com> [lzeng14]
395 R: Zhichao Gao <zhichao.gao@intel.com> [ZhichaoGao]
396
397 MdeModulePkg: UEFI Variable modules
398 F: MdeModulePkg/*Var*/
399 F: MdeModulePkg/Include/*/*FaultTolerantWrite*.h
400 F: MdeModulePkg/Include/*/*Var*.h
401 F: MdeModulePkg/Include/Guid/SystemNvDataGuid.h
402 F: MdeModulePkg/Include/Protocol/SwapAddressRange.h
403 F: MdeModulePkg/Universal/FaultTolerantWrite*/
404 R: Hao A Wu <hao.a.wu@intel.com> [hwu25]
405 R: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
406
407 MdeModulePkg: Universal Payload definitions
408 F: MdeModulePkg/Include/UniversalPayload/
409 R: Zhiguang Liu <zhiguang.liu@intel.com> [LiuZhiguang001]
410 R: Ray Ni <ray.ni@intel.com> [niruiyu]
411
412 MdePkg
413 F: MdePkg/
414 W: https://github.com/tianocore/tianocore.github.io/wiki/MdePkg
415 M: Michael D Kinney <michael.d.kinney@intel.com> [mdkinney]
416 M: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
417 R: Zhiguang Liu <zhiguang.liu@intel.com> [LiuZhiguang001]
418
419 NetworkPkg
420 F: NetworkPkg/
421 W: https://github.com/tianocore/tianocore.github.io/wiki/NetworkPkg
422 M: Maciej Rabeda <maciej.rabeda@linux.intel.com> [mrabeda]
423 R: Jiaxin Wu <jiaxin.wu@intel.com> [jiaxinwu]
424 R: Siyuan Fu <siyuan.fu@intel.com> [sfu5]
425
426 OvmfPkg
427 F: OvmfPkg/
428 W: http://www.tianocore.org/ovmf/
429 M: Ard Biesheuvel <ardb+tianocore@kernel.org> [ardbiesheuvel]
430 M: Jiewen Yao <jiewen.yao@intel.com> [jyao1]
431 R: Jordan Justen <jordan.l.justen@intel.com> [jljusten]
432 R: Gerd Hoffmann <kraxel@redhat.com> [kraxel]
433 S: Maintained
434
435 OvmfPkg: bhyve-related modules
436 F: OvmfPkg/Bhyve/
437 F: OvmfPkg/Include/IndustryStandard/Bhyve.h
438 F: OvmfPkg/Include/Library/BhyveFwCtlLib.h
439 F: OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLibBhyve.c
440 F: OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLibBhyve.inf
441 F: OvmfPkg/Library/BhyveFwCtlLib/
442 F: OvmfPkg/Library/PciHostBridgeLibScan/
443 F: OvmfPkg/Library/PlatformBootManagerLibBhyve/
444 F: OvmfPkg/Library/ResetSystemLib/BaseResetShutdownBhyve.c
445 F: OvmfPkg/Library/ResetSystemLib/BaseResetSystemLibBhyve.inf
446 R: Rebecca Cran <rebecca@bsdio.com> [bcran]
447 R: Peter Grehan <grehan@freebsd.org> [grehan-freebsd]
448
449 OvmfPkg: cloudhv-related modules
450 F: OvmfPkg/CloudHv/
451 F: OvmfPkg/Include/IndustryStandard/CloudHv.h
452 R: Sebastien Boeuf <sebastien.boeuf@intel.com> [sboeuf]
453
454 OvmfPkg: microvm-related modules
455 F: OvmfPkg/Microvm/
456 F: OvmfPkg/Include/IndustryStandard/Microvm.h
457 F: OvmfPkg/Library/ResetSystemLib/*Microvm.*
458 R: Gerd Hoffmann <kraxel@redhat.com> [kraxel]
459
460 OvmfPkg: CSM modules
461 F: OvmfPkg/Csm/
462 R: David Woodhouse <dwmw2@infradead.org> [dwmw2]
463
464 OvmfPkg: Confidential Computing
465 F: OvmfPkg/AmdSev/
466 F: OvmfPkg/AmdSevDxe/
467 F: OvmfPkg/Include/Guid/ConfidentialComputingSecret.h
468 F: OvmfPkg/Include/Library/MemEncryptSevLib.h
469 F: OvmfPkg/IoMmuDxe/AmdSevIoMmu.*
470 F: OvmfPkg/Library/BaseMemEncryptSevLib/
471 F: OvmfPkg/Library/PlatformBootManagerLibGrub/
472 F: OvmfPkg/Library/VmgExitLib/
473 F: OvmfPkg/PlatformPei/AmdSev.c
474 F: OvmfPkg/ResetVector/
475 F: OvmfPkg/Sec/
476 R: Brijesh Singh <brijesh.singh@amd.com> [codomania]
477 R: Erdem Aktas <erdemaktas@google.com>
478 R: James Bottomley <jejb@linux.ibm.com> [jejb]
479 R: Jiewen Yao <jiewen.yao@intel.com> [jyao1]
480 R: Min Xu <min.m.xu@intel.com> [mxu9]
481 R: Tom Lendacky <thomas.lendacky@amd.com> [tlendacky]
482
483 OvmfPkg: FDT related modules
484 F: OvmfPkg/Fdt
485 R: Leif Lindholm <quic_llindhol@quicinc.com> [leiflindholm]
486 R: Gerd Hoffmann <kraxel@redhat.com> [kraxel]
487 R: Abner Chang <abner.chang@amd.com> [changab]
488
489 OvmfPkg: LsiScsi driver
490 F: OvmfPkg/LsiScsiDxe/
491 R: Gary Lin <glin@suse.com>
492
493 OvmfPkg: MptScsi and PVSCSI driver
494 F: OvmfPkg/MptScsiDxe/
495 F: OvmfPkg/PvScsiDxe/
496 R: Liran Alon <liran.alon@oracle.com>
497 R: Nikita Leshenko <nikita.leshchenko@oracle.com>
498
499 OvmfPkg: TCG- and TPM2-related modules
500 F: OvmfPkg/Include/IndustryStandard/QemuTpm.h
501 F: OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c
502 F: OvmfPkg/Library/Tcg2PhysicalPresenceLib*/
503 F: OvmfPkg/PlatformPei/ClearCache.c
504 F: OvmfPkg/Tcg/
505 R: Marc-André Lureau <marcandre.lureau@redhat.com>
506 R: Stefan Berger <stefanb@linux.ibm.com>
507
508 OvmfPkg: Xen-related modules
509 F: OvmfPkg/Include/Guid/XenBusRootDevice.h
510 F: OvmfPkg/Include/Guid/XenInfo.h
511 F: OvmfPkg/Include/IndustryStandard/Xen/
512 F: OvmfPkg/Include/Library/XenHypercallLib.h
513 F: OvmfPkg/Include/Library/XenIoMmioLib.h
514 F: OvmfPkg/Include/Library/XenPlatformLib.h
515 F: OvmfPkg/Include/Protocol/XenBus.h
516 F: OvmfPkg/Include/Protocol/XenIo.h
517 F: OvmfPkg/Library/PciHostBridgeLibScan/
518 F: OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c
519 F: OvmfPkg/Library/XenConsoleSerialPortLib/
520 F: OvmfPkg/Library/XenHypercallLib/
521 F: OvmfPkg/Library/XenIoMmioLib/
522 F: OvmfPkg/Library/XenPlatformLib/
523 F: OvmfPkg/Library/XenRealTimeClockLib/
524 F: OvmfPkg/OvmfXen.*
525 F: OvmfPkg/OvmfXenElfHeaderGenerator.c
526 F: OvmfPkg/SmbiosPlatformDxe/*Xen*
527 F: OvmfPkg/XenAcpiPlatformDxe/
528 F: OvmfPkg/XenBusDxe/
529 F: OvmfPkg/XenIoPciDxe/
530 F: OvmfPkg/XenIoPvhDxe/
531 F: OvmfPkg/XenPlatformPei/
532 F: OvmfPkg/XenPvBlkDxe/
533 F: OvmfPkg/XenResetVector/
534 F: OvmfPkg/XenTimerDxe/
535 R: Anthony Perard <anthony.perard@citrix.com> [sheep]
536 R: Julien Grall <julien@xen.org>
537
538 PcAtChipsetPkg
539 F: PcAtChipsetPkg/
540 W: https://github.com/tianocore/tianocore.github.io/wiki/PcAtChipsetPkg
541 M: Ray Ni <ray.ni@intel.com> [niruiyu]
542
543 PrmPkg
544 F: PrmPkg/
545 M: Michael Kubacki <mikuback@linux.microsoft.com> [makubacki]
546 M: Nate DeSimone <nathaniel.l.desimone@intel.com> [nate-desimone]
547
548 PrmPkg: ACPI related modules
549 R: Ankit Sinha <ankit.sinha@intel.com> [ankit13s]
550
551 RedfishPkg: Redfish related modules
552 F: RedfishPkg/
553 M: Abner Chang <abner.chang@amd.com> [changab]
554 R: Nickle Wang <nickle.wang@hpe.com> [nicklela]
555
556 SecurityPkg
557 F: SecurityPkg/
558 W: https://github.com/tianocore/tianocore.github.io/wiki/SecurityPkg
559 M: Jiewen Yao <jiewen.yao@intel.com> [jyao1]
560 M: Jian J Wang <jian.j.wang@intel.com> [jwang36]
561
562 SecurityPkg: Secure boot related modules
563 F: SecurityPkg/Library/DxeImageVerificationLib/
564 F: SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
565 F: SecurityPkg/Library/AuthVariableLib/
566 R: Min Xu <min.m.xu@intel.com> [mxu9]
567
568 SecurityPkg: Tcg related modules
569 F: SecurityPkg/Tcg/
570 R: Qi Zhang <qi1.zhang@intel.com> [qizhangz]
571 R: Rahul Kumar <rahul1.kumar@intel.com> [rahul1-kumar]
572
573 ShellPkg
574 F: ShellPkg/
575 W: https://github.com/tianocore/tianocore.github.io/wiki/ShellPkg
576 M: Ray Ni <ray.ni@intel.com> [niruiyu]
577 M: Zhichao Gao <zhichao.gao@intel.com> [ZhichaoGao]
578
579 SignedCapsulePkg
580 F: SignedCapsulePkg/
581 W: https://github.com/tianocore/tianocore.github.io/wiki/SignedCapsulePkg
582 M: Jian J Wang <jian.j.wang@intel.com> [jwang36]
583
584 SourceLevelDebugPkg
585 F: SourceLevelDebugPkg/
586 W: https://github.com/tianocore/tianocore.github.io/wiki/SourceLevelDebugPkg
587 M: Hao A Wu <hao.a.wu@intel.com> [hwu25]
588
589 StandaloneMmPkg
590 F: StandaloneMmPkg/
591 M: Ard Biesheuvel <ardb+tianocore@kernel.org> [ardbiesheuvel]
592 M: Sami Mujawar <sami.mujawar@arm.com> [samimujawar]
593 M: Jiewen Yao <jiewen.yao@intel.com> [jyao1]
594 R: Supreeth Venkatesh <supreeth.venkatesh@arm.com> [supven01]
595
596 UefiCpuPkg
597 F: UefiCpuPkg/
598 W: https://github.com/tianocore/tianocore.github.io/wiki/UefiCpuPkg
599 M: Eric Dong <eric.dong@intel.com> [ydong10]
600 M: Ray Ni <ray.ni@intel.com> [niruiyu]
601 R: Rahul Kumar <rahul1.kumar@intel.com> [rahul1-kumar]
602
603 UefiCpuPkg: Sec related modules
604 F: UefiCpuPkg/SecCore/
605 F: UefiCpuPkg/ResetVector/
606 R: Debkumar De <debkumar.de@intel.com>
607 R: Harry Han <harry.han@intel.com>
608 R: Catharine West <catharine.west@intel.com> [catharine-intl]
609
610 UefiPayloadPkg
611 F: UefiPayloadPkg/
612 W: https://github.com/tianocore/tianocore.github.io/wiki/UefiPayloadPkg
613 M: Guo Dong <guo.dong@intel.com> [gdong1]
614 M: Ray Ni <ray.ni@intel.com> [niruiyu]
615 M: Sean Rhodes <sean@starlabs.systems>
616 S: Maintained
617
618 UnitTestFrameworkPkg
619 F: UnitTestFrameworkPkg/
620 M: Michael D Kinney <michael.d.kinney@intel.com> [mdkinney]
621 M: Michael Kubacki <mikuback@linux.microsoft.com> [makubacki]
622 R: Sean Brogan <sean.brogan@microsoft.com> [spbrogan]
623 R: Bret Barkelew <Bret.Barkelew@microsoft.com> [corthon]
624 S: Maintained