I think that this should be made in a request\question to the UEFI Forum. "Can the SCT development not be open-sourced?"
-Jaben > -----Original Message----- > From: Olivier Martin [mailto:[email protected]] > Sent: Tuesday, October 14, 2014 10:39 AM > To: 'Jordan Justen'; [email protected] > Subject: Re: [edk2] [PATCH v2] EDK II: Add Maintainers.txt file > > I do not know how I should understand your email, if you have really never > heard of UEFI SCT. > But 'UEFI SCT' is the UEFI Self Certification Test (ie: UEFI Conformance Test) > maintained by the UEFI Forum. > > The latest UEFI SCT sources are available to all UEFI members. The reasons > this project is 'hidden' are driven by the UEFI Forum. > The UEFI SCT is one of the key components of the UEFI Forum. > Unfortunately, UEFI SCT still relies on EDK Shell. > And because at ARM we do not need/want to maintain EDK legacy code, we > have invested to port the UEFI Conformance test to UEFI Shell 2.0. > > > > -----Original Message----- > > From: Jordan Justen [mailto:[email protected]] > > Sent: 14 October 2014 17:05 > > To: [email protected]; Olivier Martin > > Subject: Re: [edk2] [PATCH v2] EDK II: Add Maintainers.txt file > > > > On Tue, Oct 14, 2014 at 2:48 AM, Olivier Martin > > <[email protected]> wrote: > > > UEFI SCT still relies on EDK Shell. > > > > What is this? > > > > > ARM Ltd has done some work to move UEFI SCT to EFI Shell 2.0 (work > > available > > > to UEFI members as part of the SCT repository). > > > > > > But we are still waiting for > > > feedback to merge this work in the main SCT branch. > > > > Oh ... I see. It seems to be some hidden project. ;) > > > > So, I guess EDK II should never deprecate anything in case some hidden > > project is using it? :) > > > > Ok, I guess this isn't exactly hidden: > > http://www.uefi.org/testtools > > but, it does seem development of the project is hidden. > > > > -Jordan > > > > >> -----Original Message----- > > >> From: Jordan Justen [mailto:[email protected]] > > >> Sent: 09 October 2014 15:38 > > >> To: [email protected] > > >> Subject: Re: [edk2] [PATCH v2] EDK II: Add Maintainers.txt file > > >> > > >> On Thu, Oct 9, 2014 at 7:29 AM, Carsey, Jaben > > <[email protected]> > > >> wrote: > > >> > Second comment. StdLib (both) should be moved to Daryl.Mcdaniel > > >> > > >> I wondered about that. > > >> > > >> According to the wiki history, you added your username to these > > >> packages when adding the packages on the EDKII Packages wiki page > > back > > >> in 2011. :) > > >> > > >> I'll fix it in the text file. For the wiki page, I hope to > > >> deprecate it and point to the Maintainers.txt file. > > >> > > >> -Jordan > > >> > > >> > -----Original Message----- > > >> > From: Jordan Justen [mailto:[email protected]] > > >> > Sent: Thursday, October 09, 2014 7:21 AM > > >> > To: [email protected] > > >> > Subject: [edk2] [PATCH v2] EDK II: Add Maintainers.txt file > > >> > > > >> > Contributed-under: TianoCore Contribution Agreement 1.0 > > >> > Signed-off-by: Jordan Justen <[email protected]> > > >> > --- > > >> > 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 0000000..6040061 > > >> > --- /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 <[email protected]> > > >> > +S: Supported > > >> > + > > >> > +ArmPkg > > >> > +W: https://github.com/tianocore/tianocore.github.io/wiki/ArmPkg > > >> > +M: Olivier Martin <[email protected]> > > >> > + > > >> > +ArmPlatformPkg > > >> > +W: > > >> https://github.com/tianocore/tianocore.github.io/wiki/ArmPlatformPk > > >> g > > >> > +M: Olivier Martin <[email protected]> > > >> > + > > >> > +BaseTools > > >> > +W: > > https://github.com/tianocore/tianocore.github.io/wiki/BaseTools > > >> > +M: Yingke D Liu <[email protected]> > > >> > + > > >> > +BeagleBoardPkg > > >> > +W: > > >> https://github.com/tianocore/tianocore.github.io/wiki/BeagleBoardPk > > >> g > > >> > +M: Olivier Martin <[email protected]> > > >> > + > > >> > +CryptoPkg > > >> > +W: > > https://github.com/tianocore/tianocore.github.io/wiki/CryptoPkg > > >> > +M: Ye Ting <[email protected]> > > >> > + > > >> > +DuetPkg > > >> > +W: https://github.com/tianocore/tianocore.github.io/wiki/DuetPkg > > >> > +M: Ruiyu Ni <[email protected]> > > >> > + > > >> > +EdkCompatibilityPkg > > >> > +W: > > >> > > https://github.com/tianocore/tianocore.github.io/wiki/EdkCompatibility > > P > > >> kg > > >> > +M: Liming Gao <[email protected]> > > >> > + > > >> > +EdkShellPkg, EdkShellBinPkg > > >> > +W: > > https://github.com/tianocore/tianocore.github.io/wiki/EdkShellPkg > > >> > +M: Ruiyu Ni <[email protected]> > > >> > +T: svn - https://svn.code.sf.net/p/efi-shell/code/trunk/Shell/ > > >> > + > > >> > +EmbeddedPkg > > >> > +W: > > https://github.com/tianocore/tianocore.github.io/wiki/EmbeddedPkg > > >> > +M: Olivier Martin <[email protected]> > > >> > + > > >> > +EmulatorPkg > > >> > +W: > > https://github.com/tianocore/tianocore.github.io/wiki/EmulatorPkg > > >> > +M: Jordan Justen <[email protected]> > > >> > +M: Andrew Fish <[email protected]> > > >> > +S: Maintained > > >> > + > > >> > +FatPkg, FatBinPkg > > >> > +W: https://github.com/tianocore/tianocore.github.io/wiki/Edk2- > > fat- > > >> driver > > >> > +M: Ruiyu Ni <[email protected]> > > >> > +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/IntelFrameworkMo > > d > > >> ulePkg > > >> > +M: Jeff Fan <[email protected]> > > >> > + > > >> > +IntelFrameworkPkg > > >> > +W: > > >> > > https://github.com/tianocore/tianocore.github.io/wiki/IntelFrameworkPk > > g > > >> > +M: Michael D Kinney <[email protected]> > > >> > + > > >> > +IntelFspPkg > > >> > +W: > > https://github.com/tianocore/tianocore.github.io/wiki/IntelFspPkg > > >> > + > > >> > +IntelFspWrapperPkg > > >> > +W: > > >> > > https://github.com/tianocore/tianocore.github.io/wiki/IntelFspWrapperP > > k > > >> g > > >> > + > > >> > +MdeModulePkg > > >> > +W: > > >> https://github.com/tianocore/tianocore.github.io/wiki/MdeModulePkg > > >> > +M: Feng Tian <[email protected]> > > >> > + > > >> > +MdePkg > > >> > +W: https://github.com/tianocore/tianocore.github.io/wiki/MdePkg > > >> > +M: Michael D Kinney <[email protected]> > > >> > + > > >> > +NetworkPkg > > >> > +W: > > https://github.com/tianocore/tianocore.github.io/wiki/NetworkPkg > > >> > +M: Qian Ouyang <[email protected]> > > >> > + > > >> > +Nt32Pkg > > >> > +W: https://github.com/tianocore/tianocore.github.io/wiki/Nt32Pkg > > >> > +M: Ruiyu Ni <[email protected]> > > >> > + > > >> > +Omap35xxPkg > > >> > +W: > > https://github.com/tianocore/tianocore.github.io/wiki/Omap35xxPkg > > >> > +M: Olivier Martin <[email protected]> > > >> > + > > >> > +OptionRomPkg > > >> > +W: > > >> https://github.com/tianocore/tianocore.github.io/wiki/OptionRomPkg > > >> > +M: Ruiyu Ni <[email protected]> > > >> > + > > >> > +OvmfPkg > > >> > +W: http://tianocore.github.io/ovmf/ > > >> > +M: Jordan Justen <[email protected]> > > >> > +M: Laszlo Ersek <[email protected]> > > >> > +S: Maintained > > >> > + > > >> > +PcAtChipsetPkg > > >> > +W: > > >> https://github.com/tianocore/tianocore.github.io/wiki/PcAtChipsetPk > > >> g > > >> > +M: Ruiyu Ni <[email protected]> > > >> > + > > >> > +PerformancePkg > > >> > +W: > > >> https://github.com/tianocore/tianocore.github.io/wiki/PerformancePk > > >> g > > >> > +M: Daryl Mcdaniel <[email protected]> > > >> > + > > >> > +SecurityPkg > > >> > +W: > > https://github.com/tianocore/tianocore.github.io/wiki/SecurityPkg > > >> > +M: Guo Dong <[email protected]> > > >> > + > > >> > +ShellPkg, ShellBinPkg > > >> > +W: > > >> > +https://github.com/tianocore/tianocore.github.io/wiki/ShellPkg > > >> > +M: Jaben Carsey <[email protected]> > > >> > + > > >> > +SourceLevelDebugPkg > > >> > +W: > > >> > > https://github.com/tianocore/tianocore.github.io/wiki/SourceLevelDebug > > P > > >> kg > > >> > + > > >> > +StdLib, StdLibPrivateInternalFiles > > >> > +W: https://github.com/tianocore/tianocore.github.io/wiki/StdLib > > >> > +M: Jaben Carsey <[email protected]> > > >> > + > > >> > +UefiCpuPkg > > >> > +W: > > https://github.com/tianocore/tianocore.github.io/wiki/UefiCpuPkg > > >> > +M: Jeff Fan <[email protected]> > > >> > + > > >> > +UnixPkg > > >> > +W: https://github.com/tianocore/tianocore.github.io/wiki/UnixPkg > > >> > +S: Obsolete (Use EmulatorPkg instead) > > >> > -- > > >> > 2.1.1 > > >> > > > >> > > > >> > ----------------------------------------------------------------- > > >> > - > > --- > > >> --------- > > >> > Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer > > >> > Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS > > >> Reports > > >> > Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White > > paper > > >> > Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog > > Analyzer > > >> > > > >> > > > http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg. > > c > > >> lktrk > > >> > _______________________________________________ > > >> > edk2-devel mailing list > > >> > [email protected] > > >> > https://lists.sourceforge.net/lists/listinfo/edk2-devel > > >> > > > >> > ----------------------------------------------------------------- > > >> > - > > --- > > >> --------- > > >> > Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer > > >> > Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS > > >> Reports > > >> > Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White > > paper > > >> > Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog > > Analyzer > > >> > > > >> > > > http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg. > > c > > >> lktrk > > >> > _______________________________________________ > > >> > edk2-devel mailing list > > >> > [email protected] > > >> > https://lists.sourceforge.net/lists/listinfo/edk2-devel > > >> > > >> ------------------------------------------------------------------- > > >> - > > --- > > >> ------- > > >> Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer > > >> Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS > > >> Reports Are you Audit-Ready for PCI DSS 3.0 Compliance? Download > > >> White paper Comply to PCI DSS 3.0 Requirement 10 and 11.5 with > > >> EventLog Analyzer > > >> > > > http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg. > > c > > >> lktrk > > >> _______________________________________________ > > >> edk2-devel mailing list > > >> [email protected] > > >> https://lists.sourceforge.net/lists/listinfo/edk2-devel > > > > > > > > > > > > > > > > > > -------------------------------------------------------------------- > > > - > > --------- > > > Comprehensive Server Monitoring with Site24x7. > > > Monitor 10 servers for $9/Month. > > > Get alerted through email, SMS, voice calls or mobile push > > notifications. > > > Take corrective actions from your mobile device. > > > http://p.sf.net/sfu/Zoho > > > _______________________________________________ > > > edk2-devel mailing list > > > [email protected] > > > https://lists.sourceforge.net/lists/listinfo/edk2-devel > > > > > > ------------------------------------------------------------------------------ > Comprehensive Server Monitoring with Site24x7. > Monitor 10 servers for $9/Month. > Get alerted through email, SMS, voice calls or mobile push notifications. > Take corrective actions from your mobile device. > http://p.sf.net/sfu/Zoho > _______________________________________________ > edk2-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/edk2-devel ------------------------------------------------------------------------------ Comprehensive Server Monitoring with Site24x7. Monitor 10 servers for $9/Month. Get alerted through email, SMS, voice calls or mobile push notifications. Take corrective actions from your mobile device. http://p.sf.net/sfu/Zoho _______________________________________________ edk2-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/edk2-devel
