summaryrefslogtreecommitdiff
path: root/BaseTools
diff options
context:
space:
mode:
authorjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>2008-03-21 06:14:01 +0000
committerjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>2008-03-21 06:14:01 +0000
commiteba88b794e86d1f2c6a2ef892cc552da2ae6ef4a (patch)
tree4b5db531ecfe8070f0190ce33d4bd51cc6ad399c /BaseTools
parentf2a94e25589a2f79cd3e508960a5c29290aa58ea (diff)
downloadedk2-platforms-eba88b794e86d1f2c6a2ef892cc552da2ae6ef4a.tar.xz
Changed per the recent update
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4942 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'BaseTools')
-rw-r--r--BaseTools/ChangeLog.txt49
1 files changed, 39 insertions, 10 deletions
diff --git a/BaseTools/ChangeLog.txt b/BaseTools/ChangeLog.txt
index b234d1e3d6..e04692ec03 100644
--- a/BaseTools/ChangeLog.txt
+++ b/BaseTools/ChangeLog.txt
@@ -42,20 +42,24 @@ EDK_0000: Compatible: owner
##########################################################################################
########## Revision number of tools source code ##########
BaseTools/Bin/Win32/build.exe
- r937 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Autogen
- r937 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/build
- r937 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Common
- r937 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/CommonDataClass
- r937 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/GenFds
+ r1070 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Autogen
+ r1070 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/build
+ r1070 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Common
+ r1070 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/CommonDataClass
+ r1070 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/GenFds
BaseTools/Bin/Win32/GenFds.exe
- r937 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Common
- r937 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/CommonDataClass
- r937 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/GenFds
+ r1070 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Common
+ r1070 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/CommonDataClass
+ r1070 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/GenFds
+
+ BaseTools/Bin/Win32/GenDepex.exe
+ r1070 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/AutoGen
+ r1070 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Common
BaseTools/Bin/Win32/Trim.exe
- r843 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Trim
- r843 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Common
+ r1070 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Trim
+ r1070 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
@@ -72,6 +76,31 @@ EDK_0000: Compatible: owner
r767 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/fpd2dsc
==========================================================================================
+EDK_4859: Non-Compatible: jwang36
+
+ Class_BuildTool:
+ 1) Changed VfrCompile.exe to be UEFI HII compatible
+ 2) Improved R8 module build
+ 3) Added binary file build
+ 4) Removed "extern int __make_me_compile_correctly" in AutoGen code for
+ R9 modules, but kept for R8 modules
+ 5) Enfored more error check and introduced a optimization for GenDepex
+ 6) Added BUILD_RULE_CONF in target.txt to specify build rules file
+ 7) Rebuilt all Python tools with Python2.5.2
+
+ Code Change :
+ 1) build.exe
+ 2) VfrCompile.exe
+ 3) GenFds.exe
+ 4) GenDepex.exe
+ 5) target.template
+
+
+ Possible Impacts:
+ 1) All EFI code needs to be UEFI HII compatible.
+ 2) Conf/target.txt needs to be replaced by new target.template
+
+==========================================================================================
EDK_4251: Non-Compatible: jwang36
Class_BuildTool: