summaryrefslogtreecommitdiff
path: root/Core/EM/Slp10/Slp10.sdl
diff options
context:
space:
mode:
authorraywu <raywu@aaeon.com.tw>2018-09-13 16:11:56 +0800
committerraywu <raywu@aaeon.com.tw>2018-09-13 16:11:56 +0800
commit31bb486c913795c8b67d1c4dbaae2bdec4943fc9 (patch)
treef0e04ad6fe983d8aa11f0f8a808518e39ab408f1 /Core/EM/Slp10/Slp10.sdl
parent465bdc2f8b32bb4cc1ac2c420086ec79ccbd5f78 (diff)
downloadzprj-31bb486c913795c8b67d1c4dbaae2bdec4943fc9.tar.xz
SLP1.0 / SLP2.0 / Default Password / Logo / Fix Boot Order
Diffstat (limited to 'Core/EM/Slp10/Slp10.sdl')
-rw-r--r--Core/EM/Slp10/Slp10.sdl43
1 files changed, 43 insertions, 0 deletions
diff --git a/Core/EM/Slp10/Slp10.sdl b/Core/EM/Slp10/Slp10.sdl
new file mode 100644
index 0000000..136d9b7
--- /dev/null
+++ b/Core/EM/Slp10/Slp10.sdl
@@ -0,0 +1,43 @@
+TOKEN
+ Name = Slp10_SUPPORT
+ Value = 1
+ TokenType = Boolean
+ TargetEQU = Yes
+ TargetMAK = Yes
+ Master = Yes
+ Help = "Main switch to enable Slp10 support in Project"
+End
+
+TOKEN
+ Name = "OEM_DATA_SPACE_SIZE"
+ Value = "0x3E"
+ Help = "Maximum OEM data space size."
+ TokenType = Integer
+ TargetEQU = Yes
+ TargetH = Yes
+End
+
+TOKEN
+ Name = "SLP_STRING"
+ Value = "Copyright American Megatrends Inc. 1985-2009"
+ Help = "SLP string."
+ TokenType = Expression
+ TargetEQU = Yes
+End
+
+PATH
+ Name = Slp10_DIR
+ Help = "Path to Slp10 Module in Project"
+End
+
+MODULE
+ Help = "Includes Slp10.mak to Project"
+ File = "Slp10.mak"
+End
+
+ELINK
+ Name = "$(BUILD_DIR)\Slp10.ffs"
+ Parent = "FV_MAIN"
+ InvokeOrder = AfterParent
+End
+