Revision: 16780
          http://sourceforge.net/p/edk2/code/16780
Author:   jljusten
Date:     2015-02-05 18:25:01 +0000 (Thu, 05 Feb 2015)
Log Message:
-----------
EmulatorPkg: Update web page and wiki urls

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jordan Justen <[email protected]>
Reviewed-by: Bruce Cran <[email protected]>

Modified Paths:
--------------
    trunk/edk2/EmulatorPkg/CpuRuntimeDxe/Cpu.c
    trunk/edk2/EmulatorPkg/PlatformSmbiosDxe/SmbiosTable.c
    trunk/edk2/EmulatorPkg/README
    trunk/edk2/EmulatorPkg/Unix/Host/Host.c

Modified: trunk/edk2/EmulatorPkg/CpuRuntimeDxe/Cpu.c
===================================================================
--- trunk/edk2/EmulatorPkg/CpuRuntimeDxe/Cpu.c  2015-02-05 18:24:48 UTC (rev 
16779)
+++ trunk/edk2/EmulatorPkg/CpuRuntimeDxe/Cpu.c  2015-02-05 18:25:01 UTC (rev 
16780)
@@ -127,7 +127,7 @@
 
 CHAR8 *mCpuSmbiosType4Strings[] = {
   "Socket",
-  "edk2.svn.sourceforge.net",
+  "http://www.tianocore.org/edk2/";,
   "Emulated Processor",
   "1.0",
   "1.0",

Modified: trunk/edk2/EmulatorPkg/PlatformSmbiosDxe/SmbiosTable.c
===================================================================
--- trunk/edk2/EmulatorPkg/PlatformSmbiosDxe/SmbiosTable.c      2015-02-05 
18:24:48 UTC (rev 16779)
+++ trunk/edk2/EmulatorPkg/PlatformSmbiosDxe/SmbiosTable.c      2015-02-05 
18:25:01 UTC (rev 16780)
@@ -95,7 +95,7 @@
   0xFF,                    // EmbeddedControllerFirmwareMinorRelease
 };
 CHAR8 *gSmbiosType0Strings[] = {
-  "edk2.sourceforge.net",     // Vendor String
+  "http://www.tianocore.org/edk2/";,     // Vendor String
   __TIME__,                   // BiosVersion String
   __DATE__,                   // BiosReleaseDate String
   NULL
@@ -113,7 +113,7 @@
   6,    // Family String
 };
 CHAR8  *gSmbiosType1Strings[] = {
-  "edk2.sourceforge.net",
+  "http://www.tianocore.org/edk2/";,
   "EmulatorPkg",
   "1.0",
   "System Serial#",
@@ -144,7 +144,7 @@
   { 0 }                     // ContainedObjectHandles[1];
 };
 CHAR8  *gSmbiosType2Strings[] = {
-  "edk2.sourceforge.net",
+  "http://www.tianocore.org/edk2/";,
   "EmulatorPkg",
   "1.0",
   "Base Board Serial#",
@@ -172,7 +172,7 @@
   { { 0 } },    // ContainedElements[1];
 };
 CHAR8  *gSmbiosType3Strings[] = {
-  "edk2.sourceforge.net",
+  "http://www.tianocore.org/edk2/";,
   "EmulatorPkg",
   "Chassis Board Serial#",
   "Chassis Board Asset Tag#",
@@ -335,7 +335,7 @@
   1 // StringCount
 };
 CHAR8 *gSmbiosType11Strings[] = {
-  "https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/EmulatorPkg/";,
+  "https://svn.code.sf.net/p/edk2/code/trunk/edk2/EmulatorPkg/";,
   NULL
 };
 
@@ -345,7 +345,7 @@
   1 // StringCount
 };
 CHAR8 *gSmbiosType12Strings[] = {
-  
"https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/EmulatorPkg/EmulatorPkg.dsc";,
+  "https://svn.code.sf.net/p/edk2/code/trunk/edk2/EmulatorPkg/EmulatorPkg.dsc";,
   NULL
 };
 

Modified: trunk/edk2/EmulatorPkg/README
===================================================================
--- trunk/edk2/EmulatorPkg/README       2015-02-05 18:24:48 UTC (rev 16779)
+++ trunk/edk2/EmulatorPkg/README       2015-02-05 18:25:01 UTC (rev 16780)
@@ -6,7 +6,7 @@
 environment is not possible.  (For example, running under an OS
 where an OS process hosts the UEFI emulation environment.)
 
-http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=EmulatorPkg
+https://github.com/tianocore/tianocore.github.io/wiki/EmulatorPkg
 
 === Status ===
 

Modified: trunk/edk2/EmulatorPkg/Unix/Host/Host.c
===================================================================
--- trunk/edk2/EmulatorPkg/Unix/Host/Host.c     2015-02-05 18:24:48 UTC (rev 
16779)
+++ trunk/edk2/EmulatorPkg/Unix/Host/Host.c     2015-02-05 18:25:01 UTC (rev 
16780)
@@ -140,7 +140,7 @@
     fclose (GdbTempFile);
   }
 
-  printf ("\nEDK II UNIX Host Emulation Environment from 
edk2.sourceforge.net\n");
+  printf ("\nEDK II UNIX Host Emulation Environment from 
http://www.tianocore.org/edk2/\n";);
 
   setbuf (stdout, 0);
   setbuf (stderr, 0);


------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to