]> git.proxmox.com Git - mirror_edk2.git/commitdiff
update ChangeLog.txt by adding acpi table rule change.
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 27 Sep 2007 06:22:14 +0000 (06:22 +0000)
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 27 Sep 2007 06:22:14 +0000 (06:22 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3942 6f19259b-4bc3-4df7-8a09-765794883524

BaseTools/ChangeLog.txt

index 401390ddc04f47160ac489f358ff71b97f98017a..8dad4cc093309602c78851a1ff5bba2d78f8d599 100644 (file)
@@ -173,8 +173,11 @@ EDK_3789: Non-Compatible: lgao4
 \r
         Possible Impacts:\r
         1) All platform's FDF file, if any, must be changed to new format.\r
-          a) PCD format is changed from old PcdName to new PcdTokenSpaceGuid.PcdName, for example PcdWinNtFdBaseAddress in old FDF file will be replaced by gEfiNt32PkgTokenSpaceGuid.PcdWinNtFdBaseAddres.\r
-          b) Rule format adds binary file type and file postfix name support, and doesn't require the full file path. For example:\r
+          a) PCD format is changed from old PcdName to new PcdTokenSpaceGuid.PcdName, \r
+             for example PcdWinNtFdBaseAddress in old FDF file will be replaced \r
+             by gEfiNt32PkgTokenSpaceGuid.PcdWinNtFdBaseAddres.\r
+          b) Rule format adds binary file type and file postfix name support, \r
+             and doesn't require the full file path. Examples for Peim and AcpiTable module:\r
           Old Peim Rule:\r
           [Rule.Common.PEIM]\r
           FILE PEIM = $(NAMED_GUID) {\r
@@ -192,6 +195,22 @@ EDK_3789: Non-Compatible: lgao4
                VERSION  STRING="$(INF_VERSION)" Optional BUILD_NUM=$(BUILD_NUMBER)   \r
             }\r
 \r
+          Old AcpiTable Rule:\r
+          [Rule.Common.DXE_DRIVER.ACPITABLE]\r
+            FILE FREEFORM = $(NAMED_GUID) {\r
+              RAW                    $(INF_OUTPUT)/Madt.acpi\r
+              RAW                    $(INF_OUTPUT)/Fadt.acpi\r
+              RAW                    $(INF_OUTPUT)/Facs.acpi\r
+              RAW                    $(INF_OUTPUT)/Spcr.acpi\r
+              RAW                    $(INF_OUTPUT)/Dsdt.aml\r
+            }\r
+          New AcpiTable Rule:\r
+          [Rule.Common.DXE_DRIVER.ACPITABLE]\r
+            FILE FREEFORM = $(NAMED_GUID) {\r
+              RAW ACPI |.acpi\r
+              RAW ASL  |.aml\r
+            }\r
+\r
 ==========================================================================================\r
 EDK_3786: Compatible: vjeff\r
 \r
@@ -240,6 +259,7 @@ EDK_3766: Non-Compatible: lgao4
         1) Conf/build_rule.template\r
 \r
         Possible Impacts:\r
-        1) Platform with ACPI module. Acpi module needs to set /EP preprocessor compiler option for APP_FLAGS in module inf to override the default /E option from tools_def.txt file. \r
+        1) Platform with ACPI module. Acpi module needs to set /EP preprocessor compiler option \r
+        for APP_FLAGS in module inf to override the default /E option defined in tools_def.txt file. \r
 \r
 \r