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