blob: 13198b45c14b6f8d011658cd18fbd89ad7e7db81 (
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
|
#*************************************************************************
#*************************************************************************
#** **
#** (C)Copyright 1985-2015, 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/S3Support/Pei/PchS3Peim.sdl 1 5/21/15 2:56a Dennisliu $
#
# $Revision: 1 $
#
# $Date: 5/21/15 2:56a $
#*************************************************************************
# Revision History
# ----------------
# $Log: /Alaska/BIN/Chipset/Intel/SouthBridge/LynxPoint/Intel Pch SB Refcode/S3Support/Pei/PchS3Peim.sdl $
#
# 1 5/21/15 2:56a Dennisliu
# [TAG] EIP217847
# [Category] Improvement
# [Description] [PCH] Shark Bay-M/DT Reference Code Production Version
# 1.9.1
# [Files] PchS3Peim.sdl
# PchS3Peim.mak
# PchS3Peim.h
# PchS3Peim.c
# PchS3Peim.dxs
# PchS3Peim.inf
#
#*************************************************************************
TOKEN
Name = "PchS3Peim_SUPPORT"
Value = "1"
Help = "Main switch to enable PchS3Peim support in Project"
TokenType = Boolean
TargetEQU = Yes
TargetMAK = Yes
Master = Yes
End
PATH
Name = "PchS3Peim_DIR"
End
MODULE
File = "PchS3Peim.mak"
Help = "Includes PchS3Peim.mak to Project"
End
ELINK
Name = "$(BUILD_DIR)\PchS3Peim.ffs"
Parent = "FV_BB"
InvokeOrder = AfterParent
End
#*************************************************************************
#*************************************************************************
#** **
#** (C)Copyright 1985-2015, American Megatrends, Inc. **
#** **
#** All Rights Reserved. **
#** **
#** 5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093 **
#** **
#** Phone: (770)-246-8600 **
#** **
#*************************************************************************
#*************************************************************************
|