summaryrefslogtreecommitdiff
path: root/Board/EM/FIT/Pei/BootGuardTPMPei/BootGuardTPMPei.sdl
blob: e2c81a1763d87b65ba46fc02b03bedb98c2831e2 (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
#**********************************************************************
#**********************************************************************
#**                                                                  **
#**        (C)Copyright 1985-2013, American Megatrends, Inc.         **
#**                                                                  **
#**                       All Rights Reserved.                       **
#**                                                                  **
#**      5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093        **
#**                                                                  **
#**                       Phone: (770)-246-8600                      **
#**                                                                  **
#**********************************************************************
#**********************************************************************

#**********************************************************************
# $Header: /Alaska/SOURCE/Modules/SharkBayRefCodes/FIT/Pei/BootGuardTPMPei/BootGuardTPMPei.sdl 3     10/29/13 5:18a Bensonlai $
#
# $Revision: 3 $
#
# $Date: 10/29/13 5:18a $
#**********************************************************************
# Revision History
# ----------------
# $Log: /Alaska/SOURCE/Modules/SharkBayRefCodes/FIT/Pei/BootGuardTPMPei/BootGuardTPMPei.sdl $
# 
# 3     10/29/13 5:18a Bensonlai
# 
# 2     9/06/13 6:10a Bensonlai
# [TAG]  		EIP135513
# [Category]  	Improvement
# [Description]  	Support the TPM1.2 for WHCK test
# 
# 1     6/04/13 5:15a Bensonlai
# [TAG]  		EIP125148
# [Category]  	Spec Update
# [Severity]  	Normal
# [Description]  	[SBY ULT] Boot Guard for 4th Gen Intel Core Processor
# based on Mobile U-Processor Line - BIOS Writer's Guide - Rev 1.0
# [Files]  		BootGuardTPMPei.cif
# BootGuardTPMPei.c
# BootGuardTPMPei.h
# BootGuardTPMPei.sdl
# BootGuardTPMPei.mak
#
#**********************************************************************
#<AMI_FHDR_START>
#
# Name: BootGuardTPMPei.sdl
#
# Description: SDL file for BootGuardTPMPei
#
#<AMI_FHDR_END>
#**********************************************************************

TOKEN
        Name = "BootGuardTPMPei_SUPPORT"
        Value = "1"
        Help = "Main switch to enable BootGuardTPMPei support in Project"
        TokenType = Boolean
        TargetEQU = Yes
        TargetMAK = Yes
        Master = Yes
        Token = "TCG_SUPPORT" "=" "1"
        Token = "INTEL_BOOT_GUARD_SUPPORT" "=" "1"
End

PATH
        Name = "BootGuardTPMPei_PATH"
End

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

TOKEN
        Name = "MEASURE_CRTM_VERSION_PEI_FUNCTION"
        Value = "BootGuardMeasureCRTMVersion"
        Help = "Function to measure crtm version. Input:EFI_PEI_SERVICES **. AMI function Modified Pcr 0"
        TokenType = Expression
        TargetH = Yes
End

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