]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Added change histories since r3766
authorjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 14 Sep 2007 01:55:23 +0000 (01:55 +0000)
committerjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 14 Sep 2007 01:55:23 +0000 (01:55 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3835 6f19259b-4bc3-4df7-8a09-765794883524

BaseTools/ChangeLog.txt

index 2cba62a2509a88a89aed009b2f57f502f04a5d9c..cd4b07f94959071078f98c422de3438b040522d1 100644 (file)
@@ -19,24 +19,144 @@ Non-Compatible and Compatible example format:
 ==========================================================================================\r
 EDK_0010: Non-Compatible: owner\r
 \r
-         Class_HFile: PPI A of MdePkg has been removed.\r
+      Class_HFile: PPI A of MdePkg has been removed.\r
 \r
-               Code Change :\r
-               1) Removed the .h file: MdePkg\Include\Ppi\A.h\r
+        Code Change :\r
+        1) Removed the .h file: MdePkg\Include\Ppi\A.h\r
 \r
-               Possible Impacts:\r
-               1) All modules that used this PPI A should be updated.\r
+        Possible Impacts:\r
+        1) All modules that used this PPI A should be updated.\r
 \r
 ==========================================================================================\r
 EDK_0000: Compatible: owner\r
 \r
-         Class_BuildTool: with the EDK_0000 build.exe, the build performance is enhanced great.\r
+      Class_BuildTool: with the EDK_0000 build.exe, the build performance is enhanced great.\r
 \r
-               Code Change :\r
-               1) BaseTools\Bin\Win32\build.exe\r
+        Code Change :\r
+        1) BaseTools\Bin\Win32\build.exe\r
 \r
 !!!!!!!!!!!!!!!!!!                     End of Notes                     !!!!!!!!!!!!!!!!!!\r
 ##########################################################################################\r
 \r
 \r
+==========================================================================================\r
+EDK_3832: Non-Compatible: jwang36\r
+\r
+      Class_BuildTool:\r
+        1) Added support of MACRO in tools_def.txt\r
+        2) Merged PATH and NAME attributes in tools_def.txt\r
+        3) Changed DPATH attribute to DLL in tools_def.txt\r
+        4) Removed SPATH attribute in tools_def.txt\r
+        5) Added support for library instance without library class\r
+        6) Fixed the issue in Trim tool which zero file will be generated if the trimmed \r
+           file has not line directive\r
\r
+        Code Change :\r
+        1) BaseTools/Bin/Win32/build.exe\r
+        2) BaseTools/Bin/Win32/GenFds.exe\r
+        3) BaseTools/Bin/Win32/Trim.exe\r
+        4) BaseTools/Conf/tools_def.template\r
+\r
+        Possible Impacts:\r
+        1) All platforms and modules build\r
+\r
+==========================================================================================\r
+EDK_3801: Compatible: jwang36\r
+\r
+      Class_BuildConfiguration: Added makefile as dependency for "Dynamic-Library-File" to \r
+        solve the incremental build issue occurred when there's library changes\r
+\r
+        Code Change :\r
+        1) BaseTools/Conf/build_rule.template\r
+\r
+==========================================================================================\r
+EDK_3800: Compatible: lgao4\r
+\r
+      Class_BuildTool: Update EfiRom tool to fix checksum and PCI3.0 data structure\r
+\r
+        Code Change :\r
+        1) BaseTools/Bin/Win32/EfiRom.exe\r
+\r
+==========================================================================================\r
+EDK_3795: Compatible: htao\r
+\r
+      Class_BuildTool: GenVtf tool open/write file with "r+b"/"w+b" attribute, but this cause\r
+                       the RO attribute of the file changed. Fix this issue by changing \r
+                       "r+b"/"w+b" to "rb"/"wb".\r
+\r
+        Code Change :\r
+        1) BaseTools/Bin/Win32/GenVtf.exe\r
+\r
+==========================================================================================\r
+EDK_3791: Compatible: jlin16\r
+\r
+      Class_BuildTool:\r
+        1) use '#' to indicate flash generation progress.\r
+        2) use -v to switch on detail output messages.\r
+\r
+        Code Change :\r
+        1) BaseTools/Bin/Win32/GenFds.exe\r
+\r
+==========================================================================================\r
+EDK_3789: Non-Compatible: lgao4\r
+\r
+      Class_BuildTool: support new Rules format and PCD format defined in FDF file\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 platform's FDF file, if any, must be changed to new format\r
+\r
+==========================================================================================\r
+EDK_3786: Compatible: vjeff\r
+\r
+      Class_BuildConfiguration:\r
+        1) Redirect ICC_IA32_*_PATH from C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin \r
+           to C:\Program Files\Intel\Compiler\C++\9.1\IA32\Bin. \r
+        2) Add ICC X64 definition to enable ICC X64 build.\r
+\r
+        Code Change :\r
+        1) BaseTools/Conf/tools_def.template\r
+\r
+==========================================================================================\r
+EDK_3785: Non-Compatible: klu2\r
+\r
+      Class_BuildTool: Upgrade the format of EFI_PEIM_ENTRY_POINT to \r
+                       EFI_PEIM_ENTRY_POINT2 according to PI specification.\r
+\r
+\r
+        Code Change :\r
+        1) BaseTools/Bin/Win32/build.exe\r
+\r
+        Possible Impacts:\r
+        1) All modules build\r
+\r
+\r
+==========================================================================================\r
+EDK_3780: Non-Compatible: qhuang8\r
+\r
+      Class_MigrationTool: Update the syntax of PCD section.\r
+                           Update the syntax of binary INF file\r
+                           The generated Extended INF file should follow Extended INF spec 0.44\r
+\r
+        Code Change :\r
+        1) BaseTools/Bin/Win32/MigrationMsa2Inf.exe\r
+\r
+        Possible Impacts:\r
+        1) New module migrated from old R9\r
+\r
+\r
+==========================================================================================\r
+EDK_3766: Non-Compatible: lgao4\r
+\r
+      Class_BuildConfiguration: Update Acpi Asl file Build rule to remove trim step.\r
+\r
+        Code Change :\r
+        1) Conf/build_rule.template\r
+\r
+        Possible Impacts:\r
+        1) Platform with ACPI module.\r
+\r
 \r