• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1EDK II Maintainers
2==================
3
4This file provides information about the primary maintainers for
5EDK II.
6
7In general, you should not privately email the maintainer. You should
8email the edk2-devel list, but you can also Cc the maintainer.
9
10Descriptions of section entries:
11
12  L: Mailing list that is relevant to this area (default is edk2-devel)
13     Patches and questions should be sent to the email list.
14  M: Cc address for patches and questions (ie, the package maintainer)
15  W: Web-page with status/info
16  T: SCM tree type and location.  Type is one of: git, svn.
17  S: Status, one of the following:
18     Supported:  Someone is actually paid to look after this.
19     Maintained: Someone actually looks after it.
20     Odd Fixes:  It has a maintainer but they don't have time to do
21                 much other than throw the odd patch in. See below.
22     Orphan:     No current maintainer [but maybe you could take the
23                 role as you write your new code].
24     Obsolete:   Old code. Something tagged obsolete generally means
25                 it has been replaced by a better system and you
26                 should be using that.
27
28EDK II
29------
30W: http://www.tianocore.org/edk2/
31L: https://lists.sourceforge.net/lists/listinfo/edk2-devel
32T: git - https://github.com/tianocore/edk2.git
33T: git - https://bitbucket.org/tianocore/edk2.git
34T: git - http://git.code.sf.net/p/tianocore/edk2
35T: svn - https://svn.code.sf.net/p/edk2/code/trunk/edk2
36
37Responsible Disclosure, Reporting Security Issues
38-------------------------------------------------
39W: https://github.com/tianocore/tianocore.github.io/wiki/Security
40
41EDK II Releases:
42----------------
43UDK2014
44W: http://www.tianocore.org/udk2014/
45S: Supported
46
47EDK II Packages:
48----------------
49AppPkg
50W: https://github.com/tianocore/tianocore.github.io/wiki/AppPkg
51M: Daryl McDaniel <edk2-lists@mc2research.org>
52M: Jaben Carsey <jaben.carsey@intel.com>
53
54ArmPkg
55W: https://github.com/tianocore/tianocore.github.io/wiki/ArmPkg
56M: Leif Lindholm <leif.lindholm@linaro.org>
57M: Ard Biesheuvel <ard.biesheuvel@linaro.org>
58
59ArmPlatformPkg
60W: https://github.com/tianocore/tianocore.github.io/wiki/ArmPlatformPkg
61M: Leif Lindholm <leif.lindholm@linaro.org>
62M: Ard Biesheuvel <ard.biesheuvel@linaro.org>
63
64ArmVirtPkg
65W: https://github.com/tianocore/tianocore.github.io/wiki/ArmVirtPkg
66M: Laszlo Ersek <lersek@redhat.com>
67M: Ard Biesheuvel <ard.biesheuvel@linaro.org>
68
69BaseTools
70W: https://github.com/tianocore/tianocore.github.io/wiki/BaseTools
71M: Yonghong Zhu <yonghong.zhu@intel.com>
72M: Liming Gao <liming.gao@intel.com>
73
74BeagleBoardPkg
75W: https://github.com/tianocore/tianocore.github.io/wiki/BeagleBoardPkg
76M: Leif Lindholm <leif.lindholm@linaro.org>
77M: Ard Biesheuvel <ard.biesheuvel@linaro.org>
78
79CorebootModulePkg, CorebootPayloadPkg
80W: https://github.com/tianocore/tianocore.github.io/wiki/Coreboot_UEFI_payload
81M: Maurice Ma <maurice.ma@intel.com>
82M: Prince Agyeman <prince.agyeman@intel.com>
83S: Maintained
84
85CryptoPkg
86W: https://github.com/tianocore/tianocore.github.io/wiki/CryptoPkg
87M: Qin Long <qin.long@intel.com>
88
89DuetPkg
90W: https://github.com/tianocore/tianocore.github.io/wiki/DuetPkg
91M: Ruiyu Ni <ruiyu.ni@intel.com>
92
93EdkCompatibilityPkg
94W: https://github.com/tianocore/tianocore.github.io/wiki/EdkCompatibilityPkg
95M: Liming Gao <liming.gao@intel.com>
96
97EdkShellPkg, EdkShellBinPkg
98W: https://github.com/tianocore/tianocore.github.io/wiki/EdkShellPkg
99M: Ruiyu Ni <ruiyu.ni@intel.com>
100T: svn - https://svn.code.sf.net/p/efi-shell/code/trunk/Shell/
101S: Obsolete (Use ShellPkg & ShellBinPkg instead)
102
103EmbeddedPkg
104W: https://github.com/tianocore/tianocore.github.io/wiki/EmbeddedPkg
105M: Leif Lindholm <leif.lindholm@linaro.org>
106M: Ard Biesheuvel <ard.biesheuvel@linaro.org>
107
108EmulatorPkg
109W: https://github.com/tianocore/tianocore.github.io/wiki/EmulatorPkg
110M: Jordan Justen <jordan.l.justen@intel.com>
111M: Andrew Fish <afish@apple.com>
112S: Maintained
113
114FatPkg, FatBinPkg
115W: https://github.com/tianocore/tianocore.github.io/wiki/Edk2-fat-driver
116M: Ruiyu Ni <ruiyu.ni@intel.com>
117T: svn - https://svn.code.sf.net/p/edk2-fatdriver2/code/trunk/EnhancedFat
118T: git - https://github.com/tianocore/edk2-FatPkg.git
119
120IntelFrameworkModulePkg
121W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFrameworkModulePkg
122M: Jeff Fan <jeff.fan@intel.com>
123
124IntelFrameworkPkg
125W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFrameworkPkg
126M: Michael D Kinney <michael.d.kinney@intel.com>
127M: Jeff Fan <jeff.fan@intel.com>
128
129IntelFspPkg
130W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFspPkg
131M: Jiewen Yao <jiewen.yao@intel.com>
132
133IntelFspWrapperPkg
134W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFspWrapperPkg
135M: Jiewen Yao <jiewen.yao@intel.com>
136
137MdeModulePkg
138W: https://github.com/tianocore/tianocore.github.io/wiki/MdeModulePkg
139M: Feng Tian <feng.tian@intel.com>
140
141MdePkg
142W: https://github.com/tianocore/tianocore.github.io/wiki/MdePkg
143M: Michael D Kinney <michael.d.kinney@intel.com>
144M: Liming Gao <liming.gao@intel.com>
145
146NetworkPkg
147W: https://github.com/tianocore/tianocore.github.io/wiki/NetworkPkg
148M: Siyuan Fu <siyuan.fu@intel.com>
149
150Nt32Pkg
151W: https://github.com/tianocore/tianocore.github.io/wiki/Nt32Pkg
152M: Ruiyu Ni <ruiyu.ni@intel.com>
153
154Omap35xxPkg
155W: https://github.com/tianocore/tianocore.github.io/wiki/Omap35xxPkg
156M: Leif Lindholm <leif.lindholm@linaro.org>
157M: Ard Biesheuvel <ard.biesheuvel@linaro.org>
158
159OptionRomPkg
160W: https://github.com/tianocore/tianocore.github.io/wiki/OptionRomPkg
161M: Ruiyu Ni <ruiyu.ni@intel.com>
162
163OvmfPkg
164W: http://www.tianocore.org/ovmf/
165M: Jordan Justen <jordan.l.justen@intel.com>
166M: Laszlo Ersek <lersek@redhat.com>
167S: Maintained
168
169PcAtChipsetPkg
170W: https://github.com/tianocore/tianocore.github.io/wiki/PcAtChipsetPkg
171M: Ruiyu Ni <ruiyu.ni@intel.com>
172
173PerformancePkg
174W: https://github.com/tianocore/tianocore.github.io/wiki/PerformancePkg
175M: Daryl McDaniel <edk2-lists@mc2research.org>
176M: Jaben Carsey <jaben.carsey@intel.com>
177
178QuarkPlatformPkg, QuarkSocPkg
179M: Michael D Kinney <michael.d.kinney@intel.com>
180M: Kelly Steele <kelly.steele@intel.com>
181
182SecurityPkg
183W: https://github.com/tianocore/tianocore.github.io/wiki/SecurityPkg
184M: Chao Zhang <chao.b.zhang@intel.com>
185
186ShellPkg, ShellBinPkg
187W: https://github.com/tianocore/tianocore.github.io/wiki/ShellPkg
188M: Jaben Carsey <jaben.carsey@intel.com>
189M: Shumin Qiu <shumin.qiu@intel.com>
190
191SourceLevelDebugPkg
192W: https://github.com/tianocore/tianocore.github.io/wiki/SourceLevelDebugPkg
193M: Jeff Fan <jeff.fan@intel.com>
194
195StdLib, StdLibPrivateInternalFiles
196W: https://github.com/tianocore/tianocore.github.io/wiki/StdLib
197M: Daryl McDaniel <edk2-lists@mc2research.org>
198M: Jaben Carsey <jaben.carsey@intel.com>
199
200UefiCpuPkg
201W: https://github.com/tianocore/tianocore.github.io/wiki/UefiCpuPkg
202M: Jeff Fan <jeff.fan@intel.com>
203
204UnixPkg
205W: https://github.com/tianocore/tianocore.github.io/wiki/UnixPkg
206S: Obsolete (Use EmulatorPkg instead)
207
208Vlv2DeviceRefCodePkg
209M: David Wei <david.wei@intel.com>
210M: Tim He <tim.he@intel.com>
211
212Vlv2TbltDevicePkg
213M: David Wei <david.wei@intel.com>
214M: Tim He <tim.he@intel.com>