]> git.proxmox.com Git - mirror_edk2.git/blob - Maintainers.txt
Maintainers.txt: Change Jordan Justen to a reviewer for OvmfPkg
[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: LsiScsi driver
449 F: OvmfPkg/LsiScsiDxe/
450 R: Gary Lin <glin@suse.com>
451
452 OvmfPkg: MptScsi and PVSCSI driver
453 F: OvmfPkg/MptScsiDxe/
454 F: OvmfPkg/PvScsiDxe/
455 R: Liran Alon <liran.alon@oracle.com>
456 R: Nikita Leshenko <nikita.leshchenko@oracle.com>
457
458 OvmfPkg: SEV-related modules
459 F: OvmfPkg/AmdSevDxe/
460 F: OvmfPkg/Include/Library/MemEncryptSevLib.h
461 F: OvmfPkg/IoMmuDxe/AmdSevIoMmu.*
462 F: OvmfPkg/Library/BaseMemEncryptSevLib/
463 F: OvmfPkg/Library/VmgExitLib/
464 F: OvmfPkg/PlatformPei/AmdSev.c
465 R: Tom Lendacky <thomas.lendacky@amd.com>
466 R: Brijesh Singh <brijesh.singh@amd.com>
467
468 OvmfPkg: TCG- and TPM2-related modules
469 F: OvmfPkg/Include/IndustryStandard/QemuTpm.h
470 F: OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c
471 F: OvmfPkg/Library/Tcg2PhysicalPresenceLib*/
472 F: OvmfPkg/PlatformPei/ClearCache.c
473 F: OvmfPkg/Tcg/
474 R: Marc-André Lureau <marcandre.lureau@redhat.com>
475 R: Stefan Berger <stefanb@linux.ibm.com>
476
477 OvmfPkg: Xen-related modules
478 F: OvmfPkg/AcpiPlatformDxe/Xen.c
479 F: OvmfPkg/Include/Guid/XenBusRootDevice.h
480 F: OvmfPkg/Include/Guid/XenInfo.h
481 F: OvmfPkg/Include/IndustryStandard/Xen/
482 F: OvmfPkg/Include/Library/XenHypercallLib.h
483 F: OvmfPkg/Include/Library/XenIoMmioLib.h
484 F: OvmfPkg/Include/Library/XenPlatformLib.h
485 F: OvmfPkg/Include/Protocol/XenBus.h
486 F: OvmfPkg/Include/Protocol/XenIo.h
487 F: OvmfPkg/Library/PciHostBridgeLib/XenSupport.c
488 F: OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c
489 F: OvmfPkg/Library/XenConsoleSerialPortLib/
490 F: OvmfPkg/Library/XenHypercallLib/
491 F: OvmfPkg/Library/XenIoMmioLib/
492 F: OvmfPkg/Library/XenPlatformLib/
493 F: OvmfPkg/Library/XenRealTimeClockLib/
494 F: OvmfPkg/OvmfXen.*
495 F: OvmfPkg/OvmfXenElfHeaderGenerator.c
496 F: OvmfPkg/PlatformPei/MemDetect.c
497 F: OvmfPkg/PlatformPei/Platform.*
498 F: OvmfPkg/PlatformPei/Xen.*
499 F: OvmfPkg/SmbiosPlatformDxe/*Xen.c
500 F: OvmfPkg/XenBusDxe/
501 F: OvmfPkg/XenIoPciDxe/
502 F: OvmfPkg/XenIoPvhDxe/
503 F: OvmfPkg/XenPlatformPei/
504 F: OvmfPkg/XenPvBlkDxe/
505 F: OvmfPkg/XenResetVector/
506 F: OvmfPkg/XenTimerDxe/
507 R: Anthony Perard <anthony.perard@citrix.com>
508 R: Julien Grall <julien@xen.org>
509
510 PcAtChipsetPkg
511 F: PcAtChipsetPkg/
512 W: https://github.com/tianocore/tianocore.github.io/wiki/PcAtChipsetPkg
513 M: Ray Ni <ray.ni@intel.com>
514
515 RedfishPkg: Redfish related modules
516 F: RedfishPkg/
517 M: Abner Chang <abner.chang@hpe.com>
518 R: Nickle Wang <nickle.wang@hpe.com>
519
520 SecurityPkg
521 F: SecurityPkg/
522 W: https://github.com/tianocore/tianocore.github.io/wiki/SecurityPkg
523 M: Jiewen Yao <jiewen.yao@intel.com>
524 M: Jian J Wang <jian.j.wang@intel.com>
525
526 SecurityPkg: Secure boot related modules
527 F: SecurityPkg/Library/DxeImageVerificationLib/
528 F: SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
529 F: SecurityPkg/Library/AuthVariableLib/
530 R: Min Xu <min.m.xu@intel.com>
531
532 SecurityPkg: Tcg related modules
533 F: SecurityPkg/Tcg/
534 R: Qi Zhang <qi1.zhang@intel.com>
535 R: Rahul Kumar <rahul1.kumar@intel.com>
536
537 ShellPkg
538 F: ShellPkg/
539 W: https://github.com/tianocore/tianocore.github.io/wiki/ShellPkg
540 M: Ray Ni <ray.ni@intel.com>
541 M: Zhichao Gao <zhichao.gao@intel.com>
542
543 SignedCapsulePkg
544 F: SignedCapsulePkg/
545 W: https://github.com/tianocore/tianocore.github.io/wiki/SignedCapsulePkg
546 M: Jian J Wang <jian.j.wang@intel.com>
547
548 SourceLevelDebugPkg
549 F: SourceLevelDebugPkg/
550 W: https://github.com/tianocore/tianocore.github.io/wiki/SourceLevelDebugPkg
551 M: Hao A Wu <hao.a.wu@intel.com>
552
553 StandaloneMmPkg
554 F: StandaloneMmPkg/
555 M: Ard Biesheuvel <ardb+tianocore@kernel.org>
556 M: Sami Mujawar <sami.mujawar@arm.com>
557 M: Jiewen Yao <jiewen.yao@intel.com>
558 R: Supreeth Venkatesh <supreeth.venkatesh@arm.com>
559
560 UefiCpuPkg
561 F: UefiCpuPkg/
562 W: https://github.com/tianocore/tianocore.github.io/wiki/UefiCpuPkg
563 M: Eric Dong <eric.dong@intel.com>
564 M: Ray Ni <ray.ni@intel.com>
565 R: Laszlo Ersek <lersek@redhat.com>
566 R: Rahul Kumar <rahul1.kumar@intel.com>
567
568 UefiCpuPkg: Sec related modules
569 F: UefiCpuPkg/SecCore/
570 F: UefiCpuPkg/ResetVector/
571 R: Debkumar De <debkumar.de@intel.com>
572 R: Harry Han <harry.han@intel.com>
573 R: Catharine West <catharine.west@intel.com>
574
575 UefiPayloadPkg
576 F: UefiPayloadPkg/
577 W: https://github.com/tianocore/tianocore.github.io/wiki/UefiPayloadPkg
578 M: Maurice Ma <maurice.ma@intel.com>
579 M: Guo Dong <guo.dong@intel.com>
580 M: Benjamin You <benjamin.you@intel.com>
581 S: Maintained
582
583 UnitTestFrameworkPkg
584 F: UnitTestFrameworkPkg/
585 M: Michael D Kinney <michael.d.kinney@intel.com>
586 R: Sean Brogan <sean.brogan@microsoft.com>
587 R: Bret Barkelew <Bret.Barkelew@microsoft.com>
588 S: Maintained