]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/ChangeLog.txt
remove member context from _EFI_MTFTP4_TOKEN structure.
[mirror_edk2.git] / BaseTools / ChangeLog.txt
index d1f6079ad6c9d93b67696ff1379eb93b8f38c466..de54d0ed1e0d7c43326dd294ee5a2c727f109b39 100644 (file)
@@ -36,15 +36,117 @@ EDK_0000: Compatible: owner
         1) BaseTools\Bin\Win32\build.exe\r
 \r
 !!!!!!!!!!!!!!!!!!                     End of Notes                     !!!!!!!!!!!!!!!!!!\r
+\r
+##########################################################################################\r
+\r
 ##########################################################################################\r
+##########                 Revision number of tools source code                 ##########\r
+    BaseTools/Bin/Win32/build.exe\r
+        r863 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Autogen\r
+        r863 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/build\r
+        r863 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Common\r
+        r863 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/CommonDataClass\r
+        r863 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/GenFds\r
+\r
+    BaseTools/Bin/Win32/GenFds.exe\r
+        r843 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Common\r
+        r843 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/CommonDataClass\r
+        r843 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/GenFds\r
+\r
+    BaseTools/Bin/Win32/Trim.exe\r
+        r843 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Trim\r
+        r843 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Common\r
+\r
+    BaseTools/Bin/Win32/MigrationMsa2Inf.exe\r
+        r843 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/MigrationMsa2Inf\r
+        r843 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Common\r
+\r
+    BaseTools/Bin/Win32/TargetTool.exe\r
+        r843 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/TargetTool\r
+        r843 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Common\r
+\r
+    BaseTools/Bin/Win32/Spd2Dec.exe\r
+        r777 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/spd2dec\r
+\r
+    BaseTools/Bin/Win32/Fpd2Dsc.exe\r
+        r767 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/fpd2dsc\r
+\r
+==========================================================================================\r
+EDK_4251: Non-Compatible: jwang36\r
+\r
+      Class_BuildTool:\r
+        1) Changed MYTOOLS to use Visual Studio Team Suite for IA32 and X64. IPF is still use WINDKK.\r
+        2) Re-generated build.exe and GenFds.exe to incorporate new changes of build tools\r
+        3) Enabled multi-thread build mode by default (can be disabled by using "-n 0" option or changing \r
+           MULTIPLE_THREAD in target.txt to Disabled)\r
+        4) Fixed an incorrect command (no leading tab/space) generated in top level Makefile.\r
\r
+        Code Change :\r
+        1) BaseTools/Bin/Win32/GenFds.exe\r
+        2) BaseTools/Bin/Win32/build.exe\r
+        3) BaseTools/Conf/target.template\r
+        4) BaseTools/Conf/tools_def.template\r
+\r
+        Possible Impacts:\r
+        1) Install Visual Studio 2005 Team Suite Edition.\r
+\r
+==========================================================================================\r
+EDK_4190: Non-Compatible: jwang36\r
+\r
+      Class_BuildTool:\r
+        1) Added support of using PCD default value from DEC/INF file if one\r
+                               PCD is declared in INF file but not found in DSC file.\r
+                               2) Added support of breaking build if no library instance is found for\r
+                               a library class.\r
\r
+        Code Change :\r
+        1) BaseTools/Bin/Win32/build.exe\r
+        2) BaseTools/Bin/Win32/GenFds.exe\r
+\r
+        Possible Impacts:\r
+        1) All packages/platforms/modules, which have wrong library classes\r
+                               declared or have no library instance for some library classes, must be\r
+                               changed to make sure each library class declared in INF file has\r
+                               corresponding library instance.\r
+\r
+==========================================================================================\r
+EDK_4096: Non-Compatible: jwang36\r
+\r
+      Class_BuildTool:\r
+        1) Removed the calling of vsvars32.bat in edksetup.bat, unless\r
+                               "--nt32" switch is used.\r
+                               2) Added MAKE command in tools_def.txt. This is used to locate where\r
+                               the nmake.exe or make.exe is because it will not be in PATH any more.\r
+                               3) Removed the calling of vsvars32.bat in toolsetup.bat.\r
+                               4) Solved the hang issue of build.exe when error occurred or Ctrl+C is\r
+                               pressed.\r
+                               5) Passed "-v/-d/-q" command line option to GenFds.exe in makefile if\r
+                               it's used by build.exe.\r
\r
+        Code Change :\r
+        1) BaseTools/Bin/Win32/build.exe\r
+        2) BaseTools/Bin/Win32/GenFds.exe\r
+        3) BaseTools/Conf/tools_def.template\r
+        4) BaseTools/toolsetup.bat\r
+                               5) edksetup.bat\r
+\r
+        Possible Impacts:\r
+        1) Nt32Pkg build needs to run vsvars32.bat before edksetup.bat or run\r
+                               edksetup.bat with "--nt32" option, like\r
+\r
+                                               edksetup.bat --nt32 newbuild\r
+\r
+                               2) $(WORKSPACE)/Conf/tools_def.txt must be deleted before running\r
+                               edksetup.bat because of new tools_def.template. Otherwise the\r
+                               build.exe cannot find the nmake.exe to call.\r
 \r
 ==========================================================================================\r
 EDK_3947: Compatible: jwang36\r
 \r
       Class_BuildTool:\r
         1) Improved spawn mode (multi-thread) build performance (build -s)\r
-                               2) Changed the error/debug/warning message format\r
-                               3) Added "--log" command line option to support storing log in file\r
+        2) Changed the error/debug/warning message format\r
+        3) Added "--log" command line option to support storing log in file\r
  \r
         Code Change :\r
         1) BaseTools/Bin/Win32/build.exe\r
@@ -108,13 +210,13 @@ EDK_3911: Compatible: jlin16
         \r
         Specifying how to process the binary file by defining corresponding Rule like this:\r
         [Rule.Common.Base.Test]\r
-              FILE FREEFORM = $(NAMED_GUID) {\r
-                COMPRESS PI_STD {\r
-                GUIDED {\r
+         FILE FREEFORM = $(NAMED_GUID) {\r
+           COMPRESS PI_STD {\r
+             GUIDED {\r
                 RAW BIN |.bmp   \r
              }\r
-                }\r
-              }\r
+           }\r
+         }\r
 \r
 ==========================================================================================\r
 EDK_3832: Non-Compatible: jwang36\r