summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>2009-02-17 02:05:01 +0000
committerjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>2009-02-17 02:05:01 +0000
commit750cfdecb9ecc08d0d429899b9d50b534a60d6b3 (patch)
tree3605cb7da774311f6ad0194cb62b000fe48ce38e
parenta7d376877f5d552dccc613099c8d6030dbef7ab4 (diff)
Updated per the latest changes
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7530 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r--BaseTools/ChangeLog.txt50
1 files changed, 38 insertions, 12 deletions
diff --git a/BaseTools/ChangeLog.txt b/BaseTools/ChangeLog.txt
index 097cf793c..e765210d3 100644
--- a/BaseTools/ChangeLog.txt
+++ b/BaseTools/ChangeLog.txt
@@ -42,26 +42,26 @@ EDK_0000: Compatible: owner
##########################################################################################
########## Revision number of tools source code ##########
BaseTools/Bin/Win32/build.exe
- r1426 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Autogen
- r1426 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/build
- r1426 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Common
- r1426 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/CommonDataClass
- r1426 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/GenFds
- r1426 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Workspace
+ r1483 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Autogen
+ r1483 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/build
+ r1483 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Common
+ r1483 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/CommonDataClass
+ r1483 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/GenFds
+ r1483 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Workspace
BaseTools/Bin/Win32/GenFds.exe
- r1426 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Common
- r1426 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/CommonDataClass
- r1426 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/GenFds
- r1426 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Workspace
+ r1483 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Common
+ r1483 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/CommonDataClass
+ r1483 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/GenFds
+ r1483 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Workspace
BaseTools/Bin/Win32/GenDepex.exe
r1383 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/AutoGen
r1383 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Common
BaseTools/Bin/Win32/Trim.exe
- r1383 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Trim
- r1383 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Common
+ r1483 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Trim
+ r1483 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Common
BaseTools/Bin/Win32/MigrationMsa2Inf.exe
r843 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/MigrationMsa2Inf
@@ -78,6 +78,32 @@ EDK_0000: Compatible: owner
r767 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/fpd2dsc
==========================================================================================
+basetools_7529: Non-Compatible: jwang36
+
+ Class_BuildTool:
+ 1) Use FAMILY defined in *_TAGNAME_*_*_FAMILY as the toolchain family
+ 2) Force file name case check in Windows
+ 3) Consolidate file/path operations
+ 4) Support binary file type in build_rule.txt
+ 5) Generate $(FILE_TYPES) macro only when it's used in build_rule.txt
+ 6) Use build_rule.txt to solve customized build for USER_DEFINED module
+ 7) Re-design TemplateString to make it faster
+ 8) Improve performance of Trim tool
+ 9) Fix undefined variables issue
+ 10) Fix HSD202142 and HSD202144
+
+ Code Change :
+ 1) /trunk/edk2/BaseTools/Bin/Win32/build.exe
+ 2) /trunk/edk2/BaseTools/Bin/Win32/GenFds.exe
+ 3) /trunk/edk2/BaseTools/Bin/Win32/Trim.exe
+ 4) /trunk/edk2/BaseTools/Conf/build_rule.template
+
+ Possible Impacts:
+ 1) To build Nt32Pkg.dsc correctly, the local version build_rule.txt must
+ updated with the change in new build_rule.template.
+ 2) The case of file path must be the same as in file system, or the build
+ will break.
+
basetools_7159: Non-Compatible: jwang36
Class_BuildTool: