]> git.proxmox.com Git - mirror_edk2.git/blob - Maintainers.txt
Maintainers.txt: Add new maintainer and reviewer to EmbeddedPkg/
[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 M: Abner Chang <abner.chang@hpe.com> [changab]
186 R: Daniel Schaefer <daniel.schaefer@hpe.com> [JohnAZoidberg]
187
188 EmulatorPkg
189 F: EmulatorPkg/
190 W: https://github.com/tianocore/tianocore.github.io/wiki/EmulatorPkg
191 M: Andrew Fish <afish@apple.com> [ajfish]
192 M: Ray Ni <ray.ni@intel.com> [niruiyu]
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> [niruiyu]
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> [lgao4]
206 M: Michael D Kinney <michael.d.kinney@intel.com> [mdkinney]
207 R: Guomin Jiang <guomin.jiang@intel.com> [guominjia]
208 R: Wei6 Xu <wei6.xu@intel.com> [xuweiintel]
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> [ChaselChiu]
214 R: Nate DeSimone <nathaniel.l.desimone@intel.com> [nate-desimone]
215 R: Star Zeng <star.zeng@intel.com> [lzeng14]
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> [ChaselChiu]
221 R: Nate DeSimone <nathaniel.l.desimone@intel.com> [nate-desimone]
222 R: Star Zeng <star.zeng@intel.com> [lzeng14]
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> [jwang36]
228 M: Hao A Wu <hao.a.wu@intel.com> [hwu25]
229
230 MdeModulePkg: ACPI modules
231 F: MdeModulePkg/Include/*Acpi*.h
232 F: MdeModulePkg/Universal/Acpi/
233 R: Zhiguang Liu <zhiguang.liu@intel.com> [LiuZhiguang001]
234 R: Dandan Bi <dandan.bi@intel.com> [dandanbi]
235 R: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
236
237 MdeModulePkg: ACPI modules related to S3
238 F: MdeModulePkg/*LockBox*/
239 F: MdeModulePkg/Include/*BootScript*.h
240 F: MdeModulePkg/Include/*LockBox*.h
241 F: MdeModulePkg/Include/*S3*.h
242 F: MdeModulePkg/Library/*S3*/
243 R: Hao A Wu <hao.a.wu@intel.com> [hwu25]
244 R: Eric Dong <eric.dong@intel.com> [ydong10]
245
246 MdeModulePkg: BDS modules
247 F: MdeModulePkg/*BootManager*/
248 F: MdeModulePkg/Include/Library/UefiBootManagerLib.h
249 F: MdeModulePkg/Universal/BdsDxe/
250 F: MdeModulePkg/Universal/DevicePathDxe/
251 F: MdeModulePkg/Universal/DriverHealthManagerDxe/
252 F: MdeModulePkg/Universal/LoadFileOnFv2/
253 F: MdeModulePkg/Universal/SecurityStubDxe/Defer3rdPartyImageLoad.*
254 R: Zhichao Gao <zhichao.gao@intel.com> [ZhichaoGao]
255 R: Ray Ni <ray.ni@intel.com> [niruiyu]
256
257 MdeModulePkg: Console and Graphics modules
258 F: MdeModulePkg/*Logo*/
259 F: MdeModulePkg/Include/*Logo*.h
260 F: MdeModulePkg/Include/Guid/ConnectConInEvent.h
261 F: MdeModulePkg/Include/Guid/Console*.h
262 F: MdeModulePkg/Include/Guid/StandardErrorDevice.h
263 F: MdeModulePkg/Include/Guid/TtyTerm.h
264 F: MdeModulePkg/Include/Library/BmpSupportLib.h
265 F: MdeModulePkg/Include/Library/FrameBufferBltLib.h
266 F: MdeModulePkg/Library/BaseBmpSupportLib/
267 F: MdeModulePkg/Library/FrameBufferBltLib/
268 F: MdeModulePkg/Universal/Console/
269 R: Zhichao Gao <zhichao.gao@intel.com> [ZhichaoGao]
270 R: Ray Ni <ray.ni@intel.com> [niruiyu]
271
272 MdeModulePkg: Core services (PEI, DXE and Runtime) modules
273 F: MdeModulePkg/*Mem*/
274 F: MdeModulePkg/*SectionExtract*/
275 F: MdeModulePkg/*StatusCode*/
276 F: MdeModulePkg/Application/DumpDynPcd/
277 F: MdeModulePkg/Core/Dxe/
278 F: MdeModulePkg/Core/DxeIplPeim/
279 F: MdeModulePkg/Core/RuntimeDxe/
280 F: MdeModulePkg/Include/*Mem*.h
281 F: MdeModulePkg/Include/*Pcd*.h
282 F: MdeModulePkg/Include/*Perf*.h
283 F: MdeModulePkg/Include/*StatusCode*.h
284 F: MdeModulePkg/Include/Guid/Crc32GuidedSectionExtraction.h
285 F: MdeModulePkg/Include/Guid/EventExitBootServiceFailed.h
286 F: MdeModulePkg/Include/Guid/IdleLoopEvent.h
287 F: MdeModulePkg/Include/Guid/LoadModuleAtFixedAddress.h
288 F: MdeModulePkg/Include/Guid/LzmaDecompress.h
289 F: MdeModulePkg/Include/Library/SecurityManagementLib.h
290 F: MdeModulePkg/Library/*Decompress*/
291 F: MdeModulePkg/Library/*Perf*/
292 F: MdeModulePkg/Library/DxeSecurityManagementLib/
293 F: MdeModulePkg/Universal/PCD/
294 F: MdeModulePkg/Universal/PlatformDriOverrideDxe/
295 F: MdeModulePkg/Universal/SecurityStubDxe/SecurityStub.c
296 R: Dandan Bi <dandan.bi@intel.com> [dandanbi]
297 R: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
298
299 MdeModulePkg: Device and Peripheral modules
300 F: MdeModulePkg/*PciHostBridge*/
301 F: MdeModulePkg/Bus/
302 F: MdeModulePkg/Include/*Ata*.h
303 F: MdeModulePkg/Include/*IoMmu*.h
304 F: MdeModulePkg/Include/*NonDiscoverableDevice*.h
305 F: MdeModulePkg/Include/*NvmExpress*.h
306 F: MdeModulePkg/Include/*SdMmc*.h
307 F: MdeModulePkg/Include/*Ufs*.h
308 F: MdeModulePkg/Include/*Usb*.h
309 F: MdeModulePkg/Include/Guid/RecoveryDevice.h
310 F: MdeModulePkg/Include/Guid/S3StorageDeviceInitList.h
311 F: MdeModulePkg/Include/Library/PciHostBridgeLib.h
312 F: MdeModulePkg/Include/Ppi/StorageSecurityCommand.h
313 F: MdeModulePkg/Include/Protocol/Ps2Policy.h
314 F: MdeModulePkg/Library/NonDiscoverableDeviceRegistrationLib/
315 F: MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/
316 R: Hao A Wu <hao.a.wu@intel.com> [hwu25]
317 R: Ray Ni <ray.ni@intel.com> [niruiyu]
318
319 MdeModulePkg: Disk modules
320 F: MdeModulePkg/Universal/Disk/
321 R: Hao A Wu <hao.a.wu@intel.com> [hwu25]
322 R: Ray Ni <ray.ni@intel.com> [niruiyu]
323 R: Zhichao Gao <zhichao.gao@intel.com> [ZhichaoGao]
324
325 MdeModulePkg: Firmware Update modules
326 F: MdeModulePkg/*Capsule*/
327 F: MdeModulePkg/Include/*Capsule*.h
328 F: MdeModulePkg/Include/Library/DisplayUpdateProgressLib.h
329 F: MdeModulePkg/Include/Library/FmpAuthenticationLib.h
330 F: MdeModulePkg/Include/Protocol/EsrtManagement.h
331 F: MdeModulePkg/Include/Protocol/FirmwareManagementProgress.h
332 F: MdeModulePkg/Library/DisplayUpdateProgressLib*/
333 F: MdeModulePkg/Library/FmpAuthenticationLibNull/
334 F: MdeModulePkg/Universal/Esrt*/
335 R: Hao A Wu <hao.a.wu@intel.com> [hwu25]
336 R: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
337 R: Guomin Jiang <guomin.jiang@intel.com> [guominjia]
338
339 MdeModulePkg: HII and UI modules
340 F: MdeModulePkg/*FileExplorer*/
341 F: MdeModulePkg/*Hii*/
342 F: MdeModulePkg/*Ui*/
343 F: MdeModulePkg/Application/BootManagerMenuApp/
344 F: MdeModulePkg/Include/*FileExplorer*.h
345 F: MdeModulePkg/Include/*FormBrowser*.h
346 F: MdeModulePkg/Include/*Hii*.h
347 F: MdeModulePkg/Include/Library/CustomizedDisplayLib.h
348 F: MdeModulePkg/Include/Protocol/DisplayProtocol.h
349 F: MdeModulePkg/Library/CustomizedDisplayLib/
350 F: MdeModulePkg/Universal/DisplayEngineDxe/
351 F: MdeModulePkg/Universal/DriverSampleDxe/
352 F: MdeModulePkg/Universal/SetupBrowserDxe/
353 R: Dandan Bi <dandan.bi@intel.com> [dandanbi]
354 R: Eric Dong <eric.dong@intel.com> [ydong10]
355
356 MdeModulePkg: Management Mode (MM, SMM) modules
357 F: MdeModulePkg/*Smi*/
358 F: MdeModulePkg/*Smm*/
359 F: MdeModulePkg/Include/*Smi*.h
360 F: MdeModulePkg/Include/*Smm*.h
361 R: Eric Dong <eric.dong@intel.com> [ydong10]
362 R: Ray Ni <ray.ni@intel.com> [niruiyu]
363
364 MdeModulePkg: Pei Core
365 F: MdeModulePkg/Core/Pei/
366 R: Dandan Bi <dandan.bi@intel.com> [dandanbi]
367 R: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
368 R: Debkumar De <debkumar.de@intel.com>
369 R: Harry Han <harry.han@intel.com>
370 R: Catharine West <catharine.west@intel.com> [catharine-intl]
371
372 MdeModulePkg: Reset modules
373 F: MdeModulePkg/*Reset*/
374 F: MdeModulePkg/Include/*Reset*.h
375 R: Zhichao Gao <zhichao.gao@intel.com> [ZhichaoGao]
376 R: Ray Ni <ray.ni@intel.com> [niruiyu]
377
378 MdeModulePkg: Serial modules
379 F: MdeModulePkg/*Serial*/
380 F: MdeModulePkg/Include/*SerialPort*.h
381 R: Hao A Wu <hao.a.wu@intel.com> [hwu25]
382 R: Ray Ni <ray.ni@intel.com> [niruiyu]
383 R: Zhichao Gao <zhichao.gao@intel.com> [ZhichaoGao]
384
385 MdeModulePkg: SMBIOS modules
386 F: MdeModulePkg/Universal/Smbios*/
387 R: Zhiguang Liu <zhiguang.liu@intel.com> [LiuZhiguang001]
388 R: Dandan Bi <dandan.bi@intel.com> [dandanbi]
389 R: Star Zeng <star.zeng@intel.com> [lzeng14]
390 R: Zhichao Gao <zhichao.gao@intel.com> [ZhichaoGao]
391
392 MdeModulePkg: UEFI Variable modules
393 F: MdeModulePkg/*Var*/
394 F: MdeModulePkg/Include/*/*FaultTolerantWrite*.h
395 F: MdeModulePkg/Include/*/*Var*.h
396 F: MdeModulePkg/Include/Guid/SystemNvDataGuid.h
397 F: MdeModulePkg/Include/Protocol/SwapAddressRange.h
398 F: MdeModulePkg/Universal/FaultTolerantWrite*/
399 R: Hao A Wu <hao.a.wu@intel.com> [hwu25]
400 R: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
401
402 MdeModulePkg: Universal Payload definitions
403 F: MdeModulePkg/Include/UniversalPayload/
404 R: Zhiguang Liu <zhiguang.liu@intel.com> [LiuZhiguang001]
405 R: Ray Ni <ray.ni@intel.com> [niruiyu]
406
407 MdePkg
408 F: MdePkg/
409 W: https://github.com/tianocore/tianocore.github.io/wiki/MdePkg
410 M: Michael D Kinney <michael.d.kinney@intel.com> [mdkinney]
411 M: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
412 R: Zhiguang Liu <zhiguang.liu@intel.com> [LiuZhiguang001]
413
414 NetworkPkg
415 F: NetworkPkg/
416 W: https://github.com/tianocore/tianocore.github.io/wiki/NetworkPkg
417 M: Maciej Rabeda <maciej.rabeda@linux.intel.com> [mrabeda]
418 R: Jiaxin Wu <jiaxin.wu@intel.com> [jiaxinwu]
419 R: Siyuan Fu <siyuan.fu@intel.com> [sfu5]
420
421 OvmfPkg
422 F: OvmfPkg/
423 W: http://www.tianocore.org/ovmf/
424 M: Ard Biesheuvel <ardb+tianocore@kernel.org> [ardbiesheuvel]
425 M: Jiewen Yao <jiewen.yao@intel.com> [jyao1]
426 R: Jordan Justen <jordan.l.justen@intel.com> [jljusten]
427 S: Maintained
428
429 OvmfPkg: bhyve-related modules
430 F: OvmfPkg/Bhyve/
431 F: OvmfPkg/Include/IndustryStandard/Bhyve.h
432 F: OvmfPkg/Include/Library/BhyveFwCtlLib.h
433 F: OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLibBhyve.c
434 F: OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLibBhyve.inf
435 F: OvmfPkg/Library/BhyveFwCtlLib/
436 F: OvmfPkg/Library/PciHostBridgeLibScan/
437 F: OvmfPkg/Library/PlatformBootManagerLibBhyve/
438 F: OvmfPkg/Library/ResetSystemLib/BaseResetShutdownBhyve.c
439 F: OvmfPkg/Library/ResetSystemLib/BaseResetSystemLibBhyve.inf
440 R: Rebecca Cran <rebecca@bsdio.com> [bcran]
441 R: Peter Grehan <grehan@freebsd.org> [grehan-freebsd]
442
443 OvmfPkg: CSM modules
444 F: OvmfPkg/Csm/
445 R: David Woodhouse <dwmw2@infradead.org> [dwmw2]
446
447 OvmfPkg: Confidential Computing
448 F: OvmfPkg/AmdSev/
449 F: OvmfPkg/AmdSevDxe/
450 F: OvmfPkg/Include/Guid/ConfidentialComputingSecret.h
451 F: OvmfPkg/Include/Library/MemEncryptSevLib.h
452 F: OvmfPkg/IoMmuDxe/AmdSevIoMmu.*
453 F: OvmfPkg/Library/BaseMemEncryptSevLib/
454 F: OvmfPkg/Library/PlatformBootManagerLibGrub/
455 F: OvmfPkg/Library/VmgExitLib/
456 F: OvmfPkg/PlatformPei/AmdSev.c
457 F: OvmfPkg/ResetVector/
458 F: OvmfPkg/Sec/
459 R: Brijesh Singh <brijesh.singh@amd.com> [codomania]
460 R: Erdem Aktas <erdemaktas@google.com>
461 R: James Bottomley <jejb@linux.ibm.com> [jejb]
462 R: Jiewen Yao <jiewen.yao@intel.com> [jyao1]
463 R: Min Xu <min.m.xu@intel.com> [mxu9]
464 R: Tom Lendacky <thomas.lendacky@amd.com> [tlendacky]
465
466 OvmfPkg: LsiScsi driver
467 F: OvmfPkg/LsiScsiDxe/
468 R: Gary Lin <glin@suse.com>
469
470 OvmfPkg: MptScsi and PVSCSI driver
471 F: OvmfPkg/MptScsiDxe/
472 F: OvmfPkg/PvScsiDxe/
473 R: Liran Alon <liran.alon@oracle.com>
474 R: Nikita Leshenko <nikita.leshchenko@oracle.com>
475
476 OvmfPkg: TCG- and TPM2-related modules
477 F: OvmfPkg/Include/IndustryStandard/QemuTpm.h
478 F: OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c
479 F: OvmfPkg/Library/Tcg2PhysicalPresenceLib*/
480 F: OvmfPkg/PlatformPei/ClearCache.c
481 F: OvmfPkg/Tcg/
482 R: Marc-André Lureau <marcandre.lureau@redhat.com>
483 R: Stefan Berger <stefanb@linux.ibm.com>
484
485 OvmfPkg: Xen-related modules
486 F: OvmfPkg/Include/Guid/XenBusRootDevice.h
487 F: OvmfPkg/Include/Guid/XenInfo.h
488 F: OvmfPkg/Include/IndustryStandard/Xen/
489 F: OvmfPkg/Include/Library/XenHypercallLib.h
490 F: OvmfPkg/Include/Library/XenIoMmioLib.h
491 F: OvmfPkg/Include/Library/XenPlatformLib.h
492 F: OvmfPkg/Include/Protocol/XenBus.h
493 F: OvmfPkg/Include/Protocol/XenIo.h
494 F: OvmfPkg/Library/PciHostBridgeLibScan/
495 F: OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c
496 F: OvmfPkg/Library/XenConsoleSerialPortLib/
497 F: OvmfPkg/Library/XenHypercallLib/
498 F: OvmfPkg/Library/XenIoMmioLib/
499 F: OvmfPkg/Library/XenPlatformLib/
500 F: OvmfPkg/Library/XenRealTimeClockLib/
501 F: OvmfPkg/OvmfXen.*
502 F: OvmfPkg/OvmfXenElfHeaderGenerator.c
503 F: OvmfPkg/SmbiosPlatformDxe/*Xen*
504 F: OvmfPkg/XenAcpiPlatformDxe/
505 F: OvmfPkg/XenBusDxe/
506 F: OvmfPkg/XenIoPciDxe/
507 F: OvmfPkg/XenIoPvhDxe/
508 F: OvmfPkg/XenPlatformPei/
509 F: OvmfPkg/XenPvBlkDxe/
510 F: OvmfPkg/XenResetVector/
511 F: OvmfPkg/XenTimerDxe/
512 R: Anthony Perard <anthony.perard@citrix.com> [sheep]
513 R: Julien Grall <julien@xen.org>
514
515 PcAtChipsetPkg
516 F: PcAtChipsetPkg/
517 W: https://github.com/tianocore/tianocore.github.io/wiki/PcAtChipsetPkg
518 M: Ray Ni <ray.ni@intel.com> [niruiyu]
519
520 RedfishPkg: Redfish related modules
521 F: RedfishPkg/
522 M: Abner Chang <abner.chang@hpe.com> [changab]
523 R: Nickle Wang <nickle.wang@hpe.com> [nicklela]
524
525 SecurityPkg
526 F: SecurityPkg/
527 W: https://github.com/tianocore/tianocore.github.io/wiki/SecurityPkg
528 M: Jiewen Yao <jiewen.yao@intel.com> [jyao1]
529 M: Jian J Wang <jian.j.wang@intel.com> [jwang36]
530
531 SecurityPkg: Secure boot related modules
532 F: SecurityPkg/Library/DxeImageVerificationLib/
533 F: SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
534 F: SecurityPkg/Library/AuthVariableLib/
535 R: Min Xu <min.m.xu@intel.com> [mxu9]
536
537 SecurityPkg: Tcg related modules
538 F: SecurityPkg/Tcg/
539 R: Qi Zhang <qi1.zhang@intel.com> [qizhangz]
540 R: Rahul Kumar <rahul1.kumar@intel.com> [rahul1-kumar]
541
542 ShellPkg
543 F: ShellPkg/
544 W: https://github.com/tianocore/tianocore.github.io/wiki/ShellPkg
545 M: Ray Ni <ray.ni@intel.com> [niruiyu]
546 M: Zhichao Gao <zhichao.gao@intel.com> [ZhichaoGao]
547
548 SignedCapsulePkg
549 F: SignedCapsulePkg/
550 W: https://github.com/tianocore/tianocore.github.io/wiki/SignedCapsulePkg
551 M: Jian J Wang <jian.j.wang@intel.com> [jwang36]
552
553 SourceLevelDebugPkg
554 F: SourceLevelDebugPkg/
555 W: https://github.com/tianocore/tianocore.github.io/wiki/SourceLevelDebugPkg
556 M: Hao A Wu <hao.a.wu@intel.com> [hwu25]
557
558 StandaloneMmPkg
559 F: StandaloneMmPkg/
560 M: Ard Biesheuvel <ardb+tianocore@kernel.org> [ardbiesheuvel]
561 M: Sami Mujawar <sami.mujawar@arm.com> [samimujawar]
562 M: Jiewen Yao <jiewen.yao@intel.com> [jyao1]
563 R: Supreeth Venkatesh <supreeth.venkatesh@arm.com> [supven01]
564
565 UefiCpuPkg
566 F: UefiCpuPkg/
567 W: https://github.com/tianocore/tianocore.github.io/wiki/UefiCpuPkg
568 M: Eric Dong <eric.dong@intel.com> [ydong10]
569 M: Ray Ni <ray.ni@intel.com> [niruiyu]
570 R: Rahul Kumar <rahul1.kumar@intel.com> [rahul1-kumar]
571
572 UefiCpuPkg: Sec related modules
573 F: UefiCpuPkg/SecCore/
574 F: UefiCpuPkg/ResetVector/
575 R: Debkumar De <debkumar.de@intel.com>
576 R: Harry Han <harry.han@intel.com>
577 R: Catharine West <catharine.west@intel.com> [catharine-intl]
578
579 UefiPayloadPkg
580 F: UefiPayloadPkg/
581 W: https://github.com/tianocore/tianocore.github.io/wiki/UefiPayloadPkg
582 M: Guo Dong <guo.dong@intel.com> [gdong1]
583 M: Ray Ni <ray.ni@intel.com> [niruiyu]
584 R: Maurice Ma <maurice.ma@intel.com> [mauricema]
585 R: Benjamin You <benjamin.you@intel.com> [BenjaminYou]
586 S: Maintained
587
588 UnitTestFrameworkPkg
589 F: UnitTestFrameworkPkg/
590 M: Michael D Kinney <michael.d.kinney@intel.com> [mdkinney]
591 R: Sean Brogan <sean.brogan@microsoft.com> [spbrogan]
592 R: Bret Barkelew <Bret.Barkelew@microsoft.com> [corthon]
593 S: Maintained