Maintainers.txt 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605
  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 <leif@nuviainc.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 <leif@nuviainc.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 <leif@nuviainc.com> [leiflindholm]
  86. M: Ard Biesheuvel <ardb+tianocore@kernel.org> [ardbiesheuvel]
  87. RISCV64
  88. F: */RiscV64/
  89. M: Abner Chang <abner.chang@hpe.com> [changab]
  90. R: Daniel Schaefer <daniel.schaefer@hpe.com>
  91. EDK II Continuous Integration:
  92. ------------------------------
  93. .azurepipelines/
  94. F: .azurepipelines/
  95. M: Sean Brogan <sean.brogan@microsoft.com> [spbrogan]
  96. M: Bret Barkelew <Bret.Barkelew@microsoft.com> [corthon]
  97. R: Michael D Kinney <michael.d.kinney@intel.com> [mdkinney]
  98. R: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
  99. .mergify/
  100. F: .mergify/
  101. M: Michael D Kinney <michael.d.kinney@intel.com> [mdkinney]
  102. M: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
  103. R: Sean Brogan <sean.brogan@microsoft.com> [spbrogan]
  104. R: Bret Barkelew <Bret.Barkelew@microsoft.com> [corthon]
  105. .pytool/
  106. F: .pytool/
  107. M: Sean Brogan <sean.brogan@microsoft.com> [spbrogan]
  108. M: Bret Barkelew <Bret.Barkelew@microsoft.com> [corthon]
  109. R: Michael D Kinney <michael.d.kinney@intel.com> [mdkinney]
  110. R: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
  111. EDK II Packages:
  112. ----------------
  113. ArmPkg
  114. F: ArmPkg/
  115. W: https://github.com/tianocore/tianocore.github.io/wiki/ArmPkg
  116. M: Leif Lindholm <leif@nuviainc.com> [leiflindholm]
  117. M: Ard Biesheuvel <ardb+tianocore@kernel.org> [ardbiesheuvel]
  118. ArmPlatformPkg
  119. F: ArmPlatformPkg/
  120. W: https://github.com/tianocore/tianocore.github.io/wiki/ArmPlatformPkg
  121. M: Leif Lindholm <leif@nuviainc.com> [leiflindholm]
  122. M: Ard Biesheuvel <ardb+tianocore@kernel.org> [ardbiesheuvel]
  123. ArmVirtPkg
  124. F: ArmVirtPkg/
  125. W: https://github.com/tianocore/tianocore.github.io/wiki/ArmVirtPkg
  126. M: Ard Biesheuvel <ardb+tianocore@kernel.org> [ardbiesheuvel]
  127. R: Leif Lindholm <leif@nuviainc.com> [leiflindholm]
  128. R: Sami Mujawar <sami.mujawar@arm.com> [samimujawar]
  129. R: Gerd Hoffmann <kraxel@redhat.com> [kraxel]
  130. ArmVirtPkg: modules used on Xen
  131. F: ArmVirtPkg/ArmVirtXen.*
  132. F: ArmVirtPkg/Library/XenArmGenericTimerVirtCounterLib/
  133. F: ArmVirtPkg/Library/XenVirtMemInfoLib/
  134. F: ArmVirtPkg/PrePi/
  135. F: ArmVirtPkg/XenAcpiPlatformDxe/
  136. F: ArmVirtPkg/XenPlatformHasAcpiDtDxe/
  137. F: ArmVirtPkg/XenioFdtDxe/
  138. R: Julien Grall <julien@xen.org>
  139. BaseTools
  140. F: BaseTools/
  141. W: https://github.com/tianocore/tianocore.github.io/wiki/BaseTools
  142. M: Bob Feng <bob.c.feng@intel.com> [BobCF]
  143. M: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
  144. R: Yuwei Chen <yuwei.chen@intel.com> [YuweiChen1110]
  145. CryptoPkg
  146. F: CryptoPkg/
  147. W: https://github.com/tianocore/tianocore.github.io/wiki/CryptoPkg
  148. M: Jiewen Yao <jiewen.yao@intel.com> [jyao1]
  149. M: Jian J Wang <jian.j.wang@intel.com> [jwang36]
  150. R: Xiaoyu Lu <xiaoyux.lu@intel.com> [xiaoyuxlu]
  151. R: Guomin Jiang <guomin.jiang@intel.com> [guominjia]
  152. DynamicTablesPkg
  153. F: DynamicTablesPkg/
  154. W: https://github.com/tianocore/tianocore.github.io/wiki/DynamicTablesPkg
  155. M: Sami Mujawar <Sami.Mujawar@arm.com> [samimujawar]
  156. M: Alexei Fedorov <Alexei.Fedorov@arm.com> [AlexeiFedorov]
  157. EmbeddedPkg
  158. F: EmbeddedPkg/
  159. W: https://github.com/tianocore/tianocore.github.io/wiki/EmbeddedPkg
  160. M: Leif Lindholm <leif@nuviainc.com> [leiflindholm]
  161. M: Ard Biesheuvel <ardb+tianocore@kernel.org> [ardbiesheuvel]
  162. M: Abner Chang <abner.chang@hpe.com> [changab]
  163. R: Daniel Schaefer <daniel.schaefer@hpe.com> [JohnAZoidberg]
  164. EmulatorPkg
  165. F: EmulatorPkg/
  166. W: https://github.com/tianocore/tianocore.github.io/wiki/EmulatorPkg
  167. M: Andrew Fish <afish@apple.com> [ajfish]
  168. M: Ray Ni <ray.ni@intel.com> [niruiyu]
  169. S: Maintained
  170. FatPkg
  171. F: FatPkg/
  172. W: https://github.com/tianocore/tianocore.github.io/wiki/Edk2-fat-driver
  173. M: Ray Ni <ray.ni@intel.com> [niruiyu]
  174. T: svn - https://svn.code.sf.net/p/edk2-fatdriver2/code/trunk/EnhancedFat
  175. T: git - https://github.com/tianocore/edk2-FatPkg.git
  176. FmpDevicePkg
  177. F: FmpDevicePkg/
  178. W: https://github.com/tianocore/tianocore.github.io/wiki/FmpDevicePkg
  179. M: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
  180. M: Michael D Kinney <michael.d.kinney@intel.com> [mdkinney]
  181. R: Guomin Jiang <guomin.jiang@intel.com> [guominjia]
  182. R: Wei6 Xu <wei6.xu@intel.com> [xuweiintel]
  183. IntelFsp2Pkg
  184. F: IntelFsp2Pkg/
  185. W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFsp2Pkg
  186. M: Chasel Chiu <chasel.chiu@intel.com> [ChaselChiu]
  187. R: Nate DeSimone <nathaniel.l.desimone@intel.com> [nate-desimone]
  188. R: Star Zeng <star.zeng@intel.com> [lzeng14]
  189. IntelFsp2WrapperPkg
  190. F: IntelFsp2WrapperPkg/
  191. W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFsp2WrapperPkg
  192. M: Chasel Chiu <chasel.chiu@intel.com> [ChaselChiu]
  193. R: Nate DeSimone <nathaniel.l.desimone@intel.com> [nate-desimone]
  194. R: Star Zeng <star.zeng@intel.com> [lzeng14]
  195. MdeModulePkg
  196. F: MdeModulePkg/
  197. W: https://github.com/tianocore/tianocore.github.io/wiki/MdeModulePkg
  198. M: Jian J Wang <jian.j.wang@intel.com> [jwang36]
  199. M: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
  200. MdeModulePkg: ACPI modules
  201. F: MdeModulePkg/Include/*Acpi*.h
  202. F: MdeModulePkg/Universal/Acpi/
  203. R: Zhiguang Liu <zhiguang.liu@intel.com> [LiuZhiguang001]
  204. R: Dandan Bi <dandan.bi@intel.com> [dandanbi]
  205. R: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
  206. MdeModulePkg: ACPI modules related to S3
  207. F: MdeModulePkg/*LockBox*/
  208. F: MdeModulePkg/Include/*BootScript*.h
  209. F: MdeModulePkg/Include/*LockBox*.h
  210. F: MdeModulePkg/Include/*S3*.h
  211. F: MdeModulePkg/Library/*S3*/
  212. R: Hao A Wu <hao.a.wu@intel.com> [hwu25]
  213. R: Eric Dong <eric.dong@intel.com> [ydong10]
  214. MdeModulePkg: BDS modules
  215. F: MdeModulePkg/*BootManager*/
  216. F: MdeModulePkg/Include/Library/UefiBootManagerLib.h
  217. F: MdeModulePkg/Universal/BdsDxe/
  218. F: MdeModulePkg/Universal/DevicePathDxe/
  219. F: MdeModulePkg/Universal/DriverHealthManagerDxe/
  220. F: MdeModulePkg/Universal/LoadFileOnFv2/
  221. F: MdeModulePkg/Universal/SecurityStubDxe/Defer3rdPartyImageLoad.*
  222. R: Zhichao Gao <zhichao.gao@intel.com> [ZhichaoGao]
  223. R: Ray Ni <ray.ni@intel.com> [niruiyu]
  224. MdeModulePkg: Console and Graphics modules
  225. F: MdeModulePkg/*Logo*/
  226. F: MdeModulePkg/Include/*Logo*.h
  227. F: MdeModulePkg/Include/Guid/ConnectConInEvent.h
  228. F: MdeModulePkg/Include/Guid/Console*.h
  229. F: MdeModulePkg/Include/Guid/StandardErrorDevice.h
  230. F: MdeModulePkg/Include/Guid/TtyTerm.h
  231. F: MdeModulePkg/Include/Library/BmpSupportLib.h
  232. F: MdeModulePkg/Include/Library/FrameBufferBltLib.h
  233. F: MdeModulePkg/Library/BaseBmpSupportLib/
  234. F: MdeModulePkg/Library/FrameBufferBltLib/
  235. F: MdeModulePkg/Universal/Console/
  236. R: Zhichao Gao <zhichao.gao@intel.com> [ZhichaoGao]
  237. R: Ray Ni <ray.ni@intel.com> [niruiyu]
  238. MdeModulePkg: Core services (PEI, DXE and Runtime) modules
  239. F: MdeModulePkg/*Mem*/
  240. F: MdeModulePkg/*SectionExtract*/
  241. F: MdeModulePkg/*StatusCode*/
  242. F: MdeModulePkg/Application/DumpDynPcd/
  243. F: MdeModulePkg/Core/Dxe/
  244. F: MdeModulePkg/Core/DxeIplPeim/
  245. F: MdeModulePkg/Core/RuntimeDxe/
  246. F: MdeModulePkg/Include/*Mem*.h
  247. F: MdeModulePkg/Include/*Pcd*.h
  248. F: MdeModulePkg/Include/*Perf*.h
  249. F: MdeModulePkg/Include/*StatusCode*.h
  250. F: MdeModulePkg/Include/Guid/Crc32GuidedSectionExtraction.h
  251. F: MdeModulePkg/Include/Guid/EventExitBootServiceFailed.h
  252. F: MdeModulePkg/Include/Guid/IdleLoopEvent.h
  253. F: MdeModulePkg/Include/Guid/LoadModuleAtFixedAddress.h
  254. F: MdeModulePkg/Include/Guid/LzmaDecompress.h
  255. F: MdeModulePkg/Include/Library/SecurityManagementLib.h
  256. F: MdeModulePkg/Library/*Decompress*/
  257. F: MdeModulePkg/Library/*Perf*/
  258. F: MdeModulePkg/Library/DxeSecurityManagementLib/
  259. F: MdeModulePkg/Universal/PCD/
  260. F: MdeModulePkg/Universal/PlatformDriOverrideDxe/
  261. F: MdeModulePkg/Universal/SecurityStubDxe/SecurityStub.c
  262. R: Dandan Bi <dandan.bi@intel.com> [dandanbi]
  263. R: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
  264. MdeModulePkg: Device and Peripheral modules
  265. F: MdeModulePkg/*PciHostBridge*/
  266. F: MdeModulePkg/Bus/
  267. F: MdeModulePkg/Include/*Ata*.h
  268. F: MdeModulePkg/Include/*IoMmu*.h
  269. F: MdeModulePkg/Include/*NonDiscoverableDevice*.h
  270. F: MdeModulePkg/Include/*NvmExpress*.h
  271. F: MdeModulePkg/Include/*SdMmc*.h
  272. F: MdeModulePkg/Include/*Ufs*.h
  273. F: MdeModulePkg/Include/*Usb*.h
  274. F: MdeModulePkg/Include/Guid/RecoveryDevice.h
  275. F: MdeModulePkg/Include/Guid/S3StorageDeviceInitList.h
  276. F: MdeModulePkg/Include/Library/PciHostBridgeLib.h
  277. F: MdeModulePkg/Include/Ppi/StorageSecurityCommand.h
  278. F: MdeModulePkg/Include/Protocol/Ps2Policy.h
  279. F: MdeModulePkg/Library/NonDiscoverableDeviceRegistrationLib/
  280. F: MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/
  281. R: Hao A Wu <hao.a.wu@intel.com> [hwu25]
  282. R: Ray Ni <ray.ni@intel.com> [niruiyu]
  283. MdeModulePkg: Disk modules
  284. F: MdeModulePkg/Universal/Disk/
  285. R: Hao A Wu <hao.a.wu@intel.com> [hwu25]
  286. R: Ray Ni <ray.ni@intel.com> [niruiyu]
  287. R: Zhichao Gao <zhichao.gao@intel.com> [ZhichaoGao]
  288. MdeModulePkg: Firmware Update modules
  289. F: MdeModulePkg/*Capsule*/
  290. F: MdeModulePkg/Include/*Capsule*.h
  291. F: MdeModulePkg/Include/Library/DisplayUpdateProgressLib.h
  292. F: MdeModulePkg/Include/Library/FmpAuthenticationLib.h
  293. F: MdeModulePkg/Include/Protocol/EsrtManagement.h
  294. F: MdeModulePkg/Include/Protocol/FirmwareManagementProgress.h
  295. F: MdeModulePkg/Library/DisplayUpdateProgressLib*/
  296. F: MdeModulePkg/Library/FmpAuthenticationLibNull/
  297. F: MdeModulePkg/Universal/Esrt*/
  298. R: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
  299. R: Guomin Jiang <guomin.jiang@intel.com> [guominjia]
  300. MdeModulePkg: HII and UI modules
  301. F: MdeModulePkg/*FileExplorer*/
  302. F: MdeModulePkg/*Hii*/
  303. F: MdeModulePkg/*Ui*/
  304. F: MdeModulePkg/Application/BootManagerMenuApp/
  305. F: MdeModulePkg/Include/*FileExplorer*.h
  306. F: MdeModulePkg/Include/*FormBrowser*.h
  307. F: MdeModulePkg/Include/*Hii*.h
  308. F: MdeModulePkg/Include/Library/CustomizedDisplayLib.h
  309. F: MdeModulePkg/Include/Protocol/DisplayProtocol.h
  310. F: MdeModulePkg/Library/CustomizedDisplayLib/
  311. F: MdeModulePkg/Universal/DisplayEngineDxe/
  312. F: MdeModulePkg/Universal/DriverSampleDxe/
  313. F: MdeModulePkg/Universal/SetupBrowserDxe/
  314. R: Dandan Bi <dandan.bi@intel.com> [dandanbi]
  315. R: Eric Dong <eric.dong@intel.com> [ydong10]
  316. MdeModulePkg: Management Mode (MM, SMM) modules
  317. F: MdeModulePkg/*Smi*/
  318. F: MdeModulePkg/*Smm*/
  319. F: MdeModulePkg/Include/*Smi*.h
  320. F: MdeModulePkg/Include/*Smm*.h
  321. R: Eric Dong <eric.dong@intel.com> [ydong10]
  322. R: Ray Ni <ray.ni@intel.com> [niruiyu]
  323. MdeModulePkg: Pei Core
  324. F: MdeModulePkg/Core/Pei/
  325. R: Dandan Bi <dandan.bi@intel.com> [dandanbi]
  326. R: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
  327. R: Debkumar De <debkumar.de@intel.com>
  328. R: Harry Han <harry.han@intel.com>
  329. R: Catharine West <catharine.west@intel.com> [catharine-intl]
  330. MdeModulePkg: Reset modules
  331. F: MdeModulePkg/*Reset*/
  332. F: MdeModulePkg/Include/*Reset*.h
  333. R: Zhichao Gao <zhichao.gao@intel.com> [ZhichaoGao]
  334. R: Ray Ni <ray.ni@intel.com> [niruiyu]
  335. MdeModulePkg: Serial modules
  336. F: MdeModulePkg/*Serial*/
  337. F: MdeModulePkg/Include/*SerialPort*.h
  338. R: Ray Ni <ray.ni@intel.com> [niruiyu]
  339. R: Zhichao Gao <zhichao.gao@intel.com> [ZhichaoGao]
  340. MdeModulePkg: SMBIOS modules
  341. F: MdeModulePkg/Universal/Smbios*/
  342. R: Zhiguang Liu <zhiguang.liu@intel.com> [LiuZhiguang001]
  343. R: Dandan Bi <dandan.bi@intel.com> [dandanbi]
  344. R: Star Zeng <star.zeng@intel.com> [lzeng14]
  345. R: Zhichao Gao <zhichao.gao@intel.com> [ZhichaoGao]
  346. MdeModulePkg: UEFI Variable modules
  347. F: MdeModulePkg/*Var*/
  348. F: MdeModulePkg/Include/*/*FaultTolerantWrite*.h
  349. F: MdeModulePkg/Include/*/*Var*.h
  350. F: MdeModulePkg/Include/Guid/SystemNvDataGuid.h
  351. F: MdeModulePkg/Include/Protocol/SwapAddressRange.h
  352. F: MdeModulePkg/Universal/FaultTolerantWrite*/
  353. R: Hao A Wu <hao.a.wu@intel.com> [hwu25]
  354. R: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
  355. MdeModulePkg: Universal Payload definitions
  356. F: MdeModulePkg/Include/UniversalPayload/
  357. R: Zhiguang Liu <zhiguang.liu@intel.com> [LiuZhiguang001]
  358. R: Ray Ni <ray.ni@intel.com> [niruiyu]
  359. MdePkg
  360. F: MdePkg/
  361. W: https://github.com/tianocore/tianocore.github.io/wiki/MdePkg
  362. M: Michael D Kinney <michael.d.kinney@intel.com> [mdkinney]
  363. M: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
  364. R: Zhiguang Liu <zhiguang.liu@intel.com> [LiuZhiguang001]
  365. NetworkPkg
  366. F: NetworkPkg/
  367. W: https://github.com/tianocore/tianocore.github.io/wiki/NetworkPkg
  368. M: Maciej Rabeda <maciej.rabeda@linux.intel.com> [mrabeda]
  369. R: Jiaxin Wu <jiaxin.wu@intel.com> [jiaxinwu]
  370. R: Siyuan Fu <siyuan.fu@intel.com> [sfu5]
  371. OvmfPkg
  372. F: OvmfPkg/
  373. W: http://www.tianocore.org/ovmf/
  374. M: Ard Biesheuvel <ardb+tianocore@kernel.org> [ardbiesheuvel]
  375. M: Jiewen Yao <jiewen.yao@intel.com> [jyao1]
  376. R: Jordan Justen <jordan.l.justen@intel.com> [jljusten]
  377. R: Gerd Hoffmann <kraxel@redhat.com> [kraxel]
  378. S: Maintained
  379. OvmfPkg: bhyve-related modules
  380. F: OvmfPkg/Bhyve/
  381. F: OvmfPkg/Include/IndustryStandard/Bhyve.h
  382. F: OvmfPkg/Include/Library/BhyveFwCtlLib.h
  383. F: OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLibBhyve.c
  384. F: OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLibBhyve.inf
  385. F: OvmfPkg/Library/BhyveFwCtlLib/
  386. F: OvmfPkg/Library/PciHostBridgeLibScan/
  387. F: OvmfPkg/Library/PlatformBootManagerLibBhyve/
  388. F: OvmfPkg/Library/ResetSystemLib/BaseResetShutdownBhyve.c
  389. F: OvmfPkg/Library/ResetSystemLib/BaseResetSystemLibBhyve.inf
  390. R: Rebecca Cran <rebecca@bsdio.com> [bcran]
  391. R: Peter Grehan <grehan@freebsd.org> [grehan-freebsd]
  392. OvmfPkg: microvm-related modules
  393. F: OvmfPkg/Microvm/
  394. F: OvmfPkg/Include/IndustryStandard/Microvm.h
  395. F: OvmfPkg/Library/ResetSystemLib/*Microvm.*
  396. R: Gerd Hoffmann <kraxel@redhat.com> [kraxel]
  397. OvmfPkg: CSM modules
  398. F: OvmfPkg/Csm/
  399. R: David Woodhouse <dwmw2@infradead.org> [dwmw2]
  400. OvmfPkg: Confidential Computing
  401. F: OvmfPkg/AmdSev/
  402. F: OvmfPkg/AmdSevDxe/
  403. F: OvmfPkg/Include/Guid/ConfidentialComputingSecret.h
  404. F: OvmfPkg/Include/Library/MemEncryptSevLib.h
  405. F: OvmfPkg/IoMmuDxe/AmdSevIoMmu.*
  406. F: OvmfPkg/Library/BaseMemEncryptSevLib/
  407. F: OvmfPkg/Library/PlatformBootManagerLibGrub/
  408. F: OvmfPkg/Library/VmgExitLib/
  409. F: OvmfPkg/PlatformPei/AmdSev.c
  410. F: OvmfPkg/ResetVector/
  411. F: OvmfPkg/Sec/
  412. R: Brijesh Singh <brijesh.singh@amd.com> [codomania]
  413. R: Erdem Aktas <erdemaktas@google.com>
  414. R: James Bottomley <jejb@linux.ibm.com> [jejb]
  415. R: Jiewen Yao <jiewen.yao@intel.com> [jyao1]
  416. R: Min Xu <min.m.xu@intel.com> [mxu9]
  417. R: Tom Lendacky <thomas.lendacky@amd.com> [tlendacky]
  418. OvmfPkg: FDT related modules
  419. F: OvmfPkg/Fdt
  420. R: Leif Lindholm <leif@nuviainc.com>
  421. R: Gerd Hoffmann <kraxel@redhat.com>
  422. R: Abner Chang <abner.chang@hpe.com>
  423. OvmfPkg: LsiScsi driver
  424. F: OvmfPkg/LsiScsiDxe/
  425. R: Gary Lin <glin@suse.com>
  426. OvmfPkg: MptScsi and PVSCSI driver
  427. F: OvmfPkg/MptScsiDxe/
  428. F: OvmfPkg/PvScsiDxe/
  429. R: Liran Alon <liran.alon@oracle.com>
  430. R: Nikita Leshenko <nikita.leshchenko@oracle.com>
  431. OvmfPkg: TCG- and TPM2-related modules
  432. F: OvmfPkg/Include/IndustryStandard/QemuTpm.h
  433. F: OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c
  434. F: OvmfPkg/Library/Tcg2PhysicalPresenceLib*/
  435. F: OvmfPkg/PlatformPei/ClearCache.c
  436. F: OvmfPkg/Tcg/
  437. R: Marc-André Lureau <marcandre.lureau@redhat.com>
  438. R: Stefan Berger <stefanb@linux.ibm.com>
  439. OvmfPkg: Xen-related modules
  440. F: OvmfPkg/Include/Guid/XenBusRootDevice.h
  441. F: OvmfPkg/Include/Guid/XenInfo.h
  442. F: OvmfPkg/Include/IndustryStandard/Xen/
  443. F: OvmfPkg/Include/Library/XenHypercallLib.h
  444. F: OvmfPkg/Include/Library/XenIoMmioLib.h
  445. F: OvmfPkg/Include/Library/XenPlatformLib.h
  446. F: OvmfPkg/Include/Protocol/XenBus.h
  447. F: OvmfPkg/Include/Protocol/XenIo.h
  448. F: OvmfPkg/Library/PciHostBridgeLibScan/
  449. F: OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c
  450. F: OvmfPkg/Library/XenConsoleSerialPortLib/
  451. F: OvmfPkg/Library/XenHypercallLib/
  452. F: OvmfPkg/Library/XenIoMmioLib/
  453. F: OvmfPkg/Library/XenPlatformLib/
  454. F: OvmfPkg/Library/XenRealTimeClockLib/
  455. F: OvmfPkg/OvmfXen.*
  456. F: OvmfPkg/OvmfXenElfHeaderGenerator.c
  457. F: OvmfPkg/SmbiosPlatformDxe/*Xen*
  458. F: OvmfPkg/XenAcpiPlatformDxe/
  459. F: OvmfPkg/XenBusDxe/
  460. F: OvmfPkg/XenIoPciDxe/
  461. F: OvmfPkg/XenIoPvhDxe/
  462. F: OvmfPkg/XenPlatformPei/
  463. F: OvmfPkg/XenPvBlkDxe/
  464. F: OvmfPkg/XenResetVector/
  465. F: OvmfPkg/XenTimerDxe/
  466. R: Anthony Perard <anthony.perard@citrix.com> [sheep]
  467. R: Julien Grall <julien@xen.org>
  468. PcAtChipsetPkg
  469. F: PcAtChipsetPkg/
  470. W: https://github.com/tianocore/tianocore.github.io/wiki/PcAtChipsetPkg
  471. M: Ray Ni <ray.ni@intel.com> [niruiyu]
  472. RedfishPkg: Redfish related modules
  473. F: RedfishPkg/
  474. M: Abner Chang <abner.chang@hpe.com> [changab]
  475. R: Nickle Wang <nickle.wang@hpe.com> [nicklela]
  476. SecurityPkg
  477. F: SecurityPkg/
  478. W: https://github.com/tianocore/tianocore.github.io/wiki/SecurityPkg
  479. M: Jiewen Yao <jiewen.yao@intel.com> [jyao1]
  480. M: Jian J Wang <jian.j.wang@intel.com> [jwang36]
  481. SecurityPkg: Secure boot related modules
  482. F: SecurityPkg/Library/DxeImageVerificationLib/
  483. F: SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
  484. F: SecurityPkg/Library/AuthVariableLib/
  485. R: Min Xu <min.m.xu@intel.com> [mxu9]
  486. SecurityPkg: Tcg related modules
  487. F: SecurityPkg/Tcg/
  488. R: Qi Zhang <qi1.zhang@intel.com> [qizhangz]
  489. R: Rahul Kumar <rahul1.kumar@intel.com> [rahul1-kumar]
  490. ShellPkg
  491. F: ShellPkg/
  492. W: https://github.com/tianocore/tianocore.github.io/wiki/ShellPkg
  493. M: Ray Ni <ray.ni@intel.com> [niruiyu]
  494. M: Zhichao Gao <zhichao.gao@intel.com> [ZhichaoGao]
  495. SignedCapsulePkg
  496. F: SignedCapsulePkg/
  497. W: https://github.com/tianocore/tianocore.github.io/wiki/SignedCapsulePkg
  498. M: Jian J Wang <jian.j.wang@intel.com> [jwang36]
  499. SourceLevelDebugPkg
  500. F: SourceLevelDebugPkg/
  501. W: https://github.com/tianocore/tianocore.github.io/wiki/SourceLevelDebugPkg
  502. M: Hao A Wu <hao.a.wu@intel.com> [hwu25]
  503. StandaloneMmPkg
  504. F: StandaloneMmPkg/
  505. M: Ard Biesheuvel <ardb+tianocore@kernel.org> [ardbiesheuvel]
  506. M: Sami Mujawar <sami.mujawar@arm.com> [samimujawar]
  507. M: Jiewen Yao <jiewen.yao@intel.com> [jyao1]
  508. R: Supreeth Venkatesh <supreeth.venkatesh@arm.com> [supven01]
  509. UefiCpuPkg
  510. F: UefiCpuPkg/
  511. W: https://github.com/tianocore/tianocore.github.io/wiki/UefiCpuPkg
  512. M: Eric Dong <eric.dong@intel.com> [ydong10]
  513. M: Ray Ni <ray.ni@intel.com> [niruiyu]
  514. R: Rahul Kumar <rahul1.kumar@intel.com> [rahul1-kumar]
  515. UefiCpuPkg: Sec related modules
  516. F: UefiCpuPkg/SecCore/
  517. F: UefiCpuPkg/ResetVector/
  518. R: Debkumar De <debkumar.de@intel.com>
  519. R: Harry Han <harry.han@intel.com>
  520. R: Catharine West <catharine.west@intel.com> [catharine-intl]
  521. UefiPayloadPkg
  522. F: UefiPayloadPkg/
  523. W: https://github.com/tianocore/tianocore.github.io/wiki/UefiPayloadPkg
  524. M: Guo Dong <guo.dong@intel.com> [gdong1]
  525. M: Ray Ni <ray.ni@intel.com> [niruiyu]
  526. R: Maurice Ma <maurice.ma@intel.com> [mauricema]
  527. R: Benjamin You <benjamin.you@intel.com> [BenjaminYou]
  528. S: Maintained
  529. UnitTestFrameworkPkg
  530. F: UnitTestFrameworkPkg/
  531. M: Michael D Kinney <michael.d.kinney@intel.com> [mdkinney]
  532. R: Sean Brogan <sean.brogan@microsoft.com> [spbrogan]
  533. R: Bret Barkelew <Bret.Barkelew@microsoft.com> [corthon]
  534. S: Maintained