Maintainers.txt 23 KB

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