summaryrefslogtreecommitdiff
path: root/Core/EM/OFBD/MEUD/MEAU/AutoUpdate.sdl
blob: 050e758e2a66d402e6418229b2b66616a0b113ba (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
TOKEN
	Name  = "ME_AUTO_UPDATE_SUPPORT"
	Value  = "0"
	Help  = "Main switch to enable ReFlash support in Project"
	TokenType = Boolean
	TargetEQU = Yes
	TargetMAK = Yes
	Master = Yes
End

PATH
	Name  = "MEAUPD_DIR"
End

ELINK
	Name  = "$(BUILD_DIR)\AutoUpdate.ffs"
	Parent  = "FV_MAIN"
	InvokeOrder = AfterParent
End

MODULE
	Help  = "Includes ReFlash.mak to Project"
	File  = "AutoUpdate.mak"
End

TOKEN
	Name  = "REFLASH_UPDATE_ME"
	Value  = "1"
	Help  = "Enables/Disables update of the NVRAM flash area.\When REFLASH_INTERACTIVE is on and REFLASH_UPDATE_NVRAM_CONTROL is on\this value can be overriden by the user using setup option."
	TokenType = Boolean
	TargetH = Yes
End

TOKEN
	Name  = "DIRECT_FW_UPDATE"
	Value  = "1"
	Help  = "1 = Support Direct ME FW Update , 0 = ME FW full image updated."
	TokenType = Boolean
	TargetH = Yes
        Token = "REFLASH_UPDATE_ME" "=" "1"
End

TOKEN
	Name  = "REFLASH_UPDATE_GBE"
	Value  = "1"
	Help  = "Enables/Disables update of the NVRAM flash area.\When REFLASH_INTERACTIVE is on and REFLASH_UPDATE_NVRAM_CONTROL is on\this value can be overriden by the user using setup option."
	TokenType = Boolean
	TargetH = Yes
End

TOKEN
	Name  = "REFLASH_UPDATE_MEDS"
	Value  = "1"
	Help  = "Enables/Disables update of the NVRAM flash area.\When REFLASH_INTERACTIVE is on and REFLASH_UPDATE_NVRAM_CONTROL is on\this value can be overriden by the user using setup option."
	TokenType = Boolean
	TargetH = Yes
End

TOKEN
	Name  = "REFLASH_UPDATE_FORCE"
	Value  = "1"
	Help  = "Enables/Disables update of the NVRAM flash area.\When REFLASH_INTERACTIVE is on and REFLASH_UPDATE_NVRAM_CONTROL is on\this value can be overriden by the user using setup option."
	TokenType = Boolean
	TargetH = Yes
End

TOKEN
        Name  = "ME_UPDATE_BINARY_SIZE"
        Value  = "8"
        TokenType = Integer
        TargetH = Yes
        Help  = "Size in MB of Image."
End

TOKEN
    Name  = "ME_UPDATE_BINARY_FILE"
    Value  = "$(MEAUPD_DIR)\MERegion.BIN"
    Help  = "Eaglelake BIOS Authenticated Code Module - Production/Release Version."
    TokenType = File
    TargetMAK = Yes
End

ELINK
    Name  = "$(BUILD_DIR)\MERegion.ffs"
    Parent  = "FV_MAIN"
    InvokeOrder = AfterParent
End

TOKEN
    Name  = "IMAGE_ME_FW_VERSION"
    Value  = "{{2},{2},{0},{5}}"
    TokenType = Expression
    TargetH = Yes
    Help  = "ME version, {Major, Minor, Patch, Build}."
End

TOKEN
    Name  = "ME_UPDATE_DOWNGRADE"
    Value  = "1"
    TokenType = Boolean
    TargetH = Yes
    Help  = "Set to 1, System will auto-update ME even the image in BIOS is old version."
End