From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mx.groups.io with SMTP id smtpd.web11.5827.1591667330487547853 for ; Mon, 08 Jun 2020 18:48:51 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.126, mailfrom: nathaniel.l.desimone@intel.com) IronPort-SDR: cdR6Oe+/HtbVVmJSQ1V87vBrVLlIz6TjVRxf2QACEReM4zOCFnUIhclDJXOR83EoDHtiotdgOz Xgox1L22fnqA== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Jun 2020 18:48:49 -0700 IronPort-SDR: qCI9qRCNoOFLlqNthazbNaIhl2uehii0WgRF0HOprXjxo/d3BRW9FujJ0uPj9J3pPKehb9GLED DGUXqBZ1FAaw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,490,1583222400"; d="scan'208";a="472909759" Received: from nldesimo-desk1.amr.corp.intel.com ([10.251.138.67]) by fmsmga005.fm.intel.com with ESMTP; 08 Jun 2020 18:48:48 -0700 From: "Nate DeSimone" To: devel@edk2.groups.io Cc: Ashley DeSimone , Chasel Chiu , Sai Chaganty , Isaac Oram , Liming Gao , Ray Ni , Prince Agyeman , Puja Pandya Subject: [edk2-staging/EdkRepo-Manifest] [PATCH] Intel-MinPlatform: Update FSP repo URL Date: Mon, 8 Jun 2020 18:48:44 -0700 Message-Id: <20200609014844.2825-1-nathaniel.l.desimone@intel.com> X-Mailer: git-send-email 2.26.2.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit The FSP repo has moved to the new Intel GitHub group. Updating the URL to the new location. Signed-off-by: Nate DeSimone Cc: Ashley DeSimone Cc: Chasel Chiu Cc: Sai Chaganty Cc: Isaac Oram Cc: Liming Gao Cc: Ray Ni Cc: Prince Agyeman Cc: Puja Pandya --- edk2-platforms/Intel-MinPlatform/IntelMinPlatformManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edk2-platforms/Intel-MinPlatform/IntelMinPlatformManifest.xml b/edk2-platforms/Intel-MinPlatform/IntelMinPlatformManifest.xml index fa78924606..eeaae4dc3f 100644 --- a/edk2-platforms/Intel-MinPlatform/IntelMinPlatformManifest.xml +++ b/edk2-platforms/Intel-MinPlatform/IntelMinPlatformManifest.xml @@ -59,7 +59,7 @@ https://github.com/tianocore/edk2.git https://github.com/tianocore/edk2-platforms.git https://github.com/tianocore/edk2-non-osi.git - https://github.com/IntelFsp/FSP.git + https://github.com/intel/FSP.git -- 2.26.2.windows.1