Maintainers.txt 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401
  1. EDK II Platforms Maintainers
  2. ============================
  3. This file provides information about the primary maintainers for
  4. EDK II Platforms.
  5. In general, you should not privately email the maintainer. You should
  6. email the edk2-devel list, and Cc the package maintainers and
  7. reviewers.
  8. If the package maintainer wants to hand over the role to other people,
  9. the package maintainer should send the patch to update Maintainers.txt
  10. with new maintainer, and the new maintainer should follow up with
  11. an Acked-by or a Reviewed-by.
  12. Descriptions of section entries:
  13. L: Mailing list that is relevant to this area (default is edk2-devel)
  14. Patches and questions should be sent to the email list.
  15. M: Package Maintainer: Cc address for patches and questions. Responsible
  16. for reviewing and pushing package changes to source control.
  17. R: Package Reviewer: Cc address for patches and questions. Reviewers help
  18. maintainers review code, but don't have push access. A designated Package
  19. Reviewer is reasonably familiar with the Package (or some modules
  20. thereof), and/or provides testing or regression testing for the Package
  21. (or some modules thereof), in certain platforms and environments.
  22. W: Web-page with status/info
  23. T: SCM tree type and location. Type is one of: git, svn.
  24. S: Status, one of the following:
  25. Supported: Someone is actually paid to look after this.
  26. Maintained: Someone actually looks after it.
  27. Odd Fixes: It has a maintainer but they don't have time to do
  28. much other than throw the odd patch in. See below.
  29. Orphan: No current maintainer [but maybe you could take the
  30. role as you write your new code].
  31. Obsolete: Old code. Something tagged obsolete generally means
  32. it has been replaced by a better system and you
  33. should be using that.
  34. F: Files and directories with wildcard patterns.
  35. A trailing slash includes all files and subdirectory files.
  36. F: MdeModulePkg/ all files in and below MdeModulePkg
  37. F: MdeModulePkg/* all files in MdeModulePkg, but not below
  38. F: */Pci/* all files in a directory called Pci, at any depth in
  39. the hierarchy, but not below
  40. One pattern per line. Multiple F: lines per section acceptable.
  41. X: Files and directories that are NOT maintained, same rules as F:
  42. Files exclusions are tested after file matches.
  43. Can be useful for excluding a specific subdirectory, for instance:
  44. F: NetworkPkg/
  45. X: NetworkPkg/Ip6Dxe/
  46. matches all files in and below NetworkPkg excluding NetworkPkg/Ip6Dxe/
  47. Filenames not caught by any F: rule get matched as being located in the top-
  48. level directory. (Internally, the script looks for a match called '<default>',
  49. so please don't add a file called that in the top-level directory.)
  50. EDK II Platforms
  51. ----------------
  52. W: https://github.com/tianocore/tianocore.github.io/wiki/EDK-II
  53. L: https://edk2.groups.io/g/devel/
  54. T: git - https://github.com/tianocore/edk2-platforms.git
  55. All patches CC:d here
  56. L: devel@edk2.groups.io
  57. F: *
  58. F: */
  59. EDK II Platforms maintainers
  60. ----------------------------
  61. F: *
  62. M: Leif Lindholm <quic_llindhol@quicinc.com>
  63. M: Michael D Kinney <michael.d.kinney@intel.com>
  64. Responsible Disclosure, Reporting Security Issues
  65. -------------------------------------------------
  66. W: https://github.com/tianocore/tianocore.github.io/wiki/Security
  67. EDK II Platforms Packages:
  68. --------------------------
  69. 96Boards
  70. F: Platform/96Boards/
  71. M: Ard Biesheuvel <ardb+tianocore@kernel.org>
  72. M: Leif Lindholm <quic_llindhol@quicinc.com>
  73. AMD Seattle
  74. F: Platform/AMD/OverdriveBoard/
  75. F: Platform/LeMaker/CelloBoard/
  76. F: Platform/SoftIron/
  77. F: Silicon/AMD/Styx/
  78. M: Ard Biesheuvel <ardb+tianocore@kernel.org>
  79. M: Leif Lindholm <quic_llindhol@quicinc.com>
  80. Ampere Computing
  81. F: Platform/Ampere
  82. F: Silicon/Ampere
  83. R: Nhi Pham <nhi@os.amperecomputing.com>
  84. R: Vu Nguyen <vunguyen@os.amperecomputing.com>
  85. R: Thang Nguyen <thang@os.amperecomputing.com>
  86. R: Chuong Tran <chuong@os.amperecomputing.com>
  87. M: Leif Lindholm <quic_llindhol@quicinc.com>
  88. ARM
  89. F: Platform/ARM/
  90. F: Silicon/ARM/
  91. R: Ard Biesheuvel <ardb+tianocore@kernel.org>
  92. R: Thomas Abraham <thomas.abraham@arm.com>
  93. M: Sami Mujawar <sami.mujawar@arm.com>
  94. BeagleBoard:
  95. F: Platform/BeagleBoard/
  96. F: Silicon/TexasInstruments/
  97. R: Ard Biesheuvel <ardb+tianocore@kernel.org>
  98. M: Leif Lindholm <quic_llindhol@quicinc.com>
  99. Comcast
  100. F: Platform/Comcast/
  101. M: Ard Biesheuvel <ardb+tianocore@kernel.org>
  102. M: Leif Lindholm <quic_llindhol@quicinc.com>
  103. OptionRomPkg
  104. F: Drivers/OptionRomPkg/
  105. W: https://github.com/tianocore/tianocore.github.io/wiki/OptionRomPkg
  106. M: Ray Ni <ray.ni@intel.com>
  107. StandAloneMMPkg for OP-TEE
  108. F: Platform/StandaloneMm/PlatformStandaloneMmPkg/
  109. M: Sami Mujawar <sami.mujawar@arm.com>
  110. M: Ilias Apalodimas <ilias.apalodimas@linaro.org>
  111. DisplayLink
  112. F: Drivers/DisplayLink/
  113. M: Leif Lindholm <quic_llindhol@quicinc.com>
  114. M: Ard Biesheuvel <ardb+tianocore@kernel.org>
  115. R: Andy Hayes <andy.hayes@displaylink.com>
  116. HiSilicon
  117. F: Platform/Hisilicon/
  118. F: Silicon/Hisilicon/
  119. M: Leif Lindholm <quic_llindhol@quicinc.com>
  120. R: Ard Biesheuvel <ardb+tianocore@kernel.org>
  121. R: Wenyi Xie <xiewenyi2@huawei.com>
  122. Features/Ext4Pkg
  123. F: Features/Ext4Pkg/
  124. M: Pedro Falcato <pedro.falcato@gmail.com>
  125. R: Marvin Häuser <mhaeuser@posteo.de>
  126. Features/Intel
  127. F: Features/Intel/
  128. M: Sai Chaganty <rangasai.v.chaganty@intel.com>
  129. M: Isaac Oram <isaac.w.oram@intel.com>
  130. M: Nate DeSimone <nathaniel.l.desimone@intel.com>
  131. R: Liming Gao <gaoliming@byosoft.com.cn>
  132. Features/Intel/Debugging
  133. F: Features/Intel/Debugging/
  134. M: Eric Dong <eric.dong@intel.com>
  135. R: Liming Gao <gaoliming@byosoft.com.cn>
  136. Features/Intel/OutOfBandManagement/IpmiFeaturePkg
  137. F: Features/Intel/OutOfBandManagement/IpmiFeaturePkg
  138. M: Isaac Oram <isaac.w.oram@intel.com>
  139. M: Nate DeSimone <nathaniel.l.desimone@intel.com>
  140. R: Liming Gao <gaoliming@byosoft.com.cn>
  141. Features/Intel/UserInterface
  142. F: Features/Intel/UserInterface/
  143. M: Dandan Bi <dandan.bi@intel.com>
  144. R: Liming Gao <gaoliming@byosoft.com.cn>
  145. Platform/Intel
  146. F: Platform/Intel/
  147. M: Sai Chaganty <rangasai.v.chaganty@intel.com>
  148. M: Isaac Oram <isaac.w.oram@intel.com>
  149. M: Nate DeSimone <nathaniel.l.desimone@intel.com>
  150. Platform/Intel/QuarkPlatformPkg
  151. F: Platform/Intel/QuarkPlatformPkg/
  152. M: Michael D Kinney <michael.d.kinney@intel.com>
  153. M: Kelly Steele <kelly.steele@intel.com>
  154. R: Nate DeSimone <nathaniel.l.desimone@intel.com>
  155. Platform/Intel/Vlv2TbltDevicePkg
  156. F: Platform/Intel/Vlv2TbltDevicePkg/
  157. M: Zailiang Sun <zailiang.sun@intel.com>
  158. M: Yi Qian <yi.qian@intel.com>
  159. R: Nate DeSimone <nathaniel.l.desimone@intel.com>
  160. Platform/Intel/BoardModulePkg
  161. F: Platform/Intel/BoardModulePkg/
  162. M: Eric Dong <eric.dong@intel.com>
  163. M: Isaac Oram <isaac.w.oram@intel.com>
  164. R: Liming Gao <gaoliming@byosoft.com.cn>
  165. Platform/Intel/KabylakeOpenBoardPkg
  166. F: Platform/Intel/KabylakeOpenBoardPkg/
  167. M: Chasel Chiu <chasel.chiu@intel.com>
  168. M: Nate DeSimone <nathaniel.l.desimone@intel.com>
  169. Platform/Intel/KabylakeOpenBoardPkg/AspireVn7Dash572G
  170. F: Platform/Intel/KabylakeOpenBoardPkg/AspireVn7Dash572G/
  171. R: Benjamin Doron <benjamin.doron00@gmail.com>
  172. Platform/Intel/KabylakeOpenBoardPkg/GalagoPro3
  173. F: Platform/Intel/KabylakeOpenBoardPkg/GalagoPro3/
  174. R: Jeremy Soller <jeremy@system76.com>
  175. Platform/Intel/MinPlatformPkg
  176. F: Platform/Intel/MinPlatformPkg/
  177. M: Chasel Chiu <chasel.chiu@intel.com>
  178. M: Nate DeSimone <nathaniel.l.desimone@intel.com>
  179. M: Isaac Oram <isaac.w.oram@intel.com>
  180. R: Liming Gao <gaoliming@byosoft.com.cn>
  181. R: Eric Dong <eric.dong@intel.com>
  182. Platform/Intel/PurleyOpenBoardPkg
  183. F: Platform/Intel/PurleyOpenBoardPkg/
  184. M: Nate DeSimone <nathaniel.l.desimone@intel.com>
  185. M: Chasel Chiu <chasel.chiu@intel.com>
  186. Platform/Intel/WhiskeylakeOpenBoardPkg
  187. F: Platform/Intel/WhiskeylakeOpenBoardPkg/
  188. M: Chasel Chiu <chasel.chiu@intel.com>
  189. M: Nate DeSimone <nathaniel.l.desimone@intel.com>
  190. Platform/Intel/CometlakeOpenBoardPkg
  191. F: Platform/Intel/CometlakeOpenBoardPkg/
  192. M: Chasel Chiu <chasel.chiu@intel.com>
  193. M: Nate DeSimone <nathaniel.l.desimone@intel.com>
  194. M: Rangasai V Chaganty <rangasai.v.chaganty@intel.com>
  195. R: Deepika Kethi Reddy <deepika.kethi.reddy@intel.com>
  196. R: Kathappan Esakkithevar <kathappan.esakkithevar@intel.com>
  197. Platform/Intel/TigerlakeOpenBoardPkg
  198. F: Platform/Intel/TigerlakeOpenBoardPkg/
  199. M: Sai Chaganty <rangasai.v.chaganty@intel.com>
  200. M: Nate DeSimone <nathaniel.l.desimone@intel.com>
  201. R: Heng Luo <heng.luo@intel.com>
  202. Platform/Intel/WhitleyOpenBoardPkg
  203. F: Platform/Intel/WhitleyOpenBoardPkg/
  204. M: Isaac Oram <isaac.w.oram@intel.com>
  205. M: Nate DeSimone <nathaniel.l.desimone@intel.com>
  206. M: Chasel Chiu <chasel.chiu@intel.com>
  207. Platform/Intel/SimicsOpenBoardPkg
  208. F: Platform/Intel/SimicsOpenBoardPkg/
  209. M: Nate DeSimone <nathaniel.l.desimone@intel.com>
  210. Platform/Intel/Tools
  211. F: Platform/Intel/Tools/
  212. M: Bob Feng <bob.c.feng@intel.com>
  213. M: Liming Gao <gaoliming@byosoft.com.cn>
  214. R: Yuwei Chen <yuwei.chen@intel.com>
  215. Platform/RISC-V/PlatformPkg
  216. F: Platform/RISC-V/PlatformPkg/
  217. M: Sunil V L <sunilvl@ventanamicro.com>
  218. R: Daniel Schaefer <git@danielschaefer.me>
  219. Platform/SiFive/U5Series
  220. F:Platform/SiFive/U5Series/
  221. M: Daniel Schaefer <git@danielschaefer.me>
  222. Silicon/Intel
  223. F: Silicon/Intel/
  224. M: Rangasai V Chaganty <rangasai.v.chaganty@intel.com>
  225. M: Isaac Oram <isaac.w.oram@intel.com>
  226. M: Nate DeSimone <nathaniel.l.desimone@intel.com>
  227. Silicon/Intel/IntelSiliconPkg
  228. F: Silicon/Intel/IntelSiliconPkg/
  229. M: Ray Ni <ray.ni@intel.com>
  230. M: Rangasai V Chaganty <rangasai.v.chaganty@intel.com>
  231. M: Isaac Oram <isaac.w.oram@intel.com>
  232. R: Ashraf Ali S <ashraf.ali.s@intel.com>
  233. Silicon/Intel/QuarkSocPkg
  234. F: Silicon/Intel/QuarkSocPkg/
  235. M: Michael D Kinney <michael.d.kinney@intel.com>
  236. M: Kelly Steele <kelly.steele@intel.com>
  237. R: Nate DeSimone <nathaniel.l.desimone@intel.com>
  238. Silicon/Intel/Vlv2DeviceRefCodePkg
  239. F: Silicon/Intel/Vlv2DeviceRefCodePkg/
  240. M: Zailiang Sun <zailiang.sun@intel.com>
  241. M: Yi Qian <yi.qian@intel.com>
  242. R: Nate DeSimone <nathaniel.l.desimone@intel.com>
  243. Silicon/Intel/CoffeelakeSiliconPkg
  244. F: Silicon/Intel/CoffeelakeSiliconPkg/
  245. M: Chasel Chiu <chasel.chiu@intel.com>
  246. M: Sai Chaganty <rangasai.v.chaganty@intel.com>
  247. Silicon/Intel/KabylakeSiliconPkg
  248. F: Silicon/Intel/KabylakeSiliconPkg/
  249. M: Chasel Chiu <chasel.chiu@intel.com>
  250. M: Sai Chaganty <rangasai.v.chaganty@intel.com>
  251. Silicon/Intel/PurleyRefreshSiliconPkg
  252. F: Silicon/Intel/PurleyRefreshSiliconPkg/
  253. M: Chasel Chiu <chasel.chiu@intel.com>
  254. M: Nate DeSimone <nathaniel.l.desimone@intel.com>
  255. Silicon/Intel/TigerlakeSiliconPkg
  256. F: Silicon/Intel/TigerlakeSiliconPkg/
  257. M: Sai Chaganty <rangasai.v.chaganty@intel.com>
  258. M: Nate DeSimone <nathaniel.l.desimone@intel.com>
  259. R: Heng Luo <heng.luo@intel.com>
  260. Silicon/Intel/WhitleySiliconPkg
  261. F: Silicon/Intel/WhitleySiliconPkg/
  262. M: Isaac Oram <isaac.w.oram@intel.com>
  263. M: Nate DeSimone <nathaniel.l.desimone@intel.com>
  264. M: Chasel Chiu <chasel.chiu@intel.com>
  265. Silicon/Intel/SimicsX58SktPkg
  266. F: Silicon/Intel/SimicsX58SktPkg/
  267. M: Nate DeSimone <nathaniel.l.desimone@intel.com>
  268. Silicon/Intel/SimicsIch10Pkg
  269. F: Silicon/Intel/SimicsIch10Pkg/
  270. M: Nate DeSimone <nathaniel.l.desimone@intel.com>
  271. Silicon/Intel/Tools
  272. F: Silicon/Intel/Tools/
  273. M: Bob Feng <bob.c.feng@intel.com>
  274. M: Liming Gao <gaoliming@byosoft.com.cn>
  275. R: Yuwei Chen <yuwei.chen@intel.com>
  276. Marvell platforms and silicon
  277. F: Platform/Marvell/
  278. F: Platform/SolidRun/Armada80x0McBin/
  279. F: Silicon/Marvell/
  280. R: Marcin Wojtas <mw@semihalf.com>
  281. M: Leif Lindholm <quic_llindhol@quicinc.com>
  282. Miscellaneous drivers
  283. F: Silicon/Atmel/
  284. F: Silicon/Openmoko/
  285. F: Silicon/Synopsys/DesignWare/
  286. R: Ard Biesheuvel <ardb+tianocore@kernel.org>
  287. M: Leif Lindholm <quic_llindhol@quicinc.com>
  288. NXP platforms and silicon
  289. F: Platform/NXP/
  290. F: Silicon/NXP/
  291. M: Leif Lindholm <quic_llindhol@quicinc.com>
  292. R: Meenakshi Aggarwal <meenakshi.aggarwal@nxp.com>
  293. QEMU EDK II Minimum Platform Specification implementation
  294. F: Platform/Qemu/QemuOpenBoardPkg/
  295. M: Isaac Oram <isaac.w.oram@intel.com>
  296. M: Pedro Falcato <pedro.falcato@gmail.com>
  297. R: Theo Jehl <theojehl76@gmail.com>
  298. QEMU sbsa-ref platform
  299. F: Platform/Qemu/SbsaQemu/
  300. F: Silicon/Qemu/SbsaQemu/
  301. M: Ard Biesheuvel <ardb+tianocore@kernel.org>
  302. M: Leif Lindholm <quic_llindhol@quicinc.com>
  303. R: Graeme Gregory <graeme@nuviainc.com>
  304. R: Radoslaw Biernacki <rad@semihalf.com>
  305. Raspberry Pi platforms and silicon
  306. F: Platform/RaspberryPi/
  307. F: Silicon/Broadcom/
  308. M: Ard Biesheuvel <ardb+tianocore@kernel.org>
  309. M: Leif Lindholm <quic_llindhol@quicinc.com>
  310. R: Jeremy Linton <jeremy.linton@arm.com>
  311. RPMB driver for OP-TEE
  312. F: Drivers/OpTee/OpteeRpmbPkg/
  313. M: Sami Mujawar <sami.mujawar@arm.com>
  314. M: Ilias Apalodimas <ilias.apalodimas@linaro.org>
  315. Socionext platforms and silicon
  316. F: Platform/Socionext/
  317. F: Silicon/NXP/Library/Pcf8563RealTimeClockLib/
  318. F: Silicon/Socionext/
  319. M: Ard Biesheuvel <ardb+tianocore@kernel.org>
  320. M: Leif Lindholm <quic_llindhol@quicinc.com>
  321. R: Masami Hiramatsu <masami.hiramatsu@linaro.org>
  322. Silicon/RISC-V/ProcessorPkg
  323. F: Silicon/RISC-V/ProcessorPkg/
  324. M: Sunil V L <sunilvl@ventanamicro.com>
  325. R: Daniel Schaefer <git@danielschaefer.me>
  326. Silicon/SiFive
  327. F: Silicon/SiFive/
  328. M: Daniel Schaefer <git@danielschaefer.me>
  329. Phytium platforms and silicon
  330. F: Platform/Phytium/
  331. F: Silicon/silicon/
  332. M: Leif Lindholm <quic_llindhol@quicinc.com>
  333. R: Peng Xie <xiepeng@phytium.com.cn>
  334. R: Ling Jia <jialing@phytium.com.cn>
  335. R: Yiqi Shu <shuyiqi@phytium.com.cn>