Skip to content

Commit fa1dad1

Browse files
hhtianhhtian
authored and
hhtian
committedJun 8, 2013
Update to new SVN URL in readme.txt
Signed-off-by: Tian, Hot <hot.tian@intel.com> Reviewed-by: Ni, Ruiyu <ruiyu.ni@intel.com> Reviewed-by: Gao, Liming <liming.gao@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14399 6f19259b-4bc3-4df7-8a09-765794883524
1 parent 0f19927 commit fa1dad1

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed
 

‎BuildNotes2.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ subsidiaries in the United States and other countries.
88
Copyright (c) 2007 - 2011, Intel Corporation. All rights reserved.
99

1010
EDK II packages can be checked out from the following SVN address:
11-
http://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2
11+
https://svn.code.sf.net/p/edk2/code/trunk/edk2
1212

1313
The detailed introduction of these packages can be found in each package
1414
description file. (The *.dec file under the package directory)
@@ -124,7 +124,7 @@ Tools in Python
124124
long as you have the Python interpreter (version 2.5.4) installed. The source
125125
of Python code is locating at:
126126

127-
http://edk2-buildtools.svn.sourceforge.net/svnroot/edk2-buildtools/trunk/BaseTools
127+
https://svn.code.sf.net/p/edk2-buildtools/code/trunk/BaseTools
128128

129129
where:
130130

‎DuetPkg/ReadMe.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ B. Build DUET image on Linux Platform
5858

5959
To build DUET image, Mingw GCC is required:
6060

61-
1). Check out build tools project from svn repository: https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools
61+
1). Check out build tools project from svn repository: https://svn.code.sf.net/p/edk2-buildtools/code/trunk/BaseTools
6262
2). Assume check out directory is /EDKII/BaseTools, enter /EDKII/BaseTools/gcc directory. Please refer to README.txt install all the necessary
6363
build packages following:
6464
* Python 2.5

‎EdkShellBinPkg/ReadMe.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
The Ia32/Ipf/X64 binaries of EdkShellBinPkg are generated with EFI shell project (svn r63) and build with Edk Compatibility & BaseTools Package (r12898). The binaries are built with no debug information by building with "RELEASE" target.
22

33
The following steps can help to re-generate these binaries for customization:
4-
1. Check out EdkCompatibilityPkg (r12898) to $(WORKSPACE)\EdkCompatibilityPkg (svn https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/EdkCompatibilityPkg).
5-
2. Check out EdkShellPkg (r12898) to $(WORKSPACE)\EdkShellPkg (svn https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/EdkShellPkg).
6-
3. Check out Edk Shell project source (r63) to $(WORKSPACE)\Shell (svn https://efi-shell.svn.sourceforge.net/svnroot/efi-shell/trunk/Shell).
7-
4. Check out BaseTools (r12898) to $(WORKSPACE)\BaseTools (svn https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/BaseTools).
4+
1. Check out EdkCompatibilityPkg (r12898) to $(WORKSPACE)\EdkCompatibilityPkg (svn https://svn.code.sf.net/p/edk2/code/trunk/edk2/EdkCompatibilityPkg).
5+
2. Check out EdkShellPkg (r12898) to $(WORKSPACE)\EdkShellPkg (svn https://svn.code.sf.net/p/edk2/code/trunk/edk2/EdkShellPkg).
6+
3. Check out Edk Shell project source (r63) to $(WORKSPACE)\Shell (svn https://svn.code.sf.net/p/efi-shell/code/trunk/Shell).
7+
4. Check out BaseTools (r12898) to $(WORKSPACE)\BaseTools (svn https://svn.code.sf.net/p/edk2/code/trunk/edk2/BaseTools).
88
5. Under $(WORKSPACE) directory (i.e. c:\EdkII),
99
To generate Minimum Shell, execute: "build -a IA32 -a X64 -a IPF -p EdkShellPkg\EdkShellPkg.dsc -m Shell\Shell.inf -b RELEASE".
1010
To generate Full Shell, execute: "build -a IA32 -a X64 -a IPF -p EdkShellPkg\EdkShellPkg.dsc -m Shell\ShellFull.inf -b RELEASE".

‎EdkShellPkg/ReadMe.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This is EDK style package and the following steps can help to build the package:
44
https://efi-shell.tianocore.org/servlets/ProjectDocumentList?folderID=46&expandFolder=46&folderID=53
55

66
Alternatively, the EDK Shell source directory can be retrieved from the following SVN address:
7-
https://efi-shell.svn.sourceforge.net/svnroot/efi-shell/trunk/Shell
7+
https://svn.code.sf.net/p/efi-shell/code/trunk/Shell
88
SVN Revision r33 corresponds to Efi-Shell-Dev-Snapshot-20090527.zip development snapshot.
99

1010
2. Update EDK_SHELL_DIR macro in the [Defines] section in EdkShellPkg.dsc to point to

‎FatBinPkg/ReadMe.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
The binaries of FatBinPkg are generated with RELEASE_MYTOOLS from FatPkgDev Combo at the following SVN address:
2-
http://edk2-fatdriver2.svn.sourceforge.net/svnroot/edk2-fatdriver2/trunk/Combo/FatPkgDev
2+
https://svn.code.sf.net/p/edk2-fatdriver2/code/trunk/Combo/FatPkgDev
33

44
# Ebc, Ia32, Ipf, X64
55
The binaries in this package currently are built from UDK2010.SR1 release: MdePkg and BaseTools (r12898), FatPkg (r67)

‎ShellBinPkg/ReadMe.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ by building with "RELEASE" target.
77

88
The following steps can help to re-generate these binaries for customization:
99
1. Check out EDK II to $(WORKSPACE)
10-
(svn https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2).
10+
(svn https://svn.code.sf.net/p/edk2/code/trunk/edk2).
1111

1212
2. Under $(WORKSPACE) directory (i.e. c:\EdkII),
1313
To generate Shell, execute:

0 commit comments

Comments
 (0)
Please sign in to comment.