summaryrefslogtreecommitdiff
path: root/CRB
diff options
context:
space:
mode:
authorraywu <raywu@aaeon.com>2018-06-22 10:53:50 +0800
committerraywu <raywu@aaeon.com>2018-06-22 10:53:50 +0800
commit40f259da87cb78376d0ca10006e1b00971fec67d (patch)
tree2f4f798972d79e2db26e569617b79e7a8369f3e4 /CRB
parent185de19b1067a8c6a5f56e08b267d8e5682dd572 (diff)
downloadzprj-40f259da87cb78376d0ca10006e1b00971fec67d.tar.xz
"Recovery_SUPPORT" = 0
Diffstat (limited to 'CRB')
-rw-r--r--CRB/CRB.sdl12
-rw-r--r--CRB/CSP.sdl20
2 files changed, 19 insertions, 13 deletions
diff --git a/CRB/CRB.sdl b/CRB/CRB.sdl
index cfca33a..d63171b 100644
--- a/CRB/CRB.sdl
+++ b/CRB/CRB.sdl
@@ -3025,12 +3025,12 @@ End
## InvokeOrder = AfterParent
##End
-ELINK
- Name = "IsRecoveryJumper,"
- Parent = "IsRecovery"
- Help = "CRB recovery jumper detection"
- InvokeOrder = AfterParent
-End
+##ELINK
+## Name = "IsRecoveryJumper,"
+## Parent = "IsRecovery"
+## Help = "CRB recovery jumper detection"
+## InvokeOrder = AfterParent
+##End
ELINK
Name = "/D __EDKII_GLUE_PCD_PcdDebugPrintErrorLevel__=0x80000000+0x00000004+0x00000040"
diff --git a/CRB/CSP.sdl b/CRB/CSP.sdl
index a1d6761..fb91811 100644
--- a/CRB/CSP.sdl
+++ b/CRB/CSP.sdl
@@ -599,13 +599,7 @@ ELINK
InvokeOrder = AfterParent
Disable = Yes
End
-ELINK
- Name = "IsRecoveryJumper,"
- Parent = "IsRecovery"
- Help = "CRB recovery jumper detection"
- InvokeOrder = AfterParent
- Disable = Yes
-End
+
## CRB\CRB.sdl
ELINK
Name = "{0x10EC0662, 0, 0xFF, TRUE, 11, 2, ZprjHdaVerbTbl},"
@@ -1418,3 +1412,15 @@ TOKEN
TokenType = Integer
TargetH = Yes
End
+
+## Core\EM\Recovery\Recovery.sdl
+TOKEN
+ Name = "Recovery_SUPPORT"
+ Value = "0"
+ Help = "Main switch to enable Recovery support in Project"
+ TokenType = Boolean
+ TargetEQU = Yes
+ TargetMAK = Yes
+ TargetH = Yes
+# Master = Yes
+End