Maintainers.txt 23 KB

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