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