summaryrefslogtreecommitdiff
path: root/CRB
diff options
context:
space:
mode:
authorraywu <raywu@aaeon.com>2018-06-15 11:15:59 +0800
committerraywu <raywu@aaeon.com>2018-06-15 11:15:59 +0800
commitc84911fe91006db9edcfad406be0cec7633586c3 (patch)
treeb80a91889f4ae556b8ad9894d4d51ab74e9d3d75 /CRB
parente64781e41c0c95086f4998f79536a95aef2e7bbc (diff)
downloadzprj-c84911fe91006db9edcfad406be0cec7633586c3.tar.xz
Override
1. "iAMT_SUPPORT" = 0
Diffstat (limited to 'CRB')
-rw-r--r--CRB/CSP.sdl13
1 files changed, 13 insertions, 0 deletions
diff --git a/CRB/CSP.sdl b/CRB/CSP.sdl
index 6069885..6f0e470 100644
--- a/CRB/CSP.sdl
+++ b/CRB/CSP.sdl
@@ -597,3 +597,16 @@ TOKEN
Help = "This flag enables/disables all firmware beeps"
TokenType = Boolean
End
+
+## ReferenceCode\ME\ActiveManagement\ActiveManagement.sdl
+TOKEN
+ Name = "iAMT_SUPPORT"
+ Value = "0"
+ Help = "Main switch to enable iAMT support in Project"
+ TokenType = Boolean
+ TargetEQU = Yes
+ TargetMAK = Yes
+ TargetH = Yes
+# Master = Yes
+ Token = "iME_SUPPORT" "=" "1"
+End \ No newline at end of file