Maintainers.txt 23 KB

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