summaryrefslogtreecommitdiff
path: root/Core/EM/AMIDebugRx/DebugRx.sdl
blob: 7c96ea51440b6343518822156632d2ab90ae8f71 (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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
TOKEN
	Name  = "SEND_CHECKPOINT_SUPPORT"
	Value  = "1"
	Help  = "Token to enable/disable Checkpoint sending support."
	TokenType = Boolean
	TargetMAK = Yes
	TargetH = Yes
End

TOKEN
	Name  = "SEND_DEBUG_MESSAGE_SUPPORT"
	Value  = "1"
	Help  = "Main switch to enable/disable Debug messages redirection"
	TokenType = Boolean
	TargetMAK = Yes
	TargetH = Yes
End

TOKEN
	Name  = "REDIRECTION_ONLY_MODE"
	Value  = "1"
	Help  = "Internal Switch to control the Redirection only support withing the modules. Please don't change it."
	TokenType = Boolean
	TargetEQU = Yes
	TargetMAK = Yes
	TargetH = Yes
End

TOKEN
	Name  = "PeiDebugger_SUPPORT"
	Value  = "1"
	Help  = "Can be changed only if debugger/USBRedirction module is present. Main switch to enable Pei Debugger support in Project."
	TokenType = Boolean
	TargetMAK = Yes
End

TOKEN
	Name  = "USB_DEBUG_TRANSPORT"
	Value  = "1"
	Help  = "Can be changed only if debugger/USBRedirction module is present. Main token switch to enable the USB Debug Port interface\installation into the project.\Disable this switch if Serial or Generic USB Cable interface is desired."
	TokenType = Boolean
	TargetMAK = Yes
	TargetH = Yes
End

TOKEN
	Name  = "AMI_DEBUG_RX_IN_S3_SUPPORT"
	Value  = "0"
	Help  = "SDL token to have AMI Debug RX support in S3 Resume. "
	TokenType = Boolean
	TargetMAK = Yes
	TargetH = Yes
End

TOKEN
	Name  = "DEBUG_RX_FFS_IN_FVMAIN_SUPPORT"
	Value  = "0"
	Help  = "SDL token to have Debugger related ffs in FV_MAIN or FV_BB. "
	TokenType = Boolean
	TargetMAK = Yes
	TargetH = Yes
End

TOKEN
	Name  = "S3_BASE_MEMORY_SIZE"
	Value  = "0x100000"
	Help  = "Number of bytes for S3 resume base memory."
	TokenType = Integer
	TargetH = Yes
	Range  = "0x40000 = 256K, increase/decrease it in units of 0x1000 = 4K"
	Token = "AMI_DEBUG_RX_IN_S3_SUPPORT" "=" "1"
End

TOKEN
	Name  = "DBG_WRITE_IO_SUPPORT"
	Value  = "1"
	Help  = "Main token switch to enable Write IO support from Debugger User."
	TokenType = Boolean
	TargetMAK = Yes
	TargetH = Yes
	Token = "REDIRECTION_ONLY_MODE" "!=" "1" 
End

TOKEN
	Name  = "DBG_WRITE_IO_80_SUPPORT"
	Value  = "1"
	Help  = "Token switch to 1:Enable\0:Disable the port 80 checkpoints from AMIDebugRx\Debugger modules."
	TokenType = Boolean
	TargetMAK = Yes
	TargetH = Yes
End

PATH
	Name  = "AMI_DebugRx_DIR"
End

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

ELINK
	Name  = "$(BUILD_DIR)\AMIDebugRx.sdb"
	Parent  = "SETUP_SDBS"
	Priority  = 50
	InvokeOrder = AfterParent
End

ELINK
	Name  = "$(AMI_DebugRx_DIR)\AMIDebugRx.sd"
	Parent  = "SETUP_DEFINITIONS"
	Priority  = 50
	InvokeOrder = AfterParent
End

ELINK
	Name  = "/D AMI_DEBUGRx_SUPPORT"
	Parent  = "CFLAGS"
	InvokeOrder = AfterParent
End