summaryrefslogtreecommitdiff
path: root/Board/EM/MeWrapper/Icc/IccPlatform/IccPlatform.sdl
blob: 0bb0e9a211893179077b25ed8829e66b769db364 (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
TOKEN
	Name  = "IccPlatform_SUPPORT"
	Value  = "1"
	TokenType = Boolean
	TargetEQU = Yes
	TargetMAK = Yes
	TargetH = Yes
	Master = Yes
	Help  = "Main switch to enable ICC support in Project in DXE Phase"
End

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

PATH
	Name  = "IccPlatform_DIR"
	Help  = "Icc platform dir"
End

ELINK
	Name  = "/I$(IccPlatform_DIR)"
	Parent  = "ICC_INCLUDES"
	InvokeOrder = AfterParent
End

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

ELINK
	Name  = "PCIEClockConfig"
	InvokeOrder = ReplaceParent
	Help  = "This Elink for Disable un-used PCIE port. Format is {Clock, PCIE_PORT_NUMBER, HotPlug)"
End

ELINK
	Name  = "PCIClockConfig"
	InvokeOrder = ReplaceParent
	Help  = "This Elink for Disable un-used PCI port. Format is {Clock, PCIE_PORT_NUMBER, HotPlug)"
End

ELINK
	Name  = "OEMPCIEClockConfig"
	InvokeOrder = ReplaceParent
	Help  = "This Elink for Disable un-used PCIE port. Format is {Clock, PCIE_PORT_NUMBER, HotPlug)"
End

ELINK
	Name  = "OEMPCIClockConfig"
	InvokeOrder = ReplaceParent
	Help  = "This Elink for Disable un-used PCI port. Format is {Clock, PCIE_PORT_NUMBER, HotPlug)"
End

ELINK
	Name  = "OEMClockUpdateFunc"
	InvokeOrder = ReplaceParent
	Help  = "This Elink for Disable un-used PCI port. Format is {Clock, PCIE_PORT_NUMBER, HotPlug)"
End

ELINK
	Name  = "OemClock_LIB"
	InvokeOrder = ReplaceParent
End