]> git.proxmox.com Git - mirror_edk2.git/blob - Maintainers.txt
OvmfPkg/XenAcpiPlatformDxe: create from AcpiPlatformDxe
[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 R: Sami Mujawar <sami.mujawar@arm.com>
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>
165 M: Liming Gao <gaoliming@byosoft.com.cn>
166 R: Yuwei Chen <yuwei.chen@intel.com>
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>
172 M: Jian J Wang <jian.j.wang@intel.com>
173 R: Xiaoyu Lu <xiaoyux.lu@intel.com>
174 R: Guomin Jiang <guomin.jiang@intel.com>
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>
180 M: Alexei Fedorov <Alexei.Fedorov@arm.com>
181
182 EmbeddedPkg
183 F: EmbeddedPkg/
184 W: https://github.com/tianocore/tianocore.github.io/wiki/EmbeddedPkg
185 M: Leif Lindholm <leif@nuviainc.com>
186 M: Ard Biesheuvel <ardb+tianocore@kernel.org>
187
188 EmulatorPkg
189 F: EmulatorPkg/
190 W: https://github.com/tianocore/tianocore.github.io/wiki/EmulatorPkg
191 M: Andrew Fish <afish@apple.com>
192 M: Ray Ni <ray.ni@intel.com>
193 S: Maintained
194
195 FatPkg
196 F: FatPkg/
197 W: https://github.com/tianocore/tianocore.github.io/wiki/Edk2-fat-driver
198 M: Ray Ni <ray.ni@intel.com>
199 T: svn - https://svn.code.sf.net/p/edk2-fatdriver2/code/trunk/EnhancedFat
200 T: git - https://github.com/tianocore/edk2-FatPkg.git
201
202 FmpDevicePkg
203 F: FmpDevicePkg/
204 W: https://github.com/tianocore/tianocore.github.io/wiki/FmpDevicePkg
205 M: Liming Gao <gaoliming@byosoft.com.cn>
206 M: Michael D Kinney <michael.d.kinney@intel.com>
207 R: Guomin Jiang <guomin.jiang@intel.com>
208 R: Wei6 Xu <wei6.xu@intel.com>
209
210 IntelFsp2Pkg
211 F: IntelFsp2Pkg/
212 W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFsp2Pkg
213 M: Chasel Chiu <chasel.chiu@intel.com>
214 R: Nate DeSimone <nathaniel.l.desimone@intel.com>
215 R: Star Zeng <star.zeng@intel.com>
216
217 IntelFsp2WrapperPkg
218 F: IntelFsp2WrapperPkg/
219 W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFsp2WrapperPkg
220 M: Chasel Chiu <chasel.chiu@intel.com>
221 R: Nate DeSimone <nathaniel.l.desimone@intel.com>
222 R: Star Zeng <star.zeng@intel.com>
223
224 MdeModulePkg
225 F: MdeModulePkg/
226 W: https://github.com/tianocore/tianocore.github.io/wiki/MdeModulePkg
227 M: Jian J Wang <jian.j.wang@intel.com>
228 M: Hao A Wu <hao.a.wu@intel.com>
229
230 MdeModulePkg: ACPI modules
231 F: MdeModulePkg/Include/*Acpi*.h
232 F: MdeModulePkg/Universal/Acpi/
233 R: Dandan Bi <dandan.bi@intel.com>
234 R: Liming Gao <gaoliming@byosoft.com.cn>
235
236 MdeModulePkg: ACPI modules related to S3
237 F: MdeModulePkg/*LockBox*/
238 F: MdeModulePkg/Include/*BootScript*.h
239 F: MdeModulePkg/Include/*LockBox*.h
240 F: MdeModulePkg/Include/*S3*.h
241 F: MdeModulePkg/Library/*S3*/
242 R: Hao A Wu <hao.a.wu@intel.com>
243 R: Eric Dong <eric.dong@intel.com>
244
245 MdeModulePkg: BDS modules
246 F: MdeModulePkg/*BootManager*/
247 F: MdeModulePkg/Include/Library/UefiBootManagerLib.h
248 F: MdeModulePkg/Universal/BdsDxe/
249 F: MdeModulePkg/Universal/DevicePathDxe/
250 F: MdeModulePkg/Universal/DriverHealthManagerDxe/
251 F: MdeModulePkg/Universal/LoadFileOnFv2/
252 F: MdeModulePkg/Universal/SecurityStubDxe/Defer3rdPartyImageLoad.*
253 R: Zhichao Gao <zhichao.gao@intel.com>
254 R: Ray Ni <ray.ni@intel.com>
255
256 MdeModulePkg: Console and Graphics modules
257 F: MdeModulePkg/*Logo*/
258 F: MdeModulePkg/Include/*Logo*.h
259 F: MdeModulePkg/Include/Guid/ConnectConInEvent.h
260 F: MdeModulePkg/Include/Guid/Console*.h
261 F: MdeModulePkg/Include/Guid/StandardErrorDevice.h
262 F: MdeModulePkg/Include/Guid/TtyTerm.h
263 F: MdeModulePkg/Include/Library/BmpSupportLib.h
264 F: MdeModulePkg/Include/Library/FrameBufferBltLib.h
265 F: MdeModulePkg/Library/BaseBmpSupportLib/
266 F: MdeModulePkg/Library/FrameBufferBltLib/
267 F: MdeModulePkg/Universal/Console/
268 R: Zhichao Gao <zhichao.gao@intel.com>
269 R: Ray Ni <ray.ni@intel.com>
270
271 MdeModulePkg: Core services (PEI, DXE and Runtime) modules
272 F: MdeModulePkg/*Mem*/
273 F: MdeModulePkg/*SectionExtract*/
274 F: MdeModulePkg/*StatusCode*/
275 F: MdeModulePkg/Application/DumpDynPcd/
276 F: MdeModulePkg/Core/Dxe/
277 F: MdeModulePkg/Core/DxeIplPeim/
278 F: MdeModulePkg/Core/RuntimeDxe/
279 F: MdeModulePkg/Include/*Mem*.h
280 F: MdeModulePkg/Include/*Pcd*.h
281 F: MdeModulePkg/Include/*Perf*.h
282 F: MdeModulePkg/Include/*StatusCode*.h
283 F: MdeModulePkg/Include/Guid/Crc32GuidedSectionExtraction.h
284 F: MdeModulePkg/Include/Guid/EventExitBootServiceFailed.h
285 F: MdeModulePkg/Include/Guid/IdleLoopEvent.h
286 F: MdeModulePkg/Include/Guid/LoadModuleAtFixedAddress.h
287 F: MdeModulePkg/Include/Guid/LzmaDecompress.h
288 F: MdeModulePkg/Include/Library/SecurityManagementLib.h
289 F: MdeModulePkg/Library/*Decompress*/
290 F: MdeModulePkg/Library/*Perf*/
291 F: MdeModulePkg/Library/DxeSecurityManagementLib/
292 F: MdeModulePkg/Universal/PCD/
293 F: MdeModulePkg/Universal/PlatformDriOverrideDxe/
294 F: MdeModulePkg/Universal/SecurityStubDxe/SecurityStub.c
295 R: Dandan Bi <dandan.bi@intel.com>
296 R: Liming Gao <gaoliming@byosoft.com.cn>
297
298 MdeModulePkg: Device and Peripheral modules
299 F: MdeModulePkg/*PciHostBridge*/
300 F: MdeModulePkg/Bus/
301 F: MdeModulePkg/Include/*Ata*.h
302 F: MdeModulePkg/Include/*IoMmu*.h
303 F: MdeModulePkg/Include/*NonDiscoverableDevice*.h
304 F: MdeModulePkg/Include/*NvmExpress*.h
305 F: MdeModulePkg/Include/*SdMmc*.h
306 F: MdeModulePkg/Include/*Ufs*.h
307 F: MdeModulePkg/Include/*Usb*.h
308 F: MdeModulePkg/Include/Guid/RecoveryDevice.h
309 F: MdeModulePkg/Include/Guid/S3StorageDeviceInitList.h
310 F: MdeModulePkg/Include/Library/PciHostBridgeLib.h
311 F: MdeModulePkg/Include/Ppi/StorageSecurityCommand.h
312 F: MdeModulePkg/Include/Protocol/Ps2Policy.h
313 F: MdeModulePkg/Library/NonDiscoverableDeviceRegistrationLib/
314 F: MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/
315 R: Hao A Wu <hao.a.wu@intel.com>
316 R: Ray Ni <ray.ni@intel.com>
317
318 MdeModulePkg: Disk modules
319 F: MdeModulePkg/Universal/Disk/
320 R: Hao A Wu <hao.a.wu@intel.com>
321 R: Ray Ni <ray.ni@intel.com>
322 R: Zhichao Gao <zhichao.gao@intel.com>
323
324 MdeModulePkg: Firmware Update modules
325 F: MdeModulePkg/*Capsule*/
326 F: MdeModulePkg/Include/*Capsule*.h
327 F: MdeModulePkg/Include/Library/DisplayUpdateProgressLib.h
328 F: MdeModulePkg/Include/Library/FmpAuthenticationLib.h
329 F: MdeModulePkg/Include/Protocol/EsrtManagement.h
330 F: MdeModulePkg/Include/Protocol/FirmwareManagementProgress.h
331 F: MdeModulePkg/Library/DisplayUpdateProgressLib*/
332 F: MdeModulePkg/Library/FmpAuthenticationLibNull/
333 F: MdeModulePkg/Universal/Esrt*/
334 R: Hao A Wu <hao.a.wu@intel.com>
335 R: Liming Gao <gaoliming@byosoft.com.cn>
336 R: Guomin Jiang <guomin.jiang@intel.com>
337
338 MdeModulePkg: HII and UI modules
339 F: MdeModulePkg/*FileExplorer*/
340 F: MdeModulePkg/*Hii*/
341 F: MdeModulePkg/*Ui*/
342 F: MdeModulePkg/Application/BootManagerMenuApp/
343 F: MdeModulePkg/Include/*FileExplorer*.h
344 F: MdeModulePkg/Include/*FormBrowser*.h
345 F: MdeModulePkg/Include/*Hii*.h
346 F: MdeModulePkg/Include/Library/CustomizedDisplayLib.h
347 F: MdeModulePkg/Include/Protocol/DisplayProtocol.h
348 F: MdeModulePkg/Library/CustomizedDisplayLib/
349 F: MdeModulePkg/Universal/DisplayEngineDxe/
350 F: MdeModulePkg/Universal/DriverSampleDxe/
351 F: MdeModulePkg/Universal/SetupBrowserDxe/
352 R: Dandan Bi <dandan.bi@intel.com>
353 R: Eric Dong <eric.dong@intel.com>
354
355 MdeModulePkg: Management Mode (MM, SMM) modules
356 F: MdeModulePkg/*Smi*/
357 F: MdeModulePkg/*Smm*/
358 F: MdeModulePkg/Include/*Smi*.h
359 F: MdeModulePkg/Include/*Smm*.h
360 R: Eric Dong <eric.dong@intel.com>
361 R: Ray Ni <ray.ni@intel.com>
362
363 MdeModulePkg: Pei Core
364 F: MdeModulePkg/Core/Pei/
365 R: Dandan Bi <dandan.bi@intel.com>
366 R: Liming Gao <gaoliming@byosoft.com.cn>
367 R: Debkumar De <debkumar.de@intel.com>
368 R: Harry Han <harry.han@intel.com>
369 R: Catharine West <catharine.west@intel.com>
370
371 MdeModulePkg: Reset modules
372 F: MdeModulePkg/*Reset*/
373 F: MdeModulePkg/Include/*Reset*.h
374 R: Zhichao Gao <zhichao.gao@intel.com>
375 R: Ray Ni <ray.ni@intel.com>
376
377 MdeModulePkg: Serial modules
378 F: MdeModulePkg/*Serial*/
379 F: MdeModulePkg/Include/*SerialPort*.h
380 R: Hao A Wu <hao.a.wu@intel.com>
381 R: Ray Ni <ray.ni@intel.com>
382 R: Zhichao Gao <zhichao.gao@intel.com>
383
384 MdeModulePkg: SMBIOS modules
385 F: MdeModulePkg/Universal/Smbios*/
386 R: Dandan Bi <dandan.bi@intel.com>
387 R: Star Zeng <star.zeng@intel.com>
388 R: Zhichao Gao <zhichao.gao@intel.com>
389
390 MdeModulePkg: UEFI Variable modules
391 F: MdeModulePkg/*Var*/
392 F: MdeModulePkg/Include/*/*FaultTolerantWrite*.h
393 F: MdeModulePkg/Include/*/*Var*.h
394 F: MdeModulePkg/Include/Guid/SystemNvDataGuid.h
395 F: MdeModulePkg/Include/Protocol/SwapAddressRange.h
396 F: MdeModulePkg/Universal/FaultTolerantWrite*/
397 R: Hao A Wu <hao.a.wu@intel.com>
398 R: Liming Gao <gaoliming@byosoft.com.cn>
399
400 MdePkg
401 F: MdePkg/
402 W: https://github.com/tianocore/tianocore.github.io/wiki/MdePkg
403 M: Michael D Kinney <michael.d.kinney@intel.com>
404 M: Liming Gao <gaoliming@byosoft.com.cn>
405 R: Zhiguang Liu <zhiguang.liu@intel.com>
406
407 NetworkPkg
408 F: NetworkPkg/
409 W: https://github.com/tianocore/tianocore.github.io/wiki/NetworkPkg
410 M: Maciej Rabeda <maciej.rabeda@linux.intel.com>
411 R: Jiaxin Wu <jiaxin.wu@intel.com>
412 R: Siyuan Fu <siyuan.fu@intel.com>
413
414 OvmfPkg
415 F: OvmfPkg/
416 W: http://www.tianocore.org/ovmf/
417 M: Laszlo Ersek <lersek@redhat.com>
418 M: Ard Biesheuvel <ardb+tianocore@kernel.org>
419 R: Jordan Justen <jordan.l.justen@intel.com>
420 S: Maintained
421
422 OvmfPkg: bhyve-related modules
423 F: OvmfPkg/Bhyve/
424 F: OvmfPkg/Include/IndustryStandard/Bhyve.h
425 F: OvmfPkg/Include/Library/BhyveFwCtlLib.h
426 F: OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLibBhyve.c
427 F: OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLibBhyve.inf
428 F: OvmfPkg/Library/BhyveFwCtlLib/
429 F: OvmfPkg/Library/PlatformBootManagerLibBhyve/
430 F: OvmfPkg/Library/ResetSystemLib/BaseResetShutdownBhyve.c
431 F: OvmfPkg/Library/ResetSystemLib/BaseResetSystemLibBhyve.inf
432 R: Rebecca Cran <rebecca@bsdio.com>
433 R: Peter Grehan <grehan@freebsd.org>
434
435 OvmfPkg: CSM modules
436 F: OvmfPkg/Csm/
437 R: David Woodhouse <dwmw2@infradead.org>
438
439 OvmfPkg: Confidential Computing
440 F: OvmfPkg/AmdSev/
441 F: OvmfPkg/AmdSevDxe/
442 F: OvmfPkg/Include/Guid/ConfidentialComputingSecret.h
443 F: OvmfPkg/Include/Library/MemEncryptSevLib.h
444 F: OvmfPkg/IoMmuDxe/AmdSevIoMmu.*
445 F: OvmfPkg/Library/BaseMemEncryptSevLib/
446 F: OvmfPkg/Library/PlatformBootManagerLibGrub/
447 F: OvmfPkg/Library/VmgExitLib/
448 F: OvmfPkg/PlatformPei/AmdSev.c
449 F: OvmfPkg/ResetVector/
450 F: OvmfPkg/Sec/
451 R: Brijesh Singh <brijesh.singh@amd.com>
452 R: Erdem Aktas <erdemaktas@google.com>
453 R: James Bottomley <jejb@linux.ibm.com>
454 R: Jiewen Yao <jiewen.yao@intel.com>
455 R: Min Xu <min.m.xu@intel.com>
456 R: Tom Lendacky <thomas.lendacky@amd.com>
457
458 OvmfPkg: LsiScsi driver
459 F: OvmfPkg/LsiScsiDxe/
460 R: Gary Lin <glin@suse.com>
461
462 OvmfPkg: MptScsi and PVSCSI driver
463 F: OvmfPkg/MptScsiDxe/
464 F: OvmfPkg/PvScsiDxe/
465 R: Liran Alon <liran.alon@oracle.com>
466 R: Nikita Leshenko <nikita.leshchenko@oracle.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/XenAcpiPlatformDxe/
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 <ardb+tianocore@kernel.org>
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