X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Maintainers.txt;h=e9ab3b3b372aab767b4ed3bf990aa7e5decc9a66;hb=0c7e86086faa78e5a447245a6e3a6926ed5aa125;hp=f3ce5edd8a62b3a22125b38644b2d40113f0c7fa;hpb=5a9e23ceb991f3bd0eea74d6b67f9102f65ea6bc;p=mirror_edk2.git diff --git a/Maintainers.txt b/Maintainers.txt index f3ce5edd8a..e9ab3b3b37 100644 --- a/Maintainers.txt +++ b/Maintainers.txt @@ -36,6 +36,22 @@ 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 ------ @@ -43,10 +59,15 @@ W: http://www.tianocore.org/edk2/ 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: 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 @@ -61,54 +82,72 @@ 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: ---------------- 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/XenRealTimeClockLib/ +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 - -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: Jian Wang R: Ting Ye DynamicTablesPkg +F: DynamicTablesPkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/DynamicTablesPkg M: Sami Mujawar M: Alexei Fedorov 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 @@ -116,76 +155,56 @@ 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 A Wu -M: NetworkPkg maintainers - (Universal/Network and related libraries, header files) R: Ray Ni (especially for Bus, Universal/Console, Universal/Disk, Universal/BdsDxe and related libraries, header files) R: Star Zeng 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 OvmfPkg +F: OvmfPkg/ W: http://www.tianocore.org/ovmf/ M: Jordan Justen M: Laszlo Ersek @@ -198,19 +217,24 @@ R: Marc-André Lureau (TPM2 modules) R: Stefan Berger (TPM2 modules) +R: David Woodhouse + (CSM modules) S: Maintained PcAtChipsetPkg +F: PcAtChipsetPkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/PcAtChipsetPkg M: Ray Ni SecurityPkg +F: SecurityPkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/SecurityPkg -M: Chao Zhang M: Jiewen Yao M: Jian Wang +R: Chao Zhang ShellPkg +F: ShellPkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/ShellPkg M: Jaben Carsey M: Ray Ni @@ -224,21 +248,33 @@ 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 A Wu UefiCpuPkg +F: UefiCpuPkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/UefiCpuPkg M: Eric Dong M: Ray Ni R: Laszlo Ersek +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