summaryrefslogtreecommitdiff
path: root/Core/EM/FastBoot/FastBootSMI.sdl
diff options
context:
space:
mode:
Diffstat (limited to 'Core/EM/FastBoot/FastBootSMI.sdl')
-rw-r--r--Core/EM/FastBoot/FastBootSMI.sdl40
1 files changed, 40 insertions, 0 deletions
diff --git a/Core/EM/FastBoot/FastBootSMI.sdl b/Core/EM/FastBoot/FastBootSMI.sdl
new file mode 100644
index 0000000..755fa0a
--- /dev/null
+++ b/Core/EM/FastBoot/FastBootSMI.sdl
@@ -0,0 +1,40 @@
+TOKEN
+ Name = "FAST_BOOT_SMI_SUPPORT"
+ Value = "0"
+ Help = "Switch to enable FastBootSMI in the project."
+ TokenType = Boolean
+ TargetEQU = Yes
+ TargetMAK = Yes
+ TargetH = Yes
+ Master = Yes
+End
+
+TOKEN
+ Name = "FAST_BOOT_ENABLE_SWSMI"
+ Value = "0xDB"
+ TokenType = Integer
+ TargetH = Yes
+End
+
+TOKEN
+ Name = "FAST_BOOT_DISABLE_SWSMI"
+ Value = "0xDC"
+ TokenType = Integer
+ TargetH = Yes
+End
+
+PATH
+ Name = "FastBootSMI_DIR"
+End
+
+MODULE
+ Help = "Includes FastBootSMI.mak to Project"
+ File = "FastBootSMI.mak"
+End
+
+ELINK
+ Name = "$(BUILD_DIR)\FastBootSMI.ffs"
+ Parent = "FV_MAIN"
+ InvokeOrder = AfterParent
+End
+