summaryrefslogtreecommitdiff
path: root/Board/EM/SMBIOS/SmbiosDMIEdit/SmbiosDMIEditBoard.sdl
diff options
context:
space:
mode:
Diffstat (limited to 'Board/EM/SMBIOS/SmbiosDMIEdit/SmbiosDMIEditBoard.sdl')
-rw-r--r--Board/EM/SMBIOS/SmbiosDMIEdit/SmbiosDMIEditBoard.sdl50
1 files changed, 50 insertions, 0 deletions
diff --git a/Board/EM/SMBIOS/SmbiosDMIEdit/SmbiosDMIEditBoard.sdl b/Board/EM/SMBIOS/SmbiosDMIEdit/SmbiosDMIEditBoard.sdl
new file mode 100644
index 0000000..4a04839
--- /dev/null
+++ b/Board/EM/SMBIOS/SmbiosDMIEdit/SmbiosDMIEditBoard.sdl
@@ -0,0 +1,50 @@
+TOKEN
+ Name = "SmbiosDMIEditBoard_SUPPORT"
+ Value = "1"
+ Help = "Main switch to enable AMI DMIEdit Board for SMBIOS support in Project"
+ TokenType = Boolean
+ TargetEQU = Yes
+ TargetMAK = Yes
+ Lock = Yes
+ Master = Yes
+End
+
+TOKEN
+ Name = "SMBIOS_CORE_SRC_STATUS"
+ Value = "0"
+ Help = "Smbios Core Source is disabled"
+ TokenType = Boolean
+End
+
+TOKEN
+ Name = "SMBIOS_CORE_SRC_STATUS"
+ Value = "1"
+ Help = "Smbios Core Source is enabled"
+ TokenType = Boolean
+ Token = "SMBIOS_CORE_SRC_SUPPORT" "=" "1"
+End
+
+TOKEN
+ Name = "PROCESSOR_DMIEDIT_SUPPORT"
+ Value = "1"
+ Help = "ON -> Type 4 Serial Number, Asset Tag, Part Number update via DmiEdit is supported\OFF -> Type 4 Serial Number, Asset Tag, Part Number update via DmiEdit is not supported"
+ TokenType = Boolean
+ TargetH = Yes
+End
+
+PATH
+ Name = "SMBIOS_DMIEDIT_BOARD_DIR"
+End
+
+MODULE
+ Help = "Includes SmbiosDMIEditBoard.mak to Project"
+ File = "SmbiosDMIEditBoard.mak"
+End
+
+ELINK
+ Name = "$(BUILD_DIR)\SmbiosDMIEditBoard.ffs"
+ Parent = "FV_MAIN"
+ Token = "SMBIOS_CORE_SRC_STATUS" "=" "0"
+ InvokeOrder = AfterParent
+End
+