summaryrefslogtreecommitdiff
path: root/Core/CPU/MicrocodeUpdate/MicrocodeUpdate.sdl
diff options
context:
space:
mode:
Diffstat (limited to 'Core/CPU/MicrocodeUpdate/MicrocodeUpdate.sdl')
-rw-r--r--Core/CPU/MicrocodeUpdate/MicrocodeUpdate.sdl32
1 files changed, 32 insertions, 0 deletions
diff --git a/Core/CPU/MicrocodeUpdate/MicrocodeUpdate.sdl b/Core/CPU/MicrocodeUpdate/MicrocodeUpdate.sdl
new file mode 100644
index 0000000..2acaf0d
--- /dev/null
+++ b/Core/CPU/MicrocodeUpdate/MicrocodeUpdate.sdl
@@ -0,0 +1,32 @@
+TOKEN
+ Name = "MicrocodeUpdate_SUPPORT"
+ Value = "1"
+ Help = "Main switch to enable Microcode Update support in Project"
+ TokenType = Boolean
+ TargetMAK = Yes
+ Master = Yes
+ Token = "Microcode_SUPPORT" "=" "1"
+ Token = "CSM_SUPPORT" "=" "1"
+End
+
+PATH
+ Name = "MICROCODEUPDATE_PATH"
+End
+
+MODULE
+ Help = "Includes MicorcodeUpdate.mak to Project"
+ File = "MicrocodeUpdate.mak"
+End
+
+ELINK
+ Name = "$(BUILD_DIR)\MicrocodeUpdate.ffs"
+ Parent = "FV_MAIN"
+ InvokeOrder = AfterParent
+End
+
+ELINK
+ Name = " "
+ Parent = "$(BUILD_DIR)\MicrocodeUpdate.ffs"
+ Token = "AMI_DEBUGGER_SUPPORT" "=" "1"
+ InvokeOrder = ReplaceParent
+End