From 31bb486c913795c8b67d1c4dbaae2bdec4943fc9 Mon Sep 17 00:00:00 2001 From: raywu Date: Thu, 13 Sep 2018 16:11:56 +0800 Subject: SLP1.0 / SLP2.0 / Default Password / Logo / Fix Boot Order --- Core/EM/Slp10/Slp10.sdl | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 Core/EM/Slp10/Slp10.sdl (limited to 'Core/EM/Slp10/Slp10.sdl') 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 + -- cgit v1.2.3