summaryrefslogtreecommitdiff
path: root/Board/EM/Platform/AcpiAslWrap/AcpiAslWrap.sdl
diff options
context:
space:
mode:
Diffstat (limited to 'Board/EM/Platform/AcpiAslWrap/AcpiAslWrap.sdl')
-rw-r--r--Board/EM/Platform/AcpiAslWrap/AcpiAslWrap.sdl50
1 files changed, 50 insertions, 0 deletions
diff --git a/Board/EM/Platform/AcpiAslWrap/AcpiAslWrap.sdl b/Board/EM/Platform/AcpiAslWrap/AcpiAslWrap.sdl
new file mode 100644
index 0000000..1040bc2
--- /dev/null
+++ b/Board/EM/Platform/AcpiAslWrap/AcpiAslWrap.sdl
@@ -0,0 +1,50 @@
+TOKEN
+ Name = "AcpiAslWrap_SUPPORT"
+ Value = "1"
+ Help = "Main switch to enable Ref code AcpiAsl Wrap support in Project"
+ TokenType = Boolean
+ TargetEQU = Yes
+ TargetMAK = Yes
+ TargetH = Yes
+ Master = Yes
+End
+
+PATH
+ Name = "AcpiAslWrap_DIR"
+End
+
+ELINK
+ Name = "/I$(AcpiAslWrap_DIR)"
+ Parent = "ACPI_PLATFORM_INCLUDES"
+ InvokeOrder = AfterParent
+End
+
+#ELINK
+# Name = "$(AcpiAslWrap_DIR)\PlatformPS2Wake.ASL"
+# Parent = "INTEL_GENERIC_ASL"
+# Token = "CRB_SIO_SUPPORT" "=" "0"
+# InvokeOrder = AfterParent
+#End
+
+ELINK
+ Name = "$(AcpiAslWrap_DIR)\PlatformEC.asl"
+ Parent = "INTEL_EC_ASL"
+ Token = "PlatformAcpiTables_SUPPORT" "=" "1"
+ InvokeOrder = AfterParent
+End
+
+ELINK
+ Name = "$(AcpiAslWrap_DIR)\PlatformDock.asl"
+ Parent = "INTEL_GENERIC_ASL"
+ InvokeOrder = AfterParent
+ Token = "FACP_FLAG_DCK_CAP" "=" "0"
+ Token = "CRB_EC_SUPPORT" "=" "1"
+End
+
+
+ELINK
+ Name = "$(AcpiAslWrap_DIR)\PlatformExternal.asl"
+ Parent = "INTEL_GENERIC_ASL"
+ InvokeOrder = AfterParent
+ Priority = 10
+End