X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=Maintainers.txt;h=919baccc561e3bf15fbab2a70dde8cbf7e789350;hp=61c57587a66b8721057f78112d10fa4c4f9573b3;hb=4870639f55ed42044a51c6664e66c4dc90dfaa6f;hpb=cfe30a4119ad0ba9b0807d83d1038b02524d0d7c diff --git a/Maintainers.txt b/Maintainers.txt index 61c57587a6..919baccc56 100644 --- a/Maintainers.txt +++ b/Maintainers.txt @@ -20,7 +20,10 @@ Descriptions of section entries: 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. + 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: @@ -33,18 +36,38 @@ 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 M: Laszlo Ersek M: Leif Lindholm @@ -59,69 +82,71 @@ EDK II Releases: W: https://github.com/tianocore/tianocore.github.io/wiki/EDK-II-Release-Planning M: Liming Gao +EDK II Architectures: +--------------------- +ARM, AARCH64 +F: */AArch64/ +F: */Arm/ +M: Leif Lindholm +M: Ard Biesheuvel + 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 ArmPlatformPkg +F: ArmPlatformPkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/ArmPlatformPkg M: Leif Lindholm M: Ard Biesheuvel ArmVirtPkg +F: ArmVirtPkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/ArmVirtPkg M: Laszlo Ersek M: Ard Biesheuvel +R: Leif Lindholm + +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 - (Xen modules) BaseTools +F: BaseTools/ W: https://github.com/tianocore/tianocore.github.io/wiki/BaseTools M: Bob Feng M: Liming Gao -R: Yonghong Zhu - -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 -M: Benjamin You -S: Maintained CryptoPkg +F: CryptoPkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/CryptoPkg -M: Ting Ye -R: Gang Wei -R: Jian Wang +M: Jian Wang +R: Ting Ye DynamicTablesPkg +F: DynamicTablesPkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/DynamicTablesPkg M: Sami Mujawar M: Alexei Fedorov -EdkCompatibilityPkg -W: https://github.com/tianocore/tianocore.github.io/wiki/EdkCompatibilityPkg -M: Liming Gao - EmbeddedPkg +F: EmbeddedPkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/EmbeddedPkg M: Leif Lindholm M: Ard Biesheuvel EmulatorPkg +F: EmulatorPkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/EmulatorPkg M: Jordan Justen M: Andrew Fish @@ -129,159 +154,309 @@ M: Ray Ni S: Maintained FatPkg +F: FatPkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/Edk2-fat-driver M: Ray Ni T: svn - https://svn.code.sf.net/p/edk2-fatdriver2/code/trunk/EnhancedFat T: git - https://github.com/tianocore/edk2-FatPkg.git FmpDevicePkg +F: FmpDevicePkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/FmpDevicePkg M: Liming Gao M: Michael D Kinney -IntelFrameworkModulePkg -W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFrameworkModulePkg -M: Liming Gao - -IntelFrameworkPkg -W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFrameworkPkg -M: Michael D Kinney -M: Liming Gao - IntelFsp2Pkg +F: IntelFsp2Pkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFsp2Pkg M: Chasel Chiu R: Nate DeSimone R: Star Zeng IntelFsp2WrapperPkg +F: IntelFsp2WrapperPkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFsp2WrapperPkg M: Chasel Chiu R: Nate DeSimone R: Star Zeng -IntelFspPkg -W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFspPkg -M: Chasel Chiu -R: Nate DeSimone -R: Star Zeng - -IntelFspWrapperPkg -W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFspWrapperPkg -M: Chasel Chiu -R: Nate DeSimone -R: Star Zeng - -IntelSiliconPkg -W: https://github.com/tianocore/tianocore.github.io/wiki/IntelSiliconPkg -M: Ray Ni -M: Rangasai V Chaganty - MdeModulePkg +F: MdeModulePkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/MdeModulePkg M: Jian J Wang -M: Hao Wu -M: NetworkPkg maintainers - (Universal/Network and related libraries, header files) +M: Hao A Wu + +MdeModulePkg: ACPI modules +F: MdeModulePkg/Include/*Acpi*.h +F: MdeModulePkg/Universal/Acpi/ +R: Dandan Bi +R: Liming Gao + +MdeModulePkg: ACPI S3 modules +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 +R: Eric Dong + +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 R: Ray Ni - (especially for Bus, Universal/Console, Universal/Disk, - Universal/BdsDxe and related libraries, header files) + +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 +R: Ray Ni + +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/Pei/ +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 +R: Liming Gao + +MdeModulePkg: Device and Peripheral modules +F: MdeModulePkg/*PciHostBridge*/ +F: MdeModulePkg/*Serial*/ +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/*SerialPort*.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/Disk/ +F: MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/ +R: Hao A Wu +R: Ray Ni + +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: Hao A Wu +R: Liming Gao + +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 +R: Eric Dong + +MdeModulePkg: Management Mode (MM, SMM) modules +F: MdeModulePkg/*Smi*/ +F: MdeModulePkg/*Smm*/ +F: MdeModulePkg/Include/*Smi*.h +F: MdeModulePkg/Include/*Smm*.h +R: Eric Dong +R: Ray Ni + +MdeModulePkg: Reset modules +F: MdeModulePkg/*Reset*/ +F: MdeModulePkg/Include/*Reset*.h +R: Zhichao Gao +R: Ray Ni + +MdeModulePkg: SMBIOS modules +F: MdeModulePkg/Universal/Smbios*/ +R: Dandan Bi R: Star Zeng +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 +R: Liming Gao + MdePkg +F: MdePkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/MdePkg M: Michael D Kinney M: Liming Gao 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: Ray Ni -M: Hao Wu - -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: Ray Ni - OvmfPkg +F: OvmfPkg/ W: http://www.tianocore.org/ovmf/ M: Jordan Justen M: Laszlo Ersek M: Ard Biesheuvel +S: Maintained + +OvmfPkg: Xen-related modules +F: OvmfPkg/AcpiPlatformDxe/Xen.c +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/PciHostBridgeLib/XenSupport.c +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/PlatformPei/MemDetect.c +F: OvmfPkg/PlatformPei/Platform.* +F: OvmfPkg/PlatformPei/Xen.* +F: OvmfPkg/SmbiosPlatformDxe/*Xen.c +F: OvmfPkg/XenBusDxe/ +F: OvmfPkg/XenIoPciDxe/ +F: OvmfPkg/XenIoPvhDxe/ +F: OvmfPkg/XenPlatformPei/ +F: OvmfPkg/XenPvBlkDxe/ +F: OvmfPkg/XenResetVector/ +F: OvmfPkg/XenTimerDxe/ R: Anthony Perard - (Xen modules) R: Julien Grall - (Xen modules) + +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 - (TPM2 modules) R: Stefan Berger - (TPM2 modules) -S: Maintained + +OvmfPkg: CSM modules +F: OvmfPkg/Csm/ +R: David Woodhouse PcAtChipsetPkg +F: PcAtChipsetPkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/PcAtChipsetPkg M: Ray Ni -QuarkPlatformPkg, QuarkSocPkg -M: Michael D Kinney -M: Kelly Steele - SecurityPkg +F: SecurityPkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/SecurityPkg -M: Chao Zhang M: Jiewen Yao M: Jian Wang - -ShellBinPkg -W: https://github.com/tianocore/tianocore.github.io/wiki/ShellPkg -M: Jaben Carsey (Ia32/X64) -M: Ray Ni (Ia32/X64) -M: Leif Lindholm (ARM/AArch64) -M: Ard Biesheuvel (ARM/AArch64) +R: Chao Zhang ShellPkg +F: ShellPkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/ShellPkg M: Jaben Carsey M: Ray Ni +R: Zhichao Gao + +Maintainers for stable Shell binaries generation +when need to publish Shell binaries with edk2 release: +M: Jaben Carsey (Ia32/X64) +M: Ray Ni (Ia32/X64) +M: Leif Lindholm (ARM/AArch64) +M: Ard Biesheuvel (ARM/AArch64) SignedCapsulePkg +F: SignedCapsulePkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/SignedCapsulePkg M: Jiewen Yao M: Chao Zhang SourceLevelDebugPkg +F: SourceLevelDebugPkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/SourceLevelDebugPkg -M: Hao Wu - -StdLib, StdLibPrivateInternalFiles -W: https://github.com/tianocore/tianocore.github.io/wiki/StdLib -M: Daryl McDaniel -M: Jaben Carsey +M: Hao A Wu UefiCpuPkg +F: UefiCpuPkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/UefiCpuPkg M: Eric Dong M: Ray Ni R: Laszlo Ersek -Vlv2DeviceRefCodePkg -M: Zailiang Sun -M: Yi Qian - -Vlv2TbltDevicePkg -M: Zailiang Sun -M: Yi Qian +UefiPayloadPkg +F: UefiPayloadPkg/ +W: https://github.com/tianocore/tianocore.github.io/wiki/UefiPayloadPkg +M: Maurice Ma +M: Guo Dong +M: Benjamin You +S: Maintained StandaloneMmPkg +F: StandaloneMmPkg/ M: Achin Gupta M: Jiewen Yao R: Supreeth Venkatesh