summaryrefslogtreecommitdiff
path: root/Board/EM/MeWrapper/MeSetup/MeSetup.sdl
blob: 8742e8216d26c93343588627f5b488da6ef1f0d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
TOKEN
    Name  = "ME_Setup"
    Value  = "1"
    Help  = "Main switch to enable ME Setup support in Project"
    TokenType = Boolean
    TargetEQU = Yes
    TargetMAK = Yes
    Master = Yes
End

TOKEN
    Name  = "CIRA_SUPPORT"
    Value  = "1"
    Help  = "Enable Disable CIRA"
    TokenType = Boolean
    TargetH = Yes
    Token = "iAMT_SUPPORT" "=" "1"
End

TOKEN
    Name = "MEBX_SCANCODE"
    Value = "0"
    Help = "The scancode of MEBX in Project"
    TokenType = Integer
    TargetH = Yes
End

TOKEN
    Name = "MEBX_UNICODE"
    Value = "0x50"
    Help = "The unicode of MEBX in Project"
    TokenType = integer
    TargetH = Yes
End

TOKEN
    Name = "MEBX_KeyShiftState"
    Value = "RIGHT_CONTROL_PRESSED | LEFT_CONTROL_PRESSED | SHIFT_STATE_VALID"
    Help = "The KeyShiftState of MEBX in Project"
    TokenType = Expression
    TargetH = Yes
End

TOKEN
    Name = "MEBX_KeyToggleState"
    Value = "0"
    Help = "The KeyToggleState of MEBX in Project"
    TokenType = integer
    TargetH = Yes
End

TOKEN
    Name = "CIRA_SCANCODE"
    Value = "EFI_SCAN_F1"
    Help = "The scancode value of CIRA in Project"
    TokenType = Expression
    TargetH = Yes
    Token = "CIRA_SUPPORT" "=" "1"
End

TOKEN
    Name = "CIRA_UNICODE"
    Value = "0"
    Help = "The unicode value of CIRA in Project"
    TokenType = integer
    TargetH = Yes
    Token = "CIRA_SUPPORT" "=" "1"
End

TOKEN
    Name = "CIRA_KeyShiftState"
    Value = "RIGHT_CONTROL_PRESSED | LEFT_CONTROL_PRESSED | SHIFT_STATE_VALID | RIGHT_ALT_PRESSED | LEFT_ALT_PRESSED"
    Help = "The KeyShiftState of CIRA in Project"
    TokenType = Expression
    TargetH = Yes
    Token = "CIRA_SUPPORT" "=" "1"
End

TOKEN
    Name = "CIRA_KeyToggleState"
    Value = "0"
    Help = "The KeyToggleState of CIRA in Project"
    TokenType = integer
    TargetH = Yes
    Token = "CIRA_SUPPORT" "=" "1"
End

TOKEN
    Name = "DefaultTpmDeviceSelection"
    Value = "1"
    Help = "dTpm set to 0, PTT set to 1 for default setup setting"
    TokenType = Boolean
    TargetEQU = Yes
    TargetMAK = Yes
    TargetH = Yes
End

PATH
    Name  = "ME_SETUP_DIR"
End

MODULE
    Help  = "Includes MeSetup.mak to Project"
    File  = "MeSetup.mak"
End

ELINK
    Name  = "$(BUILD_DIR)\MeSetup.sdb"
    Parent  = "SETUP_SDBS"
    Priority  = 30
    Help  = "Includes generic ME setup screens to the project"
    InvokeOrder = AfterParent
End

ELINK
    Name  = "$(ME_SETUP_DIR)\MeSetup.sd"
    Parent  = "SETUP_DEFINITIONS"
    Priority  = 30
    InvokeOrder = AfterParent
End

ELINK
    Name  = "/I$(ME_SETUP_DIR)"
    Parent  = "ME_INCLUDES"
    InvokeOrder = AfterParent
End

ELINK
    Name = "-i $(ME_SETUP_DIR)"
    Parent = "SETUP_VFR_INCLUDES"
    InvokeOrder = AfterParent
End

ELINK
    Name  = "InitMeInfo,"
    Parent  = "SetupStringInit"
    InvokeOrder = AfterParent
End

ELINK
    Name  = "$(BUILD_DIR)\MebxPrompt.obj"
    Parent  = "AMITSE_Objects"
    InvokeOrder = AfterParent
End

ELINK
    Name  = "MebxPromptConInAvailabilityHook,"
    Parent  = "ProcessConInAvailabilityHook,"
    InvokeOrder = AfterParent
End

ELINK
    Name  = "RemoteAssistConInAvailabilityHook,"
    Parent  = "ProcessConInAvailabilityHook,"
    InvokeOrder = AfterParent
    Token = "CIRA_SUPPORT" "=" "1"
End

ELINK
    Name  = "MEProcessEnterSetup,"
    Parent  = "ProcessEnterSetup,"
    InvokeOrder = AfterParent
End

ELINK
    Name  = "MEProcessEnterSetup,"
    Parent  = "BeforeEfiBootLaunchHook,"
    InvokeOrder = AfterParent
End

ELINK
    Name  = "$(BUILD_DIR)\MeSetupReset.obj"
    Parent  = "AMITSE_Objects"
    InvokeOrder = AfterParent
    Token = "IntelPTT_SUPPORT" "=" "1"
End

ELINK
    Name  = "MeSetupProcessEnterSetupForPTT,"
    Parent  = "ProcessEnterSetup,"
    InvokeOrder = AfterParent
    Token = "IntelPTT_SUPPORT" "=" "1"
End

ELINK
    Name  = "MeSetupResetHookForPTT,"
    Parent  = "PreSystemResetHook,"
    Priority  = 60
    InvokeOrder = AfterParent
    Token = "IntelPTT_SUPPORT" "=" "1"
End