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