summaryrefslogtreecommitdiff
path: root/Board/EM/RapidStartWrapper/RapidStartSetup/RapidStartSetup.sdl
blob: 31e34ccafa59aaa085a45693ad38d85d3b9dde4a (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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
#**********************************************************************
#**********************************************************************
#**                                                                  **
#**        (C)Copyright 1985-2012, American Megatrends, Inc.         **
#**                                                                  **
#**                       All Rights Reserved.                       **
#**                                                                  **
#**      5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093        **
#**                                                                  **
#**                       Phone: (770)-246-8600                      **
#**                                                                  **
#**********************************************************************
#**********************************************************************

#**********************************************************************
# $Header: /Alaska/SOURCE/Modules/Intel Fast Flash Standby/iRST_SharkBay/RapidStartWrapper/RapidStartSetup/RapidStartSetup.sdl 4     5/03/13 2:54a Bensonlai $
#
# $Revision: 4 $
#
# $Date: 5/03/13 2:54a $
#**********************************************************************
# Revision History
# ----------------
# $Log: /Alaska/SOURCE/Modules/Intel Fast Flash Standby/iRST_SharkBay/RapidStartWrapper/RapidStartSetup/RapidStartSetup.sdl $
# 
# 4     5/03/13 2:54a Bensonlai
# [TAG]  		None
# [Category]  	Improvement
# [Description]  	After changed the iRST status, we don't have to do a
# cold reset.
# 
# 3     1/15/13 4:46a Bensonlai
# [TAG]  		EIP112263
# [Category]  	Bug Fix
# [Severity]  	Normal
# [Symptom]  	[RapidStart] Instant-on can't work
# [RootCause]  	Intel reference code can't work on AMI base.
# [Solution]  	Modified the PeiGfxDriver.dxs and RapidStartDxe.dxs for
# AMI code
# [Files]  		RapidStartDxePolicyInit.c, RapidStartSetup.uni,
# RapidStartSetup.sdl, RapidStartSetup.sd, PeiGfxDriver.dxs,
# RapidStartDxe.dxs
# 
# 2     1/13/13 7:49a Bensonlai
# [TAG]  		EIPNone
# [Category]  	Improvement
# [Description]  	Disabling the RapidStart while STAT mode in the IDE
# mode
# [Files]  		RapidStartDxePolicyInit.c, RapidStartDxePolicyInit.h,
# RapidStartDxePolicyInit.mak, RapidStartSetup.c, RapidStartSetup.mak,
# RapidStartSetup.sd, RapidStartSetup.sdl
# 
# 1     10/15/12 4:42a Bensonlai
# [TAG]  		None
# [Category]  	Improvement
# [Description]  	[Category] Improvement
# [Severity] Important
# [Description] Rename all IFFS sting to Rapid Start.
# [Files] Board\EM\RapidStartWrapper\*.*, ReferenceCode\RapidStart\*.*
# [Files]  		RapidStartSetup.cif
# RapidStartSetup.sdl
# RapidStartSetup.mak
# RapidStartSetup.sd
# RapidStartSetup.uni
# RapidStartSetup.c
# RapidStartSetup.h
# RapidStartSetupReset.c
#
#**********************************************************************
#<AMI_FHDR_START>
#
# Name: RapidStartSetup.sdl
#
# Description: SDL file for the RapidStart
#
#<AMI_FHDR_END>
#**********************************************************************

TOKEN
        Name  = "RapidStart_Setup"
        Value  = "1"
        Help  = "Main switch to enable RapidStart Setup support in Project"
        TokenType = Boolean
        TargetEQU = Yes
        TargetMAK = Yes
        Master = Yes
End

PATH
        Name  = "RapidStartSetup_DIR"
End

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

ELINK
        Name  = "$(BUILD_DIR)\RapidStartSetup.sdb"
        Parent  = "SETUP_SDBS"
        Priority  = 30
        Help  = "Includes generic FFS setup screens to the project"
        InvokeOrder = AfterParent
End

ELINK
        Name  = "$(RapidStartSetup_DIR)\RapidStartSetup.sd"
        Parent  = "SETUP_DEFINITIONS"
        Priority  = 30
        InvokeOrder = AfterParent
End

ELINK
	Name  = "/I$(RapidStartSetup_DIR)"
	Parent  = "RAPIDSTART_INCLUDES"
	InvokeOrder = AfterParent
End

ELINK
	Name = "-i $(RapidStartSetup_DIR)"
	Parent = "SETUP_VFR_INCLUDES"
	InvokeOrder = AfterParent
End

ELINK
	Name  = "InitRapidStartInfo,"
	Parent  = "SetupStringInit"
	InvokeOrder = AfterParent
End

ELINK
	Name  = "ITEM_CALLBACK(ADVANCED_FORM_SET_CLASS, 0, KEY_IDE, RapidStartMenuEntry),"
	Parent  = "SetupItemCallbacks"
	InvokeOrder = AfterParent
End

ELINK
	Name  = "ITEM_CALLBACK(ADVANCED_FORM_SET_CLASS, 0, KEY_AHCI, RapidStartMenuEntry),"
	Parent  = "SetupItemCallbacks"
	InvokeOrder = AfterParent
End

ELINK
	Name  = "ITEM_CALLBACK(ADVANCED_FORM_SET_CLASS, 0, KEY_RAID, RapidStartMenuEntry),"
	Parent  = "SetupItemCallbacks"
	InvokeOrder = AfterParent
End

#*************************************************************************
#*************************************************************************
#**                                                                     **
#**        (C)Copyright 1985-2012, American Megatrends, Inc.            **
#**                                                                     **
#**                       All Rights Reserved.                          **
#**                                                                     **
#**      5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093           **
#**                                                                     **
#**                       Phone: (770)-246-8600                         **
#**                                                                     **
#*************************************************************************
#*************************************************************************