diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-08-29 02:28:01 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-08-29 02:28:01 +0000 |
commit | 8ea6977890644213cfa1f8fd412e2dc6842d9eb0 (patch) | |
tree | b87d7625076c6e686fd162e609d6b2e1ec264987 | |
parent | 4278cb0f65c1c07d94586fc305799fa8f8fdd6f2 (diff) | |
download | edk2-platforms-8ea6977890644213cfa1f8fd412e2dc6842d9eb0.tar.xz |
Fix a critical bug that the Migration Tool mistakenly creates exit-boot-services event in case of <VirtualAddressChange> externs.
This only happens when the extra option "-e" is on (by default it is off).
Update the readme.txt in BaseTools package to specify the python source for MigrationMsa2Inf.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3730 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | BaseTools/Bin/Win32/MigrationMsa2Inf.exe | bin | 1367786 -> 1367172 bytes | |||
-rw-r--r-- | BaseTools/ReadMe.txt | 5 |
2 files changed, 3 insertions, 2 deletions
diff --git a/BaseTools/Bin/Win32/MigrationMsa2Inf.exe b/BaseTools/Bin/Win32/MigrationMsa2Inf.exe Binary files differindex efa2850e81..2b724bc230 100644 --- a/BaseTools/Bin/Win32/MigrationMsa2Inf.exe +++ b/BaseTools/Bin/Win32/MigrationMsa2Inf.exe diff --git a/BaseTools/ReadMe.txt b/BaseTools/ReadMe.txt index 099aa20b06..8039b90888 100644 --- a/BaseTools/ReadMe.txt +++ b/BaseTools/ReadMe.txt @@ -90,6 +90,7 @@ Brief usage for Migration Tool MigrationMsa2Inf.exe: e. When tool generates [Sources] section, the modifiers for source files are lost. (Need to add proper tool chain, etc)
f. When tool generates [LibraryClasses] section, the recommended library instances are lost. (No impact to build)
+7. Pyton Source
+ r633 <buildtools_project>\BaseTools\Source\Python\MigrationMsa2Inf
-
-20-August-2007
+29-August-2007
|