summaryrefslogtreecommitdiff
path: root/Core/EM/OFBD/MEUD/MEUD.sdl
blob: 468a210480ed392c7afad217c983b282fcc86071 (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
TOKEN
    Name  = MEUD_SUPPORT
    Value  = "1"
    TokenType = Boolean
    TargetEQU = Yes
    TargetMAK = Yes
    Master = Yes
    Help  = "Main switch to enable ME Ignition Firmware Update support in Project"
End

TOKEN
    Name  = ME_IGNITION_FW_MSG_SUPPORT
    Value  = "0"
    TokenType = Boolean
    TargetH = Yes
    Help  = "Enable this Token to Show Ignition FW status during POST"
End

TOKEN
    Name  = "MEUDLIB"
    Value  = "$(BUILD_DIR)\MEUD.lib"
    TokenType = Expression
    TargetMAK = Yes
End

TOKEN
    Name  = "[OFBD ME Firmware Update]"
    Help  = "See detail description in each token's help box."
    TokenType = Expression
    Lock = Yes
End

PATH
    Name  = "OFBD_MEUD_DIR"
End

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

TOKEN
    Name  = ME_SECOVR_MEI_MSG_SUPPORT
    Value  = "0"
    TokenType = Boolean
    TargetH = Yes
    TargetMAK = Yes
    Help  = "Support ME update when ME in SECOVR_MEI_MSG mode,MPG or RC please disable this."
End

ELINK
    Name  = "$(BUILD_DIR)\MEUD.lib"
    Parent  = "OFBDLISTLIB"
    InvokeOrder = AfterParent
End

ELINK
    Name  = "MEUDEntry,"
    Parent  = "OFBDPartsList"
    InvokeOrder = AfterParent
End

ELINK
    Name  = "MEUDInSmm,"
    Parent  = "OFBDInSmmFuncList"
    Token = "MEUD_SUPPORT" "=" "1"
    InvokeOrder = AfterParent
End

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

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

ELINK
    Name  = "$(BUILD_DIR)\MEUD.lib"
    Parent  = "MINISETUPLIB"
    InvokeOrder = AfterParent
End

ELINK
    Name  = "$(BUILD_DIR)\MEUD.sdb"
    Parent  = "SETUP_SDBS"
    Priority  = 40
    InvokeOrder = AfterParent
End

ELINK
    Name  = "$(OFBD_MEUD_DIR)\MEUD.sd"
    Parent  = "SETUP_DEFINITIONS"
    Priority  = 40
    InvokeOrder = AfterParent
End

TOKEN
    Name  = "Disable_ME_SW_SMI"
    Value  = "0x29"
    TokenType = Integer
    TargetH = Yes
End

ELINK
    Name  = "InitMEUDInfo,"
    Parent  = "SetupStringInit"
    Token = "ME_SECOVR_MEI_MSG_SUPPORT" "=" "1"
    InvokeOrder = AfterParent
End

ELINK
    Name  = "ITEM_CALLBACK(ADVANCED_FORM_SET_CLASS,0,AMITSESETUP_KEY,MEUDSetupCallbackFunction),"
    Parent  = "SetupItemCallbacks"
    Token = "ME_SECOVR_MEI_MSG_SUPPORT" "=" "1"
    InvokeOrder = AfterParent
End