summaryrefslogtreecommitdiff
path: root/ReferenceCode/Haswell/SampleCode/SecCore/CpuRcSec.sdl
blob: 3c8a5b0ba365b4b1ab236648ec5b1c0af2439aca (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
TOKEN
    Name = "Intel_Haswell_SEC_RC_SUPPORT"
    Value = "1"
    TokenType = Boolean
    TargetEQU = Yes
    TargetMAK = Yes
    TargetH = Yes
    Master = Yes
End

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

ELINK
	Name  = "$(BUILD_DIR)\CpuRcSec.obj"
	Parent  = "ADDON_SEC_CORE_OBJ_FILES"
	InvokeOrder = AfterParent
End

PATH
    Name = "CPU_RC_SEC_DIR"
    Path = "ReferenceCode\Haswell\SampleCode\SecCore\Sec\Ia32"
End

ELINK
	Name  = "GainestownSecRcEntry"
	Parent  = "SECCoreAtPowerOn"
	Priority  = 1000
	Help  = "Gainestown RC"
	InvokeOrder = AfterParent
End

ELINK
	Name  = "CrcSecPlatformInformationPpi,"
	Parent  = "PeiCoreInitialize"
	InvokeOrder = AfterParent
End