From dff5a05ba15406de20da2478a6d164c09f8d68d0 Mon Sep 17 00:00:00 2001 From: Jordan Justen Date: Thu, 5 Feb 2015 18:25:01 +0000 Subject: [PATCH] EmulatorPkg: Update web page and wiki urls Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jordan Justen Reviewed-by: Bruce Cran git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16780 6f19259b-4bc3-4df7-8a09-765794883524 --- EmulatorPkg/CpuRuntimeDxe/Cpu.c | 2 +- EmulatorPkg/PlatformSmbiosDxe/SmbiosTable.c | 12 ++++++------ EmulatorPkg/README | 2 +- EmulatorPkg/Unix/Host/Host.c | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/EmulatorPkg/CpuRuntimeDxe/Cpu.c b/EmulatorPkg/CpuRuntimeDxe/Cpu.c index b25ed45da4..fb8520afc1 100644 --- a/EmulatorPkg/CpuRuntimeDxe/Cpu.c +++ b/EmulatorPkg/CpuRuntimeDxe/Cpu.c @@ -127,7 +127,7 @@ SMBIOS_TABLE_TYPE4 mCpuSmbiosType4 = { CHAR8 *mCpuSmbiosType4Strings[] = { "Socket", - "edk2.svn.sourceforge.net", + "http://www.tianocore.org/edk2/", "Emulated Processor", "1.0", "1.0", diff --git a/EmulatorPkg/PlatformSmbiosDxe/SmbiosTable.c b/EmulatorPkg/PlatformSmbiosDxe/SmbiosTable.c index 9fab301828..c79e57b304 100644 --- a/EmulatorPkg/PlatformSmbiosDxe/SmbiosTable.c +++ b/EmulatorPkg/PlatformSmbiosDxe/SmbiosTable.c @@ -95,7 +95,7 @@ SMBIOS_TABLE_TYPE0 gSmbiosType0Template = { 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 @@ SMBIOS_TABLE_TYPE1 gSmbiosType1Template = { 6, // Family String }; CHAR8 *gSmbiosType1Strings[] = { - "edk2.sourceforge.net", + "http://www.tianocore.org/edk2/", "EmulatorPkg", "1.0", "System Serial#", @@ -144,7 +144,7 @@ SMBIOS_TABLE_TYPE2 gSmbiosType2Template = { { 0 } // ContainedObjectHandles[1]; }; CHAR8 *gSmbiosType2Strings[] = { - "edk2.sourceforge.net", + "http://www.tianocore.org/edk2/", "EmulatorPkg", "1.0", "Base Board Serial#", @@ -172,7 +172,7 @@ SMBIOS_TABLE_TYPE3 gSmbiosType3Template = { { { 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 @@ SMBIOS_TABLE_TYPE11 gSmbiosType11Template = { 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 @@ SMBIOS_TABLE_TYPE12 gSmbiosType12Template = { 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 }; diff --git a/EmulatorPkg/README b/EmulatorPkg/README index 20255b0d5b..fdb26de503 100644 --- a/EmulatorPkg/README +++ b/EmulatorPkg/README @@ -6,7 +6,7 @@ emulated under an environment where a full UEFI compatible 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 === diff --git a/EmulatorPkg/Unix/Host/Host.c b/EmulatorPkg/Unix/Host/Host.c index 7d8e0e28b4..977fe87fa6 100644 --- a/EmulatorPkg/Unix/Host/Host.c +++ b/EmulatorPkg/Unix/Host/Host.c @@ -140,7 +140,7 @@ main ( 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);