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