summaryrefslogtreecommitdiff
path: root/Board/EM/RapidStartWrapper/Smm/RapidStartWrapperSmm.sdl
blob: a99eb23b7fc5618ac96141830c5f643ebb535e68 (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
#**********************************************************************
#**********************************************************************
#**                                                                  **
#**        (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/RapidStartWrapperSmm.sdl 2     4/15/13 2:36a Bensonlai $
#
# $Revision: 2 $
#
# $Date: 4/15/13 2:36a $
#**********************************************************************
# Revision History
# ----------------
# $Log: /Alaska/SOURCE/Modules/Intel Fast Flash Standby/iRST_SharkBay/RapidStartWrapper/RapidStartWrapperSmm.sdl $
# 
# 2     4/15/13 2:36a Bensonlai
# [TAG]  		None
# [Category]  	Bug Fix
# [Severity]  	Important
# [Symptom]  	If users change any item from driver then restore to boot
# setting, our SMI can't distinguish between user's and driver's event.
# [RootCause]  	It's an Intel driver issue.
# [Solution]  	1. Removing the sync up with Rapid Start driver and BIOS
# variable as default.
# 2. Remove our BIOS workaround.
# [Files]  		RapidStartWrapperSmm.sdl, RapidStartWrapperSmm.h,
# RapidStartWrapperSmm.sdl, RapidStartWrapperAcpiTables.sdl,
# RapidStartWrapper.sdl
# 
# 1     12/27/12 2:23a Bensonlai
# [TAG]  		EIP110680
# [Category]  	New Feature
# [Description]  	When iRST application is run under OS, and change
# timer.
# BIOS should update the changed to Setup option as well.
# [Files]  		Board\EM\RapidStartWrapper\Smm\RapidStartWrapperSmm.c
# Board\EM\RapidStartWrapper\Smm\RapidStartWrapperSmm.h
# Board\EM\RapidStartWrapper\Smm\RapidStartWrapperSmm.mak
# Board\EM\RapidStartWrapper\Smm\RapidStartWrapperSmm.dxs
# Board\EM\RapidStartWrapper\Smm\RapidStartWrapperSmm.sdl
# Board\EM\RapidStartWrapper\Smm\RapidStartWrapperSmm.cif
# Board\EM\RapidStartWrapper\AcpiTables\RapidStartWrapperAcpiTables.cif
# Board\EM\RapidStartWrapper\AcpiTables\RapidStartWrapperAcpiTables.sdl
# Board\EM\RapidStartWrapper\AcpiTables\Ssdt\RapidStartWrapper.asl
# Board\EM\RapidStartWrapper\RapidStartSetup\RapidStartSetup.sd
# 
#**********************************************************************
#<AMI_FHDR_START>
#
# Name:	RapidStartWrapperSmm.sdl
#
# Description: SDL file for RapidStartWrapperSmm
#
#<AMI_FHDR_END>
#**********************************************************************

TOKEN
	Name  = "RAPID_START_WRAPPER_SMM_SUPPORT"
	Value  = "1"
	Help  = "Main switch to enable RapidStartWrapperSmm support in Project"
	TokenType = Boolean
	TargetEQU = Yes
	TargetMAK = Yes
	Master = Yes
        Token = "SYNC_UP_DRIVER_AND_BIOS_VARIABLE" "=" "1"
End

TOKEN
	Name  = "AMI_SW_SMI_RAPID_START_WRAPPER"
	Value  = "0xB4"
	Help  = "SWSMI# for AMI_SW_SMI_RAPID_START_WRAPPER"
	TokenType = Integer
	TargetH = Yes
	TargetMAK = Yes
End

PATH
	Name  = "RapidStartWrapperSmm_DIR"
End

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

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

ELINK
	Name  = "/D SW_SMI_RAPID_START_WRAPPER=$(AMI_SW_SMI_RAPID_START_WRAPPER)"
	Parent  = "INTEL_IRST_RC_FLAGS"
	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                         **
#**                                                                     **
#*************************************************************************
#*************************************************************************