summaryrefslogtreecommitdiff
path: root/Board/EM/Pfat/PfatRecovery/PfatRecovery.sdl
blob: a12b5e23e0ec99c22cca254d1a8bb9dd59f96195 (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
162
163
164
165
166
167
168
169
#**********************************************************************
#**********************************************************************
#**                                                                  **
#**        (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/SharkBayRefCodes/IntelPfat/PfatRecovery/PfatRecovery.sdl 3     7/15/13 8:17p Fredericko $
#
# $Revision: 3 $
#
# $Date: 7/15/13 8:17p $
#**********************************************************************
# Revision History
# ----------------
# $Log: /Alaska/SOURCE/Modules/SharkBayRefCodes/IntelPfat/PfatRecovery/PfatRecovery.sdl $
# 
# 3     7/15/13 8:17p Fredericko
# EIP 124189: Secure Flash failure with Pfat 
# 
# 2     5/29/13 5:44p Fredericko
# [TAG]  		EIP124189
# [Description]  	[PFAT] Secure Flash is fail using
# 4.6.5.1_INTEL_PFAT_2_6 or 2_7
# [Files]  		PfatPubKeysAndBuildPsl.sdl
# Pfatrecovery.sdl
# PfatRecoveryHook.c
# Recovery.mak
# 
# 1     4/05/13 5:36p Fredericko
# [TAG]  		EIP119706
# [Category]  	Improvement
# [Description]  	Support Recovery in pfat module
# [Files]  		PfatRecovery.cif
# PfatRecovery.sdl
# PfatRecovery.mak
# PfatRecovery.dxs
# PfatRecovery.c
# PfatRecoveryHook.c
# 
#
#**********************************************************************
#<AMI_FHDR_START>
#
# Name: PfatSetup.sdl
#
# Description: SDL file for PfatSetup
#
#
#<AMI_FHDR_END>
#**********************************************************************

TOKEN
	Name  = "PFAT_RECOVERY_SUPPORT"
	Value  = "1"
	Help  = ""
	TokenType = Boolean
	TargetMAK = Yes
	TargetH = Yes
	Master = Yes
	Token = "PfatServices_SUPPORT" "=" "1"
End

PATH
	Name  = "PFAT_RECOVERY_PATH"
End

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

TOKEN
        Name  = "MAX_DEVICE_RECOVERY_MODULE"
        Value  = "8"
        TokenType = Integer
        TargetH = Yes
End

TOKEN
        Name  = "PFAT_RECOVERY_FILE"
        Value  = "AMIPFAT.BIN"
        TokenType = Expression
        TargetMAK = Yes
        TargetH = Yes
End

TOKEN
        Name  = "PFAT_RECOVERY_IMAGE_SIZE"
        Value  = "0xFF4CE0"
        TokenType = Integer
        TargetH = Yes
End

TOKEN
        Name  = "PFAT_RECOVERY_IMAGE_SIZE"
        Value  = "0x10050c5"
        TokenType = Integer
        TargetH = Yes
        Token = "OEM_ACTIVATION_TABLE_LOCATION" "=" "1"
End

TOKEN
	Name  = "PfatRecoveryPeiLib"
	Value  = "$(BUILD_DIR)\PfatRecoveryPeiLib.lib"
	TokenType = Expression
	TargetMAK = Yes
End

#-ELINK
#-	Name  = "$(BUILD_DIR)\PfatRecoveryPeiLib.lib"
#-	Parent  = "AMIPEILIB"
#-	InvokeOrder = AfterParent
#-End

ELINK
	Name  = "$(BUILD_DIR)\PfatRecovery.ffs"
	Parent  = "FV_BB"
	InvokeOrder = AfterParent
End

TOKEN
        Name  = "FwCapsuleInfo_enable"
        Value  = "0"
        TokenType = Boolean
End
 
TOKEN
        Name  = "FwCapsuleInfo_enable"
        Value  = "1"
        TokenType = Boolean
        Token = "SecureMod_SUPPORT" "=" "1"
End
 
ELINK
        Name = "PfatRecoveryFileInfo"
        Parent = "AmiGetRecoveryFileInfo"
        InvokeOrder = ReplaceParent
        Token = "FwCapsuleInfo_enable" "=" "0"
End

ELINK
        Name = "PfatImageInfo"
        Parent = "FwCapsuleInfo"
        InvokeOrder = ReplaceParent
        Token = "FwCapsuleInfo_enable" "=" "1"
End

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