summaryrefslogtreecommitdiff
path: root/ReferenceCode/Chipset/LynxPoint/Reset/Common/PchResetCommonLib.sdl
blob: 745b6bdb85130bbed9855d05c005af3141e187bf (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
#*************************************************************************
#*************************************************************************
#**                                                                     **
#**        (C)Copyright 1985-2011, American Megatrends, Inc.            **
#**                                                                     **
#**                       All Rights Reserved.                          **
#**                                                                     **
#**      5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093           **
#**                                                                     **
#**                       Phone: (770)-246-8600                         **
#**                                                                     **
#*************************************************************************
#*************************************************************************

#*************************************************************************
# $Header: /Alaska/BIN/Chipset/Intel/SouthBridge/LynxPoint/Intel Pch SB Refcode/PchResetCommonLib/PchResetCommonLib.sdl 2     1/11/13 12:47a Scottyang $
#
# $Revision: 2 $
#
# $Date: 1/11/13 12:47a $
#*************************************************************************
# Revision History
# ----------------
# $Log: /Alaska/BIN/Chipset/Intel/SouthBridge/LynxPoint/Intel Pch SB Refcode/PchResetCommonLib/PchResetCommonLib.sdl $
# 
# 2     1/11/13 12:47a Scottyang
# [TAG]         EIP81593
# [Category]    Improvement
# [Description] Added new SDL token "COLD_RESET_WITH_POWER_CYCLE".
# [Files]       SB.sdl,  SBGeneric.c,  PchResetCommon.c,
# PchResetCommonLib.sdl
# 
# 1     2/08/12 9:06a Yurenlai
# Intel Lynx Point/SB eChipset initially releases.
#
#*************************************************************************
TOKEN
        Name  = "PchResetCommonLib_SUPPORT"
        Value  = "1"
        Help  = "Main switch to enable PchUsbCommonLib support in Project"
        TokenType = Boolean
        TargetMAK = Yes
        Master = Yes
End

PATH
        Name  = "PchResetCommonLib_DIR"
End

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

ELINK
        Name  = "PchResetCommonDxeLib_LIB"
        InvokeOrder = ReplaceParent
End

ELINK
        Name  = "$$(LIB_BUILD_DIR)\PchResetCommonDxeLib.lib"
        Parent  = "PchResetCommonDxeLib_LIB"
        InvokeOrder = AfterParent
End

ELINK
        Name  = "PchResetCommonPeiLib_LIB"
        InvokeOrder = ReplaceParent
End

ELINK
        Name  = "$$(LIB_BUILD_DIR)\PchResetCommonPeiLib.lib"
        Parent  = "PchResetCommonPeiLib_LIB"
        InvokeOrder = AfterParent
End

                                        # [EIP81593]>
ELINK
	      Name  = "/D COLD_RESET_WITH_POWER_CYCLE"
	      Parent  = "GLOBAL_DEFINES"
	      InvokeOrder = AfterParent
        Token = "COLD_RESET_WITH_POWER_CYCLE" "=" "1"
End
                                        # <[EIP81593]
#*************************************************************************
#*************************************************************************
#**                                                                     **
#**        (C)Copyright 1985-2011, American Megatrends, Inc.            **
#**                                                                     **
#**                       All Rights Reserved.                          **
#**                                                                     **
#**      5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093           **
#**                                                                     **
#**                       Phone: (770)-246-8600                         **
#**                                                                     **
#*************************************************************************
#*************************************************************************