[edk2-devel] [edk2-staging/EdkRepo-Manifest] [PATCH] Intel-MinPlatform: Update FSP repo URL

Nate DeSimone posted 1 patch 3 years, 10 months ago
Failed in applying to current master (apply log)
edk2-platforms/Intel-MinPlatform/IntelMinPlatformManifest.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[edk2-devel] [edk2-staging/EdkRepo-Manifest] [PATCH] Intel-MinPlatform: Update FSP repo URL
Posted by Nate DeSimone 3 years, 10 months ago
The FSP repo has moved to the new Intel GitHub group.
Updating the URL to the new location.

Signed-off-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Ashley DeSimone <ashley.e.desimone@intel.com>
Cc: Chasel Chiu <chasel.chiu@intel.com>
Cc: Sai Chaganty <rangasai.v.chaganty@intel.com>
Cc: Isaac Oram <isaac.w.oram@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Prince Agyeman <prince.agyeman@intel.com>
Cc: Puja Pandya <puja.pandya@intel.com>
---
 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 @@
     <Remote name="Edk2Repo">https://github.com/tianocore/edk2.git</Remote>
     <Remote name="Edk2PlatformsRepo">https://github.com/tianocore/edk2-platforms.git</Remote>
     <Remote name="Edk2NonOsiRepo">https://github.com/tianocore/edk2-non-osi.git</Remote>
-    <Remote name="FspRepo">https://github.com/IntelFsp/FSP.git</Remote>
+    <Remote name="FspRepo">https://github.com/intel/FSP.git</Remote>
   </RemoteList>
 
   <ClientGitHookList>
-- 
2.26.2.windows.1


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#60926): https://edk2.groups.io/g/devel/message/60926
Mute This Topic: https://groups.io/mt/74766310/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-

Re: [edk2-devel] [edk2-staging/EdkRepo-Manifest] [PATCH] Intel-MinPlatform: Update FSP repo URL
Posted by Chaganty, Rangasai V 3 years, 10 months ago
Reviewed-by: Sai Chaganty <rangasai.v.chaganty@intel.com>

-----Original Message-----
From: Desimone, Nathaniel L <nathaniel.l.desimone@intel.com> 
Sent: Monday, June 08, 2020 6:49 PM
To: devel@edk2.groups.io
Cc: Desimone, Ashley E <ashley.e.desimone@intel.com>; Chiu, Chasel <chasel.chiu@intel.com>; Chaganty, Rangasai V <rangasai.v.chaganty@intel.com>; Oram, Isaac W <isaac.w.oram@intel.com>; Gao, Liming <liming.gao@intel.com>; Ni, Ray <ray.ni@intel.com>; Agyeman, Prince <prince.agyeman@intel.com>; Pandya, Puja <puja.pandya@intel.com>
Subject: [edk2-staging/EdkRepo-Manifest] [PATCH] Intel-MinPlatform: Update FSP repo URL

The FSP repo has moved to the new Intel GitHub group.
Updating the URL to the new location.

Signed-off-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Ashley DeSimone <ashley.e.desimone@intel.com>
Cc: Chasel Chiu <chasel.chiu@intel.com>
Cc: Sai Chaganty <rangasai.v.chaganty@intel.com>
Cc: Isaac Oram <isaac.w.oram@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Prince Agyeman <prince.agyeman@intel.com>
Cc: Puja Pandya <puja.pandya@intel.com>
---
 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 @@
     <Remote name="Edk2Repo">https://github.com/tianocore/edk2.git</Remote>
     <Remote name="Edk2PlatformsRepo">https://github.com/tianocore/edk2-platforms.git</Remote>
     <Remote name="Edk2NonOsiRepo">https://github.com/tianocore/edk2-non-osi.git</Remote>
-    <Remote name="FspRepo">https://github.com/IntelFsp/FSP.git</Remote>
+    <Remote name="FspRepo">https://github.com/intel/FSP.git</Remote>
   </RemoteList>
 
   <ClientGitHookList>
-- 
2.26.2.windows.1


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#61017): https://edk2.groups.io/g/devel/message/61017
Mute This Topic: https://groups.io/mt/74766310/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-

Re: [edk2-devel] [edk2-staging/EdkRepo-Manifest] [PATCH] Intel-MinPlatform: Update FSP repo URL
Posted by Chiu, Chasel 3 years, 10 months ago
Reviewed-by: Chasel Chiu <chasel.chiu@intel.com>

> -----Original Message-----
> From: Desimone, Nathaniel L <nathaniel.l.desimone@intel.com>
> Sent: Tuesday, June 9, 2020 9:49 AM
> To: devel@edk2.groups.io
> Cc: Desimone, Ashley E <ashley.e.desimone@intel.com>; Chiu, Chasel
> <chasel.chiu@intel.com>; Chaganty, Rangasai V
> <rangasai.v.chaganty@intel.com>; Oram, Isaac W <isaac.w.oram@intel.com>;
> Gao, Liming <liming.gao@intel.com>; Ni, Ray <ray.ni@intel.com>; Agyeman,
> Prince <prince.agyeman@intel.com>; Pandya, Puja
> <puja.pandya@intel.com>
> Subject: [edk2-staging/EdkRepo-Manifest] [PATCH] Intel-MinPlatform: Update
> FSP repo URL
> 
> The FSP repo has moved to the new Intel GitHub group.
> Updating the URL to the new location.
> 
> Signed-off-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
> Cc: Ashley DeSimone <ashley.e.desimone@intel.com>
> Cc: Chasel Chiu <chasel.chiu@intel.com>
> Cc: Sai Chaganty <rangasai.v.chaganty@intel.com>
> Cc: Isaac Oram <isaac.w.oram@intel.com>
> Cc: Liming Gao <liming.gao@intel.com>
> Cc: Ray Ni <ray.ni@intel.com>
> Cc: Prince Agyeman <prince.agyeman@intel.com>
> Cc: Puja Pandya <puja.pandya@intel.com>
> ---
>  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 @@
>      <Remote
> name="Edk2Repo">https://github.com/tianocore/edk2.git</Remote>
>      <Remote
> name="Edk2PlatformsRepo">https://github.com/tianocore/edk2-platforms.gi
> t</Remote>
>      <Remote
> name="Edk2NonOsiRepo">https://github.com/tianocore/edk2-non-osi.git</R
> emote>
> -    <Remote
> name="FspRepo">https://github.com/IntelFsp/FSP.git</Remote>
> +    <Remote name="FspRepo">https://github.com/intel/FSP.git</Remote>
>    </RemoteList>
> 
>    <ClientGitHookList>
> --
> 2.26.2.windows.1


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#61018): https://edk2.groups.io/g/devel/message/61018
Mute This Topic: https://groups.io/mt/74766310/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-