Maintainers.txt 23 KB

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