Maintainers.txt 20 KB

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