]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/ChangeLog.txt
Add ConIn device even if SimpleTextInputEx Protocol is not available for backward...
[mirror_edk2.git] / BaseTools / ChangeLog.txt
index d1f6079ad6c9d93b67696ff1379eb93b8f38c466..752d110ea4ef76c64959a6f41840ebdb2e143c4d 100644 (file)
@@ -38,13 +38,44 @@ 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
+        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 +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