diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-09-27 04:57:28 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-09-27 04:57:28 +0000 |
commit | b4b771c91bf8cb79ad4b8f5fa83717e868193fba (patch) | |
tree | fd857c8f4dbabcbe3255aaa92cde5728bd625381 | |
parent | e05c1747073c8ccbb9ed6f480536ec8170d87fde (diff) | |
download | edk2-platforms-b4b771c91bf8cb79ad4b8f5fa83717e868193fba.tar.xz |
Modify PEIM's entry point
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3936 6f19259b-4bc3-4df7-8a09-765794883524
-rwxr-xr-x | BaseTools/Bin/Win32/build.exe | bin | 1488712 -> 1509254 bytes | |||
-rw-r--r-- | BaseTools/ReadMe.txt | 16 |
2 files changed, 8 insertions, 8 deletions
diff --git a/BaseTools/Bin/Win32/build.exe b/BaseTools/Bin/Win32/build.exe Binary files differindex 89d2f4df1a..5d74090569 100755 --- a/BaseTools/Bin/Win32/build.exe +++ b/BaseTools/Bin/Win32/build.exe diff --git a/BaseTools/ReadMe.txt b/BaseTools/ReadMe.txt index e66b3ee8ab..95cfc68bc3 100644 --- a/BaseTools/ReadMe.txt +++ b/BaseTools/ReadMe.txt @@ -28,16 +28,16 @@ Notes: cannot generate AutoGen.* files. Only "build" command can.
3) build.exe in %WORKSPACE%\BaseTools\Bin\Win32 is generated from following revision of
Python source code:
- r750 <buildtools_project>\BaseTools\Source\Python\Autogen
- r750 <buildtools_project>\BaseTools\Source\Python\build
- r750 <buildtools_project>\BaseTools\Source\Python\Common
- r750 <buildtools_project>\BaseTools\Source\Python\CommonDataClass
- r750 <buildtools_project>\BaseTools\Source\Python\GenFds
+ r764 <buildtools_project>\BaseTools\Source\Python\Autogen
+ r764 <buildtools_project>\BaseTools\Source\Python\build
+ r764 <buildtools_project>\BaseTools\Source\Python\Common
+ r764 <buildtools_project>\BaseTools\Source\Python\CommonDataClass
+ r764 <buildtools_project>\BaseTools\Source\Python\GenFds
4) GenFds.exe has is a combo of the follow python source.(This is a temporary branch)
- r750 <buildtools_project>\BaseTools\Source\Python\Common
- r750 <buildtools_project>\BaseTools\Source\Python\CommonDataClass
- r750 <buildtools_project>\BaseTools\Source\Python\GenFds
+ r764 <buildtools_project>\BaseTools\Source\Python\Common
+ r764 <buildtools_project>\BaseTools\Source\Python\CommonDataClass
+ r764 <buildtools_project>\BaseTools\Source\Python\GenFds
Brief usage for Migration Tool MigrationMsa2Inf.exe:
1. Command line format:
|