summaryrefslogtreecommitdiff
path: root/BaseTools
diff options
context:
space:
mode:
authorjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>2007-10-22 09:27:45 +0000
committerjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>2007-10-22 09:27:45 +0000
commit183eb3e61728f3314eb50bca5cbd6501c2346280 (patch)
treea55a4e2a816566babea9796875fc3dfc511d6e81 /BaseTools
parent0cadafc8822c57fe1482f8f795a920e5b31271a6 (diff)
downloadedk2-platforms-183eb3e61728f3314eb50bca5cbd6501c2346280.tar.xz
Added change log for the latest tools update (r4190 & r4189).
Added revision number information of tools source code. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4193 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'BaseTools')
-rw-r--r--BaseTools/ChangeLog.txt44
1 files changed, 44 insertions, 0 deletions
diff --git a/BaseTools/ChangeLog.txt b/BaseTools/ChangeLog.txt
index 752d110ea4..00275a6742 100644
--- a/BaseTools/ChangeLog.txt
+++ b/BaseTools/ChangeLog.txt
@@ -36,7 +36,51 @@ EDK_0000: Compatible: owner
1) BaseTools\Bin\Win32\build.exe
!!!!!!!!!!!!!!!!!! End of Notes !!!!!!!!!!!!!!!!!!
+
+##########################################################################################
+
##########################################################################################
+########## Revision number of tools source code ##########
+ BaseTools/Bin/Win32/build.exe
+ r844 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Autogen
+ r844 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/build
+ r844 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Common
+ r844 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/CommonDataClass
+ r844 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/GenFds
+
+ BaseTools/Bin/Win32/GenFds.exe
+ r843 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Common
+ r843 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/CommonDataClass
+ r843 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/GenFds
+
+ BaseTools/Bin/Win32/Trim.exe
+ r843 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Trim
+
+ BaseTools/Bin/Win32/MigrationMsa2Inf.exe
+ r843 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/MigrationMsa2Inf
+
+ BaseTools/Bin/Win32/TargetTool.exe
+ r843 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/TargetTool
+
+
+==========================================================================================
+EDK_4190: Non-Compatible: jwang36
+
+ Class_BuildTool:
+ 1) Added support of using PCD default value from DEC/INF file if one
+ PCD is declared in INF file but not found in DSC file.
+ 2) Added support of breaking build if no library instance is found for
+ a library class.
+
+ Code Change :
+ 1) BaseTools/Bin/Win32/build.exe
+ 1) BaseTools/Bin/Win32/GenFds.exe
+
+ Possible Impacts:
+ 1) All packages/platforms/modules, which have wrong library classes
+ declared or have no library instance for some library classes, must be
+ changed to make sure each library class declared in INF file has
+ corresponding library instance.
==========================================================================================
EDK_4096: Non-Compatible: jwang36