]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - Maintainers.txt
Maintainers.txt: split out section "OvmfPkg: CSM modules"
[mirror_edk2.git] / Maintainers.txt
... / ...
CommitLineData
1EDK II Maintainers\r
2==================\r
3\r
4This file provides information about the primary maintainers for\r
5EDK II.\r
6\r
7In general, you should not privately email the maintainer. You should\r
8email the edk2-devel list, and Cc the package maintainers and\r
9reviewers.\r
10\r
11If the package maintainer wants to hand over the role to other people,\r
12the package maintainer should send the patch to update Maintainers.txt\r
13with new maintainer, and the new maintainer should follow up with\r
14an Acked-by or a Reviewed-by.\r
15\r
16Descriptions of section entries:\r
17\r
18 L: Mailing list that is relevant to this area (default is edk2-devel)\r
19 Patches and questions should be sent to the email list.\r
20 M: Package Maintainer: Cc address for patches and questions. Responsible\r
21 for reviewing and pushing package changes to source control.\r
22 R: Package Reviewer: Cc address for patches and questions. Reviewers help\r
23 maintainers review code, but don't have push access. A designated Package\r
24 Reviewer is reasonably familiar with the Package (or some modules\r
25 thereof), and/or provides testing or regression testing for the Package\r
26 (or some modules thereof), in certain platforms and environments.\r
27 W: Web-page with status/info\r
28 T: SCM tree type and location. Type is one of: git, svn.\r
29 S: Status, one of the following:\r
30 Supported: Someone is actually paid to look after this.\r
31 Maintained: Someone actually looks after it.\r
32 Odd Fixes: It has a maintainer but they don't have time to do\r
33 much other than throw the odd patch in. See below.\r
34 Orphan: No current maintainer [but maybe you could take the\r
35 role as you write your new code].\r
36 Obsolete: Old code. Something tagged obsolete generally means\r
37 it has been replaced by a better system and you\r
38 should be using that.\r
39 F: Files and directories with wildcard patterns.\r
40 A trailing slash includes all files and subdirectory files.\r
41 F: MdeModulePkg/ all files in and below MdeModulePkg\r
42 F: MdeModulePkg/* all files in MdeModulePkg, but not below\r
43 F: */Pci/* all files in a directory called Pci, at any depth in\r
44 the hierarchy, but not below\r
45 One pattern per line. Multiple F: lines per section acceptable.\r
46 X: Files and directories that are NOT maintained, same rules as F:\r
47 Files exclusions are tested after file matches.\r
48 Can be useful for excluding a specific subdirectory, for instance:\r
49 F: NetworkPkg/\r
50 X: NetworkPkg/Ip6Dxe/\r
51 matches all files in and below NetworkPkg excluding NetworkPkg/Ip6Dxe/\r
52 Filenames not caught by any F: rule get matched as being located in the top-\r
53 level directory. (Internally, the script looks for a match called '<default>',\r
54 so please don't add a file called that in the top-level directory.)\r
55\r
56EDK II\r
57------\r
58W: http://www.tianocore.org/edk2/\r
59L: https://edk2.groups.io/g/devel/\r
60T: git - https://github.com/tianocore/edk2.git\r
61T: git (mirror) - https://bitbucket.org/tianocore/edk2.git\r
62\r
63All patches CC:d here\r
64L: devel@edk2.groups.io\r
65F: *\r
66F: */\r
67\r
68Tianocore Stewards\r
69------------------\r
70F: *\r
71M: Andrew Fish <afish@apple.com>\r
72M: Laszlo Ersek <lersek@redhat.com>\r
73M: Leif Lindholm <leif.lindholm@linaro.org>\r
74M: Michael D Kinney <michael.d.kinney@intel.com>\r
75\r
76Responsible Disclosure, Reporting Security Issues\r
77-------------------------------------------------\r
78W: https://github.com/tianocore/tianocore.github.io/wiki/Security\r
79\r
80EDK II Releases:\r
81----------------\r
82W: https://github.com/tianocore/tianocore.github.io/wiki/EDK-II-Release-Planning\r
83M: Liming Gao <liming.gao@intel.com>\r
84\r
85EDK II Architectures:\r
86---------------------\r
87ARM, AARCH64\r
88F: */AArch64/\r
89F: */Arm/\r
90M: Leif Lindholm <leif.lindholm@linaro.org>\r
91M: Ard Biesheuvel <ard.biesheuvel@linaro.org>\r
92\r
93EDK II Packages:\r
94----------------\r
95ArmPkg\r
96F: ArmPkg/\r
97W: https://github.com/tianocore/tianocore.github.io/wiki/ArmPkg\r
98M: Leif Lindholm <leif.lindholm@linaro.org>\r
99M: Ard Biesheuvel <ard.biesheuvel@linaro.org>\r
100\r
101ArmPlatformPkg\r
102F: ArmPlatformPkg/\r
103W: https://github.com/tianocore/tianocore.github.io/wiki/ArmPlatformPkg\r
104M: Leif Lindholm <leif.lindholm@linaro.org>\r
105M: Ard Biesheuvel <ard.biesheuvel@linaro.org>\r
106\r
107ArmVirtPkg\r
108F: ArmVirtPkg/\r
109W: https://github.com/tianocore/tianocore.github.io/wiki/ArmVirtPkg\r
110M: Laszlo Ersek <lersek@redhat.com>\r
111M: Ard Biesheuvel <ard.biesheuvel@linaro.org>\r
112R: Leif Lindholm <leif.lindholm@linaro.org>\r
113\r
114ArmVirtPkg: modules used on Xen\r
115F: ArmVirtPkg/ArmVirtXen.*\r
116F: ArmVirtPkg/Library/XenArmGenericTimerVirtCounterLib/\r
117F: ArmVirtPkg/Library/XenRealTimeClockLib/\r
118F: ArmVirtPkg/Library/XenVirtMemInfoLib/\r
119F: ArmVirtPkg/PrePi/\r
120F: ArmVirtPkg/XenAcpiPlatformDxe/\r
121F: ArmVirtPkg/XenPlatformHasAcpiDtDxe/\r
122F: ArmVirtPkg/XenioFdtDxe/\r
123R: Julien Grall <julien.grall@arm.com>\r
124\r
125BaseTools\r
126F: BaseTools/\r
127W: https://github.com/tianocore/tianocore.github.io/wiki/BaseTools\r
128M: Bob Feng <bob.c.feng@intel.com>\r
129M: Liming Gao <liming.gao@intel.com>\r
130\r
131CryptoPkg\r
132F: CryptoPkg/\r
133W: https://github.com/tianocore/tianocore.github.io/wiki/CryptoPkg\r
134M: Jian Wang <jian.j.wang@intel.com>\r
135R: Ting Ye <ting.ye@intel.com>\r
136\r
137DynamicTablesPkg\r
138F: DynamicTablesPkg/\r
139W: https://github.com/tianocore/tianocore.github.io/wiki/DynamicTablesPkg\r
140M: Sami Mujawar <Sami.Mujawar@arm.com>\r
141M: Alexei Fedorov <Alexei.Fedorov@arm.com>\r
142\r
143EmbeddedPkg\r
144F: EmbeddedPkg/\r
145W: https://github.com/tianocore/tianocore.github.io/wiki/EmbeddedPkg\r
146M: Leif Lindholm <leif.lindholm@linaro.org>\r
147M: Ard Biesheuvel <ard.biesheuvel@linaro.org>\r
148\r
149EmulatorPkg\r
150F: EmulatorPkg/\r
151W: https://github.com/tianocore/tianocore.github.io/wiki/EmulatorPkg\r
152M: Jordan Justen <jordan.l.justen@intel.com>\r
153M: Andrew Fish <afish@apple.com>\r
154M: Ray Ni <ray.ni@intel.com>\r
155S: Maintained\r
156\r
157FatPkg\r
158F: FatPkg/\r
159W: https://github.com/tianocore/tianocore.github.io/wiki/Edk2-fat-driver\r
160M: Ray Ni <ray.ni@intel.com>\r
161T: svn - https://svn.code.sf.net/p/edk2-fatdriver2/code/trunk/EnhancedFat\r
162T: git - https://github.com/tianocore/edk2-FatPkg.git\r
163\r
164FmpDevicePkg\r
165F: FmpDevicePkg/\r
166W: https://github.com/tianocore/tianocore.github.io/wiki/FmpDevicePkg\r
167M: Liming Gao <liming.gao@intel.com>\r
168M: Michael D Kinney <michael.d.kinney@intel.com>\r
169\r
170IntelFsp2Pkg\r
171F: IntelFsp2Pkg/\r
172W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFsp2Pkg\r
173M: Chasel Chiu <chasel.chiu@intel.com>\r
174R: Nate DeSimone <nathaniel.l.desimone@intel.com>\r
175R: Star Zeng <star.zeng@intel.com>\r
176\r
177IntelFsp2WrapperPkg\r
178F: IntelFsp2WrapperPkg/\r
179W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFsp2WrapperPkg\r
180M: Chasel Chiu <chasel.chiu@intel.com>\r
181R: Nate DeSimone <nathaniel.l.desimone@intel.com>\r
182R: Star Zeng <star.zeng@intel.com>\r
183\r
184MdeModulePkg\r
185F: MdeModulePkg/\r
186W: https://github.com/tianocore/tianocore.github.io/wiki/MdeModulePkg\r
187M: Jian J Wang <jian.j.wang@intel.com>\r
188M: Hao A Wu <hao.a.wu@intel.com>\r
189R: Ray Ni <ray.ni@intel.com>\r
190 (especially for Bus, Universal/Console, Universal/Disk,\r
191 Universal/BdsDxe and related libraries, header files)\r
192R: Star Zeng <star.zeng@intel.com>\r
193\r
194MdePkg\r
195F: MdePkg/\r
196W: https://github.com/tianocore/tianocore.github.io/wiki/MdePkg\r
197M: Michael D Kinney <michael.d.kinney@intel.com>\r
198M: Liming Gao <liming.gao@intel.com>\r
199\r
200NetworkPkg\r
201F: NetworkPkg/\r
202W: https://github.com/tianocore/tianocore.github.io/wiki/NetworkPkg\r
203M: Siyuan Fu <siyuan.fu@intel.com>\r
204M: Jiaxin Wu <jiaxin.wu@intel.com>\r
205\r
206OvmfPkg\r
207F: OvmfPkg/\r
208W: http://www.tianocore.org/ovmf/\r
209M: Jordan Justen <jordan.l.justen@intel.com>\r
210M: Laszlo Ersek <lersek@redhat.com>\r
211M: Ard Biesheuvel <ard.biesheuvel@linaro.org>\r
212S: Maintained\r
213\r
214OvmfPkg: Xen-related modules\r
215F: OvmfPkg/AcpiPlatformDxe/Xen.c\r
216F: OvmfPkg/Include/Guid/XenBusRootDevice.h\r
217F: OvmfPkg/Include/Guid/XenInfo.h\r
218F: OvmfPkg/Include/IndustryStandard/Xen/\r
219F: OvmfPkg/Include/Library/XenHypercallLib.h\r
220F: OvmfPkg/Include/Library/XenIoMmioLib.h\r
221F: OvmfPkg/Include/Protocol/XenBus.h\r
222F: OvmfPkg/Include/Protocol/XenIo.h\r
223F: OvmfPkg/Library/PciHostBridgeLib/XenSupport.c\r
224F: OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c\r
225F: OvmfPkg/Library/XenConsoleSerialPortLib/\r
226F: OvmfPkg/Library/XenHypercallLib/\r
227F: OvmfPkg/Library/XenIoMmioLib/\r
228F: OvmfPkg/PlatformPei/MemDetect.c\r
229F: OvmfPkg/PlatformPei/Platform.*\r
230F: OvmfPkg/PlatformPei/Xen.*\r
231F: OvmfPkg/SmbiosPlatformDxe/*Xen.c\r
232F: OvmfPkg/XenBusDxe/\r
233F: OvmfPkg/XenIoPciDxe/\r
234F: OvmfPkg/XenPvBlkDxe/\r
235R: Anthony Perard <anthony.perard@citrix.com>\r
236R: Julien Grall <julien.grall@arm.com>\r
237\r
238OvmfPkg: TCG- and TPM2-related modules\r
239F: OvmfPkg/Include/IndustryStandard/QemuTpm.h\r
240F: OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c\r
241F: OvmfPkg/Library/Tcg2PhysicalPresenceLib*/\r
242F: OvmfPkg/PlatformPei/ClearCache.c\r
243F: OvmfPkg/Tcg/\r
244R: Marc-André Lureau <marcandre.lureau@redhat.com>\r
245R: Stefan Berger <stefanb@linux.ibm.com>\r
246\r
247OvmfPkg: CSM modules\r
248F: OvmfPkg/Csm/\r
249R: David Woodhouse <dwmw2@infradead.org>\r
250\r
251PcAtChipsetPkg\r
252F: PcAtChipsetPkg/\r
253W: https://github.com/tianocore/tianocore.github.io/wiki/PcAtChipsetPkg\r
254M: Ray Ni <ray.ni@intel.com>\r
255\r
256SecurityPkg\r
257F: SecurityPkg/\r
258W: https://github.com/tianocore/tianocore.github.io/wiki/SecurityPkg\r
259M: Jiewen Yao <jiewen.yao@intel.com>\r
260M: Jian Wang <jian.j.wang@intel.com>\r
261R: Chao Zhang <chao.b.zhang@intel.com>\r
262\r
263ShellPkg\r
264F: ShellPkg/\r
265W: https://github.com/tianocore/tianocore.github.io/wiki/ShellPkg\r
266M: Jaben Carsey <jaben.carsey@intel.com>\r
267M: Ray Ni <ray.ni@intel.com>\r
268R: Zhichao Gao <zhichao.gao@intel.com>\r
269\r
270Maintainers for stable Shell binaries generation\r
271when need to publish Shell binaries with edk2 release:\r
272M: Jaben Carsey <jaben.carsey@intel.com> (Ia32/X64)\r
273M: Ray Ni <ray.ni@intel.com> (Ia32/X64)\r
274M: Leif Lindholm <leif.lindholm@linaro.org> (ARM/AArch64)\r
275M: Ard Biesheuvel <ard.biesheuvel@linaro.org> (ARM/AArch64)\r
276\r
277SignedCapsulePkg\r
278F: SignedCapsulePkg/\r
279W: https://github.com/tianocore/tianocore.github.io/wiki/SignedCapsulePkg\r
280M: Jiewen Yao <jiewen.yao@intel.com>\r
281M: Chao Zhang <chao.b.zhang@intel.com>\r
282\r
283SourceLevelDebugPkg\r
284F: SourceLevelDebugPkg/\r
285W: https://github.com/tianocore/tianocore.github.io/wiki/SourceLevelDebugPkg\r
286M: Hao A Wu <hao.a.wu@intel.com>\r
287\r
288UefiCpuPkg\r
289F: UefiCpuPkg/\r
290W: https://github.com/tianocore/tianocore.github.io/wiki/UefiCpuPkg\r
291M: Eric Dong <eric.dong@intel.com>\r
292M: Ray Ni <ray.ni@intel.com>\r
293R: Laszlo Ersek <lersek@redhat.com>\r
294\r
295UefiPayloadPkg\r
296F: UefiPayloadPkg/\r
297W: https://github.com/tianocore/tianocore.github.io/wiki/UefiPayloadPkg\r
298M: Maurice Ma <maurice.ma@intel.com>\r
299M: Guo Dong <guo.dong@intel.com>\r
300M: Benjamin You <benjamin.you@intel.com>\r
301S: Maintained\r
302\r
303StandaloneMmPkg\r
304F: StandaloneMmPkg/\r
305M: Achin Gupta <achin.gupta@arm.com>\r
306M: Jiewen Yao <jiewen.yao@intel.com>\r
307R: Supreeth Venkatesh <supreeth.venkatesh@arm.com>\r