summaryrefslogtreecommitdiff
path: root/Board/EM/Platform/PlatformInfo/PlatformInfo.sdl
blob: 8d7ff46a234ffacc8603eca08e34ccfdad304cd4 (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
TOKEN
	Name  = "PlatformInfo_SUPPORT"
	Value  = "1"
	Help  = "Main switch to enable PlatformInfo support in Project"
	TokenType = Boolean
	TargetMAK = Yes
	Master = Yes
End

TOKEN
	Name  = "PlatformInfo_RevisonId"
	Value  = "0x01"
	Help  = "BoardId Red Fort"
	TokenType = Integer
	TargetMAK = Yes
	TargetH = Yes
End

TOKEN
	Name  = "PlatformInfo_PlatformFlavor"
	Value  = "$(FlavorDesktop)"
	Help  = "BoardId Red Fort"
	TokenType = Integer
	TargetMAK = Yes
	TargetH = Yes
	Token = "PCH_SKU" "=" "0"
End

TOKEN
	Name  = "PlatformInfo_PlatformFlavor"
	Value  = "$(FlavorMobile)"
	Help  = "BoardId Red Fort"
	TokenType = Integer
	TargetMAK = Yes
	TargetH = Yes
	Token = "PCH_SKU" "=" "1"
End

TOKEN
	Name  = "PlatformInfo_BoardId"
	Value  = "$(BoardIdGraysReef)"
	Help  = "BoardId Emerald Lake"
	TokenType = Integer
	TargetMAK = Yes
	TargetH = Yes
End

TOKEN
	Name  = "PlatformInfo_BoardRev"
	Value  = "0x00"
	Help  = "BoardId Red Fort"
	TokenType = Integer
	TargetMAK = Yes
	TargetH = Yes
	Token = "PCH_SKU" "=" "0"
End

TOKEN
	Name  = "PlatformInfo_BoardRev"
	Value  = "0x02"
	Help  = "BoardId Red Fort"
	TokenType = Integer
	TargetMAK = Yes
	TargetH = Yes
	Token = "PCH_SKU" "=" "1"
End

PATH
	Name  = "PlatformInfo_DIR"
End

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

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

ELINK
	Name  = "PLATFORM_INFO_INCLUDES"
	InvokeOrder = ReplaceParent
End

ELINK
	Name  = "/I $(PlatformInfo_DIR)"
	Parent  = "PLATFORM_INFO_INCLUDES"
	InvokeOrder = AfterParent
End