]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/ChangeLog.txt
Fixed an issue which cause mismatch of line directive in preprocessed GNU assembly...
[mirror_edk2.git] / BaseTools / ChangeLog.txt
index 8dad4cc093309602c78851a1ff5bba2d78f8d599..752d110ea4ef76c64959a6f41840ebdb2e143c4d 100644 (file)
@@ -38,6 +38,49 @@ EDK_0000: Compatible: owner
 !!!!!!!!!!!!!!!!!!                     End of Notes                     !!!!!!!!!!!!!!!!!!\r
 ##########################################################################################\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
\r
+        Code Change :\r
+        1) BaseTools/Bin/Win32/build.exe\r
+\r
+\r
 ==========================================================================================\r
 EDK_3936: Compatible: klu2\r
 \r
@@ -96,13 +139,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