Maintainers.txt 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574
  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>
  64. M: Laszlo Ersek <lersek@redhat.com>
  65. M: Leif Lindholm <leif@nuviainc.com>
  66. M: Michael D Kinney <michael.d.kinney@intel.com>
  67. Responsible Disclosure, Reporting Security Issues
  68. -------------------------------------------------
  69. W: https://github.com/tianocore/tianocore.github.io/wiki/Security
  70. EDK II Releases:
  71. ----------------
  72. W: https://github.com/tianocore/tianocore.github.io/wiki/EDK-II-Release-Planning
  73. M: Liming Gao <gaoliming@byosoft.com.cn>
  74. UEFI Shell Binaries (ShellBinPkg.zip) from EDK II Releases:
  75. -----------------------------------------------------------
  76. W: https://github.com/tianocore/edk2/releases/
  77. M: Ray Ni <ray.ni@intel.com> (Ia32/X64)
  78. M: Zhichao Gao <zhichao.gao@intel.com> (Ia32/X64)
  79. M: Leif Lindholm <leif@nuviainc.com> (ARM/AArch64)
  80. M: Ard Biesheuvel <ard.biesheuvel@arm.com> (ARM/AArch64)
  81. EDK II Architectures:
  82. ---------------------
  83. ARM, AARCH64
  84. F: */AArch64/
  85. F: */Arm/
  86. M: Leif Lindholm <leif@nuviainc.com>
  87. M: Ard Biesheuvel <ard.biesheuvel@arm.com>
  88. RISCV64
  89. F: */RiscV64/
  90. M: Abner Chang <abner.chang@hpe.com>
  91. R: Daniel Schaefer <daniel.schaefer@hpe.com>
  92. EDK II Continuous Integration:
  93. ------------------------------
  94. .azurepipelines/
  95. F: .azurepipelines/
  96. M: Sean Brogan <sean.brogan@microsoft.com>
  97. M: Bret Barkelew <Bret.Barkelew@microsoft.com>
  98. R: Michael D Kinney <michael.d.kinney@intel.com>
  99. R: Liming Gao <gaoliming@byosoft.com.cn>
  100. .mergify/
  101. F: .mergify/
  102. M: Michael D Kinney <michael.d.kinney@intel.com>
  103. M: Liming Gao <gaoliming@byosoft.com.cn>
  104. R: Sean Brogan <sean.brogan@microsoft.com>
  105. R: Bret Barkelew <Bret.Barkelew@microsoft.com>
  106. .pytool/
  107. F: .pytool/
  108. M: Sean Brogan <sean.brogan@microsoft.com>
  109. M: Bret Barkelew <Bret.Barkelew@microsoft.com>
  110. R: Michael D Kinney <michael.d.kinney@intel.com>
  111. R: Liming Gao <gaoliming@byosoft.com.cn>
  112. EDK II Packages:
  113. ----------------
  114. ArmPkg
  115. F: ArmPkg/
  116. W: https://github.com/tianocore/tianocore.github.io/wiki/ArmPkg
  117. M: Leif Lindholm <leif@nuviainc.com>
  118. M: Ard Biesheuvel <ard.biesheuvel@arm.com>
  119. ArmPlatformPkg
  120. F: ArmPlatformPkg/
  121. W: https://github.com/tianocore/tianocore.github.io/wiki/ArmPlatformPkg
  122. M: Leif Lindholm <leif@nuviainc.com>
  123. M: Ard Biesheuvel <ard.biesheuvel@arm.com>
  124. ArmVirtPkg
  125. F: ArmVirtPkg/
  126. W: https://github.com/tianocore/tianocore.github.io/wiki/ArmVirtPkg
  127. M: Laszlo Ersek <lersek@redhat.com>
  128. M: Ard Biesheuvel <ard.biesheuvel@arm.com>
  129. R: Leif Lindholm <leif@nuviainc.com>
  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>
  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>
  143. M: Liming Gao <gaoliming@byosoft.com.cn>
  144. R: Yuwei Chen <yuwei.chen@intel.com>
  145. CryptoPkg
  146. F: CryptoPkg/
  147. W: https://github.com/tianocore/tianocore.github.io/wiki/CryptoPkg
  148. M: Jiewen Yao <jiewen.yao@intel.com>
  149. M: Jian J Wang <jian.j.wang@intel.com>
  150. R: Xiaoyu Lu <xiaoyux.lu@intel.com>
  151. R: Guomin Jiang <guomin.jiang@intel.com>
  152. DynamicTablesPkg
  153. F: DynamicTablesPkg/
  154. W: https://github.com/tianocore/tianocore.github.io/wiki/DynamicTablesPkg
  155. M: Sami Mujawar <Sami.Mujawar@arm.com>
  156. M: Alexei Fedorov <Alexei.Fedorov@arm.com>
  157. EmbeddedPkg
  158. F: EmbeddedPkg/
  159. W: https://github.com/tianocore/tianocore.github.io/wiki/EmbeddedPkg
  160. M: Leif Lindholm <leif@nuviainc.com>
  161. M: Ard Biesheuvel <ard.biesheuvel@arm.com>
  162. EmulatorPkg
  163. F: EmulatorPkg/
  164. W: https://github.com/tianocore/tianocore.github.io/wiki/EmulatorPkg
  165. M: Jordan Justen <jordan.l.justen@intel.com>
  166. M: Andrew Fish <afish@apple.com>
  167. M: Ray Ni <ray.ni@intel.com>
  168. S: Maintained
  169. FatPkg
  170. F: FatPkg/
  171. W: https://github.com/tianocore/tianocore.github.io/wiki/Edk2-fat-driver
  172. M: Ray Ni <ray.ni@intel.com>
  173. T: svn - https://svn.code.sf.net/p/edk2-fatdriver2/code/trunk/EnhancedFat
  174. T: git - https://github.com/tianocore/edk2-FatPkg.git
  175. FmpDevicePkg
  176. F: FmpDevicePkg/
  177. W: https://github.com/tianocore/tianocore.github.io/wiki/FmpDevicePkg
  178. M: Liming Gao <gaoliming@byosoft.com.cn>
  179. M: Michael D Kinney <michael.d.kinney@intel.com>
  180. R: Guomin Jiang <guomin.jiang@intel.com>
  181. R: Wei6 Xu <wei6.xu@intel.com>
  182. IntelFsp2Pkg
  183. F: IntelFsp2Pkg/
  184. W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFsp2Pkg
  185. M: Chasel Chiu <chasel.chiu@intel.com>
  186. R: Nate DeSimone <nathaniel.l.desimone@intel.com>
  187. R: Star Zeng <star.zeng@intel.com>
  188. IntelFsp2WrapperPkg
  189. F: IntelFsp2WrapperPkg/
  190. W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFsp2WrapperPkg
  191. M: Chasel Chiu <chasel.chiu@intel.com>
  192. R: Nate DeSimone <nathaniel.l.desimone@intel.com>
  193. R: Star Zeng <star.zeng@intel.com>
  194. MdeModulePkg
  195. F: MdeModulePkg/
  196. W: https://github.com/tianocore/tianocore.github.io/wiki/MdeModulePkg
  197. M: Jian J Wang <jian.j.wang@intel.com>
  198. M: Hao A Wu <hao.a.wu@intel.com>
  199. MdeModulePkg: ACPI modules
  200. F: MdeModulePkg/Include/*Acpi*.h
  201. F: MdeModulePkg/Universal/Acpi/
  202. R: Dandan Bi <dandan.bi@intel.com>
  203. R: Liming Gao <gaoliming@byosoft.com.cn>
  204. MdeModulePkg: ACPI modules related to S3
  205. F: MdeModulePkg/*LockBox*/
  206. F: MdeModulePkg/Include/*BootScript*.h
  207. F: MdeModulePkg/Include/*LockBox*.h
  208. F: MdeModulePkg/Include/*S3*.h
  209. F: MdeModulePkg/Library/*S3*/
  210. R: Hao A Wu <hao.a.wu@intel.com>
  211. R: Eric Dong <eric.dong@intel.com>
  212. MdeModulePkg: BDS modules
  213. F: MdeModulePkg/*BootManager*/
  214. F: MdeModulePkg/Include/Library/UefiBootManagerLib.h
  215. F: MdeModulePkg/Universal/BdsDxe/
  216. F: MdeModulePkg/Universal/DevicePathDxe/
  217. F: MdeModulePkg/Universal/DriverHealthManagerDxe/
  218. F: MdeModulePkg/Universal/LoadFileOnFv2/
  219. F: MdeModulePkg/Universal/SecurityStubDxe/Defer3rdPartyImageLoad.*
  220. R: Zhichao Gao <zhichao.gao@intel.com>
  221. R: Ray Ni <ray.ni@intel.com>
  222. MdeModulePkg: Console and Graphics modules
  223. F: MdeModulePkg/*Logo*/
  224. F: MdeModulePkg/Include/*Logo*.h
  225. F: MdeModulePkg/Include/Guid/ConnectConInEvent.h
  226. F: MdeModulePkg/Include/Guid/Console*.h
  227. F: MdeModulePkg/Include/Guid/StandardErrorDevice.h
  228. F: MdeModulePkg/Include/Guid/TtyTerm.h
  229. F: MdeModulePkg/Include/Library/BmpSupportLib.h
  230. F: MdeModulePkg/Include/Library/FrameBufferBltLib.h
  231. F: MdeModulePkg/Library/BaseBmpSupportLib/
  232. F: MdeModulePkg/Library/FrameBufferBltLib/
  233. F: MdeModulePkg/Universal/Console/
  234. R: Zhichao Gao <zhichao.gao@intel.com>
  235. R: Ray Ni <ray.ni@intel.com>
  236. MdeModulePkg: Core services (PEI, DXE and Runtime) modules
  237. F: MdeModulePkg/*Mem*/
  238. F: MdeModulePkg/*SectionExtract*/
  239. F: MdeModulePkg/*StatusCode*/
  240. F: MdeModulePkg/Application/DumpDynPcd/
  241. F: MdeModulePkg/Core/Dxe/
  242. F: MdeModulePkg/Core/DxeIplPeim/
  243. F: MdeModulePkg/Core/RuntimeDxe/
  244. F: MdeModulePkg/Include/*Mem*.h
  245. F: MdeModulePkg/Include/*Pcd*.h
  246. F: MdeModulePkg/Include/*Perf*.h
  247. F: MdeModulePkg/Include/*StatusCode*.h
  248. F: MdeModulePkg/Include/Guid/Crc32GuidedSectionExtraction.h
  249. F: MdeModulePkg/Include/Guid/EventExitBootServiceFailed.h
  250. F: MdeModulePkg/Include/Guid/IdleLoopEvent.h
  251. F: MdeModulePkg/Include/Guid/LoadModuleAtFixedAddress.h
  252. F: MdeModulePkg/Include/Guid/LzmaDecompress.h
  253. F: MdeModulePkg/Include/Library/SecurityManagementLib.h
  254. F: MdeModulePkg/Library/*Decompress*/
  255. F: MdeModulePkg/Library/*Perf*/
  256. F: MdeModulePkg/Library/DxeSecurityManagementLib/
  257. F: MdeModulePkg/Universal/PCD/
  258. F: MdeModulePkg/Universal/PlatformDriOverrideDxe/
  259. F: MdeModulePkg/Universal/SecurityStubDxe/SecurityStub.c
  260. R: Dandan Bi <dandan.bi@intel.com>
  261. R: Liming Gao <gaoliming@byosoft.com.cn>
  262. MdeModulePkg: Device and Peripheral modules
  263. F: MdeModulePkg/*PciHostBridge*/
  264. F: MdeModulePkg/Bus/
  265. F: MdeModulePkg/Include/*Ata*.h
  266. F: MdeModulePkg/Include/*IoMmu*.h
  267. F: MdeModulePkg/Include/*NonDiscoverableDevice*.h
  268. F: MdeModulePkg/Include/*NvmExpress*.h
  269. F: MdeModulePkg/Include/*SdMmc*.h
  270. F: MdeModulePkg/Include/*Ufs*.h
  271. F: MdeModulePkg/Include/*Usb*.h
  272. F: MdeModulePkg/Include/Guid/RecoveryDevice.h
  273. F: MdeModulePkg/Include/Guid/S3StorageDeviceInitList.h
  274. F: MdeModulePkg/Include/Library/PciHostBridgeLib.h
  275. F: MdeModulePkg/Include/Ppi/StorageSecurityCommand.h
  276. F: MdeModulePkg/Include/Protocol/Ps2Policy.h
  277. F: MdeModulePkg/Library/NonDiscoverableDeviceRegistrationLib/
  278. F: MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/
  279. R: Hao A Wu <hao.a.wu@intel.com>
  280. R: Ray Ni <ray.ni@intel.com>
  281. MdeModulePkg: Disk modules
  282. F: MdeModulePkg/Universal/Disk/
  283. R: Hao A Wu <hao.a.wu@intel.com>
  284. R: Ray Ni <ray.ni@intel.com>
  285. R: Zhichao Gao <zhichao.gao@intel.com>
  286. MdeModulePkg: Firmware Update modules
  287. F: MdeModulePkg/*Capsule*/
  288. F: MdeModulePkg/Include/*Capsule*.h
  289. F: MdeModulePkg/Include/Library/DisplayUpdateProgressLib.h
  290. F: MdeModulePkg/Include/Library/FmpAuthenticationLib.h
  291. F: MdeModulePkg/Include/Protocol/EsrtManagement.h
  292. F: MdeModulePkg/Include/Protocol/FirmwareManagementProgress.h
  293. F: MdeModulePkg/Library/DisplayUpdateProgressLib*/
  294. F: MdeModulePkg/Library/FmpAuthenticationLibNull/
  295. F: MdeModulePkg/Universal/Esrt*/
  296. R: Hao A Wu <hao.a.wu@intel.com>
  297. R: Liming Gao <gaoliming@byosoft.com.cn>
  298. R: Guomin Jiang <guomin.jiang@intel.com>
  299. MdeModulePkg: HII and UI modules
  300. F: MdeModulePkg/*FileExplorer*/
  301. F: MdeModulePkg/*Hii*/
  302. F: MdeModulePkg/*Ui*/
  303. F: MdeModulePkg/Application/BootManagerMenuApp/
  304. F: MdeModulePkg/Include/*FileExplorer*.h
  305. F: MdeModulePkg/Include/*FormBrowser*.h
  306. F: MdeModulePkg/Include/*Hii*.h
  307. F: MdeModulePkg/Include/Library/CustomizedDisplayLib.h
  308. F: MdeModulePkg/Include/Protocol/DisplayProtocol.h
  309. F: MdeModulePkg/Library/CustomizedDisplayLib/
  310. F: MdeModulePkg/Universal/DisplayEngineDxe/
  311. F: MdeModulePkg/Universal/DriverSampleDxe/
  312. F: MdeModulePkg/Universal/SetupBrowserDxe/
  313. R: Dandan Bi <dandan.bi@intel.com>
  314. R: Eric Dong <eric.dong@intel.com>
  315. MdeModulePkg: Management Mode (MM, SMM) modules
  316. F: MdeModulePkg/*Smi*/
  317. F: MdeModulePkg/*Smm*/
  318. F: MdeModulePkg/Include/*Smi*.h
  319. F: MdeModulePkg/Include/*Smm*.h
  320. R: Eric Dong <eric.dong@intel.com>
  321. R: Ray Ni <ray.ni@intel.com>
  322. MdeModulePkg: Pei Core
  323. F: MdeModulePkg/Core/Pei/
  324. R: Dandan Bi <dandan.bi@intel.com>
  325. R: Liming Gao <gaoliming@byosoft.com.cn>
  326. R: Debkumar De <debkumar.de@intel.com>
  327. R: Harry Han <harry.han@intel.com>
  328. R: Catharine West <catharine.west@intel.com>
  329. MdeModulePkg: Reset modules
  330. F: MdeModulePkg/*Reset*/
  331. F: MdeModulePkg/Include/*Reset*.h
  332. R: Zhichao Gao <zhichao.gao@intel.com>
  333. R: Ray Ni <ray.ni@intel.com>
  334. MdeModulePkg: Serial modules
  335. F: MdeModulePkg/*Serial*/
  336. F: MdeModulePkg/Include/*SerialPort*.h
  337. R: Hao A Wu <hao.a.wu@intel.com>
  338. R: Ray Ni <ray.ni@intel.com>
  339. R: Zhichao Gao <zhichao.gao@intel.com>
  340. MdeModulePkg: SMBIOS modules
  341. F: MdeModulePkg/Universal/Smbios*/
  342. R: Dandan Bi <dandan.bi@intel.com>
  343. R: Star Zeng <star.zeng@intel.com>
  344. R: Zhichao Gao <zhichao.gao@intel.com>
  345. MdeModulePkg: UEFI Variable modules
  346. F: MdeModulePkg/*Var*/
  347. F: MdeModulePkg/Include/*/*FaultTolerantWrite*.h
  348. F: MdeModulePkg/Include/*/*Var*.h
  349. F: MdeModulePkg/Include/Guid/SystemNvDataGuid.h
  350. F: MdeModulePkg/Include/Protocol/SwapAddressRange.h
  351. F: MdeModulePkg/Universal/FaultTolerantWrite*/
  352. R: Hao A Wu <hao.a.wu@intel.com>
  353. R: Liming Gao <gaoliming@byosoft.com.cn>
  354. MdePkg
  355. F: MdePkg/
  356. W: https://github.com/tianocore/tianocore.github.io/wiki/MdePkg
  357. M: Michael D Kinney <michael.d.kinney@intel.com>
  358. M: Liming Gao <gaoliming@byosoft.com.cn>
  359. R: Zhiguang Liu <zhiguang.liu@intel.com>
  360. NetworkPkg
  361. F: NetworkPkg/
  362. W: https://github.com/tianocore/tianocore.github.io/wiki/NetworkPkg
  363. M: Maciej Rabeda <maciej.rabeda@linux.intel.com>
  364. R: Jiaxin Wu <jiaxin.wu@intel.com>
  365. R: Siyuan Fu <siyuan.fu@intel.com>
  366. OvmfPkg
  367. F: OvmfPkg/
  368. W: http://www.tianocore.org/ovmf/
  369. M: Jordan Justen <jordan.l.justen@intel.com>
  370. M: Laszlo Ersek <lersek@redhat.com>
  371. M: Ard Biesheuvel <ard.biesheuvel@arm.com>
  372. S: Maintained
  373. OvmfPkg: bhyve-related modules
  374. F: OvmfPkg/Bhyve/
  375. F: OvmfPkg/Include/IndustryStandard/Bhyve.h
  376. F: OvmfPkg/Include/Library/BhyveFwCtlLib.h
  377. F: OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLibBhyve.c
  378. F: OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLibBhyve.inf
  379. F: OvmfPkg/Library/BhyveFwCtlLib/
  380. F: OvmfPkg/Library/PlatformBootManagerLibBhyve/
  381. F: OvmfPkg/Library/ResetSystemLib/BaseResetShutdownBhyve.c
  382. F: OvmfPkg/Library/ResetSystemLib/BaseResetSystemLibBhyve.inf
  383. R: Rebecca Cran <rebecca@bsdio.com>
  384. R: Peter Grehan <grehan@freebsd.org>
  385. OvmfPkg: CSM modules
  386. F: OvmfPkg/Csm/
  387. R: David Woodhouse <dwmw2@infradead.org>
  388. OvmfPkg: LsiScsi driver
  389. F: OvmfPkg/LsiScsiDxe/
  390. R: Gary Lin <glin@suse.com>
  391. OvmfPkg: MptScsi and PVSCSI driver
  392. F: OvmfPkg/MptScsiDxe/
  393. F: OvmfPkg/PvScsiDxe/
  394. R: Liran Alon <liran.alon@oracle.com>
  395. R: Nikita Leshenko <nikita.leshchenko@oracle.com>
  396. OvmfPkg: SEV-related modules
  397. F: OvmfPkg/AmdSevDxe/
  398. F: OvmfPkg/Include/Library/MemEncryptSevLib.h
  399. F: OvmfPkg/IoMmuDxe/AmdSevIoMmu.*
  400. F: OvmfPkg/Library/BaseMemEncryptSevLib/
  401. F: OvmfPkg/Library/VmgExitLib/
  402. F: OvmfPkg/PlatformPei/AmdSev.c
  403. R: Tom Lendacky <thomas.lendacky@amd.com>
  404. R: Brijesh Singh <brijesh.singh@amd.com>
  405. OvmfPkg: TCG- and TPM2-related modules
  406. F: OvmfPkg/Include/IndustryStandard/QemuTpm.h
  407. F: OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c
  408. F: OvmfPkg/Library/Tcg2PhysicalPresenceLib*/
  409. F: OvmfPkg/PlatformPei/ClearCache.c
  410. F: OvmfPkg/Tcg/
  411. R: Marc-André Lureau <marcandre.lureau@redhat.com>
  412. R: Stefan Berger <stefanb@linux.ibm.com>
  413. OvmfPkg: Xen-related modules
  414. F: OvmfPkg/AcpiPlatformDxe/Xen.c
  415. F: OvmfPkg/Include/Guid/XenBusRootDevice.h
  416. F: OvmfPkg/Include/Guid/XenInfo.h
  417. F: OvmfPkg/Include/IndustryStandard/Xen/
  418. F: OvmfPkg/Include/Library/XenHypercallLib.h
  419. F: OvmfPkg/Include/Library/XenIoMmioLib.h
  420. F: OvmfPkg/Include/Library/XenPlatformLib.h
  421. F: OvmfPkg/Include/Protocol/XenBus.h
  422. F: OvmfPkg/Include/Protocol/XenIo.h
  423. F: OvmfPkg/Library/PciHostBridgeLib/XenSupport.c
  424. F: OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c
  425. F: OvmfPkg/Library/XenConsoleSerialPortLib/
  426. F: OvmfPkg/Library/XenHypercallLib/
  427. F: OvmfPkg/Library/XenIoMmioLib/
  428. F: OvmfPkg/Library/XenPlatformLib/
  429. F: OvmfPkg/Library/XenRealTimeClockLib/
  430. F: OvmfPkg/OvmfXen.*
  431. F: OvmfPkg/OvmfXenElfHeaderGenerator.c
  432. F: OvmfPkg/PlatformPei/MemDetect.c
  433. F: OvmfPkg/PlatformPei/Platform.*
  434. F: OvmfPkg/PlatformPei/Xen.*
  435. F: OvmfPkg/SmbiosPlatformDxe/*Xen.c
  436. F: OvmfPkg/XenBusDxe/
  437. F: OvmfPkg/XenIoPciDxe/
  438. F: OvmfPkg/XenIoPvhDxe/
  439. F: OvmfPkg/XenPlatformPei/
  440. F: OvmfPkg/XenPvBlkDxe/
  441. F: OvmfPkg/XenResetVector/
  442. F: OvmfPkg/XenTimerDxe/
  443. R: Anthony Perard <anthony.perard@citrix.com>
  444. R: Julien Grall <julien@xen.org>
  445. PcAtChipsetPkg
  446. F: PcAtChipsetPkg/
  447. W: https://github.com/tianocore/tianocore.github.io/wiki/PcAtChipsetPkg
  448. M: Ray Ni <ray.ni@intel.com>
  449. SecurityPkg
  450. F: SecurityPkg/
  451. W: https://github.com/tianocore/tianocore.github.io/wiki/SecurityPkg
  452. M: Jiewen Yao <jiewen.yao@intel.com>
  453. M: Jian J Wang <jian.j.wang@intel.com>
  454. SecurityPkg: Secure boot related modules
  455. F: SecurityPkg/Library/DxeImageVerificationLib/
  456. F: SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
  457. F: SecurityPkg/Library/AuthVariableLib/
  458. R: Min Xu <min.m.xu@intel.com>
  459. SecurityPkg: Tcg related modules
  460. F: SecurityPkg/Tcg/
  461. R: Qi Zhang <qi1.zhang@intel.com>
  462. R: Rahul Kumar <rahul1.kumar@intel.com>
  463. ShellPkg
  464. F: ShellPkg/
  465. W: https://github.com/tianocore/tianocore.github.io/wiki/ShellPkg
  466. M: Ray Ni <ray.ni@intel.com>
  467. M: Zhichao Gao <zhichao.gao@intel.com>
  468. SignedCapsulePkg
  469. F: SignedCapsulePkg/
  470. W: https://github.com/tianocore/tianocore.github.io/wiki/SignedCapsulePkg
  471. M: Jian J Wang <jian.j.wang@intel.com>
  472. SourceLevelDebugPkg
  473. F: SourceLevelDebugPkg/
  474. W: https://github.com/tianocore/tianocore.github.io/wiki/SourceLevelDebugPkg
  475. M: Hao A Wu <hao.a.wu@intel.com>
  476. StandaloneMmPkg
  477. F: StandaloneMmPkg/
  478. M: Ard Biesheuvel <ard.biesheuvel@arm.com>
  479. M: Sami Mujawar <sami.mujawar@arm.com>
  480. M: Jiewen Yao <jiewen.yao@intel.com>
  481. R: Supreeth Venkatesh <supreeth.venkatesh@arm.com>
  482. UefiCpuPkg
  483. F: UefiCpuPkg/
  484. W: https://github.com/tianocore/tianocore.github.io/wiki/UefiCpuPkg
  485. M: Eric Dong <eric.dong@intel.com>
  486. M: Ray Ni <ray.ni@intel.com>
  487. R: Laszlo Ersek <lersek@redhat.com>
  488. R: Rahul Kumar <rahul1.kumar@intel.com>
  489. UefiCpuPkg: Sec related modules
  490. F: UefiCpuPkg/SecCore/
  491. F: UefiCpuPkg/ResetVector/
  492. R: Debkumar De <debkumar.de@intel.com>
  493. R: Harry Han <harry.han@intel.com>
  494. R: Catharine West <catharine.west@intel.com>
  495. UefiPayloadPkg
  496. F: UefiPayloadPkg/
  497. W: https://github.com/tianocore/tianocore.github.io/wiki/UefiPayloadPkg
  498. M: Maurice Ma <maurice.ma@intel.com>
  499. M: Guo Dong <guo.dong@intel.com>
  500. M: Benjamin You <benjamin.you@intel.com>
  501. S: Maintained
  502. UnitTestFrameworkPkg
  503. F: UnitTestFrameworkPkg/
  504. M: Michael D Kinney <michael.d.kinney@intel.com>
  505. R: Sean Brogan <sean.brogan@microsoft.com>
  506. R: Bret Barkelew <Bret.Barkelew@microsoft.com>
  507. S: Maintained