From 4202afa45dea319f80d753dc1b2ebbbcfb55dc29 Mon Sep 17 00:00:00 2001 From: Jordan Justen Date: Tue, 14 Oct 2014 16:24:41 +0000 Subject: [PATCH 1/1] EDK II: Add Maintainers.txt file Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jordan Justen Reviewed-by: Jaben Carsey git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16214 6f19259b-4bc3-4df7-8a09-765794883524 --- Maintainers.txt | 176 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 176 insertions(+) create mode 100644 Maintainers.txt diff --git a/Maintainers.txt b/Maintainers.txt new file mode 100644 index 0000000000..6775db5eb0 --- /dev/null +++ b/Maintainers.txt @@ -0,0 +1,176 @@ +EDK II Maintainers +================== + +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. + +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) + W: Web-page with status/info + T: SCM tree type and location. Type is one of: git, svn. + S: Status, one of the following: + Supported: Someone is actually paid to look after this. + Maintained: Someone actually looks after it. + Odd Fixes: It has a maintainer but they don't have time to do + much other than throw the odd patch in. See below. + Orphan: No current maintainer [but maybe you could take the + role as you write your new code]. + Obsolete: Old code. Something tagged obsolete generally means + it has been replaced by a better system and you + should be using that. + +EDK II +------ +W: http://tianocore.github.io/edk2/ +L: https://lists.sourceforge.net/lists/listinfo/edk2-devel +T: git - https://github.com/tianocore/edk2.git +T: git - https://bitbucket.org/tianocore/edk2.git +T: git - http://git.code.sf.net/p/tianocore/edk2 +T: svn - https://svn.code.sf.net/p/edk2/code/trunk/edk2 + +Responsible Disclosure, Reporting Security Issues +------------------------------------------------- +W: https://github.com/tianocore/tianocore.github.io/wiki/Security + +EDK II Releases: +---------------- +UDK2014 +W: http://tianocore.github.io/udk2014/ +S: Supported + +EDK II Packages: +---------------- +AppPkg +W: https://github.com/tianocore/tianocore.github.io/wiki/AppPkg +M: Daryl Mcdaniel + +ArmPkg +W: https://github.com/tianocore/tianocore.github.io/wiki/ArmPkg +M: Olivier Martin + +ArmPlatformPkg +W: https://github.com/tianocore/tianocore.github.io/wiki/ArmPlatformPkg +M: Olivier Martin + +BaseTools +W: https://github.com/tianocore/tianocore.github.io/wiki/BaseTools +M: Yingke D Liu + +BeagleBoardPkg +W: https://github.com/tianocore/tianocore.github.io/wiki/BeagleBoardPkg +M: Olivier Martin + +CryptoPkg +W: https://github.com/tianocore/tianocore.github.io/wiki/CryptoPkg +M: Ye Ting + +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) + +EmbeddedPkg +W: https://github.com/tianocore/tianocore.github.io/wiki/EmbeddedPkg +M: Olivier Martin + +EmulatorPkg +W: https://github.com/tianocore/tianocore.github.io/wiki/EmulatorPkg +M: Jordan Justen +M: Andrew Fish +S: Maintained + +FatPkg, FatBinPkg +W: https://github.com/tianocore/tianocore.github.io/wiki/Edk2-fat-driver +M: Ruiyu Ni +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 + +IntelFspPkg +W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFspPkg + +IntelFspWrapperPkg +W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFspWrapperPkg + +MdeModulePkg +W: https://github.com/tianocore/tianocore.github.io/wiki/MdeModulePkg +M: Feng Tian + +MdePkg +W: https://github.com/tianocore/tianocore.github.io/wiki/MdePkg +M: Michael D Kinney + +NetworkPkg +W: https://github.com/tianocore/tianocore.github.io/wiki/NetworkPkg +M: Qian Ouyang + +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: Olivier Martin + +OptionRomPkg +W: https://github.com/tianocore/tianocore.github.io/wiki/OptionRomPkg +M: Ruiyu Ni + +OvmfPkg +W: http://tianocore.github.io/ovmf/ +M: Jordan Justen +M: Laszlo Ersek +S: Maintained + +PcAtChipsetPkg +W: https://github.com/tianocore/tianocore.github.io/wiki/PcAtChipsetPkg +M: Ruiyu Ni + +PerformancePkg +W: https://github.com/tianocore/tianocore.github.io/wiki/PerformancePkg +M: Daryl Mcdaniel + +SecurityPkg +W: https://github.com/tianocore/tianocore.github.io/wiki/SecurityPkg +M: Guo Dong + +ShellPkg, ShellBinPkg +W: https://github.com/tianocore/tianocore.github.io/wiki/ShellPkg +M: Jaben Carsey + +SourceLevelDebugPkg +W: https://github.com/tianocore/tianocore.github.io/wiki/SourceLevelDebugPkg + +StdLib, StdLibPrivateInternalFiles +W: https://github.com/tianocore/tianocore.github.io/wiki/StdLib +M: Daryl Mcdaniel + +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) -- 2.39.2