summaryrefslogtreecommitdiff
path: root/Core/EM/TCG2/Common/TcgLegacy.sdl
blob: c6de6fedad0b8671c00e304152c2e6439aa3123d (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
TOKEN
	Name  = "TcgLegacy_SUPPORT"
	Value  = "1"
	Help  = "Main switch to enable TcgLegacy support in Project"
	TokenType = Boolean
	TargetEQU = Yes
	TargetMAK = Yes
	TargetH = Yes
	Master = Yes
    Token = "CSM_SUPPORT" "=" "1"
End

PATH
	Name  = "TCGLEG_DIR"
End

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

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

TOKEN
	Name  = "TCG_MOR_REG"
	Value  = "0xE3"
	Help  = "Address of the MOR bit in CMOS (byte location in the bank of CMOS registers)"
	TokenType = Integer
	TargetEQU = Yes
	TargetMAK = Yes
	TargetH = Yes
End