1. update AcpiTable module type to USER_DEFINED
2. added ACPITABLE rule for AcpiTable modules in fdf files. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9039 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
#
|
#
|
||||||
# ACPI table data and ASL sources required to boot the platform.
|
# ACPI table data and ASL sources required to boot the platform.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008, Intel Corporation. <BR>
|
# Copyright (c) 2008 - 2009, Intel Corporation. <BR>
|
||||||
# All rights reserved. This program and the accompanying materials
|
# All rights reserved. This program and the accompanying materials
|
||||||
# are licensed and made available under the terms and conditions of the BSD License
|
# are licensed and made available under the terms and conditions of the BSD License
|
||||||
# which accompanies this distribution. The full text of the license may be found at
|
# which accompanies this distribution. The full text of the license may be found at
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
INF_VERSION = 0x00010005
|
INF_VERSION = 0x00010005
|
||||||
BASE_NAME = PlatformAcpiTables
|
BASE_NAME = PlatformAcpiTables
|
||||||
FILE_GUID = 7E374E25-8E01-4FEE-87F2-390C23C606CD
|
FILE_GUID = 7E374E25-8E01-4FEE-87F2-390C23C606CD
|
||||||
MODULE_TYPE = DXE_DRIVER
|
MODULE_TYPE = USER_DEFINED
|
||||||
VERSION_STRING = 1.0
|
VERSION_STRING = 1.0
|
||||||
EDK_RELEASE_VERSION = 0x00020000
|
EDK_RELEASE_VERSION = 0x00020000
|
||||||
EFI_SPECIFICATION_VERSION = 0x00020000
|
EFI_SPECIFICATION_VERSION = 0x00020000
|
||||||
|
@@ -296,7 +296,7 @@ INF RuleOverride=RESET_VECTOR OvmfPkg/ResetVector/Bin/ResetVector.inf
|
|||||||
VERSION STRING="$(INF_VERSION)" Optional BUILD_NUM=$(BUILD_NUMBER)
|
VERSION STRING="$(INF_VERSION)" Optional BUILD_NUM=$(BUILD_NUMBER)
|
||||||
}
|
}
|
||||||
|
|
||||||
[Rule.Common.DXE_DRIVER.ACPITABLE]
|
[Rule.Common.USER_DEFINED.ACPITABLE]
|
||||||
FILE FREEFORM = $(NAMED_GUID) {
|
FILE FREEFORM = $(NAMED_GUID) {
|
||||||
RAW ACPI |.acpi
|
RAW ACPI |.acpi
|
||||||
RAW ASL |.aml
|
RAW ASL |.aml
|
||||||
|
@@ -146,7 +146,7 @@ INF IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppyDxe.inf
|
|||||||
|
|
||||||
INF MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
|
INF MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
|
||||||
INF MdeModulePkg/Universal/Acpi/AcpiPlatformDxe/AcpiPlatformDxe.inf
|
INF MdeModulePkg/Universal/Acpi/AcpiPlatformDxe/AcpiPlatformDxe.inf
|
||||||
INF RuleOverride=ACPITABLE OvmfPkg/AcpiTables/AcpiTables.inf
|
INF RuleOverride = ACPITABLE OvmfPkg/AcpiTables/AcpiTables.inf
|
||||||
|
|
||||||
FILE DRIVER = 961578FE-B6B7-44c3-AF35-6BC705CD2B1F {
|
FILE DRIVER = 961578FE-B6B7-44c3-AF35-6BC705CD2B1F {
|
||||||
SECTION PE32 = FatBinPkg/EnhancedFatDxe/X64/Fat.efi
|
SECTION PE32 = FatBinPkg/EnhancedFatDxe/X64/Fat.efi
|
||||||
@@ -303,7 +303,7 @@ FILE RAW = 1BA0062E-C779-4582-8566-336AE8F78F09 {
|
|||||||
VERSION STRING="$(INF_VERSION)" Optional BUILD_NUM=$(BUILD_NUMBER)
|
VERSION STRING="$(INF_VERSION)" Optional BUILD_NUM=$(BUILD_NUMBER)
|
||||||
}
|
}
|
||||||
|
|
||||||
[Rule.Common.DXE_DRIVER.ACPITABLE]
|
[Rule.Common.USER_DEFINED.ACPITABLE]
|
||||||
FILE FREEFORM = $(NAMED_GUID) {
|
FILE FREEFORM = $(NAMED_GUID) {
|
||||||
RAW ACPI |.acpi
|
RAW ACPI |.acpi
|
||||||
RAW ASL |.aml
|
RAW ASL |.aml
|
||||||
|
Reference in New Issue
Block a user