]> git.proxmox.com Git - mirror_edk2.git/blob - Maintainers.txt
Maintainers.txt: split out section "ArmVirtPkg: modules used on Xen"
[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.lindholm@linaro.org>
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 EDK II Architectures:
86 ---------------------
87 ARM, AARCH64
88 F: */AArch64/
89 F: */Arm/
90 M: Leif Lindholm <leif.lindholm@linaro.org>
91 M: Ard Biesheuvel <ard.biesheuvel@linaro.org>
92
93 EDK II Packages:
94 ----------------
95 ArmPkg
96 F: ArmPkg/
97 W: https://github.com/tianocore/tianocore.github.io/wiki/ArmPkg
98 M: Leif Lindholm <leif.lindholm@linaro.org>
99 M: Ard Biesheuvel <ard.biesheuvel@linaro.org>
100
101 ArmPlatformPkg
102 F: ArmPlatformPkg/
103 W: https://github.com/tianocore/tianocore.github.io/wiki/ArmPlatformPkg
104 M: Leif Lindholm <leif.lindholm@linaro.org>
105 M: Ard Biesheuvel <ard.biesheuvel@linaro.org>
106
107 ArmVirtPkg
108 F: ArmVirtPkg/
109 W: https://github.com/tianocore/tianocore.github.io/wiki/ArmVirtPkg
110 M: Laszlo Ersek <lersek@redhat.com>
111 M: Ard Biesheuvel <ard.biesheuvel@linaro.org>
112 R: Leif Lindholm <leif.lindholm@linaro.org>
113
114 ArmVirtPkg: modules used on Xen
115 F: ArmVirtPkg/ArmVirtXen.*
116 F: ArmVirtPkg/Library/XenArmGenericTimerVirtCounterLib/
117 F: ArmVirtPkg/Library/XenRealTimeClockLib/
118 F: ArmVirtPkg/Library/XenVirtMemInfoLib/
119 F: ArmVirtPkg/PrePi/
120 F: ArmVirtPkg/XenAcpiPlatformDxe/
121 F: ArmVirtPkg/XenPlatformHasAcpiDtDxe/
122 F: ArmVirtPkg/XenioFdtDxe/
123 R: Julien Grall <julien.grall@arm.com>
124
125 BaseTools
126 F: BaseTools/
127 W: https://github.com/tianocore/tianocore.github.io/wiki/BaseTools
128 M: Bob Feng <bob.c.feng@intel.com>
129 M: Liming Gao <liming.gao@intel.com>
130
131 CryptoPkg
132 F: CryptoPkg/
133 W: https://github.com/tianocore/tianocore.github.io/wiki/CryptoPkg
134 M: Jian Wang <jian.j.wang@intel.com>
135 R: Ting Ye <ting.ye@intel.com>
136
137 DynamicTablesPkg
138 F: DynamicTablesPkg/
139 W: https://github.com/tianocore/tianocore.github.io/wiki/DynamicTablesPkg
140 M: Sami Mujawar <Sami.Mujawar@arm.com>
141 M: Alexei Fedorov <Alexei.Fedorov@arm.com>
142
143 EmbeddedPkg
144 F: EmbeddedPkg/
145 W: https://github.com/tianocore/tianocore.github.io/wiki/EmbeddedPkg
146 M: Leif Lindholm <leif.lindholm@linaro.org>
147 M: Ard Biesheuvel <ard.biesheuvel@linaro.org>
148
149 EmulatorPkg
150 F: EmulatorPkg/
151 W: https://github.com/tianocore/tianocore.github.io/wiki/EmulatorPkg
152 M: Jordan Justen <jordan.l.justen@intel.com>
153 M: Andrew Fish <afish@apple.com>
154 M: Ray Ni <ray.ni@intel.com>
155 S: Maintained
156
157 FatPkg
158 F: FatPkg/
159 W: https://github.com/tianocore/tianocore.github.io/wiki/Edk2-fat-driver
160 M: Ray Ni <ray.ni@intel.com>
161 T: svn - https://svn.code.sf.net/p/edk2-fatdriver2/code/trunk/EnhancedFat
162 T: git - https://github.com/tianocore/edk2-FatPkg.git
163
164 FmpDevicePkg
165 F: FmpDevicePkg/
166 W: https://github.com/tianocore/tianocore.github.io/wiki/FmpDevicePkg
167 M: Liming Gao <liming.gao@intel.com>
168 M: Michael D Kinney <michael.d.kinney@intel.com>
169
170 IntelFsp2Pkg
171 F: IntelFsp2Pkg/
172 W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFsp2Pkg
173 M: Chasel Chiu <chasel.chiu@intel.com>
174 R: Nate DeSimone <nathaniel.l.desimone@intel.com>
175 R: Star Zeng <star.zeng@intel.com>
176
177 IntelFsp2WrapperPkg
178 F: IntelFsp2WrapperPkg/
179 W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFsp2WrapperPkg
180 M: Chasel Chiu <chasel.chiu@intel.com>
181 R: Nate DeSimone <nathaniel.l.desimone@intel.com>
182 R: Star Zeng <star.zeng@intel.com>
183
184 MdeModulePkg
185 F: MdeModulePkg/
186 W: https://github.com/tianocore/tianocore.github.io/wiki/MdeModulePkg
187 M: Jian J Wang <jian.j.wang@intel.com>
188 M: Hao A Wu <hao.a.wu@intel.com>
189 R: Ray Ni <ray.ni@intel.com>
190 (especially for Bus, Universal/Console, Universal/Disk,
191 Universal/BdsDxe and related libraries, header files)
192 R: Star Zeng <star.zeng@intel.com>
193
194 MdePkg
195 F: MdePkg/
196 W: https://github.com/tianocore/tianocore.github.io/wiki/MdePkg
197 M: Michael D Kinney <michael.d.kinney@intel.com>
198 M: Liming Gao <liming.gao@intel.com>
199
200 NetworkPkg
201 F: NetworkPkg/
202 W: https://github.com/tianocore/tianocore.github.io/wiki/NetworkPkg
203 M: Siyuan Fu <siyuan.fu@intel.com>
204 M: Jiaxin Wu <jiaxin.wu@intel.com>
205
206 OvmfPkg
207 F: OvmfPkg/
208 W: http://www.tianocore.org/ovmf/
209 M: Jordan Justen <jordan.l.justen@intel.com>
210 M: Laszlo Ersek <lersek@redhat.com>
211 M: Ard Biesheuvel <ard.biesheuvel@linaro.org>
212 R: Anthony Perard <anthony.perard@citrix.com>
213 (Xen modules)
214 R: Julien Grall <julien.grall@arm.com>
215 (Xen modules)
216 R: Marc-André Lureau <marcandre.lureau@redhat.com>
217 (TPM2 modules)
218 R: Stefan Berger <stefanb@linux.ibm.com>
219 (TPM2 modules)
220 R: David Woodhouse <dwmw2@infradead.org>
221 (CSM modules)
222 S: Maintained
223
224 PcAtChipsetPkg
225 F: PcAtChipsetPkg/
226 W: https://github.com/tianocore/tianocore.github.io/wiki/PcAtChipsetPkg
227 M: Ray Ni <ray.ni@intel.com>
228
229 SecurityPkg
230 F: SecurityPkg/
231 W: https://github.com/tianocore/tianocore.github.io/wiki/SecurityPkg
232 M: Jiewen Yao <jiewen.yao@intel.com>
233 M: Jian Wang <jian.j.wang@intel.com>
234 R: Chao Zhang <chao.b.zhang@intel.com>
235
236 ShellPkg
237 F: ShellPkg/
238 W: https://github.com/tianocore/tianocore.github.io/wiki/ShellPkg
239 M: Jaben Carsey <jaben.carsey@intel.com>
240 M: Ray Ni <ray.ni@intel.com>
241 R: Zhichao Gao <zhichao.gao@intel.com>
242
243 Maintainers for stable Shell binaries generation
244 when need to publish Shell binaries with edk2 release:
245 M: Jaben Carsey <jaben.carsey@intel.com> (Ia32/X64)
246 M: Ray Ni <ray.ni@intel.com> (Ia32/X64)
247 M: Leif Lindholm <leif.lindholm@linaro.org> (ARM/AArch64)
248 M: Ard Biesheuvel <ard.biesheuvel@linaro.org> (ARM/AArch64)
249
250 SignedCapsulePkg
251 F: SignedCapsulePkg/
252 W: https://github.com/tianocore/tianocore.github.io/wiki/SignedCapsulePkg
253 M: Jiewen Yao <jiewen.yao@intel.com>
254 M: Chao Zhang <chao.b.zhang@intel.com>
255
256 SourceLevelDebugPkg
257 F: SourceLevelDebugPkg/
258 W: https://github.com/tianocore/tianocore.github.io/wiki/SourceLevelDebugPkg
259 M: Hao A Wu <hao.a.wu@intel.com>
260
261 UefiCpuPkg
262 F: UefiCpuPkg/
263 W: https://github.com/tianocore/tianocore.github.io/wiki/UefiCpuPkg
264 M: Eric Dong <eric.dong@intel.com>
265 M: Ray Ni <ray.ni@intel.com>
266 R: Laszlo Ersek <lersek@redhat.com>
267
268 UefiPayloadPkg
269 F: UefiPayloadPkg/
270 W: https://github.com/tianocore/tianocore.github.io/wiki/UefiPayloadPkg
271 M: Maurice Ma <maurice.ma@intel.com>
272 M: Guo Dong <guo.dong@intel.com>
273 M: Benjamin You <benjamin.you@intel.com>
274 S: Maintained
275
276 StandaloneMmPkg
277 F: StandaloneMmPkg/
278 M: Achin Gupta <achin.gupta@arm.com>
279 M: Jiewen Yao <jiewen.yao@intel.com>
280 R: Supreeth Venkatesh <supreeth.venkatesh@arm.com>