diff options
author | jwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-12 06:30:22 +0000 |
---|---|---|
committer | jwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-12 06:30:22 +0000 |
commit | 189b65e42638a3d5adad14c6d4c102bfccef4a06 (patch) | |
tree | ccf24400631dfc1d6375b9a6f4510e4da0c8768a /BaseTools | |
parent | 2b366ba67dd7bdf8a76dc81b76e93c17700c7738 (diff) | |
download | edk2-platforms-189b65e42638a3d5adad14c6d4c102bfccef4a06.tar.xz |
Update
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7010 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'BaseTools')
-rw-r--r-- | BaseTools/ChangeLog.txt | 26 |
1 files changed, 20 insertions, 6 deletions
diff --git a/BaseTools/ChangeLog.txt b/BaseTools/ChangeLog.txt index c9ff589517..5971bb23f9 100644 --- a/BaseTools/ChangeLog.txt +++ b/BaseTools/ChangeLog.txt @@ -42,12 +42,12 @@ EDK_0000: Compatible: owner ##########################################################################################
########## Revision number of tools source code ##########
BaseTools/Bin/Win32/build.exe
- r1396 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Autogen
- r1396 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/build
- r1396 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Common
- r1396 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/CommonDataClass
- r1396 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/GenFds
- r1396 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Workspace
+ r1400 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Autogen
+ r1400 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/build
+ r1400 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Common
+ r1400 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/CommonDataClass
+ r1400 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/GenFds
+ r1400 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Workspace
BaseTools/Bin/Win32/GenFds.exe
r1396 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Common
@@ -78,6 +78,20 @@ EDK_0000: Compatible: owner r767 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/fpd2dsc
==========================================================================================
+basetools_7009: Non-Compatible: jwang36
+
+ Class_BuildTool:
+ 1) Search value of Guid/Protocol/PPI in inf file only in the same category in dec file.
+ 2) Pass all files in a module's directory to StrGather for R8 modules.
+
+ Code Change :
+ 1) /trunk/edk2/BaseTools/Bin/Win32/build.exe
+
+ Possible Impacts:
+ 1) Those inf files in which the PPI/Protocol/Guid are put in incorrect
+ section will encounter build break.
+
+==========================================================================================
EDK_6930: Non-Compatible: jwang36
Class_BuildTool:
|