summaryrefslogtreecommitdiff
path: root/ReferenceCode/AcpiTables/Cppc/AcpiTables/CppcAcpiTables.sdl
diff options
context:
space:
mode:
Diffstat (limited to 'ReferenceCode/AcpiTables/Cppc/AcpiTables/CppcAcpiTables.sdl')
-rw-r--r--ReferenceCode/AcpiTables/Cppc/AcpiTables/CppcAcpiTables.sdl53
1 files changed, 53 insertions, 0 deletions
diff --git a/ReferenceCode/AcpiTables/Cppc/AcpiTables/CppcAcpiTables.sdl b/ReferenceCode/AcpiTables/Cppc/AcpiTables/CppcAcpiTables.sdl
new file mode 100644
index 0000000..a67daec
--- /dev/null
+++ b/ReferenceCode/AcpiTables/Cppc/AcpiTables/CppcAcpiTables.sdl
@@ -0,0 +1,53 @@
+TOKEN
+ Name = "CppcAcpiTables_SUPPORT"
+ Value = "1"
+ TokenType = Boolean
+ TargetEQU = Yes
+ TargetMAK = Yes
+ Master = Yes
+ Help = "Main switch to enable CppcAcpiTables support in Project"
+End
+
+MODULE
+ Help = "Includes CppcAcpiTables.mak to Project"
+ File = "CppcAcpiTables.mak"
+End
+
+PATH
+ Name = "INTEL_CPPC_ACPI_TABLE_DIR"
+End
+
+TOKEN
+ Name = "INTEL_CPC_ASL_FILE"
+ Value = "$(INTEL_CPPC_ACPI_TABLE_DIR)\Cpc.asl"
+ TokenType = Expression
+ TargetMAK = Yes
+End
+
+TOKEN
+ Name = "INTEL_CPPC_ASL_FILE"
+ Value = "$(INTEL_CPPC_ACPI_TABLE_DIR)\Cppc.asl"
+ TokenType = Expression
+ TargetMAK = Yes
+End
+
+TOKEN
+ Name = "INTEL_PCCT_ASL_FILE"
+ Value = "$(INTEL_CPPC_ACPI_TABLE_DIR)\Pcct.asl"
+ TokenType = Expression
+ TargetMAK = Yes
+End
+
+TOKEN
+ Name = "CPPC_ASL_COMPILER"
+ Value = "$(INTEL_CPPC_DIR)\iasl.exe"
+ Help = "ASL Optimizing Compiler version 20120711-32 [Jul 11 2012]"
+ TokenType = Expression
+ TargetMAK = Yes
+End
+
+ELINK
+ Name = "$(BUILD_DIR)\CppcAcpiTables.ffs"
+ Parent = "FV_MAIN"
+ InvokeOrder = AfterParent
+End \ No newline at end of file