summaryrefslogtreecommitdiff
path: root/ReferenceCode/Haswell/CpuInit/Dxe/CpuInitDxe.sdl
blob: e50eae90bca76388193c600fefc2546b89425f86 (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
TOKEN
	Name  = "CpuInitDxe_SUPPORT"
	Value  = "1"
	Help  = "Main switch to enable Cpu Pei init support in Project"
	TokenType = Boolean
	TargetEQU = Yes
	TargetMAK = Yes
	TargetH = Yes
	Master = Yes
End

TOKEN
	Name  = "REQUEST_EBDA_SIZE"
	Value  = "0x1000"
	Help  = "Default value 0x1000. If we need to use EBDA, please change the token value to 0x2000. For example, Using mini-pcie card."
	TokenType = Integer
	TargetMAK = Yes
End

PATH
	Name  = "CpuInitDxe_DIR"
End

MODULE
	Help  = "Includes CpuPeiInit.mak to Project"
	File  = "CpuInitDxe.mak"
End

ELINK
	Name  = "CpuInitDxe_INCLUDES"
	InvokeOrder = ReplaceParent
End

ELINK
	Name  = "/I$(CpuInitDxe_DIR)"
	Parent  = "CpuInitDxe_INCLUDES"
	InvokeOrder = AfterParent
End

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