summaryrefslogtreecommitdiff
path: root/Board/EM/Platform/SsdtAcpiDebug/SsdtAcpiDebug.sdl
diff options
context:
space:
mode:
Diffstat (limited to 'Board/EM/Platform/SsdtAcpiDebug/SsdtAcpiDebug.sdl')
-rw-r--r--Board/EM/Platform/SsdtAcpiDebug/SsdtAcpiDebug.sdl31
1 files changed, 31 insertions, 0 deletions
diff --git a/Board/EM/Platform/SsdtAcpiDebug/SsdtAcpiDebug.sdl b/Board/EM/Platform/SsdtAcpiDebug/SsdtAcpiDebug.sdl
new file mode 100644
index 0000000..a754a9b
--- /dev/null
+++ b/Board/EM/Platform/SsdtAcpiDebug/SsdtAcpiDebug.sdl
@@ -0,0 +1,31 @@
+TOKEN
+ Name = "ACPIDEBUG_SUPPORT"
+ Value = "1"
+ Help = "Main switch to enable SsdtAcpiDebug support in Project"
+ TokenType = Boolean
+ TargetMAK = Yes
+ TargetH = Yes
+ Master = Yes
+End
+
+PATH
+ Name = "INTEL_SSDTACPIDEBUG_DIR"
+End
+
+TOKEN
+ Name = "INTEL_ACPIDEBUG_ASL_FILE"
+ Value = "$(INTEL_SSDTACPIDEBUG_DIR)\SsdtAcpiDebug.asl"
+ TokenType = Expression
+ TargetMAK = Yes
+End
+
+MODULE
+ Help = "Includes SsdtAcpiDebug.mak to Project"
+ File = "SsdtAcpiDebug.mak"
+End
+
+ELINK
+ Name = "$(BUILD_DIR)\ACPIDEBUG.ffs"
+ Parent = "FV_MAIN"
+ InvokeOrder = AfterParent
+End