summaryrefslogtreecommitdiff
path: root/BaseTools
diff options
context:
space:
mode:
authorjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-31 06:09:27 +0000
committerjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-31 06:09:27 +0000
commit6160c6283510ce63ddd5abc306770bc90b81e4c3 (patch)
tree500994c60fd0f5707bb14618f6487a3169da2150 /BaseTools
parent3fd8027ee5658375999a73211a79d96213e946e4 (diff)
downloadedk2-platforms-6160c6283510ce63ddd5abc306770bc90b81e4c3.tar.xz
Updated the changes in r7158
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7161 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'BaseTools')
-rw-r--r--BaseTools/ChangeLog.txt44
1 files changed, 34 insertions, 10 deletions
diff --git a/BaseTools/ChangeLog.txt b/BaseTools/ChangeLog.txt
index 5971bb23f9..097cf793cd 100644
--- a/BaseTools/ChangeLog.txt
+++ b/BaseTools/ChangeLog.txt
@@ -42,18 +42,18 @@ EDK_0000: Compatible: owner
##########################################################################################
########## Revision number of tools source code ##########
BaseTools/Bin/Win32/build.exe
- 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
+ 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
BaseTools/Bin/Win32/GenFds.exe
- 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
+ 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
BaseTools/Bin/Win32/GenDepex.exe
r1383 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/AutoGen
@@ -78,6 +78,30 @@ EDK_0000: Compatible: owner
r767 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/fpd2dsc
==========================================================================================
+basetools_7159: Non-Compatible: jwang36
+
+ Class_BuildTool:
+ 1) Re-fine and fully test the mechanism of getting over the long command
+ line limitation
+ 2) Change the -s option of build from "SpawnMode" to be "SilentMode"
+ 3) Change the prototype of PeiCoreEntryPoint in AutoGen-ed code
+ 4) Remove CalcDeps module since it's no longer needed.
+ 5) Remove "-k", "-g" and "-l" switches from build
+ 6) Remove MULTIPLE_THREAD in target.template. Use MAX_CONCURRENT_THREAD_NUMBER
+ to get the same functionality.
+
+ Code Change :
+ 1) /trunk/edk2/BaseTools/Bin/Win32/build.exe
+ 1) /trunk/edk2/BaseTools/Bin/Win32/GenFds.exe
+
+ Possible Impacts:
+ 1) The local version build_rule.txt must be updated with changes in build_rule.template
+ 2) Use "build -s" to pass "-s" switch to "make" tool to do silent "make".
+ To suppress all message from stdout, use "build -q" instead.
+ 3) To get over the long command line limitation, use "@$(<FILE_TYPE>S_LIST)"
+ in the place of ${src} for those commands encountering such kind of
+ problem.
+
basetools_7009: Non-Compatible: jwang36
Class_BuildTool: