X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=BaseTools%2FChangeLog.txt;h=e04692ec03621619753349aa07bedee4fd9217be;hb=9df87888de644b5425ffce2d8a76347000d0a57c;hp=752d110ea4ef76c64959a6f41840ebdb2e143c4d;hpb=651cad36c1a401030ba489698b755379845825e5;p=mirror_edk2.git diff --git a/BaseTools/ChangeLog.txt b/BaseTools/ChangeLog.txt index 752d110ea4..e04692ec03 100644 --- a/BaseTools/ChangeLog.txt +++ b/BaseTools/ChangeLog.txt @@ -36,7 +36,107 @@ EDK_0000: Compatible: owner 1) BaseTools\Bin\Win32\build.exe !!!!!!!!!!!!!!!!!! End of Notes !!!!!!!!!!!!!!!!!! + +########################################################################################## + ########################################################################################## +########## Revision number of tools source code ########## + BaseTools/Bin/Win32/build.exe + 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 + 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 + 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 + r843 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Common + + BaseTools/Bin/Win32/TargetTool.exe + r843 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/TargetTool + r843 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Common + + BaseTools/Bin/Win32/Spd2Dec.exe + r777 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/spd2dec + + BaseTools/Bin/Win32/Fpd2Dsc.exe + 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: + 1) Changed MYTOOLS to use Visual Studio Team Suite for IA32 and X64. IPF is still use WINDKK. + 2) Re-generated build.exe and GenFds.exe to incorporate new changes of build tools + 3) Enabled multi-thread build mode by default (can be disabled by using "-n 0" option or changing + MULTIPLE_THREAD in target.txt to Disabled) + 4) Fixed an incorrect command (no leading tab/space) generated in top level Makefile. + + Code Change : + 1) BaseTools/Bin/Win32/GenFds.exe + 2) BaseTools/Bin/Win32/build.exe + 3) BaseTools/Conf/target.template + 4) BaseTools/Conf/tools_def.template + + Possible Impacts: + 1) Install Visual Studio 2005 Team Suite Edition. + +========================================================================================== +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 + 2) 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