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