Maintainers.txt 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618
  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. 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> [jgrall]
  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@amd.com> [changab]
  164. R: Daniel Schaefer <git@danielschaefer.me> [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@amd.com> [changab]
  174. R: Nickle Wang <nickle@csie.io> [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. M: 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. M: 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> [dde01]
  333. R: Catharine West <catharine.west@intel.com> [catharine-intl]
  334. MdeModulePkg: Reset modules
  335. F: MdeModulePkg/*Reset*/
  336. F: MdeModulePkg/Include/*Reset*.h
  337. R: Zhichao Gao <zhichao.gao@intel.com> [ZhichaoGao]
  338. R: Ray Ni <ray.ni@intel.com> [niruiyu]
  339. MdeModulePkg: Serial modules
  340. F: MdeModulePkg/*Serial*/
  341. F: MdeModulePkg/Include/*SerialPort*.h
  342. R: Ray Ni <ray.ni@intel.com> [niruiyu]
  343. R: Zhichao Gao <zhichao.gao@intel.com> [ZhichaoGao]
  344. MdeModulePkg: SMBIOS modules
  345. F: MdeModulePkg/Universal/Smbios*/
  346. R: Zhiguang Liu <zhiguang.liu@intel.com> [LiuZhiguang001]
  347. R: Dandan Bi <dandan.bi@intel.com> [dandanbi]
  348. R: Star Zeng <star.zeng@intel.com> [lzeng14]
  349. R: Zhichao Gao <zhichao.gao@intel.com> [ZhichaoGao]
  350. MdeModulePkg: UEFI Variable modules
  351. F: MdeModulePkg/*Var*/
  352. F: MdeModulePkg/Include/*/*FaultTolerantWrite*.h
  353. F: MdeModulePkg/Include/*/*Var*.h
  354. F: MdeModulePkg/Include/Guid/SystemNvDataGuid.h
  355. F: MdeModulePkg/Include/Protocol/SwapAddressRange.h
  356. F: MdeModulePkg/Universal/FaultTolerantWrite*/
  357. R: Hao A Wu <hao.a.wu@intel.com> [hwu25]
  358. R: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
  359. MdeModulePkg: Universal Payload definitions
  360. F: MdeModulePkg/Include/UniversalPayload/
  361. R: Zhiguang Liu <zhiguang.liu@intel.com> [LiuZhiguang001]
  362. R: Ray Ni <ray.ni@intel.com> [niruiyu]
  363. R: Gua Guo <gua.guo@intel.com> [gguo11837463]
  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> [ruleof2]
  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@amd.com> [changab]
  432. OvmfPkg: LsiScsi driver
  433. F: OvmfPkg/LsiScsiDxe/
  434. R: Gary Lin <gary.lin@hpe.com> [lcp]
  435. OvmfPkg: TCG- and TPM2-related modules
  436. F: OvmfPkg/Include/IndustryStandard/QemuTpm.h
  437. F: OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c
  438. F: OvmfPkg/Library/Tcg2PhysicalPresenceLib*/
  439. F: OvmfPkg/PlatformPei/ClearCache.c
  440. F: OvmfPkg/Tcg/
  441. R: Marc-André Lureau <marcandre.lureau@redhat.com> [elmarco]
  442. R: Stefan Berger <stefanb@linux.ibm.com> [stefanberger]
  443. OvmfPkg: Xen-related modules
  444. F: OvmfPkg/Include/Guid/XenBusRootDevice.h
  445. F: OvmfPkg/Include/Guid/XenInfo.h
  446. F: OvmfPkg/Include/IndustryStandard/Xen/
  447. F: OvmfPkg/Include/Library/XenHypercallLib.h
  448. F: OvmfPkg/Include/Library/XenIoMmioLib.h
  449. F: OvmfPkg/Include/Library/XenPlatformLib.h
  450. F: OvmfPkg/Include/Protocol/XenBus.h
  451. F: OvmfPkg/Include/Protocol/XenIo.h
  452. F: OvmfPkg/Library/PciHostBridgeLibScan/
  453. F: OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c
  454. F: OvmfPkg/Library/XenConsoleSerialPortLib/
  455. F: OvmfPkg/Library/XenHypercallLib/
  456. F: OvmfPkg/Library/XenIoMmioLib/
  457. F: OvmfPkg/Library/XenPlatformLib/
  458. F: OvmfPkg/Library/XenRealTimeClockLib/
  459. F: OvmfPkg/OvmfXen.*
  460. F: OvmfPkg/OvmfXenElfHeaderGenerator.c
  461. F: OvmfPkg/SmbiosPlatformDxe/*Xen*
  462. F: OvmfPkg/XenAcpiPlatformDxe/
  463. F: OvmfPkg/XenBusDxe/
  464. F: OvmfPkg/XenIoPciDxe/
  465. F: OvmfPkg/XenIoPvhDxe/
  466. F: OvmfPkg/XenPlatformPei/
  467. F: OvmfPkg/XenPvBlkDxe/
  468. F: OvmfPkg/XenResetVector/
  469. R: Anthony Perard <anthony.perard@citrix.com> [sheep]
  470. R: Julien Grall <julien@xen.org> [jgrall]
  471. PcAtChipsetPkg
  472. F: PcAtChipsetPkg/
  473. W: https://github.com/tianocore/tianocore.github.io/wiki/PcAtChipsetPkg
  474. M: Ray Ni <ray.ni@intel.com> [niruiyu]
  475. PrmPkg
  476. F: PrmPkg/
  477. M: Michael Kubacki <mikuback@linux.microsoft.com> [makubacki]
  478. M: Nate DeSimone <nathaniel.l.desimone@intel.com> [nate-desimone]
  479. PrmPkg: ACPI related modules
  480. R: Ankit Sinha <ankit.sinha@intel.com> [ankit13s]
  481. RedfishPkg: Redfish related modules
  482. F: RedfishPkg/
  483. M: Abner Chang <abner.chang@amd.com> [changab]
  484. R: Nickle Wang <nickle@csie.io> [nicklela]
  485. SecurityPkg
  486. F: SecurityPkg/
  487. W: https://github.com/tianocore/tianocore.github.io/wiki/SecurityPkg
  488. M: Jiewen Yao <jiewen.yao@intel.com> [jyao1]
  489. M: Jian J Wang <jian.j.wang@intel.com> [jwang36]
  490. SecurityPkg: Secure boot related modules
  491. F: SecurityPkg/Library/DxeImageVerificationLib/
  492. F: SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
  493. F: SecurityPkg/Library/AuthVariableLib/
  494. R: Min Xu <min.m.xu@intel.com> [mxu9]
  495. SecurityPkg: Tcg related modules
  496. F: SecurityPkg/Tcg/
  497. R: Qi Zhang <qi1.zhang@intel.com> [qizhangz]
  498. R: Rahul Kumar <rahul1.kumar@intel.com> [rahul1-kumar]
  499. ShellPkg
  500. F: ShellPkg/
  501. W: https://github.com/tianocore/tianocore.github.io/wiki/ShellPkg
  502. M: Ray Ni <ray.ni@intel.com> [niruiyu]
  503. M: Zhichao Gao <zhichao.gao@intel.com> [ZhichaoGao]
  504. SignedCapsulePkg
  505. F: SignedCapsulePkg/
  506. W: https://github.com/tianocore/tianocore.github.io/wiki/SignedCapsulePkg
  507. M: Jian J Wang <jian.j.wang@intel.com> [jwang36]
  508. SourceLevelDebugPkg
  509. F: SourceLevelDebugPkg/
  510. W: https://github.com/tianocore/tianocore.github.io/wiki/SourceLevelDebugPkg
  511. M: Hao A Wu <hao.a.wu@intel.com> [hwu25]
  512. StandaloneMmPkg
  513. F: StandaloneMmPkg/
  514. M: Ard Biesheuvel <ardb+tianocore@kernel.org> [ardbiesheuvel]
  515. M: Sami Mujawar <sami.mujawar@arm.com> [samimujawar]
  516. M: Jiewen Yao <jiewen.yao@intel.com> [jyao1]
  517. R: Supreeth Venkatesh <supreeth.venkatesh@arm.com> [supven01]
  518. UefiCpuPkg
  519. F: UefiCpuPkg/
  520. W: https://github.com/tianocore/tianocore.github.io/wiki/UefiCpuPkg
  521. M: Eric Dong <eric.dong@intel.com> [ydong10]
  522. M: Ray Ni <ray.ni@intel.com> [niruiyu]
  523. R: Rahul Kumar <rahul1.kumar@intel.com> [rahul1-kumar]
  524. UefiCpuPkg: Sec related modules
  525. F: UefiCpuPkg/SecCore/
  526. F: UefiCpuPkg/ResetVector/
  527. R: Debkumar De <debkumar.de@intel.com> [dde01]
  528. R: Catharine West <catharine.west@intel.com> [catharine-intl]
  529. UefiPayloadPkg
  530. F: UefiPayloadPkg/
  531. W: https://github.com/tianocore/tianocore.github.io/wiki/UefiPayloadPkg
  532. M: Guo Dong <guo.dong@intel.com> [gdong1]
  533. M: Ray Ni <ray.ni@intel.com> [niruiyu]
  534. M: Sean Rhodes <sean@starlabs.systems> [Sean-StarLabs]
  535. M: James Lu <james.lu@intel.com> [jameslu8]
  536. R: Gua Guo <gua.guo@intel.com> [gguo11837463]
  537. S: Maintained
  538. UnitTestFrameworkPkg
  539. F: UnitTestFrameworkPkg/
  540. M: Michael D Kinney <michael.d.kinney@intel.com> [mdkinney]
  541. M: Michael Kubacki <mikuback@linux.microsoft.com> [makubacki]
  542. R: Sean Brogan <sean.brogan@microsoft.com> [spbrogan]
  543. R: Bret Barkelew <Bret.Barkelew@microsoft.com> [corthon]
  544. S: Maintained