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