Maintainers.txt 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641
  1. EDK II Maintainers
  2. ==================
  3. This file provides information about the primary maintainers for
  4. EDK II.
  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
  51. ------
  52. W: http://www.tianocore.org/edk2/
  53. L: https://edk2.groups.io/g/devel/
  54. T: git - https://github.com/tianocore/edk2.git
  55. T: git (mirror) - https://bitbucket.org/tianocore/edk2.git
  56. All patches CC:d here
  57. L: devel@edk2.groups.io
  58. F: *
  59. F: */
  60. Tianocore Stewards
  61. ------------------
  62. F: *
  63. M: Andrew Fish <afish@apple.com> [ajfish]
  64. M: Leif Lindholm <quic_llindhol@quicinc.com> [leiflindholm]
  65. M: Michael D Kinney <michael.d.kinney@intel.com> [mdkinney]
  66. Responsible Disclosure, Reporting Security Issues
  67. -------------------------------------------------
  68. W: https://github.com/tianocore/tianocore.github.io/wiki/Security
  69. EDK II Releases:
  70. ----------------
  71. W: https://github.com/tianocore/tianocore.github.io/wiki/EDK-II-Release-Planning
  72. M: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
  73. UEFI Shell Binaries (ShellBinPkg.zip) from EDK II Releases:
  74. -----------------------------------------------------------
  75. W: https://github.com/tianocore/edk2/releases/
  76. M: Ray Ni <ray.ni@intel.com> [niruiyu] (Ia32/X64)
  77. M: Zhichao Gao <zhichao.gao@intel.com> [ZhichaoGao] (Ia32/X64)
  78. M: Leif Lindholm <quic_llindhol@quicinc.com> [leiflindholm] (ARM/AArch64)
  79. M: Ard Biesheuvel <ardb+tianocore@kernel.org> [ardbiesheuvel] (ARM/AArch64)
  80. EDK II Architectures:
  81. ---------------------
  82. ARM, AARCH64
  83. F: */AArch64/
  84. F: */Arm/
  85. M: Leif Lindholm <quic_llindhol@quicinc.com> [leiflindholm]
  86. M: Ard Biesheuvel <ardb+tianocore@kernel.org> [ardbiesheuvel]
  87. RISCV64
  88. F: */RiscV64/
  89. M: Sunil V L <sunilvl@ventanamicro.com> [vlsunil]
  90. R: Daniel Schaefer <git@danielschaefer.me> [JohnAZoidberg]
  91. LOONGARCH64
  92. F: */LoongArch64/
  93. M: Chao Li <lichao@loongson.cn> [kilaterlee]
  94. M: Baoqi Zhang <zhangbaoqi@loongson.cn> [zhangbaoqi-ls]
  95. R: Dongyan Qian <qiandongyan@loongson.cn> [MarsDoge]
  96. EDK II Continuous Integration:
  97. ------------------------------
  98. .azurepipelines/
  99. F: .azurepipelines/
  100. M: Sean Brogan <sean.brogan@microsoft.com> [spbrogan]
  101. M: Michael Kubacki <mikuback@linux.microsoft.com> [makubacki]
  102. R: Michael D Kinney <michael.d.kinney@intel.com> [mdkinney]
  103. R: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
  104. .devcontainer/
  105. F: .devcontainer/
  106. M: Michael Kubacki <mikuback@linux.microsoft.com> [makubacki]
  107. R: Chris Fernald <chris.fernald@outlook.com> [cfernald]
  108. .github/
  109. F: .github/
  110. M: Sean Brogan <sean.brogan@microsoft.com> [spbrogan]
  111. M: Michael Kubacki <mikuback@linux.microsoft.com> [makubacki]
  112. R: Michael D Kinney <michael.d.kinney@intel.com> [mdkinney]
  113. .mergify/
  114. F: .mergify/
  115. M: Michael D Kinney <michael.d.kinney@intel.com> [mdkinney]
  116. M: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
  117. R: Sean Brogan <sean.brogan@microsoft.com> [spbrogan]
  118. .pytool/
  119. F: .pytool/
  120. M: Sean Brogan <sean.brogan@microsoft.com> [spbrogan]
  121. M: Michael Kubacki <mikuback@linux.microsoft.com> [makubacki]
  122. R: Michael D Kinney <michael.d.kinney@intel.com> [mdkinney]
  123. R: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
  124. EDK II Packages:
  125. ----------------
  126. ArmPkg
  127. F: ArmPkg/
  128. W: https://github.com/tianocore/tianocore.github.io/wiki/ArmPkg
  129. M: Leif Lindholm <quic_llindhol@quicinc.com> [leiflindholm]
  130. M: Ard Biesheuvel <ardb+tianocore@kernel.org> [ardbiesheuvel]
  131. R: Sami Mujawar <sami.mujawar@arm.com> [samimujawar]
  132. ArmPlatformPkg
  133. F: ArmPlatformPkg/
  134. W: https://github.com/tianocore/tianocore.github.io/wiki/ArmPlatformPkg
  135. M: Leif Lindholm <quic_llindhol@quicinc.com> [leiflindholm]
  136. M: Ard Biesheuvel <ardb+tianocore@kernel.org> [ardbiesheuvel]
  137. ArmVirtPkg
  138. F: ArmVirtPkg/
  139. W: https://github.com/tianocore/tianocore.github.io/wiki/ArmVirtPkg
  140. M: Ard Biesheuvel <ardb+tianocore@kernel.org> [ardbiesheuvel]
  141. R: Leif Lindholm <quic_llindhol@quicinc.com> [leiflindholm]
  142. R: Sami Mujawar <sami.mujawar@arm.com> [samimujawar]
  143. R: Gerd Hoffmann <kraxel@redhat.com> [kraxel]
  144. ArmVirtPkg: modules used on Xen
  145. F: ArmVirtPkg/ArmVirtXen.*
  146. F: ArmVirtPkg/Library/XenArmGenericTimerVirtCounterLib/
  147. F: ArmVirtPkg/Library/XenVirtMemInfoLib/
  148. F: ArmVirtPkg/PrePi/
  149. F: ArmVirtPkg/XenAcpiPlatformDxe/
  150. F: ArmVirtPkg/XenPlatformHasAcpiDtDxe/
  151. F: ArmVirtPkg/XenioFdtDxe/
  152. R: Julien Grall <julien@xen.org> [jgrall]
  153. BaseTools
  154. F: BaseTools/
  155. W: https://github.com/tianocore/tianocore.github.io/wiki/BaseTools
  156. M: Rebecca Cran <rebecca@bsdio.com> [bcran]
  157. M: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
  158. R: Bob Feng <bob.c.feng@intel.com> [BobCF]
  159. R: Yuwei Chen <yuwei.chen@intel.com> [YuweiChen1110]
  160. CryptoPkg
  161. F: CryptoPkg/
  162. W: https://github.com/tianocore/tianocore.github.io/wiki/CryptoPkg
  163. M: Jiewen Yao <jiewen.yao@intel.com> [jyao1]
  164. M: Jian J Wang <jian.j.wang@intel.com> [jwang36]
  165. R: Xiaoyu Lu <xiaoyu1.lu@intel.com> [xiaoyuxlu]
  166. R: Guomin Jiang <guomin.jiang@intel.com> [guominjia]
  167. DynamicTablesPkg
  168. F: DynamicTablesPkg/
  169. W: https://github.com/tianocore/tianocore.github.io/wiki/DynamicTablesPkg
  170. M: Sami Mujawar <Sami.Mujawar@arm.com> [samimujawar]
  171. M: Alexei Fedorov <Alexei.Fedorov@arm.com> [AlexeiFedorov]
  172. R: Pierre Gondois <pierre.gondois@arm.com> [pierregondois]
  173. EmbeddedPkg
  174. F: EmbeddedPkg/
  175. W: https://github.com/tianocore/tianocore.github.io/wiki/EmbeddedPkg
  176. M: Leif Lindholm <quic_llindhol@quicinc.com> [leiflindholm]
  177. M: Ard Biesheuvel <ardb+tianocore@kernel.org> [ardbiesheuvel]
  178. M: Abner Chang <abner.chang@amd.com> [changab]
  179. R: Daniel Schaefer <git@danielschaefer.me> [JohnAZoidberg]
  180. EmulatorPkg
  181. F: EmulatorPkg/
  182. W: https://github.com/tianocore/tianocore.github.io/wiki/EmulatorPkg
  183. M: Andrew Fish <afish@apple.com> [ajfish]
  184. M: Ray Ni <ray.ni@intel.com> [niruiyu]
  185. S: Maintained
  186. EmulatorPkg: Redfish-related modules
  187. F: EmulatorPkg/*Redfish*
  188. M: Abner Chang <abner.chang@amd.com> [changab]
  189. M: Nickle Wang <nicklew@nvidia.com> [nicklela]
  190. FatPkg
  191. F: FatPkg/
  192. W: https://github.com/tianocore/tianocore.github.io/wiki/Edk2-fat-driver
  193. M: Ray Ni <ray.ni@intel.com> [niruiyu]
  194. T: svn - https://svn.code.sf.net/p/edk2-fatdriver2/code/trunk/EnhancedFat
  195. T: git - https://github.com/tianocore/edk2-FatPkg.git
  196. FmpDevicePkg
  197. F: FmpDevicePkg/
  198. W: https://github.com/tianocore/tianocore.github.io/wiki/FmpDevicePkg
  199. M: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
  200. M: Michael D Kinney <michael.d.kinney@intel.com> [mdkinney]
  201. R: Guomin Jiang <guomin.jiang@intel.com> [guominjia]
  202. R: Wei6 Xu <wei6.xu@intel.com> [xuweiintel]
  203. IntelFsp2Pkg
  204. F: IntelFsp2Pkg/
  205. W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFsp2Pkg
  206. M: Chasel Chiu <chasel.chiu@intel.com> [ChaselChiu]
  207. M: Nate DeSimone <nathaniel.l.desimone@intel.com> [nate-desimone]
  208. R: Star Zeng <star.zeng@intel.com> [lzeng14]
  209. IntelFsp2WrapperPkg
  210. F: IntelFsp2WrapperPkg/
  211. W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFsp2WrapperPkg
  212. M: Chasel Chiu <chasel.chiu@intel.com> [ChaselChiu]
  213. M: Nate DeSimone <nathaniel.l.desimone@intel.com> [nate-desimone]
  214. R: Star Zeng <star.zeng@intel.com> [lzeng14]
  215. MdeModulePkg
  216. F: MdeModulePkg/
  217. W: https://github.com/tianocore/tianocore.github.io/wiki/MdeModulePkg
  218. M: Jian J Wang <jian.j.wang@intel.com> [jwang36]
  219. M: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
  220. MdeModulePkg: ACPI modules
  221. F: MdeModulePkg/Include/*Acpi*.h
  222. F: MdeModulePkg/Universal/Acpi/
  223. R: Zhiguang Liu <zhiguang.liu@intel.com> [LiuZhiguang001]
  224. R: Dandan Bi <dandan.bi@intel.com> [dandanbi]
  225. R: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
  226. MdeModulePkg: ACPI modules related to S3
  227. F: MdeModulePkg/*LockBox*/
  228. F: MdeModulePkg/Include/*BootScript*.h
  229. F: MdeModulePkg/Include/*LockBox*.h
  230. F: MdeModulePkg/Include/*S3*.h
  231. F: MdeModulePkg/Library/*S3*/
  232. R: Hao A Wu <hao.a.wu@intel.com> [hwu25]
  233. R: Eric Dong <eric.dong@intel.com> [ydong10]
  234. MdeModulePkg: BDS modules
  235. F: MdeModulePkg/*BootManager*/
  236. F: MdeModulePkg/Include/Library/UefiBootManagerLib.h
  237. F: MdeModulePkg/Universal/BdsDxe/
  238. F: MdeModulePkg/Universal/DevicePathDxe/
  239. F: MdeModulePkg/Universal/DriverHealthManagerDxe/
  240. F: MdeModulePkg/Universal/LoadFileOnFv2/
  241. F: MdeModulePkg/Universal/SecurityStubDxe/Defer3rdPartyImageLoad.*
  242. R: Zhichao Gao <zhichao.gao@intel.com> [ZhichaoGao]
  243. R: Ray Ni <ray.ni@intel.com> [niruiyu]
  244. MdeModulePkg: Console and Graphics modules
  245. F: MdeModulePkg/*Logo*/
  246. F: MdeModulePkg/Include/*Logo*.h
  247. F: MdeModulePkg/Include/Guid/ConnectConInEvent.h
  248. F: MdeModulePkg/Include/Guid/Console*.h
  249. F: MdeModulePkg/Include/Guid/StandardErrorDevice.h
  250. F: MdeModulePkg/Include/Guid/TtyTerm.h
  251. F: MdeModulePkg/Include/Library/BmpSupportLib.h
  252. F: MdeModulePkg/Include/Library/FrameBufferBltLib.h
  253. F: MdeModulePkg/Library/BaseBmpSupportLib/
  254. F: MdeModulePkg/Library/FrameBufferBltLib/
  255. F: MdeModulePkg/Universal/Console/
  256. R: Zhichao Gao <zhichao.gao@intel.com> [ZhichaoGao]
  257. R: Ray Ni <ray.ni@intel.com> [niruiyu]
  258. MdeModulePkg: Core services (PEI, DXE and Runtime) modules
  259. F: MdeModulePkg/*Mem*/
  260. F: MdeModulePkg/*SectionExtract*/
  261. F: MdeModulePkg/*StatusCode*/
  262. F: MdeModulePkg/Application/DumpDynPcd/
  263. F: MdeModulePkg/Core/Dxe/
  264. F: MdeModulePkg/Core/DxeIplPeim/
  265. F: MdeModulePkg/Core/RuntimeDxe/
  266. F: MdeModulePkg/Include/*Mem*.h
  267. F: MdeModulePkg/Include/*Pcd*.h
  268. F: MdeModulePkg/Include/*Perf*.h
  269. F: MdeModulePkg/Include/*StatusCode*.h
  270. F: MdeModulePkg/Include/Guid/Crc32GuidedSectionExtraction.h
  271. F: MdeModulePkg/Include/Guid/EventExitBootServiceFailed.h
  272. F: MdeModulePkg/Include/Guid/IdleLoopEvent.h
  273. F: MdeModulePkg/Include/Guid/LoadModuleAtFixedAddress.h
  274. F: MdeModulePkg/Include/Guid/LzmaDecompress.h
  275. F: MdeModulePkg/Include/Library/SecurityManagementLib.h
  276. F: MdeModulePkg/Library/*Decompress*/
  277. F: MdeModulePkg/Library/*Perf*/
  278. F: MdeModulePkg/Library/DxeSecurityManagementLib/
  279. F: MdeModulePkg/Universal/PCD/
  280. F: MdeModulePkg/Universal/PlatformDriOverrideDxe/
  281. F: MdeModulePkg/Universal/SecurityStubDxe/SecurityStub.c
  282. R: Dandan Bi <dandan.bi@intel.com> [dandanbi]
  283. R: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
  284. MdeModulePkg: Device and Peripheral modules
  285. F: MdeModulePkg/*PciHostBridge*/
  286. F: MdeModulePkg/Bus/
  287. F: MdeModulePkg/Include/*Ata*.h
  288. F: MdeModulePkg/Include/*IoMmu*.h
  289. F: MdeModulePkg/Include/*NonDiscoverableDevice*.h
  290. F: MdeModulePkg/Include/*NvmExpress*.h
  291. F: MdeModulePkg/Include/*SdMmc*.h
  292. F: MdeModulePkg/Include/*Ufs*.h
  293. F: MdeModulePkg/Include/*Usb*.h
  294. F: MdeModulePkg/Include/Guid/RecoveryDevice.h
  295. F: MdeModulePkg/Include/Guid/S3StorageDeviceInitList.h
  296. F: MdeModulePkg/Include/Library/PciHostBridgeLib.h
  297. F: MdeModulePkg/Include/Ppi/StorageSecurityCommand.h
  298. F: MdeModulePkg/Include/Protocol/Ps2Policy.h
  299. F: MdeModulePkg/Library/NonDiscoverableDeviceRegistrationLib/
  300. F: MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/
  301. R: Hao A Wu <hao.a.wu@intel.com> [hwu25]
  302. R: Ray Ni <ray.ni@intel.com> [niruiyu]
  303. MdeModulePkg: Disk modules
  304. F: MdeModulePkg/Universal/Disk/
  305. R: Hao A Wu <hao.a.wu@intel.com> [hwu25]
  306. R: Ray Ni <ray.ni@intel.com> [niruiyu]
  307. R: Zhichao Gao <zhichao.gao@intel.com> [ZhichaoGao]
  308. MdeModulePkg: Firmware Update modules
  309. F: MdeModulePkg/*Capsule*/
  310. F: MdeModulePkg/Include/*Capsule*.h
  311. F: MdeModulePkg/Include/Library/DisplayUpdateProgressLib.h
  312. F: MdeModulePkg/Include/Library/FmpAuthenticationLib.h
  313. F: MdeModulePkg/Include/Protocol/EsrtManagement.h
  314. F: MdeModulePkg/Include/Protocol/FirmwareManagementProgress.h
  315. F: MdeModulePkg/Library/DisplayUpdateProgressLib*/
  316. F: MdeModulePkg/Library/FmpAuthenticationLibNull/
  317. F: MdeModulePkg/Universal/Esrt*/
  318. R: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
  319. R: Guomin Jiang <guomin.jiang@intel.com> [guominjia]
  320. MdeModulePkg: HII and UI modules
  321. F: MdeModulePkg/*FileExplorer*/
  322. F: MdeModulePkg/*Hii*/
  323. F: MdeModulePkg/*Ui*/
  324. F: MdeModulePkg/Application/BootManagerMenuApp/
  325. F: MdeModulePkg/Include/*FileExplorer*.h
  326. F: MdeModulePkg/Include/*FormBrowser*.h
  327. F: MdeModulePkg/Include/*Hii*.h
  328. F: MdeModulePkg/Include/Library/CustomizedDisplayLib.h
  329. F: MdeModulePkg/Include/Protocol/DisplayProtocol.h
  330. F: MdeModulePkg/Library/CustomizedDisplayLib/
  331. F: MdeModulePkg/Universal/DisplayEngineDxe/
  332. F: MdeModulePkg/Universal/DriverSampleDxe/
  333. F: MdeModulePkg/Universal/SetupBrowserDxe/
  334. R: Dandan Bi <dandan.bi@intel.com> [dandanbi]
  335. R: Eric Dong <eric.dong@intel.com> [ydong10]
  336. MdeModulePkg: Management Mode (MM, SMM) modules
  337. F: MdeModulePkg/*Smi*/
  338. F: MdeModulePkg/*Smm*/
  339. F: MdeModulePkg/Include/*Smi*.h
  340. F: MdeModulePkg/Include/*Smm*.h
  341. R: Jiaxin Wu <jiaxin.wu@intel.com> [jiaxinwu]
  342. R: Ray Ni <ray.ni@intel.com> [niruiyu]
  343. MdeModulePkg: Pei Core
  344. F: MdeModulePkg/Core/Pei/
  345. R: Dandan Bi <dandan.bi@intel.com> [dandanbi]
  346. R: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
  347. R: Debkumar De <debkumar.de@intel.com> [dde01]
  348. R: Catharine West <catharine.west@intel.com> [catharine-intl]
  349. MdeModulePkg: Reset modules
  350. F: MdeModulePkg/*Reset*/
  351. F: MdeModulePkg/Include/*Reset*.h
  352. R: Zhichao Gao <zhichao.gao@intel.com> [ZhichaoGao]
  353. R: Ray Ni <ray.ni@intel.com> [niruiyu]
  354. MdeModulePkg: Serial modules
  355. F: MdeModulePkg/*Serial*/
  356. F: MdeModulePkg/Include/*SerialPort*.h
  357. R: Ray Ni <ray.ni@intel.com> [niruiyu]
  358. R: Zhichao Gao <zhichao.gao@intel.com> [ZhichaoGao]
  359. MdeModulePkg: SMBIOS modules
  360. F: MdeModulePkg/Universal/Smbios*/
  361. R: Zhiguang Liu <zhiguang.liu@intel.com> [LiuZhiguang001]
  362. R: Dandan Bi <dandan.bi@intel.com> [dandanbi]
  363. R: Star Zeng <star.zeng@intel.com> [lzeng14]
  364. R: Zhichao Gao <zhichao.gao@intel.com> [ZhichaoGao]
  365. MdeModulePkg: UEFI Variable modules
  366. F: MdeModulePkg/*Var*/
  367. F: MdeModulePkg/Include/*/*FaultTolerantWrite*.h
  368. F: MdeModulePkg/Include/*/*Var*.h
  369. F: MdeModulePkg/Include/Guid/SystemNvDataGuid.h
  370. F: MdeModulePkg/Include/Protocol/SwapAddressRange.h
  371. F: MdeModulePkg/Universal/FaultTolerantWrite*/
  372. R: Hao A Wu <hao.a.wu@intel.com> [hwu25]
  373. R: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
  374. MdeModulePkg: Universal Payload definitions
  375. F: MdeModulePkg/Include/UniversalPayload/
  376. R: Zhiguang Liu <zhiguang.liu@intel.com> [LiuZhiguang001]
  377. R: Ray Ni <ray.ni@intel.com> [niruiyu]
  378. R: Gua Guo <gua.guo@intel.com> [gguo11837463]
  379. MdePkg
  380. F: MdePkg/
  381. W: https://github.com/tianocore/tianocore.github.io/wiki/MdePkg
  382. M: Michael D Kinney <michael.d.kinney@intel.com> [mdkinney]
  383. M: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
  384. R: Zhiguang Liu <zhiguang.liu@intel.com> [LiuZhiguang001]
  385. NetworkPkg
  386. F: NetworkPkg/
  387. W: https://github.com/tianocore/tianocore.github.io/wiki/NetworkPkg
  388. M: Maciej Rabeda <maciej.rabeda@linux.intel.com> [mrabeda]
  389. R: Siyuan Fu <siyuan.fu@intel.com> [sfu5]
  390. OvmfPkg
  391. F: OvmfPkg/
  392. W: http://www.tianocore.org/ovmf/
  393. M: Ard Biesheuvel <ardb+tianocore@kernel.org> [ardbiesheuvel]
  394. M: Jiewen Yao <jiewen.yao@intel.com> [jyao1]
  395. R: Jordan Justen <jordan.l.justen@intel.com> [jljusten]
  396. R: Gerd Hoffmann <kraxel@redhat.com> [kraxel]
  397. S: Maintained
  398. OvmfPkg: bhyve-related modules
  399. F: OvmfPkg/Bhyve/
  400. F: OvmfPkg/Include/IndustryStandard/Bhyve.h
  401. F: OvmfPkg/Include/Library/BhyveFwCtlLib.h
  402. F: OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLibBhyve.c
  403. F: OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLibBhyve.inf
  404. F: OvmfPkg/Library/BhyveFwCtlLib/
  405. F: OvmfPkg/Library/PciHostBridgeLibScan/
  406. F: OvmfPkg/Library/PlatformBootManagerLibBhyve/
  407. F: OvmfPkg/Library/ResetSystemLib/BaseResetShutdownBhyve.c
  408. F: OvmfPkg/Library/ResetSystemLib/BaseResetSystemLibBhyve.inf
  409. R: Rebecca Cran <rebecca@bsdio.com> [bcran]
  410. R: Peter Grehan <grehan@freebsd.org> [grehan-freebsd]
  411. OvmfPkg: cloudhv-related modules
  412. F: OvmfPkg/CloudHv/
  413. F: OvmfPkg/Include/IndustryStandard/CloudHv.h
  414. R: Sebastien Boeuf <sebastien.boeuf@intel.com> [sboeuf]
  415. OvmfPkg: microvm-related modules
  416. F: OvmfPkg/Microvm/
  417. F: OvmfPkg/Include/IndustryStandard/Microvm.h
  418. F: OvmfPkg/Library/ResetSystemLib/*Microvm.*
  419. R: Gerd Hoffmann <kraxel@redhat.com> [kraxel]
  420. OvmfPkg: CSM modules
  421. F: OvmfPkg/Csm/
  422. R: David Woodhouse <dwmw2@infradead.org> [dwmw2]
  423. OvmfPkg: Confidential Computing
  424. F: OvmfPkg/AmdSev/
  425. F: OvmfPkg/AmdSevDxe/
  426. F: OvmfPkg/Include/Guid/ConfidentialComputingSecret.h
  427. F: OvmfPkg/Include/Library/MemEncryptSevLib.h
  428. F: OvmfPkg/IoMmuDxe/CcIoMmu.*
  429. F: OvmfPkg/Library/BaseMemEncryptSevLib/
  430. F: OvmfPkg/Library/PlatformBootManagerLibGrub/
  431. F: OvmfPkg/Library/CcExitLib/
  432. F: OvmfPkg/PlatformPei/AmdSev.c
  433. F: OvmfPkg/ResetVector/
  434. F: OvmfPkg/Sec/
  435. R: Erdem Aktas <erdemaktas@google.com> [ruleof2]
  436. R: James Bottomley <jejb@linux.ibm.com> [jejb]
  437. R: Jiewen Yao <jiewen.yao@intel.com> [jyao1]
  438. R: Min Xu <min.m.xu@intel.com> [mxu9]
  439. R: Tom Lendacky <thomas.lendacky@amd.com> [tlendacky]
  440. R: Michael Roth <michael.roth@amd.com> [mdroth]
  441. OvmfPkg: FDT related modules
  442. F: OvmfPkg/Fdt
  443. R: Leif Lindholm <quic_llindhol@quicinc.com> [leiflindholm]
  444. R: Gerd Hoffmann <kraxel@redhat.com> [kraxel]
  445. R: Abner Chang <abner.chang@amd.com> [changab]
  446. OvmfPkg: LsiScsi driver
  447. F: OvmfPkg/LsiScsiDxe/
  448. R: Gary Lin <gary.lin@hpe.com> [lcp]
  449. OvmfPkg: TCG- and TPM2-related modules
  450. F: OvmfPkg/Include/IndustryStandard/QemuTpm.h
  451. F: OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c
  452. F: OvmfPkg/Library/Tcg2PhysicalPresenceLib*/
  453. F: OvmfPkg/PlatformPei/ClearCache.c
  454. F: OvmfPkg/Tcg/
  455. R: Marc-André Lureau <marcandre.lureau@redhat.com> [elmarco]
  456. R: Stefan Berger <stefanb@linux.ibm.com> [stefanberger]
  457. OvmfPkg: Xen-related modules
  458. F: OvmfPkg/Include/Guid/XenBusRootDevice.h
  459. F: OvmfPkg/Include/Guid/XenInfo.h
  460. F: OvmfPkg/Include/IndustryStandard/Xen/
  461. F: OvmfPkg/Include/Library/XenHypercallLib.h
  462. F: OvmfPkg/Include/Library/XenIoMmioLib.h
  463. F: OvmfPkg/Include/Library/XenPlatformLib.h
  464. F: OvmfPkg/Include/Protocol/XenBus.h
  465. F: OvmfPkg/Include/Protocol/XenIo.h
  466. F: OvmfPkg/Library/PciHostBridgeLibScan/
  467. F: OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c
  468. F: OvmfPkg/Library/XenConsoleSerialPortLib/
  469. F: OvmfPkg/Library/XenHypercallLib/
  470. F: OvmfPkg/Library/XenIoMmioLib/
  471. F: OvmfPkg/Library/XenPlatformLib/
  472. F: OvmfPkg/Library/XenRealTimeClockLib/
  473. F: OvmfPkg/OvmfXen.*
  474. F: OvmfPkg/OvmfXenElfHeaderGenerator.c
  475. F: OvmfPkg/SmbiosPlatformDxe/*Xen*
  476. F: OvmfPkg/XenAcpiPlatformDxe/
  477. F: OvmfPkg/XenBusDxe/
  478. F: OvmfPkg/XenIoPciDxe/
  479. F: OvmfPkg/XenIoPvhDxe/
  480. F: OvmfPkg/XenPlatformPei/
  481. F: OvmfPkg/XenPvBlkDxe/
  482. F: OvmfPkg/XenResetVector/
  483. R: Anthony Perard <anthony.perard@citrix.com> [tperard]
  484. R: Julien Grall <julien@xen.org> [jgrall]
  485. OvmfPkg: RISC-V Qemu Virt Platform
  486. F: OvmfPkg/RiscVVirt
  487. R: Sunil V L <sunilvl@ventanamicro.com> [vlsunil]
  488. R: Andrei Warkentin <andrei.warkentin@intel.com> [andreiw]
  489. PcAtChipsetPkg
  490. F: PcAtChipsetPkg/
  491. W: https://github.com/tianocore/tianocore.github.io/wiki/PcAtChipsetPkg
  492. M: Ray Ni <ray.ni@intel.com> [niruiyu]
  493. PrmPkg
  494. F: PrmPkg/
  495. M: Michael Kubacki <mikuback@linux.microsoft.com> [makubacki]
  496. M: Nate DeSimone <nathaniel.l.desimone@intel.com> [nate-desimone]
  497. PrmPkg: ACPI related modules
  498. R: Ankit Sinha <ankit.sinha@intel.com> [ankit13s]
  499. RedfishPkg: Redfish related modules
  500. F: RedfishPkg/
  501. M: Abner Chang <abner.chang@amd.com> [changab]
  502. M: Nickle Wang <nicklew@nvidia.com> [nicklela]
  503. R: Igor Kulchytskyy <igork@ami.com> [igorkulchytskyy]
  504. SecurityPkg
  505. F: SecurityPkg/
  506. W: https://github.com/tianocore/tianocore.github.io/wiki/SecurityPkg
  507. M: Jiewen Yao <jiewen.yao@intel.com> [jyao1]
  508. M: Jian J Wang <jian.j.wang@intel.com> [jwang36]
  509. SecurityPkg: Secure boot related modules
  510. F: SecurityPkg/Library/DxeImageVerificationLib/
  511. F: SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
  512. F: SecurityPkg/Library/AuthVariableLib/
  513. R: Min Xu <min.m.xu@intel.com> [mxu9]
  514. SecurityPkg: Tcg related modules
  515. F: SecurityPkg/Tcg/
  516. R: Qi Zhang <qi1.zhang@intel.com> [qizhangz]
  517. R: Rahul Kumar <rahul1.kumar@intel.com> [rahul1-kumar]
  518. ShellPkg
  519. F: ShellPkg/
  520. W: https://github.com/tianocore/tianocore.github.io/wiki/ShellPkg
  521. M: Ray Ni <ray.ni@intel.com> [niruiyu]
  522. M: Zhichao Gao <zhichao.gao@intel.com> [ZhichaoGao]
  523. SignedCapsulePkg
  524. F: SignedCapsulePkg/
  525. W: https://github.com/tianocore/tianocore.github.io/wiki/SignedCapsulePkg
  526. M: Jian J Wang <jian.j.wang@intel.com> [jwang36]
  527. SourceLevelDebugPkg
  528. F: SourceLevelDebugPkg/
  529. W: https://github.com/tianocore/tianocore.github.io/wiki/SourceLevelDebugPkg
  530. M: Hao A Wu <hao.a.wu@intel.com> [hwu25]
  531. StandaloneMmPkg
  532. F: StandaloneMmPkg/
  533. M: Ard Biesheuvel <ardb+tianocore@kernel.org> [ardbiesheuvel]
  534. M: Sami Mujawar <sami.mujawar@arm.com> [samimujawar]
  535. M: Jiewen Yao <jiewen.yao@intel.com> [jyao1]
  536. R: Supreeth Venkatesh <supreeth.venkatesh@arm.com> [supven01]
  537. UefiCpuPkg
  538. F: UefiCpuPkg/
  539. W: https://github.com/tianocore/tianocore.github.io/wiki/UefiCpuPkg
  540. M: Eric Dong <eric.dong@intel.com> [ydong10]
  541. M: Ray Ni <ray.ni@intel.com> [niruiyu]
  542. R: Rahul Kumar <rahul1.kumar@intel.com> [rahul1-kumar]
  543. R: Gerd Hoffmann <kraxel@redhat.com> [kraxel]
  544. UefiCpuPkg: Sec related modules
  545. F: UefiCpuPkg/SecCore/
  546. F: UefiCpuPkg/ResetVector/
  547. R: Debkumar De <debkumar.de@intel.com> [dde01]
  548. R: Catharine West <catharine.west@intel.com> [catharine-intl]
  549. UefiPayloadPkg
  550. F: UefiPayloadPkg/
  551. W: https://github.com/tianocore/tianocore.github.io/wiki/UefiPayloadPkg
  552. M: Guo Dong <guo.dong@intel.com> [gdong1]
  553. M: Ray Ni <ray.ni@intel.com> [niruiyu]
  554. M: Sean Rhodes <sean@starlabs.systems> [Sean-StarLabs]
  555. M: James Lu <james.lu@intel.com> [jameslu8]
  556. R: Gua Guo <gua.guo@intel.com> [gguo11837463]
  557. S: Maintained
  558. UnitTestFrameworkPkg
  559. F: UnitTestFrameworkPkg/
  560. M: Michael D Kinney <michael.d.kinney@intel.com> [mdkinney]
  561. M: Michael Kubacki <mikuback@linux.microsoft.com> [makubacki]
  562. R: Sean Brogan <sean.brogan@microsoft.com> [spbrogan]
  563. S: Maintained