blob: 879a191111a3daa6a471891c463b72f8999bb0c1 (
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
|
//**********************************************************************
//**********************************************************************
//** **
//** (C)Copyright 1985-2010, American Megatrends, Inc. **
//** **
//** All Rights Reserved. **
//** **
//** 5555 Oakbrook Pkwy, Suite 200, Norcross, GA 30093 **
//** **
//** Phone: (770)-246-8600 **
//** **
//**********************************************************************
//*************************************************************************
// $Header: /Alaska/SOURCE/Modules/TCG2/Common/TcgSetup/TcgSetupBoard.h 1 4/21/14 2:18p Fredericko $
//
// $Revision: 1 $
//
// $Date: 4/21/14 2:18p $
//*************************************************************************
// Revision History
// ----------------
// $Log: /Alaska/SOURCE/Modules/TCG2/Common/TcgSetup/TcgSetupBoard.h $
//
// 1 4/21/14 2:18p Fredericko
//
// 1 10/08/13 12:05p Fredericko
// Initial Check-In for Tpm-Next module
//
// 1 7/10/13 5:57p Fredericko
// [TAG] EIP120969
// [Category] New Feature
// [Description] TCG (TPM20)
//
// 3 7/25/11 3:16a Fredericko
// [TAG] EIP65177
// [Category] Spec Update
// [Severity] Minor
// [Description] TCG PPI Spec ver 1.2 update
//
// 2 3/29/11 1:26p Fredericko
//
// [TAG] EIP 54642
// [Category] Improvement
// [Description] 1. Checkin Files related to TCG function override
// 2. Include TCM and TPM auto detection
// [Files] Affects all TCG files
//
//
//
//**********************************************************************
//<AMI_FHDR_START>
//
// Name: TcgSetupBoard.h
//
// Description:
//
//
//<AMI_FHDR_END>
//**********************************************************************
#define TCPA_PPIOP_ENABLE 1
#define TCPA_PPIOP_DISABLE 2
#define TCPA_PPIOP_ACTIVATE 3
#define TCPA_PPIOP_DEACTIVATE 4
#define TCPA_PPIOP_CLEAR 5
#define TCPA_PPIOP_ENABLE_ACTV 6
#define TCPA_PPIOP_DEACT_DSBL 7
#define TCPA_PPIOP_OWNER_ON 8
#define TCPA_PPIOP_OWNER_OFF 9
#define TCPA_PPIOP_ENACTVOWNER 10
#define TCPA_PPIOP_DADISBLOWNER 11
#define TCPA_PPIOP_UNOWNEDFIELDUPGRADE 12
#define TCPA_PPIOP_SETOPAUTH 13
#define TCPA_PPIOP_CLEAR_ENACT 14
#define TCPA_PPIOP_SETNOPPIPROVISION_FALSE 15
#define TCPA_PPIOP_SETNOPPIPROVISION_TRUE 16
#define TCPA_PPIOP_SETNOPPICLEAR_FALSE 17
#define TCPA_PPIOP_SETNOPPICLEAR_TRUE 18
#define TCPA_PPIOP_SETNOPPIMAINTENANCE_FALSE 19
#define TCPA_PPIOP_SETNOPPIMAINTENANCE_TRUE 20
#define TCPA_PPIOP_ENABLE_ACTV_CLEAR 21
#define TCPA_PPIOP_ENABLE_ACTV_CLEAR_ENABLE_ACTV 22
//**********************************************************************
//**********************************************************************
//** **
//** (C)Copyright 1985-2010, American Megatrends, Inc. **
//** **
//** All Rights Reserved. **
//** **
//** 5555 Oakbrook Pkwy, Suite 200, Norcross, GA 30093 **
//** **
//** Phone: (770)-246-8600 **
//** **
//**********************************************************************
//**********************************************************************
|