summaryrefslogtreecommitdiff
path: root/Core/EM/Capsule2_0/Capsule2_0.sdl
blob: ade3693a9b6c6c3cabf6393a4f5ed429e644ef45 (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
TOKEN
	Name  = Capsule2_0_SUPPORT
	Value  = 1
	TokenType = Boolean
	TargetH = Yes
	TargetMAK = Yes
	Master = Yes
	Help  = "Main switch to enable Capsule2_0 support in Project"
End

PATH
	Name  = Capsule2_0_DIR
	Help  = "Path to Capsule2_0 Module in Project"
End

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

TOKEN
	Name  = "SUPPORT_UPDATE_CAPSULE_RESET"
	Value  = "1"
	Help  = "If ON - platform supports memory preserve across reset."
	TokenType = Boolean
	TargetH = Yes
End

TOKEN
	Name  = "MAX_CAPSULE_SIZE"
	Value  = "0x4000000"
	Help  = "Maximum size for capsule"
	TokenType = Integer
	TargetH = Yes
End

ELINK
	Name  = "Capsule20PeiInit,"
	Parent  = "PeiInitNV,"
	InvokeOrder = AfterParent
End

ELINK
	Name  = "Capsule20RuntimeInit,"
	Parent  = "RuntimeInitialize"
	InvokeOrder = AfterParent
End

ELINK
	Name  = "ProcessCapsule,"
	Parent  = "ConnectRootBridgeHandles,"
	InvokeOrder = BeforeParent
End

ELINK
	Name  = "OemProcessCapsuleList"
	Help  = "List of callback functions to be called to process OEM capsule"
	InvokeOrder = ReplaceParent
End