-
Notifications
You must be signed in to change notification settings - Fork 10
/
SmcBuild.sdl
117 lines (104 loc) · 2.27 KB
/
SmcBuild.sdl
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
TOKEN
Name = "X11SPI_SUPPORT"
Value = "1"
Help = "Main switch SuperM Board Support"
TokenType = Boolean
TargetMAK = Yes
TargetH =Yes
End
TOKEN
Name = "XHCI_PEI_SUPPORT"
Value = "0"
Help = "Main switch to enable XhciPei support in Project"
TokenType = Boolean
TargetEQU = Yes
TargetMAK = Yes
TargetH = Yes
Token = "DEBUG_MODE" "=" "1"
End
TOKEN
Name = "********** For CRB board build **********"
TokenType = Expression
End
TOKEN
Name = "SMCPKG_SUPPORT"
Value = "1"
Help = "The file is for common settings."
TokenType = Boolean
TargetEQU = Yes
TargetMAK = Yes
TargetH = Yes
End
TOKEN
Name = "AST2500_SUPPORT"
Value = "0"
Help = "Main switch to enable AST2500 support in Project"
TokenType = Boolean
TargetEQU = Yes
TargetH = Yes
Token = "SMCPKG_SUPPORT" "=" "0"
End
LibraryMapping
Class = "NULL"
Instance = "AmiModulePkg.Pilot4DxeInit"
Override = "AmiModulePkg.SmmGenericSio"
Token = "SMCPKG_SUPPORT" "=" "0"
End
LibraryMapping
Class = "PciLib"
Instance = "MdePkg.BasePciLibCf8"
Override = "AmiModulePkg.Pilot4PeiInit"
Token = "SMCPKG_SUPPORT" "=" "0"
End
TOKEN
Name = "**************************************"
TokenType = Expression
End
TOKEN
Name = "DEBUG_MODE"
Value = "1"
TokenType = Boolean
TargetMAK = Yes
TargetH = Yes
End
TOKEN
Name = "INTEL_BOOT_GUARD_SUPPORT"
Value = "0"
Help = "Main switch to enable Intel Boot Guard in Project"
TokenType = Boolean
TargetEQU = Yes
TargetMAK = Yes
TargetH = Yes
End
TOKEN
Name = "SMC_ROM_HOLE_SIZE"
Value = "0x10000"
Help = "Size of the SMC ROM HOLE."
TokenType = Integer
TargetEQU = Yes
TargetMAK = Yes
TargetH = Yes
Range = "From: 1 - 10"
End
TOKEN
Name = "SmcRomHole_SUPPORT"
Value = "0"
TokenType = Boolean
TargetEQU = Yes
TargetMAK = Yes
TargetH = Yes
End
TOKEN
Name = "PLATFORM_NAME"
Value = "SmcOOB"
TokenType = Expression
TargetMAK = Yes
TargetDSC = Yes
End
TOKEN
Name = "ACTIVE_PLATFORM"
Value = "fast_build/fastbuild.dsc"
Help = "Name of the description (.dsc) file for the active platform.\Must be the same as the name specified in the PLATFORM_DSC or <Arch-Type>_PLATFORM_DSC SDL output directive."
TokenType = Expression
TargetMAK = Yes
End