From nobody Mon May 6 09:36:10 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+42777+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+42777+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1561444322; cv=none; d=zoho.com; s=zohoarc; b=kKdAdkYmtIQcAyF3iv5QgRgqcFHhHSUpHUOXVK64QPb9GMCzHc80PlmLVJZmujW4J26OZGb+QO8hphdorMbJKtYPPahnD8iB8InF/xq/XqJ1PofeufXWNb7GluM4s9RTPdOvfik5wdgVspCOqMHo833Ozb8SGl8BDLjs48duBvc= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1561444322; h=Cc:Date:From:List-Id:List-Unsubscribe:Message-ID:Reply-To:Sender:Subject:To:ARC-Authentication-Results; bh=fKejS1dL5W4XTpiUP930K2bT/ZW6BaedWK65KTyDkB8=; b=Q3dl4Wg07bcsQUN21EtfYbIMRJ9wmUF3JbCR7aUw35OKwC8LhGBTvzU1mRL+WqOd+uCNp9oPSvLt9/C3O6wQCySp2iYatfeLA4Q4nLERRNbrDcuWCaNels4oXHagwAH5Nk/Gt/T+Mvn0uPY/6+DjdayAT8OzYbXYAyqkvyPBl1Y= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+42777+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1561444322099306.9457018779666; Mon, 24 Jun 2019 23:32:02 -0700 (PDT) Return-Path: X-Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by groups.io with SMTP; Mon, 24 Jun 2019 23:31:59 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Jun 2019 23:31:58 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,415,1557212400"; d="scan'208";a="155407567" X-Received: from nldesimo-desk1.amr.corp.intel.com ([10.7.159.63]) by orsmga008.jf.intel.com with ESMTP; 24 Jun 2019 23:31:58 -0700 From: "Nate DeSimone" To: devel@edk2.groups.io Cc: Ashley E DeSimone , Puja Pandya Subject: [edk2-devel] [PATCH] [staging/EdkRepo-Manifest]: Initial commit of manifests for EdkRepo Date: Mon, 24 Jun 2019 23:30:16 -0700 Message-Id: <20190625063016.28968-1-nathaniel.l.desimone@intel.com> Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,nathaniel.l.desimone@intel.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1561444320; bh=dAnoPfljdLi6Poyn4xnoxe2WALfQJWrsPSZ3WyKeTXw=; h=Cc:Date:From:Reply-To:Subject:To; b=vy67qxZfEJXO+6gAb2SDH06yZgTtzhSBZK8maNPvP2bvVScmbWwdoVhIp9I6VNaz0lQ yjIqDRjT0D2xApVcbTWN/rTlB6Edn9wAA/MsG5r9eYQEtEdGUl9fBkWnJ620FdYaUoN+o Guq7FH6dowon6xgprx2lf0IA2viVd2IQ6dU= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Cc: Ashley E DeSimone Cc: Puja Pandya Signed-off-by: Nate DeSimone Reviewed-by: Ashley DeSimone Reviewed-by: Puja Pandya --- CiIndex.xml | 7 ++ .../edkrepo-manifest-review-template.txt | 7 ++ Templates/edkrepo-review-template.txt | 7 ++ .../IntelMinPlatformManifest.xml | 86 +++++++++++++++++++ edk2/EdkRepo/EdkRepo.xml | 38 ++++++++ edk2/EdkRepoManifest/EdkRepoManifest.xml | 38 ++++++++ edk2/edk2/edk2.xml | 40 +++++++++ 7 files changed, 223 insertions(+) create mode 100644 CiIndex.xml create mode 100644 Templates/edkrepo-manifest-review-template.txt create mode 100644 Templates/edkrepo-review-template.txt create mode 100644 edk2-platforms/Intel-MinPlatform/IntelMinPlatformManife= st.xml create mode 100644 edk2/EdkRepo/EdkRepo.xml create mode 100644 edk2/EdkRepoManifest/EdkRepoManifest.xml create mode 100644 edk2/edk2/edk2.xml diff --git a/CiIndex.xml b/CiIndex.xml new file mode 100644 index 0000000000..15f7247dff --- /dev/null +++ b/CiIndex.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/Templates/edkrepo-manifest-review-template.txt b/Templates/edk= repo-manifest-review-template.txt new file mode 100644 index 0000000000..15b5a4ba3e --- /dev/null +++ b/Templates/edkrepo-manifest-review-template.txt @@ -0,0 +1,7 @@ +[staging/EdkRepo-Manifest]: Short one line description of change + +Several lines of description for the change. + +Cc: Ashley E DeSimone +Cc: Nate DeSimone +Cc: Puja Pandya \ No newline at end of file diff --git a/Templates/edkrepo-review-template.txt b/Templates/edkrepo-revi= ew-template.txt new file mode 100644 index 0000000000..bd242e3550 --- /dev/null +++ b/Templates/edkrepo-review-template.txt @@ -0,0 +1,7 @@ +[staging/EdkRepo]: Short one line description of change + +Several lines of description for the change. + +Cc: Ashley E DeSimone +Cc: Nate DeSimone +Cc: Puja Pandya \ No newline at end of file diff --git a/edk2-platforms/Intel-MinPlatform/IntelMinPlatformManifest.xml = b/edk2-platforms/Intel-MinPlatform/IntelMinPlatformManifest.xml new file mode 100644 index 0000000000..b83f235873 --- /dev/null +++ b/edk2-platforms/Intel-MinPlatform/IntelMinPlatformManifest.xml @@ -0,0 +1,86 @@ + + + Intel-MinPlatform + Intel Minimum Platform + michael.a.kubacki@intel.com + + michael.a.kubacki@intel.com + chasel.chiu@intel.com + nathaniel.l.desimone@intel.com + ankit.sinha@intel.com + liming.gao@intel.com + ray.ni@intel.com + rangasai.v.chaganty@intel.com + isaac.w.oram@intel.com + daocheng.bu@intel.com + shifei.a.lu@intel.com + bowen.zhou@intel.com + + + + + edk2-platforms/Intel-MinPlatform/pins + + + + + + + + + *.* + + + BaseTools|Conf + FatPkg|IntelFsp2Pkg|IntelFsp2WrapperPkg + MdeModulePkg|MdePkg|NetworkPkg|PcAtChipsetPkg|Securit= yPkg + ShellPkg|SourceLevelDebugPkg|UefiCpuPkg|FmpDevicePkg|= CryptoPkg + + + Platform/Intel/AdvancedFeaturePkg|Platform/Intel/MinP= latformPkg|Platform/Intel/BoardModulePkg + Platform/Intel/DebugFeaturePkg|Platform/Intel/UserInt= erfaceFeaturePkg|Platform/Intel/ClevoOpenBoardPkg + Platform/Intel/KabylakeOpenBoardPkg|Platform/Intel/Pu= rleyOpenBoardPkg|Platform/Intel/Readme.md + Platform/Intel/build.cfg|Platform/Intel/build_bios.py= + Silicon/Intel/IntelSiliconPkg|Silicon/Intel/KabylakeS= iliconPkg|Silicon/Intel/LewisburgPkg + Silicon/Intel/PurleyRcPkg|Silicon/Intel/PurleySktPkg<= /AlwaysInclude> + + + Silicon/Intel/KabylakeSiliconBinPkg|Silicon/Intel/Pur= leySiliconBinPkg + + + AmberLakeFspBinPkg|CoffeeLakeFspBinPkg|KabylakeFspBin= Pkg + + + + + + https://github.com/tianocore/edk2.git + https://github.com/tianocore/edk2-p= latforms.git + https://github.com/tianocore/edk2-non-= osi.git + https://github.com/IntelFsp/FSP.git + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/edk2/EdkRepo/EdkRepo.xml b/edk2/EdkRepo/EdkRepo.xml new file mode 100644 index 0000000000..f30f1c7b41 --- /dev/null +++ b/edk2/EdkRepo/EdkRepo.xml @@ -0,0 +1,38 @@ + + + EdkRepo + EdkRepo - The Multi-Repository Tool for EDK II + ashley.e.desimone@intel.com + + ashley.e.desimone@intel.com + nathaniel.l.desimone@intel.com + puja.pandya@intel.com + + + + + edk2/EdkRepo/pins + + + + + + https://github.com/tianocore/edk2-sta= ging.git + + + + + + + + + + + + + + + + + + diff --git a/edk2/EdkRepoManifest/EdkRepoManifest.xml b/edk2/EdkRepoManifes= t/EdkRepoManifest.xml new file mode 100644 index 0000000000..3e72355f62 --- /dev/null +++ b/edk2/EdkRepoManifest/EdkRepoManifest.xml @@ -0,0 +1,38 @@ + + + EdkRepoManifest + EdkRepo Manifest Repo + ashley.e.desimone@intel.com + + ashley.e.desimone@intel.com + nathaniel.l.desimone@intel.com + puja.pandya@intel.com + + + + + edk2/EdkRepoManifest/pins + + + + + + https://github.com/tianocore/edk2= -staging.git + + + + + + + + + + + + + + + + + + diff --git a/edk2/edk2/edk2.xml b/edk2/edk2/edk2.xml new file mode 100644 index 0000000000..2c6cde7f96 --- /dev/null +++ b/edk2/edk2/edk2.xml @@ -0,0 +1,40 @@ + + + edk2 + EFI Development Kit II + michael.d.kinney@intel.com + + michael.d.kinney@intel.com + afish@apple.com + lersek@redhat.com + leif.lindholm@linaro.org + + + + + edk2/edk2/pins + + + + + + https://github.com/tianocore/edk2.git + + + + + + + + + + + + + + + + + + + --=20 2.17.1.windows.2 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#42777): https://edk2.groups.io/g/devel/message/42777 Mute This Topic: https://groups.io/mt/32200892/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-