summaryrefslogtreecommitdiff
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
parente64781e41c0c95086f4998f79536a95aef2e7bbc (diff)
downloadzprj-c84911fe91006db9edcfad406be0cec7633586c3.tar.xz
Override
1. "iAMT_SUPPORT" = 0
-rw-r--r--CRB/CSP.sdl13
-rw-r--r--actionitems.txt4
2 files changed, 15 insertions, 2 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
diff --git a/actionitems.txt b/actionitems.txt
index 72fface..90e618a 100644
--- a/actionitems.txt
+++ b/actionitems.txt
@@ -3,7 +3,7 @@
Clock Gen
GPIO Multifunction
2018/06/14
- "iAMT_SUPPORT" = 0
- IntelPTT_SUPPORT = 0
+ "iAMT_SUPPORT" = 0 - 2018/06/15 done
+ IntelPTT_SUPPORT = 0 - 2018/06/15 done
review crb.sdl / csp.sdl / xml - 2018/06/15 done
vscc table \ No newline at end of file