summaryrefslogtreecommitdiff
path: root/Board/Flash/STD/StdFlash.sdl
diff options
context:
space:
mode:
Diffstat (limited to 'Board/Flash/STD/StdFlash.sdl')
-rw-r--r--Board/Flash/STD/StdFlash.sdl133
1 files changed, 133 insertions, 0 deletions
diff --git a/Board/Flash/STD/StdFlash.sdl b/Board/Flash/STD/StdFlash.sdl
new file mode 100644
index 0000000..298abaf
--- /dev/null
+++ b/Board/Flash/STD/StdFlash.sdl
@@ -0,0 +1,133 @@
+#*************************************************************************
+#*************************************************************************
+#** **
+#** (C)Copyright 1985-2009, American Megatrends, Inc. **
+#** **
+#** All Rights Reserved. **
+#** **
+#** 5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093 **
+#** **
+#** Phone: (770)-246-8600 **
+#** **
+#*************************************************************************
+#*************************************************************************
+
+#**********************************************************************
+# $Header: /Alaska/SOURCE/Flash_Combined_2/Core/STD/StdFlash.sdl 4 11/02/09 4:35a Calvinchen $
+#
+# $Revision: 4 $
+#
+# $Date: 11/02/09 4:35a $
+#**********************************************************************
+# Revision History
+# ----------------
+# $Log: /Alaska/SOURCE/Flash_Combined_2/Core/STD/StdFlash.sdl $
+#
+# 4 11/02/09 4:35a Calvinchen
+# Added support for MXIC 29LV640DB/T and SST SST39VF1681/1682.
+#
+# 3 6/24/09 3:15a Calvinchen
+# (EIP22177) Updated for Aptio Source Enhancement.
+#
+#
+#**********************************************************************
+
+TOKEN
+ Name = "STDFlash_SUPPORT"
+ Value = "1"
+ Help = "Main switch to enable STD Flash support in Project"
+ TokenType = Boolean
+ TargetEQU = Yes
+ TargetMAK = Yes
+ Master = Yes
+End
+
+TOKEN
+ Name = "STDFLASHLIB"
+ Value = "$(BUILD_DIR)\STDFlash.lib"
+ TokenType = Expression
+ TargetMAK = Yes
+End
+
+TOKEN
+ Name = "Spansion_29GLxxx"
+ Value = "1"
+ Help = "This enables support for the SPANSION 29GL01G/512/256/128P STD flash parts"
+ TokenType = Boolean
+ TargetMAK = Yes
+ TargetH = Yes
+End
+
+TOKEN
+ Name = "Numonyx_256P30x"
+ Value = "1"
+ Help = "This token enables support for the Numonyx 256P30x and AB flash parts"
+ TokenType = Boolean
+ TargetMAK = Yes
+ TargetH = Yes
+End
+
+TOKEN
+ Name = "Mxic_29LVxxx"
+ Value = "1"
+ Help = "This token enables support for the MXIC 29LVxxx and SST 39VF16xx flash parts"
+ TokenType = Boolean
+ TargetMAK = Yes
+ TargetH = Yes
+End
+
+PATH
+ Name = "STDFlash_DIR"
+End
+
+MODULE
+ Help = "Includes FlashSrc.mak to Project"
+ File = "STDFlash.mak"
+End
+
+ELINK
+ Name = "mStdSpansionIdentify,"
+ Parent = "FlashList"
+ Token = "Spansion_29GLxxx" "=" "1"
+ InvokeOrder = AfterParent
+End
+
+ELINK
+ Name = "IntelSTDIdentify,"
+ Parent = "FlashList"
+ Token = "Numonyx_256P30x" "=" "1"
+ InvokeOrder = AfterParent
+End
+
+ELINK
+ Name = "mStdMxicIdentify,"
+ Parent = "FlashList"
+ Token = "Mxic_29LVxxx" "=" "1"
+ InvokeOrder = AfterParent
+End
+
+ELINK
+ Name = "$(BUILD_DIR)\STDFlash.lib"
+ Parent = "$(Flash_DIR)\STDFlash.lib"
+ InvokeOrder = ReplaceParent
+End
+
+ELINK
+ Name = "$(Flash_DIR)\STDFlash.lib"
+ Parent = "FLASHLISTLIB"
+ InvokeOrder = AfterParent
+End
+
+#*************************************************************************
+#*************************************************************************
+#** **
+#** (C)Copyright 1985-2009, American Megatrends, Inc. **
+#** **
+#** All Rights Reserved. **
+#** **
+#** 5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093 **
+#** **
+#** Phone: (770)-246-8600 **
+#** **
+#*************************************************************************
+#************************************************************************* \ No newline at end of file