Maintainers.txt 23 KB

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