X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Maintainers.txt;h=ca9da289253486441e2cb24d0157dd2737a00ffb;hb=HEAD;hp=1e2e875b25012f5d24da3f7a09bc0e497f843e42;hpb=dd9044b310ae2be2ae989a522979feee86b39cc8;p=mirror_edk2.git diff --git a/Maintainers.txt b/Maintainers.txt index 1e2e875b25..d22224607a 100644 --- a/Maintainers.txt +++ b/Maintainers.txt @@ -5,13 +5,25 @@ This file provides information about the primary maintainers for EDK II. In general, you should not privately email the maintainer. You should -email the edk2-devel list, but you can also Cc the maintainer. +email the edk2-devel list, and Cc the package maintainers and +reviewers. + +If the package maintainer wants to hand over the role to other people, +the package maintainer should send the patch to update Maintainers.txt +with new maintainer, and the new maintainer should follow up with +an Acked-by or a Reviewed-by. Descriptions of section entries: L: Mailing list that is relevant to this area (default is edk2-devel) Patches and questions should be sent to the email list. - M: Cc address for patches and questions (ie, the package maintainer) + M: Package Maintainer: Cc address for patches and questions. Responsible + for reviewing and pushing package changes to source control. + R: Package Reviewer: Cc address for patches and questions. Reviewers help + maintainers review code, but don't have push access. A designated Package + Reviewer is reasonably familiar with the Package (or some modules + thereof), and/or provides testing or regression testing for the Package + (or some modules thereof), in certain platforms and environments. W: Web-page with status/info T: SCM tree type and location. Type is one of: git, svn. S: Status, one of the following: @@ -24,15 +36,41 @@ Descriptions of section entries: Obsolete: Old code. Something tagged obsolete generally means it has been replaced by a better system and you should be using that. + F: Files and directories with wildcard patterns. + A trailing slash includes all files and subdirectory files. + F: MdeModulePkg/ all files in and below MdeModulePkg + F: MdeModulePkg/* all files in MdeModulePkg, but not below + F: */Pci/* all files in a directory called Pci, at any depth in + the hierarchy, but not below + One pattern per line. Multiple F: lines per section acceptable. + X: Files and directories that are NOT maintained, same rules as F: + Files exclusions are tested after file matches. + Can be useful for excluding a specific subdirectory, for instance: + F: NetworkPkg/ + X: NetworkPkg/Ip6Dxe/ + matches all files in and below NetworkPkg excluding NetworkPkg/Ip6Dxe/ + Filenames not caught by any F: rule get matched as being located in the top- + level directory. (Internally, the script looks for a match called '', + so please don't add a file called that in the top-level directory.) EDK II ------ W: http://www.tianocore.org/edk2/ -L: https://lists.sourceforge.net/lists/listinfo/edk2-devel +L: https://edk2.groups.io/g/devel/ T: git - https://github.com/tianocore/edk2.git T: git (mirror) - https://bitbucket.org/tianocore/edk2.git -T: git (mirror) - http://git.code.sf.net/p/tianocore/edk2 -T: svn (read-only, deprecated) - https://svn.code.sf.net/p/edk2/code/trunk/edk2 + +All patches CC:d here +L: devel@edk2.groups.io +F: * +F: */ + +Tianocore Stewards +------------------ +F: * +M: Andrew Fish [ajfish] +M: Leif Lindholm [leiflindholm] +M: Michael D Kinney [mdkinney] Responsible Disclosure, Reporting Security Issues ------------------------------------------------- @@ -40,179 +78,563 @@ W: https://github.com/tianocore/tianocore.github.io/wiki/Security EDK II Releases: ---------------- -UDK2014 -W: http://www.tianocore.org/udk2014/ -S: Supported +W: https://github.com/tianocore/tianocore.github.io/wiki/EDK-II-Release-Planning +M: Liming Gao [lgao4] + +UEFI Shell Binaries (ShellBinPkg.zip) from EDK II Releases: +----------------------------------------------------------- +W: https://github.com/tianocore/edk2/releases/ +M: Ray Ni [niruiyu] (Ia32/X64) +M: Zhichao Gao [ZhichaoGao] (Ia32/X64) +M: Leif Lindholm [leiflindholm] (ARM/AArch64) +M: Ard Biesheuvel [ardbiesheuvel] (ARM/AArch64) + +EDK II Architectures: +--------------------- +ARM, AARCH64 +F: */AArch64/ +F: */Arm/ +M: Leif Lindholm [leiflindholm] +M: Ard Biesheuvel [ardbiesheuvel] + +RISCV64 +F: */RiscV64/ +M: Sunil V L [vlsunil] +R: Daniel Schaefer [JohnAZoidberg] + +LOONGARCH64 +F: */LoongArch64/ +M: Chao Li [kilaterlee] +M: Baoqi Zhang [zhangbaoqi-ls] +R: Dongyan Qian [MarsDoge] + +EDK II Continuous Integration: +------------------------------ +.azurepipelines/ +F: .azurepipelines/ +M: Sean Brogan [spbrogan] +M: Michael Kubacki [makubacki] +R: Michael D Kinney [mdkinney] +R: Liming Gao [lgao4] + +.devcontainer/ +F: .devcontainer/ +M: Michael Kubacki [makubacki] +R: Chris Fernald [cfernald] + +.github/ +F: .github/ +M: Sean Brogan [spbrogan] +M: Michael Kubacki [makubacki] +R: Michael D Kinney [mdkinney] + +.mergify/ +F: .mergify/ +M: Michael D Kinney [mdkinney] +M: Liming Gao [lgao4] +R: Sean Brogan [spbrogan] + +.pytool/ +F: .pytool/ +M: Sean Brogan [spbrogan] +M: Michael Kubacki [makubacki] +R: Michael D Kinney [mdkinney] +R: Liming Gao [lgao4] EDK II Packages: ---------------- -AppPkg -W: https://github.com/tianocore/tianocore.github.io/wiki/AppPkg -M: Daryl McDaniel -M: Jaben Carsey - ArmPkg +F: ArmPkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/ArmPkg -M: Leif Lindholm -M: Ard Biesheuvel +M: Leif Lindholm [leiflindholm] +M: Ard Biesheuvel [ardbiesheuvel] +R: Sami Mujawar [samimujawar] ArmPlatformPkg +F: ArmPlatformPkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/ArmPlatformPkg -M: Leif Lindholm -M: Ard Biesheuvel +M: Leif Lindholm [leiflindholm] +M: Ard Biesheuvel [ardbiesheuvel] ArmVirtPkg +F: ArmVirtPkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/ArmVirtPkg -M: Laszlo Ersek -M: Ard Biesheuvel +M: Ard Biesheuvel [ardbiesheuvel] +R: Leif Lindholm [leiflindholm] +R: Sami Mujawar [samimujawar] +R: Gerd Hoffmann [kraxel] + +ArmVirtPkg: modules used on Xen +F: ArmVirtPkg/ArmVirtXen.* +F: ArmVirtPkg/Library/XenArmGenericTimerVirtCounterLib/ +F: ArmVirtPkg/Library/XenVirtMemInfoLib/ +F: ArmVirtPkg/PrePi/ +F: ArmVirtPkg/XenAcpiPlatformDxe/ +F: ArmVirtPkg/XenPlatformHasAcpiDtDxe/ +F: ArmVirtPkg/XenioFdtDxe/ +R: Julien Grall [jgrall] BaseTools +F: BaseTools/ W: https://github.com/tianocore/tianocore.github.io/wiki/BaseTools -M: Yonghong Zhu -M: Liming Gao - -BeagleBoardPkg -W: https://github.com/tianocore/tianocore.github.io/wiki/BeagleBoardPkg -M: Leif Lindholm -M: Ard Biesheuvel - -CorebootModulePkg, CorebootPayloadPkg -W: https://github.com/tianocore/tianocore.github.io/wiki/Coreboot_UEFI_payload -M: Maurice Ma -M: Prince Agyeman -S: Maintained +M: Bob Feng [BobCF] +M: Liming Gao [lgao4] +R: Yuwei Chen [YuweiChen1110] CryptoPkg +F: CryptoPkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/CryptoPkg -M: Qin Long -M: Ting Ye - -DuetPkg -W: https://github.com/tianocore/tianocore.github.io/wiki/DuetPkg -M: Ruiyu Ni - -EdkCompatibilityPkg -W: https://github.com/tianocore/tianocore.github.io/wiki/EdkCompatibilityPkg -M: Liming Gao - -EdkShellPkg, EdkShellBinPkg -W: https://github.com/tianocore/tianocore.github.io/wiki/EdkShellPkg -M: Ruiyu Ni -T: svn - https://svn.code.sf.net/p/efi-shell/code/trunk/Shell/ -S: Obsolete (Use ShellPkg & ShellBinPkg instead) +M: Jiewen Yao [jyao1] +M: Jian J Wang [jwang36] +R: Xiaoyu Lu [xiaoyuxlu] +R: Guomin Jiang [guominjia] + +DynamicTablesPkg +F: DynamicTablesPkg/ +W: https://github.com/tianocore/tianocore.github.io/wiki/DynamicTablesPkg +M: Sami Mujawar [samimujawar] +M: Alexei Fedorov [AlexeiFedorov] +R: Pierre Gondois [pierregondois] EmbeddedPkg +F: EmbeddedPkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/EmbeddedPkg -M: Leif Lindholm -M: Ard Biesheuvel +M: Leif Lindholm [leiflindholm] +M: Ard Biesheuvel [ardbiesheuvel] +M: Abner Chang [changab] +R: Daniel Schaefer [JohnAZoidberg] EmulatorPkg +F: EmulatorPkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/EmulatorPkg -M: Jordan Justen -M: Andrew Fish +M: Andrew Fish [ajfish] +M: Ray Ni [niruiyu] S: Maintained -FatPkg, FatBinPkg +EmulatorPkg: Redfish-related modules +F: EmulatorPkg/*Redfish* +M: Abner Chang [changab] +M: Nickle Wang [nicklela] + +FatPkg +F: FatPkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/Edk2-fat-driver -M: Ruiyu Ni +M: Ray Ni [niruiyu] T: svn - https://svn.code.sf.net/p/edk2-fatdriver2/code/trunk/EnhancedFat T: git - https://github.com/tianocore/edk2-FatPkg.git -IntelFrameworkModulePkg -W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFrameworkModulePkg -M: Jeff Fan - -IntelFrameworkPkg -W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFrameworkPkg -M: Michael D Kinney -M: Jeff Fan - -IntelFspPkg -W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFspPkg -M: Jiewen Yao - -IntelFspWrapperPkg -W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFspWrapperPkg -M: Jiewen Yao +FmpDevicePkg +F: FmpDevicePkg/ +W: https://github.com/tianocore/tianocore.github.io/wiki/FmpDevicePkg +M: Liming Gao [lgao4] +M: Michael D Kinney [mdkinney] +R: Guomin Jiang [guominjia] +R: Wei6 Xu [xuweiintel] + +IntelFsp2Pkg +F: IntelFsp2Pkg/ +W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFsp2Pkg +M: Chasel Chiu [ChaselChiu] +M: Nate DeSimone [nate-desimone] +R: Star Zeng [lzeng14] + +IntelFsp2WrapperPkg +F: IntelFsp2WrapperPkg/ +W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFsp2WrapperPkg +M: Chasel Chiu [ChaselChiu] +M: Nate DeSimone [nate-desimone] +R: Star Zeng [lzeng14] MdeModulePkg +F: MdeModulePkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/MdeModulePkg -M: Feng Tian -M: Star Zeng +M: Jian J Wang [jwang36] +M: Liming Gao [lgao4] + +MdeModulePkg: ACPI modules +F: MdeModulePkg/Include/*Acpi*.h +F: MdeModulePkg/Universal/Acpi/ +R: Zhiguang Liu [LiuZhiguang001] +R: Dandan Bi [dandanbi] +R: Liming Gao [lgao4] + +MdeModulePkg: ACPI modules related to S3 +F: MdeModulePkg/*LockBox*/ +F: MdeModulePkg/Include/*BootScript*.h +F: MdeModulePkg/Include/*LockBox*.h +F: MdeModulePkg/Include/*S3*.h +F: MdeModulePkg/Library/*S3*/ +R: Hao A Wu [hwu25] +R: Eric Dong [ydong10] + +MdeModulePkg: BDS modules +F: MdeModulePkg/*BootManager*/ +F: MdeModulePkg/Include/Library/UefiBootManagerLib.h +F: MdeModulePkg/Universal/BdsDxe/ +F: MdeModulePkg/Universal/DevicePathDxe/ +F: MdeModulePkg/Universal/DriverHealthManagerDxe/ +F: MdeModulePkg/Universal/LoadFileOnFv2/ +F: MdeModulePkg/Universal/SecurityStubDxe/Defer3rdPartyImageLoad.* +R: Zhichao Gao [ZhichaoGao] +R: Ray Ni [niruiyu] + +MdeModulePkg: Console and Graphics modules +F: MdeModulePkg/*Logo*/ +F: MdeModulePkg/Include/*Logo*.h +F: MdeModulePkg/Include/Guid/ConnectConInEvent.h +F: MdeModulePkg/Include/Guid/Console*.h +F: MdeModulePkg/Include/Guid/StandardErrorDevice.h +F: MdeModulePkg/Include/Guid/TtyTerm.h +F: MdeModulePkg/Include/Library/BmpSupportLib.h +F: MdeModulePkg/Include/Library/FrameBufferBltLib.h +F: MdeModulePkg/Library/BaseBmpSupportLib/ +F: MdeModulePkg/Library/FrameBufferBltLib/ +F: MdeModulePkg/Universal/Console/ +R: Zhichao Gao [ZhichaoGao] +R: Ray Ni [niruiyu] + +MdeModulePkg: Core services (PEI, DXE and Runtime) modules +F: MdeModulePkg/*Mem*/ +F: MdeModulePkg/*SectionExtract*/ +F: MdeModulePkg/*StatusCode*/ +F: MdeModulePkg/Application/DumpDynPcd/ +F: MdeModulePkg/Core/Dxe/ +F: MdeModulePkg/Core/DxeIplPeim/ +F: MdeModulePkg/Core/RuntimeDxe/ +F: MdeModulePkg/Include/*Mem*.h +F: MdeModulePkg/Include/*Pcd*.h +F: MdeModulePkg/Include/*Perf*.h +F: MdeModulePkg/Include/*StatusCode*.h +F: MdeModulePkg/Include/Guid/Crc32GuidedSectionExtraction.h +F: MdeModulePkg/Include/Guid/EventExitBootServiceFailed.h +F: MdeModulePkg/Include/Guid/IdleLoopEvent.h +F: MdeModulePkg/Include/Guid/LoadModuleAtFixedAddress.h +F: MdeModulePkg/Include/Guid/LzmaDecompress.h +F: MdeModulePkg/Include/Library/SecurityManagementLib.h +F: MdeModulePkg/Library/*Decompress*/ +F: MdeModulePkg/Library/*Perf*/ +F: MdeModulePkg/Library/DxeSecurityManagementLib/ +F: MdeModulePkg/Universal/PCD/ +F: MdeModulePkg/Universal/PlatformDriOverrideDxe/ +F: MdeModulePkg/Universal/SecurityStubDxe/SecurityStub.c +R: Dandan Bi [dandanbi] +R: Liming Gao [lgao4] + +MdeModulePkg: Device and Peripheral modules +F: MdeModulePkg/*PciHostBridge*/ +F: MdeModulePkg/Bus/ +F: MdeModulePkg/Include/*Ata*.h +F: MdeModulePkg/Include/*IoMmu*.h +F: MdeModulePkg/Include/*NonDiscoverableDevice*.h +F: MdeModulePkg/Include/*NvmExpress*.h +F: MdeModulePkg/Include/*SdMmc*.h +F: MdeModulePkg/Include/*Ufs*.h +F: MdeModulePkg/Include/*Usb*.h +F: MdeModulePkg/Include/Guid/RecoveryDevice.h +F: MdeModulePkg/Include/Guid/S3StorageDeviceInitList.h +F: MdeModulePkg/Include/Library/PciHostBridgeLib.h +F: MdeModulePkg/Include/Ppi/StorageSecurityCommand.h +F: MdeModulePkg/Include/Protocol/Ps2Policy.h +F: MdeModulePkg/Library/NonDiscoverableDeviceRegistrationLib/ +F: MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/ +R: Hao A Wu [hwu25] +R: Ray Ni [niruiyu] + +MdeModulePkg: Disk modules +F: MdeModulePkg/Universal/Disk/ +R: Hao A Wu [hwu25] +R: Ray Ni [niruiyu] +R: Zhichao Gao [ZhichaoGao] + +MdeModulePkg: Firmware Update modules +F: MdeModulePkg/*Capsule*/ +F: MdeModulePkg/Include/*Capsule*.h +F: MdeModulePkg/Include/Library/DisplayUpdateProgressLib.h +F: MdeModulePkg/Include/Library/FmpAuthenticationLib.h +F: MdeModulePkg/Include/Protocol/EsrtManagement.h +F: MdeModulePkg/Include/Protocol/FirmwareManagementProgress.h +F: MdeModulePkg/Library/DisplayUpdateProgressLib*/ +F: MdeModulePkg/Library/FmpAuthenticationLibNull/ +F: MdeModulePkg/Universal/Esrt*/ +R: Liming Gao [lgao4] +R: Guomin Jiang [guominjia] + +MdeModulePkg: HII and UI modules +F: MdeModulePkg/*FileExplorer*/ +F: MdeModulePkg/*Hii*/ +F: MdeModulePkg/*Ui*/ +F: MdeModulePkg/Application/BootManagerMenuApp/ +F: MdeModulePkg/Include/*FileExplorer*.h +F: MdeModulePkg/Include/*FormBrowser*.h +F: MdeModulePkg/Include/*Hii*.h +F: MdeModulePkg/Include/Library/CustomizedDisplayLib.h +F: MdeModulePkg/Include/Protocol/DisplayProtocol.h +F: MdeModulePkg/Library/CustomizedDisplayLib/ +F: MdeModulePkg/Universal/DisplayEngineDxe/ +F: MdeModulePkg/Universal/DriverSampleDxe/ +F: MdeModulePkg/Universal/SetupBrowserDxe/ +R: Dandan Bi [dandanbi] +R: Eric Dong [ydong10] + +MdeModulePkg: Management Mode (MM, SMM) modules +F: MdeModulePkg/*Smi*/ +F: MdeModulePkg/*Smm*/ +F: MdeModulePkg/Include/*Smi*.h +F: MdeModulePkg/Include/*Smm*.h +R: Jiaxin Wu [jiaxinwu] +R: Ray Ni [niruiyu] + +MdeModulePkg: Pei Core +F: MdeModulePkg/Core/Pei/ +R: Dandan Bi [dandanbi] +R: Liming Gao [lgao4] +R: Debkumar De [dde01] +R: Catharine West [catharine-intl] + +MdeModulePkg: Reset modules +F: MdeModulePkg/*Reset*/ +F: MdeModulePkg/Include/*Reset*.h +R: Zhichao Gao [ZhichaoGao] +R: Ray Ni [niruiyu] + +MdeModulePkg: Serial modules +F: MdeModulePkg/*Serial*/ +F: MdeModulePkg/Include/*SerialPort*.h +R: Ray Ni [niruiyu] +R: Zhichao Gao [ZhichaoGao] + +MdeModulePkg: SMBIOS modules +F: MdeModulePkg/Universal/Smbios*/ +R: Zhiguang Liu [LiuZhiguang001] +R: Dandan Bi [dandanbi] +R: Star Zeng [lzeng14] +R: Zhichao Gao [ZhichaoGao] + +MdeModulePkg: UEFI Variable modules +F: MdeModulePkg/*Var*/ +F: MdeModulePkg/Include/*/*FaultTolerantWrite*.h +F: MdeModulePkg/Include/*/*Var*.h +F: MdeModulePkg/Include/Guid/SystemNvDataGuid.h +F: MdeModulePkg/Include/Protocol/SwapAddressRange.h +F: MdeModulePkg/Universal/FaultTolerantWrite*/ +R: Hao A Wu [hwu25] +R: Liming Gao [lgao4] + +MdeModulePkg: Universal Payload definitions +F: MdeModulePkg/Include/UniversalPayload/ +R: Zhiguang Liu [LiuZhiguang001] +R: Ray Ni [niruiyu] +R: Gua Guo [gguo11837463] MdePkg +F: MdePkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/MdePkg -M: Michael D Kinney -M: Liming Gao +M: Michael D Kinney [mdkinney] +M: Liming Gao [lgao4] +R: Zhiguang Liu [LiuZhiguang001] NetworkPkg +F: NetworkPkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/NetworkPkg -M: Siyuan Fu -M: Jiaxin Wu - -Nt32Pkg -W: https://github.com/tianocore/tianocore.github.io/wiki/Nt32Pkg -M: Ruiyu Ni - -Omap35xxPkg -W: https://github.com/tianocore/tianocore.github.io/wiki/Omap35xxPkg -M: Leif Lindholm -M: Ard Biesheuvel - -OptionRomPkg -W: https://github.com/tianocore/tianocore.github.io/wiki/OptionRomPkg -M: Ruiyu Ni +M: Maciej Rabeda [mrabeda] +R: Siyuan Fu [sfu5] OvmfPkg +F: OvmfPkg/ W: http://www.tianocore.org/ovmf/ -M: Jordan Justen -M: Laszlo Ersek +M: Ard Biesheuvel [ardbiesheuvel] +M: Jiewen Yao [jyao1] +R: Jordan Justen [jljusten] +R: Gerd Hoffmann [kraxel] S: Maintained +OvmfPkg: bhyve-related modules +F: OvmfPkg/Bhyve/ +F: OvmfPkg/Include/IndustryStandard/Bhyve.h +F: OvmfPkg/Include/Library/BhyveFwCtlLib.h +F: OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLibBhyve.c +F: OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLibBhyve.inf +F: OvmfPkg/Library/BhyveFwCtlLib/ +F: OvmfPkg/Library/PciHostBridgeLibScan/ +F: OvmfPkg/Library/PlatformBootManagerLibBhyve/ +F: OvmfPkg/Library/ResetSystemLib/BaseResetShutdownBhyve.c +F: OvmfPkg/Library/ResetSystemLib/BaseResetSystemLibBhyve.inf +R: Rebecca Cran [bcran] +R: Peter Grehan [grehan-freebsd] + +OvmfPkg: cloudhv-related modules +F: OvmfPkg/CloudHv/ +F: OvmfPkg/Include/IndustryStandard/CloudHv.h +R: Sebastien Boeuf [sboeuf] + +OvmfPkg: microvm-related modules +F: OvmfPkg/Microvm/ +F: OvmfPkg/Include/IndustryStandard/Microvm.h +F: OvmfPkg/Library/ResetSystemLib/*Microvm.* +R: Gerd Hoffmann [kraxel] + +OvmfPkg: CSM modules +F: OvmfPkg/Csm/ +R: David Woodhouse [dwmw2] + +OvmfPkg: Confidential Computing +F: OvmfPkg/AmdSev/ +F: OvmfPkg/AmdSevDxe/ +F: OvmfPkg/Include/Guid/ConfidentialComputingSecret.h +F: OvmfPkg/Include/Library/MemEncryptSevLib.h +F: OvmfPkg/IoMmuDxe/CcIoMmu.* +F: OvmfPkg/Library/BaseMemEncryptSevLib/ +F: OvmfPkg/Library/PlatformBootManagerLibGrub/ +F: OvmfPkg/Library/CcExitLib/ +F: OvmfPkg/PlatformPei/AmdSev.c +F: OvmfPkg/ResetVector/ +F: OvmfPkg/Sec/ +R: Erdem Aktas [ruleof2] +R: James Bottomley [jejb] +R: Jiewen Yao [jyao1] +R: Min Xu [mxu9] +R: Tom Lendacky [tlendacky] +R: Michael Roth [mdroth] + +OvmfPkg: FDT related modules +F: OvmfPkg/Fdt +R: Leif Lindholm [leiflindholm] +R: Gerd Hoffmann [kraxel] +R: Abner Chang [changab] + +OvmfPkg: LsiScsi driver +F: OvmfPkg/LsiScsiDxe/ +R: Gary Lin [lcp] + +OvmfPkg: TCG- and TPM2-related modules +F: OvmfPkg/Include/IndustryStandard/QemuTpm.h +F: OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c +F: OvmfPkg/Library/Tcg2PhysicalPresenceLib*/ +F: OvmfPkg/PlatformPei/ClearCache.c +F: OvmfPkg/Tcg/ +R: Marc-André Lureau [elmarco] +R: Stefan Berger [stefanberger] + +OvmfPkg: Xen-related modules +F: OvmfPkg/Include/Guid/XenBusRootDevice.h +F: OvmfPkg/Include/Guid/XenInfo.h +F: OvmfPkg/Include/IndustryStandard/Xen/ +F: OvmfPkg/Include/Library/XenHypercallLib.h +F: OvmfPkg/Include/Library/XenIoMmioLib.h +F: OvmfPkg/Include/Library/XenPlatformLib.h +F: OvmfPkg/Include/Protocol/XenBus.h +F: OvmfPkg/Include/Protocol/XenIo.h +F: OvmfPkg/Library/PciHostBridgeLibScan/ +F: OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c +F: OvmfPkg/Library/XenConsoleSerialPortLib/ +F: OvmfPkg/Library/XenHypercallLib/ +F: OvmfPkg/Library/XenIoMmioLib/ +F: OvmfPkg/Library/XenPlatformLib/ +F: OvmfPkg/Library/XenRealTimeClockLib/ +F: OvmfPkg/OvmfXen.* +F: OvmfPkg/OvmfXenElfHeaderGenerator.c +F: OvmfPkg/SmbiosPlatformDxe/*Xen* +F: OvmfPkg/XenAcpiPlatformDxe/ +F: OvmfPkg/XenBusDxe/ +F: OvmfPkg/XenIoPciDxe/ +F: OvmfPkg/XenIoPvhDxe/ +F: OvmfPkg/XenPlatformPei/ +F: OvmfPkg/XenPvBlkDxe/ +F: OvmfPkg/XenResetVector/ +R: Anthony Perard [tperard] +R: Julien Grall [jgrall] + +OvmfPkg: RISC-V Qemu Virt Platform +F: OvmfPkg/RiscVVirt +R: Sunil V L [vlsunil] +R: Andrei Warkentin [andreiw] + PcAtChipsetPkg +F: PcAtChipsetPkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/PcAtChipsetPkg -M: Ruiyu Ni +M: Ray Ni [niruiyu] + +PrmPkg +F: PrmPkg/ +M: Michael Kubacki [makubacki] +M: Nate DeSimone [nate-desimone] -PerformancePkg -W: https://github.com/tianocore/tianocore.github.io/wiki/PerformancePkg -M: Daryl McDaniel -M: Jaben Carsey +PrmPkg: ACPI related modules +R: Ankit Sinha [ankit13s] -QuarkPlatformPkg, QuarkSocPkg -M: Michael D Kinney -M: Kelly Steele +RedfishPkg: Redfish related modules +F: RedfishPkg/ +M: Abner Chang [changab] +M: Nickle Wang [nicklela] +R: Igor Kulchytskyy [igorkulchytskyy] SecurityPkg +F: SecurityPkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/SecurityPkg -M: Chao Zhang - -ShellPkg, ShellBinPkg +M: Jiewen Yao [jyao1] +M: Jian J Wang [jwang36] + +SecurityPkg: Secure boot related modules +F: SecurityPkg/Library/DxeImageVerificationLib/ +F: SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/ +F: SecurityPkg/Library/AuthVariableLib/ +R: Min Xu [mxu9] + +SecurityPkg: Tcg related modules +F: SecurityPkg/Tcg/ +R: Qi Zhang [qizhangz] +R: Rahul Kumar [rahul1-kumar] + +ShellPkg +F: ShellPkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/ShellPkg -M: Jaben Carsey -M: Shumin Qiu +M: Ray Ni [niruiyu] +M: Zhichao Gao [ZhichaoGao] + +SignedCapsulePkg +F: SignedCapsulePkg/ +W: https://github.com/tianocore/tianocore.github.io/wiki/SignedCapsulePkg +M: Jian J Wang [jwang36] SourceLevelDebugPkg +F: SourceLevelDebugPkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/SourceLevelDebugPkg -M: Jeff Fan -M: Hao Wu +M: Hao A Wu [hwu25] -StdLib, StdLibPrivateInternalFiles -W: https://github.com/tianocore/tianocore.github.io/wiki/StdLib -M: Daryl McDaniel -M: Jaben Carsey +StandaloneMmPkg +F: StandaloneMmPkg/ +M: Ard Biesheuvel [ardbiesheuvel] +M: Sami Mujawar [samimujawar] +M: Jiewen Yao [jyao1] +R: Supreeth Venkatesh [supven01] UefiCpuPkg +F: UefiCpuPkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/UefiCpuPkg -M: Jeff Fan - -UnixPkg -W: https://github.com/tianocore/tianocore.github.io/wiki/UnixPkg -S: Obsolete (Use EmulatorPkg instead) - -Vlv2DeviceRefCodePkg -M: David Wei -M: Tim He +M: Eric Dong [ydong10] +M: Ray Ni [niruiyu] +R: Rahul Kumar [rahul1-kumar] +R: Gerd Hoffmann [kraxel] + +UefiCpuPkg: Sec related modules +F: UefiCpuPkg/SecCore/ +F: UefiCpuPkg/ResetVector/ +R: Debkumar De [dde01] +R: Catharine West [catharine-intl] + +UefiPayloadPkg +F: UefiPayloadPkg/ +W: https://github.com/tianocore/tianocore.github.io/wiki/UefiPayloadPkg +M: Guo Dong [gdong1] +M: Ray Ni [niruiyu] +M: Sean Rhodes [Sean-StarLabs] +M: James Lu [jameslu8] +R: Gua Guo [gguo11837463] +S: Maintained -Vlv2TbltDevicePkg -M: David Wei -M: Tim He +UnitTestFrameworkPkg +F: UnitTestFrameworkPkg/ +M: Michael D Kinney [mdkinney] +M: Michael Kubacki [makubacki] +R: Sean Brogan [spbrogan] +S: Maintained