summaryrefslogtreecommitdiff
path: root/Core/EM/TCG2/Tpm1_2_lib/AmiTcmlib.sdl
blob: 83cf8854ac2dd5c9d1aab8da8ed2bc05525141f4 (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
TOKEN
	Name  = "AmiTcmLib_SUPPORT"
	Value  = "1"
	Help  = "Main switch to enable TCG support in Project"
	TokenType = Boolean
	TargetEQU = Yes
	TargetMAK = Yes
	TargetH = Yes
	Master = Yes
    Token = "TCG2Support" "=" "1"
End


PATH
	Name  = "AMI_TCM_LIB"
End

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

TOKEN
	Name  = "SUPPORTED_TCM_DEVICE_1_VID"
	Value  = "19F5h"
	Help  = "Vendor ID of the a supported TCM device"
	TokenType = Integer
	TargetEQU = Yes
	TargetH = Yes
End


TOKEN
	Name  = "SUPPORTED_TCM_DEVICE_1_DID"
	Value  = "0001h"
	Help  = "Device ID of the a supported TCM device"
	TokenType = Integer
	TargetEQU = Yes
	TargetH = Yes
End



TOKEN
	Name  = "SUPPORTED_TCM_DEVICE_2_VID"
	Value  = "1b4eh"
	Help  = "Vendor ID of the a supported TCM device"
	TokenType = Integer
	TargetEQU = Yes
	TargetH = Yes
End


TOKEN
	Name  = "SUPPORTED_TCM_DEVICE_2_DID"
	Value  = "0001h"
	Help  = "Device ID of the a supported TCM device"
	TokenType = Integer
	TargetEQU = Yes
	TargetH = Yes
End


TOKEN
	Name  = "NUMBER_OF_SUPPORTED_TCM_DEVICES"
	Value  = "0002h"
	Help  = "number of supported tcm devices. Increase this number with addition of new DID and vendor ID"
	TokenType = Integer
	TargetEQU = Yes
	TargetH = Yes
End