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